<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrap{
    width:1200px;
    margin:0 auto;
}

.commontitle{
    text-align:center;
}
.commontitle h2{
    font-size:30px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    padding-bottom:10px;
    color:#333333;
   
}

.commontitle p{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(153,153,153,1);
    margin-top:10px;
   
}
.commontitle span.line{
    width:40px;
height:2px;
background:rgba(55,61,65,1);
display:block;
margin:0 auto;
}

.indexproduct .content li{
    float:left;
    width:32%;
    
    position: relative;
    margin:0 2% 30px 0;
}

.indexproduct .content li .layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:240px;
    display:flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    box-sizing: border-box;
}
.indexproduct .content li:hover .layer{
    opacity: 1;
}
.indexproduct .content li:hover span.title{
    color:rgba(191,44,24,1);
}

.indexproduct .content li:hover span.detail{
    background:rgba(191,44,24,1);
    color:#fff;
    border:1px solid transparent;
}
.indexproduct .content li .layer span{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(255,254,254,1);
    line-height:28px;
    text-align:center;
}
.indexproduct .content li .layer img{
    width:54px;
}
.indexproduct .content li .layer p{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,254,254,1);
    line-height:24px;
    text-align:center;
    display:block;
}
.indexproduct .content li .layer img{
    display:block;
    margin:10px auto;
}
.indexproduct .content{
    margin-top:75px;
}
.indexproduct .content li .photo{
    width:100%;
    height:240px;
    background:rgba(238,238,238,1);
    position: relative;
    display:flex;
    align-items: center;
    justify-content: center;
}
.indexproduct .content li .photo&gt;img:first-child{
    display:block;
    margin:0 auto;
    width:100%;
    height:100%;
}

 .indexproduct .content li:nth-of-type(3n){
    margin-right:0;
} 
.indexproduct .content li span.title{
    display:block;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    text-align: left;
    margin:20px 0 10px;
    padding-left:15px;
    box-sizing: border-box;
}

.indexproduct .content li p{
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
    padding-left:15px;
    box-sizing: border-box;
}
.indexproduct .content li span.detail{
    width:84px;
height:30px;
line-height:30px;
background:rgba(255,255,255,0);
border:1px solid rgba(210,210,210,1);
border-radius:15px;
display:inline-block;
font-size:12px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(153,153,153,1);
text-align: center;
margin:10px 0 0 15px;
}


.page{
    text-align:center;
    height:34px;
}
.page a{
    padding:8px 14px;
    border:1px solid rgba(229,229,229,1);
    border-radius:2px;
}
.page input{
    height:34px;
    line-height:34px;
    border:1px solid rgba(229,229,229,1);
    width:50px;
    border-radius:2px;
    text-align:center;
}
.page a:hover,.page a.active{
    background: #eee;
}


.xq_box .xq_title{
    padding-bottom:30px;
    border-bottom:1px dashed #eee;
    font-size:24px;
    text-align:center;
}
.xq_box .xq_time_rigt{
    padding:30px 0 10px;
}
.xq_box .xq_title .title_p{
    font-size:30px;
    color:#333;
}
.xq_box  .xq_time{
    margin-bottom:60px;
}
.xq_box  .xq_time_left{
    width:40%;
    float:left;
}
.xq_box .xq_time_left span{
    font-size:14px;
    color:#999;
}
.xq_box .xq_time_left span.iconfont{
    font-size:16px;
    margin-right:10px;
}

.xq_time_rigth span{
    font-size:20px;
}
.icon-sign_wechat{
    color:#09bb07;
   
}
.icon-weibo2{
    color:#ea5d5c;
}

.icon-sign_qq{
    color:#009ffc;
}
.xq_time_rigth .icon-shoucang2{
   
    font-size:22px;
    color:#f4c240;
    
}
.xq_time_rigth .icon-ego-fav{
   color:#1296db;
   font-size:22px;
    

}
.xq_box .xq_time_left span:last-child{
    padding-left:30px;
    border-left:1px solid #999;
    margin-left:40px;
}
.xq_box .xq_time_left span img{
    margin-right:10px;
}

.xq_box .xq_time_rigth a{
  padding-left:15px;
}
.xq_box .xq_con p{
    font-size:14px;
    line-height:28px;
    margin-bottom:25px;
    color:#333;
}
.xq_box .xq_title .time{
    font-size:14px;
    color:#999;
}

