/***定义一些公****/
@font-face {
  font-family: 'word-m';
  src: url("../fonts/maoken.ttf") format("truetype"),
}
.word-m{
  font-family: word-m;
}
html,body{
	font-family: "Microsoft YaHei", "Arial", Helvetica, sans-serif !important;
	background: #f8f8f8;
}
 

a {
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}
a:hover{
	color:#000;
}
button:focus,input:focus,.msg2{
        border: 1px solid #ddd;
        outline: none;
}
input[type="text" i]{
	padding:0;
}
.clear{
	clear:both;
}
.color000{
	color:#000!important;
}
.colorfff{
	color:#fff!important;
}

.colorblue{
	color:#05289c!important;
}

.coloron{
	color:#05289c!important;
}


.bgf2{
   background: #f2f2f2;
}
.bge6{
	background:#e6e6e6;
}
.bgf7{
	background:#f7f7f7;
}
.bgf8{
	background:#f8f8f8;
}
.bgfff{
	background: #fff!important;
}

.bgon{
	background: #05289c!important;
}

.d-flex-center{
    display: flex;
    align-items: center;
}



.fr{
	float: right;
}
.fl{
	float: left;
}

.container{
	max-width: 1260px;
}
.container-my{
	 width: 85.652%;
    max-width: 1430.016px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    word-wrap: break-word;    
}

.btn-info{
	background-color:#333;
	border-color:#333;
}
.btn-light{
	background-color:#ddd;
	border-color:#ddd;
}

.online{
	bottom:100px;

}
.online dl{
	background: #333;
	border-radius: 50%;	
}
.online dl:hover{
	background: #666;
}

.jumbotron_contact{
	min-height: 500px;
}
/***导航*****/
.cur{
	color:#05289c!important;
}

.top-nav{
	z-index: 110;
	position: relative;
	width: 100%;
	height: 25px;
	background-color:#05289c;
	display: block;
	line-height: 25px;
}
.top-nav a{
	color:#fff;
	margin-left: 30px;
}
.in{
	background: #f7f7f7;
	color:#818181;
}

.top-down{
	
	display: none;
	border-bottom: 1px solid #ddd;
}
.top-info{
	width: 93.705%;   
    margin-right: auto;
    margin-left: auto; 	
	display: flex;
	padding: 2rem;
	justify-content: space-between;	
}
.top-info .web .title{
    font-size: 18px;
}
.top-info .web .title i{
	margin-right: 1rem;
}
.top-info .web .desc{
	margin-top: 1.5rem; 
	font-size: 15px;
	color:#808080;
}
.container-top{	width: 93.705%;
	display: block;
	height: 100%;
	margin-right: auto;
    margin-left: auto; 
    padding-right: 15px;
    padding-left: 15px;   
}

.container-nav{
	width: 100%;
	padding:0 15px 0 0;
	display: flex;
	height: 100%;
	margin-right: auto;
    margin-left: auto;    
}

