@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;
}
.wid48{
    width: 48%;
}
.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;
}

.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: 30px 0 20px;
}

/* 通用初始化样式 END */
/* 头部样式 START */
.header {
    width: 100%;
    height: 256px;
    font-size: 14px;
    text-align: center;
}

.language {
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid rgb(235, 235, 235);
  background-image: -moz-linear-gradient( 90deg, rgb(246,246,246) 13%, rgb(246,246,246) 94%);
  background-image: -webkit-linear-gradient( 90deg, rgb(246,246,246) 13%, rgb(246,246,246) 94%);
  background-image: -ms-linear-gradient( 90deg, rgb(246,246,246) 13%, rgb(246,246,246) 94%);
}
.language .container{
    color: #333;
    font-size: 14px;
}
.language .container img{
    vertical-align: top;
    margin-top: 6px;
}
.language .container .left a{
    margin-right: 6px;
}
.language .container .top-link4 img{
    margin-top:8px;
}
.language .container .right a{
    cursor: pointer;
}
.header-content {
    margin-top: 40px;
}
.header-content 
.logo {
    padding-top: 22px;
    margin-left: 40px;
}
.logo-text {
    margin-top: 16px;
    margin-left: 20px;
}
.header-icon1{
    margin-top: 4px;
    margin-left: 22px;
    margin-right: 22px;
}
.search{
    padding-top: 38px;
}
.search .sear-box {
    display: block;
    margin-left: 80px;
    background-color: #fff;
    position: relative;
}

.sear-box input {
    width: 342px;
    height: 48px;
    line-height: 30px;
    padding: 9px 20px;
    font-size: 14px;
    border: 1px solid #B4B4B4;
}

.sear-box .sear-btn {
    width: 93px;
    height: 48px;
    position: absolute;
    top: 0;
    right: -105px;
}

/* 头部样式 END */
/* 导航栏样式 */

