/*åˆå§‹åŒ–æ ·å¼*/
* {
    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: #025dab;
}
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: #025dab;
    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);
}

.wh1600 {
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto;
}
.wh1200 {
    max-width: 1200px;
    margin: auto;
}
.wh1400{
    max-width: 1600px;
    margin: auto;
}
.top2 {
    width: 100%;
    top: 0;
    transition: all ease-out 0.3s;
    position: absolute;
    
}
.container{
    position: relative;
    z-index: 999;
}
.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;
}

.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: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;

}
.x-contant ul li i{
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}
.x-contant ul li a:hover{
    color: #025dab;
}
.x-contant .en{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: all .3s;
    transform: rotate(0deg);
    margin-right: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    
}
.x-contant .en a{
    width: 130px;
    height: 40px;
    border-radius: 40px;
    background-color: #fff;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.x-contant .en i{
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #333;
    border-radius: 40px;
    margin-left: 20px;
    text-align: center;
}
.x-contant .en:hover i{
    transform: rotate(90deg);
}
.x-contant .language{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 3px;
    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: #025dab;
  }
  .x-contant .en:hover .language {
    display: block;
  }

.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: #fff;
    white-space: nowrap;
    text-align: center;
    opacity: 1;
    font-weight: normal;
    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: #025dab;
    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: #025dab;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 20vh;
    left: 0%;
    background: #025dab;
    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: #025dab;
  }

  /* 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: #025dab;
    color: #fff;
}

.tit{
    text-align: center;
}

.tit h5{
    font-size: 40px;
}

.tit span{
    color: #025dab;;
}
.tit p{
    font-size: 24px;
    color: #333;
    margin-top: 20px;
}

.box1{
    padding-top: 5%;
    padding-bottom: 3.5%;
}
.box1 .tit h5{
    background: url(../images/box1-tit.png) no-repeat center bottom;
    line-height: 2;
}
.box2 .tit h5{
    background: url(../images/box2-tit.png) no-repeat center bottom;
    line-height: 2;
}
.box3 .tit h5{
    background: url(../images/box3-tit.png) no-repeat center bottom;
    line-height: 2;
}
.box4 .tit h5{
    background: url(../images/box4-tit.png) no-repeat center bottom;
    line-height: 2;
}
.box5 .tit h5{
    background: url(../images/box5-tit.png) no-repeat center bottom;
    line-height: 2;
}
.products{
    margin-top: 5%;
}
.products ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.products li{
    width: 37.5%;
    background-color: #f3f3f3;
    margin-bottom: 2.5%;
}
.products li:nth-child(2) ,
.products li:nth-child(3) ,
.products li:nth-child(6) ,
.products li:nth-child(7) {
    width: 60%;
}

.products li .com-img{
    width: 100%;
}

.products li .words{
    width: 80%;
    padding-bottom: 5%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.products li .words h5{
    font-size: 34px;
}
.products li .words p{
    font-size: 16px;
    color: #666;
    text-align: center;
    margin: 3% 0;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.products li .words .link-a{
    width: 110px;
    line-height: 32px;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #bebebe;
    border-radius: 4px;
}


.case-banner{
    height: 63vh;
    margin-top: 5%;
}
.case-banner img{
    width: 100%;
}

.case{
    margin-top: 5%;
}
.case .swiper-slide{
    position: relative;
}
.case .com-img{
    width: 100%;
}
.case .words{
    color: #fff;
    position: absolute;
    top: 5%;
    left: 10%;
}
.case .words h5{
    font-size: 30px;
    font-weight: normal;
}
.case .words p{
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 5%;
}
.case .words i{
    width: 32px;
    height: 35px;
    background: url(../images/case-icon.png) no-repeat;
    display: block;
}

.box3{
    background: url(../images/about-bg.jpg) no-repeat center #fafafa;
}
.about{
    display: flex;
    margin-top: 5%;
}
.about-box{
    padding-right: 4%;
    width: 50%;
    background: url(../images/about-bg.png) no-repeat bottom left;
    background-position-y: 75%;
}
.about .text{
   
    
}
.about .text h5{
    font-size: 45px;
    color: #025dab;
}
.about .text h6{
    font-size: 26px;
    color: #333;
    font-weight: normal;
}
.about .text .words{
    margin: 6% 0;
}
.about .text p{
    font-size: 16px;
    margin-bottom: 20px;
   
}
.about .text a{
    width: 38px;
    height: 38px;
    border-radius: 38px;
    background-color: #025dab;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about .text i{
    font-size: 16px;
    color: #fff;
}
.about .com-img{
    width: 100%;
}

.about-link{
    margin-top: 7%;
}
.about-link ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.about-link li{
    width: 34%;
    padding: 3%;
    background-color: #025dab;
    color: #fff;
    border-right: 1px dashed #fff;

}
.about-link li:last-child{
    border-right: 1px dashed #025dab;
}
.about-link li h5{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 9%;
}
.about-link li p{
    font-size: 14px;
}
.about-link li .icon{
    width: 100%;
    text-align: right;
}
.about-link li i{
    display: inline-block;
    width: 45px;
    height: 45px;
    background-position-y: 0;
    
}

.about-link li:hover{
    background-color: #025dab;
    color: #fff;
}
.about-link li:hover i{
    background-position-y: 45px;
}
.about-link li:hover a{
    color: inherit;
}
.video{
    width: 50%;
}
.news{
    margin-top: 5%;
}
.news .hot-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.news .hot{
    width: 68%;
    margin-right: 1%;
}
.news .list{
    width: 33%;
}
.news .item{
    width: 100%;
    margin-bottom: 3%;
    position: relative;
    color: #fff;
}
.news .item a:hover{
    color: inherit;
}
.news .item .com-img{
    width: 100%;
}
.news .item .words{
    position: absolute;
    bottom: 5%;
    left: 5%;
    max-width: 70%;
}
.news .item .words h5{
    font-size: 20px;
}
.news .item .words p{
    font-size: 16px;
    margin-top: 10px;
    
}
.news .list .words h5{
    font-weight: normal;
}
.news .list .words p{
    display: none;
}
.news .item .date{
    width: 100px;
    height: 84px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: absolute;
    top: 5%;
    left: 5%;
    color: #025dab;
}
.news .item .date h5{
    font-size: 35px;
    line-height: 35px;
}
.news .item .date p{
    font-size: 16px;
}

.news-list{}
.news-list ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news-list li{
    width: 30%;
    margin-right: 3%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 3%;
    padding-bottom: 3%;
}
.news-list li p{
    font-size: 20px;
    color: #666;
    
}
.news-list li h5{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.news-list li span{
    font-size: 16px;
    opacity: .5;
}
.news-list li a{
    color: inherit;
}
.news-list li h5:hover{
    color: #025dab;
}
.news-list li span:hover{
    color: #025dab;
    opacity: 1;
}
.box5{
    padding-top: 5%;
}
.advantage{
    margin-top: 5%;
}
.advantage ul{
    display: flex;
}
.advantage li{
    width: 24%;
    margin-right: 1%;
    position: relative;
    height: 556px;
}
.advantage li:last-child{
    margin-right: 0;
}
.advantage li a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.advantage .words{
    background-color: #fff;
    position: absolute;
    width: 326px;
    height: 276px;
    bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 15px 17.28px 0.72px rgba(51, 51, 51, 0.2)

}
  
.advantage .words .text{
    padding: 5%;
    text-align: center;
}
.advantage .words .text h5{
    font-size: 20px;
    color: #333;
}
.advantage .words .text p{
    font-size: 16px;
    color: #666;
    margin-top: 7%;
}
.advantage .words::before{
    content: '';
    width: 56px;
    height: 56px;
    background: url(../images/adv-icon.png) no-repeat;
    display: block;
    position: absolute;
    top: -30px;
}
.advantage .com-img{
    width: 100%;
    height: 479px;
    overflow-y: hidden;
    display: inline-block;
    transition: all .3s;
}
.advantage li:hover .com-img{
    height: 100%;
}

/**/

