/*logo    begin*/
.logoBox{
	border-bottom:1px solid #A1A1A1; 
	padding-left: 0;
}
.logo{
	/*width: 460px;*/
    margin-top: 20px;
}
.logo img{
    width:100%;
    height:auto;
}
.logo-search{
    margin-top:8%;
    box-sizing: border-box;
    padding:0;
}
.logo-searchleft{
    padding:0;
    color:#9f9f9f;
    margin-top:1%;
}
.logo-searchleft span {
    margin:0 2%;
}
.logo-searchleft span:hover{
    cursor:pointer;
}
.logo-searchright{
    border:1px solid #9f9f9f;
    border-radius: 5px;   
    padding:0;
    margin-left:2%;
    width:60%;
}
.from-input{
    border:transparent;
    margin-left:2px;
    padding:2% 0;  
    outline: none;
    display: inline-block;
    width:80%;
}
.from-input::-moz-placeholder{
    color:#9f9f9f;   
}
.from-input:-moz-placeholder{
    color:#9f9f9f;   
}
.from-input::-webkit-input-placeholder{
    color:#9f9f9f;
}
.from-input:-ms-input-placeholder{
    color:#9f9f9f;
}
.from-submit{
    outline: none;
    background:transparent;
    box-sizing: border-box;
    padding:2% 0;
    border:none;
    display: inline-block;
    width:16%;
    border-left:1px solid #9f9f9f;
}

/*logo   end*/
.tab{
    margin-top:1px;
	padding: 0;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    list-style-type:none;  
    margin-bottom:0px;  
}
.tab-fli>a{
	color: #000;   
    font-size: 16px;  
    display:inline-block; 
    padding:20px;;
}
.tab-fli>a:hover{
    text-decoration: none !important;
    background-color:#79c1be;
    color:#fff;
}
.tab-sonul{
     list-style-type:none;
     position:absolute;
     z-index: 10000;    
     display:flex;
     padding:0;
     flex-wrap: nowrap;
     flex-direction: column;
     justify-content: space-between;
     background-color:rgba(121,193,190,.75);
     display:none;
}
.tab-sonul li{
padding:10px 20px;
border-bottom:2px solid #ced5db;
}
.tab-sonul li:last-of-type{
    border-bottom:none;
}
.tab-sonul li a{
    color:#fff;
    font-size:16px;
}
.tab-sonul li a:hover{
    text-decoration: none;
}
.carousel-self{
	padding: 0;
}
.carousel-inner img{
	width: 100%;
	height: 500px !important;
}
.mask{
	height: 50px;
    width: 100%;
    background: #FFF;
    position: absolute;
    opacity: 0.4;
    bottom: 0;
}
.content1{
	margin-top: 40px;
	/*padding-bottom: 40px;*/
	border-bottom: 1px solid #A1A1A1;
}
/*轮播图  begin*/
.cnlb{
	/*width:60%;*/
	height:300px;
	/*float:left;*/
	position:relative;
	margin-top:1%;
}
.cnlb .cnlb-ul{
	width:100%;
	height:auto;
    list-style-type: none;
}
.cnlb .cnlb-ul:after{
	height:0;
	width:0;
	content:"";
	clear:both;
	display:block;
	overflow:hidden; 
}
.cnlb .cnlb-ul li{
	width:100%;
	height:300px;
	position:absolute;
	top:0;
	left:0;
	/*border:1px solid #eee;*/

}
.cnlb .cnlb-ul li img{
	width:98%;
	padding:0 1%;
	height:100%;
}
.cnlb-tit{
	position:absolute;
	margin:0 1%;
	z-index:30;
	width:100%;
	box-sizing:border-box;
	height:30px;
	background-color:rgba(255,255,255,.6);
	bottom:0;
	text-align: center;
	line-height:30px;/*overflow:hidden; */
   left:0;
}
.cnlb-tit .cnlb-tit-ul{
	width:100%;
    list-style-type: none;
}
.cnlb-tit .cnlb-tit-ul li{
	width:100%;
	 position:absolute;
    top:0px;
    left:0;
    text-align: left;
}
.cnlb-tit .cnlb-tit-ul li a{
	color:#fff;
}
.cnlb-btn{
	width:30%;
	height:10px;
	position:absolute;
	z-index:50;
	right:1%;
	bottom:0;
    list-style-type: none;
}
.cnlb-btn li{
	width:10px;
	height:10px;
	float:left;
	background-color:#fff;
	margin-right:10px;
	border-radius:50%;
	-ms-border-radius:50%; 
    -moz-border-radius:50%; 
    -o-border-radius:50%; 
    -webkit-border-radius:50%;
}
.cnlb-btn li.list{
	background-color:#99cdcb;
}

