* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html,body{
	-webkit-user-select:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	-webkit-user-select:none;
	-webkit-touch-callout:none;
	-webkit-touch-callout:none;
} 
body {margin:0px auto; background:#fff; color:#555; font-family:微软雅黑,sans-serif; width: 100%; font-size: 75%; overflow-x: hidden;}
div,ul,ol,dl,dt,dd,li,dl,h1,h2,h3,h4,h5,h6,p,pre,table,caption,th,td,form,input,button,select,textarea{margin:0; padding:0; list-style:none;}

header, article, section, aside, footer, figure, nav{display: block;}

a, a:visited {color:#555; text-decoration: none;
transition:all 0.3s;
-moz-transition:all 0.3s;
-ms-transition:all 0.3s;
-o-transition:all 0.3s;
-webkit-transition:all 0.3s;
}

a:focus,a:hover{color:#c70024; text-decoration: none;}


img {border:none; vertical-align:top;}
.clearfix:after{display: block; content: ""; clear:both;}

.b-blank10{margin:0 0 10px 0;}
.b-blank20{margin:0 0 20px 0;}
.b-blank30{margin:0 0 30px 0;}
.blank10{width:100%; height:10px;}
.blank20{width:100%; height:20px;}
.blank30{width:100%; height:30px;}
.l-blank25{float:left; width:25px; height:10px;}

@font-face {
	font-family: 'hallfetica';
	src:url('../font/hallfetica.eot'); 
	src: 
		url('../font/hallfetica.eot?#iefix') format('embedded-opentype'), 
		url('../font/hallfetica.woff') format('woff'), 
		url('../font/hallfetica.ttf') format('truetype'), 
		url('../font/hallfetica.svg#aGENCYR') format('svg');
}


/************************************************************共用部分开始************************************************************/
.main{width: 100%; margin: 0 auto; position: relative;}

@media screen and (min-width: 1200px){
	.main{width: 1200px;}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.main{width: 100%; max-width:1000px;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.main{padding: 0 15px;}
}
@media screen and (max-width: 767px){
	body{padding: 0 0 55px 0;}
	.main{padding: 0 15px;}
}


/*top*/
header{position: relative; z-index: 9999; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.2);}
header .top{background:#333; height: 40px; line-height: 40px; color: #a9a9a9; position: relative; z-index: 200;}
header .top h2{float: left; font-size: 1em; font-weight: normal;}
header .top ul{float: right; position: relative; padding-left: 10px; padding-right: 5px;}
header .top ul li{float: left; position: relative; color: #a9a9a9; z-index: 100;}
header .top ul li:before{float: left; margin: 15px 10px 0 10px; display: inline-block; content: ""; width: 1px; height: 11px; background: #717171;}
header .top ul li:first-child:before{display: none;}
header .top ul li a,
header .top ul li a:visited,
header .top ul li a:hover{color: #a9a9a9;}
header .top ul li i{margin: 0 5px 0 0; font-size: 14px;}
header .top ul li i img{margin: 7px 0 0 0;}
header .top ul li .xl_sj_box{position: absolute; z-index: 110; left: 50%; top_box: 38px; margin: 0 0 0 -55px; padding: 10px 0 0 0; display:none;}
header .top ul li .xl_sj_box .xl_sj{background: #fff; box-shadow: 0 0 5px #c9c9c9; text-align: center; color: #888; line-height: 30px; position: relative; behavior:url(pie.htc);}
header .top ul li .xl_sj_box .xl_sj i{position: absolute; left: 50%; margin: 0 0 0 -12px; top: -19px; }
header .top ul li .xl_sj_box .xl_sj>img{float: left; width: 95px; height: 95px; background: #ccc; margin: 10px 10px 0 10px;}
header .top ul li:hover .xl_sj_box{display: block;}

header .logo{float: left; height: 110px; line-height: 106px;}
header .logo img{display: inline; vertical-align: middle;}

header .mmenu{position: absolute; right: 0px; top: 0px; bottom: 0px; width: 50px; text-align: center; display: none;}
header .mmenu i{color: #999; font-size: 24px; position: relative; top: 35%;}

@media screen and (min-width: 992px) and (max-width: 1199px){
	header .logo{height: 100px; line-height: 100px;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	header .logo{height: 90px; line-height: 90px;}
	header .logo img{max-height: 55%;}
}
@media screen and (max-width: 767px){
	header{box-shadow: 0 0 10px rgba(0,0,0,0.1);}
	header .top{display: none;}
	header .logo{height: 60px; line-height: 60px;}
	header .logo img{max-height: 65%;}
	
	header .mmenu{display: block;}
}

.nav {float: right; width: 58.33%; height: 110px;}
.nav ul{position: relative; z-index: 10;}
.nav ul li{position:relative; float:left; z-index:50;  width: 12.5%;text-align: center;}
.nav ul li a{display:block; font-size:1.16em; line-height: 110px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.nav ul li a:hover,
.nav ul li a.on,
.nav ul li a.selected{background: #006B31; color: #fff; font-weight: bold;}
* HTML .nav ul li a{display: inline-block}

.nav ul li ul{position: absolute; width:130%; visibility:hidden; z-index:999999;}
.nav ul li ul li{width: 100%; background: #fff; margin-left: 0px;}
.nav ul li ul li:before{display: none;}
.nav ul li ul li a{overflow:hidden; line-height:45px; height:45px; text-align: left; text-indent: 15px; font-weight:normal; font-size: 12px; border-bottom: 1px solid #e7e7e7; color: #555;}
.nav ul li ul li a:after{display: none;}
.nav ul li ul li a.selected,
.nav ul li ul li a:hover{background:#e0651f; color: #fff; font-weight: normal;}
.nav ul li ul li ul{width: 100%;}

* HTML .nav {height: 1%}
.downarrowclass {position: absolute; top: -1000px; right: 7px}
.rightarrowclass {position: absolute; top: 8px; right:15px}
.ddshadow {position: absolute; width: 0px; background:none transparent scroll repeat 0% 0%; height: 0px; top: 0px; LEFT: 0px}
.toplevelshadow {opacity: 0.0}
.nav ul li img{display: none;}

@media screen and (min-width: 992px) and (max-width: 1199px){
	.nav{width: 63%; height: 100px;}
	.nav ul li a{line-height: 100px;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.nav{width: auto; height: 90px;}
	.nav ul li{width: 70px; }
	.nav ul li a{line-height: 90px;}
}
@media screen and (max-width: 767px){
	.nav{display: none;}
}

/**/
footer{background: #2f2f2f; border-top: 5px solid #006B31;}
footer .f_logo{float: left; padding-top: 60px; padding-left: 4%;}
footer address{float: left; margin-left: 8%; margin-top: 67px; border-left: 1px solid #3a3a3a; padding-left: 6.5%; font-style: normal;}
footer address h2{font-size: 1.83em; color: #fff;}
footer address h3{padding-top: 5px; font-size: 1em; color: #b9b9b9; font-weight: normal; text-transform: uppercase;}
footer address p{padding-top: 20px; line-height: 26px; color: #b9b9b9;}
footer .ewm{float: right; margin-top: 72px; text-align: center; color: #fff;}
footer .ewm img{margin-bottom: 10px; width: 140px;}

footer .foot{margin-top: 40px; background: #272727; padding: 15px 0; color: #b9b9b9;}
footer .foot ul{float: left; width: 50%;}
footer .foot ul li{float: left; line-height: 25px; position: relative; margin-right: 20px;}
footer .foot ul li:after{position: absolute; top: 8px; right: -10px; display: block; content: ""; width: 1px; height: 11px; background: #4e4e4e;}
footer .foot ul li:first-child{margin-right: 0px;}
footer .foot ul li:first-child:after{display: none;}
footer .foot ul li a,
footer .foot ul li a:visited{color: #b9b9b9;}
footer .foot ul li a:hover{color: #fff;}
footer .foot span{float: right; width: 50%; line-height: 25px; text-align: right;}
@media screen and (min-width: 992px) and (max-width: 1199px){
	
}
@media screen and (min-width: 768px) and (max-width: 991px){
	footer .f_logo{padding-left: 30px;}
	footer .f_logo img{width: 100px;}
	footer address{margin-left: 70px; padding-left: 60px;}
	
	footer .foot span{display: block; margin-bottom: 5px; padding-bottom: 10px; border-bottom: 1px solid #303030; float: none; width: auto; text-align: left;}
	footer .foot ul{float: none; width: auto;}
}
@media screen and (max-width: 767px){
	footer{display: none;}
}


.m_menu{display: none; position: fixed; z-index: 9999; left: 0px; bottom: 0px; width: 100%; overflow: hidden; height: 55px; background: #006B31;}
.m_menu li{float: left; width: 25%; height: 55px; text-align: center; border-right: 1px solid #1a60a8;}
.m_menu li i{display: block; padding: 12px 0 5px 0; font-size: 18px!important;}
.m_menu li:first-child{border-left: none;}
.m_menu li:nth-child(4){border-right: none;}
.m_menu li a{display: block; color: #fff; height: 55px;}

@media screen and (max-width: 767px){
	.m_menu{display: block;}
}


/************************************************************共用部分结束************************************************************/

/************************************************************首页样式开始************************************************************/
/*幻灯片*/
.banner{position: relative;}
.banner img {width: 100%; max-height: 100%;}
.banner div{position: relative; z-index: 2}

@media screen and (min-width: 768px) and (max-width: 991px){
	.slick-dots {bottom:20px!important;}
	.slick-dots li button {height:4px!important; width:45px!important;}
}
@media screen and (max-width: 767px){
	.slick-dots {bottom:10px!important;}
	.slick-dots li button {height:4px!important; width:37px!important;}
}

.qt{position:absolute; z-index: 99; left: 50%; top: -60px; margin-left: -600px; background: #fff; width: 100%; height: 140px; border-radius: 5px; padding: 25px 30px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);}
.qt .by{float: left; width: 30.83%; height: 90px; border-right: 1px dashed #c8c8c8;}
.qt .by h2{padding-top: 15px; padding-bottom: 14px; font-size: 1.83em; color: #006B31; font-weight: bold; line-height: 1;}
.qt .by span{font-size: 1.33em; color: #333;}

.qt .search{float: left; width: 42%; height: 90px; border-right: 1px dashed #c8c8c8; padding: 18px 5% 0 5%;}
.qt .search form{border: 1px solid #ccc; position: relative; padding-right: 48px; height: 36px;}
.qt .search form .btn_text{width: 100%; height: 100%; border: none; font-size: 1em; padding-left: 10px; color: #888;}
.qt .search form .btn_submit{position: absolute; right: 0px; top: 0px; width: 47px; height: 100%; background: url(../images/search.png) no-repeat center; border: none; cursor: pointer;}
.qt .search span{display: block; padding-top: 10px; color: #888;}
.qt .search span a,
.qt .search span a:visited{color: #888; margin:0 5px;}
.qt .search span a:hover{color: #d00;}

.qt .tel{float: right;}
.qt .tel span{display: block; padding-top: 15px; padding-bottom: 10px; color: #006B31; font-size: 1.13em;}
.qt .tel h2{font-size: 2.33em; line-height: 1; font-weight: normal; color: #333;}
.qt .tel h2 i{float: left; margin-top: 5px; margin-right: 10px;font-size: 20px; color: #838383;}

@media screen and (min-width: 992px) and (max-width: 1199px){
	.qt{margin-left: -500px;}
	.qt .by h2{font-size: 1.5em;}
	
	.qt .tel h2{font-size: 2em;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.qt{position: static; margin-left: -15px; margin-right: -15px; width:auto!important; padding: 15px 20px; height: 120px;}
	.qt .by h2{font-size: 1.33em;}
	.qt .by span{font-size: 1em;}
	
	.qt .search{padding: 10px 3% 0 3%;}
	
	.qt .tel span{font-size: 1em;}
	.qt .tel h2{font-size: 20px;}
	.qt .tel h2 i{margin-top: 3px; font-size: 16px;}
}
@media screen and (max-width: 767px){
	.qt{display: none;}
}

/*共用标题*/
.part1{padding-top: 60px; padding-bottom: 40px; text-align: center; overflow: hidden;}
.part1 h2{position: relative; margin-bottom: 18px; padding-bottom: 17px; font-size: 2.66em; color: #333; line-height: 1; font-weight: normal;}
.part1 h2:after{position: absolute; left: 0px; bottom: 0px; display: block; content: ""; width: 100%; height: 1px; background: #e0e0e0;}
.part1 h2:before{position: absolute; left: 50%; bottom: -1px; display: block; content: ""; width: 40px; height: 3px; background: #006B31; margin-left: -20px; z-index: 10;}
.part1 h3{font-size: 1.16em; line-height: 1; color: #888; font-weight: normal;}

.part2 h2{color: #fff;}
.part2 h2:after{background: #404040;}
.part2 h2:before{background: #fff;}

@media screen and (min-width: 992px) and (max-width: 1199px){
	.part1{padding-top: 50px; padding-bottom: 35px;}
	.part1 h2{font-size: 2.33em;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.part1{padding-top: 40px; padding-bottom: 25px;}
	.part1 h2{margin-bottom: 15px; padding-bottom: 15px; font-size: 2em;}
	.part1 h2:before{width: 30px; margin-left: -15px;}
}
@media screen and (max-width: 767px){
	.part1{padding-top: 25px; padding-bottom: 15px;}
	.part1 h2{margin-bottom: 10px; padding-bottom: 10px; font-size: 1.5em;}
	.part1 h2:before{width: 20px; margin-left: -10px;}
	.part1 h3{font-size: 1em;}

}

/*服务保障*/
.service{background: url(../images/fw_bg.png) no-repeat center #f1f1f1; overflow: hidden; padding-top: 82px;}
.fw_box{text-align: center;}
.fw_list{_display:inline;}
.fw_list span{display: block; position: relative; margin: auto; width: 94px; height: 94px; background: #006B31; box-shadow: 0 4px 12px 0px rgba(39, 129, 221, 0.44); color: #fff; font-size: 36px; line-height: 94px; overflow: hidden; border-radius: 40px;}
.fw_list h2{margin-top: 30px; padding: 0 22%; font-size: 1.16em; line-height: 25px; color: #666; font-weight: normal;}
.fw_list:hover span{background: #37b97d; box-shadow: 0 4px 12px 0px rgba(55, 185, 125, 0.5);}
.fw_list span{
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.fw_box .slick-prev i,
	.fw_box .slick-next i{font-size: 40px!important; color: #ccc!important;}
	.fw_box .slick-prev{left: -15px!important;}
	.fw_box .slick-next{right: -15px!important;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.service{background-size:contain; padding-top: 0px;}
	
	.fw_box{padding: 0 10px;}
	.fw_list h2{padding: 0 15%; margin-top: 20px;}
	
	.fw_box .slick-prev i,
	.fw_box .slick-next i{font-size: 40px!important; color: #ccc!important;}
	.fw_box .slick-prev{left: -15px!important;}
	.fw_box .slick-next{right: -15px!important;}
}
@media screen and (max-width: 767px){
	.service{background-size: contain; padding-top: 0px;}
	
	.fw_box{padding: 0 10px;}
	.fw_list span{width: 70px; height: 70px; line-height: 70px; font-size: 26px; border-radius: 28px;}
	.fw_list h2{margin-top: 15px; padding: 0 15%; font-size: 1em; line-height: inherit;}
	
	.fw_box .slick-prev i,
	.fw_box .slick-next i{font-size: 40px!important; color: #ccc!important;}
	.fw_box .slick-prev{left: -15px!important;}
	.fw_box .slick-next{right: -15px!important;}
}

.fw_zx{padding-top: 65px; padding-bottom: 75px; text-align: center;}
.fw_zx a,
.fw_zx a:visited{display: inline-block; width: 220px; height: 45px; line-height: 45px; background: #006B31; font-size: 1.16em; font-weight: bold; color: #fff; border-radius: 50px;}
.fw_zx a:hover{background: #37b97d; color: #fff;}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.fw_zx{padding-top: 50px; padding-bottom: 55px;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.fw_zx{padding-top: 35px; padding-bottom: 40px;}
	.fw_zx a{width: 180px; height: 40px; line-height: 40px; }
}
@media screen and (max-width: 767px){
	.fw_zx{padding-top: 15px; padding-bottom: 20px;}
	.fw_zx a{width: 120px; height: 32px; line-height: 32px; font-size: 1em; font-weight: normal;}
}



/*产品展示*/
.pro_bg{background:#222222; overflow: hidden;}

.pro_box{padding: 0 90px;}
.pro_list{_display:inline; position: relative; margin: 0 10px;}
.pro_list .pro_img_box{float: left; width: 50%; padding-right: 30px; position: relative;  z-index: 1;}
.pro_list .pro_img_box:after{display: block; content: ""; position: absolute; top: 0px; right: 0px; width: 80%; height: 100%; z-index: -1}
.pro_list .pro_img_box h2{padding-top: 35px; padding-bottom: 20px; font-size: 1.83em; color: #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.pro_list .pro_img_box h2:before{display:inline-block; content: ""; margin-right: 15px; position: relative; top: -7px; width: 17px; height: 4px; background: #e0651f;}

.pro_list .pro_img_box span{display: block; position: relative; padding-bottom: 59.36%;}
.pro_list .pro_img_box span img{position: absolute; left: 15px; top: 0px; width: 82%; height: 120%; background: #ccc;}
.pro_list .pro_img_box p{padding: 20px 0 30px 40%; text-align: right; line-height: 24px; color: #fff;}
.pro_list .pro_con{float: right; width: 50%; margin-top: 75px; padding-left: 54px; font-size: 1.16em; line-height: 30px; height: 300px; overflow: hidden; color: #cacaca}
.pro_list .pro_more{position: absolute; right: 0px; top: 0px; width: 96px; height: 26px; background: #e0651f; text-align: center; line-height: 26px; color: #fff; text-transform: uppercase; font-family:Arial;}
.pro_list .pro_more a,
.pro_list .pro_more a:visited,
.pro_list .pro_more a:hover{display: block; height: 26px; color: #fff;}

.pro_box .slick-prev,
.pro_box .slick-next{width: 50px!important; height: 50px!important; background: #666; text-align: center;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.pro_box .slick-prev{left: -90px!important;}
.pro_box .slick-next{right: -90px!important;}
.pro_box .slick-prev i,
.pro_box .slick-next i{font-size: 20px!important; line-height: 50px;}
.pro_box .slick-prev:hover,
.pro_box .slick-next:hover{background: #e0651f!important;}
.pro_box .slick-prev:hover i,
.pro_box .slick-next:hover i{color: #fff!important;}

@media screen and (min-width: 768px) and (max-width: 991px){
	.pro_box{padding: 0 50px;}
	
	.pro_list .pro_img_box h2{padding-top: 25px; font-size: 1.66em}
	.pro_list .pro_img_box p{padding-left: 30%}
	
	.pro_list .pro_con{margin-top: 55px; padding-left: 30px; font-size: 1em;}
	
	.pro_box .slick-prev{left: -45px!important;}
	.pro_box .slick-next{right: -45px!important;}
	.pro_box .slick-prev,
	.pro_box .slick-next{width: 40px!important; height: 40px!important;}
	.pro_box .slick-prev i,
	.pro_box .slick-next i{line-height: 40px;}
}
@media screen and (max-width: 767px){
	.pro_box{padding: 0 25px;}
	
	.pro_list .pro_img_box{float: none; width: auto; padding: 0 5%;}
	.pro_list .pro_img_box:after{width: 100%;}
	.pro_list .pro_img_box h2{padding-top: 20px; padding-bottom: 10px; font-size: 1.33em;}
	.pro_list .pro_img_box h2:before{background: #fff; top: -5px}
	.pro_list .pro_img_box p{padding: 10px 0; line-height: 22px; font-size: 1em; text-align: left;}
	
	.pro_list .pro_con{float: none; width: auto; margin-top: 10px; padding-left: 0px; height: 66px; line-height: 22px; font-size: 1em; overflow: hidden;}
	.pro_list .pro_more{position: static; margin-top: 15px;}
	
	.pro_box .slick-prev{left: -35px!important;}
	.pro_box .slick-next{right: -35px!important;}
	.pro_box .slick-prev,
	.pro_box .slick-next{width: 30px!important; height: 30px!important;}
	.pro_box .slick-prev i,
	.pro_box .slick-next i{line-height: 30px;}
}

/**/
.more{margin-top: 40px; margin-bottom: 60px; text-align: center;}
.more a{display: inline-block; width: 220px; height: 45px; border: 1px solid #006B31; line-height: 45px; color: #006B31; font-size: 1.16em; border-radius: 50px;}
.more a:hover{background: #006B31; color: #fff;}

.more2 a {border-color: #4d4d4d; color: #fff;}
.more2 a:hover{background: #fff; border-color: #fff; color: #006B31;}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.more{margin-top: 50px; margin-bottom: 50px;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.more{margin-top: 35px; margin-bottom: 40px;}
	.more a{width: 180px; height: 40px; line-height: 40px; }
}
@media screen and (max-width: 767px){
	.more{margin-top: 15px; margin-bottom: 20px;}
	.more a{width: 120px; height: 32px; line-height: 32px; font-size: 1em; font-weight: normal;}
}

/*成功案例*/
.list1{margin-left: -40px;}
.list1 li{float: left; width: 25%;}
.list1 li a{display: block; margin-left: 40px; position: relative;}
.list1 li span{display: block; position: relative; padding-bottom: 80%; overflow: hidden;}
.list1 li span img{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
.list1 li h3{position: absolute; left: 0px; bottom: 0px; width: 100%; height: 40px; line-height: 40px; z-index: 1; text-align: center; font-weight: normal; color: #fff; font-size: 1.33em;}
.list1 li h3:before{position: absolute; left: 0px; top: 0px; display: block; content: ""; width: 100%; height: 100%; background: #000; opacity: 0.6; z-index: -1;}

.list1 li .con{position: absolute; left: 0; bottom: 0px; width: 100%; height: 100%; z-index: 1; color: #fff; padding: 20px; overflow: hidden; opacity: 0;}
.list1 li .con:before{position: absolute; left: 0px; top: 0px; display: block; content: ""; width: 100%; height: 100%; background: #000; opacity: 0.7; z-index: -1;}
.list1 li .con h2{font-size: 1.33em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.list1 li .con h2:after{margin-top: 15px; margin-bottom: 10px; display: block; content: ""; width: 30px; height: 2px; background: #e0651f;}
.list1 li .con p{line-height: 28px; overflow: hidden; height: 84px;}
.list1 li .con span{display: block; padding-top: 32px;}
.list1 li .con i{position: absolute; right: 20px; bottom: 20px; width: 35px; height: 35px; background: #e0651f; text-align: center; line-height: 35px; font-size: 20px; color: #fff;}
.list1 li a:hover{box-shadow: 8px 8px 0 0px #e0651f;}
.list1 li a:hover span img{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.list1 li a:hover h3{opacity: 0;}
.list1 li a:hover .con{opacity: 1;}
.list1 li span img,
.list1 li h3,
.list1 li .con{
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.list1{margin-left: -30px;}
	.list1 li a{margin-left: 30px;}
	.list1 li .con p{height: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.list1{margin-left: -20px;}
	.list1 li a{margin-left: 20px;}
	.list1 li h3{font-size: 1.16em;}
	.list1 li .con h2{font-size: 1.16em;}
	.list1 li .con h2:after{margin-top: 10px; margin-bottom: 10px;}
	.list1 li .con p{height: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
	.list1 li .con span{padding-top: 15px;}
	.list1 li .con i{right: 10px; bottom: 10px; width: 30px; height: 30px; font-size: 16px;}
}
@media screen and (max-width: 767px){
	.list1{margin-left: -15px;}
	.list1 li{width: 50%;}
	.list1 li a{margin-left: 15px; margin-bottom: 15px;}
	.list1 li h3{height: 35px; line-height: 35px; font-size: 1.16em;}
	.list1 li .con{padding: 10%;}
	.list1 li .con h2{font-size: 1.16em;}
	.list1 li .con h2:after{margin-top: 10px; margin-bottom: 10px; width: 20px;}
	.list1 li .con p{height: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
	.list1 li .con span{padding-top: 15px;}
	.list1 li .con i{right: 10px; bottom: 10px; width: 30px; height: 30px; line-height: 30px; font-size: 16px;}
}


/*关于我们*/
.about_bg{position: relative; z-index: 1; padding-top: 20px;}
.about_bg:after{display: block; content: ""; position: absolute; left: 0px; top: 0px; width: 100%; height: 300px; background: #006B31; z-index: -1;}
.about_bg .main{background: #fff; padding: 0 20px; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15); overflow: hidden;}

.about{overflow: hidden; padding: 0 60px 45px 60px;}
.about span{float: right; margin-left: 60px; width: 44.5%;}
.about span i{display: block; position: relative; padding-bottom: 57.39%;}
.about span i img{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
.about h2{font-size: 1.66em; color: #333; font-weight: normal;}
.about p{padding-top: 25px; line-height: 26px; color: #777;}
.about a,
.about a:visited{margin-top: 25px; display: block; width: 110px; height: 40px; border: 1px solid #006B31; text-align: center; line-height: 40px; color: #006B31;}
.about a:hover{background: #006B31; color: #fff;}

@media screen and (min-width: 992px) and (max-width: 1199px){
	.about{overflow: hidden; padding: 0 45px 45px 45px;}
	.about span{margin-left: 50px;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.about_bg .main{margin-left: 15px; margin-right: 15px; width: auto;}
	
	.about{overflow: hidden; padding: 0 30px 30px 30px;}
	.about span{margin-left: 30px;}
	.about p{padding-top: 15px;}
	.about a{margin-top: 15px; width: 105px; height: 36px; line-height: 36px;}
}
@media screen and (max-width: 767px){
	.about_bg{padding-top: 10px;}
	.about_bg .main{margin-left: 10px; margin-right: 10px; width: auto; padding: 0 10px;}
	.about{overflow: hidden; padding: 0 10px 20px 10px;}
	.about span{float: none; width: auto; display: block; margin-left: 0px; margin-bottom: 15px;}
	.about h2{font-size: 1.33em;}
	.about p{padding-top: 10px; line-height: 22px;}
	.about a{margin-top: 15px; width: 100px; height: 32px; line-height: 32px;}
}

.kh_box{margin-bottom: 20px; background: #f1f1f1; padding: 22px 45px; overflow: hidden; position: relative;}
.kh_list{_display:inline; position: relative; margin: 0 17px;}
.kh_list span{display: block; position: relative; padding-bottom: 58.33%;}
.kh_list span img{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: #ccc;}
.kh_box .slick-prev,
.kh_box .slick-next{width: 30px!important; height: 100%!important; background: #fff!important; text-align: center; display: block!important; top: 20px!important;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.kh_box .slick-prev{left: -45px!important;}
.kh_box .slick-next{right: -45px!important;}
.kh_box .slick-prev i,
.kh_box .slick-next i{position: absolute; top: 50%; left: 50%; margin-top: -15px; margin-left: -5px; font-size: 30px!important; color: #888!important;}
.kh_box .slick-prev:hover,
.kh_box .slick-next:hover{background: #006B31!important;}
.kh_box .slick-prev:hover i,
.kh_box .slick-next:hover i{color: #fff!important;}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.kh_list{margin: 0 13px;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.kh_box{padding: 18px 40px;}
	.kh_list{margin: 0 10px;}
}
@media screen and (max-width: 767px){
	.kh_box{padding: 15px 30px;}
	.kh_list{margin: 0 8px;}
	
	.kh_box .slick-prev,
	.kh_box .slick-next{height: 100%!important;}
	.kh_box .slick-prev{left: -35px!important;}
	.kh_box .slick-next{right: -35px!important;}
}


/*新闻中心*/
.list5{overflow: hidden;}
.list5 dl{float: left; width: 39.58%;}
.list5 dl span{position: relative; display: block; padding-bottom: 50.52%;}
.list5 dl span img{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: #ccc;}
.list5 dl > a{display: block; background: #006B31; position: relative; color: #fff; padding: 35px 30px 28px 105px;}
.list5 dl i{position: absolute; left: 0px; top: 30px; width: 105px; text-align: center; font-style: normal;}
.list5 dl i b{display: block; font-size: 32px; font-weight: normal;}
.list5 dl dt{margin-bottom: 16px; padding-bottom: 20px; font-size: 1.33em; line-height: 1; border-bottom: 1px solid #F2F5F2;}
.list5 dl dd{line-height: 26px; color: #b5c1d4;}

.list5 ul{float: right; width: 54.16%;}
.list5 ul div{}
.list5 ul div h2{position: relative; line-height: 50px; font-size: 1.5em; font-weight: normal; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding-right: 100px;}
.list5 ul div h2 span{position: absolute; right: 0px; font-size: 12px; color: #888;}
.list5 ul div p{padding-top: 10px; padding-bottom: 40px; color: #888; line-height: 25px; font-size: 1.16em;}
.list5 ul li{position: relative; line-height: 50px; font-size: 1.33em; border-bottom: 1px solid #d0d0d0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding-right: 100px;}
.list5 ul li span{position: absolute; right: 0px; font-size: 12px; color: #888;}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.list5 dl{width: 42%;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.list5 dl{width: 45%;}
	.list5 dl > a{padding: 30px 25px 25px 90px;}
	.list5 dl i{width: 90px; top: 15px;}
	
	.list5 ul{width: 50%;}
	.list5 ul div h2{font-size: 1.33em;}
	.list5 ul div p{padding-top: 5px; padding-bottom: 20px; font-size: 1em; line-height: 22px;}
	.list5 ul li{line-height: 45px; font-size: 1.16em;}
}
@media screen and (max-width: 767px){
	.list5 dl{float: none; width: auto;}
	.list5 dl > a{padding: 20px 15px 15px 80px;}
	.list5 dl i{width: 80px; top: 15px;}
	.list5 dl i b{font-size: 28px;}
	.list5 dl dt{margin-bottom: 10px; padding-bottom: 10px; font-size: 1.16em;}
	.list5 dl dd{font-size: 1em; line-height: 24px;}
	
	.list5 ul{float: none; width: auto;}
	.list5 ul div h2{padding-top: 10px; line-height: 35px; font-size: 1.16em;}
	.list5 ul div p{padding-top: 0px; padding-bottom: 20px; font-size: 1em; line-height: 22px;}
	
	.list5 ul li{line-height: 35px; font-size: 1em;}
}


/************************************************************首页样式结束************************************************************/


/************************************************************内页样式开始************************************************************/
.n_banner{background: url(../images/n_banner.jpg) no-repeat top; height: 300px; border-top: 3px solid #006B31;}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.n_banner{height: 250px; background-size:cover;}
}
@media screen and (min-width: 769px) and (max-width: 991px){
	.n_banner{height: 200px; background-size:cover;}
}
@media screen and (min-width: 480px) and (max-width: 768px){
	.n_banner{height: 150px; background-size:cover;}
}
@media screen and (max-width: 479px){
	.n_banner{height: 100px; background-size:cover;}
}

.breadCrumb{background: #f4f4f4; height:55px; line-height:55px; overflow: hidden; border-bottom: 1px solid #e7e7e7;}
.breadCrumb h2{float:left; font-size:1.33em; color:#006B31;}
.breadCrumb span{float:right; color: #555;}
.breadCrumb span a{margin:0 5px;}
.breadCrumb span:before{display: inline-block; content: "\f041"; font-family:"FontAwesome"; color: #006B31; font-size: 14px; margin: 0 8px 0 0;}

@media screen and (min-width: 769px) and (max-width: 991px){
	.breadCrumb{height: 50px; line-height: 50px;}
}
@media screen and (min-width: 480px) and (max-width: 768px){
	.breadCrumb{height: 45px; line-height: 45px;}
	.breadCrumb h2{display: none;}
	.breadCrumb span{float: none; display: block;}
}
@media screen and (max-width: 479px){
	.breadCrumb{height: 45px; line-height: 45px;}
	.breadCrumb h2{display: none;}
	.breadCrumb span{float: none; display: block;}
}

.class_list{background: #fff; padding: 15px 0 15px 0; border-bottom: 1px solid #e7e7e7;}
.class_list ul{overflow: hidden;}
.class_list ul li{margin: 0 10px 0 0; display: inline-block; height: 35px; text-align: center; line-height: 33px; font-size: 1.16em; vertical-align: top;}
.class_list ul li a{display: block; padding: 0 20px; position: relative; background: #fff; border: 1px solid #e7e7e7; height: 35px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.class_list ul li a:hover,
.class_list ul li a.on{border-color: #37b97d; background: #37b97d; color: #fff;}

@media screen and (min-width: 992px) and (max-width: 1199px){
	.class_list ul li{margin-right: 8px; }
}
@media screen and (min-width: 769px) and (max-width: 991px){
	.class_list ul li{margin-right: 6px; font-size: 1em;}
	.class_list ul li a{padding: 0 17px;}
}
@media screen and (min-width: 480px) and (max-width: 768px){
	.class_list{display: none;}
}
@media screen and (max-width: 479px){
	.class_list{display: none;}
}



/*通用详细页 开始*/
.content{padding: 15px 0; line-height: 210%;  font-size: 1.16em;}
.content img{max-width: 100%!important; height: auto!important;}

.title{font-size: 2.17em; color: #333; font-weight: normal; padding: 50px 0 20px 0; text-align: center;}
.time{color: #b0b0b0; padding: 0 0 14px 0; border-bottom: 1px solid #e7e7e7; overflow: hidden; text-align: center;}
.time li{display: inline-block; position: relative;}
.time li i{margin: 0 5px 0 0;}
.time li:before{position: relative; display:inline-block; content: ""; margin: 0 10px; width: 1px; height: 7px; background: #bababa;}
.time li:first-child:before{display: none;}

.fy{margin: 5px 0; padding: 5px; border-top: 1px solid #e7e7e7;}
.fy li{height: 28px; line-height: 28px; color: #c00; font-size: 1.16em; white-space: nowrap; text-overflow: ellipsis;}

.n_part2{border-top: 2px solid #006B31; overflow: hidden; color: #006B31; padding: 10px 0 0 5px; font-size: 1.33em;}

.n_list1{overflow: hidden; padding: 10px 0 10px 0;}
.n_list1 li{float: left; width: 50%; height: 32px; line-height: 32px; padding: 0 10px 0 0; overflow: hidden; font-size: 1.16em; white-space: nowrap; text-overflow: ellipsis;}
.n_list1 li:before{display: inline-block; content: ""; float: left; margin: 15px 8px 0 3px; width: 3px; height: 3px; background: #989898;}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.title{padding: 40px 0 15px 0; font-size: 2em;}
}
@media screen and (min-width: 769px) and (max-width: 991px){
	.title{padding: 28px 0 15px 0; font-size: 2em;}
}
/*@media screen and (min-width: 480px) and (max-width: 768px){
	.title{padding: 20px 0 15px 0; font-size: 1.8em;}
	.time{padding: 0 0 10px 0;}
	.content{padding: 15px 0; font-size: 1.16em; line-height: 210%;}
	
	.fy{margin: 0 0 10px 0;}
	.fy li{height: 25px; line-height: 25px; font-size: 1em;}

	.n_part2{border-top-width: 3px; padding: 10px 0 0 0; font-size: 1.16em;}
	
	.n_list1 li{float: none; width: 100%; font-size: 1em; line-height: 30px; height: 30px;}
	.n_list1 li:before{margin-top: 10px;}
}*/
@media screen and (max-width: 768px){
	.title{padding: 20px 0 10px 0; font-size: 1.6em; text-align: left;}
	.time{text-align: left;}
	.time li{float: left;}
	.time li:last-child{display: none;}
	.content{padding: 10px 0; font-size: 1em; line-height: 200%;}
	
	.fy{margin: 0 0 10px 0; padding: 5px 0;}
	.fy li{height: 25px; line-height: 25px; font-size: 1em;}

	.n_part2{border-top-width: 2px; padding: 8px 0 0 0; font-size: 1.16em;}
	
	.n_list1 li{float: none; width: 100%; font-size: 1em; line-height: 26px; height: 26px;}
	.n_list1 li:before{margin-top: 10px;}
}
/*通用详细页 结束*/

/*图片列表 开始*/
.img_list{overflow: hidden; margin-top: 20px;}
.img_list li{overflow: hidden; border-bottom: 1px dashed #e7e7e7; padding: 20px;}
.img_list li:first-child{border-top: 1px dashed #e7e7e7;}
.img_list li span{float: left; width: 340px; margin-right: 20px;}
.img_list li span i{display: block; position: relative; padding-bottom: 59.36%;}
.img_list li span i img{position: absolute; left: 0px; top: 0px; width:84%; height: 100%; background: #ccc;}
.img_list li h2{margin-left: 360px; padding-top: 5px; font-size: 1.66em; font-weight: normal; color: #333;}
.img_list li h2 a,
.img_list li h2 a:visited{color: #333;}
.img_list li h2 a:hover{color: #e0651f;}
.img_list li h2:after{display: block; content: ""; margin-top: 10px; margin-bottom: 15px; width: 30px; height: 3px; background: #e0651f;}
.img_list li p{line-height: 24px; color: #888;}
.img_list li em{font-style: normal;}
.img_list li em a{margin-top: 15px; display: inline-block; padding: 5px 20px; border: 1px solid #006B31; color: #006B31}
.img_list li em a:hover{background: #006B31; color: #fff;}
.img_list li:hover{background: #f7f7f7;}
.img_list li{
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.img_list li p{height: 96px; overflow: hidden;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.img_list li span{width: 300px;}
	.img_list li h2{margin-left: 320px; font-size: 1.5em;}
	.img_list li p{height: 72px; overflow: hidden;}
}
@media screen and (max-width: 767px){
	.img_list li{padding: 10px;}
	.img_list li span{float: none; width: auto;}
	
	.img_list li h2{margin-left: 0px; padding-top: 0px; font-size: 1.33em;}
	.img_list li p{height: 48px; overflow: hidden;}
	.img_list li em a{padding: 5px 15px;}
}



/*图片列表 结束*/

/*产品列表 开始*/
.img_list2{margin-top: 0; margin-left: -20px; overflow: hidden;}
.img_list2 li{float: left; width: 25%;}
.img_list2 li a{display: block; margin-left: 20px; margin-top: 20px;}
.img_list2 li span{display: block; position: relative; padding-bottom: 70%; overflow: hidden;}
.img_list2 li span img{position: absolute; left: 0px; top: 0px; width: 85%; height: 100%; background: #ccc;}
.img_list2 li span em{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: #006B31; vertical-align: middle; opacity: 0; z-index: 10;}
.img_list2 li span em i{position: absolute; width: 100%; text-align: center; left: 0px; top: 0; color: #fff; font-size: 30px;}
.img_list2 h2{line-height: 45px; background: #ebebeb; font-size: 1.16em; text-align: center; font-weight: normal; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.img_list2 li a:hover h2{background: #006B31; color: #fff;}
.img_list2 li a:hover span em{opacity: 0.9;}
.img_list2 li a:hover span em i{top: 50%;}
.img_list2 li a:hover span img{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.img_list2 li span img,
.img_list2 li span em,
.img_list2 li span em i,
.img_list2 li h2{
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.img_list201{margin-bottom: 20px;}
.img_list201 li{width: 20%;}
.img_list201 li span{padding-bottom: 59.36%;}


@media screen and (min-width: 768px) and (max-width: 991px){
	.img_list2 li{width: 33.33%;}
}
@media screen and (max-width: 767px){
	.img_list2{margin-left: -15px; margin-bottom: 10px;}
	.img_list2 li{width: 50%;}
	.img_list2 li a{margin-left: 15px; margin-top: 15px;}
	.img_list2 h2{line-height: 35px; font-size: 1em;}
	
	.img_list201 li:nth-child(5){display: none;}
}
/*图片列表 结束*/

/*新闻类 开始*/
.news_list{overflow: hidden; margin-top: 25px;}
.news_list li{overflow: hidden; position: relative; padding-right: 15px; margin-top: 30px; background: #fafafa;}
.news_list li:first-child{margin-top: 0px;}
.news_list li span{float: left; width: 220px; margin-right: 30px;}
.news_list li span i{display: block; position: relative; width: 100%; padding: 0 0 70% 0; overflow: hidden;}
.news_list li span i img{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: #e7e7e7;}
.news_list li h2{position: relative; font-size: 1.5em; color: #333; font-weight: normal; padding-top: 18px; padding-bottom: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.news_list li p{line-height: 26px; color: #888; margin-bottom: 20px; font-size: 1.2em;}
.news_list li em{font-style: normal; color: #888;}
.news_list li em i{margin-right: 5px; color: #adadad;}
.news_list li:hover{background: #eee!important;}
.news_list li:hover span img{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.news_list li:hover h2{color: #d00;}
.news_list li,
.news_list li span i img{
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}


@media screen and (min-width: 992px) and (max-width: 1199px){
	.news_list li{margin-top: 20px;}
	.news_list li span{width: 200px; margin-right: 20px;}
	.news_list li h2{padding: 15px 0 8px 0;}
	.news_list li p{height: 58px; margin: 0 0 6px 0; overflow: hidden;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.news_list li{margin-top: 20px; padding-right: 15px;}
	.news_list li span{width: 190px; margin-right: 20px;}
	.news_list li h2{padding: 15px 0 10px 0;}
	.news_list li p{margin-bottom: 10px; height:44px; font-size: 1em; line-height: 22px; overflow: hidden;}
}

@media screen and (max-width: 767px){
	.news_list{margin-top: 10px; padding-bottom: 10px;}
	.news_list li{margin: 10px 0 0 0; padding: 0 10px 0 0;}
	.news_list li span{width: 120px; margin: 0 10px 0 0;}
	.news_list li h2{font-size: 1.16em; padding-top: 8px; padding-bottom: 5px;}
	.news_list li p{margin-bottom: 5px; line-height: 22px; font-size: 1em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
	.news_list li em{width:60px; height: 20px; line-height: 20px; font-size: 0.83em;}
}
/*新闻类 结束*/

/*产品详细 开始*/
.m_pro_tit{text-align: center; display: none; padding: 15px 0 10px 0; font-size: 1.5em;}
.pro_img{float:left; width: 47%; margin:25px 0 15px 0; border:1px solid #e7e7e7; padding:3px; background: #fff;}
.pro_img span{display: block; position: relative; width: 100%; padding: 0 0 75% 0;}
.pro_img span img{position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; margin: auto; max-width: 95%; max-height: 95%;}

.pro_js_box{float: right; width: 50%; margin-top: 25px;}
.pro_js_box .pro_js{}
.pro_js_box .pro_js h2{font-size:2em; font-weight:normal; padding:10px 0 15px 0; border-bottom:1px dashed #e7e7e7; color: #333; }
.pro_js_box .pro_js span{line-height:24px; font-size:1.16em; padding:15px 0; border-bottom:1px dashed #e7e7e7; display:block}
.pro_js_box .pro_tel{font-size:1.16em; font-weight:bold; color:#333; padding:10px 0 20px 0; display:block;}
.pro_js_box .pro_tel b{font-size:1.5em; color:#c30000}
.pro_js_box .pro_gm{overflow: hidden; border-bottom:1px dashed #e7e7e7; padding: 0 0 28px 0; margin: 0 0 20px 0;}
.pro_js_box .pro_gm a{float: left; width:125px; height:35px; text-align:center; line-height:35px; overflow:hidden; font-size:1.33em; margin:0 10px 0 0;}
.pro_js_box .pro_gm a:hover{background:#dc3333;}
.pro_js_box .pro_gm a.gm{background:#006B31; color: #fff}
.pro_js_box .pro_gm a:hover.gm{background: #006B31; color: #fff}
.pro_js_box .pro_gm a.zx{background:#37b97d; color: #fff;}
.pro_js_box .pro_gm a:hover.zx{background: #37b97d; color: #fff;}

@media screen and (min-width: 992px) and (max-width: 1199px){
	.pro_js_box .pro_js h2{font-size: 1.8em}
}	
@media screen and (min-width: 769px) and (max-width: 991px){
	.pro_js_box .pro_js h2{font-size: 1.66em}
	.pro_js_box .pro_js span{padding: 10px 0; font-size: 1em;}
	.pro_js_box .pro_tel{padding-bottom: 15px;}
	.pro_js_box .pro_gm{padding-bottom: 15px; margin-bottom: 10px;}
	.pro_js_box .pro_gm a{width: 105px; height: 32px; line-height: 32px; font-size: 1.13em;}
}
@media screen and (min-width: 481px) and (max-width: 768px){
	.m_pro_tit{display: block;}
	
	.pro_img{float: none; width: 100%; margin: 0px;}
	
	.pro_js_box{float: none; width: auto; margin: 10px 0 0 0;}
	.pro_js_box .pro_js{display: none;}
	.pro_js_box .pro_tel{display: none;}
	.pro_js_box .bdsharebuttonbox{display: none;}
	.pro_js_box .pro_gm{padding: 3px 0 12px 0; margin: 0px; border-bottom: none; text-align: center;}
	.pro_js_box .pro_gm a{float: none; display: inline-block; width: 100px; height: 32px; line-height: 32px; font-size: 1.13em;}
	.pro_js_box .pro_gm a.zx{display: none;}
}
@media screen and (max-width:480px){
	.m_pro_tit{display: block;}
	
	.pro_img{float: none; width: 100%; margin: 0;}
	
	.pro_js_box{float: none; width: auto; margin: 10px 0 0 0;}
	.pro_js_box .pro_js{display: none;}
	.pro_js_box .pro_tel{display: none;}
	.pro_js_box .bdsharebuttonbox{display: none;}
	.pro_js_box .pro_gm{padding: 3px 0 12px 0; margin: 0px; border-bottom: none; text-align: center;}
	.pro_js_box .pro_gm a{float: none; display: inline-block; width: 90px; height: 30px; line-height: 30px; font-size: 1em;}
	.pro_js_box .pro_gm a.zx{display: none;}
}

/*产品订购*/
.order{ margin:15px 0; border: 1px solid #e7e7e7; padding: 10px 0;}
.order tr td:first-child{text-align: right; width: 105px;}
.order tr td:first-child span{color: #8d0001}
.order td{padding:5px; color: #555;}
.order td span{color:#f00;}
.order input,
.order textarea{behavior:url(pie.htc); position:relative;}

.order .order_text{border:1px solid #c1c1c1; padding:0 10px; width:300px; height:25px; line-height:25px; overflow:hidden; font-size:12px; color:#828282; font-family:inherit; border-radius:3px; box-shadow:inset 1px 1px 3px #eaeaea;}
.order .order_text:hover{border:1px solid #ff9207;}
.order .order_text2{width: 470px; height: 80px; line-height:22px !important; padding:5px 10px !important;}

.order .order_submit{padding:0 25px; height:30px; line-height:30px; border-radius:3px; overflow:hidden; cursor:pointer; font-family:inherit; background:#c70024; color:#fff; border:none; font-weight: bold;}
.order .order_submit:hover{background:#c70024;}

@media screen and (min-width: 769px) and (max-width: 991px){
	.img_list201 li{width: 25%;}
}
@media screen and (min-width: 481px) and (max-width: 768px){
	.order td{display: block; padding: 3px 10px;}
	.order tr td:first-child{text-align: left; width:auto;}
	.order .order_text{width: 100%;}
	.order .order_text2{width: 100%;}
}
@media screen and (max-width:480px){
	.order td{display: block; padding: 3px 10px;}
	.order tr td:first-child{text-align: left; width:auto;}
	.order .order_text{width: 100%;}
	.order .order_text2{width: 100%;}
}
/*产品详细 结束*/

/*在线留言 开始*/
.message{margin-top: 30px; margin-bottom: 50px; background: #fff;}
.message ul{padding: 2% 2% 2% 0;}
.message ul li{position: relative; float: left; margin: 0 0 12px 2%; padding-left: 55px; background: #fff; width: 48%; height: 40px; line-height: 40px; border: 1px solid #e7e7e7; border-radius: 5px; overflow: hidden; behavior:url(pie.htc); }
.message ul li h2{position: absolute; left: 0px; top: 0px; color: #555; font-size: 1.16em; font-weight: normal; padding: 0 5px 0 10px;}
.message ul li span{color: #c70024;}
.message ul li .ly_text{width: 100%; height: 26px; line-height: 26px; font-family: "微软雅黑"; color: #888; font-size: 1em; border: none;}
.message ul li .ly_text2{clear: both; height: 90px; line-height: 22px; margin: 3px 0 0 0;}

.message ul li.con{clear: both; float: none; width: auto; height: 115px; padding: 7px 20px 10px 55px;}
.message ul li.yzm{clear: both; float: none; padding-left: 65px; width: 200px;}
.message ul .ly_submit{margin-left: 20px; width: 90px; height:32px; text-align: center; line-height: 32px; color: #fff; font-size: 14px; font-weight: bold; background: #c70024; border: none; border-radius: 5px; position: relative; overflow: hidden; behavior:url(pie.htc);}

@media screen and (min-width: 768px) and (max-width: 991px){
	.message ul{}
}

@media screen and (max-width:767px){
	.message{margin-top: 15px; margin-bottom: 20px;}
	.message ul{padding: 10px}
	.message ul li{float: none; width: auto; margin-left: 0px; margin-bottom: 10px;}
	.message ul li h2{font-size: 1em;}
	.message ul li.con{width: auto;}
	.message ul li .ly_text2{width:100%;}
	.message ul .ly_submit{margin-left: 0px;}
}
/*在线留言 结束*/

.zp{margin-top: 25px;}
.zp > li{background: #f7f7f7; padding: 20px; margin-bottom: 30px;}
.zp > li .zp_tit{font-size: 1.83em; font-weight: normal; color: #333;}
.zp > li .zp_bz{padding: 15px 0; font-size: 1em; font-weight: normal; color: #888;}
.zp > li .zp_con{background: #fff; padding: 20px; line-height: 200%; font-size: 1.16em; color: #666;}
@media screen and (min-width: 768px) and (max-width: 991px){
	
}
@media screen and (max-width: 767px){
	.zp{margin-top:15px;}
	.zp > li{padding: 15px; margin-bottom: 15px;}
	.zp > li .zp_tit{font-size: 1.33em;}
	.zp > li .zp_bz{padding: 10px 0;}
	.zp > li .zp_con{padding: 15px; font-size: 1em;}
}


/************************************************************内页样式结束************************************************************/











/*page*/
.page{text-align:center; margin:20px 0 30px 0; border-top: 1px solid #e7e7e7; padding-top: 25px;}
.page li{display: inline-block; *display: inline; margin: 0 3px;}
.page li a{height: 29px; line-height: 29px; display: block;padding: 0 12px; border: 1px solid #dddddd; background: #fff;}
.page li a:hover{background: #006B31; border: 1px solid #006B31; color: #fff;}
.page li a.on{background: #006B31; border: 1px solid #006B31; color: #fff;}

@media screen and (min-width: 769px) and (max-width: 991px){
	.page{margin: 20px 0 25px 0; padding-top: 15px;}
}
@media screen and (min-width: 481px) and (max-width: 768px){
	.page{margin: 15px 0 25px 0;}
	.page li{margin: 0px;}
	.page li a{padding: 0 10px; height: 25px; line-height: 25px;}
}
@media screen and (max-width:480px){
	.page{margin: 10px 0 20px 0; padding-top: 15px;}
	.page li{margin: 0px;}
	.page li a{padding: 0 10px; height: 25px; line-height: 25px;}
}
