﻿@charset "utf-8";
* {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
A {
	COLOR: #000; TEXT-DECORATION: none !important;
}
A IMG {
	BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none; 
}
LI {
	LIST-STYLE-TYPE: none
}
body,td,th {
	font-family: 微软雅黑; 
}

body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}
body,
button, input, select, textarea {
    font: 14px/22px "Microsoft YaHei";color: #666;
}
/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }

.scale_img dl img, .scale_img li img { -o-transition: all .8s ease 0s; transition: all .8s ease 0s }
.scale_img dl:hover img, .scale_img li:hover img { -webkit-transform: scale(1.1) rotate(0deg) translateY(0); -ms-transform: scale(1.1) rotate(0deg) translateY(0); transform: scale(1.1) rotate(0deg) translateY(0) }

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

i,em{
	font-style: normal;
}

.fl{ float:left;}
.fr{ float:right;}
.tac{text-align: center;}
.w1300{ width:1340px; margin:0 auto}

.clear {
	clear: both;
}
.clearfix:after{ display: block; clear: both; content: ""; visibility: hidden; height: 0;}
.clearfix{ zoom:1;}
.mt_40{margin-top:40px;}


/*top*/
.topbj{width: 100%;height: 115px;position: absolute;z-index: 9999;}
.topdh{color: #fff;font-size: 16px; line-height:40px;padding:15px;white-space:nowrap;width:20%;box-sizing: border-box;min-width: 230px;text-align: left;float: right;}
.topdh p{font-family: Arial, Helvetica, sans-serif;font-size:36px;color:#fff; line-height:36px;}
.topdh img{ width:80px; height:80px;margin-right:10px; float:left;}

.main{
	width: 100%;position: relative;margin: auto;box-sizing: border-box
}
.main:after{
	content: '';display: block;clear: both;height: 0;visibility: hidden;
}



/*导航*/

#header{right:0;left:0;height:65px;text-align:center;z-index:9;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
#header .logo{float:left;width:16%;height:100%;text-align: left; padding-top:0.3%;padding-left:3%;}
#header img{float:left; padding-right:10px;}
#l-nav{width:52%;}
 #l-nav .navBtn{display:none}
 #l-nav .navSliBtn{display:none}
 #l-nav .iconJt{display:none}
 #l-nav .tNav{width:100%;margin:0 auto;overflow:hidden}
 #l-nav .navUl{ margin:0 auto;width:1100px;font-size:0;}
 #l-nav .navLi{ width:9%; margin:1%;display:inline-block; text-align:center;font-size:1.1rem}
 #l-nav .navLi.nav08{display:none}
 #l-nav .navLi:hover .tNavH::before{width:100%;opacity:1}
 #l-nav .tNavH{position:relative}
 #l-nav .tNavH::before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:block;width:0;height:8px;background-color:#ebb304;border-radius:10px 10px 0 0;opacity:0;transition:all .5s ease}
 #l-nav .tNav .navName{position:relative;display:block;padding:2rem .5vw;font-size:18px; font-weight:normal;color:#fff;transition:all .5s ease}
 #l-nav .tNav.fixed .navName{color:#fff;padding:2rem .5vw}
 #l-nav .navName::after{content:attr(data-title);position:absolute;top:0;left:0;transform:translateY(100%);width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff; font-weight:bold;}
 #l-nav .navLi:hover .navName{transform:translateY(-100%)}
 #l-nav .slidBox{position:fixed;left:0;right:0;width:70%;min-width:1024px;height:0;overflow:hidden;display:flex;flex-direction:row-reverse;justify-content:space-between;flex-wrap:nowrap;z-index:110;margin:0 auto;padding:0 18%;transition:all .5s ease;opacity:0}
 #l-nav .navLi:hover .slidBox{height:auto;opacity:1;background-color: rgba(247,247,247,1);} 
 #l-nav .rightBox{flex:0 0 50%;margin:46px 0px;}
 #l-nav .left_text .onetitle{font-size:18px;line-height:1.1;color:#333;padding-bottom:20px;padding-top:20px;font-weight:bold;text-align:left}
 #l-nav .navSbox{display:flex;flex-wrap:wrap;justify-content:space-between}
 #l-nav .oneName{font-size:26px;padding-bottom:15px;color:#000;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
 #l-nav .tNavSummry{line-height:24px;width:100%;height:auto;overflow:hidden;color:#666;font-size:14px;max-width:420px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis}
 #l-nav .tNavMore{display:block;position:relative;height:auto;padding-top:25px;border-top:1px dashed #ccc;margin-top:20px;cursor:pointer}
 #l-nav .txt{color:#000;transition:all .5s ease}
 #l-nav .leanMore{margin-left:2rem;transition:all .5s ease}
 #l-nav .tNavMore:hover .txt{color:#015bbb;margin-left:10px}
 #l-nav .tNavMore:hover .leanMore{color:#015bbb}
 #l-nav .navSli{flex:0 0 24%}
 #l-nav .navSimg{position:relative;width:100%;height:160px;overflow:hidden}
 #l-nav .navImg{position:absolute;left:50%;transform:translateX(-50%) scale(1);width:auto;height:100%;transition:all .5s ease}
 #l-nav .navSbox .navSlink{display:block;text-align:left;font-size:16px;line-height:36px;color:#666;transition-duration:.3s}
 #l-nav .navSbox .navSlink:hover{color:#e60013;transform:translateX(6px)}
 #l-nav .navSbox .navSlink:hover:before{background:#e60013}
 #l-nav .navSbox .navSlink:before{content:"";display:inline-block;vertical-align:top;margin-right:6px;width:4px;height:4px;background:#000;position:relative;top:16px}
 #l-nav .navSlink::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:3px;opacity:0;background-color:#015bbb;transition:all .5s ease;display:none}
 #l-nav .navSli:hover .navImg{transform:translateX(-50%) scale(1.1)}
 #l-nav .navSli:hover .navSlink::after{width:100%;opacity:1}
/*banner*/
#banner {position: relative;overflow: hidden;width: 100%}
#banner ul {
	position: relative;
	overflow: hidden;
	width: 300%
}
#banner ul li {
	width: 33.333%;
	float: left
}
#banner ul li img {
	width: 100%;display: block;
}
#banner aside {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 0;
	width: 90%;
	right: 0;
	left: 0;
	margin: auto
}
#banner aside span {display: block;
	width:90px;
	height:150px;
	z-index: 63;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s;
	margin-top:-1%;
}
#banner:hover aside span{ 
	opacity: 1;}
