
@font-face {
	font-family: 'OPENSANS';
	src: url('OPENSANS-REGULAR_0.TTF');
	font-weight: normal;
	font-style: normal;
}


html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-style:normal;
	font-weight:normal;
	padding:0;
	margin:0;
}

html{
	width:100%;
	height:100%;
}

body{
	font-family:"OPENSANS","微软雅黑",arial, Helvetica, sans-serif;
   	font-size:16px;
   	font-size:.75em;
   	overflow-x: hidden;
   	background:#fff;
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
}

img {
	border: none;
}

a,
a:hover ,
a:active,
a:visited,
a:link{
	text-decoration: none;
	outline: 0;
}


ul li{
	margin:0;
}
ul,li{
	list-style:none;
}

.left{
	float:left;
}

.right{
	float:right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.none{
	display:none;
}

.block{
	display:block;
}


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


@-webkit-keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInUp1 {
	-webkit-animation-name: fadeInUp1;
	animation-name: fadeInUp1
}


@-webkit-keyframes fadeIndown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeIndown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeIndown {
	-webkit-animation-name: fadeIndown;
	animation-name: fadeIndown
}



.fadeInleft {
	-webkit-animation-name: fadeInleft;
	animation-name: fadeInleft
}



@-webkit-keyframes fadeInleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}




.fadeInright {
	-webkit-animation-name: fadeInright;
	animation-name: fadeInright
}



@-webkit-keyframes fadeInright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}





/*header*/


.pc_header{
	transition:all 0.3s;
	height:105px;
	background:#2b2b2b;
}


.pc_header h1.logo{
	margin-right:8%;
	transition:all 0.3s;
	height:105px;
	line-height:105px;
	width:18%;
}

.pc_header h1.logo img{
	transition:all 0.3s;
	max-width:100%;
	height:auto;
	vertical-align: middle;
}



.pc_nav li.nav_li{
	position:relative;
	transition:all 0.3s;
	height:105px;
	line-height:105px;
	float:left;
	margin-left:1px;
}


.pc_nav li.nav_li a.nav_a{
	display: block;
	width:100%;
	height:100%;
	color:#fff;
	padding:0 23px;
	font-size:16px;
}

.pc_nav li.nav_li.on a.nav_a,
.pc_nav li.nav_li:hover a.nav_a{
	background:#00933e;
}


.pc_nav .nav_li .setNav{
	position:absolute;
	/*left:50%;
	margin-left:-120px;*/
	left:0;
	top:100%;
	z-index:10;
	width:240px;
	background:rgba(0,147,63,0.6);
	padding:15px 25px;
	display: none;
}

.pc_nav .nav_li .setNav li a{
	display: block;
	padding:10px 0;
	color:#fff;
	font-size:14px;
	padding:5px;
	line-height:18px;
	border-bottom:1px solid rgba(255,255,255,0.27);
}
.pc_nav .nav_li .setNav li a:hover{
	font-weight:bold;
}


.head_search{
	position: relative;
	height:30px;
	margin-top:38px;
	transition:all 0.3s;
}

.head_search .head_search1 {
    height:30px;
    width: 30px;
    background: #2b2b2b url(../images/search.jpg) no-repeat center;
    cursor: pointer;
}
.head_search .head_search2 {
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    width: 0px;
    transition: width 500ms;
    -moz-transition: width 500ms;
    -webkit-transition: width 500ms;
    -o-transition: width 500ms;
}
.head_search:hover .head_search2{
	width:170px;
    padding:0 10px;
}






.pc_header.fixed{
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:99999999999999;
	width:100%;
	height:70px;
}

.pc_header.fixed .pc_head h1.logo {
    height: 70px;
    line-height: 70px;
}

.pc_header.fixed .language {
    padding: 5px 0;
}
.pc_header.fixed .pc_nav .nav_li {
    height: 70px;
    line-height: 70px;
}
.pc_header.fixed  h1.logo img {
    max-height:80%;
}
.pc_header.fixed .head_search {
    margin-top: 20px;
}








/*phone_nav*/
.phone_head{
	height:60px;
	display: none;
	background:#2b2b2b;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9999900;
}

.phone_head .logo{
	width:115px;
	height:55px;
	line-height:60px;
}

.phone_head .logo img{
	height:auto;
	width:100%;
	vertical-align: middle;
}

.phone-head{
	height:60px;
	line-height:60px;
}

.phone_head nav{
	margin-left:0;
	margin-top:60px;
}

.phone_head .th_login {
    color: #333;
    margin-left: 31%;
    margin-top: 23px;
}

.phone-head .menubtn > span.expand {
	vertical-align: middle;
    display: inline-block;
    height: 40px;
    background:#00933f url(../images/navbg.png) no-repeat;
    background-size: 50%;
    background-position: 50%;
    width:40px;
}

.phone-head .mask-close{
	background:#00933f none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top:10px;
    right: 3%;
    height: 40px;
    line-height: 40px;
    width: 40px;
    overflow: hidden;
}


.maskbg{
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	overflow-y: auto;
	background:rgba(255,255,255,.9);
	z-index:1000;
	display: none;
}


.phone_nav ul>li {
    background-position: center center;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    padding: 0px 17px;
    font-size:1.25em;
}
.phone_nav ul>li>a {
    display: inline-block;
    width:100%;
    height:100%;
    font-size:1em;
    color: #323232;
    white-space: nowrap;
}

