@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

body {
    padding-top: 145px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color:#333;
}

b {word-break: break-all;}


img,
input {
    border: 0;
    outline: none;
}

.icon img {
    transition: all 0.3s;
}

.icon:hover img {
    animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(10deg);
    }

    20% {
        transform: rotateZ(0);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(10deg);
    }

    60% {
        transform: rotateZ(0);
    }

    70% {
        transform: rotateZ(-10deg);
    }

    80% {
        transform: rotateZ(0);
    }

    90% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.px1600 {
    max-width: 1600px;
    margin: 0 auto;
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.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: #02b05a;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.search-box {
    float: right;
    font-size: 0;
}

.search-box p {
    font-size: 14px;
    color: #ffffff;
    float: left;
}

.search-box img {
    cursor: pointer;
    vertical-align: middle;
}

.search-box div {
    float: right;
}

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.b-top-l {
    float: left;
    font-size: 14px;
    color: #fff;
    color: rgba(229, 229, 229, 0.8);
}

.b-top-c {
    background: #0071bb;
    background: linear-gradient(to right, #0071bb, #3ea1e9);
}

.b-top-r {
    overflow: hidden;
    line-height: 40px;
}

.head-time {
    float: left;
}

.head-time p {
    font-size: 14px;
    color: #ffffff;
}

.b-top-r>p {
    float: right;
}

.b-top-r>ul {
    float: left;
    overflow: hidden;
}

.b-top-r>ul>li {
    float: left;
}

.b-top-r>ul>li a {
    font-size: 14px;
    display: block;
    line-height: 14px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
    border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.b-top-r>ul>li:first-child a {
    border: none;
}

.b-top-r>ul>li a:hover {
    color: #fff;
}

.b-t-search {
    float: left;
}

.b-t-search>div {
    position: relative;
    border: 1px solid #595959;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 0;
    background: #373535;
}

.b-t-search>div .search-text {
    border: none;
    outline: none;
    line-height: 25px;
    height: 25px;
    width: 125px;
    vertical-align: middle;
    background: none;
    color: #fff;
}

.b-t-search>div .search-btn {
    width: 25px;
    height: 25px;
    background: url(../images/search.png) no-repeat;
    background-position: center center;
    border: none;
    outline: none;
    vertical-align: middle;
}

.head {
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.3s;
    background: #fff;
    background-position: center top;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.head::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 100%;
    background: rgba(29, 82, 162, .9);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transition: all 0.3s;
}


.head-top {
    position: relative;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    line-height: 105px;
    font-size: 0;
}

.logo a img {
    vertical-align: middle;
    width:400px;
}

.nav {
    float: right;
    position: relative;
}

.nav>ul {}

.nav>ul>li {
    float: left;
    position: relative;
}

.nav>ul>li:hover div {
    display: block;
}

.nav>ul>li:first-child {
    border-left: none;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 105px;
    position: relative;
    font-weight: 600;
    padding: 0 7px;
}

.nav>ul>li.active>a {
    color: #fff;
    background: #02b05a;
}

.nav>ul>li.active>a::after {
    content: "";

}

.nav>ul>li:hover>a {
    color: #fff;
    background: #02b05a;
}

.nav>ul>li:hover>a::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fefeff;
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    width: 300px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    padding: 15px 20px 15px 25px;
    overflow: hidden;
    line-height: normal;
    display: none;
    border-top: 2px solid #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.nav>ul>li>div>ul {
    overflow: hidden;
}

.nav>ul>li>div>ul>li {
    float: left;
    width: 50%;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    white-space: nowrap;
}

.nav>ul>li>div>ul>li a:hover {
    color: #790a16;
    padding-left: 10px;
    position: relative;
}

.nav>ul>li>div>ul>li a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #790a16;
}

.nav-pic {
    float: left;
    overflow: hidden;
    width: 140px;
    margin-right: 40px;
}

.nav-pic img {
    display: block;
    width: 100%;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 40px;
    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;
}



.banner {
    width: 100%;
    position: relative;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 7;
}


.banner .slick-dots {
    left: 0;
    margin: auto;
    bottom: 40px;
    z-index: 9;
}

.banner .slick-dots li {
    width: auto;
    width: 25px;
    height: 25px;
    margin: 0 5px;
    background: url(../images/banner-dot.png) no-repeat;
    background-position: center center;
}

.banner .slick-dots li button {
    display: none;

}

.banner .slick-dots li.slick-active {
    background: url(../images/banner-dot-act.png) no-repeat;
    background-position: center center;
}




.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

.pic img:hover {
    transform: scale(1.05);
}



