/*模板：Adminbuy.cn*/

body {
  margin: 0px;
  padding: 0px;
  margin: 0px auto;
  font-size: 14px;
  line-height: 24px;
  font-family: "微软雅黑";
  color: #666666;
  background: #fff;
}

ul,
li,
form,
dl,
dt,
dd,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
i {
  font-style: normal;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p {
  padding: 0px;
  margin: 0px;
}

select,
input,
textarea,
button {
  font-size: 14px;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #414446;
  font-family: "微软雅黑";
}

input:focus {
  outline: none;
}

input,
button,
select,
textarea {
  outline: none;
  /*-webkit-appearance:none;*/
  /*强制去除表单自带的样式*/
}

textarea {
  resize: none;
  /*-webkit-appearance:none;*/
  /*强制去除textarea自带的样式*/
}

textarea,
input,
select {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
  border: 0px;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}

/*html5设置*/
figure,
figcaption {
  margin: 0px;
  padding: 0px;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

img {
  max-width: 100%;
  border: none;
  border: 0;
  vertical-align: top;
}

a {
  color: #333333;
  text-decoration: none;
  noline: -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

a:focus {
  outline: none;
  -moz-outline: none;
}

a:hover {
  text-decoration: none;
  color: #e54b01;
}

*:hover {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.hidetxt {
  display: none;
}

.clear {
  clear: both;
}

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

.Header .Contain {
  /* width: 1400px; */
  /* width: calc(100% - 40%); */
  display: flex;
}

.Contain {
  width: calc(100% - 24%);
  margin: 0px auto;
}

.Footer .Contain {
  /* width: 1400px; */
}

.relative {
  position: relative;
}

:-moz-placeholder {
  color: #999999;
}

::-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

/*Ie clear arr*/


.Scale-img {
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  zoom: 1;
  overflow: hidden;
}

.Scale-img img,
.Scale-img span {
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

/* .Scale-img:hover img,
.Scale-img:hover span {
  opacity: 1;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
  top: 0px;
  left: 0px;
} */
.PhotoList>ul>.fadeIn :hover img {
  opacity: 1;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
  top: 0px;
  left: 0px;
}

.PhotoList>ul>.fadeIn :hover {

  box-shadow: rgb(0 0 0 / 10%) 0px 3px 12px 0px;
}

.f_green {
  color: #12bdab;
}

.f_red {
  color: #ff0000;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/*pages*/
.Pages {
  zoom: 1;
  overflow: hidden;
  text-align: center;
  color: #555;
  clear: both;
}

.Pages span {
  padding: 0px 0px;
  display: inline-block;
}

.Pages a {
  display: inline-block;
  margin: 0px 2px;
  line-height: 25px;
  background: #e8e8e8;
  text-align: center;
  color: #666666;
}

.Pages .p_page a {
  display: inline-block;
  vertical-align: middle;
}

.Pages .p_page .a_prev,
.Pages .p_page .a_next,
.Pages .p_page .a_first,
.Pages .p_page .a_end {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
}

.Pages .p_page .a_prev:hover,
.Pages .p_page .a_next:hover,
.Pages .p_page .a_first:hover,
.Pages .p_page .a_end:hover {
  background: #0e9cf6;
  color: #fff;
}

.Pages .p_page .num a {
  width: 25px;
  vertical-align: middle;
}

.Pages .p_page .num a:hover,
.Pages .p_page .num a.a_cur {
  background: #4173d2;
  color: #fff;
}

/*pages end*/


@media (max-width:998px) {
  body {
    padding-bottom: 55px;
  }

  .Contain {
    width: auto;
    margin: 0px 15px;
  }

  .Pages .p_page .a_prev,
  .Pages .p_page .a_next,
  .Pages .p_page .a_first,
  .Pages .p_page .a_end {
    padding: 0 6px;
  }
}


/*Top*/
.Header {
  height: 90px;
  position: relative;
  z-index: 999;
}

.Toper {
  /* float: right; */
  /* width: 90%; */
  width: 100%;
}

.Header .Logo {
  float: left;
  /* padding-top: 20px; */
}

.Header .Logo img {
  width: 100px;
  margin-top: 15px;
}

.Header .tel {
  text-align: right;
  padding-top: 16px;
  line-height: 29px;
  color: #08539b;
}

.MainNav {
  height: 80px;
  /* float: right; */
  width: 100%;
  display: flex;
  justify-content: end;
}

.MainNav>ul {
  width: max-content;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.MainNav li {
  /* float: left; */
  position: relative;
  z-index: 1000;
  padding-left: 3vw;
  padding-left: 0 !important;
}

.MainNav li span a {
  color: #333333;
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 90px;
  position: relative;
  padding: 0 35px;
  box-sizing: border-box;
}

.MainNav .lang_en_menu span a {
  font-size: 17px;
  padding: 0 22px;
}

.MainNav li:hover span a,
.MainNav li.onnav span a,
.MainNav li.onnav span .sele {
  color: #e54b01;
}

.MainNav li:last-child .SubNav {
  left: 0px;
}

.NavPull {
  display: none;
  position: absolute;
  top: 90px;
  left: 0px;
  width: 150px;
  text-align: center;
  background: #fff;
  /* box-shadow: 0px 5px 5px #ccc; */
  line-height: 30px;
  /* border-radius: 0px 0px 5px 5px; */
}

.NavPull dd a {
  display: block;
  border-bottom: 1px solid #e3e3e3;
  line-height: 32px;
}

.NavPull dd a:hover {
  background: #e54b01;
  color: #fff;
}

.NavPull dd:last-child a {
  border-bottom: 0px;
}

.NavPull dd:last-child a:hover {
  /* border-radius: 0px 0px 5px 5px; */
}

.MainNav li:nth-child(2) .NavPull {
  /* left: 10px; */
}

.mstbg {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 886;
  display: none;
}

.openbtn,
.closebtn,
.phone_search_i {
  cursor: pointer;
  display: none;
  width: 26px;
  position: fixed;
  right: 10px;
  z-index: 999;
}

.openbtn.on {
  display: none !important;
}

.openbtn {
  position: absolute;
  right: 12px;
  top: 19px;
}

.phone_search_i {
  position: absolute;
  right: 50px;
  top: -1px;
  z-index: 9;
}

.closebtn {
  z-index: 999;
  top: 8px;
  right: 200px;
}

.closebtn.auto {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 887;
  display: none;
}

.openbtn span,
.closebtn span {
  display: block;
  height: 2px;
  background: #333;
  margin: 4px 0px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.closebtn .sp1 {
  -webkit-transform: translate(0, 3px) rotate(45deg) !important;
  -moz-transform: translate(0, 3px) rotate(45deg) !important;
  -ms-transform: translate(0, 3px) rotate(45deg) !important;
  -o-transform: translate(0, 3px) rotate(45deg) !important;
  transform: translate(0, 3px) rotate(45deg) !important;
}

.closebtn .sp2 {
  -webkit-transform: translate(0, -3px) rotate(-45deg) !important;
  -moz-transform: translate(0, -3px) rotate(-45deg) !important;
  -ms-transform: translate(0, -3px) rotate(-45deg) !important;
  -o-transform: translate(0, -3px) rotate(-45deg) !important;
  transform: translate(0, -3px) rotate(-45deg) !important;
}

.mobilenav {
  display: none;
}

.sjhomenav {
  display: none;
}

.sjhomenav li {
  width: 25%;
  float: left;
  text-align: center;
  line-height: 36px;
}

.sjhomenav li a {
  display: block;
  background: #1677c4;
  color: #fff;
  border-left: 1px solid #6daada;
  border-bottom: 1px solid #6daada;
}

@media (max-width:1560px) {

  .MainNav li span a,
  .MainNav .lang_en_menu span a {
    padding: 0 15px;
  }

  .NavPull {
    left: -20px;
  }
}

@media (max-width:1429px) {
  .MainNav .lang_en_menu span a {
    padding: 0 7px;
  }
}

@media (max-width:1335px) {
  /* .MainNav .lang_en_menu span a {
    padding: 0 7px;
  } */
}

@media (max-width:1280px) {
  #header_menu_box .Contain {
    width: calc(100% - 5%);
  }

  .MainNav .lang_en_menu span a {
    padding: 0 5px;
  }
}

@media (max-width:1176px) {
  .MainNav li span a {
    padding: 0 10px;
  }
}

@media (max-width:1085px) {
  .MainNav li span a {
    padding: 0 6px;
  }
}

@media (max-width:998px) {
  .sjhomenav {
    display: block;
  }

  .Header {
    height: 60px;
  }

  .header_o_t_search {
    margin-top: 19px !important;
  }

  .Header .Logo {
    padding-top: 8px;
  }

  .Header .Logo img {
    width: auto;
    height: 44px;
    margin-top: 0;
  }
  .title_show {
    opacity: .2 !important;
    padding-top: 39px!important;
    top: 0px!important;
    width: 100%!important;
    font-size: 30px!important;
}

  .Header .openbtn,
  .Header .phone_search_i {
    display: block;
  }

  .Toper {
    display: none;
  }

  .MainNav {
    position: fixed;
    z-index: 999;
    width: 200px;
    padding-right: 0;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    right: -200px;
    top: 0px;
  }

  .MainNav ul {
    margin-top: 0px;
    display: block;
  }

  .MainNav li {
    position: relative;
    cursor: pointer;
    float: none;
    border-bottom: 1px solid #ddd;
    width: auto;
    padding: 0;
  }

  .MainNav li span a {
    height: auto;
    display: block;
    line-height: 46px;
    height: 46px;
    padding-left: 20px;
    color: #000000;
    text-align: left;
  }

  .MainNav .arr {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 46px;
    left: 0px;
    top: 0px;
  }

  .MainNav .arr i {
    position: absolute;
    width: 17px;
    height: 10px;
    background: url(../image/arr.png);
    right: 10px;
    top: 18px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
  }

  .MainNav li.onnav .arr i {
    dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
    -ms-transform: translate(0, -3px) rotate(-180deg) !important;
    -o-transform: translate(0, -3px) rotate(-180deg) !important;
    transform: translate(0, -3px) rotate(-180deg) !important;
  }

  .NavPull {
    width: 100%;
    position: static;
    background: #f2f2f2;
    text-align: left;
    margin-bottom: -1px;
  }

  .NavPull dd a {
    display: block;
    padding: 5px 0px 5px 40px;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
  }

  .NavPull dd .sub {
    position: static;
    background: none;
    display: block;
  }

  .NavPull dd .sub dd a {
    padding-left: 36px;
    line-height: 22px;
    background: url(http://demo2.92wailian.com/k482/skin/images/dot3.gif) 21px 10px no-repeat;
  }

  .pcnav {
    display: none;
  }

  .mobilenav {
    display: block;
  }
}

/*Top*/

/*Bottom*/
.Footer {
  padding: 50px 0 0 0;
  line-height: 30px;
  background: #2e2e2e;
}

.Copyright {
  background: #1f1f1f;
  color: #999999;
  text-align: center;
  padding: 10px;
}

.Footer a {
  color: #999999;
}

.Footer a:hover {
  color: #fff;
}

.Footer a.sj {
  color: #ccc;
}

.Footer a.sj:hover {
  color: #fff;
}

.Footer .share {}

.Footer .share a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  /* background: #4c4c4c url(../image/share.png) no-repeat; */
  border-radius: 50%;
}

.Footer .share a.ff {
  background: rgba(0, 0, 0, .0) url(/templets/default/image/1.png) no-repeat center;
}

.Footer .share a.nn {
  background: rgba(0, 0, 0, .0) url(/templets/default/image/2.png) no-repeat center;
}

.Footer .share a.ww {
  background: rgba(0, 0, 0, .0) url(/templets/default/image/3.png) no-repeat center;
}

.Footer .share a.ii {
  background: rgba(0, 0, 0, .0) url(/templets/default/image/4.png) no-repeat center;
}

.Footer .share a.cc {
  background: rgba(0, 0, 0, .0) url(/templets/default/image/5.png) no-repeat center;
}

.Footer .share a.vv {
  background: rgba(0, 0, 0, .0) url(/templets/default/image/6.png) no-repeat center;
}

/* 
.Footer .share a.wx {
  background-position: -30px top;
}

.Footer .share a.qq {
  background-position: -60px top;
} */

.Footer .share a:hover {
  background-color: #e54b01;
}

.Footer .share .img {
  max-width: none;
  border: 5px solid #fff;
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 30px;
  left: 0px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.Footer .share a:hover .img {
  width: 120px;
  height: 120px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  left: -50px;
}

.Footer .Sitemap {
  border-right: 1px solid #494949;
  margin-right: 364px;
  margin-bottom: 32px;
}

.Footer .Sitemap dl {
  width: 14.285%;
  float: left;
  line-height: 27px;
}

.Footer .Sitemap dl dt {
  line-height: 37px;
  font-size: 16px;
  color: #fff;
}

.Footer .Sitemap dl dt a {
  color: #fff;
}

.Footer .Sitemap dl a {
  color: #888;
}

.Footer .Sitemap dl a:hover {
  color: #e54b01;
}

.Footer .Contact {
  position: absolute;
  right: 0px;
  color: #d5d5d5;
  padding: 0 40px 0 25px;
  /* width: 214px; */
  top: 0px;
}

.Footer .Contact .txt {
  line-height: 26px;
  padding-top: 15px;
  font-size: 12px;
  color: #838282;
}

.Footer .Contact .txt a {
  color: #838282;
}

.Footer .Contact .ewm {
  color: #838282;
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100px;
  text-align: center;
}

.Footer .Contact .ewm img {
  display: block;
  margin: 0px auto;
  border: 6px solid #fff;
}

.Footer .Links {
  clear: both;
  border-top: 1px solid #494949;
  padding: 6px 0 6px 100px;
  position: relative;
}

.Footer .Links .tits {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 16px;
  color: #fff;
}

.Footer .Links a {
  color: #888888;
  display: inline-block;
  margin-right: 15px;
}

.Footer .Links a:hover {
  color: #fff;
}

.sitemapa {
  color: #fff !important;
  font-size: 16px;
}

.sitemapa:hover {
  color: #2b7bc9 !important;
}

.cd-top,
.bottom_flex_menu {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  height: 0px;
  width: 70px;
  position: fixed;
  right: 15px;
  bottom: 60px;
  /* border-radius: 50%; */
  /* box-shadow: 0px 0px 10px #ccc; */
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
  background: #404040 url(../image/top.gif) center center no-repeat;
  height: 70px;
  cursor: pointer;
  background-size: 100%;
}

.bottom_flex_menu {
  overflow: unset;
  bottom: 115px;
  background-color: #404040;
  color: #000;
  /* padding: 20px 10px 0px;
  box-sizing: border-box; */
}

.bottom_flex_menu p {
  text-align: center;
  padding: 13px 10px 0px;
  box-sizing: border-box;
  position: relative;
}

.bottom_menu_show {
  right: 60px;
  opacity: 0;
  width: 0;
  transition: width 2s;
  background-color: #404040;
  color: #fff;
  height: 100%;
  padding: 0px 20px 0;
  box-sizing: border-box;
  line-height: 48px;
  top: 0;
  transition: right 0.5s cubic-bezier(.165,.84,.44,1);
  overflow: hidden;
}

.bottom_flex_menu p:hover .bottom_menu_show {
  opacity: 1;
  width: max-content;
  right: 70px;
}

.bottom_flex_menu img {
  /* margin-bottom: 20px; */
  width: 70%;
}

.cd-is-visibles {
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  height: 200px;
}

.fixedbottom {
  display: none;
  background: #1677c4;
  position: fixed;
  z-index: 9999;
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 55px;
}

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

.fixedbottom li a {
  color: #fff;
  display: block;
  border-right: 1px solid #6daada;
  padding-top: 8px;
  height: 47px;
  line-height: 20px;
}

.fixedbottom li:last-child a {
  border-right: 0;
}

.fixedbottom li img {
  width: 25px;
  display: block;
  margin: 0px auto;
}

@media (max-width:998px) {
  .fixedbottom {
    display: block;
  }

  .sharet {
    display: none;
  }

  .Footer {
    padding-top: 25px;
  }

  .Footer .Sitemap {
    /* display: none; */
  }

  .Footer .Contact {
    position: absolute;
    padding: 0 0 25px 0;
  }
}

.cd-top {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  height: 0px;
  width: 70px;
  position: fixed;
  right: 15px;
  bottom: 60px;
  /* border-radius: 50%; */
  /* box-shadow: 0px 0px 10px #ccc; */
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
  background: #404040 url(../image/top.gif) center center no-repeat;
  height: 55px;
  cursor: pointer;
  background-size: 100%;
}

/*Bottom*/

/*首页*/
.HomeBan {
  position: relative;
  overflow: hidden;
}

.HomeBan .txt {
  position: absolute;
  width: 1200px;
  left: 50%;
  top: 40%;
  margin-left: -600px;
  text-align: center;
}

.HomeBan .bd li {}

.HomeBan .prev {
  cursor: pointer;
  left: -100px;
  width: 100px;
  height: 100px;
  background: url(../image/btn_left.png);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  z-index: 100;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}

.HomeBan .next {
  cursor: pointer;
  right: -100px;
  width: 100px;
  height: 100px;
  background: url(../image/btn_right.png);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  z-index: 100;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}

.HomeBan:hover .prev {
  left: 0;
}

.HomeBan:hover .next {
  right: 0;
}

.HomeBan .hd {
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0px;
  height: 14px;
  line-height: 100px;
  z-index: 2;
  text-align: center;
  bottom: 25px;
}

.HomeBan .hd li {
  width: 6px;
  height: 6px;
  opacity: 1;
  border: 3px solid #fff;
  background: none;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-radius: 50%;
  margin: 0 6px;
}

.HomeBan .hd li.on {
  background: #4073d2;
  border: 3px solid #4073d2;
}

#homeban .txt {
  position: absolute;
  width: 1200px;
  left: 50%;
  top: 40%;
  margin-left: -600px;
  text-align: center;
}

#homeban .swiper-slide {}

#homeban .swiper-button-prev {
  left: -100px;
  width: 100px;
  height: 100px;
  background: url(../image/btn_left.png);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

#homeban .swiper-button-next {
  right: -100px;
  width: 100px;
  height: 100px;
  background: url(../image/btn_right.png);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

#homeban:hover .swiper-button-prev {
  left: 0;
}

#homeban:hover .swiper-button-next {
  right: 0;
}

#homeban .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  border: 3px solid #fff;
  background: none;
}

#homeban .swiper-pagination-bullet-active {
  background: #4073d2;
  border: 3px solid #4073d2;
}

#homeban .swiper-pagination {
  bottom: 25px;
}

@media (max-width:998px) {

  /*.HomeBan{ display:none;}*/
  /*#homeban{ display:block;}	*/
  .HomeBan .bd li {}

  .HomeBan .prev {
    left: 0px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-size: contain;
  }

  .HomeBan .next {
    cursor: pointer;
    right: 0px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-size: contain;
  }

  #homeban .txt {
    width: 50%;
    left: 25%;
    top: 40%;
    margin-left: 0px;
  }

  #homeban .swiper-button-prev {
    display: none;
  }

  #homeban .swiper-button-next {
    display: none;
  }

  .Footer {
    padding: 10px 0;
    line-height: 20px;
    font-size: 12px;
  }

  .Footer .share {
    /* display: none; */
  }

  .Copyright {
    float: none;
    text-align: center;
  }
}

