/*头部样式*/
.head{
/*    padding:10px 0;*/
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index:999999;
    /*background:#fff;*/
}
.head .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}
.container{
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
}
.logo{
    float: left;
}
.logo h1{
    display: none;
}
.nav{

}
.nav li{
    float: left;
    margin-left: 70px;
}
.nav li a.th_navad{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    position: relative;
}
.nav li a.th_navad:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    opacity: 0;
    height: 2px;
    background: #fff;
    transition: all 0.36s;
}
.nav li.on a.th_navad:before,.nav li:hover a.th_navad:before{
    width: 100%;
    opacity: 1;
}
.nav li.on a.th_navad,.nav li:hover a.th_navad{
    color: #fff;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:80px;
    left:-50%;
    z-index: 999;
    width: 200%;
}
.nav li .b_nav a{
    font-size: 14px;
    background:#0032d6;
    color: #fff;
    line-height: 2em;  
}
.nav li .b_nav a:hover{
    background:#fff;
    color: #666;
}
.head.c-head-hide,.head:hover{
    background: #fff;
}
.head.c-head-hide .logo h1,.head:hover .logo h1{
    display: block;
}
.head.c-head-hide .logo .img2,.head:hover .logo .img2{
    display: none;
}
.head.c-head-hide .nav li a.th_navad,.head:hover .nav li a.th_navad{
    color: #333;
}
.head.c-head-hide .nav li.on a.th_navad,.head:hover .nav li.on a.th_navad{
    color: #0032d6;
}
.head.c-head-hide .nav li a.th_navad:before,.head:hover .nav li a.th_navad:before{
    background: #0032d6;
}
.th_down {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 28px 0;
    border-top: 1px solid #e7ecf1;
    display: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
}

.th_downul {
    /*display: inline-block;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.th_downli a {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    transition: all 0.36s;
}
.th_downli a:hover{
    color: #0032d6;
}
.th_downli {
    margin: 0 40px;
}

.yxnav_active2 a {
    color: #46289f;
}


#c-banner1{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
#c-banner1 .swiper-slide img{
    width: 100%;
    height: 100vh;    
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    text-align:center;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    color: #fff;
}
.banner_text .p1{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    opacity: .6;
}
.banner_text .p2{
    /*max-width: 450px;*/
    font-size: 62px;
    line-height: 1.4;
    margin-top:5px;
    font-weight: bold;
}
.line1{
    max-width: 450px;
    height: 1px;
    background:#fff;
    position: relative;
    margin: 35px 0 25px;
}
.line1:before{
    content:'';
    position: absolute;
    left:0;
    top:-1px;
    width: 150px;
    height: 3px;
    background:#0032d6;
}
.banner_text .p3{
    font-size: 22px;
    max-width: 572px;
    line-height: 1.6;
    margin:10px 0 100px;
}
.banner_text a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 58px;
    font-size: 16px;
    color: #fff;
    border:1px solid #fff;
    border-radius: 6px;
    margin-top:135px;
}
.banner_text a:hover{
    background: #0032d6;
    color: #fff;
    border:1px solid #0032d6;
    /*text-decoration: underline;*/
}
.shubiao{
    position: absolute;
    left:0;
    bottom:25px;
    width: 100%;
    z-index:9;
    text-align: center;
}
.shubiao img{
    position: relative;
    animation: scroll 1.2s infinite;
    -webkit-animation: scroll 1.2s infinite;
}
@keyframes scroll {
  0% {
    top:-20px;
  }
  100% {
    top:-0px;
  }
}
@-webkit-keyframes scroll {
  0% {
    top:-20px;
  }
  100% {
    top:-0px;
  }
}

