/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
    touch-action: manipulation; /* 禁止双击放大 */
  -ms-text-size-adjust: 100%; /* IE10 以下禁止用户调整文本大小 */
  -moz-text-size-adjust: 100%; /* 火狐浏览器禁止用户调整文本大小 */
  -webkit-text-size-adjust: 100%; /* Safari 和 Chrome 禁止用户调整文本大小 */
  zoom: 1; /* 禁止用户缩放 */
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background-color: #f9f9f9;
    color: #000;
    position: relative;
    font: 12px/1.5 "思源黑体", Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}
body::-webkit-scrollbar {
    width: 5px; 
    height: 1px;
}
body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #ee1d23;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #EDEDED;
}
a {
    text-decoration: none;
    outline: none;
}


a:hover,
a:active,
a:focus {
    color: #07a2e0;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    width: 83%;
    margin: 0 auto;
}


.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    width: 100%;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.quickNav{}
.quickNav .quick{
	display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.quickNav .quick li{
	position: relative;
	z-index: 999;
}

.quickNav .quick li a{
	zoom: 1;
    line-height: 20px;
    padding: 12px 20px;
    display: block;
    color: #333;
}

.quickNav .quick .m h3{
	color: #fff;
    padding-left: 25px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 100px;

}
.quickNav .quick .m h3 span{
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}
.quickNav .quick #m2 span{
    margin-right: 5px;
}
.quickNav .quick #m2 h3::after{
    content: "\e654";
    font-size: 18px;
    font-weight: normal;
    transform:rotate(-90deg);
    
    
  
}
.quickNav .quick #m2:hover h3:after{
    transform:rotate(0deg);
    transition: all .3s;
}
.quickNav .quick .sub{
	display: none;
    width: 120px;
    padding: 10px 0;
    position: absolute;
    top: 70px;
    background: #fff;
    line-height: 30px;
}
.quickNav .quick .sub li:hover a{
	color: #009e77;
	text-decoration: none;
    background-color: #f5f5f5;
}
.wh1600 {
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto;
}
.wh1200 {
    max-width: 1200px;
    margin: auto;
}
.wh1400{
    max-width: 1600px;
    margin: auto;
}
/*头部样式*/
.top-head{
    background: #07a2e0;
}
.top-head p{
    color: #fff;
    line-height: 28px;
    font-size: 12px;
    text-align: left;
}
.k4{
	padding-left: 80px;
	background: url(../images/phone.png) no-repeat center left;
	font: 600 35px/37px "Arial";color: #ee7a00;
	margin-top: 28px;
}
.k4 span{
	font: 400 18px/26px "Microsoft Yahei";color: #666666;
}
.tops{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
}
.nav-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.head-nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
}
.x-contant{
    margin-left: 4%;
    width: 10vh;
    background: #07a2e0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    height: 100%;
}
.x-contant ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: row;
    
}
.x-contant ul a{}
.x-contant ul img{}
.x-contant ul li{
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}
.x-contant ul li::after{
    content: '';
    width: 1px;
    height: 12px;
    background-color: #d3d3d3;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 36%;
}
.x-contant ul li:first-child:after{
    display: none;
}
.x-contant ul li:first-child{
    margin: 0;
    padding: 0;
}
.x-contant ul .ss{}
.x-contant ul .albb{
    width: 130px;
    line-height: 40px;
    background-color: #07a2e0;
}
.x-contant ul .dt{}
.x-contant ul li p{
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.x-contant ul li .ss-sec{
    display: none;
    position: absolute;
    top: 6.6vh;
    right: 0;
    z-index: 999;
}

.x-contant ul li .ss-sec form{
    display: flex;
}
.x-contant ul li .ss-sec .keyword{
    line-height: 36px;
    padding-left: 10px;
    border: 0;
}
.x-contant ul li .ss-sec .submit{
    width: 36px;
    height: 36px;
    background: url(../images/ss.png) no-repeat center #ee1d23;;
    border: 0;

}

.top2 {
    /* position: absolute; */
    width: 100%;
    z-index: 999;
    background-color: #fff
    /* height: 126px; */
}

.logo {
    display: flex;
    align-items: center;
    margin-left: 10vh;
}
.logo a{
    display: block;
}
.logo p{
    font-size: 48px;
    color: #fff;
    font-family: "DIN";
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}
.logo span{
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}
.logo img{
    width: 100%;
}


.head-box{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.head-tel{
    padding: 1vh 3vh;
}
.head-tel p{
    color: #fff;
}
.head-tel .e_text-6{
    font-size: 14px;
    color: #07a2e0;
}
.head-tel .e_text-7{
    line-height: normal;
    font_radio: 2;
    font-size: 28px;
    color: #07a2e0;
    font-weight: bold;
}









/* 导航样式 */
.x-menu {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}


.x-menu>li {
    position: relative;
    margin-right: 7vh;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #222;
    white-space: nowrap;
    text-align: center;
    opacity: 1;
    line-height: 70px;

}


.x-menu>li>a:hover {
    opacity: 1;
    
}



.x-menu>li.active>a {}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 0%;
    height: 2px;
    background-color: #07a2e0;
    left: 0;
    bottom: 19px;
}
.x-menu>li:hover:after{
    width: 100%;
    transition: all .3s;
}
.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #07a2e0;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 20vh;
    left: 0%;
    top: 9vh;
    background: #07a2e0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    color: #fff;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #073f83;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}


.top-contact{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.top-en{
    display: flex;
}
.top-en a{
    display: flex;
    align-items: center;
    font-size:16px;
    margin-left: 20px;

}
.top-en a i{
    margin-right: 5px;
    font-size: 20px;
}





.frame{
    padding: 3% 0;
}


.tit-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tit-box .words{}
.tit-box .words .tit{
    position: relative;
}
.tit-box .words .tit h5{
    font-size: 48px;
    font-weight: normal;
    color: #000;
    position: relative;
    z-index: 2;
}
.tit-box .words .tit h6{
    font-size: 72px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    color: rgba(255,255,255,1);
    opacity: .1;
    text-transform: uppercase;
    text-shadow: -1px 1px 0 #07a2e0, 1px 1px #07a2e0, 1px -1px 0 #07a2e0, -1px -1px 0 #07a2e0;
}

.tit-box .words .tit b{
    color: #07a2e0;
}
.tit-box .words p{
    font-size: 24px;
    color: #666;
    margin-top: 20px;
}

.tit-link{
    
}
.tit-link a{
    display: flex;
}
.tit-link p{
    font-size: 20px;
    color: #07a2e0;
    width: 17vh;
    line-height: 6vh;
    border: 1px solid #07a2e0;
    text-align: center;
    box-sizing: border-box;
    transition: all .3s;
}
.tit-link i{
    width: 6vh;
    background-color: #07a2e0;;
    display: flex;
    justify-content: center;
    align-items: center;

}
.tit-link img{
    width: 9px;

}

.tit-link:hover p{
    background-color: #07a2e0;
    color: #fff;
}




.box1{
    padding: 5% 0;
}
.product{
    margin:3% 0;
}
.product .Recommended{
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}

.product .series{
    position: absolute;
    top: 17%;
    left: 5%;
    z-index: 9;
}
.product .series .words{
    color: #fff;
}
.product .series .words h5{
    font-size: 48px;
    line-height: 48px;
}
.product .series .words p{
    font-size: 16px;
    opacity: .5;
    margin-top: 2%;
}
.product .xiaotu{
    margin-top: 4%;

}
.product .xiaotu .swiper-wrapper{
}
.product .series .swiper-slide{
    margin-right: 10px;
    margin-bottom: 10px;
    
}
.product .series .swiper-slide:nth-child(3n){
    
}
.product .series .swiper-slide a{
    color: #fff;
    width: 100%;
    line-height: 5vh;
    border: 1px solid rgba(255,255,255,.5);
    display: inline-block;
    text-align: center;
    font-size: 18px;
    transition: all .3s;
}

.product .xiaotu .swiper-slide-thumb-active a{
    background-color: #fff;
    color: #07a2e0;
    font-weight: bold;
}
.product .xiaotu .swiper-slide:hover a{
    background-color: #fff;
    color: #07a2e0;
    font-weight: bold;
}
.product .series .swiper-slide img{
    
    display: none;
    }
.product .series .tel{
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: 15%;
}
.product .series .tel .img{}
.product .series .tel .text{
    margin-left: 10px;
}
.product .series .tel .text span{
    font-size: 14px;
}
.product .series .tel .text p{
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
}
.product .datu .swiper-slide a{
    display: none;
}
 
.product-list{
    overflow: hidden;
    width: 100%;
    margin-top: 5%;
}
.product-list .swiper-slide{
    border-radius: 30px;
    width: 24%;
    overflow: hidden;
}
.product-list .swiper-slide .words{
    background-color: #fff;
    padding-bottom: 5%;
}
.product-list .swiper-slide .words h5{
    text-align: center;
    font-size: 18px;
    
}
.product-list .swiper-slide .words a{
    width: 11vh;
    line-height: 4vh;
    background-color: #dfdfdf;
    font-size: 14px;
    display: block;
    text-align: center;
    border-radius: 50px;
    margin: auto;
    margin-top: 5%;

}
.product-list .swiper-slide .words a:hover{
    background-color: #07a2e0;
    color: #fff;
}
.product .datu img{
    width: 100%;
}
.box2{
    width: 100%;
    overflow: hidden;
}
.ApplicationCase{
    position: relative;
}
.CaseImg{
    width: 100%;
    overflow: hidden;
}
.CaseImg .swiper-slide{}
.CaseImg .swiper-slide img{}
.CaseIcon-box{
    position: absolute;
    bottom: 0;
    width: 100%;

}
.CaseIcon{
    
    width: 100%;
    height: 14vh;
    
}
.CaseIcon .swiper-slide{
    width: calc(100% / 6);
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.3);
}
.CaseIcon .swiper-slide-thumb-active{
    background-color: #ee1d23;
}
.CaseIcon .swiper-slide:hover{
    background-color: #ee1d23;
}

.CaseIcon .swiper-slide a{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
.CaseIcon .swiper-slide img{}
.CaseIcon .swiper-slide p{
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}

.CaseWords{
    position: absolute;
    top: 15%;
    z-index: 9;
    width: 100%;
}
.CaseWords .words{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.CaseWords .words .left h5{
    font-size: 72px;

}
.CaseWords .words .left p{
    font-size: 38px;
}
.CaseWords .words .right p{
    font-size: 33px;
    text-align: right;
}


.CaseBox{
    padding: 3% 0;
    background-color: #f2f2f2;
}
.CaseBox ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.CaseBox li{
    width: 49.5%;
    overflow: hidden;
}
.CaseBox li a{
    position: relative;
}
.CaseBox li a:hover{
    background-color: #07a2e0;
    color: initial;
}
.CaseBox li .text{
    position: relative;
    /* bottom: 1rem; */
    background: #fff;
    padding: 2rem;
    z-index: 3;
}
.CaseBox li .text span{
    font-size: 16px;
   
}
.CaseBox li .text img{
    margin-right: 10px;
}
.CaseBox li .text p{
    font-size: 24px;
}
.CaseHot{
    margin-bottom: 2%;
}
.CaseHot li .text{
    position: absolute;
    bottom: 2vh;
    padding: 0 2vh;
    z-index: 3;
    width: 100%;
    background: none;
    color: #fff;
}
.CaseHot li .text p{
    font-size: 36px;
}
.CaseHot li .text span{
    display: none;
}
.CaseHot li:hover span{
    display: block;
}
.CaseList li{
    width: 32.66%;
    overflow: hidden;
    /* margin-right: 1%; */
    margin-bottom: 0.9rem;
}
.CaseList li h5{
    font-size: 14px;
    font-weight: normal;
    opacity: .5;
}
.CaseList li p{
    margin: 1vh 0;
}
.CaseList li span{
    margin-top: 10px;
}


.AboutBox{
    width: 100%;
    overflow: hidden;
}

.About{}
.AboutTop{
    display: flex;
}
.AboutTop .about-tit{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.AboutTop .about-tit h5{
    font-size: 72px;
    line-height: initial;
    font-weight: bold;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.AboutTop .about-tit p{
    font-size: 36px;
}
.AboutTop .AboutHot{
    width: 50%;
    background-color: #07a2e0;
    padding:3% 5%;
    position: relative;
}
.AboutTop .AboutHot::after{
    content: '';
    width: 200px;
    height: 100%;
    background-color: #07a2e0;
    position: absolute;
    top: 0;
    right: -25%;
    
}
.AboutTop .AboutHot h5{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.AboutTop .AboutHot p{
    font-size: 24px;
    color: #fff;
}

.About .words{
    display: flex;
}
.About .words .com-img{
    width: 50%;
}
.About .words .text{
    width: 50%;
    padding: 3%;
}
.About .words .text h5{
    font-size: 30px;
}
.About .words .text p{
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px;
    height: 25vh;
    overflow-y: scroll;
}
.About .words .text p::-webkit-scrollbar {
    width: 5px; 
    height: 1px;
}
.About .words .text p::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #ee1d23;
}
.About .words .text p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #EDEDED;
}

.AboutLink{
    display: flex;
    margin-top: 5%;
}
.AboutLink a{
    width: 18vh;
    background-color: #07a2e0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
}
.AboutLink a i{
    font-family: DIN, Arial, Helvetica, sans-serif;
    font-style: initial;
    margin-left: 2vh;
    font-size: 12px;
}
.AboutLink .a-tel{
    display: flex;
    margin-left: 2vh;
}
.AboutLink .a-tel .img{
    width: 6.6vh;
    height: 6.6vh;
    background-color: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
}
.AboutLink .a-tel .tel{
    margin-left: 1vh;
}
.AboutLink .a-tel .tel span{
    font-size: 16px;
}
.AboutLink .a-tel .tel h4{
    font-size: 30px;
    line-height: initial;
}
.AboutLink .a-tel .tel h4 i{
    font-size: 16px;
    font-weight: normal;
    font-style: inherit;
}

.HonorBox{
    display: flex;
    padding: 3% 0;
}
.HonorBox .Honor-tit{
    width: 20%;
    background-color: #07a2e0;
    padding: 4% 3%;
}
.HonorBox .Honor-tit .words{
    color: #fff;
}
.HonorBox .Honor-tit .words h4{
    font-size: 30px;
    
}
.HonorBox .Honor-tit .words h5{
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
}
.HonorBox .Honor-tit .words p{
    font-size: 14px;
    margin-top: 3vh;
    margin-bottom: 5vh;
}
.HonorBox .Honor-tit .words a{
    font-size: 14px;
    width: 12vh;
    line-height: 42px;
    border: 2px solid #fff;
    display: block;
    text-align: center;
}
.HonorBox .Honor{
    overflow: hidden;
    width: 70%;
    margin-left: 5%;
    position: relative;
}
.HonorBox .Honor a{}
.HonorBox .Honor .com-img{
    border: 1px solid rgba(0,0,0,0.1);
}
.HonorBox .Honor .com-img img{
    width: 100%;
}
.HonorBox .Honor h5{
    width: 100%;
    text-align: center;
    margin-top: 2vh;
    font-size: 16px;
}
.HonorBox .swiper-button-prev, .HonorBox .swiper-button-next{
    color: #8c8c8c;

}
.HonorBox .swiper-button-prev{}
.HonorBox .swiper-button-next{}


.box4{
    background-color: #f5f5f5;
    padding: 5% 0;
}



.News{
    margin-top: 3%;
}
.News .hot{
    display: flex;
}
.News .hot .com-img{
    width: 50%;
    
}
.News .text{
    width: 50%;
    padding: 5%;
    background-color: #fff;
}
.News .text h5{
    font-size: 30px;
}
.News .text span{
    font-size: 16px;
    opacity: .5;
}
.News .text p{
    font-size: 16px;
    margin-top: 3vh;
    line-height: 32px;
    opacity: .7;
    word-break: break-all;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
}
.News .text .n-link{
    display: flex;
    margin-top: 10%;
    justify-content: space-between;
    align-items: center;
}
.News .text .n-link a{
    font-size: 16px;
    width: 16vh;
    line-height: 5vh;
    line-height: 5vh;
    background-color: #f5f5f5;
    color: #9c9c9c;
    text-align: center;
    display: inline-block;
    border-radius: 5vh;
}
.News .text .n-link a:hover{
    background-color: #07a2e0;
    color: #fff;
}
.News .text .n-link .data{
    opacity: .5;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.News .text .n-link .day{
    font-size: 48px;
    font-weight: bold;
    line-height: 30px;
}
.News .text .n-link .years{
    font-size: 24px;
}
.News ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
}
.News ul li{
    width: 32%;
}
.News ul li .com-img{}
.News ul li .text{
    width: 100%;
    padding: 5%;
    background-color: #fff;
}
.News ul li .text h5{
    word-break: break-all;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      font-size: 20px;
}
.News ul li .text p{
    word-break: break-all;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      margin-top: 2vh;
}
.News ul li .text a{
    font-size: 16px;
    width: 16vh;
    line-height: 5vh;
    line-height: 5vh;
    background-color: #f5f5f5;
    color: #9c9c9c;
    text-align: center;
    display: inline-block;
    border-radius: 5vh;
    margin-top: 2vh;
}
.News ul li .text a:hover{
    background-color: #07a2e0;
    color: #fff;
}




/**/
.fooder-box{
    background:  #1b1b1c;
}
.f-logo-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.f-logo{
    filter: grayscale(1);
    
}
.f-logo a{
    filter: invert(1);
}
.f-share{
    margin-top: 20px;
}
.f-share ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.f-share li{
    margin-right: 20px;
}
.f-share li a{
    display: inline-block;
}
.f-share li .fs-img{
    width: 48px;
    height: 48px;
    background-color: rgba(255,255,255,.2);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    border-radius: 48px;
}
.f-share li .fs-img:hover{
    background-color: rgba(255,255,255,.5);
}
.f-share li .fs-img img{
    display: inline-block;
}
.f-share li p{
    color: #fff;
    margin-top: 5px;
    opacity: .5;
}
.fooder{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 5% 0;
    
}
.f-nav{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 70%;
}
.f-nav dl{}
.f-nav dt{
    margin-bottom: 30px;
}
.f-nav dt a{
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}
.f-nav dd{
    margin-bottom: 10px;
}
.f-nav dd a{
    font-size: 16px;
    color: #fff;
    opacity: .5;
}
.f-subscribe{
   
}
.f-subscribe h5{
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
}
.f-subscribe .text{
    text-align: left;
}
.f-subscribe .text .tel{
    font-size: 36px;
    opacity: 1;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}

.f-subscribe .text p{
    font-size: 16px;
    color: #fff;
    opacity: .5;
}

.bq{
    /* padding: 20px 0; */
    border-top: 1px solid rgba(255,255,255,.1);
    display: flex;
    justify-content: space-between;
}
.bq p{
    font-size: 14px;
    color: #fff;
    opacity: .5;
    line-height: 75px;
}
.f-link{
    width: 170px;
    line-height: 45px;
    background-color: #07a2e0;
    text-align: center;
    border-radius: 10px;
    margin-top: 20px;
}
.f-link a{
    font-size: 17px;
    color: #fff;
    display: inline-block;
    
}

.z-banner img{
    width: 100%;
}
.f-top{
    display: flex;
    align-items: center;
}
.f-fh{
    width: 75px;
    height: 75px;
    background-color: #07a2e0;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.f-fh::before{
    content: '';
    background: url(../images/f-fh.png) no-repeat;
    display: block;
    width: 22px;
    height: 10px;
}
.f-fh:hover{
    color: #fff;
}

.f-top .words{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    opacity: .2;
}
.f-top .words h2{
    font-size: 22px;
    margin-left: 10px;
    color: #fff;
    font-weight: normal;
}



/* neiye */
.nei-left-title{
    background: url(../images/wn.png) no-repeat right center #42b25d;
    position: relative;
    line-height: 58px;
    position: relative;
    width: 229px;
    height: 58px;
    background-position-x: 170px;
}
.nei-left-title>h3{
    font-size: 24px;
    color: #ffffff;
    line-height: 58px;
    font-weight: 400;
    position: relative;
    z-index: 9;
    padding-left: 30px;
}
.nei-left-title h3 span {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  display: none;
}
.nei-left-title h3 span:before {
  content: "/";
  padding-right: 5px;
}
