@import url("color.css");
@import url("font-awesome.css");
@import url("//at.alicdn.com/t/c/font_4966493_e4qz1e4w3vs.css");
body,input,textarea,button{
	font-family:Arial,Helvetica,sans-serif,"宋体";
	-webkit-font-smoothing: subpixel-antialiased;
}
.nav .nLi h3 a {
	display:block;
	font-size:18px;
	font-weight: normal;
	line-height:92px;
	text-transform: capitalize;
	transition: 0.6s;
	color: #000;
	padding: 0 16px 0 16px;
	background: url(/web/pic/lihover.png) right center no-repeat;
}
.lang-jp .nav .nLi h3 a{
	padding: 0 20px 0 10px;
}
/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
body{
	font-size:14px;
	min-width:1480px;
	overflow-x:hidden;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
ul{
	list-style:none;
}
hr{
	border:none;
	border-bottom:1px solid #c8c8c8;
	display:block;
	margin-top:10px;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

.clear{
	width:100%;
	clear:both;
}
.fl{float: left;}
.fr{float: right;}
.pages{
	width:100%;
	padding:20px 0px;
	text-align:center;
	clear:both;
	margin-top:15px;
}
.pages li{
	list-style-type:none;
	display:inline;
}
.pages a{
	padding:5px 10px;
	border:1px solid #c8c8c8;
	font-weight:bold;
	margin-right:10px;
}
.pages a:hover{
    color:#000;
	cursor:pointer;
}
.pages a:hover.current{
    color:#fff;
}
.pages .current{
	font-weight:700;
	color:#fff;
	background:#000;
	border:1px solid #000;
}
.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
}
.main{
	width:1400px;
	overflow:hidden;
	margin:0 auto;
}
.content{
	line-height:2;
	font-size: 16px;
}
.content img{
	max-width:100%;
	height:auto;
}

/*---------------------主体开始-----------------------*/
#top_zone2{
	width:100%;
	min-width:1400px;
	overflow:visible;
	height:40px;
	line-height:40px;
	background:#000;
	color:rgba(255,255,255,1);
}
#top_zone2 a{
	color:rgba(255,255,255,1);
}
#top_zone2 a:hover{
	color:#fff;
}
#top_zone1{
	width:100%;
	min-width:1400px;
	overflow:visible;
	height:auto;
	padding:0;
	line-height:58px;
	background:#006666;
}
#top_l{
	width:auto;
	float:left;
	line-height:58px;
	color: #fff;
	font-size: 14px;
}
#top_l ul{

}
#top_l ul li{
	float:left;
	margin-right:22px;
	color:#fff;
}
#top_l ul li span{
	width: 36px;
	height: 36px;
	line-height:36px;
	border-radius:100%;
	text-align:center;
	background: #FFFFFF;
	float:left;
	display:block;
	margin-top:12px;
	margin-right:15px;
}
#top_l ul li p{
	display:inline;
}
#top_l ul li i{
	font-size:26px;
	color:#006666;
}
.top-lxlist{
	height: auto;
	overflow: hidden;
	float: left;
}
.top-lxlist li{
	float: left;
	margin-right: 15px;
	line-height: 30px;
}
.top-lxlist li i{
	display: inline-block;
	margin-right: 6px;
	font-size: 18px;
	vertical-align: middle;
}
.top-lxlist li p{
display:inline-block;
}
#top_r{
	width:auto;
	float:right;
	position: relative;
	z-index: 999999;
	/* height:40px; */
}
#top_link{
	width:auto;
	float:left;
	overflow:hidden;
}
#top_link a{
	margin-left:15px;
	line-height:30px;
	color: #fff;
}
#top_link a i{
	font-size:18px;
	margin-right:10px;
	/* color: #d71809; */
}
#top_link a:hover{
	color: #f00;
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.nav .nLi{
	float: left;
	height: 92px;
	position:relative;
	z-index: 8888;
	margin-left: 6px;
}
/* .lang-zh_cn .nav .nLi{
	margin-left: 15px;
} */
.nav .nLi:last-child{
	background:none;
	border-right:none;
}
.nav .nLi i{
	margin-left: 5px;
}
.nav .nLi h3{
	display: block;
}


.nav .on h3 a{
	color: #006666;

}


.nav .nLi .fa-home{
	margin-right: 10px;
	font-size: 20px;
	vertical-align: middle;
}
.nav .nLi h3 .line{
	display:block;
	width:0px;
	height:2px;
	margin:-2px auto 0 auto;
}
.nav .nLi:hover h3 .line,.nav .on h3 .line{
	width:70%;
	transition:0.6s;
}
.nav .sub {
	/* display:none;
	left:0;
	top:100%;
	width:auto;
	width:100%;
	position:absolute;
	background:rgba(0,0,0,0.5); */
	
	/* padding:10px 0;
	background:#fff;
	border-radius:3px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position:relative; */
	
}

.sub-menu{
	border-top: 8px solid transparent;
	position:absolute;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
	display:none;
	z-index: 8888;
	/* opacity: 0; */
}
.sub-menu .sub{
	padding:10px 0;
	background:#fff;
	border-radius:3px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position:relative;
}
.sub-menu > .sub::before{
	content:"";
	width:0;
	height:0;
	border:8px solid transparent;
	border-bottom-color:#fff;
	display:block;
	position:absolute;
	top:-16px;
	left:50%;
	margin-left:-8px;
}