.logo-sm-height{
	height: 56px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.navbar{
	padding:0
	 
}
.navbar-expand-lg .navbar-collapse{
	height: 70px;
}
.navbar-expand-lg .navbar-nav{
	height: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link{
	font-size: 15px;
	color: #333333;
	padding:24px  15px;
	line-height: 24px;
	display: inline-block;
	font-weight:normal; 
	border-right:1px solid #ddd;
	 
}
.navbar-expand-lg .navbar-nav .nav-link .en{
	font-size: 13px;
	 
}
    .nav-item a:hover{
    	color:#05289c!important;
    }
.nav-item{
	position: relative;
	line-height: 100%; 

}
.nav-item:hover .sub_menu{
	display: block;
}
.sub_menu{
	display: none;
            position: absolute; 
            top:auto;
            width: 200px;
            background:#fff;            
            text-align: center; 
            margin-left: -45px; 
            padding-top: 15px;
            padding-bottom: 10px;        
            z-index: 99999;
            border:1px solid #ddd;
           
         }
.sub_menu li{
            line-height: 40px; 
            text-align: center;
}
.sub_menu li a{
	color:#333;
}
.sub_menu li a:hover{
	color:#05289c;
}
.nav-item:hover .sub_menu,
.nav-item:hover .sub_menu2{
            display: block;
}



.sub_menu3{
  width:800px;
  max-width:800px; 
  left:198px;  
  background: #fff;
  position:absolute;
  z-index: 99999;
  display:none;
  margin-top: -56px;
  font-size: 14px;
  border:1px solid #ddd;
 
  padding:20px 20px;
}
.sub_menu3 li  a{
  letter-spacing: -0.5px!important;
}

.sub_menu li:hover .sub_menu3{
  display: block;
}



.menu4-left{
	 width:150px; 
	 margin-right:30px;
}

.menu4-right{
    width:calc(100% - 180px);
}


.clutre{
	position: relative;
	height: 360px;

}

.cluter-txt{
	 position: absolute;
	 z-index: 99;
	 right:50px;
	 top:50px;
	 width:400px;
	 height: 200px;
	 background:rgba(0,0,0,0.5);
	 padding:30px;
	 color:#fff;
	 border-radius: 20px;
}

#kk2 .clutre .cluter-txt{
	right:auto;
	 left:50px;
}

.sub_menu2{
	z-index: 9999;
    top: auto;
    position: fixed;
    left: 0;
    margin-top: 0px;
    width: 100%;
    background-color: #fff;
    display: none;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    border-top:1px solid #ddd;
     }
.container-menu2 {
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    word-wrap: break-word;
    padding-top: 36px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-bottom: 30px;

}

.menu2-menu3{
   
}
.menu2-menu3 .title{
	font-size: 18px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	width: 250px;
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
}
.menu2-menu3 ul li{
	font-size: 16px;
	line-height: 30px;
	color:#666;
}

.container-menu3{
	margin-top: 50px;
	border-bottom: 1px solid #ddd;
 
}
.container-menu4{
	width: 85.652%;
    max-width: 1430.016px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    word-wrap: break-word;
    padding-top: 30px;
    padding-bottom: 36px;    
}
.container-menu4 strong{
	font-size: 18px;
}
.container-menu4 a img{
	width: 50px;
	height: 50px;
	margin-right: 30px;
}

.btn-shop{
	display: inline;
	float: left;
 
}


.menu_buy{
	background: #05289c;
}

.toptel{
	 font-size: 18px;
    cursor: pointer;
    position: relative;
    text-align: center;
    padding-right: 2rem;
    padding-left: 2rem;
    color: #05289c;
    font-weight: bold;
    height: 96px;
    line-height: 96px;
}


.nav-buy{
  font-size: 16px;
   cursor: pointer;
  position: relative;
  text-align: center;
  padding-right: 2rem;
 padding-left: 2rem;
 color:#fff;
 height: 70px;
 line-height: 70px;
}
.nav-buy .txt{
	color:#fff;
}
.shop-nav{
	display:none;
	position:absolute;
	top:70px;
	padding-top:20px;
	z-index: 99999999;
	background: #fff;	
	font-size: 16px;
	line-height:3rem;
	width: 100%;
	margin-left: -2rem;
	text-align: center;
	padding-bottom: 15px;
	 box-shadow: 1px 10px 10px #ddd;

}
.shop-nav li a{
	color:#666;
}
.shop-nav li a:hover{
	color:#05289c;
}
.nav-buy:hover .shop-nav{
  display: block;
}
.btn-open-search,.btn-open-search2{
	margin-top: 20px;
	margin-left: 2rem;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}
.top-search{
	position: absolute;
	top:80px;
	z-index: 999;
	right:3%;	
	display: none;
}
.top-search input{
	border: none;
	background: #f2f2f2;
	width: 300px;
	height: 40px;
	outline: none;
	padding-left: 15px;	
	display: inline-block;
}
.top-search button{
	outline: none;
	border:none;
	background: none;
	margin-left: -80px;
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}


/********语言切换***********/
 
.iconlang{
	margin-top: 5px;
	width: 16px;
    height: 50px;
    background: url(/static/language.png) no-repeat top;
    background-size:16px 16px;
    transition: all .3s ease-in-out;
}
.iconlang:hover{
	 background: url(/static/language3.png) no-repeat top;
}

        .swiper-pagination-bullet{background:#666;}
        .wappagination{bottom:0!important;}
       
        .indexpp{width:100%; margin-bottom:30px;}
        .indexpp .indexpplist{width:48.5%; margin-right:1.5%; float:left; margin-bottom:3%; }
        .indexpp .indexpplist:nth-child(2),.indexpp .indexpplist:nth-child(3),.indexpp .indexpplist:nth-child(5){margin-right:0; margin-left:1.5%;}
        .indexpp .indexpplist:nth-child(4){width:64%;}
        .indexpp .indexpplist:nth-child(5){width:32%; }
        .indexpp .indexpplist img{width:100%; border-radius:5px;}
        .indexpp .indexpptitle{margin-bottom:15px;text-align:center;margin-top:5px;}


/********全局底部************/
.container-custom {
    width: 85.652%;
    max-width: 1430.016px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.top-line {
    border-bottom: 1px solid #e2e2e2;
    height:auto;
    padding:40px 0;
    overflow: visible;
    position: relative;
    background: #488aff url(../images/register-tip.png) no-repeat center -206px;

}
.index{
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 3px;
	color:#fff;
}
.btn-open-search-foot{
	margin-left: 2rem;
    display: inline-block;
    font-size: 20px;
}
.search-box{
	position: relative;
}
.js-search-footer-input-popup{
	padding-left: 15px!important;
	width: 500px;
	height: 46px;
	background: #fff;
	outline: none;
	border:none;
	border: 1px solid #ddd;
}
.btn-search{
	font-size: 22px;
	color:#666;
	font-weight: 300;
	position: absolute;
	right:0;
	z-index: 99;
	border:none;
	background: none;
	outline: none;
}

.col-md-ftmenu{
	width: 16%!important;
}

.worktime{
	font-size: 12px;
	margin-top: 10px;
}

.footNav a{
	font-size: 18px;	 
	color:#fff;
	display:block;
	margin-bottom: 18px;
}
.footNav a:hover{
	color:#595757;
}
.lh-2 li{
	font-size: 14px;
	margin-bottom: 10px;
}
.lh-2 li a{
	color: #666666;
}
.lh-2 li a:hover{
	color:#fff;
}
.copyright{
	line-height: 50px;
	color:#666;
	font-size: 14px;
	background: #282828;
	border-top: 1px solid #363636;
}
.copyright a{
	color:#999;
	font-size: 12px;
}
.icp{
	margin-left: 25px;
	margin-right: 25px;
}

.button-line {
    border-top: 1px solid #e2e2e2;
    height: 100px;
    overflow: visible;
    position: relative;
    padding-top: 35px;
}
.button-line a{
	font-size: 14px;
	margin-right: 20px;
	color:#595757;
}
.button-line a:hover{
	color:#000;
}
/********首页幻灯**************/

.swiper-pagination-bullet-active{
	background: #05289c;
}
.swiper-button-prev2, .swiper-container-rtl .swiper-button-next2{
	
    background: url(../images/banner_arrow.png) no-repeat left top;
    position: absolute;
    left: 20px;
    top: 45%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
}

.swiper-button-next2, .swiper-container-rtl .swiper-button-prev2{
	    background: url(../images/banner_arrow.png) no-repeat left bottom;
    position: absolute;
    right: 20px;
    top: 45%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
    outline: none;
}
 .swiper-button-prev3, .swiper-container-rtl .swiper-button-next3{
	
    background: url(../images/banner_arrow3.png) no-repeat left top;
    position: absolute;
    left: 20px;
    top: 45%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
}

.swiper-button-next3, .swiper-container-rtl .swiper-button-prev3{
	    background: url(../images/banner_arrow3.png) no-repeat left bottom;
    position: absolute;
    right: 20px;
    top: 45%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
    outline: none;
}

/********首页产品***************/
.indexProduct{
	box-shadow: 1px 1px 5px #ddd;
}
.indexProduct:hover{
	box-shadow: 2px 2px 15px #ccc;
}
.card-img-top{
	transition: all 1s;
}
.indexProduct:hover .productIndex .card-img-top{
	transform:scale(1.1);
}
.IndexTitle{
	font-weight: 300;
}
.IndexSubTitle{
	margin-top: 10px;
	font-size: 20px;
	font-weight: 300;
}

.productIndex{
	padding:10px;
	overflow:hidden;
}
.indexProductTitle{
	height:72px;
	line-height: 24px;
	overflow-y: hidden;
}





.index_prolist{	
	background: #FFF;
	padding:15px;
	cursor: pointer;
	border:1px solid #ddd;
	display: flex;
}
.index_prolist .images{
	 width:150px;
	 height:120px;
	 display: table;
	 margin-right: 50px;
}
.index_prolist .canshu{
	 width: calc((100% - 200px)/3);
}

.index_prolist  .ewm{
	height: 100px;
	width: 150px;
}

 
 
.index_prolist .title{
	height:48px;
	line-height: 24px;
	overflow-y: hidden;
	margin-top: 15px;
	margin-bottom: 20px;
	color:#666;
}
.index_prolist .title a,.index_prolist .more a,{
		color:#666;
}
.index_prolist:hover  .title a{
	color:#000
}
.index_prolist:hover .more a{
   color:#000
}

 

.indexprobg{
  background: url(/static/section2_bg.jpg) repeat ;
}
  .indexleftmenu{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    background: #FFF;
    padding-bottom: 30px;
  }
 
   

.indexleftmenu .maintitle{
	height: 120px;
	background:#EAEAEA;
	margin-top: 0px;
	color:#BFBFBF;
	text-align: center;
	line-height: 120px;
	font-weight: bold;
	font-size: 30px;
	 background: url(/static/top_title.jpg);
     color:#fff;
}
.indexleftmenu .maintitlelist{
    padding:0 15px;
   }

.indexleftmenu .maintitlelist .onemenu{
	height: auto;
	line-height: 50px; 
	margin-top: 15px;
	padding-left: 10px;
	color:#000;
 	border: 1px solid #ddd;
}



.indexleftmenu .maintitlelist .onemenu a img{
	max-width: 20px;
	margin-right: 5px;
}
.indexleftmenu .maintitlelist .onemenu a{
	color:#000;
	width: 100%;
	height: 50px;
	display: inline-block;

}
 
.indexleftmenu .maintitlelist .onemenu a:hover{
	color:#05289c;	
    font-weight: bold;

}

.indexleftmenu .maintitlelist .onemenu ul li{
	height: auto;
	line-height: 40px; 
	margin-top: 0px;
	padding-left: 5px;
	color:#000;
	border:none;
 	border-top: 1px solid #ddd; 
}

.indexleftmenu .maintitlelist .onemenu ul li a{
	height: auto;
	color:#000;
}
.indexleftmenu .maintitlelist .onemenu ul li a i{
	margin-right: 10px;
}




/*********首页数字滚动***************/
@font-face{font-family:DINOffcPro-Cond;src:url(../fonts/cd63b46.woff),url(../fonts/fonts/6a47ccb.ttf) format("truetype");font-display:swap}

.indexNum{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.numlist{
	margin-bottom: 30px;
}
.timer{
    font-family: DINOffcPro-Cond;
    font-size: 50px;  
    color:#000;
    font-weight: 300;  
    line-height: 80px;
    height: 80px;
    display: inline-block;
    width:auto;
}
.jia{
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;

}
#jia1{
	display: none;
}
.numdesc{
	font-size:15px;
}

.numico{
	width: 100%;
}



.teamlist{
	margin-bottom: 30px;
	position: relative;
}
.teamlist img{
	height: 200px;

}

.teamlist .title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#000;
	background:rgba(79,143,255,0.2);
}






/*********首页案例**************/
.indexCaseBox{
	padding-left: 15px;
	padding-right:15px;
}
.indexCase{
   width: 33.33%;
   float: left;
   position: relative;
   cursor: pointer;
   overflow: hidden;
}
.indexCase img{
    width: 100%;
    transition: all 0.6s
}
.indexCase .mask{
	position: absolute;
	top:0;
	left:0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	text-align: center;
	font-size: 20px;
	color:#fff;
	font-weight: 300;
	padding-top:50px;
	display: none;
}
.indexCase:hover img{
	transform: scale(1.5);
}
.indexCase:hover .mask{
	display: block;
}



#honor{
	padding-bottom: 50px;
}

#honor .honorlist{
	width: 100%;
	height: 200px;
}
.swiper-pagination-honor{
	bottom:-25px;
	color:red;
}

