<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å…¬å…±css */
body, html {
    min-width: 320px;
    max-width: 100%;
    overflow-x: hidden;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    line-height: 1.2;
}

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: 1400px;
    margin: 0 auto;
}




.pub_banner{
    width: 100%;
    display: block;
    background-color: #eb262d;
    text-align: center;
    font-size: 74px;
    color: #ffffff;
    padding: 5% 0;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.mi_pub_banner{
    display: none;
    margin-top: 18vw;
}



.head {
    width: 100%;
    z-index: 999;
    transition: all 0.5s;
    position: relative;
    background-color: #ffffff;
}
.head_logo{
    float: left;
    width: 5%;
    margin: 1% 0 0 0;
    position: relative;
}
.logo_wz{
    height: 100%;
    font-size: 21px;
    color: #444444;
    float: left;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 110%;
    width: 500%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.head_fr{
    float: right;
    width: 68%;
}

.head_menu{
    text-align: right;
}
.head_menu .CAli{
    display: inline-block;
    transition: all 0.2s;
    padding: 4.5% 0 4.5% 0;
    margin: 0 0 0 3.5%;
    position: relative;
}
.head_menu .CAli .CAa{
    color: #666666;
    display: block;
    transition: all 0.2s;
}
.head_menu .CAli:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    right: 0;
    background-color: #ec1f27;
    transition: all 0.3s;
}
.head_menu .CAli:hover .CAa{
    color: #ec1f27;
}
.head_menu .CAli:hover:before{
    height: 3px;
}
.head_menu .on{
    color: #ec1f27;
}
.head_menu .on .CAa{
    color: #ec1f27!important;
}



.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: 66%;
    padding: 4%;
    float: left;
    transition: all .3s;
}
.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: #666;
    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,.1);
}
.menuls .menu_one {
    line-height: 18vw;
    height: 18vw;
    background-color: #ec1f27;
}

.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&gt;a{
    font-size: 4vw;
    display: block;
    width: 100%;
    padding: 0 10%;
    color: #777;
    transition: color 0.3s ease 0s;
}
.show .mi_head{
    transform: translateX(-60%);
}
.show .logo{
    padding: 6% 15%;
}
.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;
}








.foot{
    background-color: #202328;
    position: relative;
    padding: 3% 0;
}

.foot_list{
    width: 25%;
    float: left;
    padding-left: 4%;

}
.foot_logo{
    float: left;
    width: 25%;
    text-align: center;
}
.foot_logo .foot_logo_nr{
    width: 57.145%;
    display: inline-block;
}
.foot_list:nth-of-type(2){
    background: url(../image/footny1.png)no-repeat;
    background-size: 10%;
    width: 22%;
}
.foot_list:nth-of-type(3){
    background: url(../image/footny2.png)no-repeat;
    background-size: 8%;
    width: 31%;
}
.foot_list:nth-of-type(4){
    background: url(../image/footny3.png)no-repeat;
    background-size: 10%;
    width: 22%;
}

.foot_list .foot_title{
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 10%;
    padding-top: 1%;
    letter-spacing: 1px;
}
.foot_list .foot_title span{
    font-size: 18px;
    color: #ffffff;
    padding-left: 5%;
    letter-spacing: 2px;
}
.foot_list .foot_ul{
    position: relative;
}
.foot_list .foot_ul li{
    font-size: 14px;
    color: #cccccc;
    margin-bottom: 3%;
    float: left;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
}
.foot_list .ulli50 li{
    width: 35%;
    margin-right: 5%;
}
.foot_list .ulli100 li{
    width: 90%;
}
.foot_rwm .foot_ewm_nr{
    float: left;
    margin-right: 5%;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 2;
}

.copyright{
    background-color: #ec1f27;
    color: #ffffff;
    text-align: center;
    padding: 2% 0;
    font-size: 14px;
    z-index: 99;
    position: relative;
}
.bottom-fix{
    background-color: #ec1f27;
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
}
.bottom-fix&gt;a&gt;img {
    width: 33.3333%;
    float: left;
    display: block;
    height: 13.5vw;
}






