/*初始化样式*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #333;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}


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;
}

.visible-sm,
.visible-xs {
    display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs {
        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;
    }
}



/*----- 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;
}



.wh {
    max-width: 1530px;
    margin: 0 auto;
    padding: 0 15px;
}

.com-img {
    overflow: hidden;
    margin: 0 auto;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}


.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flex2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}



/*头部样式*/
.top2 {
    background: #00428e;
    height: 115px;
}

.top2 .wh {
    height: 115px;
}

.logo {
    width: 16.4%;
    overflow: hidden;
}

.logo img {
    width: 100%;
}






/*热门搜索*/
.sou {
    margin: 15px 0;
}

.hotSearch {
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
    color: #0d0d0d;
    font-size: 14px;
}

.hotSearch a {
    margin-right: 6px;
    color: #0d0d0d;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}



/* 导航样式 */
.nnav {
    width: 67.07%;
}

.bf-menu {
    width: 100%;
}

.bf-menu>li {
    position: relative;
    text-align: center;
}

.bf-menu>li>a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
}

.bf-menu>li:hover>a {}

.bf-menu>li.active>a {}



.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: 99999;
    width: 200%;
    left: -50%;
    top: 60px;
    background: #fff;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius:6px;
}

.bf-sub-menu>li>a {
    display: block;
    text-align: center;

    font-size: 14px;
    color: #333;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.bf-sub-menu>li>a:hover {
    background: #e9eaeb;
}

.bf-menu li.lastli {
    width: 21px;
    position: relative;
    cursor: pointer;
}


.so {
    line-height: 60px;
    height: 60px;
}

.so img {
    max-width: 100%;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 87px;
    width: 238px;
    z-index: 999;
    background: #00428e;
    border: 1px solid #fff;
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 20%;
    background: #fff;


    font-size: 13px;
    color: #00428e;
    float: left;
    border: none;
    outline: none;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 80%;
    background: none;
    outline: none;
    font-size: 13px;
    color: #fff;
    float: left;
    border: none;
    outline: none;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #fff;
}



.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);
}


/*手机端头部*/
.bfmob-head {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    background: #00428e;
}

.bfmob-head-box {
    position: relative;
    height: 60px;
}

.bfmob-head-box .bfmob-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 70%;
    height: 30px;
    text-align: center;
}

.bfmob-head-box .bfmob-logo h1,
.bfmob-head-box .bfmob-logo a {
    display: inline;
    font-size: 0;
}

.bfmob-head-box .bfmob-logo img {
    height: 25px;
}

.bfmob-navbtn {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 0 auto 27px;
    width: 30px;
    height: 20px;
}

.bfmob-navbtn span,
.bfmob-navbtn:after,
.bfmob-navbtn:before {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.bfmob-navbtn span {
    margin: 7px 0;
}

.bfmob-navbtn:after,
.bfmob-navbtn:before {
    content: '';
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}

.bfmob-navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.bfmob-navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bfmob-navbtn.clicked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bfmob-search-btn {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14%;
    text-align: center;
    line-height: 60px;
}

.bfmob-search-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.bfmob-search-btn .icon-font:after {
    background-position: -30px -210px;
}

.bfmob-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    height: 100vh;
    background: #00428e;
    padding: 0 10%;
}

.bfmob-menu .bfmob-menu-box {
    height: 100vh;
    overflow: auto;
    padding-bottom: 80px;
}

.bfmob-nav>li {
    border-bottom: 1px solid #fff;
    position: relative;
}

.bfmob-nav>li>a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
}

.bfmob-nav .bfmob-menu-jt {
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9;
}

.bfmob-nav .bfmob-menu-jt .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.bfmob-nav .bfmob-menu-jt .icon-font:after {
    background-position: -30px -240px;
}

.bfmob-nav .bfmob-menu-jt.clicked .icon-font:after {
    background-position: -30px -270px;
}

.bfmob-nav .bfmob-sub-menu {
    background: #d6000f;
    display: none;
}

.bfmob-nav .bfmob-sub-menu>li {
    border-top: 1px dashed #fff;
}

.bfmob-nav .bfmob-sub-menu>li>a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 40px;
    text-indent: 2em;
}

.bfmob-dlbtn {
    margin-top: 40px;
}

.bfmob-dlbtn a {
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #00428e;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.bfmob-dlbtn a i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.bfmob-dlbtn a .icon-dl:after {
    background-position: -30px -540px;
}

.bfmob-dlbtn a .icon-pn:after {
    background-position: -30px -600px;
}

.bfmob-dlbtn a .icon-tc:after {
    background-position: -30px -570px;
}

.bfmob-dlbtn .zx-btn {
    margin-top: 10px;
    background: none;
    border: 1px solid #fff;
}