.topjiange{
	height: 70px;
}






/*********首页新闻**************/
.media{
	background: #fff;
	padding: 15px;
	box-shadow: 1px 1px 5px #ddd;
}
.newstitle{
	height: 25px;
	line-height: 25px;
	overflow-y: hidden;
	display: block;
}
.media:hover .newstitle{
	color:#000;
	font-weight:bold;
}
.newsdesc{
	color:#666;
	display: block;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
}
.media:hover .newsdesc{
	color:#000;
}
.media:hover{
	box-shadow: 2px 2px 2px #ddd;
}

.media .news-img{
	width: 100px;
	height: 100px;
	margin-right: 15px;
	overflow: hidden;
}
.media .news-img img{
	transition: all 0.6s;
	width: 100%;
	height:100%;
}
.media:hover .news-img img{
	transform: scale(1.3);
}


/*********首页产品分类二级导航*************/

.indexProductMenu{
	margin: 0 auto;
    margin-bottom: 20px;
    width: 600px;
}
.indexProductMenu .Menu{
   width:24%;
   margin-right: 1%;
   background: #f1f1f1;
   color:#333;
   line-height: 40px;
   text-align: center;
   border-radius: 5px;
}
.indexProductMenu .Menu:hover{
	background: #05289c;
	color:#fff;
}

/*********首页产品分类*************/
.productlistindex{
	height: 400px;
	overflow:hidden;
}
.productlistindex img{
	width: 100%;
	height:100%;
	transition: all 0.6s;
}
.productlistindex:hover img{
	transform: scale(1.1);
}


.productindex{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.severlist{	 
	width: 300px;
	height: 200px;	 
	margin-bottom: 20px;
	overflow: hidden;
	transition: all 0.6s;
}
.severlist:hover img{
	transform: scale(1.1);
}
.severlist img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}


/*********首页查看更多*************/
.IndexMore{
	padding:5px 30px;
	border:1px solid #ddd;
}
.IndexMore:hover,.IndexMore:hover a{
	background: #05289c;
	color:#fff;
}


/*********首页定制案例**************/

.index_case{
    width: 100%;
   }
   .index_case .list{
      width: calc(20% - 20px);
      margin-left: 10px;
      margin-right: 14px;
      margin-bottom: 20px;
   }
   .index_case .list:first-child{
   	margin-left: 0;
   }
   .index_case .list:nth-child(6){
   	margin-left: 0;
   }
   .index_case .list:nth-child(5){
   	margin-right: 0;
   }
   .index_case .list:last-child{
   	margin-right: 0;
   }
   .index_case .list{
    float: left;
    position: relative;
   }
   .index_case .list a img{
     width: 100%;

   }
   .index_case .list .title{
      position: absolute;
      top:0;
      left:0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,.5);
      color:#fff;
      line-height:200px; 
      text-align: center;
      font-size: 20px;
      display: none;
      transition: all 0.6s;
   }
   .index_case .list:hover .title{
    display: block;
   }


