@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: "Microsoft Yahei", Arial, sans-serif;
    font-size: 14px;
    min-width: 1200px
}

a {
    text-decoration: none;
    color: #222
}

a:hover {
    -webkit-transition: all linear .15s;
    transition: all linear .15s;
    color: #e22323
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
    /* var {
        font-style: normal;
        font-weight: 400
    } */

li,
ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

abbr,
acronym {
    border: 0
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clear {
    clear: both
}

input {
    outline: 0
}

q:after,
q:before {
    content: ''
}

:-moz-placeholder {
    color: #999;
    font-size: 14px
}

::-moz-placeholder {
    color: #999;
    font-size: 14px
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
    font-size: 14px
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 14px
}

textarea:focus {
    outline: 0
}

.container {
    margin: 0 auto;
    width: 1200px
}

.bgWhite {
    background-color: #fff
}

.w100per {
    width: 100% !important
}

.bd {
    border: 1px solid #e6e6e6
}

.bdb {
    border-bottom: 1px solid #e6e6e6
}

.fl {
    float: left
}

.fr {
    float: right
}

.tal {
    text-align: left
}

.tac {
    text-align: center
}

.tar {
    text-align: right
}

.oh {
    overflow: hidden
}

.f12 {
    font-size: 12px
}

.f13 {
    font-size: 13px
}

.f14 {
    font-size: 14px
}

.f15 {
    font-size: 15px
}

.f16 {
    font-size: 16px
}

.f18 {
    font-size: 18px
}

.f20 {
    font-size: 20px
}

.f22 {
    font-size: 22px
}

.f24 {
    font-size: 24px
}

.f26 {
    font-size: 26px
}

.f28 {
    font-size: 28px
}

.f30 {
    font-size: 30px
}

.pdT30 {
    padding-top: 30px
}

.mgT15 {
    margin-top: 15px
}

.mgT20 {
    margin-top: 20px
}

.mgT30 {
    margin-top: 30px
}

.mgB10 {
    margin-bottom: 10px
}

.mgB15 {
    margin-bottom: 15px
}

.mgB20 {
    margin-bottom: 20px
}

.mgB25 {
    margin-bottom: 25px
}

.mgB30 {
    margin-bottom: 30px
}

.mgR20 {
    margin-right: 20px
}

.mgR30 {
    margin-right: 30px
}

.pd30 {
    padding: 30px
}

.pdT30 {
    padding-top: 30px
}

.pdB20 {
    padding-bottom: 20px
}

.posr {
    position: relative
}

.posa {
    position: absolute
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.bold {
    font-weight: 700
}

.dn {
    display: none
}

.db {
    display: block
}

.df {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c999 {
    color: #999
}

.c666 {
    color: #666
}

.word2 {
    text-indent: 2em
}

#header {
    height: 80px;
    line-height: 80px;
    z-index: 999999;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0)
}

#header a {
    color: #fff
}

#header a:hover {
    -webkit-transition: all linear .15s;
    transition: all linear .15s;
    color: #e22323
}

#header li {
    margin-left: 55px;
    float: left;
}

#header.fixed {
    position: fixed;
    background: rgba(0, 0, 0, .85);
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

#header .logo {
    vertical-align: middle
}

.point, .point::before, .point::after {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
}

.point::before {
    animation: scale 2s infinite;
}

.point::after {
    animation: scale2 2s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
        /*opacity: .9*/
        background-color: #15bbed;
        opacity: 0.9;
    }
    100% {
        transform: scale(4);
        /*opacity: 0;*/
        background-color: #15bbed;
        opacity: 0.6;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        /*opacity: .9;*/
        background-color: #ffffff;
        opacity: 0.9;
    }
    100% {
        transform: scale(6.6);
        /*opacity: 0;*/
        background-color: #ffffff;
        opacity: 0.2;
    }
}

.point, .point::before, .point::after {
    /* 设置颜色 */
    background-color: #ffffff;
    opacity: 0.5;
}

#header .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 100px
}

#header .subMenu {
    display: none;
    margin-left: -32px;
    position: absolute;
    width: 130px;
    top: 80px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    text-align: center;
    background-color: #fff
}

#header .subMenu a {
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222
}

#header .subMenu a:hover {
    color: #fff;
    background-color: #e22323;
    -webkit-transition: all linear .15s;
    transition: all linear .15s
}

