@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    /* max-width: 1920px; */
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    overflow-x: hidden;
}

html.hide {
    overflow: hidden;
}

body {
    padding-top: 149px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

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 !important;
}

.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;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.px1300 {
    max-width: 1300px;
    margin: 0 auto;
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.px1560 {
    max-width: 1560px;
    margin: 0 auto;
}

.px1260 {
    max-width: 1260px;
    margin: 0 auto;
    transform-origin: center top;
}



/* 定位搜索框 */

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.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: #2231c4;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}


.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() no-repeat;
    background-position: center center;
    border: none;
    outline: none;
    vertical-align: middle;
}

.head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    transition: all .7s;
    background: #fff;
}

.head.no-bj {
    background: none;
}

.head.on {
    position: fixed;
}

.head.on::before {
    bottom: 0;
}





.head-top {
    position: relative;
    padding: 0 0 0 50px;
    background: #fff;
    z-index: 9;
}

.head-top.hidebj {
    background: none;
}



.logo {
    float: left;
    overflow: hidden;
    line-height: 100px;
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.logo a {
    display: block;
}

.logo a img {

    vertical-align: middle;
}


.nav {
    line-height: 48px;
    border-top: 1px solid #eaeaf2;
    background: #fff;
    transition: all 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.nav.no-bj {
    background: transparent;
}

.nav-t {
    text-align: right;
    font-size: 0;
}

.nav-link {
    display: inline-block;
    margin-left: 10px;
    padding: 7px 15px;
    background: url() no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.nav-link a {
    float: left;
    color: #fff;
    font-size: 0;
    line-height: 14px;
    font-size: 14px;
    padding: 0 13px;
    border-left: 1px solid #fff;
}

.nav-link a:first-child {
    border-left: none;
}

.nav-link a img {
    vertical-align: middle;
}

.nav-link a span {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 12px;
}

.nav>ul {
    font-size: 0;
    width: 90%;
    float: left;
}

.nav>ul>li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    width: 16.666%;
    border-right: 1px solid #eaeaf2;
}

.nav>ul>li.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #d92534;
}

.nav>ul>li:first-child {
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #333333;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}

/* .nav>ul>li.active>a {
    border-color: #f0a402;
} */

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    width: 100%;
    min-width: 140px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    background: #fff;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transform-origin: top center;
}

.nav>ul>li:hover>div {
    transform: translateX(-50%) scale(1);
    transition: all 0.3s;
}

.nav>ul>li>div>ul {
    overflow: hidden;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 14px;
    border-top: 1px solid #eeeeee;
    line-height: 53px;
    transition: .3s;
    color: #222;
}

.nav>ul>li>div>ul>li:first-child a {
    border: none;
}

.nav>ul>li>div>ul>li a:hover {
    color: #fff;
    background: #336cc3;
}

.g-navk {
    float: right;
    width: 10%;
    text-align: center;
    font-size: 0;
    z-index: 999;
    position: relative;
}

.g-nav {
    height: 100%;
    left: 50%;
    top: 50%;
    cursor: pointer;
}

.g-nav img {
    vertical-align: middle;
    max-height: 30px;
}

.g-nav img.close-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.nav-r {
    float: right;
    position: relative;
    line-height: 100px;
}


/*隐藏导航*/
.head.h100 {
    height: 100%;
}

.top-yc {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 1) url(../images/top-yc-bj.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    width: 100%;
    z-index: 8;
    display: none;
    overflow-y: auto;
}

.top-nav {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden auto;
}

.top-nav>ul {
    padding: 100px 10% 30px 10%;
}

.top-nav>ul>li {
    float: left;
    width: 16.66%;
}

.top-nav>ul>li>a {
    color: #333333;
    display: block;
    font-size: 24px;
    font-weight: bold;
}

.top-nav>ul>li>a:hover {
    color: #005092;
}

.top-nav>ul>li>div {
    padding-top: 30px;
}

.top-nav>ul>li>div>ul>li>a {
    display: block;
    color: #333333;
    font-size: 18px;
    line-height: 50px;
}

.top-nav>ul>li>div>ul>li:hover>a {
    color: #005092;
    font-weight: 600;
}



/*新增三级*/
.top-nav>ul>li>div>ul>li {
    position: relative;
    padding-left: 20px;
    background: url(../images/ej-li_dot.png) no-repeat;
    background-position: left 21px;
    max-width: 140px;
}

.top-nav>ul>li>div>ul>li>span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    top: 10px;
    background: url(../images/nav-more.png) no-repeat;
    background-position: center center;
    cursor: pointer;
    transition: all 0.3s;
}

.top-nav>ul>li>div>ul>li>a span.on {
    transform: rotate(90deg);
}

