@charset "UTF-8";
@import url(font/stylesheet.css);

/*  */
html,
body {

    font-size: 16px;

    color: #000000;

    margin: 0px auto;

    padding: 0px;

    text-decoration: none;

    font-family: "HRegular";

    background: #fff;

    -webkit-text-size-adjust: none;


}

.w100 {
    width: 100%;
    overflow: hidden;

}
ul{
    padding: 0;
    margin: 0;
}
ol{
    padding: 0;
    margin: 0;
}
blockquote{
    margin: 0px;
    padding: 0px;
}
p{
    margin: 0px;
    padding: 0px;
}
h1{
    margin: 0;
    padding: 0;
    font-weight: normal;
 
}
h3{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 16px;
}
dl{
    margin: 0px;
}

dd{
    margin: 0px;
}
ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000000;
}

.one{
    color: red;
}

.w1600{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

header{
    width: 100%;
    height: 130px;
    padding: 0 160px;
    background-color: #1d1819;
    box-sizing: border-box; 
    position: relative;  
    z-index: 999;
}

.topOne{
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.topOne .logoAll .logo1{
    width: 122px;
    height: 122px;
    position: absolute;
}
.topOne .logoAll .logo1 img{
    width: 122px;
    height: 108px;
}
.indexCenter{
    width: 100px;
    height: 100%;
}
.indexCenter img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.indexCenter{

}

input:focus{
    outline: none;
}

header .topOne .logoAll{
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

header .topOne .logoAll img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin-bottom: 55px;
}

header .topOne .logoAll .logo2{
    margin-bottom: 55px;
    position: absolute;
    left: 500px;
}
header .topOne .logoAll .logo3{
    position: absolute;
    left: 130px;
    width: 30%;
    top: 75px;
}

header .topOne .fr{
    width: 60%;
    height: 130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}  

header .topOne .fr .tel{
    width: 420px;
    height: 50%;
    display: flex;
    margin-right: 0;
    float: right;
}

header .topOne .fr .tel .sousuoPic{
    width: 110px;
    height: 50%;
    padding: 0 34px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(100%);
    border-right: 1px solid #838081;
}

header .topOne .fr .tel .sousuoPic img{
    max-width: 100%;
    max-height: 100%;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
header .topOne .fr .tel  .mobile{
    width: 320px;
    height: 50%;
    padding: 0 0 0 34px;
    box-sizing: border-box;
    transform: translateY(100%);
    display: flex;
    align-items: center;
}

header .topOne .fr .tel  .mobile span{
    font-size: 34px;
    color: #fff;
    margin-left: 10px;
}

header .topOne .fr .nav{
    width: 100%;
    height: 50%;
    float: left;
    display: flex;
    justify-content: flex-end;
}
header .topOne .fr .nav oneUl{
    display: flex;
    position: absolute;
    right: 176px;

}
header .topOne .fr .nav ul{
    /* height: 100%; */
    display: flex;
    position: absolute;
  

    
}
header .topOne .fr .nav ul .smenu li{
    display: block;
    height: 50px;
  
}

header .topOne .fr .nav ul li:hover .smenu .sli a{ 

    background-color: rgba(0, 0, 0, .4);
    height: 100%;
}
header .topOne .fr .nav ul li:hover .smenu .sli:hover a{
    background:url(../images/navPic.png) no-repeat top right;
    background-color:rgba(255, 255, 255, .8);
    color: #e62129;
}
header .topOne .fr .nav ul .active>a{
    color: #e62129;
    background:url(../images/navPic.png) no-repeat;
    background-position:100px 6px ;
} 
header .topOne .fr .nav ul .smenu li a{
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .topOne .fr .nav ul li{
    width: 140px;
    height: 100%;
    line-height: 65px;
    text-align: center;
    color: #fff;
 
}

header .topOne .fr .nav ul li a{
    color: #fff ;
    display: block;
    width: 100%;
    font-family: HLight;
    font-weight: bold;
}
header .topOne .fr .nav ul li .lanA{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
header .topOne .fr .nav ul .lan{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
header .topOne .fr .nav .smenu{
    position: absolute;
    display: none;
}
header .topOne .fr .nav ul li:hover .smenu{
    display: block;
}


header .topOne .fr .nav ul li{
    position: relative;
}
header .topOne .fr .nav ul li:last-child span{
    margin-left: 10px;
    display: inline-block;
    width: 80px;
}

header .topOne .fr .nav ul li:last-child  .downArrow{
    margin-left: 15px;
}
.lan .lanUl{
    position: relative;
    width: 100%;
    height: 100%;
}
.lan .lanUl .lanLi{
    display: none;
}

header .topOne .fr .nav ul li:last-child:hover  .lanLi{
    display: block;
    top: 50px;
    background-color: rgba(0, 0, 0, .4);
}
header .topOne .fr .nav ul li:last-child .lanLi a:hover{
    background-color: #fff;
}
header .topOne .fr .nav ul li:last-child:hover  .lanLi a{
    color: #e62129;
}

.banner {
    height: 900px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.banner .swiper-button-prev {
    left: 2%;
    border: 1px solid #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transition: .3s;
    z-index: 9;
}
.banner .swiper-button-next {
    right: 2%;
    border: 1px solid #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transition: .3s;
    z-index: 999;
    z-index: 9;
}
.banner .swiper-pagination {
    bottom: 40px;
}
 .swiper-pagination-bullet {
    margin: 0 10px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination span {
    display: inline-block;
    width: 60px;
    height: 8px;
    border-radius: 0;
    background: rgba(170, 0, 0, .8);
    position: relative;
    border-radius: 4px;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
    display: block;
    width: 100%;
    height: 900px;
    position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .InSlide{
    width: 50%;
    position: relative;
    left: 34%;
    top: 50%;
    transform: translate(-50% ,-50%);
    
}
.banner .swiper-container .swiper-wrapper .swiper-slide  .title{
  
    color: #fff;
    margin-bottom: 6px;
    font-size: 72px;
    font-family: HBold;
}
.banner .swiper-container .swiper-wrapper .slide1  .title1{
    
    color: #fff;
    font-size: 40px;
    font-family: HLight;
    width: 300px;

}

.banner .swiper-container .swiper-wrapper .swiper-slide  .subTitle{

    color: #fff;
  margin-bottom: 15px;
    font-size: 26px;
    font-family: HLight;
}
.banner .swiper-container .swiper-wrapper .slide1  .subTitle{
    width: 760px;
    font-size: 24px;
}
.banner .swiper-container .swiper-wrapper .swiper-slide  .content{
    
    color: #fff;
   
    font-size: 36px;
    font-family: HLight;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .btn{
    width: 156px;
    height: 42px;
   margin-top: 44px;
    background-color: rgba(170, 0, 0);
    border-radius: 21px 0px 21px 21px;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .btn a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px 0px 21px 21px;
    color: #fff;
}

.banner .swiper-container .swiper-wrapper .slide2 .content ul {
    display: flex;
}
.banner .swiper-container .swiper-wrapper .slide2 .content ul li{
    font-size: 24px;
    margin-right: 25px;
    display: flex;
    align-items: center;
}
.banner .swiper-container .swiper-wrapper .slide2 .content ul li img{
    margin-right: 4px;
}

.AboutUsIndex{
    height: 818px;
    background-size: contain;
    box-sizing: border-box;
    padding: 75px 160px;
}
.AboutUsIndex .title{
    width: 60%;
}
.AboutUsIndex .title .title2{
    font-family: LogoSC;
	font-size: 110px;
    color: #dddddd;
    opacity: 0.41;
    transform: translate(1%, -18%);
    line-height: 95px;
    

}
.AboutUsIndex .title .title3 {
    font-family: HBold;
    font-size: 42px;
    color: #1d1819;
}
.AboutUsIndex .title .title4{
    font-size: 24px;
    color: #e62129;
    line-height: 25px;
    font-family: HBold;
    margin-top: 40px;
}
.AboutUsIndex  p{
    width: 50%;
    line-height: 32px;
    margin-top: 30px;
    
}

.AboutUsIndex p:nth-child(4){
    /* display: none; */
}
.AboutUsIndex .btn{
    width: 156px;
    height: 42px;
   margin-top: 44px;
    background-color: rgba(170, 0, 0);
    border-radius: 21px 0px 21px 21px;
}

.AboutUsIndex .btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

/*  */
.MiddleIndex{
    height: 240px;
    margin: 0 auto;
}

.Num{
    padding:50px;
    box-sizing: border-box;
}
.MiddleIndex .Num ul{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.MiddleIndex .Num ul li span{
    font-family: DINB;
    font-size: 88px;
    font-weight: bold;
    color: #ffffff;
}
.MiddleIndex .Num ul li .shuzi{
    color: #fff;
}
.MiddleIndex .Num ul li div{
    font-size: 20px;
    color: #fff;
}

/*  */
.productIndex{
    height:890px ;
    /* padding: 85px 160px; */
    box-sizing: border-box;
}
.allIndex{
    padding: 70px 70px !important;
    box-sizing: border-box;
}

.productIndex .productOne .EnTitle{
    font-family: LogoSC;
	font-size: 110px;
    color: #dddddd;
    opacity: 0.41;
    transform: translate(1%, -18%);
    line-height: 125px;
}

.productIndex .productOne .title3{
    font-family: HBold;
    font-size: 42px;
    color: #1d1819;
}
.productIndex .productOne .title4{
    
    color: #808080;
    margin-top: 40px;
}

/*  */
.productIndex .tabBar{

    height: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.productIndex .tabBar .hd {
    width: 44%;
    height: 100%;
}
.productIndex .tabBar .hd ul{
    margin-top: 100px;
}
.productIndex .tabBar .bd{
    width: 55%;
    background-color: #bf0002;
    height: 680px;
    border-radius: 349px 42px 86px 0px;
}

.productIndex .tabBar .bd .tempWrap{
    width: 100%;
    height: 100%;
}
.productIndex .tabBar .bd  img{
    position: absolute;
    right: 0;
    transform: translate(-98px, -40px);
}
.productIndex .tabBar .bd .tempWrap .conWrap{
    height: 100%;
}
.productIndex .tabBar .bd .tempWrap .conWrap .con{
    width: 100%;
    height: 100%;
    background-color: green;
    border-radius: 373px 42px 86px 0px;
    transform: translateY(10px);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.productIndex .tabBar .bd .tempWrap .conWrap .con .content{
    background:-webkit-linear-gradient(left,rgba(191, 0, 2, .5),rgba(191, 0, 2, 0));
    height: 140px;
    width: 100%;
}
.productIndex .tabBar .bd .tempWrap .conWrap .con .content {
    box-sizing: border-box;
    padding: 20px 150px 20px 24px;
}
.productIndex .tabBar .bd .tempWrap .conWrap .con .content .title{
    color:#fff;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}
.productIndex .tabBar .bd .tempWrap .conWrap .con .content .detail{
    color: #fff;
}

.productIndex .tabBar .bd .tempWrap .conWrap .con2{
    background-image: url('../images/proIndex02.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.productIndex .tabBar .bd .tempWrap .conWrap .con3{
    background-image: url('../images/proIndex03.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.productIndex .tabBar .bd .tempWrap .conWrap .con4{
    background-image: url('../images/proIndex04.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.productIndex .tabBar .bd .tempWrap .conWrap .con5{
    background-image: url('../images/proIndex05.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.productIndex .tabBar .hd ul{
    width:100% ;
    display: flex;
    flex-wrap: wrap;
}
.productIndex .tabBar .hd ul li{
    font-size:24px ;
    width: 50%;
    height: 75px;

}
.productIndex .tabBar .hd ul li:hover{
    cursor: pointer;
}
.productIndex .tabBar .hd ul li h3{
    font-size: 24px;
}
.productIndex .tabBar .hd ul .on h3{
    font-size: 24px;
    color: #b30000;
    font-weight: bold;
}
.productIndex .tabBar .hd ul .on h3::before
{
    content: '';
    font-weight: bold;
    margin-right: 8px;
    margin-top: -5px;
}
.productIndex .tabBar .bd img{
    transform: translate(-36px, -26px);
}

.tabBar .btn{
    height: 68px;
    position: relative;
    top: -350px;
    display: flex;
    justify-content: space-between;
}
.tabBar .prev{
    margin-left: 24px;
}
.tabBar .next{
    margin-right: 24px;
}
.tabBar .prev,
.tabBar .next {
    color: #fff;
    font-size: 42px;
    line-height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 68px;
    background-color: rgba(179, 0, 0, .6);
    font-family: ;
  }

.tabBar .next {
    left: auto;
    right: 10px;
  }



  .cooperationIndex{
    height: 820px;
  }

  .productIndex .btn2{
    width: 156px;
    height: 42px;
    margin-top: 44px;
    background-color: rgba(170, 0, 0);

    border-radius: 21px 0px 21px 21px;
  }
  .productIndex .btn2 a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
  }

  .cooperationOne .title{
    text-align: center;
    font-size: 110px;
    color: #dddddd;
    font-family: LogoSC;
    opacity: .1;

  }

  .cooperationOne .title2{
    font-family: HBold;
    font-size: 42px;
    color: #ffffff;
    text-align: center;
  }
  .cooperationOne .content{
    color: #ffffff;
    margin-top: 40px;
    text-align: center;
  }

  .cooperationOne ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-top: 90px;
  }

  .cooperationOne ul li{
    width: 15%;
    height: 287px;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 36px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    
  }
  .cooperationOne ul li div:nth-child(1){
    width: 58px;
    height: 58px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(-3deg, 
    #e65c00 0%, 
    #e12108 100%), linear-gradient(
		#e12108, 
		#e12108);
    font-size: 36px;
    color: #ffffff;
    font-family: HBold;
    transform: translateY(-85%);

  }
  .cooperationOne ul li div:nth-child(3){
    font-size: 20px;
    font-family: HBold;
    margin-bottom: 50px;
  }

   
  .cooperationOne ul  .pic{
    background-position:0px  0px;
    width: 80px;
    height: 80px;
    
  }
  .cooperationOne ul li .pic{
    background-image: url('../images/cooperationPics.png');
    background-repeat: no-repeat;
    transform: translateY(-20px);
  }
  .cooperationOne ul li:first-child .pic{
    
    background-position: 0px 0px;
  }

  .cooperationOne ul li:nth-child(2) .pic{
   
    background-position: -272px 0px;
  }

  .cooperationOne ul li:nth-child(3) .pic{
    
    background-position: -543px 0px;
  }
  .cooperationOne ul li:nth-child(4) .pic{

    background-position: -815px 0px;
  }
  .cooperationOne ul li:nth-child(5) .pic{
    
    background-position: -1088px 0px;
  }
  .cooperationOne ul li:nth-child(6) .pic{
    
    background-position: -1366px 0px;
  }

  .caseIndex{
 
  }
  .caseIndex .caseOne{
    height: 100%;
  }
  .caseIndex .caseOne .out{
    height: 156px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .caseIndex .caseOne .out .fl p{
    font-size: 110px;
    font-family: LogoSC;
    color: #dddddd;
    opacity: 0.41;
    line-height: 110px;
  }

  .caseIndex .caseOne .out .fl div{
    font-size: 42px;
    font-family: HBold;
    color:#1d1819 ;
  }

  .caseIndex .caseOne .out .fr .btn{
    width: 156px;
    height: 42px;
    margin-top: 44px;
    background-color: rgba(170, 0, 0);
    border-radius: 21px 0px 21px 21px;
   
  }

  .caseIndex .caseOne .out .fr .btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
  }
  /*  */
  .swiperTwo{
    margin-top: 40px;
    overflow: hidden;
  }
.swiperTwo .swiper-wrapper .swiper-slide{
    width: 32% !important;
    height: 327px;
    border-radius: 68px;
    overflow: hidden;
}
.swiperTwo .swiper-wrapper .swiper-slide img{
    transition: all .8s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiperTwo .swiper-wrapper .swiper-slide img:hover{
    transform: scale(1.2);
}
.swiperTwo .swiper-wrapper .swiper-slide h1{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 92px;
    transform: translateY(-100%);
    color: #fff;
    position: relative;
    font-size: 24px;
    background:-webkit-linear-gradient(bottom,rgba(191, 0, 2, .5),rgba(0, 0, 0, 0));
}
.swiperTwo .btn{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 44px;
    transform: translateY(-433%);
    position: relative;
    z-index: 999;
    padding: 0 20px;
    box-sizing: border-box;
}
.swiperTwo .swiper-button-next1{
    color: #fff !important;
    position: relative;
    width: 48px;
    height: 68px;
    right: 0px !important;
    background-color: rgba(179, 0, 0, .6);
    font-size: 42px;
    font-family: ;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.swiperTwo  .swiper-button-prev1{
    color: #fff !important;
    position: relative;
    background-color: rgba(179, 0, 0, .6);
    font-size: 42px;
    font-family: ;
    width: 48px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; 
}

/*  */
.newsIndex{
    height:970px;
    padding: 77px 0;
}
.newsIndex .newsOne .out {
    height: 175px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.newsIndex .center{
    height: 580px;
    display: flex;
    border: 2px solid #f5f5f5;
    margin-top: 60px;
}

.newsIndex .center .tupian{
    width: 33.3%;
    height: 100%;
    padding: 35px 35px 0;
    box-sizing: border-box;
    border-right: 2px solid #f5f5f5;
}
.newsIndex .center .tupian:nth-child(2){
    border-left: 0;
}


.newsIndex .center .wenzi{
    width: 33.3%;
    height: 100%;
}
.newsIndex .center .wenzi ul{
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}
.newsIndex .center .wenzi ul li{
    height: 20%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 40px;
    box-sizing: border-box;
    border-bottom: 2px solid #f5f5f5;
}
.newsIndex .center .wenzi ul li a:hover .title {
    font-weight: bold;
}
.newsIndex .center .wenzi ul li blockquote{
    color: #808080;
    width: 80%;
}
.newsIndex .center .wenzi ul li h1{
    font-size: 16px;
}
.newsIndex .center .wenzi ul li:last-child{
    border: 0;
}
.newsIndex .newsOne .out .fl p {
    font-size: 110px;
    font-family: LogoSC;
    color: #dddddd;
    opacity: 0.41;
    line-height: 110px;
}

.newsIndex .newsOne .out .fl div {
    font-size: 42px;
    font-family: HBold;
    color: #1d1819;
}

.newsIndex .newsOne .out .fr .btn {
    width: 156px;
    height: 42px;
    margin-top: 44px;
    background-color: rgba(170, 0, 0);
    border-radius: 21px 0px 21px 21px;
}

.newsIndex .newsOne .out .fr .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.newsIndex .center .tupian .pic0{
    display: flex;
    align-items: center;
    height: 60%;
}
.newsIndex .center .tupian .pic{
    width: 100%;
    height: auto;
    overflow: hidden;

}
.newsIndex .center .tupian .pic img:hover{
    transform: scale(1.2);
}
.newsIndex .center .tupian .pic img{
    transition: all .8s;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.newsIndex .newsOne .center .tupian .title{
    margin-top:25px;
    font-size: 20px;
    color: #b30000;
    font-family: HBold;
}
.newsIndex .newsOne .center .tupian .content{
    color: #808080;
    margin-top: 22px;
}
.newsIndex .newsOne .center .tupian .date{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    height: 44px;
    align-items: center;
}
.newsIndex .newsOne .center .tupian .date {
    color: #808080;
    font-size: 14px;
}
.newsIndex .newsOne .center .tupian .date .arrow{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #b30000;
}
.newsIndex .newsOne .center .tupian .date .arrow a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: ;
    font-size: 21px;
    color: #f5f5f5;
}
.newsIndex .newsOne .center .tupian blockquote{
	display: inline-block;
	overflow: hidden;
	white-space: wrap;
	text-overflow: ellipsis;
}
.newsIndex .newsOne .center .tupian blockquote small{
    display: -webkit-box;
	display:  -webkit-inline-box ; 
	overflow: hidden;
	width: 100%;
	-webkit-line-clamp: 2;
    font-size: 16px;
}
.friend{
    height: 20px;
    box-sizing: border-box;
    padding: 0 5%;
    font-size: 14px;
}

footer{
    height: 583px;
    padding:  0 5%;
    box-sizing: border-box;
    background-color: #1d1819;
}
footer .footBottom{
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
footer .footBottom .copyRight{
    color: rgba(255, 255, 255, .6);
    font-family: HLight;
}
footer .footBottom .copyRight a{
    color: rgba(255, 255, 255, .6);
    font-family: HLight;
}
footer .footTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 150px;
    width: 100%;
    border-bottom: 1px solid #4c4949;
}


.footer .footTop .fl{
    display: flex;
    align-items: center;
}

footer .footTop .fl img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    margin-right: 8px;
}
footer .footTop .fl div{
    font-family: DOUYINS;
    color: #f5f5f5;
}

footer .footTop .fl div .comName{
    font-size: 36px;
    margin-top: 20px;
}

footer .footTop .fl div .comNameEn{
    font-size: 17px;
}

footer .footTop .fr{
    color: #fff;
    font-family: HBold;
    font-size: 24px;
}

.footCenter{
    height: 370px;
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px solid #4c4949;
}

.footCenter .fcenter{
    padding-top: 40px;
    box-sizing: border-box;
}
.footCenter dl dd{
    color: #fff;
}
.footCenter dl dt{
    color: #fff;
}
.footCenter .pic img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.footCenter .pic {
    width:30px ;
    height: 30px;
    margin-bottom: 30px;
}


.footCenter .fcenter01{
    padding-left: 33px;
    width: 20%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    border-right:1px solid #4c4949 ;
}
.footCenter .fcenter01 dl{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    height: 70%;
 
    
}
.footCenter .fcenter01 dl dt{
    width: 100%;

}
.footCenter dt{
    font-size: 18px;
    color: #fff;
    
}
.footCenter .fcenter01 dl dd{
    width: 50%;
   
}
.footCenter .fcenter dl dd a{
    color: rgba(255, 255, 255, .6);
}
.footCenter .fcenter dl dd {
    color: rgba(255, 255, 255, .6);
}
.footCenter .fcenter02{
    width: 30% ;
    padding-left: 100px;
    box-sizing: border-box;
}
.footCenter .fcenter02 dl{
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.footCenter .fcenter03{
    width: 30%;

}
.footCenter .fcenter03 dl{
    width: 100%;
    height: 53%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.footCenter .fcenter04{
    width:24% ;
}
.footCenter .fcenter04 .picDl{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.footCenter .fcenter04 .picDl dl{
    width: 49%;
}
.footCenter .fcenter03 dl{
    width: 100%;
}
.footCenter .fcenter04 dd{
    margin-top: 27px;
}

.aboutUsBanner{
    height: 580px;
    background: url('../images/aboutUsBanner.jpg') top center no-repeat;
}
.aboutUsBanner .title{
    font-size: 56px;
    font-family: HBold;
    font-style: italic;
    color: #ffffff;
    width: 226px;
    height: 60px;
    margin-top: 271px;
    margin-left: 330px;
    border-bottom: 10px solid #e62129;
}

.w1280{
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}
.aboutUsPage{
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
}
.aboutUsPage img{
    transform: translate(0px,-20px);
    position: relative;
}
.aboutUsPage .title span{
    font-family:LogoSC;
	font-size: 28px;
    position: relative;
    left: -22px;
    top: -10px;
}

.aboutUsPage .subTitle{
    font-family: HBold;
    font-size: 24px;
    color: #e62129;
    margin-left: 50px;
    
}
.aboutUsPage .content{
    height: 363px;
    display: flex;
    margin-top: 40px;
    justify-content: space-evenly;
    
}
.aboutUsPage .content .fl{
    width: 60%;
    padding: 15px 20px 15px 0;
    box-sizing: border-box;
    color: #808080;
}
.aboutUsPage .content .fl p{
    margin-bottom: 40px;
    line-height: 26px;
}
.aboutUsPage .content .fr{
    width: 39%;

}
.aboutUsPage .content .fr ul{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    
}
.aboutUsPage .content .fr ul .num span{
    font-size: 88px;
    color: #e62129;
    font-family: DINB;
}
.aboutUsPage .content .fr ul .num{
    color: #e62129;
}
.aboutUsPage .content .fr ul div:nth-child(2){
    color: #1d1819;
}   

.aboutUsPage .content .fr ul li{
    width: 50%;
    height: 50%;
    font-family: SRegular;
    color: #1d1819;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.aboutUsPage .content .fr ul li:nth-child(3n+1){
    background-color: #fafafa;
}

/*  */
.newsBanner{
    height: 580px;
    background: url('../images/newsBanner.jpg') top center no-repeat;
}

.newsBanner .title{
    font-size: 56px;
    font-family: HBold;
    font-style: italic;
    color: #ffffff;
    width: 226px;
    height: 60px;
    margin-top: 271px;
    margin-left: 330px;
    border-bottom: 10px solid #e62129;

}

.newsList{
    height: 1535px;
    padding: 60px 0;
    box-sizing: border-box;
    position: relative;
}

.newsList  .newsLogo{
    transform: translate(0px,-20px);
    position: relative;
}



.newsList .title span{
    font-family: LogoSC;
    font-size: 28px;
    position: relative;
    left: -22px;
    top: -10px;
}

    

.newsList .subTitle{
    font-family: HBold;
    font-size: 24px;
    color: #e62129;
    line-height: 60px;
    margin-left: 50px;
    margin-top: -22px;
} 
.newsList .tu{
    height: 450px;
}
.newsList .ulOne{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.newsList .ulOne li{
    width: 32%;
    height: 100%;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 25px;
    box-sizing: border-box;
    border: 2px solid #f5f5f5;
}
.newsList .ulOne li img{
    max-width: 95%;
    max-height: 100%;
    width: auto;
    height: auto;

}
.newsList .ulOne li img:hover{

}

.newsList .ulOne li .pic{
    width: 100%;
    height: 253px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsList .ulOne li .pic a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsList .ulOne li .title{
   
}
.newsList .ulOne li .title a{
    font-family: HBold;
    font-size: 20px;
    color: #b30000;
}
.newsList .ulOne li blockquote{
    margin: 10px 0;
}
.newsList .ulOne li blockquote small{
    color: #808080;
}
.newsList .ulOne li .date{
    color: #808080;
    font-size: 14px;
}

.newsList .nav2{
    margin-top: 70px;
}

.newsList .nav2 ul{
    display: flex;
    height: 40px;
}
.newsList .nav2 ul li{
    width: 130px;
    height: 100%;
}
.newsList .nav2 ul li h1{
    height: 100%;
}
.newsList .nav2 ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.newsDisplay blockquote{
    width: 90%;
    color: #808080;
}
.newsList .nav2 ul .on a{
    color: #f5f5f5;
    background-color: #b30000;
}
.newsList .nav2 ul{
    border-bottom: 2px solid #f5f5f5;
}

.newsList .nav2 ul .active a{
    color: #b30000;
    background-color: #f5f5f5;
    font-family: HBold;
}

.newsDetail{
    height: 100%;
    padding: 60px 0;
    box-sizing: border-box;
}
.newsDetail .bigFl{
    width: 66%;
    float: left;
}
.newsDetail .bigFr{
    width: 30%;
    float: right;
}
.newsDetail .bigFr .recommend, .newsDetail .bigFr .recommend2{
    height: 50px;
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
}
.newsDetail .bigFr .recommend{
    margin-bottom: 30px;
}
.newsDetail .bigFr .newsUl{
    margin-bottom: 30px;
    list-style-type:disc !important ;
    list-style-position: inside;
}
.newsDetail .bigFr .newsUl li a{
    display: flex;
    align-items: flex-start;
    height: 100%;
    justify-content: space-around;
  
}
.newsDetail .bigFr .newsUl li h3{
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsDetail .bigFr .newsUl li h3 span{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
}
.newsDetail .bigFr .newsUl li div:nth-child(2){
    margin-left: 15px;
}
.newsDetail .bigFr .newsUl li a span{
    margin-right: 10px;
    font-size: 30px;
}
.newsDetail .bigFr li{
    margin: 30px 0;
  
    box-sizing: border-box;
}
.newsDetail .bigFr .newsUl{
    list-style-type:disc !important ;
    list-style-position: inside;
}
.newsDetail .bigFr .newsUl li{
    height: 70px;
    margin: 10px 0;
    padding-left: 30px;
    background-color: #fafafa;
}

.newsDetail .bigFr .title2{
    background-color: #fafafa;
    width: 100%;
    display: flex;
    justify-content: center;
    line-height: 35px;
}
.newsDetail .bigFr li .tu{
    width: 300px;
    height: auto;
}
.newsDetail .bigFr li a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.newsDetail .bigFr li img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.newsDetail .title{
    font-family: HBold;
    
    color: #1d1819;
    height: 90px;
}
.newsDetail .title h3{
    position: relative;
    top: -22px;
    left: 37px;
    font-size: 40px;
}
.newsDetail .date{
    margin: 15px 0 20px 55px;
}
.newsDetail .date span{
    font-size: 14px;
    color: #808080;
}
.newsDetail .date span:nth-child(2){
    margin-left: 50px;
}

.newsDetail .date span:nth-child(3){
    margin-left: 10px;
}

.newsDetail .date span:nth-child(4){
    margin-left: 10px;
}

.newsDetail .content{

    width: 100%;
    height: 100%;
    padding:0 50px;
    box-sizing: border-box;
}
.newsDetail .content  font{
    color: #808080;
}
.newsDetail .content  span{
    color: #808080 !important;
}
.newsDetail .content {
    font-size: 14px;
    color: #808080;
    line-height: 28px;
}
/*  */
.caseBanner {
    height: 580px;
    background: url(../images/caseBanner.jpg) top center no-repeat;
}

.nbanner{
    background-size: contain;
}

.caseBanner .title {
    font-size: 56px;
    font-family: HBold;
    font-style: italic;
    color: #ffffff;
    width: 226px;
    height: 60px;
    margin-top: 271px;
    margin-left: 330px;
    border-bottom: 10px solid #e62129;
}

.caseBanner .title span{
    position: relative;
    top: 20px;
    left: -30px;
}

/*   */
.caseList {
    padding:55px 0 ;
    box-sizing: border-box;
}
.caseList .title{
    height: 80px;
}
.caseList .title span{
    font-family: HBold;
    font-size: 40px;
    color: #1d1819;
    height: 110px;
   
}
.caseList .title span {
    position: relative;
    top: 20px;
    left: -30px;
}
.caseList .subTitle{
    font-family: HBold;
    font-size: 24px;
    color: #e62129;
    margin-left: 50px;
    margin-top: 10px;
}
.caseList .caseImg{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.caseList .caseImg li a img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: 42px;
}
.caseList .caseImg li a .img{
    width: 410px;
    height: 262px;
    border-radius: 42px;
}
.caseList .caseImg li{
    width: 33.3%;
    height: 332px;
   
}

.caseList .caseImg li a{
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}
.caseList .caseImg li .text{
    height: 100%;
}
.caseList .caseImg li .text span{
    color: #1d1819;
}
.page { 
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}

.page .page-num-current {
    border: 1px solid #e70012;
    border-radius: 2px;
}
.page a {
    color: #333;
    margin: 2px;
    padding: 0 12px;
    line-height: 24px;
    /* line-height: 40px; */
    display: inline-table;
}

.productsBanner {
    height: 580px;
    background: url(../images/productsBanner.jpg) top center no-repeat;
}

.productsBanner .title{
    font-size: 56px;
    font-family: HBold;
    font-style: italic;
    color: #ffffff;
    width: 226px;
    height: 60px;
    margin-left: 330px;
    margin-top: 270px;
    border-bottom: 10px solid #e62129;
}

/*  */
.search{
    height: 140px;
    background-color: #f5f5f5;
}

.search form button {
    background: #e62129;
    border: none;
    width: 15%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #ddd;
}

.searchOne{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search form{
    width: 666px;
    height: 62px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search select{
    border: none;
    margin-right: 5px;
    height: 100%;
    padding-left:17px;
    box-sizing: border-box;
    font-size: 14px;
    color: #adadad;
    font-family: HLight;
    background-color: #e5e5e5;
    width: 290px;
    display: block;

}
.search select option{
    font-size: 16px;
    color: #000000;
    line-height: 20px;
}
.search input{
    border: none;
    margin-right: 5px;
    height: 100%;
    padding-left:17px;
    box-sizing: border-box;
    font-size: 14px;
    color: #adadad;
    font-family: HLight;
    background-color: #e5e5e5;
    width: 290px;
}

.search .weizhi a{
    color: #adadad;
}
.search .weizhi{
    color: #adadad;
}
.w1920{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.productList{
    padding: 50px 0;
    box-sizing: border-box;
}

.productList .subTitle {
    font-family: HBold;
    font-size: 24px;
    color: #e62129;
    margin-left: 50px;
    margin-top: 20px;
}
.productList .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.productList .title span {
    position: relative;
    top: 20px;
    left: -30px;
    font-family: HBold;
    font-size: 40px;
    color: #1d1819;
}
.productList .title .fl{
    width: 30%;
}
.productList .title .fr{
    width: 53%;
    height: 70px;
    display: flex;
    align-items: flex-end;
}
.productList .title .fr ul{
    width: 100%;
    height: 80%;
    display: flex;
}
.productList .title .fr ul li{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.productList .title .fr ul li h3{
    font-size: 18px;
}
.productList .title .fr ul .active{
    background-image: linear-gradient(-3deg, 
    #b30000 0%, 
    #e62129 100%);
}
.productList .title .fr ul .active a{
    color: #ffffff;
    font-family: HBold;
}


.productList .title .fr ul li .xiaArrow{
    color: #fff;
    display: none;
}
.productList .title .fr ul .active .xiaArrow{
    display: block;
}
/*  */
.newsDisplay ul{
    margin-top: 25px;
    width: 100%;
    height: 695px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.newsDisplay ul li{
    width: 48%;
    height: 19%;
    border: solid 2px #f5f5f5;
    padding-left: 40px;
    box-sizing: border-box;

}
.newsDisplay ul li a{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}
.newsDisplay ul li .newsCenterTitle{
    font-size: 20px;
    color: #1d1819;
}
.newsDisplay ul li .newsCenterTitle:hover{
    color:#b30000 ;
    
}
.newsDisplay ul li:hover {
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .4);
}
.newsDisplay ul li .date{
    color: #808080;
    
}

/*  */
.proList{
    width: 100%;
    margin:60px 0 ;
}

.proList ul{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.proList ul li{
    height: 420px;
    padding: 50px 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.proList ul li:nth-child(2n+1){
    background-color: #fafafa;
    flex-direction: row-reverse;
}

.proList ul li:nth-child(2n+1) .fr{
    display: flex;
    justify-content: flex-start;
} 
.proList .fl{
    width: 51%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}
.proList .fl .title a{
    font-family: HBold;
    font-size: 40px;
    color: #1d1819;
}
.proList .fl .title .content{
    width: 100%;
}
.proList .fl span{
    display: inline-block;
    width: 48px;
    height: 4px;
    background-color: #b30000;
}
.proList .fl .btn{
    width: 40px;
    height: 40px;
    background-color: #b30000;
    border-radius: 9px;
    
}
.proList .fl .btn a{
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


.proList .fr{
    width: 49%;
    display: flex;
    justify-content: flex-end;
}
.proList .fr .img{
    overflow: hidden;
}
.proList .fr img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: all 0.8s;
}
.proList .fr img:hover{
    transform: scale(1.2);
}
.productList2{
    box-sizing: border-box;
}
.productList2 .subTitle {
    font-family: HBold;
    font-size: 24px;
    color: #e62129;
    margin-left: 50px;
    margin-top: 20px;
}
.productList2 .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.productList2 .title span {
    position: relative;
    top: 20px;
    left: -30px;
    font-family: HBold;
    font-size: 40px;
    color: #1d1819;
}
.productList2 .title .fl{
    width: 30%;
}
.productList2 .title .fr{
    width: 53%;
    height: 70px;
    display: flex;
    align-items: flex-end;
}
.productList2 .title .fr ul{
    width: 100%;
    height: 80%;
    display: flex;
}
.productList2 .title .fr ul li{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.productList2 .title .fr ul li h3{
    font-size: 16px;
}
.productList2 .title .fr ul .active{
    background-image: linear-gradient(-3deg, 
    #b30000 0%, 
    #e62129 100%);
}
.productList2 .title .fr ul .active a{
    color: #ffffff;
    font-family: HBold;
}

.productList2 .title .fr ul li .xiaArrow{
    color: #fff;
    display: none;
}
.productList2 .title .fr ul .active h3::after{
    content: "v";
    margin-left: 5px;
}
.rightOne{
    float: right;
    width: 100px;
    display: inline-block;
    position: relative;
    top: 0px;
}

.main{
    margin: 0 auto;
}
.productList2De{
    margin: 40px 0;
}
.productList2De ul{
    width: 100%;
    display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.productList2De ul li{
    width: 410px;
    height: 262px;
    margin-bottom: 30px;
    overflow: hidden;
}
.productList2De ul li img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: all .8s;
}
.productList2De ul li img:hover{
    transform: scale(1.2);
}
.productList2De .page{
    margin-bottom: 40px;
}
 .page2 {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}
.page2 h3{
    display: inline-block;
}
.page2 a{
    font-weight: bold;
}
.modal {
    display: none; 
    position: fixed;
    z-index: 1; /*  */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /*  */
    background-color: rgba(0,0,0,0.5); 
    /* display: block; */
    /*  */
  }
  
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
    z-index: 1000;
  }

  .productList3De{
    margin: 40px 0;
}
.productList3De ul{
    width: 100%;
    display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
}
.productList3De ul li{
    width: 410px;
    height: 330px;
    margin-bottom: 30px;
    border-radius: 42px;
    margin-right: 15px;
    
}
.productList3De ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.productList3De ul li a .pic{
    width: 410px;
    height: 266px;
    overflow: hidden;
}
.productList3De ul li img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: 42px;
   transition: all .8s;
}
.productList3De ul li:hover img{
    transform: scale(1.2);
}

.productList3De .page{
    margin-bottom: 40px;
    color: #1d1819;
}

/*  */

.productDetail .pic{
    width: 1280px;
    height: 495px;
    background-color: #fafafa;
    margin-top: 37px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
.productDetail{
    padding-top: 50px;
    box-sizing: border-box;
}
.productDetail .bigFl{
    width: 70%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    float: left;
}
.productDetail .bigFr{
    width: 29%;
    float: right;
    margin-top: 37px;

}
.productDetail .bigFr .recommend,.productDetail .bigFr .recommend2{
    height: 50px;
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
}
.productDetail .bigFr .recommend2{
    margin-top: 30px;
}
.productDetail .bigFr .title{
    background-color: #fafafa;
    width: 100%;
    display: flex;
    justify-content: center;
    line-height: 35px;
}
.productDetail .bigFr .newsUl{
    list-style-type: disc !important;
    list-style-position :  inside
}

.productDetail .bigFr .newsUl li{
    height: 70px;
    margin: 10px 0;
    background-color: #fafafa;

    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
  
    
}
.productDetail .bigFr .newsUl li a{
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    justify-content: space-around;
}
.productDetail .bigFr .newsUl li a span{
    margin-right: 10px;
    font-size: 30px;
    margin-top: 10px;
}
.productDetail .bigFr .newsUl li h3{
    display: flex;
    justify-content: center;
    align-items: center;
}
.productDetail .bigFr .newsUl li h3 span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
}
.productDetail .bigFr .newsUl li div:nth-child(2) {
    margin-left: 15px;
}
.productDetail .bigFr li{
    margin: 30px 0;
}
.productDetail .bigFr li a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
.productDetail .bigFr li img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    
}
.productDetail .bigFr li .tu{
    width: 300px;
    height: auto;
}
.productDetail .pic .name h1{
    font-family: HBold;
    font-size: 32px;
    color: #1d1819;
}
.productDetail .pic .tu{
    width:550px;
    height: 352px;
}
.productDetail .pic .tu img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.productDetail .content p{
    font-size: 14px;
    line-height: 25px;
    color: #808080;
}


.productDetail .content {
    border: 3px solid #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
}

/*  */
.contactBanner {
    height: 580px;
    background: url(../images/contactBanner.jpg) top center no-repeat;
}

.contactBanner .title {
    font-size: 56px;
    font-family: HBold;
    font-style: italic;
    color: #ffffff;
    width: 226px;
    height: 60px;
    margin-top: 271px;
    margin-left: 330px;
    border-bottom: 10px solid #e62129;
}


.contactList .title span {
    position: relative;
    top: 20px;
    left: -30px;
    font-family: LogoSC;
    font-size: 28px;
    color: #1d1819;
}

.contactList .subTitle, .contactBottom .subTitle{
    font-family: HBold;
    font-size: 24px;
    color: #e62129;
    margin-left: 50px;
    margin-top: 10px;
}

.contactList{
    padding: 55px 0;
    box-sizing: border-box;
}
.contactList .title, .contactBottom .title{
    height: 80px;
    width: 100%;
}
.contactList .contactMethod{
    height: 382px;
    width: 100%;
    display: flex;
    margin-top: 50px;
}
.contactList .contactMethod .fl{
    width: 58%;
    background-color: #f6f6f6;
    padding: 0 50px;
    box-sizing: border-box;
}
.contactList .contactMethod .fl .title2{
    font-family: HBold;
    font-size: 24px;
    color: #1d1819;
    height: 93px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contactList .contactMethod .fr .title2{
    font-family: HBold;
    font-size: 24px;
    color: #1d1819;
    height: 93px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contactList .contactMethod .fr{
    width: 41%;
   
}

.contactList .contactMethod .fl .content{
    display: flex;
}
.contactList .contactMethod .fl .content .fl2{
    width: 55%;
}
.contactList .contactMethod .fl .content .fl2 ul {
    height: 260px;
}
.contactList .contactMethod .fl .content .fl2 ul li{
    height: 98px;
}
.contactList .contactMethod .fl .content .fl2 ul li div:nth-child(2){
    font-family: LogoSC;
    font-size: 20px;
    margin-top: 15px;
}

.contactList .contactMethod .fl .content .fr2 {
    width: 55%;
}
.contactList .contactMethod .fl .content .fr2 img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin-top: 15px;
}
.contactList .contactMethod .fl .content .fr2 ul{
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contactList .contactMethod .fl .content .fr2 ul .qrCode{
    display: flex;
}

.contactList .contactMethod .fl .content .fr2 ul .qrCode .code1,.contactList .contactMethod .fl .content .fr2 ul .qrCode .code2{
    width: 49%;
}


.contactList .contactMethod .fr  ul li div{
    color: #1d1819;
}

.contactList .contactMethod .fr{
    padding: 0 57px;
    box-sizing: border-box;
}
.contactList .contactMethod .fr ul{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 289px;
}

.contactBottom{
    height: 515px;
    background-color: #fafafa;
    padding:60px 0 ;
    box-sizing: border-box;
    
}

.contactBottom .title span {
    position: relative;
    top: 20px;
    left: -30px;
    font-family: LogoSC;
    font-size: 28px;
    color: #1d1819;
}
.contactBottomDe{
    height: 100%;
    display: flex;

}

.contactBottom .fl{
    width: 51%;
    height: 100%;
    padding-right: 85px;
    box-sizing: border-box;
}

.contactBottom .fr{
    width: 48%;
    height: 100%;
}

.contactBottom .content{
    margin: 35px 0;
}

.contactBottom .contactM{
    height: 85px;
    display: flex;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    align-items: center;
}
.contactBottom .contactM dl{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.contactBottom .contactM dl dt,.contactBottom .contactM dl dt{
    width: 50%;
}
.contactBottom .contactM dl dd{
    font-family: LogoSC;
    font-size: 20px;
    color: #1d1819;
}
.contactBottomDe  form{
    width: 100%;
    height: 100%;
}
.contactBottomDe  form input,.contactBottomDe textarea{
    display: inline-block;
    border: 0;
    outline: none;
    height: 47px;
    background-color: #f3f4f5;
    padding:17px 22px;
    box-sizing: border-box;
    margin-bottom: 13px;
}

.contactBottomDe form input:nth-child(1){
    width: 47%;

}
.contactBottomDe form input:nth-child(2){
    width: 47%;
    float: right;
    
}

.contactBottomDe form input:nth-child(3){
    width: 100%;
}
.contactBottomDe textarea{
    width: 100%;
    height: 140px;
}
.contactBottomDe .btn{
    width: 100%;
    height: 100%;
}
.contactBottomDe button{
    width: 120px;
    height: 42px;
    background-color: #b30000;
    border-radius: 21px;
    float: left;
    cursor: pointer;
    color: #fff;
    margin-top: 24px;
    outline: none;
    border: none;
}

.contactBottomDe .yanzhengma{
    display: flex;
    align-items: center;
}
.contactBottomDe .yanzhengma input{
    margin-bottom: 0px;
}

/*  */
.history{
    height:555px ;
    background-color: #f5f5f5;
    padding-left: 320px;
    box-sizing: border-box;
    
    
}

.history .fr .bigSwiper .swiper-slide{
    color: #1d1819;
}
.history .historyOne{
    height: 100%;
    display: flex;
    align-items: center;
    background:url(../images/historyLogo.png) top right no-repeat;
    
}
.history .fl{
    width: 38%;
    height: 414px;
    display: flex;
    align-items: center;
    border-radius: 31px;
    overflow: hidden;
}
.history .fl img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: 31px;
    transition: 0.3s all linear;
}
.history .fl img:hover{
    transform: scale(1.2);
}
.history .fr{
    padding-left: 40px;
    box-sizing: border-box;
    width: 61%;
    /* background-color: pink; */
}

.history .fr .title{
    font-family: HBold;
    font-size: 24px;
    line-height: 26px;
    height: 44px;
}

.history .fr .historySpan{
    display: block;
    width: 40px;
    height: 3px;
    background-color: #e62129;
	border-radius: 2px;
}

.history .bigSwiper{
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}
.history .smallSwiper{
    width: 100%;
    overflow: hidden;
    height: 200px;
}
.history .smallSwiper .swiper-slide{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 32px;
}
.history .smallSwiper .swiper-slide .one .circle{
    width: 15px;
    height: 15px;
    background-color: #e62129;
    border: 3px solid #fff;
    border-radius: 50%;
    transition: all .6s;
    margin-top: 10px;
    z-index: 1000;
}

.history .smallSwiper .swiper-slide-active .one .circle{
    width: 35px;
    height: 35px;
    background: #fff;
    border: 3px solid #e62129;
    border-radius: 50%;
    margin-top: 0;
}

.history .smallSwiper .swiper-slide .one p{
    margin-top: 30px;
}


.history .smallSwiper .swiper-slide .one{
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
}
.history .smallSwiper .swiper-slide .one p{
    font-family: DINB;
    font-size: 24px;
    color: #1d1819;
}
.history .smallSwiper .swiper-slide .one:after{
    content: "";
    display: inline-block;
    width: 300px;
    height: 2px;
    background: #e62129;
    position: absolute;
    left: 0;
    top: 20px;
}




/*demo CSS*/
img{
    max-width: 100%;
    max-height: 100%;
}
.main-content{
    width: 100%;
}



/*main CSS*/
#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 10000;
}
#pictureViewer > .content{
    /* background-color: #fff; */
    position: absolute;
    width: 590px;
    height: 590px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .menu-bar{
    width: 100%;

}
#pictureViewer .menu-bar .handel{
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
    background-color: #ff2e67;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
    background-image: url(../images/icons/maximization_white2.png);
    background-size: 40px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
    background-image: url(../images/icons/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
    background-size: 28px;
    background-image: url(../images/icons/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
    background-image: url(../images/icons/miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
    background-image: url(../images/icons/close_white.png);
    background-size: 28px;
  
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image: url(../images/icons/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .handel-prev{
    background-image: url(../images/icons/prev_white.png);
}
#pictureViewer .handel-next{
    background-image: url(../images/icons/next_white.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
    background-color: #ff2e67;
}
#pictureViewer .handel-prev:hover{
    background-image: url(../images/icons/prev_white.png);
}
#pictureViewer .handel-next:hover{
    background-image: url(../images/icons/next_white.png);
}
#pictureViewer .picture-content{
    display: inline-block;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#pictureViewer .picture-content .cover{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 800px;
    height: auto;
}
#pictureViewer .counter{
    position: absolute;
    margin-bottom: 40px;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
#pictureViewer .hide{
    display: none;
}
#pictureViewer .left{
    float: left;
}
#pictureViewer .right{
    float: right;
}
#pictureViewer .clear-flex{
    clear: both;
}
#pictureViewer img{
    max-width: 100%;
    max-height: 100%;
}

/*  */
.search2{
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    padding: 10% 0;
    overflow: hidden;
    display: none;
    max-width: 1920px;
}
.search2 form input{
    width: 85%;
    padding-left: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #ddd;
    line-height: 36px;
}
.search2 form{
    width: 48%;
    height: 10%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.search2 form button {
    background: #d6001c;
    border: none;
    width: 15%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #ddd;
}
.search2 form button img {
    width: 50%;
    margin: 0 auto;
}
.search2 .cha {
    position: absolute;
    right: 10px;
    top: 10px;
}
.search2 .cha img {
    display: block;
    width: 30px;
}

@media screen and (max-width:1601px){
    header .topOne .fr .nav ul li{
        width: 125px;
    }
}

/* <1441 */ 
@media screen and (max-width:1441px){
    html,
    body {

    font-size: 14px;

    color: #000000;

    margin: 0px auto;

    padding: 0px;

    text-decoration: none;

    font-family: "HRegular";

    background: #fff;

    -webkit-text-size-adjust: none;


}
header .topOne .logoAll .logo3{
    width: 20%;
}
/*  */
.AboutUsIndex .title .title3,.productIndex .productOne .title3,.cooperationOne .title2,.caseIndex .caseOne .out .fl div,.newsIndex .newsOne .out .fl div{
    font-size: 35px;
}
.MiddleIndex .Num ul li div{
    font-size: 16px;
}
.productIndex .tabBar .hd ul li h3{
    font-size: 20px;
}
.newsIndex .newsOne .center .tupian blockquote small{
    font-size: 14px;
}
.footCenter dl dt{
    font-size: 16px;
}
.newsDisplay ul li .newsCenterTitle{
    font-size: 18px;
}
.aboutUsPage .content .fr{
    width: 39%;
    transform: translateY(-35px);
}
.contactList .contactMethod .fl .title2{
    font-size: 22px;
}
.contactList .contactMethod .fr .title2{
    font-size: 22px;
}
.MiddleIndex .Num ul li span{
    font-size: 75px;
}
    header .topOne .logoAll{
        position: absolute;
    }
    
    .w1600{
        width: 100%;
    }
    header .topOne .fr .nav ul{
        right: 0px;
    }
    header .topOne .fr{
        position: absolute;
        left: 246px;
        width: 75%;
    }
    header .topOne .fr .nav ul li{
        width: 115px;
    }
    .aboutUsBanner .title{
        margin-top: 200px;
        margin-left: 150px;
    }
    .banner .swiper-container .swiper-wrapper .swiper-slide .InSlide{
        left: 34%;
        top: 47%;
    }
  
    .banner .swiper-container .swiper-wrapper .slide1 .title1{
        font-size: 32px;
    }
    .banner .swiper-container .swiper-wrapper .swiper-slide .title{
        font-size: 46px;
    }
    .banner .swiper-container .swiper-wrapper .slide1 .subTitle{
        font-size: 18px;
    }
    .AboutUsIndex{
        padding: 25px 45px;
    }
    .banner{
        height: 900px;
    }
    .banner .swiper-container .swiper-wrapper .swiper-slide{
        height: 900px;
    }
    .AboutUsIndex p{
        margin-top: 6px;
    }
     .BigTitle{
        font-size: 90px !important;
    }
    .productIndex .tabBar .hd{
        width: 35%;
    }
    .productIndex .tabBar{
            justify-content: space-around;
    }
    .productIndex .tabBar .bd img{
        transform: translate(30px, -22px);
    }
    .allIndex{
        padding: 40px 45px !important; 
        box-sizing: border-box;
    }
    .productIndex .tabBar .bd .tempWrap .conWrap .con{
     
    }
    .productIndex .tabBar .bd{
        height: 480px;
    }
    .productIndex .tabBar .bd{
        transform: translateY(35%);
    }
    .tabBar .btn{
        top: -300px;
        left: 19px;
        padding: 17px;
        box-sizing: border-box;
    }
    .swiperTwo .swiper-wrapper .swiper-slide{
        width: 378px !important;
        height: 230px;
    }
    .swiperTwo .btn{
        transform: translateY(-350%);
    }
    .newsIndex{
        height: 100%;
    }
    .newsIndex .center{
        margin-top: 10px;
    }
    .newsIndex .center .wenzi ul{
        height: 90%;
    }
    .newsIndex .center{
        height: 540px;
    }
 
    .footCenter .fcenter02{
        padding-left: 50px;
    }
    .footCenter .fcenter03{
        width: 35%;
    }
    .nbanner{
        height: 435px !important;
    }
    
    .aboutUsPage{
        height: 100%;
    }
    .history{
        padding: 0 45px;
    }
    .w1920{
        width: 100%;
    }
    .titleAll{
        margin-top: 200px !important;
        margin-left: 150px !important;
        font-size: 45px !important;
    }
    header{
        padding: 0 70px;
        
    }
    .proList .fl .title a{
        font-size: 32px;
    }
   
}

@media screen and (max-width:1367px){ }

@media screen and (max-width:1200px){
    .w1280 {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .proList .fl{
        width: 47%;
    }
    .productList .title .fl{
        width: 40%;
    }
    .footCenter .fcenter03 dl{
        width: 80%;
    }
}
