body, button, dd, div, dl, form, h1, h2, h3, h4, h5, h6, html, img, input, li, ol, p, ul {
    margin: 0;
    padding: 0;
    border: 0
}

* {
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Microsoft YaHei","Arial","Helvetica Neue",Helvetica,sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
}

button, input, textarea,select{
   -webkit-appearance: none;
   resize: none;
   outline: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
   border: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
.none{
	display:none;
}

.online_x{
	cursor:pointer;
}
button:hover,
input[type=submit]:hover {
    cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
   /* border: 0*/
  	outline: 0 none;
  	outline-color: transparent;
}

a {
    color: #333;
    display: inline-block;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none;
  
}

a:active {
    text-decoration: none
}

li {
    list-style: none;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}
.clearfix {
    zoom: 1
}
.conwidth{
	max-width: 1600px;
	width: 90%;
	margin: auto;
}
.owidth{
	max-width: 1380px;
	width: 90%;
	margin: auto;
}
/*.omain{
	padding-top: 110px;
}*/
@font-face{
    font-family: "DINBold"; 
    src: url('../fonts/DINBold.TTF');
}
@font-face{
    font-family: "DINRegular"; 
    src: url('../fonts/DIN-Regular.otf');
}
@font-face{
    font-family: "Microsoft YaHei Light"; 
    src: url('../fonts/MicrosoftYaHeiLight.ttf');
}
/**/
.font70{
	font-size: 68px;
}
.font50{
	font-size: 48px;
}
.font46{
	font-size: 44px;
}
.font42{
	font-size: 40px;
}
.font40{
	font-size: 38px;
}
.font36{
	font-size: 34px;
}
.font38{
	font-size: 36px;
}
.font30{
	font-size: 28px;
}
.font28{
	font-size: 26px;
}
.font26{
	font-size: 24px;
}
.font24{
	font-size: 22px;
}
.font22{
	font-size: 20px;
}
.font20{
	font-size: 18px;
}
.font18{
	font-size: 17px;
}
.font16{
	font-size: 15px;
}
/**/
.header{
	background: #FFFFFF;
	box-shadow: 0px 0px 29px rgba(0,0,0,0.08);
}
.header.on{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 12;
	width: 100%;
}
.header .content{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.header .logo{
	float: left;
	height: 110px;
	line-height: 110px;
}
.header .box{
	float: right;
	text-align: right;
}
.header .box .phone{
	color: #c52227;
	font-family: "DINBold"; 
}
.header .box .phone img{
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
}
.header .box .nav{
}
.header .box .nav ul li{
	position: relative;
	z-index: 2;
	float: left;
	padding: 0px 35px;
}
.header .box .nav ul li:last-child{
	padding-right: 0;
}
.header .box .nav ul li a{
	position: relative;
	display: block;
	font-family: "Microsoft YaHei Light"; 
	color: #000000;
	line-height: 60px;
	transition: all 0.5s ease;
}
.header .box .nav>ul>li>a:hover,
.header .box .nav>ul>li.on>a{
	color: #c52227;
}
.header .box .nav>ul>li>a:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 2px;
	background: #c52227;
	transition: all 0.5s ease;
}
.header .box .nav>ul>li>a:hover:before,
.header .box .nav>ul>li.on>a:before{
	width: 100%;
}
.header .box .nav>ul>li>a:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	margin: auto;
	width: 0px;
	height: 0px;
	border-bottom: #c52227 solid 4px;
	border-left: transparent solid 3px;
	border-right: transparent solid 3px;
	transition: all 0.3s ease;
	opacity: 0;
}
.header .box .nav>ul>li>a:hover:after,
.header .box .nav>ul>li.on>a:after{
	opacity: 1;
}
.header .box .nav .drop-down{
	position: absolute;
    top: 60px;
    left: 50%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    min-width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 0px 0px 29px rgb(0 0 0 / 8%);
}
.header .box .nav .drop-down .con {
    background: #FFFFFF;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 15px;
    padding-left: 15px;
   /* box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);*/
  	white-space: nowrap;
}
.header .box .nav .drop-down a {
    display: block;
    color: #333333;
    font-size: 18px;
    line-height: 1.8;
    padding: 6px 0px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header .box .nav .drop-down a:hover{
	color: #c52227;
}
/**/
.m-nav{
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	height: calc(100vh - 70px);
	background: #fff;
	display: none;
	z-index: 99;
	overflow-y: scroll;
	box-sizing: border-box;
}

.m-nav .nav-list {
	padding-top: 30px;
	padding-left: 5%;
	padding-right: 5%;
}
.m-nav .nav-list>li{
	text-align: left;
	border-bottom: #e8e8e8 solid 1px;
	box-sizing: border-box;
}
.m-nav .nav-list .one-level,
.m-nav .nav-list>li>a{
	position: relative;
	padding-right: 40px;
}
.m-nav .nav-list .one-level i,
.m-nav .nav-list>li>a i{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 60px;
	background: url(../images/img89.png) center no-repeat;
	background-size: 9px 15px;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.m-nav .nav-list .one-level.on i{
	background: url(../images/img90.png) center no-repeat;
	background-size: 9px 15px;
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.m-nav .nav-list>li>a,
.m-nav .nav-list .one-level{
	font-size: 20px;
	color: #666666;
	display: block;
	height: 60px;
	line-height: 60px;
}

.m-nav .nav-list>li>a:hover,
.m-nav .nav-list .one-level.on,
.m-nav .nav-list .one-level:hover {
	color: #c52227;
}
.m-nav .nav-list .lang{
	text-align: center;
	margin-top: 10%;
	border-bottom: none;
}
.m-nav .nav-list .lang .one-level{
	padding-right: 0;
}
.m-nav .nav-list .one-level a, .m-nav .nav-list .one-level span{
	display: inline-block;
    color: #666666;
}
.m-nav .nav-list .one-level span{
	margin: 0 30px;
}
.m-nav .nav-list .one-level:hover span{
	color: #666666;
}

.m-nav .m-subnav {
	display: none;
	border-top: #e8e8e8 solid 1px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.m-nav ul li .m-subnav li a,
.m-nav ul li .two-level{
	display: block;
	font-size: 18px;
	color: #999999;
	padding-left: 15px;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
}
.m-nav ul li .m-subnav a:hover{
	color: #c52227;
}
.m-nav ul li .m-subnav ul{
	display: none;
}
.m-nav ul li .m-subnav ul li{
	
}
.m-nav ul li .m-subnav ul  li a{
	display: block;
	font-size: 16px;
	color: #999999;
	padding-left: 30px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
}
/**/
.menubtn{
	display: none;
	float: right;
	width: 45px;
	height: 70px;
	background: url(../images/menu-icon1a.png) center right no-repeat;
	background-size: 28px auto;
	cursor: pointer;
}

/*.header.on .menubtn,
.header .wrap.on .menubtn,
.header.other .menubtn{
	background: url(../images/menu-icon1a.png) center right no-repeat;
	background-size: 25px auto;
}*/

.menubtn.on {
	background: url(../images/menu-icon2a.png) center right no-repeat;
	background-size: 28px auto;
}

/*.header.on .menubtn.on,
.header .wrap.on .menubtn.on,
.header.other .menybtn.on{
	background: url(../images/menu-icon2a.png) center right no-repeat;
	background-size: 25px auto;
}*/
/*ä¾§è¾¹æ */
.sidebar{
	position: fixed;
	bottom: 20%;
    right: 20px;
    z-index: 9;
}
.sidebar>ul>li{
	position: relative;
	text-align: center;
	cursor: pointer;
	margin-bottom: 10px;
}
.sidebar ul li:last-child{
	border-bottom: none;
}
.sidebar ul li a{
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	background: #ffffff;
	transition: all .4s ease-in-out;
	box-shadow: 0px 1px 25px rgba(0,0,0,0.1);
}
.sidebar ul li a:hover{
	background-color: #c52227;
	text-decoration:none;
}
.sidebar ul li a .img{
	width: 100%;
	text-align: center;
	overflow: hidden;
	height: 70px;
	text-align: center;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.sidebar ul li .img img{
	display: block;
	margin: auto;
	max-width: 35%;
	padding-top: 18px;
}
.sidebar ul li .img .ic2{
	display: none;
}
.sidebar ul li:hover .img .ic1{
	display: none;
}
.sidebar ul li:hover .img .ic2{
	display: block;
}
.sidebar ul li .img .wt{
	text-align: center;
	font-size: 12px;
	color:#000000;
	line-height: 1.5;
	margin-top: 3px;
}
.sidebar ul li:hover .img .wt{
	color: #FFFFFF;
}
.sidebar ul li .secondary{
	display: none;
	position: absolute;
	right: 90px;
	top: 0;
	z-index: 10;
	min-width: 100%;
	min-height: 100%;
	background: #ffffff;
	box-shadow: 0px 1px 25px rgba(0,0,0,0.1);
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}
.sidebar ul li .secondary::before{
	content: '';
	position: absolute;
	top: 0;
	right: -14px;
	bottom: 0;
	margin: auto;
	width: 0;
    height: 0;
	border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #ffffff;
}
.sidebar ul li .txtli{
	text-align: left;
	line-height: 60px;
	font-family: "din"; 
	font-size: 20px;
	color: #c52227;
	padding: 5px 20px;
	min-width: 160px;
}
.sidebar ul li .txtli img{
	display: inline-block;
	margin-right: 10px;
}
.sidebar .lianxi{
	white-space: nowrap;
	text-align: center;
	padding: 20px 20px 15px;
}
.sidebar .lianxi .imgbox{
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	white-space: nowrap;
}
.sidebar .lianxi .imgli{
	display: inline-block;
	vertical-align: top;
	width: 120px;
}
.sidebar ul li .imgli img{
	display: block;
	width: 100%;
}
.sidebar ul li .imgli .t1{
	margin-top: 6px;
	color: #222222;
	font-size: 18px;
}



/*footer*/
.footer{
	padding-top: 72px;
	padding-bottom: 30px;
	background-color: #282828;
}
.footer .box{
	padding-bottom: 40px;
	border-bottom: rgba(255,255,255,0.2) solid 1px;
}
.footer .tit{
	color: #ffffff;
}
.foot_nav{
	float: left;
	width: calc(100% - 400px);
}
.foot_nav>ul{
	display: flex;
	justify-content: space-between;
	max-width: 890px;
	width: 92%;
}
.foot_nav>ul>li{
	float: left;
}
.foot_nav ul li ul{
	margin-top: 15px;
}
.foot_nav ul li ul li a{
	font-family: "Microsoft YaHei Light"; 
	color: #999999;
	line-height: 1.5;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.foot_nav ul li ul li:hover a{
	color: #ffffff;
}
.foot_infor{
	float: right;
	width: 360px;
}
.foot_infor .w1{
	overflow: hidden;
}
.foot_infor .w1 a{
	float: left;
	margin-right: 50px;
        margin-top:-8px;
}
.foot_infor .w1 .code{
	float: left;
	overflow: hidden;
	background: #c52227;
}
.foot_infor .w1 .code .sp{
	float: left;
	width: 24px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	padding: 5px 5px 0px;
	box-sizing: border-box;
}
.foot_infor .w1 .code img{
	float: left;
}
.foot_infor .w2{
	margin-top: 35px;
}
.foot_infor .w2 ul li{
	position: relative;
	padding-left: 40px;
	font-family: "DINBold"; 
	color: #ffffff;
	line-height: 1.5;
	margin-bottom: 10px;
}
.foot_infor .w2 ul li .ic{
	position: absolute;
	left: 0;
	top: -2px;
}
.foot_links{
	display: flex;
	flex-wrap: nowrap;
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: rgba(255,255,255,0.2) solid 1px;
	font-family: "Microsoft YaHei Light"; 
	color: #999999;
	line-height: 1.6;
}
.foot_links .sp{
}
.foot_links .wrap{
	position: relative;
	flex: 1;
	padding-right: 25px;
	box-sizing: border-box;
	overflow: hidden;
}
.foot_links .wrap a{
	display: inline-block;
	margin-right: 15px;
	color: #999999;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.foot_links .wrap a:hover{
	color: #ffffff;
}
.foot_links .wrap .spread{
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	height: 24px;
	background: url(../images/ic8.png) center no-repeat;
}
.foot_links .wrap .spread.on{
	background: url(../images/ic8a.png) center no-repeat;
}
.footer .copyright {
	font-family: "Microsoft YaHei Light"; 
	color: #999999;
	line-height: 1.6;
	padding: 20px 0px;
}
.footer .copyright a {
	color: #999999;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer .copyright a:hover{
	color: #FFFFFF;
}
.footer .copyright .oth{
	float: right;
}
.footer .copyright .oth a{
	color: #999999;
}
.footer .copyright .oth:hover a{
	color: #FFFFFF;
}

/*banner*/
.lunbotu{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.lunbotu .swiper-slide a{
	display: block;
	width: 100%;
}
.lunbotu .swiper-slide a>img{
	width: 100%;
}
.oimg2{
	display: none;
}
.i-banner{
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}
.i-banner .box{
	width: 100%;
	padding-bottom: 5%;
}
.i-banner .box .t1{
	font-weight: bold;
	color: #ffffff;
	word-break: break-word;
}
.i-banner .box i{
	display: block;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 50px;
	height: 3px;
	background: #c52227;
}
.i-banner .box .t2{
	color: #ffffff;
	word-break: break-word;
}
.i-banner .box .btn{
	text-align: left;
	padding: 0;
}
.i-banner .box .btn span{
	display: inline-block;
	min-width: 180px;
	text-align: center;
	padding: 0px 35px;
	color: #fcfdff;
	font-size: 16px;
	background: #7bbe42;
	height: 56px;
	line-height: 56px;
	border-radius: 28px;
	box-sizing: border-box;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.i-banner .box .btn span:hover{
	color: #405aa8;
	background: #ffffff;
}
.lunbotu .swiper-pagination-bullet{
	position: relative;
	width: 40px;
	height: 3px;
	text-align: center;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 0;
	background: #FFFFFF;
}
.lunbotu .swiper-pagination-bullet-active{
	background: #c52227;
	border-radius: 0;
	opacity: 1;
}
.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, 
.lunbotu .swiper-pagination-custom, 
.lunbotu .swiper-pagination-fraction{
	max-width: 1400px;
	width: 90%;
	bottom: 5%;
	right: 0;
	margin: auto;
	text-align: center;
}
.lunbotu .swiper-pagination{
	z-index: 8;
}
/**/
.obanner{
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
.obanner>img{
	width: 100%;
}
.ob-img{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bannerzi{
	position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%); 
	-webkit-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
    margin: auto;
    color: #FFFFFF;
}
.obanner .bannerzi .box{
	display: inline-block;
	text-align: left;
}
.obanner .bannerzi .box .t1{
	font-weight: bold;
	line-height: 1.2;
	color: #ffffff;
	padding-bottom: 13px;
	margin-bottom: 12px;
	border-bottom: #eeeeee solid 2px;
}
.obanner .bannerzi .box .t1.black{
	color: #000000;
}
.obanner .bannerzi .box .t1 .font46{
	color: #c52227;
}
.obanner .bannerzi .box .t2{
	font-weight: bold;
	color: #cccccc;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/**/
@-webkit-keyframes fadeInUpSmall{
  	from {
	    opacity: 0;
	    -webkit-transform: translate3d(0, 80px, 0);
	    transform: translate3d(0, 80px, 0);
  	}
  	to {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
  	}
}
@keyframes fadeInUpSmall {
  	from {
	    opacity: 0;
	    -webkit-transform: translate3d(0, 80px, 0);
	    transform: translate3d(0, 80px, 0);
  	}
  	to {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
  	}
}
.fadeInUpSmall {
  	-webkit-animation-name: fadeInUpSmall;
  	animation-name: fadeInUpSmall;
}
@keyframes fadeup {
  	0% {
	    transform: translateY(20px);
	    opacity: 0;
  	}
  	100% {
	    transform: translateY(0);
	    opacity: 1;
  	}
}
.fadeup {
    -webkit-animation-name: fadeup;
    animation-name: fadeup;
}
@keyframes faderight {
  	0% {
	    transform: translateX(20px);
	    opacity: 0;
  	}
  	100% {
	    transform: translateX(0);
	    opacity: 1;
  	}
}
.faderight {
    -webkit-animation-name: faderight;
    animation-name: faderight;
}

@keyframes fadeleft {
  	0% {
	    transform: translateX(-20px);
	    opacity: 0;
  	}
  	100% {
	    transform: translateX(0);
	    opacity: 1;
  	}
}
.fadeleft {
    -webkit-animation-name: fadeleft;
    animation-name: fadeleft;
}


.i-title{
	text-align: center;
}
.i-title.left{
	text-align: left;
}
.i-title .h1{
	color: #000000;
	line-height: 1.2;
}
.i-title .h1 span{
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-right: 10px;
}
.i-title .h1 span:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 22px;
	height: 22px;
	background: #c52227;
}
.i-title .sp{
	/*color: #eeeeee;*/
	color: rgba(0,0,0,0.11);
}
/**/
.service_content{
	padding-top: 5.2%;
	padding-bottom: 50px;
}
.service_content .box{
	margin-top: 45px;
}
.service_content .box .wrap{
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	border-top: #eeeeee solid 1px;
	border-bottom: #eeeeee solid 1px;
}
.service_content .box .wrap.m_show{
        display: none;
}
.service_content .box .wrap .tit{
	position: relative;
	width: 18.23%;
}
.service_content .box .wrap .tit img{
	display: block;
	width: 100%;
	height: 100%;
}
.service_content .box .wrap .tit .txt{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #FFFFFF;
	width: 100%;
	box-sizing: border-box;
	padding: 0 5px;
}
.service_content .box .wrap .part{
	position: relative;
	overflow: hidden;
	width: 81.77%;
}
.service_content .box .wrap .part ul{
	display: flex;
	align-items: stretch;
	height: 100%;
}
.service_content .box .wrap .part ul li{
	position: relative;
	width: 16.66%;
	width: calc(100% / 6);
	border-right: #eeeeee solid 1px;
	box-sizing: border-box;
	transition: all 0.5s ease;
}
.service_content .box .wrap .part ul li:last-child{
	border-right: none;
}
.service_content .box .wrap .part ul li.more:hover{
	background-color: #C52227;
}
.service_content .box .wrap .part ul li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.service_content .box .wrap .part ul li .img{
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s ease;
}
.service_content .box .wrap .part ul li:hover .img{
	opacity: 1;
}
.service_content .box .wrap .part ul li .txt{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	padding: 0 5px;
	box-sizing: border-box;
	color: #000000;
	transition: all 0.5s ease;
}
.service_content .box .wrap .part ul li:hover .txt{
	color: #FFFFFF;
}
.service_content .box .wrap .part ul li .icon{
	margin-bottom: 15px;
}
.service_content .box .wrap .part ul li .icon img{
	max-width: 27%;
}
.service_content .box .wrap .part ul li .icon .ic2{
	display: none;
}
.service_content .box .wrap .part ul li:hover .icon .ic1{
	display: none;
}
.service_content .box .wrap .part ul li:hover .icon .ic2{
	display: inline-block;
}
.service_content .box .wrap .part ul li .text{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	padding: 0 5px;
	box-sizing: border-box;
	color: #000000;
	transition: all 0.4s ease;
}
.service_content .box .wrap .part ul li:hover .text{
	color: #FFFFFF;
}
.service_content .box .wrap .part ul li .text .font22{
	margin-bottom: 10px;
}
.service_content .box .wrap .part ul li .text .font16{
	margin-bottom: 13px;
}
.service_content .box .wrap .part ul li .text .ic .ic2{
	display: none;
}
.service_content .box .wrap .part ul li:hover .text .ic .ic1{
	display: none;
}
.service_content .box .wrap .part ul li:hover .text .ic .ic2{
	display: inline-block;
}
/**/
.about{
	position: relative;
	min-height: calc(100vh - 110px);
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
}
.about .content{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.about .content .text{
	max-width: 720px;
}
.about .content .text>.font18{
	margin-top: 25px;
	line-height: 1.7;
}
.about .content .text .more{
	position: relative;
	display: inline-block;
	padding-right: 27px;
	color: #c52227;
}
.about .content .text .more i{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 16px;
	height: 9px;
	background: url(../images/ic21.png) center no-repeat;
}
.about .content .text .video_icon{
	margin-top: 35px;
}
.about .content .text .video_icon span{
	cursor: pointer;
}
.about .content .text .video_icon img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
/*è§†é¢‘å¼¹çª—æ ·å¼*/
.bigPicLayer {
	display: none;
	width: 1000px;
	height: 556px;
	position: fixed;
	z-index: 11;
	top: 40% !important;
	margin-top: -180px;
	padding: 10px;
}
.bigPicLayer .close {
	display: block;
	width: 38px;
	height: 38px;
	background: url(../images/closebtn.png) no-repeat;
	right: -50px;
	top: -50px;
	position: relative;
	position: absolute;
	z-index: 12;
}
.bigPicLayer .close em {
	width: 1px;
	height: 50px;
	background: #009690;
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -0.5px;
	top: 100%;
}
.bigPicLayer .imgDiv {
	text-align: center;
}
.bigPicLayer .imgDiv img {
	width: 100%;
}
.bigPicLayer .imgDiv span {
	display: block;
	text-align: center;
	font-size: 18px;
	margin-top: 16px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}
#Layer1 {
	position: fixed;
	z-index: 9;
	background: #000000;
	top: 0;
	left: 0;
	width: 100% !important;
}
/*.video_all{
	position:fixed; 
	top:0; 
	left:0; 
	z-index: 9; 
	display:none; 
	width:100%; 
	height:100%; 
	opacity:0.5; 
	-moz-opacity:0.5; 
	filter:alpha(opacity=50);
	background-color:#000;
}*/
@media screen and (max-width: 1440px) {
	.bigPicLayer {
		display: none;
		width: 600px;
		height: 350px;
		position: fixed;
		z-index: 111;
		top: 40% !important;
		margin-top: -100px;
		padding: 10px;
	}
}
@media screen and (max-width: 1004px) {
	.bigPicLayer {
		left: 50% !important;
		margin-left: -300px;
		box-sizing: border-box;
	}
	.bigPicLayer .imgDiv {
		height: 169px;
	}
}
@media only screen and (max-width: 767px){
	.bigPicLayer {
		display: none;
		position: fixed;
		width: 94%;
		height: auto;
		margin-left: 0px;
		top: 35% !important;
		left: 3% !important;
		z-index: 10;
	}
	
	.bigPicLayer .close {
		display: block;
		width: 40px;
		height: 40px;
		right: 0;
		top: -15%;
		position: absolute;
		background-size: cover;
		z-index: 10;
	}
}
@media only screen and (max-width: 480px){
	.bigPicLayer .close {
		width: 36px;
		height: 36px;
	}
	
}

.about .content .text .num{
	margin-top: 12%;
}
.introduction .num{
	padding: 30px 0;
}
.num ul li{
	float: left;
	width: 25%;
	padding-right: 10px;
	box-sizing: border-box;
}
.introduction .num ul li{
	position: relative;
	text-align: center;
}
.introduction .num ul li:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 4px;
	height: 36px;
	background: #eeeeee;
}
.introduction .num ul li:last-child:before{
	background: none;
}
.num ul li .t1{
	color: #c52227;
	font-weight: bold;
}
.num ul li .timer{
	/*font-family: "DINBold";*/
}
.num ul li .t1.font18{
	/*font-family: "DINBold";*/
}
.num ul li .t2{
	color: #383735;
	margin-top: 5px;
}
/**/
.indexpart{
	padding-top: 4.2%;
	padding-bottom: 60px;
	background: #ffffff;
}
.indexpart .box{
	margin-top: 3.75%;
}
.switch-box{
}
.switch-box>ul>li{
	float: left;
	width: 23.125%;
	margin-right: 2.5%;
	margin-top: 2.5%;
}
.caseli{
	position: relative;
	border-radius: 10px;
	/*background: #FFFFFF;
	box-shadow: 0px 5px 38px rgba(0,69,87, 0.09);*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*overflow: hidden;*/
	-webkit-perspective: 1000;
    perspective: 1000;
    transform-style: preserve-3d;
}
.caseli:nth-child(4n){
	margin-right: 0;
}
/*.related .caseli{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 2.4%;
}
.related .caseli:nth-child(4n){
	margin-right: 2.4%;
}
.related .caseli:nth-child(3n){
	margin-right: 0;
}*/
.innovation .caseli{
	margin: 0 auto;
}
.caseli .above{
	padding-bottom: 7%;
	background: #FFFFFF;
    position: relative;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    transform: rotateY(0deg);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: 24;
    /*box-shadow: 0px 5px 38px rgba(0,69,87, 0.09);*/
   	box-shadow: 0px 5px 20px rgba(0,69,87, 0.09);
    border-radius: 10px;
}
.caseli:hover .above{
	z-index: 35;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
}
.caseli .below{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/img15.png) center no-repeat;
	background-size: cover;
	/*box-shadow: 0px 5px 38px rgba(0,69,87, 0.09);*/
	box-shadow: 0px 5px 20px rgba(0,69,87, 0.09);
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    transform: rotateY(-180deg);
    -moz-transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: 13;
    border-radius: 10px;
}
.caseli:hover .below{
	display: block;
    -webkit-animation: fadeIn 0.8s;
    animation: fadeIn 0.8s;
}
.caseli:hover .below{
	z-index: 46;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
}
.caseli .img{
	width: 100%;
	overflow: hidden;
}
.caseli .img img{
	opacity: 0;
	width: 100%;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.caseli:hover .img img{
	opacity: 1;
}
.caseli .txt{
	width: 100%;
	padding: 12% 10%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.caseli .icon{
	margin-bottom: 8%;
	text-align: center;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.caseli .icon img{
	max-height: 80px;
}
.caseli .title{
}
.caseli .title .font22{
	color: #222222;
	min-height: 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 20px;
	text-align:center;
}
.caseli .title .font18{
	color: #666666;
	line-height: 1.8;
	text-align: center;
}
.caseli .title .font18 li{
	margin-bottom: 5px;
}
.caseli .below .font18{
	color: #FFFFFF;
}
.caseli .below .title .font22{
	margin-top: 7%;
	margin-bottom: 7%;
	text-align:center;
	color: #FFFFFF;
}
.caseli .btn{
	margin-top: 12%;
	width: 100%;
	font-size: 0;
	text-align: center;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.caseli .btn a, .caseli .btn span{
	display: inline-block;
	vertical-align: top;
	min-width: 38%;
	border: #ffffff solid 1px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	height: 40px;
	line-height: 38px;
	padding: 0 10px;
}
.caseli .btn a.b1,  .caseli .btn span.b1{
	background: #FFFFFF;
	color: #da251c;
	margin-right: 6%;
}
.caseli .btn a.b2, .caseli .btn span.b2{
	color: #FFFFFF;
}
.caseli .btn a.b1:hover, .caseli .btn span.b1:hover{
	background: none;
	border: #fFFFFFF solid 1px;
	color: #FFFFFF;
}
.caseli .btn a.b2:hover, .caseli .btn span.b2:hover{
	background: #FFFFFF;
	color: #da251c;
	border: #da251c solid 1px;
}
.switch-tab{
}
.switch-tab ul{
	text-align: center;
	font-size: 0;
}
.switch-tab ul li{
	display: inline-block;
	vertical-align: top;
	padding: 0px 35px;
	cursor:pointer;
}
.switch-tab ul li a, .switch-tab ul li span{
	position: relative;
	display: block;
	padding-bottom: 12px;
	font-size: 26px;
	color: #666666;
}
.switch-tab ul li:hover a, .switch-tab ul li.on a{
	color: #c52227;
}
.switch-tab ul li:hover span, .switch-tab ul li.on span{
	color: #c52227;
}
.switch-tab ul li a:before, .switch-tab ul li span:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 3px;
	background: #c52227;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.switch-tab ul li:hover a:before, .switch-tab ul li.on a:before{
	width: 100%;
}
.switch-tab ul li:hover span:before, .switch-tab ul li.on span:before{
	width: 100%;
}

.p_case, .swiper_case{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.indexpart .p_case{
	padding-bottom: 20px;
}
.p_case .swiper-container-horizontal>.swiper-pagination-bullets, .p_case .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0;
}
.p_case .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background: #cccccc;
    opacity: 1;
}
.p_case .swiper-pagination-bullet-active{
	background: #c52227;
}
.p_case.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0px 10px;
}
.m_case{
	position: relative;
	width: 100%;
	overflow: hidden;
	display: none;
}
.m_case .swiper-pagination{
	display: none;
}
.m_case .swiper-container-horizontal>.swiper-pagination-bullets, .m_case .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0;
}
/**/
.allbtn{
	text-align: center;
	margin-top: 4.25%;
}
.allbtn a {
    min-width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    margin: 0 20px;
    font-size: 16px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.allbtn a.btn1 {
    color: #c52227;
    border: #c52227 solid 1px;
}
.allbtn a.btn1:hover{
	background-color: #c52227;
	color: #FFFFFF;
}
.allbtn a.btn2{
	display: none;
	color: #c52227;
	border: #c52227 solid 1px;
}
.allbtn a.btn2:hover{
	background-color: #c52227;
	color: #FFFFFF;
}

.new-case{
	/*padding-top: 90px;*/
	padding-top: 4.7%;
	padding-bottom: 60px;
	background-color: #f9f9f9;
}
.new-case .box{
	margin-top: 20px;
}
.new-case .box .wrap{
	margin-top: 40px;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 80px;
}
.new-case .box .wrap ul{
	font-size: 0;
}
.new-case .box .wrap ul li{
	position: relative;
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 31.4%;
	margin-right: 2.9%;
	transition: 1s;
	background-color: #FFFFFF;
}
.new-case .box .wrap ul li:nth-child(3n){
	margin-right: 0;
}
.new-case .box .wrap ul li:hover{
	box-shadow: 0px 25px 43px 8px rgba(47, 48, 53, 0.08);
}
.new-case .box .wrap ul li::after{
	content: "";
    width: 0;
    border-bottom: 5px solid #c52227;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 9;
    transition: 1s;
}
.new-case .box .wrap ul li:hover::after{
	left: 0;
    width: 100%;
}
.new-case .box .wrap ul li a{
	position: relative;
	display: block;
	width: 100%;
	padding: 30px 30px 60px;
	box-sizing: border-box;
}
.new-case .box .wrap ul li .img{
	width: 100%;
	overflow: hidden;
}
.new-case .box .wrap ul li .img img{
	width: 100%;
	transition: 1s;
}
.new-case .box .wrap ul li:hover .img img{
	transform: scale(1.1);
}
.new-case .box .wrap ul li .date{
	position: absolute;
	right: 30px;
	top: 30px;
	background-color: #2f3035;
	min-width: 68px;
	padding: 10px;
	transition: 1s;
	text-align: center;
	box-sizing: border-box;
}
.new-case .box .wrap ul li:hover .date{
	background-color: #c52227;
}
.new-case .box .wrap ul li .date .t1{
	font-family: "DINBold"; 
	color: #ffffff;
	font-weight: bold;
}
.new-case .box .wrap ul li .date .t2{
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
}
.new-case .box .wrap ul li .txt{
	padding-top: 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.new-case .box .wrap ul li .txt .t1{
	color: #000000;
	line-height: 1.7;
	transition: 0.4s;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.new-case .box .wrap ul li .txt .t2{
	margin-top: 12px;
	color: #666666;
	line-height: 1.7;
	height: 58px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.new-case .box .wrap ul li .txt .t3{
	margin-top: 30px;
}
.new-case .box .wrap ul li .txt .t3 span{
	color: #000000;
}
.new-case .box .wrap ul li:hover .txt .t3 span{
	color: #c52227;
}
.new-case .box .wrap ul li .txt .t3 span i{
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 15px;
	width: 30px;
	height: 30px;
	text-align: center;
	transition: all 0.5s ease;
}
.new-case .box .wrap ul li .txt .t3 span i:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #2f3035;
	transition: all 0.5s ease;
}
.new-case .box .wrap ul li:hover .txt .t3 span i{
	transform: rotate(45deg);
}
.new-case .box .wrap ul li:hover .txt .t3 span i:before{
	background: #c52227;
}
.new-case .box .wrap ul li .txt .t3 span i img{
	transform: rotate(-40deg);
	transform-origin: 60% 50%;
}
.new-case .swiper-pagination-bullet{
	position: relative;
    width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 100%;
    background: none;
    opacity: 1;
    border: transparent solid 2px;
    border-radius: 50%;
    box-sizing: border-box;
}
.new-case .swiper-pagination-bullet-active{
	border: #c52227 solid 2px;
}
.new-case .swiper-pagination-bullet:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	background: #c5c5c5;
	border-radius: 50%;
	transition: all 0.5s ease;
}
.new-case .swiper-pagination-bullet-active:before{
	background: #c52227;
}
.new-case .swiper-container-horizontal>.swiper-pagination-bullets, 
.new-case .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0;
}

.case{
	padding-top: 3.9%;
	padding-bottom: 4.94%;
	background: #f9f9f9;
}
.case .content{
	max-width: 1640px;
	width: 90%;
	margin: auto;
}
.case .box{
	background-color: #ffffff;
	padding: 2% 4.2%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.case .box .tit{
	float: left;
	color: #222222;
	line-height: 40px;
}
.case .box .search{
	float: right;
	width: 300px;
	overflow: hidden;
}
.case .box .search .inputdiv{
	float: left;
	width: 76.6%;
	border-radius: 5px;
	border: #e5e5e5 solid 1px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.case .box .search .inputdiv input{
	width: 100%;
	height: 38px;
	line-height: 38px;
	color: #666666;
	font-size: 16px;
	background: none;
	outline: none;
	border: none;
}
.case .box .search .btn{
	float: right;
	width: 20%;
	height: 40px;
	background-color: #c52227;
	border-radius: 5px;
}

.case .box .search .btn input{
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-family: "syn";
	color: #f6f8fa;
	font-size: 18px;
	background: none;
	outline: none;
	border: none;
}
.case .box .box2{
	margin-top: 15px;
	border-top: #eeeeee solid 1px;
}
.case .box .box2 ul{
	overflow: hidden;
}
.case .box .box2 .a-more{
	color: #666666;
	font-size: 14px;
	text-align: right;
	margin-top: 10px;
}
.case .box .box2 ul li{
	float: left;
	margin-right: 50px;
}
.case .box .box2 ul li a{
	position: relative;
	color: #666666;
	line-height: 2;
	padding: 15px 0px;
}
.case .box .box2 ul li.on a, .case .box .box2 ul li:hover a{
	color: #c52227;
}
.case .box .box2 ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 0;
	height: 3px;
	background-color: #c52227;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.case .box .box2 ul li.on a:before, .case .box .box2 ul li:hover a:before{
	width: 100%;
}
/*æ¡ˆä¾‹è¯¦æƒ…*/
.case-detail{
	padding-bottom: 5%;
}
.case-detail .content{
	padding-top: 30px;
}
.case-detail .box{
	position: relative;
	width: 100%;
	margin: auto;
}
.case-detail .related .box{
	position: relative;
	max-width: 1400px;
	width: 100%;
	margin: 30px auto 0px;
}
.case-detail .l-box{
	float: left;
	width: 280px;
	/*height: -moz-calc(100vh - 200px);
	height: -webkit-calc(100vh - 200px);
	height: calc(100vh - 200px);*/
	height: calc(100vh - 110px);
	min-height: 500px;
}
.case-detail .l-box .w1, .case-detail .l-box .w2, .new-detail .box .r-box .w2{
	background: #FFFFFF;
	border: #eeeeee solid 1px;
	padding-bottom: 30px;
}
.case-detail .l-box .w1{
	padding-top: 10%;
	margin-bottom: 20px;
	text-align: center;
}
.case-detail .l-box .w1 .img{
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}
.case-detail .l-box .w1 .img img{
	max-width: 100%;
}
.new-detail .box .r-box .w2{
	margin-top: 35px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.08);
}
.case-detail .l-box .w2 .font20, .new-detail .box .r-box .w2 .font20{
	text-align: center;
	padding: 15px 5px;
	color: #FFFFFF;
	line-height: 1.5;
	background-color: #c52227;
	box-sizing: border-box;
}
.case-detail .l-box .w2 .font18, .new-detail .box .r-box .w2 .font18{
	color: #222222;
}
.case-detail .l-box .w2 .title .font18 ul, .new-detail .box .r-box .w2 .title .font18 ul{
	padding: 0 9%;
	margin-top: 20px;
}
.case-detail .l-box .w2 .title .font18 ul li, .new-detail .box .r-box .w2 .title .font18 ul li{
	margin-bottom: 10px;
}
.case-detail .l-box .w2 .btn, .new-detail .box .r-box .w2 .btn{
	width: 82%;
	margin: 25px auto 0;
	overflow: hidden;
	text-align: center;
}
.case-detail .l-box .w2 .btn a,  .new-detail .box .r-box .w2 .btn a{
	float: left;
	width: 47.3%;
	margin-right: 5.4%;
	font-size: 16px;
	color: #ffffff;
	line-height: 38px;
	border-radius: 5px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.case-detail .l-box .w2 .btn a:nth-child(2n),  .new-detail .box .r-box .w2 .btn a:nth-child(2n){
	margin-right: 0;
}
.case-detail .l-box .w2 .btn a.btn1, .new-detail .box .r-box .w2 .btn a.btn1{
	background: #c52227;
	border: #c52227 solid 1px;
}
.case-detail .l-box .w2 .btn a.btn2, .new-detail .box .r-box .w2 .btn a.btn2{
	background: #FFFFFF;
	border: #eeeeee solid 1px;
	color: #000000;
}
.case-detail .l-box .w2 .btn a.btn1:hover, .new-detail .box .r-box .w2 .btn a.btn1:hover{
	background: none;
	color: #000000;
}
.case-detail .l-box .w2 .btn a.btn2:hover, .new-detail .box .r-box .w2 .btn a.btn2:hover{
	background: none;
	color: #000000;
	border: #c52227 solid 1px;
}
.case-detail .r-box{
	float: right;
	width: -moz-calc(100% - 280px);
	width: -webkit-calc(100% - 280px);
	width: calc(100% - 280px);
	padding-left: 5%;
	padding-right: 65px;
	box-sizing: border-box;
}
.case-detail .r-box #wrap>li{
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: #eeeeee solid 1px;
}
.case-detail .r-box #wrap>li:first-child{
	padding-top: 0px;
}
.case-detail .r-box #wrap>li .box{
	padding-top: 40px;
}
.case-detail .r-box .text .t7{
	margin-bottom: 25px;
	color: #222222;
}
.case-detail .r-box .text .t3{
	font-family: "Microsoft YaHei Light"; 
	color: #666666;
	line-height: 1.7;
}
.case-detail .r-box .text ul.t3{
	margin-top: 30px;
	background: #f9f9f9;
	padding: 3% 3.8%;
	color: #222222;
}
.case-detail .r-box .text ul.t3 li{
	margin-bottom: 5px;
}
.case-detail .r-box .text ul.t3 li:last-child{
	margin-bottom: 0;
}

.case-detail .r-box .tit{
	color: #222222;
	margin-bottom: 20px;
}
.s-module ul li{
	float: left;
	min-width: 22%;
	width: auto;
	margin-right: 2.8%;
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
}
.s-module ul li:nth-child(4n), .s-module ul li:last-child{
	margin-right: 0;
}
.s-module ul li span, 
.s-module ul li a{
	position: relative;
	display: block;
	width: 100%;
	padding-left: 14%;
	padding-right: 14%;
	background: #FFFFFF;
	font-family: "syr";
	color: #222222;
	font-size: 16px;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.s-module ul li span .sp, 
.s-module ul li a .sp{
	position: absolute;
	right: 7%;
	top: 0;
	font-family: arial;
	font-weight: bold;
	color: #e3e7f2;
	font-size: 16px;
}
.s-module ul li:hover span, 
.s-module ul li:hover a{
	background: #ff6a00;
}
.s-module ul li:hover span, 
.s-module ul li:hover a{
	color: #ffffff;
}
.s-module ul li:hover span .sp, 
.s-module ul li:hover a .sp{
	color: #ff8647;
}
.case-detail .r-box .contract{
	width: 100%;
	overflow: hidden;
}
.case-detail .r-box .contract .title{
	float: left;
	width: 48%;
	overflow: hidden;
	padding-top: 30px;
}
.case-detail .r-box .contract .title .t3{
	color: #666666;
	font-family: "syl";
}
.case-detail .r-box .contract .imgbox{
	float: right;
	width: 40%;
}
.case-detail .r-box .contract .imgbox .img{
	text-align: center;
	margin: 25px;
}
.case-detail .r-box .contract .imgbox .img img{
	display: inline-block;
	padding: 20px;
	background-color: #FFFFFF;
	box-shadow: 0px 1px 29px rgba(61,80,159,0.15);
}
.case-detail .r-box .contract .swiper-container{
	padding-bottom: 25px;
}
.case-detail .r-box .contract .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #d8dcec;
    opacity: 1;
}
.case-detail .r-box .contract .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff6a00;
}
.case-detail .r-box .completed .title .t3{
	color: #666666;
	font-family: "syl";
}
.case-detail .r-box .completed .img{
	margin-top: 40px;
}
.case-detail .r-box .btnbox, .new-detail .l-box .btnbox{
	text-align: center;
	overflow: hidden;
	margin-top: 60px;
}
.new-detail .l-box .btnbox{
	border-top: #e5e5e5 solid 1px;
	padding-top: 45px;
}
.case-detail .r-box .btnbox a, .new-detail .l-box .btnbox a{
	display: inline-block;
	width: 160px;
	height: 50px;
	line-height: 48px;
	font-family: "Microsoft YaHei Light"; 
	color: #666666;
	border: #eeeeee solid 1px;
	border-radius: 5px;
	background: #ffffff;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.new-detail .l-box .btnbox a{
	color: #666666;
}
.case-detail .r-box .btnbox .prev, .new-detail .l-box .btnbox .prev{
	float: left;
}
.case-detail .r-box .btnbox .next, .new-detail .l-box .btnbox .next{
	float: right;
}
.case-detail .r-box .btnbox a:hover, .new-detail .l-box .btnbox a:hover{
	color: #FFFFFF;
	background: #c52227;
}
.case-detail .r-box .related{
	margin-top: 60px;
}
.position{
	padding-top: 32px;
}
.position .conwidth{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.position img, .position span, .position a{
	display: inline-block;
	vertical-align: middle;
	font-family: "Microsoft YaHei Light"; 
	color: #000000;
}
.position a:hover{
	color: #c52227;
}
/*æ–°é—»è¯¦æƒ…*/
.new-detail{
	margin-bottom: 6.25%;
}
.new-detail .box{
	margin-top: 3.5%;
}
.new-detail .box .l-box{
	float: left;
	width: 70%;
	padding-right: 7.5%;
	overflow: hidden;
	box-sizing: border-box;
	border-right: #eeeeee solid 1px;
}
.new-detail .box .l-box .title{
	line-height: 1.7;
}
.new-detail .box .l-box .title .infor{
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
	color: #999999;
	line-height: 28px;
}
.new-detail .box .l-box .title .infor span{
	float: left;
	display: inline-block;
	margin-right: 8%;
}
.new-detail .box .l-box .title .infor span:last-child{
	margin-right: 0;
}
.new-detail .box .l-box .details{
	padding-top: 30px;
	margin-top: 30px;
	border-top: #eeeeee solid 1px;
	color: #666666;
	line-height: 1.7;
}
.new-detail .box .r-box {
    float: left;
    width: 30%;
    padding-left: 5%;
    box-sizing: border-box;
}
.new-detail .box .r-box .wrap{
	max-width: 310px;
	width: 100%;
}
.nextprev {
	position: relative;
	margin-top: 30px;
	padding-top: 30px;
	overflow: hidden;
	border-top: #eaeaea solid 1px;
}
.nextprev ul {
	float: left;
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	width: calc(100% - 200px);
}
.nextprev ul li {
}
.nextprev ul li a {
	display: block;
	width: 100%;
	color: #666666;
	line-height: 1.8;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nextprev ul li a:hover {
	color: #C52227;
}
.back-to {
	float: right;
	margin-top: 10px;
}
.back-to a {
	/*display: inline-block;
	min-width: 160px;*/
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 50px;
	line-height: 48px;
	border: #eeeeee solid 1px;
	color: #666666;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	box-sizing: border-box;
}
.back-to a:hover {
	color: #FFFFFF;
	background-color: #C52227;
	border: #C52227 solid 1px;
}
.pagebox ul li{
	margin-bottom: 30px;
}
.pagebox ul li a{
	display: block;
	width: 100%;
}
.pagebox ul li .t1{
	color: #000000;
}
.pagebox ul li .t2{
	margin-top: 10px;
	color: #666666;
	line-height: 1.6;
}
.sharebox ul li{
	float: left;
	margin-right: 10px;
}
.sharebox ul li a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background-color: #eeeeee;
}
.new-detail .box .r-box .img{
	margin-top: 50px;
}
.new-detail .box .r-box .img img{
	width: 100%;
}
/**/
.aboutBox{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.abnav{
	position: relative;
	z-index: 5;
	/*margin-top: -50px;*/
	margin-top: -71px;
}
.abnav .conwidth{
	position: relative;
	overflow: hidden;
	padding: 21px 0px;
}
.abnav ul{
	text-align: center;
	font-size: 0;
}
.abnav ul li{
	display: inline-block;
	vertical-align: top;
	width: 16.25%;
	margin: 0 1%;
	box-shadow: 0px 1px 21px rgba(34,24,21,0.1);
	border-radius: 10px;
	overflow: hidden;
	background: #FFFFFF;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.abnav ul li:hover, .abnav ul li.on{
	background: #c52227;
}
.abnav ul li a{
	display: block;
	width: 100%;
	height: 100px;
	line-height: 100px;
	color: #000000;
	font-size: 22px;
}
.abnav ul li:hover a, .abnav ul li.on a{
	color: #FFFFFF;
}
.abnav ul li a img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}
.abnav ul li a img.ic2{
	display: none;
}
.abnav ul li:hover a img.ic1, .abnav ul li.on a img.ic1{
	display: none;
}
.abnav ul li:hover a img.ic2, .abnav ul li.on a img.ic2{
	display: inline-block;
}
/**/
.development{
	/*padding-top: 90px;*/
	padding-top: 4.7%;
	/*padding-bottom: 6.77%;*/
}
.development .box{
	position: relative;
	max-width: 1680px;
	width: 90%;
	margin: auto;
	padding: 0 7%;
	box-sizing: border-box;
}
.development .swiper-button-next, .development .swiper-button-prev{
	position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -90px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.development .swiper-button-prev, 
.development .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img30.png);
    left: 0;
    right: auto;
}
.development .swiper-button-next, .development .swiper-container-rtl .swiper-button-prev{
	background-image: url(../images/img31.png);
    right: 0;
    left: auto;
}
.development .swiper-button-prev:hover{
    background-image: url(../images/img30a.png);
}
.development .swiper-button-next:hover{
	background-image: url(../images/img31a.png);
}
.development .swiper-container{
	/*padding-right: 70px;*/
	box-sizing: border-box;
}
.development .swiper-container:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -60px;
	width: 100%;
	height: 2px;
	background: #FFFFFF;
}
.development .swiper-slide{
	/*overflow: inherit;*/
	padding-top: 28%;
}
.development .swiper-slide:nth-child(odd){
	padding-top: 0 !important;
}
.development .swiper-slide .slideli{
	position: relative;
	/*width: 330px;*/
	/*width: 127%;*/
	color: #FFFFFF;
	/*padding-bottom: 120px;*/
}
.development .swiper-slide:nth-child(odd) .slideli{
	padding-bottom: 120px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
}
.development .swiper-slide:nth-child(odd) .slideli .row{
	
}
.development .swiper-slide:nth-child(even) .slideli{
	padding-bottom: 0;
	padding-top: 120px;
}
.development .swiper-slide .slideli .spot{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #FFFFFF;
	margin-top: 50px;
	margin-bottom: 50px;
}
.development .swiper-slide:nth-child(even) .slideli .spot{
	bottom: auto;
	top: 0;
}
.development .swiper-slide .slideli .spot:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #c52227;
}
.development .swiper-slide .slideli .font40{
	font-weight: bold;
	line-height: 1.5;
}
.development .swiper-slide .slideli .font20{
	line-height: 1.5;
	max-width: 90%;
}
/*.development .swiper-slide:nth-child(odd) .slideli .font20{
	min-height: 90px;
}*/
.development .swiper-slide .slideli .img{
	margin-top: 15px;
}

/**/
.introduction{
	/*padding-top: 90px;
	padding-bottom: 90px;*/
	padding-top: 4.7%;
	padding-bottom: 4.7%;
}
.introduction .left_w{
	float: left;
	width: 46%;
}
.introduction .left_w .font20{
	line-height: 1.5;
	/*display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;*/
	overflow: hidden;
	color: #333333;
}
.introduction .left_w .more{
	text-align: center;
	margin-top: 5%;
}
.introduction .left_w .more span{
	cursor: pointer;
}
.introduction .left_w .more span .ic2{
	display: none;
}
.introduction .left_w .more span.on .ic1{
	display: none;
}
.introduction .left_w .more span.on .ic2{
	display: inline-block;
}
.introduction .left_w .more span .ic1{
	animation:down 1s infinite;
	-moz-animation:down 1s infinite;
	-webkit-animation:down 1s infinite;
}
.introduction .left_w .more span.on .ic2{
	animation:down1 1s infinite;
	-moz-animation:down1 1s infinite;
	-webkit-animation:down1 1s infinite;
}
@keyframes down{
	to{
		transform: translateY(15px);
	}
}
@-moz-keyframes down{
	to{
		transform: translateY(15px);
	}
}
@-webkit-keyframes down{
	to{
		transform: translateY(15px);
	}
}
@keyframes down1{
	to{
		transform: translateY(-15px);
	}
}
@-moz-keyframes down1{
	to{
		transform: translateY(-15px);
	}
}
@-webkit-keyframes down1{
	to{
		transform: translateY(-15px);
	}
}
.introduction .right_w{
	float: right;
	width: 46%;
	background: #f9f9f9;
}
.introduction .right_w .videobox{
	position: relative;
	width: 100%;
}
.introduction .right_w .videobox .img{
	display: block;
	width: 100%;
}
.introduction .right_w .videobox .icon{
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 35px;
}
.introduction .right_w .videobox .icon span{
	position: relative;
	display: inline-block;
	padding-left: 120px;
	padding-top: 15px;
	color: #FFFFFF;
	cursor: pointer;
}
.introduction .right_w .videobox .icon span img{
	position: absolute;
	left: 0;
	top: 0;
}


/**/
.news{
	padding-top: 40px;
	padding-bottom: 5.73%;
}
.news .box{
	padding-bottom: 60px;
	background: #FFFFFF;
}
.news .main_new{
	padding-top: 40px;
	padding-bottom: 40px;
}
.news .main_new a{
	display: block;
	width: 100%;
	padding: 0px 50px;
	overflow: hidden;
	box-sizing: border-box;
}
.news .main_new .img{
	float: right;
	width: 33.47%;
	overflow: hidden;
}
.news .main_new .img img{
	width: 100%;
	transition: all 0.4s ease;
}
.news .main_new a:hover .img img{
	transform: scale(1.1);
}
.news .main_new .txt{
	float: left;
	width: 58%;
}
.news .main_new .txt .t1{
	font-family: "Microsoft YaHei Light"; 
	/*color: #222222;*/
	color: #C52227;
	margin-bottom: 20px;
	transition: all 0.4s ease;
}
.news .main_new .txt .t2{
	/*color: #222222;*/
	color: #C52227;
	margin-bottom: 20px;
	transition: all 0.4s ease;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news .main_new a:hover .txt .t1,
.news .main_new a:hover .txt .t2{
	color: #C52227;
}
.news .main_new .txt .t3{
	font-family: "Microsoft YaHei Light"; 
	color: #999999;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news .main_new .txt .btn{
	margin-top: 30px;
	font-family: "Microsoft YaHei Light"; 
}
.news .main_new .txt .btn span{
	display: inline-block;
	min-width: 140px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	padding: 0px 20px;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
	border: #C52227 solid 1px;
	transition: all 0.4s ease;
	background: #c52227;
	color: #ffffff;
}
.news .main_new a .txt .btn:hover span{
	color: #222222;
	background: none;
}
.news .newlist ul{
	margin-bottom: 60px;
}
.news .newlist ul li{
	padding: 0px 50px;
	transition: all 0.5s ease;
}
.news .newlist ul li:hover{
	background-color: #c52227;
}
.news .newlist ul li a{
	position: relative;
	display: block;
	width: 100%;
	padding: 35px 0px;
	overflow: hidden;
	box-sizing: border-box;
	border-top: #eeeeee solid 1px;
	transition: all 0.5s ease;
}
.news .newlist ul li:hover a{
	border-top: #c52227 solid 1px;
}
.news .newlist ul li:last-child a{
	border-bottom: #eeeeee solid 1px;
}
.news .newlist ul li:hover:last-child a{
	border-bottom: #c52227 solid 1px;
}
.news .newlist ul li .date{
	float: left;
	width: 9%;
	margin-right: 2%;
	text-align: center;
}
.news .newlist ul li .date .font38{
	color: #444444;
	margin-bottom: 10px;
	line-height: 1;
	transition: all 0.3s ease;
}
.news .newlist ul li .date .font16{
	color: #666666;
	transition: all 0.3s ease;
}
.news .newlist ul li .txt{
	float: left;
	width: 80%;
}
.news .newlist ul li .txt .font24{
	color: #222222;
	margin-bottom: 10px;
	transition: all 0.3s ease;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news .newlist ul li .txt .font18{
	font-family: "Microsoft YaHei Light"; 
	color: #999999;
	line-height: 1.6;
	transition: all 0.3s ease;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news .newlist ul li:hover .date .font38,
.news .newlist ul li:hover .date .font16,
.news .newlist ul li:hover .txt .font24,
.news .newlist ul li:hover .txt .font18{
	color: #FFFFFF;
}
.news .newlist ul li .icon{
	float: right;
	width: 8%;
	text-align: center;
}
.news .newlist ul li .icon span{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-top: 15px;
	background: url(../images/img37.png) center top 10% no-repeat;
	background-size: 100% auto;
	transition: all 0.5s ease;
}
.news .newlist ul li:hover .icon span{
	background: url(../images/img38.png) center top 10% no-repeat;
	background-size: 100% auto;
}
/**/
.page{
    width: 100%;
    text-align: center;
}
.page-list{
	font-size: 0;
}
.page-list a{
	display: inline-block;
	vertical-align: top;
   	padding: 0px 10px;
   	min-width: 60px;
   	height: 60px;
   	line-height: 60px;
	margin-bottom: 10px;
	margin-right: 10px;
    text-align: center;
    font-size: 20px;
    color: #666666;
    border-radius: 5px;
    overflow: hidden;
	box-sizing: border-box;
	transition: all 0.4s ease;
}
.page-list a:last-child{
	margin-right: 0;
}
.page-list .els{
	display: inline-block;
	vertical-align: top;
   	min-width: 40px;
   	height: 60px;
   	line-height: 60px;
	margin-bottom: 10px;
	margin-right: 10px;
    text-align: center;
    font-size: 20px;
    color: #666666;
    overflow: hidden;
	box-sizing: border-box;
}
.page-list a.fyprev{
	border: none;
	background: url(../images/img39.png) center no-repeat;
	background-size: 25% auto;
}
.page-list a.fynext{
	border: none;
	background: url(../images/img40.png) center no-repeat;
	background-size: 25% auto;
}
.page-list a.fyprev:hover{
	border: none;
	background: url(../images/img39a.png) center no-repeat;
	background-size: 25% auto;
}
.page-list a.fynext:hover{
	border: none;
	background: url(../images/img40a.png) center no-repeat;
	background-size: 25% auto;
}
.page-list a:hover,
.page-list a.on{
    color: #ffffff;
    background-color: #c52227;
}
.page-list .goto{
	display: inline-block;
	margin-left: 10px;
	color: #666666;
	font-size: 20px;
	line-height: 60px;
}
.page-list .goto input{
	width: 80px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	background: none;
	border: none;
	outline: none;
	color: #666666;
	font-size: 20px;
}

.askbox{
	padding-top: 5.2%;
	padding-bottom: 50px;
}
.askbox .img{
	float: right;
	width: 45.625%;
	overflow: hidden;
}
.askbox .img img{
	width: 100%;
}
.askbox .txt{
	float: left;
	width: 50%;
	color: #333333;
	line-height: 1.8;
}
.askbox .txt .font22{
	min-height: 240px;
}
.askbox .txt .btn{
	margin-top: 20px;
}
.askbox .txt .btn a{
	display: inline-block;
	min-width: 200px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	padding: 0px 20px;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
	background: #c52227;
	color: #FFFFFF;
}
.consultation{
	padding-top: 40px;
	padding-bottom: 6%;
	background-color: #f9f9f9;
}
.choicebox{
	border-bottom: #eeeeee solid 1px;
}
.choicebox .morebtn{
	display: none;
	margin-bottom: 15px;
	font-size: 14px;
	color: #FFFFFF;
	width: 80px;
	height: 32px;
	line-height: 32px;
	background: #c52227;
	border-radius: 4px;
	text-align: center;
}
.choicebox ul{
	font-size: 0;
}
.choicebox ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
}
.choicebox ul li:last-child{
	margin-right: 0;
}
.choicebox ul li a{
	position: relative;
	color: #666666;
	font-size: 24px;
	line-height: 1.7;
	transition: all 0.5s ease;
	padding-bottom: 10px;
}
.choicebox ul li.on a,
.choicebox ul li a:hover{
	color: #c52227;
}
.choicebox ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 3px;
	background-color: #c52227;
	transition: all 0.5s ease;
}
.choicebox ul li.on a:before,
.choicebox ul li a:hover:before{
	width: 100%;
}
.choicebox ul li a img{
	display: inline-block;
	margin-right: 10px;
	opacity: 0;
	transition: all 0.5s ease;
}
.choicebox ul li.on a img,
.choicebox ul li a:hover img{
	opacity: 1;
}
.consultation .box{
	margin-top: 50px;
}
.consultation .box ul{
	margin-bottom: 20px;
}
.consultation .box ul li{
	float: left;
	width: 23.125%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
}
.consultation .box ul li:nth-child(4n){
	margin-right: 0;
}
.consultli{
	background-color: #FFFFFF;
	transition: all 0.5s ease;
}
.consultli:hover{
	box-shadow: 0px 5px 28px rgba(0,0,0,0.15);
}
.consultli a{
	display: block;
	width: 100%;
}
.consultli .img{
	width: 100%;
	overflow: hidden;
}
.consultli .img img{
	width: 100%;
	transition: all 0.5s ease;
}
.consultli:hover .img img{
	transform: scale(1.1);
}
.consultli .txt{
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
}
.consultli .txt .t1,
.consultli .txt .t2{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.consultli .txt .t1{
	color: #222222;
	margin-bottom: 10px;
	transition: all 0.4s ease;
}
.consultli:hover .txt .t1{
	color: #c52227;
}
.consultli .txt .t2{
	font-family: "Microsoft YaHei Light"; 
	color: #666666;
	line-height: 1.7;
}
/**/
.ask_detail{
	padding-top: 30px;
	padding-bottom: 40px;
}
.ask_detail .img{
	float: right;
	width: 47.5%;
	overflow: hidden;
}
.ask_detail .img img{
	width: 100%;
}
.ask_detail .txt{
	float: left;
	width: 47.5%;
	overflow: hidden;
}
.ask_detail .txt .title{
	line-height: 1.6;
	color: #222222;
	padding-bottom: 15px;
	border-bottom: #eeeeee solid 1px;
}
.ask_detail .txt .title span{
	display: inline-block;
	font-family: "Microsoft YaHei Light"; 
	color: #666666;
}
.ask_detail .txt .shareicon{
	margin-top: 20px;
	margin-bottom: 20px;
}
.ask_detail .txt .shareicon a{
	font-family: "Microsoft YaHei Light"; 
	color: #999999;
}
.ask_detail .txt .shareicon a img{
	display: inline-block;
	margin-right: 6px;
}
.ask_detail .txt .font20{
	color: #333333;
	line-height: 1.7;
	min-height: 200px;
}
.ask_detail .txt .btn{
	margin-top: 30px;
}
.ask_detail .txt .btn a{
	display: inline-block;
	min-width: 200px;
	height: 70px;
	line-height: 70px;
	border-radius: 5px;
	padding: 0px 20px;
	box-sizing: border-box;
	color: #FFFFFF;
	text-align: center;
	background-color: #c52227;
}
.ask_detail .txt .btn a img{
	display: inline-block;
	margin-right: 6px;
}
.com-nav{
}
.com-nav.fixed{
	position: fixed;
	left: 0;
	top: 110px;
	z-index: 8;
	width: 100%;
	background-color: #FFFFFF;
}
.com-nav ul{
	border-top: #eeeeee solid 1px;
	font-size: 0;
}
.com-nav ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 100px;
}
.com-nav ul li span{
	position: relative;
	display: block;
	width: 100%;
	font-size: 24px;
	color: #000000;
	line-height: 64px;
	box-sizing: border-box;
	cursor: pointer;
}
.com-nav ul li.on span{
	color: #c52227;
}
@media screen and (min-width: 1024px){
	.com-nav ul li:hover span{
		color: #c52227;
	}
}
.com-nav ul li span:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
	margin: auto;
	width: 0;
	height: 1px;
	background: #c52227;
	transition: all 0.4s ease;
}
.com-nav ul li.on span:before,
.com-nav ul li:hover span:before{
	width: 100%;
}

.substance{
	padding: 20px 0px;
}
.substance.paddingTop{
	padding-top: 100px;
}
.substance ul li .content{
	padding-top: 180px;
	margin-top: -180px;
}
.substance ul li .text{
	color: #666666;
	line-height: 2;
	margin-bottom: 30px;
}
/*.substance ul li:last-child .text{
	min-height: 20vh;
}*/
.substance ul li .text .tit{
	color: #000000;
	margin-bottom: 10px;
}
.substance ul li.on .text .tit{
	color: #c52227;
}


.popular{
	padding: 50px 0px 30px;
	background-color: #F9F9F9;
}
.popular .title{
	position: relative;
	color: #222222;
	margin-bottom: 10px;
}
.popular .arrowsbox{
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	font-size: 0;
}
.popular .swiper-button-next, .popular .swiper-button-prev {
    position: static;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    border: #cccccc solid 1px;
    box-sizing: border-box;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.popular .swiper-button-prev{
	margin-right: 10px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img65.png);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img66.png);
}
.popular .wrap{
	max-width: 1656px;
	width: 90%;
	margin: auto;
}
.popular .wrap .swiper-container{
	padding: 0px 8px;
	box-sizing: border-box;
}
.popular .wrap .swiper-slide{
	padding: 30px 20px;
	box-sizing: border-box;
}
.incoming{
	position: relative;
	padding: 5% 0;
	min-height: 304px;
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.incoming .text{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	color: #FFFFFF;
	text-align: center;
}

.team{
	padding-top: 5.2%;
	padding-bottom: 7.8%;
}
.team .box{
	max-width: 1416px;
	width: 100%;
	margin: auto;
}
.team .box>ul>li{
	position: relative;
	float: left;
	width: 30.5%;
	margin-right: 4.25%;
	margin-bottom: 4.25%;
	border-radius: 12px;
	overflow: hidden;
}
.team .box>ul>li:nth-child(3n){
	margin-right: 0;
}
.team .box>ul li .w1{
	position: relative;
}
.team .box>ul li .w1 .img{
	width: 100%;
	overflow: hidden;
}
.team .box>ul li .w1 .img img{
	width: 100%;
}
.team .box>ul li .w1 .txt{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.67);
	color: #FFFFFF;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	transition: all 0.5s ease;
}
.team .box>ul li:hover .w1 .txt{
	bottom: -100%;
}
.team .box>ul li .w1 .txt .font26{
	margin-bottom: 5px;
}
.team .box>ul li .w1 .txt .font26 span{
	display: inline-block;
	margin-left: 5px;
}
.team .box>ul li .w1 .txt .font18,
.team .box>ul li .w1 .txt .font16{
	font-family: "Microsoft YaHei Light"; 
}
.team .box>ul li .w1 .txt .font16{
	color: rgba(255,255,255,0.6);
}
.team .box>ul li .w2{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background: rgba(197,34,39,0.8);
	transition: all 0.5s ease;
}
.team .box>ul li:hover .w2{
	top: 0;
}
.team .box>ul li .w2 .txt{
	position: absolute;
	left: 0;
	bottom: 10%;
	width: 100%;
	padding: 0px 40px;
	box-sizing: border-box;
	color: #FFFFFF;
}
.team .box>ul li .w2 .txt .title{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: rgba(255,255,255,0.3) solid 1px;
}
.team .box>ul li .w2 .txt .font18{
	font-family: "Microsoft YaHei Light"; 
}
.team .box>ul li .w2 .txt ul{
	line-height: 1.7;
}
.team .box>ul li .w2 .txt ul li{
	position: relative;
	padding-left: 24px;
	margin-bottom: 5px;
}
.team .box>ul li .w2 .txt ul li i{
	position: absolute;
	left: 0;
	top: 12px;
	width: 4px;
	height: 4px;
	border: #FFFFFF solid 1px;
	border-radius: 50%;
}
.team .box .btn{
	text-align: center;
}
.team .box .btn a,
.team .box .btn span{
	display: inline-block;
	min-width: 130px;
	height: 45px;
	line-height: 45px;
	border-radius: 10px;
	padding: 0px 20px;
	box-sizing: border-box;
	color: #FFFFFF;
	background: #c52227;
	cursor: pointer;
}

/**/
.contact{
	padding-top: 5.2%;
	padding-bottom: 6.25%;
	background-color: #f9f9f9;
}
.contact .box{
	max-width: 1400px;
	width: 100%;
	margin: auto;
}
.contact .box ul{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.contact .box ul li{
	float: left;
	width: 48.57%;
	margin-right: 2.86%;
	margin-bottom: 2.15%;
	background-color: #ffffff;
	padding: 5% 4%;
	box-sizing: border-box;
	overflow: hidden;
}
.contact .box ul li:nth-child(2n){
	margin-right: 0;
}
.contact .box ul li .w1{
	float: left;
	width: 29%;
	color: #222222;
}
.contact .box ul li .w1 .send{
	margin-top: 10px;
}
.contact .box ul li .w1 .send a{
	text-decoration: underline;
	color: #c52227;
}
.contact .box ul li .w2{
	float: left;
	width: 71%;
}
.contact .box ul li .w2 .t1{
	font-family: "DINRegular"; 
	color: #000000;
	margin-bottom: 10px;
	word-break: break-word;
}
.contact .box ul li .w2 .t2{
	font-family: "Microsoft YaHei Light"; 
	color: #666666;
	margin-bottom: 10px;
	word-break: break-word;
}
.contact .box ul li .w2 .t3{
	font-family: "Microsoft YaHei Light"; 
	color: #666666;
	word-break: break-word;
}

/**/
.honor{
	/*padding-top: 90px;*/
	padding-top: 4.7%;
	padding-bottom: 7.3%;
}
.honor .title{
	padding: 0px 90px;
    box-sizing: border-box;
}
.honor .tit{
	color: #222222;
}
.honor .content{
	width: 100%;
	padding-bottom: 50px;
}
.honor .content.swiper2{
	padding-bottom: 5%;
}
.honor .content .box{
	position: relative;
	/*max-width: 1828px;*/
	/*width: 90%;*/
	padding: 0px 60px;
	box-sizing: border-box;
	margin: 0px auto;
}
.honor .box .swiper-container{
	/*max-width: 1660px;
	width: 92%;*/
	width: 100%;
	margin: auto;
	padding: 40px 30px 0px;
	box-sizing: border-box;
}
.honor .box .img{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-color: #FFFFFF;
	padding: 65px 50px;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 0.5s ease;
}
.honor .box .swiper-slide:hover .img{
	box-shadow: 0px 0px 30px rgba(34,24,21,0.12);
}
.honor .box .img img{
	width: 100%;
}
.honor .box .txt{
	text-align: center;
	margin-top: 15px;
	color: #222222;
}
.honor .swiper-button-next, .honor .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 5;
    cursor: pointer;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.honor .swiper-button-prev, 
.honor .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img30.png);
    left: 0;
    right: auto;
}
.honor .swiper-button-next, 
.honor .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img31.png);
    right: 0;
    left: auto;
}
.honor .swiper-button-prev:hover{
	background-image: url(../images/img30a.png);
}
.honor .swiper-button-next:hover{
	background-image: url(../images/img31a.png);
}

