@charset "utf-8";
audio,canvas,video {
	display: inline-block
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
p {
	padding: 0;
	margin: 0;
	line-height: 23px;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
body,html {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	background: #fff;
	font-weight: normal;
	color: #333;
	font-size: 12px;
}
a {
	text-decoration: none;
	border: none;
}
a:hover {
	text-decoration: none;
	border: none;
}
span {
	font-family: "微软雅黑";
}
img {
	max-width: 100%;
	border: none;
	vertical-align: middle;
}
em,i {
	font-style: normal;
}
* {
	-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;
}



/**** common ***/
.container {
	width:1200px;
	margin:0 auto;
}
.clear {
	clear:both;
}
.lf {
	float:left;
}
.rf {
	float:right;
}
.more {
	color: #069043;
	font-family: "Arial";
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}
.more:hover {
	text-decoration: underline;
}
.phoneshow-content {
	display: none;
}
.section_title {
    margin: 0 0 35px;
    position: relative;
    text-align: center;
}
.section_title h1 {
    color: #666;
	font-size: 28px;
	margin-bottom: 7px;
}
.section_title hr {
    border: none;
    background: #007f38;
    height: 4px;
    width: 91px;
    margin: 0 auto;
}
.list-box {
	margin: 30px 0;
	text-align: center;
}
.list-box a {
	cursor: pointer;
	display: inline-block;
	background: #f3f3f3;
	color: #666;
	border: 1px solid #e5e5e5;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	margin: 0 15px 15px 0;
}
.list-box a.select {
	background: #007f38;
	border-color:#007f38;
	color: #fff;
}


/******** header *********/
.header {
	width: 100%;
	float: left;
	margin: 15px 0;
}
.logo a {
	float: left;
}
.logo div {
	float: left;
	margin: 10px 0 0 10px;
}
.logo div h1 {
	font-size: 30px;
	color: #333;
}
.logo div h3 {
	font-size: 13px;
	color: #7b3000;
	font-weight: bold;
}
.header_right {
	margin-top: 18px;
}
.header_right span {
	margin: 0 0 0 8px;
	font-size:  13px;
	float:  left;
}
.header_right span b {
	font-weight:  bold;
	display:  block;
	font-size: 20px;
	font-family: Tahoma
}
.header_right img {
	float:  left;
}
.logo div .showinphone {
	display: none;
}

/******** nav *********/
.top-nav {
	z-index: 999;
	background: #007f38;
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.top-menu nav li {
	position: relative;
	float: left;
}
.top-menu ul li a {
	color: #fff;
	padding: 0 35px;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	text-transform: capitalize;
}
.top-menu ul li:hover,
.top-menu ul li.active {
	background: url(../images/current.png);
}
.top-menu ul li .ljk {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 99;
	background: #007f38;
	width: 195px;
	padding: 5px 0;
}
.top-menu nav li:hover .ljk {
	display: block;
}
.top-menu ul li .ljk li {
	display: block;
	margin: 0;
	line-height: 35px;
	height: 35px;
	float: none;
}
.top-menu ul li .ljk a,
.top-menu ul li.active .ljk a {
	padding: 0 10px;
	font-size: 14px;
}
.top-menu ul li .ljk ul {
	display: none;
	position: absolute;
	top: 0;
	left: 195px;
	z-index: 99;
	background: #007f38;
	width: 195px;
	padding: 5px 0;
}
.top-menu nav li .ljk li:hover ul {
	display: block;
}
.open-down {
	position: absolute;
	top: 17px;
	right: 11px;
	width: 10px;
	height: 10px;
	background-image: url(../images/opendown.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	display: none;
}
.top-menu ul li:hover .open-down,
.top-menu ul li.active .open-down {
	background-image: url(../images/closedown.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}
.theme-default .nivoSlider .imgg {
	height: auto !important;
	width: 100%;
}
.theme-default .nivoSlider img {
	height: auto !important;
	width: 100%;
}

/******** header_search *********/
.header_search {
	padding: 10px 0;
	width: 100%;
	float: left;
}
.k_word {
	font-size: 13px;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.k_word a {
	color: #333;
	font-size: 13px;
	margin-right: 20px;
}
.k_word a:hover {
	color: #007f38;
}
.search_block_top {
	height: 24px;
	position: relative;
	overflow: hidden;
	width: 18%;
	font-size: 14px;
	margin-top: -3px;
}
.search_block_top input#sub_bg {
	float: right;
	padding: 0;
	cursor: pointer;
	background: #333;
	height: 24px;
	width: 19%;
	border: none;
	color: #fff;
}
.search_block_top input#search_query {
	background: none;
	width: 81%;
	border: 1px solid #e6e6e6;
	float: left;
	height: 24px;
	padding: 0 0 0 5px;
	color: #666;
	font-size: 12px;
	font-family: "微软雅黑";
}
.search_block_top input:focus {
	outline:0;
}

/******** product 全局应用 *********/
.product_listul,.product_listul-past {
	margin: 30px 0 15px;
	width: 100%;
	float: left;
}
.mspan3 {
	float: left;
	width: 17%
}
.mspan9 {
	float: right;
	width: 81%;
}
.s3title {
	height: 40px;
	width: 100%;
	background-image: url(../images/bga.png);
	color: #fff;
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
}
.s3title img {
	display: inline-block;
	margin: 0 7px 0 15px;
	vertical-align: text-top;
}
.s3title h1 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: inline-block
}
.menuTitle {
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background-image: url(../images/bgc.png);
}
.menuTitle:hover {
	background-image: url(../images/14.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}
.menuTitle a {
	margin: 0 35px 0 15px;
	padding-left: 10px;
	font-size: 12px;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-image: url(../images/icon2.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.activeTitle a,
.menuTitle:hover a {
	color: #02863d;
	font-size: 14px;
	font-weight: 400;
}
.menuContent li {
	border-bottom: 1px solid #dedcdc;
}
.menuContent li:hover a {
	color:#02863d;
}
.menuContent {
	background: #eee;
	width: 100%;
	display: none;
	height: auto;
	line-height: 35px;
}
.menuContent a {
	margin: 0 30px;
	font-size: 12px;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.seach-this-site {
	margin: 35px 0 10px;
	width: 100%;
	float: left;
}
.seach-this-site form {
	margin-top: 7px;
}
.seach-this-site form p {
	margin-bottom: 7px;
	width: 100%;
	float: left;
}
.seach-this-site form select {
    border: 1px solid #d6d6d6;
    height:  32px;
    line-height:  30px;
    color:  #999;
    font-size:  12px;
	font-family: "微软雅黑";
	width: 67%;
	float: left;
}
.seach-this-site form input#searchbutton {
    background-color:  #09a549;
    border:  none;
    height:  32px;
    line-height:  30px;
    color:  #fff;
    font-size:  12px;
	font-family: "微软雅黑";
	width: 33%;
	float: left;
}
.seach-this-site form input[type="text"] {
    border: 1px solid #d6d6d6;
    height:  32px;
    line-height:  30px;
    color:  #999;
    font-size:  12px;
	font-family: "微软雅黑";
	width: 100%;
	padding: 0 5px
}
.left-contact .s3title {
	margin-bottom: 5px;
}
.kfphone {
	background-color: #048a3f;
	color: #fff;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	padding: 0 10px;
	margin-top: 25px;
	height: 39px;
	line-height: 39px;
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.breadcrumb {
    background-image: url(../images/bgb.png);
    height:  40px;
	line-height:  40px;
	margin-bottom: 20px;
	padding-right: 10px;
}
.breadcrumb h3 {
    background-image: url(../images/bga.png);
    display:  inline-block;
    padding:  0 16px;
    font-size: 16px;
    font-weight:  600;
    color: #fff;
}
.breadcrumb h3 i {
	display: inline-block;
	width: 13px;
	height: 10px;
	background-image: url(../images/icon3.png);
	background-position: center left;
	background-repeat: no-repeat
}
.home-product-listul li {
	float: left;
	width: 22%;
	margin: 0 1.5% 20px;
	text-align: center;
}
.product-listul-pic {
	width: 100%;
}
.product-listul-name {
	background-color: #eaeaea;
	color: #333;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.home-product-listul li:hover .product-listul-name {
	background-color: #069043;
	color: #fff;
}

/******** parner *********/
.home-parner {
	margin-bottom: 35px;
}
.row-scroll {
	position: relative;
	margin: 10px auto;
}
.row-scroll .bx-controls a {
	width: 25px;
	height: 35px;
	text-indent: -9999px;
	background-image: url(../images/gry.png);
	background-repeat: no-repeat;
	background-position: 6px 8px;
	display: inline-block;
	position: absolute;
	top: 25%;
}
.row-scroll .bx-controls a.bx-prev {
	left: -35px;
}
.row-scroll .bx-controls a.bx-next {
	background-position: -13px 8px;
	right: -35px;
}
.pic-scroll-list {
	overflow: hidden
}
.pic-scroll-list .slide {
	float: left;
	width: 24%;
	height: auto;
	text-align: center;
	overflow: hidden;
}
.pic-scroll-list .slide a {
	background: none !important;
	display: block;
	width: 100%;
}
.pic-scroll-list .slide .folio-thumb {
	position: relative
}
.pic-scroll-list .slide .folio-thumb img {
	width: 100% !important;
	height: auto;
	display: block
}
.page-two-pic {
	height: 83px;
	line-height: 83px;
    width: 100%;
    border: 1px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 5px;
}
.page-two-pic img {
	max-height: 100%;
}
.page-two-name {
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/******** hot productList *********/
.hot-productList {
	padding: 45px 0 20px;
	width: 100%;
    float: left;
}
#pc-show .bx-controls a {
	background-image: url(../images/white.png);
	top: 45%;
}
#pc-show .slide li .product-listul-name {
	height: 47px;
	line-height: 47px;
}
#phone-show {
	display: none;
}
.partner-section ul li {
	margin: 0 1% 15px;
	float: left;
	width: 18%;
	text-align: center;
	overflow: hidden;
}
.partner-section ul li:hover .page-two-pic {
	border-color: #1181d1;
}
.case-showul li {
	float: left;
	width: 22%;
	margin: 0 1.5% 15px;
}
.case-showul li img {
	width: 100%;
}

/******** case *********/
.case {
	padding: 40px 0;
}
.case-listul li {
	float: left;
	width: 48%;
	margin: 0 1% 35px;
}
.case-listul-pic {
	width: 41%;
}
.case-listul-pic img {
	width: 100%;
}
.case-listul-content {
	width: 56%;
}
.case-listul-content h3 {
	color: #069043;
	font-size: 16px;
	font-weight: 600;
	margin: 5px 0 10px;
}
.case-listul-content p {
	text-indent: 2em;
}
.seeinfo {
	display: block;
	margin: 5px 0 0;
	width: 96px;
	height: 31px;
	line-height: 29px;
	text-align: center;
	font-size: 12px;
	color: #666;
	border: 1px solid #cecece;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.seeinfo:hover {
	background-color: #069043;
	color: #fff;
}

/******** about *********/
.home-about {
	padding: 40px 0 60px;
}
.home-about .about-content {
	background-color: rgba(255, 255, 255, .8);
	padding: 20px;
}

/******** news *********/
.home-newlists {
	padding: 40px 0 0;
	width: 100%;
	float: left;
}
.col-cs4 {
	width: 325px;
}
.col-cs6 {
	width: 495px;
	padding: 0 40px 0 0;
	margin: 0 5px;
	background-image: url(../images/zx_sd.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.col-cs4.common-question {
	width: 370px;
	padding: 0 40px 0 0;
	background-image: url(../images/zx_sd.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.common-question li {
	margin-bottom: 20px;
}
.common-question a.title {
	color: #069043;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	padding-left: 30px;
	min-height: 20px;
	line-height: 20px;
	background-image: url(../images/wen.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.common-question p {
	font-size: 12px;
	color: #666;
	-ms-word-break: break-all;
	word-break: break-all;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-left: 30px;
	min-height: 20px;
	line-height: 20px;
	background-image: url(../images/da.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.company-pic {
	border: 1px solid #ededed;
	margin-bottom: 5px;
}
.company-pic img {
	width: 100%;
}
.company-newlist li {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dotted #999;
	background-image: url(../images/icon4.png);
	background-position: center left;
	background-repeat: no-repeat;
}
.company-newlist li a {
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 15px;
}
.company-newlist li:hover a {
	color: #069043;
}

/******** footer *********/
.footernav {
	background-image: url(../images/bga.png);
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	margin-top: 60px;
}
.footernav a {
	color: #fff;
	font-size: 14px;
	margin: 0 35px;
}
.footer {
	width: 100%;
	float: left;
	padding: 20px 0;
}
.footer .flogo {
	float: left;
	margin-right: 15px;
}
.footer a {
	color:#333;
	margin-right: 10px;
}
.footer a:hover {
	color:#069043;
}

/******** 回顶 *********/
.actGotop {
	position: fixed;
	_position: absolute;
	bottom: 80px; 
	right: 10px; 
	width: 45px; 
	height: 39px; 
	display: none;
	z-index: 999;
}
.actGotop a,
.actGotop a:link {
	width: 50px;
	height: 50px;
	display: inline-block; 
	background-image: url(../images/totop.png);
	background-repeat: no-repeat; 
	outline:none;
}
/******** 404 *********/
.si {
	text-align: center;
	background-color: #fff;
	width: 100%;
	float: left;
	margin-top: 12%;
}
.psicx {
	margin: 15px 0;
}
.psicx h1 {
	font-family: "微软雅黑";
	font-size: 30px;
	font-weight: bold;
	color: #393939;
}
.psicx p {
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: bold;
	color: #393939;
}
.psicl h3 {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #5f5f5f;
}
.psicl p {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #5f5f5f;
}
.ruturnk {
	margin: 15px auto 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 125px;
	height: 50px;
	padding: 4px 0 0;
	background: #ed0f0f;
}
.ruturnk h1 {
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.ruturnk p {
	line-height: 16px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
/******** 搜索 *********/
.shousuo {
	clear: both;
}
.shousuo ul {
	float: left;
	width: 100%;
}
.shousuo li {
	border-bottom: 1px dotted #b8b8b8;
	line-height: 42px;
	width: 100%;
	float: left;
}
.shousuo li a.nif {
	float: left;
	width: 84%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	line-height: 42px;
	font-size: 14px;
	color: #4d4d4d;
}
.shousuo li a.nif:hover {
	color: #007f38;
}
.shousuo li b a {
	font-size: 14px;
	color:  #007f38;
}
.shousuo li .riqi {
	float: right; 
	color: #878787;
	font-size: 12px;
}
/* pagination */
.pagination {
	clear: both;
	text-align: center;
	font-size: 12px;
	font-family: "微软雅黑";
	cursor: default;
	margin: 25px 0 0;
}
.pagination a {
	padding: 10px 15px;
	background-color: #eaeaea;
	color: #323232; 
	display: inline-block;
	_zoom: 1;
	*display: inline;
}
.pagination span {
	padding: 10px 15px;
	background-color: #545454;
	color: #fff;
}

/*--  main about --*/
.section-slider img {
	width: 100%;
}
.gotolink,
.gotolink a {
	color: #666;
}
.gotolink a:hover {
	color: #069043;
}
#zoom {
	z-index: 99990;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#zoom .content {
	z-index: 99991;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	background: #fff no-repeat 50% 50%;
	padding: 0;
	margin: -100px 0 0 -100px;
	box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}
#zoom .content.loading {
	background-image: url(../images/loading.gif);
}
#zoom img {
	display: block;
	max-width: none;
	background: #ececec;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	border-radius: 4px;
}
#zoom .close {
	z-index: 99993;
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	height: 49px;
	cursor: pointer;
	background: transparent url('../images/close.png') no-repeat 50% 50%;
	opacity: 1;
	filter: alpha(opacity=100);
	border-radius: 0 0 0 4px;
}
#zoom .previous,#zoom .next {
	z-index: 99992;
	position: absolute;
	top: 50%;
	overflow: hidden;
	display: block;
	width: 49px;
	height: 49px;
	margin-top: -25px;
}
#zoom .previous {
	left: 0;
	background: url('../images/arrows.png') no-repeat 0 0;
	border-radius: 0 4px 4px 0;
}
#zoom .next {
	right: 0;
	background: url('../images/arrows.png') no-repeat 100% 0;
	border-radius: 4px 0 0 4px;
}
#zoom .close:hover {
	background-color: #da4f49;
}
#zoom .previous:hover,
#zoom .next:hover {
	background-color: #0088cc;
}
.gallery li {
	float: left;
	width: 23%;
	margin: 0 1% 20px;
	border: 1px solid #e3e3e3;
}

/*--  main Product --*/
.product-info-content .product-name {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}
#MagnifierWrap2 {
	position: relative;
	text-align: center;
	margin: 0 auto 25px;
	width:44%;
}
.MagnifierMain {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.MagnifierDrag {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff; 
	opacity: .4;
	filter: alpha(opacity = 40);
	cursor: move;
	width: 130px !important;
	height: 130px !important;
}
.MagnifierPop {
	position: absolute;
	top: 0;
	overflow: hidden;
}
.MagnifierImg {
	position: absolute;
	top: 0; 
	left: 0;
}
.MagnifierImg img {
	max-width:none;
}
.spec-items {
	position: relative;
	width: 85%;
	height: 97px;
	overflow: hidden;
	margin: 5px auto;
}
.spec-items ul {
	width: 500%;
	position: absolute;
	top: 10px;
	left: 0;
}
.spec-items ul * {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.spec-items li {
	width: 86px;
	float: left;
	overflow: hidden;
	margin-right: 5px;
	border: 3px solid #fff;
	cursor: pointer;
}
.spec-items li.on {
	border: 3px solid #c7000c;
}
.spec-items li img {
	max-width: 100%;
	max-height: 100%;
}
span.spe_leftBtn,
span.spe_rightBtn {
	position: absolute;
	bottom: 24px;
	display: block;
	width: 25px;
	height: 40px;
	text-align: center;
	font-size: 0;
	cursor: default;
	background: url("../images/arrow-pro.png") no-repeat;
}
span.on {
	color: #909090;
	cursor: pointer;
} 
span.spe_leftBtn {
	left: 0;
}
span.spe_rightBtn {
	right: 0;
	background-position: -30px 0;
}

/*-- customer case --*/
.customer-case li {
	border-bottom: 1px dotted #999;
	height: 50px;
	line-height: 50px;
	background-image: url(../images/disc.png);
	background-repeat: no-repeat;
	background-position: left 23px;
}
.customer-case li:hover {
	background-image: url(../images/gdisc.png);
}
.customer-case li a {
	color: #333;
	font-size: 14px;
	width: 80%;
	float: left;
	margin-left: 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.customer-case li a:hover {
	color: #069043;
}
.customer-case li span {
	color: #999;
	font-size: 12px;
	float: right
}

/*-- 新闻详情 --*/
.newinfo-title {
	border-bottom: 1px dotted #999;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.newinfo-title span {
	float: right;
	color: #999;
	font-size: 12px;
	font-weight: normal;
}

/*--  main inquiry --*/
.red {
	color: red;
	margin-left: 5px;
}
.contact-row form .contact-form {
	line-height: 19px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}
.contact-row form .contact-form label {
	float: left;
	width: 90px;
	overflow: hidden;
	text-align: right;
	margin-right: 10px;
}
.contact-row form input:focus,
.contact-row form .contact-form textarea:focus {
	outline: none;
}
.contact-row form .contact-form input[type="text"] {
	font-family:"微软雅黑";
	border: #CCC 1px solid;
    padding: 0 5px;
    height: 25px;
    line-height: 25px;
	width: 180px;
	-webkit-box-shadow: inset 0 3px 12px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 3px 12px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 3px 12px 0 rgba(0,0,0,0.15);
}
.contact-row form .contact-form textarea {
	font-family:"微软雅黑";
	line-height: 21px;
	height: 120px;
	border: 1px solid #CCC;
	padding: 5px;
	width: 50%;
	-webkit-box-shadow: inset 0 3px 12px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 3px 12px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 3px 12px 0 rgba(0,0,0,0.15);
}
.contact-row form .contact-form input.code-text {
	width: 80px;
	text-align: center
}
.contact-row form .submit input[type="submit"] {
	margin-left: 100px;
	background-color: #03883d;
	text-align: center;
	color: #fff;
	width: 108px;
	height: 37px;
	line-height: 37px;
	border: none;
	margin-top: 15px;
}

/*** 2018.05.16 ***/
/*--  main join --*/
.joblist table {
	text-align: center;
}
.joblist thead {
	background: #efefef;
}
.joblist tr {
	border: 1px solid #e1e1e1;
	height: 40px;
}
.joblist th {
	border-right: 1px solid #e1e1e1;
	width: 234px;
	color: #3b3b3b;
	font-family: "微软雅黑";
	font-size: 14px;
}
.joblist td {
	border-right: 1px solid #e1e1e1;
	width: 234px;
	color: #6a6a6a;
	font-family: "微软雅黑";
	font-size: 14px;
}
.joblist td a {
	color: #fff;
	font-family: "微软雅黑";
	font-size: 14px;
	background: #069043;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 6px;
}
.yp {
	text-align: center;
	width: 130px;
	background: #069043;
	margin: 30px 0;
	padding: 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.yp a {
	display: block;
	font-size: 16px;
	color: #fff;
}
#form {
	background: #f7f7f7;
	border: 1px solid #d8d8d8;
	margin-bottom: 20px;
	float: left;
	color: #8f8f8f;
	font-size: 14px;
	width: 100%;
}
#form .joleft {
	float: left;
	width: 50%;
	border-right: 1px solid #d8d8d8;
}
#form .joright {
	float: right;
	width: 50%;
}
#form .ah {
	clear: both;
}
#form .vb {
	margin: 20px auto;
	width: 300px;
	clear: both;
}
#form .joleft div {
	padding: 0px 50px;
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #d8d8d8;
}
#form .joleft div span,
#form .joright div span {
	width: 73px;
	overflow: hidden;
	float: left;
}
#form .joleft select {
	width: 65%;
	height: 32px;
	line-height: 32px;
	margin-top: 3px;
	border: 1px solid #d8d8d8;
}
#form .joright div {
	padding: 0px 50px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #d8d8d8;
}
#form .joright input {
	width: 65%;
	height: 32px;
	line-height: 32px;
	margin-top: 4px;
}
#form .ah div {
	padding: 0 50px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #d8d8d8;
}
#form .ah .ex,#form .ah .xxxxxxx {
	height: 200px;
	padding-top: 10px;
}
#form .ah .ex textarea,
#form .ah .xxxxxxx textarea {
	width: 85%;
	height: 170px;
}
#form .vb input {
	text-align: center;
	width: 110px;
	padding: 10px;
	color: #eee;
	font-family: "微软雅黑";
	font-size: 18px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#form .vb input.submitbut {
	background: #069043;
	margin-right: 15px;
}
#form .vb input.resetbut {
	background: #6a6a6a
}
#form input:focus,
#form select:focus,
#form textarea:focus {
	outline: none;
}
.joblist_comtent {
	margin: 0 15px;
}


