body {
  color: #333;
  font-size: 14px
}

[body] {
  overflow: hidden;
  min-width: 320px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

@font-face {
  font-family: 'Gilroy_blod';
  src: url('../../font/Gilroy_blod.ttf') format('truetype');
}

@font-face {
  font-family: 'DINCond_Bold';
  src: url('../../font/DINCond_Bold.ttf') format('truetype');
}

[BGF6F] {
  background: #f6f6f6;
}

[BGF7F] {
  background: #f7f7f7;
}

[BGFFF] {
  background: #ffffff;
}

.cw1760 {
  width: 1760px;
  margin: 0 auto;
}

@media (max-width: 1800px) {
  .cw1760 {
    width: 94%;
  }
}

.cw1620 {
  width: 1620px;
  margin: 0 auto;
}

@media (max-width: 1680px) {
  .cw1620 {
    width: 94%;
  }
}

.cw1500 {
  width: 1500px;
  margin: 0 auto;
}

@media (max-width: 1560px) {
  .cw1500 {
    width: 94%;
  }
}

.cw1400 {
  width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .cw1400 {
    width: 92%;
  }
}

.cw1260 {
  width: 1260px;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .cw1260 {
    width: 92%;
  }
}

.cw1000 {
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1050px) {
  .cw1000 {
    width: 90%;
  }
}

.trans3 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.trans5 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.trans7 {
  transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
}

.trans10 {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.trans15 {
  transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
}


/*导航*/
#header {
  height: 101px;
  z-index: 100;
}

#headblank {
  height: 101px;
  z-index: 2;
}

#header {
  top: 0;
  width: 100%;
  left: 0;
}

#header .logo {
  width: 100px;
  height: 101px;
}

#header .nav {
  margin-top: 45px;
  margin-right: 40px;
}

#header .nav .n1 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: auto;
  height: 19px;
  text-align: center;
}

#header .nav .n1:last-child {
  margin-right: 0;
}

#header .nav .n1 span {
  display: inline-block;
  vertical-align: top;
}

#header .nav .n1 span.ot {
  display: block;
}

#header .nav .cn {
  color: #ffffff;
  font-size: 14px;
  left: 0;
}

#header .nav .en {
  color: #2bac90;
  font-size: 14px;
}

#header .nav .en.en1 {
  width: 0;
  overflow: hidden;
}

#header .nav .n1.cur .cn,
#header .nav .n1:hover .cn {
  color: #2bac90;
}

#header .nav .n1.cur .en {
  width: auto;
}

#header .nav .n1.cur .en,
#header .nav .n1:hover .en {
  margin-left: 4px;
}

#header .phone {
  color: #fff;
  font-size: 14px;
  margin-top: 45px;
  padding-left: 20px;
  background: url(../images/tel.png) no-repeat left center/12px;
}

#header .phone:hover {
  color: #2bac90;
  background-image: url(../images/tel.png);
}

#header.detail {
  border-bottom: 1px solid #f9f9f9;
}

#header.white {
  background: #fff;
}

#header.detail .nav .cn,
#header.detail .phone,
#header.white .phone,
#header.white .nav .cn {
  color: #333333;
}

#header.detail .phone,
#header.white .phone {
  background-image: url(../images/tel.png);
}

#header.white .nav .n1.cur .cn,
#header.detail .nav .n1.cur .cn,
#header.detail .nav .n1:hover .cn,
#header.white .phone:hover,
#header.detail .phone:hover,
#header.white .nav .n1:hover .cn {
  color: #2bac90;
}

/*
 * 导航样式
**/

@media (max-width: 1280px) {

  #headblank,
  #header {
    height: 80px;
  }

  #header .logo {
    width: 80px;
    height: 80px;
  }

  #header .phone,
  #header .nav {
    margin-top: 32px;
  }
}

@media (max-width: 981px) {

  #headblank,
  #header {
    height: 70px;
  }

  #header .logo {
    width: 70px;
    height: 70px;
  }

  #header .nav {
    display: none;
  }

  #header .menu {
    width: 40px;
    height: 70px;
    cursor: pointer;
    background: url(../images/menu2.png) no-repeat center center;
  }

  #header .phone:hover,
  #header .phone {
    font-size: 0;
    height: 24px;
    border: 1px solid #fff;
    width: 24px;
    margin-top: 22px;
    margin-left: 20px;
    padding-left: 0;
    border-radius: 50%;
    background-image: url(../images/phone2.png);
    background-position: center center;
  }

  #header .menu.close {
    background-image: url(../images/close.png) !important;
    -webkit-background-size: 24px auto;
    background-size: 24px auto;
  }

  #header.detail .phone,
  #header.white .phone {
    border: 1px solid #333;
    background-image: url(../images/phone.png);
  }

  #header.detail .menu,
  #header.white .menu {
    background-image: url(../images/menu.png);
  }
}

@media (max-width: 750px) {

  #headblank,
  #header {
    height: 55px;
  }

  #header .phone {
    margin-top: 15px;
  }

  #header .logo {
    width: 55px;
    height: 55px;
  }

  #header .nav {
    display: none;
  }

  #header .menu {
    width: 35px;
    height: 55px;
  }
}


#menu {
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 99;
}

#menu.scroll {
  overflow-y: auto;
}

#menu.scroll::-webkit-scrollbar {
  width: 4px;
  height: 1px;
  z-index: 8;
  position: relative;
}

#menu.scroll::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: #666;
}

#menu.scroll::-webkit-scrollbar-track {
  border-radius: 50px;
  background: #e5e5e5;
}

#menu .nav {
  padding-top: 70px;
}

#menu .n1 {
  border-top: 1px solid rgba(0, 0, 0, .3);
  padding: 12px 3%;
  width: 94%;
}

#menu .n1 .one {
  color: #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}

#menu .n1 .one .en {
  color: #666;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 6px;
}

#menu .n1 .btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url(../images/n_add2.png) no-repeat center center;
}

#menu .n1 .btn.in {
  background-image: url(../images/j_jess.png);
  -webkit-background-size: 16px 2px;
  background-size: 16px 2px;
}

#menu .n1 .two {
  height: 0;
  overflow: hidden;
  width: 100%;
}

#menu .n1 .child {
  font-size: 14px;
  color: #888;
  margin: 12px 0;
}

#menu .n1 .one:hover .en,
#menu .n1 .one:hover {
  color: #38bf9e;
}

/*广告图*/
#index-swiper .mouse {
  width: 100%;
  left: 0;
  text-align: center;
  bottom: 90px;
  z-index: 2;
}

#index-swiper .mouse img {
  width: 20px;
  margin-bottom: 12px;
}

#index-swiper .mouse .tit {
  color: #fff;
  font-size: 14px;
}

#index-swiper .swiper-pagination {
  bottom: 40px;
}

#index-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, .3);
  margin: 0 5px;
  opacity: 1;
}

#index-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #2bac90;
}


/*内页*/
#inner-swiper .content {
  width: 1464px;
  margin: auto;
  z-index: 2;
  text-align: left;
}

#inner-swiper .content .center div {
  border-left: 5px solid rgba(255, 255, 255, .2);
  padding-left: 20px;
}

#inner-swiper .content .cn {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
}

#inner-swiper .content .en {
  color: rgba(255, 255, 255, .2);
  font-size: 70px;
  font-family: 'Gilroy_blod';
  text-transform: uppercase;
}

@media (max-width: 1600px) {
  #inner-swiper .content {
    width: 75%;
  }

  #inner-swiper .content .en {
    font-size: 60px;
  }
}

