@charset "utf-8";
body {}

.container {
	width: 1200px;
	margin: 0 auto;
}

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

ul,
ol {
	padding: 0;
	list-style: none;
}

textarea {
	resize: none;
}

div.tit_box:after {
	clear: both;
	display: block;
}

div.tit_box {
	color: #666;
	display: inline-block;
	position: relative;
	margin: 45px 0;
}

div.tit_box b {
	float: left;
	color: #4cb034;
	font-size: 57px;
	margin-right: 15px;
}

div.tit_box .tit_left {
	float: left;
}

div.tit_box h2 {
	font-size: 25px;
	margin: 23px 0 3px;
}

div.tit_box p {
	color: #999;
}

div.tit_box:after {
	content: '';
	width: 35px;
	height: 1px;
	display: block;
	position: absolute;
	right: -14px;
	transform: matrix(-1, 1, 0.5, 0.866, 0, 0);
	background: #ccc;
	bottom: 5px;
}

#index_banner {
	overflow: hidden;
}

#index_banner img {
	width: 100%;
}

#index_banner span.glyphicon {
	top: 50%;
}

.color_green {
	color: #4cb034;
}

.info_left {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 10;
	border-color: #33333387;
	background-color: #33333387;
	color: #ffffff;
	width: 50px;
	padding-top: 17px;
	height: 50px;
	text-align: center;
}


/*top+header+footer*/

.top {
	padding: 10px 0;
	background: #343539;
	color: #fff;
}

.top .row .col-md-6:nth-child(2) {
	text-align: right;
}

.header_box {
	padding: 30px 0;
	margin: 0;
	border: 0;
}

.header_box.navbar>.container .navbar-brand,
.header_box.navbar>.container-fluid .navbar-brand {
	padding: 0;
    margin-top: -7px;
}

.header_box .navbar-nav li a {
	border: 1px solid rgba(0, 0, 0, 0);
	text-align: center;
	margin-right: 18px;
}

.header_box.navbar-default .navbar-nav>.active>a,
.header_box.navbar-default .navbar-nav>.active>a:hover,
.header_box.navbar-default .navbar-nav>.active>a:focus,
.header_box .navbar-nav li:hover a {
	color: #4baf33;
	border: 1px solid #4baf33;
	border-radius: 39px;
}

.header_box .navbar-nav li:hover a {
	color: #4baf33;
}

.header_box.navbar-default .navbar-nav>.active>a,
.header_box.navbar-default .navbar-nav>.active>a:hover,
.header_box.navbar-default .navbar-nav>.active>a:focus {
	background: none;
}

.header_box .navbar-nav>li>a {
	padding-top: 7px;
	padding-bottom: 7px;
}

.header_box .navbar-nav.navbar-right {
	margin-top: 14px;
}

footer {
	background: #343539;
	padding: 50px 0 0;
	color: #fff;
}
footer a{
	color: #999;
}
footer a:hover{
	color: #4cb034;	
}
footer p.text-center {
	color: #999;
	margin: 50px 0 15px;
}

footer div.text-center img {
	width: 42%;
	margin: 50px 0 10px 0;
}


/*index*/

.carousel-control.right,
.carousel-control.left {
	background: none;
}

.carousel-indicators li {
	margin-right: 15px;
	width: 44px;
}

.carousel-indicators li.active {
	width: 44px;
	margin-right: 15px;
	background: #4cb034;
}