.nav .sub li {
	zoom:1;
	height:40px;
	position:relative;
	/* border-bottom:1px solid rgba(255,255,255,0.3); */
	text-align:center;
	white-space:nowrap
	/* padding: 0 15px; */
}
.nav .sub a {
	display:block;
	line-height:40px;
	height:40px;
	overflow:hidden;
	color:#333;
	padding: 0 30px;
}
.nav .sub a i{
	float:right;
	margin:13px 10px 0 0;
}
.nav .dropdown-menu,.nav .dropdown-menu ul{
	position:absolute;
	width:auto;
	left:100%;
	top:0;
	display:none;
	background-color: #fff;
}
.nav .sub li:hover .dropdown-menu,.nav .sub .dropdown-menu li:hover ul{
	display:block;
}
/** header **/
.full-head{
	width: 100%;
	min-width: 1400px;
	height: auto;
	overflow: visible;
	background: #fff;
	/* position: relative;
	z-index: 9999; */
	/* border-bottom: 1px solid rgba(255,255,255,.62); */
}
.full-head.sticky{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
}
.full-head.sticky.sticky-bgc{
	background-color: rgba(10,32,87,.5);
}
.container{
	width:1400px;
	margin: 0 auto;
}
.clearfix:before,.clearfix:after,.container:before,.container:after,.section:before,.section:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after,.section:after{
	clear: both;
}
.logo{
	overflow:hidden;
	float: left;
	height:92px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content:center;
	align-items:Center;
}
.logo a{
	display:block;
	float: left;
}
.logo img{
	display:block;
	max-height: 92px;
}
.logo-rt{
	height: 50px;
	overflow: hidden;
	text-align: center;
	color: #595656;
	font-size: 16px;
	line-height: 25px;
	border-left: 1px solid #595656;
	margin-left: 21px;
	padding-left: 20px;
}
.header-right{
	height: auto;
	overflow: visible;
	position: relative;
	z-index: 99;
}
.lang-wrap{
	width: 151px;
	line-height: 40px;
	background:none;
	border-radius: 29px 29px 29px 29px;
	position: relative;
	z-index: 9999;
	margin-left: 25px;
	margin-top: 8px;
	background:#FFFFFF;
}
.lang-wrap .open-lang{
	display: block;
	height: 40px;
	line-height: 40px;
	text-transform: capitalize;
	text-align: center;
	font-size: 15px;
	color:#006666;
	cursor: pointer;
	border-radius: 25px;
	padding: 0 8px 0 8px;
}
.lang-wrap .open-lang span{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin-right: 5px;
	height: 40px;
	line-height: 40px;
	float:left;
}
.lang-wrap .open-lang i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	float:left;
	margin-right:10px;
	margin-top:2px;
}
/* .lang-wrap .open-lang::after{
	content: '';
	width: 1px;
	height: 14px;
	background-color: #909090;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: -8px;
} */
.lan-menu{
	height: auto;
	line-height: 44px;
	overflow: hidden;
	color: #666;
	position: absolute;
	left: 0;
	width: auto;
	min-width: 100%;
	border-radius:20px;
	top: 100%;
	display: none;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.lan-menu a{
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	color: #666;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: 22px;
}
.lan-menu a:hover{
	color: #122a88;
}
.lan-menu a.ru{
	background-image:url(../images/ru.png);
}
.lan-menu a.en{
	background-image:url(../images/en.png);
}
.lan-menu a.cn{
	background-image:url(../images/cn.png);
}
.footer{
	width:100%;
	overflow:hidden;
	min-width:1400px;
	background: #000000;
	padding-top: 50px;
	padding-bottom: 50px;
}
.foot-logo{
	height: auto;
	overflow: hidden;
}
.foot-logo img{
	max-width: 100%;
	height: auto;
}
.foot-mail-pic{
	height: 103px;
	overflow: hidden;
	background-image: url(../images/foot-bg.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.foot-flex{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.foot-item{
	height: auto;
	overflow: hidden;
}
.foot-sort-name{
	color: #fff;
	font-size: 22px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 15px;
	background:url(/web/pic/line.png) left bottom no-repeat;
	text-transform: uppercase;
}
/* .foot-sort-name::after{
	content: '';
	width: 26px;
	height: 2px;
	background-color: #de7b24;
	position: absolute;
	left: 0;
	bottom: 0;
} */
.foot-sort-name a{
	color: #fff;
}
.foot-sort-name a:hover{
	text-decoration: underline;
}
.foot-sort-name.tel{
	font-size: 30px;
}
.foot-sort-list{
	max-width: 320px;
	height: auto;
	overflow: hidden;
}
.foot-sort-list li{
	height: auto;
	overflow: hidden;
	color: rgba(255,255,255,.6);
	font-size: 18px;
	line-height: 2.5;
}
.foot-sort-list li a{
	color:#fff;
	display: inline-block;
}
.foot-sort-list li i{
	font-size: 12px;
	margin-right: 6px;
}
.foot-sort-list li a:hover{
	color: #fff;
}
.foot-contact-content{
	max-width: 320px;
	height: auto;
	overflow: hidden;
	color:#d1d1d1;
	font-size: 14px;
	line-height: 1.85;
}
.foot-contact-content a{
	color:#d1d1d1;
}
.foot-contact-content a:hover{
	color: #fff;
}
.foot-contact-content.mail{
	color: #122a88;
	font-size: 18px;
	line-height: 1.25;
}
.foot-contact-content.mail a{
	color: #122a88;
}
.foot-wechat-wrap{
	width: 120px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.foot-wechat{
	width: 117px;
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	padding-top: 10px;
}
.foot-wechat img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.foot-ask-btm{
	height: auto;
	overflow: hidden;
}
.foot-ask-btm a{
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: transparent;
	line-height: 40px;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #414447;
	border-radius: 21px;
	padding: 0 20px;
}
.foot-ask-btm i{
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	vertical-align: middle;
	color: #7d8995;
}
.foot-social{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.foot-social li{
	margin-right: 15px;
}
.foot-social li a{
	display: block;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	border-radius: 50%;
	
}
.foot-social li a i{
	font-size: 20px;
}
.foot-social li a:hover{
	color: #fff;
	background-color: #de7b24;
}
.foot-social li a.facebook{
	background-color: #3b5998;
}
.foot-social li a.twitter{
	background-color: #1da1f3;
}
.foot-social li a.youtube{
	background-color: #d42426;
}
.foot-social li a.instagram{
	background-color: #6929b1;
}
.foot-social li a.linkedin{
	background-color: #006a9a;
}
.foot-social li a.baidu{
	background-color: #1960ad;
}
.foot-social li a.weibo{
	background-color: #df4d69;
}
.foot-social li a.pengyouquan{
	background-color: #3eb135;
}
.foot-social li a.weixin{
	background-color: #3eb135;
}
.foot-social li a.qqkongjian{
	background-color: #eecf3d;
}
.foot-social li a.qq{
	background-color: #4dafea;
}


.full-copyright{
	width: 100%;
	min-width: 1400px;
	height: auto;
	overflow: hidden;
	background: #1E1E1E;
	border-top:1px solid #666;
	padding: 15px 0;
}
.copyright{
	color:#fff;
	font-size: 14px;
	line-height: 44px;
}
.copyright a{
	color:#fff;
}
.copyright a:hover{
	color: #fff;
	text-decoration: underline;
}
#footer_follow{
	overflow:hidden;
	margin-top: 30px;
	text-align: left;
}

#footer_follow a{
	margin:0px 15px 0px 0;
	display: inline-block;
	*display:inline;
	*zoom:1;
}
#footer_follow img{
	max-width: 45px;
	height:auto;
	vertical-align: middle;
}
#footer_follow i{
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	border-radius:100%;
	/* background:#fff!important; */
	/* border:1px solid rgba(255,255,255,0.5); */
	margin-right:0px!important;
	font-size:20px;
	transition: 0.6s;
	color: #fff;
	background:#394d5b;
	border:0;
	display:block;
}
#footer_follow a:hover i{background:#006666;}
#footer_follow a:hover i{
	color:#fff;
	/* border-color: #E50112; */
	/* background: #DB241C!important; */
}
.tianzecheng1{
    margin-top:30px;
}
.tianzecheng1 h2{
	font-size: 48px;
	color: #000000;
	text-align: center;
	font-style: normal;
	line-height:70px;
}
.tianzecheng1 h5{
	font-size: 18px;
	line-height:35px;
	color: #666666;
	text-align: center;
	font-style: normal;
	margin-bottom:30px;
}
.tianzecheng1 ul{
	float:left;
	border-right:1px solid #ccc;
	padding-right:70px;
}
#abgcbg31{
	margin-right:70px;
}
#abgcbg3{
    border:0;
}
.tianzecheng1 ul h2{

}
.tianzecheng1 ul h2 font{
    display:block;
	font-size: 60px;
	float:left;
	color:#006666;
}
.tianzecheng1 ul h2 span{
    display:block;
	font-size: 30px;
	margin-left:20px;
	margin-top:10px;
	float:left;
	color:#006666;
}
.tianzecheng1 ul h3{
    font-size:16px;
	font-weight:normal;
	line-height:45px;
}
.tianzecheng2{
    height:619px;
	margin-top:30px;
	margin-bottom:330px;
	padding-top:50px;
	color:#fff;
	background:url(/web/pic/bg1.jpg) top center no-repeat;
}
.tianzecheng2box{
    text-align:center;
}
.tianzecheng2box h2{
	font-size: 48px;
	color: #fff;
	text-align: center;
	font-style: normal;
	line-height:70px;
}
.tianzecheng2box p{
	font-size: 18px;
	line-height:35px;
	color: #fff;
	text-align: center;
	font-style: normal;
	margin-bottom:90px;
}
.scrollSwiperproducts{
	height: auto;
	overflow: hidden;
	position: relative;
}
.scrollSwiperproducts .swiper{
	height: auto;
}
.scrollSwiperproducts .swiper .swiper-slide{
	height: auto;
}
.scrollSwiperproducts .swiper .swiper-slide .txt{
	padding: 30px;
}
.scrollSwiperproducts .swiper .swiper-slide h3.title{
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:center;
	margin-bottom: 15px;
}
.scrollSwiperproducts .swiper .swiper-slide h4.more{
	width: 127px;
	height: 32px;
	line-height:32px;
	color:#fff;
	text-align:center;
	margin:20px auto 0 auto;
	background: #000000;
	border-radius: 20px 20px 20px 20px;
}
.scrollSwiperproducts .swiper .swiper-slide:hover h4.more{
	background: #333;
}
.scrollSwiperproducts .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.6s;
}
.scrollSwiperproducts .swiper .swiper-slide .time{
	margin-top: 15px;
	color: #666;
	font-size: 16px;
	transition: 0.6s;
}
.scrollSwiperproducts .swiper .swiper-slide .pic{
	width:100%;
	overflow:hidden;
	height: auto;
	cursor:pointer;
	box-shadow: 0px 3px 32px 0px rgba(0,0,0,0.05);
	border-radius: 0px 0px 0px 0px;
}
.scrollSwiperproducts .swiper .swiper-slide .pic img{
	width:100%;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.scrollSwiperproducts .swiper .swiper-slide:hover .pic img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.scrollSwiperproducts .swiper-arrows{
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background-color: rgba(0,0,0,0.5);
	z-index: 333;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #fff;
	cursor: pointer;
	transition: 0.6s;
}
.scrollSwiperproducts .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}
.scrollSwiperproducts .swiper-arrows:hover{
	background-color: var(--main-color);
}

