@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%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner .swiper-container {
  width: 100%;
  position: relative;
}

.banner .swiper-container:hover .btn1 {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.banner .swiper-container:hover .btn2 {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.banner .swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;
}

.banner .swiper-container .swiper-slide img {
  width: 100%;
  animation: scale_b 25s linear infinite alternate;
  position: relative;
  z-index: -1;
}

.banner .swiper-container .swiper-slide .banner_txt {
  position: absolute;
  left: 0;
  top: 10%;
  padding: 5% 10%;
}

.banner .swiper-container .swiper-slide .banner_txt .banner_txt_a {
  font-size: 36px;
  color: #fff;
  margin-bottom: 1%;
  letter-spacing: 5px;
}

.banner .swiper-container .swiper-slide .banner_txt .banner_txt_b {
  font-size: 15px;
  color: #fff;
  margin: 5% 0;
}

.banner .swiper-container .swiper-slide .banner_txt .banner_txt_c span {
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  background: #d33421;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner .swiper-container .swiper-slide .banner_txt .banner_txt_c span:hover {
  background: #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;
}

.banner .swiper-container .swiper-slide .banner_txt2 .banner_txt_a {
  font-size: 36px;
}

.banner .swiper-container .swiper-slide .banner_txt2 .banner_txt_b {
  font-size: 15px;
}

.banner .swiper-container .swiper-slide .banner_txt3 .banner_txt_a {
  font-size: 24px;
}

.banner .swiper-container .swiper-slide .banner_txt3 .banner_txt_b {
  font-size: 36px;
}

.banner .swiper-container .pagination {
  position: absolute;
  width: 100%;
  z-index: 20;
  bottom: 0px;
  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 .swiper-container .btn1 {
  position: absolute;
  z-index: 11;
  top: 40%;
  left: 3%;
  cursor: pointer;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner .swiper-container .btn2 {
  position: absolute;
  z-index: 11;
  top: 40%;
  right: 3%;
  cursor: pointer;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* ========== 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;
  padding-left: 0;
}

.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);
  }
}

/*

  首页

*/
.index_main {
  width: 100%;
  margin: 0 auto;
}

.index_main .index_main_box {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 6%;
}

.index_main .index_main_box .index_main_lt {
  width: 55%;
}

.index_main .index_main_box .index_main_lt .index_main_lt_a {
  width: 50%;
  padding: 0 4%;
}

.index_main .index_main_box .index_main_lt .index_main_lt_a img {
  width: 100%;
}

.index_main .index_main_box .index_main_lt .index_main_lt_b {
  width: 50%;
}

.index_main .index_main_box .index_main_lt .index_main_lt_b .index_main_lt_b_one {
  font-size: 24px;
  color: #333333;
}

.index_main .index_main_box .index_main_lt .index_main_lt_b .index_main_lt_b_two {
  color: #003677;
  font-size: 14px;
  margin: 4% 0;
  letter-spacing: 2px;
}

.index_main .index_main_box .index_main_lt .index_main_lt_b .index_main_lt_b_two span {
  font-size: 24px;
}

.index_main .index_main_box .index_main_lt .index_main_lt_b .index_main_lt_b_three {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}

.index_main .index_main_box .index_main_rt {
  width: 45%;
  padding-left: 4%;
}

.index_main .index_main_box .index_main_rt ul li {
  margin-bottom: 20px;
}

.index_main .index_main_box .index_main_rt .index_main_rt_a {
  width: 20%;
}

.index_main .index_main_box .index_main_rt .index_main_rt_a img {
  width: 100%;
}

.index_main .index_main_box .index_main_rt .index_main_rt_b {
  width: 80%;
  padding: 0 4%;
}

.index_main .index_main_box .index_main_rt .index_main_rt_b .index_main_lt_b_one {
  font-size: 24px;
  color: #333333;
}

.index_main .index_main_box .index_main_rt .index_main_rt_b .index_main_lt_b_two {
  color: #003677;
  font-size: 14px;
  margin: 1% 0;
  letter-spacing: 2px;
}

