/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}

/** 设置默认字体 **/
body,button, input, select, textarea /* for ie */ {
    font: 14px/1.0 "Arial","Microsoft YaHei","黑体","宋体","KaiTi",sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
address, cite, dfn, em, var, i { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { color: #333; text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a:hover { text-decoration: none; cursor: pointer; }

sup { vertical-align: text-top; } /* 重置, 减少对行高的影响 */
sub { vertical-align: text-bottom; }

/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; outline: none;} /* 使得表单元素在 ie 下能继承字体大小 */
button, input[type="button"] { cursor: pointer;-webkit-appearance: none;}
input::-ms-clear{display:none;}/*隐藏文本框叉子*/
input::-ms-reveal{display:none;}/*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}


body{
	color: #333;
	background: #fff;
	padding-top: 140px;
}
.clear_both::after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.w1200{
	width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
	display: block;
}
.pd{
	padding: 40px 0 20px;
}



.head_box{
	width: 100%;
	margin: 0 auto;
	height: 140px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	padding: 0 calc(50% - 700px);
	box-sizing: border-box;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	z-index: 999;
}

.head_box .logo_a{
	float: left;
	width: 243px;
	height: 100%;
	background: url(../images/logo.png) no-repeat center;
	background-size: contain;
}
.head_box .nav_ul{
	float: left;
	font-size: 0;
	margin-left: 140px;
}
.head_box .nav_ul li{
	display: inline-block;
	vertical-align: top;
	/*margin-right: 10px;*/
	position: relative;
}
.head_box .nav_ul li>a{
	display: block;
	font-size: 14px;
	height: 140px;
	line-height: 140px;
	padding: 0 14px;
	position: relative;
	transition: 0.5s;
    -webkit-transition: 0.5s;
            font-weight:bold;
        font-size:16px;
}
.head_box .nav_ul li>a::after{
	content: "";
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 52px;
	width: 0;
	height: 1px;
	background: #7c7c7c;
	opacity: 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .nav_ul li>a:hover{
	color: #127cdc;
}
.head_box .nav_ul li:hover>a::after{
	width: 100%;
	opacity: 1;
	background: #127cdc;
}
.head_box .nav_ul li.active>a{
	color: #127cdc;
}
.head_box .nav_ul li.active>a::after{
	width: 100%;
	opacity: 1;
	background: #127cdc;
}
.head_box .nav_ul li p{
	display: none;
	position: absolute;
	text-align: center;
	width: auto;
	top: 90px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 10px;
	background: rgba(0,0,0,0.3);
}
.head_box .nav_ul li p a{
	display: block;
	font-size: 14px;
	line-height: 2.4;
	color: #fff;
	white-space: nowrap;
	border-bottom: 1px dashed #787878;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .nav_ul li p a:hover{
	color: #127cdc;
}
.head_box .nav_dl{
	float: right;
	font-size: 0;
	margin-top: 30px;
}
.head_box .nav_dl dt{
	text-align: right;
}
.head_box .nav_dl dt a{
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	background: #aaa;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	margin-left: 2px;
}
.head_box .nav_dl dd{
	margin-top: 20px;
}
.head_box .nav_dl dd a{
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 35px;
	background-image: url(../images/tb6.png);
	background-repeat: no-repeat;
	margin-left: 10px;
}
.head_box .nav_dl dd a.a1{
	background-position: 0 0;
}
.head_box .nav_dl dd a.a2{
	background-position: -49px 0;
}
.head_box .nav_dl dd a.a3{
	background-position: -97px 0;
}
.head_box .nav_div{
	display: none;
	top: 0;
	right: 0;
    width: 60px;
    height: 100%;
	text-align: center;
    position: absolute;
}
.head_box .nav_div span{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 36px;
    font-size: 0;
}
.head_box .nav_div i{
	display: inline-block;
    width: 36px;
	height: 4px;
	border-radius: 2px;
    background: #127cdc;
    margin: 4px 0;
    opacity: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .active_div{

}
.head_box .active_div i:nth-of-type(1){
    -webkit-transform: rotate(45deg) translate(9px, 8px);
    transform: rotate(45deg) translate(9px, 8px);
}
.head_box .active_div i:nth-of-type(2){
    opacity: 0;
}
.head_box .active_div i:nth-of-type(3){
    -webkit-transform: rotate(-45deg) translate(9px, -8px);
    transform: rotate(-45deg) translate(9px, -8px);
}

.banner_box{

}
.banner_box img{
	width: 100%;
	vertical-align: top;
}

.banner  .font {
    position: absolute;
    top: 30%;
    box-sizing: border-box;
    right: 10%;
}

.foot_box{
	background: url(../images/tt9.jpg) no-repeat;
	background-size: cover;
	/*padding-bottom: 1%;*/
}
.foot_box .divt{
	padding: 24px 0;
	text-align: center;
	font-size: 0;
	color: #fff;
	opacity: 0.5;
	background: rgba(0,0,0,0.7);
	margin-bottom: 1%;
}
.foot_box .divt span{
	font-size: 26px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.foot_box .divt i{
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	padding: 0 14px;
}
.foot_box .divt span small{
	font-size: 14px;
	display: block;
	margin-top: 14px;
}
.foot_box .divt p{
	font-size: 12px;
	margin-top: 20px;
	line-height: 1.6;
}

.foot_box .divm{
	color: #eee;
    padding-top:20px;
}
.foot_box .divm h3{
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	padding-left: calc(50% - 600px);
	padding-bottom: 14px;
	margin-bottom: 10px;
}
.foot_box .divm .clear_both{
	width: 1200px;
	margin: 0 auto;
}
.foot_box .divm ul{
	float: left;
	margin-right: -5%;
}
.foot_box .divm ul li{
	font-size: 14px;
	line-height: 2.0;
}
.foot_box .divm ul li a{
	color:#ffffff;
}

.foot_box .divm ul li a:hover{
	color:#cac1c1;
}
.foot_box .divm em{
	float: right;
    margin-left: 10px;
    
}
.foot_box .divm em img{
	vertical-align: top;
	/*margin-left: 46px;*/
    text-align:center;
}

.foot_box .divm em p{
	vertical-align: top;
	margin-top: 10px;
    text-align:center;
}

.foot_box .divb{
	margin-top: 30px;
	font-size: 14px;
	color: #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: calc(50% - 600px);
	background: rgba(0,0,0,0.7);
} 
.foot_box .divb h6{
	display: inline-block;
	vertical-align: top;
	opacity: 0.6;
} 

.title_h3{
	font-size: 24px;
	color: #666;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}
.title_h3 small{
	display: block;
	color: #ddd;
	font-size: 18px;
	margin-top: 8px;
	text-transform: uppercase;
}
.title_h3::before{
	content: "";
	position: absolute;
	left: 0;
	top: 25px;
	width: 42%;
	height: 1px;
	background: #ccc;
}
.title_h3::after{
	content: "";
	position: absolute;
	right: 0;
	top: 25px;
	width: 42%;
	height: 1px;
	background: #ccc;
}

.title_h4{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.title_h4 dl{
	display: inline-block;
	padding: 0 28px;
	height: 31px;
	border: 1px solid #bcbcbc;
}
.title_h4 dt{
	font-size: 22px;
	font-weight: bold;
	margin-top: -12px;
	background: #fff;
}
.title_h4 dt i{
	display: inline-block;
	font-size: 18px;
	color: #ccc;
	padding: 0 12px;
	font-weight: normal;
}
.title_h4 dt i:first-of-type{
	padding-left: 0;
}
.title_h4 dt i:last-of-type{
	padding-right: 0;
}
.title_h4 dt i::after{
	content: "/";
}
.title_h4 dd{
	font-size: 12px;
	color: #999;
	margin-top: 16px;
	background: #fff;
	display: inline-block;
	padding: 0 4px;
	text-transform: uppercase;
}

.paging_box{
	margin-top: 50px;
	font-size: 0;
	text-align: center;
}
.paging_box a{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	background: #4d4d4d;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	margin: 0 10px;
	color: #fff;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.paging_box a.prev{
	margin-right: 30px;
	background: url(../images/tb11.png) no-repeat center #4d4d4d;
}
.paging_box a.next{
	margin-left: 30px;
	background: url(../images/tb12.png) no-repeat center #4d4d4d;
}
.paging_box a:hover{
	background: #127cdc;
}
.paging_box a.prev:hover{
	background: url(../images/tb11.png) no-repeat center #127cdc;
}
.paging_box a.next:hover{
	background: url(../images/tb12.png) no-repeat center #127cdc;
}
.paging_box a.active{
	background: #127cdc;
}

.tab_bt{
	text-align: center;
	margin-bottom: 40px;
}
.tab_bt span,.tab_bt a{
	display: inline-block;
	vertical-align: top;
	margin: 0 0%;
	font-size: 18px;
	font-weight: bold;
	/*border-bottom: 2px solid #adadad;*/
	padding-bottom: 10px;
	cursor: pointer;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    width:170px;
}
.tab_bt span:hover,.tab_bt a:hover{
	color: #127cdc;
	/*border-bottom: 2px solid #127cdc;*/
}
.tab_bt span.active,.tab_bt a.active{
	color: #127cdc;
	border-bottom: 2px solid #127cdc;
}



.news_box{

}
.news_box .tab_nr{
	
}
.news_box .tab_nr ul{
	display: none;
}
.news_box .tab_nr ul:first-of-type{
	display: block;
}
.news_box ul li{
	border-bottom: 1px solid #ebebeb;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box ul li a{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	display: block;
	padding: 40px 0;
	font-size: 0;
	padding-right: 60px;
	position: relative;
}
.news_box ul li em{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	text-align: right;
	width: 100px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box ul li em strong{
	display: block;
	font-size: 38px;
	font-weight: normal;
	margin-bottom: 8px;
	margin-right: -4px;
}
.news_box ul li a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -14px;
	width: 16px;
	height: 28px;
	background-image: url(../images/tb10.png);
	background-repeat: no-repeat;
	background-position: -16px 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box ul li div{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 140px);
	margin-left: 40px;
}
.news_box ul li div h6{
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 12px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box ul li div p{
	font-size: 13px;
	line-height: 1.6;
	height: 40px;
	overflow: hidden;
	color: #999;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box ul li:hover{
	background: #b5b5b5;
}
.news_box ul li:hover em{
	color: #fff;
}
.news_box ul li:hover div h6{
	color: #fff;
}
.news_box ul li:hover div p{
	color: #fff;
}
.news_box ul li:hover a::after{
	background-position: 0 0;
}



.newsContent_box{

}
.newsContent_box .divt_div{
	text-align: center;
	padding-bottom: 12px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 30px;
}
.newsContent_box .divt_div h5{
	font-size: 18px;
}
.newsContent_box .divt_div span{
	display: block;
	font-size: 12px;
	margin-top: 12px;
}
.newsContent_box .divm_div{

}
.newsContent_box .divm_div p{
	font-size: 14px;
	color: #808080;
	line-height: 1.8;
	margin-bottom: 20px;
}
.newsContent_box .divm_div p img{
	display: block;
	margin: 0 auto;
}
.newsContent_box .divb_div{
	font-size: 0;
	margin-top: 50px;
}
.newsContent_box .divb_div a{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 14px;
	color: #808080;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.newsContent_box .divb_div a:nth-of-type(2){
	text-align: right;
}
.newsContent_box .divb_div a:hover{
	color: #127cdc;
}



.picture_box{

}
.picture_box ul{
	margin-top: -40px;
}
.picture_box ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-top: 40px;
}
.picture_box ul li:nth-of-type(3n){
	margin-right: 0;
}
.picture_box ul li img{
	width: 100%;
	vertical-align: top;
}



.contactFeedback_box{

}
.contactFeedback_box form{
	width: 540px;
	margin: 0 auto;
}
.contactFeedback_box form label{
	font-size: 0;
	display: block;
	margin-bottom: 20px;
}
.contactFeedback_box form label span{
	display: inline-block;
	vertical-align: top;
	width: 90px;
	text-align: right;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	margin-right: 10px;
}
.contactFeedback_box form label span i{
	color: #ff0000;
}
.contactFeedback_box form label input{
	height: 42px;
	box-sizing: border-box;
	width: calc(100% - 100px);
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 0 16px;
}
.contactFeedback_box form label textarea{
	width: calc(100% - 100px);
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 10px 16px;
	line-height: 1.6;
	box-sizing: border-box;
	height: 160px;
	resize: none;
}
.contactFeedback_box form button{
	width: 140px;
	height: 42px;
	background: #127cdc;
	color: #fff;
	font-size: 16px;
	border: none;
	margin-left: 100px;
}
.contactFeedback_box form .btn2{
	background: #de0000;
	margin-left: 30px;
}



.contactJoin_box{
	padding-bottom: 0;
}
.contactJoin_box .div1{
	margin-bottom: 60px;
}
.contactJoin_box .div1 p{
	font-size: 14px;
	line-height: 2.0;
}
.contactJoin_box .div2{
	text-align: center;
	padding: 50px 0;
	font-size: 0;
	background: #f4f4f4;
}
.contactJoin_box .div2 h6{
	font-size: 24px;
	margin-bottom: 40px;
}
.contactJoin_box .div2 ul{
	width: 900px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	position: relative;
}
.contactJoin_box .div2 ul::before{
	content: "";
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	border-top: 1px dashed #7e7b7b;
}
.contactJoin_box .div2 li{
	position: relative;
	z-index: 3;
}
.contactJoin_box .div2 li em{
	display: block;
	width: 120px;
	height: 120px;
	background: #fff;
	border-radius: 50%;
	line-height: 120px;
}
.contactJoin_box .div2 li em img{
	vertical-align: middle;
}
.contactJoin_box .div2 li small{
	font-size: 20px;
	display: block;
	margin-top: 20px;
}



.contact_box{

}
.contact_box .contact_dl{
	font-size: 0;
}
.contact_box .contact_dl dt{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 36px;
	text-align: center
}
.contact_box .contact_dl dd{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.contact_box .contact_dl dd h6{
	font-size: 18px;
	color: #666;
	font-size: bold;
	margin-bottom: 20px;
}
.contact_box .contact_dl dd p{
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}
.contact_box .contact_dl dd .map{
	width: 80%;
	height: 300px;
	margin-top: 30px;
}



.produce_box{

}
.produce_box .div1{
	
}
.produce_box .div1 ul{
	
}
.produce_box .div1 ul li{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dashed #ccc;
}
.produce_box .div1 ul li:nth-of-type(2n){
	flex-direction: row-reverse;
}
.produce_box .div1 ul li em{
	flex: 0 0 26%;
 
}
.produce_box .div1 ul li em img{
	width: 100%;
	vertical-align: top;
}
.produce_box .div1 ul li div{
	flex-grow: 1;
	box-sizing: border-box;
	padding-left: 40px;
}
.produce_box .div1 ul li:nth-of-type(2n) div{
	padding-right: 40px;
	padding-left: 0;
}
.produce_box .div1 ul li div h5{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 14px;
}
.produce_box .div1 ul li div h6{
	font-size: 16px;
	line-height: 1.6;
	color: #666;
}




.service_box{

}
.service_box .div1{
	text-align: center;
}
.service_box .div1 img{
	width: auto;
	max-width: 100%;
	vertical-align: top;
	margin-top: 20px;
}

.service_box .div2{
	display: block;
}
.service_box .div2 .div2_dl{
	margin-bottom: 60px;
}
.service_box .div2 .div2_dl:last-of-type{
	margin-bottom: 0;
}
.service_box .div2 .div2_dl dt{
	height: 140px;
	line-height: 140px;
	font-size: 0;
	background: #e9e9e9;
	margin-bottom: 40px;
}
.service_box .div2 .div2_dl dt em{
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 18%;
	text-align: center;
}
.service_box .div2 .div2_dl dt em img{
	vertical-align: middle;
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
}
.service_box .div2 .div2_dl dt h6{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	vertical-align: middle;
	line-height: 1.6;
	font-size: 14px;
	color: #999;
	/*height: 66px;*/
	overflow: hidden;
	/*border-left: 1px solid #c6c6c6;*/
	box-sizing: border-box;
	padding: 0 40px;
}
.service_box .div2 .div2_dl dd{
	font-size: 0;
}
.service_box .div2 .div2_dl dd a{
	display: inline-block;
	width: 25%;
	vertical-align: top;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
}
.service_box .div2 .div2_dl dd em{
	display: block;
	padding-bottom: 80%;
	position: relative;
	overflow: hidden;
}
.service_box .div2 .div2_dl dd em img{
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.service_box .div2 .div2_dl dd h6{
	margin-top: 30px;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-bottom: 16px;
	position: relative;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.service_box .div2 .div2_dl dd p{
    line-height: 25px;
	font-size: 14px;
}
.service_box .div2 .div2_dl dd h6::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: #767676;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.service_box .div2 .div2_dl dd a:hover em img{
	transform: translate(-50%,-50%) scale(1.1);
}
.service_box .div2 .div2_dl dd a:hover h6{
	color: #127cdc;
}
.service_box .div2 .div2_dl dd a:hover h6::after{
	height: 4px;
	background: #127cdc;
}

.service_box .div3{
	display: block;
}
.service_box .div3 .div3_2{
	font-size: 0;
	text-align: center;
}


.service_box .div3 .div3_2 h5{
	font-size: 20px;	
    float:left; 
    line-height:40px;
}

.service_box .div3 .div3_2 dd{
	font-size: 14px;	
    text-align: left;
    line-height:26px;
    padding-bottom:20px;
}

.service_box .div3 .div3_dl{
	font-size: 0;
	text-align: center;
}

.service_box .div3 .div3_dl dt{
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #cecece;
	padding: 10px 20px;
}
.service_box .div3 .div3_dl dt img{
	vertical-align: top;
}
.service_box .div3 .div3_dl dd{
	font-size: 14px;
	box-sizing: border-box;
	padding-left: 40px;
	/*color: #999;*/
	display: inline-block;
    font-weight: bold;
}



.about_box{

}
.about_box b{
	opacity: 0;
	height: 1px;
	display: block;
} 
.about_box .div1{
	
}
.about_box .div1 p{
	font-size: 14px;
	line-height: 2.0;
	margin-bottom: 14px;
    line-height: 22px;
}

.about_box .div2{
	margin-top: 40px;
}
.about_box .div2 ul{
	margin-top: 0px;
}

.index_box .div3 .div_cn{
	padding: 0 60px;
}


.about_box .div2 ul .swiper_div{
	position: relative;
	width: 100%;
	padding: 0 60px;
	margin-left: -60px;
}
.about_box .div2 ul .swiper_div .swiper-button-prev{
	outline: none;
	width: 35px;
	height: 70px;
	/*background: #a6aeb9;*/
	background: url(../images/jtz3.jpg) no-repeat;
	left: 0;
	margin-top: -18px;
	transition: 0.5s;
	color: #fff;
	-webkit-transition: 0.5s;
}
.about_box .div2 ul .swiper_div .swiper-button-next{
	outline: none;
	width: 35px;
	height: 70px;
	background: url(../images/jty3.jpg) no-repeat;
	/*background: #a6aeb9;*/
	transition: 0.5s;
	-webkit-transition: 0.5s;
	color: #fff;
}

.about_box .div2 ul  .swiper-slide{

}

.about_box .div2 ul  .swiper-slide  img{
	width: 100%;
	vertical-align: top;
}
.about_box .div2 ul  .swiper-slide h6{
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 16px;
	text-align: center;
}
.about_box .div2 ul .swiper_div .swiper-button-next{
	margin-top: -33px;
}
.about_box .div2 ul .swiper_div .swiper-button-prev{
	margin-top: -33px;
}


.about_box .div2 ul  .swiper-button-disabled{
	opacity: 1 !important;
}



.about_box .div2 ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-top: 30px;
}
.about_box .div2 ul li:nth-of-type(3n){
	margin-right: 0;
}
.about_box .div2 ul li em{
	display: block;
}
.about_box .div2 ul li em img{
	width: 100%;
	vertical-align: top;
}
.about_box .div2 ul li h6{
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-top: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.div3{
	margin-top: 40px;  
   
}
.div3 ul{
	/*width: 420px;*/    
	margin: 0 auto;
	   text-align: center;
       background-image: url(../images/wenhua_bj.png);
       padding-bottom:40px;       
       width:100%; 
       padding-top:40px;
}
.div3 ul li{
    padding-top: 10px;
	font-size: 14px;
	color: #fff;
	line-height: 2.0;
	/*margin-bottom: 20px;*/
	/*border-bottom: 1px dashed #999;*/
    padding-bottom: 10px;
}
.div3 ul li strong{
	font-size: 18px;
	color: #fff;
	margin-right: 20px;
}

.about_box .div3{
	margin-top: 40px;
    
   
}
.about_box .div3 ul{
	/*width: 420px;*/
	margin: 0 auto;
	text-align: center;
    /*background-image: url(/static/img/wenhua_bj.png);*/
}
.about_box .div3 ul li{
    padding-top: 10px;
	font-size: 14px;
	color: #999;
	line-height: 2.0;
	/*margin-bottom: 20px;*/
	/*border-bottom: 1px dashed #999;*/
    padding-bottom: 10px;
}
.about_box .div3 ul li strong{
	font-size: 18px;
	color: #333;
	margin-right: 20px;
}



.product_box{

}
.product_box .list_div a{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	background: #f0f0ee;
	height: 480px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.product_box .list_div a:nth-of-type(4n){
	margin-right: 0;
}
.product_box .list_div a i{
	display: block;
	height: 80px;
	text-align: center;
	line-height: 80px;
}
.product_box .list_div a i img{
	vertical-align: middle;
	width: auto;
	height: auto;
	max-height: 90%;
}
.product_box .list_div a h6{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;
	padding-bottom: 14px;
	border-bottom: 1px solid #ccc;
}
.product_box .list_div a em{
	display: block;
	margin-top: 20%;
}
.product_box .list_div a em img{
	width: 100%;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_box .list_div a strong{
	display: block;
	font-size: 16px;
	padding: 40px 10px 0 32px;
	margin-bottom: 15px;
}
.product_box .list_div a strong::after{
	content: "";
	float: right;
	width: 190px;
	height: 1px;
	margin-top: 7px;
	background: #ccc;
}
.product_box .list_div a p{
	font-size: 14px;
	line-height: 1.8;
	padding: 0 10px 0 32px;
}
.product_box .list_div a:hover em img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}



.productCenter_box{
	
}
.left_box{
	float: left;
	width: 265px;
}
.left_box .div1{
	background: url(../images/tp6.jpg) no-repeat;
	background-size: 250px;
	padding-left: 14px;
	padding-top: 24px;
}
.left_box .div1 h5{
	font-size: 24px;
	color: #fff;
	margin-bottom: 6px;
}
.left_box .div1 h5 small{
	display: block;
	font-size: 12px;
	margin-top: 10px;
}
.left_box .div1 ul{
	width: 250px;
	box-sizing: border-box;
	border-bottom: 46px solid #f8f8f8;
	box-shadow: 0 6px 6px rgba(0,0,0,0.2);
}
.left_box .div1 ul::before{
	content: "";
	display: block;
	height: 53px;
	background: url(../images/tp7.png) no-repeat;
	background-size: 100%;
	border-bottom: 20px solid #f8f8f8;
}
.left_box .div1 ul li{
	background: #f8f8f8;
	padding: 0 23px;
}
.left_box .div1 ul li a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border-bottom: 1px dashed #c5c5c5;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.left_box .div1 ul li a:hover{
	color: #127cdc;
}

.left_box .div2{
	margin-top: 70px;
}
.left_box .div2 img{
	width: 100%;
	vertical-align: top;
}
.left_box .div2 dl{
	margin-top: 30px;
}
.left_box .div2 dl dt{
	font-size: 16px;
	color: #666;
	text-align: center;
	padding-bottom: 12px;
	border-bottom: 1px solid #a1a1a1;
}
.left_box .div2 dl dd{
	font-size: 14px;
	color: #999;
	line-height: 2.0;
	margin-top: 10px;
}

.right_box{
	width: 915px;
	float: right;
	background: #f6f4f9;
	box-sizing: border-box;
	padding: 36px 32px;
	position: relative;
}
.right_box .top_h5{
	text-align: center;
}
.right_box .top_h5 span{
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #888;
	color: #888;
	padding-bottom: 6px;
	margin-bottom: 26px;
}

.productCenter_box{

}
.productCenter_box ul{
	margin-top: -30px;
}
.productCenter_box ul li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-top: 30px;
}
.productCenter_box ul li:nth-of-type(3n){
	margin-right: 0;
}
.productCenter_box ul li em{
	display: block;
	background: #fff;
	padding-bottom: 90%;
	position: relative;
	cursor: pointer;
}
.productCenter_box ul li em img{
	position: absolute;
	width: auto;
	height: auto;
	max-height: 90%;
	max-width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.productCenter_box ul li a{
	display: block;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	position: relative;
	margin-top: 20px;
	padding-bottom: 16px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.productCenter_box ul li a::after{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #767676;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.productCenter_box ul li a:hover{
	color: #127cdc;
}
.productCenter_box ul li a:hover::after{
	height: 4px;
    background: #127cdc;
}
.productCenter_box ul li em:hover img{
	-webkit-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1);
}
.productCenter_box #show_img{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 70%;
	background: #fff;
	text-align: center;
	padding: 8%;
	box-sizing: border-box;
}
.productCenter_box #show_img img{
	width: 100%;
	vertical-align: top;
}



.productContent_box{

}
.productContent_box dl{
	
}
.productContent_box dl dt{
	
}
.productContent_box dl .divl{
	float: left;
	width: 250px;
}
.productContent_box dl .divl em{
	display: block;
	width: 100%;
	padding-bottom: 100%;
	box-sizing: border-box;
	border: 1px solid #c0c0c0;
	position: relative;
	background: #fff;
}
.productContent_box dl .divl em img{
	position: absolute;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.productContent_box dl .divl h6{
	text-align: center;
	font-size: 14px;
	margin-top: 16px;
}
.productContent_box dl .divr{
	float: left;
	width: calc(100% - 270px);
	margin-left: 20px;
	color: #838383;
}
.productContent_box dl .divr h6{
	font-size: 24px;
	padding-bottom: 12px;
	border-bottom: 4px solid #d5d4d7;
	margin-bottom: 10px;
}
.productContent_box dl .divr h6 strong{
	
}
.productContent_box dl .divr p{
	font-size: 14px;
	line-height: 2.0;
	margin-bottom: 10px;
}
.productContent_box dl .divr p strong{
	font-size: 18px;
}
.productContent_box dl dd{
	border-top: 1px solid #ccc;
	padding-top: 16px;
	margin-top: 60px;
}
.productContent_box dl dd h5{
	font-size: 18px;
	font-weight: bold;
	color: #777;
	margin-bottom: 20px;
	border-left: 2px solid #127cdc;
	padding-left: 10px;
}
.productContent_box dl dd p{
	font-size: 14px;
	color: #777;
	line-height: 2.0;
}



.index_body{
	padding-top: 0;
}
.index_body .head_box{
	top: 0;
	left: 0;
	z-index: 9;
	background: none;
	box-shadow: none;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    background-color:#fff;
}
.index_body .head_box .nav_ul li>a{
	/*color: #fff;*/
    font-weight: bold;
    font-size:16px;

}
.index_body .head_box .nav_ul li:hover>a::after{
	/*background: #fff;*/
    background: #127cdc;
    
}
.index_body .head_box .nav_ul li p a:hover{
	/*background: #fff;*/
    color:#127cdc;
    /*background: #127cdc;*/
}
.index_body .head_box .nav_ul li.active>a::after{
	/*background: #fff;*/
    background: #127cdc;
}
.index_body .head_box .nav_dl dd a{
	/*background-image: url(../images/tb1.png);*/
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_body .headb_box{

	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.index_body .headb_box .nav_ul li>a{
	color: #333;

}
.index_body .headb_box .nav_ul li p a:hover{
	color: #127cdc;
}
.index_body .headb_box .nav_ul li:hover>a::after{
	background: #127cdc;
}
.index_body .headb_box .nav_dl dd a{
	background-image: url(../images/tb6.png);
}



.swiper_box .swiper-slide img{
	width: 100%;
	vertical-align: top;
}

.swiper_box2 .swiper-slide2 img{
	width: 100%;
	vertical-align: top;
    overflow:hidden;
}


.index_box{

}
.index_box .div1{
	background: #333;
}
.index_box .div1 video{
	width: 100%;
}
.index_box .div2{
	
}
.index_box .more_a{
	display: block;
	height: 30px;
	width: 100px;
	border: 1px solid #333;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	margin: 50px auto 0;
	float: none;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .more_a:hover{
	background: #333;
	color: #fff;
}
.index_box .div3{
	font-size: 0;
}
.index_box .div3 .div3_dl{
	background-image: url(../images/tp4.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #999;
}
.index_box .div3 .div3_dl dt{
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}
.index_box .div3 .div3_dl dt img{
	width: 100%;
	vertical-align: top;
}
.index_box .div3 .div3_dl dd{
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 3% 0 3%;
	font-size: 14px;
	color: #fff;
	line-height: 2.0;
}
.index_box .div3 .div3_dl dd::before{
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #127cdc;
	margin-bottom: 14px;
}

.index_box .div4{

}
.index_box .div4 ul{
	margin-top: -20px;
}
.index_box .div4 ul li{
	float: left;
	width: 48%;
	margin-right: 4%;
	padding-bottom: 12px;
	border-bottom: 1px solid #e6e6e6;
	margin-top: 20px;
	padding-left: 14px;
	position: relative;
	box-sizing: border-box;
}
.index_box .div4 ul li:nth-of-type(2n){
	margin-right: 0;
}
.index_box .div4 ul li::before{
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: #333;
	left: 0;
	top: 8px;
}
.index_box .div4 ul li a{
	display: block;
}
.index_box .div4 ul li h6{
	font-size: 18px;
	white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .div4 ul li p{
	font-size: 12px;
	color: #999;
	white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 12px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .div4 ul li span{
	font-size: 12px;
	color: #999;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .div4 ul li:hover h6{
	color: #127cdc;
}
.index_box .div4 ul li:hover p{
	color: #127cdc;
}
.index_box .div4 ul li:hover span{
	color: #127cdc;
}

   .bottomabout{
    float:left;
    text-align: center;
         margin-left: 40px;
             padding-top: 20px;
    }
   


@media (max-width:1500px) {

	.head_box{
		height: 120px;
		padding: 0 calc(50% - 600px);
	}
	body{
		padding-top: 55px;
	}
	.head_box .nav_ul{
		margin-left: 50px;
	}
	.head_box .nav_ul li>a{
		height: 120px;
		line-height: 120px;
        font-weight:bold;
        font-size:16px;
	}
	.head_box .nav_ul li p{
		top: 70px;
	}
	.head_box .nav_dl{
		margin-top: 20px;
	}
	.head_box .nav_ul li>a::after{
		bottom: 42px;
	}
    .index_box .div3 .div3_dl dd{
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 3% 0 3%;
	font-size: 14px;
	color: #fff;
	line-height: 2;
}

 
}

@media (max-width: 1200px) {


	.head_box .nav_dl{
		display: none;
	}
	.head_box .nav_div{
		display: block;
	}
	.head_box .nav_ul li p{
		display: none !important;
	}
	.head_box{
		width: 100%;
		height: 54px;
	}
	.head_box .nav_ul li>a{
		height: 54px;
		line-height: 54px;
	}
	.head_box .nav_ul li>a::after{
		display: none;
	}
	.head_box .logo_a{
		width: 40%;
		margin-left: 18px;
	}
	.head_box .nav_ul{
		display: none;
		position: absolute;
		width: 100%;
		margin-left: 0;
		left: 0;
		top: 54px;
		background: #fff;
		z-index: 9;
		padding: 10px 0;
		box-shadow: 0 6px 10px rgba(0,0,0,0.2);
	}
	.head_box .nav_ul li{
		display: block;
		margin-right: 0;
	}
	.head_box .nav_ul li a{
		line-height: 40px;
		height: 40px;
	}
	.index_body .head_box .nav_ul li>a {
		color: #333;
	}
	.w1200{
		width: 100%;
	}
	.foot_box .divm .clear_both{
		width: 100%;
	}
	.foot_box .divt span{
		font-size: 20px;
	}
	.foot_box .divt{
		padding: 30px 18px;
	}
	.foot_box .divm{
		padding: 20px 18px 0px 18px;
	}
	.foot_box .divm h3{
		padding-left: 0;
		margin-bottom: 18px;
	}
	.foot_box .divb{
		padding-left: 18px;
	}
	.foot_box .divm ul{
		width: 100%;
		margin-right: 0;
	}
	.foot_box .divm em{
		width: 43%;
		font-size: 0;
		margin-top: 30px;
          float: left;
        margin-left: 5%;
	}
	.foot_box .divm em img{
		width: 100%;
		margin-left: 10%;        
	}
	.foot_box .divm em img:first-of-type{
		margin-left: 0;
	}



	.tab_bt span, .tab_bt a{
		margin: 0 1%;
	}
	.index_box .div3 .div3_dl dt{
		width: 100%;
	}
	.index_box .div3 .div3_dl dd{
		width: 100%;
		padding: 0 10px;
	}
	.index_box .div4 ul li{
		width: 100%;
		padding: 0 10px;
	}

	.about_box .div1,.about_box .div2,.about_box .div3{
		padding:0  10px;
	}
	.about_box .div3 ul {
		width: 100%;
	}
	.news_box .tab_nr{
		padding:0  10px;
	}
	.news_box ul li a{
		width: 100%;
	}
	.contact_box .contact_dl{
		padding:0  10px;
	}
	.contact_box .contact_dl dd{
		width: 100%;
	}
	.contact_box .contact_dl dd .map{
		width: 100%;
		margin: 30px 0;
	}
	.contactFeedback_box form{
		width: 90%;
	}
	.contactFeedback_box form button{
		width: 40%;
		margin-left: 20px;
	}
	.contactJoin_box .div1{
		padding:0  10px;
	}
	.contactJoin_box .div2 ul{
		width: 95%;
	}
	.contactJoin_box .tab_bt span, .tab_bt a{
		margin: 0 1%;
	}
	.product_box .list_div a{
		width: 100%;
		margin-bottom: 10px;
	}
	.product_box .list_div a em img
	{
		width:100%;
	}
	.product_box .list_div a em{
		margin-top: 5%;
	}
	.product_box .clear_both{
	padding: 0 10px;
	}
	.left_box{
		display: none;
	}
	.right_box{
		width: 100%;
	}
	.productContent_box dl .divl{
		width: 100%;
	}
	.productContent_box dl .divr{
		width:100%;
		margin-top: 20px;
	}
	.newsContent_box .divm_div{
		padding: 0 10px;
	}
	.newsContent_box .divm_div img{
		width: 100%;
	}
	.newsContent_box .divb_div a{
		width: 100%;
		margin: 10px;
	}
	.newsContent_box .divb_div a:nth-of-type(2) {
		text-align: left;
	}
	.picture_box .tab_nr{
		padding: 0 10px;
	}
	.service_box .div2 .div2_dl dd a{
		width: 50%;
	}
	.productCenter_box ul{
		margin-top: 30px;
	}
	.productCenter_box ul li{
		width: 46%;
		margin: 2%;
	}
	.productCenter_box ul li:nth-of-type(3n) {
		margin-right:2%;
	}
	.produce_box .div1 ul{
		padding: 0 20px;
	}
	.produce_box .div1 ul li{
		display: block;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.produce_box .div1 ul li em{
		display: block;
		width: 100%;
	}
	.produce_box .div1 ul li div{
		padding-left: 0;
		margin-top: 20px;
	}
	.produce_box .div1 ul li div h5{
		font-size: 18px;
	}
	.produce_box .div1 ul li:nth-of-type(2n) div{
		padding-right: 0;
	}
} 

 
































