.product_box h3 {
	font-size: 20px;
	font-weight: 400;
	color: #666;
	
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product_box .n h3
{
	font-size: 16px;
}
.product_box p {
	color: #999;
	height: 42px;
	overflow: hidden;
}

.product_box .col-md-4 {
	border: 1px solid rgba(0, 0, 0, 0);
	transition: .4s;
    width: 32.5%;
	margin-bottom: 25px;
	padding: 0;
    margin-right: 10px;
}

.product_box .col-md-4:nth-child(3n+3){
	margin-right: 0;
}
.product_box .col-md-4 a {
	display: block;
}
.product_box .col-md-4 .product_img{
    height: 322px;
}
.product_box .col-md-4 .product_img img{
width:100%;
	
}
.product_box .col-md-4:hover {
	border: 1px solid #4bb033;
}

.product_box .product_txt {
	padding: 15px 15px 20px 15px;
	transition: .3s;
}

.product_box .col-md-4:hover .product_txt {
	background: #4bb033;
}

.product_box .col-md-4:hover h3,
.product_box .col-md-4:hover p {
	color: #fff;
}

.i_youshi_box {
	margin: 50px 0;
	padding: 50px 0;
	color: #fff;
	background-image: url(../images/i_ys.jpg);
	background-size: contain;
	background-position: center;
}

.i_youshi_box .text-center {
	margin-bottom: 55px;
}

.i_youshi_box .text-center p {
	color: #aaa;
	letter-spacing: 3px;
	margin: 25px 0;
	font-size: 16px;
}

.i_youshi_box ul li {
	float: left;
	width: 33%;
	height: 100px;
	margin-bottom: 35px;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.i_youshi_box ul li h3 {
	font-size: 22px;
}

.i_youshi_box ul li p {
	padding-right: 50px;
}

.i_youshi_box ul li span {
	width: 80px;
	height: 80px;
	margin-right: 30px;
	margin-top: 7px;
	display: block;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
}

.i_youshi_box ul li:nth-child(1) span {
	background-image: url(../images/ys1.png);
}

.i_youshi_box ul li:nth-child(2) span {
	background-image: url(../images/ys2.png);
}

.i_youshi_box ul li:nth-child(3) span {
	background-image: url(../images/ys3.png);
}

.i_youshi_box ul li:nth-child(4) span {
	background-image: url(../images/ys4.png);
}

.i_youshi_box ul li:nth-child(5) span {
	background-image: url(../images/ys5.png);
}

.i_youshi_box ul li:nth-child(6) span {
	background-image: url(../images/ys6.png);
}

.i_youshi_box ul li::before,
.i_youshi_box ul li::after {
	content: '';
	top: -5%;
	right: 40px;
	bottom: -6%;
	left: -5%;
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .8s, -webkit-transform .8s;
	-moz-transition: opacity .8s, -moz-transform .8s;
	-o-transition: opacity .8s, -o-transform .8s;
	transition: opacity .8s, transform .8s;
}

.i_youshi_box ul li:last-child::before,
.i_youshi_box ul li:last-child::after {
	right: -8px;
}

.i_youshi_box ul li::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.i_youshi_box ul li::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

.i_youshi_box ul li:hover::before,
.i_youshi_box ul li:hover::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.i_about_box .fl {
	width: 50%;
	float: left;
}

.i_news_box img,
.i_about_box .fl img {
	width: 100%;
}

.i_about_box .i_about_left {
	padding: 100px 150px;
}

.i_youshi_box .text-center h2,
.i_about_box .i_about_left h2 {
	font-size: 39px;
	color: #505050;
	margin-bottom: 35px;
	line-height: 57px;
	font-weight: 100;
	letter-spacing: 7px;
}

.i_youshi_box .text-center h2 {
	color: #fff;
	margin-bottom: 0;
}

.i_youshi_box .text-center b,
.i_about_box .i_about_left b {
	font-size: 40px;
	margin-right: 10px;
	font-weight: 100;
	color: #4cb034;
}

.i_about_box {
	margin: 85px 0;
}

.i_about_box .i_about_left p.js {
	line-height: 28px;
	color: #666;
}

.i_about_box .i_about_left a.more {
	border: 1px solid #ddd;
	padding: 5px 10px;
	display: inline-block;
	border-radius: 30px;
}

.i_about_box .i_about_left ul {}

.i_about_box .i_about_left li {
	float: left;
	width: 29%;
	text-align: center;
	margin-right: 35px;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 20px;
	transition: .3s;
}

.i_about_box .i_about_left li:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	box-shadow: 0 4px 50px rgba(0, 0, 0, .25);
}

.i_about_box .i_about_left li a {
	padding: 31px 19px;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.i_about_box .i_about_left li:nth-child(1) a {
	background-image: url(../images/i_about_bg.jpg);
}

.i_about_box .i_about_left li:nth-child(2) a {
	background-image: url(../images/i_about_bg2.jpg);
}

.i_about_box .i_about_left li:nth-child(3) a {
	background-image: url(../images/i_about_bg3.jpg);
}

.i_about_box .i_about_left hr {
	margin: 35px 0 50px;
}

.i_about_box .i_about_left li:last-child {
	margin-right: 0;
}

.i_news_box .i_news_div .i_news_tit {
	text-align: center;
	margin: 35px 0;
	font-size: 20px;
	position: relative;
}

.i_news_box .i_news_div .i_news_tit span {
	display: inline-block;
	background: #fff;
	z-index: 999;
	padding: 0 50px;
}

.i_news_box .i_news_div .i_news_tit:after {
	content: '';
	height: 1px;
	position: absolute;
	display: block;
	background: #ddd;
	width: 71%;
	z-index: -1;
	top: 15px;
	left: 78px;
}

.i_news_box .i_news_div li:first-child {
	border: 0;
    height: 236px;
    overflow: hidden;
    line-height: 236px;
}

.i_news_box .i_news_div li {
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px;
	transition: .3s;
}

.i_news_box .i_news_div li h3 {
	font-size: 18px;
	margin-bottom: 15px;
}

.i_news_box .i_news_div li:hover h3 {
	color: #4cb034;
}

.i_news_box .i_news_div li h3 span {
	float: right;
	font-size: 15px;
	color: #999;
}

.i_news_box .i_news_div li p {
	color: #999;
    height: 40px;
    overflow: hidden;
}

.zsjm_box {
	margin-top: 85px;
	height: 430px;
	padding-top: 100px;
	background-image: url(../images/footer_jm.jpg);
	background-size: cover;
	/*background: #eee;*/
}

.zsjm_left_sm {}

.zsjm_left_sm .fl {
	float: left;
	text-align: left;
}

.zsjm_left_sm .fl.sm {
	width: 22%;
	margin-left: 124px;
	margin-right: 19px;
}

.zsjm_left_sm .fl.sm img {
	width: 100%;
}

.zsjm_box .tit h3 {
	margin: 35px 0;
	line-height: 39px;
	font-size: 22px;
}

.zsjm_left_sm .fl:nth-child(2) h3 {
	margin-top: 21px;
	font-size: 22px;
	line-height: 38px;
}

.zsjm_box .zsjm_right_div {
	padding: 0 120px;
}

.zsjm_box .zsjm_right_div h4 {
	margin: 25px 0;
}

.zsjm_box .zsjm_right_div textarea,
.zsjm_box .zsjm_right_div input {
	width: 100%;
	padding: 8px;
	padding-left: 46px;
	border-radius: 5px;
	border: 1px solid #ddd;
	/*border: 1px solid #b57300;
	background: none;
	color: #fff;*/
}.zsjm_box .zsjm_right_div input[type="button"]{
	padding-left: 0;
}


/*input::-webkit-input-placeholder {
	color: #fff;
}*/

.zsjm_box .zsjm_right_div p {
	position: relative;
}

.zsjm_box .zsjm_right_div textarea {
	padding: 8px;
}

.zsjm_box .zsjm_right_div p span {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 6px;
	left: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.zsjm_box .zsjm_right_div p:nth-child(1) span {
	background-image: url(../images/zsjm1.png);
}

.zsjm_box .zsjm_right_div p:nth-child(2) span {
	background-image: url(../images/zsjm2.png);
}

.zsjm_box .zsjm_right_div p:nth-child(3) span {
	background-image: url(../images/zsjm3.png);
}


/*内页*/

.n_banner {
	height: 450px;
	background-size: cover;
	background-position: center;
}

.page_box {
	margin: 50px 0;
}

.detail_right_txt li,
.detail_sx p,
.skill_box.news h3.skill_tit {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.detail_sx {
	margin: 35px 0 50px;
	border-top: 1px solid #ddd;
	padding-top: 35px;
}

.detail_sx p {
	border-radius: 35px;
	border: 1px solid #ddd;
}

.detail_sx p a {
	display: block;
	padding: 10px 15px;
	width: 100%;
}

.skill_txt div.tt,
.detail_tit div.tt {
	float: left;
	color: #999;
	margin-right: 25px;
}

.detail_cont {
	line-height: 30px;
	font-size: 16px;
	color: #505050;
}
.detail_cont img{
	max-width:100%
}
.detail_cont table,
.detail_cont td
{
	
    border: 1px solid #ddd;
}
.detail_right_top {
	text-align: center;
	margin-bottom: 25px;
	margin-top: 78px;
	position: relative;
}

.detail_right_top:after {
	content: '';
	height: 1px;
	background: #ddd;
	display: block;
	position: absolute;
	top: 32px;
	width: 100%;
	z-index: -2;
}

.detail_right_top h3 {
	display: inline-block;
	background: #fff;
	padding: 0 15px;
}

.detail_right_txt {
	padding: 0 0 0 42px;
}

.detail_right_txt li {
	margin-bottom: 15px;
	line-height: 25px;
}

.detail_right_txt li:after {
	content: '';
	display: block;
	clear: both;
}

.detail_right_txt span {
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	background: #999;
	color: #fff;
	line-height: 25px;
	margin-right: 15px;
	border-radius: 5px;
	text-align: center;
}

.detail_right_txt span:after {
	content: '';
}

.detail_right_txt li:nth-child(1) span,
.detail_right_txt li:nth-child(2) span,
.detail_right_txt li:nth-child(3) span,
.detail_right_txt li:nth-child(4) span,
.detail_right_txt li:nth-child(5) span {
	background: red;
}

.detail_right_txt li:nth-child(1) span:after {
	content: '1';
}

.detail_right_txt li:nth-child(2) span:after {
	content: '2';
}

.detail_right_txt li:nth-child(3) span:after {
	content: '3';
}

.detail_right_txt li:nth-child(4) span:after {
	content: '4';
}

.detail_right_txt li:nth-child(5) span:after {
	content: '5';
}

.detail_right_txt li:nth-child(6) span:after {
	content: '6';
}

.detail_right_txt li:nth-child(7) span:after {
	content: '7';
}

.detail_right_txt li:nth-child(8) span:after {
	content: '8';
}

.detail_right_txt li:nth-child(9) span:after {
	content: '9';
}

.detail_right_txt li:nth-child(10) span:after {
	content: '10';
}


/*product*/

.product_type_box {
	padding: 25px 15px 0;
	margin: 35px 0;
	border: 1px solid #eee;
}

.product_type_box span {
	float: left;
	color: #999;
	width: 55px;
}

.product_type_box ul {
	width: 94%;
	float: left;
}

.product_type_box li:hover a,
.product_type_box li.active a {
	color: #4bb033;
}

.product_top_box {
	padding-bottom: 35px;
	border-bottom: 1px solid #ddd;
}

.skill_type_box li,
.product_type_box li {
	float: left;
	margin-right: 15px;
	font-size: 13px;
	margin-bottom: 15px;
}

.product_type_box li a {
	color: #505050;
	padding: 0 15px;
}

#imgshow_mask {
	width: 100%;
	position: absolute;
	z-index: 1;
	height: 27px
}

#imgshow_mask {
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/imgshow_mask.png')
}

#imageShow {
	clear: both;
}

#imageShow .imagebg {
	height: 560px;
	overflow: hidden;
	position: relative
}#imageShow .imagebg img{
	width: 100%;
}

