@charset "utf-8";
*{padding:0;margin:0;}
html,body,header,footer,div,
p,a,b,span,hr,
form,input,button,
ul,li,ol,dir,
h1,h2,h3,h4,h5,h6,
table,td,tr,th,
img{
	font-size:100%;
	border:0;
	list-style-type: none;
	list-style: none;
	text-decoration:none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
	border: 1px solid #ddd;
}
table th,table td{
	border: 1px solid #ddd;
	padding: 8px;
}
header,section,footer,div{
	box-sizing: border-box;
}
html,body{
	box-sizing: border-box;
	font-size:16px;
	line-height: 2;
	color:#333;
	height: 100%;
	font-family:"思源黑体 CN","Microsoft yahei";
}
img{max-width: 100%;}
a{color:inherit;}
 .wrap{
	width:62.5%;
	margin:0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	height: 100%;
}
.header_top{
	background: #000;
	color: #fff;
	font-size:0.875rem;
	padding:1rem 0;
    overflow: hidden;
}
.lang{
	display: flex;
	justify-content: space-between;
}
.lang a{
	display: table;
	margin-left: 3.5rem;
	color: #fff;
	position: relative;
}
.lang a:after{
	content: '';
	width:2.125rem;
	height: 1.25rem;
	display: block;
	position: absolute;
	left: -2.375rem;
    top: 0.25rem;
	background: url(../img/lang_03.png) no-repeat;
}
.lang a:last-child:after{
	background-position: -2.875rem 0;
}
.lang a:hover:after{
	transform:rotateY(360deg);
	transition:all 0.8s;
}
.header{
	width:100%;
	background:#fff;
	padding:0.875rem 0;
	display: table;
	box-shadow: 0 3px 8px #868686;
	position: relative;
    overflow: hidden;
}
.nav{
	width:35%;
	display: flex;
	justify-content: space-between;
}
.nav li a{
	color: #333;
}
.nav li{
	display: flex;
	align-items: center;
}
.nav li a.on{
	color:#FFF;
	background:#4b8528;
	border-radius: 0.875rem;
    padding: 0.25rem 0.75rem;
}
.nav li a:hover{
	color:#FFF;
	background:#4b8528;
	border-radius: 0.875rem;
    padding: 0.25rem 0.75rem;
}
#banner .swiper-pagination-bullet{
	width:12px;
	height: 12px;
	border: 2px solid #fff;
}

#banner .swiper-pagination{
	bottom: 40px;
}

.about{
	background: #fefefe;
	padding-bottom: 3rem;
	overflow: hidden;
}
.w_title{
	text-align: center;
	padding-top:2.875rem;
	padding-bottom: 2.875rem;
}
.about_text{
	border-top:3px solid #333;
	width:45.5%;
}
.about_text p{
	text-indent: 2em;
	font-size: 1rem;
	color: #333;
	line-height: 2;
	    font-weight: lighter;
	padding-top:1rem;
}
.about_text a.more{
	padding:0.5rem 1.5rem;
	color: #fff;
	background:#4b8528;
	border-radius:0.5rem;
	margin-top: 1rem;
    display: flex;
    width: 5rem;
    justify-content: center;
    transition: 0.8s all;
}
.about_text a.more:hover{
	background:#fff;
	color:#4b8528;
	border:1px solid #4b8528;
}

.qywh{
	min-height:34.875rem;
	color: #fff;
	background: url(../img/qywh_bg.png) no-repeat center top,#645545;
	overflow: hidden;
}
.qywh .w_title{
	padding-top:4rem;
	padding-bottom: 3rem;
}
.qywh ul.wrap li{
	border:1px solid #fff;
	background:rgba(153,153,153,0.5);
    text-align: center;
    width:18.5%;
    min-height: 18.625rem;
}
.qywh ul.wrap li img{
    padding-top:2.5rem;
}
.qywh ul.wrap li h6{
	font-size:1.5rem;
	padding:1.25rem 0;
}
.qywh ul.wrap li p{
	font-size:1.125rem;
}

