/* --------盛天传动主体样式-------- */
#home .promotional-image{
  position: relative;
  /* filter: brightness(50%); */
}

#home .promotional-image .image-item{
  width: 100%;
  height: 727px;
  background-image:  ;
  background-size: cover;
 
  background-position:center 60%;
  background-repeat: no-repeat;
}


#home .title{
  position: absolute;
  top: 450px;
  left: 50%;
  width: 100%;
  max-width: 1600px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 28px;
}
#home .title>p{
  font-size: 46px;
  line-height: 55px;
  letter-spacing: 4.5px;
  color: #fff;
  padding: 0 14px;
  font-weight: bold;
  text-align: center;
}
#home .title>p:last-child{
  font-size: 33px;
  letter-spacing: 3.3px;
  font-weight: lighter;
  text-align: center;
  margin-top: 25px;
}
#about{
  width: 100%;
  height: 1830px;
}
.maincontent_title{
  font-size: 32px;
  text-align: center;
  margin-top: 120px;
}
#about .box {
  display: block;
  position: relative;
  height:520px;
  z-index: 10;
}
#about .box .maincontent_brief{
  margin-top: 30px;
  width: 75%;
  height: 1012px;
  background-color: #4d4d4d;
  margin-left: 25%;
  transition:1s all;
}
#about .box .maincontent_brief .name{
  padding-top: 66px;
  padding-bottom: 15px;
  margin-left: 100px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  transition:1s all;
}
#about .box .maincontent_brief .sh_title{
  line-height: 60px;
  font-weight: bold;
  font-size: 22px;
  color: #b1b1b1;
  margin-bottom:35px;
  transition:1s all 200ms;
}
#about .box .maincontent_brief .en_sh_title{
  line-height: 60px;
  font-weight: bold;
  font-size: 22px;
  color: #b1b1b1;
  margin-bottom:35px;
  transition:1s all 200ms;
}
#about .box .maincontent_brief .words{
  line-height: 60px;
  font-weight: bold;
  font-size: 20px;
  color: #b1b1b1;
  margin-bottom:35px;
  letter-spacing: 3px;
  transition:1s all 200ms;
}
#about .box .maincontent_brief .tag{
  line-height: 60px;
  margin-left: 100px;
  font-weight: bold;
  font-size: 22px;
}
#about .box .maincontent_brief .dot{
  margin: 10px 50px 0;
  font-size: 30px;
  font-weight: 900;
  color: #d94a41;
}
/* #about .box .swiper-container1{
    width: 1750px;
    height: 750px;
    position: relative;
    z-index: 3;
} */

#about .swiper-container .maincontent_img {
  position: absolute;
  width: 90%;
  height: 698px;
  top: 35%;
  overflow:hidden;
  transition:1s all;
  z-index: 3;
}
/*#about .box .maincontent_img .site_1 {
    background-image: url(/uploads/image/siindustry/about1.png);
}
#about .box .maincontent_img .site_2 {
    background-image: url(/uploads/image/siindustry/about2.png);
}*/
#about .box .swiper-container .maincontent_img:hover{
  box-shadow: 0 0 15px 15px rgba(0,0,0,.2);
}
#about .box .swiper-container .maincontent_img:hover img {
  transform:scale(1.1) rotate(0.0003deg);
}
#about .swiper-container .maincontent_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  transition:1s all;
  object-fit: cover;
}
#about .box .swiper-container .owl-nav {
  position: absolute;
  /* width: 600px;
  max-width: 1256px; */
  left: 50%;
  margin-top: -5%;
  text-align: right;
  transform: translatex(50%);
  -webkit-transform: translatex(50%);
  -moz-transform: translatex(50%);
  -ms-transform: translatex(50%);
  -o-transform: translatex(50%);
}
/* #about .box .swiper-container .swiper-wrapper .swiper-slide-active{
    display: block;
} */
#about .box .swiper-container .owl-nav [class*=owl-] {
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  margin: 0 100px;
  background-color: #4d4d4d;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* #about .box .swiper-container .owl-nav [class*=owl-] img {
    width: 24px;
    height: 43px;
    margin: 0 auto;
    display: none;
} */
#about .box .swiper-container .owl-nav [class*=owl-]:hover {
  background-color: #d94a41;
}
#about .maincontent_detail{
  width: 95%;
  /* height: 812px; */
  margin-top: -7%;
  background-color: #dedede;
  position: absolute;
  z-index: -1;
  /* min-width: 1713px; */
}
#about .maincontent_detail_text{
  width: 40%;
  height: 245px;
  margin: 12% 0 0 10%;
  float: left;
}
#about .maincontent_detail_text p{
  font-size: 14px;
  line-height: 28px;
  color: #5a5a5a;
}
#about .video{
  position: relative;
  width: 41%;
  /* height: 412px; */
  margin-top: 10%;
  margin-left: 3%;
  float: left;
  z-index: 1;
}
#about .play{
  position: relative;
  width: 733px;
  height: 412px;
  left: -108px;
  margin-top: -24%;
  float: right;
  z-index: 2;
}
#about .play img{
  width: 100%;
  height: 100%;
}
#about .maincontent_detail .datas{
  margin: 0 auto;
  width: 80%;
  height: 100px;
  margin-top: 38%;
}
#about .maincontent_detail .datas .line1{
  font-size: 15px;
  line-height: 30px;
  color: #4d4d4d;
}
#about .maincontent_detail .datas .line2{
  font-size: 20px;
  line-height: 30px;
  color: #b4171f;
}
#about .maincontent_detail .datas .line2 td{
  font-weight: bold;
}
#about .maincontent_detail .datas td:not(.space){
  width: 250px;
  text-align:center;
}
#about .maincontent_detail .datas .space{
  width: 1px;
  border-left: 1px solid #8c8c8c;
}
.string{
  margin-top: 25px;
  text-align: center;
  font-size: 48px;
  color: #b4171f;
}
#idea{
  width: 100%;
  height: 1314px;
  background-image: url(/uploads/image/sihome/idea_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 720px;
  background-position: 0 600px;
  /* min-width: 1920px; */
}
#idea .ideacontent_text{
  margin-top: 40px;
  font-size: 15px;
  line-height: 30px;
  color: #4d4d4d;
  text-align: center;
}
#idea .ideacontent_detail{
  margin: 0 auto;
  width: 80%;
}
#idea .ideacontent_detail .list,
#idea .ideacontent_detail .list_1,
#idea .ideacontent_detail .list_2{
  width: 22%;
  height: 460px;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px #939393;
  float: left;
  margin-top: 70px;
  margin-left: 35px;
  text-align: center;
}
#idea .ideacontent_detail .list img,
#idea .ideacontent_detail .list_2 img{
  margin: 0 auto;
  margin-top: 80px;
}
#idea .ideacontent_detail .list img{
  margin: 0 auto;
  margin-top: 80px;
}
#idea .ideacontent_detail .list_1 img{
  margin: 0 auto;
  margin-top: 80px;
}
#idea .ideacontent_detail .list_2 img{
  margin: 0 auto;
  margin-top: 80px;
}
#idea .ideacontent_detail p{
  font-size: 19px;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 21px;
}
#idea .ideacontent_detail span{
  font-size: 16px;
  color: #4d4d4d;
  line-height: 28px;
}
#idea .sologn{
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 652px;
  margin-bottom: 138px;
}
#idea .scs_title{
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 25px;
}
#spirit{
  width: 100%;
  height: 1007px;
  background-image: url(/uploads/image/sihome/spirit_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
#spirit .spiritcontent_title{
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-top: 285px;
}
#spirit .spiritcontent_detail{
  width: 70%;
  margin: 0 auto;
  padding-left: 25px;
}
#spirit .spiritcontent_detail .list{
  width: 22%;
  height: 385px;
  background-color: #ffffff;
  opacity:0.8;
  float: left;
  margin-top: 115px;
  text-align: center;
}
#spirit .spiritcontent_detail .list_1{
  width: 22%;
  height: 385px;
  background-color: #ffffff;
  opacity:0.8;
  float: left;
  margin-top: 115px;
  text-align: center;
  margin-left: 35px;
}
#spirit .spiritcontent_detail .list:hover
#spirit .spiritcontent_detail .list_1:hover{
  opacity:1;
}
#spirit .spiritcontent_detail .list img,
#spirit .spiritcontent_detail .list_1 img{
  margin: 0 auto;
  margin-top: 39px;
}
#spirit .spiritcontent_detail .list .colline,
#spirit .spiritcontent_detail .list_1 .colline{
  width: 67px;
  height: 1px;
  margin-top: 5px;
  margin: 0 auto;
  border-top: 1px solid #4d4d4d;
}
#spirit .spiritcontent_detail .list p,
#spirit .spiritcontent_detail .list_1 p{
  font-size: 19px;
  font-weight: bold;
  margin-top: 38px;
  padding-bottom: 24px;
}
#spirit .spiritcontent_detail .list span,
#spirit .spiritcontent_detail .list_1 span{
  font-size: 16px;
  color: #4d4d4d;
  line-height: 28px;
}
#client{
  width: 100%;
  height: 1102px;
  margin-bottom: 250px;
  background-image: url(/uploads/image/sihome/client_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
#client .clientcontent_string{
  margin-top: 25px;
  text-align: center;
  font-size: 48px;
  color: #ffffff;
}
#client .clientcontent_title{
  font-size: 32px;
  text-align: center;
  padding-top: 120px;
  color: #ffffff;
}
#client .clientcontent_detail{
  width: 1400px;
  height: 700px;
  margin: 0 auto;
}
#client .clientcontent_detail .client_detail{
  width: 258px;
  height: 320px;
  float: left;
  margin-top: 60px;
  margin-left: 10px;
  background-color: #ffffff;
  text-align: center;
}
#client .clientcontent_detail .client_detail:hover{
  position: relative;
  bottom: 7px;
}
#client .clientcontent_detail .client_detail .image{
  width: 258px;
  height: 210px;
  position: relative;
}
/* ------------------英文版样式------------------- */
#client .clientcontent_detail .client_detail .enl_img{
  height: 170px;
}

#client .clientcontent_detail .client_detail .image img{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
}
#client .clientcontent_detail .client_detail p{
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}
#client .clientcontent_detail .client_detail span{
  font-size: 13px;
  line-height: 20px;
  color: #4d4d4d;
}
#client .clientcontent_detail .client_detail span::after{
	content:"。";
  	position: absolute;
}

.guide{
  width: 100%;
  height: 140px;
  z-index: 2;
}
.guide .go_back_top{
  height: 70px;
  margin-right: 7px;
  z-index: 1;
  position: relative;
}
.guide .go_back_top img{
  float: right;
}
.guide .guide_content{
  height: 70px;
  border-top: 1px solid #7f7f7f;
}
.guide .guide_content span{
  line-height: 70px;
  /*    padding-top: 28px;*/
  font-size: 14px;
}
.guide .guide_content .index{
  margin-left: 216px;
  color: #808080;
}
.guide .guide_content .content{
  font-weight: bold;
}

@media screen and (min-width:1920px){
  #idea{
    background-size:100% 840px;
    background-position:0 530px;
  }
  #idea .sologn{
    font-size: 30px;
    margin-top: 615px;
    margin-bottom: 166px;
  }
  #idea .scs_title{
    font-size: 3.8rem;
  }
}
@media screen and (min-width:2400px){
  .maincontent_title{
    margin-top: 10%;
  }
}

@media screen and (max-width:1900px){
  .maincontent_title{
    margin-top: 60px;
  }
}
@media screen and (max-width:1830px){
  #client{
    background-size: 105%;
  }
  #about .swiper-container .maincontent_img{
    top: 38%;
  }
}
@media screen and (max-width:1750px){
  #client{
    background-size: 112%;
  }
}
@media screen and (max-width:1700px){
  #spirit{
    background-size: 105%;
  }
  .maincontent_title{
    margin-top: 60px;
  }
  #client{
    background-size: 112%;
  }
}
@media screen and (max-width:1690px){
  #spirit{
    background-size: 105%;
  }
  .maincontent_title{
    margin-top: 30px;
  }
  #about .swiper-container .maincontent_img{
    top: 42%;
  }
}
@media screen and (max-width:1650px){
  #client{
    background-size: 115%;
  }
}
@media screen and (max-width:1600px){
  #spirit{
    background-size: 105%;
  }
  .maincontent_title{
    margin-top: 30px;
  }
  #client{
    background-size: 120%;
  }
}
@media screen and (max-width:1560px){
  #spirit{
    background-size: 112%;
  }
  .maincontent_title{
    margin-top: 10px;
  }
  #client{
    background-size: 120%;
  }
  #client{
    background-size: 120%;
  }
}
@media screen and (max-width:1510px){
  #spirit{
    background-size: 116%;
  }
  #client{
    background-size: 125%;
  }
}
@media screen and (max-width:1474px){
  #idea .ideacontent_detail .list, #idea .ideacontent_detail .list_1, #idea .ideacontent_detail .list_2{
    width: 20%;
  }
}
@media screen and (max-width:1460px){
  #spirit{
    background-size: 120%;
  }
  .maincontent_title{
    margin-top: -40px;
  }
  #client{
    background-size: 130%;
  }
}
@media screen and (max-width:1400px){
  #spirit{
    background-size: 123%;
  }
  #client{
    background-size: 135%;
  }
  #about .swiper-container .maincontent_img{
    top: 45%;
  }
}
@media screen and (max-width:1350px){
  #spirit{
    background-size: 126%;
  }
  #client{
    background-size: 125%;
  }
}
@media screen and (max-width:1300px){
  #spirit{
    background-size: 130%;
  }
}



