/*头部样式*/
.header{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 999999;
    padding:34px 60px 0;
    transition:all 0.3s ease-out;
}
.header.on{
/*    background:#fff;*/

}
.head{
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.logo{

}
.logo .img1{
    display: none;
}
.header.on .logo .img1,#c-header.c-style2 .logo .img1{
    display: inline-block;
}
.header.on .logo .img2,#c-header.c-style2 .logo .img2{
    display: none;
    background: #fff;
}
.header.hide{
    visibility: hidden;
}
.head_r{
    display: flex;
    align-items:center;
}
.head_r a{
    font-size: 19px;
    color: #fff;
    margin-right:22px;
}
.head_r a:last-child{
    margin-left: 10px;
}
.head_r a:hover,#c-header.c-style2 .head_r a:hover{
    color: #009fe8;
}
.header.on .head_r a{
    color: #232323;
}
.header.on .head_r a:hover,.header.on .head_r a.active{
    color: #009fe8;
}
.nav{
    display: flex;
}
.nav li{
    position: relative;
    margin-right: 60px;
    transition:0.5s;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 46px;
}
.nav li a:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 0;
    height: 2px;
    background:#fff;
    transition:all 0.5s ease-out;
}
.nav li:hover a:after,.nav li.on a:after{
    left:0;
    width: 100%;
}
.header.on .nav li a{
    color: #232323;
}
.header.on .nav li:hover a{
    color: #009fe8;
}
.header.on .nav li a:after{
    background:#009fe8;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:40px;
    left:0px;
    z-index: 999;
    background-color: #171ce1;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
}


#c-header.c-style2 {
    color: #333;
    background: #fff;
    border: 0;
    padding:0 60px;
}
#c-header.c-style2 a,#c-header.c-style2 .nav li a,#c-header.c-style2 a.languages{
    color: #555;
}
/*#c-header.c-style2 .nav{
    border-right: 1px solid #ececec;
}*/
#c-header.c-style2 .h_tel{
    color: #333;
    background:url(../images/tel2.png) no-repeat left center;  
}
#c-header.c-style2 a.languages{
    background:url(../images/diqiu2.png) no-repeat left center; 
/*    border-right: 1px solid #ececec;  */  
}
#c-header.c-style2 .menu span{
    background: #555555;
}

#index_banner{
    height: 100vh;
}
#index_banner .swiper-slide{
    height: 100vh;
    position: relative;    
}
#index_banner .swiper-slide img{
    opacity: 0;
}
.wrap{
    padding:0 160px;
}
.banner_text1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99; 
    color: #fff;  
    opacity: 0;
}
#index_banner .swiper-slide-active .banner_text1{
    opacity: 1;
}
.banner_text1 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}
.banner_text1 .text{
    width: 50%;
}
.banner_text1 h2{
    font-size:72px;
    font-family: "puhui105";
    line-height: 1.2;
}
.banner_text1 p{
    font-size:16px;
    font-family: "puhui45";
    line-height: 1.8;
    margin-top:35px;
    max-width: 575px;
}
.banner_text1 .img{
    width: 50%;
    text-align: center;
    padding:0 3%;
}
.banner_text1 .img img{
    opacity: 1!important;
}
.index1_bottom{
    position: absolute;
    left:0;
    bottom:45px;
    padding:0 130px;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
    width: 100%;
}
.index_banner_pagination_box{
    display: flex;
}
.flex{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.index_banner_pagination_item {
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    outline: none;
    pointer-events: auto;
    margin-right: 38px;
}
.index_banner_pagination_item:last-child {
    margin-right: 0;
}

.index_banner_pagination_text {
    font-size: 16px;
    line-height: 1;
    font-weight: "puhui65";
    color: #fff;
}

.index_banner_pagination_icon {
    position: relative;
    width: 50px;
    height: 7px;
    margin-left: 3px;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.index_banner_pagination_icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
}
.index_banner_pagination_current .index_banner_pagination_icon:after {
    width: 100%;
    -webkit-transition: all 4s linear;
    transition: all 4s linear;
}
.index_banner_arrow{
    display: flex;
    justify-content: space-between;
    width: 140px;
}
#index_banner .swiper-button-prev,#index_banner .swiper-button-next{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border:1px solid #fff;
    position: relative;
    top:0;
    margin-top:0;
    left:0;
    right:0;
}
#index_banner .swiper-button-prev{
    background:url(../images/right1.png) no-repeat center;
    transform:rotate(-180deg);
}
#index_banner .swiper-button-prev:hover{
    background:url(../images/left1.png) no-repeat center #fff;
    transform:rotate(-0deg);    
}
#index_banner .swiper-button-next{
    background:url(../images/right1.png) no-repeat center;  
}
#index_banner .swiper-button-next:hover{
    background:url(../images/left1.png) no-repeat center #fff;
    transform:rotate(-180deg);    
}
.section_scroll{
    position: fixed;
    left:50%;
    bottom:45px;
    margin-left: -35px;
    width: 70px;
    text-align: center;
/*    margin:0 auto;*/
    font-size:16px;
    color: #fff;
    z-index: 99;
}
.section_scroll.hide{
    display: none;
}
.section_scroll.color1{
    color: #646464;    
}
.scroll{
    position: relative;
}
.scroll p{
    margin-top:6px;
}
.main-scroll {
    font-size: 14px;
    color: #fff;
    width: 18px;
    height: 20px;
    line-height: 27px;
    z-index: 1;
    position: relative;
}
.section_scroll.color1 .main-scroll{
    color: #cacaca;
}
.main-scroll:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    left: 33px;
    top: 14px;
    background-color: #fff;
    z-index: 5;
    -webkit-animation: Tmouse 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    -moz-animation: Tmouse 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
      -o-animation: Tmouse 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
         animation: Tmouse 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
.section_scroll.color1 .main-scroll:before{
    background-color: #000000;    
}
.main-scroll:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 27px;
    border-radius: 25px;
    left: 24px;
    background: none;
    top: -8px;
    opacity: 0.8;
    /*#cacaca*/
    border:1px solid #fff;
}
.section_scroll.color1 .main-scroll:after{
    border:1px solid #666;    
}
@-webkit-keyframes Tmouse {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-moz-keyframes Tmouse {
    0% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
             transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
             transform: translateY(-15px);
    }
}
@-o-keyframes Tmouse {
    0% {
        -webkit-transform: translateY(-10px);
        -o-transform: translateY(-10px);
           transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-15px);
        -o-transform: translateY(-15px);
           transform: translateY(-15px);
    }
}
@keyframes Tmouse {
    0% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
          -o-transform: translateY(-10px);
             transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
          -o-transform: translateY(-15px);
             transform: translateY(-15px);
    }
}
@media(max-width: 1760px){
    .banner_text1 h2{
        font-size:60px;
    }
}
@media(max-width: 1600px){
    .header{
        padding:20px 40px;
    }
    #c-header.c-style2{
        padding: 0 40px;
    }
    .nav li{
        margin-right: 45px;
    }
    .nav li a{
        font-size:16px;
    }
    .banner_text1 h2{
        font-size:50px;
    }
    .banner_text1 p{
        font-size:15px;
    }
    .wrap,.index1_bottom{
        padding:0 75px;
    }
    .section_scroll{
        bottom:30px;
        font-size:14px;
    }
}
@media(max-width: 1440px){
    .nav li{
        margin-right: 35px;
    }  
    #navToggle{
        margin-left: 0;
    }
    .banner_text1 h2{
        font-size:40px;
    }
    .banner_text1 p{
        font-size:14px;
    }
    .index_banner_arrow{
        width: 115px;
    }
    #index_banner .swiper-button-prev, #index_banner .swiper-button-next{
        width: 45px;
        height: 45px;
    }
}
@media(max-width: 1280px){
    .nav li{
        margin-right: 25px;
    } 
    .nav li a{
        font-size:15px;
    } 
    .banner_text1 h2{
        font-size:32px;
    }
    .section_scroll{
        bottom:20px;
        font-size:13px;
    }  
}
@media(max-width: 1199px){
    .nav{
        display: none;
    }
    .head_r a:nth-child(1){
        display: none;
    }
}
@media(max-width: 1024px){
    .section_scroll{
        bottom:60px;
    }
    .section_scroll.section_scroll2{
        bottom:25px;
    }
    .index1_bottom{
        bottom:25px;
        justify-content: center;
    }
    .index_banner_arrow{
        display: none;
    }
}
@media(max-width: 991px){
    .header {
        padding: 15px 30px;
    }
    #c-header.c-style2{
        padding: 0 30px;
    }
    .wrap,.index1_bottom{
        padding:0 50px;
    } 
    .banner_text1 .text{
        width:100%;
        text-align:center;
    }
    .banner_text1 h2{
        font-size:28px;
    }
    .banner_text1 p{
        margin:25px auto 0;
    }
    .banner_text1 .img{
        width:100%;
        padding:0 15%;
        margin-top:30px;
    }
}
@media(max-width: 820px){
    .wrap,.index1_bottom{
        padding:0 35px;
    }

}
@media(max-width: 640px){
    .header {
        padding: 10px 15px;
    }
    #c-header.c-style2{
        padding: 0 15px;
    }
    .logo{
        width: 40%;
    }
    .wrap{
        padding:0 20px;
    }
    .banner_text1{
        text-align: center;
    }
    .banner_text1 h2{
        font-size:24px;
    }
    .banner_text1 p{
        font-size:13px;
        line-height: 1.6;
    }  
    .section_scroll.section_scroll2{
        bottom:15px;
    }
    .scroll p{
        font-size:12px;
        margin-top:4px;
    }
}


.menu{
    padding: 30px 25px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    transition: .5s;
    float: right;
}
.menu span{
    display: block;
    width: 32px;
    height: 3px;
    background:#fff;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.menu span:last-child{
    margin-bottom: 0;
}
.header.on .menu span{
    background:#009fe8;    
}
/* 弹窗导航 */
#c-fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all .5s;
}

#c-fixed-nav.on {
    height: 100%;
}

#c-fixed-nav .c-main-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
/*    background: url(../images/tcdh-bg.jpg)no-repeat center bottom / cover;*/
    background:#009fe8;
    transition: all .5s;
}

#c-fixed-nav .c-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
    border-bottom: 1px solid #009fe8;
}

#c-fixed-nav .c-top .c-logo2 img {
    max-height: 46px;
}

#c-fixed-nav .menu {
    padding: 34px 30px;
    width: 90px;
    height: 90px;
    cursor: pointer;
    transition: .5s;
    background: #009fe8;
}

#c-fixed-nav .menu span {
    position: relative;
    display: block;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#c-fixed-nav .menu span:nth-child(1) {
    margin-top: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#c-fixed-nav .menu span:nth-child(2) {
    margin-top: -9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#c-fixed-nav .c-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    height: -webkit-calc(100vh - 91px);
    height: calc(100vh - 91px);
    color: #fff;
}

#c-fixed-nav .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#c-fixed-nav .c-left {
    width: 57%;
}

#c-fixed-nav .c-right {
    width: 30%;
}

#c-fixed-nav .c-left .c-title {
    position: relative;
    padding-bottom: 35px;
    font-size: 44px;
    line-height: 54px;
    border-bottom: 1px solid rgba(255,255,255,.3);
}

#c-fixed-nav .c-left .c-title::before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 210px;
    height: 1px;
    background: #fff;
}

#c-fixed-nav .c-left .c-title span {
    font-weight: normal;
}

#c-fixed-nav .c-left .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 50px 0 20px;
    border-bottom: 1px solid rgba(255,255,255,.3);
}

