﻿body{
  background: url(../image/culture-bg.png) center bottom no-repeat;
}
.ban {
  display: block;
  overflow: hidden;
  clear: both;
  margin: 71px 0 0 0;
}
.fullSlide {
  position: relative;
}
.fullSlide {
  position: relative;
  background: #000;
  margin: 0 auto;
}
.fullSlide .bd {
  position: relative;
  z-index: 0;
}
.fullSlide .bd li {
  position: relative;
}
.fullSlide .bd li img {
  width: 100%;
  vertical-align: top;
}
.fullSlide .bd li a {
  color: #fff;
}
.fullSlide .hd {
  position: absolute;
  left: 0;
  bottom: 1.5%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100%;
}
.fullSlide .hd ul {
  text-align: center;
  padding-top: 5px;
}
.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 40px;
  height: 3px;
  margin: 5px;
  overflow: hidden;
  font-size: 0;
  background: rgba(255, 255, 255, 0.5);
}
.fullSlide .hd ul .on {
  background: #fff;
}
.fullSlide .bd li .txt {
  position: absolute;
  left: 13%;
  top: 25%;
  line-height: 32px;
  font-size: 16px;
}
.fullSlide .bd li .txt h2 {
  font-size: 46px;
  font-weight: bold;
  line-height: 50px;
}
.fullSlide .bd li .txt h2 span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.fullSlide .bd li .txt .line {
  height: 4px;
  width: 40px;
  background: #df061b;
  overflow: hidden;
  display: block;
  margin: 10px 0 20px 0;
}

.m1 {
  display: block;
  overflow: hidden;
  clear: both;
}
.title {
  display: block;
  clear: both;
  margin: 40px 0 0 0;
  border-left: 5px solid #e49e3f;
  padding-left: 120px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  color: #b4b4b4;
  position: relative;
  height: 26px;
}
.title h2 span {
  color: #4b4b4b;
  background: #fff;
  font-size: 24px;
  margin-right: 8px;
  position: absolute;
  left: 0px;
  top: 2px;
  display: block;
  height: 28px;
  padding: 0 8px 0 10px;
}
.title2 {
  padding-left: 70px;
}
.layoutlist {
  width: 100%;
  margin: 30px 0 0 0;
  display: block;
  overflow: hidden;
  clear: both;
  float: left;
}
.layoutlist li {
  float: left;
  width: 50%;
  position: relative;
}
.layoutlist li a {
  display: block;
}
.layoutlist li a .pic {
  height: 340px;
  display: block;
  overflow: hidden;
}


.layoutlist li a .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layoutlist li a .txt {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  padding-bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -mz-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  height: 100%;
  bottom: 0;
}
.layoutlist li a .txt h2 {
  padding: 14px 0 0 28px;
  font-size: 16px;
  line-height: 36px;
  padding-bottom: 12px;
}
.layoutlist li a .txt p {
  padding: 0 28px;
}
.layoutlist li:hover a .txt {
  background-color: rgba(0, 0, 0, 0.8);
}
.iaboutlist {
  display: block;
  overflow: hidden;
  clear: both;
  width: 100%;
  margin: 34px 0 0 0;
}
.iaboutlist li {
  float: left;
  width: 25%;
  overflow: hidden;
  position: relative;
}
.iaboutlist li img {
  display: block;
}
.iaboutlist li h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  color: #000;
  line-height: 45px;
}