a.w_more{
	margin:1rem auto;
	padding:0.5rem 1.5rem;
	color: #fff;
	background:#4b8528;
	border-radius:0.5rem;
    display: flex;
    width: 5rem;
    justify-content: center;
    transition: 0.8s all;
}
a.w_more:hover{
	background:#fff;
	color:#4b8528;
	border:1px solid #4b8528;
}
.product{
	background: #f4f4f4;
	padding-bottom: 2rem;
	overflow: hidden;
}
.product_wrap ul{
	width:62.5%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.product_wrap ul li{
	width:31.25%;
	text-align: center;
	background: #fff;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
    margin-bottom: 3rem;
    border: 1px solid #fff;
}
.produc_pic{
	height:16rem;
	overflow: hidden;
}
.product_wrap ul li h3{
	padding-top:0.875rem;
}
.product_wrap ul li h3 a{
	font-size:1.375rem;
	color: #000;
}
.product_wrap ul li p{
	color: #999;
	font-size:0.875rem;
	width:96%;
	margin: 0 auto;
	padding-bottom: 1.5rem;
}



.news{
	min-height: 45.5rem;
	background: url(../img/new_bg.png) no-repeat center top;
	overflow: hidden;
}
.news_wrap{
	padding-bottom: 2rem;
}
#newsWrap{
	width:62.5%;
	padding:0px 38px;
}
#newsWrap .swiper-button-prev{
	left:0px;
}
#newsWrap .swiper-button-next{
	right:0px;
}

.news_wrap ul li{
	width:31.5%;
	height:28.625rem;
	background: #fff;
}


.new_pic{
	width:20.125rem;
	height:12.375rem;
	margin:1rem auto;
	overflow: hidden;
	background: #f1f1f1;
}
.news_wrap ul li h4{
	width:90%;
	margin:0 auto;
	line-height: 2;
}
.news_wrap ul li h4 a{
font-size: 0.875rem;
	color: #222;
}
.news_wrap ul li p{
	color: #777777;
	font-size:0.875rem;
	width:90%;
	margin:0.25rem auto 0.75rem;
	line-height: 2;
}
.new_dibu{
	display: flex;
	justify-content:space-between;
	width:90%;
	margin:0 auto;
	background:#f6f6f6;
	color: #999;
	padding:0.75rem 0.5rem;
}
.new_dibu a{
	font-size:0.875rem;
	text-transform:uppercase;
	color:#999;
}
.new_dibu span{
	display: table;
	padding-left:1.5rem;
	background:url(../img/new_icon.png) no-repeat left;
}
.contacts{
	background: #f4f4f4;
	margin:0 auto;
	overflow: hidden;
}
.cont_map{
	display: table;
	margin:0 auto;
	background: #fff;
	padding:1rem;
	box-shadow: 0 0 0.5rem rgba(0,0,0,0.2);
}
.contact_wrap{
	height: 39.75rem;
	background:url(../img/cont_bg_02.jpg) no-repeat center top;
}
.contact_wrap .wrap{
	align-items: center;
}
.contact_text{
	border:6px solid #fff;
	width:40.875rem;
	height: 32.625rem;
	color: #fff;
}
.contact_text img{
	padding-top:5.625rem;
	padding-left:5.375rem;
}
.contact_text p{
	padding-left: 5.375rem;
	line-height: 3;
	padding-top:3rem;
}
.contact_text i{
	font-weight: bold;
	font-size:2rem;
}
.contact_pic ul{
	display: flex;
	justify-content:space-between;
	padding-top: 2rem;
}
.contact_pic ul li{
    width: 19%;
    height: 3.75rem;
	overflow: hidden;
}
.contact_pic ul li a{
	/*width:100%;*/
}
.contact_pic ul li a:hover #more_{
	display: block;
	position: absolute;
	right: 350px;
	top: 120px;
	left:-300px;
}
#more_{
	display: none;
	width: 250px;
}
.contact_pic ul li a img{
/*	position: absolute;
	left: 0;
	z-index: 1;*/
}
.foot_copy{
	color: #fff;
	width: 100%;
	min-height: 3.125rem;
	font-size:0.875rem;
	background: url(../img/foot_bg_02.jpg);
    overflow: hidden;
}
.foot_copy .wrap{
	padding-top:1rem;
}
.foot_copy a{
	color: #fff;
}

