@charset "utf-8";
/* 全局样式
-------------------------------------------------------------- */
html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:13px; font-family:"Microsoft YaHei","Arial"; color:#666;}

p{line-height:25px;}

img{ border:none; vertical-align:middle; border:0px;}

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;}



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; }



/* top

-------------------------------------------------------------- */



/* 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);
}


.cont{	width:1200px;	overflow:hidden; margin:auto;	}
.cont1{ width:1200px;	height:auto; margin:auto; }

/* banner

-------------------------------------------------------------- */
#wrapper {
	z-index: 1; 	
	position:relative;
}

#wrapper a {
	text-decoration:none;
	-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
}

#wrapper a:focus ,#wrapper a:link,#wrapper a:active {
	outline:none;
}

#wrapper a:hover {
	color:#444;
}
.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:600px !important;
}
.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:933px !important;
	position:relative;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer{ width:100%; height: auto; }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:100%; height: auto;	}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{ width:100%; height: auto;	}
}
@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{ width:100%; height: auto;	}
}



.tp-bullets.simplebullets.round .bullet:hover,

.tp-bullets.simplebullets.round .bullet.selected,

.tp-bullets.simplebullets.navbar .bullet:hover,

.tp-bullets.simplebullets.navbar .bullet.selected {	

	background:#f68400 !important; 

}

.tp-leftarrow:hover,

.tp-rightarrow:hover {	

	background-color:#208cec !important;

 }

/** BULLETS **/

.tp-bullets {

    z-index: 1001;

    position: absolute;

    bottom: 0px;

	width: 162px !important;

}

.tp-bullets.simplebullets.round .bullet {

    cursor: pointer;

    position: relative;

    background: #fff;

    width: 18px;

    height: 18px;

	border-radius:50%;

	margin:0 10px 50px 10px;

    float: left;

    -webkit-transition: background 0.1s linear;

    -moz-transition: color, background 0.1s linear;

    -o-transition: color, background 0.1s linear;

    transition: color, background 0.1s linear;

}

.tp-bullets.tp-thumbs {

    z-index: 100;

    position: absolute;

    padding: 3px;

    background-color: #fff;

    width: 500px;

    height: 50px;

    margin-top: -50px;

}

.fullwidthbanner-container .tp-thumbs {

    padding: 3px;

}

.tp-bullets.tp-thumbs .tp-mask {

    width: 500px;

    height: 50px;

    overflow: hidden;

    position: relative;

}



.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {

    width: 5000px;

    position: absolute;

}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.tp-thumbs img {
    width: 100%;
}
.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
		width: 300px !important;
        height: 30px !important;
	}
    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }
    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
		display: none;
    }
    .responsive .tparrows {
        display: none;
    }
}
.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.tp-simpleresponsive a {
    text-decoration: none;
}
.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}
.tp-loader {
    background: url(../images/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* tit

-------------------------------------------------------------- */
.tit{
	width:100%;
	height:auto;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.tit h3 a{ font-size:34px; font-weight: 600; color:#000; }
.tit p{	width:100%;	height:auto; text-align:center;	color:#999999;	font-family:Arial;	}
.tit span{
	display:block;
	width:100%;
	height:1px;
	background:#d2d2d2;
	margin:auto;
	position:relative;
	margin-top: 10px;
	}
.tit span:after{
	content:"";
	position:absolute;
	width:60px;
	height:10px;
	background:#f68400;
	bottom:-5px;
	left:50%;
	margin-left:-30px;
	}
/* jjfa
-------------------------------------------------------------- */
.jjfa{
	margin-bottom:30px;
	}
/*
.jjfanr{
	width:100%;
	overflow:hidden;
	margin-top:66px;
	}
.jjfanr dl dt div{
	width:100%;
	overflow:hidden;
	height:128px;
	-webkit-transition: -webkit-transform 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
	-o-transition: -o-transform 1s ease-out;
	-ms-transition: -ms-transform 1s ease-out;
	}
.jjfanr dl:hover dt div{
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.jjfanr dl dt .jjfa1{
	background:url(../images/tb2.png) no-repeat top center;
	}
.jjfanr dl:hover dt .jjfa1{
	background:url(../images/tb2h.png) no-repeat top center;
	}
.jjfanr dl dt .jjfa2{
	background:url(../images/tb3.png) no-repeat top center;
	}
.jjfanr dl:hover dt .jjfa2{
	background:url(../images/tb3h.png) no-repeat top center;
	}
.jjfanr dl dt .jjfa3{
	background:url(../images/tb4.png) no-repeat top center;
	}
.jjfanr dl:hover dt .jjfa3{
	background:url(../images/tb4h.png) no-repeat top center;
	}
.jjfanr dl dt .jjfa4{
	background:url(../images/tb5.png) no-repeat top center;
	}
.jjfanr dl:hover dt .jjfa4{
	background:url(../images/tb5h.png) no-repeat top center;
	}
.jjfanr dl dt p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#000;
	line-height:30px;
	margin-top:18px;
	}
.jjfanr dl dd{
	width:100%;
	overflow:hidden;
	color:#000;
	line-height:28px;
	margin-top:10px;
	}
	*/
.jjfamore{
	width:100%;
	overflow:hidden;
	margin-top:10px;
	}
.jjfamore a{
	display:block;
	width:148px;
	height:44px;
	text-align:center;
	line-height:44px;
	border:solid 1px #999999;
	margin:auto;
	}
.jjfanr dl:hover{
	cursor:pointer;
}
.jjfanr dl:hover dt p{
	color:#f68400;
}
.jjfamore a:hover{
	background: #f68400;
	color:#fff;
	border:solid 1px #f68400;
}

/* pro
-------------------------------------------------------------- */
.pro .promenu{ width:100%;	overflow:hidden; text-align:center;	margin-top:35px; }
.pro .promenu ul{
	overflow:hidden;
	display:inline-block;
	width:  auto;
	}
.pro .promenu ul li{
	width:148px;
	height:42px;
	line-height:42px;
	border:solid 1px #cccccc;
	text-align:center; font-size: 16px;
	float:left;
	margin:0 10px;
	}
.pro .promenu ul li a{
	display:block; font-size: 16px;
	}
.pro .promenu ul li:hover{
	background:#f68400;
	border:solid 1px #f68400;
	}
.pro .promenu ul li:hover a{
	color:#fff;
	}
.pronr{
	width:100%;
	overflow:hidden;
	}
.pronr dl{
	border:solid 1px #cccccc;
	padding:0 !important;
	width:284px;
	overflow:hidden;
	margin:20px 8px;
	float:left;  background: #fff;
	}
.pronr dl dt{
	width:100%;
	height: 212px;
    overflow: hidden;
	position: relative;
	}
.pronr dl dd{
	font-size:16px;
	text-align:center;
	line-height:48px;
	}
.pronr dl dt img{
	display: block;
    max-width: 100%;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.pronr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.pronr dl:hover{
	border:solid 1px #f68400;
	}
.pronr dl:hover dd{
	background:#f68400;
	color:#fff;
	}
.pro .promore{
	width:100%;
	overflow:hidden;
	margin-top:10px; margin-bottom: 15px;
	}
.pro .promore a{
	width:150px;
	height:44px;
	margin:auto;
	line-height:44px;
	display:block;
	color:#999;
	text-align:center;
	border:solid 1px #999999;
	}
.pro .promore a:hover{
	border:solid 1px #f68400;
	background:#f68400;
	color:#fff;
	}
/*手机端*/
@media only screen and (max-width: 640px) {
    .tit h3 a{ font-size:26px;}
    .pro .promenu { margin-top: 15px; }
    .pro .promenu ul li {  height: 36px;  line-height: 36px;  }
    .prolist .pro-list-tag { display:none;}
    .pro .promore { display:none; }
}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(/images/aboutbg.jpg) no-repeat top center;
	}
.aboutnr{
	width:1200px;
	overflow: hidden;
	margin:auto;
	margin-top:60px;
	position:relative;
	}
.aboutlf{
	width:50%;
	overflow: hidden;
	position:absolute;
	top:-50px;
	padding-left:30px !important;
	padding-right:0 !important;
	}
.aboutlf:hover img{
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.aboutrt{
	width:50%;
	float:right !important;
	padding-left:58px !important;
	}
.aboutrt h3{
	width:100%;
	overflow:hidden;
	margin-top:38px;
	}
.aboutrt h3 a{
	font-size:26px;
	color:#000;
	}
.aboutrt .abouten{
	color:#999;
	padding-top: 2px;
	}
.aboutrt p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#999;
	line-height:35px;
	margin-top:10px;
	}
.aboutrt .aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}
.aboutrt .aboutmore a{
	width:125px;
	height:36px;
	display:block;
	line-height:36px;
	text-align:center;
	background:#f68400;
	color:#fff;
	}

/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	padding-top:18px;
	padding-bottom:74px;
	}
.newsnr .newstit{
	width:100%;
	overflow:hidden;
	margin-bottom:22px;
	}
.newsnr .newstitlf{
	padding-left:0;
	}
.newsnr .newstitlf h3{
	width:100%;
	overflow:hidden;
	}
.newsnr .newstitlf h3 a{
	color:#000;
	font-size:28px;
	}
.newsnr .newstitlf p{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	color:#999;
	}
.newsnr .newstitrt{
	padding-right:0;
	}
.newsnr .newstitrt ul{
	width:100%;
	overflow:hidden;
	margin-top: 24px;
	}
.newsnr .newstitrt ul li{
	float:right;
	background:#e6e6e6;
	margin-left:10px;
	}
.newsnr .newstitrt ul li a{
	display:block;
	padding:0 30px;
	line-height:34px;
	font-size:16px;
	color:#454545;
	}
.newsnr .newstitrt ul li:hover{
	background:#f68400;
	}
.newsnr .newstitrt ul li:hover a{
	color:#fff;
	}
.bx-wrapper .slider1 .slider{
	padding:20px 0;
}
.bx-wrapper .slider1 .slider:hover{
	box-shadow: 0px 2px 10px rgba(149,149,149,0.75);
	-moz-box-shadow: 0px 2px 10px rgba(149,149,149,0.75);
	-webkit-box-shadow: 0px 2px 10px rgba(149,149,149,0.75);
}
.bx-viewport{
	padding:10px;
}
.slider1 .newsimg,.slider1 .newsms{
	padding:0 10px;
	}
.slider1 .newsdate,.slider2 .newsdate{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#999;
	margin-top:10px;
	}
.slider1 span,.slider2 span{
	display:block;
	width:36px;
	height:1px;
	background:#b3b3b3;
	margin-top:7px;
	margin-bottom:10px;
	}
.slider1 .newsbt,.slider2 .newsbt{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#000;
	line-height:30px;
	margin-bottom:8px;
	}
.slider1 .newsjs,.slider2 .newsjs{
	width:100%;
	overflow:hidden;
	color:#999;
	line-height:24px;
	}
.slider1 .newsmore,.slider2 .newsmore{
	width:100%;
	overflow:hidden;
	color:#f68400;
	line-height:30px;
	margin-top:10px;
	}
.bx-wrapper1{
	display:none;
}
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background: #32373c;
	padding-top:33px;
	}
.footernr .ksdh h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	margin-bottom:12px;
	line-height: 35px;
	}
.footernr .ksdh ul{
	width:70%;
	overflow:hidden;
	}
.footernr .ksdh ul li{
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	margin-bottom:8px;
	}
.footernr .ksdh ul li a{
	color:#b2b2b2;
	}
.footernr .ksdh p{
	width:100%;
	overflow:hidden;
	color:#b2b2b2;
	line-height:30px;
	}
.footernr .ksdh:nth-child(2){
	border-left:solid 1px #666;
	padding-left: 8%;
	}
.footernr .ksdh dl{
	width:100%;
	overflow:hidden;
	}
.footernr .ksdh dl dt{
	overflow:hidden;
	float:right;
	font-size:16px;
	color:#fff;
	line-height:30px;
	text-align:center;
	font-weight:normal;
	margin-left:6%;
	padding-top:25px;
	}
.footernr .ksdh dl dd{
	overflow:hidden;
	float:right;
	}
.footernr .ksdh:nth-child(1){
	padding-left:0;
	}
.footernr .ksdh:nth-child(3){
	border-left:solid 1px #666;
	}
.link{
	color:#b2b2b2;
	line-height:30px;
	margin-top:20px;
	margin-bottom:12px;
	}
.link a{
	color:#b2b2b2;
	margin-right:10px;
	}
.bot{
	width:100%;
	overflow:hidden;
	background-color: #282d32;
	border-top:solid 1px #666;
	}
.botnr{
	color:#b2b2b2;
	text-align:center;
	line-height:30px;
	padding:16px 0;
	}

.botnr a:hover{
	color:#ff6600;
	}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:360px;
	margin-top:79px;
}
.mbanner{
	width:100%; 
	overflow:hidden;
	text-align:center;
	display:none;
	margin-top:80px;
}
.mbanner img{
	max-width:100%;
	height:auto;
}
/* position
-------------------------------------------------------------- */
.weizhi {
    margin-top: -50px;
}
.weizhi .w1200m {
	padding: 40px 0;
	background: #fff;
	box-shadow: 0px 2px 5px rgba(0,0,0, 0.25);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0, 0.25);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0, 0.25);
}

