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}

@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;background-color: #fff; box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);border-bottom: 1px solid #e5e5e5; }
.headin{ position: relative; z-index: 7; height: 100%; background: #fff ;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;}
.head .logo img{ max-height: 80%;}
.headright{  height: 40px; z-index: 14; line-height: 40px;	font-size: 0; text-align: center;margin-top: 22px;}
.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: -10px;}
.headright a.glass.on{ -webkit-transform:rotate(360deg); transform:rotate(360deg);}



.topsouout{ padding:15px 0; background-color: rgba(51,51,51,0.8); position: absolute; display: none;	z-index: 8; width: 100%; right:0; top: 80px;; font-size: 16px;  height: 80px;}
.topsouout .topsou{ position: relative; width: 580px; padding-right: 110px; height:47px;  background-color: #fff; margin: 0 auto; overflow:hidden;}
.topsou .shuru{ width: 100%; height:100%; background-color:#fff; border:none; color:#666; text-indent:20px;}
.topsou .anniu{ position:absolute; top:0; right:0; z-index:2; width:110px; height:100%; border:none; cursor:pointer;  background-color: #e71b38; color: #fff; text-align: center; -webkit-transition: .3s; transition: .3s;}
.topsou .anniu:hover{ background-color: rgba(111,186,44,0.8);}


.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: #333; 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: #233879;}
.nav>li:hover>a:after,.nav>li.on>a:after{ width: 64px; margin-left: -32px;}

@media screen and (max-width:1400px){
  .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: 14px; color: #666; letter-spacing: 0; overflow: hidden; white-space: nowrap;}
dl.navtwo dd:hover>a{ color: #0f7bff; 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 #da251d; -webkit-transition: .3s; transition: .3s;}
dl.navtwo dd>a:hover:after{ width: 100%; left:0; transition: width 0.3s; -webkit- transition: width 0.3s;}
@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{ background-color: #fff; 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: 24px;padding-left: 36px;color: #e60027; }
.head .tel:before {content: " ";position: absolute;left: 0;top: 40%;width: 32px;height: 32px;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);}
}

/*banner*/
#homeBanner{width:100%;height:98vh;overflow:hidden;z-index:2;background: #000;}
#homeBanner .homeBanner_bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1; opacity: 0.5; }
#homeBanner .homeBanner_bg>img{width:100%;height:100%;object-fit:cover;}

#homeBanner .homeBanner_cnt{position:absolute;top:0;align-items:center;justify-content:center;z-index:2;height:100%; text-align: center; color: #fff;}
#homeBanner .homeBanner_h{font-size:2.5vw;line-height:2.5vw;font-weight:bold;letter-spacing:.6vw;text-shadow:rgba(0,0,0,.4) 8px 10px 12px;-webkit-text-shadow:rgba(0,0,0,.5) 8px 10px 12px;}
#homeBanner .homeBanner_p{font-size:18px;text-transform:uppercase;margin-top:1.4vw;margin-bottom:1vw;letter-spacing:.2vw;}

#homeBanner .mouse-of{position:absolute;left:50%;bottom:4vw;width:24px;height:40px;border-radius:40px;-webkit-border-radius:40px;
border:2px solid rgba(255,255,255,.8);margin-left:-20px;z-index:50;overflow:hidden;}
#homeBanner .mouse-of>i{position:absolute;width:3px;height:9px;left:50%;margin-left:-1.5px;top:2px;
-webkit-animation: mouseof 1.5s ease-out infinite;animation: mouseof 1.5s ease-out infinite;}
@keyframes mouseof{
0%{top:-9px;opacity:1;-webkit-opacity:1;}
100%{top:100%;opacity:0;-webkit-opacity:0;}
}
@-webkit-keyframes mouseof{
0%{top:-9px;opacity:1;-webkit-opacity:1;}
100%{top:100%;opacity:0;-webkit-opacity:0;}
}

#homeBanner .banner_bubble{width:6vw;height:6vw;position:absolute;left:50%;bottom:3vw;margin-left:-3vw;z-index:15;}
#homeBanner .swiper-slide{overflow:hidden;}
#homeBanner #video_open{width:100%;height:100%;}

#homeBanner .homeBanner_switch{background:rgba(0,0,0,.7);width:90px;height:90px;line-height:90px;}
#homeBanner .homeBanner_switch i{font-size:24px;margin:20px;}
#homeBanner .homeBanner_switch.swiper-button-prev{left:-30px;}
#homeBanner .homeBanner_switch.swiper-button-next{right:-30px;}
.bubble{width:100%;height:100%;position:absolute;left:0;top:0;} 
.bubble span,.back_bubble span{display:block;width:20px;height:20px;border-radius:50%;-webkit-border-radius:50%;z-index:-1; 
transition: ease 1s;-webkit-transition: ease 1s;position:absolute;left:50%;
bottom:0px;transform: translateX(-50%);-webkit-transform: translateX(-50%);opacity:0;-webkit-opacity:0;}
.bubble span:nth-child(1){animation:pao 4s linear infinite;-webkit-animation:pao 4s linear infinite;background: rgba(255,255,255,.6);}
.bubble span:nth-child(2){animation:pao3 6s linear infinite;-webkit-animation:pao3 6s linear infinite;
-webkit-transition-delay:0.3s;transition-delay:0.3s;background: rgba(255,255,255,.8);}
.bubble span:nth-child(3){animation:pao2 3s linear infinite;-webkit-animation:pao2 3s linear infinite;
-webkit-transition-delay:0.8s;transition-delay:0.8s;background: rgba(255,255,255,1);}
.bubble span:nth-child(4){animation:pao4 9s linear infinite;-webkit-animation:pao4 9s linear infinite; background: rgba(255,255,255,.3);}
.bubble span:nth-child(5){animation:pao5 7s linear infinite;-webkit-animation:pao5 7s linear infinite; background: rgba(255,255,255,.5);}
 @keyframes pao{
 	0% {
 		transform: translate(200%,-30px) rotate(360deg) scale(.4,.4);
 		-webkit-transform: translate(200%,-30px) rotate(360deg) scale(.4,.4);
 		opacity:1;-webkit-opacity:1;
 	}
 
 	50% {
 		transform: translate(0%,-70px) rotate(360deg) scale(.8,.8);
 		-webkit-transform: translate(0%,-70px) rotate(360deg) scale(.8,.8);
 		opacity:.5;-webkit-opacity:.5;
 	}
 
 	100% {
 		transform: translate(-200%,-100px) rotate(360deg) scale(1,1);
 		-webkit-transform: translate(-200%,-100px) rotate(360deg) scale(1,1);
 		opacity:0;-webkit-opacity:0;
 	
 	}
 }
 @keyframes pao2 {
 	0% {
 		transform:translate(-200%,0px) rotate(360deg) scale(1,1);
 		-webkit-transform:translate(-200%,0px) rotate(360deg) scale(1,1);
 		opacity:1;-webkit-opacity:1;
 	}
 
 	50% {
 		transform: translate(250%,-50px) rotate(360deg) scale(.8,.8);
 		-webkit-transform: translate(250%,-50px) rotate(360deg) scale(.8,.8);
 		opacity:.5;-webkit-opacity:.5;
 	}
 
 	100% {
 		transform: translate(100%,-100px) rotate(360deg) scale(.4,.4);
 		-webkit-transform: translate(100%,-100px) rotate(360deg) scale(.4,.4);
 		opacity:0;-webkit-opacity:0;
 	
 	}
 }
 @keyframes pao3 {
 	0% {
 		transform: translate(0%,0px) rotate(360deg) scale(1,1);
 		-webkit-transform: translate(0%,0px) rotate(360deg) scale(1,1);
 		opacity:1;-webkit-opacity:1;
 	}
 
 	50% {
 		transform: translate(-250%,-50px) rotate(360deg) scale(.8,.8);
 		-webkit-transform:translate(-250%,-50px) rotate(360deg) scale(.8,.8);
 		opacity:.5;-webkit-opacity:.5;
 	}
 
 	100% {
 		transform: translate(-300%,-100px) rotate(360deg) scale(.4,.4);
 		-webkit-transform:translate(-300%,-100px) rotate(360deg) scale(.4,.4);
 		opacity:0;-webkit-opacity:0;
 	
 	}
 }
@keyframes pao4 {
	0% {
		transform: translate(400%,0px) rotate(360deg) scale(1,1);
		-webkit-transform: translate(400%,0px) rotate(360deg) scale(1,1);
		opacity:1;-webkit-opacity:1;
	}

	50% {
		transform: translate(400%,-50px) rotate(360deg) scale(.8,.8);
		-webkit-transform: translate(400%,-50px) rotate(360deg) scale(.8,.8);
		opacity:.5;-webkit-opacity:.5;
	}

	100% {
		transform: translate(-100%,-100px) rotate(360deg) scale(.4,.4);
		-webkit-transform: translate(-100%,-100px) rotate(360deg) scale(.4,.4);
		opacity:0;-webkit-opacity:0;
	}
}
@keyframes pao5 {
	0% {
		transform: translate(-400%,0px) rotate(360deg) scale(.1,.1);
		-webkit-transform:translate(-400%,0px) rotate(360deg) scale(.1,.1);
		opacity:1;-webkit-opacity:1;
	}

	50% {
		transform: translate(-400%,-50px) rotate(360deg) scale(.6,.6);
		-webkit-transform: translate(-400%,-50px) rotate(360deg) scale(.6,.6);
		opacity:.5;-webkit-opacity:.5;
	}

	100% {
		transform: translate(0%,-100px) rotate(360deg) scale(1,1);
		-webkit-transform: translate(0%,-100px) rotate(360deg) scale(1,1);
		opacity:0;-webkit-opacity:0;
	}
}


.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;}

@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%;}
	.tel_top .tel_logo{width: 50%;margin-top: 3%;}
	.tel_top .tel_logo img{width: 100%;}
	.navbtn2{ position: absolute; right: 0; top:0; z-index: 20; width: 60px; height: 60px; 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: #050b4d;-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:2rem; 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-color: #333;}
.navsjout.on{ opacity: 1; left:0;}

.navsj{ width: 100%; -webkit-overflow-scrolling : touch; background-color: #333;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: #666;}

.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;background: url('../images/nav-jtr1.png') 83% center no-repeat;}

.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; background: url('../images/nav-jtd1.png') center no-repeat;}
.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;}

}