.chapter{
    border-top:1px solid rgba(229,229,229,1);
    padding-top:25px;
}
.chapter img{
    vertical-align: middle;
}
.chapter a:hover{
    color:rgba(191,30,32,1);
}
.newslist .content{
   padding-top:30px;
}
.newslist .content img{
    max-width: 100%;
    display:block;
    margin:0 auto;
}

.prolist{
    padding:60px 0 100px;
}
.prolist ul{
    margin-top:90px;
}
.prolist li{
    
   padding:60px 0;
   border-bottom:1px solid rgba(229,229,229,1);
   position: relative;
}

.prolist li:nth-of-type(2n) .fr{
    float:left;
}
.prolist li:last-child{
    border-bottom:none;
}
.prolist li:nth-of-type(2n) .fl{
     float:right;
}
.prolist li .fl{
    width:48%;
}

.prolist li .fl img{
    width:100%;
}

.prolist li .fr{
    width:45%;
}
.prolist li .fr p.title{
    font-size:30px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(51,51,51,1);
padding-bottom:10px;
border-bottom:1px solid rgba(229,229,229,1);
}

.prolist li .fr p.font{
    font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(51,51,51,1);
margin-top:20px;
line-height: 20px;
overflow: hidden;
max-height: 80px;
}

.prolist li .fr a{
    width:150px;
height:40px;
background:rgba(255,255,255,1);
border:1px solid rgba(229,229,229,1);
font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(153,153,153,1);
line-height:40px;
display:block;
background:url(../images/arrow1.png) no-repeat right 20px center;
text-align:center;
margin-top:30px;
}
.prolist li .fr a:hover{

border:1px solid rgba(229,229,229,1);
color:#fff;
background:url(../images/arrow2.png) no-repeat right 20px center;
background-color:rgba(182,0,5,1);
}


.submenus{
    height:44px;
background:rgba(238,238,238,1);
line-height: 44px;
}

.submenus a,.submenus span{
    font-size:14px;
    color:#333;
}

.submenus a:last-child{
    color:#BF1E20;
}

.details{
    padding:50px 0 100px;
}

.details .grey{
    padding:30px;
    background:rgba(238,238,238,1);
    margin-bottom:20px;
}

.details .grey p.title{
    font-size:24px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(51,51,51,1);
padding-bottom:20px;
border-bottom:1px solid rgba(229,229,229,1);
margin-bottom:20px;
}
.details .grey .fl{
    width:30%;
}
.details .grey .fr{
    width:66%;
}

.details .grey .fr img{
    max-width:60%;
}
.details .grey .fl p{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:24px;
}

.details .contents .tabtitle ul{
    display:flex;
    align-items: center;
    border-bottom:1px solid rgba(214,216,218,1);
    height:35px;
    line-height: 35px;
    margin-bottom:40px;
}

.details .contents .tabtitle li{
    margin-right:80px;
}


.details .contents .tabtitle li a{
    font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(51,51,51,1);
display:block;
padding:0 7px;
}


.details .contents .tabtitle li a.active{
    box-sizing: border-box;
    color:rgba(182,0,5,1);
    border-bottom:1px solid rgba(182,0,5,1);
}

.details .contents .tab p.title{
    font-size:18px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(51,51,51,1);
border-left:2px solid rgba(182,0,5,1);
padding-left:10px;
margin-bottom:20px;
}
.details .contents .tab{
    margin-bottom:50px;
}
.details .contents .tab  p.titles{
    height:100px;
background:rgba(238,238,238,1);
line-height: 100px;
font-size:24px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(51,51,51,1);
overflow: hidden;
padding-left:40px;
margin-bottom:20px;
}
.details .contents .tab  .text p{
    font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(143,152,161,1);
line-height:24px;
}

.details .contents .tab  .text img{
    display:block;
    margin:0 auto 10px;
    max-width: 100%;
}

.abouts{
    padding:65px 0 100px;
}

.abouts .photo{
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-top:60px;
}
.abouts .photo li img{
    width:100%;
}
.abouts .contents{
    margin-top:100px;
}
.abouts .contents p{
    font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(102,102,102,1);
line-height:30px;
}

