.banner{
    position: relative;
   
}
.banner .banner-text{
    position: absolute;
    /*top: 13%;*/
    left:0;
    width: 100%;
     top: 16%;
}
.banner .banner-text h2,.banner .banner-text .big-title{
   font-weight: bold;
    font-size: 42px;
    color: #FFFFFF;
 
}

.banner .banner-text .banner-sub-text{
 
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 25px;
 
}
.banner .banner-text .videobtn{
    background: #fff;
    border-radius:30px ;
    padding:5px 30px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    margin-top:30px;
    cursor: pointer;
}
.banner .banner-text .videobtn img{
    width:19px;
    margin-left: 5px;
}
.video-bg{
    /*width: 90%;*/
    /*max-width: 1200px;*/
    width:1000PX;
    MAX-WIDTH:100%;
}

.video-bg video{
    width: 100%;
    object-fit: cover;
    display: block;
}
/*.blackcolor{*/
/*    color:#000!important;*/
/*}*/
.box{
    position: relative;
}
.box .box-img{
    width: 100%;
}
.box .box-text{
    position: absolute;
    left: 0;
    top:10%;
    text-align: center;
    width: 100%;
}

.box .box-text h3{
   font-weight: bold;
    font-size: 29px;
    color: #FFFFFF; 
}

.box .box-text p{
    font-size: 16px;
   color: #FFFFFF;
   margin-top:30px;
}

.box-left{
    position: relative;
}
.box-left .box-img{
    width: 100%;
}
.box-left .box-text{
    position: absolute;
    left: 20%;
    top:25%;
    text-align: left;
}

.box-left .box-text h3{
   font-weight: bold;
    font-size: 29px;
    color: #0B0D10; 
}

.box-left .box-text p{
    font-size: 16px;
   color: #0B0D10;
   margin-top:30px;
   line-height: 2;
}


.box-right{
    position: relative;
}
.box-right .box-img{
    width: 100%;
}
.box-right .box-text{
    position: absolute;
    right: 20%;
    top:25%;
    text-align: right;
}

.box-right .box-text h3{
   font-weight: bold;
    font-size: 29px;
    color: #fff; 
}

.box-right .box-text p{
    font-size: 16px;
   color: #fff;
   margin-top:30px;
   line-height: 2;
}

.box2{
    background: #F6F7F8;
    padding-top:100px;
    padding-bottom:100px;
}
.box2 h3{
     font-weight: bold;
    font-size: 29px;
    color: #101213; 
}
.box2 p{
     font-size: 16px;
    color: #101213; 
     margin-top:30px;
}
.box2 img{
    max-width:1200px ;
    width:100%;
    margin:50px auto 0;
}
.canshu{
    padding-bottom:40px;
}
.canshu h3{
      font-weight: bold;
    font-size: 29px;
    color: #101213; 
}
.cs-table{
     width: 100%;
    max-width:1200px;
    margin:50px auto 0; 
}
.cs-table2{
    width: 100%;
    max-width:1400px;
    margin:50px auto 0;
}

