@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */



/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Microsoft YaHei","Arial"; color:#666;}

p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Microsoft YaHei","Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}

/* top

-------------------------------------------------------------- */

.header{
	width:100%;
	height:100px;
	position: fixed;
	z-index: 9999;
	top:0;
	padding:0 1%;
	}
.logo{
	overflow:hidden;
	padding:17px 0;
}
.topewm{
	text-align:center;
	padding:30px 0 30px 30px;
	position:relative;
	cursor:pointer;
	}
.topewm:before{
	content:"";
	width:1px;
	height:32px;
	background:rgba(255,255,255,0.6);
	position:absolute;
	left:0;
	top:34px;
}
.topewm .ewmimg{
	opacity:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position:absolute;
	background:#fff;
	padding:10px;
	border-radius:5px;
	top:100px;
	right:0;
}
.topewm .ewmimg img{
	width:100px;
}
.topewm:hover .ewmimg{
	opacity:1;
}
.cnen{
	overflow:hidden;
	padding:24px 0;
	margin-right:16px;
}
.cnen a{
	font-size:16px;
	color:#fff;
	line-height:30px;
	float:left;
	font-family:Arial;
	margin-right:15px;
	padding:10px 0;
}
.cnen a:hover,.cnen a.cur{
	border-bottom:solid 2px #fff;
}
.small{
	background: rgba(0,0,0,0.3);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3); 
	border-bottom:none;
}
/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

/* Shield

 ================================================================= */

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);



  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}