.menu_er {
	float: left;
	margin-left: 25px;
}

.menu_er div a {
	font-size: 16px;
	display: inline-block;
	height: 20px;
	min-width: 100px;
	color: #222222;
	text-align: center;
	line-height: 20px;
	position: relative;
	transition: all 0.8s ease;
}

.menu_er div a:after {
	content: '';
	position: absolute;
	bottom: -41px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #f68400;
	display: none;
	transition: all 0.8s ease;
}

.menu_er div span {
	display: inline-block;
	margin: 0 11px;
	height: 20px;
	line-height: 20px;
}

.menu_er div {
	float: left;
	transition: all 0.8s ease;
}

.menu_er div:nth-child(1) span {
	display: none;
}

.menu_er .cur a {
	color: #f68400;
}

.menu_er .cur a:after {
	display: block;
}

.menu_er div:hover a {
	color: #f68400;
}

.menu_er div:hover a:after {
	display: block;
}

.position {
	float: right;
	margin-right: 40px;
	padding-left: 20px;
}

.position a:nth-child(1) {
	color: #2c5830;
	transition: all 0.8s ease;
}

.position a {
	transition: all 0.8s ease;
}

.position a:hover {
	color: #2c5830;
}

.item img {
	max-width: 100%;
}

/* nabout
-------------------------------------------------------------- */
.nabout{
	margin-top:30px;
	margin-bottom:30px;
	}
.nabout .naboutnr{
	width:42%;
	overflow:hidden;
	float:left;
	padding-top:10px;
	}
.nabout .naboutnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	}
.nabout .naboutimg{
	width:56%;
	overflow:hidden;
	float:right;
	text-align:right;
	}
.nabout .naboutimg:hover img{
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.nabout .naboutimg img,.nabout .fzlc img,.nabout .nhonor .honorimg img,.common_text img,.nfwzc .nfwzcimg img,.nfwzc5 li img,.footernr .ksdh dl dd img,.aboutlf img,.tab_box img{
	max-width:100%;
	height:auto;
	}
.nabout .fzlc{
	width:100%;
	overflow:hidden;
	margin-top:55px;
	}
.nabout .nqywh{
	width:100%;
	overflow:hidden;
	}
.nabout .nqywh p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	}
.nabout .nhonor{
	width:100%;
	overflow:hidden;
	}
.nabout .nhonor ul{
	width:100%;
	overflow:hidden;
	}
.nabout .nhonor ul li{
	width:558px;
	overflow:hidden;
	float:left;
	margin:15px 21px;
	border:solid 1px #bfbfbf;
	}
.nabout .nhonor ul li img,.nabout .ncq ul li img{
	width:100%;
	height:auto;
}
.nabout .nhonor .honorimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.nabout .ncq{
	width:100%;
	overflow:hidden;
	}
.nabout .ncq ul{
	width:100%;
	overflow:hidden;
	}
.nabout .ncq ul li{
	width:562px;
	overflow:hidden;
	float:left;
	margin:15px 19px;
	border:solid 1px #bfbfbf;
	}
