.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.header .logo {
  float: left;
  width: 278px;
  line-height: 76px;
}
.header .logo.logo1{
  display: none;
}
.header.header3 .logo.logo1{
  display: block;
}
.header.header3 .logo.logo2{
  display: none;
}
.header .logo img {
  vertical-align: middle;
}
.header .menu {
  padding-left: 350px;
}
.header .menu > li {
  float: left;
  width: 14.285%;
}
.header .menu > li > a {
  display: block;
  line-height: 66px;
  padding-top: 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: relative;
}
.header.header5 .menu > li > a{
  color: #373737;
}
.header.header3{
  background-color: #fff;
  border-bottom: 1px solid #C4C4C4;
}
.banner{
  position: relative;
}
.banner_list li{
  position: absolute;
  z-index: 9;
  top: 47%;
}
.banner_list li.li1{
  left: 20%;
}
.banner_list li.li2{
  left: 48%;
  top: 58%;
}
.banner_list li.li3{
  left: 79%;
}
@media(min-width:992px){
  .section .text{
    opacity: 0;
  }
}
.banner_list li .p1{
  float: left;
    position: relative;
    width: 35px;
    height: 35px;
    border: 11px solid #168CCE;
    background: #fff;
    border-radius: 50%;
    top: 12px;
}
.banner_list li .p1::before {
  animation: boderM 3s .75s infinite;
}
.banner_list li .p1::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(22, 140, 206, 0.2);
}
.banner_list li .p1::after {
  animation: boderM 3s infinite;
}
.banner_list li .p1::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(22, 140, 206, 0.2);
}
@keyframes boderM {
  0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0
  }

  20% {
      opacity: 1
  }

  75% {
      transform: translate(-50%, -50%) scale(3);
      opacity: 0
  }

  100% {
      opacity: 0
  }

}
.banner_list li .p2{
  float: left;
  line-height: 60px;
  color: #178cce;
  padding: 0;
  margin-left: 20px;
  background-color: transparent;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
}
.banner_list li .p2 a{
  display: block;
  color: #fff;
  padding: 0;
  font-size: 18px;
  color: #fff;
  border-radius: 30px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  background:#1489CA url(../images/mzh_img7.png) no-repeat right 15px center;
padding: 0 90px 0 50px;
}