.phone_nav ul>li ol a{
    display: inline-block;
    width:100%;
    height:100%;
    font-size:0.85em;
    color: #323232;
    white-space: nowrap;
}

.phone_nav ul>li>h3{
	display: block;
    font-size:1em;
    color: #323232;
    position: relative;
}
.phone_nav ul>li>h3:after {
    content: " ";
    width: 10px;
    height: 6px;
    background: url(../images/arrow-down_0f6f0cfeb7.png) no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -3px;
    right: 12px;
    position: absolute;
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease;
}

.phone_nav ul>li.active>h3:after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform 1s ease;
    transition: transform .4s ease;
}

.phone_nav ul>li ol {
    display: none;
}









/*footer*/


.foot_copy{
	padding:15px 0;
	background:#141414;
	color:#999999;
	font-size:14px;
	line-height:16px;
}
.foot_copy span{
	margin-right:20px;
}
.foot_copy a{
	color:#999999;
}

.footer{
	padding:65px 0 25px;
	background:url(../images/f_bg.jpg) repeat-y center;
}

.f_add{
	width:35%;
}
.f_add li{
	color:#cccccc;
	font-size:14px;
	padding:10px 30px;
}

.f_add li:nth-child(1),
.f_add li:nth-child(4){
	background:url(../images/f1.png) no-repeat left center;
}

.f_add li:nth-child(2){
	background:url(../images/f2.png) no-repeat left center;
}

.f_add li:nth-child(3){
	background:url(../images/f3.png) no-repeat left center;
}

.f_add li:nth-child(5){
	background:url(../images/f4.png) no-repeat left center;
}

.f_nav,
.f_link{
	width:17%;
}
.f_nav h3,
.f_link h3{
	color:#fff;
	font-size:20px;
	line-height:20px;
	margin-bottom:15px;
}

.f_nav li a,
.f_link li a{
	display: block;
	color:#999999;
	font-size:14px;
	line-height:16px;
	padding:3px 0;
}

.f_nav li a:hover,
.f_link li a:hover{
	color:#00933f;
}

.f_ma_tit{
	color:#999999;
	font-size:14px;
	line-height:16px;
}

.f_ma_tit h3{
	color:#fff;
	font-size:20px;
	line-height:20px;
	margin-bottom:50px;
}

.f_ma_img{
	padding-top:8px;
	margin-left:30px;
}

.f_ma{
	padding-bottom:60px;
	border-bottom:1px solid #999999;
}












/*about*/
.ny_banner{
	height:438px;
	position:relative;
	background:url(../images/ab_banner.jpg) no-repeat center;
	background-size:auto 100%!important; 
}

.ny_ban{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:35px 0;
	text-align: right;
	color:#ffffff;
	font-size:16px;
	line-height:20px;
}


.ny_nav a{
	color:#fff;
	margin-right:5px;
}
.ny_nav a:hover{
	text-decoration:underline;
}

.ny_nav img{
	vertical-align:middle;
	margin-right:5px;
}

.ny_nav span{
	margin-left:5px;
}


.ab_section{
	padding:60px 0 95px;
	background:#fff;
}

.ab_sec{
	padding-top:45px;
}

.ab_tit{
	text-align: center;
	margin-bottom:50px;
}

.ab_tit a{
	display: inline-block;
	width:21%;
	color:#ffffff;
	font-size:16px;
	background:#666666;
	line-height:40px;
	transition:all 0.3s;
	margin:0 5px;
}

.ab_tit a:hover,
.ab_tit a.on{
	background:#00933f;
}

.about_main{
	position:relative;
}

.ab_main{
	width:73%;
	background:#fafafa;
	border:1px solid #cccccc;
	padding:45px 130px 45px 40px;
	color:#333333;
	font-size:14px;
	line-height:28px;
}

.ab_main p{
	text-indent:2em;
}

.ab_main p span{
	color:#00933f;
	font-size:20px;
	font-weight:bold;
}


.ab_img{
	position:absolute;
	top:55px;
	right:0;
	width:33%;
	z-index:1;
}
.ab_img img{
	display: block;
	width:100%;
	height:auto;
}





/*download*/
.download_section{
	padding:60px 0 70px;
	background:#fff;
}


.download_sec{
	padding-top:58px;
}


.download_sec li{
	float:left;
	width:48%;
	margin-bottom:16px;
	margin-right:4%;
	line-height:58px;
	padding:0 5% 0 25px;
	background:url(../images/down1.png) no-repeat 98% center;
	border:1px solid #cccccc;
	overflow: hidden;
}

.download_sec li:nth-child(2n){
	margin-right:0;
}

.download_sec li a{
	float:left;
	width:80%;
	font-size:14px;
	color:#666666;
	overflow: hidden;
}

.download_sec li span{
	float:right;
	width:20%;
	text-align: right;
	font-size:14px;
	color:#666666;
}

.download_sec li:hover{
	border-color:#00933e;
	background:url(../images/down2.png) no-repeat 98% center;
}

.download_sec li:hover span,
.download_sec li a:hover{
	color:#00933e;
}






/*news*/
.news_section{
	padding:60px 0 85px;
	background:#fff;
}

.news_sec{
	padding-top:50px;
}

.news_sec .ab_tit{
	margin-bottom:50px;
}