.link {
    background: #006bb8;
    background: linear-gradient(to right, #006bb8, #3ea1e9);
    line-height: 65px;
}

.link span {
    float: left;
    background: #02b05a;
    color: #fff;
    width: 170px;
    font-size: 24px;
    text-align: center;
}

.link-c div {
    overflow: hidden;
}

.link-c div a {
    float: left;
    padding: 0 20px;
    position: relative;
    color: #fff;
}

.link-c div a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    
    background: #fff;
    height: 16px;
}

 



.foot-c {
    background: #3d454d;
    padding: 35px 0 25px 0;
}

.foot-l {
    float: left;
}

.foot-l a {
    display: block;
}

.foot-l a img {
    display: block;
}

.foot-m {
    float: left;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.foot-m p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 28px;
}
.foot-m p a {
   color: rgba(255, 255, 255, 0.5);
}


.foot-r {
    float: right;
    text-align: center;
}

.foot-r p {
    color: #c5c5c5;
    font-size: 14px;
}


.jqr {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.jqr a {
    display: block;
}

.jqr div {
    width: 160px;
    height:160px;
    line-height: 83px;
    font-size: 0;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
}

.jqr div img {
    display: inline-block;
    vertical-align: middle;
}

.jqr a p {
    line-height: 32px;
    color: #fff;
    text-align: center;
    width: 98px;
    font-size: 16px;
    background: #0071bb;
    background: linear-gradient(to right, #0071bb, #3ea1e9);
    border-radius: 5px;
    margin-top: -10px;
}

@media screen and (max-width: 1620px) {
    .px1600 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .logo a img {}

    .nav>ul>li {}
}

@media screen and (max-width:1300px) {
    .nav>ul>li {}

    .nav>ul>li>a {
        font-size: 16px;
    }


    .px1320 {
        padding-left: 10px;
        padding-right: 10px;
    }


    .banner .slick-prev {
        left: 30px;
    }

    .banner .slick-next {
        right: 30px;
    }

    .logo a img {
        height: 46px;
        width:auto;
    }

    .search-box {
        margin-left: 20px;
    }



}

@media screen and (max-width: 1220px) {
    .px1200 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width:1220px) {
    .nav>ul>li>a {
        padding: 0 10px;
    }

    .nav>ul>li {
        border: none;
    }


    .logo a {}

    .foot-l a img {
        height: 65px;
    }

    .foot-m {
        margin-left: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width:1024px) {
    body {
        padding-top: 55px;
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .b-top {
        display: none;
    }

    .banner-dot ul li {
        width: 10px;
        height: 10px;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #ffffff;
        padding: 5px 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
      
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 45px;
    }

    .m-logo img {
        max-height: 45px;
        max-width: 80%;
        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;
        margin-bottom: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
  
        margin-top: 15px;
        border: 1px solid #fff;
    }

    .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: 55px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #0071bb;
        background: linear-gradient(to right, #0071bb, #3ea1e9);
        overflow-y: scroll;
    }

    .m-nav ul {
        padding: 0 15px;
    
    }

    .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/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;
    }

    .link span {
        font-size: 18px;
        width: 100px;
    }

    .link {
        line-height: 50px;
    }

    .link-c div a {
        padding: 0 10px;
        font-size: 14px;
    }

    .foot-l {
        float: none;
    }

    .foot-l a img {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .foot-m {
        float: none;
        text-align: center;
        margin-left: 0;
        padding-left: 0;
        border: none;
        margin: 15px 0;
    }

    .foot-r {
        float: none;
        text-align: center;
    }


}

@media screen and (max-width:768px) {

    .jqr{
        right: 0px;
    }
    .jqr div{
        width: 120px;
        height:120px;
    }
    .banner .slick-dots {
        bottom: 5px;
        font-size: 0;
    }

    .banner .slick-dots li {
        margin: 0;
        width: 15px;
        height: 15px;
        background-size: 7px;
    }

    .banner .slick-dots li.slick-active {
        background-size: 100%;
    }

    .banner .slick-dots li.slick-active::after {
        width: 30px;
    }

    .banner .slick-dots li button {
        font-size: 14px;
    }

    .link span {
        display: block;
        width: auto;
        float: none;
        margin-left: -10px;
        margin-right: -10px;
    }

}

@media screen and (max-width:480px) {

    #wbaccount_temp {width:33% !important;}
    #mm_temp {width:33% !important;}
    #wbtitle {width:78% !important;}

}


@media screen and (max-width:320px) {

    #wbaccount_temp {width:32% !important;}
    #mm_temp {width:32% !important;}
    #wbtitle {width:80% !important;}

   }

@media screen and (max-width:375px) {}


.yq {
    
    width: 1px;
    color: #fff;
    height: 16px;

}


.link-c div span {
    float: left;
    background: none;
    color: #fff;
    width: 1px;
    font-size: 12px;
    padding: 0 10px;


}

.window1001 {
    line-height: 34px;
}
.fyfont1001 {
    line-height: 40px;

}