.scrollSwiperproducts .swiper-page{
	margin-top: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.scrollSwiperproducts .swiper-page .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #ccc;
	transition: 0.6s;
	margin: 0 5px;
}
.scrollSwiperproducts .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#FB7431;
}
.scrollSwiperproducts_title{
	width: 100%;
	height: 86px;
	background: #006666;
	border-bottom:1px solid #dedede;
}
.scrollSwiperproducts_title_shuzi{
    width:70%;
	height: 86px;
	line-height:86px;
	font-size:30px;
	background: #fff;
	text-align:left;
	text-indent:20px;
	color:#000;
	float:left;
}
.scrollSwiperproducts_title_jt{
    width:30%;
	height: 86px;
	line-height:86px;
	background: #006666;
	float:right;
}
.scrollSwiperproducts_title_jt i{
    font-size:30px;
}
.tianzecheng2_more{
    height: 75px;
	line-height:75px;
	text-align:center;
	font-size:18px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #E5E5E5;
}
.tianzecheng3{
	margin-top:30px;
}
.tianzecheng3 h2{
	font-size: 48px;
	color: #000;
	text-align: center;
	font-style: normal;
	line-height:70px;
}
.tianzecheng3 h5{
	font-size: 18px;
	line-height:35px;
	color: #666;
	text-align: center;
	font-style: normal;
	margin-bottom:90px;
}
.tianzecheng3_left{
    width:526px;
	float:left;
}
.tianzecheng3_right{
    width:849px;
	float:right;
	text-align:left;
}
.tianzecheng3_right h3{
	font-size: 18px;
	color: #41444B;
	line-height: 45px;
	text-align: left;
}
.tianzecheng3_right h3 p{
	display:inline-block;
}
.tianzecheng3_rightbox{
	width: 100%;
	height: 169px;
	background: #F6F6F6;
	margin-top:50px;
	border-left:7px solid #006666;
	border-radius: 0px 0px 0px 0px;
}
.tianzecheng3_rightbox dl{
    position:relative;
}
.tianzecheng3_rightbox dl dt{
    width:166px;
	float:left;
	margin-left:40px;
	position:absolute;
	left:0;
	top:-13px;
}
.tianzecheng3_rightbox dl dd{
    width:556px;
	float:right;
	text-align:left;
	font-size:16px;
	line-height:28px;
	padding-top:55px;
	margin-right:40px;
}
.tianzecheng3_rightbox dl dt img{
    width:100%;
	height:auto;
}
.tianzecheng3_rightbox dl dd{

}
.tianzecheng5{
    margin-top:30px;
	margin-bottom:130px;
}
.tianzecheng5 h2{
	font-size: 48px;
	color: #000;
	text-align: center;
	font-style: normal;
	line-height:70px;
}
.tianzecheng5 h6{
	font-size: 18px;
	line-height:35px;
	color: #666;
	text-align: center;
	font-style: normal;
	margin-bottom:90px;
}
.tianzecheng5_left{
	width:557px;
	float:left;
	position:relative;
}
.tianzecheng5_left_pic{
    position:absolute;
	left:70px;
	bottom:-185px;
}
.tianzecheng5_right{
    width:718px;
	float:right;
	text-align:left;
}
.tianzecheng5_right h3{
	line-height: 72px;
	font-size: 48px;
	color: #000000;
	text-align: left;
	margin-bottom:20px;
}
.tianzecheng5_right h4{
    font-size: 18px;
	line-height: 35px;
	color: #333333;
}
.tianzecheng5_right h5{
	width: 191px;
	height: 50px;
	line-height:50px;
	text-align:center;
	font-size:18px;
	margin-top:30px;
	color:#fff;
	background: #006666;
	border-radius: 139px 139px 139px 139px;
}
.tianzecheng6{
	height:821px;
	padding-top:50px;
	background:url(/web/pic/bg2.jpg) top center no-repeat;
}
.tianzecheng6box{

}
.tianzecheng6box h2{
	font-size: 48px;
	color: #000;
	text-align: center;
	font-style: normal;
	line-height:70px;
}
.tianzecheng6box p{
	font-size: 18px;
	line-height:35px;
	color: #666;
	text-align: center;
	font-style: normal;
	margin-bottom:90px;
}
.tianzecheng7{
	margin-top:30px;
}
.tianzecheng7 h2{
	font-size: 48px;
	color: #000;
	text-align: center;
	font-style: normal;
	line-height:70px;
}
.tianzecheng7 p{
	font-size: 18px;
	line-height:35px;
	color: #666;
	text-align: center;
	font-style: normal;
	margin-bottom:40px;
}
.tianzecheng7 dl{
    width:30%;
	float:left;
}
.tianzecheng7 dl dt{
    position:relative;
	overflow:hidden;
}
.tianzecheng7 dt img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tianzecheng7 dt:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.tianzecheng7 dl dt .time{
    width: 87px;
    height: 27px;
	line-height:27px;
	color:#fff;
	text-align:center;
    background: #006666;
    border-radius: 1px 1px 1px 1px;
	position:absolute;
	right:20px;
	top:20px;
}
.tianzecheng7 dl dt img{
    width:100%;
	height:auto;
}
.tianzecheng7 dl dd{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #E6E6E6;
	padding:20px;
	border-top:0;
}
.tianzecheng7 dl dd h4{
    font-size: 20px;
	line-height:30px;
	margin-bottom:20px;
}
.tianzecheng7 dl dd h5{
    font-size: 14px;
	line-height:24px;
	color: #777777;
	margin-bottom:20px;
}
.tianzecheng7 dl dd h6{
    font-size: 14px;
	line-height:24px;
	color:#006666;
}
#abgcbg1{
    margin-right:5%;
}
#abgcbg{
    margin-right:0;
}
.tianzecheng8{
    width: 100%;
    height: 256px;
    background: #006666;
	margin-top:30px;
	text-align:center;
	color:#fff;
	padding-top:60px;
    border-radius: 0px 0px 0px 0px;
}
.tianzecheng8 h2{
	font-size: 48px;
	color: #fff;
	text-align: center;
	font-style: normal;
	line-height:70px;
}
.tianzecheng8 p{
	font-size: 18px;
	line-height:35px;
	color: #fff;
	text-align: center;
	font-style: normal;
	margin-bottom:40px;
}
.tianzecheng9{
    height:539px;
	background:url(/web/pic/bg3.jpg) top center no-repeat;
	padding-top:70px;
}
.tianzecheng9box{
    width: 801px;
	margin:0 auto;
}
.tianzecheng9box ul{

}
.tianzecheng9box ul li{
	float:left;
	margin-right:25px;
	margin-bottom:25px;
}
.indexftext{
	width: 387px;
	height: 47px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	text-indent:20px;
	outline:0;
	border: 1px solid #D4D7DD;
}
.indexftext2{
	width: 387px;
	height: 160px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	padding:20px;
	outline:0;
	border: 1px solid #D4D7DD;
}
.fbtn{
	width: 195px;
	height: 52px;
	background: #006666;
	border-radius: 70px 70px 70px 70px;
	margin:30px auto 0 auto;
	color:#fff;
	cursor:pointer;
	font-size:16px;
}
.tianzecheng9box_submit{
    text-align:center;
}
.footer h3{
    font-size: 16px;
	line-height:25px;
    color: #999999;
    text-align: left;
}
#bottom_lxfs{
    color: #999999;
	font-size:16px;
	line-height:32px;
}
#lxwm-right{
    width:325px;
	float:right;
}
#lxwm-right h5{
	font-size: 18px;
	color: #999999;
	text-align: left;
	font-style: normal;
}
#lxwm-right h6{
	margin-top:30px;
}
.key_text{
	height:60px;
	float:left;
	width:205px;
	overflow:hidden;
	line-height:60px;
	outline:none;
	border:1px solid #ccc;
	border-right:1px solid #ccc;
	padding-left: 10px;
	background:#fff;
	border-right: none;
}
.search_btn{
	cursor:pointer;
	border:none;
	outline:none;
	float: right;
	width: 120px;
	height:60px;
	overflow:hidden;
	text-align:center;
	background:#006666;
	line-height: 60px;
	text-align: center;
	border:1px solid #006666;
	border-left:0;
}
.search_btn span,
.search_btn i{
	font-size: 30px;
	color:#fff;
}
.n_aboutus1{

}
.n_aboutus1 h2{
	font-size: 48px;
	color: #000000;
	text-align: center;
	line-height:100px;
}
.n_aboutus1 p{
	font-size: 18px;
	color: #666666;
	margin-bottom:30px;
	text-align: center;
}
.n_aboutus2_left{
    width:557px;
	float:left;
}
.n_aboutus2_left ul{

}
.n_aboutus2_left ul li{
	margin-bottom:30px;
}
.n_aboutus2_left ul li img{
    width:100%;
	height:auto;
}
.n_aboutus2_right{
    width:800px;
	float:right;
	text-align:left;
	padding-top:100px;
}
.n_aboutus2_right h2{
	line-height: 122px;
	font-family: Poppins, Poppins;
	font-weight: 600;
	font-size: 48px;
	color: #000000;
	text-align: left;
}
.n_aboutus2_right p{
    display:inline-block;
}
.n_aboutus2_right h3{
    font-size: 20px;
	line-height: 45px;
}
.n_aboutus3{
	margin-top:50px;
}
.n_aboutus4{
	margin-bottom:50px;
}
.n_aboutus4 h2{
	font-size: 48px;
	color: #000000;
	text-align: center;
	line-height:100px;
}
.n_aboutus4 p{
	font-size: 18px;
	color: #666666;
	margin-bottom:30px;
	text-align: center;
}
.n_aboutus4 dl{
	width: 322px;
	height: 421px;
	background:#F4F4F4;
	padding:50px 20px 20px 20px;
	text-align:center;
	color:#666666;
	border-radius: 12px 12px 12px 12px;
	float:left;
}
.n_aboutus4 dl:hover{
	background:#006666;
	cursor:pointer;
	color:#fff;
}
.n_aboutus4 dl dt{

}
.n_aboutus4 dl dd{

}
.n_aboutus4 dl dd h3{
	line-height: 33px;
	font-size: 22px;
	margin-bottom:20px;
	text-align: center;
}
.n_aboutus4 dl dd h4{
	line-height: 28px;
	font-size: 16px;
	text-align: center;
}
#abgcbg41{
	margin-right:35px;
}
.tubiao{
	height: 100px;
    text-align:center;
	}


