/*导航按钮*/
.content .nav-box{width:500px; height:378px; padding-top:30px; float:left; background:#fff; margin: 15px 0; border-radius:8px; font-size:0; position: relative; z-index:99;box-sizing: border-box;}
.content .nav-box .nav{display:inline-block; width:33.33%; text-align:center; text-decoration: none;  border-radius:8px; padding:20px 0; cursor:pointer; }
.content .nav-box .nav .img-box{width:100px; height:100px; margin:0 auto; transition-duration: 300ms;}
.content .nav-box .nav:hover .img-box{transform: scale(1.05);}
.content .nav-box .nav .img-box img{width:100px; height:100px;}
.content .nav-box .nav .title{font-size:15px; color:#333; font-weight: bold; margin-top:5px;}

/*导航按钮2*/
.content .nav-box2{width:500px; float:left; margin-top:15px; padding:5px 0; border-radius:8px; font-size:0; position: relative; z-index:99; overflow:hidden;}
.content .nav-box2 .nav{display:inline-block; height: 183px; width:30.33%; margin:0 1.5% 10px 1.5%; text-align:center; text-decoration: none;  border-radius:8px; padding:47.5px 10px; background:#ae0001; box-sizing: border-box; vertical-align: top; position:relative;}
/*.content .nav-box2 .nav:after{content:''; display:block; width:10px; height:10px; border-right:2px solid #ffd6a7; border-bottom:2px solid #ffd6a7; transform: rotate(45deg); position: absolute; bottom:20px; left:50%; margin-left:-5px;}*/
.content .nav-box2 .nav .img-box{width:51px; height:51px; margin:0 auto; }
.content .nav-box2 .nav .img-box img{width:51px; height:51px;}
.content .nav-box2 .nav .title{margin-top:10px; font-size:16px; color:#ffd6a7; font-weight: bolder;}

.content .right{float:right; width:776px;}

.notice-box{width:376px; height:376px; float:left; margin:20px 0 0 10px; border:1px solid #eee; border-radius:5px;}
.notice-box h2{height:48px; line-height:48px; background:#f7f7f7; padding:0 10px 0 46px; background: #f7f7f7 url(../../pc/img/gonggao.png) 12px center no-repeat; background-size: 25px 25px; font-size: 0;}
.notice-box h2>img{vertical-align: middle; width:24px; height:24px; margin-bottom:2px;}
.notice-box h2>span{vertical-align: middle;  font-size:18px;  color:#e93033; }
.notice-box h2 a{float:right; font-size:13px; height:48px; line-height: 48px; color:#999;}
.notice-box h2 a:after{content:""; display:inline-block; width:8px; height:8px; border-top: 1px solid #999; border-right:1px solid #999; transform: rotate(45deg);}
.notice-box li a{display:block; width:100%; font-size:12px; height:35px; line-height: 35px; border-bottom: 1px dashed #eee; text-indent:10px;}
.notice-box li a:active{background:#f1f1f1;}
.notice-box li a>i{display:inline-block; width:12px; height:12px;  line-height: 12px; font-size:10px; margin-right:2px; background:#ffd383; text-align:center; color:#fff; text-indent:0; }
.notice-box li:nth-last-of-type(1) a{border:none;}


.areabox{width:1280px; margin:auto; float: left; margin: 0 5px 10px; border: 1px solid #e5e5e5; border-top: 0 none;}
.areabox .contitle{ height: 48px;line-height: 48px; border-top: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; background: #f7f7f7;}
.areabox .contitle h2{font-size: 18px; color: #ff3e30;font-weight: bold;padding-left: 46px;display: inline-block; background: url(../../pc/img/icon_xuan.png) 12px center no-repeat; background-size: 25px 25px;}
/*样式1*/
.areabox .label-box{font-size:0; padding:15px 10px 10px 10px; display:flex; flex-wrap: wrap; justify-content: center;}
.areabox .label-box .label{flex:0 0 auto; display:inline-block; font-size:14px; height:30px; line-height:30px; padding:0 15px; background:#f7f7f7; margin:5px 5px 5px 5px;  box-shadow: 1px 1px 4px #ccc; cursor:pointer;}
.areabox .label-box .label:active{opacity:.8; box-shadow: 1px 1px 3px #aaa;}
/*样式2*/
.areabox .countryin{padding:10px 0;}
.areabox .countryin li{display:inline-block;}
.areabox .countryin li>a{font-size: 16px;color: #4e5255;line-height: 44px;padding: 0 20px 0 48px;background: #fff url(../../pc/img/icon_zhen.png) 20px center no-repeat;background-size: 20px 20px;display: block;border-top: 1px solid #fff;
}