@media (max-width: 1440px) {
  #index-swiper .swiper-pagination {
    bottom: 20px;
  }

  #index-swiper .mouse {
    bottom: 50px;
  }

  #index-swiper .mouse img {
    margin-bottom: 10px;
  }

  #inner-swiper .content .en {
    font-size: 45px;
  }
}

@media (max-width: 1200px) {
  #inner-swiper .content .cn {
    font-size: 24px;
  }

  #inner-swiper .content .en {
    font-size: 40px;
  }
}

@media (max-width: 981px) {
  #index-swiper .mouse {
    display: none;
  }

  #inner-swiper .content .cn {
    font-size: 20px;
  }

  #inner-swiper .content .en {
    font-size: 36px;
  }
}

@media (max-width: 850px) {
  #inner-swiper .content .cn {
    font-size: 18px;
  }

  #inner-swiper .content .en {
    font-size: 32px;
  }
}

@media (max-width: 750px) {

  #inner-swiper .content,
  #index-swiper .pc,
  #inner-swiper .pc {
    display: none;
  }

  #inner-swiper .mi,
  #index-swiper .mi {
    display: inline-block;
  }
}


/*面包屑*/
#bread {
  margin-bottom: 20px;
}

#bread .cw1760 a.mobile {
  display: none;
}

#bread .cw1760 a {
  margin-bottom: 20px;
  margin-right: 3.86%;
  font-size: 16px;
  color: #333333;
}

#bread .cw1760 a.cur,
#bread .cw1760 a:hover {
  color: #38bf9e;
}

#bread .cw1400 {
  margin: 45px auto 60px;
}

#bread .cw1400 .inline-block {
  color: #888888;
  font-size: 14px;
}

#bread .cw1400 .home {
  width: 20px;
  height: 18px;
  background: url(../images/home.png) no-repeat center center/100% 100%;
}

#bread .cw1400 .home:hover {
  background-image: url(../images/home2.png);
}

#bread .cw1400 span {
  margin: 0 6px;
}

@media (max-width: 1050px) {
  #bread .cw1400 {
    margin-bottom: 45px;
    margin-top: 35px;
  }
}

@media (max-width: 750px) {

  #bread .cw1760 .mobile.cur,
  #bread .cw1760 a.cur {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
  }

  #bread .cw1760 a.all,
  #bread .cw1760 a {
    display: none;
    margin-right: 0;
  }

  #bread .cw1400 .inline-block {
    font-size: 13px;
  }
}

@media(max-width: 450px) {
  #bread .cw1400 {
    margin-bottom: 35px;
  }

  #bread .cw1400 .inline-block {
    font-size: 12px;
  }

  #bread .cw1400 .home {
    height: 16px;
  }

  #bread .cw1400 span {
    margin: 0 3px;
  }
}

/*公共*/
#main.mar {
  margin: 60px 0 100px;
}

#main .page_btn {
  margin-top: 60px;
  text-align: center;
  color: #999999;
  font-size: 16px;
  line-height: 30px;
}

#main .page_btn span {
  width: 35px;
  height: 30px;
  margin-right: 15px;
  background: url(../images/loading.gif) no-repeat center center/100%;
}

@media (max-width: 750px) {
  #main.mar {
    margin: 50px 0 80px;
  }
}

/*首页*/
#index .public {
  padding-top: 4.28%;
  margin-bottom: 3.57%;
}

#index .public .cn {
  color: #666666;
  font-size: 24px;
  font-weight: bold;
}

#index .public .en {
  text-transform: uppercase;
  color: #38bf9e;
  font-size: 80px;
  font-family: 'Gilroy_blod';
  margin-bottom: 1.2%;
  margin-top: 1%;
}

#index .public .desc {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}

#index .ind-service {
  margin-bottom: 80px;
}

#index .ind-service .service {
  width: 24.74%;
}

#index .ind-service .service:nth-child(2) {
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}
#index .ind-service .service:nth-child(3) {
  border-right: 1px solid #d4d4d4;
}

#index .ind-service .service .img {
  width: 112px;
  height: 125px;
  margin: 0 auto 5.67%;
}

#index .ind-service .service .i1 {
  overflow: hidden;
}

#index .ind-service .service .i2 {
  height: 0;
  overflow: hidden;
}

#index .ind-service .service .name {
  width: 92%;
  margin: 0 auto;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}

#index .ind-service .service .desc {
  width: 92%;
  margin: 0 auto;
  color: #888888;
  font-size: 16px;
  margin-top: 3.78%;
  margin-bottom: 5.67%;
}

#index .ind-service .service .more {
  width: 60px;
  height: 60px;
  transform: scale(0);
  overflow: hidden;
  margin: 0 auto;
  background: url(../images/btn1.png) no-repeat center center;
}

#index .ind-service .service:hover {
  padding-bottom: 0;
}

#index .ind-service .service:hover .i1 {
  height: 0;
}

#index .ind-service .service:hover .i2 {
  height: auto;
  transform: scale(1.1);
}

#index .ind-service .service:hover .name {
  color: #38bf9e;
}

#index .ind-service .service:hover .more {
  transform: scale(1);
}

#index .ind-news {
  padding-bottom: 80px;
  background: #f8f8f8;
}

#index .ind-news .list .dis {
  width: 31.3%;
  margin-right: 3%;
}

#index .ind-news .list .dis:nth-child(3) {
  margin-right: 0;
}

#index .ind-news .list .dis:nth-child(4) {
  display: none;
}

#index .ind-news .list .dis .z-pic:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 48%;
}

#index .ind-news .list .dis .z-pic:hover img {
  transform: scale(1.05);
}

#index .ind-news .list .dis .con {
  width: 92%;
  padding: 20px 4%;
  background: #fff;
}

#index .ind-news .list .dis .con .name {
  color: #333333;
  font-size: 18px;
}

#index .ind-news .list .dis .con .name:hover {
  color: #38bf9e;
}

#index .ind-news .list .dis .con .date,
#index .ind-news .list .dis .con .desc {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  margin-top: 5.88%;
}

#index .ind-news .list .dis .con .desc {
  height: 52px;
  overflow: hidden;
}

#index .ind-custom {
  background: #38bf9e;
  padding-bottom: 50px;
}

#index .ind-service .cw1660,
#index .ind-custom .list {
  width: 1660px;
  margin: 0 auto;
}

#index .ind-custom .public {
  margin-bottom: 4.5%;
}

#index .ind-custom .public .cn,
#index .ind-custom .public .en,
#index .ind-custom .public .desc {
  color: #fff;
}

#index .ind-custom .custom {
  width: 14%;
  margin: 0 1% 2%;
}

#index .ind-custom .custom .absolute {
  margin: auto;
}

#index .ind-custom .custom .z-pic:after {
  content: "";
  position: relative;
  display: inline-block;
  padding-top: 34.5%;
}

#index .ind-custom .custom:hover img {
  transform: scale(1.05);
}

@media (max-width: 1680px) {
  #index .public .en {
    font-size: 60px;
  }

  #index .ind-service .cw1660,
  #index .ind-custom .list {
    width: 96%;
  }
}

@media (max-width: 1440px) {
  #index .public .cn {
    font-size: 20px;
  }

  #index .public .en {
    font-size: 42px;
  }

  #index .public .desc {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  #index .public {
    margin-bottom: 5%;
  }

  #index .ind-service .service .img {
    width: 75px;
    height: 75px;
    margin: 0 auto 10%;
  }

  #index .ind-service .service .name {
    font-size: 18px;
  }

  #index .ind-service .service .more {
    width: 50px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 50px;
  }

  #index .ind-custom .custom {
    width: 16%;
    margin: 0 2% 1.5%;
  }
}

