/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}


input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}

p{margin:0;}



/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}


#demo_n{overflow:hidden;width:100%;margin:0 auto;}
#indemo_n {float: left;width:800%!important;}
#demo1_n {float: left;}
#demo2_n {float: left;}


#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}





.com-img{  overflow:hidden;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}


.flex_a{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}

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


.flex_c{    display: flex;
            flex-wrap: wrap;
            justify-content: center;align-items: center;}


.w1700{max-width: 1730px; margin: 0 auto;padding: 0 15px;}


    











/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}

#demo_n{overflow:hidden;width:100%;margin:0 auto;}
#indemo_n {float: left;width:800%}
#demo1_n {float: left;}
#demo2_n {float: left;}




#m_demo{overflow:hidden;width:100%;margin:0 auto;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}





/* pc 头部 */
.header_11{position: fixed;width: 100%;height:85px;border-bottom: 1px solid rgba(255,255,255,.5);z-index: 9999;}


.logo_1{line-height: 85px;}
.logo_1 img{line-height: 85px;}

.nav2{width: 54%;margin-right: 7%;}


.w1400 {
    max-width: 1400px;
    margin: 0px auto;
  }

  @media (max-width: 1480px) {
    .w1400 {
      max-width: 1200px;
    }
  }


  .section{overflow: hidden!important;}



  /* 头部导航 */
.nav_a {
    margin-right: 0.62vw;
  }
.header_bac {
    display: none;
    position: absolute;
    left: 0;
    top: 1; /* ? */
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.5;
    content: " ";
  }
  .nav_a .one {
    float: left;
    padding: 0 0.2vw;
  }
  .nav_a .one .one_a {
    position: relative;
    padding: 0 0.9vw;
    line-height: 85px;
    font-size: 18px;
    color: #000000;
  }
  .nav_a .one .one_a::after {
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    width: 0;
    height: 5px;
    background: #29166f;
    content: " ";
  }
  .nav_a .one.cur .one_a::after,
  .nav_a .one:hover .one_a::after {
    width: 100%;
  }
  .nav_a .one .pos {
    transition: all 0.7s;
    position: absolute;
    left: 0;
    top: 85px;
    width: 0;
    opacity: 1;
    background-size: 31.25% auto;
    overflow: hidden;z-index: 999999;
  }
  .nav_a .one .pos .cen {
    width: 100vw;
  }
  .nav_a .one .pos .w1400 {
    padding: 85px 0 70px;
  }
  .nav_a .one .pos .bor {
    width: 20.28%;
    border-right: #e7e7e7 1px solid;
  }
  .nav_a .one .pos .bor .twoNav .two_a {
    line-height: 55px;
    font-size: 18px;
    color: #333;
  }
  .nav_a .one .pos .bor .twoNav .two_a:hover {
    color: #29166f;
    font-weight: bold;
  }
  .nav_a .one .pos .next {
    width: calc(79.72% - 2px);
  }
  .nav_a .one .pos .next .text {
    padding: 0 0 0 13.78%;
    width: 51.35%;
  }
  .nav_a .one .pos .next .text b {
    font-size: 24px;
    color: #29166f;
  }
  .nav_a .one .pos .next .text span {
    line-height: 30px;
    font-size: 16px;
    color: #999;
    margin-top: 10px;
  }
  .nav_a .one .pos .next .text .title_go {
    position: relative;
    margin-top: 46px;
    width: 142px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #29166f;
    border-radius: 46px;
    overflow: hidden;
    transition: all 0.8s;display: block;
  }
  .nav_a .one .pos .next .text .title_go p {
    transition: all 0.5s;
    position: relative;
    z-index: 3;
    display: inline-block;
    padding-right: 38px;
    font-size: 14px;
    color: #fff;
    background: url(../images/icon_8.png) right center no-repeat;
  }
  .nav_a .one .pos .next .text .title_go::after {
    transition: all 0.5s;
    position: absolute;
    right: 100%;
    top: -140%;
    width: 150%;
    height: 260%;
    transform: rotate(15deg);
    background: #29166f;
    content: " ";
  }
  .nav_a .one .pos .next .text .title_go:hover {
    background: none;
  }
  .nav_a .one .pos .next .text .title_go:hover p {
    background: url(../images/icon_8s.png) right center no-repeat;
  }
  .nav_a .one .pos .next .text .title_go:hover::after {
    right: -6px;
  }
  .nav_a .one:hover .pos {
    width: auto;
    opacity: 1;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  }


  @media(max-width: 1560px){
    .nav_a .one{width: 14%;}
    .nav_a .one .one_a{padding: 0px;}
  }
  








  .ab1{width: 50%;}
  .ab2{width: 50%;display: inline-block;background:url(../images/ab1.png) no-repeat center bottom;height:100vh;background-size: 100% 100%;position: relative;}