.tubiao i{
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color:#006666;
}
.n_aboutus4 dl:hover i::after{
	color:#fff;
	}
.tubiao i::after{
	font-family: "iconfont" !important;
	font-size: 60px;
	color:#006666;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao.aa-1 i::after{
	content: "\e6e6";
}
.tubiao.aa-2 i::after{
	content: "\e6e8";
}
.tubiao.aa-3 i::after{
	content: "\e6e5";
}
.tubiao.aa-4 i::after{
	content: "\e6e4";
}
.tubiao.aa-5 i::after{
	content: "\e65b";
}
.tubiao.aa-6 i::after{
	content: "\e65b";
}
.n_daohang{
    height: 80px;
	line-height: 80px;
	background: #F7F7F7;
	margin-bottom:30px;
}
.left_wrap{
	float:left;
	width:359px;
	background:#FFFFFF;
	padding:20px 30px 20px 30px;
}
.left_wrap h2{
	width:auto;
	height:55px;
	line-height:55px;
	font-size:36px;
	font-weight:normal;
	color:#000;
	background:none;
	text-align:left;
	border-bottom:1px solid #dedede;
}
.left_wrap h2 .iconfont{
	font-size: 24px;
	vertical-align: middle;
}
.zlm{
	width:auto;
	background:#fff;
}
.zlm dl{
	overflow:visible;
}
.zlm dl dt{
	line-height:40px;
	cursor:pointer;
	overflow:visible;
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #dedede;
}
.zlm dl dt a{
	display:block;
	float:left;
	text-indent:25px;
	font-size:18px;
	/* font-size: 16px; */
}
.zlm dl dt a span.yuanjiao{
	margin-right:10px;
	display:none;
	width:7px;
	height:7px;
	border:1px solid #fff;
	display:inline-block;
	*display:inline;
	*zoom:1;
}