@media (max-width:648px) {

  .cd-top {
    bottom: 85px;
  }
}

.HomeTit {
  text-align: center;
  padding-top: 46px;
  position: relative;
}

.HomeTit h2 {
  line-height: 81px;
  font-size: 34px;
  color: #000000;
}

.HomeTit h2 i {
  display: block;
  width: 25px;
  height: 50px;
  margin: 0px auto;
  border-top: 2px solid #e54b01;
}

.HomeAbout {
  padding-top: 70px;
  padding-bottom: 70px;
}

.HomeAbout .Video {
  width: 46%;
  position: relative;
  float: left;
  margin-right: 30px;
}

.HomeAbout .Video .bg {
  position: absolute;
  right: -10px;
  bottom: -10px;
  background: #edf2f6;
  width: 100%;
  height: 100%;
}

.HomeAbout .Video img {
  width: 100%;
  display: block;
  height: 450px;
}

.HomeAbout .Video video {
  background: #000;
  width: 100%;
  height: 450px;
  display: block;
  position: relative;
  z-index: 1;
}

.HomeAbout .Video .playbtn {
  background: rgba(0, 0, 0, 0.4) url(../image/play.png) center center no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  display: block;
  z-index: 100;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.HomeAbout .Video:hover .playbtn {
  background: rgba(0, 0, 0, 0.2) url(../image/play2.png) center center no-repeat;
}

.HomeAbout .Video a.play {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.HomeAbout .Video a:hover i {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.HomeAbout .Info {
  width: 100%;
  /* float: right; */
  text-align: justify;
}

.HomeAbout .Info .tithead {
  height: 120px;
  margin-bottom: 46px;
  background: url(../image/abouttitbg.gif) 0px center no-repeat;
  position: relative;
}

.HomeAbout .Info .tithead h2 {
  position: absolute;
  left: 42px;
  top: 38px;
  font-size: 30px;
  color: #000;
}

.HomeAbout .Info .tithead h2 span {
  display: block;
  padding-left: 31px;
  color: #bbbbbb;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 34px;
}

.HomeAbout .Info .txt {
  font-size: 16px;
  line-height: 35px;
  overflow: hidden;
  height: 140px;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*-webkit-line-clamp: 2;*/
  -webkit-box-orient: vertical;
}

.HomeAbout .Info .nav {
  border-top: 1px solid #eceef0;
  margin-top: 10px;
  padding: 32px 0 45px;
}

.HomeAbout .Info .nav li {
  width: 25%;
  text-align: center;
  float: left;
}

.HomeAbout .Info .nav li a {
  font-size: 15px;
  color: #666666;
}

.HomeAbout .Info .nav li a:hover {
  font-size: 15px;
  color: #0558a2;
}

.HomeAbout .Info .nav li a i {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url(../image/aboutico.png) no-repeat;
}

.HomeAbout .Info .nav li.l1 a i {
  background-position: 0px top;
}

.HomeAbout .Info .nav li.l2 a i {
  background-position: -20px top;
}

.HomeAbout .Info .nav li.l3 a i {
  background-position: -40px top;
}

.HomeAbout .Info .nav li.l4 a i {
  background-position: -60px top;
}

.HomeAbout .Info .nav li.l1:hover a i {
  background-position: 0px -20px;
}

.HomeAbout .Info .nav li.l2:hover a i {
  background-position: -20px -20px;
}

.HomeAbout .Info .nav li.l3:hover a i {
  background-position: -40px -20px;
}

.HomeAbout .Info .nav li.l4:hover a i {
  background-position: -60px -20px;
}

.HomeAbout .Info a.more {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background: #0558a2;
  width: 130px;
  line-height: 40px;
}

.HomeAbout .Info a:hover.more {
  background: #2779c9;
}

@media (max-width:998px) {
  .HomeAbout {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .HomeTit {
    padding-top: 20px;
  }

  .HomeTit h2 {
    line-height: 40px;
    font-size: 18px;
    color: #000000;
  }

  .HomeTit h2 i {
    height: 30px;
  }
}

@media (max-width:640px) {
  .HomeAbout .Video {
    width: auto;
    float: none;
    margin-bottom: 18px;
  }

  .HomeAbout .Video img {
    height: 200px;
  }

  .HomeAbout .Video video {
    height: 200px;
  }

  .HomeAbout .Info {
    width: auto;
    float: none;
  }

  .HomeAbout .Info .tithead {
    height: 80px;
    margin-bottom: 18px;
    background: url(../image/abouttitbg.gif) 0px center no-repeat;
    background-size: contain;
  }

  .HomeAbout .Info .tithead h2 {
    font-size: 18px;
    top: 20px;
  }

  .HomeAbout .Info .txt {
    font-size: 14px;
    line-height: 24px;
    height: 124px
  }

  .HomeAbout .Info .nav {
    margin-top: 15px;
    padding: 20px 0;
  }

  .HomeAbout .Info .nav li {
    width: 23%;
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }

  .HomeAbout .Info .nav li a i {
    margin: 0px auto;
    display: block;
  }

  .HomeAbout .Info a.more {
    margin: 0px auto;
  }
}

.HomeBusiness {
  background: url(../image/businessbg.jpg) center center no-repeat;
  padding-bottom: 40px;
}

.HomeBusiness .HomeTit h2 {
  color: #fff;
}

.HomeBusiness .HomeTit h2 i {
  border-top: 2px solid #fff;
}

.HomeBusiness li {
  width: 16.6666%;
  float: left;
  text-align: center;
}

.HomeBusiness .swiper-slide {
  text-align: center;
  padding-bottom: 25px;
}

.HomeBusiness .ico {
  width: 70%;
  height: 140px;
  margin: 0px auto 25px;
  position: relative;
}

.HomeBusiness .i1,
.HomeBusiness .i2 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0px;
}

.HomeBusiness .i1 {
  transition: 400ms;
}

.HomeBusiness .i2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 500ms;
}

.HomeBusiness p {
  height: 30px;
  line-height: 15px;
}

.HomeBusiness .swiper-slide:hover .i2 {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.HomeBusiness .swiper-slide:hover .i1 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.HomeBusiness .swiper-slide a {
  color: #fff;
  font-size: 16px;
}

.HomeBusiness .swiper-button-prev {
  left: 0px;
  width: 28px;
  height: 28px;
  background: url(../image/proarr.png) center center no-repeat;
}

.HomeBusiness .swiper-button-next {
  right: 0px;
  width: 28px;
  height: 28px;
  background: url(../image/proarr2.png) center center no-repeat;
}

.HomeBusiness .swiper-button-prev.swiper-button-disabled,
.HomeBusiness .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}

.HomeBusiness .s2 {
  display: none;
}

@media (max-width:998px) {
  .HomeBusiness .swiper-slide a {
    font-size: 14px;
  }

  .HomeBusiness .ico {
    height: 100px;
  }
}

@media (max-width:768px) {
  .HomeBusiness .ico {
    height: 150px;
  }

  .HomeBusiness .s2 {
    display: block;
  }

  .HomeBusiness .s1 {
    display: none;
  }
}

@media (max-width:640px) {
  .HomeBusiness .ico {
    height: 130px;
  }

  .HomeBusiness .swiper-slide a {
    font-size: 12px;
  }
}

@media (max-width:568px) {
  .HomeBusiness .ico {
    height: 90px;
  }
}

@media (max-width:480px) {
  .HomeBusiness .ico {
    height: 79px;
  }
}

@media (max-width:380px) {
  .HomeBusiness .ico {
    height: 65px;
  }
}


.Pronav {
  padding-bottom: 47px;
  text-align: center;
}

.Pronav li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 16px;
  padding: 0 5px 5px;
  cursor: pointer;
}

.Pronav li a {
  color: #08539b;
  display: block;
  border: 1px solid #08539b;
  width: 99px;
  line-height: 32px;
  border-radius: 16px;
}

.Pronav li.on a {
  background: #08539b;
  border-right: 1px solid #08539b;
  color: #fff;
}

.AllPro {
  padding-bottom: 69px;
}

.probox {
  padding:
}

.probox .swiper-container {
  padding: 0 18px;
}

.probox .swiper-slide {
  width: 398px;
  float: left;
}

.probox .swiper-slide .box {
  width: 380px;
  height: 360px;
  margin: 0px;
  position: relative;
}

.probox .swiper-slide .bg {
  position: absolute;
  width: 200px;
  height: 100px;
  right: 0px;
  bottom: 0px;
  background: #3588d7;
}

.probox .swiper-slide .img {
  width: 370px;
  height: 350px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.probox .swiper-slide .img span {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.probox .swiper-slide .tits {
  background: rgba(0, 0, 0, 0.6);
  width: 97.5%;
  bottom: 10px;
  left: 0px;
  position: absolute;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  z-index: 2;
  font-weight: bold;
  text-align: center;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.probox .swiper-slide .info {
  background: rgba(0, 0, 0, 0.6);
  width: 87.5%;
  height: 350px;
  padding: 0 5%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  color: #fff;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.probox .swiper-slide .info .tit {
  padding: 76px 0 23px;
  font-size: 16px;
}

.probox .swiper-slide .info .p {
  overflow: hidden;
  margin: 23px 0 31px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.probox .swiper-slide .info .more {
  font-weight: bold;
  background: url(../image/more.png) right center no-repeat;
  padding-right: 33px;
}

.probox .swiper-slide:hover .info {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.probox .swiper-slide:hover .tits {
  bottom: -25px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

.probox .swiper-button-prev {
  left: -8px;
  width: 28px;
  height: 28px;
  background: url(../image/casearr.png) center center no-repeat;
}

.probox .swiper-button-next {
  right: -8px;
  width: 28px;
  height: 28px;
  background: url(../image/casearr2.png) center center no-repeat;
}

.probox .swiper-button-prev.swiper-button-disabled,
.HomeBusiness .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}


@media (max-width:998px) {
  .Pronav {
    padding-bottom: 20px;
  }

  .Pronav li {
    padding-bottom: 5px;
  }

  .Pronav li {
    font-size: 14px;
    padding-left: 1px;
    padding-right: 1px;
  }

  .probox .swiper-slide {
    width: 235px;
  }

  .probox .swiper-slide .bg {
    display: none;
  }

  .probox .swiper-slide .box {
    width: 220px;
    height: auto;
  }

  .probox .swiper-slide .img {
    width: 100%;
    height: 200px
  }

  .probox .swiper-slide .info {
    display: none;
  }

  .probox .swiper-slide .tits {
    width: 100%;
    bottom: 0px;
    font-size: 14px;
    line-height: 35px;
  }

  .probox .swiper-slide:hover .tits {
    bottom: 0px;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    opacity: 1;
  }

  .AllPro {
    padding-bottom: 20px;
  }
}

@media (max-width:640px) {
  .Pronav li a {
    width: auto;
    padding: 0 10px;
    min-width: 60px;
    line-height: 28px;
  }

  .probox .swiper-slide {
    width: 50%;
  }

  .probox .swiper-slide .box {
    width: auto;
    margin: 0 10px;
  }

  .probox .swiper-slide .img {
    height: 150px
  }

  .probox .swiper-container {
    padding: 0 0px;
  }
}


.HomeProcess {
  /* background: url(../image/processbg.jpg) center center no-repeat; */
  /* background-size: cover;
  padding-bottom: 40px; */
  background-color: #ededed;
  padding-bottom: 80px;
}

.HomeProcess .HomeTit h2 {
  color: #fff;
  color: #000;
}

.HomeProcess .HomeTit h2 i {
  border-top: 2px solid #e54b01;
}

.HomeProcess ul {
  margin-left: -4%;
}

.HomeProcess li {
  width: 29.333%;
  padding: 43px 0 0 4%;
  float: left;
  text-align: center;
}

.HomeProcess .ico {
  width: 85px;
  height: 85px;
  position: absolute;
  top: -43px;
  left: 50%;
  margin-left: -42px;
}

.HomeProcess .i1,
.HomeProcess .i2 {
  width: 85px;
  height: 85px;
  position: absolute;
  left: 0;
  top: 0px;
}

.HomeProcess .i1 {
  transition: 400ms;
}

.HomeProcess .i2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 500ms;
}

.HomeProcess li:hover .i2 {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.HomeProcess li:hover .i1 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.HomeProcess li .box {
  position: relative;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  margin: 0px auto;
}

.HomeProcess li.li1 .box {
  background: #fff url(../image/lcbg1.png);
}

.HomeProcess li.li2 .box {
  background: #fff url(../image/lcbg2.png);
}

.HomeProcess li.li3 .box {
  background: #fff url(../image/lcbg3.png);
}

.HomeProcess li .tit {
  font-size: 18px;
  color: #333;
  padding: 88px 0px 34px;
}

.HomeProcess li .p {
  margin: 0 39px 51px;
  height: 95px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.HomeProcess li .more {
  display: none;
  width: 130px;
  line-height: 38px;
  margin: 0px auto;
  text-align: center;
  color: #fff;
  background: #08539b;
  border-radius: 20px;
}

.HomeProcess li:hover .box {
  box-shadow: 0 0 20px #004182;
}

@media (max-width:998px) {
  .HomeProcess ul {
    margin: 0;
  }

  .HomeProcess li {
    padding-top: 0;
  }

  .HomeProcess li .tit {
    font-size: 14px;
    padding: 68px 0 12px;
    height: 30px;
    line-height: 15px;
    color: #fff;
  }

  .HomeProcess .ico {
    width: 60px;
    height: 60px;
    top: 0px;
    margin-left: -30px;
  }

  .HomeProcess .i1,
  .HomeProcess .i2 {
    width: 60px;
    height: 60px;
  }

  .HomeProcess li .box {
    width: auto;
    height: auto;
    border-radius: 0;
  }

  .HomeProcess li .p {
    margin: 0 0px 5px;
    height: auto;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }

  .HomeProcess li.li1 .box {
    background: none;
  }

  .HomeProcess li.li2 .box {
    background: none;
  }

  .HomeProcess li.li3 .box {
    background: none;
  }

  .HomeProcess li:hover .box {
    box-shadow: 0 0 0 #fff;
  }
}

@media (max-width:640px) {
  .HomeProcess li .tit {
    font-size: 12px;
  }

  .HomeProcess li .more {
    width: 90px;
    line-height: 30px;
  }
}

@media (max-width:560px) {
  /*.HomeProcess li { width:auto; padding-left:0; padding-top:20px; float:none;}
*/
  /*.HomeProcess li .p{height:auto;}*/
}

.Newsnav {
  /* height: 86px; */
  text-align: center;
}

.Newsnav li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 16px;
  padding: 0 5px;
  cursor: pointer;
}

.HomeNews_info {
  margin: 20px 0;
  text-align: center;
}

.Newsnav li a {
  color: #919191;
  display: block;
  /* border: 1px solid #08539b; */
  background-color: #d3d3d3;
  width: auto;
  padding: 0 15px;
  box-sizing: border-box;
  line-height: 32px;
  border-radius: 6px;
}

.Newsnav li.on a {
  /* background: #08539b;
  border-right: 1px solid #08539b;
  color: #fff; */
  color: #000;
  background-color: #d3d3d3;
  font-weight: 700;
}

.HomeNews {
  /* padding-bottom: 82px; */
}

.HomeNews .index_bd img {
  width: 100%;
  height: 240px;

}

.HomeNews .promote_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.HomeNews .promote_list_item {
  flex: 1;
  /* background-color: #12bdab; */
  /* text-align: center; */
  margin: 0 20px 20px 0;
  box-sizing: border-box;
  width: calc((100% - 60px) / 3);
  min-width: calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
  -webkit-transition: .3s;
  position: relative;
}

.HomeNews .promote_list_item:nth-child(3n + 3) {
  margin-right: 0;
}


.HomeNews .promote_list_item_show {
  /* display: none; */
  position: absolute;
  width: 100%;
  left: 0;
  /* right: 0; */
  bottom: 0;
  text-align: center;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .7);
  padding: 0px 15px;
  cursor: pointer;
  color: #fff;
  /* -webkit-transition: .3s; */
  overflow: hidden;

  box-sizing: border-box;
  transition: height 1s, padding 1s, display 4s, background-color 3s;
  /* 添加过渡效果 */
}

.promote_list_item_show_title {
  border-bottom: 1px solid rgba(255, 255, 255, .6);

}

.promote_list_item_show:hover {
  height: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, .4);
}

.promote_list_item_show_info {
  line-height: 25px;
  margin-top: 10px;
}

/* .promote_list_item_show_title:hover+.promote_list_item_show_info {
  display: block;
} */





.HomeNews .slide {
  position: relative;
}

.HomeNews .slide ul {
  border: 2px solid #efefef;
  height: 362px;
}

.HomeNews .slide .first {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #f8f8f8;
  height: 366px;
  width: 36.5%;
}

.HomeNews .slide .first .img {
  height: 216px;
  overflow: hidden;
  position: relative;
}

.HomeNews .slide .first .img span {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.HomeNews .slide .first .tit {
  text-align: left;
  line-height: 38px;
  font-size: 18px;
  margin: 17px 10px 12px;
}

.HomeNews .slide .first .p {
  text-align: left;
  color: #959595;
  overflow: hidden;
  margin: 0 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.HomeNews .slide .li {
  height: 85px;
  padding: 27px 20px 0 126px;
  position: relative;
}

.HomeNews .slide .li .date {
  text-align: right;
  position: absolute;
  background: url(../image/line.gif) right top no-repeat;
  top: 56px;
  left: 0px;
  width: 94px;
  padding-right: 14px;
  color: #606060;
  font-size: 12px;
}

.HomeNews .slide .li .date i {
  display: block;
  font-size: 26px;
  color: #3d3d3d;
}

.HomeNews .slide .li .tit {
  line-height: 38px;
  font-size: 16px;
}

.HomeNews .slide .li .p {
  line-height: 20px;
  color: #959595;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home_about {
  padding-top: 20px;
}

@media (max-width:998px) {
  .HomeNews {
    padding-bottom: 20px;
  }

  .HomeNews .slide {
    height: auto;
    padding-left: 0;
  }

  .HomeNews .slide ul {
    height: auto;
  }

  .HomeNews .slide .first {
    margin-bottom: 5px;
    position: static;
    height: auto;
    width: auto;
    padding-bottom: 15px;
  }

  .HomeNews .slide .first .tit {
    line-height: 26px;
    overflow: hidden;
    font-size: 16px;
    margin: 17px 10px 0px;
  }

  .HomeNews .slide .li {
    padding: 0px 20px 0 92px;
    height: 90px;
  }

  .HomeNews .slide .li .date {
    top: 56px;
    left: 0px;
    width: 65px;
    top: 10px;
  }

  .HomeNews .slide .li .date i {
    font-size: 18px;
  }

  .HomeNews .slide .li .tit {
    overflow: hidden;
    height: 38px;
  }

  .HomeNews .slide .li .p {
    font-size: 12px;
  }
}

@media (max-width:640px) {
  .HomeNews .slide .first .img {
    height: 150px;
  }

  .Newsnav {
    /* height: 58px; */
  }

  .Newsnav li a {
    /* width: 100px; */
    line-height: 28px;
    margin-bottom: 10px;

  }
  .aboutus_photo_i:last-child .form-control{
    width: 40% !important;
  }
  .bottom_flex_menu{
    bottom: 140px;
    display: none;
  }
  .cd-is-visible{
    display: none;
  }
  .prodect_list .promote_list_item>p{
    text-align: center;
  }
}




/*栏目页*/
.SubPage {
  height: auto !important;
  height: 280px;
  min-height: 280px;
  padding: 40px 0px 50px;
}

.SubBan {
  height: 500px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.SubBan .txt {
  position: absolute;
  text-transform: uppercase;
  width: 280px;
  left: 50%;
  margin-left: -550px;
  color: #fff;
  top: 30%;
  text-shadow: 0 3px 2px #08539b;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-top: 10px;
}

.SubBan .txt h2 {
  font-size: 42px;
  line-height: 60px;
  font-weight: normal;
  font-family: "黑体";
}

.SubBan .txt p {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.SubBan .txt p i {
  display: block;
  width: 30px;
  height: 18px;
  border-bottom: 2px solid #3177b6;
}

.Position {
  overflow: hidden;
  /* border-bottom: 1px solid #e3e3e3; */
  height: 65px;
  line-height: 65px;
}

.Position .place {
  float: left;
  color: #666666;
}

.Position .place a {
  color: #666666;
}

.Position .place a:hover,
.Position .place span {
  color: #4073d2;
}

.Position .place a.home {
  height: 65px;
  vertical-align: middle;
  display: inline-block;
  background: url(../image/dj-home.png) center center no-repeat;
  width: 58px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  margin-right: 25px;
}

.MenuList {
  float: right;
}

.MenuList li {
  float: left;
  margin-right: 30px;
}

.MenuList li a {
  color: #444444;
  display: block;
  position: relative;
}

.MenuList li a i {
  position: absolute;
  width: 0;
  left: 50%;
  height: 1px;
  bottom: -1px;
  background: #4073d2;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.MenuList li a:hover {
  color: #4073d2;
}

.MenuList li.onli a {
  color: #4073d2;
  font-weight: bold;
}

.MenuList li.onli a i,
.MenuList li:hover a i {
  width: 100%;
  left: 0;
}

.SubMenu {
  text-align: left;
  padding-bottom: 30px;
}

.SubMenu li {
  text-align: center;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 5px;
}

.SubMenu li a {
  color: #444444;
  display: block;
  position: relative;
  min-width: 148px;
  padding: 5px 10px;
  background: #f2f1f1;
}

.SubMenu li a:hover,
.SubMenu li.onli a {
  color: #fff;
  background: #4073d2;
}

.SinglePage {
  word-wrap: break-word;
  line-height: 34px;
  font-size: 16px;
  word-break: normal;
  text-align: justify;
}

.NewsInfo {
  /* max-width: 1023px; */
  margin: 0px auto;
}

.TitSub {
  text-align: center;
}

.TitSub h2 {
  line-height: 60px;
  font-size: 26px;
  color: #333;
}

.TitSub h2 i {
  display: block;
  width: 30px;
  height: 50px;
  margin: 0px auto;
  border-top: 3px solid #e54b01;
}

@media (max-width:998px) {
  .SubBan {
    height: 120px;
  }

  .SubBan .txt {
    width: 180px;
    left: 6%;
    top: 15%;
    margin-left: 0px;
  }

  .SubBan .txt h2 {
    font-size: 18px;
    line-height: 30px;
  }

  .SubBan .txt p {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }

  .Position {
    height: auto;
    line-height: 30px;
  }

  .Position .place {
    float: none;
    color: #666666;
    /* border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3; */
  }

  .Position .place a.home {
    height: 40px;
    width: 40px;
    margin-right: 10px;
  }

  .MenuList {
    float: none;
    clear: both;
    text-align: center;
  }

  .MenuList li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    margin: 0 10px;
  }

  .TitSub h2 {
    line-height: 40px;
    font-size: 18px;
  }

  .TitSub h2 i {
    height: 20px;
  }

  .SubPage {
    padding: 20px 0px 20px;
  }

  .SubMenu {
    padding: 0;
  }

  .SubMenu li a {}

}

@media (max-width:560px) {
  .SubMenu {
    margin: 0 0 0 -2%;
  }

  .SubMenu li {
    float: left;
    width: 48%;
    margin: 0 0 2% 2%;
  }

  .SubMenu li a {
    max-width: 100%;
    padding: 5px 0;
  }
}


/*关于*/
.Img-Left {
  width: 400px;
  float: right;
}

.Img-Left .img {
  padding: 0 0px 0px 0;
  position: relative;
}

.Img-Left .img img {
  width: 100%;
  height: 550px;
  display: block;
  position: relative;
  z-index: 1;
}

.Img-Left .img .line {
  position: absolute;
  border: 4px solid #4073d2;
  width: 98%;
  height: 98%;
  right: -10px;
  bottom: -10px;
}

.Info-Right {
  width: 750px;
  float: left;
  font-size: 16px;
  line-height: 34px;
}

.companytit {
  font-size: 30px;
  color: #4073d2;
  margin-bottom: 10px;
}

.companytit span {
  font-size: 12px;
  color: #cecece;
  display: block;
  text-transform: uppercase;
}

.companytit span i {
  display: block;
  width: 30px;
  height: 3px;
  background: #4173d2;
  margin-top: 3px;
}

@media (max-width:998px) {
  .Img-Left {
    width: auto;
    float: none;
    margin-bottom: 18px;
  }

  .Img-Left .img img {
    height: auto;
  }

  .Img-Left .Video {
    margin-top: 20px;
    height: 350px;
    float: none;
  }

  .Info-Right {
    width: auto;
    float: none;
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width:640px) {
  .Img-Left .Video {
    height: 180px;
  }

  .Img-Left .Video img {
    height: 180px;
  }

  .Img-Left .Video video {
    height: 180px;
  }

  .companytit {
    font-size: 18px;
  }
}

.WH-UL {
  margin-top: 0px;
}

.WH-UL li {
  width: 160px;
  padding-right: 140px;
  float: left;
}

.WH-UL li b {
  display: block;
  font-size: 18px;
  color: #333;
}

.WH-UL li p {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}

.HornorList {
  margin: 0 0 20px -5%;
}

.HornorList li {
  width: 28.3333%;
  float: left;
  text-align: center;
  padding: 0 0 0px 5%;
  font-size: 16px;
}

.HornorList li .img {
  padding: 5px;
  border: 1px solid #c5c9cf;
}

.HornorList li .img img {
  max-height: 250px;
  display: block;
  margin: 0px auto;
}

.HornorList li .img span {
  display: table-cell;
  height: 250px;
  vertical-align: middle;
  width: 2%;
}

.HornorList li .tit {
  height: 58px;
  overflow: hidden;
  margin-top: 8px;
}

.HornorList li:hover .img {
  border: 1px solid #4073d2;
}

.PhotoList {
  padding-bottom: 15px;
  margin-left: -3%;
}

.PhotoList li {
  width: 22%;
  float: left;
  padding: 0 0 38px 3%;
  text-align: center;
  font-size: 16px;
}

.PhotoList li .img {
  padding: 5px;
  border: 1px solid #c5c9cf;
}

.PhotoList li .img img {
  display: block;
  width: 100%;
  margin: 0px auto;
}

.PhotoList li .tit {
  text-overflow: ellipsis;
  white-space: nowrap;
  *white-space: nowrap;
  overflow: hidden;
  width: 100%;
  margin-top: 8px;
}

.PhotoList li:hover .img {
  border: 1px solid #4073d2;
}

.PhotoList li:hover .tit {
  color: #4073d2;
}

@media (max-width:640px) {
  .HornorList {
    margin-left: -3%;
  }

  .HornorList li {
    width: 30.3333%;
    padding: 0 0 0px 3%;
  }

  .HornorList li {
    font-size: 14px;
  }

  .HornorList li .img img {
    max-height: 150px;
  }

  .HornorList li .img span {
    height: 150px;
  }

  .PhotoList li {
    padding-bottom: 20px;
    font-size: 14px;
  }

  .PhotoList li .img img {
    height: 180px;
  }

  .HornorList li .tit {
    line-height: 18px;
  }

  .PhotoList li {
    width: 47%;
  }
}

@media (max-width:480px) {
  .HornorList li .img img {
    max-height: 100px;
  }

  .HornorList li .img span {
    height: 100px;
  }

  .PhotoList li .img img {
    height: 100px;
  }
}



/*党群*/
.Dangqun {
  margin-bottom: 35px;
}

.Dangqun ul {}

.Dangqun li {
  position: relative;
  padding-left: 90px;
  height: 118px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #e9e9e9;
}

.Dangqun li .date {
  position: absolute;
  left: 0px;
  top: 8px;
  border: 1px solid #d0d0d0;
  text-align: center;
  line-height: 35px;
  border-radius: 6px;
  color: #919191;
  width: 70px;
  background: #f2f2f2;
}

.Dangqun li .date i {
  border-radius: 6px 6px 0 0;
  display: block;
  line-height: 45px;
  color: #333333;
  font-size: 24px;
  background: #fff;
}

.Dangqun li .tit {
  text-overflow: ellipsis;
  white-space: nowrap;
  *white-space: nowrap;
  overflow: hidden;
  width: 100%;
  color: #333333;
  font-size: 16px;
  line-height: 35px;
  margin: 5px 0 5px;
}

.Dangqun li .p {
  color: #999999;
  overflow: hidden;
  text-indent: 2em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Dangqun li:hover .tit {
  color: #3177b6;
}

.Dangqun li:hover .date {
  background: #3177b6;
  border: 1px solid #3177b6;
  color: #fff;
}

@media (max-width:640px) {
  .Dangqun li {
    padding-left: 68px;
    height: 98px;
    line-height: 20px;
    margin-bottom: 12px;
  }

  .Dangqun li .date {
    width: 50px;
    font-size: 12px;
  }

  .Dangqun li .tit {
    font-size: 15px;
  }

  .Dangqun li .date i {
    font-size: 18px;
    line-height: 30px;
  }
}


/*新闻*/
.FMJ-Cont {
  /* padding: 0 30px; */
  /* background: #f7faff; */
  margin-bottom: 40px;
  overflow: hidden;
}

.FMJ-Cont ul li {
  /* padding: 30px 0; */
  /* border-bottom: 1px dashed #efefef; */
  margin-bottom: 20px;
  height: 242px;
}

.FMJ-ImgBox {
  display: block;
  width: 25%;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  overflow: hidden;
      background: #f9f9f9;
}

.FMJ-ImgBox img {
  width: auto;
  height: 100%;
  /* max-height: 242px; */
      object-fit: contain;
  transition: transform 0.3s;
}

.FMJ-Text {
  margin-left: 1%;
  width: 74%;
  background-color: #ececec;
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}

.FMJ-Text a {
  display: block;
  /* height: 35px; */
  /* line-height: 35px; */
  font-size: 16px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  *white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  font-weight: 600;
  margin-bottom: 10px;
}

.FMJ-Cont ul li:hover .FMJ-Text a {
  color: #ea3c09;
}

.FMJ-Cont ul li:hover .FMJ-ImgBox img {
  transform: scale(1.02);
}

.FMJ-Text p {
  /* height: 48px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 20px;
}

.FMJ-Text span {
  display: block;
  /* margin-top: 18px; */
  font-size: 14px;
}


.FMJ-a {
  display: block;
  width: 24px;
  height: 122px;
  background-color: #f3f3f3;
  background-image: url("../image/fmj_15.png");
  background-position: center;
  background-repeat: no-repeat;
}

.FMJ-Cont ul li:hover .FMJ-a {
  background-color: #4073d2;
  background-image: url("../image/fmj_10.png");
}

.SPZX-Top {
  margin-bottom: 25px;
  padding: 40px;
  background: #f4f4f4;
}

.FMJ-Text .toggle_details {
  position: absolute;
  bottom: 5px;
  left: 20px;
  color: #fff;
  background-color: #ea3c09;
  padding: 5px 25px;
  font-size: 14px;
  letter-spacing: 2px;
}

.FMJ-Cont ul li:hover .FMJ-Text .toggle_details {
  color: #fff;
}

.SP-Video1 {
  width: 38%;
  height: 260px;
  display: block;
}

.SP-Video1 img {
  width: 100%;
  height: 260px;
}

.SP-Txt {
  width: 59%;
  padding-top: 40px;
}

.SP-Txt h3 {
  font-size: 18px;
  color: #333;
}

.SP-Txt p {
  margin-top: 30px;
  line-height: 26px;
}

.Titleinfo {
  color: #888888;
  /* padding: 0px 0px 24px 0px; */
  margin-bottom: 25px;
  text-align: center;
  /* border-bottom: 1px solid #e5e5e5; */
}

.Titleinfo .tit {
  font-size: 28px;
  font-weight: normal;
  color: #000;
  padding-bottom: 10px;
  font-weight: 600;
}

.Titleinfo .date {
  background-color: #ececec;
  padding: 10px 0;
}

.Titleinfo .date i {
  margin: 0px 10px;
  display: inline-block;
}

.Shares {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin-left: 20px;
}

.Shares .Shares {
  margin-left: 0px;
}

.PrevNextBox {
  margin: 50px 0 0 0;
  position: relative;
  color: #888888;
}

.PrevNextBox dl {
  width: 49%;
  line-height: 50px;
  height: 50px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  background: #f7f7f7;
}

.PrevNextBox dl span {
  color: #000000;
}

.PrevNextBox dl:hover {
  background: #3177b6;
  color: #fff;
}

.PrevNextBox dl:hover span {
  color: #fff;
}

.PrevNextBox dl:hover a {
  color: #fff;
}

.PrevNextBox dl div {
  text-overflow: ellipsis;
  white-space: nowrap;
  *white-space: nowrap;
  overflow: hidden;
  max-width: 90%;
}

@media (max-width:998px) {
  .SinglePage {
    font-size: 14px;
    line-height: 24px;
  }

  .Titleinfo {
    font-size: 12px;
    line-height: 20px;
  }

  .Shares {
    display: none;
  }

  .Titleinfo .tit {
    font-size: 19px;
    padding-top: 12px;
  }

  .Titleinfo .date i {
    margin: 0px 5px;
  }

  .PrevNextBox {
    margin: 30px 0 0 0;
  }

  .PrevNextBox dl {
    width: auto;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    margin-bottom: 5px;
    float: none !important;
  }

  .FMJ-a {
    display: none;
  }

  .SPZX-Top {
    margin-bottom: 15px;
    padding: 10px;
  }
}

@media (max-width:640px) {
  .FMJ-Cont {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .FMJ-ImgBox {
    width: 100px;
  }

  .FMJ-Text {
    width: auto;
    float: none !important;
    margin-left: 110px;
  }

  .FMJ-Text a {
    line-height: 28px;
    height: 28px;
    font-size: 15px;
    margin: 0;
  }

  .FMJ-Text p {
    height: 40px;
    line-height: 20px;
  }

  .FMJ-Text span {
    margin-top: 5px;
  }

  .FMJ-Cont ul li {
    padding: 12px 0;
  }

  .SP-Video1 {
    width: auto;
    height: auto;
    float: none !important;
  }

  .SP-Video1 img {
    height: 150px;
  }

  .SP-Txt {
    width: auto;
    padding-top: 10px;
    float: none !important;
  }

  .SP-Txt h3 {
    font-size: 16px;
  }

  .SP-Txt p {
    margin-top: 10px;
    line-height: 24px;
  }
}

/*岗位*/
.RCLN-Box {
  background: #4073d2;
}

.RCLN-Img {
  width: 54%;
  display: block;
}

.RCLN-Txt {
  width: 38%;
  padding: 5% 4% 30px;
  color: #fff;
}

.RCLN-Txt p {
  margin-top: 20px;
  line-height: 24px;
  text-indent: 2em;
}

.ZhaoPinBox {
  margin: 20px 0 40px;
}

.ZhaoPinBox li {
  margin-bottom: 20px;
}

.ZhaoPinBox li dt {}

.Top-tabList {
  cursor: pointer;
  line-height: 50px;
  padding: 0 20px;
  background-image: url("../image/zp_16.png");
  background-color: #e6e3e3;
  color: #222222;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: right 40px center;
  position: relative;
}

.Top-tabList .date {
  position: absolute;
  right: 15%;
  top: 0;
}

.But-BoxList {
  display: none;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  padding-bottom: 40px;
}

.But-BoxList dt {
  color: #222;
}

.GWZP-Box {
  padding: 25px;
  background: #fff;
  position: relative;
}

.But-BoxList h5 {
  color: #222;
  font-size: 14px;
}

.ZhaoPinBox li.on>p {
  background-image: url("../image/zp_13.png");
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-color: #666666;
  color: #fff;
}

.WYYP-a {
  position: absolute;
  bottom: -40px;
  left: 25px;
  width: 170px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #4073d2;
  color: #fff;
}

.WYYP-a:hover {
  color: #ffcc00;
}

.mat50 {
  margin-top: 30px;
}

.alert {
  position: fixed;
  left: 28%;
  top: 0;
  background: #fff;
  box-shadow: 0 0 15px #ddd;
  display: none;
  z-index: 9999;
  height: 100%;
}

.alert .mation {
  position: relative;
  height: 100%;
  overflow: auto;
}

.alert .close {
  position: absolute;
  right: 15px;
  z-index: 9999;
  cursor: pointer;
  top: 15px;
  width: 25px;
  height: 25px;
  background-image: url(../image/close.png);
  background-repeat: no-repeat;
  background-position: center;
}

.alert h1 {
  font-size: 40px;
  text-align: center;
  color: #7596cd;
  font-weight: bold;
  padding-top: 25px;
}

.alert .ul {
  padding: 0 45px 45px 45px;
}

.alert .ul li {
  line-height: 65px;
  border-bottom: 1px solid #DEDEDE;
  position: relative;
}

.alert .ul li label {
  display: inline-block;
  font-size: 18px;
  color: #221815;
  width: 90px;
  text-align: right;
}

.alert .ul li input.text {
  border: none;
  width: 64%;
  height: 40px;
  margin: 0px auto;
  padding: 0 10px;
  font-size: 18px;
}

.alert .ul li.jy section {
  color: #c01920;
  font-family: "微软雅黑";
}

.alert .ul li.btn {
  border: none;
}

.alert .ul li.btn .sub {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  background: #c01920;
  font-size: 16px;
  padding: 15px 0;
  cursor: pointer;
  margin-top: 35px;
}

.zpallbox {}

.zpallbox .tithead {
  position: relative;
  color: #333;
  margin-bottom: 15px;
  line-height: 40px;
  font-size: 18px;
}

.zpallbox .tithead a.more {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
  color: #999;
}

.zpallbox .box {
  width: 39%;
  padding: 0 5% 0 5%;
  float: left;
  border-right: 1px dashed #d4d4d4;
}

.zpallbox .box:nth-child(2) {
  border-right: 0px;
}

.zpallbox .box li {
  background: url(../image/hrarr.png) 0px center no-repeat;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding-left: 20px;
  position: relative;
}

.zpallbox .box li .date {
  color: #999;
  position: absolute;
  right: 0px;
  top: 0px;
}

.jobother {
  clear: both;
  text-align: center;
  padding-top: 15px;
}

.jobother li {
  width: 30%;
  padding: 22px 3% 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 24px;
}

.jobother li .img {
  border: 1px solid #e5e5e5;
  margin-bottom: 8px;
}

.jobother li:hover .img {
  border: 1px solid #4173d2;
}

.jobother a {
  color: #fff;
}


@media (max-width:998px) {
  .alert {
    left: 0%;
  }

  .alert .ul {
    padding: 0 10px 10px 10px;
  }

  .alert h1 {
    font-size: 24px;
    padding-top: 12px;
  }

  .alert .ul li {
    line-height: 40px;
  }

  .alert .ul li label {
    width: 80px;
    font-size: 15px;
  }

  .alert .ul li input.text {
    width: 70%;
    height: 35px;
    margin: 0px auto;
    padding: 0 10px;
    font-size: 14px;
  }

  .alert .ul li.btn .sub {
    padding: 10px 0;
    margin-top: 30px;
  }

  .Top-tabList .date {
    font-size: 14px;
  }

  .WYYP-a {
    left: 11px;
    width: 125px;
    height: 38px;
    line-height: 38px;
  }

  .zpallbox .box {
    width: auto;
    padding: 0 0 18px;
    margin-bottom: 18px;
    float: none;
    border-right: 0px dashed #d4d4d4;
    border-bottom: 1px dashed #d4d4d4;
  }

  .zpallbox .box:nth-child(2) {
    border-bottom: 0px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .jobother li {
    width: 40%;
  }

}


@media (max-width:640px) {
  .RCLN-Img {
    width: auto;
    float: none !important;
  }

  .RCLN-Txt {
    width: auto;
    padding: 10px;
    float: none !important;
  }

  .Top-tabList {
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    background-position: right 10px center;
  }

  .ZhaoPinBox li {
    margin-bottom: 10px;
  }

  .ZhaoPinBox {
    margin: 20px 0;
  }

  .GWZP-Box {
    padding: 10px;
  }
}



/*联系我们*/
.LXWM-Box {
  padding: 0px 0;
}

.LXWM-Box .mapleft {
  width: 55%;
  float: left;
}

.LXWM-Txt {
  width: 40%;
  padding: 50px 0;
}

.LXWM-Txt h3 {
  font-size: 30px;
  color: #4073d2;
  padding-bottom: 35px;
  background-image: url("http://demo2.92wailian.com/k482/skin/images/nav-xian.jpg");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.LXWM-Txt ul {
  margin-top: 40px;
}

.LXWM-Txt ul li {
  font-size: 16px;
  line-height: 35px;
  padding-left: 35px;
  margin-top: 5px;
  position: relative;
}

.LXWM-Txt ul li i {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 7px;
  background: url(../image/lxico.png) 0 center no-repeat;
}

.LXWM-Txt ul li i.tel {
  background-position: 0px center;
}

.LXWM-Txt ul li i.tel2 {
  background-position: -24px center;
}

.LXWM-Txt ul li i.mail {
  background-position: -48px center;
}

.LXWM-Txt ul li i.add {
  background-position: -72px center;
}

.LXWM-Txt ul li i.web {
  background-position: -96px center;
}

.ZXLY-Form {
  margin: 0px 0 0 -3%;
}

.ZXLY-Form ul li {
  width: 30.3333%;
  float: left;
  margin: 0 0 30px 3%;
}

.ZXLY-Form ul dl {
  padding-left: 60px;
  position: relative;
  line-height: 40px;
}

.ZXLY-Form ul dl dt {
  position: absolute;
  left: 0px;
  top: 0px;
}

.ZXLY-Form ul dl dt span {
  color: #ff0000;
}

.ZXLY-Form input {
  width: 95%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dcdcdc;
  padding-left: 10px;
}

.ZXLY-Form textarea {
  width: 99.5%;
  height: 190px;
  border: 1px solid #dcdcdc;
  text-indent: 1em;
}

.ZXLY-Form .auto {
  float: none;
  clear: both;
  width: auto;
}

.LXWM-Sub {
  text-align: center;
  margin: 45px 0;
}

.LXWM-Sub input {
  cursor: pointer;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 20px;
  padding: 0;
  font-size: 16px;
}

.LXWM-Sub input:hover {
  background: #4073d2;
  color: #fff;
}

@media (max-width:640px) {
  .LXWM-Box .mapleft {
    width: auto;
    float: none !important;
  }

  .LXWM-Txt {
    width: auto;
    padding: 10px 0;
    float: none !important;
  }

  .LXWM-Txt h3 {
    font-size: 18px;
    padding-bottom: 0px;
  }

  .LXWM-Txt ul {
    margin-top: 15px;
  }

  .LXWM-Txt ul li {
    font-size: 14px;
    line-height: 25px;
  }

  .LXWM-Txt ul li i {
    top: 0px;
  }

  .ZXLY-Form ul li {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }

  .LXWM-Sub input {
    width: 100px;
    height: 35px;
    line-height: 35px;
    margin: 0 10px;
  }

  .ZXLY-Form ul dl {
    padding-left: 50px;
  }

  .ZXLY-Form textarea {
    width: 99%;
  }

}



/*业务板块*/
.ywtxt {
  padding: 50px 0px;
}

.rybg {
  background: #f6f6f6;
  padding: 50px 0px;
  margin-bottom: 40px;
}

.ywcase {
  margin: -20px 0 60px;
}

@media (max-width:640px) {
  .rybg {
    padding: 20px 0;
    margin-bottom: 20px;
  }

  .ywcase {
    margin: 0px 0 30px;
  }

  .ywtxt {
    padding: 20px 0px;
  }
}


/*企业文化*/
.culture {
  color: #003a91;
}

.HornorLeft {
  width: 28.3333%;
  float: right;
  text-align: center;
  padding: 0;
  font-size: 16px;
}

.HornorLeft .thead {
  font-size: 18px;
  margin-bottom: 12px;
}

.HornorLeft .img {
  background: #fff;
  height: 250px;
  border: 1px solid #c5c9cf;
}

.HornorLeft .img img {
  max-height: 250px;
  display: block;
  margin: 0px auto;
}

.HornorLeft .img span {
  display: table-cell;
  height: 250px;
  vertical-align: middle;
  width: 2%;
}

.HornorLeft .tit {
  margin-top: 8px;
  color: #666;
}

.HornorLeft .img:hover {
  border: 1px solid #4073d2;
}

.Ywcontent {
  width: 68%;
  float: left;
}

.Ywcontent .thead {
  font-size: 18px;
  margin-bottom: 8px;
}


@media (max-width:640px) {
  .HornorLeft {
    width: auto;
    float: none;
    font-size: 14px;
    padding-bottom: 20px;
  }

  .HornorLeft .img {
    height: 200px;
  }

  .HornorLeft .img img {
    max-height: 200px;
  }

  .HornorLeft .img span {
    height: 200px;
  }

  .Ywcontent {
    width: auto;
    float: none;
    padding-bottom: 20px;
  }

}

.wenben {
  font-size: 16px;
  line-height: 30px
}

.wenben p {
  margin-bottom: 15px
}

#maximg img {
  max-width: 100% !important;
  height: auto !important
}

#maximg p span {
  text-wrap: inherit !important;
}

.pagebar {
  padding: 20px;
  overflow: hidden;
  clear: both
}

.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px;
  line-height: 100%
}

.pagination span {
  color: #333;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
}

.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}

.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}

.pagination .st {
  font-family: 宋体
}

.text-secondary {
  text-align: center;
  padding: 20px 0
}