.at3{	font-size: 38px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #ffffff;position: absolute;bottom: 8%;left:11%}


.an_a{margin-left: 11.45%;background:url(../images/bg1.png) no-repeat left 50%;}
.at1{	font-size: 38px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #29166f;}

.at2{	font-size: 38px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #000000;margin-top: 15px;}

.aacc{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #222222;margin-top: 2.5vw;}

.more_a{	width: 175px;
	height: 66px;
  text-align: center;line-height: 66px;margin-top: 35px;
	border-image-slice: 1;border-radius: 35px;overflow: hidden;border:1px solid #3f298f}

  .more_a a{	font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: #29166f;text-align: center;}



    .p4a{margin-top: 30px;}
    .p4a li {position: relative;text-align: left;float:left;background:#fff;padding-left: 5%;width: 20%;}
    .p4a li h3 {font-size: 50px; color: #29166f;font-weight: 600;	font-family: Impact;}
    .p4a li + li{background:url(../images/x1.png) no-repeat left 50%;}
    .p4a li h3 a{color: #29166f;}
    .p4a li p {font-size: 16px;font-weight: normal;color: #333333; text-align: left;margin-top:10px}
    .p4a li span {font-size: 20px;color: #29166f;font-weight: 400;}   
    .p4a li:nth-child(3){width: 30%;}

.fp-viewing-page2 .header_11{background:#fff}





@media(max-width: 1560px){
  .an_a{margin-left: 15px;background:url(../images/bg1.png) no-repeat left 50%;margin-top: 110px;}
  .at1{	font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #29166f;}
  
  .at2{	font-size: 25px;
      font-weight: normal;
      font-stretch: normal;
      letter-spacing: 1px;
      color: #000000;margin-top: 15px;}
      .aacc{	font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 25px;
        letter-spacing: 0px;
        color: #222222;margin-top: 2.5vw;}
        .p4a li h3 {font-size: 30px; color: #29166f;font-weight: 600;	font-family: Impact;}
        .at3{	font-size: 30px;
          font-weight: 600;
          letter-spacing: 1px;
          color: #ffffff;position: absolute;bottom: 8%;left:11%}

          .more_a{	width: 165px;
            height: 46px;
            text-align: center;line-height: 46px;margin-top: 25px;
            border-image-slice: 1;border-radius: 35px;overflow: hidden;border:1px solid #3f298f}
          
            .more_a a{	font-size: 18px;
              font-weight: normal;
              font-stretch: normal;
              line-height: 30px;
              letter-spacing: 1px;
              color: #29166f;text-align: center;}
          

  }


 @media(max-width: 1025px){
  .ab1{width: 94%;margin:0 auto;margin-top: 30px;}
  .an_a{margin-left: 0px;margin-top: 0px;}
  .ab2{width: 100%;display:block;background:url(../images/ab1.png) no-repeat center bottom;height:50vh;background-size: cover;position: relative;}
  .p4a li h3 {font-size: 20px; color: #29166f;font-weight: 600;	font-family: Impact;}
  .p4a li{width:50%;margin-bottom: 10px;}
  .at3{	font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;position: absolute;bottom: 8%;left:11%}
}





/* section2 */
.fp-viewing-page3 .header_11{background:#fff}
.section .bg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section .bg2 img { display: block; width: 100%; height: 100%;transition: all 5s;transform: scale(1.2);}
.active .bg2 img{transform: scale(1);}


.ft{position: relative;z-index: 9999;margin-left: 8%;}
.ft h2{	font-size: 42px;
	font-weight: 600;
	line-height: 36px;
	color: #ffffff;}

.ft h3{	font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    color: #ffffff;margin-top: 10px;}


.more_b{	width: 176px;
	height: 67px;
	border-radius: 33px;	line-height: 67px;color: #ffffff;
	border: solid 1px #ffffff;text-align: center;font-size: 18px;margin-top: 30px;}

.more_b a{
	font-weight: normal;
	letter-spacing: 1px;
	color: #ffffff;text-align: center;}



.pj_ll{width: 68.75%;height:100vh;position: relative;border-left: 1px solid rgba(255,255,255,.5);}
.pj_ll::after{right:0px;width: 100%;height:1px;background: rgba(255,255,255,.5);content: "";top:50%;position:absolute;}

.pj_a ul{width: 92%;height:50vh;}
.pj_a li{display:flex;justify-content:center;align-items: center;width:20%;float: left;position: relative;height:100%}
.pj_a li .img{width: 70px;margin:0 auto;}
.pj_a li .img img{max-width: 100%;}
.pj_a li h3{	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 1px;
	color: #ffffff;margin-top: 10px;}

.pj_a li{border-right: 1px solid rgba(255,255,255,.5);}


.pj_a li::after{content: "";background: rgba(41,22,111,.4);position: absolute;width:100%;position:absolute;height:0%;left:0px;bottom:0px;transition: all .3s;}
.pj_a li:hover::after{height:100%;}
.pj_a li .ddgg{transition-duration: .6s;position: relative;z-index: 999;}
.pj_a li:hover .ddgg{  transform: translateY(-10px);}
.pj_a li h4{background:url(../images/jt_a.png) no-repeat center top;width: 50px;margin:0 auto;margin-top: 30px;height:10px;display:none;}
.pj_a li:hover h4{display: block;}

.pj_b ul{width: 92%;height:50vh;}
.pj_b li{display:flex;justify-content:center;align-items: center;width:20%;float: left;position: relative;height:100%}
.pj_b li .img{width: 70px;margin:0 auto;}
.pj_b li .img img{max-width: 100%;}
.pj_b li h3{	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 1px;
	color: #ffffff;margin-top: 10px;}


.pj_b li::after{content: "";background: rgba(41,22,111,.4);position: absolute;width:100%;position:absolute;height:0%;left:0px;bottom:0px;transition: all .3s;}
.pj_b li:hover::after{height:100%;}
.pj_b li{border-right: 1px solid rgba(255,255,255,.5);}
.pj_b li .ddgg{transition-duration: .6s;position: relative;z-index: 999;}
.pj_b li:hover .ddgg{  transform: translateY(-10px);}
.pj_b li h4{background:url(../images/jt_a.png) no-repeat center top;width: 50px;margin:0 auto;margin-top: 30px;height:10px;display:none;}
.pj_b li:hover h4{display: block;}



@media(max-width: 1560px){
  .ft{position: relative;z-index: 9999;margin-left: 10px;}
  .ft h2{	font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    color: #ffffff;}
  
  .ft h3{	font-size: 20px;
      font-weight: 600;
      line-height: 36px;
      color: #ffffff;margin-top: 10px;}

  .pj_a li h3{font-size: 20px;}
  .pj_b li h3{font-size: 20px;}

  .more_b{	width: 156px;
    height: 57px;
    border-radius: 33px;	line-height: 57px;color: #ffffff;
    border: solid 1px #ffffff;text-align: center;font-size: 16px;margin-top: 20px;}
}


@media(max-width: 1440px){
  .ft{position: relative;z-index: 9999;margin-left: 10px;}
  .ft h2{	font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #ffffff;}
  
  .ft h3{	font-size: 20px;
      font-weight: 600;
      line-height: 30px;
      color: #ffffff;margin-top: 10px;}

  .pj_a li h3{font-size: 16px;}
  .pj_b li h3{font-size: 16px;}

  .more_b{	width: 146px;
    height: 47px;
    border-radius: 33px;	line-height: 47px;color: #ffffff;
    border: solid 1px #ffffff;text-align: center;font-size: 16px;margin-top: 20px;}
}


@media(max-width: 1025px){
  .ft{margin-top: 25px;}
  .pj_ll{width: 100%;height:auto;position: relative;border-left: 1px solid rgba(255,255,255,.5);margin-top: 35px;}
  .pj_a ul{width: 100%;height:auto;}
  .pj_b ul{width: 100%;height:auto;}
  .pj_b li+li{border-left: none;}
  .pj_b li{border-right: 1px solid rgba(255,255,255,.5);padding: 15px 0;}
  .pj_a li{padding: 15px 0;}

  .ft h2{	font-size: 25px;
    font-weight: 600;
    line-height: 36px;
    color: #ffffff;}
  
  .ft h3{	font-size: 16px;
      font-weight: 600;
      line-height: 30px;
      color: #ffffff;margin-top: 10px;}

      .pj_a li .img{width: 30px;margin:0 auto;}
      .pj_b li .img{width: 30px;margin:0 auto;}

      .pj_a li h3{font-size: 14px;}
      .pj_b li h3{font-size: 14px;}

      .pj_a li h4{background:url(../images/jt_a.png) no-repeat center top;width: 20px;margin:0 auto;margin-top: 10px;height:10px;display:none;background-size: 100% 100%;}
      .pj_b li h4{background:url(../images/jt_a.png) no-repeat center top;width: 20px;margin:0 auto;margin-top: 10px;height:10px;display:none;background-size: 100% 100%;}
}




/* section3 */
.section3{background:url(../images/mapbg.png) no-repeat center top;background-size: cover;}
.map{position: absolute;left:50%;margin-left:-337.5px;transform: translateY(-33%);height:675px}
.map_a{margin:0 auto;position: relative;height:675px;z-index: 999;width: 675px;background:url(../images/map.png);}


.cooperate-world {
  position: relative;
  width: 100%;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  z-index: 20;
}
.cooperate-world.cscale .circular0 {
  -webkit-transform: scale(24);
  -moz-transform: scale(24);
  -ms-transform: scale(24);
  -o-transform: scale(24);
  transform: scale(24);
  opacity: 1;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  visibility: hidden;
  -webkit-transition: all 1s 0s, opacity 0.5s 0.5s;
  -o-transition: all 1s 0s, opacity 0.5s 0.5s;
  -moz-transition: all 1s 0s, opacity 0.5s 0.5s;
  transition: all 1s 0s, opacity 0.5s 0.5s;
}




.world-circular{position: absolute;z-index: 99999;}
.circular0{right:147px;top:215px;}


.map_two{position: absolute;right: -107px;top: 194px;}
.map_one{position: absolute;right: 176px;top: 242px;}

.world-circular.circular0:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 45px solid rgba(41, 22, 111, 0.15);
  border-radius: 50%;
}




.circular1{right:125px;top:185px;}


.world-circular.circular1:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 40px solid rgba(255, 216, 115, 0.43);
  border-radius: 50%;
}


.world-circular span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: rgba(1, 64, 153, 0.4);
}












.wold-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.world-circular img {
  opacity: 0;
  visibility: hidden;
}



.active .world-circular.circular0 {
  -webkit-transition: 0.78s 0s !important;
  -o-transition: 0.78s 0s !important;
  -moz-transition: 0.78s 0s !important;
  transition: 0.78s 0s !important;
}
.active .world-circular.circular0:before {
  -webkit-animation: fades1 5s 1s linear infinite;
  -moz-animation: fades1 5s 1s linear infinite;
  -o-animation: fades1 5s 1s linear infinite;
  animation: fades1 5s 1s linear infinite;}



.active .world-circular.circular1 {
  -webkit-transition: 0.78s 0s !important;
  -o-transition: 0.78s 0s !important;
  -moz-transition: 0.78s 0s !important;
  transition: 0.78s 0s !important;
}
.active .world-circular.circular1:before {
  -webkit-animation: fades1 5s 1s linear infinite;
  -moz-animation: fades1 5s 1s linear infinite;
  -o-animation: fades1 5s 1s linear infinite;
  animation: fades1 5s 1s linear infinite;
}






@-webkit-keyframes fades {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes fades {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.2;
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes fades {
  0% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.2;
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fades {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fades1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes fades1 {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.2;
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes fades1 {
  0% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.2;
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fades1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}






.wt_aa{float: left;position: relative;z-index: 99999;}
.gctt{font-size: 42px;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 3px;
  color: #010101;}
  
.gctt2{	font-family: Arial-BoldMT;
	font-size: 80px;
	font-weight: nor600mal;
	letter-spacing: -2px;
	color: #6c50d1;font-weight: 600;margin-top: 10px;}

.gctt3{	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;margin-top: 10px;}


  @media(max-width: 1560px){
  .gctt{font-size: 36px;
      font-weight: 600;
      font-stretch: normal;
      letter-spacing: 3px;
      color: #010101;}

 .gctt2{font-size: 60px;}
  }

  
 @media(max-width: 1440px){
    .gctt{font-size: 30px;
        font-weight: 600;
        font-stretch: normal;
        letter-spacing: 3px;
        color: #010101;}
  
   .gctt2{font-size: 40px;}

   .gctt3{	font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;}
}

@media(max-width: 1280px){
  .gctt{font-size: 25px;
      font-weight: 600;
      font-stretch: normal;
      letter-spacing: 3px;
      color: #010101;}

 .gctt2{font-size: 30px;}

 .gctt3{	font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;}
}


@media(max-width: 992px){
  .map{position: relative;left:auto;margin-left:0px;transform: translateY(-0%);height:350px}
  .map_a{margin:0 auto;position: relative;height:350px;z-index: 999;width: 350px;background:url(../images/map.png);background-size: 100% 100%;}

}








/* section4 */
.section4{background:url(../images/bg4.png) no-repeat center top;background-size: cover;}


.box1_bot{margin-top: 118px;}
.case_tt h2{	font-size: 42px;
	font-weight: 600;
	letter-spacing: 3px;
	color: #ffffff;}

  .case_tt h3{	font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;margin-top: 20px;line-height: 30px;}

.case_img img{max-width: 100%;}

.promenu{margin-top: 30px;}
.promenu li{	width: 175px;
	height: 66px;
	background-image: linear-gradient(270deg, 
		rgba(41, 22, 111, 1) 0%, 
		#6c50d1 100%), 
	linear-gradient(
		#220f6c, 
		#220f6c);
	background-blend-mode: normal, 
		normal;
	border-radius: 33px;font-size: 24px;line-height: 66px;text-align: center;float: left;margin-right: 35px;}

  .promenu li a{	color: #ffffff;}

  .cv_ly{margin-top: 20px;}
  .cv_ly li{width: 24%;}
  .cv_ly li .b1img1{width: 100%;}
  .cv_ly li .b1img1 img{width: 100%;}
  .cv_ly li h4{background:#ffffff;	font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 69px;
    letter-spacing: 1px;
    color: #000000;text-align: center;}

.tab{display: none;}

    .fp-viewing-page5 .header_11 .nav_a .one .one_a{color:#fff;font-weight: 600;}



    @media(max-width: 1560px){
      .promenu li{	width: 155px;
        height: 56px;
        background-image: linear-gradient(270deg, 
          rgba(41, 22, 111, 1) 0%, 
          #6c50d1 100%), 
        linear-gradient(
          #220f6c, 
          #220f6c);
        background-blend-mode: normal, 
          normal;
        border-radius: 33px;font-size: 20px;line-height: 56px;text-align: center;float: left;margin-right: 25px;}
    }

  @media(max-width: 1560px){
    .case_tt h2{	font-size: 36px;
      font-weight: 600;
      letter-spacing: 3px;
      color: #ffffff;}
    
      .case_tt h3{	font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #ffffff;margin-top: 10px;}
        .promenu{margin-top: 20px;}
        .b1b_index{margin-top: 20px;}
      }

      @media(max-width: 1440px){
        .case_tt h2{	font-size: 30px;
          font-weight: 600;
          letter-spacing: 3px;
          color: #ffffff;}
        
          .case_tt h3{	font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            letter-spacing: 1px;
            color: #ffffff;margin-top: 10px;}
            .promenu{margin-top: 20px;}
            .b1b_index{margin-top: 20px;}

            .promenu li{	width: 145px;
              height: 46px;
              background-image: linear-gradient(270deg, 
                rgba(41, 22, 111, 1) 0%, 
                #6c50d1 100%), 
              linear-gradient(
                #220f6c, 
                #220f6c);
              background-blend-mode: normal, 
                normal;
              border-radius: 33px;font-size: 16px;line-height: 46px;text-align: center;float: left;margin-right: 25px;}

.case_img{width: 200px;}
          }

 @media(max-width: 992px){
  /*.b1b_index li{width: 48%;margin-bottom: 25px;}*/
  .case_img{margin-top: 20px;}
  .box1_bot{margin-top: 0px;}
  .section4{padding: 35px 0;}
}

.product_list11 li{width:150px;float:left;margin:0 10px;}
.product_list11 li img{max-width: 100%}

.product_list11 li h4{background:#ffffff;	font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 49px;
    letter-spacing: 1px;
    color: #000000;text-align: center;}





    /* section5 */
    .fp-viewing-page6 .header_11{background:#fff;box-shadow: 0px 0px 11px 0px 
      rgba(0, 0, 0, 0.14);}
    .section5{background:url(../images/bg5.png) no-repeat center top;background-size: cover;}
.hztt{	font-size: 42px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #000000;text-align: center;}

.hztt2{	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #333333;text-align: center;margin-top:10px}


.w1530{max-width: 1560px;margin:0 auto;padding: 0 15px;}

.hz_ll{margin-top: 52px;}
.hz_ll li{width:11.8%;}
.hz_ll li .img{display: block;}
.hz_ll li .img img{width:100%;}

@media(max-width: 1025px){
  .section5{padding: 35px 0;}
}



@media(max-width: 991px){
  .hz_ll li{width:31%;margin-bottom: 20px;}
}


@media(max-width: 1560px){
  

  .hztt{	font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;text-align: center;}
  
  .hztt2{	font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #333333;text-align: center;margin-top:10px}
}

@media(max-width: 1440px){
  .hztt{	font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;text-align: center;}
  
  .hztt2{	font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #333333;text-align: center;margin-top:10px}
}



@media(max-width: 992px){
  .hztt{	font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;text-align: center;}

}




/* section6 */
.section6{background:url(../images/bg7.png) no-repeat center top;background-size: cover;}
.fp-viewing-page7 .header_11{background:#fff;box-shadow: 0px 0px 11px 0px 
  rgba(0, 0, 0, 0.14);}


.section6 .w1700{margin-top: 5.5vw;}


.xw_tt h2{	font-size: 42px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #000000;}

.xw_tt h3{	font-size: 20px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;margin-top: 10px;}


.nn_rot li{margin:0 25px}
.nn_rot li a{	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #000000;}

  .nn_rot li:hover a{color: #29166d;}

.news_list1{margin-top: 40px;}
.news_list1 li{width: 31.5%;background:url(../images/x2.png) no-repeat left top;padding: 35px;}
.news_list1 li .img_x{width: 100%;margin-top: 20px;}
.news_list1 li .img_x img{width: 100%;}
.news_list1 li h2{	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #29166f;}

  .news_list1 li h3{	font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0px;
    color: #222222;}

.news_list1 li h5{	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #333333;height:50px;overflow: hidden;margin-top: 20px;}


   @media(max-width: 1560px){
    .section6 .w1700{margin-top: 30px;}
    .xw_tt h2{	font-size: 36px;
      font-weight: 600;
      letter-spacing: 1px;
      color: #000000;}
    
    .xw_tt h3{	font-size: 18px;
        font-weight: normal;
        letter-spacing: 0px;
        color: #333333;margin-top: 10px;}

    .news_list1{margin-top: 30px;}
    .nn_rot li a{	font-size: 20px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 36px;
      letter-spacing: 1px;
      color: #000000;}
  }

  @media(max-width: 1440px){
    .section6 .w1700{margin-top: 110px;}
    .xw_tt h2{	font-size: 30px;
      font-weight: 600;
      letter-spacing: 1px;
      color: #000000;}
    
    .xw_tt h3{	font-size: 16px;
        font-weight: normal;
        letter-spacing: 0px;
        color: #333333;margin-top: 10px;}

    .news_list1{margin-top: 20px;}
    .nn_rot li a{	font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 36px;
      letter-spacing: 1px;
      color: #000000;}
      .news_list1 li .img_x{width: 100%;margin-top: 10px;}
      .news_list1 li{width: 31.5%;background:url(../images/x2.png) no-repeat left top;padding: 20px;}
  }


  
  @media(max-width: 1025px){
    .section6 .w1700{margin-top: 20px;}
      .news_list1 li{width: 100%;background:url(../images/x2.png) no-repeat left top;padding: 20px;margin-bottom: 10px;}
      .section6{padding: 35px 0;}

      .news_list1 li h3{font-size: 16px;}
  }

@media(max-width: 992px){
  .nn_rot{width: 100%;margin-top: 25px;}
  .nn_rot ul{width: 100%;}
  .nn_rot li{margin: 0 10px;}
.nn_rot li a{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #000000;}

  .xw_tt h2{	font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;}

}




/* section7 */
.fp-viewing-page8 .header_11{background:#fff;box-shadow: 0px 0px 11px 0px 
  rgba(0, 0, 0, 0.14);}
  .section7 .w1700{position: relative;z-index: 99999;padding-bottom: 80px;}


  .lx_11{width: 50%;}
  .wwmm{max-width:380px;margin:0 auto}

.lxtt{	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 2px;
	color: #000000;}
.wm_ll{margin-top: 36px;}
.wm_ll li img{max-width: 100%;}
.wm_ll li h2{text-align: center;}
.wm_ll li h2 a{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #000000;text-align: center;}



  .lx_22{width: 50%;}

  .ln_ll{margin-top: 36px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding-bottom: 20px;margin-bottom: 40px;}
  .ln_ll li{margin-bottom: 20px;width: 50%;}
  .ln_ll li h2{	font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #4c3f87;}

    .ln_ll li h3{	font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 36px;
      letter-spacing: 0px;
      color: #333333;}


      .ln_22{margin-top: 30px;}
      .ln_22 li{margin-bottom: 20px;width: 100%;}
      .ln_22 li h2{	font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 1px;
        color: #4c3f87;}
    
        .ln_22 li h3{	font-size: 20px;
          font-weight: normal;
          font-stretch: normal;
          line-height: 36px;
          letter-spacing: 0px;
          color: #333333;}
    

.seo_a{margin-top: 30px;	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;text-align:right;position: absolute;right:0px;bottom: 0px;}

.seo_a a{	color: #333333;}



@media(max-width: 1560px){
  .ln_ll{margin-top: 30px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding-bottom: 20px;margin-bottom: 30px;}
  .ln_ll li{margin-bottom: 20px;width: 50%;}
  .ln_ll li h2{	font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #4c3f87;}

    .ln_ll li h3{	font-size: 20px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 30px;
      letter-spacing: 0px;
      color: #333333;}


  .ln_22{margin-top: 20px;}
  .ln_22 li{margin-bottom: 20px;width: 100%;}
  .ln_22 li h2{	font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #4c3f87;}

    .ln_22 li h3{	font-size: 20px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 30px;
      letter-spacing: 0px;
      color: #333333;}
} 




@media(max-width: 1440px){
  .ln_ll{margin-top: 20px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding-bottom: 20px;margin-bottom: 20px;}
  .ln_ll li{margin-bottom: 10px;width: 50%;}
  .ln_ll li h2{	font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #4c3f87;}

    .ln_ll li h3{	font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 30px;
      letter-spacing: 0px;
      color: #333333;}


  .ln_22{margin-top: 20px;}
  .ln_22 li{margin-bottom: 10px;width: 100%;}
  .ln_22 li h2{	font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #4c3f87;}

.ln_22 li h3{	font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 30px;
      letter-spacing: 0px;
      color: #333333;}


.lxtt{	font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 2px;
        color: #000000;}

} 



@media(max-width: 1360px){
  .ln_ll{margin-top: 20px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding-bottom: 20px;margin-bottom: 20px;}
  .ln_ll li{margin-bottom: 10px;width: 50%;}
  .ln_ll li h2{	font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #4c3f87;}

    .ln_ll li h3{	font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 25px;
      letter-spacing: 0px;
      color: #333333;}


  .ln_22{margin-top: 20px;}
  .ln_22 li{margin-bottom: 10px;width: 100%;}
  .ln_22 li h2{	font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #4c3f87;}

.ln_22 li h3{	font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 25px;
      letter-spacing: 0px;
      color: #333333;}


.lxtt{	font-size: 16px;
        font-weight: 600;
        line-height: 25px;
        letter-spacing: 2px;
        color: #000000;}

} 




@media(max-width: 1300px){
  .lx_22{width: 100%;margin-top: 25px;}
  .ln_22 li{margin-bottom: 10px;width: 50%;}
}

@media(max-width: 1025px){
  .lx_11{width: 100%;}
.wm_ll li{width: 110px;}
.ln_22 li{margin-bottom: 10px;width: 100%;}
.ln_ll li{width: 100%;}
.section7 {padding: 35px 0;}
}






/* head_22 */
.head_22{background:url(../images/hh2.png) no-repeat center top #f3f4f7;width: 100%;padding-bottom: 40px;}

.w1581{max-width: 1581px;margin:0 auto;padding: 0 15px;}
.fp-viewing-page9 .head_11{display:none;}
.logo_3{line-height: 136px;}
.logo_3 img{line-height: 136px;}

.nav3{width: 58%;}
.nav3 li a{color:#000000;font-size: 18px;}


.df_aa{width: 42%;}
.linkx{color:#999999;font-size: 14px;line-height: 25px;margin-top: 25px;}
.linkx a{color:#999999;font-size: 14px;line-height: 25px;margin-right: 6px;}

.dz_a{color:#29166f;font-size: 16px;}
.dz_a p{
    background:url(../images/l4.png) no-repeat left;padding-left: 35px;
}



.rx{margin-right: 50px;}
.rx p:nth-child(1){color:#4c3f87;font-size: 18px;}
.rx p:nth-child(2){color:#000000;font-size: 36px;}
.rx p:nth-child(3){color:#000000;font-size: 36px;}


.wm_33{margin-top: 36px;}
.wm_33 li:nth-child(1){margin-right: 25px;}
.wm_33 li img{max-width: 100%;}
.wm_33 li h2{text-align: center;}
.wm_33 li h2 a{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #000000;text-align: center;}



.cop_aa{background:#eaecf2;}
.sea_2{color:#a6aab8;font-size: 14px;line-height: 45px;}
.sea_2 a{color:#a6aab8;font-size: 14px;line-height: 45px;}





@media(max-width: 1370px){
  .rx p:nth-child(1){color:#4c3f87;font-size: 16px;}
  .rx p:nth-child(2){color:#000000;font-size: 30px;}

  .wm_33 li{width: 110px;}
  .wm_33 li:nth-child(1){margin-right: 15px;}
}



@media(max-width: 1200px){
  .rx p:nth-child(1){color:#4c3f87;font-size: 16px;}
  .rx p:nth-child(2){color:#000000;font-size: 25px;}
.rx p:nth-child(3){color:#000000;font-size: 25px;}
  .wm_33 li{width: 110px;}
  .wm_33 li:nth-child(1){margin-right: 15px;}
}



@media(max-width: 1100px){
.nav3{display: none;}
.df_aa{width: 100%;}
}

@media(max-width: 990px){
.rx{margin-top:20px}

.sea_2{color:#a6aab8;font-size: 14px;line-height: 30px;}
.sea_2 a{color:#a6aab8;font-size: 14px;line-height: 30px;}
}


@media(min-width: 991px){
  .allx {
      transition-duration: 2.3s;
      opacity: 0;
      
  }

  .active .allx {
      opacity: 1;
  }
    .active2 .allx {
      opacity: 1;
  }  
  .leftx {
      transform: translateX(-500px);
  }
  .rightx {
      transform: translateX(500px);
  }
  .bottomx {
      transform: translateY(500px);
  }

  .upx {
      transform: translateY(-500px);
  }


  .active .leftx {
      transform: translateX(0);
  }
  .active .rightx {
      transform: translateX(0);
  }
  .active .bottomx {
      transform: translateY(0);
  }

      .active .upx {
      transform: translateY(0);
  }
  .active2 .allx {
      opacity: 1;
  }
  .active2 .bottomx {
      transform: translateY(0);
  }
  
  
.sun-delay0 {
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;
    }

    .sun-delay1 {
        -webkit-transition-delay: 0.4s;
                transition-delay: 0.4s;
    }

    .sun-delay2 {
        -webkit-transition-delay: 0.6s;
                transition-delay: 0.6s;
    }

    .sun-delay3 {
        -webkit-transition-delay: 0.8s;
                transition-delay: 0.8s;
    }

    .sun-delay4 {
        -webkit-transition-delay: 1s;
                transition-delay: 1s;
    }

    .sun-delay5 {
        -webkit-transition-delay: 1.2s;
                transition-delay: 1.2s;
    }

    .sun-delay6 {
        -webkit-transition-delay: 1.4s;
                transition-delay: 1.4s;
    }

    .sun-delay7 {
        -webkit-transition-delay: 1.6s;
                transition-delay: 1.6s;
    }

    .sun-delay8 {
        -webkit-transition-delay: 1.8s;
                transition-delay: 1.8s;
    }

    .sun-delay9 {
        -webkit-transition-delay: 2s;
                transition-delay: 2s;
    }

    .sun-delay10 {
        -webkit-transition-delay: 2.2s;
                transition-delay: 2.2s;
    }

    .sun-ani-left,
    .sun-ani-down,
    .sun-ani-up,
    .sun-ani-right {
        opacity: 0;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .7s;
                transition-duration: .7s;
    }

    .sun-ani-left {
        -webkit-transform: translateX(-100px);
                transform: translateX(-100px);
    }

    .sun-ani-down {
        -webkit-transform: translateY(-350px);
                transform: translateY(-350px);
    }


.sun-ani-up {
        -webkit-transform: translateY(-100px);
                transform: translateY(100px);
    }

    .sun-ani-right {
        -webkit-transform: translatex(100px);
                transform: translatex(100px);
    }

    .actives .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    .active .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    .active .sun-ani-down {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    .active .sun-ani-up {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    .active .sun-ani-right {
        opacity: 1;
        -webkit-transform: translatex(0);
                transform: translatex(0);
   }
  
}





/*------------内页-------------------*/


.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}

.n_banner{width:100%;margin:0 auto;position: relative;z-index: 999;padding-top:85px;}
.n_banner img{width:100%;margin:0 auto}



.pf {width: 100%;height: 40px;position: relative;z-index: 999;}
.pf-box {position: fixed;left: 0;bottom: 0;right: 0;height: 40px;display: flex;justify-content: center;align-items: center;background-color: #0e2f52;overflow: hidden;width:100vw;}
.pf-box a {display: flex;justify-content: center;align-items: center;flex: 1;height: 40px;}

.pf-box a div {max-width: 20%;}
.pf-box a div img {width: 100%;}
.pf-box a h3 {font-size: 12px;color: #fff;margin-left: 5px;white-space: nowrap;}

.pf-box a.active {background-color: #0f67c5;}


@media (max-width: 768px) {
.n_banner{margin-top: 0px;}
.x-banner{margin-top:60px}
.n_banner{width:100%;margin:0 auto;position: relative;z-index: 999;padding-top: 61px;}
}




/* 友情链接 */

.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #2a333c;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd{
    width:calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width:120px;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}



/*内页左侧样式*/

.page-product-inquiry a {
    color: #fff;
}



/*phone底部导航*/

li {
    list-style: none;
}

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #191919;
    z-index: 999;
    border-top: 1px solid #fff;
}

.pf_down li {
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url(../images/a1.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url(../images/a2.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url(../images/a3.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
    border: none;
}






/***/
.liurongyu{

  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 4% 0;
  overflow: hidden;
}
.rngyubg{
  text-align: center;
}
.rngyubg_a{
  font-size: 44px;
font-weight: normal;
font-stretch: normal;
line-height: 100px;
letter-spacing: 0px;
color: #333333;
}
.rngyubg_b{
  background: url(../images/xv11.png)  center center no-repeat;
  width: 44px;
  height: 5px;
  margin: 0.4% auto 0;
}
.rngyubg_c{
  font-size: 16px;
font-weight: normal;
font-stretch: normal;
line-height:50px;
letter-spacing: 0px;
color: #333333;
}


#certify {
position: relative;
margin: 3% auto 0;
}

#certify .swiper-container {
padding-bottom: 60px;
}

#certify  .swiper-slide {
width: 322px;
height: 429px;
background: #fff;
box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
display:block;
}
#certify  .swiper-slide p {
line-height: 98px;
padding-top: 0;
text-align: center;
color: #636363;
font-size: 1.1em;
margin: 0;
}

#certify .swiper-pagination {
width: 100%;
bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 5px;
border: 3px solid #fff;
background-color: #d5d5d5;
width: 10px;
height: 10px;
opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
border: 3px solid #00aadc;
background-color: #fff;
}

.swipexynext{
  position: absolute;
  top:40%;
  right: 0px;
  background: url(../images/hha.png) no-repeat;
  width: 70px;
  height: 47px;
  background-size: 100% 100%;
  z-index: 999;
  border: none;
  outline: none;
}
.swipexyfrev{
  position: absolute;
  top:40%;
  left: 0px;
  background: url(../images/hhb.png) no-repeat;
  width: 70px;
  height: 47px;
  background-size: 100% 100%;
  z-index: 999;
  border: none;
  outline: none;
}

.liuchangli{
  box-sizing: border-box;
  padding: 3% 0;

}


#certify .swiper-slide img{max-width: 100%;}



@media(max-width:1200px){

    #certify .swiper-slide {
        width: 290px;
        height: 386px;
    }

}
@media(max-width:1024px){
    .liuand {
        font-size: 20px;
    }
    #certify .swiper-slide {
        width: 260px;
        height: 347px;
    }
 
}


@media(max-width:992px){

    #certify .swiper-slide {
        width: 200px;
        height: 267px;
    }


    .rngyubg_c{
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 24px;
      letter-spacing: 0px;
      color: #333333;margin-top: 15px;
    }

}
@media(max-width:500px){
    #certify .swiper-slide {
        width: 150px;
        height: 201px;
    }
    .swipexyfrev , .swipexynext{
        width: 40px;
        height: 27px;
        top: 30%;
    }


}

@media(max-width:1025px){
  .section{height: auto!important;}
  .fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: auto!important;
}
}

/*.n_banner{margin-top:85px;}*/




/* 下來的樣式 */

.nav_33{ position: absolute;background:#29166f;  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;width: 85px;height:85px;z-index: 999999;}

.xymob-navbtn2 {

  width: 30px;
  height: 20px;margin:0 auto;margin-top:33px;
}

.xymob-navbtn2 span, .xymob-navbtn2:after, .xymob-navbtn2:before {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xymob-navbtn2 span {
  margin: 7px 0;
}

.xymob-navbtn2:after, .xymob-navbtn2:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.xymob-navbtn2.clicked span {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.xymob-navbtn2.clicked:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.xymob-navbtn2.clicked:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}




.xymob-menu2 {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
background:url(../images/xl.png) repeat-y center top;
  padding: 0 10%;
}

.xymob-menu2 .xymob-menu-box2 {
  height: 100vh;
  overflow: auto;
  padding-bottom: 80px;
}


.logo_44{line-height: 107px;}
.logo_44 img{line-height: 107px;}


.w1468{max-width: 1468px;margin:0 auto;padding: 0 15px;margin-top: 30px;}
.dao_zb{width: 50.20%;}
.dao_zb h2{	font-size: 36px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #ffffff;border-bottom: 1px solid rgba(255,255,255,.5);padding-bottom: 15px;}

.dao_zb h2 span{	font-weight: 600;}

.dao_zb h3{	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 1px;
	color: #ffffff;padding-left: 10px;background:url(../images/xv1.png) no-repeat center left;margin-top: 30px;}


  .ln_ll3{margin-top: 36px;border-bottom: 1px solid rgba(255, 255, 255, 0.5);padding-bottom: 20px;margin-bottom: 40px;}
  .ln_ll3 li{margin-bottom: 20px;width: 40%;}
  .ln_ll3 li:nth-child(2n){width: 50%;}
  .ln_ll3 li h4{	font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;}

    .ln_ll3 li h5{	font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 36px;
      letter-spacing: 0px;
      color: #ffffff;}

.dao_yb{width: 32%;}
.dao_yb h2{	font-size: 36px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #ffffff;border-bottom: 1px solid rgba(255,255,255,.5);padding-bottom: 15px;}

.dao_yb h2 span{	font-weight: 600;}

.nav_4{margin-top: 30px;}
.nav_4 li{width: 50%;float: left;line-height: 36px;margin-bottom: 20px;padding-bottom: 5px;}
.nav_4 li a{color:rgba(255,255,255,.4);font-size: 24px;font-weight: 600;line-height: 36px;}
.nav_4 li:hover a{color:rgba(255,255,255,1)}
.nav_4 li:hover{background:url(../images/xb11.png) no-repeat left bottom;}


.so22{margin-top: 80px;}
.so22 #formsearch input{height:64px;background:none;border:none;line-height:64px;width: 370px;}
.so22 #formsearch input#keyword{height:64px;line-height:64px;padding-left:14px;color:#fff;}
.so22 #formsearch input#s_btn{width:46px;height:64px;line-height:64px;
  text-align:center;color:#fff;border:none;cursor:pointer;background:url(../images/sou99.png) no-repeat center;font-size: 0px;}
.so22 #formsearch{width:440px;float:left;background: rgba(255, 255, 255, 0.5);}








.x-message-wrap{margin-top: 20px;}
.x-message-wrap .row {
  margin-left: -5px;
  font-size: 0;
  margin-right: -5px;
}

.x-message-wrap div[class^='col-'] {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.x-message-wrap input[type='text'],
.x-message-wrap textarea {
  width: 100%;
  height: 62px;
  border:none;
  padding: 0 10px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.5);
  outline: none;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.x-message-wrap input[type='text']::-webkit-input-placeholder,
.x-message-wrap textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.x-message-wrap input[type='text']:-ms-input-placeholder,
.x-message-wrap textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.x-message-wrap input[type='text']::-ms-input-placeholder,
.x-message-wrap textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.x-message-wrap input[type='text']::placeholder,
.x-message-wrap textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.x-message-wrap textarea {
  padding-top: 10px;
  height: 62px;
  resize: none;
}

.x-message-wrap #checkcode {
  float: left;
  width: 32.29813665%;
  margin-bottom: 0;
}

.x-message-wrap .checkCodeImg {
  float: left;
  display: block;
  text-align: center;
  width: 17.39130435%;
  height: 62px;
  font-size: 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 10px;
}

.x-message-wrap .checkCodeImg img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.x-message-wrap .checkCodeImg:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.x-message-wrap .checkCodeImg img {
  cursor: pointer;
}

.x-message-wrap .x-submit {
  float: right;
  width: 49.68944099%;
  height: 62px;
  font-size: 16px;
  border: none;
  outline: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: rgba(255, 255, 255, 1);background: #ffd873;
}

.x-message-wrap .x-submit:hover {
  background: #ffd873;
}


.header_22{z-index:9999!important;background:#fff;
position:absolute;width: 100%;
  
}


.spot-list2_a{position: absolute;top:0px;left:0px;}

.spot-list_b{position: relative; z-index: 1; width: 104px; height: 104px;}
.spot-list_b span{opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%;  background: #29166f;
-webkit-animation: eavesdropping-circle 4s cubic-bezier(0.22, 0.61, 0.36, 0.5) infinite; animation: eavesdropping-circle 4s cubic-bezier(1, 2, 0.66, 3) infinite;}
.spot-list_b span:nth-child(1){-webkit-animation-delay: 1.5s; animation-delay: 1.5s;}
.spot-list_b span:nth-child(2){-webkit-animation-delay: 2s; animation-delay: 2s;}
.spot-list_b span:nth-child(3){-webkit-animation-delay: 2.5s; animation-delay: 2.5s;}
.spot-list_b span:nth-child(4){-webkit-animation-delay: 3s; animation-delay: 3s;}
.spot-list_b span:nth-child(5){-webkit-animation-delay: 4.5s; animation-delay: 4.5s;}





.spot-list_c{position: absolute;top:0px;left:0px;}
.spot-list_d{position: relative; z-index: 1; width: 80px; height: 80px;}
.spot-list_d span{opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%;  background: rgba(255, 216, 115, 0.9);
-webkit-animation: eavesdropping-circle 4s cubic-bezier(0.22, 0.61, 0.36, 0.5) infinite; animation: eavesdropping-circle 4s cubic-bezier(1, 2, 0.66, 3) infinite;}
.spot-list_d span:nth-child(1){-webkit-animation-delay: 1.5s; animation-delay: 1.5s;}
.spot-list_d span:nth-child(2){-webkit-animation-delay: 2s; animation-delay: 2s;}
.spot-list_d span:nth-child(3){-webkit-animation-delay: 2.5s; animation-delay: 2.5s;}
.spot-list_d span:nth-child(4){-webkit-animation-delay: 3s; animation-delay: 3s;}
.spot-list_d span:nth-child(5){-webkit-animation-delay: 4.5s; animation-delay: 4.5s;}








@keyframes eavesdropping-circle {
  0% {
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0.08; 
   }
  50% {
	opacity: 0.1; 
   }
  100% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0; } 
}

.hh_zz{overflow: hidden;margin-top:25px;}
.hh_zz li{position: relative;}
.hh_zz li a.img{width:100%;display:block;}
.hh_zz li a.img img{width: 100%}
.hh_zz li{margin-bottom: 10px;}





