html, body {
  min-width: 1200px;
}

.swiper-banner {
  overflow: hidden;
  position: relative;
}

.swiper-banner a {
  display: block;
}

.swiper-banner a img {
  width: 100%;
}

.main {
  padding-top: 20px;
}

.main .wrap_one {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.main .wrap_one > h1 {
  font-size: 30px;
  font-weight: bold;
  color: #2390c9;
  text-align: center;
}

.main .wrap_one > p {
  font-size: 20px;
  padding-top: 10px;
  text-align: center;
}

.main .wrap_one .one {
  padding-top: 30px;
}

.main .wrap_one .one::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.main .wrap_one .one .onli {
  display: block;
  float: left;
  width: 170px;
  padding: 0 35px;
  position: relative;
  cursor: pointer;
}

.main .wrap_one .one .onli .onli_img {
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #ffae02;
  background-image: url("../images/buttomlis.png");
  background-repeat: no-repeat;
  background-position-y: -196px;
}

.main .wrap_one .one .onli:nth-of-type(1) .onli_img {
  background-position-x: 0px;
}

.main .wrap_one .one .onli:nth-of-type(2) .onli_img {
  background-position-x: -510px;
}

.main .wrap_one .one .onli:nth-of-type(3) .onli_img {
  background-position-x: -340px;
}

.main .wrap_one .one .onli:nth-of-type(4) .onli_img {
  background-position-x: -170px;
}

.main .wrap_one .one .onli:nth-of-type(5) .onli_img {
  background-position-x: -680px;
}

.main .wrap_one .one .onli .onli_bl {
  padding-top: 10px;
  font-size: 18px;
  color: #666666;
  text-align: center;
}

.main .wrap_one .one .onli .onli_on {
  position: absolute;
  top: 180px;
  width: 170px;
  height: 36px;
  background-color: #2390c9;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  color: white;
  border-radius: 18px;
  opacity: 0;
  transform: translateY(82px);
  transition: 0.5s;
}

.main .wrap_one .one .onli:hover .onli_bl {
  opacity: 0;
}

.main .wrap_one .one .onli:hover .onli_on {
  opacity: 1;
  transform: translateY(0px);
}

.main .wrap_one .one .onli:hover .onli_img {
  background-color: #2390c9;
  border-radius: 5px;
  transition: border-radius 0.5s;
  animation: ghostUpdown 1s infinite ease-in alternate;
}

.main .wrap_one .one .onli:hover .onli_img:after {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 70px;
  height: 10px;
  margin-left: -35px;
  border-radius: 100%;
  background: #061E74;
  opacity: 0.3;
  margin-top: 70px;
  animation: shadow 1s infinite alternate;
}

@keyframes ghostUpdown {
  from {
    background-position-y: -220px;
  }
  to {
    background-position-y: -200px;
  }
}

@keyframes shadow {
  from {
    margin-top: 70px;
    opacity: 0.1;
  }
  to {
    margin-top: 100px;
    opacity: 0.3;
  }
}

.main .wrap_two_title {
  height: 190px;
  text-align: center;
  background-image: url("../images/backtitle1.jpg");
  background-repeat: no-repeat;
  background-size: 1920px 190px;
  background-position: center;
}

.main .wrap_two_title h1 {
  padding-top: 30px;
  font-size: 36px;
  font-weight: bold;
  color: white;
  text-align: center;
}

.main .wrap_two_title p {
  padding-top: 15px;
  font-size: 18px;
  text-align: center;
  color: white;
}

.main .wrap_two_li {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 25px;
}

.main .wrap_two_li::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.main .wrap_two_li ul {
  float: left;
  width: 600px;
  height: 420px;
  position: relative;
}

.main .wrap_two_li ul .two_title {
  display: block;
  position: absolute;
  width: 120px;
  padding-top: 98px;
  background-image: url("../images/buttomlis.png");
  background-repeat: no-repeat;
  background-position-y: 0px;
  cursor: pointer;
  color: #e69900;
}

.main .wrap_two_li ul .two_title strong {
  display: block;
  height: 32px;
  line-height: 32px;
  background-color: white;
  text-align: center;
  font-size: 24px;
  color: #898989;
}

.main .wrap_two_li ul > li:nth-of-type(1) .two_title {
  top: 0px;
}

.main .wrap_two_li ul > li:nth-of-type(2) .two_title {
  top: 140px;
}

.main .wrap_two_li ul > li:nth-of-type(3) .two_title {
  top: 280px;
}

.main .wrap_two_li ul > li:nth-of-type(4) .two_title {
  top: 280px;
}

.main .wrap_two_li ul > li:nth-of-type(5) .two_title {
  top: 280px;
}

.main .wrap_two_li ul .two_wrap {
  position: absolute;
  width: 350px;
  height: 210px;
  top: 15px;
  display: none;
}

.main .wrap_two_li ul .two_wrap h2 {
  font-size: 36px;
  line-height: 28px;
  color: #333333;
  text-align: center;
}

.main .wrap_two_li ul .two_wrap h2 strong {
  font-size: 20px;
  line-height: 20px;
  color: #999999;
}

.main .wrap_two_li ul .two_wrap p {
  padding-top: 15px;
  font-size: 18px;
  line-height: 32px;
  color: #666666;
  text-align: center;
}

.main .wrap_two_li ul .two_boton_on {
  background-position-y: -98px;
}

.main .wrap_two_li ul .two_boton_on strong {
  color: #dd9105;
}

.main .wrap_two_li ul .two_wrap_on {
  display: block;
}

.main .wrap_two_li ul.left > li .two_title {
  left: 60px;
}

.main .wrap_two_li ul.left > li:nth-of-type(4) .two_title {
  left: 240px;
}

.main .wrap_two_li ul.left > li:nth-of-type(5) .two_title {
  left: 420px;
}

.main .wrap_two_li ul.left > li:nth-of-type(1) .two_title {
  background-position-x: 5px;
}

.main .wrap_two_li ul.left > li:nth-of-type(2) .two_title {
  background-position-x: -105px;
}

.main .wrap_two_li ul.left > li:nth-of-type(3) .two_title {
  background-position-x: -215px;
}

.main .wrap_two_li ul.left > li:nth-of-type(4) .two_title {
  background-position-x: -325px;
}

.main .wrap_two_li ul.left > li:nth-of-type(5) .two_title {
  background-position-x: -435px;
}

.main .wrap_two_li ul.left .two_wrap {
  left: 200px;
}

.main .wrap_two_li ul.right {
  float: right;
}

.main .wrap_two_li ul.right > li .two_title {
  right: 60px;
}

.main .wrap_two_li ul.right > li:nth-of-type(3) .two_title {
  right: 420px;
}

.main .wrap_two_li ul.right > li:nth-of-type(4) .two_title {
  right: 240px;
}

.main .wrap_two_li ul.right > li:nth-of-type(5) .two_title {
  right: 60px;
}

.main .wrap_two_li ul.right > li:nth-of-type(1) .two_title {
  background-position-x: -545px;
}

.main .wrap_two_li ul.right > li:nth-of-type(2) .two_title {
  background-position-x: -655px;
}

.main .wrap_two_li ul.right > li:nth-of-type(3) .two_title {
  background-position-x: -765px;
}

.main .wrap_two_li ul.right > li:nth-of-type(4) .two_title {
  background-position-x: -875px;
}

.main .wrap_two_li ul.right > li:nth-of-type(5) .two_title {
  background-position-x: -985px;
}

.main .wrap_two_li ul.right .two_wrap {
  right: 200px;
}

.main .wrap_two_li .lxwmxqtj {
  width: 600px;
  padding-top: 30px;
  float: left;
}

.main .wrap_two_li .lxwmxqtj a {
  width: 200px;
  height: 60px;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  color: white;
  background-color: #ffae02;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
}

.main .xz_title {
  margin-top: 20px;
  height: 248px;
  background-image: url("../images/backtitle2.jpg");
  background-repeat: no-repeat;
  background-size: 1920px 248px;
  background-position: center;
}

.main .xz_title h1 {
  padding-top: 30px;
  font-size: 36px;
  font-weight: bold;
  color: white;
  text-align: center;
}

.main .xz_title p {
  padding-top: 15px;
  padding-bottom: 30px;
  font-size: 18px;
  text-align: center;
  color: white;
}

.main .xz_title ul {
  width: 542px;
  margin: 0 auto;
  border: 2px solid white;
  border-radius: 5px;
}

.main .xz_title ul li {
  float: left;
  width: 25%;
  height: 47px;
  text-align: center;
  line-height: 47px;
  font-size: 18px;
  color: white;
  cursor: pointer;
}
.main .xz_title ul li a{

  font-size: 18px;
  color: white;
 
}
.main .xz_title ul li.on {
  background-color: #ffae02;
}

.main .xz_title ul li:hover {
  background-color: #ffae02;
}

.main .swiper-xz-wrap {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 2px;
  position: relative;
}

.main .swiper-xz-wrap .swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 5px #999999;
}