.nabout .ncq ul li:hover img{
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* nnews
-------------------------------------------------------------- */
.nnews{
	margin-top:30px;
	margin-bottom:30px;
}
.list_news {
    margin-bottom: 20px;
}
.list_news .mk3_div {
	width: 100%;
	padding: 20px 2%;
	border-top: 1px dashed #e0e0e0;
}

.list_news .mk3_div:nth-child(1) {
	border-top: none;
}

.list_news .mk3_divl {
	width: 91%;
}

.common_title {
	font-size: 30px;
	color: #282828;
	line-height: 30px;
	text-align: center;
}

.common_time p {
	display: inline-block;
	font-size: 16px;
	color: #707070;
	line-height: 28px;
	margin: 0 20px;
}

.common_time {
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #d9d9d9;
}

.common_text {
	padding: 40px 0;
	color: #282828;
	line-height: 28px;
}

.common_text p {
	color: #282828;
	line-height: 28px;
}

.common_text div {
	color: #282828;
	line-height: 28px;
}

.common_fy {
	border: 1px solid #d4d4d4;
}

.common_fy p {
	line-height: 28px;
	font-size: 16px;
	color: #999999;
	padding: 5px 6%;
}

.common_fy p a {
	font-size: 16px;
	color: #999999;
	line-height: 28px;
	transition: all 0.8s ease;
}

.common_fy p a:hover {
	color: #225029;
}

.common_fy .pre {
	border-bottom: 1px solid #d4d4d4;
}
/* mk3 */
.mk3 {
	padding: 60px 0;
}

.mk3_cl {
	float: left;
	width: 600px;
}

.mk3_cr {
	float: right;
	width: 600px;
}

.mk3_div {
	width: 520px;
	padding: 20px 50px 20px 30px;
	transition: all 0.8s ease;
}

.mk3_div span {
	float: left;
	color: #225029;
	line-height: 30px;
	width: 80px;
	padding-right: 15px;
	border-right: 1px solid #d4d3d3;
	text-align: center;
	display: block;
	transition: all 0.8s ease;
}

.mk3_div span font {
	font-size: 36px;
	color: #225029;
	line-height: 40px;
	display: block;
	transition: all 0.8s ease;
}

.mk3_divl {
	float: right;
	width: 80%;
}

.mk3_divl a {
	font-size: 18px;
	line-height: 20px;
	color: #333333;
	max-height: 20px;
	overflow: hidden;
	display: block;
	margin-bottom: 9px;
	transition: all 0.8s ease;
}

.mk3_divl p {
	color: #999999;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	transition: all 0.8s ease;
}

.mk3_div:hover {
	background: #f68400;
}

.mk3_div:hover span {
	color: #f7f7f7;
}

.mk3_div:hover span font {
	color: #f7f7f7;
}

.mk3_div:hover .mk3_divl a {
	color: #f7f7f7;
}

.mk3_div:hover .mk3_divl p {
	color: #f7f7f7;
}
.common_title {
	font-size: 30px;
	color: #282828;
	line-height: 30px;
	text-align: center;
}

.common_time p {
	display: inline-block;
	font-size: 16px;
	color: #707070;
	line-height: 28px;
	margin: 0 20px;
}

.common_time {
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #d9d9d9;
}

.common_text {
	padding: 40px 0;
	color: #282828;
	line-height: 30px;
	font-size:16px;
}

.common_text p {
	color: #282828;
	line-height: 30px;
	font-size:16px;
}

.common_text div {
	color: #282828;
	line-height: 28px;
}

.common_fy {
	border: 1px solid #d4d4d4;
}

.common_fy p {
	line-height: 28px;
	font-size: 16px;
	color: #999999;
	padding: 5px 6%;
}

.common_fy p a {
	font-size: 16px;
	color: #999999;
	line-height: 28px;
	transition: all 0.8s ease;
}

.common_fy p a:hover {
	color: #225029;
}

.common_fy .pre {
	border-bottom: 1px solid #d4d4d4;
}
/* ntit
-------------------------------------------------------------- */
.ntit{
	width:164px;
	overflow:hidden;
	margin:auto;
	font-size:24px;
	text-align:center;
	line-height:40px;
	color:#f68400;
	position:relative;
	}
.ntit:before{
	content:"";
	position:absolute;
	width:26px;
	height:2px;
	background:#f68400;
	left:0;
	top:19px;
	}
.ntit:after{
	content:"";
	position:absolute;
	width:26px;
	height:2px;
	background:#f68400;
	right:0;
	top:19px;
	}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:30px;
	}
.ncontact .ntit{
	margin-bottom:40px;
	}
.ncontactnr{
	width:45%;
	overflow:hidden;
	}
.message{
	width:55%;
	overflow:hidden;
	}
.message .ncontacttit{
	width:100%;
	}
.message ul {
    width: 100%;
    overflow: hidden;
	margin-top:3px;
}
.message ul li {
    width: 50%;
    overflow: hidden;
    float: left;
    margin-top: 3px;
}
.message ul li label{
	color:#333;
	width:100%;
	line-height:30px;
	font-weight: normal;
	margin:0;
	}
.message ul li input {
    width: 94%;
    line-height: 38px;
    overflow: hidden;
	background:#f5f5f5;
    padding: 0 3%;
}
.message ul li:nth-child(2) input,.message ul li:nth-child(2) label{
	margin-left:6%;
}
.message ul li:last-child {
    width: 100%;
}
.message ul li textarea {
    width: 100%;
    height:114px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 1.5%;
	background:#f5f5f5;
}
.tjbtn {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.tjbtn button {
    width: 100%;
    height: 35px;
    background: #f68400;
    color: #fff;
}
.ncontacttit{
	width:80%;
	overflow:hidden;
	border-bottom:solid 1px #e6e6e6;
	}
.ncontacttit h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#f68400;
	line-height:30px;
	}
.ncontacttit .ncontacten{
	width:100%;
	overflow:hidden;
	color:#999;
	line-height:30px;
	margin-bottom:10px;
	}
.map{
	width:100%;
	height:418px;
	overflow:hidden;
	margin-top:50px;
	margin-bottom:40px;
	}
.ncontactnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	margin-top:8px;
	}
/* npro
-------------------------------------------------------------- */
.nprocontlf{
	width: 272px;
	overflow:hidden;
}
.nprocontlf_tit{
	width:100%;
	height:102px;
	background:#f68400;
	color:#fff;
	padding:10px 5% 0 5%;
	border-radius:10px 10px 0 0;
}
.nprocontlf_tit h3{
	width:100%;
	color:#fff;
	line-height:40px;
	font-size:24px;
	font-weight:bold;
	margin:0;
}
.nprocontlf_tit p{
	width:100%;
	color:#fff;
	line-height:30px;
	font-size:16px;
}
.menu_list{
	width:100%;
	overflow:hidden;
	border:solid 4px #f68400;
	border-radius:0 0 10px 10px;
	}
.menu_list h4{
	width:97%;
	height:58px;
	line-height:58px;
	padding: 0 7%;
	font-size:16px;
	color:#525252;
	cursor:pointer;
	position:relative;
	margin:0px;
	border-bottom:solid 1px #d7d7d7;
	margin: 0 1.5%;
}
.menu_list ul{
	width: 97%;
    overflow: hidden;
    margin: auto;
}
.menu_list ul li{
	width:100%;
	overflow:hidden;
}
.menu_list ul li .d-firstNav {
    padding-left: 15%;
}
.first div #cnm {
    font-size: 16px;
	display:inline;
    color: #525252;
	border:none;
	padding-left:0;
}
.fr {
    float: right;
}
.category_item li a {
    display: block;
    border-bottom: 1px solid #e1e1e1;
    line-height: 41px;
    margin-bottom: 3px;
    margin-top: 0;
    padding-left: 26px;
	padding-left: 70px;
    color: #999;
}
.fa-caret-right {
    transition: transform .5s;
	width: 7px;
    height: 7px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    transform: rotate(45deg);
	margin-top: 5.5px;
	margin-right: 10px;
}
.menu_list .current{
	color:#f68400;
	background: url(../images/list_02.jpg) no-repeat 93% 22px;
	display:block;
}
.menu_list .current1{
	display:none;
}
.menu_body{
	line-height:38px;
	}
.menu_body a{
	width:86%;
	display:block;
	height:38px;
	line-height:38px;
	padding: 0 7%;
	text-decoration:none;
	font-size:15px;
	color:#666666;
	}