.news_sec li a{
	display: block;
	padding:38px 20px;
	border-bottom:1px dashed #cccccc;
	transition:all 0.3s;
}

.news_date{
	width:5.2%;
	text-align: center;
	border:1px solid #cccccc;
	transition:all 0.3s;
}

.news_date b{
	display: block;
	border-bottom:1px dashed #cccccc;
	color:#fff;
	font-size:28px;
	height:44px;
	line-height:44px;
	background:#cccccc;
	transition:all 0.3s;
}

.news_date p{
	color:#565656;
	font-size:14px;
	height:20px;
	line-height:20px;
	background:#f6f6f6;
	transition:all 0.3s;
}


.news_main{
	width:93%;
}

.news_main h3{
	color:#333333;
	font-size:16px;
	line-height:16px;
	margin-bottom:8px;	
	transition:all 0.3s;
}
.news_m{
	color:#666666;
	font-size:14px;
	line-height:20px;
	transition:all 0.3s;
}


.news_sec li a:hover{
	background:#00933f;
	border-color:#00933f;
}


.news_sec li a:hover .news_date{
	border-color:#fff;
}

.news_sec li a:hover .news_date b{
	border-color:#fff;
	color:#fff;
	background:#00933f;
}

.news_sec li a:hover .news_date p{
	color:#fff;
	background:#00933f;
}

.news_sec li a:hover .news_main h3,
.news_sec li a:hover .news_m{
	color:#fff;
}








/*products*/
.products_section{
	padding:60px 0 30px;
	background:#fff;
}

.pro_tit1{
	border-bottom:1px solid #cccccc;
	margin:55px 0 25px;
}

.pro_tit1 li{
	float:left;
	width:33.33%;
	position:relative;
	padding-bottom:35px;
	text-align: center;
}


.pro_tit1 li:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height:3px;
    bottom:-1px;
    left:0;
    right:0;
    background: #00933f;
    transform: scale(0, 1);
    transition: transform 0.3s cubic-bezier(0.6, 0, 0.3, 1),opacity 0.2s;
}
.pro_tit1 li:hover:before,
.pro_tit1 li.on:before{
	transform: scale(1, 1);
}

.pro_tit1 li h3{
	color:#666666;
	font-size:25px;
	line-height:25px;
}
.pro_tit1 li:hover h3,
.pro_tit1 li.on h3{
	color:#00933f;
}

.protit1_img{
	width:144px;
	height:144px;
	border-radius:50%;
	margin:0 auto 20px;
	border:1px solid #5b5b5b;
	transition:all 0.3s;
}

.pro_tit1 li:nth-child(1) .protit1_img{
	background:url(../images/in11.png) no-repeat center;
}
.pro_tit1 li:nth-child(1):hover .protit1_img,
.pro_tit1 li:nth-child(1).on .protit1_img{
	background:#00933f url(../images/in12.png) no-repeat center;
	border-color:#00933f;
}

.pro_tit1 li:nth-child(2) .protit1_img{
	background:url(../images/in121.png) no-repeat center;
}
.pro_tit1 li:nth-child(2):hover .protit1_img,
.pro_tit1 li:nth-child(2).on .protit1_img{
	background:#00933f url(../images/in122.png) no-repeat center;
	border-color:#00933f;
}


.pro_tit1 li:nth-child(3) .protit1_img{
	background:url(../images/in131.png) no-repeat center;
}
.pro_tit1 li:nth-child(3):hover .protit1_img,
.pro_tit1 li:nth-child(3).on .protit1_img{
	background:#00933f url(../images/in132.png) no-repeat center;
	border-color:#00933f;
}



.pro_tit2{
	margin-bottom:50px;
	text-align: center;
}

.pro2_li{
	display: inline-block;
	background:#666666;
	width:22%;
	position:relative;
	margin:3px;
}

.pro2_li.on,
.pro2_li:hover{
	background:#00933f;
}

.pro2_li .proa2{
	display: block;
	color:#fff;
	font-size:16px;
	line-height:40px;
}
.pro2_li .pro2_nav{
	position:absolute;
	top:100%;
	left:0;
	right:0;
	z-index:5;
	padding:6px 10px 6px 55px;
	background:#fff;
	border:1px solid #cccccc;
	display: none;
}

.pro2_li .pro2_nav li a{
	display: block;
	color:#666666;
	font-size:15px;
	line-height:15px;
	padding:8px 0;
	text-align: left;
}

.pro2_li .pro2_nav li a:hover{
	color:#00933f;
}


.products_sec li{
	float:left;
	border:1px solid #f1f1ee;
	width:32%;
	margin-right:2%;
	margin-bottom:35px;
	box-shadow:0px 0px 10px #e4e4e4;
	overflow: hidden;
	border-radius:2px;
	background:#fff;
}

.products_sec li:nth-child(3n){
	margin-right:0;
}

.pro_img{
	overflow: hidden;
	box-shadow:0px 0px 20px #f2f2f2;
}

.pro_img img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.5s;
}
.products_sec li:hover .pro_img img{
	transform: scale(1.12);
}

.pro_main{
	height:90px;
	padding:20px 40px 15px 15px;
	background:url(../images/pro1.jpg) no-repeat 96% center;	
}

.pro_main h3{
	color:#333333;
	font-size:16px;
	line-height:16px;
	margin-bottom:8px;
	width:100%;
	overflow: hidden;
}