.main .swiper-xz-wrap .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 5px #999999;
}

.main .swiper-xz-wrap .swiper-slide {
  height: 520px;
  box-shadow: 0 0 5px #999999;
}

.main .swiper-xz-wrap .swiper-slide .title {
  height: 51px;
  padding: 0 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 51px;
}

.main .swiper-xz-wrap .swiper-slide .xz_img {
  height: 418px;
  padding: 0 12px;
  overflow: hidden;
}

.main .swiper-xz-wrap .swiper-slide .xz_img a {
  display: block;
}

.main .swiper-xz-wrap .swiper-slide .xz_img a img {
  width: 100%;
  transition: 1s;
}

.main .swiper-xz-wrap .swiper-slide:hover .xz_img img {
  transform: scale(1.2);
}

.main .swiper-xz-wrap .swiper-slide .xz_a {
  display: block;
  height: 51px;
  padding: 0 12px;
  background-color: #fafafa;
  position: relative;
  line-height: 51px;
  cursor: pointer;
}

.main .swiper-xz-wrap .swiper-slide .xz_a span {
  display: block;
  position: absolute;
  right: 12px;
  top: 16px;
  width: 19px;
  height: 19px;
  background-image: url("../images/link.png");
  background-repeat: no-repeat;
  background-position-x: right;
  transition: 0.5s;
}