.nav{
	text-align:right;
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav span{

	display:block !important;

	width:100%;

	line-height:20px;
	font-size:13px;
	font-family:Arial;
	color:#b8b8b8;
	text-transform:uppercase;
}


.nav .menu > li{
	float:left;
	text-align:center;
	line-height:100px;
	position:relative;
	}
.nav .menu > li:before{
	content:"";
	width:0;
	height:2px;
	background:#05884f;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-13px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nav .menu > li:hover:before,.nav .menu > li.active:before{
	width:26px;
	}

.nav .menu > li a{
	color:#fff;
	font-size:17px;
	font-weight:bold;
	display:block;
	padding:0 45px;
	line-height:100px;
	}
.nav .menu > li:hover a,.nav .menu > li.active a{
	color:#05884f;
}
.nav .menu > li:hover span,.nav .menu > li.active span{
	display:block !important;
	}


.nav .menu > li .submenu{

	width:160px;
	left:50%;
	margin-left:-80px;
	}

.nav .menu > li .submenu li{

	width:100%;
	line-height:30px;
	background:#05884f;
	text-align:center;
	margin-top:1px;
}

.nav .menu > li .submenu li a{

	display:block;
	color:#fff;
	padding:10px 0;
	font-size:16px;
	line-height:30px;
	margin:0;
}

.nav .menu > li .submenu li:hover{

	background: -webkit-linear-gradient(left, #209f4c , #bcf032); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #209f4c , #bcf032); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #209f4c , #bcf032); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #209f4c , #bcf032); /* 标准的语法 */

}
.nav .menu > li .submenu li:hover a{
	color:#fff;
	}
.nav .menu > li.current:after{
	width:84px;
	}

.cont{
	width:1476px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1476px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	position:relative;
	text-align:center;
	}
/*首页*/
.hbanner-img{
	height: 1080px; height: 100vh; background-size:cover ; background-position:center ;text-align: center;  position: relative;
	
	
}
.hbanner  .swiper-slide-active .hbanner-img{
	animation: pic_m 4s ease;
	-webkit-animation: pic_m 4s ease;
}
.hbanner .hbanner-tit{
	overflow:hidden;
	text-align:center;
	position: absolute; 
	left:50%;
	margin-left:-210px;
	top:50%;
	margin-top:-260.5px;
	z-index:99;
}
.hbanner .hbanner-tit img{
	max-width:100%;
	height:auto;
}
.hbanner-tit .dot{
	display: inline-block;vertical-align: middle; width: 15px; height: 15px; border-radius: 50%; background: #fff; margin: 0 15px; 
}


.hbanner .swiper-scrollbar{
	background:#fff;
}
.hbanner.swiper-container-horizontal>.swiper-scrollbar{
	width:23px;
	height:147px;
	left:inherit;
	right:60px;
	top: 30%;
	z-index:99;
	opacity: 1 !important;
}
.hbanner .swiper-scrollbar-drag{
	width:23px !important;
	height:23px;
	z-index: 99;
	background:#fff;
}
.hbanner.swiper-container-horizontal>.swiper-pagination{
	width: 23px; 
	left:inherit;
	right:60px;
	top: 30%;
	bottom:inherit;
}
.hbanner .swiper-pagination-total{
	margin-left: 3px;
}
.hbanner .swiper-pagination-current{
	display: block;font-size: 78px; 
}
.hbanner .swiper-button-prev,
.hbanner .swiper-button-next{
	width: 70px; 
	height: 70px; 
	border:solid 1px #fff;
	border-radius:50%;
	top: 50%;
	margin-top:-35px;
}

.hbanner .swiper-button-prev{
	left: 8%; 
	background: url(../images/prev.png) no-repeat center;
	
}
.hbanner .swiper-button-next{
	right: 8%; 
	background: url(../images/next.png) no-repeat center;
}
.hbanner .swiper-pagination-bullet
{
	width:23px;
	height:23px;
	display:inline-block;
	background:url(../images/dot.png) no-repeat center;
	opacity:1;
}
.hbanner.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
	margin:13px 0;
}
.hbanner .swiper-pagination-bullet-active
{
	background:url(../images/doth.png) no-repeat center;
}
@keyframes pic_m {
  0% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
/*shubiao*/
.shubiao-index{
	position:absolute;
	bottom:35px;
	right:36px;
	z-index:99;
}
.shubiao{
	width:100%;
	margin:40px auto 0;
	position:relative;
}
.shubiao-ncon{
	margin-top:70px;
}
.shubiao_line {
    width: 1px;
    height: 60px;
    background: #fff;
    margin:10px auto;
}
.shubiao_pinyin{
	font-size:14px;
	text-align:center;
	color:#282828;
	margin-top:5px;
}
.shubiao span{
	display:block;
	width:2px;
	height:270px;
	border:none;
	background:rgba(255,255,255,0.5);
	margin:0 auto 20px;
	position:relative;
	z-index:5;
}
.shubiao span:before{
	content:"";
	width:2px;
	height:94px;
	background:#0b8851;
	position:absolute;
	left:0;
	top:0;
	z-index:9;
}
.mouse {
  position: relative;
  width: 32px;
  height: 52px;
  border-radius: 30px;
  border: 3px solid #fff;
  margin:auto;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 5px;
  height: 10px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.shubiao p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:15px;
	color:#fff;
	line-height:30px;
	}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
.toptel{
	overflow:hidden;
	padding:39.5px 0;
	margin-right:38px;
	}
.banner .owl-wrapper .owl-item:nth-child(1){
	background: url(../images/banner1.jpg) no-repeat top center;
	background-size: cover;
}
.banner .owl-wrapper .owl-item:nth-child(2){
	background: url(../images/banner1.jpg) no-repeat top center;
	background-size: cover;
}
.banner .owl-wrapper .owl-item:nth-child(3){
	background: url(../images/banner1.jpg) no-repeat top center;
	background-size: cover;
}
.banner .owl-carousel{
	height:100vh;
}
.banner .owl-wrapper,
.banner .owl-carousel .owl-wrapper-outer,
.banner .owl-item{
	height:100%;
}
.banner .owl-pagination{
	width:45px;
	height:300px;
	border-radius:50% 0 0 50%;
	padding-top:95px;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-150px;	
	z-index:100;
	display:none;
}
.banner .owl-page span{
	display:block;
	width:10px;
	height:10px;
	border:solid 2px #fff;
	border-radius:50%;
	color: rgba(255,255,255,0);
	margin: 0 auto;
}
.banner .owl-page{
	width:10px;
	height:10px;
	margin:20px auto 20px;
	border-radius:50%;
}
.banner .owl-page:hover,.banner .owl-page.active{
	background:#fff;
}
.banner .owl-page:hover span,.banner .owl-page.active span{
	opacity:0;
}
.banner .owl-controls .owl-buttons{
	width:348px;
	height:144px;
	background:#003198;
	position: absolute;
    left: 0;
    bottom: 0;
	}
.banner .owl-prev{
	width:37px;
	height:13px;
	background:url(../images/prev.png) no-repeat center;
	position:absolute;
	right:110px;
	top:50%;
	margin-top:-6.5px;
}
.banner .owl-number{
	height:144px;
	background:url(../images/dotbg.png) no-repeat center;
	text-align:center;
	font-size:26px;
	position:absolute;
	left:48px;
	bottom:0;
	color:#fff;
	line-height:200px;
}
.banner .owl-number span:before {
    content: "0";
}
.banner .owl-number span{
	font-size:46px;
	color:#fff;
	font-family:Arial;
	display:block;
	float:left;
	line-height:100px;
}
.banner .owl-next{
	width:37px;
	height:13px;
	background:url(../images/next.png) no-repeat center;
	position:absolute;
	right:50px;
	top:50%;
	margin-top:-6.5px;
}
.banner .item .cont{
	position:absolute; 
	top:49%; 
	padding-left:12.5%;
	z-index:100;
}
.banner .item .banner1{
	width:31%;
	overflow:hidden;
	position:absolute;
	left:12.6%;
	top:29%;
	z-index:99;
}
.banner .item .banner1 .p1{
	overflow:hidden;
	text-align:left;
}
.banner img{
	max-width:100%;
	height:auto;
}
.banner .item .banner1 h3{
	overflow:hidden;
	font-size:40px;
	color:#fff;
	line-height:50px;
	text-align:left;
	margin-top:44px;
}
.banner .item .banner1 hr{
	width:100%;
	border:none;
	border-bottom:solid 1px rgba(255,255,255,0.5);
	margin-top:54px;
}
.banner .more{
    display: block;
    width: 200px;
    height: 58px;
    text-align: center;
    line-height: 58px;
	border:solid 2px #fff;
    font-size: 16px;
	color: #fff;
	margin-top:106px;
}
.banner2{
	overflow:hidden;
	position:absolute;
	right:12.6%;
	top:30%;
}
.banner2 h3{
	overflow:hidden;
	font-size:62px;
	color:#fff;
	line-height:72px;
	text-align:left;
	margin-bottom:10px;
}
.banner2 h4{
	overflow:hidden;
	font-size:28px;
	color:#fff;
	line-height:38px;
	text-align:left;
	font-weight:normal;
	margin-bottom:42px;
}
.banner2 p{
	overflow:hidden;
	font-size:20px;
	color:rgba(255,255,255,0.7);
	line-height:35px;
	text-align:left;
}
.banner3{
	overflow:hidden;
	position:absolute;
	left:12.6%;
	bottom:23%;
}
.banner3 h3{
	overflow:hidden;
	font-size:60px;
	line-height:70px;
	color:#fff;
	text-align:left;
}
.banner3 p{
	overflow:hidden;
	font-size:20px;
	line-height:35px;
	color:#fff;
	text-align:left;
	margin-top:45px;
}
.item p.p2{
	color:#fff; 
	line-height:55px;
	font-size:50px;
	margin-top:15px;
}
.item p.p3{
	width:50%;
	color:#fff; 
	line-height:30px;
	font-size:16px;
	margin-top:72px;
}
.banner .owl-carousel .owl-item:first-child .p3{
	text-indent:2em;
}
.item p.p4{
	width:600px;
	color:#fff; 
	line-height:60px;
	font-size:22px;
	background:#1a3eb3;
	text-align:center;
	letter-spacing:5px;
	margin-top:34px;
}
.item p.p5{
	font-family:Arial;
	font-size:24px;
	color:#fff;
	line-height:30px;
	margin-top:4px;
	letter-spacing: 5px;
	margin-top:17px;
}
.item p.p6{
	font-family:Arial;
	font-size:24px;
	color:rgba(255,255,255,0.4);
	line-height:30px;
	margin-top:4px;
	font-weight:normal;
}
.item p.p7{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:112px;
}
.item p.p7 img{
	width:auto;
}
.banner .owl-carousel .owl-item:nth-child(2) .item .cont{
	right:0;
	padding-left: 0;
	padding-right: 12.5%;
}
.banner .owl-carousel .owl-item:nth-child(2) .p1,.banner .owl-carousel .owl-item:nth-child(2) .p2,.banner .owl-carousel .owl-item:nth-child(2) .p5{
	text-align:right;
}
.banner .owl-carousel .owl-item:nth-child(2) .p2{
	font-size:54px;
	line-height:60px;
}
.banner .owl-carousel .owl-item:nth-child(2) .p4{
	float:right;
	margin-top:136px;
}
.banner .owl-carousel .owl-item:nth-child(3) .p3{
	font-size:22px;
	line-height:30px;
	letter-spacing: 5px;
}
.banner .owl-carousel .owl-item:nth-child(3) .cont{
	left:50%;
	margin-left:-719px;
	padding-left:0;
	top:50%;
	margin-top:-137.5px;
}
.banner .owl-carousel .owl-item:nth-child(3) .p2{
	margin-top:0;
}
.banner .owl-carousel .owl-item:nth-child(3) .p2,.banner .owl-carousel .owl-item:nth-child(3) .p6,.banner .owl-carousel .owl-item:nth-child(3) .p3,.banner .owl-carousel .owl-item:nth-child(3) .p4{
	text-align:center;
}
.banner .owl-carousel .owl-item:nth-child(3) .p3{
	width:100%;
	margin-top:26px;
}
.banner .owl-carousel .owl-item:nth-child(3) .p4{
	width:400px;
	margin:55px auto 0;
	font-size:22px;
}

.banner video{ width:100%; height:100%; object-fit: cover;}
/*banner*/
.scrollnews{
	width:44%;
	height:176px;
	overflow:hidden;
	padding:0 0 0 58px;
	background:#c70b19;
	position:absolute;
	right:0;
	bottom:-22px;
	line-height:32px;
	padding-left:50px;
	font-size:16px;
	color:#fff;
}
.scrollnews ul{ overflow:hidden;}
.scrollnews ul li{width:100%; height:176px; overflow:hidden;  -moz-transition:all 0.4s;-webkit-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;} 
.scrollnews ul li a{width:75%;overflow:hidden;display:block; text-align:left; float:left;font-size:16px;color:#fff;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.scrollnews ul li span{width:25%;overflow:hidden; display:block; float:left;font-size:16px;color:#fff;text-align:right;}
.scrollnews ul li:hover .spanT{ color:#e0222c;}
.tnewslf{
	width:55%;
	overflow:hidden;
	}
.tnewslf h4{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	}
.tnewsmore{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:rgba(255,255,255,0.4);
	background:url(../images/icon2.png) no-repeat 60px center;
	margin-top:10px;
	}
.tnewsrt{
	width:45%;
	overflow:hidden;
	font-size:60px;
	line-height:60px;
	color:#fff;
	font-family:Arial;
	}
/* tit

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#009151;
	line-height:50px;
	margin:0;
	font-weight:normal;
	}
.tit h3 a{
	font-size:40px;
	color:#009151;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	font-family:Arial;
	color:#05884f;
	line-height:30px;
	text-transform:uppercase;
	margin-top:2px;
	}

/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top left;
	background-size:cover;
	padding-top:148px;
	}
.about .tit h3,.about .tit h3 a{
	color:#fff;
	}
.about .tit p{
	color:#fff;
	}
.aboutlf{
	width:75%;
	overflow:hidden;
	}
.aboutlf .aboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#fff;
	margin-top:48px;
	padding-right:53%;
	}
.aboutlf .aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:74px;
	}
.aboutlf .aboutmore a{
	float:right;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlf .aboutmore a:hover{
	margin-right:10px;
}
.aboutlf .aboutcont{
	width:100%;
	overflow:hidden;
	background:#fff;
	border-radius:0 40px 0 40px;
	margin-top:64px;
	}
.aboutlf .aboutcont .aboutimg{
	width:35%;
	overflow:hidden;
	}
.aboutlf .aboutcont .aboutcontrt{
	width:65%;
	overflow:hidden;
	padding:80px 90px 0 90px;
	}
.aboutcont .aboutcontrt h4{
	width:100%;
	overflow:hidden;
	font-size:26px;
	line-height:36px;
	color:#1f1f1f;
	}
.aboutcont .aboutcontrt h4{
	width:100%;
	overflow:hidden;
	font-size:26px;
	line-height:36px;
	color:#1f1f1f;
	font-weight:normal;
	}
.aboutcont .aboutcontrt .abouten{
	width:100%;
	overflow:hidden;
	font-size:13px;
	color:#8d8d8d;
	text-transform:uppercase;
	line-height:30px;
	margin-top:4px;
	}
.aboutcont .aboutcontrt .aboutms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#585858;
	margin-top:20px;
	}
	
/* pro
-------------------------------------------------------------- */
.pro {
	width:100%;
	overflow:hidden;
	background:url(../images/probg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:24px;
	padding-bottom:276px;
}
.pronr .prolf{
	width:18%;
	overflow:hidden;
	border-right:solid 1px #eee;
	padding-top:166px;
	padding-bottom:370px;
	}
.prolf .tit{
	margin-bottom:58px;
	}
.pronr .prolf ul,.pronr .prolf ul li{
	width:100%;
	overflow:hidden;
	}
.pronr .prolf ul li{
	line-height:30px;
	margin-top:17px;
	}
.pronr .prolf ul li a{
	font-size:16px;
	color:#000;
	position:relative;
	}
.pronr .prolf ul li a:after{
	content:"";
	width:0;
	height:4px;
	background:rgba(5,136,79,0.5);
	position:absolute;
	left:0;
	bottom:1px;
	    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.pronr .prolf ul li:hover a:after,.pronr .prolf ul li.cur a:after{
	width:100%;
	}
.pronr .prolf ul li:hover a,.pronr .prolf ul li.cur a{
	font-weight:bold;
	}
.pronr .prort{
	width:79%;
	overflow:hidden;
	padding-top:164px;
	padding-bottom:70px;
	position:relative;
	}
.prort .swiper-button-next,.prort .swiper-button-prev{
	width:70px;
	height:70px;
	position:absolute;
	border:solid 2px #05884f;
	border-radius:50%;
	bottom:0;
	left:inherit;
	top:inherit;
	z-index:99;
	}
.prort .swiper-button-prev{
	background:url(../images/proprev.png) no-repeat center;
	right:35%;
	}
.prort .swiper-button-next{
	background:url(../images/pronext.png) no-repeat center;
	right:27%;
	}
.prort .swiper-button-next{
	}
.prolist{
	width:100%;
	overflow:hidden;
	}
.prolist .prolist_lf{
	width:58%;
	overflow:hidden;
	padding-left:35px;
	}
.prolist .prolist_rt{
	width:42%;
	overflow:hidden;
	padding-top:76px;
	}
.prolist .prolist_rt dl{
	overflow:hidden;
	padding:0 10px;
	}
.prolist .prolist_rt dl dt,.prolist .prolist_rt dl dd{
	width:100%;
	overflow:hidden;
	}
.prolist .prolist_rt dl dt{
	border-radius:5px;
	}
.prolist .prolist_rt dl dt img{
	max-width:100%;
	height:auto;
	}
.prolist .prolist_rt dl:hover dt img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
	}
.prolist .prolist_rt dl dd{
	line-height:30px;
	font-size:16px;
	color:#000;
	margin-top:17px;
	}
.proxq{
	width:35%;
	overflow:hidden;
	padding-top:114px;
	}
.proxq h5{
	width:100%;
	overflow:hidden;
	font-size:43px;
	color:#000;
	line-height:53px;
	font-weight:normal;
	}
.proxq p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#585858;
	line-height:30px;
	margin-top:3px;
	}
.promore{
	font-size:16px;
	color:#fff;
	width:140px;
	height:46px;
	overflow:hidden;
	text-align:center;
	line-height:46px;
	background: -webkit-linear-gradient(left, #209f4c , #bcf032); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #209f4c , #bcf032); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #209f4c , #bcf032); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #209f4c , #bcf032); /* 标准的语法 */
  border-radius:35px;
  margin-top:38px;
  position:relative;
  z-index: 9;
	}
.promore:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.promore:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.proimg{
	width:65%;
	overflow:hidden;
	}
.proimg img{
	max-width:100%;
	height:auto;
	}

/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:url(../images/newsbg.jpg) no-repeat bottom center;
	background-size:cover;
	padding-top:130px;
	padding-bottom:116px;
	}
.news .newsnr{
	position:relative;
	}
.news .newstit{
	width:100%;
	overflow:hidden;
	}
.newstit .tit,.newstit .newsmenu{
	padding:0;
	}
.newstit .newsmenu{
	overflow:hidden;
	text-align:right;
	}
.newstit .newsmenu ul{
	overflow:hidden;
	display:inline-block;
	}
.newstit .newsmenu ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	padding-right:56px;
	border-top:solid 1px #d0d0d0;
	margin-left:68px;
	padding-top:10px;
	position:relative;
	}
.newstit .newsmenu ul li:before{
	content:"";
	width:0;
	height:1px;
	background:#05884f;
	position:absolute;
	left:0;
	top:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.newstit .newsmenu ul li a{
	color:#000;
	font-size:16px;
	}
.newstit .newsmenu ul li:hover{
	border-top:solid 1px #05884f;
	}
.newstit .newsmenu ul li:hover:before{
	width:100%;
	}
.newstit .newsmenu ul li:hover a{
	color:#05884f;
	}
.newslist{
	margin-top:98px;
	}
.newslist,.newslist ul{
	width:100%;
	overflow:hidden;
	}
.newslist ul li{
	padding:0 10px 225px 10px;
	border-bottom:solid 2px #fff;
	margin-bottom:4px;
	position:relative;
	}
.newslist ul li:after{
	content:"";
	width:0;
	height:8px;
	background:#05884f;
	position:absolute;
	left:0;
	bottom:-4px;
	border-radius:5px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.newslist ul li:hover:after{
	width:190px;
	}
.newslist ul li dl,.newslist ul li dl dt,.newslist ul li dl dd{
	width:100%;
	overflow:hidden;
	}
.newslist ul li dl{
	background:#fff;
	}
.newslist ul li dl dt{
	height:256px;
	position:relative;
	}
.newslist ul li dl dt .newsbg{
	width:100%;
	height:33px;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newslist ul li:nth-child(2n+1) dl dt .newsbg{
	background:url(../images/newsbg2.png) no-repeat left center;
	}
.newslist ul li:nth-child(2n+1):hover dl dt .newsbg{
	background:url(../images/newsbgh2.png) no-repeat left center;
	}
.newslist ul li:nth-child(2n) dl dt .newsbg{
	background:url(../images/newsbg3.png) no-repeat right center;
	}
.newslist ul li:nth-child(2n):hover dl dt .newsbg{
	background:url(../images/newsbgh3.png) no-repeat right center;
	}
.newslist ul li dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newslist ul li:hover dl dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.newslist ul li dl{
	border-radius:10px 10px 0 0;
	}
.newslist ul li dl dd{
	width:100%;
	overflow:hidden;
	padding:10px 34px 26px 34px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newslist ul li dl dd .newsdate{
	font-size:16px;
	color:#8f8f8f;
	line-height:30px;
	}
.newslist ul li dl dd h5{
	width:100%;
	overflow:hidden;
	height:60px;
	font-size:20px;
	color:#000;
	line-height:30px;
	margin-top:9px;
	}
.newslist ul li dl dd .newsxq{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#05884f;
	line-height:30px;
	margin-top:39px;
	}
.newslist ul li:hover dl dd{
	background:#05884f;
	}
.newslist ul li:hover dl dd .newsdate,.newslist ul li:hover dl dd h5,.newslist ul li:hover dl dd .newsxq{
	color:#fff;
	}
.newsmore{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:94px;
	}
.newsmore a{
	display:block;
	width:200px;
	height:62px;
	overflow:hidden;
	line-height:62px;
	font-size:16px;
	color:#fff;
	text-align:center;
	border-radius:35px;
	margin:auto;
	background: -webkit-linear-gradient(left, #209f4c , #bcf032); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #209f4c , #bcf032); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #209f4c , #bcf032); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #209f4c , #bcf032); /* 标准的语法 */
  position:relative;
  z-index:99;
	}
.newsmore a:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.newsmore a:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	text-align:right;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:109px;
	}
.link a{
	margin-right:10px;
	color:#fff;
	font-size:16px;
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:url(../images/footerbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:180px;
}
.footer .footerlf{
	overflow:hidden;
	padding:0;
	}
.footer .footerlf h4{
	width:100%;
	overflow:hidden;
	font-size:45px;
	line-height:55px;
	color:#fff;
	font-weight:normal;
	}
.footerlf .footerlfnr{
	width:100%;
	overflow:hidden;
	}
.footerlf .footerlfnr dl{
	width:286px;
	overflow:hidden;
	float:left;
	margin-right:25px;
	margin-top:68px;
	}
.footerlf .footerlfnr dl dt,.footerlf .footerlfnr dl dd{
	width:100%;
	overflow:hidden;
	}
.footerlf .footerlfnr dl dt{
	font-size:22px;
	color:#fff;
	line-height:32px;
	font-weight:normal;
	padding-left:40px;
	margin-bottom:32px;
	}
.footerlf .footerlfnr dl dd{
	font-size:16px;
	color:#fff;
	line-height:55px;
	text-align:center;
	border:solid 1px rgba(255,255,255,0.3);
	border-radius:8px;
	}
.footerlf .footerlfnr dl dd a{
	font-size:16px;
	color:#fff;
}
.footer .footerrt{
	overflow:hidden;
	padding:0;
	}
.footerlf .footerlfnr dl:nth-child(1) dt{
	background:url(../images/icon2.png) no-repeat left center;
	}
.footerlf .footerlfnr dl:nth-child(2) dt{
	background:url(../images/icon3.png) no-repeat left center;
	}
.footerlf .footerlfnr dl:nth-child(3) dt{
	background:url(../images/icon4.png) no-repeat left center;
	}
.footerlf .footerlfnr dl:nth-child(4) dt{
	background:url(../images/icon5.png) no-repeat left center;
	}
.footerrt .bnav{
	width:100%;
	overflow:hidden;
	text-align:right;
	}
.footerrt .bnav ul{
	overflow:hidden;
	display:inline-block;
	}
.footerrt .bnav ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	margin-left:38px;
	}
.footerrt .bnav ul li a{
	font-size:16px;
	color:#fff;
	}
.footerrt dl{
	overflow:hidden;
	float:right;
	margin-top:72px;
	}
.footerrt dl dt,.footerrt dl dd{
	overflow:hidden;
	}
.footerrt dl dd{
	text-align:center;
	line-height:30px;
	color:#fff;
	font-size:15px;
	margin-top:7px;
	}
.bot{
	width:100%;
	overflow:hidden;
	line-height:30px;
	padding:57px 0 60px 0;
	font-size:16px;
	color:rgba(255,255,255,0.6);
	border-top:solid 1px rgba(255,255,255,0.2);
	margin-top:42px;
	}
.bot .botlf,.bot .botrt{
	padding:0;
	font-size:15px;
	color:rgba(255,255,255,0.7);
	}
.bot .botlf p,.bot .botlf p a{
	font-size:15px;
	color:rgba(255,255,255,0.7);
	}
.bot .botlf p{
	line-height:30px;
	}
.bot .botrt{
	text-align:right;
	}
.bot .botrt img{
	max-width:100%;
	height:auto;
	}
.bot a{
	font-size:16px;
	color:rgba(255,255,255,0.6);
}
.bot a:hover{
	color:#fff;
}
.bdl{
	width:100%;
	overflow:hidden;
	margin-top:36px;
	}
.bdl dl{
	border:solid 1px #313131;
	padding:14px 0 17px 0;
	margin-bottom:0;
	}
.bdl dl:first-child{
	border-left:none;
	}
.bdl dl:last-child{
	border-right:none;
	}
.bdl dl dt{
	padding:0 0 0 66px;
	}
.bdl dl dt p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	color:rgba(255,255,255,0.4);
	font-weight:normal;
	}
.bdl dl dt p a{
	font-size:16px;
	color:rgba(255,255,255,0.4);
}
.bdl dl dd{
	text-align:center;
	padding:0;
	}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:500px;
	background:url(../images/aboutban.jpg) no-repeat top center;
	background-size:cover;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.banner_n{
		height:667px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:438px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:375px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:354px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:333px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:267px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:258px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:200px;
	}
}

/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #e6e6e6;
}
.positionnr .positionrt{
	text-align:right;
	font-size:16px;
	color:#343434;
	line-height:30px;
	padding:15px 0 15px 32px;
	background:url(../images/icon10.png) no-repeat left center;
	}
.positionnr .positionrt a{
	font-size:16px;
	color:#343434;
	}
.position a:hover {
	color: #5ea611;
}
.nmenu{
	overflow:hidden;
	}
.nmenu ul{
	overflow:hidden;
	margin:0;
	}
.nmenu ul li{
	overflow:hidden;
	float:left;
	line-height:60px;
	margin-right:52px;
	text-align:center;
	}
.nmenu ul li a{
	font-size:16px;
	color:#000;
	display:block;
	position:relative;
	}
.nmenu ul li a:after{
	content:"";
	width:0;
	height:2px;
	background:#05884f;
	position:absolute;
	bottom:0;
	left:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nmenu ul li:hover a:after,.nmenu ul li.active a:after{
	width:100%;
	}
.nmenu ul li.active a{
	color:#05884f;
}
/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow: hidden;
	font-size: 32px;
	color: #112010;
	line-height:42px;
	text-align:center;
	font-weight:normal;
	}
.ntit hr{
	width:56px;
	border:none;
	border-bottom:solid 2px #009151;
	margin:18px auto 0;
	}
/* nabout
-------------------------------------------------------------- */
.nabout{
	margin-top:60px;
	margin-bottom:60px;
	}
.nabout .nabouttit{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.nabout .nabouttit .nabouttiten{
	width:100%;
	height:154px;
	font-family:Arial;
	font-size:154px;
	color:#f5f5f5;
	line-height:154px;
	text-transform:uppercase;
	font-weight:bold;
	}
.nabout .nabouttit h4{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#05884f;
	line-height:45px;
	font-weight:bold;
	margin:0;
	position:absolute;
	left:0;
	bottom:12px;
	}
.nabout .naboutnr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.nabout .naboutnr p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nabout .naboutnr img{
	max-width:100%;
	height:auto;
	}

/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:60px;
	margin-bottom:60px;
	}
.npro dl{
	padding:0 10px;
	margin:20px 0;
	}
.npro dl dt,.npro dl dd{
	width:100%;
	overflow:hidden;
	}
.npro dl dt{
	width:100%;
	overflow:hidden;
	height:372px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	font-weight:normal;
	border: solid 1px #e5e5e5;
	}
.npro dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.npro dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro dl dd{
	padding:17px 0;
	font-size:18px;
	line-height:30px;
	color:#000;
	text-align:center;
	}
.npro dl:hover dd{
	color:#05884f;
}
.npro .npro_infolf{
	padding:0 30px 0 0;
}
.npro .npro_infolf img{
	max-width:100%;
	height:auto;
}
.npro .npro_infort{
	padding:32px 0 0 60px;
}
.npro .npro_infort h1{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	padding-bottom:28px;
}
.npro .npro_infort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-bottom:40px;
}
.npro .npro_infort .npro_infolei span{
	font-size:16px;
	color:#004b94;
	}
.npro .npro_infort .npro_ms{
	width:100%;
	overflow:hidden;
}
.npro .npro_infort .npro_ms p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	color:#646160;
}
.npro .npro_infort .npro_lxfs{
	width:100%;
	overflow:hidden;
}
.npro .npro_infort .npro_lxfs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#333;
}
.npro .npro_infort .npro_lxfs p a{
	font-size:16px;
	color:#333;
}
.npro_lxbtn{
	width:100%;
	overflow:hidden;
	margin-top:66px;
	}
.npro_lxbtn a{
	width:160px;
	height:50px;
	display:block;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#fff;
	background:#0e746e;
	}
.nprofbnr{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:40px;
	}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#fff;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}	
.post-content {
	background: #fff;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 60px;
}
.npro h1{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:24px;
	line-height:30px;
	color:#000;
	margin:30px 0 0 0;
	}
.nprolist{
	width:100%;
	overflow:hidden;
	background:#f9f9f9;
	}
.nprofh{
	padding:0;
	}
.nprofh a{
	display:block;
	width:140px;
	height:44px;
	text-align:center;
	line-height:44px;
	background: -webkit-linear-gradient(left, #209f4c , #bcf032); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #209f4c , #bcf032); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #209f4c , #bcf032); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #209f4c , #bcf032); /* 标准的语法 */
	font-size:16px;
	color:#fff;
	margin:auto;
	border-radius:30px;
	position:relative;
	z-index:9;
	}
.nprofh a:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.nprofh a:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
article img {
	max-width: 100%;
	height: auto
}

article .photo>img {
	width: 100%;
	height: auto
}

a.photo {
	position: relative;
	display: block;
	overflow: hidden
}

a.photo .description {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	background: rgba(0,0,0,.4);
	background: linear-gradient(transparent,rgba(0,0,0,.6));
	padding: 0 15px;
	font-size: 14px;
	text-shadow: 0 2px 2px rgba(0,0,0,.5);
	line-height: 1em;
	opacity: 0;
	transition: .3s
}

a.photo:hover .description {
	opacity: 1;
	line-height: 3.5em;
	transition: .3s
}

.model {
	padding: 15px;
	border-top: 1px solid #f0f2f4
}

.model .modelTitle,.comment-reply-title {
	margin-left: -15px;
	border-left: 3px solid #50585f;
	padding-left: 12px;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 0
}

.model .modelTitle i {
	margin-right: 5px
}

.exif .info {
	font-weight: bold;
	transition: .3s
}

.exif .info label {
	font-weight: normal;
	width: 3em;
	opacity: .5;
	transition: .3s
}

.exif .info:hover {
	color: #20a0ff;
	transition: .3s
}

.exif .info:hover label {
	opacity: 1;
	color: #50585f;
	transition: .3s
}

.comment-reply-title:before {
	content: '\f1d8';
	margin-right: 5px
}[pandaPicshow] .thumbnails {
	position: relative;
	text-align: center;
	letter-spacing: -0.31em;
	white-space: nowrap;
	overflow: hidden;
	line-height: 0;
	background:#fff;
}[pandaPicshow] .thumbnails>a {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	border: 2px solid #fff;
	transition: .3s
}[pandaPicshow] .thumbnails>a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: .5;
	transition: .3s
}[pandaPicshow] .thumbnails>a.current {
	border-color: #5ea611;
	box-shadow: 0 0 0 1px #fff inset;
	transition: border-color .3s
}[pandaPicshow] .thumbnails>a.current:before {
	opacity: 0
}[pandaPicshow] .showBox {
	position: relative;
	height: 200px;
	overflow: hidden;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}[pandaPicshow] .showBox>a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #efefef;
	cursor: pointer;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	transition: .6s;
	text-decoration: none
}[pandaPicshow] .showBox.contain>a {
	background-size: contain
}[pandaPicshow][shadowBox="disable"] .showBox a {
	cursor: default
}[pandaPicshow] .showBox>a.current {
	z-index: 1;
	opacity: 1;
}[pandaPicshow] .showBox>a.past {
	opacity: 0
}[pandaPicshow] .showBox>a>p.description {
	color: #fff;
	position: absolute;
	margin: 0;
	width: 100%;
	text-shadow: 0 2px 2px rgba(0,0,0,.5);
	background: rgba(0,0,0,.5);
	background: linear-gradient(transparent,rgba(0,0,0,.3),rgba(0,0,0,.7));
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	bottom: 0;
	padding: 0 15px;
	opacity: 0;
	transition: .3s
}[pandaPicshow] .showBox:hover>a>p.description {
	opacity: 1;
	line-height: 50px;
	transition: .3s
}[pandaPicshow] .showBox>.loading {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 1
}[pandaPicshow] .showBox>.loading.complete {
	opacity: 0
}[pandaPicshow] .showBox>.loading:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
	z-index: 2;
	opacity: 1;
	border-radius: 50%;
	border-top: 2px solid transparent;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	animation: imageLoading 1s linear infinite;
	transition: 1s ease .3s
}[pandaPicshow] .showBox>.loading.complete:before {
	opacity: 0;
	transition: .5s
}[pandaPicshow] .showBox>.loading.complete:after {
	opacity: 0;
	transition: .5s
}[pandaPicshow] .showBox>.navigator>* {
	position: absolute;
	z-index: 1;
	outline: 0 none;
	top: 0;
	bottom: 0;
	border: 0;
	width: 50px;
	max-width: 30%;
	background-color: transparent
}[pandaPicshow] .showBox>.navigator>.prev {
	left: 0
}[pandaPicshow] .showBox>.navigator>.prev:before,[pandaPicshow] .showBox>.navigator>.next:before {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,.5);
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	background: rgba(0,0,0,.25)
}[pandaPicshow] .showBox>.navigator>.prev:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-right: 15px solid rgba(255,255,255,.7);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	top: calc(50% - 5px);
	left: calc(50% - 10px)
}[pandaPicshow] .showBox>.navigator>.next {
	right: 0
}[pandaPicshow] .showBox>.navigator>.next:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-left: 15px solid rgba(255,255,255,.7);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	top: calc(50% - 5px);
	right: calc(50% - 10px);
	opacity: .8
}[pandaPicshow] .showBox>.navigator>.prev {
	
}[pandaPicshow] .showBox>.navigator>.next {
	
}[pandaPicshow] .showBox>.navigator>.next,[pandaPicshow] .showBox>.navigator>.prev {
	transition: .3s;
	opacity: 1
}[pandaPicshow] .showBox>.navigator>.next:hover,[pandaPicshow] .showBox>.navigator>.prev:hover {
	opacity: 1
}

