/* 初始化样式 */
.container {
    padding: 0 !important;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px !important;
        width: 1400px !important;
    }
}

.row {
    margin: 0 !important;
}

.col-md-2,
.col-md-10,
.col-md-3,
.col-md-8,
.col-md-6,
.col-md-4,
.col-md-12 {
    padding: 0 !important;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {

    margin: 0;
    padding: 0;
}

.index li,
.foot li,
.head-box li {
    list-style: none;
}

a {
    color: #333;
}

a:link {
    text-decoration: none;
    /* 指正常的未被访问过的链接*/
}

a:visited {
    text-decoration: none;
    /*指已经访问过的链接*/
}

a:hover {
    color: #333;
    text-decoration: none !important;
    /*指鼠标在链接*/
}

a:active {
    text-decoration: none;
    /* 指正在点的链接*/
}


/* 通用样式 */
.w100 {
    width: 1920px;
    margin: 0 auto;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 1920px) {
    .w100 {
        width: 100%;
        margin: 0 auto;
    }
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

/* 头部样式 */


.head-box {

    height: 100%;
    overflow: hidden;

}

.head1 {
    position: fixed;
    width: 100%;
    height: 140px;
    left: 0%;
    top: 0;
    right: 0%;
    z-index: 999;
    transition: all 0.3s ease-out 0s;
    background: linear-gradient(rgb(36, 92, 206, 0.9), rgba(255, 255, 255, 0));

}

.phone-logo {
    display: none;
}

.head1-bgcol {
    background: #FFFFFF;
}

.head1-bgcol .head-link .link1 a,
.head1-bgcol .head-link .link2 a {
    color: #333;
}

.head1 .head-logo {
    display: inline-block;
}

.head1 .head-logo img {
    height: auto;
    width: 445px;
    margin-top: 27px;
    margin-left: 51px;
}

.head1 .nav-btn {
    transition: all 1s ease-out 0s;
    width: 90px;
    height: 90px;
    background: #215DD5 url(nav-btn_2022.png) no-repeat center;
    border-bottom-left-radius: 50%;
}

.head1 .nav-btn:hover {
    transform: scale(1.2);
}

.head1 .head-center {
    margin-right: 44px;
}

.head1 .head-center ul {
    display: block;
    text-align: right;
}

.head1 .head-center li {
    display: inline-block;
    width: auto;
    vertical-align: middle;

}

.head1 .head-link {
    margin-top: 19px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 18px;

}

.head1 .head-link .link1,
.head1 .head-link .link2 {
    width: 60px;
    height: 26px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 13px;
    text-align: center;
    margin-left: 10px;
}

.head1 .head-link .link2 {
    margin-right: 19px;
}

.head1 .head-link .link1 a,
.head1 .head-link .link2 a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    vertical-align: top;

}

.head1 .head-link .link1 a:hover,
.head1 .head-link .link2 a:hover {
    background-color: #0975E8;
}

.head1 .head-link .link3 {

    margin-left: 20px;
}

.head1 .head-link .link3 a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    vertical-align: top;
    transition: all 0.25s ease-out 0s;
}

.head1 .head-link .search-btn {
    background: url(Search_2022.png) no-repeat center;
    width: 18px;
    height: 18px;
    transition: all .4s;
}

.search-btn input {
    display: none;

}

.head1 .head-link .search-btn.open input {
    display: inline-block;
}

.head1 .head-link .search-btn.open {
    width: auto;
    background: rgba(196, 196, 196, 0.281);
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
}



.head1 .head-link .search-btn.open .s-btn {
    margin-top: 5px;
}

.head1 .head-link .search-btn.open .s-inp {
    margin-top: -5px;
}


.s-inp {
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
}

.s-inp::placeholder {
    color: #fff;
    font-size: 14px;
}

.head1 .head-link .search-btn .s-btn {
    border: none;
    background: url(Search_2022.png) no-repeat center;
    width: 18px;
    height: 18px;
}

.head1 .head-link .search-btn .head1 .head-link::after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.head1 .head-nav {
    margin-bottom: 0;
}

.head1 .head-nav li {
    margin-left: 49px;
}

.head1 .head-nav a {
    width: 976px;
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    transition: all 0.25s ease-out 0s;
}

.head1 .head-link .search-btn:hover {
    transform: scale(1.1);
}

