@charset"utf-8";

/* 通用初始化样式 START */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

input,
textarea,
button,
select {
    border: none;

}

button {
    cursor: pointer;
    background: none;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none;
    outline-offset: 0;
}

input {
    display: block;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei", Arial;
    -webkit-text-size-adjust: 100%;
    font-size-adjust: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}

.top20 {
    margin-top: 20px;
}

.f12 {
    font-size: 12px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f36 {
    font-size: 36px;
}
.wid12{
width: 12%;
}
.wid14{
width: 14%;
}
.wid15{
width: 15%;
}  
.wid16{
  width: 16%;
}
.wid50{
  width: 50%;
}

.wid40{
  width: 40%;
}
.col333 {
    color: #333;
}

.hidden {
    display: none;
}
.speshow{
    display: none;
}
.object-cover {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mshow {
    display: none;
}
.mhide{
    display: block;
}
.content{
  background-color: #f5f6f6;
  padding: 20px 0 50px;
}

/* 通用初始化样式 END */
/* 头部样式 START */
.header {
    width: 100%;
    height: 312px;
    background-image: url(head-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 14px;
    text-align: center;
}

.language {
  height: 32px;
  line-height: 32px;
  background-color: #fff;
}
.language .container{
    text-align: right;
    color: #333;
    font-size: 14px;
}
.language .container span{
    margin: 0 5px;
}
.three-txt{
    margin: 0 40px 0 5px;
}
.weixin{
    margin-left: 14px;
}
.weibo img,.weixin img{
   vertical-align: top;
    margin-top: 8px;
}

.header-content 
.logo {
    padding-top: 60px;
}
.logo-text {
    margin-top: 11px;
}
.header-icon1{
    margin-top: 35px;
}
.search{
    padding-top: 126px;
}
.search .sear-box {
    display: block;
    width: 320px;
    margin-left: 80px;
    background-color: #fff;
    position: relative;
}

.sear-box input {
    width: 100%;
    height: 40px;
    line-height: 30px;
    padding: 5px 20px;
    font-size: 14px;
    border: 1px solid #017CDA;
}
input::placeholder{
    color: #666;
}
.sear-box .sear-btn {
    position: absolute;
    top: 8px;
    right: 20px;
    width: 26px;
    height: 26px;
    background-image: url(new-sousuo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

/* 头部样式 END */
/* 导航栏样式 */
.nav {
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #659ac4;
    background-color: #017CDA;
    margin-top: 32px;
}
.nav .container{
    width: 1200px;
    height: 52px;
}
.nav a {
    float: left;
    display: block;
    width: 14%;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.nav a:hover,.nav a.active {
    background-color: #0163AE;
}

/* 导航栏样式 */
/* 当前位置 */
.current-local{
    width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    padding: 0 25px;
}
.current-local img{
    width: 16px;
    height: 19px;
    vertical-align: top;
    margin-top: 12px;
    margin-right: 10px;
}
.current-local span{
    color: #333;
}
.content-title {
    padding-bottom: 18px;
    border-bottom: 1px solid #E0E0E0;
}
.content-title a{
  font-weight: bold;
  color: #017CDA;
}
.content-title .title-line {
    display: inline-block;
    width: 4px;
    height: 20px;
    background-color: #017CDA;
    margin-right: 11px;
    margin-top: 2px;
    vertical-align: top;
}
/* 新闻区域 */
.news{
  width: 508px;
  margin-left: 33px;
}
.content-title{
  padding-bottom: 10px;
  border-bottom: 1px solid #A4D1F0;
}
.news .content-title ul li{
  float: left;
  font-size: 20px;
  color: #333;
  
}
.news .content-title ul li.on a{
  color: #017CDA; 
  position: relative;
}
.news .content-title ul li.on a i{
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 11px;
  height: 7px;
  background-image: url(title-sanjiao.jpg);
  background-size: 100% 100%;
  background-position: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.news .content-title ul li span {
    margin: 0 8px;
    font-size: 18px;
    vertical-align: top;
}
.news-list{
  margin-top: 20px;
}
.news-list li{
  line-height: 38px;
  color: #3B3B3B;
  font-size: 16px;
  padding-right: 100px;
  position: relative;
}
.news-list li:hover{
  color: #017CDA;
}
.news-list li i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #DDDDDD;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 18px;
}
.news-list li:hover i{
  background-color: #017CDA;
}
.news-list li a{
  width: 90%;
  display: block;
  padding-left: 14px;
}
.news-date{
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
}
.news-list li:hover .news-date{
  color: #017CDA;
}
/* 新闻区域 */

/* 轮播图 */
.focusBox{
  width: 550px;
  height: 310px;
  position: relative;
}
.focusBox .slide-box {
    height: 310px;
}

.focusBox .slide-box li {
    height: 310px;
    overflow: hidden;
}

.focusBox .slide-box li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.focusBox .mask{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
  background-color: rgba(0, 0, 0,0.4);
  padding: 0 20px;
}
.focusBox .hd-desc {
    position: absolute;
    bottom: 0;
    left: 13px;
    height: 32px;
    overflow: hidden;
    width: 100%;
    z-index: 99;
}
.focusBox .hd-desc a{
   position: absolute;
    color: #fff;
    left: 13px;
    bottom: 0;
    height: 32px;
    line-height: 32px;
    padding-right: 146px; 
    
}
.focusBox .hd-desc span{
  width: 80%;
  color: #fff;
  font-size: 14px;
}
.focusBox .disc {
    position: absolute;
    bottom: 8px;
    right: 13px;
    padding-top: 10px;
    z-index: 99;
}
.focusBox .disc li{
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 5px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-top: 10px;
  cursor: pointer;
}
.focusBox .disc .on {
    background: #017CDA;

}
.focusBox .prev,.focusBox .next{
  position: absolute;
  top:115px ;
  width: 43px;
  height: 85px;
  background-color: rgb(0, 0, 0,0.4);
  cursor: pointer;
}
.focusBox .prev{
  left: 0;
}
.focusBox .next{
  right: 0;
}
.focusBox .prev img,.focusBox .next img{
  width: auto;
  height:40px;
  margin-top: 24px;
}
/* 轮播图 */

/* table区域 */
.table{
  margin-top: 20px;
  font-size: 16px;
}
.table .spe-body{
width: 100%;
height: 210px;
}
.table .row-title{
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #F0F8FE;
  color: #017CDA;
  
}
.table span{
  display: inline-block;
  text-align: center;
}
.table .row{
  margin: 15px 0;
  color: #333;
  cursor: pointer;
}

.table .row .wid50 {
  text-align: left;
  vertical-align: top;
}
.table .row:hover .color-active{
  color: #017CDA;
}
/* 底部区域 */
.footer {
    color: #fff;
    background:#017CDA;
    padding: 20px 0 28px;
}
.bottom-select{
    margin: 0 50px 40px;
}
.bottom-select .list{
    width: 251px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    float: left;
    border: 1px solid #2e90db;
    background-color: rgb(0, 0, 0,.2) ;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    margin-right: 32px;
}
.bottom-select .list p{
    margin-left: 13px;
}
.bottom-select .list .se-list{
    width: 100%;
    display: none;
    background-color: rgb(0, 0, 0,.2) ;
    border: 1px solid #2e90db;
    border-radius: 5px;
    max-height: 200px;
}
.bottom-select .list .se-list li{
    border-bottom: 1px solid  #2e90db;
    padding: 0 13px;
}
.bottom-select .list .se-list li:last-child{
    border-bottom:none;
}
.bottom-select .last-list{
    margin-right: 0;
}
.foot-content{
    margin: 0 107px;
}
.foot-txt{
    text-align: center;
}
.govericon1{
    margin-right: 115px;
    margin-top: 40px;
}

.icon-intro{
    margin-bottom: 29px;
}
.icon-intro a{
    font-size: 16px;
}
.icon-intro span {
    margin: 0 20px;
}
.govericon2 {
    margin-top: 40px;
}

.footer-desc p {
    margin-top: 5px;
}
.footer-desc a img{
    margin: 2px 5px 0 5px;
    vertical-align: top;
}
/* 底部区域 */
/* 通用页 */
.currency{
    width: 100%;
    margin-top: 20px;
    background-color: #fff;
    padding: 30px 16px 55px;
}
.currency .left{
    width: 264px;
}

.currency .left li {
    border-bottom: 1px solid #fff;
}

.currency .left li.current {
    background: #87BFEB;
    color: #fff;
    font-weight: bold;
}

.currency .left .list {
    display: block;
    width: 264px;
    /* height: 57px; */
    line-height: 57px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    background: #DFEDF8;
    cursor: pointer;
}
.currency .left .list>a{
    display: block;
    position: relative;
}

.currency .left .head-title{
    width: 100%;
    height: 57px;
    position: relative;
}
.currency .left .head-title span{
    position: absolute;
    top:15px;
    left: 94px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}


.left-nav ul {
    display: none;
}

.left-nav>li>ul {
    width: 264px;
    color: #017CDA;
    background:#A1D1F6;
  
}

.left-nav .current>ul {
    display: block;

}


.left-nav .left-child-title {
    position: relative;
    cursor: pointer;
    line-height: 50px;
    font-weight: 400;
    padding-left: 58px !important;
    border-bottom: 1px dashed #4F91C5;
    padding-right: 10px;
}


.currency .right {
    width: 865px;
}

.currency  .content-title {
    padding-bottom: 18px;
    border-bottom: 1px solid #E0E0E0;
}

.currency .right .news {
    width: 100%;
}

.currency .news-list li {
    line-height: 53px;
    padding: 0 14px;
}

.currency  .news-list li .news-date{
    right: 14px;
}
.currency  .news-list li:nth-of-type(2n){
    background-color: #EDF4F9;
}


.page-center{
    text-align: center;
    margin-top: 50px;
}
.page {
    color: #666;
    margin: 0 auto;
}

/* 页数按钮样式 */
.page a {
    display: inline-block;
    min-width: 32px;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    color: #666;
    border: 1px solid #DCE0E0;
    text-align: center;
    margin: 4px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.page .active {
    background-color:#017CDA;
    color: #FFF
}

/* 页面数量 */
.page>span {
    color: #666;
}

.page #num,
.pageSub {
    display: inline-block;
    width: 40px;
    height: 30px;
    color: #666;
    border: 1px solid #DCE0E0;
    text-align: center;
    margin: 0 5px;
    background: none;

}

.firstPage,
.nextPage,
.prevPage,
.pageSub,
.lastPage {
    width: 52px;
}

.nextPage,
.prevPage {
    width: 72px
}
/* 通用页 */
/* 领导页面 */
.lead-content{
    padding-bottom: 39px;
}
.lead-content .left-nav>li>ul {
    width: 264px;
    color: #333333;
    background: #DFEDF8;
    font-weight: normal;
}
.lead-content .left-nav>li>.first-list{
    color: #017CDA;
}
.lead-content .person-box{
    width:151px;
    height: 188.9px;
    margin:0 auto 24px;
}
.lead-content .lead-position {
    text-align: center;
}
.lead-content .lead-position span{
    font-size: 18px;
    color: #333;
    margin-right: 10px;
}
.lead-container{
    margin-top: 69px;
}
.lead-container .lead-tit{
    padding-bottom: 18px;
    color: #017CDA;
    font-weight: bold;
    border-bottom: 1px solid #E0E0E0;
}
.lead-container .lead-tit img{
    width: 20px;
    height: 24px;
    vertical-align:top;
    margin-top: 2px;
    margin-right: 10px;
}
.lead-container .lead-txt{
    margin-top: 30px;
    margin-bottom: 53px;
    line-height: 40px;
}
.lead-container .lead-txt{
    text-indent: 2em;
}
.lead-container .desc3 .lead-tit img{
    height: 20px;
}
.lead-container .desc3 .news-list ul li{
    padding: 0;
}
.lead-container .desc3 .news-list ul li:nth-of-type(2n){
    background-color: #fff;
}
/* 地图 */
.web-address {
    padding: 15px 16px 10px;
    background: #fff;
    margin-top: 4px;
}
.web-address .content-title {
    padding-bottom: 18px;
    border-bottom: 1px solid #E0E0E0;
}
.add-box .add-item {
    margin-top: 14px;
    margin-bottom: 31px;
    margin-left: -18px;
}

.add-box .add-item .webitem {
    float: left;
    width: 215.5px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: 18px;
    margin-top: 18px;
    background: #F5F6F6;
    border: 1px solid #EBEBEB;
    position: relative;
}
.add-box .add-item .webitem a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    font-size: 16px;
  }
.add-box .add-item .webitem span {
    position: absolute;
    top: 0;
    right: 8px;

}



.add-box .add-item .webitem:hover .select-box {
    display: block !important;
    background: #FFFFFF;
    border: 1px solid #F5F6F6;
    z-index: 999;
    position: relative;
}
.add-box .add-item .webitem:hover .select-box a{
    color: #333333;
}
.add-box .add-item .webitem:hover .select-box li:hover a{
    color:#017CDA;
}