.nav-sj {
    display: none;
    padding-left: 10px;
}

.nav-sj>li {
    display: block;
    font-size: 14px;
    padding-left: 15px;
    line-height: 37px;
    position: relative;
}

.nav-sj>li::before {
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #333333;
}

.nav-sj>li a {
    display: block;
    color: rgba(51, 51, 51, .7);
}

.nav-sj>li a:hover {
    color: #005092;
    font-weight: 600;
}




.nav-r>a {
    float: left;
    margin-left: 10px;
    text-align: center;
    color: #666666;
    font-size: 0;
    padding-left: 10px;
    position: relative;
}

.nav-r>a.search-switch {
    background-color: #005092;
    width: 102px;
    margin-left: 55px;
    padding-left: 0;
}

.nav-r>a.search-switch::before {
    content: none;
}

.nav-r>a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
    width: 1px;
    height: 13px;
    background: #666666;
}

.nav-r>a:first-child {
    margin-left: 0;
    padding-left: 0;
}

.nav-r>a:first-child::before {
    content: none;
}

.nav-r>a img {
    vertical-align: middle;
    display: inline-block;
}


.nav-r>a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-left: 5px;
}

.nav-r>a:hover span {
    color: #126CCD;
    text-decoration: underline;
}

.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;
}


/* nav */


@keyframes img_scale {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.05);
    }

}


.next-back {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.next-back img {
    display: block;
    width: auto !important;
    height: auto !important;
}

.pic {
    padding-top: 75%;
    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);
}

.foot-t {
    padding: 65px 0;
    background: #f4f4f4;
}

.foot-t1 {
    float: left;
    width: 25%;
    font-size: 0;
    text-align: left;
}

.foot-t1>div {
    display: inline-block;
    max-width: 95%;
    text-align: left;
}

.foot-t2 {
    float: left;
    width: 25%;
    font-size: 0;
    text-align: center;
}

.foot-t2>div {
    display: inline-block;
    max-width: 95%;
    text-align: left;
}

.foot-t3 {
    float: left;
    width: 25%;
    font-size: 0;
    text-align: center;
}

.foot-t3>div {
    display: inline-block;
    max-width: 95%;
    text-align: left;
}

.foot-t4 {
    float: left;
    width: 25%;
    font-size: 0;
    text-align: right;
}

.foot-t4>div {
    display: inline-block;
    max-width: 95%;
    text-align: left;
}

.foot-logo a {
    display: block;
}

.foot-logo a img {
    display: block;
    max-width: 100%;
}

.link>div {
    position: relative;
    background: #e0e0e0;
    margin-top: 27px;
}



.link p {
    line-height: 35px;
    padding-right: 40px;
    color: #666666;
    padding-left: 15px;
    text-align: left;
    font-size: 15px;
    background: url(../images/link-icon-down.png) no-repeat;
    background-position: right center;
}

.link>div:hover div {
    display: block;
}

.link>div div {
    position: absolute;
    bottom: 100%;
    background: #fff;
    padding: 15px 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.link>div div a {
    display: block;
    color: #333;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
}

.link>div div a:hover {
    background: #004098;
    color: #fff;
}

.foot-tit {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.foot-tit h3 {
    font-size: 0;
}

.foot-tit h3 span {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    color: #666666;
}

.foot-tit h3 i {
    font-size: 15px;
    line-height: 22px;
    color: #b3b3b3;
    font-style: normal;
}

.foot-t2 p {
    font-size: 15px;
    line-height: 17px;
    color: #666666;
    margin-top: 25px;
}

.foot-t3 ul {
    overflow: hidden;
    margin-top: 10px;
}

.foot-t3 ul li {
    float: left;
    max-width: 48%;
}

.foot-t3 ul li:nth-child(2) {
    float: right;
    margin-left: 4%;
}

.foot-t3 ul li img {
    display: block;
    max-width: 100%;
}

.foot-t4 .foot-tit {
    margin-bottom: 10px;
}

.foot-t4 p {
    font-size: 15px;
    line-height: 17px;
    color: #666666;
    margin-top: 15px;
}

.foot-b {
    background: #212121;
    padding-top: 25px;
}

.foot-bnav {
    float: left;
}

.foot-bnav ul {
    overflow: hidden;
}

.foot-bnav ul li {
    float: left;
    position: relative;
}

.foot-bnav ul li:nth-child(1)::before {
    content: none;
}

.foot-bnav ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    background: #fff;
    transform: translateY(-50%);
}

.foot-bnav ul li a {
    display: block;
    font-size: 15px;
    line-height: 38px;
    color: #f4f4f4;
    padding: 0 15px;
}

.foot-media {
    float: right;
}

.foot-media ul {
   /* overflow: hidden;*/
    padding: 0 10px;
    position: relative;
}

.foot-media ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 50%;
    background: #6b6b6b;
}