.m-hd {
    display: none
}

.m-bar {
    height: 60px
}

.logo-m {
    line-height: 60px;
    display: inline-block;
    float: left;
    width: 75%;
    height: 60px;
    margin-left: 10px;
    overflow: hidden
}

.logo-m img {
    z-index: 60;
    display: inline-block;
    vertical-align: middle
}

.m-hd {
    position: fixed;
    z-index: 1400;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
    -o-box-shadow: 0 0 10px #999;
    -ms-box-shadow: 0 0 10px #999
}

.m-nav {
    position: absolute;
    top: 60px;
    left: 0;
    clear: both;
    width: 100%
}

.m-nav a {
    font-size: 15px;
    line-height: 40px;
    display: block;
    width: 100%;
    padding: 0 20px;
    text-align: left;
    color: #333;
    border-top: 1px solid #e0e0e0;
    background-color: #fff
}

.m-trigger {
    float: right;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: #262626 url(../images/menu.png) no-repeat center center;
    background-size: 25px
}

.m-nav {
    display: none
}

.m-sub {
    display: none
}

.m-sub a {
    font-size: 14px;
    padding: 0 30px;
    border-top-color: #efefef;
    background-color: #f1f1f1
}

.m-show {
    display: none
}

#footer {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #262626;
    color: #fff;
    text-align: center
}

#footer a {
    color: #fff
}

#footer h3 {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700
}

#footer ul {
    margin-bottom: 100px;
    padding-top: 42px;
    overflow: hidden;
}

#footer li {
    float: left;
    width: calc(100% / 6);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#footer li a {
    display: block;
    line-height: 42px
}

#footer li a:hover {
    -webkit-transition: all linear .15s;
    transition: all linear .15s;
    color: #e22323
}

#footer li img {
    margin-top: 16px
}

#footer .copyright {
    line-height: 30px
}

#footer .copyright img {
    vertical-align: middle;
    margin-right: 5px
}

/* #banner{
    width: 100%;
    height: 500px;
} */

#banner .slick-slider {
    margin-bottom: 0
}

#banner .slick-slider .banner-inside {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 26%;

}

#banner .slick-slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#index-content h1 {
    margin: 50px 0
}

#index-content .part1 p {
    padding: 0 170px;
    line-height: 22px
}

.index-nav-list {
    position: relative;
    margin-bottom: 36px;
    height: 145px;
    overflow: hidden
}

.index-nav-list a {
    margin: 0 12px;
    display: block;
    position: relative;
    font-size: 0
}

.index-nav-list a > span {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 2
}

.index-nav-list a .img-bg {
    width: 100%
}

.index-nav-list .index-nav-list1 {
    margin: 0 -12px
}

.index-nav-list .index-nav-list1 a {
    position: relative;
}

.index-nav-list .index-nav-list1 a:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(#ce1e20, rgba(255, 255, 255, 0)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#ce1e20, rgba(255, 255, 255, 0)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#ce1e20, rgba(255, 255, 255, 0)); /* Firefox 3.6 - 15 */
    background: linear-gradient(#ce1e20, rgba(255, 255, 255, 0)); /* 标准的语法 */
}

.index-nav-list .ico {
    position: absolute;
    left: 0;
    right: 0;
    top: -10%;
    bottom: 0;
    margin: auto;
    z-index: 9
}

.index-nav-list .slick-next,
.index-nav-list .slick-prev {
    display: none !important;
    margin: 0;
    width: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 9
}

.index-nav-list .slick-next:before,
.index-nav-list .slick-prev:before {
    display: none
}

.index-nav-list .slick-prev {
    left: 12px;
    background: url(../images/left.png) no-repeat center
}

.index-nav-list .slick-next {
    right: 12px;
    background: url(../images/right.png) no-repeat center
}

.index-nav-list:hover .slick-next,
.index-nav-list:hover .slick-prev {
    display: block !important
}

.num-box .num2 {
    z-index: 2;
    left: 28.5%;
    top: 10%
}

.num-box .num3 {
    z-index: 1;
    left: 34.5%;
    bottom: 10%
}

.num-box .num4 {
    z-index: 1;
    right: 0;
    bottom: 10%
}

.num-box .num5 {
    z-index: 1;
    right: 8%;
    top: 5%
}

.index-news-box1 {
    width: 557px;
    float: left
}

.index-news-box2 {
    width: 557px;
    float: right
}

.index-news-title {
    margin-bottom: 15px;
    line-height: 34px
}

.index-news-title h3 {
    color: #222;
    font-size: 20px
}

.index-news-title a.more {
    font-size: 12px;
    color: #999
}

.index-news-title a.more:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: all linear .15s;
    transition: all linear .15s;
    color: #e22323;
    text-shadow: 5px 5px 2px rgba(153, 153, 153, .3)
}