.subBanner{
	overflow: hidden;
}
.subBody{
	/*padding-bottom: 1rem;*/
	overflow: hidden;
}

.subTitle{
	padding:1rem 0;
	font-size:0.875rem;
	text-align:center;
}
.catname{
	font-size: 1.5rem;
	line-height: 2;
	position: relative;
}
.catname:after{
	position: absolute;
	bottom:-1.5rem;
	left:50%;
	margin-left:-25%;
	content: "";
	width:50%;
	border-bottom: 2px solid #4b8528;
}
.subTitle p{
	padding:2.5rem 0 1rem;
	color: #666;
}
.subTitle a{
	color: #333;
}
.subCont{
	width:62.5%;
	margin:0 auto;
}
.ny_company{
	font-size: 0.875rem;
}
.ny_company>img{
	width:50%;
	box-shadow: 0px 0px 8px #ababab;
    border: 5px solid #fff;
}

.ny_company p{
	padding-top:1rem;
	font-size: 1rem;
}
.ny_conmpany_01{
	width:100%;
	display: table;
    padding-bottom: 3rem;
}
.ny_conmpany_01 img{
	float: left;
	width:45%;
	box-shadow: 0px 0px 10px #ababab;
    border: 8px solid #fff;
    margin-right: 10%;
}
.ny_conmpany_01 p{
	padding-bottom: 1.5rem;
}
.ny_company h3{
    font-size: 1.5rem;
    border-bottom: 1px solid #666;
  	display: table;
    margin: 2rem auto;
    text-align: center;
    font-weight: normal;
}
.ny_company_02{
	display: table;
	width:100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.ny_company_02 img{
	float: right;
	width:45%;
	box-shadow: 0px 0px 10px #ababab;
    border: 8px solid #fff;
    margin-left: 10%;
}
.ny_company_03 p{
	font-size: 0.875rem;
    color: #666;
    padding-bottom: 2.5rem;
    text-align: center;
    padding-top: 0;
}
.ny_company_04 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ny_company_04 ul li{
	width:calc(100% / 4);
	padding:10px;
	box-sizing: border-box;
}
.ny_company_05 table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}





.news_list2 li{
	display: flex;
	justify-content: space-between;
}

.news_list2 li .new_pic{
	width:25%;
	max-height: 12rem;
}
.news_list2 li .new_nr{
	width:65%;
}
.news_list2 li .new_nr h4 a{
	font-size: 1.5rem;
	color: #333;
}
.news_list2 li .new_nr span{
	display: table;
	background:url(../img/new_icon.png) no-repeat left;
	padding-left:2rem;
	color: #929292;
    font-size: 1.25rem;
}
.news_list2 li .new_nr p{
	color: #666;
	font-size: 0.875rem;
    padding-top: 1rem;
}
.listConts{
	width:62.5%;
	margin:0 auto;
}
.listConts h1.title{
	font-size:1.5rem;
	text-align:center;
	padding:1rem 0;
}
.listConts .info{
	text-align:center;
	font-size:0.875rem;
	width:100%;
	padding-bottom: 1rem;
	margin-bottom:1.5rem;
	border-bottom: 1px dashed #909090;
}
.listConts .info small{
	padding-left:1rem;
	font-size:0.875rem;
}

#textarea{
	min-height: 10rem;
}