.foot-media ul li {
    float: left;
    position: relative;
    background: #212121;
    padding: 0 5px;
    margin: 0 17px;

}

.foot-media ul li a {
    display: block;
}

.foot-media ul li a img {
    display: block;
}

.foot-media ul li div{
position:absolute;
bottom:60px;
left:50%;
padding:3px;
transform-origin:center bottom;
width:140px;
transform:translateX(-50%) scale(0);
background:#fff;
transition:all 0.6s;
opacity:0;

}
.foot-media ul li div img{

display:block;
width:100%;

}



.foot-media ul li:hover div{


transform:translateX(-50%) scale(1);
opacity:1;
    
}



.bq {
    margin-top: 30px;
    padding: 35px 0;
    border-top: 1px solid #676767;
}

.bq p {
    font-size: 15px;
    line-height: 30px;
    color: #f4f4f4;
}
.bq p a{
    
    color: #fff;
}
@media screen and (max-width:1750px) {
    .nav>ul>li>a {
        font-size: 16px;
    }

}

@media screen and (max-width:1560px) {
    .px1560 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav-r>a {
        margin-left: 15px;
        padding-left: 10px;
    }

    .px1500 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .foot-t3 ul li:nth-child(2) {
        margin-left: 20px;
    }
}

@media screen and (max-width:1400px) {
    .px1300 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .head-top {
        padding-left: 10px;
    }

    .top-nav>ul {
        padding: 100px 10% 30px 3%;
    }

    .top-nav>ul>li>a {
        font-size: 20px;
    }

    .top-nav>ul>li>div>ul>li>a {
        font-size: 16px;
    }
}

@media screen and (max-width:1280px) {
    .px1260 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width:1220px) {
    .px1200 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav>ul>li>a {
        font-size: 14px;
    }

    .nav-r>a span {
        margin-left: 2px;
    }

}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }

    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    }

    .m-logo {
        font-size: 0;
        float: left;
    }

    .m-logo a {
        display: block;
        font-size: 0;
        line-height: 40px;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 90%;
        vertical-align: middle;
    }

    .m-tlink {
        font-size: 12px;
        padding: 10px 15px 0px;
        color: rgba(255, 255, 255, 0.6);
    }

    .m-tlink a {
        font-size: 12px;
        margin: 0px 8px;
        color: rgb(255, 255, 255);
        display: inline-block;
        line-height: 24px;
        border-radius: 5px;
    }

    .m-tlink a:hover {
        text-decoration: underline;
    }

    .m-tlink a img {
        vertical-align: -2px;
        padding-right: 5px;
        height: 14px;
    }


    .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;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        max-height: 20px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #126CCD;
        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/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-t1 {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .foot-t2 {
        width: 33.33%;
        text-align: left;
    }

    .foot-t3 {
        width: 33.33%;
    }

    .foot-t4 {
        width: 33.33%;
    }

    .link>div {
        margin-top: 10px;
    }

    .foot-t2 p, .foot-t4 p {
        font-size: 14px;
    }

    .foot-bnav {
        float: none;
        margin-bottom: 20px;
    }

    .foot-media {
        float: none;
    }

    .bq {
        padding: 15px 0;
        margin-top: 20px;
    }

    .foot-bnav ul li a {
        padding: 0 10px;
        line-height: 24px;
    }

    .foot-t {
        padding: 30px 0;
    }
}

@media screen and (max-width:768px) {
    .foot-t2 {
        width: auto;
        float: none;
        text-align: left;
    }

    .foot-t3 {
        width: auto;
        float: none;
        text-align: left;
        margin: 20px 0;
    }

    .foot-t4 {
        width: auto;
        float: none;
        text-align: left;
    }

    .foot-tit {
        padding-bottom: 10px;
    }

    .foot-tit h3 span {
        font-size: 18px;
    }

    .foot-t2 p {
        margin-top: 10px;
    }

    .foot-t4 p {
        margin-top: 5px;
    }

    .foot-t2>div, .foot-t3>div, .foot-t4>div {
        display: block;
        max-width: none;
    }

    .foot-t3 ul li:nth-child(2) {
        float: left;
    }
}

@media screen and (max-width:480px) {


table {width:100% !important;table-layout:fixed }

iframe {
    margin: 0 auto;
    display: block;
width:100%;
}
table{
   line-height: 2;
width:100%;
margin:20px 0px;
}

table td{padding:0 5px;width:auto !important;height:auto !important;overflow:hidden; }


}