.index_main .index_main_box .index_main_rt .index_main_rt_b .index_main_lt_b_two span {
  font-size: 24px;
}

.index_main .index_main_box .index_main_rt .index_main_rt_b .index_main_lt_b_three {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}

.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;
}

.services {
  width: 100%;
  margin: 0 auto;
  background: url("/static/images/sers_bg.png") no-repeat center center;
  background-size: 100% 100%;
  height: 600px;
  padding-top: 5%;
  overflow: hidden;
}

.services .services_hd {
  width: 100%;
  text-align: center;
  margin-bottom: 2%;
}

.services .services_hd .services_hd_box {
  display: inline-block;
}

.services .services_hd .services_hd_box .services_hd_a {
  color: #004098;
  font-size: 36px;
}

.services .services_hd .services_hd_box .services_hd_b {
  color: #9b9b9b;
  font-size: 16px;
}

.services .services_hd .services_hd_box .services_hd_c {
  margin: 0 auto;
  margin-top: 10px;
  width: 40px;
  height: 4px;
  background: #004098;
}

.services .services_box {
  max-width: 1000px;
  margin: 0 auto;
}

.services .services_box .swiper-container .swiper-slide {
  text-align: center;
}

.services .services_box .swiper-container .swiper-slide:hover .show2 {
  display: none;
}

.services .services_box .swiper-container .swiper-slide:hover .hide2 {
  display: inline-block;
}

.services .services_box .swiper-container .swiper-slide div {
  padding: 10%;
}

.services .services_box .swiper-container .swiper-slide .show2 {
  display: inline-block;
}

.services .services_box .swiper-container .swiper-slide .hide2 {
  display: none;
}

.introduce {
  width: 100%;
  background: url("/static/images/index_jieshao.jpg") no-repeat center center;
  height: 450px;
  background-size: 100% 100%;
}

.introduce .introduce_box {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 5%;
}

.introduce .introduce_box .introduce_a {
  font-size: 36px;
  color: #000;
}

.introduce .introduce_box .introduce_b {
  height: 4px;
  width: 40px;
  background: #000;
  margin: 10px 0;
}

.introduce .introduce_box .introduce_c {
  width: 40%;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  margin: 25px 0 5% 0;
}

.introduce .introduce_box .introduce_d a {
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  background: #d33421;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.introduce .introduce_box .introduce_d a:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #003677;
}

.index_news {
  background: inherit;
  max-width: 1000px;
  height: inherit;
  height: initial;
  min-height: 690px;
}

.index_news .index_news_list {
  position: relative;
  margin-top: 4%;
}