#c-banner1 .page1 {
  position: absolute;
    right: 80px;
    bottom: 50px;
  z-index: 1;
}
#c-banner1 .page1 > div {
  position: relative;
}
#c-banner1 .page1 > div .swiper-pagination {
  position: initial;
}
#c-banner1 .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  margin: 0 30px 0 0;
  width: auto;
  height: auto;
  position: relative;
  outline: none;
  vertical-align: middle;
  opacity: 0.7;
}
#c-banner1 .swiper-pagination-bullet:last-child {
  width: 18px;
  overflow: hidden;
  margin-right: 0;
}
#c-banner1 .swiper-pagination-bullet span {
  background: none;
  display: block;
  border-radius: 0%;
  font-size: 14px;
  font-family: 'gilroy_bold';
  color: #fff;
}
#c-banner1 .swiper-pagination-bullet i {
  background: #fff;
  height: 2px;
  width: 0px;
  position: absolute;
  top: 10px;
  left: 22px;
  transform-origin: left;
  z-index: 3;
  transition-timing-function: linear;
}
#c-banner1 .swiper-pagination-bullet-active span,
#c-banner1 .swiper-pagination-bullet:hover span {
  margin-top: 0;
  margin-left: 0;
  position: relative;
  z-index: 1;
}
#c-banner1 .swiper-pagination-bullet-active {
  margin-right: 74px;
  opacity: 1;
}
#c-banner1 .swiper-pagination-bullet-active i {
  animation: middle 6s linear;
}
@keyframes first {
  0% {
    transform: scaleX(0.5);
    left: 0px;
  }
  /*091*/
  100% {
    transform: scaleX(1);
    left: 4px;
  }
  /*0915*/
}
@keyframes last {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }
  /*1090*/
  20% {
    transform: scaleX(0.3);
    left: 4px;
  }
  /*090*/
  100% {
    transform: scaleX(0.3);
    left: 0px;
  }
  /*090*/
}
@keyframes middle {
  0% {
    width: 0px;
  }
  100% {
    width: 58px;
  }
}
@media(max-width: 1600px){
    .banner_text .p1{
        font-size: 42px;
    }
    .line1{
        margin:25px 0 25px;
    }
    .banner_text .p1{
        font-size: 26px;
    }
    .banner_text .p2{
        font-size: 42px;
    }
    .banner_text .p3{
        font-size: 36px;
    }
    .banner_text a{
        width:150px;
        height:50px;
        font-size:15px;
        margin-top:100px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    #c-banner1,#c-banner1 .swiper-slide img{
        height: auto;
    }
    .banner_text .p1{
        font-size: 22px;
    }
    .banner_text .p2{
        font-size: 32px;
    }
    .banner_text .p2{
        font-size: 15px;
    }
    .line1{
        margin:15px 0 15px;
    }
    .banner_text .p3{
        font-size: 16px;
        margin:10px 0 70px;
    }
    .container{
        width: 96%;
    }
    .nav li{
        margin-left: 40px;
    }
    #c-banner1 .page1 {
        right: 50px;
        bottom: 30px;
    }
}
@media(max-width: 1024px){
    .nav li{
        margin-left: 25px;
    } 
    .banner_text .p1{
        font-size: 20px;
    }  
    .banner_text .p2{
        font-size: 26px;
    }
    .banner_text a{
        width:120px;
        height:42px;
        margin-top:60px;
    }
}
@media(max-width: 820px){
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    .banner_text .p1{
        font-size: 16px;
    } 
    .banner_text .p2 {
        font-size: 24px;
    }
    .banner_text .p3 {
        margin:10px 0 35px;
    }
    .banner_text a{
        margin-top:30px;
    }
    .line1 {
        margin: 10px 0 10px;
    }
    .shubiao{
        display: none;
    }
    .head .container{
        height: 60px;
    }
    .banner_text .container{
        width:90%;
    }
    #c-banner1 .page1 {
        right: 30px;
        bottom: 20px;
    }
}
@media(max-width: 640px){
    .head .container{
        height: 50px;
    }
    .logo{
        max-width: 60%;
/*        float: none;*/
    }
    .menu-button{
        top:25px;
    }
    .banner_text .p1{
        font-size: 15px;
    } 
    .banner_text .p2 {
        font-size:22px;
    }
    .banner_text .p3 {
        font-size: 15px;
        margin:10px 0 20px;
    }
    .banner_text a{
        width:90px;
        height:36px;
        font-size:13px;
        margin-top: 22px;
    }
    .line1{
        max-width: 200px;
    }
    .line1:before{
        width: 60px;
    }
}


.index1{
    padding:100px 0;
}
.index1_top{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 130px;
}
.index_t1{
    width: 250px;
}
.index_t1 h2{
    font-size: 48px;
    color: #333333;
    line-height: 1;
}
.index_t1 p{
    font-size: 36px;
    color: #dddddd;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.6;
    margin-bottom: 5px;
}
.line2 img{
    display: block;
}
.index1 .index_t1{
    text-align: right;
}
.index1 .index_t1 .line2 img{
    float:right;
}
.sort2{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 250px);
}
.sort2 li{
    width: 16.66666666666667%;
    cursor: pointer;
}
.sort2 li h3{
    font-size: 18px;
    color: #313131;
    margin-bottom: 10px;
    position: relative;
}

.sort2 li .sec{

}
.sort2 li a.b{
    display: block;
    padding-left: 20px;
    position: relative;
    margin:3px 0;
    color: #999999;
}
.sort2 a.b:nth-child(8){
    color: #ff0000;
}
.sort2 li a.b:before{
    content:'';
    width: 6px;
    height: 6px;
    background:#0032d6;
    border-radius: 50%;
    position: absolute;
    top:50%;
    left:3px;
    margin-top:-3px;
}
.sort2 li a.b:after{
    content:'';
    width: 12px;
    height: 12px;
    background:rgba(0,50,214,.18);
    border-radius: 50%;
    position: absolute;
    top:50%;
    left:0;
    margin-top:-6px;
}
.sort2 li a.b.cur{
    color: #333;
}
.p_tabs{

}
.p_tab{
    display: none;
}

.product_list1{
    display: flex;
    flex-wrap: wrap;
}
.product_list1 li{
    width: 22%;
    margin-right: 4%;
    box-shadow: 0 0 10px #ccc;
    border-radius: 15px;
}
.product_list1 li:nth-child(4n){
    margin-right: 0%;
}
.product_list1 li a.img{
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
.product_list1 li h3 a{
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    line-height: 1.6;
}

@media(max-width: 1600px){
    .index1{
        padding:80px 0;
    }
    .index1_top{
        margin-bottom: 70px;
    }
    .index_t1 h2{
        font-size: 40px;
    }
    .index_t1 p{
        font-size: 32px;
    }
    .sort2 li h3{
        font-size: 16px;
    }
    .sort2 li a.b{
        font-size: 13px;
    }
    .product_list1 li{
        width: 23.5%;
        margin-right: 2%;
    }
}
@media(max-width: 1260px){
    .h0{
        display: block;
    }
    .index1{
        padding:70px 0;
    }
    .index1_top{
        margin-bottom: 50px;
    }
    .sort2{
        width: calc(100% - 160px);
    }
    .index_t1{
        width: 160px;
    }
    .index_t1 h2{
        font-size: 32px;
    }
    .index_t1 p{
        font-size: 24px;
    }
    .product_list1 li h3 a{
        height: 50px;
        font-size: 15px;
    }
}
@media(max-width: 1024px){
    .sort2{
        width: 100%;
    }
    .index1 .index_t1{
        text-align: left;
    }
    .index1 .index_t1 .line2 img{
        float: none;
    }
}
@media(max-width: 820px){
    .index1{
        padding:50px 0;
    }
    .index1_top {
        margin-bottom: 30px;
    }
    .index_t1 h2{
        font-size: 26px;
    }
    .index_t1 p{
        font-size: 18px;
    }
    .product_list1 li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }
    .product_list1 li:nth-child(2n) {
        margin-right: 0%;
    }
    .product_list1 li a.img img{
        width: 100%;
    }
}
@media(max-width: 640px){
    .index1{
        padding:35px 0 20px;
    }
    .index1_top {
        margin-bottom: 20px;
    }
    .index_t1 h2{
        font-size: 22px;
    }
    .index_t1 p{
        font-size: 15px;
    }
    .sort2{
        display: none;
    }
    .product_list1 li h3 a {
        height: 40px;
        font-size: 14px;
    }
}
@media(max-width: 460px){

}