.banner_list li .p2 img{
  width: 25px;
  margin-right: 20px;
}
.header.header3 .menu > li > a{
  color: #3b3b3b;
}
.header .menu > li > a:after {
  content: "";
  display: block;
  width: 0;
  left: 0;
  bottom: -1px;
  height: 2px;
  background-color: #1489CA;
  position: absolute;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
}
.header .menu > li > a.cur:after {
  width: 100%;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
}
.header .menu_icon {
  float: right;
  margin-top: 25px;
}
#menu {
  position: fixed;
  left: 30px;
  top: 50%;
  z-index: 100;
  margin-top: -174px;
}
#menu li {
  line-height: 48px;
}
#menu li a {
  display: block;
  position: relative;
  color: transparent;
  padding-bottom: 10px;
  font-size: 16px;
}
#menu li a:after {
  content: "";
  display: block;
  width: 75px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
}
#menu li:hover a,
#menu li.active a {
  color: #fff;
}
#menu li:hover a:after,
#menu li.active a:after {
  height: 4px;
  width: 120px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
}
.header2 {
  background-color: transparent;
  border-bottom: none;
}
.header2 .menu > li > a {
  color: #fff;
}
.header2 .menu > li > a:hover {
  color: #188AC8;
}
.menu2_box {
  position: absolute;
  width: 100%;
  top: 77px;
  left: 0;
  z-index: 10;
  background-color: #fff;
  text-align: center;
}
.menu2_box .padding_l {
  padding-left: 350px;
}
.menu2_box ul {
  display: none;
  text-align: center;
}
.menu2_box ul li {
  display: inline-block;
  width: 240px;
  padding: 0 40px;
  margin: 10px 0;
  vertical-align: top;
}
.menu2_box ul li a {
  display: block;
  color: #686868;
  line-height: 24px;
  text-align: left;
  padding-left: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu2_box ul li a:first-child {
  font-size: 18px;
  color: #3b3b3b;
  line-height: 40px;
  border-bottom: 1px solid #C9C9C9;
  position: relative;
  background: url(../images/icon1.png) no-repeat left 1px center;
}
.menu2_box ul li a:hover {
  color: #1589ca;
}
.wrap_menu {
  position: fixed;
  left: 0;
  top: 77px;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  padding: 10px 0 50px;
  font-size: 16px;
  overflow-y: scroll;
  display: none;
  height: 100%;
}
.wrap_menu .close {
  float: right;
  margin-right: 20px;
}
.wrap_menu .wrap_menu1 {
  margin-top: 35px;
}
.wrap_menu .wrap_menu1 > li{ width:100%; position:relative }
.wrap_menu .wrap_menu1 > li a.two {
  line-height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: right 30px center;
  padding: 0 70px 0 25px;
  line-height: 50px;
  color: #373737; 
}
.wrap_menu .wrap_menu1 > li  i {
  background-image: url(../images/icon4.png);  background-position:center; background-repeat:no-repeat; position:absolute; top:0; right:0;
    width: 100px;
    height: 36px;
     background-size:auto 12px;
   
}
.wrap_menu .wrap_menu1 > li  i.cur {
  background-image: url(../images/icon5.png);
}
.wrap_menu .wrap_menu1 > li .wrap_menu2 {
  padding: 10px 0;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  background-color: #F1F1F1;
  text-align: center;
  display: none;
}
.wrap_menu .wrap_menu1 > li .wrap_menu2 > li > a {
  display: block;
  color: #373737;
  line-height: 40px;
}
.wrap_menu .wrap_menu1 > li .wrap_menu2 > li .wrap_menu3 {
  font-size: 14px; display:none;
}
.wrap_menu .wrap_menu1 > li .wrap_menu2 > li .wrap_menu3 a {
  display: block;
  line-height: 26px;
  color: #696969;
}
.banner {
  overflow: hidden;
}
.banner .slick-slider {
  margin-bottom: 0;
}
.banner .slick-dots {
  bottom: 20px;
}
.banner .slick-dots li {
  width: auto;
  height: auto;
}
.banner .slick-dots li button:hover {
  background-color: #168CCE;
}
.banner .slick-dots li.slick-active button {
  background-color: #168CCE;
}
.banner .slick-dots button {
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.banner .slick-dots button:before {
  opacity: 0 !important;
}
.content .news {
  margin-top: 40px;
}
.content .news .news_top .news_title {
  float: left;
}
.content .news .news_top .news_title .p1 {
  font-size: 24px;
  color: #5F5F5F;
}
.content .news .news_top .news_title .p2 {
  color: #9999A6;
  font-size: 12px;
}
.content .news .news_top .news_more,
.content .news .news_top .news_type {
  float: right;
  margin-top: 12px;
  line-height: 32px;
  color: #9a9a9a;
  font-size: 12px;
}
.content .news .news_top .news_type li {
  float: left;
  width: 64px;
  margin-right: 15px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.content .news .news_top .news_type li.cur {
  background-color: #168CCE;
  color: #fff;
}
.content .news .news_bottom {
  margin-top: 40px;
}
.content .news .news_bottom .news_list li {
  display: none;
}
.content .news .news_bottom .news_list li .list_l {
  float: left;
  width: 520px;
  padding: 45px 80px 50px 60px;
  background-color: #F8F8F8;
}
.content .news .news_bottom .news_list li .list_l .p1 {
  color: #B3B3B3;
  font-size: 24px;
}
.content .news .news_bottom .news_list li .list_l .p2 {
  color: #000;
  font-size: 18px;
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .news .news_bottom .news_list li .list_l .p3 {
  color: #969696;
  line-height: 24px;
  padding: 6px 0;
  padding-left: 28px;
  border-left: 1px solid #D3D3D3;
  margin-top: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content .news .news_bottom .news_list li .list_l .p4 {
  margin-top: 32px;
}
.content .news .news_bottom .news_list li .list_l .p5 {
  margin-top: 30px;
}
.content .news .news_bottom .news_list li .list_l .p5 a {
  display: block;
  width: 140px;
  line-height: 37px;
  height: 37px;
  background: #168cce url(../images/icon2.png) no-repeat center;
}
.content .news .news_bottom .news_list li .list_r {
  overflow: hidden;
  padding-left: 9%;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 3px;
}
.content .news .news_bottom .news_list li .list_r .item a {
  border-top: 1px solid #EAEAEA;
  display: block;
  padding: 40px 166px 40px 35px;
  position: relative;
}
.content .news .news_bottom .news_list li .list_r .item a .text .p1 {
  position: relative;
  font-size: 16px;
  color: #595959;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: -40px;
  padding-left: 40px;
}
.content .news .news_bottom .news_list li .list_r .item a .text .p1:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 16px;
  top: 8px;
}
.content .news .news_bottom .news_list li .list_r .item a .text .p2 {
  color: #969696;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 15px;
}
.content .news .news_bottom .news_list li .list_r .item a .date {
  position: absolute;
  width: 166px;
  height: 100%;
  right: 0;
  top: 0;
  text-align: right;
  padding-right: 15px;
  padding-top: 42px;
}
.content .news .news_bottom .news_list li .list_r .item a .date .p1 {
  font-size: 24px;
  color: #B5B5B5;
}
.content .news .news_bottom .news_list li .list_r .item a .date .p2 {
  margin-top: 38px;
  padding-right: 15px;
}
.content .news .news_bottom .news_list li .list_r .item a:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.content .news .news_bottom .news_list li .list_r .item a:hover .text .p1 {
  color: #178cce;
}
.content .news .news_bottom .news_list li:first-child {
  display: block;
}
.content .section {
  background-position: 50%;
}
.section {
  position: relative;
  background-size: cover;
}
.section .text {
  position: absolute;
  right: 15%;
  color: #fff;
  text-align: right;
  bottom: 25%;
  text-shadow: 0px 0px 10px rgb(0,0,0,0.3) 
}
.section .text .p1,
.section .text .p2 {
  font-size: 64px;
  line-height: 80px;
}
.section .text .p3 {
  font-size: 40px;
  margin-top: 25px;
}
.section .text .p4 {
  margin-top: 25px;
}
.section .text .p4 a {
  display: inline-block;
  width: 176px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #fff;
  font-size: 14px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 8px rgb(0,0,0,0.2);
}
.section .text .p4 a:hover {
  background-color: #168CCE;
  border-color: #168CCE;
}
.section2 .text {
  bottom: 10%;
}
.section.l .text {
  bottom: 5%;
  left: 15%;
  right: auto;
  text-align: left;
}
.section.l .text .p3 span {
  display: block;
  padding-left: 45px;
  position: relative;
}
.section.l .text .p3 span:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 5px;
}
.section.blue .text {
  bottom: 3%;
}
.section.blue .text .p2,
.section.blue .text .p3 {
  color: #1589ca;
}
.section.blue .text .p4 a {
  border-color: #1589ca;
  color: #1589ca;
}
.section.blue .text .p4 a:hover {
  color: #fff;
}
.section6.blue .text {
  bottom: 40%;
}
.section6.blue .text .p1 {
  color: #1589ca;
}
#fullPage2 .section5 .text {
  bottom: 2%;
}
#fullPage2 .section5 .text .p3 {
  color: #1589ca;
}
#fullPage2 .section5 .text .p4 a {
  border-color: #1589ca;
  color: #1589ca;
}
#fullPage2 .section5 .text .p4 a:hover {
  color: #fff;
}
#fullPage3 .section1 .text {
  bottom: 5%;
}
#fullPage3 .section4 .text {
  bottom: 10%;
}
#fullPage3 .section4 .text .p4 {
  margin-top: 50px;
}
#fullPage3 .section5 .text {
  width: 100%;
  text-align: center;
  left: 0;
  bottom: auto;
  top: 20%;
}
#fullPage3 .section5 .text .p3 {
  margin-top: 20%;
}
.footer {
  background-color: #F8F8F8;
  margin-top: 50px;
}
.footer .footer_top {
  padding: 25px 0 10px;
}
.footer .footer_top .footer_list {
  float: left;
  width: 80%;
  text-align: center;
}
.footer .footer_top .footer_list li {
  display: inline-block;
  width: 16%;
  vertical-align: top;
}
.footer .footer_top .footer_list li a {
  display: block;
  color: #969696;
  font-size: 14px;
  line-height: 26px;
}
.footer .footer_top .footer_list li a:first-child {
  font-size: 16px;
  color: #595959;
  margin-bottom: 10px;
}
.footer .footer_top .code {
  float: left;
  width: 20%;
  text-align: center;
}
.footer .footer_top .code .p1,
.footer .footer_top .code .p2 {
  width: 122px;
  margin: 0 auto;
}
.footer .footer_top .code .p2 {
  margin-top: 10px;
  font-size: 14px;
  color: #777777;
}
.footer .copyright {
  border-top: 1px solid #EAEAEA;
  padding: 10px 0;
  line-height: 25px;
  color: #595959;
  font-size: 12px;
  text-align: center;
}
.footer .copyright a {
  color: #595959;
}
.footer2 {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .content .news .news_bottom .news_list li .list_r {
    padding-left: 5%;
  }
  .content .news .news_bottom .news_list li .list_r .item a .date {
    width: 100px;
  }
  .content .news .news_bottom .news_list li .list_r .item a {
    padding: 40px 100px 40px 35px;
  }
}
@media (max-width: 992px) {
.banner_list li.li3 {
    left: 55%;
}
.banner_list li.li1 {
    left: 5%;
}
.banner_list li {
    position: absolute;
    z-index: 9;
    top: 33%;
}
.banner_list li.li2{
left: 28%;
}
  .header .menu {
    display: none;
  }
  .content .news .news_bottom .news_list li .list_l {
    width: 100%;
  }
  .content .news .news_bottom .news_list li .list_r {
    padding-left: 0;
    padding-top: 30px;
  }
  #menu {
    display: none;
  }
  .section {
    height: 460px;
  }
  .section .text .p1,
  .section .text .p2 {
    font-size: 24px;
    line-height: 36px;
  }
  .section .text .p3 {
    font-size: 16px;
    margin-top: 20px;
  }
  .section .text {
    right: 5%;
  }
  .section .text .p4 a {
    display: inline-block;
    width: 100px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #fff;
    font-size: 12px;
    text-align: center;
    color: #fff;
  }
  .section.l .text .p3 span {
    padding-left: 25px;
  }
  .section.l .text {
    left: 5%;
  }
  .fp-auto-height {
    height: auto !important;
  }
}
@media (max-width: 767px) {
.banner_list li .p2 a {
    padding: 0 35px 0 15px;
}
  .banner{
    height:480px;
  }
  .banner ul{    display: block;
    position: absolute;
    height: 260px;
    width: 100%;
    bottom: 0;
    left: 0;}
  .banner_list li.li1 {
    left: 4%; top:45px
}
  .banner_list li.li2 {
   top:105px
}
.banner_list li.li3 {
  left: auto;
  right: 4%; top:-10px;
}
.banner_list li .p2 {
  line-height: 30px;
}
.banner_list li .p2.cur a {
  padding: 0 40px 0 20px;
}
.banner_list li .p2 img {
  width: 18px;
  margin-right: 15px;
}
.banner_list li .p1{
  top: 3px;
}
.banner_list li.li3 .p2{
  position: absolute;
  bottom: -6px;
    left: -170px;
}

.banner_list li {
    position: absolute;
    z-index: 9;
   
}
  .banner>img{
    position: relative;
    height: 100%;
    max-width: none;
    left: -90%;   
  }
  .header .logo {
    width: 125px;
    line-height: 40px;
  }
  .header .menu_icon {
    margin-top: 10px;
    width: 70px;
  }
  .wrap_menu {
    top: 0;
    font-size: 14px;
  }
  .wrap_menu .wrap_menu1 > li  a.two {
    line-height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-position: right 30px center;
    padding: 0 0px 0 25px; width:100%;
    line-height: 36px;
    color: #373737;
  }
  .wrap_menu .wrap_menu1 {
    margin-top: 30px;
  }
  .wrap_menu .wrap_menu1 > li  a.two {
    background-size: 15px auto;
    background-position: right 22px center;
  }
  .wrap_menu .wrap_menu1 > li .wrap_menu2 > li > a {
    line-height: 30px;
  }
  .wrap_menu .wrap_menu1 > li .wrap_menu2 > li .wrap_menu3 a {
    font-size: 12px;
    line-height: 24px;
  }
  .content .news {
    margin-top: 20px;
  }
  .content .news .news_top .news_title .p1 {
    font-size: 14px;
  }
  .content .news .news_top .news_more,
  .content .news .news_top .news_type {
    float: right;
    margin-top: 3px;
    line-height: 30px;
    color: #9a9a9a;
    font-size: 12px;
  }
  .content .news .news_top .news_more {
    display: none;
  }
  .content .news .news_top .news_type li {
    float: left;
    width: 60px;
    margin-right: 10px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
  }
  .content .news .news_top .news_type li:last-child {
    margin-right: 0;
  }
  .content .news .news_bottom {
    margin-top: 25px;
  }
  .container {
   /* padding: 0;*/
  }
  .news_top {
    padding: 0 15px;
  }
  .content .news .news_bottom .news_list li .list_l {
    padding: 20px 40px 15px 35px;
  }
  .content .news .news_bottom .news_list li .list_l .p1 {
    font-size: 12px;
  }
  .content .news .news_bottom .news_list li .list_l .p2 {
    color: #000;
    font-size: 12px;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .content .news .news_bottom .news_list li .list_l .p3 {
    color: #969696;
    line-height: 20px;
    padding: 3px 0;
    padding-left: 15px;
    border-left: 1px solid #D3D3D3;
    margin-top: 10px;
    font-size: 12px;
  }
  .content .news .news_bottom .news_list li .list_l .p4 {
    margin-top: 25px;
  }
  .content .news .news_bottom .news_list li .list_l .p5 {
    margin-top: 20px;
  }
  .content .news .news_bottom .news_list li .list_l .p5 a {
    display: block;
    width: 90px;
    line-height: 30px;
    height: 30px;
    background: #168cce url(../images/icon2.png) no-repeat center;
  }
  .content .news .news_bottom .news_list li .list_r {
    padding: 20px 15px;
  }
  .content .news .news_bottom .news_list li .list_r .item a {
    padding: 15px 65px 10px 20px;
  }
  .content .news .news_bottom .news_list li .list_r .item a .text .p1:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #666666;
    position: absolute;
    left: 24px;
    top: 8px;
  }
  .content .news .news_bottom .news_list li .list_r .item a .text .p2 {
    margin-top: 10px;
  }
  .content .news .news_bottom .news_list li .list_r .item a .date .p1 {
    font-size: 14px;
    color: #B5B5B5;
  }
  .content .news .news_bottom .news_list li .list_r .item a .date {
    width: 60px;
  }
  .content .news .news_bottom .news_list li .list_r .item a .date {
    position: absolute;
    width: 60px;
    height: 100%;
    right: 0;
    top: 0;
    text-align: right;
    padding-right: 10px;
    padding-top: 21px;
  }
  .content .news .news_bottom .news_list li .list_r .item a .date .p2 {
    margin-top: 15px;
    padding-right: 2px;
  }
  .footer {
    margin-top: 15px;
  }
  .footer_meassage {
    float: left;
    width: 70%;
    padding: 0 10px 0 15px;
    line-height: 24px;
  }
  .footer .footer_top .code {
    width: 30%;
    padding-right: 15px;
  }
  .footer .footer_top .code .p1,
  .footer .footer_top .code .p2,
  .footer .footer_top .code .p1,
  .footer .footer_top .code .p1 {
    width: 100%;
  }
  .footer .footer_top .code .p2 {
    margin-top: 10px;
    font-size: 14px;
    color: #777777;
  }
  .footer .copyright {
    border-top: 1px solid #EAEAEA;
    padding: 8px 0;
    line-height: 20px;
    color: #595959;
    font-size: 12px;
    text-align: center;
  }
  .footer {
    margin-bottom: 47px;
  }
  .warp_footer {
    height: 47px;
    padding: 11px 0;
    background-color: #1489CA;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .warp_footer .item {
    float: left;
    width: 50%;
    text-align: center;
  }
  .warp_footer a {
    display: inline-block;
    width: 120px;
    line-height: 25px;
    border-radius: 10px;
    font-size: 12px;
    border: 1px solid #1489CA;
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 80%;
  }
  .warp_footer .item:first-child a {
    background-color: #fff;
    color: #1489CA;
    background-image: url(../images/icon7.png);
  }
  .warp_footer .item:last-child a {
    background-color: #1489CA;
    color: #fff;
    border: 1px solid #fff;
    background-image: url(../images/icon8.png);
    background-size: auto 70%;
  }
  .content .news .news_bottom .news_list li .list_r .item a .text .p1 {
    font-size: 14px;
  }
  .content .news .news_bottom .news_list li .list_r .item a .text .p2 {
    color: #969696;
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    margin-top: 5px;
  }
  .banner .slick-dots button {
    width: 8px;
    height: 8px;
  }
  .banner .slick-dots {
    bottom: 10px;
  }
  .header {
    padding: 0 15px;
  }
  .section {
    height: 400px;
  }
  #fullPage3 .section1{ background-position:right}
  #fullPage3 .section2{background-position: center;}
  #fullPage3 .section4{ background-position: 20%;}
  #fullPage3 .section5{    background-position: 40%;}
  #fullPage3 .section6 {    background-position: 22%;}
  
  #fullPage .section2{background-position: right;}
  #fullPage .section3{background-position: center;}
  #fullPage .section4{background-position: right;}
  #fullPage .section5{background-position: right;}

  #fullPage2 .section1{background-position: right;}
  #fullPage2 .section3{background-position: center;}
  #fullPage2 .section4{background-position: center;}
  
.footer2 {
    margin-top: 0;
  }
  #fullPage2 .section .text .p4 {
    margin-top: 10px;
  }
  .banner_list li .p1 {
    width: 25px;
    height: 25px;
    border: 8px solid #168CCE;
    /* top: 12px; */
}
@keyframes boderM {
  0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0
  }

  20% {
      opacity: 1
  }

  75% {
      transform: translate(-50%, -50%) scale(2);
      opacity: 0
  }

  100% {
      opacity: 0
  }

}
.banner_list li .p2 a{
  font-size: 14px;
}
.banner_list li .p2{
  margin-left: 10px;
}
}