#banner aside span:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 20%;
	margin: auto;
	width:87px;
	height:87px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg)
}
#banner aside span.prev {
	float: left;
}

#banner aside span.next {
	float: right;
}
#banner aside span.next:after {
	left: 0;
	right: 20%;
	-webkit-transform: rotateZ(135deg);
	-moz-transform: rotateZ(135deg);
	-ms-transform: rotateZ(135deg);
	-o-transform: rotateZ(135deg);
	transform: rotateZ(135deg)
}
#banner>div {
	width: 140px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 7%;
	margin: auto
}
#banner>div em {display: block;
	float: left;
	width:28px;
	height:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 4.75px;
	background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}
#banner>div em.act {
	background: #fe0000
}


.sl,.st,.st div,.sl div{
	overflow: hidden;
}


/*------------首页栏目----------*/
.sylm{width:100%; height:auto;text-align:center;margin-top:60px;overflow:hidden;}
.sylm h2{font-family:"微软雅黑"; font-size:40px; color:#12212F; line-height:50px;}
.sylm h2 span{font-weight:normal;}
.sylm p{font-family:"微软雅黑"; font-size:18px; color:#363636; line-height:30px;}



/*--pic--*/
.p_more{margin:0 auto; width:140px; height:40px; text-align:center; margin-top:30px;  border:1px solid #666;border-radius:25px;}
.p_more a{font-family:"微软雅黑"; font-size:15px; color:#666; line-height:40px;}
.p_more:hover{background-color:#434343;transition: all .5s;}
.p_more:hover a{color:#fff;}

.m-t-50{margin-top:50px!important}
.service_list_met_51{background:url(img/picbj.jpg) top center no-repeat; overflow:hidden;}
.service_list_met_51 .service-list{ margin:0 auto; width:70%;margin-top:30px;overflow:hidden;}
.service_list_met_51 .service-list .item{transform:translate(0); width:25%;float:left;}
.service_list_met_51 .service-list .item .mask{position:absolute;left:0;right:0;top:0;bottom:0;overflow: hidden; }
.service_list_met_51 .service-list .item .mask .bg{position:absolute;left:0;right:0;top:0;bottom:0;background:#434343;filter:alpha(opacity=60);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(60));-webkit-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);-moz-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);-o-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);transition:all 0.4s cubic-bezier(0.4,0,0.2,1)}
.service_list_met_51 .service-list .item:nth-child(2) .mask .bg{ background-color:#ebb304;}
.service_list_met_51 .service-list .item:nth-child(3) .mask .bg{ background-color:#434343;}
.service_list_met_51 .service-list .item:nth-child(4) .mask .bg{ background-color:#ebb304;}



.service_list_met_51 .service-list .item:hover .bg.other-bg{opacity:1;filter:alpha(opacity=90);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(90));background:#fafafa;opacity:0.1;}
.service_list_met_51 .service-list .item .mask .content .line-panel .item-line{width:20px;height:2px;background:#ffffff;display:inline-block;opacity:1;filter:alpha(opacity=100);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100));-webkit-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);-moz-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);-o-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);transition:all 0.4s cubic-bezier(0.4,0,0.2,1)}
.service_list_met_51 .service-list .item .mask .content .line-panel{padding:0;margin:0;font-size:0;line-height:0;margin-top:20px;-webkit-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);-moz-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);-o-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);transition:all 0.4s cubic-bezier(0.4,0,0.2,1)}
.service_list_met_51 .service-list .item .mask .content .item-img-panel i{font-size:45px;color:#cc0000;-webkit-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);-moz-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);-o-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);transition:all 0.4s cubic-bezier(0.4,0,0.2,1)}
.service_list_met_51 .service-list .item:hover .mask .content .item-img-panel i{color:#fff}
.service_list_met_51 .service-list .item:hover .content .line-panel .item-line{opacity:0;filter:alpha(opacity=0);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0))}
.service_list_met_51 .service-list .item .mask .content{position:absolute; width:70%;left:0;top:50%;margin-top:-80px;text-align:center;-webkit-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);-moz-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);-o-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);transition:all 0.4s cubic-bezier(0.4,0,0.2,1)}
.service_list_met_51 .service-list .item:hover .content{margin-top:-145px}
.service_list_met_51 .service-list .item .mask .content .item-img-panel{position:relative;display:inline-block}
.service_list_met_51 .service-list .item .content .line-panel{padding:0;margin:0;font-size:0;line-height:0;margin-top:20px;-webkit-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);-moz-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);-o-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);transition:all 0.4s cubic-bezier(0.4,0,0.2,1)}
.service_list_met_51 .service-list .item .mask .content .item-title{ width:100%; text-align:center;color:#fff;font-size:22px;line-height:24px;margin:0;padding:0;margin-top:34px;font-weight:bold;-webkit-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);-moz-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);-o-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);transition:all 0.4s cubic-bezier(0.4,0,0.2,1)}
.service_list_met_51 .service-list .item:hover .mask .content .item-title{ color:#ebb304;margin-top:180px}
.service_list_met_51 .service-list .item .mask .content .item-desc{opacity:0;filter:alpha(opacity=0);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0));-webkit-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);-moz-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);-o-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);transition:all 0.4s cubic-bezier(0.4,0,0.2,1)}
.service_list_met_51 .service-list .item .mask .content .item-desc{font-size:14px;color:#ffffff;text-align:center;margin-top:30px;margin-bottom:0;padding:0 30px;line-height:24px}
.service_list_met_51 .service-list .item:hover .content .item-desc{opacity:1;filter:alpha(opacity=100);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))}
.service_list_met_51 .service-list .item:hover .content .item-desc{margin-top:22px}
.service_list_met_51 .service-list .item .mask .content .item-link{opacity:0;filter:alpha(opacity=0);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0));-webkit-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);-moz-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);-o-transition:all 0.4s cubic-bezier(0.4,0,0.2,1);transition:all 0.4s cubic-bezier(0.4,0,0.2,1)}
.service_list_met_51 .service-list .item .mask .content .item-link{display:inline-block;border:1px solid #ffffff;width:120px;height:36px;line-height:36px;font-size:14px;color:#ffffff;text-decoration:none;margin-top:62px}
.service_list_met_51 .service-list .item:hover .content .item-link{opacity:1;filter:alpha(opacity=100);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))}
.service_list_met_51 .service-list .item:hover .content .item-link{margin-top:24px}
.service_list_met_51 .service-list .item .mask .content .item-link:hover{color:#cc0000;color:;background:#ffffff}
.service_list_met_51 li a img{margin:0 auto;max-width:100%;width:100%}
.service_list_met_51 .head h2{font-size:34px}@media (min-width:767px) and (max-width:1200px){ .service_list_met_51 img{max-width:300px;margin:0 auto}}@media (max-width:767px){ .service_list_met_95_3_51{padding:30px 15px}}
.service_list_met_51 .item-img-panel img{width:45px}
.service_list_met_51 .slick-arrow.slick-prev i{left:-20px}
.service_list_met_51 .slick-arrow.slick-next i{right:-20px}
.service_list_met_51 .slick-arrow i{position:absolute;color:#ffffff;top:0;font-size:80px}
.service_list_met_51 .slick-prev,.service_list_met_95_3_51 .slick-next{width:80px;height:80px}.
.service_list_met_51 .abox{display:block}


.anlirol2 {height:auto;width:90%;margin:0px auto; overflow:hidden;}
.anlirol2 li {float: left;width:31.4%; border:1px solid #f2f2f2;margin: 2% 0 0 1.4%;}
.anlirol2 li a {display: block;overflow: hidden;font-size: 18px;position: relative; }
.anlirol2 li a h4 {overflow: hidden; }
.anlirol2 li a img { margin:0 auto;width:100%; height:auto;display: block;transition: all .5s; }
.anlirol2 li ol {color: #434343;width: 100%;z-index: 555;transition: all .2s;text-align: center;font-size:18px; font-weight:bold; line-height:40px; background-color:#f9f9f9; padding-bottom:10px; box-sizing: border-box;}
.anlirol2 li ol i dd{ margin:0 auto; width:20%;font-family: "微软雅黑"; background-color:#434343;color:#fff; font-size:14px; font-weight:normal; line-height:30px;border-radius:20px;}
.anlirol2 li:hover ol i dd{ background-color:#ccc;color:#666;}
.anlirol2 li ol i {display: block;color: dimgray;font-size: 15px;}
.anlirol2 li ol a {color: #000;font-size: 18px; line-height:26px; } 
.anlirol2 li:hover img {transform: scaleX(1.1) scaleY(1.1); }
.anlirol2 li:hover ol{ background-color:#434343; color:#fff;}



/*------------简介---------*/
.aboutbj{width:100%; height:1010px; background:url(img/aboutbj.jpg) top center no-repeat; margin-top:20px; padding-top:90px; margin-top:30px;overflow:hidden;}
.aboutbj ul{margin:0 auto; width:1340px; height:auto; overflow:hidden;}
.aboutbj ul .a-zw{width:817px;height:auto; text-align:left;overflow:hidden;}
.aboutbj ul .a-zw strong{ width:290px;height:auto; text-align:center;font-family:"微软雅黑"; font-size:34px; padding-bottom:8px; color:#ebb304;line-height:40px;}
.aboutbj ul .a-zw h3{ margin-top:20px;font-family:"微软雅黑"; font-size:30px; color:#ebb304;line-height:50px; font-weight:normal;}
.aboutbj ul .a-zw p{font-family:"微软雅黑"; font-size:16px; color:#ccc; line-height:30px; padding-top:20px;}
.aboutbj ul .a-zw .a-more{width:160px; height:40px; text-align:center; background-color:#ebb304; margin-top:20px;border-radius:20px;}
.aboutbj ul .a-zw .a-more a{font-family:"微软雅黑"; font-size:16px; color:#434343; line-height:40px;}
.aboutbj ul .a-zw .a-more:hover {background-color:#ccc;}

.n_aboutbj{width:100%; height:500px; background:url(img/aboutbj.jpg) bottom center no-repeat;}




/*------------新闻----------*/

.newsbj{width:100%; height:auto; background:url(img/newsbj.jpg) top center no-repeat;  margin-top:60px; padding-top:140px; padding-bottom:60px;}
.h-news-w{ margin:0 auto; width:1400px;
  overflow: hidden;
}
#w-80{margin-top:60px;}
.h-news1{
  margin-bottom:10px;
  padding:2%;
  width:auto;
   width:49%; float:left; margin:0.5%;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.h-news1 .news_img{
  float: left;
  width:35%;
}
.h-news1 .news_img img{
  width: 100%; height:160px;
}
.h-news1 .news_txt {
  float: right;
    width:60%;
  box-sizing: border-box;
}
.h-news1 .news_txt h3{
  display: block;
  margin: 18px 0;
  font-size:20px;
  color: #333;
  line-height:20px;
  transition: color 0.4s;
}
.h-news1 .news_txt p{
  font-size:16px;
  color: #555;
  line-height:26px;
  height:auto;
  overflow: hidden;
}
.h-news1 .news_txt span{
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #ebb304;
}






/*------------foot----------*/
.footer{ background-color:#222;padding-top:40px;overflow:hidden;}
.footer .left {width:380px;height:auto;padding: 20px 0 0;}
.footer .left dl{display:inline-block; vertical-align:top; margin:0 26px; text-align:left;}
.footer .left dl dt{font-size:18px;margin-bottom:24px;}
.footer .left dl dt a{color:#fff; transition:0.36s}
.footer .left dl dt a:hover{color: #ebb304;}
.footer .left dl dd{width:100%; font-size: 14px;color:#ccc;line-height:26px; position:relative; float:left;}
.footer .left dl dd:before{content:"";position:absolute;left:-15px;width:3px;height:0;background:#ebb304;transition: 0.6s;top: 50%;margin-top: -6px;}
.footer .left dl dd a{color: #fff;}
.footer .left dl dd a:hover{color: #ebb304;}
.footer .left dl dd:hover:before{ height:13px}

.footer .center{text-align:center;width:240px;font-size:0;padding: 20px 0 0;}
.footer .center dl{ width:160px; display:inline-block; vertical-align:top; margin:0 26px; text-align:left}
.footer .center dl dt{font-size:18px;margin-bottom: 24px;}
.footer .center dl dt a{color: #fff; transition:0.36s}
.footer .center dl dt a:hover{color: #ebb304;}
.footer .center dl dd{ width:50%;font-size: 14px;color: #868787;line-height: 30px; position:relative; float:left;}
.footer .center dl dd:before{content:"";position:absolute;left:-15px;width:3px;height:0;background:#ebb304;transition: 0.6s;top: 50%;margin-top: -6px;}
.footer .center dl dd a{color: #fff;}
.footer .center dl dd a:hover{color: #ebb304;}
.footer .center dl dd:hover:before{ height:13px}

.footer  .footerfl{ display:inline-block; vertical-align:top; margin-top:40px;text-align:left; width:360px;}
.footer  .footerfl li{background:rgba(255,255,255,0.1); width:155px; height:128px; margin-bottom:13px; float:left}
.footer  .footerfl li em{ width:20px; height:117px; padding:20px 6px 0px; font-size:14px; line-height:15px; color: #fff; float:left;}
.footer  .footerfl li i{ width:89px; height:89px; float:left; margin-top:9px; background-color:#fff; padding:10px;}
.footer  .footerfl li i img{width:89px; height:89px;}

.footer .right{width:288px;height:auto;border-left:#6e7c90 1px solid;padding: 20px 0 0 44px;}
.footer .right h5{ font-size:16px; color:#ffffff}
.footer .right h3{font-size:30px; line-height:50px;color:#fff;font-weight:bold;margin:10px 0 5px;font-family: DINOT;}
.footer .right p{font-size:14px;line-height:20px;color:#61656d; color:rgba(255,255,255,.5); font-family:arial; font-weight:bold; margin-bottom: 32px;}
.footer .right a{display:inline-block;width:100px;height:32px;line-height:32px;font-size:14px;color:#fff;background:#ebb304;border-radius:25px;text-align:center;position:relative;overflow: hidden;}
.footer .right a:before{content:"";position:absolute;width:100px;height:100px;top:50%;margin-top:-50px;left:50%;margin-left:-50px;background: rgba(0,0,0,.1);transform:scale(0);transition:0.6s;border-radius: 50%; opacity:0}
.footer .right a span{ position:relative}
.footer .right a:hover{ color:#fff;overflow: hidden !important;}
.footer .right a:hover:before{transform:scale(1); opacity:1;  border-radius: 50%;}

footer .bot{padding:15px 0; border-top:1px solid #6e7c90; margin-top:20px;}
footer .bot .tt{float:left;color: #fff;line-height:35px;height:35px;margin-right:3px;}
footer .bot .tt img{ margin-right:10px;}
.copyright{float:right;font-size:13px;color: #7d7d7f;line-height:35px;}
.copyright *{display: inline-block;font-size:12px;color: #fff;}
.copyright a{color: #fff;font-size:13px;}
.copyright a:hover{ color:#ebb304; }
footer .bot { font-size:13px; color:#837a74; }

.s_foot_link{float:left;width: 178px;height: 35px;cursor:pointer;position: relative;text-align:left;}
.s_foot_link .tanchu:before{content:"";display:block;border:10px solid transparent;border-top:10px solid #ebf8fa;width:0px;height:0px;position:absolute;bottom: -7px;left:50%;margin-left:-10px;}
.s_foot_link .tanchu>div{background: #ebf8fa;border: 1px solid #e2e2e2;padding:10px 13px;overflow:auto;box-shadow: 0px 6px 12px 0px rgba(225, 59, 58,0.25);}
.s_foot_link .tanchu>div::-webkit-scrollbar {display:none}
.s_foot_link .tanchu a {color: #333; line-height: 27px; display:block; font-size: 12px;}
.s_foot_link .tanchu a:hover{ font-weight:bold;}
.s_foot_link #bnt_link1.a {padding-left:12px;color: #ababab;text-align:left;line-height: 35px;width: 230px;position:absolute;z-index:1;font-size: 14px;}
.s_foot_link #bnt_link1.a i{display:inline-block;font-style:normal;width: 175px;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;color:#919397;}
.s_foot_link .a span{ display:inline-block; float:right; color:#919397; line-height:28px;}


/*------------内页banner---------*/
.ny_bj{width:auto; height:auto; background-color:#f5f5f5;overflow:hidden;}
.nyzw{margin:0 auto; width:1340px; height:auto; font-family:"微软雅黑"; font-size:18px; color:#434343; padding-bottom:50px; margin-top:40px; line-height:30px;text-align:left;overflow:hidden;}
.nyzw strong{font-size:20px; line-height:30px; font-weight:normal; color:#079ef4;}
.p_nyzw{margin:0 auto; width:85%; height:auto; font-family:"微软雅黑"; font-size:15px; color:#434343; padding-bottom:50px; margin-top:40px; line-height:28px;text-align:left;overflow:hidden;}
.p_nyzw strong{font-size:20px; line-height:30px; font-weight:normal; color:#079ef4;}
.p_nyzw p{font-family:"微软雅黑"; font-size:18px; color:#434343;line-height:35px;text-align:left;}
.ny-r-t{width:auto; height:40px; border-bottom:1px dashed #ccc; margin-bottom:30px;}
.ny-r-t  span{ font-size:18px;font-weight:bold;}

/*------------分类---------*/
.fen{ margin:0 auto;width:800px;padding:20px; margin-top:30px;}
.fen ul{height:auto; text-align:center; overflow:hidden;}
.fen ul li {width:23%;height:55px; margin:0.5%; margin-bottom:8px; background-color:#049b32;border-radius:5px;text-align: center;float: left; box-sizing: border-box; position: relative; }
.fen ul li a{text-decoration: none; position: relative;z-index: 3; display: block; line-height:55px; height:55px; font-size:18px; color: #fff;}
.fen ul li a:hover{background:#d0001c\9;color: #fff;}
.fen ul li:after{content:'';position:absolute;height:100%;width:0;border-radius:5px;background:#434343;bottom:0;left:0;-webkit-transition:width .3s;transition:width .3s;}
.fen ul li:hover:after,.fen ul li.cur:after{width:100%;color: #fff;}
.fen ul li.cur a { background:#ed161d; color: #fff; }


.list_contact{margin-bottom:66px;margin-top:66px;}
.mapBox{width: 100%;position: relative;}
.mapBox iframe{width: 85%;height: 620px;}
.mapWrap{width:500px;background: #fff;padding: 30px;position: absolute;right: 0;top: 50%;transform: translateY(-50%);box-shadow: 0 0 15px rgba(0,0,0,0.1);box-sizing: border-box;}
.mapWrap li{padding-left: 50px;line-height:2.5;position: relative;color: #333;}
.mapWrap li img{position: absolute; width:10%;left: 0;top: 0;}
.bgImg{}
.nMore{border: 1px solid #D4D4D4;width: 164px;height: 48px;line-height: 48px;border-radius: 25px;display: inline-block;text-align: center;position: relative;overflow: hidden;}
.nMore::before{width: 300px;height: 300px;border-radius: 50%;position: absolute;left:-100px;top:-100px;content: '';background: linear-gradient(to right,#187BD7,#0554A7);transform: scale(0);transition: all 0.6s ease-in-out;}
.nMore span{position: relative;z-index: 2;color: #999;}
.nMore span:after{content: '';width: 16px;height:24px;display: inline-block;margin-left: 10px;transition: all 0.3s ease-in-out;position: relative;top: 1px;}
.nMore:hover::before,.NewsTuwenTwo:hover dd a .nMore::before{transform: scale(1);}
.nMore:hover span,.NewsTuwenTwo:hover dd a .nMore span{color: #fff;}
.nMore:hover span:after,.NewsTuwenTwo:hover dd a .nMore span:after{filter: brightness(0) invert(1);}



.ny-news01{width:100%;height: auto;}
.ny-news01 li{
  padding:20px;
  width:45%; float: left; margin:1%;
  margin-top:20px;
  background-color:#f9f9f9;
  overflow: hidden;
}
.ny-news01 li .tu1{
	float: left;
	width: 200px;
	height: 145px;
	overflow: hidden;
}
.ny-news01 li .tu1 img{
	width: 200px;
	height: 145px;
	overflow: hidden;
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ny-news01 li:hover .tu1 img{
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out;
}
.ny-news01 li .l01{
  width:100px;
  height:20px;
  margin-top:10px;
  text-align:center;
  line-height:20px;
  color:#888;
  background-color:#f2f2f2;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}


.ny-news01 li .r01{
  float: left;
  width:100%;
  height: auto;
}
.ny-news01 li .r01 a h2{
  display: block;
  width: 100%;
  height: 60px;
  overflow:hidden;
  font-size: 18px;
  font-weight:normal;
  color: #717171;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.ny-news01 li .r01 a h2 span{color:#e60002; font-weight:normal; margin-right:10px;}
.ny-news01 li .r01 p{
  display: block;
  width: 100%;
  height:46px;
  font-size: 14px;
  color: #888;
  letter-spacing: 0px;
  line-height: 150%;
  overflow: hidden;
}
.ny-news01 li .more{width:120px; height:30px; border:1px solid #ccc;text-align:center; }
.ny-news01 li .more a{ font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#ccc;}
.ny-news01 li:hover .more{background-color:#666;transition: all 0.3s ease-in-out;}
/*单页效果*/

.ny-cont{
	padding:10px 0px 20px 0px;
	margin:0 auto;
	width:1340px;
	font-size: 18px;
	color: #333;
	line-height: 190%;
	letter-spacing: 0px;
}
.ny-cont p, .ny-cont p a{
	margin-top:15px;
	font-size: 15px;
	color: #333;
	line-height: 190%;
}
.ny-cont a{
 	font-size: 15px;
	color: #333;
	line-height: 190%;
 }
 .ny-cont-h1{
	display: block;
	width: 100%;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

/*详情页样式*/
.mt-20 {
	margin-top: 20px;
}
.ny-xq{
  margin:30px auto;
  width: 1200px;
  height: auto;
}
.ny-xq-l{
  float: left;
  width: 145px;
  height: 115px;
}
.ny-xq-l .date1{
  position: relative;
  width: 110px;
  height: 36px;
  text-align: center;
}
.ny-xq-l .date1 .year1 {
  position: relative;
  font-size: 20px;
  color: #000;
  font-family:Arial, Helvetica, sans-serif;
  text-align: center;
}
.ny-xq-l .date1 .year1 span{
  position: absolute;
  left:35%;
  z-index:2;
  display:block;
  background: #fff;
  padding: 0 5px;
  font-size: 20px;
  color: #303030;
  font-family:Arial, Helvetica, sans-serif;
  background-color: #fff;
  letter-spacing: 0px; 
}
.ny-xq-l .date1 .year1:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 12px;
  left: 0;
  z-index:1;
}
.ny-xq-l .date2{
  margin-top: 32px;
  text-align: center;
  font-size: 34px;
  line-height: 120%;
  color: #08C339;
  font-family:Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
}
.ny-xq-l .read1{
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  color: #333333;
  letter-spacing: 0px;
}
.ny-xq-l .read1 strong{
  font-weight: bold;
}
.ny-xq-r{
  float: right;
  padding:18px 45px;
  width: 960px;
  height: 80px;
  background-color: #e7e7e7;
  overflow: hidden;
}
.ny-xq-r p{
  display: block;
  height: 70px;
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
  overflow: hidden;
}
.ny-xq-r p p{
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
}

/*新闻详情页样式*/
.newszwbj{ width:auto; height:auto; overflow:hidden;}
.new-cont-h1{text-align:center; font-family:"微软雅黑"; font-size:30px; line-height:40px;color:#535353; padding-top:30px;font-weight:normal;}
.new-xq{
  margin:0px auto;
  margin-top:30px;
  width:100%;
  background-color:#fff;
  height: auto;
  overflow:hidden;
}
.new-xq-l{
  width:100%;
  height:auto;
  text-align:left;
  
}
.new-xq-l .date1{
  width: 100%;
  height: auto;
  text-align: left;
}
.new-xq-l .date1 .year1 {
  font-size: 20px;
  color: #000;
  line-height:30px;
  font-family: "微软雅黑";
  font-weight:normal;
  text-align: center;
}
.new-xq-l .date1 .year1 span{
  position: absolute;
  z-index:2;
  display:block;
  font-size:15px;
  color: #b2b2b2;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px; 

}
.new-xq-l .date1:before{
  content: "";
  display: block;
  width: 100%;
  height:30px;
  position: absolute;
  left: 0;
  z-index:1;
}
.new-xq-l .date2{
  margin-top: 32px;
  text-align: center;
  font-size: 34px;
  line-height: 120%;
  color: #27cbf1;
  font-family:Impact;
  letter-spacing: 0px;
}
.new-xq-l .read1{
  position:relative;
  z-index:22222;
  width:120px;
  font-size:13px;
  padding-top:0px;
  text-align: center;
  background-color:#efeeee;
  color: #888;
  letter-spacing: 0px;
  float:right;
 
}
.new-xq-l .read1 strong{
  font-weight: bold;
}
.new-xq-r{
  width:99%;
  height:auto;
  margin-bottom:30px;
  text-align:center;
  border-top:1px solid #ccc;
  background-color:#f9f9f9;
  padding:10px;
  overflow: hidden;
}
.new-xq-r p{
  display: block;
  height: auto;
  font-size: 14px;
  color: #666;
  text-align:left;
  line-height: 170%;
  letter-spacing: 0px;
  overflow: hidden;
}
.new-xq-r p p{
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
}


.ny-l01 {
    float: left;
    width: 250px;
}
.ny-r01 {
    float: right;
    width: 956px;
}
.ny-l-fenlei{
  padding:20px 15px 50px 15px;
  background-color: #043d77;
  border-radius: 15px;
}
.ny-l-fenlei .ny-fl-tit{
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.ny-l-fenlei .line01{
  margin:0 auto;
  margin-top: 15px;
  width: 60%;
  height: 5px;
  background-color: #fff;
}
.ny-fenlei1{
  height: auto;
  overflow: hidden;
}
.ny-fenlei1 dt a{
  display: block;
  margin:15px 0px;
  width: 100%;
  height: 30px;
  background-color: #fbe000 ;
  font-size: 17px;
  color: #000;
  text-align: center;
  line-height: 30px;
  border-radius: 20px;
}
.ny-fenlei1 dd a{
  display: block;
  padding:3px;
  width: 100%;
  border-bottom:1px dashed #5084b5;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.ny-fenlei1 dd a:hover{
  background-color: #039de5;
  color: #fff;
}
.ny-fenlei1-hover{
  background-color: #fe0000 !important;
  color: #fff !important;
}

/* 联系内页 */

.contact-wrapper {
  padding:0.25vw 0.5416666667vw;
}
@media screen and (max-width: 768px) {
  .contact-wrapper {
    padding: 20px;
  }
}
.contact-wrapper .big-title {
  color: #e60012;
  margin-bottom: 2.0833333333vw;
}
.contact-wrapper .title-gray {
  color: #999;
  margin-bottom: 0.5208333333vw;
}
.contact-wrapper .desc {
  font-size: 1.3541666667vw;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .desc {
    font-size: 16px;
  }
}
.contact-wrapper .desc-small {
  font-size: 0.9375vw;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .desc-small {
    font-size: 14px;
  }
}
.contact-wrapper .desc-red {
  color: #e60012;
}
.contact-wrapper .clean-padding-top > div {
  padding-top: 0 !important;
}
.contact-wrapper .contact {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .contact {
    flex-wrap: wrap;
  }
}
.contact-wrapper .contact.border-top {
  background-color:#f9f9f9; margin-bottom:1%; padding:1%;
}
.contact-wrapper .contact.border-bottom {
  border-bottom: 1px solid #cccbcb;
}
.contact-wrapper .contact > div {
  flex: 0 0 27%;
  padding-left:5%;
  padding-bottom: 1.125vw;
  padding-top: 1.125vw;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .contact > div {
    flex: 0 0 100%;
  }
}
.contact-wrapper .contact-email {
  display: flex;
  padding-bottom: 3.125vw;
  padding-top: 3.125vw;
}
.contact-wrapper .contact-email .img-wrapper {
  flex: 0 0 23.4375vw;
}
.contact-wrapper .contact-email .text-wrapper {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.contact-wrapper .contact-email .text-wrapper .big-title {
  width: 100%;
  color: #e60012;
  margin-bottom: 2.0833333333vw;
}
.contact-wrapper .contact-email .text-wrapper .wrapper {
  flex: 1;
}

.h-proc2{
    margin:0 auto;
	width:auto;
	height: auto;
	margin-bottom:30px;
	text-align: center !important;
}
.h-proc2 a{
	display: inline-block;
	margin:2px;
	height:45px;
	width:13.8%;
	margin:0.2%;
	background-color:#434343;
	font-size:15px;
	color: #ccc;
	text-align: center;
	line-height:45px;
	border-spacing:5px;
}
.h-proc2 a:hover{
	background-color: #f08226;
	color: #fff;}



/*====================1550====================*/
@media screen and (min-width: 768px) and (max-width: 1680px){
#l-nav{width:53%;}
#l-nav .navUl{ margin:0 auto;width:100%;font-size:0;}
#l-nav .tNav .navName{font-size:16px;padding:1.6rem .1vw}
#header .topdh{padding-bottom:27px;}
#header .topdh p{font-size:24px; line-height:40px;}

}