.ht{
    position: relative;
}
.ht_bg{
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 30%;
    background: #fff;
    text-align: right;
    height: 80px;
    z-index: 1;
    border-radius: 0 55px 0 0;
}
.index2{
    position: relative;
}
.index2 .container{
    padding:22px 105px 105px;
}
.about_logo{
    width: 405px;
    position: absolute;
    top: -115px;
    left: -20px;    
}
.index2 .text{
    padding:60px 0;
    font-size: 18px;
    color: #666;
    line-height: 1.8;
}
.more1{
    width: 46px;
    height: 46px;
    background: #0032d6;
    display: block;
    border-radius: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out 0s;
    position: relative;
    overflow: hidden;
}
.more1 span{
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    position: absolute;
    left:-100px;
    top:0;
}
.more1 img.img1{
    width: 12px;
    height: 22px;
}
.more1 img.img2{
    display: none;
    margin-left: 28px;
    width: 31px;
    height: 22px;
}
.more1:hover{
    width: 160px;
}
.more1:hover span{
    left:30px;
}
/*.more1:hover img.img2{*/
/*    display: block*/
/*}*/
.more1:hover img.img1{
    /*display: none;*/
    margin-left: 80px;
}

.index2 .num_list{
    margin-top:110px;
}
.num_list{
    display: flex;
    flex-wrap: wrap;
}
.num_list li{
    width: 25%;
}
.num_list li p{
    line-height: 1;
    margin-top:10px;
}
.num_list li span{
    font-size: 60px;
    color: #0032d6;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
}
.num_list li sub{
    font-size: 18px;
    color: #333;
}
@media(max-width: 1600px){
    .index2 .container {
        padding: 22px 0px 90px;
    }
    .index2 .text {
        padding: 45px 0;
        font-size: 16px;
    }
    .index2 .num_list {
        margin-top: 80px;
    }
    .num_list li span{
        font-size: 46px;
    }
    .num_list li sub{
        font-size: 15px;
    }
    .ht_bg{
        height: 70px;
    }
    .more1:hover{
        width: 150px;
    }
    .more1 span{
        font-size:15px;
    }
}
@media(max-width: 1260px){
    .index2 .container {
        padding: 22px 0px 70px;
    }
    .ht_bg{
        height: 60px;
    }
    .num_list li span {
        font-size: 36px;
    }
}
@media(max-width: 1024px){
    .ht_bg{
        height: 45px;
    }
}
@media(max-width: 820px){
    .index2 .container {
        padding: 22px 0px 50px;
    }
    .ht_bg{
        height: 30px;
    }
    .about_logo {
        width: 300px;
        top: -90px;
        left: 0;
    }
    .index2 .text {
        padding: 30px 0 40px;
        font-size: 15px;
    }
    .index2 .num_list {
        margin-top: 50px;
    }
    .num_list li span {
        font-size: 32px;
    }
    .num_list li sub {
        font-size: 14px;
    }
}
@media(max-width: 640px){
    .ht_bg{
        display: none;
    }
    .about_logo {
        width: 200px;
        top: -60px;
        left: 0;
    }
    .index2 .container {
        padding: 22px 0px 20px;
    }
    .index2 .text {
        padding: 20px 0 25px;
        font-size: 14px;
    }
    .more1{
        width: 40px;
        height:40px;
        border-radius:20px;
    }
    .index2 .num_list {
        margin-top: 30px;
    }
    .num_list li{
        width: 50%;
        margin-bottom: 15px;
    }
    .num_list li .img1 img{
        max-height: 50px;
    }
    .num_list li span {
        font-size: 26px;
    }
    .num_list li sub {
        font-size: 13px;
    }
    .more1:hover{
        width: 140px;
    }
    .more1 span{
        line-height:40px;
    }
}
@media(max-width: 460px){

}


