@charset "utf-8";
@import url(animate.css);
body {
    font-family: "微软雅黑" !important;
}

a {
    font-family: "微软雅黑";
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

@media screen and (min-width:768px) {
    .layui-container {
        width: 1200px;
        padding:0 0;
    }
}

.l {
    float: left;
}

.r {
    float: right;
}


/* 首页头部开始 */


/* 头部 */

.header {
    width: 100%;
    height: 235px;
    overflow: hidden;
    position: relative;
}

.index_top {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: rgba(255, 255, 255, 0.44);
    position: absolute;
    top: 0;
    z-index: 100;
}

.index_top .l a {
    margin-left: -10px;
    font-size: 24px;
    color: #fff;
}

.index_top .l span {
    margin-left: 15px;
    font-size: 16px;
    color: #fff;
}

.index_top .r ul {
    margin-right: 65px;
    margin-top: -5px;
}

.index_top .r li {
    float: left;
}
/* 隐藏地图，移动至底部 */
.index_top .r .reset{
    display:none;
}
.index_top .r li:nth-child(2) a{
    border-right:none;
    margin-right:10px;
}


.index_top .r li a {
    display: inline-block;
    margin-top: 27px;
    line-height: 16px;
    font-size: 16px;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 10px;
}

.index_top .r li a:hover {
    color: #3e53be;
}

.index_top .r .reset a {
    border: none;
}

.index_top .r .search-cover {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 75px;
    width: 350px;
    height: 75px;
    background: linear-gradient(#008fd3, #00c8a1);
}

.index_top .r .search-cover i {
    font-size: 32px;
    color: #fff;
    margin-left: 16px;
}

.index_top #search {
    /* position: relative; */
    height: 48px;
    padding: 10px;
}

#form {
    position: absolute;
    top: 10px;
    right: 0;
    left: -260px;
    height: 40px;
    margin: 0 44px 0 18px;
    opacity: 0;
}

.index_top #search_input {
    display: block;
    width: 85%;
    height: 100%;
    color: #333;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    padding: 0;
    padding-left: 20px;
    border: 0;
    background-color: #ffff;
    border-radius: 20px;
}

.index_top #search_input::-webkit-input-placeholder {
    color: #ccc9c9;
}

#search_input:-ms-input-placeholder {
    color: #ccc9c9;
}

#search_input::-ms-input-placeholder {
    color: #ccc9c9;
}

#search_input::placeholder {
    color: #ccc9c9;
}

#circle {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    line-height: 75px;
    float: right;
    box-sizing: border-box;
    background: linear-gradient(#008fd3, #00c8a1);
    overflow: hidden;
}


/* #r-btn {
    right: -3px;
    top: -12px;
    margin: -2px -2px 0 0;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

#r-btn:before,
#r-btn:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
}

#r-btn:before {
    top: 0;
}

#r-btn:after {
    bottom: 0;
}

#c-btn {
    right: 9px;
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
} */

#circle,
#form.active {
    transition: 0.3s ease all;
}

#submit-button,
#init-button {
    text-align: center;
    position: absolute;
    top: -18px;
    right: 10px;
    width: 48px;
    height: 80px;
    cursor: pointer;
}

#submit-button {
    opacity: 0;
    z-index: -1;
}

#submit-button.active {
    z-index: 2;
}

#init-button {
    z-index: 1;
}

#search.active #circle {
    /* border-radius: 20px; */
    height: 60px;
    width: 360px;
}


/* #search.active #init-button{
    padding-top: 16px;
} */

#form.active {
    left: 0;
    opacity: 1;
}

#dribbble {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    text-decoration: none;
    padding: 20px;
}

#dribbble i {
    display: block;
    width: 20px;
    height: 20px;
    ;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

#init-button {
    padding-top: 20px;
}

#init-button i {
    color: #fff;
    font-size: 35px;
}


/* banner */

.banner {
    box-sizing: border-box;
    /* padding-top: 220px; */
    width: 100%;
    height: 714px;
    position: absolute;
    top: 0;
}