/*********首页伙伴**************/

.fweight{
	font-weight: bold;
}
.parterindex{
 text-align: left;
 margin-left: -10px;
 margin-right: -10px;
}
.parter{
	width:auto;
	display: inline-block;
	background: #fff;
	padding:10px;
	box-shadow: 2px 2px 10px #ddd;
	text-align: center;
	margin: 10px;
	width:calc(20% - 24px);	
		
}
.parter img{
	height: 60px;
	text-align: center;

}
.parter2{
width: calc(20% - 20px);
}
#part{
transition:all 0.6s ease;
-webkit-transition:all 0.6s ease;
-moz-transition:all 0.6s ease;
-o-transition:all 0.6s ease;
cursor: pointer;
}
#part:hover{
	/*-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg)*/
	transform: scale(1.2);
}



.indexvideo{
	background:#89C3F5 url(../images/bg.jpg) repeat-x center top;
	padding:100px 0;
	height: auto;
}

.videowh{
	width: auto; 
	height: 650px;
}

/********产品详情*******/
.m-video {	 
	margin: 0 auto;
	display: inline-block;
	z-index: 999999999;
	color: #FFF!important;
}
.mainInfo{
	display: block;	
	padding-bottom: 50px;
	padding-top: 30px;
}
.product-title{
	height:80px;
	width: 100%; 
	font-size: 18px;
	line-height: 30px;
	padding-top: 20px;
	font-weight: bold;
	text-align: left; 
	color:#333; 
}
.content-product img{
	line-height: 0;
	max-width: 100%;
}
.back-sort{
	padding: 8px 20px;
	background: #05289c;
	color:#fff;
	line-height: 24px;	 
	border-radius: 5px;
	float: right;
}
.back-sort:hover{
	color:#fff;	
	background: #333;
}
.productBtn{
	padding: 10px 20px;
	background:#05289c;
	color:#fff;
	line-height: 24px;
	border-radius: 5px;

}
.productBtn:hover{
	color:#fff;
}

.cansu table{
   width: 100%;
}
.cansu table tr{
	border-bottom: 1px dashed #ddd;
	font-size:12px;
	color:rgba(153,153,153);
}

.cansu table tr td{
    font-size:12px;
	color:rgba(153,153,153);
}
.preview{
	width:400px;
}
.preview .swiper-slide{
	text-align: center;
	
}
.preview .active-nav{
	border:1px solid #00589c;
}


.procontent,.procontent p{
	line-height: 24px;
}