.case_list1{
    display: flex;
    flex-wrap: wrap;
}
.case_list1 li{
    position: relative;
    width: 25%;
}
.case_list1 li a{
    display: block;
    color: #fff;
}
.case_list1 li a:before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,50,214,.62);
    z-index:9;
    opacity: 0;
}
.case_list1 li a .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    opacity: 0;
}
.case_list1 li a .text p{
    font-size: 24px;
}
.case_list1 li a .text .more2{
    width: 38px;
    height: 38px;
    background:url(../images/more2.png) no-repeat center;
    margin:40px auto 0;
}
.case_list1 li a:hover img{
    transform: scale(1.1);
}
.case_list1 li a:hover:before{
    opacity: 1;
}
.case_list1 li a:hover .text{
    opacity: 1;
}
.case_list1 li:last-child a{
    background:#0032d6;
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.case_list1 li:last-child a:before{
    display: none;
}
.case_list1 li:last-child a:hover{
    text-decoration: underline;
}
@media(max-width: 1600px){
    .case_list1 li a .text p{
        font-size: 22px;
    }
    .case_list1 li a .text .more2{
        margin:25px auto 0;
    }
    .case_list1 li:last-child a{
        font-size: 24px;
    }
}
@media(max-width: 1260px){

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

}
@media(max-width: 820px){
    .case_list1 li{
        width: 50%;
    }
    .case_list1 li a .text p{
        font-size: 18px;
    }
    .case_list1 li a .text .more2 {
        margin: 20px auto 0;
    }
    .case_list1 li:last-child a {
        font-size: 20px;
    }
}
@media(max-width: 640px){

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

}


.index4{
    padding:100px 0;
}
.index2_t2{
    text-align: center;
    margin-bottom: 60px;
}
.index2_t2 h2{
    font-size: 48px;
    color: #333333;
    line-height: 1;
}
.index2_t2 p{
    font-size: 36px;
    color: #dddddd;
    font-weight:bold;
    line-height: 1.4;
}
.news_list1{
    display: flex;
    flex-wrap: wrap;
}
.news_list1 li{
    width: 31%;
    margin-right: 3.5%;
}
.news_list1 li:nth-child(3n){
    margin-right: 0;
}
.news_list1 li a{

}
.news_list1 li a .img{
    border-radius: 12px;
}
.news_list1 li a .img img{
    width: 100%;
}
.news_list1 li a .text{
    padding:25px 0 0;
}
.news_list1 li a .text span{
    display: block;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}
.news_list1 li a .text p{
    font-size: 20px;
    color: #333333;
    line-height: 1.6;
}
.news_list1 li:hover a .img img{
    transform: scale(1.1);
}
.news_list1 li:hover a .text span{
    color: #0032d6;
}
.news_list1 li:hover a .text p{
    color: #0032d6;
}
.index4 .more1{
    margin: 65px auto 0;
}
@media(max-width: 1600px){
    .index4{
        padding:90px 0;
    }
    .index2_t2{
        margin-bottom: 40px;
    }
    .index2_t2 h2{
        font-size: 40px;
    }
    .index2_t2 p{
        font-size: 28px;
    }
    .news_list1 li a .text {
        padding: 15px 0 0;
    }
    .news_list1 li a .text span{
        font-size: 15px;
    }
    .news_list1 li a .text p{
        font-size: 16px;
    }
    .index4 .more1 {
        margin: 50px auto 0;
    }
}
@media(max-width: 1260px){
    .index4{
        padding:70px 0;
    }
    .index2_t2{
        margin-bottom: 30px;
    }
    .index2_t2 h2{
        font-size: 32px;
    }
    .index2_t2 p{
        font-size: 24px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 820px){
    .index4 {
        padding: 50px 0;
    }
    .index2_t2 h2{
        font-size: 26px;
    }
    .index2_t2 p{
        font-size: 18px;
    }
    .news_list1 li{
        width: 32%;
        margin-right: 2%;
    }
    .index4 .more1 {
        margin: 30px auto 0;
    }
}
@media(max-width: 640px){
    .index4 {
        padding: 35px 0;
    }
    .index2_t2 {
        margin-bottom: 20px;
    }
    .index2_t2 h2{
        font-size: 22px;
    }
    .index2_t2 p{
        font-size: 14px;
        margin-top:5px;
    }
    .news_list1 li a .text p {
        font-size: 15px;
    }
    .index4 .more1 {
        margin: 20px auto 0;
    }
}
@media(max-width: 460px){
    .news_list1 li{
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
}


#footer{
    background:#ebedf1;
}
.foot{
    display: flex;
    flex-wrap:wrap;
    padding:100px 0 25px;
}
.foot_l{
    width: 31%;
}
.f_logo{

}
.f_contact{
    margin:45px 0 95px;
}
.f_contact p{
    font-size: 14px;
    color: #0032d6;
    padding-left: 28px;
    font-weight: bold;
    margin:5px 0;
    background:url(../images/ft_icon.png) no-repeat;
    overflow: hidden;
}
.f_contact p:nth-child(1){
    background-position: 0 6px;
}
.f_contact p:nth-child(2){
    background-position: 0 -28px;    
}
.f_contact p:nth-child(3){
    background-position: 0 -65px;    
}
.f_share{
    display: flex;
    flex-wrap: wrap;
}
.f_share li{
    position: relative;
    margin-right: 30px;
}
.f_share li .img1{
    cursor: pointer;
}
.f_share li .img2{
    position: absolute; 
    top:35px;
    left:50%;
    margin-left: -50px;   
    width: 100px;
    display: none;
}
.f_share li:hover .img2{
    display: block;
}
.f_nav{
    display: flex;
    flex-wrap: wrap;
    width: 56.5%;
}
.f_nav li{
    width: 25%;
}
.f_nav li h3 a{
    display: block;
    font-size: 18px;
    color: #0032d6;
}
.f_nav li .b_nav2{
    margin-top:12px;
}
.f_nav li .b_nav2 a{
    display: block;
    padding:4px 0;
}
.f_code{
    text-align: center;
    width: 12.5%;
}

.copyright{
    border-top:1px solid #dddddd;
    padding:15px 0;
}

@media(max-width: 1600px){
    .foot{
        padding: 60px 0 25px
    }
    .f_contact {
        margin: 30px 0 60px;
    }
    .f_nav li h3 a{
        font-size: 16px;
    }
    .f_nav li .b_nav2 {
        margin-top: 6px;
    }
    .f_nav li .b_nav2 a{
        padding:2px 0;
    }
}
@media(max-width: 1260px){
    .foot{
        padding: 40px 0 25px
    }
}
@media(max-width: 1024px){

}
@media(max-width: 820px){
    .foot{
        padding: 25px 0 25px
    }
    .f_nav{
        width: 69%;
        padding-left: 20px;
    }
    .f_code{
        display: none;
    }
    .copyright{
        padding:10px 0;
    }
}
@media(max-width: 640px){
    .foot {
        padding: 25px 0 10px;
    }
    .foot_l{
        width: 100%;
    }
    .f_nav,.f_share{
        display: none;
    }
    .f_contact {
        margin: 20px 0 0px;
    }
}
@media(max-width: 460px){

}


/*----- 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;
}



/*------------内页-------------------*/
.head.n_head{
    background: #fff;
}
.head.n_head .logo h1{
    display: block;
}
.head.n_head .logo .img2{
    display: none;
}
.head.n_head .nav li a.th_navad{
    color: #333;
}
.head.n_head .nav li.on a.th_navad{
    color: #0032d6;
}
.head.n_head .nav li a.th_navad:before{
    background: #0032d6;
}
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;

}
.n_banner img {
    width: 100%;
    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;
    color: #fff;
/*    background:rgba(0,0,0,.46);*/
}
.n_banner_text h3{
    font-size: 48px;
    line-height: 1;
}
.n_banner_text p{
    font-size: 40px;  
}
.sitemp{
    background:#fff;
}
.sitemp .container{
/*    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
}
.site{
    float: right;
}
.sort{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    float: left;
}
.sort li{
    margin-right: 80px;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li a{
    display: block;
}
.sort li a.list_item1{
    position: relative;
    line-height: 82px;
    font-size: 18px;
    color: #333333;
}
.sort li a.list_item1:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 0%;
    height:2px;
    background:#0032d6;
}
.sort li.cur a.list_item1,.sort li:hover a.list_item1{
    color: #0032d6;
}
.sort li.cur a.list_item1:after,.sort li:hover a.list_item1:after{
    width: 100%;
}
.sort li .layer2{
    position: absolute;
    top:145px;
    left:0;
    width: 150%;
    display: none;
}
.sort li .layer2 a.list_item2{
    padding:0 25px;
    line-height: 35px;
    font-size: 14px;
    color: #666;
    background:#e9e9e9;
    margin-right: 12px;
}
.sort li .layer2 a.list_item2:last-child{
    margin-right: 0;
}
.sort li .layer2 a.list_item2.on{
    background:#0032d6;
    color: #fff;
}
.sort li.cur .layer2{
    display: flex;
    flex-wrap: wrap;
}
.site{
    line-height: 82px;
    padding-left: 25px;
    background:url(../images/home.png) no-repeat left center;
}
.n_content{
    padding:155px 0 100px;
}
@media(max-width: 1600px){
    .n_banner_text h3{
        font-size: 40px;
    }
    .n_banner_text p{
        font-size: 32px;  
    }
    .sort li{
        margin-right: 60px;
    }
    .sort li a.list_item1{
        line-height: 70px;
        font-size:16px;
    }
    .sort li .layer2{
        top:110px;
    }
    .site{
        line-height: 70px;
    }
    .n_content {
        padding: 135px 0 90px;
    }
}
@media(max-width: 1260px){
    .n_banner_text h3{
        font-size: 32px;
    }
    .n_banner_text p{
        font-size: 24px;  
    }
    .sort li .layer2 a.list_item2{
        padding:0 20px;
    }
    .n_content {
        padding: 120px 0 70px;
    }
}
@media(max-width: 1024px){
    .sort li{
        margin-right: 25px;
    }
}
@media(max-width: 820px){
    .n_banner_text h3{
        font-size: 26px;
    }
    .n_banner_text p{
        font-size: 18px;  
    }
    .sort{
        float: none;
    }
    .sort li{
        margin-right: 15px;
    }
    .sort li a.list_item1{
        line-height: 55px;
        font-size: 15px;
    }
    .sort li .layer2{
        top:70px;
        width: 100%;
    }
    .sort li .layer2 a.list_item2{
        padding:0 15px;
        margin-right: 10px;
        line-height: 34px;
        margin-bottom: 5px;
    }
    .site{
        line-height: 40px;
        float: none;
    }
    .n_content {
        padding: 100px 0 50px;
    }
}
@media(max-width:768px){
    .h80{
        width: 100%;
        height: 60px;
    }
}
@media(max-width: 640px){
    .h80{
        height: 50px;
    }
    .n_banner_text h3{
        font-size: 22px;
    }
    .n_banner_text p{
        font-size: 15px;  
    }
    .sort li {
        margin-right: 5px;
    }
    .sort li a.list_item1 {
        line-height: 45px;
        font-size: 14px;
    }
    .sort li .layer2{
        top:60px;
        width: 100%;
    }
    .n_content {
        padding: 100px 0 30px;
    }
}
@media(max-width: 460px){
    .sort li {
        margin-right: 3px;
    }
    .sort li a.list_item1 {
        line-height: 35px;
        font-size: 12px;
    }
    .sort li .layer2 {
        top: 50px;
        width: 100%;
    }
    .sort li .layer2 a.list_item2 {
        padding: 0 12px;
        margin-right: 7px;
        line-height: 30px;
        font-size: 13px;
    }
}


.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    background:#fff;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 60px;
    box-shadow: 2px 2px 10px #eee;
}
.product_list li:nth-child(4n){
    margin-right: 0;
}
.product_list li a.img{
    display: block;
    background:#eaeaea;
}
.product_list li a.img img{
    width: 100%;
}
.product_list li h3 a{
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 68px;
    line-height: 1.6;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}
.product_list li:hover a.img img{
    transform: scale(1.1);
}
.product_list li:hover h3 a{
    background:#0032d6;
    color: #fff;
}
@media(max-width: 1600px){
    .product_list li{
        margin-bottom: 40px;
    }
    .product_list li h3 a{
        height: 60px;
        font-size: 16px;
    }

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

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

}
@media(max-width: 820px){
    .product_list li{
        width: 32%;
        margin-bottom: 20px;
    }
    .product_list li:nth-child(4n) {
        margin-right: 2%;
    }
    .product_list li:nth-child(3n) {
        margin-right: 0;
    }
    .product_list li h3 a {
        height: 50px;
        font-size:15px;
    }
}
@media(max-width: 640px){
    .product_list li{
        width: 49%;
        margin-bottom: 15px;
    }
    .product_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .product_list li:nth-child(2n) {
        margin-right: 0;
    }
}
@media(max-width: 460px){

}


#about1{
    font-size: 16px;
    color: #666666;
    border-top:1px solid #dddddd;
    padding:90px 0 0;
}
#about1 .text{
    width: 59%;
    float: left;
    padding-right: 65px;
    animation-delay: 0.3s;
}
#about1 .text h2{
    font-size: 48px;
    color: #333333;
    font-weight: normal;
    line-height: 1.2;
}
#about1 .text .p1{
    font-size: 32px;
    color: #333333;
    font-weight: 300;
    margin-bottom: 30px;
}
#about1 .txt2{
    margin:25px 0 60px;
    animation-delay: 0.9s;
}
#about1 .img{
    width: 41%;
    float: right;
    animation-delay: 0.6s;
}
.num_list2{
    background:url("../images/about1_bg.jpg") no-repeat center;
/*    background-size: cover;
    padding:;*/
    height: 196px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 120px;
    color: #fff;
}
.num_list2 li{
    max-width: 25%;
}
.num_list2 li .p1{
    font-size: 56px;
    line-height: 1.1;
}
.num_list2 li .p2{
    font-size: 18px;
}
#about2{
    padding:100px 0;
}
h2.ab_t1{
    font-size: 48px;
    color: #333333;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 22px;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}
h2.ab_t1:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    margin-left: -33px;
    width: 66px;
    height: 3px;
    background:#0032d6;
}
.ryzz{
    position: relative;
    animation-delay: 0.5s;
}
#c-banner2{

}
#c-banner2 .swiper-slide{
    padding:35px 50px;
    background:#f5f5f5;
}
#c-banner2 .swiper-slide img{
    box-shadow: 0px 0px 10px #333;
}
.ryzz .swiper-button-prev{
    width: 22px;
    height: 40px;
    background:url(../images/left1.png) no-repeat center;
    left:-72px;
    margin-top:-20px;
}
.ryzz .swiper-button-next{
    width: 22px;
    height: 40px;
    background:url(../images/right1.png) no-repeat center;
    right:-72px;
    margin-top:-20px;
}
#about3{
    background:url("../images/qywh.jpg") no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
