@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%;
}
.wid48{
  width: 48%;
}
.wid40{
  width: 40%;
}
.col333 {
    color: #333;
}

.hidden {
    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: #fff;
  padding: 38px 0 36px;
}

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

.language {
  height: 32px;
  line-height: 32px;
  color: #333;
}

.language .right span{
    margin: 0 5px;
}
.language .right a{
    cursor: pointer;
}

.header-content 
.logo {
    padding-top: 80px;
}
.logo-text {
    margin: 20px 20px 0;
}
.header-icon1{
    margin-top: 20px;
}
.search{
    padding-top: 170px;
}
.search .sear-box {
    display: block;
    width: 322px;
    position: relative;
}

.sear-box input {
    width: 100%;
    height: 46px;
    line-height: 36px;
    padding: 5px 20px;
    font-size: 16px;
    background-color: rgb(255, 255, 255,.5);
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
}
input::placeholder{
    color: #666;
}
.sear-box .sear-btn {
    position: absolute;
    top: 14px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url(sear-btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

/* 头部样式 END */
/* 导航栏样式 */
.nav {
    width: 100%;
    height: 54px;
    line-height: 54px;
    background-color: #4293E4;
}
.nav .container{
    width: 1200px;
    height: 54px;
}
.nav a {
    float: left;
    display: block;
    width: 14%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: relative;
}
.nav a i{
    display: block;
    position: absolute;
    right: -1px;
    top: 20px;
    width: 1px;
    height: 18px;
    background: #FFFFFF;
}
.nav a:hover,.nav a.active {
    background-color: #3485D6;
}
.nav a:hover i,.nav a.active i{
    display: none;
}
/* 导航栏样式 */
/* 当前位置 */
.current-local{
    width: 100%;
    color: #333;
    padding: 0 18px;
    margin: 27px 0 30px;
}

.common-title{
  padding-bottom: 13px;
  border-bottom: 2px solid #d2d2d2;
}
.common-title>a{
    color: #333;
    font-size: 18px;
    padding:  0 50px;
    position: relative;
}
.common-title>a::before{
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 5px;
  height: 5px;
  transform: translateX(-50%);
  background-color: #fff;
}
.common-title>a::after{
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAAAECAYAAACN6BG+AAAAcElEQVQ4jd3RsQ2CUAAA0adhEBM63YKe2gmYwFGsCJ0NbGBjcAIKBqAwYQcSK0LCCL/4/JvgLncqnrOEuOKFO6ZUss4ROITihg9G9MjTyCJDHYFHCEo80KLCF+/jZ1m2SUMEIiHo9jEbDX64HDsJ/FfnUw/6B5By9gAAAABJRU5ErkJggg==);
  background-size: 100% 100%;
  background-position: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
/* 新闻区域 */
.news{
  width: 584px;
}
.news .content-title{
  padding-bottom: 10px;
  border-bottom: 2px solid #d2d2d2;
}
.news .content-title ul li{
  float: left;
  width: 24%;
  font-size: 18px;
  color: #333;
  
  
}
.news .content-title ul li a{
    padding: 0 10px;
}
.news .content-title ul li.on a{
  color: #4293E4;
  font-weight: bold; 
  position: relative;
  
}
.news .content-title ul li.on a::before{
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 5px;
  height: 5px;
  transform: translateX(-50%);
  background-color: #fff;
}
.news .content-title ul li.on a::after{
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5px;
  background-image: url(title-bg.png);
  background-size: 100% 100%;
  background-position: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.news-list{
  margin-top: 18px;
}
.news-list li{
  line-height: 38px;
  color: #333;
  font-size: 16px;
  padding-right: 100px;
  position: relative;
}
.news-list li:hover{
  color: #4293E4;
}

.news-list li a{
  width: 90%;
  display: block;
}
.news-date{
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
}
.news-list li:hover .news-date{
  color: #4293E4;
}
/* 新闻区域 */

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

.focusBox .slide-box li {
    height: 346px;
    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: 54px;
  line-height: 54px;
  background-color: rgba(0, 0, 0,0.4);
}
.focusBox .slide-txt{
    position: absolute;
    bottom: 18px;
    left: 15px;
    color: #fff;
    z-index: 999;
    font-size: 16px;
}

.focusBox .disc {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 99;
}
.focusBox .disc li{
  float: left;
  width:13px;
  height:13px;
  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:#4293E4;

}
.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;
}
/* 轮播图 */

/* 底部区域 */
.footer {
    color: #333;
    background:#F9FAFB;
    padding: 28px 0 62px;
    border-top: 8px solid #4293E4;
}
.bottom-select{
    margin: 0 0 70px;
}

.bottom-select .list{
    width: 247.6px;
    height: 42px;
    line-height: 42px;
    text-align: left;
    float: left;
    border: 1px solid #4293E4;
    font-size: 16px;
    color:#4293E4;
    margin-right: 60px;
    position: relative;
    cursor: pointer;
}
.bottom-select .list p{
    margin-left: 20px;
}
.bottom-select .list .list-icon{
    position: absolute;
    right: 20px;
    top: 18px;
    border: 7px solid transparent;
    border-top-color:#4293E4;
}
.bottom-select .list .se-list{
    width: 100%;
    display: none;
    color: #fff;
    background-color:#4293E4 ;
    border: 1px solid#4293E4;
    max-height: 200px;
}
.bottom-select .list .se-list li{
    border-bottom: 1px solid  #4293E4;
    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 40px;
}
.foot-txt{
    text-align: center;
   
}
.icon-intro{
     margin-bottom: 30px;
}
.icon-intro span{
    margin: 0 5px;
}
.icon-intro a:hover{
    color: #4293E4;
}
.govericon1{
    width: 131px;
    height: 60px;
    margin-right: 77px;
    margin-top: 25px;
}

.govericon2 {
    margin-top: 12px;
    margin-left: 140px;
}

.footer-desc p {
    margin-top: 16px;
    font-size: 16px;
    color: #333;
}
.footer-desc a img{
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}
/* 底部区域 */
/* table区域 */
.table{
  margin-top: 20px;
  font-size: 16px;
}

.table .row-title{
  width: 100%;
  height: 42px;
  line-height: 42px;
  background-color: #F0F5FA;
  color: #333;
  font-size: 18px;
  
}
.table span{
  display: inline-block;
  text-align: center;
}
.table .row{
  margin: 40px 0;
  color: #333;
  cursor: pointer;
}

.table .row .wid40 {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.table .row:hover .color-active{
  color: #017CDA;
}
.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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.page .active {
    background-color:#4293E4;
    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,
.pageSub,
#lastPage {
    width: 52px;
}

#nextPage,
#prevPage {
    width: 72px
}