﻿﻿@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";
}

.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;

  margin: auto;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.relative {
  position: relative;
}
body {
  font-family: "微软雅黑";
  min-width: 1180px;
}
a {
  color: #666;
}
a:hover {
  color: #095799;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
.clearfix {
  _zoom: 1;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.width-all {
  max-width: 1180px;
  width: 100%;
}
.fr-right {
  float: right;
}
.fr-left {
  float: left;
}
.header {
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
  position: relative;
  margin-bottom: 3px;
}
.header .header-main {
  margin: auto;
}
.header .header-main .logo {
  float: left;
  height: 44px;
  margin-top: 21px;
  width: 18%;
  max-width: 180px;
}

.header .search-show {
  width: 100%;
  padding: 115px 0px;
  background: url(../images/close-bg.png);
  position: absolute;
  z-index: 9999;
  display: none;
}
.header .search-show .ser-nei {
  margin: auto;
  position: relative;
}
.header .search-show .ser-nei .close {
  position: absolute;
  right: 0px;
  top: -80px;
  cursor: pointer;
}
.header .search-show .ser-nei .sou-input {
  height: 44px;
  width: 625px;
  margin: auto;
}
.header .search-show .ser-nei .sou-input .sela {
  width: 115px;
  height: 44px;
  border: 1px solid #d3d3d3;
  text-align: center;
  line-height: 44px;
  background: #fff url(../images/xia.png) no-repeat 85px 19px;
  float: left;
  font-size: 14px;
  color: #959595;
  cursor: pointer;
}
.header .search-show .ser-nei .sou-input .sela ul {
  background: #fff;
  display: none;
}
.header .search-show .ser-nei .sou-input .sela ul li:hover {
  color: #83ace2;
}
.header .search-show .ser-nei .sou-input .input-cc {
  width: 360px;
  height: 44px;
  border: 1px solid #d3d3d3;
  line-height: 44px;
  float: left;
  margin: 0px 6px;
  background: #fff url(../images/sou.png) no-repeat 20px;
  padding-left: 60px;
  font-size: 14px;
  color: #959595;
}
.header .search-show .ser-nei .sou-input input {
  width: 280px;
  height: 30px;
  line-height: 30px;
  border: none;
  color: #959595;
}
.header .search-show .ser-nei .sou-input .btn {
  width: 135px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-family: arial;
  background: #0076d1;
  float: left;
  cursor: pointer;
}
/*首页导航*/
.right-nav {
  float: right;
}
.right-nav .nav-ul1 {
  height: 85px;
  float: left;
}
.right-nav .nav-ul1 li {
  float: left;
  height: 100%;
  width: 110px;
}

.right-nav .nav-ul1 li > a {
  padding: 0px 20px;
}

.right-nav .nav-ul1 li .a1 {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #5e5e5e;
  height: 100%;
  line-height: 85px;
  overflow: hidden;
  transition: 0.5s;
}
.right-nav .nav-ul1 li:hover .a1 {
  background: #0032a1;
  color: #fff;
}
.right-nav .nav-ul1 li:hover .a1:after {
  content: "";
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -5px;
}
.right-nav .nav-ul1 li .active {
  background: #0032a1;
  color: #fff;
}
.right-nav .nav-ul1 li .active:after {
  content: "";
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -5px;
}
.right-nav .nav-ul1 li .ul2 {
  position: absolute;
  z-index: 9999;
  background: url(../images/close-bg.png);
  margin-top: 3px;
  padding: 20px 0;
  display: none;
}
.right-nav .nav-ul1 li .ul2 li {
  width: 110px;
  float: none;
}
.right-nav .nav-ul1 li .ul2 li a {
  display: block;
  line-height: 30px;
  height: 30px;
  color: #888;
  text-align: center;
  font-size: 14px;
}
.right-nav .nav-ul1 li .ul2 li a:hover {
  background: #dfe7fa;
  color: #0032a1;
}
.right-nav .nav-ul1 li .ul2 li a:hover:after {
  display: none;
}
.right-nav .nav-ul1 li .ul2:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  background: #fff;
  top: -3px;
}
.right-nav .nav-ul1 li:hover .ul2 {
  display: block;
}
.right-nav .search-btn {
  width: 74px;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  height: 85px;
  float: left;
  display: block;
  text-align: center;
  line-height: 85px;
  cursor: pointer;
}
.right-nav .en {
  width: 75px;
  height: 85px;
  float: left;
  text-align: center;
  line-height: 85px;
  border-right: 1px solid #d8d8d8;
}
/*banner*/
/*
.banner {
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
      .banner img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
*/
/*.banner {
  width: 100%;
  margin: 0 auto;
  min-width: 1180px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align:center;
}
.banner .slick-dots {
  bottom: 40px;
  overflow: hidden;
}
.banner .slick-dots li {
  position: relative;
  z-index: 9999;
}
.banner .slick-dots li button {
  width: 12px;
  height: 12px;
  color: #ffffff;
}
.banner .slick-dots li.slick-active button {
  background: #0032a1;
}
.banner .slick-dots:after {
  content: "";
  height: 1px;
  background: #fff;
  width: 200%;
  position: absolute;
  left: -50%;
  top: 50%;
}
.banner img {
  margin: auto; 
display:block;
}*/
.home-main {
  overflow: hidden;
}
/*关于福特公用头部*/
.home-top-view {
  margin: 50px auto 40px;
  position: relative;
}
.home-top-view .left-nei {
  max-width: 910px;
  padding-left: 10px;
  width: 80%;
}
.home-top-view .left-nei .title1 {
  font-size: 48px;
  color: #252525;
  position: relative;
  max-width: 240px;
  overflow: hidden;
  height: 60px;
  display: inline-block;
}
.home-top-view .left-nei .title1 i {
  font-style: normal;
  color: #0032a1;
}
.home-top-view .left-nei .tit-right {
  max-width: 590px;
  display: inline-block;
  /*  height: 35px;*/
  border-left: 2px solid #0032a1;
  padding-left: 10px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 5px;
}
.home-top-view .left-nei .tit-right .en-tit {
  font-family: arial;
  font-size: 18px;
  color: #0032a1;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}
.home-top-view .left-nei .tit-right .cn-tit {
  font-size: 12px;
  color: #a2a0a1;
  line-height: 17px;
}
.home-top-view .view {
  width: 195px;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #000;
  font-size: 14px;
  text-align: center;
  transition: 0.5s;
}
.home-top-view .view:hover {
  background: #0032a1;
}
.home-top-view:after {
  content: "";
  height: 35px;
  background: #f4f4f4;
  width: 50%;
  position: absolute;
  left: -50.5%;
  bottom: 0px;
}
.home-about {
  margin: auto;
  position: relative;
}
.home-about .ahout-left {
  width: 590px;
  box-sizing: border-box;
  padding-left: 10px;
  float: left;
}
.home-about .ahout-left .tu-wen {
  margin-bottom: 50px;
  transition: 0.5;
  cursor: pointer;
}
.home-about .ahout-left .tu-wen img {
  width: 146px;
  height: 146px;
  float: left;
}
.home-about .ahout-left .tu-wen .img1 {
  display: block;
}
.home-about .ahout-left .tu-wen .img2 {
  display: none;
}
.home-about .ahout-left .tu-wen .tu-wen-zi {
  width: 345px;
  display: inline-block;
  margin-left: 50px;
  margin-top: 20px;
}
.home-about .ahout-left .tu-wen .tu-wen-zi .span-tt {
  color: #060606;
  font-size: 24px;
  display: block;
  overflow: hidden;
  height: 31px;
}
.home-about .ahout-left .tu-wen .tu-wen-zi .span-xian {
  height: 1px;
  background: #cecece;
  width: 36px;
  display: inline-block;
  vertical-align: middle;
}
.home-about .ahout-left .tu-wen .tu-wen-zi p {
  font-size: 14px;
  color: #777777;
  line-height: 22px;
  overflow: hidden;
  height: 66px;
}
.home-about .ahout-left .tu-wen:hover .img1 {
  display: none;
}
.home-about .ahout-left .tu-wen:hover .img2 {
  display: block;
}
.home-about .ahout-left .tu-wen:hover .tu-wen-zi .span-tt {
  color: #0032a1;
}
.home-about .ahout-left .tu-wen:hover .tu-wen-zi .span-xian {
  background: #0032a1;
}
.home-about .about-right {
  width: 590px;
  float: left;
  height: 423px;
  position: relative;
}
.home-about .about-right .img-tu {
  position: relative;
  z-index: 9999;
  max-width: 570px;
  height: 326px;
  overflow: hidden;
}
.home-about .about-right .img-tu img {
  transition: 0.5s;
}
.home-about .about-right .img-tu i {
  display: block;
  padding-bottom: 57.19298245614035%;
}
.home-about .about-right .img-tu:hover img {
  transform: scale(1.1);
}
.home-about .about-right .kuan {
  width: 120px;
  height: 335px;
  border: 3px solid #0032a1;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 9;
}
.home-about .about-right:after {
  content: "";
  width: 400%;
  border-bottom: 1px solid #d6d6d6;
  bottom: 3px;
  position: absolute;
  left: -200%;
}
.home-pro {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.home-pro div {
  position: relative;
}

.home-pro div span {
  display: block;
  position: relative;
  z-index: 99;
}

/*
    .home-pro {
  width: 100%;
  max-width: 1920px;
 
.home-pro div span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
}
.home-pro div span i {
  padding-bottom: 111.0878661087866%;
  display: block;
}*/
.home-pro .pro-show {
  background: rgba(3, 48, 149, 0.9);
  position: absolute;
  z-index: 9999;
  padding: 30px;
  bottom: 68px;
  display: none;
}
.home-pro .pro-show b {
  font-size: 36px;
  color: #ffffff;
  display: block;
  height: 47px;
  overflow: hidden;
}
.home-pro .pro-show span {
  display: inline-block;
  width: 66px;
  height: 4px;
  background: #fff;
  vertical-align: middle;
}
.home-pro .pro-show p {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #fff;
  margin: 20px auto;
  font-size: 14px;
}
.home-pro .pro-show a {
  display: block;
  width: 108px;
  height: 33px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 33px;
  color: #fff;
  font-size: 12px;
}
@media \0screen\, screen\9 {
  .pro-show {
    background-color: #0032a1;
    filter: Alpha(opacity=90);
    position: static;
    *zoom: 1;
  }
  .pro-show p {
    position: relative;
  }
}
.home-case-top {
  text-align: center;
  padding: 30px 0px 0px 0px;
  width: 765px;
  overflow: hidden;
  margin: auto;
}
.home-case-top .home-case-t1 {
  font-size: 48px;
  caption-side: #252525;
}
.home-case-top .home-case-t1 i {
  font-style: normal;
  color: #0032a1;
}
.home-case-top .home-case-t2 {
  font-size: 18px;
  font-family: arial;
  color: #0032a1;
  margin: 10px auto 25px;
}
.home-case-top .home-case-t3 {
  font-size: 24px;
  font-family: 宋体;
  color: #333333;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
}

.home-case-top .home-case-t1 a {
  color: #000;
}
.home-case-top p {
  color: #a8a8a8;
  height: 40px;
  line-height: 20px;
  font-size: 12px;
  max-width: 765px;
  overflow: hidden;
  margin: 10px auto 50px;
}
.home-case-main {
  width: 100%;
  height: 734px;
  /*background: url(../images/case-bg.jpg) center center;*/
  background-size: cover;
  overflow: hidden;
}
.home-case-main .case-nei {
  max-width: 1090px;
  width: 100%;
  height: 544px;
  /*background: url(../images/case-tu.png);*/
  margin: 95px auto;
  overflow: hidden;
}
.home-case-main .case-nei .home-case-ul {
  width: 160px;
  margin: 80px auto auto;
  text-align: center;
}
.home-case-main .case-nei .home-case-ul li {
  line-height: 48px;
  height: 48px;
  overflow: hidden;
}
.home-case-main .case-nei .home-case-ul li a {
  font-size: 18px;
  color: #ffffff;
  display: block;
  width: 100%;
}
.home-case-main .case-nei .home-case-ul li a:hover {
  font-size: 24px;
  border-bottom: 1px solid #2f62d5;
  background: url(../images/case-you.png) no-repeat 140px 21px;
  padding-right: 20px;
}
.home-news .home-news-top {
  max-width: 1180px;
  margin: 45px auto 30px;
}
.home-news .news-xian {
  border-bottom: 1px solid #dedede;
  width: 100%;
  height: 1px;
  margin: auto;
}
.home-news .home-news-nei {
  margin: 30px auto;
  margin-bottom: 0px;
  max-width: 1180px;
}
.home-news .home-news-nei .news-div {
  height: 112px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.home-news .home-news-nei .news-div .ri-li {
  width: 99px;
  height: 90px;
  margin: 0px 1px;
  border: 1px solid #0032a1;
  display: inline-block;
  text-align: center;
  float: left;
}
.home-news .home-news-nei .news-div .ri-li i {
  font-style: normal;
  font-family: DF66NK__;
  font-weight: bold;
  color: #0032a1;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  overflow: hidden;
}
.home-news .home-news-nei .news-div .ri-li span {
  display: block;
  line-height: 30px;
  font-size: 12px;
  font-family: arial;
  background: #0032a1;
  color: #fff;
  overflow: hidden;
}
.home-news .home-news-nei .news-div .news-zi {
  display: inline-block;
  max-width: 760px;
  overflow: hidden;
  margin: 0px 40px;
}
.home-news .home-news-nei .news-div .news-zi .news-zi-t {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  display: block;
  margin-bottom: 5px;
}
.home-news .home-news-nei .news-div .news-zi p {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.home-news .home-news-nei .news-div .news-tu {
  max-width: 225px;
  height: 110px;
  display: inline-block;
  float: right;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.home-news .home-news-nei .news-div .news-tu img {
  transition: 0.5s;
}
.home-news .home-news-nei .news-div .news-tu i {
  display: block;
  padding: 49.33920704845815%;
}
.home-news .home-news-nei .news-div:hover .news-zi-t {
  color: #0032a1;
}
.home-news .home-news-nei .news-div:hover .news-tu img {
  transform: scale(1.1);
}
.home-news .home-news-nei .slick-dots {
  height: 16px;
  text-align: right;
  top: -70px;
  overflow: hidden;
}
.home-news .home-news-nei .slick-dots li {
  position: relative;
  z-index: 9999;
}
.home-news .home-news-nei .slick-dots li button {
  width: 12px;
  height: 12px;
  color: #6b6b6b;
  background: #6b6b6b;
}
.home-news .home-news-nei .slick-dots li.slick-active button {
  background: #0032a1;
}
.footer {
  background: url(../images/footer-bg.jpg);
  padding-top: 60px;
  position: relative;
  margin-top: 120px;
}
.footer .top-a {
  width: 137px;
  height: 69px;
  text-align: center;
  font-family: arial;
  color: #cbcbcb;
  font-size: 18px;
  display: block;
  position: absolute;
  top: -69px;
  left: 50%;
  margin-left: -68.5px;
  background: url(../images/top.png);
  vertical-align: bottom;
  line-height: 110px;
  cursor: pointer;
}
.footer-main {
  margin: auto;
}
.footer-main ul {
  min-height: 180px;
}
.footer-main ul li {
  width: 132px;
  height: 100%;
  border-left: 1px solid #292929;
  padding: 0px 20px;
  box-sizing: border-box;
  float: left;
  min-height: 180px;
  margin-bottom: 10px;
}
.footer-main ul li a {
  display: block;
  line-height: 24px;
  color: #969696;
  margin-bottom: 3px;
  height: 24px;
  overflow: hidden;
  font-size: 12px;
}
.footer-main ul li a:hover {
  color: #fff;
  font-weight: bold;
}
.footer-main ul li .dizhi {
  height: 48px;
  overflow: hidden;
}
.footer-main ul li .dian {
  font-size: 30px;
  font-family: arial;
  color: #00af6f;
}
.footer-main ul li .tit-a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer-main ul li .tit-a:hover {
  color: #fff;
}
.footer-main ul li:first-child {
  width: 152px;
}
.footer-main ul li:last-child {
  width: 300px;
}
.footer-main ul .zui-li .dian:hover {
  color: #00af6f;
}
.footer-main ul .zui-li a:hover {
  color: #969696;
  font-weight: normal;
}
.links {
  color: #969696;
  font-size: 14px;
  max-width: 1180px;
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
  margin: 30px auto;
  padding: 20px 0px;
}
.links .links-span {
  display: inline-block;
  width: 70px;
  vertical-align: top;
  overflow: hidden;
}
.links .links-nei {
  display: inline-block;
  width: 1100px;
  font-size: 12px;
  line-height: 18px;
}
.links .links-nei a {
  color: #969696;
}
.links .links-nei a:hover {
  text-decoration: underline;
}
.copy {
  background: #111113;
  padding: 18px 0px;
  width: 100%;
}
.copy .copy-nei {
  font-size: 14px;
  color: #ffffff;
  max-width: 1180px;
  margin: auto;
}
.copy .copy-nei .copy-left {
  float: left;
  max-width: 820px;
  line-height: 30px;
  width: 68%;
}
.copy .copy-nei .copy-left .copy-n-span {
  float: left;
  max-width: 558px;
  margin-right: 10px;
  width: 100%;
}
.copy .copy-nei .copy-left .icon-tu {
  float: left;
  width: 150px;
}
.copy .copy-nei .copy-right {
  float: right;
  max-width: 195px;
}
.copy .copy-nei .copy-right a {
  color: #5f5f5f;
  padding-left: 5px;
}
.common-top {
  min-height: 40px;
  border-bottom: 1px solid #dedede;
  position: relative;
  overflow: hidden;
}
.common-top .top-main {
  width: 1180px;
  margin: auto;
}
.common-top .top-main a {
  display: block;
  float: left;
  height: 40px;
  width: 20%;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  color: #555;
  font-size: 15px;
  border-right: 1px solid #dedede;
  position: relative;
}

.common-top .top-main a:hover {
  background: #0032a1;
  color: #fff;
  font-weight: bold;
}
.common-top .top-main a:hover:after {
  position: absolute;
  content: "";
  height: 0px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  bottom: 0;
  left: 50%;
  margin-left: -5%;
}
.common-top .top-main .active {
  background: #0032a1;
  color: #fff;
  font-weight: bold;
}
.common-top .top-main .active:after {
  content: "";
  height: 0px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  bottom: 0;
  left: 50%;
  margin-left: -5%;
  position: absolute;
}
.common-top .top-main .slick-list {
  max-width: 1124px;
  margin: auto;
}
.common-top .top-main .slick-prev,
.common-top .top-main .slick-next {
  width: 28px;
  height: 28px;
  transform: rotate(0);
  border: none;
  top: 50%;
  margin-top: -14px;
}
.common-top .top-main .slick-prev {
  background: url(../images/case_r1.png) no-repeat;
  left: 0px;
}
.common-top .top-main .slick-next {
  background: url(../images/case_l1.png) no-repeat;
  left: 100%;
  margin-left: -28px;
}
.common-top .er-top {
  /*height: 40px;*/
  border-bottom: 1px solid #dedede;
  line-height: 40px;
  background: #f8f7f7;
  display: none;
}
.common-top .er-top .er-top-nei {
  max-width: 1180px;
  margin: auto;
}
.common-top .er-top .er-top-nei a {
  font-size: 12px;
  color: #6b6b6b;
  padding: 0 10px;
  border-right: 1px solid #ccc;
}
.common-top .er-top .er-top-nei a:hover {
  color: #0076d1;
  border-color: #0076d1;
}
.common-main {
  margin: 0px auto;
  width: 1180px;
  margin-top: 50px;
}
.case-ul {
  width: 100%;
}
.case-ul li {
  max-width: 371px;
  margin-right: 30px;
  float: left;
  margin-bottom: 35px;
  width: 31%;
}
.case-ul li a {
  display: block;
}
.case-ul li a .case-pic {
  position: relative;
  overflow: hidden;
}
.case-ul li a .case-pic img {
  transition: 0.5s;
}
.case-ul li a .case-pic i {
  display: block;
  padding-bottom: 60.91644204851752%;
}
.case-ul li a .case-zi {
  border: 1px solid #dddddd;
  border-top: none;
  padding: 25px;
}
.case-ul li a .case-zi h4 {
  font-size: 16px;
  color: #555;
  height: 33px;
  line-height: 33px;
  width: 100%;
  overflow: hidden;
}
.case-ul li a .case-zi p {
  color: #888;
  font-size: 12px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.case-ul li a:hover .case-zi {
  border: 1px solid #0032a1;
  border-top: none;
}
.case-ul li a:hover .case-zi h4 {
  color: #0032a1;
}
.case-ul li:nth-child(3n + 3) {
  margin-right: 0px;
}
.page {
  text-align: center;
  padding: 30px 0px 40px;
  max-width: 1180px;
  margin: auto;
  line-height: 35px;
}
.page .w-font {
  font-family: "微软雅黑";
}
.page a {
  color: #666666;
  font-family: arial;
  font-size: 12px;
  border: 1px solid #cbcbcb;
  padding: 8px 14px;
}
.page a:hover {
  background: #0032a1;
  border-color: #0032a1;
  color: #fff;
  font-weight: bold;
}

.yecms-page {
  background: #fff;

  overflow: hidden;

  text-align: center;
  clear: both;
}

.yecms-page ul {
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  padding-left: 20px;
}

.yecms-page ul li {
  float: left;
  display: block;
  margin: 0 3px;
}

.yecms-page ul li.thisclass a {
  color: #fff;
  background: #1c4885;
  border-radius: 2px;
  text-decoration: none;
  border: 1px solid #d1d1d1;

  height: 30px;
  line-height: 30px;
}

.yecms-page ul li.thisclass a {
  color: #fff;
}

.yecms-page ul li a {
  display: block;
  min-width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  padding: 0 3px;
}

.yecms-page ul li a:hover {
  color: #fff;
  background: #1c4885;
  border-radius: 2px;
  text-decoration: none;
  border: 1px solid #d1d1d1;

  height: 30px;
  line-height: 30px;
}

.yecms-page ul li span.pageinfo {
  border: 1px solid #dedede;
  padding: 1px 4px;
  border-radius: 2px;
  font-weight: normal;
  display: inline-block;
  line-height: 26px;
  height: 30px;
}

.yecms-page ul li span.pageinfo strong {
  font-weight: normal;
}

.yecms-page ul li.prev,
.yecms-page ul li.next {
  line-height: 30px;
}

.yecms-page ul li.first,
.yecms-page ul li.last {
  line-height: 30px;
  border: 1px solid #dedede;
  height: 30px;
  border-radius: 2px;
  width: 40px;
}

.yecms-page ul li.first a,
.yecms-page ul li.last a {
  width: 30pxm;
  border: none;
}

.yecms-page ul li.first a:hover,
.yecms-page ul li.last a:hover {
  width: 30px;
  border: none;
  height: 30px;
  line-height: 28px;
}

.yecms-page ul li.prev a,
.yecms-page ul li.next a {
  width: 40px;
}

.yecms-page ul li.prev a:hover,
.yecms-page ul li.next a:hover {
  width: 40px;
  height: 30px;
}

.banner_zi {
  width: 100%;
  margin: 0 auto;
  /*  min-width: 1180px;*/
  overflow: hidden;
  text-align: center;
}
.banner_zi img {
  display: block;
  margin: auto;
}
.case-show {
  width: 97%;
  margin: 0 10px;
}
.case-show h3 {
  color: #555;
  font-size: 30px;
  font-weight: 500;
  min-height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.case-show span {
  width: 100px;
  height: 1px;
  background: #ccc;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
.case-show p {
  color: #888888;
  font-size: 14px;
  line-height: 24px;
  /*  height: 72px;*/
  overflow: hidden;
  box-sizing: content-box;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.case-show .tu1 {
  position: relative;
  width: 100%;
  margin: 20px auto;
}
.case-show .tu1 i {
  display: block;
  padding-bottom: 52.71186440677966%;
}
.case-show .tu2 .tu2-left {
  width: 735px;
  float: left;
}
.case-show .tu2 .tu2-left .div1 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.case-show .tu2 .tu2-left .div1 i {
  padding-bottom: 51.42857142857142%;
  display: block;
}
.case-show .tu2 .tu2-left .div2 {
  position: relative;
  width: 100%;
}
.case-show .tu2 .tu2-left .div2 i {
  padding-bottom: 40.816326530612244%;
  display: block;
}
.case-show .tu2 .tu2-right {
  width: 430px;
  float: right;
  position: relative;
}
.case-show .tu2 .tu2-right i {
  display: block;
  padding-bottom: 160.69767441860466%;
}
.pro-main ul li {
  width: 565px;

  margin: 12.5px;
  float: left;
  position: relative;
  margin-bottom: 10px;
}
.pro-main ul li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.pro-main ul li i {
  padding-bottom: 67.07964601769912%;
}
.pro-main ul li .pro-show {
  background: rgba(3, 48, 149, 0.9);
  position: absolute;
  z-index: 9999;
  padding: 30px;
  bottom: 0px;
  display: none;
  width: 445px;
}
.pro-main ul li .pro-show b {
  font-size: 36px;
  color: #ffffff;
  display: block;
  height: 47px;
  overflow: hidden;
}
.pro-main ul li .pro-show span {
  display: inline-block;
  width: 66px;
  height: 4px;
  background: #fff;
  vertical-align: middle;
}
.pro-main ul li .pro-show p {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #fff;
  margin: 20px auto;
  font-size: 14px;
}
.pro-main ul li .pro-show a {
  display: block;
  width: 108px;
  height: 33px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 33px;
  color: #fff;
  font-size: 12px;
}
/*news*/
.news-ul li {
  max-width: 1150px;
  border: 1px solid #ccc;
  border-left: none;
  padding: 35px;
  float: right;
  position: relative;
  margin-bottom: 40px;
  width: 100%;
}
.news-ul li .news-div {
  height: 105px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.news-ul li .news-div .ri-li {
  width: 99px;
  height: 90px;
  margin: 0px 1px;
  border: 1px solid #505050;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: -30px;
  z-index: 999;
  margin-top: 7.5px;
}
.news-ul li .news-div .ri-li i {
  font-style: normal;
  font-family: DF66NK__;
  font-weight: bold;
  color: #505050;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  overflow: hidden;
}
.news-ul li .news-div .ri-li span {
  display: block;
  line-height: 30px;
  font-size: 12px;
  font-family: arial;
  background: #505050;
  color: #fff;
  overflow: hidden;
}
.news-ul li .news-div .ri-li:before {
  content: "";
  height: 44px;
  width: 1px;
  background: #ccc;
  position: absolute;
  top: -44px;
  left: 50%;
}
.news-ul li .news-div .ri-li:after {
  content: "";
  height: 41px;
  width: 1px;
  background: #ccc;
  position: absolute;
  bottom: -43px;
  left: 50%;
}
.news-ul li .news-div .news-zi {
  display: inline-block;
  width: 730px;
  overflow: hidden;
  margin: 0px 40px 0px 70px;
}
.news-ul li .news-div .news-zi .news-zi-t {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}
.news-ul li .news-div .news-zi p {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.news-ul li .news-div .news-tu {
  max-width: 215px;
  height: 105px;
  display: inline-block;
  float: right;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.news-ul li .news-div .news-tu img {
  transition: 0.5s;
}
.news-ul li .news-div .news-tu i {
  display: block;
  padding: 49.33920704845815%;
}
.news-ul li .news-div .news-tu .liantu {
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 50%;
  margin-top: -16px;
  z-index: 99;
  display: none;
  transition: 0.5;
}
.news-ul li .news-div .news-tu-zhe {
  max-width: 215px;
  height: 105px;
  display: inline-block;
  float: right;
  top: 35px;
  right: 35px;
  background: rgba(3, 48, 149, 0.9);
  position: absolute;
  overflow: hidden;
  display: none;
  transition: 0.5;
  width: 100%;
}
.news-ul li:hover {
  border: 1px solid #0032a1;
  border-left: none;
}
.news-ul li:hover .ri-li {
  border: 1px solid #0032a1;
}
.news-ul li:hover .ri-li i {
  color: #0032a1;
}
.news-ul li:hover .ri-li span {
  background: #0032a1;
}
.news-ul li:hover .ri-li:before {
  background: #0032a1;
}
.news-ul li:hover .ri-li:after {
  background: #0032a1;
}
.news-ul li:hover .news-zi-t {
  color: #0032a1;
}
.news-ul li:hover .news-tu .liantu {
  display: block;
}
.news-ul li:hover .news-tu-zhe {
  display: block;
}
@media \0screen\, screen\9 {
  .news-tu-zhe {
    background-color: #0032a1;
    filter: Alpha(opacity=80);
    position: static;
    *zoom: 1;
  }
}
/*资讯详细页*/
.new_show_main {
  margin-top: 10px;
  width: 100%;
 
  font-size: 14px;
}
.new_show_main a {
  color: #666666;
}
.new_show_main .show_tit {
  color: #262626;
  font-size: 24px;
  min-height: 31px;
  line-height: 31px;
  overflow: hidden;
}
.new_show_main .show_yuan {
  color: #a4a4a4;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 7px;
  margin: 15px auto;
  font-size: 12px;
}
.new_show_main .show_con {
  color: #6a6a6a;
  padding-left: 8px;
  padding-right: 8px;margin-top: 20px;
}
.new_show_main .show_con p {
  text-align: left;
  text-indent: 2em;
  line-height: 25px;
  margin: 25px auto;
}
.new_show_main .show_con .show_img {
  position: relative;
}
.new_show_main .show_con .show_img i {
  display: block;
  padding: 25%;
}
.new_show_main .prev_next {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  text-align: left;
  margin: 60px auto;
  line-height: 40px;clear: both; 
}
.new_show_main .prev_next li {
  float: left;
  width: 50%;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.new_show_main .prev_next li a:hover {
  color: #0032a1;
}
.new_show_main .prev_next li:nth-child(1) {
  border-right: 1px solid #dedede;
}
.new_show_main .xgxw .title {
  font-size: 16px;
  color: #0032a1;
  text-align: left;
  border-bottom: 1px solid #dedede;
  padding: 10px 15px;
}
.new_show_main .xgxw .xg_new {
  margin: 20px auto;
}
.new_show_main .xgxw .xg_new li {
  float: left;
  width: 50%;
  text-align: left;
  line-height: 25px;
  padding-left: 15px;
  margin: 5px auto;

  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../images/li_dian.png) no-repeat left center;
  padding-right: 15px;
  color: #666666;
}
.new_show_main .xgxw .xg_new li a {
  max-width: 78%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  display: inline-block;
  margin-right: 2%;
}
.new_show_main .xgxw .xg_new li a:hover {
  color: #0032a1;
}
.new_show_main .xgxw .xg_new li span {
  width: 20%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  display: inline-block;
}
/*关于我们*/
.about-con1 {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 50px 0px 30px;
}
.about-con1 .con1-main {
  max-width: 1180px;
  margin: auto;
}
.about-con1 .con1-main .main-left {
  width: 470px;
  float: left;
  position: relative;
}
.about-con1 .con1-main .main-left .kuan {
  width: 235px;
  height: 380px;
  border: 3px solid #0075d2;
}
.about-con1 .con1-main .main-left .nei-m {
  width: 440px;
  text-align: center;
  position: absolute;
  left: 30px;
  top: 52px;
  background: #fff;
}
.about-con1 .con1-main .main-left .nei-m h3 {
  font-size: 36px;
  color: #0075d2;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  font-weight: 500;
}
.about-con1 .con1-main .main-left .nei-m h5 {
  font-size: 30px;
  font-family: 宋体;
  color: #141414;
  font-weight: 500;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
}
.about-con1 .con1-main .main-left .nei-m span {
  display: inline-block;
  width: 64px;
  background: #141414;
  height: 2px;
  vertical-align: middle;
}
.about-con1 .con1-main .main-left .nei-m p {
  color: #666666;
  line-height: 24px;
  font-size: 14px;
  margin-top: 10px;
  overflow: hidden;
  height: 144px;
}
.about-con1 .con1-main .main-right {
  width: 680px;
  float: right;
  position: relative;
}
.about-con1 .con1-main .main-right i {
  display: block;
  padding-bottom: 56.470588235294116%;
}
.about-con1 .div-nei {
  width: 1180px;
  margin: 30px auto 0px;
  font-size: 14px;
  line-height: 24px;
  text-indent: 2em;
  color: #666;
  height: 72px;
  overflow: hidden;
}
.about-tt {
  color: #0075d2;
  font-size: 24px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
}
.about-tu {
  position: relative;
  margin: 30px auto;
  width: 1180px;
}
.about-tu i {
  display: block;
  padding-bottom: 33.05084745762712%;
}
.about-yuan {
  width: 1180px;
  margin: 30px auto;
}
.about-yuan p {
  color: #666666;
  line-height: 24px;
  font-size: 14px;
}
.about-jia {
  width: 1180px;
  margin: 60px auto 60px;
}
.about-jia .jia-main {
  margin: 30px auto 40px;
}
.about-jia .jia-main ul {
  /*max-width: 725px;*/
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  float: left;
  border-right: none;
}
.about-jia .jia-main ul li {
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  float: left;
  width: 33.333%;
  text-align: center;
  padding: 30px;
}
.about-jia .jia-main ul li img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
}
.about-jia .jia-main ul li img:hover {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
}
.about-jia .jia-main ul li p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-align: center;
}
.about-jia .jia-main .right-tu {
  /* max-width: 454px;*/
  float: right;
  position: relative;
}
.about-jia .jia-main .right-tu i {
  display: block;
  padding-bottom: 57.48898678414097%;
}
.about-shang {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding: 30px 0px;
}
.about-shang .about-tt {
  width: 1180px;
  margin: auto;
}
.about-shang p {
  line-height: 24px;
  width: 1180px;
  margin: 20px auto 30px;
  font-size: 14px;
  color: #666;
}
.about-shang img {
  display: block;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
/*jop*/
.jop-main h4 {
  font-size: 30px;
  color: #666;
  line-height: 45px;
  height: 45px;
  font-weight: 100;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.jop-main .ph {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  text-align: center;
  margin: 10px auto 20px;
}
.jop-main .jop-tu {
  position: relative;
}
.jop-main .jop-tu i {
  display: block;
  padding-bottom: 43.64406779661017%;
}
.jop-main .jop-tu .jop-wen {
  max-width: 630px;
  min-height: 255px;
  background: url(../images/jop_bg.png);
  position: absolute;
  bottom: 90px;
  left: 0px;
  padding: 50px 30px;
  color: #fff;
}
.jop-main .jop-tu .jop-wen h4 {
  text-align: left;
  font-weight: 100;
  font-size: 24px;
  color: #fff;
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
  overflow: hidden;
}
.jop-main .jop-tu .jop-wen p {
  line-height: 24px;
  font-size: 14px;
  height: 96px;
  overflow: hidden;
}
.jop-main .jop-ul {
  margin-top: 56px;
}
.jop-main .jop-ul li {
  margin-bottom: 56px;
  position: relative;
  padding-left: 238px;
}
.jop-main .jop-ul li .spanr {
  position: absolute;
  top: 11px;
  left: 22px;
  width: 183px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: "Arial";
  background: #aaaaaa;
  border-radius: 3px;
}
.jop-main .jop-ul li div {
  border: 1px solid #c3c3c3;
  width: 100%;
  padding: 25px 37px;
  color: #878787;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
.jop-main .jop-ul li div .bt {
  border-bottom: 1px solid #c3c3c3;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.jop-main .jop-ul li div .bt a {
  float: right;
  background: url(../images/job_icon2.png) no-repeat;
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
  margin-right: 10px;
}
.jop-main .jop-ul li div .bt b {
  float: left;
  color: #898989;
  font-size: 24px;
  line-height: 50px;
  font-weight: normal;
  width: 80%;
  overflow: hidden;
}
.jop-main .jop-ul li div p {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.jop-main .jop-ul li div p a:hover {
  color: #207be5;
}
.jop-main .jop-ul li div .xx {
  height: 48px;
  overflow: hidden;
  margin-top: 17px;
  margin-bottom: 20px;
}
.jop-main .jop-ul li div span {
  font-family: "Arial";
  display: inline-block;
}
.jop-main .jop-ul li div:after {
  content: url(../images/san.png);
  position: absolute;
  left: -15px;
  top: 15px;
  width: 0;
  height: 0;
}
.jop-main .jop-ul li div .jian a {
  text-decoration: underline;
  color: #878787;
}
.jop-main .jop-ul .liactive .spanr {
  background: #207be5;
  color: #fff;
}
.jop-main .jop-ul .liactive div {
  border-color: #bad7f8;
  background: #e7f0f9;
  color: #878787;
}
.jop-main .jop-ul .liactive div .bt {
  border-bottom: 1px solid #bad7f8;
}
.jop-main .jop-ul .liactive div .bt b {
  color: #207be5;
}
.jop-main .jop-ul .liactive div .bt a {
  background: url(../images/field_bj.png) no-repeat;
  background-size: 100%;
}
.jop-main .jop-ul .liactive div .xx {
  height: auto;
}
.jop-main .jop-ul .liactive div:after {
  content: url(../images/san_e.jpg);
  position: absolute;
  left: -15px;
  top: 15px;
  width: 0;
  height: 0;
}
/*question*/
.ques-ul {
  max-width: 1155px;
  padding-left: 20px;
}
.ques-ul li {
  max-width: 1135px;
  margin-bottom: 35px;
}
.ques-ul li .div-top {
  min-height: 36px;
  border: 1px solid #cacaca;
  line-height: 36px;
  border-radius: 5px;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.ques-ul li .div-top span {
  display: block;
  height: 35px;
  width: 35px;
  background: #a4a4a4;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 0px;
  color: #faf8eb;
  text-align: center;
  line-height: 35px;
}
.ques-ul li .div-top a {
  color: #333333;
  font-size: 14px;
  display: inline-block;
  max-width: 1055px;
  width: 94%;
}
.ques-ul li .div-top i {
  display: inline-block;
  width: 12px;
  height: 8px;
  background: url(../images/xia_san.jpg) no-repeat;
}
.ques-ul li p {
  max-width: 1120px;
  background: #f5f5f5;
  padding: 10px 20px;
  margin: auto;
  font-size: 12px;
  color: #585858;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  height: 64px;
}
.ques-ul li p b {
  color: #b60005;
}
.ques-ul .activel .div-top {
  border-color: #b60005;
}
.ques-ul .activel .div-top span {
  background: #b60005;
  color: #fff;
}
.ques-ul .activel .div-top a {
  color: #b60005;
}
.ques-ul .activel .div-top i {
  background: url(../images/shang_san.jpg) no-repeat;
}
.ques-ul .activel p {
  height: auto;
}
.pro_list {
  width: 105%;
}
.pro_list li {
  width: 24%;
  border: 1px solid #e9e9e9;
  float: left;
  margin-right: 1%;
  margin-bottom: 20px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
.pro_list li .list-pic {
  position: relative;
}
.pro_list li .list-pic i {
  display: block;
  padding-bottom: 110.546875%;
  background: #fff;
}
.pro_list li .list-wen {
  text-align: center;
  box-sizing: border-box;
}
.pro_list li .list-wen h4 {
  color: #444444;
  font-size: 16px;
  line-height: 42px;
  height: 42px;
  overflow: hidden;
}
.pro_list li .list-wen p {
  height: 48px;
  line-height: 24px;
  color: #888888;
  font-size: 12px;
  overflow: hidden;
}
.pro_list li .zhe-div {
  width: 100%;
  height: 100%;
  background: url(../images/list_bg.png);
  position: absolute;
  z-index: 999;
  top: 0px;
  border: 1px solid #0032a1;
  box-sizing: border-box;
  display: none;
}
.pro_list li .zhe-div a {
  display: block;
  width: 100%;
  height: 422px;
}
.pro_list li .more-a {
  position: absolute;
  font-size: 14px;
  color: #0032a1;
  top: 50%;
  background: #fff;
  height: 46px;
  display: block;
  z-index: 99999;
  text-align: center;
  line-height: 46px;
  font-family: "微软雅黑";
  font-weight: 700;
  width: 100%;
  display: none;
}

.pro_list li:hover .zhe-div {
  display: block;
}
.pro_list li:hover .more-a {
  display: block;
}
.list-show {
  max-width: 1020px;
  margin: 20px auto;
}
.list-show .list-left {
  width: 398px;
  float: left;
}
.list-show .list-left .left-xt {
  width: 94px;
  height: 435px;
  float: left;
  overflow: hidden;
}

.list-show .list-left .left-dt .slick-prev {
  display: none !important;
}
.list-show .list-left .left-dt .slick-next {
  display: none !important;
}
.list-show .list-left .left-xt div {
  position: relative;
  margin: 0px auto 7px;
  cursor: pointer;
}
.list-show .list-left .left-xt div img {
  border: 1px solid #cdcdcd;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.list-show .list-left .left-xt div i {
  display: block;
  padding-bottom: 110.546875%;
}

.list-show .list-left .left-dt {
  width: 395px;
  height: 435px;
  border: 1px solid #cdcdcd;
  float: right;
}
.list-show .list-left .left-dt div a {
  display: block;
  width: 100%;
  height: 100%;
}
.list-show .list-left .left-dt div a img {
  border: 1px solid #cdcdcd;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.list-show .list-left .left-dt div a i {
  display: block;
  padding-bottom: 110.546875%;
}
.list-show .list-right {
  width: 613px;
  float: right;
  border: 1px solid #cdcdcd;
  border-left: none;
  padding-bottom: 12px;
}
.list-show .list-right .right-top {
  border-bottom: 1px solid #cdcdcd;
  padding: 20px 50px;
}
.list-show .list-right .right-top span {
  width: 128px;
  background: #ababab;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  height: 36px;
  overflow: hidden;
}
.list-show .list-right .right-top .active {
  background: #0032a1;
}
.list-show .list-right .main-r {
  padding-left: 65px;
  border-bottom: 1px solid #cdcdcd;
  padding-top: 10px;
  overflow: hidden;
}
.list-show .list-right .main-r ul {
  /*display: none;*/
}
.list-show .list-right .main-r ul li {
  list-style: disc;
  color: #888888;
  font-size: 12px;
  line-height: 30px;

  overflow: hidden;
}
.list-show .list-right .zai-jia {
  height: 40px;
  width: 210px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  margin: 10px auto auto 50px;
  cursor: pointer;
  background: #ababab url(../images/jia.png) no-repeat 150px center;
}
.list-show .list-right .zai-jia:hover {
  background: #7b7b7b url(../images/jia.png) no-repeat 150px center;
}
.wdxz {
  width: 100%;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  background: #f4f4f4;
  min-height: 500px;
  padding: 50px 0px;
  box-sizing: border-box;
  display: none;
}
.wdxz .wdxz-main {
  max-width: 1020px;
  margin: auto;
}
.wdxz-left {
  width: 445px;
  float: left;
}
.down-ul li {
  height: 100px;
  border: 1px solid #c3c3c3;
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.down-ul li span {
  display: inline-block;
  max-width: 308px;
  float: left;
  line-height: 30px;
  height: 30px;
  margin-top: 35px;
  text-align: center;
  padding: 0px 10px;
  font-weight: 700px;
  overflow: hidden;
}
.down-ul li a {
  display: inline-block;
  height: 98px;
  max-width: 135px;
  width: 100%;
  border-left: 1px solid #c3c3c3;
  box-sizing: border-box;
  background: url(../images/xia_1.jpg) no-repeat center center;
}
.down-ul li a:hover {
  background: url(../images/xia_2.jpg) no-repeat center center;
}
.wdxz-right {
  width: 522px;
  height: 378px;
  float: right;
  position: relative;
  cursor: pointer;
}
.wdxz-right i {
  display: block;
  padding-bottom: 72.41379310344827%;
}
.top-wt {
  width: 162px;
  height: 37px;
  color: #fff;
  background: url(../images/top-bg.png) no-repeat;
  line-height: 36px;
  margin-bottom: 20px;
}
.top-wt span {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  overflow: hidden;
  width: 80px;
  margin-left: 30px;
}
.xgcp {
  max-width: 1020px;
  margin: 50px auto;
}
.xgcp .pro_list_x {
  width: 100%;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  padding: 30px 0px 10px;
}
.xgcp .pro_list_x li {
  width: 222px;
  float: left;
  margin: auto 16px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 20px;
}
.xgcp .pro_list_x li .list-pic {
  height: 245px;
  max-width: 222px;
  position: relative;
}
.xgcp .pro_list_x li .list-pic i {
  display: block;
  padding-bottom: 110.546875%;
  
}
.xgcp .pro_list_x li .list-wen {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.xgcp .pro_list_x li .list-wen h4 {
  color: #444444;
  font-size: 16px;
  line-height: 42px;
  height: 42px;
  overflow: hidden;
}
.xgcp .pro_list_x li .list-wen p {
  height: 48px;
  line-height: 24px;
  color: #888888;
  font-size: 12px;
  overflow: hidden;
}
.xgcp .pro_list_x li .zhe-div {
  width: 222px;
  height: 329px;
  background: url(../images/xgcp_bg.png);
  position: absolute;
  z-index: 999;
  top: 0px;
  box-sizing: border-box;
  display: none;
}
.xgcp .pro_list_x li .zhe-div a {
  display: block;
  width: 222px;
  height: 329px;
}
.xgcp .pro_list_x li .more-a {
  position: absolute;
  font-size: 14px;
  color: #fff;
  top: 50%;
  background: #0032a1;
  width: 170px;
  height: 40px;
  display: block;
  z-index: 99999;
  text-align: center;
  line-height: 40px;
  font-family: "微软雅黑";
  font-weight: 700;
  left: 50%;
  margin-left: -85px;
  margin-top: -20px;
  display: none;
}
.xgcp .pro_list_x li .more-a:before {
  content: "";
  height: 1px;
  width: 27px;
  background: #0032a1;
  position: absolute;
  top: 50%;
  left: -27px;
}
.xgcp .pro_list_x li .more-a:after {
  content: "";
  height: 1px;
  width: 27px;
  background: #0032a1;
  position: absolute;
  top: 50%;
  right: -27px;
}
.xgcp .pro_list_x li:hover .list-wen h4 {
  color: #0032a1;
}
.xgcp .pro_list_x li:hover .zhe-div {
  width: 100%;
  display: block;
}
.xgcp .pro_list_x li:hover .more-a {
  display: block;
}
.zhe-body {
  width: 100%;
  height: 100%;
  position: fixed;
  _position: absolute;
  background: url(../images/xgcp_bg.png);
  z-index: 9999;
  top: 0px;
  display: none;
}
.zhe-body .zhe-main {
  width: 472px;
  height: 472px;
  border: 2px solid #44c6e6;
  background: #fff;
  margin: auto;
  position: relative;
  top: 50%;
  margin-top: -236px;
  padding-top: 20px;
}
.zhe-body .zhe-main .close-div {
  background: url(../images/close.jpg);
  height: 21px;
  width: 21px;
  position: absolute;
  top: -21px;
  right: -21px;
  cursor: pointer;
}
.zhe-nei {
  width: 340px;
  margin: auto;
}
.zhe-nei .top {
  font-size: 18px;
  color: #17b1d7;
  font-weight: 700;
  height: 33px;
  line-height: 33px;
  background: url(../images/zai_yuan.jpg) no-repeat left center;
  padding-left: 45px;
}
.zhe-nei .xian-xu {
  background: url(../images/xu_xian.jpg) no-repeat;
  width: 340px;
  height: 8px;
}
.zhe-nei ul {
  padding: 20px 0px;
}
.zhe-nei ul li {
  margin-bottom: 10px;
}
.zhe-nei ul li span {
  color: #666666;
  font-size: 12px;
  display: inline-block;
  width: 52px;
  margin-right: 5px;
}
.zhe-nei ul li input {
  height: 27px;
  border: 1px solid #dadada;
  line-height: 25px;
  width: 282px;
  padding-right: 5px;
  padding-left: 5px;
}
.zhe-nei ul li input:focus {
  border: 1px solid #44c6e6;
  background: #f4fcfe;
}
.zhe-nei ul li textarea {
  border: 1px solid #dadada;
  height: 105px;
  width: 282px;
  padding-left: 5px;
  padding-right: 5px;
}
.zhe-nei ul li textarea:focus {
  border: 1px solid #44c6e6;
  background: #f4fcfe;
}
.zhe-nei ul li .span-a {
  vertical-align: top;
}
.zhe-nei ul .yan input {
  width: 115px;
  height: 27px;
  line-height: 25px;
}
.zhe-nei ul .yan img {
  vertical-align: middle;
  margin: 0px 8px;
}
.zhe-nei ul .yan a {
  font-size: 12px;
  color: #b7b7b7;
  text-decoration: underline;
}
.zhe-nei .tijiao {
  background: #11a7cb;
  width: 282px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 30px;
  margin-top: 20px;
  margin-left: 58px;
}
.support-main {
  max-width: 1020px;
  margin: auto;
}
.support-main h4 {
  font-size: 30px;
  color: #444444;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  margin: 40px auto;
  font-weight: 500;
}
.support-main .pic-img {
  position: relative;
}
.support-main .pic-img i {
  display: block;
  padding-bottom: 42.745098039215684%;
}
.support-main p {
  line-height: 30px;
  color: #888888;
  font-size: 12px;
  padding-left: 30px;
  padding-top: 30px;
}
.sup-xg {
  margin-bottom: 36px;
}
.online-div {
  max-width: 1000px;
  margin: 30px auto;
}
.online-div .online-left {
  max-width: 560px;
  float: left;
  padding-right: 30px;
  box-sizing: border-box;
  width: 56%;
}
.online-div .online-left h4 {
  font-size: 24px;
  color: #0075d2;
  line-height: 42px;
  height: 42px;
  overflow: hidden;
  font-weight: 500;
}
.online-div .online-left p {
  font-size: 14px;
  color: #777;
  line-height: 24px;
}
.online-div .online-right {
  max-width: 440px;
  float: right;
  height: 120px;
  border-left: 1px solid #d9d9d9;
  width: 44%;
}
.online-div .online-right a {
  position: relative;
  margin: 0px 20px auto 40px;
  display: inline-block;
  width: 155px;
  height: 120px;
}
.online-div .online-right a i {
  display: block;
  padding-bottom: 77.41935483870968%;
}
.online-tu {
  position: relative;
  max-width: 1180px;
  height: 420px;
  margin: 50px auto 100px;
}
.online-tu i {
  padding-bottom: 35.59322033898305%;
  display: block;
}
.ser-main h4 {
  font-size: 24px;
  color: #5e5e5e;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-weight: 500;
  text-align: center;
}
.ser-main b {
  font-size: 14px;
}
.ser-main p {
  color: #5e5e5e;
  font-size: 12px;
  line-height: 24px;
  text-indent: 2em;
  margin-bottom: 30px;
}
.ser-main .ser-top {
  height: 58px;
  width: 175px;
  background: url(../images/ser_top.jpg) no-repeat;
  font-size: 24px;
  color: #fff;
  line-height: 58px;
  text-align: center;
  padding: 0px 20px 0px 10px;
  overflow: hidden;
  margin: 30px 0px;
}
.ser-main .bao-div {
  width: 1180px;
  padding: 30px 25px;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 0px 5px #e3e3e3;
  position: relative;
  margin-bottom: 50px;
}
.ser-main .bao-div .bao-ti {
  border: 1px solid #a40b0a;
  color: #a40b0a;
  font-size: 15px;
  display: inline-block;
  height: 27px;
  line-height: 27px;
  padding: 0 10px;
  font-weight: 700;
  position: absolute;
  top: -13px;
  left: 20px;
  background: #fff;
  max-width: 800px;
  overflow: hidden;
}
.ser-main .bao-div p {
  text-indent: 0em;
}
.ser-main .chengnuo {
  width: 1180px;
  height: 291px;
  background: url(../images/chengtu.png) no-repeat;
  position: relative;
  margin-bottom: 30px;
}
.ser-main .chengnuo h5 {
  color: #376bc9;
  font-size: 14px;
  overflow: hidden;
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.ser-main .chengnuo p {
  font-size: 12px;
  color: #5e5e5e;
  line-height: 24px;
  text-indent: 0em;

  overflow: hidden;
}
.ser-main .chengnuo .cheng1 {
  width: 355px;
  height: 130px;
  position: absolute;
  top: 115px;
  left: 105px;
}
.ser-main .chengnuo .cheng2 {
  width: 275px;
  position: absolute;
  left: 540px;
  top: 80px;
}
.ser-main .chengnuo .cheng3 {
  width: 197px;
  position: absolute;
  left: 890px;
  top: 105px;
}
.ser-main .p-mb p {
  margin-bottom: 5px;
}
.ser-main .ser-img {
  max-width: 1180px;
  max-height: 259px;
  margin: 30px auto;
}
.ser-main .ser-img span {
  position: relative;
}
.ser-main .ser-img .span1 {
  max-width: 383px;
  max-height: 259px;
  float: left;
  width: 100%;
}
.ser-main .ser-img .span1 i {
  display: block;
  padding-bottom: 67.62402088772846%;
}
.ser-main .ser-img .span2 {
  max-width: 774px;
  max-height: 259px;
  float: right;
  width: 100%;
}
.ser-main .ser-img .span2 i {
  display: block;
  padding-bottom: 33.4625322997416%;
}
.about-fz {
  max-width: 1000px;
  margin: 30px auto;
}
.about-fz .fz-img {
  position: relative;
  margin: 50px auto;
}
.about-fz .fz-img i {
  display: block;
  padding-bottom: 33.4%;
}
.about-fz p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-indent: 2em;
  margin-bottom: 30px;
}
.about-fz .fz-div {
  margin: auto;
  max-width: 890px;
  position: relative;
  z-index: 0;
}
.about-fz .fz-div .top-y-w {
  height: 79px;
  width: 79px;
  background: #b6c6f0;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -39.5px;
  z-index: 999 !important;
}
.about-fz .fz-div .top-y-n {
  height: 70px;
  width: 70px;
  background: #5f8df0;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: 4.5px;
  color: #fff;
  line-height: 70px;
  text-align: center;
  z-index: 999 !important;
  font-size: 22px;
  font-family: arial;
}
.about-fz .fz-div:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #ffa200;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -1px;
  z-index: 1;
}
.about-fz .fz-div ul {
  overflow: hidden;
}
.about-fz .fz-div ul li {
  position: relative;
  height: 215px;
}
.about-fz .fz-div ul li .span_w {
  height: 54px;
  width: 54px;
  background: #ffd790;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -27px;
  z-index: 9;
  top: 50%;
  margin-top: -27px;
}
.about-fz .fz-div ul li .span_n {
  height: 45px;
  width: 45px;
  background: #ffa200;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -22.5px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  z-index: 9;
  font-size: 15px;
  font-family: arial;
  top: 50%;
  margin-top: -22.5px;

  overflow: hidden;
}
.about-fz .fz-div ul .li_z .wen {
  height: 110px;
  margin-top: 50px;
  width: 390px;
  border: 1px solid #d7d7d7;
  padding: 30px 20px;
  font-size: 14px;
  color: #666666;
  position: relative;
}
.about-fz .fz-div ul .li_z .wen:after {
  content: url(../images/fz_r.jpg);
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -9.5px;
}
.about-fz .fz-div ul .li_z .wen p {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.about-fz .fz-div ul .li_z .tu {
  width: 309px;
  height: 215px;

  position: relative;
}

.about-fz .fz-div ul .li_z .tu img {
  border: 1px solid #d7d7d7;
  padding: 2px;
}
.about-fz .fz-div ul .li_y .tu img {
  border: 1px solid #d7d7d7;
  padding: 2px;
}

.about-fz .fz-div ul .li_z .tu:after {
  content: "";
  border-bottom: 1px dashed #cdcdcd;
  width: 111px;
  height: 1px;
  position: absolute;
  left: -111px;
  top: 50%;
}
.about-fz .fz-div ul .li_y .wen {
  height: 110px;
  margin-top: 50px;
  width: 390px;
  border: 1px solid #d7d7d7;
  padding: 30px 20px;
  font-size: 14px;
  color: #666666;
  position: relative;
}
.about-fz .fz-div ul .li_y .wen:after {
  content: url(../images/fz_l.jpg);
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -9.5px;
}
.about-fz .fz-div ul .li_y .wen p {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.about-fz .fz-div ul .li_y .tu {
  width: 309px;
  height: 215px;
  position: relative;
}
.about-fz .fz-div ul .li_y .tu:after {
  content: "";
  border-bottom: 1px dashed #cdcdcd;
  width: 111px;
  height: 1px;
  position: absolute;
  right: -111px;
  top: 50%;
}
.about-fz .fz-div ul .li1 {
  margin-top: 120px;
}
.contact-main {
  max-width: 1000px;
  margin: 80px auto;
}
.contact-main .cont-left {
  width: 495px;
  float: left;
}
.contact-main .cont-left ul li {
  width: 210px;
  float: left;
  text-align: center;
  margin: 15px;
}
.contact-main .cont-left ul li .lian-t {
  display: block;
  width: 150px;
  height: 60px;
  border-left: 3px solid #888888;
  text-align: left;
  padding-left: 15px;
  margin-top: 15px;
}
.contact-main .cont-left ul li .lian-t h2 {
  font-size: 30px;
  color: #333;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-weight: 500;
}
.contact-main .cont-left ul li .lian-t i {
  font-size: 24px;
  color: #686868;
  font-style: normal;
}
.contact-main .cont-left ul li .span-x {
  width: 82px;
  height: 1px;
  background: #c3c3c3;
  display: block;
  vertical-align: bottom;
  margin: 10px 0px;
}
.contact-main .cont-left ul li p {
  font-size: 12px;
  color: #4c4b4b;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-align: left;
  margin-top: 10px;
}
.contact-main .cont-left ul li img {
  display: block;
  max-width: 100%;
  height: 100%;
  margin: auto;
}
.contact-main .cont-left ul li em {
  font-style: normal;
  font-size: 14px;
  color: #666;
  width: 100%;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  display: block;
}
.contact-main .cont-left ul li a {
  font-size: 18px;
  font-family: arial;
  color: #444444;
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.contact-main .cont-right {
  width: 505px;
  float: right;
}
.zailiu {
  border-top: 1px solid #dedede;
  width: 100%;
  padding: 50px 0px;
}
.zailiu .liu-main {
  max-width: 1010px;
  margin: auto;
}
.zailiu .liu-main h4 {
  font-size: 30px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  color: #333333;
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
}
.zailiu .liu-main p {
  font-size: 15px;
  color: #333333;
  line-height: 24px;
  height: 24px;
  /* overflow: hidden;*/
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
}
.zailiu .liu-main i {
  color: #ff0000;
  font-style: normal;
}
.zailiu .liu-main .liu-nei {
  min-height: 455px;
  width: 100%;
  margin: 50px auto;
  background: url(../images/cont_bg.png) no-repeat center center;
  padding: 60px;
}
.zailiu .liu-main .liu-nei .leixin {
  font-size: 14px;
  color: #898989;
}
.zailiu .liu-main .liu-nei .leixin span {
  padding: 0px 40px 0px 20px;
}
.zailiu .liu-main .liu-nei .biao-f {
  width: 760px;
  margin: 35px auto;
}
.zailiu .liu-main .liu-nei .biao-f ul {
  font-size: 14px;
  color: #333333;
  width: 405px;
  float: left;
}
.zailiu .liu-main .liu-nei .biao-f ul li {
  margin-bottom: 10px;
}
.zailiu .liu-main .liu-nei .biao-f ul li .in-kuan {
  width: 312px;
  height: 27px;
  line-height: 25px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #c5c5c5;
}
.zailiu .liu-main .liu-nei .biao-f ul li select {
  width: 101px;
  height: 27px;
}
.zailiu .liu-main .liu-nei .biao-f ul li i {
  margin-left: 4px;
}
.zailiu .liu-main .liu-nei .biao-f ul .yan input {
  width: 100px;
  height: 27px;
  line-height: 25px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #c5c5c5;
}
.zailiu .liu-main .liu-nei .biao-f ul .yan img {
  vertical-align: middle;
  margin: auto 10px;
}
.zailiu .liu-main .liu-nei .biao-f ul .yan a {
  font-size: 12px;
  color: #b7b7b7;
  text-decoration: underline;
  display: inline-block;
  line-height: 20px;
}
.zailiu .liu-main .liu-nei .biao-f ul .yan i {
  vertical-align: middle;
}
.zailiu .liu-main .liu-nei .biao-f .teat-div {
  max-width: 340px;
  float: right;
  text-align: center;
  padding-top: 28px;
}
.zailiu .liu-main .liu-nei .biao-f .teat-div textarea {
  max-width: 340px;
  height: 180px;
  text-align: left;
  padding: 5px;
  border: 1px solid #c5c5c5;
  width: 100%;
}
.zailiu .liu-main .liu-nei .biao-f .teat-div a {
  width: 140px;
  height: 35px;
  display: inline-block;
  background: #979797;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  margin-top: 15px;
}
.zailiu .liu-main .liu-nei .biao-f .teat-div a:hover {
  background: #fc7b05;
}
.home-pro-er {
  width: 100%;
  background: #fff;
  position: absolute;
  z-index: 999;
  left: 0px;
  padding: 35px 0px;
  text-align: center;
  display: none;
}

/*map*/
.w1004 {
  max-width: 1180px;
  margin: 20px auto;
  border-radius: 5px;
  padding: 20px;
}
.map {
  margin: 0 auto;
}
.map dl {
  margin: 20px 0 20px 0;
  overflow: hidden;
  line-height: 30px;
}
.map dl:hover dt a {
  color: #fff;
  font-weight: bold;
}
.map dt {
  font-size: 14px;
  float: left;
  width: 10%;
  text-align: center;
  background: #0032a1;
}
.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%;
}
.map dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.map dd .p2 a {
  color: #0032a1;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.map dd .p2 a:hover {
  color: #764b00;
}
.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: #0032a1;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */

/****************************shy-add**********************************************/
.list-show .list-right .main-r {
  width: 496px;
}
.common-top .er-top .er-top-nei a.cur {
  color: #0076d1;
  border-color: #0076d1;
}
.page a.cpb {
  background: #0032a1;
  border-color: #0032a1;
  color: #fff;
  font-weight: bold;
  border: 1px solid #0032a1;
  padding: 9px 14px;
}
.right-nav .nav-ul1 li .ul2 li a {
  height: 30px;
  overflow: hidden;
}

.slick-remove-style {
  min-width: 165px;
  text-align: center;
}
.content-scorll {
  overflow-y: scroll;
  line-height: 25px;
}
.content-scorll2 {
  overflow-y: scroll;
  overflow-x: hidden;
}
.bdshare-button-style0-32 a {
  width: 30px !important;
  margin: 0px !important;
}
.bdshare-button-style0-32::after {
  content: "" !important;
}
.bd_weixin_popup .bd_weixin_popup_main {
  margin-bottom: -8px !important;
}

.img-yangshi {
  margin: auto;
}
/*.banner a{
	display: block;
	width: 100%;
	height: 671px;
}*/
.banner_zi div {
  width: 100%;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.common-main .pro-main li {
  max-width: 565px;

  margin: 12.5px;
  float: left;
  position: relative;
}
.common-main .pro-main li .pic {
  position: relative;
}
.common-main .pro-main li .pic i {
  display: block;
  padding-bottom: 67.07964601769912%;
}
.common-main .pro-main li .text h3 {
  font-size: 22px;
  color: #000;
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
}
.common-main .pro-main li .text p {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #5e5e5e;
  margin: 10px auto;
  font-size: 14px;
}

.phone-nav {
  position: absolute;
  font-size: 30px;
  right: 15px;
  top: 0px;
  line-height: 61px;
  display: none;
  color: #666;
}

#mmenu {
  z-index: 110;
  text-transform: capitalize;
}
#mmenu li .home-search {
  float: left;
  margin-left: 20px;
  width: 91%;
  background-color: #fff;
  padding-left: 0;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
  margin-bottom: 10px;
  border: solid 1px #ff6600;
}
.keyword {
  text-align: left;
  border: 0;
  box-shadow: 0;
  border-radius: 0;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -mz-border-radius: 0;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  height: 35px;
  vertical-align: top;
  margin-left: 20px;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
}
#mmenu li .home-search .keyword:focus {
  transition: border linear 0.2s, box-shadow linear 0.5s;
  -moz-transition: border linear 0.2s, -moz-box-shadow linear 0.5s;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.5s;
  outline: 0;
  border: 1px solid #f39801;
}
.btn-sub {
  top: 0;
  border: 0;
  right: 0;
  color: #e20008;
  width: 42px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  border-radius: 0;
  background: url(../images/search.png) no-repeat center center #0076d1;
}
#mmenu .list-unstyled li a {
  display: block;
  width: 100%;
  color: #d1d1d1;
}
#mmenu .list-unstyled li b {
  font-size: 15px;
  font-weight: normal;
  float: left;
}
#mmenu .list-unstyled li p {
  font-size: 13px;
  text-transform: capitalize;
  font-family: arial;
  margin-top: 2px;
  float: left;
  margin-left: 5px;
}
#mmenu .list-unstyled li .more {
  background: url("../images/jiantou.png") no-repeat center center;
  width: 35px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 20px;
  display: block;
  z-index: 2;
}
#mmenu .list-unstyled li ul {
  display: none;
}
#mmenu .list-unstyled .nav-show a {
  color: #fff;
}
#mmenu .list-unstyled .nav-show .more {
  background: url("../images/jiantouh.png") no-repeat center center;
}

.mm-listview .mm-inset {
  background: #333;
  clear: both;
}
.mm-listview {
  padding-bottom: 54px;
}
.mm-listview .mm-inset > li {
  list-style: none;
}
.mm-listview .mm-inset > li a {
  display: block;
}
.mm-listview > li:not(.mm-divider)::after {
  left: 0;
}
.mm-listview .mm-inset > li a {
  padding: 10px 10px 10px 48px;
}
.mm-listview .mm-inset > li:hover {
  background: #0032a1;
  color: #fff;
}
.mm-listview .mm-inset > li:hover a {
  color: #fff;
}

.common-top .er-top .er-top-nei {
  display: none;
}

.new_pro {
  overflow: hidden;
}
.new_pro li {
  width: 33%;
  text-align: center;
  float: left;
  padding-bottom: 10px;
}
.new_pro li img {
  max-width: 100%;
}
.home-pro-er{margin-top: 86px;}
.wpmenu {
    width: 1100px;
    margin: 0 auto;  height: 480px;
}

.home-pro-er .left-tab {
    width: 200px;
    float: left;
    ;
}

.home-pro-er .left-tab li {
    width: 100%;
    line-height: 50px; 
}

.home-pro-er .left-tab .active {
    color: #fff; background-color: #0068B7;
}

#mbox {
    width: 900px;
    float: left;
}

#mbox>div {
    display: none;
}

#mbox .activ {
    display: block;
}

.tab-cplist {
    width: 100%;
}

.tab-cplist .cplist-item {
    float: left;
    width: 33%;
    height: 150px;
    ;
}

.tab-cplist>.cplist-item>a>div {
    width: 80%;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
}

.tab-cplist>.cplist-item>a>div img {
    max-height: 100%;
}

.tab-cplist>.cplist-item>a>h2 {
    height: 50px;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}