@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;
    max-width: 1920px;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    display: block;
}

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;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}



/* 头部导航 */
.head.fixed .nav-box{
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}
.nav-box {
    background-color: #075cb7;
}

.nav>ul>li {

    float: left;
    position: relative;
    width: 7.69%;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 17px;
    color: #333;
    text-align: center;
    line-height: 50px;
    position: relative;
    color: #fff;
    font-weight: 600;
}

.nav>ul>li:hover>a::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ff8a00;
    width: 0;
}


.nav>ul>li>div {
    position: absolute;
    top: 100%;
    min-width: 100%;
    text-align: center;
    background: rgb(255 255 255);
    z-index: 99;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #fff;


}

.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: 16px;
    color: #333333;
    line-height: 36px;
    white-space: nowrap;

}


.nav>ul>li>div>ul>li:hover a {

    color: #fff;
}

.nav>ul>li>div>ul>li:hover {

    background-color: #0052b9;
}

.nav>ul>li.active>a {
    background-color: #ff8a00;
    color: #fff;
    font-weight: 600;
}

/* 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;
}

.pic img:hover {
    transform: scale(1.05);
}


/* head */

.h-top {
    background: url(../images/head-bj.jpg) no-repeat;
    background-size: cover;
    padding: 48px 0;
}

.logo {
    float: left;
}
.logo img{
    width: 100%;
    height: 100%;
    display: block;
}
.h-right {
    float: right;
}

.h-link {
    margin-bottom: 20px;
    font-size: 0;
}

.h-link a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    color: #ffffff;
    margin-left: 15px;
}

.h-link a img {
    vertical-align: bottom;
    margin-right: 10px;
}

.h-link a:hover {
    opacity: 0.7;
}

.ser {
    position: relative;
    width: 272px;
    float: right;
}

.ser .search {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: solid 1px #ffffff;
    background-color: transparent;
    padding-left: 15px;
    padding-right: 50px;
    color: #fff;
}

.ser input::placeholder {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.4;
}

.ser-img {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/ser.png) no-repeat;
    background-size: cover;
}


/* foot */
.foot {
    background: url(../images/foot-bj.jpg) no-repeat;
    background-size: cover;
}

.f-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 50px;
}

.f-top ul li a {
    margin-top: 50px;
    text-align: center;
}

.icon {
    width: 130px;
    height: 130px;
    margin: 0 auto;

    border-radius: 50%;
    position: relative;
}

.yuan{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: url(../images/yuan.png) no-repeat;
    background-position: center center;

}
.yuan::after{
    content: '';
    position: absolute;
    width: 23px;
	height: 21px;
    background: url(../images/plane.png) no-repeat;
    left: 6px;
    top: 48%;
    transform: translateX(-50%);
    display: none;
}
.icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.f-top ul li a h3 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 20px 0;
    font-weight: 600;
}

.f-top ul li a p {
    line-height: 24px;
}

.f-top ul li a b {
    width: 19px;
    height: 19px;
    line-height: 19px;
    background-color: #ff8a00;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.f-top ul li a span {
    font-family: Arial;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 600;
}

.icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    background-image: linear-gradient(-45deg,
            #236ab5 0%,
            #1459a7 57%,
            #044898 100%),
        linear-gradient(#236ab5,
            #236ab5);
    background-blend-mode: normal,
        normal;
    border-radius: 50%;
    z-index: 1;
}

.f-top ul li a:hover .icon::before {
    background-image: linear-gradient(-45deg,
            #4189db 0%,
            #2176d8 57%,
            #0063d5 100%),
        linear-gradient(#236ab5,
            #236ab5);
    background-blend-mode: normal,
        normal;
}


@keyframes icon-xz {
    0% {
        transform: translate(-50%,-50%) rotateZ(0);
    }

    100% {
        transform: translate(-50%,-50%) rotateZ(360deg);
    }
}


.f-bottom{
    padding: 35px 0;
}
.f-top ul li a:hover .yuan{
    animation: icon-xz infinite 8s linear;
}

.f-top ul li a:hover .yuan::after{
    display: block;
}

.f-logo{
    float: left;

}

.f-lx{
    text-align: right;
    overflow: hidden;
}
.f-lx p{
    font-size: 14px;
	line-height: 29px;
	color: #ffffff;
	opacity: 0.9;
}











@media screen and (max-width:1400px) {
    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media screen and (max-width:1200px){
    .logo{
        width: 600px;
    }
    .nav>ul>li>a{
        font-size: 16px;
    }
}

@media screen and (max-width:1024px) {

    html,
    body {
        font-size: 14px;
    }

    body {
        padding-top: 60px;
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .top {
        max-width: 1920px;
        margin: 0 auto;
        position: fixed;
        right: 10px;
        top: 18px;
        width: 25px;
        height: 25px;
        z-index: 9999;
    }

    .top>img {
        display: block;
        width: 100%;
    }

    .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;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #0052b9;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }

    .m-logo img {
        max-height: 35px;
        max-width: 85%;
        line-height: 40px;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 10px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        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;
        border: 1px solid #fff;
        border: 1px solid rgba(255, 255, 255, 0.5);
        margin-top: 15px;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .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;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #0052b9;
        overflow-y: scroll;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .m-nav ul {
        padding: 0 15px;
    }

    .m-nav ul li {
        border-bottom: 1px solid #fff;
        border-bottom: 1px 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: 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/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }


    /* foot */






}

@media screen and (max-width:768px) {
    .f-top ul li a span{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .f-top ul li a h3{
        font-size: 16px;
        margin: 10px 0;
    }
    .f-logo{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .f-lx{
        text-align: center;
    }
    .f-logo img{
        max-width: 85%;
    }
}


@media screen and (max-width:480px) {
    .f-top ul li a{
        margin-top: 30px;
    }
    .f-top{
        padding-bottom: 30px;
    }
    .f-logo{
        margin-bottom: 10px;
    }
    .f-bottom{
        padding: 20px 0;
    }
}