.index-big-news {
    display: block
}

.index-big-news h3 {
    z-index: 999;
    width: 100%;
    position: absolute;
    bottom: 18px;
    left: 45px;
    right: 45px;
    font-size: 16px;
    color: #fff
}

.index-big-news .img-box {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56%
}

.index-big-news .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.index-big-news:hover .img-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(rgba(0, 0, 0, .2)));
    background: -webkit-linear-gradient(rgba(255, 255, 255, .2), rgba(0, 0, 0, .2));
    background: linear-gradient(rgba(255, 255, 255, .2), rgba(0, 0, 0, .2))
}

.index-big-news:hover img {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: all linear .3s;
    transition: all linear .3s
}

.index-newslist a,
.index-newslist li {
    overflow: hidden
}

.index-newslist li {
    line-height: 34px
}

.index-newslist .date-box {
    float: left;
    margin-right: 5.5%;
    color: #999
}

.index-newslist .day {
    font-size: 16px
}

.index-newslist .time {
    font-size: 12px
}

.index-newslist h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.part4 {
    margin-bottom: 30px
}

.part4 ul {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.part4 li {
    float: left;
    width: 11.6%;
    margin: 10px 5px;
    height: 35px;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: block;
    padding-top: 1.5%
}

.part4 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.title-tip {
    padding: 0 170px;
}

.icon-list {
    display: inline-block;
    padding: 0 240px;
}

.icon-list li {
    width: 120px;
    float: left;
    margin: 25px calc(100px / 10);
}

.icon-list li div {
    width: 120px;
    height: 115px;
    background-image: url(../images/socaialicon2.png);
    background-repeat: no-repeat;
}

.icon-list li:nth-child(1) div {
    background-position: 32px 32px;
}

.icon-list li:nth-child(2) div {
    background-position: -118px 32px;
}

.icon-list li:nth-child(3) div {
    background-position: -268px 32px;
}

.icon-list li:nth-child(4) div {
    background-position: -418px 32px;
}

.icon-list li:nth-child(5) div {
    background-position: -568px 32px;
}

.icon-list li:nth-child(6) div {
    background-position: 32px -152px;
}

.icon-list li:nth-child(7) div {
    background-position: -118px -152px;
}

.icon-list li:nth-child(8) div {
    background-position: -268px -152px;
}

.icon-list li:nth-child(9) div {
    background-position: -418px -152px;
}

.icon-list li:nth-child(10) div {
    background-position: -568px -152px;
}

.social-part2-list {
    padding: 0 130px;
    display: inline-block;
}

.social-part2-list li {
    float: left;
    margin: 60px calc(145px / 2) 60px 0;
    background-color: #f6f6f6;
}

.social-part2-list li:last-child {
    margin-right: 0
}

.social-part2-list li img {
    width: 265px;
}

.social-part2-list li p {
    margin: 30px 0 25px;
}

.icon-list li {
    width: 120px;
    float: left;
}

.social-icon {
    margin-bottom: 70px;
}

.social-icon li div {
    width: 120px;
    height: 115px;
    background-image: url(../images/socialicon.png);
    background-repeat: no-repeat;
}

.social-icon li:nth-child(1) {
    margin-right: calc(220px / 6);
    margin-left: 0;
}

.social-icon li:nth-child(1) div {
    background-position: 35px 30px;
}

.social-icon li:nth-child(2) {
    margin-right: calc(220px / 6);
    margin-left: calc(220px / 6);
}

.social-icon li:nth-child(2) div {
    background-position: -150px 30px;
}

.social-icon li:nth-child(3) {
    margin-right: calc(220px / 6);
    margin-left: calc(220px / 6);
}

.social-icon li:nth-child(3) div {
    background-position: -334px 30px;
}

.social-icon li:nth-child(4) {
    margin-left: calc(220px / 6);
    margin-right: 0;
}

.social-icon li:nth-child(4) div {
    background-position: -514px 30px;
}

.social-icon li:nth-child(5) {
    margin-right: calc(340px / 4);
    margin-left: 0;
}

.social-icon li:nth-child(5) div {
    background-position: 35px -152px;
}

.social-icon li:nth-child(6) {
    margin-right: calc(340px / 4);
    margin-left: calc(340px / 4);
}

.social-icon li:nth-child(6) div {
    background-position: -237px -152px;
}

.social-icon li:nth-child(7) {
    margin-left: calc(340px / 4);
    margin-right: 0;
}

.social-icon li:nth-child(7) div {
    background-position: -515px -152px;
}

.enterprise-h2 {
    margin-top: 60px;
}

.enterprise-img {
    margin-top: 60px;
}

.enterprise-img:last-child {
    margin-bottom: 100px;
}

.financial-list {
    width: 600px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.financial-list li {
    width: 26%;
    margin: 20px calc(600px * 0.22 / 4);
    float: left;
}

.financial-list li:nth-child(1) {
    margin-left: 0;
}

.financial-list li:nth-child(3) {
    margin-right: 0;
}


.financial-list span {
    font-size: 13px;
    display: block;
    line-height: 38px;
}

.financial-img {
    margin: 45px 0 40px;
}

.about-desc div {
    text-indent: 2em;
    line-height: 22px;
    margin-bottom: 25px;
}


.line-panel {
    float: left;
    overflow: hidden;
    padding-left: calc(50% - 8px);
}

.line-panel .panel-title {
    width: 190px;
    height: 54px;
    background-image: url(../images/timeline-title.png);
    background-repeat: no-repeat;
    background-size: 190px 54px;
}

.line-panel .panel-title span {
    color: #fff;
    display: inline-block;
    margin-top: 18px;
    margin-left: 76px;
}

.line-panel .panel-content {
    background-image: url(../images/timeline-line.png);
    background-repeat: repeat-y;
    background-position: left;
}

.line-panel .panel-content {
    padding-left: 50px
}

.line-panel.r180 .panel-content {
    padding-right: 70px;
    padding-left: 0;
}

.line-panel .panel-content li {
    text-align: left;
}

.line-panel.r180 .panel-content li {
    text-align: right;
    position: relative;
}

.line-panel .panel-content li::before {
    content: "•";
    font-size: 20px;
    color: #40a4f1;
    /*margin: 0 15px 0 78px;*/
    margin: 0 15px 0 5px;
    vertical-align: sub;
}


.line-panel.r180 {
    padding-left: 0;
    width: 100%;
    text-align: right;
    padding-right: calc(50% - 9px);
}

.line-panel.r180 .panel-title {
    margin-left: 344px;
    text-align: left;
    background-image: url(../images/timeline-title1.png);
    background-position: right;
}

.line-panel.r180 .panel-title span {
    margin-top: 17px;
    margin-left: 64px;
}

.line-panel.r180 .panel-content li::before {
    content: "";
    margin: 0;
}

.line-panel.r180 .panel-content li::after {
    content: "•";
    font-size: 20px;
    color: #40a4f1;
    margin: 0 78px 0 15px;
    vertical-align: sub;
    position: absolute;
    right: -100px;
    top: 0;
}

.line-panel.r180 .panel-content {
    margin-right: 1px;
    display: inline-block;
    background-image: url(../images/timeline-line.png);
    background-repeat: repeat-y;
    background-position: right;
}

.information-tab {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 55px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3)
}

.information-tab span {
    display: inline-block;
    line-height: 55px;
    font-size: 16px;
    height: 55px;
    padding: 0 43px;
    color: #fff;
    cursor: pointer;
}

.information-tab span.active {
    background-color: #40a4f1;
}

.information-panel {
    padding: 25px 0;
    margin: 0 150px;
    border-bottom: 1px solid #eee;
}

.information-panel:first-child {
    margin-top: 50px;
}

.information-panel a {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.information-panel span {
    display: inline-block;
    margin: 5px 0 18px;
}

.information-panel .panel-content {
    width: calc(100% - 290px);
    margin-left: 30px;
}

.information-page {
    width: 326px;
    text-align: center;
    margin: 50px auto 70px;
}

.information-page li {
    color: #666;
    cursor: pointer;
    float: left;
    background-color: #f4f4f5;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 10px;
    border-radius: 3px;
}

.information-page li:nth-child(4) {
    padding: 0
}

.information-page li input {
    width: 50px;
    height: 29px;
    background-color: #f4f4f5;
    border: 1px solid #ccc;
    padding: 2px 5px;
    border-radius: 3px;
}

.informationdetail-content {
    line-height: 25px;
}

.informationdetail-content p {
    text-indent: 2em;
}

.datasupervision-list {
    width: 678px;
    margin: 60px auto 50px;
}

.datasupervision-list li {
    float: left;
    width: 73px;
    margin-bottom: 50px;
}

.datasupervision-list li div {
    width: 73px;
    height: 74px;
    margin-bottom: 30px;
    background-image: url(../images/datasupervision1.png);
    background-repeat: no-repeat;
}

.datasupervision-list li:nth-child(1) div {
    background-position: 0px 0px;
}

.datasupervision-list li:nth-child(2) {
    position: relative;
    margin: 0 calc((678px - 73px * 3) / 2);
}

.datasupervision-list li:nth-child(2)::before {
    content: "";
    width: 120px;
    position: absolute;
    top: 37px;
    left: -175px;
    border-bottom: 1px solid #ccc;
}

.datasupervision-list li:nth-child(2)::after {
    content: "";
    width: 120px;
    position: absolute;
    top: 37px;
    left: 130px;
    border-bottom: 1px solid #ccc;
}

.datasupervision-list li:nth-child(2) div {
    background-position: -298px -0px;
}

.datasupervision-list li:nth-child(3) div {
    background-position: -598px -0px;
}

.datasupervision-list li:nth-child(4) div {
    background-position: -0px -183px;
}

.datasupervision-list li:nth-child(5) {
    position: relative;
    margin: 0 calc((678px - 73px * 3) / 2);
}

.datasupervision-list li:nth-child(5)::before {
    content: "";
    width: 120px;
    position: absolute;
    top: 37px;
    left: -175px;
    border-bottom: 1px solid #ccc;
}

.datasupervision-list li:nth-child(5)::after {
    content: "";
    width: 120px;
    position: absolute;
    top: 37px;
    left: 130px;
    border-bottom: 1px solid #ccc;
}

.datasupervision-list li:nth-child(5) div {
    background-position: -298px -183px;
}

.datasupervision-list li:nth-child(6) div {
    background-position: -598px -183px;
}

.datasupervision-list li span {
    display: inline-block;
    width: 73px;
    text-align: center;
}

.datasupervision-img {
    margin: 60px auto 40px;
}

.datasupervision-list2 {
    width: 660px;
    margin: 60px auto 50px;
}

.datasupervision-list2 li {
    float: left;
    width: 130px;
    text-align: center;
    margin-bottom: 60px;
}

.datasupervision-list2 li div {
    width: 73px;
    height: 74px;
    margin: 0 auto 10px;
    background-image: url(../images/datasupervision3.png);
    background-repeat: no-repeat;
}

.datasupervision-list2 li:nth-child(1) div {
    background-position: 11px 10px;
}

.datasupervision-list2 li:nth-child(2) {
    margin: 0 calc((660px - 130px * 3) / 2);
}

.datasupervision-list2 li:nth-child(2) div {
    background-position: -261px 10px;
}

.datasupervision-list2 li:nth-child(3) div {
    background-position: -539px 10px;
}

.datasupervision-list2 li:nth-child(4) div {
    background-position: 11px -178px;
}

.datasupervision-list2 li:nth-child(5) {
    margin: 0 calc((660px - 130px * 3) / 2);
}

.datasupervision-list2 li:nth-child(5) div {
    background-position: -261px -178px;
}

.datasupervision-list2 li:nth-child(6) div {
    background-position: -539px -178px;
}

.datasupervision-list3 {
    width: 938px;
    margin: 80px auto 50px;
}

.datasupervision-list3 li {
    float: left;
    width: 265px;
    text-align: center;
    margin-bottom: 60px;
    background-color: #f6f6f6;
}

.datasupervision-list3 li:nth-child(2) {
    margin: 0 calc((938px - 265px * 3) / 2);
}

.datasupervision-list3 li img {
    width: 265px;
    height: 193px;
}

.datasupervision-list3 li span {
    font-size: 16px;
    padding: 30px 0 25px;
    display: inline-block;
}

.productapplication-img {
    margin: 60px auto 40px;
}

.productapplication-item {
    padding: 0 236px;
    margin-bottom: 10px;
}

.productapplication-item div {
    width: 266px;
    height: 119px;
    display: inline-block;
    color: #999;
    font-size: 12px;
    background-color: #f6f6f6;
    padding: 35px 19px;
    text-align: left;
}

.productapplication-list {
    width: 640px;
    margin: 60px auto 70px;
}

.productapplication-list li {
    width: 280px;
    float: left;
    margin-bottom: 50px;
}

.productapplication-list li span {
    width: 43px;
    height: 43px;
    float: left;
    margin-right: 25px;
    background-image: url(../images/productapplication3.png);
    background-repeat: no-repeat;
}

.productapplication-list li span.blue {
    background-color: #5bb1f3;
}

.productapplication-list li span.grey {
    background-color: #8394ae;
}


.productapplication-list div {
    text-align: left;
}

.productapplication-list li:nth-child(2n-1) {
    margin-right: calc(640px - 280px * 2);
}

.productapplication-list li:nth-child(1) span {
    background-position: 10px 12px;
}

.productapplication-list li:nth-child(2) span {
    background-position: -364px 14px;
}

.productapplication-list li:nth-child(3) span {
    background-position: 10px -92px;
}

.productapplication-list li:nth-child(4) span {
    background-position: -364px -92px;
}

.productapplication-list li:nth-child(5) span {
    background-position: 10px -196px;
}

.productapplication-list li:nth-child(6) span {
    background-position: -364px -196px;
}


.operatingservices-list1 {
    width: 630px;
    margin: 60px auto 70px;
}

.operatingservices-list1 li {
    width: 96px;
    float: left;
    text-align: center;
    position: relative;
}

.operatingservices-list1 li h2 {
    margin: 15px 0;
}

.operatingservices-list1 li div {
    height: 120px;
    background-image: url(../images/operatingservices1.png);
    background-repeat: no-repeat;
}

.operatingservices-list1 li:nth-child(-n+3) {
    margin-right: calc((630px - 96px * 4) / 3);
}

.operatingservices-list1 li:nth-child(-n+3)::after {
    content: "";
    width: 68px;
    height: 25px;
    position: absolute;
    left: 100px;
    top: 38px;
    background-image: url(../images/operatingservices1.png);
    background-repeat: no-repeat;
    background-position: -102px -38px;
}

.operatingservices-list1 li:nth-child(1) div {
    background-position: 0px 0px;
}

.operatingservices-list1 li:nth-child(2) div {
    background-position: -178px -0px;
}

.operatingservices-list1 li:nth-child(3) div {
    background-position: -354px -0px;
}

.operatingservices-list1 li:nth-child(4) div {
    background-position: -528px -0px;
}


.operatingservices-list2 {
    width: 684px;
    margin: 60px auto 70px;
}

.operatingservices-list2 li {
    width: 95px;
    float: left;
    text-align: center;
    position: relative;
}

.operatingservices-list2 li h2 {
    margin: 15px 0;
}

.operatingservices-list2 li div {
    height: 60px;
    background-image: url(../images/operatingservices2.png);
    background-repeat: no-repeat;
}

.operatingservices-list2 li:nth-child(-n+4) {
    margin-right: calc((684px - 96px * 5) / 4);
}

.operatingservices-list2 li:nth-child(1) div {
    background-position: 22px 0px;
}

.operatingservices-list2 li:nth-child(2) div {
    background-position: -128px -0px;
}

.operatingservices-list2 li:nth-child(3) div {
    background-position: -278px -0px;
}

.operatingservices-list2 li:nth-child(4) div {
    background-position: -428px -0px;
}

.operatingservices-list2 li:nth-child(5) div {
    background-position: -580px -0px;
}


.operatingservices-list3 {
    width: 684px;
    height: 254px;
    margin: 60px auto 70px;
    background-image: url(../images/operatingservices3.png);
    background-repeat: no-repeat;
    background-position: left;
}

.operatingservices-list3 ul {
    margin-left: 224px;
    width: 465px;
}

.operatingservices-list3 ul li {
    display: inline-block;
    height: 39px;
}

.operatingservices-list3 ul h2 {
    display: inline-block;
    height: 39px;
    line-height: 39px;
    margin: 0 15px 0 25px;
    /*vertical-align: text-bottom;*/
}

.operatingservices-list3 ul span {
    display: inline-block;
    width: 360px;
    line-height: 20px;
    vertical-align: top;
}

.operatingservices-list3 li:nth-child(-n+3) {
    margin-bottom: calc((254px - 39px * 4) / 3);
}

.operatingservices-panel {
    width: 723px;
    height: 479px;
    margin: 60px auto 70px;
    background-image: url(../images/operatingservices4.png);
    background-repeat: no-repeat;
}

.operatingservices-panel li {
    width: 173px;
    float: left;
    margin: 0 calc((723px - 48px - 173px * 3) / 6);
}

.operatingservices-panel ul {
    margin-left: 40px;
}

.panel-tip {
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
    padding-left: 11px;
    position: relative;
}

.panel-tip span {
    color: #40a4f1;
    position: absolute;
    top: 0;
    left: 0;
}

.panel-btn1 {
    border: 1px solid #40a4f1;
    text-align: center;
    color: #40a4f1;
    font-size: 15px;
    padding: 4px 0;
}

.panel-btn2 {
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 15px 0;
    background-color: #40a4f1;
    margin-top: 5px;
}

.panel-btn3 {
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 15px 0;
    background-color: #5bb1f3;
    margin-top: 5px;
}

.panel-btn4 {
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 15px 0;
    background-color: #75bdf5;
    margin-top: 5px;
}

.panel-month {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin: 10px 0;
}

.creditrepair-panel {
    width: 370px;
    float: left;
    margin-left: 107px;
}

.creditrepair-panel p {
    margin: 20px 0 30px;
}

.creditrepair-panel ul {
    padding-left: 15px;
}

.creditrepair-panel li {
    position: relative;
    margin-bottom: 5px;
}

.creditrepair-panel.one li {
    margin-bottom: 23px;
}

.creditrepair-panel li::before {
    position: absolute;
    top: 0;
    left: -16px;;
    content: "•";
    font-size: 14px;
    color: #40a4f1;
    margin: 0 12px 0 0px;
}

.creditrepair-step {
    position: relative;
    width: 1134px;
    height: 135px;
    margin: 0 auto;
    background-image: url(../images/creditrepair4.png);
    background-repeat: no-repeat;
}

.creditrepair-step li {
    width: 176px;
    float: left;
    margin-right: calc((1134px - 176px * 5) / 4)
}

.creditrepair-step li:last-child {
    margin-right: 0;
}

.creditrepair-step h2 {
    color: #40a4f1;
    font-size: 18px;
    text-align: center;
    margin: 45px 0 15px;
}

.creditrepair-step span {
    font-size: 12px;
    text-align: center;
    display: block;
    color: #666;
}

.creditrepair-btn {
    width: 140px;
    height: 40px;
    border-radius: 3px;
    position: absolute;
    top: -85px;
    right: 0;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background-image: url(../images/creditrepairbtn.png);
    background-repeat: no-repeat;
}


.creditrepair-form {
    width: 1134px;
    margin: 80px auto 30px;
}

.creditrepair-form .form-input {
    padding: 10px 15px;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    width: calc((1134px - 30px) / 3);
}

.creditrepair-form .form-desc {
    width: calc(100% - 10px)
}

.creditrepair-form input {
    border: 0px solid #ccc;
}


.creditrepair-form textarea {
    width: 93%;
    resize: none;
    border: 0px solid #ccc;
}

.creditrepair-form .form-btn {
    width: 193px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 35px auto 60px;
    color: #fff;
    border-radius: 3px;
    background-color: #40a4f1;
}

.banner-content {
    color: #fff;
    position: absolute;
    bottom: 80px;
}

.banner-content a {
    color: #fff;
}

.banner-content.one {
    left: 360px;
}

.banner-content p {
    color: #4d7295;
}

.banner-content h1 {
    font-size: 50px;
    margin: 10px 0 25px;
}

.banner-content .btn-red {
    width: 142px;
    height: 43px;
    line-height: 43px;
    margin-top: 25px;
    text-align: center;
    background-image: url(../images/redbtn.png);
    background-repeat: no-repeat;
}

.banner-content.two {
    right: 300px;
}

.maodian {
    height: 30px;
    width: 100px;
    position: absolute;
    right: 0;
}

.xyyqBox {
    display: flex !important;
    justify-content: space-between !important;
    width: 995px !important;
    margin: 0 auto !important;
    padding-top: 64px;
}

.xyyqBox li div {
    width: 178px !important;
    height: 145px !important;
    position: relative;
}

.xyyqBox li div .img2 {
    position: absolute;
    left: 50%;
    top: 42px;
    transform: translate(-50%, 0%);
}

.span_content {
    display: inline-block !important;
    width: 178px !important;
    font-size: 13px !important;
    line-height: 22px !important;
    color: #999999 !important;
    margin-top: 40px !important;
}

.span_title {
    position: absolute;
    display: inline-block;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 16px !important;
    color: #fff !important;
}

.xyyqBox_hover a {
    display: block;
    width: 100%;
    height: 100%;
}

.xyyqBox_hover:hover {
    cursor: pointer;
    background: linear-gradient(#ce1e20, rgba(255, 255, 255, 0)) !important;
}

.xyyqBox_hover:hover .img1 {
    opacity: 0.5;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.xyjzBox {
    width: 995px !important;
    margin: 0 auto !important;
    padding-top: 62px;
}

.xyjzBox ul {
    width: 100% !important;
    overflow: hidden;
}

.xyjzBox ul li {
    width: 488px !important;
    overflow: hidden;
}

.xyjzBox img {
    width: 178px !important;
    height: 145px !important;
    float: left;
}

.xyjzBox p {
    float: left;
    width: 305px;
    height: 145px;
    background: url(../images/grayToWhite.png) no-repeat center center;
    padding-left: 19px;
}

.span1 {
    display: block;
    font-size: 20px;
    color: #333333;
    text-align: left;
    padding-top: 19px;
    width: 270px;
}

.span2 {
    display: block;
    font-size: 14px;
    color: #666666;
    text-align: left;
    line-height: 24px;
    padding-top: 10px;
    width: 260px;
}

.banner-inside {
    position: relative;
}

.skipBtn {
    position: absolute;
    top: 77%;
    left: 60%;
    z-index: 100;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    width: 157px;
    height: 42px;
    line-height: 42px;
    background-image: linear-gradient(
            rgba(159, 49, 36, 0.5),
            rgba(159, 49, 36, 0.5)),
    linear-gradient(
            #d01d1d,
            #d01d1d);
    background-blend-mode: normal,
    normal;
    border-radius: 2px;
    padding-left: 24px;
    cursor: pointer;
}

.banner-inside .circle {
    position: absolute !important;
    top: 50%;
    right: 10%;
    z-index: 120;
    transform: translate(0, -50%);
    width: 5px;
    height: 8px;
}

.yqxyBox {
    height: 515px;
    background: url(../images/yqxyBg.png) no-repeat center center;
    position: relative;
    z-index: 1;
}

.yqxyBox .tac {
    position: absolute;
    top: 59px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.yqxy_div1 {
    position: absolute;
    top: 128px;
    left: 0;
    width: 417px;
    height: 117px;
    z-index: 100;
    background: url(../images/yqxyPopBg1.png) no-repeat center center;
}

.yqxy_div2 {
    position: absolute;
    top: 136px;
    right: 0;
    z-index: 100;
    width: 417px;
    height: 117px;
    background: url(../images/yqxyPopBg2.png) no-repeat center center;
}

.yqxy_div3 {
    position: absolute;
    top: 313px;
    left: 100px;
    z-index: 100;
    width: 337px;
    height: 117px;
    background: url(../images/yqxyPopBg3.png) no-repeat center center;
}

.yqxy_div4 {
    position: absolute;
    top: 277px;
    right: 60px;
    z-index: 100;
    width: 417px;
    height: 117px;
    background: url(../images/yqxyPopBg4.png) no-repeat center center;
}

.yqxy_div p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #222222;
}

.yqxy_div p span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px !important;
    font-weight: normal;
    letter-spacing: 1px;
    color: #3cb2a6 !important;
}

.yqxy_div .p1 {
    margin-top: 25px;
    margin-left: 70px;
    width: 321px !important;
}

.yqxy_div .p2 {
    margin-top: 25px;
    margin-left: 50px;
    width: 270px !important;
}