#c-fixed-nav .c-left .c-list li {
    margin-bottom: 30px;
    padding-right: 20px;
    width: 40%;
    line-height: 26px;
    opacity: .5;
}

#c-fixed-nav .c-left .c-list li:nth-child(even) {
    width: 60%;
}

#c-fixed-nav .c-left .c-list .c-title2 {
    font-weight: bold;
}

#c-fixed-nav .c-left .c-list .c-text.c-dt {
    font-family: "futurabt";
    font-size: 20px;
    line-height: 30px;
}

#c-fixed-nav form .c-text2 {
    padding: 45px 0 25px;
    font-size: 22px;
    line-height: 32px;
}

#c-fixed-nav form .c-box {
    display: flex;
    align-items: flex-start;
    margin: 0 -5px;
}

#c-fixed-nav form .c-box .c-wrap {
    padding: 0 5px 10px;
    width: 50%;
}

#c-fixed-nav input::-webkit-input-placeholder,
#c-fixed-nav textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #a4b1cc !important;
}

#c-fixed-nav input:-moz-placeholder,
#c-fixed-nav textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a4b1cc !important;
    opacity: 1;
}

#c-fixed-nav input::-moz-placeholder,
#c-fixed-nav textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a4b1cc !important;
    opacity: 1;
}

#c-fixed-nav input::-ms-input-placeholder,
#c-fixed-nav textarea::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a4b1cc !important;
}

#c-fixed-nav form .c-box .c-wrap input {
    padding: 0 20px;
    width: 100%;
    height: 60px;
    line-height: 58px;
    border: 1px solid rgba(255,255,255,.3);
}

#c-fixed-nav form .c-box2 {
    display: flex;
    align-items: flex-start;
}

#c-fixed-nav form .c-box2 input {
    padding: 0 20px;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    height: 60px;
    line-height: 58px;
    border: 1px solid rgba(255,255,255,.3);
    outline: none;
}

#c-fixed-nav form .c-box2 button {
    width: 150px;
    font-weight: bold;
    line-height: 56px;
    color: #333;
    background: #fff;
    cursor: pointer;
    border:none;
    outline: none;
    border: 1px solid rgba(255,255,255,.3);
}

#c-fixed-nav .c-right .c-title {
    position: relative;
    padding-top: 54px;
    padding-bottom: 35px;
    font-size: 44px;
    line-height: 54px;
    border-bottom: 1px solid rgba(255,255,255,.3);
}

#c-fixed-nav .c-right .c-title::before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100px;
    height: 1px;
    background: #fff;
}

#c-fixed-nav .c-right .c-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px -40px;
    padding-top: 45px;
}

#c-fixed-nav .c-right .c-nav li {
    margin-bottom: 30px;
    padding: 0 10px;
    width: 50%;
    font-size: 22px;
    line-height: 32px;
}

#c-fixed-nav .c-right .c-nav a {
    opacity: .6;
    color: #fff;
    transition: .5s;
}

#c-fixed-nav .c-right .c-nav a:hover {
    opacity: 1;
}

@media screen and (max-width: 1919px) {
    .container {
        width: 85%;
    }
}
@media screen and (max-width: 1600px){
    #c-fixed-nav form{
        display: none;
    }
}
@media screen and (max-width: 991px){
    .menu{
        width: 60px;
        height: 60px;
        padding: 20px 15px;
    }
    #c-fixed-nav .c-top{
        padding: 0 0 0 20px;
    }
    #c-fixed-nav .menu{
        padding: 20px;
        width: 70px;
        height: 60px;
    }
    .c-container {
        width: 100%;
        padding: 0 20px;
    }
    #c-fixed-nav .c-bottom {
        height: calc(100vh - 61px);
        align-items: flex-start;
    }
    #c-fixed-nav .c-left,#c-fixed-nav .c-right .c-title{
        display: none;
    }
    #c-fixed-nav .c-right{
        width: 100%;
    }
    #c-fixed-nav .c-right .c-nav {
        padding-top: 0;
        margin:0;
    }
    #c-fixed-nav .c-right .c-nav li {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    #c-fixed-nav .c-right .c-nav a {
        display: block;
    }
}
@media screen and (max-width: 767px){
    #c-fixed-nav .c-right .c-nav li {
        font-size: 16px;
        line-height: 26px;
    }   
    #c-fixed-nav .c-top .c-logo2 img{
        max-width: 120px;
        height: auto!important;
    } 
}


.service-wrap2{
    background:url(../images/index_about.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding-top:40px;
}
.service-wrap2 .index_t1{
    color: #fff;
}
.service-wrap2 .index_t1 h2 span:after{
    background:#fff;
}
.index_t1{
    color: #333;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}
.index_t1 h2 span{
    font-size:60px;
    display: inline-block;
    position: relative;   
    line-height: 1; 
    font-family: "puhui85";
}
.index_t1 h2 span:after{
    content:'';
    position: absolute;
    top:-6px;
    right:-28px;
    width: 16px;
    height: 16px;
    background:#009fe8;
    border-radius: 50%;
}
.index_t1 p{
    font-size:24px;
    margin-top:10px;
    line-height: 1.6;
}
.service-wrap2 .text{
    font-size:28px;
    line-height: 1.6;
    margin:45px 0 100px;
    max-width: 830px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}
.num_list1{
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}
.num_list1 dl{
    margin-right: 102px;
}
.num_list1 dl:last-child{
    margin-right: 0;
}
.num_list1 dl dt{
    font-size:18px;
    margin-bottom: 5px;
}
.num_list1 dl dd{

}
.num_list1 dl dd span{
    font-size:63px;
    line-height: 1;
    display: inline-block;
    font-family: "puhui95";
}
.num_list1 dl dd sub{
    font-size:20px;
    line-height: 1;
    display: inline-block;
    font-family: "puhui95";
    margin-left: 12px;
    margin-top:-5px;
}
.index_public_button {
    width: 160px;
    height: 50px;
    padding: 5px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}
.index_public_button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
}
.index_public_button a {
    position: relative;
    z-index: 9;
    -webkit-align-items: center;
    align-items: center;
}
.index_public_btn_read {
    width: calc(100% - 40px);
    text-align: center;
    position: relative;
    justify-content: center;
}
.index_public_btn_content {
    position: relative;
}
.index_public_btn_text {
    color: #fff;
    line-height: 1;
    font-size: 16px;
    -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
}
.index_public_btn_icon {
    width: 40px;
    height: 40px;
    position: relative;
    background: #009fe8;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
}
.index_public_btn_svg {
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.index_public_btn_svg svg {
    width: 20%;
    fill: #fff;
    -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
}
.index_public_btn_hover {
    position: absolute;
    left: 0;
    top: 0;
}
.index_public_btn_hover svg {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
.index_about_button{
    margin-top:50px;
}
/*图标鼠标经过*/
.index_public_button:hover .index_public_btn_default svg {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.index_public_button:hover .index_public_btn_hover svg {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.index_public_button:hover .index_public_text_default {
    color: #009fe8;
}

.index_public_button:hover:after {
    width: 100%;
}
.active .index_t1,.active2 .index_t1{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition-delay: 300ms;
}
.service-wrap2.active .text {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    -webkit-transition-delay: 100ms;
    transition-delay: 500ms;
}
.service-wrap2.active .num_list1{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    -webkit-transition-delay: 100ms;
    transition-delay: 700ms;
}
.active .index_public_button{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    -webkit-transition-delay: 150ms;
    transition-delay: 900ms;
}
@media(max-width: 1600px){
    .index_t1 h2 span{
        font-size:46px;
    }
    .service-wrap2 .text{
        font-size:22px;
        margin: 25px 0 75px;
    }
    .num_list1 dl dd span{
        font-size:52px;
    }
    .num_list1 dl dd sub{
        font-size:17px;
        margin-left: 8px;
    }
}
@media(max-width: 1440px){
    .index_t1 h2 span{
        font-size:42px;
    }
    .index_t1 p{
        font-size:22px;
    }

}
@media(max-width: 1199px){
    .index_t1 h2 span{
        font-size:36px;
    }
    .index_t1 p{
        font-size:20px;
    }
    .service-wrap2 .text {
        font-size: 20px;
        margin: 20px 0 55px;
    }
    .num_list1 dl {
        margin-right: 75px;
        margin-bottom: 20px;
    }
    .num_list1 dl dd span{
        font-size:46px;
    }
}
@media(max-width: 991px){
    .num_list1{
        justify-content: space-between;
    }
    .num_list1 dl{
        margin-right: 0;
        min-width: 180px;
    }
    .num_list1 dl:nth-child(1),.num_list1 dl:nth-child(3){
        width: 50%;
    }
}
@media(max-width: 820px){
    .index_t1 h2 span{
        font-size:32px;
    }
    .index_t1 h2 span:after {
        top: -4px;
        right: -18px;
        width: 12px;
        height: 12px;
    }
    .service-wrap2 .text{
        font-size:16px;
    }
    .index_about_button {
        margin-top: 35px;
    }
}
@media(max-width: 640px){
    .index_t1 h2 span{
        font-size:28px;
    }
    .index_t1 p{
        font-size:14px;
        margin-top:0px;
    }
    .service-wrap2 .text{
        font-size:15px;
        margin: 20px 0 40px;
    }
    .num_list1 dl{
        min-width: 135px;
    }
    .num_list1 dl:nth-child(1),.num_list1 dl:nth-child(3){
        width: 40%;
    } 
    .num_list1 dl dt{
        font-size:16px;
    }
    .num_list1 dl dd span{
        font-size:30px;
    }
    .num_list1 dl dd sub {
        font-size: 14px;
        margin-left: 5px;
    }  
}


.index_product{
    flex-wrap: wrap;
    padding-top:0px;
}
.index_product_l{
    padding: 10px 90px 0 130px;
    width: 29%;
    -webkit-align-content: space-between;
    align-content: space-between;
}
.index_product_l .text{
    font-size:16px;
    color: #2f2f2f;
    line-height: 1.6;
    margin:60px 0 35px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
    transition-delay: 300ms;
}
.active .index_product_l .text{
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: all 0.8s cubic-bezier(0.69, 0.27, 0.45, 0.99) 300ms;
}
.index_product_item_box a:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    /* opacity: 0; */
    background-image: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 50%);
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
}

.index_product_l .index_public_text_default{
    color: #009fe8;
}
.index_product_l .index_public_button:after{
    background:#009fe8;
}
.index_product_l .index_public_button:hover .index_public_btn_icon{
    background:#fff;
}
.index_product_l .index_public_button:hover .index_public_btn_svg svg{
    fill:#009fe8;
}
.index_product_l .index_public_button:hover .index_public_text_default{
    color: #fff;
}

/*切换*/
.Manrope-Bold {
    font-family: "Manrope-Bold", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}
.index_public_pagination_read {
    width: 75px;
}
.index_public_pagination_text {
    font-size: 18px;
    color: #222222;
    font-weight: bold;
}
.index_product_pagination_current,
.index_strength_pagination_current {
    color: #009fe8;
}
.index_public_pagination_box {
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}
.index_public_pagination_line {
    width: calc(100% - 170px);
    height: 2px;
    background: #e7e7e7;
}
.index_public_swiper_button {
    padding: 0 20px;
}
.index_public_pagination_label {
    width: 100%;
    height: 100%;
    background: #009fe8;
}
.index_strength_pagination_animate {
    -webkit-animation: strengthLineWidth 10s forwards linear normal;
    animation: strengthLineWidth 10s forwards linear normal;
}

.index_public_pagination_btn {
    width: 9px;
    height: 16px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    outline: none;
}
.index_public_pagination_btn:nth-child(1) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 13px;
}
.index_public_pagination_btn svg {
/*    width: 40.9090909%;*/
    fill: #999999;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
}
.index_public_pagination_this svg {
    fill: #009fe8;

}
.active .index_public_pagination_box,.active2 .index_public_pagination_box{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition-delay: 700ms;
}
.index_product_r{
    width: 71%;
}
.index_product_item_box {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}
.index_product_item_box a {
    position: relative;
    display: block;
    z-index: 9;
    background:#ededed;
}
.index_product_item_box a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    /*opacity: 0;*/
    background-image: linear-gradient(to top, rgba(153, 153, 153, .8) 0%, rgba(153, 153, 153, 0) 50%);
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
}
.index_product_item_box a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: linear-gradient(to top, rgba(0, 159, 232, .8) 0%, rgba(0, 159, 232, 0) 50%);
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
}
.index_product_item_box:hover a:before {
    opacity: 1;
}
.index_product_item_box:hover a:after {
    opacity: 0;
}
.index_product_item_box:hover .index_product_item_number {
    color: rgba(255, 255, 255, 1);
}
.index_product_item_read {
    position: absolute;
    bottom: 1.82291666vw;
    left: 0;
    width: 100%;
    padding: 0 1.9791666vw;
    z-index: 3;
}
.index_product_top {
    width: 100%;
}
.index_product_item_number {
    font-size: 65px;
    line-height: 1.1;
    color: #fff;
    -webkit-text-stroke: 0.0520833vw #fff;
    color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    margin-bottom: 1.041666vw;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    font-family: "puhui65";
}
.index_product_item_title {
    font-size: 30px;
    line-height: 1.1;
    font-weight: bold;
    color: #fff;
    font-family: "puhui85";
}

