html,body{width: 100%;overflow-x:hidden; padding: 0!important; margin: 0; font-size: 0.22rem;}
*{ margin:0; padding:0;}
em{ font-style:normal;}
img {border: 0 none;height: auto;vertical-align: middle;}
ul{ list-style:none;}
.clear{ clear:both}
.l{ float:left;}
.r{ float:right;}
div{box-sizing: border-box;}
/*::-webkit-scrollbar {display:none}*/
li{list-style: none;}
.relative{position: relative;}
.absolute{position: absolute;}
a,img{-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;text-decoration:none;}
img,video{width:auto;height:auto;max-width:100%;vertical-align:middle}
a { background: transparent; text-decoration: none; color: #666; transition: 0.3s; -moz-transition: 0.3s; 
	-webkit-transition: 0.3s; -o-transition: 0.3s;}
a:active, a:hover { outline: 0;}

.s_width{ width:85%; margin:0 auto; position:relative}
i,em{ font-style:normal;}
.biaoge{overflow-x: auto;}
.biaoge td{padding:0.5% 1%;white-space: nowrap;}

table {width: 100%;border-collapse: collapse;}
table td {border: 1px solid #e6e7ea;padding: 0.5%;line-height: 31px; }

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1}

.flex {display: -webkit-box;display: -webkit-box;display: -ms-flexbox;display: flex;display: -webkit-flex;width: 100%; margin: 0 auto;}

@font-face {
	font-family: "DINENGSCHRIFTSTD";
	src: url("../css/font/DINENGSCHRIFTSTD.woff2") format("woff2"),
	url("../css/font/DINENGSCHRIFTSTD.woff") format("woff"),
	url("../css/font/DINENGSCHRIFTSTD.ttf") format("truetype"),
	url("../css/font/DINENGSCHRIFTSTD.eot") format("embedded-opentype"),
	url("../css/font/DINENGSCHRIFTSTD.svg") format("svg");
}
.fontDIN {font-family: "DINENGSCHRIFTSTD";}

/*===================== 公用样式 START =====================*/
.pub_title{text-align: center;color: #fff;text-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 0px 30px rgba(0,0,0,0.075);}
.pub_title h3{font-weight: 700;text-transform: uppercase;}
.pub_title p,.pub_title h4{font-weight: 400;}
.img img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}