.menu_body a:hover{
	text-decoration:none;
	color:#f68400;
	}
.menu_body a.cur1{
	color:#f68400;
}
.nzixun{
	width:96%;
	height:255px;
	padding:0 2%;
	margin-top: 18px;
}
.nzixun p{
	width:86%;
	overflow:hidden;
	padding:0 7%;
	color:#f68400;
	line-height: 23px;
	padding-top:7px;
}
.nzixun p span{
	font-size:18px;
	color:#f68400;
	font-weight:bold;
}
.nprocontrt{
	width: 903px;
    overflow: hidden;
}
.nprocontrt .cplist li {
    width: 288px;
    overflow: hidden;
    margin: 0 6.5px 6.5px 6.5px;
    float: left;
}
.nprocontrt .cplist li .proimg {
    width: 100%;
	height:217px;
	overflow:hidden;
    border: solid 2px #d6d6d6;
	position:relative;
}
.nprocontrt .cplist li .proimg img{
	display: block;
    max-width: 100%;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.nprocontrt .cplist li:hover .proimg img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nprocontrt .cplist li .protit {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.nprocontrt .cplist li:hover .proimg{
	border: solid 2px #f68400; 
	}
.nprocontrt .cplist li:hover .protit{
	color: #f68400; 
	}
.nproimg{
	width:52%;
	overflow:hidden;
}
.nproimg img{
	border:solid 1px #dfdfdf;
}
.nprojs{
	width:48%;
	overflow:hidden;
}
.nprojs h3{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#333333;
	line-height:30px;
	margin-bottom:16px;
}
.showPro {
    width: 100%;
    /* margin: 0 auto; */
    overflow: hidden;
}
.nprojj{
	width:100%;
	overflow:hidden;
}
.showPro_l{
    width: 50%;
    display: inline-block;
}
.showPro_l img{
	max-width:100%;
	height:auto;
}
/*幻灯片区域背景*/
.MainBg {
    width:100%;
    margin:0 auto;
}
/*大图展示区域*/
.OriginalPicBorder {
    width: 100%;
}
#OriginalPic {
    width:100%;
    height:327px;
    overflow:hidden;
    position:relative;
    font-size:12px;
}
#OriginalPic img {
    width: 442px;
    height: 327px;
    display:block;
    margin:0 auto;
}
/*小图预览和滑动*/
.SliderPicBorder {
    width:678px;
    height:419px;
    overflow:hidden;
}
.Summary {
    line-height:20px;
    display:block;
    width:100px;
    margin-right:10px;
    color:#999;
    overflow:hidden;
    padding:10px;
}
.More {
    text-align:right;
    color:#666;
    line-height:40px;
    height:40px;
    font-size:12px;
    display:block;
}
i{
	font-style:normal;
}
.ThumbPicBorder {
    width:469px;
    margin:10px auto 0;
}
#ThumbPic img {
    border:1px solid #fff;
    cursor:pointer;
    margin:0 4px;
    width:92px;
    height:68px;
    display:block;
}
#ThumbPic img.active {
    border:1px solid #005aad;
}
.arrow{
    width: 16px;
    height: 68px;
    text-align: center;
    line-height:68px;
    cursor:pointer;

}
.arrow>i{
    font-size: 50px;
}
#btnPrev{
	margin-left: 14px;
	padding-top:21.5px;
}
#btnNext{
	padding-top:21.5px;
}
/*产品展示结束*/
.showPro_r{
    width: 48%;
    display: inline-block;
}
.showPro_r>h4{
    font-size:18px;
    color:#333333;
	line-height:30px;
	background:url(../images/line_02.jpg) repeat-x left bottom;
	padding-bottom: 20px;
}
.one{
    margin-top:15px;
    margin-bottom:18px;
}
.showPro_r>p{
	width:100%;
	overflow:hidden;
    margin-top: 4px;
    font-size:14px;
    line-height:22px;
    color:#333;
}
.fx{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin:10px 0 16px 0;
}
.zixun{
	width:100%;
	overflow:hidden;
	margin:10px 0;
}
.zixun a{
	width:160px;
	height:50px;
	line-height:50px;
	display:block;
	text-align:center;
	background:#f68400;
	font-size:16px;
	color:#fff;
}
.about1_info{
	display:none;
}
.two{
    margin-top:40px;
}
.showPro_r>ul{
    margin-top:48px;
}
.showPro_r>ul>li{
    line-height: 28px;
}
.showPro_r>ul>li>span{
    font-size:14px;
    color:#333333;
}
.showPro_r>ul>li>i{
    font-style: normal;
    font-size:14px;
    color:#666666;
}
.connect{
    width:486px;
    height: 72px;
    margin-top:37px;
}
.connect>a{
    padding:17px 45px 17px 50px;
    font-size:18px;
    position: relative;
}
.connect>a>i{
    font-size:30px;
    padding-right:20px;
}
.dirPro{
    width: 1200px;
    margin:0 auto;
}
.dirPro_l{
    width:230px;
    display: inline-block;
    float: left;
}
.dirPro_r{
    width: 930px;
    display: inline-block;
    float:right;
}
.content{
    margin-top:42px;
}
.content_t>h3{
    width: 220px;
    height: 43px;
    line-height:43px;
    font-size:18px;
    display: inline-block;
    color:#333333;
    font-weight:200;
    background:#ececec;
    padding-left:10px;
}
.content_t>ul{
    background:#ececec;
}
.accordion {
    width: 100%;
    max-width: 230px;
    margin-top:12px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 62px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 200;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion li:last-child .link {
    border-bottom: 0;
}
.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 12px;
    margin-top:5px;
    color: #d8d8d8;
}
.accordion li.open .link {
    /*background:#1461a1;*/
    /*color: #fff;*/
}
.accordion li.open i {
    /*color: #fff;*/
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.shuxian{
    margin-left:25px;
    color:#d2d2d2;
}
.relatPro{
    width: 1200px;
    margin:0 auto;
}
.tab{
	width:100%;
	height:42px;
	line-height:42px;
	background:#e0e0e0;
	color:#fff;
	font-size:18px;
	margin-top:50px;
}
.tab ul{
	width:100%;
	overflow:hidden;
}
.tab ul li{
	float:left;
	width:125px;
	overflow:hidden;
	text-align:center;
}
.tab ul li a{
	font-size:18px;
	color:#333;
	display:block;
}
.tab ul li:hover{
	background:#f5f5f5 url(../images/line_03.jpg) no-repeat left top;
}
.tab ul li.hover{
	background:#f5f5f5 url(../images/line_03.jpg) no-repeat left top;
	}
.tab_box{
	width:100%;
	overflow:hidden;
	padding:20px 0;
}
.nprolist,.nprolist p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
.nprolist table{
	width: 100% !important;
    overflow: hidden;
	border:solid 1px #8A8989;
	border-collapse: collapse;
}
.nprolist table tr,.nprolist table td{
	border:solid 1px #8A8989;
	line-height: 30px;
    padding: 0 5px;
}

.line{
	width:100%;
	height:13px;
	background:url(../images/line_02.jpg) repeat-x;
	margin-top:30px;
}
/* njjfa
-------------------------------------------------------------- */
.njjfa{
	margin-top:40px;
	margin-bottom:40px;
	}
.njjfa dl{
	width:370px;
	overflow:hidden;
	float:left;
	margin:20px 15px;
	}
.njjfa dl dt{
	width:100%;
	height:236px;
	overflow:hidden;
	position:relative;
	}
.njjfa dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	background:#999;
	color:#fff;
	line-height:30px;
	padding:10px 0;
	}
.njjfa dl:hover dd{
	background:#f68400;
	}
.njjfanr{
	width:100%;
	overflow:hidden;
}
.njjfanr .showPro_l{
	width:38%;
}
.njjfanr .showPro_r{
	width:60%;
}
.njjfa dl dt img{
	display: block;
    max-width: 100%;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.njjfa dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
/* ncase
-------------------------------------------------------------- */
.ncase{
	margin-top:40px;
	margin-bottom:40px;
	}
.ncase dl{
	width:370px;
	overflow:hidden;
	float:left;
	margin:20px 15px;
	}
.ncase dl dt{
	width:100%;
	height:237px;
	overflow:hidden;
	position:relative;
	}
.ncase dl dt img{
	display: block;
    max-width: 100%;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
	}
.ncase dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.ncase dl dt .ncasems{
	width:100%;
	height:100%;
	overflow:hidden;
	background:rgba(0,0,0,0.36);
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	padding:50px 20%;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	}
.ncase dl dt .ncasems p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	}
.ncase dl dt .ncasemore{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	line-height:30px;
	margin-top:27px;
	}
