@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: "微软雅黑";
}

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{
    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;
}

.wrap{
    max-width: 1300px;
    margin: 0 auto;
}
.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
    object-fit: cover;
}
.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;
}
.cover_img {
    position: relative;
    /*padding-top: 75%;*/
    overflow: hidden;
}
.cover_img>div:first-child{
    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;
}
.pic img:hover {
    transform: scale(1.05);
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.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;}

.head{
    padding-top: 32px;
    padding-bottom: 31px;
    background: url("../images/head.jpg") no-repeat 50%;
    background-size: cover;
}

.logo{
    float: left;
    width: 764px;
}
.logo a{
    display: block;
    overflow: hidden;
}
.logo img{
    display: block;
    width: 100%;
}
.hr{}
.h-link{
    text-align: right;
}
.h-link a{
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    color: #494949;
    padding: 0 10px;
    border-left: 2px solid #c0bfbf;
}
.h-link a:first-child{
    border: none;
}

.search{
    width: 245px;
    position: relative;
    margin-top: 28px;
}
.search input[type='text']{
    display: block;
    width: 100%;
    line-height: 30px;
    height: 32px;
    font-size: 14px;
    color: #333;
    padding-left: 12px;
    padding-right: 45px;
    border-radius: 25px;
    border: 1px solid #d3d3d3;
    background: #fff;
}
.search input[type='image']{
    position: absolute;
    right: 14px;
    top: 6px;
    width: 18px;
    height: 18px;
}
.nav{
    background: #005dbe;
}
.nav>ul>li{
    float: left;
    position: relative;
    margin-left: 5.87%;
    line-height: 62px;
}
.nav>ul>li:first-child{
    margin-left: 0;
}
.nav>ul>li>a{
    display: block;
    font-size: 20px;
    color: #fff;
}
.nav>ul>li .sub-nav{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    display: none;
    z-index: 99;
}
.nav>ul>li .sub-nav a{
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    padding: 10px ;
    text-align: center;
    transition: all .3s;
}
.nav>ul>li .sub-nav a:hover{
    color: #fff;
    background: #005dbe;
}
.nav>ul>li.on>a{
    font-weight: 600;
}

.foot{
    background: url("../images/foot.jpg") no-repeat 50%;
    background-size: cover;
}
.f-link span{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    vertical-align: middle;
}
.f-link .wrap>div{
    display: inline-block;
    vertical-align: middle;
}
.f-link a{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    margin-right: 33px;
}
.f-link a:hover{
    text-decoration: underline;
}
.f-link{
    padding-top: 20px;
    padding-bottom: 13px;
    border-bottom: 1px solid #4997d2;
}

.f-c{
    position: relative;
    padding-top: 32px;
    padding-bottom: 29px;
}
.f-l{
    margin-top: 25px;
}
.f-l p{
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}
.f-logo img{display:block;       width:100%;  }

.f-logo{
    position: absolute;
    left: 0;
    right: 0;
    width: 562px;
    height: 66px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.f-r img{
    display: block;
    width: 114px;

}
.f-r p{
    font-size: 14px;
    color: #add6ff;
    line-height: 1;
    margin-top: 16px;
}

.bq{
    text-align: center;
    padding: 13px;
    background: rgba(0, 0, 0, 0.32);
    color: #fff;
}
.bq a{
    font-size: 16px;
    color: #bbe1ff;
    line-height: 32px;
}
.w-top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 20px;
    top: 25px;
    width: 30px;
    height: 30px;
    z-index: 9999;
}
.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}
.wap-menu img {
    height: 30px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width: 1300px){
    .wrap{
        padding: 0 15px;
    }
    .nav>ul>li{
        margin-left: 5%;
    }
    .nav>ul>li>a{
        font-size: 18px;
    }
    html,body{
        overflow-x: hidden;
    }

}

@media screen and (max-width: 1060px){
    .pc{
        display: none;
    }
    .phone{
        display: block;
    }
    .wap-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #005dbe;
        padding: 13px;
        z-index: 999;
    }

    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 55px;
        max-width: 80%;
        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: #1e87f0;
        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: 25px;
        background: none;
        color: #fff;
        border: none;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 8px;
        height: 19px;
    }
    .m-nav {
        position: fixed;
        top: 81px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #005dbe;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
    }
    .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: 14px;
        line-height: 20px;
        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;
    }
    .f-link a{
        font-size: 14px;
    }
    .f-logo{
        position: static;
        transform: none;
    }
    .f-l p,
    .bq a{
        font-size: 14px;
    }
    .f-c{
        padding: 20px 0;
    }
}

@media screen and (max-width: 640px){
    .wap-menu img{
        height: 20px !important;
    }
    .wap-header{
        padding: 10px;
    }
    .w-top{
        width: 20px;
        height: 20px;
        top: 20px;
    }
    .m-logo img{

        max-height: 40px;
        max-width: 88%;
    }
    .m-nav{
        top: 60px;
        max-width: none;
        width: 100%;
    }
    .f-logo{
        width: auto;
        height: auto;
        max-width: 90%;
    }
    .f-logo img{
        display: block;
        width: 100%;
    }
    .f-l{
        float: none;
        width: auto;
    }
    .f-r{
        float: none;
        margin-top: 15px;
    }
    .f-r img{
        width: 96px;
    }
}
@media screen and (max-width: 420px){
    .f-logo{
        max-width: 100%
    }
}