#imageShow .imagebg li {
	height: 560px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	filter: alpha(opacity=0);
	opacity: 0
}

#imageShow .imagebg li a.bannerbg_main {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	height: 560px;
	display: block
}

.scrollbg {}

.scroll {
	margin: 0 auto;
	position: relative
}

.s_pre,
.s_next {
	display: block;
	width: 48px;
	height: 76px;
	position: absolute;
	top: -250px;
}

a.s_pre {
	background: url(../images/arrow_l.png);
	left: 0
}

a.s_pre:hover {
	background: url(../images/arrow_l_on.png)
}

a.s_next {
	background: url(../images/arrow_r.png);
	right: 0
}

a.s_next:hover {
	background: url(../images/arrow_r_on.png)
}

.outScroll_pic {
	height: 90px;
	margin-left: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	top: 2px
}

.outScroll_pic .scroll_pic {
	position: absolute
}

.scroll_pic {
	margin: 0 auto;
	width: 1000px;
	height: auto
}

.scroll_pic li {
	float: left;
	float: left;
	height: auto;
	width: 90px;
	margin: 5px 9px;
	_margin: 5px 14px 5px 4px;
	cursor: pointer;
	background: #000
}

.scroll_pic li img {
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	width: 100%;
}

.scroll_pic li:hover img,
.scroll_pic li:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1
}