/*公司简介*/
.about{width:100%; margin:0px auto; position: relative; overflow: hidden; background:url(../images/aboutbg.jpg) repeat center top;}
.about .s_width{ height: 700px; padding: 5% 0;}
.about .about_l{width:55%; position: absolute;left: 0;}
.about .about_l h2{ font-weight: 600; margin-bottom: 5%;padding-top: 2%;}
.about .about_l h2 em{color: #e71b38; padding-right: 15px;}
.about .about_l p{line-height: 31px;}
.about .about_r{width: 41%; position: absolute;right: 0;background:url(../images/kuang.jpg) repeat center top; padding:12px;}
.about .about_r img{width: 100%;}

.about_shuzi{width: 65%; position: absolute; left: 0; bottom:13%; background: #fff;box-shadow: 0px 0px 10px #666; z-index: 1;}
.flex {display: -webkit-box;display: -webkit-box;display: -ms-flexbox;display: flex;display: -webkit-flex;width: 95%; 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:3%;}
.brandNum .fbs{width: 23%; margin: 0% 2% 4% 0; text-align: center; border-right:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.brandNum .fbs:nth-child(4){border-right:none}
.colorlogo {color: #e71b38;}


@media screen and (max-width:1650px){
	.about .s_width{ height: 530px;width: 95%; }
	.about_shuzi{bottom: 10%; display: none;}
	.about .about_l p{line-height:0.8rem;}

	.about .about_r,.about_shuzi{display: none;}
}

@media screen and (max-width:790px){
	.about .s_width{height: auto;}
	.about .about_l{width:100%; position: relative;}
}
/*产品展示*/
.pro{width:100%; margin:0px auto; position: relative; overflow: hidden; background:url(../images/pro.jpg) repeat center top; padding: 4% 0;background-attachment: fixed; background-size: cover;}
.prolist_tit{ color: #fff; }
.prolist_tit h2{ text-align: center;  margin: 0 auto; font-size: 55px; line-height: 90px; font-weight:700; }
.prolist_tit h2:after{ content: ""; width: 100px; height: 5px; background: #fff; opacity: 0.5; display: block; margin:10px auto 0 auto;border-radius: 10px}
.prolist_tit p{text-align: center; margin-top: 20px; color: #fff;}

.tx_index_pro{width: 85%; margin:2% auto 0 auto;}
.tx_index_pro ul{display: flex; display:-webkit-flex; -webkit-justify-content: center;   justify-content: center;flex-wrap:wrap; position: relative;flex-wrap: wrap; width: 100%;}
.tx_index_pro li{ padding:0 3%; line-height: 7vh; text-align: center; margin: 1% 0.5%;transition: .5s; background: #f0f0f0;color: #333; cursor:pointer; font-weight: 700;}
.tx_index_pro li a{color: #333;}
.tx_index_pro li:hover{ background: #e60228;}
.tx_index_pro li:hover a{ color: #fff;}

.tx_index_pro li div {display:none;width:250px;text-align:center;color:#fff;position:absolute;top:9vh;background: linear-gradient(to bottom, #e88624,#ff7a04); z-index:9999 ;  box-sizing:border-box;}
.tx_index_pro 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; }
.tx_index_pro 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; }
.tel_home_cate{display: none;}
.home_cate{width: 100%;height: 700px;position: relative; overflow: hidden;}
.home_cate ul{position: absolute;left:0;margin:0 8%;}
.home_cate ul li{float: left;width: 23%;margin:1% 1%;background:#eef3f9; background-position:left center; background-size:200% 100%; }
.home_cate ul li .port-4{float: left;width: 100%;position: relative;overflow: hidden;text-align: center;}
.home_cate ul li .port-4 img {transition: 0.5s;}
.home_cate ul li .port-4 .text-desc {   /* opacity: 0.9;*/top: -100%;transition: 0.5s; color: #000;position: absolute;left: 0;background:rgba(225,236,254,0.7);height: 100%;width: 100%;  padding:5%}
.home_cate ul li .port-4 .text-desc img{ width:60%; margin:40px auto 0}
.home_cate ul li .port-4 .text-desc p{padding:30px 0;  line-height:30px; color: #e71a38;}
.home_cate ul li .port-4:hover .text-desc{top: 0; }
.home_cate ul li .port-4:hover img{transform: scale(1.2);}
.home_cate ul li:hover h3{ background:#e71a38;transition:all 0.6s;}
.home_cate ul li:hover h3 a{color:#fff;transition: all 0.6s;}
.home_cate ul h3{display: block; text-align: center;line-height:60px; text-align:center;cursor:pointer; transition:background-position .6s ease;}

.home_cate ul h3 a{font-weight: 600;color:#111;}
.home_cate ul h3 a:hover{background-position:right center; }
.home_tit{ margin:60px auto; overflow:hidden;}
.home_tit h3{ text-align:center; font-size:46px; margin:30px 0 }
.home_tit p{ font-size:16px; width:60%; margin:0 auto; line-height:32px; color:#666; text-align:center}

.home_one_tit{ margin:60px auto; overflow:hidden; position:relative}
.home_one_tit h3{ text-align:left; font-size:46px; margin:30px 0; display:inline-block; float:left }
.home_one_tit p{ font-size:16px; width:80%; float:left;display:inline-block; line-height:32px; color:#666; text-align:left}

@media screen and (max-width:790px){
	.pro{padding-top: 1rem;}
	.prolist_tit h2{  font-size: 0.8rem; line-height: 0.6rem; font-weight:700; }
	.prolist_tit h2:after{margin-top:0.6rem;}
	.prolist_tit p{margin-top: 14px;}

	.tx_index_pro{width: 95%; margin-top: 0.5rem;}
	.tx_index_pro li{font-weight: 600; font-size: 0.4rem;}
	.home_cate{display: none;}
	.tel_home_cate{display: block;}
	.tel_home_cate ul {margin: 0 auto;width: 95%;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;flex-wrap: wrap;}
	.tel_home_cate ul li{width: 4.7rem; margin-bottom: 0.5rem;}
	.tel_home_cate ul li img{width: 100%; height: 3.7rem;}
	.tel_home_cate ul li h3{background: #f2f2f2; line-height: 1rem; text-align: center;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
}

/*客户案例*/
.case{width:100%; margin:0px auto; position: relative; overflow: hidden; padding: 1% 0; background:url(../images/case.jpg) repeat center top;background-attachment: fixed; background-size: cover;}
.case_tit{ padding: 3% 0;}
.case_tit h2{ text-align: center;  margin: 0 auto; font-size: 55px; line-height: 90px; font-weight: 700; color: #071336; }
.case_tit h2:after{ content: ""; width: 100px; height: 5px; background: #333; opacity: 0.5; display: block; margin:10px auto 0 auto;border-radius: 10px}
.case_tit p{text-align: center; margin-top: 20px; color: #333;}

.case_box{width: 85%; margin: 0 auto;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
.comUl {margin-top: -50px;display: flex;flex-wrap: wrap;}
.comUl li {width: 31%;margin: 50px 3.5% 0 0;}
.comUl li:nth-child(3n) {margin-right: 0;}
.comUl a {display: block;}
.comUl .photo {margin-right: 30px;}
.comUl .photo img {width: 100%;}
.comUl .txtbox {padding: 15px 40px 15px 15px;background: url("../images/img13.png") no-repeat right center, url("../images/img14.png") no-repeat right 15px center;background-size: cover,22px auto;background-color: #fff;
margin: -30px 0 0 30px;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,#FA2A22,#FF701A);}
.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,#12408E,#0185D1);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 screen and (max-width:790px){
	.case{padding-top: 1rem;}
	.case_tit h2{  font-size: 0.8rem; line-height: 0.6rem; font-weight:700; }
	.case_tit h2:after{margin-top:0.6rem;}
	.case_tit p{margin-top: 14px;}

	.case_box{width:95%; display: block;}
	.comUl li {width:100%;margin-right: 0;}
	.comUl .photo{margin-right: 0;}
	.comUl .txtbox .ttl{font-size: 0.5rem;}
}
/*news*/
.news{width:100%; margin:0 auto 0 auto;background:url(../images/news.jpg) repeat center top; padding: 4% 0;}
.news_tit{ color: #fff; }
.news_tit h2{ text-align: center;  margin: 0 auto; font-size: 55px; line-height: 90px; font-weight:700; }
.news_tit h2:after{ content: ""; width: 100px; height: 5px; background: #fff; opacity: 0.5; display: block; margin:10px auto 0 auto;border-radius: 10px}
.news_tit p{text-align: center; margin-top: 20px; color: #fff;}

.news_cont{position: relative; display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; width: 85%; margin: 3% auto 0 auto;}
.news_l{width: 53%; color: #fff;}
.news_l ul{display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
.news_l li{width: 48%; margin: 0 2% 0 0;}
.news_l li:nth-child(2){margin-right: 0;}
.news_l li a{color: #333;}
.news_l li a:hover{opacity: 0.8;}
.news_l .news_img{width: 100%; height: 225px; overflow: hidden;}
.news_l .news_img img{width: 100%;height: 100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.news_l .news_img:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
.news_l .news_tex{ padding: 3% 4%; background: #fff;}
.news_l .news_tex h3{font-weight: 700; margin-bottom: 15px; line-height: 35px;text-align: justify; word-break: break-all; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 1; }
.news_l .news_tex h4{font-weight: 200; line-height: 31px; text-align: justify; word-break: break-all; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 3; }

.news_r{width: 45%; color: #fff;}
.news_r ul{}
.news_r li{background: #f2f6ff; margin-bottom: 15px; padding: 4%;transition: .5s; } 
.news_r li:nth-child(3){margin-bottom: 0;}
.news_r .c-time{ opacity: 0.7; margin-bottom: 15px;}
.news_r li:hover{background: #e60228;}
.news_r li:hover a{color: #fff;}

@media screen and (max-width:790px){
	.news{padding-top: 1rem;}
	.news_tit h2{  font-size: 0.8rem; line-height: 0.6rem; font-weight:700; }
	.news_tit h2:after{margin-top:0.6rem;}
	.news_tit p{margin-top: 14px;}
	.news_cont{ display:block;}
	.news_l{display: none;}
	.news_r{width: 100%;}
}
/*客户案例*/
.liucheng{width:100%; margin:0px auto; position: relative; overflow: hidden; padding: 1% 0 5% 0; background:url(../images/case.jpg) repeat center top;background-attachment: fixed; background-size: cover;}
.liucheng_tit{ padding: 3% 0;}
.liucheng_tit h2{ text-align: center;  margin: 0 auto; font-size: 55px; line-height: 90px; font-weight: 700; color: #071336; }
.liucheng_tit h2:after{ content: ""; width: 100px; height: 5px; background: #333; opacity: 0.5; display: block; margin:10px auto 0 auto;border-radius: 10px}
.liucheng_tit p{text-align: center; margin-top: 20px; color: #333;}
.liucheng ul{width: 85%; margin: 0 auto;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
.liucheng li{ text-align: center; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.2); padding:2% 3%; margin: 0 2% 0 0;}
.liucheng li:hover{ background: #00469e;transition: .5s; color: #fff;}
.liucheng li em{display: block;margin-top: 2%; opacity: 0.7;}
.liucheng li i{display: block; width: 60px; height: 60px; margin: 0 auto;}
.liucheng li:nth-child(1) i{ background:url(../images/lc_03.png) no-repeat center top;}
.liucheng li:nth-child(2) i{ background:url(../images/lc_05.png) no-repeat center top;}
.liucheng li:nth-child(3) i{ background:url(../images/lc_07.png) no-repeat center top;}
.liucheng li:nth-child(4) i{ background:url(../images/lc_10.png) no-repeat center top;}
.liucheng li:nth-child(5) i{ background:url(../images/lc_13.png) no-repeat center top;}
.liucheng li:nth-child(6) i{ background:url(../images/lc_15.png) no-repeat center top;}
.liucheng li:nth-child(7) i{ background:url(../images/lc_18.png) no-repeat center top;}

.liucheng li:nth-child(1):hover i{ background:url(../images/lc_h_03.png) no-repeat center top;}
.liucheng li:nth-child(2):hover i{ background:url(../images/lc_h_05.png) no-repeat center top;}
.liucheng li:nth-child(3):hover i{ background:url(../images/lc_h_07.png) no-repeat center top;}
.liucheng li:nth-child(4):hover i{ background:url(../images/lc_h_10.png) no-repeat center top;}
.liucheng li:nth-child(5):hover i{ background:url(../images/lc_h_13.png) no-repeat center top;}
.liucheng li:nth-child(6):hover i{ background:url(../images/lc_h_15.png) no-repeat center top;}
.liucheng li:nth-child(7):hover i{ background:url(../images/lc_h_18.png) no-repeat center top;}

@media screen and (max-width:790px){
	.liucheng{padding-top: 1rem;}
	.liucheng_tit h2{  font-size: 0.8rem; line-height: 0.6rem; font-weight:700; }
	.liucheng_tit h2:after{margin-top:0.6rem;}
	.liucheng_tit p{margin-top: 14px;}
	.liucheng ul{width: 95%;flex-wrap: wrap;}
	.liucheng li{margin-bottom: 0.3rem;}
}

/*footer*/
.fixed_footer{display: none;}
.index-about{width: 100%; height: 745px; background: url(../images/index-about.jpg) no-repeat center; overflow: hidden; position: relative;}
.index-about .s_width{width: 80%; margin: 0 auto; min-width: 1200px;}
.about-msg{float: right; width: 45%; margin: 4% 0;}

.about-base{float: left; margin-top: 64px;}
.about-base .about-name{margin-bottom: 30px;}
.about-base .about-name span{color: #b62020; font-size: 50px; font-family: Candaral; text-transform: uppercase;}
.about-base .about-name p{color: #464646; font-size: 50px; margin: 0 0 20px;background: url(../images/contact.png) no-repeat center top; padding-top: 22px; background-size: 140%; }


.about-msg .about-name{margin-bottom: 30px;}
.about-msg .about-name span{color: #b62020; font-size: 50px; font-family: Candaral; text-transform: uppercase;}
.about-msg .about-name p{color: #464646; font-size: 50px; margin: 0 0 20px;background: url(../images/message.png) no-repeat left top; padding-top: 22px; background-size:41%; }
.about-msg h2{font-size: 16px;border-bottom:1px solid transparent; border-top:1px solid transparent;border-color: rgba(255, 255, 255, 0.3); padding: 10px 0; color: #fff ; font-weight: 200; line-height: 29px;}
.erweima{}
.erweima p{float: left; text-align: center; font-size: 16px; line-height: 36px; color: #464646; margin-right: 40px;}
.erweima p img{width: 110px;}

.about-base ul{margin-top: 36px;}
.about-base ul li{position: relative; width: 100%; display: flex; align-items: center; margin-bottom: 30px;}
.about-base ul li p{color: #b62020; font-size: 23px; line-height: 30px; margin-left: 28px;}
.about-base ul li p i{color: #464646; font-size: 16px;}

.comment_form{margin-top: 5%;}
.liu_con{overflow: hidden; width:80%; margin:2% auto 5% auto;}
.layui-input{padding: 0 3px 0 10px;float: left; width:45%;overflow: hidden;border:none;background:rgba(255,255,255,0.5);font-size: 15px;color: #666;line-height: 50px; margin: 0 2% 2% 0;}
.layui-textarea{padding:2%;font-size: 14px;color: #666;line-height: 35px;  width: 92%;border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); margin-bottom: 3%;background:rgba(255,255,255,0.5);}
.layui-btn{ display:block; background: #c8141d; color:#fff;width: 30%;  font-size:16px; height:50px;   line-height: 50px; border:none!important; margin:0 auto; padding:0 31px; float: left; margin: 0 3% 0 0; }
.layui-btn-primary{display: none;}

.end{width: 100%;background: #464646; padding: 1% 0; color:#fff; font-size: 16px;}
.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){
	.index-about{display: none;}
	.fixed_footer{background-color:rgba(1,118,172,0.9);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:55%;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: #ea1b39;}
.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 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 {font-size: 26px;line-height: 56px;}
.ibcatein .en {font-size: 1rem;}
.cer8{width: 95%;}
.mouse{display: none;}
}




.main{ width:100%; margin:0 auto 0 auto;padding: 5% 0 0 0;}
.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,#069abf, #2aab1d); 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; width: 90%;}

.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, #e88624,#ff7a04); 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;}
	.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;}

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

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


/*内页公司简介*/
.guihuaout {padding: 24px 0 26px;}
.guihlist {margin: 0 -13px;height:465px;overflow: hidden; width: 85%; margin: 0 auto;}
.guihlist li {float: left;width: 20%;height: 100%;}
.guihlist li .lin {padding: 0 13px;height: 100%;}
.guihlist li a {display: block;width: 100%;position: relative;height: 100%;overflow: hidden;}
.guihlist .bg {width: 100%;height: 100%;overflow: hidden;position: relative;}
.guihlist .bg img {position: absolute;left: 50%;top: 0;z-index: 0;width: 308px;height: 100%;margin-left: -154px;}
.guihlist li .wrap {background-color: rgba(241, 154, 27, 0);width: 100%;text-align: center;-webkit-transition: .4s;transition: .4s;position: absolute;left: 0;bottom: 0;z-index: 3;}
.guihlist li h3 {font-size: 20px;color: #fff;line-height: 40px;font-weight: bold;height: 40px;overflow: hidden;margin-top: -28px;}
.guihlist li .txt {font-size: 16px;color: rgba(255, 255, 255, 0.9);line-height: 32px;width: 240px;height: 0;overflow: hidden;margin: 0 auto;}
.guihlist li .hx {display: block;margin: 0 auto;width: 66px;height: 0;background-color: #fff;}
.guihlist li .fig {display: block;width: 100px;height: 100px;margin: 0 auto;border-radius: 50%;border: 1px solid transparent;line-height: 77px;}
.guihlist li .fig img{ margin-top: 20px;}
.guihlist li .sx1 {width: 1px;height: 0;margin: 0 auto;background-color: rgba(255, 255, 255, 0.2);}
.guihlist li .sx2 {width: 1px;height: 10px;margin: 0 auto;background-color: rgba(255, 255, 255, 0.2);}
.guihlist li:hover .wrap {background-color: #233879;}
.guihlist li:hover h3 {margin-top: 30px;}
.guihlist li:hover .txt {height: 96px;}
.guihlist li:hover .hx {margin-top: 36px;margin-bottom: 37px;height: 3px;}
.guihlist li:hover .fig {border-color: #fff;}
.guihlist li:hover .sx1 {height: 300px;}
.guihlist li:hover .sx2 {height: 60px;}
.guihlist h3,.guihlist .txt,.guihlist .hx,.guihlist .fig {-webkit-transition: .4s;transition: .4s;}
.guihlist .wrap,.guihlist .sx1,.guihlist .sx2 {-webkit-transition: 1s;transition: 1s;}
@media screen and (max-width: 1300px) {
.guihlist {margin: 0;}
.guihlist li .lin {padding: 0;}
}
@media screen and (max-width: 1100px) {
.guihlist li .txt {width: 220px;font-size: 14px;}
}
@media screen and (max-width: 1024px) {
.guihlist li {width: 50%;height: 50%;}
.guihlist .bg img {width: 512px;height: auto;margin-left: -256px;}
.guihlist li:hover .sx1 {height: 40px;}
.guihlist li:hover .sx2 {height: 40px;}
}
@media screen and (max-width: 768px) {
.guihlist { width: 100%; margin: 0 auto;}
  .guihlist li {width: 50%;height: 50%;}
  .guihlist .bg img {width: 100%;height: auto;margin-left: -50%;}
  .guihlist li:hover .sx1 {height: 40px;}
  .guihlist li:hover .sx2 {height: 40px;}
  .guihlist li .txt {width: 80%;}

  }



/*内页产品展示*/
.tel_se_pro{display: none;}
.pro-cont-left{float:left;width:70%;}
.pro-cont-left h2{font-size:24px;color:#333;font-weight:600;margin-top:30px;position:relative}
.pro-cont-left h2:before{content:"";display:inline-block;background:url(../images/h_a.png) no-repeat;width:32px;height:32px;vertical-align:middle;margin-right:10px;-o-background-size:cover;background-size:cover}
.pro-cont-left .pro-ys .numb-pos{overflow:hidden}
.pro-cont-left .pro-ys span{font-size:20px;color:#333;position:absolute;top:-44px;left:73px}
.pro-cont-left .pro-ys li{position:relative;margin-top:70px}
.pro-cont-left .pro-ys li i{display:block;width:23px;height:28px;-o-background-size:cover;background-size:cover;position:absolute;left:50%;top:30%;margin-left:-3px}
.pro-cont-left .pro-ys .odd .numb-box span{display:inline-block;position:absolute}
.pro-cont-left .pro-ys p{float:left;width:85%;text-indent:0;margin-top:30px;margin-left:10px}
.pro-cont-left p{font-size:16px;color:#666;line-height:1.8em;text-indent:2em;margin-top:20px}
.pro-cont-left p a{font-size:20px;color:#ed1c24;padding:0 4px}
.pro-cont-left p em{font-size:18px;color:#c79556;font-weight:700;margin-left:5px;margin-right:5px}
.pro-cont-left p img{max-width:100%;margin:13px auto 0;text-align:center;display:block;width:auto!important}


.pro-cont-right{float:right;width:24%;margin-top:-80px}
.pro-cont-right ul{width:86%;margin:0 auto}
.pro-cont-right .cj-tj{;font-size:20px;color:#333;display:block}
.pro-cont-right .cj-tj img{-webkit-transition:all .6s ease;-o-transition:all .6s ease;-moz-transition:all .6s ease;transition:all .6s ease}
.pro-cont-right .cj-tj:hover{color:#da251d}
.pro-cont-right .cj-tj:hover img{margin-right:25px;-webkit-transition:all .6s ease;-o-transition:all .6s ease;-moz-transition:all .6s ease;transition:all .6s ease}
.pro-cont-right .tj-pro{padding-top:1px;margin-top:15px}
.pro-sam,.tj-pro{background:url(../images/xg.png) repeat;padding:20px 0;border-radius:5px;margin-top:35px;border-top-right-radius:10px;border-bottom-left-radius:30px}
.tj-pro strong{font-size:20px;color:#333;text-align:center;display:block}
.tj-pro .pic{text-align:center}
.tj-pro ul{width:90%;margin:0 auto}
.tj-pro li{margin-top:20px}
.tj-pro li a{display:block;color:#333;font-size:18px}
.tj-pro li a img{border-top-left-radius:10px;border-top-right-radius:10px}
.tj-pro li h3{text-align:center;line-height:3;font-size:14px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;background:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow:0 3px 10px rgba(0,0,0,.1);-webkit-transition:all .6s ease;-o-transition:all .6s ease;-moz-transition:all .6s ease;transition:all .6s ease;}
.tj-pro li:hover h3{box-shadow:0 0 20px rgba(33,73,130,.2) inset;-webkit-transition:all .6s ease;-o-transition:all .6s ease;-moz-transition:all .6s ease;transition:all .6s ease}
.tj-pro li:hover h3 a{color:#da251d;-webkit-transition:all .6s ease;-o-transition:all .6s ease;-moz-transition:all .6s ease;transition:all .6s ease}
.pro-sam strong{font-size:22px;color:#f94a28;font-weight:400;margin-left:8%;position:relative}
.pro-sam strong:after{background:#f94a28;width:165px;height:1px;content:"";display:block;position:absolute;bottom:-15px;left:0}
.pro-sam ul{margin-top:15px;margin-left:5%}
.pro-sam li{display:inline-block;margin-left:5%;margin-top:20px}
.pro-sam li a{font-size:12px;color:#666;display:block}
.pro-sam li.big:hover a,.pro-sam li:hover a{color:#da251d}
.pro-sam li.big a{font-size:20px;color:#222}


@media (max-width:769px){
.p_float,.footer,.end{ display:none;}	
.footer2{display: flex;position: fixed;bottom: 0px;    height: 55px;z-index: 99;}
.ftleft{width: 128px;background-color: #ffffff;}
.ftcenter{width: 0px;background-color: #003851;}
.ftright{width: 512px;background-color: #c1000e;}
.ftct{display: flex;padding-top: 18px;padding-left: 18px;    padding-bottom: 40px;}
.ftrt{display: flex;padding-top: 18px;padding-left: 18px;    padding-bottom: 40px;}
.ftlt img{margin: auto;margin-top: 18px; width: 50%; display: block;}
.ftlt p{font-size: 16px;color: #333333;text-align: center;    margin-top: 1px;}
.ftct p{font-size: 16px;color: #ffffff;    margin-left: 7px;}
.ftrt p{font-size: 16px;color: #ffffff;    margin-left: 7px;}
.ftrt img{    width: 28px;height: 28px;margin-top: -3px; display: inline-block;}
.bban{padding-bottom: 40px;}
.ftlt{position: absolute;top: -9px;left: 45px;}
}


.se_case{width: 90%; margin: 0 auto 1rem auto;}

/*内页产品展示*/
.se_pro{width:100%;position: relative; overflow: hidden; margin: 0 auto;}
.se_pro ul{position: relative;left:0; height: auto;display: flex; display:-webkit-flex;-webkit-justify-content: center;   justify-content: center;flex-wrap: wrap;}
.se_pro ul li{width: 22%;margin: 0 1% 1% 1%;background:#eef3f9; background-position:left center; background-size:200% 100%;  border:1px solid transparent; border-color: rgba(151, 151, 151, 0.1);}
.se_pro ul li .port-4{float: left;width: 100%;position: relative;overflow: hidden;text-align: center;}
.se_pro ul li .port-4 img {transition: 0.5s;}
.se_pro ul li .port-4 .text-desc {   /* opacity: 0.9;*/top: -100%;transition: 0.5s; color: #000;position: absolute;left: 0;background:rgba(225,236,254,0.7);height: 100%;width: 100%;  padding:5%}
.se_pro ul li .port-4 .text-desc img{ width:60%; margin:40px auto 0}
.se_pro ul li .port-4 .text-desc p{padding:30px 0;  line-height:30px; color: #e71a38;}
.se_pro ul li .port-4:hover .text-desc{top: 0; }
.se_pro ul li .port-4:hover img{transform: scale(1.2);}
.se_pro ul li:hover h3{ background:#e71a38;transition:all 0.6s;}
.se_pro ul li:hover h3 a{color:#fff;transition: all 0.6s;}
.se_pro ul h3{display: block; text-align: center;line-height:60px; text-align:center;cursor:pointer; transition:background-position .6s ease;}

.se_pro ul h3 a{font-weight: 600;color:#111;}
.se_pro ul h3 a:hover{background-position:right center; }

@media (max-width:1280px){
	.main_l h3{font-size: 29px; line-height: 100px;}
	.se_pro ul h3{ line-height: 30px; font-size: 16px;}
}

@media (max-width:769px){
.se_pro{display: none;}
.tel_se_pro{display: block;}
	.tel_se_pro ul {margin: 0 auto;width: 95%;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;flex-wrap: wrap;}
	.tel_se_pro ul li{width: 4.2rem; margin-bottom: 0.5rem;}
	.tel_se_pro ul li img{width: 100%; height: 3.7rem;}
	.tel_se_pro ul li h3{background: #f2f2f2; line-height: 1rem; text-align: center;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}

.se_tuandui { width:100%; margin:2rem auto; }
.se_tuandui ul{}
.se_tuandui li{float:left; padding:0; width:47%; margin:0 1% 25px 1%; position:relative; overflow:hidden;  border:1px solid #eee;}
.se_tuandui li:nth-child(2n){ margin-right:0px;}
.se_tuandui li .p-img{ width:100%; height:auto; margin:0 auto 0px auto;  text-align:center;  position:relative; overflow:hidden }
.se_tuandui li .p-name{ height:45px; line-height:45px; word-break:break-all; word-wrap: break-word; overflow:hidden;text-align: center;font-size:16px; border-top:1px solid #eee; font-weight: 200;}
.se_tuandui li .p-img img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_tuandui li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_tuandui p{ font-size:18px; line-height:35px; color:#666;}
.se_tuandui p span{ font-size:17px;  color:#af1318;}	
.se_tuandui ul li i{display: 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: 2rem;}
}


/*内页合作案例*/
.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: 14px; width: 200px; background: #f2f2f2; text-align: center;  line-height: 45px;}



/*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 {color: #233879;}
.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; background: #f2f2f2; padding: 5%;}
.container h2{text-align: center;font-weight: bold; font-size: 22px;}
.info-intro{text-align: center; font-size: 16px; line-height: 55px; border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); padding-bottom: 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: 95%; }
	.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_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_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_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;}
}