.head1 .head-link .link3 a:hover,
.head1 .head-nav a:hover {
    color: #ff8f39;
    /* transform: scale(1.1); */
    /* color: #F3832E; */
}

/* 导航 */
.head1.head1-open {
    background: rgba(8, 50, 107, 0.85) !important;
    height: 100vh;

    overflow: scroll;
}

.head1.head1-open .nav-btn {
    background: url(nav-btn2_2022.png) no-repeat center;
}

.nav-box {
    display: none;

}

.head1.head1-open .nav-box {
    margin-top: 30px;
    /* display: flex !important; */
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.head1.head1-open .nav-box .pc-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.head1.head1-open .nav-box .nav-list1 {
    display: block;
    padding: 0 5px;
    text-align: center;
}

.head1.head1-open .nav-box .nav-list1 h1 a {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
}


.head1.head1-open .nav-box .nav-list2 li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: Regular;
    color: #FFFFFF;
    line-height: 40px;
}



.head1.head1-open .nav-box .nav-list3 li a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 200;
    color: #FFFFFF;
    line-height: 30px;
}



.head1.head1-open .nav-box .nav-list3 {
    padding: 10px 0;
}

.head1.head1-open .nav-box .nav-list1 a:hover {
    color: #F3832E;
}

/*手机端下拉菜单样式*/
.nav-xs {
    width: 100%;
}

.menu-xs {
    height: 40px;
    width: 40px;

    position: absolute;
    top: 50px;
    right: 0px;
}

.navigation-xs p {
    margin-bottom: 0;
}


.navigation-xs li {
    background: rgba(8, 50, 107, 0) !important;
}

.dropdown-m-xs li {
    background: rgba(8, 50, 107, 0.85) !important;
}

.navigation-xs a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
    width: 100%;
    display: block;
    padding-left: 20px;
}

.navigation-xs p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
    width: 100%;
    display: block;
    padding-left: 20px;
}



.dropdown-m-xs {
    display: none;
}

.nav-xs {
    display: none;
}

/* 尾部样式 */
.foot {
    background-color: #004098;
    padding-top: 40px;
    padding-bottom: 43px;
}

.foot .bottom-logo {
    float: left;
    width: 246px;
    height: 57px;
    /* margin-top: 50px; */
}

.foot .botton-content {
    float: left;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    margin-left: 100px;
    width: 50%;
}

.foot .botton-content a {
    color: #fff;
}

.foot .bottom-img {
    float: left;
    width: 25%;
}

.foot::after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.nav-xs {
    display: none !important;
}

/* 自适应样式 */
@media (max-width: 1920px) {

    .head1 .head-nav li {
        margin-left: 29px;
    }
}


@media (max-width: 1534px) {
    .head1 .head-nav li {
        margin-left: 7px;

    }
}



@media (max-width: 1460px) {
    .foot .botton-content {
        margin-left: 90px;
    }
}

