.main{
    max-width: 92%;
    margin: 0 auto;
    padding: 0 0px;
}

.header_search ul .sss{
    display: none;
}
.nheader_search ul .sss{
    display: none;
}
.header{
    height:110px;
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.header .header_main{
    width: 92%;
    margin: auto;
}
.header .header_logo{
    float: left;
    margin-top: 40px;
    position: relative;
    width: 142px;
    height: 30px;
}
.nheader .nheader_logo{
    float: left;
    margin-top: 10px;
    position: relative;
    /* width: 205px;
    height: 76px; */
}
.header .header_logo a{
    display: block;
    width: 100%;
    height: 100%;

}
.nheader .nheader_logo a{
    width: 160px;
    display: block;
    /*width: 100%;*/
    height: 100%;

}
.header .header_logo a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.nheader .nheader_logo a img{
    /* position: absolute;

    top: 0;
    left: 0;
    width: 100%; */
    max-width: 100%;
}
.header .header_logo .color{
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.header .header_right .header_nav a{
    /* color: #ccc; */
}
.header .header_right .header_search a{
    color: #000;
}
.nheader .nheader_right .nheader_nav a{
    color: #000;
}
.nheader .nheader_right .nheader_search a{
    color: #000;
}

.header-color .header_right .header_nav a{
    color: #000;
}
.header-color .header_right .header_search a{
    color: #000;
}
.header-color .header_logo .color{
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 1;
}
.header-color .header_logo .white{
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.header-dong {
    -webkit-animation: doudong1 0.5s ease-in-out;
    -o-animation: doudong1 0.5s ease-in-out;
    animation: doudong1 0.5s ease-in-out;
}
@keyframes doudong1 {
    0% {
        -webkit-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
        -o-transform: translateY(-90px);
        transform: translateY(-90px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes doudong1 {
    0% {
        -webkit-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
        -o-transform: translateY(-90px);
        transform: translateY(-90px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes doudong1 {
    0% {
        -webkit-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
        -o-transform: translateY(-90px);
        transform: translateY(-90px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-o-keyframes doudong1 {
    0% {
        -webkit-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
        -o-transform: translateY(-90px);
        transform: translateY(-90px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
#fp-nav{
    right: 20px;
}



#fp-nav ul li a span, .fp-slidesNav ul li a span{
    height: 8px!important;
    width: 8px!important;
    background:rgb(0 0 0 / 43%)!important;
    margin: -4px 0 0 -7px!important;
}
#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: 8px!important;
    width: 8px!important;
    background: #fff!important;
}

.header .header_right{
    float: right;
}
.header .header_search{
    float: right;
}
.nheader .nheader_right{
    float: right;
}
.nheader .nheader_search{
    float: right;
}
.header_right .header_nav ul li{
    float: left;
    line-height: 110px;
    padding: 0 25px 0 25px;
}
.header_right .header_nav ul li:last-child{
	padding-right:0
}
.header_right .header_nav ul li a{
    font-size: 1.8rem;
    color: #ffffff;
    /*display: block;*/
}
.header_right .header_nav ul li:hover a{
    color: #0270e3;
    border-bottom: 4px solid #0270e3;
    padding-bottom: 8px;
	font-weight:700
	
}
.header_search ul li{
    float: left;
    line-height: 110px;
    padding: 0 20px 0 20px;
}
.header_search ul li a{
    font-size: 16px;
    color: #fff;
}
.nheader_right .nheader_nav ul li{
    float: left;
    line-height: 80px;
    padding: 0 25px 0 25px;
}
.nheader_right .nheader_nav ul li a{
    font-size: 18px;
    color: #ffffff;
    /*display: block;*/
}
.nheader_right .nheader_nav ul li:hover a{
    color: #0270e3;
    border-bottom: 1px solid #0270e3;
    padding-bottom: 8px;
}
.nheader_search ul li{
    float: left;
    line-height: 80px;
    padding: 0 20px 0 20px;
}
.nheader_search ul li a{
    font-size: 16px;
    color: #666;
}
.header_search ul li a img{
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}
.nheader_search ul li a img{
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}
/*.header .header_search ul .en a {
    padding-right: 20px;
    background: url(../images/icon2.png) no-repeat center right 5px;
}
.nheader .nheader_search ul .en a {
    padding-right: 20px;
    background: url(../images/icon2-1.png) no-repeat center right 5px;
}
.header-color .header_search ul .en a {
    !* padding-right: 20px; *!
    background: url(../images/icon2-1.png) no-repeat center right 5px;
}*/
.swiper_sbanner{
    width: 100%;
    height: 100%;
}
/* .fp-section.fp-table, .fp-slide.fp-table{
    overflow: hidden!important;
} */
.swiper_s1{
    position: relative;
}
.swiper_s1 .swiper-container .swiper-slide .banner_title{
    position: absolute;
    top: 31%;
    z-index: 20;
    width: 100%;
}
.swiper_s1 .swiper-container .swiper-slide .banner_title .p1{
   font-size: 3rem;
    line-height: 1rem;
    color: #ffffff;
    padding-bottom: 10px;
    letter-spacing: 0.05rem;
}
.swiper_s1 .swiper-container .swiper-slide .banner_title .p2{
    font-size: 6.5rem;
    line-height: 7.8rem;
    color: #ffffff;
    padding-bottom: 4rem;
    letter-spacing: 0.05rem
}
.swiper_s1 .swiper-container .swiper-slide .banner_title .p3{
    line-height: 1.5rem;
    font-size: 2rem;
    color: #ffffff;
}
.swiper_s1 .swiper-container .swiper-slide .banner_title .p4{
    width: 180px;
    height: 50px;
    border: 1px solid #fff;
    border-radius:  25px;
    text-align: center;
    margin-top: 60px;
    overflow: hidden;
}
.swiper_s1 .swiper-container .swiper-slide .banner_title .p4 a{
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    display: block;
    border-radius:  25px;
    /*background: url(../images/icon5.png) no-repeat center right 35px ;*/
    background: url(../images/icon5.png) no-repeat center right 25px ;
    /*padding: 0 40px;*/
    padding: 0 25px;
    text-align: left;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.swiper_s1 .swiper-container .swiper-slide .banner_title .p4 a:hover{
    transition: all 0.75s ease-out;
    /* transform: scale(1.25); */
    background: #0270e3 url(../images/icon5.png) no-repeat center right 25px ;
}
.swiper_s1 .swiper-container .swiper-slide .banner_swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper_s1 .swiper-container .swiper-slide .banner_swiper img{
    width: 100%;
    height: 100%;
	object-fit:cover
}
.swiper-pagination1 .swiper-pagination-bullet {
    width: 60px;
    border-radius: 4px;
    background: #5b5f65;
}
.swiper-pagination1 .swiper-pagination-bullet-active{
    background: #d0d2d3;
}
.swiper_s1 .swiper_sbanner{
    height: 100%;
}
.swiper_s1 .roll{
       z-index: 30;
    position: absolute;
    bottom: 60px;
    text-align: center;
    margin: 0px auto;
    width: 100%;
}
.swiper_s1 .roll p{
    color: #cccccc;
    font-size: 16px;
}
.swiper_s1 .roll .sdb04{
    -webkit-animation: sdb04 2.5s infinite ease-in-out;
    -moz-animation: sdb04 2.5s infinite ease-in-out;
    animation: sdb04 2.5s infinite ease-in-out;
    margin: auto;
}

@keyframes sdb04 {
    0% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.header  .header_search .a2{
    display: none;
}
.header-color  .header_search .a1{
    display: none;
}
.header-color  .header_search .a2{
    display: block;
}
.header-color  .header_search .a2 a{
    color: #8d8d8d;
}
/*  */
.sec_2{
    background: url(../images/tu3.jpg) no-repeat center center;
    background-size: cover;
}
.bg2{
    background: url(../images/bg2.jpg) no-repeat center center;
    background-size: cover;
}
.bg3{
    background: url(../images/bg3.jpg) no-repeat center center;
    background-size: cover;
}
.bg4{
    background: url(../images/tu6.jpg) no-repeat center center;
    background-size: cover;
}
.sec_5{
    background: url(../images/bj2.png) no-repeat center center;
    background-size: cover;
}
.sec_2 .core{
    width: 100%;
}
.sec_0_l h4{
    font-size: 4rem;
    color: #1a1a1a;
}
.sec_0_l h5{
    font-size: 30px;
    color: #4c4c4c;
    /* font-weight: 400; */
}
.sec_0_l i{
    margin-top: 25px;
    width: 57px;
    display: inline-block;
    border: 2px solid #666666;
}
.sec_0_l .p1{
    margin-top: 60px;
    width: 140px;
    padding-bottom: 8px;
}
.sec_0_l .p1 a{
    display: block;
    font-size: 1.5rem;
    color: #046ddc;
    line-height: 30px;
    border-bottom: 1px solid #046ddc;
    /* padding-bottom: 8px; */
    padding-right: 25px;
    background: url(../images/icon5-1.png) no-repeat center right;
    position: relative;
}
.sec_0_l .p1 a::before{
    content: '';
    background: #e53312;
    left: 0%;
    height: 1px;
    width: 0%;
    position: absolute;
    bottom: -1px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}
.sec_0_l .p1 a:hover::before{
    width: 100%;
}
.sec_0_l{
   /* float: left;*/
     width: 33.3%;

}
.sec_0_r{
    /*float: right;*/
    width: 66.6%;
    overflow: hidden;
}
.sec_0_r .item{
    width: 100%;
    overflow: hidden;
}
.sec_0 .core{
    /*display: table;*/
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.sec_0 .core .min{
   /* display: table-cell;
    vertical-align: middle;*/
    display: flex;
    max-height: 100%;
    /*margin-top: 50%;*/
    padding-top: 300px;
    width: 92%;
    margin: 0px auto;
}
.sec_0_img img{
    max-width: 100%;
    width: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}
.sec_0_text .p1{
    font-size:1.8rem;
    line-height: 30px;
    color: #1a1a1a;
    font-weight: 500;
}
.sec_0_text .p2{
    font-size:1rem;
    line-height: 36px;
    color: #666666;
}
.sec_0_text{
    padding: 20px;
    box-sizing: border-box;
}
.sec_0_container .swiper-slide .sec_0_img{
    overflow: hidden;
}
.sec_0_container .swiper-slide:hover .sec_0_img img{
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}
.sec_0 .swiper-button-prev, .sec_0 .swiper-container-rtl .swiper-button-next{

    width: 42px;
    height: 42px;
    background: url(../images/icon9.png) no-repeat;
    left: 180px;
    outline: none;
    top: 70%;
}
.sec_0 .swiper-button-next, .sec_0 .swiper-container-rtl .swiper-button-prev{
    width: 42px;
    height: 42px;
    background: url(../images/icon9-1.png) no-repeat;
    right: 0;
    left: 240px;
    outline: none;
    top: 70%;
}

.sec_0  .boxRight {
  width: calc(100% - 0rem);
}
.sec_0.active  .boxRight .item{
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transition: translate3d(0, 0, 0);
    -o-transition: translate3d(0, 0, 0);
    transition: translate3d(0, 0, 0);
}
.sec_0  .boxRight .item {
  width: 25%;
  box-sizing: border-box;
  border: 0px solid #ddd;
  padding: 0rem 0rem;
  position: relative;
  filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(300px,0, 0);
    -moz-transition: translate3d(300px, 0, 0);
    -o-transition: translate3d(300px, 0, 0);
    transition: translate3d(300px, 0, 0);
}
.sec_0  .boxRight .item:nth-child(2) {
    transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
}
.sec_0  .boxRight .item:nth-child(3) {
    transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
}
.sec_0  .boxRight .item:nth-child(4) {
    transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
}

	.ease-3 {
    -webkit-transition: all 1s;
    -khtml-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.sec_0  .boxRight .item a {
  display: block;
}
.sec_0  .boxRight .item a .main {
  z-index: 2;
  position: relative;
  max-width:100%
}
.sec_0  .boxRight .item a .main .left {
  width: 100%;
}
.sec_0  .boxRight .item a .main .left img {
  width: 100%;
  margin-top: 0rem;
  transition: 0.4s;
}
.sec_0  .boxRight .item a .main .left .img2 {
  display: none;
}
.sec_0  .boxRight .item a .main .right {
  width: 100%;
  box-sizing: border-box;
}
.sec_0  .boxRight .item a .main .right .content1 {
    font-size: 1.5rem;
    color: #fff;
    transition: 0.4s;
    padding: 1rem 0;
    height: 8rem;
    padding: 1rem;
    display: flex;
    position: absolute;
    margin-top: -8rem;
	width:100%;
}
.sec_0  .boxRight .item a .main .right .content2 {
  margin-top: 1rem;
  font-size: 1.5rem;
  color: #666;
  line-height: 2.125rem;
  transition: 0.4s;
  display:none
}
.sec_0  .boxRight .item a .main .right .content3 {
  margin-top: 2.5rem;
  font-size: 1rem;
  font-family: 'gilroy_bold';
  color: #c9182d;
  transition: 0.4s;
}
.sec_0  .boxRight .item a .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.0s;
}
.sec_0  .boxRight .item a .img img {
  width: 100%;
  height: 100%;
}

.flexBetween {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}





@media screen and (min-width: 1280px) {
	
	.sec_0  .boxRight .item:hover a .main .left .img1 {
	  display: none;
	}
	.sec_0  .boxRight .item:hover a .main .left .img2 {
	  display: none;
	}
	.sec_0  .boxRight .item:hover a .main .right .content1 {
	  color: #fff;
	  display:none
	}
	.sec_0  .boxRight .item:hover a .main .right .content2 {
	  color: #fff;
	   display:block;
	   padding: 3rem 2rem;
	}
	.sec_0  .boxRight .item:hover a .main .right .content3 {
	  color: #fff;
	}
	.sec_0  .boxRight .item:hover a .img {
	  opacity: 1;
	}
	
}

.sec_4_l h4{
    font-size: 4rem;
    color: #1a1a1a;
}
.sec_4_l h5{
    font-size: 30px;
    color: #4c4c4c;
    /* font-weight: 400; */
}
.sec_4_l i{
    margin-top: 25px;
    width: 57px;
    display: inline-block;
    border: 2px solid #666666;
}
.sec_4_l .p1{
    margin-top: 60px;
    width: 140px;
    padding-bottom: 8px;
}
.sec_4_l .p1 a{
    display: block;
    font-size: 18px;
    color: #046ddc;
    line-height: 30px;
    border-bottom: 1px solid #046ddc;
    /* padding-bottom: 8px; */
    padding-right: 25px;
    background: url(../images/icon5-1.png) no-repeat center right;
    position: relative;
}
.sec_4_l .p1 a::before{
    content: '';
    background: #e53312;
    left: 0%;
    height: 1px;
    width: 0%;
    position: absolute;
    bottom: -1px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}
.sec_4_l .p1 a:hover::before{
    width: 100%;
}
.sec_4_l{
   /* float: left;*/
     width: 33.3%;

}
.sec_4_r{
    /*float: right;*/
    width: 66.6%;
    overflow: hidden;
}
.sec_4_r .item{
    width: 100%;
    overflow: hidden;
}
.sec_4 .core{
    /*display: table;*/

    height: 100%;
    width: 100%;
}
.sec_4 .core .min{
   /* display: table-cell;
    vertical-align: middle;*/
    display: flex;
    max-height: 100%;
    /*margin-top: 50%;*/
    padding-top: 300px;
    width: 92%;
    margin: 0px auto;
}
.sec_4_img img{
    max-width: 100%;
    width: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}
.sec_4_text .p1{
    font-size:20px;
    line-height: 30px;
    color: #1a1a1a;
    font-weight: 500;
}
.sec_4_text .p2{
    font-size:14px;
    line-height: 36px;
    color: #666666;
}
.sec_4_text{
    padding: 20px;
    box-sizing: border-box;
}
.sec_4_container .swiper-slide .sec_4_img{
    overflow: hidden;
}
.sec_4_container .swiper-slide:hover .sec_4_img img{
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}
.sec_4 .swiper-button-prev, .sec_4 .swiper-container-rtl .swiper-button-next{

    width: 42px;
    height: 42px;
    background: url(../images/icon9.png) no-repeat;
    left: 180px;
    outline: none;
    top: 70%;
}
.sec_4 .swiper-button-next, .sec_4 .swiper-container-rtl .swiper-button-prev{
    width: 42px;
    height: 42px;
    background: url(../images/icon9-1.png) no-repeat;
    right: 0;
    left: 240px;
    outline: none;
    top: 70%;
}

.sec_4  .boxRight {
  width: calc(100% - 0rem);
}
.sec_4  .boxRight .item {
  width: 50%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 2rem 1.525rem;
  position: relative;
  
}
.sec_4  .boxRight .item a {
  display: block;
}
.sec_4  .boxRight .item a .main {
  z-index: 2;
  position: relative;
}
.sec_4  .boxRight .item a .main .left {
  width: 5.25rem;
}
.sec_4  .boxRight .item a .main .left img {
  width: 100%;
  margin-top: 0.5rem;
  transition: 0.4s;
}
.sec_4  .boxRight .item a .main .left .img2 {
  display: none;
}
.sec_4  .boxRight .item a .main .right {
  width: calc(100% - 5.25rem);
  box-sizing: border-box;
  padding-left: 2.8125rem;
}
.sec_4  .boxRight .item a .main .right .content1 {
  font-size: 1.5rem;
  color: #000;
  transition: 0.4s;
}
.sec_4  .boxRight .item a .main .right .content2 {
  margin-top: 1rem;
  font-size: 1.5rem;
  color: #666;
  line-height: 2.125rem;
  transition: 0.4s;
}
.sec_4  .boxRight .item a .main .right .content3 {
  margin-top: 2.5rem;
  font-size: 1rem;
  font-family: 'gilroy_bold';
  color: #c9182d;
  transition: 0.4s;
}
.sec_4  .boxRight .item a .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
}
.sec_4  .boxRight .item a .img img {
  width: 100%;
  height: 100%;
}

.flexBetween {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}





@media screen and (min-width: 1280px) {
	
	.sec_4  .boxRight .item:hover a .main .left .img1 {
	  display: none;
	}
	.sec_4  .boxRight .item:hover a .main .left .img2 {
	  display: inline-block;
	}
	.sec_4  .boxRight .item:hover a .main .right .content1 {
	  color: #fff;
	}
	.sec_4  .boxRight .item:hover a .main .right .content2 {
	  color: #fff;
	}
	.sec_4  .boxRight .item:hover a .main .right .content3 {
	  color: #fff;
	}
	.sec_4  .boxRight .item:hover a .img {
	  opacity: 1;
	}
	
}



.sec_5 .sec_5_l{
    width: 40%;
    float: left;
}
.sec_5 .sec_5_r{
    width: 50%;
    float: right;
}

.sec_5 .core{
    display: table;
    height: 100%;
    width: 100%;
    /* z-index: 30; */
    position: absolute;
    top: 0;
}
.sec_5 .core .min{
    display: table-cell;
    vertical-align: middle;
    max-height: 100%;
	padding-top: 200px;
}
.sec_5 .sec_5_l  h4{
    font-size: 4rem;
    color: #fff;
	margin-top: 40px;
}
.sec_5 .sec_5_l  h5{
    font-size: 30px;
    color: #fff;
	
}
.sec_5 .sec_5_l i{
    width: 57px;
    display: inline-block;
    border: 2px solid #fff;
}
.sec_5 .sec_5_l .p1{
    color: #fff;
    padding-top: 10px;
}
.sec_5 .sec_5_l .more{
    width: 180px;
    height: 50px;
    border: 1px solid #046ddc;
    border-radius: 25px;
    text-align: center;
    margin-top: 60px;
}
.sec_5 .sec_5_l .more a {
    color: #046ddc;
    font-size: 16px;
    line-height: 50px;
    display: block;
    border-radius: 25px;
    background: url(../images/icon5-1.png) no-repeat center right 25px;
    padding: 0 25px;
    text-align: left;
}
.sec_5 .sec_5_l .more a:hover {
    transition: all 0.75s ease-out;
    background: #fff url(../images/icon5-1.png) no-repeat center right 25px;
}

.sec_5_l .contact-info{position: relative;color:#000;padding:3rem}
.sec_5_l .xports-name{margin-top:0px;font-size: 1.75rem; line-height: 1.2;}
.sec_5_l .xports-phone{margin-top:3.5rem;color:#000;font-size: 1.5rem;background: #fff url(../images/Email.svg) no-repeat left;background-size:1.5rem;padding-left:2rem}
.sec_5_l .xports-phone-num{margin-top:1rem;font-size: 1.5rem;}
.sec_5_l .xports-email{margin-top:1.5rem;color:#000;font-size: 1.5rem;}
.sec_5_l .xports-email-num{margin-top:1.5rem;}
.sec_5_l .xports-adress{margin-top:1.5rem;color:#000;font-size: 1.5rem;background: #fff url(../images/Address.svg) no-repeat left;background-size:1.5rem;padding-left:2rem;line-height:1.5rem}
.sec_5_l .xports-adress-content{margin-top:1rem;font-size: 1.5rem;max-width: 90%;line-height: 2;}
.sec_5_l .contact-info .xports-wechat{position: absolute;bottom: 0;right: 0;color:#000;font-size: 1.5rem;}
.sec_5_l .contact-info .xports-wechat p{margin-bottom: 1.5rem;}
.sec_5_l .contact-info .xports-wechat img{width: 150px;}
.sec_5_l .copr-right{font-size: 1rem;height: 160px; color:#000;text-align: center;background: #0e1015;}
.sec_5_l .copr-right img{margin-top:50px;}
.sec_5_l .copr-right p{margin-top:1.5rem;line-height: normal;}
.footer-section .footer{
    width: 100%;
    background-color: #1d242a;
}
.footer .footer_box .footer_l{
    /*width: 48%;*/
    width: 55%;
    float: left;
    padding-right: 20px;
}
.footer .footer_box .footer_r{
    /*width: 52%;*/
    width: 45%;
    float: left;
    padding-left: 50px;
    border-left: 1px solid #343a40;
}
.footer .footer_box .footer_l ul li{
    float: left;
    width: 16.5%;
}
.footer .footer_box .footer_l ul li a{
    display: block;
    color: #999;
}
.footer .footer_box .footer_l ul li h4 i{
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ccc;
    margin-top: 10px;
}
.footer .footer_box .footer_l ul li h4{
    padding-bottom: 20px;
}
.footer .footer_box .footer_l ul li h4 a{
    font-size: 16px;
    font-weight: 400;
    color: #ccc;
}
.footer .footer_box .footer_l ul li div a{
    font-size: 12px;
    line-height: 36px;
}
.footer .footer_box .footer_l ul li div a:hover{
    color: #0270e3;
}
.footer_r .footer_r_l{
    float: left;
    width: 60%;
}
.footer_r .footer_r_r{
    float: left;
    padding-left: 70px;
}
.footer .footer_box{
    padding: 50px 0;
}
.footer_r_l h4{
    font-size: 16px;
    color: #ccc;
    font-weight: 400;
    padding-bottom: 20px;
}
.footer_r_r h4{
    font-size: 16px;
    color: #ccc;
    font-weight: 400;
    padding-bottom: 20px;
}
.footer_r_l div p{
    font-size: 12px;
    line-height: 36px;
    color: #999;
}
.footer_r_r div .p1{
    color: #999;
    font-size: 12px;
    /*font-weight: 700;*/
    line-height: 36px;
}
.footer_r_r div .p2{
    color: #999;
    font-size: 12px;
    line-height: 24px;
}
.footer_r_r .frr_d{
    margin-bottom: 20px;
}
.footer .fo_b{
    border-top: 1px solid #343a40;
}
.footer .fo_b p{
    float: left;
    line-height: 64px;
    font-size: 14px;
    color: #cccccc;
}
.footer .fo_b div{
    float: right;
    line-height: 64px;
}
.footer .fo_b div a{
    font-size: 14px;
    color: #ccc;
    padding-left: 10px;
}

/*  */
.nheader{
    width: 100%;
    height: 80px;
    background-color: #fff;
}
.nheader .header_min{
    max-width: 95%;
    height: 80px;
    margin: auto;
}
.nbanner .nbanner_img {
    width: 100%;
}
.nbanner .nbanner_img img{
    max-width: 100%;
}
.nbanner {
    position: relative;
}
.nbanner .nbanner_title{
    width: 100%;
    height: 100px;
    display: table;
    position: absolute;
    top: 35%;
}
.nbanner .nbanner_title .min{
    display: table-cell;
    vertical-align: middle;
    max-height: 100%;
}
.nbanner_title .min .main p{
    font-size: 20px;
    color: #fff;
}
.nbanner_title .min .main h5{
    font-size: 36px;
    color: #fff;
}
.new_banner{
    height: 580px;
}
.fix_box .p0 {
    border-bottom: 1px solid #e6e6e6;
}
.fix_box .p0 a{
    vertical-align: middle;
    line-height: 60px;
    font-size: 14px;
    color: #666666;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    background: url(../images/icon11.png) no-repeat center right;
}

.fix_box .p0 a:last-child{
    padding-right: 0;
    background: none;
    color: #0270e3;
}
.fix_box .fi_list p{
    width: 50%;
    float: left;
    height: 60px;
    border-right: 1px solid #e6e6e6;
}
.fix_box .fi_list p:last-child{
    border-right: none;
}
.fix_box .fi_list p a{
    font-size: 16px;
    color: #4c4c4c;
    text-align: center;
    display: block;
    line-height: 60px;
}
.fix_box .fi_list{
    width: 100%;
    box-shadow: 0px 10px 20px 0px #e6e6e6;
}
.fix_box{
    background-color: #fff;

}
.content{
    position: relative;
}
.fixedNav{
    position: absolute;
    top: -60px;
    width: 100%;
    z-index: 10;
}
.fix_box .fi_list p:hover a{
    color: #0270e3;
    border-bottom: 2px solid #0270e3;
}
.fix_box .fi_list p.active1 a{
    color: #0270e3;
    border-bottom: 2px solid #0270e3;
}
.new_list h4{
    font-size: 36px;
    color: #1a1a1a;
    font-weight: 700;
}
.new_list h5{
    font-size: 30px;
    color: #4c4c4c;

}
.new_li a .new_liimg{
    width: 100%;
    overflow: hidden;
}
.new_li a .new_liimg img{
    max-width: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}
.new_li:hover a .new_liimg img{
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}
.new_li a .new_litext .p1{
    font-size: 14px;
    line-height: 36px;
    color: #666666;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}
.new_li a .new_litext .p2{
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    height: 52px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}
.new_li a .new_litext .p3{
    font-size: 16px;
    line-height: 40px;
    border-top: 1px solid #e6e6e6;
    color: #666;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    background: url(../images/icon13.png) no-repeat center right 30px;
}
.news_li .new_li{
    width: 22%;
    margin-bottom: 40px;

}
.news_li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
}
.new_litext{
    background-color: #fafafa;
}
.news_li .new_li:last-child:nth-child(4n - 1) {
    margin-right: calc(22% + 12% / 3);
}
.news_li .new_li:last-child:nth-child(4n - 2) {
    margin-right: calc(44% + 24% / 3);
}
.new_li:hover  a .new_litext .p3{
    color: #1f80e6;
    background: url(../images/icon5-1.png) no-repeat center right 30px;
}
.new_li:hover .new_litext{
    box-shadow: 0px 3px 5px 0px #e6e6e6;
}
.new_list{
    padding-top: 130px;
}
.new_btn{
    /*width: 100%;*/


}
.new_btn ul{
    width: 100%;
    /*height: 90px;*/
     /*padding: 0 40px;*/
    box-sizing: border-box;
    box-shadow: 1px 1px 5px 3px #e6e6e6;

}
.new_btn ul li a{
    font-size: 16px;
    color: #999;
}
.new_btn ul .previous  a{
    padding-left: 25px;
    background: url(../images/icon14.png) no-repeat center left;
}
.new_btn ul .next a{
    padding-right: 25px;
    background: url(../images/icon15.png) no-repeat center right;
}
.new_btn ul li{
    display: inline-block;
    line-height: 90px;
}
.new_btn ul .page a{
    text-align: center;
    display: block;
    font-size: 16px;
    color: #333333;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #838383;
    border-radius: 50%;
    margin: 0 4px;
}
.new_btn ul .page.selected a{
    background-color: #0270e3;
    color: #fff;
    border:1px solid #0270e3; ;
}
.new_btn ul .page.selected:hover a{
    color: #fff;
}
.new_btn ul .page:hover a{
    border: 1px solid #0270e3;
    color: #0270e3;
}
.new_btn ul .previous  a:hover{
    color: #0270e3;
    background: url(../images/icon14-1.png) no-repeat center left;
}
.new_btn ul .next a:hover{
    color: #0270e3;
    background: url(../images/icon15-1.png) no-repeat center right;
}
.new_btn ul{
    display: inline-block;
    line-height: 90px;
}
.new_btn{
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}
.new_btn ul .next{
    position: absolute;
    right: 40px;
    top: 0;
}
.new_btn ul .previous {
    position: absolute;
    left: 40px;
    top: 0;
}
.fix_box .techno_list p{
    width: 25%;
}
.technology_01{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.technology_01 .tl_l{
    width: 50%;
padding-right: 110px;
padding-top: 60px;
box-sizing: border-box;
}
.technology_01 .tl_r{
    width: 50%;
}
.technology_01 .tl_l .tec_img{
    display: inline-block;
}
.technology_01 .tl_l .tec_img img{
    max-width: 100%;
}
.technology_01 .tl_l h5{
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    padding: 20px 0;
}
.technology_01 .tl_l p{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-align: justify;
}
.technology_01 .tl_r img{
    max-width: 100%;
}
.hx_b{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.hx_b .hx_l{
    width: 48.2%;
    background-color: #fff;
    padding: 50px;
    margin-top: 35px;
}
.hx_box{
    background-color: #f5f5f5;
    padding: 75px 0;
}
.hx_box h5{
    font-size: 30px;
    color: #4c4c4c;
}
.hx_box .p0{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding-top: 10px;
}
.hx_l .hx_l_img img{
    max-width: 100%;
}
.hx_l h6{
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    padding-top: 35px;
    padding-bottom: 15px;
}
.hx_l p{
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    height: 52px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.application_container .swiper-slide p{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    background-color: #f5f5f5;
    text-align: center;
    font-weight: 500;
}
.application h5{
    font-size: 30px;
    color: #4c4c4c;
    padding-bottom: 40px;
}
.application{
    padding: 70px 0;
}
.application_container{
    padding-bottom: 50px!important;
}

.application_container .swiper-pagination-bullet-active{
    background: #6ebcdf;
}
.technology_01{
    padding-bottom: 80px;
}
.route{
    width: 100%;
    height: 100vh;
    position: relative;
}
.route .wfEditorMode{z-index: 10;position: relative;display: inline-block;}
.route .main h5{
    font-size: 30px;
    color: #fff;
}
.route .main  p{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.route .main{
    padding-top: 80px;
}
.algo{
    background-color: #fff;
}
.algo .hx_b .hx_l{
    background-color: #f5f5f5;
}
.hx_box .algo-container .swiper-pagination{
    text-align: right;
    z-index: -1;
}
/*.hx_box .algo-container{z-index: 11;}*/
.hx_box .swiper-container-horizontal>.swiper-pagination-bullets, .hx_box .swiper-pagination-custom, .hx_box .swiper-pagination-fraction{
    top: 0;
    right: 0;
    bottom: 0;
}
.hx_box .swiper-pagination-bullet-active{
    background: #6ebcdf;
}
.dtext p{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding-left: 15px;
    background: url(../images/icon25.png) no-repeat top 10px left;
}
.product{
    width: 100%;
}
.product-container{
    width: 100%;
}
.product-container .swiper-wrapper .swiper-slide .product-list{
    padding: 120px 60px;
    box-sizing: border-box;
    border-right: 1px solid #d9d9d9;
}
.product-container .swiper-wrapper .swiper-slide .product-list:hover{
    background-color: #f5f5f5;
    cursor: pointer;
}
.product-container .swiper-wrapper .swiper-slide .product-list:hover .product-listimg {
    position: relative;
}
.product-container .swiper-wrapper .swiper-slide .product-list:hover .product-listimg .prodiv{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg1.png) no-repeat center center;
    background-size: 90%;
    transform: rotate(360deg);
    animation: rotation 10s linear infinite;

}

.product-container .swiper-wrapper .swiper-slide .product-list:hover .more a{
    color: #0270e3;
    border-bottom: 1px solid #0270e3;
    background: url(../images/icon5-1.png) no-repeat center right;
}
.product-listimg{
    padding: 100px 0;

}
.product-listimg img{
    max-width: 100%;
}
.product-list h5{
    font-size: 24px;
    line-height: 37px;
    color: #333;
}
.product-list .p1{
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    height: 84px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.product-list .more{
    padding-bottom: 8px;
    padding-top: 60px;
}
.product-list .more a{
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    padding-right: 20px;
    border-bottom: 1px solid #666666;
    /* padding-bottom: 8px; */
    background: url(../images/icon5-2.png) no-repeat center right;
}
.product-container .swiper-button-next, .product-container .swiper-container-rtl .swiper-button-prev{
    background: url(../images/icon9-1.png) no-repeat center center;
}
.product-container .swiper-button-next, .product-container .swiper-button-prev{
    width: 50px;
}
.product-container .swiper-button-prev, .product-container .swiper-container-rtl .swiper-button-next{
    background: url(../images/icon9.png) no-repeat center center;
}
.pd_nav .p0 a{
    line-height: 60px;
    font-size: 14px;
    color: #666666;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    background: url(../images/icon11.png) no-repeat center right;
}
.pd_nav .p0 a:last-child{
    padding-right: 0;
    background: none;
    color: #0270e3;
}
.pd_nav .p0 a:nth-child(1){
    padding-left: 0;
}
.pd_banner_box{
    text-align: center;
}
.ss-img img{
    display: inline-block;
    max-width: 100%;
}
.ss-title h5{
    font-size: 30px;
    line-height: 36px;
    color: #333333;
}
.ss-title p{
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}
.pd_banner{
    height: 860px;
    background: url(../images/tu40.jpg) no-repeat center center ;
    background-size: cover;
}
.pd_sbanner .swiper-slide{
    padding-top: 50px;
}

.pd_sbanner .swiper-button-prev, .pd_sbanner.swiper-container-rtl .swiper-button-next{
    background: url(../images/icon9.png) no-repeat center center;

}
.pd_sbanner .swiper-button-next, .pd_sbanner .swiper-container-rtl .swiper-button-prev{
    background: url(../images/icon9-1.png) no-repeat center center;
}
.pd_sbanner .swiper-button-next, .pd_sbanner .swiper-button-prev{
    width: 50px;
}
.jieshao{
    height: 640px;

}
.jieshao .js_box h5{
    font-size:30px ;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 30px;
}
.jieshao .js_box .p1{
    font-size:16px ;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: justify;
}
.jieshao .js_box .p2{
    font-size:16px ;
    line-height: 34px;
    color: #ffffff;
    padding-left: 40px;
    cursor: pointer;
    display: inline-block;
}
.jieshao .js_box{
    width: 40%;
    padding-top: 90px;
}
.specs_top_left p{
    font-size: 20px;
    color: #333333;
}
.specs_top_right .specs_list .p1{
    font-size: 16px;
    color: #4c4c4c;
     font-weight: 500;
}
.specs_top_right .specs_list .p2{
    font-size: 14px;
    color: #333;

}
.specs_top_right{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.specs_top_right:after{
    content: '';
    width: 30%;
}
.specs_top_right .specs_list{
    width: 30%;
    padding-bottom: 60px;
}
.specs_top_right{
    width: 75%;
}
.specs_top_left{
    width: 25%;
}
.specs_top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #e6e6e6;
    padding-top: 60px;
    padding-bottom: 60px;
}
.specs_box{
    width: 80%;
    margin: auto;
}
.specs .title{
    font-size: 30px;
    color: #4c4c4c;
    text-align: center;
    padding-bottom: 60px;
}
.specs{
    padding-top: 100px;
}
.bg_grey{
    background-color: #f5f5f5;
}
.dow_li .p1 a{
    display: block;
    font-size: 20px;
    color: #333333;
    line-height: 76px;
    padding-left: 30px;
    background: url(../images/icon28.png) no-repeat center right 30px;
}
.dow_li .p1{
    border: 2px solid #dcdcdc;
    height: 76px;
    margin-top: 30px ;
}
.dow_lists{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.dow_lists .dow_li {
    width: 48%;
}
.dow_box .title{
    font-size: 24px;
    color: #333333;
    padding-top: 20px;
}
.dow_lists .dow_li .p2{
    border: 2px solid #dcdcdc;
    height: 76px;
    line-height: 76px;
    padding-left: 30px;
    background: url(../images/icon29.png) no-repeat center right 30px;
    cursor: pointer;
    font-size: 20px;
    color: #333333;
}
.dow_lists .dow_li ul li{
    border: 2px solid #dcdcdc;
    height: 76px;
    line-height: 76px;
    border-top: none;
}
.dow_lists .dow_li ul li a{
    display: block;
    padding-left: 30px;
    font-size: 20px;
    color: #333333;
    background: url(../images/icon28.png) no-repeat center right 30px;
}
.dow_lists .dow_li ul{
    display: none;
}
.dow_lists .dow_list{
    margin-top: 30px;
}
.dow_lists .dow_list .p2.active{
    color: #fff;
    background: #0270e3 url(../images/icon30.png) no-repeat center right 30px;
    border: #0270e3;
}
.dow_box{
    padding-bottom: 30px;
}
.base h5{
    font-size: 24px;
    color: #333333;
    padding-top: 15px;
}
.base_box{
    padding-top: 30px;
}
.base_box .base_list{
    width: 24%;
    background: #f5f5f5 url(../images/icon32.png) no-repeat top 30px right 30px;
    padding: 30px;
    margin-bottom: 20px;
}
.base_box .base_list h6{
    font-size: 20px;
    line-height: 30px;
    color: #4e6ec3;
    margin-bottom: 40px;
    width: 65%;
    word-wrap:break-word;
}
.base_box .base_list p a{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding-right: 25px;
    background: url(../images/icon31.png) no-repeat center right;
}
.base_box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.base{
    padding-bottom: 80px;
}
.business{
    background-color: #f5f5f5;
    padding: 70px 0;
}
.business .p1{
    font-size: 36px;
    color: #1a1a1a;
    font-weight: 700;
}
.business .title{
    font-size: 30px;
    color: #4c4c4c;
}
.form_list p{
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 10px;
}
.form_list p span{
    color: #ff0000;
}
.form_list input{
    height: 44px;
    line-height: 44px;
    border: none;
    border: 1px solid #d9d9d9;
    background-color: #f5f5f5;
    outline: none;
    padding-left: 20px;
    box-sizing: border-box;
    width: 100%;
    font-size: 12px;
   /* color: #f5f5f5;*/
}
.form_list{
    width: 48.5%;
    margin-bottom: 35px;
}
.form_top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.business_form{
    padding: 40px 0;
}
.form_bottom p{
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 10px;
}
.form_bottom p span{
    color: #ff0000;
}
.form_bottom textarea{
    width: 100%;
    height: 220px;
    border: none;
    border: 1px solid #d9d9d9;
    background-color: #f5f5f5;
    padding: 15px 20px;
    box-sizing: border-box;
    outline: none;
    font-size: 12px;
}
.business_form .btn{
    display: inline-block;
    margin-top: 40px;
}
.business_form .btn .but{
    border: none;
    background-color: #f5f5f5;
    border: 1px solid #0270e3;
    cursor: pointer;
    width: 220px;
    height: 50px;
    color: #0270e3;
    font-size: 18px;
}
.about{
    padding-top: 130px;
    padding-bottom: 100px;
}
.about_left .p1{
    font-size: 36px;
    color: #1a1a1a;
    font-weight: 700;
}
.about_left .title{
    font-size: 30px;
    color: #4c4c4c;
}
.about_text p{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding-bottom: 15px;
}
.about_left{
    width: 50%;
    padding-right: 110px;
    padding-top: 60px;
    box-sizing: border-box;
}
.about_right{
    width: 50%;
}
.about_box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.about_text{
    padding-top: 20px;
}
.about_nub .about_li{
    width: 15%;
}
.about_nub{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 60px;
    padding-top: 60px;
}
.about_nub .about_li p{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}
.about_nub .about_li h5{
    font-size: 42px;
    /* line-height: 30px; */
    color: #1a1a1a;
    display: inline-block;
}

.team .p1{
    font-size: 36px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 20px;
}
.team .title{
    font-size: 30px;
    color: #4c4c4c;
    margin-bottom: 20px;
}
.team{
    background: url(../images/tu43.jpg) no-repeat center center;
    background-size: cover;
    height: 800px;
    padding-top: 85px;
}
.team_text .name{
    font-size: 24px;
    color: #ffffff;
}
.team_text .p2{
    font-size: 16px;
    line-height: 30px;
    color: #dde0e3;
    padding-top: 15px;
}
.team_text .p3{
    font-size: 16px;
    line-height: 30px;
    color: #dde0e3;
    padding-top: 20px;
}
.team_text{
    width: 60%;
    padding-top: 80px;
}
.team_img{
    width: 35%;
}
/*.team_img img{
    max-width: 80%;
}*/
.team_swi{
    width: 85%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.team-container .swiper-button-next, .team-container .swiper-container-rtl .swiper-button-prev{
    background: url(../images/icon9-1.png) no-repeat center center;
    top: 90%;
    right: 7%;
}
.team-container .swiper-button-next, .team-container .swiper-button-prev{
    width: 50px;
}
.team-container .swiper-button-prev, .team-container .swiper-container-rtl .swiper-button-next{
    background: url(../images/icon9.png) no-repeat center center;
    top: 90%;
    left: 83%;
}
.team-container .swiper-num{
    position: absolute;
    bottom: 10%;
    left: 42%;
    color: #666666;
}
.team-container .swiper-num .active{
    font-size: 24px;
    color: #666666;
    font-weight: 500;
}
.ContachUs{
    /* height: 680px; */
    /* background: url(../images/tu45.jpg) no-repeat center center; */
    background-size: cover;
    padding-top: 100px;
    max-height: 100%;
    padding-left: 180px;
    /* margin-top: 50%; */
    padding-top: 300px;
}
.cu_left .p1{
    font-size: 36px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 20px;
}
.cu_left .title{
    font-size: 30px;
    color: #4c4c4c;
    padding-bottom: 50px;
}
.cu_right{
    width: 50%;
}
.cu_right #map{
    width: 100%;
    height: 480px;
}
.cu_box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#map img{
    max-width: initial !important;
    max-height: initial !important;
}
.contact_site h6{
    font-size: 18px;
    color: #1a1a1a;
    padding-bottom: 10px;
}
.contact_site p{
    font-size: 16px;
    line-height: 28px;
    color: #1a1a1a;
}
.contact_site p a{
    font-size: 16px;
    line-height: 28px;
    color: #1a1a1a;
}
.contact_site .ck a{
    color: #0270e3;
    border-bottom: 1px solid #0270e3;
    display: inline-block;
    /* padding-bottom: 5px; */
    padding-right: 20px;
    background: url(../images/icon33.png) no-repeat center right;
}
.contact_site .ck{
    margin-top: 30px;
}
.contact_site{
    padding-top: 30px;
}
.cu_list select{
    width: 100%;
    height: 45px;
    outline:none;
}
.cu_left{
    width: 30%;
}
.core_b{
    height: 820px;
    background:url(../images/tu46.jpg) no-repeat center center ;
    background-size: cover;
}
.cb_box{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.core_b{
    position: relative;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.xz{
    width: 570px;
    height: 570px;
    margin: auto;
    /* background: url(../images/yuan.png) no-repeat center center; */
    text-align: center;

    margin-top: 100px;
    position: relative;

}
.xz img{
    transform: rotate(360deg);
    animation: rotation 10s linear infinite;
}
.xz_text{
    display: inline;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);


}
.xz p{
    font-size: 14px;
    line-height: 24px;
    color: #4d4d4d;
    padding-bottom: 10px;
}
.xz p span{
    font-size: 20px;
    color: #4d4d4d;
    font-weight: 500;
}
.xz h5{
    font-size: 36px;
    color: #4d4d4d;
    padding-bottom: 15px;
}

.cb-container .swiper-button-next, .cb-container .swiper-container-rtl .swiper-button-prev{
    background: url(../images/icon9-1.png) no-repeat center center;

}
.cb-container .swiper-button-next, .cb-container .swiper-button-prev{
    width: 50px;
}
.cb-container .swiper-button-prev, .cb-container .swiper-container-rtl .swiper-button-next{
    background: url(../images/icon9.png) no-repeat center center;

}
.cb_box .p1{
    font-size: 36px;
    color: #ffff;
    font-weight: 700;
}
.cb_box .title{
    font-size: 30px;
    color: #fff;
    padding-bottom: 50px;
}
.cbd{
    position: absolute;
    top: 100px;
}
.timeline-container .textcenter{
    text-align: center;
}
.timeline-container .mb2{
    width: 100%;
    height: 24px;
    background: url(../images/xian.png) no-repeat center center;
}
.timeline-container .swiper-slide-thumb-active .mb2{
    width: 100%;
    height: 24px;
    background: url(../images/xian2.png) no-repeat center center;

}

.timeline-container .yeartop{
    line-height: 36px;
    opacity: 0;
}
.timeline-container .swiper-slide-thumb-active .yeartop{
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    opacity: 1;
}
.timeline-container .swiper-slide-thumb-active .yearbottom{
    opacity: 0;
}
.mt8{
    margin-top: -40px;
}
.fix_box{
    position: relative;
    z-index: 5;
}
.lower{
    z-index: 30;
    position: absolute;
    right: 20px;
    bottom: 60px;
}
.lower img{
    -webkit-animation: sdb04 2.5s infinite ease-in-out;
    -moz-animation: sdb04 2.5s infinite ease-in-out;
    animation: sdb04 2.5s infinite ease-in-out;
    margin: auto;
}
.lower p{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    text-align: center;
}
.sec_2 .title_en{
    font-size: 60px;
    color: #1a1a1a;
}
.sec_2 .title_cn{
    font-size: 30px;
    color: #4c4c4c;
    padding-bottom: 26px;
}
.two_left{
    width: 42%;
}
.two_right{
    width: 54%;
}
.two_container .swiper-slide{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.two_right .two_img{
    width: 540px;
    height: 540px;
    margin: auto;
    text-align: center;
    position: relative;
}
.two_right .two_img .img1{
    margin: auto;
    transform: rotate(360deg);
    animation: rotation 10s linear infinite;
}
.two_right .two_img .two_text{
    display: inline;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.two_right .two_img .two_text h5{
    font-size: 24px;
    line-height: 36px;
}
.two_right .two_img .two_text .p_title{
    font-size: 22px;
    line-height: 54px;
    color: #333333;
}
.two_right .two_img .two_text .More{
    width: 154px;
    height: 40px;
    overflow: hidden;
    border-radius: 20px;
    line-height: 40px;
    margin: auto;
    border:1px solid #808080;
}
.two_right .two_img .two_text .More a{
    color: #808080;
    font-size: 16px;
    background: url(../images/icon13.png) no-repeat center right 20px;
    padding: 0 20px;
    text-align: left;
    display: block;
    border-radius: 20px;

}
.two_right .two_img .two_text .More:hover{
    transition: all 0.75s ease-out;
    border: 1px solid #0270e3;
}
.two_right .two_img .two_text .More:hover a{
    transition: all 0.75s ease-out;
    color: #fff;
    background: #0270e3 url(../images/icon5.png) no-repeat center right 30px;
}
.sec_2 .core .min {
    display: table-cell;
    vertical-align: middle;
    max-height: 100%;
}
.sec_2 .core {
    display: table;
    height: 100%;
    width: 100%;
    /* z-index: 30; */
    position: absolute;
    top: 0;
}
.two_left .two_left_box{
    width: 70%;
}
.two_container .swiper-slide{
    background: url(../images/x.png) no-repeat center center;
    /* background-size: ; */
}
.two_left .p1{
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}
.two_left .p2{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-align: justify;
    /*margin-top: 112px;*/
    margin-top: 200px;
}
.two_left .more{
    margin-top: 60px;
    width: 180px;
    height: 50px;
    border: 1px solid #0270e3;
    text-align: center;
    border-radius: 25px;
    overflow: hidden;
}
.two_left .more a{
    color: #0270e3;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
    display: block;
    background: url(../images/icon5-1.png) no-repeat center right 25px ;
    padding: 0 25px;
    text-align: left;
    overflow: hidden;
    /* z-index: 1; */

}
.two_left .more a:hover{
    color: #fff;
    background:#0270e3 url(../images/icon5.png) no-repeat center right 25px ;
    transition: all 0.75s ease-out;
}
.twotitle_container .swiper-wrapper{display: flex;flex-direction: row;flex-wrap: wrap;}
/*.twotitle_container .swiper-wrapper .swiper-slide{width: 50%!important;}*/
.twotitle_container .swiper-wrapper .swili {
    width: 40%!important;
}
.twotitle_container .swiper-wrapper .swili:nth-child(2){width: 40%!important;}
.twotitle_container .swiper-wrapper .swili:nth-child(1){width: 50%!important;}
.twotitle_container .swiper-wrapper .swili:nth-child(4){width: 40%!important;}
.twotitle_container .swiper-wrapper .swili:nth-child(3){width: 50%!important;}

.twotitle_container .swiper-slide p{
    /*font-size: 16px;*/
    font-size: 12px;
    color: #333333;
    line-height: 36px;
    cursor: pointer;
}

.twotitle_container .swiper-slide-thumb-active p{
    font-size: 18px;
    color: #0270e3;
    font-weight: 500;

}
.twotitle_container{
    width: auto!important;
}
.swi_title{
    position: absolute;
    top: 30%;
}
.two{
    position: relative;
}
.two .swiper-num{
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 10px;
}
#fp-nav li .color.active span{
    background-color: #6ebcdf !important;
}
/*  */
.wra_nav{
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    background-color:rgba(0, 0, 0, .5);
    z-index: 1000;
    right: -100%;
}
.wra_nav .wra_box{
    background-color: #fff;
    width: 20%;
    height: 100%;
    margin-left: 80%;
    padding: 50px 40px;
}
.wra_box ul .wra_list{
    line-height: 40px;
    /*margin-bottom: 40px;*/
    position: relative;

}
.wra_box ul .wra_list ul li{
    line-height: 30px;
}
.wra_box ul .wra_list ul{
    display: none;
}
.wra_box ul .wra_list>a{
    font-size: 20px;
    color: #333;
    display: block;
    border-bottom: 1px solid #eaeaea;
}

.wra_box ul .wra_list .i{
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    top: 0;
    background: url(../images/i.png) no-repeat center center;
    /*background-size: 24px auto;*/
    cursor: pointer;
}
.wra_box ul .wra_list .i.active{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
.search_qy {
    width: 25%;
    height: 50px;
}
.search_qy select, .search_dd select{
    width: 100%;
    height: 100%;
    outline:none;
}
.search_dd{
    width: 25%;
    height: 50px;
}
.search_ss{
    width: 35%;
    height: 50px;
}
.search_ss input{
    width: 100%;
    height: 50px;
    outline:none;
    padding-left: 20px;
}
.search_join{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.join_title p{
    width: 25%;
    font-size: 18px;
    line-height: 50px;
    padding-left: 30px;
}
.join_title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 2px solid #0270e3;
}
.join_title p:last-child{
    text-align: right;
    padding-right: 30px;
}
.join_d p{
    width: 25%;
    font-size: 16px;
    line-height: 84px;
    padding-left: 30px;

}
.join_d .p4{
   background: url(../images/icon35.png) no-repeat center right 30px;
}
.join_d.active .p4{
    background: url(../images/icon36.png) no-repeat center right 30px;
}
.join_d{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* border-bottom: 1px solid #e6e6e6; */
    cursor: pointer;
}
.sq{
    display: inline-block;
}
.sq p{
    width: 220px;
    height: 50px;
    border: 1px solid #0270e3;
    text-align: center;
}
.sq p a{
    line-height: 50px;
    color: #0270e3;
    display: block;
    font-size: 18px;
}
.list_box .list_div{
    padding-bottom:30px;
}
.list_box .list_div .title{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}
.list_box .list_div p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}
.list_box{
    padding: 30px;
}
.join_li ul li{
    border-bottom: 1px solid #e6e6e6;
}
.list_box{
    display: none;
}
.join_li{
    padding-bottom: 40px;
}
.join_d.active{
    background-color: #f6f6f6;
}
.join_list{
    padding-top: 35px;
}
.search_join{
    padding-top: 40px;
}
.wra_list ul{
    padding-left: 20px;
}
.wra_list ul li a{
    font-size: 16px;
    color: #333;
}
.wra_box ul .wra_list>a:hover{
    color: #0270e3;
}
.wra_list ul li a:hover{
    color: #0270e3;
}
.icon_wra{
    position: absolute;
    top: 10px;
    right: 10px;
}
.wra_box{
    position: relative;
}


#yw0 .first,  #yw0 .last{
    display: none;
}



.New_details{
    padding: 50px 0;
}

.New_details .title{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #000;

}
.New_details .time{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-top: 10px;
}
.New_details .New_details_box{
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin-top: 40px;
}
.New_details .New_details_box img{
    max-width: 100%;
    display: inline-block;
}



/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢*/
.search_content {
    padding-top: 80px;
    padding-bottom: 60px;
}

.searchbox1 .searchtext {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    border: 1px solid #999;
    padding-left: 20px;
    padding-right: 80px;
    box-sizing: border-box;
}

.searchbtn {
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../images/fdj.png) no-repeat center center;
    height: 44px;
    width: 60px;
    outline: none;
    border: none;
}

.search-error {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.searchbtn:hover {
    background: url(../images/fdj_hover.png) no-repeat center center;
    cursor: pointer;
}

/*.search_content {
    text-align: center;
}*/

.searchbox1 {
    width: 50%;
    height: 44px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.main .searchbox1 li {
    list-style: none;
}



/**/
.new_banner {
    position: relative;
}
.new_banner .y0{
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #999;
    -webkit-animation: ani 2s linear infinite;
}

@keyframes ani {
   0%{
        box-shadow: 0 0 0px #95A7CF
   }
   25%{
        box-shadow: 0 0 2px 3px #95A7CF
   }
    50%{
        box-shadow: 0 0 5px #95A7CF
   }
   75%{
        box-shadow: 0 0 2px #95A7CF
   }
   100%{
    box-shadow: 0 0 0px #95A7CF
   }
}

.new_banner .y1{
    top: 10%;
    left: 20%;
}
.new_banner .y2{
    top: 15%;
    left: 64%;
}
.new_banner .y3{
    top: 50%;
    left: 40%;
}
.new_banner .y4{
    top: 40%;
    left: 39%;
}
.new_banner .y5{
    top: 90%;
    left: 85%;
}
.new_banner .y6{
    top: 70%;
    left: 25%;
}
.new_banner .y7{
    top: 38%;
    left: 50%;
}
.new_banner .y8{
    top: 49%;
    left: 92%;
}
.new_banner .y9{
    top: 40%;
    left: 72%;
}
.new_banner .y10{
    top: 23%;
    left: 58%;
}
.new_banner .y11{
    top: 48%;
    left: 93%;
}
.new_banner .y12{
    top: 28%;
    left: 70%;
}

.new_banner .y13{
    top: 32%;
    left: 13%;
}
.new_banner .y14{
    top: 62%;
    left: 51%;
}
.new_banner .y15{
    top: 51%;
    left: 22%;
}
.new_banner .y16{
    top: 79%;
    left: 49%;
}
.pd_banner_box .ss-img{
    width: 62%;
    margin: auto;
}
.header.headerbg{
    background-color: #fff;
}




.main  .technology_01 .tec img{
    max-width: 80%;
    margin: auto;
}

.form_list input:hover{
    border: 1px solid #4e6ec3;
}
.form_bottom textarea:hover{
    border: 1px solid #4e6ec3;
}
.ss_img{
    height: 160px;
}
.ss_img img{
    width: 100%;
}
.ro{
    position: relative;
}
.ro .y0{
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-animation: ani 2s linear infinite;
}

.ro .y1{
    top: 62%;
    left: 34.5%;
}
.ro .y2{
    top: 77%;
    left: 67%;
}
.ro .y3{
    top: 62.8%;
    left: 49%;
}
.ro .y4{
    top: 78%;
    left: 57%;
}
.ro .y5{
    top: 55%;
    left: 52.7%;
}
.ro .y6{
    top: 53%;
    left: 26.5%;
}
.ro .y7{
    top: 35.5%;
    left: 30%;
}
.ro .y8{
    top: 88%;
    left: 63%;
}
.ro .y9{
    top: 50%;
    left: 42%;
}
.ro .y10{
    top: 51%;
    left: 72.4%;
}
.ro .y11{
    top: 70%;
    left: 50%;
}
.ro .y12{
    top: 80%;
    left: 30%;
}
.ro .y13{
    top: 26%;
    left: 86.4%;
}
.ro .y14{
    top: 49%;
    left: 91.4%;
}
.ro .y15{
    top: 29%;
    left: 59%;
}
.ro .y16{
    top: 20%;
    left: 80%;
}
.luo {
    /*z-index: -1;*/
    position: relative;
}
.luo #jparticle{
    height: auto!important;
}
.luo1{
    width: 100%;
    height: 100%;
    position: absolute;
}
.city{
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.city .carL01,.city .carL02,.city .carL03,.city .carL04,.city .carL05,.city .carL06,.city .carL07,.city .carL81,.city .carL91,.city .carL10,.city .carL11,.city .carL12,.city .carL13,.city .carL14,.city .carL15{
    position: absolute;
}

.city .carT01,.city .carT02,.city .carT03,.city .carT04,.city .carT05,.city .carT06{
    position: absolute;
}
.city .carT02{left: 20%;}
.city .carT03{left: 30%;}

.city .carT04{left: 25%;}
.city .carT05{left: 60%;}
.city .carT06{left: 70%;}

.about_nub .about_li .ab_num span{
    display: inline-block;
    font-size: 42px;
    color: #1a1a1a;
}
.fkehulist {
  margin: 0 -15px;
  font-size: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  height: auto;
  overflow: hidden;
}
.fkehulist li {
  display: inline-block;
  width: 14.2%;
  position: relative;
}
.fkehulist li .lin {
  padding: 0 0px;
}
.fkehulist li a {
  display: block;
  text-align: center;
}
.fkehulist .pic {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  line-height: auto;
}
.fkehulist .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  /*background: url('../images/hex2.png') center no-repeat;*/
  -webkit-transition: .4s;
  transition: .4s;
}
.fkehulist img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 1;
    -webkit-transition: .4s;
  transition: .4s;
}
.fkehulist li:hover img {
 -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.fkehulist li:hover .bg {
 
}
.fcate5 {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 100px;
}
.fcate5 .en {
  font-size: 65px;
  color: rgba(255, 255, 255, 0.1);
  line-height: 72px;
  height: 72px;
  font-family: 'Geometr415BlkBT';
  text-transform: uppercase;
}
.fcate5 .cn {
  font-size: 30px;
  color: #fff;
  line-height: 50px;
  height: 50px;
  position: relative;
  z-index: 1;
  margin-top: -28px;
}
.fcate5:after {
  content: '';
  position: absolute;
  left: 526px;
  top: 66px;
  z-index: 0;
  width: 108px;
  height: 1px;
  background-color: #fff;
}



@media screen and (max-width: 750px){
	.sec_0 .core .min,.sec_5 .core .min{padding-top:100px;display:block}
	.sec_0_l{width:100%}
	.sec_0 .boxRight .item{width:50%}
	.sec_4 .boxRight{width:100%}
	.sec_4 .boxRight .item{width:100%;padding: 1.5rem 1.5rem;}
	.fkehulist li{width:24.2%}
	.fkehulist .pic{height:auto}
	.sec_5_l .contact-info{padding:1rem}
	.sec_5 .sec_5_l h4{margin-top:0px}
	.sec_5  .main{max-width:92%!important}
 }
 .bd{font-weight:700}