@media (max-width: 1050px) {
  #index .public .cn {
    font-size: 18px;
  }

  #index .public .en {
    font-size: 36px;
  }

  #index .public .desc {
    font-size: 16px;
  }

  #index .ind-service .service {
    width: 24.5%;
    /* margin-bottom: 30px; */
  }

  #index .ind-service .service .img {
    width: 65px;
    height: 65px;
  }

  #index .ind-service .service .name {
    font-size: 17px;
  }

  #index .ind-service .service .desc {
    font-size: 14px;
  }

  #index .ind-news .list .dis .con .name {
    font-size: 16px;
  }
}

@media (max-width: 850px) {
  #index .ind-custom .custom {
    width: 21%;
    margin-bottom: 2.2%;
  }
}

@media (max-width: 750px) {
  #index .public {
    padding-top: 60px;
  }

  #index .ind-custom .public,
  #index .public {
    margin-bottom: 35px;
  }

  #index .ind-service {
    margin-bottom: 60px;
  }

  #index .ind-service .service .img {
    width: 60px;
    height: 60px;
  }

  #index .ind-service .service .desc {
    margin-top: 15px;
  }

  #index .ind-service .service .name {
    font-size: 15px;
  }

  #index .ind-service .service .desc {
    font-size: 13px;
  }

  #index .ind-service .service .more {
    width: 40px;
    height: 40px;
  }

  #index .ind-news .list .dis:nth-child(3),
  #index .ind-news .list .dis {
    width: 48%;
    margin-right: 4%;
    margin-top: 4%;
  }

  #index .ind-news .list .dis:nth-child(2n) {
    margin-right: 0;
  }

  #index .ind-news .list .dis:nth-child(1),
  #index .ind-news .list .dis:nth-child(2) {
    margin-top: 0;
  }

  #index .ind-news .list .dis:nth-child(4) {
    display: inline-block;
  }

  #index .ind-news .list .dis .con .desc {
    line-height: 22px;
    height: 68px;
  }
}

@media (max-width: 650px) {
  #index .public .en {
    font-size: 30px;
  }

  #index .ind-custom .custom {
    width: 29%;
  }
}


@media (max-width: 600px) {
  #index .ind-service {
    text-align: center;
  }

  #index .ind-service .service {
    width: 49.5%;
    margin-bottom: 30px;
  }

  #index .ind-service .service .img {
    width: 40px;
    height: 40px;
  }

  #index .ind-service .service:nth-child(2) {
    border-right: none;
  }

  #index .ind-service .service .more {
    width: 30px;
    height: 30px;
  }

  #index .ind-service .service .name {
    font-size: 14px;
  }

  #index .ind-service .service .desc {
    margin-top: 12px;
  }
}

@media (max-width: 450px) {
  #index .public .cn {
    font-size: 16px;
  }

  #index .public .en {
    font-size: 25px;
  }

  #index .ind-news .list .dis .name {
    font-size: 15px;
  }

  #index .ind-news .list .dis .con .data,
  #index .ind-news .list .dis .con .desc {
    font-size: 13px;
  }

  #index .public .desc {
    font-size: 12px;
  }


  #index .ind-custom .custom {
    width: 46%;
  }
}

@media (max-width: 375px) {
  #index .ind-service .service:last-child {
    margin-bottom: 0;
  }

  #index .ind-service .service:nth-child(2),
  #index .ind-service .service:hover,
  #index .ind-service .service {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d4d4d4;
  }

  #index .ind-service .service .img {
    margin-bottom: 10px;
  }
}

/*案例*/
#case .info {
  width: 33.125%;
  margin-right: 0.3125%;
  margin-bottom: 0.3125%;
}

#case .info:nth-child(3n) {
  margin-right: 0;
}

#index #case .info:nth-child(10) {
  display: none;
}

#case .info .pic {
  width: 100%;
}

#case .info .pic:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 62.89%;
}

#case .info .pic img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#case .info .pic .max {
  position: absolute;
}

#case .info .absolute {
  width: 90%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  padding: 0 5%;
  background: rgba(0, 0, 0, .4);
}

#case .info .absolute .name {
  margin-top: 21.22%;
  color: #ffffff;
  font-size: 32px;
}

#case .info .absolute .cate {
  margin: 2.35% 0 5.5%;
  color: #cccccc;
  font-size: 16px;
}

#case .info .absolute .more {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url(../images/btn1.png) no-repeat center center;
}

#case .info:hover img {
  transform: scale(1.1);
}

#case .info:hover .absolute {
  opacity: 1;
}

/*详细*/
#case .detail {
  margin-bottom: 80px;
}

#case .detail .info:nth-child(4),
#case .detail .info:nth-child(5),
#case .detail .info:nth-child(6) {
  display: none;
}

#case .detail .detail-name {
  color: #333333;
  font-size: 32px;
  font-weight: bold;
}

#case .detail .detail-tag {
  margin: 15px 0 30px;
  color: #333333;
  font-size: 24px;
}

#case .detail .editor {
  color: #888888;
  font-size: 14px;
  margin-bottom: 50px;
}

#case .detail .picture .inline-block {
  width: 49.79%;
  margin-right: 0.42%;
  margin-bottom: 0.42%;
}

#case .detail .picture .inline-block:after {
  width: 100%;
  display: inline-block;
  content: "";
  padding-top: 8.57%;
}

#case .detail .picture .inline-block:nth-child(2n) {
  margin-right: 0;
}

#case .detail .picture2 .pic {
  margin-top: 0.42%;
}

#case .detail .picture2 .pic:first-child {
  margin-top: 0;
}

@media (max-width: 1680px) {
  #case .info .absolute .name {
    margin-top: 18%;
  }
}

@media (max-width: 1440px) {
  #case .info .absolute .name {
    font-size: 24px;
  }

  #case .info .absolute .more {
    width: 50px;
    height: 50px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}

@media (max-width: 1200px) {
  #case .info .absolute .name {
    font-size: 22px;
  }

  #case .info .absolute .cate {
    font-size: 15px;
  }

  #case .info .absolute .more {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1050px) {
  #case .info .absolute .name {
    font-size: 18px;
    margin-top: 16%;
  }

  #case .detail .detail-name {
    font-size: 28px;
  }

  #case .detail .detail-tag {
    font-size: 20px;
  }
}

@media (max-width: 910px) {
  #index #case .info:nth-child(10) {
    display: inline-block;
  }

  #case .list.pc {
    display: block;
  }

  #case .list.hide {
    display: block;
  }

  #case .info:nth-child(3n),
  #case .info {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 2%;
  }

  #case .info:nth-child(2n) {
    margin-right: 0;
  }

  #case .info .absolute .cate {
    font-size: 14px;
  }

  #case .info .absolute .name {
    margin-top: 18%;
  }

  #case .detail .info:nth-child(4) {
    display: inline-block;
  }
}

@media (max-width: 650px) {
  #case .info .absolute .cate {
    display: none;
  }

  #case .info .absolute .name {
    margin-top: 20%;
    margin-bottom: 3%;
  }

  #case .detail .detail-name {
    font-size: 22px;
  }

  #case .detail .detail-tag {
    font-size: 18px;
    margin: 12px 0 25px;
  }
}

@media (max-width: 450px) {
  #case .info .absolute .name {
    font-size: 16px;
  }

  #case .info .absolute .more {
    width: 32px;
    height: 32px;
  }

  #case .detail .picture .inline-block {
    width: 100%;
    margin-right: 0;
  }

  #case .detail .detail-name {
    font-size: 18px;
  }

  #case .detail .detail-tag {
    font-size: 16px;
  }

  #case .detail .editor {
    font-size: 13px;
    margin-bottom: 40px;
  }

  #case .detail {
    margin-bottom: 70px;
  }
}