.abouts .contents img{
    display:block;
    margin:0 auto;
    max-width: 100%;
}

.partners,.commonbox{
    padding:65px 0 100px;
}

.partners ul{
    margin-top:60px;
}

.partners li{
   float:left;
   width:49%;
   border:4px solid rgba(238,238,238,1);
   margin:0 2% 40px 0;
   padding:30px;
   box-sizing: border-box;
}

.partners li:nth-of-type(2n){
    margin-right:0;

}
.partners li p.title{
    font-size:30px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(51,51,51,1);
margin-bottom:30px;
display:flex;
align-items: center;
height:110px;
overflow: hidden;
}
.partners li p.title img{
    max-width:30%;
    margin-right:10px;
}
.partners li p.font{
    font-size:16px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(102,102,102,1);
line-height:24px;
text-indent: 2em;
height:120px;
overflow: hidden;
}
.partners li  a{
    width:150px;
height:40px;
background:rgba(255,255,255,0);
border:1px solid rgba(229,229,229,1);
font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(153,153,153,1);
text-align:center;
background:url(../images/arrow1.png) no-repeat right 10px center;
display:block;
line-height: 40px;
margin-top:50px;
}


.header{
    height:80px;
background:rgba(27,27,27,1);
line-height: 80px;
}
.header .fr{
    padding-top:5px;
}
.header .fr&gt;ul&gt;li{
    float: left;
    margin:0 15px;
    position: relative;
}

.header .fr&gt;ul&gt;li&gt;a{
    font-size:16px;
font-family:Microsoft YaHei;
font-weight:bold;
color:rgba(255,255,255,1);
}
.header .fr&gt;ul&gt;li&gt;a.active{
    color: rgba(182,0,4,1);
}
.header .fr&gt;ul&gt;li .submenu{
    position: absolute;
    width:190px;
left:50%;
margin-left:-70px;
background:rgba(255,255,255,1);
border-radius:3px;
padding:30px 0;
z-index:9999;
display:none;
top:75px;
}
.header .fr&gt;ul&gt;li:hover .submenu{
    display:block;
}
.header .fr&gt;ul&gt;li:nth-of-type(3) .submenu{
    width:340px;
    margin-left:-125px;
    padding:30px 0;
    display:flex;
    justify-content: center;
    display:none;
}
.header .fr&gt;ul&gt;li:nth-of-type(3):hover .submenu{
    display:flex;
} 
.header .fr&gt;ul&gt;li:nth-of-type(3) .submenu .left{
     margin:0 15px;
}
.header .fr&gt;ul&gt;li:nth-of-type(3) .submenu  span{
    display:block;
    font-size:14px;
font-family:Microsoft YaHei;
font-weight:bold;
color:rgba(51,51,51,1);
line-height:30px;
border-bottom:1px solid rgba(238,238,238,1);
margin-bottom:10px;
}
.header .fr&gt;ul&gt;li:nth-of-type(3) .submenu li a{
    text-align:left;
}
.header .fr&gt;ul&gt;li:nth-of-type(2) .submenu .sub{
    display:block;
    
}
.header .fr&gt;ul&gt;li .submenu li{
    line-height: 30px;
}
.header .fr&gt;ul&gt;li .submenu li a{
    font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(153,153,153,1);
display:block;
text-align: center;
color:#333;
}

.banner{
    width:100%;
}
.header .fr&gt;ul&gt;li .submenu li a:hover{
    color: rgba(182,0,4,1);
}
.header .fl,.header .fr{
    height: 80px;
}
.header .fr .langs{
    margin-left:30px;
}
.header .fr .langs,.header .fr ul{
    display:inline-block;
    vertical-align: top;
}
.header .fr .langs a{
    font-size:16px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(239,239,239,1);
}
.header .fr .langs a.active{
    color:rgba(182,0,4,1);
}
.header .fr .langs span{
    color:rgba(210,210,210,1);
opacity:0.5;
display:inline-block;
margin:0 5px;
}
.header .fl img{
    height:42px;
    margin-top:19px;
}
.banner img{
    width:100%;
}
.banner .swiper-pagination-bullet{
    width:14px;
    height:14px;
    background:rgba(255,255,255,0.5);
   
    border-radius:7px;
}
.banner .swiper-pagination-bullet-active{
    background:rgba(255,255,255,0.8);
    width:40px;

}
.footer .footer_top .fl:first-child{
    padding-top:6%;
}
.footer{
    padding:30px 0 40px;
    background:rgba(37,40,44,1);
}

