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: 24%;}
.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: 18px;line-height:22px;font-weight: bold;}
.head_title span{color: #cc0605; font-weight:700;}
.head_title p{font-size: 14px;line-height: 18px;}
.countdown{font-size:22px;color:#fff;height: 60px;line-height:60px;width:250px;background:linear-gradient(to bottom , #d60c12, #cc0605);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: #cc0605;-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: #cc0605; 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 , #d00515, #d60c12);
    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:#fff702; font-size: 18px;}

.header_new_right a {
	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_logo img {height:80px;}
.header_new_neutralization {
	width: 50px;
    margin-right: 110px;
    border-left: solid #eee 1px;
    padding-left: 30px;
    margin-left: 10px;
}
.header_new_title {width: 420px;}
.header_new_right {width: 70px; margin-left: 30px; display: none;}
.header_new_service {width: 134px; margin-left: 20px;}

/*menu*/
.menu{height: 50px;line-height: 50px;background: #d60c12;border-top: 3px solid #cc0605;}
.menu_ul li{float: left;position: relative;}
.menu_ul li:hover{background:#cc0605;}
.menu_ul .current-menu-parent {background:#cc0605;}
.menu_ul .current-menu-item {background:#cc0605;}
.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:#ff0e21;z-index: 9;}
.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;}

/*footer*/
.footer{background:#333;}
.footer .w1200{padding: 15px 0;border-bottom: 1px solid #c1c1c1;}
.footer h3{font-size: 15px;margin-bottom: 10px;color: #c1c1c1;}
.foot{float: left;}
.foot_lf{width: 24%;}
.foot_cb {width:12%;}
.foot_md{width: 39%;margin: 0 4.5%;color: #c1c1c1;}
.foot_rt{width: 17%;}
.organization span{float: left;display: inline-block;text-align:left;height: 80px;}
.organization_cb span {width:50%; float:left;}
.foot_info p{position:relative;padding-left: 68px;font-size: 12px;line-height: 20px;}
.foot_info label{position: absolute;left: 0;}
.foot_rt .APP,.foot_rt .focus{float: left;width: 40%;}
.foot_rt .APP{margin-right: 20%;}
.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: #cc0605;
    color: #FFF;
    border-radius: 5px;
    margin: 0 10px;
}

/* 搜索页面 */
.search article {padding:10px 0; margin-bottom:20px; border-bottom: dotted #cc0605 1px;}
.search .entry-summary {font-size:14px; margin-top:10px;}
.search .entry-summary a { font-size:12px; color:#cc0605;}

/*滚动条样式*/
.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(126,48,142,0.2);
    background: rgba(126,48,142,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);

}