
*{padding: 0;margin: 0;list-style: none;}
img{width: 100%;display:block;}
html,body{width: 100%;height:100%;font-family:Microsoft YaHei;}
input{width: 100%;height: 100%;background: none;border:none;display: block;}
/*包含以下五种的链接*/
a {text-decoration: none;}
/*正常的未被访问过的链接*/
a:link { text-decoration: none;}
/*已经访问过的链接*/
a:visited{text-decoration: none;}
/*鼠标划过(停留)的链接*/
a:hover{text-decoration: none;}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {text-decoration: none;}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus{text-decoration: none;}


.swiper{width:100%;height: 100%;position: absolute;left: 0;top:0;}
.swiper-slide{width:100%;height:100%;position: absolute;left:0;top: 0;z-index: 1;}
/* .swiper-slide.active-left{z-index:3;} */
/* .swiper-slide.active-right{z-index:3;} */
.banner{width:100%;height: 100%;overflow:hidden;position:absolute;top:0;left: 0;background-position: center center;background-size: cover;background-repeat: no-repeat;}
.swiper-slide.active .banner{
	width:0%;
	transition: width 1s linear;
}
.banckhui{width:100%;height:4px;background-color:#666}
.banner img{width: auto;height: 100%;}
.dianwei{position: absolute;left: 0;bottom: 0;right:0;text-align: center;z-index: 11;}
.dianwei .dians{
	display: inline-block;
	width:10px;height:10px;
	border-radius:10px;
	background-color:#dddede;
	margin: 20px 5px;
	cursor: pointer;
}
.dianwei .dians.active{background-color:#cf0013;}



.box,.computer{width:100%;height: 100%;}
.swiper_box{width:100%;height: 700px;}
.swiper_box{position: relative;}
.banner_center{width:100%;height:100%;max-height:700px;background-position: center center;background-size: cover;background-repeat: no-repeat;}
/* .box{overflow-x: hidden;} */
.NavBox{position:absolute;left:0;top:0;right: 0;z-index: 11;padding: 0 15px;z-index: 11;
 -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	         box-sizing: border-box;
	 background-color: rgba(246,139,31,1);
}
.NavBox .Center_ul{
	margin-bottom: 0;
	position: absolute;
	right:200px;
	bottom:0px;
}
.Center_ul li{float: left;font-size:20px;margin: 0 30px;cursor: pointer;position: relative;}
.Center_li span{color: #fff;font-size:16px;display: inline-block;padding-bottom:17px;border-bottom:2px solid transparent;

	z-index: 1;
}
.Center_li.active span,.Center_li:hover span{color: #002353;border-bottom:2px solid #002353;}
.Center_li:hover .erul{display: block;}
.Center_li:last-child{margin-right: 0;}

.mobile_ul{margin-bottom: 0;position: absolute;left:50%;top:50%;
transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
}
.mobile_ul li{font-size:20px;cursor: pointer;position: relative;width:100%;text-align: center;}
.mobile_li span{color: #000;font-size:16px;display: inline-block;padding-bottom:7px;border-bottom:2px solid transparent;}
.mobile_li.active span,.mobile_li:hover span{color: #cf0013;border-bottom:2px solid #cf0013;}
.mobile_li:hover .mobile_erul{display: block;}
.mobile_li .mobile_erul li{text-align: center;}
.mobile_li:last-child{margin-right: 0;}
.NavBox .center{
	width:100%;
	max-width:1600px;
	margin: 0 auto;
	margin-top:18px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:85px;
}
.centerr{
	width:100%;height: 100%;max-width:1600px;margin: 0 auto;margin-top:18px;position: relative;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			 box-sizing: border-box;
	padding: 0 15px;
}
.TitleCenter{
	position: absolute;left:5%;top:40%;right: 5%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.centerr .Titled{	
	font-size:22px;
	line-height:120%;color: #cf0013;white-space: nowrap;
	font-weight: bold;
}
.TitlelText{font-size:14px;line-height:180%;white-space:nowrap;color: #000000;padding-top:10px;}
.ReadMore{font-size:14px;line-height:14px;padding-bottom:10px;border-bottom:2px solid #cf0013;color: #cf0013;display: inline-block;margin-top: 20px;cursor: pointer;}
.Mask{
	width: 100%;height: 100%;
	position: fixed;left: 0;top: 0;
	background-color: rgba(0,0,0,0.9);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
		 padding: 0 10px;
		 z-index: 13;
}
.Mask .Center{
	margin-top:30%;
	color: #fff;
}
.Mask .quiua li{color: #fff;}
.Mask span{color: #fff;font-size:14px;}
.quiua{width:30px;cursor: pointer;position: absolute;right: 0;bottom:16px;}
.quiua img:nth-child(1){display: block;}
.quiua img:nth-child(2){display: none;}
.quiua:hover img:nth-child(1){display: none;}
.quiua:hover img:nth-child(2){display: block;}
.quiua_ul{width: 100%;position: absolute;left: 0;top:100%;overflow: hidden;display: none;}
.quiua:hover .quiua_ul{display: block;}
.quiua_ul li{font-size:16px;color: #000;
/* text-shadow:0 0 0.2em #fff,-0 -0 0.2em #fff; */
padding-left:11px;line-height: 16px;margin-top: 20px;font-weight: bold;cursor: pointer;}
.quiua_ul li.active{background: url(../images/jic_jk.png) left center no-repeat;background-size: 6px 10px;color: #cf0013;
/* text-shadow:0 0 0.2em #fff,-0 -0 0.2em #fff; */
}
.quiua_ul li:hover{color: #cf0013;}

.erul{
	padding:15px 10px;color: #000;
	position: absolute;left:50%;top:100%;
	display: none;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
    text-shadow:0 0 0.2em #fff,-0 -0 0.2em #fff;
	min-width: 100%;
	background-color: rgba(255,255,255,0.6);
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.erul li{
	font-size:12px;line-height:12px;white-space: nowrap;margin-bottom:17.5px;padding-bottom:4px;
	border-bottom:2px solid transparent;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	text-align: center;
}
.erul li:last-child{margin-bottom:0;}
.erul .triangle{
	display: block;
	width: 0; height: 0;
	border-left:10px solid transparent;
	border-bottom:10px solid #cf0013;
	border-right:10px solid transparent;
	position:absolute;left:50%;top:0%;
	-webkit-transform:translate(-50%,-100%);
	-moztransform:translate(-50%,-100%);
	-ms-transform:translate(-50%,-100%);
	transform:translate(-50%,-100%);
}
.erul li:hover{color: #cf0013;border-bottom:2px solid #cf0013;}
.erul li:hover.show{border-bottom:2px solid #cf0013;}
.erul li:hover.show ul{display:block;}
.mobile_erul{
	padding:15px 10px;color: #fff;
	display:none;

}
.mobile_erul li{
	font-size:12px;line-height:12px;white-space: nowrap;margin-bottom:17.5px;padding-bottom:4px;
	border-bottom:2px solid transparent;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	text-align: left;
}
.mobile_erul li:last-child{margin-bottom:0;}
.mobile_erul .triangle{
	display: block;
	width: 0; height: 0;
	border-left:10px solid transparent;
	border-bottom:10px solid #cf0013;
	border-right:10px solid transparent;
	position:absolute;left:50%;top:0%;
	-webkit-transform:translate(-50%,-100%);
	-moztransform:translate(-50%,-100%);
	-ms-transform:translate(-50%,-100%);
	transform:translate(-50%,-100%);
}
.mobile_erul li:hover{color: #cf0013;border-bottom:2px solid #cf0013;}
.menu_center{position:absolute;left:0;top:0;right:0;z-index: 12;padding-top:14px;}

@media (min-width: 768px) {
	/* .erul{padding:0px 20px;right:-20px;border-left:2px solid #cf0013;} */
	/* .erul li{font-size:18px;line-height:18px;margin-bottom:35px;}
	.erul .triangle{
		border-top:10px solid transparent;
		border-right:22px solid #cf0013;
		border-bottom:10px solid transparent;
	} */
}


.menu_center .center{width:100%;padding: 0 10px;max-width:1700px;
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
		-box-sizing: border-box;
		position: relative;
		z-index: 12;
}

.menu{width:40px;cursor:pointer;margin-top:10px;float: right;}
.guanbi{width:40px;cursor: pointer;position: absolute;right:10px;top: 20px;}

@media (min-width: 768px) {

.plate{width:100%;position:relative;background-position: bottom center;background-size: cover;background-repeat: no-repeat;}
.plate .center{width:100%;max-width:1720px;margin: 0 auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0 10px;}

.plate_1{height:385px;background-image: url(../images/plate_1.jpg);z-index: 1;
margin-bottom: 180px;
}

.plate_1 .Title{font-size: 25px;text-align:center;line-height:25px;color:#fff;padding-top:20px;	 font-weight: bold;}
.plate_1 .describe{font-size:12px;line-height:12px;padding-top:20px;text-align: center;color: #fff;}
.ImgBack{
	width:100%;
	max-width:1400px;
	margin: 0 auto;
	height:400px;
	background-color: #f39926;
	margin-top:33px;
	position: relative;
}

.plate_2{background-color: #000000;padding-bottom: 30px;}
.plate_2 .Title{font-size:25px;text-align:center;line-height:25px;color:#fff;padding-top:35px;font-weight: bold;}
.plate_4 .Title{font-size:25px;text-align:center;line-height:25px;color:#cf0013;padding-top:35px;font-weight: bold;}
.leftBack{width:100%;height:76%;float: left;background-position: bottom center;background-size: cover;background-repeat: no-repeat;background-image: url(../images/cui_1.png);}
.righttext{width:100%;height:24%;float: right;position: relative;}
.TextCenter{
	font-size:14px;
	color:#FFFFFF;
	line-height:22px;
	padding-left: 33px;
	padding-right: 33px;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom:3%;
}
.xian{width:42%;position: absolute;right:136px;bottom:30px;height:7px;background-color:#fff;display:none;}
/* .plate_3 .Title{font-size:25px;text-align:center;line-height:25px;color:#fff;padding-top:220px;} */
.videoBox{width: 100%;max-width:1000px;position: relative;margin:  0 auto;margin-top: 30px;
	background-position: bottom center;background-size: cover;background-repeat: no-repeat;background-image: url(../images/vimg.png)
}
/* .list:nth-child(5),.list:nth-child(6){border-bottom:none;} */
.play{width:80px;height:80px;position: absolute;left:0;top:0;right:0;bottom: 0;margin: auto;cursor: pointer;}
.plate_3 .Title{
	font-size:25px;
	text-align:center;
	line-height:25px;
	color:#15284b;
	padding:35px 0;
	font-weight: bold;
}

.lemx{width: 16.5%;height:0px;float: left;}
.lconn-1{width:50%;max-width:130px;margin: 0 auto;padding-top:20px;}
.lconn-2{width:50%;max-width:130px;margin: 0 auto;padding-top:20px;}
.lconn-3{width:50%;max-width:130px;margin: 0 auto;padding-top:20px;}
.lconn-4{width:50%;max-width:130px;margin: 0 auto;padding-top:20px;}
.lconn-5{width:50%;max-width:130px;margin: 0 auto;padding-top:20px;}
.lconn-6{width:50%;max-width:130px;margin: 0 auto;padding-top:20px;}
.lconn-Text{text-align:center;font-size:12px;margin-top:25px;line-height:120%;
 ;
white-space: nowrap;
font-weight: bold;
color: #000;
}
.plate_3 .center{padding: 0 0;}
.xians{
	width:58px;
	height:3px;
	margin: 0 auto;
	background-color: #15284b;
	margin-top:20px;
}
.text_center{
margin: 0 auto;text-align: center;font-size:12px;
line-height:180%;width:100%;max-width:90%;margin-top:20px;padding: 0 10px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
color: #000;
}
.plate_4{background-color: #fbfbfb;}
.more{
	text-align:center;
	color:#f39926;
	font-size:14px;
	margin-bottom:50px;
	margin-top:25px;
	line-height:14px;
}
.bottomColor{
	width:0%;
	position: absolute;
	left:50%;
	bottom: 0;
	height: 6px;
	background-color: #f39926;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-otransition: all 0.3s linear;
	transition: all 0.3s linear;
}
.triangle{
	width: 0; height: 0;
	border-left: 18px solid transparent;
	border-right:18px solid transparent;
	border-bottom:18px solid #cf0013;
	position: absolute;left: 50%;bottom:0;
	transform: translateX(-50%);
	display: none;
}
.hadeBotom{width: 100%;max-width:1400px;margin: 0 auto;position: relative;z-index: 11;}
/* .hadeBotom .Title{font-size:50px;color:#f0f0f0;line-height:50px;padding-top:30px;} */
.icon_lsit{overflow: hidden;float: left;margin-top:30px;padding-left:4px;}
/* .icon_lsit img{width: auto;height: 100%;} */
.icon_lsit span{display: block;float: left;cursor: pointer;width:40px;}
.icon_lsit layer{text-align: center;font-weight: bold;font-size:12px;}
.icon_lsit span img:nth-child(1){display: block;}
.icon_lsit span img:nth-child(2){display: none;}
.icon_lsit span.active img:nth-child(1){display:none;}
.icon_lsit span.active img:nth-child(2){display:block;}
.icon_lsit span.active layer{color: #cf0013;}
.icon_lsit span:nth-child(2){padding: 0 10px;}


.centerTop{
	background-color: #f39926;
	border-bottom: 10px solid #cf0013;
	height:100px;
	width: 100%;
}
.centerTop .describe{font-size:14px;padding-top:15px;}
.Bontsom{width:100px;height:30px;line-height:30px;text-align: center;border-radius:5px;border:1px solid #000000;
color: #000000;font-size:14px;cursor: pointer;
margin:5px auto;
}
.Bontsom:hover{
	background-color:#cf0013;
	border:1px solid #cf0013;color: #fff;
}
.cenetrvv{width: 100%;max-width: 1720px;margin:0 auto;
padding: 0 15px;
 -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	         box-sizing: border-box;
}
.BottBack{width: 100%;height: 100%;
/* background: url(../images/BottBack.jpg) center center no-repeat;background-size: cover; */
background-color: #15284b;

}
.plate_5 .center{width: 100%;max-width:1720px;margin:0 auto;height: 100%;}
/* .logo_2{width:120px;cursor: pointer;float: left;} */
.EnterText{font-size:16px;color:#fff;line-height:16px;margin-bottom:15px;}
.EnterInput{width: 100%;max-width:220px;height:32px;background-color: #fff;border-radius: 5px;}
.EnterInput input,.EnterInput ::-webkit-input-placeholder{font-size:16px;text-indent:42px;}
.EnterInput ::-webkit-input-placeholder{color: #d0d0d0;}
.xuxianss{width: 100%;margin-top: 30px;text-align: center;border-top:1px solid rgba(240,240,240,0.4);color: #fff;font-size:12px;padding: 20px 0;}
.Bootltie{font-size:20px;line-height:20px;color: #fff;margin-top: 22px;}
.navul{width: 100%;overflow: hidden;margin-top:22px;}
.navli{
	width:33%;float:left;font-size:12px;
	line-height:12px;
	height:14px;
	overflow: hidden;
	color:#fff;margin-bottom:16px;
	cursor: pointer;
}
.navli span{font-weight:bold;font-size:14px;}
/* .navli:nth-child(9),.navli:nth-child(10){margin-bottom: 0;} */
.navli.hover:hover{color: #cf0013;}

.addrBox{padding-top:10px;border-top:1px solid rgba(240,240,240,0.2);margin-top:15px;width:100%;}
.address{
	font-size:12px;
	color:#fff;
	padding-left:30px;
	background-position: left top 2px;
	background-repeat: no-repeat;
	background-size:11px 15px;
	background-image: url(lconn-7.png);
	padding-bottom:10px;
	margin-top:22px;
	/* white-space: nowrap; */
}
.Telephone{
	font-size:12px;
	color:#fff;
	padding-left:30px;
	line-height:24px;
	background-position: left top 6px;
	background-repeat: no-repeat;
	background-size:11px 15px;
	background-image: url(lconn-8.png);
	padding-bottom:10px;
}
.Entersize{
	font-size:12px;
	color:#fff;
	padding-left:30px;
	line-height:15px;
	background-position: left top 4px ;
	background-repeat: no-repeat;
	background-size:14px 10px;
	background-image: url(lconn-9.png);
}

.tesguy p:nth-child(1){padding-left:100px;background: url(xianxia.png) left center no-repeat;background-size: 80px 8px;}
.tesguy p:nth-child(2){padding-right:100px;background: url(xianxia.png) right center no-repeat;background-size: 80px 8px;}

/* .erweima:nth-child(2){margin-left:40px;} */

.xuxian{width:100%;height:70px;border-bottom: 1px solid rgba(240,240,240,0.4);padding-bottom:20px;padding-top:37px;position: relative;}
.text{font-size:12px;line-height:12px;margin-top:15px;color: #fff;float:left;}
.ioc_left{float: right;position: absolute;right: 20px;bottom:20px;}
.ioc_left img{width:auto;height: 100%;}
.ioc_left p{display: block;float: left;height:26px;margin-right: 15px;position: relative;cursor: pointer;margin-bottom: 0;}
/* .ioc_left p:nth-child(2){height:22px;padding-top:2px;} */
.ioc_left p:nth-child(1){height:28px;}
.ioc_left p:nth-child(2){height:28px;}
.erweima{width:80px;display:block;position: absolute;left:50%;top:-25px;padding: 4px;background-color: rgba(255,255,255,0.8);
-webkit-transform: translate(-50%,-100%);
-moz-transform: translate(-50%,-100%);
-ms-transform: translate(-50%,-100%);
transform: translate(-50%,-100%);
}
.erweima img{width: 100%;height: auto;}

.ioc_left p .les:nth-child(1){display: block;}
.ioc_left p .les:nth-child(2){display: none;}
.ioc_left p .erweima{display:none;}
.ioc_left p:hover .les:nth-child(1){display:none;}
.ioc_left p:hover .les:nth-child(2){display:block;}
.ioc_left p:hover .erweima{display:block;}
.lsie{
	display: block;
	width: 0; height: 0;
	border-left: 10px solid transparent;
	border-right:10px solid transparent;
	border-top:12px solid rgba(255,255,255,0.8);
	position: absolute;left: 50%;bottom:0;
	transform: translate(-50%,100%);
}

.spange_1,.spange_2,.spange_3{width:85%;position: relative;margin: 0 auto;margin-bottom:50px;}
.ditu{width:100%;height:100%;position:absolute;left:0;top:0;}
.dian{width:2.2%;position: absolute;}
.hunxian{
	width:1px;
	min-width:1px;background-color:#cf0013;
	position:absolute;
	left:50%;
	bottom:40%;
	transform: translateX(-50%);
}
.plate_4 .center{z-index: 11;position: relative;overflow: hidden;}
.poaic{width: 100%;display: inline-block;}
.size{font-size:12px;color: #cf0013;line-height:12px;white-space: nowrap;}
.qiu{width:15px;height: 15px;border-radius:15px;background-color:#cf0013;position: absolute;left:50%;top:-7.5;margin-left: -7.5px;}

.qiu.right .size{position: absolute;right:-8px;top:50%;transform:translate(100%,-50%);}
.qiu.left .size{position: absolute;left:-8px;top:50%;transform:translate(-100%,-50%);}
.qiu.top .size{position: absolute;top:-8px;left:50%;transform:translate(-50%,-100%);}

.spange_3 .dian_1{left:77.56315007429421%;bottom:23.890784982935152%;}
.spange_3 .dian_1 .hunxian{height:88px;}

.spange_3 .dian_2{right: 30.934918%;bottom: 76.82116%;}
.spange_3 .dian_2 .hunxian{height:90px;}

.spange_3 .dian_3{right: 12.872957%;bottom: 58.632423%;}
.spange_3 .dian_3 .hunxian{height:80px;}

.spange_2 .dian_1{left:52.97176820208024%;bottom:51.365187713310576%;}
.spange_2 .dian_1 .hunxian{height:410px;}

.spange_2 .dian_2{left:58.17236255572066%;bottom: 64.16382252559727%;}
.spange_2 .dian_2 .hunxian{height:550px;}

.spange_2 .dian_3{right:30.163447251114412%;bottom:78.15699658703072%;}
.spange_2 .dian_3 .hunxian{height:550px;}

.spange_2 .dian_4{right:25.928677563150078%;bottom:80.54607508532423%;}
.spange_2 .dian_4 .hunxian{height:300px;}

.spange_2 .dian_5{right:21.099554234769688%;bottom:72.6962457337884%;}
.spange_2 .dian_5 .hunxian{height:550px;}

.spange_2 .dian_6{right:19.01931649331352%;bottom:60.40955631399317%;}
.spange_2 .dian_6 .hunxian{height:300px;}

.spange_2 .dian_7{right:23.625557206537888%;bottom:54.778156996587036%;}
.spange_2 .dian_7 .hunxian{height:410px;}

.spange_2 .dian_8{right:25.185735512630014%;bottom:26.96245733788396%;}
.spange_2 .dian_8 .hunxian{height:430px;}

.spange_2 .dian_9{right:20.356612184249627%;bottom:24.061433447098977%;}
.spange_2 .dian_9 .hunxian{height:280px;}

.spange_2 .dian_10{right:11.441307578008916%;bottom:30.204778156996586%;}
.spange_2 .dian_10 .hunxian{height:300px;}

.spange_2 .dian_11{right:12.778603268945021%;bottom:58.703071672354945%;}
.spange_2 .dian_11 .hunxian{height:450px;}


/* .spange_3 .dian_1{right:27.637444279346212%;bottom:56.8259385665529%;}
.spange_3 .dian_1 .hunxian{height:654px;}

.spange_3 .dian_2{right:20.950965824665676%;bottom:27.13310580204778%;}
.spange_3 .dian_2 .hunxian{height:280px;}

.spange_3 .dian_3{right:23.7741456166419%;bottom:26.791808873720136%;}
.spange_3 .dian_3 .hunxian{height:184px;} */

.spange_3 .dian_4{right:17.38484398216939%;bottom:25.7679180887372%;}
.spange_3 .dian_4 .hunxian{height:138px;}

.spange_3 .dian_5{right:22.73402674591382%;bottom:20.989761092150168%;}
.spange_3 .dian_5 .hunxian{height:30px;}

.spange_3 .dian_6{right:42.34769687964339%;bottom:48.97610921501707%;}
.spange_3 .dian_6 .hunxian{height:411px;}

.spange_3 .dian_7{right:34.843982169390785%;bottom:35.153583617747444%;}
.spange_3 .dian_7 .hunxian{height:411px;}

.spange_3 .dian_8{right:29.86627043090639%;bottom:49.14675767918089%;}
.spange_3 .dian_8 .hunxian{height:460px;}

.spange_3 .dian_9{right:18.7221396731055%;bottom:87.8839590443686%;}
.spange_3 .dian_9 .hunxian{height:297px;}

.spange_3 .dian_10{right:26.74591381872214%;bottom:75.59726962457339%;}
.spange_3 .dian_10 .hunxian{height:255px;}

.spange_3 .dian_11{right:17.087667161961367%;bottom:73.03754266211604%;}
.spange_3 .dian_11 .hunxian{height:297px;}

.spange_3 .dian_12{right:13.818722139673106%;bottom:57.84982935153583%;}
.spange_3 .dian_12 .hunxian{height:297px;}

.spange_3 .dian_13{right:16.79049034175334%;bottom:60.580204778157%;}
.spange_3 .dian_13 .hunxian{height:599px;}

.spange_3 .dian_14{right:30.906389301634473%;bottom:64.16382252559727%;}
.spange_3 .dian_14 .hunxian{height:437px;}

.spange_3 .dian_15{right:20.356612184249627%;bottom:57.508532423208194%;}
.spange_3 .dian_15 .hunxian{height:437px;}

.spange_3 .dian_16{right:12.778603268945021%;bottom:53.07167235494881%;}
.spange_3 .dian_16 .hunxian{height:159px;}

.spange_3 .dian_17{right:11.961367013372957%;bottom:56.655290102389074%;}
.spange_3 .dian_17 .hunxian{height:106px;}
.center_Right{width:80px}
.lihr{width:100%;}
.lisre{color:#fff;width: 100%;cursor:pointer;margin-bottom:16px;}
.lisre:hover{color: #cf0013;}
.lisre:hover p{
	text-decoration: underline ;   
	text-decoration-color: #cf0013
}
.lisre .titl{font-size:12px;line-height:12px;
	/* background: url(../images/jt_re.png) left center no-repeat;background-size:14px 13px; */
}
.lisre .titl:hover{
	/* background: url(../images/jt_re_1.png) left center no-repeat;background-size:14px 13px; */
}
.lisre p{font-size:14px;line-height:14px;padding-top:16px;margin-bottom:20px;}
.Enter{margin-top:16px;}

/* .list:nth-child(5){border-right:;} */
.erwei{overflow: hidden;margin-bottom:20px;}
.navul_center{width:100%;margin: 0 auto;}
.supply{
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding-top: 40px;
	line-height:20px;
	font-weight: bold;
}
.xianxian{width:55px;height:6px;margin: 0 auto;background-color: #f39700;margin-top: 20px;}
.pands{padding-top:44px;padding-bottom:25px;}
.cx_centre{width:100%;max-width:411px;display:inline-block;}
.cxBackColcr{width:100%;height:68px;background-color:#fff;
font-size:12px;text-align: center;color: #000;padding-top: 20px;
}
.backiba{width: 100%;height: 3px;
background-image: linear-gradient(to right, #cf0013 , #ffcb00);
}

.panList{margin-bottom:15px;text-align: center;}
.pands .row{overflow: hidden;}
@media (min-width: 768px) {
  .plate .center,.cenetrvv{width: 750px;}
  .list{height:350px;}
  .centerTop .describe{float: left;line-height:100px;padding-top: 0;}
  .Bontsom{float: right;margin: 29px 0;}
  /* .xuxian{height: 68px;} */
  .lemx{height:1px;}
}
@media (min-width: 992px) {
	.list:nth-child(5){border-left:1px solid #f2f2f3;}
	.lihr{padding-top: 22px;}
	.poaic{margin-top:-6%;}
	.ioc_left{right: 0;}
	.centerr .Titled{font-size:36px;line-height:120%;color: #cf0013;white-space: nowrap;}
	.TitlelText{font-size:18px;line-height:180%;white-space:nowrap;color: #000000;padding-top:10px;}
   .ReadMore{font-size:18px;line-height: 20px;padding-bottom:10px;border-bottom:2px solid #cf0013;color: #cf0013;display: inline-block;margin-top: 20px;cursor: pointer;}
   .plate .center,.cenetrvv{width: 970px;padding: 0 15px;}
   .leftBack{width:60%;height: 100%;}
   .righttext{width:40%;height: 100%;}
   .TextCenter{font-size:18px;line-height:44px;bottom: 16%;}
   .xian{display:block;}
   .plate_2 .Title{
   	   font-size:36px;
   	   text-align: center;
   	   line-height:36px;
   	   color: #fff;
   	   padding-top:70px;
   }
   .plate_4 .Title{
   	   font-size:36px;
   	   text-align: center;
   	   line-height:36px;
   	   color: #cf0013;
   	   padding-top:70px;
   	   font-weight: bold;
   }
   .menu_center{padding:0 30px;}
   .videoBox{height:560px;margin-top:70px;}
   .plate_2{height:800px;}
   .plate_3{padding-bottom: 50px;}
   .plate_3 .Title{padding-top: 275px;}
   .plate_1 .describe{font-size:16px;line-height:16px;padding-top:42px;}
   .ImgBack{margin-top:67px;height:560px;}
   .play{width:120px;height:120px;}
   .plate_3 .Title{font-size:36px;line-height:36px;padding:70px 0;font-weight: bold;}
   .lconn-Text{text-align:center;font-size:20px;margin-top:25px;line-height:20px;}
   .list:nth-child(3){border-left:1px solid #f2f2f3;border-bottom: 1px solid #f2f2f3;}
   .list:nth-child(4),.list:nth-child(6){border-bottom:none;}
   .list:nth-child(1),.list:nth-child(4){border-left:none;}
   .xians{margin-top:50px;height:6px;}
   .text_center{margin-top:40px;font-size:14px;}
   /* .hadeBotom .Title{font-size:90px;line-height:90px;padding-top:60px;} */
   .icon_lsit span{width:66px;}
   .icon_lsit layer{font-size:14px;}
   .icon_lsit span:nth-child(2){padding: 0 20px;}
   .more{font-size:16px;}
   .centerTop .describe,.Bontsom{font-size:20px;}
   .Bontsom{width:150px;height:40px;line-height:40px;}
   
  /* .logo_2{width:154px;}
   .logo{width:160px;} */
   .EnterText{font-size:20px;line-height:20px;margin-bottom:30px;}
   .EnterInput{width:100%;max-width:220px;height:32px;background-color: #fff;border-radius: 5px;}
   .EnterInput input,.EnterInput ::-webkit-input-placeholder{font-size:16px;text-indent:20px;}
   /* .Bootltie{margin-top:48px;} */
   .Enter{margin-top: 18px;}
   /* .navli{margin-bottom:35px;} */
   .center_{float:left;}
   .center_Right{float:right;}
   .text{font-size:14px;font-size:14px;float: right;margin-top: 30px;}
   /* .address{margin-bottom: 30px;margin-top:46px;} */
   /* .Telephone{margin-bottom:50px;} */
   /* .Entersize{margin-bottom: 30px;} */
   /* .navul{margin-top:32px;} */
   /* .erweima:nth-child(2){margin-left:84px;} */
   /* .Center_li{font-size:30px;line-height:30px;margin-bottom:30px;} */
   /* .spange_1{margin-top:200px;} */
  /* .spange_1 .dian_1 .hunxian{height:400px;}
   .spange_1 .dian_2 .hunxian{height:300px;}
   .spange_1 .dian_3 .hunxian{height:350px;} */
   .size{font-size:16px;line-height:16px;}
   /* .spange_2,.spange_3{margin-top: 204px;} */
   /* .quiua{right:14px;} */
   /* .navul_center{width:90%;} */
   /* .spange_1,.spange_2,.spange_3{width:100%;max-width:1200px;position: relative;margin: 0 auto;margin-bottom:50px;} */
   /* .ioc_left span{margin-left:30px;} */
  .menu{margin-top: 20px;}
  /* .ioc_left{width:180px;} */
  .list_ul{text-align: center;}
  .NavBox .center{height: 70px;}
  .plate_1{height:570px;margin-bottom:108px;}
  .supply{padding-top:50px;font-size:35px;line-height:35px;}
  .xianxian{margin-top:30px;}
  .plate_1 .Title{
     font-size:36px;
     line-height:36px;
     padding-top:30px;
  }
  .ImgBack{margin-top:50px;height:440px;}
  .addrBox{max-width:80%;}
}
@media (min-width: 1200px) {
	.plate .center,.cenetrvv{
		width: 1170px;
	}
	.TextCenter{font-size:14px;}
	.spange_1,.spange_2,.spange_3{width:80%;max-width:1200px;position: relative;margin: 0 auto;margin-bottom:50px;}
	.plate_1{height:770px;margin-bottom:106px;}
	.supply{padding-top:100px;font-size:40px;line-height:40px;}
	.plate_1 .Title{
	   font-size:36px;
	   line-height:36px;
	   padding-top:30px;
	}
	.ImgBack{margin-top:73px;height:560px;}
	.cxBackColcr{font-size:12px;}
	.pands{padding-top:88px;}
	.panList{margin-bottom: 35px;}
	.addrBox{max-width: 68%;}
}

@media (min-width:1400px) {
	/* .spange_1,.spange_2,.spange_3{width:80%;max-width:1200px;position: relative;margin: 0 auto;margin-bottom:50px;} */
	.plate .center,.cenetrvv{
		width:1400px;
	}
	.plate .center,.cenetrvv{max-width:1720px;}

	.cxBackColcr{font-size:14px;}
}



.banner_Box{width: 100%;height:755px;position: relative;}
.Back{width:100%;height: 100%;
background-position: center center;
background-repeat:no-repeat;
background-size:cover;
position: relative;
}
.right_ban{float:right;height:100%;width:58.6%;}
.banner_Box .plate{position: absolute;left: 0;top: 0;height: 100%;width: 100%;}
.left_ban{position: relative;padding-top:100px;}
.ban_Cneter{width:100%;max-width: 460px;
}
.ban_center{
margin:0 auto;text-align: left;font-size:12px;
line-height:28px;width:100%;max-width:90%;margin-top:20px;padding: 0 10px;
color: #000000;
}
.borde{width:4px;height: 100%;position: absolute;left: 0;top:0;background-color: #cf0013;}
.borde .triangle{
	width: 0; height: 0;
	border-top:12px solid transparent;
	border-left:14px solid #cf0013;
	border-bottom:12px solid transparent;
	position: absolute;left:0%;top:50%;
	transform: translateY(-50%);
	display: block;
}

.max_text{height:60px;background-color: #e0e0e0;
padding: 0 10px;
   display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
	color: #cf0013;
	border-bottom:2px solid #cf0013;
	font-size:12px;
}
.max_text p{margin: 0;}
.plate_box{padding-top:30px;}
.boresd{border:1px solid #ebebe9;overflow: hidden;position: relative;}
.back_list{width: 100%;}
.back_Center{max-width:90%;margin-top:6%;margin-left:6%;margin-bottom:6%;}
.centerText{
/* padding-left:10px;position: absolute;left: 0;top:50%;
transform: translateY(-50%);
transform: translateY(-50%);
transform: translateY(-50%);
transform: translateY(-50%); */
}
.list_titile{font-size:20px;color: #cf0013;line-height:24px;font-weight: bold;}
.list_Text{font-size: 12px;color: #000000;}
.list_Text span{color: #000;font-weight: bold;}
.list_Text p{margin-top:10px;margin-bottom:0;}
.pousx_title{font-size:12px;color: #000000;font-weight: bold;line-height:200%;margin-top: 10px;}
.ping_size{font-size:12px;line-height:200%;margin-top:10px;}
.plate_list{margin-bottom: 30px;overflow: hidden;}
.boresd.active{background-color: #e0e0e0;}
.mobile_Banx{height: auto;overflow: hidden;}
.mobile_Banx .left_ban{padding-top: 80px;}
.mobile_Banx .plate{position: inherit;}
.mobile_Banx .right_ban{float: left;width: 100%;height: auto;}
.mobile_Banx .borde{left:inherit;top: 0;width: 100%;height: 4px;}
.mobile_Banx .borde .triangle{
	width: 0; height: 0;
	border-top:14px solid #cf0013;
	border-left:12px solid transparent;
	border-right:12px solid transparent;
	position: absolute;left:50%;top:0%;
	transform: translateX(-50%);
	display: block;
}
.mobile_Banx .ban_Cneter{margin: 0 auto;}
.computer_Banx .right_ban{width:50%;}
.tt_1{font-size:12px;color:#000000;margin-top:12px;}
.tt_2{font-size:12px;color:#a0a0a0;margin-top:12px;}
.liuzi,.xbouul{width:100%;}
.xbouul{margin-top:20px;}
.liuzi_li{border:1px solid #000000;border-radius:10px;margin-bottom:10px;}
.inpubox{width: 100%;height:35px;position: relative;}
.textareabox{width: 100%;height:70px;}
textarea{width: 100%;height: 100%;margin: 0;top: 0;background-color:transparent;
padding-top:15px;outline:none;
 -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	         box-sizing: border-box;	
			 border:none;
}
.inpubox input,.inpubox ::-webkit-input-placeholder{text-indent:10px;font-size:12px;outline:none;}
.textareabox textarea,.textareabox ::-webkit-input-placeholder{text-indent:10px;font-size:12px;}
.contact{width:132px;height:43px;border-radius:10px;background-color: #ffcc00;line-height: 43px;font-size:14px;text-align: center;color: #000;margin:0 auto ;}
.contact_cener{width: 100%;padding-top:80px;}

.selectText{width:100%;height:100%;text-indent:10px;align-items: center;display: flex;font-size:12px;color: #7e7e7e;cursor: pointer;}
.selectText.active{color: #000;}
.select{width: 100%;overflow: hidden;position: absolute;left: 0;top:100%;border-radius:10px;border:1px solid #facc17;background-color: #fff;}
.select li{width: 100%;height:30px;border-bottom:1px solid #cfcfcf; text-indent: 10px;display: flex;align-items: center;cursor: pointer;}
.select li:hover,.select li.active{background-color:#ffcc00;color: #fff;}


@media (min-width: 768px) {
	.computer_Banx .ban_Cneter{max-width:350px;}
	.list_Text{font-size: 12px;}
	.list_Text p{margin-top:5px;}
	.pousx_title,.ping_size{font-size: 12px;}
	.list_titile{font-size:18px;padding-bottom: 5px;}
	.contact_cener{max-width: 380px;}
	.inpubox{height:35px;}
	.liuzi_li{margin-bottom:15px;}
	.xbouul{margin-top: 20px;}
	.tt_1{margin-top: 20px;}
	.tt_2{margin-top: 14px;}
	.xbouul{max-width: 300px;}
	.contact_cener{
		position: absolute;left:10%;top:50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
}
@media (min-width: 992px) {
	.computer_Banx .right_ban{width:58%;}
	.list_Text{font-size: 12px;}
	.list_Text p{margin-top:15px;}
	.pousx_title,.ping_size{font-size: 12px;}
	.list_titile{font-size: 24px;}
	.back_Center{margin-top:6%;margin-left:6%;}
	.back_Center{margin-bottom: 0;}
}
@media (min-width: 1200px) {
	.list_Text p{margin-top:20px;}
	.max_text{height: 95px;font-size: 14px;}
	.computer_Banx .ban_Cneter{max-width:460px;}
	.list_Text{font-size:12px;}
	.list_Text p{margin-top:20px;}
	.pousx_title,.ping_size{font-size:12px;}
	.ping_size{line-height:200%;}
	.back_Center{margin-top:10%;margin-left:6%;}
	
}
@media (min-width: 1400px) {
	/* .centerText{padding-left:56px;} */
	.back_Cente{margin-top:20%}
	.list_Text{font-size:14px;}
	.pousx_title,.ping_size{font-size:12px;}
}

.list_2 ul{width:100%;overflow: hidden;position: relative;
-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	         box-sizing: border-box;
			 padding: 0 10px;
}
.plate_list li{width:100%;float: left;height:100%;background-color: #e0e0e0;
position: relative;
border-bottom:1px solid #fff;
 padding-bottom: 10px;
			 
			 -webkit-box-sizing: border-box;
			 	    -moz-box-sizing: border-box;
			 	         box-sizing: border-box;
			 
}

.plate_list li:last-child{border-right: none;}
.nabu{width:60px;margin: 0 auto;}
.nabu_text{width:100%;max-width:80%;margin: 0 auto;font-size: 12px;color: #000;line-height:200%;margin-top:12px;}
.cnenne{width:100%;margin-top: 20px;}
.list_2{width:100%;background-color: #e0e0e0;overflow: hidden;}
.list_2 .back_list{width:100%;}
.list_Tile{width: 100%;max-width:100%;height:70px;float: left;
font-size:24px;color: #cf0013;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
text-indent:20px;
}
@media (min-width: 768px) {
	.plate_list li{border:none;border-right:1px solid #fff;padding-bottom: 0;margin-top: 0;}
	.plate_list li:last-child{border-right:0;}
	.list_Tile{height:90px;}
	.plate_list li{width:33.3%;min-height:270px;}
	.nabu{width:80px;}
	.nabu_text{margin-top: 24px;}
	.cnenne{margin-top: 0;}
	/* .plate_list li:nth-child(1){width: 100%;min-height:180px;} */
	/* .plate_list li:nth-child(2),.plate_list li:nth-child(3){width:50%;} */
}


.jiancue{width:230px;height:115px;overflow: hidden;position: relative;margin-top:25px;}
.jiancue .left{width:42px;height:113px;border:1px solid #cf0013;position: absolute;left: 0;top: 0;border-radius:10px;
 display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
	line-height: 200%;
}
.jiancue .right{width:42px;height:113px;border:1px solid #cf0013;position: absolute;right: 0;top: 0;border-radius:10px;
 display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
	line-height: 200%;
}

