﻿@charset "utf-8";
/* CSS Document */
/*====================瀵艰埅*********/
body,form,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,header,menu,footer,section,video,article,button,input,select{margin:0;padding:0;font-family:'微软雅黑'}
div,ul,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,span,menu,footer,section,video,article,hgroup,button,label{zoom:1;}
html,body,td,th,.wrapper{/*color:#555;*/font-size:12px;line-height:1.75em;}
textarea{font-size:1em;line-height:1.75em;} 
.hidden{display:none;}
.clear{clear:both;height:0;font-size:0;line-height:0;visibility:hidden;} 
span.center{display:inline-block;margin:0 -0.5em 0 -1px;vertical-align:middle;width:1px;height:100%;overflow:hidden;visibility:hidden;}
.jc{position:absolute;height:0;top:0;overflow:hidden;}
a{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
.img_container img{-webkit-transition:all 1s ease-out;-moz-transition:all 1s ease-out;transition:all 1s ease-out;}
.img_container .iea{ position:absolute; left:0; right:0; top:0; bottom:0;_width:100%;_height:100%; background:url(../images/tm.gif);}
a:hover .img_container img{-moz-transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div, p, table, td, ul, li, span, a, ol, input, label {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
a {
	text-decoration: none;
}
ul {
	list-style-type: none;
}
.bt .rt a {
	color: #FFF;
}
.header{
	width:100%;
	position:fixed;
	top: 30px;
	left:0;
	z-index:999;
	height:80px;
	padding: 0 30px;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.bt {
	    z-index: 999;
    /* position: sticky; */
    width: 100%;
    background-color: #2d3e50;
    position: fixed;
    color: #fff;
    font-size: 14px;
	display:block;
	height:30px;
	padding: 2px;
}
.lf {
	float:left;	
}
.rt {
	float:right;	
}
.abo_bt{
margin: 50px 0;
}
/*宸︿晶logo*/
.header .left{
	width: 15%;
	float: left;
}
.header .left a img{
	margin-top: 15px;
}
.header .left .img2{
	display: none;
}
/*鍙充晶*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
/*	line-height: 50px;*/
	display: block;
	float: right;
	width: 70%;
}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
	width: 14%;
}
.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: #0f9a63;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 30px 15px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #2b2b2b;
	font-size: 16px;
}
.header .navbar_nav li:hover a{
	color: #0f9a63;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:50px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
    left: -10%;
	z-index: 1;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: #0f9a63;
}
/*鐧借壊鑳屾櫙鐨勫ご閮�*/
.header.on{
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
.header.on .navbar_nav li a{
	color: #333;
}
.header.on .navbar_nav li:hover a{
	color: orangered;
}
#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	/*box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);*/
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
/*	height: 60px;*/
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}

@media screen and (max-width: 992px){
	.header{
		padding: 0 10px;
	}
	.header #navToggle {
		height: 100%;
		padding: 9px 15px;
		/*margin-right: -15px;*/
		display: inline-block;
		float: right;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #4f4f4f;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}
	
}

/*head*/
/*banner*/
.banner{position:relative;}
.banner .kv_container{position:relative;width:100%; padding:44% 0 0; height:0; overflow:hidden;}
.banner .kv_content{position:absolute;left:-1px;top:100;right:-1px;bottom:0;overflow:hidden;*height:545px;}
.banner .kvslide{left:0;right:0;}
.banner ul{position:relative;list-style-type:none;}
.banner ul li{position:relative; padding:0 1px;}
.banner .kvslide ul#indexkv li{ padding:0;}
.banner ul li img{width:100%;}
.banner .kv_btn{text-align:center;position:absolute;left:0;bottom:0.5em;width:100%;white-space:nowrap;}
.banner .kv_btn ul{list-style:none;}
.banner .kv_btn li{display:inline-block;*display:inline;padding:10px 0 0 1em;width:0;height:0;overflow:hidden;margin:0 0.5em;background:url(../images/kvbtn.png) no-repeat 0 0;background-size:100%;_background:url(../images/tm.gif);_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/kvbtn.png',sizingmethod=scale);zoom:1;cursor:pointer;}
.banner .kv_btn li.on{background:url(../images/kvbtn_on.png) no-repeat 0 0;background-size:100%;_background:url(../images/tm.gif);_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/kvbtn_on.png',sizingmethod=scale);}
.banner .prev{padding:6.18% 0 0 2.34%;position:absolute;left:0;top:0;margin-top:10%;background:url(../images/kvbtn_left.png) no-repeat 0 0;background-size:100%;_background:url(../images/tm.gif);_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/kvbtn_left.png',sizingmethod=scale);}
.banner .next{padding:6.18% 0 0 2.34%;position:absolute;right:0;top:0;margin-top:10%;background:url(../images/kvbtn_right.png) no-repeat 0 0;background-size:100%;_background:url(../images/tm.gif);_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/kvbtn_right.png',sizingmethod=scale);}
.banner .prev{margin-left:expression((document.body.clientWidth<1280)? ((document.body.clientWidth<961)?"13.25%":(2*this.offsetHeight)+"px"):"0");zoom:1;}
.banner .next{margin-right:expression((document.body.clientWidth<1280)? ((document.body.clientWidth<961)?"13.25%":(2*this.offsetHeight)+"px"):"0");zoom:1;}
.kv_btn{
	    display: none;
}
.Hide1{display:blok;}
.Index_services{display:blok;}
@media all and (max-width:1000px){
	.banner .prev,.banner .next{display:none;}	
}
@media all and (max-width:500px){
	.banner .kv_container{position:relative;width:100%; padding:43% 0 0; height:0; overflow:hidden;}
.banner .kv_content{position:absolute;left:-1px;top:0;right:-1px;bottom:0;overflow:hidden;*height:545px;}
.banner{
margin-top: 76px;
}
.header {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 999;
    height: 75px;
/*    padding: 0 30px;*/
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.bt {
	display:none;
}
}
/* banner END*/
.Inpro .title {
	background-image: url(../images/title_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	font-size: 24px;
	color: #0f9a63;
	height: 30px;
	margin-bottom: 50px;
}
.Inpro {
	margin-top: 50px;
	margin-bottom: 80px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.Inabo {
	background-image: url(../images/abo_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 50px;
/*	margin-bottom: 80px;*/
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.abo_title h3 {
	    font-size: 26px;
    color: #009a64;
    margin: 20px 0 50px 0;
}
.abo_more a {
	color: #FFF;
	background-color: #009a64;
	padding: 10px;
}
.abo_more a:hover {
	color: #FFF;
	background-color: #2b2b2b;
	padding: 10px;
}
.tb ul li {
	float: left;
	width: 20%;
}
.sev_left .text {
	text-align: right;
	font-size: 20px;
	color: #fff;
	padding: 15px 0 0 0;
	line-height: 40px;	
}
.sev {
/*	background-image: url(../images/sev_bg.jpg);*/
	background-repeat: no-repeat;
	min-height:300px;
	margin:0 0 30px 0;
	padding:50px 0 0 0;
}
.sev_left {
	margin-right: 10%;
}

.sev_right {
	margin-left: 50px;
}




.abo_text {
	overflow: hidden;
	min-height: 200px;
	font-size: 14px;
	margin: 0 10px;
	line-height: 30px;
}
.tb{
	text-align:center;
	font-size:16px;
	color:#fff;
	}

.Innew .title {
	background-image: url(../images/title_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	font-size: 24px;
	color: #0f9a63;
	height: 30px;
	margin-bottom: 50px;
	    width: 100%;
    overflow: auto;
}

.Innew {
	margin-top: 50px;
	margin-bottom: 80px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.index_news {
	width: 1100px;
	margin: 0 auto;
	max-width: 96%;
}
.index_news .index_news_xun {
	width: 515px;
	float: left;
	display: inline-block;
	padding: 30px 0 25px 0;
	border-bottom: #e3e3e3 solid 1px;
}
.index_news .index_news_xun:nth-child(2n) {
	float: right;
}
.index_news .index_news_xun .index_news_img {
	width: 135px;
	height: 90px;
	float: left;
	overflow: hidden;
	margin-right: -135px;
}
.index_news .index_news_xun .index_news_img img {
	width: 100%;
}
.index_news .index_news_xun .index_news_text {
	margin-left: 155px;
	position: relative;
}
.index_news .index_news_xun .index_news_text .index_news_title {
	width: 100%;
	float: left;
	padding-right: 55px;
	font-size: 15px;
	line-height: 24px;
	overflow: hidden;
	white-space: pre;
	text-overflow: ellipsis;
	color: #0f9a63;
	font-weight: bolder;
}
.index_news .index_news_xun .index_news_text .index_news_small {
	width: 90%;
	float: left;
	padding-right: 55px;
	font-size: 12px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	color: #2b2b2b;
}
.index_news .index_news_xun .index_news_text .index_news_link {
	    width: 30px;
    height: 22px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background: #0f9a63;
    position: absolute;
    top: 60px;
    right: 0px;
    padding: 8px 0 0 0;
}
.Incon .title {

	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	font-size: 24px;
	color: #0f9a63;
	height: 30px;
	margin-bottom: 50px;
	    width: 100%;
    overflow: auto;
}

.Incon {
	padding-top:50px;
	margin-top: 50px;
	padding-bottom: 80px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/com_bg.jpg)
}
footer {
	background-color:#0f9a63;
	overflow: hidden;
    min-height: 25px;
	color: #fff;
    text-align: center;
	}
.Incon_right {padding: 20px 0 0 0;}
.Incon .Incon_left div.form .tj {
	color: #FFF;
	background-color: #333;
	border: 1px solid #333;
	width:20%;
	width: 25%;
    text-align: center;
    margin: 10px auto;
	padding: 0 0 0 0;
	
}
.Incon .Incon_left div.form .tj:hover {
	color: #FFF;
	background-color: #0f9a63;
	border: 1px solid #0f9a63;
}


.Incon_left div.form input {
	    width: 80%;
    min-height: 35px;
    color: #fff;
    background-color: rgba(255,0,0，1);
    background: rgba(0,0,0,0.1);
    border: 2px solid #fff;
	    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
}

.Incon_left div.form input:hover {
	    width: 80%;
    min-height: 35px;
    color: #fff;
    background-color: rgba(255,0,0，1);
    background: rgba(0,0,0,0.1);
    border: 2px solid #0f9a63;
	    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
}
.Incon textarea {
	width: 82%;
    height: 150px;
	 color: #fff;
    background-color: rgba(255,0,0，1);
    background: rgba(0,0,0,0.1);
    border: 2px solid #fff;
}
.Incon .Incon_right ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	    overflow: hidden;
    padding: 5px 0 20px 0;
	color:#fff;
}
.con_tb  {
    width: 20%;
}
.con_text{
width: 75%;
	}
.con_tb .fa {
	border-radius: 50px;
	background-color: #0f9a63;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	line-height: 45px;	
}
#video {
	height:380px;
}
.Incon_right_top{color:#fff;}
.Incon_right_bontom{ margin-top:50px;}
*{margin:0;padding:0;list-style:none;border:none;}
#owl-demo .item{
	margin: 12.5px;
	    width: 22.9%;;
    float: left;
}
#owl-demo .item img{
	display: block;
	width: 100%;
	height: auto;
background-image: url(../images/prolist_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
/*关于我们*/
.abo { margin:50px 0; overflow:hidden;}
.abo_bt h2 {
	    color: #666;
    -webkit-animation: slideInDown_px 1.5s both;
    -moz-animation: slideInDown_px 1.5s both;
    animation: slideInDown_px 1.5s both;
	text-align:center;
	    font-size: 24px;
}
.abo_bt .title {

    background: url(../images/section-title.png) center center no-repeat;
    -webkit-animation: slideInDown_px 1.5s both;
    -moz-animation: slideInDown_px 1.5s both;
    animation: slideInDown_px 1.5s both;
	text-align:center;
	    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #333;
}
.title span .color {
	
	
	   color: #0f9a63;
}
.abo_con { margin:50px 0;}
.abo_con .abo_left img {
	width:90%;
}
.abo_right h2 { margin:20px 0;}
.abo_right p{ line-height:35px;}

/*产品中心*/

.pro { margin:50px 0; overflow:hidden;}
.pro_bt h2 {
	    color: #666;
    -webkit-animation: slideInDown_px 1.5s both;
    -moz-animation: slideInDown_px 1.5s both;
    animation: slideInDown_px 1.5s both;
	text-align:center;
	    font-size: 24px;
}
.pro_bt .title {

    background: url(../images/section-title.png) center center no-repeat;
    -webkit-animation: slideInDown_px 1.5s both;
    -moz-animation: slideInDown_px 1.5s both;
    animation: slideInDown_px 1.5s both;
	text-align:center;
	    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #333;
}
.title span .color {
	
	
	   color: #0f9a63;
}
.pro_list { margin:50px auto; overflow: hidden;}
.pro_list .list { margin:auto;}
.pro_list .list li { float:left;}
.pro_list .list li a {
	width:150px;
	font-size: 14px;
    display: inline-block;
    padding: 11px 20px;
    border: 1px solid #cdcdcd;
    border-radius: 25px;
    margin: 0 5px 10px;
    color: #000;
	text-align:center;
}
.pro_list .list li a:hover{
	color:#0f9a63;
	 border: 1px solid #0f9a63;
	}
.text-center {
    text-align: center;
}
.pro_con{ overflow:hidden; margin:50px auto; width:100%;}
.portfolio-img { }
.portfolio-img a img { width:100%; height:100%;     background-image: url(../images/prolist_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;}


.pro-item {
    border: 1px solid #e9e9ea;
    background: #fbfbfc;
    margin-bottom: 20px;
}
	
.pro-item h2 {
	    font-size: 14px;
    font-weight: bold;
	margin:5px 0;
	padding:0 5px;
	overflow:hidden;
    min-height: 50px;
}
.pro-item  a{
    line-height: 20px;
    margin-bottom: 12px;
    color: #454545;
    font-size: 12px;
}
.pro-item .more { padding:0 5px;}

.pagination {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
	overflow:hidden;
	text-align:center;
	    width: 100%;
}

.pagination li {
    margin: 0 3px;
	padding:0 10px;
}
.pagination li {
    display: inline-block;
    border: solid 1px #ddd;
}
.pagination li a {color:#ddd;}
.pro_right h1 {
	border-bottom: 1px dashed #d6d6d6;
    color: #333;
    font-size: 18px;
    line-height: 33px;
    padding-bottom: 5px;
}
.pro_right .p_desc {
    color: #444;
    line-height: 30px;
    padding: 12px 0px 5px;
}
.pro_content .detail-title {
    border-bottom: 1px solid #e4e4e4;
	}
	
.pro_content .detail-title h2 {
    background: #129da4;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    width: 166px;
}
.description {
    line-height: 24px;
}
.margin-big-top {
    margin-top: 20px;
}


/*产品展示*/

#showsum {
    left: 10px;
    margin-top: 10px;
}
.showpage {
    width: auto;
    position: relative;
}
#showbox { background:#fff; margin:0 0 20px 0;background-image: url(../images/pro_bg.jpg); background-repeat: no-repeat;
    background-size: 100%;}
#showbox span { background:url(../images/whitebg.png) repeat;}
#showsum { left:25px; margin-top:10px;}
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #f60;}

.showpage { width: 400px; position:relative;}
.showpage a { display:block; width:15px; border:1px solid #ddd; height:60px; line-height:60px; background:#eee; text-align:center; font-size:18px; position:absolute; left:0; top:-62px; text-decoration:none; color:#999;}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777;}
.pro_content { margin:50px 0;}

/*在线留言*/
input {
    line-height: normal;
}
.form-group {
    padding-bottom: 10px;
}
.field {
    position: relative;
}
.input {
    font-size: 14px;
    padding: 6px;
    border: solid 1px #ddd;
    width: 100%;
    height: 34px;
    line-height: 20px;
    display: block;
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.margin-small-right {
    margin-right: 5px;
}
.button {
    border: solid 1px #ddd;
    background: transparent;
    border-radius: 4px;
    font-size: 14px;
    padding: 6px 15px;
    margin: 0;
    display: inline-block;
    line-height: 20px;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.bg-main {
    background: #0f9a63;
    color:#fff;
}

/*联系我们*/
.cont_con {  font-size:14px; line-height:35px;}

/*视频中心*/
.vid {margin:50px;}
.vid_con {margin:50px 0;}
.vid_item {
	padding:10px;

    background-color: #f1f1f1;
	    overflow: hidden;
    position: relative;
    border: 1px solid #FFF;
    border-bottom: 0 none;
}
.vid_item img {
	width:100%;
	height:100%;
	}
	
	.vid_item .img{
	line-height: 1;
    text-align: center;
    overflow: hidden;
    -webkit-transition: .15s all linear;
    -moz-transition: .15s all linear;
    -o-transition: .15s all linear;
    transition: .15s all linear;
    color: #FFF;
    box-shadow: 0 0 2px rgba(255,255,255,.15);
	}
.meta {
    padding: 8px 5px;
}
.meta a{
	color:#2b2b2b;
}
.data {
    border-top: 1px solid #bcb9b9;
    padding: 8px 5px;
    color: #999;
}
.vid_con #video { width:550px; height:350px; text-align:center; margin:auto;}
/*人才招聘*/
.job{background:#fff;}
.job .c-title{padding: 60px 0 20px;}
.job-list{width:100%;margin:auto;}
.job-list dl{padding-bottom:44px;}
.job-list dl dt{height:57px;line-height:57px;text-indent:65px;background:#f5f5f5;color:#747474;font-size:16px;}
.job-list dl dt i{float: right;font-style: normal;margin-right: 600px;}
.job-list dl dd{display:none;}
.job-list dl dd.active{display:block;}
.job-list dl dd div{color:#8c8c8c;padding:50px 65px 0 65px;line-height:25px;}
.job-list dl dt span{width:33px;height:33px;float:right;background:url("../images/faq_btn.png") no-repeat;margin-right:20px;margin-top:12px;}

@media screen and (max-width:900px) {
.pro_list { display:none;}
.Incon_ewm{
	display:none;
	}
.abo_text {
    margin: 20px 10px;
	min-height: 10px;
}	
.abo_right{ 
  margin: 20px 0;
}	
.Inabo {
    padding-top: 100px;
    padding-bottom: 50px;
}	
	
	
.sev {
		display:none;
}
.Incon_left {
	text-align: center;
}	
.Incon_right{
	width: 80%;
	margin: auto;
}
	.tb ul li img {
    width: 60%;
}
.Innew {
    margin-top: 50px;
    margin-bottom: 80px;
    overflow: inherit;
}
.index_news .index_news_xun .index_news_text .index_news_title {
	padding-right: 0;
}
.index_news .index_news_xun .index_news_text .index_news_small {
	padding-right: 0;
}
.index_news .index_news_xun .index_news_text .index_news_link {
	display: none;
}
	.index_news .index_news_xun {
    width: 100%;
    float: left;
    display: inline-block;
    padding: 30px 0 25px 0;
    border-bottom: #e3e3e3 solid 1px;
}

.sev_left .text {
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 15px 0 0 0;
    line-height: 40px;
}
.sev {

    padding: 10px 0 50px 0;
}
.sev_left {
    margin-right: 0px;
}
	.Incon_right{ display:none;}
	#owl-demo .item {
    margin: 12.5px;
    width: 40%;
    float: left;
}
}
@media screen and (max-width:640px) {
	.Inabo {
    padding-top: 10px;
    padding-bottom: 50px;
}
	.con_text {
    width: 80%;
}
.con_tb {
    width: 20%;
}
.index_news .index_news_xun .index_news_text .index_news_title {
	padding-right: 0;
}
.index_news .index_news_xun .index_news_text .index_news_small {
	padding-right: 0;
}
.index_news .index_news_xun .index_news_text .index_news_link {
	display: none;
}
.index_news .index_news_xun {
    width: 100%;
    float: left;
    display: inline-block;
    padding: 30px 0 25px 0;
    border-bottom: #e3e3e3 solid 1px;
}
.tb ul li img {
	width: 100%;
}
.sev_left .text {
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 15px 0 0 0;
    line-height: 40px;
}
.sev {

    padding: 10px 0 50px 0;
}
.sev_left {
    margin-right: 0px;
}
.job-list dl dt {
    height: 57px;
   line-height: 50px;
    text-indent: 65px;
    background: #f5f5f5;
    color: #747474;
    font-size: 16px;
}
}


	/*ç§»åŠ¨ç«¯åº•éƒ¨å¯¼èˆª*/
.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 999;
}
.phonefooternav ul li {
    width: 33%;
    background: #009a64;
    float: left;
    padding: 10px 0;
    border-right: 1px solid #1eb480;
    list-style: none;
}
.phonefooternav ul li a {
  display: block;
  color: #fff;
  text-align: center;
}
.phonefooternav ul li a i {
  display: block;
  font-size: 20px;
/*  padding: 10px 0;*/
}
@media (max-width: 1200px) {
.indexNews .slick {
    width: 45%;

}
}
@media (max-width: 1028px) {
.indexNews .slick {
    width: 100%;

}
}
@media (max-width: 768px) {
  .phonefooternav {
    display: block;
  }
}
@media (max-width: 480px) {
  .phonefooternav ul li {
    padding: 3px 0px;
  }
  	#video {
	height:auto;
}

}

.zy_q a {
  display: inline-block;
  float: left;
}	
@-webkit-keyframes showBox{
	0% { -webkit-transform: rotate3d(1,0,0,0); }
	100% { -webkit-transform: rotate3d(1,0,0,-90deg); }
}
		
@-moz-keyframes showBox{
	0% { -moz-transform: rotate3d(1,0,0,0); }
	100% { -moz-transform: rotate3d(1,0,0,-90deg); }
}
/*-- w3layouts --*/
@-ms-keyframes showBox{
	0% { -ms-transform: rotate3d(1,0,0,0); }
	100% { -ms-transform: rotate3d(1,0,0,-90deg); }
}

		
@-webkit-keyframes hideBox{
	0% { -webkit-transform: rotate3d(1,0,0,-90deg); }
	100% { -webkit-transform: rotate3d(1,0,0,0); }
}

		
@-moz-keyframes hideBox{
	0% { -moz-transform: rotate3d(1,0,0,-90deg); }
	100% { -moz-transform: rotate3d(1,0,0,0); }
}

		d
@-ms-keyframes hideBox{
	0% { -ms-transform: rotate3d(1,0,0,-90deg); }
	100% { -ms-transform: rotate3d(1,0,0,0); }
}


/* 效果CSS开始 */
#zsgun{ position:relative;height:auto; width:960px; margin:auto; overflow:hidden;}
a.hScrollPane_leftarrow{top:30px; cursor:pointer; display:block; width:25px; height:58px; background:url(../images/mfrL.jpg) no-repeat left top;left:15px; position:absolute;}
a.hScrollPane_rightarrow{ top:30px; cursor:pointer; display:block; width:25px; height:58px; background:url(../images/mfrR.jpg) no-repeat left top; right:15px; position:absolute;}
.hScrollPane_dragbar{width:843px; position: absolute; left:15px; top:210px; z-index:1; padding:0 39px;}
.hScrollPane_draghandle{ display:none;position:absolute; width:180px; height:10px; overflow:hidden; background:url(../images/gunbar.png) no-repeat left top;_background:url(../images/gunbar.gif) no-repeat left top; bottom:-5px; cursor:pointer; margin:0 39px; left:0;}
#gundiv{ width:843px; position:relative; margin-left:55px; padding-top:22px; float:left; display:inline;height:100px; overflow:hidden;}
#gundiv ul {height:auto;position: absolute; width:10000px;}
#gundiv li{  background:#FFFFFF;width:153px; height:auto; overflow:hidden; float:left; margin-right:17px;position:relative; border: 1px solid #CCC;}
#gundiv li p{ display:none; height:18px; line-height:18px; text-align:center; overflow:hidden;}
#gundiv li p a:link,#gundiv li p a:visited{ color: #53711C; font-size: 12px; }
#gundiv li.zslion p{ display:block;}
/* 效果CSS结束 */
.sev .title {
    background-image: url(../images/title_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    font-size: 24px;
    color: #0f9a63;
    height: 30px;
    margin-bottom: 50px;
    width: 100%;
    overflow: auto;
}