.footer .fl p{
    font-size:12px;
    font-family:SourceHanSansCN;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:24px;
    opacity:0.5;
}
.footer .fl p.title,
.footer .fr p.title{
    font-size:20px;
    font-family:SourceHanSansCN;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-bottom:35px;
    opacity:1;
}
.footer .fl p.p1{
    margin-bottom:25px;
    font-size:14px;
font-family:SourceHanSansCN;
font-weight:400;
color:rgba(255,255,255,1);
opacity:0.7;
}
.footer .fl p.title span{
    font-size:14px;
    font-family:SourceHanSansCN;
    font-weight:400;
    color:rgba(255,255,255,1);
    opacity:0.5;
}
.footer .footer_top {
    padding-bottom:30px;
    display: flex;
    justify-content: center;
}
.footer .center{
    margin:0 10%;
}
.footer .fr  .submenu{
    display:flex;
    
}
.footer .fr  .submenu span{
    font-size:14px;
font-family:SourceHanSansCN;
font-weight:400;
color:rgba(255,255,255,1);
line-height:25px;
opacity:0.7;
display:block;
margin-bottom:25px;
}
.footer .fr  .submenu li a{
    font-size:12px;
font-family:SourceHanSansCN;
font-weight:300;
color:rgba(255,255,255,1);
line-height:24px;
opacity:0.5;
}
.footer .fr  .submenu .left:first-child{
    margin-right:70px;
}
.footer .copy{
    border-top:1px solid rgba(255,255,255,0.5);
    padding-top:20px;
}

.footer .copy p{
    font-size:12px;
font-family:SourceHanSansCN;
font-weight:400;
color:rgba(255,255,255,1);
line-height:25px;
opacity:0.5;
}
.footer .copy p a{
    color:#FF0000;
    opacity: 1;
}

.indexbox1{
    background:rgba(247,247,247,1);
    padding:55px 0;
}

.indexbox1 li{
    width:33%;
    text-align:center;
    background:url(../images/border.png) no-repeat right center;
    float: left;
}

.indexbox1 li:nth-of-type(3n){
    background:none;
}

.indexbox1 li span{
    font-size:49px;
font-family:Adobe Heiti Std;
font-weight:normal;
color:rgba(153,153,153,1)
}

.indexbox1 li i{
    font-size:14px;
font-family:Adobe Heiti Std;
font-weight:normal;
color:rgba(153,153,153,1);
vertical-align: top;
}

.indexbox1 li p{
    font-size:14px;
font-family:SourceHanSansCN;
font-weight:400;
color:rgba(153,153,153,1);
}

.indexbox2{
    padding:80px 0 100px;
}
.indexbox2 .titles,.indexbox3 .titles,.indexbox4 .titles,.indexbox5 .titles{
    position: relative;
}
.indexbox2 .titles span.en,.indexbox3 .titles span.en,.indexbox4 .titles span.en,.indexbox5 .titles span.en{
    font-size:72px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(51,51,51,1);
display:block;
text-align:center;
opacity:0.1;
}

.indexbox2 .titles span.ch,.indexbox3 .titles span.ch,.indexbox4 .titles span.ch,.indexbox5 .titles span.ch{
    font-size:36px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(51,51,51,1);
display:block;
text-align:center;
position: absolute;
top:45px;
width:100%;
opacity: 1;
}
.indexbox3 .titles span.en,.indexbox3 .titles span.ch{
    color:rgba(255,255,255,1);
}
.indexbox2 li{
    float: left;
    width:20%;
    position: relative;
}
.indexbox2 li img{
    width:100%;
}

.indexbox2 li .layer{
    position: absolute;
    background:none;
 
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding-top:30%;
}
.indexbox2 li:hover .layer{
    background:rgba(191,30,32,0.5);
    padding-top:25%;
}
.indexbox2 ul{
    margin-top:100px;
}
.indexbox2 li .layer img{
    width:auto;
    display:block;
    margin:40px auto 0;
    display:none;
}
.indexbox2 li:hover .layer img{
    display:block;
}
.indexbox2 li .layer span.title{
    display:block;
    text-align:center;
    font-size:24px;
font-family:Microsoft YaHei;
font-weight:bold;
color:rgba(255,255,255,1);
}
.indexbox2 li .layer  p{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:24px;
    width:80%;
    margin:0 auto;
    text-align:center;
}