.slogan1,
.slogan2， .slogan3 {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.slogan1 {
    background: url(../img/top_bgc1-two.jpg) no-repeat center -112px;
}

.slogan2 {
    background: url(../img/top_bgc2.jpg) no-repeat center top;
}

.slogan3 {
    background: url(../img/top_bgc3.jpg) no-repeat center top;
}

.slogan1 p,
.slogan2 p,
.slogan3 p {
    /* display: block; */
    color: #fff;
    width: 1030px;
    font-size: 30px;
    /* font-family: '幼圆'; */
    /* letter-spacing: 5px; */
    text-align: center;
    margin: 0 auto;
    margin-top: 115px;
    background-color: rgba(62, 83, 190, 0.3);
    line-height: 90px;
}


/* {
    background-color: transparent !important;
    padding: 0;
} */


/* 导航栏 */

.index_nav {
    position: relative;
    /* width: 100%; */
    height: 70px;
    line-height: 70px;
    background: url(../img/dh_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #3e53be;
    /* position: absolute; */
    bottom: 0;
}

.index_nav ul {
    font-size: 0;
}

.index_nav ul>li {
    float: left;
}

.index_nav ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 0 40px;
    /* letter-spacing: 2px; */
}

.index_nav ul>li>a:hover {
    background-color: #273475;
    color: #fff;
}

.hover {
    background-color: #273475;
    color: #fff;
}


/* 导航栏下拉三片区办事 */

.index_nav ul li div {
    position: absolute;
    left: 95px;
    /* top: 60px; */
    white-space: nowrap;
    display: none;
    z-index: 100;
}
.index_nav ul li:hover div {
    display: block;
}
.index_nav ul li:hover{
    background-color: #273475;
    color: #fff;
}
.index_nav ul li:nth-of-type(2) div {
    left: -300px;
    
}
.index_nav ul li:nth-of-type(3) div {
    left: -210px;
}
.index_nav ul li:nth-of-type(4) div {
    left: -50px;

}
.index_nav ul li:nth-of-type(5) div {
    left: 150px;
}
.index_nav ul li:nth-of-type(6) div {
    left: 100px;
}
.index_nav ul li:nth-of-type(7) div {
    left: auto;
    right: 170px;
}

.index_nav ul li:last-of-type div {
    left: auto;
    right: -30px;
}
.index_nav #index_nav  li .subdiv{
    line-height: 34px;
}
.index_nav #index_nav .banshi .bsdiv{
    width: 1200px;
    height: 48px;
    background-color: #fff;
    position: absolute;
    left: 0;
overflow: hidden;
}
.index_nav #index_nav .banshi .bsdiv div{
    height: 48px;
    line-height: 34px;
    padding-left: 350px;

}
.index_nav #index_nav .banshi .bsdiv div a{
    height: 48px;
}


.index_nav ul li div a {
    font-size: 16px;
    display: inline-block;
    color: #333;
    /* line-height: 23px; */
    word-wrap: normal;
    padding: 0 6px;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 8px;
    margin-right: 5px;
    width: auto;
    height: auto;
}
.index_nav ul li div a::after{
    content: "";
    border-right: 1px solid #333;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -3px;
}
.index_nav ul li div a:last-child::after{
    border-right: none;
}

.index_nav ul li div a:hover,
.index_nav ul li div a.hover {
    background-color: transparent;
    color:#3e53be;
}

.index_nav ul li.hover div {
    display: block;
    z-index: 10;
}
.index_nav .sub {
    display: inline-block;
}

.index_nav .sub .subdiv {
    box-sizing: border-box;
    /* height: px; */
    width: 1200px;
    z-index: 10;
    display: none;
    position: absolute;
    left: 0;
    padding-left: 500px;
    background-color: rgba(255, 255, 255, 0.664);
}

.index_nav .sub .subdiv .hei {
    margin: 0 20px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    background-color: transparent;
}

.index_nav .sub:hover .subdiv {
    display: inline-block;
    line-height: 48px;
}

.index_nav .sub:hover a {
    background-color: #273475;
    color: #FFF;
}

.index_nav .sub .subdiv .hei:hover {
    background-color: transparent;
    color: #3e53be;
}
.nav_bgc{
    position: relative;
    width: 100%;
    background-color: #fff;
    height: 48px;
    box-shadow: 0px 3px 3px #eeeeee;
}



/* 首页头部结束 */


/* 底部开始 */

.footer {
    width: 100%;
    height: 220px;
    background: url(../img/dibeijing.png) no-repeat 0 13px;
    background-color: #1a2457;
}

.footer .l {
    width: 1000px;
    height: 135px;
    /* background-color: #fff; */
    margin-top: 45px;
    color: #fff;
font-size: 14px;
}

.footer .l li {
    margin-right: 18px;
    float: left;
}

.footer .l .xinxi {
    box-sizing: border-box;
    padding: 20px;
    /* width: 406px; */
    height: 130px;
    line-height: 32px;
    border: 1px solid #57638b;
}
/* 底部联系我们改动 */
.footer .l .beian a,.footer .l .xinxi a {
    color: #fff;
}

