@charset "utf-8";
html,
body {
    position: relative;
    font-size: 14px;
    background: #ffffff;
    min-width: 1366px;
}
.container{
    position: relative;
    width: 100%;
    background-color: #e5e7ea;
    margin-top: 5px;
}
.container .container-box{
    max-width: 1556px;
    width: 80%;
    margin: 0 auto;
}
.c-box-lf-title{
    font-size: 18px;
    color: #333333;
    padding-bottom: 10px;
    margin-bottom: 32px;
    border-bottom: solid 1px #bfd3e2;
}
.c-box-lf .c-box-lf-img img{
    width: 100%;
}
.c-box-lf .c-box-lf-img span{
    display: block;
    font-size: 14px;
    color: #333333;
    text-align: left;
    margin: 7px 0 20px;
    line-height: 1.5em;
}
.c-box-lf-p li{
    list-style-type:square;
    color: #034495;
    margin-left: 12px;
}
.c-box-lf-p p{
    font-size: 16px;
    color: #555555;
    line-height: 1.75em;
}
.c-box-lf-p p span{
    color: #034495;
}
.c-box-lf-p a{
    font-size: 16px;
    color: #555555;
    line-height: 1.75em;
    text-decoration: none;
    cursor: pointer;
}
.c-box-lf-a li{
    margin: 18px 0 18px 12px;
}
.c-box-rt{
    display: inline-block;
    width: 77%;
    vertical-align: top;
    margin-left: 23%;
    margin-bottom: 80px;
}
.c-box-rt .title{
    position: relative;
    background: url(title-bg.png) no-repeat;
    height: 78px;
    line-height: 78px;
    width: 100%;
    margin-top: 27px;
}
.c-box-rt .title h3{
    font-size: 22px;
    color: #034495;
    margin: 0;
    padding-left: 20px;
}
.c-box-rt .title .title-nav{
    position: absolute;
    right: 24px;
    top: 0;
    font-size: 14px;
    color: #999999;
}
.c-box-rt .title .title-nav i{
    margin: 0 5px;
}
.c-box-rt .title .title-nav span{
    font-size: 14px;
    color: #555555;
}
.c-box-rt  .nav-bar{
    position: absolute;
    right: 25px;
    top: 3px;
    font-size: 14px;
    color: #999999;
}
.c-box-rt .con{
    margin-top: 5px;
    background-color: #ffffff;
}
.c-box-rt .con .con-box{
    padding-top: 40px;
}
.conBody{
    padding-bottom: 200px;
    background: url(group-03.png) no-repeat bottom left;
}
/* 2021/4/7 */
.con{
	float: left;
}
.con-box{
	float: left;
}
.conBody{
	float: left;
    padding: 58px 44px;
	background: none;
}
.conBody img{
	display: block;
	margin: 0 auto;
}
.conBody h6{
	width: 100%;
	text-align: center;
	height: 22px;
	font-family: Microsoft YaHei;
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
	color: #333333;
}
.conBody p{
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	text-indent: 2em;
}
/* 2021/4/7 */


.text-img{
    position: absolute;
    display: inline-block;
    width: 29%;
    top: -36%;
    right: 20px;
    text-align: center;
}
.text-img img{
    width: 100%;
    height: auto;
    max-height: 100%;
}
.text-img-bg{
    position: absolute;
    top: 210px;
    right: 58px;
    /* margin-left: -40%; */
    width: 250px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    background: url(name.png) no-repeat;
    background-size: cover;
}



.swiper-wrapper{
    height: auto;
}

/*媒体查询*/
@media screen and (min-width:1681px) and (max-width:1900px){
    .conBody .conBody-title h1{
        font-size: 34px;
    }
    .conBody .conBody-con p{
        font-size: 14px;
        line-height: 2em;
    }
    .conBody .conBody-title h1 span{
        padding: 24px;
    }
    .text-img{
        top: -40%;
    }
}
@media screen and (min-width:1601px) and (max-width:1680px){
    .conBody .conBody-title h1{
        font-size: 34px;
    }
    .conBody .conBody-con p{
        font-size: 14px;
        line-height: 2em;
    }
    .conBody .conBody-title h1 span{
        padding: 24px;
    }
    .text-img{
        top: -30%;
    }
}
@media screen and (min-width:1441px) and (max-width:1600px){
    .conBody .conBody-title h1{
        font-size: 32px;
    }
    .conBody .conBody-con p{
        font-size: 12px;
        line-height: 2em;
    }
    .conBody .conBody-title h1 span{
        padding: 21px;
    }
    .text-img{
        top: -38%;
    }
}
@media screen and (max-width:1600px){
    .conBody .conBody-con .conBody-con-imger{
        width:280px;
        margin-top: -100px;
    }
    .text-img-bg {
        position: absolute;
        top: 156px;
        right: 45px;
        /* margin-left: -40%; */
        width: 210px;
        text-align: center;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        color: #ffffff;
        background: url(name.png) no-repeat;
        background-size: cover;
    }
}
@media screen and (min-width:1367px) and (max-width:1440px){
    .conBody .conBody-title h1{
        font-size: 29px;
    }
    .conBody .conBody-con p{
        font-size: 12px;
        line-height: 2em;
    }
    .conBody .conBody-title h1 span{
        padding: 18px;
    }
    .text-img{
        top: -30%;
    }
}
@media screen and (max-width:1366px){
    .conBody .conBody-title h1{
        font-size: 24px;
    }
    .conBody .conBody-con p{
        font-size: 12px;
        line-height: 1.8em;
    }
    .conBody .conBody-title h1 span{
        padding: 16px;
    }
    .text-img{
        top: -35%;
    }
}