@media (max-width: 375px) {

  #case .info:nth-child(3n),
  #case .info {
    width: 100%;
    margin: 0 0 4% 0;
    display: block;
  }

  #case .info .absolute {
    padding-top: 20%;
    height: auto;
  }

  #case .info .absolute .name {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
  }
}

/*公共-详细页分享按钮*/
#main .detail .share-tit {
  margin-top: 60px;
  margin-bottom: 25px;
  color: #888888;
  font-size: 16px;
}

#main .detail .share {
  margin-bottom: 85px;
}

#main .detail .share a {
  width: 42px;
  height: 43px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 13px;
}

#main .detail .share a.wechat {
  background-image: url(../images/cs1.png);
}

#main .detail .share a.sina {
  background-image: url(../images/cs2.png);
}

#main .detail .share a.qq {
  background-image: url(../images/cs3.png);
}

#main .detail .share a.wechat:hover {
  background-image: url(../images/hcs1.png);
}

#main .detail .share a.sina:hover {
  background-image: url(../images/hcs2.png);
}

#main .detail .share a.qq:hover {
  background-image: url(../images/hcs3.png);
}

#main .detail .more-title {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px;
}

@media (max-width: 910px) {
  #main .detail .more-title {
    font-size: 20px;
  }
}

@media (max-width: 750px) {
  #main .detail .share-tit {
    margin-top: 35px;
  }

  #main .detail .share a {
    width: 35px;
    height: 35px;
    -webkit-background-size: 38px auto;
    background-size: 38px auto;
    margin: 0 10px;
  }

  #main .detail .share {
    margin-bottom: 45px;
  }

  #main .detail .more-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}


@media (max-width: 450px) {
  #main .detail .share-tit {
    font-size: 14px;
    margin-bottom: 20px;
  }

  #main .detail .share a {
    width: 28px;
    height: 28px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: 0 8px;
  }

  #main .detail .more-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

/*服务*/
#main.service-box #bread .cw1760 {
  width: 1400px;
}

#main.service-box #bread .cw1760 a {
  margin-right: 5%;
}

#service .list .info {
  background: #f8f8f8;
  margin-bottom: 40px;
}

#service .list .info:last-child {
  margin-bottom: 0;
}

#service .list .info .img {
  width: 65.71%;
}

#service .list .info .img .z-pic:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 59.78%;
}

#service .list .info .fr {
  width: 27.14%;
  margin-right: 3.57%;
  padding-top: 7.5%;
}

#service .list .info .fr .ico {
  width: 21.05%;
  margin: 0 auto;
}

#service .list .info .fr .ico .z-pic:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 112.5%;
}

#service .list .info .fr .name {
  width: 100%;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin: 7.89% auto;
}

#service .list .info .fr .desc {
  width: 100%;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}

/*#service .list .info:hover,*/
#service .list .info.cur {
  background: #fff;
  box-shadow: 0 0 18px 12px #f7f7f7;
}

/*#service .list .info:hover .img img,*/
#service .list .info.cur .img img {
  transform: scale(1.05);
}

/*#service .list .info:hover .fr .name,*/
#service .list .info.cur .fr .name {
  color: #38bf9e;
}

/*#service .list .info:hover .fr .ico .i1,*/
#service .list .info.cur .fr .ico .i1 {
  display: none;
}

/*#service .list .info:hover .fr .ico .i2,*/
#service .list .info.cur .fr .ico .i2 {
  display: inline-block;
}


.cess ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cess h2 {
  padding: 44px 0 0;
  height: 130px;
}

.cess li {
  width: 14%;
  height: 194px;
  border-right: 1px solid #f2f2f2;
  position: relative;
  background: #F8F8F8;
}

.cess li:after {
  position: absolute;
  width: 29px;
  height: 29px;
  content: "";
  background: url(../images/jt4.png) no-repeat;
  right: -15px;
  top: 83px;
  z-index: 1;
}

.cess li:last-child:after {
  display: none;
}

.cess li span {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  margin: 42px auto 22px;
  position: relative;
}

.cess li span em {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0) rotate(0deg);
  transform: translateX(0) rotate(0deg);
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.cess li span i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.1s ease 0.2s;
  transition: all 0.1s ease 0.2s;
}

.cess li:hover span em,
.cess li.cur span em {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%) rotate(180deg);
  transform: translateX(100%) rotate(180deg);
}

.cess li:hover span i,
.cess li.cur span i {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cess li p {
  font-size: 16px;
  color: #3f3f3f;
  line-height: 26px;
  text-align: center;
}

.cess li strong {
  display: block;
  font-size: 14px;
  color: #d1d1d1;
  line-height: 20px;
  text-align: center;
  margin-top: 15px;
  font-weight: normal;
}

.cess li:hover {
  background: #2BAC90;
}

.cess li:hover p {
  color: #fff;
}

.cess li:hover strong {
  color: #fff;
  opacity: 0.4;
}





@media (max-width: 1440px) {
  #main.service-box #bread .cw1760 {
    width: 92%;
  }
}

@media (max-width: 1200px) {
  #service .list .info .fr {
    padding-top: 4.5%;
    padding-bottom: 4.5%;
  }

  #service .list .info .fr .name {
    font-size: 22px;
  }

  #service .list .info .fr .desc {
    font-size: 12px;
    line-height: 22px;
  }

  #service .list .info .fr .ico .z-pic:after {
    padding-top: 97%;
  }
}




@media (max-width: 981px) {
  #service .list .info .fr {
    width: 28%;
    margin-right: 3%;
  }

  #service .list .info .fr .name {
    font-size: 18px;
  }

  .cess ul {
    justify-content: flex-start;
  }

  .cess li {
    width: 24.5%;
    margin-bottom: 15px;
  }
}

@media (max-width: 950px) {
  #service .list .info .fr {
    width: 34%;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  #service .list .info .fr .ico .z-pic:after {
    padding-top: 80%;
  }

  #service .list .info .fr .name {
    margin: 6% auto;
    font-size: 16px;
  }

  #service .list .info .img {
    width: 60%;
  }
}

@media (max-width: 850px) {

  #service .list .info .fl,
  #service .list .info .fr {
    width: 100%;
    float: none;
  }

  #service .list .info .fr {
    width: 90%;
    margin: 0 auto;
    padding: 4% 0;
  }

  #service .list .info .fr .ico {
    width: 60px;
  }

  #service .list .info .fr .name {
    margin: 20px auto;
  }

  #service .list .info .fr .ico .z-pic img {
    position: static;
  }

  #service .list .info .fr .ico .z-pic:after {
    display: none;
  }
}

@media (max-width: 750px) {
  #main.service-box #bread a {
    display: none;
  }

  #main.service-box #bread a.mobile {
    display: block;
    font-size: 18px;
    color: #38bf9e;
    text-align: center;
    margin-bottom: 35px;
  }
}

@media (max-width: 500px) {
  .cess li {
    width: 48.5%;
    height: 135px;
    margin-bottom: 5px;
  }

  .cess li:after {
    top: 53.5px;
  }

  .cess li span {
    margin: 20px auto 10px;
  }
}

@media (max-width: 450px) {
  #service .list .info .fr .ico {
    width: 40px;
  }
}

#main.online-box {
  margin-bottom: 100px;
}

#main.online-box #bread .cw1400 {
  margin-bottom: 50px;
  width: 1260px;
}

#online .cw1260 {
  padding: 70px 0;
  border: 1px solid #f5f5f5;
}

#online .form {
  width: 1100px;
  margin: 0 auto;
}

