@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}
body, button, input, select, textarea {
  font: 12px/1.5 微软雅黑, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
address, cite, dfn, em, i, var {
  font-style: normal;
}
ul, ol {
  list-style: none;
}
legend {
  color: #000;
}
fieldset, img {
  border: 0;
  vertical-align: bottom;
}
section, article, aside, cms_dingbu, cms_dibu, nav, dialog, figure {
  display: block;
}
figure {
  margin: 0;
}
button, input, select, textarea {
  font-size: 100%;
  border: 0;
  background: none;
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear {
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}
/*a { blr:expression_r(this.onFocus=this.blur());}*/
a {
  text-decoration: none;
  outline: none; /*transition-duration: 0.3s, 0.3s;*/
}
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.fn {
  float: none;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.noBg {
  background: none !important;
}
.noBorder {
  border: none !important;
}
.noMg {
  margin: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
  float: right !important;
}
/*.info{text-align: justify; text-justify: inter-ideograph;}*/
/*Body*/
body {
  margin: 0 auto;
  overflow-x: hidden;
  background: #fff;
  color: #555;
}
area {
  anything: expression(this.onfocus=this.blur);
}
a {
  color: #555;
  transition: all 0.5s ease 0s;
}
a:hover {
  color: #b0020c;
}
.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.nr {
  width: 1200px;
  margin: 0 auto
}
@media (max-width:1600px) {
  .nr {
    width: 1200px
  }
}
@media (max-width:1200px) {
  .nr {
    width: 92%
  }
}
.cms_dingbu {
  width: 100%;
}
.cms_dingbu .cmslogo {
  float: left
}
.cms_dingbu .tel {
  float: right;
  font-size: 24px;
  line-height: 99px;
  color: #2056ae; font-weight: bold; letter-spacing: -1px;
  margin-right: 20px;
  background: url(../images/tel.png) left center no-repeat;
  padding-left: 40px;
  background-size: 30px;
}
.cms_dingbu .nav {
  float: right;
  width: 38px;
  height: 99px;
  background: url(../images/x1.jpg) center center no-repeat;
  cursor: pointer;
  display: none
}
.cms_dingbu .form {
  width: 210px;
  float: right;
  margin-top: 36px;
  height: 27px;
  position: relative;
  margin-right: 28px
}
.cms_dingbu .form .inp1 {
  width: 100%;
  height: 27px;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  border-radius: 23px;
  padding: 0 50px 0 20px
}
.cms_dingbu .form .inp2 {
  width: 40px;
  height: 100%;
  background: url(../images/x2.png) center center no-repeat;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer
}
.cms_dingbu .pic {
  float: right;
}
.cms_dingbu .pic img {
  height: 60px;
  padding-top: 19px
}
@media (max-width:1200px) {
  .cms_dingbu .cmslogo {
    height: 60px;
  }
  .cms_dingbu .cmslogo img {
    height: 60px
  }
  .cms_dingbu .form {
    display: none
  }
  .cms_dingbu .nav {
    height: 60px;
    display: block
  }
  .cms_dingbu .tel {
    line-height: 60px;
    font-size: 15px;
    background: url(../images/tel.png) left center no-repeat;
    padding-left: 24px;
    background-size: 16px;
    margin-right: 10px
  }
  .cms_dingbu .pic {
    display: none
  }
}
.cmsslide_box {
  background: #fff;
  width: 650px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 80px;
  padding: 50px;
  box-sizing: border-box;
  z-index: 999;
  transform: translateX(100%);
  transition: all .6s;
  z-index: 101;
}
.cmsslide_box.active {
  transform: translateX(0);
}
.z_mask {
  width: 0%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 99px;
  background: rgba(0, 0, 0, .8);
  transition: all .8s;
  z-index: 101;
}
.z_mask.active {
  width: 100%;
}
.cmsslide_nav li {
  margin-bottom: 40px;
}
.cmsslide_nav li > a {
  font-size: 16px;
}
.cmsslide_nav .nav_down {
  margin-top: 5px;
}
.cmsslide_nav .nav_down a {
  color: #888;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  line-height: 24px;
}
.cmsslide_nav .nav_down a:before {
  content: "";
  display: block;
  width: 0%;
  transition: all .6s;
  height: 1px;
  background: #047bbc;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.cmsslide_nav .nav_down a.active, .cmsslide_nav .nav_down a:hover {
  color: #047bbc;
}
.cmsslide_nav .nav_down a.active:before, .cmsslide_nav .nav_down a:hover:before {
  width: 100%;
  left: 0;
}
@media (max-width:1600px) {
  .cmsslide_nav li {
    margin-bottom: 16px;
  }
}
@media all and (max-width:1200px) {
  .z_mask {
    top: 60px
  }
  .cmsslide_box {
    width: 200px;
    height: calc(100% - 60px);
    padding: 20px 20px;
    top: 60px;
    box-sizing: border-box;
    overflow-y: scroll
  }
  .cmsslide_nav li {
    margin-bottom: 20px;
  }
}
.daohangtiao {
  width: 100%;
  position: relative;
  overflow: hidden
}
.daohangtiao img {
  width: 100%
}
.daohangtiao .img1 {
  display: block
}
.daohangtiao .img2 {
  display: none
}
.daohangtiao .swiper01 {
  width: 100%;
  font-size: 0
}
.daohangtiao .swiper01 .swiper-slide {
  width: 100%
}
.daohangtiao .prev01 {
  background: url(../images/prev.png) center center no-repeat;
  width: 71px;
  height: 70px;
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -35px;
  z-index: 9;
  cursor: pointer
}
.daohangtiao .next01 {
  background: url(../images/next.png) center center no-repeat;
  width: 71px;
  height: 70px;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -35px;
  z-index: 9;
  cursor: pointer
}
.daohangtiao .swiper01 .pagination01 {
  left: 0;
  margin-left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
  padding: 0;
  border: 0;
  position: absolute;
  z-index: 9
}
.daohangtiao .swiper01 .pagination01 span {
  opacity: 1;
  background: #d2d2d2;
  vertical-align: top;
}
.daohangtiao .swiper01 .pagination01 span.swiper-pagination-bullet-active {
  background: #dcb968
}
@media (max-width:1200px) {
  .daohangtiao .swiper01 .pagination01 {
    bottom: 15px
  }
  .daohangtiao .prev01 {
    width: 18px;
    height: 30px;
    background-size: 18px 40px;
    left: 4%;
    margin-top: -15px
  }
  .daohangtiao .next01 {
    width: 18px;
    height: 30px;
    background-size: 18px 40px;
    right: 4%;
    margin-top: -15px
  }
  .daohangtiao .img2 {
    display: block
  }
  .daohangtiao .img1 {
    display: none
  }
}
.cms_dibu {
  width: 100%;
  background: #406ea9;
}
.cms_dibu .ft01 {
  width: 100%;
  padding-top: 30px;
  text-align: center;
  padding-bottom: 30px
}
.cms_dibu .ft01 img {
  margin-bottom: 10px;
  max-width: 104px
}
.cms_dibu .ft01 p {
  font-size: 12px;
  color: #fff
}
.cms_dibu .cms_dibu_b {
  width: 100%;
  background: #2056ae;
  border-top: 1px solid #f1f1f1;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 40px 0
}
.cms_dibu .cms_dibu_b a {
  color: #fff
}
.cms_dibu .ft01 dl {
  float: left;
  padding-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  text-align: left;
  margin-right: 40px;
  min-height: 275px
}
.cms_dibu .ft01 dl a {
  color: #fff
}
.cms_dibu .ft01 dl dt {
  font-size: 14px;
  margin-bottom: 15px
}
.cms_dibu .ft01 dl dd {
  font-size: 12px;
  line-height: 2
}
.cms_dibu .ft01 .lx {
  float: right;
  text-align: left
}
.cms_dibu .ft01 .lx h3 {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 15px;
  margin-bottom: 15px
}
.cms_dibu .ft01 .lx .intro {
  line-height: 2;
  margin-bottom: 20px
}
@media (max-width:1200px) {
  .cms_dibu .ft01 dl {
    display: none
  }
  .cms_dibu .ft01 .lx {
    width: 100%
  }
  .cms_dibu .ft01 {
    padding: 30px 0 20px
  }
  .cms_dibu .cms_dibu_b {
    padding: 20px 0;
    font-size: 14px
  }
}
@media (max-width:960px) {
	.cms_dibu .ft01 {
	  display: none
	}
}
.nav_daohang {
  background: #efefef
}
.nav_daohang ul {
  width: 1200px;
  margin: 0 auto
}
.nav_daohang ul li {
  float: left;
  width: 14.285%;
  text-align: center;
  position: relative;
}
.nav_daohang ul li > a {
  display: block;
  line-height: 50px;
  font-size: 16px;
  color: #333;
}
.nav_daohang ul li:hover > a, .nav_daohang ul li.on > a , .nav_daohang ul li.yxnav_active1 > a {
  color: #fff;
  background: #2056ae
}
.nav_daohang ul li .xl {
  width: 100%;
  background: rgba(243, 245, 244, 0.8);
  text-align: left;
  position: absolute;
  left: 50%;
  top: 50px;
  font-size: 0;
  z-index: 999999999999;
  display: none;
  box-sizing: border-box;
  transform: translateX(-50%)
}
.nav_daohang ul li .xl dd {
  line-height: 22px;
  padding: 14px 0;
  font-size: 14px;
  color: #000000;
  text-align: center
}
.nav_daohang ul li .xl dd a {
  color: #000;
  display: block
}
.nav_daohang ul li:hover .xl {
  display: block
}
.nav_daohang ul li:nth-child(4) .xl {
  width: 220px
}
.nav_daohang ul li .xl dd:hover {
  background: #2056ae;
  color: #fff
}
.nav_daohang ul li .xl dd:hover a {
  color: #fff
}
@media (max-width:1600px) {
  .nav_daohang ul {
    width: 1200px
  }
}
@media (max-width:1200px) {
  .nav_daohang {
    display: none
  }
}
 