﻿@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    min-width: 1400px;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wp {
    max-width: 1400px;
    margin: 0 auto;
}

/* pic：padding-top */
.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

a:hover .pic>img {
    transform: scale(1.05);
}


/* 文字下划线动效 */
.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline {
    color: #fff;
}

a:hover .titline i {
    background-size: 100% 1px;
}




/* 头部导航 */
.ser {
    width: 30px;
    height: 30px;
    background: url(../images/ser.png) no-repeat center center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.nav {
    position: relative;
    padding-right: 60px;
    font-size: 0;
}

.nav>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.nav>ul>li {
    position: relative;
}

.nav>ul>li:first-child {
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 22px;
    font-weight: 600;
    text-align: center;

    position: relative;
    color: #fff;
    line-height: 82px;
}

.nav>ul>li.has-ej:hover:after {
    transform: translateY(-50%) rotate(90deg);
}

.nav>ul>li>div {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 120px;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    z-index: 99;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);

}

.nav>ul>li>div>ul {
    overflow: hidden;
}

.nav>ul>li>div>ul>li {
    width: 100%;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    white-space: nowrap;
    padding: 0 10px;
}

.nav>ul>li>div>ul>li:hover a {
    color: #fff;
}

.nav>ul>li>div>ul>li:hover {

    background: #1757C7;
}

.nav>ul>li.active>a {
    background-color: #f58c00;
    color: #fff;
    font-weight: 600;
}

/* 弹出搜索框 */
.mt-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: none;
}

.mt-bj {
    position: fixed;
    z-index: 998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.mt-info {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 600px;
    height: 60px;
}

.ipt_tx {
    width: 100%;
    height: 60px;
    display: block;
    padding: 10px;
    padding-right: 100px;
    font-size: 22px;
}

.ipt_btn {
    position: absolute;
    width: 80px;
    height: 60px;
    right: 0;
    top: 0;
    cursor: pointer;
    background: url(../images/m-search.png) no-repeat #1757C7;
    background-position: center center;
    background-size: 30px;
}

/* head */
.head {
    background: #1757C7;
}

.h-top .wp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.h-top {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}





/* foot */
.foot {
    background: #1757C7;
    padding: 45px 0;
}

.foot p {
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    line-height: 30px;
}











@media screen and (max-width:1420px) {
    .wp {
        padding-left: 15px;
        padding-right: 15px;

    }
}

@media screen and (max-width:1200px) {

    html,
    body {
        font-size: .14rem;
    }

    body {
        padding-top: .6rem;
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .top {
        max-width: 19.2rem;
        margin: 0 auto;
        position: fixed;
        right: .1rem;
        top: .18rem;
        width: .25rem;
        height: .25rem;
        z-index: 9999;
    }

    .top>img {
        display: block;
        width: 100%;
    }

    .wap-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99999;
        font-size: 0;
        cursor: pointer;
    }

    .wap-menu img {
        height: .25rem;
    }

    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #2262E2;
        padding: .1rem;
        z-index: 999;
        box-shadow: 0 .05rem .05rem rgba(0, 0, 0, 0.1);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: .4rem;
    }

    .m-logo img {
        max-height: .35rem;
        max-width: 85%;
        line-height: .4rem;
        vertical-align: middle;
    }

    .m-tlink {
        padding: .1rem .15rem 0 .15rem;
    }

    .m-tlink a {
        font-size: .12rem;
        margin-right: .1rem;
        color: #fff;
        display: inline-block;
        line-height: .24rem;
        background: #fff;
        color: #304174;
        line-height: .24rem;
        padding: 0 .15rem;
        border-radius: .05rem;
    }

    .m-search {
        margin: 0 .15rem;
        padding-right: .5rem;
        padding-left: .1rem;
        padding-top: .05rem;
        padding-bottom: .05rem;
        position: relative;
        line-height: .35rem;
        border: .01rem solid #fff;
        border: .01rem solid rgba(255, 255, 255, 0.5);
        margin-top: .15rem;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: .25rem;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: .1rem;
        top: .1rem;
        height: .15rem;
    }

    .m-nav {
        position: fixed;
        top: .6rem;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #2262E2;
        overflow-y: scroll;
        border-top: .01rem solid rgba(255, 255, 255, .1);
    }

    .m-nav ul {
        padding: 0 .15rem;
    }

    .m-nav ul li {
        border-bottom: .01rem solid #fff;
        border-bottom: .01rem solid rgba(255, 255, 255, 0.5);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
        overflow: hidden;
    }

    .m-nav ul li ul li {
        border: none;
        float: left;
        width: 33%;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: .14rem;
        line-height: .2rem;
        padding: .15rem 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: .1rem 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: .2rem;
        height: .2rem;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: .14rem .14rem;
        background-position: center center;
        right: 0;
        top: .15rem;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }





}

@media screen and (max-width:768px) {}


@media screen and (max-width:480px) {}