@charset "utf-8";
::-webkit-scrollbar{ display: none;}

html,
body{ width: 100%; min-width: 1170px;}

.box{ width: 100%;}
.box .box-tit{ position: relative; overflow: hidden;}
.box .box-tit .cn{ float: left; font-size: 24px; line-height: 40px; font-weight: bolder; color: #1B52EE; margin-right: 10px;}
.box .box-tit .en{ float: left; font-size: 16px; line-height: 40px; font-family: roboto; color: #B4B4B4; text-transform: uppercase;}
.box .box-tit a.more{ position: absolute; top: 0; right: 0; font-size: 14px; line-height: 40px; color: #999;}
.box .box-con{ padding-top: 10px; overflow: hidden;}

.header{ width: 100%; height: 240px; background: url('../img/header.png') center center no-repeat #0008C3;}

.head{ width: 1170px; height: 100%; margin: auto; background: url('../img/head.png') center center no-repeat;}

.nav{ width: 100%; height: 60px; margin: auto; background: #1B52EE;}

.nav-list{ position: relative; float: left; width: 900px; height: 60px; margin: auto;}
.nav-list>li{ position: relative; float: left;}
.nav-list>li:not(:last-child):after{ content: ''; position: absolute; top: 0; bottom: 0; right: 0; width: 1px; height: 1rem; margin: auto; background: #ccc;}
.nav-list>li>a{ display: block; width: 150px; font-size: 18px; line-height: 60px; font-weight: bold; text-align: center; color: #fff;}
.nav-list>li.on>a,
.nav-list>li:hover>a{ color: #fff; background: #FFAC00;  }
.nav-list .sub{ position: absolute; top: 60px; right: 0; width: 100%; z-index: 99; display: none; }
.nav-list .sub li a{ display: block; padding: 10px; text-align: center; font-size: 14px; line-height: 30px; color: #fff; background: #1B52EE; }
.nav-list .sub li a:hover{ background: #0035AD; }

.nav .search{ float: right; width: 236px; height: 36px; margin: 12px; margin-right: 0;}
.nav .search input{ float: left; height: 36px; line-height: 2; font-size: 12px; border: none; background: #fff;}
.nav .search input[type=text]{ width: 200px; padding: 6px;}
.nav .search input[type=submit]{ width: 36px; background: #FFAE23; font-family: neko; font-size: 16px; line-height: 36px; text-align: center; color: #fff; cursor: pointer}

.container{ width: 100%;}
.container:after{ content: ''; display: block; clear: both;}

.row{ width: 100%;}
.row:after{ content: ''; display: block; clear: both;}
.row.gray{ background: #F4F5F8;}

.column{ width: 1170px; margin: auto;}
.column:after{ content: ''; display: block; clear: both;}

.slide-news{ position: relative; width: 1170px; height: 450px; }
.slide-news .tempWrap{ height: 100%;}
.slide-news .bd{ height: 100%;}
.slide-news .bd ul{ width: 100%; height: 100%;}
.slide-news .bd ul li{ width: 100%; height: 100%;}
.slide-news .bd ul li a{ position: relative; display: block; width: 100%; height: 100%;}
.slide-news .bd ul li a .thumb{ width: 100%; height: 450px;}
.slide-news .bd ul li a .info{ position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; padding: 0 15px; font-size: 18px; line-height: 50px; color: #fff; font-weight: bold; background: url('../img/slide-news.png') repeat-x; }

.slide-news .arrow{ position: absolute; top: 200px; right: 0; z-index: 3; display: block; width: 50px; height: 50px; text-align: center; background: rgba(0, 0, 0, .5);}
.slide-news .arrow i{ font-size: 24px; line-height: 52px; color: #fff; }
.slide-news .arrow.prev{ left: 0; right: auto;}

.slide-news .hd{ position: absolute; z-index: 2; bottom: 22px; right: 14px;}
.slide-news .hd ul{ font-size: 0;}
.slide-news .hd ul li{ display: inline-block; width: 6px; height: 6px; margin-left: 6px; background: #fff; text-indent: -999999px;}
.slide-news .hd ul li.on{ background: #1B52EE;}

.news .list{ width: 1200px;}
.news .list .itms{ float: left; display: flex; align-items: center; width: 370px; height: 90px; margin-right: 30px; margin-bottom: 15px; background: #F6F7F9;}
.news .list .itms .date{flex-shrink: 0; float: left; display: flex; flex-flow: column; justify-content: center; align-items: center; width: 80px; text-align: center;}
.news .list .itms .date b{ font-size: 20px; font-weight: bold; color: #1B52EE;}
.news .list .itms .date i{ font-size: 14px; line-height: 20px; color: #999;}
.news .list .itms span{ padding-right: 10px;}

.style{ margin-top: 15px;}
.style .box-con .bd{ position: relative; left: -15px; width: 1200px; }
.style .box-con .bd ul li{ float: left; width: 25%;}
.style .box-con .bd ul li a{ display: block; padding: 0 15px;}
.style .box-con .bd ul li a .thumb{ width: 100%; height: 200px; overflow: hidden;}
.style .box-con .bd ul li a .info{font-size: 16px; line-height: 40px; text-align: center; }

.style .arrow{ position: absolute; top: 5px; right: 0; z-index: 3; display: block; width: 30px; height: 30px; text-align: center; background: #1B52EE;}
.style .arrow i{ font-size: 30px; line-height: 30px; color: #fff; }
.style .arrow.prev{ right: 30px; background: #F6F7F9;}
.style .arrow.prev i{ color: #1B52EE;}

.footer{ width: 100%; background: #0035AD;}

.foot{ position: relative; display: flex; justify-content: space-between; align-items: center; width: 1170px; padding: 30px 0; margin: auto; overflow: hidden;}
.foot .map{ overflow: hidden;}
.foot .map li{ float: left; margin-right: 60px;}
.foot .map li a{ display: block; font-size: 14px; line-height: 2; color: rgba(255, 255, 255, .5);}
.foot .map li a b{ font-size: 16px; color: white;}
.foot .copyright{ font-size: 14px; line-height: 2; text-align: right; color: white; }
.foot .copyright a{ display: block; margin-bottom: 10px;}

.location{ position: relative; float: left; width: 100%; background: #fff;}
.location:after{ content: ''; position: absolute; right: 0; bottom: 0; width: 100%; height: 1px; background: #eee;}
.location span,
.location a{ display: inline-block; font-size: 14px; line-height: 50px;}
.location span:after{ content: ':'; padding: 0 5px;}
.location span i{ font-size: 14px; font-weight: bolder; vertical-align: middle; margin-right: 0.5em; color: #002B54}
.location a:after{ content: '>'; padding: 0 5px;}
.location a:last-child:after{ display: none;}

.column-m{ float: right; width: 940px; padding: 20px 0;}

.newslist a{ position: relative; display: block; width: 100%; height: auto; padding-bottom: 25px; margin-bottom: 20px; overflow: hidden;}
.newslist a:after{ content: ''; position: absolute; right: 0; bottom: 0; width: 100%; height: 1px; background: #eee;}
.newslist a .thumb{ float: left; width: 160px; height: 120px; margin-right: 20px;}
.newslist a .info{ overflow: hidden; text-align: justify;}
.newslist a .info .tit{ font-size: 16px; line-height: 1.75; font-weight: bold; color: #222;}
.newslist a .info .date{ margin: 5px 0; font-size: 13px; line-height: 1.75; color: #666}
.newslist a .info .date i{ font-size: 13px; line-height: 1.75; vertical-align: middle;}
.newslist a .info .desc{ font-size: 13px; line-height: 1.75; color: #999}

.piclist{ position: relative; top: -10px; left: -10px; width: 880px; overflow: hidden;}
.piclist a{ float: left; width: 273px; margin: 10px;}
.piclist a .thumb{ height: 180px;}
.piclist a .info{ font-size: 16px; text-align: center; line-height: 30px; padding: 5px 0;}

.pagination{ padding: 10px 0; margin-top: 20px;}
.pagination>table{ margin: auto}
.pagination *{ font-size: 14px!important; line-height: 1.5!important; font-family: "Microsoft YaHei UI", "Microsoft YaHei UI Light", sans-serif, Arial, "Arial Narrow", "微软雅黑", "宋体"!important;}
.pagination a,
.pagination span,
.pagination input{ display: inline-block!important; border: none!important; height: auto!important; background: #f4f5f6!important; padding: .25em .75em!important; margin: 0 .5em!important}
.pagination span.this-page{ color: #fff; background: #002B54!important;}

.column-r{ float: left; width: 200px; margin: 20px 0; }

.subnav{ background: #f7f8fa; text-align: center;}
.subnav dt{ font-size: 20px; line-height: 2.5; font-weight: bold; color: #fff; background: #1B52EE;}
.subnav dd a{ position: relative; display: block; padding: .5em 0; font-size: 16px; line-height: 2; color: #222;}
.subnav dd a:nth-child(odd){ background: #f1f2f4}

.article{ float: left; width: 100%; padding-bottom: 20px; background: #fff;}
.article .article-tit{ position: relative; padding-bottom: 20px;}
.article .article-tit:after{ content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #eee;}
.article .article-tit h1{ font-size: 20px; line-height: 1.75; color: #1B52EE}
.article .article-info{ position: relative; padding: 20px 0; font-size: 13px; line-height: 1.5;}
.article .article-info:after{ content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #eee;}
.article .article-con{ position: relative; padding: 20px 0; font-size: 16px; line-height: 2; text-align: justify; color: #222;}
.article .article-con:after{ content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #eee;}
.article .article-arrow{ padding: 20px 0;}
.article .article-arrow a{ display: block; font-size: 16px; text-align: right; line-height: 1.5;}
.article .article-arrow a:before{ content: '下一篇：'; color: #1B52EE; font-weight: bold;}