.indexbox2 li .layer span.line{
    width:36px;
    height:2px;
    background:rgba(191,30,32,1);
    display:block;
    margin:20px auto;
}
.indexbox3{
    background:url(../images/bg.png) no-repeat top center/cover;
    padding:60px 0 120px;
}
.indexbox3 li{
    float: left;
    width:33%;
    
}

.indexbox3 li .photo{
    background:rgba(230,230,230,1);
    padding:30px 0;
}
.indexbox3 li .photo i{
    display:block;
    height:60px;
    width:100%;
    text-align: center;
    
}
.indexbox3 li .text p a{
    color:#BF1E20;
}
/* .indexbox3 li.swiper-slide-prev .photo i{
   background:url(../images/ico1.png) no-repeat center center;
}
.indexbox3 li.swiper-slide-active .photo i{
    background:url(../images/ico2.png) no-repeat center center;
 }
 .indexbox3 li.swiper-slide-next .photo i{
    background:url(../images/ico3.png) no-repeat center center;
 } */
 .indexbox3 li.swiper-slide-active .photo{
    background:rgba(191,30,32,1);

 }
 .indexbox3 li.swiper-slide-active .photo span{
     color:#fff;
 }
 .indexbox3 li i img:last-child{
     display:none;
 }
 .indexbox3 li.swiper-slide-active i img:first-child{
     display:none;
 }
 .indexbox3 li.swiper-slide-active i img:last-child{
    display:block;
    margin:0 auto;
}
 .indexbox3 li.swiper-slide-active{
     border:1px solid  rgba(191,30,32,1);
     margin-top:-1%;
    
     
 }

.indexbox3 ul{
    margin-top:90px;
}

 .indexbox3 li .text{
     padding:30px 35px 40px;
     background:rgba(255,255,255,1);
 }
 .indexbox3 li .text span{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:33px;
    display:block;
    margin-bottom:10px;
 }
 .indexbox3 li .text p{
     font-size:14px;
     color:#888;
     line-height:25px;
     height:125px;
     overflow: hidden;
 }
 .indexbox3 li .photo span{
    font-size:24px;
    font-family:MicrosoftYaHeiLight;
    font-weight:400;
    color:rgba(33,33,33,1);
    display:block;
    text-align:center;
    margin-top:10px;
 }
 .indexbox4 {
     padding:60px 0;
 }
 .indexbox4 a.more{
    width:130px;
    height:40px;
    background:rgba(191,30,32,1);
    display:block;
    line-height: 40px;
    font-size:18px;
font-family:SourceHanSansCN;
font-weight:400;
color:rgba(255,255,255,1);
text-align:center;
margin:20px auto 0;
 }
.indexbox5{
    background:url(../images/bg2.png) no-repeat top center/cover;
    padding:60px  0 120px;
}

.indexbox5 .swiper-slide li{
    float: left;
    width:20%;
    height:100px;
    display:inline-flex;
    align-items: center;
    justify-content: center;
}

.indexbox5 .swiper-slide li img{
    max-width:100%;
}

.indexbox5  .swiper-button-prev{
    background:url(../images/prev.png) no-repeat center center/100%;
    width:78px;
    height:150px;
    left:0;
    top:20%;
}
.indexbox5  .swiper-button-next{
    background:url(../images/next.png) no-repeat center center/100%;
    width:78px;
    height:150px;
    right:0;
    top:20%;
}
.indexbox5 .titles{
    margin-bottom:100px;
}
.indexbox5 .swiper-container{
    width:80%;
    margin:0 auto;
}
.contact{
    padding:65px 0 100px;
}

