#demo {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  padding-top: 20%;
  z-index: 9999999999;
  top: 0;
  left: 0;
}
#demo h3 {
  font-size: 24px;
}

#demo span {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  line-height: 25px;
}
#demo span a {
  color: #ff0080;
}

body {
  width: 100%;
  overflow-x: hidden;
}
.pt80 {
  padding-top: 80px;
}

.banner {
  width: 100%;
  height: 900px;
  position: relative;
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.ring img {
  width: 100%;
  display: block;
  transition: all 0.78s ease;
  -moz-transition: all 0.78s ease;
  -webkit-transition: all 0.78s ease;
  -o-transition: all 0.78s ease;
}

.ring:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner .swiper-container {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000;
}

.banner .swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.5s;
  z-index: 99;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
.banner .swiper-container {
  min-height: 150px;
}

.banner .img .text {
  height: 100%;
  width: 1400px;
  margin:0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.banner .img .text h3 {
  font-size: 54px;
}
.banner .img .text span {
  display: block;
  margin-top: 50px;
  font-size: 24px;
}
.banner .swiper-container .swiper-wrapper, .banner .swiper-container [data-swiper-parallax] {
    -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
}

.banner .swiper-wrapper, .banner[data-swiper-parallax]  {
    will-change: transform;
}

/*.banner .ani-slide.swiper-slide-active .img {
  transform: scale(1) translate3d(0%, 0px, 0px);
}

.banner .swiper-slide-next .img {
  transform: scale(1.1) translate3d(-50%, 0px, 0px);
}
.banner .swiper-slide-prev .img {
  transform: scale(1.1) translate3d(50%, 0px, 0px);
}*/

.header {
  height: 100px;
  background: #000;
  position: relative;
  z-index: 999999;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}

.header .wrap {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.header .logo {
  width: 208px;
}
.header .logo a {
  display: block;
  width: 100%;
}
.header .logo img {
  width: 100%;
  display: block;
}
.header .nav {
  height: 100%;
}
.header .nav ul {
  height: 100%;
  display: flex;
  align-items: center;
}

.header .nav ul li {
  height: 100%;
}
.header .nav:after {
  content: "";
  position: absolute;
  left: 0;
  top:100px;
  width: 100%;
  height: 0px;
  background: rgba(0,0,0,0.6);
  z-index: 10;
}
.header .nav.hc:after {
  height: 900px;
}
.header .nav ul li .yis {
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  line-height: 100px;
  display: block;
}
.header .nav ul li .yis i {
  margin-left: 5px;
  display: inline-block;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}

.header .nav ul li.tar .yis i {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari and Chrome */
}

.header .nav .sub {
  display: none;
  position: absolute;
  left: 0;
  top: 82px;
  width: 100%;
  padding: 30px 0;
  background: #fff;
  z-index: 20;
}

.header .nav .sub .boxs {
  display: flex;
  width: 100%;
  height: 50px;
  line-height: 50px;
  justify-content: center;
}

.header .nav .sub a {
  font-size: 18px;
  color: #000;
  margin: 0 35px;
  position: relative;
}
.header .nav .sub a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}
.header .nav .sub a:hover::after {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}


.title {
  display: block;
  text-align: center;
  color: #333;
}
.title h3 {
  font-size: 46px;
}
.title span {
  margin-top: 35px;
  display: block;
  font-size: 24px;
  line-height: 50px;
}

.wbimg {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wwrh .wbimg {
  height: 660px;
  margin-top: 60px;
}

.rhtx .wbimg {
  height: 635px;
  margin-top: 85px;
}

.jwrh {
  background: #f5f7f9;
}
.jwrh .wbimg {
  margin-top: 90px;
  height: 630px;
  display: flex;
  overflow: hidden;
  justify-content: center;
}

.jwrh .wbimg .boxs {
  display: block;
  position: relative;
  margin: 0 120px;
  width: 331px;
}

.jwrh .wbimg .boxs img {
  padding-top: 50px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; 
}

.jwrh .wbimg .boxs span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  font-size: 24px;
  color: #fff;
  top: 50px;
  width: 100%;
  height:calc(100% - 50px); 
}
.jwrh .wbimg .boxs:nth-child(2) span {
  color: rgba(255,255,255,0.5);
}
.jwrh .wbimg:hover .boxs:nth-child(2) img {
  padding-top: 70px;
  opacity: 0.7;
}
.jwrh .wbimg:hover .boxs:nth-child(3) img {
  padding-top: 30px;
  opacity: 1;
}
.zzyf {
  padding-bottom: 170px;
}
.zzyf .list {
  margin-top: 90px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 80px 0 140px 0;
  box-shadow: 0 0 16px rgba(220,220,220,0.22);
}
.zzyf .list .boxs {
  text-align: center;
  min-width: 30%;
}
.zzyf .list b {
  color: rgba(0,122,255,0.3);
  text-transform: uppercase;
  font-style: normal;
  font-size: 20px;
}
.zzyf .list h3 {
  margin:40px 0;
  font-size: 76px;
  color: #121138;
}
.zzyf .list h3 span {
  display: inline-block;
  vertical-align: bottom;
}
.zzyf .list h3 i {
  display: inline-block;
  font-style: normal;
  margin-left: 5px;
  vertical-align: bottom;
}
.zzyf .list .st {
  font-size: 20px;
  color: #333;
}

.more {
  width: 170px;
  height: 50px;
  line-height: 50px;
}
/* Wayra */
.button--wayra {
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/*.button--wayra::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #2b6aff;
  z-index: 9;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
  color: #fff;
  border-color: #2b6aff;
}
.button--wayra:hover span {
  color: #fff;
}
.button--wayra.button--inverted:hover {
  color: #2b6aff;
  border-color: #fff;
}
.button--wayra:hover::before {
  opacity: 1;
  background-color: #2b6aff;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.button--inverted:hover::before {
  background-color: #fff;
}*/

.button--wayra:hover {
  color: #fff !important;
  background:#2b6aff !important;
}
.button--wayra span {
  position: relative;
  z-index: 999;
  display: block;
}

.jrjd {
  background: #f5f7f9;
  padding:120px 0 160px 0; 
}

.jrjd .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jrjd .left h3 {
  font-size: 46px;
  color: #333;
}
.jrjd .left .st {
  font-size: 24px;
  color: #333;
  margin: 45px 0;
}
.jrjd .left .st span {
  margin-right: 20px;
}

.jrjd .left .more {
    text-align: center;
    background: #000;
    display: block;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
}

.jrjd .right {
  width: 690px;
  height: 650px;
  overflow: hidden;
}

.jrjd .right .swiper-slide:after {
  content: "";
  display: block;
  clear: both;
}

.jrjd .right .swiper-slide img {
  width: 210px;
  height: 110px;
  display: flex;
  float: left;
  margin:10px;
  align-items: center;
  overflow: hidden;
}

.jrjd .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;    /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}

.hykx .wrap {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.hykx .left {
  width: 670px;
  height: 420px;
}

.hykx .left .swiper-slide {
  position: relative;
}
.hykx .left .swiper-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hykx .left .swiper-slide .img img {
  width: 100%;
  display: block;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}
.hykx .left .swiper-slide .text {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 74px;
  width: 100%;
  line-height: 74px;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
  box-sizing: border-box;
  background: rgba(0,0,0,0.5);
  color: #fff;
  z-index: 99;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}
.hykx .left .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.hykx .left .swiper-slide .text h3 {
  font-size: 22px;
  width: 70%;
  font-weight: normal;
}

.hykx .left .swiper-slide .text span {
  display: block;
  font-size: 18px;
}

.hykx .left .swiper-slide:hover .img  img {
    -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}


.swiper-button-nextzxdt {
  right: 0;
  width: 44px;
  height: 55px;
  background: rgba(0,0,0,0.5);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}
.swiper-button-nextzxdt:after {
  content: "";
  background: url(../images/aroow.png) no-repeat;
  width: 14px;
  height: 22px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
}

.swiper-button-prevzxdt {
  left: 0;
  width: 44px;
  height: 55px;
  background: rgba(0,0,0,0.5);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}
.swiper-button-prevzxdt:after {
  content: "";
  background: url(../images/aroow.png) no-repeat;
  width: 14px;
  height: 22px;
}

.swiper-button-prevzxdt:hover,.swiper-button-nextzxdt:hover {
  background: #2b6aff;
} 

.hykx .right {
  width: 700px;
  box-sizing: border-box;
}
.hykx .right ul {
  margin-top: -15px;
}
.hykx .right ul li {
  display: block;
  margin-top: 25px;
}
.hykx .right ul li  a {
  display: block;
  position: relative;
}
.hykx .right ul li .time {
  width: 83px;
  height: 83px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f5f7f9;
  font-size: 16px;
  color: #949494;
}

.hykx .right ul li .time b {
  font-size: 24px;
  color: #333;
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}

.hykx .right ul li .text {
  position: absolute;
  left: 105px;
  top: 0;
  right: 30px;
  display: block;
}

.hykx .right ul li .text h3 {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  line-height: 24px;
  height: 24px;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  overflow:hidden;
  border-bottom: 1px solid #fff;
}
.hykx .right ul li .text h3 i {
  font-style: normal;
  display: inline-block;
  position: relative;
}
.hykx .right ul li .text h3 i:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #000;

}
.hykx .right ul li .text .st {
  font-size: 14px;
  color: #949494;
  line-height: 24px;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  margin-top: 10px;
}
.hykx .right ul li:hover h3 i {
  color: #2b6aff;
}
.hykx .right ul li:hover h3 i:before {
  width: 100%;
}

.hykx  .more {
  border:1px solid #000;
  display: inline-block;
  margin-top: 130px;
  border-radius: 5px;
  font-size: 18px;
}
.hykx  .more:hover {
  border:1px solid #2b6aff;
}
.footer {
  background: #111112;
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
  padding:100px 0 70px 0;
}
.footer .left {
  width: 500px;
}
.footer .left .st {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  margin-top: 30px;
  line-height: 28px;
}

.footer .left .link {
  margin-top: 70px;
}
.footer .left .link h3 {
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  padding-bottom: 20px;
  border-bottom: 1px solid #29292a;
}

.footer .left .link .phone {
  display: block;
  margin:20px 0px 15px 0px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

.footer .left .zx {
  display: flex;
  align-items: center;
}
.footer .left .zx a {
  height: 40px;
  line-height: 40px;
  margin-right:10px;
  border-radius: 5px;
  overflow: hidden;
}
.footer .left .zxzx {
  width: auto;
  padding: 0 20px;
  background: #fff;
  font-size: 14px;
}

.footer .left .bshare-sinaminiblog {
  width: 40px;
  padding:0;
  overflow: hidden;
  background:#272727 url(../images/wb-hover.png) !important;
}

.footer .left .bshare-weixin {
  width: 40px;
  height: 40px;
  padding:0;
  border-radius: 5px;
  overflow: hidden;
  background:#272727 url(../images/wx-hover.png) !important;
}
.footer .left .bshare-sinaminiblog:hover {
  opacity: 1;
  background:#fff url(../images/wb.png) !important;
}
.footer .left .bshare-weixin:hover {
  opacity: 1;
  background:#fff url(../images/wx.png) !important;
}
.footer .right {
  width: 580px;
}
.footer .right ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -50px;
  margin-left: -13%;
}
.footer .right ul li {
  display: block;
  min-width:20%;
  margin-left: 13%;
  margin-top: 75px;
}
.footer .right ul li h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 25px;
}
.footer .right ul li a {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  line-height: 35px;
  display: block;
}
.footer .right ul li a:hover {
  color: #2b6aff;
}
.footer .bottom {
  display: block;
  background: #080808;
  padding:30px 0;
  text-align: center;
  color: rgba(255,255,255,0.3);
}
.footer .bottom a {
  color: rgba(255,255,255,0.3);
}

.fixed {
  position: absolute;
  right: 0;
  bottom: 30%;
  display: none;
  z-index: 999;
}
.fixed a {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1px;
  background: #2b6aff;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}

.fixed a:hover {
  background: #000;
}

.nebanner .img i {
  width: 142px;
  height: 14px;
  background: #fff;
  margin-top: 30px;
  display: block;
}
.nebanner .swiper-slide .img h3 {
  font-size: 72px;
}

.nebanner .img .text {
  align-items: flex-start;
}
.zwfs {
  background: #f0f5ff;
  padding: 120px 0 140px 0;
}


.wrapflex {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.ggwz h3 {
  font-size: 46px;
}
.ggwz .st {
  margin-top: 40px;
  font-size: 24px;
  line-height: 50px;
}

.tycz {
  height: 920px;
}

.syxh {
  height: 920px;
}

.syxh .ggwz {
  color: #fff;
}
.yljk ul {
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.yljk ul li {
  display: block;
}
.yljk ul li img {
  width: 274px;
  height: 274px;
  background:#f0f5ff;
  border-radius: 50%;
  display: block;
}
.yljk ul li:hover  img {
  background: #e0eafe;
}
.yljk ul li span {
  display: block;
  text-align: center;
  font-size: 32px;
  color: #333;
  margin-top: 50px;
  text-transform: uppercase;
}

.tysj {
  background: #f5f7f9;
  margin-top: 150px;
  padding-bottom: 240px;
}
.tysj .jdt {
  margin-top: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tysj .jdt .tj {
  text-align: center;
  position: relative;
}

.tysj .jdt .tj span {
  display: block;
  font-size: 24px;
  color: #161616;
  margin-top: 30px;
  line-height: 30px;
}
.fnty {
  display: block;
}

.fnty .top {
  margin-top: 120px;
}
.fnty .top ul {
  display: flex;
  justify-content: space-between;
}
.fnty .top ul li {
  width: 590px;
  text-align: center;
}
.fnty .top ul li h3 {
  font-size: 32px;
}

.fnty .top ul li span {
  display: block;
  font-size: 18px;
  margin-top: 40px;
  line-height: 36px;
}

.fnty .center {
  display: block;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.fnty .center img{
  width: 50%;
}

.fnty .bottom {
  height: 920px;
}
.fnty .bottom .title {
  padding-top:90px;
}

.yycj {
  background: #fbfcfd; 
  padding-bottom: 20px; 
}

.yycj .hd {
  display: block;
  margin-top: 60px;
}
.yycj .hd  ul {
  display: flex;
  justify-content: center;
}
.yycj .hd  ul li {
  display: block;
  width: 180px;
  height: 58px;
  cursor: pointer;
  text-align: center;
  line-height: 58px;
  border-radius: 58px;
  font-size: 20px;
}

.yycj .hd  ul li.on {
  background: #2b6aff;
  color: #fff;
  font-weight: bold;
}

.yycj  .bd {
  margin-top: 40px;
}
.yycj  .bd .boxs {
  width:100%;
  overflow: hidden;
  height: 600px;
  overflow: hidden;
}

.xgcp {
  margin-top: 150px;
}

.xgcp h3 {
  font-size: 45px;
}

.swiper-containerxgcp {
  margin-top: 120px;
}

.swiper-containerxgcp .swiper-slide {
  display: block;
}

.swiper-containerxgcp .swiper-slide .img {
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#f5f5f5; 
  overflow: hidden;
}
.swiper-containerxgcp .swiper-slide .img img {
  width: 100%;
  display: block;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}
.swiper-containerxgcp .swiper-slide h3 {
  font-size: 30px;
  font-weight: normal;
  height: 30px;
  margin-top: 30px;
  line-height: 30px;
  overflow: hidden;
}

.swiper-containerxgcp .swiper-slide .st {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.swiper-containerxgcp .swiper-button-nextzxdt {
  margin-top: -80px;
}
.swiper-containerxgcp .swiper-button-prevzxdt {
  margin-top: -80px;
}

.swiper-containerxgcp .swiper-slide:hover .img img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.swiper-containerxgcp .swiper-slide:hover h3 {
  color: #2b6aff;
}

.gdjj {
  background:#f5f7f9; 
  padding: 65px 0;
  text-align: center;
  margin-top: 120px;
}

.gdjj h3 {
  font-size: 32px;
}

.gdjj .st {
  font-size: 18px;
  margin: 30px 0;
  color: rgba(0,0,0,0.6);
}
.ljzx {
  width: 170px;
  height: 50px;
  line-height: 50px;
  background: #2b6aff;
  border-radius: 5px;
  display: block;
  margin: auto;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.ljzx:hover {
  background:#000;
  color: #fff; 
}

.wlqj {
  background-color: #f5f7f9;
}

.wlqj .wbimg {
  height: 700px;
  margin-top: 60px;
}

.wdsc {
  height: 920px;
}

.wdsc .title {
  text-align: left;
  color: #fff;
}
.wdsc .img {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}
.wdsc .img span {
  display: block;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}

.wdsc .wrap:hover .img {
  bottom: 30px;
} 

.wfcs {
  height: 920px;
}

.wfcs .wrapflex {
  width: 88%;
  margin:0 auto;
  justify-content: space-around;
}

.sjyd {
  height: 920px;
  display:flex;
  justify-content: space-between;
}
.sjyd .left {
  width: 50%;
  height: 100%;
  background-color: #eef0f2;
}


.sjyd .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sjyd .right ul {
  display: flex;
  width: 60%;
  margin:0 auto;
  align-items: center;
}
.sjyd .right ul li {
  display: block;
  width: 50%;
  text-align: center;
  margin-top: 80px;
}

.sjyd .right ul li img {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  display: block;
  margin: auto;
  border:1px solid #797979;
}
.sjyd .right ul li  h3 {
  font-size: 20px;
  color: rgba(0,0,0,0.6);
  font-weight: normal;
  margin-top: 20px;
}
.sjyd .right ul li  .st {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  color: #949494;
  line-height: 30px;
}
.xqcj {
  background: #f5f7f9;
  padding-bottom: 80px;
}
.xqcj .hd {
  display: inline-block;
  margin:auto;
  margin-top: 60px;
  background-color: #ebeff5;
  border-radius: 58px;
}
.xqcj .bd {
  margin-top: 80px;
}
.xqcj .bd .boxs {
  height: auto;
  text-align: left;
}
.xqcj .bd .bigboxs {
  display: flex;
  justify-content: space-around;
}

.xqcj .bd .bigboxs .img {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.xqcj .bd .bigboxs .img span {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  text-align: center;
  display: block;
}
.xqcj .bd .bigboxs .img img {
/*  max-width: 285px;
  max-height: 410px;*/
}
 
.xqcj .bd .bigboxs .text {
  width: 640px;
  margin-top: 60px;
}

.xqcj .bd .bigboxs .text h3 {
  font-size: 32px;
  color: #333;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
}

.xqcj .bd .bigboxs .text .st {
  margin-top: 50px;
}
.xqcj .bd .bigboxs .text .st span {
  display: block;
  font-size: 20px;
  margin: 15px 0;
  line-height: 30px;
} 

.xqcj .bd .bigboxs .text .link {
  margin-top: 70px;
}
.xqcj .bd .bigboxs .text .link a {
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  background-color: #000;
}
.xqcj .bd .bigboxs .text .link a:nth-child(2) {
  margin-left: 60px;
  color: #333;
  background-color: #fff;
}

.banner .bttext h3 b {
  background: linear-gradient(to right, #535353,#e8e8e8,#919192);
  -webkit-background-clip: text;
  color: transparent; 
  display: inline-block;
}
.banner .bttext i {
  background: #414141;
  height: 8px;
}

.txfz .boxs {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.txfz .boxs img {
  display: block;
  width: 100%;
}

.kzzn {
  background: none;
}
.kzzn .hd {
  width: auto;
  display: inline-block;
  margin:0 auto;
  margin-top: 60px;
  background-color: #ebeff5;
  border-radius: 58px;
}
.kzzn .bd {
  margin-top: 80px;
}
.kzzn .bd .boxs {
  height: auto;
  text-align: left;
  height: 475px;
  overflow: hidden;
}
.kzzn .bd .boxs img {
  width: 100%;
  display: block;
}

.whfb {
  background: #f5f7f9;
  height: 920px;
  position: relative;
}
.whfb .ggwz {
  position: relative;
  z-index: 999;
}

.whfb .imgs {
  width: 678px;
  height: 693px;
  position: absolute;
  right:-20px;
  top: 50%;
  margin-top: -346px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; 
}
.whfb .imgs img {
  width: 100%;
}

.whfb .imgs:hover {
  right: -30px;
}

.wlwsp {
  display: block;
  width: 100%;
  position: relative;
  height: 920px; 
}
.wlwsp .top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 100%;
  display: flex;
  background: url(../images/sp-img.jpg) no-repeat;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wlwsp .top h3 {
  font-size: 46px;
  color: #fff;
}
.wlwsp .top a {
  width: 155px;
  height: 55px;
  background: #fff;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
  margin-top: 90px;
  border-radius: 5px;
  justify-content: center;
}

.wlwsp .top a i {
  width: 20px;
  height: 20px;
  display: inline-block;
  padding-right: 10px;
  background: url(../images/bf.png) no-repeat;
}
.wlwsp video {
  overflow: hidden;
  object-fit:fill;
  position: relative;
  z-index: 9;
}

.wlwsp .top a:hover {
  background: #2b6aff;
  color: #fff;
}
.wlwsp .top a:hover i {
  background: url(../images/bf-icon.png) no-repeat;
}
.smzq {
  padding-bottom: 0;
}
.smzq .boxs ul:after {
  content: "";
  display: block;
  clear: both;
}
.smzq .boxs ul li {
  display: block;
  float: left;
  width: 33.3%;
  height: 100%;
  position: relative;
}

.smzq .boxs ul li img {
  width: 100%;
  height:22.916666vw;
  display: block;
}

.smzq .boxs ul li .bigboxs {
  width: 100%;
  height:22.916666vw;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f5f7f9;
}

.smzq .boxs ul li .bigboxs h3 {
  font-size: 32px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}

.smzq .boxs ul li .bigboxs .line {
  width: 100px;
  height: 4px;
  margin: 30px 0;
  background: #2b6aff;
}
.smzq .boxs ul li .bigboxs .st {
  font-size: 16px;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.smzq .bd .boxs {
  height: auto;
}
.smzq .boxs ul li .bigboxs:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 26px solid #e7eaed;
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -26px;
  z-index: 999;
}

.smzq .boxs ul li:nth-child(2) img {
  position: absolute;
  left: 0;
  top: 22.916666vw;
}

.smzq .boxs ul li:nth-child(2) .bigboxs::after {
  bottom: 0;
  top: auto;
  margin-bottom: -26px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
}

.smzq .boxs ul li:hover .bigboxs h3 {
  color: #2b6aff;
}


.tfwt {
  margin-top: 40px;
  padding: 150px 0 90px;
  background: #f5f7f9;
}
.tfwt h2 {
  font-size: 46px;
  color: #333333;
}
.tfwt ul {
  margin-left: -1.3%;
  margin-top: 110px;
}
.tfwt ul:after {
  content: "";
  display: block;
  clear: both;
}
.tfwt ul li {
  width: 32%;
  margin-left: 1.3%;
  text-align: center;
  float: left;
}

.tfwt ul li a {
  display: block;
}

.tfwt ul li .img {
  width: 100%;
  height: 18.23vw;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.tfwt ul li .img img {
  width: 100%;
  display: block;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}

.tfwt ul li h3 {
  font-size: 32px;
  color: #333;
  margin-top: 30px;
  font-weight:normal;
}
.tfwt ul li .st {
  display: block;
  margin-top: 10px;
  overflow: hidden;
  height: 60px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.tfwt ul li:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.nebanner2 {

}
.nebanner2 .swiper-slide .text {
  align-items: center;
}
.nebanner2 .swiper-slide .text h3 {
  font-size: 46px;
}

.nebanner2 .swiper-slide .text .st {
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  width: 63%;
  margin:0 auto;
  margin-top: 140px;
  text-align: center;
}

.lhsc {
  background: #eaecee;
  padding-top: 110px;
  height: 900px;
  box-sizing: border-box;
  background: #eaecee url(../images/lhsc-img.jpg) no-repeat;
}
.lhsc .title span {
  font-size: 32px;
}
.lhsc .boxs {
  margin:0 auto;
  margin-top: 80px;
  width: 74%;
}

.lhsc .jdk {
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;
}

.lhsc .jdk .left {
  display: block;
  width: 63%;
}
.lhsc .jdk .left .st {
  font-size: 20px;
}
.lhsc .jdk .tian {
  width: 200px;
  height: 35px;
  margin-top: 15px;
  background: #2b6aff;
  position: relative;
  transition: all 1.45s ease;
  -moz-transition: all 1.45s ease;
  -webkit-transition: all 1.45s ease;
  -o-transition: all 1.45s ease; 
}
.lhsc .jdk .tian::after {
  content: "";
  width: 0;
  height: 0;
  border-bottom:75px solid #2b6aff;
  border-right: 125px solid transparent;
  position: absolute;
  right: -125px;
  bottom: 0;
}

.lhsc .jdk .tian.hovers {
  width: 100%;
}

.lhsc .jdk .tian.hovers2 {
  width: 70%;
}
.lhsc .jdk .right {
  font-size: 40px;
  font-weight: bold;
}

.lhsc .jdk:nth-child(2) {
  margin-top: 65px;
}

.lhsc .jdk:nth-child(2) .tian {
  background: #25bce8;
}
.lhsc .jdk:nth-child(2) .tian::after {
  border-bottom:75px solid #25bce8;
}
.lhsc .int {
  font-size: 18px;
  line-height: 50px;
  margin-top: 60px;
}
.hxln {
  height: 900px;
}
.hxln .title {
  padding-top: 110px;
  color: #fff;
}
.hxln  .wrap {
  margin-top: 80px;
}
.hxln  .wrap  ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hxln  .wrap  ul li span {
  display: block;
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}

.hzys {
  background: #f5f7f9;
  padding-top: 110px;
  padding-bottom: 240px;
}
.hzys ul {
  margin-top: 120px;
}
.hzys ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 31%;
  float: left;
  position: relative;
  box-sizing: border-box;
  margin-left: 2.3%;
  background: #fff;
  margin-top: 25px;
  padding: 30px 3%;
  border-radius: 5px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}

.hzys ul li .num {
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
  width: 30px;
  height: 37px;
  background: url(../images/hzys-bg.png) no-repeat;
  color: #fff;
  font-size: 17px;
  text-align: center;
  line-height: 37px;
  font-weight: bold;
  font-family: "微软雅黑";  
}

.hzys ul li .icon {
  padding: 5px;
  border-radius: 50%;
  border:1px solid #e7ecf7;
  position: relative;
}
.hzys ul li .icon img {
  position: relative;
  z-index: 999;
}
.hzys ul li .icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: -27px;
  width: 54px;
  height: 54px;
  background: #f5f7f9;
  border-radius: 50%;
  z-index: 9;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}
.hzys ul li .icon::after {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  top: -8px;
  width: 81px;
  box-sizing: border-box;
  height: 81px;
  z-index: 99;
  border-radius: 50%;
  border:1px solid #f8fbfd;
}

.hzys ul li .text {
  margin-left: 30px;
}

.hzys ul li .text h4 {
  font-size: 24px;
  color: #333;
  font-weight: normal;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}

.hzys ul li .text .st {
  font-size: 16px;
  color: #949494;
  line-height: 30px;
  margin-top: 10px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}


.hzys ul li:hover {
  background: #2b6aff;
}
.hzys ul li:hover .text h4 {
  color: #fff;
}
.hzys ul li:hover .icon:before {
  background: #fff;
}
.hzys ul li:hover .text .st {
  color: #fff;
}
.hzys ul:after {
  content: "";
  display: block;
  clear: both;
}
.hzzc ul {
  margin-left: -1.3%;
  margin-top: 50px;
}
.hzzc ul li {
  display: block;
  width: 32%;
  margin-left: 1.3%;
  float: left;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 5px;
}

.hzzc ul li .img {
  width: 100%;
  height: 16.40625vw;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hzzc ul li .img  img {
  width: 100%;
  display: block;
}

.hzzc ul li .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 20%;
  background: rgba(0,0,0,0);
  align-items: center;
  text-align: center;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}

.hzzc ul li .text h3 {
  font-size: 40px;
  width: 100%;
  font-weight: normal;
}
.hzzc ul li .text .st {
  font-size: 24px;
  margin-top: 20px;
  width: 100%;
  line-height: 50px;
  opacity: 0;
  text-align: center;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}
.hzzc ul li:hover .text {
  top:0;
  background: rgba(0,0,0,0.7);
}
.hzzc ul li:hover .text .st {
  opacity: 1;
}

.hzzc ul li:hover .text h3 {
  font-weight: bold;
}

.jrwm {
  margin-top: 60px;
  background: #f5f7f9;
  position: relative;
  height: 864px;
}
.jrwm .wrap {
  height: 100%;
}
.jrwm .bigboxs {
  width: 720px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.jrwm h3 {
  font-size: 46px;
}

.jrwm .st {
  font-size: 24px;
  color: rgba(0,0,0,0.1);
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: bold;
}
.jrwm .form {
  display: block;
  width: 100%;
}
.jrwm .boxs {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}

.jrwm .boxs .group {
  display: block;
  position: relative;
  line-height: 50px;
  font-size: 16px;
  color: #949494;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #abacae;
}
.jrwm .boxs .group.wyb {
  width:42%;
}
.jrwm .boxs .group .input {
  border:0;
  background: none;
  margin-left: 10px;
  font-size: 16px;
  width: 80%;
  height: 50px;
  line-height: 50px;
}
.jrwm .boxs .group b {
  position: absolute;
  left: -20px;
  top: 2px;
  font-weight: bold;
  font-style: normal;
  color: #F00;
  width: 20px;
  text-align: center;
}
.jrwm:after {
  width: 748px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: url(../images/jrwm-img.jpg) no-repeat;
}

.form .layui-select,
.form .layui-input {
  background: none !important;
  border:none !important;
  height: 45px;
  line-height: 45px !important;
}

.layui-form-select dl dd.layui-this {
  background-color: #2b6aff;
}

.form .btns {
  width: 170px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border:0;
  background-color: #2b6aff;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
  cursor: pointer;
}
.form .btns:hover {
  background-color: #000;
}
.form span.by {
  font-size: 18px;
  line-height: 50px;
}
.form .boxs:last-child {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nebanner3 {
  height: 920px;
}
.nebanner3 .img .text {
  align-items: center;
}
.nebanner3 .img .text h3 {
  font-size: 64px;
}
.nebanner3 .img .text .st {
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  margin-top: 50px;
}

.gsjs {
  padding-top: 90px;
  box-sizing: border-box;
  position: relative;
  height: 724px;
  margin:110px 0; 
  background-color: #f5f7f9;
}

.gsjs .text {
  float: right;
  width: 735px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gsjs .text h3 {
  font-size: 32px;
}

.gsjs .text .line {
  width: 22px;
  height: 4px;
  background-color: #000;
  margin-top: 25px;
}

.gsjs .text .st {
  margin-top: 40px;
  font-size: 13px;
  line-height: 36px;
}

.gsjs .text a {
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  margin-top: 80px;
  font-size: 18px;
}

.gsjs:after {
  content: "";
  display: block;
  width:45.729%;
  height: 100%;
  background:url(../images/gsjs-img.jpg) no-repeat center center;
  background-size: cover;
  left: 0;
  top: 0;
  position: absolute;
}

.xxqk {
  height: 920px;
}

.xxqk .wrap {
  height: 100%;
}
.xxqk .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 600px;
  height: 100%;
  color: #fff;
}

.xxqk .text  h3 {
  font-size: 46px;
}
.xxqk .text  h3 span {
  padding-bottom: 30px;
  display: inline-block;
  border-bottom: 6px solid #fff;
}

.xxqk .text  .st {
  font-size: 20px;
  line-height: 40px;
  margin-top: 30px;
  letter-spacing: 1px;
}

.xxqk:nth-child(2) .text {
  float: right;
}
.xxqk:nth-child(4) .text {
  float: right;
}

.fzlc {
  display: block;
}

.fzlc .list {
  height: 790px;
}

.fzlc .list .wrap {
  height: 100%;
}
.fzlc .list .boxs {
  position: absolute;
}
.fzlc .list .boxs h4 {
  font-size: 24px;
  margin: 10px 0;
}
.fzlc .list .boxs .st {
  font-size: 18px;
  line-height: 32px;
}
.fzlc .list .boxs:nth-child(1) {
  left: 50px;
  top: 545px;
}

.fzlc .list .boxs:nth-child(2) {
  left: 185px;
  bottom: 390px;
}

.fzlc .list .boxs:nth-child(3) {
  left: 450px;
  top: 445px;
}

.fzlc .list .boxs:nth-child(4) {
  left: 660px;
  bottom: 470px;
}

.fzlc .list .boxs:nth-child(5) {
  left:920px;
  top: 365px;
}
.fzlc .list .boxs:nth-child(6) {
  right: 130px;
  bottom: 570px;
}

.fzlc .list .boxs:nth-child(7) {
  top: 180px;
  right: -30px;
}
.fzlc .list .boxs:nth-child(7) .st {
  font-size: 24px;
  color: #518aff;
  font-weight: bold;
}
.footer2 {
  position: relative;
 
}
.footer2 .wrap {
  display: flex;
  padding-top: 80px;
  align-items: center;
}

.footer2 .wrap .left {
  width: auto;
}

.footer2 .wrap .right {
  width: 70%;
}

.footer2 .left .st {
  display: none;
}

.footer2 .right ul li {
  margin-top: 0;
  min-width: auto;
  margin-left: 0;
}
.footer2 .right ul {
  margin-top: 0;
  margin-left: 0;
  justify-content: space-between;
}

.footer2 .logo2 {
  width: 200px;
}
.footer2 .left .link {
  margin-top: 5px;
}
.footer2 .left .link h3 {
  display: none;
}
.footer2 .left .link .phone {
  margin: 0;
}
.footer2 .left .link  .out {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 10px;
}
.footer2:after {
  content: "";
  width: 100%;
  height: 272px;
  background: url(../images/footer2-bg.png) no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}

.footer2 .bottom {
  position: relative;
  z-index: 999;
}

.nebanner4 {
  height: 400px;
}
.nebanner4 .img .text h3 {
  font-size: 46px;
}

.xw-list {
  background: #f5f7f9;
  padding:100px 0;
}

.xw-list ul li {
  display: block;
  background: #fff;
  margin-top: 25px;
  border-radius: 5px;
}
.xw-list ul li a {
  display: block;
  position: relative;
  padding: 15px;
}
.xw-list ul li .img {
  width: 365px;
  justify-content: center;
  height: 230px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.xw-list ul li .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}

.xw-list ul li .text {
  position: absolute;
  left: 430px;
  right: 130px;
  top: 0;
  height: 100%;
}
.xw-list ul li .text h3 {
  font-size: 32px;
  color: #333;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin-top: 40px;
  display: block;
    transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}
.xw-list ul li .text .time {
  font-size: 18px;
  color: #949494;
  display: block;
  margin: 15px 0;
}

.xw-list ul li .text .out {
  font-size: 16px;
  color: #333;
  line-height: 25px;
  height:50px;
  overflow: hidden;
  display: block;
}

.xw-list ul li .icon{
  position: absolute;
  right: 70px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:1px solid #c2c2c2;
  display: block;
    transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
  transform: rotate(180deg);
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Safari and Chrome */
  background: url(../images/aroow2.png) no-repeat center center;
}

.xw-list ul li:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.xw-list ul li:hover .text h3 {
  color: #2b6aff;
}
.xw-list ul li:hover .icon {
  border:none;
  background: #2b6aff url(../images/aroow.png) no-repeat center center;
}

.xw-show {
  width: 1100px;
}
.xw-show .top {
    display: flex;
    align-items: center;
    line-height: 30px;
    font-size: 14px;
    color: #949494;
    vertical-align: middle;
}
.xw-show .top a {
  color: #949494;
}
.xw-show .top a {
  margin: 0 12px;
}
.xw-show .top span {
  margin-left: 12px;
}
.xw-show .top a:hover {
  color: #2b6aff;
}

.xw-show .cons {
  margin-top: 70px;
}

.xw-show .cons h3 {
  font-size: 32px;
  text-align: center;
  line-height: 40px;
  font-weight: normal;
}
.xw-show .cons .time {
  font-size: 16px;
  color: #949494;
  margin-top: 10px;
  text-align: center;
}

.xw-show .cons .conte {
  margin-top: 70px;
  font-size: 18px;
  color: #333;
  line-height: 42px;
  overflow: hidden;
}

.xw-show .cons .conte img {
  max-width: 100%;
}
.xw-show  .sxp {
  margin-top: 60px;
  padding: 30px 0;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.xw-show  .sxp .boxs {
  max-width: 47%;
  font-size: 18px;
}
.xw-show  .sxp .boxs span {
  color: #333;
}
.xw-show  .sxp .boxs a {
  color: #949494;
}

.xw-show  .sxp .boxs:hover a {
  color: #2b6aff;
}

.xw-show .tj {
  margin-top: 60px;
}
.xw-show .tj ul {
  display: flex;
  align-items:center;
  justify-content: space-between;
}
.xw-show .tj ul li {
  width: 315px;
}
.xw-show .tj ul li a {
  display: block;
}
.xw-show .tj ul li .img {
  width: 100%;
  display: flex;
  height: 200px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.xw-show .tj ul li .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.xw-show .tj ul li .text {
  background: #f5f7f9;
  padding:15px 15px 15px 15px;
  display: block;
  color: #333;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}

.xw-show .tj ul li .text h3 {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-weight: normal;
}

.xw-show .tj ul li .text .st {
  display: flex;
  margin-top:5px;
  justify-content: space-between;
}
.xw-show .tj ul li .text .time {
  font-size: 12px;
}
.xw-show .tj ul li .text .lj {
  font-size: 12px;
}
.xw-show .tj ul li .text .lj img {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
  margin-left: 5px;
}

.xw-show .tj ul li:hover .text  {
  background: #2b6aff;
  color: #fff;
}
.xw-show .tj ul li:hover .text .lj img {
  opacity: 0;
}

.nebanner4  .img .text {
  align-items: center;
}
.nebanner4 .form {
  width: 700px;
  height: 80px;
  background: #f5f7f9;
  border-radius: 5px;
  position: relative;
  margin-top: 80px;
}
.nebanner4 .form .input {
  position: absolute;
  left: 100px;
  line-height: 80px;
  top: 0;
  right: 30px;
  border:0;
  font-size: 20px;
  background: none;
}
.nebanner4 .form .btn {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: url(../images/searbtn.png) no-repeat center center;
  border:0;
  margin-left: 10px;
  display: block;
}
.nebanner4 .form .input::-webkit-input-placeholder{
    color:rgba(0,0,0,0.2)
}
.nebanner4 .form .input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:rgba(0,0,0,0.2)
}
.nebanner4 .form .input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:rgba(0,0,0,0.2)
}
.nebanner4 .form .input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:rgba(0,0,0,0.2)
}

.jszc {
  margin-top: 110px;
}

.jszc .hd {
  width: 240px;
  border-right: 1px solid #f5f5f5;
}

.jszc .hd ul li {
  display: block;
  padding-left: 20px;
  line-height: 48px;
  font-size: 16px;
  position: relative;
}
.jszc .hd ul li .yis {
  color: #333;
  position: relative;
  display: block;
}
.jszc .hd ul li.on {
  font-size: 18px;
  color: #000;
}
.jszc .hd ul li.on .yis {
  color: #000;
}


.jszc .hd ul li.sjx.on .yis:before {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
  border-left: 6px solid #000;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari and Chrome */
}

.jszc .hd ul li .yis:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -3px;
  border-top: 3px solid transparent;
  border-left: 6px solid #cecece;
  border-bottom: 3px solid transparent;
}

.jszc .hd ul li .sub {
  display: none;
}
.jszc .hd ul li .sub a {
  display: block;
  line-height: 30px;
  font-size: 14px;
}

.jszc .hd ul li .sub a.on {
  color: #2b6aff;
}



.jszc  .bd {
  width: 990px;
  height: 500px;
  padding-right: 30px;
  overflow-x: hidden;
}

.jszc  .bd h3 {
  font-size: 14px;
  color: #949494;
  padding-bottom: 28px;
  display: flex;
  align-items: center;
  font-weight: normal;
  border-bottom: 1px solid #f5f5f5;
}
.jszc  .bd h3 a {
  color: #949494;
}
.jszc  .bd h3 img {
  width: 8px;
  margin: 0 10px;
  display: inline-block;
}
.jszc-show {
  display: block;
}

.jszc-show .boxs {
  display: block;
  border-bottom: 1px solid #f5f5f5;
}

.jszc-show .boxs .tit {
  line-height: 66px;
  font-size: 16px;
  color: #333;
  position: relative;
  cursor: pointer;
}
.jszc-show .boxs .tit:hover {
  color: #2b6aff;
}
.jszc-show .boxs .tit:after {
  width: 10px;
  height: 16px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background: url(../images/aroow4.png) no-repeat;
}

.jszc-show .boxs .titshow {
  display: none;
  width: 90%;
  font-size: 14px;
  line-height: 28px;
}

.jszc-show .boxs .xz:after {
    transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari and Chrome */
}


.jszc-show .list {
  padding: 20px 0;
  border-bottom: 1px solid #f5f5f5;
}

.jszc-show .list .left {
  width: 70%;
}

.jszc-show .list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jszc-show .list h5 {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  font-weight:normal;
}

.jszc-show .list .st {
  font-size: 14px;
  color: #949494;
  line-height: 25px;
  margin-top: 10px;
}

.jszc-show .list .right {
  font-size: 16px;
  color: #2b6aff;
}
.jszc-show .list:hover h5 {
  color: #2b6aff;
}

.nebanner .text .int {
  font-size: 32px;
  margin-top: 40px;
}


.nebanner .text .lis {
  margin-top: 90px;
  width: 500px;
}
.nebanner .text .lis span {
  display: inline-block;
  float: left;
  height: 24px;
  line-height: 24px;
  margin:10px 12px;
  position: relative;
}
.nebanner .text .lis span:nth-child(4n):after {
  display: none;
}
.nebanner .text .lis span:after {
  content: "";
  display: block;
  width: 2px;
  background: #fff;
  height: 100%;
  position: absolute;
  right: -12px;
  top: 0;
}
.nebanner .text .lis:after {
  display: block;
  clear: both;
  content: "";
}
.ketit {
  line-height: 60px;
  background: #191919;
}

.ketit .wrap {
  display: flex;
  justify-content: space-between;
}

.ketit h3 {
  font-size: 24px;
  color: #fff;
  font-weight: normal;
}

.ketit .int {
  font-size: 18px;
}
.ketit .int a {
  color: rgba(255,255,255,0.5);
  margin-right: 30px;
}

.ketit .int a.on {
  font-size: 24px;
  color: #fff;
}

.xxjd .wrapflex {
  padding-top: 80px;
  box-sizing: border-box;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}
.xxjd  .ggwz {
  color: #fff;
}

.txsj {
  background: #f5f7f9;
  margin-top: 0;
  padding: 80px 0 120px 0;
}
.txsj ul li .img {
  height: 20.052vw;
}

.wwhl .tfwt {
  margin-top: 0;
  padding: 0;
  background: none;
}
.wwhl .tfwt ul {
  margin-top: 0;
}

.wwhl .tfwt ul li .img {
  height: 14.33vw;
}
.kjhj {
  background: #f5f7f9;
}
.kjhj .img {
  height: 590px;
  margin-top: 30px;
}

.sxsy {
  padding: 80px 0 80px 0;
  margin-top: 0;
  background: #fff;
}

.cjxq {
  display: block;
  background: #f5f7f9;
  padding-bottom: 120px;
}

.cjxq ul {
  margin-top: 80px;
  margin-left: -1.6%;
}

.cjxq ul li {
  display: block;
  float: left;
  width: 31.7%;
  height: 25vw;
  margin-left: 1.6%;
  position: relative;
  overflow: hidden;
}
.cjxq ul li .img {
  width: 100%;
  height: 100%;
  display: block;
}
.cjxq ul li .img img  {
  width: 100%;
  display: block;
}
.cjxq ul li a {
  display: block;
  position: relative;
}
.cjxq ul li  .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 99;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}
.cjxq ul li  .text h3 {
  font-size: 40px;
  color: #fff;
}

.cjxq ul li  .text .int {
  display: block;
  margin-top: 30px;
  color: #fff;
  border:1px solid #fff;
  font-size: 18px;
  text-align: center;
  width: 170px;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}

.cjxq ul li  .text .int:hover {
  background: #2b6aff;
  color: #fff;
  border:1px solid #2b6aff;
}
.cjxq ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}

.cjxq ul li:hover::after {
  opacity: 1;
}

.cjxq ul li:hover .text {
  opacity: 1;
}

.nebanner5 {
  height: 860px;
}

.nebanner5 .img .text {
  align-items: flex-end !important;
}

.nebanner5 .img .text h3 {
  font-size: 64px;
  color: #333;
}
.nebanner5 .img .text .int {
  font-size: 32px;
  color: #333;
}
.nebanner5 .img .text .out {
  height: 63px;
  line-height: 63px;
  background: #2b6aff;
  border-radius: 5px;
  padding: 0 40px;
  font-size: 24px;
  margin-top: 40px;
  margin-right: 270px;
}

.qutx .img {
  height: 555px;
  margin-top: 10px;
}
.sqhz {
  background: #f5f7f9;
}
.sqhz .hz {
  height: 615px;
  overflow: hidden;
  position: relative;
}
.sqhz .hz:after {
  content: "";
  background: #f5f7f9;
  width: 100%;
  height: 1px;
  top: 0px;
  left: 0;
  position: absolute;
}

.sqhz .hz .boxs1 {
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(43,106,255,0.2);
  left: 50%;
  margin-left: -230px;
  bottom: -190px;
  text-align: center;
}
.sqhz .hz .boxs1 span {
  font-size: 59px;
  font-weight: bold;
  color: #2b6aff;
  margin-top: 170px;
  display: block;
}

.sqhz .hz .boxs2 {
  position: absolute;
  width: 724px;
  height: 724px;
  border-radius: 50%;
  background: rgba(43,106,255,0.1);
  left: 50%;
  margin-left: -362px;
  bottom: -312px;
  text-align: center;
}

.sqhz .hz .boxs3 {
  position: absolute;
  width: 1150px;
  height: 1150px;
  border-radius: 50%;
  left: 50%;
  margin-left: -575px;
  bottom: -570px;
  text-align: center;
  box-shadow:rgba(4,135,255,0.2) 0px 0px 1150px inset;
}

.sqhz .hz .boxs3 span {
  font-size: 28px;
  color: #2b6aff;
  margin-top: 80px;
  display: block;
  font-weight: bold;
}

.lfk {
  height: 860px;
}
.lfk .title {
  color: #fff;
}

.pobgd .ggwz {
  color: #333;
}

.qxsj {
  background: #f5f7f9;
  padding-bottom: 80px;
}

.qxsj .wrap {
  display: flex;
  margin-top: 100px;
  align-items: center;
  justify-content: center;
}
.qxsj .wrap .boxs {
  margin: 0 35px;
  position: relative;
}

.qxsj .wrap .boxs img {
  width: 253px;
  height: 352px;
  overflow: hidden;
}
.qxsj .wrap .boxs .st {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #949494;
  margin-top: 30px;
}

.qxsj .wrap .boxs .dz {
  position: absolute;
  right: 75px;
  top: 214px;
  display: flex;
  align-items: center;
}

.qxsj .wrap .boxs .dz .xian {
  width: 240px;
  height: 1px;
  background: #2b6aff;
}
.qxsj .wrap .boxs .dz  span {
  display: block;
  white-space:nowrap;
  font-size: 24px;
  margin-right: 20px;
  text-transform: uppercase;
  color: #949494;
}
.qxsj .point {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.point,.point::before{position: absolute;width: 10px; height: 10px; border-radius: 50%;content: ''; }
.point::before{animation: scale 2s infinite; }
@keyframes scale{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(4.5); opacity: 0;}}

.point,.point::before,.point::after{
/* è®¾ç½®é¢œè‰² */
background-color: #2b6aff}


.nebanner6 .img .text {
  align-items: center;
  justify-content: flex-start;
  margin-top: 80px;
}

.hddsxt {
  width: 810px;
  height: 455px;
  margin-top: 60px;
  position: relative;
}

.hddsxt .dd {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.hddsxt .dd img {
  width: 100%;
  display: block;
}
.hddsxt .dd .yuan {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border:10px solid #fff;
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -60px;
  margin-top: -60px;
}

.hddsxt .dd .yuan:after {
  content: ""; 
  width: 0px;
  height: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -13px;
  border-left: 38px solid #fff;
  border-top: 22px solid transparent;
  border-right: 38px solid transparent;
  border-bottom: 22px solid transparent;
}

.hddsxt #myVideo2 {
  position: relative;
  z-index: 9;
}

.ppxx {
  background: #f5f7f9;
  height: 860px;
}

.ppxx .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ppxx .ggwz {
  width: 615px;
}

.ppxx .ggwz .icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.ppxx .ggwz .icon .boxs {
  display: block;
  text-align: center;
}
.ppxx .ggwz .icon .boxs span {
  font-size: 20px;
  color: #333;
  margin-top: 10px;
  display: block;
}
.ppxx .ggwz .icon .boxs img {
  display: block;
  margin: 0 auto;
}

.jdyy {
  background: #000;
}
.jdyy .title {
  color: #fff;
}
.jdyy .img {
  height: 860px;
  margin-top: 90px;
}

.aqtp {
  height: 860px;
}
.aqtp .title {
  padding-top: 60px;
}

.ybdw {
  display: block;
}

.ybdw .bigboxs {
  color: #333;
  width: 80%;
  margin: 0 auto;
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ybdw .boxs {
  text-align: center;
}
.ybdw .boxs h3 {
  font-size: 36px;
}

.ybdw .boxs .st {
  font-size: 18px;
  line-height: 36px;
  margin-top: 45px;
}

.ybdw  .img {
  height: 515px;
}

.xxkj {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 860px;
}

.xxkj .ggwz {
  width: 600px;
  color: #333;
}

.ykq {
  background: #f5f7f9;
}

.ykq .title span i {
  width: 14px;
  height: 19px;
  background: url(../images/ly.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px;
}

.ykq .img {
  margin-top:0 auto;
  margin-top: 60px;
  text-align: center;
}

.lgsb {
  background: #161616;
}
.lgsb .title {
  color: #fff;
}
.lgsb .img {
  height: 583px;
  position: relative;
  margin-top: 55px;
}
.lgsb .img span {
  display: block;
  position: absolute;
  font-size: 14px;
  right: 0;
  color: #fff;
  bottom: 65px;
}

.dszb .img {
  height: 581px;
  margin-top: 60px;
  position: relative;
}
.dszb .img .boxs {
  width: 430px;
  height: 360px;
  padding-top: 90px;
  margin-left: 220px;
  display: block;
}
.dszb .img .swiper-slide {
  font-size: 46px;
  color: rgba(255,255,255,1);
  opacity: 0;
  justify-content: flex-start;
  font-weight: bold;
}

.dszb .img .swiper-slide-active {
  color: rgba(255,255,255,1) !important;
}

.dszb .yy {
  position: absolute;
  right: 405px;
  bottom: 135px;
  font-size: 28px;
  color: #0d7fff;
  z-index: 999;
}

.dszb .yy:after {
  content: "";
  display: block;
  position: absolute;
  right: -98px;
  top: 50%;
  width: 95px;
  height: 1px;
  background: #0d7fff;
}

.cpsp {
  display: block;
  padding: 90px 0 130px 0;
  background: #f5f7f9;
}

.cpsp .img {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.cpsp .img  .boxs {
  width: 640px;
  height: 480px;
  background: #fff;
  display:flex;
  align-items: center; 
}
.cpsp .img  .boxs img {
  width: 100%;
  display: block;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.cpsp .img .boxs:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.nebanner .int {
  line-height: 50px;
}

.dyck {
  margin-top: 130px;
}

.dyck .wrap {
  display: flex;
  justify-content: space-between;
}
.dyck .wrap  .boxs {
  width: 510px;
  text-align: center;
}
.dyck .wrap  .boxs h3 {
  font-size: 32px;
  color: #333;
}

.dyck .wrap  .boxs .st {
  margin-top: 40px;
  font-size: 24px;
  line-height: 36px;
}

.dyck .bigboxs {
  display: flex;
  margin-top: 45px;
  justify-content: space-between;
}

.jdhjk .wrap {
  margin-top: 70px;
}
.jdhjk .boxs {
  margin-left: 215px;
  position: relative;
}
.jdhjk .img {
  width: 225px;

}
.jdhjk .img img {
  width: 100%;
  display: block;
}

.jdhjk .out {
  position: absolute;
  left: 390px;
  top: 0;
}
.jdhjk .out span {
  font-size: 30px;
  color: #333;
  display: block;
  position: relative;
}

.jdhjk .out span:nth-child(1) {
  margin-top: 124px;
}

.jdhjk .out span:nth-child(2) {
  margin-top: 75px;
}

.jdhjk .out span:nth-child(3) {
  margin-top: 118px;
}

.jdhjk .out span::after {
  content: "";
  display: block;
  width: 135px;
  position: absolute;
  left: -185px;
  height: 1px;
  background: #2b6aff;
  top: 50%;
}
.jdhjk .out span:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -200px;
  top: 50%;
  margin-top: -8px;
  background: #2b6aff;
  border-radius: 50%;
}


.txcj {
  height: 690px;
}


.txcj .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.txcj h3 {
  font-size: 52px;
  color: #fff;
}

.txcj .boxs {
  margin-top: 40px;
}
.txcj .boxs  ul {
  display: flex;
  flex-wrap:wrap;
  width: 100%;
  justify-content: space-around;
}
.txcj .boxs  ul li {
  margin-top: 60px;
  color: #fff;
  width: 50%;
  padding-left: 150px;
  box-sizing: border-box;
}
.txcj .boxs  ul li h4 {
  font-size: 32px;
  font-weight: normal;
}
.txcj .boxs  ul li  span {
  display: block;
  font-size: 18px;
  margin-top: 25px;
  color: #efefef;
}

.dsgn {
  height: 1025px;
}
.dsgn .title {
  padding-top: 100px;
}


.gnxq {
  background: #040505;
  padding-bottom: 160px;
}
.gnxq .title {
  padding-top: 100px;
  color: #fff;
}

.gnxq ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}


.gnxq ul li {
  display: block;
  width: 47.8%;
  box-sizing: border-box;
  float: left;
  padding: 50px;
  margin-top: 60px;
  position: relative;
}

.gnxq ul li .icon {
  width: 98px;
  height: 98px;
  margin-top: 8px;
  display: block;
  position: relative;
}
.gnxq ul li .icon:before {
  content: "";
  display: block;
  width: 114%;
  height: 114%;
  left: -7%;
  top: -7%;
  position: absolute;
  border-radius: 50%;
  border:1px solid rgba(255,255,255,0.1);
}

.gnxq ul li .icon:after {
  content: "";
  display: block;
  width: 132%;
  height: 132%;
  left: -16%;
  top: -16%;
  position: absolute;
  border-radius: 50%;
  border:1px solid rgba(255,255,255,0.1);
}

.gnxq ul li  .text  {
  position: absolute;
  left: 210px;
  top: 50px;
  right:50px;
}
.gnxq ul li  .text h3 {
  font-size: 32px;
  color: #fff;
  font-weight: normal;
}
.gnxq ul li  .text span {
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  color: rgba(255,255,255,0.5);
  display: block;
  margin-top: 15px;
}
.gnxq ul li:hover h3 {
  color: #518aff;
}

.xhtc {
  background: #f5f7f9;
}

.xhtc .title {
  color: #333;
}
.xhtc ul li {
  background: #fff;
}

.xhtc ul li .icon:before {
  border:1px solid #e5ebf6;
}
.xhtc ul li .icon:after {
  border:1px solid rgba(234,241,245,0.4)
}

.xhtc ul li  .text h3 {
  color: #333;
}
.xhtc ul li  .text span {
  color: #333;
}

.xhtc ul li:hover h3 {
  color: #518aff;
}
.glsb {
  height: 859px;
}
.glsb .wrap {
  margin-top: 110px;
}
.glsb .title {
  color: #fff;
}
.tpwg {
  background: #f5f7f9;
  padding-bottom: 60px;
}
.tpwg .title {
  color: #333;
  padding-top: 110px;
}

.tpwg .wrap {
  margin-top: 60px;
}

.tpwg .boxs {
  margin-top: 45px;
}
.tpwg .boxs div {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 19px;
  color: #424343;
  margin-top: 20px;
}
.tpwg .boxs b {
  font-size: 44px;
  color: #f08519;
  margin-right: 3px;
}

.tpwg .boxs a {
  padding:15px 18px;
  font-size: 20px;
  color: #f08519;
  margin-left: 20px;
  border:2px solid #f08519;
}


.nbbanner9 .img .text {
  color: #333;
}

.nbbanner9 .img .text h3 {
  font-size: 64px;
}
.nbbanner9 .img .text .int {
  font-size: 24px;
}

.nbbanner9 .img .iptv {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.nbbanner9 .img .iptv div {
  display: inline-block;
  margin-right: 80px;
  text-align: center;

}

.nbbanner9 .img .iptv strong {
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin-top: 20px;
}

.hmqx .title {
  padding-top: 110px;
}

.hmqx .img {
  margin: auto;
  margin-top: 40px;
  width: 1077px;
  height: 612px;
  position: relative;
}

.hmqx .img span {
  font-size: 28px;
  color: #fff;
  position: absolute;
  bottom: 25px;
  display: block;
  text-shadow: 0 2px 3px rgba(5,8,15,0.25);
}
.hmqx .img span:nth-child(1) {
  left: 35px;
}
.hmqx .img span:nth-child(2) {
  left: 305px;
}
.hmqx .img span:nth-child(3) {
  right: 35px;
}
.fqmq {
  margin-top: 110px;
  height: 860px;
}
.fqmq .list {
  padding-top: 50px;
  margin-left: 40px;
}

.fqmq .title {
  color: #fff;
}

.fqmq .list .boxs {
  display: flex;
  align-items: center;
  margin-top: 100px;
}
.fqmq .list .boxs span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-right: 95px;
}
.fqmq .list .boxs:nth-child(1) span {
  margin-right: 120px;
}

.fqmq .int {
  margin-top: 150px;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  color: rgba(255,255,255,0.8);

}

.zxgl {
  height: 860px;
}

.scbz {
  background: #f5f7f9;
  padding-bottom: 60px;
}

.scbz .wrap {
  display: flex;
  margin-top: 90px;
  justify-content: space-between;
}

.scbz .wrap .img {
  position: relative;
}

.scbz .wrap .img b {
  position: absolute;
  left: 40px;
  top:30px;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
}

.smbd {
  height: 1180px;
}

.smbd .title {
  color: #fff;
}

.wjx {
  height: 1078px;
}

.wjx .list ul {
  display: flex;
  width: 800px;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 40px;
  justify-content: center;
}

.wjx .list ul li {
  display: inline-block;
  margin: 20px 25px;
}

.wjx .list .st {
  display: block;
  font-size: 24px;
  color: #949494;
  margin-top: 40px;
}

.canshu {
  margin-top: 110px;
}

.canshu h3 {
  font-size: 36px;
}

.table {
  margin-top: 50px;
  width: 100%;
}

.table tr,.table td {
  border:1px solid #e4e4e4;
  line-height: 55px;
  padding: 10px 0;
  text-align: center;
  width: 25%;
  font-size: 20px;
}
.table span {
  display: block;
  line-height: 34px;
}

.table tr:nth-child(odd) {
  background: #f5f7f9;
}

/*.table .clo {
  color: rgba(0,0,0,0.5);
}
*/
.table3 tr,.table3 td {
  width: 20%;
}

.nebanner10 .img .text {
  align-items: center;
}
.jxal .bd .boxs {
  height: auto;
}
.jxal .allist {
  display: block;
}
.jxal .allist  ul {
  margin-left: -2%;
}
.jxal .allist  ul:after {
  content: "";
  display: block;
  clear: both;
}
.jxal .allist  ul li {
  width: 23%;
  margin-left: 2%;
  float: left;
  margin-top: 30px;
}
.jxal .allist  ul li a {
  display: block;
}
.jxal .allist  ul li .img {
  width: 100%;
  height: 11.98vw;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.jxal .allist  ul li .img  img {
  width: 100%;
  display: block;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}
.jxal .allist  ul li h4 {
  font-size: 24px;
  color: #333;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  margin-top: 10px;
  font-weight: normal;
}
.jxal .allist  ul li .st {
  display: block;
  font-size: 16px;
  color:#949494;
  margin-top: 2px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.jxal .bd {
  margin-top: 50px;
}

.jxal .allist  ul li:hover h4 {
  color: #2b6aff;
}
.jxal .allist  ul li:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


#container {
  float: left;
}
.dtso {
  float: right;
  width: 440px;
  margin-top: 110px;
  position: relative;
}

.smboxs {
  height: 50px;
}

.dtso #select {
   width: 165px;
   cursor: pointer;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #2b6aff;
}
.dtso #select option {
  font-size: 16px;
}
.dtso .bx {
  width: 165px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 50px;
  color: #fff;
  right: 50px;
  position: absolute;
  margin-top:0;
  text-align: center;
  background: #2b6aff;
}
.dtso span {
display: block;
text-align: center;
line-height: 50px;
}
.dtso .bd {
background: #f5f5f5;
height: 510px;
padding: 25px 40px;
box-sizing: border-box;
}

.dtso .bd .boxs {
  height: 415px;
  overflow-x: hidden;
  display: none;
}
.dtso .bd .boxs span {
  font-size: 20px;
  color: #333;
  display: block;
  line-height: 50px;
  text-align: left;
}
.dtso .bd .boxs::-webkit-scrollbar{
width:8px;
background: #e2e2e2;
}
.dtso .bd .boxs::-webkit-scrollbar-track-color {
}
.dtso .bd .boxs::-webkit-scrollbar-thumb{
background: #9f9f9f;
border-radius:10px;
}
.dtso .bd .boxs::-webkit-scrollbar-thumb:hover{
background: #c1c1c1;
}
.dtso .bd .boxs::-webkit-scrollbar-corner{
background: #505050;
}

.dtso #select::-webkit-scrollbar{
width:8px;
background: #e2e2e2;
}
.dtso #select::-webkit-scrollbar-track-color {
}
.dtso #select::-webkit-scrollbar-thumb{
background: #9f9f9f;
border-radius:10px;
}
.dtso #select::-webkit-scrollbar-thumb:hover{
background: #c1c1c1;
}
.dtso #select::-webkit-scrollbar-corner{
background: #505050;
}

/* ones add */
.slideHeader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0,0,0,0.9);
}
.ggfa .wbimg {
  position: relative;
}
.ggfa .wbimg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9;
  filter:alpha(opacity=0);   
  -moz-opacity:0;   
  -khtml-opacity: 0;   
  opacity: 0; 
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}

.ggfa .link {
  display:flex;
  position: relative;
  z-index: 999;
  height: 100%;
  align-items: center;
  justify-content: center;
  filter:alpha(opacity=0);   
  -moz-opacity:0;   
  -khtml-opacity: 0;   
  opacity: 0; 
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}
.ggfa .link a {
  display: inline-block;
  margin: 0 53px;
  background: #fff;
  color: #333;
  font-size: 18px;
  text-align: center;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
  border-radius: 5px;
}

.ggfa .wbimg:hover .link {
  filter:alpha(opacity=100);   
  -moz-opacity:1;   
  -khtml-opacity: 1;   
  opacity: 1; 
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}

.ggfa .wbimg:hover::after {
  filter:alpha(opacity=100);   
  -moz-opacity:100;   
  -khtml-opacity: 100;   
  opacity: 100; 
}

.jwrh .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.dyh .bd .boxs a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.dyh .bd .boxs span {
  display: block;
  background: #000;
  border-radius: 5px;
  color: #fff;
  filter:alpha(opacity=0);   
  -moz-opacity:0;   
  -khtml-opacity: 0;   
  opacity: 0; 
  font-size: 18px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}
.dyh .bd .boxs:hover span {
  filter:alpha(opacity=100);   
  -moz-opacity:1;   
  -khtml-opacity: 1;   
  opacity: 1; 
}
.qxsj .wrap .boxs img {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}
.qxsj .wrap .boxs:nth-child(1)  img:hover {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}

.pfdh {
  position: relative;
}
.pfdh .boxs {
  height: 64px;
  line-height: 64px;
  padding: 0 40px;
  font-size: 24px;
  display: inline-block;
  border-radius: 64px 64px 64px 0;
  background: rgba(255,255,255,0.6);
  position: absolute;
  color: #333;
}

.pfdh .boxs:nth-child(1) {
  top: 220px;
  left: 0px; 
  animation: qiu 2.5s linear infinite;
  -webkit-animation: qiu 2.5s linear infinite;
  animation-direction:alternate;
  -webkit-animation-direction:alternate; /* Safari 和 Chrome */
}
.pfdh .boxs:nth-child(2) {
  top: 135px;
  left: 225px; 
  animation: qiu2 4s linear infinite;
  -webkit-animation: qiu2 4s linear infinite;
  animation-direction:alternate;
  -webkit-animation-direction:alternate; /* Safari 和 Chrome */
}
.pfdh .boxs:nth-child(3) {
  top: 300px;
  left: 180px; 
  animation: qiu3 3s linear infinite;
  -webkit-animation: qiu3 3s linear infinite;
  animation-direction:alternate;
  -webkit-animation-direction:alternate; /* Safari 和 Chrome */
}
.pfdh .boxs:nth-child(4) {
  top: 140px;
  right: 240px; 
  border-radius: 64px 64px 0px 64px;
    animation: qiu2 4s linear infinite;
  -webkit-animation: qiu2 4s linear infinite;
  animation-direction:alternate;
  -webkit-animation-direction:alternate; /* Safari 和 Chrome */
}
.pfdh .boxs:nth-child(5) {
  top: 300px;
  right:180px; 
    animation: qiu3 3s linear infinite;
  -webkit-animation: qiu3 3s linear infinite;
  animation-direction:alternate;
  -webkit-animation-direction:alternate; /* Safari 和 Chrome */
}
.pfdh .boxs:nth-child(6) {
  top: 200px;
  right: 0; 
   animation: qiu 2.5s linear infinite;
  -webkit-animation: qiu 2.5s linear infinite;
  animation-direction:alternate;
  -webkit-animation-direction:alternate; /* Safari 和 Chrome */
}

/*@keyframes qiu
{
  from {
    transform: translate(0px,0px);
    -ms-transform: translate(0px,0px); 
    -webkit-transform: translate(0px,0px); 
  }
  to {
    transform: translate(20px,40px);
    -ms-transform: translate(20px,40px); 
    -webkit-transform: translate(20px,40px); 
  }
}


@-webkit-keyframes qiu 
{
  from {
    transform: translate(0px,0px);
    -ms-transform: translate(0px,0px); 
    -webkit-transform: translate(0px,0px); 
  }
  to {
    transform: translate(10px,30px);
    -ms-transform: translate(10px,30px); 
    -webkit-transform: translate(10px,30px); 
  }
}

@keyframes qiu2
{
  from {
    transform: translate(0px,0px);
    -ms-transform: translate(0px,0px); 
    -webkit-transform: translate(0px,0px); 
  }
  to {
    transform: translate(-30px,45px);
    -ms-transform: translate(-30px,45px); 
    -webkit-transform: translate(-30px,45px); 
  }
}


@-webkit-keyframes qiu2 
{
  from {
    transform: translate(0px,0px);
    -ms-transform: translate(0px,0px); 
    -webkit-transform: translate(0px,0px); 
  }
  to {
    transform: translate(-10px,50px);
    -ms-transform: translate(-30px,50px); 
    -webkit-transform: translate(-30px,50px); 
  }
}


@keyframes qiu3
{
  from {
    transform: translate(0px,0px);
    -ms-transform: translate(0px,0px); 
    -webkit-transform: translate(0px,0px); 
  }
  to {
    transform: translate(-35px,80px);
    -ms-transform: translate(-35px,80px); 
    -webkit-transform: translate(-35px,80px); 
  }
}


@-webkit-keyframes qiu3 
{
  from {
    transform: translate(0px,0px);
    -ms-transform: translate(0px,0px); 
    -webkit-transform: translate(0px,0px); 
  }
  to {
    transform: translate(15px,15px);
    -ms-transform: translate(15px,15px); 
    -webkit-transform: translate(15px,15px); 
  }
}
*/
.pfdh .boxs:hover {
  animation-play-state:paused;
  -webkit-animation-play-state:paused; /* Safari 和 Chrome */
  background: rgba(255,255,255,1);
}

.header .nav .sub2 {
  display: none;
  position: absolute;
  left: 0;
  top: 82px;
  width: 100%;
  padding: 30px 0px;
  background: #fff;
  z-index: 20;
}
.header .nav .sub2 .wrap {
  padding:0 60px;
  position: relative;
  box-sizing: border-box;
}

.header .nav .sub2 .swiper-slide {
  display: block;
  background: #f5f7f9;
  padding: 40px 0 15px 0;
}

.header .nav .sub2 span {
  display: block;
  text-align: center;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-top: 15px;
}

.header .nav .sub2 img {
  width: 200px;
  display: block;
  margin: auto;
}
.header .nav .sub2 a {
  display: block;
}
.header .nav .sub2 a:hover span {
  color: #2b6aff;
}

.swiper-button-prevcp:after  {
  content: "";
  width: 16px;
  height: 25px;
  background:url(../images/aroow5.png) !important; 
  background-size: 100%;
  transform: rotate(180deg);
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Safari and Chrome */
}
.swiper-button-nextcp:after  {
  content: "";
  width: 16px;
  height: 25px;
  background:url(../images/aroow5.png) !important; 
  background-size: 100%;
}



.qd {
  position: absolute;
  left:50%;
  opacity: 0;
  margin-left: -35px;
  bottom: 4px;
  font-size: 12px;
  color: #fff;
  background: #808080;
  height:24px;
  line-height:24px;
  width: 70px;
  border-radius:26px;
  text-align: center;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}

.qd:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #808080;
}
.header .nav ul li .js {
  position: relative;
}
.header .nav ul li .js:hover .qd {
  opacity: 1;
}
.header .nav ul li .js:hover {
  color: rgba(255,255,255,0.5);
}

.weixin {
  position: relative;
}
.weixin:hover .evms {
  visibility: visible;
  opacity: 1;
}
.weixin .evms {
  position: absolute;
  left: 50%;
  top: -147px;
  width: 123px;
  height: 123px;
  border: 5px solid #fff;
  border-radius: 5px;
  margin-left: -63px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}

.weixin .evms:before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
}
.zxzx {
  margin-left:10px;
}



/* 移动端菜单  */
.hamburger {
  padding:0;
  text-align: center;
  position: fixed;
  top:30px;
  right: 2%;
  z-index: 9999999;
  display: none;
}

.hamburger-inner::before {
  top: -18px;
}
.hamburger--collapse .hamburger-inner::after {
  top: -9px;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger-box {
  width:25px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  height:3px;
  width: 25px;
  background: #fff;
}


