@charset "utf-8";
body{color: #333;}
.w1200{width: 1200px;margin:0 auto;}

.header{height: 100px;}
.head_lf{width: 60%;}
.head_rt{width: 40%;}
.head_lf{margin-top: 10px;}
.head_img{width: 25%;}
.head_img span{display: inline-block;width: 80px;height: 80px;text-align: center;line-height: 80px;}
.head_title{width: 72%;margin-left: 3%;}
.head_title h3{font-size: 22px;line-height:30px;font-weight: bold;}
.head_title span{color: #9bca54; font-weight:700;}
.head_title p{font-size: 14px;line-height: 25px;}
.countdown{font-size:22px;color:#fff;height: 60px;line-height:60px;width:250px;background:linear-gradient(to bottom , #a5dd51, #9bca54);border-radius: 10px;text-align: center;}
.countdown span{display: inline-block;width:75px;height: 40px;line-height: 40px;margin: 0 10px;border-radius:10px;box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    text-align: center;background: url("../img/bubble.png") no-repeat center;color: #000;font-weight: bold;background-size: contain;vertical-align: middle;}
.head_rt .countdown{margin-top: 20px;}
.head_corner{font-size: 12px;}
.head_corner span{display: inline-block;padding:5px 8px;}
.head_corner span:hover{color: #9bca54;-webkit-transition: all linear 0.3s;-moz-transition: all linear 0.3s;-ms-transition: all linear 0.3s;-o-transition: all linear 0.3s;transition: all linear 0.3s;}
.Angle{margin-top: 9px;}
.head_corner .APP{padding-left: 13px;background: url("../img/phone.png") no-repeat 3px center;-webkit-transition: all linear 0.3s;-moz-transition: all linear 0.3s;-ms-transition: all linear 0.3s;-o-transition: all linear 0.3s;transition: all linear 0.3s;}
.head_corner .code{width:75px;position:relative;}
.head_corner .code em{z-index:99;display:none;width:100px;height:100px;box-shadow:0 2px 3px rgba(0,0,0,0.3);position: absolute;left: 0;top:21px;-webkit-transition: all linear 0.3s;-moz-transition: all linear 0.3s;-ms-transition: all linear 0.3s;-o-transition: all linear 0.3s;transition: all linear 0.3s;}
.head_corner .code:hover .APP{box-shadow:0 0 3px rgba(0,0,0,0.3);}
.head_corner .code:hover em{display: block;}
.head_corner .CHN{padding:3px 10px 3px 20px;border-right:1px solid #d2d2d2;margin:0 10px;background: url("../img/zh.png") no-repeat left center;}
.head_corner .ENG{padding:0 10px 0 30px;border-left:1px solid #d2d2d2;background: url("../img/eg.png") no-repeat 10px center;}
.member_center{margin-top: 5px;}
.member_center dl{width: 50px;height: 50px;}
.member_center dd{width: 30px;height: 30px;line-height: 30px;text-align: center;margin: 0 auto;}
.member_center dt{text-align: center;font-size: 12px;height: 20px;line-height: 20px;}

/* 新 头部 */
.header_new {
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-betwee;
	height: 110px;
}
.header_new_title h2 {color: #9bca54; font-weight: 700; font-size: 18px; line-height: 1.8em;}
.header_new_title p { color: #333; line-height: 1.5em; font-size: 14px;}
.count_down_box {
	width: 360px;
	height: 80px;
	box-sizing: border-box;
	padding: 10px 20px;
	background: linear-gradient(to bottom , #9bca54, #a9de8a);
    border-radius: 10px;
	display: flex;
	align-items: center;
    align-content: center;
    justify-content: space-betwee;
}
.count_down_box_left p {font-size: 14px; color: #fff; line-height: 2em;}
.count_down_box_left p img {width: 16px;}
.count_down_box_left label{ margin-right:5px;}
.count_down_box_right {margin-left: 30px; padding-left: 30px; border-left: solid #fff 1px;}
.count_down_box_right p {font-size: 14px; color: #fff; line-height: 1.8em;}
.count_down_box_right span {font-weight: 700; color: #ff9702;}

.header_new_right a {
	font-size:12px;
	padding: 0 10px 0 30px;
    border-left: 1px solid #d2d2d2;
    background: url(../img/eg.png) no-repeat 10px center;
}

.header_new_logo {width: 160px; margin-right: 20px;}

.header_new_neutralization {
	width: 90px;
    margin-right: 20px;
    border-left: solid #eee 1px;
    padding-left: 15px;
    margin-left: 10px;
}
.header_new_title {width: 320px;}
.header_new_right {width: 70px; margin-left: 30px;}

/*menu*/
.menu{height: 50px;line-height: 50px;background: #a5dd51;border-top: 3px solid #9bca54;}
.menu_ul li{float: left;position: relative;}
.menu_ul li:hover{background:#9bca54;}
.menu_ul .current-menu-parent {background:#9bca54;}
.menu_ul .current-menu-item {background:#9bca54;}
.menu_ul li a{font-weight:bold;font-size:14px;color: #fff;display:block;height: 49px;line-height: 49px;padding: 0 20px;}
.menu_ul li ul.sub-menu{display:none;position: absolute;background:#a5dd51;z-index: 9; width:100%;}
.menu_ul li ul.sub-menu .sub-menu-item{width: 100%;text-align: center;}
.menu_ul li ul.sub-menu a{font-weight:normal;padding: 0 5px;height:40px;line-height:40px;}

.sht-footbanner {
	text-align:center;
	
}
.sht-footbanner a { display:block; margin:0 auto;}

/*footer*/
.footer{background:#333;}
.footer .w1200{
	padding: 20px 0;
	border-bottom: 1px solid #c1c1c1;
}
.footer h3{font-size: 15px;margin-bottom: 10px;color: #c1c1c1;}
.foot{float: left;}
.foot_lf{width: 546px; margin-right:16px;}
.foot_dw{width: 90px; margin-right:16px;}
.foot_md{width: 230px; margin-right:16px;}
.foot_rt{width: 175px;}

/*.foot_lf img{ height:53px;}*/
.foot_lf .organization {
	display: flex;
	align-content: center;
	justify-content: flex-start;
}

.foot_dw .span01{ margin-right:10px;}
/*.foot_dw img{ height:60px;}*/

.organization {}

.foot_info p{position:relative;padding-left:57px;font-size: 12px;line-height: 20px;color: #c1c1c1;}
.foot_info label{position: absolute;left: 0;}


.foot_rt .APP,.foot_rt .focus{float: left;width:80px;}
.foot_rt .APP{margin-right: 10px;}

.foot_rt dt{font-size:12px;color: #C1C1C1;text-align: center;margin: 5px 0;}



.copyright{padding: 15px 0;}
.copyright p{font-size:12px;height: 20px;line-height: 20px;color: #c1c1c1;text-align: center;}
.copyright p a {color:#aaa;}

/*404 页面*/
.error-404 {
    width: 80%;
    margin: 50px auto 0 auto;
}
.error-404 .error-img {
    width: 20%;
    text-align: center;
}
.error-404 .error-cont {
    width: 80%;
}
.error-404 .error-tips {
    margin: 0 20px;
}
.error-tips h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.error-tips p {
    color: #888;
}
.error-btn {
    margin: 20px 0;
}
.error-btn a {
    display: inline-block;
    padding: 5px 20px;
    background-color: #33a1dc;
    color: #FFF;
    border-radius: 5px;
    margin: 0 10px;
}

/* 搜索页面 */
.search article {padding:10px 0; margin-bottom:20px; border-bottom: dotted #9bca54 1px;}
.search .entry-summary {font-size:14px; margin-top:10px;}
.search .entry-summary a {font-size:12px; color:#9bca54;}


/*滚动条样式*/
.classify .swiper-slide::-webkit-scrollbar {
    display: none;
    height: 2px;
    width: 4px;
}
.classify:hover .swiper-slide::-webkit-scrollbar {
    display: block;
}
.classify .swiper-slide::-webkit-scrollbar-thumb {
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 2px rgba(155,202,84,0.2);
    background: rgba(202,202,84,1);
}
.classify .swiper-slide::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(199, 199, 199, 0.11);

}