/**/
.talent_concept{
	padding-top: 5.2%;
	padding-bottom: 60px;
}
.talent_concept .box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.talent_concept .img{
	float: left;
	width: 38.125%;
	overflow: hidden;
}
.talent_concept .img img{
	width: 100%;
}
.talent_concept .txt{
	float: right;
	width: 54%;
}
.talent_concept .txt .con{
	max-width: 660px;
	width: 100%;
}
.talent_concept .txt .t1{
	color: #000000;
}
.talent_concept .txt i{
	display: block;
	width: 45px;
	height: 4px;
	background: #c52227;
	margin-top: 20px;
	margin-bottom: 20px;
}
.talent_concept .txt .t2{
	color: #666666;
	line-height: 1.8;
}
.recruit{
	padding-top: 60px;
	padding-bottom: 80px;
	background-color: #f8f8f8;
}
.recruit .tit{
	color: #222222;
	text-align: center;
}
.recruit .subtit{
	color: #FFFFFF;
	line-height: 50px;
	background-color: #cccccc;
	overflow: hidden;
	margin-top: 40px;
}
.recruit .box{
	text-align: center;
}
.recruit .box ul{
	margin-bottom: 60px;
}
.recruit .box ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	overflow: hidden;
	min-height: 100px;
	border-bottom: #cccccc solid 1px;
	color: #666666;
	line-height: 1.6;
	padding: 8px 0px;
	box-sizing: border-box;
}
.recruit .box .t1{
	float: left;
	width: 37.5%;
}
.recruit .box ul li a .t1{
	color: #c52227;
}
.recruit .box .t2{
	float: left;
	width: 16.8%;
}
.recruit .box .t3{
	float: left;
	width: 25.7%;
}
.recruit .box .t4{
	float: left;
	width: 20%;
}
.recruit .box .btn{
	text-align: center;
}
.recruit .box .btn span{
	display: inline-block;
	min-width: 130px;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	box-sizing: border-box;
	color: #FFFFFF;
	background: #c52227;
	border-radius: 10px;
	cursor: pointer;
}
.recruit_detail{
	padding-top: 30px;
	padding-bottom: 5.2%;
}
.recruit_detail .title{
	padding-bottom: 20px;
	border-bottom: #cccccc solid 1px;
}
.recruit_detail .title .t1{
	color: #c52227;
}
.recruit_detail .title .t2{
	color: #999999;
	line-height: 1.7;
	margin-top: 30px;
}
.recruit_detail .title .t2 li{
	margin-bottom: 5px;
}
.recruit_detail .title .t2 li span{
	display: inline-block;
	margin-right: 35px;
}
.recruit_detail .title .t2 li span:last-child{
	margin-right: 0;
}
.recruit_detail .box{
	margin-top: 30px;
}
.recruit_detail .box .subtit{
	color: #c52227;
}
.recruit_detail .box .subtit img{
	display: inline-block;
	margin-right: 5px;
}
.recruit_detail .box .wrap{
	margin-top: 30px;
	color: #333333;
	line-height: 2;
}
.recruit_detail .box .btn{
	margin-top: 25px;
}
.recruit_detail .box .btn a{
	display: inline-block;
	min-width: 140px;
	height: 50px;
	line-height: 50px;
	border-radius: 10px;
	padding: 0px 15px;
	box-sizing: border-box;
	overflow: hidden;
	color: #FFFFFF;
	background: #c52227;
	text-align: center;
}
/**/
.queryBox{
	padding-top: 5.2%;
	padding-bottom: 5.25%;
	background-color: #f9f9f9;
}
.queryBox .box{
	padding-top: 5.6%;
	padding-bottom: 5%;
	background-color: #FFFFFF;
}
.queryBox .box .title{
	text-align: center;
	color: #222222;
}
.queryBox .box .title i{
	display: block;
	margin: 20px auto;
	width: 50px;
	height: 3px;
	background: #c52227;
}
.queryBox .box .wrap{
	max-width: 660px;
	width: 100%;
	margin: auto;
}
.queryBox .box .wrap .w1{
	text-align: center;
	font-size: 0;
}
.queryBox .box .wrap .w1 .sp{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	color: #000000;
	line-height: 1.5;
}
.queryBox .box .wrap .w1 .div_choice{
	display: inline-block;
	vertical-align: top;
}
.queryBox .box .wrap .w1 .div_choice ul{
}
.queryBox .box .wrap .w1 .div_choice ul li{
	display: inline-block;
	margin-right: 20px;
}
.queryBox .box .wrap .w1 .div_choice ul li:last-child{
	margin-right: 0;
}
.queryBox .box .wrap .w1 .checkli .txt{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-family: "Microsoft YaHei Light"; 
    color: #000000;
    line-height: 1.5;
}
.queryBox .box .wrap .w1 .checkli .check-label{
	font-size: 0;
	cursor: pointer;
}
.queryBox .box .wrap .w1 .checkli .check-label .choice-input{
    display: none;
}
.queryBox .box .wrap .w1 .checkli .check-label .choice-input[type=radio]+span {
	display: inline-block;
	vertical-align: top;
	margin-top: 9px;
	width: 17px;
	height: 17px;
	background: url(../images/img86.png) center no-repeat;
	background-size: 17px 17px;
}
/*.queryBox .box .wrap .w1 .checkli .check-label:hover .choice-input[type=radio]+span{
	background: url(../images/addimg87.png) center no-repeat;
	background-size: 17px 17px;
}*/
.queryBox .box .wrap .w1 .checkli .check-label .choice-input[type=radio]:checked+span {
	display: inline-block;
	vertical-align: top;
	margin-top: 9px;
	width: 17px;
	height: 17px;
	background: url(../images/img87.png) center no-repeat;
	background-size: 17px 17px;
}
/*.queryBox .box .wrap .w1 .checkli .check-label .choice-input[type=radio]:checked+span+div{
	color: #03A8F4;
}*/
.queryBox .box .wrap .cert_search{
	margin-top: 20px;
	overflow: hidden;
}
.queryBox .box .wrap .cert_search .text{
	float: left;
	width: calc(100% - 90px);
	height: 60px;
	line-height: 58px;
	border-top: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	border-left: #cccccc solid 1px;
	box-sizing: border-box;
	font-size: 16px;
	color: #222222;
	overflow: hidden;
	padding: 0px 20px;
}
.queryBox .box .wrap .cert_search .icon{
	float: left;
	width: 90px;
	height: 60px;
	background: #c52227 url(../images/img88.png) center no-repeat;
	background-size: auto 46.7%; 
}
.queryBox .box .wrap .cert_search input::-webkit-input-placeholder{
	color: #cccccc;
}
.queryBox .box .wrap .cert_search input:-moz-placeholder{
	color: #cccccc;
}
.queryBox .box .wrap .cert_search input::-moz-placeholder{
	color: #cccccc;
}
.queryBox .box .wrap .cert_search input:-ms-input-placeholder{
	color: #cccccc;
}
.queryBox .box .wrap .tips{
	margin-top: 25px;
	text-align: center;
	color: #999999;
	line-height: 1.8;
}
.queryBox .content{
	max-width: 1280px;
	width: 100%;
	margin: auto;
	padding: 35px 0px 0px;
	text-align: center;
	box-sizing: border-box;
}
.queryBox .content .font28{
	color: #c52227;
}
.queryBox .content .tablebox{
	margin-top: 30px;
}
.queryBox .content .tablebox .resultTable{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid rgba(128, 128, 128, 0.32);
	color: #666666;
	font-size: 14px;
}
.queryBox .content .tablebox .resultTable tr th{
	font-weight: normal;
	background-color: #F7F9FA;
	height: 40px;
	font-size: 16px;
	color: #000000;
	text-align: center;
	padding: 0px 5px;
	box-sizing: border-box;
	vertical-align: middle !important;
	border: 1px solid rgba(128, 128, 128, 0.32);
}
.queryBox .content .tablebox .resultTable tr td{
	height: 40px;
	padding: 0px 5px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid rgba(128, 128, 128, 0.32);
    word-break: break-word;
}
@media screen and (max-width: 1536px){
	/*header*/
	.header .box .nav ul li{
		padding: 0px 28px;
	}
	.com-nav ul li{
		margin-right: 80px;
	}
	.com-nav ul li span{
		font-size: 22px;
	}
	.caseli .btn a, .caseli .btn span{
		font-size: 16px;
	}
}
@media screen and (max-width: 1440px){
	.header .box .nav ul li{
		padding: 0px 24px;
	}
	.font70{
		font-size: 60px;
	}
	.font50{
		font-size: 44px;
	}
	.font46{
		font-size: 40px;
	}
	.font42{
		font-size: 36px;
	}
	.font40{
		font-size: 36px;
	}
	.font38{
		font-size: 34px;
	}
	.font36{
		font-size: 32px;
	}
	.font30{
		font-size: 24px;
	}
	.font28{
		font-size: 26px;
	}
	.font26{
		font-size: 22px;
	}
	.font24{
		font-size: 20px;
	}
	.font22{
		font-size: 20px;
	}
	.caseli .title .font22{
		min-height: 52px;
	}
	.font20{
		font-size: 18px;
	}
	.font18{
		font-size: 16px;
	}
	.new-case .box .wrap ul li .txt .t2{
		height: 55px;
	}
	/*index*/
	.switch-tab ul li{
		padding: 0px 28px;
	}
	.switch-tab ul li a, .switch-tab ul li span{
		font-size: 24px;
	}
	.caseli .txt{
		padding: 12% 25px;
	}
	/*case*/
	.p_case .swiper-pagination-bullet{
		width: 16px;
		height: 16px;
	}
	.caseli .btn a, .caseli .btn span{
		font-size: 15px;
	}
	/**/
	.abnav{
		margin-top: -60px;
	}
	.abnav ul li a{
		height: 90px;
		line-height: 90px;
		font-size: 20px;
	}
	.page-list a{
		min-width: 50px;
	    height: 50px;
	    line-height: 50px;
	    font-size: 18px;
	}
	.page-list .els{
		height: 50px;
	    line-height: 50px;
	}
	.page-list .goto{
		line-height: 50px;
		font-size: 18px;
	}
	.page-list .goto input{
		height: 50px;
	    line-height: 50px;
	    font-size: 18px;
	}
	.honor .box .img{
		padding: 50px 40px;
	}
	/**/
	.team .box>ul li .w1 .txt{
		padding: 25px 30px;
	}
	.team .box>ul li .w2 .txt{
		bottom: 6%;
	}
	/**/
	.introduction .right_w .videobox .icon span{
		padding-left: 110px;
	}
	.introduction .right_w .videobox .icon span img{
		max-width: 80px;
	}
	/**/
	.askbox .txt .btn a{
		min-width: 180px;
		height: 64px;
		line-height: 64px;
	}
	.choicebox ul li{
		margin-right: 35px;
	}
	.choicebox ul li a{
		font-size: 21px;
	}
	.ask_detail .txt .btn a{
		min-width: 180px;
		height: 64px;
		line-height: 64px;
	}
	.com-nav ul li{
		margin-right: 60px;
	}
	.com-nav ul li span{
		font-size: 20px;
	}
	/**/
	.news .main_new .img{
		width: 38%;
	}
	/**/
	.queryBox .box .wrap .w1 .checkli .check-label .choice-input[type=radio]+span {
		margin-top: 7px;
	}
	.queryBox .box .wrap .w1 .checkli .check-label .choice-input[type=radio]:checked+span {
		margin-top: 7px;
	}
}
@media screen and (max-width: 1366px){
	.font50{
		font-size: 40px;
	}
	/**/
	/*.abnav{
		margin-top: -40px;
	}*/
	.abnav ul li a{
		height: 80px;
		line-height: 80px;
		font-size: 18px;
	}
}
/*@media screen and (width: 1366px){
	.related .caseli .title .font22{
		font-size: 15px;
		min-height: 40px;
	}
	.related .caseli .title .font18{
		font-size: 12px;
	}
	.related .caseli .btn a, .caseli .btn span{
		font-size: 14px;
		height: 36px;
    	line-height: 34px;
	}
}*/
@media screen and (max-width: 1280px){
	.header .box .nav ul li{
		padding: 0px 18px;
	}
	.font70{
		font-size: 50px;
	}
	.font50{
		font-size: 32px;
	}
	.font46{
		font-size: 32px;
	}
	.font42{
		font-size: 28px;
	}
	.font40{
		font-size: 28px;
	}
	.font38{
		font-size: 28px;
	}
	.font36{
		font-size: 28px;
	}
	.font30{
		font-size: 20px;
	}
	.font28{
		font-size: 20px;
	}
	.news .main_new .txt .font28,
	.recruit_detail .title .font28{
		font-size: 24px;
	}
	.switch-tab ul li{
		padding: 0px 24px;
	}
	.switch-tab ul li a, .switch-tab ul li span{
		font-size: 21px;
	}
	/**/
	/*.abnav{
		margin-top: -35px;
	}*/
	.abnav ul li a{
		height: 70px;
		line-height: 70px;
		font-size: 17px;
	}
	.honor .box .img{
		padding: 45px 35px;
	}
	/**/
	.queryBox .box .wrap .cert_search .text{
		height: 54px;
    	line-height: 52px;
	}
	.queryBox .box .wrap .cert_search .icon{
		height: 54px;
	}
	/**/
	.introduction .right_w .videobox .icon span{
		padding-left: 90px;
	}
	.introduction .right_w .videobox .icon span img{
		max-width: 70px;
	}
	/**/
	.askbox .txt .btn a{
		min-width: 160px;
		height: 56px;
		line-height: 56px;
	}
	.choicebox ul li{
		margin-right: 30px;
	}
	.choicebox ul li a{
		font-size: 18px;
	}
	.choicebox ul li a img{
		max-width: 32px;
	}
	.ask_detail .txt .btn a {
	    min-width: 160px;
		height: 56px;
		line-height: 56px;
	}
	/**/
	.talent_concept .img{
		width: 40%;
	}
	/**/
	.honor .swiper-button-next, .honor .swiper-button-prev{
		width: 54px;
		height: 54px;
		margin-top: -27px;
	}
}
/*@media screen and (width: 1280px){
	.related .caseli .txt{
		padding: 12% 20px;
	}
	.related .caseli .title .font22{
		font-size: 15px;
		min-height: 40px;
	}
	.related .caseli .title .font18{
		font-size: 12px;
	}
	.related .caseli .btn a, .caseli .btn span{
		font-size: 14px;
		height: 36px;
    	line-height: 34px;
	}
}*/

