



* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

html,
body {
    color: #333;
    font-size: 0.16rem;
    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: 1400px;
    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;
}
.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;
}
.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;}

.head{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    padding: 19px 0;
    z-index: 99;
}
.head .wrap,
.nav{
    align-items: center;
}
.logo img a{
    display: block;
    overflow: hidden;
}
.logo img{
    height: 43px;
}
.nav>ul>li{
    margin-left: 8px;
    position: relative;
    width: 90px;
    line-height: 24px;
    text-align: center;
}
.nav>ul>li>a{
    display: block;
    font-size: 14px;
    color: #111;
    text-align: center;
}
.nav>ul>li>div{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    background-color: #0f5aa5;
    opacity: 0.9;
    border-radius: 5px;
    z-index: 99;
}
.nav>ul>li>div a{
    display: block;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    padding: 5px ;
}
.nav>ul>li>div a:hover{
    background: #fff;
    color: #333333;
}
.nav>ul>li.on,
.nav>ul>li.active{
    background-color: #0f5aa5;
    border-radius: 10px;
}
.nav>ul>li.on>a,
.nav>ul>li.active>a{
    color: #fff;
}

.search {
    cursor: pointer;
    position: relative;
    margin-left: 10px;

}
.search>.s-icon{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f8f8f8;
    color: #999;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.search .searchBox{
    position: absolute;
    width: 300px;
    top: 36px;
    right: 0;
    background: #fbfbfb;
    padding: 10px;
    border-radius: 5px;
    display: none;
}
input[type='text']{
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 30px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
}
input[type='submit']{
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    padding: 0 15px;
    line-height: 28px;
    font-size: 14px;
    background-color: #1e87f0;
    color: #fff;
    margin-left: 5%;
}
.foot{
    background: #0e59a4;
    padding-top: 40px;
}
.foot .item h4{
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}
.foot .item p{
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
}
.foot .item .p{
    margin-top: 10px;
}
.foot .item img{
    display: block;
    width: auto;
    max-width: 100%;
    /* margin: 0 auto; */
}
.foot .ewm p{
    text-align: center;
}
.foot .item dl dd{
    padding-left: 15px;
}
.foot .item dl dd a{
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 26px;
}
.foot .item dl dd a:hover{
    text-decoration: underline;
}
.foot .item:nth-child(1){
    width: 38.57%;
}
.foot .item:nth-child(2){
    margin-left: 15px;
}
.foot .item:nth-child(3){
    margin-left: 50px;
}
.bq{
    text-align: center;
    padding: 15px ;
}
.bq>*{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #b2b2b2;
    line-height: 1.8;
    margin:  0 10px;
}
.bq .jh{
    padding-left: 20px;
    background: url("../image/beian.png") no-repeat left;
    background-size: 20px;
}
.w-top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}
.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: 1400px){
    .nav>ul>li{
        width: 80px;
        margin-left: 5px;
    }
    .logo img {
        height: 35px;
    }
    .wrap{
        padding: 0 10px;
    }
}
@media screen and (max-width: 1200px){
    .foot .flex-left{
        justify-content:space-between
    }
    .foot .item:nth-child(3){
        margin-left:0;
    }
    
}
@media screen and (max-width: 1060px){
    .pc{
        display: none;
    }
    .phone{
        display: block;
    }
    .wap-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #ffffff;
        padding: 10px;
        z-index: 999;
    }

    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 40px;
        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: 10px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #1e87f0;
        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('../image/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;
    }
    .foot .item:nth-child(1),
    .foot .item:nth-child(2){
        width: 100%;
        margin: 0;
    }
     .foot .item:nth-child(2){
         margin-top:20px;
     }
    .foot .item:nth-child(3){
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
   .foot .item img{
        margin:0 auto;
    }
}

@media screen and (max-width: 768px){

}
@media screen and (max-width: 640px){
    .foot .item:nth-child(1), .foot .item:nth-child(2){
        width: 100%;
    }
    .foot .item:nth-child(1) img{
        max-width: 80%;
    }
    .foot .ewm img{
        width: 85px;
        margin: 0 auto;
        margin-top: 20px;
    }
     .foot .ewm p{
         width:auto;
     }
     .foot .item dl dd{
         margin-top:20px
     }
      
}

@media screen and (max-width:480px){
    .foot .item dl{
          justify-content:flex-start
      }
}