.fooder-box{
    border-top: 5px solid #025dab;
    display: flex;
}


.fooder{
    width: 70%;
    padding: 5% 12% 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #24292d;
}

.f-nav{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 5%;
}
.f-nav a{
    display: inline-block;
    color: #fff;
}
.f-nav dl{
    padding-left: 2%;
    border-left: 1px solid rgba(255,255,255,.25);
}
.f-nav dt{
    margin-bottom: 10px;
}
.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: #025dab;
    opacity: 1;
}


.TelBox{
    padding-bottom: 3%;
    color: #fff;
    width: 30%;
    padding-left: 8%;
    background-color: #2f363b;
}
.TelBox .f-tel{
    margin-top: 10%;
}
.TelBox .f-tel h5{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 9%;
}
.TelBox .f-tel span{
    font-weight: lighter;
    display: block;
}
.TelBox .f-tel p{
    font-size: 16px;
    opacity: .5;
    margin-top: 10px;
}
.TelBox .f-tel .item{
    display: flex;
    margin-bottom: 4%;
}
.TelBox .f-tel .item img{
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.TelBox .ewm{
    display: flex;
    margin-top: 6%;
}
.TelBox .ewm .item{
    margin-right: 10px;
    width: 100px;
}
.TelBox .ewm .item p{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.TelBox .ewm .item img{
    width: 100%;
}

.bq{
    width: 100%;
}

.bq .text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.bq p{
    font-size: 14px;
    color: #666;
    line-height: 75px;
}
.bq p a:hover{
    color: #025dab;
    opacity: 1;
}
.f-fh{
    font-size: 16px;
    color: #666;
    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: #fff;
}
.f-share li a{
    color: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-share li:hover{
    background-color: #025dab;;
    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;
}

/* video */


.ScreenAbout {
	
	position: relative;
}

.AboutBcen {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.AboutBcen p {
	color: #fff;
	font-size: 24px;
	line-height: 42px;
	letter-spacing: 1px;
    margin: 5% auto;
}


.playPs {
	width: 98px;
    height: 98px;
    margin: auto;
    background: url("../images/video-icon.png") no-repeat center center;
    background-size: 100%;
    cursor: pointer;
    position: relative;
}

.playPs:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: url("../images/video-x.png") no-repeat center center;
    background-size: 100%;
    animation: circle 2s linear infinite;
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.about-video {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.8);
}

.about-video .about-pops {
	width: 64%;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	transform: translate(-50%, -50%);
}

.about-pops video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.closeX {
	color: #fff;
	font-size: 26px;
	margin-bottom: 10px;
	float: right;
	cursor: pointer;
}