#online .form .title {
  color: #333333;
  font-size: 32px;
  font-weight: bold;
}

#online .form .tips {
  margin: 20px 0 55px;
  color: #666666;
  font-size: 16px;
}

#online .form .tips div {
  width: 153px;
  height: 1px;
  margin-top: 12px;
  background: #f5f5f5;
}

#online .form .tips div.l1 {
  margin-right: 10px;
}

#online .form .tips div.r1 {
  margin-left: 10px;
}

#online .form .tips span {
  margin-right: 5px;
  color: #38bf9e;
  font-size: 16px;
}

#online .form .tips {
  margin: 20px 0 55px;
}

#online .form .tips2 {
  color: #38bf9e;
  font-size: 16px;
  margin-bottom: 28px;
}

#online .form .tit {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 24px;
}

#online .form .tit span {
  margin-left: 3px;
  color: #38bf9e;
}

#online .form .input {
  width: 47.36%;
  margin-bottom: 38px;
}

#online .form .input .tit {
  margin-bottom: 15px;
}

#online .form .input input {
  width: 93%;
  padding: 0 2.87%;
  border: 2px solid #999999;
  border-radius: 5px;
  height: 46px;
  line-height: 46px;
  color: #999999;
  font-size: 14px;
}

#online .form .input select {
  width: 99.44%;
  padding: 0 2.87%;
  border: 2px solid #999999;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  color: #333333;
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
  background: url(../images/select.png) no-repeat 97% center;
}

#online .form .input .other {
  height: 0;
  overflow: hidden;
}

#online .form .input .other input {
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
}

#online .form .input .other.open {
  height: 63px;
}

#online .form .cr {
  margin-bottom: 40px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}

#online .form .cr input {
  display: none;
}

#online .form .cr label {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding-left: 28px;
  margin-right: 2.9%;
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  font-size: 14px;
}

#online .form .cr label:after,
#online .form .cr label:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #dddddd;
}

#online .form .cr label:after {
  width: 8px;
  height: 8px;
  background: #fff;
  border: none;
  left: 5px;
}

#online .form .cr label:hover::before,
#online .form .cr label.cur:before {
  border-color: #38bf9e;
}

#online .form .cr label.cur:before {
  background: #38bf9e;
}

#online .form .cr.checkbox label:before {
  border-radius: 3px;
}

#online .form .cr.checkbox label:after {
  display: none;
}

#online .form .cr.checkbox label.cur:before,
#online .form .cr.checkbox label:hover::before {
  border-color: #666666;
}

#online .form .cr.checkbox label.cur:before {
  background: url(../images/cur.png) no-repeat center center;
}

#online .form .submit {
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
  background: #38bf9e;
  color: #fff;
  font-size: 22px;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 10px 20px -6px #2bac90;
}

#online .form .submit input {
  display: none;
}

@media (max-width: 1440px) {

  #main.online-box #bread .cw1400,
  #online .cw1260 {
    width: 92%;
  }

  #online .cw1260 {
    padding: 40px 0;
  }
}

@media (max-width: 1280px) {
  #online .form {
    width: 90%;
  }

  #main.online-box #bread .cw1400 {
    margin-bottom: 30px;
  }
}

@media (max-width: 750px) {
  #main.online-box {
    margin-bottom: 80px;
  }

  #online .form .title {
    font-size: 24px;
  }

  #online .form .input {
    width: 100%;
    float: none;
  }
}

@media (max-width: 580px) {
  #online .form .title {
    font-size: 20px;
  }

  #online .form .tips div {
    width: 120px;
  }

  #online .form .input {
    margin-bottom: 30px;
  }

  #online .form .submit {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  #online .cw1260 {
    padding: 35px 0;
  }

  #online .form .tips {
    margin-bottom: 40px;
  }

  #online .form .input select,
  #online .form .input input {
    height: 38px;
    line-height: 38px;
  }

  #online .form .title {
    font-size: 18px;
  }

  #online .form .tips div {
    width: 60px;
  }
}

@media (max-width: 375px) {
  #online .form .tit {
    margin-bottom: 15px;
  }

  #online .form .cr label {
    display: block;
  }
}

/*发现*/
#main.dis-cover {
  margin-bottom: 99px;
}

#main.dis-cover #bread .cw1400 {
  margin-top: 58px;
  margin-bottom: 40px;
}

#discover .list {
  padding-bottom: 20px;
}

#discover .dis {
  width: 100%;
  background: #f8f8f8;
  margin-bottom: 30px;
}

#discover .dis .fl {
  width: 57.15%;
}

#discover .dis .fl .z-pic:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 47.5%;
}

#discover .dis .fr {
  width: 36.42%;
  margin-right: 3.57%;
  padding-top: 3.92%;
}

#discover .dis .fr .name {
  color: #333333;
  font-size: 22px;
}

#discover .dis .fr .desc {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  margin-top: 5.88%;
}

#discover .dis .bottom {
  width: 36.42%;
  right: 3.57%;
  bottom: 8%;
}

#discover .dis .bottom div {
  font-size: 16px;
}

#discover .dis .bottom .date {
  color: #999999;
  padding-left: 29px;
  background: url(../images/time1.png) no-repeat left center;
}

#discover .dis .bottom .view {
  color: #888;
  padding-left: 38px;
  background: url(../images/view1.png) no-repeat left center;
  margin-left: 29px;
}

#discover .dis:hover {
  background: #fff;
  box-shadow: 0 0 15px 8px #f4f4f4;
}

#discover .dis:hover .name {
  color: #38bf9e;
}

#discover .dis .fl:hover img {
  transform: scale(1.05);
}

#discover .dis:hover .bottom .date {
  background-image: url(../images/time.png);
}

#discover .dis:hover .bottom .view {
  background-image: url(../images/view.png);
}

/*详细*/
#discover .detail .name {
  color: #333333;
  font-size: 24px;
}

#discover .detail .msg {
  margin: 2.5% 0 5%;
}

#discover .detail .msg div {
  font-size: 16px;
  color: #666;
}

#discover .detail .msg .date {
  padding-left: 29px;
  background: url(../images/time.png) no-repeat left center;
}

#discover .detail .msg .view {
  padding-left: 38px;
  background: url(../images/view.png) no-repeat left center;
  margin-left: 32px;
}

#discover .detail .editor {
  color: #888888;
  font-size: 14px;
}

#discover .detail .return .p1 {
  width: 10%;
  color: #999999;
  font-size: 14px;
  margin-right: 3.5%;
}

#discover .detail .return .p1 div {
  color: #999999;
  display: inline-block;
  vertical-align: middle;
}

#discover .detail .return .name {
  width: 75%;
  color: #666666;
  font-size: 16px;
}

#discover .detail .return .date {
  color: #888888;
  font-size: 16px;
}

#discover .detail .return .prev {
  padding-bottom: 32px;
}

#discover .detail .return .next {
  padding-top: 32px;
  border-top: 1px solid #f6f6f6;
}

#discover .detail .return .re:hover .p1 div,
#discover .detail .return .re:hover .name {
  color: #38bf9e;
}


@media(max-width: 1280px) {
  #discover .dis .fr {
    padding-top: 3%;
  }

  #discover .dis .fr .name {
    font-size: 20px;
  }

  #discover .dis .fr .desc {
    margin-top: 5%;
  }

  #discover .dis .bottom {
    bottom: 10%;
  }
}

@media(max-width: 1100px) {
  #discover .dis .fr .desc {
    height: 82px;
    overflow: hidden;
  }
}

@media(max-width: 950px) {
  #discover .detail .return .p1 {
    width: 12%;
  }

  #discover .detail .return .name {
    width: 72%;
  }
}