.nav {
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #fff;
    background-image: -moz-linear-gradient( 90deg, rgb(189,24,22) 13%, rgb(225,5,5) 94%);
    background-image: -webkit-linear-gradient( 90deg, rgb(189,24,22) 13%, rgb(225,5,5) 94%);
    background-image: -ms-linear-gradient( 90deg, rgb(189,24,22) 13%, rgb(225,5,5) 94%);
}
.nav .container{
    width: 1200px;
    height: 46px;
}
.nav a {
    float: left;
    display: block;
    width: 12.5%;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.nav a:hover,.nav a.active {
    background-color: #B30706;
}

/* 导航栏样式 */
/* 当前位置 */
.current-local{
    width: 100%;
    height: 52px;
    line-height: 52px;
}

.current-local span{
    color: #333;
}

/* 新闻区域 */
.news{
    width: 571px;
    height: 315px;
}
.news .hd ul{
 width: 100%;
 height: 39px;
 background-image: -moz-linear-gradient( -90deg, rgb(241,241,241) 1%, rgb(204,204,204) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(241,241,241) 1%, rgb(204,204,204) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(241,241,241) 1%, rgb(204,204,204) 100%);
  border-top: 3px solid #1d6dab;
}
.news .hd ul li {
    width: 125px;
    float: left;
}
.news .hd ul li a{
    color: #333333;
    font-size: 18px;
    display:block;
    width: 125px;
    line-height: 36px;
    text-align: center;
}
.news .hd ul li.on a{
    color: #fff;
    background-color: #1d6dab;
}
.news ul {
    margin-top: 8px;
}
.news .first-list li{
    line-height: 35px;
    position: relative;
}
.news .first-list li i {
    display: block;
    width: 10.9px;
    height: 10.9px;
    background-color: #EEEEEE;
    position: absolute;
    left: 0;
    top: 12px;
}
.news .first-list li a{
    display: block;
    width: 80%;
    color: #333;
    font-size: 14px;
    padding-left: 20px;
}
.news .first-list li .news-date{
    color: #999;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
}
.news .news-list .first-list li:hover a,
.news .news-list .first-list li:hover .news-date{
  color: #1d6dab;
}
.news .news-list .first-list li:hover i{
    background-color: #1d6dab;
}
/* 新闻区域 */
/* 公共标题 */
.content-title{
    height: 39px;
    background-image: -moz-linear-gradient( -90deg, rgb(241,241,241) 1%, rgb(204,204,204) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(241,241,241) 1%, rgb(204,204,204) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(241,241,241) 1%, rgb(204,204,204) 100%);
}
.content-title>a{
    display: block;
    width: 156px;
    height: 44px;
    line-height: 36px;
    padding-left: 20px;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* 公共标题 */
/* 轮播图 */
.focusBox{
  width: 609px;
  height: 320px;
  position: relative;
}
.focusBox .slide-box {
    height: 320px;
}

.focusBox .slide-box li {
    height: 320px;
    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: 38px;
  line-height: 38px;
  background-color: rgba(0, 0, 0,0.5);
  padding: 0 20px 0 14px;
}
.focusBox .hd-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 38px;
    overflow: hidden;
    width: 100%;
    z-index: 99;
}
.focusBox .hd-desc a{
    position: absolute;
    color: #fff;
    left: 14px;
    bottom: 0;
    height: 38px;
    line-height: 38px;
    padding-right: 50px; 
    display: block;
    width:80%;
    color: #fff;
    font-size: 16px;    
}

.focusBox .disc {
    position: absolute;
    bottom: 8px;
    right: 20px;
    padding-top: 10px;
    z-index: 99;
}
.focusBox .disc li{
  float: left;
  width: 11px;
  height: 11px;
  margin: 5px;
  background-color: #fff;
  margin-top: 10px;
  cursor: pointer;
}
.focusBox .disc .on {
    background:#1d6dab;

}
.focusBox .prev,.focusBox .next{
  position: absolute;
  cursor: pointer;
  text-align: center;
}
.focusBox .prev{
  left: 0;
}
.focusBox .next{
  right: 0;
}

/* 轮播图 */
/* 政府信息公开 */
.xxgk-box{
  width: 254px;
  height: 322px;
}
.xxgk-box .content-title{
  width: 254px;
}
.xxgk-box .content-title a{
  padding-left: 10px;
}
.xxgk-box .xxgk-content ul{
  width: 100%;
  margin-top: 18px;
}
.xxgk-box .xxgk-content ul li{
  width: 100%;
  height: 45.3px;
  border: 1px solid rgb(215, 228, 235);
  border-radius: 4px;
  background-image: -moz-linear-gradient( 90deg, rgb(208,208,208) 11%, rgb(255,255,255) 31%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(208,208,208) 11%, rgb(255,255,255) 31%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(208,208,208) 11%, rgb(255,255,255) 31%, rgb(255,255,255) 100%);
  margin-top: 10px;
}
.xxgk-box .xxgk-content ul li a{
  display: block;
  width: 100%;
  height: 45.3px;
  font-size: 16px;
  color: #333;
  padding-top: 11px;
}
.xxgk-box .xxgk-content ul li a img{
  margin: 0 12px 0 46px;
}
.xxgk-box .xxgk-content ul li a span{
  vertical-align: top;
}
/* 政府信息公开 */
/* 底部区域 */
.footer {
    color: #666;
    background:#ECECEC;
    padding: 10px 0;
}
.bottom-select{
    margin: 0 0 18px;
}

.bottom-select .list{
    width: 247.6px;
    height: 42px;
    line-height: 42px;
    text-align: left;
    float: left;
    border: 1px solid #999999;
    font-size: 16px;
    color: #313131;
    margin-right: 60px;
    position: relative;
}
.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:#313131;
}
.bottom-select .list .se-list{
    width: 100%;
    display: none;
    background-color: #ECECEC ;
    border: 1px solid #999999;
    max-height: 200px;
}
.bottom-select .list .se-list li{
    border-bottom: 1px solid  #999999;
    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;
}
.govericon1{
    width: 131px;
    height: 60px;
    float: right;
    margin-right: 20px;
    margin-top: 40px;
}

.govericon2 {
    margin-top: 30px;
    margin-right: 30px;
}
.footer-desc {
    padding: 6px 0;
}
.footer-desc p {
    margin-top: 16px;
}
.footer-desc a img{
    margin: 2px 5px 0 5px;
    vertical-align: top;
}
/* 底部区域 */
.video video{
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}