@media screen and (max-width: 1600px) and (min-width: 1200px){
	.conwidth{
		width: 82%;
	}
	.owidth{
		width: 82%;
	}
	.font70{
		font-size: 68px;
	}
	.font50{
		font-size: 40px;
	}
	.font46{
		font-size: 36px;
	}
	.font42{
		font-size: 32px;
	}
	.font40{
		font-size: 30px;
	}
	.font36{
		font-size: 26px;
	}
	.font38{
		font-size: 28px;
	}
	.font30{
		font-size: 20px;
	}
	.font28{
		font-size: 18px;
	}
	.font26{
		font-size: 18px;
	}
	.font24{
		font-size: 18px;
	}
	.font22{
		font-size: 16px;
	}
	.font20{
		font-size: 15px;
	}
	.font18{
		font-size: 14px;
	}
	.font16{
		font-size: 14px;
	}
	.header .box .nav .drop-down a{
		font-size: 15px;
	}
	.switch-tab ul li a, .switch-tab ul li span{
		font-size: 20px;
	}
	.caseli .btn a, .caseli .btn span{
		font-size: 14px;
	}
	.allbtn a{
		font-size: 14px;
	}
	.caseli .title .font22{
		min-height: 42px;
	}
	.choicebox ul li a{
		font-size: 18px;
	}
	.choicebox ul li a img{
		max-width: 30px;
	}
	.consultli .txt .t2{
		font-size: 14px;
	}
	.abnav ul li a{
		font-size: 18px;
		height: 80px;
		line-height: 80px;
	}
	.page-list a,
	.page-list .goto,
	.page-list .goto input{
		font-size: 16px;
	}
	.page-list a{
		min-width:50px;
	    height: 50px;
	    line-height: 50px;		
	}
	.page-list .goto{
		line-height: 50px;
	}
	.page-list .goto input{
		width:60px;
	    height: 50px;
	}
	.askbox .txt .btn a{
		min-width: 160px;
		height: 56px;
		line-height: 56px;
	}
	.ask_detail .txt .btn a{
		min-width: 160px;
		height: 56px;
		line-height: 56px;
	}
	.com-nav ul li{
		margin-right: 50px;
	}
	.com-nav ul li span{
		font-size: 18px;
	}
	
	.case .content{
		width: 82%;
	}
	.p_case .swiper-pagination-bullet{
		width: 14px;
		height: 14px;
	}
	.case-detail .l-box .w2 .btn a, .new-detail .box .r-box .w2 .btn a{
		font-size: 14px;
	}
	.new-case .box .wrap ul li .txt .t2{
		height: 48px;
	}
	.case-detail .r-box{
		padding-right: 0;
		padding-left: 4%;
	}
	.p_case, .swiper_case{
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.caseli .txt{
		padding: 12% 15px;
	}
	.development .box{
		width: 84%;
		padding: 0 70px;
	}
	.development .swiper-button-next, .development .swiper-button-prev{
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width: 1199px){
	.header .content{
		align-items: center;
	}
	.header .logo{
		height: 70px;
		line-height: 70px;
	}
	.header .logo a img{
		max-height: 54px;
	}
	.header .box .nav{
		display: none;
	}
	.header .box .phone{
		display: none;
	}
	.menubtn{
		display: block;
	}
	/*footer*/
	.foot_nav>ul{
		width: 98%;
	}
	.com-nav.fixed{
		top: 70px;
	}
	/**/
	.substance ul li .content{
		padding-top: 140px;
		margin-top: -140px;
	}
}
@media screen and (max-width: 1024px){
	.sidebar{
		display: none;
	}
	.font70{
		font-size: 40px;
	}
	.font46{
		font-size: 30px;
	}
	.font26{
		font-size: 20px;
	}
	.font22{
		font-size: 18px;
	}
	.font20{
		font-size: 16px;
	}
	.font16{
		font-size: 15px;
	}
	.caseli .title .font22{
		min-height: 48px;
		margin-bottom: 15px;
	}
	.news .main_new .txt .font28,
	.recruit_detail .title .font28{
		font-size: 22px;
	}
	/**/
	.obanner{
		height: 300px;
	}
	.obanner>img{
		height: 100%;
		object-fit: cover;
	}
	/*footer*/
	.foot_nav{
		display: none;
	}
	.foot_infor{
		float: none;
		width: 100%;
	}
	.footer .copyright{
		text-align: center;
	}
	.footer .copyright .oth{
		float: none;
		display: block;
	}
	/**/
	.switch-tab ul{
		overflow-x: scroll;
	    overflow-y: hidden;
	    white-space: nowrap;
	}
	.switch-tab ul::-webkit-scrollbar{
	    width:0px;
	    height:0px;
	}
	.switch-tab ul::-webkit-scrollbar-button{
	    background-color:rgba(0,0,0,0);
	}
	.switch-tab ul::-webkit-scrollbar-track{
	    background-color:rgba(0,0,0,0);
	}
	.switch-tab ul::-webkit-scrollbar-track-piece{
	    background-color:rgba(0,0,0,0);
	}
	.switch-tab ul::-webkit-scrollbar-thumb{
	    background-color:rgba(0,0,0,0);
	}
	.switch-tab ul::-webkit-scrollbar-corner{
	    background-color:rgba(0,0,0,0);
	}
	.switch-tab ul::-webkit-scrollbar-resizer{
	    background-color:rgba(0,0,0,0);
	}
	.switch-tab ul::-webkit-scrollbar{
	    width:0px;
	    height:0px;
	}
	.switch-tab ul li{
		padding: 0px 20px;
	}
	.switch-tab ul li a, .switch-tab ul li span{
		font-size: 18px;
	}
	.switch-box{
		margin-top: 25px;
	}
	/**/
	.lunbotu .swiper-pagination-bullet{
		width: 30px;
	}
	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction{
		bottom: 25px;
	}
	.obanner .bannerzi .box .t1{
		padding-bottom: 10px;
    	margin-bottom: 10px;
	}
	/**/
	.p_case{
		display: none;
	}
	.m_case{
		display: block;
		padding-bottom: 30px;
	}
	.m_case .swiper-pagination{
		display: block;
	}
	.m_case.swiper-container-horizontal>.swiper-pagination-bullets, .m_case .swiper-pagination-custom, .m_case .swiper-pagination-fraction{
		bottom: 0;
	}
	.m_case .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
		background-color: #000000;
	}
	.m_case .swiper-pagination-bullet-active{
		background-color: #c52227;
	}
	.caseli{
		width: 100%;
		padding: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.caseli>a{
		display: block;
		width: 100%;
	}
	.caseli .above{
		width: 100%;
		box-shadow: 0px 5px 20px rgba(0,69,87, 0.09);
	}
	.caseli .txt{
		padding: 8% 25px;
	}
	.caseli .icon{
		margin-bottom: 20px;
	}
	.caseli:hover .above{
	    -webkit-transform: rotateY(0deg);
	    -moz-transform: rotateY(0deg);
	    transform: rotateY(0deg);
	}
	.indexpart .box{
		margin-top: 30px;
	}
	/**/
	.service_content{
		padding-top: 70px;
	}
	.service_content .box .wrap .tit{
		width: 20%;
	}
	.service_content .box .wrap .part{
		width: 80%;
	}
	.service_content .box .wrap .part ul li .img{
		height: auto;
		display: none;
	}
	.service_content .box .font36{
		font-size: 26px;
	}
	.service_content .box .font22{
		font-size: 16px;
	}
	/**/
	.about{
		padding-top: 70px;
		padding-bottom: 160px;
		min-height: 1px;
	}
	.about .content{
		position: static;
		transform: none;
	}
	/**/
	.indexpart{
		padding-top: 70px;
	}
	/**/
	.new-case{
		padding-top: 70px;
	}
	.new-case .box{
		margin-top: 30px;
	}
	.new-case .box .wrap{
		padding-bottom: 60px;
	}
	.new-case .box .wrap ul li a{
		padding: 25px 25px 40px;
	}
	.new-case .box .wrap ul li .date{
		right: 25px;
    	top: 25px;
    	min-width: 60px;
    	padding: 10px 5px;
	}
	.new-case .box .wrap ul li .date .t1{
		font-size: 18px;
	}
	.new-case .box .wrap ul li .date .t2{
		font-size: 12px;
	}
	.new-case .box .wrap ul li .txt{
		padding-top: 25px;
	}
	.new-case .box .wrap ul li .txt .t3{
		margin-top: 20px;
	}
	.new-case .box .wrap ul li .txt .t3 span i{
		margin-left: 10px;
		width: 27px;
		height: 27px;
	}
	.new-case .box .wrap ul li::after{
		border-bottom: 3px solid #c52227;
	}
	.new-case .swiper-pagination-bullet{
		width: 20px;
		height: 20px;
	}
	.new-case .swiper-pagination-bullet:before{
		width: 8px;
		height: 8px;
	}
	/*case*/
	.case{
		padding-top: 50px;
		padding-bottom: 70px;
	}
	.case .box{
		padding: 25px 40px 15px;
	}
	.case .box .search .btn input{
		font-size: 16px;
	}
	/*.case .box .box2 ul{
		overflow-x: scroll;
	    overflow-y: hidden;
	    white-space: nowrap;
	}
	.case .box .box2 ul::-webkit-scrollbar{
	    width:0px;
	    height:0px;
	}
	.case .box .box2 ul::-webkit-scrollbar-button{
	    background-color:rgba(0,0,0,0);
	}
	.case .box .box2 ul::-webkit-scrollbar-track{
	    background-color:rgba(0,0,0,0);
	}
	.case .box .box2 ul::-webkit-scrollbar-track-piece{
	    background-color:rgba(0,0,0,0);
	}
	.case .box .box2 ul::-webkit-scrollbar-thumb{
	    background-color:rgba(0,0,0,0);
	}
	.case .box .box2 ul::-webkit-scrollbar-corner{
	    background-color:rgba(0,0,0,0);
	}
	.case .box .box2 ul::-webkit-scrollbar-resizer{
	    background-color:rgba(0,0,0,0);
	}
	.case .box .box2 ul::-webkit-scrollbar{
	    width:0px;
	    height:0px;
	}*/
	.case .box .box2 ul li{
		float: none;
		display: inline-block;
		margin-right: 30px;
	}
	.case .content{
		margin-top: 30px;
	}
	/**/
	.case-detail{
		padding-bottom: 70px;
	}
	.case-detail .r-box{
		padding-right: 0;
	}
	/*.related .caseli{
		width: 50%;
		margin-right: 0 !important;
	}*/
	.related .caseli>a{
		display: block;
		width: 100%;
	}
	.case-detail .r-box .btnbox, .new-detail .l-box .btnbox{
		margin-top: 40px;
	}
	.case-detail .r-box .btnbox a, .new-detail .l-box .btnbox a{
		width: 140px;
	}
	.case-detail .r-box .btnbox .prev, .new-detail .l-box .btnbox .prev,
	.case-detail .r-box .btnbox .next, .new-detail .l-box .btnbox .next{
		display: none;
	}
	/**/
	.abnav{
		margin-top: -50px;
	}
	/*.abnav ul{
		overflow-x: scroll;
	    overflow-y: hidden;
	    white-space: nowrap;
	    text-align: left;
	    padding: 20px;
	    box-sizing: border-box;
	}
	.abnav ul::-webkit-scrollbar{
	    width:0px;
	    height:0px;
	}
	.abnav ul::-webkit-scrollbar-button{
	    background-color:rgba(0,0,0,0);
	}
	.abnav ul::-webkit-scrollbar-track{
	    background-color:rgba(0,0,0,0);
	}
	.abnav ul::-webkit-scrollbar-track-piece{
	    background-color:rgba(0,0,0,0);
	}
	.abnav ul::-webkit-scrollbar-thumb{
	    background-color:rgba(0,0,0,0);
	}
	.abnav ul::-webkit-scrollbar-corner{
	    background-color:rgba(0,0,0,0);
	}
	.abnav ul::-webkit-scrollbar-resizer{
	    background-color:rgba(0,0,0,0);
	}
	.abnav ul::-webkit-scrollbar{
	    width:0px;
	    height:0px;
	}*/
	.abnav ul li{
		width: auto;
		text-align: center;
		margin-left: 0;
		margin-right: 20px;
	}
	.abnav ul li a {
		display: block;
		padding: 0px 15px;
	    height: 60px;
	    line-height: 60px;
	    font-size: 16px;
	    box-sizing: border-box;
	}
	.abnav ul li a img{
		margin-right: 5px;
	}
	/**/
	.honor{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.honor .title{
		padding: 0px 20px;
	}
	.honor .content .box{
		padding: 0px 50px;
		width: 100%;
	}
	.honor .swiper-button-next, .honor .swiper-button-prev{
		width: 50px;
		height: 50px;
		margin-top: -25px;
	}
	.page-list a{
		min-width: 40px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 16px;
	}
	.page-list .els{
		height: 40px;
	    line-height: 40px;
	}
	.page-list .goto{
		line-height: 40px;
		font-size: 16px;
	}
	.page-list .goto input{
		height: 40px;
	    line-height: 40px;
	    font-size: 16px;
	}
	.honor .box .swiper-container{
		padding: 40px 25px 0px;
	}
	.honor .box .img{
		padding: 40px 30px;
	}
	/**/
	.queryBox{
		padding-top: 70px;
    	padding-bottom: 70px;
	}
	.queryBox .box{
		padding: 7%;
	}
	.queryBox .box .wrap .cert_search .text{
		height: 50px;
    	line-height: 48px;
	}
	.queryBox .box .wrap .cert_search .icon{
		height: 50px;
	}
	.queryBox .box .wrap .w1 .checkli .check-label .choice-input[type=radio]+span {
		margin-top: 5px;
	}
	.queryBox .box .wrap .w1 .checkli .check-label .choice-input[type=radio]:checked+span {
		margin-top: 5px;
	}
	/**/
	.contact{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	/**/
	.development .box{
		padding: 0 8%;
	}
	.development .swiper-button-next, .development .swiper-button-prev{
		width: 54px;
		height: 54px;
	}
	/**/
	.development .swiper-container:before{
		margin-top: -45px;
	}
	.development .swiper-slide:nth-child(even) .slideli{
		padding-top: 90px;
	}
	.development .swiper-button-next, .development .swiper-button-prev{
		margin-top: -72px;
	}
	/**/
	.team{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.team .box>ul{
		margin-bottom: 30px;
	}
	.team .box>ul>li{
		position: relative;
		width: 31%;
		margin-right: 3.5%;
    	margin-bottom: 3.5%;
	}
	.team .box>ul>li:before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	.team .box>ul li .w1 .txt{
		padding: 25px;
	}
	.team .box>ul li:hover .w1 .txt{
		bottom: 0%;
	}
	.team .box>ul li .w2{
		display: none;
	}
	.team .box>ul li:hover .w2{
		top: 100%;
	}
	/**/
	.introduction{
		padding-top: 50px;
		padding-bottom: 70px;
	}
	.introduction .left_w .more span img{
		max-width: 30px;
	}
	.introduction .right_w .videobox .icon span{
		padding-left: 80px;
		padding-top: 5px;
	}
	.introduction .right_w .videobox .icon span img{
		max-width: 60px;
	}
	/**/
	/*.choicebox ul{
		overflow-x: scroll;
	    overflow-y: hidden;
	    white-space: nowrap;
	}
	.choicebox ul::-webkit-scrollbar{
	    width:0px;
	    height:0px;
	}
	.choicebox ul::-webkit-scrollbar-button{
	    background-color:rgba(0,0,0,0);
	}
	.choicebox ul::-webkit-scrollbar-track{
	    background-color:rgba(0,0,0,0);
	}
	.choicebox ul::-webkit-scrollbar-track-piece{
	    background-color:rgba(0,0,0,0);
	}
	.choicebox ul::-webkit-scrollbar-thumb{
	    background-color:rgba(0,0,0,0);
	}
	.choicebox ul::-webkit-scrollbar-corner{
	    background-color:rgba(0,0,0,0);
	}
	.choicebox ul::-webkit-scrollbar-resizer{
	    background-color:rgba(0,0,0,0);
	}
	.choicebox ul::-webkit-scrollbar{
	    width:0px;
	    height:0px;
	}*/
	.choicebox ul li{
		margin-right: 25px;
	}
	.choicebox ul li a img{
		max-width: 28px;
		margin-right: 6px;
	}
	
	.askbox{
		padding-top: 40px;
	}
	.askbox .txt .btn{
		margin-top: 30px;
	}
	.askbox .txt .font22{
		min-height: 1px;
	}
	.consultation{
		padding-bottom: 70px;
	}
	.consultation .box ul li{
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 3.5%;
	}
	.consultation .box ul li:nth-child(4n){
		margin-right: 3.5%;
	}
	.consultation .box ul li:nth-child(3n){
		margin-right: 0;
	}
	.com-nav ul{
		overflow-x: scroll;
	    overflow-y: hidden;
	    white-space: nowrap;
	}
	.com-nav ul::-webkit-scrollbar{
	    width:0px;
	    height:0px;
	}
	.com-nav ul::-webkit-scrollbar-button{
	    background-color:rgba(0,0,0,0);
	}
	.com-nav ul::-webkit-scrollbar-track{
	    background-color:rgba(0,0,0,0);
	}
	.com-nav ul::-webkit-scrollbar-track-piece{
	    background-color:rgba(0,0,0,0);
	}
	.com-nav ul::-webkit-scrollbar-thumb{
	    background-color:rgba(0,0,0,0);
	}
	.com-nav ul::-webkit-scrollbar-corner{
	    background-color:rgba(0,0,0,0);
	}
	.com-nav ul::-webkit-scrollbar-resizer{
	    background-color:rgba(0,0,0,0);
	}
	.com-nav ul::-webkit-scrollbar{
	    width:0px;
	    height:0px;
	}
	.com-nav ul li{
		margin-right: 40px;
	}
	.ask_detail .txt .font20{
		min-height: 1px;
		margin-top: 20px;
	}
	.ask_detail .txt .shareicon{
		display: none;
	}
	/**/
	.news{
		padding-bottom: 70px;
	}
	.news .main_new a,
	.news .newlist ul li{
		padding: 0px 40px;
	}
	.news .main_new .txt .btn span{
		min-width: 120px;
		height: 45px;
		line-height: 43px;
	}
	.news .newlist ul li .date{
		width: 100px;
		margin-right: 10px;
	}
	.news .newlist ul li .icon{
		width: 80px;
	}
	.news .newlist ul li .txt{
		width: calc(100% - 200px);
		margin-right: 10px;
	}
	.new-detail .box .l-box{
		float: none;
		width: 100%;
		padding-right: 0;
		border-right:none;
	}
	.new-detail .box .l-box .title .infor span{
		margin-right: 25px;
	}
	.new-detail .box .r-box{
		float: none;
		width: 100%;
		padding-left: 0;
		margin-top: 50px;
	}
	.new-detail .box .r-box .wrap{
		max-width: 100%;
	}
	.new-detail .box .r-box .pagebox{
		float: left;
		width: 48%;
		padding-top: 5%;
	}
	.nextprev{
		text-align: center;
	}
	.nextprev ul{
		display: none;
	}
	.back-to{
		float: none;
		display: inline-block;
	}
	.new-detail .box .r-box .img{
		display: none;
	}
	.new-detail .box .r-box .w2{
		float: right;
		width: 45%;
		margin-top: 0;
	}
	/**/
	.talent_concept{
		padding-top: 50px;
	}
	.talent_concept .img{
		width: 42%;
	}
	.recruit{
		padding-bottom: 70px;
	}
	.recruit .box ul li a{
		min-height: 80px;
	}
	/**/
	.recruit_detail{
		padding-bottom: 70px;
	}
	.recruit_detail .title .t2{
		margin-top: 20px;
	}
	.recruit_detail .box .wrap{
		margin-top: 20px;
	}
	/*20220829*/
	.popular .wrap .swiper-slide{
		padding: 20px 0px;
	}
	.popular .wrap .swiper-slide .consultli:hover{
		box-shadow: none;
	}
	/*20220831*/
	.team .box>ul li.on .w2{
		top: 0;
		display: block;
		background: rgba(197,34,39,0.5);
	}
	.team .box>ul li .w2 .txt{
		padding: 0px 25px;
	}
	.team .box>ul li.on .w1 .txt{
		display: none;
	}
}
@media screen and (max-width: 991px){
	.case-detail .l-box{
		float: none;
		width: 100%;
		height: auto;
		margin-top: 50px;
		min-height: 1px;
	}
	.case-detail .r-box{
		float: none;
		padding-left: 0;
		width: 100%;
	}
	/**/
	.introduction{
		padding-top: 30px;
	}
	.introduction .left_w{
		float: none;
		width: 100%;
		margin-top: 0;
	}
	.introduction .right_w{
		float: none;
		width: 100%;
		margin-top: 40px;
	}
	.introduction .left_w .more{
		display: none;
	}
	.development .swiper-slide:nth-child(odd) .slideli{
		padding-bottom: 0;
	}
	/*20220829*/
	.choicebox ul li{
		margin-right: 15px;
		margin-bottom: 15px;
	}
	/*20220831*/
	.service_content .box .wrap{
		display: block;
		border: none;
	}
	.service_content .box .wrap.m_hide{
		display: none;
	}
	.service_content .box .wrap.m_show{
		display: block;
	}
	.service_content .box .wrap .tit{
		position: relative;
		width: 100%;
	}
	.service_content .box .wrap .tit img{
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		width: 100%;
		object-fit: cover;
	}
	.service_content .box .wrap .tit .txt{
		position: static;
		transform: none;
		padding: 8% 0;
	}
	.service_content .box .wrap .part{
		width: 100%;
	}
	.service_content .box .wrap .part ul{
		display: flex;
		flex-wrap: wrap;
	}
	.service_content .box .wrap .part ul li{
		float: left;
		width: 33.33%;
		border-bottom: #eeeeee solid 1px;
	}
	.service_content .box .wrap .part ul li a{
		display: flex;
		align-items: center;
	}
	.service_content .box .wrap .part ul li .txt,
	.service_content .box .wrap .part ul li .text{
		position: static;
		transform: none;
		padding: 25px 10px;
		box-sizing: border-box;
	}
	.service_content .box .font36{
		font-size: 28px;
	}
	.service_content .box .font22{
		font-size: 18px;
	}
	.service_content .box .wrap .part ul li .icon img{
		max-width: 22%;
	}
}
@media screen and (max-width: 768px){
	.footer{
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.font70{
		font-size: 36px;
	}
	.font50{
		font-size: 28px;
	}
	.font46{
		font-size: 28px;
	}
	.font42{
		font-size: 26px;
	}
	.font40{
		font-size: 26px;
	}
	.font38{
		font-size: 24px;
	}
	.font36{
		font-size: 22px;
	}
	.font24{
		font-size: 18px;
	}
	.num ul li .font36{
		font-size: 28px;
	}
	.font30{
		font-size: 18px;
	}
	.font26{
		font-size: 18px;
	}
	.i-banner .box i{
		height: 2px;
		margin-bottom: 20px;
	}
	/**/
	.switch-tab ul li{
		padding: 0px 15px;
	}
	.switch-tab ul li a, .switch-tab ul li span{
		font-size: 16px;
	}
	/**/
	.service_content{
		padding-top: 60px;
	}
	.service_content .box{
		margin-top: 35px;
	}
	/*.service_content .box .wrap .tit{
		width: 33%;
	}
	.service_content .box .wrap .part{
		width: 67%;
	}*/
	/**/
	.about {
		padding-top: 60px;
    }
    .about .content .text .num{
    	margin-top: 8%;
    }
    /**/
   	.indexpart{
   		padding-top: 60px;
   	}
   	.allbtn a{
   		min-width: 140px;
   		height: 45px;
   		line-height: 43px;
   	}
   	/**/
   	.new-case{
   		padding-top: 60px;
   	}
   	/*case*/
	.case{
		padding-bottom: 60px;
	}
	.case-detail .r-box .btnbox a, .new-detail .l-box .btnbox a{
		height: 45px;
		line-height: 43px;
	}
	/**/
	.honor{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.honor .content.swiper2{
		padding-bottom: 50px;
	}
	.honor .content .box{
		padding: 0px 45px;
	}
	.honor .swiper-button-next, .honor .swiper-button-prev{
		width: 45px;
		height: 45px;
		margin-top: -23px;
	}
	/**/
	.queryBox {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	/**/
	.development{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.development .box{
		width: 92%;
		padding: 0 10%;
	}
	.development .swiper-container{
		padding-right: 0;
	}
	.development .swiper-slide{
		padding-top: 0;
	}
	.development .swiper-slide:nth-child(even) .slideli{
		padding-top: 0;
	}
	.development .swiper-slide .slideli{
		width: 100%;
	}
	.development .swiper-slide .slideli .spot{
		position: relative;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.development .swiper-container:before{
		top: 10px;
		transform: none;
		margin-top: 0;
	}
	.development .swiper-button-next, .development .swiper-button-prev{
		width: 50px;
		height: 50px;
		margin-top: -25px;
	}
	/**/
	.team .box>ul>li{
		width: 48%;
		margin-right: 4%;
    	margin-bottom: 4%;
	}
	.team .box>ul>li:nth-child(3n){
		margin-right: 4%;
	}
	.team .box>ul>li:nth-child(2n){
		margin-right: 0;
	}
	/**/
	.askbox .img{
		float: none;
		width: 100%;
	}
	.askbox .txt{
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.askbox .txt .btn a{
		min-width: 140px;
	    height: 50px;
	    line-height: 50px;
	}
	.choicebox ul li a img{
		max-width: 28px;
	}
	.consultation{
		padding-bottom: 60px;
	}
	.consultation .box{
		margin-top: 40px;
	}
	.consultation .box ul li {
	    width: 48%;
	    margin-right: 4%;
	    margin-bottom: 4%;
	}
	.consultation .box ul li:nth-child(4n){
		margin-right: 4%;
	}
	.consultation .box ul li:nth-child(3n){
		margin-right: 4%;
	}
	.consultation .box ul li:nth-child(2n){
		margin-right: 0;
	}
	.ask_detail .img{
		float: none;
		width: 100%;
	}
	.ask_detail .txt{
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.ask_detail .txt .btn a {
	    min-width: 140px;
	    height: 50px;
	    line-height: 50px;
	}
	.com-nav ul li{
		margin-right: 30px;
	}
	.com-nav ul li span{
		font-size: 18px;
	}
	.popular .wrap .swiper-container{
		padding: 0;
	}
	/**/
	.news{
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.news .main_new{
		padding: 30px 0px;
	}
	.news .main_new a,
	.news .newlist ul li{
		padding: 0px 30px;
	}
	.news .main_new .img{
		float: none;
		width: 100%;
	}
	.news .main_new .txt{
		float: none;
		width: 100%;
		margin-top: 25px;
	}
	.news .main_new .txt .t1{
		margin-bottom: 15px;
	}
	.news .main_new .txt .font28{
		margin-bottom: 15px;
	}
	.news .box{
		padding-bottom: 50px;
	}
	.news .newlist ul{
		margin-bottom: 45px;
	}
	.news .newlist ul li a{
		padding: 30px 0px;
	}
	.news .newlist ul li .icon span{
		margin-top: 0;
	}
	.new-detail{
		margin-bottom: 60px;
	}
	.new-detail .box .r-box .pagebox{
		float: none;
		padding-top: 0;
		width: 100%;
		padding-bottom: 15px;
	}
	.new-detail .box .r-box .w2{
		float: none;
    	width: 100%;
	}
	.back-to a{
		height: 45px;
		line-height: 43px;
	}
	/**/
	.talent_concept{
		padding-top: 40px;
	}
	.talent_concept .box{
		display: block;
	}
	.talent_concept .img{
		float: none;
		width: 100%;
	}
	.talent_concept .txt{
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.talent_concept .txt .con{
		max-width: 100%;
	}
	.recruit{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.recruit .box ul{
		margin-bottom: 50px;
	}
	.recruit .box ul li a{
		min-height: 70px;
	}
	.recruit .box .t4 img{
		max-width: 16px;
	}
	.recruit_detail{
		padding-bottom: 60px;
	}
	.recruit_detail .box .btn a{
		height: 45px;
		line-height: 45px;
	}
}

@media screen and (max-width: 640px){
	.case{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.case .box{
		padding: 20px 25px 15px;
	}
	.case .box .tit{
		float: none;
	}
	.case .box .search{
		float: none;
		width: 100%;
		margin-top: 15px;
	}
	.case .box .box2 ul li{
		margin-right: 25px;
	}
	.case .box .box2 ul li a:before{
		height: 2px;
	}
	.case .content{
		margin-top: 15px;
	}
	.case .box .search .inputdiv input,
	.case .box .search .btn input{
		font-size: 15px;
	}
	/**/
	.case-detail{
		padding-bottom: 60px;
	}
	.case-detail .r-box .related{
		margin-top: 50px;
	}
	.case-detail .r-box .text .t7{
		margin-bottom: 20px;
	}
	.case-detail .l-box{
		margin-top: 40px;
	}
	.honor{
		padding-top: 30px;
	}
	.honor .box .swiper-container{
		padding-top: 30px;
	}
	/*.honor .swiper-button-next, .honor .swiper-button-prev{
		width: 45px;
		height: 45px;
		margin-top: -23px;
	}*/
	/**/
	.contact {
	    padding-top: 50px;
	    padding-bottom: 40px;
	}
	.contact .box ul li{
		float: none;
		width: 100%;
		margin-right: 0;
		padding: 25px;
		margin-bottom: 25px;
	}
	/**/
	.development{
		padding-bottom: 50px;
	}
	.development .box{
		width: 100%;
		padding: 0px 55px;
	}
	.development .swiper-button-next, .development .swiper-button-prev{
		width: 45px;
		height: 45px;
		margin-top: -23px;
	}
	.development .swiper-slide .slideli .img{
		margin-top: 20px;
	}
	/**/
	.introduction{
		padding-bottom: 40px;
	}
	/**/
	.news .main_new .txt .font28,
	.recruit_detail .title .font28{
		font-size: 20px;
	}
	.news{
		padding-bottom: 50px;
	}
	.news .box{
		padding-bottom: 30px;
	}
	.news .newlist ul li a{
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 50px;
	}
	.news .newlist ul li .date{
		float: none;
		width: 100%;
		text-align: left;
	}
	.news .newlist ul li .date .font38,
	.news .newlist ul li .date .font16{
		display: inline-block;
	}
	.news .newlist ul li .txt{
		width: 100%;
		margin-right: 0;
	}
	.news .newlist ul li .icon{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 50px;
		text-align: right;
	}
}
@media screen and (max-width: 540px){
	.header .logo{
		height: 60px;
		line-height: 60px;
	}
	.header .logo a img{
		max-height: 48px;
	}
	.menubtn{
		height: 60px;
	}
	.m-nav{
		top: 60px;
		height: calc(100vh - 60px);
	}
	.m-nav .nav-list{
		padding-top: 15px;
	}
	.m-nav .nav-list>li>a, .m-nav .nav-list .one-level{
		font-size: 18px;
	}
	.com-nav.fixed{
		top: 60px;
	}
	.com-nav ul li span{
		line-height: 56px;
	}
	/**/
	.substance.paddingTop{
		padding-top: 70px;
	}
	.substance ul li .content{
		padding-top: 130px;
		margin-top: -130px;
	}
	/**/
	.font70{
		font-size: 32px;
	}
	.font50{
		font-size: 24px;
	}
	.font46{
		font-size: 24px;
	}
	.font42{
		font-size: 24px;
	}
	.font40{
		font-size: 24px;
	}
	.font36{
		font-size: 20px;
	}
	.honor .tit.font36,
	.recruit .tit.font36,
	.talent_concept .txt .con .font36{
		font-size: 22px;
	}
	.font30{
		font-size: 16px;
	}
	.font26{
		font-size: 16px;
	}
	.font24{
		font-size: 16px;
	}
	.font22{
		font-size: 16px;
	}
	.caseli .title .font22{
		font-size: 18px;
	}
	.new-case .box .wrap ul li .txt .font22{
		font-size: 18px;
	}
	.font20{
		font-size: 16px;
	}
	.font18{
		font-size: 15px;
	}
	.about .content .text>.font18{
		margin-top: 20px;
	}
	.font16{
		font-size: 14px;
	}
	/**/
	.footer {
	    padding-top: 50px;
	    padding-bottom: 10px;
	}
	.footer .box{
		padding-bottom: 25px;
	}
	.foot_infor .w1 a{
		margin-right: 40px;
	}
	.foot_infor .w2{
		margin-top: 25px;
	}
	.foot_links{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.i-title .h1 span:before{
		width: 18px;
		height: 18px;
	}
	/**/
	.i-banner .box i{
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.lunbotu .swiper-pagination-bullet{
		width: 20px;
	}
	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction{
		bottom: 20px;
	}
	/**/
	.service_content{
		padding-top: 50px;
	}
	.service_content .box{
		margin-top: 25px;
	}
	/*.service_content .box .wrap .tit{
		width: 40%;
	}
	.service_content .box .wrap .part{
		width: 60%;
	}*/
	.service_content .box .wrap .part ul li:hover .txt{
		color: #000000;
	}
	.service_content .box .wrap .part ul li .icon{
		margin-bottom: 10px;
	}
	.service_content .box .wrap .part ul li:hover .icon .ic1{
		display: inline-block;
	}
	.service_content .box .wrap .part ul li:hover .icon .ic2{
		display: none;
	}
	.service_content .box .wrap .part ul li .text .font16{
		margin-bottom: 8px;
	}
	.service_content .box .wrap .part ul li .text .ic img{
		max-width: 36px;
	}
	.service_content .box .font36{
		font-size: 24px;
	}
	.service_content .box .font22{
		font-size: 15px;
	}
	/**/
	.about{
		padding-top: 50px;
		padding-bottom: 100px;
	}
	.about .content .text .num{
		margin-top: 40px;
	}
	/**/
	.indexpart{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.switch-box{
		margin-top: 10px;
	}
	.allbtn{
		margin-top: 30px;
	}
	/**/
	.new-case{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	/**/
	.case-detail{
		padding-bottom: 50px;
	}
	.case-detail .r-box .related{
		margin-top: 40px;
	}
	.case-detail .r-box .text .t7{
		margin-bottom: 15px;
	}
	.case-detail .l-box{
		margin-top: 30px;
	}
	.abnav ul li a {
	    height: 54px;
	    line-height: 54px;
	}
	/**/
	.queryBox {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.queryBox .box .wrap .cert_search .text {
		width: calc(100% - 70px);
	    height: 45px;
	    line-height: 43px;
	    font-size: 15px;
	}
	.queryBox .box .wrap .cert_search .icon{
		width: 70px;
		height: 45px;
	}
	.queryBox .box .wrap .w1 .sp{
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
		text-align: left;
	}
	.queryBox .box .wrap .w1 .div_choice{
		display: block;
		width: 100%;
		text-align: left;
	}
	.queryBox .box .wrap .w1 .checkli .check-label .choice-input[type=radio]+span {
		margin-top: 3px;
	}
	.queryBox .box .wrap .w1 .checkli .check-label .choice-input[type=radio]:checked+span {
		margin-top: 3px;
	}
	/**/
	.development{
		padding-top: 30px;
	}
	.development .swiper-slide .slideli .spot{
		margin-bottom: 15px;
	}
	.development .swiper-slide .slideli .font40{
		margin-bottom: 10px;
	}
	/**/
	.team {
	    padding-top: 30px;
	    padding-bottom: 50px;
	}
	.team .box>ul{
		margin-bottom: 15px;
	}
	.team .box>ul>li{
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 25px;
	}
	/**/
	.introduction{
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.introduction .right_w{
		margin-top: 30px;
	}
	.introduction .right_w .videobox .icon{
		bottom: 35px;
		padding: 0px 25px;
	}
	.introduction .right_w .videobox .icon span{
		padding-left:70px;
		padding-top: 5px;
	}
	.introduction .right_w .videobox .icon span img{
		max-width: 50px;
	}
	.askbox {
	    padding-top: 30px;
	    padding-bottom: 40px;
	}
	.askbox .txt .btn a{
		height: 45px;
		line-height: 45px;
	}
	.choicebox ul li{
		margin-right: 25px;
	}
	.choicebox ul li a{
		font-size: 16px;
	}
	.choicebox ul li a img{
		max-width: 24px;
	}
	.consultation{
		padding-bottom: 50px;
	}
	.consultation .box{
		margin-top: 30px;
	}
	.consultation .box ul li{
		float: none;
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 25px;
	}
	.ask_detail .txt .btn a {
	    height: 45px;
		line-height: 45px;
	}
	.com-nav ul li span{
		font-size: 16px;
	}
	.popular{
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.new-detail .box .l-box .details{
		padding-top: 25px;
		margin-top: 25px;
	}
	.new-detail .box .r-box .pagebox{
		padding-bottom: 0;
	}
	/**/
	.talent_concept{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.recruit{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.recruit .box ul{
		margin-bottom: 40px;
	}
	.recruit .subtit{
		margin-top: 30px;
	}
	.recruit .box ul li a{
		min-height: 60px;
	}
	.recruit .box .t4 img{
		max-width: 14px;
	}
	.recruit .box ul.font20{
		font-size: 14px;
	}
	.recruit_detail {
	    padding-bottom: 50px;
	}
	.honor .content .box{
		width: 96%;
	}
	.honor .box .swiper-container{
		padding: 30px 20px 0px;
	}
	/**/
	.queryBox .box{
		padding: 20px 20px 30px;
	}
	.queryBox .content .tablebox{
		margin-top: 25px;
	}
	.queryBox .content .tablebox .resultTable tr th{
		font-size: 14px;
	}
	/*20220829*/
	.choicebox ul{
		overflow: hidden;
	}
	.choicebox ul li{
		margin-right: 0;
	}
	.choicebox ul li.on{
		margin-left: 20px;
	}
	.choicebox ul li:first-child{
		margin-left: 0 !important;
	}
	.choicebox .morebtn{
		display: block;
	}
	.case .box .box2 ul li{
		margin-right: 15px;
	}
	.case .box .box2 ul li a{
		padding: 8px 0px 0px;
		margin-bottom: 10px;
	}
	.com-nav ul li{
		margin-right: 25px;
	}
}

@media screen and (max-width: 480px){
	.font36{
		font-size: 18px;
	}
	.font22{
		font-size: 15px;
	}
	.indexpart .box{
		margin-top: 20px;
	}
	.about .content .text .num{
		margin-top: 20px;
	}
	.num ul li{
		width: 50%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.num ul li .font36{
		font-size: 32px;
	}
	.new-case .box{
		margin-top: 20px;
	}
	.new-case .box .wrap{
		margin-top: 30px;
	}
	.service_content{
		padding-top: 40px;
	}
	.service_content .box .wrap .part ul li .text .ic img{
		max-width: 30px;
	}
	.honor .box .img {
	    padding: 30px 25px;
	}
	/**/
	.news{
		padding-top: 20px;
	}
	.news .main_new a, .news .newlist ul li{
		padding: 0px 25px;
	}
	.news .newlist ul li a{
		padding-right: 40px;
	}
	.news .newlist ul li .icon{
		width: 40px;
	}
	.news .newlist ul li .icon span{
		width: 35px;
		height: 35px;
	}
	.new-detail {
		margin-bottom: 50px;
	}
	.new-detail .box .l-box .details{
		padding-top: 20px;
		margin-top: 20px;
	}
	.position{
		padding-top: 25px;
	}
	.contact {
	    padding-top: 40px;
	    padding-bottom: 35px;
	}
	.queryBox .content{
		padding-top: 30px;
	}
	.queryBox .content .tablebox{
		margin-top: 20px;
	}
	.queryBox .content .tablebox .resultTable{
		font-size: 12px;
	}
	.queryBox .content .font28{
		font-size: 18px;
	}
	.queryBox .content .tablebox .resultTable tr th{
		font-size: 13px;
	}
	.new-detail .conwidth{
		width: 91%;
	}
	.new-detail .box .l-box .title .infor{
		display: block;
	}
	.new-detail .box .l-box .title .infor span{
		min-width: 50%;
		margin-right: 0px;
		box-sizing: border-box;
	}
	/*20220831*/
	.service_content .box .wrap .tit .txt{
		padding: 45px 0px;
	}
	.service_content .box .font36{
		font-size: 20px;
	}
	.service_content .box .font22{
		font-size: 14px;
	}
	.service_content .box .wrap .part ul li .text .font16{
		margin-bottom: 4px;
	}
	.service_content .box .wrap .part ul li .icon img{
		max-width: 28px;
	}
}
@media screen and (max-width: 400px){
	.com-nav ul li{
		margin-right: 20px;
	}
}

.bshareBox {
    position: absolute;
    min-width: 300px;
    padding: 10px;
    border: 3px solid #ddd;
    background: #fff;
    z-index: 10;
    display: none;
}

.shareicon:hover .bshareBox { display: block; }


/*20220825*/
.acquisition_scheme{
	padding-top: 80px;
	padding-bottom: 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.acquisition_scheme .box{
	max-width: 1000px;
	width: 100%;
	margin: auto;
	background: rgba(255,255,255,0.4);
	border-radius: 10px;
	padding-top: 50px;
	padding-bottom: 60px;
	padding-left: 100px;
	padding-right: 100px;
	box-sizing: border-box;
}
.acquisition_scheme .box .title{
	text-align: center;
}
.acquisition_scheme .box .title .t1{
	font-size: 36px;
	color: #FFFFFF;
}
.acquisition_scheme .box .title .t2{
	margin-top: 20px;
	font-family: "Microsoft YaHei Light"; 
	font-size: 22px;
	color: #FFFFFF;
}
.acquisition_scheme .box .wrap{
	margin-top: 40px;
}
.acquisition_scheme .box .inputli{
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}
.acquisition_scheme .box .inputli.codeBox{
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 20px;
}
.acquisition_scheme .box .inputli select{
	width: 100%;
	font-family: "Microsoft YaHei Light"; 
	font-size: 16px;
    color: #666666;
	line-height: 60px;
	height: 60px;
	padding-left: 15px;
	padding-right: 30px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	border-radius: 4px;
	background: #ffffff url(../images/img105.png) center right 20px no-repeat;
	cursor:pointer;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.acquisition_scheme .box .inputli input{
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0px 15px;
	box-sizing: border-box;
	font-family: "Microsoft YaHei Light"; 
	color: #666666;
	font-size: 16px;
	background-color: #FFFFFF;
	outline: none;
	border: none;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 20px;
}
.acquisition_scheme .box .inputli .codeDiv input{
	border-radius: 0px;
	margin-bottom: 0;
}
.acquisition_scheme .box .inputli textarea{
	width: 100%;
	height: 200px;
	line-height: 1.7;
	padding: 15px;
	box-sizing: border-box;
	font-family: "Microsoft YaHei Light"; 
	color: #666666;
	font-size: 16px;
	background-color: #FFFFFF;
	outline: none;
	border: none;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 20px;
}
.acquisition_scheme .box .inputli input::-webkit-input-placeholder,
.acquisition_scheme .box .inputli textarea::-webkit-input-placeholder{
  	font-family: "Microsoft YaHei Light"; 
    color: #999999;
}
.acquisition_scheme .box .inputli input:-moz-placeholder,
.acquisition_scheme .box .inputli textarea:-moz-placeholder{/*Firefox 18- */
  	font-family: "Microsoft YaHei Light"; 
    color: #999999;
}
.acquisition_scheme .box .inputli input::-moz-placeholder,
.acquisition_scheme .box .inputli textarea:-moz-placeholder{/* Firefox 19+ */
 	font-family: "Microsoft YaHei Light"; 
    color: #999999;
}
.acquisition_scheme .box .inputli input:-ms-input-placeholder,
.acquisition_scheme .box .inputli textarea:-ms-input-placeholder{
  	font-family: "Microsoft YaHei Light"; 
    color: #999999;
}
.acquisition_scheme .box .inputli .half{
	width: calc((100% - 20px) / 2);
	margin-right: 20px;
}
.acquisition_scheme .box .inputli .half:nth-child(2n){
	margin-right: 0;
}
.acquisition_scheme .box .inputli .codeDiv{
	width: 76.25%;
}
.acquisition_scheme .box .inputli .codeImg{
	width: 23.75%;
	height: 60px;
}
.acquisition_scheme .box .inputli .codeImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.acquisition_scheme .box .btn input{
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-radius: 4px;
	background: #c52227;
	font-family: "Microsoft YaHei Light"; 
	color: #FFFFFF;
	font-size: 20px;
	border: none;
	outline: none;
	text-align: center;
}
.tipText{
	text-align: center;
	font-family: "Microsoft YaHei Light"; 
	color: #FFFFFF;
	font-size: 16px;
	padding: 18px 10px;
}
.acquisition_scheme .box .tickbox{
	text-align: center;
	display: flex;
	justify-content: center;
}
.acquisition_scheme .box .labeldiv{
	display: flex;
	text-align: left;
}
.acquisition_scheme .box .labeldiv input {
	position: relative;
	top: 3px;
    display: inline-block;
    margin-right: 5px;
    -webkit-appearance: auto;
    width: 16px;
    height: 16px;
}
.acquisition_scheme .box .labeldiv .txt{
	flex: 1;
    display: inline-block;
   	font-family: "Microsoft YaHei Light"; 
	color: #FFFFFF;
	font-size: 16px;
    line-height: 1.5;
}
.acquisition_scheme .box .labeldiv .txt a{
	color: #FFFFFF;
}
.statement{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 15;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	box-sizing: border-box;
	display: none;
}
.statement .content{
	position: absolute;
	left: 50%;
	top: 15vh;
	transform: translateX(-50%);
	border-radius: 6px;
	background: #FFFFFF;
	max-width: 960px;
	width: 90%;
	padding: 0 0 40px; 
	max-height: 80%;
    overflow: auto;
	box-sizing: border-box;
}
.statement .content .stateclose{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.statement .content .title{
	position: relative;
	text-align: center;
	padding: 20px;
	color: #333333;
	font-size: 18px;
	box-sizing: border-box;
	background: #e6e6e6;
}
.statement .content .wrap{
	padding: 30px 50px;
}
.statement .content .text{
	color: #666666;
	font-size: 14px;
	line-height: 1.7;
	height: 400px;
	overflow-y: auto;
}
.statement .content .btnbox{
	margin-top: 20px;
	text-align: center;
}
.statement .content .btnbox .cancelBox,
.statement .content .btnbox .defineBox{
	min-width: 75px;
	padding: 0px 15px;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	box-sizing: border-box;
	border: #c52227 solid 1px;
}
.statement .content .btnbox .cancelBox{
	margin-right: 10px;
	color: #666666;
	background: #FFFFFF;
}
.statement .content .btnbox .cancelBox:hover{
	color: #c52227;
}
.statement .content .btnbox .defineBox{
	background: #c52227;
	color: #FFFFFF;
}
@media screen and (max-width: 1600px) and (min-width: 1200px){
	.acquisition_scheme .box .title .t1{
		font-size: 28px;
	}
	.acquisition_scheme .box .title .t2{
		font-size: 16px;
		margin-top: 15px;
	}
	.acquisition_scheme .box .inputli select,
	.acquisition_scheme .box .inputli input,
	.acquisition_scheme .box .btn input{
		font-size: 14px;
		line-height: 50px;
    	height: 50px;
	}
	.acquisition_scheme .box .inputli textarea{
		height: 150px;
		font-size: 14px;
	}
	.acquisition_scheme .box .inputli .codeImg{
		height: 50px;
	}
	.tipText,
	.acquisition_scheme .box .labeldiv .txt{
		font-size: 14px;
	}
	.statement .content .text{
		height: 300px;
	}
}
@media screen and (max-width: 1024px){
	.acquisition_scheme .box{
		padding-left: 7%;
		padding-right: 7%;
	}
	.acquisition_scheme .box .title .t1{
		font-size: 32px;
	}
	.acquisition_scheme .box .title .t2{
		font-size: 16px;
		margin-top: 15px;
	}
	.acquisition_scheme .box .inputli select,
	.acquisition_scheme .box .inputli input,
	.acquisition_scheme .box .btn input{
		font-size: 14px;
		line-height: 50px;
    	height: 50px;
	}
	.acquisition_scheme .box .inputli textarea{
		height: 150px;
		font-size: 14px;
	}
	.acquisition_scheme .box .inputli .codeImg{
		height: 50px;
	}
	.tipText,
	.acquisition_scheme .box .labeldiv .txt{
		font-size: 14px;
	}
}
@media screen and (max-width: 768px){
	.acquisition_scheme{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.acquisition_scheme .box{
		padding: 50px;
	}
	.acquisition_scheme .box .title .t1{
		font-size: 28px;
	}
	.statement .content .title{
		padding: 18px;
	}
	.statement .content .wrap{
		padding: 30px 40px;
	}
	.statement .content .btnbox{
		margin-top: 10px;
	}
}
@media screen and (max-width: 640px){
	.acquisition_scheme{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.acquisition_scheme .box{
		padding: 40px;
	}
	.acquisition_scheme .box .wrap{
		margin-top: 30px;
	}
	.acquisition_scheme .box .title .t1{
		font-size: 24px;
	}
	.statement .content .wrap{
		padding: 20px 30px;
	}
	.statement .content .title{
		padding: 15px;
	}
	.statement .content .text{
		height: 300px;
	}
}
@media screen and (max-width: 540px){
	.acquisition_scheme{
		padding-top: 50px;
	}
	.acquisition_scheme .box .title .t2{
		font-size: 15px;
	}
	.acquisition_scheme .box .inputli{
		display: block;
	}
	.acquisition_scheme .box .inputli.codeBox{
		display: flex;
	}
	.acquisition_scheme .box .inputli .half{
		width: 100%;
		margin-right: 0;
	}
	.acquisition_scheme .box .inputli select, .acquisition_scheme .box .inputli input, .acquisition_scheme .box .btn input{
		height: 45px;
		line-height: 45px;
	}
	.acquisition_scheme .box .inputli textarea{
		height: 120px;
	}
	.acquisition_scheme .box .inputli .codeDiv{
		width: calc(100% - 120px);
	}
	.acquisition_scheme .box .inputli .codeImg{
		width: 120px;
		height: 45px;
	}
	.tipText{
		text-align: left;
	}
	.acquisition_scheme .box .tickbox{
		display: block;
	}
}
@media screen and (max-width: 480px){
	.acquisition_scheme{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.acquisition_scheme .box{
		padding: 30px 20px;
	}
	.acquisition_scheme .box .title .t1{
		font-size: 22px;
	}
	.acquisition_scheme .box .title .t2{
		font-size: 14px;
	}
	.statement .content .wrap{
		padding: 20px;
	}
	.statement .content .title{
		font-size: 16px;
	}
	.statement .content .text{
		height: 50vh;
	}
	/*20220829*/
	.choicebox ul li a img{
		max-width: 21px;
	}
}