@media(max-width: 850px) {
  #discover .dis .fl .z-pic:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 100%;
    padding-top: 47.5%;
  }

  #discover .dis .fl,
  #discover .dis .fr {
    width: 100%;
    float: none;
  }

  #discover .dis .fr {
    padding: 4% 0 6%;
  }

  #discover .dis .bottom {
    position: static;
  }

  #discover .dis .fr .name,
  #discover .dis .fr .desc,
  #discover .dis .bottom {
    width: 90%;
    margin: 0 auto;
  }

  #discover .dis .bottom {
    padding-bottom: 4%;
  }

  #discover .dis .fr .desc {
    height: auto;
  }

  #discover .dis .fr .name {
    margin-bottom: 3%;
  }
}

@media (max-width: 750px) {
  #main.dis-cover #bread .cw1400 {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  #discover .dis .fr {
    padding: 20px 0 25px;
  }

  #discover .dis .bottom {
    margin-bottom: 25px;
  }

  #main.dis-cover {
    margin-bottom: 80px;
  }

  #discover .dis .fr .name {
    font-size: 18px;
  }

  #discover .dis .bottom div,
  #discover .dis .bottom .date {
    font-size: 14px;
  }

  #discover .dis .fr .desc {
    font-size: 13px;
    line-height: 23px;
  }

  #discover .detail .name {
    font-size: 20px;
  }

  #discover .detail .msg div {
    font-size: 14px;
  }

  #discover .detail .msg .date {
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
    padding-left: 22px;
  }

  #discover .detail .msg .view {
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    padding-left: 24px;
  }
}

@media(max-width: 650px) {
  #discover .detail .return .p1 {
    width: auto;
    margin-right: 6%;
  }

  #discover .detail .return .p1 .fr {
    display: none;
  }

  #discover .detail .return .prev {
    padding-bottom: 25px;
  }

  #discover .detail .return .next {
    padding-top: 25px;
  }

  #discover .detail .return .name {
    font-size: 14px;
    width: 65%;
  }

  #discover .detail .return .date {
    font-size: 12px;
  }
}

@media(max-width: 450px) {
  #discover .dis .bottom {
    margin-bottom: 15px;
  }

  #discover .detail .name {
    font-size: 18px;
  }

  #discover .detail .return .name {
    width: 75%;
  }

  #discover .detail .return .prev {
    padding-bottom: 15px;
  }

  #discover .detail .return .next {
    padding-top: 15px;
  }

  #discover .detail .return .date {
    display: none;
  }

}

/*关于*/
#main.about-box {
  margin-top: 60px;
}

#main.about-box #bread .cw1760 {
  width: 1400px;
}

#main.about-box #bread .cw1760 a {
  margin-right: 5%;
}

#about {
  padding-top: 75px;
}

#about .profile {
  margin-bottom: 90px;
}

#about .profile .left {
  width: 54.28%;
}

#about .profile .left:after {
  content: "";
  position: absolute;
  left: -9.73%;
  top: -6.31%;
  width: 24.47%;
  height: 275px;
  background: url(../images/aico1.png) no-repeat center top/100% 100%;
}

#about .profile .left .cn {
  font-family: 'Gilroy_blod';
  color: #666666;
  font-size: 24px;
  font-weight: bold;
}

#about .profile .left .en {
  font-family: 'Gilroy_blod';
  margin: 2.5% 0 6%;
  color: #38bf9e;
  font-size: 80px;
  font-weight: bold;
  text-transform: uppercase;
}

#about .profile .left .desc {
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 6.31%;
}

#about .profile .left .n1 {
  width: 160px;
}

#about .profile .left .n1 .circle svg,
#about .profile .left .n1 .circle {
  width: 160px;
  height: 160px;
}

#about .profile .left .n1:nth-child(2n) {
  margin: 0 13%;
}

#about .profile .left .n1 .n2  {
  margin-left: 5px;
  font-family: 'DINCond_Bold';
  color: #E11135;
  font-size: 30px;
  font-weight: bold;
}
#about .profile .left .n1 .n3 {
  font-family: 'DINCond_Bold';
  color: #E11135;
  font-size: 30px;
  font-weight: bold;
}

#about .profile .left .n1:first-child .n2 {
  vertical-align: bottom;
  margin-bottom: 5px;
}
#about .profile .left .n1:first-child .n3 {
  vertical-align: top;
  margin-bottom: 5px;
}

#about .profile .left .n1 .con {
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding-top: 46px;
  z-index: 3;
}

#about .profile .left .n1 .num {
  font-family: 'DINCond_Bold';
  color: #E11135;
  font-size: 56px;
}

#about .profile .left .n1 .intro {
  color: #333333;
  font-size: 22px;
  margin-top: 25px;
}

#about .profile .right {
  width: 40%;
}

#about .team-join {
  padding: 100px 0 80px;
  background: #f2f5f9 url(../images/team_bg.jpg) no-repeat center top/100% auto;
}

#about .team-join .public {
  margin-bottom: 4.28%;
}

#about .team-join .public .name {
  color: #666666;
  font-size: 24px;
  font-weight: bold;
}

#about .team-join .public .en {
  margin-bottom: 10px;
  color: #38bf9e;
  text-transform: uppercase;
  font-size: 80px;
  font-family: 'Gilroy_blod';
}

#about .team-join .public .title {
  color: #333333;
  font-size: 50px;
}

#about .team-join .public .title-en {
  color: #666666;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 5px;
}

#about .team-join .public .desc {
  color: #666666;
  font-size: 16px;
  margin-top: 2.7%;
}

#about .team-join .box1 {
  margin-bottom: 80px;
}

#about .team-join .box1 .cw1760 img{ max-width:100%;}

#about .team-join .box1 .btn {
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #bec4ca;
  background-position: center center;
  background-repeat: no-repeat;
}

#about .team-join .box1 .btn:hover {
  border-color: #38bf9e;
}

#about .team-join .box1 .btn.prev {
  left: 5.9%;
  background-image: url(../images/tl.png);
}

#about .team-join .box1 .btn.next {
  right: 5.9%;
  background-image: url(../images/tr.png);
}

#about .team-join .box1 .btn.prev:hover {
  background-image: url(../images/tl2.png);
}

#about .team-join .box1 .btn.next:hover {
  background-image: url(../images/tr2.png);
}

#about .team-join .box1 .slide .z-pic:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 134.32%;
}

#about .team-join .box1 .slide .msg {
  background: #fff;
  padding: 8.2% 0;
  width: 100%;
}

#about .team-join .box1 .slide .msg div {
  width: 83.58%;
  margin: 0 auto;
  color: #666666;
  font-size: 16px;
}

#about .team-join .box1 .slide .msg div.job {
  margin-top: 6px;
  font-size: 14px;
}

#about .team-join .box2 .li {
  margin-bottom: 10px;
  width: 95.79%;
  padding-left: 1.71%;
  padding-right: 2.5%;
  border: 1px solid #d9dfe9;
}

#about .team-join .box2 .li .top {
  width: 100%;
  padding: 1.5% 0;
}

#about .team-join .box2 .li .top .job {
  width: 40.57%;
  color: #323232;
  font-size: 14px;
}

#about .team-join .box2 .li .top .fl {
  margin-right: 3.57%;
  margin-top: 9px;
}

#about .team-join .box2 .li .top .number {
  width: 32.14%;
  color: #999999;
  font-size: 14px;
}

#about .team-join .box2 .li .top .number {
  width: 32.14%;
  color: #999999;
  font-size: 14px;
}

