body,div,ul,ol,dl,dt,dd,li,dl,h1,h2,h3,h4{margin:0;padding:0;font-style:normal;font-size: 16px;font-family: "微软雅黑";}
ol,ul,li{list-style:none;}
img{border:0;vertical-align:middle;}
body{color:#000000;background:#FFF;text-align:center;}
.clear{clear:both;overflow:hidden;}
a{color:#1B9C89;text-decoration:none;}
a:hover{color:#000000;text-decoration:none;}
.clear-border{box-sizing:boder-box;}
.row{
    margin-right: 0px!important;
    margin-left: 0px!important;
}
.container{
    padding-left: 0px!important;
    padding-right: 0px!important;

}
.carousel-control-next{
    right:200px;
}
.carousel-control-prev{
    left:200px;
}

@media (min-width: 1200px){
    .container{
        max-width: 1200px!important;
    }
}
/* header */
body{
    /* overflow: scroll; */
    overflow-x: hidden;
}
.g-header{
    width:100%;
    height: 79px;
    background-color: #0b3775;
}
.hd-menu{
    /* width:1400px; */
    width:100%;
    max-width:1400px;
    margin:0px auto;
    height:79px;
    display:flex;
    align-items:center;
}
.hd-logo{
    width:362px;
}
.hd-logo img{

}
.hd-menu-c{
    flex:1;
    display:flex;
    align-items:center;
}
.hd-menu-item{
    display:block;
    flex:1;
    height:79px;
    line-height:79px;
    font-size: 16px;
    color:#ffffff;
}
.nav-li a:hover, .three-nav-li a:hover, .four-nav-li a:hover {
    background-color: #0b3775;
    color: #FFF;
}
.hd-search{
    width:79px;
    height:79px;
    background-color:#14a83b;
    display:flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.hd-search img{
    width:23px;
    height:23px;
    display:block;
    cursor:pointer;
}
.ls-search-box{
    width:320px;
    height:80px;
    background-color:#F0F1F2;
    position: absolute;
    right: 3.9%;
    top: 80px;
    z-index: 99;
     /* display:flex; */
    display:none;
    align-items: center;

}
.ls-sb-hide{
    opacity:0;
}
.ls-sb-show{
    opacity:1;
    display:flex !important;
}
.ls-search-input{
    flex:1;
    margin-left:20px;
    font-size:18px;
    color:#333333;
}
.ls-search-input .layui-input{
    width:100%;
    height:60px;
    line-height:60px;
    border:1px solid #e5e5e5;
}
.ls-search-btn{
    width:60px;
    height:60px;
    margin-left:10px;
    margin-right:20px;
    cursor:pointer;
    display:flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color:#0b3775;
    border-radius:3px;
}
.ls-search-btn img{
    width:23px;
    height:23px;
    display:block;
}

.header{
    width: 100%;
    min-height:220px;
    background-image: url(../images/index_top.jpg);
    background-repeat: no-repeat;
    background-size:100% 100%;
    padding-top:30px;
}
.head-top-content{
    width:1200px;
    margin:0px auto;
}
.head-top-left{
    width:100%;
    text-align:center;
}
.head-top-left .head-title{
    height: 48px;
    font-family: SourceHanSerifCN-Bold;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #4d5d60;
}
.head-top-left .head-desc{
    height: 22px;
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 5px;
    color: #4d5d60;
    margin-top:25px;
}
.head-top-right{
    width:100%;
    text-align:right;
    display:flex;
    justify-content: flex-end;
    align-items:center;
    height:37px;
    padding-top:22px;
    padding-right:126px;
}
.map-thumb{
    margin-right:11px;
    height:37px;
}
.map-thumb img{
    margin-top:7px;
}

.map-title{
    height:37px;
    line-height:37px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    margin-right:21px;
}
.map-title:hover{
    color: #000000;
}
.head-title-thumb{
    width:100%;

}
.head-title-thumb img{
    width:700px;
}

.login-h-btn{
    width: 66px;
    height: 37px;
    background-color: #d4a17a;
    border-radius: 10px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align:center;
}
.login-h-btn:hover{
    color: #ffffff;
}


.header .top-thumb{

}
.header .top-thumb img{
    width:100%;
}
.header-container{
    max-width: 1500px;
    margin: auto;
}
.flex{
    display: flex;
}
.flex-between{
    justify-content: space-between;
}
.flex-center{
    align-items: center;
    justify-content: center;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.header-logo{
    width: 315px;
    height: 50px;
}
.header-logo img{
    width: 100%;
    height: 100%;
}
.navlists{
    height: 79px;

    width:100%;
}
.nav{
    line-height: 32px;
    color: #FFF;
    font-size: 16px;
    position: relative;
    flex: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.nav a{
    display: inline-block;
    height: 32px;
    color: #FFF;
    font-size: 16px;
}
.nav a:hover{
    color: #FFF;
}
.nav-li,.three-nav-li,.four-nav-li{
    display: none;
    position: absolute;
    left: -35px;
    top: 79px;
    width: 140px;
    z-index: 100;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 0px;
}

.three-nav-li{
    left:140px;
}
.four-nav-li{
    left:140px;
}
.nav-li>li>a,.three-nav-li>li>a,.four-nav-li>li>a{
    display: inline-block;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 100%;
    font-size: 16px;
}
.nav-li a:hover,.three-nav-li a:hover,.four-nav-li a:hover{
    /* background-color: #1B9C89;
    color: #FFF; */
}
.search{
    /*width: 223px;*/
    height: 32px;
    border: 1px solid #FFF;
    border-radius: 16px;
    padding-right: 19px;
}
.search-input{
    width: 90%;
    height: 100%;
}
.search-input input{
    width: 100%;
    height: 30px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border: none;
    background-color: #1B9C89;
    padding-left: 20px;
    color: #FFF;
    font-size: 12px;
    border: 0px;
    outline: none;
}
.search-input input::-webkit-input-placeholder {
    color: #FFF;
}
.search-icon{
    width: 14px;
    height: 32px;
    line-height: 29px;
    cursor: pointer;
}
.search-icon img{
    width: 14px;
    height: 14px;
}
.banner{
    width: 100%;
    /*background-color: red;*/
}
.ls-footer{
    width:1200px;
    margin:0px auto;
    margin-top:-43px;
    display:flex;
}
.ls-footer-one{
    width:259px;
    height:246px;
    border-right:1px solid #CECED0;
}
.ls-footer-logo{
    width:100%;
    height:49px;
    text-align:left;
}
.ls-zxzx{
    width:100%;
    height:17px;
    display:flex;
    align-items: center;
    margin-top:36px;
}
.ls-zxzx-title{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    margin-right:10px;
}
.ls-zxzx-icon img{
    width:17px;
    display:block;
}
.ls-footer-mobile,.ls-footer-gzsj,.ls-footer-ywzx{
    text-align:left;
}
.ls-footer-mobile{
    margin-top:28px;
    height: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #162e75;
}
.ls-footer-gzsj{
    margin-top:14px;
    height: 13px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 0.4;
}
.ls-footer-ywzx{
    margin-top:28px;
    height: 15px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 0.4;
}

.ls-footer-two{
    flex:1;
    display:flex;
}
.ls-footer-item{
    flex:1;
}
.footer-item-menu,.lf-item-menu{
    text-align:center;
    display:block;
}
.footer-item-menu{
    height: 18px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom:25px;
}
.footer-item-menu:hover{
    color: #333333;
}
.lf-item-menu{
    height:40px;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 39px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 0.5;
}
.lf-item-menu:hover{
    color: #333333;
    opacity: 0.5;
}
.ls-footer-three{
    width:203px;
}
.wechat-thumb img{
    width:203px;
    height:203px;
    display:block;
}
.wechat-title{
    margin-top:20px;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    height:30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}
.ls-bottom{
    width:1200px;
    margin:0px auto;
    margin-top:45px;
    border-top:1px solid #AFAFB1;
    display:flex;
    height:60px;
    align-items: center;
    justify-content:space-between;
}
.ls-bottom-l{
    height: 32px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 0.5;
}
.ls-bottom-r{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    height:32px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 0.5;
}

.footer{
    position:relative;
    bottom:50px;
}
.footer-top{
    background: #1B9C89;
    padding-top: 30px;
    padding-bottom: 20px;
}
.footer-top>div{
    width: 1200px;
    margin: auto;
}
.footer-logo{
    width: 168px;
    height: 162px;
    padding-top: 28px;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-logo img{
    /*width: 100%;*/
}
.footer-address,.footer-link{
    text-align: left;
    padding: 0px;
}
.footer-address{
    /*padding-left: 60px;*/
}
.footer-link{
    margin-left: -50px;
}
.footer-address>p:first-child,.footer-link>p:first-child{
    width: 76px;
    height: 14px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer-address>p{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 18px;
}
.footer-link>p,.footer-link>p>a{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 18px;
}
.footer-link>p>a{
    display: inline-block;
    margin-right: 10px;
}
.footer-imgs{
    width: 108px;
    height: 108px;
}
.footer-imgs>p:first-child{
    width: 108px;
    height: 108px;
}
.footer-imgs img{
    width: 100%;
}
.footer-imgs{
    padding: 0px;
}
.footer-imgs:last-child{
    margin-left: 20px;
}
.footer-imgs>p:last-child{
    width: 108px;
    text-align: center;
    font-size: 14px;
    margin-top: 1px;
    color: #FFF;
    font-weight:400;
}
.footer-bottom{
    width: 100%;
    height: 55px;
     /* background: #F3F4F6; */
}
.footer-bottom-container{
    width: 1200px;
    margin: auto;
	font-size: 14px;
}
.footer-bottom-container p:first-child{
    width: 407px;
    line-height: 54px;
    color: #495056;
}
.footer-bottom-container p:last-child{
    width: 150px;
    line-height: 54px;
    color: #495056;
}
.footer-bottom-container p>a{
    color: #495056;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #0b3775;
    border-color: #0b3775;
}
.pagination>li>a, .pagination>li>span{
    color: #1B9C89;
}
@media screen and (max-width: 1440px) {
  /*  .header{
        padding: 16px 40px;
    }*/
}
.footer-logo{
    padding-left: 0px
}
.banner img{
    width: 100%;
}
.footer-link{
    margin-left: -50px;
}
.footer-address{
    margin-left: 22px;
}



/*分页 */
.pagination{
    padding: 20px;
    align-items: center;
    justify-content: center;
}
.pagination li{
    margin-right: 10px;
}
.pagination li span,.pagination li a{
    padding: 8px 16px;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #aaaaaa;
}
.pagination>li>a, .pagination>li>span{
    color: #aaaaaa;
    font-size: 14px;
}
.pagination>.active>span{
    background-color: #0b3775;
    border-color: #0b3775;
    color: #FFF;
}

#icon-content{
    width: 50px;
    height: 150px;
    background-color: rgba(0,0,0,.6);
    position: fixed;
    right: 0px;
    bottom: 35px;
}
.f-icon{
    height:50px;
}
.weibo-icon,.wechat-icon,.btop-icon{
    height:50px;
    line-height:50px;
}
.weibo-icon img,.wechat-icon img,.btop-icon img{
    width:30px;

}
.w-f-icon-aitive{
    /* background-color:rgba(27,156,137,.7); */
    background-color:rgba(255,255,255,1);
}
.w-f-icon-aitive2{
     background-color:rgba(27,156,137,.7);
}
.f-thumb{
    transform-origin: 95% 95%;
    -moz-transform-origin: 95% 95%;
    -ms-transform-origin: 95% 95%;
    -o-transform-origin: 95% 95%;
    -webkit-transform-origin: 95% 95%;
    transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    -webkit-transform: scale(0.01);
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    opacity: 0;
}
.f-thumb-active{
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}
.f-thumb,.f-thumb img{
    width:158px;
}
.f-thumb img{
    max-width:100%;
}
#wechat_thumb{
    position: relative;
    right: 157px;
    top: -160px;
    /* display:none; */
}
#weibo_thumb{
    position: relative;
    right: 157px;
    top: -183px;
    /* display:none; */
}
.btop-content{
    display:block;
}

/* 二级页面导航 */
.ls-dh{
    width:1200px;
    margin:30px auto 20px auto;
    height:38px;
    border-bottom: #999999 1px solid;
    overflow: hidden;
    font-size:16px;
    display:flex;
    justify-content:space-between;
    align-items: center;
}
.ls-dh-l{
    width:40%;
    height:38px;
    font-size:16px;
    text-align:left;
}
.ls-dh-l a{
    font-size:16px;
    color: #666666;
}
.ls-dh-r{
    height:38px;
    font-size:16px;
    width: 50%;
    text-align: right;
}
.ls-dh-r a{
    font-size:16px;
    display: inline-block;
    margin: 0px 15px;
    padding-bottom: 7px;
    padding-top: 8px;
    overflow: hidden;
}
.ls-dh-rcur {
    border-bottom: #0075c2 2px solid;
}
.ls-dh-r a:hover{
    color:#0075c2;
}
/*mobile class*/
.mb-menu, .mb-menu:hover {
    background-color: transparent;
    border: none;
}
.dropdown {
    display: none;
}
.mb-list {
    list-style: circle;
}
.mb-search-box {
    display: flex;
}
.search-form {
    display: flex;
    flex-wrap: nowrap;
}
.navbar-nav {
    text-align: left;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    outline: none;
}
.navbar-light .navbar-toggler {
    margin-top:15px;
    margin-left: 54px;
    padding: 0;
}
.navbar-nav {
    margin-top:22px;
}
/*手机*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
    #mb-ls_search_title {
        background: transparent;
        border: none;
        border-bottom: 1px solid #fff;
    }
    .mb-search-btn {
        height: 38px;
        border-bottom: 1px solid #fff;
    }
    .mb-search-btn i {
        color: white;
        margin-top: 12px;
        display: block;
    }
    input::-webkit-input-placeholder {
        color: white;
        font-size: 14px;
    }
    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
        background-color: #005aab;
        border-color: #005aab;
    }
    .dropdown {
        display: block;
        z-index: 9;
        height: 100%;
    }
    .dropdown-item {
        color: white;
        padding: 0 0 6px 0;
    }
    .navbar {
        background: rgba(11, 55, 117, 0.63);
        width: 120px;
    }
    .navbar-nav .dropdown-menu {
        background: rgba(11, 55, 117, 0.13);
        font-size: 14px;
        min-width: 1rem;
        text-align: center;
    }
    .navbar-light .navbar-nav .nav-link {
        color: whitesmoke;
    }
    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
        color: powderblue;
    }
    .hd-menu-c,.hd-search  {
        display: none;
    }
    .hd-menu {
        justify-content: space-between;
    }
    .hd-logo {
        width: 100%;
        padding-left: 12px;
    }
    .hd-logo img {
        width: 100%;
        height: 100%;
    }
    .good-content {
        width: 100% !important;
    }
    .good-menu {
        width: 100% !important;
    }
    .about-content {
        width: 100% !important;
    }
    .ls-content {
        display: contents !important;
    }
    .ls-left {
        width: 100% !important;
        font-size: 0.6rem !important;
        padding: 0 12px;
    }
    .ls-heng {
        padding-left: 12px;
    }
    .lszx-main {
        padding: 0 12px;
    }
    .lszx-content, .lszx-main {
        width: 100% !important;
        flex-wrap: wrap;
    }
    .lszx-main-l, .lszx-main-r {
        width: 100% !important;
    }
    .ls-video-content {
        width: 93% !important;
        top: -150px !important;
    }
    .ls-footer {
        width: 100% !important;
        flex-direction: column;
    }
    .ls-footer-item {
        flex: none !important;
        padding-right: 4px;
    }
    .ls-footer-one {
        border: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .ls-footer-logo, .ls-zxzx {
        width: auto;
    }
    .ls-footer-two {
        justify-content: center;
        margin-top: 36px;
    }
    .ls-footer-three {
        margin: 0 auto;
    }
    .ls-bottom {
        width: 100% !important;
        flex-direction: column;
    }
    .ls-bottom-l {
        height: auto;
    }
}
/*ipad*/
@media only screen and (min-width: 481px) and (max-width: 1024px) {
    #mb-ls_search_title {
        background: transparent;
        border: none;
        border-bottom: 1px solid #fff;
    }
    .mb-search-btn {
        height: 38px;
        border-bottom: 1px solid #fff;
    }
    .mb-search-btn i {
        color: white;
        margin-top: 12px;
        display: block;
    }
    input::-webkit-input-placeholder {
        color: white;
        font-size: 14px;
    }
    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
        background-color: #005aab;
        border-color: #005aab;
    }
    .dropdown {
        display: block;
        z-index: 9;
        height: 100%;
    }
    .dropdown-item {
        color: white;
        padding: 0 0 6px 0;
    }
    .navbar {
        background: rgba(11, 55, 117, 0.63);
        max-width:120px;
        justify-content: flex-end;
        padding-right: 12px;
    }
    .navbar-nav .dropdown-menu {
        background: rgba(11, 55, 117, 0.13);
        font-size: 14px;
        min-width: 1rem;
        text-align: center;
    }
    .navbar-light .navbar-nav .nav-link {
        color: whitesmoke;
    }
    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
        color: powderblue;
    }
    .hd-menu-c,.hd-search  {
        display: none;
    }
    .hd-menu {
        justify-content: space-between;
    }
    .hd-logo {
        padding-left: 16px;
    }
    .good-content {
        width: 100% !important;
    }
    .about-content {
        width: 100% !important;
    }

    .lszx-content {
        width: 100% !important;
    }
    .lszx-main {
        width: 100% !important;
        flex-wrap: wrap;
        padding: 0 12px;
    }
    .lszx-main-l {
        width: 100% !important;
    }
    .lszx-main-r {
        width: 100% !important;
    }
    .ls-video-content {
        width: 56% !important;
        top: -150px !important;
    }
    .about-content {
        width: 100% !important;
    }
    .ls-content {
        height: 100% !important;
        display: block !important;
        padding: 16px;
    }
    .ls-left {
        width: 100% !important;
        height: 100% !important;
    }
    .ls-right {
        width: 100% !important;
    }
    .ls-right img {
        width: 100% !important;
    }
    .ls-footer {
        width: 100% !important;
        flex-wrap: wrap;
    }
    .ls-dh {
        width: 100% !important;
        padding-left: 12px;
    }
    .ls-hc {
        padding-left: 12px;
    }

    .ls-footer-item {
        flex: none !important;
        padding-right: 4px;
    }
    .ls-footer-one {
        border: none;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0 32px;
    }
    .ls-footer-logo, .ls-zxzx {
        width: auto;
    }
    .ls-footer-two {
        justify-content: center;
        margin-top: 36px;
    }
    .ls-footer-three {
        margin: 0 auto;
    }
    .ls-bottom {
        width: 100% !important;
        flex-direction: column;
    }
    .ls-bottom-l {
        height: auto;
    }
}

@media only screen and (min-width: 480px) and (max-width: 764px) {
    .ls-footer {
        flex-direction: column;
    }
    .ls-footer-one {
        border: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }
    .dropdown {
        display: none;
    }
    .hd-menu-c {
        display: contents;
    }
    .hd-menu-c, .hd-search {
        display: flex;
    }
}