/* ----------------------------手机端样式-------------------------- */
@media screen and (max-width:1024px){
  #home .s_title{
    position: absolute;
    top: 160px;
    left: 50%;
    width: 100%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #home .s_title>p{
    font-size: 2rem;
    /* line-height: 40px; */
    letter-spacing: 4.5px;
    color: #fff;
    padding: 0 14px;
    font-weight: bold;
    text-align: center;
  }
  #home .s_title>p:last-child{
    font-size: 1.1rem;
    letter-spacing: 3.3px;
    font-weight: normal;
    text-align: center;
    margin-top: 25px;
  }
  /* ---------------------------全球客户----------------------------- */
  #home .en_client{
    width: 100%;
    height: 2800px;
  }
  #home .en_client .en_client_title{
    width: 100%;
    box-sizing: border-box;
    padding-top: 70px;
  }
  #home .en_client .en_client_title .en_title{
    width: 100%;
    font-size: 2rem;
    text-align: center;
  }
  #home .en_client .en_client_title .en_client_line{
    width: 0px;
    height: 48px;
    margin: 26px auto;
    border: 1px solid #b4171f;
  }
  #home .en_client .en_client_image{
    width: 100%;
  }
  #home .en_client .en_client_image img{
    width: 100%;
    height: 100%;
  }
  #home .en_client .en_client_detail{
    width: 90%;
    height: 1000px;
    box-sizing: border-box;
    padding-top: 70px;
    margin: 0 auto;
  }
  #home .en_client .en_client_detail .en_client_detail_show{
    width: 100%;
    height: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #home .en_client .en_client_detail .en_client_detail_show li{
    width: 47%;
    height: 372px;
    border: 1px solid #b4171f;
    text-align: center;
    box-sizing: border-box;
    padding:50px 10px 30px 10px;
    /*float: left;*/
    margin-bottom: 10px;
  }
  /*#home .en_client .en_client_detail .en_client_detail_show li:nth-of-type(2n-1){
    margin-right: 12px;
  }*/
  #home .en_client .en_client_detail .en_client_detail_show li .en_client_detail_img{
    width: 100%;
    height: 115px;
    position: relative;
  }
  #home .en_client .en_client_detail .en_client_detail_show li .en_client_detail_img img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  #home .en_client .en_client_detail .en_client_detail_show li h3{
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 35px;
  }
  #home .en_client .en_client_detail .en_client_detail_show li p{
    font-size: 1.2rem;
    color: #4d4d4d;
    line-height: 30px;
  }
  #home .en_client .en_client_detail .en_client_detail_show .sanl .sanl_img .sanl_img_show {
    width: 95px;
    height: 90px;
  }
  /* --------------------------发展历程-------------------------- */
  /* line 14, ../sass/construct/_conf.scss */
  .construct {
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
  }

  /**
   * 自适应， 两边留16px
   */
  /* line 18, ../sass/construct/_conf.scss */
  .container {
    width: 100%;
    padding: 0 16px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 19, ../sass/construct/_conf.scss */
  .container [class^='col-'], .construct [class^='col-'] {
    padding: 0;
  }

  /* line 6, ../sass/app/_common.scss */
  #main .page-decoration-line {
    width: 0px;
    height: 35px;
    margin: 15px auto;
    border: 1px solid #b4171f;
  }

  /* line 14, ../sass/app/_common.scss */
  #head {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
  }
  /* line 20, ../sass/app/_common.scss */
  #head > .container {
    position: relative;
    height: 60px;
    border-bottom: #dddddd 1px solid;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ffffff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 29, ../sass/app/_common.scss */
  #head > .container a {
    -webkit-tap-highlight-color: transparent;
  }
  /* line 32, ../sass/app/_common.scss */
  #head > .container .logo {
    border: none;
    height: 40px;
    width: 95px;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 38, ../sass/app/_common.scss */
  #head > .container .logo img {
    position: absolute;
    left: 0;
    top: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 44, ../sass/app/_common.scss */
  #head > .container .logo .normal {
    filter: progid:dximagetransform.microsoft.alpha(enabled=false);
    opacity: 1;
  }
  /* line 47, ../sass/app/_common.scss */
  #head > .container .logo .white {
    filter: progid:dximagetransform.microsoft.alpha(opacity=0);
    opacity: 0;
  }
  /* line 51, ../sass/app/_common.scss */
  #head > .container .lang {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    top: 0;
    right: 16px;
    font-family: 'galanogrotesque';
    font-weight: normal;
  }
  /* line 63, ../sass/app/_common.scss */
  #head > .container .lang .item .name {
    position: relative;
    font-size: 1.4rem;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 8px 0;
  }
  /* line 70, ../sass/app/_common.scss */
  #head > .container .lang .item.active .name {
    margin: 0;
    font-weight: bold;
  }
  /* line 73, ../sass/app/_common.scss */
  #head > .container .lang .item.active .name::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: red;
  }
  /* line 85, ../sass/app/_common.scss */
  #head > .container .lang .item ul li {
    text-align: center;
  }
  /* line 88, ../sass/app/_common.scss */
  #head > .container .lang .item ul li:hover a {
    text-decoration: underline;
  }
  /* line 95, ../sass/app/_common.scss */
  #head > .container .lang .dropdown-wrap {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 61px;
    height: 0;
    -moz-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
    -webkit-transition: height 0.4s ease;
    transition: height 0.4s ease;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 30px;
    background: white;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  /* line 109, ../sass/app/_common.scss */
  #head > .container .lang .dropdown-wrap.active {
    height: auto;
  }
  /* line 114, ../sass/app/_common.scss */
  #head > .container .nav-open {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 16px;
  }
  /* line 120, ../sass/app/_common.scss */
  #head > .container .nav-open, #head > .container .slide-open {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 122, ../sass/app/_common.scss */
  #head > .container .nav-open .iconfont, #head > .container .slide-open .iconfont {
    font-size: 3rem;
    color: #666666;
  }
  /* line 129, ../sass/app/_common.scss */
  #head.transparent > .container {
    border-bottom: transparent 1px solid;
    height: 80px;
    background-color: transparent;
  }
  /* line 134, ../sass/app/_common.scss */
  #head.transparent > .container .logo .normal {
    filter: progid:dximagetransform.microsoft.alpha(opacity=0);
    opacity: 0;
  }
  /* line 137, ../sass/app/_common.scss */
  #head.transparent > .container .logo .white {
    filter: progid:dximagetransform.microsoft.alpha(enabled=false);
    opacity: 1;
  }
  /* line 142, ../sass/app/_common.scss */
  #head.transparent > .container .nav-open .iconfont, #head.transparent > .container .slide-open .iconfont {
    color: #ffffff;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  /* line 149, ../sass/app/_common.scss */
  #head .nav-dropdown {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -100%;
    background: white;
    -moz-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    -webkit-transition: left 0.2s ease;
    transition: left 0.2s ease;
  }
  /* line 157, ../sass/app/_common.scss */
  #head .nav-dropdown .opened-head {
    padding: 0 16px;
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 168, ../sass/app/_common.scss */
  #head .nav-dropdown .opened-content {
    padding: 0 16px;
    margin-top: 20px;
  }
  /* line 171, ../sass/app/_common.scss */
  #head .nav-dropdown .opened-content > ul {
    border-top: 2px solid black;
    width: 100%;
    overflow: hidden;
  }
  /* line 175, ../sass/app/_common.scss */
  #head .nav-dropdown .opened-content > ul > li {
    position: relative;
    width: 100%;
    left: -100%;
    -moz-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    -webkit-transition: left 0.2s ease;
    transition: left 0.2s ease;
  }
  /* line 180, ../sass/app/_common.scss */
  #head .nav-dropdown .opened-content > ul > li > ul {
    display: none;
    width: 100%;
    margin: 18px 0;
  }
  /* line 184, ../sass/app/_common.scss */
  #head .nav-dropdown .opened-content > ul > li > ul > li {
    width: 100%;
    line-height: 30px;
    text-align: center;
  }
  /* line 188, ../sass/app/_common.scss */
  #head .nav-dropdown .opened-content > ul > li > ul > li a {
    color: #999999;
    -webkit-tap-highlight-color: transparent;
    font-size: 16px;
  }
  /* line 192, ../sass/app/_common.scss */
  #head .nav-dropdown .opened-content > ul > li > ul > li a:hover {
    color: red;
  }
  /* line 195, ../sass/app/_common.scss */
  #head .nav-dropdown .opened-content > ul > li > ul > li a:focus {
    outline: none;
  }
  /* line 201, ../sass/app/_common.scss */
  #head .nav-dropdown .opened-content > ul > li .title-wrap {
    width: 100%;
    height: 64px;
    position: relative;
    border-bottom: 1px solid #dddddd;
  }
  /* line 206, ../sass/app/_common.scss */
  #head .nav-dropdown .opened-content > ul > li .title-wrap .name {
    width: 100%;
    text-align: center;
    height: 100%;
    line-height: 64px;
    font-size: 24px;
  }
  /* line 213, ../sass/app/_common.scss */
  #head .nav-dropdown .opened-content > ul > li .title-wrap .add {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8.5px;
    background-image: ;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* line 228, ../sass/app/_common.scss */
  #head .nav-dropdown .opened-content > ul > li.detail_open .add {
    height: 1px;
    margin-top: -0.5px;
    background-image: ;
  }
  /* line 237, ../sass/app/_common.scss */
  #head .nav-dropdown .qrcode-wrap {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
  /* line 241, ../sass/app/_common.scss */
  #head .nav-dropdown .qrcode-wrap img {
    display: inline-block;
  }
  /* line 245, ../sass/app/_common.scss */
  #head .nav-dropdown.active {
    left: 0;
  }
  /* line 249, ../sass/app/_common.scss */
  #head .nav-dropdown.active .opened-content > ul > li {
    left: 0;
  }
  /* line 251, ../sass/app/_common.scss */
  #head .nav-dropdown.active .opened-content > ul > li:nth-child(1) {
    -moz-transition: left 0.3s ease 0.1s;
    -o-transition: left 0.3s ease 0.1s;
    -webkit-transition: left 0.3s ease;
    transition-delay: 0.1s;
    transition: left 0.3s ease 0.1s;
  }
  /* line 254, ../sass/app/_common.scss */
  #head .nav-dropdown.active .opened-content > ul > li:nth-child(2) {
    -moz-transition: left 0.3s ease 0.2s;
    -o-transition: left 0.3s ease 0.2s;
    -webkit-transition: left 0.3s ease;
    transition-delay: 0.2s;
    transition: left 0.3s ease 0.2s;
  }
  /* line 257, ../sass/app/_common.scss */
  #head .nav-dropdown.active .opened-content > ul > li:nth-child(3) {
    -moz-transition: left 0.3s ease 0.3s;
    -o-transition: left 0.3s ease 0.3s;
    -webkit-transition: left 0.3s ease;
    transition-delay: 0.3s;
    transition: left 0.3s ease 0.3s;
  }
  /* line 260, ../sass/app/_common.scss */
  #head .nav-dropdown.active .opened-content > ul > li:nth-child(4) {
    -moz-transition: left 0.3s ease 0.4s;
    -o-transition: left 0.3s ease 0.4s;
    -webkit-transition: left 0.3s ease;
    transition-delay: 0.4s;
    transition: left 0.3s ease 0.4s;
  }
  /* line 263, ../sass/app/_common.scss */
  #head .nav-dropdown.active .opened-content > ul > li:nth-child(5) {
    -moz-transition: left 0.3s ease 0.5s;
    -o-transition: left 0.3s ease 0.5s;
    -webkit-transition: left 0.3s ease;
    transition-delay: 0.5s;
    transition: left 0.3s ease 0.5s;
  }

  /* line 273, ../sass/app/_common.scss */
  #foot {
    background-color: #333333;
  }
  /* line 275, ../sass/app/_common.scss */
  #foot .container {
    padding: 20px 0;
    color: #999999;
    text-align: center;
  }
  /* line 279, ../sass/app/_common.scss */
  #foot .container .design {
    margin-top: 5px;
  }

  /* line 285, ../sass/app/_common.scss */
  ._page-cover {
    height: auto;
    width: 100%;
    min-height: 1px;
    position: relative;
    z-index: 10;
    overflow: hidden;
  }
  /* line 292, ../sass/app/_common.scss */
  ._page-cover ._cover {
    width: 100%;
    height: 263px;
  }
  /* line 296, ../sass/app/_common.scss */
  ._page-cover ._breadcrumbs {
    line-height: 30px;
    background: #fff;
    font-size: 12px;
    margin-bottom: 40px;
  }
  /* line 302, ../sass/app/_common.scss */
  ._page-cover ._breadcrumbs a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  /* line 304, ../sass/app/_common.scss */
  ._page-cover ._breadcrumbs a em.disabled {
    color: #ccc;
  }
  /* line 308, ../sass/app/_common.scss */
  ._page-cover ._breadcrumbs .navigator {
    width: 100%;
    /*display:grid;
    grid-template-columns: 33% 34% 33%;*/
  }
  /* line 312, ../sass/app/_common.scss */
  ._page-cover ._breadcrumbs .navigator ul {
    width: 100%;
  }
  /* line 314, ../sass/app/_common.scss */
  ._page-cover ._breadcrumbs .navigator ul li {
    width: 100%;
    height: 30px;
    color: #999999;
    text-align: center;
    position: relative;
  }
  /* line 320, ../sass/app/_common.scss */
  ._page-cover ._breadcrumbs .navigator ul li::after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #dddddd;
    left: 0;
    bottom: 0;
  }
  /* line 329, ../sass/app/_common.scss */
  ._page-cover ._breadcrumbs .navigator ul li.active {
    color: #e60012;
  }
  /* line 331, ../sass/app/_common.scss */
  ._page-cover ._breadcrumbs .navigator ul li.active::after {
    background: #e60012;
  }
  /* line 334, ../sass/app/_common.scss */
  ._page-cover ._breadcrumbs .navigator ul li.active .after {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 40px;
    width: 10px;
    height: 6px;
    background-image: ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  /* line 350, ../sass/app/_common.scss */
  ._page-cover ._breadcrumbs .navigator ul li.active.change .after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* line 355, ../sass/app/_common.scss */
  ._page-cover ._breadcrumbs .navigator ul li.normal {
    overflow: hidden;
    height: 0;
    -moz-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
    -webkit-transition: height 0.4s ease;
    transition: height 0.4s ease;
  }
  /* line 359, ../sass/app/_common.scss */
  ._page-cover ._breadcrumbs .navigator ul li.normal .after {
    display: none;
  }
  /* line 362, ../sass/app/_common.scss */
  ._page-cover ._breadcrumbs .navigator ul li.normal.change {
    height: auto;
  }
  /* line 372, ../sass/app/_common.scss */
  ._page-cover ._breadcrumbs .navigator .li {
    position: relative;
    text-align: center;
    color: #999999;
    height: 30px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  /* line 378, ../sass/app/_common.scss */
  ._page-cover ._breadcrumbs .navigator .li::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background: #dddddd;
  }
  /* line 388, ../sass/app/_common.scss */
  ._page-cover ._breadcrumbs .navigator .li::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dddddd;
  }
  /* line 399, ../sass/app/_common.scss */
  ._page-cover ._breadcrumbs .navigator.change {
    grid-template-columns: 25% 25% 25% 25%;
  }
  /* line 403, ../sass/app/_common.scss */
  ._page-cover ._breadcrumbs .navigator .li:hover, ._page-cover ._breadcrumbs .navigator .li.active {
    color: #e60012;
  }
  /* line 405, ../sass/app/_common.scss */
  ._page-cover ._breadcrumbs .navigator .li:hover::after, ._page-cover ._breadcrumbs .navigator .li.active::after {
    background: #e60012;
  }

  /* line 2, ../sass/app/_index.scss */
  #main.index {
    min-height: 200vh;
  }
  /* line 4, ../sass/app/_index.scss */
  #main.index .banner-group {
    height: 100%;
    height: 100vh;
    overflow: hidden;
  }
  /* line 8, ../sass/app/_index.scss */
  #main.index .banner-group .loading {
    height: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 189;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 18, ../sass/app/_index.scss */
  #main.index .banner-group .loading .la-ball-spin-clockwise {
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
  }
  /* line 23, ../sass/app/_index.scss */
  #main.index .banner-group .decorations {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 60;
  }
  /* line 28, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .container {
    position: relative;
  }
  /* line 31, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .line-group {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  /* line 36, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .line-group > div {
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: -4000px;
    -moz-transition: top 1.5s;
    -o-transition: top 1.5s;
    -webkit-transition: top 1.5s;
    transition: top 1.5s;
  }
  /* line 43, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .line-group.active > div {
    top: 0;
  }
  /* line 46, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .line-group .l1 {
    left: 70px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 80px;
  }
  /* line 51, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .line-group .l2 {
    right: 324px;
  }
  /* line 54, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .line-group .l3 {
    right: 15px;
  }
  /* line 58, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .btn-group {
    width: 60px;
    height: auto;
    position: absolute;
    top: 213px;
    left: 0;
    z-index: 3;
  }
  /* line 65, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .btn-group .number {
    font-size: 2.6rem;
    color: #fff;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: 'galanogrotesque';
    font-weight: 500;
    width: 70px;
  }
  /* line 73, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .btn-group .btns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 40px;
  }
  /* line 77, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .btn-group .btns svg {
    width: 20px;
    height: 20px;
    margin: 10px 0 0 6px;
    cursor: pointer;
  }
  /* line 82, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .btn-group .btns svg .circle {
    stroke: #ffffff;
    stroke-dasharray: 52 52;
    stroke-dashoffset: 52;
    transform-origin: center;
    transform: rotate(-90deg);
    fill: transparent;
    filter: progid:dximagetransform.microsoft.alpha(opacity=0);
    opacity: 0;
    -moz-transition: all 0.6;
    -o-transition: all 0.6;
    -webkit-transition: all 0.6;
    transition: all 0.6;
  }
  /* line 92, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .btn-group .btns svg .dot {
    fill: #ffffff;
    filter: progid:dximagetransform.microsoft.alpha(enabled=false);
    opacity: 1;
  }
  /* line 99, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .btn-group .btns svg.easybannerbtnactive .circle {
    filter: progid:dximagetransform.microsoft.alpha(enabled=false);
    opacity: 1;
  }
  /* line 102, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .btn-group .btns svg.easybannerbtnactive .dot {
    filter: progid:dximagetransform.microsoft.alpha(opacity=0);
    opacity: 0;
  }
  /* line 107, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .btn-group .btns svg:hover .circle {
    stroke-dashoffset: 0;
  }
  /* line 114, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .slogan-group {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  /* line 119, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .slogan-group .g-logo {
    position: absolute;
    left: 120px;
    top: 161px;
    height: 100px;
    width: 500px;
  }
  /* line 125, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .slogan-group .g-logo > img {
    position: absolute;
    left: 0;
    bottom: 0;
    filter: progid:dximagetransform.microsoft.alpha(opacity=0);
    opacity: 0;
  }
  /* line 132, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .slogan-group .g-slo {
    position: absolute;
    height: 40px;
    width: 500px;
    left: 120px;
    top: 291px;
    color: #fff;
    font-size: 3.6rem;
  }
  /* line 140, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .slogan-group .g-slo > div {
    position: absolute;
    left: 0;
    bottom: 0;
    color: inherit;
    filter: progid:dximagetransform.microsoft.alpha(opacity=0);
    opacity: 0;
  }
  /* line 148, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .slogan-group .g-name {
    position: absolute;
    left: 120px;
    top: 360px;
    height: 30px;
    width: 500px;
    color: #fff;
    font-size: 1.6rem;
  }
  /* line 156, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .slogan-group .g-name > div {
    color: inherit;
    position: absolute;
    left: 0;
    bottom: 0;
    filter: progid:dximagetransform.microsoft.alpha(opacity=0);
    opacity: 0;
  }
  /* line 170, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .slogan-group .g-name a {
    display: block;
  }
  /* line 173, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .slogan-group .g-name i {
    font-size: 40px;
    vertical-align: middle;
  }
  /* line 179, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .introduce-group {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 220px;
    right: 250%;
    margin-right: -585px;
    z-index: 2;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 188, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .introduce-group .icons {
    width: 310px;
    height: 220px;
    background: #fff;
    position: relative;
  }
  /* line 193, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .introduce-group .icons > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 310px;
    height: 220px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    filter: progid:dximagetransform.microsoft.alpha(opacity=0);
    opacity: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 204, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .introduce-group .icons > div.active {
    filter: progid:dximagetransform.microsoft.alpha(enabled=false);
    opacity: 1;
  }
  /* line 209, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .introduce-group .infos {
    height: 220px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    overflow: hidden;
  }
  /* line 213, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .introduce-group .infos .wrap {
    background: #ff0000;
    width: 310px;
    height: 220px;
    float: right;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  /* line 223, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .introduce-group .infos .wrap.active .since, #main.index .banner-group .decorations .introduce-group .infos .wrap.active .intro, #main.index .banner-group .decorations .introduce-group .infos .wrap.active .data {
    filter: progid:dximagetransform.microsoft.alpha(enabled=false);
    opacity: 1;
  }
  /* line 228, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .introduce-group .infos .since, #main.index .banner-group .decorations .introduce-group .infos .intro, #main.index .banner-group .decorations .introduce-group .infos .data {
    width: 750px;
    color: #fff;
    filter: progid:dximagetransform.microsoft.alpha(opacity=0);
    opacity: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 234, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .introduce-group .infos .since {
    font-family: 'galanogrotesque';
    font-weight: bold;
    font-size: 1.6rem;
    color: #000;
  }
  /* line 240, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .introduce-group .infos .intro {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  /* line 244, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .introduce-group .infos .data {
    margin-top: 20px;
    font-size: 1.6rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  /* line 249, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .introduce-group .infos .data .item {
    height: 75px;
    padding: 0 55px;
    text-align: center;
    position: relative;
  }
  /* line 254, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .introduce-group .infos .data .item::after {
    content: '';
    display: block;
    height: 40px;
    width: 1px;
    position: absolute;
    left: 0;
    bottom: 12px;
    background: #000;
  }
  /* line 263, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .introduce-group .infos .data .item:first-child::after {
    display: none;
  }
  /* line 266, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .introduce-group .infos .data .item .n {
    font-family: 'galanogrotesque';
    font-weight: bold;
    font-size: 4.8rem;
  }
  /* line 11, ../sass/construct/_animate.scss */
  #main.index .banner-group .decorations .introduce-group .infos .data .item .n .mt-number-animate {
    line-height: 40px;
    height: 50px;
    font-size: 4.8rem;
    overflow: hidden;
    display: inline-block;
    position: relative;
  }
  /* line 18, ../sass/construct/_animate.scss */
  #main.index .banner-group .decorations .introduce-group .infos .data .item .n .mt-number-animate .mt-number-animate-dot {
    width: 15px;
    line-height: inherit;
    float: left;
    text-align: center;
  }
  /* line 24, ../sass/construct/_animate.scss */
  #main.index .banner-group .decorations .introduce-group .infos .data .item .n .mt-number-animate .mt-number-animate-dom {
    width: 32px;
    text-align: center;
    float: left;
    position: relative;
    top: 0;
  }
  /* line 30, ../sass/construct/_animate.scss */
  #main.index .banner-group .decorations .introduce-group .infos .data .item .n .mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
    height: 50px;
    width: 100%;
    float: left;
  }
  /* line 276, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .introduce-group .infos .data .item .s {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  /* line 281, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .introduce-group .infos .data .i-1 {
    padding-left: 0;
  }
  /* line 284, ../sass/app/_index.scss */
  #main.index .banner-group .decorations .introduce-group .infos .data .i-3 {
    padding-right: 0;
  }
  /* line 291, ../sass/app/_index.scss */
  #main.index .banner-group .banner-container {
    width: 100%;
    height: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
  }
  /* line 297, ../sass/app/_index.scss */
  #main.index .banner-group .banner-container .banner {
    width: 100%;
    height: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 307, ../sass/app/_index.scss */
  #main.index .post {
    padding: 80px 0;
  }
  /* line 309, ../sass/app/_index.scss */
  #main.index .post .plate-name {
    color: #333;
    font-size: 3.6rem;
    text-align: center;
  }
  /* line 314, ../sass/app/_index.scss */
  #main.index .post .main {
    margin-top: 50px;
    height: 418px;
  }
  /* line 317, ../sass/app/_index.scss */
  #main.index .post .main .left {
    height: 418px;
    width: 600px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #dddddd 1px solid;
  }
  /* line 322, ../sass/app/_index.scss */
  #main.index .post .main .left .item {
    height: 138px;
    width: 100%;
    border-bottom: #ddd 1px solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 38px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  /* line 332, ../sass/app/_index.scss */
  #main.index .post .main .left .item:hover, #main.index .post .main .left .item.easybannerbtnactive {
    background: #f8f8f8;
  }
  /* line 335, ../sass/app/_index.scss */
  #main.index .post .main .left .item .info {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  /* line 337, ../sass/app/_index.scss */
  #main.index .post .main .left .item .info .top {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 14px;
  }
  /* line 341, ../sass/app/_index.scss */
  #main.index .post .main .left .item .info .top .date {
    padding-right: 10px;
    color: #999999;
    border-right: #999999 1px solid;
    font-family: 'galanogrotesque';
  }
  /* line 347, ../sass/app/_index.scss */
  #main.index .post .main .left .item .info .top .cate {
    margin-left: 10px;
    color: #a40000;
  }
  /* line 352, ../sass/app/_index.scss */
  #main.index .post .main .left .item .info .name {
    width: 500px;
    font-size: 2rem;
    color: #333333;
    font-weight: bold;
    margin-top: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  /* line 363, ../sass/app/_index.scss */
  #main.index .post .main .left .item .more {
    margin-top: 13px;
    color: #999999;
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  /* line 370, ../sass/app/_index.scss */
  #main.index .post .main .left a:last-child .item {
    border-bottom: none;
    height: 140px;
  }
  /* line 375, ../sass/app/_index.scss */
  #main.index .post .main .right {
    height: 418px;
    width: 600px;
    position: relative;
  }
  /* line 379, ../sass/app/_index.scss */
  #main.index .post .main .right .item {
    height: 418px;
    width: 600px;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 385, ../sass/app/_index.scss */
  #main.index .post .main .right .item .mask {
    width: 600px;
    height: 418px;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 392, ../sass/app/_index.scss */
  #main.index .post .main .right .item .abst {
    width: 500px;
    height: auto;
    line-height: 1.6;
    color: #ffffff;
    font-size: 1.4rem;
    position: absolute;
    left: 50px;
    bottom: 35px;
  }
  /* line 405, ../sass/app/_index.scss */
  #main.index .post .btn {
    width: 152px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #e60012;
    color: #ffffff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 1.8rem;
    margin: 50px auto 0;
  }
  /* line 417, ../sass/app/_index.scss */
  #main.index .idea {
    padding: 70px 0 100px;
    background: #ffffff;
  }
  /* line 420, ../sass/app/_index.scss */
  #main.index .idea .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 423, ../sass/app/_index.scss */
  #main.index .idea .container .item {
    position: relative;
    width: 380px;
    height: 260px;
    overflow: hidden;
  }
  /* line 429, ../sass/app/_index.scss */
  #main.index .idea .container .item .bg {
    width: 380px;
    height: 260px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  /* line 437, ../sass/app/_index.scss */
  #main.index .idea .container .item .mask {
    position: absolute;
    width: 340px;
    height: 220px;
    left: 20px;
    top: 20px;
    z-index: 2;
    fill: transparent;
  }
  /* line 445, ../sass/app/_index.scss */
  #main.index .idea .container .item .mask .shape-rect {
    stroke-width: 2px;
    fill: transparent;
    stroke: #ffffff;
    stroke-dasharray: 0 200;
    stroke-dashoffset: -220;
    transition: 1s all ease;
  }
  /* line 456, ../sass/app/_index.scss */
  #main.index .idea .container .item:hover .mask .shape-rect {
    stroke-dasharray: 150 0;
    stroke-dashoffset: 0;
  }
  /* line 462, ../sass/app/_index.scss */
  #main.index .idea .container .item .main {
    position: relative;
    z-index: 3;
    width: 380px;
    height: 260px;
    overflow: hidden;
    color: #fff;
    font-size: 1.4rem;
  }
  /* line 470, ../sass/app/_index.scss */
  #main.index .idea .container .item .main .icon {
    margin: 65px 0 0 38px;
  }
  /* line 473, ../sass/app/_index.scss */
  #main.index .idea .container .item .main .name {
    font-size: 2.4rem;
    margin: 26px 0 0 38px;
  }
  /* line 477, ../sass/app/_index.scss */
  #main.index .idea .container .item .main .abst {
    margin: 12px 0 0 38px;
  }
  /* line 480, ../sass/app/_index.scss */
  #main.index .idea .container .item .main .more {
    margin: 15px 0 0 38px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  /* line 484, ../sass/app/_index.scss */
  #main.index .idea .container .item .main .more:hover a {
    text-decoration: underline;
  }
  /* line 493, ../sass/app/_index.scss */
  #main.index .swiper-contain {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  /* line 497, ../sass/app/_index.scss */
  #main.index .swiper-contain .swiper-wrapper {
    height: 428px;
  }
  /* line 499, ../sass/app/_index.scss */
  #main.index .swiper-contain .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  /* line 506, ../sass/app/_index.scss */
  #main.index .swiper-contain .btn-wrap {
    text-align: center;
    width: 100%;
    bottom: 20px;
    position: absolute;
    overflow: hidden;
    z-index: 400;
    /*height: 17px;
    line-height: 17px;*/
  }
  /* line 515, ../sass/app/_index.scss */
  #main.index .swiper-contain .btn-wrap .swiper-pagination-bullet {
    background: white;
    margin: 0 10px;
    opacity: 1;
    position: relative;
    /* &::after{
       position: absolute;
       content: '';
       top: 50%;
       left: 50%;
       margin-top: -7px;
       margin-left: -7px;
       width: 14px;
       height: 14px;
       background: white;
       border-radius: 50%;
       @include transform(scale(0));
       @include transition(transform .3s ease);
     }*/
  }
  /* line 534, ../sass/app/_index.scss */
  #main.index .swiper-contain .btn-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e60012;
    /*&::after{
      @include transform(scale(1));
    }*/
  }
  /* line 541, ../sass/app/_index.scss */
  #main.index .swiper-contain .btn-wrap .btn-group {
    position: relative;
    left: 50%;
  }
  /* line 544, ../sass/app/_index.scss */
  #main.index .swiper-contain .btn-wrap .btn-group .btns {
    position: relative;
    left: -50%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 549, ../sass/app/_index.scss */
  #main.index .swiper-contain .btn-wrap .btn-group .btns svg {
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    cursor: pointer;
  }
  /* line 554, ../sass/app/_index.scss */
  #main.index .swiper-contain .btn-wrap .btn-group .btns svg .circle {
    stroke: #ffffff;
    stroke-dasharray: 52 52;
    stroke-dashoffset: 52;
    transform-origin: center;
    transform: rotate(-90deg);
    fill: transparent;
    filter: progid:dximagetransform.microsoft.alpha(opacity=0);
    opacity: 0;
    -moz-transition: all 0.6;
    -o-transition: all 0.6;
    -webkit-transition: all 0.6;
    transition: all 0.6;
  }
  /* line 564, ../sass/app/_index.scss */
  #main.index .swiper-contain .btn-wrap .btn-group .btns svg .dot {
    fill: #ffffff;
    filter: progid:dximagetransform.microsoft.alpha(enabled=false);
    opacity: 1;
  }
  /* line 569, ../sass/app/_index.scss */
  #main.index .swiper-contain .btn-wrap .btn-group .btns svg:first-child {
    margin: 0;
  }
  /* line 574, ../sass/app/_index.scss */
  #main.index .swiper-contain .btn-wrap .btn-group .btns svg.easybannerbtnactive .circle {
    filter: progid:dximagetransform.microsoft.alpha(enabled=false);
    opacity: 1;
  }
  /* line 577, ../sass/app/_index.scss */
  #main.index .swiper-contain .btn-wrap .btn-group .btns svg.easybannerbtnactive .dot {
    filter: progid:dximagetransform.microsoft.alpha(opacity=0);
    opacity: 0;
  }
  /* line 582, ../sass/app/_index.scss */
  #main.index .swiper-contain .btn-wrap .btn-group .btns svg:hover .circle {
    stroke-dashoffset: 0;
  }
  /* line 591, ../sass/app/_index.scss */
  #main.index .swiper-contain .slogan-group {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* line 602, ../sass/app/_index.scss */
  #main.index .swiper-contain .slogan-group .g-logo {
    position: relative;
    height: 115px;
    width: 100%;
    line-height: 100px;
    text-align: center;
  }
  /* line 608, ../sass/app/_index.scss */
  #main.index .swiper-contain .slogan-group .g-logo .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* line 621, ../sass/app/_index.scss */
  #main.index .swiper-contain .slogan-group .g-slo {
    position: relative;
    width: 100%;
    min-height: 80px;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.4;
    text-align: center;
  }
  /* line 629, ../sass/app/_index.scss */
  #main.index .swiper-contain .slogan-group .g-slo > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: inherit;
  }
  /* line 638, ../sass/app/_index.scss */
  #main.index .swiper-contain .slogan-group .g-name {
    position: relative;
    width: 100%;
    height: 30px;
    color: #fff;
    font-size: 1.6rem;
  }
  /* line 644, ../sass/app/_index.scss */
  #main.index .swiper-contain .slogan-group .g-name > div {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: inherit;
  }
  /* line 659, ../sass/app/_index.scss */
  #main.index .swiper-contain .slogan-group .g-name a {
    display: block;
  }
  /* line 662, ../sass/app/_index.scss */
  #main.index .swiper-contain .slogan-group .g-name i {
    font-size: 40px;
    vertical-align: middle;
  }
  /* line 669, ../sass/app/_index.scss */
  #main.index .introduce-group {
    width: 100%;
    height: 120px;
  }
  /* line 672, ../sass/app/_index.scss */
  #main.index .introduce-group .introduce-container {
    width: 82%;
    height: 100%;
    background: red;
  }
  /* line 676, ../sass/app/_index.scss */
  #main.index .introduce-group .introduce-container .banner-wrap {
    width: 100%;
    height: 100%;
  }
  /* line 679, ../sass/app/_index.scss */
  #main.index .introduce-group .introduce-container .banner-wrap .banner-wrapper {
    width: 100%;
    height: 100%;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  /* line 684, ../sass/app/_index.scss */
  #main.index .introduce-group .introduce-container .banner-wrap .banner-wrapper .swiper-slide .text-wrap {
    padding: 20px;
  }
  /* line 686, ../sass/app/_index.scss */
  #main.index .introduce-group .introduce-container .banner-wrap .banner-wrapper .swiper-slide .text-wrap .text-title {
    font-size: 16px;
    font-family: galanogrotesque;
    font-weight: bold;
    line-height: 25px;
  }
  /* line 692, ../sass/app/_index.scss */
  #main.index .introduce-group .introduce-container .banner-wrap .banner-wrapper .swiper-slide .text-wrap .text-detail {
    font-size: 14px;
    line-height: 24px;
    color: white;
  }
  /* line 698, ../sass/app/_index.scss */
  #main.index .introduce-group .introduce-container .banner-wrap .banner-wrapper .swiper-slide .area-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  /* line 704, ../sass/app/_index.scss */
  #main.index .introduce-group .introduce-container .banner-wrap .banner-wrapper .swiper-slide .area-wrap .item {
    position: relative;
    height: 100%;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* line 711, ../sass/app/_index.scss */
  #main.index .introduce-group .introduce-container .banner-wrap .banner-wrapper .swiper-slide .area-wrap .item .item_title {
    font-weight: bold;
    font-size: 25px;
    line-height: 40px;
    color: white;
  }
  /* line 717, ../sass/app/_index.scss */
  #main.index .introduce-group .introduce-container .banner-wrap .banner-wrapper .swiper-slide .area-wrap .item .item_detail {
    font-size: 12px;
    color: white;
  }
  /* line 723, ../sass/app/_index.scss */
  #main.index .introduce-group .introduce-container .banner-wrap .banner-wrapper .swiper-slide .area-wrap .item::after {
    display: none;
    width: 1px;
    height: 38px;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin: -19px 0 0 -0.5px;
    background: black;
  }
  /* line 742, ../sass/app/_index.scss */
  #main.index .introduce-group .introduce-container .banner-wrap .banner-wrapper .swiper-slide .area-wrap.man::after {
    display: none;
  }
  /* line 748, ../sass/app/_index.scss */
  #main.index .introduce-group .introduce-container .banner-wrap .banner-wrapper .swiper-slide .video-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 755, ../sass/app/_index.scss */
  #main.index .introduce-group .introduce-container .banner-wrap .banner-wrapper .swiper-slide .video-wrap .open-video {
    display: block;
    width: 100%;
    height: 100%;
  }
  /* line 760, ../sass/app/_index.scss */
  #main.index .introduce-group .introduce-container .banner-wrap .banner-wrapper .swiper-slide .video-wrap .more {
    position: absolute;
    font-size: 14px;
    color: white;
    right: 20px;
    bottom: 10px;
  }
  /* line 774, ../sass/app/_index.scss */
  #main.index .introduce-group .open-video {
    -webkit-tap-highlight-color: transparent;
  }
  /* line 776, ../sass/app/_index.scss */
  #main.index .introduce-group .open-video .next-wrap {
    width: 18%;
    height: 100%;
    display: flex;
    background: #f8f8f8;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
  }
  /* line 784, ../sass/app/_index.scss */
  #main.index .introduce-group .open-video .next-wrap:focus {
    outline: none;
  }
  /* line 791, ../sass/app/_index.scss */
  #main.index .news-group {
    padding: 0 16px;
    margin-top: 40px;
  }
  /* line 794, ../sass/app/_index.scss */
  #main.index .news-group .news-title {
    text-align: center;
    width: 100%;
    font-size: 32px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
  }
  /* line 801, ../sass/app/_index.scss */
  #main.index .news-group .news-container {
    width: 100%;
    margin-top: 30px;
  }
  /* line 805, ../sass/app/_index.scss */
  #main.index .news-group .news-container .news-wrapper .swiper-slide {
    padding-bottom: 25px;
  }
  /* line 807, ../sass/app/_index.scss */
  #main.index .news-group .news-container .news-wrapper .swiper-slide .publish_time {
    font-size: 16px;
    color: #999999;
    margin-bottom: 17px;
  }
  /* line 810, ../sass/app/_index.scss */
  #main.index .news-group .news-container .news-wrapper .swiper-slide .publish_time .type {
    font-size: 14px;
    color: #9b0000;
  }
  /* line 816, ../sass/app/_index.scss */
  #main.index .news-group .news-container .news-wrapper .swiper-slide .news_title {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 27px;
  }
  /* line 821, ../sass/app/_index.scss */
  #main.index .news-group .news-container .news-wrapper .swiper-slide .news_cover {
    width: 100%;
    height: 200px;
    margin-bottom: 32px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* line 829, ../sass/app/_index.scss */
  #main.index .news-group .news-container .news-wrapper .swiper-slide .abst {
    font-size: 14px;
    line-height: 1.5;
    color: #999999;
    margin-bottom: 15px;
  }
  /* line 835, ../sass/app/_index.scss */
  #main.index .news-group .news-container .news-wrapper .swiper-slide .more {
    line-height: 27px;
    font-size: 16px;
  }
  /* line 839, ../sass/app/_index.scss */
  #main.index .news-group .news-container .news-wrapper .swiper-slide .more .iconfont {
    vertical-align: middle;
    font-size: 27px;
  }
  /* line 845, ../sass/app/_index.scss */
  #main.index .news-group .news-container .news-wrapper .swiper-slide::after {
    content: '';
    display: block;
    clear: both;
  }
  /* line 852, ../sass/app/_index.scss */
  #main.index .news-group .news-container .news_btns {
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid #dddddd;
  }
  /* line 856, ../sass/app/_index.scss */
  #main.index .news-group .news-container .news_btns .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 10px;
    -webkit-tap-highlight-color: transparent;
  }
  /* line 861, ../sass/app/_index.scss */
  #main.index .news-group .news-container .news_btns .swiper-pagination-bullet:focus {
    outline: none;
  }
  /* line 864, ../sass/app/_index.scss */
  #main.index .news-group .news-container .news_btns .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: red;
  }
  /* line 870, ../sass/app/_index.scss */
  #main.index .news-group .more_btn {
    width: 90px;
    height: 30px;
    border-radius: 20px;
    margin: 0 auto;
    background: red;
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 9px;
  }
  /* line 882, ../sass/app/_index.scss */
  #main.index .idea_group {
    width: 100%;
    margin-top: 40px;
    height: 420px;
  }
  /* line 886, ../sass/app/_index.scss */
  #main.index .idea_group .idea-container {
    width: 100%;
    height: 100%;
  }
  /* line 890, ../sass/app/_index.scss */
  #main.index .idea_group .idea-container .idea-wrapper .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 894, ../sass/app/_index.scss */
  #main.index .idea_group .idea-container .idea-wrapper .swiper-slide .icon {
    width: 100%;
    text-align: center;
    margin: 55px 0 50px;
  }
  /* line 898, ../sass/app/_index.scss */
  #main.index .idea_group .idea-container .idea-wrapper .swiper-slide .icon img {
    width: 50px;
    display: inline-block;
  }
  /* line 903, ../sass/app/_index.scss */
  #main.index .idea_group .idea-container .idea-wrapper .swiper-slide .idea-title {
    text-align: center;
    font-size: 32px;
    color: white;
    margin-bottom: 17px;
  }
  /* line 909, ../sass/app/_index.scss */
  #main.index .idea_group .idea-container .idea-wrapper .swiper-slide .idea-detail {
    text-align: center;
    font-size: 14px;
    color: white;
  }
  /* line 914, ../sass/app/_index.scss */
  #main.index .idea_group .idea-container .idea-wrapper .swiper-slide .idea_btn {
    width: 90px;
    height: 30px;
    border-radius: 20px;
    margin: 32px auto 0;
    background: red;
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 12px;
  }
  /* line 927, ../sass/app/_index.scss */
  #main.index .idea_group .idea-container .idea_pagination {
    position: absolute;
    text-align: center;
    z-index: 2;
    color: white;
    font-size: 24px;
    bottom: 55px;
    font-family: galanogrotesque;
  }
  /* line 935, ../sass/app/_index.scss */
  #main.index .idea_group .idea-container .idea_pagination::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    background: white;
    left: 100px;
    top: 50%;
    margin-top: 2px;
  }
  /* line 945, ../sass/app/_index.scss */
  #main.index .idea_group .idea-container .idea_pagination::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    background: white;
    right: 100px;
    top: 50%;
    margin-top: 2px;
  }
  /* line 956, ../sass/app/_index.scss */
  #main.index .idea_group .idea-container .idea_prev {
    left: 42px;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 48px;
    bottom: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: ;
    -webkit-tap-highlight-color: transparent;
  }
  /* line 968, ../sass/app/_index.scss */
  #main.index .idea_group .idea-container .idea_prev:focus {
    outline: none;
  }
  /* line 972, ../sass/app/_index.scss */
  #main.index .idea_group .idea-container .idea_next {
    right: 42px;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 48px;
    bottom: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: ;
    -webkit-tap-highlight-color: transparent;
  }
  /* line 984, ../sass/app/_index.scss */
  #main.index .idea_group .idea-container .idea_next:focus {
    outline: none;
  }
  /* line 2, ../sass/app/_about.scss */
  #main.about {
    margin-bottom: 55px;
  }
  /* line 5, ../sass/app/_about.scss */
  #main.about .index .title {
    color: #666666;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  /* line 12, ../sass/app/_about.scss */
  #main.about .index p {
    color: #333333;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-bottom: 15px;
  }
  /* line 18, ../sass/app/_about.scss */
  #main.about .index .data {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 1.6rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 24, ../sass/app/_about.scss */
  #main.about .index .data .item {
    height: 75px;
    text-align: center;
    position: relative;
  }
  /* line 28, ../sass/app/_about.scss */
  #main.about .index .data .item::after {
    content: '';
    display: block;
    height: 25px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 15px;
    background: #cccccc;
  }
  /* line 37, ../sass/app/_about.scss */
  #main.about .index .data .item:first-child::after {
    display: none;
  }
  /* line 40, ../sass/app/_about.scss */
  #main.about .index .data .item:last-child::after {
    left: -10px;
  }
  /* line 43, ../sass/app/_about.scss */
  #main.about .index .data .item .n {
    position: relative;
    font-family: 'galanogrotesque';
    font-weight: bold;
    font-size: 2.8rem;
    color: #e60012;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* line 11, ../sass/construct/_animate.scss */
  #main.about .index .data .item .n .mt-number-animate {
    line-height: 40px;
    height: 50px;
    font-size: 2.8rem;
    overflow: hidden;
    display: inline-block;
    position: relative;
  }
  /* line 18, ../sass/construct/_animate.scss */
  #main.about .index .data .item .n .mt-number-animate .mt-number-animate-dot {
    width: 15px;
    line-height: inherit;
    float: left;
    text-align: center;
  }
  /* line 24, ../sass/construct/_animate.scss */
  #main.about .index .data .item .n .mt-number-animate .mt-number-animate-dom {
    width: 18px;
    text-align: center;
    float: left;
    position: relative;
    top: 0;
  }
  /* line 30, ../sass/construct/_animate.scss */
  #main.about .index .data .item .n .mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
    height: 50px;
    width: 100%;
    float: left;
  }
  /* line 59, ../sass/app/_about.scss */
  #main.about .index .data .item .n .add {
    line-height: 40px;
  }
  /* line 64, ../sass/app/_about.scss */
  #main.about .index .data .item .s {
    font-size: 1.4rem;
  }
  /* line 69, ../sass/app/_about.scss */
  #main.about .index .video {
    width: 100%;
    height: 200px;
    position: relative;
  }
  /* line 73, ../sass/app/_about.scss */
  #main.about .index .video video {
    object-fit: cover;
  }
  /* line 76, ../sass/app/_about.scss */
  #main.about .index .video .play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 88, ../sass/app/_about.scss */
  #main.about .history {
    padding: 60px 16px 0px;
  }
  /* line 90, ../sass/app/_about.scss */
  #main.about .history .time-line-tabs {
    margin-bottom: 60px;
    font-family: 'galanogrotesque';
  }
  /* line 93, ../sass/app/_about.scss */
  #main.about .history .time-line-tabs .tab_item-wrap {
    width: 100%;
  }
  /* line 95, ../sass/app/_about.scss */
  #main.about .history .time-line-tabs .tab_item-wrap .tab_item {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #000;
    font-size: 1.4rem;
    border: #b4171f 1px solid;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
  }
  /* line 107, ../sass/app/_about.scss */
  #main.about .history .time-line-tabs .tab_item-wrap .tab_item .after {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -4px;
    width: 14px;
    height: 8px;
    background-image: ;
    background-position: center;
    background-size: cover;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
  }
  /* line 121, ../sass/app/_about.scss */
  #main.about .history .time-line-tabs .tab_item-wrap .time-line-container .section {
    padding: 25px 15px 0;
    height: auto;
    position: relative;
    display: none;
  }
  /* line 126, ../sass/app/_about.scss */
  #main.about .history .time-line-tabs .tab_item-wrap .time-line-container .section.active {
    display: block;
  }
  /* line 130, ../sass/app/_about.scss */
  #main.about .history .time-line-tabs .tab_item-wrap .time-line-container .item {
    height: auto;
    color: #333333;
    font-size: 1.6rem;
    line-height: 1.6;
    position: relative;
    width: 100%;
    margin-top: 19px;
  }
  /* line 138, ../sass/app/_about.scss */
  #main.about .history .time-line-tabs .tab_item-wrap .time-line-container .item.last {
    margin-top: 0;
  }
  /* line 140, ../sass/app/_about.scss */
  #main.about .history .time-line-tabs .tab_item-wrap .time-line-container .item.last .wrap {
    height: 200px;
  }
  /* line 144, ../sass/app/_about.scss */
  #main.about .history .time-line-tabs .tab_item-wrap .time-line-container .item::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
  }
  /* line 150, ../sass/app/_about.scss */
  #main.about .history .time-line-tabs .tab_item-wrap .time-line-container .item .wrap {
    border-left: #cccccc 1px solid;
    padding: 1px 0 40px 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  /* line 155, ../sass/app/_about.scss */
  #main.about .history .time-line-tabs .tab_item-wrap .time-line-container .item .wrap .year {
    font-family: 'microsoft yahei';
    /* font-weight: bold; */
    top: -32px;
    left: 25px;
  }
  /* line 161, ../sass/app/_about.scss */
  #main.about .history .time-line-tabs .tab_item-wrap .time-line-container .item .wrap .decoration {
    position: absolute;
    left: -5px;
    top: -14px;
    height: 8px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 169, ../sass/app/_about.scss */
  #main.about .history .time-line-tabs .tab_item-wrap .time-line-container .item .wrap .decoration .dot {
    height: 10px;
    width: 10px;
    background-image: ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 177, ../sass/app/_about.scss */
  #main.about .history .time-line-tabs .tab_item-wrap .time-line-container .item .wrap .decoration .line {
    width: 50px;
    height: 1px;
    background-color: #cccccc;
  }
  /* line 183, ../sass/app/_about.scss */
  #main.about .history .time-line-tabs .tab_item-wrap .time-line-container .item .wrap .content {
    margin-top: 5px;
  }
  #main.about .history .time-line-tabs .tab_item-wrap .time-line-container .item .wrap .content .en_img img{
    width: 100%;
    height: 100%;
    margin-left: -15px;
  }
  #main.about .history .time-line-tabs .tab_item-wrap .time-line-container .item .wrap .content .en_img .en_img_show{
    width: 70%;
    height: 75%;
    margin-top: 15px;
    margin-left:0px;
  }
  /* #main.about .history .time-line-tabs .tab_item-wrap .time-line-container .item .wrap .content .en_img .en_img_show01{
    width: 50%;
    height: 75%;
    margin-top: 15px;
    margin-left: 0px;
  } */
  /* line 187, ../sass/app/_about.scss */
  #main.about .history .time-line-tabs .tab_item-wrap .time-line-container .item .year {
    font-size: 1.4rem;
    color: #b6171f;
    position: absolute;
  }
  /* line 193, ../sass/app/_about.scss */
  #main.about .history .time-line-tabs .tab_item-wrap .time-line-container .item .content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #4d4d4d;
    text-align: justify;
  }
  /* line 199, ../sass/app/_about.scss */
  #main.about .history .time-line-tabs .tab_item-wrap .time-line-container .item:last-child .wrap {
    border-left: none;
  }
  /* line 205, ../sass/app/_about.scss */
  #main.about .history .time-line-tabs .tab_item-wrap .tab_item.active {
    color: #fff;
    background: #b4171f;
    border-color: #b4171f;
  }
  /* line 209, ../sass/app/_about.scss */
  #main.about .history .time-line-tabs .tab_item-wrap .tab_item.active .after {
    background-image:  !important;
  }
  /* line 220, ../sass/app/_about.scss */
  #main.about .culture .section .sec-name {
    text-align: center;
    font-size: 1.6rem;
    color: #666666;
    font-weight: bold;
    margin-bottom: 15px;
  }
  /* line 228, ../sass/app/_about.scss */
  #main.about .culture .section .container .content {
    font-size: 14px;
    line-height: 1.6;
  }
  /* line 231, ../sass/app/_about.scss */
  #main.about .culture .section .container .content p {
    width: 274px;
    margin: 0 auto;
  }
  /* line 236, ../sass/app/_about.scss */
  #main.about .culture .section .container .img {
    margin-top: 35px;
  }
  /* line 242, ../sass/app/_about.scss */
  #main.about .culture .section .details {
    padding: 30px 30px 0;
    position: relative;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    overflow: hidden;
  }
  /* line 247, ../sass/app/_about.scss */
  #main.about .culture .section .details p {
    width: 100%;
    color: #333333;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }
  /* line 257, ../sass/app/_about.scss */
  #main.about .culture .target {
    background: #fff;
    padding: 0 0 30px;
  }
  /* line 260, ../sass/app/_about.scss */
  #main.about .culture .target .content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  /* line 263, ../sass/app/_about.scss */
  #main.about .culture .target .content .item {
    width: 305px;
    position: relative;
  }
  /* line 267, ../sass/app/_about.scss */
  #main.about .culture .target .content .item.decoration::after {
    content: '';
    display: block;
    width: 134px;
    height: 15px;
    background:  no-repeat;
    position: absolute;
    right: -115px;
    top: 77px;
  }
  /* line 277, ../sass/app/_about.scss */
  #main.about .culture .target .content .item .circle {
    width: 167px;
    height: 167px;
    background:  no-repeat;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
  }
  /* line 286, ../sass/app/_about.scss */
  #main.about .culture .target .content .item .circle .n {
    font-size: 3.2rem;
    font-family: 'galanogrotesque';
  }
  /* line 290, ../sass/app/_about.scss */
  #main.about .culture .target .content .item .circle .t {
    font-size: 1.6rem;
    margin-top: 6px;
  }
  /* line 295, ../sass/app/_about.scss */
  #main.about .culture .target .content .item .info {
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  /* line 299, ../sass/app/_about.scss */
  #main.about .culture .target .content .item .info p {
    margin-bottom: 6px;
  }
  /* line 306, ../sass/app/_about.scss */
  #main.about .culture .frame {
    padding: 30px 0;
    background: #f8f8f8;
  }
  /* line 309, ../sass/app/_about.scss */
  #main.about .culture .frame .content {
    display: block;
    margin: 0 auto;
  }
  /* line 314, ../sass/app/_about.scss */
  #main.about .culture .value {
    padding: 75px 0;
  }
  /* line 316, ../sass/app/_about.scss */
  #main.about .culture .value .abst {
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: center;
    margin: 20px auto 25px;
  }
  /* line 322, ../sass/app/_about.scss */
  #main.about .culture .value .tabs {
    width: 100%;
    height: auto;
  }
  /* line 325, ../sass/app/_about.scss */
  #main.about .culture .value .tabs .item {
    width: 100%;
    height: 150px;
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
    -moz-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  /* line 332, ../sass/app/_about.scss */
  #main.about .culture .value .tabs .item.active {
    border-color: #e60012;
  }
  /* line 335, ../sass/app/_about.scss */
  #main.about .culture .value .tabs .item .img {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  /* line 346, ../sass/app/_about.scss */
  #main.about .culture .value .tabs .item .name {
    width: 100%;
    height: 150px;
    line-height: 150px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 2rem;
    color: #ffffff;
  }
  /* line 362, ../sass/app/_about.scss */
  #main.about .leader > .container {
    padding: 0 0 15px;
  }
  /* line 365, ../sass/app/_about.scss */
  #main.about .leader .cover {
    width: 100%;
  }
  /* line 368, ../sass/app/_about.scss */
  #main.about .leader .info {
    margin-top: 35px;
    text-align: center;
    padding: 0 16px;
  }
  /* line 372, ../sass/app/_about.scss */
  #main.about .leader .info p {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  /* line 57, ../sass/construct/_mixin.scss */
  #main.about .duty .swiper-container {
    margin-top: 35px;
  }
  /* line 59, ../sass/construct/_mixin.scss */
  #main.about .duty .swiper-container .lists {
    height: 193px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 73, ../sass/construct/_mixin.scss */
  #main.about .duty .swiper-container .lists .item {
    width: 100%;
    height: 193px;
    position: relative;
  }
  /* line 77, ../sass/construct/_mixin.scss */
  #main.about .duty .swiper-container .lists .item .mask {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000;
    z-index: 2;
    width: 100%;
    height: 270px;
    filter: progid:dximagetransform.microsoft.alpha(opacity=50);
    opacity: 0.5;
    -moz-transition: background-color, 0.3s;
    -o-transition: background-color, 0.3s;
    -webkit-transition: background-color, 0.3s;
    transition: background-color, 0.3s;
  }
  /* line 88, ../sass/construct/_mixin.scss */
  #main.about .duty .swiper-container .lists .item > .img {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 193px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  /* line 98, ../sass/construct/_mixin.scss */
  #main.about .duty .swiper-container .lists .item.swiper-slide-active .mask {
    filter: progid:dximagetransform.microsoft.alpha(opacity=0);
    opacity: 0;
  }
  /* line 105, ../sass/construct/_mixin.scss */
  #main.about .duty .swiper-container .change-tool .prev, #main.about .duty .swiper-container .change-tool .next {
    position: absolute;
    top: 130px;
    color: #ffffff;
    cursor: pointer;
    z-index: 3;
  }
  /* line 112, ../sass/construct/_mixin.scss */
  #main.about .duty .swiper-container .change-tool .prev i, #main.about .duty .swiper-container .change-tool .next i {
    font-size: 3.2rem;
  }
  /* line 116, ../sass/construct/_mixin.scss */
  #main.about .duty .swiper-container .change-tool .prev {
    left: 5px;
  }
  /* line 119, ../sass/construct/_mixin.scss */
  #main.about .duty .swiper-container .change-tool .next {
    right: 5px;
  }
  /* line 122, ../sass/construct/_mixin.scss */
  #main.about .duty .swiper-container .change-tool .name {
    margin: 50px auto 100px;
    width: 250px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 1.6rem;
    color: #ffffff;
    background-color: #e60012;
    font-family: 'galanogrotesque';
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  /* line 384, ../sass/app/_about.scss */
  #main.about .duty .tabs {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 75px;
  }
  /* line 390, ../sass/app/_about.scss */
  #main.about .duty .tabs .item {
    width: 296px;
    height: 150px;
    position: relative;
    border-bottom: #333333 3px solid;
    background-color: #f8f8f8;
    cursor: pointer;
    -moz-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 403, ../sass/app/_about.scss */
  #main.about .duty .tabs .item.active .image .normal {
    filter: progid:dximagetransform.microsoft.alpha(opacity=0);
    opacity: 0;
  }
  /* line 406, ../sass/app/_about.scss */
  #main.about .duty .tabs .item.active .image .hover {
    filter: progid:dximagetransform.microsoft.alpha(enabled=false);
    opacity: 1;
  }
  /* line 411, ../sass/app/_about.scss */
  #main.about .duty .tabs .item .image {
    width: 100%;
    height: 70px;
    position: relative;
  }
  /* line 415, ../sass/app/_about.scss */
  #main.about .duty .tabs .item .image img {
    position: absolute;
    left: 0;
    top: 0;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  /* line 421, ../sass/app/_about.scss */
  #main.about .duty .tabs .item .image .normal {
    filter: progid:dximagetransform.microsoft.alpha(enabled=false);
    opacity: 1;
  }
  /* line 424, ../sass/app/_about.scss */
  #main.about .duty .tabs .item .image .hover {
    filter: progid:dximagetransform.microsoft.alpha(opacity=0);
    opacity: 0;
  }
  /* line 428, ../sass/app/_about.scss */
  #main.about .duty .tabs .item .name {
    height: 34px;
    width: 100%;
    text-align: center;
    line-height: 34px;
    font-size: 2rem;
    color: #333333;
    font-weight: bold;
    margin-top: 10px;
  }
  /* line 438, ../sass/app/_about.scss */
  #main.about .duty .tabs .item.active {
    border-color: #e60012;
  }
  /* line 443, ../sass/app/_about.scss */
  #main.about .duty .details {
    padding: 0 16px;
  }
  /* line 445, ../sass/app/_about.scss */
  #main.about .duty .details .item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    filter: progid:dximagetransform.microsoft.alpha(opacity=0);
    opacity: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #333333;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  /* line 455, ../sass/app/_about.scss */
  #main.about .duty .details .item p {
    margin-top: 10px;
  }
  /* line 458, ../sass/app/_about.scss */
  #main.about .duty .details .item.active {
    filter: progid:dximagetransform.microsoft.alpha(enabled=false);
    opacity: 1;
  }
  /* line 462, ../sass/app/_about.scss */
  #main.about .duty .details .duty_title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f0f0f0;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
  }
  /* line 472, ../sass/app/_about.scss */
  #main.about .duty .details .duty_detail {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 25px;
  }
  /* line 479, ../sass/app/_about.scss */
  #main.about .page-name {
    font-size: 2rem;
    text-align: center;
  }
  /* line 483, ../sass/app/_about.scss */
  #main.about .prev {
    top: 75%;
    background-image: ;
    background-size: 50%;
    -webkit-tap-highlight-color: transparent;
  }
  /* line 488, ../sass/app/_about.scss */
  #main.about .prev:focus {
    outline: none;
  }
  /* line 492, ../sass/app/_about.scss */
  #main.about .next {
    top: 75%;
    background-image: ;
    background-size: 50%;
    -webkit-tap-highlight-color: transparent;
  }
  /* line 497, ../sass/app/_about.scss */
  #main.about .next:focus {
    outline: none;
  }

  /* line 502, ../sass/app/_about.scss */
  .culture_detail {
    min-height: calc(100vh - 371px);
  }

  /* line 1, ../sass/app/_post.scss */
  #main.post {
    margin-bottom: 55px;
  }
  /* line 3, ../sass/app/_post.scss */
  #main.post .page-name {
    color: #333333;
    font-size: 2.4rem;
    text-align: center;
  }
  /* line 11, ../sass/app/_post.scss */
  #main.post .post .post-wrap {
    padding: 0 16px;
  }
  /* line 13, ../sass/app/_post.scss */
  #main.post .post .post-wrap .post-list {
    width: 100%;
    border-top: #666666 2px solid;
  }
  /* line 16, ../sass/app/_post.scss */
  #main.post .post .post-wrap .post-list .item {
    min-height: 65px;
    padding: 10px 0;
    font-size: 1.4rem;
    border-bottom: #dddddd 1px solid;
  }
  /* line 21, ../sass/app/_post.scss */
  #main.post .post .post-wrap .post-list .item .title_wrap {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 24, ../sass/app/_post.scss */
  #main.post .post .post-wrap .post-list .item .title_wrap .cate {
    color: #a40000;
    margin-left: 10px;
    font-size: 1.6rem;
  }
  /* line 29, ../sass/app/_post.scss */
  #main.post .post .post-wrap .post-list .item .title_wrap .line {
    font-size: 1.6rem;
    color: #999999;
  }
  /* line 33, ../sass/app/_post.scss */
  #main.post .post .post-wrap .post-list .item .title_wrap .date {
    width: 90px;
    margin-right: 10px;
    font-size: 1.6rem;
    color: #999999;
    font-family: 'galanogrotesque';
  }
  /* line 42, ../sass/app/_post.scss */
  #main.post .post .post-wrap .post-list .item .name {
    width: 100%;
    height: 39px;
    text-overflow: ellipsis;
    color: #2d2d39;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.6rem;
    line-height: 18.5px;
    overflow: hidden;
  }
  /* line 57, ../sass/app/_post.scss */
  #main.post .post .post-wrap .post-list .video_item {
    min-height: 245px;
    padding: 10px 0;
    font-size: 1.4rem;
    border-bottom: #dddddd 1px solid;
  }
  /* line 62, ../sass/app/_post.scss */
  #main.post .post .post-wrap .post-list .video_item .video_cover {
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  /* line 73, ../sass/app/_post.scss */
  #main.post .post .post-wrap .pagi {
    text-align: center;
    margin-top: 55px;
  }
  /* line 77, ../sass/app/_post.scss */
  #main.post .post .post-wrap .pagi ul li {
    display: block;
    float: left;
  }
  /* line 81, ../sass/app/_post.scss */
  #main.post .post .post-wrap .pagi ul::after {
    display: block;
    content: '';
    clear: both;
  }
  /* line 92, ../sass/app/_post.scss */
  #main.post .container {
    padding: 0;
  }
  /* line 95, ../sass/app/_post.scss */
  #main.post .detail {
    background: #f8f8f8;
  }
  /* line 97, ../sass/app/_post.scss */
  #main.post .detail .container {
    padding: 0 16px;
    background: #fff;
  }
  /* line 100, ../sass/app/_post.scss */
  #main.post .detail .container .title {
    font-size: 2.3rem;
    color: #333333;
    font-weight: bold;
    width: 100%;
    line-height: 1.5;
    text-align: center;
  }
  /* line 107, ../sass/app/_post.scss */
  #main.post .detail .container .title .preview {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    background: #ff0000;
    font-weight: normal;
    color: #ffffff;
    padding: 0 5px;
    font-size: 2rem;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
  }
  /* line 118, ../sass/app/_post.scss */
  #main.post .detail .container .tool {
    height: 31px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 31px;
    border-bottom: #666666 1px solid;
    margin-top: 25px;
  }
  /* line 126, ../sass/app/_post.scss */
  #main.post .detail .container .tool .cate {
    color: #a40000;
    margin-right: 20px;
  }
  /* line 130, ../sass/app/_post.scss */
  #main.post .detail .container .tool .date {
    line-height: 26px;
    color: #999999;
    font-size: 1.6rem;
    font-family: 'galanogrotesque';
  }
  /* line 137, ../sass/app/_post.scss */
  #main.post .detail .container .string {
    padding: 25px 0;
    color: #2d2d39;
    font-size: 1.6rem;
    overflow: hidden;
  }
  /* line 142, ../sass/app/_post.scss */
  #main.post .detail .container .string p {
    margin-bottom: 15px;
    line-height: 1.6;
  }
  /* line 146, ../sass/app/_post.scss */
  #main.post .detail .container .string img {
    width: 100%;
    height: auto;
  }
  /* line 152, ../sass/app/_post.scss */
  #main.post .detail .container .prev_next .prev {
    line-height: 1.4;
    float: left;
    width: 50%;
  }
  /* line 156, ../sass/app/_post.scss */
  #main.post .detail .container .prev_next .prev::after {
    display: block;
    content: '';
    clear: both;
  }
  /* line 162, ../sass/app/_post.scss */
  #main.post .detail .container .prev_next .next {
    line-height: 1.4;
    text-align: right;
    float: right;
    width: 50%;
  }
  /* line 167, ../sass/app/_post.scss */
  #main.post .detail .container .prev_next .next::after {
    display: block;
    content: '';
    clear: both;
  }
  /* line 173, ../sass/app/_post.scss */
  #main.post .detail .container .prev_next a {
    /* float: right; */
    width: calc(100% - 52px);
    display: inline-block;
    color: #a40000;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 181, ../sass/app/_post.scss */
  #main.post .detail .container .prev_next::after {
    display: block;
    content: '';
    clear: both;
  }
  /* line 187, ../sass/app/_post.scss */
  #main.post .detail .container .back {
    width: 167px;
    height: 38px;
    border: #cccccc 1px solid;
    line-height: 38px;
    color: #666666;
    font-size: 1.6rem;
    text-align: center;
    margin: 20px auto 0;
  }
  /* line 196, ../sass/app/_post.scss */
  #main.post .detail .container .back a {
    display: block;
  }

  /* line 1, ../sass/app/_industry.scss */
  #main.industry {
    margin-bottom: 55px;
  }
  /* line 3, ../sass/app/_industry.scss */
  #main.industry > .container {
    padding: 0;
    position: relative;
  }
  /* line 7, ../sass/app/_industry.scss */
  #main.industry > .container .main .number {
    width: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 155px;
    border-right: #dddddd 1px solid;
  }
  /* line 12, ../sass/app/_industry.scss */
  #main.industry > .container .main .number .item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: 'galanogrotesque';
    font-size: 1.6rem;
    font-weight: bold;
    color: #cccccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    cursor: pointer;
  }
  /* line 24, ../sass/app/_industry.scss */
  #main.industry > .container .main .number .item a {
    display: block;
  }
  /* line 27, ../sass/app/_industry.scss */
  #main.industry > .container .main .number .item:hover {
    color: #e60012;
  }
  /* line 30, ../sass/app/_industry.scss */
  #main.industry > .container .main .number .item.active {
    color: #e60012;
  }
  /* line 32, ../sass/app/_industry.scss */
  #main.industry > .container .main .number .item.active::after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    background-color: #e60012;
  }
  /* line 44, ../sass/app/_industry.scss */
  #main.industry > .container .main .intro {
    padding: 0 16px;
  }
  /* line 46, ../sass/app/_industry.scss */
  #main.industry > .container .main .intro .title {
    text-align: center;
    font-size: 2.4rem;
    color: #333333;
  }
  /* line 51, ../sass/app/_industry.scss */
  #main.industry > .container .main .intro .content {
    margin-top: 20px;
    color: #999999;
  }
  /* line 54, ../sass/app/_industry.scss */
  #main.industry > .container .main .intro .content p, #main.industry > .container .main .intro .content span, #main.industry > .container .main .intro .content a {
    color: inherit;
  }
  /* line 59, ../sass/app/_industry.scss */
  #main.industry > .container .main .cover {
    margin-top: 40px;
    width: 100%;
    height: 225px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  /* line 68, ../sass/app/_industry.scss */
  #main.industry > .container .info {
    width: 100%;
    background-color: #cccccc;
    color: #ffffff;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 75, ../sass/app/_industry.scss */
  #main.industry > .container .info .item {
    margin: 20px 0;
    width: 50%;
    height: 55px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 82, ../sass/app/_industry.scss */
  #main.industry > .container .info .item .tag-name {
    filter: progid:dximagetransform.microsoft.alpha(opacity=60);
    opacity: 0.6;
    font-size: 1.2rem;
  }
  /* line 86, ../sass/app/_industry.scss */
  #main.industry > .container .info .item .tag-content {
    font-family: 'galanogrotesque';
    font-size: 2rem;
    margin-top: 10px;
  }
  /* line 90, ../sass/app/_industry.scss */
  #main.industry > .container .info .item .tag-content.year {
    font-size: 2.4rem;
    font-weight: bold;
  }
  /* line 95, ../sass/app/_industry.scss */
  #main.industry > .container .info .item .web {
    font-size: 1.4rem;
  }
  /* line 101, ../sass/app/_industry.scss */
  #main.industry > .container .info::before {
    position: absolute;
    content: '';
    left: 5%;
    width: 90%;
    height: 1px;
    top: 50%;
    margin-top: -0.5px;
    background: #dedede;
    filter: progid:dximagetransform.microsoft.alpha(opacity=60);
    opacity: 0.6;
  }
  /* line 112, ../sass/app/_industry.scss */
  #main.industry > .container .info::after {
    position: absolute;
    content: '';
    top: 5%;
    height: 90%;
    width: 1px;
    left: 50%;
    margin-left: -0.5px;
    background: #dedede;
    filter: progid:dximagetransform.microsoft.alpha(opacity=60);
    opacity: 0.6;
  }
  /* line 124, ../sass/app/_industry.scss */
  #main.industry > .container .decoration-text {
    font-size: 8rem;
    color: #f8f8f8;
    position: absolute;
    font-weight: bold;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  /* line 47, ../sass/app/_career.scss */
  #main.career {
    margin-bottom: 55px;
  }
  /* line 57, ../sass/construct/_mixin.scss */
  #main.career .swiper-container {
    margin-top: 35px;
  }
  /* line 59, ../sass/construct/_mixin.scss */
  #main.career .swiper-container .lists {
    height: 193px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 73, ../sass/construct/_mixin.scss */
  #main.career .swiper-container .lists .item {
    width: 100%;
    height: 193px;
    position: relative;
  }
  /* line 77, ../sass/construct/_mixin.scss */
  #main.career .swiper-container .lists .item .mask {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000;
    z-index: 2;
    width: 100%;
    height: 270px;
    filter: progid:dximagetransform.microsoft.alpha(opacity=50);
    opacity: 0.5;
    -moz-transition: background-color, 0.3s;
    -o-transition: background-color, 0.3s;
    -webkit-transition: background-color, 0.3s;
    transition: background-color, 0.3s;
  }
  /* line 88, ../sass/construct/_mixin.scss */
  #main.career .swiper-container .lists .item > .img {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 193px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  /* line 98, ../sass/construct/_mixin.scss */
  #main.career .swiper-container .lists .item.swiper-slide-active .mask {
    filter: progid:dximagetransform.microsoft.alpha(opacity=0);
    opacity: 0;
  }
  /* line 105, ../sass/construct/_mixin.scss */
  #main.career .swiper-container .change-tool .prev, #main.career .swiper-container .change-tool .next {
    position: absolute;
    top: 130px;
    color: #ffffff;
    cursor: pointer;
    z-index: 3;
  }
  /* line 112, ../sass/construct/_mixin.scss */
  #main.career .swiper-container .change-tool .prev i, #main.career .swiper-container .change-tool .next i {
    font-size: 3.2rem;
  }
  /* line 116, ../sass/construct/_mixin.scss */
  #main.career .swiper-container .change-tool .prev {
    left: 5px;
  }
  /* line 119, ../sass/construct/_mixin.scss */
  #main.career .swiper-container .change-tool .next {
    right: 5px;
  }
  /* line 122, ../sass/construct/_mixin.scss */
  #main.career .swiper-container .change-tool .name {
    margin: 50px auto 100px;
    width: 250px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 1.6rem;
    color: #ffffff;
    background-color: #e60012;
    font-family: 'galanogrotesque';
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  /* line 50, ../sass/app/_career.scss */
  #main.career .page-name {
    text-align: center;
    font-size: 24px;
  }
  /* line 55, ../sass/app/_career.scss */
  #main.career .section .title {
    color: #666666;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  /* line 64, ../sass/app/_career.scss */
  #main.career .idea .section .title {
    color: #666666;
    font-size: 1.5rem;
    text-align: center;
  }
  /* line 69, ../sass/app/_career.scss */
  #main.career .idea .section .abst {
    font-size: 1.3rem;
    color: #333333;
    line-height: 1.4;
    margin-top: 20px;
    text-align: center;
  }
  /* line 76, ../sass/app/_career.scss */
  #main.career .idea .section .explain-title {
    margin-top: 20px;
    background: #f8f8f8;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 2.2rem;
    line-height: 40px;
    color: #e60012;
    font-family: galanogrotesque-bold;
  }
  /* line 87, ../sass/app/_career.scss */
  #main.career .idea .section .explain {
    margin-top: 20px;
    height: 700px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 93, ../sass/app/_career.scss */
  #main.career .idea .section .explain.container {
    padding: 0;
  }
  /* line 96, ../sass/app/_career.scss */
  #main.career .idea .section .explain .item {
    width: 50%;
    height: 175px;
    position: relative;
  }
  /* line 101, ../sass/app/_career.scss */
  #main.career .idea .section .explain .cover {
    height: 350px;
  }
  /* line 103, ../sass/app/_career.scss */
  #main.career .idea .section .explain .cover .normal {
    padding: 22px 20px;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  /* line 118, ../sass/app/_career.scss */
  #main.career .idea .section .explain .cover .normal .btn .open {
    width: 81px;
    height: 23px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid white;
    text-align: center;
    line-height: 23px;
    color: white;
    margin: 0 auto;
  }
  /* line 129, ../sass/app/_career.scss */
  #main.career .idea .section .explain .cover .normal .text-area {
    width: 100%;
  }
  /* line 131, ../sass/app/_career.scss */
  #main.career .idea .section .explain .cover .normal .text-area .title {
    font-size: 2.8rem;
    text-align: center;
    color: white;
  }
  /* line 136, ../sass/app/_career.scss */
  #main.career .idea .section .explain .cover .normal .text-area .content {
    font-size: 1.2rem;
    line-height: 1.6;
    color: white;
  }
  /* line 143, ../sass/app/_career.scss */
  #main.career .idea .section .explain .cover .hover {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    filter: progid:dximagetransform.microsoft.alpha(opacity=0);
    opacity: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 157, ../sass/app/_career.scss */
  #main.career .idea .section .explain .cover .hover .img {
    padding: 0 16px;
  }
  /* line 159, ../sass/app/_career.scss */
  #main.career .idea .section .explain .cover .hover .img img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
  /* line 167, ../sass/app/_career.scss */
  #main.career .idea .section .explain .cover.active .hover {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    filter: progid:dximagetransform.microsoft.alpha(enabled=false);
    opacity: 1;
  }
  /* line 173, ../sass/app/_career.scss */
  #main.career .idea .section .explain .letter {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-family: 'galanogrotesque';
    text-align: center;
    color: #e60012;
    background-color: #f8f8f8;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 183, ../sass/app/_career.scss */
  #main.career .idea .section .explain .letter > div {
    width: 100%;
    height: auto;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 188, ../sass/app/_career.scss */
  #main.career .idea .section .explain .letter .big-letter {
    font-size: 2.4rem;
    font-weight: bold;
  }
  /* line 192, ../sass/app/_career.scss */
  #main.career .idea .section .explain .letter .title {
    margin-top: 12px;
    color: inherit;
    font-weight: normal;
  }
  /* line 196, ../sass/app/_career.scss */
  #main.career .idea .section .explain .letter .title .c {
    font-size: 1.6rem;
    color: #333333;
  }
  /* line 200, ../sass/app/_career.scss */
  #main.career .idea .section .explain .letter .title .e {
    font-size: 1.4rem;
    text-transform: capitalize;
    margin-top: 3px;
    color: #666666;
  }
  /* line 207, ../sass/app/_career.scss */
  #main.career .idea .section .explain .letter .plus {
    top: 213px;
    height: 20px;
  }
  /* line 210, ../sass/app/_career.scss */
  #main.career .idea .section .explain .letter .plus .transverse {
    width: 20px;
    height: 1px;
    background-color: #e60012;
    position: absolute;
    left: 140px;
    top: 10px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 219, ../sass/app/_career.scss */
  #main.career .idea .section .explain .letter .plus .vertical {
    height: 20px;
    width: 1px;
    background-color: #e60012;
    position: absolute;
    left: 150px;
    top: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 232, ../sass/app/_career.scss */
  #main.career .idea .section .explain .letter.red {
    background: #e60012;
    color: #ffffff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: #e60012 2px solid;
  }
  /* line 238, ../sass/app/_career.scss */
  #main.career .idea .section .explain .letter.red .title .c, #main.career .idea .section .explain .letter.red .title .e {
    color: #ffffff;
  }
  /* line 243, ../sass/app/_career.scss */
  #main.career .idea .section .explain .letter.red .plus .transverse, #main.career .idea .section .explain .letter.red .plus .vertical {
    background-color: #fff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 248, ../sass/app/_career.scss */
  #main.career .idea .section .explain .letter.red .abst {
    color: white;
  }
  /* line 252, ../sass/app/_career.scss */
  #main.career .idea .section .explain .banner-container {
    position: relative;
    z-index: 1;
  }
  /* line 255, ../sass/app/_career.scss */
  #main.career .idea .section .explain .banner-container .banner-group {
    position: relative;
    width: 100%;
    height: 175px;
  }
  /* line 259, ../sass/app/_career.scss */
  #main.career .idea .section .explain .banner-container .banner-group .banner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* line 270, ../sass/app/_career.scss */
  #main.career .idea .section .explain .banner-container .banner-btns {
    width: 100%;
    height: 16px;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    z-index: 199;
  }
  /* line 278, ../sass/app/_career.scss */
  #main.career .idea .section .explain .banner-container .banner-btns > div {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
    cursor: pointer;
  }
  /* line 285, ../sass/app/_career.scss */
  #main.career .idea .section .explain .banner-container .banner-btns > div::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-color: #fff;
    position: absolute;
    left: 4px;
    top: 4px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 297, ../sass/app/_career.scss */
  #main.career .idea .section .explain .banner-container .banner-btns > div.easybannerbtnactive::after {
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
  }

  /* line 505, ../sass/app/_career.scss */
  #main.career .idea .standard {
    margin-top: 55px;
  }
  /* line 3, ../sass/app/_career.scss */
  #main.career .idea .standard .tabs {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: auto;
  }
  /* line 6, ../sass/app/_career.scss */
  #main.career .idea .standard .tabs .tab {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 83px;
    line-height: 83px;
    font-weight: bold;
    font-size: 2.4rem;
    color: #333333;
    text-align: center;
    border: #ccc 1px solid;
    cursor: pointer;
  }
  /* line 17, ../sass/app/_career.scss */
  #main.career .idea .standard .tabs .tab:not(:first-child) {
    border-left: none;
  }
  /* line 21, ../sass/app/_career.scss */
  #main.career .idea .standard .tabs .tab.active {
    color: #e60012;
    border-top-color: #e60012;
    border-top-width: 2px;
  }
  /* line 27, ../sass/app/_career.scss */
  #main.career .idea .standard .details {
    width: 100%;
    position: relative;
    height: auto;
    padding-bottom: 100px;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
  /* line 33, ../sass/app/_career.scss */
  #main.career .idea .standard .details .detail {
    position: absolute;
    left: 0;
    top: 0;
    filter: progid:dximagetransform.microsoft.alpha(opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 100%;
    height: auto;
  }
  /* line 41, ../sass/app/_career.scss */
  #main.career .idea .standard .details .detail.active {
    filter: progid:dximagetransform.microsoft.alpha(enabled=false);
    opacity: 1;
  }
  /* line 510, ../sass/app/_career.scss */
  #main.career .idea .standard .details .detail .abst {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 95px;
    background-color: #f8f8f8;
    font-size: 1.6rem;
    color: #333333;
    line-height: 1.6;
    margin-top: 50px;
    text-align: left;
  }
  /* line 520, ../sass/app/_career.scss */
  #main.career .idea .standard .details .detail .content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-top: 55px;
  }
  /* line 524, ../sass/app/_career.scss */
  #main.career .idea .standard .details .detail .content .item {
    width: 170px;
    position: relative;
  }
  /* line 528, ../sass/app/_career.scss */
  #main.career .idea .standard .details .detail .content .item.decoration::after {
    content: '';
    display: block;
    width: 95px;
    height: 5px;
    background:  no-repeat;
    position: absolute;
    right: -114px;
    top: 82px;
  }
  /* line 538, ../sass/app/_career.scss */
  #main.career .idea .standard .details .detail .content .item .circle {
    width: 167px;
    height: 167px;
    background:  no-repeat;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
  }
  /* line 547, ../sass/app/_career.scss */
  #main.career .idea .standard .details .detail .content .item .circle .n {
    font-size: 3.2rem;
    font-family: 'galanogrotesque';
  }
  /* line 551, ../sass/app/_career.scss */
  #main.career .idea .standard .details .detail .content .item .circle .t {
    font-size: 1.6rem;
    margin-top: 6px;
  }
  /* line 556, ../sass/app/_career.scss */
  #main.career .idea .standard .details .detail .content .item .info {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }
  /* line 561, ../sass/app/_career.scss */
  #main.career .idea .standard .details .detail .content .item .info p {
    margin-bottom: 6px;
  }
  /* line 567, ../sass/app/_career.scss */
  #main.career .idea .standard .details .detail .download {
    width: 100%;
    margin-top: 75px;
    border-top: #666666 2px solid;
  }
  /* line 571, ../sass/app/_career.scss */
  #main.career .idea .standard .details .detail .download .item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 62px;
    line-height: 62px;
    border-bottom: #dddddd 1px solid;
  }
  /* line 576, ../sass/app/_career.scss */
  #main.career .idea .standard .details .detail .download .item .name {
    width: 880px;
    height: 62px;
    line-height: 62px;
    text-indent: 80px;
    color: #333333;
    font-size: 1.4rem;
  }
  /* line 584, ../sass/app/_career.scss */
  #main.career .idea .standard .details .detail .download .item .link {
    width: 320px;
    height: 62px;
    line-height: 62px;
    color: #666666;
    font-weight: bold;
    font-size: 1.6rem;
  }
  /* line 591, ../sass/app/_career.scss */
  #main.career .idea .standard .details .detail .download .item .link img {
    display: inline;
    vertical-align: middle;
    margin-right: 5px;
  }
  /* line 596, ../sass/app/_career.scss */
  #main.career .idea .standard .details .detail .download .item .link:hover {
    text-decoration: underline;
  }
  /* line 607, ../sass/app/_career.scss */
  #main.career .project .word {
    margin: 15px auto 0;
  }
  /* line 610, ../sass/app/_career.scss */
  #main.career .project .project-intro {
    margin: 40px auto 0;
  }
  /* line 613, ../sass/app/_career.scss */
  #main.career .project .item-title {
    margin: 80px auto 25px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }
  /* line 620, ../sass/app/_career.scss */
  #main.career .project .logo-intro {
    color: #333333;
    margin-top: 50px;
  }
  /* line 623, ../sass/app/_career.scss */
  #main.career .project .logo-intro .logo {
    width: 100%;
    text-align: center;
  }
  /* line 626, ../sass/app/_career.scss */
  #main.career .project .logo-intro .logo img {
    display: inline-block;
  }
  /* line 630, ../sass/app/_career.scss */
  #main.career .project .logo-intro .content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 20px;
  }
  /* line 633, ../sass/app/_career.scss */
  #main.career .project .logo-intro .content .b-wrap {
    border-bottom: 1px solid #cccccc;
  }
  /* line 635, ../sass/app/_career.scss */
  #main.career .project .logo-intro .content .b-wrap b {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 3;
  }
  /* line 643, ../sass/app/_career.scss */
  #main.career .project .logo-intro .content p {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  /* line 650, ../sass/app/_career.scss */
  #main.career .project .job-bg {
    margin: 0 auto;
  }
  /* line 653, ../sass/app/_career.scss */
  #main.career .project .train {
    margin-top: 30px;
    color: #333333;
  }
  /* line 656, ../sass/app/_career.scss */
  #main.career .project .train .tabs {
    width: 100%;
    position: relative;
    height: 36px;
  }
  /* line 660, ../sass/app/_career.scss */
  #main.career .project .train .tabs .active-tab {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    background: red;
    text-align: center;
    font-size: 1.8rem;
    line-height: 36px;
    color: white;
    border-bottom: 1px solid red;
  }
  /* line 670, ../sass/app/_career.scss */
  #main.career .project .train .tabs .active-tab.active {
    position: relative;
  }
  /* line 672, ../sass/app/_career.scss */
  #main.career .project .train .tabs .active-tab.active::after {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 27.5px;
    content: '';
    display: block;
    width: 14px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: ;
  }
  /* line 688, ../sass/app/_career.scss */
  #main.career .project .train .tabs .dropdown-tab-wrap {
    display: none;
    position: absolute;
    top: 36px;
    width: 100%;
    left: 0;
    z-index: 10;
  }
  /* line 695, ../sass/app/_career.scss */
  #main.career .project .train .tabs .dropdown-tab-wrap .active-tab {
    background: #cccccc;
    border-bottom: 1px solid white;
  }
  /* line 699, ../sass/app/_career.scss */
  #main.career .project .train .tabs .dropdown-tab-wrap.active {
    display: block;
  }
  /* line 706, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap {
    margin-top: 35px;
    width: 100%;
    position: relative;
  }
  /* line 710, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  /* line 718, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item .swiper-container {
    margin-top: 0;
  }
  /* line 722, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item #type .swiper-container {
    width: 100%;
    height: 100%;
  }
  /* line 726, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item #type .swiper-slide {
    font-size: 18px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    width: 1200px;
  }
  /* line 735, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item .train-container {
    width: 100%;
    padding-bottom: 15px;
  }
  /* line 739, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item .train-container .train-wrapper .swiper-slide {
    text-align: center;
  }
  /* line 744, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item .train-container .train-wrapper .swiper-slide .intro-wrap {
    width: 50%;
  }
  /* line 746, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item .train-container .train-wrapper .swiper-slide .intro-wrap .title {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 5px;
  }
  /* line 753, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item .train-container .train-wrapper .swiper-slide .intro-wrap .detail {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  /* line 758, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item .train-container .train-wrapper .swiper-slide.only {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 762, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item .train-container .train-wrapper .swiper-slide .system {
    display: inline-block;
    width: 95%;
  }
  /* line 766, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item .train-container .train-wrapper .swiper-slide.type {
    width: 1000px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 30px;
  }
  /* line 772, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item .train-container .train-wrapper .swiper-slide.type img {
    width: 1000px;
    height: auto;
  }
  /* line 781, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item .train-container .swiper-scrollbar {
    width: 134px;
    left: 50%;
    margin-left: -67px;
  }
  /* line 785, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item .train-container .swiper-scrollbar .swiper-scrollbar-drag {
    background: red;
  }
  /* line 788, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item .train-container .swiper-scrollbar::before {
    position: absolute;
    content: '向右滑动';
    display: block;
    font-size: 1.4rem;
    top: -20px;
    left: 50%;
    margin-left: -28px;
    color: black;
  }
  /* line 799, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item .train-container .train_prev {
    position: absolute;
    left: 0;
    top: 40px;
  }
  /* line 803, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item .train-container .train_prev i {
    color: #cccccc;
    font-size: 3.2rem;
  }
  /* line 808, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item .train-container .train_next {
    position: absolute;
    right: 0;
    top: 40px;
  }
  /* line 812, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item .train-container .train_next i {
    color: #cccccc;
    font-size: 3.2rem;
  }
  /* line 817, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item .train-container.train-container1 {
    padding: 0 30px;
    box-sizing: border-box;
  }
  /* line 822, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item .img {
    display: inline-block;
    width: 100%;
  }
  /* line 826, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item .type-wrap {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  /* line 831, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item .type-wrap .type {
    width: 1200px;
  }
  /* line 834, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item .type-wrap::-webkit-scrollbar {
    /*隐藏滚轮*/
    display: none;
  }
  /* line 840, ../sass/app/_career.scss */
  #main.career .project .train .train-wrap .item.active {
    display: block;
  }
  /* line 847, ../sass/app/_career.scss */
  #main.career .project .train .system {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  /* line 850, ../sass/app/_career.scss */
  #main.career .project .train .system .item {
    padding: 60px 0 0 0;
    width: 220px;
    text-align: center;
  }
  /* line 854, ../sass/app/_career.scss */
  #main.career .project .train .system .item > img {
    display: block;
    margin: 0 auto;
  }
  /* line 858, ../sass/app/_career.scss */
  #main.career .project .train .system .item .title {
    margin-top: 50px;
    font-size: 2rem;
    font-weight: bold;
  }
  /* line 863, ../sass/app/_career.scss */
  #main.career .project .train .system .item .line {
    width: 40px;
    height: 1px;
    background-color: #cccccc;
    margin: 20px auto;
  }
  /* line 869, ../sass/app/_career.scss */
  #main.career .project .train .system .item .abst {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  /* line 875, ../sass/app/_career.scss */
  #main.career .project .train .mode {
    font-size: 2rem;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 55px 0;
  }
  /* line 882, ../sass/app/_career.scss */
  #main.career .project .train .mode > .content {
    margin-right: 135px;
  }
  /* line 887, ../sass/app/_career.scss */
  #main.career .project .train .process .content {
    padding: 55px 0;
  }
  /* line 892, ../sass/app/_career.scss */
  #main.career .project .img-container {
    padding: 0 16px;
  }
  /* line 896, ../sass/app/_career.scss */
  #main.career .join {
    min-height: calc(100vh - 443px);
  }
  /* line 898, ../sass/app/_career.scss */
  #main.career .join .inner {
    width: 100%;
    margin: 0 auto;
  }
  /* line 905, ../sass/app/_career.scss */
  #main.career .join .search-form {
    background: #fff;
    font-size: 1.4rem;
  }
  /* line 908, ../sass/app/_career.scss */
  #main.career .join .search-form .field {
    height: 46px;
    line-height: 46px;
    border: #c9c9c9 1px solid;
    margin-right: 15px;
    position: relative;
  }
  /* line 914, ../sass/app/_career.scss */
  #main.career .join .search-form .field i {
    color: #acacac;
  }
  /* line 917, ../sass/app/_career.scss */
  #main.career .join .search-form .field .icon {
    height: 46px;
    width: 45px;
    text-align: center;
    font-size: 1.8rem;
  }
  /* line 922, ../sass/app/_career.scss */
  #main.career .join .search-form .field .icon i {
    font-size: inherit;
  }
  /* line 926, ../sass/app/_career.scss */
  #main.career .join .search-form .field .name {
    margin: 0 20px 0 46px;
    font-size: 1.6rem;
  }
  /* line 930, ../sass/app/_career.scss */
  #main.career .join .search-form .field .arr {
    height: 46px;
    width: 20px;
    text-align: center;
  }
  /* line 935, ../sass/app/_career.scss */
  #main.career .join .search-form .field .items {
    position: absolute;
    top: 47px;
    left: -1px;
    width: 100%;
    height: auto;
    display: none;
    z-index: 99;
    border: #ccc 1px solid;
    border-top: none;
    background: #fff;
    -moz-box-shadow: 0 3px 15px -5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 15px -5px rgba(0, 0, 0, 0.1);
  }
  /* line 947, ../sass/app/_career.scss */
  #main.career .join .search-form .field .items .item {
    height: 45px;
    text-indent: 10px;
    line-height: 45px;
    font-size: 16px;
    font-weight: lighter;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 955, ../sass/app/_career.scss */
  #main.career .join .search-form .field .items .item:hover {
    background: #eee;
  }
  /* line 960, ../sass/app/_career.scss */
  #main.career .join .search-form .field.active .items {
    display: block;
  }
  /* line 964, ../sass/app/_career.scss */
  #main.career .join .search-form .submit {
    height: 46px;
    line-height: 46px;
    width: 258px;
    border: #c9c9c9 1px solid;
    text-align: center;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
    font-size: 1.6rem;
  }
  /* line 973, ../sass/app/_career.scss */
  #main.career .join .search-form .submit:hover {
    background: #e60012;
    border-color: #e60012;
    color: #fff;
  }
  /* line 978, ../sass/app/_career.scss */
  #main.career .join .search-form .submit:active {
    -moz-box-shadow: 0px 0 10px #791216 inset;
    -webkit-box-shadow: 0px 0 10px #791216 inset;
    box-shadow: 0px 0 10px #791216 inset;
  }
  /* line 982, ../sass/app/_career.scss */
  #main.career .join .search-form .job-name, #main.career .join .search-form .job-loc, #main.career .join .search-form .job-pt {
    width: 296px;
    cursor: pointer;
  }
  /* line 987, ../sass/app/_career.scss */
  #main.career .join .loading {
    padding: 60px 0;
    display: none;
  }
  /* line 990, ../sass/app/_career.scss */
  #main.career .join .loading .loading-animate {
    margin: 0 auto;
    color: #e60012;
  }
  /* line 994, ../sass/app/_career.scss */
  #main.career .join .loading.active {
    display: block;
  }
  /* line 999, ../sass/app/_career.scss */
  #main.career .join .job .items .item-header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 1001, ../sass/app/_career.scss */
  #main.career .join .job .items .item-header .title {
    height: 45px;
    line-height: 45px;
    background: #eeeeee;
    text-align: center;
    font-size: 1.6rem;
  }
  /* line 1010, ../sass/app/_career.scss */
  #main.career .join .job .items .item-body .item, #main.career .join .job .items .item-body .info {
    width: 100%;
  }
  /* line 1013, ../sass/app/_career.scss */
  #main.career .join .job .items .item-body .info {
    border-bottom: #cccccc 1px solid;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 1017, ../sass/app/_career.scss */
  #main.career .join .job .items .item-body .title {
    height: 61px;
    line-height: 61px;
    text-align: center;
  }
  /* line 1021, ../sass/app/_career.scss */
  #main.career .join .job .items .item-body .title.position {
    color: #e60012;
    font-size: 1.6rem;
  }
  /* line 1025, ../sass/app/_career.scss */
  #main.career .join .job .items .item-body .title.arr {
    font-weight: bold;
    cursor: pointer;
  }
  /* line 1031, ../sass/app/_career.scss */
  #main.career .join .job .items .item-body .content {
    border-bottom: #cccccc 1px solid;
    display: none;
  }
  /* line 1034, ../sass/app/_career.scss */
  #main.career .join .job .items .item-body .content .left, #main.career .join .job .items .item-body .content .right {
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 45px;
    line-height: 1.6em;
  }
  /* line 1039, ../sass/app/_career.scss */
  #main.career .join .job .items .item-body .content .left .name, #main.career .join .job .items .item-body .content .right .name {
    font-weight: bold;
    padding-bottom: 10px;
  }
  /* line 1044, ../sass/app/_career.scss */
  #main.career .join .job .items .item-body .content .left {
    padding-left: 100px;
  }
  /* line 1047, ../sass/app/_career.scss */
  #main.career .join .job .items .item-body .content .right {
    padding-right: 100px;
  }
  /* line 1053, ../sass/app/_career.scss */
  #main.career .join .job .items .item-body .item.active .title.arr {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* line 1056, ../sass/app/_career.scss */
  #main.career .join .job .items .item-body .item.active .content {
    display: block;
  }
  /* line 1061, ../sass/app/_career.scss */
  #main.career .join .job .items .ad {
    width: 100%;
    line-height: 1.6;
    color: #333333;
    font-size: 1.5rem;
    text-align: center;
  }
  /* line 1067, ../sass/app/_career.scss */
  #main.career .join .job .items .ad .red {
    color: #e60012;
  }
  /* line 1071, ../sass/app/_career.scss */
  #main.career .join .job .items .pagi {
    text-align: center;
  }





  @media only screen and (min-width: 768px) {
    /* line 1084, ../sass/app/_career.scss */
    #main.career .idea .section .explain .cover .normal {
      background-position: center -50px;
    }
    /* line 1089, ../sass/app/_career.scss */
    #main.career .idea .section .explain .cover .hover .img img {
      width: 50%;
    }
    /* line 1098, ../sass/app/_career.scss */
    #main.career .idea .section .pay-frame .item-wrap .item {
      width: 7%;
    }
    /* line 1100, ../sass/app/_career.scss */
    #main.career .idea .section .pay-frame .item-wrap .item .item-icon {
      height: 45px;
    }
  }
  @media only screen and (min-width: 1024px) {
    /* line 1118, ../sass/app/_career.scss */
    #main.career .idea .section .explain .cover .normal {
      background-position: center -100px;
    }
    /* line 1123, ../sass/app/_career.scss */
    #main.career .idea .section .explain .cover .hover .img img {
      width: 40%;
    }
    /* line 1132, ../sass/app/_career.scss */
    #main.career .idea .section .pay-frame .item-wrap .item {
      width: 7%;
    }
    /* line 1134, ../sass/app/_career.scss */
    #main.career .idea .section .pay-frame .item-wrap .item .item-icon {
      height: 45px;
    }
  }
  /* line 1, ../sass/app/_contact.scss */
  #main.contact {
    margin-bottom: 55px;
  }
  /* line 3, ../sass/app/_contact.scss */
  #main.contact .page-name {
    text-align: center;
    font-size: 24px;
  }
  /* line 7, ../sass/app/_contact.scss */
  #main.contact .index {
    margin-top: 50px;
  }
  /* line 9, ../sass/app/_contact.scss */
  #main.contact .index .address {
    color: #333333;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: center;
  }
  /* line 14, ../sass/app/_contact.scss */
  #main.contact .index .address .loc {
    text-align: center;
    margin-bottom: 15px;
  }
  /* line 17, ../sass/app/_contact.scss */
  #main.contact .index .address .loc img {
    display: inline-block;
  }
  /* line 22, ../sass/app/_contact.scss */
  #main.contact .index .map {
    padding: 35px 16px;
  }
  /* line 24, ../sass/app/_contact.scss */
  #main.contact .index .map img {
    margin: 0 auto;
  }

  /* -------------------------------企业文化-------------------------------- */
  #home .en_culture{
    width: 100%;
  }
  #home .en_culture .en_culture_title{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding-top: 65px;
  }
  #home .en_culture .en_culture_title .en_title{
    width: 100%;
    font-size: 2rem;
  }
  #home .en_culture .en_culture_title .en_culture_line{
    width: 0px;
    height: 35px;
    margin: 15px auto;
    border: 1px solid #b4171f;
  }
  #home .en_culture .en_culture_title p{
    font-size: 1rem;
    color: #4d4d4d;
    line-height: 1.6;
  }
  #home .en_culture .en_culture_sologn{
    width: 100%;
    height: 878px;
    background-image: url(/uploads/image/sihome/en_idea_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 583px;
    box-sizing: border-box;
    padding-top: 40px;
  }
  #home .en_culture .en_culture_sologn .en_culture_sologn_content{
    width: 90%;
    /* height: 646px; */
    margin: 0 auto;
  }
  #home .en_culture .en_culture_sologn .en_culture_sologn_content li{
    width: 48%;
    height: 290px;
    text-align: center;
    box-sizing: border-box;
    padding: 55px 10px 0px;
    margin-bottom: 14px;
    box-shadow: 0px 0px 15px #939393;
    background-color: #fff;
    float: left;
  }
  #home .en_culture .en_culture_sologn .en_culture_sologn_content li:nth-of-type(2n-1){
    margin-right: 14px;
  }
  #home .en_culture .en_culture_sologn .en_culture_sologn_content li .en_culture_img{
    width: 100%;
    margin-bottom: 40px;
  }
  #home .en_culture .en_culture_sologn .en_culture_sologn_content li .en_culture_img img{
    width: 68px;
    height: 70px;
    margin: 0 auto;
  }
  #home .en_culture .en_culture_sologn .en_culture_sologn_content li p:nth-of-type(1){
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  #home .en_culture .en_culture_sologn .en_culture_sologn_content li p:nth-of-type(2){
    font-size: 0.8rem;
    color: #4d4d4d;
    line-height: 1.6;
    margin-top: 20px;
  }
  /* line 308, ../sass/app/_career.scss */
  #home .en_culture .pay-frame {
    width: 100%;
    height: 440px;
    background-image: url(/uploads/image/sihome/en_spirit_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
    box-sizing: border-box;
    padding: 50px 15px 0;
    /* margin: 27px auto 0; */
  }
  #home .en_culture .pay-frame .en_sp_title{
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
  }

  /* line 364, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .item-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  /* line 368, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .item-wrap .item {
    position: relative;
    width: 15%;
    margin: 80px 10px 5px;
  }
  /* line 371, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .item-wrap .item .item-icon {
    width: 100%;
    height: 75px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  /* line 380, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .item-wrap .item:first-child .item-icon {
    background-image: ;
  }
  /* line 386, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .item-wrap .item:nth-child(2) .item-icon {
    background-image: ;
  }
  /* line 392, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .item-wrap .item:nth-child(3) .item-icon {
    background-image: ;
  }
  /* line 398, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .item-wrap .item:last-child .item-icon {
    background-image: ;
  }
  /* line 405, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .item-wrap .item.active:first-child .item-icon {
    background-image: ;
  }
  /* line 411, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .item-wrap .item.active:nth-child(2) .item-icon {
    background-image: ;
  }
  /* line 417, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .item-wrap .item.active:nth-child(3) .item-icon {
    background-image: ;
  }
  /* line 423, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .item-wrap .item.active:last-child .item-icon {
    background-image: ;
  }
  /* line 429, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .item-wrap .item .item-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  /* line 434, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .item-wrap .item .divider {
    width: 40px;
    height: 1px;
    background: rgba(127, 130, 135, 0.3);
    margin: 20px auto;
  }
  /* line 440, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .item-wrap .item .item-detail {
    font-size: 14px;
    text-align: center;
    line-height: 24px;
  }
  /* line 445, ../sass/app/_career.scss */
  /* #home .en_culture .pay-frame .item-wrap .item::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    top: -9px;
    background-image: ;
  } */
  /* line 457, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .detail-wrap {
    width: 100%;
    height: 170px;
    /* background-color: pink; */
    /* overflow: hidden; */
    position: relative;
    /* margin-top: 15px; */
  }
  /* line 465, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .detail-wrap .detail-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* filter: progid:dximagetransform.microsoft.alpha(opacity=0); */
    opacity: 0;
    -moz-transition: opacify 0.2s ease;
    -o-transition: opacify 0.2s ease;
    -webkit-transition: opacify 0.2s ease;
    transition: opacify 0.2s ease;
  }
  /* line 472, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .detail-wrap .detail-item.active {
    filter: progid:dximagetransform.microsoft.alpha(enabled=false);
    opacity: 1;
  }
  /* line 475, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .detail-wrap .detail-item .text-item {
    width: 100%;
    text-align: center;
  }
  /* line 380, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .detail-wrap .words_one{
    background-image: ;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
  }
  /* line 386, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .detail-wrap .words_two{
    background-image: ;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
  }
  /* line 392, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .detail-wrap .words_three{
    background-image: ;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
  }
  /* line 398, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .detail-wrap .words_four{
    background-image: ;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
  }

  /* ------------------------英文手机端------------------------- */
  /* line 380, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .detail-wrap .en_enl_words_one{
    background-image: ;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
  }
  /* line 386, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .detail-wrap .en_enl_words_two{
    background-image: ;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
  }
  /* line 392, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .detail-wrap .en_enl_words_three{
    background-image: ;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
  }
  /* line 398, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .detail-wrap .en_enl_words_four{
    background-image: ;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
  }
  #home .en_culture .pay-frame .en_enl_detail-wrap{
    margin-top: -20px;
  }

  /* line 477, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .detail-wrap .detail-item .text-item .text-title {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 45px;
  }
  /* line 483, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .detail-wrap .detail-item .text-item .text-detail {
    width: 100%;
    font-size: 1rem;
    text-align: center;
    line-height: 1.6;
    color: #4d4d4d;
    box-sizing: border-box;
    padding: 0 7px;
  }
  /* line 496, ../sass/app/_career.scss */
  #home .en_culture .pay-frame .detail-wrap .detail-item::after {
    display: block;
    content: '';
    clear: both;
  }

  /* -------------------------关于盛天------------------------- */
  #home .en_about{
    width: 100%;
    height: 1630px;
    box-sizing: border-box;
  }
  #home .en_about .en_about_title{
    width: 100%;
    box-sizing: border-box;
    padding: 60px 0 25px;
  }
  #home .en_about .en_about_title .en_title{
    width: 100%;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
  }
  #home .en_about .en_about_title .en_about_line{
    width: 0px;
    height: 35px;
    margin: 0 auto;
    border: 1px solid #b4171f;
  }
  #home .en_about .en_about_show{
    width: 100%;
    height: 385px;
  }
  #home .en_about .en_about_show .en_about_down{
    width: 90%;
    height: 100%;
    margin-left: 10%;
    background-color: #4d4d4d;
    box-sizing: border-box;
    padding-top: 20px;
  }
  #home .en_about .en_about_show .en_about_down .name{
    margin-left:40px;
    font-size:  0.8rem;
    color: #ffffff;
    position: relative;
    transition:1s all;
  }
  #home .en_about .en_about_show .en_about_down span:not(.dot){
    line-height: 35px;
    font-weight: bold;
    font-size: 0.9rem;
    color: #b1b1b1;
    margin-bottom:35px;
    transition:1s all 200ms;
  }
  #home .en_about .en_about_show .en_about_down .tag{
    line-height: 20px;
    margin-left: 20px;
    font-weight: bold;
    font-size: 22px;
  }
  #home .en_about .en_about_show .en_about_down .dot{
    margin: 0 5px;;
    font-size: 1.2rem;
    font-weight: 900;
    color: #d94a41;
  }
  #home .en_about .en_about_show .swiper-container .swiper-button-next,#home .en_about .en_about_show .swiper-container .swiper-button-prev{
    top: 78%;
  }
  #home .en_about .swiper-container {
    width: 94%;
    height: 315px;
    top: -75%;
    left: 0;
  }

  #home .en_about .swiper-slide {
    width: 100%;
    height: 195px;
    margin-top: 10px;
    /* center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #home .en_about .swiper-slide img{
    width: 100%;
    height: 100%;
  }
  #home .en_about .en_about_words{
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 38px;
  }
  #home .en_about .en_about_words p{
    font-size: 1.1rem;
    color: #4d4d4d;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 20px;
  }
  #home .en_about .en_about_video{
    width: 90%;
    margin: 0 auto;
  }
  #home .en_about .en_about_video video{
    /* width: 372px; */
    height: 224px;
  }
  #home .en_about .en_about_video img{
    width: 100%;
    height: 100%;
  }
  #home .en_about .en_about_number{
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 0;
  }
  #home .en_about .en_about_number .en_about_number_content{
    width: 100%;
    height: 100%;
  }
  #home .en_about .en_about_number .en_about_number_content li{
    float: left;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(1),
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(2),
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(3){
    width: 25%;
    height: 110px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(3){
    box-sizing: border-box;
    padding-top: 25px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(1),
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(2){
    margin-right: 46px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(1)::before,
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(2)::before{
    content: "|";
    color: #9a9a9a;
    font-size: 1.6rem;
    position: relative;
    top: 30px;
    left: 110px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(4),
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(5){
    width: 45%;
    height: 90px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(4)::before{
    content: "|";
    color: #9a9a9a;
    font-size: 1.6rem;
    position: relative;
    top: 30px;
    left: 180px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(4){
    margin-right: 37px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(5){
    box-sizing: border-box;
    padding-top: 25px;
  }
  #home .en_about .en_about_number .en_about_number_content li .number_title{
    font-size: 1rem;
    color: #4d4d4d;
    text-align: center;
    margin-bottom: 15px;
  }
  #home .en_about .en_about_number .en_about_number_content li .about_number{
    font-size: 1.3rem;
    color: #b4171f;
    /* letter-spacing: 2px; */
    text-align: center;
    font-weight: bold;
  }

  #home .en_about .swiper-container .swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box;left: 0;}


  /* ----------------------------英文版样式---------------------------- */
  #home .enl_en_about{
    width: 100%;
    height: 1600px;
  }
  #home .en_culture .en_culture_sologn .en_culture_sologn_content li .enl_en_culture_img{
    width: 100%;
    margin-bottom: 15px;
  }
  #home .en_culture .en_culture_sologn .en_culture_sologn_content li p.enl_pro{
    line-height: 1.4;
    margin-top: 10px;
  }
  #home .en_culture .en_culture_sologn .en_culture_sologn_content li.enl_li{
    padding-top: 30px;
    margin-bottom: 12px;
  }
  #home .en_culture .pay-frame .detail-wrap .detail-item .text-item .text-title {
    margin-top: 20px;
  }
  #home .en_culture .en_culture_sologn .en_culture_sologn_content li.enl_li:nth-child(1),
  #home .en_culture .en_culture_sologn .en_culture_sologn_content li.enl_li:nth-child(2){
    height: 260px;
  }

  /* --------------------------手机端英文版样式------------------------------ */
  #home .en_about .en_about_words p.enl_sh_pro{
    font-size: 1rem;
    line-height: 22px;
  }
  #home .s_title>p.en_enl_scs{
    font-size: 22px;
  }
  #home .s_title>p.en_enl_scspro{
    font-size: 16px;
    letter-spacing: 0;
  }
  #home .en_culture .en_enl_culture_sologn{
    width: 100%;
    height: 878px;
    background-image: url(/uploads/image/sihome/en_enl_idea_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 583px;
  }
  #main.about .history .time-line-tabs .tab_item-wrap .time-line-container .en_enl_section .item .content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #4d4d4d;
    text-align:left;
    word-break: break-all;
  }
}

