/*!	* common JavaScript Document  * The site is designed by LEBANG,Inc 11/2015 */
/* 移动设备布局: 480px 及更低。 */
.imgBg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.motion {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.el {
  opacity: 0;
}

.downUp {
  -webkit-animation-name: downUp;
  animation-name: downUp;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes downUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes downUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

#LXB_CONTAINER， #LXB_CLOSE_BTN {
  background: #91d922 !important;
}


/*公用弹窗*/
.msg_pop_main {
  background: rgba(0, 0, 0, 0.5);
  max-width: 250px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10000;
  display: none;
  border-radius: 3px;
  font-size: 12px;
}

.msg_pop_main p {
  padding: 10px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  font-family: "Microsoft YaHei";
}

/*头部*/
.head_main {
  width: 100%;
  height: 104px;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 40px;
}

.header {
  width: 1400px;
  height: 104px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 100;
  margin-left: -700px;
}

.header .logo {
  width: 318px;
  height: 104px;
  background-color: #fff;
}

.header .logo a {
  display: block;
  width: 173px;
  margin: 26px 0 0 96px;
}

.header .logo img {
  display: block;
  width: 100%;
}

.head_nav {
  width: 1082px;
  height: 104px;
  background: url('../images/header_bg.png') no-repeat left top;
}

.head_nav li {
  float: left;
  margin-right: 36px;
  line-height: 104px;
  font-size: 15px;
  position: relative;
  z-index: 10;
}

.head_nav li:last-child {
  margin-right: 28px;
}

.head_nav li .top {
  display: block;
  color: #fff;
  position: relative;
  height: 104px;
  z-index: 100;
  font-family: "Microsoft YaHei";
}

.head_nav li .top .line {
  width: 100%;
  height: 2px;
  background-color: #94da29;
  position: absolute;
  left: 0;
  top: 24px;
  display: none;
}

.head_nav li:hover .top .line {
  display: block;
}

.head_nav li .erify {
  position: absolute;
  left: 50%;
  top: 74px;
  width: 86px;
  display: none;
  z-index: 101;
  margin-left: -43px;
  background-color: rgba(0, 0, 0, 0.35);
}

.head_nav li .erify2 {
  width: 126px;
  margin-left: -63px;
}

.head_nav li .erify a {
  display: block;
  font-size: 14px;
  color: #fff;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-family: "Microsoft YaHei";
}

.head_nav li .erify a:hover {
  background-color: #92d923;
}

.head_nav p {
  font-size: 15px;
  color: #fff;
  height: 21px;
  line-height: 21px;
  padding-right: 53px;
  border-right: 1px solid #fff;
  margin: 42px 28px 0 0;
  font-family: "Microsoft YaHei";
}

.head_nav .head_search {
  width: 20px;
  height: 20px;
  background: url('../images/search_icon.png') no-repeat;
  margin: 44px 66px 0 0;
  cursor: pointer;
}

.head_nav .head_email,
.head_nav .head_tel {
  display: block;
  width: 20px;
  height: 20px;
  background: url('../images/email_icon.png') no-repeat;
  margin: 44px 20px 0 0;
}

.head_nav .head_tel {
  background-image: url('../images/tel_icon.png');
}

.head_nav .line {
  width: 1px;
  height: 21px;
  background-color: #fff;
  margin: 42px 38px 0 0;
}

.search_main {
  position: absolute;
  right: 0;
  width: 0;
  height: 100%;
  background: url('../images/header_h_bg.png') no-repeat left top;
  z-index: 200;
  overflow: hidden;
}

.search_main .search_text {
  display: block;
  font-size: 25px;
  color: #fff;
  margin-left: 105px;
  height: 104px;
  border: none;
  width: 60%;
  background: none;
}

.search_main .search_btn {
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  background: url('../images/search_icon.png') no-repeat;
  margin: 44px 66px 0 0;
  cursor: pointer;
}

.head_left,
.head_right {
  position: absolute;
  top: 0;
  height: 104px;
  width: calc(50% - 700px);
  display: none;
}

.head_left {
  left: 0;
  background-color: #fff;
}

.head_right {
  right: 0;
  background-color: #333;
}

.head_fixed {
  position: fixed;
  top: 0;
}

.head_fixed .head_left,
.head_fixed .head_right {
  display: block;
}

.head_fixed .head_nav {
  background: url('../images/header_fixed_bg.png') no-repeat left top #333;
}

.head_fixed .search_main {
  background: url('../images/header_fixed_h_bg.png') no-repeat left top;
}

.m_header {
  display: none;
}

@media only screen and (max-width: 1680px) {
  .header {
    width: 1200px;
    margin-left: -600px;
  }

  .header .logo {
    width: 272px;
  }

  .header .logo a {
    margin-left: 66px;
  }

  .head_nav .head_search,
  .search_main .search_btn {
    margin-right: 56px;
  }

  .head_nav {
    width: 928px;
  }

  .head_left,
  .head_right {
    width: calc(50% - 600px);
  }
}

@media only screen and (max-width: 1280px) {
  .header {
    width: 1024px;
    margin-left: -512px;
  }

  .header .logo {
    width: 232px;
  }

  .header .logo a {
    margin-left: 40px;
  }

  .head_nav {
    width: 792px;
  }

  .head_nav .head_search,
  .search_main .search_btn {
    margin-right: 30px;
  }

  .head_nav li {
    margin-right: 30px;
  }

  .head_nav p {
    padding-right: 30px;
  }

  .head_left,
  .head_right {
    width: calc(50% - 512px);
  }
}

@media only screen and (max-width: 1024px) {
  .header {
    display: none;
  }

  .m_header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: #fff;
    height: 50px;
    display: block;
  }

  .m_header .logo {
    display: block;
    width: 100px;
    margin: 10px 0;
  }

  .m_header .logo img {
    display: block;
    width: 100%;
  }

  .m_nav {
    width: 25px;
    height: 20px;
    margin: 15px 0;
    background: url('../images/m_nav_icon.png') no-repeat;
    background-size: 100%;
  }

  .m_height {
    width: 100%;
    height: 50px;
  }

  .m_subnav {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    display: none;
  }

  .subnav_left,
  .subnav_right {
    width: 50%;
    float: left;
    background-color: #8dc21f;
  }

  .subnav_right {
    background-color: #fff;
  }

  .m_subnav ul li {
    padding: 0 8%;
    height: 42px;
    position: relative;
    font-size: 13px;
  }

  .m_subnav ul li a {
    display: block;
    border-bottom: 1px solid #fff;
    line-height: 37px;
    padding-top: 4px;
    color: #fff;
  }

  .subnav_right ul {
    display: none;
  }

  .m_subnav .subnav_right ul li a {
    color: #888;
    border-color: #e1e1e1;
  }
}

/*底部*/
.footer .container {
  max-width: 1200px;
}

.footer_top {
  width: 100%;
  background-color: #363636;
  padding: 55px 0 110px;
}

.foot_left {
  float: left;
}

.foot_left .title {
  color: #91d922;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 32px;
}

.foot_left a {
  display: block;
  width: 140px;
  height: 36px;
  border: 2px solid #b1b1b1;
  background-color: #363636;
  margin-bottom: 14px;
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  font-family: "Microsoft YaHei";
}