.ysw_title_all{
    position: relative;
    padding: 7% 0 3%;
    width: 70%;
}
.ysw_title_all .dca{
    font-size: 20px;
    font-weight: bold;
    border-left: 10px solid #ec1f27;
    padding: 0 0 0 2%;
}
.ysw_title_all .dcb{
    font-size: 24px;
    margin: 2% 0 0 0;
    line-height: 1.5;
}
.tays1 .dca{
    color: #222222;
}
.tays1 .dcb{
    color: #555555;
}
.tays2{
    color: #ffffff;
}
.ysw_title_all .ck{
    position: absolute;
    top: 55%;
    right: -100%;
    color: #333333;
    border-left: 3px solid #ec1f27;
    padding-left: 2%;
}

.Psrel{
    position: relative;
}



.sy_about{
    background-color: #ffffff;
}

.syabls{
    position: relative;
}
.syabls .video{
    width: 46%;
    float: left;
}
.syabls .video video{
    width: 100%;
    height: 280px;
}
.syabls .cot{
    float: right;
    width: 46%;
    font-size: 24px;
    line-height: 1.5;
}
.syabls .m_cot{
    display: none;
}
.syaban{
    position: relative;
    text-align: center;
    padding: 3% 0 7%;
}
.syaban .aban{
    display: inline-block;
    width: 22%;
    padding: 2% 0;
    text-align: center;
    border: 2px solid #ec1f27;
    margin: 0 1%;
}
.syaban .ana{
    color: #ffffff;
    background-color: #ec1f27;
    transition: all .3s;
}
.syaban .anb{
    background-color: #ffffff;
    color: #ec1f27;
    transition: all .3s;
}
.syaban .ana:hover{
    background-color: #ffffff;
    color: #ec1f27;
}
.syaban .anb:hover{
    color: #ffffff;
    background-color: #ec1f27;
}


.proCA{
    background-color: #eeeeee;
    position: relative;
    padding: 0 0 3% 0;
}