.active .index_product_r .index_product_item_box {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
@media(max-width: 1600px){
    .index_product_l{
        padding:10px 50px 0 75px;
    }
    .index_product_l .text{
        margin: 35px 0 20px;
    }
    .index_public_swiper_button{
        padding-right: 0;
    }
}
@media(max-width: 1440px){
    .index_product_l{
        padding:10px 35px 0 75px;
    }
    .index_product_l .text {
        margin: 15px 0 20px;
        font-size:15px;
    }
    .index_product_l .text p:nth-child(2){
        height: 0px;
    }
    .index_product_item_number{
        font-size:56px;
    }
    .index_product_item_title{
        font-size:24px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 1099px){
    .index_product_l{
        padding:10px 50px 0;
        width: 100%;
    }
    .index_public_pagination_box{
        margin-top:20px;
    }
    .index_public_pagination_line {
        width: calc(100% - 145px);
    }
    .index_product_r{
        width: 100%;
        margin-top:20px;
        padding:0 50px;
    }
    .index_product_item_box{
        border-radius: 15px;
    }
}
@media(max-width: 820px){
    .index_product_l{
        padding:0 35px;
    }
    .index_product_r{
        padding:0 30px;
    }
}
@media(max-width: 640px){
    .index_product_l,.index_product_r{
        padding:0 20px;
    }
    .index_product_item_box{
        border-radius: 10px;
    }
    .index_product_item_read{
        padding:0 15px;
        bottom:15px;
    }
    .index_product_item_number{
        font-size:42px;
    }
    .index_product_item_title{
        font-size:20px;
    }   
}
@media(max-width: 460px){
    .index_product_item_number{
        font-size:32px;
    }
    .index_product_item_title{
        font-size:18px;
    }   
}


.index_case{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index_case .index_t1{
    color: #fff;
}
.index_case .index_t1 h2 span:after{
    background:#fff;
}
.index_case_tab{
    color: #ffffff;
    margin-bottom: 85px;
    display: none;
}
.index_case_tab.cur{
    display: block;
}
.index_case_tab h3{
    font-size:30px;
    font-family: "puhui95";
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
    transition-delay: 450ms;
}
.index_case_tab .txt{
    margin-top:85px;
}
.index_case_tab .txt p{
    font-size:16px;
    max-width: 585px;
    margin:15px 0 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.8em;
    height: 3.6em;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
    transition-delay: 550ms;
}
.active .index_case_tab h3,.active .index_case_tab .txt p{
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: all 0.8s cubic-bezier(0.69, 0.27, 0.45, 0.99) 300ms;
}
/*.index_case .index_public_button:hover .index_public_text_default{
    color: #009fe8;
}*/
.index4_imgs{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
/*    opacity: 0;
    transition:all 0.5s ease-out;   */ 
}
.index_case_img_swiper .swiper-slide{
    height: 100vh;
}
.index4_imgs .img1{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
    opacity: 0;
    transition:all 0.5s ease-out;
}
.index4_imgs .img1 img,.index_case_img_swiper .swiper-slide img{
    opacity: 0;
}
.index4_imgs .img1.cur{
    opacity: 1;
}
.index_case_li .index_case_swiper{
    border-top: 1px solid rgba(255,255,255,.3);
    border-bottom: 1px solid rgba(255,255,255,.3); 
}
.index_case_li .index_case_swiper .swiper-wrapper{
   
}
.index_case_slide{
    position: relative;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
    /*border-top: 1px solid rgba(255,255,255,.3);*/
    border-left: 1px solid rgba(255,255,255,.3);
    border-right: 1px solid rgba(255,255,255,.3);
    /*border-bottom: 1px solid rgba(255,255,255,.3);*/
    min-height:88px;
    height: unset!important;
    padding:10px;
}
.index_case_slide:last-child{
    border-right: 1px solid rgba(255,255,255,.3); 
}
.index_case_slide:before{
    content:'';
    position: absolute;
    top:-1px;
    left:-1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background:#009fe8;
    z-index: -1;
    opacity: 0;
    display: none;
    visibility: hidden;
}
.index_case_slide:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(132,132,132,.5);
    z-index: -1;
    display: none;
    visibility: hidden;
}
.index_case_slide .img{
    margin-right: 20px;
}
.index_case_slide p{
/*    position: absolute;
    top:0;
    left:0;*/
/*    width: 100%;
    height: 100%;*/
    font-size:20px;
    color: #fff;
    line-height: 1.6;
/*    z-index: 2;
    padding:10px; */
/*    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;  */ 
}
.index_case_slide.swiper-slide-thumb-active{
    background:url(../images/logo3.png) no-repeat right center #009fe8;
    background-size: contain;
}

.index_case_slide.swiper-slide-thumb-active:before{
    opacity: 1;
}
.index_case_slide.swiper-slide-thumb-active:after{
    opacity: 0;
}
.index_case_slide.swiper-slide-thumb-active p{
/*    opacity: 0;*/
}
@media(max-width: 1600px){
    .index_case_tab .txt{
        margin-top:55px;
    }
    .index_case_slide{
        min-height:75px;
    }
    .index_case_slide .img{
        margin-right:15px;
    }
    .index_case_tab h3{
        font-size:26px;
    }
    .index_case_slide p{
        font-size:16px;
    }
    .index_case_tab{
        margin-top:40px;
        margin-bottom: 50px;
    }
    .index_case_tab .txt{
        margin-top:40px;
    }
}
@media(max-width: 1440px){
    .index_case_tab{
        margin-top:50px;
    }

}
@media(max-width: 1289px){
    .index_case_slide{
        min-height:65px;
    }
    .index_case_tab h3{
        font-size:24px;
    }
    .index_case_slide p{
        font-size:15px;
    }
    .index_case_tab{
        margin-bottom: 30px;
    }
}
@media(max-width: 991px){
    .index_case_tab{
        margin-top:0px;
    }
    .index_case_slide{
        min-height:55px;
    }
    .index_case_slide .img{
        margin-right:10px;
    }
    .index_case_slide p{
        font-size:14px;
    }
}
@media(max-width: 820px){
    .index_case_slide{
        min-height:45px;
    }
    .index_case_tab{
        margin-top:30px;
        margin-bottom: 20px;
    }
    .index_case_tab .txt{
        margin-top:30px;
    }
}
@media(max-width: 640px){
    .index_case_tab{
        margin-top:25px;
    }
    .index_case_tab .txt{
        margin-top:25px;
    }
    .index_case_slide{
        min-height:25px;
    }
    .index_case_slide img{
        max-height:22px;
    }
    .index_case_tab h3{
        font-size:24px;
    }
    .index_case_slide p{
        font-size:13px;
    }   
}

.index_news{

}
.index_news .index_t1{
    text-align: center;
}
.index_news_content{
    margin-top:40px;
}
.index_news_item_img a {
    width: 100%;
    display: block;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}
.index_news_item_img a.img{
    max-height: 300px;
}
.index_news_item_img a.img img{
    width: 100%;
}
.index_news_item_time {
    font-size: 16px;
    line-height: 1.6;
    color: #808080;
    margin-top: 28px;
    font-family: "puhui65";
}
.index_news_item_title {
    margin-top: 10px;

}
.index_news_item_title a {
    font-size: 26px;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #1a1a1a;
}
.index_news_btn_text {
    font-size: 16px;
    line-height: 1.25;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
}
.index_news_item_top {
    margin-top: 20px;
}
.index_news_item_button a {
    -webkit-align-items: center;
    align-items: center;
}
.index_news_btn_icon {
    width: 18px;
    height: 18px;
    margin-left: 7px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: #aaaaaa;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.index_news_btn_icon svg {
    width: 25%;
    fill: #fff;
}
.index_news_item_box {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}
.index_news_item_box:hover .index_news_item_img a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.index_news_item_box:hover .index_news_item_button a .index_news_btn_text {
    color: #009fe8;
}

.index_news_item_box:hover .index_news_item_button a .index_news_btn_icon {
    background: #009fe8;
}
.active .index_news_item_box,.active2 .index_news_item_box{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
.index_news_pagination_box{
    margin-top:25px;
}
.index_news_pagination_box .index_public_pagination_line {
    width: calc(100% - 72px);
}
.index_strength_pagination_animate {
    -webkit-animation: strengthLineWidth 10s forwards linear normal;
    animation: strengthLineWidth 10s forwards linear normal;
}
@-webkit-keyframes strengthLineWidth {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes strengthLineWidth {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@media(max-width: 1720px){
    .index_news_content{
        margin-top:25px;
    }
    .index_news_item_time{
        margin-top:15px;
        font-size:15px;
    }
    .index_news_item_title a{
        font-size:20px;
    }
    .index_news_item_img a.img{
        max-height: 250px;
    }
}
@media(max-width: 1440px){
    .index_news_item_img a.img{
        max-height: 200px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .index_news_item_title a{
        font-size:18px;
    }
}
@media(max-width: 820px){

}
@media(max-width: 640px){
/*    .index_news_item_title a{
        font-size:18px;
    }*/  
}



/*页面底部*/
.service-wrap6, .service-wrap6 .fp-tableCell{
    height: auto!important;
}
footer{
    background:url(../images/foot.jpg) no-repeat center;
    background-size: cover;
    padding:80px 0 40px;
}
.foot{
    display: flex;
    justify-content: space-between;
    padding-bottom:50px;
}
.f_nav{
    display: flex;
    justify-content: space-between;
    width: 69%;
}
.f_nav dl{
    color: #999;
}
.f_nav dl dt{
    font-size:20px;
    color: #fff;
    font-family: "puhui95";
    line-height: 1;
    margin-bottom: 30px;
}
.f_nav dl dd{

}
.f_nav dl dd a{
    display: block;
    font-size:14px;
    color: #cccccc;
    font-family: "puhui45";
}
.f_nav dl dd a:hover{
    color: #fff;
}
.f_code{
    text-align: center;
}
.f_code img{
    max-width: 130px;
}
.f_code p{
    font-size:14px;
    color: #cccccc;
    padding-top: 15px;
}
.copyright {
    padding-top:22px;
    color: #cccccc;
    border-top:1px solid rgba(255,255,255,.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.copyright a{
    color: #cccccc;   
}
.copyright a:hover{
    color: #fff;
}
.f_tel{
    font-size:14px;
    color: #cccccc;
}
.f_tel strong{
    color: #fff;
    font-size:30px;
    line-height: 1.2;
    font-family: "puhui85";
}
.f_link{
    margin-top:10px;
}
.f_link a{
    margin-right: 10px;

}
.f_link a:last-child{
    margin-right:0;
}
.copyright_r{
    text-align: right;
}
@media(max-width: 1600px){
    .f_nav{
        width: 75%;
    }
}
@media(max-width: 1280px){

}
@media(max-width: 1199px){
    .service-wrap6, .service-wrap6 .fp-tableCell{
        height: 100%!important;
    }  
    footer{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding:40px 0 55px;
    }
    .f_nav{
        display: none;
    }  
    .f_code{
        width: 100%;
    }
}
@media(max-width: 991px){
    .f_tel{
        width: 100%;
        text-align: center;
        font-size:20px;
    }
    .copyright_r{
        text-align: center;
        margin-top:15px;
        width: 100%;
    }
}
@media(max-width: 820px){
    .f_tel strong{
        font-size:26px;
    }
}
@media(max-width: 640px){
    footer{
        padding:30px 0 55px;
    }
    footer.index_foot{
        margin-bottom:0px;
    }    
}


.index_float_pagination {
    position: fixed;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.index_float_pagination.hide{
    display: none;
}
.index_float_pagination .index_float_bullet_box:nth-child(5):after{
    display: none;
}
.index_float_pagination .index_float_bullet_box:nth-child(6),.index_float_pagination .index_float_bullet_box:nth-child(7){
    display: none;
}
.index_float_pagination .index_float_bullet_box {
    opacity: 1;
    width: 8px;
    height: 8px;
    position: relative;
    margin-bottom: 24px;
    pointer-events: auto;
    cursor: pointer;
    outline: none;
    display: block;
}

.index_float_bullet_box:after {
    content: "";
    position: absolute;
    top: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    background: rgba(255, 255, 255, .35);
    height: 12px;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
}

.index_float_pagination .index_float_bullet_box:last-child {
    margin-bottom: 0;

}

.index_float_pagination .index_float_bullet_box:last-child:after {
    display: none;
}

.index_float_bullet_after {
    width: 100%;
    height: 100%;
    position: relative;
}

.index_float_bullet_label {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    width: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 100%;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
}

.index_float_bullet_label:nth-child(1) {
    z-index: 9;
}

.index_float_bullet_current .index_float_bullet_label:nth-child(2) {
    -webkit-animation: jing_scale 2.4s linear infinite normal both;
    animation: jing_scale 2.4s linear infinite normal both;
}

.index_float_bullet_current .index_float_bullet_label:nth-child(3) {
    -webkit-animation: jing_scale 2.4s .8s linear infinite normal both;
    animation: jing_scale 2.4s .8s linear infinite normal both;
}

.index_float_bullet_current .index_float_bullet_label:nth-child(4) {
    -webkit-animation: jing_scale 2.4s 1.6s linear infinite normal both;
    animation: jing_scale 2.4s 1.6s linear infinite normal both;
}

@-webkit-keyframes jing_scale {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    20% {
        width: 180%;
        height: 180%;
        opacity: 0.4;
    }
    40% {
        width: 260%;
        height: 260%;
        opacity: 0.2;
    }
    60% {
        width: 340%;
        height: 340%;
        opacity: .1;
    }
    80% {
        width: 420%;
        height: 420%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@keyframes jing_scale {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    20% {
        width: 180%;
        height: 180%;
        opacity: 0.4;
    }
    40% {
        width: 260%;
        height: 260%;
        opacity: 0.2;
    }
    60% {
        width: 340%;
        height: 340%;
        opacity: .1;
    }
    80% {
        width: 420%;
        height: 420%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

.index_float_red .index_float_bullet_label {
    background: #cccccc;
}

.index_float_red .index_float_bullet_box:after {
    background: rgba(204, 204, 204, .5);
}

.index_float_red .index_float_bullet_current .index_float_bullet_label {
    background: #009fe8;
}
.index_float_red .index_float_bullet_current .index_float_bullet_label:nth-child(1) {
    background: #fff;
}
.index_float_red .index_float_bullet_current .index_float_bullet_label:nth-child(2) {
    -webkit-animation: blue_scale 2.4s linear infinite normal both;
    animation: blue_scale 2.4s linear infinite normal both;
}
.index_float_red .index_float_bullet_current .index_float_bullet_label:nth-child(3) {
    -webkit-animation: blue_scale 2.4s .8s linear infinite normal both;
    animation: blue_scale 2.4s .8s linear infinite normal both;
}
.index_float_red .index_float_bullet_current .index_float_bullet_label:nth-child(4) {
    -webkit-animation: blue_scale 2.4s 1.6s linear infinite normal both;
    animation: blue_scale 2.4s 1.6s linear infinite normal both;
}
@-webkit-keyframes blue_scale {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    20% {
        width: 180%;
        height: 180%;
        opacity: .4;
    }
    40% {
        width: 260%;
        height: 260%;
        opacity: 1;
    }
    60% {
        width: 340%;
        height: 340%;
        opacity: .6;
    }
    80% {
        width: 420%;
        height: 420%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@keyframes blue_scale {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    20% {
        width: 180%;
        height: 180%;
        opacity: .4;
    }
    40% {
        width: 260%;
        height: 260%;
        opacity: 1;
    }
    60% {
        width: 340%;
        height: 340%;
        opacity: .6;
    }
    80% {
        width: 420%;
        height: 420%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}
@media(max-width: 1600px){
    .index_float_pagination{
        right:25px;
    }
}
@media(max-width: 991px){
    .index_float_pagination{
        right:10px;
    }
}

/*----- 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;
}
.f_none{
    display: none;
}



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.n_banner img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
}
.n_banner_text h2{
    font-size:60px;
    color: #fff;
    font-family: "puhui85";
    line-height: 1;
}
.n_banner_text h2 span{
    display: inline-block;
    position: relative;
}
.n_banner_text h2 span:after {
    content: '';
    position: absolute;
    top: -4px;
    right: -28px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
}
.sitemp {
    position: relative;
    z-index: 9;
    margin-top:-80px;
    margin-bottom: 45px;
}
.sitemp .site,.sitemp .site a{
    color: #fff;
    font-size:18px;
    font-family: "puhui85";
}
.n_head .nav li:hover a:after{
    background:#009fe8;
}


/*底部联系我们*/
.all_contact {
    position: relative;
    z-index: 99;
}
.all_contact a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 460px;
    color: #fff;
    text-align: center;
}
.all_contact a::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/bottom_bg.jpg);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: -1;
}
.all_contact a .wrap{
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
}
.all_contact h3{
    font-size:50px;
    width: 100%;
    line-height: 1;
    margin-bottom: 35px;
}
.all_contact p{
    font-size:20px;
    width: 100%;
}
.all_contact .btn {
    position: absolute;
    top: 50%;
    margin-top:-86px;
    right: 18%;
}
.all_contact .btn .btn_wrap {
    position: relative;
    width: 172px;
    height: 172px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
    border-radius: 100%;
    border: 1px solid #fff;
}
.all_contact .btn .btn_wrap::before {
    content: "";
    width: 172px;
    height: 172px;
    position: absolute;
    top: calc(50% - 86px);
    left: calc(50% - 86px);
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: .6s;
    transition: .6s;
    background-color: #fff;
}
.all_contact .btn .border {
    width: 172px;
    height: 172px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.all_contact .btn .arrow {
    -webkit-transition: .4s;
    transition: .4s;
    stroke: #fff;
    position: absolute;
    z-index: 2;
}
.all_contact a:hover::after{
    transform: scale(1.2);
}
.all_contact a:hover .btn_wrap::before {
    width: 130px;
    height: 130px;
    top: calc(50% - 65px);
    left: calc(50% - 65px);
    opacity: 1;
}
.all_contact .btn:hover .btn_wrap::after{
    width: 100%;
}
.all_contact a:hover .border {
    stroke: #009fe8;
    stroke-dasharray: 1000px;
    -webkit-animation: line_move 1s;
    animation: line_move 1s;
}
@keyframes line_move {
    0% {
        stroke-dashoffset: 1000px;
    }
    100% {
        stroke-dashoffset: 0px;
    }
}
.all_contact a:hover .btn .btn_wrap{
    border:none;
}
.all_contact a:hover .btn .arrow{
    stroke: #009fe8;
}
@media(max-width: 1600px){
    .n_banner_text h2{
        font-size:52px;
    }
    .all_contact .btn{
        right:8%;
    }
    .all_contact h3{
        font-size:42px;
        margin-bottom: 20px;
    }
}
@media(max-width: 1280px){
    .n_banner_text h2{
        font-size:46px;
    }
    .all_contact .btn{
        right:5%;
    }
}
@media(max-width: 1024px){
    .n_banner_text h2{
        font-size:42px;
    }    
}
@media(max-width: 991px){
    .all_contact a{
        height:auto;
        padding:55px 0;
    }
    .all_contact .btn{
        position:relative;
        right:0;
        top:0;
        margin-top:50px;
    }
    .all_contact .btn .btn_wrap{
        width:62px;
        height:62px;
        margin:0 auto;
    }
    .all_contact .btn .btn_wrap::before {
        width: 62px;
        height: 62px;
        top: calc(50% - 31px);
        left: calc(50% - 31px);
    }
    .all_contact a:hover .btn_wrap::before {
        width: 100px;
        height: 100px;
        top: calc(50% - 50px);
        left: calc(50% - 50px);
    }
}
@media(max-width: 820px){
    .n_banner_text h2{
        font-size:36px;
        padding-top:0;
    }  
    .all_contact h3{
        font-size:36px;
    }
    .all_contact p{
        font-size:16px;
    }
    .all_contact .btn .btn_wrap{
        width:42px;
        height:42px;
        margin:0 auto;
    }
    .all_contact .btn .btn_wrap::before {
        width: 42px;
        height: 42px;
        top: calc(50% - 21px);
        left: calc(50% - 21px);
    }
    .all_contact a:hover .btn_wrap::before {
        width: 80px;
        height: 80px;
        top: calc(50% - 40px);
        left: calc(50% - 40px);
    }
    .all_contact a .btn .arrow{
        width:18px;
    }
}
@media(max-width: 767px){
    .n_banner_text h2{
        font-size:26px;
    }
    .all_contact a{
        padding:40px 0;
    }
    .all_contact h3{
        font-size:26px;
    }
    .all_contact p{
        font-size:15px;
    }
    .sitemp{
        display:none;
    }
    .h60{
        display:block;
        width:100%;
        height:60px;
    }
}


/*关于我们*/
.dingwei{
    position: absolute;
    top:-100px;
    left: 0;
    z-index: -1;
    width: 100%;
}
.about1{
    position: relative;
    padding:136px 0 75px;

}
.about1 .wrap{
    display: flex;
    flex-wrap: wrap;
}
.about1_en{
    color: #afafaf;
    font-size:20px;
    font-family: "Arial";
    line-height: 20px;
    text-align: left;
    width: 225px;
    position: relative;
}
.about1_en span{
    display: inline-block;
    position: absolute;
    top:80px;
    left:-65px;
    transform:rotate(90deg);
    width: 185px;
    text-transform: uppercase;
}
.about1 .text{
    width: calc(100% - 225px);
}
.n_t1{
    text-align: center;
}
.n_t1_left{
    text-align: left;
}
.n_t1 span{
    display: inline-block;
    position: relative;
    font-size:44px;
    color: #222222;
    line-height: 1;
    font-family: "puhui95";
}
.n_t1 span:after {
    content: '';
    position: absolute;
    bottom: 2px;
    right: -28px;
    width: 12px;
    height: 12px;
    background: #009fe8;
    border-radius: 50%;
}
.about1 .text .txt{
    margin:38px 0 70px;
    font-size:16px;
    color: #222222;
    line-height: 1.7;
}
.ab1_bum{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 25px;
}
.ab1_bum dl{

}
.ab1_bum dl dt{
    color: #009fe8;
    position: relative;
    font-family: "puhui95";
    line-height: 1;
}
.ab1_bum dl dt span{
    font-size:64px;
    font-family: "puhui95";
    display: inline-block;
    position: relative;
}   
.ab1_bum dl dt sup{
    font-size: 18px;
    font-family: "puhui95";
    position: absolute;
    right: -70px;
    top: 8px;
    width: 62px;
    text-align: left;
}
.ab1_bum dl dt sub{
    position: absolute;
    right:-20px;
    bottom:-5px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border:1px solid #009fe8;
    text-align: center;
    border-radius: 50%;
    background:#fff;
}
.ab1_bum dl dd{
    margin-top:18px;
    font-size:16px;
    color: #333333;
}
.about2{
    background:url(../images/about2_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.qywh_list{
    display: flex;
    flex-wrap: wrap;
}
.qywh_list li{
    width: calc(100% / 3);
    height: 700px;
    text-align:center;
/*    display: flex;
    flex-direction: column;
    justify-content: center;*/
    color: #fff;
    padding:120px 20px 20px;
}
.qywh_list li .p1{
    font-size:44px;
    font-family: "puhui85";
    line-height: 1.1;
    text-transform: uppercase;
}
.qywh_list li .p2{
    font-size:30px;
    line-height: 1;
    padding-top:50px;
    margin-top:30px;
    position: relative;
}
.qywh_list li .p2:before{
    content:'';
    position: absolute;
    top:0;
    left:50%;
    margin-left:-28.5px;
    width: 57px;
    height: 4px;
    background:#fff;
}
.qywh_list li .txt{
    font-size:16px;
    line-height: 2em;
    height: 10em;
    margin-bottom:65px;
    margin-top:30px;
}
.qywh_list li .txt2{
    font-size:20px;
    color: #fff;
    opacity: .4;
    line-height: 1.6;
}
.qywh_list li .txt2 span{
    display: block;
    margin-top:3px;
}
.qywh_list li:hover{
    background:#159bdd;
}
.qywh_list li:hover .txt2{
    opacity: 1;
}
.about3{
    padding:130px 0 95px;
    background:url(../images/about3_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.about3 .customers-1{
    margin-top:60px;
}
.about3 .customers-1 .swiper-slide{
    text-align: center;
    width: auto;
}
.about3 .customers-1 p{
    text-align: center;
    font-size:16px;
    color: #222222;
    line-height: 1.4;
    margin-top:26px;
}
.about4{
    padding:110px 0 0;
    position: relative;
}
.about_ys{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:60px;
}
.about_ys li{
    width: calc(50% - 10px);
    margin-bottom: 20px;
    background:#f2f2f2;
    border-radius: 10px;
    padding:60px 78px 40px;
}
.about_ys li .p1{
    font-size:60px;
    color:#cccccc;
    font-family: "puhui95";
    line-height: 1;
}
.about_ys li .txt{
    font-size:16px;
    color: #4c4c4c;
    margin-top:15px;
    line-height: 1.8;
}
.about5{
    padding:110px 0;
    position: relative;
}
.about5 .customers-2{
    margin-bottom: 10px;
    margin-top:50px;
}
.customers-2 .swiper-slide,.customers-3 .swiper-slide{
    width: 240px;
    height: 120px;
    line-height: 118px;
    border:1px solid #ebebeb;
    border-radius: 6px;
    text-align: center;
}
.about6{
    padding:110px 0 0;
    position: relative;
}
.gshj{
    margin-top:42px;
}
#gshj .img{
    border-radius: 10px;
}
@media(max-width: 1600px){
    .about1{
        padding:95px 0 75px;
    }
    .n_t1 span{
        font-size:36px;
    }
    .about1_en{
        width:165px;
    }
    .about1 .text {
        width: calc(100% - 165px);
    }
    .about1 .text .txt{
        font-size:15px;
        margin: 30px 0 55px;
    }
    .ab1_bum dl dt span{
        font-size:56px;
    }
    .ab1_bum dl dt sup{
        font-size:15px;
        width:55px;
        right: -60px;
    }
    .ab1_bum dl dd{
        font-size:15px;
        margin-top:10px;
    }
    .qywh_list li{
        padding:95px 20px 20px;
        height:620px;
    }
    .qywh_list li .p1{
        font-size:36px;
    }
    .qywh_list li .p2 {
        font-size: 26px;
        padding-top: 35px;
        margin-top: 25px;
    }
    .qywh_list li .txt {
        margin-bottom: 50px;
        margin-top: 25px;
    }
    .about3 .customers-1,.about_ys,.about5 .customers-2{
        margin-top: 45px;
    }
    .about3 .customers-1 p{
        font-size:15px;
        margin-top: 15px;
    }
    .about4,.about6{
        padding:95px 0 0;
    }
    .about_ys li {
        padding: 45px 55px 40px;
    }
    .about_ys li .p1{
        font-size:52px;
    }
    .about_ys li .txt{
        font-size:15px;
    }
    .about3,.about5{
        padding:95px 0;
    }
    .customers-2 .swiper-slide, .customers-3 .swiper-slide{
        width:200px;
        height:90px;
        line-height:88px;
    }
    .customers-2 .swiper-slide img, .customers-3 .swiper-slide img{
        max-height:68px;
    }
}
@media(max-width: 1280px){
    .about1,.about3,.about5{
        padding:75px 0;
    }
    .about1_en{
        width:120px;
    }
    .about1 .text {
        width: calc(100% - 120px);
    }
    .n_t1 span{
        font-size:32px;
    }
    .n_t1 span:after {
        right: -20px;
        width: 10px;
        height: 10px;
    }
    .ab1_bum dl dt span{
        font-size:42px;
    }
    .ab1_bum dl dt sup{
        font-size:14px;
    }
    .ab1_bum dl dt sub{
        bottom:-7px;
        width:25px;
        height:25px;
        line-height: 22px;
    }
    .ab1_bum dl dt sub img{
        max-width:12px;
        max-height:12px;
    }
    .qywh_list li {
        padding: 75px 20px 20px;
        height: 560px;
    }
    .qywh_list li .p1 {
        font-size: 30px;
    }
    .qywh_list li .p2 {
        font-size: 24px;
        padding-top: 30px;
        margin-top: 20px;
    }
    .qywh_list li .txt {
        margin-bottom: 35px;
        margin-top: 20px;
    }
    .about4,.about6{
        padding:75px 0 0;
    }
}
@media(max-width: 1024px){
    .about_ys li {
        padding: 30px 30px;
    }
}
@media(max-width: 820px){
    .about1,.about3,.about5{
        padding:55px 0;
    }
    .n_t1 span{
        font-size:28px;
    }
    .about4,.about6{
        padding:55px 0 0;
    }
    .about_ys li {
        padding: 20px 20px;
    }
    .about3 .customers-1, .about_ys,.about5 .customers-2,.gshj{
        margin-top: 25px;
    }
    .customers-2 .swiper-slide, .customers-3 .swiper-slide{
        width:160px;
        height:80px;
        line-height:78px;
    }
    .customers-2 .swiper-slide img, .customers-3 .swiper-slide img{
        max-height:58px;
    }
    .ab1_bum dl dd,.about3 .customers-1 p{
        font-size:14px;
    }
}
@media(max-width: 640px){
    .about1,.about3,.about5{
        padding:40px 0;
    }
    .about1_en{
        display:none;
    }
    .about1 .text{
        width:100%;
    }
    .n_t1 span{
        font-size:24px;
    }
    .n_t1 span:after {
        bottom:0;
        right: -15px;
        width: 8px;
        height: 8px;
    }
    .about1 .text .txt {
        font-size: 14px;
        margin: 20px 0 30px;
    }
    .ab1_bum dl{
        width:49%;
        margin-bottom:15px;
    }
    .ab1_bum dl:nth-child(3),.ab1_bum dl:nth-child(4){
        margin-bottom:0;
    }
    .ab1_bum dl dt sup {
        font-size: 13px;
        position: relative;
        right: -2px;
        top: -14px;
    }
    .ab1_bum dl dt sub{
        display:none;
    }
    .ab1_bum dl dd {
        margin-top: 5px;
    }
    .qywh_list li{
        height:auto;
        width:100%;
        padding:25px 15px;
        border-bottom:1px solid rgba(255,255,255,.3);
    }
    .qywh_list li:last-child{
        border-bottom:none;
    }
    .qywh_list li .txt{
        height:auto;
    }
    .qywh_list li .p1 {
        font-size: 24px;
    }
    .qywh_list li .p2 {
        font-size: 20px;
        padding-top: 25px;
        margin-top: 15px;
    }
    .qywh_list li .txt {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .about4,.about6{
        padding:40px 0 0;
    }
    .about_ys li{
        width:100%;
        margin-bottom:15px;
    }
    .about_ys li .p1 {
        font-size: 42px;
    }
    .about_ys li .txt{
        margin-top:10px;
    }
    .customers-2 .swiper-slide, .customers-3 .swiper-slide{
        width:120px;
        height:70px;
        line-height:68px;
    }
    .customers-2 .swiper-slide img, .customers-3 .swiper-slide img{
        max-height:55px;
    }
   .ab1_bum dl dd, .about3 .customers-1 p{
        font-size:12px;
    }
}


/*产品*/
.n_product{
    padding:100px 0;
}
.n_top{
    margin-bottom: 72px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: flex-end;
}
.n_top .n_t1{

}


.sort{
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 210px);
}
.sort li{
    margin-right: 62px;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li a{
    font-size:22px;
    color: #4c4c4c;
    line-height: 1;
    padding-bottom: 14px;
    position: relative;
}
.sort li a:after{
    content:'';
    position: absolute;
    bottom:0;
    left:50%;
    width: 0%;
    height: 3px;
    background:#009fe8;
    transition:all 0.3s ease-out;
}
.sort li:hover a,.sort li.cur a{
    color: #009fe8;
}
.sort li:hover a:after,.sort li.cur a:after{
    left:0;
    width: 100%;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: calc(25% - 18.75px);
    margin-right: 25px;
    background:#efefef;
    position: relative;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 25px;
}
.product_list li:nth-child(4n){
    margin-right: 0;
}
/*.product_list li a{
    display: block;
}*/
.product_list li a.a2{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: -9;
}
.product_list li .img{
    border-radius: 20px;
}
.product_list li p{
    font-size:18px;
    color: #4c4c4c;
    text-align: center;
    position: absolute;
    left:0;
    bottom:25px;
    width: 100%;
    z-index: 9;
}
.product_list li:hover .img img{
    transform:scale(1.1);
}
.product_list li:hover p{
    color: #009fe8;
}
.product_detail{
    padding:100px 0;
    transition: center;
}
.product_detail h1{
    font-size:32px;
    color: #333;
    line-height: 1.2;
    text-align: center;
}
.product_detail .img{
    margin:50px 0;
    text-align: center;
}
@media(max-width: 1600px){
    .n_product {
        padding: 95px 0;
    }
    .n_top{
        margin-bottom:55px;
    }
    .sort li {
        margin-right: 40px;
    }
    .sort li a{
        font-size:18px;
    }
    .product_list li p{
        font-size:16px;
        bottom:20px;
    }
}
@media(max-width: 1280px){
    .n_product {
        padding: 75px 0;
    }
}
@media(max-width: 1024px){
    .sort li {
        margin-right: 25px;
    }
    .sort li a{
        font-size:16px;
    }
}
@media(max-width: 820px){
    .n_product {
        padding: 55px 0;
    }
    .n_top{
        margin-bottom:40px;
    }
    .product_list li p{
        bottom:15px;
    }
}
@media(max-width: 640px){
    .n_product {
        padding: 40px 0;
    }
    .n_top{
        margin-bottom:25px;
    }
    .n_top .n_t1{
        width:100%;
    }
    .sort{
        width:100%;
        max-width:100%;
        margin-top:20px;
    }
    .sort li{
        margin-bottom:12px;
        margin-right:6px;
    }
    .sort li a{
        padding-bottom:10px;
        font-size:13px;
    }
    .product_list li{
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 15px;
        border-radius:10px;
    }
    .product_list li:nth-child(2n){
        margin-right: 0;
    }
    .product_list li p{
        bottom:12px;
        font-size:14px;
    }
}

/*应用领域*/
.yyly{
    padding:120px 0 175px;
    position: relative;
}
.yyly .wrap{
    display: flex;
    flex-wrap: wrap;
}
.yyly_l{
    width: 27.5%;
    position: relative;
}
.yyly_l .cont{
    position: sticky;
    top: 100px;
    left: 0;
    z-index: 9;
}
.sort2{
    margin-top:110px;
}
.sort2 a{
    display: block;
    font-size: 22px;
    color: #cccfd3;
    margin-bottom: 20px;
    padding-left: 32px;
    position: relative;
}
.sort2 a:last-child{
    margin-bottom: 0;
}
.sort2 a.on{
    color: #4c4c4c;
}
.sort2 a.on:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-7px;
    width: 24px;
    height: 14px;
    background:url(../images/jt1.png) no-repeat center;
}
.yyly_r{
    width: 72.5%;
}
.yyly_r dl{
    padding-bottom: 150px;
    position: relative;
}
.yyly_r dl:last-child{
    margin-bottom: 0;
}
.yyly_r dl dt{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.yyly_r dl dt .yyly_r_left{
    width: calc(100% - 387px);
}
.yyly_r dl dt .yyly_r_left h3{
    height: 110px;
    line-height: 110px;
    position: relative;
    font-size:30px;
    color: #323232;
    font-family: "puhui95";
    background:#f4f7f9;
    border-radius: 6px;
    padding:0 50px;
    margin-left:4px;
    width: calc(100% - 4px);
}
.yyly_r dl dt .yyly_r_left h3:before{
    content:'';
    position: absolute;
    top:0;
    left:-4px;
    width: 100%;
    height: 100%;
    background:#009fe8;
    z-index: -1;
    border-radius: 4px;
}
.yyly_r dl dt .yyly_r_left .txt{
    margin-top:25px;
    font-size:16px;
    color: #323232;
}
.yyly_r dl dt .img1{
    width: 349px;
    border-radius: 10px;
}
.yyly_r dl dd{
    margin-top:65px;
}
.yyly_r dl dd .img{
    border-radius: 20px;
}

@media(max-width: 1600px){
    .yyly{
        padding:95px 0;
    }
    .sort2 a{
        font-size:20px;
    }
    .yyly_r dl{
        padding-bottom:90px;
    }
    .yyly_r dl dt .yyly_r_left h3{
        height: 80px;
        line-height: 80px;
        font-size: 24px;
        padding: 0 40px;
    }
    .yyly_r dl dt .yyly_r_left .txt{
        margin-top: 15px;
        font-size: 14px;
    }
    .yyly_r dl dd{
        margin-top:40px;
    }
}
@media(max-width: 1280px){
    .yyly{
        padding:75px 0;
    }
    .sort2 a{
        font-size:18px;
    }
    .yyly_r dl{
        padding-bottom:75px;
    }
    .yyly_r dl dt .yyly_r_left h3{
        height: 70px;
        line-height: 70px;
        font-size: 20px;
    }
}
@media(max-width: 1199px){
    .sort2 a{
        font-size: 16px;
    }
    .yyly_r dl dt .yyly_r_left {
        width: calc(100% - 369px);
    }
    .yyly_r dl dd{
        margin-top:25px;
    }
}
@media(max-width: 991px){
    .yyly_r dl dt .img1{
        width: 100%;
    }
    .yyly_r dl dt .yyly_r_left {
        width: 100%;
        margin-top:20px;
    }
    .yyly_r dl dt .yyly_r_left h3 {
        height: auto;
        line-height: 1;
        font-size: 18px;
        padding:15px 25px;
    }
    .yyly_r dl dt .yyly_r_left .txt{
        margin-top:10px;
    }
    .yyly_r dl dd {
        margin-top: 20px;
    }
}
@media(max-width: 820px){
    .yyly{
        padding:55px 0;
    }
    .yyly_r dl{
        padding-bottom:55px;
    }
}
@media(max-width: 640px){
    .yyly{
        padding:40px 0;
    }
    .yyly_l{
        width:100%;
    }
    .sort2{
        display:none;
    }
    .sort2 a{
        font-size:14px;
    }
    .yyly_r{
        width:100%;
        margin-top:25px;
    }
    .yyly_r dl{
        padding-bottom:40px;
    }
    .yyly_r dl dt .img1 img{
        width:100%;
    }
}


/*制造能力*/
.zznl{
    padding:122px 0 150px;
}
.zznl dl{
    margin-bottom: 160px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.zznl dl:last-child{
    margin-bottom: 0;
}
.zznl dl dt{
    width: 27.5%;
}
.zznl dl dd{
    width: 72.5%;
}
.zznl_table{
    border-radius: 10px;
    overflow: hidden;
}
.zznl_table .txt1{
    font-size:18px;
    color: #222222;
    font-family: "puhui85";
    background:#d0d5de;
    padding:25px 35px;
}
.zznl_table .txt1 p{

}

.zznl_table .txt2{
    background:#f2f2f2;
    padding:0px 35px;
}
.zznl_table .txt2 p{
    padding:24px 0;  
    border-bottom: 1px solid #d0d3dd; 
    font-size:18px;
    color: #4c4c4c;
    display: flex;
    flex-wrap: wrap;
}
.zznl_table .txt2 p strong{
    width: 72px;
    color: #222222;
    font-family: "puhui85";
}
.zznl_table .txt2 p font{
    width: calc(100% - 72px);
}
.zznl_table .txt3{
    padding:35px 35px 30px;
    background:#009fe8;
    color: #fff;
    font-family: "puhui65";
}
.zznl_table .txt3 p.p3{
    font-size:26px;
}
.zznl_table .txt3 p.p4{
    font-size:18px;
}
.zzsb{

}
.zzsb li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
.zzsb li:last-child{
    margin-bottom: 0;
}
.zzsb li .text1{
    width: calc(100% / 3 - 16px);
    margin-right: 24px;
    background:#009fe8;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    padding:50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zzsb li .text1 .p1{
    font-size:30px;
    font-family: "puhui95";
    line-height: 1;
    text-transform: uppercase;
}
.zzsb li .text1 .p2{
    font-size:20px;
    font-family: "puhui55";
    line-height: 1;
    margin-top:88px;
}
.zzsb li .img1{
    width: calc(100% / 3 - 16px);
    margin-right: 24px;
    border-radius: 10px;
    overflow: hidden;
}
.zzsb li .img1:last-child{
    margin-right: 0;
}
.jcsb{
    display: flex;
    flex-wrap: wrap;
}
.jcsb li{
    border-radius: 10px;
    overflow: hidden;
    width: calc(100% / 3 - 16px);
    margin-right: 24px;
    margin-bottom: 24px;
}
.jcsb li:nth-child(3n){
    margin-right: 0;
}
.jcsb li p{
    font-size:22px;
    color: #ffffff;
    font-family: "puhui95";
    line-height: 1.4;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content: center;
    background:#009fe8;
}
.zzsb .img:hover img,.jcsb li:hover .img img{
    transform:scale(1.1);
}
@media(max-width: 1720px){
    .zzsb li .text1{
        padding:35px;
    }
}
@media(max-width: 1600px){
    .zznl{
        padding:95px 0;
    }
    .zznl dl{
        margin-bottom:100px;
    }
    .zznl_table .txt1{
        font-size:15px;
        padding:15px 20px;
    }
    .zznl_table .txt2{
        padding:0 20px;
    }
    .zznl_table .txt2 p{
        padding:15px 0;
        font-size:15px;
    }
    .zznl_table .txt3 {
        padding: 15px 20px;
    }
    .zznl_table .txt3 p.p3{
        font-size:20px;
    }
    .zznl_table .txt3 p.p4{
        font-size:15px;
    }
    .zzsb li .text1{
        padding:30px;
    }
    .zzsb li .text1 .p1{
        font-size:26px;
    }
    .zzsb li .text1 .p2 {
        font-size: 16px;
        margin-top: 50px;
    }
    .jcsb li p{
        font-size:18px;
    }
}
@media(max-width: 1280px){
    .zznl{
        padding:75px 0;
    }
    .zznl dl {
        margin-bottom: 75px;
    }
    .zzsb li .text1 {
        padding: 25px;
    }
    .zzsb li .text1 .p2{
        margin-top:40px;
    }
    .zznl_table .txt3 p.p3 {
        font-size: 18px;
    }
}
@media(max-width: 1199px){
    .zznl dl dt{
        width:100%;
    }
    .zznl dl dd{
        width:100%;
        margin-top:25px;
    }
}
@media(max-width: 820px){
    .zznl{
        padding:55px 0;
    }
    .zznl dl {
        margin-bottom: 55px;
    }
    .zzsb li .text1 .p1 {
        font-size: 22px;
    }
}
@media(max-width: 640px){
    .zznl{
        padding:40px 0;
    }
    .zznl dl {
        margin-bottom: 40px;
    }
    .zznl_table .txt1 {
        padding: 12px 15px;
    }
    .zznl_table .txt2 {
        padding: 0 15px;
    }
    .zznl_table .txt2 p strong{
        width:60px;
    }
    .zznl_table .txt2 p font {
        width: calc(100% - 60px);
    }
    .zznl_table .txt3 {
        padding: 12px 15px;
    }
    .zznl_table .txt3 p.p3 {
        font-size: 16px;
    }
    .zznl_table .txt1,.zznl_table .txt2 p,.zznl_table .txt3 p.p4 {
        font-size: 14px;
    }
    .zzsb li{
        margin-bottom:15px;
    }
    .zzsb li .text1{
        width:100%;
        padding:20px;
        margin-bottom:15px;
        margin-right:0;
    }
    .zzsb li .text1 .p1 {
        font-size: 20px;
    }
    .zzsb li .text1 .p2 {
        margin-top: 25px;
        font-size:15px;
    }
    .zzsb li .img1 {
        width: calc(50% - 12px);
        margin-right: 24px;
    }
    .jcsb li{
        width:calc(50% - 7.5px);
        margin-right:15px;
        margin-bottom:15px;
    }
    .jcsb li:nth-child(3n){
        margin-right:15px;
    }
    .jcsb li:nth-child(2n){
        margin-right:0;
    }
    .jcsb li p{
        font-size:15px;
        height:50px;
        line-height:1.2;
    }
}

.n_news{
    padding:82px 0 98px;
}
.sort3{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 52px;
}
.sort3 li{
    margin-right: 15px;
    /*margin-bottom: 20px;*/
}
.sort3 li:last-child{
    margin-right: 0;
}
.sort3 li a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #1a1a1a;
    padding: 0 38px;
    background: #ebebeb;
    border-radius: 20px;
    height: 40px;
}
.sort3 li.cur a{
    background: #008cd6;
    color: #fff;
}
/*news*/
.news_list{
/*    margin: 30px 0px;*/
/*    box-shadow: 0px 0px 15px #ccc;  */  
}
.news_list li{
    display: flex;
    flex-wrap: wrap;
    padding:45px 0 25px;    
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-bottom: 1px solid #f0f0f0;
}
.news_list li:first-child{
    padding-top:0;
}
.news_list li .img{
    width: 25%;
    overflow: hidden;
    display: block;
    max-height: 300px;
}
.news_list li .img img{
    transition: all 0.6s ease-out;
}
.news_list li .text{
    width: 75%;
    padding:0 0 0 64px;
}
.news_list li .text h3 a{
    display: block;
    font-weight: normal;
    font-size: 24px;
    color: #1a1a1a;
    line-height: 1.2em;
    margin-bottom: 20px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list li .text p{
    font-size: 16px;
    color: #666;
}
.news_list li .text a.mores{
    margin-top: 40px;
}
.news_list li .text .text_l{
    width: 75%;
    float: left;
}
.news_list li .text .text_r{
    width: 25%;
    float: right;
    color: #ccc;
    text-align:right;
}
.news_list li:hover .img img{
    transition: all 0.6s;
    transform: scale(1.05);
}
.date1{
    font-size: 44px;
    line-height:1em;
}
.line2{
    width: 30px;
    height: 1px;
    background: #ccc;
    display: inline-block;
    margin: 34px 0 16px;
}
.date2{
    font-size: 20px;
    line-height:1em;
}
.news_list li:hover .text h3 a{
    color: #009fe8;
}
.news_list li:hover{
    border-bottom: 1px solid #999;
}
a.mores{
    margin-top:30px;
    position: relative;
    display: block;
}
a.mores p{
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background-color: #009fe8;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
a.mores i{
    display: block;
    position: absolute;
    left: 7px;
    width: 14px;
    height: 7px;
    background: url(../images/jt2.png) no-repeat;
    top: 10.5px;
}
a.mores span{
    font-size: 14px;
    color: #009fe8;
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
    height: 28px;
    line-height: 28px;
}
@keyframes newsDh {
    0% {left: 7px;opacity: 1;}
    25%{left: 14px;opacity: 0;}
    75%{left: -14px;opacity: 0;}
    100% {left: 7px;opacity: 1;}
}
a.mores:hover i{
    animation: newsDh .4s linear both;
}
.news_detail{
    padding:70px 0;
    max-width: 1200px;
    margin:0 auto;
}
h1.title{
    font-size: 28px;
    color: #333;
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 30px;
    font-weight: normal;
}
.news_detail .content{
    font-size: 16px;
    margin-bottom: 25px;
}
@media(max-width: 1600px){
    .sort3{
        padding-bottom:40px;
    }
    .sort3 li a{
        padding:0 25px;
    }
/*    .news_list{
        padding: 15px 30px;
    }*/
    .news_list li .text h3 a{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .news_list li .text{
        padding: 0 0 0 30px;
    }
    .news_list li .text p{
        font-size:15px;
    }
    .news_list li .text a.mores {
        margin-top: 20px;
    }
    .date1{
        font-size: 32px;
    }
    .line2{
        margin: 25px 0 20px;
    }

    h1.title{
        font-size:24px;
    }
    .info_title {
        margin-bottom: 20px;
    }
    .news_detail .content{
        font-size: 15px;
    }
}
@media(max-width: 1440px){
    .news_list li .text h3 a{
        font-size:18px;
    }
    .news_list li .text p{
        font-size: 14px;
    }
}
@media(max-width: 1259px){
    .n_news{
        padding:75px 0;
    }
    .sort3 li a{
        padding:0 20px;
        font-size:15px;
    }
    .news_list {
        /*margin: 25px 0;*/
    }
    .news_list li{
        padding:25px 0;
    }
    .news_list li .text {
        padding: 0 0 0 20px;
    }
    .news_list li .text h3 a {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .news_list li .text p{
        font-size:12px;
    }
    .news_list li .text a.mores {
        margin-top: 10px;
    }
    .date1 {
        font-size: 26px;
    }
    .line2 {
        margin: 15px 0;
    }
    .date2 {
        font-size: 16px;
    }
    h1.title{
        font-size:20px;
    } 
    .info_title{
        padding-bottom: 10px;
        margin-bottom:15px;
    }
    .news_detail{
        padding:50px 0;
    }
}
@media(max-width: 992px){
    .sort3 li a{
        padding:0 16px;
        font-size:14px;
        border-radius: 16px;
        height: 32px;
    }    
}
@media(max-width: 820px){
    .n_news{
        padding:55px 0;
    }
    .sort3{
        padding:0 0 25px;
    }
    .news_list{
/*        padding: 10px 20px;*/
    }
    .news_list li{
        padding:15px 0;
    }
    .news_list li .text .text_l{
        width: 80%;
    } 
    .news_list li .text .text_r{
        width: 20%;
    } 
    a.mores{
        margin-top:10px;
    }
    h1.title{
        font-size:18px;
    }
    
}
@media(max-width: 640px){
    .n_news{
        padding:40px 0;
    }
    .news_list {
/*        margin-top: 0px;
        padding: 10px;*/
    }
    .news_list li{
        padding:10px 0;
    }
    .news_list li .img {
        width: 100%;
    }
    .news_list li .text {
        padding: 10px 0 0 0px;
        width: 100%;
    }
    .news_list li .text .text_l{
        width: 100%;
    }
    .news_list li .text .text_r{
        display: none;
    }
    .date1 {
        font-size: 22px;
    }
    .line2 {
        margin: 10px 0;
    }
    .date2 {
        font-size: 14px;
    }
    .news_detail{
        padding:35px 0;
    }
    h1.title{
        font-size:18px;
    }
    .info_title {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }     
}




/*留言*/
.message{
    padding:105px 0 110px;
    background:#f0f3f7;
}
.message h2{
    font-size:40px;
    color: #1a1a1a;
    line-height: 1.3;
    font-family: "puhui65";
    margin-bottom: 40px;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.message ul li:nth-child(2n){
    margin-right: 0;
}
.message ul li:last-child{
    margin-right: 0;
    width: 100%;
    margin-bottom:0;
}
.message ul li input{
    width: 100%;
    background:#fff;
    padding:0 25px;
    font-size:18px;
    color: #808080;
    line-height: 60px;
    height: 60px;
    border:none;
    outline: none;
    border-radius: 4px;
    display: block;
}
.message ul li textarea{
    width: 100%;
    background:#fff;
    padding:0 25px;
    font-size:18px;
    color: #808080;
    line-height: 60px;
    height: 180px;
    border:none;
    outline: none;
    border-radius: 4px;
    display: block;
    font-family: "puhui55";
}
.msgbtn{
    width: 160px;
    height: 60px;
    font-size:18px;
    color: #fff;
    background:#009fe8;
    border-radius: 6px;
    display: flex;
    align-items:center;
    justify-content: center;
    margin:50px auto 0;
    border:none;
    outline: none;
    cursor: pointer;
}
@media(max-width: 1600px){
    .message h2{
        font-size:32px;
    }
    .message ul li{
        margin-bottom: 15px;
    }
    .message ul li input {
        padding: 0px 20px;
        font-size: 16px;
        line-height: 50px;
        height: 50px;
    }
    .message ul li textarea{
        padding: 0px 20px;
        font-size: 16px;
        line-height: 50px;
        height: 200px;        
    }
}
@media(max-width: 1280px){
    .message{
        padding:75px 0;
    }
}
@media(max-width: 1099px){   
    .message h2{
        font-size:28px;
    }
}
@media(max-width: 991px){
    
}
@media(max-width: 820px){
    .message{
        padding:50px 0;
    } 
}
@media(max-width: 640px){
    .message{
        padding:35px 0;
    }
    .message h2{
        font-size:24px;
        margin-bottom: 25px;
    }
    .message ul li{
        margin-bottom: 10px;
    }
    .message ul li textarea{
        height: 150px;
    }
    .msgbtn {
        width: 120px;
        height: 50px;
        font-size: 17px;
        margin: 30px auto 0;
    }
}


/*联系我们*/
.contact2{
    position: relative;
    padding:130px 0 0;
}
.contact_list{
    margin-top:50px;
    display: flex;
    flex-wrap: wrap;
}
.contact_list li{
    width: calc(25% - 20.5px);
    margin-right: 27px;
    border:1px solid #e0e0e0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding:20px;
}
.contact_list li .img1{
    line-height: 34px;
}
.contact_list li .p1{
    font-size:28px;
    color: #222222;
    font-family: "puhui75";
    line-height: 1;
    margin:28px 0 14px;
}
.contact_list li .p2{
    font-size:19px;
    color: #222222;
    font-family: "puhui65";
    line-height: 1.4;
}
.contact_list li:last-child{
    margin-right: 0;
    padding:35px 60px;
    flex-direction: row;
    justify-content: space-between;
}
.contact_list li:last-child .txt{
    width: calc(50% - 5px);
}
.contact1{
    padding:115px 0 115px;
    position: relative;
    overflow: hidden;
}
.contact1_c{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top:25px;
    padding-top:50px;
}
.contact1_l{
    width: 41%;
}
.contact1_l .text{

}
.contact1_l .text .p1{
    font-size:30px;
    color: #222222;
    font-family: "puhui85";
    line-height: 1;
}
.contact1_l .text .p2{
    font-size:16px;
    color: #4c4c4c;
    margin-top:15px;
}
.ku_list{
    max-width: 500px;
    margin-top:75px;
    border-top: 1px solid #cccccc;
}
.ku_list li{
    border-bottom: 1px solid #cccccc;
    padding:38px 42px 30px;
}
.ku_list li .p3{
    font-size: 26px;
    color: #009fe8;
    font-family: "puhui85";
    line-height: 1;
    margin-bottom: 14px;
}
.ku_list li .p4{
    font-size: 18px;
    color: #4c4c4c;
    line-height: 1.4;
}
.contact1_r{
    width: 73%;
    position: absolute;
    top:0px;
    right: -86px;
    max-width: 1160px;
 /*   margin-left: -9%;*/
}
.contact1_r_map{
    position: relative;
}
.map_li p{
    position: absolute;
/*    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255);
    animation: big1 1.5s linear infinite;
    opacity: .2;
}
{*/

}
.map_li p span{
    width: 15px;
    height: 15px;
    background:#009fe8;
    border-radius: 50%;  
    display: inline-block;
    position: relative;  
}
.map_li p:nth-child(1) span{
    background:#e80000;
}
.map_li p:nth-child(1){
    top: 58%;
    right: 26%;
}
.map_li p:nth-child(2){
    top: 60%;
    right: 24%;
}
.map_li p:nth-child(3){
    top: 84%;
    right: 33%;
}

.map_li p span:after{
    content:'';
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 159, 232);
    animation: big1 1.5s linear infinite;  
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top:-50px;
}
.shan1 span:after{
}
.shan2 span:after{
    animation-delay: 0.2s;   
}
.shan3 span:after{
    animation-delay: 0.4s;
}
@keyframes big1 {
    from {
        transform: scale(.7, .7); 
        opacity: 0.2;
    } 
    to {
        transform: scale(1.5, 1.5); 
        opacity: 0;
    }
}
@media(max-width: 1600px){
    .contact2{
        padding:95px 0 0;
    }
    .contact1_l .text .p1{
        font-size:26px;
    }
    .contact1_l .text .p2{
        font-size:15px;
    }
    .contact_list{
        margin-top:40px;
    }
    .contact_list li .p1 {
        font-size: 24px;
        margin: 20px 0 10px;
    }
    .contact_list li .p2{
        font-size:15px;
    }
    .contact_list li:last-child{
        padding:20px 20px;
    }
    .contact1{
        padding:90px 0;
    }
    .contact_cont{
        margin-top:40px;
    }
    .ku_list{
        margin-top:50px;
    }
    .ku_list li {
        padding: 25px 25px 25px;
    }
    .ku_list li .p3{
        font-size:22px;
    }
    .ku_list li .p4{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .contact1_l .text .p1{
        font-size:24px;
    }
    .contact1_l .text .p2{
        font-size:14px;
    }
    .contact_list li .p1 {
        font-size: 20px;
        margin: 15px 0 10px;
    }
    .contact_list li:last-child {
        padding: 10px 10px;
    }
    .contact2{
        padding:75px 0 0;
    }
    .contact_list li:last-child{
        padding:15px 10px;
    }
    .contact1{
        padding:75px 0;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .contact_list li{
        width: calc(50% - 13.5px);
        margin-bottom:15px;
    }
    .contact_list li:nth-child(2n){
        margin-right:0;
    }
    .contact1_l .text .p1 {
        font-size: 20px;
    }
    .ku_list {
        margin-top: 25px;
    }
    .ku_list li {
        padding: 15px 15px;
    }
    .ku_list li .p3{
        font-size: 18px;
    }
    .ku_list li .p4{
        font-size: 14px;
    }
}
@media(max-width: 820px){
    .contact2{
        padding:55px 0 0;
    }
    .contact_list{
        margin-top:25px;
    }
    .contact1{
        padding:55px 0;
    }
    .contact1_l .text .p1{
        font-size:18px;
    }
    .contact_cont{
        margin-top:35px;
    }
    .contact_cont .text{
        width:100%;
        max-width:100%;
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .contact_cont .text dl{
        width:49%;
        margin-bottom:25px;
    }
    .contact_cont .text dl dt{
        font-size:22px;
    }
    .c_map{
        width:100%;
    }
}
@media(max-width: 640px){
    .contact2{
        padding:40px 0 0;
    }
    .contact1{
        padding:40px 0;
    } 
    .contact1_c {
        margin-top: 25px;
        padding-top: 0px;
    }
    .contact1_l{
        width:100%;
    }
    .contact1_l .text .p1 {
        font-size: 16px;
    }
    .contact1_l .text .p2{
        margin-top:10px;
    }
    .contact1_r{
        width:100%;
        position: relative;
        top: 0px;
        right: 0px;
        margin-top:20px;
    }
    .contact_cont{
        margin-top:25px;
    }
    .contact_cont .text dl{
        width:100%;
    }
    .contact_cont .text dl:last-child{
        margin-bottom:10;
    }
    .contact_cont .text dl dt {
        font-size: 18px;
        padding-bottom:8px;
    }
    .contact_cont .text dl dd{
        font-size:14px;
    }
}
@media(max-width: 460px){
    .contact_list li{
        width:100%;
        margin-right:0;
        padding:15px;
    }
    .map_li p span{
        width:10px;
        height:10px;
    }
    .map_li p span:after{
        width:60px;
        height:60px;
        margin-left:-30px;
        margin-top:-30px;
    }
}



#job3{
    background:#f1f1f1;
    padding:100px 0 130px;
}
#job3 h2{
    text-align: center;
    font-size:44px;
    color: #333333;
    line-height: 1;
    margin-bottom: 42px;
}
.job_list{

}
.job_list li{
    background:#ffffff;
    margin-bottom: 10px;
}
.job_top{
    padding:0 60px;    
}
.job_t{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    cursor: pointer;
}
.job_list li.on .job_t{
    border-bottom:1px solid #e0e0e0;
}
.j1{
   width: 31%;    
}
.j_name{
    font-size:20px;
    color: #333333;
    font-weight: bold;
}
.j_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 32px 0;
    width: 45%;
}
.j_c p{
    font-size:16px;
    color: #999999;
    padding-left: 24px;
}
.j_c p:nth-child(1){
    background:url(../images/job_ico1.png) no-repeat left center;
}
.j_c p:nth-child(2){
    background:url(../images/job_ico2.png) no-repeat left center;
}
.j_c p:nth-child(3){
    background:url(../images/job_ico3.png) no-repeat left center;
}
.j_c p:nth-child(4){
    background:url(../images/job_ico4.png) no-repeat left center;
}
.j_date{
    width: 24%;
    float: right;
    font-size:16px;
    color: #999999;
    text-align: right;
}
.j_date span{
    display: inline-block;
}
.job_t i{
    display: block;
    width: 14px;
    height: 30px;
    background:url(../images/j_down.png) no-repeat center;
}

.job_list li .j_cont{
    display: none;
    padding:70px 60px;
    transition: all 0.6s ease-out;
}
.j_cont1{
    display: flex;
    flex-wrap: wrap;
}
.j_cont1 h3{
    font-size:16px;
    color: #333;
    width: 95px;
}
.j_cont1_c{
    font-size:15px;
    color: #666666;
    width: calc(100% - 95px);
}
.j_cont2{
    margin:40px 0 110px;
}
.j_contact{
    background: #f2f2f2;
    color: #5b5b5b;
    border-radius: 6px;
}
.j_contact p{
    padding:0 40px;
    line-height: 64px;
    float: left;
    font-size:14px;
    color: #5b5b5b;
    font-family: "微软雅黑";
}
.j_contact a{
    display: block;
    float: right;
    width: 205px;
    line-height: 64px;
    background:#4d4d4d;
    font-size:18px;
    color: #fff;
    font-family: "puhui85";
    text-align:center;
    border-radius: 6px;
}
.job_list li.on .j_cont{
    display: block;
}
.job_list li.on .j_date img{
    transform:rotate(-180deg);
}


@media(max-width: 1600px){
    #job3 h2{
        font-size:36px;
    }

    .job_top{
        padding:0 40px;
    }
    .j_c{
        padding:25px 0;
    }
    .job_list li .j_cont{
        padding:50px 40px;
    }
    .j_cont2 {
        margin: 30px 0 70px;
    }
    .j_contact p{
        line-height: 50px;
        padding: 0 30px;
    }
    .j_contact a{
        line-height: 50px;
        width: 180px;
    }
}
@media(max-width: 1280px){
    #job3 h2{
        font-size:32px;
    }
    .job_top{
        padding:0 30px;
    }
    .j_c{
        padding:15px 0;
    }
    .job_list li .j_cont{
        padding:40px 30px;
    }
    .j_cont2 {
        margin: 20px 0 40px;
    }
    .j_contact p{
        padding: 0 20px;
    }    
}
@media(max-width: 1024px){
    #job3 h2{
        font-size:28px;
    }

}
@media(max-width: 820px){

    #job3{
        padding:75px 0;
    }
    .job_top {
        padding: 0 20px;
    }
    .j_name{
        font-size:16px;
    }
    .j_c p,.j_date{
        font-size:14px;
    }  
    .j_c p{
        padding: 0 20px;
    }  
    .job_list li .j_cont {
        padding: 30px 20px;
    }    
}
@media(max-width: 767px){
    #job3{
        padding:50px 0;
    }
    #job3 h2{
        margin-bottom: 25px;
        font-size: 22px;
    }
    .job_list li{
        margin-bottom: 12px;
    }
    .job_top {
        padding: 0 10px;
    }
    .j_name{
        padding:5px 0;
        width: 76%;
    }
    .j_c,.j_c p{
        display: none;
    }
    .j_cont1 h3{
        width: 100%;
        font-size:15px;
    }
    .j_cont1_c{
        width: 100%;
        font-size:14px;
    }
    .job_list li .j_cont {
        padding: 20px 10px;
    }
    .j_contact{
        padding:15px 0 0;
    }
    .j_contact p{
        width: 100%;
        line-height: 2em;
        float: none;
    }
    .j_contact a{
        float: none;
        margin:15px auto 0;
        line-height: 42px;
        width: 120px;
        font-size:15px;
    }    
}













h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}
.online-server{
    position: fixed;
    right: 18px;
    bottom: 10%;
    width: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 13%);
}
.online-server a{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
}
.online-server a p{
    position: absolute;
    width: 180px;
    left:-185px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(../images/r_i1_h2.png) no-repeat 10px center #00a2e7;
    display: none;
}
.online-server a:hover p{
    opacity: 1;
    display: block;
}
.online-server a:nth-child(1){
    background: url(../images/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(1):hover{
    background: url(../images/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2){
    background: url(../images/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2):hover{
    background: url(../images/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3){
    background: url(../images/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3):hover{
    background: url(../images/r_i3_h.png) no-repeat center;
    background-size: 27px;
}
@media(max-width: 1600px){
    .online-server{
        right:5px;
    }
}
@media(max-width: 991px){
    .online-server{
        display: none!important;
    }
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#2b70bb;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #2b70bb;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #ef8200;
    vertical-align: middle;
    border: 1px solid #ef8200; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #0067ac;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    padding:8px 0 0;
}
.m_f_fixed a img{
    width: 22px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
}


/*客服1*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}


/* 右侧浮窗 客服2 */

#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 9;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    transition: all .5s;
    position: relative;
    z-index:9;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    z-index:8;
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 60px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #ffaf04;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}


@media(max-width: 1259px){
    #c-right-fixed{
        display: none;
    }
}


/*客服3*/
.Fast_contact {
    height: 265px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -132.5px;
    z-index: 97
}

.Fast_contact ul li.onlineservice_li {
    width: 48px;
    height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    background-color: #d9d9d9;
}

.Fast_contact ul > li.onlineservice_li > a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
}

.Fast_contact ul > li:hover .onlineservice_tips {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.onlineService_qq {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_form {
    background-image: url("../images/fastForm.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.Fast_contact ul > li.onlineservice_li > a.onlineService_tel {
    width: 30px;
    height: 30px;
    background-image: url("../images/fastPhone.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_whatsApp {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -139px;
}

.onlineService_email {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -111px;
}

.onlineService_skype {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -28px;
}

.onlineService_wechat {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -266px;
}

.for_wechat span {
    display: block;
    text-align: center;
}

.onlineservice_tips {
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 58px;
    top: 6px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.onlineservice_tips li {
    width: auto;
    height: auto;
    white-space: nowrap;
}

.onlineservice_tips li a {
    display: block;
    min-height: 22px;
    text-align: center;
    line-height: 22px;
    color: #737578;
    font-size: 15px;
}

.onlineservice_tips li a.for_wechat {
    height: auto;
}

.onlineservice_tips li a.for_wechat img {
    max-width: 240px;
}

.onlineservice_tips li a:hover {
    text-decoration: underline;
}

.onlineservice_tips:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}
@media(max-width:1220px){
    .Fast_contact{
        display:none;
}