/* @media screen and (max-width:800px){
    #home .en_culture .pay-frame .item-wrap .item .item-icon {
        height: 115px;
      }
      #home .en_culture .pay-frame {
        height: 545px;
        padding: 80px 15px 0;
    }
    #home .en_culture .pay-frame .en_sp_title{
        font-size: 1.8rem;
    }
    #home .en_culture .pay-frame .item-wrap .item {
        position: relative;
        width: 15%;
        margin: 182px 16px 5px;
      }
    #home .en_culture .pay-frame .detail-wrap {
    margin-top: 15px;
  }
  #home .en_culture .pay-frame {
    height: 700px;
}
#home .en_culture .en_culture_sologn{
    height: 1092px;
    background-position: 0 545px;
}
#home .en_culture .en_culture_title p{
    font-size: 1.4rem;
}
#home .en_culture .en_culture_sologn .en_culture_sologn_content li p:nth-of-type(2){
    font-size: 1.2rem;
}
#home .s_tit{
    margin-top: -10px;
}
#home .s_tit p:nth-of-type(1){
    font-size: 2.6rem;
}
#home .s_tit p:nth-of-type(2){
    font-size: 1.8rem;
    line-height: 70px;
}
} */

@media screen and (max-width:800px){
  #home .en_about .en_about_video video{
    height: 390px;
  }
  #home .en_about .en_about_show{
    height: 530px;
  }
  #home .en_about .swiper-slide{
    height: 320px;
  }
  #home .en_about .swiper-container{
    height: 460px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(1),
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(2){
    margin-right: 65px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(1)::before,
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(2)::before{
    left: 185px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(4){
    margin-right: 10px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(4)::before{
    left: 320px;
  }
  #home .en_about .en_about_show .swiper-container .swiper-button-prev{
    left: 350px;
  }
  #home .en_about .en_about_show .swiper-container .swiper-button-next{
    right: 200px;
  }
  #home .en_culture .en_culture_sologn{
    height: 1080px;
    background-position: 0 533px;
  }
  #home .en_culture .en_enl_culture_sologn{
    height: 1080px;
    background-position: 0 533px;
  }
  #home .en_culture .pay-frame{
    height: 500px;
  }
  #home .en_culture .pay-frame .item-wrap .item .item-icon{
    height: 110px;
  }
  #home .s_title{
    position: absolute;
    top: 250px;
    left: 50%;
    width: 100%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #home .s_title>p{
    font-size: 2rem;
    /* line-height: 40px; */
    letter-spacing: 4.5px;
    color: #fff;
    padding: 0 14px;
    font-weight: bold;
    text-align: center;
  }
  #home .s_title>p:last-child{
    font-size: 1.1rem;
    letter-spacing: 3.3px;
    text-align: center;
    margin-top: 30px;
  }
  #home .enl_en_about{
    height: 1700px;
  }
}

