@charset "UTF-8";
/* 绝对居中 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body, html {
  font-family: "微软雅黑";
  color: #666;
  font-size: 14px;
  margin: 0 auto; }

/*-----------------------公共类-------------------------*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

table {
  border-collapse: collapse; }

.fl {
  float: left; }

.fr {
  float: right; }

p {
  margin-bottom: 0; }

ul {
  list-style: none;
  margin-bottom: 0; }

select, input {
  vertical-align: middle; }

input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: 'Microsoft YaHei','PingFang SC','Helvetica Neue',Helvetica,'Hiragino Sans GB',STHeitiSC-Light,Arial,sans-serif; }

input[type=submit] {
  -webkit-appearance: none;
  outline: none; }

img {
  border: 0; }

/**ie兼容*/
a {
  color: #666;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

a:active {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

textarea {
  resize: none; }

/*防止拖动*/
s, i, em {
  font-style: normal;
  text-decoration: none; }

.wrap {
  width: 100%;
  height: 100%; }

.container {
  padding: 0; }

.index-content {
  width: 100%; }

/******************通用样式结束*****************/
/*
*
*首页
*
*/
/* ========== banner ========== */
@-webkit-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }
@-moz-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }
@-o-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }
@-ms-keyframes scale_b {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); } }
@-webkit-keyframes more_b {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); } }
@-moz-keyframes more_b {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); } }
@-o-keyframes more_b {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); } }
@-ms-keyframes more_b {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); } }
@-webkit-keyframes icon_b {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  50% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }
@-moz-keyframes icon_b {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  50% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }
@-o-keyframes icon_b {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  50% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }
@-ms-keyframes icon_b {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  50% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }
.banner {
  width: 100%; }
  .banner .swiper-container {
    width: 100%;
    position: relative; }
    .banner .swiper-container .swiper-slide {
      position: relative;
      overflow: hidden; }
      .banner .swiper-container .swiper-slide .banner_txt {
        position: absolute;
        left: 0;
        top: 30%;
        padding: 5% 10%; }
        .banner .swiper-container .swiper-slide .banner_txt .banner_txt_a {
          font-size: 45px;
          color: #fff;
          letter-spacing: 2px;
          margin-bottom: 1%; }
    .banner .swiper-container .pagination {
      position: absolute;
      width: 100%;
      z-index: 20;
      bottom: 36px;
      right: 7%;
      text-align: right; }
    .banner .swiper-container .swiper-pagination-switch {
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background: #c1c1c1;
      margin: 0 15px;
      border: 1px solid #c1c1c1;
      cursor: pointer; }
    .banner .swiper-container .swiper-active-switch {
      background: #fff;
      border: 1px solid #fff; }
  .banner img {
    width: 100%;
    animation: scale_b 25s linear infinite alternate;
    position: relative;
    z-index: -1; }

/* ========== banner ========== */
/*通用底部 start*/
.foot {
  width: 100%;
  margin: 0 auto;
  margin-top: 90px; }
  .foot .foot_box {
    max-width: 1100px;
    margin: 0 auto;
    border-top: 1px solid #f0f0f0; }
    .foot .foot_box .foot_contact {
      width: 100%;
      padding-bottom: 6%;
      border-bottom: 1px solid #f5f5f5; }
      .foot .foot_box .foot_contact .foot_contact_a {
        color: #323232;
        font-size: 18px;
        margin-bottom: 30px; }
      .foot .foot_box .foot_contact .foot_contact_b div {
        padding: 0;
        padding-right: 5%; }
      .foot .foot_box .foot_contact .foot_contact_b input::-webkit-input-placeholder, .foot .foot_box .foot_contact .foot_contact_b textarea::-webkit-input-placeholder {
        　color: #bfbfbf; }
      .foot .foot_box .foot_contact .foot_contact_b 　　input:-moz-placeholder, .foot .foot_box .foot_contact .foot_contact_b textarea:-moz-placeholder {
        　　color: #bfbfbf; }
      .foot .foot_box .foot_contact .foot_contact_b 　　input::-moz-placeholder, .foot .foot_box .foot_contact .foot_contact_b textarea::-moz-placeholder {
        　　color: #bfbfbf; }
      .foot .foot_box .foot_contact .foot_contact_b 　　input:-ms-input-placeholder, .foot .foot_box .foot_contact .foot_contact_b textarea:-ms-input-placeholder {
        　　color: #bfbfbf; }
      .foot .foot_box .foot_contact .foot_contact_b .foot_contact_b1 input {
        width: 100%;
        height: 45px;
        line-height: 45px;
        padding-left: 10px;
        border: 1px solid #dddddd; }
      .foot .foot_box .foot_contact .foot_contact_b .foot_contact_b2 input {
        width: 100%;
        height: 45px;
        line-height: 45px;
        padding-left: 10px;
        border: 1px solid #dddddd; }
      .foot .foot_box .foot_contact .foot_contact_b .foot_contact_b3 {
        padding-right: 0; }
        .foot .foot_box .foot_contact .foot_contact_b .foot_contact_b3 input {
          font-size: 18px;
          letter-spacing: 3px;
          width: 100%;
          height: 45px;
          line-height: 45px;
          color: #fff;
          background: #003677;
          border: 1px solid #003677;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .foot .foot_box .foot_contact .foot_contact_b .foot_contact_b3 input:hover {
            background: #666;
            border: 1px solid #666;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
    .foot .foot_box .foot_c {
      width: 100%; }
      .foot .foot_box .foot_c .foot_list {
        width: 75%;
        margin-top: 30px; }
        .foot .foot_box .foot_c .foot_list ul li {
          float: left; }
          .foot .foot_box .foot_c .foot_list ul li .foot_list_a a {
            display: inline-block;
            font-size: 18px;
            color: #4c4c4c;
            margin-bottom: 20px; }
            .foot .foot_box .foot_c .foot_list ul li .foot_list_a a:hover {
              color: #003677; }
          .foot .foot_box .foot_c .foot_list ul li .foot_list_b a {
            font-size: 14px;
            color: #999;
            display: inline-block;
            line-height: 25px; }
            .foot .foot_box .foot_c .foot_list ul li .foot_list_b a:hover {
              color: #003677; }
      .foot .foot_box .foot_c .foot_phone {
        text-align: center;
        padding-top: 75px;
        width: 25%; }
        .foot .foot_box .foot_c .foot_phone .foot_code {
          margin-bottom: 10px; }

.foot_bt {
  width: 100%;
  background: #003677;
  margin-top: 20px; }
  .foot_bt .foot_bt_box {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0; }
    .foot_bt .foot_bt_box .foot_bt_b {
      color: #fff;
      font-size: 14px;
      line-height: 24px; }

.foot_two .foot_box {
  border-top: 0; }

/*通用底部 end*/
.header_zt {
  display: none; }

.search_zt {
  width: 100%;
  margin: 0 auto;
  padding: 15px 10%; }
  .search_zt .search_box {
    width: 100%;
    position: relative; }
    .search_zt .search_box input {
      background: transparent;
      width: 100%;
      border: none;
      border: 1px solid #fff;
      height: 25px;
      line-height: 25px;
      border-radius: 25px;
      padding-left: 8px;
      color: #fff; }
    .search_zt .search_box img {
      height: 16px;
      position: absolute;
      top: 4px;
      right: 10px; }

.responsive_height {
  display: none; }

.header_zt {
  display: none;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  height: 45px;
  position: fixed;
  top: 40px;
  z-index: 1111111;
  width: 100%; }

.header_zt .header_box {
  width: 95%;
  margin: 0 auto;
  position: relative;
  height: 45px; }

.header_zt .header_box .xiala {
  position: absolute;
  top: 15px;
  left: 0;
  bottom: 0;
  margin: auto; }

.header_zt .header_box .xiala span {
  display: block;
  width: 25px;
  height: 3px;
  background: #003677;
  margin-bottom: 4px; }

.header_zt .header_box .logo {
  display: block;
  height: 45px;
  line-height: 45px;
  width: 100%; }

.header_zt .header_box .logo img {
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.header_zt .header_box .login {
  position: absolute;
  top: 13px;
  right: 0; }

.header_zt .header_box .login img {
  width: 60%; }

.header_zt .xiala .h_s1 {
  transform: rotate(0deg) translate(0, 0);
  -webkit-transform: rotate(0deg) translate(0, 0);
  -o-transform: rotate(0deg) translate(0, 0);
  -moz-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s; }

.header_zt .xiala .h_s2 {
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s; }

.header_zt .xiala .h_s3 {
  transform: rotate(0deg) translate(0, 0);
  transition: all 0.3s; }

.header_zt .xiala.on1 .h_s1 {
  transform: rotate(45deg) translate(8px, 4px);
  -webkit-transform: rotate(45deg) translate(8px, 4px);
  -o-transform: rotate(45deg) translate(8px, 4px);
  -moz-transform: rotate(45deg) translate(8px, 4px);
  -ms-transform: rotate(45deg) translate(8px, 4px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s; }

.header_zt .xiala.on1 .h_s2 {
  opacity: 0;
  transition: all 0.3s; }

.header_zt .xiala.on1 .h_s3 {
  transform: rotate(-45deg) translate(6px, -2px);
  -webkit-transform: rotate(-45deg) translate(6px, -2px);
  -o-transform: rotate(-45deg) translate(6px, -2px);
  -moz-transform: rotate(-45deg) translate(6px, -2px);
  -ms-transform: rotate(-45deg) translate(6px, -2px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s; }

/******_zt**下拉********/
.header_zt .xiala_on {
  padding-top: 5%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding-bottom: 80px;
  position: fixed;
  top: 85px;
  width: 100%;
  z-index: 111111111111; }

.header_zt .xiala_on ul li {
  width: 90%;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
  height: 40px;
  position: relative; }

.header_zt .xiala_on ul li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 1px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: ReturnToNormal;
  animation-name: ReturnToNormal; }

.header_zt .xiala_on ul li a {
  color: #ffffff;
  font-size: 1.1em; }

@-webkit-keyframes ReturnToNormal {
  0% {
    -webkit-transform: scale(0.1, 1);
    -ms-transform: scale(0.1, 1);
    transform: scale(0.1, 1); }
  100% {
    -webkit-transform: scaleX(1.1);
    -ms-transform: scale(1.1);
    transform: scaleX(1.1); } }
@keyframes ReturnToNormal {
  0% {
    -webkit-transform: scale(0.1, 1);
    -ms-transform: scale(0.1, 1);
    transform: scale(0.1, 1); }
  100% {
    -webkit-transform: scaleX(1.1);
    -ms-transform: scale(1.1);
    transform: scaleX(1.1); } }
/*

  首页

*/
.rw_banner {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .rw_banner .rw_banner_a img {
    width: 100%;
    animation: scale_b 25s linear infinite alternate;
    position: relative;
    z-index: -1; }

.style_nav {
  width: 100%;
  margin: 0 auto; }
  .style_nav .style_nav_box {
    max-width: 1100px;
    margin: 0 auto; }
    .style_nav .style_nav_box .style_nav_hd {
      padding: 1% 0; }
      .style_nav .style_nav_box .style_nav_hd a:hover {
        color: #003677; }
    .style_nav .style_nav_box .style_nav_main {
      width: 100%;
      border-bottom: 1px solid #dcdcdd;
      padding: 20px 0; }
      .style_nav .style_nav_box .style_nav_main ul li {
        float: left; }
        .style_nav .style_nav_box .style_nav_main ul li a {
          display: block;
          padding: 0 30px;
          font-size: 18px; }
          .style_nav .style_nav_box .style_nav_main ul li a:hover {
            color: #003677; }
          .style_nav .style_nav_box .style_nav_main ul li a.style_nav_active {
            color: #003677; }

.culture {
  width: 100%;
  margin: 0 auto; }
  .culture .culture_box {
    max-width: 1100px;
    margin: 0 auto; }
    .culture .culture_box .culture_hd {
      letter-spacing: 2px;
      text-align: center;
      font-size: 36px;
      color: #4c4c4c;
      margin: 5% 0; }
    .culture .culture_box .culture_list {
      width: 100%;
      margin: 0 auto; }
      .culture .culture_box .culture_list ul li {
        text-align: center;
        padding: 3% 5%; }
        .culture .culture_box .culture_list ul li a {
          display: block; }
        .culture .culture_box .culture_list ul li .culture_list_a {
          border-radius: 100% 100%;
          overflow: hidden;
          position: relative;
          margin-bottom: 5%;
          overflow: hidden; }
          .culture .culture_box .culture_list ul li .culture_list_a:hover div {
            -webkit-transform: translate(-50%, -50%) scale(1);
            -moz-transform: translate(-50%, -50%) scale(1);
            -ms-transform: translate(-50%, -50%) scale(1);
            -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
          .culture .culture_box .culture_list ul li .culture_list_a img {
            width: 100%; }
          .culture .culture_box .culture_list ul li .culture_list_a div {
            text-align: center;
            font-size: 16px;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) scale(0);
            -moz-transform: translate(-50%, -50%) scale(0);
            -ms-transform: translate(-50%, -50%) scale(0);
            -o-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
            z-index: 999;
            background: rgba(0, 0, 0, 0.5);
            width: 100%;
            height: 100%;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            border-radius: 100%; }
            .culture .culture_box .culture_list ul li .culture_list_a div span {
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              z-index: 999;
              display: inline-block;
              width: 90%; }
        .culture .culture_box .culture_list ul li .culture_list_b {
          color: #666666;
          font-size: 24px;
          letter-spacing: 2px; }

.introduce {
  margin-top: 5%;
  width: 100%;
  background: url("../images/index_jieshao.jpg") no-repeat center center;
  height: 500px;
  background-size: 100% 100%;
  padding-top: 9.5%;
  position: relative; }
  .introduce .introduce_box {
    width: 862px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); }
    .introduce .introduce_box .introduce_lt {
      width: 35%; }
      .introduce .introduce_box .introduce_lt img {
        width: 100%; }
    .introduce .introduce_box .introduce_rt {
      width: 65%;
      padding: 4%; }
      .introduce .introduce_box .introduce_rt .introduce_rt_a {
        color: #fff;
        font-size: 20px;
        margin-bottom: 10px;
        letter-spacing: 2px; }
      .introduce .introduce_box .introduce_rt .introduce_rt_b {
        color: #fff;
        font-size: 14px;
        line-height: 24px; }
      .introduce .introduce_box .introduce_rt .introduce_rt_c {
        margin-top: 4%; }
        .introduce .introduce_box .introduce_rt .introduce_rt_c a {
          display: inline-block;
          padding: 5px 20px;
          color: #fff;
          border: 1px solid #fff; }
          .introduce .introduce_box .introduce_rt .introduce_rt_c a:hover {
            color: #fff;
            background: #003677;
            border: 1px solid #003677; }

.index_news {
  width: 100%;
  margin: 0 auto; }
  .index_news .index_news_hd {
    letter-spacing: 2px;
    text-align: center;
    font-size: 36px;
    color: #4c4c4c;
    margin: 5% 0; }
  .index_news .index_news_box {
    max-width: 1100px;
    margin: 0 auto; }
    .index_news .index_news_box .index_news_lt {
      width: 47%;
      display: none;
      position: relative; }
      .index_news .index_news_box .index_news_lt img {
        width: 100%;
        box-shadow: 0 5px 25px #ccc;
        -webkit-box-shadow: 0 5px 25px #ccc;
        -o-box-shadow: 0 5px 25px #ccc;
        -moz-box-shadow: 0 5px 25px #ccc;
        -ms-box-shadow: 0 5px 25px #ccc; }
      .index_news .index_news_box .index_news_lt .index_news_title {
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #fff;
        padding: 0 10px;
        font-size: 18px;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        z-index: 999;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .index_news .index_news_box .index_news_rt {
      box-shadow: 0 5px 25px #ccc;
      -webkit-box-shadow: 0 5px 25px #ccc;
      -o-box-shadow: 0 5px 25px #ccc;
      -moz-box-shadow: 0 5px 25px #ccc;
      -ms-box-shadow: 0 5px 25px #ccc;
      width: 50%;
      padding: 2.5% 4%; }
      .index_news .index_news_box .index_news_rt .index_news_rt_list div {
        float: left;
        margin-right: 20px;
        cursor: pointer; }
        .index_news .index_news_box .index_news_rt .index_news_rt_list div.index_news_active span {
          background: #003677;
          color: #fff; }
        .index_news .index_news_box .index_news_rt .index_news_rt_list div.index_news_active .show1 {
          display: block; }
        .index_news .index_news_box .index_news_rt .index_news_rt_list div:hover span {
          background: #003677;
          color: #fff; }
        .index_news .index_news_box .index_news_rt .index_news_rt_list div:hover .show1 {
          display: block; }
        .index_news .index_news_box .index_news_rt .index_news_rt_list div span {
          display: inline-block;
          padding: 10px 20px;
          color: #4c4c4c;
          font-size: 16px;
          letter-spacing: 2px; }
        .index_news .index_news_box .index_news_rt .index_news_rt_list div .show1 {
          display: none;
          margin: 0 auto; }
      .index_news .index_news_box .index_news_rt .index_news_rt_main {
        display: none; }
        .index_news .index_news_box .index_news_rt .index_news_rt_main ul li {
          margin: 8px 0; }
          .index_news .index_news_box .index_news_rt .index_news_rt_main ul li:hover .index_news_rt_a {
            color: #003677; }
          .index_news .index_news_box .index_news_rt .index_news_rt_main ul li:hover .index_news_rt_d {
            color: #003677; }
          .index_news .index_news_box .index_news_rt .index_news_rt_main ul li a {
            display: block; }
          .index_news .index_news_box .index_news_rt .index_news_rt_main ul li.index_news_rt_one {
            border-bottom: 1px dashed #999999;
            padding-bottom: 20px;
            letter-spacing: 2px;
            margin-bottom: 20px; }
            .index_news .index_news_box .index_news_rt .index_news_rt_main ul li.index_news_rt_one .index_news_rt_a {
              font-size: 20px;
              color: #333;
              padding: 10px 0; }
            .index_news .index_news_box .index_news_rt .index_news_rt_main ul li.index_news_rt_one .index_news_rt_b {
              font-size: 14px;
              color: #666666;
              line-height: 24px; }
          .index_news .index_news_box .index_news_rt .index_news_rt_main ul li .index_news_rt_d {
            line-height: 30px;
            font-size: 16px;
            color: #4c4c4c;
            letter-spacing: 2px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }

/*

  公司新闻

*/
.news {
  width: 100%;
  margin: 0 auto; }
  .news .news_box {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 4%; }
    .news .news_box ul li {
      box-shadow: 0 2px 20px #eaeaea;
      -webkit-box-shadow: 0 2px 20px #eaeaea;
      -o-box-shadow: 0 2px 20px #eaeaea;
      -moz-box-shadow: 0 2px 20px #eaeaea;
      -ms-box-shadow: 0 2px 20px #eaeaea;
      padding: 4% 2%;
      margin-bottom: 5%; }
      .news .news_box ul li:hover .news_rt .news_rt_a {
        color: #003677; }
      .news .news_box ul li a {
        display: block; }
      .news .news_box ul li .news_lt {
        width: 30%;
        overflow: hidden; }
        .news .news_box ul li .news_lt img {
          width: 100%;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .news .news_box ul li .news_lt img:hover {
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
      .news .news_box ul li .news_rt {
        width: 65%; }
        .news .news_box ul li .news_rt .news_rt_a {
          color: #333333;
          font-size: 24px; }
        .news .news_box ul li .news_rt .news_rt_b {
          color: #666666;
          font-size: 18px;
          line-height: 34px;
          margin: 5% 0; }
        .news .news_box ul li .news_rt .news_rt_c {
          font-size: 16px; }

.page {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  margin-top: 5%; }
  .page .page_box {
    display: inline-block;
    width: 100%; }
    .page .page_box .pagination > .active > span {
      background: #003677;
      border-color: #003677; }
    .page .page_box .pagination > li > a, .page .page_box .pagination > li > span {
      color: #fff;
      background: #979797;
      margin: 0 5px; }
      .page .page_box .pagination > li > a:hover, .page .page_box .pagination > li > span:hover {
        background: #003677;
        border-color: #003677; }

.page_zt {
  width: 100%;
  padding: 4%;
  display: none; }
  .page_zt a {
    display: inline-block;
    width: 65px;
    height: 35px;
    line-height: 35px;
    background: #666;
    color: #fff;
    text-align: center;
    font-size: 12px; }

/*

  产品服务

*/
.service {
  width: 100%;
  margin: 0 auto;
  background: #f5f5f5; }
  .service .service_box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 6% 0; }
    .service .service_box ul li {
      background: #fff;
      padding: 4% 3%;
      margin-bottom: 4%; }
      .service .service_box ul li:hover {
        box-shadow: 0 2px 20px #eaeaea;
        -webkit-box-shadow: 0 2px 20px #eaeaea;
        -o-box-shadow: 0 2px 20px #eaeaea;
        -moz-box-shadow: 0 2px 20px #eaeaea;
        -ms-box-shadow: 0 2px 20px #eaeaea;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .service .service_box ul li a {
        display: block; }
      .service .service_box ul li .service_a {
        color: #333333;
        letter-spacing: 2px;
        font-size: 36px; }
      .service .service_box ul li .service_b {
        width: 100%;
        font-size: 18px;
        line-height: 30px;
        margin-top: 3%; }
        .service .service_box ul li .service_b span {
          float: left;
          width: 20%;
          text-align: right; }
        .service .service_box ul li .service_b i {
          float: left;
          width: 80%; }
          .service .service_box ul li .service_b i.service_b_i {
            color: #003677;
            font-size: 24px; }

/*

  品质保障-科研团队

*/
.research {
  width: 100%;
  margin: 0 auto; }
  .research .research_box {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 6%; }
    .research .research_box .research_a {
      width: 100%; }
      .research .research_box .research_a .research_lt {
        width: 50%;
        padding: 4% 2%;
        color: #333333;
        font-size: 18px;
        line-height: 36px; }
      .research .research_box .research_a .research_rt {
        width: 50%; }
        .research .research_box .research_a .research_rt .swiper-container {
          position: relative; }
        .research .research_box .research_a .research_rt .swiper-slide img {
          width: 100%; }
        .research .research_box .research_a .research_rt .pagination {
          position: absolute;
          z-index: 20;
          bottom: 0;
          width: 100%;
          text-align: right;
          padding-right: 4%; }
        .research .research_box .research_a .research_rt .swiper-pagination-switch {
          display: inline-block;
          width: 15px;
          height: 15px;
          border-radius: 15px;
          background: #fff;
          margin: 0 8px;
          border: 1px solid #fff;
          cursor: pointer; }
        .research .research_box .research_a .research_rt .swiper-active-switch {
          background: #003677;
          border: 1px solid #003677; }

/*

  品质保障-质量保障

*/
.quality {
  width: 100%;
  margin: 0 auto; }
  .quality .quality_box {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 5%; }
    .quality .quality_box ul li {
      margin-bottom: 5%; }
      .quality .quality_box ul li .quality_a {
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .quality .quality_box ul li .quality_a:hover .quality_a_zc {
          top: 0;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .quality .quality_box ul li .quality_a img {
          width: 100%; }
        .quality .quality_box ul li .quality_a .quality_a_zc {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          position: absolute;
          background: rgba(0, 54, 119, 0.6);
          color: #fff;
          padding: 3%;
          top: 100%;
          width: 100%;
          height: 100%;
          line-height: 30px; }
      .quality .quality_box ul li .quality_b {
        margin-top: 20px;
        text-align: center;
        color: #4c4c4c;
        font-size: 18px; }

/*

  威特概况- 领导关怀

*/
.solicitude {
  width: 100%;
  margin: 0 auto; }
  .solicitude .solicitude_box {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 6%; }
    .solicitude .solicitude_box ul li {
      padding-bottom: 3%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .solicitude .solicitude_box ul li:hover {
        box-shadow: 0 5px 25px #ededed;
        -webkit-box-shadow: 0 5px 25px #ededed;
        -o-box-shadow: 0 5px 25px #ededed;
        -moz-box-shadow: 0 5px 25px #ededed;
        -ms-box-shadow: 0 5px 25px #ededed;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .solicitude .solicitude_box ul li:hover .solicitude_a {
          border: 0; }
      .solicitude .solicitude_box ul li .solicitude_a {
        padding: 3%;
        border: 1px solid #efefef; }
        .solicitude .solicitude_box ul li .solicitude_a img {
          width: 100%; }
      .solicitude .solicitude_box ul li .solicitude_b {
        color: #4c4c4c;
        font-size: 24px;
        text-align: center;
        margin-top: 20px; }

/*

 员工活动

*/
.elegant {
  width: 100%;
  margin: 0 auto; }
  .elegant .elegant_box {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 6%; }
    .elegant .elegant_box .elegant_hd {
      width: 100%; }
      .elegant .elegant_box .elegant_hd ul {
        width: 50%;
        margin: 0 auto; }
        .elegant .elegant_box .elegant_hd ul li {
          width: 50%;
          float: left;
          text-align: center;
          padding: 0 10%;
          position: relative; }
          .elegant .elegant_box .elegant_hd ul li:hover a {
            background: #003677;
            color: #fff;
            -webkit-transition: all 0s;
            -moz-transition: all 0s;
            -ms-transition: all 0s;
            -o-transition: all 0s;
            transition: all 0s; }
          .elegant .elegant_box .elegant_hd ul li:hover img {
            display: block; }
          .elegant .elegant_box .elegant_hd ul li.elegant_active a {
            background: #003677;
            color: #fff; }
          .elegant .elegant_box .elegant_hd ul li.elegant_active img {
            display: block; }
          .elegant .elegant_box .elegant_hd ul li a {
            display: block;
            color: #333333;
            font-size: 24px;
            height: 50px;
            line-height: 50px;
            -webkit-transition: all 0s;
            -moz-transition: all 0s;
            -ms-transition: all 0s;
            -o-transition: all 0s;
            transition: all 0s; }
          .elegant .elegant_box .elegant_hd ul li img {
            position: absolute;
            bottom: -10px;
            left: 0;
            right: 0;
            margin: 0 auto;
            display: none; }
    .elegant .elegant_box .elegant_list {
      margin-top: 7%; }
      .elegant .elegant_box .elegant_list ul li {
        text-align: center; }
        .elegant .elegant_box .elegant_list ul li img {
          width: 100%; }
        .elegant .elegant_box .elegant_list ul li div {
          color: #4c4c4c;
          font-size: 18px; }

.tc {
  width: 100%;
  height: 100%; }
  .tc .swiper-container {
    text-align: center;
    position: fixed;
    width: 80%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 15%;
    margin: auto; }
    .tc .swiper-container .swiper-slide {
      height: 100%; }
      .tc .swiper-container .swiper-slide img {
        width: 43%; }
      .tc .swiper-container .swiper-slide .img_tc_title {
        text-align: center;
        margin-top: 4%;
        font-size: 36px;
        color: #fff;
        letter-spacing: 2px; }

@media screen and (max-width: 1400px) {
  .tc .swiper-container {
    padding-top: 300px; } }
@media screen and (max-width: 768px) {
  #btn4 img {
    height: 36px; }

  #btn3 img {
    height: 36px; }

  .tc .swiper-container .swiper-slide .img_tc_title {
    font-size: 14px; }

  .close_one img {
    height: 30px; } }
@media screen and (max-width: 413px) {
  .tc .swiper-container {
    padding-top: 260px; } }
@media screen and (max-width: 374px) {
  .tc .swiper-container {
    padding-top: 225px; } }
#btn3 img {
  position: absolute;
  top: 45%;
  left: 10%;
  z-index: 111111111;
  cursor: pointer; }

#btn4 img {
  position: absolute;
  top: 45%;
  right: 10%;
  z-index: 111111111;
  cursor: pointer; }

.close_one {
  position: fixed;
  top: 5%;
  right: 5%;
  z-index: 1111111111; }
  .close_one img {
    height: 35px;
    cursor: pointer; }

/*

  产区风貌

*/
#btn1 {
  position: absolute;
  top: 40%;
  z-index: 999;
  left: 5%;
  cursor: pointer; }

#btn2 {
  position: absolute;
  top: 40%;
  z-index: 999;
  right: 5%;
  cursor: pointer; }

.charm {
  width: 100%;
  margin: 0 auto; }
  .charm .charm_box {
    max-width: 1100px;
    margin: 0 auto; }
    .charm .charm_box .charm_a {
      margin-top: 7%;
      margin-bottom: 20px; }
      .charm .charm_box .charm_a .swiper-container {
        position: relative; }
        .charm .charm_box .charm_a .swiper-container img {
          width: 100%; }
    .charm .charm_box .charm_b {
      height: 155px;
      overflow: hidden; }
      .charm .charm_box .charm_b .swiper-slide {
        text-align: center; }
        .charm .charm_box .charm_b .swiper-slide.ss_active span {
          border: 3px solid #003677; }
        .charm .charm_box .charm_b .swiper-slide span {
          display: inline-block;
          border: 3px solid #fff;
          margin: 4%; }
        .charm .charm_box .charm_b .swiper-slide img {
          width: 100%; }

/*

  企业简介

*/
.shouhou {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 6%; }
  .shouhou .shouhou_lt {
    width: 70%; }
    .shouhou .shouhou_lt .shouhou_lt_a {
      width: 60%;
      color: #003677;
      font-size: 36px;
      margin-bottom: 60px; }
    .shouhou .shouhou_lt .shouhou_lt_b {
      padding: 5% 0;
      width: 100%;
      background: #f2f2f2;
      min-height: 500px;
      margin-top: 10%; }
      .shouhou .shouhou_lt .shouhou_lt_b .sh_lt_one {
        width: 40%;
        margin-right: 20%;
        float: right; }
        .shouhou .shouhou_lt .shouhou_lt_b .sh_lt_one p {
          font-size: 18px;
          color: #3d3d3d;
          margin-bottom: 15px;
          line-height: 30px;
          letter-spacing: 3px; }
          .shouhou .shouhou_lt .shouhou_lt_b .sh_lt_one p span {
            font-weight: bold; }
  .shouhou .shouhou_rt {
    width: 40%;
    position: relative; }
    .shouhou .shouhou_rt img {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0; }

@media screen and (max-width: 1700px) and (min-width: 1600px) {
  .shouhou .shouhou_lt .shouhou_lt_a {
    width: 68%; }

  .shouhou .shouhou_lt .shouhou_lt_b .sh_lt_one {
    width: 48%; } }
@media screen and (max-width: 1599px) and (min-width: 1501px) {
  .shouhou .shouhou_lt .shouhou_lt_a {
    width: 70%; }

  .shouhou .shouhou_lt .shouhou_lt_b .sh_lt_one {
    width: 50%; } }
@media screen and (max-width: 1500px) and (min-width: 1300px) {
  .shouhou .shouhou_lt .shouhou_lt_a {
    width: 75%; }

  .shouhou .shouhou_lt .shouhou_lt_b .sh_lt_one {
    width: 56%; } }
@media screen and (max-width: 1299px) and (min-width: 1000px) {
  .shouhou .shouhou_lt .shouhou_lt_a {
    width: 85%; }

  .shouhou .shouhou_lt .shouhou_lt_b .sh_lt_one {
    width: 65%; } }
/*

  企业荣誉

*/
.Honor {
  width: 100%;
  margin: 0 auto; }
  .Honor .Honor_box {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 5%; }
    .Honor .Honor_box ul li {
      margin-bottom: 5%; }
      .Honor .Honor_box ul li img {
        width: 70%;
        margin-bottom: 20px; }
      .Honor .Honor_box ul li div {
        font-size: 24px;
        color: #333333; }

/*

  组织架构

*/
.structure {
  width: 100%;
  margin: 0 auto; }
  .structure .structure_box {
    margin: 0 auto;
    max-width: 1100px;
    padding-top: 6%; }
    .structure .structure_box img {
      width: 100%; }

/*

  公司文化

*/
.ln {
  width: 100%; }
  .ln .ln_bg {
    background: url("../images/youshi1.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    padding: 17% 0;
    position: relative; }
    .ln .ln_bg .ln_bg_box {
      width: 50%;
      padding: 3% 5%;
      background: rgba(0, 0, 0, 0.5);
      text-align: center;
      margin: 0 auto;
      position: relative;
      z-index: 111;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .ln .ln_bg .ln_bg_box:hover {
        background: rgba(0, 54, 119, 0.5);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .ln .ln_bg .ln_bg_box .ln_bg_b {
        font-size: 30px;
        color: #fff;
        letter-spacing: 2px;
        margin-top: 3%; }
      .ln .ln_bg .ln_bg_box .ln_bg_c {
        width: 50%;
        height: 1px;
        background: #fff;
        margin: 3% auto; }
      .ln .ln_bg .ln_bg_box .ln_bg_d {
        font-size: 24px;
        color: #fff;
        letter-spacing: 2px;
        text-align: center; }
    .ln .ln_bg .ln_bg_mc {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 54, 119, 0.3);
      display: none; }

.ln .ln_bg2 {
  background: url("../images/youshi2.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 17% 0;
  position: relative; }

.ln .ln_bg3 {
  background: url("../images/youshi3.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 17% 0;
  position: relative; }

/*

  新闻详情页

*/
.news_main {
  width: 100%;
  margin: 0 auto;
  padding-top: 5%; }
  .news_main .news_main_box {
    max-width: 1100px;
    margin: 0 auto; }
    .news_main .news_main_box .news_main_lt {
      width: 60%;
      overflow: hidden; }
      .news_main .news_main_box .news_main_lt .news_hd {
        color: #003677;
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 5%; }
      .news_main .news_main_box .news_main_lt .news_text {
        font-size: 18px;
        line-height: 36px;
        letter-spacing: 2px; }
        .news_main .news_main_box .news_main_lt .news_text img {
          width: 100%; }
      .news_main .news_main_box .news_main_lt .news_np {
        margin-top: 6%; }
        .news_main .news_main_box .news_main_lt .news_np .news_np_lt {
          padding: 5px 20px;
          background: #003677; }
          .news_main .news_main_box .news_main_lt .news_np .news_np_lt .news_np_a {
            font-size: 18px;
            margin-right: 10px;
            padding-top: 10px; }
          .news_main .news_main_box .news_main_lt .news_np .news_np_lt a {
            color: #fff;
            font-size: 18px; }
        .news_main .news_main_box .news_main_lt .news_np .news_np_rt a {
          font-size: 18px; }
        .news_main .news_main_box .news_main_lt .news_np .news_np_rt .news_np_rt_a:hover a {
          color: #003677; }
        .news_main .news_main_box .news_main_lt .news_np .news_np_rt .news_np_rt_a:hover .shang {
          border-right: 10px solid #003677; }
        .news_main .news_main_box .news_main_lt .news_np .news_np_rt .news_np_rt_b:hover a {
          color: #003677; }
        .news_main .news_main_box .news_main_lt .news_np .news_np_rt .news_np_rt_b:hover .xia {
          border-left: 10px solid #003677; }
        .news_main .news_main_box .news_main_lt .news_np .news_np_rt .shang {
          display: inline-block;
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-right: 10px solid #797979;
          border-bottom: 10px solid transparent;
          vertical-align: -3px;
          margin-right: 10px; }
        .news_main .news_main_box .news_main_lt .news_np .news_np_rt .xia {
          display: inline-block;
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-left: 10px solid #797979;
          border-bottom: 10px solid transparent;
          vertical-align: -3px;
          margin-right: 10px; }
    .news_main .news_main_box .news_main_rt {
      width: 35%; }
      .news_main .news_main_box .news_main_rt .new_icon {
        font-size: 36px;
        color: #666666;
        margin-bottom: 5%; }
        .news_main .news_main_box .news_main_rt .new_icon img {
          margin-right: 15px;
          vertical-align: -5px; }
      .news_main .news_main_box .news_main_rt .new_xg {
        padding-top: 6%; }
        .news_main .news_main_box .news_main_rt .new_xg ul li {
          height: 80px;
          margin-bottom: 5%; }
          .news_main .news_main_box .news_main_rt .new_xg ul li .new_xg_lt img {
            width: 100%; }
          .news_main .news_main_box .news_main_rt .new_xg ul li .xg_list {
            height: 100%;
            padding: 0;
            position: relative; }
            .news_main .news_main_box .news_main_rt .new_xg ul li .xg_list .xg_a {
              font-size: 18px; }
            .news_main .news_main_box .news_main_rt .new_xg ul li .xg_list .xg_b {
              font-size: 18px;
              position: absolute;
              bottom: 0;
              left: 0; }
              .news_main .news_main_box .news_main_rt .new_xg ul li .xg_list .xg_b img {
                height: 23px;
                vertical-align: -5px;
                margin-right: 20px; }

/*

  行业新闻

*/
.industry {
  width: 100%;
  margin: 0 auto; }
  .industry .industry_box {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 2%; }
    .industry .industry_box ul li {
      border-bottom: 1px solid #dddddd;
      padding: 4% 0; }
      .industry .industry_box ul li:hover .industry_a {
        color: #003677; }
      .industry .industry_box ul li a {
        display: block; }
      .industry .industry_box ul li .industry_a {
        color: #333333;
        font-size: 24px;
        letter-spacing: 2px; }
        .industry .industry_box ul li .industry_a .industry_a_lt {
          width: 80%; }
        .industry .industry_box ul li .industry_a .industry_a_rt {
          width: 20%;
          color: #666666;
          font-size: 16px;
          text-align: right; }
      .industry .industry_box ul li .industry_b {
        margin: 3% 0;
        font-size: 18px;
        color: #666666;
        letter-spacing: 2px;
        line-height: 30px; }
      .industry .industry_box ul li .industry_c a {
        font-size: 20px;
        color: #003677;
        letter-spacing: 2px; }

/*

  联系我们

*/
.contact {
  width: 100%; }
  .contact .contact_box {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 5%; }
    .contact .contact_box .contact_a .contact_a_lt {
      width: 35%; }
      .contact .contact_box .contact_a .contact_a_lt .contact_a_lt_one {
        font-size: 24px;
        color: #333333;
        margin-bottom: 20px; }
      .contact .contact_box .contact_a .contact_a_lt .contact_a_lt_two p {
        font-size: 18px;
        color: #666;
        margin-bottom: 10px; }
    .contact .contact_box .contact_a .contact_a_rt {
      width: 60%; }
    .contact .contact_box .contact_b .contact_b_hd {
      font-size: 30px;
      color: #003677;
      letter-spacing: 2px;
      padding: 6% 0 4% 0; }
    .contact .contact_box .contact_b .contact_b_one {
      margin-bottom: 15px; }
      .contact .contact_box .contact_b .contact_b_one input {
        width: 100%;
        height: 65px;
        line-height: 65px;
        outline: none;
        padding-left: 10px;
        font-size: 18px;
        border: 1px solid #dddddd; }
      .contact .contact_box .contact_b .contact_b_one textarea {
        width: 100%;
        outline: none;
        padding: 10px;
        min-height: 150px;
        font-size: 18px;
        border: 1px solid #dddddd; }
    .contact .contact_box .contact_b .contact_b_two {
      padding-left: 15px; }
      .contact .contact_box .contact_b .contact_b_two input {
        color: #fff;
        letter-spacing: 2px;
        font-size: 30px;
        background: #003677;
        border: none;
        text-align: center;
        width: 210px;
        height: 70px;
        line-height: 70px; }

.err_mes {
  color: #E32006;
  padding-left: 10px;
  margin: 0 auto;
  display: block;
  line-height: 1.8em;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }

.err_mes_on {
  opacity: 1;
  filter: alpha(opacity=100); }

/*修改企业概况*/
.about {
  width: 100%;
  margin: 0 auto;
  padding-top: 4%; }
  .about .about_box {
    max-width: 1100px;
    margin: 0 auto; }
    .about .about_box .about_hd .about_hd_a {
      font-size: 60px;
      color: #8abfff;
      text-transform: uppercase; }
    .about .about_box .about_hd .about_hd_b {
      font-size: 30px;
      color: #4c4c4c; }
    .about .about_box .about_main {
      padding-top: 30px; }
      .about .about_box .about_main .about_div {
        color: #808080;
        font-size: 18px;
        line-height: 30px;
        text-indent: 2em;
        margin-bottom: 20px; }
      .about .about_box .about_main .about_v img {
        width: 100%; }

@media screen and (min-width: 320px) and (max-width: 768px) {
  .foot {
    padding: 0 4%; }

  .foot .foot_box .foot_contact .foot_contact_b div {
    padding-right: 0;
    margin-bottom: 4%; }

  .foot .foot_box .foot_c .foot_list {
    width: 100%; }

  .wd_news .wd_news_box .left_line {
    display: none; }

  .foot .foot_box .foot_c .foot_phone {
    width: 100%;
    text-align: center; }

  .foot_bt .foot_bt_box .foot_bt_a {
    float: inherit;
    left: 0;
    right: 0;
    margin: auto; }

  .foot_bt .foot_bt_box .foot_bt_a .foot_tag {
    margin: 0 auto;
    margin-bottom: 20px; }

  .foot_bt .foot_bt_box .foot_bt_a .foot_tag_on {
    left: 0;
    right: 0;
    margin: auto; }

  .foot .foot_box .foot_c .foot_list ul li {
    height: 200px; }

  .foot .foot_box .foot_c .foot_phone {
    padding-top: 0; }

  .banner .swiper-container .swiper-pagination-switch {
    margin: 0 5px; }

  .header_zt {
    display: block; }

  .header_zt .header_box .logo img {
    height: 30px; }

  .responsive_height {
    display: block; }

  .banner .swiper-container .pagination {
    bottom: -15px; }

  .banner .swiper-container .swiper-pagination-switch {
    width: 10px;
    height: 10px; }

  .banner .swiper-container .swiper-slide .banner_txt .banner_txt_a {
    font-size: 14px; }

  .banner .swiper-container .swiper-slide .banner_txt .banner_txt_b {
    font-size: 12px; }

  .index_main .index_main_box .index_main_lt {
    width: 100%;
    margin-bottom: 5%; }

  .index_main .index_main_box .index_main_rt {
    width: 100%; }

  .index_main .index_main_box .index_main_rt .index_main_rt_b .index_main_lt_b_one {
    font-size: 16px; }

  .index_main .index_main_box .index_main_lt .index_main_lt_b .index_main_lt_b_one {
    font-size: 16px; }

  .index_main .index_main_box .index_main_lt .index_main_lt_b .index_main_lt_b_two {
    margin: 1% 0; }

  .index_main .index_main_box .index_main_lt .index_main_lt_a {
    width: 100%; }

  .index_main .index_main_box .index_main_lt .index_main_lt_b {
    width: 100%;
    padding: 4%; }

  .style_nav .style_nav_box .style_nav_main ul li a {
    font-size: 14px;
    padding: 0 10px; }

  .news .news_box ul li {
    padding: 4%; }

  .news .news_box ul li .news_lt {
    width: 100%;
    margin-bottom: 5%; }

  .news .news_box ul li .news_rt {
    width: 100%; }

  .news .page .page_box ul li a {
    width: 25px;
    height: 25px;
    line-height: 25px; }

  .style_nav .style_nav_box .style_nav_hd {
    padding-left: 4%; }

  .news .page .page_box ul li {
    margin: 0; }
    .news .page .page_box ul li a {
      font-size: 12px; }
    .news .page .page_box ul li.page_first a {
      width: 45px; }
    .news .page .page_box ul li.page_last a {
      width: 45px; }

  .service .service_box ul li .service_b {
    font-size: 14px; }
    .service .service_box ul li .service_b span {
      width: 33%; }
    .service .service_box ul li .service_b i {
      width: 67%; }

  .service .service_box ul li .service_b i.service_b_i {
    font-size: 16px; }

  .service .service_box ul li .service_a {
    font-size: 24px; }

  .research .research_box .research_a .research_lt {
    width: 100%; }

  .research .research_box .research_a .research_rt {
    width: 100%; }

  .page_zt {
    display: block; }

  .page {
    display: none; }

  #btn1 img {
    width: 60%; }

  #btn2 {
    right: 0; }
    #btn2 img {
      width: 60%; }

  .charm .charm_box .charm_b {
    height: 100px; }

  .shouhou .shouhou_rt {
    width: 90%;
    margin: 0 auto;
    float: inherit; }

  .shouhou .shouhou_lt {
    width: 100%; }

  .shouhou .shouhou_lt .shouhou_lt_b .sh_lt_one {
    width: 100%;
    float: inherit;
    padding: 4%;
    margin-right: 0; }

  .shouhou .shouhou_rt img {
    position: inherit; }

  .Honor .Honor_box ul li div {
    font-size: 12px; }

  .ln .ln_bg .ln_bg_box {
    width: 90%; }

  .ln .ln_bg .ln_bg_box .ln_bg_b {
    font-size: 20px; }

  .ln .ln_bg .ln_bg_box .ln_bg_d {
    font-size: 16px; }

  .news_main .news_main_box .news_main_rt {
    display: none; }

  .news_main .news_main_box .news_main_lt {
    width: 100%;
    padding: 4%; }

  .news_main .news_main_box .news_main_lt .news_np .news_np_lt a {
    font-size: 12px; }

  .news_main .news_main_box .news_main_lt .news_np .news_np_rt a {
    font-size: 12px; }

  .news_main .news_main_box .news_main_lt .news_np .news_np_rt .shang {
    border-top: 8px solid transparent;
    border-right: 8px solid #797979;
    border-bottom: 8px solid transparent; }

  .news_main .news_main_box .news_main_lt .news_np .news_np_rt .x ia {
    border-top: 8px solid transparent;
    border-left: 8px solid #797979;
    border-bottom: 8px solid transparent; }

  .elegant .elegant_box .elegant_hd ul {
    width: 100%; }

  .elegant .elegant_box .elegant_hd ul li a {
    font-size: 16px; }

  .contact .contact_box .contact_a .contact_a_lt {
    width: 100%;
    padding: 4%; }

  .contact .contact_box .contact_a .contact_a_rt {
    width: 100%; }

  .contact .contact_box .contact_b .contact_b_hd {
    padding-left: 15px; }

  .contact .contact_box .contact_b .contact_b_two input {
    color: #fff;
    letter-spacing: 2px;
    font-size: 22px;
    background: #003677;
    border: none;
    text-align: center;
    width: 181px;
    height: 50px;
    line-height: 50px; }

  .contact .contact_box .contact_b .contact_b_one input {
    height: 50px;
    line-height: 50px; }

  .industry {
    padding: 4%; }

  .industry .industry_box ul li .industry_a .industry_a_lt {
    width: 100%;
    font-size: 20px; }

  .industry .industry_box ul li .industry_a .industry_a_rt {
    width: 100%; }

  .culture .culture_box .culture_list ul li div {
    font-size: 14px; }

  .introduce .introduce_box .introduce_lt {
    width: 100%;
    padding: 4%; }
    .introduce .introduce_box .introduce_lt img {
      display: none; }

  .introduce {
    height: 340px; }

  .introduce .introduce_box .introduce_rt {
    width: 100%; }

  .index_news .index_news_box .index_news_lt {
    width: 100%;
    padding-right: 0; }

  .index_news .index_news_box .index_news_rt {
    width: 100%;
    margin-top: 5%; }

  .introduce .introduce_box {
    width: 94%; } }
@media screen and (min-width: 320px) and (max-width: 374px) {
  .foot .foot_box .foot_c .foot_list ul li {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center; }

  .foot .foot_box .foot_c .foot_list ul li .foot_list_a a {
    font-size: 14px; }

  .style_nav .style_nav_box .style_nav_main ul li a {
    padding: 0 1px; }

  .products .products_box ul li .products_b {
    font-size: 14px; }
    .products .products_box ul li .products_b span {
      width: 35%; }
    .products .products_box ul li .products_b i {
      width: 65%; }

  .service .service_box ul li .service_b {
    font-size: 14px; }
    .service .service_box ul li .service_b span {
      width: 40%; }
    .service .service_box ul li .service_b i {
      width: 60%; }

  .elegant .elegant_box .elegant_hd ul {
    width: 80%; }

  .elegant .elegant_box .elegant_hd ul li a {
    font-size: 16px; } }
@media screen and (min-width: 770px) and (max-width: 900px) {
  .header .header-nav > .nav > li {
    padding-left: 20px; }

  .banner .swiper-container .swiper-slide .banner_txt .banner_txt_a {
    font-size: 40px; }

  .index_main .index_main_box .index_main_rt .index_main_rt_b .index_main_lt_b_one {
    font-size: 18px; }

  .index_main .index_main_box .index_main_lt .index_main_lt_b .index_main_lt_b_one {
    font-size: 18px; } }
@media screen and (min-width: 901px) and (max-width: 1110px) {
  .header .header-nav > .nav > li {
    padding-left: 40px; }

  .banner .swiper-container .swiper-slide .banner_txt .banner_txt_a {
    font-size: 40px; } }
@media screen and (max-width: 978px) {
  .header .header-nav {
    display: none; }

  .header .header-top > ul > li .s-form {
    display: none; }

  .header {
    position: fixed;
    height: 41px; }

  .header .header-top > ul {
    margin-right: 0;
    float: inherit;
    float: initial; }

  .header .header-top > ul > li > .second-subnav {
    top: 40px; }

  .header .header-top > ul > li {
    width: 33.3%;
    text-align: center; }

  .header_zt {
    display: block; } }

/*# sourceMappingURL=style.css.map */
