/** 清除内外边距 **/
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}
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;
}

html{
	font-size: 100px;
}
body{
	width: 100%;
	overflow-x: hidden;
	color: #333;
	background: #fff;
}
.clear_both::after{
	content:"";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.w1320{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.w1000{
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}

.pd{
	padding: 44px 0;
}
.title_h3{
	font-size: 36px;
	color: #111;
	text-align: center;
	letter-spacing: 15px;
	padding-left: 15px;
	margin-bottom: 60px;
}
.title_h3::after{
	content: "";
	display: block;
	width: 46px;
	height: 2px;
	border-right: 15px solid #fff;
	background: #999;
	margin: 28px auto 0;
}
.ts_h3::after{
	content: "";
	display: block;
	width: 46px;
	height: 2px;
	border-right: 15px solid #f8f8f8;
	background: #999;
	margin: 28px auto 0;
}
.tab_box{
	font-size: 0;
	border-bottom: 1px solid #eee;    margin-bottom: 60px;
}
.tab_box a{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	color: #111;
	padding-bottom: 12px;
	margin-right: 60px;
	position: relative;
}
.tab_box a:last-of-type{
	margin-right: 0;
}
@media screen and (min-width: 1024px) {.tab_box a::after{
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background: #2f883a;
	left: 0;
	bottom: -1px;
	opacity: 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}}
@media screen and (max-width: 1024px) {.tab_box a::after{
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background: #2f883a;
	left: 0;
	bottom: 7px;
	opacity: 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}}

.tab_box a:hover::after{
	width: 100%;
	opacity: 1;
}
.tab_box a.active::after{
	width: 100%;
	opacity: 1;
}


@media screen and (min-width: 1024px) {.head_box{
	height: 138px; display:none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 42px 100px;
	z-index: 9;
	overflow: hidden;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}}
@media screen and (max-width: 1024px) {.head_box{
	height: 138px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 42px 100px;
	z-index: 9;
	overflow: hidden;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}}

.head_box .logo_a{
	display: inline-block;
	width: 151px;
	height: 54px;
	background-image: url(../images/logo1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.head_box .yy_div{
	width: 41px;
	float: right;
	height: 40px;
	overflow: hidden;
	margin: 8px 14px 0 16px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .yy_div a{
	display: block;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	font-weight: bold;
}
.head_box .yy_div:hover{
	height: 80px;
}
/* .head_box .cn_a{
	width: 41px;
	float: right;
	height: 54px;
	background-image: url(../images/cn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin: 0 14px 0 16px;
} */
.head_box form{
	float: right;
}
.head_box form input{
	margin-top: 12px;
	margin-right: 14px;
	vertical-align: top;
	height: 30px;
	line-height: 30px;
	width: 160px;
	background: none;
	border-radius: 20px;
	padding: 0 16px;
	font-size: 16px;
	color: #2d893a;
	background: rgba(204,204,204,0.4);
	border: none;
}
.head_box form input::-webkit-input-placeholder {
    color: #2d893a;
}
.head_box form input:-moz-placeholder {
    color: #2d893a;
}
.head_box form input::-moz-placeholder {
    color: #2d893a;
}
.head_box form input:-ms-input-placeholder {
    color: #2d893a;
}
.head_box form button{
	vertical-align: top;
	width: 40px;
	height: 54px;
	background: url(../images/ss.png) no-repeat center;
	border: none;
	outline: none;
}
.head_box .nav_div{
	float: right;
	cursor: pointer;
}
.head_box .nav_div{
    width: 54px;
	height: 54px;
	position: relative;
}
.head_box .nav_div span{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    font-size: 0;
}
.head_box .nav_div i{
	display: inline-block;
    width: 30px;
	height: 4px;
	border-radius: 2px;
    background: #d7d7d7;
    margin: 3px 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(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
}
.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(7px, -7px);
    transform: rotate(-45deg) translate(7px, -7px);
}

.head_box .nav_ul{
	display: none;
	position: absolute;
	width: 100%;
	top: 138px;
	left: 0;
	padding-top: 40px;
	font-size: 0;
	text-align: center;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .nav_ul li{
	display: inline-block;
	vertical-align: top;width: 16.666%;
	text-align: center;
}

.head_box .nav_ul li h6{
	font-size: 18px;
	color: #fff;
	margin-bottom: 40px;
}
.head_box .nav_ul li p{
	
}
.head_box .nav_ul li p a{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 2.0;
}
.head_box .nav_ul li p a:hover{
	text-decoration: underline;
}
.head_box .nav_ul .ts_li{
	display: block;
	width: 100%;
	margin-top: 3%;
}
.head_box .nav_ul .ts_li a{
	display: block;
	margin: 0 auto;
	width: 130px;
	height: 42px;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 23px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
}
.headb_box{
	background: rgba(255,255,255,0.54);
	height: 94px;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 100px;
}
.headb_box + .product_type{
	margin-top: 94px !important;
}
.heada_box{
	height: 64%;
	    background: url(../images/mbg.jpg);
}
.headb_box .nav_ul{
	top: 94px;
}




@media screen and (min-width: 1400px) {.head_box01{
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 42px 100px;
	z-index: 9999;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}}
@media screen and (max-width: 1024px) {.head_box01{
	height: 138px;display:none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 42px 100px;
	z-index: 9;
	overflow: hidden;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}}

.head_box01 .logo_a{
	display: inline-block;
	width: 151px;
	height: 54px;
	background-image: url(../images/logo1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.head_box01 .yy_div{
	width: 41px;
	float: right;
	height: 40px;
	overflow: hidden;
	margin: 8px 14px 0 16px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box01 .yy_div a{
	display: block;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	font-weight: bold;
}
.head_box01 .yy_div:hover{
	height: 80px;
}
/* .head_box .cn_a{
	width: 41px;
	float: right;
	height: 54px;
	background-image: url(../images/cn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin: 0 14px 0 16px;
} */
.head_box01 form{
	float: right;
}
.head_box01 form input{
	margin-top: 12px;
	margin-right: 14px;
	vertical-align: top;
	height: 30px;
	line-height: 30px;
	width: 160px;
	background: none;
	border-radius: 20px;
	padding: 0 16px;
	font-size: 16px;
	color: #2d893a;
	background: rgba(204,204,204,0.4);
	border: none;
}
.head_box01 form input::-webkit-input-placeholder {
    color: #2d893a;
}
.head_box01 form input:-moz-placeholder {
    color: #2d893a;
}
.head_box01 form input::-moz-placeholder {
    color: #2d893a;
}
.head_box01 form input:-ms-input-placeholder {
    color: #2d893a;
}
.head_box01 form button{
	vertical-align: top;
	width: 40px;
	height: 54px;
	background: url(../images/ss.png) no-repeat center;
	border: none;
	outline: none;
}
.head_box01 .nav_div{
	float: right;
	cursor: pointer;
}
.head_box01 .nav_div{
    width: 54px;
	height: 54px;
	position: relative;
}
.head_box01 .nav_div span{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    font-size: 0;
}
.head_box01 .nav_div i{
	display: inline-block;
    width: 30px;
	height: 4px;
	border-radius: 2px;
    background: #d7d7d7;
    margin: 3px 0;
    opacity: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box01 .active_div{

}
.head_box01 .active_div i:nth-of-type(1){
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
}
.head_box01 .active_div i:nth-of-type(2){
    opacity: 0;
}
.head_box01 .active_div i:nth-of-type(3){
    -webkit-transform: rotate(-45deg) translate(7px, -7px);
    transform: rotate(-45deg) translate(7px, -7px);
}

.head_box01 .nav_ul{
	display: none;
	position: absolute;
	width: 100%;
	top: 138px;
	left: 0;
	padding-top: 40px;
	font-size: 0;
	text-align: center;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box01 .nav_ul li{
	display: inline-block;
	vertical-align: top;width: 16.666%;
	text-align: center;
}

.head_box01 .nav_ul li h6{
	font-size: 18px;
	color: #fff;
	margin-bottom: 40px;
}
.head_box .nav_ul li p{
	
}
.head_box .nav_ul li p a{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 2.0;
}
.head_box01 .nav_ul li p a:hover{
	text-decoration: underline;
}
.head_box01 .nav_ul .ts_li{
	display: block;
	width: 100%;
	margin-top: 3%;
}
.head_box01 .nav_ul .ts_li a{
	display: block;
	margin: 0 auto;
	width: 130px;
	height: 42px;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 23px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
}
.headb_box01{
	background: rgba(255,255,255,0.54);
	height: 94px;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 100px;
}
.headb_box01 + .product_type{
	margin-top: 94px !important;
}
.heada_box01{
	height: 64%;
	    background: url(../images/mbg.jpg);
}
.headb_box01 .nav_ul{
	top: 94px;
}



.banner_box{
	position: relative;
	overflow: hidden;
}
.banner_box img{
	width: 100%;
	vertical-align: top;
}
.banner_box h2{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	box-sizing: border-box;
	padding-left: 30px;
	transform: translateY(-50%);
	color: #fff;
	font-size: 60px;
	letter-spacing: 30px;
	text-align: center;
	text-shadow: 0 5px 3px rgba(0,0,0,0.6);
}
.banner_box h2 small{
	display: block;
	font-size: 38px;
	text-transform: uppercase;
	letter-spacing: 15px;
	margin-top: 50px;
	margin-left: -15px;
}


.foot_box{
	background: #f1f1f1;
	padding-top: 80px;
	border-bottom: 50px solid #f1f1f1;
	position: relative;
	letter-spacing: 3px;
}
.foot_box dl{
	width: 1200px;
	margin: 0 auto;
}
.foot_box dt{
	float: left;
}
.foot_box dt p{
	padding-bottom: 20px;
	margin-bottom: 60px;
	border-bottom: 1px solid #cdcdcd;
}
.foot_box dt p strong{
	display: block;
	font-size: 18px;
	color: #3a3a3a;
	margin-bottom: 40px;
}
.foot_box dt p a{
	width: 14px;
	color: #3a3a3a;
	margin-right: 40px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.foot_box dt p a:hover{
	color: #2f883a;
}
.foot_box dd{
	margin-top: 58px;
	float: right;
	text-align: center;
}
.foot_box dd img{
	vertical-align: top;
	width: 109px;
	height: 109px;
}
.foot_box dd p{
	font-size: 14px;
	color: #3a3a3a;
	line-height: 1.5;
	margin-top: 30px;
}
.foot_box div{
	width: 1200px;
	height: 50px;
	line-height: 50px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -50px;
	position: absolute;
}
.foot_box div h6{
	font-size: 12px;
	color: #505050;
	float: left;
}
.foot_box div h6 a{
	color: #505050;
}
.foot_box div p{
	float: right;
	font-size: 0;
}
.foot_box div p a{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #999;
	margin-left: 10px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.foot_box div p a::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 13px;
	width: 1px;
	height: 12px;
	background: #999;
}
.foot_box div p a:first-of-type::before{
	display: none;
}
.foot_box div p a:hover{
	color: #fff;
}



.paging_box{
	font-size: 0;
	text-align: center;
	margin-top: 60px;
}
.paging_box a{
	display: inline-block;
	vertical-align: top;
	height: 36px;
	line-height: 36px;
	padding: 0 14px;
	font-size: 14px;
	color: #999;
	border: 1px solid #dedede;
	border-radius: 4px;
	margin: 0 5px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}

.paging_box .active_a{
	background: #2f883a;
	border: 1px solid #2f883a;
	color: #fff;
}
.paging_box a:hover{
	background: #2f883a;
	border: 1px solid #2f883a;
	color: #fff;
}



.news_box{

}
.news_box ul{
	padding-top: 0px;
}
.news_box ul li{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	width: 100%;
	margin-top: 50px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box ul li:first-of-type{
	margin-top: 0;
}
.news_box ul li a{
	display: block;
	font-size: 0;
	padding: 30px;
}
.news_box ul li em{
	display: inline-block;
	vertical-align: middle;
	width: 370px;
	overflow: hidden;
}
.news_box ul li em img{
	width: 100%;
	vertical-align: top;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box ul li div{
	width: calc(100% - 370px);
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	padding-left: 80px;
}
.news_box ul li div h6{
	font-size: 22px;
	color: #111;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_box ul li div p{
	font-size: 14px;
	color: #888;
	line-height: 1.8;
	margin-top: 36px;
}
.news_box ul li div span{
	display: block;
	text-align: right;
	font-size: 14px;
	color: #999;
}
.news_box ul li:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	margin-left: 20px;
}
.news_box ul li:hover em img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}



.newsinfo_box{
	padding-top: 0;
}
.newsinfo_box .fh_a{
	border-bottom: 1px solid #eee;
}
.newsinfo_box .content_div{
	margin-top: 95px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	position: relative;
	padding: 80px;
}
.newsinfo_box .content_div::after{
	content: "";
	position: absolute;
	width: 58px;
	height: 91px;
	background: url(../images/tb18.png);
	background-size: 100%;
	top: -45px;
	left: 50%;
	margin-left: -29px;
}
.ts_box .content_div{
	margin-top: 50px;
}
.ts_box .content_div::after{
	display: none;
}
.newsinfo_box .content_div h6{
	text-align: center;
	font-size: 22px;
	margin-bottom: 40px;
}
.newsinfo_box .content_div p{
	font-size: 14px;
	color: #888;
	line-height: 1.6;
	margin-top: 16px;
}
.newsinfo_box .content_div p img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.newsinfo_box .page_div{
	height: 50px;
	background: #f2f2f2;
	padding: 0 20px;
	line-height: 50px;
	position: relative;
	margin-top: 50px;
}
.newsinfo_box .page_div a{
	font-size: 16px;
	color: #999;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.newsinfo_box .page_div a.return_a{
	position: absolute;
	color: #2f883a;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.newsinfo_box .page_div a.prev_a{
	float: left;
	max-width: calc(50% - 100px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newsinfo_box .page_div a.next_a{
	float: right;
	max-width: calc(50% - 100px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newsinfo_box .page_div a:hover{
	color: #2f883a;
}



.college_box{

}
.college_box .div1{
	
}
.college_box .div1 p{
	font-size: 16px;
	color: #454545;
	line-height: 1.8;
	text-indent: 32px;
}
.college_box .div2{
	background: #f8f8f8;
}
.college_box .div2 dl{
	margin-bottom: 20px;
}
.college_box .div2 dl dt{
	font-size: 22px;
	color: #555;
	margin-bottom: 40px;
}
.college_box .div2 dl dt::after{
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	background: #555;
	margin-top: 16px;
}
.college_box .div2 dl dd{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 50px;
}
.college_box .div2 dl dd:nth-of-type(3n){
	margin-right: 0;
}
.college_box .div2 dl dd a{
	display: block;
}
.college_box .div2 dl dd em{
	display: block;
	overflow: hidden;
	margin-bottom: 16px;
}
.college_box .div2 dl dd em img{
	width: 100%;
	vertical-align: top;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.college_box .div2 dl dd:hover em img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.college_box .div2 dl dd h6{
	font-size: 18px;width: 100%;
    text-align: center;
	color: #111;
	display: inline-block;
}
.college_box .div2 dl dd span{
	font-size: 14px;
	color: #555;
	line-height: 18px; padding-top:14px; line-height:200%;
	float: right;
}
.college_box .div2 .more_a{
	display: block;
	margin: 0 auto;
	width: 146px;
	font-size: 18px;
	color: #111;
	background: url(../images/jt1.png) no-repeat right 0 top 3px;
	padding-bottom: 12px;
	position: relative;
}
.college_box .div2 .more_a::after{
	content: "";
	position: absolute;
	width: 0;
	opacity: 0;
	height: 3px;
	background: #2f883a;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.college_box .div2 .more_a:hover::after{
	width: 100%;
	opacity: 1;
}
.college_box .div3{
	
}
.college_box .div3 .bg_img{
	vertical-align: top;
	width: 100%;
	margin-top: 80px;
}
.college_box .div3 .divt{
	font-size: 0;
}
.college_box .div3 .divt img{
	width: 300px;
	vertical-align: middle;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.college_box .div3 .divt div{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 300px);
	box-sizing: border-box;
	padding-left: 80px;
}
.college_box .div3 .divt div h6{
	font-size: 36px;
	color: #111;
}
.college_box .div3 .divt div h6 small{
	display: block;
	font-size: 18px;
	color: #ccc;
	text-transform: uppercase;
	margin-top: 16px;
}
.college_box .div3 .divt div p{
	font-size: 16px;
	color: #555;
	line-height: 1.8;
	margin-top: 50px;
}
.college_box .div3 .divt div p span{
	color: #ccc;
}
.college_box .div3 .divt div a{
	display: block;
	width: 130px;
	height: 44px;
	background: #2f883a;
	color: #fff;
	border-radius: 22px;
	text-align: center;
	line-height: 44px;
	font-size: 16px;
	margin-top: 50px;
}
.college_box .div3 .dlb{
	margin-top: 80px;
}
.college_box .div3 .dlb dd{
	font-size: 0;
}
.college_box .div3 .dlb dd a{
	display: inline-block;
	vertical-align: top;
	width: 19%;
	margin-right: 8%;
	margin-top: 50px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	overflow: hidden;
}
.college_box .div3 .dlb dd a:nth-of-type(4n){
	margin-right: 0;
}
.college_box .div3 .dlb dd a img{
	width: 100%;
	vertical-align: top;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.college_box .div3 .dlb dd a:hover img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}



.culturehj_box{
	
}
.culturehj_box .mt{
	margin-top: 60px;
}
.culturehj_box .div1{
	
}
.culturehj_box .div1 h5{
	font-size: 22px;
    color: #555;
    margin-bottom: 30px;
}
.culturehj_box .div1 h5::after{
	content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #555;
    margin-top: 16px;
}
.culturehj_box .div1 ul{
	
}
.culturehj_box .div1 ul li{
	float: left;
	width: 32%;
	margin-bottom: 50px;
	margin-right: 2%;
}
.culturehj_box .div1 ul li:nth-child(1){
	width: 49%;
}
.culturehj_box .div1 ul li:nth-child(2){
	margin-right: 0;
	width: 49%;
}
.culturehj_box .div1 ul li:nth-child(3n+2){
	margin-right: 0;
}
.culturehj_box .div1 ul li em{
	display: block;
}
.culturehj_box .div1 ul li em img{
	width: 100%;
	vertical-align: top;
}
.culturehj_box .div1 ul li h6{
	font-size: 18px;
	color: #111;
	margin-top: 30px;
}
.culturehj_box .div1 .img_div{
	position: relative;
	margin-bottom: 60px;
}
.culturehj_box .div1 .img_div img:nth-of-type(1){
	width: 65%;
	vertical-align: top;
}
.culturehj_box .div1 .img_div img:nth-of-type(2){
	position: absolute;
	width: 32.5%;
	top: 0;
	right: 0;
}
.culturehj_box .div1 .img_div img:nth-of-type(3){
	position: absolute;
	width: 32.5%;
	bottom: 0;
	right: 0;
}
.culturehj_box .div2 ul{
	margin-top: -50px;
}
.culturehj_box .div2 ul li{
	float: left;
	width: 32%;
	margin-top: 50px;
	margin-right: 2%;
}
.culturehj_box .div2 ul li:nth-of-type(3n){
	margin-right: 0;
}
.culturehj_box .div2 ul li em{
	display: block;
}
.culturehj_box .div2 ul li em img{
	width: 100%;
	vertical-align: top;
}
.culturehj_box .div2 ul li h6{
	font-size: 20px;
	color: #111;
	margin-top: 30px;
}



.culturefl_box{

}
.culturefl_box .tab_box{
	margin-bottom: 60px;
}
.culturefl_box .divl{
	float: left;
	width: 250px;
	position: relative;
}
.culturefl_box .divr{
	float: right;
	width: calc(100% - 250px);
}
.culturefl_box .divl::after{
	content: "";
	position: absolute;
	width: 1px;
	height: calc(100% - 27px);
	background: #bfbfbf;
	top: 27px;
	left: 27px;
}
.culturefl_box .divl a{
	display: block;
	width: 56px;
	height: 56px;
	margin-bottom: 60px;
	border-radius: 50%;
	position: relative;
	z-index: 3;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.culturefl_box .divl a:last-of-type{
	margin-bottom: 0;
}
.culturefl_box .divl a.a1{
	background: url(../images/tb14.png) no-repeat center;
	background-size: 100% 100%;
}
.culturefl_box .divl a.a2{
	background: url(../images/tb15.png) no-repeat center;
	background-size: 100% 100%;
}
.culturefl_box .divl a.a3{
	background: url(../images/tb16.png) no-repeat center;
	background-size: 100% 100%;
}
.culturefl_box .divl a.a4{
	background: url(../images/tb17.png) no-repeat center;
	background-size: 100% 100%;
}
.culturefl_box .divl a.active{
	background: url(../images/tb33.png) no-repeat center;
	background-size: 36% 36%;
}
.culturefl_box .divl a.a1:hover{
	background: url(../images/tb14h.png) no-repeat center;
	background-size: 100% 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.culturefl_box .divl a.a2:hover{
	background: url(../images/tb15h.png) no-repeat center;
	background-size: 100% 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.culturefl_box .divl a.a3:hover{
	background: url(../images/tb16h.png) no-repeat center;
	background-size: 100% 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.culturefl_box .divl a.a4:hover{
	background: url(../images/tb17h.png) no-repeat center;
	background-size: 100% 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.culturefl_box .fixed_div{
	position: fixed;
	top: 100px;
	z-index: 9;
	left: calc(50% - 600px);
}


.culturefl_box .divr h5{
	font-size: 30px;
	color: #111;
}
.culturefl_box .divr ul{
	
}
.culturefl_box .divr ul li{
	margin-top: 50px;
	width: 100%;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.culturefl_box .divr ul li a{
	display: block;
	font-size: 0;
}
.culturefl_box .divr ul li em{
	display: inline-block;
	vertical-align: middle;
	width: 278px;
	overflow: hidden;
}
.culturefl_box .divr ul li em img{
	width: 100%;
	vertical-align: top;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.culturefl_box .divr ul li div{
	width: calc(100% - 278px);
	box-sizing: border-box;
	padding-left: 60px;
	display: inline-block;
	vertical-align: middle;
}
.culturefl_box .divr ul li div h6{
	font-size: 20px;
	color: #111;
	margin-bottom: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.culturefl_box .divr ul li div p{
	font-size: 16px;
	color: #666;
	height: 84px;
	overflow: hidden;
	line-height: 1.8;
}
.culturefl_box .divr ul li div span{
	display: block;
	text-align: right;
	font-size: 16px;
	color: #999;
	margin-top: 20px;
}
.culturefl_box .divr ul li:hover{
	margin-left: 20px;
}
.culturefl_box .divr ul li:hover em img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.culturefl_box .newsinfo_box .content_div{
	margin-top: 60px;
}
.culturefl_box .newsinfo_box .content_div::after{
	display: none;
}
.cultureflinfo_box{
	padding-top: 80px;
}



.join_box{
	padding-bottom: 0;
}
.join_box .join_ul{
	margin-top: -50px;
}
.join_box .join_ul li{
	float: left;
	width: 25%;
	font-size: 0;
	margin-top: 50px;
	cursor: pointer;
}
.join_box .join_ul li img{
	vertical-align: middle;
	width: 72px;
	height: 72px;
}
.join_box .join_ul li h6{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	width: calc(100% - 72px);
	box-sizing: border-box;
	padding-left: 20px;
	color: #111;
}
.join_box .join_ul li h6 small{
	display: block;
	font-size: 14px;
	color: #aaa;
	margin-top: 10px;
}
.join_box .join_div{
	background: #f4f4f6;
	margin-top: 80px;
}
.join_box .join_div .tab_box{
	border-bottom: 1px solid #dedee0;
	margin-bottom: 50px;
}
.join_box .tab_div{

}
.join_box .tab_div .ul1{
	padding: 60px;
	background: #fff;
}
.join_box .tab_div .ul1 li{
	border-bottom: 1px solid #f0f0f0;
}
.join_box .tab_div .ul1 li a{
	display: block;
	padding: 20px 0;
}
.join_box .tab_div .ul1 li:first-of-type a{
	padding-top: 0;
}
.join_box .tab_div .ul1 li h6{
	font-size: 18px;
	margin-bottom: 18px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.join_box .tab_div .ul1 li h6 i{
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 18px;
	background: url(../images/tb13.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 16px;
}
.join_box .tab_div .ul1 li p{
	display: inline-block;
	font-size: 16px;
	color: #999;
}
.join_box .tab_div .ul1 li em{
	float: right;
	font-size: 14px;
	color: #999;
}
.join_box .tab_div .ul1 li:hover h6{
	color: #2d893a;
}
.join_box .tab_div .ul2{
	margin-top: -6px;
	display: none;
}
.join_box .tab_div .ul2 li{
	float: left;
	width: 33%;
	margin-top: 6px;
	margin-right: 0.5%;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.join_box .tab_div .ul2 li:nth-of-type(3n){
	margin-right: 0;
}
.join_box .tab_div .ul2 li a{
	display: block;
	background: #fff;
	padding: 20px;
}
.join_box .tab_div .ul2 li em{
	display: block;
	overflow: hidden;
}
.join_box .tab_div .ul2 li em img{
	width: 100%;
	vertical-align: top;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.join_box .tab_div .ul2 li div{
	padding-top: 26px;
}
.join_box .tab_div .ul2 li div h6{
	font-size: 18px;
	color: #111;
	margin-bottom: 20px;
}
.join_box .tab_div .ul2 li div p{
	font-size: 16px;
	color: #999;
	line-height: 1.5;
}
.join_box .tab_div .ul2 li:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.join_box .tab_div .ul2 li:hover em img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.join_box .bottom_div{
	background: #fff;
	margin-top: 40px;
	padding: 40px 0px;
} 
.join_box .bottom_div h6{
    font-size: 20px;
    color: #111;
    padding-bottom: 12px;
	border-bottom: 1px solid #dedee0;
	margin-bottom: 20px;
} 
.join_box .bottom_div dl{
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
} 
.join_box .bottom_div dt{
	flex: 1;
} 
.join_box .bottom_div dt p{
	font-size: 16px;
	color: #999;
	margin-top: 12px;
} 
.join_box .bottom_div dd{
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #2d893a;
	font-size: 16px;
	cursor: pointer;
} 



.joininfo_box{
	
}
.joininfo_box .joininfo_div{
	background: #f4f4f6;
}
.joininfo_box .joininfo_div .xyzp_img{
	width: 100%;
	vertical-align: top;
}
.fh_a{
	display: block;
	background: #fff;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color: #515151;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.fh_a:hover{
	color: #2f883a;
}
.joininfo_box .top_div{
	background: #fff;
	padding: 40px 60px;
}
.joininfo_box .top_div span{
	display: block;
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}
.joininfo_box .top_div h6{
	font-size: 20px;
	color: #333;
	margin-bottom: 16px;
	font-weight: bold;
}
.joininfo_box .top_div h6 i{
	width: 17px;
	height: 20px;
	background: url(../images/tb13.png) no-repeat;
	vertical-align: top;
	display: inline-block;
	margin-left: 16px;
}
.joininfo_box .top_div p{
	font-size: 16px;
	color: #999;
	line-height: 1.6;
}
.joininfo_box .top_div strong{
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
	position: relative;
}
.joininfo_box .top_div strong i{
	font-size: 18px;
	color: #333;
	background: #fff;
	padding-right: 10px;
	position: relative;
	z-index: 3;
}
.joininfo_box .top_div strong::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #f0f0f0;
	left: 0;
	top: 8px;
}
.joininfo_box .top_div button{
	display: block;
	margin: 40px auto 0;
	width: 120px;
    height: 40px;
    color: #fff;
    background: #2d893a;
	font-size: 16px;
	border: none;
}
.joininfo_box .top_div div{
	
}
.joininfo_box .top_div div p{
	
}



.join_form{
	display: none;
	z-index: 99;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
}
.join_form form{
	position: absolute;
	background: #fff;
	padding: 40px 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 0;
}
.join_form form .out_i{
	position: absolute;
    cursor: pointer;
    z-index: 3;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
	background: url(../images/gb.png) no-repeat center #fff;
	background-size: 22px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.join_form form .out_i:hover{
	background: url(../images/gbh.png) no-repeat center #2d893a;
	background-size: 22px;
}
.join_form form h6{
	position: relative;
	margin-bottom: 20px;
	margin-top: 10px;
}
.join_form form h6:first-of-type{
	margin-top: 0;
}
.join_form form h6 i{
	font-size: 18px;
	color: #2d893a;
	padding-right: 10px;
	background: #fff;
	position: relative;
	z-index: 3;
}
.join_form form h6::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 9px;
	background: #eee;
}
.join_form form label{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 20px;
}
.join_form form label:nth-of-type(4n){
	margin-right: 0;
}
.join_form .w1000 label{
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin-right: 6%;
	margin-bottom: 20px;
}
.join_form .w1000 label:nth-of-type(2n){
	margin-right: 0;
}
.join_form form label>span{
	display: block;
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
}
.join_form form label>input{
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 16px;
}

.join_form form label>select{
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 16px;
}

.join_form form .l_label{
	width: 100%;
	margin-right: 0;
}
.join_form form label textarea{
	width: 100%;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	height: 160px;
	resize: none;
	font-size: 16px;
	padding: 6px 10px;
	line-height: 1.5;
}
.join_form form .btn_div{
	text-align: right;
	margin-top: 10px;
}
.join_form form .btn_div input{
	width: 80px;
    height: 40px;
    color: #fff;
    background: #2d893a;
	font-size: 16px;
	border: none;
	margin-left: 20px;
}
.join_form .btn{
	width: 100%;
	padding: 8px 12px;
	box-sizing: border-box;
}
.join_form .file{
	width: 100%;
	vertical-align: top;
}



.contact_box{

}
.contact_box h5{
	font-size: 26px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	letter-spacing: 6px;
}
.contact_box h5 small{
	display: block;
	font-size: 27px;
	color: #e3e3e3;
	margin-top: 12px;
	letter-spacing: 3px;
}
.contact_box ul{
	font-size: 0;
}
@media screen and (min-width: 1024px) {
	.contact_box ul li{
	display: inline-block;
	vertical-align: top;    border-right: 1px solid #ccc;
	width: 44%; margin-left:4%;
	font-size: 18px;
	line-height: 1.8;
	margin-top: 40px;
}

	

}
@media screen and (max-width: 1024px) {.contact_box ul li{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 18px;
	line-height: 1.8;
	margin-top: 40px;
}}

.contact_box ul li h6{
	font-size: 20px;
	color: #111;
}
.contact_box ul li p{

}
.contact_box ul li span{
	color: #9a9a9a;
	display: inline-block;
	margin-right: 10px;
}
.contact_box #map1{
	width: 100%;
	height: 650px;
	margin-top: 40px;
}





.aboutjj_box{
	padding-bottom: 0;
}
.aboutjj_box .div1{
	font-size: 0;
	margin-left: calc((100% - 1200px) / 2);
}
.aboutjj_box .div1 div{
	display: inline-block;
	width: 45%;
	box-sizing: border-box;
	vertical-align: middle;
	padding-right: 5%;
}
.aboutjj_box .div1 div .title_h3{
	text-align: left;
	padding-left: 0;
}
.aboutjj_box .div1 div .title_h3::after{
    margin: 28px 0 0;
}
.aboutjj_box .div1 div p{
	font-size: 16px;
	color: #454545;
	line-height: 1.8;
	margin-bottom: 14px;
}
.aboutjj_box .div1 em{
	display: inline-block;
	width: 55%;
	box-sizing: border-box;
	vertical-align: middle;
}
.aboutjj_box .div1 em img{
	width: 74%;
	vertical-align: top;
}
.aboutjj_box .div2{
	padding: 12% 0;
	background: url(../images/tt8.jpg) no-repeat fixed;
	background-size: 100%;
	color: #fff;
}
.aboutjj_box .div2 .title_h3{
	color: #fff;
	padding-bottom: 30px;
	position: relative;
}
.aboutjj_box .div2 .title_h3::after{
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	border-right: none;
}
.aboutjj_box .div2 ul{
	font-size: 0;
}
.aboutjj_box .div2 ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 5%;
	width: 30%;
	box-sizing: border-box;
	padding-left: 80px;
	background: url(../images/tb4.png) no-repeat 0 26px;
}
.aboutjj_box .div2 ul li:nth-of-type(3n){
	margin-right: 0;
}
.aboutjj_box .div2 ul li h6{
	font-size: 24px;
	margin-bottom: 12px;
}
.aboutjj_box .div2 ul li h6 small{
	display: block;
	font-size: 12px; color:#b1b1b1;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.aboutjj_box .div2 ul li p{
	font-size: 16px;
	line-height: 1.6;
}



.aboutzz_box{
	
}
.aboutzz_box .div1{
	border-bottom: 1px solid #eee;
}
.aboutzz_box .div1 ul{
	margin-top: -30px;
}
.aboutzz_box .div1 ul li{
	float: left;
	width: 32%;
	margin-top: 30px;
	padding-bottom: 21.4%;
	background: #f5f5f5;
	margin-right: 2%;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.aboutzz_box .div1 ul li:nth-of-type(3n){
	margin-right: 0;
}
.aboutzz_box .div1 ul li img{
	position: absolute;
	width: auto;
	height: 100%;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.aboutzz_box .div2{
	padding-bottom: 0;
}
.aboutzz_box .div2 ul{
	margin-top: -30px;
}
.aboutzz_box .div2 ul li{
	float: left;
	width: 32%;
	margin-top: 30px;
	background: #f5f5f5;
	margin-right: 2%;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.aboutzz_box .div2 ul li:nth-of-type(3n){
	margin-right: 0;
}
.aboutzz_box .div2 ul li a{
	display: block;
	width: 100%;
	padding-bottom: 140%;
	position: relative;
	overflow: hidden;
}
.aboutzz_box .div2 ul li img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.aboutzz_box .div2 div{
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding: 30px;
}
.aboutzz_box .div2 div img{
	display: block;
	margin: 0 auto;
}




.aboutlc_box{

}
.aboutlc_box dl{
	padding-top: 80px;
}
.aboutlc_box dl dt{
	font-size: 30px;
	color: #111;
	text-align: center;
	font-weight: bold;
	margin-bottom: 122px;
}
.aboutlc_box dl dt small{
	display: block;
	margin-top: 10px;
	font-size: 16px;
	color: #656565;
}
.aboutlc_box dl dd{
	background: url(../images/sk.jpg) repeat-y center;
	position: relative;
}
.aboutlc_box dl dd::before{
	content: "";
	position: absolute;
	width: 61px;
	height: 62px;
	background: url(../images/tb2.png) no-repeat;
	top: -62px;
	left: 50%;
	margin-left: -31px;
}
.aboutlc_box dl dd::after{
	content: "PAST";
	display: block;
	font-size: 16px;
	color: #c1c1c1;
	text-transform: uppercase;
	text-align: center;
	background: #fff;
	padding-top: 20px;
}
.aboutlc_box dl dd li{
	list-style: none;
	text-align: right;
	width: 50%;
	margin-right: 50%;
	padding: 40px 60px; 
	box-sizing: border-box;
	position: relative;
}
.aboutlc_box dl dd li::after{
	content: "";
	position: absolute;
	width: 19px;
	height: 19px;
	background: url(../images/tb3.png);
	top: 48px;
	right: -10px;
}
.aboutlc_box dl dd li strong{
	font-size: 20px;
	color: #111;
	font-weight: normal;
	display: inline-block;
	margin-bottom: 10px;
	font-style: italic;
}
.aboutlc_box dl dd li p{
	font-size: 16px;
	color: #656565;
	line-height: 1.5;
}
.aboutlc_box dl dd li:nth-of-type(even){
	margin-right: 0;
	margin-left: 50%;
	text-align: left;
}
.aboutlc_box dl dd li:nth-of-type(even)::after{
	right: auto;
	left: -10px;
}



.product_body{

}
.product_body .head_box{
	background: #33a3c2;
}
.product_body .product_type{
	background: #33a3c2;
	padding: 0 0 34px;
	font-size: 0;
	margin-top: 138px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_body .product_type a{
	font-size: 16px;
	color: #fff;
	display: inline-block;
	width: 16.66%;
	box-sizing: border-box;
	line-height: 2.6;
	position: relative;
	opacity: 0.8;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_body .product_type a:hover{
	padding-left: 6px;
	opacity: 1;
}

.product_box{

}
.product_box .top_div{
 width:100%;clear: both; padding-top:44px;
}
.product_box .top_div div{
	width: 77%; float:right; position:relative;
	box-sizing: border-box;
	padding-right: 40px;
	display: inline-block;
	vertical-align: top;
}
.product_box .top_div div h6{
	font-size: 32px;    color: #333;
	margin-bottom: 20px;
}
.product_box .top_div div p{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
}
.product_box .top_div em{
	display: inline-block;
	width: 20%; float:left; position:relative;
	vertical-align: top;
}
.product_box .top_div em img{
	width: 100%;
	vertical-align: top;
}
.product_box .product_dl{
	font-size: 0;
	margin-top: 80px;
}
.product_box .product_dl dt{
	padding-bottom: 12px;
	margin-bottom: 14px;
	border-bottom: 1px solid #008cb3;
}
.product_box .product_dl dt a{
	float: left;
	transform: translateY(-260px);
}
.product_box .product_dl dt h5{
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	font-size: 20px;
	color: #008cb3;
	font-weight: bold;
}
.product_box .product_dl dt h6{
	width: 10%;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}
.product_box .product_dl dt h6:nth-of-type(1){
    width: 12%;
}
.product_box .product_dl dt h6:nth-of-type(2){
	width: 9%;
}
.product_box .product_dl dt h6:nth-of-type(3){
	width: 6%;
}
.product_box .product_dl dt h6:nth-of-type(4){
	width: 12%;
}
.product_box .product_dl dt h6:nth-of-type(5){
	width: 10%;
}
.product_box .product_dl dt h6:nth-of-type(6){
	width: 10%;
}
.product_box .product_dl dd{
	text-align: right;
}
.product_box .product_dl dd h6{
	display: inline-block;
	vertical-align: top;
	padding-right: 40px;
	width: 40%;
	text-align: left;
	box-sizing: border-box;
}
.product_box .product_dl dd h6 a{
	display: block;
	font-size: 16px;
	margin-top: 30px;
    color: #2d893a;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    border: 2px solid #2d893a;
	padding: 0 26px;
	font-weight: bold;
    border-radius: 24px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_box .product_dl dd h6 a:hover{
	color: #fff;
	background: #2d893a;
}
.product_box .product_dl dd h6 p{
	font-size: 16px !important;
	line-height: 1.8 !important;
	color: #666 !important;
}
.product_box .product_dl dd h6 p span{
	font-family: "Microsoft YaHei" !important;
}
.product_box .product_dl dd div{
	display: inline-block;
	vertical-align: top;
	width: 60%;
	text-align: left;
	margin-bottom: 30px;
}
.product_box .product_dl dd div>a{
	float: left;
	transform: translateY(-260px);
}
.product_box .product_dl dd div h5{
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
}
.product_box .product_dl dd div li{
	width: 100%;
	line-height: 22px;
	margin-top: 20px;
}
.product_box .product_dl dd div li span{
	display: inline-block;
	width: 16.66%;
	font-size: 14px;
	vertical-align: top;
}
.product_box .product_dl dd div li span:nth-of-type(1){
	width: 20%;
}
.product_box .product_dl dd div li span:nth-of-type(2){
	width: 15%;
}
.product_box .product_dl dd div li span:nth-of-type(3){
	width: 10%;
}
.product_box .product_dl dd div li span:nth-of-type(4){
	width: 20%;
}
.product_box .product_dl dd div li .new::after{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 22px;
	height: 8px;
	background: url(../images/tb1.png);
	margin-left: 4px;
}
.product_box .product_dl dd div li em{
	display: inline-block;
	width: 15%;
	font-size: 14px;
	color: #33a3c2;
	vertical-align: top;
}
.product_box .product_dl dd div li em a{
	color: #33a3c2;
}
.product_box .product_dl dd div li i{
	display: inline-block;
	width: 19%;
	text-align: center;
	height: 22px;
	background: #33a3c2;
	color: #fff;
	border-radius: 11px;
	font-size: 14px;
	vertical-align: top;
	cursor: pointer;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_box .product_dl dd div li i a{
	color: #fff;
}
.product_box .product_dl dd div li i:hover{
	background: #247186;
}



.login_box{
	width: 100%;
	position: relative;
	padding-bottom: 48%;
	background-image: url(../images/tt3.jpg);
	background-size: 100% 100%;
}
.login_box .login_div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 560px;
	box-sizing: border-box;
	padding: 44px 54px;
	border-radius: 15px;
	background: #fff;
}
.login_box .tab_h5{
	font-size: 0;
	text-align: center;
	margin-bottom: 50px;
}
.login_box .tab_h5 span{
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	color: #666;
	width: 50%;
	cursor: pointer;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.login_box .tab_h5 span:hover{
	color: #008cb3;
}
.login_box .tab_h5 span.active{
	color: #008cb3;
}
.login_box .tab_div{
	
}
.login_box .tab_div form{
	font-size: 0;
	display: none;
}
.login_box .tab_div form:first-of-type{
	display: block;
}
.login_box .tab_div form input{
	width: 100%;
	vertical-align: top;
	height: 52px;
	line-height: 52px;
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	margin-bottom: 26px;
	font-size: 18px;
	box-sizing: border-box;
	padding: 0 18px;
}
.login_box .tab_div form .yzm_ipt{
	width: calc(100% - 120px);
} 
.login_box .tab_div form .yzm_span{
	width: 120px;
	text-align: right;
	line-height: 52px;
	vertical-align: top;
	display: inline-block;
	font-size: 18px;
	color: #29a9d3;
} 
.login_box .tab_div form label{
	font-size: 18px;
	color: #999;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
.login_box .tab_div form label em{
	color: #008cb3;
}
.login_box .tab_div form label em:hover{
	text-decoration: underline;
}
.login_box .tab_div form label input{
	width: 16px;
	height: 16px;
	border-radius: 0;
	background: #fff;
	border: 1px solid #c9c9c9;
	vertical-align: top;
	margin-right: 8px;
	margin-bottom: 0;
}
.login_box .tab_div form .zhmm_a{
	font-size: 18px;
	color: #999;
	display: inline-block;
	vertical-align: top;
}
.login_box .tab_div form button{
	width: 100%;
	height: 52px;
	color: #fff;
	font-size: 18px;
	border: none;
	border-radius: 10px;
	background: #008cb3;
	margin-top: 30px;
	vertical-align: top;
}
.login_box .tab_div form div{
	position: relative;
}
.login_box .tab_div form div input{
	padding-left: 50px;
}
.login_box .tab_div form .zh_div::after{
	content: "";
	width: 30px;
	height: 30px;
	background: url(../images/tb34.png) no-repeat;
	position: absolute;
	top: 11px;
	left: 11px;
}
.login_box .tab_div form .mm_div::after{
	content: "";
	width: 30px;
	height: 30px;
	background: url(../images/tb35.png) no-repeat;
	position: absolute;
	top: 11px;
	left: 11px;
}

.login_box .tab_div form input::-webkit-input-placeholder {
    color: #999;
}
.login_box .tab_div form input:-moz-placeholder {
    color: #999;
}
.login_box .tab_div form input::-moz-placeholder {
    color: #999;
}
.login_box .tab_div form input:-ms-input-placeholder {
    color: #999;
}



.login_box .coa_div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 1200px;
	height: 450px;
	box-sizing: border-box;
	background-color: #2eb6dc;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: -130px -130px;
}
.login_box .coa_div h6{
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	width: 344px;
	font-size: 48px;
	color: #fff;
}
.login_box .coa_div h6 p{
	font-size: 24px;
	line-height: 1.5;
	margin-top: 26px;
}
.login_box .coa_div form{
	position: absolute;
	width: 46%;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	box-sizing: border-box;
	padding: 100px 80px 80px;
	text-align: right;
}
.login_box .coa_div form label{
	display: block;
	padding-left: 90px;
	padding-right: 30px;
	position: relative;
	border-bottom: 2px solid #e8e8e8;
	margin-bottom: 34px;
	text-align: left;
}
.login_box .coa_div form label span{
	position: absolute;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	color: #333;
	left: 0;
	bottom: 0;
}
.login_box .coa_div form label input{
	width: 100%;
	height: 46px;
	line-height: 46px;
	border: none;
	font-size: 18px;
}
.login_box .coa_div form .label1{
	background: url(../images/tb19.png) no-repeat right center;
}
.login_box .coa_div form .label2{
	background: url(../images/tb20.png) no-repeat right center;
}
.login_box .coa_div form .label3{
	background: url(../images/tb21.png) no-repeat right center;
}
.login_box .coa_div form .label4{
	background: url(../images/tb22.png) no-repeat right center;
}
.login_box .coa_div form button{
	padding: 10px 30px;
	background: #53bddf;
	border: 1px solid #1699bf;
	border-radius: 6px;
	font-size: 20px;
	color: #fff;
}



.content_box{
	width: 1200px;
	padding-bottom: 670px;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.nav_dl{
	position: absolute;
	top: 0;
	left: 0;
	width: 28%;
	height: 100%;
	box-sizing: border-box;
	background-color: rgba(0,140,179,0.8);
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: -130px -130px;
	padding-top: 84px;
}
.nav_dl dt{
	text-align: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.nav_dl dt img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.nav_dl dd{
	padding-top: 30px;
	padding-left: calc(50% - 44px);
}
.nav_dl dd a{
	display: block;
	font-size: 14px;
	color: #fff;
	margin-top: 24px;
	height: 22px;
	line-height: 22px;
	padding-left: 30px;
}
.nav_dl dd a::after{
	content: "";
	float: right;
	width: 0;
	height: 22px;
	background: url(../images/tb24.png) no-repeat;
	opacity: 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.nav_dl dd a.a1{
	background: url(../images/tb25.png) no-repeat;
}
.nav_dl dd a.a2{
	background: url(../images/tb26.png) no-repeat;
}
.nav_dl dd a.a3{
	background: url(../images/tb27.png) no-repeat;
}
.nav_dl dd a.a4{
	background: url(../images/tb28.png) no-repeat;
}
.nav_dl dd a.a5{
	background: url(../images/tb29.png) no-repeat;
}
.nav_dl dd a.a6{
	background: url(../images/tb30.png) no-repeat;
}
.nav_dl dd a.active_a::after{
	width: 19px;
	opacity: 1;
}
.nav_dl dd a:hover::after{
	width: 19px;
	opacity: 1;
}



.content_box .content_div{
	width: 72%;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 84px 84px 0;
}
.content_box .title_h5{
	font-size: 28px;
	color: #008cb3;
	font-weight: bold;
	position: relative;
	margin-bottom: 50px;
}
.content_box .title_h5 small{
	display: block;
	font-size: 14px;
	margin-top: 8px;
	font-weight: normal;
	text-transform: uppercase;
}
.content_box .title_h5 .bj_a{
	position: absolute;
	height: 21px;
	line-height: 21px;
	right: 0;
	bottom: 0;
	font-size: 16px;
	color: #008cb3;
	padding-left: 30px;
	background: url(../images/tb23.png) no-repeat;

}
.content_box .content_div form{

}
.content_box .content_div form label{
	display: block;
	border-bottom: 1px solid #cce6ee;
	font-size: 0;
}
.content_box .content_div form label>span{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #666;
	height: 60px;
	line-height: 60px;
	width: 70px;
}
.content_box .content_div form label>input{
	display: inline-block;
	vertical-align: top;
	border: none;
	font-size: 16px;
	color: #666;
	height: 60px;
	line-height: 60px;
	width: calc(100% - 70px);
}
.content_box .company_box form label>span{
	width: 90px;
}
.content_box .company_box form label>input{
	width: calc(100% - 90px);
}
.content_box form .tj_div{
	text-align: right;
	margin-top: 30px;
}
.content_box form .tj_div button{
	padding: 8px 24px;
    background: #53bddf;
    border: 1px solid #1699bf;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
}
.content_box form .tj_div p{
	font-size: 12px;
	color: #008cb3;
	margin-top: 10px;
}
.content_box .ddd_address{
	display: none;
	z-index: 3;
}
.content_box .address_box{
	width: 72%;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: #fff;
	box-sizing: border-box;
}
.content_box .address_box table{
	width: 100%;
	text-align: center;
}
.content_box .address_box table tr{
	
}
.content_box .address_box table th{
	height: 70px;
	padding: 0 10px;
	background: #f7f7f7;
	font-size: 14px;
	color: #666;
}
.content_box .address_box table td{
	height: 40px;
	padding: 10px;
	border-bottom: 1px solid #cce6ee;
}
.content_box .address_box table td span{
	color: #008cb3;
	cursor: pointer;
}
.content_box .address_box table td img{
	width: 117px;
	height: 66px;
}
.content_box .address_box h6{
	font-size: 14px;
	color: #999;
	text-align: center;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #cce6ee;
}
.content_box .address_box h5{
	text-align: right;
	height: 35px;
	line-height: 35px;
	background: #fbfbfb;
	font-size: 12px;
	color: #666;
	padding-right: 60px;
}
.content_box .address_box button{
	padding: 8px 24px;
    background: #53bddf;
    border: 1px solid #1699bf;
    border-radius: 6px;
    font-size: 16px;
	color: #fff;
	display: block;
	margin: 30px auto 0;
}
.content_box .control-group{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	margin-top: 17px;
	position: relative;
}
.content_box .control-group::before{
	content: "请上传营业执照";
	position: absolute;
	color: #005bac;
	left: 0;
	line-height: 25px;
	font-size: 16px;
	cursor: pointer;
}
.content_box .controls{
	opacity: 0;
}
.content_box .control-group .btn{
	background: #fff;
	box-shadow: none;
	padding: 0;
}
.content_box #js-fimg-show{
	font-size: 16px;
	color: #666;
	float: right;
	line-height: 60px;
}




.swiper_box{

}
.swiper_box .swiper-slide{
	
}
.swiper_box .swiper-slide img{
	width: 100%;
	vertical-align: top;
}
.swiper_box .swiper-slide div{
	position: absolute;
	top: 50%;
	left: calc(50% - 660px);
	transform: translateY(-50%);
	width: 520px;
	color: #fff;
}
.swiper_box .swiper-slide div h6{
	font-size: 60px;
	line-height: 1.2;
	font-weight: bold;
}
.swiper_box .swiper-slide div p{
	font-size: 24px;
	margin-top: 20px;
}
.swiper_box .swiper-slide div a{
	font-size: 20px;
    margin-top: 80px;
    color: #fff;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    border: 2px solid #fff;
    padding: 0 26px;
    border-radius: 24px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.swiper_box .swiper-slide div a:hover{
	background: #fff;
	color: #2d893a;
}
.swiper_box .swiper-pagination{
	bottom: 60px !important;
}
.swiper_box .swiper-pagination span{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.5);
	background: rgba(255,255,255,0);
	opacity: 1;
}
.swiper_box .swiper-pagination .swiper-pagination-bullet-active{
	background: rgba(255,255,255,0.5);
}



.welcome_box{

}
.welcome_box .title_h5{
	font-size: 36px;
	color: #2d893a;
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 32px;
	position: relative;
}
.welcome_box .title_h5::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 192px;
	height: 2px;
	background: #b4b5b5;
}
.welcome_box .more_a{
	font-size: 16px;
	margin-top: 50px;
	color: #616161;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	display: inline-block;
	border: 2px solid #9d9d9d;
	padding: 0 26px;
	border-radius: 24px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .more_a:hover{
	background: #2d893a;
	color: #fff;
}
.welcome_box .div1{
	text-align: center;
}
.welcome_box .div1 p{
	text-align: center;
	font-size: 18px;
	color: #595757;
	line-height: 1.8;
}
.welcome_box .div2{
	position: relative;
}
.welcome_box .div2 img{
	width: 100%;
	vertical-align: top;
}
.welcome_box .div2 div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}
.welcome_box .div2 div h6{
	font-size: 64px;
	line-height: 1.3;
}
.welcome_box .div2 div p{
	font-size: 24px;
	margin-top: 20px;
	line-height: 1.5;
}
.welcome_box .div3{

}
.welcome_box .div3 li{
	width: 100%;
	padding-bottom: 23%;
	position: relative;
	background: #f9fafa;
}
.welcome_box .div3 li em{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}
.welcome_box .div3 li em img{
	width: 100%;
	height: 100%;
}
.welcome_box .div3 li div{
	position: absolute;
	width: 50%;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	padding-left: 5%;
	transform: translateY(-50%);
}
.welcome_box .div3 li div h5{
	text-align: left;
}
.welcome_box .div3 li div h5::after{
	left: 0;
	right: auto;
}
.welcome_box .div3 li div p{
	font-size: 18px;
	color: #575757;
	line-height: 1.8;
}
.welcome_box .div3 li:nth-of-type(2n) em{
	left: 50%;
}
.welcome_box .div3 li:nth-of-type(2n) div{
	left: 0;
	text-align: right;
	padding-left: 0;
	padding-right: 5%;
}
.welcome_box .div3 li:nth-of-type(2n) div h5{
	text-align: right;
}
.welcome_box .div3 li:nth-of-type(2n) div h5::after{
	right: 0;
	left: auto;
}
.welcome_box .div4{

}
.welcome_box .div4 .swiper-slide{
	
}
.welcome_box .div4 .swiper-slide a{
	display: block;
	overflow: hidden;
	position: relative;
}
.welcome_box .div4 .swiper-slide img{
	width: 100%;
	vertical-align: top;
}
.welcome_box .div4 .swiper-slide dl{
	position: absolute;
	top: 0;
	left: calc(50% - 660px);
	width: 23%;
	height: 100%;
	background: rgba(0,0,0,0.34);
}
.welcome_box .div4 .swiper-slide dd{
	position: absolute;
	width: 80%;
	left: 10%;
	bottom: 12%;
	color: #fff;
}
.welcome_box .div4 .swiper-slide dd h6{
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 30px;
}
.welcome_box .div4 .swiper-slide dd span{
	font-size: 16px;
	line-height: 1.5;
	display: block;
	margin-bottom: 10px;
}
.welcome_box .div4 .swiper-slide dd p{
	font-size: 16px;
	line-height: 1.5;
}
.welcome_box .div4 .swiper-pagination{
	bottom: 60px !important;
}
.welcome_box .div4 .swiper-pagination span{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #87878a;
	background: none;
	opacity: 1;
}
.welcome_box .div4 .swiper-pagination .swiper-pagination-bullet-active{
	background: #87878a;
}
.welcome_box .div5{
	padding-top: 0;
}
.welcome_box .div5 dt{
	font-size: 0;
}
.welcome_box .div5 dt span{
	display: inline-block;
	vertical-align: top;
	padding-bottom: 10px;
	position: relative;
	font-size: 20px;
	margin-right: 40px;
	cursor: pointer;
}
.welcome_box .div5 dt span::after{
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	background: #2f883a;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .div5 dt .active_span::after{
	opacity: 1;
	width: 100%;
}
.welcome_box .div5 dt span:hover::after{
	opacity: 1;
	width: 100%;
}
.welcome_box .div5 dd{
	margin-top: 36px;
}
.welcome_box .div5 dd ul{
	
}
.welcome_box .div5 dd ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
}
.welcome_box .div5 dd ul li:nth-of-type(3n){
	margin-right: 0;
}
.welcome_box .div5 dd ul li em{
	display: block;
	overflow: hidden;
}
.welcome_box .div5 dd ul li em img{
	width: 100%;
	vertical-align: top;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .div5 dd ul li div{
	padding-top: 30px;
}
.welcome_box .div5 dd ul li div h6{
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .div5 dd ul li div span{
	font-size: 14px;
	color: #aaa;
	display: block;
	margin-top: 12px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .div5 dd ul li:hover em img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.welcome_box .div5 dd ul li:hover div h6{
	color: #2d893a;
}
.welcome_box .div5 dd ul li:hover div span{
	color: #2d893a;
}



.search_box{
	padding: 40px 0;
}
.search_box p{
    font-size: 14px;
    color: #999;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.search_box h6{
	margin-bottom: 12px;
}
.search_box ul li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
}
.search_box ul li a{
	display: block;
	color: #333;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.search_box ul li a:hover{
	color: #005bac;
}


.coa_a{
	position: fixed;
	left: 40px;
	bottom: 10%;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	border: 1px solid #2d893a;
	box-sizing: border-box;
	padding: 4px;
}
.coa_a span{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
	font-weight: bold;
	background: #2d893a;
}



.yhxy_box{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 11;
}
.yhxy_box .yhxy_div{
	position: fixed;
	width: 560px;
	border-radius: 15px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 11;
	background: #fff;
	box-sizing: border-box;
	padding: 44px 54px;
}
.yhxy_box h6{
	text-align: center;
	font-size: 24px;
	color: #2d893a;
	margin-bottom: 30px;
}
.yhxy_box .content_div{
	font-size: 14px;
	line-height: 1.6;
}
.yhxy_box button{
	width: 100%;
    height: 50px;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 10px;
    background: #008cb3;
    margin-top: 50px;
    vertical-align: top;
}



.tips_box{
	display: none;
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	width: 900px;
	height: 300px;
	background-image: url(../images/hua.png);
	background-repeat: no-repeat;
	background-position: right -14% top -200%;
	background-color: #fff;
	background-size: 36%;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	z-index: 11;
	box-sizing: border-box;
}
.tips_box div{
	width: 56%;
	position: absolute;
	left: 8%;
	top: 50%;
	text-align: right;
	transform: translateY(-50%);
}
.tips_box h6{
	font-size: 25px;
	color: #111;
	margin-bottom: 7%;
	text-align: left;
}
.tips_box p{
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
}
.tips_box button{
	display: inline-block;
	vertical-align: top;
	padding: 8px 24px;
    background: #53bddf;
    border: 1px solid #1699bf;
    border-radius: 6px;
    font-size: 16px;
	color: #fff;
	margin-top: 7%;
}




@media (max-width: 1700px) {
	.content_box{
		width: 70%;
		padding-bottom: 36%;
	}
	.content_box .title_h5{
		margin-bottom: 30px;
	}
	.content_box .content_div{
		padding: 64px 64px 0;
	}
	.nav_dl{
		padding-top: 64px;
	}

}
@media (max-width: 1500px) {
	.head_box{
		height: 114px;
		padding: 30px 100px;
	}
	.headb_box{
		height: 74px;
		padding: 10px 100px;
	}
	.banner_box h2{
		font-size: 50px;
	}
	.banner_box h2 small{
		font-size: 30px;
		margin-top: 30px;
	}
	.product_body .product_type{
		margin-top: 114px;
	}
	.pd{
		padding: 60px 0;
	}
	.foot_box{
		padding-top: 60px;
	}
	.aboutlc_box dl dd li strong{
		font-size: 30px;
	}
	.aboutlc_box dl{
		padding-top: 60px;
	}
	.culturehj_box .div1 ul li h6{
		font-size: 18px;
		margin-top: 20px;
	}
	.culturehj_box .div2 ul li h6{
		font-size: 18px;
		margin-top: 20px;
	}
	.culturehj_box .div1 ul li{
		margin-bottom: 40px;
	}
	.culturehj_box .div2 ul{
		margin-top: -40px;
	}
	.culturehj_box .div2 ul li{
		margin-top: 40px;
	}
	.news_box ul li a{
		padding: 20px;
	}
	.news_box ul li{
		margin-top: 30px;
	}
	.news_box ul{
		margin-top: -40px;
	}
	.title_h3{
		font-size: 32px;
	}
	.login_box .login_div{
		width: 500px;
		padding: 40px 44px;
	}
	.login_box .tab_h5{
		margin-bottom: 30px;
	}
	.heada_box{
		height: 100%;
	}
	.head_box .nav_ul li h6{
		margin-bottom: 20px;
	}
	.head_box .nav_ul li p a{
		line-height: 1.6;
	}
	.head_box .nav_ul .ts_li{
		margin-top: 30px;
	}
	.head_box .nav_ul{
		top: 114px;
		padding-top: 0;
	}
	.headb_box .nav_ul{
		top: 74px;
	}
	.login_box .coa_div{
		width: 70%;
		height: 0;
		padding-bottom: 26%;
	}
	.login_box .coa_div h6{
		font-size: 36px;
	}
	.login_box .coa_div h6 p{
		font-size: 20px;
	}
	.login_box .coa_div form{
		padding: 40px;
	}
	.content_box .content_div{
		padding: 40px 40px 0;
	}
	.content_box .content_div form label>input{
		height: 46px;
		line-height: 46px;
	}
	.content_box .content_div form label>span{
		height: 46px;
		line-height: 46px;
	}
	.aboutjj_box .div1 div .title_h3{
		margin-bottom: 40px;
	}
	.nav_dl{
		padding-top: 40px;
	}
	.nav_dl dd{
		padding-top: 0;
	}
	.nav_dl dt{
		width: 100px;
		height: 100px;
	}
	.welcome_box .title_h5{
		font-size: 32px;
		margin-bottom: 24px;
	}
	.welcome_box .div1 p{
		font-size: 16px;
	}
	.welcome_box .div2 div h6{
		font-size: 40px;
	}
	.welcome_box .div2 div p{
		font-size: 20px;
	}
	.welcome_box .div3 li div p{
		font-size: 16px;
	}
	.welcome_box .div3 li div p span{
		font-size: 16px !important;
	}
	.welcome_box .more_a{
		height: 34px;
		line-height: 34px;
		font-size: 14px;
		margin-top: 30px;
	}
	.welcome_box .div4 .swiper-slide dd h6{
		font-size: 24px;
	}
	.swiper_box .swiper-slide div a{
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		margin-top: 60px;
	}
	.swiper_box .swiper-slide div h6{
		font-size: 48px;
	}
	.culturefl_box .divl a{
		margin-bottom: 30px;
	}
	.culturehj_box{
		width: 76%;
	}
	.product_box .product_dl dt a{
		float: left;
		transform: translateY(-240px);
	}
	.product_box .product_dl dd div>a{
		float: left;
		transform: translateY(-240px);
	}
	.content_box #js-fimg-show{
		line-height: 46px;
	}
	.content_box .control-group{
		margin-top: 10px;
	}
	.news_box ul li em{
		width: 260px;
	}
	.news_box ul li div p{
		margin-top: 28px;
	}
	.newsinfo_box{
		padding-top: 0;
	}
	.product_box .product_dl dd h6 a{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		padding: 0 20px;
	}
	.cultureflinfo_box{
		padding-top: 60px;
	}

}
@media (max-width: 1400px) {
	.w1320{
		width: 92%;
	}
	.swiper_box .swiper-slide div{
		left: 4%;
		width: 92%;
		text-align: center;
	}
	.head_box{
		padding: 30px 4%;
	}
	.headb_box{
		padding: 10px 4%;
	}
	.aboutjj_box .div1{
		margin-left: 4%;
	}
	.culturefl_box .divl{
		width: 150px;
	}
	.culturefl_box .divr{
		width: calc(100% - 150px);
	}
	.login_box .tab_div form input{
		height: 46px;
		line-height: 46px;
		margin-bottom: 16px;
	}
	.login_box .tab_h5 span{
		font-size: 22px;
	}
	.login_box .tab_div form .zh_div::after{
		top: 7px;
	}
	.login_box .tab_div form .mm_div::after{
		top: 7px;
	}
	.login_box .tab_div form button{
		height: 46px;
	}
	.login_box .login_div{
		width: 460px;
		padding: 40px;
	}
	.login_box .coa_div form label{
		margin-bottom: 20px;
	}
	.nav_dl dd a{
		margin-top: 20px;
	}
	.nav_dl{
		width: 24%;
	}
	.content_box .content_div{
		width: 76%;
	}
	.content_box .address_box{
		width: 76%;
	}
	.head_box .nav_ul li p a{
		font-size: 14px;
	}
	.head_box .nav_ul .ts_li{
		margin-top: 20px;
	}
	.culturefl_box .fixed_div{
		left: 4%;
	}
	.culturehj_box{
		width: 76%;
	}
	.welcome_box .div3 li div p{
		line-height: 1.4;
	}
	.welcome_box .more_a{
		margin-top: 20px;
	}
}
@media (max-width: 1200px) {
	.w1000{
		width: 92%;
	}
	.head_box{
		padding: 0;
		height: 54px;
		background:#2d893a;
	}
	.heada_box{
		height: 100%;
	}
	.head_box .nav_ul{
		border-top: 1px solid #6bcc78;
		top: 54px;
		padding: 0 4%;
		box-sizing: border-box;
	}
	.head_box .nav_ul li{
		width: 100%;
		margin-right: 0;text-align: left;
		border-bottom: 1px solid #6bcc78;
	}

	.head_box .nav_ul .ts_li{
		margin-top: 0;
	}
	.head_box .nav_ul .ts_li a{
		margin: 0;
		width: 100%;
		height: auto;
		border: none;
		text-align: left;
		font-size: 16px;
	}
	.head_box .nav_ul li h6{
		margin-bottom: 0;
		height: 46px;
		line-height: 46px;
		font-size: 18px;
	}
	.head_box .nav_ul li h6::after{
		content: "+";
		float: right;
		font-size: 20px;
		color: #fff;
		transition: 0.5s;
    -webkit-transition: 0.5s;
	}
	.head_box .nav_ul li.active h6::after{
		-webkit-transform: rotate(45deg);
  		transform: rotate(45deg);
	}
	.head_box .nav_ul li p{
		display: none;
	}
	.head_box .logo_a{
		width: 120px;
		margin-left: 4%;
		background: url(../images/logo.png) no-repeat center;
		background-size: 100%;
	}
	/* .head_box .cn_a{
		width: 32px;
	} */
	body{
		padding-top: 54px;
	}
	.head_box form{
		display: none;
	}
	.banner_box h2{
		font-size: 30px;
	}
	.banner_box h2 small{
		font-size: 20px;
		margin-top: 20px;
	}
	.pd{
		padding: 30px 0;
	}
	.tab_box a{
		font-size: 16px;
		margin-right: 20px;
	}
	.aboutjj_box .div1{
		margin: 0;
		padding: 30px 4%;
	}
	.aboutjj_box .div1 div{
		width: 100%;
		vertical-align: top;
		padding-right: 0;
	}
	.aboutjj_box .div1 em{
		width: 100%;
		vertical-align: top;
	}
	.title_h3{
		font-size: 28px;
		text-align: center !important;
		margin-bottom: 30px;
	}
	.title_h3::after{
		margin: 20px auto 0 !important;
	}
	.aboutjj_box .div2{
		background: url(../images/tt8.jpg) no-repeat;
	}
	.aboutjj_box .div2 ul li{
		width: 100%;
		margin-right: 0;
		padding-left: 60px;
		margin-bottom: 30px;
	}
	.aboutjj_box .div2 ul li:last-of-type{
		margin-bottom: 0;
	}
	.aboutjj_box .div2 ul li h6{
		font-size: 20px;
	}
	.foot_box{
		padding: 30px 0 0;
		border-bottom: none;
	}
	.foot_box dl{
		width: 92%;
	}
	.foot_box dt{
		display: none;
	}
	.foot_box dd{
		float: none;
		margin-top: 0;
	}
	.foot_box div p{
		display: none;
	}
	.foot_box div h6{
		float: none;
		text-align: center;
	}
	.foot_box dd p{
		margin-top: 20px;
	}
	.foot_box div{
		margin-top: 30px;
		position: static;
		transform: none;
		width: 100%;
		height: auto;
		padding: 10px 4%;
		box-sizing: border-box;
		background: #222;
	}
	.foot_box div h6{
		line-height: 1.8;
	}
	.aboutlc_box dl dd{
		background: none;
	}
	.aboutlc_box dl{
		padding-top: 30px;
	}
	.aboutlc_box dl dt{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.aboutlc_box dl dd li{
		width: 100%;
		padding: 30px 0 0 0 !important;
		margin: 20px 0 0 0 !important;
		text-align: center !important;
	}
	.aboutlc_box dl dd li::after{
		top: 0;
		left: 50%;
		margin-left: -9px;
	}
	.aboutlc_box dl dd li:nth-of-type(even)::after{
		right: auto;
		left: auto;
	}
	.aboutlc_box dl dd::before{
		display: none;
	}
	.aboutlc_box dl dd li strong{
		font-size: 24px;
	}
	.aboutzz_box .div1 ul{
		margin-top: -20px;
	}
	.aboutzz_box .div1 ul li{
		width: 48%;
		margin-right: 4%;
		padding-bottom: 33%;
		margin-top: 20px;
	}
	.aboutzz_box .div1 ul li:nth-of-type(3n){
		margin-right: 4%;
	}
	.aboutzz_box .div1 ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.aboutzz_box .div2 ul{
		margin-top: -20px;
	}
	.aboutzz_box .div2 ul li{
		width: 48%;
		margin-right: 4%;
		margin-top: 20px;
	}
	.aboutzz_box .div2 ul li:nth-of-type(3n){
		margin-right: 4%;
	}
	.aboutzz_box .div2 ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.culturehj_box .div1 ul li h6{
		font-size: 16px;
		margin-top: 14px;
	}
	.culturehj_box .div1 ul li{
		margin-bottom: 20px;
	}
	.culturehj_box .div1 ul li{
		width: 100% !important;
		margin-right: 0 !important;
	}
	.culturehj_box .mt{
		margin-top: 30px;
	}
	.culturehj_box .div1 h5{
		margin-bottom: 20px;
	}
	.culturehj_box .div1 .img_div img{
		width: 100% !important;
		vertical-align: top;
		position: static !important;
		margin-bottom: 20px;
	}
	.culturehj_box .div1 .img_div{
		margin-bottom: 20px;
	}
	.culturehj_box .div2 ul li{
		width: 100% !important;
		margin-right: 0;
	}
	.culturehj_box .div2 ul li h6{
		margin-top: 14px;
		font-size: 16px;
	}
	.culturehj_box .div2 ul li{
		margin-top: 20px;
	}
	.culturehj_box .div2 ul{
		margin-top: -20px;
	}
	.culturefl_box .divl{
		float: none;
		width: 100%;
		font-size: 0;
		text-align: center;
		margin-bottom: 30px;	
	}
	.culturefl_box .divr{
		float: none;
		width: 100%;
	}
	.culturefl_box .divr h5{
		font-size: 28px;
		text-align: center;
	}
	.culturefl_box .divr ul li{
		margin-top: 30px;
	}
	.culturefl_box .divr ul li em{
		width: 100%;
	}
	.culturefl_box .divr ul li div{
		padding-left: 0;
		width: 100%;
	}
	.culturefl_box .divr ul li div h6{
		margin-top: 20px;
		margin-bottom: 14px;
	}
	.culturefl_box .divr ul li div span{
		text-align: left;
	}
	.culturefl_box .divr ul li div p{
		height: auto;
	}
	.culturefl_box .tab_box{
		margin-bottom: 30px;
	}
	.culturefl_box .divl a{
		display: inline-block;
		vertical-align: top;
		margin: 0 10px;
	}
	.culturefl_box .divl::after{
		width: 100%;
		height: 1px;
		left: 0;
	}
	.college_box .div2 dl dt{
		margin-bottom: 20px;
	}
	.college_box .div2 dl dd{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.college_box .div3 .divt img{
		display: block;
		width: 60%;
		margin: 0 auto;
	}
	.college_box .div3 .divt div{
		width: 100%;
		padding-left: 0;
		text-align: center;
		padding-top: 30px;
	}
	.college_box .div3 .divt div h6{
		font-size: 28px;
	}
	.college_box .div3 .divt div h6 small{
		font-size: 14px;
	}
	.college_box .div3 .divt div p{
		margin-top: 20px;
	}
	.college_box .div3 .divt div a{
		margin: 20px auto 0;
		height: 38px;
		line-height: 38px;
	}
	.college_box .div3 .dlb{
		margin-top: 40px;
	}
	.college_box .div3 .dlb dd a{
		width: 48%;
		margin-right: 4%;
		margin-top: 20px;
	}
	.college_box .div3 .dlb dd a:nth-of-type(3n){
		margin-right: 4%;
	}
	.college_box .div3 .dlb dd a:nth-of-type(2n){
		margin-right: 0;
	}
	.college_box .div3 .bg_img{
		margin-top: 40px;
	}
	.news_box ul{
		margin-top: -20px;
	}
	.news_box ul li{
		margin-top: 20px;
	}
	.news_box ul li a{
		padding: 0;
	}
	.news_box ul li em{
		width: 100%;
		height: auto;
	}
	.news_box ul li em img{
		width: 100%;
		height: auto;
	}
	.news_box ul li div{
		padding: 20px;
		width: 100%;
	}
	.news_box ul li div p{
		margin-top: 14px;
	}
	.news_box ul li div h6{
		font-size: 18px;
	}
	.newsinfo_box .content_div{
		padding: 30px 20px;
		margin-top: 54px;
	}
	.newsinfo_box .content_div p{
		margin-top: 16px;
	}
	.newsinfo_box .content_div h6{
		margin-bottom: 20px;
	}
	.newsinfo_box .content_div::after{
		width: 30px;
		height: 48px;
		margin-left: -15px;
		top: -24px;
	}
	.join_box .join_ul{
		margin-top: -20px;
	}
	.join_box .join_ul li{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.join_box .join_ul li h6{
		display: block;
		width: 100%;
		padding: 0;
		font-size: 18px;
		margin-top: 16px;
	}
	.join_box .join_div{
		margin-top: 30px;
	}
	.join_box .tab_div .ul1{
		padding: 20px;
	}
	.join_box .tab_div .ul1 li em{
		display: block;
		float: none;
		margin-top: 10px;
	}
	.join_box .join_div .tab_box{
		margin-bottom: 20px;
	}
	.join_box .bottom_div{
		padding: 20px;
		margin-top: 30px;
	}
	.join_box .bottom_div dl{
		display: block;
	}
	.join_box .bottom_div dt{
		width: 100%;
		margin-bottom: 20px;
	}
	.join_box .bottom_div dd{
		margin: 0 auto;
	}
	.join_box .tab_div .ul2{
		margin-top: -20px;
	}
	.join_box .tab_div .ul2 li{
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}
	.join_box .tab_div .ul2 li div{
		padding-top: 20px;
	}
	.join_box .tab_div .ul2 li div h6{
		margin-bottom: 14px;
	}
	.joininfo_box .top_div{
		padding: 20px;
	}
	.login_box{
		background: none;
		padding-bottom: 0;
	}
	.culturehj_box{
		width: 92%;
	}
	.content_box{
		width: 100%;
		position: static;
		transform: none;
		padding-bottom: 0;
	}
	.nav_dl{
		position: static;
		width: 100%;
		padding: 30px 0;
	}
	.content_box .content_div{
		position: static;
		width: 100%;
		padding: 30px 4%;
	}
	.nav_dl dd{
		padding: 0 4%;
		font-size: 0;
		margin-top: 10px;
	}
	.nav_dl dd a{
		width: 33.33%;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		background: none !important;
		text-align: center;
		padding-left: 0;
		font-size: 16px;
	}
	.content_box .address_box{
		position: static;
		width: 100%;
		padding-bottom: 30px;
	}
	.content_box .address_box table td img{
		width: 80px;
		height: auto;
	}
	.nav_dl dd a::after{
		display: none;
	}
	.content_box .title_h5{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.content_box .title_h5 small{
		font-size: 12px;
	}
	.login_box .coa_div{
		position: static;
		width: 100%;
		transform: none;
		padding-bottom: 0;
		height: auto;
	}
	.login_box .coa_div h6{
		position: static;
		transform: none;
		width: 100%;
		box-sizing: border-box;
		padding: 30px 4%;
		font-size: 28px;
	}
	.login_box .coa_div h6 p{
		font-size: 16px;
		margin-top: 20px;
	}
	.login_box .coa_div form{
		position: static;
		width: 100%;
		border-radius: 0;
		transform: none;
		padding: 30px 4%;
		box-shadow: none;
	}
	.login_box .coa_div form button{
		font-size: 16px;
	}
	.swiper_box .swiper-pagination{
		bottom: 10px !important;
	}
	.welcome_box .title_h5{
		font-size: 24px;
		line-height: 1.5;
		padding-bottom: 14px;
		margin-bottom: 30px;
	}
	.welcome_box .div1 p{
		font-size: 16px;
	}
	.welcome_box .more_a{
		height: 36px;
		line-height: 36px;
		font-size: 16px;
		margin-top: 24px;
	}
	.swiper_box .swiper-slide div a{
		height: 36px;
		line-height: 36px;
		font-size: 16px;
		margin-top: 40px;
	}
	.welcome_box .div2 div h6{
		font-size: 24px;
	}
	.welcome_box .div2 div p{
		font-size: 16px;
		margin-top: 10px;
	}
	.welcome_box .div3 li{
		position: static;
		padding-bottom: 10px;
	}
	.welcome_box .div3 li div h5{
		text-align: center !important;
	}
	.welcome_box .div3 li em{
		position: static;
		width: 100%;
	}
	.welcome_box .div3 li div{
		position: static;
		width: 100%;
		transform: none;
		padding: 20px 4% !important;
		text-align: center !important;
	}
	.welcome_box .div3 li div p{
		font-size: 16px;
	}
	.welcome_box .title_h5::after{
		width: 20%;
		left: 0 !important;
		right: 0 !important;
		margin: auto;
	}
	.welcome_box .div4 .swiper-pagination{
		bottom: 10px !important;
	}
	.welcome_box .div4 .swiper-slide dl{
		display: none;
	}
	.welcome_box .div5 dd ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.welcome_box .div5 dd ul li:last-of-type{
		margin-bottom: 0;
	}
	.welcome_box .div5 dd ul li div{
		padding-top: 20px;
	}
	.welcome_box .div5 dd{
		margin-top: 30px;
	}
	.newsinfo_box .page_div{
		margin-top: 30px;
	}
	.newsinfo_box .page_div a{
		display: none;
	}
	.newsinfo_box .page_div a.return_a{
		display: block;
		width: 100%;
		text-align: center;
	}
	.fh_a{
		height: 50px;
		line-height: 50px;
	}
	.swiper_box .swiper-slide div h6{
		font-size: 20px;
	}
	.swiper_box .swiper-slide div p{
		font-size: 16px;
		margin-top: 10px;
	}
	.swiper_box .swiper-slide div a{
		margin-top: 20px;
	}
	.culturefl_box .newsinfo_box .content_div{
		margin-top: 30px;
	}
	.culturefl_box .fixed_div{
		position: static;
		top: auto;
		left: auto;
	}
	.product_body .product_type{
		margin-top: 0;
	}
	.product_body .product_type{
		padding: 20px 0;
	}
	.product_body .product_type a{
		display: inline-block;
		vertical-align: top;
		width: auto;
		margin-right: 20px;
	}
	.product_box .top_div div{
		width: 100%;
		padding-right: 0;
	}
	.product_box .top_div div h6{
		font-size: 24px; margin-top:24px;    color: #333;
	}
	.product_box .top_div em{
		width: 100%;
	}
	.product_box .product_dl dt h5{
		width: 100%;
		font-size: 18px;
		line-height: 1.5;
	}
	.product_box .product_dl{
		margin-top: 30px;
	}
	.product_box .product_dl dt h6{
		display: none;
	}
	.product_box .product_dl dd h6{
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.product_box .product_dl dd div{
		width: 100%;
	}
	.product_box .product_dl dd div li{
		font-size: 0;
	}
	.product_box .product_dl dd div li span:nth-of-type(1){
		width: 25%;
	}
	.product_box .product_dl dd div li span:nth-of-type(2){
		width: 25%;
	}
	.product_box .product_dl dd div li span:nth-of-type(3){
		width: 20%;
	}
	.product_box .product_dl dd div li span:nth-of-type(4){
		width: 25%;
	}
	.product_box .product_dl dd div li em{
		width: 25%;
		margin-top: 14px;
	}
	.product_box .product_dl dd div li i{
		width: 20%;
		margin-top: 14px;
	}
	.coa_a{
		display: none;
	}
	.join_form form{
		max-height: 90vh;
		overflow-y: auto;
		padding: 30px 20px;
	}
	.join_form form label{
		width: 100%;
		margin-right: 0;
	}
	.head_box .nav_ul li p a{
		font-size: 16px;
		line-height: 40px;
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
	.news_box ul li:hover{
		box-shadow: none;
   		margin-left: 0;
	}
	.newsinfo_box{
		padding-top: 0;
	}
	.cultureflinfo_box{
		padding-top: 30px;
	}
	.login_box .login_div{
		position: static;
		transform: none;
		width: 100%;
	}
	.login_box .tab_div form label{
		display: block;
		margin-right: 0;
		margin-bottom: 12px;
	}
	.tips_box{
		width: 92%;
		padding: 30px 20px;
		height: auto;
		background: #fff;
	}
	.tips_box div{
		position: static;
		transform: none;
		width: 100%;
	}
	.tips_box h6{
		font-size: 20px;
	}
	.head_box .yy_div a:first-of-type{
		display: none;
	}
}

.download{float: left; width: 100%; margin-top: 42px;}
.download ul{float: left; width: 100%; margin-top: 12px;}
.download ul li{float: left; width: 100%; margin-top: 30px; }
.download ul li a{float: left; width: 100%; display: block; border: 1px solid #e9e9e9; padding: 20px 0px 20px 0px;  position: relative;}
.download ul li i{position: absolute; left: -1px; top: -1px; width: 92px; display: block;}
.download ul li i img{float: left; width: 100%; display: block;}
.download ul li i .img02{position: absolute; left: 0; top: 0; filter:alpha(opacity=00);opacity:0; 
-webkit-transition: all 0.2s ease-out 0s; 
   -moz-transition: all 0.2s ease-out 0s; 
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.download .downloadTit{float: left; width:27.113238%; padding: 4px 20px 4px 100px; border-right: 1px solid #e9e9e9; }
.download .downloadTit h4{float: left; width:100%; line-height:36px; height: 36px; font-size: 16px; color: #333;  }
.download .downloadTit span{float: left; width:100%; line-height:21px; height: 21px; font-size: 12px; color: #888; display: block; padding-left: 18px; background: url(../images/load01.png) no-repeat left;text-align: left;}
.download .downloadIntr{float:right; width: 69.218501%; line-height: 24px; height: 48px; font-size: 14px; color: #555; margin-top: 6px; overflow: hidden;padding-left: 10px;}
.download ul li a:hover i .img02{ filter:alpha(opacity=100);opacity:1; }
.download ul li a:hover .downloadTit h4{color: #ff0000;}
.download ul li a:hover{
 -webkit-box-shadow: 1px 2px 20px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 2px 20px rgba(0,0,0,.2);
         box-shadow: 1px 2px 20px rgba(0,0,0,.2);}

@media  screen and (max-width:1429px){
  .download ul li a{ padding: 20px 30px 20px 92px;}
  .download .downloadTit{width:32%;}
  .download .downloadIntr{width: 65%;}
}
@media  screen and (max-width:1199px){
  .download ul li a{ padding: 20px 30px 20px 92px;}
  .download .downloadTit{width:32%; padding: 4px 20px 4px 20px;}
  .download .downloadIntr{width: 65%;}
}
@media  screen and (max-width:991px){
  .download ul li a{ padding: 10px 20px 10px 62px;}
  .download ul li i{width: 65px;}
  .download .downloadTit{width:32%; padding: 4px 20px 4px 20px;}
  .download .downloadTit h4{line-height:26px; height: 26px; font-size: 14px; }
  .download .downloadTit span{line-height:20px; height: 20px; padding-left: 16px;}
  .download .downloadIntr{width: 65%; margin-top: 3px;}
}
@media  screen and (max-width:767px){
  .download ul li{margin-top: 15px;}
  .download ul li a{ padding: 10px 15px;}
  .download ul li i{width:40px; left: 15px; top: 14px; }
  .download .downloadTit{width:100%; padding: 4px 0 8px 50px; border-right: 0; border-bottom: 1px solid #e9e9e9;}
  .download .downloadTit h4{line-height:26px; height: 26px; font-size: 14px; }
  .download .downloadTit span{line-height:20px; height: 20px; padding-left: 16px;}
  .download .downloadIntr{width: 100%; margin-top: 8px; line-height: 24px; max-height: 96px; height: auto; font-size: 13px;}
}

.pz_down{ float:left; width:100%;}
.homeDown{float: left; width: 100%; background: #efefef;}
.downTop{float: left; width: 100%; padding: 4px 0;}
.downTop .downNav{float: left; width:46.785714%; }
.downTop .downNav ul{float: left; width: 25%;}
.downTop .downTit{float: left; width: 100%; line-height: 40px; height: 40px; font-size: 16px; color: #000; margin-bottom: 23px;}
.downTop .downTit a{color: #000;}
.downTop .downNav ul li{float: left; width: 100%; padding-right: 10px;}
.downTop .downNav ul li a{float: left; width:100%; line-height: 30px; height: 30px; display: block; font-size: 14px; color: #666; }
.downTop .downNav ul li a:hover{color: #000;}
.downTop .downContact{float: left; width: 25.571429%;}
.downTop .downContact ul{float: left; width: 100%;}
.downTop .downContact ul li{float: left; width: 100%; padding-left: 35px; font-size: 14px; color:#666; line-height: 30px; position: relative;}
.downTop .downContact ul li i{position: absolute; left:0; top:7px; width: 18px; display: block; }
.downTop .downContact ul li i img{float: left; width: 100%; display: block;}
.downTop .downMa{float: right; width:19.857143%; margin-top: 12px; }
.downTop .downMa .img01{float: left; width: 50%; padding-right: 10px; display: block; }
.downTop .downMa .img02{float: right; width: 50%; padding-left: 10px; display: block; }
.downTop .downMa .downMaTxt{float: left; width: 100%; line-height: 30px; margin-top: 16px; color: #666; font-size: 14px;}
.downTop .downMa .downMaTxt span{float: left; width: 100%; display: block; line-height: 30px; color: #666; }
.downBq{float: left; width: 100%; background: #ebebeb; padding: 15px 0;}
.downBq .bq{float: left; max-width: 70%; line-height: 32px; font-size: 14px; color: #333;}
.downBq .bq a{float: left; width: 100%; display: block; color: #b6b6b6;}
.downBq .bq a:hover{color: #fff;}
.downBq .downLink{float: right; color: #b6b6b6;font-size: 16px;}
.downBq .downLink a{padding: 0 10px; color: #666; font-size: 14px; line-height: 32px; height: 32px; }
.downBq .downLink a:hover{color: #fff;}

@media  screen and (max-width:1199px){ 
  .downTop{padding: 40px 0;}
  .downTop .downContact{width: 18%;}
  .downTop .downMa{width: 20%;}
  .downTop .downMa .img01{padding-right: 5px;}
  .downTop .downMa .img02{padding-left: 5px;}
}
@media  screen and (max-width:991px){ 
  .homeDown{text-align: center;}
  .downTop{padding: 30px 0;}
  .downTop .downTit{margin-bottom: 15px;}
  .downTop .downNav{width: 100%;}
  .downTop .downNav ul{width: 25%;}
  .downTop .downNav ul li{display: none;}
  .downTop .downContact{width: 56%; text-align: left; padding-left: 8%;}
  .downTop .downMa{width: 36%; padding-right: 8%; margin-top: 20px;}
  .downTop .downMa .img01{padding-right: 5px;}
  .downTop .downMa .img02{padding-left: 5px;}
  .downTop .downMa .downMaTxt{line-height: 24px; margin-top: 5px;font-size: 14px;}
  .downTop .downMa .downMaTxt span{line-height: 24px; }
  .downBq{text-align: center;}
  .downBq .bq{width: 100%; text-align: center; max-width: none;}
  .downBq .downLink{float: none; display: inline-block; *display: inline; *zoom:1; vertical-align: top; }
}
@media  screen and (max-width:767px){ 
  .downTop{padding: 20px 0;}
  .downTop .downTit{margin-bottom: 10px; line-height: 30px; height: 30px; font-size: 14px;}
  .downTop .downContact{width: 100%; text-align: left; padding:0 5%;}
  .downTop .downContact h4{display: none;}
  .downTop .downContact ul li{ font-size: 13px; line-height: 24px; }
  .downTop .downContact ul li i{width: 15px; top: 4px;}
  .downTop .downMa{width: 100%; padding:0 10%; margin-top: 20px; display:none;}
  .downTop .downMa .downMaTxt{margin-top: 10px; font-size: 13px;}
  .downBq .bq{line-height: 22px; font-size: 12px;}
  .downBq .downLink{font-size: 14px;}
  .downBq .downLink a{padding: 0 5px; font-size: 12px; line-height: 22px; height: 22px; }
}

@media screen and (min-width: 1024px) {.container { width: 1400px; margin:0px auto;}}
@media screen and (max-width: 1024px) {.container { width: 100%; margin:0px auto;}}

.ksks02{ font-size:14px; color:#666; line-height:200%}
.ksks03{ font-size:14px; color:#666; height:34px; line-height:34px; padding-left:7px; margin-top:7px; border:1px solid #ccc; width:95%;}
.ksks04{ font-size:14px; color:#666; height:120px;  padding-left:7px; margin-top:7px;border:1px solid #ccc; width:95%;}
.ksks05{ font-size:14px; color:#666; height:34px; line-height:34px;  margin-top:4px; width:100%;}
.ksks06{ padding:10px 10px; color:#888;}



/* 定义下拉按钮样式 */
.dropbtn {
  background-color: transparent;
  color: #000;
  padding: 0px 20px;
  font-size: 20px;
  border: none;
  cursor: pointer;
}
 
/* 容器 <div> - 滚动容器 */
.dropdown {
  position: relative;
  display: inline-block;
}
 
/* 下拉内容 (默认隐藏) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999;
}
 
/* 鼠标悬停时显示下拉内容 */
.dropdown:hover .dropdown-content {
  display: block;
}
 
/* 链接样式 */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
 
/* 鼠标悬停时更改下拉链接背景颜色 */
.dropdown-content a:hover {background-color: #f1f1f1;}


.hhd01{position: relative;float: right; right: 1%;  margin-top: 10px;}