.scroll_pic li.currently img {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important
}

.scroll .current {
	width: 144px;
	height: 144px;
	/*background: url(../images/arrow_on.png) 50% -4px no-repeat;*/
	z-index: 10;
	position: absolute;
	top: 5px;
	left: 0
}

.product_right_txt {
	margin: 130px 0 0 0;
	padding-left: 90px;
}

.product_right_txt p {
	color: #999;
	font-size: 16px;
}

.product_right_txt h3 {
	margin-bottom: 35px;
}

.product_right_txt a {
	width: 40%;
	margin-right: 15px;
	color: #fff;
	text-align: center;
	display: block;
	float: left;
	padding: 10px 0;
	border-radius: 10px;
	margin-top: 35px;
	background: #4BAF33;
}

.product_form textarea,
.product_form input {
	width: 100%;
	margin-bottom: 25px;
	border: 1px solid #ddd;
	padding: 5px 10px;
}

.product_form span.red {
	color: red;
	font-size: 18px;
	padding-top: 3px;
	margin-right: 9px;
	display: block;
	float: left;
}

.product_form h3 {
	text-align: center;
	margin-bottom: 32px;
}

.product_box .col-md-3 {
	margin: 50px 0;
}

.product_box .col-md-3 a {
	border: 1px solid #ddd;
	overflow: hidden;
	display: block;
}