@media only screen and (max-width:1200px){
	.container {
		width: 100%;
		padding: 0 10px;
	}
	.shousuo li a.nif {
		width: 75%;
	}
	.header_right,
	.header_search,
	.footernav {
		display: none;
	}
	.top-menu ul li a {
		color: #fff;
		padding: 0 30px;
		font-size: 14px;
	}
	.row-scroll {
		width: 92%;
	}
	.col-cs4.common-question {
		width: 31%;
	}
	.col-cs6 {
		width: 41%;
		margin:0;
	}
	.col-cs4 {
		width: 28%;
	}
	.footer {
		background-color: #007f38;
		margin-top: 35px;
		color: #fff;
	}
	.footer a {
		color: #fff;
	}
	.mspan3 {
		width: 19%;
	}
	.mspan9 {
		float: right;
		width: 79%;
	}
}
@media only screen and (max-width: 992px){
	.phoneshow-content {
		display: block;
	}
	.product_listul .breadcrumb {
		display: none;
	}
	.product-info-content .product-name {
		text-align: center;
	}
	span.menu {
		position: relative;
		right: 0;
		width: 30px;
		height: 30px;
		background: url(../images/nav.png)no-repeat 0px 0px;
		display: block;
		float: right;
		cursor: pointer;
		margin-top: -65px;
		background-size: 30px;
	}
	.top-menu {
		width:100%;
		display: none;
		background: rgba(0,0,0,0.85);
		padding: 10px;
		position: absolute;
		left: 0;
		z-index: 9999;
		top: 92px;
		text-align: left;
	}
	.top-menu ul {
		float: none; 
		width:
		100%;
	}
	.top-menu ul li {
		display: block;
		float: none;
		margin: 0;
	}
	.top-menu ul li .ljk {
		position: static;
		width: 100%;
		text-align: center;
		padding: 5px 15px 10px;
	}
	.top-menu ul li .ljk li {
		height: auto;
	}
	.top-menu ul li .ljk ul {
		position: static;
		width: 100%;
		text-align: center;
		padding: 5px 20px 10px;
	}
	.top-menu ul li a {
		height: 37px;
		line-height: 37px;
		font-weight: normal;
		text-align:left;
	}
	.top-nav {
		background: none;
		height: auto;
		line-height: normal;
	}
	.open-down {
		top: 8px;
		width: 35px;
		height: 20px;
		display: block;
	}
	.mspan3,
	.gotolink {
		display: none;
	}
	.mspan9 {
		width: 100%;
	}
	.header {
		margin: 5px 0;
	}
	.logo div h1 {
		font-size: 28px;
	}
	.home-product-listul li {
		width: 23%;
		margin: 0 1% 20px;
	}
	.case-listul-content p {
		-ms-word-break: break-all;
		word-break: break-all;
		width: 100%;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.seeinfo {
		display: block;
		margin: 9px 0 0;
		width: 86px;
		height: 28px;
		line-height: 26px;
	}
	.col-cs4.common-question {
		width: 33%;
	}
	.col-cs6 {
		width: 39%;
	}
	.col-cs4 {
		width: 28%;
	}
	.case-showul li {
		width: 23%;
		margin: 0 1% 15px;
	}
}
@media only screen and (max-width:767px){
	.logo img {
		width: 75px;
	}
	.logo div {
		float: left;
		margin: 9px 0 0 5px;
	}
	.logo div h1 {
		font-size: 24px;
	}
	.logo div h3 {
		display: none;
	}
	span.menu {
		margin-top: -56px;
	}
	#pc-show {
		display: none;
	}
	#phone-show {
		display: block;
	}
	.hot-productList {
		width: 100%;
		float: left;
	}
	.case-listul li {
		width: 100%;
		margin: 0 0 20px;
	}
	.case-listul-pic {
		width: 36%;
	}
	.case-listul-content {
		width: 60%;
	}
	.case-listul-content p {
		-webkit-line-clamp: initial;
	}
	.col-cs4.common-question,.col-cs4 {
		width: 100%;
		background-image: none;
		padding-right: 0
	}
	.col-cs6 {
		width: 100%;
		margin: 15px 0;
		background-image: none;
		padding-right: 0
	}
	.footer {
		text-align: center;
		padding: 10px 0
	}
	.footer .flogo, p.footer-contact {
		display: none;
	}
	.top-menu {
		top: 79px;
	}
	.newinfo-title {
		text-align: center
	}
	.newinfo-title span {
		display: block;
		float: none;
		margin-top: 5px;
	}
	#MagnifierWrap2 {
		width: 57%;
	}
	/*join*/
	#form .joleft,#form .joright {
		width: 100%;
		float: none;
		clear: both;
	}
	#form .joright input,
	#form .joleft select {
		width: 55%;
	}
	#form .joleft div,
	#form .joright div,#form .ah div {
		padding: 0px 10px;
	}
	#form .ah .ex textarea, #form .ah .xxxxxxx textarea {
		width: 75%;
	}
	.partner-section ul li {
		width: 23%;
	}
	.logo div .showinphone {
		display: block;
	}
}
@media (max-width: 640px) {
	.breadcrumb h3 {
		font-size: 14px;
	}
	.product-info-content .product-name {
		font-size: 16px;
	}
	#MagnifierWrap2 {
		width: 68%;
	}
	
	.list-box a {
		padding: 0 20px;
		margin: 0 10px 15px 0;
	}
	/*404*/
	.si {
		margin-top: 30%;
		padding: 0 10px;
	}
	/*join*/
	#form .ah div {
		height: auto;
		line-height: normal;
		padding: 5px 10px;
	}
	#form .joright input,
	#form .joleft select {
		width: 75%;
	}
	#form .ah .ex,
	#form .ah .xxxxxxx {
		height: auto;
	}
	#form .ah .ex span,
	#form .ah .xxxxxxx span {
		margin-bottom: 10px;
	}
	#form .ah .ex textarea,
	#form .ah .xxxxxxx textarea {
		width: 100%;
		height: 150px;
	}
}
@media (max-width: 480px) {
	span.menu {
		margin-top: -47px;
	}
	.logo img {
		width: 60px;
	}
	.logo div {
		margin: 6px 0 0 5px;
	}
	.logo div h1 {
		font-size: 18px;
	}
	.theme-default .nivo-controlNav {
		bottom: 5px !important;
	}
	.home-product-listul li,.gallery li {
		width: 47%;
		margin: 0 1.5% 15px;
	}
	.row-scroll .bx-controls a.bx-prev {
		left: -25px;
	}
	.row-scroll .bx-controls a.bx-next {
		right: -25px;
	}
	.case-listul li {
		margin: 0 0 15px;
	}
	.seeinfo {
		display: none;
	}
	.case-listul-pic {
		width: 37%;
	}
	.case-listul-content h3 {
		margin: 3px 0;
	}
	.case-listul-content p {
		-webkit-line-clamp: 6;
	}
	.top-menu {
		top: 65px;
	}
	.shousuo li a.nif,.customer-case li a {
		width: auto;
		overflow: visible;
		text-overflow: clip;
		white-space: normal;
		word-break: break-all;
		line-height: 23px;
		margin-left: 0
	}
	.customer-case li {
		width: 100%;
		float: left;
		height: auto;
		line-height: normal;
		padding: 10px 0;
		background-image: none
	}
	.newinfo-title {
		font-size: 16px;
	}
	.contact-row form .contact-form textarea {
		width: 69%;
	}
	.top-menu ul li a {
		padding: 0 10px;
	}
	#MagnifierWrap2 {
		width: 91%;
	}
	.MagnifierDrag, .MagnifierImg {
		display: none;
	}
	/*404*/
	.psicx h1 {
		font-size: 24px;
	}
	.psicx p {
		font-size: 12px;
	}
	.psicl h3 {
		font-size: 14px;
	}
	.psic {
		width: 80%;
		margin: 0 auto;
	}
	/*join*/
	.joblist td a {
		font-size: 12px;
	}
	.yp {
		width: 105px;
	}
	.yp a {
		font-size: 14px;
	}
	#form .vb input {
		font-size: 16px;
	}
	.partner-section ul li {
		width: 48%;
	}
	.case-showul li {
		width: 47%;
		margin: 0 1.5% 15px;
	}
}
@media (max-width: 414px) {
	.case-listul-content h3 {
		font-size: 14px;
	}
	.case-listul-content p {
		-webkit-line-clamp: 5;
	}
	.home-about .about-content {
		padding: 15px;
	}
	.contact-row form .submit input[type="submit"] {
		width: 85px;
	}
	.footer a {
		display: none;
	}
	#MagnifierWrap2 {
		width: 100%;
	}
	.spec-items li {
		width: 79px;
	}
	.logo div .showinphone {
		font-size: 12px;
	}
	
	.list-box a {
		padding: 0 12px;
		margin: 0 6px 10px 0;
		height: 35px;
		line-height: 35px;
	}
	/*404*/
	.si {margin-top: 25%;}
}
@media (max-width: 375px) {
	.logo img {
		width: 55px;
	}
	.logo div {
		margin: 5px 0 0 3px;
	}
	.logo div h1 {
		font-size: 16px;
	}
	.top-menu {
		top: 60px;
	}
	.spec-items li {
		width: 71px;
	}
	.spec-items {
		height: 90px;
	}
}
@media (max-width: 360px) {	
	.spec-items {
		width: 88%;
	}
	span.spe_leftBtn {
		left: -7px;
	}
	span.spe_rightBtn {
		right: -7px;
	}
	/*404*/
	.ruturnk h1 {
		font-size:17px;
	}
	.ruturnk p {
		font-size:12px;
	}
	.psicx h1 {
		font-size: 20px;
	}
}