.procany{
    width: 48%;
    float: left;
    margin: 0  4% 4% 0;
}
.procany:nth-child(2n){
    margin: 0  0 4% 0;
}
.procany .img{
    width: 100%;
    overflow: hidden;
}
.procany .cot{
    width: 100%;
    background-color: #ffffff;
    padding: 3%;
    text-transform: uppercase;
}
.procany .cot .nra{
    font-size: 20px;
    color: #444444;
    font-weight: bold;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.procany .cot .nrb{
    font-size: 24px;
    color: #555555;
    line-height: 1.5;
    margin: 3% 0;
    height: 72px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.procany .cot .nrc{
    color: #555555;
    border: 2px solid #555555;
    width: 25%;
    text-align: center;
    padding: 1.5% 0;
    letter-spacing: 1px;
}
.procany:hover .img img{
    transform: scale(1.1);
}

.sypro{
    position: relative;
    padding: 0 0 4% 0;
}

.prony{
    width: 31.5%;
    float: left;
    position: relative;
    margin:  0 2.75% 2.75% 0;
}
.prony:nth-child(3n){
    margin:  0 0 2.75% 0;
}
.prony .img{
    width: 100%;
    overflow: hidden;
    border: 1px solid #eeeeee;
    transition: all .5s;
}
.prony .nra{
    font-size: 20px;
    color: #444444;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin: 4% 0 2%;
    font-weight: bold;

}
.prony .nrb{
    font-size: 20px;
    color: #555555;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.prony:hover .img{
    transform: translateY( -5px);
    box-shadow : 0 10px 15px rgba(0,0,0,0.3);

}


.syservice{
    background-color: #eeeeee;
    padding: 0 0 5% 0;
}


.sysnr{
    width: 23%;
    float: left;
    margin-left: 2.65%;
}
.sysnr:nth-of-type(1){
    margin-left: 0;
}
.sysnr .img{
    text-align: center;
    width: 46.585%;
    margin: 20% 20% 20%;
}
.sysnr .nra{
    font-size: 20px;
    color: #444444;
    font-weight: bold;
}
.sysnr .nrb{
    font-size: 18px;
    line-height: 1.5;
    height: 135px;
    margin: 3% 0 5% 0;
    color: #555555;
}
.sysnr .nrc{
    font-size: 20px;
    color: #666666;
    line-height: 2;
    background: url(../image/syservicelg.png) no-repeat left;
    padding-left: 10%;
}
.syservice .svan{
    margin: 3% 0 0 0;
    padding: 1% 3%;
    background-color: #EB262D;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
}


.sywl_all{
    padding: 3% 0;
}

.single_show{
    width: 100%;
    word-wrap: break-word;
    /*word-break: break-all;*/
    overflow: hidden;
}
.single_show img{
    max-width: 100%;
}


.Product{
    float: left;
    margin: 0 15px 40px 15px;
    position: relative;
}
.productlist{
    width: 31.5%;
    margin: 0 2.75% 2.75% 0;
}
.productlist:nth-child(3n){
    margin:  0 0 2.75% 0;
}
.Product .img{
    width: 100%;
    overflow: hidden;
    border:1px solid #eeeeee;
    transition: all 0.5s;
}
.Product .tit{
    color: #444444;
    padding: 5%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-weight: bold;

}
.Product:hover .img{
    transform: translateY( -5px);
    box-shadow : 0 10px 15px rgba(0,0,0,0.3);
}
.Product:hover .tit{
    /*background-color: #ec1f27;*/
}




.Productny{
    float: left;
    margin: 0 15px 40px 15px;
    position: relative;
}
.Productny .img{
    width: 100%;
    overflow: hidden;
    border:1px solid #eeeeee;
    transition: all 0.5s;
    position: relative;
}
.Productny .tit{
    color: #444444;
    padding: 5%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-weight: bold;
}
.Productny .plus_xy{
    position: absolute;
    top: -38%;
    background: url(../image/plus_xy.png) no-repeat center;
    padding: 11.3925%;
    left: 38%;
    z-index: 4;
    background-size: 100%;
    transition: all 0.5s;
}
.Productny .img:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -100%;
    text-align: center;
    background: white;
    opacity: .7;
    transition: all 0.5s;
    z-index: 2;
}
.Productny .img:before{
    transition-duration: .4s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 50%;
    background: #EB262D;
    content: "";
    z-index: 3;
}
.Productny:hover .img{
    border:1px solid #EB262D;
    /*transform: translateY( -5px);*/
    /*box-shadow : 0 10px 15px rgba(0,0,0,0.3);*/
}
.Productny:hover .img:before{
    width: 0;
}
.Productny:hover .img:after{
    bottom: 0;
}
.Productny:hover .plus_xy{
    top: 38%;
}
.Productny:hover .tit{
    /*background-color: #ec1f27;*/
}












.ProductRm{
    width: 100%;
    margin: 0 0 5% 0;
}

.ProductRm .img{
    width: 100%;
    overflow: hidden;
    border: 1px solid #eeeeee;
}
.ProductRm .cot{
    color: #ffffff;
    background-color: #434343;
    padding: 5%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-top: -1px;
}
.ProductRm:hover .img img{
    transform: scale(1.1);
}
.ProductRm:hover .cot{
    background-color: #ec1f27;
}




.Rmnewsyi{
    display: flex;
    justify-content: center;
    margin:  0 0 3% 0;
    position: relative;
}
.Rmnewsyi .img{
    float: left;
    width: 41.5625%;
}
.Rmnewsyi .what{
    float: left;
    width: 9%;
    margin: 0 0 0 3%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.Rmnewsyi .what .dnra{
    width: 60%;
    margin: 0 0 20%;
    height: 1px;
    background-color: #a0a0a0;
}
.Rmnewsyi .what .dnrb{
    color: #aaaaaa;
    text-transform: uppercase;
    line-height: 2;
}
.Rmnewsyi .cop{
    width: 46.25%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.Rmnewsyi .cop .newsCa{
    margin: 0 0 6% 0;
}
.Rmnewsyi .cop .newsCa ul li{
    float: left;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 3%;
    letter-spacing: 1px;
    transition: all 0.2s;
}
.Rmnewsyi .cop .newsCa ul li a{
    display: block;
    padding: 10px 20px;
}
.Rmnewsyi .cop .newsCa .on{
    background-color: #ec1f27;
    color: #ffffff;
}
.Rmnewsyi .cop .newsCa ul li:hover{
    background-color: #ec1f27;
    color: #ffffff;
}
.Rmnewsyi .cop .newsyi{
    position: relative;
}
.Rmnewsyi .cop .newsyi .dnra{
    font-size: 24px;
    color: #aaaaaa;
    font-weight: bold;
}
.Rmnewsyi .cop .newsyi .dnrb{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin: 4% 0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.Rmnewsyi .cop .newsyi .dnrc{
    color: #555555;
    margin: 0 0 4%;
    line-height: 2;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.Rmnewsyi .cop .newsyi .dnrd{
    display: inline-block;
    color: #ec1f27;
    padding: 0 0 2% 0;
    border-bottom: 1px solid #ec1f27;
}


.newsny{
    width: 31%;
    float: left;
    margin: 0 3.5% 3.5% 0;
}
.newsny:nth-child(3n){
    margin: 0 0 3.5% 0;
}
.newsny .dnra{
    font-size: 30px;
    color: #aaaaaa;
    font-weight: bold;
    transition: all 0.5s;
    letter-spacing: 1px;
}
.newsny .dnrb{
    width: 100%;
    overflow: hidden;
    margin: 5% 0 0 0;
}
.newsny .dnrc{
    color: #333333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin: 3% 0;
    font-weight: bold;
    transition: all 0.5s;
    line-height: 2;
}
.newsny .dnrd{
    color: #555555;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin: 0 0 5% 0;
}
.newsny .dnre{
    font-weight: bold;
    color: #ec1f27;
    transition: all 0.3s;
}
.newsny:hover .dnrb img{
    transform: scale(1.1);
}
.newsny:hover .dnra,.newsny:hover .dnrc{
    color: #ec1f27;
}




.position_all{
    background: transparent;
    color: #ffffff;
}
.position_all .position{
    height: 45px;
    line-height: 40px;
    width: 75%;
    margin: -45px 0 0 0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    letter-spacing: 1px;
}
.Caxlall{
    width: 20%;
    float: right;
}
.Caxlall .Sort{
    background-color: #ffffff;
    color: #eb262d;
    padding:0 5%;
    margin: -45px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}
.Caxlall .Sort:before{
    content: "";
    position: absolute;
    right: 10%;
    top: 15px;
    height: 15px;
    width: 15px;
    background: url(../image/Caxlall_logo.png) no-repeat 85%;
    transform:rotate(-90deg);
    transition: all 0.5s;
}
.Caxlall .Sort:hover:before{
    transform:rotate(0deg);
}
.Caxlall .Caxl_menu{
    position: absolute;
    display: none;
    z-index: 999;
    top: 100%;
    left: 0;
    max-height: 600px;
    overflow-x: hidden;
    width: 242px;
}
.Caxlall .Caxl_menu::-webkit-scrollbar {
    width: 3px;
}

.Caxlall .Caxl_menu::-webkit-scrollbar-track {
    background-color: #eb262d;
}
.Caxlall .Caxl_menu::-webkit-scrollbar-thumb {
    background-color: #CC4E45;
}

.Caxlall .Caxl_menu ul li{
    color: #ffffff;
    background-color: #eb262d;
    padding: 5% 5%;
    border-bottom: 1px dashed #ffffff;
    line-height: 1.5;
    font-weight: 100;
}
.Caxlall .Caxl_menu ul a:last-child li{
    border-bottom: 0;
}
.Caxlall .Caxl_menu .on{
    font-weight: bold;
}






.public_list{
    padding: 3% 0;
    background-color: #ffffff;
}
.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;
    margin: 2% 1%;
    padding: 0 2%;
    letter-spacing: 1px;
    color: #333333;
    border: 1px solid #eeeeee;
    transition: all 0.2s;
}
.category_list ul li a{
    display: block;
    padding: 10% 0;
}
.category_list ul li:hover{
    background-color: #ec1f27;
    color: #ffffff;
}
.category_list .on{
    background-color: #ec1f27;
    color: #ffffff;
}
.list_all{
    padding: 3% 0 0;
}



.content_show{
    padding: 2% 0 0;
}
.content_show .tit {
    font-size: 30px;
    line-height: 2;
    color: #333333;
}
.content_show .info {
    margin: 2% 0;
    font-size: 14px;
    color: #535353;
    letter-spacing: 1px;
}
.content_show .info .returnls {
    float: right;
    letter-spacing: 0;
}
.content_show .allnr {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 2% 0;
    margin-bottom: 2%;
    line-height: 2;
}

.upperandlower {
    padding: 1% 0 0 0;
}
.upperandlower .next{
    width: 30%;
    background-color: #626262;
    padding: 2% 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: #ec1f27;
}



.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 #ec1f27;
    color: #ec1f27;
}
.paging .currPage{
    border:1px solid #ec1f27;
    color: #ffffff;
    background-color: #ec1f27;
}




.Rmnynews{
    padding: 5% 0 2%;
    text-align: center;
}
.Rmnynews .dnra{
    display: inline-block;
    font-weight: bold;
    color: #333333;
    font-size: 24px;
    letter-spacing: 1px;
    border-bottom: 3px solid #ec1f27;
    padding: 0 0 1% 5px;
    margin:  0 0 1% 0;
}
.Rmnynews .newsny{
    text-align: left;
    margin-bottom: 0;
}



.contact_all{
    border-bottom: 1px solid #eb262d;
    padding: 0 0 4%;
    margin:  0 0 4%;
}
.contact_all ul li{
    width: 25%;
    float: left;
    text-align: center;
}
.contact_all ul li .img{

}
.contact_all ul li .nra{
    font-size: 24px;
    margin: 5% 0;
}
.contact_all ul li .nrb{
    font-size: 16px;
    line-height: 2;
}
.contact_form{

}
.contact_form .wznr{
    width: 30%;
    float: left;
    padding-top: 10%;
}
.contact_form .wznr .nra{
    font-size: 32px;
    color: #eb262d;
    margin: 0 0 4% 0;
}
.contact_form .wznr .nrb{
    font-size: 22px;
    color: #333333;
    line-height: 2;
}
.contact_form .srnr{
    float: right;
    width: 60%;
}
.contact_form .srnr .sritem{
    border-bottom: 1px solid #dddddd;
    padding: 0 0 2% 0;
    margin:  0 0 2% 0;
}
.contact_form .srnr .sritem:last-child{
    border-bottom:0;
}
.contact_form .srnr .sritem .srtit{
    font-size: 16px;
    font-weight: bold;
    color: #555555;
    float: left;
    padding: 2% 0;
    width: 10%;
}
.contact_form .srnr .sritem .srsrk{
    float: right;
    width: 88%;
    margin-right: 2%;
}

.contact_form .srnr .sritem .srsrk input{
    padding: 2% 2%;
    /*border: 1px solid #cccccc;*/
    width: 100%;
    transition: all 0.5s;
    border-radius: 5px;
}
.contact_form .srnr .sritem .srsrk input:hover{
    box-shadow: 0 1px 10px #cccccc;
}
.contact_form .srnr .sritem .srsrkmax{
    width: 100%;
}
.contact_form .srnr .sritem .srsrkmax textarea{
    width: 100%;
    padding: 2% 2%;
    resize:none;
    border: 1px solid #dddddd;
    border-radius: 5px;
    height: 110px;
}

.contact_form .checkcode{
    width: 150px;
    height: 45px;
    border: 1px solid #cccccc;
    float: left;
    padding: 0 2%;
}
.contact_form .ymzsz{
    width: 100px;
    height: 45px;
    float: left;
    border: 1px solid #cccccc;
    margin-left: -1px;
}
.contact_form .syann{
    float: left;
    background-color: #eeeeee;
    height: 45px;
    border: 1px solid #eeeeee;
    margin-left: 3%;
    padding: 0 5%;
    color: #666666;
    font-size: 18px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.2s;
}
.contact_form .syann:hover{
    color: #ffffff;
    background-color: #EC1F27;
}

.acsl{
    width: 100%;
    line-height: 2;
    position: relative;
}
.acsr{
    width: 100%;
    margin: 7% 0 ;
}
.acsna{
    font-size: 30px;
    color: #333333;
    margin: 0 0 5% 0;
}
.acsnb{
    color: #333333;
}
.acslx{
    position: relative;
    margin: 5% 0;
}
.acslx .acslxan{
    color: #ffffff;
    background-color: #ec1f27;
    padding: 1% 5%;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    float: left;
}
.acslx .acslxrx{
    font-size: 24px;
    color: #333333;
    float: left;
    padding: 0.5% 5%;
}
.acsall{
    width: 100%;
}
.acsall .acsall_title{
    font-size: 30px;
    /*letter-spacing: 5px;*/
    border-bottom: 2px solid #d2d2d2;
    padding: 0 0 1% 0;
    position: relative;
    color: #ec1f27;
}
.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: -2px;
    left: 0;
    height: 2px;
    width: 10%;
    background-color: #ec1f27;
}

.imgsw .proswitch{
    position: absolute;
    width: 32px;
    height: 70px;
    top: 30%;
    background: url(../image/proswitch.png)no-repeat;
    filter: grayscale(100%);
    transition: all 0.5s;
}
.imgsw .proarrowl{
    left: 2%;
    transform:rotate(180deg);
}
.imgsw .proarrowr{
    right: 2%;

}
.imgsw .proswitch:hover{
    filter: grayscale(0%);
}

.acsnrall{
    width: 100%;
    overflow: hidden;
    padding: 2% 0;
}
.videony{
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding: 2% 0 5%;
}
.videony video{
    max-width: 100%;
}
.acsnrall img{
   max-width: 100%;
}

.imgsw{
    width: 43.5%;
    float: left;
    position: relative;
}
.swny{
    right: 0;
    width: 50%;
    float: right;
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.sbwyl{
    width: 71%;
    float: left;
}
.sbwyr{
    width: 25%;
    float: right;
}




.acsimg{
    border: 1px solid #d2d2d2;
    margin: 0 0 5% 0;
}
.acsCa{
    margin: 0;
}
.acsCa ul li{
    float: left;
    width: 30%;
    margin: 0 5% 0 0;
    border: 1px solid #d2d2d2;
}
.acsCa ul li:nth-child(3n){
    margin: 0 0 0 0;
}
.acsCa .on{
    border: 1px solid #ec1f27;
}
.ascRmcp{
    margin: 0 0 8% 0;
}
.ascRm_title{
    background-color: #ec1f27;
    padding: 4% 8%;
    font-size: 18px;
    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: #ec1f27;
    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;
}





.load_more{
    text-align: center;
    color: #333333;
    letter-spacing: 1px;
    font-size: 16px;
}



.newsCadian{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 24px;
}

.newsCadian ul li{
    float: left;
    margin: 0 10px;
    color: #cccccc;
}
.newsCadian .on{
    color: #ec1f27;
}











.dropdown-menu{
    position: absolute;
    display: none;
    z-index: 999;
    border-radius: 1px;
    top: 100%;
    left: 0%;
}
.dropdown-menu .tit:nth-child(1){
    border-top: 0px solid #ccc;
}
.dropdown-menu .dmli{
    background-color: #efefef;
    text-align: center;
    display: block;
    transition: ease-in 0.1s;
    padding: 15px 20px;
    line-height: 25px;
    color: #555555;
    font-size: 14px;
    white-space: nowrap;
    position: relative;
    border-top:1px solid #e5e5e5;
}
.dropdown-menu .dmli .dma{
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
}
.dropdown-menu .dmli .arrow{
    position: absolute;
    right: 15px;
    top: 15px;
}
.dropdown-menu .dmli:hover{
    color: #EB262D;
}
.dropdown-menu .dmli:hover{
    /*font-weight: bold;*/
}

.tascxl{
    width: 100%;
}
.tiamao{
    padding: 15px 0 15px 20% !important;
    background: url(../image/taobao.jpg) no-repeat 5%;
    background-size: 25%;
}
.albb{
    padding: 15px 0 15px 30% !important;
    background: url(../image/pinduoduo.jpg) no-repeat 5%;
    background-size: 25%;
}













</pre></body></html>