@keyframes imageLoading {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(1turn)
	}
}

@keyframes showboxCover {
	0% {
		background-position: top left
	}

	50% {
		background-position: bottom right
	}

	100% {
		background-position: top left
	}
}
	
/* nnews
-------------------------------------------------------------- */
.nnews{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	margin-bottom:60px;
	}
.nnews .nnewslist{
	width:100%;
	overflow:hidden;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.nnewslist dl{
	padding:35px 0;
	}
.nnewslist dl dt{
	width:23%;
	overflow:hidden;
	float:left;
	position:relative;
	height:207px;
	}
.nnewslist dl dt img{
	display:block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.nnewslist dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nnewslist dl dd{
	width:100%;
	overflow:hidden;
	float:right;
	}
.nnewslist dl dd .dllf{
	width:86%;
	overflow:hidden;
	float:left;
	padding-right:68px;
	padding-top:16px;
	border-right:solid 1px #e7e7e7;
	}
.nnewslist dl dd .dllf h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#000;
	font-weight:bold;
	margin:0;
	line-height:30px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.nnewslist dl dd .dllf .nnewsms{
	width:100%;
	overflow:hidden;
	color:#8d8d8d;
	font-size:15px;
	line-height:28px;
	margin-top:13px;
	}
.nnewslist dl dd .dllf .nnewsmore{
	width:118px;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	margin-top:20px;
	}
.nnewslist dl dd .dlrt{
	width:14%;
	overflow:hidden;
	float:left;
	}
.nnewslist dl dd .dlrt hr{
	width:30px;
	border:none;
	border-bottom:solid 1px #d7d7d7;
	margin:7px 0 0 0;
	}
.nnewslist dl dd .nnewsdate{
	overflow:hidden;
	float:right;
	}
.nnewslist dl dd .nnewsday{
	overflow:hidden;
	font-size:30px;
	font-weight:bold;
	color:#343434;
	line-height:35px;
	}
.nnewslist dl dd .nnewsyear{
	overflow:hidden;
	font-size:18px;
	color:#737373;
	line-height:30px;
	font-weight:bold;
	}
.nnews .nnewslist:hover{
	background: -webkit-linear-gradient(left, #209f4c , #bcf032); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #209f4c , #bcf032); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #209f4c , #bcf032); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #209f4c , #bcf032); /* 标准的语法 */
	}
.nnews .nnewslist:hover dl dd .dllf h4,.nnewslist:hover dl dd .nnewsday{
	color:#fff;
	}
.nnewslist:hover dl dd .nnewsyear{
	color:rgba(255,255,255,0.7);
	}
.nnewslist:hover dl dd .dllf .nnewsms{
	color:rgba(255,255,255,0.6);
	}
.nnewslist:hover dl dd .dllf .nnewsmore{
	color:rgba(255,255,255,0.9);
	}

.marg{
	margin-top:40px;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
	line-height:34px;
    color: #333;
    text-align: center;
    margin: 0 0 16px 0;
	}
.nnewsnr{
	}
.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 23px;
}
.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr img{
	max-width:100%;
	height:auto !important;
	}
	
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:60px;
	margin-bottom:60px;
}
.ncontact .ncontactnr{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #d1d1d1;
	font-size:18px;
	color:#333;
	line-height:35px;
	padding:40px 0 0 0;
	margin-top:28px;
	}
.ncontact .ncontactnr .ncontactlf{
	width:80%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:35px;
	}
.newm{
	width:20%;
	overflow:hidden;
	}
.newm dl{
	overflow:hidden;
	float:right;
	}
.newm dl dt,.newm dl dd{
	overflow:hidden;
	text-align:center;
	}
.newm dl dt img{
	max-width:100%;
	height:auto;
	border: solid 1px #ccc;
}
.newm dl dd{
	font-size:16px;
	color:#333;
	line-height:32px;
	}
.ncontact .ncontactnr p,.ncontact .ncontactnr .ncontactlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:35px;
	}
