@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   
    color: #666;
}

body {
    margin: 0px;
    font-size: 14px;
    overflow-x: hidden;
    font-family: "Microsoft YaHei";
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    color: #666;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

a:focus, a:hover {
    color: #326ca3;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: -2px;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,ol,li {
    list-style-type: none;
}

select,input,img,select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table, th, td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,h2 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px
}
@media (max-width:1480px){
    .container {
        max-width:1280px
    }
}



.flex_a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.flex_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.visible-xs,
.visible-sm {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

/* PC 头部*/
.head_pc {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 90px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    z-index: 999999;
    background-color: rgba(0,0,0,0.3);
}

.logo_pc {
    line-height: 90px;
}

.logo_pc img {
    line-height: 90px;
    height:80px;
}

.head_nav {
    width: 64.58%;
}

.yu {
    width: 45px;
    background: url(../images/nav_line.png) no-repeat center left;
    text-align: right;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 22px;
}

.yu a {
    color: #fff;
    font-size: 14px;
}

@media (max-width: 1300px) {
    .head_nav {
        width: 69.58%;
    }
}

@media (max-width: 1280px) {
    .head_nav {
        width: 77.58%;
    }
}

.nnav {
    width: 90%;
}

.bf-menu {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.bf-menu > li {
    width: 14.28%;
    margin: 0;
    text-align: center;
    float: none;
    position: relative;
}

.bf-menu > li > a {
    font-size: 14px;
    color: #ffffff;
    line-height: 90px;
    font-weight: 600;
    display: block;
}

.bf-menu > li:hover > a {
    color: #ffffff;
    background: url(../images/nav_hover.png) no-repeat center bottom;
}

.bf-menu > li:hover .bf-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.bf-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    top: 90px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.bf-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.bf-sub-menu > li > a:hover {
    background: #e9eaeb;
}

.bf-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}

.bf-menu > li .bf-sub-menux {
    position: absolute;
    left: 100%;
    width: 100%;
    background: #fff;
    top: 80px;
    border-radius: 5px;
    padding: 10px 0;
    display: none;
}

.bf-menu > li .bf-sub-menux li {
    position: relative;
}

.bf-menu > li .bf-sub-menux li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: 0.5em
}

.bf-menu > li .bf-sub-menu li:hover .bf-sub-menux {
    display: block;
}

@media (max-width: 1280px) {
    .nnav {
        width: 88%;
    }
}

.lastli {
    position: relative;
}

.so {
    cursor: pointer;
}

.so img {
    max-width: 100%;
    max-height: 25px;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 80px;
    width: 238px;
    padding: 20px;
    border-radius: 20px;
    z-index: 999;
    background: rgb(216, 39, 28, 0.5);
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 20%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #d8271c;
    float: left;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 80%;
    background: none;
    border: 1px solid #fff;
    outline: none;
    font-size: 13px;
    color: #fff;
    float: left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #fff;
}



/*手机端头部*/
@media (max-width: 768px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}
.xymob-head {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    background: #ccc;
}

.xymob-head-box {
    position: relative;
    height: 60px;
}

.xymob-head-box .xymob-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 70%;
    height: 42px;
    text-align: center;
}

.xymob-head-box .xymob-logo h1, .xymob-head-box .xymob-logo a {
    display: inline;
    font-size: 0;
}

.xymob-head-box .xymob-logo img {
    height: 42px;
}

.xymob-navbtn {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 0 auto 27px;
    width: 30px;
    height: 20px;
}

.xymob-navbtn span, .xymob-navbtn:after, .xymob-navbtn:before {
    display: block;
    height: 2px;
    width: 100%;
    background: #326ca3;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-navbtn span {
    margin: 7px 0;
}

.xymob-navbtn:after, .xymob-navbtn:before {
    content: '';
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}

.xymob-navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.xymob-navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.xymob-navbtn.clicked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.xymob-search-btn {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14%;
    text-align: center;
    line-height: 60px;
}

.xymob-search-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-search-btn .icon-font:after {
    background-position: -30px -210px;
}

.xymob-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    height: 100vh;
    background: #326ca3;
    padding: 0 10%;
}

.xymob-menu .xymob-menu-box {
    height: 100vh;
    overflow: auto;
    padding-bottom: 80px;
}

.xymob-nav > li {
    border-bottom: 1px solid #fff;
    position: relative;
}

.xymob-nav > li > a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9;
}

.xymob-nav .xymob-menu-jt .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-nav .xymob-menu-jt .icon-font:after {
    background-position: -30px -240px;
}

.xymob-nav .xymob-menu-jt.clicked .icon-font:after {
    background-position: -30px -270px;
}

.xymob-nav .xymob-sub-menu {
    background: #1E1E1E;
    display: none;
}

.xymob-nav .xymob-sub-menu > li {
    border-top: 1px dashed #2b2b2b;
    position: relative;
}

.xymob-nav .xymob-sub-menu > li > a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 50px;
    text-indent: 2em;
}