/*********新闻列表**************/
.jumbotron{
	padding:10rem 2rem;
}
.listnews{
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.newslist{  
  padding:15px; 
  border-bottom:1px solid #eee;
}
.newslist .date {
	padding-top: 15px;
}
.newslist .date .day{
	font-size: 60px;
	line-height:60px ;
	height: 60px;
}
 
.newslist .title{
	font-size: 18px;
    color:#000;
    font-weight: bold;
    line-height: 30px;
    height: 30px;   
    overflow-y: hidden;
    display: block;
    margin-top:15px;
    margin-bottom: 15px;
}
.newslist .desc{
    line-height: 24px;
}
.newslist .date{
	text-align: right;
	padding-right: 15px;
	font-size: 14px;
}
.newslist-img{
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.newslist-img img{
	width: 100%;
	height: auto;
	transition: all 0.6s;
}
.newslist:hover .newslist-img img{
	transform: scale(1.2);
}

.newsmb{
	margin-bottom: 1rem;
}


.news-banner{
	height: 300px;
	background: #f8f8f8;
}

.news-banner .date{
	     height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 12px;
    color: #a4a4a4;
}

.news-banner .title{
	 height: 75px;
    line-height: 60px;
    font-size: 24px;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#282828;
}

.news-banner .swiper-pagination-bullet{
	 border-radius: 0;
}

.news-banner .swiper-pagination{
	text-align: right;
	padding-right: 30px;
}

 .tongdian{
 	position: relative;
    padding-top: 100px;
   padding-bottom: 100px;
   background:#05289c url(../images/bg.jpg) center center;  
    width: 100%;
    height: auto;
    min-height: 800px;

 }
.tongdian_content{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	padding-top:60px;
	 
} 


canvas {
	display: block;
	vertical-align: bottom;
}

#particles-js {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


.indexTu{
   
   padding-top: 40px;
   padding-bottom: 40px;
   background: url(../images/bg2.jpg) center center;
   height: 500px
}

.slogin{
	font-size: 80px;
	font-weight: bold;
	letter-spacing: 15px;
	color:#fff;
	text-shadow: 2px 2px 2px #000;
	margin-bottom: 50px;
	 
}
.slogin  h1{
    position: relative;
    color:#02f2fb;
    font-size: 80px;
	font-weight: bold;
	letter-spacing: 15px;
    }
.slogin   h1:before{		 
        content: attr(text);
        position: absolute;
        z-index: 10;
        color:pink;
        -webkit-mask:linear-gradient(to left, white, transparent );
    }
.slogin2{
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 25px;
	color:#fff;
}


.slogintel{
	letter-spacing: 3px;
	color:#fff;
	font-size: 40px;
	font-weight: bold;
}


.indexTuContent{

	width: 50%;
	background:rgba(0,0,0,0.4);
	color:#fff;
	height: 100%;
	float: right;
	transition: all 0.6s;
}
.indexTuContent:hover{
	width: 60%;

}
.tucontent{
	margin-left: 10%;
	margin-top: 60px;
	cursor: pointer;
}
.tucontent .title{
   font-size: 24px;
   margin-bottom: 15px;
   font-family: word-m;
}


/********首页新闻***********/

.containernews{width: 1160px; margin: 0 auto;}
.news_left{width:570px; float: left; height: 400px;}
.news_right{width:570px; float: right;}
.news_right .newsimg{height: 340px; overflow-y: hidden; margin-bottom: 20px;}
.news_right .newsimg img{width:100%; min-height: 100%;}
.indexnews{width:100%; height: 100px; margin-bottom: 20px;  }
.indexnews .date{width:100px; height: 100px; border: 1px solid #ddd; display: inline-block;}
.indexnews .date span{display: block; font-weight: bold; color:#05289c; text-align: center; font-size: 30px; margin: 10px 0 10px 0; }
.indexnews .date{text-align: center; color:#5c5c5c; font-weight: bold; font-size: 16px;}
.indexnews .newsdesc{width:450px; float: right; border-bottom: 1px solid #ddd; height: 100px;}
.indexnews .newsdesc .title{font-size: 18px; height: 24px; overflow-y: hidden; margin-bottom: 10px; color:#000;  margin-top: 0px; }
.indexnews .newsdesc .desc{line-height: 24px; font-size: 12px; color:#666;}
.indexnews .newsdesc .title:hover{
 	color:#05289c;
 }
.news_more{
      line-height: 58px;  
    text-indent: 150px;
    border: #dfdfdf 1px solid;
        color: transparent;
    background: url(../images/jiantou2.png)no-repeat 26px -97px;
    width: 148px;
    height: 30px;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border-radius: 0px;
    font-size: 0px;
display: block;
    margin: 40px auto;
}

.news_more:hover{
  background: url(../images/jiantou2.png)no-repeat 26px -127px;
}





 
/*********分页***********/
.page-num-current{
    background-color: #333;
    border-color: #333;
    color:#fff!important;
}
.page-num, .page-link{
	color:#333;
}
.page-link:hover{
	color: #05289c;
}

.shangxia{
	height: 40px;
	line-height: 40px;
	overflow-y: hidden;
	display: inline-block;
	margin-bottom: 30px;
}
.shangxia:hover a,.shangxia:hover{
	font-weight: bold;
}

/*******新闻详情**********/
.news-content{
 
   padding: 15px;
   
   background: #fff;
}
.news-content img{
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

/********案例列表**********/
.caselist{
   box-shadow: 1px 1px 5px #ddd;
   margin-bottom: 20px;
   margin-top: 20px;
   padding:20px;
   cursor: pointer;
}
.caselist:hover{
	box-shadow: 2px 2px 10px #ddd; 
}
.caselistImg{
	width: 100%;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;	
}

.caselistImg img{
	width: 100%;
	transition: all 0.6s;
}
.caselist:hover .caselistImg img{
	transform: scale(1.1);
}
.caselistInfo{
  
}
.caselistInfo .title{
	font-size: 18px;
	font-weight:300;
	margin-top: 20px;
}
.caselistInfo .desc{
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
}



/********项目合作*******/
.contactxm{
	font-size: 42px;
}

.contactTel{
	padding: 10px 40px;
	background: #05289c;
	border-radius: 100px;
	color:#fff;
	display: inline-block;
	margin: 0 auto;
}
.contactTel2 a{
	 
		color:#fff!important
	}


/*******售后服务*****/
#myTab{
	padding:0;
	margin: 0;
	margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}
.tabmenu{	
	background: #ddd;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	border-right: 1px solid #fff;
	margin: 0;
	color:#000;	
		border-radius:10px 10px 0 0;
}
.tabmenu a{
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	padding:6px 20px;
	display: inline-block;	
}
#myTab .active{
	background: #05289c;
	color:#fff;
	border-radius:10px 10px 0 0;
 
}
.tab-content{
	margin-top: 30px;
}
.tab-content .active{
	font-weight: normal;
	line-height: 24px;


}

/*****关于我们********/

.aboutT1{
	font-size: 58px;
    color: #e2e2e2;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    font-weight: bold;
}

.aboutT2{
	color: #454545;
    font-weight: bold;
    font-size: 24px;
    margin-top:10px;
}

.aboutT3{
	    color: #454545;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "NUMEN"
}
.aboutContent{
	line-height: 24px;
	color:#666;
	padding-right: 30px;
}

.searchlist{
	width: 48%;
	margin-right: 2%;
	float: left;
}


.wsearch{
	width:500px;
}
/*****企业文化*******/
.whlist{
	background: #EEE;
	height: 120px;
}
.whlist .main{
	width: 120px;
	height: 120px;
	margin-right: 20px;
	background:#E72410;/* 浏览器不支持时显示 */
    background-image: linear-gradient(to right,#B01101, #FA7264);
    float: left;
    font-size: 30px;
    line-height: 40px;
    padding:20px;
    color:#fff;
    font-weight: 300;
}
.whlist .minbody{
	width: calc(100% - 140px);
	float: left;
	line-height: 120px;
	font-size: 20px;
}

/*****联系我们********/
.lxwms{
	padding: 30PX;
	padding-left: 0;
	padding-bottom: 10px;
}
.lxwms>div{
   	margin-bottom: 15px; 
   	color:#333;
}
.lxwms>div span,.lxwms>div,.lxwms>div p{
   	font-size: 16px; 
  
}

.lxwms>div .lximg{
   	width: 30px; 
   	margin-right:10px;
}
.lxwms>div .WX{width: 140px;}

.wap{
	display: none;
}


/*******新底部电话*************/

.foot-tel{
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
.colorred{
	color:#05289c;
}
.span2{
	margin-left: 30px;
}


/*******新二级**************/
.sonsort{
	background: #f2f2f2;
}
.btn-info{
	background: none;
	border:none;
	box-shadow: none;
	color:#05289c;
}
.btn-info:hover{
	background: #05289c;

}
.btn-light{
	background: none;
	border:none;
	box-shadow: none;
}
.btn{
	padding:5px 10px;
	font-size: 14px;
}

/******留言表单********/
.mymsg{
	width: 100%;
}
.msg1{
	width: 32%;
	float: left;
	margin-right: 2%;
	height:40px;
	margin-bottom: 15px;
	border:1px solid #ddd;
	background: #f8f8f8; 
	padding-left:20px!important;
}
.msg1:nth-child(3){ 
	margin-right: 0;
}
.msg2{
	width: 100%;
	height: auto;
	min-height: 240px;
	border:1px solid #ddd;
	background: #f8f8f8; 
	margin-bottom: 15px;
	padding-left:20px!important;
}
.msg3{
	width: 200px;
	height: 40px;
	border:1px solid #ddd;
	background: #f8f8f8; 
	padding-left:20px!important;
}
.tj{
	width: 200px;
	height: 40px;
	background: #05289c;
	border:none;
	color:#fff;
}
.tj:hover{
	background: #ddd;
	color:#333;
}
.codeimg{
	height: 40px;
	margin-top: -2px;
}

/****************抖音和微信.footicon*******************/
.footicon{
	display: block;
	margin-top: 20px;
}
.footicon .weixin,.footicon .douying{
	display: inline;
	margin-right: 5px;
	margin-left:5px;
	position: relative;
}
.footicon .weixin .icon,.footicon .douying .icon{
	display: inline;
	width: 30px;
	cursor: pointer;
}
.floatweixin{
	position: absolute;
	display: none;
	bottom:30px;
	padding:15px;
	left:-65px;
	background:#fff url(/style/sj.png) bottom center no-repeat;
}
.floatweixin img{
	max-width: 170px;
}
.footicon .weixin:hover .floatweixin{
	display: block;
	z-index: 999;
}

.floatdouyin{
	position: absolute;
	display: none;
	bottom:30px;
	padding:15px;
	padding-bottom: 10px;
	left:-98px;
	background:#fff url(/style/sj.png) bottom center no-repeat;
}
.floatdouyin img{
	max-width: 170px;
}
.footicon .douying:hover .floatdouyin{
	display: block;
	z-index: 999;
}

/***关于我们背景企业理念**/

.block h2.title{ color: #333333;padding-bottom: 8px;position: relative;text-align: center;}
.block p.sub-title{font-size: 14px;color: #999999;text-align: center;}
.block h2.title:after{display: block;content: "";position: absolute;width: 70px;height: 3px;background: #4c80e7;bottom: -30px;left: 50%;transform: translateX(-50%);}
 
.benefit{width: 100%;height: auto;overflow: hidden;text-align: center; background: url(/static/bg-xiaoyi.jpg) top -150px center no-repeat;}

.benefit .items{width: 100%;height: auto;overflow:hidden;padding: 85px 0 100px 0;    max-width: 1200px;    margin:0 auto;}
.benefit .items ul{display: flex;justify-content: center;}
.benefit .items ul li{width: 275px;height: auto;overflow: hidden;margin: 0 25px;text-align: center;transition: all .3s;}
.benefit .items ul li:hover{transition: all .3s;transform: translateY(-5px);}
.benefit .items ul li p.title{font-size: 20px;color: #333333;padding: 30px 0 15px 0;}
.benefit .items ul li p.desc{font-size: 16px;color: #333333;line-height: 30px;}



.lc_img{
     height: 300px;
     overflow:hidden;
     padding:0;
   }
 .lc_img img{
 	width: 100%;
 	height: 100%;
 }  
   .lc_txt{
     height: 300px;
     padding:50px;
     width: 100%;
     background: #f8f8f8;
   }
   .txt_bg{
    position: relative;
    font-size: 120px; 
    text-align: center;
    font-weight: 800;
    color:#F2F2F2;
   }
   .my_txt{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    z-index: 99;
   }
   .my_txt .entitle{
    text-align: left;
    font-size: 20px;
    color:#D0D0D0;
   }
   .my_txt .title{
    text-align: left;
    font-size: 20px;
    color:#000;
    margin-top: 10px;
   }
   .my_txt .desc{
     text-align: left;
    margin-top: 20px;
    font-size: 15px;
    color:#666;
    font-weight: normal;
   }

.footer{
		background: #282828;
	}

.dqzdh{
	cursor: pointer;
}
.dqzdh .title{
	height: 80px;
	line-height: 80px;
	font-size: 20px;
	background:#E9EEF3;
}
.dqzdh .img{
	width: 100%;
	overflow:hidden;
	 
}
.dqzdh .img img{
	transition: all 0.6s;
}
.dqzdh:hover .img img{
   transform: scale(1.2);
}
.dqzdh:hover .title{
	background: #00289C;
	color:#fff;
}






.middle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-side {
  width: 100%; 
  top:70px;
  left: 0; 
  bottom: 0;
  background-color: #fff; 
  padding: 10px;
}
.s-side .s-firstItem i {
  font-size: 20px;
}
.s-side .s-firstItem span {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  text-shadow: 0px 0px 5px #EEEEEE;
  white-space: 10px;
}
.s-side .first {
	padding: 10px 0px;
	border-top: 1px dashed #ddd;
}
.s-side .d-firstNav span {
  display: inline-block;
  margin-left: 10px;
}
.s-side .d-firstNav i.fr {
  font-size: 25px;
}
.s-side .s-secondNav,
.s-side .s-secondItem {
  margin-left: 10px;
  margin-top: 10px;
}

.d-firstNav{
	font-size: 16px;
}

.s-secondNav:hover,
.d-firstNav:hover{
	background-color: #fff;
	cursor: pointer
}
.s-side .d-secondDrop {
  margin-left: 30px;
  margin-top: 10px;
}
.iconRotate {
  transform: rotate(90deg);
  transition: transform 0.5s;
}
.s-firstDrop,
.s-secondDrop {
  display: none;
}

.s-thirdItem{
	 border-top: 1px dashed #ddd;
	 padding:20px 0;
}





.price{
	text-decoration: line-through 
}







@media(max-width: 1440px){
    .container-menu2{
		max-width: 1200px;
	}
	.container-nav{
		width: 100%;
	
	}
	.container-menu4{
		padding-left: 50px;
	}

}


@media(max-width: 768px){
	html,body{
		width: 100%;
		max-width: 100%;
	}
	img{
		max-width: 100%;
	}
	.pc{
		display: none!important;
	}
	.wap{
	display:block!important;
}

.span2{
	margin-left: 0
}

	.container-my, .container{
		width: 100%;	 
	}
	
	 
	.top-nav{
		
		top: 0;
		z-index: 9999999999999;
		line-height: 25px;
		overflow: hidden;
	}
    .top-down{
    	display: block;
    	height: 160px;
    }
	.top-info{
		display: block;
		height: 160px;
	}
	.navbar-light .navbar-toggler{
		border:none;
		float: right;
	    position: absolute;
	    right: 10px;
	    top: 15px;
	    font-size: 22px;
	    font-weight: 300;
	    color:#05289c;
	}
	.navbar{
		top: 0px;
		padding:0;
		display: block;
		z-index: 9999999999999;
		 
		width: 100%;
	}
	.logo-sm-height{
		margin-top: 10px;
		margin-bottom: 10px;
		height: 50px;
		margin-left: 0px;
	}
	.navbar-expand-lg .navbar-collapse{
	margin-top: 30px;
	z-index: 9999999999999;
	background: #fff;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
		line-height: 30px;
	}
	 

  	.menu2 {
	position:relative;
	z-index:999999999999;
	background:#fff;
	border-top:1px solid #ddd;
	display:none;
	height:100%;
	width: 100%;
	overflow-y:scroll;
	}
	.onemenu {
		list-style-type:none;
		width:100%;
		padding-left:3%;
		float:left;
		border-bottom:1px solid #ddd;
		padding-top:10px;
		padding-bottom:10px;
	}
	.link {
		font-size:16px!important;
		font-weight:300!important;
		line-height:24px; 
		display:block;
	}
	.menu3 {
		width:24%;
		float:left;
		text-align:center;
		margin-right:1%;
		background:#f8f8f8;
		margin-bottom:3px;
		font-size:12px;
		line-height: 30px;
		margin-top: 10px;
	}
		
 

	.indexBanner{
		margin-top: 0px;
		padding-bottom:0px;
	}
	.jumbotron{
		padding: 6rem 2rem;
	}
	.bannerName{
		margin-top: 3rem;
	}

/******首页产品*********/
	.indexProductList{
		padding-right: 5px;
		padding-left:5px;
	}
	.productIndex{
		padding: 5px 5px;	
		
	}
	.indexProduct{
		margin:0px 0px 10px 0px;
	}
	.indexProductTitle{
		font-size: 12px;		
	}
	.card-body{
		padding:0.75rem;
	}

	.productlistindex{
		height: auto;
	}

	.ptwap0{
		padding-top: 0!important;
	}

	
	.tongdian{
		height: 350px;
		min-height: 350px;
	}
	.videowh{
		width: 100%;
		height: auto;
	}



/******首页图*********/
	.indexTuContent{
		width: 100%;
	}
	.tucontent{
		margin-right: 5%;
		margin-left: 5%;
		margin-top: 30px;
	}
	.tucontent .title{
		font-size: 16px;
		margin-bottom: 10px;
	}
	 
	.IndexSubTitle{
		font-size: 16px;
	}
	.indexTu{
	height: 400px;
	background: url(../images/bg2.jpg) left bottom;
    }
	.slogin{
		margin-top: 30px;
	}
    .slogin h1{
    	font-size:50px;
    }
	.slogin2{
		font-size:40px;
		letter-spacing: 5px;
	}



    .col-md-ftmenu{
    	width: 100%!important;
    }
/******首页行业应用*********/
	
	.indexCase{
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 15px;
	}
	.indexCase .mask{
		display: block;
		background: rgba(0,0,0,.5);
		padding-top: 70%;
		font-size: 16px;
	}
/******首页新闻*********/
.media .news-img{
	width: 70px;
	height: 70px;
}
.newstitle{
	font-size: 14px;
}
.newsdesc{
	height: 40px;
	line-height: 20px;
	font-size: 12px;
	margin-top: -0.4rem;
}
.newsdata{
	display: none;
}
.media{
	padding:8px;
}
.newsmb{
	margin-bottom:10px;
}


.containernews{
	width: 100%;
}

.news_left{
	width: 100%;
	height: auto;
}
.indexnews .date{
	width: 80px;
	height: 80px;
}
.indexnews .date span{
	font-size: 20px;
}

.indexnews .newsdesc{
	width: calc(100% - 100px)
}
.indexnews .newsdesc .title{
	font-size: 16px;
	line-height: 25px;
}
.indexnews .newsdesc .desc{
	height: 48px;
	overflow-y: hidden;
}

 .news_more{
 	margin:20px auto 0 auto;
 }

.news_right{
	display: none;
}

/******首页合作伙伴*********/
.parter{
        width: calc(33% - 5px);
        margin-bottom: 15px;
        margin:5px 0 0 0;
	}
.parter img{
	max-width: 80%;
	height: 28px;
}
#p10{
	display: none;
}



/*****全局底部*********/
	.container-custom{
		 width: 100%
	}


	#btn-open-search-foot{
		display: none!important;
	}
	#footer-search{
		display: block!important;
	}	
	.top-line{
		border-bottom: none;
	}
	.button-line a{
		font-size: 12px;
	}
	#footer-search{
		width: 100%;
		margin-top: 15px;
	}
	.js-search-footer-input-popup{
		width: 100%;
	}
	.bg-info{
		background: #333!important;
	}
	.lh-2 li{
		margin-bottom: 0;
	}
	.footNav a{
		margin-bottom: 10px;
	}

	.wapbtn{
		padding:10px 30px;
	}

	.wapbtn1{
		background: #05289c;
		border-radius: 25px 0 0 25px;
	}
	.wapbtn2{
		background: #05289c;
		border-radius:0;
	}

	.wapbtn3{
		background: #05289c;
		border-radius: 0px 25px 25px 0px;
	}




/*****产品*********/

	.product-title{
		border-top: none;
		box-shadow:none;
		line-height: 24px;
		padding-top: 15px;
		padding-bottom: 20px;
		height: auto;
		font-size: 14px;
		text-align: left;
	}
	.back-sort{
		margin-top: 0px;
		margin-bottom: 10px;
		font-size: 12px;
		padding:5px 0;
		width:99%;
		float: left;
		text-align: center;
	}

	.content-product img{
		max-width: 100%;	
	}

/********产品详情*******/

.mainInfo{
	padding-top: 30px;
}


/*****案例*******/

	.caselistInfo .title{
		font-size: 20px;
		font-weight: normal;
		margin-bottom: 10px;
	}
	.caselistInfo .desc{
		margin-top: 0;
	}
	.caselistImg{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.caselist{
		margin:10px;
		padding:10px;
	}
	.caselistInfo{
		margin-left: -15px;
		margin-right: -15px;
	}
	.IndexMore{
		display: inline-block;
		margin-bottom: 10px;
	}

	.contactTel{
		font-size: 18px;
	}

	.contactTel2 a{
		font-size: 18px;
		color:#fff!important
	}


/*****推荐********/

	.card-img-top{
		height: auto;
	}
	.card-title{
		font-size: 13px;
	}



/*****banner********/
	.jumbotron_contact{
		min-height: 300px;
	}

/*****售后服务********/
	.tabmenu a{
		font-size: 14px;
		padding:6px 5px;
	}

/*****二级菜单********/

.btn{
	padding: 5px 10px;
}


/******留言表单********/
.mymsg{
	width:100%;
	margin-left: 0%;
}
.msg1{
	width: 100%;
}
.tj{
	margin-top: 15px;
}


.span2{
	display: block;
}


/****首页滚动数字*************/
.indexNum{
	padding-top: 40px;
	padding-bottom: 0px;
}
.numico{
	max-width: 100%;
}
.timer{
	font-size:40px;
	line-height: 30px;
	height: 30px;
	position: relative;
	width:auto;
}
.jia{

	z-index: 99;
	margin-top:-20px;
}
.numdesc{
	font-size: 12px;
}

.indexabout{
	height: auto;
	max-height: 600px;
	overflow-y: hidden;

 
}
.mb-6, .my-6{
	margin-bottom: 1.5rem!important
}

.js-search-footer-input-popup{
	height: 36px;
}


 .wapfootmenu{
 	width: 100%;

 }
 .wapfootmenu .menuone{
 	width: 100%;
 	height: 40px; 	
 	color:#fff; 	 
 	line-height: 40px;
 	padding-left: 20px;
 }
  .wapfootmenu .menuone a{
  	color:#fff;
  }
 .wapfootmenu .menutwo{
   width: 100%;
 
   border-top:1px dashed #ddd;
     border-bottom:1px dashed #ddd;
   color:#fff; 
   float: left;
 }
 .wapfootmenu .menutwo li{ 
  
    padding-left: 40px;
    width: 50%;
    float: left;
    margin-top: 10px;
    margin-bottom:10px;
 }
  .wapfootmenu .menutwo li a{
  	font-size: 13px;
  	color:#fff;
  }
 .menudown{
 	float: right;
 	margin-right: 20px;
 }

 .copyright{
 	line-height:40px;
 	height: auto;
 }


.top-info,.top-down{
	height: auto;
}
.top-info .web .title{
	font-size: 16px;
	margin-top: 15px;
}
.top-info .web .desc{
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 13px;
}

#newslist4,#newslist5,#newslist6{
	display: none;
}

.btn-open-search, .btn-open-search2{
	margin-top: 7px;
	margin-left:0;
}
.top-search{
	top: 50px;
}

.zzh{
	margin-top: 30px;
}
.footer{
	padding-top: 0!important
}

.container-nav{
	display: block;	
		padding:0 15px;
}
.nav-right {
	display: inline;
	position: absolute;
	right:100px;
}
.top-search{
	right:0;
}
.top-search input{
   width: 250px;
}
.top-search button{
	position:absolute;
}

.producttj{
	padding-left: 0;
	padding-right: 0;
}

.aboutT1{
	font-size: 35px;
	margin-left: 15px;
}
.footphone{
	font-weight: bold;
}

.indexProduct:hover .productIndex .card-img-top{
	transform:scale(1);
}


.contactxm{
    font-size:24px;
}
.xmadd{
    font-size: 20px;
}

.wapIMG{
    height: 100px;
    overflow: hidden;
}

.shangxia{
    margin-bottom: 10px;
}

.productBtn{
    width:24%;
    padding:5px 0;
    font-size: 12px;
    margin-bottom:15px;
    display: inline-block;
    text-align: center;
}

.newslist .date{
	display: none;
}
.newslist-img{
	margin-top: 20px;
}

.parter2{
	width:calc(50% - 10px);
	margin-right: 10px;
}
.parter2:nth-child(2n){
	margin-right: 0;
}

 .benefit .items ul{
    flex-wrap: wrap; 
  }
  .benefit .items ul li{
    width: calc(50% - 20px);    
    margin:0px;
    margin-bottom: 20px;
    padding:0 10px;
  }
.benefit .items ul li img{
 	max-width: 100px;
}
.benefit .items ul li p.title{
	padding-top: 10px;
	font-size: 18px;
}
.waprow{
	padding-left: 15px;
}


#mycontact .aboutT1{
	margin-left:0;
}


.indexleftmenu{
	margin-bottom: 10px;
	background: #fff;
	display: inline;
	float: left;
	 
}
.indexleftmenu .maintitle{
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	margin-bottom: 20px;
}
.indexleftmenu .maintitlelist .onemenu{
	height: auto;
	line-height:30px;
	margin-top: 5px;
	background: #fff;
	width: 100%;
	margin-right: 4%;
	float: left;
	padding:5px 15px;
}
.indexleftmenu .maintitlelist .onemenu a{
	height: auto;

}
.indexleftmenu .maintitlelist .onemenu:nth-child(2n){
	margin-right: 0;
}

.indexleftmenu .maintitlelist .onemenu ul li{  
	line-height:30px;
	margin-top: 5px;
	background: #fff;
	width: 48%;
	margin-right: 4%;
	float: left;
	border:1px solid #ddd;
	font-size: 12px;

}
.indexleftmenu .maintitlelist .onemenu ul li:nth-child(2n){
	margin-right: 0;
}
.index_prolist img{
	height: auto;
}

 
.parterindex{
	margin-left: 15px;
	margin-right: 15px;
}



.lc_img{
	height: auto;
	 
}
.lc_txt{
	height: auto;
	padding:50px 15px;
}


 
.txt_bg{
	font-size: 80px;
}

.my_txt .desc{
	margin-top: 5px;
}

.teamlist img{
    height: 250px;
}


.index_case .list{
	width: calc(50% - 10px);
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

 .index_case .list:nth-child(6){
   	margin-left: 5px;
   }
   .index_case .list:nth-child(5){
   	margin-right: 5px;
   }

    .index_case .list:nth-child(2n){
      margin-right: 0;
   }
     .index_case .list:nth-child(2n+1){
      margin-left: 0;
   }
     

   .indexprobg{
   	background: #fff;
   }

   .index_prolist { 
    border: 1px solid #eee;
}

.icp{
    display: none;
}
 
.dqzdh .title{
	font-size: 14px;
	line-height: 50px;
	height: 50px;
}

.index_prolist {
	display: inline-block;
}
.index_prolist .images{
	 width:100px;
	 margin-right: 20px;
	 float: left;
}
.index_prolist .canshu{
	    width: calc(100% - 120px);
	    float: left;
}

.index_prolist .canshu2{
  width: 100%;
  border-top: 1px dashed #ddd;
  margin-top: 15px;
  padding-top: 15px;
}



.menu4-left{
	 width:40px;
	 margin-right: 20px;
}
.menu4-right{
	 width: calc(100% - 60px)
}
.sub_menu4 a{
	width: 50%;
	display: inline-block;
	float: left;
}



.news-banner{
	height: auto;
}
.news-banner .row{
	padding:15px;
}


.wapbgfff{
	background: #fff;
}

/*****手机*********/
}