/*åˆå§‹åŒ–æ ·å¼*/
* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    font-size: calc(100vw/19.2);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  @media (min-width: 1901px) {
    html {
      font-size: 100px;
    }
  }
  @media (max-width: 1580px) {
    html {
      font-size: 66px;
    }
  }
  @media (max-width: 767px) {
    html {
      font-size: calc(100vw/7.5);
    }
  }
  html.on {
    overflow: hidden;
  }
  html.on .header.fhs {
    top: 0;
  }
  

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
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 {
    min-height: 100%;
    font-family: 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background: #fff;
  }
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: #e62129;
}
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;
}

@font-face {
    font-family: 'iconfont';  /* Project id 3415955 */
    src: url('//at.alicdn.com/t/c/font_3415955_jlyz175datb.woff2?t=1712044433608') format('woff2'),
         url('//at.alicdn.com/t/c/font_3415955_jlyz175datb.woff?t=1712044433608') format('woff'),
         url('//at.alicdn.com/t/c/font_3415955_jlyz175datb.ttf?t=1712044433608') format('truetype');
  }
a:hover,
a:active,
a:focus {
    color: #e62129;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}



img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

img{
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}
th,
td {
    vertical-align: middle
}

input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.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,
h5,
h6 {
    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;
}

.w50{
    width: 50%;
}
@media (max-width: 790px) {
    .w50{
        width: 100%;
    }
}
.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.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: #e62129;
}
.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;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.nav-box{
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.top-nav{
    
}
.x-contant{
    
}
.x-contant ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: row;
    
}
.x-contant ul li{
    display: flex;
    align-items: center;
    justify-content: center;
}
.x-contant ul li::after{
    content: '';
    width: 1px;
    height: 20px;
    /* background-color: rgba(255,255,255,.5); */
    background-color: rgba(0, 0, 0, .5);
    display: inline-block;
    margin: 0 15px;
    display: none;
}
.x-contant ul li:last-child::after{
    display: none;
}
.x-contant ul li a{
    font-size: 16px;
    color: #222;
    font-weight: bold;
    display: flex;
    align-items: center;

}
.x-contant ul li i{
    font-size: 24px;
    color: #222;
    font-weight: normal;
}
.x-contant ul li a:hover{
    color: #e62129;
}
.x-contant .en{
    width: 0.6rem;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.3rem;
    cursor: pointer;
    position: relative;
    display: none;
}

.x-contant .language{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 3px;
    padding: 0 0.2rem;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
    display: none;
}
.x-contant .language::before {
    content: '';
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
.x-contant .language a{
    border-bottom: 1px solid #f0f0f0;
    color: #666;
    font-size: 14px;
    line-height: 3;
    transition: all ease-out 0.3s;
    white-space: nowrap;
    display: block;
    text-align: center;
}

.x-contant .language a:last-child {
    border-bottom: none;
  }
  .x-contant .language a:hover {
    color: #e62129;
  }
  .x-contant .en:hover .language {
    display: block;
  }
.top2 {
    width: 100%;
    top: 0;
    transition: all ease-out 0.3s;
    /* background-color: #fff; */
    
}
.container{
    position: relative;
    z-index: 999;
}
.logo {
    display: flex;
    align-items: center;
}
.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%;
}

/* å¯¼èˆªæ ·å¼ */
.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-left: 7vh;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #222;
    white-space: nowrap;
    text-align: center;
    opacity: 1;
    font-weight: bold;
    line-height: 110px;

}


.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: #e62129;
    left: 0;
    bottom: 35px;
}
.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: #e62129;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 20vh;
    left: 0%;
    background: #e62129;
    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: #c51c22;
    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;
}
.yya {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    transition: all .6s;
	background-color: rgba(255,255,255,.9) ;
}
.gizle {
    top: -110px !important;
    transition: all .6s;
}
.sabit {
    top: 0 !important;
    z-index: 1000;
    transition: all .6s;
    /* background-color: rgba(51,51,51,.9); */
	
}
.gizle .search-tc{
    display: none;
}
/* tanchuang css */