.main .swiper-xz-wrap .swiper-slide .xz_a:hover span {
  background-position-y: -19px;
}

.main .swiper-xz-wrap a.ljgd {
  display: block;
  width: 152px;
  border: 2px solid #2688c1;
  border-radius: 20px;
  margin: 20px auto 0;
  font-size: 18px;
  line-height: 40px;
  color: #2688c1;
  text-align: center;
}

.main .swiper-xz-wrap a.ljgd:hover {
  border-color: #ff7802;
  color: #ff7802;
}

.main .xzwm {
  background-color: #f4f4f4;
}

.main .xzwm > h1 {
  padding-top: 30px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.main .xzwm > p {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  text-align: center;
}

.main .xzwm ul {
  text-align: center;
}

.main .xzwm ul li {
  margin: 0 10px;
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  color: white;
  font-size: 18px;
  text-align: center;
  background-color: #d2d2d2;
  border-radius: 5px;
  cursor: pointer;
}

.main .xzwm ul li:hover {
  background-color: #ffae02;
}

.main .xzwm ul li.on {
  background-color: #ffae02;
}

.main .xzwm .xz_wr {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}

.main .xzwm .xz_wr > div {
  float: left;
}

.main .xzwm .xz_wr .left {
    padding-top: 25px;
  width: 558px;
}

.main .xzwm .xz_wr .left h3 {
  font-size: 18px;
  color: #ffae02;
  font-weight: bold;
}

.main .xzwm .xz_wr .left p {
  padding-bottom: 40px;
  line-height: 25px;
}

.main .xzwm .xz_wr .left p strong {
  font-size: 14px;
  font-weight: bold;
}

.main .xzwm .xz_wr .left p:nth-of-type(1) strong {
  font-size: 18px;
}

.main .xzwm .xz_wr .right {
  width: 642px;
  height: 734px;
  background-image: url("../images/ditu.png");
  background-repeat: no-repeat;
  position: relative;
}

.main .xzwm .xz_wr .right .zuobiao {
  position: absolute;
  left: 504px;
  top: 280px;
  width: 38px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bolder;
  text-align: center;
  color: #ffae02;
}

.main .xzwm .xz_wr .right p {
  position: absolute;
  width: 260px;
  left: 240px;
  top: 334px;
  background-color: #ffae02;
  font-size: 16px;
  line-height: 30px;
  color: white;
  border-radius: 5px;
  text-align: center;
}

.main .wm_title {
  height: 177px;
  background-image: url("../images/backtitle3.jpg");
  background-repeat: no-repeat;
  background-size: 1920px 177px;
  background-position: center;
}

.main .wm_title > div {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.main .wm_title > div .title {
  position: absolute;
  left: 100px;
  text-align: left;
}

.main .wm_title > div .title h1 {
  padding-top: 50px;
  font-size: 36px;
  font-weight: bold;
  color: white;
  text-align: center;
}

.main .wm_title > div .title p {
  padding-top: 15px;
  font-size: 18px;
  text-align: left;
  color: white;
}

.main .wm_title > div > ul {
  position: absolute;
  left: 550px;
  top: 70px;
  border-radius: 5px;
  border: 2px solid white;
}

.main .wm_title > div > ul li {
  padding: 0 10px;
  float: left;
  height: 38px;
  font-size: 18px;
  line-height: 38px;
  color: white;
  cursor: pointer;
}

.main .wm_title > div > ul li:hover {
  background-color: #2390c9;
}

.main .wm_title > div > ul li.on {
  background-color: #2390c9;
}

.main .swiper-wm_wr {
  padding-top: 40px;
  padding-bottom: 50px;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.main .swiper-wm_wr ul.li_img {
  margin: 0 auto;
}

.main .swiper-wm_wr ul.li_img li {
  float: left;
  width: 280px;
  margin: 0 10px;
  background-color: #e4e4e4;
}

.main .swiper-wm_wr ul.li_img li a {
  display: block;
  height: 320px;
  padding: 10px;
  position: relative;
}

.main .swiper-wm_wr ul.li_img li a h3 {
  padding-top: 10px;
  font-size: 18px;
  color: #333333;
}

.main .swiper-wm_wr ul.li_img li a p {
  padding-top: 10px;
}

.main .swiper-wm_wr ul.li_img li a div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("../images/fdj.png");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: 0.5s;
}

.main .swiper-wm_wr ul.li_img li a:hover div {
  opacity: 1;
}

.main .swiper-wm_wr ul.lis {
  height: 320px;
}

.main .swiper-wm_wr ul.lis li {
  float: left;
  width: 50%;
}

.main .swiper-wm_wr ul.lis li a {
  display: block;
  margin: 0 20px;
  border-bottom: 1px dashed #333333;
  line-height: 40px;
}

.main .swiper-wm_wr ul.lis li a span {
  float: right;
}

.main .lxwm {
  background-color: #f4f4f4;
}

.main .lxwm > .wrap {
  width: 1200px;
  margin: 0 auto;
}

.main .lxwm > .wrap .left {
  float: left;
  width: 600px;
}

.main .lxwm > .wrap .left h1 {
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 36px;
  color: #2688c1;
  padding-left: 56px;
}

.main .lxwm > .wrap .left p {
  padding-bottom: 50px;
  font-size: 20px;
  padding-left: 56px;
}

.main .lxwm > .wrap .left div {
  width: 586px;
  height: 341px;
  padding-bottom: 70px;
}

.main .lxwm > .wrap .left div img {
  width: 100%;
}

.main .lxwm > .wrap .right {
  float: left;
  width: 600px;
  padding-top: 85px;
}

.main .lxwm > .wrap .right .lx_tel {
  background-image: url("../images/lwm_te.png");
  background-repeat: no-repeat;
  background-position-x: 366px;
}

.main .lxwm > .wrap .right .lx_tel ul {
  padding-left: 60px;
  padding-bottom: 40px;
}

.main .lxwm > .wrap .right .lx_tel ul li {
  font-size: 20px;
  line-height: 30px;
  color: #666666;
}

.main .lxwm > .wrap .right .lx_diz p {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600px;
  padding-bottom: 10px;
  color: #ffae02;
}

.main .lxwm > .wrap .right .lx_diz p.yinwen {
  font-family: CentSchbkCyrill BT;
  color: #666666;
}
/*# sourceMappingURL=index.css.map */