.product_box .col-md-3 .product_img {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

.product_box .col-md-3 .product_txt {
	padding: 0;
	text-align: center;
}


/*skill*/

.skill_type_box {
	box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 35px;
	text-align: center;
    height: 68px;
}

.skill_type_box ul {
	margin: 0;
	display: inline-block;
}

.skill_type_box li {
	width: 150px;
	margin: 0;
	text-align: center;
}

.skill_type_box li a {
	display: block;
	padding: 25px 0;
}

.skill_type_box li:hover,
.skill_type_box li.active {
	background: #4baf33;
}

.skill_type_box li:hover a,
.skill_type_box li.active a {
	color: #fff;
}

.skill_box .col-md-4 {
	margin-bottom: 25px;
	padding-left: 0;
}

.skill_box .col-md-4 a {
	display: block;
	transition: all .5s;
}

.skill_box .col-md-4 .skill_img {
	overflow: hidden;
    height: 250px;
    /**/
    
    line-height: 250px;
    background: #000;
}

.product_box .col-md-3:hover img,
.skill_box .col-md-4:hover .skill_img img {
	transform: scale(1.2);
}

.skill_box .col-md-4:hover a {
	box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.15);
}

.skill_box .skill_txt {
	padding: 0 15px;
	border: 1px solid #ddd;
}