/*    align-items: center;*/
    padding:210px 0px;
    color: #fff;    
}
#about3 li{
    text-align: center;
    width: 25%;
    padding:20px 60px;
    border-right: 1px solid #fff;
}
#about3 li h3{
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
}
#about3 li p{
    font-size: 16px;
}
#about4{
    padding:100px 0 85px;
}
#about4 .text{
    width: 50%;
    padding-right: 25px;
    float: left;
    padding-top:30px;
    animation-delay: 0.3s;
}
#about4 .text h2{
    font-size: 48px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 35px;
    line-height: 1;
}
#about4 .text p{
    font-size: 16px;
    color: #666;
}
#about4 .img{
    width: 50%;  
    float: right;  
    animation-delay: 0.6s;
}
#about5{
    background:#f5f5f5;
    padding:90px 0 100px;
}
#c-banner3{
    padding-bottom: 75px;
}
#c-banner3 .swiper-slide{
    position: relative;
    overflow: hidden;
}
#c-banner3 .swiper-slide img{
    transition: all 0.5s ease-out;
}
#c-banner3 .swiper-slide p{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    line-height: 46px;
    font-size: 18px;
    color: #ffffff;
    background:rgba(0,0,0,.46);
    z-index:9;
    text-align: center;
}
#c-banner3 .swiper-slide:hover img{
    transform: scale(1.1);
}
#c-banner3 .swiper-pagination{
    bottom:0;
}
@media(max-width: 1600px){
    #about1{
        font-size: 15px;
    }
    #about1 .text h2{
        font-size: 40px;
    }
    #about1 .text .p1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .num_list2 li .p1{
        font-size: 42px;
    }
    .num_list2 li .p2{
        font-size: 15px;
    }
    #about2 {
        padding: 80px 0;
    }
    h2.ab_t1 {
        font-size: 40px;
        margin-bottom: 50px;
    }
    #c-banner2 .swiper-slide{
        padding: 20px 30px;
    }
    .ryzz .swiper-button-prev{
        left:-40px;
    }
    .ryzz .swiper-button-next{
        right:-40px;
    }
    #about3{
        padding:150px 0;
    }
    #about3 li{
        padding:15px 30px;
    }
    #about3 li h3{
        font-size: 30px;
        margin-bottom: 0;
    }
    #about3 li p{
        font-size: 15px;
    }
    #about4 {
        padding: 85px 0 ;
    }
    #about4 .text h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    #about4 .text p{
        font-size: 15px;
    }
    #about5 {
        padding: 90px 0;
    }
    #c-banner3 .swiper-slide p{
        font-size: 16px;
        line-height: 42px;
    }
}
@media(max-width: 1320px){
    .ryzz .swiper-button-prev{
        left:0px;
    }
    .ryzz .swiper-button-next{
        right:0px;
    }
}
@media(max-width: 1260px){
    #about1 {
        padding: 70px 0 0;
    }
    #about1 .text h2{
        font-size: 32px;
    }
    #about1 .text .p1 {
        font-size: 20px;
    }
    .num_list2{
        padding:0 60px;
    }
    #about2,#about4,#about5{
        padding: 70px 0;
    }
    h2.ab_t1 {
        font-size: 32px;
        margin-bottom: 40px;
    }
    #about3{
        padding:100px 0;
    }
    #about3 li{
        padding:10px 20px;
    }
    #about3 li h3{
        font-size: 26px;
    }
    #about3 li p{
        font-size: 14px;
    }
    #about4 .text h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }

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

}
@media(max-width: 820px){
    #about1 {
        padding: 50px 0 0;
    }
    #about1 .text{
        width: 100%;
        padding-right: 0;
    }
    #about1 .text h2{
        font-size: 26px;
    }
    #about1 .text .p1 {
        font-size: 16px;
    }
    #about1 .img{
        width: 100%;
        text-align: center;
        margin:15px 0;
    }
    #about1 .txt2 {
        margin: 0px 0 50px;
    }
    .num_list2 li .p1 {
        font-size: 32px;
    }
    .num_list2 li .p2 {
        font-size: 14px;
    }
    h2.ab_t1 {
        font-size: 26px;
        margin-bottom: 30px;
        padding-bottom: 15px;
    }
    #about2,#about4,#about5{
        padding: 50px 0;
    }
    #about3{
        padding:60px 0;
    }
    #about3 li{
        padding:10px 15px;
    }
    #about3 li h3{
        font-size: 22px;
    }
    #about4 .text h2 {
        font-size: 26px;
    }
    #c-banner3 {
        padding-bottom: 50px;
    }
    .num_list2{
        height: 150px;
        padding: 0 30px;
    }
    #about4 .text{
        width: 100%;
        padding:0;
    }
    #about4 .img{
        width: 100%;
        margin-top:15px;
    }
    #about4 .text p{
        font-size: 14px;
    }
    #c-banner3 .swiper-slide p{
        font-size: 15px;
        line-height: 36px;
    }
}
@media(max-width: 640px){
    #about1 {
        padding: 30px 0 0;
        font-size: 14px;
    }
    #about1 .text h2{
        font-size: 22px;
    }
    #about1 .text .p1 {
        font-size: 15px;
    }
    #about1 .txt2 {
        margin: 0px 0 30px;
    }
