body,
html {
  padding: 0;
  margin: 0;
  font-size: 14px;
  overflow-x: hidden;
}



/* body.hidden{
  height: 100vh;
  overflow-y: hidden;
} */
* {
  margin: 0;
  padding: 0;
}
a,
a:hover {
  color: inherit;
  text-decoration: inherit;
}
li,
ul {
  list-style: none;
}
.inner{
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1400px;
}
header{
  background: #fff;
  box-shadow: 0 0 8px 0 #ccc;
  height: 90px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 110;
  width: 100%;
}
header .inner{
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1670px;
}
header .inner .logo{
  width: 225px;
}
header .inner .logo img{
  width: 100%;
  height: auto;
}
header .inner .navContainer{
  margin-left: auto;
  margin-right: auto;
}
header .inner .navContainer li{
  float: left;
  height: 90px;
  line-height: 90px;
  font-size: 16px;
}
header .inner .navContainer li > a{
  display: block;
   height: 90px;
  line-height: 90px;
  font-size: 16px;
  padding: 0 30px;
}
header .inner .navContainer li:hover >a{
  background: #1f408a;
  color: #fff;
}
header .inner .navContainer li .sub{
  position: relative;
  z-index: 100;
  width: 120%;
  margin-left: -10%;
  background: rgba(31,64,138,0.8);
  display: none;
}
header .inner .navContainer li .subItem {
  height: 40px;
  line-height: 40px;
}
header .inner .navContainer li .subItem a{
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
header .inner .navContainer li .subItem a:hover{
  background: #1f408a;
}
header .inner .navContainer li:hover .sub{
  display: block;
}
header .search {
  cursor: pointer;
}
header .search img{
  margin-top: 5px;
}
header .searchContainer{
  position: absolute;
  height: 80px;
  z-index: 66;
  background: rgba(255,255,255,0.6);
  left: 0;
  top: 90px;
  right: 0;
  display: none;
}
header .searchContainer .searchBox{
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  width: 310px;
  height: 48px;
  box-shadow: 0 0 8px 0 #ccc;
  background: #fff;
}

header .searchContainer .searchBox input{
    display: inline-block;
    height: 48px;
    padding-left: 25px;
    padding-right: 5px;
    border: none;
    margin-left: 10px;
    border: none;
    outline: none;
}
header .searchContainer .searchBox .inputBox img{
  width: 20px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
header .searchContainer .searchBox .btn{
  width: 80px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #1f408a;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
header .searchContainer .searchBox input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
}
header .searchContainer .searchBox  .close{
  cursor: pointer;
  width: 26px;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
header .searchContainer .searchBox  .close img{
  width: 100%;
}
.header_menu{
  position: fixed;
  height: 50px;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
}
.header_menu .inner{
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_menu .inner .logo {
  display: flex;
}
.header_menu .inner .logo img{
  height: 25px;
}
.header_menu .inner  .menu_box img{
  width: 30px;
}
.rightNav{
  left: 100vw;
  top: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #ffff;
  z-index: 9999;
  transition: all 0.6s ease;
  padding: 0 15px;
  box-sizing: border-box;
}
.rightNav .top{
  display: flex;
  justify-content: flex-end;
  padding: 20px 20px 30px 0;
}
.rightNav .close img{
  width: 25px;
}
.rightNav ul li{
  border-bottom: 1px solid #eee;
}
.rightNav ul li a{
  display: block;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  color: #333;
  position: relative;
}
.rightNav ul li a .arrow{
  display: block;
  position: absolute;
  right: 16%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.rightNav ul li a .arrow img{
  width: 20px;
  transition: .3s;
}
.rightNav ul li  .sub{
  display: none;
}
.rightNav ul li  .sub a{
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.rightNav ul li.active .arrow img{
  transform: rotate(90deg);
}
/* 首页banner */


/* 新闻资讯 */
.inBanner{
  margin-top: 90px;
  height: 750px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  position: relative;
}
.inBanner.banner1{
  background: url(../images/nbanner1.jpg);
}
.inBanner.banner2{
  background: url(../images/nbanner2.jpg);
}
.inBanner.banner3{
  background: url(../images/nbanner3.jpg);
}
.inBanner.banner4{
  background: url(../images/nbanner4.jpg);
}
.inBanner.banner5{
  background: url(../images/nbanner5.jpg);
}
.inBanner.banner6{
  background: url(../images/nbanner6.jpg);
}

.inBanner .txt{
  color: #fff;
  font-size: 76px;
  line-height: 80px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
}
.inBanner .mouse{
  width: 44px;
  position: absolute;
  left: 50%;
  margin-left: -22px;
  bottom: 15px;
  z-index: 10;
  animation: dong 3s infinite;
}
@-webkit-keyframes dong {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  50% {
    opacity: 1;
    transform: translateY(-15px);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
.inNav{
  height: 80px;
  border-bottom: 1px solid #dcdcdc;
}
.inNav a{
  font-size: 16px;
  padding: 0 30px;
  display: inline-block;
  line-height: 80px;
  position: relative;
}
.inNav a::after{
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  display: block;
  background: #ccc;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.inNav a:hover{
  color:#1f408a;
}
.inNav a.active{
  color:#1f408a;
}
.inNav a::before{
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  background-color: #1f408a;
  transform: scaleX(0);
  height: 3px;
  width: 100%;
  transition: all .3s;
}
.inNav a:hover::before{
 transform: scaleX(1);
}
.inNav a.active::before{
 transform: scaleX(1);
}
.newsUl{
  padding: 80px 0;
}
.newsUl li{
  margin: 10px 0;
}
.newsUl li a{
  padding: 10px;
  display: block;
  background-color: rgba(247,247,247,.9);
}
.newsUl li .img{
  width: 200px;
  height: 160px;
  overflow: hidden;
  float: left;
}
.newsUl li .img div{
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.newsUl li .rcon{
  margin-left: 260px;
}
.newsUl li a{
  display: block;
  height: auto;
  overflow: hidden;
}
.newsUl li .rcon .conBox{
  padding-top: 30px;
  width: calc(100% - 200px);
  float: left;
}
.newsUl li .rcon .conBox h2{
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #1f408a;
  margin-bottom: 10px;
}
.newsUl li .rcon .conBox p{
  white-space: normal;
  line-height: 30px;
  color: #666;
  margin-bottom: 20px;
}
.newsUl li .rcon .rdate{
  box-sizing: border-box;
  padding-right: 30px;
  padding-top: 25px;
  float: right;
  width: 200px;
  text-align: right;
}
.newsUl li .rcon .rdate h3{
  color: #1f408a;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 45px;
}
.newsUl li .rcon .rdate .more{
  width: 80px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #1f408a;
  color: #1f408a;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  transition: .3s;
  margin-right: 30px;
}
.newsUl li  a:hover .rcon .rdate .more{
  margin-right: 0;
  background-color: #fff;
  border: 1px solid #fff;
  color: #1f408a;
}
.newsUl li  a:hover .rcon .rdate h3{
  color: #fff;
}
.newsUl li a:hover{
  background-color: #1f408a;
}
.newsUl li a:hover .rcon .conBox h2,.newsUl li a:hover .rcon .conBox p{
  color: #fff;
}
.pageNation .inner{
  text-align: center;
}
.pageNation .ppage{
  margin: 0 1px;
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height:30px;
  border-radius: 6px;
  border: 1px solid #eee;
  text-align: center;
  line-height: 30px;
  background-color: #d9d9d9;
  color: #fff;
}
.pageNation .pageNum{
  display: inline-block;
}
.pageNation .pageNum a{
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height:30px;
  border-radius: 6px;
  border: 1px solid #eee;
  text-align: center;
  line-height: 30px;
  margin: 0 1px;
}
.pageNation{
  margin-bottom: 80px;
}
.pageNation .pageNum a.active{
  background-color: #1f408a;
  color: #fff;
  border-color: #1f408a;
}
.pageNation .ppage a{
  background-color: #fff;
  color: #333;
  display: block;
}
.footer{
  background-color: rgba(51, 51, 51, 1);
  padding: 60px 0 35px  0;
}
.footer .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .top .r a{
  color: #fff;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  width: 87px;
  display: inline-block;
  text-align: center;
}
.footer .top .r a:hover{
  background-color: #1f408a;
}

.footer .bottom{
  padding: 66px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.footer .bottom .l p{
  color: #818181;
  font-size: 14px;
  line-height: 28px;
}
.footer .bottom .r img{
  width: 86px;
}
.footer .bottom .r p{
  color: #fff;
  font-size: 16px;
  margin-bottom: 18px;
}
.footer .bottom .r img{
  margin: 5px 0 0 0;
}
.footer .bottom .r p.p2{
  font-size: 20px;
  margin-bottom: 10px;
}
.footer .bottom .r p.p1{
  font-size: 14px;
}
.footer .bottom .r p.code{
  margin-bottom:8px;
}
.footer .bottom .r p.p1{
  color: #818181;
}
.newsCont{
  padding: 80px 0;
}
.newsCont .position{
  position: relative;
  padding-left: 26px;
  margin-bottom: 120px;
}
.newsCont .position::before{
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/location.png);
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.newsCont .newsTop{
  font-size: 24px;
  text-align: center;
}
.newsCont .newsBody{
  padding: 80px 0 45px 0;
  font-size: 16px;
  line-height: 28px;
}
.newsCont .newsTrans{
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.newsCont .newsTrans p{
  display:flex;
  font-size: 15px;
}
.proUl{
  height: auto;
  overflow: hidden;
  padding: 80px 0 60px 0;
}
.proUl li{
  float: left;
  margin-left: 2%;
  width: calc(94% / 4);
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.proUl li:nth-child(4N+1){
  margin-left: 0;
}
.proUl li .img{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 380px;
  overflow: hidden;
}
.proUl li .img img{
  max-width: 98%;
  vertical-align: bottom;
  transition: .3s;
}
.proUl li .txt{
  border-top: 1px solid #e5e5e5;
  padding: 20px 15px;
  font-size: 20px;
  color: #333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.proUl li a:hover .txt{
  border-top:1px solid #1f408a;
  background-color: #1f408a;
  color: #fff;
}
.proUl li a:hover .img img{
  transform: scale(1.1);
}
.yftitle {
  padding: 80px 0 50px 0;
}
.yftitle h2{
  font-weight: normal;
  font-size: 42px;
  color: #1f408a;
}
.yftitle h3{
  color:#b4b4b4;
  font-weight: normal;
  font-size: 20px;
}
.yfsec1 .itemBox{
  height: auto;
  overflow: hidden;
}
.yfsec1 .itemBox  .item{
  float: left;
  margin-left: 5%;
  width: 30%;
}
.yfsec1 .itemBox  .item .img{
  position: relative;
  z-index: 1;
}
.yfsec1 .itemBox  .item:nth-child(1){
  margin-left: 0;
}
.yfsec1 .itemBox  .item img{
  width: 100%;
}

.yfsec1 .itemBox  .item .txt{
  width: 88%;
  text-align: center;
  padding: 25px 35px;
  background-color: #fff;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: -45px;
  position: relative;
  z-index: 2;
}

.yfsec1 .itemBox  .item .txt h2{
  color: #1f408a;
  font-size: 24px;
  margin-bottom: 10px;
}

.yfsec1 .itemBox  .item .txt p{
  color: #858585;
  font-size: 16px;
}
.yfsec2{
  padding: 80px 0 0 0;
}
.yfsec3 img{
  margin-bottom: 45px;
}
.yfsec1 .more{
  border: 1px solid #fff;
  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #1f408a;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.yfsec1 .more:hover{
  background-color: #fff;
  color: #1f408a;
  border: 1px solid #1f408a;
}
.yfsec3 img{
  width: 100%;
  margin-bottom: 10px;
}
.yfsec2 img{
  width: 100%;
}
.electUl{
  height: auto;
  overflow: hidden;
}
.electUl li{
  cursor: pointer;
  float: left;
  margin-left: 2%;
  width: calc(94% / 4);
  margin-bottom: 30px;
  box-sizing: border-box;
}
.electUl li:nth-child(4n+1){
  margin-left: 0;
}
.electUl {
  padding: 80px 0;
}
.electUl li .img{
  width: 100%;
  height: 220px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.electUl li h2{
  font-size: 18px;
  margin: 18px 0 10px 0;
}
.electUl li a{
  font-style: italic;
  margin-right: 5px;
  color: #1f408a;
}
.eleBox{
  padding: 80px 0;
}
.eleBox p{
  font-size: 16px;
  line-height: 40px;
}
.problemBox{
  padding: 80px 0;
}
.problemBox li{
  border-bottom: 1px solid #eee;
}
.problemBox li .body{
  padding: 22px 0;
  font-size: 16px;
  line-height: 30px;
  display: none;
}
.problemBox li .title{
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 15px 20px 40px;
  cursor: pointer;
}
.problemBox li .title::before{
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/problem1.png);
  background-size:20px;
  background-position: center center !important;
  background-repeat: no-repeat;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.problemBox li.active .title::before{
  background: url(../images/problem2.png);
  background-size: 22px;
  background-position: center center !important;
  background-repeat: no-repeat;
}
.problemBox li.active .title{
  background: rgba(0,0,0,0.03);
}
.contact1{
  padding: 80px 0;
}
.infomation{
  background-color: #1f408a;
  padding: 55px 50px;
}
.infomation .tit{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.infomation .line{
  width: 200px;
  height: 1px;
  background-color: #fff;
  margin: 20px 0 35px 0;
}
.infomation ul{
  height: auto;
  overflow: hidden;
}
.infomation ul li{
  float: left;
  width: 50%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.map{
  height: 400px;
  border: 1px solid #ccc;
  margin-bottom: 80px;
}
.online{
  background-color: rgba(247,247,247,1);
  margin: 80px 0;
  padding: 45px 30px;
}
.online .tit{
  text-align: center;
  margin-bottom: 40px;
}
.online .tit h2{
  font-weight: normal;
  font-size: 38px;
  color: #1f408a;
}
.online .tit h3{
  color: #b4b4b4;
  font-weight: normal;
  font-size: 20px;
}
.online .tit .line{
  display: inline-block;
  width: 60px;
  height: 3px;
  background-color: #1f408a;
}
.proCon{
  padding-top: 80px;
  height: auto;
  overflow: hidden;
  padding-bottom: 30px;
}
.proCon .l{
  width: 600px;
  float: left;
}
.proCon .l .imgCon{
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #eee;
}
.proCon .l .imgCon img{
  max-width: 90%;
  max-height: 100%
}
.proCon img.timg{
  max-width: 100%;
}
.proCon .r{
  margin-left: 640px;
}
.proCon .r h2{
  font-weight: normal;
  font-size: 30px;
}
.proCon .r h3{
  font-weight: normal;
  font-size: 14px;
  color: #999;
  margin: 25px 0 40px 0;
}
.proCon .r a{
  margin-right: 10px;
  display: inline-block;
  width: 140px;
  height: 40px;
  background: #1f408a;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
.thlist{
  margin-top: 20px;
  position: relative;
  padding: 0 30px;
  height: 100px;
}
.thlist .thumb-prev{
  width: 30px;
  height: 100px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
}
.thlist .thumb-next{
  width: 30px;
  height: 100px;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
}
.thlist .thumb-prev img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.thlist .thumb-next img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) rotate(180deg);
}
.thumberList{
  overflow: hidden;
  padding: 5px 0;
}
.thumberList .swiper-slide{
  height: 100px;
}
.thumberList .swiper-slide > div{
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  overflow: hidden;
}
.thumberList .swiper-slide > div.active{
  border: 2px solid #1f408a;
  height: 96px;
  width: calc(100% - 4px);
}
.thumberList .swiper-slide > div img{
  max-width: 80%;
}
.desTit{
  height: 40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  margin-top: 40px;
}
.desTit span{
  display: block;
  width: 100px;
  height: 40px;
  background: #1f408a;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
}
.nextBox{
  display: flex;
  justify-content: space-between;
  margin: 80px 0 30px 0;
}
.recomdBox{
  margin: 50px 0;
  overflow: hidden;
}
.recomdBox .t{
  text-align: center;
  font-size: 24px;
  margin-bottom: 70px;
}
.recomdList{
  margin: 0 50px;
  position: relative;
}
.recomdList .swiper-slide .img{
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  overflow: hidden;
  position: relative;
}
.recomdList .swiper-slide .img > div{
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
}
.recomdList .swiper-slide .img img{
  z-index: 1;
  position: relative;
  max-width: 90%;
  transition: .3s;
}
.recomdList .swiper-slide{
  cursor: pointer;
}
.recomdList .swiper-slide:hover .img img{
  transform: scale(1.1);
}
.recomdList .swiper-slide .title{
  text-align: center;
  padding: 18px 0;
  font-size: 16px;
}
.recomdList .swiper-slide:hover .title{
  background: #1f408a;
  color: #fff;
}

.recomdList .recomd-prev{
  width: 30px;
  height: 100px;
  background-color: #ccc;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}
.recomdList .recomd-prev img{
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.recomdList .recomd-next{
  width: 30px;
  height: 100px;
  background-color: #ccc;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}
.recomdList .recomd-next img{
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(180deg);
}
.recomdList .swiper-slide:hover .img{
  border-bottom: none;
}
.recomdList .swiper-slide .img .cover{
  opacity: 0;
  display: flex;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
.recomdList .swiper-slide .img .cover h2{
  color: #fff;
  font-weight: normal;
  margin-bottom: 40px;
}
.recomdList .swiper-slide .img .cover .more{
  width: 120px;
  height: 35px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  background-color: #1f408a;
}
.recomdList .swiper-slide:hover .img .cover{
  opacity: 1;
}
.absec1{
  padding: 80px 0;
}
.absec1 .item{
  text-align: center;
  float: left;
  width: 33.33%;
  position: relative;
}
.absec1 .item h2{
  color: #1f408a;
  font-size: 50px;
}
.absec1 .item p{
  font-size: 18px;
}
.absec1 .inner{
  height: auto;
  overflow: hidden;
}
.absec1 .item::after{
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.absec2{
  background: url(../images/ab_bg1.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
}
.absec2 .cont{
  float: right;
  width: 55%;
}
.absec2 .inner{
  height: auto;
  overflow: hidden;
  padding: 80px 0;
}
.absec2 .cont .t{
  color: #fff;
  margin: 45px 0 30px 0;
}
.absec2 .cont .t h2{
  font-weight: normal;
  font-size: 42px;
}
.absec2 .cont .t h3{
  font-weight: normal;
  font-size: 42px;
}
.absec2 .cont h4{
  font-weight: normal;
  font-size: 40px;
  color: #fff;
  margin-bottom: 45px;
}
.absec2 .cont p{
  color: #fff;
  font-size: 17px;
  line-height: 40px;
  margin-bottom: 30px;
}
.title2{
  text-align: center;
}
.title2 h2{
  font-weight: normal;
  font-size: 42px;
}
.title2 p{
  font-weight: normal;
  font-size: 38px;
}
.absec4{
  padding: 80px 0;
}
.absec4 li{
  float: left;
  width: 33.33%;
  padding: 0 22px;
  box-sizing: border-box;
}
.absec4 li img{
  width: 100%;
}
.absec4 ul{
  padding:  60px 0;
  height: auto;
  overflow: hidden;
}
.absec4 ul li h2{
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
}
.absec4 ul li h3{
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
.absec4 ul li p{
  text-align: center;
  font-size: 16px;
  line-height: 35px;
}
.absec5{
  padding: 80px 0;
  background-color: #f5f5f5;
}
.absec5 .video{
  position: relative;
  margin-top: 40px;
  cursor: pointer;
}
.absec5 .video .poster{
  position: relative;
  z-index: 1;
  width: 100%;
}
.absec5 .video::before{
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.absec5 .video .play{
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
}
.absec5 .video:hover .play{
  display: block;
}
.absec5 .video:hover::before{
  display: block;
}
.videoPop{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
  z-index: 1000;
}
.videoBox video{
  width: 100%;
}
.videoBox{
  width: 70vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1001;
}
.videoBox .close{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url(../images/close1.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
}
.honPop{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1000;
}
.honPop img{
  max-height: 80vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.honPop .close{
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #fff;
  right: 0;
  top: 0;
  z-index: 100;
  background-image: url(../images/close1.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.absec3{
  padding: 80px 0;
  background: url(../images/li_bg.jpg);
}
.absec3 .title2 h2{
  color: #fff;
}
.absec3 .title2 p{
  color: #fff;
}
.lineSwiper{
  margin: 80px 0;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}
.lineSwiper h2{
  font-size: 30px;
  color: #fff;
  font-weight: normal;
}
.lineSwiper::after{
  content: "";
  display: block;
  height: 1px;
  width: calc(100% + 10vw);
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 77px;
}
.lineSwiper .swiper-slide{
  position: relative;
  cursor: pointer;
}
.lineSwiper .circle{
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  display: flex;
  margin: 27px 0 30px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 600ms;
}
.lineSwiper .circle::after{
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
}
.lineSwiper .swiper-slide.swiper-slide-thumb-active .circle::after{
  background: #1f408a;
}
.lineSwiper .linePrev{
  width: 50px;
  height: 50px;
  border-radius: 100%; 
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 50px;
  cursor: pointer;
  z-index: 10;
  background-image: url(../images/arrowl.png);
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}
.lineSwiper .lineNext{
  width: 50px;
  height: 50px;
  border-radius: 100%; 
  background-color: #ddd;
  position: absolute;
  right: 0;
  top: 50px;
  cursor: pointer;
  z-index: 10;
  background-image: url(../images/arrowl.png);
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.hisBox{
  padding: 45px 30px;
  height: auto;
  overflow: hidden;
  background-color: rgba(255,255,255,0.6);
}
.hisBox .l{
  padding-top: 100px;
  float: left;
  width: 45%;
}
.hisBox .r{
  float: right;
  width: 50%;
}
.hisBox .r img{
  width: 100%;
}
.hisSwiper{
  overflow: hidden;
}
.hisBox .l h2{
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  margin-bottom: 35px;
}
.hisBox .l p{
  font-size: 16px;
  color: #fff;
}
.absec6{
  padding: 80px 0;
}
.honSwiper{
  margin-top: 80px;
  overflow: hidden;
  position: relative;
}
.honSwiper .swiper-slide img{
  width: 100%;
  cursor: pointer;
}
.honSwiper .swiper-slide h2{
  padding: 15px 0;
  text-align: center;
  font-weight: normal;
}
.honPrev{
  width: 50px;
  height: 74px;
  background: rgba(0,0,0,0.33);
  position: absolute;
  left: 0;
  top: 44%;
  transform: translateY(-50%);
  z-index: 2;
  background-image: url(../images/arrowl.png);
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.honNext{
  cursor: pointer;
  width: 50px;
  height: 74px;
  background: rgba(0,0,0,0.33);
  position: absolute;
  top: 34%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  background-image: url(../images/arrowl.png);
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.bannerSwiper{
  width: 100vw;
  height: calc(100vh - 90px);
  margin-top: 90px;
  position: relative;
}
.bannerSwiper .swiper-slide img{
  width: 100%;
}
.bannerSwiper .swiper-slide{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.bannerSwiper .banner-pagination{
  position: absolute;
  left: 0;
  right: 0;
  bottom:20px;
  z-index: 4;
  text-align: center;
}
.bannerSwiper  .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0.5;
}
.bannerSwiper .swiper-pagination-bullet-active{
  opacity: 1;
}
.bannerSwiper .bannerPrev{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(255,255,255,.8);
  position: absolute;
  left: 5%;
  top: 45%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  background-image: url(../images/right.png);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 35px !important;
  transform: rotate(180deg);
}
.bannerSwiper .bannerNext{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(255,255,255,.8);
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  background-image: url(../images/right.png);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 35px !important;
}
#fp-nav ul li a.active span{
  background-color: #1f408a;
}
#fp-nav ul li a span{
  background-color: #fff;
}
.section2 .top{
  padding-left: 8%;
  padding-right: 5%;
  height: auto;
  overflow: hidden;
}
.section2 .top .l{
  float: left;
  width: 40%;
}
.section2 .top .l h2{
  font-size: 38px;
  font-weight: normal;
}
.section2 .top .l p{
  font-size: 24px;
}
.section2 .top .r{
  float: right;
  display: flex;
  align-items: center;
}
.section2 .top .r .video{
  float: left;
  margin-right: 20px;
}
.section2 .top .r .menu{
  display: flex;
  float: left;
}
.section2 .top .r .menu > a{
  display: flex;
  align-items: center;
}
.section2 .top .r .menu > a .name{
  font-size: 16px;
  margin-left: 8px;
  margin-right: 10px;
}
.section2 .top .r .menu img{
  filter: grayscale(100%);
  height: 37px;
}
.section2 .top .r .menu img.menu1{
  height: 34px;
}
.section2 .top .r .menu img.menu2{
  height: 34px;
}
.section2 .top .r .menu img.menu3{
  height: 32px;
}
.section2 .top .r .menu img.menu4{
  height: 33px;
}
.section2 .top .r .menu img.menu8{
  height: 15px;
}
.section2 .top .r .menu a:hover img{
  filter: grayscale(0);
}
.hproSwiper{
  width: calc(100% - 60px);
  margin: 60px 30px 0 30px;
  overflow: hidden;
}
.hproSwiper .hproPrev{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(255,255,255,.8);
  position: absolute;
  left: 5%;
  top: 46%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  background-image: url(../images/right.png);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 35px !important;
  transform: rotate(180deg);
  display: none;
}
.hproSwiper .hproNext{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(255,255,255,.8);
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  background-image: url(../images/right.png);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 35px !important;
  display: none;
}

.hproSwiper:hover .hproPrev{
  display: block;
}

.hproSwiper:hover .hproNext{
  display: block;
}
.section3{
  background: url(../images/ab_bg.jpg);
  background-position: bottom center;
}
.section3 .t{
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}
.section3 .t h2{
  font-size: 38px;
  font-weight: normal;
}
.section3 .t p{
  font-size: 24px;
}
.section3 .profile{
  max-width: 980px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  margin-left: auto;
  margin-right: auto;
}
.aboutBox{
  margin: 50px 0;
  height: auto;
  overflow: hidden;
}
.aboutBox .item{
  text-align: center;
  float: left;
  width: 33.33%;
  position: relative;
}
.aboutBox .item h2{
  font-weight: normal;
  font-size: 40px;
  color: #fff;
  margin-bottom: 8px;
}
.aboutBox .item p{
  font-size: 16px;
  color: #fff;
}
.aboutBox .item::after{
  display: block;
  content: "";
  height: 50px;
  width: 1px;
  background-color: rgba(255,255,255,0.6);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.aboutBox .item:last-child::after{
  display: none;
}
.section3 .more{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.5s ease;
    border-radius: 25px;
    height: 50px;
    width: 170px;
    display: block;
    margin: 70px auto 0 auto;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}
.section3 .more:hover{
  background: #1f408a;
  color: #fff;
  border-color: #1f408a;
}
.section5{
  padding-top: 80px;
  background-color: rgba(235, 235, 235, 1);
}
.newSwiper{
  width: calc(100% - 60px);
  margin: 60px 30px 0px 30px;
  overflow: hidden;
  position: relative;
}
.newSwiper .swiper-slide{
  background-color: #fff;
}
.newSwiper .swiper-slide .img{
  width: 100%;
  height: 300px;
  background-size: cover !important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
}
.newSwiper .swiper-slide .txt{
  padding: 20px 15px;
}
.newSwiper .swiper-slide .txt h2{
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 8px;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.newSwiper .swiper-slide .txt p{
  font-size: 15px;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  color: #a0a0a0;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.newSwiper .newPrev{
  background-color: rgba(0,0,0,0.5);
  width: 45px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-image: url(../images/arrowl.png);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 35px !important;
  z-index: 5;
}
.newSwiper .newNext{
  background-color: rgba(0,0,0,0.5);
  width: 45px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 47%;
  transform: translateY(-50%);
  cursor: pointer;
  background-image: url(../images/arrowl.png);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 35px !important;
  z-index: 5;
  transform: rotate(180deg);
}
.section4{
  background-image: url(../images/pr_bg.jpg);
}
.section4 .top .l{
  color: #fff;
}
.section4 .contain .l{
  width: 35%;
  float: left;
}
.section4 .contain .l p{
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin: 70px 0;
}
.section4 .contain {
  padding-left: 3%;
}
.section4 .contain .l .more{
  background: #1f408a;
  border: 1px solid  #1f408a;
  color: #fff;
  transition: all 0.5s ease;
  border-radius: 25px;
  height: 50px;
  width: 170px;
  display: block;
  margin-top: 70px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}

.swiper-slide img{
  width: 100%;
}

.section4 .contain .r{
  position: relative;
  float: right;
  width: 55%;
}
.section4 .contain .r .hand{
  width: 26vw;
  position: absolute;
  right: 0;
  top: -20vh;
  z-index: 3;
}
.section4 .contain .r .hand img{
  width: 100%;
}
.section4 .contain .r  .circle{
  width: 16vw;
  animation: dan 2s ease infinite alternate;
  position: absolute;
  right: 18vw;
  top: -6vh;
  z-index: 2;
}
.section4 .contain .r .main{
  width:27vw;
  position: absolute;
  right: 20vw;
  top:-4vh;
  z-index: 1;
}
.section4 .top{
  padding-left: 3%;
}
@-webkit-keyframes dan {
  0% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(.8);
  }
  100% {
    transform: scale(0.2);
  }
}

.section4 .contain .r .c_box{
  cursor: pointer;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  border: 2px solid #fff;
  text-align: center;
}
.section4 .contain .r .c_box h2{
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 20px;
  font-weight: normal;
  font-size: 15px;
  color: #fff;
  margin-bottom: 5px;
}
.section4 .contain .r .c_box p{
  color: #fff;
  font-size: 13px;
  margin-left: 8px;
  margin-right: 8px;
}
.section4 .contain .r .c_box:hover{
  background-color: #1f408a;
  border-color: #1f408a;
}
.section4 .contain .r .c_box1{
  position: absolute;
  right: 47vw;
  top: -4vh;
}
.section4 .contain .r .c_box2{
  position: absolute;
  right:50vw;
  top: 10vh;
}
.section4 .contain .r .c_box3{
  position: absolute;
  right:48vw;
  top: 25vh;
}
.section4 .contain .r .c_box4{
  position: absolute;
  right:45vw;
  top: 39vh;
}
.section6{
  height: auto !important;
}
.section6 .fp-tableCell{
  display: block !important;
}
.section2{
  background-color: #f5f5f5;
}
.hproSwiper .swiper-slide .img{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 380px;
  overflow: hidden;
}
.hproSwiper .swiper-slide .img img{
  max-width: 90%;
}
.hproSwiper .swiper-slide h2{
  font-weight: normal;
  text-align: center;
  padding: 25px 0;
}
.desBody{
  margin-top: 50px;
  padding: 45px 40px;
  background-color: #f5f5f5;
  font-size: 15px;
  line-height: 30px;
}
.formBox{
  background-color: #f5f5f5;
  padding: 65px 50px;
}
.formBox .title{
  text-align: center;
  margin-bottom: 80px;
}
.formBox .title h2{
  font-weight: normal;
  font-size: 32px;
}
.formBox .title h3{
  font-weight: normal;
  font-size: 14px;
  color: #ccc;
}
.formBox .title p{
  display: inline-block;
  width: 50px;
  height: 4px;
  background-color: #1f408a;
}
.proBox1 .alert-danger{
  text-align: center;
  padding: 80px 0;
  font-size: 18px;
}
.footer .top .l img{
  width: 250px;
}
.section2 .top .r .menu img.menu3{
  height: 52px;
}
/*Plugin CSS*/
.str_wrap {
	overflow:hidden;
	//zoom:1;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	background:#f6f6f6;
	white-space:nowrap;
}

.str_wrap.str_active {
	background:#f1f1f1;
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}
.bannerSwiper .notice{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  z-index: 4;
  background-color: rgba(0,0,0,0.3);
}
.bannerSwiper .notice a{
  color: #fff;
  font-size: 15px;
  margin: 0 5px;
}