.ncase dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	background:#999;
	color:#fff;
	line-height:30px;
	padding:10px 0;
	}
.ncase dl:hover dt .ncasems{
	display:block;
	}
.ncase dl:hover dd{
	background:#f68400;
	}
/* nfwzc
-------------------------------------------------------------- */
.nfwzc{
	font-size:20px;
	color:#000;
	margin-bottom:40px;
	}
.nfwzc1,.nfwzc2{
	width:100%;
	overflow:hidden;
	}
.nfwzc h4{
	width:100%;
	overflow:hidden;
	margin-top:22px;
	margin-bottom:32px;
	}
.nfwzc h4 span{
	color:#f68400;
	font-size:32px;
	font-style:italic;
	}
.nfwzc .nfwzcimg{
	width:100%;
	overflow:hidden;
	}
.nfwzc .fwzcul .nfwzcimg:hover img{
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.nfwzc2 .nfwzcimg{
	text-align:center;
	}
.nfwzc .fwzcul{
	width:100%;
	overflow:hidden;
	}
.nfwzc .fwzcul li{
	width:566px;
	overflow:hidden;
	float:left;
	}
.nfwzc .fwzcul li:last-child{
	margin-left:68px;
	}
.nfwzc3 h5{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#000;
	font-weight:bold;
	margin-bottom:30px;
	margin-top:40px;
	}
.nfwzc3 p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.nfwzc4{
	width:100%;
	overflow:hidden;
	background:#ffc001;
	padding: 0 4% 40px 4%;
	margin-top:46px;
	}
.nfwzc4 h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#000;
	font-size:26px;
	}
.nfwzc4 p{
	width:100%;
	overflow:hidden;
	color:#000;
	font-size:18px;
	line-height:35px;
	}
.nfwzc5{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	padding:22px 0;
	}
.nfwzc5 li{
	width:33.3%;
	overflow:hidden;
	float:left;
	text-align:center;
	}
.nfwzc5 li:hover img{
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}
/* dede_pages

-------------------------------------------------------------- */

.dede_pages{
		width:100%; 
		overflow:hidden; 
		margin-top: 10px;
		text-align: center;
}

.dede_pages ul {
    padding: 12px 0px 12px 0;
	display: inline-block;
}

.dede_pages ul li {
    float: left;
    line-height: 17px;
    margin-right: 6px;
	padding: 5px 10px;
	border:solid 1px #f68400;
}

.dede_pages ul li.thisclass{
    background-color: #f68400;
    padding: 5px 10px;
    font-weight: bold;
	color:#fff;
}

.dede_pages ul li.thisclass a{
	color:#fff;
}

.dede_pages ul li:hover{
    background-color: #f68400;
}
.dede_pages ul li:hover a{
    color: #fff;
}
.dede_pages ul li a {
    float: left;
    display: block;
	color:#454545;
}

