
/*  主体部分 */
.main {
  width: 1400px;
  margin: 0 auto;
}
  #all {
    width: 100%;
    background-color: #fff;
    /* height: 5962px; */
  }

  /* 其中关于我们的动画效果 */
  .fade-in-up {
    transition: all 1s linear;
    animation: fadeInUp 1s ease;
    -webkit-animation: fadeInUp 1s ease;
    -o-animation: fadeInUp 1s ease;
    -moz-animation: fadeInUp 1s ease;
    -ms-animation: fadeInUp 1s ease;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
  }
  .fade-in-up-one {
    transition: all 2s linear;
    animation: fadeInUp 2s ease-in-out;
    -webkit-animation: fadeInUp 2s ease-in-out;
    -o-animation: fadeInUp 2s ease-in-out;
    -moz-animation: fadeInUp 2s ease-in-out;
    -ms-animation: fadeInUp 2s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
  }
  .fade-in-up-two {
    transition: all 2.5s linear;
    animation: fadeInUp 2.5s ease-in-out ;
    -webkit-animation: fadeInUp 2.5s ease-in-out ;
    -o-animation: fadeInUp 2.5s ease-in-out ;
    -moz-animation: fadeInUp 2.5s ease-in-out ;
    -ms-animation: fadeInUp 2.5s ease-in-out ;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
  }
  .fade-in-up-thr{
    transition: all 3s linear;
    animation: fadeInUp 3s ease-in-out;
    -webkit-animation: fadeInUp 3s ease-in-out;
    -o-animation: fadeInUp 3s ease-in-out;
    -moz-animation: fadeInUp 3s ease-in-out;
    -ms-animation: fadeInUp 3s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
  }
  /*动画*/
  @keyframes fadeInUp {
    0% {
      transform: translateY(100px);
      opacity: 0;
    }

    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  /* Firefox */
  @-moz-keyframes fadeInUp {
    0% {
      -moz-transform: translateY(100px);
      opacity: 0;
    }

    100% {
      -moz-transform: translateY(0);
      opacity: 1;
    }
  }
  /* Safari 和 Chrome */
  @-webkit-keyframes fadeInUp {
    0% {
      -webkit-transform: translateY(100px);
      opacity: 0;
    }

    100% {
      -webkit-transform: translateY(0);
      opacity: 1;
    }
  }
  /* Opera */
  @-o-keyframes fadeInUp {
    0% {
      -o-transform: translateY(100px);
      opacity: 0;
    }

    100% {
      -o-transform: translateY(0);
      opacity: 1;
    }
  }
/*  IE 浏览器 */
  @-ms-keyframes fadeInUp {
    0% {
      -ms-transform: translateY(100px);
      opacity: 0;
    }

    100% {
      -ms-transform: translateY(0);
      opacity: 1;
    }
  }

  /* 华农智联简介中的动画 */
  /*动画*/
  .header_bg {
    float: left;
    width: 100%;
    height: 630px;
    background: url("../image/banner4.jpg") top center;
    background-size: 100% 100%;
  }
  .top {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 121px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 9;
  }
  .top-box {
    height: 122px;
  }
  .nav-logo {
    width: 64px;
    height: 60px;
    background: url(../image/nav_logo.png);
    overflow: hidden;
    float: left;
    margin: 30px 0;
    cursor: pointer;
  }
  .navbar {
    float: right;
    width: 818px;
  }
  .nav-box {
    list-style: none;
  }
  .navbar > ul > li {
    float: left;
  }
  .nav-tab {
    font-size: 18px;
    color: #fff;
    margin: 20px 40px;
    line-height: 82px;
    text-align: center;
    display: block;
  }
  .last {
    font-size: 18px;
    color: #fff;
    margin: 20px 0 20px 20px;
    line-height: 82px;
    text-align: center;
    display: block;
  }
  .header_bg .top:hover {
    background: #fff !important;
  }
  .header_bg .top:hover .nav-logo {
    background: url(../image/nav_logo2.png) !important;
  }
  .header_bg .top:hover .nav-tab {
    color: #333 !important;
  }
  .header_bg .top:hover .last {
    color: #333 !important;
  }
  .top .navbar .nav-box  li .nav-tab:hover {
    color: #2967cc !important;
    border-bottom: 2px solid #2967cc !important; /*font-weight: bold*/
  }
  .top .navbar .nav-box  li .last:hover {
    color: #2967cc !important;
    border-bottom: 2px solid #2967cc !important; /*font-weight: bold*/
  }
  /* 点击之后添加的样式 */
  .active {
    border-bottom: 2px solid #2967cc;
    color: #2967cc; /*font-weight: bold*/
  }
  /* 点击之后添加的样式 */
  .active1{
    color: #2967cc; /*font-weight: bold*/
  }
  /* 关于我们中的模块 */
  .about_total {
    display: none;
    position: absolute;
    top: 121px;
    left: 678px;
    width: 848px;
    height: 236px;
    background: #fff;
    box-shadow: 0px 0px 7px #999;
    z-index: 1000;
  }
  .aboutwe:hover .about_total {
    display: block;
  }
  .atotal_title {
    float: left;
    width: 728px;
    height: 57px;
    border-bottom: 1px solid #ccc;
    margin-left: 60px;
    margin-top: 60px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  .atotal_txt {
    float: left;
    width: 728px;
    height: 117px;
    margin-left: 60px;
  }
  .atotal_txt li a {
    float: left;
    height: 117px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 117px;
    margin-right: 59px;
  }
  .atotal_txt li .mr {
    margin-right: 0px;
  }
  .atotal_txt li a:hover {
    color: #2967cc;
  }
  /* 关于我们的大字 */
  .about_title {
    width: 312px;
    height: 60px;
    font-size: 60px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.3em;
    margin: 0 auto;
    margin-top: 280px;
  }
  .about_text {
    /* width: 150px; */
    height: 60px;
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 40px;
  }
  /* 产品服务中的模块 */
  .product_total{
    display: none;
    position: absolute;
    top: 121px;
    left: 832px;
    width: 802px;
    height: 360px;
    background: #fff;
    box-shadow: 0px 0px 7px #999;
    z-index: 1000;
  }
  .pro{
      float: left;
      width: 33.33%;
      height: 100%;
  }
  .pro_nav_title, .pro_nav_title2, .pro_nav_title3{
      width: 90px;
      height: 17px;
      font-size: 18px;
      font-weight: 400;
      color: #333333;
      margin: 60px 0 0 60px;
      }
  .pro_nav_title3{
      margin: 60px 0 0 48px;
  }
  .pro_nav_line1{
      width: 176px;
      height: 1px;
      background: #CCCCCC;
      margin: 40px 0 0 60px;
  }
  .pro_nav_content{
      width: 178px;
      height: 79px;
      margin: 30px 0 0 60px;
  }
  .pro_nav_content3{
      margin: 30px 0 0 48px;
  }
  .pro_nav_content ul{
      width: 100%;
      height: 100%;
  }
  .pro_nav_content ul li a{
      float: left;
      width: 100%;
      font-size: 16px;
      font-weight: 400;
      color: #333333;
      line-height: 32px;
  }
  .pro_nav_line2{
      width: 128px;
      height: 1px;
      background: #CCCCCC;
      margin: 40px 0 0 60px;
  }
  .pro_nav_line3{
      width: 178px;
      height: 1px;
      background: #CCCCCC;
      margin: 40px 0 0 48px;
      }
  .product_servise:hover .product_total{
    display: block;
  }
  .pro_nav_content ul li a:hover {
    color: #2967cc;
  }
  .trade_total {
    display: none;
    position: absolute;
    top: 121px;
    left: 877px;
    height: 330px;
    width: 974px;
    background: #fff;
    box-shadow: 0px 0px 7px #999;
    z-index: 1000;
  }

  .trade_servise:hover .trade_total {
    display: block;
  }
  .pro_nav_content ul li a:hover {
    color: #2967cc;
  }
  .ps_title{
    width: 72px;
    height: 17px;
    margin: 60px 0 0 60px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
  }
  .ps_line{
    width: 854px;
    height: 1px;
    background: #CCCCCC;
    margin: 40px 0 0 60px;
  }
  .ps_text1{
    float: left;
    width: 208px;
    height: 111px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin:40px 100px 0 60px ;
  }
  .ps_text2{
    float: left;
    width: 240px;
    height: 112px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin: 40px 100px 0 0;
  }
  .ps_text3{
    float: left;
    width: 239px;
    height: 112px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin: 40px 0 0 0 ;
  }
  .trade_total .ps_text1 p:hover,.trade_total .ps_text2 p:hover,.trade_total .ps_text3 p:hover{
    color: #2967cc;
    cursor: pointer;
  }
  /* 关于我们的大字 */
  .about_title {
    width: 312px;
    height: 60px;
    font-size: 60px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.3em;
    margin: 0 auto;
    margin-top: 280px;
    z-index: -1000;
  }
  .about_text {
    width: 131px;
    height: 60px;
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 40px;
  }
  /* 中间的导航栏 */
  .nav {
    position: relative;
    /* top: 228x; */
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 68px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }
  .nav_ul {
    float: right;
    /* width: 726px; */
    height: 100%;
    /* margin-left: 49.6%; */
  }
  .nav_ul li {
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    padding: 19px 20px;
  }
  .nav_ul li:last-child{
    padding: 19px 0 19px 20px
  }
  .nav_ul li a {
    padding: 21px 0px;
  }
  .nav_ul li a:hover {
    color: #2967cc;
    border-bottom: 2px solid #2967cc;
  }
  /* 使命与愿景 */
  .mission {
    float: left;
    width: 100%;
    height: 827px;
  }
  .mission_title {
    width: 240px;
    height: 47px;
    font-size: 48px;
    font-weight: 400;
    color: #333333;
    margin: 0 auto;
    margin-top: 80px;
  }
  .mission_content {
    width: 1400px;
    height: 541px;
    margin: 0 auto;
    margin-top: 80px;
    background: url(../image/mission_img.jpg) 100% 100%;
  }
 
  .mask1_title {
    width: 80px;
    height: 37px;
    font-size: 40px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 216px;
    margin-left: 360px;
  }
  .mask1_line {
    width: 78px;
    height: 4px;
    background: #ffffff;
    margin: 24px 0 0 361px;
  }
  .mask1_txt {
    /* width: 240px; */
    height: 19px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 24px;
  }
  .mask2_title {
    width: 80px;
    height: 37px;
    font-size: 40px;
    font-weight: 400;
    color: #333333;
    margin-top: 216px;
    margin-left: 360px;
  }
  .mask2_line {
    width: 78px;
    height: 4px;
    background: #333333;
    margin: 24px 0 0 361px;
  }
  .mask2_txt {
    /* width: 240px; */
    height: 19px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-top: 24px;
  }

  .mission_mask1 {
    float: left;
    width: 800px;
    height: 100%;
    background: url("../image/mission_mask1.png"); /* 蓝*/
    background-size: 800px 100%;
    z-index: 10;
  }
  .mission_mask2 {
    float: left;
    width: 800px;
    height: 100%;
    background: url("../image/mission_mask2(2).png") no-repeat ;  /* 白 */
    background-size: 800px 100%;
    margin-left: -200px;
    z-index: -10;
  }
/* 
  使命与愿景的过渡 */
  .mission_mask1_active {
    background: url("../image/mission_mask2.png") 100% 100%;
  }
  .mission_mask1_color {
    color: #333 !important;
  }
  .mission_mask1_bg {
    background: #333 !important;
  }
  
  .mission_mask2_actvie {
    background: url("../image/mission_mask1(2).png") 100% 100%;
    /* clear: #333; */
  }

  .mission_mask2:hover .mask2_title ,
  .mission_mask2:hover .mask2_txt {
    color: #fff;
  }
  .mission_mask2:hover .mask2_line{
    background: #fff;
  }
  .mission_mask2:hover + .mission_mask1 > .mask1_title,
  .mission_mask2:hover + .mission_mask1 > .mask1_txt {
    color: #333 !important;
  }
  .mission_mask2:hover + .mission_mask1 > .mask1_line{
    background: #333 !important;
  }

  /* 华农智联简介 */
  .jianjie {
    /* position: absolute;
    top: 1426px;
    left: 0; */
    width: 100%;
    height: 12%;
  }
  .jianjie_title {
    width: 288px;
    height: 48px;
    font-size: 48px;
    font-weight: 400;
    color: #333333;
    margin: 0 auto;
    margin-bottom: 75px;
    opacity: 0;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .jianjie_content {
    float: left;
    width: 100%;
    height: 500px;
    overflow: hidden;
  }
  .cj_img {
    width: 100%;
    height: 500px;
  }
  .cj_img img {
    width: 100%;
    height: 100%;
  }

  .cj_content_title {
    height: 32px;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    margin-top: -388px;
    line-height: 32px;
    opacity: 0;
    color: #ffffff;
  }
  .cj_content_text {
    height: 144px;
    margin: 0 auto;
    margin-top: 79px;
    opacity: 0;
  }
  .cj_content_text p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-indent: 2em;
    line-height: 32px;
  }
  /* 资质荣誉 */
  .glory_box1{
    opacity: 0;
  }
  .glory_box2{
    opacity: 0;
  }
  .glory {
    /* position: relative;
    top: 653px;
    left: 0; */
    width: 100%;
    height: 881px;
    float: left;
  }
  .glory_title {
    width: 192px;
    height: 63px;
    font-size: 48px;
    font-weight: 400;
    color: #333333;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .glory_content {
    height: 738px;
    margin: 0 auto;
  }
  .glory_content ul {
    width: 100%;
    height: 100%;
  }
  .gm_bg {
    float: left;
    width: 240px;
    height: 339px;
    margin-right: 50px;
    margin-bottom: 60px;
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out; /* Safari */
  }
  .glory_content ul .ts {
    float: left;
    width: 240px;
    height: 339px;
    margin-bottom: 60px;
  }
  .glory_mask1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1080px;
    background: rgba(0, 0, 0, 0.9);
    z-index: 19980116;
  }
  .glory_mask1 .gm_img1 {
    float: left;
    width: 350px;
    height: 500px;
    margin-top: 50px;
    margin-left: 50%;
    transform: translateX(-175px);
  }
  .gm_img2 {
    float: left;
    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-left: 50%;
    transform: translateX(-25px);
  }
  /* 荣誉证书鼠标经过时会出现阴影以及会有放大效果 */
  .gm_bg:hover {
    box-shadow: 0px 0px 10px #999;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  /* 合作伙伴 */
  .hezuo {
    position: relative;
    /* top: 710px;
    left: 0; */
    width: 100%;
    height: 1049px;
    float: left;
    margin-top: 90px;
  }
  .hezuo_title {
    width: 192px;
    height: 47px;
    font-size: 48px;
    font-weight: 400;
    color: #333333;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .hezuo_content {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 922px;
    background: url(../image/hezuo_bg.jpg) no-repeat;
    background-size: 100% 100%;
  }

  /*  合作伙伴中列表 */

  .hezuo_list {
    width: 1572px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center; */
    height: 922px;
  }
  .hezuo1 {
    position: absolute;
    top: 345px;
    /* left: 50%;
    margin-left: -655px; */
    height: 276px;
    opacity: 0;
  }
  .hezuo2 {
    position: absolute;
    /* display: flex; */
    top: 496px;
    height: 276px;
    margin: 0 auto;
    opacity: 0;
  }
  .hezuo3 {
    position: absolute;
    top: 646px;
    /* left: 50%;
    margin-left: -655px; */
    height: 276px;
    opacity: 0;
  }
  .box {
    position: relative;
    float: left;
    width: 160px;
    height: 184px;
    margin-right: 14px;
    background: url(../image/adout_hex.png);
  }
  .box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
  }
  
  .box div {
    text-align: center;
    margin-top: 100px;
    font-size: 26px;
    color: #004c98;
  }
  /* .hezuo1 .h_box4 {
    margin-right: 5px;
  }
  .hezuo2 .h_box9 {
    margin-right: 0px;
  }
  .hezuo3 .h_box13 {
    margin-right: 0px;
  } */
  /* 联系我们 */
  .lianxi {
    /* position: relative; */
    /* top: 780px;
    left: 0; */
    width: 100%;
    height: 447px;
    margin-top: 90px;
  }
  .lianxi_title {
    width: 192px;
    height: 47px;
    font-size: 48px;
    font-weight: 400;
    color: #333333;
    margin: 0 auto;
    line-height: 47px;
  }
  .lianxi_content {
    position: relative;
    top: 96px;
    height: 320px;
    opacity: 0;
  }
  .lianxi_box {
    float: left;
    width: 320px;
    height: 320px;
    margin-right: 40px;
  }
  .lianxi_box img {
    width: 121px;
    height: 121px;
    margin-left: 31%;
    margin-top: 59px;
  }
  .tel_con {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
  }
  .tel_con .p1 {
    width: 72px;
    height: 22px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .tel_con .p2 {
    /* width: 135px; */
    height: 43px;
    margin: 0 auto;
  }
  .tel_con .p21 {
    width: 213px;
    height: 43px;
    margin: 0 auto;
  }
  /* 联系我们的动画 */
  .lianxi_box:hover {
    box-shadow: 0px 0px 6px #f0f0f0;
    background: #fff;
  }
  /* 公司地址 */
  .address {
    /* position: relative;
    top: 800px;
    left: 0; */
    width: 100%;
    height: 700px;
  }
  .address_title {
    width: 192px;
    height: 47px;
    font-size: 48px;
    font-weight: 400;
    color: #333333;
    margin: 0 auto;
    /* 修改之后视觉上距离相同 */
    margin-top: 80px;
    line-height: 47px;
  }
  /* 公司地址 */
  .address_content {
    position: relative;
    height: 872px;
    margin-top: 80px;
    opacity: 0;
  }
  .add_con {
    float: left;
    width: 680px;
    height: 232px;
    background: #f7faff;
    border: 1px solid #dddddd;
    margin-right: 40px;
    margin-top: 0px;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in; /* Safari */
  }
  .add_img {
    width: 36px;
    height: 43px;
    /* border: 1px dashed #333; */
    margin: 0 auto;
    margin-top: 40px;
  }
  .add_title {
    width: 48px;
    height: 23px;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    margin: 0 auto;
    margin-top: 22px;
  }
  .add_line {
    width: 30px;
    height: 2px;
    background: #2967cc;
    margin: 0 auto;
    margin-top: 22px;
  }
  .add_txt {
    width: 276px;
    height: 17px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin: 0 auto;
    margin-top: 29px;
  }
  .txt2 {
    width: 281px;
    height: 17px;
  }
  .add_con:hover {
    margin-top: -20px;
  }
  .add_GPS {
    position: absolute;
    top:270px;
    left: 0;
    float: left;
    width: 1400px;
    height: 600px;
    font-size: 16px;
    margin-bottom: 80px;
    background-color: #888;
  }

  .maptexted {
    background: #2967cc;
    color: #fff;
    position: relative;
  }
  .maptexted .msg-derect {
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 10px;
    border-style: solid;
    border-color: red transparent transparent transparent;
  }
  /* 尾部的部分 */
  /* 尾部部分 */
  .footer {
    position: relative;
    top: 390px;
    left: 0;
    height: 330px;
    background: #214278;
  }
  .containers{
    width: 1400px;
    height: 100%;
    margin:  0 auto;
  }
  .footer_logo {
    float: left;
    width: 133px;
    height: 141px;
    margin-top: 3%;
  }
  .footer_logo img {
    width: 133px;
    height: 141px;
  }
  .footer-msg{
    float: left;
    width: 672px;
    height: 150px;
    margin-top: 3%;
    margin-left: 15%;
  }
  .footer_txt1 {
    float: left;
    width: 600px;
    height: 18px;
  }
  .footer_txt1 ul li a {
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    padding: 0px 5px;
  }
  .footer_txt1 ul p {
    float: left;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    width: 30px;
  }
  .footer_txt2 {
    float: left;
    width: 689px;
    height: 81px;
    margin-top: 41px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
  }
  .footer_txt2 ul li {
    color: rgba(255, 255, 255, 0.6);
  }
  .footer_txt2 ul li {
    color: rgba(255, 255, 255, 0.6);
  }
  /* 鼠标经过时字体变为纯白色 */
  .footer_txt1 ul li a:hover {
    color: #fff;
  }
  .footer_txt2 ul li:hover {
    color: #fff;
  }
  .footer_gw {
    float: left;
    width: 117px;
    height: 200px;
    margin-top: 3%;
    margin-left: 7%;
  }
  .footer_gw img {
    width: 116px;
    height: 116px;
  }
  .gw_txt {
    width: 138px;
    height: 17px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    margin: 13px 0 0 -10px;
  }
  .footer_wx {
    float: right;
    width: 117px;
    height: 170px;
  margin-top: 3%;
  margin-left: 3%;
  }
  .footer_wx img {
    width: 116px;
    height: 116px;
  }
  .wx_txt {
    width: 138px;
    height: 17px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    margin: 13px 0 0 -10px;
  }
  .gw_txt:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .wx_txt:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .footer_line {
    position: absolute;
    top: 255px;
    left: 0;
    float: left;
    width: 100%;
    height: 75px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: -30px;
  }
  .footer_text {
    width: 574px;
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 auto;
    margin-top: 25px;
  }
  .footer_txt2 li {
    float: left;
  }
  .footer_txt2 p {
    float: left;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    width: 30px;
  }

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .mission_content {
    width: 1200px;
  }
 .mission_mask1 {
   width: 685px;
   background-size: 100% 100%;
  }
  .mission_mask2 {
   width: 685px;
   background-size: 100% 100%;
   margin-left: -170px;
 }
 
 .gm_bg {
   width: 200px;
   height: 300px;
 }

 .glory_content ul .ts {
   width: 200px;
 }

 .hezuo_list {
   width: 1200px;
 }
 
 .box{
   width: 210px;
   height: 250px;
   background-size: 100% 100%;
 }

 .box img {
   width: 170px;
   height: 75px;
 }
 
 .lianxi_box {
   width: 270px;
 }

 .hezuo2 {
   width: 1200px;
 }
 .hezuo1,
 .hezuo3 {
   /* margin-left: -490px; */
 }

 .add_con {
   width: 580px;
 }

 .add_GPS {
   width: 1200px;
 }
}
