@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}


html,
body {
    color: #333;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-family: "微软雅黑";
    overflow-x: hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,b {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
i,em,b{
    font-style: normal;
}
ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color:inherit;
}
a:focus,div:focus,span:focus
{
    border: none;
    outline: none;
}
img,
input {
    border: 0;
}

input,button{border: none;outline: none;color:inherit;background-color: transparent;}
.f0{
    font-size: 0;
}
input[type='text']:focus-visible{
    outline: none;
}
.phone {
    display: none;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}


.pic {
    /*padding-top: 75%;*/
    position: relative;
    overflow: hidden;
}
.icon img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in;
}

.pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}
.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;align-items:center;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.l2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.pore{position:relative}
.aline_r {position: relative;background-image: linear-gradient( #183f98, #183f98);background-position: 0 100%;background-size: 0 1px;background-repeat: no-repeat;transition: background-size .5s;}
.alin_r:hover .aline_r{background-size: 100% 1px; color: #183f98}
.zi3{position: relative;z-index: 3}
html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}

.wp{
    max-width: 1400px;
    margin: 0 auto;
    width: 94%;
}
/*==========================================公共 开始=============================================*/


.head .wp{
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 67px;
    padding-right: 67px;
    position: relative;
    z-index: 3;
}

.logo img{
    display: block;
    height: 73px;
}
.head .top{
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.head .top .li{
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin-left: 16px;
}
.head .top .li:nth-child(1) a{
    display: block;
    padding-left: 24px;
    background: url("../images/h-icon1.png") no-repeat left center;
}
.head .top .li:nth-child(2) a{
    display: block;
    padding-left: 24px;
    background: url("../images/h-icon2.png") no-repeat left center;
}
.head .top .search a img{
    display: block;
    width: 22px;
}
.nav li{
    margin-left: 45px;
    position: relative;
}
.nav li a{
    display: block;
}
.nav li h2{
    font-size: 20px;
    color: #fff;
    line-height: 48px;
    transition: .5s;
}
.nav li .sub{
    position: absolute;
    width: 150px;
    left: 50%;
    top: 100%;
    opacity: 0;
    padding-top: 3px;
    visibility: hidden;
    margin-left: -70px;
    transition: .5s;
    z-index: 99;
    transform: translateY(10px);
}
.nav li .sub:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: #ff8404;
}
.nav li .sub .box{
    background: #fff;
}
.nav li .sub a{
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    padding: 10px;
    text-align: center;
    transition: .5s;
}

.nav li .sub a:hover{
    color: #fff;
    background: #ff8404;
}
.nav li:hover .sub{
    opacity: 1;
    visibility: visible;
    transform: none;
}
.nav li:hover h2,
.nav li.active h2{
    font-weight: 600;
}
.head:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 199px;
    background: url("../images/h-mask.png") no-repeat top center;background-size: 100% 100%;
}
.head{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-top: 34px;
}


.link h2{
    font-size: 16px;
    color: #666666;
    padding-left: 34px;
    line-height: 22px;
    background: url("../images/link.png") no-repeat left center;
}
.link dl{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.link dl a{
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 22px;

}
.link dl dd{
    padding: 0 13px;
    position: relative;
}
.link dl dd:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 1px;
    height: 17px;
    background: #666666;
    transform: translateY(-50%);
}
.link dl dd:first-child:before{
    display: none;
}
.link dl dd:first-child{
    padding-left: 0;
}
.link dl dd:hover a{
    color: #007aff;
}
.link{
    padding: 19px 0;
    background: #f5f5f4;
}
.lxfs h2{
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
}
.lxfs p{
    font-size: 16px;
    line-height: 36px;
    color: #fff;

}
.ftewm {
    width: 120px;
    align-self: center;
}
.ftewm img{
    display: block;
    width: 100%;
}
.ftewm p{
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #fff;
}
.foot {
    padding-top: 30px;
    padding-bottom: 14px;
    background: url("../images/foot.jpg") no-repeat 50%;
    background-size: cover;
}
.bq a{
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}
.bq{
    background: #006cd4;
    text-align: center;
    padding: 12px 0;
}
/*=================================响应开始========================================*/
.wap{
    display: none;
}
.w-top {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 25px;
    height: 25px;
    z-index: 9999;
    transform: translateY(-50%);
}
.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}
.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width: 1760px){
    .head .wp{
        padding-left: 50px;
        padding-right: 50px;
    }
    .logo img{
        height: 57px;
    }
    .nav li h2{
        font-size: 16px;
    }
    .nav li {
        margin-left: 35px;
    }
    .nav li .sub a{
        font-size: 14px;
    }
}
@media screen and (max-width: 1400px){
    .wp{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .head .wp{
        padding-left: 25px;
        padding-right: 25px;
    }
    .head{
        padding-top: 20px;
    }
    .logo img {
        height: 45px;
    }
    .nav li {
        margin-left: 25px;
    }
    .head .top{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1200px){
    html, body {
        overflow-x: hidden !important;
    }
    .pc {
        display: none;
    }
    .wap {
        display: block;
    }
    .wap-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #006cd4;
        padding: 10px;
        z-index: 999;
        background-size: cover;
        height: 65px;
        display: flex;
        align-items: center;
        box-shadow: 0 0 10px rgba(51, 51, 51, 0.25);
    }
    .m-logo {
    }
    .m-logo a {
        display: block;
    }
    .m-logo img {
        display: block;
        max-height: 45px;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 14px;
        margin: 5px 0;

        display: inline-block;
        background: #fff;
        color: #2f5da4;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 32px;
        background: none;
        color: #fff;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 13px;
        height: 18px;
    }
    .m-nav {
        position: fixed;
        top: 65px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #006cd4;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        background-size: cover;
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li > span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav > ul > li a {
        display: block;
        font-size: 16px;
        line-height: 26px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav > ul > li ul li a {
        padding: 10px 0;
    }
    .m-nav > ul > li > span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url('../images/nav-icon.png') no-repeat center center;
        background-size: 10px 12px;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

}

@media screen and (max-width: 1024px){
    .lxfs h2{
        font-size: 18px;
    }
    .lxfs p{
        font-size: 12px;
    }
    .bq a{
        font-size: 12px;
        line-height: 24px;
    }
    .foot{
        padding-top: 20px;
    }
    .link dl a{
        font-size: 14px;
    }
    .link h2{
        font-size: 14px;
        padding-left: 25px;
        background-size: 18px;
    }
    .link{
        padding: 12px 0;
    }
}

@media screen and (max-width: 640px){
    .lxfs{
        width: 100%;
        margin-bottom: 20px;
    }
    .lxfs h2{
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .lxfs p{
        line-height: 30px;
    }
    .ftewm p{
        font-size: 12px;
    }
    .ftewm {
        width: 90px
    }
    .m-logo img{
        max-height: 30px;
    }
}




/* 定位搜索框 */

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.t-search {
    padding: 0 0 10px 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search>div {
    min-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #006cd4;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