.footer .l .xinxi a:hover,.footer .l .beian a:hover {
    opacity: .8;
}

.footer .l .beian {
    box-sizing: border-box;
    padding: 20px;
    /* width: 246px; */
    height: 130px;
    line-height: 32px;
    border: 1px solid #57638b;
}

.footer .l .beian a {
    color: #fff;
}

.footer .l .guanzhu {
    box-sizing: border-box;
    padding: 30px 20px 20px 20px;
    width: 235px;
    height: 130px;
    border: 1px solid #57638b;
}

.footer .l .guanzhu>div {
    margin-right: 30px;
    float: left;
}

.guanzhu div:first-child {
    width: 43px;
    height: 70px;
    position: relative;
    /* overflow: hidden; */
}
.guanzhu div:nth-child(2) {
    width: 43px;
    height: 70px;
    position: relative;
}
.guanzhu div:nth-child(3) {
    width: 43px;
    height: 70px;
    position: relative;
}

.guanzhu div:first-child>div {
    position: absolute;
    top: -15px;
    right: 14px;
    z-index: 20;
    display: none;
}
.guanzhu div:nth-child(2)>div {
    position: absolute;
    top: -15px;
    right: 20px;
    display: none;
}

.guanzhu div:nth-child(3)>div {
    position: absolute;
    top: -15px;
    right: 20px;
    display: none;
}

.guanzhu div:first-child:hover div {
    display: block;
}

