/* 初始化 E */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
img {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    min-width: 1200px;
    font-family: PingFangSC-regular, "Microsoft YaHei", "sans-serif", "\5b8b\4f53";
    color: #717171;
    font-size: 16px;
}

td,
th,
caption {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

a {
    color: #717171;
    text-decoration: none;
}

s,
em,
i,
strong {
    font-style: normal;
    text-decoration: none;
    font-weight: normal
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button,
textarea {
    outline: none;
    border: none;
    background: transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    resize: none;
    font-family: Microsoft Yahei;
}

select::-ms-expand {
    display: none;
}

table {
    border-collapse: collapse;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.none {
    display: none;
}

.block {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bold {
    font-weight: bold;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.w12001 {
    width: 1200px;
    margin: 0 auto;
}

.mw1080 {
    min-width: 1080px;
    margin: 0 auto;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.img {
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -o-transition: transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-hidden .img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.main-color {
    color: #0893ec;
}

.title-color {
    color: #343535;
}

.border-radius-4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

/*placeholder 颜色问题*/
::-webkit-input-placeholder {
    color: #aaa;
}

:-moz-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}

/*去除ie下input删除功能*/
input::-ms-clear {
    display: none;
}

/*不固定宽高居中*/
.table {
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

/* 初始化 E */

/* 公用头部 B */
.header {
    position: fixed;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: transparent;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    z-index: 98;
}

.fixed {
    background-color: #1C2934;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-box-shadow: 0px 0px 13px rgba(180, 181, 183, 0.3);
    -moz-box-shadow: 0px 0px 13px rgba(180, 181, 183, 0.3);
    box-shadow: 0px 0px 13px rgba(180, 181, 183, 0.3);
}

.fixed3 {
    background-color: #1C2934 !important;
}

.fixed3 .nav-ul li a {
    color: #fff;
}

.fixed1 {
    background: #fff;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-box-shadow: 0px 0px 13px rgba(180, 181, 183, 0.3);
    -moz-box-shadow: 0px 0px 13px rgba(180, 181, 183, 0.3);
    box-shadow: 0px 0px 13px rgba(180, 181, 183, 0.3);
}

.fixed1 .fixed-logo {
    color: #535353;
}

.fixed1 .pw-nav-list li a {
    color: #535353;
}

.header3 .pw-nav-list li:hover a {
    color: #0B93EC;
}

.header4 .pw-nav-list li:hover a {
    color: #A8DE04;
}

.baofu-logo {
    height: 60px;
    color: #fff;
}

.baofu-logo a {
    display: inline-block;
    width: 132px;
    height: 29px;
    text-indent: -999999em;
    margin-top: 15px;
    background: url("../images/logo-spirit.svg") no-repeat;
    -webkit-background-size: 129px 68px;
    background-size: 129px 68px;
}

.baofu-logo.fixed-logo a {
    background-position: 0 -39px;
}

.header-right a {
    color: #fff;
}

.header-right.fixed-right a {
    color: #fff;
}

.nav-ul {
    /*position: relative;*/
    width: 755px;
}

.nav-ul li {
    float: left;
    width: 120px;
    height: 60px;
    text-align: center;
}

.nav-ul li:hover .menu {
    border-bottom: 3px solid #0893ec;
}

.menu {
    position: relative;
    width: 70px;
    height: 60px;
}

.hand1 {
    cursor: pointer;
    color: #717171;
}

.nav-ul li a {
    display: block;
    height: 60px;
}

.nav-ul .nav-line {
    position: absolute;
    bottom: -3px;
    height: 3px;
    width: 70px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.line-hover {
    background-color: #0893ec;
}

.nav-hover-bg {
    position: relative;
    width: 100px;
    height: 30px;
    z-index: 99;
}

.submenu {
    position: absolute;
    left: -58px;
    top: 20px;
    display: none;
    width: 187px;
    text-align: center;
    padding: 8px 0;
    background-color: #fff;
    -webkit-box-shadow: 1px 0px 9px rgba(91, 92, 93, 0.36);
    -moz-box-shadow: 1px 0px 9px rgba(91, 92, 93, 0.36);
    box-shadow: 1px 0px 9px rgba(91, 92, 93, 0.36);
}

.nav-ul .submenu a {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #717171;
}

.nav-ul .submenu a:hover {
    color: #0893ec;
}

.submenu a.active {
    color: #0893ec;
}

.link-btn a {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    padding: 0 22px;
    margin-left: 10px;
    border: 1px solid #fff;
}

.link-btn a:hover {
    color: #0893ec;
    background-color: #fff;
}

.link-btn .login-link {
    border: none !important;
    color: #0893ec !important;
    background-color: #fff;
}

.link-btn .login-link:hover {
    color: #fff !important;
    background-color: #0893ec;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*.fixed-btn login-link{*/
/*color: #0893ec;*/
/*border: 1px solid #0893ec;*/
/*!*background: #0893ec;*!*/
/*!*-webkit-transition: all 0.2s ease-in-out;*!*/
/*!*-moz-transition: all 0.2s ease-in-out;*!*/
/*!*transition: all 0.2s ease-in-out;*!*/
/*}*/
/*.link-btn.fixed-btn a:hover{*/
/*color: #fff;*/
/*background-color: #0893ec;*/

/*}*/

.link-btn .order-query-link {
    padding: 0 17px;
    margin-left: 18px;
    border: 1px solid #fff;
    color: #fff;
}

.link-btn .order-query-link:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #00aeff;
    color: #fff;
    background: #00aeff;
}

.container {
    min-width: 1200px;
}

.banner {
    width: 100%;
    height: 500px;
    /*background: url("../images/banner.png") repeat-x;*/
    /*-webkit-background-size: 100% 100%;*/
    /*background-size: 100% 100%;*/
}

/* 有背景色的头部 */
.header2 {
    /*position: relative;*/
    /*overflow: hidden;*/
    background-color: #fff;
    -webkit-box-shadow: 1px 0px 9px rgba(91, 92, 93, 0.36);
    -moz-box-shadow: 1px 0px 9px rgba(91, 92, 93, 0.36);
    box-shadow: 1px 0px 9px rgba(91, 92, 93, 0.36);
}

.header2 .baofu-logo a {
    background-position: 0px -39px
}

.header2 .header-right a {
    color: #202121;
}

.header2 .link-btn a {
    color: #0893ec;
    border: 1px solid #0893ec;
}

.header2 .link-btn a:hover {
    color: #fff;
    background-color: #0893ec;
}

.header2 .header-right .nav-ul {
    width: 840px;
    padding-left: 50px;
}

.header2 .header-right .nav-ul>.nav-li.prdmenu,
.header2 .header-right .nav-ul>.nav-li {
    width: 110px;
    padding-left: 0;
}

/* 公用头部 E */

/* 公用底部 B */
.footer {
    width: 100%;
    padding: 31px 0 24px;
    background-color: #35383C;
}

.about-baofu-ul {
    width: 1062px;
    margin: 0 auto;
}

.about-baofu-ul li {
    float: left;
    width: 240px;
    text-align: left;
}

.about-baofu-ul li:nth-child(3) {
    width: 210px;

}

.about-baofu-ul li:nth-child(4) {
    width: 235px;

}

.about-baofu-ul li:nth-child(5) {
    width: 134px;

}

/*.about-baofu-ul li h3{color: #A4A6A9;}*/
.about-baofu-title {
    font-size: 16px;
    font-weight: bolder;
    color: #717171 !important
}

.about-baofu-title:hover {
    color: #A4A6A9
}

.footer-link {
    margin-top: 25px;
}

.footer-link a {
    display: block;
    font-size: 14px;
    margin-top: 17px;
    color: #717171;
}

.footer-link a:hover {
    color: #A4A6A9;
}

.contact-baofu {
    margin-top: 24px;
}

.contact-baofu p {
    line-height: 22px;
    font-size: 14px;
    text-align: left;
    margin-top: 14px;

}

.footer-spirit {
    float: left;
    width: 50px;
    height: 30px;
    background: url("../images/footer-spirit.png") no-repeat;
    background-size: 125px 500px;
}

.contact-btn a {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 15px;
    color: #717171;
    border: 1px solid #717171;
}

.contact-btn a:hover {
    color: #16b7f5;
    border: 1px solid #16b7f5;
}

.qq-icon {
    width: 13px;
    height: 15px;
    margin-left: 8px;
    margin-top: 7px;
    background: url("../images/qqicon1.png") no-repeat;
    background-size: 13px 15px;
}

.lsts-icon {
    width: 15px;
    height: 18px;
    margin-left: 8px;
    margin-top: 7px;
    background: url("../images/lsts.png") no-repeat;
    background-size: 13px 15px;
}

.com-icon {
    width: 18px;
    margin-left: 8px;
    margin-top: 9px;
    background: url("../images/succes-icon.png") no-repeat;
    background-size: 15px 12px;
}

.contact-btn a:hover .qq-icon {
    background: url("../images/qqicon2.png") no-repeat;
    background-size: 13px 15px;
}

.weixin-icon {
    width: 25px;
    height: 22px;
    margin-left: 5px;
    margin-right: 8px;

    background: url("../images/weixin1.png") no-repeat;
    background-size: 25px 22px;
}

.follow-baofu:hover .hand1 span {
    color: #00be0d;

}

.follow-baofu:hover {
    color: #00be0d;
}

.follow-baofu:hover .weixin-icon {
    background: url("../images/weixin2.png") no-repeat;
    background-size: 25px 22px;
}

.follow-baofu img {
    width: 130px;
    height: 128px;
    margin-top: 15px;
}

.footer-middle {
    width: 1062px;
    margin: 35px auto 0;
    margin-top: 35px;
    border-top: 1px solid #3F4041;

}

.authority-list {
    width: 900px;
    padding-top: 30px;
    margin: 0 auto;

}

.authority-list li {
    float: left;
    height: 50px;
    margin-right: 29px;
}

li.last-li {
    margin-right: 0;
}

.qwrz1 {
    background-image: url("../images/footer-img-compression/1.jpeg");
}

.qwrz3 {
    background-image: url("../images/footer-img-compression/3.jpeg");
}

.qwrz4 {
    background-image: url("../images/footer-img-compression/4.jpeg");
}

.qwrz5 {
    background-image: url("../images/footer-img-compression/5.jpeg");
}

.qwrz8 {
    background-image: url("../images/footer-img-compression/8.jpeg");
}

.qwrz10 {
    background-image: url("../images/footer-img-compression/10.jpeg");
}

.qwrz12 {
    background-image: url("../images/footer-img-compression/12.jpeg");
}

.qwrz13 {
    background-image: url("../images/footer-img-compression/13.jpeg");
}

.qwrz1,
.qwrz3,
.qwrz4,
.qwrz5,
.qwrz8,
.qwrz10,
.qwrz12,
.qwrz13 {
    background-size: cover;
    background-position: center;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.qwrz1:hover,
.qwrz3:hover,
.qwrz4:hover,
.qwrz5:hover,
.qwrz8:hover,
.qwrz10:hover,
.qwrz12:hover,
.qwrz13:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

/* .qwrz1{background-position: -68px -3px;}
.qwrz1:hover{background-position: -7px -3px;} */
.qwrz2 {
    background-position: -68px -34px;
}

.qwrz2:hover {
    background-position: -7px -34px;
}

/* .qwrz3{background-position: -68px -65px;}
.qwrz3:hover{background-position: -7px -65px;}
.qwrz4{background-position: -68px -95px;}
.qwrz4:hover{background-position: -7px -95px;}
.qwrz5{background-position: -68px -126px;}
.qwrz5:hover{background-position: -7px -126px;} */
.qwrz6 {
    background-position: -68px -159px;
}

.qwrz6:hover {
    background-position: -7px -159px;
}

.qwrz7 {
    background-position: -68px -190px;
}

.qwrz7:hover {
    background-position: -7px -190px;
}

/* .qwrz8{background-position: -68px -222px;}
.qwrz8:hover{background-position: -7px -222px;} */
.qwrz9 {
    background-position: -68px -252px;
}

.qwrz9:hover {
    background-position: -7px -252px;
}

/* .qwrz10{background-position: -68px -282px;}
.qwrz10:hover{background-position: -7px -282px;} */
.qwrz11 {
    background-position: -68px -311px;
}

.qwrz11:hover {
    background-position: -7px -311px;
}

/* .qwrz12{background-position: -68px -342px;}
.qwrz12:hover{background-position: -7px -342px;}
.qwrz13{background-position: -68px -372px;}
.qwrz13:hover{background-position: -7px -372px;} */
.qwrz14 {
    background-position: -68px -460px;
}

.qwrz14:hover {
    background-position: -7px -460px;
}

.sh-public-network {
    position: relative;
}

.sh-public-network i {
    position: absolute;
    left: 40.5%;
    width: 17px;
    height: 17px;
    background-position: -99px -406px;
}

.footer-bottom {
    font-size: 12px;
    text-align: center;
    color: #A4A6A9;
}

.footer-bottom p {
    margin-top: 10px;
}

/* 公用底部 E */
/* 底部权威认证链接页面 B */
.qwrz-container {
    min-height: 415px;
    text-align: center;
    padding: 110px 0 50px;
}

/* 底部权威认证链接页面 E */
/* 公益头部 B */
.public-welfare-header .baofu-logo a {
    margin-top: 15px;
}

.baofu-logo span {
    font-size: 16px;
    vertical-align: top;
}

.pw-nav-list {
    position: relative;
    /*width: 270px;*/
}

.pw-nav-list .nav-li {
    float: left;
    /*width: 33.33%;*/
    text-align: center;
    padding: 0 18px;
}

.pw-nav-list .nav-li:hover a {
    color: #0B93EC;
}

.header6 .pw-nav-list .nav-li:hover a {
    color: #A8DE04;
}

.pw-nav-list li a {
    display: block;
}

.pw-nav-list .nav-line {
    background-color: #A8DE04;
}

.fixed1 .pw-nav-list .active a {
    color: #0B93EC;
}

.header4 .pw-nav-list .active a {
    color: #A8DE04;
}

.header6 .pw-nav-list .active a {
    color: #A8DE04;
}

.pw-nav-list .active a {
    color: #fff;
}

/* 公益头部 E */
.linksBox {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: -2;
    display: none;
    width: 100%;
    padding-top: 12px;
    background: rgba(31, 49, 63, 0.95);

}

.linksItem {
    float: left;
    width: 180px;
    height: 222px;
    text-align: left;
    margin-right: 73px;

}

.linksBox .w1200 .linksItem:last-child {
    margin-right: 0;
}

.linksName {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid rgba(69, 84, 96, 1);
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.nav-ul li .linksBox .linksRoute {
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #8A959D;
    cursor: pointer;
}

.nav-ul li .linksBox .linksRoute1 {
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.nav-ul li .linksBox .linksRoute:hover,
.nav-ul li .linksBox .linksRoute1:hover {
    color: #0893EC;
}

.nav-ul li .linksBox .linksBtn {
    display: block;
    width: 74px;

    height: 27px;
    text-align: center;
    background: rgba(88, 156, 16, 1);
    border-radius: 4px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 27px;
}

.nav-ul li .linksBox .linksBtn:hover {

    background: #417707;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

.nav-ul .prdmenu {
    width: 150px;
    padding-left: 50px;
}

.links-item-m-r-24>.linksItem {
    margin-right: 24px;
}
.fixed-btn{
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 999;
    width: 30px;
    height: 80px;
    background:transparent;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.fixed-top>svg,.fixed-service>svg{
   width: 30px;
   height: 30px;
}
.fixed-service>svg{
    margin-top: 8px;
}

#YSF-BTN-HOLDER {
    display: none;
}

@keyframes hoverChangeBg {
    0% {
        background: #0893ec
    }

    100% {
        background: #00aeff
    }
}

@-webkit-keyframes hoverChangeBg

/*Safari and Chrome*/
    {
    0% {
        background: #0893ec
    }

    100% {
        background: #00aeff
    }
}