/*    .num_list2{
        height: 120px;
    }*/
    .num_list2{
        flex-wrap: wrap;
    }
    .num_list2 li{
        width: 50%;
        max-width: 50%;
    }
    .num_list2 li .p1 {
        font-size: 24px;
    }
    h2.ab_t1 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    #about2, #about4, #about5{
        padding: 30px 0 ;
    }
    #about4 .text h2 {
        font-size: 22px;
    }
    #c-banner3 {
        padding-bottom: 35px;
    }
    #about3{
        flex-wrap: wrap;
        padding:20px 0;
    }
    #about3 li{
        width: 50%;
    }
    #about3 li:nth-child(2n){
        border:none;
    }
    #about3 li h3{
        font-size: 20px;
    }
    #c-banner3 .swiper-slide p{
        font-size: 14px;
        line-height: 32px;
    }
}
@media(max-width: 460px){
    #about3 li{
        width: 100%;
        border:none;
    }
}


.n_case{
    padding:50px 0 100px;
}
.case_list{
    display: flex;
    flex-wrap: wrap;
}
.case_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 42px;
}
.case_list li:nth-child(3n){
    margin-right: 0;
}
.case_list li:hover .img img{
    transform: scale(1.1);
}
.n_news{
    padding:80px 0 100px;
}
.news_list{
    display: flex;
    flex-wrap: wrap;
}
.news_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 35px;
    animation-delay: 0.3s;
}
.news_list li:nth-child(3n){
    margin-right: 0;
}
.news_list li a{
    display: block;
}
.news_list li a .img{
    border-radius: 10px;
}
.news_list li .text{
    padding:25px 0;
}
.news_list li .text h3{
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
}
.news_list li .text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #666666;
    margin:10px 0;
}
.news_list li .text .more{
    font-size: 14px;
    color: #999999;
}
.news_list li .text .more span{
    display: inline-block;

}
.news_list li:hover .img img{
    transform: scale(1.1);
}
.news_list li:hover .text h3{
    color: #0032d6;
}
.news_list li:hover .text .more span{
    color: #333;
    padding-right: 40px;
    background:url(../images/more3.png) no-repeat right center;    
}
.news_detail{
    padding:50px 0;
}
.news_detail h1{
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 10px;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 10px;
}
.news_detail .content{
    margin-bottom: 15px;
    font-size: 15px;
}
@media(max-width: 1600px){
    .n_case {
        padding: 50px 0 70px;
    }
    .case_list li{
        margin-bottom: 30px;
    }
    .n_news {
        padding: 80px 0;
    }
    .news_list li{
        margin-bottom: 25px;
    }
    .news_list li .text{
        padding:15px 0;
    }
    .news_list li .text h3{
        font-size: 16px;
    }
    .news_list li .text p{
        margin:5px 0 10px;
    }
}
@media(max-width: 1260px){

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

}
@media(max-width: 820px){
    .n_case {
        padding: 40px 0 50px;
    }
    .case_list li{
        margin-bottom: 20px;
        width: 49%;
    }
    .case_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .case_list li:nth-child(2n) {
        margin-right: 0;
    }
    .n_news {
        padding: 55px 0;
    }
    .news_list li{
        margin-bottom: 15px;
        width: 49%;
    }
    .news_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .news_list li:nth-child(2n) {
        margin-right: 0;
    }
    .news_list li .text{
        padding:12px 0;
    }
    .news_detail h1{
        font-size: 18px;
    }
}
@media(max-width: 640px){
    .n_case,.news_detail{
        padding: 30px 0;
    }
    .case_list li{
        margin-bottom: 15px;
    }
    .n_news {
        padding: 30px 0;
    }
}
@media(max-width: 460px){
    .news_list li{
        width: 100%;
        margin-right: 0!important;
    }
}