.ncontact .ncontactnr p a{
	font-size:16px;
	color:#333;
	}


/* nmessage
-------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #a3a3a3;
}
:-moz-placeholder {
  color: #a3a3a3;
}
::-moz-placeholder{
color: #a3a3a3;
}
:-ms-input-placeholder {
  color: #a3a3a3;
}
.nmessage{
	width:100%;
	overflow:hidden;
	margin-top:60px;
}
.nmessage .nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:20px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding-left:56px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:360px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding-left:56px;
	padding-top:18px;
	}
.nmessagenr dl:last-child{
	width:100%;
	}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2n){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(1) dd input{
	background:#fff url(../images/icon7.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon8.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(3) dd textarea{
	background:#fff url(../images/icon9.png) no-repeat 24px 21.5px;
	}
.nmessagenr dl:nth-child(3){
	width:100%;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
	background: -webkit-linear-gradient(left, #209f4c , #bcf032); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #209f4c , #bcf032); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #209f4c , #bcf032); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #209f4c , #bcf032); /* 标准的语法 */
    color: #fff;
	text-align:center;
	font-size:16px;
	border-radius:30px;
	}


/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp{
	width:100%;
	overflow: hidden;
	margin-top:20px;
}
.news-exp .news-explf,.news-exp .news-exprt{
	padding:0;
	line-height:30px;
}
.nprofh {
	padding:0;
}
.news-exp .news-explf i{
	width:40px;
	height:40px;
	background:url(../images/icon23.png) no-repeat center;
	border-radius:50%;
	display:block;
	float:left;
	margin-right:22px;
}
.news-exp .news-exprt i{
	width:40px;
	height:40px;
	background:url(../images/icon24.png) no-repeat center;
	border-radius:50%;
	display:block;
	float:right;
	margin-left:22px;
}
.news-exp .news-explf a,.news-exp .news-exprt a {
	overflow: hidden;
	font-size:16px;
	color:#343434;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-exp .news-exprt{
	text-align:right;
}
.news-exp .news-explf a:hover,.news-exp .news-exprt a:hover{
	color:#05884f;
	text-decoration:none;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#05884f;
}