.guanzhu div:nth-child(2):hover div {
    display: block;
}
.guanzhu div:nth-child(3):hover div {
    display: block;
}
.guanzhu .xmt_tb {
    width: 43px !important;
    height: 43px !important;
    border: 1px solid #57638b;
    box-sizing: border-box;
    padding: 9px 0 0 6px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.guanzhu div:nth-child(3) a .xmt_tb {
    padding: 13px 0 0 5px;
}
.footer .l .guanzhu>div:last-child {
    margin-right: 0;
}

.footer .l .guanzhu>div img {
    margin-bottom: 8px;
}

.footer .l .guanzhu>div p {
    text-align: center;
    color: #fff;
}

.footer .r {
    width: 200px;
    height: 65px;
    /* background-color: #f2f2f2; */
    margin-top: 95px;
}


/* 链接 */

.bottom-dh-box {
    background-color: #4e4e4e;
    line-height: 46px;
    position: relative;
    margin-top: 10px;
}

.bottom-dh-title {
    position: relative;
    font-size: 0;
    height: 46px;
}

.bottom-dh-title>div {
    width: 25%;
    display: inline-block;
}

.bottom-dh-title span {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    position: relative;
}

.bottom-dh-title span::before {
    width: 1px;
    border: 0;
    left: -1px;
    content: '|';
    position: absolute;
}

.bottom-dh-title div:last-of-type span::after,
.bottom-dh-title div:last-of-type span::before {
    width: 1px;
    border: 0;
    right: -1px;
    content: '|';
    position: absolute;
}


/* .bottom-dh-title div:last-of-type span::before {
    display: none;
} */

.bottom-dh-title span i {
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
    vertical-align: text-top;
}

.bottom-dh-title span font {
    display: inline-block;
    height: 46px;
    cursor: pointer;
}

.bottom-dh-title>div.hover {
    background-color: #656565;
}

.bottom-dh-title>div.hover i {
    vertical-align: sub;
}

.bottom-dh-title>div.hover span::before {
    display: none;
}

.bottom-dh-title>div.hover span::after {
    display: none;
}

.bottom-dh-title>div.hover_after span::before {
    display: none;
}

.bottom-dh-title>div:nth-child(1) div {
    left: 0;
}

.bottom-dh-title>div:nth-child(2) div {
    left: -100%;
}

.bottom-dh-title>div:nth-child(3) div {
    left: -200%;
}

.bottom-dh-title>div:nth-child(4) div {
    left: -300%;
}

.bottom-dh-content {
    background-color: #656565;
    position: relative;
}

@media screen and (min-width: 1200px) {
    .bottom-dh-box .layui-container,
    .bottom-dh-content .layui-container {
        width: 1230px !important;
    }
}

.bottom-dh-con {
    background-color: #656565;
    line-height: 26px;
    width: 1200px;
    position: relative;
    height: 0;
    overflow: hidden;
}

.bottom-dh-con ul {
    font-size: 0;
    padding-bottom: 15px;
    padding-top: 10px;
}

.bottom-dh-con ul li {
    display: inline-block;
    text-align: center;
    margin: 0px 15px;
}

.bottom-dh-con ul li a {
    color: #FFF;
    font-size: 14px;
    font-family: "微软雅黑";
    display: block;
}

.bottom-dh-con ul hr {
    height: 0;
    background-color: transparent;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
}

.count {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    display: block
}

.leave {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none
}

.leave-con {
    width: 750px;
    height: 340px;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 101;
}

.leave-close {
    text-align: right;
    font-size: 22px;
    color: #929292
}

.leave-close i {
    cursor: pointer
}

.leave-con h1 {
    font-size: 26px;
    line-height: 42px;
    margin-top: 28px
}

.leave-con hr {
    margin-top: 50px
}

.leave-con a {
    margin-top: 15px;
    width: 110px;
    font-size: 18px;
    color: #3e53be
}

.leave-con a:hover {
    color: #3e53be
}

.robot_fix {
    width: 80px;
    position: fixed;
    top: 390px;
    z-index: 1;
    left: calc((((100% - 1200px) / 2) - 82px));
}

.robot_fix a {
    display: block;
}

.robot_fix a img {
    display: block;
    margin: 0 auto;
}

.robot_fix a span {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 6px;
}

@media screen and (min-width: 1200px) {
    .bottom-con-box .layui-container {
        width: 1230px;
    }
}

@media screen and (max-width:768px) {
    .index_top a {
        margin-left: 0;
    }
    .top_box {
        display: block;
        height: 200px;
    }
    .top-icon {
        padding: 35px 0 20px;
    }
    .top-icon img {
        width: 94%;
        margin: 0 auto;
        display: block;
    }
    .top-search {
        padding-top: 0;
        padding-bottom: 15px;
    }
    .top-search div {
        width: 100%;
        margin: 0;
        font-size: 0;
    }
    .top-search div input {
        width: 90%;
    }
    .top-search div i {
        width: 10%;
        text-align: center;
    }
    .index_nav {
        height: auto;
        padding-bottom: 10px;
    }
    .index_nav ul li {
        width: 20%;
    }
    .index_nav ul li:first-of-type {
        width: 20%;
    }
    .index_nav ul li a {
        padding: 0 7px;
        font-size: 1.02rem;
        line-height: 25px;
        height: 25px;
        border-radius: 8px;
    }
    .index_nav ul li.hover div {
        display: none;
        z-index: 10;
    }
    .index_nav-listbox {
        display: none;
    }
    /* .dhtitle-fix {
        background-color: #2f5db8;
    }
    .dhtitle-fix div div {
        width: 92%;
        overflow: hidden;
        margin: 20px auto 0;
        background-color: #FFF;
        border-radius: 25px;
    }
    .dhtitle-fix div div input {
        width: 80%;
        border: 0;
        text-indent: 10px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
    }
    .dhtitle-fix div div i {
        text-align: right;
        color: #204cbb;
        width: 15%;
        display: inline-block;
        font-size: 1.4rem;
        line-height: 30px;
        margin-right: 10px;
        vertical-align: middle;
    }
    .dhtitle-fix ul li a {
        display: block;
        font-size: 1.02rem;
        color: #FFF;
        text-align: center;
        line-height: 25px;
        font-weight: bold;
        padding: 0 7px;
        height: auto;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .leave-con {
        width: 95%;
    } */
    .dhtitle-fix{
        box-shadow: 0px 3px 6px #1a2a4c15;
        border-top: 1px solid #fff;
        padding: 10px 0;
        height: auto;
        line-height: 25px;
    }
    .dhtitle-fix #dhtitle-fix{
        all:inherit;
        display: block;
        white-space: nowrap;
        overflow-y: scroll;
        display: block;
        height: auto;
        padding: 0;
        position: relative;
    }
    .dhtitle-fix #dhtitle-fix li{
        float: none;
        display: inline-block;
        width: auto;
    }
    .dhtitle-fix #dhtitle-fix::-webkit-scrollbar
    {
        display: none;
    }
    .dhtitle-fix #dhtitle-fix  li a {
        padding: 0 0.6rem;
        font-size: 1.05rem;
        /* color: #333; */
    }
    .dhtitle-fix #dhtitle-fix li a:hover{
        background-color:transparent;
    }
    .layui-panel {
        border: none;
        background: none;
    }
    .layui-menu{
        text-align: center;
        background-color: #3e53be9a;
    }
    .layui-menu-body-title a{
        color: #fff;
        font-weight: 700;
    }
    .mobile-dh-left {
        position: absolute;
        left: 0;
        top: -9px;
        background: url(../img/mobile-dh-left.png);
        background-size: contain;
        height: 46px;
        display: none;
        width: 35px;
        z-index: 1;
    }
    .mobile-dh-right {
        position: absolute;
        right: 0;
        top: -9px;
        background: url(../img/mobile-dh-right.png);
        background-size: contain;
        height: 46px;
        display: none;
        width: 35px;
        z-index: 1;
    }
}