.cs-table tr td{
    font-size: 16px;
  color: #221815;
  padding: 10px 10%;
  word-break:break-word;
}
.cs-table tr td:nth-child(1){
    font-size: 16px;
    color: #221815;
}
.cs-table tr:nth-child(2n){
    background: #F8F8F9;
}
.cs-table2 td{
    font-size:20px;
    text-align: center;
    color: #221815;
    padding:20px ;
    line-height: 1;
}
.cs-table2 th{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.cs-table2  .more{
    font-size: 18px;
   color: #5580EE!important;
  
}
.more span{
    width: 40%;
    display: block;
    height: 1px;
    background: #5580EE;
    margin:30px auto 0;
}
.f21 {
    font-size:14px;
    margin-top: 10px;
    display: block;
}
.black{
    color: #000!important;
}
.black2{
    color: #101213!important;
}
.bg-black{
    background: #000!important;
}
.white{
    color:#fff!important;
}
.big-blue{
    font-size: 31px;
   color: #0EB8FF;
   
}
.big-blue2{
     font-size: 28px;
   color: #0042FF;
}
.orange{
    color:#FFA752;
    font-size:40px;
    display: inline-block;
}
.orange2{
    color: #EB6C00;
    font-size: 36px;
    margin: 0 5px;
    font-weight: 600;
}
.f50{
    font-size:50px!important;
}
.mbt{
    margin-bottom:30px!important;
}
.mt{
    margin-top:50px!important;
}
.line2{
    line-height: 2;
}

.img-list{
    display: flex;
    margin-top:50px!important;
    max-width: 1200px;
    margin-left: auto;
    margin-right:auto;
}
.img-list li{
    width:calc((100% - 15px * 4) / 5);
    margin-right:15px;
    border-radius: 20px;
    overflow: hidden;
}
.img-list li:last-child{
    margin-right:0;
}
.img-list li img{
    width: 100%;
    max-width:100%;
    margin-top:0;
}
.bg-blue{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f8fafe+17,d8e2fb+35,c7d5f9+51,d8e2fb+69,d8e2fb+69,f8fafe+84,ffffff+100 */
        background: linear-gradient(to right,  #ffffff 0%,#f8fafe 17%,#d8e2fb 35%,#c7d5f9 51%,#d8e2fb 69%,#d8e2fb 69%,#f8fafe 84%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.cs-mark{
    text-align: center;
}
.cs-mark p{
    color: #000;
    font-size: 29px;
    margin-top:20px;
}
.cs-mark span{
    display:inline-block;
    width: 193px;
    height: 1px;
    background: #5580EE;
    margin:20px auto;
}
.cs-mark img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
/*.img-response{*/
/*    max-width:100%;*/
/*}*/
.f24{
    font-size: 24px;
}
.box-flex{
    display: flex;
    align-content:  center;
    justify-content: center;
    margin:50px auto 0;
}
.box-flex .box-text{
   background: #1E242C;
   margin-right: 30px;
   padding:10% 30px 30px;
  
}
.box-flex .box-text h3{
   font-weight: bold;
    font-size: 29px;
    color: #fff; 
}

.box-flex .box-text p{
    font-size: 16px;
   color: #fff;
   margin-top:30px;
   line-height: 2;
}
.box-flex  .box-img{
    width: 58.1%;
    max-width: 749px;
}
.box-flex2{
    margin:100px auto;
    align-items: center;
}
.box-flex2 .box-text{
    margin-right:0;
    margin-left: 30px;
    border-left: 2px solid #0D0D0D;
    padding-top:10px;
}
.box-flex2 .box-text h3{
    display: flex;
    align-items: center;
}
.box-flex2 .box-text h3 span{
   width: 6px ;
   background: #4D8FD9;
   display: inline-block;
   height: 40px;
   border-radius: 5px;
   margin-right: 30px;
   margin-left: -34px;
}
.padding-100{
    padding-top:50px ;
    padding-bottom:100px;
}
.box-list {
    padding-top:80px;
    padding-bottom:80px;
    max-width:1204px;
    margin: 0 auto;
}
.box-list ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
   
}
.box-list ul li{
    margin-right:20px;
}
.box-list ul li h4{
    font-size: 24px;
    padding:0 0 30px;
    border-bottom:1px solid #aaaaaa;
    padding-left: 0.5em;
}
.box-list ul li img{
    width: 100%;
}
.box-list ul li p{
    font-size: 16px;
    color: #272B32;
    margin-top:30px;
     padding-left: 0.5em;
}
.box-list ul li .box-list-text{
    width: 100%;
    margin: 0 auto;
}
.op{
    opacity: 0;
}
.box-list ul li:last-child{
   margin-right: 0; 
}
.box .box-text-detail{
    font-size: 52px;
     color: #009CFF;
     position: absolute;
     bottom: 43%;
    right: 27%;
    letter-spacing: -1px;
}
.box .box-text-detail span{
    font-size: 52px;
    color: #009CFF;
    font-weight: 600;
}
.box .box-text-detail p{
    font-size: 16px;
    color: #000009;
    margin-top:5px;
    text-align: right
}

/*幻灯开始++++++++++++++++++++++++++++++++++++++++++*/
.box-1 {
	background: url(/static/images/product/longmen/bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.box-1 .box-text {
	text-align: center;
	padding: 70px 15px 110px;

}
.box-1 .box-text h3{
    font-size: 29px;
    font-weight: bold;
    color: #fff;
}
.box-1 .box-text p{
    font-size: 16px;
    color: #eee;
        margin-top: 30px;
    line-height: 2;
}
.mySwiper {
	max-width: 1200px;
	margin: 50px auto 0;
	width: 100%;
	height: 100%;
}
.mySwiper .swiper-wrapper {

	margin: 30px auto 0;
}

.mySwiper .swiper-slide {

	overflow: hidden;
}

.mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;

}
.swiper-button-r {
	position: absolute;
	bottom: 50px;
	width: 100%;
	margin: 0 auto;
	left: 0;
	padding: 0 15px;
}
.swiper-button-1200 {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	width: 100%;

}
.swiper-button-r .swiper-button-prev {
	margin-right: 23px;
}

.swiper-button-r .swiper-button-next,
.swiper-button-r .swiper-button-prev {
	outline: 0 none;
	color: #999;
	border: 1px solid #999;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	position: static;
}

.swiper-button-r .swiper-button-next:after,
.swiper-button-r .swiper-button-prev:after {
	font-size: 14px;
}

.mySwiper .swiper-pagination {
	position: static;
	width: 90%;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mySwiper .swiper-pagination span {
	border: 1px solid #AAAAAA;
	border-radius: 30px;
	text-align: center;
	line-height: 20px;
	color: #c3c3c3;
	font-size: 18px;
	display: flex;
	cursor: pointer;
	padding:8px 30px;
	margin-bottom: 20px;
	align-items: center;

}

.mySwiper .swiper-pagination-customs-active {
	background: #365CC9;
	color: #fff !important;
	border-color: #365CC9 !important;
}
/*幻灯结束++++++++++++++++++++++++++++++++++++++++++++*/

.inlinebox{
  
    position: absolute;
    left: 0;
    top: 50%;
   width:100%;
}
.inlinebox .box-list{
      max-width: 1200px!important;
      background: #fff;
    border-radius: 20px;
     padding-top:2%!important;
     padding-bottom: 3.5%!important;
     width: 69%;
}
.inlinebox .box-list ul li p{
    margin-top: 8%;
}
.inlinebox .box-list ul li h4{
    padding-bottom:8%;
    padding-left: 0;
}
.inlinebox  .box-list ul li .box-list-text{
    width: 60%;
    text-align: center;
}
.inlinebox1{
    top: 58%!important;
}

.inlinebox1  .box-list ul{
    margin-top:-7%!important;
}
.inlinebox .box-list ul li .box-list-text
{
        margin-top: -10%;
}
.box-left .box-text-detail{
    display: flex;
    justify-content: flex-start;
    margin-top:50px;
}
.box-left .box-text-detail div{
      font-size: 18px;
      color: #2299FF;
}
.box-left .box-text-detail div:first-child{
    margin-right: 60px;
}
.box-left .box-text-detail span{
    font-size: 52px;
   color: #2299FF;
   font-weight: bold;
}
.box-left .box-text-detail p{
    font-size: 16px;
   color: #FFFFFF;
   margin-top:5px;
   text-indent: 0.5em;
}
.p-ab{
    position: absolute;
    top:45%;
    width: 100%;
}
.box-list2 {
    background: #fff;
    border-radius: 20px;
    margin:0 auto;
    max-width: 1200px;
    width:69%;
    overflow: hidden;
    padding:2% 1% 3% 3%;
}
.box-list2  ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}
.box-list2 ul li .box-list-text{
    width:33.5%;
    margin-right:3% ;
}
.box-list2 ul li .box-list-text p{
   font-size: 16px;
    color: #272B32;
    margin-top:30px;
}
.box-list2 ul li .box-list-text  h4{
   font-size: 24px;
    padding: 0 0 30px;
    border-bottom: 1px solid #aaaaaa;
}
.box-list2 ul li  img{
    width: 63.5%;
    max-width: 761px;
}

@media (max-width: 992px){
    .banner{
         margin-top: 50px;
    }
    
    .banner .banner-text h2,.banner .banner-text .big-title{
        font-size: 20px;
    }
    .banner .banner-text .videobtn{
        font-size: 12px;
        padding: 5px 20px;
       
    }
    .box .box-text h3, .box-left .box-text h3,.box2 h3,.canshu h3,.box-right .box-text h3,.cs-mark p,.box-flex .box-text h3,.box-1 .box-text h3{
        font-size: 20px;
    }
    .f50{
        font-size:18px!important;
    }
    .orange{
        font-size:24px!important;
    }
    .orange2{
        font-size:22px!important;
    }
    .big-blue{
        font-size: 24px;
       
    }
    .f24{
       font-size: 19px!important;
     }
    .big-blue2{
       font-size: 20px;
    }
    .box .box-text p,.box-left .box-text p,.box2 p,.box-right .box-text p,.box-flex .box-text p,.box-1 .box-text p {
            font-size: 14px;
             margin-top:10px;
    }
    .box-left .box-text{
        left:0;
    }
    .box-right .box-text{
        right:0;
    }
    .box2{
        padding-top:50px;
        padding-bottom:50px;
    }
    .box2 img{
        
        margin-top:30px ;
    }
    .cs-table,.cs-table2{
        margin-top:30px;
    }
    .cs-table tr td:nth-child(1){
        font-size: 16px;
    }
    .cs-table tr td{
        font-size: 14px;
    }
    .mbt{
        margin-bottom:10px!important;
    }
    .mt{
        margin-top:15px!important;
    }
    .line2{
        line-height: 1.3;
    }
    .cs-table2 th {
       font-size: 18px;
    }
    .cs-table2 td {
      font-size: 16px!important;
      padding:10px;
      word-break: break-all;
    }
    .f21 {
      font-size: 14px;
    }
    .more span{
        margin-top:15px;
    }
    .img-list li {
        width: calc((100% - 5px * 4) / 5);
        margin-right: 5px;
    }
    .img-list {
        margin-top: 30px!important;
    }
    .banner .banner-text{
        display: none;
    }
    .m-gundong{
       overflow-x: scroll;
       padding-bottom: 10px;
    }
    .canshu{
       padding-bottom:0px;
    }
    .cs-table tr td{
            padding: 10px 5%;
    }
    /*.phone-width{*/
    /*    width:100%;*/
    /*    top:10%!important;*/
    /*}*/
    /*.phone-center{*/
    /*    text-align: center;*/
    /*}*/
    .box-up-down{
       display: flex;
       flex-direction: column-reverse;
       padding: 30px  15px;
      
    }
    .box-up-down .box-text{
        position: static;
        margin-bottom:20px;
    }
    .m-top5{
      top:5%!important;  
    }
    .box-flex{
        flex-direction: column;
    }
    .box-flex .box-text{
        margin: 0;
        padding-left:15px;
        padding-right:15px;
    }
     .box-flex .box-img{
         width: 100%;
         max-width: 100%;
     }
     .box-flex2 {
          flex-direction: column-reverse;
          margin: 30px auto;
     }
     .padding-100{
        padding-top:0 ;
        padding-bottom:50px;
    }
    .m-margin-top-0{
        margin-top:0;
    }
    .m-width-60{
        width: 60%!important;
    }
    .box-flex2 .box-text h3 span{
        margin-right: 15px;
        margin-left: -19px;
    }
     .box-list {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .box-list ul {
        flex-direction: column;
    }
    .box-list ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
     .box-list ul li:last-child{
       
         margin-top:-30px;
         z-index: -1;
     }
    
    .box-list ul li p{
        text-align: left;
        padding-left: 0.5em;
    }
    .box-list ul li .box-list-text{
        margin-top: -20px;
    }
    .box-list ul li h4 {
        font-size: 18px;
        padding: 0 0 20px;
    }
    .box-list ul li p{
        margin-top:20px;
    }
   .box .box-text-detail{
       bottom: 30%;
       right: 5%;
    }
    .box .box-text-detail span {
             font-size: 32px;
    }
    .box .box-text-detail {
        font-size: 15px;
    }
    .box .box-text-detail p {
        font-size: 12px;
    }
    .box-1 .box-text {
		padding: 20px 15px 70px;
	}

      .mySwiper{
        margin-top: 20px;
    }
    .swiper-button-r .swiper-button-next,
	.swiper-button-r .swiper-button-prev {
		width: 30px;
		height: 30px;
	}

	.swiper-button-r {
		bottom: 25px;
	}

	.mySwiper .swiper-wrapper {
		margin-top: 10px
	}
	.swiper .swiper-pagination span {
		font-size: 12px;
		line-height: 14px;
	   width: 15rem;
      display: flex;
       align-items: center;
       justify-content: center;
	}

 .inlinebox {
        bottom:15%;
         top: auto;
    }
    .inlinebox .box-list{
        width: 100%;
    }
    .inlinebox .box-list ul li:last-child {
        margin-top: 0;
        z-index: 0;
    }
    .inlinebox .box-list ul li .box-list-text {
        width: 95%;
    }
     .inlinebox .box-list ul li p ,.box-list2 ul li .box-list-text p{
      font-size: 14px;
      text-align: center;
    }
     .inlinebox .box-list ul li h4 ,.box-list2 ul li .box-list-text h4{
        font-size: 16px;
     }
     .box-list2{
         width: 100%;
     }
     .box-list2 ul li .box-list-text p{
         margin-top:10px;
         text-align: left;
     }
     .box-list2 ul li .box-list-text h4{
         padding-bottom: 10px;
     }
     .box-left .box-text-detail{
        margin-top:20px;
    }
    .box-left .box-text-detail span,.box .box-text-detail span{
        font-size:32px;
    }
    .box-left .box-text-detail div:first-child,.box .box-text-detail div:first-child {
        margin-right: 30px;
    }
    .box-left .box-text-detail p,.box .box-text-detail p {
        font-size: 12px;
        margin-top: 0;
    }
    .box-left .box-text-detail div,.box .box-text-detail div {
        font-size: 15px;
    }
    .m-top-0{
        margin-top: 0;
    }
    .p-ab {
       top: 59%;
    }
   
   
}