.pro_main p{
	color:#9f9f9f;
	font-size:12px;
	width:100%;
	overflow: hidden;
}

/*.products_sec li:hover .pro_img,
.products_sec li:hover{
	box-shadow:0px 0px 10px #00933f;
}*/

.products_sec li:hover .pro_main h3,
.products_sec li:hover .pro_main p{
	color:#00933f;
}










/*index*/

.in_ban{
	height:532px;
	background:url(../images/banner.jpg) no-repeat center;
	background-size:auto 100%!important;
}
.in_ban a{
	display: block;
	width:100%;
	height:100%;
}


.in_banner .owl-prev,
.in_banner .owl-next{
	position:absolute;
	top:45%;
	z-index:10;
	width:20px;
	height:60px;
	text-indent:-9999px;
	background-size:100% auto!important;
	transition:all 0.3s;
}


.in_banner .owl-prev{
	left:3%;
	background:url(../images/banl1.png) no-repeat center;
}

.in_banner .owl-next{
	right:3%;
	background:url(../images/banr1.png) no-repeat center;
}

.in_banner .owl-prev:hover,
.in_banner .owl-next:hover{
	opacity:0.6;
}



.in5_section{
	background:url(../images/in5_bg.jpg) no-repeat center;
	background-size:auto 100%;
}

.in5_sec li{
	float:left;
	width:33.33%;
	height:300px;
	position:relative;
}

.in5_sec li .in5_bg{
	position:absolute;
	top:100%;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	transition:all 0.3s;
	background:rgba(0,147,63,0.33);
}
.in5_sec li:hover .in5_bg{
	top:0;
}

.in5_sec li .in5_main{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:4;
	text-align: center;
	color:#fff;
}
.in5_sec li .in5_m{
	position:relative;
	padding-top:75px;
}
.in5_sec li .in5_m::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 40px;
	width: 185px;
	height: 185px;
	margin-left: -92px;
	z-index:2;
	border:1px solid #fff;
	border-radius:50%;
	transition:all 0.3s;
	opacity:0;
}

.in5_sec li:hover .in5_m::before{
	opacity:1;
	transform: translateY(20px);
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-webkit-transform: translateY(20px);
}

.in5_img img{
	display: block;
	margin:0 auto;
	height:60px;
	width:auto;
	transition:all 0.3s;
} 

.in5_sec li:hover .in5_img img{
	margin:5px auto 0;
}  

.in5_m{
	color:#fff;
	font-size:16px;
	line-height:16px;
}
.in5_m h3{
	color:#fff;
	font-size:24px;
	line-height:24px;
	margin:20px 0 10px;
}


.in_title{
	text-align: center;
}
.in_title h2{
	color:#333333;
	font-size:30px;
	line-height:30px;
}

.in_title h4{
	color:#666666;
	font-size:16px;
	line-height:16px;
	margin:10px 0 12px;
}

.in_title img{
	display: block;
	margin:0 auto;
}


.in4_section{
	padding:75px 0 65px;
	background:#f1f1f1;
}

.in4_sec{
	padding-top:60px;
}


.in4_s{
	background:#fff;
	padding:15px 20px 30px;
	width:32%;
	margin-right:2%;
	min-height:524px;
}
.in4_s3{
	margin-right:0;
}

.pro1 p{ text-indent:2em;}	

.in4_tit{
	color:#00933f;
	font-size:18px;
	padding:25px 0;
}

.in4_s1 .in4_tit{
	background:url(../images/in41.jpg) no-repeat right center;
}
.in4_s2 .in4_tit,
.in4_s3 .in4_tit{
	background:url(../images/in42.jpg) no-repeat right center;
}


.in4_img{
	overflow: hidden;
	margin-bottom:18px;
}

.in4_img img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.5s;
}

.in4_img:hover img{
	transform: scale(1.12);
}
.in4_main li{
	overflow: hidden;
}

.in4_main li a{
	float:left;
	display: block;
	width:100%;
	color:#666666;
	font-size:13px;
	padding:10px 0;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
}
.in4_s1 .in4_main li a{
	width:75%;
}
.in4_s1 .in4_main li span{
	float:right;
	width:20%;
	text-align: right;
    color: #666666;
    font-size: 13px;
    padding: 10px 0;
}

.in4_main li a:hover{
	color:#00933f;
}



.in3_section{
	padding:65px 0 0;
	/*background:url(../images/in3_bg.jpg) repeat-x center;
	background-size:auto 100%;*/
	background:#f5f5f5;
}

.in3_sec{
	margin-top:40px;
	padding-bottom:120px;
	background:#fff;
	position:relative;
}

.in3_main{
	margin-right:8px;
	text-align: center;
	height:390px;
	overflow: hidden;
	position:relative;
}

.in3_img{
	overflow: hidden;
}

.in3_img img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.5s;
}

.in3_main:hover .in3_img img{
	transform: scale(1.12);
}

.in3_m{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:30px;
	background:#fff;
	height:140px;
	font-size:14px;
	line-height:20px;
	color:#666;
	transition:all 0.5s;
	z-index:2;
}


.in3_m h3{
	font-size:16px;
	line-height:16px;
	color:#333333;
	margin-bottom:20px;
}

.in3_m p{
	min-height:60px;
}