.m3 {
  display: block;
  clear: both;
  overflow: hidden;
  padding-bottom: 76px;
}
.inewslist {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  clear: both;
  margin: 38px 0 0 0;
  width: 100%;
}
.inewslist li {
  float: left;
  width: 32%;
}
.inewslist li a {
  margin-right: 80px;
  width: 100%;
  display: block;
}
.inewslist li a.nor {
  margin-right: 0;
}
.imgbox {
  width: 100%;
  height: 260px;
  overflow: hidden;
  overflow: hidden;
}
.inewslist li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.inewslist li a:hover {
  background: #fafafa;
}
.inewslist li a .txt {
  display: block;
  overflow: hidden;
  clear: both;
  border: 1px solid #fafafa;
  padding-top: 20px;
}
.inewslist li a .txt h2 {
  padding: 0 10px;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inewslist li a .txt p {
  color: #5d5d5d;
  margin: 0 10px;
  font-size: 14px;
  height: 60px;
  overflow: hidden;
}
.inewslist li a .txt span.time {
  text-align: center;
  display: block;
  border-top: 1px solid #f0f0f0;
  line-height: 42px;
  color: #a8a8a8;
  font-size: 16px;
}
.morenews {
  display: block;
  overflow: hidden;
  clear: both;
  text-align: center;
  padding: 20px 0 0 0;
}
.morenews a {
  display: inline-block;
  width: 222px;
  text-align: center;
  color: #fff;
  background: #e49e3f;
  line-height: 50px;
  font-size: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

/*about*/
.about_m1 {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 40px 0 50px;
}
.about_tit {
  display: block;
  overflow: hidden;
  clear: both;
  text-align: center;
  color: #4c4c4c;
  font-size: 14px;
}
.about_tit h2 {
  line-height: 45px;
  font-size: 24px;
}
.about {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 28px 0 0 0;
  font-size: 14px;
  line-height: 28px;
}
.about_vd {
  display: block;
  overflow: hidden;
  clear: both;
  margin: 40px 0 0 0;
  position: relative;
}
.about_vd .vdpic {
  float: left;
  position: relative;
  width: 39%;
}
.about_vd .vdpic .vd {
  position: absolute;
  left: 42.5%;
  top: 40%;
  width: 14.6%;
}

.about_vd .vd_txt {
  float: right;
  width: 57%;
}
.ab_tips {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 57%;
}
.ab_tips a.more {
  width: 148px;
  height: 40px;
  line-height: 40px;
  background: #df2033;
  float: left;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.share {
  float: right;
  line-height: 28px;
  font-size: 14px;
  margin: 4px 0 0 0;
}
.share em {
  float: left;
  font-style: normal;
}
.share .bdshare-button-style0-24 {
  float: left;
}
.share .bdshare-button-style0-24 a {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(../image/share1.png) no-repeat;
  background-position: 0 0;
  margin: 0 0 0 8px;
  padding: 0;
}
.share a.icon1 {
  background-position: 0 0;
}
.share a.icon2 {
  background-position: -37px 0;
}
.share a.icon3 {
  background-position: -74px 0;
}
.about_m2 {
  display: block;
  overflow: hidden;
  clear: both;
  background: #fbfbfb;
  padding: 40px 0 40px;
}
.aboutlist {
  display: block;
  overflow: hidden;
  clear: both;
  margin: 40px 0 0 0;
}
.aboutlist li {
  float: left;
  width: 25%;
}
.aboutlist li a {
  display: block;
  padding: 0 2px;
  line-height: 28px;
  font-size: 14px;
}
.aboutlist li a p {
  margin: 8px 15px 0 5px;
}
.fxshare {
  display: block;
  overflow: hidden;
  clear: both;
  margin: 40px 0 0 0;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.center {
  text-align: left;
}

.idealist {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 5px 0 0 0;
}
.idealist li {
  float: left;
  width: 48.33%;
  background: #fff;
  text-align: center;
  margin: 30px 0 0 0;
  text-transform: uppercase;
}
.idealist li img {
  display: block;
  width: 100%;
}

.idealist li.spa {
  float: right;
}

.culturelist {
  display: block;
  overflow: hidden;
  clear: both;
  margin-top: -15px;
}
.culturelist li {
  display: block;
  overflow: hidden;
  clear: both;
  margin: 15px 0 0 0;
  background: #fbfbfb;
}
.culturelist li .pic {
  float: left;
  width: 41.3%;
}
.culturelist li .txt {
  float: right;
  width: 55%;
  padding-right: 6px;
  font-size: 14px;
  line-height: 30px;
}
.culturelist li .txt h2 {
  font-size: 22px;
  line-height: 30px;
  margin: 40px 0 0 0;
}
.culturelist li .txt span {
  display: block;
  width: 40px;
  height: 2px;
  overflow: hidden;
  background: #c2c2c2;
  margin: 18px 0 15px;
}
.culturelist li .txt p {
  height: 90px;
  overflow: hidden;
}
.culturelist li .txt a.more {
  display: block;
  margin: 20px 0 0 0;
  width: 148px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #df2033;
  text-align: center;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #df2033;
}
.culturelist li .txt a.more:hover {
  background: #df2033;
  color: #fff;
}
.about2 {
  margin: 10px 0 0 0;
}

.dutylist li {
  float: left;
  width: 48%;
  margin: 30px 0 10px 0;
  font-size: 14px;
  line-height: 30px;
}
.dutylist li.spa {
  float: right;
}
.dutylist li img {
  display: block;
}
.dutylist li h2 {
  font-size: 20px;
  padding: 15px 0 10px;
}
.dutylist li p {
  height: 90px;
  overflow: hidden;
}
.solutionlist {
  display: block;
  clear: both;
  margin: 0 -15px;
  text-align: center;
  padding-bottom: 5px;
}
.solutionlist li {
  float: none;
  display: inline-block;
  width: 33%;
  margin: 30px 0 0 0;
}
.solutionlist li a {
  display: block;
  margin: 0 15px;
  color: #555;
  background: #fff;
  text-align: center;
}
.solutionlist li a h2 {
  font-size: 16px;
  line-height: 50px;
}
.solutionlist li a:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/*product*/
.pro_vd {
  display: block;
  overflow: hidden;
  clear: both;
  margin: 35px 0 0 0;
}
.pro_vd .vdpic {
  width: 50%;
  margin: 0 25% 32px;
  position: relative;
  display: block;
}
.pro_vd .vd_txt {
  width: 100%;
}
.pro_vd .vdpic2 {
  width: 53.1%;
  float: left;
  position: relative;
  display: block;
}
.pro_vd .vd {
  position: absolute;
  left: 42.5%;
  top: 40%;
  width: 14.6%;
}
.pro_vd .vd_txt2 {
  width: 43.75%;
  float: right;
  padding-left: 5px;
}
.pro_vd .vdpic3 {
  display: block;
  overflow: hidden;
  clear: both;
  position: relative;
  margin: 20px 0 20px;
}
.pro_vd .vdpic3 span.btnplay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../image/vdicon1.png) center center no-repeat;
}
.lookmore {
  float: right;
  margin: 30px 0 0 0;
}
.lookmore .look {
  background: #df2033 url(../image/vicon3.png) 95% center no-repeat;
  border-radius: 5px;
  line-height: 40px;
  width: 140px;
  padding-left: 10px;
  color: #fff;
  display: inline-block;
  text-align: left;
}

/*newslist*/
.news {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 0 0 30px;
}
.newslist {
  margin: 0;
}
.newslist li {
  margin-top: 40px;
}
.pgtips {
  text-align: center;
  margin: 40px 0 0 0;
  display: block;
  overflow: hidden;
  clear: both;
  font-size: 14px;
}
.pgtips span {
  display: inline-block;
  padding-right: 24px;
  background: url(../image/sicon1.png) right center no-repeat;
}
.news_tit {
  display: block;
  overflow: hidden;
  clear: both;
  margin: 40px 0 0 0;
  line-height: 30px;
  font-size: 14px;
}
.news_tit h2 {
  font-size: 24px;
  color: #333;
  line-height: 40px;
}
.pg_next {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 40px 0 0 0;
}
.pg_next p {
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.backlist {
  text-align: center;
  margin: 20px 0 0 0;
  float: right;
}
.backlist a {
  display: inline-block;
  background: #df051a;
  color: #fff;
  line-height: 40px;
  text-align: center;
  width: 120px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/*joins*/
.joins {
  display: block;
  overflow: hidden;
  clear: both;
  position: relative;
  height: 700px;
  background: url(../image/join_ban.jpg) center top no-repeat;
}
.joins_wrap {
  width: 715px;
  margin: 0 auto;
  color: #fff;
}
.join_txt {
  line-height: 48px;
  float: left;
  width: 100%;
  text-align: center;
  margin: 60px 0 0 0;
  font-size: 16px;
  height: 240px;
}
.join_txt h2 {
  font-size: 26px;
}
.joinuslist {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}
.joinuslist li {
  float: left;
  width: 288px;
  border: 2px solid #fff;
  height: 104px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.joinuslist li a {
  color: #fff;
  font-size: 14px;
  display: block;
}
.joinuslist li.spa {
  float: right;
}
.joinuslist li:hover {
  border: 2px solid #e02436;
  background: #e02436;
}
.joinuslist li span {
  width: 78px;
  height: 54px;
  float: left;
  margin: 27px 0 0 34px;
}
.joinuslist li .txt {
  float: right;
  margin: 20px 0 0 0;
  width: 165px;
}
.joinuslist li .txt h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}

/*contact*/
.subnavlist {
  display: block;
  overflow: hidden;
  clear: both;
  margin: 38px 0 0 0;
}
.subnavlist li {
  float: left;
  border-right: 1px solid #afafaf;
  line-height: 24px;
  padding-right: 24px;
  margin-right: 24px;
  font-size: 16px;
}
.subnavlist li.last {
  border-right: none;
}
.subnavlist li.hover a,
.subnavlist li a:hover {
  color: #df051a;
}
.contact {
  overflow: hidden;
  clear: both;
  margin: 60px 0 60px 0;
}
.contact ul {
  display: flex;
  justify-content: space-between;
  margin: 15px;
}
.contactlist li {
  float: left;
  width: 31.3333%;
  font-size: 14px;
  margin-top: 24px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 40px 0;
}
.contactlist li h2 {
  color: #3f3f3f;
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
.contactlist li p {
  padding: 15px 0 0 0;
}
.contactlist li.spa {
  float: right;
}
.contactlist li p span {
  float: left;
  width: 60px;
  line-height: 20px;
  padding-left: 22px;
  background: url(../image/c_icon1.png) left 4px no-repeat;
}
.contactlist li p span.icon2 {
  background-position: 0 -34px;
}
.contactlist li p span.icon3 {
  background-position: 0 -68px;
}
.contactlist li p span.icon4 {
  background-position: 0 -104px;
}
.msg_l {
  float: left;
  width: 528px;
}
.msg_r {
  float: right;
}
.msg_div {
  display: block;
  overflow: hidden;
  clear: both;
  margin-bottom: 21px;
  line-height: 40px;
  font-size: 15px;
}
.msg_div span {
  float: left;
  margin-right: 15px;
}
.msgtxt1 {
  border: 1px solid #e0e0e0;
  height: 38px;
  border-radius: 10px;
  width: 390px;
  padding-left: 10px;
  color: #555;
  font-size: 15px;
}
.msgtxt2 {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding-left: 10px;
  color: #555;
  font-size: 15px;
  width: 670px;
  height: 220px;
  resize: none;
  line-height: 30px;
}
.msg_power {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}
.msgbtn {
  width: 165px;
  background: #df2033;
  color: #fff;
  border: none;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
}

.fullSlide2 {
  position: relative;
}
.fullSlide2 {
  position: relative;
  background: #000;
  margin: 0 auto;
}
.fullSlide2 .bd {
  position: relative;
  z-index: 0;
}
.fullSlide2 .bd li {
  position: relative;
}
.fullSlide2 .bd li img {
  width: 100%;
  vertical-align: top;
}
.fullSlide2 .bd li a {
  color: #fff;
}
.fullSlide2 .hd {
  position: absolute;
  left: 0;
  bottom: 1.2%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100%;
}
.fullSlide2 .hd ul {
  text-align: center;
  padding-top: 5px;
}
.fullSlide2 .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 40px;
  height: 3px;
  margin: 5px;
  overflow: hidden;
  font-size: 0;
  background: rgba(255, 255, 255, 0.5);
}
.fullSlide2 .hd ul .on {
  background: #fff;
}
.fullSlide2 .bd li .txt {
  position: absolute;
  left: 60%;
  top: 35%;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 8px;
}
.fullSlide2 .bd li .txt h2 {
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 20px;
  font-weight: bold;
}
.newsban {
  margin-top: -400px;
}
.actGotop {
  position: fixed;
  left: 50%;
  top: 80%;
  z-index: 999;
  display: none;
  width: 45px;
  height: 45px;
  margin-left: 620px;
}

.cypiclist {
  display: block;
  overflow: hidden;
  clear: both;
}
.cypiclist li {
  float: left;
  width: 33.3%;
}
.cypiclist li span {
  display: block;
  margin: 0 5px;
  border: 1px solid #eee;
}
.sitelist li {
  display: block;
  overflow: hidden;
  clear: both;
  margin-bottom: 15px;
  border-bottom: 1px dotted #eee;
  padding-bottom: 10px;
}
.sitelist li h2 {
  font-size: 16px;
  line-height: 30px;
}
.sitelist li p a {
  color: #999;
}
.sitelist li p a:hover {
  color: #df2033;
}
.sitelist li.last {
  border-bottom: none;
}

.bglayout {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}
.mydiv {
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 100%;
  background: #fff;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 100px;
  border-radius: 5px;
  line-height: 100px;
  text-align: center;
  font-size: 20px;
  margin: -50px 0 0 -100px;
  display: none;
  overflow: hidden;
}
.mydiv .close {
  position: absolute;
  right: 0;
  top: 0;
  background: #d1031d;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.myvedio {
  width: 600px;
  height: auto;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999999;
  margin: -181px 0 0 -300px;
  height: 362px;
  background: #000;
  display: none;
}
#mediaplayer_logo {
  display: none;
}
#mediaplayer_display_button_play {
}
.vdbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

/*170205-投资者关系*/
.ban_o {
  height: 298px;
  background: center top no-repeat;
  margin-top: 71px;
}
.investor {
  padding-top: 50px;
  padding-bottom: 27px;
}
.i_tits {
  height: 1px;
  width: 100%;
  background-color: #eaeaea;
  position: relative;
}
.i_tits span {
  display: block;
  width: 145px;
  text-align: center;
  border-left: 5px solid #e49e3f;
  line-height: 27px;
  font-size: 24px;
  color: #575757;
  position: absolute;
  left: 0;
  top: -22px;
  z-index: 2;
  background-color: #fff;
}
.stock {
  margin-top: 55px;
}
.stockl {
  width: 15%;
}
.stockr {
  width: 70%;
}
.stockl ul li {
  padding-left: 27px;
  background: url(../image/up.jpg) no-repeat left top;
  margin-bottom: 38px;
}
.stockl ul li h2 {
  font-size: 18px;
  color: #575757;
  line-height: 18px;
  margin-bottom: 20px;
}
.stockl ul li h3 {
  font-size: 24px;
  color: #e49e3f;
}
.i_pro {
  margin-top: 40px;
  margin-bottom: 35px;
}
.tits {
  font-size: 24px;
  color: #575757;
  line-height: 24px;
  margin-bottom: 17px;
}
.i_prods {
  width: 48%;
  float: left;
}
.i_prods.spe {
  float: right;
}
.i_prods ul li {
  line-height: 35px;
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
}
.notice {
  background-color: #fafafa;
  padding-top: 35px;
}
.nitce {
  width: 48%;
  float: left;
  margin-bottom: 35px;
}
.nitce.spe {
  float: right;
}
.nitce h2 {
  height: 38px;
  line-height: 38px;
  background-color: #ededed;
}
.nitce h2 i {
  display: block;
  width: 164px;
  text-align: center;
  background-color: #e49e3f;
  color: #fff;
  font-size: 18px;
}
.nitce ul {
  background-color: #fff;
}
.nitce ul li {
  line-height: 35px;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 3%;
  font-size: 14px;
}
.nitce ul li a {
  display: block;
  color: #1d2217;
  overflow: hidden;
}
.nitce ul li span {
  float: left;
  padding-right: 24px;
  display: block;
  background: url(../image/PDF1.png) right center no-repeat;
}
.nitce ul li span.ccc {
  float: left;
  padding-right: 24px;
  display: block;
  background: url(../image/DOC1.png) right center no-repeat;
}
.nitce ul li i {
  float: right;
}
.more_o {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #676767;
}
.more_o img {
  margin-left: 12px;
  vertical-align: -1px;
}
.i_prods ul li i {
  width: 145px;
  display: inline-block;
}

.Pages {
  margin-top: 10px;
  text-align: center;
}
.Pages a {
  border: 1px solid #e49e3f;
  padding: 0 5px;
  color: #e49e3f;
  display: inline-block;
}
.Pages a + a {
  margin-left: 5px;
  margin-right: 5px;
}
.Pages a.hover,
.Pages a:hover {
  background: #e49e3f;
  color: #fff;
}

.wind {
    width: calc(100% - 2px);
    height: auto;
    overflow: hidden;
    /*max-width: 1200px;*/
    margin: auto;
    border: 1px solid #fff;
    margin-top: 20px;
}
.wind .tit {
    padding-top: 100px;
}
.wind .shows {
    width: 100%;
    height: auto;
    margin-top: 0px;
}
.wind .shows ul {
    width: 100%;
    height: 460px;
    overflow: hidden;
    margin-top: 0px !important;
}
.wind .shows ul li {
    width: calc(16.66666% - 1px);
    height: 460px;
    float: left;
    position: relative;
    float: left;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-left: 1px solid #fff;
}
.wind .shows ul li:nth-of-type(1) {
    border-left: 0;
}
.wind .shows ul li .ksm {
    width: 480px;
    height: 100%;
    object-fit: cover;
}
.wind .shows ul li .ks {
    display: none;
}
.wind .shows ul li:nth-of-type(6) {
    margin-right: 0;
}
.wind .shows ul li .tits {
    position: absolute;
    top: 30px;
    left: 22px;
    width: 22px;
    height: 22px;
    border: 0;
}
.wind .shows ul li p.big {
    font-size: 24px;
    color: #fff;
    width: 25px;
    position: absolute;
    top: 60px;
    left: 22px;
    line-height: 25px;
}
.wind .shows ul li p.smal {
    font-size: 12px;
    color: #fff;
    position: absolute;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  display: block;
  width: 160px;
    bottom: 120px;
  left: -40px;
}
.wind .shows ul li p.bot {
    display: none;
    font-size: 14px;
    color: #fff;
    width: calc(100% - 80px);
    background: rgba(0,0,0,.5);
    padding: 25px 40px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.wind .shows ul li img {
    display: block;
    width: 959px;
}
.wind .shows ul:hover li {
    width: calc(10% - 1px);
}
.wind .shows ul li:hover {
    width: 50%;
}

.index-title {
    width: 100%;
    height: auto;
    padding: 60px 0 0;
    background: #fff;
}
.index-title p {
    text-align: center;
    color: #616161;
}
.index-title p.tit {
    font: 34px/34px "微软雅黑";
    color: #333;
    text-align: center;
  max-width: 1200px;
  margin: auto
}
.index-title p.tit span {
  display: block;
    width: 60px;
    height: 6px;
    background: #e79c3c;
    margin: 20px auto 0;
}
.index-title p.tit span::after{

}
.index-title p.js {
    font-size: 14px;
  max-width: 1200px;
  margin: auto;
  line-height: 1.8;
  padding-top: 10px;
}
.index-title p.js span {
    color: #21764f;
}
.index-title p.js a {
    padding: 0 10px;
}
.scien {
    padding-top: 70px;
    padding-bottom: 80px;
}
.ui-mini-pt {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
.list {
    position: relative;
    font-size: 0;
}
.text-align_center {
    text-align: center;
}
.list>li {
    display: inline-block;
    vertical-align: top;
}
.list-4>li {
    width: 16.666667%;
    position: relative;
}
.column li div{
/*  border: 1px #f1f1f1 solid;*/
  margin: 2%;
  padding: 20px 0;
}
.column li figure {
    width: 100%;
    background: #f1f1f1;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    overflow: hidden;
}
.column li figure img{
  height: 50px;
}
.column li figure .icon {
    display: inline-block;
    max-width: 100%;
}
.column li figcaption {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}
.column li figcaption a{
  color: #333;
}
.column li figcaption p{
  color: #666;
  font-size: 13px;
  margin-top: 10px;
}
.column li:hover figure {
  background: #666;
}
.column li:hover figure img{
  filter: drop-shadow(100px 0 0 #fff);
  transform: translateX(-100px)
}
.column li:hover figcaption a{
/*  background: rgba(0, 0, 0, .9);*/
}
.mt-30 {
    margin-top: 30px;
}
.global {
    padding-top: 80px;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
}
.ui-mini-mt {
    margin-left: 8.33333%;
    margin-right: 8.33333%;
}
.global .chart-desktop {
    margin-top: 80px;
}

.global .tt_container {
    position: relative;
}
.page_title, .text_title, .title_page {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
}
.page_title span {
    display: block;
    font-size: 14px;
    color: #666;
    font-family: "GothamBook";
    letter-spacing: 0;
}
.global .globalMap figure {
    margin-top: 80px;
    width: 87.5%;
    margin-left: auto;
    margin-right: auto;
}
.img-box {
    position: relative;
}
.img-box>img {
    left: 0;
/*    position: absolute;*/
    top: 0;
    width: 100%;
}
.global .list {
    position: relative;
    z-index: 300;
}
.global .list li {
    float: left;
    position: relative;
}


.list>li {
    display: inline-block;
    vertical-align: top;
}
.list-6>li {
    width: 16.6666%;
}
.global .list .box {
    padding-top: 100%;
    position: relative;
    font-size: 20px;
    line-height: 37px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #333;
    text-align: center;
}
.global .list .box p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0;
}
.global .list .box span {
    display: block;
    font-size: 12px;
    line-height: 28px;
    color: #989898;
    color: #333;
    font-family: "GothamBook";
    font-weight: 300;
    letter-spacing: -0.2px;
}
.global .tt_container svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.nybanner{
  position: relative;
}
.nybanner_text{
  position:absolute;
  top:0;
  left: 0;
  width:100%;
  height:100%;
}
.nybanner_box{
  width: 100%;
  height:100%;
  display: flex;
  align-content: center;
  justify-content:center;
  flex-direction: column;
  text-align:center;
}
.nybanner_box h2{
  margin-top: 100px;
  color: #fff;
  font-size: 42px;
  margin-bottom: 30px;
}
.nybanner_box p{
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  align-items:center;
  justify-content:center;
}

.nybanner_box p::after,
.nybanner_box p::before{
  content: '';
  width: 40px;
  height: 2px;
  background: #fff;
  display: block;
}
.nybanner_box p::after{
  margin-left: 15px;
}
.nybanner_box p::before{
  margin-right: 15px;
}
.nyabout1{
  padding: 60px 0;
  overflow:hidden;
}
.nyabout1 .nyabout-title p{
  font-size: 50px;
  line-height: 50px;
  color: #cccccc;
/*  font-weight: bold;*/
  text-transform: uppercase;
}
.nyabout1 .nyabout-title h2{
  font-size: 35px;
  color: #333333;
  margin-bottom: 40px;
/*  font-weight: bold;*/
  margin-top: 20px;
}
.nyabout1 .nyabout-title h2 span{
  color: #000;
}
.nyabout1 .nyabout_intro{
  font-size: 16px;
  line-height:35px
}



.about-2 li,
.about-2 li h2:after,
.about-2 li .content,
.about-3 .list2 .line {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
.about-2 li:hover{
  background: rgba(0,0,0,0.4);
}
.about-2 li h2 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.about-2 li h2 {
  align-items: center;
  -webkit-align-items: center;
}
.about-2 li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.about-2 li {
  justify-content: center;
  -webkit-justify-content: center;
}

.about-2 li h2 {
  align-items: center;
  -webkit-align-items: center;
}

.about-2 ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.about-2 {
  background: url('../image/about-cul-bg.jpg') center no-repeat;
  background-size: cover;
  height: 580px
  color: #fff;
}
.about-2 ul {
  border-right: rgba(255, 255, 255, 0.5) solid 1px;
}
.about-2 li {
  width: 25%;
  height: 580px;
  border-left: rgba(255, 255, 255, 0.5) solid 1px;
  padding: 0 40px;
}
.about-2 li h2 {
  font-size: 32px;
  line-height: 2;
  position: relative;
  color: #fff;
}
.about-2 li h2:before {
  content: '';
  display: block;
  position: absolute;
  left: -36px;
  margin-left: -10px;
  top: 50%;
  width: 8px;
  height: 30px;
  margin-top: 40px;
  background: #fff;
  opacity: 0;
}
.about-2 li h2:after {
  content: '';
  display: block;
  position: absolute;
  position: relative;
  width: 90px;
  height: 40px;
  background: url('/tpl/huanyu/img/img25.png') center no-repeat;
  background-size: 40px;
  opacity: 0;
  display: none;
}
.about-2 li .content {
  line-height: 25px;
  height: 100px;
  overflow: hidden;
  margin-right: -10px;
  font-size: 16px;
   color: #fff;
}
.about-2 li:hover h2:before {
  opacity: 1;
}
.about-2 li:hover .content {
  height: 200px;
}
.img-box {
  border: 0.025rem #000 solid;
  padding: 0.25rem;
}
.jiazhiguan{
  position: relative;
}
.jiazhiguan_box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, .3);
}
.jiazhiguan_box h2{
  font-size: 32px;
  color: #fff;
}
.jiazhiguan_box p{
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}




.main-timeline{ position: relative; margin:60px 0; 
  background: url(../image/fzlc_03.png) top center no-repeat;
  background-position-y: 100px;
/*  background-size: auto 100%;*/
      background-attachment: fixed;
      overflow: hidden;
}
.main-timeline:before,
.main-timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline:before{
    /*content: "";
    width: 3px;
    height: 100%;
    background: #302124;
    position: absolute;
    top: 0;
    left: 50%;*/
}
.main-timeline .timeline{
    width: 44%;
    float: left;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline:nth-of-type(odd) .year{
  text-align: right;
}
.main-timeline .timeline:nth-of-type(even) .year{
  text-align: left;
}
.main-timeline .timeline:nth-of-type(2n){
  margin-left: 12%;
}
.main-timeline .timeline:last-child{
  margin-left: 56%!important;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
/*.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before{
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #be9e66;
    position: absolute;
    top: 0;
    right: -14px;
    z-index: 1;
}*/
.main-timeline .timeline:last-child:before{
    top: auto;
    bottom: 0;
}
.main-timeline .timeline:last-child:nth-child(even):before{
    right: auto;
    left: -12px;
    bottom: -2px;
}
.main-timeline .timeline-content{
    text-align: center;
    margin-top: 8px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.main-timeline .timeline-content:before{
    content: "";
    width: 100%;
    height: 5px;
    background: #f1f1f1;
    position: absolute;
    top: 68px;
    left: 0;
    z-index: -1;
}
.main-timeline .circle{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #fff;
    border: 8px solid #f1f1f1;
    float: left;
    margin-right: 25px;
    position: relative;
}
.main-timeline .circle:before{
    content: "";
    width: 26px;
    height: 30px;
    background: #be9e66;
    margin: auto;
    position: absolute;
    top: 0;
    right: -33px;
    bottom: 0;
    z-index: -1;
    box-shadow: inset 7px 0 9px -7px #444;
}
.main-timeline .circle span{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 160px;
    border: 3px solid #adabab;
    font-size: 80px;
    color: #454344;
}
.main-timeline .circle span:before,
.main-timeline .circle span:after{
    content: "";
    width: 28px;
    height: 50px;
    background: #fff;
    border-radius: 0 0 0 21px;
    margin: auto;
    position: absolute;
    top: -54px;
    right: -33px;
    bottom: 0;
    z-index: -1;
}
.main-timeline .circle span:after{
    border-radius: 21px 0 0 0;
    top: 0;
    bottom: -56px;
}
.main-timeline .content{
  width: 100%;
    display: table;
    padding-right: 40px;
    position: relative;
}
.main-timeline .year{
    display: block;
    padding: 10px;
    margin: 10px 0 50px 0;
/*    background: #f1f1f1;*/
    border-radius: 7px;
    font-size: 25px;
    color: #333;
}
.introline{
  display: flex;align-items: flex-start;margin-bottom: 10px;
}
.timenum{
  border-radius: 50%;background: #f1f1f1;color: #000;display: block;width: 24px;height: 24px;flex:0 0 24px;text-align: center;line-height: 24px;margin-right: 10px;
}
.main-timeline .title{
    font-size: 25px;
    font-weight: bold;
    color: #be9e66;
    margin-top: 0;
}
.main-timeline .description{
  margin-top: 15px;
    font-size: 16px;
    color: #333;
    text-align: justify;
    line-height: 1.4;
    width: 100%;
}
.main-timeline .icon{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #f1f1f1;
    position: absolute;
    top: 58px;
    right: -14px;
}
.main-timeline .icon:before{
    content: "";
    width: 15px;
    height: 25px;
    background: #f1f1f1;
    margin: auto;
    position: absolute;
    top: -1px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}
.main-timeline .icon span:before,
.main-timeline .icon span:after{
    content: "";
    width: 21px;
    height: 25px;
    background: #fff;
    border-radius: 0 0 21px 0;
    margin: auto;
    position: absolute;
    top: -30px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}
.main-timeline .icon span:after{
    border-radius: 0 21px 0 0;
    top: 0;
    left: -15px;
    bottom: -30px;
}
.main-timeline .timeline .circle img{
  border-radius: 50%;
}
.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .circle{
    float: right;
}
.main-timeline .timeline:nth-child(2n) .circle{
    margin: 0 0 0 25px;
}
.main-timeline .timeline:nth-child(2n) .circle:before{
    right: auto;
    left: -33px;
    box-shadow: -7px 0 9px -7px #444 inset;
}
.main-timeline .timeline:nth-child(2n) .circle span:before,
.main-timeline .timeline:nth-child(2n) .circle span:after{
    right: auto;
    left: -33px;
    border-radius: 0 0 21px 0;
}
.main-timeline .timeline:nth-child(2n) .circle span:after{
    border-radius: 0 21px 0 0;
}
.main-timeline .timeline:nth-child(2n) .content{
    padding: 0 0 0 40px;
    margin-left: 2px;
}
.main-timeline .timeline:nth-child(2n) .icon{
    right: auto;
    left: -14px;
}
.main-timeline .timeline:nth-child(2n) .icon:before,
.main-timeline .timeline:nth-child(2n) .icon span:before,
.main-timeline .timeline:nth-child(2n) .icon span:after{
    left: auto;
    right: -15px;
}
.main-timeline .timeline:nth-child(2n) .icon span:before{
    border-radius: 0 0 0 21px;
}
.main-timeline .timeline:nth-child(2n) .icon span:after{
    border-radius: 21px 0 0 0;
}
.main-timeline .timeline:nth-child(2){
    margin-top: 180px;
}
.main-timeline .timeline:nth-child(odd){
    margin: -175px 0 0 0;
}
.main-timeline .timeline:nth-child(even){
    margin-bottom: 80px;
}
.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even){
    margin: 0;
}
@media only screen and (max-width: 990px){
    .main-timeline:before{ left: 100%; }
    .main-timeline .timeline{
        width: 100%;
        float: none;
        margin-bottom: 20px !important;
    }
    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before{
        left: auto !important;
        right: -13px !important;
    }
    .main-timeline .timeline:nth-child(2n) .circle{
        float: left;
        margin: 0 25px 0 0;
    }
    .main-timeline .timeline:nth-child(2n) .circle:before{
        right: -33px;
        left: auto;
        box-shadow: 7px 0 9px -7px #444 inset;
    }
    .main-timeline .timeline:nth-child(2n) .circle span:before,
    .main-timeline .timeline:nth-child(2n) .circle span:after{
        right: -33px;
        left: auto;
        border-radius: 0 0 0 21px;
    }
    .main-timeline .timeline:nth-child(2n) .circle span:after{
        border-radius: 21px 0 0 0;
    }
    .main-timeline .timeline:nth-child(2n) .content{
        padding: 0 40px 0 0;
        margin-left: 0;
    }
    .main-timeline .timeline:nth-child(2n) .icon{
        right: -14px;
        left: auto;
    }
    .main-timeline .timeline:nth-child(2n) .icon:before,
    .main-timeline .timeline:nth-child(2n) .icon span:before,
    .main-timeline .timeline:nth-child(2n) .icon span:after{
        left: -15px;
        right: auto;
    }
    .main-timeline .timeline:nth-child(2n) .icon span:before{
        border-radius: 0 0 21px 0;
    }
    .main-timeline .timeline:nth-child(2n) .icon span:after{
        border-radius: 0 21px 0 0;
    }
    .main-timeline .timeline:nth-child(2),
    .main-timeline .timeline:nth-child(odd),
    .main-timeline .timeline:nth-child(even){
        margin: 0;
    }
}
@media only screen and (max-width: 480px){
    .main-timeline:before{ left: 0; }
    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before{
        left: -12px !important;
        right: auto !important;
    }
    .main-timeline .circle,
    .main-timeline .timeline:nth-child(2n) .circle{
        width: 130px;
        height: 130px;
        float: none;
        margin: 0 auto;
    }
    .main-timeline .timeline-content:before{
        width: 99.5%;
        top: 68px;
        left: 0.5%;
    }
    .main-timeline .circle span{
        line-height: 115px;
        font-size: 60px;
    }
    .main-timeline .circle:before,
    .main-timeline .circle span:before,
    .main-timeline .circle span:after,
    .main-timeline .icon{
        display: none;
    }
    .main-timeline .content,
    .main-timeline .timeline:nth-child(2n) .content{
        padding: 0 10px;
    }
    .main-timeline .year{
        margin-bottom: 15px;
    }
    .main-timeline .description{
        text-align: center;
    }
}

.caselist .row{
  position: relative;
}
.caselist li{
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 1px;
  margin-bottom: 30px;
  transition: all .3s;
  overflow: hidden;
}
.caselist li:hover{
  background: linear-gradient(to left,#f1f1f1,#fff);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.caselist li .ctitle{
  display: block;
  height: 200px;
  overflow: hidden;
}
.caselist li .ctitle img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.caselist li .ctime{
  display: block;
  flex: 15%;
  text-align: center;
  font-size: 18px;
}
.caselist li .ctime strong{
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  line-height: 50px;
}
.caselist li .cintro{
  display: block;
  padding: 0 20px 0 0;
}

.caselist li .cintro a{
  font-size: 20px;
  color: #000;
  line-height: 40px;
}
.caselist li .cintro p{
  font-size: 15px;
  color: #666;
  line-height: 25px;
}
.caselist li:hover a,
.caselist li:hover p{
  color: #000;
}
.caselist li:hover img{
  transform: scale(1.05);
}
@media(max-width:768px){
  .caselist li .ctime{
    position: absolute;
    top: -80px;
    padding: 0 10px 10px 10px;
    background: #e79c3c;
  }
  .caselist li .ctime strong,
  .caselist li .ctime{
    color: #fff;
  }
}
.bigimg{
  width: 100%;
  height: 410px;
  overflow: hidden;
}
.bigimg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.siximg{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.siximg .siximgbox{
  flex: 0 0 32%;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.siximg .siximgbox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.siximg .siximgbox p{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, .3);
}

.flink{
  background: #f7f7f7;
  padding: 60px 0 60px;
  overflow: hidden;
}
.regular .slick-slide{
  height: auto;
}
.slick-prev{
  left: -40px!important;
}
.slick-next{
  right: -40px!important;
}
.slick-prev, .slick-next{
  width: 30px!important;
  height: 30px!important;
  background: rgba(0, 0, 0, .4)!important;
  color: #fff!important;
  border-radius: 50%!important;
}
.slick-prev:hover, .slick-next:hover{
  background: rgba(0, 0, 0, .8)!important;
}
.slick-prev:before, .slick-next:before{
  font-size: 16px!important;
}
.linklogo img{
  width: 90%;
  margin: 5px auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
/* milestone */
.msoul-df-milestone-section {
  width: 100%;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
/*  background-image: url("../images/milestone.png");*/
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}

.msoul-df-milestone-hr {
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(33, 35, 41, 0.06);
  right: 135px;
  top: 0.85rem;
}

.msoul-df-milestone-mainTitle {
  font-size: 30px;
  line-height: 1.7;
  color: #212329;
}

.msoul-df-milestone-mainDesc {
  margin-top: 1.05rem;
  font-size: 18px;
  line-height: 0.8rem;
  color: rgba(33, 35, 41, 0.5);
}

.msoul-df-milestone-swiper-container {
  margin-top: 4.5rem;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.msoul-df-milestone-swiper-item {
  width: 100%;
  height: 180px;
  background: #F8F8F8;
  border-radius: 10px;
  padding: 18px 10px 0 10px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 30px;
  display: block;
}

.msoul-df-milestone-swiper-item:last-of-type {
  margin-right: 0;
}

@keyframes milestoneItemActiveAnimation {
  from {
    background: rgba(255, 255, 255, .6);
  }

  to {
    background: rgba(255, 255, 255, .1);
  }
}

@-webkit-keyframes milestoneItemActiveAnimation {
  from {
    background: rgba(255, 255, 255, .6);
  }

  to {
    background: rgba(255, 255, 255, .1);
  }
}

.msoul-df-milestone-swiper-item.active::after,
.msoul-df-milestone-swiper-item:hover::after {
  background: rgba(0, 0, 0, .3);
}


.msoul-df-milestone-swiper-item-number {
/*  font-weight: 500;*/
  font-size: 24px;
  line-height: 3.15rem;
  color: #fff;
  margin-bottom: 80px;
}

.msoul-df-milestone-swiper-item.active .msoul-df-milestone-swiper-item-number,
.msoul-df-milestone-swiper-item:hover .msoul-df-milestone-swiper-item-number {
  color: #FFFFFF;
}

.msoul-df-milestone-swiper-item-icon {
  position: absolute;
  top: 1.25rem;
  right: 2.5rem;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  overflow: hidden;
}


a:hover{
  text-decoration: none!important;
}
.msoul-df-milestone-swiper-item{
  position: relative;
}
.msoul-df-milestone-swiper-item p,
.msoul-df-milestone-swiper-item div{
  z-index: 100;
}
.msoul-df-milestone-swiper-item p{
  position: relative;
  z-index: 100;
}
.msoul-df-milestone-swiper-item::after{
  content: '';
  background: rgba(0, 0, 0, .6);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 6px;
}

.msoul-df-milestone-swiper-item1{
  background: url(../image/bg1.jpg) bottom center no-repeat;
  background-size: 100% auto;
}
.msoul-df-milestone-swiper-item2{
  background: url(../image/bg2.jpg) bottom center no-repeat;
  background-size: 100% auto;
}
.msoul-df-milestone-swiper-item3{
  background: url(../image/bg3.jpg) bottom center no-repeat;
  background-size: 100% auto;
}
.msoul-df-milestone-swiper-item4{
  background: url(../image/bg4.jpg) bottom center no-repeat;
  background-size: 100% auto;
}
.msoul-df-milestone-swiper-item5{
  background: url(../image/bg5.jpg) bottom center no-repeat;
  background-size: 100% auto;
}
.msoul-df-milestone-swiper-item6{
  background: url(../image/bg6.jpg) bottom center no-repeat;
  background-size: 100% auto;
}

.msoul-df-milestone-swiper-item1 .msoul-df-milestone-swiper-item-icon {
  background-image: url("../image/milestone1a.png");
}

.msoul-df-milestone-swiper-item2 .msoul-df-milestone-swiper-item-icon {
  background-image: url("../image/milestone2a.png");
}

.msoul-df-milestone-swiper-item3 .msoul-df-milestone-swiper-item-icon {
  background-image: url("../image/milestone3a.png");
}

.msoul-df-milestone-swiper-item4 .msoul-df-milestone-swiper-item-icon {
  background-image: url("../image/milestone4a.png");
}

.msoul-df-milestone-swiper-item5 .msoul-df-milestone-swiper-item-icon {
  background-image: url("../image/milestone5a.png");
}

.msoul-df-milestone-swiper-item6 .msoul-df-milestone-swiper-item-icon {
  background-image: url("../image/milestone6a.png");
}

.msoul-df-milestone-swiper-item1:hover .msoul-df-milestone-swiper-item-icon {
  background-image: url("../image/milestone1a.png");
}

.msoul-df-milestone-swiper-item2:hover .msoul-df-milestone-swiper-item-icon {
  background-image: url("../image/milestone2a.png");
}

.msoul-df-milestone-swiper-item3:hover .msoul-df-milestone-swiper-item-icon {
  background-image: url("../image/milestone3a.png");
}

.msoul-df-milestone-swiper-item4:hover .msoul-df-milestone-swiper-item-icon {
  background-image: url("../image/milestone4a.png");
}

.msoul-df-milestone-swiper-item5:hover .msoul-df-milestone-swiper-item-icon {
  background-image: url("../image/milestone5a.png");
}

.msoul-df-milestone-swiper-item6:hover .msoul-df-milestone-swiper-item-icon {
  background-image: url("../image/milestone6a.png");
}

.msoul-df-milestone-swiper-item-title {
  margin-top: 2.2rem;
  border-top: 0.05rem solid rgba(255, 255, 255, 0.2);
  padding-top: 1.5rem;
  font-size: 16px;
  line-height: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
}

.msoul-df-milestone-swiper-item.active .msoul-df-milestone-swiper-item-title,
.msoul-df-milestone-swiper-item:hover .msoul-df-milestone-swiper-item-title {
  color: rgba(255, 255, 255, 0.4);
  border-top: 0.05rem solid rgba(255, 255, 255, 0.06);
}

.msoul-df-milestone-swiper-btnList {
  margin-top: 2.25rem;
}

.msoul-df-milestone-swiper-btn {
  width: 3rem;
}

.msoul-df-milestone-swiper-btn-right {
  margin-left: 0.75rem;
  transform: rotate(180deg);
}

.msoul-df-milestone-swiper-progressBar {
  float: right;
  width: 8.25rem;
  height: 0.1rem;
  background: rgba(0, 0, 0, 0.06);
}

.msoul-df-milestone-swiper-progressBar-finish {
  float: left;
  width: 50%;
  height: 100%;
  background: #1156CE;
}

.service_box{
  display: flex;
  background: rgba(245, 245, 245, .4);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(24px);
  position: relative;
}
.service_box div,
.service_box span{
  position: relative;
  z-index: 1000;
}
.service_box img{
  width: 60px;
}
.service_box h4{
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.service_box p{
  font-size: 16px;
}
.service_box *{
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.service_box img{
  filter: grayscale(20%) brightness(500);
}
.service_box::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  z-index: 10;
  border-radius: 10px;
}
.service_box:hover::after{
  background: rgba(0, 0, 0, .3);
}
.s1{
  background: url(../image/99751212ed60464f16e57108cb5254ec.png);
  background-size: cover;
} 
.s2{
  background: url(/data/attachment/202305/08/cd5211872376b15cd22eb42cff43dd05.jpg);
  background-size: cover;
} 
.s3{
  background: url(../image/4b698c4853b7db5ed32fadf3fdd8c182.png);
  background-size: cover;
} 
.s4{
  background: url(../image/5a90abc0382eb367fbd2cf820e32d05b.png);
  background-size: cover;
} 
.s5{
  background: url(../image/93d4fca5ea4713f9e94350db4dc040ff.jpg);
  background-size: cover;
} 
.s6{
  background: url(../image/8a154f5314ca948b123d32fa2d4fc3fd.jpg);
  background-size: cover;
} 
.s1_box{
  text-align: center;
  margin-bottom: 30px;
}
.s1_box h2{
  font-size: 34px;
  color: #333;
  margin:25px 0 15px;
}
.s1_box h2::before{
  content: '';
  width: 60%;
  display: block;
  margin: 10px auto;
  height: 1px;
  background: #000;
}
.s1_box p{
  font-size: 20px;
  color: #666;
}
.s1_box p::after{
  content: '';
  width: 60%;
  display: block;
  margin: 10px auto;
  height: 1px;
  background: #000;
}
.service_title{
  font-size: 46px;
  color: #333;
  text-align: center;
  margin-bottom: 80px;
}