#about .team-join .box2 .li .top .time {
  color: #888888;
  font-size: 14px;
}

#about .team-join .box2 .li .top .btn {
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: url(../images/add.png) no-repeat center center;
}

#about .team-join .box2 .li .content {
  height: 0;
  overflow: hidden;
}

#about .team-join .box2 .li .content .h {
  width: 100%;
  margin: 0 auto;
}

#about .team-join .box2 .li:hover,
#about .team-join .box2 .li.cur {
  background: #fff;
}

#about .team-join .box2 .li:hover .top .job,
#about .team-join .box2 .li.cur .top .job {
  color: #38bf9e;
}

#about .team-join .box2 .li.cur .top .job {
  font-weight: bold;
}

#about .team-join .box2 .li.cur .top .btn {
  background-image: url(../images/close.png);
}

@media (max-width: 1800px) {
  #about .team-join .box1 .btn.prev {
    left: 3%;
  }

  #about .team-join .box1 .btn.next {
    right: 3%;
  }
}

@media (max-width: 1680px) {
  #about .team-join .box1 .btn.prev {
    left: 0;
  }

  #about .team-join .box1 .btn.next {
    right: 0;
  }

  #about .profile .left:after {
    left: -6.73%;
    top: -3.31%;
    width: 19.47%;
    height: 237px;
  }
}

@media (max-width: 1600px) {
  #about .team-join .box1 .container {
    width: 90%;
  }
}

@media (max-width: 1440px) {
  #main.about-box #bread .cw1760 {
    width: 92%;
  }

  #about .profile .left .n1:nth-child(2n) {
    margin: 0 9%;
  }

  #about {
    padding-top: 60px;
  }

  #about .profile .left .en {
    font-size: 60px;
  }

  #about .profile .left:after {
    left: -3%;
  }
}

@media (max-width: 1250px) {
  #about .profile .left .n1:nth-child(2n) {
    margin: 0 4%;
  }
}

@media (max-width: 1200px) {
  #about {
    padding-top: 40px;
  }

  #about .profile .left .cn {
    font-size: 20px;
  }

  #about .profile .left .en {
    font-size: 42px;
  }

  #about .profile .left:after {
    display: none;
  }

  #about .profile .left .desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4.5%;
  }

  #about .profile .left {
    width: 56.28%;
  }

  #about .profile .left .number {
    text-align: center;
  }

  #about .team-join {
    padding: 80px 0 60px;
  }

  #about .team-join .public .en {
    font-size: 50px;
  }

  #about .team-join .public .title {
    font-size: 30px;
  }

  #about .team-join .box1 .slide .msg div {
    font-size: 14px;
  }

  #about .team-join .box1 .slide .msg div.job {
    font-size: 13px;
  }

}

@media (max-width: 1050px) {

  #about {
    padding-top: 0;
  }

  #about .profile .right,
  #about .profile .left {
    width: 100%;
    float: none;
  }

  #about .profile .left .cn,
  #about .profile .left .en,
  #about .profile .right {
    text-align: center;
  }

  #about .profile .right {
    margin-top: 40px;
  }

  #about .profile .left .en {
    margin-top: 10px;
    margin-bottom: 25px;
  }

  #about .team-join .box1 .slide .z-pic {
    background: #fff;
  }

  #about .team-join .box1 .slide .z-pic:after {
    padding-top: 124.42%;
  }
}

@media (max-width: 981px) {
  #about .team-join .box1 .slide .msg {
    padding: 6% 0;
  }
}

@media (max-width: 910px) {
  #main.about-box #bread {
    display: none;
  }

  #about .team-join .box1 .btn {
    width: 25px;
    height: 25px;
    -webkit-background-size: 8px auto;
    background-size: 8px auto;
  }
}

@media (max-width: 950px) {
  #about .team-join .box1 .container {
    width: 86%;
  }
}

@media (max-width: 850px) {
  #about .team-join .box2 .li .top .job {
    width: 37%;
  }

  #about .team-join .box2 .li .top .btn {
    width: 30px;
    height: 30px;
  }

  #about .team-join .box2 .li .top {
    padding: 2% 0;
  }

  #about .team-join .box2 .li .top .fl {
    margin-top: 6px;
  }
}

@media (max-width: 750px) {
  #about .team-join {
    padding: 60px 0 60px;
  }

  #about .team-join .box1 .btn {
    width: 20px;
    height: 20px;
  }

  #about .team-join .public .name {
    font-size: 18px;
  }

  #about .team-join .public .title {
    font-size: 22px;
  }

  #about .team-join .public .en {
    font-size: 36px;
  }

  #about .team-join .box2 .li .top .number {
    display: none;
  }

  #about .team-join .box2 .li .top .fl {
    margin-right: 6%;
  }

  #about .team-join .box2 .li .top .job {
    width: 60%;
  }

  #about .team-join .box2 .li .content .phone {
    display: block;
    margin-bottom: 15px;
  }

  #about .team-join .box2 .li .content .tt {
    color: #000;
    font-weight: bold;
    font-size: 13px;
  }

  #about .team-join .box2 .li .content .con {
    color: #7f7f7f;
    font-size: 14px;
  }

  #about .team-join .box1 {
    margin-bottom: 60px;
  }

  #about .profile {
    margin-bottom: 60px;
  }
}

@media (max-width: 650px) {

  #about .profile .left .n1:nth-child(2n),
  #about .profile .left .n1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 40px;
  }

  #about .profile .left .n1 .circle {
    margin: 0 auto;
  }
}

@media (max-width: 580px) {
  #about .team-join .box2 .li .top .time {
    display: none;
  }

  #about .team-join .box2 .li .top {
    padding: 2.5% 0;
  }

  #about .team-join .box2 .li.cur .top .btn,
  #about .team-join .box2 .li .top .btn {
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
  }

  #about .team-join .box2 .li .top .job {
    font-size: 13px;
  }
}

@media (max-width: 490px) {
  #about .profile .left .en {
    font-size: 38px;
  }
}

@media (max-width: 450px) {
  #about .team-join .box1 .slide .z-pic:after {
    padding-top: 134.42%;
  }

  #about .team-join .box1 .btn.prev {
    left: 0;
  }

  #about .team-join .box1 .btn.next {
    right: 0;
  }

  #about .team-join .box1 .cw1760.relative {
    width: 360px;
  }

  #about .team-join .box1 .container {
    width: 268px;
  }

  #about .team-join .box2 .li.cur .top .btn {
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
  }


  #about .team-join .public .name {
    font-size: 16px;
  }

  #about .team-join .public .title {
    font-size: 18px;
  }

  #about .team-join .public .en {
    font-size: 28px;
  }

  #about .team-join .public .desc,
  #about .team-join .public .title-en {
    font-size: 12px;
  }
}

@media (max-width: 410px) {
  #about .team-join .box1 .container {
    width: 260px;
  }

  #about .team-join .box1 .cw1760.relative {
    width: 320px;
  }

  #main.about-box {
    margin-top: 40px;
  }

  #about .profile .left .cn {
    font-size: 18px;
  }

  #about .profile .left .en {
    font-size: 28px;
  }

}

@media (max-width: 350px) {
  #about .team-join .box1 .container {
    width: 230px;
  }

  #about .team-join .box1 .cw1760.relative {
    width: 93%;
  }

  #about .team-join .box1 .slide .z-pic:after {
    padding-top: 130.42%;
  }
}


/*底部*/
#footer {
  background-color: #e2e3e7;
  /* background: #262c34; */
  padding: 3.125% 0 2.083%;
}

#footer .foot-left {
  width: 56.79%;
}

#footer .logo {
  width: 10.86%;
  height: 101px;
  margin-right: 2.71%;
}