.zlm dl dt i.fa-angle-down{
	float:right;
	margin:3px 10px 0 0;
	font-size:16px;
	cursor:pointer;
}
.zlm dl dt:hover,.zlm dl #zlm_on,.zlm dl .zlm_on{
	background:#006666;
}
.zlm dl dt:hover a, .zlm dl #zlm_on a{
    color:#fff;
	font-weight:bold;
}
.zlm dl .sanji{
	display:none;
	background:#fff;
	border-bottom:1px solid #d8d8d8;
}
.zlm dl .sanji li{
	height:auto;
	position:relative;
	
}
.zlm dl .sanji li a{
	display:block;
	color:#666;
	font-size:16px;
	padding: 10px 15px 10px 25px;
	line-height: 20px;
}
.zlm dl .sanji li a:hover{
	color:#006666;
}
.zlm dl .sanji li i{
	float:right;
	margin-right:10px;
	margin-top:10px;
}
.zlm dl .dropdown-menu{
	position:absolute;
	left:100%;
	top:0;
	background:#f0f0f0;
	width:200px;
	display:none;
}
.zlm dl .sanji li:hover .dropdown-menu{
	display:block;
}
.right_wrap{
	width: 1000px;
	overflow:visible;
	float:right;
	background:none;
}
.wz_zone{
	width:100%;
	min-width:1400px;
	height:50px;
	line-height:50px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#C5C5BE,direction=120,strength=4);
    -moz-box-shadow: 2px 2px 10px #C5C5BE;
    -webkit-box-shadow: 2px 2px 10px #C5C5BE;
    box-shadow:2px 2px 10px #C5C5BE;
	margin-bottom:3px;
	background-color:#fff;
}
.wz{
	width:auto;
	overflow:hidden;
	margin:0px auto;
	padding-bottom:10px;
	border-bottom:1px solid #dedede;
}
.wz_zone .wz span{
	margin-top:0!important;
}
.wz span{
	color:#666;
	font-size:14px;
	float:right;
	margin-top:5px;
}
.wz span a{
	color:#666;
	font-size:14px;
}
.wz h2{
	font-size:26px;
	font-weight:normal;
	display:block;
	line-height:45px;
	color:#000;
	float:left;
}
.in-product-list{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 40px;
}
.in-product-list li{
	width: 33.33333%;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.in-product-list li a{
	display: block;
}
.in-product-list li .pic{
	height: auto;
	overflow: hidden;
	border-radius: 5px;
}
.in-product-list li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.in-product-list li .title{
	font-size: 16px;
	margin: 15px 0 10px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
.in-product-list li h3{
	text-align: left;
	font-size:18px;
	line-height:25px;
}
.in-product-list li p{
	font-size: 16px;
	color: #666666;
	line-height:24px;
	text-align: left;
}
.in-product-list li h4{
	text-align: center;
	font-size:16px;
	line-height:45px;
	width: 291px;
	margin-top:20px;
	color:#fff;
	background: #006666;
	border-radius: 0px 0px 0px 0px;
}
.in-product-list li h4:hover{
	color: #f00;
}
.in-product-list li:hover h4{
	background: #043939;
}
.in-product-list li .models{
	line-height: 20px;
	color: #7e7f7e;
	font-size: 14px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: none;
}
.picList{

}
.picList li{
	margin-bottom:20px;
}
.picList .pic{
    width:100px;
	border:1px solid #dedede;
	float:left;
}
.picList .pic img{
    width:100%;
	height:auto;
}
.picList .title{
    width:170px;
	float:right;
	font-size:16px;
	line-height:24px;
	padding-top:32px;
}
.in-product-list-box{
    text-align:left;
	background:#FFFFFF;
	padding:10px 20px 20px 20px;
}
.product_lanmu{

}
.product_lanmu h2{
    display:block;
	float:left;
	width:500px;
	height:57px;
	line-height:57px;
}
.product_lanmu h3{
    display:block;
	width:439px;
	height:57px;
	line-height:57px;
	background:#FFFFFF;
	border-radius:30px;
	float:right;
}

.key_text2{
	height:57px;
	float:left;
	width:197px;
	overflow:hidden;
	line-height:57px;
	outline:none;
	color:#666666;
	padding-left: 10px;
	background:none;
	border:0;
	border-top-left-radius:25px;
	border-bottom-left-radius:25px;
	border-right: none;
	outline:none;
}
.top_so_box{
	width: 40px;
	height:40px;
	line-height: 40px;
	float: right;
	border-left:0;
	border-top-right-radius:25px;
	border-bottom-right-radius:25px;
	margin-top:10px;
	margin-right:10px;
}
.search_btn2{
	cursor:pointer;
	border:none;
	outline:none;
	display:block;
	width: 40px;
	height:40px;
	overflow:hidden;
	text-align:center;
	border-radius:25px;
	background:#006666;
	line-height: 40px;
	text-align: center;
	border:0;
}
.search_btn2:hover{
	background:#043939;
}
.search_btn2 span,
.search_btn2 i{
	font-size: 24px;
	color:#fff;
}
.pro_main{
	margin-top:20px;
	overflow:hidden;
}
.pro_left{
	width:455px;
	float:left;
}
.pro_right{
	height: auto;
	overflow:hidden;
	line-height:25px;
	margin-left: 550px;
}
.pro_right .pro_name{
    line-height:40px;
}
.pro_right h2{
	font-size:32px;
	padding-bottom:10px;
	display:block;
	font-weight:normal;
	line-height:40px;
	}
	/** 产品放大镜效果 **/
.swiper-thumb-wrap{
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	height: auto;
	overflow: hidden;
}
.thumbSwiper{
	height: auto;
	overflow: hidden;
}
.thumbSwiper .swiper-slide{
	overflow: hidden;
	cursor: pointer;
	padding-top: 8px;
}
.thumbSwiper .swiper-slide .pic{
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
}
.thumbSwiper .swiper-slide em{
	position:absolute;
	left:50%;
	margin-left:-8px;
	/* bottom:100%; */
	top: 0;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid var(--main-color);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.thumbSwiper .swiper-slide em i{
	position:absolute;
	left:0;
	top:1px;
	margin-left:-8px;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #fff;
}

.thumbSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 333;
}
.thumbSwiper .swiper-slide.swiper-slide-thumb-active .pic{
	border-color: var(--main-color);
}
.thumbSwiper .swiper-slide.swiper-slide-thumb-active em{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.swiper-thumb-wrap .thumb-arrows{
	width: 20px;
	/* height: 100%; */
	height: calc(100% - 8px);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	top: 8px;
	bottom: 0;
	background-color:#000;
	color: #fff;
	border-radius: 2px;
}
.swiper-thumb-wrap .thumb-arrows i{
	font-size: 16px;
}
.swiper-thumb-wrap .thumb-arrows.swiper-arrow-next{
	right: 0;
}
.swiper-thumb-wrap .thumb-arrows.swiper-arrow-prev{
	left: 0;
}
.swiper-thumb-wrap .thumb-arrows.swiper-button-disabled{
	cursor: no-drop;
	color: #000;
	background-color: #eee;
}
.zoomSwiper{
	height: auto;
	border: 1px solid #eee;
}
.zoomSwiper .swiper-slide{
	overflow: hidden;
}
.zoomSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.detail_email{
    width: 200px;
    line-height: 46px;
    background:#000000;
	color:#fff;
	float:left;
	margin-top:50px;
	margin-right:30px;
    border-radius: 50px 50px 50px 50px;
}
.detail_email:hover{
    background: #333;
	cursor:pointer;
}
.detail_email i{
    float:left;
	font-size:30px;
	margin-left:40px;
}
.detail_email span{
    display:block;
	margin-left:20px;
	float:left;
	font-size:16px;
}
.n_p_detail{
	margin-top:30px;
	line-height:26px;
}
.n_p_detail h2{
    font-size: 32px;
	line-height: 78px;
	margin-bottom:30px;
	border-bottom: 1px solid #ccc
}
.n_p_detail_hot h2{
    font-size: 32px;
	line-height: 78px;
	margin-bottom:30px;
	border-bottom: 1px solid #ccc
}
.n_xgcpys{
    background: #F5F5F5;
	padding:40px 0 40px 0;
}
.n_xgcp{

}
.n_xgcp h2{

}
.n_xgcp h2{
    font-size: 32px;
	line-height:50px;
	text-align:left;
	margin-bottom:30px;
}

.scrollSwiperProduct{
	height: auto;
	overflow: hidden;
	padding-bottom:30px;
	position: relative;
}
.scrollSwiperProduct .swiper{
	height: auto;
}
.scrollSwiperProduct .swiper .swiper-slide{
	background-color: #fff;
	overflow: hidden;
	padding-bottom:30px;
}

.scrollSwiperProduct .swiper .swiper-slide .pic{
	border: 1px solid #eee;
}
.scrollSwiperProduct .swiper .swiper-slide img{
	width:100%;
}
.scrollSwiperProduct .swiper .swiper-slide:hover .pic img{
	transform: scale(1.1);
}
.scrollSwiperProduct .swiper .swiper-slide .title{
	font-size: 16px;
	padding: 16px 0;
	text-align:center;
}
.scrollSwiperProduct .swiper .swiper-slide  h4{
	width: 88px;
	height: 25px;
	line-height:25px;
	text-align:center;
	border-radius: 50px 50px 50px 50px;
	border: 1px solid #999999;
	margin:0 auto 0 auto;
	font-size:12px;
}
.scrollSwiperProduct .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 15px;
}
.scrollSwiperProduct .swiper-arrows{
	background-color:none;
	color: #000;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	position: absolute;
	border-radius:100%;
	top: 120px;
	z-index: 20;
	cursor: pointer;
	border:1px solid #000;
}
.scrollSwiperProduct .swiper-arrows:hover{
    background:#000;
	color:#fff;
}
.scrollSwiperProduct .swiper-arrows i{
	display: inline-block;
	font-size: 18px;
}
.scrollSwiperProduct .swiper-arrows.swiper-arrow-next{
	right: 650px;
	top:380px;
}
.scrollSwiperProduct .swiper-arrows.swiper-arrow-prev{
	left: 650px;
	top:380px;
}
.scrollSwiperProduct .swiper-page{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 25px;
	bottom: 0;
}
.scrollSwiperProduct .swiper-page .swiper-pagination-bullet{
	background-color: transparent;
	width: 10px;
	height: 10px;
	border: 1px solid var(--main-color);
}
.scrollSwiperProduct .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
}
.pdetail h3{
	text-align: left;
	font-size:18px;
	line-height:45px;
}
.pdetail p{
	font-size: 16px;
	color: #666666;
	line-height:24px;
	text-align: left;
}
.pdetail h5{
	text-align: center;
	font-size:16px;
	line-height:45px;
	width: 291px;
	margin-top:20px;
	color:#fff;
	background: #006666;
	border-radius: 0px 0px 0px 0px;
}
.pdetail h5:hover{
	color: #f00;
}
.pdetail:hover h5{
	background: #043939;
}
.detail_feedback{
	background: #fff;
	padding:30px 0 30px 0;
}
.detail_feedback_box h2{
    font-size: 32px;
	color: #000000;
	line-height:50px;
	padding-bottom:20px;
	border-bottom:1px solid #dedede;
	margin-bottom:20px;
}
.detail_feedback_box ul{
	float:left;
	width:31.1%;
	margin-right:3.33333%;
}
.detail_feedback_box ul li{
	line-height: 50px;
	font-size: 16px;
	color: #000;
	text-align: left;
}
.detail_indexftext{
	width: 100%;
	height: 79px;
	background: #F4F4F4;
	border-radius: 0px 0px 0px 0px;
	text-indent:25px;
	outline:0;
	border:0;
}
.detail_feedback_box_nr{
	margin-top:20px;
}
.detail_indexftext2{
	width: 100%;
	height: 292px;
	background: #F4F4F4;
	border-radius: 0px 0px 0px 0px;
	border:0;
	outline:0;
	padding:20px;
}
.fbtn2{
	width: 195px;
	height: 52px;
	background: #006666;
	border-radius:30px;
	margin:30px auto 0 auto;
	color:#fff;
	cursor:pointer;
	float:right;
	font-size:16px;
}
.fbtn2:hover{
	background: #034747;
}
#abgcbg_n1{
    margin-right:4%;
}
.n_news1{

}
.n_news1 dl{
    width:48%;
	float:left;
}
.n_news1 dl dt{
    position:relative;
	overflow:hidden;
}
.n_news1 dt img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.n_news1 dt:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.n_news1 dl dt .time{
    width: 87px;
    height: 27px;
	line-height:27px;
	color:#fff;
	text-align:center;
    background: #006666;
    border-radius: 1px 1px 1px 1px;
	position:absolute;
	right:20px;
	top:20px;
}
.n_news1 dl dt img{
    width:100%;
	height:auto;
}
.n_news1 dl dd{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #E6E6E6;
	padding:20px;
	border-top:0;
}
.n_news1 dl dd h4{
    font-size: 20px;
	line-height:30px;
	margin-bottom:20px;
}
.n_news1 dl dd h5{
    font-size: 14px;
	line-height:24px;
	color: #777777;
	margin-bottom:20px;
}
.n_news1 dl dd h6{
    font-size: 14px;
	line-height:24px;
	color:#006666;
}
.n_news2{
	margin-top:50px;
	margin-bottom:30px;
}
.tuwenlist2{

}
.tuwenlist2 li{
	list-style-type:none;
	height:auto;
	overflow:hidden;
	background:#FFFFFF;
	margin-bottom:30px;
}
.tuwenlist2 li .inner{
	height: 100%;
	overflow: hidden;
}
.tuwenlist2 li .inner .pic{
    width:400px;
	float:left;
	border:1px solid #dedede;
}
.tuwenlist2 li .innerbox{
    width:954px;
	float:right;
	padding-top:30px;
}
.tuwenlist2 li img{
	width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
.tuwenlist2 li:hover img{
	transform:scale(1.1);
}
.tuwenlist2 li .inner_time{
	height: 34px;
	font-size: 16px;
	color: #666666;
	line-height: 31px;
	text-align: left;
}
.tuwenlist2 li h3{
	height: 43px;
	font-size: 20px;
	color: #000000;
	line-height: 43px;
	text-align: left;
}
.tuwenlist2 li .inner_more{
	font-size: 16px;
	color: #fff;
	margin-top:40px;
	text-align: center;
	width: 141px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px 18px 18px 18px;
	border: 1px solid #D2D2D2;
	background:#000000;
}
.tuwenlist2 li .inner_more:hover{
    background:#333;
	border: 1px solid #333;
	color:#fff;
}
.tuwenlist2 li h3 a{
	font-size:20px;
}
.tuwenlist2 li p{
	color:#666;
	display:block;
	font-size: 15px;
	overflow:hidden;
	line-height:28px;
}
.ny_h1{
	font-size:22px;
	text-align:center;
	font-weight:normal;
	display:block;
	margin-top:20px;
}

.wzinfo{
	width:100%;
	text-align:center;
	color:#999;
	margin-top:20px;
	font-size:14px;
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
	margin-bottom:25px;
}
.wzinfo .time{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	padding-left:25px;
	background:url(../ico/time.png) left center no-repeat;
}
.wzinfo .click{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	padding-left:25px;
	margin-left:50px;
	background:url(../ico/click.png) left center no-repeat;
}
.n_contact1{
    height:auto;
}
.n_contact1_c{
    color:#fff;
	padding-top:150px;
	text-align:center;
}
.n_contact1_c h2{
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 44px;
	text-align: center;
}
.n_contact1_c h3{
	font-weight: bold;
	font-size: 58px;
	color: #FFFFFF;
	line-height: 84px;
	text-align: center;
}
.n_contact1_c h4{
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 84px;
	text-align: center;
}
.n_contact1_c2{
	width: 1220px;
	height: auto;
	background: #FFFFFF;
	border-radius: 20px 20px 20px 20px;
	padding:70px;
}
.n_contact1_c2 h2{
	font-size: 48px;
	color: #000;
	text-align: center;
	font-style: normal;
	line-height:70px;
}
.n_contact1_c2 p{
	font-size: 18px;
	line-height:35px;
	color: #666;
	text-align: center;
	font-style: normal;
	margin-bottom:40px;
	padding:0 100px 0 100px;
}
.n_contact1_c2 ul{

}
.n_contact1_c2 ul li{
    float:left;
	width:48%;
	margin-bottom:20px;
}
.c_indexftext{
    width: 100%;
    height: 54px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    border: 2px solid #E1E0E0;
	text-indent:20px;
	outline:0;
}
.c_indexftext2{
	width: 100%;
	height: 190px;
	padding:20px;
	outline:0;
	background: #FFFFFF;
	border-radius: 12px 12px 12px 12px;
	border: 2px solid #EDEDED;
}
.nlxwm2_left2_code{
	margin-top:20px;
}
.n_contact1_c2 h5{
	font-size:15px;
	line-height:50px;
	font-weight:normal;
	margin-top:30px;
	margin-bottom:30px;
	text-align:left;
}
.n_contact1_c2 h5 font{
	float:left;
	display:block;
	margin-right:7px;
}
.n_contact1_c2 h5 span{
	float:left;
	display:block;
	line-height:19px;
	color:#333;
	margin-right:25px;
}
.index_input3{
	width:19px;
	height:19px;
	line-height:19px;
	background:#fff;
	border:0;
}
.fbtn3{
	width: 195px;
	height: 52px;
	background: #006666;
	border-radius:30px;
	margin:10px auto 0 auto;
	color:#fff;
	cursor:pointer;
	float:left;
	font-size:16px;
}
.fbtn3:hover{
	background: #034747;
}
.n_contact1_c3{
    margin-top:30px;
	margin-bottom:30px;
}
.n_contact1_c3 dl{
    float:left;
	width:30%;
	margin-right:5%;
}
.n_contact1_c3 dl dt{
    margin-bottom:20px;
}
.n_contact1_c3 dl dt i{
    font-size:40px;
	color:#006666;
}
.n_contact1_c3 dl dd{
    font-size: 18px;
    color: #000000;
	line-height:30px;
    text-align: left;
}
.n_contact1_c3ys{
    background: #FAFAFA;
	padding:20px 0 20px 0;
}
#sub1{
    display:none;
}
.n_fwzc1{

}
.n_fwzc1 h2{
	font-size: 48px;
	color: #000000;
	text-align: center;
	line-height:100px;
}
.n_fwzc1 h3{
	font-size: 18px;
	color: #666666;
	margin-bottom:30px;
	text-align: center;
}
.n_fwzc1 dl{

}
.n_fwzc1 dl dt{
	width:526px;
	float:left;
}
.n_fwzc1 dl dd{
	width:811px;
	float:right;
	text-align:left;
	line-height: 35px;
	color: #41444B;
	font-size: 18px;
}

