﻿@charset "utf-8";

.home-top-grid1 {
  background: rgba(11, 100, 143, 0.7);
  transition: 0.5s all;
}

.home-top-grid2 {
  background: rgba(226, 23, 55, 0.5);
  transition: 0.5s all;
}

.home-top-grid3 {
  background: rgba(11, 100, 143, 0.4);
  transition: 0.5s all;
}

.iconfont {
  font-family: 'iconfont';
}

img {
  max-width: 100%;
}

@font-face {
  font-family: 'HelveticaLTStd-Cond.otf';
  src: url('../fonts/HelveticaLTStd-Cond.otf');
}

@font-face {
  font-family: 'JShuShong.TTF';
  src: url('../fonts/JShuShong.TTF');
}

@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  /* IE9*/
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/iconfont.woff') format('woff'),
    /* chrome、firefox */
    url('../fonts/iconfont.ttf') format('truetype'),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg#iconfont') format('svg');
  /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "微软雅黑";
  min-width: 320px;
}

.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}

.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.relative {
  position: relative;
}

li {
  list-style-type: none;
}

a {
  color: #666;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

.container {
  width: 100%;
  padding: 0px;
}

.contact_zi .zi_top {
  margin-top: 0px;
}

.sheade {
  background: #000;
  /* overflow: hidden; */
  /* _height: 1%; */
  position: relative;
  height: 80px;
}

.headebox {
  position: relative;
}

/*-header-*/
.header {
  clear: both;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.header .container {
  max-width: 1400px;
  width: 98%;
  margin: auto;
}

.header .container .logo {
  width: 14%;
  float: left;
  display: block;
}

@media (max-width: 768px) {
  .header .container .logo {
    width: 50%;
    margin: 5px 0px;
  }
}

.header .container .nav_ul {
  width: 50%;
  float: right;
}

.header .container .nav_ul li {
  float: left;
  width: 16.6%;
  background: url(../images/nav_xian.jpg) center right no-repeat;
  text-align: center;
  height: 80px;
  position: relative;
}

.header .container .nav_ul li a {
  display: block;

  line-height: 80px;
  color: #fff;
  font-family: '微软雅黑';
  font-size: 16px;
}

.header .container .nav_ul li:last-child {
  background: none;
}

.header .container .nav_ul li .ernav {
  position: absolute;
  z-index: 9999;
  width: 100%;
  padding: 10px 0px;
  box-sizing: border-box;
  /* background: #2c43b9; */
  display: none;
}

.header .container .nav_ul li .ernav.sub {
  width: 600px;
  padding: 10px;
	background:rgba(44,67,185,0.7)
}

.header .container .nav_ul li .ernav2.sub {
  width: 400px;
}


.header .container .nav_ul li .ernav.sub ul {
  overflow: hidden;
}

.header .container .nav_ul li .ernav.sub li {
  width: 33.333333%;
  display: inline-block;
  vertical-align: top;
  height: auto;
  text-align: left;
}


.header .container .nav_ul li .ernav2.sub li {
  width: 50%;
}

.header .container .nav_ul li .ernav.sub li a {
  padding: 0 10px;
  line-height: 40px;
  font-size: 17px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.header .container .nav_ul li .ernav.sub li ul li {
  display: block;
  width: 100%;

}

.header .container .nav_ul li .ernav.sub li ul li a {
  font-size: 14px;
  line-height: 35px;
}

.header .container .nav_ul li .ernav.sub li ul li a:hover {
  text-decoration: underline;
  background: none;
}

.header .container .nav_ul li .ernav a {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}

// .header .container .nav_ul li .ernav a:hover {
//   background: #4157c4;
// }
.header .container .nav_ul li:hover .ernav {
  display: block;
}

.header .container .nav_ul li:hover a {
  // background: #2c43b9;
  color: #fff;
}

.header .container .nav_ul .active a {
  // background: #2c43b9;
  color: #fff;
}

.header .container .dian_l {
  float: right;
  font-size: 20px;
  color: #fff;
  line-height: 80px;
  margin-right: 2%;
}

@media (max-width: 1024px) {
  .header .container .dian_l {
    font-size: 18px;
    margin-left: 2%;
  }
}

.header .container .yuyan {
  max-width: 114px;
  width: 15%;
  float: right;
  padding-top: 25px;
  text-align: right;
  position: relative;
}

.header .container .yuyan a {
  border: 1px solid #fff;
  font-size: 12px;
  font-family: arial;
  line-height: 32px;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  float: left;
  margin-left: 5px;
}

.header .container .yuyan .sou {
  background: url(../images/fang.png) center center no-repeat;
}

.header .container .yuyan .sou_div {
  width: 200px;
  position: absolute;
  top: 62px;
  right: 0px;
  z-index: 9999;
  background: #ffffff;
  border-radius: 3px;
  padding: 10px 0px;
  display: none;
}

.header .container .yuyan .sou_div .input_cc {
  width: 190px;
}

.header .container .yuyan .sou_div .input_cc input {
  width: 150px;
  font-size: 12px;
  padding: 5px;
  border: 1px solid #9c9c9c;
}

.header .container .yuyan .sou_div .input_cc input:focus {
  outline: none;
}

.header .container .yuyan .sou_div .input_cc img {
  cursor: pointer;
}

@media (max-width: 980px) {
  .header .container .nav_ul {
    display: none;
  }

  .header .container .yuyan {
    display: none;
  }

  .header .container .phone-nav {
    display: block;
  }

  .header .container .dian_l {
    display: none;
  }
}

/*-banner-*/
.banner {
  clear: both;
  text-align: center;
}

.clear {
  overflow: hidden;
  _zoom: 1;
}

.clearfix {
  _zoom: 1;
}

.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

/*移动端底部导航*/
.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 99999;
}

.phonefooternav ul li {
  width: 25%;
  background: #494949;
  float: left;
  padding: 10px 0;
  border-right: 1px solid #666;
  list-style: none;
}

.phonefooternav ul li a {
  display: block;
  color: #fff;
  text-align: center;
}

.phonefooternav ul li a i {
  display: block;
  font-size: 20px;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .phonefooternav {
    display: block;
  }
}

@media (max-width: 480px) {
  .phonefooternav ul li {
    padding: 3px 0px;
  }

  .phonefooternav ul li a i {
    padding: 2px 0px;
  }
}

/*-phone-nav-*/
.phone-nav {
  position: absolute;
  right: 1%;
  margin-right: 15px;
  display: none;
  color: #fff;
  z-index: 9;
  padding-top: 22px;
}

.phone-nav span {
  color: #fff;
  font-size: 30px;
}

.zy_q .left {
  float: left;
  display: inline-block;
}

.banner {
  width: 100%;
  max-width: 1920px;
}

.banner img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.banner .slick-dots li.slick-active button {
  background: #765714;
}

.home_pro {
  width: 100%;
}

.home_pro li {
  width: 33.333%;
  float: left;
  position: relative;
}

.home_pro li .text_pro {
  float: left;
  padding: 20% 1% 0% 5%;
  width: 48%;
}

.home_pro li .text_pro span {
  color: #301f0b;
  font-size: 30px;
  display: block;
  line-height: 50px;
  height: 50px;
  width: 100%;
  overflow: hidden;
}

.home_pro li .text_pro p {
  color: #928373;
  font-size: 14px;
  font-family: '微软雅黑';
  height: 30px;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
}

.home_pro li .text_pro a {
  width: 134px;
  height: 39px;
  border-radius: 20px;
  display: block;
  border: 1px solid #6d77c0;
  text-align: center;
  line-height: 39px;
  font-family: '微软雅黑';
  font-size: 13px;
  transition: 0.3s;
}

.home_pro li .text_pro a:hover {
  width: 140px;
}

@media (max-width: 640px) {
  .home_pro li .text_pro {
    padding: 5% 1% 0% 2%;
  }
}

.home_pro li .pic_pro {
  float: right;
  position: relative;
  width: 50.4%;
}

.home_pro li .pic_pro i {
  display: block;
  padding-bottom: 126.66666666666666%;
}

.home_pro li:first-child {
  background: #efdfcf;
}

.home_pro li:first-child a {
  color: #2c43b9;
}

.home_pro li:nth-child(2n) {
  background: #ebecee;
}

.home_pro li:nth-child(2n) p {
  color: #6f6f6f;
}

.home_pro li:nth-child(2n) a {
  background: #2c43b9;
  color: #fff;
}

.home_pro li:last-child {
  background: #2c43b9;
}

.home_pro li:last-child span {
  color: #fff;
}

.home_pro li:last-child p {
  color: #98b6e8;
}

.home_pro li:last-child a {
  color: #fff;
  border: 1px solid #fff;
}

@media (max-width: 640px) {
  .home_pro li {
    width: 100%;
  }
}

.pro_div {
  width: 96%;
  margin: auto;
  overflow: hidden;
}

.pro_div .pro_nei {
  display: none;
}

.pro_div .pro_nei .slick-prev,
.pro_div .pro_nei .slick-next {
  width: 32px;
  height: 32px;
  border-color: #353535;
  top: 50%;
  margin-top: -16px;
}

.pro_div .pro_nei .slick-list {
  width: 90%;
  margin: auto;
}

.pro_div .pro_nei>div {
  width: 25%;
  float: left;
}

.pro_div .pro_nei .pic {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pro_div .pro_nei .pic i {
  display: block;
  padding-bottom: 78%;
}

.pro_div .pro_nei .pic img {
  transition: 0.3s;
}

.pro_div .pro_nei .pic:hover img {
  transform: scale(1.1);
}

.pro_div .pro_nei span {
  display: block;
  color: #323030;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #ededed;
  width: 87%;
  overflow: hidden;
  text-align: center;
}

.pro_div .pro_nei p {
  font-family: '微软雅黑';
  font-size: 13px;
  color: #ababab;
  height: 32px;
  line-height: 32px;
  width: 85%;
  overflow: hidden;
  text-align: center;
}

.top_all {
  width: 100%;
  margin: 3% auto;
}

.top_all h4 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  color: #4a4a4a;
  font-size: 40px;
  text-align: center;
  font-family: HelveticaLTStd-Cond;
}

.top_all span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #404040;
  font-size: 26px;
  text-align: center;
  font-family: JShuShong;
}

@media(max-width:768px) {
  .pro_div .pro_nei>div {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .top_all h4 {
    font-size: 30px;
  }

  .top_all span {
    font-size: 20px;
  }
}

.home_news {
  width: 100%;
  background: #efefef;
  padding-bottom: 2%;
}

.home_news .top_all {
  padding: 4% 0px 8%;
  background: #2c43b9;
}

.home_news .top_all h4 {
  color: #fff;
}

.home_news .top_all span {
  color: #fff;
}

.home_news .n_more {
  width: 188px;
  height: 40px;
  background: #2c43b9;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  font-family: "'微软雅黑'";
  transition: 0.3s;
  margin: 3% auto;
}

.home_news .n_more:hover {
  width: 195px;
  font-weight: 700;
}

.fangan_ul li {
  width: 25%;
  float: left;
  position: relative;
  cursor: pointer;
}

.fangan_ul li .pic {
  position: relative;
  overflow: hidden;
}

.fangan_ul li .pic i {
  display: block;
  padding-bottom: 56.75%;
}

.fangan_ul li .zhe_a {
  background: rgba(44, 67, 185, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  display: none;
}

.fangan_ul li .zhe_a div {
  position: absolute;
  top: 50%;
  margin-top: -41px;
  width: 100%;
}

.fangan_ul li .zhe_a h5 {
  font-size: 24px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  width: 100%;
}

.fangan_ul li .zhe_a span {
  width: 48px;
  height: 2px;
  display: block;
  background: #fff;
  margin: 10px auto;
}

.fangan_ul li .zhe_a p {
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  width: 100%;
  overflow: hidden;
}

.fangan_ul li:hover .zhe_a {
  display: block;
}

@media (max-width: 768px) {
  .fangan_ul li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .fangan_ul li {
    width: 100%;
  }
}

.news_nei {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  background: #ffffff;
  font-family: '微软雅黑';
  margin-top: -8%;
}

.news_nei .news_qie {
  border-bottom: 1px solid #e1e1e1;
}

.news_nei .news_qie span {
  color: #313131;
  font-size: 15px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  margin-left: 4%;
  cursor: pointer;
}

.news_nei .news_qie span:hover {
  border-bottom: 5px solid #2c43b9;
  color: #2c43b9;
}

.news_nei .news_qie .active {
  border-bottom: 5px solid #2c43b9;
  color: #2c43b9;
}

.news_nei ul {
  padding-left: 4%;
  padding-right: 4%;
  font-size: 13px;
  display: none;
  overflow: hidden;
}

.news_nei ul li {

  padding: 20px 10px;
  float: left;
  width: 50%;
}

.news_nei ul li .pic {
  position: absolute;
  width: 200px;
  top: 0;
  left: 0;
  height: 141px;
}

.news_nei ul li .pic:after {
  content: '';
  display: block;
  padding-bottom: 70.5%;
}

.news_nei ul li .text {
  padding-left: 220px;
  height: 141px;
  padding-top: 10px;
}

.news_nei ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
  padding-bottom: 20px;
}

.news_nei ul li span {
  background: #2c43b9;
  color: #fff;
  max-width: 90px;
  height: 25px;
  padding: 0 10px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  margin-right: 1%;
  display: none;
}

.news_nei ul li i {
  display: block;
  font-style: normal;
  color: #616161;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  margin-bottom: 5px;
}

.news_nei ul li p {
  display: block;
  font-family: arial;
  color: #9d9d9d;
  height: 50px;
  line-height: 25px;
  overflow: hidden;
}

.news_nei ul li:nth-child(2n+2) span {
  background: #1692c6;
}

.news_nei ul li:hover i {
  color: #2c43b9;
}

@media (max-width: 768px) {}

@media (max-width: 520px) {
  .news_nei ul li {
    width: 100%
  }

  .news_nei ul li .pic {
    width: 150px;
    height: 106px;
  }

  .news_nei ul li .text {
    padding-left: 170px;
    height: 106px;
  }
}

.home_about .about_nei {
  width: 100%;
  max-width: 1160px;
  margin: auto;
  font-size: 13px;
  font-family: '微软雅黑';
  color: #3f3f3f;
}

.home_about .about_nei p {
  text-align: center;
  line-height: 32px;
}

.home_about .about_nei .a_more {
  width: 188px;
  height: 40px;
  color: #fff;
  background: #2c43b9;
  line-height: 40px;
  text-align: center;
  display: block;
  font-size: 14px;
  font-family: '微软雅黑';
  border-radius: 20px;
  margin: 20px auto;
  transition: 0.3s;
}

.home_about .about_nei .a_more:hover {
  width: 195px;
  font-weight: 700;
}

.footer {
  background: #fff;
  width: 100%;
  overflow: hidden;
}

.footer .footer_com {
  width: 98%;
  max-width: 1285px;
  margin: auto;
  padding: 4% 0px;
}

.footer .footer_com .footer_ul1 {
  width: 72%;
  float: left;
}

.footer .footer_com .footer_ul1 li {
  float: left;
  width: 20%;
  min-height: 158px;
  padding: 0px 15px;
  position: relative;
}

.footer .footer_com .footer_ul1 li:after {
  content: "";
  height: 1px;
  background: #e1e1e1;
  width: 80%;
  position: absolute;
  top: 35px;
  left: 15px;
}

.footer .footer_com .footer_ul1 li a {
  display: block;
  font-size: 13px;
  color: #7a7a7a;
  line-height: 26px;
  height: 26px;
  width: 100%;
  overflow: hidden;
}

.footer .footer_com .footer_ul1 li a:hover {
  color: #333;
}

.footer .footer_com .footer_ul1 li .tit_a {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
}

.footer .footer_com .footer_ul2 {
  width: 26%;
  float: right;
}

.footer .footer_com .footer_ul2 a {
  font-size: 34px;
  color: #666;
  font-weight: 700;
}

.footer .footer_com .footer_ul2 p {
  font-size: 12px;
  color: #797979;
}

.footer .footer_com .footer_ul2 img {
  max-width: 100%;
  margin-top: 2%;
}

@media (max-width: 640px) {
  .footer .footer_com .footer_ul1 {
    width: 100%;
  }

  .footer .footer_com .footer_ul2 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .footer .footer_com .footer_ul1 {
    display: none;
  }
}

.footer_copy {
  border-top: 1px solid #353535;
  padding: 8px 0px 5px;
  background: #2c2c2c;
}

@media (max-width: 768px) {
  .footer_copy {
    padding-bottom: 90px;
  }
}

.copy_c {
  width: 98%;
  max-width: 1285px;
  margin: auto;
  line-height: 30px;
}

.copy_c .left {
  width: 80%;
  float: left;
  color: #5e5e5e;
  font-size: 12px;
  font-family: '微软雅黑';
}

.copy_c .left a:hover {
  color: #2c43b9;
}

.copy_c .left .co_zi {
  max-width: 60%;
  display: inline-block;
  vertical-align: top;
}

.copy_c .left .m1 {
  margin: 0px 1%;
}

.copy_c .left .links {
  border: 1px solid #4c4c4c;
  padding: 3px 15px 3px 10px;
  cursor: pointer;
  position: relative;
  color: #848484;
  display: inline-block;
  height: 20px;
  height: 20px;
  padding: 0 15px 0px 10px;
  line-height: 20px;
}

.copy_c .left .links .links_show {
  position: absolute;
  bottom: 20px;
  padding-left: 10px;
  display: none;
  left: 0px;
  padding: 10px;
  line-height: 20px;
  width: 100%;
}

.copy_c .left .links .links_show a {
  color: #848484;
}

.copy_c .left .links .glyphicon {
  left: 10px;
}

.copy_c .right {
  float: right;
}

.copy_c .right .er_show {
  position: relative;
}

.copy_c .right .er_show .er_img {
  position: absolute;
  bottom: -4px;
  left: 0px;
}

.copy_c .right .m2 {
  display: none;
}

@media (max-width: 640px) {
  .copy_c .left {
    width: 100%;
  }

  .copy_c .right {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .copy_c .left .co_zi {
    max-width: 100%;
  }

  .copy_c .left .m1 {
    display: none;
  }

  .copy_c .left .links {
    display: none;
  }

  .copy_c .right {
    padding-bottom: 2%;
  }

  .copy_c .right .m2 {
    display: block;
    margin-bottom: 5px;
  }

  .copy_c .right .m2:hover {
    color: #7fbf34;
  }

  .copy_c .right .er_show {
    display: none;
  }
}

.zi_top {
  background: url(../images/zi_bg.png);
  position: relative;
  margin-top: -49px;
  z-index: 98;
}

.zi_top .top_com {
  width: 98%;
  max-width: 900px;
  margin: auto;
  position: relative;
  text-align: center;
}

.zi_top .top_com a {
  display: inline-block;
  vertical-align: middle;
  line-height: 49px;
  padding: 0px 25px;
  border-left: 1px solid #22201d;
  color: #fff;
}

.zi_top .top_com a span {
  display: block;
  height: 49px;
  max-width: 110px;
  line-height: 49px;
  overflow: hidden;
}

.zi_top .top_com a:hover {
  background: #2c43b9;
}

.zi_top .top_com .active {
  background: #2c43b9;
}

@media (max-width: 980px) {
  .zi_top {
    margin-top: 0px;
  }
}

.zi_top .t_c_show {
  min-height: 50px;
  position: absolute;
  top: 49px;
  width: 100%;
  display: none;
}

.zi_top .t_c_show .top_com2 {
  width: 100%;
  background: #2c43b9;
  margin: auto;
  position: relative;
  display: none;
}

.zi_top .t_c_show .top_com2 a {
  display: inline-block;
  vertical-align: middle;
  line-height: 49px;
  padding: 0px 20px;
  color: #fff;

  overflow: hidden;
  height: 49px;
}

.zi_top .t_c_show .top_com2 a:hover {
  font-weight: 700;
}

.zi_top .t_c_show .top_com2 .c_s {
  width: 98%;
  max-width: 900px;
  margin: auto;
}

@media (max-width: 980px) {
  .zi_top {
    display: none;
  }
}

.zi_com {
  background: #fff;
}

.zi_com .bar {
  max-width: 1210px;
  width: 98%;
  margin: auto;
  text-align: right;
  color: #727272;
  font-size: 12px;
  padding: 20px 0px;
  line-height: 20px;
}

.zi_com .bar a {
  color: #727272;
  font-size: 12px;
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
  vertical-align: top;
  height: 20px;
  line-height: 20px;
}

.zi_com .about_zi {
  max-width: 1210px;
  width: 98%;
  margin: 0px auto 3%;
}

.zi_com .about_zi .left {
  width: 43%;
  float: left;
}

.zi_com .about_zi .left h3 {
  font-size: 30px;
  color: #484848;
}

.zi_com .about_zi .left span {
  width: 53px;
  height: 4px;
  display: block;
  background: #484848;
  margin: 15px 0px;
}

.zi_com .about_zi .left p {
  font-size: 14px;
  line-height: 30px;
  color: #414141;
}

@media (max-width: 640px) {
  .zi_com .about_zi .left h3 {
    font-size: 24px;
  }

  .zi_com .about_zi .left span {
    margin: 8px 0px;
  }
}

.zi_com .about_zi .right {
  width: 53%;
  float: right;
}

.zi_com .about_zi .right .pic {
  position: relative;
  width: 50%;
  float: left;
}

.zi_com .about_zi .right .pic i {
  display: block;
  padding-bottom: 140.48257372654155%;
}

.zi_com .about_zi .right ul {
  width: 40%;
  float: right;
  text-align: center;
  border-top: 1px solid #F5F5F5;
}

.zi_com .about_zi .right ul li {
  border-bottom: 1px solid #f5f5f5;
  font-family: "微软雅黑";
  padding: 14px 0px;
}

.zi_com .about_zi .right ul li i {
  font-style: normal;
  color: #333333;
  font-size: 40px;
  font-family: 楷体;
}

.zi_com .about_zi .right ul li span {
  width: 35px;
  height: 2px;
  background: #eaeaea;
  margin: 15px auto;
  display: block;
}

@media (max-width: 768px) {
  .zi_com .about_zi .left {
    width: 100%;
  }

  .zi_com .about_zi .right {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .zi_com .about_zi .right {
    width: 100%;
  }

  .zi_com .about_zi .right ul li {
    padding: 4px 0px;
  }

  .zi_com .about_zi .right ul li i {
    font-size: 26px;
  }

  .zi_com .about_zi .right ul li span {
    margin: 4px auto;
  }
}

.qiwen {
  width: 100%;
  background: url(../images/qi_bg.jpg) center center;
  padding: 5% 0px;
}

.qiwen .com_qy {
  max-width: 1210px;
  width: 98%;
  margin: auto;
  background: url(../images/qi_c_bg.png);
  padding: 3%;
}

.qiwen .com_qy .wy_top .left_w {
  float: left;
  width: 120px;
}

.qiwen .com_qy .wy_top .left_w h3 {
  font-size: 30px;
  color: #484848;
}

.qiwen .com_qy .wy_top .left_w span {
  width: 53px;
  height: 4px;
  display: block;
  background: #484848;
  margin: 15px 0px;
}

@media (max-width: 640px) {
  .qiwen .com_qy .wy_top .left_w h3 {
    font-size: 24px;
  }

  .qiwen .com_qy .wy_top .left_w span {
    margin: 8px 0px;
  }
}

.qiwen .com_qy .wy_top .right_w {
  width: 224px;
  min-height: 70px;
  float: right;
  background: url(../images/wh_k.png) no-repeat top center;
  color: #5a5a5a;
  font-family: "微软雅黑";
  font-size: 36px;
  text-align: center;
  position: relative;
}

.qiwen .com_qy .wy_top .right_w span {
  position: absolute;
  left: 32px;
  bottom: -7px;
  font-size: 12px;
}

.qiwen .com_qy .wy_top .right_w i {
  font-style: normal;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}

@media (max-width: 480px) {
  .qiwen .com_qy .wy_top .right_w {
    display: none;
  }
}

.qiwen .com_qy .wh_ul {
  margin: 30px 0px 20px;
}

.qiwen .com_qy .wh_ul li {
  width: 33.333333333333336%;
  float: left;
  position: relative;
}

.qiwen .com_qy .wh_ul li i {
  display: block;
  padding-bottom: 50.26595744680851%;
}

.qiwen .com_qy p {
  color: #484848;
  line-height: 28px;
  font-family: '微软雅黑';
  font-size: 14px;
}

.hon_zi .hon_com {
  max-width: 1210px;
  width: 98%;
  margin: auto;
  padding: 5% 0px;
}

.hon_zi .hon_com .hon_top .left_h {
  float: left;
  max-width: 120px;
  width: 10%;
}

.hon_zi .hon_com .hon_top .left_h h3 {
  font-size: 30px;
  color: #484848;
}

.hon_zi .hon_com .hon_top .left_h span {
  width: 53px;
  height: 4px;
  display: block;
  background: #484848;
  margin: 15px 0px;
}

@media (max-width: 640px) {
  .hon_zi .hon_com .hon_top .left_h h3 {
    font-size: 24px;
  }

  .hon_zi .hon_com .hon_top .left_h span {
    margin: 8px 0px;
  }
}

.hon_zi .hon_com .hon_top .right_h {
  width: 88%;
  float: right;
  color: #6c6c6c;
  font-size: 13px;
}

@media (max-width: 1200px) {
  .hon_zi .hon_com .hon_top .left_h {
    width: 15%;
  }

  .hon_zi .hon_com .hon_top .right_h {
    width: 83%;
  }
}

@media (max-width: 980px) {
  .hon_zi .hon_com .hon_top .left_h {
    width: 100%;
  }

  .hon_zi .hon_com .hon_top .right_h {
    width: 100%;
  }
}

.hon_zi .hon_com .hon_ul li {
  background: #d2d2d2;
  width: 19.2%;
  float: left;
  margin-right: 1%;
  margin-top: 3.5%;
  padding: 2% 2% 0;
}

.hon_zi .hon_com .hon_ul li .pic {
  position: relative;
}

.hon_zi .hon_com .hon_ul li .pic i {
  display: block;
  padding-bottom: 66.82692307692307%;
}

.hon_zi .hon_com .hon_ul li p {
  width: 94%;
  margin: auto;
  text-align: center;
  font-size: 13px;
  font-family: '微软雅黑';
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}

.hon_zi .hon_com .hon_ul li:nth-child(5n+5) {
  margin-right: 0px;
}

@media (max-width: 640px) {
  .hon_zi .hon_com .hon_ul li {
    width: 49%;
    margin-right: 2%;
  }

  .hon_zi .hon_com .hon_ul li:nth-child(2n+2) {
    margin-right: 0px;
  }
}

.guan_news {
  background: #e6e6e6;
}

.guan_news .g_ncom {
  max-width: 1210px;
  width: 98%;
  margin: auto;
  padding: 3% 0px;
}

.guan_news .g_ncom .left_gn {
  width: 24%;
  float: left;
}

.guan_news .g_ncom .left_gn span {
  display: block;
  font-size: 30px;
  color: #1b1b1b;
  font-family: '微软雅黑';
  width: 100%;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}

.guan_news .g_ncom .left_gn i {
  display: block;
  font-style: normal;
  color: #636363;
  font-family: arial;
  font-size: 14px;
  padding-left: 2px;
}

.guan_news .g_ncom .guan_ul {
  width: 75%;
  float: right;
}

.guan_news .g_ncom .guan_ul li {
  border-bottom: 1px solid #d7d7d7;
  line-height: 56px;
}

.guan_news .g_ncom .guan_ul li a {
  display: block;
  font-size: 12px;
  color: #636363;
  font-family: '微软雅黑';
  width: 89%;
  line-height: 56px;
  overflow: hidden;
  float: left;
  height: 56px;
}

.guan_news .g_ncom .guan_ul li a:hover {
  color: #000;
}

.guan_news .g_ncom .guan_ul li span {
  display: block;
  float: right;
  font-size: 12px;
  font-family: arial;
  color: #999;
  width: 10%;
  text-align: right;
  line-height: 56px;
  height: 56px;
  overflow: hidden;
}

@media (max-width: 640px) {
  .guan_news .g_ncom .guan_ul li {
    line-height: 35px;
  }

  .guan_news .g_ncom .guan_ul li a,
  .guan_news .g_ncom .guan_ul li span {
    line-height: 35px;
    height: 35px;
  }
}

@media (max-width: 640px) {
  .guan_news .g_ncom .left_gn {
    width: 100%;
  }

  .guan_news .g_ncom .guan_ul {
    width: 100%;
  }

  .guan_news .g_ncom .guan_ul li a {
    width: 73%;
  }

  .guan_news .g_ncom .guan_ul li span {
    width: 25%;
  }
}

.pro_list {
  width: 100%;
  background: #f3f3f3;
}

.pro_list .p_list_ul {
  max-width: 1210px;
  width: 98%;
  margin: auto;
  padding-top: 2%;
}

.pro_list .p_list_ul li {
  width: 24.25%;
  position: relative;
  background: #fff;
  float: left;
  padding: 2%;
}

.pro_list .p_list_ul li .pic {
  position: relative;
  overflow: hidden;
}

.pro_list .p_list_ul li .pic i {
  display: block;
  padding-bottom: 78%;
}

.pro_list .p_list_ul li .pic img {
  transition: 0.3s;
}

.pro_list .p_list_ul li p {
  width: 90%;
  margin: auto;
  color: #323030;
  font-family: tahoma;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}

.pro_list .p_list_ul li:nth-child(4n+4) {
  margin-right: 0px;
}

.pro_list .p_list_ul li:hover .pic img {
  transform: scale(1.1);
}

.pro_list .p_list_ul li:hover p {
  font-weight: 700;
}

@media (max-width: 768px) {
  .pro_list .p_list_ul li {
    width: 49%;
    margin-right: 2%;
  }

  .pro_list .p_list_ul li:nth-child(2n+2) {
    margin-right: 0px;
  }
}

@media (max-width: 480px) {
  .pro_list .p_list_ul li {
    width: 100%;
    margin-right: 0%;
  }
}

.page {
  text-align: right;
  padding: 1% 0px 2%;
  color: #5e5e5e;
  width: 100%;
  max-width: 1210px;
  margin: auto;
  text-align: center;
}

.page span,
.page a {
  margin-bottom: 5px;
}

.page span {
  font-size: 12px;
  font-family: arial;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  color: #5e5e5e;
}

.page a {
  border: 1px solid #eaeaea;
  padding: 2px 7px;
  display: inline-block;
  margin-right: 8px;
  color: #5e5e5e;
  font-size: 13px;
  font-family: arial;
  vertical-align: middle;
}

.page a:hover {
  color: #fff;
  border-color: #2c43b9;
  background: #2c43b9;
}

.page .cpb {
  color: #fff;
  border-color: #2c43b9;
  background: #2c43b9;
}

.page .s_s {
  vertical-align: top;
}

.news_ul_zi {
  width: 98%;
  max-width: 1210px;
  margin: auto;
  overflow: hidden;
}

.news_ul_zi li {
  margin-bottom: 4%;
  width: 33.3333333%;
  float: left;
  padding: 0 10px;
  overflow: hidden;
}

.news_ul_zi li a {
  display: block;
  position: relative;
}

.news_ul_zi li .text {
  width: 100%;
  border-top: 2px solid #cccccc;
  padding-top: 15px;
}

.news_ul_zi li .text h4 {
  color: #000;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.news_ul_zi li .text time {
  color: #bfbfbf;
  font-family: arial;
  font-size: 13px;
  line-height: 23px;
  height: 20px;
  background: url(../images/time.png) no-repeat left center;
  display: block;
  margin: 10px 0px;
  padding-left: 25px;
}

@media (max-width: 640px) {
  .news_ul_zi li .text time {
    margin: 5px 0px;
  }

  .news_ul_zi li {
    width: 50%;
  }

  .news_ul_zi li .text h4 {
    font-size: 16px;
  }
}

.news_ul_zi li .text p {
  font-size: 13px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #7a7a7a;
  margin: 20px 0px;
}

@media (max-width: 640px) {
  .news_ul_zi li .text p {
    margin: 10px 0px;
  }
}

.news_ul_zi li .text span {
  border: 1px solid #afafaf;
  color: #afafaf;
  transition: 0.3s;
  overflow: hidden;
  width: 125px;
  text-align: center;
  padding: 5px 0;
  display: block;
}

.news_ul_zi li .pic {
  position: relative;
  overflow: hidden;
  z-index: 1
}

.news_ul_zi li .pic i {
  display: block;
  padding-bottom: 70.34883720930233%;
}

.news_ul_zi li .pic img {
  transition: 0.3s;
}

.news_ul_zi li:hover .text {
  border-color: #2c43b9;
}

.news_ul_zi li:hover .text h4 {
  color: #2c43b9;
}

.news_ul_zi li:hover .text span {
  border-color: #2c43b9;
  color: #fff;
  background: #2c43b9;
}

.news_ul_zi li:hover .pic img {
  transform: scale(1.1);
}

@media (max-width: 480px) {
  .news_ul_zi li .text {
    width: 100%;
    margin-bottom: 20px;
  }

  .news_ul_zi li .pic {
    width: 100%;
  }
}

.solu {
  width: 98%;
  max-width: 1210px;
  margin: auto;
}

.solu .solu1 {
  position: relative;
  margin-bottom: 4%;
}

.solu .solu1 .pic {
  width: 66.2%;
  float: left;
  position: relative;
}

.solu .solu1 .pic i {
  display: block;
  padding-bottom: 43.1960049937578%;
}

.solu .solu1 .text {
  width: 37.4%;
  position: absolute;
  right: 0px;
  background: rgba(44, 67, 185, 0.8);
  padding: 3% 2.5%;
  color: #fff;
  top: 17%;
}

.solu .solu1 .text span {
  font-size: 24px;
  line-height: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
}

.solu .solu1 .text p {
  line-height: 24px;
  font-size: 14px;
  height: 96px;
  overflow: hidden;
}

@media (max-width: 980px) {
  .solu .solu1 .text {
    top: 7%;
  }
}

@media (max-width: 980px) {
  .solu .solu1 .pic {
    width: 100%;
  }

  .solu .solu1 .text {
    display: none;
  }
}

.solu2 {
  margin-bottom: 10px;
}

.solu2 h4 {
  background: #dbdbdb;
  height: 49px;
  line-height: 49px;
  padding: 0px 15px;
}

.solu2 h4 span {
  color: #415abf;
  font-size: 17px;
  font-weight: 700;
  display: block;
  height: 49px;
  line-height: 49px;
  width: 100%;
  overflow: hidden;
}

.solu2 p {
  color: #777777;
  font-size: 14px;
  line-height: 26px;
  padding: 20px 15px;
}

/*在线留言*/
.feedback_con {
  max-width: 780px;
  width: 98%;
  margin: auto;
  padding: 60px 0;
}

.feedback_con .mes_tt {
  text-align: center;
}

.feedback_con .mes_tt h3 {
  color: #2d2d2d;
  font-size: 30px;
}

.feedback_con .mes_tt h5 {
  color: #717171;
  font-size: 12px;
  line-height: 20px;
}

.feedback_con .mes-kk {
  margin: 70px auto;
}

.feedback_con .mes-kk .input-wrap {
  width: 49%;
  float: left;
  margin-right: 2%;
}

.feedback_con .mes-kk .input-wrap input {
  float: left;
  width: 96%;
  border: 1px solid #cccccc;
  height: 38px;
  font-size: 12px;
  line-height: 38px;
  background-color: #fff;
  padding-left: 1.893939393939394%;
  margin-bottom: 2.6515151515151514%;
  outline: none;
  color: #777;
}

.feedback_con .mes-kk .input-wrap input:focus {
  border: 1px solid #2c43b9;
}

.feedback_con .mes-kk .input-wrap span {
  font-size: 12px;
  color: #ff1f00;
  line-height: 38px;
}

.feedback_con .mes-kk .input-wrap:nth-child(2n+2) {
  margin-right: 0px;
}

@media (max-width: 640px) {
  .feedback_con .mes-kk .input-wrap {
    width: 100%;
    margin-right: 0px;
  }
}

.feedback_con .mes-kk textarea {
  width: 98%;
  height: 95px;
  font-size: 12px;
  border: 1px solid #cccccc;
  line-height: 24px;
  background-color: #fff;
  padding-left: 0.927643784786642%;
  margin-bottom: 2.6515151515151514%;
  float: left;
  color: #777;
  outline: none;
}

.feedback_con .mes-kk textarea:focus {
  border: 1px solid #2c43b9;
}

@media (max-width: 640px) {
  .feedback_con .mes-kk textarea {
    width: 96%;
    padding-left: 1.893939393939394%;
  }
}

.feedback_con .mes-kk span {
  font-size: 12px;
  color: #ff1f00;
  line-height: 38px;
  float: left;
  margin-left: 4px;
}

.feedback_con .mes-kk input.yanzheng {
  width: 46.18181818181818%;
  height: 36px;
  border: 1px solid #a7a7a7;
  float: left;
  font-size: 12px;
  line-height: 38px;
  background-color: #fff;
  padding-left: 0.9090909090909091%;
  margin-bottom: 2.6515151515151514%;
  outline: none;
  color: #777;
}

.feedback_con .mes-kk input.yanzheng:focus {
  border: 1px solid #2c43b9;
}

@media (max-width: 360px) {
  .feedback_con .mes-kk input.yanzheng {
    width: 96%;
  }
}

.feedback_con .mes-kk .yz {
  float: left;
  width: 94px;
  height: 38px;
  margin-left: 5px;
  position: relative;
}

.feedback_con .mes-kk .yz img {
  max-width: 100%;
}

.feedback_con .mes-kk a {
  font-size: 12px;
  color: #565656;
  margin-left: 10px;
  float: left;
  line-height: 38px;
}

.feedback_con .mes-kk a:hover {
  color: #2c43b9;
}

@media (max-width: 640px) {
  .feedback_con .mes-kk {
    margin: 30px auto;
  }
}

.feedback_con input.submit {
  width: 50%;
  background-color: #2c43b9;
  height: 44px;
  line-height: 44px;
  margin: auto;
  margin-top: 2.631578947368421%;
  color: #fff;
  font-size: 18px;
  display: block;
  border: none;
  transition: all 1s;
}

@media (max-width: 640px) {
  .feedback_con input.submit {
    width: 100%;
  }
}

.feedback_con input.submit:hover {
  font-weight: 700;
}

@media (max-width: 640px) {
  .feedback_con {
    padding: 10px 0;
  }
}

.contact_map {
  width: 100%;
  position: relative;
}

.contact_map .cont_d {
  position: absolute;
  width: 240px;
  height: 90px;
  padding: 10px;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  margin-left: 10px;
  margin-top: -60px;
  line-height: 24px;
  background: #fff;
}

.contact_map .cont_d a {
  color: #333;
}

.contact_map #map {
  width: 100%;
  min-height: 524px;
}

@media (max-width: 768px) {
  .contact_map #map {
    min-height: 240px;
  }
}

@media (max-width: 768px) {
  .contact_map .cont_d {
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    width: 100%;
  }
}

.show_news {
  width: 98%;
  margin: auto;
  max-width: 1210px;
}

.show_news h3 {
  font-size: 30px;
  color: #1e1e1e;
  line-height: 40px;
  text-align: center;
}

@media (max-width: 640px) {
  .show_news h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.show_news .spanx {
  width: 69px;
  height: 4px;
  background: #e04728;
  margin: 20px auto;
  display: block;
}

.show_news .laiyuan {
  text-align: center;
  color: #5a5a5a;
  font-size: 12px;
  font-family: "微软雅黑";
  min-height: 30px;
  line-height: 30px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 20px;
}

.show_news .laiyuan span {
  padding: 0px 5px;
}

.show_news p {
  font-size: 12px;
  color: #565656;
  line-height: 24px;
  font-family: '微软雅黑';
}

/*上下页切换*/
.prev_next {
  text-align: left;
  margin: 5% auto 0;
  line-height: 40px;
  color: #7b7b7b;
  font-size: 12px;
  max-width: 1210px;
  width: 100%;
}

.prev_next li {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.prev_next li a {
  color: #7b7b7b;
  display: block;
  height: 40px;
  width: 100%;
  overflow: hidden;
}

.prev_next li:hover {
  background: #2c43b9;
  color: #fff
}

.prev_next li:hover a {
  color: #fff;
}

.prev_next li:last-child {
  text-align: right;
}

@media (max-width: 640px) {
  .prev_next {
    margin: 30px auto 30px;
  }

  .prev_next li {
    width: 100%;
    margin-bottom: 10px;
  }

  .prev_next li:last-child {
    text-align: left;
  }
}

.pro_s1 {
  width: 98%;
  max-width: 1210px;
  margin: auto;
  background: #fff;
}

.pro_s1 .left {
  width: 50%;
  float: left;
}

.pro_s1 .left .slick1 {
  width: 20%;
  float: left;
  min-width: 65px;
  margin-right: 2%;
  padding: 5% 0px;
}

.pro_s1 .left .slick1 div {
  min-height: 65px;
  position: relative;
  margin: 10px auto;
}

.pro_s1 .left .slick1 .slick-next,
.pro_s1 .left .slick1 .slick-prev {
  width: 20px;
  height: 20px;
  transform: rotate(136deg);
  border-color: #000;
  left: 50%;
  margin-left: -10px;
}

.pro_s1 .left .slick1 .slick-prev {
  top: 4.4%;
}

.pro_s1 .left .slick1 .slick-next {
  bottom: 4.4%;
  transform: rotate(45deg);
}

.pro_s1 .left .slick1 .slick-current img {
  border: 1px solid #2c43b9;
}

@media (max-width: 768px) {
  .pro_s1 .left .slick1 .slick-next {
    display: none !important;
  }

  .pro_s1 .left .slick1 .slick-prev {
    display: none !important;
  }
}

.pro_s1 .left .slick2 {
  width: 75%;
  float: left;
}

.pro_s1 .left .slick2 div {
  position: relative;
  height: 358px;
}

.pro_s1 .right {
  width: 50%;
  float: right;
  padding: 2%;
}

.pro_s1 .right h4 {
  font-family: arial;
  font-size: 36px;
  color: #3d3d3d;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.pro_s1 .right span {
  font-size: 12px;
  color: #999999;
  margin-bottom: 10px;
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

.pro_s1 .right p {
  font-size: 13px;
  color: #3d3d3d;
  line-height: 30px;
}

@media (max-width: 768px) {
  .pro_s1 .left {
    width: 100%;
    margin-bottom: 10px;
  }

  .pro_s1 .right {
    width: 100%;
  }
}

.pro_s2 {
  width: 98%;
  max-width: 1210px;
  margin: 20px auto;
  background: #fff;
}

.pro_s2 .s2_top {
  background: #a8a8a8;
  height: 55px;
  line-height: 55px;
}

.pro_s2 .s2_top span {
  padding: 0px 70px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  height: 100%;
  cursor: pointer;
  max-width: 226px;
  overflow: hidden;
  height: 55px;
  line-height: 55px;
}

.pro_s2 .s2_top .active {
  background: #2c43b9;
}

@media (max-width: 640px) {
  .pro_s2 .s2_top span {
    padding: 0 30px;
  }
}

.pro_s2 .s2_com .left_s2 {
  width: 50%;
  float: left;
  padding: 4% 3%;
  line-height: 30px;
  color: #4a4a4a;
  font-size: 14px;
}

.pro_s2 .s2_com .right_s2 {
  width: 50%;
  float: right;
  position: relative;
}

.pro_s2 .s2_com .right_s2 i {
  display: block;
  padding-bottom: 90.9090909090909%;
}

.pro_s2 .s2_com .qie_c {
  display: none;
  padding: 20px 10px;
}

@media (max-width: 640px) {
  .pro_s2 .s2_com .left_s2 {
    width: 100%;
  }

  .pro_s2 .s2_com .right_s2 {
    width: 100%;
  }
}

.pro_show3 {
  width: 98%;
  max-width: 1210px;
  margin: 20px auto;
  background: #fff;
}

.pro_show3 .s3_top {
  background: #a8a8a8;
  height: 55px;
  line-height: 55px;
  color: #fff;
  padding: 0px 15px;
  overflow: hidden;
  font-size: 20px;
}

.pro_show3 .s3_com {
  padding: 3%;
}

.pro_show3 .s3_com ul li {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
  position: relative;
}

.pro_show3 .s3_com ul li:nth-child(2n+2) {
  margin-right: 0px;
}

.pro_show3 .s3_com ul li input {
  border: 1px solid #b4b4b4;
  width: 100%;
  padding: 10px 20px;
  outline: none;
  font-size: 14px;
  color: #797979;
}

.pro_show3 .s3_com ul li .rred {
  border: 1px solid #ff0000;
}

.pro_show3 .s3_com ul li i {
  position: absolute;
  color: #ff0000;
  font-style: normal;
  right: 2%;
  top: 50%;
  margin-top: -10px;
}

@media (max-width: 640px) {
  .pro_show3 .s3_com ul li {
    width: 100%;
    margin-right: 0px;
  }
}

.tex_div {
  position: relative;
}

.tex_div textarea {
  height: 270px;
  resize: none;
  border: 1px solid #b4b4b4;
  width: 100%;
  padding: 10px 20px;
  outline: none;
  font-size: 14px;
  color: #797979;
}

.tex_div .rred {
  border: 1px solid #ff0000;
}

.tex_div i {
  position: absolute;
  color: #ff0000;
  font-style: normal;
  right: 1%;
  top: 4%;
}

.yan_div {
  margin-top: 20px;
}

.yan_div .rred {
  border: 1px solid #ff0000;
}

.yan_div input {
  border: 1px solid #b4b4b4;
  width: 166px;
  padding: 10px 20px;
  outline: none;
  font-size: 14px;
  color: #797979;
  float: left;
}

@media (max-width: 480px) {
  .yan_div input {
    width: 120px;
  }
}

.yan_div img {
  max-height: 100%;
  max-width: 100%;
  float: left;
}

.tijiao {
  height: 45px;
  background: #2c43b9;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  display: block;
  margin-top: 20px;
}

.tijiao:hover {
  font-weight: 700;
  color: #fff;
}

.guanpro {
  background: #f3f3f3;
  overflow: hidden;
  width: 98%;
  max-width: 1210px;
  margin: auto;
  padding-bottom: 2%;
}

.guanpro .prev_next {
  background: #f3f3f3;
  margin: 3% auto;
}

.guanpro .guan_top {
  height: 30px;
  line-height: 30px;
  font-size: 26px;
  font-family: '微软雅黑';
  margin-bottom: 10px;
}

.guanpro .guan_p_li li {
  width: 24.25%;
  float: left;
  margin-right: 1%;
  background: #fff;
  text-align: center;
}

.guanpro .guan_p_li li:last-child {
  margin-right: 0px;
}

.guanpro .guan_p_li li .pic {
  position: relative;
  overflow: hidden;
}

.guanpro .guan_p_li li .pic i {
  display: block;
  padding-bottom: 78%;
}

.guanpro .guan_p_li li .pic img {
  transition: 0.3s;
}

.guanpro .guan_p_li li .text {
  padding: 4% 5%;
}

.guanpro .guan_p_li li .text h4 {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}

.guanpro .guan_p_li li .text time {
  color: #bfbfbf;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  background: url(../images/time.png) no-repeat left center;
  padding-left: 20px;
  display: block;
  margin: 8px auto;
}

.guanpro .guan_p_li li .text p {
  color: #7a7a7a;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  font-size: 13px;
}

.guanpro .guan_p_li li:hover .pic img {
  transform: scale(1.1);
}

.guanpro .guan_p_li li:hover .text h4 {
  color: #2c43b9;
}

@media (max-width: 768px) {
  .guanpro .guan_p_li li {
    width: 49%;
    margin-right: 2%;
  }

  .guanpro .guan_p_li li:nth-child(2n+2) {
    margin-right: 0px;
  }
}

@media (max-width: 768px) {
  .guanpro .guan_p_li li {
    width: 100%;
    margin-right: 0px;
  }
}

.w1004 {
  max-width: 1200px;
  margin: auto;
  border-radius: 5px;
  width: 98%;
}

.map {
  margin: 0 auto;
}

.map dl {
  margin: 20px 0 20px 0;
  overflow: hidden;
  line-height: 30px !important;
}

.map dl:hover dt a {
  color: #fff;
  font-weight: bold;
}

.map dt {
  font-size: 14px;
  float: left;
  width: 10%;
  text-align: center;
  background: #2c43b9;
}

.map dt a {
  color: #fff;
  display: block;
}

.map dt a:hover {
  color: #fff;
  font-weight: bold;
}

.map dd {
  font-size: 12px;
  overflow: hidden;
  float: left;
  width: 85%;
  margin: 0px;
}

.map dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}

.map dd .p2 a {
  color: #2c43b9;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.map dd .p2 a:hover {
  color: #2c43b9;
}

.map dd div {
  clear: both;
  overflow: hidden;
  padding: 0px 20px 0 10px;
}

.map dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
}

.map dd div a:hover {
  color: #003e7e;
  background: #2c43b9;
  color: #fff;
}

@media (max-width: 768px) {
  .map dt {
    width: 15%;
  }

  .map dd {
    width: 85%;
  }
}

@media (max-width: 640px) {
  .map dt {
    width: 20%;
  }

  .map dd {
    width: 80%;
  }
}

@media (max-width: 400px) {
  .map dt {
    width: 100%;
  }

  .map dd {
    width: 100%;
  }
}

.lian_ul {
  padding: 2% 0px 0px;
}

.lian_ul li {
  width: 25%;
  float: left;
  text-align: center;
}

.lian_ul li span {
  background: #a9a9a9;
  width: 100px;
  display: inline-block;
  height: 100px;
  border-radius: 50%;
  position: relative;
}

.lian_ul li span img {
  max-width: auto;
}

.lian_ul li p {
  text-align: center;
}

.lian_ul li p i {
  color: #333;
  font-style: normal;
  font-size: 16px;
  display: block;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
}

.lian_ul li p a {
  color: #626262;
  font-size: 14px;
  font-family: arial;
  display: block;
  width: 90%;
  margin: auto;
  overflow: hidden;
  line-height: 25px;
}

.lian_ul li p .z_d {
  font-size: 13px;
  font-family: "微软雅黑";
  max-width: 156px;
}

.lian_ul li:hover span {
  background: #2c43b9;
}

.lian_ul li:hover p a:hover {
  color: #2c43b9;
}

@media (max-width: 640px) {
  .lian_ul li {
    width: 50%;
    margin-bottom: 10px;
  }

  .lian_ul li p a {
    font-size: 12px;
    width: 98%;
  }
}

/*# sourceMappingURL=style.css.map */
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #fff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80
}

.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: #666
}

.prompt span a {
  text-decoration: underline
}

.prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer
}