/*end*/
/*listnews  begin*/
.listnews{
    margin:20px 0;
}
.listnewsa,.listnewsa:hover{
    font-size: 20px;
    color:#c9140d;  
    display: inline-block;
    width:100%;
    text-decoration: none;
}

.listnewsspan{
    font-size:14px;
    margin:10px 0;
    display: inline-block;
    width:100%;
}
.listnewsp{
    width:100%;
    color:#9f9f9f;
    cursor: pointer;
}
.listnewsings{
    width:13%;
    height:200px;
    display:inline-block;
    box-shadow:3px 3px 5px #797474;
    margin-right:4px;
}
.listnewsings img, .listnewsingsa img{
    width:100%;
    height:200px;
}
.listnewsingsa{
    width:28%;
    height:auto;
    display:inline-block;
    box-sizing: border-box;
    padding:0;
    margin-left:6px;
    box-shadow:3px 3px 5px #797474;
}

/*listnews  end*/
.c-img{
	height: 300px;
}
.c-img img{
	width: 100%;
	max-width: 100%;
	height: 300px;
	max-height: 300px;
	cursor: pointer;
}
/*.c-img img:hover{
	cursor: pointer;
    transform: scale(1.05);
    transition: all 0.6s;
}
*/

.i-title{

}
.i-titlep{
    border-bottom:6px solid #eee;
}
.i-title1,.i-title2{
	display: inline-block;
	font-size: 18px;
	height: 25px;
	cursor: pointer;
    
}
.i-title1 a{
	text-decoration:none;
	color:#000;
    padding:0 20px;
    display:inline-block; 
    border-right:3px solid #79c1be;  
}
.i-title2 a{
text-decoration:none;
	color:#000;
    padding-right:20px;
    display:inline-block; 
    border-bottom:6px solid #79c1be; 
}
.i-title1:last-of-type a,.i-title1:first-of-type a, .i-title3 a{
    border:0;
}
.i-title1 .alist{
color:#fff;
background: #79c1be;
}
.i-line{
	display: inline-block;
    height: 30px;
    width: 3px;
    background: #79c1be;
    position: relative;
    top: 5px;
    /*margin: 0 20px;*/
}
.i-ftitle{
	font-weight: 700;
}
.content1-right{
	padding-left: 50px;
}

/*行业风采   begin*/
.leaders{
    text-align: center;
    margin:20px 0;
}
.wrap, .chengguo, .youshi, .huiyuan{
	/*border: 1px solid #ddd;*/
    /*width:1002px;*/
    height:300px;
	position: relative;
	overflow: hidden;
     margin:10px auto;
}

.warpul{
	overflow: hidden;
	position:absolute;
	width: 1600px;
	left: 0;
    top: 0;
    height:300px;
    list-style-type: none;
	/* _height:1px; */
}
.btns{
    width:42px;
    height:142px;
    line-height: 142px;
    text-align: center;
    background-color:#f8f8f8;
    color:#efefef;
   top:26%;
    position: absolute;
    z-index: 10;
    cursor:pointer;
    font-size:42px
}
.btns-lt{
    left:0;
}
.btns-gt{
    right:0;
}
.warpulli{
	float: left;
    width: 260px;
    height:280px;
}
.btns-lista, .btns-lista:hover{
    width:260px;
    height:280px;
    display:inline-block;
    color: #000;
    text-decoration: none;
    text-align: center;
}
.btns-listaimg{
    width: 70%;
    height:240px;
    border-radius: 50%;
    display:block;
}
.btns-listaspan,.btns-listaimg{
    display:block;
    width:70%;
    text-align: center;
    margin-top:20px;
}
.btns-listasquera .btns-listasquer{
     width: 96%;
    height:200px;    
    display:block;
}
/*行业风采   end*/
.i-itme{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
    margin-top: 6px;
	cursor: pointer;
}
/*.i-title1:hover a{
	color:#CF181D
}*/