@media screen and (max-width:500px){
  #home .en_about .en_about_video video{
    height: 210px;
  }
  #home .en_about .swiper-slide{
    margin-top: 15px;
    height: 195px;
  }
  #home .en_about .swiper-container{
    height: 315px;
  }
  #home .en_about .en_about_show{
    height: 385px;
  }
  #home .s_title{
    position: absolute;
    top: 160px;
    left: 50%;
    width: 100%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #home .s_title>p{
    font-size: 2rem;
    /* line-height: 40px; */
    letter-spacing: 4.5px;
    color: #fff;
    padding: 0 14px;
    font-weight: bold;
    text-align: center;
  }
  #home .s_title>p:last-child{
    font-size: 1.1rem;
    letter-spacing: 3.3px;
    text-align: center;
    margin-top: 25px;
  }
  #home .en_client{
    width: 100%;
    height: 1800px;
  }
  #home .en_client .en_client_title{
    width: 100%;
    box-sizing: border-box;
    padding-top: 70px;
  }
  #home .en_client .en_client_title .en_title{
    width: 100%;
    font-size: 2rem;
    text-align: center;
  }
  #home .en_client .en_client_title .en_client_line{
    width: 0px;
    height: 48px;
    margin: 26px auto;
    border: 1px solid #b4171f;
  }
  #home .en_client .en_client_image{
    width: 100%;
  }
  #home .en_client .en_client_image img{
    width: 100%;
    height: 100%;
  }
  #home .en_client .en_client_detail{
    width: 90%;
    height: 1000px;
    box-sizing: border-box;
    padding-top: 70px;
    margin: 0 auto;
  }
  #home .en_client .en_client_detail .en_client_detail_show{
    width: 100%;
    height: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #home .en_client .en_client_detail .en_client_detail_show li{
    width: 47%;
    height: 240px;
    border: 1px solid #b4171f;
    text-align: center;
    box-sizing: border-box;
    padding:10px 10px 30px 10px;
    /*float: left;*/
    margin-bottom: 10px;
  }
  /*#home .en_client .en_client_detail .en_client_detail_show li:nth-of-type(2n-1){
    margin-right: 12px;
  }*/
  #home .en_client .en_client_detail .en_client_detail_show li .en_client_detail_img{
    width: 100%;
    height: 115px;
    position: relative;
  }
  #home .en_client .en_client_detail .en_client_detail_show li .en_client_detail_img img{
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  #home .en_client .en_client_detail .en_client_detail_show li h3{
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
  }
  #home .en_client .en_client_detail .en_client_detail_show li p{
    font-size: 0.75rem;
    color: #4d4d4d;
    line-height: 20px;
  }
  #home .en_client .en_client_detail .en_client_detail_show .sanl .sanl_img .sanl_img_show {
    width: 95px;
    height: 90px;
  }
  #home .en_culture .pay-frame .detail-wrap .detail-item .text-item .text-title {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 30px;
  }
  #home .en_culture .pay-frame .detail-wrap .detail-item .text-item .text-detail {
    font-size: 1rem;
  }
  #home .en_about .en_about_number{
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 0;
  }
  #home .en_about .en_about_number .en_about_number_content{
    width: 100%;
    height: 100%;
  }
  #home .en_about .en_about_number .en_about_number_content li{
    float: left;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(1),
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(2),
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(3){
    width: 25%;
    height: 110px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(3){
    box-sizing: border-box;
    padding-top: 25px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(1),
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(2){
    margin-right: 46px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(1)::before,
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(2)::before{
    content: "|";
    color: #9a9a9a;
    font-size: 1.6rem;
    position: relative;
    top: 30px;
    left: 110px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(4),
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(5){
    width: 45%;
    height: 90px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(4)::before{
    content: "|";
    color: #9a9a9a;
    font-size: 1.6rem;
    position: relative;
    top: 30px;
    left: 180px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(4){
    margin-right: 37px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(5){
    box-sizing: border-box;
    padding-top: 25px;
  }
  #home .en_about .en_about_number .en_about_number_content li .number_title{
    font-size: 1rem;
    color: #4d4d4d;
    text-align: center;
    margin-bottom: 15px;
  }
  #home .en_about .en_about_number .en_about_number_content li .about_number{
    font-size: 1.3rem;
    color: #b4171f;
    /* letter-spacing: 2px; */
    text-align: center;
    font-weight: bold;
  }
  #home .en_about .en_about_show .swiper-container .swiper-button-prev{
    left: 140px;
  }
  #home .en_about .en_about_show .swiper-container .swiper-button-next{
    right: 85px;
  }
  #home .en_culture .en_culture_sologn{
    height: 865px;
    background-position: 0 576px;
  }
  #home .en_culture .en_enl_culture_sologn{
    height: 815px;
    background-position: 0 535px;
  }
  #home .en_culture .pay-frame .item-wrap .item{
    margin-top: 55px;
  }
  #home .en_culture .pay-frame{
    height: 440px;
  }

  /* --------------------英文版样式----------------------- */
  #home .en_client .en_client_detail .en_client_detail_show li.enl_client_show{
    padding-top: 0;
  }
  #home .en_client .en_client_detail .en_client_detail_show li p.enl_client_pro{
    line-height: 15px;
  }
  #home .en_about .en_about_show .en_about_down .en_enl_dot{
    margin: 0 10px;
  }
  #home .en_about .en_about_show .en_about_down .en_enl_name{
    margin-left: -15%;
  }
  #home .en_about .en_about_number .en_about_number_content li .en_enl_number_title{
    font-size: 14px;
  }
  #home .en_about .en_about_number .en_about_number_content li .en_enl_about_number{
    font-size: 15px;
  }
  #home .en_client .en_client_detail .en_client_detail_show li .en_enl_h3{
    font-size: 1rem;
  }
  #home .s_title>p.en_enl_scs{
    font-size: 22px;
  }
  #home .s_title>p.en_enl_scspro{
    font-size: 16px;
    letter-spacing: 0;
  }
  #home .en_about .en_about_number .en_about_number_content li p.en_enl_about_number01{
    margin-top: 30px;
  }
  #home .en_about .en_about_number .en_about_number_content li p.en_enl_about_number02{
    margin-top: 30px;
  }
  #home .enl_en_about{
    width: 100%;
    height: 1600px;
  }
}
@media screen and (max-width:411px){
  #home .en_about .en_about_video video{
    height: 215px;
  }
  #home .en_about .swiper-slide{
    margin-top: 15px;
    height: 185px;
  }
  #home .en_about .swiper-container{
    height: 305px;
  }
  #home .en_about .en_about_show{
    height: 375px;
  }
  /*#home .en_client .en_client_detail .en_client_detail_show li:nth-of-type(2n-1){
    margin-right: 9px;
  }*/
  #home .en_culture .en_culture_sologn{
    height: 876px;
  }
  #home .en_culture .en_enl_culture_sologn{
    height: 813px;
  }
  #home .en_culture .pay-frame {
    height: 437px;
  }
  #home .en_culture .en_culture_title p{
    font-size: 1rem;
  }
  #home .en_culture .en_culture_sologn .en_culture_sologn_content li p:nth-of-type(1){
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  #home .en_culture .en_culture_sologn .en_culture_sologn_content li p:nth-of-type(2){
    font-size: 0.8rem;
    color: #4d4d4d;
    line-height: 1.4;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(1),
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(2){
    margin-right: 46px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(1)::before,
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(2)::before{
    left: 110px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(4){
    margin-right: 37px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(4)::before{
    left: 180px;
  }
  #home .en_about .en_about_show .swiper-container .swiper-button-prev{
    left: 140px;
  }
  #home .en_about .en_about_show .swiper-container .swiper-button-next{
    right: 85px;
  }
  #home .en_culture .en_culture_sologn{
    background-position: 0 583px;
  }
  #home .en_culture .en_enl_culture_sologn{
    background-position: 0 548px;
  }
  #home .en_culture .pay-frame .item-wrap .item{
    margin-top: 50px;
  }
  #home .en_about .en_about_number .en_about_number_content li p.en_enl_about_number02{
    margin-top: 30px;
  }
}
@media screen and (max-width:410px){
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(1), #home .en_about .en_about_number .en_about_number_content li:nth-of-type(2) {
    margin-right: 35px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(4) {
    margin-right: 20px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(4)::before {
    left: 170px;
  }
}
@media screen and (max-width:400px){
  #home .en_culture .en_culture_sologn {
    height: 867px;
  }
  #home .en_culture .pay-frame {
    height: 425px;
  }
}
@media screen and (max-width:391px){
  #home .en_culture .en_culture_sologn {
    height: 861px;
  }
  #home .en_culture .pay-frame {
    height: 416px;
  }
}
@media screen and (max-width:390px){
  #home .en_culture .en_culture_sologn {
    height: 860px;
  }
  #home .en_culture .pay-frame {
    height: 413px;
  }
}
@media screen and (max-width:375px){
  #home .en_about .en_about_video video{
    height: 190px;
  }
  #home .en_about .swiper-slide{
    margin-top: 15px;
    height: 185px;
  }
  #home .en_about .swiper-container{
    height: 305px;
  }
  #home .en_about .en_about_show{
    height: 375px;
  }
  #home .s_title{
    position: absolute;
    top: 145px;
    left: 50%;
    width: 100%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #home .s_title>p:last-child{
    font-size: 1.1rem;
    letter-spacing: 3.3px;
    text-align: center;
    margin-top: 18px;
  }
  /*#home .en_client .en_client_detail .en_client_detail_show li{
    width: 163px;
  }
  #home .en_client .en_client_detail .en_client_detail_show li:nth-of-type(2n-1){
    margin-right: 10px;
  }*/
  #home .en_client .en_client_detail .en_client_detail_show li p{
    line-height: 18px;
  }
  #home .en_culture .en_culture_sologn{
    height: 850px;
  }
  #home .en_culture .en_enl_culture_sologn{
    height: 815px;
  }
  #home .en_culture .pay-frame {
    height: 399px;
  }
  #home .en_culture .en_culture_sologn .en_culture_sologn_content li:nth-of-type(2n-1){
    margin-right: 13px;
  }
  #home .en_culture .pay-frame .item-wrap .item {
    margin: 28px 10px 5px;
  }
  #home .en_culture .en_culture_title p{
    font-size: 1rem;
  }
  #home .en_culture .pay-frame .detail-wrap .detail-item .text-item .text-detail{
    font-size: 0.8rem;
  }
  #home .en_culture .en_culture_sologn .en_culture_sologn_content li p:nth-of-type(2){
    font-size: 0.7rem;
    line-height: 1.6;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(1),
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(2){
    margin-right: 42px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(1)::before,
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(2)::before{
    left: 100px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(4){
    margin-right: 33px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(4)::before{
    left: 165px;
  }
  #home .en_about .en_about_show .en_about_down .tag{
    margin-left: 8px;
  }
  #home .en_about .en_about_show .swiper-container .swiper-button-prev{
    left: 140px;
  }
  #home .en_about .en_about_show .swiper-container .swiper-button-next{
    right: 85px;
  }

  /* ----------------------英文版样式--------------------------- */
  #home .en_culture .en_culture_sologn .en_culture_sologn_content li .enl_en_culture_img{
    width: 100%;
    margin-bottom: 15px;
  }
  #home .en_culture .en_culture_sologn .en_culture_sologn_content li p.enl_pro{
    line-height: 1.4;
    margin-top: 10px;
  }
  #home .s_title>p.en_enl_scs{
    font-size: 22px;
  }
  #home .s_title>p.en_enl_scspro{
    font-size: 16px;
    letter-spacing: 0;
  }
  #home .en_about .en_about_number .en_about_number_content li p.en_enl_about_number02{
    margin-top: 0;
  }
}
@media screen and (max-width: 373px){
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(1), #home .en_about .en_about_number .en_about_number_content li:nth-of-type(2) {
    margin-right: 35px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(4) {
    margin-right: 20px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(4)::before {
    left: 156px;
  }
}
@media screen and (max-width:369px){
  #home .en_culture .en_culture_sologn {
    height: 842px;
  }
  #home .en_culture .pay-frame {
    height: 392px;
  }
}
@media screen and (max-width:367px){
  #home .en_culture .en_culture_sologn {
    height: 842px;
  }
  #home .en_culture .pay-frame {
    height: 388px;
  }
}
@media screen and (max-width:365px){
  #home .en_culture .en_culture_sologn {
    height: 842px;
  }
  #home .en_culture .pay-frame {
    height: 386px;
  }
}
@media screen and (max-width:360px){
  #home .en_about .en_about_video video{
    height: 185px;
  }
  #home .s_title{
    position: absolute;
    top: 145px;
    left: 50%;
    width: 100%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #home .s_title>p:last-child{
    font-size: 1.1rem;
    letter-spacing: 3.3px;
    text-align: center;
    margin-top: 18px;
  }
  /*#home .en_client .en_client_detail .en_client_detail_show li{
    width: 157px;
  }*/
  #home .en_client .en_client_detail .en_client_detail_show li{
    height: 240px;
  }
  #home .en_culture .en_culture_sologn{
    height: 839px;
  }
  #home .en_culture .en_enl_culture_sologn{
    height: 786px;
  }
  #home .en_culture .pay-frame {
    height: 383px;
  }
  #home .en_culture .en_culture_sologn .en_culture_sologn_content li:nth-of-type(2n-1){
    margin-right: 12px;
  }
  #home .en_culture .pay-frame .item-wrap .item {
    margin: 30px 10px 5px;
  }
  #home .en_culture .en_culture_title p{
    font-size: 0.9rem;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(1),
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(2){
    margin-right: 40px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(4){
    margin-right: 32px;
  }
  #home .en_about .en_about_show .en_about_down span:not(.dot){
    font-size: 0.8rem;
  }
  #home .en_about .en_about_show .swiper-container .swiper-button-prev{
    left: 140px;
  }
  #home .en_about .en_about_show .swiper-container .swiper-button-next{
    right: 85px;
  }
  #home .en_culture .en_culture_sologn{
    background-position: 0 586px;
  }
  #home .en_culture .en_enl_culture_sologn{
    background-position: 0 540px;
  }
  #home .s_title>p.en_enl_scs{
    font-size: 22px;
  }
  #home .s_title>p.en_enl_scspro{
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 355px){
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(1), #home .en_about .en_about_number .en_about_number_content li:nth-of-type(2) {
    margin-right: 32px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(1)::before, #home .en_about .en_about_number .en_about_number_content li:nth-of-type(2)::before {
    left: 93px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(4) {
    margin-right: 20px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(4)::before {
    left: 150px;
  }
}
@media screen and (max-width:353px){
  #home .en_culture .en_culture_sologn {
    height: 835px;
  }
  #home .en_culture .pay-frame {
    height: 375px;
  }
}
@media screen and (max-width:350px){
  #home .en_culture .en_culture_sologn {
    height: 833px;
  }
  #home .en_culture .pay-frame {
    height: 370px;
  }
}
@media screen and (max-width:343px){
  #home .en_culture .en_culture_sologn {
    height: 830px;
  }
  #home .en_culture .pay-frame {
    height: 345px;
  }
}
@media screen and (max-width:333px){
  #home .en_culture .en_culture_sologn {
    height: 820px;
  }
  #home .en_culture .pay-frame {
    height: 346px;
  }
}
@media screen and (max-width:320px){
  #home .en_about .en_about_video video{
    height: 170px;
  }
  #home .en_about .swiper-slide{
    height: 160px;
  }
  #home .en_about .en_about_show{
    height: 340px;
  }
  #home .en_about .swiper-container{
    height: 275px;
  }
  #home .s_title{
    top: 145px;
  }
  #home .s_title>p:last-child{
    margin-top: 13px;
  }
  #home .en_client{
    height: 3400px;
  }
  #home .en_client .en_client_detail .en_client_detail_show{
    width: 100%;
    height: 100%;
  }
  #home .en_client .en_client_detail .en_client_detail_show li:nth-of-type(2n-1){
    margin: 10px auto;
  }
  #home .en_client .en_client_detail .en_client_detail_show li{
    float: none;
    margin: 0 auto;
    width: 230px;
    height: 265px;
  }
  #home .en_client .en_client_detail .en_client_detail_show li p{
    font-size: 1rem;
    color: #4d4d4d;
    line-height: 25px;
  }
  #home .en_client .en_client_detail .en_client_detail_show .john .john_img{
    height: 160px;
  }
  #home .en_client .en_client_detail .en_client_detail_show li .iwis_img_show{
    height: 94px;
  }
  #home .en_about .en_about_show .en_about_down .name{
    margin-left: 17px;
  }
  #home .en_about .en_about_show .en_about_down .dot{
    margin: 0;
  }
  #home .en_about .en_about_show .swiper-container .swiper-button-prev{
    left: 140px;
  }
  #home .en_about .en_about_show .swiper-container .swiper-button-next{
    right: 85px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(1), #home .en_about .en_about_number .en_about_number_content li:nth-of-type(2){
    margin-right: 35px;
  }
  #home .en_about .en_about_number .en_about_number_content li .about_number{
    font-size: 1.1rem;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(1)::before, #home .en_about .en_about_number .en_about_number_content li:nth-of-type(2)::before{
    left: 85px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(4){
    margin-right: 28px;
  }
  #home .en_about .en_about_number .en_about_number_content li:nth-of-type(4)::before{
    left: 140px;
  }
  #home .en_about .en_about_words p{
    font-size: 1rem;
  }
  #home .en_culture .en_culture_sologn .en_culture_sologn_content li:nth-of-type(2n-1){
    margin-right: 11px;
  }
  #home .en_culture .en_culture_sologn{
    height: 811px;
  }
  #home .en_culture .en_enl_culture_sologn{
    height: 811px;
  }
  #home .en_culture .pay-frame .detail-wrap .detail-item .text-item .text-title{
    margin-top: 20px;
  }
  #home .en_culture .pay-frame{
    height: 339px;
  }
  #home .en_culture .pay-frame .item-wrap .item{
    margin-top: 10px;
  }
}
