    @charset"utf-8";
    @font-face {
        font-family: "siyuan_regular";
        src: url(../fonts/SOURCEHANSANSCN-REGULAR.OTF);
    }
    
    @font-face {
        font-family: "siyuan_bold";
        src: url(../fonts/SOURCEHANSANSCN-BOLD.OTF);
    }
    
    body {
        font-family: "siyuan_regular", "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
        visibility: hidden;
    }
    
    html,
    body {
        min-width: 1280px;
    }
    
    .container {
        width: 1200px;
        margin: auto;
    }
    /**/
    
    .header {
        border-bottom: solid 1px #dcdcdc;
        background-color: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .3);
        position: relative;
        z-index: 2;
    }
    
    .header .logo {
        margin-left: 85px;
        float: left;
        height: 100px;
        line-height: 100px;
        font-size: 0;
    }
    
    .header .logo img {
        display: inline-block;
        vertical-align: middle;
    }
    
    .header .nav {
        float: right;
    }
    
    .header .nav .navLi {
        float: left;
        padding: 0 35px;
        position: relative;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    
    .header .nav .navLitwo {
        padding: 0 !important;
        min-width: 252px;
    }
    
    .header .nav .navLitwo a {
        width: 100%;
        text-align: center;
    }
    
    .header .nav .navLitwo .navUl {
        padding: 0;
    }
    
    .header .nav .navA {
        float: left;
        padding: 0 15px;
        height: 100px;
        line-height: 100px;
        font-size: 18px;
        color: #da0011;
        text-transform: uppercase;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        position: relative;
    }
    
    .header .nav .navA:after {
        content: "";
        width: 0;
        height: 4px;
        background-color: #da0011;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    
    .header .nav .navLi:hover .navA:after,
    .header .nav .navLi.active .navA:after {
        width: 100%;
    }
    
    .header .nav .navLi:hover .navA,
    .header .nav .navLi.active .navA {
        color: #da0011;
        background: #fff;
        background: -webkit-linear-gradient(#ffdada, #fff);
        background: -moz-linear-gradient(#ffdada, #fff);
        background: -o-linear-gradient(#ffdada, #fff);
        background: -ms-linear-gradient(#ffdada, #fff);
    }
    
    .header .nav .navLi:hover .navUl {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    .navUl {
        position: absolute;
        z-index: 5;
        top: 100px;
        left: 0;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        padding: 0 35px;
    }
    
    .n1this,
    .n2this {
        position: absolute;
        z-index: 5;
        left: 0;
        width: 100%;
        visibility: initial;
        opacity: 1;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        padding: auto;
    }
    
    .navUlDiv {
        background-color: #f9f7f6;
        text-align: center;
        padding: 15px 0;
    }
    
    .navUl li a {
        display: block;
        padding: 13px 0;
        font-size: 14px;
        line-height: 24px;
        color: #666666;
    }
    
    .navUl li:hover a {
        color: #da0011;
    }
    
    .banner {
        position: relative;
        margin-bottom: 50px;
    }
    
    .banner .img img {
        width: 100%;
    }
    
    .banner .banText {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .first_banner .banText {
        top: 38%;
    }
    
    .banText .tit {
        font-size: 72px;
        color: #da0011;
        line-height: 98px;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 25px;
        margin-bottom: 45px;
        font-family: "siyuan_bold", "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
    }
    
    .banText .tit:after {
        content: "";
        width: 72px;
        height: 2px;
        background-color: #da0011;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    .banText .date {
        font-size: 48px;
        color: #333333;
    }
    
    .banText .txt {
        font-size: 24px;
        color: #333333;
    }
    
    .pgTitle {
        position: relative;
        text-align: center;
        padding-bottom: 10px;
    }
    
    .pgTitle:after {
        content: "";
        width: 72px;
        height: 2px;
        background-color: #da0011;
        position: absolute;
        bottom: -34px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .pgTitle .tit {
        font-size: 36px;
        color: #da0011;
        font-family: "siyuan_bold", "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
    }
    
    .titTishi .tit {
        font-size: 36px;
        color: #da0011;
        font-family: "siyuan_bold", "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
        text-align: center;
    }
    
    .pgTitle .txt {
        font-size: 30px;
        color: #da0011;
        text-transform: uppercase;
        margin-top: 30px;
    }
    
    .pgBox .title span {
        font-size: 24px;
        color: #666666;
        display: inline-block;
        line-height: 36px;
        position: relative;
        font-family: "siyuan_bold", "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
    }
    
    .piOne {
        margin-top: 80px;
    }
    
    .piOne_row {
        margin: 0 -15px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    
    .piOne_col {
        float: left;
        width: 29%;
        padding: 0 15px;
    }
    
    .piOne_col:nth-child(2) {
        width: 33%;
    }
    
    .piOne_col:nth-child(3) {
        float: left;
        width: auto;
    }
    
    .piOne_col .tit {
        font-size: 18px;
        color: #da0011;
        margin-bottom: 20px;
    }
    
    .piOne_col li a {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        padding: 10px 7px;
        border-bottom: solid 1px #cccccc;
        display: inline-block;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    
    .piOne_col li a img {
        margin-left: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    
    .piOne_col li:hover a img {
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transform: translateX(15px);
    }
    
    .piOne_col li:hover a {
        color: #da0011;
    }
    
    .piOne_txt {
        font-size: 14px;
        color: #da0011;
        text-align: right;
    }
    
    .piTwo .title span,
    .piFive .title span {
        position: relative;
    }
    
    .piTwo .title span:after,
    .piFive .title span:after {
        content: "";
        width: 105px;
        height: 4px;
        background-color: #da0011;
        position: absolute;
        right: -125px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .piTwo_Lt {
        width: 54.166%;
        float: left;
        /* display: flex; */
        padding-right: 50px;
        /* margin-bottom: 20px; */
    }
    
    .piTwo_text {
        margin-top: 75px;
    }
    
    .piTwo_text .text {
        font-size: 14px;
        line-height: 24px;
        color: #666666;
        margin-bottom: 40px;
    }
    
    .piTwo_text .text:last-child {
        margin-bottom: 0;
    }
    
    .pi_kuang {
        border: solid 1px #ed5565;
        padding: 35px;
        position: relative;
        margin-bottom: 55px;
    }
    
    .pi_tit {
        font-size: 18px;
        color: #da0011;
        line-height: 24px;
    }
    
    .pi_kuang .pi_tit {
        background-color: #fff;
        position: absolute;
        top: -12px;
        left: 40px;
        padding: 0 10px;
    }
    
    .pi_kuang .txt {
        padding-left: 20px;
        position: relative;
        font-size: 14px;
        line-height: 24px;
        color: #666666;
        margin-bottom: 20px;
    }
    
    .pi_kuang .txt:last-child {
        margin-bottom: 0;
    }
    
    .pi_kuang .txt:after {
        content: "";
        width: 2px;
        height: 15px;
        background-color: #da0011;
        position: absolute;
        top: 5px;
        left: 0;
    }
    
    .piTwo {
        margin-top: 100px;
        padding-bottom: 115px;
        border-bottom: solid 1px #eeeeee;
    }
    
    .piTwo_Rt {
        width: 44%;
        float: left;
    }
    
    .piTwo_Rt .img {
        position: relative;
        width: 500px;
        z-index: 1;
    }
    
    .piTwo_Rt_1 {
        width: 44%;
        float: left;
    }
    
    .piTwo_Rt_1 .img {
        position: relative;
        width: 500px;
        z-index: 1;
    }
    
    .piTwo_Rt .img:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        right: -53px;
        bottom: -53px;
        z-index: -1;
        background-color: #eeeeee;
    }
    
    .piTwo_Rt .img img {
        width: 100%;
    }
    
    .piTwo_LtUl {
        margin-top: 30px;
    }
    
    .piTwo_LtUl li {
        width: 50%;
        position: relative;
        float: left;
        font-size: 14px;
        color: #666666;
        padding: 10px 15px 10px 60px;
    }
    
    .piTwo_LtUl li:after {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #da0011;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 35px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .piTwo_row .piTwo_Rt .txt {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        margin-top: 20px;
    }
    
    .piTwo_row .piTwo_Rt_1 .txt {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        margin-top: 20px;
    }
    
    .piTwo_row2 {
        margin-top: 90px;
    }
    
    .piTwo_row3 {
        margin-top: 85px;
    }
    
    .piTwo_LtBut .but {
        width: 176px;
        height: 64px;
        border: solid 1px #da0011;
        text-align: center;
        line-height: 62px;
        font-size: 16px;
        color: #da0011;
        float: left;
        margin-right: 25px;
        font-family: "siyuan_bold", "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
    }
    /* .piTwo_LtBut .but:nth-child(1) {
    margin-right: 40px;
    margin-left: -50px;
} */
    
    .piTwo_Rt .smltit {
        width: 200px;
        font-size: 12px;
        color: #333333;
        padding-left: 30px;
        line-height: 16px;
        background: url(../images/ico_i.png) no-repeat top left;
        margin-bottom: 10px;
        margin-top: 15px;
        font-family: "siyuan_bold", "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
    }
    
    .piTwo_Rt .smltxt {
        font-size: 12px;
        color: #333333;
        padding-left: 30px;
        line-height: 16px;
    }
    
    .piThree {
        margin-top: 90px;
    }
    
    .piThree_Rt {
        width: 100%;
        float: left;
    }
    
    .piThree {
        position: relative;
        padding-bottom: 120px;
        border-bottom: solid 1px #eee;
    }
    
    .piThree .title {
        position: absolute;
        z-index: 5;
        top: 35px;
        left: 0;
    }
    
    .piThree .title span {
        position: relative;
        line-height: 36px;
    }
    
    .piThree .title span:after {
        content: "";
        width: 105px;
        height: 4px;
        background-color: #da0011;
        position: absolute;
        right: -120px;
        bottom: 15px;
    }
    
    .piThree_Rt .img {
        margin-bottom: 55px;
    }
    
    .piThree_Rt .img img {
        width: 100%;
    }
    
    .piThree_Rt .txt {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        margin-bottom: 40px;
    }
    
    .piThree_Rt .piTwo_row2 .piTwo_Lt {
        width: 100%;
        padding-right: 0;
    }
    
    .piThree_Rt .piTwo_row2 .piTwo_LtUl li {
        /* width: 100%; */
        padding-right: 0;
        padding-left: 52px;
    }
    
    .piThree_Rt .piTwo_row2 .piTwo_Rt {
        width: 100%;
        margin-top: 45px;
    }
    
    .piThree_Rt .piTwo_row2 .piTwo_Rt .txt {
        margin-bottom: 0;
    }
    
    .piThree_Rt .piTwo_row3 .piTwo_Lt {
        width: 450px;
        padding-right: 0;
    }
    
    .piThree_Rt .piTwo_row3 .piTwo_Rt {
        width: 510px;
    }
    
    .piFour {
        margin-top: 96px;
        padding-bottom: 120px;
        border-bottom: solid 1px #eee;
    }
    
    .piFour .title {
        text-align: right;
    }
    
    .piFour .title span:after {
        content: "";
        width: 105px;
        height: 4px;
        background-color: #da0011;
        position: absolute;
        left: -140px;
        bottom: 15px;
    }
    
    .piFour .piTwo_text {
        margin-top: 50px;
    }
    
    .piFour .piTwo_Lt {
        float: right;
        padding-right: 0;
        padding-left: 50px;
    }
    
    .piFour .piTwo_Rt {
        float: left;
    }
    
    .piFour .piTwo_Rt .imgTxt {
        float: right;
    }
    
    .piFour .piTwo_Rt .img:after {
        left: 43px;
        /* right: auto; */
    }
    
    .piFour .piTwo_Rt_1 {
        float: left;
    }
    
    .piFour .piTwo_Rt_1 .imgTxt {
        float: right;
    }
    
    .piFour .piTwo_Rt_1 .img:after {
        left: 43px;
        /* right: auto; */
    }
    
    .piFive {
        margin-top: 96px;
        padding-bottom: 120px;
    }
    
    .piFive .piTwo_LtUl li {
        width: 100%;
    }
    
    .footer {
        background-color: #f6f6f6;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        color: #999999;
        text-align: center;
    }
    
    .piTwo_LtUl li .cols {
        color: #da0011;
    }
    
    .piThree_Rt .piTwo_row2 {
        margin-top: 50px;
    }
    
    .pi_titxt {
        font-size: 14px;
        color: #666666;
        margin-bottom: 25px;
    }
    
    .pi_titxt:last-child {
        margin-bottom: 0;
    }
    
    .piThree_Rt .pi_kuang .txt {
        width: 50%;
        float: left;
        margin-bottom: 22px;
    }
    
    .piThree .pi_kuang {
        padding-left: 85px;
        padding-right: 85px;
    }
    
    .piThree .pi_kuang .pi_tit {
        left: 85px;
    }
    
    .piFour_Rtxt {
        margin-top: 95px;
    }
    
    .piFour .piTwo_LtBut {
        margin-top: 65px;
        margin-bottom: 35px;
    }
    
    .contCtner {
        position: relative;
        min-height: 600px;
    }
    
    .sider {
        position: absolute;
        z-index: 9;
        left: 85.416%;
        top: 1000px;
        width: 200px;
        text-align: center;
    }
    
    .sider.fiexs {
        position: fixed;
        top: 15px;
        left: 85.416%;
    }
    
    .siderUl {
        border: solid 1px #da0011;
        margin-bottom: 5px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
        background-color: #fff;
    }
    
    .siderUl a {
        font-size: 14px;
        line-height: 24px;
        color: #666666;
    }
    
    .siderNav a {
        display: block;
        position: relative;
        padding: 20px 5px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    
    .siderNav a:after {
        content: "";
        width: 60%;
        height: 1px;
        background-color: #ffd9d9;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .siderNav li:last-child a:after {
        display: none;
    }
    
    .siderNav a:hover {
        color: #da0011;
    }
    
    .siderBut a {
        display: block;
        border-bottom: solid 1px #da0011;
        padding: 12px 5px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    
    .siderBut li:last-child a {
        border-bottom: 0;
    }
    
    .siderBut a:hover {
        background-color: #ffd9d9;
        color: #da0011;
    }
    
    .sider .piTwo_LtBut .but {
        width: 100%;
    }
    
    .piTwo_LtBut .colBut {
        /*min-width: 200px;*/
        color: #fff;
        background-color: #da0011;
        box-shadow: 0px 0px 20px 0px rgba(235, 77, 87, .5);
    }
    
    .imgTxt {
        position: relative;
    }
    
    .imgTxt .txts {
        position: absolute;
        z-index: 2;
        top: 70px;
        left: 48px;
        font-size: 16px;
        color: #fff;
        line-height: 24px;
        padding-left: 20px;
    }
    
    .imgTxt .txts:after {
        content: "";
        width: 2px;
        height: 14px;
        background-color: #cc2c2f;
        position: absolute;
        top: 5px;
        left: 0;
    }
    
    .piThree .imgTxt .txts {
        bottom: 40px;
        top: auto;
        left: 70px;
    }
    
    .piFour .imgTxt .txts {
        top: 145px;
        left: 70px;
        color: #666666;
    }
    
    .crDateList {
        margin-top: 80px;
        margin-bottom: 150px;
    }
    
    .crDate_Ul {
        padding: 0px 18px 30px;
    }
    
    .crDateLi {
        border-left: solid 2px #da0011;
    }
    
    .crDateLi .city {
        font-size: 24px;
        color: #da0011;
        font-family: "siyuan_bold", "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
        padding-left: 34px;
        position: relative;
        top: -10px;
    }
    
    .crDateLi .city i {
        width: 24px;
        height: 24px;
        background-color: #fbdbdd;
        position: absolute;
        top: 50%;
        left: -13px;
        border-radius: 100%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .crDateLi .city i:after {
        content: "";
        width: 12px;
        height: 12px;
        background-color: #da0011;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .crDate_Ul .crDate_Uli {
        width: 33.333%;
        padding: 22px 18px;
        float: left;
    }
    
    .crDate_Uldiv .tit {
        font-size: 16px;
        color: #da0011;
        font-family: "siyuan_bold", "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
        margin-bottom: 10px;
    }
    
    .crDate_Uldiv {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
        padding: 30px 25px;
    }
    
    .crDate_Uli li {
        padding: 7px 0;
    }
    
    .crDate_Uli .time,
    .crDate_Uli .address {
        font-size: 16px;
        color: #da0011;
        height: 22px;
        line-height: 22px;
        display: inline-block;
        padding-left: 30px;
    }
    
    .crDate_Uli .time {
        background: url(../images/time.png) no-repeat left center;
    }
    
    .crDate_Uli .address {
        background: url(../images/address.png) no-repeat left center;
    }
    
    .crDate_Uli li {
        font-size: 16px;
        color: #666666;
        line-height: 22px;
    }
    
    .qaList {
        padding-bottom: 30px;
        margin-top: 50px;
    }
    
    .qaList_li {
        margin-bottom: 50px;
    }
    
    .qa_aTop,
    .qa_qBtm {
        padding-left: 40px;
    }
    
    .qa_aTop {
        background: url(../images/ico_q.png) no-repeat top left;
        margin-bottom: 25px;
    }
    
    .qa_aTop .tit {
        font-size: 18px;
        font-family: "siyuan_bold", "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
        color: #da0011;
        line-height: 26px;
    }
    
    .qa_qBtm {
        background: url(../images/ico_a.png) no-repeat top 2px left;
        padding-bottom: 5px;
    }
    
    .qa_qBtm .txt {
        font-size: 14px;
        line-height: 24px;
        color: #666666;
    }
    
    .qa_qBtm .qa_qBtmA {
        margin-top: 40px;
        margin-bottom: 125px;
    }
    
    .qa_qBtmA li {
        margin-bottom: 12px;
    }
    
    .qa_qBtmA li a {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        display: inline-block;
        padding: 7px 0;
        border-bottom: solid 1px #cccccc;
    }
    
    .qa_qBtmA li a img {
        margin-left: 30px;
    }
    
    .qaZhou {
        border-top: solid 2px #da0011;
        padding: 0 40px 45px;
    }
    
    .qaZhou li {
        float: left;
        width: 25%;
        text-align: center;
        position: relative;
        padding-top: 25px;
    }
    
    .qaZhou li .tit {
        font-size: 14px;
        color: #da0011;
        font-family: "siyuan_bold", "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
        position: absolute;
        top: -68px;
        height: 48px;
        width: 110%;
        overflow: hidden;
        left: -12px;
    }
    
    .qaZhou li .tit span {
        display: inline-block;
        vertical-align: middle;
    }
    
    .qaZhou li i {
        width: 24px;
        height: 24px;
        background-color: #fbdbdd;
        border-radius: 100%;
        position: absolute;
        top: -1px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .qaZhou li i:after {
        content: "";
        width: 12px;
        height: 12px;
        background-color: #da0011;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .qaZhou li .txt {
        font-size: 14px;
        color: #666666;
    }
    
    .qa_qBtm .img {
        margin-top: 35px;
        margin-bottom: 30px;
    }
    
    .qa_ewmBox {
        text-align: center;
        margin-bottom: 100px;
    }
    
    .qa_ewmBox .tit {
        font-size: 18px;
        color: #da0011;
        font-family: "siyuan_bold", "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
        margin-bottom: 75px;
    }
    
    .sipBox .title span {
        display: inline-block;
        font-size: 24px;
        color: #666666;
        font-family: "siyuan_bold", "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
        line-height: 36px;
        position: relative;
    }
    
    .sipBox .title span:after {
        content: "";
        width: 105px;
        height: 4px;
        background-color: #da0011;
    }
    
    .sipBox .title strong.cols {
        font-weight: 300;
        color: #fff;
    }
    
    .sipBox .titlecsp span {
        display: inline-block;
        font-size: 24px;
        color: #666666;
        font-family: "siyuan_bold", "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
        line-height: 36px;
        position: relative;
    }
    
    .sipBox .titlecsp span:after {
        content: "";
        width: 105px;
        height: 4px;
        background-color: #da0011;
        margin-left: 110px;
    }
    
    .sipBox .titlecsp strong.cols {
        font-weight: 300;
        color: #fff;
    }
    
    .sipOne {
        padding-bottom: 150px;
        margin-top: 95px;
    }
    
    .sipOne .tit {
        font-size: 18px;
        color: #da0011;
        margin-bottom: 15px;
    }
    
    .sipOne_row {
        margin-bottom: 100px;
        margin-top: 55px;
    }
    
    .sipOne_col {
        float: left;
        width: 34%;
    }
    
    .sipOne_col:last-child {
        float: right;
        width: auto;
    }
    
    .dianLi {
        padding: 8px 0;
    }
    
    .dianLi span {
        display: block;
        font-size: 14px;
        color: #666666;
        padding-left: 34px;
        position: relative;
        line-height: 24px;
    }
    
    .dianLi span:after {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: #da0011;
        position: absolute;
        top: 7px;
        left: 15px;
    }
    
    .moreBut {
        display: block;
        margin: auto;
        width: 200px;
        height: 64px;
        text-align: center;
        line-height: 64px;
        font-size: 24px;
        color: #ffffff;
        text-transform: uppercase;
        font-family: "siyuan_bold", "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
        background-color: #da0011;
        box-shadow: 0px 5px 30px -5px rgba(235, 77, 87, .8);
    }
    
    .sipTwo {
        padding-bottom: 150px;
    }
    
    .sipTwo_row {
        margin-top: 35px;
    }
    
    .sipTwo .pi_kuang {
        margin-top: 60px;
    }
    
    .sipTwo .title span:after {
        position: absolute;
        right: -200px;
        bottom: 16px;
    }
    
    .sipLt,
    .sipRt {
        width: 50%;
        float: left;
    }
    
    .sipTwo .sipLt {
        padding-right: 80px;
        padding-top: 30px;
    }
    
    .sipTwo .sipLts {
        padding-right: 10px;
        /* position: absolute;
    z-index: 1; */
        margin-top: -100px;
    }
    
    .n1 {
        width: 520px;
        /*padding-right: 0;*/
    }
    
    .sipTwo .sipRt {
        padding-left: 10px;
        /* position: absolute;
    z-index: -1; */
    }
    
    .sipTwo .sipRts {
        /* padding-right: 400px; */
        padding-top: 70px;
        /* margin-left: 40px; */
        position: absolute;
        z-index: -1;
    }
    
    .sipTxt {
        font-size: 14px;
        line-height: 24px;
        color: #666666;
    }
    
    .sipTwoImg {
        position: relative;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .3);
        width: 98.181%;
        font-size: 0px;
        z-index: 1;
    }
    
    .sipTwoImg img {
        width: 100%;
    }
    
    .sipTwoImg:after {
        content: "";
        width: 300px;
        height: 240px;
        background-color: #da0011;
        position: absolute;
        right: -50px;
        top: -75px;
        z-index: -1;
    }
    
    .sipTwoImgs {
        position: relative;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .3);
        width: 90.181%;
        font-size: 0px;
        z-index: -1;
    }
    
    .sipTwoImgs img {
        /* width: 100%; */
        width: 480px;
        height: 377px;
        /* padding-left: 40px; */
    }
    
    .sipTwoImgs:after {
        content: "";
        width: 180px;
        height: 200px;
        background-color: #da0011;
        position: absolute;
        right: 290px;
        top: -25px;
        z-index: -2;
    }
    .sipTwoImgs.cps_shipImg::after{
        right: -74px;
        top: 214px;
        /* bottom: -25px; */
    }
    
    .sipThree .title {
        text-align: center;
    }
    
    .sipThree .title span {
        padding-bottom: 15px;
    }
    
    .sipThree .title span:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .sipThCont {
        width: 820px;
        margin: auto;
        margin-top: 60px;
    }
    
    .sipThCont .sipTxt {
        text-align: center;
    }
    
    .sipThree .pi_kuang {
        padding-left: 60px;
        padding-right: 60px;
    }
    
    .sipThree .pi_kuang .pi_tit {
        left: 60px;
    }
    
    .boxcsp {
        height: 80px;
        width: 110px;
        border-radius: 10px;
        border-style: solid;
        border-color: #da0011;
        border-width: 1px;
        /* margin-left: 300px; */
    }
    
    .ex1 {
        border-collapse: separate;
        border-spacing: 45px;
        margin-top: -40px;
    }
    
    .CSP_txt1 {
        font-size: 16px;
        margin-top: 0px;
        text-align: center;
        color: #da0011;
    }
    
    .sipFour {
        position: relative;
        z-index: 1;
    }
    
    .sipFour:after {
        content: "";
        width: 520px;
        height: 545px;
        background-color: #da0011;
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
    }
    
    .sipFour {
        padding-top: 45px;
    }
    
    .sipFour .title {
        margin-left: 187px;
        margin-bottom: 60px;
    }
    
    .sipFour span:after {
        position: absolute;
        right: -140px;
        bottom: 16px;
    }
    
    .sipFour .sipTxt {
        float: right;
        width: 52.5%;
    }
    
    .sipFour_txt3 {
        background-color: #fff;
        float: right;
        padding: 45px 55px;
        width: 82.916%;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2);
        margin-top: 60px;
    }
    
    .sipFour_txt3 .sipTxt {
        padding: 0 55px;
        width: 100% !important;
    }
    
    .sipFour_txt3 .pi_kuang {
        padding-left: 65px;
        padding-right: 65px;
        margin-bottom: 35px;
    }
    
    .sipFour_txt3 .pi_kuang .txt {
        width: 50%;
        float: left;
    }
    
    .sipFour_txt3 .pi_kuang .txt:nth-child(2n+1) {
        width: 50%;
    }
    
    .sipFour_txt33 {
        background-color: #fff;
        float: right;
        padding: 45px 55px;
        width: 82.916%;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2);
        margin-top: 60px;
    }
    
    .sipFour_txt33 .sipTxt {
        padding: 0px 20px;
        width: 100% !important;
    }
    
    .sipFour_txt33 .pi_kuang {
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 35px;
    }
    
    .sipFour_txt33 .pi_kuang .txt {
        /* width: 100%; */
        margin-right: 35px;
        /* float: left; */
    }
    
    .sipFour_txt33 .pi_kuang .txt11 {
        /* width: 100%; */
        /* margin-right: 35px; */
        float: right;
    }
    
    .sipFour_txt33 .pi_kuang .txt111 {
        width: 100%;
        margin-top: 6px;
        /* text-align: center; */
        /* float: right; */
    }
    
    .sipFour_txt33 .pi_kuang .txt22 {
        width: 100%;
        margin-top: 6px;
        color: #da0011;
        font-size: 8px;
        /* text-align: center; */
        /* float: right; */
    }
    
    .sipFour_txt33 .pi_kuang .txt22 h1 {
        font-size: 14px;
        color: rgba(0, 0, 0, .6);
        /* color: #da0011; */
        font-weight: bold;
        margin-bottom: 15px;
    }
    
    .sipFour_txt33 .pi_kuang .txt22 p {
        font-size: 13px;
        color: #666666;
        line-height: 23px;
        font-family: NotoSansCJKsc-Bold, "微软雅黑";
    }
    
    #sipFour_txt33 .pi_kuang .txt11:after {
        background-color: transparent !important;
    }
    
    .sipFourcsp {
        position: relative;
        z-index: 1;
    }
    /* .sipFourcsp:after {
    content: "";
    width: 520px;
    height: 545px;
    background-color: #da0011;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
} */
    
    .sipFourcsp {
        padding-top: 45px;
    }
    
    .sipFourcsp .title {
        margin-left: 187px;
        margin-bottom: 60px;
    }
    
    .sipFourcsp span:after {
        position: absolute;
        right: -140px;
        bottom: 16px;
    }
    
    .sipFourcsp .sipTxt {
        float: right;
        width: 52.5%;
    }
    
    .sipFourcsp_txt3 {
        background-color: #fff;
        float: right;
        padding: 45px 55px;
        width: 82.916%;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2);
        margin-top: 60px;
    }
    
    .sipFoucsp_txt3 .sipTxt {
        padding: 0 55px;
        width: 100% !important;
    }
    
    .sipFourcsp_txt3 .pi_kuang {
        padding-left: 65px;
        padding-right: 65px;
        margin-bottom: 35px;
    }
    
    .sipFourcsp_txt3 .pi_kuang .txt {
        width: 50%;
        float: left;
    }
    
    .sipFourcsp_txt3 .pi_kuang .txt:nth-child(2n+1) {
        width: 50%;
    }
    
    .sipFourcsp_txt33 {
        background-color: #fff;
        float: right;
        padding: 45px 55px;
        width: 82.916%;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2);
        margin-top: 60px;
    }
    
    .sipFourcsp_txt33 .sipTxt {
        padding: 0px 20px;
        width: 100% !important;
    }
    
    .sipFourcsp_txt33 .pi_kuang {
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 35px;
    }
    
    .sipFourcsp_txt33 .pi_kuang .txt {
        /* width: 100%; */
        margin-right: 35px;
        /* float: left; */
    }
    
    .sipFourcsp_txt33 .pi_kuang .txt11 {
        /* width: 100%; */
        /* margin-right: 35px; */
        float: right;
    }
    
    .sipFourcsp_txt33 .pi_kuang .txt111 {
        width: 100%;
        margin-top: 6px;
        /* text-align: center; */
        /* float: right; */
    }
    
    .sipFourcsp_txt33 .pi_kuang .txt22 {
        width: 100%;
        margin-top: 6px;
        color: #da0011;
        font-size: 8px;
        /* text-align: center; */
        /* float: right; */
    }
    
    .sipFourcsp_txt33 .pi_kuang .txt22 h1 {
        font-size: 14px;
        color: rgba(0, 0, 0, .6);
        /* color: #da0011; */
        font-weight: bold;
        margin-bottom: 15px;
    }
    
    .sipFourcsp_txt33 .pi_kuang .txt22 p {
        font-size: 13px;
        color: #666666;
        line-height: 23px;
        font-family: NotoSansCJKsc-Bold, "微软雅黑";
    }
    
    #sipFourcsp_txt33 .pi_kuang .txt11:after {
        background-color: transparent !important;
    }
    /* .sipFour_txt33 .pi_kuang .txt:nth-child(2n+1) {
    width: 50%;
} */
    
    .sipFiveLi {
        margin-bottom: 40px;
    }
    
    .sipFiveLi .tit {
        font-size: 18px;
        color: #da0011;
        margin-bottom: 15px;
    }
    
    .sipFiveLi .txt {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
    }
    
    .bqianA {
        color: #da0011;
        position: relative;
    }
    
    .bqianA:after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #da0011;
        position: absolute;
        bottom: -8px;
        left: 0;
    }
    
    .listUl {
        margin-top: 25px;
        margin-bottom: 55px;
    }
    
    .listUl li {
        padding-left: 26px;
        position: relative;
        line-height: 34px;
        color: #da0011;
        margin-bottom: 15px;
    }
    
    .listUl li:after {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: #da0011;
        position: absolute;
        left: 0px;
        top: 11px;
    }
    
    .sipFive {
        padding-bottom: 80px;
    }
    
    .sipFive .piTwo_Lt,
    .sipFive .piTwo_Rt {
        width: 100%;
    }
    
    .piTwo_Rt .smltit,
    .piTwo_Rt .smltxt {
        font-size: 14px;
    }
    
    .sipFive .piTwo_LtBut {
        margin-top: 80px;
        text-align: center;
    }
    
    .sipFive .piTwo_LtBut .but {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    
    .sipFiveList {
        margin-top: 70px;
    }
    
    .sipFour {
        padding-bottom: 105px;
    }
    
    .sipThree {
        padding-bottom: 100px;
    }
    
    .sipThree .pi_kuang {
        margin-top: 70px;
    }
    
    .chs_banner .banText .tit {
        color: #fff;
    }
    
    .chs_banner .banText .tit:after {
        background-color: #fff;
    }
    
    .pgTitle .tit {
        text-transform: uppercase;
    }
    
    .chsOne {
        padding: 125px 0;
    }
    
    .chsOne .title {
        font-size: 36px;
        color: #666666;
        font-family: "siyuan_bold", "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
        position: relative;
        width: 83.333%;
        padding-right: 46px;
        margin-bottom: 30px;
    }
    
    .chsOne .title:after {
        content: "";
        width: 46px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 10px;
        background: url(../images/chsone_yin.png) no-repeat center center;
        background-size: 100% auto;
    }
    
    .chsOne_top {
        width: 83.333%;
        background: #f7f7f7 url(../images/chsone_img.png) no-repeat center right 50px;
        padding: 50px 30px;
        position: relative;
        z-index: 2;
    }
    
    .chsOne_top .tit {
        font-size: 18px;
        color: #da0011;
        font-family: "siyuan_bold", "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
        padding-bottom: 25px;
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 35px;
    }
    
    .chsOne_top .tit:after {
        content: "";
        width: 36px;
        height: 2px;
        background-color: #da0011;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    .chsOne_topdiv {
        width: 595px;
    }
    
    .chsOne_top .txt {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
    }
    
    .chsOne_btm {
        background-color: #da0011;
        padding: 95px 40px 35px 260px;
        position: relative;
        z-index: 1;
        margin-top: -60px;
        width: 81.666%;
        float: right;
    }
    
    .chsOne_btm .tit {
        color: #333333;
        font-size: 18px;
        font-family: "siyuan_bold", "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
        margin-bottom: 25px;
    }
    
    .chsOne_btm .txt {
        color: #fff;
        font-size: 14px;
        line-height: 24px;
    }
    
    .chsOne_btm .titimg {
        position: absolute;
        top: 60%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -148px;
    }
    
    .sipBox .bigTitle {
        font-size: 36px;
        color: #666666;
        font-family: "siyuan_bold", "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .chsTwo {
        padding-bottom: 115px;
    }
    
    .chsTwo_col {
        width: 33.333%;
        float: left;
        padding: 0 60px;
        text-align: center;
    }
    
    .chsTwo_coldiv {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
        padding: 50px 30px;
    }
    
    .chsTwo_row {
        margin: 0 -60px;
    }
    
    .chsTwo_col .tit {
        font-size: 18px;
        color: #da0011;
        font-family: "siyuan_bold", "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
        margin-bottom: 55px;
    }
    
    .chsTwo_col .txt {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        height: 168px;
    }
    
    .chsThree {
        border-bottom: solid 1px #eee;
    }
    
    .chsThree .sipOne_col:last-child {
        width: 33.333%;
    }
    
    .chsThree .sipOne_row {
        margin-bottom: 75px;
    }
    
    .chsFour .sipOne_row {
        text-align: center;
    }
    
    .chsFour .sipOne_col {
        float: none;
        width: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 90px;
        text-align: left;
    }
    
    .chsFour .sipOne_col .tit {
        font-size: 18px;
        color: #da0011;
        font-family: "siyuan_bold", "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
        margin-bottom: 25px;
    }
    
    .chsFour .sipOne_col ul {
        padding-left: 20px;
    }
    
    .chsFourUl {
        border-top: solid 2px #da0011;
        margin-bottom: 95px;
    }
    
    .chsFourUl li {
        width: 20%;
        text-align: center;
        float: left;
        padding-top: 25px;
        position: relative;
    }
    
    .chsFourUl li i {
        width: 24px;
        height: 24px;
        border-radius: 100%;
        background-color: #fbdbdd;
        position: absolute;
        top: -12px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .chsFourUl li i:after {
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 100%;
        background-color: #da0011;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .chsFourUl .tit {
        font-size: 14px;
        color: #da0011;
        font-family: "siyuan_bold", "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
        line-height: 24px;
    }
    
    .chsFourUl .txt {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
    }
    
    .chsFive {
        margin-bottom: 110px;
    }
    
    .chsFive .piTwo_LtBut .colBut {
        float: none;
        display: block;
        margin: auto !important;
    }
    
    .sip_banner .tit,
    .sip_banner .text {
        display: inline-block;
        vertical-align: middle;
    }
    
    .sip_banner .banText .tit:after {
        display: none;
    }
    
    .sip_banner .text {
        margin-left: 60px;
        padding-left: 60px;
        position: relative;
        margin-bottom: 5px;
    }
    
    .sip_banner .text:after {
        content: "";
        width: 2px;
        height: 95px;
        background-color: #cc2c2f;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    .sip_banner .banText {
        top: 30%;
    }
    
    .fta_banner .banText {
        padding-left: 85px;
    }
    
    .otherCols {
        display: inline-block;
        vertical-align: top;
        position: relative;
        z-index: 6;
        top: -1px;
    }
    
    .otherCols a {
        color: #da0011;
        position: relative;
    }
    
    .otherCols a:after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #da0011;
        position: absolute;
        bottom: -5px;
        left: 0;
    }
    
    .otherCols:hover dl {
        visibility: visible;
        opacity: 1;
        bottom: 40px;
    }
    
    .otherCols dl {
        position: absolute;
        z-index: 6;
        bottom: 50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .2);
        width: 640px;
        padding: 35px 0;
        background-color: #fff;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    
    .otherCols dl:after {
        content: "";
        width: 33px;
        height: 15px;
        background: url(../images/lijiao.png) no-repeat center center;
        position: absolute;
        z-index: 3;
        bottom: -15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .otherCols dt,
    .otherCols dd {
        display: inline-block;
        vertical-align: middle;
    }
    
    .otherCols dt {
        width: 200px;
        text-align: center;
    }
    
    .otherCols dt img {
        width: 80%;
    }
    
    .otherCols dd {
        padding-right: 10px;
        width: 425px;
    }
    
    .otherCols dd .txt {
        font-size: 14px;
        line-height: 24px;
        color: #666;
    }
    /*mimi*/
    
    @font-face {
        font-family: NotoSansCJKsc-Bold;
        src: url(../fonts/NotoSansCJKsc-Bold.otf);
    }
    
    .banText_rt .container {
        width: 45%;
        float: right;
    }
    
    .plan_top {
        height: auto;
        overflow: hidden;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    
    .pn_a {
        width: 1260px;
        height: 270px;
        background: #f7f7f7;
        position: relative;
    }
    
    .pb {
        width: 300px;
        height: 300px;
    }
    
    .pn_a_on {
        display: none;
        background: #da0011;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }
    
    .pn_b_on {
        display: none;
        right: 0px;
        background: #e4e4e4;
        position: absolute;
        bottom: 350px;
    }
    
    .pn_a_nr {
        width: 80%;
        margin-left: 100px;
        /* float: left; */
        /* margin-left: 300px;
    padding-left: 50px;
    padding-right: 90px; */
        text-align: center;
        /* margin-top: 50px; */
    }
    
    .pn_a_nr h1 {
        font-size: 24px;
        font-weight: bold;
        margin-top: 50px;
        margin-bottom: 50px;
        position: relative;
        display: inline-block;
        padding-right: 150px;
        color: #8d8d8d;
    }
    
    .pn_a_nr h1::before {
        position: absolute;
        right: 0px;
        content: " ";
        display: inline-block;
        width: 110px;
        height: 3px;
        background: #da0011;
        bottom: 7px;
        transition: all .5s;
    }
    
    .pn_a_nr p {
        font-size: 14px;
        line-height: 24px;
        color: #666666;
        /* margin-top: 50px; */
    }
    
    .pn_a_nr h1:hover::before {
        width: 0px;
    }
    
    .pn_b {
        width: 1560px;
        height: auto;
    }
    
    .pn_b ul li {
        float: right;
        width: 300px;
        height: 300px;
        text-align: center;
        padding: 0px 30px;
    }
    
    .pn_b ul li h1 {
        font-size: 18px;
        color: #da0011;
        font-weight: bold;
        margin-bottom: 15px;
    }
    
    .pn_b ul li p {
        font-size: 13px;
        color: #666666;
        line-height: 24px;
        font-family: NotoSansCJKsc-Bold, "微软雅黑";
    }
    
    .pn_b ul li img {
        margin: 22px 0px;
    }
    
    .pn_c {
        width: 750px;
        height: auto;
    }
    
    .pn_c ul li {
        float: left;
        width: 250px;
        height: 250px;
        text-align: center;
        padding: 0px 30px;
    }
    
    .pn_c ul li h1 {
        font-size: 18px;
        color: #da0011;
        font-weight: bold;
        margin-bottom: 15px;
    }
    
    .pn_c ul li p {
        font-size: 13px;
        color: #666666;
        line-height: 24px;
        font-family: NotoSansCJKsc-Bold, "微软雅黑";
    }
    
    .pn_c ul li img {
        margin: 22px 0px;
    }
    
    .pn_csp {
        width: 100%;
        height: auto;
    }
    
    .pn_csp ul li {
        float: left;
        /* width: 250px; */
        height: 150px;
        /* text-align: center; */
        padding: 0px 20px;
    }
    
    .pn_csp ul li h1 {
        font-size: 18px;
        /* color: #da0011; */
        color: rgba(0, 0, 0, .6);
        font-weight: bold;
        margin-bottom: 15px;
    }
    
    .pn_csp ul li p {
        font-size: 13px;
        color: #666666;
        line-height: 23px;
        font-family: NotoSansCJKsc-Bold, "微软雅黑";
    }
    
    .pn_csp ul li img {
        margin-top: 10px;
        height: 40px;
        /* float: left; */
    }
    
    .pn_csp1 {
        width: 100%;
        height: auto;
    }
    
    .pn_csp1 ul li {
        float: left;
        /* width: 400px; */
        height: 160px;
        text-align: center;
        padding: 0px 20px;
    }
    
    ;
    .pn_csp1 ul li h1 {
        font-size: 16px;
        /* color: rgba(0, 0, 0, .6); */
        color: #da0011;
        font-weight: bold;
        margin-bottom: 15px;
    }
    
    .pn_csp1 ul li p {
        font-size: 13px;
        color: #666666;
        line-height: 23px;
        font-family: NotoSansCJKsc-Bold, "微软雅黑";
    }
    
    .pn_csp1 ul li img {
        margin-top: 25px;
        height: 60px;
        /* float: left; */
    }
    
    .plan_top_two .pn_a {
        float: right;
    }
    
    .plan_top_two .pn_b {
        float: right;
    }
    
    .plan_top_two .pn_b ul li {
        float: left;
    }
    
    .plan_top_two .pn_a_nr {
        margin-right: 300px;
        margin-left: 0px;
        padding-left: 90px;
        padding-right: 50px;
    }
    
    .plan_top_two .pn_a_on {
        right: 0px;
        left: auto;
    }
    
    .plan_top_two .pn_b_on {
        left: -300px;
        right: auto;
    }
    
    .plan_top_two .pn_a_nr h1 {
        float: right;
        padding: 0px;
        padding-left: 150px;
    }
    
    .plan_top_two .pn_a_nr h1::before {
        left: 0px;
        right: auto;
    }
    
    .mbnt {
        padding: 0px !important;
    }
    
    .ach {
        text-align: center;
        font-size: 30px;
        color: #666666;
        font-weight: bold;
        margin-top: 90px;
        margin-bottom: 130px;
    }
    
    .and_first {
        width: 980px;
        height: auto;
        margin: 0px auto;
        text-align: center;
        margin-top: 55px;
    }
    
    .and_first h4 {
        font-size: 18px;
        color: #da0011;
        margin-bottom: 23px;
    }
    
    .and_first p {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
    }
    
    .andy_ap_a {
        width: 36.5%;
        margin-top: 10px;
    }
    
    .andy_ap_a h4 {
        font-size: 18px;
        color: #da0011;
        margin-bottom: 50px;
        font-weight: bold;
    }
    
    .andy_ap_a p {
        text-align: justify;
        font-size: 14px;
        color: #666666;
        line-height: 24px;
    }
    
    .pn_a_nr p {
        text-align: justify;
    }
    
    .andy_ap {
        margin-bottom: 70px;
        height: auto;
        overflow: hidden;
        padding: 10px;
    }
    
    .andy_bg {
        width: 325px;
        height: 460px;
        background: #fff;
        box-shadow: 0px 0px 10px 10px #f5f5f5;
        float: right;
        margin-left: 45px;
        padding: 35px 25px;
    }
    
    .andy_bg h3 {
        font-size: 18px;
        color: #da0011;
        text-align: center;
        font-weight: bold;
        height: 55px;
    }
    
    .andy_bg>p {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        margin-bottom: 30px;
    }
    
    .andy_ap {
        margin-top: 110px;
    }
    
    .andy_bg ul li p {
        background: url(../images/tre1.png ) no-repeat left 5px;
        padding-left: 30px;
        font-size: 14px;
        line-height: 24px;
        color: #666666;
        margin-bottom: 15px;
    }
    
    .andy_cust ul li {
        float: left;
        width: 33.3%;
        text-align: left;
    }
    
    .andy_cust ul li p {
        background: url(../images/tre1.png ) no-repeat left 5px;
        padding-left: 30px;
        font-size: 14px;
        line-height: 24px;
        color: #666666;
        margin-bottom: 40px;
    }
    
    .andy_cust {
        width: 930px;
        margin: 50px auto;
        height: auto;
        overflow: hidden;
    }
    
    .last_andy {
        margin-top: 50px;
    }
    
    .last_andy p {
        font-size: 14px;
        line-height: 24px;
        color: #666666;
        text-align: center;
    }
    
    .last_andy p img {
        display: inline-block;
        margin-right: 20px;
        position: relative;
        top: 4px;
    }
    
    .piTwo_LtBut .mmm {
        width: auto !important;
        padding: 0px 30px;
    }
    
    .andy_btn a {
        font-weight: bold;
        float: none !important;
        display: inline-block;
    }
    
    .andy_btn {
        text-align: center;
        margin: 90px auto;
    }
    
    .ewmbox {
        border: 1px solid red;
        background: white
    }
    
    .ewmbox img {
        width: 88%;
    }
    
    .videobox {
        margin: auto;
        margin-bottom: 50px;
        width: 1200px
    }
    
    video {
        outline: none;
    }
    
    .pgTitle .txt2 {
        font-size: 24px;
        color: #da0011;
        text-transform: none;
        margin-top: 30px;
    }
    
    #CSP_txt:after {
        background-color: transparent !important;
    }
    .csp_title{
        text-align: center;
    }
    .csp_title span{
       display: block;
       position: relative;
       margin: 0 auto;
       padding-bottom: 0px !important;
    }
    .csp_title span::after{
        content: "";
        width: 72px !important;
        height: 2px !important;
        background-color: #da0011;
        position: absolute;
        bottom: -20px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin-left: 0px !important;
     }
    .csp_title::before{
        display: none !important;
    }
    .csp_bottom{
        display: flex;
        flex-direction: row;
    }
    .csp_bottom{
        display: flex;
        min-height: 400px;
    }
    .cps_left{
        width: 600px;
        /* border: 1px solid green; */
    }
    .csp_right{
       width: 660px;
       padding-top: 40px;
    }
    @media screen and (max-width: 1680px) {
        /**/
        .pgTitle .txt2 {
            font-size: 24px;
            color: #da0011;
            text-transform: none;
            margin-top: 20px;
            margin-bottom: 5px;
        }
        .header .nav .navLi {
            padding: 0 20px;
        }
        .header .nav .navLitwo {
            min-width: 190px;
        }
        .navUl {
            padding: 0 20px;
        }
        .banText .tit {
            font-size: 62px;
            line-height: 76px;
            margin-bottom: 25px;
        }
        .banText .date {
            font-size: 42px;
        }
        .banText .txt {
            font-size: 20px;
        }
        .sider {
            width: 165px;
            left: 88.5%;
        }
        .sider.fiexs {
            left: 88.5%;
        }
        .siderUl a {
            font-size: 13px;
        }
        .siderNav a {
            padding: 15px 5px;
        }
        /*
		修改
	*/
        .first_banner .banText .container {
            padding-left: 110px;
        }
    }
    
    @media screen and (max-width: 1500px) {
        /* 新增 */
        #csp_strong {
            margin-left: 360px !important;
        }
        /* .CSP_sipFour ::after{
       width: 434px !important;
    } */
        .videobox {
            margin: auto;
            margin-bottom: 50px;
            width: 900px
        }
        .header .nav .navLi {
            padding: 0 15px;
        }
        .header .nav .navA {
            font-size: 16px;
            height: 75px;
            line-height: 75px;
        }
        .header .logo {
            margin-left: 50px;
            height: 75px;
            line-height: 75px;
        }
        .navUl {
            top: 75px;
        }
        .header .logo img {
            height: 50px;
        }
        .banText .tit {
            font-size: 56px;
            line-height: 74px;
            margin-bottom: 35px;
        }
        .banText .date {
            font-size: 42px;
        }
        .banText .txt {
            font-size: 20px;
        }
        .ewmbox img {
            width: 120px
        }
        /*mimimi*/
        .pn_a_on {
            display: none;
            /* background: #da0011;
        position: absolute;
        bottom: -100px;
        left: -30px; */
        }
        .pn_a_nr {
            margin-left: 0px;
        }
        .pn_b ul li {
            float: left;
        }
        .pn_b_on {
            display: none;
            /* right: -150px;
        background: #e4e4e4;
        position: absolute;
        bottom: 210px; */
        }
        .pn_a {
            width: 1200px;
            margin: 0px auto;
            float: none;
            height: auto;
            padding-bottom: 75px;
            overflow: hidden;
        }
        .pn_b {
            width: 1200px;
            height: auto;
            margin: 0px auto;
            float: none;
        }
        .pn_a_nr {
            width: 80%;
            text-align: center;
            margin-left: 100px;
            /* width: 76%;
        float: left;
        margin-left: 300px;
        padding-left: 50px;
        padding-right: 90px; */
        }
        .plan_top_two .pn_a_nr {
            margin-left: 0px;
        }
        .plan_top_two .pn_a {
            float: none;
        }
        .plan_top_two .pn_b {
            float: none;
        }
        .pn_a_nr h1 {
            margin: 70px 0px;
        }
        .container {
            width: 1000px;
        }
        /* CSP 新增 */
        .CSP_container {
            width: 1200px;
        }
        .banText .tit {
            font-size: 50px;
            line-height: 60px;
            margin-bottom: 30px;
        }
        .banText .date {
            font-size: 38px;
        }
        .banText .txt {
            font-size: 18px;
        }
        .piOne_col {
            width: 25%;
        }
        .piOne_col li a img {
            margin-left: 10px;
        }
        .piOne_col li a {
            font-size: 13px;
        }
        .sider {
            left: auto;
            right: 10px;
        }
        .sider.fiexs {
            left: auto;
            right: 10px;
        }
        .siderUl a {
            font-size: 12px;
            line-height: 18px;
        }
        .sider {
            width: 135px;
            top: 690px;
        }
        .banner {
            margin-bottom: 30px;
        }
        .qaZhou li .tit {
            font-size: 12px;
        }
        .pgTitle .tit {
            font-size: 32px;
        }
        .pgTitle .txt {
            font-size: 26px;
            margin-top: 20px;
        }
        .pgTitle:after {
            bottom: -18px;
        }
        .pgTitle {
            padding-bottom: 10px;
        }
        .piOne,
        .piTwo_row2,
        .piTwo_row3,
        .piThree,
        .piFour,
        .piFive,
        .piTwo,
        .crDateList,
        .sipFiveList,
        .sipOne,
        .andy_ap,
        .andy_btn {
            margin-top: 60px;
        }
        .piTwo,
        .piThree,
        .piFour,
        .piFive,
        .crDateList,
        .sipTwo,
        .sipThree,
        .sipFour,
        .sipOne,
        .chsOne,
        .chsTwo {
            padding-bottom: 70px;
        }
        .chsOne {
            padding-top: 60px;
        }
        .piTwo_text {
            margin-top: 40px;
        }
        .piTwo_Rt .img {
            width: 90.909%;
        }
        .piTwo_Rt .img:after {
            right: -35px;
            bottom: -35px;
        }
        .piTwo_text .text {
            margin-bottom: 30px;
        }
        .pi_kuang {
            margin-bottom: 30px;
        }
        .pi_kuang {
            padding: 35px 25px 25px;
        }
        .piTwo_text .text {
            font-size: 13px;
        }
        .pgBox .title span {
            font-size: 22px;
            line-height: 32px;
        }
        .piFour .title span:after {
            height: 2px;
            bottom: 13px;
        }
        .piFour .piTwo_text {
            margin-top: 30px;
        }
        .piFour .piTwo_Lt {
            padding-left: 30px;
        }
        .piTwo_LtBut .but {
            width: 155px;
            height: 54px;
            line-height: 54px;
            font-size: 14px;
            margin-right: 25px;
        }
        .piTwo_LtBut .but:nth-child(1) {
            margin-right: 35px;
        }
        .piThree_Rt .piTwo_row3 .piTwo_Rt {
            width: 100%;
            margin-top: 25px;
        }
        .piFour .piTwo_text .piTwo_Rt {
            width: 100%;
        }
        .crDate_Ul {
            padding-left: 10px;
            padding-right: 10px;
        }
        .crDate_Uldiv {
            padding: 25px 20px;
        }
        .crDate_Uli .time,
        .crDate_Uli .address,
        .crDate_Uli li {
            font-size: 14px;
        }
        .crDate_Uli li {
            padding: 4px 0;
        }
        .crDateLi .city {
            font-size: 22px;
        }
        .crDate_Ul .crDate_Uli {
            padding-left: 15px;
            padding-right: 15px;
        }
        .sipTwo .sipLt {
            padding-right: 45px;
        }
        .sipTwo .sipLts {
            padding-left: 5px;
            margin-top: -50px;
        }
        .sipTwoImgs {
            position: relative;
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .3);
            width: 98.181%;
            font-size: 0px;
            z-index: -1;
        }
        .sipTwoImgs img {
            /* width: 80%; */
            width: 480px;
            height: 370px;
        }
        .sipTwoImgs:after {
            content: "";
            width: 195px;
            height: 150px;
            background-color: #da0011;
            position: absolute;
            right: 315px;
            top: -25px;
            z-index: -2;
        }
        .sipTwoImgs.cps_shipImg::after{
            top: 238px;
            right: -25px;
        }
        .sipBox .title span {
            font-size: 22px;
            line-height: 32px;
        }
        .sipTxt,
        .pi_kuang .txt {
            font-size: 13px;
            line-height: 22px;
        }
        .sipTwo .pi_kuang {
            margin-top: 35px;
        }
        .n1 {
            width: 455px;
            padding-right: 0;
        }
        .sipThree .title span {
            padding-bottom: 10px;
        }
        .sipThCont,
        .sipThree .pi_kuang {
            margin-top: 40px;
        }
        .sipFour:after {
            width: 492px;
        }
        .sipFour .sipTxt {
            width: 45.5%;
        }
        .sipFour .title {
            margin-bottom: 40px;
        }
        .sipFour_txt3 {
            margin-top: 40px;
        }
        .sipFour_txt3 {
            padding: 35px 40px;
        }
        .sipFiveLi {
            margin-bottom: 30px;
        }
        .sipFiveLi .txt {
            font-size: 13px;
            line-height: 22px;
        }
        .sipFive .piTwo_LtBut {
            margin-top: 50px;
        }
        .dianLi {
            padding: 5px 0;
        }
        .pn_a_nr h1 {
            margin: 40px 0;
            font-size: 22px;
        }
        .pn_b ul li img {
            margin: 15px 0;
        }
        .plan_top,
        .ach {
            margin-top: 60px;
            margin-bottom: 70px;
        }
        .moreBut {
            width: 170px;
            height: 64px;
            line-height: 64px;
            font-size: 20px;
        }
        .ach {
            font-size: 24px;
        }
        .chsOne .title,
        .sipBox .bigTitle {
            font-size: 28px;
            margin-bottom: 20px;
        }
        .chsTwo_col {
            padding: 0 25px;
        }
        .chsTwo_row {
            margin: 0 -25px;
        }
        .chsTwo_col .tit {
            margin-bottom: 35px;
        }
        .chsTwo_col .txt {
            font-size: 13px;
            line-height: 22px;
            height: 156px;
        }
        .sipOne_row,
        .chsFive {
            margin-bottom: 70px;
        }
        .andy_bg {
            width: 300px;
            margin-left: 25px;
        }
        .andy_ap_a {
            width: 32.5%;
        }
        .andy_ap_a p,
        .andy_bg ul li p {
            font-size: 13px;
            line-height: 22px;
        }
        .andy_cust ul li p {
            margin-bottom: 25px;
        }
        .andy_btn {
            margin-bottom: 70px;
        }
        .navUl {
            padding: 0 15px;
        }
        .piOne_col:nth-child(1) {
            width: 25%;
        }
        .piOne_col:nth-child(2) {
            width: 36%;
        }
        .piThree_Rt .pi_kuang {
            font-size: 0;
        }
        .piThree_Rt .pi_kuang .txt {
            float: none;
            display: inline-block;
            vertical-align: top;
        }
        .piOne_col li a {
            padding-left: 5px;
            padding-right: 5px;
        }
    }