html,
body{
/*    width:100%;
    height:100%;
    font-size: 14px;*/
    -webkit-font-smoothing: antialiased; /*chrome、safari*/
    -moz-osx-font-smoothing: grayscale;/*firefox*/
    font-size: 50%;
    height: 100%;
}
button{
    border:none;
    outline: none;
    cursor:pointer;
}
.left {
    float: left;
}
.right {
    float: right;
}
.red {
    color: #ed1b23;
}
.red a {
    color: #ed1b23;
}
@-webkit-keyframes nextAnchor {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*.next-anchor {
    display: inline-block;
    width: 120px;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
    background: url(../../images/img/next-anchor.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 15px;
    animation: nextAnchor 2s linear 0s infinite normal;
}*/

/*------------------------------主要内容------------------------------*/
.main-content {
    width: 100%;
}
.section {
    width: 100%;
    position: relative;
}
.section-bg {
    width: 100%;
    display: block;
}
.section .container {
    position: absolute;
    width: 100%;
}
.section .container {
    width: 100%;
}
.section .section-text-img {
    width: 50%;
    margin: 0 auto;
    display: block;
}
/* ===== banner-top ===== */
.section-1 .container {
    bottom: -30px;
    left: 0;
    text-align: center;
}
.section-1 .content a {
    display: inline-block;
    /*width: 15%;*/
    width: 200px;
    padding: 0 10px;
    margin-left: 40px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: white;
    background-color: #2742d2;
    text-align: center;
    z-index: 9;
    position: relative;
}
/* ===== 详细解读 ===== */
.section-2 {}
.section-2 .container {
    top: 0;
    left: 0;
}
.section-2 .content {}
/* ===== CRS影响 ===== */
.section-3 {}
.section-3 .container {
    top: 0;
    left: 0;
}
.section-3 .content {
    max-width: 1200px;
    margin: 0 auto;
}
.section-3 .content p {
    font-size: 20px;
    line-height: 48px;
}
.section-3 .content p a {
    color: #c3221a;
    text-decoration: underline;
    font-style: normal;
}
.section-3 .content a.popup-button {
    display: inline-block;
    width: auto;
    height: 48px;
    padding: 0 20px;
    line-height: 48px;
    vertical-align: bottom;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    margin-left: 20px;
    background-image: -webkit-gradient(linear,left top, right top,from(#5cbcfe),to(#3f5cff));
    background-image: -webkit-linear-gradient(left,#5cbcfe,#3f5cff);
    background-image: linear-gradient(to right,#5cbcfe,#3f5cff);
}

/* ===== 后果 ===== */
.section-4 {}
.section-4 .container {
    top: 0;
    left: 0;
}
.section-4 .content {
    margin-top: 50px;
}
.section-4 .content .hg-list,
.section-6 .content .hg-list {
    width: 900px;
    margin: 0 auto;
}
.section-4 .content .hg-list .hg-item,
.section-6 .content .hg-list .hg-item {
    width: 350px;
    margin: 0 50px;
    float: left;
    background-color: white;
}
.section-4 .content .hg-list .hg-item img,
.section-6 .content .hg-list .hg-item img {
    width: 100%;
    display: block;
}
.section-4 .content .hg-list .hg-item p,
.section-6 .content .hg-list .hg-item p {
    font-size: 22px;
    line-height: 50px;
    text-align: center;
}
.section-4 .content .hg-list .hg-item p:after,
.section-6 .content .hg-list .hg-item p:after {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    background: url(../../images/img/c-icon-line.png) no-repeat;
    background-size: 100%;
}
.section-4 .content .hg-list .hg-item ul {
    height: 150px;
    overflow: hidden;
    padding: 15px 20px;
}
.section-4 .content .hg-list .hg-item ul li {
    margin-bottom: 10px;
}
.section-4 .content .hg-list .hg-item ul li,
.section-6 .content .hg-list .hg-item ul li {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    padding-left: 22px;
    background: url(../../images/img/c-icon-disc.png) no-repeat;
    background-position: 6px 11px;
}

/* ===== 应对 ===== */
.section-5 {
    height: 700px;
}
.section-5 .container {
    bottom: 0;
    left: 0;
    width: 100%;
}
.section-5 .content {
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    position: relative;
}
.section-5 .content .yd-list {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section-5 .content .yd-item {
    width: 170px;
    height: 65px;
    padding: 70px 0;
    text-align: center;
    position: absolute;
    cursor: pointer;
}
.section-5 .content .yd-item span {
    font-size: 24px;
}
.section-5 .content .yd-item .text-hide {
    display: none;
}
.section-5 .content .yd-item p {
    font-size: 18px;
    margin-top: 20px;
}
.section-5 .content .yd-item-1 {top: 160px;left: 150px;}
.section-5 .content .yd-item-2 {top: 160px;left: 440px;}
.section-5 .content .yd-item-3 {top: 160px;left: 730px;}
.section-5 .content .yd-item-4 {top: 160px;left: 1020px;}
.section-5 .content .yd-item-5 {top: 380px;left: 10px;}
.section-5 .content .yd-item-6 {top: 380px;left: 300px;}
.section-5 .content .yd-item-7 {top: 380px;left: 590px;}
.section-5 .content .yd-item-8 {top: 380px;left: 880px;}
.section-5 .content>p {
    font-size: 30px;
    line-height: 100px;
    text-align: center;
}

/* ===== 新旧客户 ===== */
.section-6 {}
.section-6 .container {
    top: 0;
    left: 0;
}
.section-6 .content {
    margin-top: 20px;
}
.section-6 .content .hg-list .hg-item ul {
    height: 130px;
    overflow: hidden;
    padding: 15px 20px;
}
.section-6 .content .hg-list .hg-item ul li {
    margin-bottom: 5px;
}
.section-6 .content ul li em {
    color: #e50000;
    font-style: normal;
}

/* ===== banner-middle ===== */
.section-7 {}
.section-7 .container {
    top: 0;
    left: 0;
    height: 100%;
}
.section-7 .content {
    height: 100%;
}
.section-7 .content a {
    width: 100%;
    height: 100%;
    display: block;
}

/* ===== 你想好对策了吗 ===== */
.section-8 {}
.section-8 .container {
    position: relative;
    background-color: #e8f2fb;
}
.section-8 .content {
    margin-top: 30px;
    padding-bottom: 80px;
}
.section-8 .content ul {
    width: 1200px;
    margin: 0 auto;
}
.section-8 .content ul li {
    width: 23.333333%;
    margin: 0 5%;
    float: left;
}
.section-8 .content ul li img {
    width: 50%;
    display: block;
    margin: 0 auto;
}
.section-8 .content ul li span {
    font-size: 30px;
    text-align: center;
    display: block;
    margin-top: 20px;
}
.section-8 .content ul li p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 38px;
}

/* ===== 除了CRS，其他政策你准备好了吗 ===== */
.section-9 {}
.section-9 .container {
    position: relative;
}
.section-9 .content {
    background-color: white;
    margin-top: 30px;
    padding-bottom: 100px;
}
.section-9 .content ul {
    width: 1200px;
    margin: 0 auto;
}
.section-9 .content ul li {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}
.section-9 .content ul li .text {
    float: left;
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
}
.section-9 .content ul li .text p:nth-child(1) {
    font-size: 16px;
    color: #268cf1;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.section-9 .content ul li .text p:nth-child(2) {
    font-size: 14px;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.section-9 .content ul li a {
    float: right;
    width: 80px;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #4893f2;
    text-align: center;
    color: white;
    font-size: 14px;
    margin-top: 5px;
}

/* ===== 尾部咨询广告 ===== */
.section-10 {}
.section-10 .container {
    top: 0;
    right: 0;
    height: 100%;
}
.section-10 .content {
    text-align: right;
    width: 100%;
    height: 100%;
    position: relative;
}
.section-10 .content img {
    width: 400px;
    display: inline-block;
    position: absolute;
    top: 20%;
    right: 10%;
    z-index: 20;
}


.c-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 2017;
    display: none;
}
.c-popup-list {
    width: 500px;
    position: absolute;
    /*top: 50%;*/
    top: 10%;
    left: 50%;
    margin-left: -250px;
}
.c-popup .c-popup-item {
    padding: 30px 0 0;
    display: none;
    background-color: white;
    position: relative;
    border-radius: 30px;
    text-align: right;
}
.c-popup .c-popup-item .c-popup-h {
    font-size: 26px;
    line-height: 50px;
    height: 50px;
    background-color: #2742d2;
    color: white;
    text-align: center;
}
.c-popup .c-popup-item .c-popup-text {
    font-size: 20px;
    padding: 20px;
    line-height: 35px;
    text-align: left;
    min-height: 150px;
}
.c-popup .c-popup-item .c-popup-a {
    display: inline-block;
    width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    color: white;
    text-align: center;
    border-radius: 18px;
    margin: 0 20px 20px 0;

    background-image: -webkit-gradient(linear,left top, right top,from(#5cbcfe),to(#3f5cff));
    background-image: -webkit-linear-gradient(left,#5cbcfe,#3f5cff);
    background-image: linear-gradient(to right,#5cbcfe,#3f5cff);
}
.c-popup .c-popup-item .c-close {
    display: block;
    width: 50px;
    height: 65px;
    background: url(../../images/img/c-icon-close.png) no-repeat;
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
}