#footer .logo img {
  vertical-align: top;
}

#footer .msg {
  width: 86.4%;
}

#footer .msg .intro {
  color: #262c34;
  font-size: 14px;
  margin-bottom: 3.75%;
}

#footer .msg .c1 {
  padding-left: 4.375%;
  background-repeat: no-repeat;
  background-position: left top;
}

#footer .msg .c1.add {
  background-image: url(../images/f1.png);
  -webkit-background-size: 2.5% auto;
  background-size: 2.5% auto;
}

#footer .msg .c1.phone {
  background-image: url(../images/f3.png);
  -webkit-background-size: 2.375% auto;
  background-size: 2.375% auto;
}

#footer .msg .c1.email {
  background-image: url(../images/f2.png);
  -webkit-background-size: 2.625% auto;
  background-size: 2.625% auto;
}

#footer .msg .c1 .tit {
  margin-bottom: 5px;
  color: #262c34;
  font-size: 14px;
}

#footer .msg .c1 .con {
  margin-bottom: 3.25%;
  color: #262c34;
  font-size: 14px;
}

#footer .msg .c1 a.con:hover {
  color: #38bf9e;
}

#footer .foot-right {
  width: 160px;
}

#footer .foot-right .wechat {
  width: 120px;
  margin: 0 auto;
  height: 120px;
}

#footer .foot-right .tt {
  color: #fff;
  font-size: 14px;
  margin: 20px 0 30px;
}

#footer .foot-right .tit2 {
  /* color: #cccccc; */
  color: #262c34;
  font-size: 18px;
}

#footer .foot-right .tit3 {
  margin-top: 3px;
  /* color: #cccccc; */
  color: #262c34;
  font-size: 14px;
}

#footer .copyright {
  margin-top: 2.86%;
}

#footer .copyright .fl {
  margin-left: 7.26%;
}

/* #footer .copyright, */
#footer .copyright * {
  color: #9c9ea7;
  font-size: 14px;
  line-height: 24px;
}

#footer .copyright a:hover {
  color: #38bf9e;
}

#footer .copyright a.map {
  margin-left: 15px;
}

#footer .copyright .share a {
  margin-left: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 24px;
}

#footer .copyright .share a.wechat {
  width: 30px;
  background-image: url(../images/s1.png);
}

#footer .copyright .share a.weibo {
  width: 30px;
  background-image: url(../images/s2.png);
}

#footer .copyright .share a.qq {
  width: 21px;
  background-image: url(../images/s3.png);
}

#footer .copyright .share a.wechat:hover {
  background-image: url(../images/hs1.png);
}

#footer .copyright .share a.weibo:hover {
  background-image: url(../images/hs2.png);
}

#footer .copyright .share a.qq:hover {
  background-image: url(../images/hs3.png);
}

/*网站地图*/
.w1200 {
  width: 1200px;
  margin: auto;
}

.dis {
  display: inline-block;
  vertical-align: top;
}

#main.sitemap-box .cw1400 {
  padding-bottom: 50px;
}

#main.sitemap-box .sitemap {
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}

#main.sitemap-box .sitemap .tit {
  position: relative;
  padding-left: 16px;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}

#main.sitemap-box .sitemap .tit:after {
  width: 5px;
  height: 22px;
  background: #38bf9e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}

#main.sitemap-box .sitemap .list {
  margin-top: 20px;
}

#main.sitemap-box .sitemap .list .dis {
  color: #666;
  font-size: 16px;
  margin-right: 15px;
}

#main.sitemap-box .sitemap .list .dis:hover {
  color: #38bf9e;
}


#webfloat {
  width: 60px;
  right: 2.65%;
  bottom: 20%;
  z-index: 98;
}

#webfloat .block {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  /*box-shadow: 0 11px 22px -10px #38bf9e;*/
  background-repeat: no-repeat;
  background-position: center center;
}

#webfloat .block.online {
  margin-bottom: 20px;
  background-image: url(../images/online.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

#webfloat .block.top {
  background-image: url(../images/top.png);
}

#webfloat .block:hover {
  opacity: .6;
}

#webfloat .w2 {
  width: 100%;
  height: 0;
  overflow: hidden;
}

#webfloat .w2.op {
  height: 100px;
}


@media (max-width: 1280px) {
  #webfloat {
    width: 50px;
    right: 1.8%;
  }

  #webfloat .block {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 850px) {
  #footer .foot-left {
    width: 70%;
  }
}

@media (max-width: 750px) {
  #footer .msg .intro {
    display: none;
  }

  #footer .logo {
    float: none;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  #footer .copyright .fl,
  #footer .copyright .fr,
  #footer .foot-right,
  #footer .foot-left {
    width: 100%;
    float: none;
  }

  #footer .foot-left {
    width: 300px;
    text-align: center;
    margin: 0 auto;
  }

  #footer .msg .c1 {
    margin-bottom: 20px;
    background-image: inherit !important;
    padding-left: 0;
  }

  #footer .foot-right .wechat {
    width: 100px;
    height: 100px;
  }

  #footer .foot-right .tt {
    margin: 15px 0 25px;
  }

  #footer .msg .c1 .tit {
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left center;
    display: inline-block;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
  }

  #footer .msg .c1 .con {
    display: block;
  }

  #footer .msg .c1.add .tit {
    background-image: url(../images/f1.png);
  }

  #footer .msg .c1.phone .tit {
    background-image: url(../images/f3.png);
  }

  #footer .msg .c1.email .tit {
    background-image: url(../images/f2.png);
    background-position: left 5px;
  }

  #footer .msg {
    width: 100%;
  }

  #footer .foot-right {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #9c9ea7;
  }

  #footer .copyright {
    text-align: center;
  }

  #footer .copyright {
    border-top: 1px solid #9c9ea7;
    padding-top: 20px;
    margin-top: 25px;
  }

  #footer .copyright .fl {
    margin-left: 0;
  }

  #footer .copyright .fr {
    margin-top: 20px;
  }

  #webfloat {
    width: 40px;
  }

  #webfloat .block {
    width: 40px;
    height: 40px;
  }

  #footer .copyright .share a {
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
  }

  #footer .copyright .share a.qq {
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
  }
}

@media (max-width: 450px) {
  #footer {
    padding: 25px 0;
  }

  #footer .foot-right .tit2 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  #webfloat .block {
    width: 32px;
    height: 32px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  #webfloat .block.online {
    margin-bottom: 10px;
  }

  #webfloat .w2.op {
    height: 80px;
  }
}
/*分页代码*/
.scott{height:36px; overflow:hidden; text-align:center; line-height:36px; padding:40px 0 80px; }
.scott A{BORDER:#3f3f3f 1px solid; PADDING:8px 10px; MARGIN-RIGHT: 5px;  TEXT-DECORATION: none; background:#fff; color:#3f3f3f;}
.scott A:hover{border:1px solid #3f3f3f; text-decoration:none; BACKGROUND-COLOR:#3f3f3f; color:#FFF;}
.scott A:active{border:1px solid #3f3f3f; text-decoration:none; BACKGROUND-COLOR:#3f3f3f;}
.scott SPAN.current{BORDER: #3f3f3f 1px solid; PADDING:8px 10px;  FONT-WEIGHT: bold;  COLOR: #fff; MARGIN-RIGHT: 2px; BACKGROUND-COLOR: #3f3f3f;MARGIN-RIGHT: 5px;}
.scott SPAN.disabled{BORDER:#3f3f3f 1px solid; PADDING:2px 5px; COLOR:#3f3f3f; MARGIN-RIGHT: 5px; background:#d8f1ff;}