.index_news .index_news_list ul {
  width: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.index_news .index_news_list ul li {
  text-align: center;
}

.index_news .index_news_list ul li a {
  display: inline-block;
  text-align: center;
  padding: 10px 30px;
  color: #999999;
  border-radius: 20px;
  border: 1px solid #999999;
  background: #fff;
}

.index_news .index_news_list ul li a.index_active {
  background: #003677;
  color: #fff;
  border-color: #003677;
}

.index_news .index_news_list ul li a:hover {
  background: #003677;
  color: #fff;
  border-color: #003677;
}

.index_news .index_news_list .index_news_line {
  height: 1px;
  width: 100%;
  background: #999;
  position: absolute;
  top: 20px;
}

.index_news .index_news_main {
  width: 100%;
  padding-top: 5%;
  display: none;
}

.index_news .index_news_main .index_news_lt {
  width: 50%;
  padding-right: 4%;
}

.index_news .index_news_main .index_news_lt .index_news_lt_a img {
  width: 100%;
}

.index_news .index_news_main .index_news_lt .index_news_lt_b {
  padding: 15px 0;
}

.index_news .index_news_main .index_news_lt .index_news_lt_b:hover span {
  color: #003677;
}

.index_news .index_news_main .index_news_lt .index_news_lt_b span {
  color: #4c4c4c;
  font-size: 18px;
}

.index_news .index_news_main .index_news_lt .index_news_lt_b i {
  font-size: 12px;
  color: #666666;
  vertical-align: bottom;
}

.index_news .index_news_main .index_news_lt .index_news_lt_c {
  font-size: 14px;
  color: #808080;
  line-height: 22px;
}

.index_news .index_news_main .index_news_rt {
  width: 50%;
}

.index_news .index_news_main .index_news_rt ul li {
  margin-bottom: 5%;
}

.index_news .index_news_main .index_news_rt ul li:hover .index_news_lt_a {
  color: #003677;
}

.index_news .index_news_main .index_news_rt ul li:hover .index_news_lt_b .index_news_lt_c {
  color: #003677;
}

.index_news .index_news_main .index_news_rt ul li a {
  display: block;
}

.index_news .index_news_main .index_news_rt ul li .index_news_lt_a {
  font-size: 110px;
  color: #e3e3e3;
  width: 28%;
  border-right: 2px solid #e3e3e3;
  height: 110px;
  line-height: 110px;
}

.index_news .index_news_main .index_news_rt ul li .index_news_lt_b {
  width: 67%;
}

.index_news .index_news_main .index_news_rt ul li .index_news_lt_b .index_news_lt_c {
  font-size: 16px;
  color: #737373;
}

.index_news .index_news_main .index_news_rt ul li .index_news_lt_b .index_news_lt_d {
  font-size: 14px;
  color: #999;
  margin: 2% 0;
}

.index_news .index_news_main .index_news_rt ul li .index_news_lt_b .index_news_lt_e {
  font-size: 12px;
  color: #999;
}

/*

  企业简介

*/
.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_rt {
  width: 40%;
  position: relative;
}

.shouhou .shouhou_rt img {
  width: 90%;
  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%;
  }
}

/*

  关于我们-科研实力

*/
.cx_xq {
  width: 100%;
  margin: 0 auto;
  padding-top: 5%;
}

.cx_xq .cx_xq_box {
  max-width: 1100px;
  margin: 0 auto;
}

.cx_xq .cx_xq_box .cx_xq_hd {
  width: 100%;
  text-align: center;
  color: #003677;
  font-size: 36px;
  margin-bottom: 5%;
}

.cx_xq .cx_xq_box .cx_xq_main .cx_xq_a {
  color: #4c4c4c;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 2px;
  text-indent: 2em;
  margin-bottom: 4%;
}

.cx_xq .cx_xq_box .cx_xq_main .cx_xq_f {
  font-size: 22px;
  color: #333;
  letter-spacing: 2px;
  margin: 20px 0;
}

.cx_xq .cx_xq_box .cx_xq_main .cx_xq_b div {
  width: 50%;
}

.cx_xq .cx_xq_box .cx_xq_main .cx_xq_b img {
  width: 100%;
}

.cx_xq .cx_xq_box .cx_xq_main .cx_xq_c div {
  width: 33.3%;
}

.cx_xq .cx_xq_box .cx_xq_main .cx_xq_c img {
  width: 100%;
}

.cx_xq .cx_xq_box .cx_xq_main .cx_xq_e div {
  width: 25%;
}

.cx_xq .cx_xq_box .cx_xq_main .cx_xq_e img {
  width: 100%;
}

.cx_xq .cx_xq_box .cx_xq_main .cx_xq_d {
  margin-bottom: 0;
}

/*

  组织架构

*/
.structure {
  width: 100%;
  margin: 0 auto;
}

.structure .structure_box {
  margin: 0 auto;
  max-width: 1100px;
  padding-top: 6%;
}

.structure .structure_box img {
  width: 100%;
}

/*

  企业荣誉

*/
.honor {
  width: 100%;
  margin: 0 auto;
  padding-top: 5%;
}

.honor .honor_box {
  max-width: 1100px;
  margin: 0 auto;
}

.honor .honor_box .honor_hd {
  font-size: 36px;
  color: #003677;
  text-align: center;
  margin-bottom: 4%;
}

.honor .honor_box .honor_list {
  width: 100%;
}

.honor .honor_box .honor_list ul li {
  padding: 4%;
}

