/* 公共样式*/

@font-face {
    font-family: 'DINAlternate-Bold';
    src: url(../fonts/DIN\ Condensed\ Bold.ttf);
}

@font-face {
    font-family: "AlibabaPuHuiTi-Bold";
    src: url(../fonts/AlibabaPuHuiTi-2-85-Bold.ttf);
}

body {
    font-family: Arial, "微软雅黑", Helvetica, sans-serif;
    font-size: 12px;
}


/* 清除浮动 */


/* .clearfix:after,
.clearfix:before {
    content: "";
    display: table;
} */

.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* 文本显示行数限制 */

.ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ellipsis-5 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.ellipsis-6 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.translate1 {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.translate2 {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.translate3 {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}


/* 动效时间设置 */

.time5 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.time10 {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.w {
    width: 1400px;
    margin: 0 auto;
}

input::-webkit-input-placeholder {
    font-size: 20px;
    color: #FFFFFF;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 20px;
    color: #FFFFFF
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 20px;
    color: #FFFFFF
}

input:-o-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 20px;
    color: #FFFFFF
}


/* end 公共样式 */


/* header */

header .top {
    height: 50px;
    background: #353535;
}

header .top .left a span {
    font-size: 12px;
    color: #D0D0D1;
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 600;
}

header .top .left img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

header .top .right {
    font-size: 0;
    position: relative;
}

header .top .right>li {
    display: inline-block;
    padding: 11px 0;
    padding-left: 17px;
}

header .top .w>ul.right>li:not(:last-child)>a {
    border-right: 1px solid #868688;
    padding-right: 16px;
}

header .top .right>li>a {
    font-size: 12px;
    color: #D4D4D5;
    letter-spacing: 1px;
}

header .top .right>li>a img {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
}

header .top .right>li:hover a span {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
}

header .top .hide-box ul.right>li>ul>li:hover a {
    color: rgb(255, 0, 0);
    border-bottom: 1px solid #FF0000;
}

header .top .hide-box {
    position: absolute;
    top: 50px;
    left: 0;
    width: 472px;
    height: 257px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #CECECE;
    vertical-align: top;
    z-index: 9999;
    display: none;
    align-items: stretch;
}

header .top .hide-box .left {
    float: left;
    width: 42px;
    height: 100%;
    padding-top: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #1A1C3F;
    line-height: 16px;
    background: #E6F0FB;
}

header .top .hide-box ul.right {
    float: left;
    font-size: 0;
    width: 420px;
    padding: 0 20px 20px 20px;
}

header .top .hide-box ul.right>li {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    padding-left: 0;
}

header .top .hide-box ul.right>li:not(:nth-child(3n)) {
    margin-right: 40px;
}

header .top .hide-box ul.right>li.right-li {
    margin-right: 40px !important;
}

header .top .hide-box ul.right>li p {
    font-size: 13px;
    color: #737373;
    line-height: 17px;
    letter-spacing: 1px;
    border-bottom: 1px solid #8084FF;
    padding-bottom: 5px;
}

header .top .hide-box ul.right>li>ul>li {
    margin-top: 8px;
}

header .top .hide-box ul.right>li>ul>li a {
    font-size: 12px;
    color: #1A1C3F;
    line-height: 16px;
}


/* header .top .w>.right li:hover .hide-box {
    display: block;
} */

header .head {
    width: 100%;
    height: 72px;
    background: #FFFFFF;
}

header .head .w {
    display: flex;
    justify-content: space-between;
}

header .head .logo-box {
    display: inline-block;
    width: 30%;
    margin-top: 3px;
}

header .head .fl a {
    display: flex;
    align-items: center;
}

header .head .fl a img {
    display: inline-block;
    width: 42%;
}

header .head .fl a img:nth-child(2) {
    width: 42%;
    margin-top: 2px;
    margin-left: 10px;
}

header .head .fl a img:nth-child(4) {
    width: 42%;
    margin-top: 2px;
    margin-left: 10px;
}

header .head .fl a img.hide {
    display: none;
}

header .head .fr {
    display: flex;
}

header .head .fr ul {
    display: inline-block;
}

header .head .fr ul.nav {
    font-size: 0;
    height: 72px;
    padding-right: 10px;
    position: relative;
}

header .head .fr ul.nav::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 40px;
    background: #D1CDD3;
    transform: translateY(-50%);
}

header .head .fr ul.nav li {
    display: inline-block;
    height: 100%;
    margin-right: 30px;
    position: relative;
}

header .head .fr ul.nav li a {
    font-size: 14px;
    font-weight: 600;
    color: #1A1C3F;
    letter-spacing: 1px;
    line-height: 72px;
}

header .head .fr ul.nav li.on::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -14px;
    width: 28px;
    height: 3px;
    background: #FF0000;
    border-radius: 4px;
}

header .head .fr ul.nav li.on a {
    color: #FF0000;
}

header .head .fr ul.nav li:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -14px;
    width: 28px;
    height: 3px;
    background: #FF0000;
    border-radius: 2px;
}

header .head .fr ul.nav li:hover a {
    color: #FF0000 !important;
}


/* header .head .fr ul.nav li.hot::after {
    content: "";
    position: absolute;
    top: 8px;
    width: 45px;
    height: 20px;
    background: url(../images/hot.png) no-repeat;
}

header .head .fr ul.nav li.mianfei::after {
    content: "";
    position: absolute;
    top: 8px;
    width: 55px;
    height: 20px;
    background: url(../images/mfs.png) no-repeat;
} */

header .head .fr ul.nav li.hot::after {
    content: "";
    position: absolute;
    top: 16px;
    width: 22px;
    height: 11px;
    background: url(../images/hot.png) no-repeat;
    background-size: 100%;
    margin-left: -8px;
}

header .head .fr ul.nav li.mianfei::after {
    content: "";
    position: absolute;
    top: 16px;
    width: 30px;
    height: 11px;
    background: url(../images/mfs.png) no-repeat;
    background-size: 100%;
    margin-left: -8px;
}

header .head ul.lianxi {
    height: 72px;
    margin-left: 12px;
}

header .head ul.lianxi li {
    position: relative;
}

header .head ul.lianxi li:not(:last-child) {
    padding-top: 16px;
}

header .head ul.lianxi li:last-child {
    padding-top: 5px;
}

header .head ul.lianxi li img {
    display: inline-block;
    width: 16px;
    height: 16px;
}

header .head ul.lianxi li span {
    font-size: 22px;
    font-family: DINCondensed-Bold, DINCondensed;
    font-weight: bold;
    color: #C40000;
    line-height: 26px;
}

header .head ul.lianxi li img.tel {
    width: 94px;
}

header .head ul.lianxi li img.wx-img {
    width: 90px;
    height: 88px;
    position: absolute;
    left: 22px;
    z-index: 999;
}

header .head.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: #F6F6F6;
    border: 1px solid #B3AEAE;
}

header .head.head.fixed .fr ul.nav li a {
    color: #1A1C3F;
}

header .head.head.fixed .fr ul.nav li.on a {
    color: #FF0000;
}

.h {
    height: 72px;
    display: none;
}


/* end header */


/* index-banner */

.index-banner {
    width: 100%;
    margin-top: 1px;
    position: relative;
}

.ind-banner {
    margin-top: 0;
}

.index-banner>img {
    width: 100%;
    display: block;
}

.index-banner .swiper-bg>img {
    width: 100%;
    display: block;
}

.banner-swiper .swiper-slide {
    width: 100% !important;
}

.banner-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    border-radius: 20%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 96px;
}

.index-banner .box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    width: 100%;
}

.index-banner .box ul {
    display: flex;
    justify-content: space-between;
    /* opacity: 0.8; */
}

.index-banner .box ul li {
    height: 80px;
    width: 25%;
    background: #7F052E;
    font-size: 12px;
    color: black;
    padding: 22px 10px;
    position: relative;
    opacity: 0.8;
}

