@charset "UTF-8";
* {
  line-height: normal;
  box-sizing: border-box;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1,
h2,
h3 {
  line-height: normal;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

.hide {
  display: none;
}

main {
  padding-top: 90px;
}

.header {
  background-color: #ffffff;
  width: 100%;
}

.header:before {
  content: '';
  display: table;
}

.header .header-wrap {
  height: 90px;
  padding-left: 100px;
  z-index: 5;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: height .5s ease-out;
  overflow: hidden;
}

.header .header-wrap .logo {
  float: left;
  height: 100%;
  line-height: 90px;
}

.header .header-wrap .logo .phone-logo {
  display: none;
}

.header .header-wrap .logo img {
  max-width: 100%;
}

.header .header-wrap .nav {
  float: left;
  height: 100%;
  padding-left: 87px;
}

.header .header-wrap .nav .item {
  float: left;
  height: 100%;
  position: relative;
  z-index: 10;
  /*transition: background-color .5s ease-out;*/
}

.header .header-wrap .nav .item .title {
  display: block;
  line-height: 90px;
  padding: 0 20px;
  color: #363636;
  font-size: 17px;
  /*transition: color .5s ease-out;*/
  position: relative;
}

.header .header-wrap .nav .item .title:after {
  content: '';
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background-color: transparent;
  bottom: 0px;
  left: 0px;
  /*transition: background-color .5s ease-out;*/
}

.header .header-wrap .nav .item.current {
  background-color: #004B81;
}

.header .header-wrap .nav .item.current .title {
  color: #ffffff;
}

.header .header-wrap .nav .item.current .title:after {
  background-color: #0B3968;
}

.header .header-wrap .nav .item.active {
  background-color: #004B81;
}

.header .header-wrap .nav .item.active .title {
  color: #ffffff;
}

.header .header-wrap .nav .item.active .title:after {
  background-color: #0B3968;
}

.header .header-wrap .nav-right {
  height: 100%;
  float: right;
}

.header .header-wrap .nav-right .search {
  cursor: pointer;
  position: relative;
  float: right;
  width: 90px;
  height: 90px;
  background: #b4b4b4 url("../img/icon_search.png") no-repeat center;
  transition: background-color .5s ease-out;
}

.header .header-wrap .nav-right .search .search-box {
  position: absolute;
  right: 0px;
  top: 100%;
  display: none;
}

.header .header-wrap .nav-right .search .search-box input {
  border: 1px solid #004981;
  width: 300px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.header .header-wrap .nav-right .search .search-box .btn {
  position: absolute;
  right: 0px;
  height: 40px;
  width: 40px;
  top: 0;
  border: 1px solid #004981;
  font-size: 12px;
  color: #ffffff;
  background-color: #004981;
  outline: none;
}

@media screen and (min-width: 1000px) {
  .header .header-wrap .nav-right .search:hover {
    background-color: #004981;
  }
}

.header .header-wrap .nav-right .search:hover .search-box {
  display: block;
}

.header .header-wrap .nav-right .other {
  line-height: 90px;
  float: right;
  height: 100%;
  margin-right: 18px;
}

.header .header-wrap .nav-right .other .line {
  border-left: 1px solid #cccccc;
  margin: 0 15px;
}

.header .header-wrap .nav-right .other .index {
  padding: 10px 0 10px 27px;
  color: #999;
  background: url("../img/icon_earth.png") no-repeat left center;
  transition: color .5s ease-out;
}

.header .header-wrap .nav-right .other .index:hover {
  color: #004981;
}

.header .header-wrap .nav-right .other .diamond img {
  max-width: 100%;
}

.header .header-wrap .nav-right .other .language {
  display: inline;
  position: relative;
}

.header .header-wrap .nav-right .other .language a {
  color: #999;
  transition: color .5s ease-out;
  /* padding-right: 22px; */
  padding-right: 20px;
  background: url("../img/icon_arrow_down.png") no-repeat right center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .header-wrap .nav-right .other .language a:hover {
  color: #004981;
}

.header .header-wrap .nav-right .other .language .english {
  position: absolute;
  top: 150%;
  left: 0px;
}

.header .header-wrap .nav-right .other .language .english a {
  background: none;
}

.header .header-wrap .nav-right .other .language:hover a {
  background-image: url("../img/icon_arrow_up.png");
}

.header .header-wrap .nav-right .other .language:hover .english {
  display: block;
}

.header .header-wrap .nav-right .other .language:hover .english a {
  background: none;
}

.header .s-menu {
  position: relative;
  z-index: 2;
}

.header .s-menu .menu {
  position: absolute;
  height: 230px;
  width: 622px;
  background: #fff;
}

.header .s-menu .menu .left {
  float: left;
  width: 40%;
  height: 100%;
}

.header .s-menu .menu .left a {
  color: #333;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  line-height: calc(230px / 3);
  background-color: #f0f0f0;
  text-align: center;
  border-bottom: 1px solid #cacaca;
  transition: all .5s ease-out;
}

.header .s-menu .menu .left a:hover {
  background-color: #02467d;
  color: #ffffff;
}

.header .s-menu .menu .right {
  background-color: #ffffff;
  width: 60%;
  float: right;
  text-align: center;
  height: 100%;
  line-height: 230px;
}

.header .s-menu .menu .right img {
  max-width: 100%;
}

.header .s-menu .menu.about-us {
  left: 1%;
}

.header .s-menu .menu.about-us .left a {
  height: 33.33%;
}

.header .s-menu .menu.pandect {
  left: 1%;
}

.header .s-menu .menu.pandect .left a {
  height: 25%;
  line-height: calc(230px / 4);
  background-repeat: no-repeat;
  background-position: 10% center;
  padding-left: 35%;
  text-align: left;
}

.header .s-menu .menu.pandect .left .odd {
  background-image: url("../img/icon_odd.png");
}

.header .s-menu .menu.pandect .left .odd:hover {
  background-image: url("../img/icon_odd_hover.png");
}

.header .s-menu .menu.pandect .left .even {
  background-image: url("../img/icon_even.png");
}

.header .s-menu .menu.pandect .left .even:hover {
  background-image: url("../img/icon_even_hover.png");
}

.header .s-menu .menu.pandect .left .more {
  background-image: url("../img/icon_more.png");
}

.header .s-menu .menu.pandect .left .more:hover {
  background-image: url("../img/icon_more_hover.png");
}

.header .s-menu .menu.pandect .left .drill {
  background-image: url("../img/icon_drill.png");
}

.header .s-menu .menu.pandect .left .drill:hover {
  background-image: url("../img/icon_drill_hover.png");
}

.header .s-menu .menu.service {
  left: 1%;
}

.header .s-menu .menu.service a {
  height: 20%;
  line-height: calc(230px / 5);
}

.header .s-menu .menu.news {
  left: 1%;
}

.header .s-menu .menu.news a {
  height: 25%;
  line-height: calc(230px / 4);
}

.header .s-menu .menu.recruitment {
  left: 1%;
}

.header .s-menu .menu.recruitment a {
  height: 33.33%;
  line-height: calc(230px / 3);
}

.header .s-menu .menu.train a {
  height: 25%;
  line-height: calc(230px / 4);
}

.header.memory {
  position: fixed;
  z-index: 10;
}

.main.welcome .banner .banner-wrap {
  position: relative;
}

.main.welcome .banner .banner-wrap .banner-list li {
  position: relative;
}

.main.welcome .banner .banner-wrap .banner-list li .banner-mask {
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 85px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}

.main.welcome .banner .banner-wrap .banner-list li .banner-mask .content {
  position: absolute;
  width: 1100px;
  transform: translate(-50%, 50%);
  left: 50%;
  bottom: 50%;
  z-index: 5;
}

.main.welcome .banner .banner-wrap .banner-list li .banner-mask .content .title {
  float: left;
  font-size: 34px;
  color: #ffffff;
}

.main.welcome .banner .banner-wrap .banner-list li .banner-mask .content .more {
  float: right;
  width: 182px;
  height: 42px;
  background-color: #004B81;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  border-radius: 10px;
  line-height: 42px;
  transition: all .5s ease-out;
}

.main.welcome .banner .banner-wrap .banner-list li .banner-mask .content .more:hover {
  background-color: #F5F5F5;
  color: #004B81;
}

.main.welcome .banner .banner-wrap .banner-list img {
  width: 100%;
}

.main.welcome .banner .banner-wrap .banner-list .phone-img {
  display: none;
}

.main.welcome .banner .banner-wrap .flex-control-nav {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  bottom: 18%;
}

.main.welcome .banner .banner-wrap .flex-control-nav li {
  display: inline-block;
  margin-right: .2%;
}

.main.welcome .banner .banner-wrap .flex-control-nav li a {
  display: block;
  width: 11px;
  height: 11px;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
}

.main.welcome .banner .banner-wrap .flex-control-nav li a:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
  width: 7px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.3);
}

.main.welcome .banner .banner-wrap .flex-control-nav li a.flex-active {
  background-color: rgba(255, 255, 255, 0.5);
}

.main.welcome .banner .banner-wrap .flex-control-nav li a.flex-active:after {
  background-color: #ffffff;
}

.main.welcome .banner .banner-wrap .flex-direction-nav {
  position: absolute;
  max-width: 1200px;
  width: 100%;
  bottom: 60px;
  left: 50%;
  height: 1px;
  transform: translate(-50%, 0);
  /* margin-left: -600px; */
  z-index: 2;
}

.main.welcome .banner .banner-wrap .flex-direction-nav li {
  display: inline-block;
}

.main.welcome .banner .banner-wrap .flex-direction-nav li:first-child {
  float: left;
}

.main.welcome .banner .banner-wrap .flex-direction-nav li:first-child a {
  display: block;
  width: 22px;
  height: 41px;
  background: url("../img/icon_arrow_left.png") no-repeat center center;
  opacity: .5;
  transition: opacity .5s ease-out;
}

@media screen and (min-width: 1000px) {
  .main.welcome .banner .banner-wrap .flex-direction-nav li:first-child a:hover {
    opacity: 1;
  }
}

.main.welcome .banner .banner-wrap .flex-direction-nav li:last-child {
  float: right;
}

.main.welcome .banner .banner-wrap .flex-direction-nav li:last-child a {
  display: block;
  width: 22px;
  height: 41px;
  background: url("../img/icon_arrow_right.png") no-repeat center center;
  opacity: .5;
  transition: opacity .5s ease-out;
}

@media screen and (min-width: 1000px) {
  .main.welcome .banner .banner-wrap .flex-direction-nav li:last-child a:hover {
    opacity: 1;
  }
}

.main.welcome .news {
  min-height: 200px;
  background: url("../img/news_bg.jpg") no-repeat center/cover;
}

.main.welcome .news .news-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 65px;
  padding-bottom: 70px;
  overflow: hidden;
}

.main.welcome .news .news-wrap .wrap {
  width: 103%;
}

.main.welcome .news .news-wrap .wrap .item {
  float: left;
  width: 30%;
  margin-right: 3%;
}

.main.welcome .news .news-wrap .wrap .item .title {
  font-size: 26px;
  color: #666666;
  margin-bottom: 34px;
  text-align: left;
}

.main.welcome .news .news-wrap .wrap .item .title a {
  color: #666666;
  display: block;
}

.main.welcome .news .news-wrap .wrap .item .title:hover a {
  color: #004981;
}

.main.welcome .news .news-wrap .wrap .item .img {
  display: block;
  margin-bottom: 17px;
  overflow: hidden;
}

.main.welcome .news .news-wrap .wrap .item .img img {
  width: 100%;
  transition: transform .5s ease-out;
}

.main.welcome .news .news-wrap .wrap .item .img .phone-img {
  display: none;
}

.main.welcome .news .news-wrap .wrap .item .img:hover img {
  transform: scale(1.1);
}

.main.welcome .news .news-wrap .wrap .infor .news-list a {
  display: inline-block;
  color: #333333;
  transition: all .5s ease-out;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  left: 0;
}

.main.welcome .news .news-wrap .wrap .infor .news-list a:hover {
  color: #004981;
  left: 20px;
}

.main.welcome .news .news-wrap .wrap .feature .flexslider1 {
  position: relative;
  margin-bottom: 17px;
}

.main.welcome .news .news-wrap .wrap .feature .flexslider1 img {
  width: 100%;
}

.main.welcome .news .news-wrap .wrap .feature .flexslider1 .phone-img {
  display: none;
}

.main.welcome .news .news-wrap .wrap .feature .flexslider1 .flex-control-nav1 {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  bottom: 5%;
}

.main.welcome .news .news-wrap .wrap .feature .flexslider1 .flex-control-nav1 li {
  display: inline-block;
}

.main.welcome .news .news-wrap .wrap .feature .flexslider1 .flex-control-nav1 li a {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.main.welcome .news .news-wrap .wrap .feature .flexslider1 .flex-control-nav1 li a.flex-active {
  background-color: #ffffff;
}

.main.welcome .news .news-wrap .wrap .feature .flexslider1 .flex-direction-nav {
  display: none;
}

.main.welcome .news .news-wrap .wrap .feature .product-list .team {
  display: block;
}

.main.welcome .news .news-wrap .wrap .feature .product-list .team p {
  display: inline-block;
  line-height: 26px;
}

.main.welcome .news .news-wrap .wrap .feature .product-list .team .tip {
  font-size: 16px;
  color: #333333;
  float: left;
  margin-right: 10px;
  transition: color .5s ease-out;
}

.main.welcome .news .news-wrap .wrap .feature .product-list .team .icon {
  float: right;
  transition: all 1s ease-out;
}

@media screen and (min-width: 1000px) {
  .main.welcome .news .news-wrap .wrap .feature .product-list .team:hover .tip {
    color: #004981;
  }
  .main.welcome .news .news-wrap .wrap .feature .product-list .team:hover .icon {
    transform: translateX(-200%);
  }
}

.main.welcome .news .news-wrap .wrap .state .news-list .team {
  height: 52px;
  display: block;
  margin-bottom: 12px;
  background-color: #f5f5f5;
}

.main.welcome .news .news-wrap .wrap .state .news-list .team span {
  float: left;
  height: 100%;
  line-height: 52px;
}

.main.welcome .news .news-wrap .wrap .state .news-list .team .time {
  width: 17%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #004981;
}

.main.welcome .news .news-wrap .wrap .state .news-list .team .tip {
  font-size: 16px;
  color: #666;
  padding-left: 4%;
  transition: all .5s ease-out;
  max-width: 65%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main.welcome .news .news-wrap .wrap .state .news-list .team:hover .tip {
  padding-left: 6%;
}

.main.welcome .news .news-wrap .wrap .state .news-list .team .icon {
  position: relative;
  float: right;
  width: 12%;
  background: transparent url("../img/icon_plane.png") no-repeat center center;
  transition: background-color .5s ease-out;
}

.main.welcome .news .news-wrap .wrap .state .news-list .team .icon:after {
  content: '';
  position: absolute;
  height: 17px;
  border-left: 1px solid #e6e6e6;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transition: border-color .5s ease-out;
}

@media screen and (min-width: 1000px) {
  .main.welcome .news .news-wrap .wrap .state .news-list .team:hover .tip {
    color: #004981;
  }
  .main.welcome .news .news-wrap .wrap .state .news-list .team:hover .icon {
    background-color: #004981;
    background-image: url("../img/icon_plane_hover.png");
  }
  .main.welcome .news .news-wrap .wrap .state .news-list .team:hover .icon:after {
    border-color: transparent;
  }
}

.main.welcome .company {
  height: 544px;
  background: url("../img/company_bg.jpg") no-repeat center/cover;
  position: relative;
}

.main.welcome .company .company-wrap {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  text-align: center;
  padding-top: 234px;
}

.main.welcome .company .company-wrap .title {
  font-size: 36px;
  font-weight: bold;
  color: #00a2e9;
  margin-bottom: 30px;
}

.main.welcome .company .company-wrap h2 {
  font-size: 20px;
  color: #999;
  margin-bottom: 20px;
}

.main.welcome .company .company-wrap h3 {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}

.main.welcome .company .company-wrap .more {
  display: inline-block;
  width: 136px;
  height: 33px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #00a2e9;
  font-size: 12px;
  line-height: 33px;
  transition: color .5s ease-out;
}

@media screen and (min-width: 1000px) {
  .main.welcome .company .company-wrap .more:hover {
    color: #ffffff;
    background: #00a2e9;
  }
}

.main.welcome .service .service-title {
  height: 156px;
  background: url("../img/service_bg.jpg") no-repeat center/cover;
}

.main.welcome .service .service-title h1 {
  font-size: 35px;
  color: #333;
  line-height: 156px;
  text-align: center;
}

.main.welcome .service .service-wrap {
  background-color: #f5f5f5;
  position: relative;
}

.main.welcome .service .service-wrap .service-bg {
  position: relative;
  width: 43%;
  z-index: 2;
}

.main.welcome .service .service-wrap .service-bg img {
  width: 100%;
}

.main.welcome .service .service-wrap .content {
  width: 100%;
  padding-top: 4%;
  height: 100%;
  position: absolute;
  top: 0;
}

.main.welcome .service .service-wrap .content .item {
  background-color: transparent;
  transition: background-color .5s ease-out;
  margin-bottom: 2%;
}

.main.welcome .service .service-wrap .content .item a {
  /*padding: 1.5% 0;*/
  padding: 0.5% 0;
  margin-left: 45.5%;
  display: block;
  width: 40%;
}

.main.welcome .service .service-wrap .content .item a .tip {
  padding-left: 17%;
  padding-top: 1%;
  padding-bottom: 1%;
}

.main.welcome .service .service-wrap .content .item a .tip h1 {
  font-size: 18px;
  color: #333;
  transition: color .5s ease-out;
}

.main.welcome .service .service-wrap .content .item a .tip p {
  font-size: 14px;
  color: #666;
  line-height: 23px;
  transition: color .5s ease-out;
}

.main.welcome .service .service-wrap .content .item a .service-support {
  transition: background-image .5s ease-out;
  background: url("../img/service_support.png") no-repeat left center;
}

.main.welcome .service .service-wrap .content .item a .aftersales {
  transition: background-image .5s ease-out;
  background: url("../img/aftersales.png") no-repeat left center;
}

.main.welcome .service .service-wrap .content .item a .operation {
  transition: background-image .5s ease-out;
  background: url("../img/operation.png") no-repeat left center;
}

.main.welcome .service .service-wrap .content .item:hover {
  background-color: #004981;
}

.main.welcome .service .service-wrap .content .item:hover .service-support {
  background: url("../img/service_support_hover.png") no-repeat left center;
}

.main.welcome .service .service-wrap .content .item:hover .aftersales {
  background: url("../img/aftersales_hover.png") no-repeat left center;
}

.main.welcome .service .service-wrap .content .item:hover .operation {
  background: url("../img/operation_hover.png") no-repeat left center;
}

.main.welcome .service .service-wrap .content .item:hover a h1 {
  font-size: 18px;
  color: #ffffff;
}

.main.welcome .service .service-wrap .content .item:hover a p {
  font-size: 14px;
  color: #ffffff;
  line-height: 23px;
}

.footer .footer-top {
  background-color: #363636;
}

.footer .footer-top .wrap {
  position: relative;
  min-height: 192px;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 3%;
  padding-top: 45px;
}

.footer .footer-top .wrap .toTop-wrap {
  right: 0;
  top: -26px;
  display: block;
  position: absolute;
  text-align: right;
}

.footer .footer-top .wrap .toTop-wrap .to-top {
  display: inline-block;
  width: 96px;
  height: 26px;
  padding-left: 10px;
  text-align: left;
  color: #b9b2b2;
  line-height: 26px;
  background: #004B81 url("../img/icon_top.png") no-repeat 90% center;
  transition: all .5s ease-out;
}

.footer .footer-top .wrap .toTop-wrap .to-top:hover {
  color: #ffffff;
  background-image: url("../img/icon_top_hover.png");
}

.footer .footer-top .wrap .address-wrap {
  float: left;
  width: 60%;
}

.footer .footer-top .wrap .address-wrap .bottom-logo {
  float: left;
}

.footer .footer-top .wrap .address-wrap .bottom-logo img {
  max-width: 100%;
}

.footer .footer-top .wrap .address-wrap .address {
  float: left;
  padding-left: 27px;
}

.footer .footer-top .wrap .address-wrap .address h1 {
  font-size: 14px;
  color: #cccccc;
  line-height: 24px;
}

.footer .footer-top .wrap .address-wrap .address h1 span {
  color: #666;
  margin: 0 16px;
}

.footer .footer-top .wrap .address-wrap .address h1 b {
  font-weight: bold;
  color: #00A2E9;
}

.footer .footer-top .wrap .address-wrap .input-wrap {
  padding-top: 19px;
}

.footer .footer-top .wrap .address-wrap .input-wrap .select-wrap {
  float: left;
  position: relative;
}

.footer .footer-top .wrap .address-wrap .input-wrap .select-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  right: 26px;
  height: 26px;
  border-left: 1px solid #5C5C5C;
}

.footer .footer-top .wrap .address-wrap .input-wrap .friendly-links {
  cursor: pointer;
  outline: none;
  width: 188px;
  height: 26px;
  border: 1px solid #5C5C5C;
  background: #363636 url("../img/select_up.png") no-repeat 169px center;
  color: #CCCCCC;
  font-size: 12px;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
  padding-left: 13px;
}

.footer .footer-top .wrap .address-wrap .input-wrap .friendly-links:hover {
  background-image: url("../img/select_down.png");
}

.footer .footer-top .wrap .address-wrap .input-wrap .btn {
  margin-left: 4px;
  float: left;
  width: 78px;
  height: 26px;
  border: 1px solid #5C5C5C;
  background-color: #363636;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  color: #CCCCCC;
  transition: color .5s ease-out;
}

.footer .footer-top .wrap .address-wrap .input-wrap .btn:hover {
  color: #00A2E9;
}

.footer .footer-top .wrap .share-wrap {
  float: right;
  width: 40%;
  padding-left: 9%;
  border-left: 1px solid #5C5C5C;
  padding-bottom: 4%;
}

.footer .footer-top .wrap .share-wrap .top {
  margin-bottom: 10px;
  display: none;
}

.footer .footer-top .wrap .share-wrap .top .attention {
  float: left;
}

.footer .footer-top .wrap .share-wrap .top .attention span {
  color: #CCCCCC;
  font-size: 14px;
  float: left;
  height: 32px;
  line-height: 32px;
}

.footer .footer-top .wrap .share-wrap .top .attention a {
  float: left;
  width: 32px;
  height: 32px;
}

.footer .footer-top .wrap .share-wrap .top .attention .weibo {
  background: url("../img/icon_weibo.png") no-repeat center center;
  position: relative;
}

.footer .footer-top .wrap .share-wrap .top .attention .weibo:hover {
  opacity: .8;
}

.footer .footer-top .wrap .share-wrap .top .attention .weixin {
  background: url("../img/icon_weixin.png") no-repeat center center;
  position: relative;
}

.footer .footer-top .wrap .share-wrap .top .attention .weixin .weCode,
.footer .footer-top .wrap .share-wrap .top .attention .weibo .weCode,
.footer .footer-top .wrap .share-wrap .top .attention .tvideo .weCode {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

.footer .footer-top .wrap .share-wrap .top .attention .weixin:hover,
.footer .footer-top .wrap .share-wrap .top .attention .weibo:hover,
.footer .footer-top .wrap .share-wrap .top .attention .tvideo:hover {
  opacity: .8;
}

.footer .footer-top .wrap .share-wrap .top .attention .weixin:hover .weCode,
.footer .footer-top .wrap .share-wrap .top .attention .weibo:hover .weCode,
.footer .footer-top .wrap .share-wrap .top .attention .tvideo:hover .weCode {
  display: block;
  opacity: 1;
  width: 80px;
}

.footer .footer-top .wrap .share-wrap .top .attention .tvideo {
  background: url("../img/icon_tvideo.png") no-repeat center center;
  position: relative;
}

.footer .footer-top .wrap .share-wrap .top .share {
  float: left;
  margin-left: 30px;
}

.footer .footer-top .wrap .share-wrap .top .share span {
  float: left;
  height: 32px;
  line-height: 32px;
  color: #CCCCCC;
  font-size: 14px;
}

.footer .footer-top .wrap .share-wrap .top .share a {
  margin: 0;
  text-indent: initial;
  overflow: initial;
}

.footer .footer-top .wrap .share-wrap .top .share .share-weibo {
  background: url("../img/icon_weibo.png") no-repeat center center;
}

.footer .footer-top .wrap .share-wrap .top .share .share-qzone {
  background: url("../img/icon_qzone.png") no-repeat center center;
}

.footer .footer-top .wrap .share-wrap .top .share .share-tweibo {
  background: url("../img/icon_tweibo.png") no-repeat center center;
}

.footer .footer-top .wrap .share-wrap .bottom p {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}

.footer .footer-top .wrap .share-wrap .bottom p a {
  color: #999999;
  transition: color .5s ease-out;
}

.footer .footer-top .wrap .share-wrap .bottom p a:hover {
  color: #00A2E9;
}

.footer .bottom-nav {
  background-color: #272727;
}

.footer .bottom-nav .bottom-nav-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.footer .bottom-nav .bottom-nav-wrap .container {
  padding: 39px 0;
}

.footer .bottom-nav .bottom-nav-wrap .container .item {
  /*float: left;*/
  /*margin-left: 12%;*/
}

.footer .bottom-nav .bottom-nav-wrap .container .item .title {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 5px;
  text-align: left;
}

.footer .bottom-nav .bottom-nav-wrap .container .item .menu li a {
  font-size: 12px;
  line-height: 24px;
  color: #999;
  transition: color .5s ease-out;
}

.footer .bottom-nav .bottom-nav-wrap .container .item ul {
  overflow: hidden;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: flex-start;
  flex-wrap: wrap;
}

.footer .bottom-nav .bottom-nav-wrap .container .item ul li {
  width: 10%;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .footer .bottom-nav .bottom-nav-wrap .container .item .menu li a:hover {
    color: #00A2E9;
  }
}

.footer .phone {
  display: none;
}

.header .phone-nav-btn {
  display: none;
  float: right;
  width: 60px;
  height: 60px;
  border: none;
  background-color: #004981;
  padding: 0;
  padding-top: 5px;
  outline: none;
}

.header .phone-nav-btn span {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  margin-left: calc(50% - 20px);
  margin-bottom: 9px;
  transition: all .5s ease-out;
  transform-origin: 0 0;
}

.header .phone-nav-btn.active span:nth-child(2) {
  opacity: 0;
}

.header .phone-nav-btn.active span:first-child {
  transform: rotate(45deg) translate(5px, -5px);
}

.header .phone-nav-btn.active span:last-child {
  transform: rotate(-45deg) translate(1px, 4px);
}

.header .phone-menu-wrap {
  position: fixed;
  height: calc(100% - 60px);
  background-color: #004981;
  width: 100%;
  left: 0;
  top: 60px;
  display: none;
  overflow: scroll;
}

.header .phone-menu-wrap .wrap .phone-nav-item .title {
  font-size: 24px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all .5s ease-out;
  background-color: transparent;
  text-align: left;
}

.header .phone-menu-wrap .wrap .phone-nav-item .title span {
  display: block;
  line-height: 74px;
  width: 90%;
  margin: 0 auto;
  background: url("../img/phone_arrow_down.png") no-repeat right center;
}

.header .phone-menu-wrap .wrap .phone-nav-item .title.active span {
  background-image: url("../img/phone_arrow_up.png");
}

@media screen and (min-width: 768px) {
  .header .phone-menu-wrap .wrap .phone-nav-item .title:hover {
    background-color: #262626;
  }
}

.header .phone-menu-wrap .wrap .phone-nav-item .menu {
  display: none;
}

.header .phone-menu-wrap .wrap .phone-nav-item .menu a {
  display: block;
  font-size: 22px;
  color: #ffffff;
  line-height: 62px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 8%;
  transition: all .5s ease-out;
}

@media screen and (min-width: 768px) {
  .header .phone-menu-wrap .wrap .phone-nav-item .menu a:hover {
    color: #004981;
    background-color: #ffffff;
  }
}

.header .phone-menu-wrap .phone-search-wrap {
  margin-top: 60px;
}

.header .phone-menu-wrap .phone-search-wrap .input-wrap {
  height: 64px;
  width: 90%;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 0 3%;
}

.header .phone-menu-wrap .phone-search-wrap .input-wrap input {
  float: left;
  height: 100%;
  width: 80%;
  border: none;
  font-size: 20px;
  background-color: transparent;
  color: #ffffff;
}

.header .phone-menu-wrap .phone-search-wrap .input-wrap .search-btn {
  float: right;
  height: 100%;
  width: 64px;
  background: url("../img/icon_phone_search.png") no-repeat center center;
  cursor: pointer;
}

.header .phone-menu-wrap .other {
  width: 90%;
  margin: 60px auto 0;
  overflow: hidden;
}

.header .phone-menu-wrap .other .wrap {
  width: 103%;
}

.header .phone-menu-wrap .other .wrap .item {
  float: left;
  width: 30.33%;
  margin-right: 3%;
  height: 60px;
}

.header .phone-menu-wrap .other .wrap .item i {
  color: #ffffff;
  font-size: 30px;
  margin: 0 20px;
  line-height: 60px;
}

.header .phone-menu-wrap .other .wrap .item a {
  font-size: 28px;
  color: #ffffff;
  line-height: 60px;
}

.header .phone-menu-wrap .other .wrap .earth {
  padding-left: 50px;
  background: url("../img/icon_phone_earth.png") no-repeat left center;
}

.header .phone-menu-wrap .other .wrap .diamond {
  text-align: center;
}

.header .phone-menu-wrap .other .wrap .diamond img {
  max-width: 100%;
}

.header .phone-menu-wrap .other .wrap .language {
  text-align: right;
}

@media screen and (max-width: 1820px) {
  .main.welcome .service .service-wrap .content .item {
    /*margin-bottom: 1%;*/
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1715px) {
  .header .header-wrap {
    padding-left: 50px;
  }
  .header .header-wrap .nav {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1640px) {
  .main.welcome .service .service-wrap .content {
    padding-top: 3%;
  }
  .header .header-wrap .nav .item .title {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1540px) {
  .main.welcome .service .service-wrap .content {
    padding-top: 0.5%;
  }
  .main.welcome .service .service-wrap .content .item a {
    padding: 1% 0;
  }
}

@media screen and (max-width: 1510px) {
  .header .header-wrap .nav {
    padding-left: 30px;
  }
  .header .header-wrap {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1470px) {
  .header .header-wrap .nav-right .other .index,
  .header .header-wrap .nav-right .other .diamond,
  .header .header-wrap .nav-right .other .line {
    display: none;
  }
  .main.welcome .banner .banner-wrap .flex-control-nav {
    bottom: 22%;
  }
}

@media screen and (max-width: 1400px) {
  .main.welcome .service .service-wrap .content .item a {
    padding: .5% 0;
  }
}

@media screen and (max-width: 1270px) {
  .main.welcome .service .service-wrap .content .item a .tip h1 {
    font-size: 16px;
  }
  .main.welcome .service .service-wrap .content .item a .tip p {
    font-size: 12px;
  }
  .main.welcome .banner .banner-wrap .banner-list li .banner-mask {
    height: 70px;
  }
  .main.welcome .banner .banner-wrap .flex-direction-nav {
    bottom: 54px;
  }
  .header .s-menu .menu {
    width: 420px;
  }
  .header .s-menu .menu .left a {
    text-align: initial;
    padding-left: 42%;
    font-size: 14px;
  }
  .header .s-menu .menu .right {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1240px) {
  .header .header-wrap .nav-right .other .language {
    display: none;
  }
  .main.welcome .banner .banner-wrap .flex-direction-nav {
    width: 100%;
  }
  .main.welcome .banner .banner-wrap .flex-direction-nav li:first-child {
    margin-left: 1%;
  }
  .main.welcome .banner .banner-wrap .flex-direction-nav li:last-child {
    margin-right: 1%;
  }
}

@media screen and (max-width: 1200px) {
  .main.welcome .news .news-wrap {
    max-width: 100%;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .main.welcome .news .news-wrap .wrap .item {
    width: 31%;
    margin-right: 2%;
  }
  .main.welcome .news .news-wrap .wrap .state .news-list .team .time {
    font-size: 18px;
  }
  .main.welcome .news .news-wrap .wrap .state .news-list .team .tip {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .header .header-wrap .nav-right {
    display: none;
  }
  .header .header-wrap {
    padding-left: 0px;
  }
  .main.welcome .banner .banner-wrap .banner-list li .banner-mask .content .title {
    margin-left: 10%;
    font-size: 26px;
  }
  .main.welcome .banner .banner-wrap .banner-list li .banner-mask .content .more {
    margin-right: 10%;
    font-size: 16px;
  }
  .header .header-wrap .nav .item .title {
    padding: 0 10px;
  }
  .header .header-wrap .nav {
    padding-left: 10px;
  }
  .main.welcome .service .service-wrap {
    overflow: hidden;
  }
  .header .header-wrap {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1150px) {
  .footer .footer-top .wrap .share-wrap {
    padding-left: 4%;
  }
  .main.welcome .service .service-wrap .content .item a {
    width: 55%;
    margin-left: 42%;
  }
}

@media screen and (max-width: 1100px) {
  .footer .footer-top .wrap .address-wrap {
    width: 64%;
  }
  .footer .footer-top .wrap .share-wrap {
    width: 36%;
  }
  .footer .footer-top .wrap {
    padding-top: 25px;
  }
  .footer .footer-top .wrap .share-wrap {
    padding-bottom: 2%;
  }
}

@media screen and (max-width: 1024px) {
  .footer .bottom-nav.pc {
    display: none;
  }
  main {
    padding-top: 60px;
  }
  .footer .bottom-nav.phone {
    display: block;
  }
  .main.welcome .banner .banner-wrap .flex-control-nav {
    display: none;
  }
  .header .header-wrap .nav {
    display: none;
  }
  .main.welcome .service .service-wrap .service-bg {
    display: none;
  }
  .main.welcome .service .service-wrap .content {
    padding: 3.5% 0 5%;
  }
  .main.welcome .service .service-wrap .content .item a {
    margin-left: 50%;
    width: 50%;
    transform: translate(-50%, 0);
  }
  .header .header-wrap {
    padding-left: 30px;
  }
  .main.welcome .banner .banner-wrap .banner-list li .banner-mask .content .more {
    display: none;
  }
  .main.welcome .banner .banner-wrap .banner-list li .banner-mask .content .title {
    margin-left: 50%;
    transform: translate(-50%, 0);
  }
  .footer-top.pc {
    display: none;
  }
  .footer-top.phone {
    display: block;
  }
  .header .header-wrap {
    height: 60px;
    border-bottom: 1px solid #d1dcdc;
  }
  .header .header-wrap .logo {
    line-height: 60px;
  }
  .header .phone-nav-btn {
    display: block;
  }
  .main.welcome .news .news-wrap .wrap .state .news-list .team {
    height: 45px;
  }
  .main.welcome .news .news-wrap .wrap .state .news-list .team span {
    line-height: 45px;
    font-size: 16px;
  }
  .main.welcome .news .news-wrap .wrap .state .news-list .team span {
    line-height: 45px;
    font-size: 16px;
  }
  .main.welcome .service .service-wrap .content {
    position: initial;
  }
  .footer .bottom-nav .bottom-nav-wrap .container .item {
    float: none;
    margin-left: 0;
  }
  .footer .bottom-nav .bottom-nav-wrap .container .item .title {
    margin-bottom: 0;
    font-size: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
  }
  .footer .bottom-nav .bottom-nav-wrap .container {
    padding: 0;
  }
  .footer .bottom-nav .bottom-nav-wrap .container .item .title span {
    display: block;
    line-height: 74px;
    width: 90%;
    margin: 0 auto;
    background: url("../img/phone_arrow_down.png") no-repeat right center;
  }
  .footer .bottom-nav .bottom-nav-wrap .container .item .title.active span {
    background-image: url("../img/phone_arrow_up.png");
  }
  .footer .bottom-nav .bottom-nav-wrap .container .item .menu li a {
    display: block;
    line-height: 62px;
    font-size: 22px;
    padding: 0 8%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer .bottom-nav .bottom-nav-wrap .container .item .menu {
    display: none;
  }
  .main.welcome .service .service-wrap .toTop-wrap {
    display: none;
  }
  .footer .footer-top.phone .wrap .share-wrap {
    width: 100%;
    border: 0;
    padding: 0;
  }
  .footer .footer-top.phone .wrap {
    padding: 0;
  }
  .footer .footer-top.phone .wrap .address-wrap {
    float: none;
    width: 100%;
    padding-left: 10%;
  }
  .footer .footer-top.phone .wrap .address-wrap .bottom-logo {
    float: left;
    width: 50%;
    padding-top: 32px;
  }
  .footer .footer-top.phone .wrap .address-wrap .input-wrap {
    float: left;
    width: 50%;
  }
  .footer .footer-top.phone .wrap .address-wrap .address {
    width: 100%;
    padding: 0;
    padding-top: 30px;
  }
  .footer .footer-top.phone .wrap .address-wrap .input-wrap .select-wrap {
    margin-bottom: 10px;
  }
  .footer .footer-top.phone .wrap .address-wrap .input-wrap .btn {
    margin-left: 0px;
  }
  .footer .footer-top.phone .wrap .address-wrap .input-wrap .friendly-links {
    width: 286px;
    height: 40px;
    font-size: 22px;
    background-position: 258px center;
    border-width: 2px;
  }
  .footer .footer-top.phone .wrap .address-wrap .input-wrap .select-wrap:after {
    right: 43px;
    height: 40px;
    border-width: 2px;
  }
  .footer .footer-top.phone .wrap .address-wrap .input-wrap .recruit-info.btn {
    width: 142px;
    height: 40px;
    border-width: 2px;
    margin-right: 10px;
  }
  .footer .footer-top.phone .wrap .address-wrap .input-wrap .contact-us.btn {
    width: 134px;
    height: 40px;
    border-width: 2px;
  }
  .footer .footer-top.phone .wrap .address-wrap .input-wrap .btn {
    font-size: 22px;
    line-height: 36px;
  }
  .footer .footer-top.phone .wrap .address-wrap .input-wrap {
    padding-top: 32px;
  }
  .footer .footer-top.phone .wrap .share-wrap .top {
    padding-left: 10%;
  }
  .footer .footer-top.phone .wrap .share-wrap .bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footer .footer-top.phone .wrap .share-wrap .bottom p {
    padding-left: 10%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 60px;
  }
  .main.welcome .banner .banner-wrap .flex-direction-nav li:last-child a {
    opacity: 1;
  }
  .main.welcome .banner .banner-wrap .flex-direction-nav li:first-child a {
    opacity: 1;
  }
}

@media screen and (max-width: 860px) {
  .main.welcome .news .news-wrap .wrap .infor .news-list a {
    font-size: 14px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main.welcome .news .news-wrap .wrap .feature .product-list .team .tip {
    font-size: 14px;
  }
  .main.welcome .news .news-wrap .wrap .state .news-list .team .tip {
    font-size: 14px;
    line-height: 38px;
  }
  .main.welcome .news .news-wrap .wrap .state .news-list .team .time {
    font-size: 16px;
    line-height: 38px;
  }
  .main.welcome .news .news-wrap .wrap .state .news-list .team {
    height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .main.welcome .banner .banner-wrap .banner-list .phone-img {
    display: block;
  }
  .main.welcome .banner .banner-wrap .banner-list .pc-img {
    display: none;
  }
  .main.welcome .news .news-wrap .wrap .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 70px;
  }
  .main.welcome .news .news-wrap .wrap .feature .product-list .team .tip {
    font-size: 28px;
    line-height: 44px;
  }
  .main.welcome .service .service-wrap .content .item a .tip h1 {
    font-size: 32px;
  }
  .main.welcome .service .service-wrap .content .item a .tip p {
    font-size: 28px;
    line-height: 42px;
  }
  .main.welcome .service .service-wrap .content {
    padding: 62px 0;
  }
  .main.welcome .service .service-wrap .content .item {
    margin-bottom: 5%;
  }
  .main.welcome .news .news-wrap .wrap .item .img .phone-img {
    display: block;
  }
  .main.welcome .news .news-wrap .wrap .item .img .pc-img {
    display: none;
  }
  .main.welcome .news .news-wrap .wrap .feature .flexslider1 .phone-img {
    display: block;
  }
  .main.welcome .news .news-wrap .wrap .feature .flexslider1 .pc-img {
    display: none;
  }
  .main.welcome .news .news-wrap .wrap .feature .flexslider1 .flex-control-nav1 li a {
    width: 7px;
    height: 7px;
  }
  .main.welcome .news .news-wrap .wrap .infor .news-list a {
    display: block;
    max-width: none;
  }
  .main.welcome .news .news-wrap .wrap .item .title {
    text-align: center;
    font-size: 32px;
  }
  .main.welcome .news .news-wrap .wrap .state .news-list .team {
    height: 75px;
  }
  .main.welcome .news .news-wrap .wrap .state .news-list .team .tip {
    line-height: 75px;
    font-size: 26px;
  }
  .main.welcome .news .news-wrap .wrap .state .news-list .team .time {
    line-height: 75px;
    font-size: 30px;
  }
  .main.welcome .service .service-wrap .content .item a {
    width: 80%;
  }
  .main.welcome .news .news-wrap {
    padding-top: 54px;
  }
  .main.welcome .news .news-wrap .wrap {
    width: 100%;
  }
  .main.welcome .news .news-wrap .wrap .infor .news-list a {
    font-size: 30px;
    line-height: 44px;
  }
  .main.welcome .company .company-wrap .more {
    width: 167px;
    height: 41px;
    font-size: 22px;
  }
  .main.welcome .company .company-wrap .title {
    font-size: 22px;
  }
  .main.welcome .company .company-wrap h2 {
    font-size: 24px;
  }
  .main.welcome .company .company-wrap {
    padding-left: 65px;
    padding-right: 65px;
  }
  .main.welcome .company .company-wrap h3 {
    font-size: 22px;
  }
  .main.welcome .banner .banner-wrap .flex-direction-nav li:first-child {
    margin-left: 17px;
  }
  .main.welcome .banner .banner-wrap .flex-direction-nav li:last-child {
    margin-right: 17px;
  }
}

@media screen and (max-width: 700px) {
  .footer .footer-top.phone .wrap .address-wrap {
    padding-left: 5%;
  }
  .footer .footer-top.phone .wrap .share-wrap .top {
    padding-left: 5%;
  }
  .footer .footer-top.phone .wrap .share-wrap .bottom p {
    padding-left: 5%;
  }
}

@media screen and (max-width: 630px) {
  .footer .footer-top.phone .wrap .address-wrap .input-wrap {
    width: 100%;
  }
  .footer .footer-top.phone .wrap .address-wrap .bottom-logo {
    width: 100%;
  }
  .footer .footer-top.phone .wrap .address-wrap .input-wrap .select-wrap {
    width: 95%;
  }
  .footer .footer-top.phone .wrap .address-wrap .input-wrap .friendly-links {
    width: 100%;
    background-position: calc(100% - 16px) center;
  }
  .footer .footer-top.phone .wrap .address-wrap .input-wrap .contact-info {
    width: 95%;
  }
  .footer .footer-top.phone .wrap .address-wrap .input-wrap .recruit-info.btn {
    width: 48%;
    margin-right: 2%;
  }
  .footer .footer-top.phone .wrap .address-wrap .input-wrap .contact-us.btn {
    width: 50%;
  }
}

@media screen and (max-width: 584px) {
  .footer .footer-top.phone .wrap .share-wrap .bottom p {
    line-height: 22px;
  }
}

@media screen and (max-width: 560px) {
  .header .header-wrap .logo .pc-logo {
    display: none;
  }
  .header .header-wrap .logo .phone-logo {
    display: block;
    margin-top: 11px;
    width: 99px;
  }
  .main.welcome .service .service-wrap .content .item a .tip p {
    font-size: 20px;
  }
  .main.welcome .service .service-wrap .content .item a .tip h1 {
    font-size: 26px;
  }
  .main.welcome .news .news-wrap .wrap .item .title {
    font-size: 26px;
  }
  .main.welcome .news .news-wrap .wrap .infor .news-list a {
    font-size: 24px;
  }
  .main.welcome .news .news-wrap .wrap .feature .product-list .team .tip {
    font-size: 24px;
  }
  .main.welcome .news .news-wrap .wrap .state .news-list .team .time {
    font-size: 24px;
    line-height: 60px;
  }
  .main.welcome .news .news-wrap .wrap .state .news-list .team .tip {
    font-size: 20px;
    line-height: 60px;
  }
  .main.welcome .news .news-wrap .wrap .state .news-list .team {
    height: 60px;
  }
  .main.welcome .news .news-wrap {
    padding-bottom: 0;
  }
  .main.welcome .company .company-wrap {
    padding-top: 210px;
  }
  .main.welcome .company .company-wrap h2 {
    font-size: 20px;
  }
  .main.welcome .company .company-wrap h3 {
    font-size: 20px;
  }
  .footer .bottom-nav .bottom-nav-wrap .container .item .title {
    font-size: 22px;
  }
  .footer .bottom-nav .bottom-nav-wrap .container .item .menu li a {
    font-size: 20px;
  }
}

@media screen and (max-width: 490px) {
  .main.welcome .service .service-wrap .content .item a {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
  .main.welcome .service .service-wrap .content .item a .tip p {
    font-size: 17px;
    line-height: 38px;
  }
  .main.welcome .service .service-wrap .content .item a .tip h1 {
    font-size: 22px;
  }
  .main.welcome .news .news-wrap .wrap .item .title {
    font-size: 24px;
  }
  .main.welcome .news .news-wrap .wrap .infor .news-list a {
    font-size: 20px;
  }
  .main.welcome .news .news-wrap .wrap .feature .product-list .team .tip {
    font-size: 20px;
  }
  .main.welcome .company .company-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }
  .footer .footer-top .wrap .address-wrap .address h1 span {
    display: block;
    opacity: 0;
    height: 0;
  }
}

@media screen and (max-width: 440px) {
  .main.welcome .service .service-title h1 {
    font-size: 28px;
  }
  .main.welcome .service .service-wrap .content .item a .tip h1 {
    font-size: 20px;
  }
  .main.welcome .service .service-wrap .content .item a .tip p {
    font-size: 14px;
    line-height: 28px;
  }
  .main.welcome .service .service-wrap .content .item a .tip {
    padding-left: 20%;
  }
  .footer .bottom-nav .bottom-nav-wrap .container .item .title span {
    line-height: 60px;
  }
  .footer .bottom-nav .bottom-nav-wrap .container .item .title {
    font-size: 20px;
  }
  .footer .bottom-nav .bottom-nav-wrap .container .item .menu li a {
    line-height: 50px;
  }
  .footer .bottom-nav .bottom-nav-wrap .container .item .menu li a {
    font-size: 18px;
  }
  .main.welcome .news .news-wrap .wrap .state .news-list .team .time {
    font-size: 20px;
  }
  .main.welcome .news .news-wrap .wrap .state .news-list .team .tip {
    font-size: 18px;
  }
  .main.welcome .banner .banner-wrap .banner-list li .banner-mask .content .title {
    font-size: 22px;
  }
  .header .phone-menu-wrap .wrap .phone-nav-item .title span {
    line-height: 60px;
  }
  .header .phone-menu-wrap .other .wrap .item a {
    font-size: 16px;
  }
  .header .phone-menu-wrap .other .wrap .item i {
    font-size: 16px;
  }
  .header .phone-menu-wrap .other .wrap .item i {
    margin: 0 5px;
  }
  .header .phone-menu-wrap .wrap .phone-nav-item .title {
    font-size: 20px;
  }
  .header .phone-menu-wrap .wrap .phone-nav-item .menu a {
    font-size: 18px;
  }
  .header .phone-menu-wrap .phone-search-wrap {
    margin-top: 30px;
  }
  .header .phone-menu-wrap .other {
    margin-top: 30px;
  }
  .header .phone-menu-wrap .wrap .phone-nav-item .menu a {
    line-height: 50px;
  }
  .main.welcome .news .news-wrap .wrap .item {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 400px) {
  .header .phone-menu-wrap .phone-search-wrap .input-wrap {
    padding-right: 0;
  }
  .header .phone-menu-wrap .phone-search-wrap .input-wrap input {
    width: 65%;
  }
  .header .phone-menu-wrap .wrap .phone-nav-item .title span {
    line-height: 45px;
  }
  .header .phone-menu-wrap .wrap .phone-nav-item .menu a {
    line-height: 40px;
  }
  .footer .bottom-nav .bottom-nav-wrap .container .item .title span {
    line-height: 45px;
  }
  .footer .bottom-nav .bottom-nav-wrap .container .item .menu li a {
    line-height: 40px;
  }
  .main.welcome .news .news-wrap .wrap .state .news-list .team .time {
    font-size: 16px;
    line-height: 50px;
  }
  .main.welcome .news .news-wrap .wrap .state .news-list .team .tip {
    font-size: 14px;
    line-height: 50px;
  }
  .main.welcome .news .news-wrap .wrap .state .news-list .team {
    height: 50px;
  }
  .main.welcome .news .news-wrap .wrap .feature .product-list .team .tip {
    font-size: 16px;
  }
  .main.welcome .news .news-wrap .wrap .feature .product-list .team .tip {
    line-height: 35px;
  }
  .main.welcome .news .news-wrap .wrap .item .title {
    font-size: 22px;
  }
  .main.welcome .news .news-wrap .wrap .infor .news-list a {
    font-size: 16px;
  }
  .main.welcome .news .news-wrap .wrap .infor .news-list a {
    line-height: 35px;
  }
  .main.welcome .news .news-wrap {
    padding-top: 30px;
  }
  .main.welcome .news .news-wrap .wrap .item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 380px) {
  .main.welcome .banner .banner-wrap .banner-list li .banner-mask .content .title {
    font-size: 18px;
  }
  .main.welcome .service .service-wrap .content .item a .tip p {
    font-size: 12px;
  }
  .main.welcome .service .service-wrap .content .item a .tip h1 {
    font-size: 18px;
  }
  .main.welcome .service .service-wrap .content .item a .tip {
    padding-left: 25%;
  }
  .main.welcome .service .service-wrap .content {
    padding: 35px 0;
  }
}

@media screen and (max-width: 320px) {
  .main.welcome .company .company-wrap .title {
    margin-bottom: 18px;
  }
}

.about .banner {
  height: 498px;
  background: url("../img/about/about_banner01.jpg") no-repeat center/cover;
}

.about .banner .banner-wrap {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.about .banner .banner-wrap .title {
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
}

.about .banner .banner-wrap .title h1 {
  font-size: 50px;
  color: #ffffff;
}

.about .banner .banner-wrap .title:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 20%;
  background-color: #ffffff;
  bottom: -15px;
  left: 3%;
}

.about .about-nav {
  background: #f0f0f0;
}

.about .about-nav .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5.5%;
}

.about .about-nav .container .tabs-wrap {
  height: 60px;
}

.about .about-nav .container .tabs-wrap .tab {
  float: left;
  width: 25%;
  height: 100%;
  position: relative;
}

.about .about-nav .container .tabs-wrap .tab a {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 60px;
  text-align: center;
  transition: color .5s ease-out;
  height: 100%;
}

@media screen and (min-width: 1025px) {
  .about .about-nav .container .tabs-wrap .tab a:hover {
    color: #004981;
  }
  .intro .intro-nav .container .tabs-wrap .tab a:hover {
    color: #004981;
  }
}

.about .about-nav .container .tabs-wrap .tab .line {
  position: absolute;
  width: 1px;
  height: 57px;
  background-color: #ffffff;
  top: 0px;
  right: 0px;
}

.about .about-nav .container .tabs-wrap .tab:last-child .line {
  display: none;
}

.about .about-nav .container .tabs-wrap .tab.active a {
  background-color: #ffffff;
  color: #004981;
  position: relative;
}

.about .about-nav .container .tabs-wrap .tab.active a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #004981;
  top: 0;
  left: 0;
}

.about .about-nav .container .tabs-wrap .tab.active .line {
  display: none;
}

.about .speech-content {
  padding-top: 55px;
  padding-bottom: 94px;
}

.about .speech-content .container {
  max-width: 1200px;
  margin: 0 auto;
  background: url("../img/about/speech_bg.jpg") no-repeat center/cover;
  min-height: 500px;
  padding: 3% 5%;
}

.about .speech-content .container .content p {
  font-size: 18px;
  color: #333;
  line-height: 42px;
  text-indent: 36px;
}

.about .speech-content .container .signature {
  text-align: right;
  padding-top: 35px;
}

.about .speech-content .container .signature span {
  font-size: 18px;
  color: #333;
}

@media screen and (max-width: 1200px) {
  .about .about-nav .container {
    width: 100%;
    max-width: none;
  }
  .about .speech-content {
    padding-left: 5%;
    padding-right: 5%;
  }
  .about .banner .banner-wrap {
    max-width: none;
    width: 100%;
    padding: 0 5%;
  }
}

@media screen and (max-width: 767px) {
  .about .banner {
    height: 300px;
  }
  .about .banner .banner-wrap .title h1 {
    font-size: 40px;
  }
  .about .speech-content .container .content p {
    font-size: 14px;
  }
}

@media screen and (max-width: 414px) {
  .about .banner {
    height: 200px;
  }
  .about .banner .banner-wrap .title h1 {
    font-size: 30px;
  }
  .about .about-nav .container .tabs-wrap .tab a {
    font-size: 14px;
  }
}

@media screen and (max-width: 330px) {
  .about .about-nav .container .tabs-wrap .tab a {
    font-size: 12px;
  }
}

.about .intro-content {
  padding-bottom: 5%;
}

.about .intro-content .container {
  max-width: 1200px;
  margin: 0 auto;
}

.about .intro-content .container .company-title h1 {
  font-size: 30px;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding: 5% 0;
}

.about .intro-content .container .intro .wrap {
  overflow: hidden;
}

.about .intro-content .container .intro .wrap .list {
  width: 105%;
  border-bottom: 1px solid #ccc;
  padding: 5% 0;
  margin-bottom: 5%;
}

.about .intro-content .container .intro .wrap .list .item {
  float: left;
  width: 20%;
  margin-right: 5%;
}

.about .intro-content .container .intro .wrap .list .item dl dt {
  font-size: 54px;
  color: #004981;
  position: relative;
  padding: 3% 0;
}

.about .intro-content .container .intro .wrap .list .item dl dt:after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #ded1ce;
  width: 15%;
  bottom: 0px;
  left: 0;
}

.about .intro-content .container .intro .wrap .list .item dl dd {
  padding-top: 10%;
  font-size: 16px;
  color: #333;
}

.about .intro-content .container .war-industry .title {
  font-size: 24px;
  color: #004981;
  padding: 3% 1%;
  text-align: left;
}

.about .intro-content .container .war-industry .content {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  padding: 0 1%;
}

.about .intro-content .container .war-industry .war-img {
  padding: 4% 0;
}

.about .intro-content .container .war-industry .war-img div {
  float: left;
  width: 48%;
  margin: 0 1%;
  overflow: hidden;
}

.about .intro-content .container .war-industry .war-img div img {
  width: 100%;
  transition: transform .5s ease-out;
}

@media screen and (min-width: 1024px) {
  .about .intro-content .container .war-industry .war-img div:hover img {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 1200px) {
  .about .intro-content .container {
    max-width: none;
    width: 100%;
    padding: 0 5%;
  }
}

@media screen and (max-width: 767px) {
  .about .intro-content .container .intro .wrap .list .item {
    width: 45%;
  }
  .about .intro-content {
    padding-bottom: 10%;
  }
}

@media screen and (max-width: 520px) {
  .about .intro-content .container .company-title h1 {
    font-size: 22px;
  }
  .about .intro-content .container .intro .wrap .list .item dl dt {
    font-size: 40px;
  }
  .about .intro-content .container .war-industry .war-img div {
    width: 100%;
    margin: 0;
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 414px) {
  .about .intro-content .container .intro .wrap .list .item {
    padding-bottom: 5%;
  }
  .about .intro-content .container .war-industry .title {
    font-size: 18px;
  }
  .about .intro-content .container .war-industry .content {
    font-size: 14px;
  }
}

@media screen and (max-width: 390px) {
  .about .intro-content .container .company-title h1 {
    font-size: 18px;
  }
  .about .intro-content .container .intro .wrap .list .item dl dd {
    font-size: 14px;
  }
}

.about .framework {
  background-color: #fafafa;
}

.about .framework .container {
  max-width: 1200px;
  margin: 0 auto;
}

.about .framework .container .framework-img img {
  cursor: pointer;
}

.about .framework .container img {
  width: 100%;
}

.about .framework .container .img-mask {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.about .framework .container .img-mask .wrap {
  position: relative;
  top: 50%;
  margin-top: -50%;
}

.about .framework .container .img-mask .wrap .close {
  font-size: 35px;
  color: #fff;
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .about .framework .container {
    max-width: none;
    width: 100%;
    padding: 0 5%;
  }
}

.about .power .container {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 67px;
  padding-bottom: 105px;
}

.about .power .container .power-list .item {
  display: table;
  width: 100%;
}

.about .power .container .power-list .item div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.about .power .container .power-list .item .img {
  overflow: hidden;
}

.about .power .container .power-list .item .img img {
  width: 100%;
  transition: all 1s;
}

.about .power .container .power-list .item:hover .img img {
  transform: scale(1.1, 1.1);
}

.about .power .container .power-list .item .content dl {
  padding: 0 10%;
}

.about .power .container .power-list .item .content .tip {
  font-size: 28px;
  color: #333;
  line-height: 2;
}

.about .power .container .power-list .item .content .details p {
  font-size: 15px;
  color: #666;
  line-height: 34px;
}

.about .power .container .power-list .item .content .details p span {
  display: inline-block;
  vertical-align: text-top;
}

.about .power .container .power-list .item .content .details p b {
  width: 89%;
  vertical-align: text-top;
  display: inline-block;
  font-weight: normal;
}

.about .power .container .power-list-phone {
  display: none;
}

@media screen and (max-width: 1320px) {
  .about .power .container .power-list .item .content .tip {
    font-size: 22px;
  }
  .about .power .container .power-list .item .content .details p {
    font-size: 12px;
    line-height: 30px;
  }
  .about .power .container .power-list .item .content dl {
    padding: 0 5%;
  }
}

@media screen and (max-width: 1200px) {
  .about .power .container {
    max-width: none;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 1000px) {
  .about .power .container .power-list .item .content dl {
    padding: 5% 5%;
  }
  .about .power .container .power-list .item div {
    display: block;
    float: left;
    width: 100%;
  }
  .about .power .container {
    padding-bottom: 50px;
  }
  .about .power .container .power-list-phone {
    display: block;
  }
  .about .power .container .power-list-pc {
    display: none;
  }
}

.about.brand .banner {
  background-image: url("../img/about/brand_bg.jpg");
}

.about.brand .banner .banner-wrap .title:after {
  left: 0;
}

.about.brand .about-nav .container .tabs-wrap {
  width: 90%;
  margin: 0 auto;
}

.about.brand .about-nav .container .tabs-wrap .tab {
  width: 30%;
}

.about.brand .culture .container {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2%;
  padding-bottom: 5%;
}

.about.brand .culture .container .title {
  padding-bottom: 2%;
  padding-left: 2%;
  padding-right: 2%;
}

.about.brand .culture .container .title .tip {
  font-size: 22px;
  color: #333;
  position: relative;
  line-height: 2.5;
  margin-bottom: 2%;
  text-align: left;
}

.about.brand .culture .container .title .tip:after {
  content: '';
  left: 0;
  position: absolute;
  height: 2px;
  background-color: #004B81;
  bottom: 0px;
  width: 2.5%;
}

.about.brand .culture .container .title p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: left;
}


/*.about.product .about-nav .container .tabs-wrap{
  width: 80%;
  margin: 0 auto;
}*/

.about.product .about-nav .container .tabs-wrap .tab {
  width: 20%;
}

.about.brand .culture .container .img {
  padding-bottom: 3%;
}

.about.brand .culture .container .img .wrap p {
  float: left;
  width: 46%;
  margin: 0 2%;
  overflow: hidden;
}

.about.brand .culture .container .img .wrap p img {
  width: 100%;
  transition: transform 2s ease-out;
}

@media screen and (min-width: 1024px) {
  .about.brand .culture .container .img .wrap p:hover img {
    transform: scale(1.1);
  }
}

.about.brand .culture .container .content {
  padding: 0 2%;
}

.about.brand .culture .container .content .item {
  padding-bottom: 2%;
}

.about.brand .culture .container .content .item dt {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
}

.about.brand .culture .container .content .item dd {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.about.brand .culture .container .content p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

@media screen and (max-width: 1200px) {
  .about.brand .culture .container {
    max-width: none;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media screen and (max-width: 767px) {
  .about.brand .culture .container .img .wrap p {
    width: 98%;
    margin: 0 2% 3%;
  }
}

.about.brand .incident .container {
  max-width: 1200px;
  margin: 0 auto;
}

.about.brand .incident .container .content .left,
.about.brand .incident .container .content .right {
  float: left;
  width: 50%;
}

.about.brand .incident .container .content .left {
  padding-right: 3%;
}

.about.brand .incident .container .content .left .time {
  font-size: 100px;
  color: #004B81;
}

.about.brand .incident .container .content .left img {
  width: 100%;
}

.about.brand .incident .container .content .right {
  padding: 4% 0 3% 3%;
}

.about.brand .incident .container .content .right .news {
  max-height: 450px;
  padding: 13% 0 0;
}

.about.brand .incident .container .content .right .news a {
  display: block;
  margin-bottom: 5%;
}

.about.brand .incident .container .content .right .news a p {
  float: left;
}

.about.brand .incident .container .content .right .news a .time {
  font-size: 18px;
  color: #333;
  width: 20%;
  transition: color .5s ease-out;
}

.about.brand .incident .container .content .right .news a .title {
  font-size: 16px;
  color: #666;
  width: 80%;
  padding-left: 5%;
  transition: color .5s ease-out;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .about.brand .incident .container .content .right .news a:hover .title {
    color: #004B81;
  }
  .about.brand .incident .container .content .right .news a:hover .time {
    color: #004B81;
  }
}

.about.brand .flexslider {
  position: relative;
}

.about.brand .flexslider .flex-control-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 5;
  text-align: right;
  padding-right: 4%;
}

.about.brand .flexslider .flex-control-nav a {
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid #004B81;
  border-radius: 50%;
}

.about.brand .flexslider .flex-control-nav a.flex-active {
  background-color: #004B81;
}

.about.brand .mCSB_outside+.mCSB_scrollTools {
  right: 0;
  left: -40px;
}

@media screen and (max-width: 767px) {
  .about.brand .about-nav .container .tabs-wrap {
    width: 80%;
  }
}

.footer .footer-top .wrap .toTop-wrap .to-top {
  font-size: 12px;
}

.about.brand .incident .container .content .left .img-wrap .flexslider li {
  position: static;
  opacity: 1;
  padding: 0;
  transform: none;
}

@media screen and (max-width: 1200px) {
  .about.brand .incident .container {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .about.brand .incident .container .content .left,
  .about.brand .incident .container .content .right {
    width: 100%;
  }
  .about.brand .incident .container .content .left {
    padding-right: 0;
  }
  .about.brand .incident .container .mCSB_outside+.mCSB_scrollTools {
    left: -4%;
  }
}

@media screen and (max-width: 500px) {
  .about.brand .incident .container .content .right .news a .time {
    font-size: 16px;
    width: 100%;
    padding-left: 5%;
  }
  .about.brand .incident .container .content .right .news a .title {
    width: 100%;
    font-size: 14px;
    padding-left: 10%;
  }
  .about.brand .incident .container .content .right {
    padding: 4% 10% 3% 1%;
  }
}

.about.culture .banner {
  background-image: url("../img/about/culture_bg.jpg");
}

.about.culture .about-nav .container .tabs-wrap {
  width: 80%;
  margin: 0 auto;
}

.about.culture .about-nav .container .tabs-wrap .tab {
  width: 33.33%;
}

.about.culture .culture-content .container {
  width: 90%;
  margin: 0 auto;
  padding: 3% 0;
}

.about.culture .culture-content .container .vision {
  display: table;
}

.about.culture .culture-content .container .vision .left,
.about.culture .culture-content .container .vision .right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.about.culture .culture-content .container .vision .left {
  overflow: hidden;
}

.about.culture .culture-content .container .vision .left img {
  width: 100%;
  transition: transform 2s ease-out;
}

@media screen and (min-width: 1024px) {
  .about.culture .culture-content .container .vision:hover img {
    transform: scale(1.1);
  }
}

.about.culture .culture-content .container .vision .right {
  background-color: #004981;
  padding: 0 2%;
}

.about.culture .culture-content .container .vision .right dl dt {
  font-size: 24px;
  color: #fff;
  position: relative;
  padding-bottom: 4%;
}

.about.culture .culture-content .container .vision .right dl dt:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 4%;
  background-color: #fff;
  bottom: 28%;
  left: 0;
}

.about.culture .culture-content .container .vision .right dl dd p {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}

.about.culture .culture-content .container .diamond-bg .bg {
  /*height: 750px;
  background: url("../img/about/culture_03.jpg") no-repeat center/cover;*/
}

.about.culture .culture-content .container .mind {
  /*height: 910px;
  background: url("../img/about/diamond_blue_bg.jpg") no-repeat center/cover;*/
}

.about.culture .culture-content .container .mind img {
  width: 100%;
}

.about.culture .culture-content .container .mind .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 5%;
}

.about.culture .culture-content .container .mind .wrap .title {
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.about.culture .culture-content .container .mind .wrap .tabs {
  width: 60%;
  margin: 0 auto;
  margin-top: 3%;
}

.about.culture .culture-content .container .mind .wrap .tabs .tab {
  float: left;
  width: 25%;
  text-align: center;
  color: #fff;
  position: relative;
}

.about.culture .culture-content .container .mind .wrap .tabs .tab h2 {
  font-size: 18px;
}

.about.culture .culture-content .container .mind .wrap .tabs .tab p {
  font-size: 14px;
  text-transform: uppercase;
}

.about.culture .culture-content .container .mind .wrap .tabs .tab:after {
  content: '';
  position: absolute;
  height: 15px;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  background: url("../img/about/icon_bottom.png") no-repeat center/contain;
}

.about.culture .culture-content .container .mind .wrap .tabs .tab:hover:after {
  background-image: url("../img/about/icon_bottom_hover.png");
}

.about.culture .culture-content .container .mind .wrap .mind-content {
  padding-top: 6%;
}

.about.culture .culture-content .container .mind .wrap .mind-content .item {
  text-align: center;
  display: none;
}

.about.culture .culture-content .container .mind .wrap .mind-content .item h1 {
  font-size: 26px;
  color: #fff;
  line-height: 56px;
}

.about.culture .culture-content .container .mind .wrap .mind-content .item p {
  font-size: 22px;
  color: #fff;
  line-height: 56px;
}

.about.culture .culture-content .container .mind .wrap .mind-content .item.current {
  display: block;
}

.about.culture .culture-content .container .describe {
  background-color: #1A1A1A;
  margin: 0 auto;
}

.about.culture .culture-content .container .describe .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.about.culture .culture-content .container .describe .wrap .describe-wrap {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 5%;
  transform: translateY(-14%);
}

.about.culture .culture-content .container .describe .wrap .describe-wrap .item {
  float: left;
  width: 25%;
  padding: 0 2%;
}

.about.culture .culture-content .container .describe .wrap .describe-wrap .item p {
  text-align: center;
}

.about.culture .culture-content .container .describe .wrap .describe-wrap .item p img {
  max-width: 100%;
}

.about.culture .culture-content .container .describe .wrap .describe-wrap .item dl dt {
  text-align: center;
  padding-bottom: 5%;
}

.about.culture .culture-content .container .describe .wrap .describe-wrap .item dl dt h1 {
  font-size: 16px;
  color: #fff;
}

.about.culture .culture-content .container .describe .wrap .describe-wrap .item dl dt h2 {
  font-size: 12px;
  color: #ccc;
}

.about.culture .culture-content .container .describe .wrap .describe-wrap .item dl dd {
  font-size: 12px;
  color: #ccc;
  line-height: 19px;
  text-align: justify;
}

@media screen and (max-width: 1150px) {
  .about.culture .culture-content .container .vision .left,
  .about.culture .culture-content .container .vision .right {
    float: left;
    width: 100%;
  }
  .about.culture .culture-content .container .vision .right {
    padding: 8% 2%;
  }
}

@media screen and (max-width: 768px) {
  .about.culture .culture-content .container .diamond-bg .bg {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .about.culture .culture-content .container .describe .wrap .describe-wrap {
    width: 90%;
  }
  .about.culture .culture-content .container .describe .wrap .describe-wrap .item {
    width: 50%;
  }
  .about.culture .culture-content .container .describe .wrap .describe-wrap {
    transform: translateY(-9%);
  }
  .about.culture .culture-content .container .mind .wrap .tabs {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .about.culture .culture-content .container .diamond-bg .bg {
    height: 278px;
  }
  .about.culture .culture-content .container .mind .wrap .title {
    font-size: 24px;
  }
  .about.culture .culture-content .container .mind .wrap .mind-content .item h1 {
    font-size: 22px;
  }
  .about.culture .culture-content .container .mind .wrap .mind-content .item p {
    font-size: 18px;
  }
  .about.culture .culture-content .container .mind .wrap .tabs .tab h2 {
    font-size: 16px;
  }
  .about.culture .culture-content .container .mind .wrap {
    padding-top: 10%;
  }
  .about.culture .culture-content .container .mind .wrap .tabs {
    margin-top: 10%;
  }
  .about.culture .culture-content .container .mind .wrap .mind-content {
    padding-top: 15%;
  }
  .about.culture .culture-content .container .vision .right dl dt:after {
    bottom: 15%;
  }
}

@media screen and (max-width: 414px) {
  .about.culture .culture-content .container .diamond-bg .bg {
    height: 250px;
  }
}

.about.work .banner.work {
  background-image: url("../img/about/work_bg.jpg");
}

.about.work .work-content {
  padding: 3% 0;
}

.about.work .work-content .container {
  max-width: 1200px;
  margin: 0 auto;
}

.about.work .work-content .container .theme {
  width: 15%;
  float: left;
}

.about.work .work-content .container .theme .tab {
  display: block;
  font-size: 18px;
  line-height: 53px;
  color: #333;
  position: relative;
  padding-left: 10%;
  margin-bottom: 10%;
  transition: all .5s ease-out;
}

.about.work .work-content .container .theme .tab:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 5%;
  background-color: #cccccc;
  left: 0;
  transition: all .5s ease-out;
}

.about.work .work-content .container .theme .tab:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 90%;
  background-color: #ccc;
  bottom: 0;
  left: 0;
  transition: all .5s ease-out;
}

.about.work .work-content .container .theme .tab.current {
  color: #df3c3d;
  padding-left: 20%;
}

.about.work .work-content .container .theme .tab.current:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 5%;
  background-color: #B81C27;
  left: 0;
}

.about.work .work-content .container .theme .tab.current:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #B81C27;
  bottom: 0;
  left: 0;
}

.about.work .work-content .n-talent .page a:hover,
.about.work .work-content .n-talent .page a.active {
  background: #b81c27;
  border-color: #B81C27;
}

@media screen and (min-width: 1024px) {
  .about.work .work-content .container .theme .tab:hover {
    color: #df3c3d;
  }
}

.about.work .work-content .container .news-wrap {
  float: left;
  width: 85%;
  padding-left: 5%;
}

.about.work .work-content .container .news-wrap .news-list .item {
  margin-bottom: 1%;
}

.about.work .work-content .container .news-wrap .news-list .item a {
  display: block;
  padding: 2% 5%;
  background: #fafafa url("../img/about/news_arrow.png") no-repeat 2% center;
  transition: color .5s ease-out;
}

.about.work .work-content .container .news-wrap .news-list .item a .content {
  float: left;
  font-size: 16px;
  color: #323232;
  line-height: 24px;
  transition: all .5s ease-out;
  width: 80%;
}

.about.work .work-content .container .news-wrap .news-list .item a .time {
  width: 20%;
  text-align: right;
  float: right;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  transition: all .5s ease-out;
}

@media screen and (min-width: 1024px) {
  .about.work .work-content .container .news-wrap .news-list .item a:hover {
    background-color: #B81C27;
    background-image: url("../img/about/news_arrow_hover.png");
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  .about.work .work-content .container .news-wrap .news-list .item a:hover .content {
    color: #fff;
  }
  .about.work .work-content .container .news-wrap .news-list .item a:hover .time {
    color: #fff;
  }
}

.about.work .work-content .container .news-wrap .controller {
  padding-top: 5%;
}

.about.work .work-content .container .news-wrap .controller .control-wrap {
  text-align: center;
}

.about.work .work-content .container .news-wrap .controller .control-wrap li {
  display: inline-block;
  margin: 0 2px;
  margin-bottom: 10px;
}

.about.work .work-content .container .news-wrap .controller .control-wrap li a {
  font-size: 12px;
  color: #666;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  padding: 5px 10px;
  transition: all .5s ease-out;
}

.about.work .work-content .container .news-wrap .controller .control-wrap li a.prev {
  background: url("../img/about/icon_left.png") no-repeat center center;
}

.about.work .work-content .container .news-wrap .controller .control-wrap li a.next {
  background: url("../img/about/icon_right.png") no-repeat center center;
}

.about.work .work-content .container .news-wrap .controller .control-wrap li a:hover {
  color: #fff;
  background-color: #B81C27;
  border-color: #B81C27;
}

.about.work .work-content .container .news-wrap .controller .control-wrap li a:hover.prev {
  background-image: url("../img/about/icon_left_hover.png");
}

.about.work .work-content .container .news-wrap .controller .control-wrap li a:hover.next {
  background-image: url("../img/about/icon_right_hover.png");
}

.about.work .work-content .container .news-wrap .controller .control-wrap .pagination ol .current a {
  color: #fff;
  background-color: #B81C27;
  border-color: #B81C27;
}

@media screen and (max-width: 1024px) {
  .about.work .work-content .container {
    max-width: 100%;
    width: 100%;
    padding: 0 5%;
  }
}

@media screen and (max-width: 767px) {
  .about.work .work-content .container .theme .tab {
    font-size: 16px;
  }
  .about.work .work-content .container .theme {
    width: 100%;
  }
  .about.work .work-content .container .theme .tab {
    float: left;
    width: 33.33%;
  }
  .about.work .work-content .container .theme .tab.current {
    padding-left: 10%;
  }
  .about.work .work-content .container .theme .tab {
    padding-left: 5%;
    margin-bottom: 5%;
  }
  .about.work .work-content .container .news-wrap {
    width: 100%;
    padding-left: 0;
  }
  .about.work .work-content {
    padding: 5% 0;
  }
  .about.work .work-content .container .news-wrap .news-list .item {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 650px) {
  .about.work .work-content .container .news-wrap .news-list .item a .content {
    font-size: 14px;
  }
  .about.work .work-content .container .news-wrap .news-list .item a {
    padding: 2% 5% 2% 10%;
  }
}

@media screen and (max-width: 580px) {
  .about.work .work-content .container .news-wrap .news-list .item a .content {
    max-width: 60%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .about.work .work-content .container .news-wrap .news-list .item a .time {
    width: 40%;
  }
  .about.work .work-content .container .theme .tab {
    font-size: 14px;
  }
}

.about.idea .idea-content {
  padding: 3% 0 3% 0;
}

.about.idea .idea-content .container {
  max-width: 1200px;
  margin: 0 auto;
}

.about.idea .idea-content .container .title {
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-bottom: 3%;
}

.about.idea .idea-content .container .content {
  padding: 0 1% 3% 1%;
}

.about.idea .idea-content .container .content p {
  font-size: 18px;
  line-height: 32px;
  color: #666;
}

.about.idea .idea-content .container .img-wrap p {
  float: left;
  width: 48%;
  margin: 0 1%;
  overflow: hidden;
}

.about.idea .idea-content .container .img-wrap p img {
  width: 100%;
  transition: transform .5s ease-out;
}

@media screen and (min-width: 1024px) {
  .about.idea .idea-content .container .img-wrap p:hover img {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 1200px) {
  .about.idea .idea-content .container {
    max-width: 100%;
    width: 100%;
    padding: 3% 4%;
  }
}

@media screen and (max-width: 767px) {
  .about.idea .idea-content .container .img-wrap p {
    width: 100%;
    margin: 0;
    margin-bottom: 3%;
  }
  .about.idea .idea-content .container .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 460px) {
  .about.idea .idea-content .container .title {
    font-size: 16px;
  }
  .about.idea .idea-content .container .content p {
    font-size: 14px;
  }
}

.news .banner {
  background-image: url("../img/news/news_bg.jpg");
}

.news .news-wrap {
  padding: 3% 0;
}

.news .news-wrap .container {
  max-width: 1200px;
  margin: 0 auto;
}

.news .news-wrap .container .news-list .item a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 3% 1%;
  transition: border-color .5s ease-out;
}

.news .news-wrap .container .news-list .item a div {
  float: left;
}

.news .news-wrap .container .news-list .item a .time-wrap {
  width: 10%;
}

.news .news-wrap .container .news-list .item a .time-wrap h1 {
  font-size: 30px;
  color: #999;
}

.news .news-wrap .container .news-list .item a .time-wrap b {
  display: block;
  width: 31px;
  height: 31px;
  border: 1px solid #ccc;
  background: url("../img/news/news_icon.png") no-repeat center center;
  margin-top: 15%;
  transition: all .5s ease-out;
}

.news .news-wrap .container .news-list .item a .content-wrap {
  width: 70%;
}

.news .news-wrap .container .news-list .item a .content-wrap dl {
  padding: 0 10%;
}

.news .news-wrap .container .news-list .item a .content-wrap dl dt {
  font-size: 16px;
  color: #333;
  transition: color .5s ease-out;
}

.news .news-wrap .container .news-list .item a .content-wrap dl dd {
  font-size: 14px;
  line-height: 25px;
  color: #999;
  margin-top: 3%;
  position: relative;
  transition: all 0.5s;
  left: 0;
}

.news .news-wrap .container .news-list .item a .content-wrap dl:hover dd {
  left: 20px;
}

.news .news-wrap .container .news-list .item a .pic-wrap {
  width: 20%;
  overflow: hidden;
}

.news .news-wrap .container .news-list .item a .pic-wrap img {
  width: 100%;
  transition: transform .5s ease-out;
}

@media screen and (min-width: 1024px) {
  .news .news-wrap .container .news-list .item a:hover {
    border-color: #004981;
  }
  .news .news-wrap .container .news-list .item a:hover .time-wrap .icon {
    border-color: #004981;
    background-image: url("../img/news/news_icon_hover.png");
    transform: translateX(150%);
  }
  .news .news-wrap .container .news-list .item a:hover .content-wrap dl dt {
    color: #004981;
  }
  .news .news-wrap .container .news-list .item a:hover .pic-wrap img {
    transform: scale(1.1);
  }
}

.news .news-wrap .container .controller {
  text-align: center;
  margin-top: 5%;
}

.news .news-wrap .container .controller .prev,
.news .news-wrap .container .controller .next {
  display: inline-block;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  width: 84px;
  background-color: #ccc;
  color: #fff;
  transition: all .5s ease-out;
}

@media screen and (min-width: 1024px) {
  .news .news-wrap .container .controller .prev:hover,
  .news .news-wrap .container .controller .next:hover {
    background-color: #004981;
  }
}

.news .news-wrap .container .controller .pages {
  display: inline-block;
}

.news .news-wrap .container .controller .pages li {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  width: 38px;
  color: #fff;
  background-color: #ccc;
  margin: 0 10px;
  cursor: pointer;
}

.news .news-wrap .container .controller .pages li.current {
  background-color: #004981;
}

@media screen and (min-width: 1024px) {
  .news .news-wrap .container .controller .pages li:hover {
    background-color: #004981;
  }
}

@media screen and (max-width: 1200px) {
  .news .news-wrap .container {
    max-width: 100%;
    width: 100%;
    padding: 0 5%;
  }
}

@media screen and (max-width: 1024px) {
  .news .news-wrap .container .news-list .item a .time-wrap {
    width: 20%;
  }
  .news .news-wrap .container .news-list .item a .content-wrap {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .news .news-wrap .container .news-list .item a .pic-wrap {
    display: none;
  }
  .news .news-wrap .container .news-list .item a .content-wrap {
    width: 80%;
  }
  .news .news-wrap .container .news-list .item a .time-wrap h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .news .news-wrap .container .controller .pages li {
    margin: 0 2px 5px;
  }
}

@media screen and (max-width: 414px) {
  .news .news-wrap .container .news-list .item a .time-wrap h1 {
    font-size: 20px;
  }
  .news .news-wrap .container .news-list .item a .content-wrap dl {
    padding: 0 5%;
  }
}

.news.active .active-wrap .container .wrap {
  width: 103%;
}

.news.active .active-wrap .container .wrap .item {
  float: left;
  width: 30.33%;
  margin-right: 3%;
  margin-bottom: 2%;
  transition: all .5s ease-out;
  line-height: 30px;
}

.news.active .active-wrap .container .wrap .item a .img-wrap {
  overflow: hidden;
}

.news.active .active-wrap .container .wrap .item a .img-wrap img {
  width: 100%;
  transition: all .5s ease-out;
}

.news.active .active-wrap .container .wrap .item a .content-wrap {
  background-color: #fafafa;
  padding: 0 10% 20px;
}

.news.active .active-wrap .container .wrap .item a .content-wrap .tip {
  font-size: 16px;
  color: #333;
  padding: 15px 0 10px;
}

.news.active .active-wrap .container .wrap .item a .content-wrap .time {
  font-size: 14px;
  color: #ccc;
  line-height: 18px;
  padding-left: 30px;
  background: url("../img/news/icon_clock.png") no-repeat left center;
  margin-bottom: 3%;
}

.news.active .active-wrap .container .wrap .item a .content-wrap .content {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-bottom: 15px;
}

.news.active .active-wrap .container .wrap .item a .content-wrap .more {
  font-size: 14px;
  color: #666;
  padding-right: 30px;
  background: url("../img/news/icon_more.png") no-repeat right center;
  transition: color .5s ease-out;
}

@media screen and (min-width: 1024px) {
  .news.active .active-wrap .container .wrap .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .news.active .active-wrap .container .wrap .item:hover a .img-wrap img {
    transform: scale(1.1);
  }
  .news.active .active-wrap .container .wrap .item:hover a .content-wrap .more {
    color: #004981;
  }
}

@media screen and (max-width: 1130px) {
  .news.active .active-wrap .container .wrap .item a .content-wrap .tip {
    line-height: 30px;
    padding-top: 5%;
  }
}

@media screen and (max-width: 767px) {
  .news.active .active-wrap .container .wrap .item {
    width: 47%;
  }
}

@media screen and (max-width: 414px) {
  .news.active .active-wrap .container .wrap {
    width: 100%;
  }
  .news.active .active-wrap .container .wrap .item {
    width: 100%;
    margin-bottom: 5%;
  }
}

.details .details-wrap {
  background-color: #f2f2f2;
}

.details .details-wrap .container {
  background-color: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5% 5% 15%;
}

.details .details-wrap .container .title {
  font-size: 26px;
  color: #333;
  text-align: center;
  margin-bottom: 1%;
}

.details .details-wrap .container .time {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-bottom: 2%;
}

.details .details-wrap .container .content p {
  font-size: 14px;
  color: #999;
  line-height: 28px;
}

.details .details-wrap .container .control {
  margin-top: 5%;
}

.details .details-wrap .container .control .pages {
  float: left;
}

.details .details-wrap .container .control .pages a {
  display: block;
  font-size: 14px;
  line-height: 34px;
  color: #999;
  transition: color .5s ease-out;
}

@media screen and (min-width: 1024px) {
  .details .details-wrap .container .control .pages a:hover {
    color: #004981;
  }
}

.details .details-wrap .container .control .back {
  float: right;
  transform: translateY(50%);
}

.details .details-wrap .container .control .back a {
  display: block;
  padding: 0 35px;
  border: 1px solid #ccc;
  font-size: 15px;
  color: #999;
  line-height: 34px;
  transition: all .5s ease-out;
}

@media screen and (min-width: 1024px) {
  .details .details-wrap .container .control .back a:hover {
    color: #fff;
    background-color: #004981;
    border-color: #004981;
  }
}

.product .banner {
  background-image: url("../img/product/product_bg.jpg");
  position: relative;
}

.product .banner .banner-wrap {
  max-width: none;
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 86px;
  background-color: rgba(0, 0, 0, 0.5);
}

.product .banner .banner-wrap .title {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 0;
  transform: none;
  height: 100%;
}

.product .banner .banner-wrap .title h1 {
  font-size: 34px;
  line-height: 86px;
  text-align: left;
}

.product .banner .banner-wrap .title:after {
  display: none;
}

.product .product-nav {
  height: 40px;
  background-color: #004B81;
}

.product .product-nav .container {
  max-width: 1200px;
  margin: 0 auto;
}

.product .product-nav .list {
  float: left;
  width: 50%;
}

.product .product-nav .list .item {
  padding: 0 12px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.product .product-nav .list .item p {
  font-size: 16px;
  color: #fff;
  padding: 0 5px;
  line-height: 40px;
}

.product .product-nav .list .item p a {
  color: #fff;
}

.product .product-nav .list .item p .icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../img/product/icon_down.png") no-repeat center center;
}

.product .product-nav .list .item .menu {
  position: absolute;
  display: none;
  width: 130%;
  left: -15%;
  top: 100%;
  padding: 5px 0 20px;
  background-color: #0560A5;
  z-index: 5;
}

.product .product-nav .list .item .menu a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 31px;
  border-bottom: 1px dashed #fff;
  padding-left: 5%;
  transition: color .5s ease-out;
  text-align: center;
}

.product .product-nav .list .item .menu a:hover {
  /*color: #004981;*/
}

.product .product-nav .list .item:hover {
  background-color: #0560A5;
}

.product .product-nav .contact {
  text-align: center;
  height: 40px;
  float: right;
}

.product .product-nav .contact a {
  height: 100%;
  padding: 0 10px;
  position: relative;
  display: inline-block;
}

.product .product-nav .contact a .pop {
  display: none;
  position: absolute;
  padding: 10px;
  width: 160px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  top: 100%;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}

.product .product-nav .contact a .pop:after {
  content: '';
  border: 8px solid #fff;
  position: absolute;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.product .product-nav .contact a:hover .pop {
  display: block;
}

.product .product-nav .contact .email .icon,
.product .product-nav .contact .phone .icon {
  display: block;
  width: 22px;
  height: 40px;
  line-height: 40px;
}

.product .product-nav .contact .email .icon {
  background: url("../img/product/icon_email.png") no-repeat center center;
}

.product .product-nav .contact .phone .icon {
  background: url("../img/product/icon_phone.png") no-repeat center center;
}

.product .product-nav .contact .buy {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  position: relative;
  top: -16px;
}

.product .product-content {
  padding: 70px 0 2%;
}

.product .product-content .container {
  max-width: 1200px;
  margin: 0 auto;
}

.product .product-content .container .technology {
  text-align: center;
}

.product .product-content .container .technology .tip {
  font-size: 30px;
  color: #004981;
  margin-bottom: 3%;
  /*margin-top: 2%;*/
}

.product .product-content .container .technology .content {
  width: 70%;
  margin: 0 auto;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.product .product-content .container .technology .img-wrap {
  margin-top: 3%;
  overflow: hidden;
}

.product .product-content .container .technology .img-wrap .wrap {
  width: 103%;
}

.product .product-content .container .technology .img-wrap .wrap p {
  float: left;
  width: 30.33%;
  margin-right: 3%;
  overflow: hidden;
}

.product .product-content .container .technology .img-wrap .wrap p img {
  width: 100%;
  transition: all .5s ease-out;
}

@media screen and (min-width: 1024px) {
  .product .product-content .container .technology .img-wrap .wrap p:hover img {
    transform: scale(1.1);
  }
}

.product .product-content .container .technology .img-wrap .link {
  text-align: center;
  margin: 3% 0% 5%;
}

.product .product-content .container .technology .img-wrap .link a {
  font-size: 16px;
  color: #999;
}

.product .product-content .container .technology .arguments .wrap .list {
  padding: 0% 3%;
}

.product .product-content .container .technology .arguments .wrap .list .item {
  float: left;
  width: 16.66%;
}

.product .product-content .container .technology .arguments .wrap .list .item dl dt span {
  display: inline-block;
  position: relative;
}

.product .product-content .container .technology .arguments .wrap .list .item dl dt span img {
  max-width: 100%;
}

.product .product-content .container .technology .arguments .wrap .list .item dl dt span b {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #fff;
  z-index: 10;
  font-weight: normal;
  opacity: 0;
  transition: all .5s ease-out;
  width: 96%;
  padding: 0 2%;
}

.product .product-content .container .technology .arguments .wrap .list .item dl dt span:after {
  opacity: 0;
  transition: all .5s ease-out;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

.product .product-content .container .technology .arguments .wrap .list .item dl dd {
  font-size: 18px;
  color: #333;
  padding-top: 10%;
}

.product .product-content .container .technology .arguments .wrap .list .item dl:hover dt span b {
  opacity: 1;
}

.product .product-content .container .technology .arguments .wrap .list .item dl:hover dt span:after {
  opacity: 1;
}

.product .product-content .container .lightspot {
  margin-top: 10%;
}

.product .product-content .container .lightspot .tip {
  font-size: 30px;
  color: #004981;
  margin-bottom: 3%;
  text-align: center;
}

.product .product-content .container .lightspot .content .wrap {
  width: 100%;
}

.product .product-content .container .lightspot .content .wrap .title {
  padding-left: 10%;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  color: #333;
  background-color: #f0f0f0;
  cursor: pointer;
  transition: border-color .5s ease-out;
  text-align: left;
}

.product .product-content .container .lightspot .content .wrap .left,
.product .product-content .container .lightspot .content .wrap .right {
  float: left;
}

.product .product-content .container .lightspot .content .wrap .left {
  width: 57.5%;
  margin-right: 2%;
}

.product .product-content .container .lightspot .content .wrap .left .part {
  margin-bottom: 5px;
  border: 2px solid #e0e0e0;
  /*border-radius: 15px;margin-bottom: 20px;*/
  border-radius: 4px;
  transition: all .5s ease-out;
  overflow: hidden;
}

.product .product-content .container .lightspot .content .wrap .left .part .title {
  padding-left: 5%;
  cursor: pointer;
  border: none;
  border-bottom: 2px solid transparent;
  transition: border .5s ease-out;
}

.product .product-content .container .lightspot .content .wrap .left .part .title:hover {
  color: #004B81;
}

.product .product-content .container .lightspot .content .wrap .left .part.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.product .product-content .container .lightspot .content .wrap .left .part.active .title {
  border-bottom-color: #f0f0f0;
}

.product .product-content .container .lightspot .content .wrap .left .part:first-child .details {
  display: block;
}

.product .product-content .container .lightspot .content .wrap .left .details {
  display: none;
  padding: 0 5% 3%;
}

.product .product-content .container .lightspot .content .wrap .left .con-wrap {
  padding: 5% 0;
}

.product .product-content .container .lightspot .content .wrap .left .con-wrap p {
  font-size: 16px;
  color: #333;
  line-height: 31px;
}

.product .product-content .container .lightspot .content .wrap .left .img {
  margin-top: 2%;
  text-align: center;
}

.product .product-content .container .lightspot .content .wrap .left .img img {
  max-width: 100%;
}

.product .product-content .container .lightspot .content .wrap .left .part3 .img img {
  max-width: none;
  width: 100%;
}

.product .product-content .container .lightspot .content .wrap .right {
  width: 39.5%;
  border: 2px solid #e0e0e0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  overflow: hidden;
  height: 531px;
}

.product .product-content .container .lightspot .content .wrap .right .title {
  border-bottom: 2px solid #e6e6e6;
}

.product .product-content .container .lightspot .content .wrap .right .title:hover {
  color: #004B81;
}

.product .product-content .container .lightspot .content .wrap .right.active {
  border-radius: 15px;
}

.product .product-content .container .lightspot .content .wrap .right.active .title {
  border-bottom-color: transparent;
}

.product .product-content .container .lightspot .content .wrap .right .img {
  padding: 5% 4%;
  max-height: 460px;
  margin: 10px 0 10px;
}

.product .product-content .container .lightspot .content .wrap .right p {
  font-size: 16px;
  color: #333;
  line-height: 31px;
}

.product .product-content .container .lightspot .content .wrap .right img {
  width: 100%;
}

.product .division .wrap {
  height: 47px;
  width: 100%;
  background: url("../img/product/plane_bg.jpg") no-repeat center center;
}

.product .video-skill {
  margin-top: 3%;
}

.product .video-skill .container {
  max-width: 1200px;
  margin: 0 auto;
}

.product .video-skill .container .part {
  margin-bottom: 5%;
}

.product .video-skill .container .part .tip {
  font-size: 30px;
  color: #004981;
  text-align: center;
}

.product .video-skill .container .part .wrap,
.s-f8 .wrap,
.security .security-ul .wrap {
  padding: 3% 2% 0;
}

.product .video-skill .container .part .wrap a,
.s-f8 .wrap a,
.security .security-ul .wrap a {
  position: relative;
  overflow: hidden;
  display: block;
}

.product .video-skill .container .part .wrap a img,
.s-f8 .wrap img,
.security .security-ul .wrap a img {
  width: 100%;
  transition: transform .5s ease-out;
}

.product .video-skill .container .part .wrap a .play,
.s-f8 .wrap a .play,
.security .security-ul .wrap a .play {
  position: absolute;
  width: 110px;
  height: 110px;
  background: url("../img/product/icon_play.png") no-repeat center center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: .5;
  transition: all .5s ease-out;
}

@media screen and (min-width: 1024px) {
  .product .video-skill .container .part .wrap a:hover .play,
  .s-f8 .wrap a:hover,
  .security .security-ul .wrap a:hover {
    opacity: 1;
  }
  .product .video-skill .container .part .wrap a:hover img,
  .s-f8 .wrap a:hover img,
  .security .security-ul .wrap a:hover img {
    transform: scale(1.1);
  }
}

.product .video-skill .container .part2 .tip {
  margin-bottom: 2%;
}

.product .video-skill .container .part2 .skill-wrap .left,
.product .video-skill .container .part2 .skill-wrap .right {
  float: left;
}

.product .video-skill .container .part2 .skill-wrap .left img,
.product .video-skill .container .part2 .skill-wrap .right img {
  max-width: 100%;
}

.product .video-skill .container .part2 .skill-wrap .left {
  width: 40%;
}

.product .video-skill .container .part2 .skill-wrap .left .download h1 {
  font-size: 20px;
  color: #004981;
  margin-bottom: 2%;
}

.product .video-skill .container .part2 .skill-wrap .left .download p {
  font-size: 14px;
  color: #333;
  line-height: 39px;
  padding-left: 30px;
  background: url("../img/product/icon_pdf.png") no-repeat 10px center;
}

.product .video-skill .container .part2 .skill-wrap .left .download p a {
  float: right;
  font-size: 12px;
  color: #999;
  line-height: 39px;
  margin-right: 10%;
  transition: color .5s ease-out;
}

@media screen and (min-width: 1024px) {
  .product .video-skill .container .part2 .skill-wrap .left .download p a:hover {
    color: #004981;
  }
}

.product .video-skill .container .part2 .skill-wrap .left .download p:nth-child(2) {
  border-bottom: 1px dashed #e6e6e6;
}

.product .video-skill .container .part2 .skill-wrap .right {
  width: 60%;
  text-align: center;
}

.product .service-center {
  padding-bottom: 5%;
}

.product .service-center .container {
  max-width: 1200px;
  margin: 0 auto;
}

.product .service-center .container .tip {
  font-size: 30px;
  color: #004981;
  text-align: center;
  margin-bottom: 3%;
  margin-top: 3%;
}

.product .service-center .container .service-map {
  position: relative;
  overflow: hidden;
}

.product .service-center .container .service-map .map {
  cursor: pointer;
  max-width: 100%;
}

.product .service-center .container .service-map .scale {
  position: absolute;
  bottom: 20px;
  right: 30px;
  color: #333;
  font-size: 20px;
}

.product .service-center .container .service-map .pop-menu {
  display: none;
  top: 50%;
  left: 50%;
  position: absolute;
  width: 851px;
  height: 851px;
  background: url("../img/product/icon_map_circle.png") no-repeat center center;
}

.product .service-center .container .service-map .pop-menu .plane-wrap {
  position: absolute;
  cursor: pointer;
}

.product .service-center .container .service-map .pop-menu .plane-wrap span {
  display: block;
}

.product .service-center .container .service-map .pop-menu .plane-wrap .content {
  position: absolute;
  width: 206px;
  height: 103px;
  background-color: #fff;
  padding-top: 12px;
  padding-left: 15px;
  top: -115px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 99;
}

.product .service-center .container .service-map .pop-menu .plane-wrap .content:after {
  content: '';
  border: 8px solid #fff;
  position: absolute;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.product .service-center .container .service-map .pop-menu .plane1 {
  top: 224px;
  right: 222px;
}

.product .service-center .container .service-map .pop-menu .plane1 span {
  transform: rotate(14deg);
}

.product .service-center .container .service-map .pop-menu .plane2 {
  top: 514px;
  right: 112px;
}

.product .service-center .container .service-map .pop-menu .plane2 span {
  transform: rotate(73deg);
}

.product .service-center .container .service-map .pop-menu .plane3 {
  /*top: 154px;
  right: 26px;*/
  bottom: 39px;
  left: 456px;
}

.product .service-center .container .service-map .pop-menu .plane3 span {
  transform: rotate(133deg);
}

.product .service-center .container .service-map .pop-menu .plane4 {
  top: 64px;
  right: 177px;
}


/*DA42保坫者*/

.product .service-center .container .service-map .pop-menu2 .plane-wrap .content {
  padding-top: 4px;
}

.product .service-center .container .service-map .pop-menu2 {
  width: 669px;
  height: 669px;
  background: url("../img/product/icon_map_circle2.png") no-repeat center center;
}

.product .service-center .container .service-map .pop-menu2 .plane1 {
  top: 171px;
  right: 167px;
}

.product .service-center .container .service-map .pop-menu2 .plane2 {
  top: 444px;
  right: 12px;
}

.product .service-center .container .service-map .pop-menu2 .plane1 span {
  transform: rotate(14deg);
}


/*DV20*/

.product .service-center .container .service-map .pop-menu3 .plane-wrap .content {
  padding-top: 4px;
}

.product .service-center .container .service-map .pop-menu3 {
  width: 340px;
  height: 340px;
  background: url("../img/product/icon_map_circle3.png") no-repeat center center;
}

.product .service-center .container .service-map .pop-menu3 .plane1 {
  top: 60px;
  right: 59px;
}

.product .service-center .container .service-map .pop-menu3 .plane2 {
  /*bottom: -7px;*/
  right: 158px;
  /*top: initial;*/
  top: 329px;
}

.product .service-center .container .service-map .pop-menu3 .plane2 span {
  transform: rotate(138deg);
}

.video-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}

.video-mask .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-mask .wrap .close {
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  top: -32px;
  color: #fff;
  right: 0px;
}

.video-mask .wrap .video {
  width: 640px;
  height: 498px;
}

@media screen and (max-width: 1200px) {
  .product .product-nav .container {
    max-width: 100%;
    width: 100%;
    padding: 0 5%;
  }
  .product .product-content .container {
    max-width: 100%;
    width: 100%;
    padding: 0 5%;
  }
  .product .video-skill .container {
    max-width: 100%;
    width: 100%;
    padding: 0 5%;
  }
  .product .service-center .container {
    max-width: 100%;
    width: 100%;
    padding: 0 5%;
  }
  .video-mask .wrap .video {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .product .product-content .container .lightspot .content .wrap .left {
    width: 100%;
  }
  .product .product-content .container .lightspot .content .wrap .right {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .product .product-content .container .technology .arguments .wrap .list .item {
    width: 33.33%;
    margin-bottom: 5%;
  }
  .product .video-skill .container .part2 .skill-wrap .left {
    width: 100%;
    margin-bottom: 3%;
  }
  .product .video-skill .container .part2 .skill-wrap .left .top {
    text-align: center;
    margin-bottom: 5%;
  }
  .product .video-skill .container .part2 .skill-wrap .right {
    width: 100%;
  }
  .product .product-nav {
    height: 80px;
  }
  .product .product-nav .list,
  .product .product-nav .contact {
    width: 100%;
    text-align: left;
  }
  .product .product-content .container .lightspot {
    margin-top: 5%;
  }
  .product .banner .banner-wrap .title h1 {
    font-size: 24px;
  }
  .product .product-content .container .technology .content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .product .service-center {
    display: none;
  }
  .about.product {
    padding-bottom: 5%;
  }
  .product .product-content .container {
    padding: 0 5% 5;
  }
}

@media screen and (max-width: 500px) {
  .product .product-content .container .technology .tip {
    font-size: 24px;
  }
  .product .product-content .container .technology .content {
    font-size: 16px;
  }
  .product .product-content .container .technology .img-wrap .wrap p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .product .product-content .container .technology .arguments .wrap .list .item {
    width: 50%;
  }
}

@media screen and (max-width: 414px) {
  .product .product-nav {}
  .product .product-nav .list .item {
    padding: 0 5px;
  }
  .product .product-nav .list .item p,
  .product .product-nav .contact .buy {
    font-size: 14px;
  }
  .product .banner .banner-wrap .title h1 {
    font-size: 18px;
  }
  .product .banner .banner-wrap .title h1 {
    line-height: 50px;
  }
  .product .banner .banner-wrap {
    height: 50px;
  }
}

.about.buy-support .banner {
  position: relative;
  background-image: url("../img/footer/buy_support_bg.jpg");
}

.about.buy-support .mask {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 86px;
  background-color: rgba(0, 0, 0, 0.5);
}

.about.buy-support .mask h1 {
  max-width: 1200px;
  font-size: 34px;
  margin: 0 auto;
  color: #fff;
  line-height: 86px;
  padding: 0 2%;
}

.about.buy-support .buy-way {
  padding: 5% 0;
}

.about.buy-support .buy-way .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
}

.about.buy-support .buy-way .container .left,
.about.buy-support .buy-way .container .middle,
.about.buy-support .buy-way .container .right {
  float: left;
}

.about.buy-support .buy-way .container .left {
  width: 25%;
  padding-right: 2%;
}

.about.buy-support .buy-way .container .left h1 {
  font-size: 22px;
  color: #333;
  margin-bottom: 5%;
}

.about.buy-support .buy-way .container .left p {
  font-size: 16px;
  color: #666;
  line-height: 34px;
}

.about.buy-support .buy-way .container .left h2 {
  font-size: 16px;
  color: #666;
  line-height: 34px;
}

.about.buy-support .buy-way .container .middle {
  width: 25%;
  padding-right: 2%;
}

.about.buy-support .buy-way .container .middle h1 {
  font-size: 28px;
  color: #004981;
  line-height: 34px;
  margin-bottom: 5%;
}

.about.buy-support .buy-way .container .middle p {
  font-size: 16px;
  color: #666;
  line-height: 34px;
}

.about.buy-support .buy-way .container .middle .input-wrap label {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 33px;
}

.about.buy-support .buy-way .container .middle .input-wrap label input[type='checkbox'] {
  width: 15px;
  height: 15px;
  background-color: none;
}

.about.buy-support .buy-way .container .right {
  width: 50%;
}

.about.buy-support .buy-way .container .right .wrap {
  width: 105%;
}

.about.buy-support .buy-way .container .right label {
  float: left;
}

.about.buy-support .buy-way .container .right label p {
  font-size: 16px;
  color: #333;
  padding: 10px 5px;
}

.about.buy-support .buy-way .container .right label input {
  width: 100%;
  height: 38px;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  padding: 10px;
}

.about.buy-support .buy-way .container .right label.w50 {
  width: 45%;
  margin-right: 5%;
}

.about.buy-support .buy-way .container .right label.w100 {
  width: 95%;
  margin-right: 5%;
}

.about.buy-support .buy-way .container .right .send {
  height: 35px;
  color: #fff;
  background-color: #004B81;
  border: none;
  width: 25%;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 5%;
  transition: background-color .5s ease-out;
}

@media screen and (min-width: 1024px) {
  .about.buy-support .buy-way .container .right .send:hover {
    background-color: #086FBC;
  }
}

@media screen and (max-width: 1200px) {
  .about.buy-support .buy-way .container {
    max-width: 100%;
    width: 100%;
    padding: 0 5%;
  }
  .about.buy-support .mask h1 {
    width: 100%;
    max-width: 100%;
    padding: 0 5%;
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .about.buy-support .buy-way .container .right {
    width: 100%;
    margin-top: 3%;
  }
  .about.buy-support .buy-way .container .middle {
    width: 100%;
  }
  .about.buy-support .buy-way .container .left {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .about.buy-support .mask h1 {
    font-size: 24px;
    line-height: 60px;
  }
  .about.buy-support .mask {
    height: 60px;
  }
  .about.buy-support .buy-way .container .left {
    margin-bottom: 10%;
  }
  .about.buy-support .buy-way .container .middle {
    width: 100%;
    margin-bottom: 5%;
  }
  .about.buy-support .buy-way .container .left h2 {
    margin-top: 5%;
  }
}

@media screen and (max-width: 414px) {
  .about.buy-support .buy-way .container .right label.w50 {
    width: 95%;
  }
  .about.buy-support .buy-way {
    padding: 10% 0;
  }
}

.operation .operation-wrap {
  padding: 2% 0;
}

.operation .operation-wrap .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
}

.operation .operation-wrap .container .describe h1 {
  font-size: 30px;
  line-height: 90px;
  color: #004981;
}

.operation .operation-wrap .container .describe p {
  font-size: 18px;
  line-height: 30px;
  color: #333;
}

.operation .operation-wrap .container .banner-wrap .tip {
  font-size: 30px;
  line-height: 90px;
  color: #004981;
}

.operation .operation-wrap .container .banner-wrap .wrap .item a {
  padding: 2.5%;
  display: block;
}

.operation .operation-wrap .container .banner-wrap .wrap .item a img {
  width: 100%;
}

.operation .operation-wrap .container .banner-wrap .wrap .item a dd {
  padding: 0 3%;
}

.operation .operation-wrap .container .banner-wrap .wrap .item a h1 {
  font-size: 20px;
  color: #040000;
  padding-top: 5%;
}

.operation .operation-wrap .container .banner-wrap .wrap .item a p {
  padding-top: 5%;
  font-size: 12px;
  color: #666;
  line-height: 20px;
}

.operation .operation-wrap .container .banner-wrap .wrap .flex-direction-nav {
  display: none;
}

.operation .operation-wrap .container .banner-wrap .wrap .flex-control-nav.flex-control-paging {
  text-align: center;
}

.operation .operation-wrap .container .banner-wrap .wrap .flex-control-nav.flex-control-paging li {
  display: inline-block;
  margin: 5px;
}

.operation .operation-wrap .container .banner-wrap .wrap .flex-control-nav.flex-control-paging li a {
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #004B81;
  color: transparent;
  border-radius: 50%;
  cursor: pointer;
}

.operation .operation-wrap .container .banner-wrap .wrap .flex-control-nav.flex-control-paging li a.flex-active {
  background-color: #004B81;
}

@media screen and (max-width: 1200px) {
  .operation .operation-wrap .container {
    max-width: 100%;
    width: 100%;
    padding: 0 5%;
  }
  .operation .operation-wrap .container .banner-wrap .wrap .flex-control-nav.flex-control-paging {
    margin-top: 3%;
  }
}

.about.media-contact .banner.work {
  background-image: url("../img/media_contact_bg.jpg");
}

.about.media-contact .work-content.media-contact-wrap .theme {
  width: 20%;
}

.about.media-contact .work-content.media-contact-wrap .theme h1,
.about.media-contact .work-content.media-contact-wrap .theme h2 {
  font-size: 16px;
  color: #333;
  line-height: 28px;
}

.about.media-contact .work-content.media-contact-wrap .theme h2 {
  margin-top: 10%;
}

.about.media-contact .work-content.media-contact-wrap .theme p {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}

.about.media-contact .work-content.media-contact-wrap .media-wrap {
  width: 80%;
  padding-left: 3%;
  float: left;
}

.about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item a {
  padding: 4% 1% 4% 3%;
  display: block;
  border-bottom: 1px dashed #e0e0e0;
}

.about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item a .img {
  float: left;
  width: 20%;
  overflow: hidden;
  text-align: center;
}

.about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item a .img img {
  max-width: 100%;
  transition: transform .5s ease-out;
}

.about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item a .content {
  width: 80%;
  float: left;
  padding-left: 3%;
}

.about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item a .content .top .title {
  color: #004981;
  font-size: 16px;
  line-height: 51px;
  float: left;
  width: 70%;
}

.about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item a .content .top .time-wrap {
  float: right;
  width: 105px;
  height: 51px;
  display: table;
  border: 2px solid #ccc;
  transition: border-color .5s ease-out;
}

.about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item a .content .top .time-wrap .time {
  display: table-cell;
  width: 50%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item a .content .top .time-wrap .time .day {
  font-size: 18px;
  color: #333;
}

.about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item a .content .top .time-wrap .time .year {
  font-size: 10px;
  color: #666;
}

.about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item a .content .top .time-wrap .icon {
  height: 100%;
  background: #ccc url("../img/icon_right.png") no-repeat center center;
  transition: background-color .5s ease-out;
}

.about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item a .content .time-phone {
  display: none;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

.about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item a .content .bottom {
  font-size: 14px;
  color: #999999;
  line-height: 25px;
}

@media screen and (min-width: 1024px) {
  .about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item:hover .img img {
    transform: scale(1.1);
  }
  .about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item:hover .content .top .time-wrap {
    border-color: #004981;
  }
  .about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item:hover .content .top .time-wrap .icon {
    background-color: #004981;
  }
}

.page {
  padding: 90px 0 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  clear: both;
}

.page a {
  text-decoration: none;
  color: #8698b6;
  background: #fff;
  border: 1px solid #c9c9c9;
  padding: 3px 6px;
  margin-right: 3px;
  border-radius: 3px;
  transition: all .5s ease-out;
}

.page a:hover {
  text-decoration: none;
  color: #fff;
  background: #004981;
  border: 1px solid #004981;
}

@media screen and (max-width: 1200px) {
  .about.work .work-content .container {
    width: 100%;
    max-width: 100%;
    padding: 0 5%;
  }
  .about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item a .content .time-phone {
    display: block;
  }
  .about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item a .content .top .time-wrap {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item a .content .top .title {
    line-height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .about.media-contact .work-content.media-contact-wrap .theme {
    width: 100%;
  }
  .about.media-contact .work-content.media-contact-wrap .theme h2 {
    margin-top: 3%;
  }
  .about.media-contact .work-content.media-contact-wrap .media-wrap {
    width: 100%;
    padding-left: 0;
  }
  .about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item a .content .bottom {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item a .img {
    display: none;
  }
  .about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item a .content .top .title {
    float: none;
  }
  .about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item a .content {
    width: 100%;
  }
  .about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item a .content .top .time-wrap {
    float: none;
    margin: 5% 0;
  }
  .about.media-contact .work-content.media-contact-wrap .media-wrap .news-list .item a .content {
    padding-left: 0;
  }
}

.about.pic-center .banner.work {
  background-image: url("../img/pic_center.jpg");
}

.about.pic-center .pic-wrap {
  padding: 3% 0;
}

.about.pic-center .pic-wrap .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5%;
}

.about.pic-center .pic-wrap .container .tip {
  font-size: 16px;
  color: #333;
  line-height: 32px;
}

.about.pic-center .pic-wrap .container .array {
  margin-top: 4%;
}

.about.pic-center .pic-wrap .container .array .sub {
  border: 2px solid #f0f0f0;
  border-radius: 4px;
  transition: all .5s ease-out;
  overflow: hidden;
  margin-bottom: 5px;
}

.about.pic-center .pic-wrap .container .array .sub .title {
  font-size: 20px;
  color: #004981;
  padding-left: 4%;
  background-color: #FAFAFA;
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  border-bottom: 2px solid transparent;
  transition: all .5s ease-out;
  text-align: left;
}

.about.pic-center .pic-wrap .container .array .sub .wrap {
  padding: 2% 1% 0;
  display: none;
}

.about.pic-center .pic-wrap .container .array .sub .wrap dl {
  padding: 0 1%;
  float: left;
  width: 33.33%;
  margin-bottom: 2%;
}

.about.pic-center .pic-wrap .container .array .sub .wrap dl dt {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.about.pic-center .pic-wrap .container .array .sub .wrap dl dt img {
  width: 100%;
  transition: all .5s ease-out;
}

.about.pic-center .pic-wrap .container .array .sub .wrap dl dt:after {
  content: '';
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5) url("../img/icon_search.png") no-repeat center center;
  transform: scale(1.5);
  transition: all .5s ease-out;
}

.about.pic-center .pic-wrap .container .array .sub .wrap dl dt:hover img {
  transform: scale(1.1);
}

.about.pic-center .pic-wrap .container .array .sub .wrap dl dt:hover:after {
  opacity: 1;
  transform: scale(1);
}

.about.pic-center .pic-wrap .container .array .sub .wrap dl dd a {
  font-size: 12px;
  color: #666;
  line-height: 31px;
  padding-right: 25px;
  background: url("../img/icon_download.png") no-repeat right center;
  transition: all .5s ease-out;
}

@media screen and (min-width: 1024px) {
  .about.pic-center .pic-wrap .container .array .sub .wrap dl dd a:hover {
    color: #004981;
    background-image: url("../img/icon_download_hover.png");
  }
}

.about.pic-center .pic-wrap .container .array .sub.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.about.pic-center .pic-wrap .container .array .sub.active .title {
  border-bottom-color: #f0f0f0;
  text-align: left;
}

.about.pic-center .pic-wrap .container .array .sub:first-child .wrap {
  display: block;
}

.about.pic-center .pic-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
}

.about.pic-center .pic-mask .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about.pic-center .pic-mask .wrap .video {
  width: 640px;
  height: 480px;
}

.about.pic-center .pic-mask .wrap img {
  width: 100%;
}

.about.pic-center .pic-mask .wrap .close {
  position: absolute;
  right: 0;
  top: -50px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .about.pic-center .pic-wrap .container {
    max-width: 100%;
    width: 100%;
    padding: 0 5%;
  }
}

@media screen and (max-width: 768px) {
  .about.pic-center .pic-wrap .container .array .sub .wrap dl {
    width: 50%;
  }
  .about.pic-center .pic-mask .wrap {
    width: 80%;
  }
  .about.pic-center .pic-mask .wrap .video {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .header .phone-menu-wrap .other .wrap .earth {
    padding-left: 40px;
  }
  .header .phone-menu-wrap .other .wrap .item a {
    font-size: 12px;
  }
}

.video-center .video-wrap .wrap {
  padding-top: 4%;
}

.video-center .video-wrap .wrap .video-array {
  width: 102%;
}

.video-center .video-wrap .wrap .video-array .sub {
  margin-bottom: 2%;
  float: left;
  width: 31.33%;
  margin-right: 2%;
}

.video-center .video-wrap .wrap .video-array .sub img {
  width: 100%;
}

.video-center .video-wrap .wrap .video-array .sub dt {
  position: relative;
  overflow: hidden;
}

.video-center .video-wrap .wrap .video-array .sub dt:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*transform: scale(1.5);
  opacity: 0;*/
  transition: all .5s ease-out;
  background: rgba(0, 0, 0, 0.5) url("../img/icon_media_play.png") no-repeat center center;
}

.video-center .video-wrap .wrap .video-array .sub .title-mask {
  position: absolute;
  height: 32px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  padding-left: 4%;
  transition: color .5s ease-out;
}

.video-center .video-wrap .wrap .video-array .sub dd a {
  color: #666;
  line-height: 31px;
  padding-left: 5%;
  padding-right: 25px;
  background: url("../img/icon_download.png") no-repeat right center;
}

.video-center .video-wrap .wrap .video-array .sub dd a:hover {
  color: #004981;
  background-image: url("../img/icon_download_hover.png");
}

.video-center .video-wrap .wrap .video-array .sub:hover dt:after {
  opacity: 1;
  transform: scale(1);
}

.video-center .page {
  padding-top: 45px;
}

.video-center .page a {
  border-radius: 0;
  background-color: #CCCCCC;
  color: #fff;
  padding: 5px 10px;
}

.video-center .page a:nth-child(2) {
  background-color: #095186;
}

.video-center .page a:nth-child(4) {
  background-color: #fff;
  border: none;
  color: #CCCCCC;
}

.video-center .page a:hover {
  background-color: #095186;
}

@media screen and (max-width: 768px) {
  .video-center .video-wrap .wrap .video-array .sub {
    width: 48%;
  }
}

@media screen and (max-width: 400px) {
  .video-center .video-wrap .wrap .video-array .sub {
    width: 98%;
  }
}

.about.pic-center .pic-wrap.notebook-wrap .container .array .sub .wrap dl dt:after {
  display: none;
}

.about.pic-center .pic-wrap.notebook-wrap .container .array .sub .wrap dl dd a {
  display: block;
  background-position: 95% center;
  padding-left: 45px;
  position: relative;
  font-size: 16px;
}

.about.pic-center .pic-wrap.notebook-wrap .container .array .sub .wrap dl dd a:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 100%;
  background: url("../img/icon_pdf.png") no-repeat center center;
  top: 0;
  left: 0;
  transition: all .5s ease-out;
}

.about.pic-center .pic-wrap.notebook-wrap .container .array .sub .wrap dl dd a:hover:before {
  background-image: url("../img/icon_pdf_hover.png");
}

.notebook .notebook-wrap .array .sub p {
  font-size: 18px;
  color: #333;
  line-height: 31px;
  padding: 3%;
}

.about.media-contact.copyright .banner.work {
  background-image: url(../img/pic_center.jpg);
}

.about.media-contact.copyright .copyright-wrap {
  background-color: #F2F2F2;
}

.about.media-contact.copyright .copyright-wrap .container {
  max-width: 1200px;
  margin: 0 auto;
}

.about.media-contact.copyright .copyright-wrap .container .wrap {
  width: 85%;
  margin: 0 auto;
  background-color: #fff;
}

.about.media-contact.copyright .copyright-wrap .container .wrap .title {
  font-size: 28px;
  color: #333;
  text-align: center;
  padding: 5% 0;
}

.about.media-contact.copyright .copyright-wrap .container .wrap .content {
  padding: 0 5% 10%;
  font-size: 14px;
  color: #666;
}

.about.media-contact.copyright .copyright-wrap .container .wrap .content p {
  line-height: 22px;
}

.about.media-contact.copyright .copyright-wrap .container .wrap .content p:first-child {
  margin-bottom: 3%;
}

.about.media-contact.copyright .copyright-wrap .container .wrap .content h1 {
  font-size: 14px;
  line-height: 22px;
}

@media screen and (max-width: 414px) {
  .about.culture .culture-content .container .diamond-bg .bg {
    height: 230px;
  }
}

@media screen and (max-width: 375px) {
  .about.culture .culture-content .container .diamond-bg .bg {
    height: 215px;
  }
}

@media screen and (max-width: 320px) {
  .about.culture .culture-content .container .diamond-bg .bg {
    height: 180px;
  }
}

.n-talent .page {
  padding-top: 45px;
}

.n-talent .page a {
  border-radius: 0;
  background-color: #CCCCCC;
  color: #fff;
  padding: 5px 10px;
}

.n-talent .page a:nth-child(3) {}

.n-talent .page a:hover {
  background-color: #095186;
}

.about.development {
  padding-bottom: 20%;
}

.about.development .banner {
  background-image: url("../img/development_bg.jpg");
}

.about.development .development-wrap {
  padding: 4.5% 0;
}

.about.development .development-wrap .container {
  max-width: 1200px;
  margin: 0 auto;
}

.about.development .development-wrap .container .research .pic-wrap {
  float: left;
  width: 50%;
  position: relative;
}

.about.development .development-wrap .container .research .pic-wrap img {
  width: 100%;
}

.about.development .development-wrap .container .research .pic-wrap .flex-control-nav {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  z-index: 5;
  text-align: center;
}

.about.development .development-wrap .container .research .pic-wrap .flex-control-nav li {
  display: inline-block;
}

.about.development .development-wrap .container .research .pic-wrap .flex-control-nav li a {
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #004981;
  border-radius: 50%;
  background-color: transparent;
  transition: all .5s ease-out;
}

.about.development .development-wrap .container .research .pic-wrap .flex-control-nav li a.flex-active {
  background-color: #004981;
}

.about.development .development-wrap .container .research .content-wrap {
  float: left;
  width: 50%;
  padding: 2%;
}

.about.development .development-wrap .container .research .content-wrap .title {
  font-size: 24px;
  color: #333;
}

.about.development .development-wrap .container .research .content-wrap .content {
  max-height: 280px;
  margin-top: 5%;
}

.about.development .development-wrap .container .research .content-wrap .content p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}

.about.development .research-content {
  height: 502px;
  background: url("../img/blue_bg.jpg") no-repeat center center;
  position: relative;
}

.about.development .research-content:before {
  position: absolute;
  width: 100%;
  content: '';
  height: 100%;
  background-color: rgba(0, 73, 129, 0.8);
  top: 0;
  left: 0;
  z-index: 4;
}

.about.development .research-content .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.about.development .research-content .container .tabs {
  padding-top: 10%;
}

.about.development .research-content .container .tabs .tab {
  width: 25%;
  float: left;
}

.about.development .research-content .container .tabs .tab dt {
  width: 106px;
  height: 106px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .5s ease-out;
}

.about.development .research-content .container .tabs .tab dd {
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  margin-top: 10%;
}

.about.development .research-content .container .tabs .direction dt {
  background-image: url("../img/icon_direction.png");
  background-position: center 60%;
}

.about.development .research-content .container .tabs .equipment dt {
  background-image: url("../img/icon_equipment.png");
}

.about.development .research-content .container .tabs .achievement dt {
  background-image: url("../img/icon_achievement.png");
}

.about.development .research-content .container .tabs .team dt {
  background-image: url("../img/icon_team.png");
}

.about.development .research-content .container .tabs .tab.current dt {
  background-color: rgba(255, 255, 255, 0.8);
}

.about.development .research-content .container .tabs .tab.current.direction dt {
  background-image: url("../img/icon_direction_hover.png");
}

.about.development .research-content .container .tabs .tab.current.equipment dt {
  background-image: url("../img/icon_equipment_hover.png");
}

.about.development .research-content .container .tabs .tab.current.achievement dt {
  background-image: url("../img/icon_achievement_hover.png");
}

.about.development .research-content .container .tabs .tab.current.team dt {
  background-image: url("../img/icon_team_hover.png");
}

.about.development .research-content .container .details-wrap {
  width: 90%;
  margin: 5% auto 0;
}

.about.development .research-content .container .details-wrap .details {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.3);
}

.about.development .research-content .container .details-wrap .details:not(:first-child) {
  display: none;
}

.about.development .research-content .container .details-wrap .details dl {
  display: table;
  width: 100%;
}

.about.development .research-content .container .details-wrap .details dt {
  width: 50%;
  display: table-cell;
  padding: 4%;
  text-align: center;
  vertical-align: middle;
}

.about.development .research-content .container .details-wrap .details dt img {
  max-width: 100%;
}

.about.development .research-content .container .details-wrap .details dt img:not(:first-child) {
  display: none;
}

.about.development .research-content .container .details-wrap .details dd {
  width: 50%;
  display: table-cell;
}

.about.development .research-content .container .details-wrap .details dd h1 {
  font-size: 26px;
  line-height: 26px;
  color: #333;
  margin-bottom: 5%;
  margin-top: 15%;
}

.about.development .research-content .container .details-wrap .details dd .links a {
  display: block;
  line-height: 30px;
}

.about.development .research-content .container .details-wrap .details dd .links a i {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #004B81;
  border-radius: 50%;
  line-height: 26px;
}

.about.development .research-content .container .details-wrap .details dd .links a b {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #666;
}

.about.development .research-content .container .details-wrap .details dd .links a:hover b,
.about.development .research-content .container .details-wrap .details dd .links a.on b {
  color: #004981;
}

@media screen and (max-width: 1200px) {
  .about.development .development-wrap .container {
    width: 100%;
    max-width: 100%;
    padding: 0 5%;
  }
  .about.development .development-wrap .container .research .content-wrap .content {
    max-height: 200px;
  }
}

@media screen and (max-width: 1024px) {
  .about.development .research-content .container .details-wrap .details dd h1 {
    margin-top: 10%;
  }
  .about.development .development-wrap .container .research .content-wrap .content {
    max-height: 150px;
  }
}

@media screen and (max-width: 768px) {
  .about.development .development-wrap .container .research .pic-wrap {
    width: 100%;
  }
  .about.development .development-wrap .container .research .content-wrap {
    width: 100%;
  }
  .about.development .research-content {
    height: 402px;
  }
}

@media screen and (max-width: 767px) {
  .about.development .research-content .container .details-wrap .details dl {
    display: block;
  }
  .about.development .research-content .container .details-wrap .details dt {
    width: 100%;
    float: left;
  }
  .about.development .research-content .container .details-wrap .details dd {
    float: left;
    width: 100%;
    padding: 3% 5%;
  }
  .about.development .research-content .container .details-wrap .details dt img {
    max-width: none;
    width: 100%;
  }
  .about.development .research-content .container .details-wrap .details dd h1 {
    margin-top: 0;
  }
  .about.development .research-content {
    height: 790px;
    background-size: cover;
  }
}

@media screen and (max-width: 650px) {
  .about.development .research-content {
    height: 725px;
  }
}

@media screen and (max-width: 500px) {
  .about.development .research-content .container .tabs .tab {
    width: 50%;
    margin-bottom: 3%;
  }
  .about.development .research-content {
    height: 820px;
  }
}

@media screen and (max-width: 414px) {
  .about.development .research-content {
    height: 760px;
  }
}

@media screen and (max-width: 320px) {
  .about.development .research-content {
    height: 690px;
  }
}

.main.map:before {
  content: '';
  display: table;
}

.main.map .container {
  /* height: 580px; */
  width: 100%;
  margin: 5% 0;
  /* display: table; */
  /* 7/10 */
  display: flex;
}

.main.map .container #allmap {
  display: table-cell;
  width: 60%;
}

.main.map .container .contact-info {
  display: table-cell;
  width: 40%;
  padding: 3% 10% 3% 3%;
}

.main.map .container .contact-info h1 {
  font-size: 24px;
  padding-bottom: 5%;
  line-height: 32px;
  color: #333;
  border-bottom: 1px solid #D9D9D9;
}

.main.map .container .contact-info .content {
  padding-left: 2%;
  padding-top: 10%;
}

.main.map .container .contact-info .content p {
  font-size: 16px;
  color: #666;
  line-height: 36px;
}

.main.map .container .contact-info .content p:nth-child(5) {
  text-indent: 64px;
}

@media screen and (max-width: 768px) {
  .main.map .container {
    height: auto;
    flex-direction: column;
  }
  .main.map .container #allmap {
    float: left;
    width: 100%;
    height: 300px;
    padding: 3%;
  }
  /* 7/10 */
  .main.map .container #allmap  img{
    height: 100%;
    width: 100%;
    object-fit: cover;
 
  }
  .main.map .container .contact-info {
    float: left;
    width: 100%;
    padding: 3%;
  }
}

.about.buy-support .about-nav .container .tabs-wrap .tab {
  width: 50%;
}

.about.buy-support .about-nav .container .tabs-wrap {
  width: 50%;
  margin: 0 auto;
}

.about.buy-support.financial .financial-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3% 0 5%;
}

.about.buy-support.financial .financial-wrap .container h1 {
  font-size: 18px;
  color: #333;
  line-height: 34px;
  width: 90%;
  margin: 0 auto 5%;
}

.about.buy-support.financial .financial-wrap .container .wrap div {
  float: left;
  width: 50%;
  padding: 0 5%;
}

.about.buy-support.financial .financial-wrap .container .wrap dl {
  border-radius: 15px;
  overflow: hidden;
}

.about.buy-support.financial .financial-wrap .container .wrap dl dt {
  background-color: #E0E0E0;
  text-align: center;
  padding: 5% 0;
}

.about.buy-support.financial .financial-wrap .container .wrap dl dt h2 {
  max-width: 100%;
}

.about.buy-support.financial .financial-wrap .container .wrap dl dt p {
  color: #004981;
  font-size: 26px;
  line-height: 34px;
  margin-top: 3%;
}

.about.buy-support.financial .financial-wrap .container .wrap dl dd {
  background-color: #F2F2F2;
  padding: 8%;
  color: #666666;
  font-size: 18px;
  line-height: 32px;
  min-height: 226px;
}

@media screen and (max-width: 850px) {
  .about.buy-support.financial .financial-wrap .container .wrap dl dd {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .about.buy-support.financial .financial-wrap .container .wrap div {
    width: 100%;
    margin-bottom: 5%;
  }
  .about.buy-support.financial .financial-wrap .container .wrap dl dt p {
    font-size: 18px;
  }
}

.about.buy-support.our-team .banner {
  background-image: url("../img/our_team.jpg");
}

.about.buy-support.our-team .mask h1 {
  padding: 0;
}

.about.buy-support.our-team .our-team-wrap .container .wrap .item {
  padding: 1%;
  background-color: #F2F2F2;
  margin-bottom: 4%;
}

.about.buy-support.our-team .our-team-wrap .container .wrap .item a {
  cursor: default;
}

.about.buy-support.our-team .our-team-wrap .container .wrap .item a .content-wrap {
  padding: 0;
  background-color: transparent;
}

.about.buy-support.our-team .our-team-wrap .container .wrap .item a .content-wrap .tip {
  font-size: 20px;
  line-height: 60px;
}

.about.buy-support.our-team .our-team-wrap .container .wrap .item a .content-wrap b {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.about.buy-support.our-team .our-team-wrap .container .wrap .item a .content-wrap p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.about.buy-support.our-team .our-team-wrap .container .wrap .item a .content-wrap span {
  display: block;
  /*padding: 10px 0 10px 30px;*/
  padding: 0 0 0 30px;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}

.about.buy-support.our-team .our-team-wrap .container .wrap .item a .content-wrap .phone {
  background: url("../img/icon_team_phone.png") no-repeat 5px center;
  /*margin-top: 2%;*/
}

.about.buy-support.our-team .our-team-wrap .container .wrap .item a .content-wrap .email {
  background: url("../img/icon_team_email.png") no-repeat 5px center;
}

.about.buy-support.our-team .our-team-wrap .container .wrap .item a .content-wrap .earth {
  background: url("../img/icon_team_earth.png") no-repeat 5px center;
}

@media screen and (max-width: 1200px) {
  .about.buy-support.our-team .mask h1 {
    padding: 0 5%;
  }
}

@media screen and (max-width: 600px) {
  .news.active .active-wrap .container .wrap .item {
    width: 97%;
  }
  .about.buy-support.our-team .our-team-wrap .container .wrap .item {
    padding: 3%;
  }
}

@media screen and (max-width: 414px) {
  .about.buy-support.our-team .our-team-wrap .container .wrap .item a .content-wrap .tip {
    font-size: 16px;
  }
  .about.buy-support.our-team .our-team-wrap .container .wrap .item a .content-wrap b {
    font-size: 14px;
  }
  .about.buy-support.our-team .our-team-wrap .container .wrap .item a .content-wrap p {
    font-size: 14px;
  }
  .header .phone-menu-wrap .other .wrap .diamond{
      width: 45%;
  }
  .header .phone-menu-wrap .other .wrap .language{
    width: 45%;
    display: flex;
    justify-content: space-between;
}
.header .phone-menu-wrap .other .wrap .item a{
  width:100% ;
  display: inline-block;
}
.header .phone-menu-wrap .other .wrap .language a{
  width: 45%;
}
}

.train-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F4F4;
}

.train-tab a {
  width: 220px;
  height: 60px;
  border-top: 4px solid rgba(255, 255, 255, 0);
  transition: all 0.3s;
  display: block;
  text-align: center;
  line-height: 60px;
  color: #333;
  font-size: 16px;
}

.train-tab a:hover {
  background-color: #FFFFFF;
  color: #265b8b;
  border-top: 4px solid #004981;
  line-height: 60px;
}

.train-tab .cur {
  background-color: #FFFFFF;
  color: #265b8b;
  border-top: 4px solid #004981;
}

#manual .content .section2 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .train-tab a {
    width: 20%;
  }
}

.advance {
  padding: 55px 0 94px;
}

.advance .box {
  max-width: 1200px;
  margin: 0 auto;
  /* background: url(../img/about/speech_bg.jpg) no-repeat center/cover; */
  min-height: 500px;
  padding: 3% 5%;
}

.product-title .top-title .libox .li {
  display: block;
  color: #333;
}

body .product-title .top-title .libox {
  width: 33.3%;
}

@media (max-width: 860px) {
  .footer .bottom-nav .bottom-nav-wrap .container .item ul li {
    width: 100%;
  }
}

.phone-search-wrap {
  display: none !important;
}

.header .header-wrap .nav-right .search{
  display: none !important;

}