.caselist .tabtitle li {
  width: auto;    height: 45px;
  margin: 0 5px 0 0;
padding:0 5px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
     justify-content: center;
  align-items: center;
}
.caselist .tabtitle li .shogun-tab-box {
  padding: 14px 5px !important;
  width: 100%;
  height: 100%;
}

.caselist .tabtitle li .shogun-tab-title {
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #555;
}
.caselist .tabtitle li.active .shogun-tab-title {
  color: rgba(0, 169, 224, 1);
}
.header{
position: fixed;
top:0;
width: 100%;

height: 100px;
background: #FFFFFF;
line-height: 100px;
z-index: 99;

box-shadow: 0 0 3px #ccc;
}

.header .fl img{
height: 80px;
}

.header .fr li{
float: left;
margin-right: 68px;
position: relative;
}
.header .fr li .sub{
position: absolute;
width: 180px;
z-index: 99;
top:100px;
left:50%;
margin-left: -90px;
background: #FFFFFF;
display: none;
}
.header .fr li:hover .sub{
display: block;
}
.header .fr li .sub li{
display: block;
text-align: center;
line-height: 30px;
width: 100%;
}
.header .fr li .sub li a{

font-size: 12px;
font-family: SourceHanSansCN;
font-weight: 300;
color: #999999;
}
.header .fr li .sub li a:hover{

text-decoration: underline;
color: #333333;
}
.header .fr li a{
font-size: 16px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;

}
.header .fr li a.active,.header .fr li a:hover{
 
  color: #73B6E8;
}