.bfmob-search {
    position: fixed;
    z-index: 99999;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #00428e;
    padding: 15px 15% 0 15%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.bfmob-search .bfmob-search-close-btn {
    position: absolute;
    top: 27px;
    left: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

@media (max-width: 420px) {
    .bfmob-search .bfmob-search-close-btn {
        left: 15px;
    }
}

.bfmob-search .bfmob-search-close-btn i {
    width: 100%;
    height: 100%;
    display: block;
}

.bfmob-search .bfmob-search-close-btn i:after {
    background-position: -30px -300px;
}

.bfmob-search .bfmob-search-box {
    height: 50px;
    border-bottom: 2px solid #fff;
}

.bfmob-search .bfmob-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;
}

.bfmob-search .bfmob-search-box #s_btn {
    width: 20%;
    height: 50px;
    outline: none;
    cursor: pointer;
    font-size: 0;
    background: none;
    border: none;
}

.bfmob-search .bfmob-search-box #s_btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.bfmob-search .bfmob-search-box #s_btn .icon-font:after {
    background-position: -30px -210px;
}

.bfmob-search .bfmob-seaerch-wz span,
.bfmob-search .bfmob-seaerch-wz a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 45px;
    border-bottom: 1px solid #fff;
}

.bfmob-search.clicked {
    left: 0;
}


.foot {
    background: #00428e;
    color: #fff;
}

.foot a {
    color: #fff;
}

.foot .cont1 {
    padding: 2.5vw 0;
    border-bottom: 1px solid #3b4373;
}

.fadd li {}

.fadd li .wz {
    margin-left: 10px;
}

.fadd li h3 {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fadd li h2 {
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 5px;
}


.bq {
    padding: 22px 0;
}

.cop {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    line-height: 24px;
}

.cop a {
    color: rgba(255, 255, 255, .8);
}

.footer33 {
    height: 50px;
}

@media (max-width:1024px) {
    .fadd li h3 {
        font-size: 14px;
    }

    .fadd li h2 {
        font-size: 16px;
    }

    .cop {
        width: 100%;
        text-align: center;
    }
}

@media (max-width:768px) {
    .alogo {
        width: 25%;
    }

    .fadd li {
        width: 50%;
        justify-content: left;
    }

    .fadd li:nth-child(n+3) {
        margin-top: 10px;
    }

    .foot .cont1 {
        padding: 4vw 0;
    }
}

@media (max-width:425px) {
    .alogo {
        width: 30%;
    }

    .foot .cont1 {
        padding: 25px 0;
    }

    .fadd li {
        width: 100%;
    }

    .fadd li:nth-child(n+2) {
        margin-top: 10px;
    }
}



.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #00428e;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}



/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 17px;
    bottom: 10%;
}


#toolbar .online-one li {
    margin-bottom: 3px;
    font-size: 0;
    width: 70px;
    height: 70px;
    right: 0;
    position: relative;
}

#toolbar .online-one li:hover a {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

#toolbar .online-one li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: #00c184;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 0;
    border-radius: 4px;
    padding: 10px 0;
    overflow: hidden;
}

#toolbar .online-one li .icon-font {
    display: block;
    height: 28px;
    width: 100%;
}

#toolbar .online-one li .icon-font:after {
    background-image: url(https://gcdn.myxypt.com/images/kf.png);
}

#toolbar .online-one li .icon-qq:after {
    background-position: -30px -240px;
}

#toolbar .online-one li .icon-phone:after {
    background-position: -30px -208px;
}

#toolbar .online-one li .icon-message:after {
    background-position: -30px -170px;
}

#toolbar .online-one li .icon-ewm:after {
    background-position: -30px -138px;
}

#toolbar .online-one li .icon-top:after {
    background-image: url(https://gcdn.myxypt.com/images/icon_spirit.png);
    background-position: -30px -60px;
}

#toolbar .online-one li .icon-wangwang:after {
    background-image: url(https://gcdn.myxypt.com/images/icon_spirit.png);
    background-position: -30px 0;
}

#toolbar .online-one li .wz {
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 5px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#toolbar .online-one li.phone {
    border-radius: 4px;
    padding: 10px 0;
}

#toolbar .online-one li.ewm {
    background: #00c184;
    border-radius: 4px;
    padding: 10px 0;
}

#toolbar .online-one li.phone .tel-phone {
    position: absolute;
    z-index: 1;
    padding: 5px;
    width: 110px;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    color: #fff;
    font-size: 14px;
}

#toolbar .online-one li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #fff;
    width: 110px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-one li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-one li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

#toolbar .online-one li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-one li.phone:hover .tel-phone {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}