.search-tc {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.6);
    display: none;
  }
  .search-tc .box {
    width: 100%;
    background: #fff;
    padding: 1.27rem 0 1.05rem;
  }
  .search-tc .box .sbox {
    width: 100%;
    height: 1.32rem;
    display: flex;
    border-bottom: 1px solid #ececec;
  }
  .search-tc .box .sbox .txt {
    width: calc(100% - 0.7rem);
    height: 100%;
    font-size: 0.48rem;
    color: #000;
  }
  .search-tc .box  .sbox .txt::placeholder {
    color: #ccc;
  }
  @media (max-width: 991px) {
    .search-tc .box .sbox .txt {
      font-size: 14px;
    }
  }
  .search-tc .box .sbox .btn {
    width: 0.7rem;
    height: 100%;
    background: url(../images/search2.svg) right center no-repeat;
    background-size: 0.4rem;
  }
  @media (max-width: 991px) {
    .search-tc .box .sbox .btn {
      background-size: auto;
    }
  }
  .search-tc .box .hot-search {
    font-size: 18px;
    color: #666;
    line-height: 26px;
    margin-top: 0.38rem;
  }
  @media (max-width: 1580px) {
    .search-tc .box .hot-search {
      font-size: 16px;
    }
  }
  @media (max-width: 991px) {
    .search-tc .box .hot-search {
      font-size: 14px;
    }
  }
  .search-tc .box .hot-search a {
    color: #000;
    margin-left: 0.25rem;
    transition: all ease-out 0.3s;
  }
  .search-tc .box .hot-search a:hover {
    color: #e62129;
  }

  /* end */

.frame{
    padding: 5% 0;
}
.arrowbox{
    position: relative;
}
.arrow{
    
}
.arrow-prev{
    left: -5%;
    transform: rotate(180deg);
    
}
.arrow-next{
    right: -5%;
}
.arrow-prev , .arrow-next{
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #222;
    border: 1px solid rgba(0, 0, 0, 0.1);

}
.arrow-prev::before , .arrow-next::before{
    content: "\e701";
    font-family: 'iconfont';
    font-size: 20px;
    color: inherit;
    
}
.arrow-prev:hover , .arrow-next:hover{
    background-color: #e62129;
    color: #fff;
}

.product{}
.product .tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product .tit .words{}
.product .tit .words p{
    font-size: 22px;
    color: #666;
    display: flex;
    align-items: center;
}
.product .tit .words span{
    font-size: 16px;
    width: 60px;
    line-height: 22px;
    background-color: #e62129;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
}
.product .tit .words h5{
    font-size: 45px;
    margin-top: 10px;
}
.product .tit .text{}
.product .tit .text p{
    font-size: 20px;
    color: #666;
    text-align: right;
}
.product .tit .text a{
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: flex-end;
}
.product .tit .text i{
    color: #e62129;
    font-size: 24px;
    margin-right: 10px;
   
}

.product-box{
    overflow: hidden;
}
.product-box .swiper-slide{}
.product-box .swiper-slide .com-img{
    max-width: 520px;
}
.product-box .swiper-slide .words{
    text-align: center;
}
.product-box .swiper-slide .words h5{
    font-size: 24px;
}
.product-box .swiper-slide .words p{
    font-size: 16px;
    margin-top: 10px;
    max-width: 80%;
    margin: auto;
}