/* 小屏幕 */

@media screen and (max-width:768px) {
    body {
        background-color: #f3f4f8;
    }
    .layui-container {
        padding: 0 0.625rem;
    }
    .mobile_top {
        background-color: #3e53be;
        background-image: url(../img/top_bgc4-1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }
 #bf-mobile{
      background: rgb(244, 186, 47);
      padding: 5px 10px;
      border-radius: 9px;
      font-size: 0.875rem;
      color: #fff;
      display: block;
      margin-top: 10px;
      width: fit-content;
      margin-left: auto;
      display: none;
    }
    .mobile_top img {
        width: 92%;
        display: block;
        margin: 40px auto 25px auto;
    }
    .mobile_top .layui-container div {
        width: 100%;
        /* border: 3px #fff solid; */
        box-sizing: border-box;
        margin: 20px auto;
        border-radius: 35px;
        overflow: hidden;
        background-color: #FFF;
    }
    .mobile_top input {
        width: 90%;
        height: 32px;
        line-height: 32px;
        font-size: 0.875rem;
        padding-left: 10px;
        border: 0;
        vertical-align: top;
        box-sizing: border-box;
    }
    .mobile_top .layui-container div i {
        display: inline-block;
        color: #3e53be;
        cursor: pointer;
        font-size: 1.125rem;
        line-height: 30px;
        width: 10%;
        margin-left: -6px;
        text-align: center;
    }
    .index_nav {
        box-shadow: 0px 3px 6px #1a2a4c15;
        border-top: 1px solid #fff;
        padding: 10px 0;
        height: auto;
        line-height: 25px;
    }
    /* .index_nav .layui-container{
        width: 100%;
    } */
    .index_nav #index_nav {
        all: inherit;
        display: block;
        white-space: nowrap;
        overflow-y: scroll;
        display: block;
        height: auto;
        padding: 0;
        position: relative;
    }
    .index_nav #index_nav>li {
        float: none;
        display: inline-block;
        width: auto;
    }
    .index_nav #index_nav::-webkit-scrollbar {
        display: none;
    }
    .index_nav #index_nav li a {
        padding: 0 0.6rem;
        font-size: 1.02rem;
        color: #FFF;
    }
    .index_nav #index_nav li a:hover {
        background-color: transparent;
    }
    .layui-panel {
        border: none;
        background: none;
    }
    .layui-menu {
        text-align: center;
        background-color: #3e53be9a;
    }
    .layui-menu-body-title a {
        color: #fff;
        font-weight: 700;
    }
    .index_nav #index_nav .sub .m_sub {
        all: inherit;
        position: absolute;
        bottom: 0;
    }
    .mobile-dh-left {
        position: absolute;
        left: 0;
        top: -9px;
        background: url(../img/mobile-dh-left.png);
        background-size: contain;
        height: 46px;
        display: none;
        width: 35px;
        z-index: 1;
    }
    .mobile-dh-right {
        position: absolute;
        right: 0;
        top: -9px;
        background: url(../img/mobile-dh-right.png);
        background-size: contain;
        height: 46px;
        display: none;
        width: 35px;
        z-index: 1;
    }
    .index_nav ul li a ul {
        all: inherit;
        position: absolute;
        bottom: 0;
    }
    .m_footer .ft_box {
        padding: 20px 0 15px;
        color: #fff;
        text-align: center;
        width: 100%;
        /* height: 90px; */
        background-color: #3e53be;
    }
    .m_footer .ft_box a {
        display: block;
        color: #FFF;
    }
    .m_footer .ft_box p,
    .m_footer .ft_box a {
        font-size: 0.875rem;
        margin-bottom: 10px;
    }
    .m_footer .ft_box span {
        width: 100%;
    }
    .m_footer .ft_box .dzzc {
        display: inline;
    }

     .leave-con {
        width: 95%;
        height: 260px;
    }
    .leave-con h1 {
        font-size: 1.25rem;
        line-height: 2rem;
    }

    .leave-con hr {
        margin-top: 20px
    }

    .leave-con a {
        font-size: 1.025rem;
    }

}