.in3_m span{
	display: block;
	margin:20px auto;
	width:120px;
	line-height:35px;
	font-size:14px;
	color:#666;
	background:#ffff;
	border-radius:17px;
}

.in3_main:hover .in3_m{
	height:auto;
	background:#00933f;
	color:#fff;
} 
.in3_main:hover .in3_m h3{
	color:#fff;
}




.in3_sec .owl-prev,
.in3_sec .owl-next{
	position:absolute;
	top:25%;
	z-index:10;
	width:50px;
	height:50px;
	text-indent:-9999px;
	background-size:auto 50%!important;
	transition:all 0.3s;
}


.in3_sec .owl-prev{
	left:16%;
	background:rgba(0,0,0,0.4) url(../images/banl1.png) no-repeat center;
}

.in3_sec .owl-next{
	right:16%;
	background:rgba(0,0,0,0.4) url(../images/banr1.png) no-repeat center;
}

.in3_sec .owl-prev:hover,
.in3_sec .owl-next:hover{
	opacity:0.6;
}



.in2_section{
	padding:45px 0 155px;
	background:#fff;
}

.in2_sec{
	padding-top:50px;
}

.in2_main,
.in2_img{
	height:356px;
}

.in2_img{
	width:51%;
}

.in2_img img{
	display: block;
	width:100%;
	height:100%;
}

.in2_main{
	width:49%;
	padding:50px 4%;
	background:url(../images/in2_bg.jpg) no-repeat center;
	background-size:100% 100%;
	color:#fff;
	font-size:14px;
	line-height:28px;
}

.in2_main h3{
	font-size:22px;
	line-height:22px;
	font-weight:bold;
	margin-bottom:25px;
}



.in1_section{
	background:#fff;
	padding-top:30px;
}

.in1_sec{
	padding-top:50px;
}

.in1_sec2{
	background:#f4f4f4;
	padding:60px 0 80px;
}

.parHd.pro_tit1.w{
	margin:0 auto;
	border:none;
	position:relative;
}

.parHd.pro_tit1.w li{
	cursor: pointer;
}

.slideBox{
	padding:0 10px;
	overflow: hidden;
}

.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; top:40%;left:30px;display:block; width:30px; height:55px;background:url(../images/in1l.png) center center no-repeat;z-index:5;cursor: pointer; }
.slideGroup .sNext{ left:auto; right:30px; background:url(../images/in1r.png) center center no-repeat;  }

.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup .parBd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center;  }





.products_sec{
	opacity:1;
}




.in2_main,
.in2_img,
.in3_sec,
.in4_sec,

.ab_main,
.ab_img,
.news_s,
.download_sec{
	opacity:0;
}

.in3_sec.articleShow,
.in4_sec.articleShow,
.products_sec.articleShow,
.news_s.articleShow,
.download_sec.articleShow{
	-webkit-animation: fadeInUp1 .8s ease-in-out both;
	-moz-animation: fadeInUp1 .8s ease-in-out both;
	-ms-animation: fadeInUp1 .8s ease-in-out both;
	animation: fadeInUp1 .8s ease-in-out both;
	opacity: 1;
}

.in2_img.articleShow,
.ab_main.articleShow{
	-webkit-animation: fadeInleft .8s ease-in-out both;
	-moz-animation: fadeInleft .8s ease-in-out both;
	-ms-animation: fadeInleft .8s ease-in-out both;
	animation: fadeInleft .8s ease-in-out both;
	opacity: 1;
}

.in2_main.articleShow,
.ab_img.articleShow{
	-webkit-animation: fadeInright .8s ease-in-out both;
	-moz-animation: fadeInright .8s ease-in-out both;
	-ms-animation: fadeInright .8s ease-in-out both;
	animation: fadeInright .8s ease-in-out both;
	opacity: 1;
}














/******************
 * ******pro_details*******
 * *****************/
.prode_section{
	padding:50px 0 65px;
	background:#fff;
}

.prode_sec .prode_sec1 {
    border: 1px solid #e8edf0;
    padding-top:0;
}

.prode_sec .prode_sec2{
	width:100%;
}

.in1_sec1{
	width:19%;
}
.in1_sec2{
	width:100%;
	/*width:79%;*/
}

.in1_sec2 li{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:30px;
	text-align: center;
	border-radius:3px;
	overflow: hidden;
}

.in1_sec2 li:nth-child(3n){
	margin-right:0;
}

.in12_main{
	padding:25px 0;
	font-size:16px;
	color:#666666;
}

.in12_img{
	border-radius:3px;
	overflow: hidden;
}

.in12_img img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.5s;
}

.in1_sec2 li:hover .in12_img img{
	transform: scale(1.1);
}
.in1_sec2 li:hover .in12_main{
	color:#cd0042;
}

.in11_top{
	width:100%;
	height:93px;
	color:#fff;
	padding:35px 20px;
	font-weight:bold;
	background:url(../images/in1_bg.jpg) no-repeat center;
	background-size:100% 100%;
}
.in11_top h2{
	font-size:22px;
	line-height:22px;
	background:url(../images/in11_bg.png) no-repeat right center;
}


.in11_nav dt{
	font-size:16px;
	line-height:50px;
	background:#a8aab0 url(../images/in111.png) no-repeat 15px center;
	padding:0 35px;
	color:#fff;
}
.in11_nav dd{
	background:#fff;
	padding:15px 35px;
}
.in11_nav dd a{
	display: block;
	color:#666666;
	font-size:13px;
	line-height:25px;	
}

