﻿
 * { 
    margin: 0;
    padding: 0; 
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
} 
 html,body{font-family: 'Segoe UI',SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif !important;font-size: 14px;} 
 a{
     text-decoration: none;
     color:#333
 }
 li,ol,ul{
     list-style: none;
 }
 .clearfix:before,.clearfix:after {
	content:"";
	display:block;
	clear:both;
	width:0;
	height:0;
	visibility:hidden;
	font-size:0;
}
 div#ftop {
    padding: 10px 0;
    background: #fafafa;
}

div#ftop .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #222;
}
 .center{
    padding: 0 7%;
 }
 .head_top.clearfix {
    padding: 20px 0;
}
 .header .head_top .logo {
	float: left;
	width: 30%;
}
.header .head_top .logo a img {
	height: 50px;
	display: block;
}
.header .head_top .tNavBox{
    float: left;
}
 .navUl {
    width: 100%;
    display: flex;
    justify-content: center;
}
.navLi {
    padding: 0 0.5vw;
    display: inline-block;
    font-size: 1rem;
    overflow: hidden;
}
.navLi h3.tNavH{
    position: relative;
}
.navLi h3.tNavH::before {
	content:'';
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	display:block;
	width:0;
	height:5px;
	background-color:#ff6600;
	opacity:0;
	transition:all .5s ease;
}
.navLi:hover .tNavH::before {
	width:100%;
	opacity:1;
}
.navLi .navName {
    position: relative;
    display: block;
    padding: 1.25rem 0.5vw;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    transition: all .5s ease;
}
.navLi .navName::after {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff6600;
}
.navLi:hover .navName {
	transform:translateY(-100%);
}
.navLi .slidBox {
    position: fixed;
    left: 0;
    right: 0;
    min-width: 1024px;
    height: 0;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    z-index: 110;
    margin: 0 auto;
    padding: 0 5%;
    transition: all .5s ease;
    opacity: 0;
}
.navLi:hover .slidBox {
	height:auto;
	opacity:1;
	background:rgba(255,255,255,1);
}
.navLi .slidBox .leftBox {
    position: relative;
    margin-right: 2%;
    padding-right: 2%;
    width: 24%;
    height: auto;
    margin: 60px 0;
    overflow: hidden;
    border-right: 1px solid #eaeaea;
}