.product_list{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.product_list li{
	width:31%;
	text-align:center;
}

.product_list .cp_pic{
	height: 17.5rem;
	overflow: hidden;
}

.product_list li h3{
	font-size: 1.25rem;
	padding:1rem 0 0.875rem;
	color: #222;
}
.product_list li p{
	font-size: 0.875rem;
	color: #666;
	padding-bottom: 1.5rem;
	width:96%;
}
.product_show{
	display: flex;
	justify-content: space-between;
}
.showimg{
	width:46%;
}
.product_desc{
	width:40%;
	box-shadow:0px 0px 10px #999;
	padding:2rem;
}
.product_desc h3.title{
	font-size:1.75rem;
	padding-bottom: 1rem;
}
.product_desc h3 small{
	font-size: 1.25rem;
}
.product_desc p{
	margin-bottom: 1.5rem;
	padding:0.75rem 0;
	border-top:1px dashed #dcdcdc;
	border-bottom:1px dashed #dcdcdc;
}
.product_desc a{
	display: table;
	padding:0.25rem 3rem 0.25rem 3.75rem;
	background:url(../img/kef_img.png) no-repeat 1.75rem,#4b8528;
	color: #fff;
}
.conttitle{
	margin-top: 1rem;
	width: 100%;
	background: #4b8528;
	color: #fff;
	text-indent: 2em;
}
.conttitle a{
	width: 100%;
	display: table;
}





/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;
	letter-spacing:0;font-family:"Arial";font-size:14px;margin-top: 28px;
    margin-bottom: 20px;
}
.page_list a{
	display:inline-block;color:#898989;
	border:1px solid #e8e8e8;background:#f8f8f8;
	text-align:center;padding: 2px 15px;
    margin: 0 10px;
    font-size: 14px;
}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}


/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}




.preNext {
    border-top:1px solid #ddd;
    padding-top: 1rem;
    margin-top: 2rem;
}
.preNext ul.text{
    padding-bottom: 1rem;
    display: flex;
    justify-content:space-between;
}
.preNext ul.text li a{
    color:#353535;
}


.join h2{
	text-align: center;
	font-size:2rem;
	line-height: 3;
}
.join p{
	text-indent: 2em;
	line-height: 2.5;
	padding-bottom: 1.5rem;
}
.join img.join_img1{
  float: right;
  border: 8px solid #fff;
    margin-left: 3rem;
    box-shadow: -2px 2px 16px #666;
  width:40%;
}



@media screen and (max-width: 1240px) {
	.wrap{
		width: 86.5%;
	}
	.product_wrap ul {
    	width: 86.5%;
	}
	.subCont {
	    width: 86.5%;
	}
	.listConts {
    width: 86.5%;
	}
 }
 
@media screen and (max-width: 750px) {
	.wrap{width: 98%;}
	.product_wrap ul {
    	width: 98%;
	}
	.subCont {
	    width: 98%;
	}
	.product_desc {
    width: 50%;
	}
	.listConts {
    width: 98%;
	}
}

@media screen and (max-width: 640px) {
	.wrap{
		display: block;
	}
	.header_top{
	    padding: 0.25rem 0;
	}
	.header_top p{
		display: none;
	}
	.logo{
	    width: 84%;
	    margin: 0 auto;
	}
	.nav {
		width: 100%;
	    margin-top: 1rem;
        flex-wrap: wrap;
        background: #4b8528;
        box-sizing: border-box;
	    padding: 0.5rem 0.5rem;
	}
	.nav li a {
    font-size: 0.875rem;
    color: #fff;
	}
	.nav li a.on{
		padding: 0;
	}
	#banner .swiper-pagination {
    bottom: 4px;
}
	.about_text {
    border-top: 3px solid #333;
    width: 100%;
	}
	.about_text a {
    width: auto;
	}
	.qywh .wrap{
		display: flex;
	}
	.qywh ul.wrap li p {
    font-size: inherit;
	}
	.product_wrap ul li {
    width: 48.5%;
    margin-bottom: 1rem;
    }
    .produc_pic {
    height: 8.5rem;
	}
	.news{
		background: url(../img/new_bg.png) repeat center top;
	}

