header {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #a1a1a1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
header .header-box {
  width: 1726px;
  height: 90px;
  margin: 0 auto;
}
header .header-box > div {
  display: inline-block;
}
header .header-box .header_c1 {
  float: left;
  width: 408px;
  height: 63px;
  background: url(../images/logo1.png) no-repeat 100% 100%;
  margin-top: 10px;
}
header .header-box .header_c2 {
  width: 52%;
  float: left;
  margin-left: 7%;
  display: flex;
  justify-content: space-between;
  /* 二级导航 */
}
header .header-box .header_c2 > li {
  width: 12.2%;
  position: relative;
}
header .header-box .header_c2 > li > a {
  display: block;
  text-align: center;
  line-height: 90px;
  color: #fff;
  font-size: 16px;
}
header .header-box .header_c2 .active > a {
  font-weight: bold;
  position: relative;
}
header .header-box .header_c2 .active > a::before {
  content: " ";
  display: block;
  position: absolute;
  width: 89px;
  height: 5px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}
header .header-box .header_c2 .navigation {
  /* position: absolute;
  width: 7vw;
  top: 90px;
  margin-left: -4px; */
  display: none;
  margin-left: -35px;
}
header .header-box .header_c2 .navigation > li {
  /* border-bottom: 1px solid #eee; */
  width: 190px;
}
header .header-box .header_c2 .navigation > li > a {
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #333;
  /* background: #fff; */
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}
header .header-box .header_c2 .navigation > li > a:hover {
  color: #1f71c2;
}
header .header-box .header_c2 > li:hover .navigation {
  display: block;
}
header .header-box .header_c3 {
  float: right;
  width: 154px;
  height: 42px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 27px;
  margin-top: 25px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
header .header-box .header_c3 > input {
  outline: none;
  border: 0;
  font-size: 16px;
  line-height: 40px;
  background: transparent;
  color: #fff;
  width: 130px;
  /* padding: 0 10px; */
  text-align: right;
}
header .header-black .header_c1 {
  background: url(../images/logo.png) no-repeat 100% 100%;
}
header .header-black .header_c2 > li a {
  color: #333333;
}
header .header-black .header_c2 .active > a {
  color: #333333;
}
header .header-black .header_c2 .active a::before {
  background: #209c94;
}
header .header-black .header_c3 {
  background: rgba(255, 255, 255, 0.2);
}
.home {
  width: 100%;
  height: 100%;
}
.home ::-webkit-scrollbar {
  display: none;
}
.home .fp-overflow {
  width: 100%;
  height: 100%;
}
.home .slidec {
  width: 100%;
  height: 100%;
  position: relative;
}
.home .slidec img{
    width: 100%;
    height: 100%;
}
.home .btn {
  width: 200px;
  height: 50px;
  background: #009a86;
  border-radius: 27px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  position: absolute;
  left: 13%;
  bottom: 30%;
}
.home .btn a{
    color: #fff;
}
.home .btn1{
    bottom: 27%;
}
.home .slide2 {
  width: 100%;
  height: 100%;
  background-image: url("../images/banner2.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.home .slide2 .slidec2-left {
  width: 612px;
  float: left;
}
.home .slide2 .slidec2-left .p0 {
  color: #009a86;
  font-size: 36px;
  margin-top: 286px;
}
.home .slide2 .slidec2-left .p1 {
  font-size: 60px;
  color: #333333;
  font-weight: 900;
  margin-bottom: 66px;
  margin-top: 26px;
}
.home .slide2 .slidec2-left .p2 {
  font-size: 34px;
  color: #333333;
  margin-bottom: 36px;
}
.home .slide2 .slidec2-left .p3 {
  width: 615px;
  font-size: 22px;
  line-height: 37px;
  color: #666666;
}
.home .slide2 .slidec2-left .btn {
  width: 200px;
  height: 50px;
  background: #009a86;
  border-radius: 27px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  margin-top: 70px;
  color: #fff;
}
.home .slide2 .slidec2-right {
  width: 820px;
  position: absolute;
  right: 210px;
  display: flex;
  top: 286px;
}
.home .slide2 .slidec2-right .slidec2-div1 img {
  margin-left: 20px;
}
.home .slidec {
  width: 1420px;
  margin: 0 auto;
}
.my-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #fbbe01;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}
.my-bullet-active {
  width: 13px;
  height: 13px;
  background: #fbbe01;
  opacity: 1;
}
.section2 {
  width: 100%;
  height: 100%;
  background-image: url("../images/bg2-1.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section2 .fp-overflow {
  width: 100%;
  height: 100%;
}
.section2 .section2-c-box {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg2-2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 130px;
}
.section2 .section2-zh {
  width: 1430px;
  margin: 0 auto;
  position: relative;
}
.section2 .section2-zh .section2-left {
  display: inline-block;
  position: absolute;
  top: 80px;
  left: 34%;
}
.section2 .section2-zh .section2-left .left-bt {
  font-size: 16px;
  text-align: center;
}
.section2 .section2-zh .section2-left .left-bt span {
  display: block;
}
.section2 .section2-zh .section2-right {
  display: inline-block;
  float: right;
  width: 722px;
}
.section2 .section2-zh .section2-right .title {
  margin-bottom: 18px;
  margin-top: 60px;
}
.section2 .section2-zh .section2-right .title h1 {
  font-size: 36px;
  font-weight: 900;
}
.section2 .section2-zh .section2-right .title p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 50px;
  color: #999999;
}
.section2 .section2-zh .section2-right .title .p1 {
  color: #666666;
}
.section2 .section2-zh .section2-right .section2-img .others {
  display: flex;
  justify-content: space-between;
}
.section2 .section2-zh .section2-right .section2-img .others .btns .seize-seat {
  display: inline-block;
  width: 44px;
}
.section2 .section2-zh .section2-right .section2-img .others .btns img {
  width: 43px;
  height: 43px;
  cursor: pointer;
}
.section2 .section2-zh .section2-right .section2-img .others a {
  width: 182px;
  height: 49px;
  display: inline-block;
  background: #333333;
  border-radius: 23px;
  text-align: center;
  line-height: 49px;
  color: #fff;
}
.section2 .section2-zh .section2-right .section2-img .btimg {
  margin-top: 49px;
}
.section2 .section2-zh .section2-right .section2-img .btimg .imgbox {
  display: flex;
}
.section2 .section2-zh .section2-right .section2-img .btimg .imgbox > div {
  width: 356px;
  height: 254px;
  margin: 0 4px;
  overflow: hidden;
  font-size: 0;
}
.section2 .section2-zh .section2-right .section2-img .btimg .imgbox > div img {
  width: 356px;
  height: 254px;
  transition: all 2s;
}
.section2 .section2-zh .section2-right .section2-img .btimg .imgbox > div img:hover {
  transform: scale(1.1);
}
.section3 {
  width: 100%;
  height: 100%;
  background-image: url("../images/hd3.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section3 .section3-cp {
  width: 1420px;
  margin: 0 auto;
}
.section3 .section3-cp .section3-up {
  margin-top: 100px;
  margin-bottom: 15px;
}
.section3 .section3-cp .section3-up .cp-left {
  float: left;
  color: #fff;
  width: 633px;
}
.section3 .section3-cp .section3-up .cp-left h1 {
  font-size: 40px;
  margin-bottom: 12px;
  font-weight: 900;
}
.section3 .section3-cp .section3-up .cp-left p {
  font-size: 18px;
}
.section3 .section3-cp .section3-up .cp-right {
  width: 787px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.section3 .section3-cp .section3-up .cp-right > a {
  width: 186px;
  height: 48px;
  margin: 5px 5px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  background-color: #209c94;
  cursor: pointer;
}
.section3 .section3-cp .section3-up .cp-right > a:hover {
  background: #333333;
}
.section3 .section3-cp .section3-down .down-box {
  justify-content: space-around;
  flex-wrap: wrap;
  display: none;
}
.section3 .section3-cp .section3-down .down-box > a {
  height: 291px;
  margin: 5px 5px;
  background: #ffffff;
  position: relative;
}
.section3 .section3-cp .section3-down .down-box > a .cpxl {
  width: 692px;
}
.section3 .section3-cp .section3-down .down-box > a .cpxl > div {
  width: 338px;
  float: left;
  padding-left: 17px;
}
.section3 .section3-cp .section3-down .down-box > a .cpxl > div h3 {
  color: #209c94;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 38px;
}
.section3 .section3-cp .section3-down .down-box > a .cpxl > div .cpxl-p1 {
  font-size: 10px;
  color: #999999;
  line-height: 17px;
}
.section3 .section3-cp .section3-down .down-box > a .cpxl > div .cpxl-p2 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 23px;
}
.section3 .section3-cp .section3-down .down-box > a .cpxl > div .cpxl-p3 {
  line-height: 26px;
  color: #666666;
  font-size: 12px;
}
.section3 .section3-cp .section3-down .down-box > a > p {
  margin-left: 29px;
  line-height: 40px;
}
.section3 .section3-cp .section3-down .down-box > a i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/5.png) no-repeat;
  position: absolute;
  right: 27px;
  bottom: 15px;
}
.section3 .section3-cp .section3-down .down-box .adtran {
  width: 337px;
  height: 240px;
  overflow: hidden;
}
.section3 .section3-cp .section3-down .down-box .adtran img {
  width: 337px;
  height: 240px;
  transition: all 2s;
}
.section3 .section3-cp .section3-down .down-box .adtran img:hover {
  transform: scale(1.1);
}
.section3 .section3-cp .section3-down .down-box .cnt-dw {
  width: 692px;
  position: relative;
}
.section3 .section3-cp .section3-down .down-box .cnt-dw .cnt-left {
  position: absolute;
  left: 227px;
  bottom: 30px;
  z-index: 999;
  cursor: pointer;
}
.section3 .section3-cp .section3-down .down-box .cnt-dw .cnt-right {
  position: absolute;
  left: 294px;
  bottom: 30px;
  z-index: 999;
  cursor: pointer;
}
.section3 .section3-cp .section3-down .showUl {
  display: flex;
}
.section4 {
  width: 100%;
  height: 100%;
  background-image: url("../images/hd66.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section4 .section4-title {
  width: 1420px;
  margin: 0 auto;
  text-align: center;
}
.section4 .section4-title h3 {
  font-size: 36px;
  color: #333333;
  margin-bottom: 26px;
  font-weight: 900;
}
.section4 .section4-title p {
  font-size: 16px;
  color: #333333;
}
.section4 .mySwiper2 {
  margin: 0 auto;
  position: relative;
  transform: scale(1.2);
}
.section4 .mySwiper2 .swiper-slide-active,
.section4 .mySwiper2 .swiper-slide-duplicate-active {
  transform: scaleY(1.1);
}
.section4 .mySwiper2 .mySwiper2-box {
  margin-top: 110px;
}
.section4 .mySwiper2 .mySwiper2-box > a {
  position: relative;
}
.section4 .mySwiper2 .mySwiper2-box > a p {
  width: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 20px;
  font-size: 16px;
}
.section4 .mySwiper2 .btns {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  position: absolute;
  z-index: 9999;
  top: 4vw;
  left: 0;
  right: 0;
}
.section4 .mySwiper2 .btns .btn-left,
.section4 .mySwiper2 .btns .btn-right {
  width: 55px;
  height: 55px;
  background: #1d499d;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: scale(0.85);
}
.section4 .mySwiper2 .btns .btn-left img,
.section4 .mySwiper2 .btns .btn-right img {
  width: 18px;
  height: 18px;
}
.section4 .mySwiper2 .btns .seize-seat {
  width: 20.3vw;
  background: transparent;
}
.section4 ::-webkit-scrollbar {
  display: none;
}
.section4 .section4-down {
  width: 1420px;
  margin: 0 auto;
  font-size: 28px;
  color: #fff;
  margin-top: 90px;
  position: relative;
}
.section4 .section4-down a span{
    color: #fff;
}
.section4 .section4-down .span1 {
  font-size: 14px;
}
.section4 .section4-down .span4 {
  display: inline-block;
  width: 182px;
  height: 48px;
  background: #209c94;
  border-radius: 23px;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
}
.section4 .section4-down .span2 {
  position: absolute;
  right: 230px;
  bottom: 0;
}
.section4 .section4-down .span3 {
  position: absolute;
  right: 0px;
  bottom: 0;
}
.section4 .section4-down .span2:hover,
.section4 .section4-down .span3:hover {
  background: #333333;
}
.section5 {
  width: 100%;
  height: 100%;
  background-image: url("../images/hd5.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section5 .section5-up {
  width: 1430px;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 250px;
  margin-top: 180px;
  display: none;
}
.section5 .section5-up > div {
  margin-bottom: 50px;
  position: relative;
}
.section5 .section5-up > div h3 {
  font-size: 38px;
	font-weight: 600
}
.section5 .section5-up > div span {
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 183px;
  height: 50px;
  background: #1d499d;
  border-radius: 27px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  color: #fff;
}
.section5 .section5-up > div span:hover {
  background: #333333;
}
.section5 .section5-up p {
  font-size: 18px;
  line-height: 30px;
  height: 60px;
}
.section5 .show-section5-up {
  display: block;
}
.section5 .section5-down {
  width: 1430px;
  margin: 0 auto;
}
.section5 .section5-down > p {
  font-size: 16px;
  color: #fff;
}
.section5 .section5-down .down-box {
  display: flex;
  justify-content: left;
  margin-top: 24px;
}
.section5 .section5-down .down-box > a {
  width: 360px;
  height: 94px;
  background: #fff;
  border-right: 1px solid #ebebeb;
  text-align: center;
  cursor: pointer;
}
.section5 .section5-down .down-box > a i {
  float: left;
  width: 38px;
  height: 33px;
  margin: 30px 22px 0 60px;
}
.section5 .section5-down .down-box > a .i1 {
  background: url(../images/sl2.png) no-repeat 100% 100%;
}
.section5 .section5-down .down-box > a .i2 {
  background: url(../images/sl2.png) no-repeat 100% 100%;
}
.section5 .section5-down .down-box > a .i3 {
  background: url(../images/sl3.png) no-repeat 100% 100%;
}
.section5 .section5-down .down-box > a .i4 {
  background: url(../images/sl4.png) no-repeat 100% 100%;
}
.section5 .section5-down .down-box > a p {
  text-align: left;
  color: #999999;
  font-size: 12px;
  overflow: hidden;
}
.section5 .section5-down .down-box > a .p1 {
  font-size: 16px;
  color: #333333;
  margin-top: 30px;
}
.section5 .section5-down .down-box > a:hover {
  background: #209c94;
}
.section5 .section5-down .down-box > a:hover img {
  background: url(../images/sl1.png) no-repeat;
}
.section5 .section5-down .down-box > a:hover p {
  color: #fff;
}
.section5 .section5-down .down-box > a:hover .i1 {
  background: url(../images/sl1.png) no-repeat 100% 100%;
}
.section5 .section5-down .down-box > a:hover .i2 {
  background: url(../images/sl1.png) no-repeat 100% 100%;
}
.section5 .section5-down .down-box > a:hover .i3 {
  background: url(../images/sl1.png) no-repeat 100% 100%;
}
.section5 .section5-down .down-box > a:hover .i4 {
  background: url(../images/sl1.png) no-repeat 100% 100%;
}
.section6 {
  width: 100%;
  height: 100%;
  background-image: url("../images/hd6.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.section6 .section6-img {
  width: 720px;
  height: 178px;
  background: url(../images/english.png) no-repeat;
  position: absolute;
  left: 7%;
  top: 18%;
}
.section6 .section6-up {
  width: 1430px;
  margin: 0 auto;
  margin-bottom: 55px;
  margin-top: 80px;
  position: relative;
}
.section6 .section6-up h3 {
  font-size: 36px;
  color: #333333;
  margin-bottom: 13px;
  font-weight: 900;
}
.section6 .section6-up a {
  width: 182px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  display: inline-block;
  background: #209c94;
  border-radius: 27px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 20px;
}
.section6 .section6-up .a1 {
  right: 200px;
}
.section6 .section6-up a:hover {
  background: #333333;
}
.section6 .section6-up p {
  font-size: 16px;
  color: #b1b2b2;
}
.section6 .section6-down {
  width: 1430px;
  margin: 0 auto;
  background: #f7f9fb;
}
.section6 .mySwiper4-box {
  position: relative;
}
.section6 .mySwiper4-box .mySwiper4 {
  width: 1426px;
  margin: 0 auto;
  position: relative;
}
.section6 .mySwiper4-box .mySwiper4 .swiper-slide {
  border-right: 1px solid #f1f1f1;
  box-sizing: border-box;
  background: #fff;
}
.section6 .mySwiper4-box .mySwiper4 .enlarge {
  width: 357px;
  height: 304px;
  overflow: hidden;
}
.section6 .mySwiper4-box .mySwiper4 .enlarge img {
  width: 100%;
  height: 100%;
  transition: all 2s;
}
.section6 .mySwiper4-box .mySwiper4 .enlarge img:hover {
  transform: scale(1.1);
}
.section6 .mySwiper4-box .mySwiper4 h4,
.section6 .mySwiper4-box .mySwiper4 i,
.section6 .mySwiper4-box .mySwiper4 p {
  margin-left: 23px;
  margin-right: 27px;
}
.section6 .mySwiper4-box .mySwiper4 h4 {
  height: 20px;
  font-size: 16px;
  color: #333333;
  margin-top: 33px;
  margin-bottom: 6px;
  overflow: hidden;
}
.section6 .mySwiper4-box .mySwiper4 i {
  font-style: normal;
  color: #209c94;
  font-size: 10px;
}
.section6 .mySwiper4-box .mySwiper4 p {
  font-size: 12px;
  color: #999999;
  line-height: 21px;
  margin-top: 20px;
  padding-bottom: 20px;
}
.section6 .mySwiper4-box .mySwiper4 a:hover {
  background: #1d499d;
}
.section6 .mySwiper4-box .mySwiper4 a:hover h4,
.section6 .mySwiper4-box .mySwiper4 a:hover i,
.section6 .mySwiper4-box .mySwiper4 a:hover p {
  color: #fff;
}
.section6 .mySwiper4-box .btns {
  width: 89%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
}
.section6 .mySwiper4-box .btns > div {
  cursor: pointer;
}
.section6 .cnt-left {
  width: 48px;
  height: 48px;
  background: url(../images/cnt.png) no-repeat;
  position: absolute;
  top: 62%;
  left: 7%;
}
.section6 .cnt-right {
  width: 48px;
  height: 48px;
  background: url(../images/cnt1.png) no-repeat;
  position: absolute;
  top: 62%;
  right: 8%;
}
.section7 {
  width: 100%;
  height: 100%;
  background-image: url("../images/hd7.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.section7 .section7-up {
  width: 1430px;
  margin: 0 auto;
}
.section7 .section7-up > div {
  position: relative;
  margin-bottom: 70px;
  margin-top: 60px;
}
.section7 .section7-up > div h3 {
  font-weight: 900;
  font-size: 38px;
  color: #333333;
  margin-bottom: 20px;
}
.section7 .section7-up > div i {
  width: 184px;
  height: 49px;
  background: #209c94;
  border-radius: 23px;
  text-align: center;
  line-height: 45px;
  font-style: normal;
  position: absolute;
  right: 0;
  top: 30px;
  color: #fff;
  font-size: 16px;
}
.section7 .section7-up > div i:hover {
  background: #333333;
}
.section7 .section7-up > div p {
  font-size: 18px;
  color: #999999;
}
.section7 .section7-up ul {
  width: 1270px;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.section7 .section7-up ul li {
  margin-left: 16px;
  margin-bottom: 20px;
  position: relative;
}
.section7 .section7-up ul li input {
  height: 63px;
  width: 530px;
  border: none;
  box-sizing: border-box;
  padding: 0 40px;
}
.section7 .section7-up ul li .button {
  display: inline-block;
  width: 162px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  background: #1d499d;
  margin-left: 6px;
}
.section7 .section7-up ul li textarea {
  box-sizing: border-box;
  padding: 27px 40px;
  width: 1253px;
  height: 122px;
  border: none;
}
.section7 .section7-down {
  width: 1400px;
  margin: 0 auto;
  margin-top: 50px;
}
.section7 .section7-down .down-left {
  width: 430px;
  color: #333333;
  float: left;
}
.section7 .section7-down .down-left h3 {
  font-size: 24px;
  margin-bottom: 34px;
  font-weight: 900;
}
.section7 .section7-down .down-left p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.section7 .section7-down .down-centant {
  width: 600px;
  float: left;
}
.section7 .section7-down .down-centant ul {
  display: flex;
  justify-content: space-between;
}
.section7 .section7-down .down-centant ul li h4 {
  font-size: 18px;
  color: #1d499d;
  margin-bottom: 15px;
}
.section7 .section7-down .down-centant ul li h4 img {
  width: 6%;
}
.section7 .section7-down .down-centant ul li p {
  text-align: left;
  font-size: 14px;
  line-height: 35px;
  /* margin-left: 10px; */
  color: #666666;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90px;
}
.section7 .section7-down .down-right {
  float: right;
  /* background: url(../images/bg.png) no-repeat;
  width: 200px;
  height: 230px; */
}
.section7 .section7-down .down-right > div {
  float: left;
  margin-right: 28px;
  /* margin-left: -33px; */
}
.section7 .section7-down .down-right > div div {
    background: url(../images/bg.png) no-repeat;
    width: 200px;
    height: 230px;
}
.section7 .section7-down .down-right .wss img{
    width: 62%;
    margin-left: 6%;
    padding-top: 7%;
}
.section7 .section7-down .down-right > div img {
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
}
.section7 .section7-down .down-right .eqs div{
    display: none;
}
.section7 .section7-down .eqs div:first-of-type{
    display: block;
}
.section7 .section7-foot {
  width: 100%;
  height: 79px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1d499d;
}
.section7 .section7-foot > div {
  width: 1430px;
  margin: 0 auto;
  line-height: 79px;
  color: #fff;
}
.section7 .section7-foot > div a{
    color: #fff;
}
.section7 .section7-foot > div .span1 {
  float: right;
}
.section7 .section7-foot > div .span1 a {
  margin-left: 45px;
  font-size: 16px;
  color: #fff;
}
.section7 .section7-foot > div .span1 a i {
  /* margin-left: 10px;
  margin-top: -10px; */
  width: 121px;
    height: 18px;
    background: url(../images/ws1.png) no-repeat;
    margin-top: 20px;
    margin-right: 10px;
    display: inline-block;
}
.section7 .section7-foot > div .span1 a .pt2 {
      background: url(../images/ws2.png) no-repeat;
  }
.section7 .section7-foot > div .span1 a:hover .pt1 {
      background: url(../images/vl_hover.png) no-repeat;
  }
  .section7 .section7-foot > div .span1 a:hover .pt2 {
    background: url(../images/wl_hover.png) no-repeat;
}
.section4 .mySwiper2 .swiper-slide-active,
.section4 .mySwiper2 .swiper-slide-duplicate-active {
  margin-top: -12px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 0;
  height: 8px;
  width: 8px;
  background: transparent;
  border: 2px solid #fff;
  left: 50%;
  top: 50%;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 0 0px;
  border-radius: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  margin: 24px 7px;
}
.fp-prev,
.fp-next {
  display: none;
}
.bgbig {
  animation: mymove 2s linear 1 forwards;
}
.bgbig .slide {
  animation: mymove 2 linear 1 forwards;
}
@keyframes mymove {
  from {
    background-size: 100% 100%;
  }
  to {
    background-size: 102% 102%;
  }
}




/*内页 banner*/
.ny_banner{width:100%; height: 250px; overflow: hidden; padding:110px 0 0; }
.ny_banner .ny_banner_left{width:50%; float: left;margin-top: 55px;}
.ny_banner .ny_banner_left h4{width:100%; height: 40px; line-height: 40px; font-size: 30px; color: #fff; font-weight: bold; margin-bottom: 10px;}
.ny_banner .ny_banner_left p{font-size: 16px; color: #fff; line-height: 26px;}
.ny_banner_right{float: right; font-size: 14px; color: #fff; margin-top:75px; line-height:26px;}
.ny_banner_right a{font-size: 14px; color: #fff; margin: 0px 10px;}
.ny_banner_right a:hover{font-weight:bold;}
.about_ban{background:url(../images/about_ban.jpg) no-repeat center}
.case_ban{background:url(../images/case_ban.jpg) no-repeat center}
.contact_ban{background:url(../images/contact_ban.jpg) no-repeat center}
.news_ban{background:url(../images/news_ban.jpg) no-repeat center}
.staq_ban{background:url(../images/staq_ban.jpg) no-repeat center}
.vr_ban{background:url(../images/vr_ban.jpg) no-repeat center}
.zlyb_ban{background:url(../images/zlyb_ban.jpg) no-repeat center}
.yczl_ban{background:url(../images/yczl_ban.jpg) no-repeat center}
.product_ban{background:url(../images/product_ban.jpg) no-repeat center}
.service_ban{background:url(../images/service_ban.jpg) no-repeat center}
.ryzz_ban{background:url(../images/ryzz_ban.jpg) no-repeat center}






/*内页左边导航*/
.ny_all{width:100%; height: auto; overflow: hidden; margin-top: 36px; margin-bottom:80px;}
.ny_left{width:21.5%; height: auto; float: left}
.ny_left_title{width:100%; height: 90px; background: #00549f; line-height: 90px; text-align: center; font-size: 30px;color: #fff; font-weight: bold;}
.ny_left_nav{ height: auto; padding: 16px 0 30px 16px; background: #f0f0f1}
.ny_left_nav .yiji li{width: 100%; height:auto;  padding-left:10px; margin-bottom:1px; position:relative  }
.ny_left_nav .yiji li::before {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    background: #00549f;
    left:10px;
    top: 20px;
}
.ny_left_nav ul li a{padding-left: 15px; font-size: 16px; color: #333333;display: block;  height:50px;line-height: 50px;position: relative;}
.ny_left_nav ul li .inactive{ background:url(../images/off.png) no-repeat 210px center;}
.ny_left_nav ul li .inactives{background:url(../images/on.png) no-repeat 210px center;} 
.ny_left_nav ul li ul{display: none;}
.ny_left_nav ul li ul li { width: 100%; height: 50px; line-height: 50px; background: none;}
.ny_left_nav ul li ul li ul{display: none;}
.ny_left_nav ul li ul li a{ padding-left:20px; font-size: 14px; color: #666666;width: 240px;}
.ny_left_nav ul li ul li.active a{color:#015cac; font-size: 14px; background: url(../images/r_jt.png) no-repeat 200px center}
.ny_left_nav ul li.active a{color:#015cac}
.ny_left_nav ul li:hover a.inactive{color:#015cac}
.ny_left_nav ul li ul li:hover a{color:#015cac}
.ny_left_nav ul li .inactives{color:#015cac}
.ny_left_nav ul li ul li:hover a{color:#015cac}
.yiji li.active{background:#fff url(../images/dian.png) no-repeat 8px 22px;}

.ny_left_nav ul li ul li:hover{background: url(../images/r_jt.png) no-repeat 210px center}
.ny_left_nav .yiji li:hover{background:#fff url(../images/dian.png) no-repeat 8px 22px;}



/*产品侧边导航*/
.accordion { width: 100%; height:auto; overflow:hidden}
.accordion li.open .link {color: #00549f;}
.accordion .link i{width:7px; height:7px; background:url(../images/dian.png) no-repeat center; float:left; margin-top:22px; margin-right:10px;}
.ny_left_nav ul li.open{background:#fff}
.accordion .link {
    cursor: pointer;
    display: block;
    height:50px; line-height:50px;
    font-size: 16px; color: #333333;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	background: url(../images/off.png) no-repeat 207px center;
}


.accordion .link::before {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    background: #00549f;
    left: 0;
    top: 20px;
}


.submenu li.block{background:#fff}
.submenu li.block a{color:#00549f}
.open .link{background: url(../images/on.png) no-repeat 207px center;}
.submenu a {
    display: block;
    text-decoration: none;
    font-size: 14px; color: #666666; height:auto!important; line-height:26px!important;
    padding:10px 0 10px 42px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.accordion li{padding-left:10px; position:relative}
.accordion li:hover{background:#fff;}






/*内页右边内容*/
.ny_right{width:75%; height: auto; float: right; padding-top:10px;}
.ny_right_title{width:100%; height: 47px; border-bottom: 1px solid #dddddd}
.ny_right_title h3{font-size: 24px; height: 40px; line-height: 40px; color: #484848; font-weight: bold; }
.ny_about_info{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #666666; line-height: 34px; margin-top:35px; }
.ny_about_info img{max-width: 100%;}
.ny_about_info p{font-size: 16px; color: #333; line-height: 32px;}



/*产品中心*/
.ny_product{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_product ul{width:100%; height: auto; overflow: hidden}
.ny_product ul li{width:32%; float: left; height: auto; margin-right: 2%; margin-bottom: 30px;}
.ny_product ul li h3{width:100%; height: 40px; line-height: 40px; font-size: 18px; color: #015cac; margin-bottom:2px;     font-weight: bold;text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_product ul li .products_pic{height:auto; display: block;overflow: hidden;width:100%;    border: 1px solid #dddddd;}
.ny_product ul li .products_pic img{max-width:100%; ; display:block; margin:0px auto; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product ul li:nth-child(3n){margin-right: 0px;}
.ny_product ul li p{width:100%; height:45px; line-height:40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center; font-size:14px}
.ny_proshow_xq{width:100%; height:auto; overflow:hidden; font-size: 18px; line-height:28px; height: 200px; display: block;}
.ny_pro_more{width:100%; height: 36px; border-bottom: 1px solid #015cac; font-size: 14px; color: #666; line-height: 36px;position:relative}
.ny_product ul li:hover .ny_pro_more{color:#fff; transition: all 0.4s ease-in-out; }
.ny_pro_more:after{content:""; width:0; height:100%; display:block; position:absolute; top:0; left:0; transition: all 0.4s ease-in-out;  background:rgba(0,47,139,0.9)}
.ny_product ul li:hover .ny_pro_more:after{width:100%; transition: all 0.4s ease-in-out;}
.ny_pro_more p{position:relative; z-index:9}

#sl_PicShow{width:100%!important;}
.sl_SmallImgList{width:100%; display:black; margin:0px auto; text-align:center}




/*新闻*/
.ny_news_list{width:100%; height: auto; overflow:hidden; margin-top: 10px;}
.ny_news_list ul{width:100%; height: auto; overflow: hidden;  margin-bottom: 30px;}
.ny_news_list li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #dddddd; padding: 13px 0;}
.news_time{width:10%; float: right; text-align: center; background: #f5f5f5; padding:36px 0}
.news_time time{color: #015cac; font-size: 12px; margin-top: 10px; display:block; overflow: hidden; width: 100%; height:20px; line-height:20px; font-family: "Arial"}
.news_time p{ font-size:40px; color: #015cac;height: 35px; line-height: 35px; font-weight: bold;}
.ny_news_info{width:64%; float: left; margin-left: 3%;margin-top: 10px;}
.ny_news_info h3{ font-size:18px; color: #555555;  width:100%; height:35px; line-height: 35px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_news_info p{width:100%; line-height:28px; color: #666; font-size: 15px; word-break:break-all;
display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden; }
.ny_news_info span{width:98px; height:32px; border: 2px solid #cccccc; text-align: center; line-height: 28px; font-size: 14px; color: #666666; display: block; margin-top: 10px;}
.ny_news_img{width:21%; height:auto; float:left; overflow: hidden}
.ny_news_img img{width:100%; height: auto;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_list li:hover{border-bottom: 1px solid #015cac;}
.ny_news_list li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_news_list li:hover span{background: #015cac; color: #fff; border:2px solid #015cac; }
.ny_news_list li:hover .news_time{background: #015cac;}
.ny_news_list li:hover .news_time p{color:#fff}
.ny_news_list li:hover .news_time time{color:#fff;}
.ny_news_list li:hover h3{color:#015cac;}



/*联系我们*/
.ny_conta_info{width:100%; height: auto; padding: 35px 35px; background: #f5f5f5; overflow: hidden; margin-top: 35px;}
.ny_conta_info .ny_ibt{font-size: 24px; color: #313131; height: auto; line-height: 40px;}
.ny_conta_dz{width:50%; height: auto; float: left}
.ny_conta_dz p{font-size: 16px; color: #313131; line-height: 30px;}
.ny_conta_dz p i{color: #000000; margin-right: 5px;}
.ny_cont_wx{width:340px; height: auto; float: right}
.ny_cont_wx dl{width:140px; float: left; margin-right: 26px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; /*! padding: 10px; */ background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}
.map{width:100%; height: 400px; overflow: hidden; margin-top: 20px;}
.ny_rtime{width: 100%; line-height: 30px; color: #999; height: 30px; margin-bottom: 20px;  border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;clear: both; font-size:14px;}
.ny_rtile{width: 100%; font-size: 20px; color: #555; padding: 30px 0px; text-align: center; clear: both}
.ny_rxingqu{width: 100%; font-size: 20px; color: #333; padding: 10px 0px; clear: both; margin-top: 50px;}
.keyword_light img{max-width:100%;}
.keyword_light p{font-size: 16px; color: #333; line-height: 32px;}



/* 内页通用:左侧分类 */
.nyban p{ padding-top:260px; color: #fff; font-size: 14px; text-align: right; }
.nyban p a{ color: #fff; }
.mainl-fl > h3{ width: 100%;  height: 91px; line-height: 87px; text-align: center; font-size: 30px; font-weight: bold; background: #00549f; color: #fff; }
.main-l{ border-top: none; width: 250px;  border-top: none;  }
.mainl-fl2{ margin-top: 35px; border:1px solid #d5d5d5; padding-bottom:10px;  }
.mainl-fl1{ border:1px solid #d5d5d5; border-top: none; }
.mianl-tel{ padding: 0 15px; margin-top: 18px; line-height: 30px;  }
.mianl-tel > p{ color: #626262; font-size: 16px; }
.mianl-tel > h3{ color: #004389; font-size: 18px;   font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";  }
.mianl-tel > h3:after{ content:""; width: 100%; height: 1px; background: #e5e5e5; display: inherit; margin-top: 8px; }
.mianl-tel > div > p{ color: #535353; font-size: 15px; line-height: 26px; }
.mianl-tel > div{ padding-top: 8px; }
.mianl-tel > span{ color: #004389; font-size: 24px;   font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";  }
.inex_news_main{ overflow: hidden;}
.inex_news_main li{ width: 46%;  background: #f8f8f8; padding: 20px; float: left; margin-bottom: 20px; overflow: hidden;}
.inex_news_main li:nth-child(2n){ float:right;}
.inex_news_main li .pic{ float: left; height: 133px; width: 187px; overflow: hidden; margin-right: 20px;}
.inex_news_main li .pic img{ width: 100%; transition: all .4s;}
.inex_news_main li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.inex_news_main li p a{ font-size: 16px; line-height: 32px;     overflow: hidden; display: block;  white-space: nowrap; text-overflow: ellipsis;}
.inex_news_main li p a:hover{ color: #243587}
.inex_news_main li span{ font-size: 14px; color: #999; display: block; line-height: 32px;}
.inex_news_main li i{font-style: normal; font-size: 14px; line-height: 30px; text-align: justify; color: #666; display: block;}

.inex_news_main li:hover a, .inex_news_main li:hover span, .inex_news_main li:hover i{color: #00549f;}

.inside_pro{margin-top: 30px; margin-bottom:40px;}
.inside_pro h3{  height: 54px; line-height: 54px;  position: relative; margin-bottom: 20px; font-weight: bold; color: #333;  font-size: 24px;}



/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background:#1a1a1a; padding-top: 25px;}
.f_logo{width:290px; height: auto; display: block; float: left; margin-top: 20px;margin-left:10px}
.f_logo img{max-width: 100%; display: block}
.f_logo p{color:#fff; font-size: 14px; opacity: 0.5; margin-top: 20px}
.footer_slide{ width:177px; float: left; margin-left: 68px}
.footer_slide .hd{width:28px; height: 28px; float: left; margin-top: 10px; margin-left: 10px}
.footer_slide .hd ul{width:100%; height: auto}
.footer_slide .hd ul li{width:100%; height: auto; margin-bottom: 10px;}
/* .footer_slide .hd ul li.on{ } */
.footer_top{height: 120px;}
.footer_slide .bd{width:104px; height: 100px; background: url(../images/ma.png) no-repeat center; padding: 10px; float: left}
.footer_slide .bd img{width:100%; height: auto; display: block}
.footer_xx{width:620px; height: auto; float: right;margin-left: 30px;}
.footer_xx dt{width: 420px; height: auto;float: left;}
.footer_xx dt p,.footer_xx dd p{color:#fff; font-size:14px; line-height: 30px}
.footer_xx dd{ height: auto; float: right}
.footer_bottom{width:100%; height:60px; position: relative; border-top:1px solid rgba(255,255,255,0.1); margin-top: 35px;  opacity: 0.38}
.copy_bq{width:auto; height:60px; line-height:60px; position: relative; color:#ffffff; font-size:14px; float: left; margin-left: 30px;}
.copy_bq a{color:#ffffff; font-size:14px; margin-right: 10px; }
.copy_bq a:hover{opacity: 1}
.footer_zhichi{width:auto; height:100%; overflow: hidden; float: right}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#ffffff; line-height:60px; font-size: 14px;}
.footer_zhichi p a{ color:#ffffff; font-size: 14px;}
.footer_zhichi span{float: left; font-size:14px; color: #ffffff;}
.footer_zhichi i{ float: left;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/ws1.png) no-repeat; margin-top:20px; margin-right: 10px}
.footer_zhichi .js{width:106px;height: 28px; background: url(../images/ws2.png) no-repeat; margin-top:20px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 

.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{width:1200px; margin: 0 auto; }
.w1200{ width:1280px; margin: 0 auto; }
.w1440{ width:1400px; margin: 0 auto; }



/*客服*/
.lxfx {
  height: auto;
  position: fixed;
  right:0px;
  top:250px;
  width: 77px;
  z-index: 999;
}
.lxfx li a {
  color: rgb(255, 255, 255);
  display: block;
  height: 47px;
  margin-top: 9px;
  width: 300px;
 font-size: 14px;
}
.lxfx li:nth-child(1){
    display: none;
}
.leftlx {
  float: left;
  height: 47px;
  width: 77px;
}
.lxfx li span {
  border-left: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  float: left;
  font-size: 20px;
  height: 24px;
  line-height: 22px;
  margin-top: 8px;
  padding-left: 8px;
}
.fix_ewm {
  border: 5px solid rgb(255, 255, 255);
  display: none;
  height: 120px;
  left: -145px;
  position: absolute;
  top: -40px;
  width: 120px;
}
.lxfx li i {
  display: block;
  height: 27px;
  margin: 0 auto;
  text-align: center;
  width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
  background-position: 0 -25px;
}
.lxfx li i.icon-ly {
  background-position: 4px -53px;
}
.lxfx li i.icon-wx {
  background-position: -34px 4px;
}
.lxfx li i.icon-wb {
  background-position: -30px -22px;
}
.lxfx li i.icon-top {
  background-position: -30px -49px; height:32px;
}

.lxfx li p {
  line-height: 12px;
  text-align: center;
}
.lxfx li {
  background:#015cac;
  height: 62px;
  margin-bottom: 1px;
  margin-left: 0;
  overflow: hidden;
  position: relative;
  width: 77px; float:left;
}



/* 海德视窗轮播出现导航 */
.fp-is-overflow .fp-overflow.fp-auto-height-responsive, .fp-is-overflow .fp-overflow.fp-auto-height, .fp-is-overflow > .fp-overflow{
    overflow: hidden;
}

input::-webkit-input-placeholder{
    color: #fff;
}