.navLi .slidBox .leftBox .oneName {
	font-size:26px;
	padding-bottom:15px;
	color:#000;
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.navLi .slidBox .leftBox .tNavSummry {
	line-height:24px;
	width:100%;
	height:auto;
	overflow:hidden;
	color:#666666;
	font-size:14px;
	max-width:420px;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
}
.navLi .slidBox .leftBox .tNavMore {
	display:block;
	position:relative;
	height:auto;
	padding-top:25px;
	border-top:1px dashed #cccccc;
	margin-top:20px;
	cursor:pointer;
}
.navLi .slidBox .leftBox .txt {
	color:#000;
	transition:all .5s ease;
}
.navLi .slidBox .leftBox .leanMore {
	margin-left:2rem;
	transition:all .5s ease;
}
.navLi .slidBox .leftBox .tNavMore:hover .txt {
	color:#ff6600;
	margin-left:10px;
}
.navLi .slidBox .leftBox .tNavMore:hover .leanMore {
	color:#ff6600;
}
.navLi .slidBox .navSbox {
    position: relative;
    width: 76%;
    height: auto;
    overflow: hidden;
    font-size: 0;
    margin: 60px 0;
    display: flex;
    white-space: nowrap;
    flex-wrap: wrap;
}
.navLi .slidBox .navSbox .navSli {
    display: inline-block;
    width: calc(100% /9);
    height: 100%;
    overflow: hidden;
    margin: 1%;
    margin-bottom: 10px;
    background: #fafafa;
    padding: 0 1%;
}
.navLi .slidBox .navSbox .navSli .navSlink {
    position: relative;
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    transition: all 0.3s;
    padding: 10px 0px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .5s ease;
}
.lv_toptel {
    float: right;
    color: #ff6600;
    font-weight: bold;
    font-size: 26px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.lv_toptel .iconfont {
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-right: 6px;
    border-radius: 50%;
    border: 1px solid #ff6600;
    display: inline-block;
}
.lv_toptel .iconfont:before {
    content: '\e628';
    color: #ff6600;
    font-size: 18px;
    text-align: center;
}

.inTitle {
    text-align: center;
    padding: 40px 0;
}

.inTitle span {
    color: #f60;
    font-size: 36px;
	display: block;
}

.inTitle h4 {
    font-size: 24px;
    color: #595959;
    font-weight: unset;
    letter-spacing: 2px;
    margin: 5px 0;
}

.inTitle p {
    font-size: 14px;
    color: #595959;
}
.inTitle .inline{
	max-width: 50px;
    height: 3px;
    background: #333;
    margin: 10px auto 0;
}

.web-footer {
    background: url(../images/botbg.jpg) no-repeat;
    font-size: 14px;
    color: #666666;
  }
  .web-footer a {
    color: #666666;
    transition: .5s ease-in-out;
  }
  .web-footer a:hover {
    color: #ffffff;
    transition: .5s ease-in-out;
  }
  .web-footer .web-top {
    padding:20px 7%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .web-footer .web-top .left .i0 {
    width: 144px;
  }
  .web-footer .web-top .right {
   
float: right;
  }
  .web-footer .web-top .right .li {
    font-size: 15px;
    color: #ececec; line-height:95px;
  }
  .web-footer .web-top .right .li:nth-child(n+2) {
    margin-left: 40px;
  }
  .web-footer .web-top .right .li:hover {
    color: #68a231;
  }
  .web-footer .web-center {
    padding-top: 1.75rem;
    padding-bottom: 0.95rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .web-footer .web-center .left {
    font-size: 0;
    display: flex;
    align-items: center;float: left;
  }
  .web-footer .web-center .left .items {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
  }
  .web-footer .web-center .left .items .span {
    font-size: 13px;
    color: #999999;
    text-align: center;
    margin-top: 13px;
  }
  .web-footer .web-center .left .items .img {
    width: 160px;
    height: 160px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px;
  }
  .web-footer .web-center .left .items .i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 10px; position:relative
  }
  .web-footer .web-center .left .items .i  i{font-size:20px;  position:absolute; left:50%; top:50%; transform:translate(-50%,-50%)}
  .web-footer .web-center .left .items .i i:before{
    content: '\e628';
    color:#fff;
    font-size: 18px;
    text-align: center;
  }
  .web-footer .web-center .left .items .p0 {
    font-size: 13px;
    margin-top: 8px;
  }
  .web-footer .web-center .left .items .num {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    font-family: "beba";
    line-height: 1;
    margin-top: 10px;
  }
  .web-footer .web-center .left .items .p {
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
  }
  .web-footer .web-center .left .items2 {
    margin-left: 40px;
    margin-top: -22px;
  }
  .web-footer .web-center .left .items3 {
    margin-left: 40px;
    margin-top: -22px;
  }
  .web-footer .web-center .right{
    float: right;
  }
  .web-footer .web-center .right .top {
    font-size: 20px; color:#6ba733
  }
  .web-footer .web-center .right .top .li {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
  }
  .web-footer .web-center .right .top .li:nth-child(n+2) {
    margin-left: 2.875rem;
  }
  .web-footer .web-center .right .bot {
   
    line-height: 1.2;
    position: relative;
    text-align: right;
  }
  .web-footer .web-center .right .bot:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/peo.png) no-repeat center;
    background-size: 100%;
  }
  .web-footer .web-bot {
    line-height: 30px;
    font-size: 13px;
    padding: 10px 7%;
    color:#fff
  }
  .web-footer .web-bot p a{
    color:#fff
  }
  
  
  .web-footer .web-center .left .items .tit {
    color: #fff;
}