.scrollSwiperproducts_fwzc1{
	height: auto;
	overflow: hidden;
	position: relative;
}
.scrollSwiperproducts_fwzc1 .swiper{
	height: auto;
}
.scrollSwiperproducts_fwzc1 .swiper .swiper-slide{
	height: auto;
}
.scrollSwiperproducts_fwzc1 .swiper .swiper-slide .txt{
	padding: 30px;
}
.scrollSwiperproducts_fwzc1 .swiper .swiper-slide h3.title{
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:center;
	margin-bottom: 15px;
	line-height:60px;
}
.scrollSwiperproducts_fwzc1 .swiper .swiper-slide h4.more{
	width: 127px;
	height: 32px;
	line-height:32px;
	color:#fff;
	text-align:center;
	margin:20px auto 0 auto;
	background: #000000;
	border-radius: 20px 20px 20px 20px;
}
.scrollSwiperproducts_fwzc1 .swiper .swiper-slide:hover h4.more{
	background: #333;
}
.scrollSwiperproducts_fwzc1 .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.6s;
}
.scrollSwiperproducts_fwzc1 .swiper .swiper-slide .time{
	margin-top: 15px;
	color: #666;
	font-size: 16px;
	transition: 0.6s;
}
.scrollSwiperproducts_fwzc1 .swiper .swiper-slide .pic{
	width:100%;
	overflow:hidden;
	height: auto;
	box-shadow: 0px 3px 32px 0px rgba(0,0,0,0.05);
	border-radius: 0px 0px 0px 0px;
}
.scrollSwiperproducts_fwzc1 .swiper .swiper-slide .pic img{
	width:100%;
}
.scrollSwiperproducts_fwzc1 .swiper .swiper-slide:hover .pic img{
	transform: scale(1.2);
}