#newsWrap{
	width:90%;
	padding:0px 0;
}
	.news_wrap .wrap{
		display: flex;
		flex-wrap:wrap;
	}
	.new_pic {
	    padding-top: 1rem;
	}
	.news_wrap ul li{
		width: 86%;
	    margin: 0 auto;
	    overflow: hidden;
	}
	.contact_wrap .wrap{
	    padding-top: 1rem;
	}
	.contact_text {
    width: 100%;
    height: 16.625rem;}
	.contact_text img{
		margin:1rem;
	    width: 92%;
	    padding:0;
	}
	.contact_text p {
	    padding-left: 1.375rem;
	    line-height: 2;
	    padding-top: 0rem;
	}
	.contact_pic{
		text-align:center;
		margin-top:1rem;
	}
	.contact_pic img{
		width:70%;
	}
	.contact_pic ul{
		display: none;
	}
	.foot_copy {
    color: #fff;
    width: 100%;
    min-height: 3.125rem;
    font-size: 0.875rem;
    background: url(../img/foot_bg_02.jpg);
    overflow: hidden;
    padding-bottom: 1rem;
	}
	.news_list2 li{
	    flex-wrap: wrap;
	    width: 86%;
	    margin: 0 auto;
	}
	.news_list2 li .new_pic{
		width: 100%;
	}
	.news_list2 li .new_nr{
		width:100%;
	}
	.news_list2 li .new_nr h4 a{
		font-size:1rem;
	}
	.product_list li{
		width:48.5%;
	}
	.product_list .cp_pic {
    height: 8.5rem;
	}
	.product_list li h3 {
	    font-size: 1rem;}
    .product_show {
    flex-wrap: wrap;}
    .showimg {
        width: 94%;
	    margin: 0 auto;
	}
	.product_desc {
	    width: 94%;
	    margin: 0 auto;
	    padding: 1rem;
	}
	.product_desc h3.title {
	    font-size: 1.25rem;
	}
	.product_desc h3 small {
	    font-size: 1rem;
	}
	.ny_conmpany_01 img {
    float: left;
    width: 58%;
    box-shadow: 0px 0px 5px #ababab;
    border: 4px solid #fff;
    margin-right: 5%;
    margin-top: 1rem;
	}
	.ny_company h3{
	    width: 28%;
	    margin: 1rem auto;
	}
	.ny_company_02 img {
    float: right;
    width: 62%;
    box-shadow: 0px 0px 5px #ababab;
    border: 5px solid #fff;
    margin-left: 2%;
    margin-top: 1rem;
}
	.join h2 {
	    text-align: center;
	    font-size: 1.625rem;
	    line-height: 1.5;
	}
	.join img.join_img1 {
    float: right;
    border: 5px solid #fff;
    margin-left: 1rem;
    box-shadow: -2px 1px 5px #666;
    width: 58%;
	}
}

/*英文版本*/

#main_en .qywh ul.wrap li p {
    font-size: 1rem;
}
#main_en .ny_conmpany_01 img{
    margin-right: 5%;
}
#main_en .ny_conmpany_01{
	    padding-bottom: 0rem;
}
#main_en .ny_company_02 img{
	    margin-left: 5%;
}
#main_en .ny_company h3{
    display: table;
    margin: 0 auto;
    width: auto;
}
@media screen and (max-width: 640px){
	#main_en .contact_text p{
	line-height: 1.8;
	}
	#main_en .product_wrap ul li h3 a{
		font-size: 1rem;
	}
	#main_en .qywh ul.wrap{
		flex-wrap: wrap;
	}
	#main_en .qywh ul.wrap li p {
	    font-size: 1rem;
	    line-height: 1.3;
	    padding-bottom: 0.75rem;
	}
	#main_en .qywh ul.wrap li h6 {
	    font-size: 1.25rem;
		padding: 0.5rem 0;
	    text-transform: capitalize;
	}
	#main_en .qywh ul.wrap li{
		width: 49.2%;
		min-height: auto;
	}
	#main_en .qywh ul.wrap li:nth-child(3){
		width:100%;
	}

	#main_en .qywh ul.wrap li img {
	    padding-top: 0.75rem;
	}
	.preNext ul.text{
	    flex-wrap: wrap;
	}
	.preNext ul.text li{
		width:100%;
		border-bottom: 1px dashed #666;
	}
}