.more-info{ line-height: 40px;}
.more-info ul{width: 100%; margin: 0 auto; padding-top: 20px;}
.more-info li{width: 100%;}
.more-info li a{color: #333;}
.more-info li em{font-weight: 500; padding-right: 15px;}

/*主导航多级菜单*/
/* 头部 */
.tel_top{display: none;}
.head{ width: 100%;  height: 80px; position: fixed; z-index: 20; top:0;box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1); border-bottom:1px solid transparent; border-color: rgba(255, 255, 255, 0.3);}
.headin{ position: relative; z-index: 7; height: 100%; display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
.head .logo{ z-index: 3;	 height: 100%; font-size: 0; line-height: 80px; margin-left: 1vw;}
.head .logo img{ max-height: 100%;}
.headright{  height: 40px; z-index: 14; line-height: 40px;	font-size: 0; text-align: center;margin-top: 2px;margin-right: 20px;}
.headright a{ display: inline-block; height: 30px;	border-radius:15px; vertical-align: middle; line-height: 30px;}
.headright a.glass{ width: 48px; background-image: url('../images/glass1.png') ;	background-position: center; background-repeat: no-repeat; margin-top:20px;}
.headright a.glass.on{ -webkit-transform:rotate(360deg); transform:rotate(360deg);}


.nav{ width:45%; height: 100%; font-size: 0; text-align: center;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; }
.nav>li{ display: inline-block; height: 100%; position: relative; z-index: 1;}
.nav>li>a{ display: block; padding: 0 15px; height: 100%; position: relative;  color: #fff; line-height: 80px;}
.nav>li>a:after{ left:50%; position: absolute; bottom: 0; content: " "; width:0; height: 2px; margin-left: 0; -webkit-transition: .3s; transition: .3s; background-color: #0ca234;}
.nav>li:hover>a:after,.nav>li.on>a:after{ width: 64px; margin-left: -32px;}

@media screen and (max-width:1400px){
	.nav{width: 52%;}
  .nav>li>a{ padding: 0 20px;}
}
@media screen and (max-width:1300px){
  .nav>li>a{ padding: 0 10px;}
}
@media screen and (max-width:1200px){
  .nav>li>a{ padding: 0 10px;}
}
@media screen and (max-width:1150px){
  .nav{ width: auto; left: 170px;}
}

dl.navtwo{ width: 140%; display: none; position: absolute; top: 76px; left:-20%; z-index: 1; padding-top: 15px;  -webkit-transition: top 0.3s; -moz-transition: top 0.3s; -ms-transition: top 0.3s;  -o-transition: top 0.3s; transition: top 0.3s;}
dl.navtwo.on{ top:90%;}
dl.navtwo .inner{ width: 100%; background-color: rgba(255,255,255,1); padding: 13px 0;  -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px;  box-shadow: 0 0 7px 2px rgba(0,0,0,0.2);}
dl.navtwo:after{ position: absolute; left:50%; top: 0; margin-left: -11px; content: " "; width: 23px;   background: url('../images/sju1.png') center no-repeat; height: 15px; z-index: 1;}
dl.navtwo dd{ height: 36px; line-height: 36px; text-align: center;}
dl.navtwo dd>a{ display: block; height: 100%; font-size: 16px; color: #666; letter-spacing: 0; overflow: hidden; white-space: nowrap;}
dl.navtwo dd:hover>a{ color: #0ca234; letter-spacing: 2px; background-color: #e1e1e1;}
dl.navtwo dd>a:after{ left:100%; position: absolute; bottom: 0; content: " "; width: 0; display: none; border-bottom: 1px solid #ff9c01; -webkit-transition: .3s; transition: .3s;}
dl.navtwo dd>a:hover:after{ width: 100%; left:0; transition: width 0.3s; -webkit- transition: width 0.3s;}
.special.head{ background-image: -webkit-linear-gradient(left,#0553ad, #0f75de);height: 60px;}
.special.head .logo{line-height: 60px;}
.special.head .logo img{ max-height: 90%;}
.special.head .headright{margin-top: 0; line-height: 43px;}
.special.head .nav>li>a{color: #fff; line-height: 60px;}
.special.head .tel .sdd{font-size: 33px!important; line-height: 43px;}
.special.head .tel:before{margin-top: 10px;}
@media screen and (min-width:1024px){
	.navsjout{ display: none;}
}
@media screen and (max-width:1023px){
	.nav,.headright{ display: none;}
	.navbtn{ display: block;}
	.navsjout{ display: block;}
}
@media screen and (max-width:1023px){
	.special.head{ border-bottom-color: #e8e8e8;		box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);}
}
@media screen and (max-width:750px){
	.topsouout .topsou{ width: 70%; padding-right: 10%;}
	.topsou input.anniu{ width: 12.5%;}
}
@media screen and (max-width:640px){
	.head,.headshadow{ height: 60px;}
	.head .logo{ line-height: 60px;}
	.headright{ top:10px;}

	.nav>li>a{ line-height: 60px;}
	.navsjout{ top:60px;}
	.navbtn{ top: 10px;}
}
@media screen and (max-width:540px){
	.head .logo{ left:20px;}
}


.head .tel {z-index: 2;-webkit-transform: translateY(-50%);transform: translateY(-50%);line-height: 59px;padding-left: 36px;color: #fff; }
.head .tel:before {content: " ";position: absolute;left: 0;top: 40%;width: 32px;height: 32px;margin-top: 20px;background-image: url(../images/icon-tel.png);background-size: 100% 100%;background-position: 50% 50%;
background-repeat: no-repeat;-webkit-animation-name: swing;animation-name: swing;-webkit-animat.header .telion-duration: 1.6s;animation-duration: 1.6s;-webkit-animation-delay: 0s;animation-delay: 0s;-webkit-animation-timing-function: ease;animation-timing-function: ease;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;-webkit-animation-direction: normal;animation-direction: normal;-webkit-animation-play-state: running;animation-play-state: running;-webkit-animation-fill-mode: none;animation-fill-mode: none;}
.head .tel span{padding-top: 15px;}
.head .tel .sdt,.head .tel .sdd {display: inline-block;vertical-align: middle;}
.head .tel .sdd {font-weight: bold;display: inline-block;vertical-align: top; font-size: 0.4rem; padding-left: 0.1rem;}

@-webkit-keyframes fontSizeUp1 {
	0% {-webkit-transform: scale(1.2);transform: scale(1.2);}
	7%,100% {-webkit-transform: scale(1);transform: scale(1);}
}
@keyframes fontSizeUp1 {
	0% {-webkit-transform: scale(1.2);transform: scale(1.2);}
	7%,100% {-webkit-transform: scale(1);transform: scale(1);}
}



.PubLink {display: inline-block;color:#fff;width: 150px;line-height: 55px;text-align: center;font-family:  Times New Roman;font-size: 15px; background: #008b3f; padding: 0px 30px; margin-top: 7%;border-radius: 50px}
.PubLink:hover {background: #f9be00;color: #fff;}

/*banner*/
.banner{display: block; width: 100%;}
#banner{position:relative;overflow:hidden;width:100%;}
#banner ul{position:relative;overflow:hidden;width:300%;margin: 0;}
#banner ul li{width:33.333%;float:left}
#banner ul li img{width:100%;display:block;}
#banner aside{position:absolute;top:0;bottom:0;height:0;width:90%;right:0;left:0;margin:auto}
#banner aside span{display:block;width:65px;height:65px;z-index:63;background:rgba(255,255,255,0.3);border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;position:relative;cursor:pointer;opacity:0;transition:all 0.3s;margin-top:-2%;}
#banner:hover aside span{opacity:1;}
#banner aside span:after{content:'';position:absolute;top:0;bottom:0;right:0;left:20%;margin:auto;width:27px;height:27px;border-top:3px solid #ffffff;border-left:3px solid #ffffff;-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-ms-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}
#banner aside span.prev{float:left;}
#banner aside span.next{float:right;}
#banner aside span.next:after{left:0;right:20%;-webkit-transform:rotateZ(135deg);-moz-transform:rotateZ(135deg);-ms-transform:rotateZ(135deg);-o-transform:rotateZ(135deg);transform:rotateZ(135deg)}
#banner #bannerBtnS{width:85px;position:absolute;right:0;left:0;bottom:3%;margin:auto}
#banner  #bannerBtnS em{display:block;float:left;width:10px;height:10px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border:3px solid #fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 4.75px;background:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}
#banner  #bannerBtnS em.act{background:#f0c02e}

@media screen and (max-width:1150px){
	.head,.bubble,#homeBanner .mouse-of{display: none;}
	#homeBanner{background:url(../images/pro.jpg) repeat center top;height: 7rem; opacity: 1;}
	.tel_top{display: block;width: 100%;background-image: -webkit-linear-gradient(left,#0553ad, #0f75de);}
	.tel_top .tel_logo{width: 50%;margin: 2% 0;}
	.tel_top .tel_logo img{width: 100%;}
	.navbtn2{ position: absolute; right: 0; top:0; z-index: 20; width: 60px; height: 45px; display: block;-moz-transition: 0.4s; -ms-transition: 0.4s; -webkit-transition: 0.4s;-o-transition: 0.4s; transition: 0.4s;}
.navbtn2 s{ position: absolute; left: 25%; display: block; width: 50%; height: 4%; background-color: #fff;-moz-transition: 0.3s; -ms-transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius:2px;}
.navbtn2>s:nth-child(1){top: 32%;}
.navbtn2>s:nth-child(2){top: 48%; width: 40%; transform: rotate(0deg) scale(1,1);}
.navbtn2>s:nth-child(3){top: 64%;}
.navbtn2.on s:nth-child(1){ top:48%; -webkit-transform: rotate(-225deg); transform: rotate(-225deg);}
.navbtn2.on s:nth-child(2) { transform: rotate(-180deg) scale(0,1);}
.navbtn2.on s:nth-child(3) { top:48%; -webkit-transform: rotate(225deg); transform: rotate(225deg);}

/* 手机导航 */
.navsjout{ width: 100%; opacity: 0; overflow: auto; position: fixed; top:1.5rem; bottom:1.5rem; left:-100%; z-index: 20;-moz-transition: 0.4s; -ms-transition: 0.4s; -webkit-transition: 0.4s;-o-transition: 0.4s; transition: 0.4s; background-image: -webkit-linear-gradient(left,#0553ad, #0f75de);}
.navsjout.on{ opacity: 1; left:0;}

.navsj{ width: 100%; -webkit-overflow-scrolling : touch; background-image: -webkit-linear-gradient(left,#0553ad, #0f75de);;position: absolute; top:0; left:0;}
.navsj>li{ position: relative;}
.navsj>li>a{ display: block; height:2rem; text-align: center; line-height: 2rem; font-size: 20px; color: #fff; position: relative;}
.navsj>li>a:after{ content: ''; position: absolute; left: 30px; right:30px; bottom:0; z-index: 0;height: 1px; background-color: rgba(255,255,255,0.2);}

.navsjtwo{ width: 100%; overflow: hidden; display: none; padding: 10px 0; background-color: #f1f1f1;}
.navsjtwo>li{ width: 100%; }
.navsjtwo>li + li{border-top: 1px solid #fff;}
.navsjtwo>li>a{ display: block; line-height: 70px; color: #432a23;position: relative; z-index: 1; background-color: #ada; text-align: center;}

.navsjthree{ width: 100%; display: none;}
.navsjthree dd{ width: 100%; height: 60px; line-height: 60px; text-align: center; border-top: 1px solid #fff;}
.navsjthree dd>a{ display: block;  height: 100%; background-color: #e1e1e1; color: #1d6bdd; overflow: hidden;}



.navsj li i{ position: absolute; right: 2rem; top:0; z-index: 1; width: 80px; height: 80px;display: block; cursor: pointer; }
.navsj li.on i{-moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
.navsj,.navsj li i{ -moz-transition: 0.3s; -ms-transition: 0.3s;-webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
#close { position: fixed; left: 0; top: 0; width: 100%;bottom: 0; z-index: 9; display: none; background:url('../images/op0-60.png'); cursor: pointer;}
.navbtn{position: absolute; right:40px; top:20px; z-index: 20; width: 50px; height: 50px; opacity: 0;-moz-transition: 0.4s 0.5s; -ms-transition: 0.4s 0.5s; -webkit-transition: 0.4s 0.5s;-o-transition: 0.4s 0.5s; transition: 0.4s 0.5s;}
.navbtn.active{ opacity: 1;}
.navbtn s{ position: absolute; left: 30%; display: block; width: 40%; height: 4%; background-color: #fff;-moz-transition: 0.3s; -ms-transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
.navbtn>s:nth-child(1){top: 34%;}
.navbtn>s:nth-child(2){top: 48%; left:38%; transform: rotate(0deg) scale(1,1);}
.navbtn>s:nth-child(3){top: 62%;}
.navbtn.on s:nth-child(1){ top:48%; -webkit-transform: rotate(-225deg); transform: rotate(-225deg);}
.navbtn.on s:nth-child(2) { transform: rotate(-180deg) scale(0,1);}
.navbtn.on s:nth-child(3) { top:48%; -webkit-transform: rotate(225deg); transform: rotate(225deg);}
.special .navbtn s,.special2 .navbtn s,.nvact .navbtn s{ background-color: #fff;}

}


/*首页产品优势*/
.pro_adv{width: 100%; padding: 2% 0;background-image: -webkit-linear-gradient(right,#0553ad, #0f75de);}
.pro_adv ul{display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between;}
.pro_adv li{width: 25%;display: flex; display:-webkit-flex;-webkit-justify-content:center;   justify-content: center;}
.pro_adv li em{width: 100px; height: 100px;border-radius: 50%;border:1px solid transparent; border-color: rgba(255, 255, 125551, 0.9);display: block; margin-right: 1vw;}
.pro_adv li em img{margin:13px auto 0 auto; display: block;width: 67%;}
.pro_adv li em:hover img{cursor:pointer; -webkit-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
.pro_adv li p{color: #fff;font-size: 0.9vw;margin-top: 2vh; }
.pro_adv li p strong{display: block; font-size: 1.5vw; margin-bottom: 1vh;}

/*首页产品分类*/
.prolist{background:url(../images/bg.jpg) repeat center top; padding: 3vh 0 5vh 0;}
.prolist_tit{ }
.prolist_tit h2{ text-align: center;  margin: 0 auto; font-size: 55px; line-height: 90px; font-weight: 500; padding-top: 35px;background-size:23%;}
.prolist_tit h2 em{font-weight: 800; color: #0553ad;}
.prolist_tit h2:after{ content: ""; width: 100px; height: 5px; background: #0553ad; display: block; margin:10px auto 0 auto;border-radius: 10px}
.prolist_tit p{text-align: center; margin-top: 20px; color: #666666;}
.tx_index_pro{ overflow:hidden;	width:85%;margin: 0 auto; padding:20px 0; clear:both;  position:relative; }
.rtCont{position:relative;width: 100%;margin: 0 auto;overflow: hidden;}
.rtCont ul{width: 100%;}
.rtCont ul li{width:230px;border-radius:18px;overflow:hidden; float: left; margin: 0 20px;}
.pro_pic{border-radius:50%;border:10px solid #d9d9d9; overflow: hidden;}
.rtCont ul li img{border-radius:10px 10px 0 0; width: 100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.rtCont ul li:hover img{transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
.rtCont ul li p{ background: #0553ad; margin-top: 9%;border-radius: 30px}
.rtCont ul li p a{color:#fff;font-weight: 700; line-height:30px;text-align:center;display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:3% 0;transition:all linear .3s}
.rtCont ul li:hover p a{font-size:22px;font-weight:700;color:#fff}


@media (max-width:1440px){
	.pro_d{	width: 95%;}
	.rtCont ul li{width:150px}
}

@media (max-width:750px){
	.pro_adv {background: none; padding: 0; display: none;}
	.pro_adv .s_width{width: 100%;}
	.pro_adv ul{flex-wrap: wrap;}
	.pro_adv li{width: 47%; margin-bottom: 2%;background-image: -webkit-linear-gradient(left,#0553ad, #0f75de);padding: 1%;}
	.pro_adv li em{height: 100%;}
	.pro_adv li em img {margin-top: 7px;}

	.prolist_tit h2 {font-size: 38px;line-height: 42px;}
	.prolist_tit p {margin-top: 7px;}
	.prolist{padding: 0;}
	.tx_index_pro{width: 95%;}
	.rtCont ul li{width:130px;margin: 0 10px;}
	.pro_pic{border: 5px solid #d9d9d9;}
}

/*产品展示*/
.pro{width:100%; margin:0px auto; position: relative; overflow: hidden; padding: 8vh 0;}

#top_scroll {overflow: hidden;width:85%; margin:0vh auto 0 auto; padding-bottom: 3%; height: 800px;}
#top_scroll ul li{position: relative; float: left;width:24%;margin:0 .5% 1%;overflow: hidden; border-bottom: #e1dfdf 1px solid; box-sizing: border-box;background-color:#f8f8f8;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
#top_scroll ul li .img{width: 100%;height: 100%;object-fit: cover; object-position: center; overflow: hidden;  }
#top_scroll ul li .img img{ width: 100%;  transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
#top_scroll ul li .img:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
#top_scroll ul li .proText{ padding: 12px; transition: .4s;-webkit-transition: .4s;}
#top_scroll ul li strong{display: block; color: #333333;  margin-bottom: 8px;  text-align: center;font-weight: 700;}
#top_scroll .pro_tel{display: flex; display:-webkit-flex;-webkit-justify-content:center;   justify-content:center;width: 80%; margin: 0 auto;}
#top_scroll ul li .protel_cont{ display: block;line-height: 36px; font-style: normal;-webkit-background-clip: text; -webkit-text-fill-color: transparent;background-image: -webkit-linear-gradient(left,#0553ad, #0f75de);;transition: .4s;-webkit-transition: .4s;font-family: impact; text-align: center; }
#top_scroll ul li .protel_img img{margin-right: 10px; margin-top: 0;}



@media (max-width:1280px){
	.pro{width:95%; }
	#top_scroll .pro_tel{width: 100%;}
}

@media (max-width:750px){
	.pro{width: 100%;padding: 5vh 0;}
	.pro_tit{ background-size: 95%;padding-top: 32px;}
	.pro_tit h2::after{margin: 15px auto 0 auto;}
	.pro_tit p{margin-top: 0;}
	#top_scroll{width: 95%;}
	#top_scroll ul li{width: 48%;}
	#top_scroll ul li strong{ font-size: 16px; }
	#top_scroll ul li .pro_tel{display: none;}
}

/*adv*/
.section_five{height:920px;background:url(../images/adv.jpg) center center no-repeat;padding-top:70px;}
.section_five .inner{position: relative;height:920px; width:1300px; margin: 0 auto;}
.section_five .img{position: absolute;top:0;right:0;}
.section_five .text{position: absolute;right:0;top:110px;text-align: right;color:#fff; font-size: 16px; line-height: 31px;}
.section_five .radius{width:208px;height:208px;border:6px solid #fff;border-radius:50%;text-align: center;position: absolute;}
.section_five .r1, .section_five .r3{background-color: #cc0033;}
.section_five .r2, .section_five .r4{background-color: #005cb1;}
.section_five .radius img{margin:40px 0 15px;}
.section_five .radius p{font-weight:bold;font-size:20px;color:#fff;}
.section_five .r1{top:76px;left:0;animation:fudong 2s infinite;}
.section_five .r2{top:96px;left:374px;animation:fudong 2s 0.4s infinite;}
.section_five .r3{top:274px;right:356px;animation:fudong 2s 0.8s infinite;}
.section_five .r4{top:460px;right:0;animation:fudong 2s 1.2s infinite;}
@keyframes fudong{0%,100%{transform:translate(0px,0px)}50%{transform:translate(0px,-20px)}}


@media (max-width:1280px){
	.section_five .inner{height:800px; width:90%; }
}


@media (max-width:750px){
	.section_five{display: none;}
}
/*公司简介*/
.about{width:100%; margin:0px auto; position: relative; overflow: hidden;  padding: 10vh 0 0 0;}
.about_tit{ }
.about_tit h2{ text-align: center;background:url("../images/abouttit.png") no-repeat center top;   margin: 0 auto; font-size: 55px; line-height: 73px; font-weight: 500; padding-top: 35px;background-size:23%;}
.about_tit h2 em{font-weight: 800; color: #0553ad;}
.about_tit h2:after{ content: ""; width: 100px; height: 5px; background: #0553ad; display: block; margin:10px auto 0 auto;border-radius: 10px}
.about_tit p{text-align: center; margin-top: 20px; color: #666666;}

.about .s_width{display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between; }
.about .about_l{ width: 50%; padding: 4%; }
.about .about_l h2{ font-weight: 500; color: #333;font-size: 18px; }
.about .about_l h2 em{font-weight: 800; text-transform: uppercase; display: block;color: #0553ad;}
.about .about_l h2:after{ content: ""; width: 100px; height: 5px; background: #999; display: block; border-radius: 10px; margin-top: 15px;}
.about .about_l p{ margin-top: 9%; line-height: 31px; font-weight: 200;}
.flex {display: -webkit-box;display: -webkit-box;display: -ms-flexbox;display: flex;display: -webkit-flex;width: 100%; margin: 0 auto;}
.flexwp {flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.flexbt {-webkit-box-pack: space-between;-ms-flex-pack: space-between;justify-content: space-between;-webkit-justify-content: space-between;}
.brandNum {margin-top: 1rem;}
.brandNum{ margin-top:5%;}
.brandNum .fbs{width: 46%; margin: 3% 2% 4% 0;}
.imgBad img{width: 1.5rem;margin-bottom: 1.6rem;}
.brandLeft{padding: .5rem 0 0 1rem; width: 45%; background-size: cover !important;position: relative;z-index: 3;}
.mapPoint{ margin: .6rem 0 -1.2rem 0;}
.colorlogo {color: #333;}
.line1{line-height: 1;}

.about .about_r{width:45%; position: relative; }
.about .about_r .duowei{width: 100%; }
.about .about_r .duowei img{width: 100%; }

@media (max-width:1280px){
	.brandNum{display: none;}
}

@media screen and (max-width:770px){
	.about{background:url("../images/cppage1bg.jpg") repeat center top; background-attachment: fixed; background-size: cover; padding: 5vh 0 3vh 0;}
	.about .s_width{width: 95%;display:block;}
	.about_tit h2{color: #fff;font-size: 35px;padding-top:0}
.about_tit h2:after {content: "";width: 70px;height: 3px;background: #fff;display: block;margin: 0 auto 0 auto;border-radius: 10px;}
	.about_tit p{margin-top: 7px;color: #fff;}
	.about .about_l{width: 100%; padding: 0;}
	.about .about_l h2{display: none;}
	.about .about_l p{color: #fff;line-height: 27px;}
	.about .about_r{display: none;}
}

/*服务流程*/
.fuwu{width:100%; margin:0px auto; position: relative; overflow: hidden; padding: 4% 0;background:url("../images/aboutbg.jpg") no-repeat center top;}
.fuwu_tit{ }
.fuwu_tit h2{ text-align: center;background:url("../images/fuwutit.png") no-repeat center top;   margin: 0 auto; font-size: 55px; line-height: 73px; font-weight: 500; padding-top: 35px;background-size:23%;}
.fuwu_tit h2 em{font-weight: 800; color: #0553ad;}
.fuwu_tit h2:after{ content: ""; width: 100px; height: 5px; background: #0553ad; display: block; margin:10px auto 0 auto;border-radius: 10px}
.fuwu_tit p{text-align: center; margin-top: 20px; color: #666666;}
.edge{width: 80%; margin:2% auto 0 auto;}
.edge ul li{float: left; width:31%; height:290px; background:#FFF; padding-top:52px; box-shadow: 10px 10px 20px #e7e7e7,-10px -10px 20px #e7e7e7;margin-left: 41px; margin-top: 30px; position: relative;}
.edge ul li.first{margin-left: 0;}
.edge ul li span{display: block;padding-top:93px; font-size: 20px;text-align: center; font-weight: bold; color:#333; margin-bottom: 17px;}
.edge ul li .e1{background:url(../images/edt1.png) no-repeat top center;}
.edge ul li .e2{background:url(../images/edt2.png) no-repeat top center;}
.edge ul li .e3{background:url(../images/edt3.png) no-repeat top center;}
.edge ul li .e4{background:url(../images/edt4.png) no-repeat top center;}
.edge ul li .e5{background:url(../images/edt5.png) no-repeat top center;}
.edge ul li .e6{background:url(../images/edt6.png) no-repeat top center;}
.edge ul li:hover .e1{background:url(../images/edt1_h.png) no-repeat top center;}
.edge ul li:hover .e2{background:url(../images/edt2_h.png) no-repeat top center;}
.edge ul li:hover .e3{background:url(../images/edt3_h.png) no-repeat top center;}
.edge ul li:hover .e4{background:url(../images/edt4_h.png) no-repeat top center;}
.edge ul li:hover .e5{background:url(../images/edt5_h.png) no-repeat top center;}
.edge ul li:hover .e6{background:url(../images/edt6_h.png) no-repeat top center;}
.edge ul li:hover span{color:#FFF;}
.edge ul li:hover p{color:#FFF;}
.edge ul li p{font-size: 16px; color:#666666; text-align: center; font-weight:normal; line-height: 26px;}

.edge ul li strong::before{position: absolute;z-index:-1;}
.edge ul li strong::after{position: absolute;z-index:-1;}
.edge ul li strong{display: block;z-index:500;position: relative;}
.edge ul li::before{width:0;height:0; content:""; background:#005cb1;transition: 0.5s; position: absolute;bottom: 0;left: 0;}
.edge ul li::after{width:0;height:0; content:""; background:#005cb1;transition: 0.5s; position: absolute;top: 0;right: 0;}
.edge ul li strong::before{width:0;height: 0; content:""; background:#005cb1;transition: 0.5s; position: absolute; right:0;bottom:-106px;}
.edge ul li strong::after{width:0;height: 0;content:""; background:#005cb1;transition: 0.5s; position: absolute; top:-52px;left:0;}
.edge ul li:hover strong::before{width:50%;height: 173px;}
.edge ul li:hover strong::after{width:50%;height: 173px;}
.edge ul li:hover:before{width:50%;height: 173px;}
.edge ul li:hover:after{width:50%;height: 173px;}
.edge ul li i{display: none;width: 70px; height: 13px;   background: #FFF;  content: ""; position: absolute;   bottom: -8px;    left: 205px; z-index:500;}
.edge ul li:hover i{display: block;}

@media (max-width:1450px){
	.fuwu_tit h2{line-height: 40px;}
	.edge ul li{float: left; width:30%; }
}

@media( max-width:1100px ){
	.edge ul li{ height:240px;}
	.edge ul li strong::before{bottom:-52px;}
	.edge ul li:hover i{display: none;}
}
@media( max-width:750px ){
	.fuwu{display: none;}

}

/*news*/
.news{width:100%; margin:0 auto 0 auto; padding: 4% 0 0 0;background:url("../images/news.jpg") no-repeat center top;}
.news_tit{ }
.news_tit h2{ text-align: center;background:url("../images/newstit.png") no-repeat center top;   margin: 0 auto; font-size: 55px; line-height: 73px; font-weight: 500; padding-top: 35px;background-size:23%;color: #fff;}
.news_tit h2 em{font-weight: 800; color: #fff;}
.news_tit h2:after{ content: ""; width: 100px; height: 5px; background: #fff; display: block; margin:10px auto 0 auto;border-radius: 10px}
.news_tit p{text-align: center; margin-top: 20px; color: #fff;}

.news_cont{padding-top: 2%; display: flex;-ms-flex-preferred-size: 100%;flex-basis: 100%;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;	-ms-flex-wrap: wrap;flex-wrap: wrap;width: 85%;overflow: hidden; margin: 0 auto;}
.news_cont .newList{flex-basis: 31%;margin-right: 3%;}
.newList{ overflow:hidden; padding:0rem 0 04% 0; height:auto; width:100%; }
.news_cont .newList:nth-child(3n){ margin-right:0px; }
.news_cont .newPicBox{ position:relative; width:100%; height:0px; padding-bottom:50%; overflow:hidden; border-radius:0px; margin:0 auto; }
.news_cont .newPic{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%) scale(1); width:100%; height:auto; transition:all .5s ease; }
.news_cont .picLink{ position:absolute; top:0px; left:0px; width:100%; height:100%; }
.news_cont .contentBoxB{ padding:0 6%;background:rgba(255,255,255,0.9) }
.news_cont .newTitle{ font-size:20px; margin-bottom:0;  line-height:1.2; font-weight:normal; color:#373c41; transition:all .5s ease; display:-webkit-box; overflow:hidden; -webkit-line-clamp:2; -webkit-box-orient:vertical; text-overflow:ellipsis; }
.news_cont .lineBox{ position:relative; width:100%; height:1px; background:#ededed; margin-bottom:26px; }
.news_cont .lineBox::before{ content:''; position:absolute; top:0px; left:0px; width:0px; height:100%; background:#afafaf; transition:all .5s ease; }
.news_cont .TimeBox{ font-size:14px; line-height:1.5; letter-spacing:.25px; color:#777; margin-bottom:20px; }
.news_cont .newMs{ position:relative; width:100%; line-height:1.4; clear:both; font-size:14px; color:#777; min-height:22px; letter-spacing:0; padding:20px 0px 30px; display:-webkit-box; overflow:hidden; line-height: 30px; -webkit-line-clamp:1; -webkit-box-orient:vertical; text-overflow:ellipsis;  font-weight: 100;}
.news_cont .image_con{ width: 100%; overflow: hidden;background:rgba(255,255,255,0.9); padding-top: 10px;}
.news_cont .image_con img{width:90%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; margin: 0 auto; display: block; max-height: 250px; }
.news_cont .image_con:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
.news_cont .look{ display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; margin-top:20px; color:#777; overflow:hidden; }
.news_cont .look .look_name{ margin-right:10px; position:relative; }
.news_cont .newList:hover .newPic{ transform:translate(-50%,-50%) scale(1.1); }
.news_cont .newList:hover .newTitle{ color:#222; }
.news_cont .newList:hover .lineBox::before{ width:100%; }
.di_img{width:100%; background: url(../images/model_bg_02.jpg) no-repeat center top;position: relative; height: 358px;}
.news_img{width:56%; margin: 0 auto; }
.news_img img{ width: 100%; margin-top: 5%;}

.news_cont .bottom_btn{font-size:14px;line-height:7.5;/* font-weight:bold; */letter-spacing:.5px;text-transform:uppercase;transition:all .5s ease;background:rgba(255,255,255,0.9) ;padding-left: 5%; }
.news_cont .contentBoxB .bottom_btn{ display:none; }
.news_cont .newList:hover .bottom_btn{ color:#b62021; } 

@media (max-width:1280px){
	.news{ margin:0 auto 0 auto;}

}

@media (max-width:769px){
	.news{width: 100%; margin-top: 4%;}
	.news_tit h2{color: #fff;font-size: 35px;padding-top:0}
.news_tit h2:after {content: "";width: 70px;height: 3px;background: #fff;display: block;margin: 0 auto 0 auto;border-radius: 10px;}
	.news_tit p{margin-top: 7px;color: #fff;}
	.news_cont{width: 100%;}
	.news_cont .newList{flex-basis: 100%;margin-right:0%;}
	.di_img{height: 240px;}
	.news_img{width: 100%; height: 100px;}
	.news_cont .bottom_btn{line-height: 31px;}
	.news_cont .newTitle {font-size: 17px;line-height: 1.5;}
	.news_cont .newMs {line-height: 24px;}
 }

/*footer*/
.fixed_footer{display: none;}
.footer{ width:100%; background:#0553ad;}
.footer .s_width{display: flex; display:-webkit-flex;justify-content:space-between;align-items: flex-start;width: 90%; margin: 0 auto; }
.footer .footer_a{ width:410px;color:#fff; padding:5% 0 0 0;}
.footer .footer_a p{border: 1px solid #fff; padding: 1% 3%;border-radius: 30px; font-size: 40px;font-family: impact;width: 80%; margin-bottom: 7%;}
.footer .footer_a p i{background:url(../images/tel.png) no-repeat left top 10px; display: inline-block; width: 40px; height: 40px; background-size: 76%;}
.footer .footer_a h2 em{display: block; font-weight: 100;text-transform: uppercase; line-height: 35px;}


.footer .footer_b{ border-left:1px solid transparent;border-right:1px solid transparent; border-color: rgba(255, 255, 255, 0.1);  padding:5% 5% 5% 5%;color:#fff; width: 37%;}
.footer .footer_b h2{text-transform: uppercase; font-weight:normal;padding-bottom:40px;}
.footer .footer_b ul{ overflow:hidden; padding-bottom:20px;display: flex; display:-webkit-flex;justify-content:space-between;flex-wrap: wrap;}
.footer .footer_b li{ width: 49%; border:1px solid transparent; border-color: rgba(255, 255, 255, 0.1); margin-bottom: 1%; text-align: center; line-height: 50px; text-transform: uppercase;}
.footer .footer_b li em{ display:block; color:#fff; padding-bottom:20px;}
.footer .footer_b li em:after{ content:""; width:40px; height:3px; background:#79c440; display:block; margin-top:10px;}
.footer .footer_b li a{ color:#fff; line-height:31px;}
.footer .footer_b li a:hover{font-weight: bold;}

.footer .footer_c{   padding:5% 0 0 0;color:#fff;width:30%;}
.footer .footer_c .s_width{display: flex; display:-webkit-flex;justify-content:space-between;flex-wrap: wrap;width: 100%;}
.footer .footer_c h2{text-transform: uppercase; font-weight:normal;padding-bottom:40px;}
.footer .footer_c p{line-height: 31px;width: 50%;}


.end{width: 100%;background: #042c5a;  color:#fff; font-size: 16px;line-height: 50px;}
.end a{color: #fff;}
.footer_p .s_width{width: 85%; margin: 0 auto; min-width: 1200px;}
.footer_p ul{}
.footer_p ul li{float: left; margin-right: 20px;}
.footer_p ul li a{font-size: 16px; line-height: 80px; color: #fff;}
.footer_p div{font-size: 16px; line-height: 80px; color: #fff;}

@media only screen and (max-width: 1554px){
    .footer_p ul li{margin-right: 19px;}
}
@media only screen and (max-width: 1440px){
    .footer_p ul li{margin-right: 7px;}
}
@media only screen and (max-width: 1260px){
    .footer_p ul li{margin-right: 5px;}
}
.go_top{display: none;background-color:#0e82e7;width:34px;height:34px;text-align: center;border-radius:50%;position: fixed;right:15px;bottom:100px;z-index:99999999999;}
.go_top img{display: inline-block;margin-top:12px;width:16px;}


@media screen and (max-width:1350px){
	.footer .f_wx{ width: 30%; padding:3% 0; }
	.footer .f_about{ padding:3% 0 0 0%;}
	.footer .f_pro{padding:3% 0 0 0%;}

}

@media (max-width:1280px){
	.footer .s_width{ width:90%;}
	.footer .f_wx li{ width:100px;}
}


@media (max-width:790px){
	.footer,.end{display: none;}
	.fixed_footer{background-image: -webkit-linear-gradient(left,#0553ad, #0f75de);;height:50px;position: fixed;bottom:0px;left:0%;z-index:999;width:100%;border-radius:10px; display: block;}
    @media (min-width:640px){.fixed_footer{width:640px !important;left:50%;margin-left:-320px;}}
    .fixed_footer a{width:33.3%;text-align: center; float: left;}
    .fixed_footer img{display: block;height:24px;margin:5px auto;}
    .fixed_footer strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}
}

.news_box{width: 85%; margin: 0 auto;}
.news_box li{ line-height: 55px; border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.news_box li span{float: right;}
.flex-center{width: 85%; margin: 5% auto; text-align: center;}

/* ===================== 内页 Banner 图 ===================== */
.inbanner {width: 100%;height: 600px;position: relative;overflow: hidden; background: #000;}
.sec20 .inbanner {height: 100vh;}
.inbanner > img {position: relative;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;z-index: 0; opacity: 0.1;}
.inbanner .cer {position: relative;height: 100%;}
.ibcatein {position: absolute;width: 100%;left: 0;top:45%;z-index: 1;color: #fff;text-align: center;overflow: hidden;margin-top: -84px;}
.ibcatein .cn {font-size: 30px;line-height: 46px;}
.ibcatein .en {font-size: 72px;line-height: 84px;font-weight: bold;text-transform: uppercase;}
.ibcatein .en:after {content: '';position: absolute;left: 50%;bottom: 0;z-index: 0;width: 66px;height: 2px;background-color: #fff;margin-left: -33px;display: none;}
.mouse {width: 34px;height: 34px;margin-top: 110px;margin-left: -18px;border-radius: 50%;position: absolute;left: 50%;top:70%;z-index: 2;border: 1px solid #fff;/*font-size: 16px; line-height: 28px; color: #fff; text-align: center;*/background: url('../images/jtd-mouse.png') center no-repeat;}
.outnavbg {width: 100%;position: absolute;left: 0;bottom: 28px;z-index: 5;}
.ibbg {-webkit-animation: pagebgfd 6s linear infinite alternate;animation: pagebgfd 6s linear infinite alternate;}
@-webkit-keyframes pagebgfd {
	0% {
opacity: 1;
-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
100% {
opacity: 1;
-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
}
@keyframes pagebgfd {
0% {
opacity: 1;
-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
100% {
opacity: 1;
-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
}
.updown{ -webkit-animation: updown 2s linear infinite; animation: updown 2s linear infinite;}
@-webkit-keyframes updown {
  0% { -webkit-transform: translate(0px, 0px); }
  25% { -webkit-transform: translate(0px, -10px); }
  50% { -webkit-transform: translate(0px, 0px); }
  75% { -webkit-transform: translate(0px, 10px); }
  100% { -webkit-transform: translate(0px, 0px);}
}
@-moz-keyframes updown {
  0% { -moz-transform: translate(0px, 0px); }
  25% { -moz-transform: translate(0px, -10px); }
  50% { -moz-transform: translate(0px, 0px); }
  75% { -moz-transform: translate(0px, 10px); }
  100% { -moz-transform: translate(0px, 0px);}
}
@keyframes updown {
  0% { transform: translate(0px, 0px); }
  25% { transform: translate(0px, -10px);}
  50% { transform: translate(0px, 0px);}
  75% { transform: translate(0px, 10px);}
  100% { transform: translate(0px, 0px);}
}

.aboutone {padding:5% 0;overflow: hidden;position: relative;width: 100%;}
.aboutone .abbg {position: absolute;left: 0;bottom: -255px;z-index: -1;width: 100%;height: 855px;background: #ffffff;}
.cer8{width: 85%;  margin: 0 auto;}
.aboutcon {overflow: hidden;margin-top: 0.8rem;text-indent:2em;}
.aboutl {width: 100%;}
.abcate {position: relative;}
.abcate .cn {font-size: 46px;color: #222;line-height: 66px;letter-spacing: 2px;font-weight: bold;}
.abcate .cn span {color: #0553ad;}
.abcate .cn2 {color: #222;line-height: 66px;}
.abcate i {position: absolute;right: 0;top: 23px;z-index: 2;width: 80px;height: 80px;display: block;visibility: hidden;}
.abcate s {position: absolute;left: 50%;top: 62px;right: 0;z-index: 1;height: 1px;background-color: #eee;}
.abouttxt {overflow: hidden;font-size: 16px;line-height: 32px;color: #555;text-align: justify;}
.abouttxt img {display: none;}

@media (max-width:1280px){
	.inbanner {height: 400px;}
}

@media screen and (max-width: 1180px) {
	.inbanner{height: 500px;}
.aboutone {padding: 80px 0 120px;}
.aboutcon {margin-top: 60px;}
.aboutl {float: none;width: 100%;height: auto;margin-top: 40px;}
.aboutr {float: none;width: 470px;max-width: 100%;margin: 0 auto;height: auto;}
.abcate {text-align: center;}
.abcate s {display: none;}
.abouttxt {margin: 30px auto 0;}
}
@media screen and (max-width: 790px) {
	.inbanner{height:250px;}
	.aboutone {padding: 1rem 0 1rem;}
	.aboutcon ,.abouttxt,.aboutl{margin-top: 0px;}
.abcate i {z-index: -1;}
.abcate .cn {font-size: 0.6rem;line-height: 56px;}
.abcate .cn2 {display: none;}
.ibcatein .en {font-size: 1rem;}
.cer8{width: 95%;}
.mouse{display: none;}
}




.main{ width:100%; margin:0 auto 0 auto;padding: 5vh 0 0 0;background: url('../images/jtd-mouse.png') center no-repeat;}
.main h2{  text-align:center; width:100%; position:relative; margin:0 auto 2rem auto; color: #393b8e;}
.main h2 i{ color:#008b3f; font-style: normal; margin-left: 20px;}
.main h2 em:after{ content:""; width:100px; height:7px; background-image: -webkit-linear-gradient(left,#0553ad, #0f75de); display:inline-block; margin:10px auto 20px auto; display: block;}
.main h2 span{ font-weight:normal; font-size:18px; color:#666; text-align: center;}
.main  .s_width{display: flex; display:-webkit-flex; -webkit-justify-content: center;   justify-content: center;flex-wrap:wrap; margin-bottom: 5vh;}

.main .main_l{width: 16%; background: #f2f2f2;}
.main_l h3{font-size: 40px; text-align: center; line-height: 150px; background: #071336; color: #fff;}
.se_nav{width:90%; margin:10% auto 3% auto;} 
.se_nav ul{ position: relative;}
.se_nav li{ padding:0 1%; line-height: 7vh; border: 1px solid #f2f2f2; text-align: center; margin: 1% 0.5%;transition: .5s; background: #e60228;color: #fff; cursor:pointer}
.se_nav li a{color: #fff;}
.se_nav li:hover{ background: #071336;}
.se_nav li:hover a{ color: #fff;}


.se_nav i div {display:none;width:250px;text-align:center;color:#fff;position:absolute;top:9vh;background: linear-gradient(to bottom, #0553ad, #0f75de); z-index:9999 ;  box-sizing:border-box;}
.se_nav li div a {display:block;COLOR: #fff; LINE-HEIGHT:45px!important; HEIGHT:45px;FONT-SIZE: 17px!important;font-weight:200!important; margin-top:0; border-bottom:1px solid rgba(255, 255, 255, 0.2); padding-left: 0; }
.se_nav li div a:hover {background:#05398c!important; border-top:0; border-right:0; border-left:0; font-weight:normal;transition:all 0.9s ease 0s; -webkit-transition:all 0.9s ease 0s; }


.main .main_r{width: 83%;}

@media screen and (max-width: 790px) {
	.main  .s_width{display: block;width: 95%;}
	.main .main_l{display: none;}
	.main .main_r{width: 100%; display: block;}
}
/* ===================== 内页 Banner 图 ===================== */

.mbx{ width:100%; height:60px;   border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.mbx .mbx_cont{ width:85%; margin:0 auto; font-size:16px; line-height:60px; color:#333;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.mbx .mbx_cont a{color: #333;font-size: 14px;}

@media (max-width:1280px){
	#nyba{height:350px;}
}

@media (max-width:790px){
	#nyba{height:150px;}
	.se_nav{width:95%;}
}





/*内页产品展示*/
.tel_se_pro{display: none;}
.se_prolist{width: 85%; margin:8vh auto 0 auto;}
.comUl {display: flex;flex-wrap: wrap;}
.comUl li {width: 24%;margin: 0 1% 2% 0;}
.comUl li:nth-child(4n) {margin-right: 0;}
.comUl a {display: block;}
.comUl .photo {}
.comUl .photo img {width: 100%;}
.comUl .txtbox {padding: 2vh 40px 2vh 15px;background: url("../images/img13.png") no-repeat right center, url("../images/img14.png") no-repeat right 15px center;background-size: cover,40px auto;box-shadow: 0px 0px 24px rgba(0, 48, 121, 0.2);position: relative;z-index: 2;}
.comUl .txtbox .ttl {font-size: 24px;color: #F48400;font-weight: bold;margin-bottom: 10px;}
.comUl .txtbox .ttl span {color: #FA2A22;-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-image: -webkit-linear-gradient(left,#0553ad, #0f75de);}
.comUl a:hover {transform: translateY(-10px);}

.comLink{width: 230px; margin:3% auto;}
.comLink a {width: 230px;box-sizing: border-box;border-radius: 100px;display: inline-block;text-align: center;border: 1px solid #919191;padding: 13px 0;}
.comLink span {color: #12408E;-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-image: -webkit-linear-gradient(left,#0553ad, #0f75de);font-size: 22px;}
.comLink a:hover {border-color: transparent;background: linear-gradient(88.53deg, #FF701A 0%, #FA2A22 100%);}
.comLink a:hover span {color: #fff;background-image: -webkit-linear-gradient(left,#fff,#fff);}

@media (max-width:750px){
	.se_prolist{width: 95%; margin:5vh auto 0 auto;}
	.comUl li {width: 49%;margin: 0 2% 2% 0;}	
	.comUl li:nth-child(3n){margin-right: 2%;}
	.comUl li:nth-child(2n){margin-right: 0;}
	.comUl .txtbox .ttl {font-size: 19px;text-align: center;}
	.comUl .txtbox{background-size: cover,25px auto; padding: 1vh 0 1vh 1vh;background: none;}
}

/*产品展示内页*/
.se_procont{background: url('../images/cppage1bg.jpg') center no-repeat; width: 100%; padding: 5% 0;}
.se_procont .s_width{width: 85%; margin: 0 auto;display: flex; display:-webkit-flex;-webkit-justify-content:space-between;   justify-content: space-between; }
.se_procont .se_procont_l{width: 50%; padding: 5% 0 0 0 ;}
.se_procont .se_procont_l h2{ font-weight: 700; color: #fff;}
.se_procont .se_procont_l h2:after{content: ""; background:#ccc; width: 100px; height: 5px; display: block; margin: 15px 0;}

.se_procont .se_procont_l .info-intro{ text-align: left; font-size: 16px; line-height: 55px; border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); padding-bottom: 15px; color: #fff;}
.se_procont .se_procont_l .info-intro span{ margin-right: 2%;}
.se_procont .se_procont_l .info-intro span i{display: block;}
.se_procont .se_procont_r{width: 45%; padding-top: 2%;}
.se_procont .se_procont_r img{width: 100%;border-radius: 10px}
.pro02BoxTit{background: url('../images/protwoicon01.png') no-repeat left center;padding-left: 90px; margin-bottom: 3%; }

.more-info{ line-height: 40px;  font-size: 16px;}
.more-info ul{width: 80%; margin: 0 auto;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; padding-top: 20px;}
.more-info li{width: 50%;}
.more-info li em{font-weight: 500; padding-right: 15px;}


@media (max-width:769px){
	.se_procont .s_width{width: 95%; display: block; }
	.se_procont .se_procont_l,.se_procont .se_procont_r{width: 100%;}
	.se_procont .se_procont_l h2:after{ margin: 15px 0 0 0;}
	.se_procont .se_procont_l .info-intro span:nth-child(3){display: none;}

	.more-info{ margin-bottom: 0;}
}


/*内页合作案例*/
.huoout {padding:5% 0;background: url('../images/bg_01.jpg') repeat;}
.huoout:before {content: "";position: fixed;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;}
.huoout .cer9{width: 90%; margin: 0 auto;}
.huoout h2.btitle {font-size: 42px;color: #333;line-height: 66px;text-align: center;height: 66px;overflow: hidden;}
.huocon {margin: 30px auto 62px;font-size: 16px;color: #333;line-height: 36px;max-width: 900px;text-align: center;}
.huocon img {max-width: 100%;}
.huobtn {display: block;width: 62px;height: 32px;padding-left: 48px;margin: 0 auto;font-size: 14px;color: #a9a9a9;line-height: 32px;position: relative;}
.huobtn i {position: absolute;left: 0;top: 0;z-index: 1;width: 32px;height: 32px;}
.huobtn:hover i {-webkit-animation: rotate360 2s linear infinite;animation: rotate360 2s linear infinite;}
.huobtn.finish {padding-left: 0;}
.huobtn.finish i {width: 0;opacity: 0;}
.kehulist {padding: 2px 0 60px;overflow: hidden;margin: 0 -12px;}
.kehulist li {float: left;width: 15.5%;margin: 10px 0; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); margin: 0 1% 1% 0;}
.kehulist li .lin {padding: 0 12px;text-align: center;}
.kehulist li a {display: block;background-color: #fff;overflow: hidden;}
.kehulist .pic {width: 100%;height: 120px;overflow: hidden;font-size: 0;line-height: 120px;}
.kehulist img {max-width: 75%;max-height: 90%; }
.kehulist li:hover a {
-webkit-transform: scale(0.9, 0.9);transform: scale(0.9, 0.9);
}
@media screen and (max-width: 1400px) {
.kehulist li {width: 20%;}
}
@media screen and (max-width: 1200px) {
.kehulist li {width: 25%;}
}
@media screen and (max-width: 900px) {
.kehulist li {width: 33.33%;}
.huoout h2.btitle {font-size: 36px;}
.huocon {line-height: 30px;}
}
@media screen and (max-width: 750px) {
    .huoout .cer9{width: 95%; }
    .huoout h2.btitle {font-size: 22px;}
    .huocon {margin: 10px auto 15px;line-height: 31px;max-width: 90%;text-align: center;}

    .kehulist .pic {height: 78px;line-height: 78px;}

.huoout {padding: 80px 0;}
.kehulist li {width: 50%;}
}

.sepro_cont{width: 90%; margin: 0 auto;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;background: #f8f8f8; }
.sepro_cont_l{width: 50%;}
.sepro_cont_l img{width: 100%;}
.sepro_cont_r{width: 50%; padding: 4% 3%; }
.sepro_cont_r h2{ text-align: left; font-weight: 500; font-size: 35px;}
.sepro_cont_r .info-intro{text-align: left; }
.sepro_cont_r .info-pic{ margin: 10px 0;}
.sepro_cont_r .info-pic img{ margin: 0 auto; max-width: 100%; display: block;}
.sepro_cont_r .info_cont{font-size: 16px; line-height: 31px;;}
.sepro_cont_r .info_cont p{ margin-bottom: 15px;}

.fenye{width: 1280px; margin: 0 auto 1% auto;display: flex; display:-webkit-flex;-webkit-justify-content:center;   justify-content: center; align-items: center;-webkit-align-items: center; height: 45px;}
.fenye_zong{ font-size: 12px; padding: 0 10px; text-align: center;  border: 1px solid #dddddd;margin: 0 3px 6px;color: #666; line-height: 26px;}



/*se_hangye*/
.newslist {padding: 80px 0;width: 100%;font-size: 0;overflow: hidden;}
.newslist li {width: 100%;border-bottom: 1px solid #e7e7e7;}
.newslist li .lin {padding: 60px 0;position: relative;}
.newslist li a {display: block;position: relative;min-height: 225px;overflow: hidden;padding-right: 540px;}
.newslist li .pic {position: absolute;right: 0;top: 0;z-index: 1;width: 400px;height: 225px;overflow: hidden;}
.newslist li .pic img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.newslist li .wrap {padding: 26px 0 0;}
.newslist li h3 {font-size: 26px;color: #333;line-height: 42px;height: 42px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-weight: bold;margin: 20px 0;}
.newslist li .date {font-size: 24px;color: #999;line-height: 32px;height: 32px;font-family: "Times New Roman";}
.newslist li .txt {color: #666;line-height: 31px;text-align: justify;overflow: hidden;height: 89px;-webkit-box-orient: vertical;}
.newslist li i {width: 50px;height: 50px;border-radius: 50%;overflow: hidden;-webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.15);box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.15);-webkit-transition: 0.5s;transition: 0.5s;
opacity: 0;position: absolute;left: 50%;top: 50%;z-index: 2;margin-left: -25px;margin-top: -25px;}
.newslist li:hover i {width: 200px;height: 200px;margin-left: -100px;margin-top: -100px;opacity: 1;}
.newslist li .cov {position: absolute;left: 0;top: 0;z-index: 1;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0);}
.newslist li label {position: absolute;left: 0;top: 50%;z-index: 3;width: 100%;height: 30px;margin-top: -15px;font-size: 14px;color: rgba(255, 255, 255, 0);line-height: 30px;text-align: center;cursor: pointer;}
.newslist li:hover {border-bottom-color: #222;}
.newslist li:hover h3 {-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-image: -webkit-linear-gradient(left,#0553ad, #0f75de);}
.newslist li:hover .cov {background-color: rgba(0, 0, 0, 0.4);}
.newslist li:hover label {color: #fff;}
.newslist li,.newslist h3,.newslist .cov,.newslist label {-webkit-transition: 0.4s;transition: 0.4s;}
@media screen and (max-width: 1200px) {
.newslist {padding: 60px 0;}
.newslist li .lin {padding: 40px 0;}
.newslist li a {padding-right: 490px;}
}
@media screen and (max-width: 1100px) {
.newslist li .wrap {padding: 30px 0 0;}
.newslist li .txt {height: 104px;}
}
@media screen and (max-width: 1023px) {
.newslist {width: auto;margin: 0 -20px;}
.newslist li {display: inline-block;width: 50%;padding-top: 0;margin-bottom: 30px;}
.newslist li .lin {margin: 0 20px;padding-top: 0;}
.newslist li .pic {position: relative;width: 100%;height: 0;padding-bottom: 62.8%;right: 0;}
.newslist li .pic img {position: absolute;left: 0;top: 0;z-index: 0;}
.newslist li a {padding-right: 0;}
.newslist li .wrap {padding: 20px 15px 0;}
.newslist li h3 {font-size: 20px;margin: 10px 0;}
}
@media screen and (max-width: 750px) {
.newslist {margin: 0 -10px;padding: 60px 0 20px;}
.newslist li .lin {margin: 0 10px;padding-bottom: 10px;}
.newslist li .wrap {padding: 20px 0 0;}
.newslist li .date {font-size: 18px;line-height: 24px;height: 24px;}
.newslist li h3 {font-size: 18px;margin: 0;}
.newslist li .txt {display: none;}
}
@media screen and (max-width: 600px) {
.newslist {margin: 0 0;}
.newslist li {display: block;width: 100%;}
.newslist li .lin {margin: 0 0;}
.newslist li .txt {display: block;height: 52px;}
}

/*新闻详情页*/
.container{width: 70%; margin: 3% auto;  padding: 5%;}
.container h2{text-align: center;font-weight: bold; font-size: 2vw;}
.info-intro{background: #f2f2f2;text-align: center;margin: 25px 0;overflow: hidden;border: 1px solid #eee;line-height: 40px;color: #999; font-size: 15px;}
.info-pic{ margin: 10px 0;}
.info-pic img{ margin: 0 auto;  display: block;}
.info_cont{font-size: 16px; line-height: 31px;;}
.info_cont p{ margin-bottom: 15px;}

.container2{width: 90%; margin: 0 auto; background: #f2f2f2; padding: 5%;}
.container2 p{font-size: 16px; line-height: 31px;}

@media (max-width:750px){
	.container{margin-bottom: 15%;width: 100%; }
	.container h2{font-size: 30px;}
	.info-intro{line-height: 30px;}
	.more-info ul{width: 95%; display: block;}
	.more-info li{width:100%;}
}


/*内页加盟代理*/
.se_join{width: 85%; margin: 5% auto;}
.se_join h2{text-align: center;font-weight: 500;}
.se_join h3{text-align: center; font-weight: 100; margin-top:1%;}
.se_join h3 i{color: #f00;}

.liuyan { margin-top: 3%;}
.liuyan .hang {width: 100%;margin-bottom: 32px;}
.liuyan label {display: block;font-size: 16px;color: #333;line-height: 30px;}
.liuyan input[type=text] {width: 90%;line-height:50px;font-size:16px;color: #555;background-color: rgba(255, 255, 255, 0.2); border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); margin-bottom: 2%; padding-left: 1%;}
.liuyan textarea {padding: 12px 14px;height: 110px;resize: none;vertical-align: top;width: 90%;line-height: 28px;font-size: 14px;  border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.liuyan input[type=text]:focus,.liuyan textarea:focus {border-color: #71ba2d;}
.liuyan input[type=text],.liuyan textarea {-webkit-transition: 0.3s;transition: 0.3s;}

.liuyan .layui-btn {display: block;width: 150px;height: 46px;font-size: 16px;line-height: 46px;background-color: #71ba2d;color: #fff;border:none; margin-top: 4%;}
.liuyan .layui-btn:hover {background-color: #f9be00;}
.liuyan .layui-btn-primary{display: none;}
.box_title span{display: none;}

/*内页联系我们*/
.lianxi {width: 100%;height: 890px;overflow: hidden;background-color: #fff;position: relative;}
.mapout {width: 50%;height: 100%;overflow: hidden;position: absolute;left: 0;top: 0;z-index: 0;}
#map {width: 100%;height: 100%;}
.lianxicon {width: 50%;height: 100%;float: right;display: table;}
.lianxicon .inner {padding: 15% 0 0 15%;display: table-cell;vertical-align: middle;}
.cate7 .cn {font-size: 34px;color: #222;line-height: 52px;}
.cate7 .hx {margin: 18px 0;width: 40px;height: 2px;background-color: #333;}
.cate7 .cn2 {font-size: 16px;color: #777;line-height: 28px;max-width: 410px;}
.lxcon {margin-top: 66px;}
.lxcon div {padding-left: 35px;font-size: 16px;color: #333;line-height: 30px;margin-top: 20px;}
.lxcon .lx1 {background: url('../images/lx1.png') 0 4px no-repeat;}
.lxcon .lx2 {background: url('../images/lx2.png') 3px 4px no-repeat;}
.lxcon .lx3 {background: url('../images/lx3.png') 1px 4px no-repeat;}
.lxcon .lx4 {background: url('../images/lx4.png') 1px 7px no-repeat;}
.lxcon .lx5 {background: url('../images/lx5.png') 1px 6px no-repeat;}
.lxewm {margin-top: 72px;}
.lxewm .subewm {display: inline-block;width: 108px;margin-right: 10px;text-align: center;}
.lxewm .pic {border: 1px solid #eee;height: 106px;line-height: 106px;}
.lxewm img {max-width: 96%;max-height: 96%;}
.lxewm p {font-size: 14px;color: #666;line-height: 24px;height: 24px;margin-top: 5px;}
.BMap_Marker div {background-color: rgba(10, 96, 198, 0.1);border-radius: 50%;-webkit-box-shadow: 0 0 0 73px rgba(10, 96, 198, 0.04);box-shadow: 0 0 0 73px rgba(10, 96, 198, 0.04);-webkit-animation: point ease 2s infinite;
animation: point ease 2s infinite;}
@-webkit-keyframes point {
0% {
-webkit-box-shadow: 0 0 0 3px rgba(10, 96, 198, 0.1);
box-shadow: 0 0 0 3px rgba(10, 96, 198, 0.1);
background-color: rgba(10, 96, 198, 0.6);
}
100% {
-webkit-box-shadow: 0 0 0 73px rgba(10, 96, 198, 0);
box-shadow: 0 0 0 73px rgba(10, 96, 198, 0);
background-color: rgba(10, 96, 198, 0.1);
}
}
@keyframes point {
0% {
-webkit-box-shadow: 0 0 0 3px rgba(10, 96, 198, 0.1);
box-shadow: 0 0 0 3px rgba(10, 96, 198, 0.1);
background-color: rgba(10, 96, 198, 0.6);
}
100% {
-webkit-box-shadow: 0 0 0 73px rgba(10, 96, 198, 0);
box-shadow: 0 0 0 73px rgba(10, 96, 198, 0);
background-color: rgba(10, 96, 198, 0.1);
}
}
@media screen and (max-width: 1440px) {
.lxcon {margin-top: 50px;}
.lxcon div {margin-top: 10px;}
.lxewm {margin-top: 50px;}
}
@media screen and (max-width: 1240px) {
.lianxicon .inner {padding-left: 40px;}
}
@media screen and (max-width: 1080px) {
.lianxi {height: auto;}
.mapout {width: 100%;height: 700px;position: static;}
.lianxicon {width: 100%;padding: 50px 0;height: auto;display: block;}
.lianxicon .inner {display: block;padding: 0 40px;}
.cate7 .cn2 {max-width: 100%;}
}
@media screen and (max-width: 750px) {
	.mapout{display: none;}
.lianxicon .inner {padding: 0 20px;}
.cate7 .cn {font-size: 26px;}
}
@media screen and (max-width: 640px) {
.lianxicon .inner {padding: 0;}
}

/*===================== 响应式代码 START =====================*/
.f_80{font-size: 80px;}
.f_72{font-size: 72px;}
.f_62{font-size: 62px;}
.f_58{font-size: 58px;}
.f_48{font-size: 48px;}
.f_40{font-size: 40px;}
.f_30{font-size: 30px;}
.f_24{font-size: 23px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}

/*===================== 响应式代码 START =====================*/
@media( max-width:1600px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 40px;}
.f_58{font-size: 58px;}
.f_48{font-size: 38px;}
.f_40{font-size: 30px;}
.f_30{font-size: 24px;}
.f_24{font-size: 20px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}
}

@media( max-width:1210px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_58{font-size: 48px;}
.f_48{font-size: 28px;}
.f_40{font-size: 26px;}
.f_30{font-size: 24px;}
.f_24{font-size: 16px;}
.f_20{font-size: 18px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_15{font-size: 14px;}
.f_14{font-size: 14px;}

}



@media (max-width:750px){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_48{font-size: 22px;}
.f_40{font-size: 22px;}
.f_30{font-size: 24px;}
.f_24{font-size: 14px;}
.f_20{font-size: 14px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_14{font-size: 14px;}
}