/* 公共css */
body, html {
    min-width: 320px;
    max-width: 100%;
    /*overflow-x: hidden;*/
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}
input,a,div{
    border: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.wh1600 {
    max-width: 1600px;
    margin: 0 auto;
}
@media screen and (max-width: 1800px) {
    .wh1600 {
        margin: 0 5% !important;
    }
}

/*xlt-k*/
::-webkit-scrollbar
{
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track
{
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb
{
    background-color: #cccccc;
}
/*xlt-g*/
/*----------------------*/

.pub_banner{
    display: block;
    min-height: 200px;
}
.mi_pub_banner{
    display: none;
    margin-top: 18vw;
}
.fs24{
    font-size: 24px;
}
.fs22{
    font-size: 22px;
}
.fs20{
    font-size: 20px;
}
.fs18{
    font-size: 18px;
}
.fs16{
    font-size: 16px;
}
.fs14{
    font-size: 14px;
}
.fs12{
    font-size: 12px;
}




.syflex{
    position: absolute;
    z-index: 9999;
}




.mi_head_all{
    display: none;
}
.mi_head{
    width: 100%;
    background-color: #ffffff;
    transition: all 0.3s;
    top: 0;
    position: fixed;
    z-index: 100;
    box-shadow: none;
    height: 18vw;
}

.mi_head .logo {
    width: 64.5%;
    float: left;
    margin: 2% 0 0 5%;
}
.mi_head .mi_Cal{
    float: right;
    width: 15%;
    position: relative;
    right: 0;
    padding: 9% 0;
}
.mi_head .mi_Cal .mmitem{
    position: absolute;
    width: 10vw;
    height: 2px;
    background-color: #333333;
    display: block;
    transition: all .3s;
}
.mi_head .mi_Cal .mmitem:nth-of-type(1){
    top: 6vw;
}
.mi_head .mi_Cal .mmitem:nth-of-type(2){
    top: 9vw;
}
.mi_head .mi_Cal .mmitem:nth-of-type(3){
    width: 6vw;
    top: 12vw;
    margin-left: 4vw;
}
.menuls{
    position: fixed;
    right: 0;
    width: 60%;
    transform: translateX(100%);
    top: 0;
    z-index: 101;
    height: 100%;
    background-color: #ffffff;
    transition: all .3s;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 0;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.5);
}
.menuls .menu_one {
    line-height: 18vw;
    height: 18vw;
    background-color: #201F1F;
}

.menuls .menu_one .span1 {
    display: inline-block;
    font-size: 4vw;
    color: #ffffff;
    margin-left: 10%;
    letter-spacing: 1px;
}
.menuls .menu_one .headclose {
    width: 10vw;
    height: 10vw;
    position: absolute;
    left: -15vw;
    top: 5vw;
    display: none;
}

.menuls .menu_two ul {
    width: 100%;
}
.menuls .menu_two ul li {
    line-height: 15vw;
    width: 100%;
    border-top: 1px solid #f2f2f2;
}
.menuls .menu_two ul li>a{
    font-size: 4vw;
    display: block;
    width: 84%;
    padding: 0 10%;
    color: #777;
    transition: color 0.3s ease 0s;
}
.show .mi_head{
    transform: translateX(-60%);
}
.show .logo{
    /*padding: 5% 0;*/
}
.show .menuls{
    opacity: 1;
    transform: translateX(0%);
}
.show .mmitem:nth-child(2n){
    opacity: 0;
}
.show .mmitem:nth-of-type(1) {
    transform: rotate(45deg);
    top: 9vw!important;
}
.show .mmitem:nth-of-type(3) {
    transform: rotate(-45deg);
    width: 10vw!important;
    top: 9vw!important;
    margin-left: 5vw!important;
    right: 5vw!important;
}
.show .headclose{
    display: block!important;
}



.VerticalMenu {
    padding: 0px;
    width: 100%;
    cursor: pointer;
    text-align: left;
}
.VerticalMenu > div {
    width: 100%;
    float: left;
}
.VerticalMenu .bianse{
    color: #b31f1f !important;
}
.VerticalMenu .sjx{
    position: absolute;
    /* display: block; */
    border-top: 1.5vw solid transparent;
    border-left: 2vw solid #777;
    border-bottom: 1.5vw solid transparent;
    margin: 5.5vw 0.5vw 0;
    right: 9%;
    transform: rotate(0deg);
    transition: transform 0.4s linear;
}
.VerticalMenu .sxjsele{
    color: #b31f1f !important;
    transform: rotate(90deg);
    border-left: 2vw solid #b31f1f;
}
.VerticalMenu .span2{
    width: 84%;
    padding: 0 10%;
    height: 15vw;
    overflow: hidden;
    display: inline-block;
    font-size: 4vw;
    color: #777;
}
.VerticalMenu .span2 a {
    max-width: 80%;
    display: inline-block;
}
.VerticalMenu .span2 .arrow{
    display: inline-block;
    text-align: right;
    width: 10%;
    float: right;
}
.VerticalMenu > div > div:first-child {
    font-size: 14px;
    height: 15vw;
    line-height: 15vw;
    border-top: 1px solid #f2f2f2;
}
.VerticalMenu > div > div:first-child:hover {
    color: #b31f1f;
}
.VerticalMenu > div > div:first-child > i:last-child {
    line-height: 40px;
    float: right;
    transform: rotate(0deg);
    transition: transform 0.2s linear;
}
.VerticalMenu > div > div:last-child {
    width: 100%;
    display: none;
    padding: 0 0vw 0 2vw;
    font-size: 0.8vw;
    color: #777;
}
.VerticalMenu > div > div:last-child > div{
    font-size: 3.5vw;
    height: 12vw;
    line-height: 12vw;
    overflow: hidden;
    padding-left: 9%;
}
.VerticalMenu > div > div:last-child > div:hover{
    color:  #b31f1f;
}
/*.VerticalMenu > div:last-child > div:first-child{*/
/*border-bottom-left-radius: 5px;*/
/*border-bottom-right-radius: 5px;*/
/*}*/
.VerticalMenu > div:last-child::after{
    display: block;
    clear: both;
}
.VerticalMenu .cpbs{
    color:  #b31f1f!important;
}




.copyright{
    background-color: #201f1f;
    color: #cccccc;
    text-align: center;
    z-index: 99;
    position: relative;
    padding: 0 0 2%;
}
.copyright_all{
    position: relative;
    padding: 1% 0;
}
.copyright_all:after{
    content: "";
    position: absolute;
    width: 8%;
    height: 8px;
    background-color: #29A5D8;
    left: 0;
    top: -10px;
}



.bottom-fix{
    background-color: #29A5D8;
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
}
.bottom-fix>a>img {
    width: 33.3333%;
    float: left;
    display: block;
    height: 13.5vw;
}






.sy_title_all{
    position: relative;
    padding: 3% 0 3%;
    width: 100%;
    text-align: center;
}
.sy_title_all .dca{
    font-size: 30px;
    margin: 0 0 1% 0;
    font-weight: bold;
    letter-spacing: 2px;
}
.sy_title_all .dcb{
    font-size: 24px;
    margin: 0 0 1% 0;
}
.sy_title_all .dcc{
    display: inline-block;
    width: 20%;
    height: 1px;
    position: relative;
}
.sy_title_all .dcc:before{
    content: "";
    width: 15%;
    height: 9px;
    left: 40%;
    top: -4px;
    position: absolute;
    background-color: #b31f1f;
}
.tays1 div{
    color: #333333;
}
.tays1 .dcc{
    background-color: #333333;
}
.tays2 div{
    color: #ffffff;
}
.tays2 .dcc{
    background-color: #ffffff;
}


.sy_mka{
    background: url(../image/sycpline.jpg) center;
}

.sy_sp{
    width: 87%;
    margin: -15% auto 3%;
    position: relative;
}
.sy_sp .sy_sp_da{
    width: 28.265%;
    float: left;
    position: relative;
}
.sy_sp .sy_sp_da .dcot{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    text-align: center;
    color: #FFFFFF;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sy_sp .sy_sp_da .dcot .dny1{
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 10% 0 2% 0;
}
.sy_sp .sy_sp_da .dcot .dny2{
    margin: 5% 0 20%;
}
.sy_sp .sy_sp_da .dcot .dny3{
    border: 1px solid #ffffff;
    padding: 2% 0;
    width: 50%;
    margin: 0 auto;
    line-height: 1.2;
}

.sy_sp .sy_sp_db{
    position: absolute;
    right: 0;
    width: 71.735%;
    height: 100%;
    float: right;
}
.sy_sp .sy_sp_db video{
    width: 100%;
    height: 100%;
}

.sy_sp .sy_sp_db .sy_sp_db_tit{
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3%;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    letter-spacing: 1px;
}

.sy_cp{
    padding: 3% 0;
}

.sy_subhead{
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 5px;
    position: relative;
    display: inline-block;
}
.sy_subhead:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 8px;
    width: 22.5%;
}
.sy_subhead:before{
    content: '';
    position: absolute;
    left: 22.5%;
    bottom: -23px;
    height: 8px;
    width: 22.5%;
}
.nyysr{
    color: #FFFFFF;
}
.nyysr:after,.nyysr:before{
    background-color: #b31f1f;
}
.nyysb{
    color: #FFFFFF;
}
.nyysb:after,.nyysb:before{
    background-color: #ffffff;
}
.nyysh{
    color: #333333;
}
.nyysh:after,.nyysh:before{
    background-color: #b31f1f;
}


.sy_cp_list{
    padding: 2% 0 0 0;
}
.sycp_fl{
    width: 46.25%;
    padding: 5% 0 0 0;
    float: left;
}

.sycp_fr{
    width: 46.875%;
    padding: 0 0 0 0;
    float: right;
}


.sycp_list{
    position: relative;
}
.sycp_item{
    line-height: 2;
}
.sycp_item .sycp_title{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 1px;
    width: 70%;
    position: relative;
    margin: 0 0 5% 0;
}
.sycp_item .sycp_title:after{
    content: '';
    position: absolute;
    width: 12.5%;
    height: 10px;
    background-color: #b31f1f;
    left: 0;
    bottom: -5px;
}
.sycp_item .sycp_merit{
    color: #666666;
    width: 70%;
    margin: 0 0 5% 0;
}
.sycp_item .sycp_three{
    color: #666666;
    text-align: left;
}
.sycp_item .sycp_three ul li{
    display: inline-block;
    margin: 0 3% 0 0;
}
.sycp_item .sycp_three ul li span{
    color: #b31f1f;
    padding: 0 5px 0 0;
}
.sycp_item .sycp_ck{
    background-color: #b31f1f;
    color: #ffffff;
    display: inline-block;
    width: 18%;
    position: absolute;
    right: 0;
    top: 5%;
    text-align: center;
}


.sycp_switchy{
    width: 76%;
    padding: 15% 0 5% 0;
    font-size: 0;
    position: relative;
    margin: 0 0 0 4%;
}
.sycp_switchy ul li{
    width: 33.3%;
    background: -webkit-linear-gradient(#f9f7fc,#f8f6fb,#e8e7ed); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(#f9f7fc,#f8f6fb,#e8e7ed); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(#f9f7fc,#f8f6fb,#e8e7ed); /* Firefox 3.6-15 */
    background: linear-gradient(#f9f7fc,#f8f6fb,#e8e7ed); /* 标准语法 */
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
}
.sycp_switchy .on1{
    float: left;
}
.sycp_switchy .on3{
    float: right;
}
.sycp_switchy ul li:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
}
.sycp_switchy .on2{
    position: absolute;
    left: 33.3%;
    z-index: 2;
    box-shadow: 0 1px 5px #333333;
    transform: scale(1.35);
}
.sycp_switchy .on2:after{
    display: none;
}


.sycp_switche{
    padding: 0 0 5%;
}

.sycp_switche ul li{
    font-size: 30px;
    color: #151515;
    width: 50%;
    float: left;
    line-height: 25px;
    position: relative;
    margin: 3% 0 3% 0;
    cursor: pointer;
}
.sycp_switche ul li:after{
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #171717;
    left: -35px;
    top: 0;
    transition: all 0.5s;
}
.sycp_switche .on:after{
    background-color: #b31f1f;
}





.public_title{
    text-align: center;
    line-height: 1.5;
}
.public_title .ny_cn{
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 5px;
    position: relative;
    display: inline-block;
}
.public_title .ny_en{
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.public_title .ny_cn:after{
    content: "";
    position: absolute;
    width: 25%;
    height: 10%;
    background-color: #b31f1f;
    left: -35%;
    top: 48%;
}
.public_title .ny_cn:before{
    content: "";
    position: absolute;
    width: 25%;
    height: 10%;
    background-color: #b31f1f;
    right: -35%;
    top: 48%;
}
.public_title.syysb{
    color: #FFFFFF;
}
.public_title.syysh{
    color: #333333;
}





.sy_case{
    background: url(../image/sy_case.jpg) no-repeat;
    background-size: cover;
    padding: 6% 0 7% 0;
}

.sy_case_more{
    float: right;
    background-color: #b31f1f;
    color: #f5f5f5;
    padding: 0 2% 0 4%;
    line-height: 2;
    margin: 4% 0 3%;
    display: inline-block;
}

.sycase_item{
    width: 23.75%;
    float: left;
    margin: 0 1.65% 0 0;
    text-align: center;
    line-height: 1.8;
    color: #333333;
}
.sycase_item:nth-child(4n){
    margin: 0 0 0 0;
}
.sycase_item .dimg{
    width: 100%;
    overflow: hidden;
}
.sycase_item .dcot{
    background-color: #FFFFFF;
    padding: 0 0 5% 0;
}
.sycase_item .dcot .dsz{
    width: 105px;
    height: 105px;
    line-height: 105px;
    border-radius: 50%;
    font-size: 40px;
    margin: -50px auto 0;
    background-color: #b31f1f;
    color: #FFFFFF;
    z-index: 2;
    position: relative;
}
.sycase_item .dcot .dcn{
}
.sycase_item .dcot .den{
}
.sycase_item:hover{
    color: #FFFFFF;
}
.sycase_item:hover .dcot{
    background-color: #b31f1f;
}
.sycase_item:hover .dimg img{
    transform: scale(1.1);
}


.sy_news_dy{
    background: url(../image/sy_news_dy.jpg) no-repeat;
    background-size: cover;
    padding: 4% 0;
}
.sy_news_de{
    padding: 0 0 5%;
}
.synewsdy_en{
    padding: 4% 0 0;
    color: #FFFFFF;
}
.synewsdy_more{
    font-size: 30px;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 50%;
}

.Rm_news{
    padding: 5% 0;
}
.Rmnews_item{
    width: 31%;
    float: left;
    margin: 0 3.5% 0 0;
    text-align: center;
    line-height: 1.5;
}
.Rmnews_item:nth-child(3n){
    margin: 0 0 0 0;
}
.Rmnews_item .dimg{
    width: 100%;
    overflow: hidden;
}
.Rmnews_item .dtit{
    font-size: 36px;
    color: #333333;
    padding: 2% 10%;
}
.Rmnews_item .dcot{
    color: #666666;
    padding: 0 10%;
    text-align: left;
}
.Rmnews_item:hover .dimg img{
    transform: scale(1.1);
}


.Sxnews_item{
    position: relative;
    width: 45%;
    float: left;
    margin: 0 10% 0 0;
    border-top: 1px solid #cccccc;
    padding: 3% 0;
    line-height: 2;
}
.Sxnews_item:nth-child(2n){
    margin: 0 0 0 0;
}
.Sxnews_item:nth-of-type(1),.Sxnews_item:nth-of-type(2){
    border-top: 0;
}
.Sxnews_item .dtit{
    color: #333333;
    margin: 0 0 2% 0;
    transition: all 0.3s;
}
.Sxnews_item .dcot{
    color: #666666;
}
.Sxnews_item .dtime{
    position: absolute;
    right: 0;
    top: 28%;
    color: #666666;
}
.Sxnews_item:hover .dtit{
    color: #b31f1f;
}




.sy_honor{
    background: url(../image/sy_honor.jpg) no-repeat;
    background-size: cover;
    padding: 6% 0;
}

.sy_honor .we_honor{
    background-color: #FFFFFF;
    width: 80%;
    margin: 0 0 0 15%;
    padding: 5% 0 5% 5%;
    position: relative;
}
.sy_honor .we_honor:after{
    content: "";
    position: absolute;
    right: 5%;
    top: -10%;
    width: 3%;
    height: 25%;
    background-color: #b31f1f;

}
.sy_honor_list{
    position: relative;
}
.sy_honor_list .sy_honor_fl{
    padding: 5% 0 0 0;
    width: 50%;
    line-height: 2;
    float: left;
}
.sy_honor_list .sy_honor_fr{
    width: 40%;
    float: right;
}

.honor_ulall .slick-prev {
    background: url(../image/honor_arrow.png) no-repeat center;
    background-size: cover;
    left: 0;
}

.honor_ulall .slick-arrow {
    position: absolute;
    top: 40%;
    width: 12.5%;
    padding: 6% 0;
    text-align: center;
    z-index: 9;
    border: 0;
    font-size: 0;
    filter: grayscale(100%);
    transition: all .3s;
}
.honor_ulall .slick-next {
    right: 0;
    background: url(../image/honor_arrow.png) no-repeat center;
    background-size: cover;
    transform:rotate(180deg);
}

.sy_partner_tit{
    padding: 4% 0;
}
.sy_partner{
    background: url(../image/sy_partner.jpg) no-repeat;
    background-size: cover;
    padding: 0 0 5%;
}

.sy_partner_list{
    padding: 0 9% 3%;
}
.sy_partner_item{
    width: 25%;
    float: left;
}



.partner_ulall .slick-prev {
    background: url(../image/partner_arrow.png) no-repeat center;
    background-size: cover;
    left: -6.5%;
}
.partner_ulall .slick-next {
    right: -6.5%;
    background: url(../image/partner_arrow.png) no-repeat center;
    background-size: cover;
    transform:rotate(180deg);
}

.partner_ulall .slick-arrow {
    position: absolute;
    top: 40%;
    width: 4.6%;
    padding: 2.3% 0;
    text-align: center;
    z-index: 9;
    border: 0;
    font-size: 0;
    filter: grayscale(100%);
    transition: all .3s;
}

.partner_ulalls .slick-prev {
    background: url(../image/partner_arrow.png) no-repeat center;
    background-size: cover;
    left: -6.5%;
}
.partner_ulalls .slick-next {
    right: -6.5%;
    background: url(../image/partner_arrow.png) no-repeat center;
    background-size: cover;
    transform:rotate(180deg);
}

.partner_ulalls .slick-arrow {
    position: absolute;
    top: 40%;
    width: 4.6%;
    padding: 2.3% 0;
    text-align: center;
    z-index: 9;
    border: 0;
    font-size: 0;
    filter: grayscale(100%);
    transition: all .3s;
}

.sy_partner_list_pc{
    display: block;
}

.sy_partner_list_mb{
    display: none;
}


.Public_Links{
    color: #FFFFFF;
    line-height: 2;
    width: 60%;
    letter-spacing: 1px;
}
.Public_Links .PL_tit{
    font-size: 30px;
    border-bottom: 1px solid #FFFFFF;
    width: 50%;
    margin: 0 0 1% 0;
    padding: 0 0 0.5% 0;
}
.Public_Links .PL_list{
}
.Public_Links .PL_list .PL_a{
    margin: 0 3% 0 0;
    display: inline-block;
}







.Inside_title{
    text-align: center;
    color: #333333;
    padding: 1% 0 1%;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.Inside_title .dnra{
    letter-spacing: 1px;
}
.Inside_title .dnrb{
    letter-spacing:10px;
    margin: 2% 0 0;
    font-size: 36px;
    padding-left: 10px;
}
.category_list{
    position: relative;
    text-align: center;
    font-size: 0;
}

.category_list ul li{
    display: inline-block;
    background-color: #ffffff;
    width: 12%;
    margin: 2% 1%;
    letter-spacing: 1px;
    color: #333333;
}
.category_list ul li a{
    display: block;
    padding: 10% 0;
}
.category_list .on{
    background-color: #b31f1f;
    color: #ffffff;
}
.list_all{
    padding: 3% 0 0;
}

.single_show{
    width: 100%;
    word-wrap: break-word;
    /*word-break: break-all;*/
    overflow: hidden;
}
.single_show img{
    max-width: 100%;
}

.upperandlower {
    padding: 1% 0 0 0;
}
.upperandlower .next{
    width: 25%;
    background-color: #626262;
    padding: 1.5% 2%;
    color: #ffffff;
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}
.upperandlower .next .arrow{
    margin: 0 10%;
}
.upperandlower .next *{
    color: #ffffff!important;
}
.upperandlower .tl{
    text-align: left;
}
.upperandlower .tr{
    text-align: right;
}
.upperandlower .next:hover{
    background-color: #b31f1f;
}



.paging {
    text-align:center;
    padding: 2% 0 2%;
}
.paging a{
    display: inline-block;
    padding: 0.65% 0.9%;
    border:1px solid #333333;
    color: #333333;
    margin:0 0.5%;
    transition: ease-in 0.1s;
    border-radius: 2px;
    background-color: #ffffff;
}
.paging span{
    margin:0 5px;
}
.paging a:hover,
.case_lisst .cate-box a:hover{
    border:1px solid #b31f1f;
    color: #b31f1f;
}
.paging .currPage{
    border:1px solid #b31f1f;
    color: #ffffff;
    background-color: #b31f1f;
}




.Rmnynews{
    padding: 5% 0 2%;
}
.Rmnynews .newsny{
    text-align: left;
    margin-bottom: 0;
}






.acsl{
    width: 62.5%;
    float: left;
    line-height: 2;
}
.acsr{
    width: 32.5%;
    float: right;
    border-top: 10px solid #b31f1f;
}
.acsna{
    font-size: 30px;
    color: #333333;
    padding: 3% 0;
    border-bottom: 1px dashed #555555;
    margin: 0 0 3% 0;
}
.acsnb{
    color: #333333;
}
.acslx{
    position: relative;
    margin: 5% 0;
}
.acslx .acslxan{
    font-size: 24px;
    color: #ffffff;
    background-color: #b31f1f;
    padding: 0.5% 5%;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    letter-spacing: 3px;
    float: left;
}
.acslx .acslxrx{
    font-size: 24px;
    color: #333333;
    float: left;
    padding: 0.5% 5%;
}
.acsall{
    width: 100%;
}
.acsall .acsall_title{
    font-size: 30px;
    color: #333333;
    letter-spacing: 5px;
    border-bottom: 3px solid #d2d2d2;
    padding: 0 0 1% 0;
    position: relative;
}
.acsall .acsall_title span{
    font-size: 14px;
    color: #aaaaaa;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 0 3%;
}
.acsall .acsall_title:before{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 3px;
    width: 20%;
    background-color: #b31f1f;
}
.acsnrall{
    width: 100%;
    overflow: hidden;
    padding: 2% 0;
    line-height: 0;
}
.acsnrall img{
    max-width: 100%;
}


.acsimg{
    border: 1px solid #d2d2d2;
    margin: 0 0 7% 0;
}
.acsCa{
    margin: 0 0 10% 0;
}
.acsCa ul li{
    float: left;
    width: 46.5%;
    margin: 0 7% 0 0;
    border: 1px solid #d2d2d2;
}
.acsCa ul li:nth-child(2n){
    margin: 0 0 0 0;
}
.acsCa .on{
    border: 1px solid #b31f1f;
}
.ascRmcp{
    margin: 0 0 8% 0;
}
.ascRm_title{
    background-color: #b31f1f;
    padding: 4% 8%;
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 3px;
}

.ascRmxw{
    background-color: #ffffff;
    margin: 0 0 10% 0;
}
.ascRmxw .acsRmls{
    padding: 8% 5%;
}
.newsRm{
    color: #555555;
    border-bottom: 1px dashed #d2d2d2;
    padding: 0 0 5% 0;
    margin: 0 0 5% 0;
    transition:all 0.5s;
}
.newsRm:last-child{
    margin:  0 0 0 0;
    border-bottom: 0;
    padding: 0;
}
.newsRm .dnra{
    float: left;
    color: #33b8dd;
    width: 5%;
    transform: scale(1.5);
}
.newsRm .dnrb{
    float: left;
    width: 70%;
    transition:all 0.5s;
}
.newsRm .dnrc{
    float: right;
    width: 20%;
    text-align: right;
}
.newsRm:hover{
    color: #33b8dd;
}
.newsRm:hover .dnrb{
    padding-left: 1%;
}


.acsZx{
    background: url(../image/acsZx.png) no-repeat 10%;
    background-color: #b31f1f;
    color: #ffffff;
    padding: 5% 0 5% 28%;
    line-height: 1.5;
    background-size: 14.425%;
    font-weight: bold;

}
.acsZx .acszxa{
    font-size: 24px;
    letter-spacing: 2px;
}
.acsZx .acszxb{
    font-size: 32px;
    letter-spacing: 1px;
}














.content_main{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 4% 0;
}
.ash_nyys{
    background-color: #eeeeee;
}
.within_nyys{
    background-color: #ffffff;
}
.content_all{
    width: 100%;
    position: relative;
}



.nysm_all{
    position: relative;
    padding: 0 0 4% 0;
    color: #333333;
}
.download_nysm{
    padding: 0;
}
.nysm_all .slogan{
    width: 31.25%;
    float: left;
}
.nysm_all .position{
    width: 60%;
    float: right;
    line-height: 2;
    text-align: right;
    padding-top: 5px;
    letter-spacing: 1px;
}
.nysm_all .position_home{
    background: url(../image/home.png) no-repeat left;
    padding-left: 25px;
    background-size: 22%;
}

.ny_pt_gap{
    padding: 0 0 2% 0;
}

.detail_title{
    font-size: 38px;
    color: #333333;
    text-align: center;
    line-height: 1.5;
    position: relative;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 3% 0;
}
.detail_title:after{
    content: "";
    position: absolute;
    width: 10%;
    height: 4px;
    background-color: #b31f1f;
    left: 45%;
    bottom: -15px;
}

.detail_content{
    width: 100%;
    overflow: hidden;
}
.detail_content img{
    max-width: 100%;
}







.load_more{
    text-align: center;
    padding-top: 2%;
}
.load_more .loads{
    display: inline-block;
    width: 16%;
    text-align: center;
    color: #ffffff;
    background-color: #b31f1f;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    padding: 1% 0;
    letter-spacing: 5px;
    border-radius: 10px;
}
.load_more .loadend{
    display: none;
    color: #555555;
    letter-spacing: 2px;
}
.load_more .block{
    display: block;
}
.load_more_case{
    padding-top: 3%;
}
.info_load_more{
    padding-top: 1%;
}
.info_load_more .loads{
    margin-top: 0;
    width: 100%;
    background-color: #ffffff;
    letter-spacing: 2px;
    color: #333333;
    text-align: center;
    padding: 2% 0;
    cursor: pointer;
}
.info_load_more2{
    padding-top: 1%;
}
.info_load_more2 .loads{
    margin-top: 0;
    width: 100%;
    background-color: #ffffff;
    letter-spacing: 2px;
    color: #333333;
    text-align: center;
    padding: 3% 0;
    cursor: pointer;
}









.news_item{
    width: 31%;
    float: left;
    margin: 0 3.5% 3.5% 0;
    position: relative;
}
.news_item:nth-child(3n){
    margin: 0 0 3.5% 0;
}
.news_item .dimg{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.news_item .dcot{
    width: 100%;
    background-color: #201f1f;
    color: #FFFFFF;
    padding: 3% 7% 4%;
    line-height: 2;
    position: relative;
}
.news_item .dcot .dtit{
    width: 65%;
}
.news_item .dcot .dint{
    padding: 2% 0 0 0;
}
.news_item .dcot .dtime{
    position: absolute;
    right: 7%;
    width: 30%;
    top: 16%;
    text-align: right;
}
.news_item .darrow{
    position: absolute;
    width: 17.5%;
    top: 40%;
    height: 20%;
    right: 0;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 2;
    background: url(../image/news_arrow.png) no-repeat center;
    background-color: #b31f1f;
    background-size: 100%;
}

.news_item:hover .dimg img{
    transform: scale(1.1);
}



.case_item{
    width: 100%;
    position: relative;
    margin: 0 0 2% 0;
}
.case_item .dimg{
    width: 48.5%;
    float: left;
    overflow: hidden;
}
.case_item .dcot{
    position: absolute;
    width: 51.5%;
    left: 48.5%;
    top: 5%;
    height: 90%;
    background: url(../image/case_item_logo.png) no-repeat 80% 85%;
    background-size: 16.5%;
    background-color: #252628;
    color: #FFFFFF;
    padding: 0 10%;
    line-height: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}
.case_item .dcot .dtit_cn{
    font-size: 36px;
    line-height: 1.5;
    padding: 1% 0 0 0;
}
.case_item .dcot .dtit_en{
    margin: 1% 0;
}
.case_item .dcot .dint{
    margin: 4% 0 15%;
}
.case_item:hover .dimg img{
    transform: scale(1.1);
}
.case_item:hover .dcot{
    background: url(../image/case_item_logo.png) no-repeat 85% 85%;
    background-size: 16.5%;
    background-color: #b31f1f;
}



.partner_item{
    width: 24.625%;
    float: left;
    border: 1px solid #cccccc;
    margin: 0 0.5% 1% 0;
    overflow: hidden;
}
.partner_item:nth-child(4n){
    margin: 0 0 1% 0;
}
.partner_item:hover img{
    transform: scale(1.1);
}






.download_main{
    background: url(../image/download_xm.jpg) no-repeat bottom;
    background-color: #5f6063;
    padding: 3% 0;
}
.download_main .gsyb{
    background: url(../image/gsyb.png) no-repeat 25%;
    background-size: 10%;
    background-color: #b31f1f;
    color: #FFFFFF;
    display: inline-block;
    padding:1% 3% 1% 5%;
}


.download_list{
    padding: 2% 9% 0 1%;
}
.download_item{
    width: 20%;
    margin: 2% 0 2% 12.5%;
    float: left;
    color: #FFFFFF;
    text-align: center;
}
.download_item .dimg{
    padding:0 3.15%;
    overflow: hidden;
    transition: all 0.5s;
}
.download_item .dtit{
    margin: 10% 0;
    letter-spacing: 1px;
}
.download_item .dcot{

}
.download_item .dcot .xz{
    width: 35px;
    height: 35px;
    background: url(../image/download_item_logo.png) no-repeat center;
    background-color: #201f1f;
    background-size: 100%;
    float: left;
    transition: all 0.3s;
}
.download_item .dcot .xzs{
    float: left;
    height: 35px;
    line-height: 35px;
    padding-left:5%;
    letter-spacing: 1px;
    transition: all 0.3s;
}
.download_item .dcot .ck{
    float: right;
    background-size: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #201f1f;
    padding: 0 10%;
    transition: all 0.3s;
}
.download_item:hover .dimg{
    transform:translateY(-10px);
}
.download_item .dcot .xz:hover{
    background-color: #b31f1f;
}
.download_item .dcot .xzs:hover{
    color: #b31f1f;
}
.download_item .dcot .ck:hover{
    background-color: #b31f1f;
}





.video_item{
    width: 32.5%;
    float: left;
    text-align: center;
    line-height: 2;
    margin: 0 1.25% 1.25% 0;
}
.video_item:nth-child(3n){
    margin: 0 0 1.25% 0;
}
.video_item .dtit{
    padding: 2% 0 5%;
}
.video_item video{
    width: 100%;
}






.lxwmall{
    position: relative;
}
.lxwm_title{
    text-align: center;
    color: #333333;
    line-height: 2;
    letter-spacing: 1px;
    padding: 0 12%;

}
.lxwm_list{
    position: relative;
    padding: 3% 0 3% 0;
}

.lxwm_item{
    width: 20%;
    float: left;
    border: 1px solid #A6A6A6;
    margin: 0 6.65% 0 0;
    text-align: center;
    line-height: 2;
    padding: 2% 0 0;
}
.lxwm_item:nth-child(4n){
    margin: 0 0 0 0;
}
.lxwm_item .dimg{
    width: 37.7375%;
    margin: 0 auto;
    filter: grayscale(100%);
    transition: all 0.5s;
}
.lxwm_item .dtit{
    width: 90%;
    border-top: 1px solid #A6A6A6;
    padding: 5% 0 0 0;
    margin: 8% auto 0;
}
.lxwm_item .dint{
    font-weight: bold;
    width: 90%;
    margin: 0 auto 0;
    height: 90px;
    line-height: 30px;
}
.lxwm_item:hover .dimg{
    filter: grayscale(0);
}



.ab_four{
    padding: 3% 0;
    background-color: #ffffff;
}
.ab_four_item{
    width: 25%;
    text-align: center;
    float: left;
    line-height: 1.5;
}
.ab_four_item .dnya{
    font-size: 48px;
    color: #b31f1f;
    margin: 0 0 3% 0;
}



.ab_mko{
    background: url(../image/ab_mko.jpg) no-repeat center;
    padding: 5% 0 8%;
    background-size: cover;
}
.ab_mko .nysm_all{
    color: #FFFFFF;
}

.sy_subhead_en{
    position: absolute;
    bottom: 0;
    left: 105%;
    font-size: 24px;
    display: inline-block;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0;
}
.abmko_list{
    position: relative;
}

.abmko_list .dimg{
    width: 46.875%;
    float: left;
}
.abmko_list .dcot{
    float: right;
    color: #ffffff;
    width: 42%;
    line-height: 2;
    margin: 0 5% 0 0;
}
.abmko_list .dcot .dtit{
    font-size: 26px;
    padding: 0 0 2% 0;
}
.abmko_list .dcot .dint{

}



.ab_mkt{
    background: url(../image/ab_mkt.png) no-repeat bottom;
    background-color: #FFFFFF;
    padding: 5% 0 0;
}

.abmkt_list{
    position: relative;
}
.abmkt_list .dcot{
    line-height: 2;
    color: #333333;
    width: 58%;
    margin: 0 0 0 5%;
}
.abmkt_list .dcot .dtit{
    background: url(../image/yinhao.png) no-repeat 0 top;
    text-align: center;
    font-size: 30px;
    padding: 10% 0 5%;
    background-size: 8.5%;
}
.abmkt_list .dcot .dint{

}
.abmkt_list .dlxa{
    position: absolute;
    width: 15%;
    right: 5%;
    bottom: 30%;
    z-index: 3;
    text-align: left;
    color: #FFFFFF;
    line-height: 2;
    margin: 0 auto;
    padding: 0 0 2% 2%;
}
.abmkt_list .dlxa .dbt{
    background: url(../image/head_lxdh.png) no-repeat left;
    display: inline-block;
    padding-left: 18%;
    background-size: 24%;
}
.abmkt_list .dlxa .dhm{
    font-size: 22px;
    font-weight: bold;
}


.abmkt_list .dlxs{
    position: absolute;
    width: 15%;
    height: 100%;
    background-color: #b31f1f;
    right: 5%;
    bottom: 30%;
}
.abmkt_list .dlxx{
    position: absolute;
    width: 2%;
    height: 100%;
    background-color: #b31f1f;
    right: 0;
    bottom: 30%;
}

.ab_mk4{
    padding: 5% 0 3%;
    background-color: #FFFFFF;
}

.ab_mk4_item{
    width: 25%;
    float: left;
    text-align: center;
    line-height: 2;
}
.ab_mk4_item:nth-of-type(1){
    width: 15%;
}
.ab_mk4_item:nth-of-type(1) .dimg{
    width:38.75%;
}
.ab_mk4_item:nth-of-type(2){
    padding-left: 6.5%;
}
.ab_mk4_item:nth-of-type(2),.ab_mk4_item:nth-of-type(3){
    width: 30%;
}
.ab_mk4_item:nth-of-type(2) .dimg{
    width: 24.735%;
}
.ab_mk4_item:nth-of-type(3) .dimg{
    width: 19.375%;
}

.ab_mk4_item .dimg{
    width:23.25%;
    margin: 0 auto 2%;
}
.ab_mk4_item .dtit{
    color: #333333;
}
.ab_mk4_item .dint{
    color: #666666;
}




.CPCA_list{
    position: relative;
}
.CPCA_item{
    width: 33.3%;
    float: left;
    text-align: center;
    background-color: #201f1f;
    color: #FFFFFF;

    line-height: 1.5;
    position: relative;
}
.CPCA_item:last-child{
    margin: 0 0 5% 0;
}
.CPCA_item .PA_a{
    display: block;
    padding: 11% 0 17%;
}
.CPCA_item .PA_mc{
    position: relative;
}
.CPCA_item .PA_mc:after{
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    border-top: 1px dashed #ccc;
    bottom: -50%;
    left: 25%;
    overflow: hidden;
}
.CPCA_item.on{
    background-color: #b31f1f;
}
.CPCA_item.on:after{
    content: '';
    position: absolute;
    background: url(../image/PA_on.png) no-repeat center;
    background-size: 100%;
    width: 6.57%;
    padding: 3% 0;
    left: 44%;
    bottom: 12.5%;
}
.CPCA_item:hover{
    background-color: #b31f1f;
}



.pro_excellent{
    background: url(../image/pro_excellent.jpg) no-repeat center;
    background-size: cover;
    padding: 5% 0;
    line-height: 1.5;
    position: relative;
}
.pro_excellent .dtit{
    font-size: 60px;
    color: #b4b6b9;
    font-weight: bold;
}
.pro_excellent .dint{
    font-size: 36px;
    color: #ffffff;
}
.pro_excellent .pe_lxdh{
    position: absolute;
    right: 0;
    top: 60%;
}
.pro_excellent .pe_lxdh .dnr1{
    color: #ffffff;
    letter-spacing: 3px;
}
.pro_excellent .pe_lxdh .dnr2{
    color: #b31f1f;
    font-weight: bold;
}

.synyz{
    width: 18.5%;
    float: left;
    padding: 0 0 5% 0;
}

.synyy{
    width: 79%;
    float: right;
}

.PlBt{
    width: 100%;
    background: url(../image/PlBt.png) no-repeat 10%;
    background-size: 13.5%;
    background-color: #b31f1f;
    padding: 12.5% 0;
}
.Pl_list{
    width: 100%;
    background-color: #201f1f;
    padding: 8% 0;
}
.Pl_item{
    margin: 0 auto;
    width: 80%;
    padding: 5% 15% 5% 0;
    color: #FFFFFF;
    border-top: 1px dashed #ccc;
    line-height: 1.5;
    background: url(../image/Pl_item.png) no-repeat 100%;
    background-size: 4.65%;
    transition:all 0.3s;
}
.Pl_item:nth-of-type(1){
    border-top: 0;
}
.Pl_item:hover{
    background: url(../image/Pl_item_on.png) no-repeat 100%;
    background-size: 4.65%;
}


.NyCaall{
    width: 100%;
    position: relative;
    margin: 0 0 3% 0;
}
.NyLsall{
    width: 100%;
    position: relative;
}


.product_item{
    width: 31.5%;
    float: left;
    margin: 0 2.5% 5% 0;
    background-size: 23.1%;
    line-height: 1.5;
    background-color: #201f1f;
    position: relative;
}
.product_item:nth-child(3n){
    margin: 0 0 5% 0;
}
.product_item .dimg{
    width: 100%;
    overflow: hidden;
}
.product_item .dtit{
    font-size: 30px;
    color: #FFFFFF;
    font-weight: bold;
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 3%;
}
.product_item .dsy{
    position: absolute;
    width: 8.7925%;
    right: 10%;
    top: 0;
    padding: 12.5% 0;
    background: url(../image/Pl_logo.png) no-repeat center;
    background-size: cover;
}
.product_item:hover .dimg img{
    transform: scale(1.1);
}


.CP_detail{

}
.CP_detail .CP_mko{
    margin: 0 0 5% 0;
}
.CP_detail .CPmkol{
    width: 42.5%;
    float: left;
}
.CP_detail .CPmkor{
    width: 48.125%;
    float: right;
    margin: 0 4% 0 0;
    line-height: 2;
}
.CPmkol_list{
    width: 100%;
    margin: 0 0 5% 0;
}
.CPmkol_list .viall {
    width: 100%;
}
.CPmkol_list .viall video{
    width: 100%;
}
.CPmkol_img{
    background-color: #201f1f;
    position: relative;
}
.CPmkol_img .dimg{
    width: 100%;
    overflow: hidden;
}

.CPmkol_img .dtit{
    font-size: 30px;
    color: #FFFFFF;
    font-weight: bold;
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 3%;
}
.CPmkol_img .dsy{
    position: absolute;
    width: 8.825%;
    right: 10%;
    top: 0;
    padding: 12.5% 0;
    background: url(../image/Pl_logos.png) no-repeat center;
    background-size: cover;
}
.CPmkol_img:hover .dimg img{
    transform: scale(1.1);
}


.CPmkol_item{
    width: 100%;
}

.CPmkol_item ul li{
    width: 50%;
    float: left;
    background-color: #201f1f;
    color: #FFFFFF;
    padding: 2% 0;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 2px;
    cursor: pointer;
}
.CPmkol_item ul li.on{
    background-color: #b31f1f;
}


.CPmkor .CPmkor_title{
    color: #333333;
    border-bottom: 1px solid #cccccc;
    margin: 0 0 3% 0;
    padding: 0 0 2% 0;
}
.CPmkor .CPmkor_ys4{
    margin: 0 0 5% 0;
}
.CPmkor .CPmkor_ys4s{
    color: #666666;
    float: left;
    width: 35%;
}
.CPmkor .CPmkor_intro{
    color: #666666;
    width: 85%;
}
.CPmkor .CPmkor_zxzx{
    color: #FFFFFF;
    background-color: #b31f1f;
    display: inline-block;
    padding: 0.5% 5%;
    margin: 5% 0 3%;
}
.CPmkor .CPmkor_lxdh{
    color: #333333;
}
.CPmkor .CPmkor_lxdh span{
    color: #b31f1f;
    font-size: 30px;
    font-weight: bold;
}

.CP_content{
    position: relative;
}
.CPc_title{
    line-height: 2;
    text-align: center;
    padding: 0 0 3% 0;
}
.CPc_title .CPc_title_cn{
    color: #333333;
    font-size: 36px;
    position: relative;
    width: 100%;
    letter-spacing: 1px;
}
.CPc_title .CPc_title_cn:after{
    content: '';
    position: absolute;
    width: 22%;
    height: 1px;
    background-color: #333333;
    left: 39%;
    bottom: 0;

}
.CPc_title .CPc_title_cn:before{
    content: '';
    position: absolute;
    width: 4%;
    left: 48%;
    bottom: -1px;
    height: 3px;
    background-color: #b31f1f;
    z-index: 2;
}
.CPc_title  .CPc_title_sz{
    color: #b31f1f;
    font-size: 58px;
    font-weight: bold;
    margin: 0 5px 0 2px;
    font-style: italic;
}
.CPc_title .CPc_title_en{
    color: #999999;
}

.CPc_all{
    width: 100%;
    overflow: hidden;
    padding: 0 0 5% 0;
    line-height: 2;
}
.CPc_all img{
    max-width: 100%;
}

.CP_minutiae{
    padding: 0 0 2.5% 0;
}

.CP_minutiae_item{
    width: 48.75%;
    float: left;
    margin: 0 2.5% 2.5% 0;
}
.CP_minutiae_item:nth-child(2n){
    margin: 0 0 2.5% 0;
}

.CP_minutiae_item .dimg{
    width: 100%;
    overflow: hidden;
}
.CP_minutiae_item .dcot{
    color: #ffffff;
    background-color: #252424;
    text-align: center;
    line-height: 2;
    padding: 3% 0;
}
.CP_minutiae_item .dcot .dtit{
    line-height: 1.5;
}
.CP_minutiae_item .dcot .dint{

}
.CP_minutiae_item:hover .dimg img{
    transform: scale(1.1);
}
.CP_minutiae_item:hover .dcot{
    background-color: #b31f1f;
}





.CP_five{
    padding: 0 0 5% 0;
}

.CP_five_item{
    width: 100%;
    position: relative;
}
.CP_five_item .CP_fiz{
    width: 50%;
    position: relative;
}
.CP_five_item .CP_fif{
    position: absolute;
    width: 50%;
    height: 100%;
    left: 50%;
    top: 0;
    color: #FFFFFF;
}
.CP_five_item .CP_fiz.CP_fizs{
    float: right;
}
.CP_five_item .CP_fif.CP_fifs{
    left: 0;
}

.CP_fifhs{
    background-color: #252424;
}

.CP_ficot{
    position: relative;
    padding: 5% 10% 0 25%;
    line-height: 2.5;
}
.CP_ficot .fiz{
    width: 65px;
    height: 65px;
    background-color: #b31f1f;
    color: #FFFFFF;
    font-size: 48px;
    font-weight: bold;
    left: 10%;
    position: absolute;
    overflow: hidden;
}
.CP_ficot .fiz span{
    margin-top: -10px;
    margin-right: -10px;
    float: right;
    line-height: 1;
}
.CP_ficot .fia{
    font-size: 36px;
    color: #b31f1f;
}
.CP_ficot .fis{
    font-size: 16px;
    color: #252424;
    position: relative;
}
.CP_ficot .fis:after{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #b31f1f;
    left: -20px;
    bottom: 32%;
    border-radius: 50%;
    overflow: hidden;
}

.CP_fifbz .fis{
    color: #ffffff;
}

.CP_fif4{
    background: url(../image/CP_five4.png) no-repeat bottom;
    background-size: 100%;
}
.CP_fif5{
    position: absolute;
    right: 0%;
    bottom: 10%;
    width: 100%;
}
.CP_five_m4{
    display: none;
}
.CP_five_w4{
    display: block;
}

.dropdown-menu{
    position: absolute;
    width: 100%;
    display: none;
    z-index: 999;
    border-radius: 1px;
    top: 100%;
    left: 0;
    background-color: rgba(0,0,0,0.9);
    overflow: hidden;
}

.xlYiall{
    padding: 35px 3% 35px 0;
}
.xlYiall:before{
    content: "";
    height: 1px;
    width: 100%;
    background-color: #999999;
}
.xlYiall .xlYils{
    float: right;
    color: #eeeeee;
}
.xlYiall .xlYils .xlYia{
    margin: 0 0 0 40px;
    display: inline-block;
}

.xlYicpall{
    padding: 30px 0 30px 0;
    position: relative;
}
.xlYicpall:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #777777;
    top: 70px;
}
.cpxlals{
    width: 10%;
    float: left;
    text-align: center;
    transition:all 0.3s;
}
.cpxlals .cpxlCA{
    margin-bottom: 40px;
    color: #eeeeee;
    transition:all 0.3s;
}
.cpxlals .cpxlCB{
    line-height: 2;
    color: #eeeeee;
}
.cpxlals .cpxlCA:hover,.cpxlals .cpxlCB:hover{
    color: #b31f1f;
}




.popup_menu{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #272a2e url(../image/popup.png) no-repeat center bottom;
    background-size: 100%;
    z-index: 99999;
    display: none;
}

.wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.p_s_clo {
    cursor: pointer;
}

.bbb_close {
    text-align: right;
    margin-top: 2.5vw;
    cursor: pointer;
}

.bbb_input {
    border-bottom: 1px solid #686a6d;
    margin-top: 0;

}
.popup_menu .rmgjc{
    width: 100%;
    color: #999999;
    margin: 2% 0 0 0;
    letter-spacing: 1px;
}
.bbb_input input {
    background: none;
    border: 0;
    height: 40px;
}
.bbb_input .text {
    width: 90%;
    padding-left: 20px;
    color: #eeeeee;
}
.bbb_input .sub {
    width: 40px;
    background: url(../image/popup_search.png) no-repeat center;
    text-indent: -99999px;
}

.bbb_nav {
    margin-top: 3%;
}
.bbb_nav dl{
    float: left;
    width: 14.285%;
    letter-spacing: 1px;
}
.bbb_nav dl dt {
    position: relative;
    margin-bottom: 5%
}
.bbb_nav dl dt a {
    font-size: 18px;
    color: #fff;
}
.bbb_nav dl dd {
    margin-bottom: 5%;
    position: relative;
    font-size: 16px;
}
.bbb_nav dl dd a {
    color: #999999;
}

.bbb_img {
    margin-top: 50px;
}

.bbb_img li {
    float: left;
    margin-right: 2.75%;
    position: relative;
    width: 31.5%;
    text-align: center;
}
.bbb_img li:nth-of-type(3n) {
    margin-right: 0;
}

.bbb_img li p {
    font-size: 16px;
    line-height: 2.5;
    color: #eeeeee;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}










