.scrollSwiperproducts_fwzc1 .swiper-arrows{
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background-color: rgba(0,0,0,0.5);
	z-index: 333;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #fff;
	cursor: pointer;
	transition: 0.6s;
}
.scrollSwiperproducts_fwzc1 .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}
.scrollSwiperproducts_fwzc1 .swiper-arrows:hover{
	background-color: var(--main-color);
}

.scrollSwiperproducts_fwzc1 .swiper-page{
	margin-top: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.scrollSwiperproducts_fwzc1 .swiper-page .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #ccc;
	transition: 0.6s;
	margin: 0 5px;
}
.scrollSwiperproducts_fwzc1 .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#FB7431;
}
.n_fwzc3{

}
.n_fwzc3 h2{
	line-height: 78px;
	font-size: 52px;
	color: #29323C;
	text-align: center;
	margin-bottom:30px;
}
#faqlist{
	overflow:hidden;
}
#faqlist dl{
	overflow:hidden;
}
#faqlist dl dt{
	height:80px;
	line-height:80px;
	display:block;
	background: #F5F5F5;
	padding-left:20px;
	margin-top:30px;
	cursor:pointer;
	color:#000;
}
#faqlist i{
	float:right;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	font-size:32px;
	margin-top:25.5px;
	transition:0.6s;
	color:#000;
	margin-right:30px;
}
#faqlist em{
	float:left;
	margin-left:15px;
	font-style:normal;
	font-size:18px;
}
#faqlist h4{
	font-size:18px;
	font-weight:normal;
	margin-left:5px;
	color:#000;
	border-bottom:0;
}
#faqlist dd{
	padding:20px 25px;
	overflow:hidden;
	border-top:none;
	line-height:25px;
	background:#F5F5F5;
	color:#666666;
	display:none;
}
#faqlist dl dt.open i{
	transform:rotate(90deg);
	color:##006666;
}
.n_fwzc4{
	margin-top:30px;
}
.n_fwzc4 h2{
	font-size: 48px;
	color: #000000;
	text-align: center;
	line-height:100px;
}
.n_fwzc4 p{
	font-size: 18px;
	color: #666666;
	margin-bottom:30px;
	text-align: center;
}
.n_fwzc5 dl{
	width: 30.8%;
	height: 421px;
	background:#F4F4F4;
	padding:50px 20px 20px 20px;
	text-align:center;
	color:#666666;
	border-radius: 12px 12px 12px 12px;
	float:left;
}
.n_fwzc5 dl:hover{
	background:#006666;
	cursor:pointer;
	color:#fff;
}
.n_fwzc5 dl dt{

}
.n_fwzc5 dl dd{

}
.n_fwzc5 dl dd h3{
	line-height: 33px;
	font-size: 22px;
	margin-bottom:20px;
	text-align: center;
}
.n_fwzc5 dl dd h4{
	line-height: 28px;
	font-size: 16px;
	text-align: center;
}
#abgcbg51{
    margin-right:50px;
}

.tubiao2{
	height: 100px;
    text-align:center;
	}


.tubiao2 i{
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color:#006666;
}
.n_fwzc5 dl:hover i::after{
	color:#fff;
	}
.tubiao2 i::after{
	font-family: "iconfont" !important;
	font-size: 60px;
	color:#006666;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao2.aa-1 i::after{
	content: "\e6e6";
}
.tubiao2.aa-2 i::after{
	content: "\e6e8";
}
.tubiao2.aa-3 i::after{
	content: "\e6e5";
}
.tubiao2.aa-4 i::after{
	content: "\e668";
}
.tubiao2.aa-5 i::after{
	content: "\e65b";
}
.tubiao2.aa-6 i::after{
	content: "\e65b";
}
.n_fwzc6{
    margin-bottom:50px;
}
.n_fwzc6_left{
    width: 475px;
	float:left;
	text-align:left;
}
.n_fwzc6_left h2{
	line-height: 48px;
	font-size: 32px;
	color: #29323C;
	margin-bottom:30px;
	text-align: left;
}
.n_fwzc6_left dl{
    margin-bottom:30px;
}
.n_fwzc6_left dl dt{
  
}
.n_fwzc6_left dl dt i{
    font-size:40px;
	color:#006666;
}
.n_fwzc6_left dl dd{
    font-size: 18px;
    color: #000000;
	line-height:30px;
    text-align: left;
}
.n_fwzc6_right{
    width: 801px;
	float:right;
}
.n_fwzc6_right h2{
	line-height: 48px;
	font-size: 32px;
	color: #29323C;
	margin-bottom:30px;
	text-align: left;
}
.n_fwzc6_right ul{

}
.n_fwzc6_right ul li{
	float:left;
	margin-right:25px;
	margin-bottom:25px;
}
.slideBox3{
	margin-top:30px;
}
.slideBox3 .hd{
	position:relative;
	margin-bottom:20px;
	background:url(/web/pic/xuxian.png) top center repeat-x;
}
.slideBox3 .hd #hd_title{
	overflow: hidden;
	height: 150px;
	background: url(/web/pic/hd_title.jpg) no-repeat;
	font-size: 33px;
	color: #fff;
	text-transform: uppercase;
	padding-top:65px;
	padding-left: 70px;
}