.i-itme:hover p{
	padding-left: 3px;
	color:#CF181D
}
.i-itemclick{
    color:#CF181D
}
.i-itme p{
	display: inline-block;
    font-size: 14px;
    /*font-weight: 700;*/
}

.i-iconBox{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.i-iconBox a{
	display: inline-block;
    color: #070707;
    width: 100px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
}
.i-iconBox a:hover i{
	background-size: 130% 120%;
}
.i-iconBox i{
	display: block;
    width: 100%;
    margin: 0 auto;
    height: 100px;
    background-size: 120% 110%;
    background-position: center;

}


.content2{
	margin-top: 40px;
}
.content2-right{
	padding-right: 50px;
}
.content2-List{
	margin-top: 40px
}
.i-c2-img{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.i-c2-img>div{
	width: 100%;
	text-align: center;
}
.i-c2-imgbox{
    overflow: hidden;
    text-align: center;
    height: 190px;
    margin-top: 40px;
    width: 100%
}
.i-c2-imgbox img{
	max-width: 100%;
    /* width: 72%; 
    height: 88%; */
    width: 78%;
    height: auto;
    border-radius: 50%;
    cursor: pointer;
}
.i-c2-img>div:hover .i-c2-title{
	font-size: 17px;
}
.i-c2-title{
	cursor: pointer;
	font-size: 16px
}

.i-icon-plus{
	display: inline-block;
    float: right;
    width: 20px;
    height: 20px;
    background: #73c6be;
    line-height: 20px;
    text-align:center;
    color: #FFF;
    border-radius: 50%;   
    font-size: 30px;
    cursor: pointer;
}

.content3,.content4{
	margin-top: 40px;
}

.content3-List > .i-itme{

}
.content3-List-pimg{
	width:34px;
	height:14px;
}
.i-c4-name{
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 10px 0;
}
.i-c4-name div{
	background: #EEE;
    width: 14%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
	margin-right: 70px;
}

.i-c4-name div:hover{
	font-size: 17px;
}

.i-c5-name{
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: hidden;
}
.i-c5-name div{
	width: 16%;
    height: 50px;
    margin-right: 50px;
}
.i-c5-name img{
	width: 100%;
    height: 100%;
}
/*友情链接  begin*/
.links{
    background-color:#79c1be;
}
.linkstitle{
    padding:10px 0;
    font-size:22px;
    color:#fff;
}
.linkscontents{
    margin-top:20px;
}
.linkscontents a, .linkscontents a:hover{
    color:#232122;
    font-size:16px;
    padding:0 20px;
    border-left:4px solid #e5e5e5;
    text-decoration: none;
}
.linkscontents a:first-of-type{
    padding-left:0px;
    border:0;
}
/*友情链接  end*/
.footer{
	    background: #79c1be;
    margin-top: 20px;
    height: 200px;
    color: #FFF;
}

.footer-content>div:nth-child(1),.footer-content>div:nth-child(2){
	margin-top: 40px;
}
.footer-content{
	font-size: 15px;
}
.footer-content a{
	color: #FFF;
	margin: 0 6px;
}

.footer-content>div:nth-child(2){
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;	
}

/*列表页左侧二级导航 begin*/
.l-listBox-left{
    height:auto;
}
.l-listBox-lefttop{
    background-color:#79c1be;
    height:80px;
    line-height:80px;
    text-align: center;
    font-size:22px;
    color:#fff;
    margin-bottom:3px;
}
.l-listBox-leftul{
    list-style-type: none;
    height:auto;    
    text-align: center;
    padding:0;
}
.l-listBox-leftulli{
    width:100%;
    height:100%;
    border-bottom:2px solid #fff;
}
.l-listBox-leftullia{
color:#000;
display:block;
width:100%;
height:100%;
background-color:#eee;
padding:10px 0;
font-size: 18px;
}
.l-listBox-leftullia:hover,.l-listBox-leftullilist{
    color:#fff;
    background-color:#79c1be;
    text-decoration: none;
}
.l-listBox-leftulliason{
    list-style-type: none;
    width:100%;
    background-color:#fff;
   padding-left:0;
   display:none;
}
.l-listBox-leftulliasonli{
    width:100%;
    height:100%;
    border-bottom:2px solid #eee;
}
.l-listBox-leftulliasonlia{
color:#000;
display:block;
width:100%;
height:100%;
background-color:#fff;
padding:10px 0;
border-left:2px solid #eee;
font-size:16px;
}
.l-listBox-leftulliasonlia:hover,.l-listBox-leftullilista{
    color:#79c1be;
    border-left:2px solid #79c1be;
    text-decoration: none;
}
/*列表页左侧二级导航   end*/
.i-list{
	position: relative;
}

.l-img img{
	max-width: 100%;
    width: 100%;
    max-height: 320px;
    height: 320px;
}

.l-listBox{
	margin-top: 50px;
    /*background: #F4F4F4;*/
    height: 700px;
    padding: 30px 50px;
}
.l-title{
	border-left: 5px solid #FFF;
    padding-left: 7px;
    font-size: 16px;
    /*font-weight: 700;*/
}

.l-title a{
	color: #000;
	font-size: 16px;
}

.l-title span{
	margin: 0 5px;
}
.l-list1{
    margin-top: 40px;
    padding-left: 17px;
    display: flex;
    flex-wrap: wrap;
}
.l-list{
	margin-top: 10px;
    padding-left: 17px;
}
.l-itme:hover a,.l-itme:hover span{
	color: #CF181D;
	padding-left: 5px;
}
.l-itme{
    height: 50px;
    line-height: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 2px solid #FFF;
    font-size: 15px;
    /*font-weight: 600;*/
    cursor: pointer;
}
.l-itme span:nth-child(1){
    width: 85%;
    display: inline-block;
}
.l-itme a {
	color: #000;
    text-decoration:none;
    overflow: hidden;
    white-space: nowrap;   
    text-overflow: ellipsis;
    display: block;
}

.c-content{
	margin-top: 50px;
    /*background: #F4F4F4;*/
    min-height: 500px;
    /*padding: 30px 50px;*/
}
.c-title{
	/*margin: 50px 60px 20px 60px;*/
    border-bottom:3px solid #efefef;
    padding:10px 0;

}
.Wline{
	border-top: 2px solid #FFF;
}
.title{
	/* width: 45%; */
    margin: 10px auto;
    padding-top: 20px;
    text-align: center;
}
.content-info{
	padding: 30px 100px;
}
.content-info img{
	max-width: 100%;
}
.c-nav{
	margin-top: 50px;
	font-size: 16px;
}
.c-nav a{
	color: #000;
}

.tc{
    margin-top: 30px;
}
/*分页  开始*/
#pages{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
#pages li{
    list-style: none;
    display: inline-block;
    height: 30px;
    width: auto;
    min-width: 30px;
    margin: 0 7px;
    cursor: pointer;
}
#pages li:hover  a{
    color:#fff;
}