.xymob-dlbtn {
    margin-top: 40px;
}

.xymob-dlbtn a {
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #d8271c;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.xymob-dlbtn a i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.xymob-dlbtn a .icon-dl:after {
    background-position: -30px -540px;
}

.xymob-dlbtn a .icon-pn:after {
    background-position: -30px -600px;
}

.xymob-dlbtn a .icon-tc:after {
    background-position: -30px -570px;
}

.xymob-dlbtn .zx-btn {
    margin-top: 10px;
    background: none;
    border: 1px solid #fff;
}

.xymob-search {
    position: fixed;
    z-index: 99999;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #326ca3;
    padding: 15px 15% 0 15%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-search .xymob-search-close-btn {
    position: absolute;
    top: 27px;
    left: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

@media (max-width: 420px) {
    .xymob-search .xymob-search-close-btn {
        left: 15px;
    }
}

.xymob-search .xymob-search-close-btn i {
    width: 100%;
    height: 100%;
    display: block;
}

.xymob-search .xymob-search-close-btn i:after {
    background-position: -30px -300px;
}

.xymob-search .xymob-search-box {
    height: 50px;
    border-bottom: 2px solid #2d2d2d;
}

.xymob-search .xymob-search-box input[type="text"] {
    width: 80%;
    float: left;
    background: none;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.3);
    font-family: "Microsoft YaHei";
    font-size: 16px;
    height: 50px;
}

.xymob-search .xymob-search-box #s_btn {
    width: 20%;
    height: 50px;
    outline: none;
    cursor: pointer;
    font-size: 0;
    background: none;
    border: none;
}

.xymob-search .xymob-search-box #s_btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-search .xymob-search-box #s_btn .icon-font:after {
    background-position: -30px -210px;
}

.xymob-search .xymob-seaerch-wz span, .xymob-search .xymob-seaerch-wz a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 45px;
    border-bottom: 1px solid #2b2b2b;
}

.xymob-search.clicked {
    left: 0;
}





/*footer*/
.dff {
    background: #2a2a2a;
    padding: 36px 0;
    margin-top: 80px;
}

.logo_aa img {
    max-width: 100%;
}

.fx .social-share .social-share-icon {
    border: none;
    background: none;
}

.fx .social-share .icon-weibo {
    color: #828282;
    border-color: #828282
}

.fx .social-share .icon-qq {
    color: #828282;
    border-color: #828282
}

.fx .social-share .icon-wechat {
    color: #828282;
    border-color: #828282
}

.xxkk {
    border-bottom: 2px solid rgba(255, 255, 255, .1);
    border-top: 2px solid rgba(255, 255, 255, .1);
    padding: 25px 0;
    margin-bottom: 35px;
}

.bk {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
}

.nav2 li {
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0 35px;
}

.nav2 li a {
    color: #ffffff;
}

.pptt {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 15px;
}

.p_rot li {
    color: rgba(255, 255, 255, .5);
}

.p_rot li:nth-child(n+7){display:none}

.p_rot li a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, .5);
}

.lxnn {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, .5);
}

.wm_vv img {
    max-width: 140px;
    margin-bottom: 5px;
    text-align: center;
}

.wm_vv p {
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, .5);
    text-align: center;
}

.seo {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, .5);
}

.seo a {
    color: rgba(255, 255, 255, .5);
}

.wm_vv {
    margin-bottom: 35px;
}

@media (max-width: 990px) {
    .dff {
        background: #2a2a2a;
        padding: 36px 0;
        margin-top: 30px;
    }

    .xxkk {
        display: none!important;
    }

    .wm_vv {
        width: 125px;
        margin: 0 auto;
        margin-top: 25px
    }
}

.dgh {
    margin-top: 25px
}


.c-link {
    padding: 30px 0px 0px 0px;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, .1);
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd {
    width: calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255, 255, 255, .6);
    padding: 10px;
    min-width: 120px;
    z-index: 999;
}

.c-link a {
    color: rgba(255, 255, 255, .5);
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}



/* 手机页脚 */
.mobile-footer-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #326ca3;
}

.mobile-footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-footer-nav ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.mobile-footer-nav ul li a {
    display: block;
    color: #ffffff;
}

.mobile-footer-nav ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: 14px;
}

.mobile-footer-nav ul li:nth-child(1) .iconfont {
    background: url("../images/icon-mobile-home.png") no-repeat 50%;
}

.mobile-footer-nav ul li:nth-child(2) .iconfont {
    background: url("../images/icon-mobile-tel.png") no-repeat 50%;
}

.mobile-footer-nav ul li:nth-child(3) .iconfont {
    background: url("../images/icon-mobile-contact.png") no-repeat 50%;
}


.mobile-footer-nav ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}



.more_3 {
    width: 184px;
    height: 50px;
    background-color: #326ca3;
    border-radius: 25px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    margin-top: 6.6vw;
}

.more_3 a {
    text-align: center;
    color: #ffffff;
}

.more_3 a img {
    padding-left: 15px;
}