@charset "UTF-8";
@font-face {
  font-family: "zzh";
  src: url(../fonts/zzh.ttf);
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "微软雅黑"; }

.container-fluid {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0; }
  @media screen and (max-width: 990px) {
    .container-fluid {
      padding: 0 2.0202020202vw; } }

.row {
  margin: 0; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding: 0;
  margin: 0; }

.lt {
  float: left; }

.rt {
  float: right; }

a {
  text-decoration: none; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

.sizeCover {
  background-position: 50% 50%;
  background-size: cover; }

.main-background-1 {
  background: #dbe5ef; }

.main-background-2 {
  background: url(../images/bg1.jpg) no-repeat center center;
  background-size: cover; }

.main-background-3 {
  background: rgba(255, 255, 255, 0.5); }

.main-pad-1 {
  padding: 60px 0; }

.main-pad-2 {
  padding: 30px; }
  @media screen and (max-width: 990px) {
    .main-pad-2 {
      padding: 15px; } }

.main-pad-3 {
  padding: 35px 0; }

.main-martop-1 {
  margin-top: 35px; }

.main-martop-2 {
  margin-top: 15px; }

.main-marbottom-1 {
  margin-bottom: 15px; }

.main-borderRadius-1 {
  border-radius: 20px; }

.main-padleft-1 {
  padding-left: 25px; }
  @media screen and (max-width: 990px) {
    .main-padleft-1 {
      padding: 0; } }

.main-padright-1 {
  padding-right: 25px; }
  @media screen and (max-width: 990px) {
    .main-padright-1 {
      padding: 0; } }

@media screen and (min-width: 991px) {
  .col-md-13 {
    width: 20%; } }

@media screen and (min-width: 991px) {
  .col-md-3-list1-1 {
    width: 21%; } }

@media screen and (min-width: 991px) {
  .col-md-3-list1-2 {
    width: 31%; } }

@media screen and (min-width: 991px) {
  .col-md-3-list1-3 {
    width: 23%; } }

.title-1 {
  font-size: 24px;
  font-weight: bold;
  color: #333; }
  .title-1.active2 {
    color: #fff;
    font-size: 30px; }
  .title-1.active3 {
    color: #084c92;
    font-size: 30px; }
  .title-1 span {
    font-weight: normal;
    color: #084c92;
    font-size: 36px; }

.title-2 .title {
  font-size: 26px;
  color: #333;
  text-transform: uppercase; }
  .title-2 .title span {
    display: block;
    font-size: 20px; }
.title-2 .line-wrap {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  text-align: center; }
  .title-2 .line-wrap .line {
    margin-top: 15px;
    display: inline-block;
    width: 90px;
    height: 3px;
    background: #084c92;
    position: relative;
    top: -17px; }

.text-1 .listbox .list {
  padding: 0 10px 20px; }
  .text-1 .listbox .list a {
    text-decoration: none;
    display: block;
    background: #ecf1f6;
    border-radius: 15px;
    padding: 5px; }
    .text-1 .listbox .list a .title {
      line-height: 65px;
      height: 65px;
      overflow: hidden;
      font-size: 18px;
      font-weight: bold;
      color: #084c92;
      text-align: center; }
    .text-1 .listbox .list a .conbox {
      background: #fff;
      border-radius: 0 0 15px 15px;
      padding: 20px 15px 0;
      font-size: 13px;
      color: #666;
      text-align: center;
      min-height: 165px; }
      @media screen and (max-width: 990px) {
        .text-1 .listbox .list a .conbox {
          padding: 20px;
          min-height: auto; } }
      .text-1 .listbox .list a .conbox .con {
        line-height: 30px;
        overflow: hidden;
        height: 120px; }
        @media screen and (max-width: 990px) {
          .text-1 .listbox .list a .conbox .con {
            height: auto; } }

.text-2 {
  color: #666;
  font-size: 14px;
  line-height: 30px; }

.text-3 a {
  text-decoration: none;
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-family: "黑体";
  background: #084c92;
  transition: all .3s; }
  .text-3 a:hover {
    background: #031a31; }

.text-4 .tlist {
  margin-bottom: 15px; }
  .text-4 .tlist a {
    text-decoration: none;
    display: block;
    background: #f2f2f2;
    padding: 16px 0;
    overflow: hidden;
    transition: all .3s; }
    .text-4 .tlist a:hover {
      background: #084c92; }
      .text-4 .tlist a:hover .timebox {
        color: #fff; }
      .text-4 .tlist a:hover .conbox .title {
        color: #fff; }
      .text-4 .tlist a:hover .conbox .line {
        background: #fff; }
      .text-4 .tlist a:hover .conbox .con {
        color: #fff; }
      .text-4 .tlist a:hover .morebtn span {
        background: #fff;
        border-color: #fff; }
    .text-4 .tlist a .timebox {
      float: left;
      width: 120px;
      text-align: center;
      color: #999;
      font-family: "Arial";
      font-size: 18px; }
      .text-4 .tlist a .timebox span {
        display: block; }
        .text-4 .tlist a .timebox span:first-child {
          font-weight: bold;
          font-size: 30px; }
    .text-4 .tlist a .conbox {
      float: left;
      width: calc(100% - 180px); }
      @media screen and (max-width: 990px) {
        .text-4 .tlist a .conbox {
          width: calc(100% - 120px); } }
      .text-4 .tlist a .conbox .title {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        line-height: 20px;
        height: 20px;
        overflow: hidden; }
      .text-4 .tlist a .conbox .line {
        width: 20px;
        height: 4px;
        background: #084c92;
        margin: 10px 0; }
      .text-4 .tlist a .conbox .con {
        font-size: 14px;
        color: #666;
        line-height: 20px;
        height: 20px;
        overflow: hidden; }
    .text-4 .tlist a .morebtn {
      float: right;
      width: 60px;
      margin-top: 20px;
      text-align: center; }
      .text-4 .tlist a .morebtn span {
        display: inline-block;
        font-style: normal;
        width: 27px;
        height: 27px;
        line-height: 19px;
        border-radius: 50%;
        border: 3px solid #084c92;
        color: #084c92;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        transition: all .3s; }

.text-5 {
  height: 40px;
  line-height: 40px;
  background: #e9e9e9; }
  .text-5 .tp {
    overflow: hidden; }
    .text-5 .tp .title {
      display: inline-block;
      float: left;
      background: #084c92;
      padding: 0 15px;
      color: #fff;
      font-size: 20px; }
    .text-5 .tp .posit {
      font-size: 14px;
      color: #999;
      padding-right: 15px; }
      .text-5 .tp .posit a {
        display: inline-block;
        color: #999; }

.text-6 {
  font-size: 16px;
  line-height: 35px; }
  .text-6 img {
    max-width: 100%; }

.text-7 .tlist {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc; }
  .text-7 .tlist a {
    display: block;
    text-decoration: none;
    overflow: hidden; }
    .text-7 .tlist a:hover .picbox {
      opacity: .5; }
    .text-7 .tlist a:hover .conbox .morebtn {
      background: #031a31; }
    .text-7 .tlist a .picbox {
      width: 17%;
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
      @media screen and (max-width: 990px) {
        .text-7 .tlist a .picbox {
          width: 35%; } }
    .text-7 .tlist a .conbox {
      width: 81%; }
      @media screen and (max-width: 990px) {
        .text-7 .tlist a .conbox {
          width: 62%; } }
      .text-7 .tlist a .conbox .tit {
        margin-top: 10px;
        font-size: 1.6rem;
        line-height: 20px;
        height: 20px;
        overflow: hidden;
        color: #2b2b2b;
        font-weight: bold; }
      .text-7 .tlist a .conbox .con {
        margin-top: 10px;
        font-size: 1.2rem;
        color: #878787;
        line-height: 20px;
        height: 40px;
        overflow: hidden; }
      .text-7 .tlist a .conbox .morebtn {
        float: right;
        margin-top: 10px;
        width: 80px;
        height: 30px;
        border-radius: 3px;
        background: #084c92;
        color: #fff;
        font-size: 1.2rem;
        line-height: 30px;
        text-align: center;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }

.text-8 .picbox img {
  width: 100%; }
.text-8 .conbox .inputlist {
  margin-bottom: 15px; }
  .text-8 .conbox .inputlist label {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 10px; }
  .text-8 .conbox .inputlist .textbox1 {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    border: 1px solid #ddd; }
  .text-8 .conbox .inputlist .submitbtn {
    width: 50%;
    background: #ddd;
    color: #333;
    border: none;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    transition: all .3s; }
    .text-8 .conbox .inputlist .submitbtn:hover {
      color: #fff;
      background: #084c92; }

.picture-1 .plist {
  padding: 0 15px; }
  @media screen and (max-width: 990px) {
    .picture-1 .plist {
      padding: 0 10px 20px; } }
  .picture-1 .plist a {
    text-decoration: none;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, 0);
    position: relative;
    transition: all .3s; }
    .picture-1 .plist a:hover {
      border: 8px solid white;
      box-shadow: 0 0 10px #000; }
      .picture-1 .plist a:hover .picbox .showtxt {
        opacity: 1; }
    .picture-1 .plist a .picbox {
      position: relative;
      overflow: hidden; }
      .picture-1 .plist a .picbox .showtxt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(8, 76, 146, 0.5);
        color: #fff;
        padding-top: 35%;
        text-align: center;
        font-family: "黑体";
        opacity: 0;
        transition: all .3s; }
        .picture-1 .plist a .picbox .showtxt span {
          display: block;
          font-size: 14px; }
          .picture-1 .plist a .picbox .showtxt span:first-child {
            font-size: 18px;
            margin-bottom: 5px; }

.picture-2 a {
  text-decoration: none;
  display: block;
  background: #f2f2f2; }
  .picture-2 a:hover {
    background: #084c92; }
    .picture-2 a:hover .picbox .imgbox {
      transform: scale(1.2); }
    .picture-2 a:hover .conbox .title {
      color: #fff; }
    .picture-2 a:hover .conbox .con {
      color: #fff; }
    .picture-2 a:hover .conbox .timebox {
      color: #fff; }
      .picture-2 a:hover .conbox .timebox span:first-child {
        color: #fff; }
      .picture-2 a:hover .conbox .timebox span:nth-child(3) i {
        background: #fff;
        border-color: #fff; }
  .picture-2 a .picbox {
    overflow: hidden; }
    .picture-2 a .picbox .imgbox {
      overflow: hidden;
      transition: all .3s; }
      .picture-2 a .picbox .imgbox img {
        max-height: 100%;
        max-width: 100%; }
  .picture-2 a .conbox {
    padding: 20px 30px; }
    @media screen and (max-width: 990px) {
      .picture-2 a .conbox {
        padding: 20px; } }
    .picture-2 a .conbox .title {
      font-size: 16px;
      color: #333;
      line-height: 30px;
      height: 30px;
      overflow: hidden;
      transition: all .3s; }
    .picture-2 a .conbox .con {
      margin-top: 10px;
      font-size: 13px;
      color: #666;
      line-height: 25px;
      height: 50px;
      overflow: hidden;
      transition: all .3s; }
    .picture-2 a .conbox .timebox {
      margin-top: 10px;
      font-size: 13px;
      color: #666;
      overflow: hidden;
      line-height: 27px;
      transition: all .3s; }
      .picture-2 a .conbox .timebox span {
        display: inline-block;
        float: left; }
        .picture-2 a .conbox .timebox span:first-child {
          color: #084c92; }
        .picture-2 a .conbox .timebox span:nth-child(2) {
          border-left: 1px solid #ddd;
          padding-left: 15px;
          margin-left: 15px; }
        .picture-2 a .conbox .timebox span:nth-child(3) {
          float: right; }
          .picture-2 a .conbox .timebox span:nth-child(3) i {
            font-style: normal;
            display: inline-block;
            width: 27px;
            height: 27px;
            line-height: 19px;
            border-radius: 50%;
            border: 3px solid #084c92;
            color: #084c92;
            font-size: 18px;
            text-align: center;
            font-weight: bold;
            transition: all .3s; }

.picture-3 .plist {
  padding: 0 10px 20px; }
  .picture-3 .plist a {
    text-decoration: none;
    display: block;
    background: #f2f2f2;
    text-align: center;
    color: #666;
    font-size: 16px;
    padding: 10px 10px 0; }
    .picture-3 .plist a:hover .picbox .imgbox {
      transform: scale(1.2); }
    .picture-3 .plist a .picbox {
      overflow: hidden;
      border: 1px solid #ddd; }
      .picture-3 .plist a .picbox .imgbox {
        overflow: hidden;
        transition: all .3s; }
        .picture-3 .plist a .picbox .imgbox img {
          max-width: 100%;
          max-height: 100%; }
    .picture-3 .plist a .conbox {
      line-height: 45px;
      height: 45px;
      overflow: hidden; }

.searchbox-wrap {
  padding: 15px 10px;
  background: #eee; }
  .searchbox-wrap .sbox {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    overflow: hidden; }
    .searchbox-wrap .sbox .submitbtn {
      float: left;
      background: url(../images/search-icon1.png) no-repeat center center;
      width: 45px;
      height: 45px;
      border: none;
      border-right: 1px solid #ddd;
      outline: none; }
    .searchbox-wrap .sbox .textbox1 {
      float: left;
      border: none;
      height: 45px;
      width: calc(100% - 45px);
      outline: none;
      padding: 0 10px;
      font-size: 14px;
      color: #666; }

.product-details-con .picbox {
  margin-bottom: 20px;
  text-align: center; }
  .product-details-con .picbox img {
    border: 1px solid #ccc;
    max-width: 100%; }
.product-details-con .dcon .tit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2d2d2d;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px; }
.product-details-con .dcon .cn {
  font-size: 1.4rem;
  color: #636363;
  line-height: 30px; }

.news-details-con .biaoti {
  text-align: center;
  font-size: 2.4rem;
  color: #333;
  font-weight: bold; }
.news-details-con .timebox {
  margin: 10px 0;
  text-align: center;
  font-size: 1.4rem;
  color: #666; }
.news-details-con .conbox {
  font-size: 1.4rem;
  color: #666;
  line-height: 30px; }
.news-details-con .conbox img{
  max-width: 100% !important;
}
.header-wrap .header {
  height: 105px; }
  @media screen and (max-width: 990px) {
    .header-wrap .header {
      height: 12.1212121212vw; } }
  .header-wrap .header .logo {
    line-height: 105px; }
    @media screen and (max-width: 990px) {
      .header-wrap .header .logo {
        line-height: 12.1212121212vw; } }
    .header-wrap .header .logo img {
      max-width: 100%; }
      @media screen and (max-width: 990px) {
        .header-wrap .header .logo img {
          max-width: 60%; } }
  .header-wrap .header .searchbox {
    float: left;
    margin-top: 25px;
    border: 1px solid #ddd;
    padding: 5px;
    width: 240px;
    overflow: hidden;
    margin-right: 5%; }
    .header-wrap .header .searchbox .submitbtn {
      float: left;
      background: url(../images/search-icon1.png) no-repeat center center;
      width: 45px;
      height: 45px;
      border: none;
      border-right: 1px solid #ddd;
      outline: none; }
    .header-wrap .header .searchbox .textbox1 {
      float: left;
      border: none;
      height: 45px;
      width: calc(100% - 45px);
      outline: none;
      padding: 0 10px;
      font-size: 14px;
      color: #666; }
  .header-wrap .header .phonetxt {
    float: left;
    margin-top: 30px;
    overflow: hidden; }
    .header-wrap .header .phonetxt .icon {
      float: left; }
    .header-wrap .header .phonetxt .ptxt {
      float: left;
      font-size: 13px;
      color: #666;
      margin-left: 15px; }
      .header-wrap .header .phonetxt .ptxt span {
        display: block; }
        .header-wrap .header .phonetxt .ptxt span:nth-child(2) {
          font-family: "Impact";
          font-size: 24px; }
  .header-wrap .header .header-ewm {
    float: right;
    margin-top: 10px; }
    .header-wrap .header .header-ewm img {
      width: 85px; }
  @media screen and (max-width: 990px) {
    .header-wrap .header .menu {
      line-height: 12.1212121212vw;
      float: right; } }
  .header-wrap .header .menulist {
    display: none;
    font-size: 20px;
    font-size: 2.0202020202vw;
    position: absolute;
    top: 12.1212121212vw;
    right: -2.0202020202vw;
    width: 20.202020202vw;
    background: #004990;
    text-align: center;
    z-index: 10; }
    .header-wrap .header .menulist a {
      display: block;
      line-height: 4.5454545455vw;
      color: #fff; }

.nav-wrap {
  height: 40px;
  line-height: 40px;
  background: #084c92; }
  .nav-wrap .nav-ul .navlist {
    float: left;
    width: 12.5%;
    text-align: center;
    position: relative;
    height: 40px;
    z-index: 5; }
    .nav-wrap .nav-ul .navlist:last-child::before {
      background: none; }
    .nav-wrap .nav-ul .navlist::before {
      content: '';
      background: url(../images/navline.png) no-repeat right top;
      height: 23px;
      width: 2px;
      position: absolute;
      right: 0;
      top: 25%; }
    .nav-wrap .nav-ul .navlist .listh1 {
      display: block;
      color: #fff;
      font-size: 14px;
      text-decoration: none; }
      .nav-wrap .nav-ul .navlist .listh1:hover, .nav-wrap .nav-ul .navlist .listh1.on {
        background: rgba(255, 255, 255, 0.84);
        color: #ff1013; }
    .nav-wrap .nav-ul .navlist .list2-ul {
      position: absolute;
      top: 40px;
      left: 0;
      display: none;
      background: #fff;
      width: 100%; }
      .nav-wrap .nav-ul .navlist .list2-ul .list {
        line-height: 35px;
        position: relative;
        background: #084c92; }
        .nav-wrap .nav-ul .navlist .list2-ul .list a {
          display: block;
          text-decoration: none;
          color: #fff;
          font-size: 14px; }
          .nav-wrap .nav-ul .navlist .list2-ul .list a:hover, .nav-wrap .nav-ul .navlist .list2-ul .list a.on {
            background: #08263b; }
        .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul {
          display: none;
          width: 150px;
          background: rgba(0, 0, 0, 0.5);
          position: absolute;
          left: 100%;
          top: 0; }
          .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul list2 a {
            color: #000;
            font-size: 12px; }

.banner-wrap {
  position: relative; }
  .banner-wrap .banner-carousel {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto; }
    .banner-wrap .banner-carousel .item {
      display: block; }
    .banner-wrap .banner-carousel img {
      display: block;
      width: 100%; }
  .banner-wrap .owl-theme .owl-controls {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center; }
    .banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
      opacity: 1;
      background: #fff;
      border-radius: 0;
      width: 10px;
      height: 10px; }
    .banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
      background: #00a5e1; }
    .banner-wrap .owl-theme .owl-controls .owl-page.active span {
      background: #00a5e1; }
  .banner-wrap .wbanner-carousel img {
    width: 100%; }

.content-wrap .contentbox {
  margin-bottom: 60px; }
.content-wrap .w-ltside .mb {
  margin-bottom: 20px; }
  .content-wrap .w-ltside .mb .tit-show .title {
    display: block;
    height: 45px;
    line-height: 45px;
    background: #24a5ff;
    background-size: cover;
    overflow: hidden;
    font-family: '微软雅黑';
    font-size: 16px;
    color: #fff;
    text-indent: 1em;
    cursor: pointer; }
    .content-wrap .w-ltside .mb .tit-show .title .arrow {
      float: right;
      margin-right: 15px; }
    .content-wrap .w-ltside .mb .tit-show .title .icon {
      margin-right: 10px; }
.content-wrap .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%; }
  .content-wrap .w-ltside .show-hide .div2 {
    display: block;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    background: #eee;
    color: #707070;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #fff; }
    .content-wrap .w-ltside .show-hide .div2 a {
      display: block;
      color: #707070;
      text-decoration: none; }
    .content-wrap .w-ltside .show-hide .div2:hover a {
      background: #24a5ff;
      color: #fff; }
  .content-wrap .w-ltside .show-hide .div3 {
    display: none; }
    .content-wrap .w-ltside .show-hide .div3 ul {
      margin: 0;
      padding: 0; }
      .content-wrap .w-ltside .show-hide .div3 ul li {
        display: block;
        height: 34px;
        line-height: 34px;
        list-style: none;
        text-align: center;
        background: #fff;
        overflow: hidden;
        border-bottom: 1px solid #eee; }
        .content-wrap .w-ltside .show-hide .div3 ul li a {
          text-decoration: none;
          display: block;
          overflow: hidden;
          color: #666; }
          .content-wrap .w-ltside .show-hide .div3 ul li a:hover {
            color: #24a5ff; }
.content-wrap .ltside {
  padding-right: 20px; }
  .content-wrap .ltside .linkbox .title-arrow {
    background: #24a5ff;
    color: #fff;
    text-align: center;
    height: 90px;
    line-height: 90px;
    font-size: 30px;
    font-weight: bold; }
  .content-wrap .ltside .linkbox .link-wrap {
    margin-top: 5px; }
    .content-wrap .ltside .linkbox .link-wrap .lbox {
      margin-bottom: 3px; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list {
        background: #e9e9e9;
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: left;
        font-size: 16px;
        text-decoration: none;
        color: #666;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden;
        position: relative;
        z-index: 10; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list:hover {
          background: #24a5ff;
          color: #fff; }
          .content-wrap .ltside .linkbox .link-wrap .lbox .list:hover .arrow img {
            filter: brightness(100);
            -webkit-filter: brightness(100); }
          .content-wrap .ltside .linkbox .link-wrap .lbox .list:hover .tit span {
            color: #fff; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list.on1 {
          background: #24a5ff;
          color: #fff; }
          .content-wrap .ltside .linkbox .link-wrap .lbox .list.on1 .tit span {
            color: #fff; }
          .content-wrap .ltside .linkbox .link-wrap .lbox .list.on1 .arrow img {
            filter: brightness(100);
            -webkit-filter: brightness(100); }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list .tit {
          width: 80%; }
          .content-wrap .ltside .linkbox .link-wrap .lbox .list .tit span {
            display: block;
            font-size: 1.2rem;
            color: #787878;
            text-transform: uppercase;
            font-family: "Aparajita"; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list2 {
        display: none; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul {
          background: #ededed;
          padding: 5px 10px 0; }
          .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li {
            border-bottom: 1px dashed #ccc; }
            .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a {
              padding-left: 20px;
              display: block;
              height: 50px;
              text-align: left;
              color: #696969;
              line-height: 50px;
              font-size: 1.4rem;
              text-decoration: none;
              overflow: hidden; }
              .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a:hover {
                color: #2082fd; }
              .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a i {
                font-style: normal;
                float: left;
                width: 10%; }
              .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a span {
                float: left;
                width: 80%; }
  .content-wrap .ltside .contactbox {
    margin-top: 20px; }
    .content-wrap .ltside .contactbox .title-arrow {
      background: #24a5ff;
      color: #fff;
      text-align: center;
      height: 90px;
      line-height: 90px;
      font-size: 30px;
      font-weight: bold; }
    .content-wrap .ltside .contactbox .cbox {
      background: #e9e9e9;
      color: #333;
      padding: 10px 15px;
      line-height: 30px;
      font-size: 14px;
      font-family: "黑体"; }

@media screen and (max-width: 990px) {
  .footer-wrap {
    margin-bottom: 75px; } }
.footer-wrap .footer .f1box {
  background: url(../images/footer-bg1.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 45px 0;
  overflow: hidden;
  font-size: 13px; }
  .footer-wrap .footer .f1box .icon {
    float: left;
    margin-right: 35px; }
    @media screen and (max-width: 990px) {
      .footer-wrap .footer .f1box .icon {
        width: 50px;
        margin-right: 0; } }
    @media screen and (max-width: 990px) {
      .footer-wrap .footer .f1box .icon img {
        width: 40px; } }
  .footer-wrap .footer .f1box .text {
    float: left; }
    @media screen and (max-width: 990px) {
      .footer-wrap .footer .f1box .text {
        width: calc(100% - 50px); } }
    .footer-wrap .footer .f1box .text span {
      display: block; }
      .footer-wrap .footer .f1box .text span:nth-child(1) {
        font-size: 36px;
        margin-bottom: 5px; }
        @media screen and (max-width: 990px) {
          .footer-wrap .footer .f1box .text span:nth-child(1) {
            font-size: 16px; } }
.footer-wrap .footer .f2box {
  padding: 30px 0; }
  .footer-wrap .footer .f2box .title {
    font-size: 24px;
    color: #333;
    line-height: 35px;
    text-align: center;
    margin-bottom: 20px; }
  .footer-wrap .footer .f2box .listbox {
    font-size: 13px;
    color: #666;
    line-height: 25px; }
    .footer-wrap .footer .f2box .listbox .list {
      margin-bottom: 15px; }
  .footer-wrap .footer .f2box .mappic {
    padding-right: 20px; }
    @media screen and (max-width: 990px) {
      .footer-wrap .footer .f2box .mappic {
        padding: 0; } }
    .footer-wrap .footer .f2box .mappic img {
      width: 100%; }
  .footer-wrap .footer .f2box .mbox .inputlist {
    margin-bottom: 5px; }
    .footer-wrap .footer .f2box .mbox .inputlist .textbox1 {
      height: 35px;
      width: 100%;
      border: none;
      background: #f2f2f2;
      padding: 10px;
      font-size: 13px;
      color: #666;
      outline: none; }
    .footer-wrap .footer .f2box .mbox .inputlist .submitbtn {
      height: 35px;
      width: 100%;
      border: none;
      background: #084c92;
      color: #fff;
      font-size: 13px;
      outline: none;
      transition: all .3s; }
      .footer-wrap .footer .f2box .mbox .inputlist .submitbtn:hover {
        background: #031a31; }
.footer-wrap .footer .f3box {
  background: #084c92;
  padding: 15px 0;
  color: #fff;
  font-size: 14px; }

.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #292929;
  z-index: 999; }
  .hot-wrap .list {
    height: 75px;
    width: 25%;
    float: left;
    display: block; }
    .hot-wrap .list:hover {
      background: #191919; }
    .hot-wrap .list a {
      text-decoration: none;
      display: block;
      text-align: center; }
      .hot-wrap .list a i {
        display: block;
        padding-bottom: .2em;
        padding-top: .5em; }
      .hot-wrap .list a span {
        font-size: 1rem;
        color: #fff; }

/*# sourceMappingURL=style.css.map */
