/*------style.css  start------*/
/*less*/
@c:center;
@small:12px;
@mid:14px;
@big:16px;
@b:#000;
@g:#666;
@r:#d41c29;
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.clearfix{
	zoom:1;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.db{
	display:block;
}
.tl{
	text-align: left;
}
.tc{
	text-align: center;
}
.tr{
	text-align: right;
}
.full{
	width:100%;
	height:100%;
}
.box{
	display: inline-block;
}
.none{
	display: none;
}

a:hover{
	text-decoration:none;
	color: #3d90cb;
    transition: color 0.4s;
    -moz-transition: color 0.4s;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
}
@-webkit-keyframes fromBottomFade { from {
-webkit-transform: translateY(20%);
opacity:0;
}
}
@keyframes fromBottomFade { from {
transform: translateY(20%);
opacity:0;
}
}



a{text-decoration:none;}


/*container*/
.container{
	max-width:1400px;
	margin:0 auto;
	clear:both;
}
.pctop .container{
	width: 100%;
	max-width: 100%;
}
.pctop .tel{
	float: right;
	height: 90px;
	line-height: 90px;
	box-sizing: border-box;
	border-left: 1px solid #eaeaea;
	width: 14.68vw;
	text-align: center;
	font-size: 28px;
	color: #333333;
	overflow: hidden;
}
@media screen and (max-width: 1400px) {
    .pctop .tel{
		font-size: 18px;
	}
}
.pctop .erweima{
	float: right;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-left: 1px solid #eaeaea;
	width: 10.93vw;
	position: relative;
}
.pctop .erweima .ewm{
	display: none;
}
.pctop .erweima:hover .ewm{
	display: block;
	position: absolute;
	top: 90px;
	left: 0;
	width: 30px;
	height: 30px;
}
/*header*/
#header{display:none;}
#leftcontrol{display:none;}
#rightcontrol{display:none;}
.pctop{width:100%;height:90px;position:fixed;top:0;left:0;z-index:100;background:#fff;
	/* box-shadow:0 2px 10px 0 rgba(0,0,0,.2); */
}
.pctop .logo{float:left;height:90px;font-size:0px;display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;margin-left: 7.29vw;}
.pctop .logo a img{
	max-width: 232px;
	max-height: 90px;
}
.nav{float:right;line-height:90px;margin-right: 3.64vw;}
.navul li{float:left;height:90px;line-height:90px;margin-left:3.64vw;position:relative;}
.navul li>a{font-size:18px;color: #333333;}
.navul li.cur>a{color:#1b495a;}
.navul li>a:hover{color:#1b495a;}
.navul li .nav_son{display: none;position: absolute;left: 15%;top:90px;z-index:100;box-shadow: 0 6px 12px rgba(0, 0, 0, .175);margin-left: -50px;width: 160px;font-size: 14px;background: #FFF;animation: fromBottomFade .6s ease both;-webkit-animation: fromBottomFade .6s ease both;text-align: center;}
.navul li .nav_son a{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color:#222;display:block;padding:10px 20px;border-bottom:1px solid #ebebeb;line-height:23px;}
.navul li .nav_son a:hover{color:#1b495a;background:#f5f5f5;}
.navul li .line{width:0px;height:3px;position:absolute;top:78px;left:0px;background:#1b495a;}
.navul li:hover .line{width:100%;}
.navul li:hover .nav_son{display:block;}



	
	/*banner*/
#indexbanner{overflow: hidden; position: relative;margin-top:90px;}
#indexbanner .bx-controls{ position: absolute; left: 0; bottom: 20px; z-index: 70; width: 100%; color: rgba(0,0,0,0);}
#indexbanner .bx-controls .bx-pager{ text-align: center;}
#indexbanner .bx-controls .bx-pager div{ display: inline-block; margin: 0 2px;}
#indexbanner .bx-controls .bx-pager div a{ display: block; width: 45px; height: 4px; overflow: hidden; line-height: 50px; background-color: rgba(255,255,255,0.3);}
#indexbanner .bx-controls .bx-pager div a.active{ background-color: rgba(255,255,255,0.8);}
#indexbanner .bx-controls .bx-controls-direction{ display: none;}

.insidebanner{margin-top:90px;}
#indexbanner{
	margin-top: 90px;
}
.indexbannerindexbanner{
	height: calc(100vh - 90px);
}


.tit{width:100%;text-align:center;overflow:hidden;}
.tit .cn{font-size:30px;font-weight:bold;color:#000;margin-bottom:13px;}
.tit .cn span{color:#000;text-transform:uppercase;}
.tit .line{width:300px;height:1px;background:#e8e8e8;margin:auto;position:relative;margin-top:25px;margin-bottom:30px;}
.tit .line:before{content:"";position:absolute;width:42px;height:3px;background:#71bf44;left:50%;top:-1px;transform:translateX(-50%); }
.tit .intro{color:#999;font-size:70px;font-weight:lighter;text-transform:uppercase;}




#indexproduct{width:100%;overflow:hidden;
	/* padding:70px 0px 80px; */
	margin-top: 90px;
}
.product{height:100%;margin:auto;overflow:hidden;}
.product .cpzs{width:100%;margin-top:50px;}
.product .cpzs ul li{width:31%;float:left;margin-right:3.5%;margin-bottom: 20px;}
.product .cpzs ul li:nth-child(3n){margin-right:0px;}
.product .cpzs ul li .pic{border:1px solid #f2f2f2;width:100%;display:block;overflow:hidden;text-align:center;background:#fff;position:relative;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.product .cpzs ul li .pic img{max-width:100%;max-height:100%;margin:auto;transition:0.3s;}
.product .cpzs ul li .tt{position:relative;text-indent:40px;height:44px;line-height:44px;background:#f5f5f5;font-size:22px;color:#484848;}
.product .cpzs ul li .tt span{position:absolute;right:0px;height:44px;width:68px;background:url(../images/pro_span.jpg)no-repeat center;}
.product .cpzs ul li:hover .pic{border:1px solid #1b495a;}
.product .cpzs ul li:hover .pic img{transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1); 	/* IE 9 */
-moz-transform:scale(1.1,1.1); 	/* Firefox */
-webkit-transform:scale(1.1,1.1); /* Safari 和 Chrome */
-o-transform:scale(1.1,1.1); 	/* Opera */}
.product .cpzs ul li:hover .tt{color:#1b495a;}
.product{
	display: flex;
}
.product .list{
    position: relative;
	flex: 1;
	height: calc(100vh - 90px);
	display: flex;
	flex-direction: column; 
    align-items: center;
}
.product .list .bg_img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.product .list .p_bg{
    position: absolute;
    width: 100%;
    height: 100%;
	max-height: 859px;
    background-color: #c32020;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0
}
.product .list:hover .p_bg{
    width: 100%;
	opacity: .7;
}
.product .list .im{
    margin-top: 250px;
}
.product .list .im,.product .list .title,.product .list .item,.product .list .more{
	position: relative;
	z-index: 3;
}
.product .list .title{
    margin-top: 50px;
	position: relative;
	color: #ffffff;
	font-size: 20px;
	padding-bottom: 16px;
	margin-bottom: 17px;
}
.product .list .title::before{
    content: "";
    position: absolute;
    width: 34px;
    border-top: 2px solid #8f8783;
    bottom: 0px;
	left:50%;
	transform:translate(-50%,-50%)
}
.product .list .item{
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
}
.product .list .item .item_list{
	margin-right: 15px;
}
.product .more{
	font-size: 15px;
    text-transform: uppercase;
    color: #b4aeac;
}



#indexabout{width:100%;
	height: 100%;
    margin-top: 90px;
	/* background:url(../images/about_bg.jpg) no-repeat center; */
	background-size:cover;
	/* padding: 0 0 26px 26px; */
	margin: 0 0 20px 26px;
}
.about{margin:auto;overflow:hidden;}
.about .tit p{color:#fff;}
.about .tit .line:before{content:"";position:absolute;width:42px;height:3px;background:#fff;left:50%;top:-1px;transform:translateX(-50%); }

.about .con{overflow:hidden;line-height:27px;}
.about .con .left{float:left;}
.about .con .right{float:right;width:702px;font-size:14px;}
.about .con .right .abtit{width:100%;overflow:hidden;padding-top: 170px;box-sizing: border-box;}
.about .con .right .abtit .cn{font-size:30px;line-height:90px;color:#000000;margin-left:13px;float: left;}
.about .con .right .abtit .intro{color:#a3a3a3;font-size:70px;font-weight:lighter;text-transform:uppercase;float: left;text-transform:uppercase;line-height: 70px;}
.about .con .right .details{padding-top:22px;border-top:1px dashed #fff;color:#848484;}
.about .con .right .details *{color:#848484;}

.about .more{width:145px;height:46px;line-height:46px;border:1px solid #ffffff;text-align:center;color:#fff;display:block;margin-top:26px;position:relative;z-index:5;}
.about .more:before{content:"";width:0;height:46px;position:absolute;top:0;left:0;background:#1b495a;z-index:-1;
	transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;}
.about .more:hover:before{width:100%;}

#indexry{
	width: 100%;
	margin-top: 90px;
	background:url(../images/ry.png) no-repeat center;
	background-size:cover;
	height: calc(100% - 90px);
}
#indexry .tit{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	margin-top: 107px;
	margin-bottom: 60px;
    line-height: 1;
}
#indexry .tit .cn{
	position: relative;
	top: 10px;
	color: #ffffff;
	font-weight: 100;
	margin-left: 13px;
}
.rylist.container{
	max-width: 1500px;
}
#indexry .swiper-container {
	width: 100%;
	height: 100%;
	height: 460px;
}
#indexry .swiper-pagination {
	bottom: 0px;
}
#indexry .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}
#indexry .swiper-slide .list .im{
	/* height: 320px; */
}
#indexry .swiper-slide .list .title{
	font-size: 18px;
	color: #fff;
	margin-top: 25px;
	text-align: center;
}
#indexry .swiper-slide .list{
	width: 11.97vw;
	margin-right: 4.42vw;
}
#indexry .swiper-slide .list:last-child{
	margin-right: 0;
}

#indexlxwm{
	background:url(../images/contact.png) no-repeat center;
	background-size:cover;
	padding: 73px 0;
	height: calc(100vh - 90px);
	box-sizing: border-box;
    margin-top: 90px;
}
.indexlxwm.container{
	max-width: 1700px;
    margin-top: 50px;
	/* width: 78.94vw; */
}
.indexlxwm{
	/* display: flex;
	justify-content: space-between;
	align-items: center; */
}
.indexlxwm .left{
	width: 470px;
	float: left;
	margin-top:20px;
	margin-left: 70px;
	/* margin-right: 11.61vw; */
}
.indexlxwm #allmap{
	border-radius: 30px;
}
.indexlxwm .left .copyright{
	margin-top: 20px;
}
.indexlxwm .right{
	float: right;
	margin-top: 70px;
	background: rgba(16,52,65, .575);
	/* padding: 62px 70px 70px 60px; */
	padding: 62px 30px 62px 60px;
	height: 420px;
	box-sizing: border-box;
	width: 40vw;
	border-radius: 60px;
}
.indexlxwm .right .mt{
	display: flex;
	margin-bottom: 75px;
}
.indexlxwm .right .mt p{
	color: #ffffff;
	font-size: 30px;
	position: relative;
    top: 20px;
}
.indexlxwm .right .mt p:nth-child(2){
	margin-left: 13px;
}
.indexlxwm .right .mt p.en{
	color: #ffffff;
	font-size: 60px;
	text-transform:uppercase;
	margin-right: 10px;
	font-weight: lighter;
    top: 0px;
}
.indexlxwm .right .im{
	width: 123px;
	height: 123px;
	margin-right: 7.8vw;
}
.indexlxwm .right .mc{
	display: flex;
}
.indexlxwm .right .mc .im p{
	line-height: 50px;
	color: #fff;
	text-align: center;
}
.indexlxwm .right .company{
	flex: 1	;
}
.indexlxwm .right .company .company_name{
	font-size: 20px;
	color: #fff;
	margin-bottom: 32px;
}
.indexlxwm .right .company .company_other p{
	font-size: 16px;
	color: #fff;
	margin-bottom: 13px;
	line-height: 1.4;
}
.show_gy{
	margin-bottom: 105px;
}
.show_gy .mt p:first-child,.show_lx .mt p:first-child{
	font-size: 60px;
	color: #176784;
	text-transform:uppercase;
	text-align: center;
	line-height: 60px;
	margin-bottom: 45px;
}
.show_gy .mt p:last-child,.show_lx .mt p:last-child{
	font-size: 30px;
	color: #176784;
	text-align: center;
	line-height: 30px;
	margin-bottom: 45px;
}
.show_lx.container{
	max-width: 1645px;
}
.show_lx .mc{
	display: flex;
	border: 13px solid#176785;
}
.show_lx .mc .map{
	flex-basis: 55.83%;
	padding-right: 50px;
}
.show_lx .mc .detail{
	margin-top: 77px;
}
.show_lx .mc .detail *{
	line-height: 1;
}
.show_lx .mc .detail .name{
	font-size: 24px;
	color: #333333;
	margin-bottom: 43px;
}
.show_lx .mc .detail .tit{
	font-size: 21px;
	color: #176784;
	margin-bottom: 24px;
	text-align: left;
	text-transform:uppercase;
}
.show_lx .mc .detail .address{
	margin-bottom: 20px;
}
.show_lx .mc .detail .tel{
	margin-bottom: 50px;
}
.show_lx .mc .detail .tel p{
	margin-bottom: 10px;
}




#indexcase{width:100%;overflow:hidden;padding-top:60px;}
.case ul{float:left;margin-top:50px;}
.case ul li{float:left;margin-right:26px;}
.case ul li img{height:283px;}
.case ul li .tt{line-height:70px;text-align:center;color:#333333;}


#indexnews{width:100%;padding:70px 0px;overflow:hidden;}
.news{margin:auto;}
.news .con{margin-top:45px;}
.news .detail_left{width:53.8%;float:left;}
.news .detail_left ul li{width:86%;;}
.news .detail_left ul li img{max-width:100%;display:block;margin:auto;transition:0.6s;}
.news .detail_left ul li .details{width:100%;overflow:hidden;margin-bottom:25px;}
.news .detail_left ul li .date{width:20%;float:left;}
.news .detail_left ul li .date .date1{font-size:28px;font-weight:lighter;color:#999;}
.news .detail_left ul li .date .date2{font-size:15px;margin-top:10px;font-weight:lighter;color:#999;}
.news .detail_left ul li .conn{width:80%;float:left;}
.news .detail_left ul li .tt{color:#333;font-size:16px;overflow:hidden;margin-bottom:15px;transition:0.6s;text-overflow:ellipsis;white-space:nowrap;}
.news .detail_left ul li .des{line-height:24px;height:48px;color:#999;font-size:13px;
 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .detail_right{width:46%;float:left;border-left:1px solid #f0f0f0;}
.news .detail_right ul{width:90%;margin:auto;padding-bottom:40px;}
.news .detail_right ul li{width:100%;overflow:hidden;padding:30px 0px 20px;border-bottom:1px solid #f0f0f0;}
.news .detail_right ul li a{color:#000;}
.news .detail_right ul li .date{width:20%;float:left;}
.news .detail_right ul li .date .date1{font-size:28px;font-weight:lighter;color:#999;}
.news .detail_right ul li .date .date2{font-size:15px;margin-top:10px;font-weight:lighter;color:#999;}
.news .detail_right ul li .conn{width:80%;float:left;}
.news .detail_right ul li .tt{color:#333;font-size:16px;overflow:hidden;margin-bottom:15px;transition:0.6s;text-overflow:ellipsis;white-space:nowrap;}
.news .detail_right ul li .des{line-height:24px;height:48px;color:#999;font-size:13px;
 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news ul li:hover .tt{color:#e35f13}
.news ul li:hover .des{color:#e35f13}
.news ul li:hover .date1{color:#e35f13}
.news ul li:hover .date2{color:#e35f13}


.news .detail_right ul li:hover .tt{color:#e35f13}
.news .detail_right ul li:hover .des{color:#e35f13}
.news .detail_right ul li:hover .date1{color:#e35f13}
.news .detail_right ul li:hover .date2{color:#e35f13}







#ne_nav{width:100%;background:none;line-height:80px;}
#ne_nav p{line-height:80px;padding-left:30px;background:url(../images/home.png) no-repeat left center;}




.col{width:100%;min-height:450px;line-height:220%;margin-top:40px;margin-bottom:50px;max-width: 100%;overflow: hidden;}
.col h2{text-align:center;font-weight:normal;color:#000;}
.col h3{text-align:center;font-weight:normal;font-size:12px;margin-bottom: 20px;}
.col *{text-align:center;}
.pccol{width:100%;min-height:450px;line-height:220%;margin-top:40px;margin-bottom:50px;}
.pccol h2{text-align:center;font-weight:normal;color:#000;}
.pccol h3{text-align:center;font-weight:normal;font-size:12px;}
.article.col h2{
	text-align: left;
	font-size: 36px;
	line-height: 36px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}
.article.col h3{
	text-align: left;
	font-size: 16px;
}

.phonecol{display:none;}

.maintit{text-align:center;margin-top:45px;}
.maintit p{font-size:30px;color:#333;font-weight:lighter;margin-bottom:10px;}
.maintit span{font-size:16px;color:#999;text-transform:uppercase;}
.son_nav{margin-top:25px;text-align:center;}
.son_nav a{padding:0px 20px;height:45px;line-height:45px;border-radius:2px;border:1px solid #dcdcdc;color:#333;display:inline-block;margin:0px 10px;transition: color 0s;}
.son_nav a.active{background:#008b92;color:#fff;border:1px solid #008b92;}
.son_nav a:hover{background:#008b92;color:#fff;border:1px solid #008b92;}




.pxxm{width:100%;min-height:450px;margin-bottom:50px;margin-top:30px;overflow:hidden;}
.pxxm ul{width:100%;}
.pxxm ul li{width:32%;margin-right:2%;float:left;margin-bottom:44px;}
.pxxm ul li a{border:#f2f2f2;}
.pxxm ul li:nth-child(3n){margin-right:0px;}
.pxxm ul li .pic{border:1px solid #f2f2f2;width:100%;height:295px;overflow:hidden;display:flex;align-items:center;display:-webkit-flex; /* Safari */-webkit-align-items: center; /* Safari 7.0+ */
    box-sizing: border-box;}
.pxxm ul li .pic img{max-width:100%;max-height:100%;margin:auto;transition:0.3s;}
.pxxm ul li p{width:100%;height:80px;text-align:center;line-height:80px;color:#000000;font-size:16px;background-color: #e9e9e9;}
.pxxm ul li .des{font-size:12px;height:36px;line-height:18px;margin-top:12px;padding:0 3px;color:#666;}
.pxxm ul li:hover img{transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1); 	/* IE 9 */
-moz-transform:scale(1.1,1.1); 	/* Firefox */
-webkit-transform:scale(1.1,1.1); /* Safari 和 Chrome */
-o-transform:scale(1.1,1.1); 	/* Opera */}
.pxxm ul li:hover p{color:#fff;background-color: #3587a5;}
.pxxm ul li:hover .pic{border: 1px solid #3587a5;}




.online{width:100%;margin:auto;margin-top:20px;margin-bottom:20px;overflow:hidden;}
.online form{padding-left:150px;}
.online .text{width:381px;height:38px;float:left;margin-bottom:20px;margin-right:25px;}
.online .text input{width:268px;height:36px;border:1px solid #c9c9c9;padding-left:20px;}
.online .text p{float:left;width:76px;padding-right:10px;line-height:38px;padding-left:5px;}
.online .text p span{color:#eb0000;position:relative;top:2px;}
.online .con{width:927px;height:205px;float:left;margin-bottom:20px;}
.online .con textarea{padding:20px;border:1px solid #c9c9c9;height:163px;width:760px;}
.online .con p{float:left;width:81px;padding-right:5px;line-height:38px;padding-left:5px;}
.online .con p span{color:#eb0000;position:relative;top:2px;}
.online .verify{height:38px;margin-bottom:20px;}
.online .verify p{float:left;width:76px;padding-right:10px;line-height:38px;padding-left:5px;}
.online .verify p span{color:#eb0000;position:relative;top:2px;}
.online .verify input{width:154px;height:36px;border:1px solid #c9c9c9;float:left;padding-left:20px;margin-right:10px;}
.online .verify img{cursor:pointer;}
.online .submit{width:107px;height:35px;color:#fff;cursor:pointer;background:#be252e;margin-left:91px;float:left;border:none;margin-right:47px;}
.online .reset{width:107px;height:35px;color:#fff;cursor:pointer;background:#008b92;float:left;border:none;}







.xwzx{width:100%;min-height:350px;margin-bottom:50px;}
.xwzx ul{width:100%;overflow:hidden;}
.xwzx ul li{width:100%;height:231px;transition: all 0.3s ease 0s;border-bottom:1px solid #ddd;position:relative;}
.xwzx ul li a{padding:22px 0px;width:100%;height:187px;display:block;}
.xwzx ul li .pic{float:left;width:300px;height:187px;overflow:hidden;
	display:flex;
	align-items:center;
	display:-webkit-flex;
	-webkit-align-items: center;}
.xwzx ul li .pic img{max-width:100%;max-height:187px;transition:0.6s;}
.xwzx ul li .con{width:800px;margin-left:29px;float:left;}
.xwzx ul li .con .tt{font-size:16px;color:#333;margin-top:38px;}
.xwzx ul li .con .date{line-height:25px;margin-top:12px;}
.xwzx ul li .con .des{height:73px;margin-top:12px;color:#999;line-height:25px;    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}
.xwzx ul li:hover .tt{color:#408542;}
.xwzx ul li:hover .pic img{transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1); 	/* IE 9 */
-moz-transform:scale(1.1,1.1); 	/* Firefox */
-webkit-transform:scale(1.1,1.1); /* Safari 和 Chrome */
-o-transform:scale(1.1,1.1); 	/* Opera */}






.orientation{margin-top:50px;margin-bottom:50px;overflow:hidden;width:100%;}
.orientation .previous{float:left;}
.orientation .next{float:right;}





/*footer*/
#footer{width:100%;}
.footer_top{background:#26282b;border-bottom: 1px solid #404040;}
.footer_nav{height:120px;line-height:120px;}
.footer_nav .mt{
	color: #2b6a82;
	float: left;
	position: relative;
	padding-left: 15px;
}
.footer_nav .mt::before{
    content: '';
    background: url(../images/nav.png) no-repeat;
    display: inline-block;
    position: relative;
    background-size: 16px 16px;
    width: 16px;
    left: -15px;
    height: 16px;
    top: 4px;
}
.footer_nav ul{float:right}
.footer_nav ul li{float:left;width:110px;}
.footer_nav ul li .title a{color:#838383;font-size:14px;}
.footer_top .address{height:312px;} 
.footer_top .address .address-1{float:left;height:312px;display:flex;
	align-items:center;
	display:-webkit-flex;
	-webkit-align-items: center}
.footer_top .address .address-1 img{}
.footer_top .address .address-2{float:left;margin-left:65px;}
.footer_top .address .address-2 img{margin-top:80px;}
.footer_top .address .address-2 .footer-lxfs{margin-left:60px;font-weight:lighter;font-size:16px;line-height:25px;}
.footer_top .address .address-2 .footer-lxfs ul li{font-size:16px;color:#1b495a;overflow:hidden;}
.footer_top .address .address-2 .footer-lxfs ul li span{display:block;float:left;max-width:315px;}
.footer_top .address .address-3{float:right;}
.footer_top .address .address-3 img{margin-top:55px;}
.footer_top .address .address-3 p{text-align:center;line-height:35px;}
.footer_bottom{height:97px;line-height:97px;color:#999999;background:#26282b;}
.footer_bottom1{display:none;}

#sidenav ul{text-align:right;}
#sidenav ul li{display:inline-block;line-height:80px;margin: 0px 20px;font-size:15px;position: relative;}
#sidenav ul li a{font-size:15px;display: block;position: relative;}
#sidenav ul li a.cur{color:#292929;
    font-weight: bold;}
#sidenav ul li:hover{color:#292929;cursor:pointer;}
#sidenav ul li a.cur::before{
    content: "";
    position: absolute;
    width: 100%;
    border-top: 2px solid #267491;
    left: 0;
    bottom: -3px;
}
.cgal{
	margin-top: 53px;
}
.cgal ul li{
	margin-bottom: 33px;
}
.cgal ul li a{
	display: flex;
	flex-direction:row-reverse;
}
.cgal ul li:nth-child(2n) a{
	flex-direction:row;
}
.cgal ul li a .pic{
    width: 52.85%;
}
.cgal ul li a .pic img{
    width: 100%;
    height: 100%;
}
.cgal ul li a .con{
	padding: 114px 36px 96px 64px;
	position: relative;
	background-color: #ffffff;
	box-shadow: 0px 10px 15px #f4f4f4,0px -10px 15px #f4f4f4;
	width: calc(100% - 52.85%);
}
.cgal ul li a .con .tt{
	font-size: 24px;
	color: #333333;
	margin-bottom: 30px;
}
.cgal ul li a .con .des{
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}
.cgal ul li a .con .more{
	margin-top: 60px;
	text-transform:uppercase;
	color: #1b495a;
	border-bottom: 1px solid #1b495a;
	display: inline-block;
	padding-bottom: 8px;
}

.yyfa{
	margin-top: 53px;
}
.yyfa ul li{
	margin-bottom: 33px;
	height: 440px;
	box-sizing: border-box;
	background-size: 56.25vw !important;
}
.yyfa ul li a{
	display: flex;
	flex-direction:row;
}
.yyfa ul li:nth-child(2n) a{
	flex-direction:row-reverse;
}
.yyfa ul li a .pic{
    width: 52.85%;
}
.yyfa ul li a .pic img{
    width: 100%;
    height: 100%;
}
.yyfa ul li a .con{
	position: relative;
	background-color: #ffffff;
	box-shadow: 0px 10px 15px #f4f4f4,0px -10px 15px #f4f4f4;
	width: 63.78%;
	height: 305px;
	margin-top: 68px;
	padding: 48px 66px 50px 60px;
	box-sizing: border-box;
}
.yyfa ul li a .con .tt{
	font-size: 24px;
	color: #333333;
	margin-bottom: 30px;
}
.yyfa ul li a .con .des{
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}
.yyfa ul li a .con .more{
	margin-top: 60px;
	text-transform:uppercase;
	color: #1b495a;
	border-bottom: 1px solid #1b495a;
	display: inline-block;
	padding-bottom: 8px;
}


#ne_nav .left{
	display: flex;
	justify-content: space-between;
}
#ne_nav #sidenav{
	flex: 1;
}
#ne_nav .line{
	width: 100%;
	height: 2px;
	background:#d5d5d5;
}
#ne_nav #sidenav2{
	width: 100%;
}
#ne_nav #sidenav2 ul li{
	display: inline-block;
    line-height: 80px;
    margin-right: 20px;
    font-size: 15px;
}
#sidenav2 ul li a.cur{
	background: #333333;
	padding: 14px 48px;
	color: #fff;
	border-radius: 48px;
}
#sidenav2 ul li span{
	font-size: 16px;
}
#contact{
	height: 248px;
	background: #f5f5f5;
    min-height: auto;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
}
#contact .mt{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	position: relative;
}
#contact .left{
	float: left;
	margin-top: 60px;
}
#contact .left .mt{
	margin-bottom: 13px;
}
#contact .left .mt:before{
	content: "";
    position: absolute;
    width: 100%;
    border-top: 1px solid #c2c2c2;
    left: 0;
    bottom: -13px;
}
#contact .left .mc{
	margin-top: 32px;
}
#contact .left .mc p{
	font-size: 14px;
	margin-bottom: 17px;
	color: #676767;
}
#contact .left .mc p span{
	font-size: 14px;
	margin-bottom: 17px;
	color: #313131;
}
#contact .right{
	float: right;
	margin-top: 35px;
}
#contact .right .mt{
	margin-bottom: 13px;
	text-align: right;
}
#contact .right .mt:before{
	content: "";
    position: absolute;
    width: 100%;
    border-top: 1px solid #c2c2c2;
    left: 0;
    bottom: -13px;
}
#contact .right .mc{
	margin-top: 33px;
}
.mypage{
    text-align: center;
	width:100%;
	margin-top:20px;
	overflow:hidden;
}	
.mypage	span,.mypage a{
	display: inline-block;
	vertical-align: top;
	color: #d35b52;
	border: 1px solid #d35b52;
	padding: 5px 10px;
	margin: 5px;
}		
.mypage	span.current,.mypage a.current{
	background: #d35b52;
	color: #fff;
}


.cp-ne-nav{width:100%;line-height:80px;font-size:14px;color:#999}
.cp-product{width:100%;margin:auto;overflow:hidden;margin-bottom:40px;}
.cp-product .cp-pic-detail{float:left;width:39.28%;position:relative;
    z-index: 0;}
.cp-product .cp-pic{width:490px;height:490px;border:1px solid #e7e7e7;float:left;background:rgba(242,242,242,1);
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.cp-product .cp-pic img{display:block;margin:auto;}
.cp-product .cp-details{width:57.14%;float:right;}
.cp-title{font-size:35px;color:#000;margin-top:15px;margin-bottom:32px;
    line-height: 1.2;}
.cp-des{background:#f5f5f5;padding:15px 30px;}
.cp-des .des1{
	margin-bottom: 70px;
}
.cp-buy{background:#e45e15;width:210px;height:55px;line-height:55px;color:#fff;font-size:20px;text-align:center;margin-top:15px;}
.cp-con{width:94%;margin:auto;}
.cp-yjxj{width:94%;margin:auto;}
.cp-yjxj-tit{font-size:20px;color:#333;font-weight:bold;height:68px;line-height:68px;text-indent:57px;background:#f5f5f5;margin-bottom:50px;}
.cp-yjxj-des{font-size:20px;color:#333;margin-bottom:38px;}
.cp-yjxj table{width:100%;}
.cp-yjxj tr{width:49%;float:left;margin-right:2%;}
.cp-yjxj tr:nth-child(2n){margin:0px;}
.cp-yjxj th{width:100%;line-height:56px;display:block;text-align:left;font-size:16px;color:#666666;font-weight:normal;}
.cp-yjxj td{width:100%;display:block;}
.cp-yjxj td input{width:100%;height:66px;text-indent:30px;color:#999999;border:1px solid #e7e7e7;font-size:16px;}
#f_content{width:100%}
#f_content textarea{width:100%;border:1px solid #e7e7e7;line-height:66px;text-indent:30px;font-size:16px;}
#btnSubmit{width:210px;height:55px;background:#e35f13;border:none;color:#fff;margin-top:35px;}



/* ul,li{list-style: none;margin:0;padding:0;} */
.bg{height: 480px;position:relative; margin:0 auto;box-sizing: border-box;}
.bg_left{width: 480px;height:auto;float:left;}
.bg_right{float:left;position:absolute;left:490px;z-index:100;}
.show{width: 480px;height: 360px;margin-bottom: 10px;position: relative;top:0;z-index:100; border:1px solid #E8E8E8;cursor:move}
.show img{width: 480px;height: 360px;}
.mask{width: 240px;height: 180px;background: #000;filter: Alpha(opacity=50);opacity:0.5;position: absolute;top: 0;left: 0;display: none;}
.bigshow{width: 480px;height: 360px;overflow: hidden;margin-left: 10px;display: none;border:1px solid #E8E8E8;}
.bigshow img{width: 960px;height: 720px;}
.smallshow{width: 100%;height: 70px;position: relative}
.smallshow img{width:100%;height: 70px; border:1px solid #e8e8e8;box-sizing: border-box;transition: all 0.5s}
.smallshow>.middle_box{width:482px;overflow: hidden;height: 70px;}
.smallshow .middle{overflow: hidden;transition: all 0.5s;height: 70px;}
.smallshow .middle>li{width: 120px;height: 70px;float: left;cursor:pointer;padding-right:5px; box-sizing: border-box;}
.smallshow .middle>li:last-child{
	padding-right: 0px;
}
.smallshow>p{position: absolute;top:50%;width: 22px;height: 32px;margin-top: -16px;}
.smallshow>.prev{left: 0;background: url(../images/hover-prev.png) no-repeat;transition: all 0.5s}
.smallshow>.next{right: 0;background: url(../images/hover-next.png) no-repeat;transition: all 0.5s}
.smallshow>.prev.prevnone{left: 0;background: url(../images/prev.png) no-repeat;cursor: not-allowed}
.smallshow>.next.nextnone{right: 0;background: url(../images/next.png) no-repeat;cursor: not-allowed}


#fullPage-nav li span, .fullPage-slidesNav span {
    background: #bfbfbf !important;
}
#fullPage-nav li .active span, .fullPage-slidesNav .active span {
    background: #c1111f !important;
}
#fullPage-nav span, .fullPage-slidesNav span{
	border: none !important;
}
.phone{
	display: none;
}