@media (max-width: 1380px) {
    .head1 .head-logo {
        margin-top: 15px;
        width: 25%;
    }

    .head1 .head-center {
        margin-right: 15px;
    }

    .head1 .head-logo img {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .head1 .head-nav {
        display: none !important;
    }

    .head1 .head-logo img {
        width: 445px;
    }

    .nav-xs {
        display: block;
    }

    .head1 {
        position: absolute;
    }

    .head1 .head-link .link1,
    .head1 .head-link .link2,
    .head1 .head-link .contact,
    .head1 .head-link .logn {
        display: none !important;

    }

    .head1 .head-center ul {
        color: rgb(36, 92, 206, 0);
    }



    .foot .container {
        text-align: center;
    }

    .foot .bottom-logo,
    .foot .botton-content,
    .foot .bottom-img {
        float: none;
        margin: 0 auto;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .head1 .head-logo img {
        margin-top: 0;
    }

    .head1 .head-link {
        padding-top: 10px;
    }

    .head1 .head-link .link3 {
        margin-left: 15px;
    }

    .head1 .head-link .link3 a {
        font-size: 18px;
        font-weight: 500;
    }

    .head1 .head-link {
        /* position: relative; */
        display: flex !important;
        align-items: center;
    }

    .head1 .nav-btn {
        width: 50px;
        height: 50px;
        background-color: rgba(255, 255, 255, 0);
        margin-top: 17px;
    }

    /* 手机导航 */
    .nav-box {
        /* position: absolute; */
    }

    .pc-nav {
        display: none !important;
    }

    .layui-nav-tree {
        width: 100% !important;
    }

    .layui-nav-tree .layui-nav-bar {
        background-color: #1f59cb !important;
    }

    .head1-open .nav-xs {
        position: fixed;
        display: block !important;
        height: 100vh;
        top: 0;
        bottom: 0;
        left: 0;
        right: 100px;
        width: 70%;
        background-color: #393D49;
        overflow: scroll;
        z-index: 2;
    }

    .head1.head1-open .nav-visible {
        z-index: 999;
        position: fixed;
        display: block !important;
        height: 100vh;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        visibility: visible;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .head1.head1-open {
        height: 100px;
        overflow: hidden;
        background: linear-gradient(rgb(36, 92, 206, 0.9), rgba(255, 255, 255, 0)) !important;
    }

    .head1.head1-open .nav-btn {
        background: url(nav-btn_2022.png) no-repeat center;
    }

    .layui-nav-tree .layui-nav-child dd.layui-this,
    .layui-nav-tree .layui-nav-child dd.layui-this a,
    .layui-nav-tree .layui-this,
    .layui-nav-tree .layui-this>a,
    .layui-nav-tree .layui-this>a:hover {
        background-color: #1f59cb !important;
    }
}



@media (max-width: 767px) {
    .pc-logo {
        display: none;
    }

    .head1 .head-logo img {
        margin-top: 27px;
    }

    .phone-logo {
        display: block;
    }

    .container {
        margin: 0;
        padding: 0 10px;
        max-width: none !important;
    }

    .head1 {
        height: 100px;
    }

    .head1 .head-logo {
        width: 50%;
        /* margin-top: 60px; */
        position: relative;
    }

    .head1 .head-logo img {
        width: auto;
        max-height: 60px;
        margin-left: 15px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .head1 .head-link .link1,
    .head1 .head-link .link2,
    .head1 .head-link .contact,
    .head1 .head-link .logn {
        display: none !important;

    }



    .head1 .head-center ul {
        color: rgb(36, 92, 206, 0);
    }

    .head1 .head-center {
        margin-right: 10px;
    }

    .foot .container {
        text-align: center;
    }

    .foot .bottom-logo,
    .foot .botton-content,
    .foot .bottom-img {
        float: none;
        margin: 0 auto;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .foot .botton-content a {
        color: #fff;
    }

    .head1 {
        /* padding-top: 30px; */
        /* position: relative; */
    }

    .head1 .head-center {
        /* position: absolute;
        top: 0; */
        /* width: 100%; */
        /* text-align: right; */
        /* padding-top: 30px; */
    }

    .head1 .head-logo {
        /* position: absolute;
        top: 0; */
    }

    .head1 .head-link .search-btn.open {
        position: absolute;
        top: 70px;
        width: 80%;
        left: 10%;
        margin-left: 0;
        background: rgba(236, 236, 236, 0.514);
    }

    .head1 .head-link .search-btn:hover {
        transform: none;
    }

    .s-inp {
        float: left;
        width: auto;

        margin-top: 0;
    }

    .head1 .head-link .search-btn.open input {
        vertical-align: top;
    }

    .head1 .head-center .head-link {
        /* float: right;
        margin-top: 0;
        margin-right: 15px; */
    }
}

@media (max-width: 520px) {
    .head1 .head-logo img {
        width: 100%;

    }

}

.article-cont li {
    margin-left: 20px;
}

/*违纪违法举报*/

.foot .bottom-img .f-right {
  position:absolute;
  margin: 20px 50px 20px 50px;
}
.foot .bottom-img .f-right .jb {
  text-decoration:none !important;
  display:inline-block;
  text-align:center;
  width:165px;
  height:44px;
  line-height:44px;
  border:1px solid rgba(255,255,255,0.4);
  border-radius:22px;
  font-size:15px;
  font-weight:400;
  color:#FFFFFF;
  position:relative;
  margin-right:23px
}
.foot .bottom-img .f-right .jb:hover {
  color:#fff;
  background:#0460BF;
  border-color:#0460BF
}
.foot .bottom-img .f-right .jb::before {
  position:absolute;
  content:'';
  top:16px;
  left:13px;
  width:18px;
  height:13px;
  background:url('youjian.png') no-repeat center center
}