.header .fr{
display: flex;
}
.header .fr .langs{
position: relative;
}
.header .fr .langs span{
border-left:1px solid #e5e5e5;
display: inline-block;
line-height: 32px;
padding-left: 15px;
width: 56px;
box-sizing: border-box;
font-size: 12px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
cursor: pointer;
background:url(../images/xl.png) no-repeat right 5px center;
transition: color 0.25s;
position: relative;
}
.header .fr .langs span::before, .header .fr .langs span::after {
box-sizing: inherit;
content: '';
position: absolute;
width: 100%;
height: 100%;
 border: 1px solid transparent;
  width: 0;
  height: 0;
}
.header .fr .langs span::before {
top: 0;
left: 0;
}
.header .fr .langs span::after {
bottom: 0;
right: 0;
}
.header .fr .langs:hover span::before, .header .fr .langs:hover span::after {
width: 100%;
height: 100%;
}
.header .fr .langs:hover span::before {
border-top-color: #e5e5e5;
border-right-color: #e5e5e5;
transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.header .fr .langs:hover span::after {
border-bottom-color: #e5e5e5;
/* border-left-color:#e5e5e5; */
transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.header .fr .langs  a{

height: 32px;
display: block;
width: 54px;
font-size: 12px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
line-height: 32px;
position: absolute;
top:60px;
text-align: center;
display: none;
}

.header .fr .langs span.active{
 border:1px solid #e5e5e5;
 border-bottom:none;
}
.header .fr .langs  a.active{
border:1px solid #e5e5e5;
border-top:none;
display: block;
}
.header .fr .langs  a:hover{

background: #F7F7F7;
}

.banner{
margin-top:100px;
position: relative;
}

.banner .swiper-pagination{
position: absolute;
bottom:25px;
}
.banner .swiper-pagination-bullet{
width: 12px;
height: 12px;
background: #73B6E8;
opacity: 0.35;
border-radius: 50%;
margin:0 5px !important;
}
.banner .swiper-pagination-bullet-active{
width: 14px;
height: 14px;
background: #73B6E8;
border-radius: 50%;
opacity: 1;
}
.banner img{
width: 100%;
display: block;
}

.banner .text{
position: absolute;

  
  box-sizing: border-box;
top:0;
left: 0;
height: 100%;
background:rgba(0,0,0,0.4);
width: 100%;
text-align: center;
display:none;
}
.banner .text span.ch{
display: block;
margin-top:8%;
font-size: 24px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #FFFFFF;
margin-bottom: 15px;
}

.banner .text span.en{

font-size: 20px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #FFFFFF;
}

.submenus{

height: 44px;
background: #F7F7F7;
line-height: 44px;
}

.wrap{
width: 1200px;
margin:0 auto;
}

.submenus .wrap{
text-align: right;
}

.submenus a,.submenus  span{

font-size: 12px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #666666;
}

.caselist{
padding:65px 0 85px;
}

.caselist .wrap .tablist{
padding:0 140px;
}

.caselist .wrap .text p{
text-align: center;

font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
line-height: 30px;
margin-bottom: 30px;
}
.caselist .tabtitle{
    display: flex;
    flex-wrap: wrap;
      justify-content: center;
        padding-left: 10px;
        padding-right: 5px;
     
        transform: translate(0px, 0px);
        /* position: relative; */
}



.caselist .tabtitle li .shogun-tab-box::after{
 
background: #F4F4F4;
border: 1px solid #ddd;
height: 46px;
position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: -1;
    outline: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    content: "";
    transform: perspective(100px) rotateX(30deg);
    -webkit-transform: perspective(100px) rotateX(30deg);
}
.caselist .tabtitle li.active .shogun-tab-box::after{
 background: #fff;
 


   
}


/* .caselist .tabtitle a{

display: block;
text-align: center;
font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 400;
line-height: 40px;
height: 40px;
width: 52%;
background:url(../images/bg2.png) no-repeat center center/cover;

color: #73B6E8;
}
.caselist .tabtitle a.active{
background:url(../images/bg4.png) no-repeat center center/cover;

color: #666666;
}
.caselist .tabtitle a:last-child{
position: absolute;
right:0;
width: 52%;

} */


.caselist .list{
margin-top:50px;
padding:0 50px;
display: none;
}
.caselist .list:first-of-type{
display: block;
}
.caselist .list .tab  h2{
width: 500px;
font-size: 20px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
padding-bottom:25px;
display: block;
margin:0 auto;
text-align: center;
margin-bottom: 50px;
border-bottom: 1px solid #E5E5E5;
}

.caselist .list li{
float: left;
width: 47%;
margin:0 6% 50px 0;
}


.caselist .list li img{
width: 100%;
}

.caselist .list li span.title{

font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
display: block;
margin:15px 0 10px;
line-height: 30px;
height: 30px;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
white-space: norwap;
}
.caselist .list li:nth-of-type(2n){
margin-right: 0;
}

.caselist .list li p{

font-size: 12px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #999999;
line-height: 20px;
height: 20px;
overflow: hidden;
text-overflow: ellipsis;
}
.caselist .list li  span.time{

font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #999999;
display: block;
text-align: center;
margin-top:20px;
}

.caselist .list li a{
width: 110px;
height: 38px;
background: #73B6E8;
display: block;
text-align: center;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
line-height: 38px;
margin:24px auto 0;
}

.footico{
padding:123px 0 84px;

background: #333333;
}

.footico ul{
/* display: flex;
align-items: center;
justify-content: center; */
}
.footico  li{
float: left;
text-align: center;
width: 33%;
cursor: pointer;
transition: all .5s;
}

.footico  li img{
display: block;
margin:0 auto;
opacity: .5;
}
.footico  li span{
display: block;
text-align: center;

font-size: 11px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #FFFFFF;
margin-top:18px;
opacity: 0;
}
.footico  li:hover span{
  opacity: 1;
}
.footico  li:hover{
transform: translate(0,-20px);
}
.footico  li:hover img{
opacity: 1;
transform: scale(0.75);
}

.footico .copy{

font-size: 11px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #9D9D9D;
line-height: 14px;
text-align: center;
margin-top:50px;
width: 265px;
display: block;
margin:30px auto 0;
}

.footico .copy a {
  color: #9D9D9D;
}

.footer .link{

height: 107px;
background: #222222;
line-height: 107px;
}
.footer .link ul{
display: flex;
justify-content: space-between;

}
.footer .link  li a{

font-size: 12px;
font-family: SourceHanSansCN;
font-weight: bold;
color: #898989;
}
.footer .link  li{
width: 25%;
text-align: center;
}
.footer .link  li a:hover{
color:#fff;
}

.details .wrap{
position: relative;
width: 750px;
display: block;
margin:-50px auto 0;
background:#fff;
}

.details  .menus{

height: 73px;
line-height: 73px;
padding:0 20px;
display: flex;
justify-content: space-between;
}
.details  .menus a,.details  .menus span{

font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #666666;
}
.details .content{
padding-top:15px;
}
.details .content .title p{
display: block;
text-align: center;
margin-bottom: 35px;
font-size: 24px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
}
.productdetail .top .right ul,.productdetail .top .right ol{
list-style: normal;
}
.details .content .title span{

font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #999999;
display: block;
text-align: center;
}
.details .content .title{
border-bottom:1px solid  #E5E5E5;
margin-bottom: 40px;
padding-bottom:40px;
}

.details .content .con p{

font-size: 18px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #666666;
line-height: 30px;
margin-bottom: 30px;
}

.details .content .con img{
max-width: 100%;
display: block;
margin:0 auto 20px;
}


.details{
padding-bottom:270px;
}

.details .chapter{
display: flex;
justify-content: space-between;
}

.details .chapter  .left{
width: 70%;
}
.details .chapter  .left a{
display: block;
font-size: 18px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #666666;
line-height: 30px;
}
.details .chapter  .link{
background:url(../images/icon.png) no-repeat center center;
width: 201px;
height: 65px;
display: inline-flex;
}

.details .chapter  .link a{
display: block;
flex:1;
}

.product{
margin-top:100px;
padding:50px 0 70px;
}

.product h2{

font-size: 24px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
text-align: center;
margin-bottom: 35px;
}
.product .title{
display: flex;
flex-wrap: wrap;
}
.product .title li{
margin-bottom:20px;
}

.layers {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.9);
z-index: 9999;
display: none;
}

.layers video {
position: absolute;
top: 50%;
left: 50%;
z-index: 99;
width: 1024px;
max-width: 90%;
height: auto !important;
transform: translate(-50%, -50%);
}

.layers img {
width: 30px;
position: absolute;
right: 10px;
top: 10px;
cursor: pointer;
}
.product .title li a{

font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 300;
background:url(../images/jin.png) no-repeat left center;
color: #333333;

padding:0 15px 5px 15px;
}
.product .title li a.active{
text-decoration: underline;
background:none;
}

.product  .banner{
margin:40px 0 0;
}

.product .submenus{
text-align: right;
padding-right:20px;
}
.product  .productlist{
margin-top:50px;
}
.productlist li{
float: left;
width: 30%;
margin:0 5% 80px 0;
}
.productlist li:nth-of-type(3n){
margin-right: 0;
}

.productlist li .proimg{

height: 360px;
  display: flex;
align-items: center;
justify-content: center;
}
.productlist li .proimg img{
max-width: 100%;
max-height: 100%;
}
.productlist li span:first-of-type{

display: block;

font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 300;
color: #333333;
margin:20px ;
}
.productlist li p{

font-size: 18px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #5E5E5E;
padding:0 20px;
line-height:30px;
height:60px;
overflow:hidden;
}

.productlist li p.font{

font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #C9C9C9;
line-height: 24px;
margin-top:20px;
height: 72px;
overflow: hidden;
margin-bottom: 20px;
}
.productlist li  span.detail{

font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 300;
text-decoration: underline;
color: #999999;
background:url(../images/arr.png) no-repeat right center;
margin-left: 20px;
padding-right:20px;
}

.page{
text-align: center;
}

.page a,.page span{
border-bottom:1px solid  #E5E5E5;

font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 300;
color: #333333;
line-height: 60px;
display: inline-block;
padding:0 25px;
}
.page a.active{
border-bottom:1px solid   #454545;
line-height: 40px;
}
.page span{
line-height: 40px;
}

.aboutbox1{
padding:70px 0 160px;
}

.aboutbox1 .title{
text-align: center;
}
.aboutbox1 .title span.ch{

font-size: 24px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #37474F;
display: block;
text-align: center;
}

.aboutbox1 .title span.en{
display: block;
text-align: center;
margin-top:10px;
font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #A7A7A7;
}

.aboutbox1 .con{
margin-top:55px;
}
.aboutbox1 .con img{
max-width: 100%;
display: block;
margin:0 auto;
}

.aboutbox1 .con p{

font-size: 18px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #666666;
line-height: 30px;
margin-top:30px;
}

.aboutbox2 .left,.aboutbox2 .right{

width: 50%;
}
.aboutbox2 .right img{
width: 100%;
display: block;
height: 100%;
}
.aboutbox2 .right {
height: 700px;
}

.aboutbox2 .left{ 
padding:90px 5% 0;
}

.aboutbox2 .left span.en{
display: block;

font-size: 60px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
}

.aboutbox2 .left span.ch{
display: block;
font-size: 24px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
margin-bottom:55px;
}

.aboutbox2 .left li{
width: 50%;
float: left;
margin-bottom: 40px;
}

.aboutbox2 .left li span{

font-size: 20px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #999999;
}

.aboutbox2 .left li p{

font-size: 20px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
}

.aboutbox2 .left a{
width: 450px;
height: 80px;
background: #73B6E8;
border-radius: 40px;
text-align: center;
font-size: 20px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #FFFFFF;
line-height: 80px;
display: block;
margin-top:15px;
}

.menus{

height: 60px;
background: #73B6E8;
line-height: 60px;
}
.menus .wrap{
display: flex;
}
.menus .wrap>a{
height: 60px;
display: inline-block;
line-height: 60px;
flex:1;
text-align: center;
border-right:1px solid #fff;

font-size: 18px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #FFFFFF;

}
.menus a:last-child{
border-right:none;
}

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

.joinbox1 .title span.ch{

font-size: 24px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #37474F;
display: block;
text-align: center;
}

.joinbox1 .title span.en{

font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #A7A7A7;
display: block;
text-align: center;
margin-top:5px;
}

.joinbox1 .text{
margin-top:55px;
width: 70%;
margin:55px auto 0;
}
.joinbox1 .text p{

font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
line-height: 30px;
text-align: center;
margin-bottom: 25px;
}

.joinbox2{
background:url(../images/bg5.png) no-repeat top center/cover;
padding:50px 0 110px;
}
.joinbox2 h2{

font-size: 24px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
text-align: center;
margin-bottom: 40px;
}
.joinbox2 p{
margin-bottom: 40px;
font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
line-height: 30px;
display: block;
margin:0 auto 40px;
width: 50%;
text-align: center;
}

.joinbox2 .butn{
width: 762px;
display: block;
margin:0 auto;
}
.joinbox2 .butn a{
width: 360px;
height: 50px;
background: #73B6E8;
border-radius: 3px;
display:inline-block;
text-align: center;
font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #FFFFFF;
line-height: 50px;
}
.joinbox2 .butn a:first-of-type{
margin-right:38px;
}
.joinbox2 select{
width: 762px;
height: 50px;

border: 1px solid #73B6E8;
border-radius: 3px;
line-height: 50px;
margin-top:20px;
font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #73B6E8;
padding-left: 15px;
box-sizing: border-box;
background:url(../images/xl2.png) no-repeat right 10px center;
  background-color: #FFFFFF;
} 

.joinbox3 .text{
padding:78px 0 87px;
}
.joinbox3 .text h2{

font-size: 24px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
text-align: center;
margin-bottom: 40px;
}
.joinbox3 .text p{
text-align: center;
font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
line-height: 30px;
}
.joinbox3>img{
width: 100%;
}
.joinbox4{
padding:60px 0 40px;
}
.joinbox4 h2{

font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
line-height: 30px;
text-align: center;
margin-bottom: 50px;
}

.joinbox4 ul{
width: 830px;
display: block;

margin:0 auto;
}

.joinbox4  li{
float: left;
width: 48%;
margin:0 4% 50px 0;
border-bottom:1px solid #eee;
}
.joinbox4  li:nth-of-type(2n){
margin-right: 0;
}
.joinbox4  li img{
width: 100%;
height: 280px;
}

.joinbox4  li  p{

font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
line-height: 30px;
height: 90px;
overflow: hidden;
margin:28px 15px 50px;
}

.joinbox5{
background: #F2F2F2;
padding:50px 0 20px;
}

.joinbox5 .wrap h2{

font-size: 24px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
line-height: 30px;
text-align: center;
margin-bottom: 40px;
}

.joinbox5 .wrap>p{
text-align: center;
font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
}

.joinbox5 .wrap ul{
margin-top:75px;
width: 830px;
display: block;

margin:75px auto 0;
}
.joinbox5 .wrap li{
padding:40px 0 60px;
border-bottom:1px solid  #D2D2D2;
}

.joinbox5 .wrap li p{

font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
line-height: 30px;
}
.joinbox5 .wrap li:last-child{
border:none;
}

.joinbox6{
padding:65px 0 90px;
}



.joinbox6 .box{
border: 1px solid #A0A0A0;
border-radius: 5px;
padding:45px 15px;
display: block;
margin:0 auto 30px;
width: 700px;
}
.joinbox6 .box h2{

font-size: 24px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
text-align: center;
margin-bottom: 50px;
}
.joinbox6 .box  p{

font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #666666;
line-height: 30px;
}

.joinbox6  .xl,.joinbox6  .photo{
display: block;
margin:0 auto;
width: 700px;
}
.joinbox6  .xl .list>p{

height: 50px;

border: 1px solid #A0A0A0;
border-radius: 3px;
line-height: 50px;
font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
padding-left: 15px;
background:url(../images/xl3.png) no-repeat right 15px center;
background-color: #FAFAFA;
cursor: pointer;
}
.joinbox6  .xl .list>p.active{
background:url(../images/xl4.png) no-repeat right 15px center;
  background-color: #FAFAFA;
}

.joinbox6  .xl .list{
margin-bottom: 10px;
}

.joinbox6  .xl .list .con{

border: 1px solid #A0A0A0;
border-top:none;
padding:18px 15px 55px;
display: none;
}
.joinbox6  .xl .list .con p{

line-height: 30px;
font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #666666;
}

.joinbox6  .photo ul{
display: flex;
justify-content: space-between;
flex-wrap:wrap;
margin-top:50px;
}
.joinbox6  .photo li{
width: 32%;
}
.joinbox6  .photo li img{
width: 100%;
}
.joinbox6  .photo li p{

font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #666666;
text-align: center;
margin-top:20px;
}

.newslist{
padding:25px 0 100px;
}
.newslist .title{
text-align: center;
margin-bottom: 50px;
}
.newslist .title span.ch{

font-size: 24px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #37474F;
display: block;
text-align: center;
margin-bottom: 10px;
}
.newslist .title span.en{
display: block;
text-align: center;
font-size: 14px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #A7A7A7;
}
.newslist .top li{
  float:left;
  width:32%;
  margin:0 2% 0 0;
  border-left:1px solid rgba(238,238,238,1);

box-sizing: border-box;
}
.newslist .top li:nth-of-type(3n){
  margin-right:0;
}

.newslist .top li>a>img{
  width:100%;
  display:block;
height: 300px;
}

.newslist .top li .text{
  padding:20px;
}

.newslist .top {
  padding-bottom:50px;
  border-bottom:1px solid rgba(238,238,238,1);
}

.newslist .top li .text p.title{

font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
line-height: 20px;
height:60px;
margin-bottom:15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
text-align: left;
}

.newslist .top li .text p.font{

font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #999999;
line-height: 20px;
margin-top:15px;
height: 60px;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}

.newslist .top li .time{
  text-align:right;
  font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(153,153,153,1);
margin-top:20px;
}


.newslist .top li .time span.detail{
width: 110px;
height: 38px;
background: #73B6E8;
line-height:38px;

font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
text-align: center;
display:inline-block;
margin-left:20px;
}

.newslist .bottom{
  padding-top:35px;
}

.newslist .bottom li{
  border-bottom:1px solid rgba(238,238,238,1);
  background:url(../images/more.png) no-repeat right center;
  padding:40px 0;
}

.newslist .bottom li .fl{
  width:8%;
  border-right:1px solid rgba(229,229,229,1);
padding:10px 0;
}

.newslist .bottom li .fl span:first-child{
  font-size:36px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(153,153,153,1);
display:block;

text-align: center;
line-height: 50px;
}

.newslist .bottom li .fl span:last-child{
  font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(153,153,153,1);
text-align: center;
display:block;
}

.newslist .bottom li .fr{
  width:91%;
  padding-right:4%;
}
.newslist .bottom li .fr p.title{

font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
text-align: left;
margin:0;
}

.newslist .bottom li .fr p.font{

font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #999999;
margin-top:20px;
line-height: 20px;
height: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.newslist  .page{
margin-top:50px;
}

.productdetail .top{
padding:68px 0;

border-bottom: 1px solid #D2D2D2;
}

.productdetail .top .left{
width: 660px;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.productdetail .top .left .smallimg.sticky{
position: fixed;
top:110px;
}
.productdetail .top .left .smallimg img{
max-width: 70px;
max-height:70px;
display: block;
margin-bottom: 14px;
}
.productdetail .top .left .smallimg a{
display: flex;
align-items: center;
justify-content: center;
}	
.productdetail .top .left .smallimg img.current{
border:1px solid #333;
}
.productdetail .top .bigimg{
width: 75%;

} 
.productdetail .top .bigimg.active{
margin-left: 165px;
}
.productdetail .top .right.active{
margin-left: 120px;
}

.productdetail .top .right.active{
position: fixed;
    
  /* width: 22%; */
    margin-left: 120px;
}
.productdetail .top .bigimg img{
max-width: 100%;
display: block;
margin:0 auto 30px;
}
.productdetail .top .smallimg.active{
position: fixed;
top:100px;
} 
.productdetail .top .right{
width: 35%;
width: 420px;
}
.productdetail .top .right p.title{

font-size: 30px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #000000;
padding-bottom:25px;
border-bottom: 1px solid #D2D2D2;
margin-bottom: 30px;
}
.productdetail .top .right p.text{

font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #000000;
}
.productdetail .top .right .con{
margin-top:55px;
}

.productdetail .top .right .con> span{

font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #000000;
display: block;

}
.productdetail .top .right .con div p{

font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333;

}

.productdetail .top .right .con div img{
max-width: 100%;
height: auto;
}
.productdetail .top .right .con a{

font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333;
  
}

.productdetail .center{
padding:50px 0 140px;
}

.productdetail .center h2{

font-size: 18px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #000000;
text-align: center;
margin-bottom: 25px;
}


.productdetail .center .text p{

font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #000000;
text-align: center;
margin-bottom:20px;
}
.productdetail .center ul{
margin-top:100px;
}
.productdetail .center li img{
float: left;
width: 50%;
}

.productdetail .center li>div{
float: right;
width: 50%;
padding:50px 50px 0;
box-sizing: border-box;
}
.productdetail .center li:nth-of-type(2n)>img{
float: right;
}
.productdetail .center li>div p.title{

font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #000000;
text-align: center;
line-height:50px;
border-bottom: 1px solid #D2D2D2;
margin-bottom: 25px;
}

.productdetail .center li>div p.font{

font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #000000;
}

.productdetail .bottom {
border-top :1px solid #D2D2D2;
padding-top:50px;
}

.productdetail .bottom  h2{

font-size: 30px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
text-align: center;
margin-bottom: 50px;
}

.indexabout{
padding:100px 0;
}
.indexabout .fr{
width: 40%;
}
.indexabout .fl{
width: 50%;
}
/* .indexabout .wrap{
width: 75%;
} */

.indexabout span.en{
display: block;

font-size: 15px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
margin-bottom: 20px;
padding-left: 55px;
}

.indexabout span.ch{
padding-left: 55px;
font-size: 46px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
display: block;
margin-bottom: 50px;
}
.indexabout .text p{
width: 100%;
padding-left: 55px;
font-size: 20px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #999999;
line-height: 36px;
opacity: 0.85;
}

.indexabout  .wrap>img{
width: 100%;
display:block;
margin-top:70px;
}
.indexabout  .wrap>a,.indexnews  .wrap>a{
width: 350px;
height: 70px;
border: 2px solid rgba(115,182,232,0.35);

border-radius: 35px;
text-align: center;
font-size: 18px;
font-family: SourceHanSansCN;
font-weight: bold;
color: #73B6E8;
display: block;
margin:30px auto 0;
line-height: 70px;
}
.indexabout  .wrap>a:hover,.indexnews  .wrap>a:hover{
border: 2px solid rgba(115,182,232,1)


}

.indexnav  .left{
width: 50%;
padding:110px 0 20px 15%;
box-sizing: border-box;
}
.indexnav  .left span.en,.indexnews span.en,.indexproduct span.en{

font-size: 15px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
display: block;
margin-bottom:15px;
}

.indexnav  .left span.ch,.indexnews span.ch,.indexproduct span.ch{

font-size: 46px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
}
.indexnav  .left  a{

font-size: 12px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #73B6E8;
background:url(../images/border1.png) no-repeat left center;
display: block;
padding-left: 35px;
transition: all .3s;
}

.indexnav  .left  a:hover{
background:url(../images/border2.png) no-repeat left center;
padding-left: 42px;
}
.indexnav  .left.fl {
background:url(../images/border3.png) no-repeat left bottom;
padding-bottom:122px;
}
.indexnav  .left.fr{
background:url(../images/border4.png) no-repeat left bottom;
padding-bottom:124px;
}
.indexnav  .left.fl:hover{
background:url(../images/border3.png) no-repeat left bottom;
background-color: #F8F8F8;
}
.indexnav  .left.fr:hover{
background:url(../images/border4.png) no-repeat left bottom;
background-color: #F8F8F8;
}

.indexnews{
padding:110px 0 70px;
}

.indexnews span.en,.indexnews span.ch,.indexproduct span.en,.indexproduct span.ch{
text-align: center;
display: block;
}

.indexnews ul{
display: flex;
margin-top:100px;
}
.indexnews  .wrap{
width: 75%;
}
.indexnews  li{
flex:1;
position: relative;
}
.indexnews  li>img{
width: 100%;
}
.indexnews  li .layer{
position: absolute;
top:0%;
left:0;
height:0;
background:rgba(0,0,0,0.5);
padding:45px;
box-sizing: border-box;
width: 100%;
opacity: 0;
transition: all .3s;
transform: translate(0,100%);
}
.indexnews  .layer.active{
transform: translate(0,0);
opacity: 1;
height: 100%;
}
.indexnews  li .layer span{
font-size: 34px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #FFFFFF;
display: block;
margin-bottom:20px;
}
.indexnews li a img{
width: 100%;
}
.indexnews  li .layer  p{

font-size: 18px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #FFFFFF;
}


.indexproduct{
padding:75px 0 0;
}

.indexproduct .wrap{
width: 1630px;
max-width: 85%;
}

.indexproduct .wrap ul{
display: flex;
}

.indexproduct .wrap li{
width: 25%;
position: relative;
}
.indexproduct .wrap li>img{
width: 100%;
}
.indexproduct  .text{
margin:0 11%;
border-top:1px solid #F1F1F1;
box-sizing: border-box;
padding:60px 0 90px;
}

.indexproduct  .text h2{

font-size: 24px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #5E5E5E;
margin-bottom: 30px;
}
.indexproduct  .text p{

font-size: 20px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #999999;
line-height: 36px;
width: 86%;
}

.indexproduct .wrap li span{
position: absolute;
bottom:35px;
left: 35px;

font-size: 30px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #FFFFFF;
 -webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;
-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out; opacity:0
}
.indexproduct .wrap li p{
left: 35px;
font-size: 18px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #FFFFFF;
bottom:0;
position: absolute;
opacity:0; -webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;
-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;
}

.indexproduct .wrap li .layer{
position:absolute;
top:0;
left: 0;
height:100%;
background:rgba(0,0,0,0.5);
width: 100%;
opacity: 0;
}
.indexproduct .wrap li:hover .layer{
opacity: 1;
}
.indexproduct .wrap li:hover span{
opacity: 1;
bottom:75px;
}
.indexproduct .wrap li:hover p{
opacity: 1;
bottom:35px;
}
.indexproduct .swiper-father{
padding:50px 0 70px 0;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
width:1344px;
max-width: 70%;
margin:0 auto;
}
.phoneheader,.mobile-container,.phonebanner{
display: none;
}

.indexproduct .swiper-father .texts{
width: 35%;
}
.indexproduct .swiper-father .texts.active{
background:url(../images/zz.png) no-repeat right center;
}
.indexproduct .swiper-container{
width: 62%;
margin:0;
}
.indexproduct .swiper-father .texts span{

font-size: 24px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #5E5E5E;
display: block;
}

.indexproduct .swiper-father .texts p{

font-size: 20px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #C9C9C9;
margin-top:20px;
line-height: 25px;
height:125px;
overflow: hidden;
}
.indexproduct .swiper-father .proimg{
width: 100%;

height: 100%;

display: flex;
align-items: center;
justify-content: center;
}
.indexproduct .swiper-father .proimg img{
max-width: 100%;
max-height: 100%;
}



.swiper-father.wap{
display: none;
}
.indexproduct .swiper-button-next{
background:url(../images/xiangyou.png) no-repeat center center/100%;
width: 45px;
height:35px;
right:20px;
}

.indexproduct .swiper-pagination{

left:20%;
    top: auto;
    bottom: 55px;
}
.indexproduct .swiper-pagination-bullet{

}

.indexproduct .swiper-pagination-bullet{
width: 12px;
height: 12px;
background: #73B6E8;
opacity: 0.35;
border-radius: 50%;
margin:0 5px !important;
}
.indexproduct .swiper-pagination-bullet-active{
width: 14px;
height: 14px;
background: #73B6E8;
border-radius: 50%;
opacity: 1;
}

.commonbox{
padding:45px 0 150px;
}
.commonbox .fl{
width: 20%;
}
.commonbox .fl dl{
border: 1px solid #E5E5E5;
padding:20px 15px;
margin-bottom: 15px;
}
.commonbox .fl dl dt{
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #333333;
margin-bottom: 15px;
}
.commonbox .fl dl dd{
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
line-height: 30px;
}
.commonbox .fr{
width: 78%;
border: 1px solid #E5E5E5;
padding:30px;
box-sizing: border-box;
}
.commonbox .fr h2{
font-size: 18px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #333333;
margin-bottom: 20px;
}
.commonbox .fr li{
float: left;
width:48%;
margin:0 2% 60px 0;
}
.commonbox .fr li:nth-of-type(2n){
margin-right: 0;
}
.commonbox .fr li .pro{
position: relative;
}
.commonbox .fr li .pro>img{
width: 100%;
height: 360px;
}
.commonbox .fr li .pro .play{
width: 70px;
height: 70px;
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
}
.commonbox .fr li  .font1{
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
line-height: 30px;
height: 30px;
overflow: hidden;
margin:10px 0;
}
.commonbox .fr li  .font2{
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #999999;
line-height: 24px;
height: 72px;
overflow: hidden;
}
.cur_wrap_sidebar ul{
       position: fixed;
       top: 50%;
       margin-top: -162px;
       right: 20px;
       z-index: 1000;
     }
     .cur_wrap_sidebar ul li{
     width: 44px;
     height: 44px;
       position: relative;
       font-size: 16px;
       color: #fff;
     margin-bottom: 5px;
     }
     .cur_wrap_sidebar ul li.li_one .wrap_btn{
       border-radius: 2px 0 0 0;
     }
     .cur_wrap_sidebar ul li.li_four .wrap_btn{
       border-radius: 0 0 0 2px;
       border-bottom: none;
     }
     .cur_wrap_sidebar ul li.li_two .wrap_left
   {
       padding-right: 10px;
       position: absolute;
       left: -200px;
       top: 0;
       visibility: hidden;
     }
      .cur_wrap_sidebar ul li.li_four .wrap_left{
      padding-right: 10px;
      position: absolute;
      left: -200px;
      top: 0;
      display: none;
    }
    .cur_wrap_sidebar ul li.li_four .wrap_left{
       left:-240px
     }
     .cur_wrap_sidebar ul li.li_two .wrap_left:after,
     .cur_wrap_sidebar ul li.li_four .wrap_left:after{
       content: '';
       width: 10px;
       height: 10px;
       border-right: 1px solid rgba(241,243,245,1);
       border-top: 1px solid rgba(241,243,245,1);
       transform: rotate(45deg);
       -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
       -ms-transform: rotate(45deg);
       position: absolute;
       right: 5px;
       top: 20px;
       background: #fff;
     }
     .cur_wrap_sidebar ul li.li_two .wrap_left .wrap_img,
     .cur_wrap_sidebar ul li.li_four .wrap_left .wrap_img{
       padding: 12px;
       background: rgba(255,255,255,1);
       box-shadow: 0px 1px 12px 0px rgba(230,230,230,0.5);
       border: 1px solid rgba(241,243,245,1);
     }
     .cur_wrap_sidebar ul li.li_two .wrap_left .wrap_img{
       padding: 8px 14px;
     }
     .cur_wrap_sidebar ul li.li_two .wrap_left .wrap_img p{
       font-size: 12px;
       color: rgba(89,101,128,1);
       line-height: 20px;
     }
     .cur_wrap_sidebar ul li.li_two .wrap_left .wrap_img p.p_two{
       margin-top: 7px;
     }
     .cur_wrap_sidebar ul li.li_four .wrap_left .wrap_img img{
       width: 84px;
       height: 84px;
     }
     .cur_wrap_sidebar ul li.li_five .wrap_btn{
       border-radius: 2px 0 0 2px;
       margin-top: 10px;
       border: none;
     }
     .cur_wrap_sidebar ul li .wrap_btn{
       overflow: hidden;
    
       width: 44px;
       height: 44px;
       position: absolute;
       right: 0;
      background: #333;
       text-align: center;
       line-height: 44px;
       cursor: pointer;
       transition: width 0.3s ease;
       -webkit-transition: width 0.3s ease;
       -o-transition: width 0.3s ease;
       -moz-transition: width 0.3s ease;
     }
     .cur_wrap_sidebar ul li .wrap_btn .iconfont{
       font-size: 24px;
       color: #fff;
     }
     .cur_wrap_sidebar ul li .wrap_btn .icon-weixin1{
        font-size: 20px;
     }
     .cur_wrap_sidebar ul li span{
       vertical-align: middle;
     }
     .cur_wrap_sidebar ul li span.text{
       display: none;
       padding-bottom: 1px;
     }
     .cur_wrap_sidebar ul li.xbot:hover .wrap_btn{
     width:85px;
     }
     .cur_wrap_sidebar ul li.li_four .wrap_left h2{
       color:#1c5e93;
       font-size: 18px;
       margin-bottom: 10px;
     }
     .cur_wrap_sidebar ul li.li_four .wrap_left input{
       width:145px;
       padding-left: 10px;
       box-sizing: border-box;
       border:1px solid #eee;
       display: block;
       margin:0 auto 10px;
     }
     .cur_wrap_sidebar ul li.li_four .wrap_left button{
       width:145px;
       height:30px;
       line-height: 30px;
       background:#1c5e93;
       color:#fff;
     }
     .cur_wrap_sidebar ul li:hover .wrap_btn{
       background: linear-gradient(270deg, #57D0FF 0%, #4563F3 100%);
       width:110px;
       height:44px;
       padding-left: 18px;
       text-align: left;
       border-radius: 2px 0 0 2px;
       border: none;
     }
     .cur_wrap_sidebar ul li:hover span.text{
       display: inline-block;
     font-size: 12px;
     color:#fff;
     }
     .cur_wrap_sidebar ul li .wrap_btn .iconfont img{
       width: 22px;
     }
     /* .cur_wrap_sidebar ul li:hover span.iconfont{
       margin-right: 8px;
     }
     .cur_wrap_sidebar ul li.xbot:hover .wrap_btn{
       width: 126px;
     }
     .cur_wrap_sidebar ul li.xbot:hover span.iconfont{
       margin-right: 0px;
     } */
     .cur_wrap_sidebar ul li.xbot span.iconfont{
       display: none;
     }
     .cur_wrap_sidebar ul li.xbot:hover span.text1{
       display: none;
     }
     .cur_wrap_sidebar ul li.xbot:hover span.iconfont{
       display: inline-block;
     }
     .cur_wrap_sidebar ul li.li_two:hover .wrap_left,
     .cur_wrap_sidebar ul li.li_four:hover .wrap_left{
       visibility: visible;
       transition-property: visibility;
       -webkit-transition-property: visibility;
       -o-transition-property: visibility;
       -moz-transition-property: visibility;
       transition-delay: 0.2s;
       -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
       -moz-transition-delay: 0.2s;
     }
     
     
     
@media screen and (min-width:320px) and (max-width:800px) {
.commonbox{
  padding:.5rem 0 1rem;
}
.commonbox .fl{
  width: 100%;
}
.commonbox .fl dl{
  padding:.2rem;
}
.commonbox .fl dl dt{
  font-size: .26rem;
  margin-bottom: .2rem;
}
.commonbox .fl dl dd{
  display: inline-block;
      margin-right: 0.2rem;
      font-size: .22rem;
}
.commonbox .fr{
  width: 100%;
  padding:.3rem;
}
.commonbox .fr h2{
  font-size: .28rem;
  margin-bottom: .2rem;
}
.commonbox .fr li{
  width: 48%;
  margin:0 4% .3rem 0;
}
.commonbox .fr li:nth-of-type(2n){
  margin-right: 0;
}
.commonbox .fr li:nth-of-type(3n) {
    margin-right: 4%;
}
.commonbox .fr li:nth-of-type(6n) {
    margin-right: 0%;
}
.commonbox .fr li .pro>img{
  height:2rem;
}
.commonbox .fr li .pro .play{
  width: 1rem;
  height: 1rem;
}
.commonbox .fr li .font1{
  font-size: .28rem;
  line-height: .35rem;
  height: .35rem;
  margin:.2rem 0;
}
.commonbox .fr li .font2{
  font-size: .24rem;
  line-height: .35rem;
  height: .7rem;
}

}