#pages li a,#pages li span{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #79c1be;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}

.active span{

   background-color: #fff !important;
   color: #79c1be !important;
}

.loadmore-line{
    text-align: center;
    margin-top: 200px;
    color: #000;
    font-size: 16px;
}
/*分页  end*/
/* 行业领军  二级页面 */
.l-list-div{
    padding:2%;
    box-sizing: border-box;
    background-color: #fff;
    width:21%;
    margin:1% 2%;
    text-align: center;
    border-top: 0;
}
.l-list-divs{
    padding:2%;
    box-sizing: border-box;
    background-color: #fff;
  
    text-align: center;
    border-top: 0;
}
.l-list-div:hover{
    cursor: pointer;
    /*border-top: 1px solid; */
}
.l-list-dmg{
    width:70%;
    height:141px;
    border-radius: 50%;
}
.l-list-dmgs{
    width:100%;
    height:160px;
}
.l-list-span{
    display:block;
    margin-top:15%;
    color:#000;
    width:100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 分类 */
.l-list-atip{
    text-align: center;
    height:70px;
    line-height: 70px;
}
.w-line{
    border-bottom: 3px solid #fff;
    display: block;
    width: 80%;
    margin: -3px auto;
}
.l-list-atip a{
    color:#000;
    font-size:16px;
    font-weight:bold;
    padding:0 3%;
    display:inline-block;
    
    height:70px;
    line-height:70px;
}
.l-list-atip a:hover{
    text-decoration: none;
    color:#bf1426;
}
.clicka{
    border-bottom:3px solid #bf1426;
}