.index-banner .box ul li {
    display: flex;
    align-items: center;
}

.index-banner .box ul li img {
    width: 36px;
    display: inline-block;
    opacity: .8;
}

.index-banner .box ul li:not(:last-child)::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 80px;
    background: #EBEBEB;
}

.index-banner .box ul li .demon {
    margin-left: 10px;
}

.index-banner .box ul li .text-box {
    margin-left: 23px;
}

.index-banner .box ul li p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: bold;
}

.index-banner .box ul li span {
    font-size: 13px;
    color: #FFFFFF;
    line-height: 19px;
    letter-spacing: 1px;
}

.index-banner .box ul li .text-box p {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 22px;
    letter-spacing: 1px;
}

.index-banner .box ul li .text-box span {
    width: 168px;
    height: 17px;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 17px;
    letter-spacing: 1px;
}

.index-banner .box ul li:hover {
    background: #1A1C3F;
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
}

.index-banner .box ul li:hover .text-box p {
    color: #FFFFFF;
}

.index-banner .box ul li:hover img {
    opacity: 1;
}


/* end index-banner */


/* title */

.title {
    text-align: center;
}

.title h5 {
    font-size: 34px;
    font-weight: 700;
    color: #1A1C3F;
    line-height: 46px;
    letter-spacing: 1px;
}

.title h5 span {
    color: #FF0000;
}

.title p {
    font-size: 20px;
    color: #737373;
    line-height: 35px;
    letter-spacing: 1px;
    margin-top: 20px;
    font-weight: 300;
}


/* end title */


/* 企业选择 */

.qiye {
    padding-top: 68px;
    padding-bottom: 40px;
}

.qiye ul.qiye-ul {
    margin-top: 35px;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.qiye ul.qiye-ul>li {
    display: inline-block;
    width: 20%;
    background: #FFFFFF;
    border-radius: 2px;
    border: 0.4px solid #E2DEDE;
    padding: 17px 10px;
    position: relative;
}

.qiye ul.qiye-ul>li:hover {
    background: url(../images/rexiao.png) no-repeat;
    background-size: 100% 100%;
}

.qiye ul.qiye-ul>li:hover p,
.qiye ul.qiye-ul>li:hover ul.tags li,
.qiye ul.qiye-ul>li:hover span,
.qiye ul.qiye-ul>li:hover div p,
.qiye ul.qiye-ul>li:hover div p strong {
    color: #FFFFFF;
}

.qiye ul.qiye-ul>li:hover ul.tags li {
    border: 1px solid #FFFFFF;
}

.qiye ul.qiye-ul>li:hover div a {
    display: block;
}

.qiye ul.qiye-ul>li .right-sanjiao {
    position: absolute;
    top: 0;
    right: 0;
    width: 13.21%;
}

.qiye ul.qiye-ul>li p {
    font-size: 16px;
    font-weight: bold;
    color: #1A1C3F;
    line-height: 21px;
    letter-spacing: 0.5px;
}

.qiye ul.qiye-ul>li ul.tags {
    margin-top: 14px;
    margin-bottom: 20px;
}

.qiye ul.qiye-ul>li ul.tags li {
    display: inline-block;
    width: 31%;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #FF7676;
    font-size: 13px;
    color: #FF5F5F;
    line-height: 24px;
    text-align: center;
}

.qiye ul.qiye-ul>li ul.tags li:not(:last-child) {
    margin-right: 6px;
}

.qiye ul.qiye-ul>li span {
    display: block;
    font-size: 13px;
    color: #596178;
    line-height: 26px;
    letter-spacing: 1px;
}

.qiye ul.qiye-ul>li div {
    position: relative;
    margin-top: 16px;
}

.qiye ul.qiye-ul>li div p {
    font-size: 13px;
    color: #A7B0BF;
    line-height: 17px;
}

.qiye ul.qiye-ul>li div p strong {
    font-size: 26px;
    font-weight: bold;
    color: #FF0000;
    line-height: 35px;
}

.qiye ul.qiye-ul>li div a {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 25%;
    height: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #FF0000;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
    background: #DFE6F0;
    border-radius: 4px;
    display: none;
}

.contact-box {
    margin-top: 70px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #1A1C3F;
    line-height: 19px;
    letter-spacing: 1px;
}

.contact-box a {
    display: inline-block;
    /* width: 12.85%;
    height: 20px;
    border-radius: 4px; */
    vertical-align: middle;
}

.contact-box a img {
    width: 180px;
    display: inline-block;
    vertical-align: middle;
}

.contact-box a.kefu {
    margin-right: 30px;
}

.contact-box a.dianhua {
    margin-left: 30px;
}

.qiye .youshi {
    margin-top: 70px;
    background: #ECEFF5;
    border-radius: 4px;
}

.qiye .youshi ul {
    font-size: 0;
    text-align: center;
    padding-top: 55px;
}

.qiye .youshi ul li {
    display: inline-block;
    width: 21.4%;
    margin-bottom: 70px;
}

.qiye .youshi ul li:not(:nth-child(3n)) {
    margin-right: 9.2%;
}

.qiye .youshi ul li img {
    width: 35%;
}

.qiye .youshi ul li span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #1A1C3F;
    line-height: 30px;
    letter-spacing: 1px;
    margin-top: 30px;
    font-weight: 600;
}

.qiye .youshi ul li p {
    font-size: 14px;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-top: 10px;
    line-height: 1.6;
    letter-spacing: 1px;
}


/* end 企业选择 */


/* 经营成果 */

.swk9 {
    height: 400px;
    background: url(../images/beijing.png) no-repeat center center;
    background-size: 100%;
}

.swk9 p {
    font-size: 34px;
    text-align: center;
    color: #FFFFFF;
    line-height: 43px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 79px 0 12px;
}

.swk9 strong {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #F2F2F2;
    line-height: 35px;
    letter-spacing: 1px;
    padding-bottom: 22px;
}

.swk10 {
    background-color: rgba(23, 27, 35, .57);
    text-align: center;
}

.swk10 span {
    font-size: 14px;
    line-height: 106px;
    color: #FFFFFF;
}

.swk10 b {
    font-size: 32px;
    line-height: 106px;
    color: #FF0000;
}

.swk10 i {
    display: inline-block;
    width: 1px;
    height: 24px;
    background-color: #979797;
    margin: 0 61px;
}


/* end 经营成果 */


/* 合作伙伴 */

.hezuo {
    padding-top: 77px;
    padding-bottom: 52px;
    position: relative;
}

.hezuo .hz-box {
    padding: 0 91px 0 57px;
}

.hezuo-swiper {
    height: 336px;
    margin-top: 52px;
}

.hezuo-swiper .swiper-slide {
    height: auto;
    text-align: center;
}


/* 修改start */

.hezuo-swiper .swiper-slide>a:not(:nth-child(7n)) {
    margin-right: 24px;
}

.hezuo-swiper .swiper-slide img {
    width: 156px;
    height: 96px;
}


/* 修改end */

.hezuo .swiper-pagination {
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.hezuo .swiper-pagination-bullet-active {
    background: #FC5858;
}

.hezuo .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 5px;
}


/* end 合作伙伴 */


/* 核心代理 */

.hexin {
    background: #282E3A;
    padding: 70px 0;
}

.hexin .title h5 {
    color: #FFFFFF;
}

.hexin ul {
    font-size: 0;
    text-align: center;
    margin-top: 42px;
}

.hexin ul li {
    display: inline-block;
    width: 15.71%;
    background: #ECEFF5;
    border-radius: 4px;
    text-align: center;
}

.hexin ul li.active {
    box-shadow: 2px 2px 5px 1px #A64343, -2px -2px 5px 1px #A64343;
}

.hexin ul li img {
    display: inline-block;
    width: 30%;
    margin-top: 35px;
}