.top {
  background: #f5f5f5;
}

.top .container {
  max-width: 1400px;
  width: 98%;
  margin: auto;
}

.header_links {
  float: right;
  display: inline;
}

.header_links li {
  float: left;
  display: inline;
  margin-right: 20px;
  line-height: 40px;
  font-size: 14px;
  color: #9b9b9b;
}

.header_links a {
  color: #9b9b9b;
  text-decoration: none;
}

.header_links a:hover {
  color: #2c43b9;
}

.weixin {
  position: relative;
}

.weixin:hover {
  cursor: pointer;
  color: #2c43b9;
}

.weixinPic {
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  z-index: 3;
}

.second-nav {
  margin-bottom: 20px;
}

.second-nav .container {
  max-width: 1400px;
  width: 98%;
  margin: auto;
  text-align: center;
  font-size: 0;

}

.second-nav ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin-bottom: 5px;
}

.second-nav ul li a {
  border: 1px solid #eee;
  padding: 3px 13px;
  line-height: 30px;
  display: block;
  font-size: 14px;
    text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.second-nav ul li a:hover {
  border: 1px solid #2c43b9;
  background: #2c43b9;
  color: #fff;
}

.second-nav ul li.sel a {
  border: 1px solid #2c43b9;
  background: #2c43b9;
  color: #fff;
}

@media(max-width:768px) {
  .second-nav ul li {
    padding: 0 5px;
  }

  .second-nav ul li a {
    font-size: 12px;

  }
}


.container-con {
  max-width: 1285px;
  margin: 30px auto;
  padding: 0 15px;
}

.contxt {
  overflow: hidden;
  _height: 1%;
}

.con-map,
.concenter-center {
  float: left;
}

.concenter-center {
  width: 40%;
  line-height: 40px;
}

.concenter-center i {
  font-style: normal;
}

.concenter-center span {
  font-size: 20px;
  font-weight: 700;
  display: block;
  position: relative;
  margin-bottom: 40px;
}

.concenter-center span:after {
  content: "";
  position: absolute;
  bottom: -21px;
  width: 60px;
  height: 3px;
  background: #003e7e;
  left: 0;
}


.con-map {
  width: 100%;
  border: 1px solid #e1e1e1;
}

.con-map img {
  max-width: initial !important
}

#map {
  height: 400px;
}

@media (max-width:768px) {
  .concenter-center {
    width: 100%;
  }

  .con-map {
    width: 100%;
  }
}