.box2{
    background: url(../images/about-bg.jpg) no-repeat fixed center center;
    background-size: 100%;
    height: 900px;
    width: 100%;
    position: relative;
}
.about{
    color: #fff;
    padding-top: 15%;
}
.about h4{
    font-size: 58px;
    text-transform: uppercase;
    position: relative;
}
.about h4::after{
    content: url(../images/about-icon.png);
    position: absolute;
    bottom: 21px;
    left: 0;
    
}
.about h5{
    font-size: 35px;
}
.about p{
    font-size: 18px;
    max-width: 580px;
    margin-top: 3%;
}
.about a{
    background-color: #e62129;
    color: #fff;
    width: 132px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-top: 3%;
}
.about i{
    color: inherit;
    font-size: inherit;
    margin-left: 5px;
}
.qywh{
    width: 1100px;
    background-color: #e62129;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50px 0 0 0;
}
.qywh ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0 5%;
}
.qywh li{
    color: #fff;
    width: calc(100% / 5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.qywh i{}
.qywh i img{
    max-width: 48px;
}
.qywh h5{
    font-size: 18px;
    margin-top: 10px;
}
.qywh p{
    font-size: 16px;
    text-align: center;
}


.box3{
    overflow-x: hidden;
}
.ApplicationCase{
    padding: 5% 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.CaseImg{
    width: 1330px;
}
.CaseImg .swiper-slide{
    position: relative;
}
.CaseImg .swiper-slide .com-img{
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}
.CaseImg .swiper-slide .words{
    position: absolute;
    right: 160px;
    bottom: 60px;
    color: #fff;
    text-align: right;
    max-width: 520px;
}
.CaseImg .swiper-slide .words h5{
    font-size: 34px;
}
.CaseImg .swiper-slide .words p{
    font-size: 20px;
    margin-top: 10px;
    
    
}
.CaseIcon-box{
    padding-left: 160px;
}
.CaseWords{
    margin-bottom: 10%;
}
.CaseWords .words{}
.CaseWords .words h5{
    font-size: 58px;
    text-transform: uppercase;
}
.CaseWords .words p{
    font-size: 35px;
}
.CaseIcon{
    position: absolute;
    z-index: 9;
}
.CaseIcon .swiper-wrapper{
    display: flex;
    flex-direction: column;
}
.CaseIcon .swiper-slide{
    overflow: hidden;
}
.CaseIcon .swiper-slide .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 470px;
    height: 84px;
    color: #333;
    border-radius: 5px;
    overflow: hidden;
    
}
.CaseIcon .swiper-slide .item h5{
    font-size: 20px;
    color: inherit;
    font-weight: normal;
    padding-left: 20px;
    overflow: hidden;
}
.CaseIcon .swiper-slide .item span{
    color: inherit;
}
.CaseIcon .swiper-slide .item i{
    color: inherit;
    margin-right: 20%;
}
.CaseIcon .swiper-slide .item h5::after{
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100px;
    color: #fff;
    position: absolute;
    right: 0;
    top: -10px;
    display: none;
    opacity: .3;
}
.CaseIcon .swiper-slide:nth-child(1) .item h5::after{
    content: '01';
}
.CaseIcon .swiper-slide:nth-child(2) .item h5::after{
    content: '02';
}
.CaseIcon .swiper-slide:nth-child(3) .item h5::after{
    content: '03';
}
.CaseIcon .swiper-slide:nth-child(4) .item h5::after{
    content: '04';
}
.CaseIcon .swiper-slide:nth-child(5) .item h5::after{
    content: '05';
}
.CaseIcon .swiper-slide.cur .item{
    background-color: #e62129;
    color: #fff;
}
.CaseIcon .swiper-slide.cur h5{
    font-size: 30px;
    font-weight: bold;
}
.CaseIcon .swiper-slide.cur span{
    font-size: 20px;
}
.CaseIcon .swiper-slide.cur i{
    display: none;
}
.CaseIcon .swiper-slide.cur h5::after{
    display: block;
}

.CaseIcon .swiper-slide .item:hover{
    background-color: #e62129;
    color: #fff;
}
.CaseIcon .swiper-slide .item:hover h5{
    font-size: 30px;
    font-weight: bold;
}
.CaseIcon .swiper-slide .item:hover span{
    font-size: 20px;
}
.CaseIcon .swiper-slide .item:hover i{
    display: none;
}
.CaseIcon .swiper-slide .item:hover h5::after{
    display: block;
}


.hezuo{
    
}
.hezuo ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hezuo li{
    width: calc(90% / 4);
    border: 1px solid #666;
    margin-bottom: 3%;
}
.hezuo li img{
    width: 100%;
}



.box4{
    padding-top: 5%;
    background-color: #f6f6f6;
}
.news{}
.news .tit-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3%;
}
.news .tit-box .tit{}
.news .tit-box .tit h5{
    font-size: 58px;
    color: #333;
    text-transform: uppercase;
}
.news .tit-box .tit p{
    font-size: 35px;
    color: #333;
}
.news .tit-box .news-menu .swiper-slide{
    display: inline-block;
    width: 200px;
    margin-right: 10px;
}
.news .tit-box .news-menu .swiper-slide a{
    width: 200px;
    height: 50px;
    border-radius: 5px;
    color: #999;
    font-size: 18px;
    border: 2px solid rgba(0,0,0,.1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.news .tit-box .news-menu .swiper-slide i{
    color: inherit;
    font-size: 24px;
}
.news .tit-box .news-menu .swiper-slide:hover a{
    background-color: #e62129;
    border-radius: 2px solid rgba(0,0,0,0);
    color: #fff;
}
.news .tit-box .news-menu .swiper-slide.cur a{
    background-color: #e62129;
    border-radius: 2px solid rgba(0,0,0,0);
    color: #fff;
}
.news-slide{
    overflow: hidden;
}
.news-slide .swiper-slide{}
.news-slide .swiper-slide .com-img{
    max-width: 510px;
}
.news-slide .swiper-slide a{}
.news-slide .swiper-slide .words{
    margin-bottom: 20px;
}
.news-slide .swiper-slide .words h5{
    font-size: 22px;
    color: #666;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    
}
.news-slide .swiper-slide .words p{
    font-size: 16px;
    color: #999999;
    margin: 10px 0;
}
.news-slide .swiper-slide .words span{
    font-size: 16px;
    color: #999999;
    opacity: .5;
    text-align: right;
    width: 100%;
    display: block;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-slide .swiper-slide .com-img{
    overflow: hidden;
    border-radius: 10px;
}

.news-slide .swiper-slide:hover h5{
    color: #e62129;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-slide .swiper-slide:hover p{
    color: #333;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-slide .swiper-slide:hover span{
    opacity: 1;
}
/**/

.fooder-box{
    background:  #f6f6f6;
    padding-top: 4%;
}


.fooder{
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 5% 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.f-nav{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 65%;
}
.f-nav a{
    display: inline-block;
    color: #222;
}
.f-nav dl{
    
}
.f-nav dt{
    margin-bottom: 20px;
}
.f-nav dt a{
    font-size: 20px;
    font-weight: bold;
}
.f-nav dd{}
.f-nav dd a{
    font-size: 16px;
    opacity: .5;
    margin-top: 10px;
}
.f-nav dd a:hover{
    color: #e62129;
    opacity: 1;
}


.TelBox{
    border-left: 1px solid  rgba(0,0,0,.1);
    color: #222;
    width: 30%;
    padding-left: 5%;
}
.TelBox .f-tel{
   
}
.TelBox .f-tel h5{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.TelBox .f-tel p{
    font-size: 16px;
    opacity: .5;
    margin-top: 10px;
}

.TelBox .ewm{
    display: flex;
    margin-top: 6%;
}
.TelBox  .item{
    margin-right: 10px;
    width: 110px;
}
.TelBox  .item p{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.TelBox  .item img{
    width: 100%;
}

.bq{
    border-top: 1px solid rgba(255,255,255,.1);
    background-color: #fff;
    
}

.bq .text{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bq p{
    font-size: 14px;
    color: #222;
    line-height: 75px;
}
.bq p a:hover{
    color: #e62129;
    opacity: 1;
}
.f-fh{
    font-size: 16px;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
}
.f-fh i{
    font-size: 24px;
    margin-right: 5px;
}




.f-share{
    margin-top: 2%;
}
.fooder-box .f-share{
    margin-top: 5%;
}
.f-share ul{
    display: flex;
}
.f-share li{
    width: 40px;
    height: 40px;
    border-radius: 32px;
    display: inline-block;
    background-color: #f0f0f0;
    margin-right: 10px;
    color: #000;
}
.f-share li a{
    color: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-share li:hover{
    background-color: #e62129;
    color: #fff;
}
.z-banner img{
    width: 100%;
}
/* 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;
}