.honor .honor_box .honor_list ul li img {
  width: 100%;
}

.honor .honor_box .honor_list ul li div {
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 36px;
  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: 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;
}

#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%;
}

/*

 新闻中心 - 公司新闻

*/
.new {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 6%;
}

.new .new_list ul li {
  margin-bottom: 5%;
  height: 320px;
}

.new .new_list ul li .new_list_a {
  position: relative;
}

.new .new_list ul li .new_list_a img {
  width: 100%;
  height: 200px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.new .new_list ul li .new_list_a img:hover {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.new .new_list ul li .new_list_a span {
  position: absolute;
  display: inline-block;
  background: #aeaeae;
  color: #fff;
  top: 5%;
  right: 5%;
}

.new .new_list ul li .new_list_a span i {
  display: inline-block;
  padding: 5px;
  background: #003677;
}

.new .new_list ul li .new_list_a span s {
  padding: 5px;
}

.new .new_list ul li .new_list_b {
  padding: 3% 0;
  height: 80px;
  overflow: hidden;
}

.new .new_list ul li .new_list_b a {
  font-size: 24px;
  color: #262626;
}

.new .new_list ul li .new_list_b a:hover {
  color: #003677;
}

.new .new_list ul li .new_list_c {
  color: #666666;
  line-height: 26px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new .new_list ul li .new_list_d {
  margin-top: 5%;
}

.new .new_list ul li .new_list_d a {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #e3e3e3;
  color: #666666;
  letter-spacing: 2px;
}

.new .new_list ul li .new_list_d a:hover {
  color: #fff;
  background: #003677;
  border: 1px solid #003677;
}

/*

  公司新闻 - 行业新闻

*/
/*

  新闻中心

*/
.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;
}

/*

  新闻中心 - 集团官网

*/
.wd_news {
  width: 100%;
  margin: 0 auto;
  background: #f5f5f5;
  padding-bottom: 5%;
  border-top: 1px solid #e7e7e7;
}

.wd_news .wd_news_box {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 6%;
  position: relative;
}

.wd_news .wd_news_box .headlines {
  margin-bottom: 5%;
  width: 105%;
  position: relative;
  left: -5%;
  padding: 5%;
  background: #044696;
}

.wd_news .wd_news_box .headlines a {
  display: block;
}

.wd_news .wd_news_box .headlines .headlines_lt {
  width: 60%;
  padding-left: 2%;
}

.wd_news .wd_news_box .headlines .headlines_lt .headlines_hd {
  color: #fff;
  font-size: 36px;
  margin-bottom: 3%;
}

.wd_news .wd_news_box .headlines .headlines_lt .headlines_title {
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 36px;
}

.wd_news .wd_news_box .headlines .headlines_rt img {
  width: 100%;
  position: relative;
  z-index: 999;
}

.wd_news .wd_news_box .news_list ul li {
  padding: 4% 2%;
  background: #fff;
  margin-bottom: 3%;
}

.wd_news .wd_news_box .news_list ul li .news_list_lt {
  width: 60%;
}

.wd_news .wd_news_box .news_list ul li .news_list_rt {
  width: 35%;
  text-align: center;
}

.wd_news .wd_news_box .news_list ul li .news_list_rt img {
  width: 100%;
}

.wd_news .wd_news_box .news_list ul li .news_list_a {
  color: #999999;
  font-size: 18px;
}

.wd_news .wd_news_box .news_list ul li .news_list_b {
  color: #333;
  font-size: 30px;
  margin: 2% 0;
}

.wd_news .wd_news_box .news_list ul li .news_list_c {
  line-height: 36px;
  color: #808080;
  letter-spacing: 2px;
  font-size: 18px;
}

.wd_news .wd_news_box .news_list ul li:hover .news_list_b {
  color: #003677;
}

.wd_news .wd_news_box .news_bg img {
  position: absolute;
  top: 15%;
  right: -20%;
  z-index: 990;
}

.wd_news .wd_news_box .left_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #e7e7e7;
  z-index: 11111;
}

/*

  产品服务

*/
.product {
  width: 100%;
  margin: 0 auto;
  padding-top: 5%;
}

.product .product_box {
  max-width: 1100px;
  margin: 0 auto;
}

.product .product_box .product_list {
  width: 100%;
}

.product .product_box .product_list ul li {
  text-align: center;
  padding-bottom: 40px;
  margin-top: 20px;
}

.product .product_box .product_list ul li a {
  display: block;
}

.product .product_box .product_list ul li .product_a {
  padding: 10%;
  border: 1px #e5e5e5 solid;
  border-bottom: 0;
}

.product .product_box .product_list ul li .product_a img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.product .product_box .product_list ul li .product_a img:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.product .product_box .product_list ul li .product_b {
  width: 100%;
  text-align: center;
  height: 42px;
  background-color: #003677;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
}

/*

  产品服务详情

*/
.cp_xq_list {
  width: 100px;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cp_xq_list.fix {
  position: fixed;
  top: 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cp_xq_list ul {
  width: 100%;
  border-bottom: 1px solid #dcdcdd;
}

.cp_xq_list ul li {
  width: 100%;
  border: 1px solid #dcdcdd;
  border-bottom: none;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
}

.cp_xq_list ul li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.cp_xq_list ul li a.style_nav_active {
  color: #003677;
}

.cp_xq {
  width: 100%;
  margin: 0 auto;
  padding-top: 5%;
}

.cp_xq .cp_xq_box {
  max-width: 1100px;
  margin: 0 auto;
}

.cp_xq .cp_xq_box .cp_xq_img {
  width: 88%;
  float: right;
}

.cp_xq .cp_xq_box .cp_xq_img img {
  width: 100%;
}

.cp_xq .cp_xq_box .cp_xq_a {
  width: 100%;
}

.cp_xq .cp_xq_box .cp_xq_a .cp_xq_a_lt {
  width: 55%;
  padding: 0 4%;
}

.cp_xq .cp_xq_box .cp_xq_a .cp_xq_a_lt img {
  width: 100%;
}

.cp_xq .cp_xq_box .cp_xq_a .cp_xq_a_rt {
  width: 45%;
}

.cp_xq .cp_xq_box .cp_xq_a .cp_xq_a_rt .cp_xq_a_rt_one {
  color: #666666;
  font-size: 20px;
  padding: 10px 0;
  border-bottom: 1px dotted #979797;
}

.cp_xq .cp_xq_box .cp_xq_a .cp_xq_a_rt .cp_xq_a_rt_two {
  margin-top: 15px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.cp_xq .cp_xq_box .cp_xq_b {
  margin-top: 5%;
}

.cp_xq .cp_xq_box .cp_xq_b .cp_xq_b_one {
  border-bottom: 1px solid #828282;
}

.cp_xq .cp_xq_box .cp_xq_b .cp_xq_b_one span {
  display: inline-block;
  padding: 8px 15px;
  background: #003677;
  color: #fff;
  font-size: 24px;
}

.cp_xq .cp_xq_box .cp_xq_c {
  margin: 5% 0 3% 0;
}

.cp_xq .cp_xq_box .cp_xq_c .cp_xq_c_one {
  font-size: 20px;
  color: #003677;
}

.cp_xq .cp_xq_box .cp_xq_c .cp_xq_c_two {
  margin: 8px 0;
}

.cp_xq .cp_xq_box .cp_xq_c .cp_xq_c_two.cp_xq_c_two1 ul li {
  width: 33.2%;
  float: left;
  padding: 1% 1%;
}

.cp_xq .cp_xq_box .cp_xq_c .cp_xq_c_two.cp_xq_c_two1 ul li img {
  width: 100%;
}

.cp_xq .cp_xq_box .cp_xq_c .cp_xq_c_two span {
  display: inline-block;
  width: 15px;
}

.cp_xq .cp_xq_box .cp_xq_c .cp_xq_c_two span i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #828282;
}

.cp_xq .cp_xq_box .cp_xq_c .cp_xq_c_two p {
  width: 95%;
  font-size: 14px;
  line-height: 24px;
}

.cp_xq .cp_xq_box .cp_xq_c .cp_xq_c_two div {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}

.cp_xq .cp_xq_box .cp_xq_c .cp_xq_c_two ul {
  margin: 3% auto;
}

.cp_xq .cp_xq_box .cp_xq_c .cp_xq_c_two ul li {
  width: 50%;
  float: left;
  padding: 0 2%;
}

.cp_xq .cp_xq_box .cp_xq_c .cp_xq_c_two ul li img {
  width: 100%;
}

.cp_xq .cp_xq_box .cp_xq_c .cp_xq_c_three div {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0;
}

.cp_xq .cp_xq_box .cp_xq_c .cp_xq_c_three img {
  display: block;
  margin: 3% auto;
  width: 60%;
}

.cp_xq .cp_xq_box .cp_xq_c .cp_xq_c_four {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0;
  text-indent: 2em;
}

.cp_xq .cp_xq_box .cp_xq_d ul li {
  width: 25%;
  float: left;
}

.cp_xq .cp_xq_box .cp_xq_d ul li img {
  width: 100%;
}

.cp_xq .cp_xq_box .cp_xq_e {
  text-align: center;
  font-size: 30px;
  color: #333333;
  margin: 2% 0;
}

.cp_xq .cp_xq_box .cp_xq_k ul li {
  width: 33.3%;
  padding: 4%;
  float: left;
}

.cp_xq .cp_xq_box .cp_xq_k ul li div {
  font-size: 16px;
  text-align: center;
  color: #1e1e1e;
  padding: 10px 0;
}

/*

  人才战略 - 企业文化

*/
.culture {
  width: 100%;
  margin: 0 auto;
}

.culture .culture_box {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 5%;
}

.culture .culture_box .culture_hd {
  width: 100%;
}

.culture .culture_box .culture_hd .culture_hd_lt {
  width: 50%;
  padding-top: 4%;
}

.culture .culture_box .culture_hd .culture_hd_lt .culture_hd_lt_a {
  font-size: 36px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.culture .culture_box .culture_hd .culture_hd_lt .culture_hd_lt_b {
  color: #003677;
  font-size: 22px;
  letter-spacing: 2px;
}

.culture .culture_box .culture_hd .culture_hd_rt {
  width: 50%;
  text-align: center;
}

.culture .culture_box .culture_hd .culture_hd_rt img {
  width: 50%;
}

.culture .culture_box .culture_main {
  margin-top: 5%;
}

.culture .culture_box .culture_main .culture_a {
  margin-top: 10px;
}

.culture .culture_box .culture_main .culture_a .culture_a1 {
  color: #333;
  margin: 0px;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
  letter-spacing: 2px;
}

.culture .culture_box .culture_main .culture_a .culture_a2 {
  font-size: 18px;
  letter-spacing: 2px;
}

/*

  人才战略 - 员工天地

*/
.cx_xq_swiper {
  max-width: 800px;
  margin: 0 auto;
}

.cx_xq_swiper .swiper-container .btn3 {
  position: absolute;
  top: 45%;
  left: 5%;
  z-index: 999;
}

.cx_xq_swiper .swiper-container .btn4 {
  position: absolute;
  top: 45%;
  right: 5%;
  z-index: 999;
}

.cx_xq_swiper .swiper-container .swiper-slide img {
  width: 100%;
}

/*

  联系我们 - 营销网络

*/
.contact_map {
  width: 100%;
  margin: 0 auto;
}

.contact_map .contact_map_box {
  max-width: 1100px;
  margin: 0 auto;
}

.contact_map .contact_map_box .contact_map_a {
  width: 100%;
}

.contact_map .contact_map_box .contact_map_a .contact_map_a_lt {
  width: 60%;
  padding: 4%;
}

.contact_map .contact_map_box .contact_map_a .contact_map_a_lt .map1 {
  width: 100%;
  height: 250px;
  border: #ccc solid 1px;
  font-size: 12px;
}

.contact_map .contact_map_box .contact_map_a .contact_map_a_rt {
  width: 40%;
  padding: 4%;
}

.contact_map .contact_map_box .contact_map_a .contact_map_a_rt .contact_map_a_rt_one {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}

.contact_map .contact_map_box .contact_map_a .contact_map_a_rt .contact_map_a_rt_two {
  font-size: 14px;
  color: #7b7c7c;
  margin-bottom: 10px;
}

.iw_poi_title {
  color: #003677;
  font-size: 16px;
}

.iw_poi_content {
  margin-top: 10px;
  line-height: 20px;
}

/*

  联系我们 - 在线留言

*/
.contact {
  width: 100%;
  margin: 0 auto;
  margin-top: 3.5%;
}

.contact .contact_box {
  max-width: 1100px;
  margin: 0 auto;
}

.contact .contact_box .contact_title {
  width: 100%;
  font-size: 36px;
  color: #003677;
  margin-bottom: 3%;
}

.contact .contact_box .contact_dt {
  width: 100%;
  margin: 0 auto;
}

.contact .contact_box .contact_main {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.contact .contact_box .contact_main .contact_lt .contact_lt_a {
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 70px;
  margin-bottom: 47px;
}

.contact .contact_box .contact_main .contact_lt .contact_lt_b {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 2px;
}

.contact .contact_box .contact_main .contact_rt {
  background: #f6f6f6;
  padding: 0 4%;
  padding-bottom: 5%;
  margin-top: 7%;
}

.contact .contact_box .contact_main .contact_rt .contact_rt_a {
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 70px;
  margin-bottom: 47px;
}

.contact .contact_box .contact_main .contact_rt .contact_rt_b div {
  margin-top: 7%;
}

.contact .contact_box .contact_main .contact_rt .contact_rt_b input {
  font-size: 16px;
}

.contact .contact_box .contact_main .contact_rt .contact_rt_b .contact_rt_b1 input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  height: 42px;
  line-height: 42px;
  padding-left: 10px;
  background: #f6f6f6;
  outline: none;
}

.contact .contact_box .contact_main .contact_rt .contact_rt_b .contact_rt_b2 input {
  width: 40%;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  height: 42px;
  line-height: 42px;
  padding-left: 10px;
  background: #f6f6f6;
  outline: none;
}

.contact .contact_box .contact_main .contact_rt .contact_rt_b .contact_rt_b3 input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  height: 42px;
  line-height: 42px;
  padding-left: 10px;
  background: #f6f6f6;
  outline: none;
}

.contact .contact_box .contact_main .contact_rt .contact_rt_b .contact_rt_b4 {
  margin-top: 10%;
  text-align: center;
}

.contact .contact_box .contact_main .contact_rt .contact_rt_b .contact_rt_b4 input {
  width: 45%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #e5e5e5;
  color: #a0a0a0;
  background: #f6f6f6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contact .contact_box .contact_main .contact_rt .contact_rt_b .contact_rt_b4 input:hover {
  background: #003677;
  border: 1px solid #003677;
  color: #fff;
  -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_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: 90px;
  margin-bottom: 5%;
  overflow: hidden;
}

.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;
}

/*

  联系我们 - 联系地图

*/
.ditu {
  width: 100%;
  margin: 0 auto;
  padding-top: 5%;
}

.ditu .ditu_box {
  max-width: 1100px;
  margin: 0 auto;
}

.ditu .ditu_box .ditu_a {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.ditu .ditu_box .ditu_a .map1 {
  width: 100%;
  height: 550px;
  border: #ccc solid 1px;
  font-size: 12px;
}

.ditu .ditu_box .ditu_a .ditu_main {
  background: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5000000,endColorstr=#E5000000);
  width: 300px;
  padding: 15px 20px;
  position: absolute;
  top: 25%;
  left: 4%;
  z-index: 999;
}

.ditu .ditu_box .ditu_a .ditu_main .ditu_main_a {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #fff;
}

.ditu .ditu_box .ditu_a .ditu_main .ditu_main_b {
  line-height: 26px;
  color: #f3f3f3;
}

.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;
}