.foot_left a.company-ewm{width: 160px;}
.compay-ewm-pop{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);z-index: 1001;display: none;}
.company-ewm-pop-main{width: 220px;height: 220px;background: #fff;position: absolute;left: 50%;top: 50%;margin: -75px 0 0 -75px;}
.company-ewm-pop-main .img{padding: 10px;}
.company-ewm-pop-main .img img{display: block;width: 100%;}
.company-ewm-pop-main .close{display: block;width: 15px;height: 15px;background: url('../images/close.png') no-repeat;background-size: 100%;position: absolute;right: -20px;top: -20px;}



.foot_left a i {
  display: block;
  width: 32px;
  height: 32px;
  margin: 2px 10px;
  background: url('../images/footer_icon.png') no-repeat;
  float: left;
}

.foot_left .foot_service {
  margin-bottom: 0;
}

.foot_left .foot_service i {
  background-position: 0 -40px;
  margin: 2px 10px 0 9px;
}

.foot_left a:hover {
  color: #363636;
  background-color: #fff;
  border-color: #fff;
}

.foot_left a:hover i {
  background-position: -32px 0;
}

.foot_left .foot_service:hover i {
  background-position: -32px -40px;
}

.foot_mid {
  margin-left: 20%;
  float: left;
}

.foot_mid li {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 26px;
  padding-left: 29px;
  font-family: "Microsoft YaHei";
}

.foot_mid li span {
  font-family: Robotofont;
  font-weight: bold;
}

.foot_mid li .email {
  font-family: FCfont;
  font-weight: normal;
}

.foot_mid li .normal {
  font-family: "Microsoft YaHei";
  font-weight: normal;
}

.foot_mid li p {
  margin-left: 50px;
}

.foot_mid li i {
  display: block;
  width: 20px;
  height: 26px;
  background: url('../images/address_icon.png') no-repeat;
  float: left;
  margin-left: -29px;
}

.foot_mid li .break2 {
  background-position: 0 -26px;
}

.foot_mid li .break3 {
  background-position: 0 -52px;
}

.foot_mid li .break4 {
  background-position: 0 -78px;
}

.foot_right {
  float: right;
  margin-right: 2%;
  width: 145px;
}

.foot_right p {
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 17px;
  font-family: "Microsoft YaHei";
}

.foot_right img {
  display: block;
  width: 142px;
  height: 142px;
  margin: 0 auto;
}

.footer_bot {
  background-color: #eaeaea;
  width: 100%;
  padding: 26px 0 26px;
}

.foot_nav {
  float: left;
}

.coypright{font-size: 14px;color: #666;margin: 0 auto;width: 92%;max-width: 1200px;text-align: right;margin-top: 15px;}

.foot_nav ul {
  height: 21px;
  border-left: 1px solid #333;
  padding-left: 20px;
  border-right: 1px solid #333;
}

.foot_nav ul li {
  line-height: 21px;
  font-size: 16px;
  margin-right: 30px;
  float: left;
}

.foot_nav ul li:last-child {
  margin-right: 20px;
}

.foot_nav ul li a {
  display: block;
  color: #333;
  font-family: "Microsoft YaHei";
}

.foot_nav ul li:hover a {
  color: #91d922;
}

.foot_info {
  font-size: 16px;
  color: #333;
  float: right;
  line-height: 21px;
  font-family: "Microsoft YaHei";
}

.right_aside {
  position: fixed;
  right: 0;
  bottom: 30%;
  width: 248px;
  height: 100px;
  background-color: #91d922;
  z-index: 999;
}

.right_aside img {
  display: block;
  width: 216px;
  margin: 0 auto;
}

.right_aside .aside_text {
  width: 143px;
  height: 25px;
  box-sizing: border-box;
  background-color: #fff;
  float: left;
  margin-left: 6px;
  font-size: 14px;
  color: #666;
  border: none;
  padding-left: 5px;
}

.right_aside .aside_btn {
  width: 94px;
  height: 25px;
  box-sizing: border-box;
  background-color: #eaeaea;
  font-size: 14px;
  color: #666;
  margin-right: 5px;
  border: none;
}

.m_aside {
  display: none;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: #91d922;
  position: fixed;
  right: 0;
  bottom: 30%;
  margin-bottom: 25px;
  z-index: 999;
}

.m_aside i {
  display: block;
  width: 32px;
  height: 32px;
  margin: 9px;
  background: url('../images/aside_arrow.png') no-repeat;
}

.m_aside.show i {
  background-position: 0 -32px;
}

.right_aside .close {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../images/aside_close.png') no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
}


.right_new {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 999;
}

.right_new .wechat{
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/wechat_icon.png) no-repeat center #6ed191;
  background-size: 30px 30px;
  margin-bottom: 1px;
}


.right_new .tel {
  position: relative;
  width: 50px;
  height: 50px;
  background: url('../images/right_new.png') no-repeat #fa6466;
  cursor: pointer;
}

.right_new .tel .erify {
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #fa6466;
  position: absolute;
  left: 50px;
  top: 0;
  width: 190px;
}

.right_new .tel .erify i {
  display: block;
  width: 50px;
  height: 50px;
  background: url('../images/right_new.png') no-repeat;
  float: left;
}

.right_new .qq {
  display: block;
  width: 50px;
  height: 50px;
  background: url('../images/right_new.png') no-repeat left -50px #6ed191;
}

@media only screen and (max-width: 1440px) {
  .foot_left .title {
    font-size: 24px;
    line-height: 28px;
  }

  .foot_mid {
    margin-left: 24%;
    margin-top: 20px;
  }

  .foot_mid li {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .foot_right {
    width: 132px;
    margin-right: 0;
  }

  .foot_right p {
    font-size: 16px;
  }

  .foot_right img {
    width: 132px;
    height: 132px;
  }

  .footer_bot {
    padding: 20px 0 40px;
  }
}

@media only screen and (max-width: 1366px) {
  .foot_mid {
    margin-left: 25%;
  }
}

@media only screen and (max-width: 1280px) {
  .foot_mid {
    margin-left: 21%;
  }
}

@media only screen and (max-width: 1024px) {
  .foot_mid {
    margin-left: 18%;
  }
}

@media only screen and (max-width: 768px) {
  .footer_top {
    padding: 25px 0 50px;
  }

  .foot_left {
    float: none;
  }

  .foot_mid {
    float: none;
    margin-left: 0;
  }

  .foot_right {
    width: 100%;
    margin-top: 20px;
    float: none;
  }

  .foot_right img {
    width: 142px;
    height: 142px;
  }

  .foot_left a {
    font-size: 16px;
  }

  .foot_nav {
    float: none;
    margin-bottom: 20px;
  }

  .foot_info {
    float: none;
  }
}

@media only screen and (max-width: 480px) {
  .foot_left .title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .foot_mid li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .foot_mid li p {
    margin-left: 42px;
  }

  .foot_right p {
    font-size: 14px;
    text-align: center;
  }

  .foot_nav {
    margin-bottom: 0;
  }

  .foot_nav ul {
    padding-left: 0;
    border: none;
    height: auto;
  }

  .foot_nav ul li {
    width: 33.33%;
    text-align: center;
    margin: 0 0 .3rem !important;
    font-size: 14px;
  }

  .foot_info {
    font-size: 12px;
  }

  .m_aside {
    display: block;
  }

  .right_aside {
    right: -248px;
  }
}

/*首页*/
.banner_swiper {
  position: relative;
  width: 100%;
  z-index: 0;
}

.banner_swiper .swiper-slide {
  position: relative;
  width: 100%;
}

.banner_swiper .swiper-slide img {
  display: block;
  width: 100%;
}

.banner_swiper .swiper-slide .yin {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.banner_swiper .ani-slide .yin {
  opacity: 1;
}

.banner_swiper .swiper-slide .yin .pic {
  width: 513px;
  margin: 420px auto 0;
}

.banner_swiper .swiper-slide .title {
  font-size: 40px;
  color: #fff;
  line-height: 58px;
}

.banner_swiper .swiper-slide .sub_title {
  font-size: 84px;
  color: #fff;
  line-height: 98px;
}

.banner_swiper .swiper-slide .en {
  font-size: 20px;
  color: #999;
  line-height: 40px;
  margin-top: 25px;
}

.banner_swiper .swiper-slide .more {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #91d922;
  margin: 48px auto 0;
}

.banner_swiper .swiper-slide .more i {
  display: block;
  width: 40px;
  height: 40px;
  background: url('../images/ic_arrow.png') no-repeat -40px 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.banner_swiper .swiper-slide .more:hover i {
  background-position: 0 0;
}

.banner_swiper .swiper-button-next {
  position: absolute;
  right: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  z-index: 10;
  background: url('../images/ic_back.png') no-repeat;
  opacity: 1;
  top: 62%;
  cursor: pointer;
}

.ind_main {
  background-color: #eaeaea;
  position: relative;
  z-index: 2;
  padding-bottom: 26px;
}

.ind_solution_title {
  float: right;
  width: 23.81%;
  height: 91px;
  margin: 0 0 0 0;
  background-color: #91d922;
  text-align: center;
}

.ind_solution_title h3 {
  font-size: 30px;
  color: #fff;
  line-height: 40px;
  padding-top: 18px;
}

.ind_solution_title p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  font-family: FCfont;
}

.ind_solution_info {
  float: right;
  width: 47.62%;
  height: 250px;
  background-color: #fff;
  margin: -159px 0 0 0;
  box-sizing: border-box;
  padding: 30px 6% 0 2%;
  opacity: 0;
}

.ind_solution_info .title {
  font-size: 30px;
  color: #333;
  line-height: 34px;
}

.ind_solution_info .txt {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  width: 94%;
  margin-top: 16px;
  font-family: "Microsoft YaHei";
}

.ind_solution_info .more {
  display: block;
  font-size: 16px;
  color: #363636;
  line-height: 15px;
  float: right;
  margin: 50px 3% 0 0;
  font-family: "Microsoft YaHei";
}

.ind_solution_info .more i {
  display: block;
  width: 8px;
  height: 15px;
  background-position: 0 0;
  float: right;
  margin-left: 12px;
}

.ind_solution_list li {
  float: left;
  width: 23.81%;
  box-sizing: border-box;
  height: 567px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.ind_solution_list li.first {
  width: 28.57%;
}

.ind_solution_list li .sm_pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

.ind_solution_list li:last-child .sm_pic {
  border-right: none;
}

.ind_solution_list li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.ind_solution_list li.first a {
  background-color: #fff;
}

.ind_solution_list li:hover a {
  background-color: #91d922;
}

.ind_solution_list li .main {
  padding-left: 24%;
}

.ind_solution_list li.first .main {
  padding-left: 25%;
}

.ind_solution_list li .title {
  font-size: 30px;
  color: #fff;
  line-height: 40px;
}

.ind_solution_list li .en {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  font-family: FCfont;
}

.ind_solution_list li.first .title {
  color: #91d922;
}

.ind_solution_list li.first .en {
  color: #999;
}

.ind_solution_list li .txt {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin-top: 32px;
  opacity: 0;
  height: 78px;
  font-family: "Microsoft YaHei";
}

.ind_solution_list li.first .txt {
  opacity: 1;
}

.ind_solution_list li i {
  display: block;
  width: 85px;
  height: 48px;
  background: url('../images/solution_icon.png');
  margin: 103px 0 58px;
}

.ind_solution_list li .icon1 {
  width: 64px;
  height: 62px;
  margin: 74px 0 41px;
  background: url('../images/solution_icon2.png') no-repeat;
  background-size: 100%;
}

.ind_solution_list li .icon2 {
  background-position: -74px 0;
}

.ind_solution_list li .icon3 {
  width: 77px;
  background-position: -169px 0;
}

.ind_solution_list li .icon4 {
  width: 97px;
  background-position: -256px 0;
}

.ind_solution_list li .more {
  width: 40px;
  height: 40px;
  background: url('../images/ic_back.png') no-repeat 0 -40px;
  margin-top: 24px;
}

.ind_solution_list li.first .more {
  margin-top: 50px;
  background-position: 0 -80px;
}

.ind_solution_list li:hover .sm_pic {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.ind_solution_list li.first:hover .icon1 {
  background-image: url('../images/solution_icon1.png');
}

.ind_solution_list li.first:hover .title,
.ind_solution_list li.first:hover .en,
.ind_solution_list li:hover .txt {
  color: #fff;
  opacity: 1;
}

.ind_solution_list li:hover .more {
  background-position: 0 -160px;
}

.ind_solution_list li:hover i {
  margin-top: 93px;
}

.ind_solution_list li:hover .icon1 {
  margin-top: 64px;
}

.downIn {
  -webkit-animation-name: downIn;
  animation-name: downIn;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes downIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 159px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes downIn {
  from {
    opacity: 0;
    transform: translate3d(0, 159px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.ind_video {
  margin-top: 30px;
}

.ind_video video {
  display: block;
  width: 100%;
}

.ind_course {
  margin-top: 26px;
  width: 100%;
  height: 670px;
  background: url('../img/ind_course.jpg') no-repeat center center;
}

.course_top {
  padding-top: 50px;
  text-align: center;
}

.course_top h3 {
  font-size: 30px;
  color: #91d922;
  font-weight: 500;
  line-height: 40px;
}

.course_top p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin-top: 18px;
  font-family: "Microsoft YaHei";
}

.gallery-thumbs {
  margin-top: 34px;
  background: url('../images/course_line.png') repeat-x left top;
  height: 106px;
  padding: 0 7%;
}

.gallery-thumbs .swiper-slide {
  text-align: center;
  cursor: pointer;
}

.gallery-thumbs .swiper-slide i {
  display: block;
  width: 14px;
  height: 14px;
  background-position: -10px 0;
  margin: 14px auto 0;
}

.gallery-thumbs .swiper-slide p {
  font-size: 38px;
  color: #666;
  line-height: 58px;
  font-family: Robotofont;
  font-weight: bold;
}

.gallery-thumbs .swiper-slide-active i {
  background-position: -24px 0;
}

.gallery-thumbs .swiper-slide-active p {
  font-size: 58px;
  color: #fff;
  line-height: 78px;
}

.gallery-top {
  width: 760px;
  margin: 106px auto 0;
}

.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev {
  width: 27px;
  height: 52px;
  background: url('../images/course_arrow.png') no-repeat;
  opacity: 1;
}

.gallery-top .swiper-button-next {
  background-position: -33px 0;
  right: 0;
}

.course_item {
  font-size: 14px;
  color: #aeed2a;
  line-height: 24px;
  padding-left: 12px;
  background: url('../images/course_icon.png') no-repeat left 8px;
  margin: 0 60px 24px 72px;
  font-family: "Microsoft YaHei";
}

.gallery-top .course_item:last-child {
  margin-bottom: 0;
}

.ind_case {
  margin-top: 26px;
}

.ind_case_pic {
  width: 69.28%;
  float: left;
  height: 550px;
  position: relative;
  overflow: hidden;
}

.ind_case_pic .pic {
  width: 100%;
  height: 550px;
}

.ind_case_pic .yin {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.44);
  display: none;
}

.ind_case_pic:hover .pic {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.ind_case_pic a {
  display: block;
  width: 100%;
  height: 100%;
}

.ind_case_pic p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
  font-family: FCfont;
}

.ind_case_pic p i {
  width: 8px;
  height: 15px;
  background-position: -40px 0;
  margin-left: 16px;
}

.ind_case_main {
  width: 30.72%;
  height: 550px;
  background-color: #fff;
  float: right;
}

.ind_case_main .main {
  padding: 70px 0 0 10%;
  width: 270px;
}

.ind_case_main .title {
  font-size: 30px;
  color: #91d922;
  line-height: 40px;
  margin-bottom: 17px;
}

.ind_case_main .sub_title {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin-bottom: 44px;
  font-weight: 500;
  font-family: "Microsoft YaHei";
}

.ind_case_main .txt {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-bottom: 46px;
  font-family: "Microsoft YaHei";
}

.ind_case_main li {
  float: left;
  width: 92px;
  height: 28px;
  margin: 0 30px 19px 0;
  border: 1px solid #363637;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  border-radius: 28px;
}

.ind_case_main li:first-child {
  width: 106px;
}

.ind_case_main li:nth-child(3) {
  width: 106px;
}

.ind_case_main li:nth-child(2n) {
  margin-right: 0;
}

.ind_case_main li a {
  display: block;
  color: #333;
  font-family: "Microsoft YaHei";
}

.ind_case_main li:hover {
  background-color: #363637;
}

.ind_case_main li:hover a {
  color: #fff;
}

.ind_partner {
  width: 100%;
  height: 100px;
  background-color: #91d922;
  position: relative;
  z-index: 0;
}

.ind_partner .line {
  width: 1px;
  height: 77px;
  border-left: 1px solid #639613;
  background-color: #fff;
  right: 99px;
  top: 10px;
  position: absolute;
}

.partner_swiper {
  padding: 0 100px;
  height: 100px;
  z-index: 1;
}

.partner_swiper .swiper-slide {
  width: 100%;
  height: 100px;
}

.partner_swiper .swiper-button-next,
.partner_swiper .swiper-button-prev {
  z-index: 10;
  left: auto;
  right: 34px;
  margin-top: 0;
  top: 16px;
  background: url('../images/partner_arrow.png') no-repeat;
  width: 32px;
  height: 17px;
  opacity: 1;
}

.partner_swiper .swiper-button-next {
  background-position: 0 -27px;
  top: 67px;
}

.partner_list li {
  float: left;
  width: 16.66%;
  box-sizing: border-box;
  padding: 10px 20px;
  vertical-align: middle;
  display: table;
}

.partner_list li .pic {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
}

.partner_list li img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 1680px) {
  .banner_swiper .swiper-slide .title {
    font-size: 74px;
    line-height: 86px;
    margin-top: 12%;
  }

  .banner_swiper .swiper-slide .en {
    font-size: 34px;
    line-height: 48px;
    margin-top: 30px;
  }

  .banner_swiper .swiper-button-next {
    top: 58%;
  }
}

@media only screen and (max-width: 1440px) {
  .banner_swiper .swiper-slide .yin .pic {
    width: 410px;
  }

  .banner_swiper .swiper-slide .title {
    font-size: 64px;
    line-height: 76px;
    margin-top: 10%;
  }

  .banner_swiper .swiper-slide .en {
    font-size: 30px;
    line-height: 42px;
    margin-top: 25px;
  }

  .banner_swiper .swiper-slide .more {
    margin-top: 90px;
  }

  .ind_solution_info {
    padding-right: 4%;
  }

  .ind_solution_info .txt {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) {
  .ind_solution_info .title {
    font-size: 28px;
  }

  .ind_solution_info .txt {
    min-height: 75px;
  }

  .ind_solution_info .more {
    margin-top: 25px;
  }

  .ind_solution_list li {
    height: 510px;
  }

  .ind_solution_list li .main {
    padding-left: 18%;
  }

  .ind_solution_list li.first .main {
    padding-left: 20%;
  }

  .ind_solution_list li i {
    margin-top: 73px;
  }

  .ind_solution_list li .icon1 {
    margin-top: 44px;
  }

  .ind_solution_list li:hover i {
    margin-top: 63px;
  }

  .ind_solution_list li:hover .icon1 {
    margin-top: 34px;
  }

  .ind_course {
    height: 602px;
  }

  .gallery-top {
    margin-top: 74px;
  }

  .gallery-thumbs .swiper-slide p {
    font-size: 24px;
  }

  .gallery-thumbs .swiper-slide-active p {
    font-size: 48px;
  }

  .ind_case_pic,
  .ind_case_main,
  .ind_case_pic .pic {
    height: 494px;
  }

  .ind_case_main .main {
    padding: 40px 0 0 8%;
  }
}

@media only screen and (max-width: 1280px) {
  .banner_swiper .swiper-slide .title {
    font-size: 48px;
    line-height: 60px;
    margin-top: 10%;
  }

  .banner_swiper .swiper-slide .en {
    font-size: 26px;
    line-height: 38px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner_swiper .swiper-slide .yin .pic {
    width: 320px;
  }

  .banner_swiper .swiper-slide .more {
    margin-top: 45px;
  }

  .ind_solution_title,
  .ind_solution_info,
  .ind_solution_list {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }

  .ind_solution_title h3 {
    font-size: 24px;
  }

  .ind_solution_info .title {
    font-size: 20px;
    line-height: 26px;
  }

  .ind_solution_list li {
    height: 382px;
  }

  .ind_solution_list li .title {
    font-size: 22px;
    line-height: 32px;
  }

  .ind_solution_list li .en {
    font-size: 14px;
    line-height: 14px;
  }

  .ind_solution_list li .txt {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }

  .ind_solution_list li i {
    width: 43px;
    height: 24px;
    background-size: 177px 31px;
    margin: 60px 0 30px;
  }

  .ind_solution_list li .icon1 {
    width: 32px;
    height: 31px;
    margin: 30px 0;
  }

  .ind_solution_list li .icon2 {
    background-position: -37px 0;
  }

  .ind_solution_list li .icon3 {
    background-position: -84px 0;
    width: 39px;
  }

  .ind_solution_list li .icon4 {
    background-position: -128px 0;
    width: 49px;
  }

  .ind_solution_list li .more {
    margin-top: 30px;
  }

  .ind_solution_list li:hover i {
    margin-top: 50px;
  }

  .ind_solution_list li:hover .icon1 {
    margin-top: 20px;
  }

  .ind_case_main .main {
    width: auto;
    padding-right: 4%;
  }

  .ind_partner {
    height: 60px;
  }

  .partner_swiper {
    padding: 0 50px;
    height: 60px;
  }

  .partner_list li {
    padding: 5px 10px;
  }

  .partner_list li .pic {
    height: 50px;
  }

  .partner_list li img {
    height: 50px;
    max-width: 100px;
  }

  .ind_partner .line {
    height: 43px;
    right: 49px;
  }

  .partner_swiper .swiper-button-next {
    top: 37px;
    right: 9px;
  }

  .partner_swiper .swiper-button-prev {
    top: 8px;
    right: 9px;
  }
}

@media only screen and (max-width: 768px) {
  .banner_swiper .swiper-slide .yin .pic {
    width: 3.4rem;
    margin-top: 3.2rem;
  }

  .banner_swiper .swiper-slide .more {
    margin-top: .4rem;
  }

  .banner_swiper .swiper-slide .title {
    font-size: 36px;
    line-height: 48px;
  }

  .banner_swiper .swiper-slide .en {
    font-size: 20px;
    line-height: 24px;
  }

  .banner_swiper .swiper-button-next {
    top: 70%;
  }

  .ind_solution_info {
    float: none;
    width: 100%;
    padding: 30px 4%;
    margin-top: 26px;
  }

  .ind_solution_title {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .ind_solution_list li {
    width: 50% !important;
    height: 567px;
    border: none;
    margin: 0 !important;
  }

  .ind_solution_list li:nth-child(2n) {
    border-left: 1px solid #fff;
  }

  .ind_case_pic,
  .ind_case_pic .pic {
    float: none;
    width: 100%;
    height: 400px;
  }

  .ind_case_main {
    height: auto;
    float: none;
    width: 92%;
    padding: 20px 4%;
  }

  .ind_case_main .main {
    padding: 0;
  }

  .ind_case_main li:nth-child(2n) {
    margin-right: 30px;
  }

  .gallery-top {
    width: 100%;
  }

  .gallery-top .swiper-button-next {
    right: 10px;
  }
}

@media only screen and (max-width: 750px) {
  .banner_swiper .swiper-slide .title {
    font-size: .36rem;
    line-height: .48rem;
  }

  .banner_swiper .swiper-slide .en {
    font-size: .22rem;
    line-height: .26rem;
    margin-top: .2rem;
  }

  .banner_swiper .swiper-button-next {
    width: .4rem;
    height: .4rem;
    background-size: .4rem 1.6rem;
    margin-left: -.2rem;
  }

  .ind_solution_info {
    padding: .3rem 4%;
    height: auto;
  }

  .ind_solution_info .title {
    font-size: 18px;
  }

  .ind_solution_info .txt {
    min-height: auto;
  }

  .ind_solution_info .more {
    margin: .2rem 0 0;
  }

  .ind_solution_title {
    height: auto;
    padding: .2rem 0;
  }

  .ind_solution_title h3 {
    font-size: .3rem;
    line-height: .4rem;
    padding-top: 0;
  }

  .ind_solution_title p {
    font-size: .26rem;
    line-height: .36rem;
  }

  .ind_solution_list li {
    height: 5.8rem;
  }

  .ind_solution_list li .main {
    padding: 0 4%;
  }

  .ind_solution_list li.first .main {
    padding: 0 4%;
  }

  .ind_solution_list li i {
    margin: .4rem 0;
  }

  .ind_solution_list li .title {
    font-size: 18px;
  }

  .ind_solution_list li .en {
    font-size: 12px;
  }

  .ind_solution_list li .more {
    margin-top: .3rem;
    width: 20px;
    height: 20px;
    background-size: 20px 100px;
    background-position: 0 -20px;
  }

  .ind_solution_list li .icon1 {
    margin: .4rem 0;
  }

  .ind_solution_list li .txt {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    margin-top: 27px;
  }

  .ind_solution_list li.first .txt {
    height: auto;
    margin-top: 20px;
  }

  .ind_solution_list li.first .more {
    margin-top: .3rem;
    background-position: 0 -40px;
  }

  .ind_course {
    height: 5.2rem;
  }

  .course_top {
    padding-top: .5rem;
  }

  .course_top h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .course_top p {
    font-size: 14px;
    line-height: 22px;
    margin-top: .2rem;
  }

  .gallery-thumbs {
    padding: 0;
    margin-top: .4rem;
    height: 76px;
  }

  .gallery-thumbs .swiper-slide p {
    font-size: 16px;
    line-height: 48px;
  }

  .gallery-thumbs .swiper-slide-active p {
    font-size: 20px;
  }

  .gallery-top {
    margin: .8rem auto;
    width: 100%;
  }

  .course_item {
    font-size: 14px;
    line-height: 24px;
    margin: 0 36px 0 40px;
  }

  .gallery-top .swiper-button-next,
  .gallery-top .swiper-button-prev {
    width: 14px;
    height: 26px;
    background-size: 30px 26px;
  }

  .gallery-top .swiper-button-next {
    background-position: -16px 0;
  }

  .ind_case_pic,
  .ind_case_pic .pic {
    height: 3.9rem;
  }

  .ind_case_main {
    padding: .3rem 4%;
  }

  .ind_case_main .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: .2rem;
  }

  .ind_case_main .sub_title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: .3rem;
  }

  .ind_case_main .txt {
    margin-bottom: .3rem;
  }

  .ind_case_main li {
    margin: 0 .3rem .2rem 0 !important;
  }

  .partner_list li img {
    height: auto;
    max-width: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .ind_course {
    height: 7.8rem;
  }

  .ind_partner {
    height: 120px;
  }

  .partner_swiper {
    height: 120px;
    padding-left: 0px;
  }

  .partner_list li {
    width: 33.33%;
  }

  .ind_partner .line {
    height: 83px;
    top: 20px;
  }

  .partner_swiper .swiper-button-prev {
    top: 18px;
  }

  .partner_swiper .swiper-button-next {
    top: 87px;
  }
}

@media only screen and (max-width: 320px) {
  .ind_solution_list li .title {
    font-size: 16px;
    line-height: 26px;
  }

  .ind_solution_list li .txt {
    font-size: 10px;
    margin-top: .2rem;
  }
}

/*优质案例*/
.case_main {
  padding-bottom: 11px;
  border-bottom: 1px solid #eaeaea;
}

.sub_banner {
  width: 100%;
  position: relative;
}

.sub_banner img {
  display: block;
  width: 100%;
}

.sub_banner .yin {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.52);
  overflow: hidden;
  display: none;
}

.sub_banner .title {
  font-size: 84px;
  color: #fff;
  text-align: center;
  line-height: 88px;
  margin-top: 210px;
  display: none;
}

.sub_banner .txt {
  font-size: 38px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  margin-top: 55px;
  display: none;
}

.sub_banner .more {
  display: block;
  width: 40px;
  height: 40px;
  margin: 100px auto 0;
  background: url('../images/ic_back.png') no-repeat left -120px;
  display: none;
}

.case_num {
  padding: 150px 0 160px;
}

.case_num li {
  float: left;
  width: 33.33%;
  text-align: center;
}

.case_num li h3 {
  font-size: 100px;
  font-family: Robotofont;
  font-weight: bold;
  color: #333;
  line-height: 100px;
}

.case_num li h3 span {
  font-family: Robotofont;
}

.case_num li h3 em {
  font-family: SHfont;
  font-weight: bold;
  font-style: normal;
}

.case_num li p {
  font-size: 18px;
  color: #333;
  line-height: 26px;
  margin-top: 35px;
  font-family: "Microsoft YaHei";
}

.case_num li .en {
  font-size: 18px;
  color: #999;
  line-height: 25px;
}

.case_client {
  padding: 50px 0 45px;
  background-color: #eaeaea;
}

.case_title {
  font-size: 30px;
  color: #363636;
  line-height: 40px;
  text-align: center;
}

.case_en {
  font-size: 18px;
  color: #999;
  line-height: 23px;
  text-align: center;
  font-family: FCfont;
}

.client_list {
  margin-top: 40px;
}

.client_list li {
  float: left;
  width: 19.2%;
  margin: 0 1% 15px 0;
}

.client_list li:nth-child(5n) {
  margin-right: 0;
}

.client_list li img {
  display: block;
  width: 100%;
}

.case_hot {
  padding-top: 55px;
}

.case_nav {
  margin-top: 45px;
  height: 37px;
  text-align: center;
}

.case_nav ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.case_nav ul li {
  display: block;
  float: left;
  margin: 0 12px;
  line-height: 35px;
  font-size: 18px;
}

.case_nav ul li a {
  color: #666;
  padding: 0 13px;
  font-family: "Microsoft YaHei";
}

.case_nav ul li:hover,
.case_nav ul li.on {
  border-bottom: 2px solid #91d922;
}

.case_list {
  margin-top: 49px;
}

.case_list li {
  float: left;
  width: 30.92%;
  margin: 0 3.62% 49px 0;
}

.case_list li:nth-child(3n) {
  margin-right: 0;
}

.case_list li a {
  display: block;
  width: 100%;
}

.case_list li .pic {
  width: 100%;
  position: relative;
}

.case_list li .pic img {
  display: block;
  width: 100%;
}

.case_list li .yin {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.case_list li .yin i {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('../images/ic_back.png') no-repeat left -40px;
}

.case_list li .main {
  box-sizing: border-box;
  padding: 28px 4% 0;
  height: 126px;
  background-color: #eaeaea;
  text-align: center;
}

.case_list li .main .title {
  font-size: 18px;
  color: #333;
  line-height: 26px;
  font-family: "Microsoft YaHei";
}

.case_list li .main .txt {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 15px;
  font-family: "Microsoft YaHei";
  overflow: hidden;
  height: 48px;
}

.case_list li:hover .yin {
  display: block;
}

@media only screen and (max-width: 1440px) {
  .case_num {
    padding: 120px 0 130px;
  }

  .case_num li h3 {
    font-size: 80px;
    line-height: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .case_num {
    padding: 80px 0 90px;
  }

  .case_num li h3 {
    font-size: 60px;
    line-height: 60px;
  }

  .case_num li p {
    margin-top: 25px;
  }

  .case_title {
    font-size: 24px;
    line-height: 34px;
  }

  .case_en {
    font-size: 14px;
    line-height: 20px;
  }

  .case_nav,
  .case_list {
    margin-top: 35px;
  }

  .case_list li .main {
    padding: 20px 3% 0;
    height: 110px;
  }

  .case_list li .main .txt {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 750px) {
  .case_num {
    padding: .6rem 0 .7rem;
  }

  .case_num li h3 {
    font-size: 32px;
    line-height: 32px;
  }

  .case_num li p {
    margin-top: .2rem;
    font-size: 16px;
    line-height: 24px;
  }

  .case_num li .en {
    font-size: 16px;
    line-height: 22px;
  }

  .case_client {
    padding: .4rem 0 .3rem;
  }

  .case_title {
    font-size: 18px;
    line-height: 28px;
  }

  .client_list {
    margin-top: .3rem;
  }

  .case_hot {
    padding-top: .6rem;
  }

  .case_nav {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .case_nav li {
    margin: 0 10px 0 0;
    font-size: 16px;
  }

  .case_nav li a {
    padding: 0 .1rem;
  }

  .case_list li {
    width: 48%;
    margin: 0 4% .4rem 0;
  }

  .case_list li:nth-child(3n) {
    margin-right: 4%;
  }

  .case_list li:nth-child(2n) {
    margin-right: 0;
  }

  .case_list li .main {
    padding-top: .2rem;
    height: 106px;
  }

  .case_list li:hover .yin {
    display: none;
  }

}

@media only screen and (max-width: 480px) {
  .case_num li {
    width: 100%;
    margin-bottom: .3rem;
  }

  .client_list li {
    width: 48%;
    margin: 0 4% .3rem 0;
  }

  .client_list li:nth-child(5n) {
    margin-right: 4%;
  }

  .client_list li:nth-child(2n) {
    margin-right: 0;
  }

  .case_list li {
    width: 100%;
    margin-right: 0 !important;
  }

  .case_list li .main .title {
    font-size: 16px;
    line-height: 26px;
  }

  .case_list li .main .txt {
    height: auto;
  }

  .case_nav ul li {
    margin: 0 10px 0 0;
  }
}

/*案例详情*/
.model_banner {
  width: 100%;
}

.model_banner img {
  display: block;
  width: 100%;
}

.model_brand {
  background-color: #eaeaea;
  padding: 130px 0 100px;
}

.brand_left {
  width: 28.58%;
  float: left;
  height: 400px;
  background-color: #fff;
  display: table;
  box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.brand_left .img {
  display: table-cell;
  width: 100%;
  height: 410px;
  vertical-align: middle;
}

.brand_left .img img {
  margin: 0 auto;
  max-height: 410px;
  max-width: 100%;
}

.brand_right {
  width: calc(71.42% - 1px);
  float: right;
  background-color: #fff;
  height: 400px;
  margin-top: 50px;
  position: relative;
}

.brand_right .main {
  position: absolute;
  left: 6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 94%;
}

.brand_right .main i {
  display: block;
  width: 62px;
  height: 62px;
  background: url('../images/brand_icon.png') no-repeat;
}

.brand_right .main .title {
  font-size: 30px;
  color: #333;
  line-height: 38px;
  margin-top: 43px;
}

.brand_right .main .en {
  font-size: 16px;
  color: #999;
  line-height: 18px;
  font-family: FCfont;
}

.brand_right .main .txt {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin-top: 38px;
  width: 80%;
  font-family: "Microsoft YaHei";
}

.essence_left {
  float: left;
  width: 50%;
  height: 420px;
}

.ensence_right {
  float: right;
  width: 50%;
  height: 420px;
  background-color: #333;
  position: relative;
}

.ensence_right .main {
  position: absolute;
  left: 6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 94%;
}

.ensence_right .main .title {
  font-size: 30px;
  color: #91d922;
  line-height: 38px;
}

.ensence_right .main .en {
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  font-family: FCfont;
}

.ensence_right .main .txt {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin-top: 36px;
  width: 50%;
  font-family: "Microsoft YaHei";
}

.model_solve {
  width: 100%;
  background-color: #fff;
  padding: 83px 0 80px;
}

.model_solve .container {
  max-width: 1200px;
}

.model_title {
  font-size: 42px;
  color: #333;
  line-height: 50px;
  text-align: center;
}

.model_en {
  font-size: 16px;
  color: #666;
  line-height: 22px;
  text-align: center;
  margin-top: 15px;
  font-family: FCfont;
}

.solve_list {
  margin-top: 75px;
}

.solve_list ul li {
  float: left;
  width: 31.66%;
  margin: 0 2.51% 20px 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.solve_list ul li .pic img {
  display: block;
  width: 100%;
}

.solve_list ul li:nth-child(3n) {
  margin-right: 0;
}

.solve_list ul li .main {
  position: absolute;
  left: 0;
  top: calc(100% - 40px);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

.solve_list ul li .main .title {
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.solve_list ul li.show .main {
  top: 0;
}

.solve_list ul li.show .main .title {
  font-size: 26px;
  color: #92d923;
  line-height: 36px;
}

.solve_list ul li .main .txt {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  margin: 15px auto 0;
  width: 76%;
  text-align: center;
}

.solve_list ul li.show .tell {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.model_market {
  width: 100%;
  padding-top: 85px;
  background-color: #fff;
}

.market_list {
  margin-top: -5px;
}

.market_list ul li {
  padding: 54px 0;
}

.market_list ul li:nth-child(2n) {
  background-color: #eaeaea;
}

.market_main {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.market_main .market_pic {
  width: 53.56%;
  float: right;
  display: table;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.market_main .market_pic .img {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 530px;
}

.market_main .market_pic .img img {
  margin: 0 auto;
  max-height: 530px;
  max-width: 100%;
}

.market_main .market_txt {
  width: 35.72%;
  left: 9%;
  position: absolute;
  top: 0;
  height: 100%;
}

.market_main .market_txt .main {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.market_main .title {
  font-size: 30px;
  color: #333;
  line-height: 38px;
}

.market_main .txt {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  margin-top: 25px;
  font-family: "Microsoft YaHei";
}

.market_main .en {
  font-size: 12px;
  color: #999;
  line-height: 16px;
  font-family: FCfont;
  margin-top: 43px;
}

.market_list ul li:nth-child(2n) .market_pic {
  float: left;
}

.market_list ul li:nth-child(2n) .market_txt {
  left: auto;
  right: 9%;
}

.model_achieving {
  width: 100%;
  background-color: #eaeaea;
  padding: 85px 0 58px;
}

.market_achieving {
  background-color: #fff;
}

.achieving_det {
  margin-top: 45px;
}

.achieving_det img {
  display: block;
  width: 100%;
  margin-bottom: 26px;
}

.achieving_det img:last-child {
  margin-bottom: 0;
}

.model_more {
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
  border-bottom: 1px solid #eaeaea;
}

.model_more .container {
  max-width: 1200px;
}

.model_more li {
  float: left;
  width: 23.66%;
  height: 186px;
  margin-right: 1.78%;
  position: relative;
}

.model_more li:last-child {
  margin-right: 0;
  background-color: #94da29;
  overflow: hidden;
  text-align: center;
}

.model_more li a {
  display: block;
  width: 100%;
  height: 186px;
}

.model_more li .border {
  border: 2px solid #94da29;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: none;
}

.model_more li .main {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.model_more li .main p {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  line-height: 34px;
}

.model_more li .main i {
  display: block;
  width: 36px;
  height: 16px;
  background-position: 0 -110px;
  margin: 20px auto 5px;
  position: relative;
  left: 0;
}

.model_more li:hover .border {
  display: block;
}

.model_more li:hover .main i {
  left: -5px;
}

@media only screen and (max-width: 1024px) {
  .model_brand {
    padding: 90px 0 60px;
  }

  .brand_right .main .title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 35px;
  }

  .brand_right .main .txt,
  .ensence_right .main .txt {
    margin-top: 30px;
    width: 92%;
  }

  .essence_left {
    height: 224px;
  }

  .ensence_right {
    height: 224px;
  }

  .model_solve {
    padding: 60px 0;
  }

  .model_title {
    font-size: 30px;
    line-height: 38px;
  }

  .model_en {
    margin-top: 0;
  }

  .model_market {
    padding-top: 60px;
  }

  .market_list ul li {
    padding: 30px 0;
  }

  .market_main .market_pic .img {
    height: 320px;
  }

  .market_main .market_pic .img img {
    max-height: 320px;
  }

  .ensence_right .main .title,
  .market_main .title {
    font-size: 24px;
    line-height: 32px;
  }

  .market_main .txt {
    margin-top: 20px;
  }

  .market_main .en {
    margin-top: 30px;
  }

  .market_achieving {
    padding: 60px 0 30px;
  }

  .model_more li,
  .model_more li a {
    height: 146px;
  }

  .model_more li .main p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 750px) {
  .model_brand {
    padding: .6rem 0 .3rem;
  }

  .brand_left {
    width: 100%;
    height: auto;
    padding: .3rem;
  }

  .brand_left .img {
    display: block;
    height: auto;
  }

  .brand_left .img img {
    display: block;
    height: auto;
    max-width: 100%;
  }

  .brand_right {
    width: 100%;
    margin-top: .4rem;
    height: auto;
  }

  .brand_right .main,
  .ensence_right .main {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: .3rem 4%;
    width: 92%;
  }

  .brand_right .main i {
    width: .6rem;
    height: .6rem;
    background-size: 100%;
  }

  .brand_right .main .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: .3rem;
  }

  .brand_right .main .en {
    font-size: 14px;
  }

  .brand_right .main .txt {
    width: 100%;
    margin-top: .3rem;
    font-size: 14px;
    line-height: 26px;
  }

  .essence_left {
    float: none;
    width: 100%;
    height: 3.28rem;
  }

  .ensence_right {
    float: none;
    width: 100%;
    padding: 0;
    height: auto;
  }

  .ensence_right .main .title,
  .market_main .title {
    font-size: 18px;
    line-height: 28px;
  }

  .ensence_right .main .en {
    font-size: 14px;
  }

  .brand_right .main .txt,
  .ensence_right .main .txt {
    margin-top: .3rem;
    width: 100%;
  }

  .model_solve {
    padding: .6rem 0;
  }

  .model_title {
    font-size: 20px;
    line-height: 28px;
  }

  .model_en {
    font-size: 14px;
  }

  .solve_list {
    margin-top: .4rem;
  }

  .solve_list ul li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: .3rem;
  }

  .solve_list ul li .main .title {
    font-size: 16px;
  }

  .solve_list ul li.show .main .title {
    font-size: 18px;
    line-height: 26px;
  }

  .solve_list ul li .main .txt {
    margin: .2rem auto 0;
    width: 92%;
  }

  .model_market {
    padding-top: .6rem;
  }

  .market_list ul li {
    padding: .4rem 0;
  }

  .market_list {
    margin-top: .2rem;
  }

  .market_main .market_pic {
    float: none;
    width: 100%;
  }

  .market_main .market_pic .img {
    height: auto;
    display: block;
  }

  .market_main .market_pic .img img {
    display: block;
    max-width: 100%;
  }

  .market_main .market_txt {
    float: none;
    width: 100%;
    position: static;
    height: auto;
  }

  .market_main .market_txt .main {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: .3rem;
  }

  .market_main .txt {
    margin-top: .3rem;
    font-size: 14px;
  }

  .market_main .en {
    margin-top: .2rem;
  }

  .market_achieving {
    padding: .6rem 0 .3rem;
  }

  .achieving_det {
    margin-top: .4rem;
  }

  .model_more {
    padding: .4rem 0;
  }

  .model_more li {
    width: 48%;
    margin: 0 4% .3rem 0;
  }

  .model_more li:nth-child(2n) {
    margin-right: 0;
  }

  .model_more li,
  .model_more li a {
    height: 2.18rem;
  }

  .model_more li .main p {
    font-size: 14px;
    line-height: 24px;
  }

  .model_more li:hover .border {
    display: none;
  }

  .model_more li:hover .main i {
    left: 0;
  }

}


/*公司简介*/
.about_main {
  width: 100%;
  background-color: #eee;
}

.about_left {
  width: 47.36%;
  float: left;
  background-color: #fff;
  height: 454px;
}

.about_left .main {
  width: 72.4%;
  margin: 0 auto;
  padding-top: 90px;
}

.about_left img {
  display: block;
  width: 100%;
}

.about_left .title {
  font-size: 16px;
  color: #363636;
  line-height: 26px;
  margin-top: 35px;
  font-family: "Microsoft YaHei";
}

.about_left .en {
  font-size: 12px;
  color: #999;
  line-height: 16px;
  font-family: FCfont;
  margin-top: 44px;
}

.about_right {
  width: 52.54%;
  float: right;
  background-color: #363636;
  height: 454px;
}

.about_right .name {
  width: 100%;
  height: 91px;
  text-align: center;
  background-color: #91d922;
}

.about_right .name h3 {
  font-size: 30px;
  color: #fff;
  line-height: 40px;
  padding-top: 18px;
}

.about_right .name .en {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  font-family: FCfont;
}

.about_right .main {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  padding: 32px 0 0 5.5%;
  width: 550px;
}

.about_right .main p {
  margin-bottom: 22px;
  font-family: "Microsoft YaHei";
}

.about_office {
  position: relative;
  width: 100%;
}

.about_office img {
  display: block;
  width: 100%;
}

.about_office .yin {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 58, 73, 0.58);
}

.about_office .yin .main {
  padding: 58px 0 0 8.2%;
  width: 485px;
  color: #fff;
}

.about_office .main .title {
  font-size: 30px;
  line-height: 40px;
}

.about_office .main .en {
  font-size: 16px;
  line-height: 24px;
}

.about_office .main .area {
  font-size: 14px;
  line-height: 22px;
  margin-top: 32px;
  font-family: "Microsoft YaHei";
}

.about_office .main .num {
  font-size: 58px;
  font-weight: bold;
  font-family: Robotofont;
  line-height: 52px;
}

.about_office .main .txt {
  font-size: 16px;
  line-height: 26px;
  margin-top: 50px;
  font-family: "Microsoft YaHei";
}

.about_office .video {
  position: absolute;
  right: 2%;
  width: 45%;
  top: 10%;
  box-sizing: border-box;
  border: 10px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6);
}

.about_office .video img {
  display: block;
  width: 100%;
}

.about_office .video video {
  display: none;
}


.about_development {
  width: 100%;
  background: url('../img/development_bg.jpg') no-repeat center bottom #fff;
  background-size: 100% auto;
  padding: 66px 0 72px;
}

.about_development .title {
  font-size: 30px;
  color: #91d922;
  line-height: 40px;
  text-align: center;
}

.about_development .star,
.about_development .end {
  font-size: 16px;
  color: #999;
  line-height: 34px;
  font-family: FCfont;
  text-align: center;
}

.about_development .star span {
  font-family: Robotofont;
  font-weight: bold;
}

.development_list {
  background: url('../images/development_line.png') repeat-y center top;
  margin-top: 40px;
  position: relative;
  padding-top: 105px;
  overflow: hidden;
}

.development_list .arrowTop {
  width: 22px;
  height: 22px;
  background-position: 0 -20px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -12px;
}

.develop_item {
  width: 48%;
  margin: 0 50% 60px 2%;
  position: relative;
}

.develop_item .pic {
  float: right;
  width: 156px;
  height: 140px;
  position: relative;
  z-index: 0;
  margin: 3px 8% 0 0;
  cursor: pointer;
  overflow: hidden;
}

.develop_item .pic img {
  display: block;
  width: 100%;
  height: 140px;
}

.develop_item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.develop_item .yin {
  background: url('../images/development_bg.png') no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.develop_item .main {
  float: right;
  width: calc(86% - 156px);
  margin-right: 6%;
  text-align: right;
}

.develop_item .main .year {
  font-size: 42px;
  color: #363636;
  font-family: Robotofont;
  font-weight: bold;
  line-height: 42px;
}

.develop_item .main .txt {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin-top: 14px;
  font-family: "Microsoft YaHei";
}

.develop_item .main .en {
  font-size: 12px;
  color: #999;
  line-height: 16px;
  font-family: FCfont;
  margin-top: 20px;
}

.develop_item .main .icon {
  display: block;
  width: 22px;
  height: 22px;
  background-position: -25px -20px;
  position: absolute;
  right: -11px;
  top: 62px;
}

.development_cont .develop_item:nth-child(2n) {
  margin: 0 2% 60px 50%;
}

.development_cont .develop_item:nth-child(2n) .pic,
.development_cont .develop_item:nth-child(2n) .main {
  float: left;
  margin-right: 0;
  margin-left: 6%;
}

.development_cont .develop_item:nth-child(2n) .yin {
  background-image: url('../images/development_r_bg.png');
}

.development_cont .develop_item:nth-child(2n) .main {
  text-align: left;
}

.development_cont .develop_item:nth-child(2n) .main .icon {
  right: auto;
  left: 0;
  margin: 0 0 0 -12px;
}


@media only screen and (max-width: 1240px) {
  .about_right .main {
    width: 92%;
    padding: 40px 4% 0;
  }
}

@media only screen and (max-width: 1024px) {
  .about_left {
    float: none;
    width: 100%;
    height: auto;
    padding: 30px 0;
  }

  .about_left img {
    max-width: 479px;
  }

  .about_left .main {
    width: 92%;
    padding: 0 4%;
  }

  .about_right {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .about_right .main {
    padding: 30px 4% 8px;
  }

  .about_office .yin .main {
    padding: 38px 0 0 4%;
  }

  .about_office .main .title {
    font-size: 24px;
    line-height: 32px;
  }

  .about_office .main .area {
    margin-top: 22px;
  }

  .about_office .main .num {
    font-size: 38px;
    line-height: 38px;
  }

  .about_office .main .txt {
    margin-top: 30px;
  }

  .about_office .video {
    width: 40%;
    top: 15%;
  }

  .about_development .title {
    font-size: 30px;
    line-height: 34px;
  }

  .about_development .star,
  .about_development .end {
    line-height: 26px;
  }

  .develop_item .main .year {
    font-size: 30px;
    line-height: 30px;
  }

  .develop_item .main .txt {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }

  .develop_item .main .en {
    margin-top: 10px;
  }

  .develop_item .pic {
    width: 120px;
    height: 108px;
    margin-right: 4%;
  }

  .develop_item .pic img {
    height: 106px;
    margin: 1px 0;
  }

  .develop_item .yin {
    background-size: 100%;
  }

  .develop_item .main .icon {
    top: 46px;
  }

  .development_cont .develop_item:nth-child(2n) .pic {
    margin-left: 4%;
  }

  .develop_item .main {
    margin-right: 4%;
    width: calc(92% - 120px);
  }

  .development_cont .develop_item:nth-child(2n) .main {
    margin-right: 0;
    margin-left: 4%;
  }
}

@media only screen and (max-width: 768px) {
  .about_right .name {
    height: auto;
    padding: 10px 0;
  }

  .about_right .name h3 {
    font-size: 18px;
    line-height: 28px;
    padding-top: 0;
  }

  .about_right .name .en {
    font-size: 14px;
    line-height: 22px;
  }

  .about_office .yin .main {
    width: 50%;
    padding: 20px 4% 0;
  }

  .about_office .main .title {
    font-size: 16px;
    line-height: 24px;
  }

  .about_office .main .en {
    font-size: 14px;
    line-height: 20px;
  }

  .about_office .main .area {
    margin-top: 10px;
  }

  .about_office .main .num {
    font-size: 24px;
    line-height: 24px;
  }

  .about_office .main .txt {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }

  .about_development {
    padding-top: 40px;
  }

  .development_list {
    padding-top: 65px;
  }

  .develop_item {
    margin-bottom: 30px;
  }

  .develop_item .main {
    width: 92%;
    margin: 20px 4% 0;
  }
}

@media only screen and (max-width: 750px) {
  .about_office {
    margin-bottom: 5.75rem;
  }

  .about_office .yin .main {
    margin-top: 2.24rem;
    padding: 20px 4%;
    color: #333;
    background-color: #fff;
    width: auto;
  }

  .about_office .video {
    position: static;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .about_right .main p {
    margin-bottom: 15px;
  }

  .about_office {
    margin-bottom: 7.3rem;
  }

  .about_office .main .tx {
    font-size: 14px;
    line-height: 26px;
  }

  .about_development {
    padding-top: 30px;
  }

  .about_development .title {
    font-size: 20px;
    line-height: 28px;
  }

  .about_development .star,
  .about_development .end {
    font-size: 14px;
  }

  .develop_item {
    margin-bottom: 20px;
  }

  .develop_item .pic {
    margin-right: 20px;
  }

  .development_cont .develop_item:nth-child(2n) .pic {
    margin-right: 0;
    margin-left: 20px;
  }

  .develop_item .main .year {
    font-size: 24px;
    line-height: 24px;
  }

  .develop_item .main .txt {
    font-size: 14px;
  }
}

/*企业文化*/
.culture_main {
  width: 100%;
  background-color: #eaeaea;
  padding-bottom: 27px;
}

.culture_main .sub_banner .container {
  max-width: 1200px;
}

.culture_main .sub_banner .title,
.culture_main .sub_banner .txt {
  text-align: left;
}

.culture_main .sub_banner .more {
  margin-left: 0;
}

.culture_main .container {
  position: relative;
  z-index: 10;
}

.culture_value {
  padding: 50px 0 75px;
  background-color: #91d922;
  margin-top: -172px;
}

.culture_value .title {
  font-size: 42px;
  color: #fff;
  line-height: 58px;
  text-align: center;
}

.culture_value .en {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  font-family: FCfont;
}

.value_list {
  width: 66%;
  margin: 32px auto 0;
}

.value_list li {
  float: left;
  width: 33.33%;
  text-align: center;
  cursor: pointer;
}

.value_list li .pic {
  width: 122px;
  height: 122px;
  background-color: #fff;
  margin: 0 auto 32px;
  overflow: hidden;
  border-radius: 100%;
}

.value_list li .pic i {
  display: block;
  width: 75px;
  height: 75px;
  margin: 23px auto 0;
  background: url('../images/value_icon.png') no-repeat;
}

.value_list li .pic .icon2 {
  background-position: 0 -75px;
}

.value_list li .pic .icon3 {
  background-position: 0 -150px;
}

.value_list li h4 {
  font-size: 26px;
  color: #fff;
  line-height: 34px;
  font-weight: normal;
}

.value_list li p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  font-family: FCfont;
}

.value_list li:hover .pic {
  background-color: #91d922;
}

.value_list li:hover .icon1 {
  background-position: -75px 0;
}

.value_list li:hover .icon2 {
  background-position: -75px -75px;
}

.value_list li:hover .icon3 {
  background-position: -75px -75px;
}

.culture_vision {
  margin-top: 26px;
}

.vision_left {
  width: 32.14%;
  height: 550px;
  box-sizing: border-box;
  background-color: #fff;
  float: left;
}

.vision_left .main {
  padding: 80px 0 0 24%;
}

.vision_left .title {
  font-size: 30px;
  color: #91d922;
  line-height: 42px;
}

.vision_left .sub_title {
  font-size: 16px;
  color: #999;
  line-height: 24px;
  font-family: FCfont;
}

.vision_left .txt {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin-top: 38px;
  font-family: "Microsoft YaHei";
}

.vision_left .en {
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-top: 45px;
}

.vision_pic {
  width: 35.72%;
  height: 550px;
  float: left;
  overflow: hidden;
}

.vision_pic .img {
  width: 100%;
  height: 550px;
}

.vision_pic .img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.vision_right {
  background-color: #363636;
  float: right;
}

.vision_right .txt {
  color: #fff;
  height: 52px;
}

.culture_list {
  margin-top: 26px;
  background-color: #fff;
  position: relative;
  z-index: 0;
}

.culture_list .name {
  width: 14.58%;
  height: 150px;
  position: absolute;
  left: 35.42%;
  top: 350px;
  background-color: #91d922;
  z-index: 10;
  overflow: hidden;
  text-align: center;
  border-right: 1px solid #91d922;
}

.culture_list .name h3 {
  font-size: 30px;
  color: #fff;
  line-height: 36px;
  margin-top: 45px;
}

.culture_list .name p {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  font-family: FCfont;
}

.culture_list li .culture_pic {
  width: 50%;
  float: right;
  height: 500px;
  overflow: hidden;
}

.culture_list li .culture_pic .img {
  width: 100%;
  height: 500px;
}

.culture_list li .culture_pic .img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.culture_list li .culture_txt {
  width: 50%;
  float: left;
}

.culture_list li .culture_txt .main {
  padding: 40px 16% 0;
}

.culture_list li .main .title {
  font-size: 30px;
  color: #91d922;
  line-height: 44px;
}

.culture_list li .main .en {
  font-size: 16px;
  color: #999;
  line-height: 24px;
  font-family: FCfont;
}

.culture_list li .main .sub_title {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin-top: 30px;
  font-family: "Microsoft YaHei";
}

.culture_list li .main .txt {
  font-size: 14px;
  color: #363636;
  line-height: 26px;
  margin-top: 34px;
  font-family: "Microsoft YaHei";
}

.culture_list li.middle {
  height: 350px;
}

.culture_list li.middle .culture_pic {
  margin-top: -150px;
  float: left;
  width: 35.42%;
}

.culture_list li.middle .culture_txt {
  width: 64.58%;
}

.culture_list li.end .culture_pic {
  width: 64.58%;
}

.culture_list li.end .culture_txt {
  width: 35.42%;
}

.culture_list li.middle .main {
  padding-left: 12%;
}

@media only screen and (max-width: 1024px) {
  .culture_value {
    margin-top: -100px;
  }

  .culture_value .title {
    font-size: 30px;
    line-height: 46px;
  }

  .value_list {
    width: 92%;
  }

  .value_list li .pic {
    margin-bottom: 28px;
  }

  .vision_left,
  .vision_pic,
  .vision_pic .img {
    height: 370px;
  }

  .vision_left .main {
    padding: 40px 4% 0 6%;
  }

  .vision_left .title {
    font-size: 24px;
    line-height: 32px;
  }

  .vision_left .txt {
    font-size: 16px;
    line-height: 24px;
  }

  .culture_list .name {
    position: static;
    width: 100%;
    height: auto;
    padding: 10px 0;
  }

  .culture_list .name h3 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
  }

  .culture_list li .culture_pic,
  .culture_list li .culture_pic .img {
    height: 336px;
  }

  .culture_list li.middle,
  .culture_list li.middle .culture_pic .img {
    height: 500px;
  }

  .culture_list li.middle .culture_pic {
    width: 50%;
    margin-top: 0;
    height: 500px;
  }

  .culture_list li.middle .culture_txt {
    width: 50%;
  }

  .culture_list li .main .title {
    font-size: 24px;
    line-height: 32px;
  }

  .culture_list li .main .sub_title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 750px) {
  .culture_value {
    margin-top: -.8rem;
  }

  .culture_value .title {
    font-size: 18px;
    line-height: 28px;
  }

  .culture_value .en {
    font-size: 14px;
  }

  .culture_value {
    padding: .5rem 0 .6rem;
  }

  .value_list {
    margin-top: 20px;
    width: 100%;
  }

  .value_list li .pic {
    width: 62px;
    height: 62px;
    margin-bottom: 15px;
  }

  .value_list li .pic i {
    width: 40px;
    height: 40px;
    background-size: 80px 120px;
    margin-top: 11px;
  }

  .value_list li .pic .icon2 {
    background-position: 0 -40px;
  }

  .value_list li .pic .icon3 {
    background-position: 0 -80px;
  }

  .value_list li:hover .pic .icon1 {
    background-position: -40px 0;
  }

  .value_list li:hover .pic .icon2 {
    background-position: -40px -40px;
  }

  .value_list li:hover .pic .icon3 {
    background-position: -40px -80px;
  }

  .value_list li h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .value_list li p {
    font-size: 12px;
    line-height: 16px;
  }

  .vision_left,
  .vision_pic {
    width: 100%;
    float: none;
    height: auto;
  }

  .vision_left .main {
    padding: .4rem 4%;
  }

  .vision_left .title {
    font-size: 18px;
    line-height: 28px;
  }

  .vision_left .sub_title {
    font-size: 14px;
  }

  .vision_left .txt {
    margin-top: .3rem;
    font-size: 14px;
    line-height: 26px;
  }

  .vision_right .txt {
    height: auto;
  }

  .vision_left .en {
    margin-top: .3rem;
  }

  .vision_pic,
  .vision_pic .img,
  .culture_list li .culture_pic .img {
    height: 5rem;
  }

  .culture_list li .culture_pic {
    width: 100% !important;
    height: 4.92rem;
  }

  .culture_list li .culture_txt {
    width: 100% !important;
    height: auto;
    padding: .3rem 0;
  }

  .culture_list li .culture_txt .main {
    padding: 0 4%;
  }

  .culture_list li .main .title {
    font-size: 18px;
    line-height: 28px;
  }

  .culture_list li .main .en {
    font-size: 14px;
  }

  .culture_list li .main .sub_title {
    margin-top: .2rem;
  }

  .culture_list li .main .txt {
    margin-top: .3rem;
  }

  .culture_list li.middle .culture_pic,
  .culture_list li.middle .culture_pic .img {
    height: 5rem;
  }

  .culture_list li.end .culture_pic,
  .culture_list li.end .culture_pic .img {
    height: 4rem;
  }
}

/*资质荣誉*/
.honor_main {
  padding-bottom: 42px;
}

.honor_list {
  width: 85%;
  margin: 0 auto;
  padding-top: 123px;
}

.honor_list li {
  border-bottom: 1px solid #ecebeb;
  padding: 37px 0 112px;
}

.honor_list li:last-child {
  border: none;
}

.honor_list li .honor_pic {
  display: table;
  overflow: hidden;
  position: relative;
  text-align: center;
  float: left;
  width: 365px;
  height: 330px;
  margin-left: 12%;
}

.honor_list li .honor_pic .img {
  display: table-cell;
  vertical-align: middle;
  width: 365px;
  height: 330px;
}

.honor_list li .honor_pic .img img {
  margin: 0 auto;
  max-height: 330px;
  max-width: 365px;
}

.honor_list li .main {
  float: right;
  width: calc(80% - 365px);
}

.honor_list li .main .num {
  font-size: 80px;
  color: #91d922;
  font-weight: bold;
  font-family: Robotofont;
  line-height: 80px;
  padding-top: 20px;
}

.honor_list li .main .line {
  width: 70px;
  height: 3px;
  background-color: #b0d563;
  margin: 30px 0 20px;
}

.honor_list li .main .title {
  font-size: 18px;
  line-height: 26px;
  color: #333;
  font-family: "Microsoft YaHei";
}

.honor_list li .main .en {
  font-size: 16px;
  color: #999;
  line-height: 24px;
  margin-top: 30px;
}

@media only screen and (max-width: 1680px) {
  .honor_list {
    width: 92%;
  }

  .honor_list li .honor_pic {
    margin-left: 8%;
  }

  .honor_list li .main {
    width: calc(82% - 365px);
  }
}

@media only screen and (max-width: 1440px) {
  .honor_list li {
    padding: 30px 0 80px;
  }

  .honor_list li .honor_pic {
    margin-left: 4%;
  }

  .honor_list li .main {
    width: calc(90% - 280px);
  }

  .honor_list li .honor_pic {
    width: 280px;
    height: 250px;
  }

  .honor_list li .honor_pic .img {
    width: 280px;
    height: 250px;
  }

  .honor_list li .honor_pic .img img {
    max-height: 250px;
    max-width: 280px;
  }

  .honor_list li .main .num {
    font-size: 56px;
    line-height: 56px;
  }

  .honor_list li .main .title {
    font-size: 22px;
    line-height: 34px;
  }

  .honor_list li .main .en {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .honor_list {
    padding-top: 60px;
  }

  .honor_list li {
    padding: 20px 0 40px;
  }

  .honor_list li .honor_pic {
    margin-left: 0;
  }

  .honor_list li .main {
    width: calc(94% - 220px);
    float: right;
  }

  .honor_list li .honor_pic {
    width: 220px;
    height: 200px;
  }

  .honor_list li .honor_pic .img {
    width: 220px;
    height: 200px;
  }

  .honor_list li .honor_pic .img img {
    max-height: 200px;
    max-width: 220px;
  }

  .honor_list li .main .num {
    font-size: 48px;
    line-height: 48px;
  }

  .honor_list li .main .line {
    margin-top: 20px;
  }

  .honor_list li .main .title {
    font-size: 18px;
    line-height: 28px;
  }

  .honor_list li .main .en {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 750px) {
  .honor_list {
    padding-top: .6rem;
  }

  .honor_list li {
    padding: .2rem 0 .5rem;
  }

  .honor_list li .main .num {
    font-size: 36px;
    line-height: 36px;
  }

  .honor_list li .main .line {
    margin: .2rem 0 .1rem;
  }

  .honor_list li .honor_pic {
    margin-top: .3rem;
  }
}

@media only screen and (max-width: 480px) {
  .honor_list li .honor_pic {
    float: none;
  }

  .honor_list li .honor_pic {
    width: 100%;
    height: auto;
  }

  .honor_list li .honor_pic .img {
    width: 100%;
    height: auto;
    display: block;
  }

  .honor_list li .honor_pic .img img {
    max-height: auto;
    max-width: 100%;
    display: block;
  }

  .honor_list li .main {
    float: none;
    width: 100%;
    margin: .3rem 0 0;
  }
}


/*用人理念*/
.idea_main {
  width: 100%;
  background-color: #eaeaea;
  padding-bottom: 122px;
}

.idea_main .sub_banner .txt {
  font-family: FCfont;
}

.idea_cont {
  padding-top: 70px;
}

.idea_cont .title {
  font-size: 30px;
  color: #91d922;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
}

.idea_cont .en {
  font-size: 16px;
  color: #999;
  line-height: 24px;
  text-align: center;
  font-family: FCfont;
}

.idea_list {
  margin-top: 110px;
}

.idea_list li {
  float: left;
  width: 31.24%;
  float: left;
  margin: 0 3.14% 30px 0;
  cursor: pointer;
}

.idea_list li:nth-child(3n) {
  margin-right: 0;
}

.idea_list li img {
  display: block;
  width: 100%;
}

.idea_list li .main {
  padding: 37px 13% 0;
  box-sizing: border-box;
  height: 336px;
  background-color: #363636;
}

.idea_list li .main .name {
  text-align: center;
  font-size: 30px;
  color: #91d922;
  line-height: 40px;
}

.idea_list li .main .txt {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin-top: 40px;
}

.idea_list li:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.idea_bot {
  padding-top: 100px;
}

.idea_cont .idea_bot .title {
  color: #666;
}

.idea_bot .en {
  margin-bottom: 104px;
}

.joinBtn {
  display: block;
  width: 263px;
  height: 89px;
  background-color: #91d922;
  margin: 0 auto;
  line-height: 89px;
  padding-left: 70px;
  font-size: 42px;
  color: #fff;
  font-family: FCfont;
}

.joinBtn i {
  display: block;
  float: right;
  width: 15px;
  height: 28px;
  background-position: 0 -45px;
  margin: 32px 55px 0 0;
}

.joinBtn:hover i {
  margin-right: 50px;
}

@media only screen and (max-width: 1024px) {
  .idea_cont {
    padding-top: 50px;
  }

  .idea_cont .title,
  .idea_list li .main .name {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
  }

  .idea_list {
    margin-top: 80px;
  }

  .idea_list li .main {
    padding: 30px 4% 0;
    height: 266px;
  }

  .idea_list li .main .txt {
    margin-top: 20px;
  }

  .idea_bot {
    padding-top: 60px;
  }

  .idea_bot .en {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 750px) {
  .idea_main {
    padding-bottom: .6rem;
  }

  .idea_cont {
    padding-top: .5rem;
  }

  .idea_cont .title,
  .idea_list li .main .name {
    font-size: 18px;
    line-height: 26px;
  }

  .idea_list {
    margin-top: .4rem;
  }

  .idea_list li {
    width: 100%;
    margin: 0 0 .3rem 0;
  }

  .idea_list li:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  }

  .idea_list li .main {
    height: auto;
    padding: .3rem;
  }

  .idea_cont .en {
    font-size: 14px;
  }

  .idea_list li .main .txt {
    margin-top: .2rem;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }

  .idea_bot {
    padding-top: .3rem;
  }

  .idea_bot .en {
    margin-bottom: .4rem;
  }
}

/*风采展示*/
.show_main {
  background-color: #fff;
  padding-bottom: 107px;
}

.show_info {
  margin-top: 39px;
}

.show_item .show_pic,
.show_item .show_txt {
  width: 50%;
  height: 468px;
  float: right;
  overflow: hidden;
}

.show_item .show_pic .img {
  height: 468px;
  width: 100%;
}

.show_item .show_pic .img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.show_item_bot .show_pic,
.show_item_bot .show_txt {
  float: left;
}

.show_item .main {
  padding: 70px 13% 0;
}

.show_info .title {
  font-size: 30px;
  color: #333;
  line-height: 38px;
}

.show_info .txt {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin-top: 50px;
  font-family: "Microsoft YaHei";
}

.show_info .en {
  font-size: 16px;
  color: #999;
  line-height: 26px;
  font-family: FCfont;
  margin-top: 45px;
}

.show_mid {
  position: relative;
  overflow: hidden;
}

.show_mid img {
  display: block;
  width: 100%;
}

.show_mid:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.show_mid .yin {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.69);
  left: 0;
  top: 0;
  overflow: hidden;
  text-align: center;
}

.show_info .show_mid .title {
  color: #fff;
  margin-top: 138px;
}

.show_info .show_mid .txt {
  color: #fff;
  margin-top: 45px;
}

.show_info .show_mid .en {
  margin-top: 47px;
}

.show_home {
  margin-top: 80px;
}

.show_home .title {
  font-size: 30px;
  color: #333;
  line-height: 38px;
  text-align: center;
}

.show_tabs {
  width: 100%;
  overflow: hidden;
}

.show_cont {
  margin-top: 52px;
}

.show_list {
  float: left;
}

.show_list li {
  float: left;
  width: 31.58%;
  margin: 0 2.63% 30px 0;
}

.show_list li:nth-child(3n) {
  margin-right: 0;
}

.show_list li img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 1440px) {
  .show_item .main {
    padding: 70px 10% 0;
  }
}

@media only screen and (max-width: 1366px) {
  .show_item .main {
    padding: 70px 8% 0;
  }
}

@media only screen and (max-width: 1280px) {
  .show_item .main {
    padding: 70px 4% 0;
  }

  .show_info .show_mid .title {
    margin-top: 105px;
  }
}

@media only screen and (max-width: 1280px) {
  .show_info .txt {
    font-size: 16px;
  }

  .show_info .en {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  .show_item .main {
    padding: 30px 4% 0;
  }

  .show_info .title,
  .show_home .title {
    font-size: 24px;
    line-height: 32px;
  }

  .show_info .txt {
    margin-top: 20px;
  }

  .show_info .en {
    margin-top: 15px;
  }

  .show_item .show_pic,
  .show_item .show_txt,
  .show_item .show_pic .img {
    height: 315px;
  }

  .show_info .show_mid .title {
    margin-top: 70px;
  }

  .joinBtn {
    height: 72px;
    line-height: 72px;
    width: 200px;
    padding-left: 40px;
    font-size: 36px;
  }

  .joinBtn i {
    margin: 23px 40px 0 0;
  }

  .joinBtn:hover i {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 750px) {
  .show_main {
    padding-bottom: .6rem;
  }

  .show_info {
    margin-top: .4rem;
  }

  .show_item .show_pic,
  .show_item .show_txt {
    float: none;
    width: 100%;
    height: auto;
  }

  .show_item .show_pic,
  .show_item .show_pic .img {
    height: 4.6rem;
  }

  .show_item .main {
    padding: .3rem 0;
  }

  .show_info .title,
  .show_home .title {
    font-size: 18px;
    line-height: 26px;
  }

  .show_info .txt {
    margin-top: .2rem;
    font-size: 14px;
    line-height: 26px;
  }

  .show_info .en {
    font-size: 14px;
    margin-top: .2rem;
  }

  .show_mid .yin {
    position: static;
    background-color: #fff;
    padding: .3rem 0;
    text-align: left;
  }

  .show_info .show_mid .title {
    color: #333;
    margin-top: 0;
  }

  .show_info .show_mid .txt {
    margin-top: .2rem;
    color: #666;
  }

  .show_info .show_mid .en {
    margin-top: .2rem;
  }

  .show_home {
    margin-top: .4rem;
  }

  .show_list li {
    width: 100%;
    margin: 0 0 .3rem 0;
  }

  .joinBtn {
    height: 48px;
    line-height: 48px;
    width: 120px;
    padding-left: 30px;
    font-size: 20px;
  }

  .joinBtn i {
    margin: 17px 20px 0 0;
    height: 14px;
    width: 8px;
    background-size: 100px 100px;
    background-position: 0 -22px;
  }

  .joinBtn:hover i {
    margin-right: 20px;
  }
}

/*加入我们*/
.join_main {
  padding-bottom: 49px;
  background-color: #eaeaea;
}

.join_main .yin {
  background-color: rgba(0, 0, 0, 0);
}

.join_main .sub_banner .more {
  margin-top: 50px;
}

.join_top {
  padding: 80px 0 260px;
  background-color: #fff;
}

.join_top .title,
.job_welfare .title {
  font-size: 30px;
  color: #333;
  line-height: 38px;
  margin-bottom: 45px;
  text-align: center;
}

.join_top .txt,
.job_welfare .txt {
  width: 660px;
  margin: 0 auto 90px;
  font-size: 18px;
  color: #666;
  line-height: 26px;
  text-align: center;
  font-family: "Microsoft YaHei";
}

.join_list {
  position: relative;
  z-index: 10;
}

.explandList {
  margin-top: -260px;
}

.explandList li {
  float: left;
  width: 18.58%;
  margin-right: 1.775%;
  cursor: pointer;
}

.explandList li:last-child {
  margin-right: 0;
}

.explandList li .pic {
  width: 100%;
  height: 260px;
}

.explandList li .main {
  height: 160px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 18px 14% 0;
}

.explandList li .main .name {
  font-size: 26px;
  color: #333;
  line-height: 34px;
  text-align: center;
}

.explandList li .main .txt {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-top: 13px;
  font-family: "Microsoft YaHei";
}

.explandList li:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.job_welfare {
  margin-top: 73px;
}

.welfareList {
  width: 85.72%;
  margin: 0 auto;
  padding-bottom: 90px;
}

.welfareList li {
  float: left;
  width: 25%;
  text-align: center;
  margin-bottom: 80px;
}

.welfareList li .pic {
  width: 115px;
  height: 115px;
  border: 1px solid #363636;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
}

.welfareList li .pic i {
  display: block;
  width: 70px;
  height: 70px;
  background: url('../images/welfare_icon.png') no-repeat;
  margin: 23px auto 0;
}

.welfareList li .pic .icon2 {
  background-position: 0 -70px;
}

.welfareList li .pic .icon3 {
  background-position: 0 -140px;
}

.welfareList li .pic .icon4 {
  background-position: 0 -210px;
}

.welfareList li .pic .icon5 {
  background-position: 0 -280px;
}

.welfareList li .pic .icon6 {
  background-position: 0 -350px;
}

.welfareList li .pic .icon7 {
  background-position: 0 -420px;
}

.welfareList li .pic .icon8 {
  background-position: 0 -490px;
}

.welfareList li:hover .pic {
  background-color: #91d922;
  border-color: #91d922;
}

.welfareList li:hover .pic .icon1 {
  background-position: -70px 0;
}

.welfareList li:hover .pic .icon2 {
  background-position: -70px -70px;
}

.welfareList li:hover .pic .icon3 {
  background-position: -70px -140px;
}

.welfareList li:hover .pic .icon4 {
  background-position: -70px -210px;
}

.welfareList li:hover .pic .icon5 {
  background-position: -70px -280px;
}

.welfareList li:hover .pic .icon6 {
  background-position: -70px -350px;
}

.welfareList li:hover .pic .icon7 {
  background-position: -70px -420px;
}

.welfareList li:hover .pic .icon8 {
  background-position: -70px -490px;
}

.welfareList li .name {
  font-size: 18px;
  color: #666;
  line-height: 26px;
  margin-top: 13px;
  font-family: "Microsoft YaHei";
}

.welfareList li .en {
  font-size: 16px;
  color: #999;
  line-height: 20px;
}

.job_main {
  background-color: #fff;
  width: 85.72%;
  margin: 0 auto;
  padding-bottom: 52px;
}

.job_main .job_title {
  width: 80%;
  height: 108px;
  line-height: 108px;
  color: #fff;
  background-color: #91d922;
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: -42px;
}

.job_main .title {
  font-size: 26px;
  color: #91d922;
  line-height: 40px;
  text-align: center;
}

.job_main .en {
  font-size: 17px;
  color: #999;
  line-height: 20px;
  text-align: center;
}

.job_top {
  border-bottom: 1px solid #999;
  margin-top: 30px;
  padding: 0 4%;
}

.job_main li {
  float: left;
  width: 33.33%;
  text-align: center;
  font-size: 18px;
  color: #666;
  line-height: 67px;
  float: left;
  font-family: "Microsoft YaHei";
}

.job_main .job_top li {
  font-weight: bold;
}

.job_item {
  width: 92%;
  margin: 0 auto;
}

.job_main .job_item li {
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
}

.job_main .job_item li .arrow {
  display: block;
  width: 16px;
  height: 16px;
  margin: 26px auto 25px;
  background-position: -20px -45px;
}

.job_main .job_item.show li {
  background-color: #eaeaea;
}

.job_main .job_item.show li .arrow {
  background-position: -40px -45px;
}

.job_item .erify {
  border-bottom: 1px solid #eaeaea;
  padding: 18px 0 30px;
  display: none;
}

.job_item .erify .name {
  font-size: 18px;
  color: #666;
  line-height: 24px;
  width: 800px;
  margin: 0 auto;
}

.job_item .erify .txt {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  width: 800px;
  margin: 0 auto;
}

.job_email {
  width: 58.5%;
  margin: 60px auto 0;
  background-color: #91d922;
  height: 86px;
  line-height: 86px;
  font-size: 18px;
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
}

.job_email span {
  font-family: FCfont;
}

@media only screen and (max-width: 1440px) {
  .join_top {
    padding-bottom: 244px;
  }

  .explandList {
    margin-top: -244px;
  }

  .explandList li .pic {
    height: 244px;
  }

  .explandList li .main {
    padding: 15px 4% 0;
  }
}

@media only screen and (max-width: 1024px) {
  .join_top {
    padding: 60px 0 175px;
  }

  .explandList {
    margin-top: -175px;
  }

  .explandList li .pic {
    height: 175px;
  }

  .join_top .title,
  .job_welfare .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  .join_top .txt,
  .job_welfare .txt {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .explandList li .main .name {
    font-size: 18px;
    line-height: 26px;
  }

  .explandList li .main .txt {
    line-height: 24px;
  }

  .job_welfare {
    margin-top: 50px;
  }

  .job_main .job_title {
    font-size: 24px;
    height: 92px;
    line-height: 92px;
    top: -32px;
  }

  .job_main .title {
    font-size: 20px;
    line-height: 30px;
    margin-top: -20px;
  }

  .job_main .en {
    font-size: 14px;
  }

  .job_main li {
    font-size: 16px;
  }

  .job_item .erify .txt {
    width: 100%;
  }

  .job_item .erify .name {
    font-size: 16px;
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  .join_main {
    padding-bottom: .6rem;
  }

  .join_top {
    padding: .4rem 0;
  }

  .join_top .title,
  .job_welfare .title {
    font-size: 18px;
    line-height: 28px;
  }

  .join_top .txt,
  .job_welfare .txt {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    margin-bottom: .4rem;
  }

  .join_list {
    padding: .4rem 0 .1rem;
  }

  .explandList {
    margin-top: 0;
  }

  .explandList li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: .3rem;
  }

  .explandList li .pic {
    height: 6.9rem;
  }

  .explandList li .main {
    padding: .2rem;
    height: auto;
  }

  .explandList li .main .txt {
    margin: .1rem 0;
    text-align: center;
  }

  .welfareList {
    width: 100%;
    padding-bottom: .4rem;
  }

  .job_welfare {
    margin-top: .4rem;
  }

  .welfareList li {
    width: 50%;
    margin-bottom: .4rem;
  }

  .welfareList li .pic {
    width: 90px;
    height: 90px;
  }

  .welfareList li .pic i {
    width: 50px;
    height: 50px;
    margin-top: 20px;
    background-size: 100px 400px;
  }

  .welfareList li .pic .icon2 {
    background-position: 0 -50px;
  }

  .welfareList li .pic .icon3 {
    background-position: 0 -100px;
  }

  .welfareList li .pic .icon4 {
    background-position: 0 -150px;
  }

  .welfareList li .pic .icon5 {
    background-position: 0 -200px;
  }

  .welfareList li .pic .icon6 {
    background-position: 0 -250px;
  }

  .welfareList li .pic .icon7 {
    background-position: 0 -300px;
  }

  .welfareList li .pic .icon8 {
    background-position: 0 -350px;
  }

  .welfareList li:hover .pic .icon1 {
    background-position: -50px 0;
  }

  .welfareList li:hover .pic .icon2 {
    background-position: -50px -50px;
  }

  .welfareList li:hover .pic .icon3 {
    background-position: -50px -100px;
  }

  .welfareList li:hover .pic .icon4 {
    background-position: -50px -150px;
  }

  .welfareList li:hover .pic .icon5 {
    background-position: -50px -200px;
  }

  .welfareList li:hover .pic .icon6 {
    background-position: -50px -250px;
  }

  .welfareList li:hover .pic .icon7 {
    background-position: -50px -300px;
  }

  .welfareList li:hover .pic .icon8 {
    background-position: -50px -350px;
  }

  .welfareList li .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: .1rem;
  }

  .welfareList li .en {
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
  }

  .job_main {
    width: 100%;
    padding-bottom: .4rem;
  }

  .job_main .job_title {
    font-size: 18px;
    line-height: 54px;
    height: 54px;
    top: -24px;
    width: 100%;
  }

  .job_main li {
    font-size: 14px;
    line-height: 42px;
  }

  .job_top {
    margin-top: .3rem;
  }

  .job_main .job_item li .arrow {
    margin: 13px auto;
  }

  .job_main .job_item li {
    width: 40%;
  }

  .job_main .job_item li:last-child {
    width: 20%;
  }

  .job_email {
    width: 84%;
    height: auto;
    line-height: 24px;
    font-size: 16px;
    margin: .4rem auto 0;
    padding: 12px .3rem;
    text-align: center;
  }
}


/*联系我们*/
.contact_main {
  background-color: #fff;
}

.contact_main .yin {
  background-color: rgba(0, 0, 0, 0);
}

.contact_main .sub_banner .title {
  color: #333;
  margin-top: 154px;
}

.contact_main .sub_banner .txt {
  color: #333;
  margin-top: 15px;
}

.contact_main .sub_banner .more {
  margin-top: 130px;
}

.contact_nav {
  padding: 58px 0 74px;
  background-color: #333;
}

.contact_nav ul {
  margin: 0 auto;
  width: 92%;
  border-right: 1px solid #94da29;
  max-width: 1200px;
}

.contact_nav ul li {
  float: left;
  width: 33.33%;
  border-left: 1px solid #94da29;
  box-sizing: border-box;
  height: 117px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 0 20px;
}

.contact_nav ul li i {
  display: block;
  width: 30px;
  height: 25px;
  margin: 10px auto 0;
  background-position: 0 -80px;
}

.contact_nav ul li .icon2 {
  background-position: -30px -80px;
  margin-bottom: 10px;
}

.contact_nav ul li .icon3 {
  background-position: -60px -80px;
}

.contact_nav ul li .num {
  font-family: Robotofont;
  font-weight: 500;
  line-height: 23px;
  margin-top: 20px;
}

.contact_nav ul li .email {
  font-family: FCfont;
  line-height: 35px;
}

.contact_nav ul li .email span {
  font-family: "Microsoft YaHei";
}

.contact_nav ul li p {
  line-height: 26px;
  margin-top: 20px;
  font-family: "Microsoft YaHei";
}

.contact_main .container {
  max-width: 1200px;
}

.contact_form {
  padding: 100px 0 150px;
}

.contact_form .title {
  font-size: 42px;
  color: #333;
  line-height: 50px;
  text-align: center;
  margin-bottom: 60px;
}

.contact_left {
  width: 46%;
  float: left;
}

.contact_right {
  width: 46%;
  float: right;
}

.contact_item .contact_text,
.contact_item textarea {
  font-size: 20px;
  color: #999;
  padding: 0 12px;
  width: 100%;
  height: 42px;
  display: block;
  border: 1px solid #999;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-family: "Microsoft YaHei";
}

.contact_item textarea {
  width: 100%;
  height: 258px;
  padding: 3px 12px;
  line-height: 36px;
}

.contact_item .contactBtn {
  display: block;
  width: 500px;
  height: 53px;
  border: 1px solid #91d922;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 26px;
  color: #91d922;
  margin: 0 auto;
}

.contact_item .contactBtn:hover {
  background-color: #91d922;
  color: #fff;
}

@media only screen and (max-width: 1280px) {
  .contact_nav ul li {
    font-size: 16px;
    padding: 0 10px;
  }

  .contact_nav ul li .email {
    line-height: 28px;
  }
}

@media only screen and (max-width: 1024px) {
  .contact_form {
    padding: 60px 0 80px;
  }

  .contact_form .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .contact_form .contact_item {
    margin-bottom: 20px;
  }

  .contact_left,
  .contact_right {
    width: 48%;
  }

  .contact_item .contact_text,
  .contact_item textarea {
    font-size: 18px;
  }

  .contact_item .contactBtn {
    width: 300px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 750px) {
  .contact_nav {
    padding: .4rem 0 .6rem;
  }

  .contact_nav ul {
    border-right: none;
    border-top: 1px solid #94da29;
  }

  .contact_nav ul li {
    float: none;
    width: 100%;
    margin-bottom: .3rem;
    border-bottom: 1px solid #94da29;
    border-left: none;
    height: auto;
    padding: .3rem 0;
  }

  .contact_form {
    padding: .6rem 0;
  }

  .contact_left,
  .contact_right {
    width: 100%;
  }

  .contact_form .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: .3rem;
  }

  .contact_item .contact_text {
    width: 100%;
    margin-bottom: .3rem;
    font-size: 14px;
  }

  .contact_item textarea {
    font-size: 14px;
    height: 2.8rem;
    margin-bottom: .3rem;
  }

  .contact_item .contactBtn {
    width: 100%;
  }
}

/*品牌营销策划*/
.sub_banner .mover {
  position: absolute;
  left: 25%;
  top: 50%;
  width: 224px;
  height: 42px;
  margin: -21px 0 0 -112px;
}

.sub_banner .mover img {
  display: block;
  width: 100%;
}

.market_about {
  padding-top: 130px;
}

.market_about_pic {
  float: left;
  width: 54.14%;
  height: 385px;
  overflow: hidden;
}

.market_about_pic .pic {
  width: 100%;
  height: 385px;
}

.market_about_pic .pic:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.market_about_txt {
  float: right;
  width: 37.86%;
}

.market_about_txt .title {
  font-size: 30px;
  color: #8dc21f;
  line-height: 38px;
  margin-top: 13px;
}

.market_about_txt .en {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  font-family: FCfont;
}

.market_about_txt .txt {
  font-size: 16px;
  color: #333;
  line-height: 34px;
  margin-top: 30px;
  font-family: "Microsoft YaHei";
}

.market_about_txt .en_txt {
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-top: 68px;
}

.market_keywords {
  width: 100%;
  background-color: #333;
  padding-bottom: 93px;
}

.keywords_top {
  margin-bottom: 100px;
}

.keywords_top_txt {
  width: 54.14%;
  height: 372px;
  background-color: #fff;
  float: left;
  position: relative;
}

.keywords_top_txt .main {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 18%;
  width: 82%;
}

.keywords_top_txt .main p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin: 26px 0;
  font-family: "Microsoft YaHei";
}

.keywords_top_pic {
  float: right;
  width: 45.86%;
  height: 373px;
  margin-top: -1px;
  overflow: hidden;
}

.keywords_top_pic .pic {
  width: 100%;
  height: 373px;
}

.keywords_top_pic .pic:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.keywords_title {
  font-size: 42px;
  color: #333;
  line-height: 50px;
  text-align: center;
}

.keywords_en {
  font-size: 16px;
  color: #999;
  line-height: 22px;
  margin-top: 15px;
  text-align: center;
}

.market_keywords .keywords_title {
  color: #fff;
}

.keywords_List {
  margin: 77px auto 0;
  width: 86%;
}

.keywords_List li {
  float: left;
  width: 33.33%;
  text-align: center;
  cursor: pointer;
}

.keywords_List li .pic {
  width: 139px;
  height: 139px;
  background-color: #ebebeb;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
}

.keywords_List li i {
  display: block;
  width: 68px;
  height: 68px;
  margin: 35px auto 0;
  background: url('../images/keywords_icon.png') no-repeat;
}

.keywords_List li .icon2 {
  background-position: 0 -68px;
}

.keywords_List li .icon3 {
  background-position: 0 -136px;
}

.keywords_List li .name {
  font-size: 25px;
  color: #fff;
  line-height: 35px;
  margin-top: 27px;
}

.keywords_List li .txt {
  font-size: 14px;
  color: #999;
  line-height: 25px;
  width: 68%;
  margin: 10px auto 0;
  font-family: "Microsoft YaHei";
}

.keywords_List li:hover .pic {
  background-color: #91d922;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.keywords_List li:hover .icon1 {
  background-position: -68px 0;
}

.keywords_List li:hover .icon2 {
  background-position: -68px -68px;
}

.keywords_List li:hover .icon3 {
  background-position: -68px -136px;
}

.market_cando {
  padding: 100px 0 30px;
  background-color: #eaeaea;
}

.market_cando .container {
  max-width: 1200px;
}

.market_cando .cando_txt {
  font-size: 16px;
  color: #999;
  line-height: 26px;
  margin: 45px auto 0;
  max-width: 748px;
  text-align: center;
  font-family: "Microsoft YaHei";
}

.cando_list {
  margin-top: 80px;
}

.cando_list li {
  float: left;
  width: 33.33%;
  height: 258px;
  margin-bottom: 35px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}

.cando_list li:nth-child(4) {
  margin-left: 16.6667%;
}

.cando_list li i {
  display: block;
  width: 84px;
  height: 60px;
  background: url('../images/cando_icon.png') no-repeat;
  margin: 37px auto 0;
}

.cando_list li .icon2 {
  background-position: 0 -60px;
}

.cando_list li .icon3 {
  background-position: 0 -120px;
}

.cando_list li .icon4 {
  background-position: 0 -180px;
}

.cando_list li .icon5 {
  background-position: 0 -240px;
}

.cando_list li .name {
  font-size: 26px;
  color: #333;
  line-height: 35px;
  margin-top: 27px;
}

.cando_list li .txt {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  margin: 10px 5px 0;
  font-family: "Microsoft YaHei";
}

.cando_list li:hover {
  background-color: #91d923;
  box-shadow: 0px 1px 13px 0px rgba(25, 15, 8, 0.18);
}

.cando_list li:hover .icon1 {
  background-position: -84px 0;
}

.cando_list li:hover .icon2 {
  background-position: -84px -60px;
}

.cando_list li:hover .icon3 {
  background-position: -84px -120px;
}

.cando_list li:hover .icon4 {
  background-position: -84px -180px;
}

.cando_list li:hover .icon5 {
  background-position: -84px -240px;
}

.cando_list li:hover .name,
.cando_list li:hover .txt {
  color: #fff;
}

.market_strength {
  padding-top: 100px;
}

.market_strength .container {
  max-width: 1200px;
}

.strength_list {
  margin-top: 60px;
}

.strength_list li {
  float: left;
  width: 50%;
  height: 150px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.strength_list li .main {
  margin: 40px 0 0 6%;
}

.strength_list li .main i {
  display: block;
  float: left;
  width: 75px;
  height: 52px;
  margin: 5px 45px 0 0;
  background: url('../images/strength_icon.png') no-repeat;
}

.strength_list li .main .icon2 {
  background-position: 0 -60px;
}

.strength_list li .main .icon3 {
  background-position: 0 -120px;
}

.strength_list li .main .icon4 {
  background-position: 0 -180px;
}

.strength_list li .main .txt {
  float: left;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  max-width: 300px;
  font-family: "Microsoft YaHei";
}

.sulotion_more {
  padding-top: 30px;
}

.strength_list li:hover {
  background-color: #ececec;
}

@media only screen and (max-width: 1440px) {
  .keywords_List li .txt {
    width: 78%;
  }
}

@media only screen and (max-width: 1280px) {
  .keywords_List li .txt {
    width: 88%;
  }
}

@media only screen and (max-width: 1024px) {
  .market_about {
    padding-top: 80px;
  }

  .market_about_pic,
  .market_about_pic .pic {
    height: 242px;
  }

  .market_about_txt {
    width: 39.86%;
  }

  .market_about_txt .title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
  }

  .market_about_txt .txt {
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
  }

  .market_about_txt .en_txt {
    margin-top: 20px;
  }

  .keywords_top_pic,
  .keywords_top_pic .pic,
  .keywords_top_txt {
    height: 250px;
  }

  .keywords_top_txt .main {
    left: 4%;
    width: 92%;
  }

  .keywords_top_txt .main p {
    margin: 10px 0;
  }

  .keywords_top {
    padding-top: 60px;
  }

  .market_keywords {
    padding-bottom: 60px;
  }

  .keywords_title {
    font-size: 30px;
    line-height: 38px;
  }

  .keywords_en {
    margin-top: 10px;
  }

  .keywords_List li .name {
    font-size: 18px;
    line-height: 28px;
  }

  .keywords_List li .txt {
    width: 92%;
  }

  .market_cando {
    padding-top: 60px;
  }

  .market_cando .cando_txt {
    margin-top: 25px;
    font-size: 16px;
  }

  .cando_list {
    margin-top: 40px;
  }

  .cando_list li {
    width: 50%;
    margin-bottom: 30px;
    height: 228px;
  }

  .cando_list li:nth-child(4) {
    margin-left: 0;
  }

  .cando_list li i {
    margin-top: 27px;
  }

  .cando_list li .name {
    font-size: 18px;
    line-height: 28px;
    margin-top: 28px;
  }

  .market_strength {
    padding-top: 60px;
  }

  .strength_list {
    margin-top: 40px;
  }

  .strength_list li {
    height: 120px;
  }

  .strength_list li .main {
    margin-top: 25px;
  }

  .strength_list li .main .txt {
    font-size: 16px;
  }

  .sub_banner .mover {
    width: 180px;
    height: 34px;
    margin: -17px 0 0 -90px;
  }
}

@media only screen and (max-width: 750px) {
  .sub_banner .mover {
    width: 112px;
    height: 21px;
    margin: -10px 0 -56px;
    left: 4%;
  }

  .market_about {
    padding-top: .6rem;
  }

  .market_about_pic,
  .market_about_txt,
  .keywords_top_pic,
  .keywords_top_txt {
    width: 100%;
    float: none;
  }

  .market_about_pic,
  .market_about_pic .pic {
    height: 3.8rem;
  }

  .market_about_txt {
    padding: .3rem;
    box-sizing: border-box;
  }

  .market_about_txt .title {
    font-size: 18px;
    line-height: 26px;
  }

  .market_about_txt .txt,
  .market_about_txt .en_txt {
    margin-top: .2rem;
  }

  .market_keywords {
    padding-bottom: .6rem;
  }

  .market_about .container,
  .market_keywords .container {
    width: 100%;
  }

  .keywords_top {
    padding-top: 0;
    margin-bottom: .6rem;
  }

  .keywords_top_pic,
  .keywords_top_pic .pic {
    height: 4.35rem;
  }

  .keywords_top_txt {
    height: auto;
    padding: .3rem 0;
  }

  .keywords_top_txt .main {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    box-sizing: border-box;
    padding: 0 .3rem;
  }

  .keywords_top_txt .main p {
    margin: .1rem 0;
  }

  .keywords_title {
    font-size: 20px;
    line-height: 28px;
  }

  .keywords_en {
    font-size: 14px;
    margin-top: 0;
  }

  .keywords_List li {
    width: 100%;
    margin-bottom: .3rem;
  }

  .keywords_List li .pic {
    width: 110px;
    height: 110px;
  }

  .keywords_List li i {
    width: 48px;
    height: 48px;
    margin: 31px auto 0;
    background-size: 96px 144px;
  }

  .keywords_List li .icon2 {
    background-position: 0 -48px;
  }

  .keywords_List li .icon3 {
    background-position: 0 -96px;
  }

  .keywords_List li:hover .icon1 {
    background-position: -48px 0;
  }

  .keywords_List li:hover .icon2 {
    background-position: -48px -48px;
  }

  .keywords_List li:hover .icon3 {
    background-position: -48px -96px;
  }

  .keywords_List {
    margin-top: .4rem;
    width: 100%;
  }

  .keywords_List li .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: .2rem;
  }

  .keywords_List li .txt {
    margin-top: .1rem;
  }

  .market_cando {
    padding-top: .6rem;
  }

  .market_cando .cando_txt {
    font-size: 14px;
    margin-top: .2rem;
  }

  .cando_list {
    margin-top: .3rem;
  }

  .cando_list li {
    height: 188px;
    margin-bottom: .3rem;
  }

  .cando_list li i {
    margin-top: .3rem;
    width: 56px;
    height: 40px;
    background-size: 112px 200px;
  }

  .cando_list li .icon2 {
    background-position: 0 -40px;
  }

  .cando_list li .icon3 {
    background-position: 0 -80px;
  }

  .cando_list li .icon4 {
    background-position: 0 -120px;
  }

  .cando_list li .icon5 {
    background-position: 0 -160px;
  }

  .cando_list li:hover .icon1 {
    background-position: -56px 0;
  }

  .cando_list li:hover .icon2 {
    background-position: -56px -40px;
  }

  .cando_list li:hover .icon3 {
    background-position: -56px -80px;
  }

  .cando_list li:hover .icon4 {
    background-position: -56px -120px;
  }

  .cando_list li:hover .icon5 {
    background-position: -56px -160px;
  }

  .cando_list li .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: .2rem;
  }

  .cando_list li .txt {
    margin: .1rem .1rem 0;
  }

  .market_strength {
    padding-top: .6rem;
  }

  .strength_list {
    margin-top: .4rem;
  }

  .strength_list li {
    width: 100%;
    margin-bottom: .3rem;
    height: auto;
  }

  .strength_list li .main {
    margin: 0;
    padding-left: 60px;
  }

  .strength_list li .main i {
    width: 50px;
    height: 28px;
    margin: 12px 0 0 -60px;
    background-size: 50px 160px;
  }

  .strength_list li .main .icon2 {
    background-position: 0 -40px;
  }

  .strength_list li .main .icon3 {
    background-position: 0 -80px;
  }

  .strength_list li .main .icon4 {
    background-position: 0 -120px;
  }

  .strength_list li .main .txt {
    font-size: 14px;
    line-height: 26px;
    max-width: 240px;
  }
}

/*天猫代运营*/
.tall_main {
  overflow: hidden;
}

.banner_arrow {
  position: absolute;
  left: 50%;
  bottom: -34px;
  margin-left: -34px;
  width: 68px;
  height: 68px;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
}

.banner_arrow i {
  display: block;
  width: 40px;
  height: 40px;
  background: url('../images/ic_back.png') no-repeat left -120px;
  margin: 14px auto;
}

.tmall_info {
  margin-top: 130px;
  position: relative;
  z-index: 10;
}

.tmall_info .container {
  position: relative;
  z-index: 0;
}

.tmall_pic {
  width: 45.72%;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0px 12px 29px 0px rgba(0, 0, 0, 0.24);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.tmall_pic img {
  display: block;
  width: 100%;
}

.tmall_txt {
  width: 54.28%;
  box-sizing: border-box;
  padding: 75px 0 90px 4%;
  font-family: "Microsoft YaHei";
  font-size: 26px;
  color: #363636;
  line-height: 40px;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

.tmall_idea {
  width: 100%;
  height: 762px;
  position: relative;
  z-index: 5;
  background: url('../img/tmall_idea_bg.jpg') no-repeat center center;
  background-size: cover;
}

.tmall_idea .container {
  padding-top: 78px;
}

.tmall_idea .main {
  padding-left: 4%;
  width: 54.28%;
  box-sizing: border-box;
}

.tmall_idea .main .title {
  font-size: 30px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
  font-family: "Microsoft YaHei";
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.tmall_idea .main .en {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  font-family: FCfont;
  margin-top: 50px;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.tmall_step {
  position: relative;
  z-index: 10;
  margin-top: -270px;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.tmall_step .title {
  font-size: 42px;
  line-height: 58px;
  text-align: center;
  font-family: "Microsoft YaHei";
}

.tmall_step .en {
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 22px;
  margin-top: 10px;
  font-family: FCfont;
}

.tmall_list {
  width: 94.58%;
  height: 318px;
  background-color: #94da29;
  margin: 80px auto 0;
}

.tmall_list li {
  float: left;
  width: 33.33%;
  height: 318px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

.tmall_list li:last-child {
  border: none;
}

.tmall_list li .pic {
  width: 172px;
  height: 172px;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
  margin: 40px auto 15px;
}

.tmall_list li .pic i {
  display: block;
  width: 90px;
  height: 80px;
  margin: 46px auto 0;
  background: url('../images/tmall_icon.png') no-repeat;
}

.tmall_list li .pic .icon2 {
  background-position: 0 -80px;
}

.tmall_list li .pic .icon3 {
  background-position: 0 -160px;
}

.tmall_list li p {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  font-family: "Microsoft YaHei";
}

.tmall_list li:hover .pic {
  background-color: #94da29;
}

.tmall_list li:hover .pic .icon1 {
  background-position: -90px 0;
}

.tmall_list li:hover .pic .icon2 {
  background-position: -90px -80px;
}

.tmall_list li:hover .pic .icon3 {
  background-position: -90px -160px;
}

.tmall_strength {
  padding: 90px 0 136px;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.tmall_strength .title {
  font-size: 42px;
  color: #333;
  line-height: 60px;
  text-align: center;
  font-family: "Microsoft YaHei";
}

.tmall_strength .en {
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 25px;
  font-family: FCfont;
  margin-top: 8px;
}

.tmall_strength .pic {
  width: 100%;
  margin-top: 90px;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.tmall_strength .pic img {
  display: block;
  width: 100%;
}

.tmall_live {
  width: 100%;
  height: 454px;
  background: url('../img/tmall_live_bg.jpg') no-repeat center center;
  background-size: cover;
}

.tmall_live .pic {
  width: 50%;
  float: right;
  margin-top: -42px;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

.tmall_live .txt {
  width: 50%;
  float: left;
  margin-top: 102px;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

.tmall_live img {
  display: block;
  width: 100%;
}

.tmall_cooperation {
  padding-top: 125px;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.tmall_cooperation .title {
  font-size: 42px;
  color: #333;
  line-height: 60px;
  text-align: center;
  font-family: "Microsoft YaHei";
}

.tmall_cooperation .en {
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 25px;
  font-family: FCfont;
  margin-top: 8px;
}

.cooperation_list {
  margin-top: 43px;
  padding-top: 110px;
}

.cooperation_list li {
  float: left;
  width: 294px;
  height: 276px;
  margin: 0 calc(33.3333% - 392px) 130px 0;
  position: relative;
  z-index: 0;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0;
  transform: translateY(-40px);
  webkit-transform: translateY(-40px);
}

.cooperation_list li.motion1 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.cooperation_list li.motion2 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.cooperation_list li.motion3 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.cooperation_list li.motion4 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.cooperation_list li.motion5 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.cooperation_list li.motion6 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.cooperation_list li.motion7 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}

.cooperation_list li.motion8 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}

.cooperation_list li:nth-child(4n) {
  margin-right: 0;
}

.cooperation_list li .con {
  position: relative;
  z-index: 10;
  width: 276px;
  height: 258px;
  background: #fff;
  padding: 9px;
  box-shadow: 0px 14px 29px 0px rgba(0, 0, 0, 0.24);
}

.cooperation_list li .main {
  width: 276px;
  height: 258px;
  overflow: hidden;
}

.cooperation_list li .main i {
  display: block;
  width: 64px;
  height: 64px;
  margin: 25px auto 14px;
  background: url('../images/cooperation_icon.png') no-repeat;
}

.cooperation_list li .main .icon2 {
  background-position: 0 -64px;
}

.cooperation_list li .main .icon3 {
  background-position: 0 -128px;
}

.cooperation_list li .main .icon4 {
  background-position: 0 -192px;
}

.cooperation_list li .main .icon5 {
  background-position: 0 -256px;
}

.cooperation_list li .main .icon6 {
  background-position: 0 -320px;
}

.cooperation_list li .main .icon7 {
  background-position: 0 -384px;
}

.cooperation_list li .main .icon8 {
  background-position: 0 -448px;
}

.cooperation_list li .main h3 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
}

.cooperation_list li .main .txt {
  font-size: 18px;
  color: #333;
  line-height: 34px;
  text-align: center;
}

.cooperation_list li .pic {
  position: absolute;
  right: -72px;
  top: -68px;
  z-index: 5;
}

.cooperation_list li .pic1 {
  width: 50.34%;
}

.cooperation_list li .pic2 {
  width: 87.42%;
}

.cooperation_list li .pic3 {
  width: 87.07%;
}

.cooperation_list li .pic4 {
  width: 84.69%;
}

.cooperation_list li .pic5 {
  width: 88.1%;
}

.cooperation_list li .pic6 {
  width: 81.29%;
}

.cooperation_list li .pic7 {
  width: 81.72%;
}

.cooperation_list li .pic8 {
  width: 86.39%;
}

.cooperation_list li .pic img {
  display: block;
  width: 100%;
}

.cooperation_list li:hover .main {
  background: #94da29;
}

.cooperation_list li:hover .main .icon1 {
  background-position: -64px 0;
}

.cooperation_list li:hover .main .icon2 {
  background-position: -64px -64px;
}

.cooperation_list li:hover .main .icon3 {
  background-position: -64px -128px;
}

.cooperation_list li:hover .main .icon4 {
  background-position: -64px -192px;
}

.cooperation_list li:hover .main .icon5 {
  background-position: -64px -256px;
}

.cooperation_list li:hover .main .icon6 {
  background-position: -64px -320px;
}

.cooperation_list li:hover .main .icon7 {
  background-position: -64px -384px;
}

.cooperation_list li:hover .main .icon8 {
  background-position: -64px -448px;
}

.cooperation_list li:hover .main h3,
.cooperation_list li:hover .main .txt {
  color: #fff;
}

.tamll_case {
  margin-top: -12px;
  padding-bottom: 99px;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.tamll_case .container {
  max-width: 1200px;
}

.tamll_case .title {
  font-size: 42px;
  color: #333;
  line-height: 60px;
  text-align: center;
  font-family: "Microsoft YaHei";
}

.tamll_case .en {
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 25px;
  font-family: FCfont;
  margin-top: 8px;
}

.tamll_case_list {
  margin-top: 60px;
}

.tamll_case_list li {
  float: left;
  width: 48.8%;
  margin-right: 2.4%;
}

.tamll_case_list li:nth-child(2n) {
  margin-right: 0;
}

.tamll_case_list li a,
.tamll_case_list li img {
  display: block;
  width: 100%;
}

.tamll_case .bot {
  margin-top: 28px;
}

.tamll_case .bot a {
  display: block;
  width: 48.8%;
  height: 86px;
  border: 1px solid #91d923;
  font-size: 32px;
  color: #91d923;
  font-weight: bold;
  font-family: "Microsoft YaHei";
  text-align: center;
  line-height: 84px;
  float: left;
}

.tamll_case .bot a:last-child {
  float: right;
}

.tamll_case .bot a:hover {
  background: #91d923;
  color: #fff;
}

.fadeMove {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
  opacity: 1 !important;
}

.fadeIn {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@media only screen and (max-width: 1440px) {
  .tmall_txt {
    padding: 75px 3% 90px;
    font-size: 24px;
    line-height: 34px;
  }

  .tmall_idea .main .title {
    font-size: 24px;
    line-height: 34px;
  }

  .tmall_idea {
    height: 686px;
  }

  .tmall_step .title,
  .tmall_strength .title,
  .tmall_cooperation .title,
  .tamll_case .title {
    font-size: 34px;
    line-height: 50px;
  }

  .tmall_live {
    height: 415px;
  }

  .tmall_live .txt {
    margin-top: 80px;
  }

  .tmall_cooperation .container {
    max-width: 1200px;
  }

  .cooperation_list {
    padding-top: 80px;
  }

  .cooperation_list li {
    width: 219px;
    height: 206px;
    margin: 0 calc(33.3333% - 292px) 96px 0;
  }

  .cooperation_list li .con {
    width: 207px;
    height: 194px;
    padding: 6px;
  }

  .cooperation_list li .main {
    width: 207px;
    height: 194px;
  }

  .cooperation_list li .main i {
    width: 48px;
    height: 48px;
    background-size: 96px 384px;
    margin: 22px auto 12px;
  }

  .cooperation_list li .main .icon2 {
    background-position: 0 -48px;
  }

  .cooperation_list li .main .icon3 {
    background-position: 0 -96px;
  }

  .cooperation_list li .main .icon4 {
    background-position: 0 -144px;
  }

  .cooperation_list li .main .icon5 {
    background-position: 0 -192px;
  }

  .cooperation_list li .main .icon6 {
    background-position: 0 -240px;
  }

  .cooperation_list li .main .icon7 {
    background-position: 0 -288px;
  }

  .cooperation_list li .main .icon8 {
    background-position: 0 -336px;
  }

  .cooperation_list li:hover .main .icon1 {
    background-position: -48px 0;
  }

  .cooperation_list li:hover .main .icon2 {
    background-position: -48px -48px;
  }

  .cooperation_list li:hover .main .icon3 {
    background-position: -48px -96px;
  }

  .cooperation_list li:hover .main .icon4 {
    background-position: -48px -144px;
  }

  .cooperation_list li:hover .main .icon5 {
    background-position: -48px -192px;
  }

  .cooperation_list li:hover .main .icon6 {
    background-position: -48px -240px;
  }

  .cooperation_list li:hover .main .icon7 {
    background-position: -48px -288px;
  }

  .cooperation_list li:hover .main .icon8 {
    background-position: -48px -336px;
  }

  .cooperation_list li .main h3 {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 10px;
  }

  .cooperation_list li .main .txt {
    font-size: 13px;
    line-height: 24px;
  }

  .cooperation_list li .pic {
    right: -48px;
    top: -32px;
  }

  .cooperation_list li .pic1 {
    width: 48.34%;
  }

  .cooperation_list li .pic2 {
    width: 85.42%;
  }

  .cooperation_list li .pic3 {
    width: 85.07%;
  }

  .cooperation_list li .pic4 {
    width: 82.69%;
  }

  .cooperation_list li .pic5 {
    width: 86.1%;
  }

  .cooperation_list li .pic6 {
    width: 79.29%;
  }

  .cooperation_list li .pic7 {
    width: 79.72%;
  }

  .cooperation_list li .pic8 {
    width: 84.39%;
  }
}

@media only screen and (max-width: 1024px) {
  .tmall_info {
    margin-top: 80px;
  }

  .tmall_txt {
    font-size: 20px;
    line-height: 30px;
  }

  .tmall_idea .main .title {
    font-size: 22px;
    line-height: 32px;
  }

  .tmall_idea .main .en {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
  }

  .tmall_idea .main .en br {
    display: none;
  }

  .tmall_idea {
    height: 524px;
  }

  .tmall_step .title,
  .tmall_strength .title,
  .tmall_cooperation .title,
  .tamll_case .title {
    font-size: 28px;
    line-height: 44px;
  }

  .tmall_list {
    margin-top: 50px;
  }

  .tmall_list,
  .tmall_list li {
    height: 225px;
  }

  .tmall_list li .pic {
    height: 118px;
    width: 118px;
    margin: 20px auto 10px;
  }

  .tmall_list li .pic i {
    width: 63px;
    height: 56px;
    background-size: 126px 168px;
    margin-top: 31px;
  }

  .tmall_list li .pic .icon2 {
    background-position: 0 -56px;
  }

  .tmall_list li .pic .icon3 {
    background-position: 0 -112px;
  }

  .tmall_list li:hover .pic .icon1 {
    background-position: -63px 0;
  }

  .tmall_list li:hover .pic .icon2 {
    background-position: -63px -56px;
  }

  .tmall_list li:hover .pic .icon3 {
    background-position: -63px -112px;
  }

  .tmall_strength {
    padding: 60px 0 90px;
  }

  .tmall_live {
    height: 278px;
  }

  .tmall_live .txt {
    margin-top: 50px;
  }

  .tmall_cooperation {
    padding-top: 100px;
  }

  .cooperation_list li .pic {
    right: -24px;
    top: -22px;
  }

  .cooperation_list li .pic1 {
    width: 44.34%;
  }

  .cooperation_list li .pic2 {
    width: 81.42%;
  }

  .cooperation_list li .pic3 {
    width: 81.07%;
  }

  .cooperation_list li .pic4 {
    width: 78.69%;
  }

  .cooperation_list li .pic5 {
    width: 82.1%;
  }

  .cooperation_list li .pic6 {
    width: 75.29%;
  }

  .cooperation_list li .pic7 {
    width: 75.72%;
  }

  .cooperation_list li .pic8 {
    width: 80.39%;
  }

  .tamll_case .bot a {
    font-size: 26px;
  }
}

@media only screen and (max-width: 750px) {
  .tmall_info {
    margin-top: .6rem;
  }

  .tmall_pic {
    position: static;
    width: 100%;
  }

  .tmall_txt {
    padding: .6rem 0;
    width: 100%;
    text-align: center;
  }

  .tmall_idea {
    height: 3.2rem;
  }

  .tmall_idea .main {
    width: 100%;
    padding: 0;
  }

  .tmall_idea .main .title,
  .tmall_idea .main .en {
    text-align: center;
  }

  .tmall_idea .main .en br {
    display: block;
  }

  .tmall_step {
    margin-top: .6rem;
  }

  .tmall_txt .title {
    font-size: 18px;
    line-height: 26px;
  }

  .tmall_txt .en {
    margin-top: .2rem;
  }

  .tmall_list {
    position: static;
    width: 100%;
    height: auto;
  }

  .tmall_list li {
    height: 180px;
  }

  .tmall_list li .pic {
    width: 90px;
    height: 90px;
    margin: .2rem auto .1rem;
  }

  .tmall_list li .pic i {
    width: 45px;
    height: 40px;
    background-size: 90px 120px;
    margin-top: 25px;
  }

  .tmall_list li .pic .icon2 {
    background-position: 0 -40px;
  }

  .tmall_list li .pic .icon3 {
    background-position: 0 -80px;
  }

  .tmall_list li:hover .pic .icon1 {
    background-position: -45px 0;
  }

  .tmall_list li:hover .pic .icon2 {
    background-position: -45px -40px;
  }

  .tmall_list li:hover .pic .icon3 {
    background-position: -45px -80px;
  }

  .tmall_list li p {
    font-size: 14px;
  }

  .tmall_strength {
    padding: .6rem 0 .9rem;
  }

  .tmall_live {
    height: 1.85rem;
  }

  .tmall_live .pic {
    margin-top: -.42rem;
  }

  .tmall_live .txt {
    margin-top: .3rem;
  }

  .tmall_cooperation {
    padding-top: 1rem;
  }

  .cooperation_list {
    padding-top: .8rem;
  }

  .cooperation_list li {
    width: 3.2rem;
    height: 3rem;
    margin: 0 .5rem 1rem 0;
  }

  .cooperation_list li:nth-child(2n) {
    margin-right: 0;
  }

  .cooperation_list li .con {
    padding: .12rem;
    width: 2.96rem;
    height: 2.76rem;
  }

  .cooperation_list li .main {
    width: 2.96rem;
    height: 2.76rem;
  }

  .cooperation_list li .main h3 {
    font-size: .3rem;
    line-height: .56rem;
    margin-bottom: .2rem;
  }

  .cooperation_list li .main .txt {
    font-size: .2rem;
    line-height: .36rem;
  }

  .cooperation_list li .main i {
    width: .64rem;
    height: .64rem;
    background-size: 1.28rem 5.12rem;
    margin: .3rem auto .1rem;
  }

  .cooperation_list li .main .icon2 {
    background-position: 0 -.64rem;
  }

  .cooperation_list li .main .icon3 {
    background-position: 0 -1.28rem;
  }

  .cooperation_list li .main .icon4 {
    background-position: 0 -1.92rem;
  }

  .cooperation_list li .main .icon5 {
    background-position: 0 -2.56rem;
  }

  .cooperation_list li .main .icon6 {
    background-position: 0 -3.2rem;
  }

  .cooperation_list li .main .icon7 {
    background-position: 0 -3.84rem;
  }

  .cooperation_list li .main .icon8 {
    background-position: 0 -4.48rem;
  }

  .cooperation_list li:hover .main .icon1 {
    background-position: -.64rem 0;
  }

  .cooperation_list li:hover .main .icon2 {
    background-position: -.64rem -.64rem;
  }

  .cooperation_list li:hover .main .icon3 {
    background-position: -.64rem -1.28rem;
  }

  .cooperation_list li:hover .main .icon4 {
    background-position: -.64rem -1.92rem;
  }

  .cooperation_list li:hover .main .icon5 {
    background-position: -.64rem -2.56rem;
  }

  .cooperation_list li:hover .main .icon6 {
    background-position: -.64rem -3.2rem;
  }

  .cooperation_list li:hover .main .icon7 {
    background-position: -.64rem -3.84rem;
  }

  .cooperation_list li:hover .main .icon8 {
    background-position: -.64rem -4.48rem;
  }

  .cooperation_list li .pic {
    right: -.48rem;
    top: -.42rem;
  }

  .cooperation_list li .pic1 {
    width: 46.34%;
  }

  .cooperation_list li .pic2 {
    width: 83.42%;
  }

  .cooperation_list li .pic3 {
    width: 83.07%;
  }

  .cooperation_list li .pic4 {
    width: 80.69%;
  }

  .cooperation_list li .pic5 {
    width: 80.1%;
  }

  .cooperation_list li .pic6 {
    width: 73.29%;
  }

  .cooperation_list li .pic7 {
    width: 73.72%;
  }

  .cooperation_list li .pic8 {
    width: 78.39%;
  }

  .tamll_case {
    padding-bottom: .9rem;
  }

  .tamll_case .bot a {
    font-size: .24rem;
    height: .78rem;
    line-height: .76rem;
  }

  .tmall_strength .pic {
    margin-top: .9rem;
  }
}

@media only screen and (max-width: 480px) {
  .tmall_txt {
    font-size: .28rem;
    line-height: .48rem;
  }

  .tmall_idea .main .title {
    font-size: .32rem;
    line-height: .48rem;
  }

  .tmall_idea {
    height: 4.2rem;
  }

  .tmall_idea .container {
    padding-top: .8rem;
  }

  .tmall_idea .main .en br {
    display: none;
  }

  .tmall_step .title,
  .tmall_strength .title,
  .tmall_cooperation .title,
  .tamll_case .title {
    font-size: .32rem;
    line-height: .48rem;
  }

  .tmall_step .en {
    font-size: 13px;
    line-height: 20px;
  }
}

/*诚信通*/
.sub_banner .mouse {
  width: 436px;
  height: 303px;
  position: absolute;
  left: 50%;
  top: 36%;
  margin: -152px 0 0 -218px;
}

.sub_banner .mouse img {
  display: block;
  width: 100%;
}

.sincerity_top {
  padding-bottom: 129px;
}

.sincerity_new_top {
  background-color: #fff;
  margin-top: -486px;
  padding-top: 92px;
}

.sincerity_one {
  width: 37.86%;
  height: 425px;
  background-color: #e9e9e9;
  float: left;
  margin-left: 3%;
  overflow: hidden;
  text-align: center;
}

.sincerity_one .num {
  font-size: 213px;
  font-weight: bold;
  font-family: Robotofont;
  color: #91d922;
  line-height: 222px;
  margin-top: 70px;
}

.sincerity_one .txt {
  font-size: 30px;
  color: #333;
  line-height: 38px;
  margin-top: 10px;
}

.sincerity_top_right {
  width: 47.86%;
  float: right;
  margin-right: 6%;
}

.sincerity_top_right .top_title {
  font-size: 30px;
  color: #666;
  line-height: 38px;
}

.sincerity_top_right h3 {
  font-size: 42px;
  color: #333;
  font-weight: bold;
  line-height: 48px;
  margin-top: 16px;
}

.sincerity_top_right .txt,
.sincerity_top_right .bot {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 60px;
  font-family: "Microsoft YaHei";
}

.sincerity_top_right .txt p {
  font-family: "Microsoft YaHei";
}

.sincerity_top_right .txt span {
  font-weight: bold;
  font-family: Robotofont;
  color: #333;
  font-size: 26px;
}

.sincerity_top_right .bot strong {
  font-weight: bold;
  font-family: Robotofont;
  color: #333;
}

.sincerity_top_right .bot span {
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: #333;
}

.strength {
  width: 100%;
}

.strength .container {
  border-top: 5px solid #91d922;
  max-width: 1200px;
  padding-top: 130px;
}

.strength .title {
  font-size: 42px;
  color: #91d922;
  line-height: 50px;
  text-align: center;
}

.strength .txt {
  font-size: 18px;
  color: #fff;
  line-height: 34px;
  width: 954px;
  margin: 34px auto 0;
  font-family: "Microsoft YaHei";
}

.strength .txt strong {
  font-family: Robotofont;
}

.strength .txt span {
  font-family: FCfont;
}

.sincerity_list {
  margin-top: 70px;
}

.sincerity_list li {
  float: left;
  width: 33.33%;
  height: 640px;
  cursor: pointer;
}

.sincerity_list li .pic {
  width: 100%;
  height: 263px;
  position: relative;
}

.sincerity_list li .yin {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.sincerity_list li .main {
  background-color: #fff;
  height: 257px;
  box-sizing: border-box;
  padding-top: 25px;
}

.sincerity_list li .name {
  font-size: 30px;
  color: #333;
  line-height: 34px;
  text-align: center;
}

.sincerity_list li .info {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin: 26px 12.5% 0;
  font-family: "Microsoft YaHei";
}

.sincerity_list li .info strong {
  font-family: Robotofont;
}

.sincerity_list li .bot {
  height: 120px;
  background-color: #91d922;
  text-align: center;
}

.sincerity_list li .bot_cont {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.sincerity_list li .num {
  float: left;
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  font-family: Robotofont;
  line-height: 66px;
  margin-top: 31px;
}

.sincerity_list li .detail {
  float: left;
  margin: 31px 0 0 20px;
  color: #fff;
  text-align: left;
}

.sincerity_list li p {
  font-size: 30px;
  line-height: 38px;
  padding-top: 7px;
}

.sincerity_list li .en {
  font-size: 16px;
  line-height: 20px;
  font-family: FCfont;
}

.sincerity_list li:hover .yin {
  display: none;
}

.sincerity_list li:hover .main {
  background-color: #e9e9e9;
}

.sincerity_list li:hover .bot {
  background-color: #88c924;
}

.basic_left {
  width: 45.31%;
  float: left;
  height: 655px;
}

.basic_top {
  background-color: #fff;
  height: 220px;
}

.basic_top .main {
  float: right;
  width: 58.73%;
  font-size: 30px;
  color: #333;
  line-height: 40px;
  margin-top: 110px;
}

.basic_bot {
  background-color: #eaeaea;
  height: 435px;
  position: relative;
  z-index: 0;
}

.basic_bot .main {
  float: right;
  width: 58.73%;
  position: relative;
  z-index: 10;
}

.basic_bot i,
.deep_top i {
  display: block;
  width: 64px;
  height: 62px;
  background: url('../images/basic_icon.png') no-repeat;
  margin-top: 70px;
}

.deep_top .icon2 {
  margin-top: 0;
  background-position: 0 -62px;
  float: left;
}

.deep_top .icon3 {
  margin-top: 0;
  background-position: 0 -124px;
  float: left;
}

.basic_bot h3,
.deep_top h3 {
  font-size: 30px;
  color: #91d922;
  line-height: 38px;
  margin-top: 40px;
}

.deep_top h3 {
  margin-top: 5px;
}

.basic_bot .en,
.deep_top .en {
  font-size: 16px;
  color: #999;
  line-height: 26px;
}

.basic_bot .txt,
.deep_operation .txt,
.deep_private .txt {
  font-size: 18px;
  color: #333;
  line-height: 34px;
  margin: 17px 20% 0 0;
  font-family: "Microsoft YaHei";
}

.deep_operation .txt,
.deep_private .txt {
  margin-right: 30%;
}

.basic_bot .num {
  position: absolute;
  right: -30px;
  bottom: 30px;
  font-size: 400px;
  font-weight: bold;
  font-family: Robotofont;
  color: rgba(51, 51, 51, 0.03);
  line-height: 290px;
}

.basic_pic {
  width: 54.69%;
  float: right;
  height: 655px;
  overflow: hidden;
}

.basic_pic .pic {
  width: 100%;
  height: 655px;
}

.basic_pic:hover .pic {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.sincerity_deep {
  position: relative;
  z-index: 10;
  height: 640px;
}

.deep_pic {
  width: 44.0%;
  height: 600px;
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 20;
  overflow: hidden;
}

.deep_pic .pic {
  width: 100%;
  height: 640px;
}

.deep_pic:hover .pic {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.deep_right {
  float: right;
  width: 46.88%;
  height: 640px;
}

.deep_operation,
.deep_private {
  height: 320px;
  background-color: #fff;
  padding-left: 10%;
  overflow: hidden;
  position: relative;
}

.deep_private {
  background-color: #a7e14e;
}

.deep_top {
  margin-top: 62px;
}

.deep_top .main {
  margin-left: 40px;
  float: left;
}

.deep_private .deep_top h3,
.deep_private .deep_top .en {
  color: #fff;
}

.deep_operation .num,
.deep_private .num {
  position: absolute;
  left: 48%;
  bottom: -5px;
  font-size: 400px;
  font-weight: bold;
  font-family: Robotofont;
  color: rgba(51, 51, 51, 0.06);
  line-height: 290px;
}

.deep_private .num {
  left: 20%;
  color: rgba(255, 255, 255, 0.3);
}

.sincerity_adv {
  padding: 100px 0 0;
}

.adv_list {
  margin-top: 60px;
}

.adv_list li {
  float: left;
  width: 20%;
  height: 290px;
  background-color: #f4f4f4;
  box-sizing: border-box;
  border-right: 2px solid #fff;
  overflow: hidden;
  cursor: pointer;
}

.adv_list li:last-child {
  border-right: none;
}

.adv_list li i {
  display: block;
  width: 54px;
  height: 70px;
  background: url('../images/adv_icon.png') no-repeat;
  margin: 68px auto 0;
}

.adv_list li .icon2 {
  background-position: 0 -70px;
}

.adv_list li .icon3 {
  background-position: 0 -140px;
}

.adv_list li .icon4 {
  background-position: 0 -210px;
}

.adv_list li .icon5 {
  background-position: 0 -280px;
}

.adv_list li .txt {
  margin: 42px 5px 0;
  text-align: center;
  line-height: 26px;
  color: #333;
  font-size: 16px;
  font-family: "Microsoft YaHei";
}

.adv_list li .txt strong {
  font-family: Robotofont;
  color: #333;
}

.adv_list li:hover i {
  margin-top: 58px;
}

@media only screen and (max-width: 1440px) {
  .sub_banner .mouse {
    width: 328px;
    height: 228px;
    margin: -114px 0 0 -164px;
  }

  .sincerity_top_right {
    width: 50.86%;
    margin-right: 3%;
  }

  .sincerity_top .container {
    max-width: 1200px;
  }

  .sincerity_new_top {
    margin-top: -364px;
    padding-top: 70px;
  }

  .sincerity_one {
    height: 385px;
  }

  .sincerity_one .num {
    font-size: 160px;
    line-height: 170px;
    margin-top: 50px;
  }

  .sincerity_top_right .top_title {
    font-size: 26px;
    line-height: 34px;
  }

  .sincerity_top_right h3 {
    font-size: 38px;
    line-height: 46px;
  }

  .sincerity_top_right .txt,
  .sincerity_top_right .bot {
    margin-top: 40px;
  }

}

@media only screen and (max-width: 1280px) {
  .sincerity_one .num {
    font-size: 160px;
  }

  .basic_top .main {
    font-size: 32px;
  }

  .sincerity_new_top {
    margin-top: -324px;
  }
}

@media only screen and (max-width: 1024px) {
  .sub_banner .mouse {
    width: 218px;
    height: 152px;
    margin: -76px 0 0 -109px;
    top: 30%;
  }

  .sincerity_top {
    padding-bottom: 60px;
  }

  .sincerity_new_top {
    margin-top: -260px;
  }

  .sincerity_one {
    margin-left: 0;
    width: 40.86%;
    margin-left: 0;
    height: 345px;
  }

  .sincerity_one .num {
    font-size: 120px;
    margin-top: 30px;
    line-height: 180px;
  }

  .sincerity_top_right {
    width: 53.86%;
    margin-right: 0;
  }

  .sincerity_top_right .top_title {
    font-size: 24px;
    line-height: 32px;
  }

  .sincerity_top_right h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .sincerity_top_right .txt,
  .sincerity_top_right .bot {
    margin-top: 40px;
  }

  .strength {
    height: auto;
  }

  .strength .container {
    padding-top: 50px;
  }

  .strength .title {
    font-size: 30px;
    line-height: 38px;
  }

  .strength .txt {
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
  }

  .sincerity_list {
    margin-top: 30px;
  }

  .sincerity_list li {
    height: auto;
  }

  .sincerity_list li .pic {
    height: 208px;
  }

  .sincerity_list li .main {
    height: 180px;
    padding-top: 20px;
  }

  .sincerity_list li .name {
    font-size: 24px;
    line-height: 28px;
  }

  .sincerity_list li .info {
    font-size: 14px;
    margin: 10px 4% 0;
  }

  .sincerity_list li .bot {
    height: 80px;
  }

  .sincerity_list li .num {
    font-size: 40px;
    line-height: 46px;
    margin-top: 17px;
  }

  .sincerity_list li .detail {
    margin-top: 17px;
  }

  .sincerity_list li p {
    font-size: 24px;
    line-height: 30px;
    padding-top: 0;
  }

  .sincerity_list li .en {
    font-size: 14px;
  }

  .sincerity_basic {
    margin-top: 30px;
  }

  .basic_pic {
    width: 100%;
    height: 600px;
    float: none;
  }

  .basic_pic .pic {
    height: 600px;
  }

  .basic_left {
    width: 100%;
    height: auto;
    float: none;
  }

  .basic_top {
    width: 92%;
    height: auto;
    padding: 30px 0;
    margin: 0 auto;
  }

  .basic_top .main {
    float: none;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
    text-align: center;
  }

  .basic_bot {
    height: auto;
    padding: 30px 0;
  }

  .basic_bot .main {
    float: none;
    width: 92%;
    margin: 0 auto;
  }

  .basic_bot i,
  .deep_top i {
    margin-top: 20px;
  }

  .basic_bot h3,
  .deep_top h3 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 20px;
  }

  .basic_bot .txt,
  .deep_operation .txt,
  .deep_private .txt {
    font-size: 14px;
    line-height: 26px;
    margin: 10px 0 0;
  }

  .basic_bot .num,
  .deep_operation .num,
  .deep_private .num {
    font-size: 200px;
    line-height: 100px;
    right: auto;
    left: 20%;
    bottom: 20px;
  }

  .deep_operation .num,
  .deep_private .num {
    bottom: 10px;
  }

  .sincerity_deep {
    height: auto;
  }

  .deep_pic {
    width: 100%;
    height: 520px;
    position: static;
    display: none;
  }

  .deep_pic .pic {
    height: 520px;
  }

  .deep_right {
    float: none;
    width: 100%;
    height: auto;
  }

  .deep_operation,
  .deep_private {
    height: auto;
    padding: 30px 4%;
  }

  .deep_top {
    margin-top: 0;
  }

  .deep_top .icon2,
  .deep_top .icon3 {
    float: none;
  }

  .deep_top .main {
    float: none;
    margin-left: 0;
  }

  .sincerity_adv {
    padding-top: 60px;
  }

  .adv_list li {
    height: 220px;
  }

  .adv_list li i {
    margin-top: 34px;
  }

  .adv_list li .txt {
    margin-top: 22px;
    font-size: 14px;
  }

  .adv_list li:hover i {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 750px) {
  .sincerity_top {
    padding-bottom: .6rem;
  }

  .sincerity_new_top {
    margin-top: -1.9rem;
    padding-top: .3rem;
  }

  .sincerity_one {
    float: none;
    width: 92%;
    height: auto;
    padding-bottom: .3rem;
    margin: 0 auto;
  }

  .sincerity_one .num {
    font-size: 60px;
    line-height: 80px;
    margin-top: .2rem;
  }

  .sincerity_one .txt {
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
  }

  .sincerity_top_right {
    float: none;
    width: 92%;
    margin-top: .4rem;
    padding: 0 4%;
  }

  .sincerity_top_right .top_title,
  .sincerity_list li .name {
    font-size: 18px;
    line-height: 28px;
  }

  .sincerity_top_right h3,
  .strength .title {
    font-size: 20px;
    line-height: 28px;
  }

  .sincerity_top_right .txt,
  .sincerity_top_right .bot {
    margin: .2rem 0;
    font-size: 14px;
  }

  .sincerity_top_right .txt span {
    font-size: 18px;
  }

  .strength .container {
    padding-top: .4rem;
  }

  .strength .txt {
    margin-top: .3rem;
  }

  .sincerity_list {
    margin-top: .4rem;
  }

  .sincerity_list li {
    width: 100%;
    margin-bottom: .3rem;
  }

  .sincerity_list li:last-child {
    margin-bottom: 0;
  }

  .sincerity_list li .pic {
    height: 4.5rem;
  }

  .sincerity_list li .main {
    height: auto;
    padding: .3rem 0;
  }

  .sincerity_list li .info {
    margin-top: .2rem;
  }

  .sincerity_basic {
    margin-top: 0;
  }

  .basic_pic,
  .basic_pic .pic {
    height: 4.6rem;
  }

  .basic_top {
    padding: .3rem 0;
  }

  .basic_top .main {
    font-size: 20px;
    line-height: 28px;
  }

  .basic_bot h3,
  .deep_top h3 {
    font-size: 18px;
    line-height: 26px;
    margin-top: .2rem;
  }

  .basic_bot .en,
  .deep_top .en {
    font-size: 14px;
  }

  .sincerity_adv {
    padding-top: .6rem;
  }

  .adv_list {
    margin-top: .4rem;
  }

  .adv_list li {
    width: 50%;
    height: 180px;
    background-color: #fff;
  }

  .adv_list li i {
    margin-top: 20px;
  }

  .adv_list li:hover i {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .sub_banner .mouse {
    width: 160px;
    height: 111px;
    margin: -55px 0 0 -80px;
    top: 40%;
  }
}

@media only screen and (max-width: 375px) {
  .adv_list li {
    height: 200px;
  }
}

/*跨境电商*/
.solution_main .sub_banner {
  overflow: hidden;
}

.cross_banner_main {
  width: 514px;
  height: 682px;
  position: absolute;
  bottom: 60px;
  background-color: rgba(145, 217, 35, 0);
  padding: 160px 0 0 60px;
  box-sizing: border-box;
  right: 0;
  margin-right: -650px;

}

.cross_banner_main h3 {
  font-size: 120px;
  color: #fff;
  font-family: Robotofont;
  font-weight: bold;
  line-height: 90px;
  opacity: 0;
  text-indent: -5px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.cross_banner_main h4 {
  font-size: 75px;
  color: #fff;
  font-family: Robotofont;
  font-weight: bold;
  line-height: 90px;
  text-indent: -5px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.cross_banner_main .name {
  font-size: 42px;
  color: #fff;
  line-height: 60px;
  margin-top: 10px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.cross_banner_main p {
  font-size: 18px;
  color: #333;
  line-height: 26px;
  margin-top: 10px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.cross_banner_move {
  -webkit-animation-name: crossMove;
  animation-name: crossMove;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes crossMove {
  0% {
    background-color: rgba(145, 217, 35, 0);
    right: 0;
  }

  100% {
    background-color: rgba(145, 217, 35, 1);
    right: 50%;
  }
}

@-webkit-keyframes crossMove {
  0% {
    background-color: rgba(145, 217, 35, 0);
    right: 0;
  }

  100% {
    background-color: rgba(145, 217, 35, 1);
    right: 50%;
  }
}

@-moz-keyframes crossMove {
  0% {
    background-color: rgba(145, 217, 35, 0);
    right: 0;
  }

  100% {
    background-color: rgba(145, 217, 35, 1);
    right: 50%;
  }
}

.cross_banner_move h3,
.cross_banner_move .name,
.cross_banner_move p {
  opacity: 1;
}

.cross_top {
  padding: 26px 0 75px;
}

.cross_top_pic {
  width: 50%;
  float: left;
  height: 356px;
}

.cross_top_txt {
  width: 50%;
  float: right;
  height: 356px;
  background: url('../img/cross_top_Bg.jpg') no-repeat center center;
  background-size: cover;
}

.cross_top_txt .main {
  margin-left: 10px;
  position: relative;
  top: 50%;
  translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cross_top_txt .title {
  font-size: 30px;
  color: #fff;
  line-height: 34px;
}

.cross_top_txt .txt {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  margin-top: 40px;
  width: 90%;
  font-family: "Microsoft YaHei";
}

.cross_about {
  position: relative;
  padding-bottom: 100px;
}

.cross_about_left {
  float: left;
  width: 42%;
  margin-left: 3%;
}

.cross_about .en {
  font-size: 100px;
  font-family: FCfont;
  color: rgba(145, 217, 34, 0.2);
  line-height: 96px;
}

.cross_about .title {
  font-size: 42px;
  color: #91d922;
  line-height: 50px;
  margin: -48px 0 0 42px;
}

.cross_about .txt {
  font-size: 14px;
  color: #363636;
  line-height: 34px;
  margin-top: 35px;
}

.cross_about .txt p {
  font-family: "Microsoft YaHei";
}

.cross_about .txt strong {
  font-family: Robotofont;
}

.cross_about .txt .name {
  font-size: 18px;
  color: #333;
  margin: 20px 0;
  font-family: "Microsoft YaHei";
  line-height: 26px;
}

.cross_about_pic {
  float: right;
  margin-right: 5%;
  width: 30%;
  box-sizing: border-box;
  border: 13px solid #ffffff;
  height: 420px;
  position: relative;
  margin-top: 20px;
}

.cross_about_pic img {
  display: block;
  position: absolute;
  right: 25px;
  bottom: -70px;
  width: 123%;
}

.cross_analysis {
  width: 100%;
  height: 780px;
  background-image: -moz-linear-gradient(90deg, rgb(215, 215, 215) 0%, rgb(245, 245, 245) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(215, 215, 215) 0%, rgb(245, 245, 245) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(215, 215, 215) 0%, rgb(245, 245, 245) 100%);
}

.analysis_pic {
  width: 40%;
  float: left;
  height: 780px;
}

.analysis_pic .pic {
  /* height: 640px; */
  height: 698px;
  width: 100%;
  overflow: hidden;
}

.analysis_pic .pic .img {
  /* height: 640px; */
  height: 698px;
  width: 100%;
}

.analysis_pic .pic:hover .img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.analysis_pic .txt {
  /* height: 140px; */
  height: 82px;
  background-color: #94da29;
}

.analysis_pic .txt .main {
  display: none;
  font-size: 18px;
  color: #fff;
  line-height: 34px;
  float: right;
  margin: 36px 42px 0 0;
  font-family: "Microsoft YaHei";
}

.analysis_pic .txt .main strong {
  font-family: "Microsoft YaHei";
}

.analysis_info {
  width: 60%;
  float: right;
  height: 780px;
}

.anslysis_nav {
  width: 331px;
  height: 514px;
  position: relative;
  float: left;
  margin-top: 118px;
  background: url('../images/anslysis_nav.png') no-repeat;
  position: relative;
}

.anslysis_nav li {
  width: 27px;
  height: 27px;
  background: url('../images/anslysis_icon.png') no-repeat;
  position: absolute;
}

.anslysis_nav li.break1 {
  left: 135px;
  top: 0;
}

.anslysis_nav li.break2 {
  left: 274px;
  top: 106px;
}

.anslysis_nav li.break3 {
  left: 314px;
  top: 231px;
}

.anslysis_nav li.break4 {
  left: 282px;
  top: 368px;
}

.anslysis_nav li.break5 {
  left: 160px;
  top: 476px;
}

.anslysis_nav li.on {
  background-position: 0 -27px;
}

.anslysis_list {
  float: left;
  margin-top: 68px;
}

.anslysis_list li {
  margin-bottom: 13px;
  cursor: pointer;
}

.anslysis_list li.break1 {
  margin-left: -19px;
}

.anslysis_list li.break2 {
  margin-left: 97px;
}

.anslysis_list li.break3 {
  margin-left: 139px;
}

.anslysis_list li.break4 {
  margin-left: 105px;
}

.anslysis_list li.break5 {
  margin-left: -13px;
}

.anslysis_list .pic {
  width: 89px;
  height: 89px;
  background-color: #94da29;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin: 11px;
}

.anslysis_list .pic i {
  display: block;
  width: 70px;
  height: 70px;
  margin: 9px auto 0;
  background: url('../images/anslysis_list_icon.png') no-repeat;
}

.anslysis_list .pic .icon2 {
  background-position: 0 -70px;
}

.anslysis_list .pic .icon3 {
  background-position: 0 -140px;
}

.anslysis_list .pic .icon4 {
  background-position: 0 -210px;
}

.anslysis_list .pic .icon5 {
  background-position: 0 -280px;
}

.anslysis_list .main {
  float: left;
  padding-left: 9px;
}

.anslysis_list .main .num {
  font-size: 30px;
  color: #999;
  line-height: 32px;
  font-weight: bold;
  font-family: Robotofont;
  margin-top: 11px;
}

.anslysis_list .main p {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin-top: 5px;
  font-family: "Microsoft YaHei";
}

.anslysis_list li.on .pic {
  margin: 0;
  width: 101px;
  height: 101px;
  /* border:5px solid #fefefe;background-color: #f0f0f0; */
  padding: 5px;
  background-image: -moz-linear-gradient(45deg, rgb(255, 254, 255) 0%, rgb(234, 234, 234) 100%);
  background-image: -webkit-linear-gradient(45deg, rgb(255, 254, 255) 0%, rgb(234, 234, 234) 100%);
  background-image: -ms-linear-gradient(45deg, rgb(255, 254, 255) 0%, rgb(234, 234, 234) 100%);
  box-shadow: 0px 6px 13px 0px rgba(25, 15, 8, 0.4);
}


.anslysis_list li.on i {
  margin-top: 15px;
}

.anslysis_list li.on .pic .icon1 {
  background-position: -70px 0;
}

.anslysis_list li.on .pic .icon2 {
  background-position: -70px -70px;
}

.anslysis_list li.on .pic .icon3 {
  background-position: -70px -140px;
}

.anslysis_list li.on .pic .icon4 {
  background-position: -70px -210px;
}

.anslysis_list li.on .pic .icon5 {
  background-position: -70px -280px;
}

.anslysis_list li.on .main {
  padding-left: 20px;
}

.cross_strength {
  padding: 70px 0 100px;
}

.cross_strength .container {
  max-width: 1200px;
}

.cross_adv_list {
  margin-top: 78px;
}

.cross_adv_list li {
  float: left;
  width: 23.66%;
  margin-right: 1.78%;
  height: 384px;
  background-color: #94da29;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  border-top: 2px solid #94da29;
}

.cross_adv_list li:last-child {
  margin-right: 0;
}

.cross_adv_list li i {
  display: block;
  width: 64px;
  height: 54px;
  background: url('../images/cross_adv.png') no-repeat;
  margin: 60px auto 0;
}

.cross_adv_list li .icon2 {
  background-position: 0 -54px;
}

.cross_adv_list li .icon3 {
  background-position: 0 -108px;
}

.cross_adv_list li .icon4 {
  background-position: 0 -162px;
}

.cross_adv_list li .txt {
  margin: 50px 5px 0;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  font-family: "Microsoft YaHei";
}

.cross_adv_list li .txt strong {
  font-family: Robotofont;
}

.cross_adv_list li:hover {
  background-color: #eaeaea;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  box-shadow: 0px 20px 13px 0px rgba(234, 234, 234, 0.18);
}

.cross_adv_list li:hover .icon1 {
  background-position: -64px 0;
}

.cross_adv_list li:hover .icon2 {
  background-position: -64px -54px;
}

.cross_adv_list li:hover .icon3 {
  background-position: -64px -108px;
}

.cross_adv_list li:hover .icon4 {
  background-position: -64px -162px;
}

@media only screen and (max-width: 1520px) {
  .cross_banner_main {
    margin-right: 0;
    width: 484px;
    height: 622px;
    bottom: 40px;
    padding: 120px 0 0 40px;
  }

  .cross_banner_main h3 {
    font-size: 110px;
    line-height: 70px;
  }
  .cross_banner_main h4 {
    font-size: 70px;
    line-height: 70px;
  }
}


@media only screen and (max-width: 1440px) {
  .cross_info .main {
    margin-left: 20%;
    width: 60%;
  }

  .cross_banner_main {
    margin-right: -550px;
    width: 464px;
    height: 462px;
    bottom: 40px;
    padding: 60px 0 0 40px;
  }

  .cross_banner_main h3 {
    font-size: 95px;
    line-height: 60px;
  }
  .cross_banner_main h4 {
    font-size: 60px;
    line-height: 60px;
  }

  .cross_banner_main .name {
    font-size: 36px;
    line-height: 54px;
  }

  .analysis_info {
    overflow: hidden;
  }

  .anslysis_nav {
    margin-left: -64px;
  }

  .anslysis_list li.break1 {
    margin-left: -39px;
  }

  .anslysis_list li.break2 {
    margin-left: 77px;
  }

  .anslysis_list li.break3 {
    margin-left: 119px;
  }

  .anslysis_list li.break4 {
    margin-left: 85px;
  }

  .anslysis_list li.break5 {
    margin-left: -33px;
  }

  .cross_about .container {
    max-width: 1200px;
  }

  .cross_about_left {
    margin-left: 0%;
    width: 45%;
  }

  .cross_about_pic {
    margin-right: 0;
    width: 35%;
    height: 400px;
    margin-top: 40px;
  }

  .cross_about_pic .pic img {
    width: 120%;
  }
}

@media only screen and (max-width: 1290px) {
  .anslysis_list li.break1 {
    margin-left: -59px;
  }

  .anslysis_list li.break2 {
    margin-left: 57px;
  }

  .anslysis_list li.break3 {
    margin-left: 99px;
  }

  .anslysis_list li.break4 {
    margin-left: 65px;
  }

  .anslysis_list li.break5 {
    margin-left: -53px;
  }

  .cross_analysis {
    min-width: 1260px;
  }

  .cross_banner_main {
    height: 422px;
    bottom: 30px;
    padding: 30px 0 0 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .cross_banner_main {
    height: 422px;
    width: 324px;
    padding: 60px 20px 0;
    margin-right: -400px;
  }

  .cross_banner_main h3 {
    font-size: 80px;
    line-height: 40px;
  }

  .cross_banner_main h4 {
    font-size: 50px;
    line-height: 40px;
  }


  .cross_banner_main .name {
    font-size: 28px;
    line-height: 46px;
  }

  .cross_banner_main p {
    font-size: 16px;
  }

  .cross_top {
    padding: 30px 0 60px;
  }

  .cross_top_pic,
  .cross_top_txt {
    height: 240px;
  }

  .cross_top_txt .title {
    font-size: 24px;
    line-height: 28px;
  }

  .cross_top_txt .txt {
    margin-top: 20px;
    width: 94%;
  }

  .cross_about .cont {
    margin-left: 0;
  }

  .cross_about .title {
    font-size: 28px;
    line-height: 36px;
  }

  .cross_info {
    height: 385px;
    width: 70%;
  }

  .cross_info .main {
    margin-left: 6%;
    width: 80%;
  }

  .cross_info .net {
    width: 250px;
    height: 199px;
    background-size: 100%;
    right: -200px;
    box-shadow: 0 0 0 0 #000;
    top: -120px;
  }

  .cross_strength {
    padding: 50px 0 80px;
  }

  .cross_adv_list li {
    height: 304px;
  }

  .cross_adv_list li i {
    margin-top: 40px;
  }

  .cross_adv_list li .txt {
    margin-top: 30px;
  }

  .cross_analysis {
    min-width: auto;
    height: auto;
  }

  .analysis_pic {
    width: 100%;
    float: none;
    height: auto;
  }

  .analysis_pic .pic,
  .analysis_pic .pic .img {
    height: 640px;
  }

  .analysis_pic .txt {
    height: auto;
    padding: .3rem 0;
  }

  .analysis_pic .txt .main {
    float: none;
    margin: 0 4%;
    font-size: 16px;
  }

  .analysis_info {
    width: 100%;
    float: none;
  }

  .cross_about {
    padding-bottom: 60px;
  }

  .cross_about_left {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .cross_about_left .en {
    font-size: 60px;
    line-height: 66px;
    text-align: center;
  }

  .cross_about_left .title {
    margin-left: 0;
    text-align: center;
    margin-top: -28px;
  }

  .cross_about_left .txt {
    width: 580px;
    margin: 30px auto 0;
  }

  .cross_about_left .txt .name {
    margin: 10px 0;
  }

  .cross_about_pic {
    width: 100%;
    border: none;
    height: auto;
  }

  .cross_about_pic .pic img {
    position: static;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
  }
}

@media only screen and (max-width: 750px) {

  .cross_banner_main {
    height: 2.92rem;
    width: 3.06rem;
    padding: .2rem .2rem 0;
    bottom: .3rem;
    margin-right: -3.2rem;
  }

  .cross_banner_main h3 {
    font-size: .62rem;
    line-height: .4rem;
    text-indent: 0px;
  }

  .cross_banner_main h4 {
    font-size: .44rem;
    line-height: .4rem;
    text-indent: 0px;
  }

  .cross_banner_main .name {
    font-size: .3rem;
    line-height: .44rem;
    margin-top: .1rem;
  }

  .cross_banner_main p {
    font-size: .24rem;
    line-height: .32rem;
    margin-top: .1rem;
  }

  .cross_top {
    padding: .4rem 0;
  }

  .cross_top_pic {
    width: 100%;
    float: none;
    height: 3rem;
  }

  .cross_top_txt {
    width: 100%;
    float: none;
    height: auto;
    padding: .3rem 0;
  }

  .cross_top_txt .main {
    padding: 0 .3rem;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    position: static;
  }

  .cross_top_txt .title {
    font-size: 18px;
    line-height: 26px;
  }

  .cross_top_txt .txt {
    width: 100%;
    margin-top: .2rem;
  }

  .cross_about,
  .cross_about .container {
    height: auto;
  }

  .cross_about .container {
    background: none;
  }

  .cross_about .cont {
    text-align: center;
  }

  .cross_info {
    position: static;
    width: 92%;
    margin: .3rem auto 0;
    height: auto;
    padding: .3rem 0;
  }

  .cross_info .net {
    display: none;
  }

  .cross_info .main {
    margin-left: 4%;
    width: 92%;
    padding-top: 0;
  }

  .cross_info .main .name {
    margin: .2rem 0;
    font-size: 16px;
  }

  .cross_strength {
    padding: .4rem 0 .2rem;
  }

  .cross_adv_list {
    margin-top: .4rem;
  }

  .cross_adv_list li {
    width: 48%;
    margin: 0 4% .3rem 0;
    height: 244px;
  }

  .cross_adv_list li:nth-child(2n) {
    margin-right: 0;
  }

  .cross_adv_list li:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .cross_adv_list li i {
    margin-top: .3rem;
  }

  .cross_adv_list li .txt {
    margin-top: .3rem;
    font-size: 14px;
  }

  .cross_analysis {
    margin-top: .4rem;
  }

  .analysis_pic .pic,
  .analysis_pic .pic .img {
    height: 5rem;
  }

  .anslysis_nav {
    display: none;
  }

  .anslysis_list {
    width: 100%;
    margin-top: .4rem;
  }

  .anslysis_list li {
    margin-left: 4% !important;
  }

  .anslysis_list li.on .pic {
    margin: 11px;
    width: 89px;
    height: 89px;
    border: none;
    background-color: #94da29;
    box-shadow: 0px 0 0 0px rgba(25, 15, 8, 0);
  }

  .anslysis_list li.on i {
    margin-top: 9px;
  }

  .anslysis_list li.on .pic .icon1 {
    background-position: 0 0;
  }

  .anslysis_list li.on .pic .icon2 {
    background-position: 0 -70px;
  }

  .anslysis_list li.on .pic .icon3 {
    background-position: 0 -140px;
  }

  .anslysis_list li.on .pic .icon4 {
    background-position: 0 -210px;
  }

  .anslysis_list li.on .pic .icon5 {
    background-position: 0 -280px;
  }

  .anslysis_list li.on .main {
    padding-left: 9px;
  }

  .analysis_info {
    height: auto;
    padding: .3rem 0;
  }

  .cross_about {
    padding-bottom: .6rem;
  }

  .cross_about_left .txt {
    width: 100%;
  }

  .cross_about_left .txt .name {
    margin: .1rem 0;
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .cross_adv_list li {
    height: 204px;
  }

  .anslysis_list .pic,
  .anslysis_list li.on .pic {
    margin: 5px 0 0 0;
    width: 72px;
    height: 72px;
  }

  .anslysis_list .pic i,
  .anslysis_list li.on .pic i {
    width: 50px;
    height: 50px;
    margin: 10px auto;
    background-size: 100px 250px;
  }

  .anslysis_list li .pic .icon1,
  .anslysis_list li.on .pic .icon1 {
    background-position: 0 0;
  }

  .anslysis_list li .pic .icon2,
  .anslysis_list li.on .pic .icon2 {
    background-position: 0 -50px;
  }

  .anslysis_list li .pic .icon3,
  .anslysis_list li.on .pic .icon3 {
    background-position: 0 -100px;
  }

  .anslysis_list li .pic .icon4,
  .anslysis_list li.on .pic .icon4 {
    background-position: 0 -150px;
  }

  .anslysis_list li .pic .icon5,
  .anslysis_list li.on .pic .icon5 {
    background-position: 0 -200px;
  }

  .anslysis_list .main p {
    font-size: 14px;
    margin-top: 0;
  }

  .anslysis_list .main .num {
    margin-top: 0;
    font-size: 24px;
    line-height: 26px;
  }
}

/*404*/
.error_main {
  background-color: #eaeaea;
  padding: 160px 0 250px;
  text-align: center;
}

.error_main img {
  display: block;
  margin: 0 auto;
  max-width: 92%;
}

.error_main .title {
  font-size: 30px;
  line-height: 38px;
  margin-top: 75px;
  color: #666;
}

.error_main .en {
  font-size: 16px;
  color: #999;
  line-height: 24px;
  margin-top: 10px;
  font-family: FCfont;
}

.error_main .back {
  display: block;
  width: 92px;
  height: 28px;
  border: 1px solid #363637;
  border-radius: 8px;
  line-height: 28px;
  font-size: 14px;
  color: #333;
  margin: 45px auto 0;
}

.error_main .back:hover {
  background-color: #91d922;
  color: #fff;
  border-color: #91d922;
}

@media only screen and (max-width: 1440px) {
  .error_main {
    padding: 120px 0 200px;
  }
}

@media only screen and (max-width: 1024px) {
  .error_main {
    padding: 80px 0 160px;
  }

  .error_main .title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 45px;
  }

  .error_main .back {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 750px) {
  .error_main {
    padding: .8rem 0 1.2rem;
  }

  .error_main .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: .3rem;
  }

  .error_main .en {
    font-size: 14px;
  }

  .error_main .back {
    margin-top: .3rem;
  }
}

/*新闻*/
.new_det_main {
  padding: 40px 0 60px;
}

.new_det_main .container{
  width: 76%;
}

.news_det_top .title {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #333;
  font-family: "Microsoft YaHei";
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.news_det_top .date {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 24px;
  margin: 20px 0;
  font-family: "Microsoft YaHei";
}

.news_det_con {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  font-family: "Microsoft YaHei";
  padding-top: 20px;
}

.news_det_con img {
  display: block;
  max-width: 100%;
  margin: 20px auto;
}

.new_det_main .back {
  display: block;
  width: 150px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
  background-color: #91d922;
  margin: 30px auto 0;
}


#newBridge .nb-icon-wrap{width: 120px !important;height: 120px !important;}

@media only screen and (max-width: 750px) {
  .new_det_main {
    padding: .4rem 0 .6rem;
  }
  .new_det_main .container{width: 92%;}

  #newBridge .nb-icon-wrap{width: .8rem !important;height: .8rem !important;}

  .news_det_top .title {
    font-size: .28rem;
    line-height: .58rem;
    padding-bottom: .2rem;
  }

  .news_det_top .date {
    font-size: .24rem;
    line-height: .4rem;
    margin: .2rem 0;
  }

  .news_det_con {
    padding-top: .2rem;
    font-size: .26rem;
    line-height: .46rem;
  }

  .news_det_con img {
    margin: .3rem auto;
  }
}

.page {
  text-align: center;
  height: 40px;
  margin-bottom: 40px;
}

.page_cont {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.page a {
  display: block;
  float: left;
  margin: 0 10px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #888;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

.page a.prev,
.page a.next {
  width: 68px;
}

.page a.on,
.page a:hover {
  background-color: #94da29;
  color: #fff;
  border-color: #94da29;
}

.page span {
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #888;
  margin: 0 10px;
  float: left;
}

/*业务优势*/
.active-top {
  overflow: hidden;
  height: 26.12rem;
  background: url('../img/active_bg1.jpg') no-repeat center top;
  position: relative;
  background-size: 100%;
}

.active-middle {
  overflow: hidden;
  height: 23.78rem;
  background: url('../img/active_bg2.jpg') no-repeat center top;
  position: relative;
  background-size: 100%;
}

.active-bot {
  overflow: hidden;
  height: 17.72rem;
  background: url('../img/active_bg3.jpg') no-repeat center top;
  position: relative;
  background-size: 100%;
}

.active-top .container,
.active-middle .container,
.active-bot .container {
  width: 14rem;
  margin: 0 auto;
  max-width: none;
}

.active-top .container {
  padding-top: 1.99rem;
}

.active-top img {
  display: block;
  width: 100%;
}

.active-top .txt {
  width: 9.59rem;
  margin: 0 auto;
}

.active-top .btn {
  display: block;
  width: 2.89rem;
  height: .8rem;
  position: relative;
  background: url('../images/active_top_btn.png') no-repeat;
  background-size: 100%;
  margin: .04rem auto 0;
}

.active-top .btn i {
  display: block;
  width: .45rem;
  height: .45rem;
  background: url('../images/active_tel.png') no-repeat;
  background-size: 100%;
  position: absolute;
  right: .17rem;
  top: .16rem;
  animation: starwinkle .25s linear infinite;
  -moz-animation: starwinkle .25s linear infinite;
  -webkit-animation: starwinkle .25s linear infinite;
  -o-animation: starwinkle .25s linear infinite;
}

@keyframes starwinkle {
  0% {
    transform: translate3d(0, 0, 0) rotate(2deg);
  }

  100% {
    transform: translate3d(-0, -0, 0) rotate(-4deg);
  }
}

@-webkit-keyframes starwinkle

/* Safari 和 Chrome */
  {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(2deg);
  }

  100% {
    -webkit-transform: translate3d(-0, -0, 0) rotate(-4deg);
  }
}

.active-top .title .img1 {
  margin: -.05rem auto 0;
}

.active-top .title .img2 {
  margin: .06rem;
  auto 0;
}

.active-top .title .img3 {
  margin: -.4rem auto 0;
}

.active-adv {
  width: 100%;
  height: 12.61rem;
  background: url('../images/active_adv.png') no-repeat;
  background-size: 100%;
  margin-top: -.34rem;
  overflow: hidden;
}

.active-adv ul {
  margin-top: 69px;
}

.active-adv ul li {
  float: left;
  width: 50%;
  height: 5.96rem;
  position: relative;
  cursor: pointer;
}

.active-adv ul li .pic {
  width: 5.02rem;
  height: 1.52rem;
  ;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -.76rem 0 0 -2.51rem;
}

.active-adv ul li i {
  display: block;
  width: 5.02rem;
  height: 1.52rem;
  background: url('../images/adv_btn1.png') no-repeat;
  background-size: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.active-adv ul li .icon2 {
  background-image: url('../images/adv_btn2.png');
}

.active-adv ul li .icon3 {
  background-image: url('../images/adv_btn3.png');
}

.active-adv ul li .icon4 {
  background-image: url('../images/adv_btn4.png');
}

.active-adv ul li:hover i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.active-middle .container {
  width: 14rem;
  margin: 0 auto;
  max-width: none;
}

.active-middle img {
  display: block;
  width: 100%;
}

.active-middle .title {
  width: 13.08rem;
  margin: .25rem auto 0;
}

.active-middle ul {
  margin: .74rem 0 0 .4rem;
}

.active-middle ul li {
  float: left;
  width: 6.31rem;
  margin: 0 .58rem .88rem 0;
  position: relative;
}

.active-middle ul li:nth-child(2n) {
  margin-right: 0;
}

.active-middle ul li .more {
  position: absolute;
  left: 50%;
  bottom: -.28rem;
  width: 2.98rem;
  height: .95rem;
  margin-left: -1.49rem;
  overflow: hidden;
  background: url('../images/solution_btn.png') no-repeat;
  background-size: 100%;
}

.active-middle ul li .more img {
  width: 5.96rem;
  margin-left: -2.98rem;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.active-middle ul li .more:hover img {
  margin-left: 0;
}

.active-bot .container {
  width: 14rem;
  margin: 0 auto;
  max-width: none;
}

.active-bot .title {
  width: 13.08rem;
  margin: 0 auto;
}

.honor-swiper {
  width: 100%;
  position: relative;
  margin-top: .58rem;
}

.honor-swiper img {
  display: block;
  width: 100%;
}

.honor-swiper .swiper-container {
  width: 14rem;
}

.honor-swiper .swiper-container .swiper-slide {
  overflow: hidden;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.honor-swiper .swiper-container .swiper-slide .pic {
  width: 100%;
  margin-bottom: .5rem;
}

.honor-swiper .swiper-container .swiper-slide-active {
  transform: scale(1);
}

.honor-swiper .swiper-container .swiper-slide .txt {
  font-size: .26rem;
  color: #000;
  line-height: .38rem;
  text-align: center;
  display: none;
  font-weight: bold;
}

.honor-swiper .swiper-container .swiper-slide-active .pic {
  margin-top: 0;
}

.honor-swiper .swiper-container .swiper-slide-active .txt {
  display: block;
}

.honor-swiper .swiper-button-next,
.honor-swiper .swiper-button-prev {
  display: block;
  width: .53rem;
  height: .89rem;
  background: url('../images/active_swiper.png') no-repeat;
  background-size: 1.2rem .89rem;
  position: absolute;
  left: -1.4rem;
  top: 0;
  margin-top: 1.3rem;
}

.honor-swiper .swiper-button-next {
  background-position: -.67rem 0;
  left: auto;
  right: -1.4rem;
}

.active-bot img {
  display: block;
  width: 100%;
}

.active-bot .active-txt {
  width: 10.85rem;
  margin: 3.83rem auto 0;
}

.active-bot .btn {
  text-align: center;
  margin-top: .68rem;
}

.active-bot .btn a {
  display: inline-block;
  width: 2.89rem;
  height: .8rem;
  background: url('../images/active_btn1.png') no-repeat;
  background-size: 100%;
  margin: 0 .46rem;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  top: 0;
}

.active-bot .btn .network {
  background-image: url('../images/active_btn2.png');
}

.active-bot .btn a:hover {
  top: -10px;
}

.loadding {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #282828;
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes lds-dual-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.lds-dual-ring {
  position: relative;
}

.lds-dual-ring div {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  border: 8px solid #000;
  border-color: #094080 transparent #094080 transparent;
  -webkit-animation: lds-dual-ring 1s linear infinite;
  animation: lds-dual-ring 1s linear infinite;
}

.lds-dual-ring div:nth-child(2) {
  width: 140px;
  height: 140px;
  top: 30px;
  left: 30px;
  border-color: transparent #65f5f3 transparent #65f5f3;
  -webkit-animation: lds-dual-ring_reverse 1s linear infinite;
  animation: lds-dual-ring_reverse 1s linear infinite;
}

.lds-double-ring {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.loadding .lds-css {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -100px;
}


.market_main .sub-title{font-size: 20px;line-height: 32px;margin: 33px 0 -19px;color: #666;}
.market-other{background: #eaeaea;padding: 54px 0;text-align: center;}
.market-other .pic{margin: 60px auto 0;}
.market-other .pic img{display: block;max-width: 100%;margin: 0 auto;}


/*新策划*/
.new-banner{position: relative;z-index: 0;}
.new-banner img{display: block;width: 100%;}
.new-about{position: relative;z-index: 10;background: url('../img/new_about_bg.jpg') no-repeat right top;}

.new-about-nav{text-align: center;position: relative;height: 107px;top: -52px;margin-bottom: 70px;}
.new-about-nav ul{display: inline-block;*display: inline;*zoom:1;}
.new-about-nav li{float: left;width: 232px;height: 107px;line-height: 107px;background: #92db2c;font-size: 30px;color: #fff;font-weight: bold;margin: 0 45px;box-shadow: 0px 1px 20px 0px rgba(136, 136, 136, 0.6);}
.new-about-nav li a{display: block;color: #fff;}
.new-about-nav li:hover{margin-top: -17px;}
.new-title{text-align: center;font-size: 42px;color: #91d922;line-height: 60px;margin-bottom: 10px;}
.new-en{font-size: 16px;color: #666;text-align: center;line-height: 22px;}
.new-about-info{margin-top: 100px;}
.new-about-pic{width: 54.14%;height: 379px;float: left;overflow: hidden;}
.new-about-pic .imgBg{width: 100%;height: 379px;}
.new-about-right{width: 37.29%;float: right;}
.new-about-right .txt{font-size: 16px;color: #333;line-height: 30px;font-family: "Microsoft YaHei";margin-top: 7px;}
.new-about-right .txt strong{font-family: "Microsoft YaHei";}
.new-about-right .txt img{display: block;width: 100%;margin: 28px 0 35px;}
.new-about-right .txt .en{font-size: 12px;color: #999;line-height: 18px;}

.new-field{position: relative;z-index: 5;background: url('../img/new_field_bg.jpg') no-repeat center top;}
.new-field .new-title{color: #fff;}
.new-field .new-en{color: #999;}
.new-field-top{margin-bottom: 123px;}
.new-field-top .pic{width: 45.86%;float: right;height: 258px;border-top: 6px solid #91d923;overflow: hidden;}
.new-field-top .pic .imgBg{width: 100%;height: 258px;}
.new-field-top .txt{width: 54.14%;float: left;height: 264px;background: #fff;}
.new-field-top .txt .main{font-size: 16px;color: #666;line-height: 26px;font-family: "Microsoft YaHei";padding: 63px 5% 0 12%;}
.new-field-top .txt .main p{margin-bottom: 25px;}
.new-field-list{margin-top: 115px;}
.new-field-list li{float: left;width: 33.3333%;text-align: center;cursor: pointer;}
.new-field-list li .pic{width: 163px;height: 163px;border:2px solid #ffff;margin: 0 auto 60px;position: relative;top: 0;}
.new-field-list li .pic i{display: block;width: 100%;height: 163px;background: url('../img/new_field_icon.png') no-repeat;}
.new-field-list li .pic .icon2{background-position: 0 -163px;}
.new-field-list li .pic .icon3{background-position: 0 -326px;}
.new-field-list li .main{padding: 0 10px;}
.new-field-list li .name{font-size: 30px;color: #fff;line-height: 48px;margin-bottom: 8px;}
.new-field-list li .txt{font-size: 18px;color: #fff;line-height: 25px;min-height: 150px;}
.new-field-list li:hover .pic{top: -30px;}
.new-field-list li:hover .pic i{background-color: #fff;}
.new-field-list li:hover .pic .icon1{background-position: -163px 0;}
.new-field-list li:hover .pic .icon2{background-position: -163px -163px;}
.new-field-list li:hover .pic .icon3{background-position: -163px -326px;}

.new-provide{margin-top: 80px;}
.new-provide-list{margin-top: 100px;}
.new-provide-list li{float: left;width: 15.71%;height: 550px;background: #fff;margin-right: 1.148%;box-shadow: 0px 1px 20px 0px rgba(156, 156, 156, 0.2);text-align: center;overflow: hidden;position: relative;cursor: pointer;background: url('../img/new_provide_pic1.jpg') no-repeat center center;background-size: cover;}
.new-provide-list li.break2{background-image: url('../img/new_provide_pic2.jpg');}
.new-provide-list li.break3{background-image: url('../img/new_provide_pic3.jpg');}
.new-provide-list li.break4{background-image: url('../img/new_provide_pic4.jpg');}
.new-provide-list li.break5{background-image: url('../img/new_provide_pic5.jpg');}
.new-provide-list li.break6{background-image: url('../img/new_provide_pic6.jpg');}
.new-provide-list li:last-child{margin-right: 0;}
.new-provide-list li .name{font-size: 30px;color: #333;line-height: 50px;margin: 70px 0 18px;}
.new-provide-list li .txt{padding: 0 10px;font-size: 18px;color: #333;line-height: 34px;min-height: 136px;}
.new-provide-list li .pic{width: 160px;height: 160px;right: -45px;bottom: 73px;background: #91d922;overflow: hidden;position: absolute;border-radius: 50%;box-shadow: 0px 6px 9.9px 0.1px rgba(0, 0, 0, 0.24);}
.new-provide-list li .pic i{display: block;width: 84px;height: 84px;margin: 38px 0 0 16px;background: url('../img/new_provide_icon.png') no-repeat;}
.new-provide-list li .pic .icon2{background-position: 0 -84px;}
.new-provide-list li .pic .icon3{background-position: 0 -168px;}
.new-provide-list li .pic .icon4{background-position: 0 -252px;}
.new-provide-list li .pic .icon5{background-position: 0 -336px;}
.new-provide-list li .pic .icon6{background-position: 0 -420px;}
.new-provide-list li:hover{background: #91d922;}
.new-provide-list li:hover .name,
.new-provide-list li:hover .txt{color: #fff;}
.new-provide-list li:hover .pic{box-shadow: 0px 0px 0px 0px rgba(0, 0, 0,0);}

.new-advantage{padding-top: 287px;background: url('../img/new_advantage_bg.jpg') no-repeat left bottom;position: relative;z-index: 4;}
.advantage-item{margin-bottom: 153px;}
.advantage-item:last-child{margin-bottom: 0;}
.advantage-item .pic{width: 56.57%;height: 596px;margin-right: 52px;background: #e7e7eb;float: right;}
.advantage-item .pic .imgBg{width: 100%;height: 596px;margin: -57px 0 0 52px;}
.advantage-item .main{width: 31.43%;text-align: right;float: left;position: relative;margin-top: 144px;z-index: 0;}
.advantage-item .main .ask{display: block;width: 133px;height: 232px;background: url('../img/new_ask_icon.png') no-repeat;position: absolute;left: 63px;top: -46px;z-index: 1;}
.advantage-item .main .title{font-size: 42px;color: #333;font-weight: bold;line-height: 54px;margin-bottom: 25px;position: relative;z-index: 5;position: relative;}
.advantage-item .main .txt{font-size: 18px;color: #333;line-height: 27px;z-index: 5;position: relative;}
.advantage-item .main .txt h5{font-size: 18px;font-weight: bold;margin-bottom: 10px;}
.advantage-item .main .txt h3{font-size: 30px;font-weight: bold;margin-top: 36px;line-height: 44px;}
.advantage-item:nth-child(2n) .pic{float: left;margin-right: 0;margin-left: 52px;}
.advantage-item:nth-child(2n) .pic .imgBg{margin-left: -52px;}
.advantage-item:nth-child(2n) .main{text-align: left;float: right;}
.advantage-item:nth-child(2n) .main .ask{left: auto;right: 63px;}
.new-advantage-list{margin-top: 123px;position: relative;height: 512px;}
.new-advantage-list ul{position: absolute;left: 0;top: 178px;width: 100%;}
.new-advantage-list ul li{width: calc(25% - 9px);height:540px;margin-right: 12px;float: left;position: relative;top: 0;background: url('../img/new_advantage_bg1.jpg') no-repeat center center;background-size: cover;cursor: pointer;text-align: center;overflow: hidden;}
.new-advantage-list ul li:last-child{margin-right: 0;}
.new-advantage-list ul li.break2{background-image: url('../img/new_advantage_bg2.jpg');}
.new-advantage-list ul li.break3{background-image: url('../img/new_advantage_bg3.jpg');}
.new-advantage-list ul li.break4{background-image: url('../img/new_advantage_bg4.jpg');}
.new-advantage-list ul li i{width: 80px;height: 70px;background: url('../img/new_advantage_icon.png') no-repeat;margin: 90px auto 46px;}
.new-advantage-list ul li .icon2{background-position: 0 -70px;}
.new-advantage-list ul li .icon3{background-position: 0 -140px;}
.new-advantage-list ul li .icon4{background-position: 0 -210px;}
.new-advantage-list ul li .name{font-size: 30px;color: #fff;font-weight: bold;line-height: 50px;margin-bottom: 110px;font-family: "Microsoft YaHei";}
.new-advantage-list ul li .txt{padding: 0 10px;font-size: 18px;color: #fff;line-height: 26px;font-family: "Microsoft YaHei";}
.new-advantage-list ul li:hover{top: -30px;}

.new-case{width: 100%;background: url('../img/new_case_bg.jpg') no-repeat center top;position: relative;z-index: 3;padding-top: 400px;}
.new-case .container{max-width: 1200px;}
.new-case .new-title,
.new-case .new-en{color: #fff;}
.new-caselist{margin-top: 63px;}
.new-caseitem{width: 48.75%;float: left;}
.new-caseitem:nth-child(2n){float: right;}
.new-caseitem .top-img{width: 100%;height: 260px;position: relative;cursor: pointer;overflow: hidden;}
.new-caseitem  .mid-img{width: 100%;height: 357px;}
.new-caseitem .top-img .yin{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);display: none;}
.new-caseitem .top-img .yin i{display: block;width: 158px;height: 78px;position: absolute;left: 50%;top:50%;margin: -39px 0 0 -79px;background: url('../img/new_case_icon1.png') no-repeat;}
.new-caseitem .top-img .yin .icon2{background-image: url('../img/new_case_icon2.png');}
.new-caseitem .top-img:hover .yin{display: block;}
.new-link{margin-top: 29px;display: block;width: 100%;height: 86px;box-sizing: border-box;line-height: 84px;border:1px solid #91d923;font-size: 32px;color: #91d923;font-weight: bold;text-align: center;}
.new-link:hover{background: #91d923;color: #fff;}

.new-market{padding: 120px 0 130px;}
.new-market .container{max-width: 1200px;}
.market-link .new-link{width: 48.75%;float: left;margin-top: 10px;}
.market-link .new-link:last-child{float: right;}
.new-market-list{margin-top: 100px;}
.new-market-list li{margin-bottom: 65px;}
.new-market-list li a,
.new-market-list li img{display: block;width: 100%;}
.new-field-top .pic:hover .imgBg,
.new-about-pic:hover .imgBg{transform:scale(1.1);-webkit-transform:scale(1.1); -moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);}

@media only screen and (min-width: 1280px) and (max-width:1440px) {
  .new-about-nav li {margin: 0 28px}
}

@media only screen and (min-width: 1020px) and (max-width:1280px){
  .new-about-nav li{font-size: 24px;width: 200px;height: 107px;margin: 0px 20px;}
}

@media only screen and (max-width: 750px) {
  .new-about{background-size: 2.85rem 2.9rem;}
  .new-about-nav{margin-bottom: .7rem;height: .6rem;top: -.2rem;}
  .new-about-nav li{width: 1.5rem;margin: 0 .29rem 0 0;height: .6rem;font-size: .2rem;line-height: .6rem;}
  .new-about-nav li:last-child{margin-right: 0;}
  .new-title{font-size: .42rem;line-height: .6rem;margin-bottom: .1rem;}
  .new-en{font-size: .22rem;line-height: .32rem;}
  .new-about-info{margin: .6rem 0;}
  .new-about-pic{width: 100%;height: 3.45rem;margin-bottom: .2rem;}
  .new-about-pic .imgBg{height: 3.45rem;}
  .new-about-right{width: 100%;}
  .new-field{background-position: center center;background-size: cover;}
  .new-field-top{margin-bottom: .6rem;}
  .new-field-top .pic{float: none;width: 100%;height: 2.8rem;}
  .new-field-top .pic .imgBg{height: 2.8rem;}
  .new-field-top .txt{width: 100%;float: none;height: auto;}
  .new-field-top .txt .main{padding: .3rem .2rem;}
  .new-field-top .txt .main p{margin-bottom: .2rem;}
  .new-field-list{margin-top: .8rem;}
  .new-field-list li{width: 100%;margin-bottom: .6rem;}
  .new-field-list li .pic{margin-bottom: .6rem;}
  .new-field-list li:hover .pic{top: -.3rem;}
  .new-field-list li .name{font-size: 20px;line-height: 38px;}
  .new-field-list li .txt{min-height: auto;font-size: 16px;line-height: 24px;}
  .new-provide,
  .new-provide-list{margin-top: .8rem;}
  .new-provide-list li{width: 48%;margin-right: 4% !important;margin-bottom: .6rem;}
  .new-provide-list li:nth-child(2n){margin-right: 0 !important;}

  .new-advantage{background-size: 3.2rem 3.03rem;padding-top: 2rem;}
  .advantage-item{margin-bottom: 1.2rem;}
  .advantage-item .pic{float: none;width: 100%;height: 5.2rem;margin: 0 !important;}
  .advantage-item .pic .imgBg{height: 5.2rem;margin: 0 !important;}
  .advantage-item .main{width: 100%;float: none;margin-top: .6rem;text-align: left !important;}
  .advantage-item .main .ask{width: 1.33rem;height: 2.32rem;background-size: 100%;left: 70% !important;top: .6rem; right: auto !important;}
  .advantage-item .main .title{font-size: .42rem;line-height: .62rem;}
  .advantage-item .main .txt{font-size: .28rem;line-height: .42rem;}
  .advantage-item .main .txt h5{font-size: .3rem;margin-bottom: .1rem;}
  .advantage-item .main .txt h3{font-size: .36rem;line-height: .56rem;margin-top: .2rem;}

  .new-advantage-list{height: 12.46rem;margin-top: .8rem;}
  .new-advantage-list ul{top: 1.8rem;}
  .new-advantage-list ul li{width: 48%;margin: 0 4% .6rem 0 !important;height: 5.4rem;}
  .new-advantage-list ul li:nth-child(2n){margin-right: 0 !important;}

  .new-advantage-list ul li i{width: .8rem;height: .7rem;background-size: .8rem 2.8rem;margin: .9rem auto .4rem;}
  .new-advantage-list ul li .icon2{background-position: 0 -.7rem;}
  .new-advantage-list ul li .icon3{background-position: 0 -1.4rem;}
  .new-advantage-list ul li .icon4{background-position: 0 -2.1rem;}
  .new-advantage-list ul li .name{font-size: .3rem;line-height: .5rem;margin-bottom: .8rem;}
  .new-advantage-list ul li .txt{padding: 0 .1rem;font-size: .24rem;line-height: .42rem;}
  .new-advantage-list ul li .txt br{display: none;}
  .new-caselist{margin-top: .6rem;}
  .new-case{background-size: 7.5rem 6.3rem;padding-top: 1.6rem;}
  .new-caseitem{width: 100%;float: none;margin-bottom: .6rem;}
  .new-caseitem .top-img{height: 3.07rem;}
  .new-caseitem .mid-img{height: 4.21rem;}
  .new-link{margin-top: .3rem;font-size: .3rem;height: .8rem;line-height: .78rem;}
  .new-market{padding: 1rem 0;}
  .new-market-list{margin-top: .8rem;}
  .new-market-list li{margin-bottom: .6rem;}
  .market-link .new-link{width: 100%;}

  .market_main .sub-title{font-size: 16px;line-height: 26px;margin: 20px 0 -10px;}


}