.in11_nav dd a:hover{
	color:#00933e;
}
.prode21_sec{
	border:1px solid #e8edf0;
	border-radius:3px;
	width:40%;
	height:458px;
}
.prode22_sec{
	border:1px solid #e8edf0;
	border-radius:3px;
	width:59%;
	height:458px;
}
.prode22_sec1 img{
	max-width:100%;
	display: block;
	margin:10px auto;
}
.prode21_sec{
	padding:12px;
	position:relative;
}

.prode21_sec .fdj{
	position:absolute;
	right:12px;
	bottom:12px;
	width:29px;
	height:29px;
	background:url(../images/prode1.jpg) no-repeat center;
}
.picbox1:hover .fdj{
	display: none;
}

.prode21_sec .bigImg li img{
	display: block;
	width:99.9%;
	height:100%;
	box-sizing: border-box;
}

.profr .pro1{margin-bottom: 25px; border:  1px solid #ccc; padding: 15px 0 40px 15px;}
.picbox1{width: 100%;}

.picbox1 img{
	display: block;
	width:100%;
	height:auto;
}


.prode23_sec{
	border:1px solid #e8edf0;
	border-radius:3px;
	margin-top:40px;
}
.prode23_sec .hd{
	border-bottom:1px solid #e8edf0;
	padding-top:10px;
}
.prode23_sec .hd li{
	float:left;
	width:13%;
	text-align: center;
	font-size:18px;
	color:#333333;
	line-height:50px;
	font-weight:bold;
	position:relative;
	border-radius:0;
	background:url(../images/prode5.jpg) no-repeat right center;
	cursor: pointer;
	overflow:initial;
}
.prode23_sec .hd li:last-child{
	background:none;
}
.prode23_sec .hd li::after{
	content:"";
	position:absolute;
	left:50%;
	top:100%;
	margin-left:-37px;
	width:73px;
	height:10px;
	background:url(../images/prode6.png) no-repeat center;
	display: none;
}
.prode23_sec .hd li.on{
	background:#00933e;
	color:#fff;
}

.prode23_sec .hd li.on::after{
	display: block;
}
.prode22_main{
	padding:25px 30px 50px;
	color:#666666;
	font-size:15px;
	line-height:25px;
}


/*.prode22_sec{
	padding:20px;
	overflow-y:scroll;
}*/
.prode221_sec{
	height:360px;
	padding:20px;
	overflow-y:scroll;
}
.prode221_sec::-webkit-scrollbar {
    display: none;
}
.prode222_sec{
	padding:30px 10%;
}
.prode222_a{
	width:20%;
	margin-right:5%;
}
.prode222_a a{
	display: block;
	width:100%;
	line-height:40px;
	font-size:18px;
    background: #00933e;
    color: #fff;
    text-align: center;
    cursor:pointer;
}

.prode222_a a:hover{
	box-shadow:0px 0px 10px #00933e;
}

.prode222_tel{
	line-height:40px;
	color:#333;
	font-size:18px;
}
.prode222_tel span{
	font-size:20px;
	font-weight:bold;
	color:#00933e;	
}




.prode22_tit{
	padding-bottom:14px;
	margin-bottom:14px;
	border-bottom:1px solid #999999;
	color:#333333;
	font-size:22px;
	line-height:22px;
	font-weight:bold;
}
.prode22_sec1{
	color:#666666;
	font-size:15px;
	line-height:25px;
	margin-bottom:14px;
	min-height:155px;
}

.prode22_sec2{
	background:#e8edf0;
	padding:25px 1%;
	margin-bottom:24px; margin-top:10px;
}

.prode22_sec2 li{
	float:left;
	text-align: center;
}

.prode22_sec2 li:nth-child(1){
	width:40%;
}
.prode22_sec2 li:nth-child(2){
	width:60%;
}

.prode22_sec2 li h3{
	color:#cd0042;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	margin-bottom:12px;
}
.prode22_sec2 li p{
	color:#202020;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
}

.prode223_tel{
	padding-left:33px;
	background:url(../images/prode3.jpg) no-repeat left center;
	color:#d72f3c;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	margin-right:30px;
}

.prode223_email{
	padding-left:33px;
	background:url(../images/prode4.jpg) no-repeat left center;
	color:#515151;
	font-size:16px;
	line-height:24px;
}





.prode_section2{
	    padding: 50px 0 60px;
    background: #e8edf0;
}
h2.tit .t1 {
    line-height: 28px;
    font-size: 28px;
    color: #333333;
}
.prode_sec {
    margin-top: 30px;
}
.prode_sec ul li {
    float: left;
    width: 17.65%;
    margin-left: 2.9375%;
    border-radius: 5px;
    background: #fff;
    overflow:hidden;
}

.prode_sec ul li:nth-child(5n+1){
	margin-left:0;
}

.prode_sec ul li .pic {
	overflow: hidden;
}

.prode_sec ul li .pic img {
	display: block;
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.prode_sec ul li:hover .pic img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.prode_sec ul li .t {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #333333;
}


.prode_sec ul li:hover  .t {
	color: #00933e;
}







/*响应式样式*/
@media only screen and (max-width:1660px ) {
.in3_main {
    height: 360px;
}



	
}
@media only screen and (max-width:1600px ) {
.in3_main {
    height: 320px;
}
div.zoomDiv {
    left: 900px!important;
}


	
}
@media only screen and (max-width:1500px ) {

.in1_section {
    padding-top: 50px;
}




	
}
@media only screen and (max-width:1440px ) {

.in3_m p {
    min-height:80px;
}
.in3_m {
    padding:20px 2%;
}
.protit1_img {
    width: 120px;
    height:120px;
    background-size:auto 60%!important;
}
.in2_section {
    padding: 45px 0 80px;
}
.in3_sec {
    padding-bottom: 80px;
}

div.zoomDiv {
    left: 800px!important;
}











}
@media only screen and (max-width:1360px ) {
	
}

@media only screen and (max-width:1260px ) {

.w{
	width:1080px;
}
.pc_header h1.logo {
    margin-right:2%;
    width: 15%;
}
.in4_s1 .in4_main li span {
    width: 23%;
}
.in3_main {
    height: 300px;
}
div.zoomDiv {
    display: none!important;
}







}
@media only screen and (max-width:1100px ) {

.w{
	width:100%;
	padding:0 3%;
}
.pc_header{
	display: none;
}
.phone_head{
	display: block;
}

.in_banner,
.ny_banner{
	margin-top:60px;
}

.in4_s1 .in4_main li span {
    width: 25%;
}

.ny_banner {
    height:400px;
}
.ny_ban {
    padding:20px 0;
}
.pro2_li {
    width: 31%;
}


.news_sec li a {
    padding: 20px 1%;
}

.news_main {
    width:90%;
}

.news_date {
    width:8%;
}











}

@media only screen and (max-width:1024px ) {
.download_sec li a {
    width: 70%;
}
.download_sec li span {
    width: 25%;
}
.download_sec li {
    padding: 0 8% 0 20px;
}

.prode_sec .prode_sec1{
	display: none;
}

.prode_sec .prode_sec2{
	width:100%;
}
.prode_sec ul li {
    width: 19%;
    margin-left: 1%;
}
.prode22_tit {
    font-size: 18px;
}

}

@media only screen and (max-width:960px ) {
	.prode221_sec {
    height: auto;
}
.in_ban {
    height:450px;
}

.pro_main {
    height: 115px;
}

.in2_main, .in2_img {
    height: auto;
    width:100%;
}
.in3_sec .owl-prev{
    left:5%;
}
.in3_sec .owl-next {
    right:5%;
}
.in4_s {
	margin-bottom:30px;
    width:100%;
    margin-right:0;
    min-height: 100px;
}

.footer{
	display: none;
}
.slideBox {
    padding: 0;
}

.pro_tit1 li h3 {
    font-size: 20px;
    line-height: 20px;
}

.slideGroup .parBd ul li {
    margin: 0 7px;
}

.ab_main {
    padding: 45px 80px 45px 40px;
}
.ny_banner {
    height:350px;
}

.download_sec li span{
	display:none;
}
.download_sec li a {
    width: 100%;
}



.prode21_sec, .prode22_sec {
    width:100%;
    height: auto;
}
.prode22_sec1 {
    min-height:80px;
}
.prode223_tel {
    margin-right:30px;
}
.prode22_main {
    padding: 25px 3% 30px;
}

.bigImg li {
    height: auto;
}
.pro1_main li {
    width: 49%;
    margin-right: 2%;
}
.pro1_main li:nth-child(3n) {
    margin-right: 2%;
}

.pro1_main li:nth-child(2n) {
    margin-right: 0;
}
.pro2_main p {
	min-height:30px;
    line-height: 16px;
}
h2.tit .t1 {
    font-size: 20px;
    line-height: 20px;
}
.prode21_sec{
	margin-bottom:20px;
}

	
}

@media only screen and (max-width:560px ) {
.prode222_sec {
    padding: 20px 8%;
}
.prode222_a {
    width: 45%;
}

.prode222_tel {
    width:100%;
    margin-top:10px;
}

.newshow img{ width:100%;}	
.pro1 img{ width:100%;}	

.in_ban {
    height: 250px;
}

.in_banner .owl-prev, .in_banner .owl-next {
    top: 35%;
    width: 10px;
}

.in1_section {
    padding-top: 40px;
}
.in_title h2 {
    font-size:22px;
    line-height: 22px;
}
.in_title h4 {
    font-size: 14px;
    line-height: 14px;
    margin: 8px 0;
}

.protit1_img {
    width: 80px;
    height: 80px;
    margin:0 auto 5px;
}

.pro_tit1 li h3 {
    font-size:18px;
    line-height: 18px;
}
.pro_tit1 li {
    padding-bottom:20px;
}
.in1_sec2 {
    padding:40px 0;
}


.slideGroup .parBd ul li {
     width:180px!important; 
}
.pro_main h3 {
    font-size: 14px;
    margin-bottom: 5px;
}
.slideGroup .sPrev, .slideGroup .sNext {
    top:35%;
    width:20px;
    background-size:100% auto!important;
}
.pro_main {
    height: 125px;
}
.in2_section {
    padding: 40px 0;
}
.in2_main {
    padding:40px 4%;
}

.in2_main h3 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
}

.in3_m{
	position:static;
	height:auto;
}
.in3_main {
    height: auto;
}
.in3_m p {
    min-height:30px;
}
.in3_m span {
    margin: 10px auto;
    color: #fff;
    background: #009440;
}
.in3_sec {
    padding-bottom:40px;
}

.in4_section {
    padding:40px 0;
}

.in5_sec li .in5_m::before {
	top: 18px;
    width: 100px;
    height: 100px;
    margin-left: -50px;
}

.in5_img img {
    height: 40px;
}


.in5_sec li:hover .in5_img img{
	margin:0 auto;
}  

.in5_sec li .in5_m {
    padding-top: 70px;
}
.in5_m h3 {
    font-size: 20px;
    line-height: 20px;
    margin: 40px 0 10px;
}
.in5_m {
    font-size:14px;
}
.in5_sec li {
    height: 260px;
}
.in3_main {
	width:98%;
	margin:0 1%;
}

.ny_banner {
    height:220px;
}
.ab_main {
    width:100%;
    padding:30px 3%;
}
.ab_tit a{
	width:auto;
	padding:0 10px;
}

.ab_img {
    position: static;
    width:100%;
    padding-top:30px;
}
.ab_section {
    padding:40px 0;
}
.ab_tit {
    margin-bottom:30px;
}


.ab_sec {
    padding-top:30px;
}

.ny_ban {
    font-size: 14px;
}
.pro2_li {
    width: 100%;
    margin:0 0 10px;
}

.products_section {
    padding: 40px 0;
}
.pro_tit2 {
    margin-bottom: 20px;
}

.products_sec li {
    width: 100%;
    margin-right:0;
    margin-bottom:20px;
}
.pro_main {
    height: auto;
}
.download_section {
    padding: 40px 0;
}
.news_sec,
.download_sec {
    padding-top:30px;
}
.download_sec li {
    width:100%;
    margin-bottom:12px;
    margin-right:0;
    line-height:40px;
}

.news_section {
    padding:40px 0;
    background: #fff;
}

.news_sec .ab_tit {
    margin-bottom: 30px;
}

.news_main {
    width: 76%;
}

.news_date {
    width: 20%;
}




.prode22_sec2 li {
	width:100%!important;
	margin-bottom:10px;
}

.prode223_tel {
	width:100%;
	margin-bottom:10px;
}
.prode223_email {
	width:100%;
}

.prode23_sec .hd li {
    width: 33%;
}

.pro1_sec .hd li {
	margin-bottom:10px;
    width: 100%;
    margin-right: 0;
}
.pro1_main li {
	margin-bottom:10px;
    width: 100%;
    margin-right: 0;
}


.pro2_sec li {
	margin-bottom:20px;
    width: 100%;
    margin-right: 0;
}
.prode21_sec .bigImg li img {
    border:none;
}
.prode21_sec{
	margin-bottom:20px;
}
.prode_sec ul li {
    width:100%;
    margin-left: 0;
    margin-bottom:20px;
}


.prode_section2{
	    padding:40px 0 30px;
}


	
}

@media only screen and (max-width:380px ) {
.slideGroup .parBd ul li {
     width:340px!important; 
}


	
}

@media only screen and (max-width:320px ) {
.in5_sec li .in5_m::before {
    width: 90px;
    height: 90px;
    margin-left: -45px;
}

.slideGroup .parBd ul li {
    width: 285px!important;
}



	
}



/**/
.page{text-align: center;}
.page a{margin: 0 3px; display: inline-block;padding: 10px;   font-size: 14px; color: #5d5959;border: 1px solid #ccc;}
.page a.cur{background: #00933e; border: 1px solid #00933e;color: #fff;margin-right: 0; }
.page a.on{background: #00933e; border: 1px solid #00933e;color: #fff;margin-right: 0; }
.page a.cur:last-child{margin-left: 0;}

.page a:hover{background: #00933e;color: #fff;}
.page a.cur:hover{text-decoration: underline;}





.alert_div{
	position:fixed;
	width:400px;
	/*height:300px;*/
	height:auto;
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-150px;
	background:#fff;
	z-index:9999;
	padding:40px 3%;
	box-shadow:0px 0px 10px #ccc;
	font-size:16px;
	color:#666;
	line-height:16px;
	display: none;
	box-sizing:content-box;
}

.alert_div p{
	line-height:16px;
	margin-bottom:10px;
}

.alert_div input{
	width:100%;
	height:40px;
	line-height:40px;
	padding:0 15px;
	font-size:20px;
	color:#666;
	margin-bottom:15px;
	border:1px solid #eee;
}

.alert_div button{
	margin:0 auto;
	width:100px;
	height:40px;
	line-height:40px;
	background:#333;
	color:#fff;
	transition:all 0.3s;
	outline:none;
	border:none;
	display: block;
	cursor: pointer;
}

.alert_div button:hover{
	background:#00933f;
}


.alert_close{
	position:absolute;
	top:10px;
	right:10px;
	font-size:24px;
	line-height:24px;
	color:#333;
	cursor: pointer;
	z-index:99999;
}


.alert_close:hover{
	color:#00933f;
}

.alert_main1{
	width:100%;
	height:auto;
}
.alert_main2{
	width:100%;
	height:auto;
	padding-top:30px;
	font-size:14px;
	display: none;
}



@media only screen and (max-width:560px) {
.alert_div {
	top:300px;
    width: 260px;
    margin-left: -138px;
}


}