.hexin ul li:not(:nth-child(5n)) {
    margin-right: 2.14%;
}

.hexin ul li span {
    display: block;
    margin-top: 40px;
    margin-bottom: 13px;
    font-size: 22px;
    font-weight: 600;
    color: #1A1C3F;
    line-height: 30px;
    letter-spacing: 1px;
}

.hexin ul li p {
    font-size: 15px;
    color: #1A1C3F;
    line-height: 30px;
    letter-spacing: 1px;
}

.hexin ul li p:last-child {
    padding-bottom: 35px;
}


/* end 核心代理 */


/* 服务 */

.fuwu {
    padding-top: 70px;
}

.fuwu ul {
    font-size: 0;
    text-align: center;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.fuwu ul li {
    display: inline-block;
    width: 48.5%;
    /*width: 40.71%;*/
    background: #FFFFFF;
    box-shadow: -3px -3px 7px 1px #EDEDED, 3px 3px 7px 1px #EDEDED;
    border-radius: 4px;
    border: 1px solid #EFEFEF;
    padding: 3.55%;
    text-align: left;
    margin-bottom: 40px;
}

.fuwu ul li img {
    width: 21.4%;
    margin-right: 6.8%;
}

.fuwu ul li:not(:nth-child(2n)) {
    margin-right: 2.85%;
}

.fuwu ul li:hover {
    box-shadow: -3px -3px 7px 1px #EDEDED, 3px 3px 7px 1px #EDEDED;
    border-radius: 4px;
    border: 1px solid #FF0000;
}

.fuwu ul li h6 {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #1A1C3F;
    line-height: 37px;
    letter-spacing: 1px;
}

.fuwu ul li p {
    font-size: 16px;
    color: #737373;
    line-height: 30px;
    letter-spacing: 1px;
    margin-top: 14px;
}


/* end 服务 */


/* 广告 */

.adv {
    width: 100%;
    background: url(../images/adv-bg.png);
    background-size: 100%;
    padding: 40px 0;
}

.adv div {
    text-align: center;
}
.adv div>a>img{
	width: 753px;
	height: auto;
}
.adv span {
    color: #FFFFFF;
    font-size: 23px;
}

.adv span a {
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    background: #FFFFFF;
    color: #FF0E0A;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    margin-left: 25px;
    box-sizing: border-box;
}

.adv span a:hover {
    background: #FF0E0A;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}


/* end 广告 */


/* 联系我们 */

.contact {
    width: 100%;
    padding: 30px 0 30px 0;
    height: auto;
    background-color: #F2F3F5;
}

.contact h4 {
    height: 80px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #1A1C3F;
    line-height: 63px;
    letter-spacing: 1px;
}

.contact p {
    font-size: 14px;
    line-height: 30px;
    color: #1A1D3D;
    text-align: center;
}


/* end 联系我们 */


/* 关于我们 */

.about {
    width: 100%;
}

.about .bot {
    padding: 0 91px 0 57px;
}

.about h6 {
    width: 100%;
    height: 43px;
    margin: 90px 0 40px 0;
    color: #1A1C3F;
    text-align: center;
    font-size: 32px;
    line-height: 43px;
    font-weight: bolder;
}

.about hr {
    width: 100%;
    height: 1px;
    border: none;
    background-color: #EBEBEB;
}

.about .introduce {
    display: flex;
    padding-bottom: 71px;
}

.about .introduce .text {
    width: 783px;
    margin-left: 118px;
}

.about .introduce .text>p {
    font-size: 16px;
    font-family: MicrosoftYaHeiSemibold;
    color: #1A1D3D;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.about .introduce .text>p:nth-child(3) {
    margin-bottom: 20px;
}

.about .introduce .text .big {
    height: 62px;
    display: flex;
    flex-direction: row;
}

.about .introduce .text .big p {
    margin-right: 120px;
}

.about .introduce .text .big p span {
    font-size: 14px;
    display: block;
    color: #FF0000;
}

.about .introduce .text .big p b {
    font-size: 32px;
}

.about .introduce .text .big p font {
    font-size: 14px;
}

.about .plate {
    padding: 15px 0 9px 0;
    display: flex;
    justify-content: space-around;
    /* border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB; */
}

.about .plate img {
    height: 60px;
    width: auto;
}

.about .company {
    margin-top: 40px;
    display: flex;
}

.about .company>div {
    flex: 1;
    padding: 60px 0;
    background: url(../images/mission.png) no-repeat;
    background-size: 100% 100%;
}

.about .company>div:not(:last-child) {
    margin-right: 40px;
}

.about .company .wish {
    flex: 1;
    background: url(../images/wish.png) no-repeat;
    background-size: 100% 100%;
}

.about .company h5 {
    color: #FFFFFF;
    font-size: 30px;
    text-align: center;
    margin-bottom: 39px;
}

.about .company p {
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 2px;
}


/* end 关于我们 */


/* footer */

.fl {
    float: left;
}

.fr {
    float: right;
}

.footer {
    width: 100%;
    background: #212940;
    letter-spacing: 1px;
    padding-top: 70px;
}

.footer4 {
    display: inline-block;
    width: 209px;
}

.footer4 img {
    max-width: 100%;
}

.footer6 {
    display: inline-block;
    width: 60px;
    box-sizing: content-box;
}

.footer6 p {
    font-size: 14px;
    font-weight: 500;
    color: #F9F9F9;
    line-height: 20px;
    margin-bottom: 26px;
    letter-spacing: .6px;
    opacity: .6;
}

.footer6 img {
    width: 60px;
    height: 60px;
}

.footer5>a {
    padding-left: 40px;
}

.footer5>div {
    padding-left: 40px;
}

.footer9 {
    width: 500px;
}

.footer9 p,
.footer8 p {
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #F9F9F9;
    line-height: 20px;
    margin-bottom: 26px;
    letter-spacing: .6px;
    opacity: .6;
}

.footer8 {
    /* width: 220px; */
    display: -webkit-flex;
    /* Safari */
    display: flex;
    justify-content: space-between;
}

.footer8>div {
    margin-right: 40px;
}

.footer8 .footer8-text a {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
    background: #212940;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.footer9 ul li,
.footer9 ul li a,
.footer8 ul li a {
    font-size: 12px;
    color: #F9F9F9;
    line-height: 30px;
    letter-spacing: 1px;
    opacity: .6;
}


/* .footer9 {
    margin-right: 123px;
} */

.footer2_boer {
    height: 30px;
}

.footer2 {
    display: flex;
    justify-content: space-between;
    height: 206px;
}

.footer10 {
    width: 184px;
    margin: 34px auto 0;
    display: block;
    margin-bottom: 46px;
}

.footer11 {
    border-top: 1px solid rgba(151, 151, 151, .17);
    border-bottom: 1px solid rgba(151, 151, 151, .17);
    height: 59px;
    text-align: center;
}

.footer11 ul li a {
    font-size: 12px;
    color: #F9F9F9;
    ;
    line-height: 60px;
    letter-spacing: 0.6px;
    opacity: .6;
}

.footer11 ul {
    display: flex;
    justify-content: space-between;
}

.footer11 ul {
    width: 900px;
    margin: 0 auto;
}

.footer12 {
    font-size: 12px;
    color: #C4C4C4;
    ;
    line-height: 60px;
    text-align: center;
    letter-spacing: 1px;
}

.footer12 a {
    font-size: 12px;
    color: #C4C4C4;
    ;
    line-height: 60px;
    letter-spacing: 1px;
    margin-right: 20px;
}

.footer13,
.footer12 span {
    margin-right: 20px;
}

.footer12 img {
    vertical-align: top;
}

.footer13 {
    width: 36px;
    height: auto;
    padding-top: 8px;
}

.footer14 {
    width: 20px;
    height: auto;
    padding-top: 18px;
    margin-right: 4px;
}

.kd17 p {
    color: #666666;
}


/* end footer */


/* 内容 */

.main {
    margin-top: 20px;
}

.main .bg {
    padding: 0 140px;
    padding-top: 70px;
    /* height: 1200px; */
    background: #ECEFF5;
}

.main .main-ul-flex {
    display: flex;
}

.main .main-ul {
    font-size: 0;
    text-align: center;
    margin-top: 40px;
}

.main .main-ul li {
    position: relative;
    display: inline-block;
    width: 32.1%;
    border-radius: 4px;
    border: 1px solid #CECECE;
    background: #FFFFFF;
    padding: 12px 13px 12px 20px;
}

.main .main-ul li:not(:last-child) {
    margin-right: 1.78%;
}

.main .main-ul li img {
    width: 50px;
    margin-right: 3%;
}

.main ul li div {
    width: 72%;
    text-align: left;
}

.main .main-ul li {
    cursor: pointer;
}

.main .main-ul li h6 {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #1A1C3F;
    font-weight: 600;
}

.main .main-ul li h6 span {
    display: inline-block;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    font-style: oblique;
    color: #FF0000;
    text-shadow: 1px 1px 1px #1A1818;
}

.main .main-ul li p {
    font-size: 14px;
    /* font-weight: bold; */
    color: #1A1C3F;
    line-height: 22px;
    letter-spacing: 1px;
}

.main .main-ul li.on {
    background: #E6F0FB;
    border: 1px solid #FF0000;
}

.main .main-ul li.on h6,
.main .main-ul li.on p {
    color: #FF0000;
}

.main .main-ul li.on::after {
    content: "";
    position: absolute;
    padding-top: 4px;
    bottom: -20px;
    left: 46.5%;
    width: 0px;
    height: 0px;
    border-top: 16px solid #FF0000;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    /* background: url(../images/sanjiao.png) no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0); */
}

.main .main-box {
    background: linear-gradient(180deg, #FD0001 0%, #1E0347 100%);
    border-radius: 4px;
    padding: 40px 110px;
    margin-top: 20px;
}

.main .box-bg {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 40px 78px;
    display: none;
}

.main .box-bg>.duanxin>img {
    display: block;
    width: 100%;
}

.main .box-bg-dx {
    height: auto !important;
}

.main .box-bg.on {
    display: block;
}

.main .box-bg h6.on {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #1A1C3F;
    line-height: 21px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.main .box-bg h6.on::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 80px;
    height: 1px;
    background: #1A1C3F;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.main .box-bg article {
    font-size: 13px;
    color: #666A75;
    line-height: 24px;
    letter-spacing: 1px;
}

.main .tedian {
    margin-top: 40px;
}

.main .tedian ul {
    font-size: 0;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.main .tedian ul li {
    display: inline-block;
    width: 48.3%;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #CECECE;
    padding: 17px;
    margin-bottom: 20px;
}

.main .tedian ul li:hover {
    border-radius: 4px;
    border: 1px solid #FF0000;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.main .tedian ul li:not(:nth-child(2n)) {
    margin-right: 2.68%;
}

.main .tedian ul li img {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(50%);
    margin-right: 5%;
}

.main .tedian ul li h6 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #1A1C3F;
    font-weight: 600;
}

.main .tedian ul li p {
    font-size: 13px;
    /* font-weight: bold; */
    color: #666A75;
    line-height: 22px;
    letter-spacing: 1px;
}

.main .zifei {
    margin-top: 40px;
}

.main .zifei img {
    width: 100%;
    display: block;
}

.main .zifei .zifei-kuandai img {
    width: 100%;
    display: inline-block;
}

.banli ul {
    font-size: 0;
    margin-top: 20px;
}

.banli ul li {
    display: inline-block;
    width: 48.3%;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #CECECE;
    padding: 17px;
    margin-bottom: 2.68%;
    position: relative;
}

.banli ul li:hover {
    border: 1px solid #FF0000;
}

.main .tedian ul li:not(:nth-child(2n)) {
    margin-right: 2.68%;
}

.banli {
    margin-top: 30px;
}

.banli ul li p {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #1A1C3F;
    line-height: 22px;
    letter-spacing: 1px;
}

.banli ul li p span {
    color: #FF0000;
    font-weight: bold;
}

.banli ul li p.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 170px;
    height: 3px;
    background: linear-gradient(90deg, #FF0000 0%, #FCC9C9 100%);
    border-radius: 6px;
}

.banli ul li>span {
    display: block;
    font-size: 14px;
    color: #1A1C3F;
    line-height: 24px;
    letter-spacing: 1px;
    margin-top: 23px;
    padding-bottom: 22px;
}


/* 修改start */

.banli ul li img {
    position: absolute;
    right: -11px;
    bottom: -14px;
    width: 24.1%;
}

.banli ul li:nth-child(2) img {
    right: -12px;
    bottom: -7px;
}

.banli ul li:nth-child(3) img {
    right: -12px;
    bottom: -14px;
}

.banli ul li:nth-child(4) img {
    right: -3px;
    bottom: -13px;
}


/* 修改end */

.banli ul li:not(:nth-child(2n)) {
    margin-right: 2.68%;
}

.main-box .contact-box {
    color: #FFFFFF;
}


/* .main-box .contact-box a.kefu {
    margin-right: 20px;
}

.main-box .contact-box a.dianhua {
    margin-left: 20px;
} */


/* end 内容 */


/* 常见问题 */

.quest {
    margin: 70px 0;
    text-align: center;
}

.quest .bg {
    background: #ECEFF5;
    padding: 70px 203px 40px;
}

.quest h5 {
    text-align: center;
    font-size: 32px;
    color: #1A1C3F;
    line-height: 43px;
    letter-spacing: 2px;
    font-weight: bold;
}

.quest ul {
    width: 44.36%;
    margin-top: 20px;
}

#ul-left {
    margin-right: 10.36%;
}

.quest ul li {
    padding: 12px;
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
    cursor: pointer;
    text-align: left;
}

.quest ul li span {
    font-size: 14px;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 400;
    color: #1A1C3F;
    line-height: 22px;
    letter-spacing: 1px;
}

.quest ul li p {
    margin-top: 13px;
    font-size: 13px;
    color: #0005BD;
    line-height: 20px;
    letter-spacing: 1px;
    display: none;
}

.quest ul li span.showspan {
    font-weight: bold;
}

.quest ul li p.show {
    display: block;
}

.quest .a-box {
    width: 100%;
}

.quest a {
    display: inline-block;
    width: 42.37%;
    height: 60px;
    background: #280F0F;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 20px;
}

.wlw-box {
    background: linear-gradient(180deg, #05C08B 0%, #3C3A33 100%);
}

.muban .qydx-box {
    background: linear-gradient(180deg, #0A00FF 0%, #CD00C8 100%);
}

.muban .qyrx-box {
    background: linear-gradient(180deg, #0A00FF 0%, #CD00C8 100%);
}

.muban .gdqyfw-box {
    background: linear-gradient(180deg, #060518 0%, #201E20 100%);
}

.muban .box-bg {
    height: 600px;
    background-color: #fff;
    border-radius: 6px;
    padding: 40px 78px;
}


/* end 常见问题 */

.ny {
    height: 300px;
    background: linear-gradient(180deg, rgba(144, 19, 63, 0.88) 0%, rgba(26, 28, 63, 0.54) 100%) !important;
    margin-top: 72px;
}

.ny .img-box {
    opacity: 0.3;
}

.ny .img-box img {
    width: 100%;
    height: 300px;
}

.ny section {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 79px;
}

.ny section h6 {
    font-size: 48px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 80px;
    letter-spacing: 3px;
    text-align: center;
    text-shadow: 2px 2px 4px #1A1C3F;
    z-index: 99999;
}

.ny section p {
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: 2px;
    text-shadow: 3px 3px 4px #1A1C3F;
    opacity: 0.9;
}

.swiper-bg {
    height: 500px;
    position: relative;
}

.swiper-bg>img {
    width: 100%;
    height: auto;
}

.swiper-bg .img-box {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.swiper-bg .img-box>img {
    position: absolute;
    right: -53px;
}

.swiper-bg section {
    margin: 0 auto;
    position: absolute;
    left: 300px;
}

.swiper-bg section h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 90px;
    letter-spacing: 6px;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.87);
}

.swiper-bg section h2 span {
    display: inline-block;
    margin-left: 20px;
    font-size: 36px;
    color: #FFCB00;
}

.swiper-bg section p {
    color: #FFFFFF;
}

.kd-bg {
    /* height: 680px; */
    background: linear-gradient(180deg, #dff3ff 0%, #0074ff 100%);
}

.kd-bg .img-box img {
    width: 782px;
    /* height: 540px; */
    top: 16px;
    right: -56px;
}

.kd-bg section {
    padding-top: 98px;
}

.kd-bg section h2 img {
    width: 668px;
    height: 64px;
}

.kd-bg section>p:nth-child(2) {
    font-size: 20px;
    font-family: AlibabaPuHuiTi-Bold, AlibabaPuHuiTi;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 27px;
    letter-spacing: 2px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.kd-bg section p:nth-child(2)>span {
    color: #FF0000;
}

.kd-bg section hr {
    width: 653px;
    height: 2px;
    background: #BCB0B0;
    margin: 5px 0;
    border: none;
}

.kd-bg section p:nth-child(4) {
    margin-top: 30px;
    width: 672px;
    margin-top: 20px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 30px;
}

.kd-bg section img {
    width: 419px;
    height: auto;
}

.wlw-bg {
    /* height: 680px; */
    background: linear-gradient(180deg, #6282ac 0%, #6384ae 100%);
}

.wlw-bg .img-box img {
    width: 613px;
    /* height: 613px; */
    top: 20px;
    right: -116px;
}

.wlw-bg section {
    padding-top: 71px;
}

.wlw-bg section p {
    margin: 26px 0 40px 0;
}

.wlw-bg section>img {
    width: 677px;
    display: block;
}

.wlw-bg section>img:nth-child(2) {
    width: 815px;
    margin-top: 34px;
}

.wlw-bg section>img:nth-child(3) {
    width: 414px;
    margin-top: 34px;
}

.wlw-bg section p font {
    font-size: 40px;
    font-family: HYYaKuHeiW;
    color: #FFFFFF;
    line-height: 59px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px #000000;
    -webkit-text-stroke: 1px #FFFFFF;
    text-stroke: 1px #FFFFFF;
    margin-right: 32px;
}

.wlw-bg section p font span {
    /* font-weight: bold; */
    border-bottom: 4px solid #FF0000;
}

.sjzx-bg {
    /* height: 680px; */
    background: linear-gradient(180deg, #9A004B 0%, #4D00C2 100%);
}

.sjzx-bg section>img {
    width: 700px;
    height: 237px;
    margin-top: 80px;
}

.sjzx-bg .img-box {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.sjzx-bg .img-box>img {
    width: 680px !important;
    height: 500px;
    position: absolute;
    top: 0px;
    right: -41px;
}

.zw-bg {
    /* height: 680px; */
    background: linear-gradient(180deg, #0024cd 0%, #ffffff 100%);
    position: relative;
}

.zw-bg .img-box img {
    width: 500px;
    height: auto;
    top: 10px;
    right: -19px;
}

.zw-bg section {
    padding-top: 103px;
}

.zw-bg section h6 {
    position: relative;
}

.zw-bg section h6>img:first-child {
    width: 856px;
    height: 58px;
}

.zw-bg section h6>img:last-child {
    width: 213px;
    height: 37px;
    position: absolute;
    top: -50px;
    left: 645px;
}

.zw-bg section h2 {
    font-size: 60px;
}

.zw-bg section h2 span {
    font-size: 36px;
    color: #FFCB00;
}

.zw-bg section p {
    /* width: 820px; */
    font-size: 15px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #FFFFFF;
    line-height: 20px;
    letter-spacing: 3px;
    padding-top: 30px;
}

.zw-bg section>img {
    margin-top: 32px;
    width: 413px;
    height: auto;
}

.dx-bg {
    /* height: 680px; */
    background: linear-gradient(180deg, #010303 0%, #5384FF 100%);
    position: relative;
}

.dx-bg .img-box img {
    width: 704px;
    /* height: 561px; */
    top: 0px;
    right: -54px;
}

.dx-bg section {
    padding-top: 63px;
}

.dx-bg section p {
    width: 213px;
    height: 40px;
    background: #FF0000;
    border-radius: 4px;
    opacity: 0.90;
    font-size: 14px;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.dx-bg section>div {
    position: relative;
}

.dx-bg section img:nth-child(1) {
    width: 634px;
    height: 198px;
}

.dx-bg section img:nth-child(2) {
    width: 73px;
    height: auto;
    position: absolute;
    top: -40px;
    right: -30px;
}

.zx-bg {
    background: linear-gradient(180deg, #EA0445 0%, #7E2A2A 100%);
    position: relative;
}

.zx-bg .img-box img {
    width: 410px;
    height: 343px;
    /* height: 342px; */
    top: 54px;
    right: 0;
}

.zx-bg section {
    padding-top: 93px;
    position: relative;
}

.zx-bg section>img {
    width: 105px;
    height: 58px;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 9999;
}

.zx-bg section h4 {
    width: 624px;
    height: 180px;
    font-size: 40px;
    font-family: AlibabaPuHuiTi_2_105_Heavy;
    color: #FFFFFF;
    line-height: 90px;
    letter-spacing: 4px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.79);
}

.zx-bg section p {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    line-height: 40px;
    font-family: DINAlternate-Bold, DINAlternate;
    margin-top: 16px;
}

.zx-bg section p span {
    height: 48px;
    font-size: 34px;
}

.service {
    position: fixed;
    right: 6px;
    top: 40%;
    text-align: center;
    z-index: 999999;
}

.service .service-box>ul>li {
    position: relative;
}

.service .service-box>ul>li>img {
    width: 60px;
    height: auto;
}

.service .service-box>ul>li>a>img {
    width: 60px;
    height: auto;
}

.service .service-box>ul>li:nth-child(1)>img {
    width: 64px;
    height: auto;
}
.service .service-box>ul>li:nth-child(3) {
    cursor: pointer;
}

.service .service-box>ul>li.gotop>img {
    width: 31px;
    height: auto;
}

.service .service-box>ul>li>.hide-box {
    display: none;
}

.service .service-box>ul>li>.wx-box {
    width: 280px;
    height: 379px;
    position: absolute;
    right: 70px;
    bottom: -41px;
}

.service .wx-box>div {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    margin-top: 28px;
    margin-left: 40px;
}

.service .wx-box>img {
    width: 100%;
    height: auto;
}

.service .wx-box .hide-box-top {
    display: flex;
}

.service .wx-box .hide-box-top img {
    width: 51px;
    height: auto;
    margin-right: 15px;
}

.service .wx-box .hide-box-top>div h6 {
    font-size: 14px;
    font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
    font-weight: 500;
    color: #000000;
    line-height: 20px;
}

.service .wx-box .hide-box-top>div p {
    font-size: 12px;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
}

.service .wx-box>div>img {
    width: 182px;
    height: auto;
    margin: 20px 0 24px 0;
}

.service .wx-box>div>p {
    font-size: 14px;
    font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
    font-weight: 500;
    color: #290066;
    line-height: 20px;
    letter-spacing: 1px;
}

.service .tel-box {
    position: absolute;
    right: 70px;
    bottom: -19px;
}

.service .tel-box>img {
    width: 296px;
    height: auto;
}

.service .tel-box>div {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    margin-top: 28px;
    margin-left: 56px;
}

.service .tel-box>div img {
    width: 183px;
    height: auto;
}

.service .tel-box>div p {
    font-size: 12px;
    font-family: AlibabaPuHuiTi_2_45_Light;
    color: #7D7979;
    line-height: 17px;
    letter-spacing: 1px;
}

.service .line-box {
    width: 279px;
    height: 97px;
    position: absolute;
    right: 70px;
    bottom: -19px;
}

.service .line-box>img {
    width: 100%;
    height: auto;
}

.service .line-box>div {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    margin-top: 15px;
    margin-left: 37px;
}

.service .line-box>div img {
    width: 191px;
    height: auto;
}

.service .service-box>ul>li>.tj-box {
    width: 280px;
    height: 379px;
    position: absolute;
    right: 70px;
    bottom: -41px;
}

.service .tj-box>div {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    margin-top: 28px;
    margin-left: 40px;
}

.service .tj-box>img {
    width: 100%;
    height: auto;
}

.service .tj-box .hide-box-top {
    display: flex;
}

.service .tj-box .hide-box-top img {
    width: 51px;
    height: auto;
    margin-right: 15px;
}

.service .tj-box .hide-box-top>div h6 {
    font-size: 14px;
    font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
    font-weight: 500;
    color: #000000;
    line-height: 20px;
}

.service .tj-box .hide-box-top>div p font {
    color: #FF0000;
}

.service .tj-box .hide-box-top>div p {
    font-size: 12px;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
}

.service .tj-box>div>p {
    font-size: 14px;
    font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
    font-weight: 500;
    color: #290066;
    text-align: center;
}

.service .tj-box>div>img {
    width: 182px;
    height: auto;
    margin: 20px 0 17px 0;
}

.service .gotop {
    display: none;
}

.service .gotop img {
    width: 31px;
    height: auto;
}

@media screen and (max-width:1680px) {
    /* .w {
        width: 92%;
    } */
    header .head .logo-box {
        width: 25%;
    }
    header .head .fl a img {
        width: 50%;
        margin-top: -1px;
    }
    header .head .fl a img:nth-child(2) {
        width: 50%;
    }
    .fuwu ul li {
        padding: 2.55%;
    }
    .index-banner .box ul li span {
        letter-spacing: 0;
    }
    .fuwu ul li {
        width: 48.5%;
    }
    .fuwu ul li img {
        width: 19.4%;
    }
    .swiper-bg section {
        left: 150px;
    }
    .zw-bg .img-box img {
        width: 450px;
        height: auto;
        top: 58px;
        right: -83px;
    }
    .kd-bg .img-box img {
        top: 16px;
        right: -56px;
    }
    .hezuo-swiper .swiper-slide img {
        width: 155px;
        height: auto;
    }
    /* 内页 */
    .main .main-ul-kd {
        display: flex;
    }
    .main ul li div {
        width: 80%;
    }
    .main .main-ul li.on::after {
        bottom: -20px;
    }
    .liucheng ul li {
        width: 168px !important;
        height: 117px !important;
    }
    .liucheng ul li .next {
        top: 49px !important;
    }
    .banli ul {
        display: flex;
        flex-wrap: wrap;
    }
    .banli ul li img {
        width: 20%;
        right: -9px;
        bottom: -11px;
    }
    .banli ul li:nth-child(2) img {
        right: -10px;
        bottom: -6px;
    }
    .banli ul li:nth-child(3) img {
        right: -10px;
        bottom: -11px;
    }
    .banli ul li:nth-child(4) img {
        right: -2px;
        bottom: -10px;
    }
    .main .tedian ul {
        display: flex;
        flex-wrap: wrap;
    }
    .hezuo .hz-box {
        padding: 0;
    }
    .hezuo-swiper .swiper-slide>a:not(:nth-child(7n)) {
        margin-right: 30px;
    }
}

@media screen and (max-width:1600px) {
    .hexin ul li p {
        font-size: 14px;
    }
    .fuwu ul li {
        width: 45%;
    }
    .main .main-ul-kd {
        display: flex;
    }
    .main ul li div {
        width: 68%;
    }
    .liucheng ul li {
        width: 168px !important;
    }
    .hezuo-swiper .swiper-slide>a:not(:nth-child(7n)) {
        margin-right: 30px;
    }
}

@media screen and (max-width:1440px) {
    .w {
        width: 1301px;
    }
    header .top .hide-box {
        top: 50px;
    }
    .swiper-bg section {
        position: absolute;
        left: 100px;
    }
    .zw-bg .img-box img {
        right: 50px;
    }
    .kd-bg .img-box img {
        right: 2px;
    }
    .sjzx-bg .img-box>img {
        right: 26px;
    }
    .dx-bg .img-box img {
        top: 0;
        right: 0;
    }
    .dx-bg section img:nth-child(2) {
        right: -30px;
    }
    .wlw-bg .img-box img {
        right: 0;
    }
    .zx-bg .img-box img {
        right: 100px;
    }
    .liucheng ul li {
        width: 142px !important;
    }
}

@media screen and (max-width:1366px) {
    .w {
        width: 1201px;
    }
    .service {
        bottom: 10%;
    }
    header .head .logo-box {
        width: 22%;
        margin-top: 8px;
    }
    header .top .hide-box {
        top: 50px;
    }
    header .head .fr ul.nav li {
        margin-right: 24px;
    }
    header .head .fl a img {
        width: 50%;
    }
    header .head .fl a img:nth-child(2) {
        width: 30%;
    }
    header .top .left a span {
        line-height: 36px;
    }
    .main .main-ul li img {
        width: 20%;
    }
    .main .main-ul li p {
        font-size: 12px;
    }
    .swiper-bg section {
        z-index: 99999;
        position: absolute;
        left: 100px;
    }
    .zw-bg .img-box img {
        top: 43px;
        right: 100px;
    }
    .kd-bg .img-box img {
        top: 16px;
        right: 69px;
    }
    .sjzx-bg section>img {
        width: 552px !important;
    }
    .sjzx-bg .img-box>img {
        width: 580px !important;
        height: auto;
        top: 65px;
        right: 95px;
    }
    .dx-bg .img-box img {
        top: 11px;
        right: 50px;
    }
    .dx-bg section img:nth-child(2) {
        right: -42px;
    }
    .wlw-bg .img-box img {
        right: 0px;
    }
    .zx-bg .img-box img {
        right: 131px;
    }
    .qiye ul.qiye-ul>li div a {
        width: 30%;
        height: 0.2rem;
        line-height: 0.2rem;
    }
    .hezuo-swiper .swiper-slide img {
        width: 135px;
        height: auto;
    }
    .hexin ul {
        display: flex;
    }
    .hexin ul li {
        width: 19%;
    }
    .fuwu ul li img {
        margin-top: 10px;
    }
    .fuwu ul li {
        width: 47%;
    }
    .footer8>div {
        width: 100px;
    }
    /* 内页 */
    .main .main-ul li.on::after {
        bottom: -0.22rem;
    }
    .main ul li div {
        width: 76%;
    }
    .main .main-ul-kd {
        display: flex;
    }
    .main .main-box {
        margin-top: 0.3rem;
    }
    .banli ul li img {
        right: -6px;
        bottom: -8px;
    }
    .banli ul li:nth-child(2) img {
        right: -8px;
        bottom: -5px;
    }
    .banli ul li:nth-child(3) img {
        right: -7px;
        bottom: -8px;
    }
    .banli ul li:nth-child(4) img {
        right: -2px;
        bottom: -8px;
    }
    .liucheng ul li {
        width: 118px !important;
        height: 140px !important;
    }
    .liucheng ul li .next {
        top: 60px !important;
    }
    .banli ul {
        display: flex;
        flex-wrap: wrap;
    }
    .main .tedian ul {
        display: flex;
        flex-wrap: wrap;
    }
    .hezuo .hz-box {
        padding: 0;
    }
}

@media screen and (max-width:1280px) {
    .w {
        width: 1201px;
    }
    .service {
        bottom: 8%;
    }
    header .head .fr ul.nav li {
        margin-right: 20px;
    }
    header .top .hide-box {
        top: 50px;
    }
    .hexin ul li p {
        font-size: 14px;
    }
    .fuwu ul li img {
        width: 14.4%;
    }
    .footer9 {
        width: 400px;
    }
    .main .main-ul li {
        height: 108px;
    }
    header .head .fl a img {
        width: 50%;
    }
    header .head .fl a img:nth-child(2) {
        width: 35%;
    }
    header .head .logo-box {
        width: 25%;
        margin-top: 10px;
    }
    header .head .fr ul.nav li {
        margin-right: 24px;
    }
    header .head .fr ul.nav {
        padding-right: 0;
    }
    .zw-bg section {
        z-index: 99999;
    }
    .zw-bg .img-box img {
        right: 200px;
    }
    .kd-bg .img-box img {
        right: 112px;
    }
    .sjzx-bg .img-box>img {
        top: 65px;
        right: 120px;
    }
    .dx-bg .img-box img {
        top: 28px;
        right: 85px;
    }
    .wlw-bg .img-box img {
        right: 40px;
    }
    .zx-bg .img-box img {
        right: 180px;
    }
    /* .qiye ul.qiye-ul>li {
        width: 25%;
    } */
    .qiye ul.qiye-ul>li div a {
        width: 30%;
        height: 18px;
        line-height: 18px;
        bottom: -8px;
    }
    .qiye ul.qiye-ul {
        display: flex;
        flex-wrap: wrap;
    }
    .swk10 i {
        margin: 0 25px;
    }
    .swk9 {
        background: url(../images/beijing.png) repeat;
        background-size: 100%;
    }
    .hexin ul {
        display: flex;
    }
    .hexin ul li:not(:nth-child(5n)) {
        margin-right: 5%;
    }
    .hexin ul li img {
        margin-top: 24px;
    }
    .hexin ul li p:last-child {
        padding-bottom: 10px;
    }
    .fuwu ul li {
        width: 47%;
    }
    .fuwu ul li img {
        margin-top: 24px;
    }
    .liucheng ul li {
        width: 200px !important;
        height: 115px !important;
    }
    .liucheng ul li .next {
        top: 45px !important;
    }
    .footer8>div {
        width: 1.1rem;
    }
    /* 内页 */
    .main .bg {
        padding: 70px 40px 0 40px;
    }
    .main .main-ul li.on::after {
        bottom: -0.22rem;
    }
    .main .main-box {
        margin-top: 0.3rem;
        padding: 40px 70px;
    }
    .main .box-bg {
        padding: 40px 50px;
    }
    .main ul li div {
        width: 77%;
    }
    .banli ul li img {
        right: -10px;
        bottom: -12px;
    }
    .banli ul li:nth-child(2) img {
        right: -12px;
        bottom: -7px;
    }
    .banli ul li:nth-child(3) img {
        right: -11px;
        bottom: -12px;
    }
    .banli ul li:nth-child(4) img {
        right: -2px;
        bottom: -12px;
    }
    .quest .bg {
        padding: 70px 50px 40px;
    }
    .main .tedian ul {
        display: flex;
        flex-wrap: wrap;
    }
    .main .tedian ul li {
        width: 48.6%;
    }
    .hezuo .hz-box {
        padding: 0;
    }
}

@media screen and (max-width:1152px) {
    .w {
        width: 1000px;
    }
    header .top .hide-box {
        width: 429px;
        height: 280px;
        top: 50px;
    }
    header .top .hide-box ul.right {
        width: 385px;
        padding: 0 0 0 20px;
    }
    /* header .head .w {
        display: flex;
    }
    header .head .w .fl {
        float: none;
    }
    header .head .w .fr {
        float: none;
    } */
    header .head .fr ul.nav li a {
        font-size: 12px;
    }
    header .head ul.lianxi li {
        display: flex;
    }
    header .head ul.lianxi li img.tel {
        margin-left: 5px;
    }
    header .head .fl a img {
        width: 50%;
    }
    header .head .fl a img:nth-child(2) {
        width: 35%;
    }
    header .head .logo-box {
        width: 25%;
        margin-top: 10px;
    }
    header .head .fr ul.nav {
        padding-right: 0;
    }
    header .head .fr ul.nav li {
        margin-right: 18px;
    }
    .swiper-bg .img-box {
        width: 1000px;
    }
    .zw-bg section {
        z-index: 99999;
    }
    .zw-bg .img-box img {
        right: 0px;
    }
    .zw-bg section>img {
        width: 3.1252rem;
    }
    .zw-bg section h6>img:first-child {
        width: 5.0321rem;
        height: auto;
    }
    .zw-bg section h6>img:last-child {
        width: 0.4011rem;
        height: auto;
        position: absolute;
        top: -0.1059rem;
        left: 4.7521rem;
    }
    .zw-bg section p {
        width: 8rem;
        font-size: 0.1135rem;
        line-height: 0.2270rem;
    }
    .kd-bg .img-box img {
        width: 560px;
        top: 130px;
        right: -40px;
    }
    .kd-bg section h2 img {
        width: 5.0548rem;
        height: auto;
    }
    .kd-bg section hr,
    .kd-bg section p:nth-child(4) {
        width: 8.085rem;
    }
    .sjzx-bg .img-box>img {
        width: 7.1456rem !important;
        height: auto;
        top: 65px;
        right: -95px;
    }
    .sjzx-bg section>img {
        width: 4.9337rem;
        height: auto;
    }
    .dx-bg .img-box img {
        right: 0;
        width: 586px;
        top: 28px;
    }
    .dx-bg section img:nth-child(1) {
        width: 4.7975rem;
        height: auto;
    }
    .wlw-bg .img-box img {
        width: 531px;
        right: 0;
    }
    .wlw-bg section {
        padding-top: 1.3784rem;
    }
    .wlw-bg section>img {
        width: 5.2667rem;
    }
    .wlw-bg section>img:nth-child(2) {
        width: 6.2428rem;
    }
    .wlw-bg section>img:nth-child(3) {
        width: 3.1328rem;
    }
    .zx-bg .img-box img {
        width: 360px;
        height: auto;
        right: 0;
    }
    header .head .fl a img {
        width: 50%;
    }
    header .head .fl a img:nth-child(2) {
        width: 35%;
    }
    header .head .logo-box {
        width: 20%;
        margin-top: 15px;
    }
    header .head .fr ul.nav li {
        margin-right: 17px;
    }
    /* .qiye ul.qiye-ul>li {
        width: 25%;
    } */
    .qiye ul.qiye-ul>li div a {
        width: 40%;
        height: 0.2rem;
        line-height: 0.2rem;
        bottom: -6px;
    }
    .swk10 i {
        margin: 0 25px;
    }
    .swk9 {
        background: url(../images/beijing.png) repeat;
        background-size: 100%;
    }
    .hezuo-swiper {
        height: 280px;
    }
    .hezuo-swiper .swiper-slide img {
        width: 113px;
        height: auto;
    }
    .hexin ul {
        display: flex;
    }
    .hexin ul li:not(:nth-child(5n)) {
        margin-right: 5%;
    }
    .hexin ul li img {
        margin-top: 24px;
    }
    .hexin ul li p:last-child {
        padding-bottom: 10px;
    }
    .fuwu ul li {
        width: 48%;
    }
    .fuwu ul li img {
        margin-top: 24px;
    }
    .footer8>div {
        width: 1.1rem;
    }
    /* 内页 */
    .main .bg {
        padding: 70px 40px 0 40px;
    }
    .main .main-ul-kd {
        height: 125px;
    }
    .main .main-ul-kd li {
        height: 100%;
    }
    .main .main-ul li.on::after {
        bottom: -0.25rem;
    }
    .main .main-box {
        margin-top: 0.3rem;
        padding: 40px 70px;
    }
    .main .box-bg {
        padding: 40px 50px;
    }
    .banli ul li img {
        right: -8px;
        bottom: -10px;
    }
    .banli ul li:nth-child(2) img {
        right: -10px;
        bottom: -6px;
    }
    .banli ul li:nth-child(3) img {
        right: -9px;
        bottom: -10px;
    }
    .banli ul li:nth-child(4) img {
        right: -2px;
        bottom: -9px;
    }
    .liucheng ul li {
        width: 153px !important;
        height: 135px !important;
    }
    .liucheng ul li .next {
        top: 56px !important;
    }
    .quest .bg {
        padding: 70px 50px 40px;
    }
    .main .tedian ul {
        display: flex;
        flex-wrap: wrap;
    }
    .main .tedian ul li {
        width: 48.6%;
    }
    .about .introduce .img img {
        width: 200px;
    }
    .about .plate img {
        height: 50px;
    }
    .about .company p {
        font-size: 14px;
    }
    .about .introduce .text .big p {
        margin-right: 112px;
    }
    .hezuo .hz-box {
        padding: 0px;
    }
}

@media screen and (max-width:1024px) {
    .w {
        width: 900px;
    }
    .service {
        bottom: 10%;
    }
    header .head .fr ul.nav {
        padding-right: 0;
    }
    header .top .hide-box {
        width: 429px;
        height: 280px;
        top: 50px;
    }
    header .top .hide-box ul.right {
        width: 385px;
        padding: 0 0 0 20px;
    }
    header .top .left a {
        display: flex;
        align-items: center;
    }
    header .top .left a span {
        line-height: 30px;
    }
    /* header .head .w {
        display: flex;
    }
    header .head .w .fl {
        float: none;
    }
    header .head .w .fr {
        float: none;
    } */
    header .head .fr ul.nav li a {
        font-size: 12px;
    }
    header .head ul.lianxi li {
        display: flex;
    }
    header .head ul.lianxi li img.tel {
        margin-left: 5px;
    }
    header .head .fl a img {
        width: 50%;
    }
    header .head .fl a img:nth-child(2) {
        width: 35%;
    }
    header .head .logo-box {
        width: 20%;
        margin-top: 15px;
    }
    header .head .fr ul.nav li {
        margin-right: 13px;
    }
    .index-banner .box ul li .demon {
        margin-left: 0;
    }
    .index-banner .box ul li img {
        width: 30px;
    }
    .index-banner .box ul li .text-box {
        margin-left: 5px;
    }
    .index-banner .box ul li {
        padding: 22px 5px;
    }
    .swiper-bg .img-box {
        width: 900px;
    }
    .zw-bg section {
        z-index: 99999;
    }
    .zw-bg .img-box img {
        right: 0px;
    }
    .zw-bg section>img {
        width: 3.1252rem;
    }
    .zw-bg section h6>img:first-child {
        width: 5.0321rem;
        height: auto;
    }
    .zw-bg section h6>img:last-child {
        width: 0.4011rem;
        height: auto;
        position: absolute;
        top: -0.1059rem;
        left: 4.7521rem;
    }
    .zw-bg section p {
        width: 8rem;
        font-size: 0.1135rem;
        line-height: 0.2270rem;
    }
    .kd-bg .img-box img {
        width: 560px;
        top: 130px;
        right: -40px;
    }
    .kd-bg section h2 img {
        width: 5.0548rem;
        height: auto;
    }
    .kd-bg section hr,
    .kd-bg section p:nth-child(4) {
        width: 8.085rem;
    }
    .sjzx-bg .img-box>img {
        top: 65px;
        right: -95px;
    }
    .sjzx-bg section>img {
        width: 4.9337rem;
        height: auto;
    }
    .dx-bg .img-box img {
        width: 7.3272rem;
        top: 28px;
    }
    .dx-bg section img:nth-child(1) {
        width: 4.7975rem;
        height: auto;
    }
    .wlw-bg .img-box img {
        width: 6.638rem;
    }
    .wlw-bg section {
        padding-top: 1.3784rem;
    }
    .wlw-bg section>img {
        width: 5.2667rem;
    }
    .wlw-bg section>img:nth-child(2) {
        width: 6.2428rem;
    }
    .wlw-bg section>img:nth-child(3) {
        width: 3.1328rem;
        height: auto;
    }
    .zx-bg .img-box img {
        width: 4.5rem;
        height: auto;
        top: 100px;
    }
    .qiye ul.qiye-ul>li {
        width: 25%;
    }
    .qiye ul.qiye-ul>li div a {
        width: 35%;
        height: 0.2rem;
        line-height: 0.2rem;
    }
    .swk10 i {
        margin: 0 25px;
    }
    .swk9 {
        background: url(../images/beijing.png) repeat;
        background-size: 100%;
    }
    .hezuo-swiper {
        height: 250px;
    }
    .hezuo-swiper .swiper-slide img {
        width: 99px;
        height: auto;
    }
    .hexin ul {
        display: flex;
    }
    .hexin ul li:not(:nth-child(5n)) {
        margin-right: 5%;
    }
    .hexin ul li img {
        margin-top: 24px;
    }
    .hexin ul li p:last-child {
        padding-bottom: 10px;
    }
    .fuwu ul li {
        width: 48%;
        padding-left: 3%;
    }
    .fuwu ul li >div.fl{
        width: 75%;
    }
    .fuwu ul li img {
        margin-top: 24px;
    }
    .footer8>div {
        width: 95px;
    }
    .footer13,
    .footer12 span {
        margin-right: 7px;
    }
    .footer12 a {
        margin-right: 7px;
    }
    .about .introduce .text .big p {
        margin-right: 77px;
    }
    /* 内页 */
    .main .bg {
        padding: 70px 40px 0 40px;
    }
    .main .main-ul li.on::after {
        bottom: -0.28rem;
    }
    .main .main-box {
        margin-top: 0.3rem;
        padding: 40px 70px;
    }
    .main .box-bg {
        padding: 40px 50px;
    }
    .main .main-ul-kd {
        display: flex;
    }
    .main .main-ul li {
        height: auto;
    }
    .main .tedian ul {
        display: flex;
        flex-wrap: wrap;
    }
    .main .tedian ul li {
        width: 48%;
    }
    .qiye ul.qiye-ul {
        display: flex;
        flex-wrap: wrap;
    }
    .banli ul li img {
        right: -6px;
        bottom: -8px;
    }
    .banli ul li:nth-child(2) img {
        right: -8px;
        bottom: -5px;
    }
    .banli ul li:nth-child(3) img {
        right: -8px;
        bottom: -8px;
    }
    .banli ul li:nth-child(4) img {
        right: -2px;
        bottom: -8px;
    }
    .quest .bg {
        padding: 70px 50px 40px;
    }
    .main .main-ul li img {
        width: 15%;
    }
    .main ul li div {
        width: 82%;
    }
    .main .main-ul li h6 span {
        font-size: 12px;
    }
    .banli ul {
        display: flex;
        flex-wrap: wrap;
    }
    .banli ul li {
        width: 48%;
    }
    .liucheng ul li {
        width: 127px !important;
        height: 135px !important;
        padding: 12px 10px 17px 10px !important;
    }
    .about .introduce .img img {
        width: 200px;
    }
    .about .plate img {
        height: 50px;
    }
    .about .company p {
        font-size: 12px;
    }
    .hezuo .hz-box {
        padding: 0px;
    }
}


/* @media screen and (max-width:376px) {
    html body{
        width: 250%;
    }
}  */