.page1{
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.page1 p{
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;
	font-size: 16px;
}
.page1 p a{
	color:#454545;
	font-size: 16px;
}
.page1 p a:hover{
	color:#f68400;
}
.dede_pages table, .dede_pages table tr, .dede_pages table td{
	border:none;
}
.dede_pages table td{
	line-height:30px;
	font-size:14px;
}
.dede_pages table td a{
	font-size:14px;
}
/* nsearch_box
-------------------------------------------------------------- */
.nsearch_box{
	margin-top:20px;
	margin-bottom:20px;
}
.nsearch_box .search-submit{
	width:80px;
	line-height:33px;
	background: #f68400;
	color:#fff;
}
.nsearch_box input {
	width: 30%;
    border-width: 1px;
    border-style: solid;
    border-color: #707070 #CECECE #CECECE #707070;
    padding: 2px 4px;
    height: 33px;
    line-height: 33px;
    margin-right: 5px;
    color: #6B6B6B;
}
.result_content ul li{
	margin:20px 0;
	border-bottom: dashed 1px #ccc;
    padding-bottom: 10px;
}
.result_content ul li h3{
	font-size:16px;
	line-height:30px;
}
.result_content ul li h3 a{
	font-size:16px;
}
.result_content ul li p{
	line-height:30px;
}
.resultbar{
	width: 100%;
	overflow:hidden;
	line-height:40px;
	background: #eee;
	font-size:16px;
	padding:0 1%;
}
.resultbar strong{
	color: #e9262e;
}
.result_content{
	margin-bottom: 100px;
}
.touch-menu,.tel-menu{
	display:none;
}
.tel-menu {
    background: #f68400;
    padding: 10px 1%;
    width: 100%;
    overflow: hidden;
}
.tel-menu ul {
	width:100%;
	overflow:hidden;
}
.tel-menu ul li {
	position:relative;
	float:left;
	width:100%;
	border-bottom: 1px solid #fff;
}
.tel-menu ul li a {
	color:#fff;
	display:block;
	font-size:16px;
	height:36px;
	line-height:36px;
	padding:0 10px;
}
.tel-menu ul li a:hover, .touch-menu ul li a:active {
	background-color: #f39910;
}

@media screen and (max-width: 1200px) and (min-width: 998px)
{
	.pronr dl dt{
		height: 170px;
	}
	.ncase dl dt{
		height:192px;
	}
}
@media screen and (max-width: 1200px) and (min-width: 1024px)
{
	.nprocontrt .cplist li .proimg {
		height: 161px;
	}
	.njjfa dl dt{
		height:196px;
	}
}
@media screen and (max-width: 1023px) and (min-width: 998px)
{
	.nprocontrt .cplist li .proimg {
		height: 221px;
	}
	.njjfa dl dt{
		height:191px;
	}
}
@media screen and (max-width: 998px) and (min-width: 860px)
{
	.pronr dl dt{
		height: 190px;
	}
	.nprocontrt .cplist li .proimg {
		height: 190px;
	}
	.ncase dl dt{
		height:165px;
	}
	.njjfa dl dt{
		height:165px;
	}
}
@media screen and (max-width: 860px) and (min-width: 769px)
{
	.ncase dl dt{
		height:148px;
	}
	.njjfa dl dt{
		height:147px;
	}
}
@media screen and (max-width: 769px) and (min-width: 640px)
{
	.ncase dl dt{
		height:188px;
	}
	.njjfa dl dt{
		height:188px;
	}
}
@media screen and (max-width: 860px) and (min-width: 641px)
{
	.pronr dl dt{
		height: 109px;
	}
	.nprocontrt .cplist li .proimg {
		height: 141px;
	}
}
@media screen and (max-width: 640px) and (min-width: 540px)
{
	.pronr dl dt{
		height: 185px;
	}
	.nprocontrt .cplist li .proimg {
		height: 183px;
	}
	.ncase dl dt{
		height:159px;
	}
	.njjfa dl dt{
		height:159px;
	}
}
@media screen and (max-width: 540px) and (min-width: 425px)
{
	.pronr dl dt{
		height: 145px;
	}
	.nprocontrt .cplist li .proimg {
		height: 143px;
	}
	.ncase dl dt{
		height:125px;
	}
	.njjfa dl dt{
		height:125px;
	}
}
@media screen and (max-width: 425px) and (min-width: 320px)
{
	.pronr dl dt{
		height: 109px;
	}
	.nprocontrt .cplist li .proimg {
		height: 107px;
	}
	.ncase dl dt{
		height:94px;
	}
	.njjfa dl dt{
		height:94px;
	}
}
@media(max-width:1200px) {
	.cont1{
		width:100%;
	}
	.headernr,.aboutnr{
		width: 100%;
		padding:0 1%;
	}
	.cont,.nav > ul{

		width: 100%;

		padding:0 1%;

		}
	.nabout .nhonor ul li{
		width:48%;
		margin: 15px 1%;
	}
	.nabout .ncq ul li{
		width:48%;
		margin: 15px 1%;
	}
	.nprocontrt{
		width: 850px;
		overflow: hidden;
	}
	.nprocontrt .cplist li {
		width: 31.3%;
		margin: 0 1% 6.5px 1%;
	}
	.ncase dl{
		width:31.3%;
		margin: 15px 1%;
	}
	.ncase dl dd,.njjfa dl dd{
		font-size:16px;
	}
	.nfwzc .fwzcul li{
		width:49%;
	}
	.nfwzc .fwzcul li:last-child {
		margin-left: 2%;
	}
	.njjfa dl{
		width:31.3%;
		margin: 20px 1%;
	}
	.pronr dl{
		width:24%;
		margin: 20px 0.5%;
	}
	.newsnr{
		padding:0 1%;
	}
}
@media(max-width:1170px) {
	.nprocontrt{
		width: 830px;
	}
}
@media(max-width:1152px) {
	.nprocontrt{
		width: 810px;
	}
}
@media(max-width:1130px) {
	.nprocontrt{
		width: 790px;
	}
}
@media(max-width:1110px) {
	.nprocontrt{
		width: 770px;
	}
}
@media(max-width:1090px) {
	.nprocontrt{
		width: 750px;
	}
}
@media(max-width:1070px) {
	.nprocontrt{
		width: 730px;
	}
}
@media(max-width:1050px) {
	.nprocontrt{
		width: 710px;
	}
}
@media(max-width:1024px) {
	.nprocontrt{
		width: 700px;
	}
}
@media(max-width:1023px) {
	.nabout .naboutimg,.nabout .naboutnr{
		width:100%;
	}
	.nabout .naboutimg{
		text-align:center;
	}
	.weizhi {
		margin-top: 0;
	}
	.position {
		width:100%;
		margin-right: 0;
		line-height: 30px;
		margin-bottom: 10px;
		float: inherit;
	}
	.menu_er{
		width:100%;
	}
	.weizhi .w1200m {
		padding: 20px 0;
	}
	.menu_er div a:after{
		bottom: -21px;
	}
	.ncontactnr,.message,.ncontacttit{
		width:100%;
	}
	.map{
		height:260px;
	}
	.nprocontrt{
		width: 100%;
	}
	.aboutlf,.aboutrt{
		width: 100%;
	}
	.aboutlf{
		position: inherit;
		text-align: center;
		padding-left: 0 !important;
	}
	.aboutrt{
		padding-left:0 !important;
	}
	.aboutnr{
		height:auto;
	}

	.menu_er{
		margin-left: 0;
	}
	.menu_er div{
		width: 25%;
		text-align: center;
	}
	.menu_er div span{
		margin:0;
	}
	.menu_er div a{
		width:94%;
	}
	.list_news .mk3_divl {
		width: 89%;
	}
	.mk3_div span{
		width: 10%;
	}
	.common_title {
		font-size: 22px;
	}
	.nprocontlf {
		width: 100%;
		overflow: hidden;
	}
	.touch-menu{
		display:block;
		width:32px;
		float:right;
		padding-top:23px;
		margin-right:2%;
	}
	.nav{
		display:none;
	}
	/*
	.logo {
		width: 70%;
	}*/
	.banner_n{
		display:none;
	}
	.mbanner{
		display:block;
	}
	.tp-bullets.simplebullets.round .bullet{
		width: 14px;
		height: 14px;
		margin: 0 10px 10px 10px;
	}
}
@media(max-width:998px) {
	.showPro_l,.njjfanr .showPro_l {
		width: 100%;
	}
	.showPro_r,.njjfanr .showPro_r{
		width: 100%;
	}
}
@media(max-width:991px) {
	.jjfanr dl dd{
		height:84px;
	}
}
@media(max-width:768px) {
	.list_news .mk3_divl {
		width: 84%;
	}
	.mk3_div span{
		width: 15%;
	}
	.ncase dl,.njjfa dl{
		width:48%;
	}
	.footernr .ksdh{
		width: 50%;
	}
	.slider1 .newsdate,.slider1 .newsbt{
		font-size:16px;
	}
	.pronr dl dd {
		font-size: 14px;
		line-height:30px;
		padding:10px 0; text-overflow: ellipsis;
  white-space: nowrap;
	}
	.ncase dl dd{
		height:60px;
	}
}
@media(max-width:716px) {
	.footernr .ksdh:nth-child(3){
		border-left:none;
	}
	.footernr .ksdh dl dt{
		float: inherit;
		text-align: left;
		margin-left: 0;
	}
	.footernr .ksdh dl dd{
		float: inherit;
	}
	
	.pro .promenu ul{
		
		 width: 100%; overflow:hidden;
	}
	.pro .promenu ul li{
		width: 23%; margin: 0 6px;

	}
}
@media(max-width:640px) {
	.ncase dl dd,.njjfa dl dd{
		font-size:14px;
		line-height: 25px;
	}
	.pronr dl {
		width: 48%;
		margin: 20px 1%;
	}
	.newsnr .newstitlf,.newsnr .newstitrt{
		width:100%;
	}
	.newsnr .newstitrt ul li{
		float:left;
	}
	.nprocontrt .cplist li {
		width: 48%;
	}
	.bx-wrapper{
		display:none;
	}
	.bx-wrapper1{
		display:block;
	}
	.jjfamenu div {
		width: 33.3%;
	}
	.nsearch_box input {
		width: 60%;
	}
	.pro .promenu ul li{
		width: 22%; margin: 0 5px;
	}
	.pro .promenu ul li a {  display: block;  font-size: 14px;}
}
@media(max-width:540px) {
	.tab ul li {
		float: left;
		width: 33.3%;
	}
}
@media(max-width:500px) {
	.list_news .mk3_divl {
		width: 79%;
	}
	.mk3_div span{
		width: 20%;
	}
	.pro .promenu ul li{
		width: 22%; margin: 0 5px;
	}
	.met-index-about .right_side h2 a {
		color: #13489d;
		font-size: 18px;
	}
}
@media(max-width:425px) {
	.footernr .ksdh {
		width: 100%;
	}
	.footernr .ksdh:nth-child(2) {
		border-left:none;
		padding-left: 0;
	}
	.jjfamenu div {
		width: 50%;
		margin-top:5px;
	}
	.menu_er div:nth-child(3) span {
		display: none;
	}
	.menu_er div {
		width: 50%;
		margin-top:10px;
	}
	.menu_er div a:after{
		bottom:-8px;
	}
}
@media(max-width:375px) {
	.mk3_div span{
		padding-right: 1%;
	}
	.pro .promenu ul li{
		width: 46%; margin: 0 5px;  margin-bottom: 10px;	
	}
	.prolist .prolist-text h2 {
	    font-size: 12px;
	    margin-top: 0px;
	}
	.met-index-about .right_side h2 a {
	    color: #13489d;
	    font-size: 16px;
	}
 
}
@media(max-width:320px) {
	.menu_er div a{
		font-size:14px;
	}
	.pronr dl dt{
		height: 105px;
	}
	.pronr dl dd {
		font-size: 12px;
	}
	.nprocontrt .cplist li .proimg {
		height: 100px;
	}
	.ncase dl dt{
		height:90px;
	}
	.tab ul li a {
		font-size: 16px;
	}
	.njjfa dl dt{
		height:90px;
	}
}

.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin: 0 5px;font-size:12px}
.ab_pages ul a.page-num-current{ background:#f68400; color:#fff; }
.ab_pages ul a:hover{ background:#ddd; color:#fff;}
.ab_pages .page-status{ display:none;}
.ab_pages span.page-num{ display:none;}


/*产品*/
.prolist-bg{ padding: 60px 0 40px;}
.prolist{overflow: hidden;}
.prolist li{ float: left; width: 49%; border: 1px #e6e6e6 solid; margin-left:0.5%; margin-right: 0.5%; margin-bottom: 20px;position: relative;overflow: hidden; background:#fff;}
.prolist li:nth-child(even){margin-right:0px;}
.prolist img { float: left;width: 40%; transition: all .5s; overflow: hidden; }
.prolist li img:hover{transform:scale(1.1);}
.prolist .prolist-text { float: left; width: 60%; overflow: hidden; padding:10px 15px;  border-left: 1px #f2f2f2 solid;}
.prolist .prolist-text h2 { font-size: 18px; color: #222; line-height:26px; height:60px; margin-top: 10px; display: 
	-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.prolist .prolist-text h2 b{ display: block; }
.prolist .prolist-text p { font-size: 14px; color: #999; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.prolist .prolist-text p:first-of-type{margin-top:0px;}
.prolist .prolist-text p:last-of-type{margin-bottom:10px;}
.prolist .prolist-text p span { color: #555; }

/*公司简介*/
.cjse_about{ width: 100%;overflow: hidden; }
.met-index-about { width: 100%;overflow: hidden; padding-bottom: 30px; }
.met-index-about .we_are_deatails { width: 90%; margin: 0px auto; overflow: hidden; }
.met-index-about .we_are_deatails p { color: #666666;  width: 100%;  text-indent: 3rem;  line-height: 26px; font-size: 16px; }
.met-index-about .left_side { background-size: cover;   width: 54%;  position: relative;  float: left;}
.met-index-about .right_side { width: 46%;  position: relative;  float: right; overflow: hidden; margin-top: 50px; background: url("../images/aboutbg_15.jpg") no-repeat bottom left  #fff;}
.met-index-about .right_side h2 { font-weight: 700;  font-size:26px; height: 60px; line-height: 60px; }
.met-index-about .right_side h2 a { color: #13489d; font-size:26px; }
.met-index-about .right_side h2 a:hover { color: #ff6600;}
.met-index-about .right_side h2::before {  content: '';  width: 60px;  height: 4px;  background: #f68400;  position: absolute;  top: 75px;}
@media only screen and (max-width: 640px) {
   .prolist .prolist-text { padding:0px 10px; height:100px; } 
   .prolist .prolist-text p {line-height:19px; display:none;}
   .prolist .prolist-text p:last-of-type {  margin-bottom: 0px;}
   .jjfamore { display:none;}
   .jjfa { margin-bottom: 0px; }
   .met-index-about .right_side h2 a { font-size: 18px;}
   .b-btn { line-height: 24px;  padding: 3px 15px;}
}
/*
.prolist .prolist-text .c-btn, .prolist .prolist-text .b-btn { padding: 7px 20px; }
*/
.prolist .prolist-text a:hover h2 { color:#ea5504; transition: all .3s;}
.prolist .pro-list-tag{font-size:14px;position: absolute;right:15px;top:20px;padding-left:28px;color:#999;height:22px;line-height: 22px;z-index: 1;}

.content { width: 1200px; margin: 0 auto; }

/*按钮*/
.b-btn { font-size: 14px; line-height: 24px; color: #ea5504; background: #fff; border-radius: 4px; border:1px solid #ea5504; padding: 5px 15px; }
.b-btn:hover { color: #fff; background: #ea5504; }
.c-btn { font-size: 14px; line-height: 24px; color: #fff; background: #ea5504; border-radius: 4px; border:1px solid #ea5504; padding: 5px 15px; margin-right:10px; }
.c-btn:hover { color: #fff; background: #ff6a00; }
@media screen and (min-width: 460px) and (max-width: 960px) {
.content { width: 100%; margin: 0 auto; }
.pronr dl {width: 48%;    margin: 20px 1%;  }
.prolist li{float: left; width: 100%;border: 1px #e6e6e6 solid;margin-right: 0px;margin-bottom: 20px;position: relative;overflow: hidden;}
.content { width: 100%; margin: 0 auto; }	
.b-btn { font-size: 14px; line-height: 22px; color: #ea5504; background: #fff; border-radius: 4px; border:1px solid #ea5504; padding: 0px 10px; }

.c-btn { font-size: 14px; line-height: 22px; color: #fff; background: #ea5504; border-radius: 4px; border:1px solid #ea5504; padding: 0px 10px; margin-right:10px; }
.prolist .prolist-text .c-btn, .prolist .prolist-text .b-btn   { padding: 5px 20px; }
}	
@media screen and (min-width: 260px) and (max-width: 460px) {
.prolist li{float: left; width: 100%;border: 1px #e6e6e6 solid;margin-right: 0px;margin-bottom: 20px;position: relative;overflow: hidden;}	
	
}


.left_side { width: 100%; overflow: hidden;}
.left_side img { width: 100%; overflow: hidden;}
.left_side:hover img { transform: scale(1.2, 1.2); transition: transform 0.4s ease 0s;}

.about_a{ width: 100%; overflow: hidden; }
.about_a li{ width: 50%; float:left; line-height: 26px; overflow: hidden }
.about_a li p{  padding-top: 5px; padding-bottom: 5px; color: #666666;}

.cjse_baout_btn {  width: 100%;  max-width: 170px;  height: 100%; min-height: 46px;  margin-top: 35px;  margin-left: auto; margin-right: 4%; margin-bottom: 45px; }
.cjse_baout_btn .p_CommonBtn_ab { background-color: rgba(246, 132, 0, 1);  height: 46px; line-height: 46px; text-align: center;  padding-left: 40px; padding-right: 40px;}
.cjse_baout_btn .e_btn {  display: table;  cursor: pointer;  text-decoration: none; }
.cjse_baout_btn a{ color: #ffffff;}

@media screen and (max-width: 559px) and (min-width: 190px)
{
.about_a li{ width: 90%; float:left; line-height: 26px; overflow: hidden ; display: block;}
.about_a li p{ padding-top: 5px; padding-bottom: 5px; color: #666666; font-size: 14px;}
.met-index-about .right_side { width: 100%; height: auto; margin-top: 0px; }
.met-index-about .right_side h2 {  font-weight: 700;  font-size: 1.1rem;  color: #fff;}
.met-index-about .right_side h2::before {  content: '';  width: 60px;  height: 4px;  background: #f68400;  position: absolute;  top: 70px;}
.met-index-body {  padding: 0px;  background: #f5f5f5;  width: 100%;  overflow: hidden;}
.met-index-about .left_side { width: 100%;  position: relative;  float: left;}
.met-index-about .right_side .we_are_deatails > p {  width: 100%; text-indent: 2rem; font-size: 14px; line-height: 23px; margin: 0px auto;}
.met-index-about .we_are_deatails { width: 100%; overflow: hidden; }
.cjse_baout_btn .p_CommonBtn_ab { background-color: rgba(246, 132, 0, 1);  height: 40px; line-height: 40px; text-align: center;  padding-left: 30px; padding-right: 30px;}
.met-index-about .we_are_deatails { width: 98%; margin: 0px auto; overflow: hidden; }
.cjse_baout_btn {  width: 100%;  max-width: 130px;  height: 100%;  min-height: 46px;  margin-top: 35px;  margin-left: auto;  margin-right: 0%;  margin-bottom: 45px; display:none;}
}
@media screen and (max-width: 990px) and (min-width: 560px)
{
.met-index-about .left_side { width: 100%;   float: left;}
.met-index-about .right_side { width: 100%; height: auto; margin-top: 0px; }
.met-index-about .right_side h2 {  font-weight: 700;  font-size: 1.7em;padding-top: 0px; padding-bottom: 0px; }
.met-index-about .right_side h2::before {  content: '';  width: 60px;  height: 3px;  background: #f68400;  position: absolute;  top: 45px;}
.we_are_deatails { width: 94%; margin: 0px auto; overflow: hidden; clear: both; }
.met-index-body {  padding: 0px;  background: #f5f5f5;  width: 100%;  overflow: hidden;}
.met-index-about .right_side .we_are_deatails > p {  width: 98%; text-indent: 2rem; font-size: 16px; line-height: 29px; margin: 0px auto;}
.cjse_baout_btn .p_CommonBtn_ab { background-color: rgba(246, 132, 0, 1);  height: 40px; line-height: 40px; text-align: center;  padding-left: 30px; padding-right: 30px;}
.met-index-about .we_are_deatails { width: 98%; margin: 0px auto; overflow: hidden; }

}

@media screen and (max-width: 1200px) and (min-width: 991px)
{
.we_are_deatails > p { width: 96%; text-indent: 2rem; font-size: 14px; line-height: 23px;}
.met-index-about .right_side h2 {  font-weight: 700;  font-size: 1.6em;  color: #fff;  position: relative;  padding-top: 10px;  padding-bottom: 0px;}
.met-index-about .right_side .we_are_deatails > p {  color: #666666;  width: 100%; text-indent: 2rem; line-height: 23px;}
.met-index-about .right_side h2::before {  content: '';  width: 45px;  height: 3px;  background: #f68400;  position: absolute;  top: 60px;}
.cjse_baout_btn {  width: 100%;  max-width: 170px;  height: 100%;  min-height: 46px;  margin-top: 15px;  margin-left: auto;  margin-right: 4%;  margin-bottom: 30px;}
}

@media screen and (max-width: 1600px) and (min-width: 1201px)
{
.we_are_deatails > p { width: 96%; text-indent: 2rem; font-size: 14px; line-height: 23px;}
.cjse_baout_btn {  width: 100%;  max-width: 170px;  height: 100%;  min-height: 46px;  margin-top: 15px;  margin-left: auto;  margin-right: 4%;  margin-bottom: 30px;}
}


/*ABOUT 数字*/
.inum_bg { width: 100%; overflow: hidden; display: block; max-width: 1200px; margin: 0px auto 0px; background: #f5f5f5; }
.inum_ul { width: 100%; height: auto; overflow: hidden; display: block;}
.inum_ul li { width: 16.666%; height: auto; overflow: hidden; display: block; float: left; text-align: center; border-right: 1px solid #dadada; box-sizing: border-box; margin-top: 30px;}
.inum_ul li i { font-size:4rem; color:#ff6600; line-height: 45px; vertical-align:bottom; font-style: initial;font-family: Impact;}
.inum_ul li sup { font-size: 14px; display: inline-block; vertical-align: bottom; margin-left: 5px;}
.inum_ul li p { display: block; font-size: 14px; line-height: 20px; color: #333333; overflow: hidden; text-align: center; margin-top: 10px;}
.inum_ul li:last-child { border: none;}

@media only screen and (max-width: 1100px) {
	.inum_ul li { width: 33.333%;  }
	.inum_ul li:nth-child(3) {    border: none;  }
}
@media screen and (max-width: 460px) and (min-width: 0px){
.inum_ul li { width: 50%;  }
.inum_ul li i {  color:#ff6600; line-height: 34px; font-family: Impact;}
}

.zj_about_bj {  width: 100%;  background: url(/images/bj_0006.jpg)no-repeat center center; background-size: auto;  background-size: cover;  padding-bottom: 5px; z-index:999; position: relative; }
.zj_about_bja {  width: 100%;  background: url(/images/bj_0007.jpg)no-repeat center center; background-size: auto;  background-size: cover;  padding-bottom: 5px; }



/*生产设备*/

.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
}
/* 必要布局样式css */
.swiper-container {
	width: 100%;
	margin: 12px auto;
	position: relative;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-containerswiper-containerswiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    /*
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
    */
}

.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0) ;
    z-index: -1;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 25%;
	height: 100%;
	position: relative;
	padding: 0; float: left;

}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 50px;
	margin-top: -25px;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .3;
	margin: 0 5px;
	cursor: pointer;
}

.swiper-slide:hover {
	-webkit-box-shadow: rgba(0,0,0,.5) 0px 0px 30px;
	-moz-box-shadow: rgba(0,0,0,.5) 0px 0px 30px;
	box-shadow: rgba(0,0,0,.5) 0px 0px 30px;
}

.banner-box {
	max-width: 100%;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}


.swiper-slide {
    /*
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: scale(.94);
    */
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.94);
	-moz-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
}
/*
.swiper-slide-active, .swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}
*/
.swiper-slide img {
	width: 100%;
	display: block;
}

.swiper-slide  .tit  {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  background: rgba(0,0,0,.6);
    

  font-size: 16px;
  text-align: center;
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
  color: #ffffff;
}
.swiper-slide  .tit a {

  font-size: 16px;
  color: #ffffff;
}

.swiper-pagination {
	position: relative;
	margin-bottom: 30px;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: rgba(0,0,0,.9);
}

@media screen and (max-width: 668px) {
.swiper-pagination {
	position: relative;
	margin-bottom: 20px;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: rgba(0,0,0,.8);
    }
}

.banner-arrow  {
    z-index: 999;
}
.banner-arrow div:hover {
	background-color: #4a4a4a;
}
.swiper-button-prev {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #7c7c7c center 50%/50% 50% no-repeat;
	left: 0px;
}
.swiper-button-next {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #7c7c7c center 50%/50% 50% no-repeat; right: 0px;
}
.banner-top {
	padding-top: 3.730928444707274%;
}
.banner-title {
	padding: 5px 0;
}
.banner-title h1 {
	text-align: center;
	letter-spacing: 5px;
	font-size: 45px;
	font-family: "Microsoft YaHei", 微软雅黑, MicrosoftJhengHei, 华文细黑, STHeiti, MingLiu;
	font-weight: normal;
	color: rgb(68, 68, 68);
	padding-bottom: 14px;
}
.banner-text {
	text-align: center;
}
.banner-text p {
	font: 15px/1.5 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', "Hiragino Sans GB", Arial, "Microsoft YaHei", "å¾®è½¯é›…é»‘", "STHeiti", "WenQuanYi Micro Hei", 'PingFang SC', SimSun, sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	color: rgb(68, 68, 68);
}
.banner-top-one {
	padding-top: 3.311649911295092%;
}



/*首页新闻*/

.met-index-news {
  padding-bottom: 30px;
}
.met-index-body {
  padding: 50px 0 40px;
    padding-bottom: 40px;
  background: #fff;
}
.met-index-news {
    padding-bottom: 30px
}

.met-index-news .single-blog-post {
    margin-bottom: 40px
}

.met-index-news .single-blog-post .img-holder {
    position: relative;
    margin-bottom: 0;
    overflow: hidden
}

.met-index-news .single-blog-post .img-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.met-index-news .single-blog-post .img-holder .overlay .overlays {
    width: 100%;
    height: 100%;
    position: relative
}

.met-index-news .single-blog-post .img-holder .overlay .overlays:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f68400;
    display: block;
    opacity: .7
}

.met-index-news .single-blog-post .img-holder:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.met-index-news .single-blog-post .img-holder .overlay .inner-holder {
    display: table;
    width: 100%;
    height: 100%
}

.met-index-news .single-blog-post .img-holder .date {
    background: #f68400;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    line-height: 20px;
    padding: 10px 15px;
    font-weight: 500
}

.met-index-news .single-blog-post .img-holder .date b {
    font-size: 25px;
    font-weight: 700;
    font-style: italic
}

.met-index-news .single-blog-post a h2 {
    color: #242424;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.met-index-news .single-blog-post a h2:hover {
    color: #f68400
}

.met-index-news .single-blog-post p {
    color: #898989;
    font-weight: 500;
    margin: 15px 0 0
}

.met-index-news .single-blog-post>ul {
    border-bottom: 1px solid #E1E1E1;
    padding: 7px 0;
    margin-bottom: 30px
}
@media only screen and (max-width: 640px) {
    .met-index-news .single-blog-post>ul { display:none;}
    .met-index-news .single-blog-post { margin-bottom: 10px;}
    .met-index-news .single-blog-post p { display:none;}
    .met-index-news .single-blog-post a h2 { font-size: 16px;  text-overflow: ellipsis;  white-space: nowrap; line-height:34px; font-weight:500; padding-right:10px;}
}
.met-index-news .single-blog-post>ul li {
    display: inline
}

.met-index-news .single-blog-post>ul li p,.met-index-news .single-blog-post>ul li span {
    display: inline-block;
    line-height: 16px;
    padding: 0 12px;
    color: #9A9A99;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.met-index-news .single-blog-post>ul li span {
    border-right: 1px solid #9A9A99;
    padding-left: 0;
    color: #9A9A99
}

.met-index-news .single-blog-post>ul li span b {
    color: #898989;
    font-weight: 400
}

.met-index-news .single-blog-post>ul li a:hover {
    color: #f68400
}

.met-index-news .single-blog-post .img-holder:before {
    background: #f68400
}

.met-index-news .single-blog-post:active .img-holder:before,.met-index-news .single-blog-post:focus .img-holder:before,.met-index-news .single-blog-post:hover .img-holder:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 767px) {
    .met-index-news .single-blog-post {
        margin-top:10px
    }
}
 .carousel-inner img {
  width: 100%; 
}
.row_30{  margin-top: 30px;}
.cover-image, .overlay, .overlay-image {
  width: 100%;
}