.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.topewm{display:none}
.headernr{
	width:98%;
}
.rg{display:block;padding-top:17px;float:right;}
.rg a img{vertical-align:top;height:26px;}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}


@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.newslist ul li dl dt{
		height:228px;
	}
	.npro dl dt{
		height:316px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.newslist ul li dl dt{
		height:214px;
	}
	.npro dl dt{
		height:298px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.newslist ul li dl dt{
		height:201px;
	}
	.npro dl dt{
		height:280px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.newslist ul li dl dt{
		height:179px;
	}
	.npro dl dt{
		height:250px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.newslist ul li dl dt{
		height:157px;
	}
	.npro dl dt{
		height:220px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.newslist ul li dl dt{
		height:152px;
	}
	.npro dl dt{
		height:212px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.newslist ul li dl dt{
		height:275px;
	}
	.npro dl dt{
		height:282px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.newslist ul li dl dt{
		height:244px;
	}
	.npro dl dt{
		height:250px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.newslist ul li dl dt{
		height:417px;
	}
	.npro dl dt{
		height:428px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.newslist ul li dl dt{
		height:350px;
	}
	.npro dl dt{
		height:358px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.newslist ul li dl dt{
		height:270px;
	}
	.npro dl dt{
		height:278px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.newslist ul li dl dt{
		height:238px;
	}
	.npro dl dt{
		height:244px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.newslist ul li dl dt{
		height:200px;
	}
	.npro dl dt{
		height:206px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.newslist ul li dl dt{
		height:195px;
	}
	.npro dl dt{
		height:202px;
	}
}

@media(max-width:1680px) {
	.pro{
		padding-bottom:168px;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
	}
	.nav .menu > li a{
		padding: 0 40px;
	}
	.hbanner .hbanner-tit{
		width:400px;
		margin-left:-200px;
		margin-top:-248px;
	}
	.proxq h5{
		font-size:40px;
		line-height:50px;
	}
	.footer .footerlf h4 {
		font-size: 40px;
		line-height: 50px;
	}
}
@media(max-width:1440px) {
	.nav .menu > li a{
		padding: 0 35px;
	}
	.aboutlf .aboutcont .aboutcontrt {
		padding: 80px 60px 0 60px;
	}
	.proxq h5{
		font-size:36px;
		line-height:46px;
	}
	.prort .swiper-button-next{
		right:25%;
	}
	.tit h3,.tit h3 a{
		font-size:36px;
		line-height:46px;
	}
	.nabout .nabouttit .nabouttiten{
		font-size:130px;
	}
	.nabout .nabouttit h4{
		font-size:36px;
	}
	.newslist ul li dl dd h5{
		font-size:18px;
	}
	.footer .footerlf h4 {
		font-size: 36px;
		line-height: 46px;
	}
	.footerrt .bnav ul li{
		margin-left:30px;
	}
}
@media(max-width:1360px) {
	.nav .menu > li a{
		padding: 0 30px;
	}
	.hbanner .hbanner-tit{
		width:360px;
		margin-left:-180px;
		margin-top:-223px;
	}
	.shubiao span{
		height:200px;
	}
	.shubiao span:before{
		height:70px;
	}
	.pro {
		padding-bottom: 150px;
	}
	.prolist .prolist_lf{
		padding-left:20px;
	}
	.proxq h5{
		font-size:32px;
		line-height:42px;
	}
}
@media(max-width:1280px) {
	.topewm {
		padding: 30px 0 30px 20px;
	}
	.nav .menu > li a {
		padding: 0 25px;
	}
	.hbanner.swiper-container-horizontal>.swiper-pagination{
		right:50px;
	}
	.shubiao-index{
		right:26px;
	}
	.pro {
		padding-bottom: 100px;
	}
	.aboutlf .aboutcont .aboutcontrt {
		padding: 70px 50px 0 50px;
	}
	.newslist ul li dl dd{
		padding: 10px 20px 26px 20px;
		font-size:16px;
	}
	.proxq h5{
		font-size:28px;
		line-height:38px;
	}
	.ntit h3{
		font-size:28px;
		line-height:38px;
	}
	.nabout .nabouttit .nabouttiten {
		font-size: 100px;
		height: 140px;
		line-height: 140px;
	}
	.nabout .nabouttit h4 {
		font-size: 30px;
	}
	.nmenu ul li{
		margin-right:45px;
	}
	.footer .footerlf h4 {
		font-size: 32px;
		line-height: 42px;
	}
	.footerlf .footerlfnr dl{
		width:270px;
		margin-right:20px;
	}
}
@media(max-width:1152px) {
	.nav .menu > li a {
		padding: 0 16px;
	}
	.topewm {
		padding: 30px 0 30px 10px;
	}
	.cnen{
		margin-right:0;
	}
	.nav .menu > li a {
		padding: 0 12px;
	}
	.pronr .prort{
		padding-top:140px;
	}
	.pronr .prolf{
		padding-bottom: 260px;
	}
	.prolist .prolist_lf {
		padding-left: 10px;
	}
	.promore{
		width:130px;
	}
	.aboutcont .aboutcontrt h4{
		font-size: 23px;
		line-height: 33px;
	}
	.aboutlf .aboutcont .aboutcontrt {
		padding: 60px 40px 0 40px;
	}
	.footerrt .bnav ul li {
		margin-left: 25px;
	}
	.footerlf .footerlfnr dl {
		width: 240px;
	}
}
@media(max-width:1024px) {
	.footerlf .footerlfnr dl {
		width: 220px;
	}
}
@media(max-width:1023px) {
	.header{
		height:60px;
	}
	.logo{
		padding:10px 0;
	}
	.logo img{
		height:40px;
	}
	.cnen {
		padding: 4px 0;
	}
	.aboutlf{
		width:100%;
	}
}
@media(max-width:991px) {
	.hbanner .hbanner-tit{
		width:320px;
		margin-left:-160px;
		margin-top:-198px;
	}
	.shubiao span{
		display:none;
	}
	.mouse {
		width: 26px;
		height: 46px;
	}
	.hbanner .swiper-button-prev,.hbanner .swiper-button-next{
		display:none;
	}
	.shubiao-index,.hbanner.swiper-container-horizontal>.swiper-pagination{
		right:20px;
	}
	.tit h3,.tit h3 a{
		font-size:32px;
		line-height:42px;
	}
	.pro{
		background-position: right;
	}
	.pronr .prolf,.pronr .prort{
		width:100%;
	}
	.pronr .prolf{
		padding-top:40px;
		padding-bottom:0;
		border-right:none;
	}
	.prolf .tit {
		margin-bottom: 20px;
	}
	.pronr .prort{
		padding-top:50px;
	}
	.prolist .prolist_lf{
		padding-left:0;
		width:100%;
	}
	.prolist .prolist_rt{
		display:none;
	}
	.prort .swiper-button-next, .prort .swiper-button-prev {
		width: 50px;
		height: 50px;
	}
	.prort .swiper-button-prev{
		right:inherit;
		left:50%;
		margin-left:-60px;
	}
	.prort .swiper-button-next{
		right:50%;
		margin-right:-60px;
	}
	.proxq,.proimg{
		width:50%;
	}
	.ncontact .ncontactnr .ncontactlf,.newm{
		width:100%;
	}
	.newm dl{
		float:left;
		margin-top:20px;
	}
	.nmessagenr dl dd textarea{
		height:200px;
	}
	.positionnr .positionrt,.nmenu{
		width:100%;
	}
	.positionnr .positionrt{
		text-align:left;
		padding: 10px 0 10px 32px;
	}
	.newslist {
		margin-top: 50px;
	}
	.newslist ul li {
		padding: 0 10px 30px 10px;
		margin-bottom: 34px;
	}
	.newsmore {
		position: inherit;
		bottom: 0;
	}
	.news{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.nmenu ul li{
		line-height:40px;
	}
	.nmenu ul li{
		margin-right:40px;
	}
	.nnewslist dl dd .dllf{
		padding-right:40px;
	}
	.nnewslist dl dd .nnewsday{
		font-size:26px;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.nprofh {
		margin:10px 0;
	}
	.newstit .newsmenu{
		text-align:left;
		margin-top:30px;
	}
	.newstit .newsmenu ul li{
		margin-left:0;
		margin-right:20px;
		padding-right:30px;
	}
	.news-exp .news-explf,.news-exp .news-exprt{
		text-align:center;
	}
	.link{
		margin-top:40px;
		text-align:left;
	}
	.footerlf .footerlfnr dl dt {
		font-size: 20px;
	}
	.footer{
		padding-top:80px;
	}
	.footerlf .footerlfnr dl{
		width:48%;
		margin:20px 1%;
	}
	.footerrt .bnav{
		text-align:left;
	}
	.footerlf .footerlfnr dl dt{
		margin-bottom:20px;
	}
	.footerrt .bnav ul{
		width:100%;
	}
	.footerrt .bnav ul li {
		width:25%;
		text-align:center;
		margin-left:0;
	}
	.footerrt dl {
		float: left;
		margin-top: 30px;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
	.bot {
		padding: 30px 0 30px 0;
	}
}
@media(max-width:767px) {
	.cnen a{
		margin-right:10px;
	}
	.hbanner .hbanner-tit{
		width:280px;
		margin-left:-140px;
		margin-top:-173.5px;
	}
	.aboutlf .aboutcont .aboutimg,.aboutlf .aboutcont .aboutcontrt{
		width:100%;
	}
	.aboutlf .aboutcont .aboutimg img{
		width:100%;
		height:auto;
	}
	.aboutlf .aboutcont .aboutcontrt {
		padding: 30px;
	}
	.newsmore a {
		width: 160px;
		height: 50px;
		line-height: 50px;
	}
	.proxq{
		padding-top:80px;
	}
	.ntit h3 {
		font-size: 24px;
		line-height: 34px;
	}
	.nmessagenr dl{
		width:100%;
	}
	.nmessagenr dl:nth-child(2n+1) {
		margin-right:0;
	}
	.nmessagenr dl:nth-child(2n) {
		margin-left:0;
	}
	.nabout .nabouttit .nabouttiten {
		font-size: 80px;
		height: 120px;
		line-height: 120px;
	}
	.nabout .nabouttit h4 {
		font-size: 26px;
	}
	.nmenu ul li{
		margin-right:30px;
	}
	.nnewslist dl dd .dllf {
		padding-right: 20px;
	}
	.nnewslist dl dd .nnewsday {
		font-size: 22px;
	}
	.nnewslist dl dd .nnewsyear{
		font-size:16px;
	}
	[pandaPicshow] .showBox>a.current {
		background-size:100%;
	}
}
@media(max-width:640px) {
	.logo{
		padding:12px 0;
	}
	.logo img{
		height:36px;
	}
	.cnen {
		padding: 10px 0;
	}
	.cnen a{
		padding:4px 0;
	}
	.proxq h5 {
		font-size: 24px;
		line-height: 34px;
	}
	.nnews h1{
		font-size: 20px;
		line-height: 30px;
	}
	.nnewslist dl dd .dllf{
		width:100%;
		padding-right:0;
		border-right:none;
	}
	.nnewslist dl dd .dlrt{
		display:none;
	}
	.nnewslist dl {
		padding: 15px 0;
	}
	.nnewslist dl dd .dllf .nnewsms{
		margin-top:5px;
	}
	.nnewslist dl dd .dllf .nnewsmore{
		margin-top:10px;
	}
	.footerlf .footerlfnr dl{
		width:100%;
		margin:20px 0;
	}
}
@media(max-width:540px) {
	.hbanner .hbanner-tit{
		width:240px;
		margin-left:-120px;
		margin-top:-149px;
	}
	.aboutlf .aboutcont .aboutcontrt {
		padding: 30px 20px;
	}
	.proxq{
		padding-top:40px;
	}
}
@media(max-width:500px) {
	.aboutcont .aboutcontrt h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.aboutcont .aboutcontrt .abouten{
		font-size:12px;
		margin-top:0;
	}
	.promore{
		width:110px;
		height:40px;
		line-height:40px;
		font-size:15px;
	}
}
@media(max-width:425px) {
	.hbanner .hbanner-tit {
		width: 200px;
		margin-left: -100px;
		margin-top: -124px;
	}
	.promore{
		margin-top:20px;
	}
	.proxq {
		padding-top: 20px;
	}
	.nabout .nabouttit .nabouttiten {
		font-size: 70px;
	}
	.nabout .nabouttit h4 {
		font-size: 22px;
	}
	.newstit .newsmenu ul li {
		margin-right: 15px;
		padding-right: 20px;
	}
}
@media(max-width:424px) {
	
}
@media(max-width:375px) {
	
}