.product_box .col-md-3 img,
.skill_box .skill_img img {
	transition: all .5s;
	width: 100%;
}

.skill_box .col-md-4:hover h3 {
	color: #4baf33;
}

.detail_tit h3,
.detail_right_top h3,
.skill_box .skill_txt h3 {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #505050;
	line-height: 30px;
}.detail_tit h3{
	font-weight: bold;
}

.detail_tit p,
.skill_box .skill_txt p {
	color: #999;
}

.skill_box.news h4 {
	font-size: 14px;
	height: 55px;
	overflow: hidden;
	color: #999;
	line-height: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.skill_box .skill_txt h3 {
	height: 72px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.skill_box.news h3.skill_tit {
	height: auto;
	border: 0;
}


/*about*/

.about_jj {
	font-size: 16px;
	line-height: 35px;
	color: #505050;
}

.picScroll-left {
	width: 100%;
	margin-bottom: 65px;
	overflow: hidden;
	position: relative;
}

.picScroll-left .hd {
	overflow: hidden;
	padding: 0 10px;
	position: absolute;
	z-index: 999;
	top: 50%;
	width: 100%;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
	display: block;
	width: 33px;
	height: 32px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/controls.png") no-repeat;
}

.bd .tempWrap {
	margin: 0 auto;
}

.picScroll-left .hd .prev {
	float: left;
}

.picScroll-left .hd .next {
	background-position: -42px 0px;
	float: right;
}

.picScroll-left .hd .prevStop {
	background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
	background-position: -60px -50px;
}

.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.picScroll-left .bd {
	padding: 10px;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	margin: 0 8px;
	float: left;
	width: 275px !important;
	_display: inline;
	border: 1px solid #ddd;
	overflow: hidden;
	text-align: center;
}

.picScroll-left .bd .pic {
	text-align: center;
}

.picScroll-left .bd ul li img {
	width: 100%;
	display: block;
	padding: 2px;
}

.picScroll-left .bd ul li p {
	border-top: 1px solid #ddd;
	margin: 0;
	padding: 10px 0;
}


/*join*/

.six_ys_div img {
	width: 100%;
	margin-bottom: 25px;
}

.six_ys_div li {
	margin-bottom: 25px;
}

.six_ys_div li:after {
	content: '';
	display: block;
	clear: both;
}

.six_ys_div li:hover {
	cursor: pointer;
}

.six_ys_div li:hover span {
	background: #4cb034;
	color: #fff;
}

.six_ys_div li span {
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	display: block;
	font-size: 20px;
	float: left;
	color: #4cb034;
	border: 1px solid #4cb034;
	border-radius: 100%;
	margin: 15px 20px;
	transition: .3s;
}

.six_ys_div li div {
	width: 80%;
	float: left;
}

.six_ys_div li h3 {
	font-size: 20px;
}

.six_ys_div li h4 {
	font-size: 12px;
	color: #999;
}

.nav_title {
	text-align: center;
	padding: 50px 0;
	font-size: 16px;
}

.nav_title a {
	margin: 0 20px;
	display: inline-block;
	border: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden
}

.nav_title .a {
	color: #fff;
	background: #ff6637;
	border: 1px solid #ff6637;
}

.content_left {
	margin: 50px auto 0;
}

.content_left .title {
	height: 45px;
	background: #ff6637;
	color: #fff;
	line-height: 45px;
	font-size: 16px
}

.left_nav li .t ol>li,
.content_left .title ol li,
.left_nav li .t ol>li {
	float: left;
	width: 150px;
	text-align: center;
}

.content_left .title span {
	background: url(img/ioc.png) no-repeat 0 center;
	padding-left: 22px;
}

.left_nav {
	border-top: 0;
	overflow: hidden;
	padding: 0 0 20px 0
}

.left_nav ul {
	margin-top: -1px;
}

.left_nav ul>li {
	border-top: 1px dashed #e7e7e7
}

.left_nav li .t {
	height: 50px;
	line-height: 50px;
	position: relative;
	font-size: 20px;
	font-weight: 100;
	color: #505050;
}

.left_nav li .t i {
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
	height: 50px;
	cursor: pointer;
	transition: .3s;
}

.left_nav li .t:hover {
	color: #4cb034;
}

.left_nav li .t:hover i,
.left_nav li .t.hover i {
	color: #4cb034;
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	/* IE 9 */
	-moz-transform: rotate(30deg);
	/* Firefox */
	-webkit-transform: rotate(30deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(30deg);
	/* Opera */
}

.left_nav li .t a,
.left_nav li .t.hover:hover a {
	color: #000
}

.left_nav li .t a {
	padding: 0 50px;
}

.left_nav li .t:hover {
	cursor: pointer;
}

.left_nav li .t:hover a {
	color: #ff5825
}

.left_nav li .txt {
	padding: 0 0 20px 18px;
	display: none
}

.left_nav li .txt p {
	line-height: 30px;
	font-size: 16px;
	font-weight: 300;
	overflow: hidden
}

.left_nav .more {
	background: #ff6637;
	display: block;
	width: 120px;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	overflow: hidden
}

.left_nav .more:hover {
	background: #ff5825
}

.explain_txt {
	width: 860px;
	margin: 0 auto;
	line-height: 40px;
	padding: 0 0 200px 0;
	font-size: 16px
}


/*news*/

.skill_txt div.tt {
	margin-bottom: 10px;
}

.skill_txt div.tt span,
.detail_tit div.tt span,
.skill_box.news .skill_txt p span {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	background-image: url(../images/date.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-right: 10px;
}

.detail_tit div.tt:nth-child(2) span {
	background-image: url(../images/type.png);
}

.skill_txt div.tt:nth-child(2) {
	float: right;
	margin-right: 0;
}


/*contact*/

#l-map {
	height: 500px;
	width: 100%;
	margin: 50px 0;
}

.contact_box {
	position: relative;
}

.contact_box .contact_div {
	position: absolute;
	top: 25%;
	right: 10%;
	background: #fff;
	padding: 25px;
}

.BMap_mask {
	left: 331px !important;
	top: -82px !important;
}

.ly_div {
	margin-bottom: 35px;
}

.ly_div input[type="text"],
.ly_div textarea {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}

.ly_div label {
	font-weight: 400;
	font-size: 18px;
}

.sbt {
	padding: 5px 30px;
	background: #4cb034;
	color: #fff;
	border: 0;
}
li{list-style:none;}
img{border:none;}
.product_top_box .slide{position:relative; margin:10% auto; width:500px; overflow:hidden;}
.product_top_box .slide .big{ position:relative; overflow:hidden; left:0;top:0;}
.product_top_box .slide a{position:absolute; top:220px; opacity:0;z-index:1000;}
.product_top_box .slide .big li{float:left; width:500px;}
.product_top_box .slide .big  li img{width:100%;display:block;}
.product_top_box .slide .prev{left:-10px;}
.product_top_box .slide .next{right:-10px;}
.product_top_box .slide .small{ margin-top:5px; width:100%; position:relative;}
.product_top_box .slide .small li{ float:left;margin-right:5px; width:121px; background:#000;}
.product_top_box .slide .small li:last-child{ margin-right:0;}
.product_top_box .slide .small li img{width:100%;display:block; opacity:0.5;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	
    background-color: #07a038;
    border-color: #07a038;
}
input::-webkit-input-placeholder {
	/*改变placeholder的样式*/
	color: #999;
}