.contact .content{
    border-top:1px solid rgba(238,238,238,1);
    margin-top:60px;
    padding-top:30px;
}
.contact .content .tab img.logo{
    display:block;
    margin-bottom:15px;
}
.contact .content .tab span.ch{
    font-size:18px;
font-family:Microsoft YaHei;
font-weight:bold;
display:block;
color:rgba(51,51,51,1);
}
.contact .content .tab span.en{
    font-size:10px;
font-family:Microsoft YaHei;
font-weight:400;
display:block;
margin-bottom:50px;
color:rgba(153,153,153,1);
}
.contact .content .tab p{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:27px;
}
.contact .content .tab {
    margin-bottom:90px;
}
.contact .content .tab  p.titles{
    border-bottom:1px solid rgba(238,238,238,1);
    height:40px;
    margin-bottom:30px;
}
.contact .content .tab  p.titles span{
    font-size:18px;
font-family:Microsoft YaHei;
font-weight:bold;
height:40px;
display:inline-block;
box-sizing: border-box;
color:rgba(51,51,51,1);
border-bottom:1px solid rgba(182,0,5,1);
}
.contact .content .tab .info{
    margin-bottom:10px;
}
.contact .content .tab .info span{
    display:inline-block;
    font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(51,51,51,1);
width:80px;
vertical-align: top;

}
.contact .content .tab .info textarea{
    height:140px;
background:rgba(255,255,255,1);
border:2px solid rgba(225,225,226,1);
width:450px;
resize: none;
}

.contact .content .tab button{
    width:76px;
height:30px;
background:rgba(182,0,5,1);
line-height: 30px;
font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(255,255,255,1);
margin-left:80px;
}
.contact .content .tab .info  input{
    width:450px;
height:30px;
background:rgba(255,255,255,1);
border:2px solid rgba(225,225,226,1);
line-height: 30px;
}
.contact .content .maps{
    position: relative;
}
.contact .content  .maps ul{
     display:flex;
     justify-content: center;
     position: absolute;
     top:-25px;
     left:50%;
     margin-left:-450px;
     width:900px;
     z-index:999;
}
.contact .content  .maps li{
    height:50px;
background:rgba(96,96,96,1);
font-size:16px;
font-family:Microsoft YaHei;
font-weight:bold;
color:rgba(255,255,255,1);
line-height: 50px;
text-align: center;
width:50%;
float: left;
border-right:1px solid #fff;
box-sizing: border-box;
cursor: pointer;
}

.contact .content  .maps img{
    width:100%;
    height:100%;
}
.contact .content  .maps .tab{
    height:600px;
    display:none;
}
.contact .content  .maps .tab:first-child{
    display:block;
}
.contact .content  .maps li.active{
    background:rgba(222,23,30,1);
    
}

.phoneheader,.mobile-container,.phonebanner{
    display:none;
}
.rightside{
    position:fixed;
    top:40%;
    right:10px;
    z-index:9999;
}
.rightside li{
    width:40px;
height:40px;
display:flex;
align-items: center;
justify-content:center;
background:#fff;
margin-bottom:10px;
position: relative;
}
.rightside li .code{
    position: absolute;
    top:0;
    width:140px;
    height: 140px;
    background:#fff;
    display:none;
    align-items: center;
    justify-content: center;
    left:-150px;
}
.rightside li:nth-of-type(2):hover .code{
    display:flex;
}
.rightside li .code img{
    width:120px;
    height:120px;
}
.rightside li a{
    display:block;
}

@media screen and (min-width:800px) and (max-width:1400px) {
    .header .fr&gt;ul&gt;li{
        margin:0 25px !important;
    }
    .footer .fr .submenu .left:first-child{
        margin-right:30px;
    } 
    .footer .center{
        margin-left:5%;
    }
    .header .fr&gt;ul&gt;li&gt;a{
        font-size: 16px;
    }
    .header .fr .langs a{
        font-size: 14px;
    }
    .header .wrap{
        width:85%;
    }
}

@media screen and (min-width:1300px) and (max-width:1500px) {
    .header .fr&gt;ul&gt;li{
        margin:0 10px !important;
    }

}

@media screen and (min-width:800px) and (max-width:1100px) {
    .header .fr&gt;ul&gt;li{
        margin:0 10px !important;
    }
}

@media screen and (min-width:800px) and (max-width:1500px) {
    .indexbox2,.indexbox3,.indexbox4{
        padding:40px 0 60px;
    }
    .indexbox2 ul,.indexbox3 ul,.indexproduct .content{
        margin-top:25px;
    }
    .indexbox5 .titles{
        margin-bottom:25px;
    }
    .indexproduct .content li .photo{
        height:210px;
    }
}

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