.n_contact{
    padding:75px 0 120px;
}
.n_contact h2{
    font-size: 40px;
    color: #333333;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 85px;
    animation-delay: 0.3s;
}
.n_contact_text{
    width: 37.5%;
    background:#0032d6;
    color: #fff;
    border-radius:10px;
    padding:55px 55px;
    float: left;
    animation-delay: 0.6s;
}
.n_contact_text h3{
    font-size: 24px;
    margin-bottom: 20px;
}
.n_contact_text p{
    font-size: 18px;
}
.n_contact_text .txt1{
    margin-bottom: 30px;
}
.n_contact_message{
    width: 55%;
    float: right;
    animation-delay: 0.9s;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.message li{
    width: 45%;
    margin-right: 10%;
    margin-bottom: 40px;
}
.message li:nth-child(2n){
    margin-right: 0;
}
.message li p{
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
}
.message li input{
    display: block;
    width: 100%;
    background:#f5f5f5;
    padding:0 10px;
    font-size: 15px;
    color: #333;
    line-height: 55px;
    border:none;
    outline: none;
    border-radius: 5px;
}
.message li:last-child{
    width: 100%;
    margin-right: 0;
}
.message li textarea{
    display: block;
    width: 100%;
    background:#f5f5f5;
    padding:0 10px;
    font-size: 15px;
    color: #333;
    line-height: 55px;
    height: 165px;
    border:none;
    outline: none;
    border-radius: 5px;
    font-family: "微软雅黑";
}
.mess_tn input{
    display: block;
    width: 200px;
    line-height: 55px;
    margin:0 auto;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background:#0032d6;
    border:none;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
}
@media(max-width: 1600px){
    .n_contact{
        padding:75px 0;
    }
    .n_contact h2{
        font-size: 32px;
        margin-bottom: 60px;
    }
    .n_contact_text {
        padding: 30px 30px;
        width: 40%;
    }
    .n_contact_text h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .n_contact_text p {
        font-size: 16px;
    }
    .message li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .message li p{
        font-size: 15px;
    }
    .message li input{
        line-height: 45px;
    }
    .message li textarea{
        height: 135px;
        line-height: 45px;
    }
    .mess_tn input {
        width: 150px;
        line-height: 45px;
        font-size: 16px;
    }
}
@media(max-width: 1260px){

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

}
@media(max-width: 820px){
    .n_contact{
        padding:50px 0;
    }
    .n_contact h2{
        font-size: 26px;
        margin-bottom: 40px;
    }
    .n_contact_text {
        padding: 20px 15px;
    }
    .n_contact_text h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .n_contact_text p {
        font-size: 14px;
    }
    .message li {
        margin-bottom: 10px;
    }
    .message li p{
        font-size: 14px;
    }
    .message li input{
        line-height: 42px;
    }
    .message li textarea{
        height: 130px;
        line-height: 42px;
    }
    .mess_tn input {
        width: 150px;
        line-height: 45px;
        font-size: 16px;
    }
}
@media(max-width: 640px){
    .n_contact{
        padding:30px 0;
    }
    .n_contact h2{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .n_contact_text {
        width: 100%;
    }
    .n_contact_message{
        width: 100%;
        padding-top:30px;
    }
    .message li input {
        line-height: 38px;
    }
    .message li textarea{
        height: 78px;
        line-height: 38px;
    }
    .mess_tn input {
        width: 120px;
        line-height: 42px;
    }
}
@media(max-width: 460px){

}


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;    
}
@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:#0032d6;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #0032d6;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: #0032d6;
    vertical-align: middle;
    border: 1px solid #0032d6; 
    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: #0032d6;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    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;
    }
    footer{
        margin-bottom:60px;

    }
}


/*客服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: 5px 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: #0032d6;
    background: #0032d6;
}

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

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

#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;
}