.slideBox3 .hd ul li.on{
	background:#006666;
}
.slideBox3 .hd ul li.on a{
	color: #fff;
}
.slideBox3 .hd ul li.on font{

}
.slideBox3 .hd ul li .hdbox{
    width:252px;
	height:140px;
	background:#fff;
	display:none;
	padding-top:6px;
}
.slideBox3 .hd ul li.on .hdbox{
    width:252px;
	height:140px;
	background:url(/web/pic/smallprobg.png) center no-repeat;
	display:block;
	position:absolute;
	left:-26px;
	top:-160px;
	z-index:9999999;
}
/*
.slideBox3 .hd ul li.on:after{
	border: solid transparent;
	content: ' ';
	height: 0;
	top:50%;
	position: absolute;
	width: 0;
	border-width: 10px;
	left: 100%;
	margin-top:-10px;
	border-left-color:#113653;
} */
.slideBox3 .hd .arrow{
	display: block;
	overflow: hidden;
	margin-top: 50px;
}
.slideBox3 .hd .prev,
.slideBox3 .hd .next{
	width: 45px;
	height: 45px;
	display: block;
	float: left;
	border: 1px solid #10398B;
	text-align: center;
	line-height: 45px;
	margin-right: 25px;
	transition: 0.5s;
	cursor: pointer;
}
.slideBox3 .hd .prev:hover,
.slideBox3 .hd .next:hover{
	background: #10398B;
}
.slideBox3 .hd .prev .fa,
.slideBox3 .hd .next .fa{
	font-size: 26px;
	line-height: 45px;
	color: #10398B;
}
.slideBox3 .hd .prev:hover .fa,
.slideBox3 .hd .next:hover .fa{
	color: #fff;
}
.slideBox3 .bd{
	overflow: visible;
	height:520px;
}
.slideBox3 .bd ul{
	overflow: visible;
	width: 100%;
}
/*.slideBox3 .bd ul li{
	width: 285px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
	margin-top: 30px;
}
.slideBox3 .bd ul li .pic{
	display: block;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	transition: 0.6s;
}

.slideBox3 .bd ul li img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.slideBox3 .bd ul li:hover .pic{
	border-color: #F38001;
}
.slideBox3 .bd ul li:hover img{
	transform: scale(1.1);
}
.slideBox3 .bd ul li h3{
	display: block;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	margin-top: 15px;
}
.slideBox3 .bd ul li .detail{
	display: block;
	overflow: hidden;
	margin-top: 15px;
	color: #666;
}*/
.rs2025cp{
height:888px;
background:url(/web/pic/pro/bgpro1.jpg) 50% 50% no-repeat;
background-size: cover;
padding-top:50px;
margin-top:50px;
}
.rs2025cp h2{
	font-size: 34px;
	color: #fff;
	text-align: center;
	font-style: normal;
	line-height:100px;
}
.rs2025cp p{
	font-size: 48px;
	line-height:35px;
	color: #fff;
	text-align: center;
	font-style: normal;
	margin-bottom:30px;
}
.rs2025cp.rs2025cp-1{
	background-image: url(/web/pic/pro/bgpro1.jpg);
}
.rs2025cp.rs2025cp-2{
	background-image: url(/web/pic/pro/bgpro2.jpg);
}
.rs2025cp.rs2025cp-3{
	background-image: url(/web/pic/pro/bgpro3.jpg);
}
.rs2025cp.rs2025cp-4{
	background-image: url(/web/pic/pro/bgpro4.jpg);
}
.rs2025cp.rs2025cp-5{
	background-image: url(/web/pic/pro/bgpro5.jpg);
}
.rs2025cp.rs2025cp-6{
	background-image: url(/web/pic/pro/bgpro6.jpg);
}
.rs2025cp.rs2025cp-7{
	background-image: url(/web/pic/pro/bgpro7.jpg);
}
.jiayao4box_content{
width:100%;
height:auto;
padding:0 0 0 0;
color:#fff;
font-size: 20px;
line-height:34px;
padding-top:200px;
position:relative;
}
.jiayao4box_content h2{
text-align:left;
font-size:30px;
line-height:45px;
margin-bottom:25px;
}
.jiayao4box_content h2 a{
color:#fff;
}
.jiayao4box_content h2 a:hover{
color:#f00;
}
.jiayao4box_content h3{
font-size:18px;
line-height:32px;
color:#fff;
text-align:center;
}
.jiayao4box_content h4{
font-size:16px;
width:130px;
line-height:35px;
color:#fff;
background:#2152a7;
border-radius:20px;
text-align:center;
font-weight:normal;
margin-top:40px;
}
.jiayao4box_content h4 font{
margin-right:20px;
line-height:25px;
float:left;
display:block;
}
.jiayao4box_content h4 span{
margin-right:20px;
width:25px;
height:25px;
line-height:25px;
background:#479151;
float:left;
display:block;
border-radius:100%;
text-align:center;
color:#fff;
}
.jiayao4box_content h4 span i{
font-size:12px;
}
.slideBox3 .hd ul{
	padding:0 0 0 0;
	border-top: none;
	margin-top:90px;
}
.slideBox3 .hd ul li{
	display:block;
	cursor:pointer;
	margin-bottom: 2px;
	transition: 0.6s;
	color: #fff;
	float:left;
	text-align:center;
	width:23%;
	position:relative;
	height: 130px;
	background: #FFFFFF;
	box-shadow: 0px 2px 25px 0px rgba(0,33,91,0.1);
	border-radius: 0px 0px 0px 0px;
}
.slideBox3 .hd ul li font{
    display:block;
    font-size:20px;
	line-height:40px;
}
.slideBox3 .hd ul li span{
    display:block;
	font-size:18px;
	line-height:22px;
}
.slideBox3 .hd ul li a{

}
#abgcbg61{
    margin-right:2.5%;
}
#abgcbg6{
    margin-right:0;
}

.tubiao3{
	height: 100px;
    text-align:center;
	}


.tubiao3 i{
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 70px;
	color:#006666;
}
.slideBox3 ul li:hover i::after{
	color:#006666;
	}
.tubiao3 i::after{
	font-family: "iconfont" !important;
	font-size: 30px;
	color:#006666;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao3.aa-1 i::after{
	content: "\e67a";
}
.tubiao3.aa-2 i::after{
	content: "\e77a";
}
.tubiao3.aa-3 i::after{
	content: "\e6e0";
}
.tubiao3.aa-4 i::after{
	content: "\e6e7";
}
.tubiao3.aa-5 i::after{
	content: "\e65b";
}
.tubiao3.aa-6 i::after{
	content: "\e65b";
}
.slideBox3 ul li h4{
	width: 77px;
	height: 70px;
	background: #F4F4F4;
	border-radius: 0px 0px 0px 0px;
	float:left;
	margin-left:30px;
	margin-top:30px;
}
.slideBox3 ul li h5{
    width: 170px;
	float:right;
	text-align:left;
	margin-right:30px;
	margin-top:30px;
}
#so{
	display:block;
	float:right;
	overflow: hidden;
	margin-left: 20px;
	background:none;
	width:45px;
	height:45px;
	line-height:45px;
	border-radius:100%;
	text-align:center;
	margin-top:22px;
}
#so span,
#so i,
#so a{
	font-size:30px;
	cursor: pointer;
	line-height: 45px;
	 color: #333;
	/*display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	background: #d30f06;
	text-transform: uppercase; */
}
#search_box{
	background:#f0f0f0;
	position:absolute;
	top:95px;
	right:0px;
	z-index:99999;
	padding:10px;
	display:none;
	border:1px solid #ccc;
}
#search_box:before{
	content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  border-color: #ccc #ccc transparent transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: -6px;
  right: 6px;
  background-color: #f0f0f0;
}
.key_text0{
	height:37px;
	float:left;
	width:284px;
	overflow:hidden;
	line-height:37px;
	outline:none;
	border:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	padding-left: 10px;
	background:#fff;
	color:#666666;
	border-right: none;
	border-bottom-left-radius:20px;
	border-top-left-radius:20px;
}
.search_btn0{
	cursor:pointer;
	border:none;
	outline:none;
	float: right;
	width: 52px;
	height:37px;
	overflow:hidden;
	text-align:center;
	background:#006666;
	line-height: 37px;
	text-align: center;
	border:1px solid #006666;
	border-left:0;
	border-bottom-right-radius:20px;
	border-top-right-radius:20px;
}
.search_btn0 span,
.search_btn0 i{
	font-size: 26px;
	color:#fff;
}
#footer_follow3{
	overflow:hidden;
	float: left;
	text-align:left;
}

#footer_follow3 a{
	margin:0px 0px 0px 10px;
	display: inline-block;
	*display:inline;
	*zoom:1;
	width: 33px;
	height: 33px;
	text-align:center;
	background:rgba(255, 255, 255, 0.3);
	border-radius: 100%;
}
#footer_follow3 a:hover{
    background:#054747;
}
#footer_follow3 img{
	max-width: 35px;
	height:auto;
	vertical-align: middle;
}
#footer_follow3 i{
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	/* background:#fff!important; */
	/* border:1px solid rgba(255,255,255,0.5); */
	margin-right:0px!important;
	font-size:16px;
	transition: 0.6s;
	color: #fff;
}
#footer_follow3 a:hover i{
	color:#fff;
	/* border-color: #E50112; */
	/* background: #DB241C!important; */
}
#sub281{
	display:none;
}