@charset "UTF-8";
img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	border: 0;
	display: inline-block;
}

a {
	color: #132842;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

body {
	font-size: 14px;
	background-size: cover;
	-ms-behavior: url(../css/backgroundsize.min.htc);
	behavior: url(../css/backgroundsize.min.htc);
	background: #fff;
}

@keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-moz-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-webkit-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-o-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}







@-webkit-keyframes pulse1 {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes pulse1 {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.product_xc_banner{position: relative;overflow: hidden;}
.product_xc_banner img{width: 100%;}
.product_xc_banner .text{position: absolute;width: 100%;position: absolute;top: 40%;left: 0;transform: translateY(-40%);color: #fff;}
.product_xc_banner .text .w1440{position: relative;}
.product_xc_banner .text h2{font-weight: 600;font-size: 42px;}
.product_xc_banner .text h3{margin-bottom: 8px;font-size: 42px;}
.product_xc_banner .text .banner-text{margin-bottom:44px;font-size: 18px;}
.product_xc_banner_link a{float: left;margin-right: 10px; width: 126px;height: 38px;  text-align: center; border-radius: 5px;line-height: 38px;border: 1px solid #fff;color: #fff;box-sizing: content-box;}
.product_xc_banner_link a:nth-child(2) {background-image: linear-gradient(135deg, #0068dd, #00aeee);background-color: #0360c3;border: none;height: 40px;line-height: 40px;}
/*.product_xc_banner_link a:first-child:hover { background: #fff;color: #0086f1;}*/
/*.product_xc_banner_link a:nth-child(2){background: #fff;color:#0086f1 ;}*/
.product_xc_banner_link a:after {transform: translateY(-1px); content: "";  transition:all .4s ease;font-family: "iconfont";display: inline-block;vertical-align: middle; }

.product_xc_banner_link a:hover:after {content: "\e683"; margin-left: 5px; }

@media only screen  and (max-width: 1280px) {
	.product_xc_banner .text h2{font-size: 36px;}
	.product_xc_banner .text h3{font-size: 36px;}
}

.product_xc_banner .video-btn{position: absolute;top: 50%;transform: translateY(-50%);right: 22.5%;}
.product_xc_banner .video-btn a{display: block;position: relative;}
.product_xc_banner .video-btn img{position: relative;z-index: 2;width: 80px;}
.product_xc_banner .video-btn a:before{position: absolute; border-radius: 50%;content: ""; width: 80px; height:80px; background: rgba(255,255,255,0.5); z-index: 0;  top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-animation: water 1.5s linear infinite;animation: water 1.5s linear infinite;}
.product_xc_tab{padding: 44px 0;background: #fafafa;}
.product_xc_tab li{width: 27.7%;float: left;}
.product_xc_tab li:nth-child(2){margin: 0 8.45%;}
.product_xc_tab li .img{width: 37.5%;overflow: hidden;display: inline-block;vertical-align: middle;border-radius: 4px;}
.product_xc_tab li .img .img_box{width: 100%;height: 0;padding-bottom: 74.66%;transition: all 0.4s ease-out;}
.product_xc_tab li .text{width: 55%;margin-left: 6%;display: inline-block;vertical-align: middle;}
.product_xc_tab li .title{margin-bottom: 11px;}
.product_xc_tab li .link{color: #aaaaaa;}
.product_xc_tab li:hover .img .img_box{transform: scale(1.08);transition: all 0.4s ease-out;}
.product_xc_tab li:hover .link{color: #187de6;}




.product_xc_do {background: url(../images/product/product_xc_do_bg.png) no-repeat center;background-size: cover;padding: 3.75% 0 3.33%;}
.product_xc_do .big_title{text-align: center;font-weight: 600;margin-bottom: 24px;}
.product_xc_do .des{text-align: center;width: 75%;margin: 0 auto;margin-bottom: 34px;}
.product_xc_do .img{text-align: center;width: 65.3%;margin:0 auto ;position: relative;}
.product_xc_do .img img{max-width: 100%;}
.product_xc_do .img .video-btn{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.product_xc_do .img .video-btn img{transition: all 0.4s ease;}
.product_xc_do .img .video-btn:hover img{transform: rotate(120deg);}

@media only screen  and (max-width: 1280px) {
.product_xc_do .img .video-btn img{width: 80px;}	
	
}


.product_xc_xt{padding: 5.36% 0 5.94%;}
.product_xc_xt .big_title{text-align: center;margin-bottom: 48px;font-weight: 600;}

.product_xc_xt_list li{width: 23.88%;margin-right:1.49% ;position: relative;overflow: hidden;border-radius: 12px;}
.product_xc_xt_list li:last-child{margin-right: 0;}
.product_xc_xt_list li .img{width: 100%;height: 0;padding-bottom: 124.4%;transition: all 0.5s ease-out;}
.product_xc_xt_list li .text { position: absolute; width: 100%; bottom: 0; padding:40px;  color: #fff; z-index: 1; bottom: -57px; transition: all 0.4s ease-out;}
.product_xc_xt_list li:after { content: ""; width: 100%; height:60%;  display: block;   position: absolute; background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));  bottom: 0;}
.product_xc_xt_list li .text .des{line-height: 1.66em;margin-bottom: 18px;margin-top: 10px;}
.product_xc_xt_list li:hover .text {bottom: 0;}
.product_xc_xt_list li .link{transform: translateY(30px);transition: all 0.5s ease-out;}
.product_xc_xt_list li .link a{box-sizing: content-box;float: left;margin-right: 10px; width: 100px;height:38px;  text-align: center; border-radius: 5px;line-height:38px;border: 1px solid #fff;color: #fff;}
.product_xc_xt_list li .link a:nth-child(2){    background-image: linear-gradient(
135deg
, #0068dd, #00aeee);
    background-color: #0360c3;
    border: none;
    height: 40px;
    line-height: 40px;margin-right: 0;}
/*.product_xc_xt_list li .link a:first-child:hover { background: #fff;color: #0086f1;}*/
/*.product_xc_xt_list li .link a:after { display: inline-block; content: "";  opacity: 0;transform: rotate(-45deg) translateY(-2px); -webkit-transform: rotate(-45deg) translateY(-2px);transition: 0.5s; }
.product_xc_xt_list li .link a:hover:after { border: solid #0086f1;  border-width: 0 1px 1px 0; padding: 3px;   transition: 0.5s; margin-left: 5px; transition: 0.5s; opacity: 1;}
*/

.product_xc_xt_list li .link a:after {transform: translateY(-1px); content: "";  transition: 0.5s;font-family: "iconfont";display: inline-block;vertical-align: middle; }

.product_xc_xt_list li .link a:hover:after {content: "\e683";  transition: 0.5s; margin-left: 5px; }



.product_xc_xt_list li:hover .link{transform: translateY(0);}





@media only screen and (max-width:1500px) {
	.product_xc_xt_list li .text{padding: 30px;}
}
@media only screen and (max-width:1366px) {

	.product_xc_xt_list li .link a{width: 90px;}
}
@media only screen and (max-width: 1115px) {
.product_xc_xt_list li .text {
    padding: 15px;
}	
	
}

.cai_con03{overflow: hidden;}
.cai_con03 h3{text-align: center;font-weight: 700;padding-bottom: 10px;}
.cai_con03 h4{text-align: center;padding: 10px 0 10px;}
.cai_con03>ul{text-align: center;}
.cai_con03>ul>li{display:inline-block;width: 11.11%;margin:0 40px;text-align: center;border-bottom: 2px solid #dfe3e7;cursor: pointer;position: relative;}
.cai_con03>ul>li:after{content: "";display: block;position: absolute;bottom: -2px;left: 0px;width: 0%;height:2px;transition:all 0.5s ease-in-out;background-color: #0f66e0;}
.cai_con03>ul>li:hover:after{width: 100%;}
.cai_con03>ul>li:hover p{color: #0068dd;}
.cai_con03>ul>li.active p{color: #132842;font-weight: bold;}
.cai_con03>ul>li.active:after{width: 100%;}
.cai_con03>ul>li p{padding:15px 0;}
.cai_con03 .tab_con{position: relative;height: 500px;}
.cai_con03 .tab_con .text{opacity: 0;position: absolute;z-index: 0;width:100%;left:0px;top:0px;}
.cai_con03 .tab_con .text.active{opacity: 1;z-index: 1;}
.cai_con03 .tab_con li {
    opacity: 0;
    transform: translateY(20%);
    /*transition: all 0.6s ease-out;*/
    float: left;
    box-shadow: 0 5px 20px #dfe0e2;
    margin-right: 2%;
    width: 32%;
    position: relative;
    overflow: hidden;
}
.cai_con03 .tab_con .active li {
    opacity: 1;
    transform: translateY(0);
}
.cai_con03 .tab_con li .img {
    padding-bottom: 78%;
    height: 0px;
    overflow: hidden;
}
.cai_con03 .tab_con li .img img {
    width: 100%;
}
.cai_con03 .tab_con li:nth-of-type(3n){margin-right: 0px;}
.cai_con03 .tab_con li .p{text-align: center;font-weight: 700;padding:35px 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.cai_con03 .tab_con li .li_hover{opacity:0;position: absolute;top: 50%;right: 0px;left: 0px;bottom: 0px;background-color: #fff;transition:all 0.5s ease-out;}
.cai_con03 .tab_con li .li_hover .con{width: 74.5%;margin:65px auto 0;}
.cai_con03 .tab_con li .li_hover .con h4{font-weight: 700;margin-bottom: 20px;}
.cai_con03 .tab_con li .li_hover .con .p2{color: #132842;line-height: 1.6;height:11.2em;overflow: hidden;}
.cai_con03 .tab_con li .li_hover .con a{display: block;width: 100%;height: 45px;line-height: 45px;text-align: center;color: #fff;background-color: #0068dd;border-radius: 5px;}
.cai_con03 .tab_con li .li_hover .con a:after{transform: translateY(-1px);content: "";transition: all .4s ease;font-family: "iconfont";display: inline-block;vertical-align: middle;}
.cai_con03 .tab_con li .li_hover .con a:hover:after{content: "\e683";margin-left: 5px;}
.cai_con03 .tab_con li:hover .li_hover{opacity:1;top:0;}
.mCSB_container{margin-right: 20px;}
@media only screen and (max-width: 1400px){
  .cai_con03>ul{margin-top: 20px;}
  .cai_con03 .tab_con{height: 420px;}
  .cai_con03 .tab_con li .p{padding:20px;width:86%;}
  .cai_con03 .tab_con li .li_hover .con{margin-top:20px;}
  .cai_con03 .tab_con li .li_hover .con h4{margin-bottom: 15px;}
  .cai_con03 .tab_con li .li_hover .con a{margin-top: 20px;}
  .product_xc_solution{
  	padding-bottom: 4%;
  }
}
@media only screen and (max-width: 1200px){
  .cai_con03 .tab_con{height: auto;}
  .cai_con03 .tab_con li .li_hover .con .p2{font-size: 14px;}
  .cai_con03 .tab_con .text{position: static;display: none;}
  .cai_con03 .tab_con .text.active{display: block;}
}
@media only screen and (max-width: 900px){
  .cai_con03 {margin-top: 50px;}
  .cai_con03 .tab_con li .li_hover .con{width: 90%;margin-top: 5px;}
  .cai_con03 .tab_con li .li_hover .con h4{margin-bottom: 5px;}
  .cai_con03 .tab_con li .li_hover .con a{margin-top: 10px;height: 30px;line-height: 30px;width: 90px;font-size: 14px;}
  .cai_con03>ul>li{width: 15%;}
  .cai_con03>ul{margin-top: 3px;}
}
@media only screen and (max-width: 700px){
  .cai_con03{margin-top: 50px;}
  .cai_con03>ul>li{width: 33.33%;margin:0;float: left;}
  .cai_con03 .tab_con li{width: 100%;margin-right: 0px;margin-bottom: 30px;}
  .cai_con03 .tab_con li .p{width: 100%;}
}
.product_xc_solution{background: #f6f9fb;padding: 4% 0 6%;overflow: hidden;}
.product_xc_solution .big_title{text-align: center;font-weight: 600;margin-bottom: 2%;}
.product_xc_solution .product_xc_solution_menu{margin-bottom: 1%;}
.product_xc_solution .menu-link{text-align: center;}
.product_xc_solution .menu-link li{display: inline-block;font-weight:bold;padding:0 2%;line-height: 50px;position: relative;margin: 0 3%;border-bottom: 2px solid #dfe3e7;}
.product_xc_solution .menu-link li:after{content: "";width: 0;display: block; height: 2px; background: #2385ed;transition: all 0.2s ease-out;position: absolute;bottom: -2px;left: 0;}
.product_xc_solution .menu-link li.active:after{width: 100%;}
.product_xc_solution .menu-link li.active a{color: #0068dd;}
.product_xc_solution .product_xc_box {height: auto;position: relative;}
.product_xc_solution .product_xc_item{position: static;width: 100%;z-index: 0;display: none;}
.product_xc_solution .product_xc_item.active {
	display: block;
}
.product_xc_solution .product_xc_item li {
	opacity: 0;
    transform: translateY(50%);
    transition: all 0.6s ease-out;
}
.product_xc_solution .product_xc_item.active li {
	opacity: 1;
    transform: translateY(0);
}
.product_xc_solution .product_xc_box .left{width:54.16%;overflow: hidden;transform: translateY(50%);opacity: 0;transition: all 0.6s ease-out;}
.product_xc_solution .product_xc_item.active .left{transform: translateY(0);opacity:1;transition: all 0.6s ease-out;}
.product_xc_solution .product_xc_box .left img{width: 100%;transition: all 0.4s ease-out;}
.product_xc_solution .product_xc_box .left:hover img{transform: scale(1.04);}
.product_xc_solution .product_xc_box .right{width: 40%;margin-left: 5.4%;}
.product_xc_solution .product_xc_logos{transform: translateY(50%);opacity: 0;transition: all 0.6s ease-out;}
.product_xc_solution .product_xc_item.active .product_xc_logos{transform: translateY(0);opacity:1;transition: all 0.6s ease-out;}

.product_xc_solution .product_xc_logos .product_xc_logo{float: left;text-align: center;cursor: default;margin-right: 20px;color: #777777;}
.product_xc_solution .product_xc_logos .product_xc_logo .img{height: 32px;overflow: hidden;text-align: center;width: 100%;position: relative;margin-bottom: 10px;}
.product_xc_solution .product_xc_logos .product_xc_logo .img img{position: absolute;top:50%;left: 50%;    transform: translate(-50%,-50%);max-width: 30px;max-height: 100%;}
.product_xc_solution .product_xc_logos .product_xc_logo div:nth-child(2){min-width:50px;}
/*.product_xc_solution .product_xc_logos .product_xc_logo .img2{transform: translate(-50%,50%);opacity: 0;}
.product_xc_solution .product_xc_logos .product_xc_logo:hover .img1{transform: translate(-50%,-100%);opacity: 0;}
.product_xc_solution .product_xc_logos .product_xc_logo:hover .img2{transform: translate(-50%,0);opacity: 1;}*/

.product_xc_solution .product_xc_box .right .title{font-weight: 600;margin-bottom: 30px;transform: translateY(50%);opacity: 0;transition: all 0.6s ease-out;}
.product_xc_solution .product_xc_item.active .right .title{transform: translateY(0);opacity:1;transition: all 0.6s ease-out;}
.product_xc_solution .product_xc_box .right .des{line-height: 2em;margin-bottom: 38px;transform: translateY(50%);opacity: 0;transition: all 0.6s ease-out;}
.product_xc_solution .product_xc_item.active .right .des{transform: translateY(0);opacity:1;transition: all 0.6s ease-out;}


.product_xc_solution .product_xc_box .right .link{margin-bottom: 68px;transform: translateY(50%);opacity: 0;transition: all 0.6s ease-out;}
.product_xc_solution .product_xc_item.active .right .link{transform: translateY(0);opacity:1;transition: all 0.6s ease-out;}
.product_xc_solution .product_xc_box .right .link a{float: left;margin-right: 10px; width: 100px;height: 40px;  text-align: center; border-radius: 5px;line-height:40px;border: 1px solid #555555;color: #132842;}
.product_xc_solution .product_xc_box .right .link a:nth-child(1){    background-image: linear-gradient(135deg, #0068dd, #00aeee);background-color: #0360c3;color: #fff;border: none;}
.product_xc_solution .product_xc_box .right .link a .iconfont{opacity: 0;transition: all 0.4s;display: ;}
.product_xc_solution .product_xc_box .right .link a:nth-child(2){line-height: 38px;}
/*.product_xc_solution .product_xc_box .right .link a:after { display: inline-block; content: "";  border: solid #333;  border-width: 0 1px 1px 0; padding: 3px;  transform: rotate(-45deg) translateY(-2px); -webkit-transform: rotate(-45deg) translateY(-2px); transition: 0.5s; opacity: 0;}*/
/*.product_xc_solution .product_xc_box .right .link a:after { display: inline-block; content: "";  opacity: 0;transform: rotate(-45deg) translateY(-2px); -webkit-transform: rotate(-45deg) translateY(-2px);transition: 0.5s; }
.product_xc_solution .product_xc_box .right .link a:hover:after { border: solid #333;  border-width: 0 1px 1px 0; padding: 3px;   transition: 0.5s; margin-left: 5px; transition: 0.5s; opacity: 1;vertical-align: middle;}

.product_xc_solution .product_xc_box .right .link a:nth-child(1):after{border-color: #fff;}*/
/*.product_xc_solution .product_xc_box .right .link a:hover:after { margin-left: 5px; transition: 0.5s; opacity: 1;}*/
.product_xc_solution .product_xc_box .right .link a:after {transform: translateY(-1px); content: "";  transition: 0.5s;font-family: "iconfont";display: inline-block;vertical-align: middle; }

.product_xc_solution .product_xc_box .right .link a:hover:after {content: "\e683";  transition: 0.5s; margin-left: 5px; }



.product_xc_download {
	background: url(../images/xiazai_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 3.6% 0;
	overflow: hidden;
}

.product_xc_download .left_text {
	line-height: 46px;
	color: #fff;
}

.product_xc_download .link {
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
	margin-top: 25px;
}

.product_xc_download .link a {
	color: #fff;
}

.product_xc_download .link a::after {
	display: inline-block;
	content: "";
	border: solid white;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg) translateY(-2px);
	-webkit-transform: rotate(-45deg) translateY(-2px);
	transition: 0.5s;
	vertical-align: middle;
	margin-left: 2px;
}

.product_xc_download .link a:hover::after {
	transition: 0.5s;
	margin-left: 10px;
}



@media only screen  and (max-width: 1500px) {
	.product_xc_solution .product_xc_logos .product_xc_logo{margin-right: 10px;}
	.product_xc_solution .product_xc_box .right .link { margin-bottom: 38px;}
}
@media only screen and (max-width: 1440px) {
	.product_xc_solution .product_xc_box .right .title{margin-bottom: 20px;}	
	.product_xc_solution .product_xc_box .right .des{margin-bottom: 20px;}
}
@media only screen  and (max-width: 1366px) {
	.product_xc_solution .product_xc_box .right .link { margin-bottom: 48px;}
}


.product_xc_choose{padding: 5% 0 5.3%;}
.product_xc_choose .big_title{text-align: center;font-weight: 600;margin-bottom: 3.8%;}

.product_xc_choose .logo_list{text-align: center;margin-bottom: 3.55%;}
.product_xc_choose .logo_list img{margin: 0 2%;vertical-align: middle;max-width: 90px;}
.product_xc_choose .product_xc_choose_item{width: 31%;float: left;margin-right: 3.5%;}
.product_xc_choose .product_xc_choose_item:last-child{margin-right: 0;}
.product_xc_choose .product_xc_choose_item .img{width: 100%;overflow: hidden;border-radius: 3px;}
.product_xc_choose .product_xc_choose_item .img .img_box{width:100%;height: 0;padding-bottom:60.1%;transition: all 0.4s ease-out;}
.product_xc_choose .product_xc_choose_item:hover .img .img_box{transform: scale(1.04);transition: all 0.4s ease-out;}
.product_xc_choose .product_xc_choose_item .text{border:1px solid #ebf2f2;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;padding: 3% 7.1% 5%;border-top: none;}
.product_xc_choose .product_xc_choose_item .text .title{line-height: 1.58em;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;margin-bottom: 16px;font-weight: 600;}
.product_xc_choose .product_xc_choose_item .text .des{line-height: 1.5em;display: -webkit-box;height: 4.5em;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;}
.product_xc_choose .product_xc_choose_item:hover{box-shadow: 0 0 20px #ccc;}
.product_xc_choose .product_xc_choose_item:hover .text .title a{color: #0068dd;}
@media only screen  and (max-width: 1500px) {
	.product_xc_choose .logo_list img {margin: 0 1%;}
}
@media only screen  and (max-width: 1366px) {
	.product_xc_choose .logo_list img{max-width: 80px;}
	
}


.product_xc_st{padding: 1.68% 0 8%;}
.product_xc_st .big_title{
	text-align: center;font-weight: 600;margin-bottom:8.3%;
}
.product_xc_st li{width: 25%;text-align: center;}
.product_xc_st li .img{margin-bottom: 38px;}
.product_xc_st li .img img{max-width: 96px;}
.product_xc_st li .title{margin-bottom: 15px;}

.product_xc_help {background: #f5f7fa;padding: 2.68% 0 4%;}
.product_xc_help .big_title{text-align: center;font-weight: 600;margin-bottom:1.96%;}
.product_xc_help .product_xc_help_item{float: left;width: 32%;margin-right: 2%;background: #ffffff;padding: 2.125%  4.16%;border-radius: 4px;border: 1px solid #e9ebef;cursor: default;}
.product_xc_help .product_xc_help_item:hover{border-color:#fff;box-shadow: 0 0 13px #ccc;}
.product_xc_help .product_xc_help_item:last-child{margin-right: 0;}
.product_xc_help .product_xc_help_item img{vertical-align: middle;margin-right: 30px;width: 62px;}
.product_xc_help .product_xc_help_item .text{display: inline-block;vertical-align: middle;width: calc(100% - 100px);color: #132842;}
.product_xc_help .product_xc_help_item .text .title{font-weight: 600;}
.product_xc_help .product_xc_help_item .text .des{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
@media only screen  and (max-width: 1440px) {
.product_xc_help .product_xc_help_item{padding: 2.125%;}
	
}
@media only screen  and (max-width: 1280px) {
	.product_xc_st li .img img {
    max-width: 76px;
}
}



#videoPopup1 {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

#videoPopup1 .video-box {
	width: 60%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#videoPopup1 .video-box video {
	width: 100%;
}

#videoPopup1 .video-box .close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	text-align: center;
}

#videoPopup1 .video-box .close span {
	font-size: 16px;
	line-height: 40px;
	color: #fff;
}

#videoPopup1 .video-box .close:hover {
	background: rgba(0, 0, 0, 0.5);
}









/*用户反馈开始*/


.header_fix_form1{
	position: fixed;
    width:230px;
    right: 94px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.12);
    transition: all 0.4s ease-out;
    padding: 16px;
    display: none;
    transition: all 0.6s;
}
.header_fix_form1 .close{
	    position: absolute;
   right: 10px;
    top: 4px;
}
.header_fix_form1 .title{
	margin-bottom: 6px;
}
.header_fix_form1 textarea{
	font-size: 12px;
    line-height: 18px;
	height: 72px;
	border: 1px solid #dbdbdb;
	width: 100%;
	    display: block;
	  border-radius: 5px; 
	    padding:8px;
}
.header_fix_form1 .textarea_box{ position: relative;}
.header_fix_form1 .num{color: #d1d1d1;right:10px;bottom: 10px;font-size: 12px;text-align: right;}
.header_fix_form1 .star_score{
	    height: 21px;
    position: relative;
        background: url(../images/starky.png);
        margin-bottom: 16px;
}
.header_fix_form1 .star_score a {
    height: 21px;
    display: block;
    text-indent: -999em;
    position: absolute;
    left: 0;
}
.header_fix_form1 #starttwo .star_score { 
			background:url(../images/starky.png);
		}

.header_fix_form1 #starttwo .star_score a:hover{ 
			background:url(../images/starsy.png);
			left:0;
		}

.header_fix_form1 #starttwo .star_score a.clibg{ 
			background:url(../images/starsy.png);
			left:0;
		}

.header_fix_form1 .sub_btn{
	width: 76px;
	height: 32px;
	border: none;
	background: none;
	background-image: linear-gradient(to right, #005dbf, #2386ee);
	color: #fff;
	border-radius: 5px;
	margin-right: 10px;
}
.header_fix_form1 .sub_btn[disabled]{cursor: not-allowed;}
.header_fix_form1 .sub_qx{
	width: 76px;
	height: 32px;
	border: none;
	background: none;
	border:1px solid #dbdbdb;
	border-radius: 5px;
}
.header_fix_form1 .star {
    display: -webkit-box;
    display: flex;
    width: 100%;
    height:21px;
    -webkit-box-pack: justify;
    justify-content: start;
    margin-top: 7px;
}
.header_fix_form1 .star p{
	width: 15px;
   height: 15px;
    cursor: pointer;
    margin-right: 4px;
    background: url(../images/xing.png) no-repeat center;
    background-size: 100%;   
    position: relative;
}
.header_fix_form1 .star p.active{
	background: url(../images/xing1.png) no-repeat center;
	-webkit-animation:pulse1 0.8s linear ;animation: pulse1 0.8s linear ;
	
	background-size: 100%;   
}
.header_fix_form1 .star p:hover:before{
	content: "很差";
	display: block;
	width: 50px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background:#fff;
	box-shadow: 0 2px 10px rgba(144,144,144,0.5);
	font-size: 12px;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	
}
.header_fix_form1 .star p:nth-child(2):hover:before{
	content: "较差";
}
.header_fix_form1 .star p:nth-child(3):hover:before{
	content: "一般";
}
.header_fix_form1 .star p:nth-child(4):hover:before{
	content: "较好";
}
.header_fix_form1 .star p:nth-child(5):hover:before{
	content: "很好";
}
.header_fix_form1 .star p:hover:after{
	content: "";
	display: block;
	position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top:-11px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff;
    
}
.header_fix_form1 .textarea_form{display: none; margin-top: 7px;}

.banner_left {
	float: left;
    padding-top: 3%;
}
.banner_left p{
	font-weight: bold;
	line-height: 1.3;
}

.banner_left span{
	font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 40px;
    display: inline-block;
}
.banner_left b{
	font-size: 12px;
    margin-top: 30px;
    display: block;
    color: #d5dff7;
}
.banner_right {
	float: right;
	width: 490px;
	background: #1a51c9;
	height: 450px;
	border-radius: 10px;
	margin-right: 4%;
	    opacity: 0.9;
	position: relative;
	padding:4%; 
}
.banner_right i{
    font-weight: bold;
    margin-bottom: 23px;
    display: block;
}
.br_con {
	position: absolute;
	width: 80%;
}
.br_name {
    border-bottom: 1px solid #5f86d9;
    padding: 5px 10px 8px;
    margin-bottom: 35px;
}
.br_name b{
	font-weight: normal;
	color: #a1b0e3;
	float: left;
	width: 25%;
}
.br_name span {
	margin-left: 10px;
}
.br_name span input {
	width: 70%;
	color: #fff;
	background: none;
	border: none;
	color:  #fff;/*输入文字、光标颜色*/
    -webkit-text-fill-color:  #fff;/*输入文字、placeholder颜色*/
    caret-color:  #fff;/*光标颜色*/
}
.br_name .ph{
	font-weight: bold;
	color: #fff;
}
.br_phone {
	border:none;
	padding: 0;
	display: flex;
}
.br_phone .ph {
    border-bottom: 1px solid #5f86d9;
    width: 25%;
    display: inline-block;
    padding: 0 10px 10px;
}
.br_phone span {
    border-bottom: 1px solid #5f86d9;
    margin-left: 4%;
    float: right;
    width: 69%;
    display: inline-block;
}
.br_phone span input {
	width: 100%;
}
.br_mess {
	padding-bottom: 10px;
}
.br_mess input{
	margin-left: 10px;
	border:none;
	background: none;
	color: #fff;
	width: 48%;
}
.br_mess a {
	color: #fff;
	font-weight: bold;
}
.br_btn {
	color: #0068dd;
    height: 60px;
    background: #fff;
    border-radius: 5px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    border: none;
}
.br_btn:after {
    transform: translateY(-1px);
    content: "";
    transition: all .4s ease;
    font-family: "iconfont";
    display: inline-block;
    vertical-align: middle;
}
.br_btn:hover:after {content: "\e683"; margin-left: 5px;}
@media only screen  and (max-width: 1440px) {
.banner_right {
	width: 40%;
	height: 390px;
}
.br_name {
	margin-bottom: 20px;
}
}
@media only screen  and (max-width: 1100px) {
	.br_con .fnt_16{
		font-size: 12px;
	}
}
@media only screen  and (max-width: 1024px) {
	.banner_left{
		float: initial;
    width: 100%;
   position: absolute;
    top: 10%;
	}
	.banner_right{
		    width: 80%;
    display: block;
    margin: 0 auto;
    float: initial;
	}
	.product_xc_banner {
		overflow: visible;
	}
}
.case_all {
	position: relative;
    overflow: hidden;
    margin-top: -238px;
}

.case_list {
	display: none;
}
.case_list li {
	position: relative;
	width: 42.6%;
	float: left;
}
.list_img {
	position: relative;
}
.list_img>b {
	background: #00b6f2;
    padding: 4px 15px 4px;
    border-radius: 5px;
    color: #ffffff;
    position: absolute;
    font-weight: normal;
    bottom: 94px;
    left: -20px;
}
.list_pic {
	width: 100%;
	overflow: hidden;
}
.list_pic img{
	width: 100%;
}
.list_img .txt_bac{
background: #00b6f2;
    border-radius: 5px;
    position: absolute;
    bottom: 35px;
    left: -20px;
    height: 45px;
    padding: 0;
}
.list_img .txt {
	background: #ffffff;
    border-radius: 5px;
    height: 45px;
    line-height: 39px;
    padding: 0 0 0;
    margin-top: -5px;
    margin-left: 4px;
    margin-right: -5px;
    width: 280px;
    overflow: hidden;
    text-align: center;
}
.list_img .txt span{
	font-size: 36px;
	font-weight: bold;
}
.list_txt {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}
.list_txt span{
	margin-top: 20px;
    color: #64728d;
    width: 85%;
    opacity: 1;
	/*transition: all 0.5s ease-out;*/
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list_txt i {
	display: block;
	font-weight: bold;
}
.list_txt a:hover b{
	color: #0068dd;
}
.list_txt>div{
	opacity: 0;
    position: absolute;
    width: 100%;
    bottom: -20px;	
	transition: all 0.3s ease-out;
}
@media only screen  and (max-width: 1000px) {	
	.list_img .txt_bac {
		left: -5px;
		bottom: 10px;
	}
	.list_img>b {
	    bottom: 70px;
	}
	.list_img>b {
		left: -5px;
	}
	.list_img .txt {
		width: 230px;
	}
}
.case_left {
	float: left;
	width: 42.6%;
}
.case_right {
	float: right;
	width: 42.6%;
}
.case_law ul li {
	position: relative;
	float: left;
	padding-bottom: 78px;
}
.case_law ul li .list_txt:hover span{
	opacity: 0;
}
.case_law ul li .list_txt:hover div{
	opacity: 1;
    bottom: 2px;
}
.case_law ul li .list_img:hover img {
    transform: scale(1.04);
}
.case_law ul li img {
    transition: all 0.4s ease-out;
}
.case_r_title b{
    color: #fff;
    line-height: 1.2;
    margin-top: -6px;
    display: block;
}
.case_r_title b i{
	color: #32d7ff;
}
.case_r_title span{
	color: #fff;
	display: block;
	margin: 30px 0 140px;
}
@media only screen  and (max-width: 1000px) {	
	.case_r_title span{
	    color: #132842;
    	margin: 30px 0 70px;
	}
	.case_r_title b {
	    color: #132842;
	}
}
@media only screen  and (max-width: 767px) {	
	.case_right {
		float: none;
		width: 100%;
	}
	.case_left {
	    float: none;
	    width: 100%;
	}
	.case_r_title {
		text-align: center;
	}
	.case_r_title span {
	    margin: 20px 0 30px;
	    text-align: center;
	}
	.case_law ul li:hover .list_txt>div{
	    bottom: -17px;
	}
}
.list_m {
	color: #132842;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    width: 40%;
    border: 1px solid #000;
    padding: 0 20px 0;
    display: inline-block;
}
.list_m:after {
    transform: translateY(-1px);
    content: "";
    transition: all .4s ease;
    font-family: "iconfont";
    display: inline-block;
    vertical-align: middle;
}
.list_m:hover:after {content: "\e683"; margin-left: 5px}
.list_t {
	color: #fff;
    height: 50px;
    background: #0f66e0;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    width: 40%;
    border: 1px solid #0f66e0;
    padding: 0 20px 0;
    display: inline-block;
    margin-left: 25px;
}
.list_t:after {
    transform: translateY(-1px);
    content: "";
    transition: all .4s ease;
    font-family: "iconfont";
    display: inline-block;
    vertical-align: middle;
}
.list_t:hover:after {content: "\e683"; margin-left: 5px;}
@media only screen  and (max-width: 1440px) {	
	.case_law ul li {
		width: 100%;
	}
	.case_all {
	    margin-top: -170px;
	}
}
@media only screen  and (max-width: 1000px) {	
	.case_all {
	    margin-top: 0;
	}
	.case_law ul li {
		padding-bottom: 40px;
	}
	.list_txt {
	    margin-top: 15px;
	}
}
@media only screen  and (max-width: 500px) {	
	.case_all {
	    margin-top: 30px;
	}
}
.edbc_cloud {
	background: #f6f9fb;
}
.cai_con04{overflow:hidden;padding-bottom:20px;}
.cai_con04 h3{text-align: center;font-weight: 700;}
.cai_con04 li{float: left;box-shadow: 0 5px 20px #dfe0e2;margin-right: 2%;width: 32%;position: relative;overflow: hidden;}
.cai_con04 li:nth-of-type(3n){margin-right: 0px;}
.cai_con04 li .img{padding-bottom: 78%;height: 0px;overflow: hidden;}
.cai_con04 li .img img{width: 100%;}
.cai_con04 li .p{text-align: center;font-weight: 700;padding:35px 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.cai_con04 li .li_hover{opacity:0;position: absolute;top: 50%;right: 0px;left: 0px;bottom: 0px;background-color: #fff;box-shadow: 0 5px 20px #eaf0fa;transition:all 0.5s ease-out;}
.cai_con04 li .li_hover .con{width: 74.5%;margin:65px auto 0;}
.cai_con04 li .li_hover .con h4{font-weight: 700;margin-bottom: 20px;}
.cai_con04 li .li_hover .con .p2{color: #132842;line-height: 1.6;height:11.2em;overflow: hidden;}
.cai_con04 li .li_hover .con a{display: block;width: 100%;height: 45px;line-height: 45px;text-align: center;color: #fff;background-color: #0068dd;border-radius: 5px;}
.cai_con04 li .li_hover .con a:after{transform: translateY(-1px);content: "";transition: all .4s ease;font-family: "iconfont";display: inline-block;vertical-align: middle;}
.cai_con04 li .li_hover .con a:hover:after{content: "\e683";margin-left: 5px;}
.cai_con04 li:hover .li_hover{opacity:1;top:0;}
.mCSB_container{margin-right: 20px;}
@media only screen and (max-width: 1400px){
  .cai_con04 li .p{padding:20px;width:86%;}
  .cai_con04 li .li_hover .con{margin-top:20px;}
  .cai_con04 li .li_hover .con h4{margin-bottom: 15px;}
  .cai_con04 li .li_hover .con a{margin-top: 20px;}
}
@media only screen and (max-width: 1200px){
  .cai_con04 li .li_hover .con .p2{font-size: 14px;}
  .fnt_48{font-size: 26px;}
}
@media only screen and (max-width: 900px){
  .cai_con04{margin-top: 1%;}
  .cai_con04 li .li_hover .con{width: 90%;margin-top: 5px;}
  .cai_con04 li .li_hover .con h4{margin-bottom: 5px;}
  .cai_con04 li .li_hover .con a{margin-top: 10px;height: 30px;line-height: 30px;width: 90px;font-size: 14px;}
}
@media only screen and (max-width: 700px){
  .cai_con04 li{width: 100%;margin-right: 0px;margin-bottom: 10px;}
  .cai_con04 li .p{width: 100%;}
  .fnt_48{font-size: 22px;}
}
.jx_cloud {
	background: #fff;
	overflow: hidden;
    padding: 5% 0 6%;
}
.jx_cloud ul  {
	float: right;
    width: 84%;
}
@media only screen and (max-width: 1200px){
	.jx_cloud ul  {
		margin:0 auto; 
	    width:96%;
	    float: initial;
	}
}
.jx_cloud ul li {
	float: left;
	width: 33.33%;	
	background: #fcfdfe;
	padding: 3% 5% 3% 3%;
	box-sizing: border-box;
	transition: all 0.1s ease-out;
}
.jx_cloud ul li:not(.jx_c_title):hover {	
    box-shadow: 0 0px 10px #8ac7f8 inset;
}
.jx_cloud ul li.jx_c_title{
	padding: 3% 0 0;
}
.jx_cloud ul li:first-child {
	background: #ffffff;
}
.jx_cloud ul li:nth-child(2n) {
	background: #f6f9fb;
}
.jx_cloud ul li b{
	display: block;
	color: #132842;
    margin-top: 14%;
}
.jx_cloud ul li>span{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 3em;
    line-height: 1.5;
    -webkit-box-orient: vertical;
	color: #64728d;
    margin-top: 1.5%;
}
.jx_c_title p{
	font-weight: bold;
	color: #132842;
}
.jx_c_title p i{
	color: #00b6f2;
}
.jx_c_title p span {
	display: block;
}
.jx_pic img{
	height: 78px;
}
@media only screen and (max-width: 1400px){
.w1280 {
    width: 1100px;
}
}
@media only screen and (max-width: 1200px){
.w1280 {
    width: 96%;
}
}
@media only screen and (max-width: 700px){
	.jx_cloud {
		padding-top: 0;
	}
	.jx_cloud ul li {
    float: initial;
    width: 100%;
	}
	.jx_cloud ul li b {
		margin-top: 5%;
	}
	.jx_c_title p i{
		color:initial;
	}
	.jx_c_title p {
		text-align: center;
	}
	.jx_c_title p span {
		display: inline-block;
	}
	.jx_cloud ul li.jx_c_title {
	    padding: 7% 0 5%;
	}
	.product_xc_solution {
		padding-bottom: 0;
	}
}
.cai_banner{position: relative;width: 100%;min-height: 760px;}
.cai_banner>img{width: 100%;}
.cai_banner .banner_text{
	position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%,-67%);
}
.cai_banner .left{float: left;color: #fff;}
.cai_banner .left h2{font-weight: 700;margin-bottom: 30px;line-height: 1.3;margin-top: 65px;}
.cai_banner .left h3{font-weight: 700;margin-bottom: 30px;}
.cai_banner .right{float:right;padding:35px;background-color: rgb(9 83 189 / 87%);border-radius: 10px;margin-right: 70px;}
.cai_banner .right h5{color: #fff;font-weight: 700;margin-bottom: 10px;}
.cai_banner .right>div{padding-bottom:20px;color: #a8b6e5;position:relative;overflow: hidden;width:330px;font-size: 16px;}
.cai_banner .right label{
  height: 45px;display: inline-block;line-height: 45px;width: 100px;padding-left: 5px;
  float: left;margin-right: -100px;border-bottom: 1px solid #5f86d9;position: relative;z-index: 2;
}
.cai_banner .right label.ina_none{
	border-bottom: none;
}
.cai_banner .right .input-border-blur {
    border-bottom: 1px solid #ffffff !important;
}
.cai_banner .right .input-border-red {
    border-bottom: 1px solid #00fcff !important;
}
.cai_banner .right .apply-error {
	width: 100%;
    padding: 0;
    margin: 0 !important;
    text-align: right;
    font-size: 14px;
    color: #00fcff!important;
    line-height: 20px;
    display: block;
    position: absolute;
    bottom: -2px;
    right: 0;
    display: none;
}
.cai_banner .right input[type='text']{padding-left:100px;float: left;width: 100%;padding-left: 5px;border-bottom: 1px solid #5f86d9;}
.cai_banner .right .huoqu{
  position: absolute;right: 0px;top: 0px;
  height: 45px;display: inline-block;line-height: 45px;color: #fff;font-weight: 700;
  transition:all 0.3s ease-out;
}
.cai_banner .right .huoqu:hover{color: #ffffff;}
.cai_banner .right .p1 label{width: 50px;}
.cai_banner .right .p1 input{padding-left: 50px;}
.cai_banner .right .p2 label{width: 85px;color: #fff;}
.cai_banner .right .p2 .s_phone{padding-left:100px;float: left;width: 100%;}
.cai_banner .right .p2 input{padding-left: 0px;}
.cai_banner .right .p3 input{padding-left: 100px;padding-right: 90px;}
.cai_banner .right .p4{border-bottom: 0px;background-color: #fff;border-radius: 5px;text-align: center;transition:all 0.3s ease-out;margin-top:20px;padding-bottom: 0;}
.cai_banner .right .p4 button{width: 100%;height: 60px;border:none;font-size: 20px;color: #0068dd;font-weight: 700;transition:all 0.3s ease-out;}
.cai_banner .right .p4 button:after {
    transform: translateY(-1px);
    content: "";
    transition: all .4s ease;
    font-family: "iconfont";
    display: inline-block;
    vertical-align: middle;
}
.cai_banner .right .p4 button:hover:after {content: "\e683"; margin-left: 5px;}
.cai_banner .right .p5 {padding-top: 6px;padding-left: 3px;padding-bottom: 6px;}
.cai_banner .right .p5.ty_policy img {
    top: 8px;
    left: 2px;
}
.cai_banner .right .p5.ty_policy i {
  margin-top: -1px;
}
.cai_banner .right input{border:0px;background-color: transparent;height: 45px;color: #ffffff;}
.cai_banner .right input::-webkit-input-placeholder {color: #fff;}
.cai_banner .right input::-moz-input-placeholder {color: #fff;}
.cai_banner .right input::-ms-input-placeholder {color: #fff;}
.cai_banner .code-btn {
    pointer-events: none;
    cursor: ne-resize;
}
.cai_banner .code-btn.code-allow-get {
    pointer-events: unset;
    cursor: pointer;
}
#rectangle,
#rectangle1 {
  background: url(../images/new-sem/rectangle.png) no-repeat center;
  background-size: cover;
  z-index: 36;
  height: 29px;
  align-self: flex-start;
  margin-top: -13px;
  width: 133px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 0 0 8px;
  /* display: none; */
  visibility: hidden;
}

.txt4 {
  z-index: 37;
  width: 108px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-family: PingFangSC-Regular;
  white-space: nowrap;
  line-height: 17px;
  text-align: left;
}
@media only screen and (max-width: 1440px){
	.cai_banner .banner_text {
    position: absolute;
    left: 50%;
        top: 45%;
    transform: translate(-50%,-60%);
	}
	 .cai_banner .right {
	    padding: 30px;
	    margin-right: 60px;
	}
	.cai_banner .right .p4 button {
	    height: 40px;
	    font-size: 16px;
	}
	.cai_banner .right>div {
		width:290px;
		padding-bottom: 16px;
		font-size: 14px;
	}
	.cai_banner .right label {
		height: 40px;
		line-height: 40px;
	}
	.cai_banner .right input {
		height: 40px;
	}
	.cai_banner .right .p5 {
		padding-bottom: 6px;
		font-size: 14px;
	}
	.cai_banner .left h2 {
		font-size: 45px;
	}
	.case_r_title b {
		font-size: 30px;
	}
	.case_r_title span{
		margin: 15px 0 110px;
	}
}
@media only screen and (max-width: 1200px){
  .cai_banner .left h2{margin-bottom: 10px;margin-top: 20px;}
  .cai_banner .left h3{margin-bottom: 15px;}
  .cai_banner .right{padding:20px 30px 25px;}
  .cai_banner .right>div{margin-top: 10px;}
  .cai_banner .right .p4{margin-top: 20px;}
  .cai_banner .right .p4 input{height: 45px;}
}
@media only screen and (max-width: 1000px){
  .cai_banner{width: 100%;overflow-x: hidden;padding-bottom: 15px;}
  .cai_banner>img{height: 604px;width: auto;}
  .cai_banner .banner_text{top:70px;left:20px;transform:translate(0,0);}
  .cai_banner .left{float: none;margin-bottom:30px;}
  .cai_banner .right{padding:15px 15px 20px;float: none;width: 310px;box-sizing:border-box;}
  .cai_banner .right h5{font-size: 20px;}
  .cai_banner .right>div{font-size: 14px;width: 280px;}
  .cai_banner .right label{width: 80px;}
  .cai_banner .right .p4 button {
    height: 40px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 700px){
  .cai_banner{padding-bottom: 0;}
  .cai_banner>img{transform:translateX(-200px);}
}
