﻿/*头部样式*/
.head{
    padding:0px 75px;
    display: flex;
    align-items: center;
    height: 92px;
    justify-content: space-between;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}
.h92{
    width: 100%;
    height: 92px;
}
.logo{
    display: flex;
    align-items: center;
}
.logo a .img2{
    display: none;
}
.logo2{
    line-height: 92px;
    margin-left: 30px;
    padding-left: 30px;
    position: relative;
}
.logo2:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    width: 1px;
    height: 36px;
    background: #cccccc;
    margin-top:-18px;
}
.h_ry{
    display: flex;
}
.h_ry li{
    position: relative;
    cursor: pointer;
}
.h_ry li:last-child{
    margin-left: 12px;
}
.ry_img{
    position: absolute;
    top:100px;
    left:50%;
    z-index: 9;
    background: #fff;
    display: none;
}
.h_ry li .ry_img:after{
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 30px;
    height: 30px;
    background: #fff;
    transform: rotate(-45deg);
    box-shadow: 1px -2px 2px rgba(0,0,0,.1);
    z-index: -1;
    opacity: 0;
}
.ry_img1{
    width: 267px;
    margin-left: -133.5px;
}
.ry_img2{
    width: 267px;
    margin-left: -133.5px;
}
.h_ry li:hover .ry_img{
    display: block;
}
.h_ry li:hover .ry_img:after{
    opacity: 1;
}
.logo2 .h_ry1{
    display: none;
}

.head_r{
    display: flex;
    align-items: center;
}
.ss{
    position: relative;
    padding:0 36px 0 55px;
    cursor: pointer;
}
.ss p{
    width: 17px;
    height: 92px;
    background: url(../images/ss1.png) no-repeat center;
}
.search{
    display: none;
    position: absolute;
    top:92px;
    left:50%;
    margin-left: -120px;
}
#formsearch{
    display: flex;
    width: 240px;

}
#formsearch input{
    outline: none;
}
#keyword{
    width: 200px;
    border:1px solid #dbdbdb;
    border-right: none;
    padding:0 10px;
}
#s_btn{
    width: 40px;
    height: 40px;
    background: #023a8c;
    color: #fff;
    border:none;
    cursor: pointer;
}
.ss:hover .search{
    display: block;
}
.h_tel{
    padding-left: 26px;
    font-size:20px;
    color: #f39800;
    padding-left: 25px;
    background: url(../images/h_tel.png) no-repeat left center;
}
/*.h_tel:hover{*/
/*    font-size:24px;*/
/*}*/
.nav{
    display: flex;
}
.nav li{
    position: relative;
    margin-right: 42px;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    text-align: center;
}
.nav li a.a1{
    font-size: 18px;
    color: #333333;
    line-height: 92px;
    font-family: "puhui65"
}
.nav li:hover a.a1,.nav li.on a.a1,#c-header.c-head-hide .nav li:hover a.a1{
    color: #023a8c;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:92px;
    left:50%;
    z-index: 999;
    background: #fff;
    width: 140px;
    margin-left: -70px;
    border-top:2px solid #023a8c;
    padding:10px 0;
}
.nav li .b_nav a{
    font-size: 16px;
    color: #333333;
    line-height: 40px;
}
.nav li .b_nav a:hover{
    color: #023a8c;
}
.nav li.nav_p1{
    position: unset;
}
.nav_p{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    top:92px;
    z-index: 999;
    background:#fff;
    border-top:1px solid #dbdbdb;
    display: none;
}
/*.nav_p{
    display: flex;
}*/
.nav_l{
    background:#f7f9fc;
    padding-left: 185px;
    padding:40px 0 ;
    width: 26.5%;
    display: flex;
    justify-content: flex-end;
    float: left;
}
.nav_l .cont{
    max-width: 320px;
    width: 100%;
}
.nav_l .cont dl{
    margin-bottom: 4px;
    background:#ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;  
    height: 66px; 
    padding:10px 20px 10px 24px;
    line-height: 1.4;
    cursor: pointer;
}
.nav_l .cont dl dt{
    font-size:18px;
    color: #000000;
}
.nav_l .cont dl dd{
    font-size:14px;
    color: #999999;
    position: relative;
}
.nav_l .cont dl dd i{
    position: absolute;
    right:0;
    top:50%;
    width: 8px;
    height: 12px;
    margin-top:-6px;
    background:url(../images/d1.png) no-repeat center;
}
.nav_l .cont dl.cur{
    background:#144a90;
}
.nav_l .cont dl.cur dt,.nav_l .cont dl.cur dd{
    color: #fff;
}
.nav_l .cont dl.cur dd i{
    background:url(../images/d1_h.png) no-repeat center;
}
.nav_r{
    float: left;
    width: 73.5%;
    padding:40px 245px 40px 82px;
}
.nav_tab{
    display: none;
}
.nav_r h3{
    font-size:18px;
    color: #333333;
    line-height: 1;
    padding-top:15px;
    padding-bottom:19px;
    border-bottom: 1px solid #dbdbdb;
}
.nav_r .txt{
    display: flex;
    flex-wrap: wrap;
    margin-top:22px;
    margin-bottom: 55px;
}
.nav_r .txt a{
    font-size:18px;
    color: #333333;
    display: block;
    padding:0 22px;
    position: relative;
}
.nav_r .txt a:nth-child(1){
    padding-left: 0;
}
.nav_r .txt a:after{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    width: 1px;
    height: 20px;
    background:#9a9a9a;
    margin-top:-10px;
}
.nav_r .txt a:last-child:after{
    display: none;
    padding-right: 0;
}
.nav_r .txt a:hover{
    color: #144a90;
    font-weight: 600;
}
#index_banner{

}
.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; 
    display: none;
}
.wrap{
    width: calc(100% - 185px);
    margin: 0 auto;
    max-width: 1550px;
}
.banner_text .p1{
    font-size:66px;
    line-height: 1;
}
.banner_text .p2{
    font-size:36px;   
    line-height: 1;
    margin-top:32px; 
}
#index_banner .swiper-pagination{
    bottom:50px;
}
#index_banner .loading {
    margin: 0 5px;
    width: 24px;
    height: 24px;
    position: relative;
    border: 2px solid transparent;
    background: transparent;
    opacity: 1;
    font-size:0px;
    color: transparent;
    line-height: 24px;
}
#index_banner .loading.swiper-pagination-bullet-active {
/*    border-color: rgba(255,255,255,1);*/
    color: #fff;
}
.loading.swiper-pagination-bullet .c-progress {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: rgba(255,255,255,1);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin:-3px 0 0 -3px;
    text-align: center;
}
/*.loading.swiper-pagination-bullet-active .c-progress {
    background:#fff;
}*/
.loading .left,
.loading .right {
    opacity: 0;
  width: 12px;
  height: 24px;
  overflow: hidden;
  position: absolute;
  left: -2px;
    top: -2px;
    overflow: hidden;
}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
    opacity: 1;
}
.loading .right {
    left: auto;
    right: -2px;
    top: -2px;
}
.loading .left:after,
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    width: 10px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 12px 0px 0 12px;
    border-right: 0;
}
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 12px 12px 0;
    border: 2px solid #fff;
    border-left: 0;
}
.loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 4.95s;
  animation-timing-function: linear;
  animation-name: spin-left;
}

.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 4.95s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: linear;
  animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1); 
  }
}
@keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2); 
  }
}

.index_head .head{
    background: none;
}
.index_head .logo a .img1{
    display: none;
}
.index_head .logo a .img2{
    display: block;
}

.index_head .logo2 .h_ry1{
    display: flex;
}
.index_head .logo2 .h_ry2{
    display: none;
}
.index_head .nav li a.a1{
    color: #fff;
}
.index_head .ss p{
    background: url(../images/ss2.png) no-repeat center;
}


#c-header.c-head-hide .head{
    background: #fff;
    box-shadow: 0 0 10px #ccc;
}
#c-header.c-head-hide .logo a .img1{
    display: block;
}
#c-header.c-head-hide .logo a .img2{
    display: none;
}
#c-header.c-head-hide .head .logo2 .h_ry1{
    display: none;
}
#c-header.c-head-hide .head .logo2 .h_ry2{
    display: flex;
}
#c-header.c-head-hide .nav li a.a1{
    color: #333;
}
#c-header.c-head-hide .ss p{
    background: url(../images/ss1.png) no-repeat center;
}
@media(max-width: 1800px){
    .head{
        padding:0 50px;
    }
    .nav li{
        margin-right: 30px;
    }
}
@media(max-width: 1600px){
    .head{
        padding:0 35px;
        height: 75px;
    }
    .logo a img{
        max-height: 30px;
    }
    .logo2{
        margin-left: 20px;
        padding-left: 20px;
    }
    .wrap{
        width: calc(100% - 140px);
    }
    .nav li{
        margin-right: 20px;
    }
    .nav li a.a1{
        line-height: 75px;
        font-size:17px;
    }
    .nav_p,.nav li .b_nav{
        top:75px;
    }
    .h_tel{
        font-size:18px;
    }
    .ss {
        padding: 0 25px 0 30px;
    }
    .ss p{
        height: 75px;
    }
    .search{
        top:75px;
    }
    .banner_text .p1{
        font-size:36px;
    }
    .banner_text .p2 {
        font-size: 24px;
    }
    .h92{
        height:75px;
    }
}
@media(max-width: 1360px){
    .ss{
        display: none;
    }
    .h_tel{
        margin-left:15px;
    }
    .nav li a.a1{
        font-size:16px;
    }
    .banner_text .p1{
        font-size:32px;
    }
}
@media(max-width: 1280px){
    /*.nav li a.a1{*/
    /*    font-size:16px;*/
    /*}*/
    .logo2{
        display:none;
    }
}
@media(max-width: 1199px){
    .head{
        padding:0 15px;
    }
    .wrap{
        width: 92%;
    }
}
@media(max-width: 1024px){
    .head{
        height:75px;
    }
    .h_tel{
        display:none;
    }
    .nav li{
        margin-right:10px;
    }
}
@media(max-width: 820px){
    .head{
        height:50px;
        /*background:#fff;*/
    }
    .index_head .right-con .right-tab .nav-tab{
        background: url(../images/navtab-icon.png)no-repeat center;
            background-size: contain;
    }
    .index_head.c-head-hide .right-con .right-tab .nav-tab{
        background: url(../images/navtab-icon-b.png)no-repeat center;
        background-size: contain;
    }
    .index_head .head{
        
    }
    .logo2{
        display:block;
        line-height:50px;
    }
    .logo2:before{
        height:30px;
        margin-top:-15px;
    }
    .h_ry li:hover .ry_img{
        display:none;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    .h92{
        height:50px;
    }
    .banner_text .p1 {
        font-size: 26px;
    }
    .banner_text .p2 {
        font-size: 20px;
        margin-top:15px;
    }
    #index_banner .swiper-pagination{
        bottom:20px;
    }
    .banner_text .p1{
        font-size:24px;
    }
    .banner_text .p2{
        font-size:18px;
    }
    .h92{
        height:50px;
    }
}
@media(max-width: 640px){
    .index_head .head{
        height:35px;   
    }
    .logo{
        width: 60%;
/*        float: none;*/
    }
    .logo2:before {
        height: 20px;
        margin-top: -10px;
    }
    .menu-button{
        top:25px;
    }
    .banner_text .p1{
        font-size:20px;
    }
    .banner_text .p2{
        font-size:15px;
        margin-top:10px;
    }
    #index_banner .swiper-pagination{
        bottom:0;
    }
}
@media(max-width:460px){
    .banner_text .p1{
        font-size: 18px;
    }
    .banner_text .p2{
        font-size: 14px;
    }
}


.index1{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.index1 .text{
    width: 50%;
    background: url(../images/index1_bg.jpg) no-repeat center;
    background-size: cover;
    padding:108px 130px 217px 7.5%;
}
.index_t1{
    position: relative;
    padding-top:30px;
}
.index_t1 h2{
    font-size:40px;
    color: #000000;
    font-weight: normal;
    font-family: "puhui55";
    line-height: 1;
    position: relative;
    z-index: 9;
}
.index_t1 p{
    font-size:48px;
    line-height: 1;
    color: #023a8c;
    font-weight: bold;
    opacity: .1;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    width: 100%;
}
.index1 .text .txt{
    margin:45px 0;
}
.index1 .text .txt p{
    font-size:16px;
    color: #666666;
}
.index1 .text .txt p.p1{
    font-size:26px;
    color: #023a8c;
    margin-bottom:15px;
}
.num_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}
.num_list li{
/*    max-width: 25%;*/
}
.num_list li .p1{
    font-size:16px;
    color: #023a8c;
    line-height: 1;
}
.num_list li .p1 span{
    font-size:46px;
    font-weight: bold;
    line-height: 1;
    margin-right: 5px;
}
.num_list li .p2{
    font-size:15px;
    color: #666666;
    margin-top:5px;
}
a.more1{
    width: 210px;
    height: 60px;
    border-radius: 30px;
    /*background: #144a90;*/
    color: #144a90;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 30px;
}
a.more1 span{
    font-size:16px;
}
a.more1 i{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #144a90;
    border-radius: 50%;
    position: relative;
}
a.more1 i:before{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -10.5px;
    margin-left: -10.5px;
    width: 19px;
    height: 19px;
    border:1px solid #144a90;
    border-radius: 50%;
}
a.more1 i:after{
    content:''; 
    position: absolute;
    top:50%;
    left:-40px;
    width: 40px;
    height: 1px;
    background: #144a90;  
    margin-top:-0.5px; 
}
a.more1:hover{
    background: #144a90; 
    color: #fff;
}
a.more1:hover i,a.more1:hover i:after{
    background: #fff;
}
a.more1:hover i:before{
    border:1px solid #fff;    
}
.index1 .img1{
    width: 50%;
    background: url(../images/index1_img.jpg) no-repeat center;
    background-size: cover;
}
.index1 .img1 img{
    display: none;
}

.index1-2{
    position: relative;
    margin-top:-100px;
}
.index1-2 ul{
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0 0 10px #ccc;
    display: flex;
    flex-wrap: wrap;
    height: 200px;
}
.index1-2 ul li{
    width: 25%;
    border-right: 1px solid #dfdfdf;
    padding:0 38px 0 55px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index1-2 ul li:last-child{
    border-right: none;
}
.index1-2 ul li a{
    display: block;
}
.index1-2 ul li .p1{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 22px;
}
.index1-2 ul li .p1 i{

}
.index1-2 ul li .p1 em{
    font-size:72px;
    color: #666666;
    font-weight: bold;
    line-height: 1;
    font-style: normal;
    opacity: .1;
}
.index1-2 ul li .p2 span{
    display: block;
    line-height: 1.6;
}
.index1-2 ul li .p2 .s1{
    font-size:18px;
    color: #000000;
}
.index1-2 ul li .p2 .s2{
    font-size:14px;
    color: #666666;
}
@media(max-width: 1600px){
    .index1 .text{
        padding:95px 70px 200px 70px;
    }
    .index_t1{
        padding-top:20px;
    }
    .index_t1 h2{
        font-size:32px;
    }
    .index_t1 p{
        font-size:36px;
    }
    .index1 .text .txt {
        margin: 30px 0;
    }
    .index1 .text .txt p.p1 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .index1 .text .txt p{
        font-size:15px;
    }
    .num_list{
        margin-bottom:55px;
    }
    .num_list li .p1,.num_list li .p2{
        font-size:14px;
    }
    .num_list li .p1 span{
        font-size:36px;
    }
    a.more1 {
        width: 170px;
        height: 50px;
        padding:0 25px;
    }
    a.more1 span{
        font-size:15px;
    }
    a.more1 i:after {
        left: -30px;
        width: 30px;
    }
    .index1-2{
        margin-top:-90px;
    }
    .index1-2 ul{
        height:180px;
    }
    .index1-2 ul li{
        padding:0 30px 0 40px;
    }
    .index1-2 ul li .p1{
        margin-bottom:15px;
    }
    .index1-2 ul li .p1 em{
        font-size:52px;
    }
    .index1-2 ul li .p2 .s1{
        font-size:16px;
    }
    .index1-2 ul li .p2 .s2{
        font-size:13px;
    }
}
@media(max-width: 1280px){
    .index1 .text{
        padding:75px 50px 160px 70px;
    }
    .index1 .text .txt p.p1{
        font-size:20px;
    }
    .index1 .text .txt p{
        font-size:14px;
    }
    .num_list li .p1 span{
        font-size:32px;
    }
    .index1-2 {
        margin-top: -75px;
    }
    .index1-2 ul{
        height:150px;
    }
    .index1-2 ul li .p1 em{
        font-size:42px;
    }
    .index1-2 ul li .p1 i img{
        max-height:32px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index_t1 h2 {
        font-size: 28px;
    }
    .index1 .text {
        padding: 65px 30px;
        width:100%;
    }  
    .index1 .img1{
        width:100%;
        height:300px;
    }
    .index1-2 ul li{
        padding:0 20px;
    }
    .index1-2 ul li .p1 em {
        font-size: 32px;
    }
}
@media(max-width: 640px){
    .index1 .text {
        padding: 35px 20px;
    }
    .index_t1 h2 {
        font-size: 24px;
    }
    .index_t1 p {
        font-size: 32px;
    }
    .index1 .text .txt p.p1 {
        font-size: 16px;
        display:none;
    }
    .num_list {
        margin-bottom: 40px;
    }
    .num_list li .p1 span{
        font-size:26px;
    }
    .num_list li .p1, .num_list li .p2{
        font-size:12px;
    }
    .index1 .img1{
        height:240px;
        display:none;
    }
    .index1-2{
        margin-top:35px;
        height:auto;
    }
    .index1-2 ul{
        height:auto;
        border-radius:20px;
    }
    .index1-2 ul li{
        width:50%;
        padding:15px 15px 10px;
    }
    .index1-2 ul li:nth-child(1),.index1-2 ul li:nth-child(2){
        border-bottom:1px solid #dfdfdf;
    }
    .index1-2 ul li:nth-child(2n){
        border-right:none;
    }
    .index1-2 ul li .p1 {
        margin-bottom: 10px;
    }
    .index1-2 ul li .p1 i img{
        width:26px;
    }
    .index1-2 ul li .p2 .s1 {
        font-size: 14px;
        line-height:1.6;
    }
    .index1-2 ul li .p2 .s2{
        font-size:12px;
        display:none;
    }
}
@media(max-width: 460px){
    
}


.index2{
    padding:90px 0;
}
.index_t2{
    text-align: center;
}
.index2_top{
    max-width: 1100px;
/*    display: flex;
    flex-wrap:wrap;
    justify-content: center;*/
    margin:55px auto 45px;
}
.index2_top .swiper-slide{
/*    padding:0 17px;*/
    text-align: center;
    cursor: pointer;
}
.index2_top .swiper-slide .img1{
    position: relative;
    width: 72px;
    margin:0 auto;
    overflow: hidden;
    height: 90px;
}
.index2_top .swiper-slide .img1 img{
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
}
.index2_top .swiper-slide p{
    font-size:18px;
    color: #666666;
    margin-top:5px;
}
.index2_top .swiper-slide:hover .img1 img,.index2_top .swiper-slide-thumb-active .img1 img{
    top:-90px;
}
.index2_top .swiper-slide:hover p,.index2_top .swiper-slide-thumb-active p{
    color: #023a8c;
}
.index2_bottom{
    border-radius: 16px;
    overflow: hidden;
}
/*.index_p_tab{
    display: none;
}*/
.index2_bottom .img2{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.index2_bottom .gallery-top{
    padding-bottom:72px;
}
.index2_bottom .swiper-slide{
    min-height: 600px;
    border-radius: 16px;
    overflow: hidden;
    color: #fff;
    position: relative
}
.index2_bottom .swiper-slide:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: url(../images/index2_bg1.png) no-repeat center;
    background-size: cover; 
    z-index: 1;
}
.index_p_tab_t{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 32px;
    padding:75px 86px 20px;
    border-bottom: 1px solid rgba(255,255,255,.3);
    height:128px;
    position: relative;
    z-index: 9;
}
.index_p_tab_t p a{
    font-size:32px;
    color: #ffffff;
    line-height: 1;
}
.index_p_tab_t p a:hover{
    color: #f39800;
}
a.more2{
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 9px;
    width: 145px;
}
a.more2 span{
    font-size:16px;
    display: block;
/*    margin-right: 65px;*/
}
a.more2 i{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: relative;
}
a.more2 i:before{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -10.5px;
    margin-left: -10.5px;
    width: 19px;
    height: 19px;
    border:1px solid #fff;
    border-radius: 50%;
}
a.more2 i:after{
    content:''; 
    position: absolute;
    top:50%;
    left:-40px;
    width: 40px;
    height: 1px;
    background: #fff;  
    margin-top:-0.5px; 
}
.index_p_tab_b{
    padding:0px 86px;
    display: flex;
    flex-wrap: wrap;
    height: 472px;
    position: relative;
    z-index: 9;
}

.index2_l{
    padding-top:55px;
    padding-right: 50px;
    width: 40%;
    border-right: 1px solid rgba(255,255,255,.3)
}
.index2_l .text{
    font-size:16px;
}
.index_video{
    display: flex;
    flex-wrap: wrap;
    margin-top:80px;
}
.index_video a{
    width: 160px;
    height: 43px;
    border-radius: 21px;
    background:#023a8c;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 27px;
}
.index_video a:last-child{
    margin-right: 0;
}
.index_video a i{
    display: block;
    width: 22px;
    height: 22px;
    background:url(../images/player1.png) no-repeat center;
    margin-right: 14px;
}
.index_video a:hover{
    background: #fff;
    color: #000;
    /*background: #f39800;*/
    /*opacity: .85;*/
}
.index_video a:hover i{
    background:url(../images/player1_h.png) no-repeat center;
}
.index2_r{
    width: 60%;
    padding-top:42px;
    padding-left: 86px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index2_r dl{
    width: 49%;
}
.index2_r dl.dl2{
    width: 60%;
}
.index2_r dl.dl3{
    width: 70%;
}
.index2_r dl.dl4{
    width: 40%;
}
.index2_r dl dt{
    font-size:24px;
    line-height: 1;
    margin-bottom:25px;
    color: #fff;
    font-weight: bold;
    /*border-bottom: 1px solid rgba(255,255,255,.3);*/
    /*padding-bottom: 10px;*/
}
.index2_r dl dd{
    display: flex;
    flex-wrap: wrap;
}
.index2_r dl dd .tx1{
    width: 50%;    
}
.index2_r dl dd .tx3{
    width: 100%;
}
.index2_r dl dd p{
    margin-bottom:10px;
}
.index2_r dl dd a{
    font-size:18px;
    display: block;
    padding-left: 20px;
    position: relative;
    color: #fff;
}
.index2_r dl dd a:before{
    content:'';
    position: absolute;
    left:0;
    top:17px;
    /*margin-top:-3px;*/
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background:#fff;
}
.index2_r dl dd a span{
    display: inline-block;
    position: relative;
}
.index2_r dl dd a span:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 1px;
    background:#fff;
    opacity: 0;
}
.index2_r dl dd a:hover span:after{
    opacity: 1;
}
.index2_r dl dd a:hover{
    color: #f39800;
}
.index2_r dl dd a:hover:before{
    background: #f39800;
}
.index2_r dl dd a.a1{
    color: #f39800;
}
.index2_r dl dd a.a1:before{
    background: #f39800;
}
.index2_r dl dd a.a1:hover{
    color: #fff;
}
.index2_r dl dd a.a1:hover:before{
    background: #fff;
}
.m_text{
    display: none;
}
.index2_bottom .swiper-pagination{
    bottom:0;
}
.index2_bottom .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 14px;
    background:url(../images/shuidi.png) no-repeat center;
    opacity: 1!important;
    margin: 0 7px!important;
}
.index2_bottom .swiper-pagination .swiper-pagination-bullet-active{
    background:url(../images/shuidi_h.png) no-repeat center;
}
@media(max-width: 1600px){
    .index2{
        padding:95px 0;
    }
    .index2_top {
        margin: 45px auto 35px;
    }
    .index2_top .swiper-slide .img1{
        width:60px;
        height:75px;
    }
    .index2_top .swiper-slide:hover .img1 img, .index2_top .swiper-slide-thumb-active .img1 img{
        top:-75px;
    }
    .index2_top .swiper-slide p{
        font-size:16px;
    }
    .index2_bottom .swiper-slide{
        min-height:550px;
    }
    .index_p_tab_t{
        padding:50px 70px 20px;
        height:100px;
    }
    .index_p_tab_t p a{
        font-size:26px;
    }
    a.more2{
        width:130px;
    }
    .index_p_tab_b{
        padding:0 70px;
        height:450px;
    }
    .index2_l{
        padding-top:35px;
        padding-right:35px;
    }
    .index2_l .text{
        font-size:15px;
    }
    .index_video{
        margin-top:55px;
    }
    .index2_r{
        padding-left:60px;
    }
    .index2_r dl dt{
        font-size:20px;
    }
    .index2_r dl dd a{
        font-size:15px;
    }
    .index2_r dl dd a:before{
        top:12px;
    }
    .index_video a{
        width:150px;
    }
}
@media(max-width: 1280px){
    .index2 {
        padding: 75px 0;
    }
    .index2_top .swiper-slide p{
        font-size:15px;
    }
    .index2_bottom .swiper-slide {
        min-height: 500px;
    }
    .index_p_tab_t {
        padding: 40px 45px 20px;
        height: 85px;
    }
    .index_p_tab_b{
        padding:0 45px;
        height:415px;
    }
    .index2_l{
        padding-right:35px;
    }
    .index_video {
        margin-top: 40px;
    }
    .index_video a{
        width:145px;
        margin-right:20px;
    }
    .index_video a i{
        margin-right:10px;
    }
    .index2_r{
        padding-left:35px;
    }
    .index2_r dl dt {
        font-size: 18px;
    }
    .index2_r dl dd a {
        font-size: 14px;
    }
    .index2_r dl dd a:before{
        top:11px;
    }
    .index2_bottom .gallery-top {
        padding-bottom: 60px;
    }
}
@media(max-width: 1024px){
    .index2_top {
        margin: 40px auto 25px;
    }
    .index2_top .swiper-slide p{
        font-size:14px;
    }
    .index_video a{
        width:140px;
        margin-right:15px;
        font-size:12px;
    }
    .index_video a i {
        margin-right: 6px;
    }
}
@media(max-width: 820px){
    .index2{
        padding:65px 0;
    }
    .index_p_tab_t p a{
        font-size:24px;
    }
    .index2_l{
        padding:25px 0;
        width:100%;
        border-right:none;
    }
    .index2_r{
        padding:25px 0;
        width:100%;
    }
    .index_p_tab_b{
        height:auto;
        min-height:415px;
    }
    .index_video {
        margin-top: 30px;
    }
    .index2_bottom .swiper-slide{
        opacity:0;
        visibility:hidden;
    }
    .index2_bottom .swiper-slide-active{
        opacity:1;
        visibility:visible;
    }
}
@media(max-width: 640px){
    .index2{
        padding:35px 0;
    }
    .index2_top {
        margin: 30px auto 25px;
    }
    .index2_top .swiper-slide .img1 {
        width: 50px;
        height: 62.5px;
    }
    .index2_top .swiper-slide:hover .img1 img, .index2_top .swiper-slide-thumb-active .img1 img {
        top: -62.5px;
    }
    .index2_top .swiper-slide p {
        font-size: 13px;
        line-height:1.5;
        margin-top:10px;
    }   
    .index_p_tab_b{
        padding:0 20px;
    }
    .index_p_tab_t {
        padding: 30px 20px 15px;
        height:75px;
        display:none;
    }
    .index_p_tab_t p a{
        font-size:20px;
    }
    .index2_l{
        padding:20px 0;
        display:none;
    }
    .index2_l .text{
        font-size:14px;
    }
    .index2_r dl{
        width:100%!important;
        margin-bottom:15px;
    }
    .index2_r dl:last-child{
        margin-bottom:0;
    }
    .index2_r dl dt{
        font-size:16px;
        margin-bottom:15px;
    }
    .index2_r dl dd a{
        padding-left:16px;
    }
    .index_video a{
        width:130px;
    }
    .index2_bottom .swiper-slide{
        min-height:300px;
    }
    .index2_r dl dd .tx1{
        display:none;
    }
    .m_text{
        display: flex;
        flex-wrap:wrap;
        justify-content:space-between;
        width:100%;
    }
    .m_text p{
        width:49%;
    }
    .index2_r dl dd a{
        font-size:12px;
        line-height:1.6;
        padding-left:12px;
    }
    .index2_r dl dd a:before {
        top: 6px;
    }
}
@media(max-width: 460px){
    .index_p_tab_t p a{
        font-size:17px;
    }
    a.more2 {
        width: 110px;
    }
    a.more2 i:after{
        left: -25px;
        width: 25px;    
    }
}


.index3{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.index3::before {
    position: absolute;
    content: '';
    top: 0;
    left: 185px;
    height: 100%;
    width: 1px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
}
.index3::after {
    position: absolute;
    content: '';
    top: 0;
    right: 185px;
    height: 100%;
    width: 1px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
}
.gallery-top2,.gallery-top2 .swiper-slide{
    color: #fff;
    width: 100%;
    height: 100vh;
}
.gallery-top2 .img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -9;
}
.gallery-top2 .swiper-slide:after{
    /*content:'';*/
    /*position: absolute;*/
    /*left:0;*/
    /*top:0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background:rgba(90,92,95,.32);*/
    /*z-index: -1*/
}
.gallery-top2 .img img{
    width: 100%;
    height: 100%;    
}
.index3_cont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;   
    padding:90px 0 0; 
}
.index3_cont .txt{
    padding:0 55px;
}
.index3 .index_t1{
    margin-bottom:95px;
}
.index3 .index_t1 h2{
    color: #fff;
}
.index3 .index_t1 p{
    color: #fff;    
}
.index3_cont h3{
    font-size:24px;
    line-height: 1;
    margin-bottom:24px;
}
.index3_cont p.p1{
    font-size:18px;
    max-width: 700px;
}
.index3_btn{
    position: absolute;
    left:0;
    bottom:420px;
    width: 100%;
}
.index3_btn .wrap{
    position: relative;
}
.index3_btn .swiper-button-prev,.index3_btn .swiper-button-next{
    width: 50px;
    height: 50px;
    border:1px solid #fff;
    border-radius: 50%;
    margin-top:-26px;
    opacity: 1;
}
.index3_btn .swiper-button-prev{
    left:55px;
    background:url(../images/left2.png) no-repeat center;
}
.index3_btn .swiper-button-prev:hover{
    background:url(../images/left2.png) no-repeat center #144a90;  
    border:1px solid #144a90;  
}
.index3_btn .swiper-button-next{
    left:126px;
    background:url(../images/right2.png) no-repeat center;
}
.index3_btn .swiper-button-next:hover{
    background:url(../images/right2.png) no-repeat center #144a90;  
    border:1px solid #144a90;   
}

.index3_b{
    position: absolute;
    left:0;
    bottom:90px;
    width: 100%;
}
.index3_b .wrap{
    width: calc(100% - 370px);
}
.index3_b .img1{
    width: 47px;
    height: 47px;
    overflow: hidden;
    position: relative;
}
.index3_b .img1 img{
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
}
.index3_b .gallery-thumbs2{
    overflow: hidden;
    position: relative;
}
.index3_b .gallery-thumbs2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0px;
    height: 1px;
    width: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
}
.index3_b .gallery-thumbs2::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0px;
    height: 1px;
    width: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
}
.index3_b .gallery-thumbs2 .swiper-slide{
    padding:37px 57px;
    cursor: pointer;
}
.index3_b .gallery-thumbs2 .swiper-slide p{
    font-size:24px;
    color: #ffffff;
    line-height: 1;
    margin-top:20px;
    font-family: "puhui45";
}
.index3_b .gallery-thumbs2 .swiper-slide-thumb-active{
    background:url(../images/index3_bg.jpg) no-repeat right bottom #fff;
}
.index3_b .gallery-thumbs2 .swiper-slide-thumb-active .img1 img{
    top:-47px;
}
.index3_b .gallery-thumbs2 .swiper-slide-thumb-active p{
    color: #333333;
}
@media(max-width: 1600px){
    .index3::before{
        left:70px;
    }
    .index3::after{
        right:70px;
    }
    .index3 .index_t1{
        margin-bottom:60px;
    }
    .index3_cont p.p1{
        font-size:15px;
    }
    .index3_btn{
        bottom:360px;
    }
    .index3_b .wrap{
        width: calc(100% - 185px);
    }
    .index3_b .gallery-thumbs2 .swiper-slide {
        padding: 30px 45px;
    }
    .index3_b .gallery-thumbs2 .swiper-slide p{
        font-size:20px;
    }
    
}
@media(max-width: 1280px){
    .index3_btn{
        bottom:350px;
    } 
    .index3 .index_t1{
        margin-bottom:40px;
    }
    .index3_b{
        bottom:70px;
    }
    .index3_b .wrap{
        width: calc(100% - 140px);
    }
}
@media(max-width: 1199px){
    .index3_b .wrap{
        width: calc(100% - 8%);
    }
}
@media(max-width: 1024px){
    .index3::before {
        left: 40px;
    }
    .index3::after {
        right: 40px;
    }
    .index3_cont{
        padding:70px 0 0;
    }
    .index3_cont .txt{
        padding:0 40px;
    }
    .index3 .index_t1{
        margin-bottom:30px;
    }
    .index3_cont h3{
        font-size:20px;
    }
    .index3_cont p.p1{
        font-size:14px;
    }
    .index3_btn .swiper-button-prev{
        left:40px;
    }
    .index3_btn .swiper-button-next{
        left:111px;
    }
    .index3_btn{
        bottom:250px;
    }
    .index3_b{
        bottom:50px;
    }
    .index3_b .gallery-thumbs2 .swiper-slide {
        padding: 20px 30px;
    }
    .index3_b .gallery-thumbs2 .swiper-slide p {
        font-size: 16px;
        margin-top: 15px;
    }
}
@media(max-width: 820px){
    .index3{
        height:600px;
    }
    .index3::before{
        left:30px;
    }
    .index3::after{
        right:30px;
    }
    .gallery-top2, .gallery-top2 .swiper-slide{
        height:600px;
    }
    .index3_b .gallery-thumbs2 .swiper-slide {
        padding: 20px 22px;
    }

}
@media(max-width: 640px){
    .index3,.gallery-top2, .gallery-top2 .swiper-slide{
        height:520px;
    }
    .index3::before {
        left: 15px;
    }
    .index3::after {
        right: 15px;
    }
    .index3_cont {
        padding: 25px 0 0;
    }
    .index3_cont .txt {
        padding: 0 22px;
    }
    .index3_cont h3{
        font-size:18px;
        margin-bottom:15px;
    }
    .index3_btn{
        bottom:180px;
    }
    .index3_btn .swiper-button-prev{
        left:22px;
    }
    .index3_btn .swiper-button-next{
        left:85px;
    }
    .index3_b{
        bottom:0;
    }
    .index3_b .gallery-thumbs2 .swiper-slide {
        padding: 20px 16px;
    }
    .index3_b .img1{
        width:36px;
        height:36px;
    }
    .index3_b .gallery-thumbs2 .swiper-slide-thumb-active .img1 img{
        top:-36px;
    }
    .index3_b .gallery-thumbs2 .swiper-slide p{
        font-size:15px;
        margin-top:10px;
    }
    .gallery-top2 .img img{
        opacity:0;
    }
}
@media (max-width: 640px){
    .index3, .gallery-top2, .gallery-top2 .swiper-slide {
        height: 460px;
    }
    .index3_b .gallery-thumbs2 .swiper-slide {
        padding: 15px 15px;
    }
}



.index3-2{
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}
.index3-2 .wrap{
    width: calc(100% - 370px);
}
.index3-2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 185px;
    height: 100%;
    width: 1px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
}
.index3-2::after {
    position: absolute;
    content: '';
    top: 0;
    right: 185px;
    height: 100%;
    width: 1px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
}
.index3-2 .index_t1{
    margin-bottom:95px;
}
.index3-2 .index_t1 h2{
    color: #fff;
}
.index3-2 .index_t1 p{
    color: #fff;    
}
.index3_cont2 .txt{
    padding:0 55px 120px;
    color: #fff;
}
.index3_cont2 h3{
    font-size:24px;
    line-height: 1;
    margin-bottom:24px;
}
.index3_cont2 p.p1{
    font-size:18px;
    max-width: 700px;
    line-height: 2em;
    height: 4em;
    overflow: hidden;
}

.index3_tab{
    display: none;
}
.index3_tab.on{
    display: block;
}

.index3_imgs .index3_img1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
    transform: scale(1.2);
    transition: all 0.5s ease-out;
}
.index3_imgs .index3_img1.on{
    transform: scale(1);
    z-index: -1;
}
.index3_imgs .index3_img1 .img{
    width: 100%;
    height: 100%;    
}
.index3_imgs .index3_img1 .img img{
    opacity: 0;
}
.index3_b2{
    
}
.index3_li{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}
.index3_li::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0px;
    height: 1px;
    width: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
}
.index3_li::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0px;
    height: 1px;
    width: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
}
.index3_li a{
    padding:37px 57px;
    cursor: pointer;
    width: 20%;
}
.index3_li a .img1{
    width: 47px;
    height: 47px;
    overflow: hidden;
    position: relative;
}
.index3_li a .img1 img{
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
}
.index3_li a p{
    font-size:24px;
    color: #ffffff;
    line-height: 1;
    margin-top:20px;
    font-family: "puhui45";
}
.index3_li a.cur{
    background:url(../images/index3_bg.jpg) no-repeat right bottom #fff;
}
.index3_li a.cur .img1 img{
    top:-47px;
}
.index3_li a.cur p{
    color: #333333;
}
/*@media(max-width:1760px){*/
/*    .index3-2 .wrap{*/
/*        width: calc(100% - 185px);*/
/*    }    */
/*}*/
@media(max-width:1600px){
    .index3-2 .wrap{
        width: calc(100% - 140px);
    }    
    .index3-2::before{
        left:70px;
    }
    .index3-2::after{
        right:70px;
    }
    .index3-2 .index_t1{
        margin-bottom:60px;
    }
    .index3_cont2 p.p1{
        font-size:15px;
    }
    .index3_li a{
        padding: 30px 45px;
    }
    .index3_li ap{
        font-size:20px;
    }
}
@media(max-width:1280px){
    .index3-2{
        padding:75px 0;
    }
    .index3-2 .index_t1{
        margin-bottom:60px;
    }    
}
@media(max-width:1024px){
    .index3-2 .wrap{
        width: calc(100% - 80px);
    } 
    .index3-2::before {
        left: 40px;
    }
    .index3-2::after {
        right: 40px;
    }
    .index3_cont2 .txt{
        padding:0 40px 80px;
    }
    .index3-2 .index_t1{
        margin-bottom:30px;
    }
    .index3_cont2 h3{
        font-size:20px;
    }
    .index3_cont2 p.p1{
        font-size:14px;
    }
    .index3_li a{
        padding: 20px 30px;
    }
    .index3_li a p {
        font-size: 16px;
        margin-top: 15px;
    }    
}
@media(max-width: 820px){
    .index3-2 {
        padding: 55px 0;
    }
    .index3-2 .wrap{
        width: calc(100% - 60px);
    } 
    .index3-2::before{
        left:30px;
    }
    .index3-2::after{
        right:30px;
    }
    .index3_cont2 .txt {
        padding: 0 22px 50px;
    }
    .index3_li a{
        padding: 15px 22px;
    }

}
@media(max-width: 640px){
    .index3-2 {
        padding: 40px 0;
    }
    .index3-2 .wrap{
        width: calc(100% - 30px);
    } 
    .index3-2::before {
        left: 15px;
    }
    .index3-2::after {
        right: 15px;
    }
    .index3_cont2 .txt {
        padding: 0 20px 20px;
    }
    .index3_cont2 h3{
        font-size:18px;
        margin-bottom:15px;
    }
    .index3_cont2 p.p1{
        height:6em;\
        font-size:13px;
    }
    .index3_li a{
        padding: 12px 15px;
    }
    .index3_li a .img1{
        width:36px;
        height:36px;
    }
    .index3_li a.cur .img1 img{
        top:-36px;
    }
    .index3_li a{
        width:calc(100% / 3);
    }
    .index3_li a p{
        font-size:15px;
    }
}


.index4{
    padding:90px 75px 0px;
}
.index4 .wrap{

}
.index4_c{
    position: relative;
    margin-top:65px;
    overflow: hidden;
}
.index_ys_img{
    
}
.index_ys_img p{
    /*display: none;*/
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.index_ys_img p img{
    opacity: 0;
}
.index_ys_img p.cur{
    /*display: block;*/
    transform: scale(1.08, 1.08);
    opacity: 1;
    /*z-index: 10;*/
}
.index_ys{

    /*background:url(../images/index4_bg.jpg) no-repeat center;*/
    /*background-size: cover;*/
    display: flex;
    height: 620px;
}
.index_ys li{
    width: 13%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding:0 20px 88px 35px;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,.3);
    transition:all 0.4s ease-out;
    cursor: pointer;
    position: relative;
}
.index_ys li .text{
    position: relative;
    line-height: 1.6;
    padding-bottom: 17px;
    z-index: 9;
}
.index_ys li .text:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 46px;
    height: 3px;
    background:#023a8c;
}
.index_ys li .text h3{
    font-size: 24px;
}
.index_ys li .text p{
    font-size:18px;
}
.index_ys li .txt{
/*    visibility: hidden;*/
    display: none;
    margin:40px 0 50px;
    font-size:16px;
    position: relative;
    z-index: 8;
    width: 415px;
}
.index_ys li a{
/*    visibility: hidden;*/
    display: none;
    position: relative;
    z-index: 8;
}
.index_ys li .img1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    display: none;
}
.index_ys li.cur{
    width: 35%;
    padding:0 75px 88px 65px;
    background: rgba(0,0,0,.3);
}
.index_ys li.cur .txt{
    display: block;    
}
.index_ys li.cur a{
    display: flex;
}
.index_ys li.cur .img1{
    opacity: 1;
}
@media(max-width: 1600px){
    .index4{
        padding:85px 35px 0;
    }
    .index4_c{
        margin-top: 50px;
    }
    .index_ys {
        height: 560px;
    }
    .index_ys li{
        padding:0 20px 88px;
    }
    .index_ys li.cur {
        padding: 0 50px 88px;
    }
    .index_ys li .text h3{
        font-size:22px;
    }
    .index_ys li .text p{
        font-size:14px;
    }
    .index_ys li .txt{
        margin: 25px 0 30px;
        font-size:15px;
        width:320px;
    }
    a.more2 span{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .index4{
        padding:75px 35px 0;
    }  
    .index_ys li .txt{
        width:300px;
    }
}
@media(max-width: 1199px){
    .index_ys li .txt{
        width:260px;
        line-height:1.8;
    }    
}
@media(max-width: 1024px){
    .index4{
        padding: 75px 0px 0;
    }
    .index4_c{
        margin-top: 40px;
    }
    .index_ys {
        height: 450px;
    }
    .index_ys li {
        padding: 0 15px 60px;
    }
    .index_ys li.cur{
        padding:0 30px 60px;
    }
    .index_ys li .text h3{
        font-size:18px;
    }
}
@media(max-width: 820px){
    .index4{
        padding: 50px 0px 0;
    }    
    .index_ys li .txt {
        width: 220px;
    }
}
@media(max-width: 640px){
    .index4{
        padding: 35px 0px 0;
    } 
    .index4_c{
        margin-top: 30px;
    }
    .index_ys {
        height: auto;
        flex-wrap:wrap;
    }
    .index_ys li,.index_ys li.cur{
        width:50%;
        padding:25px 20px;
    }
    .index_ys li .img1{
        opacity:1;
    }
    .index_ys li .txt{
        /*display:block;*/
        width:100%;
    }
    .index_ys li a,.index_ys li.cur a{
        display:none;
    }
    .index_ys li.cur .txt{
        display:none;
    }
    .index_ys li .text h3{
        font-size:16px;
    }
    .index_ys li .text p{
        font-size:13px;
    }
    .index_ys li.cur .text:after{
        background:#fff;
    }
}


.index5{
    padding:85px 0 125px;
    background:url(../images/index5_bg.jpg) no-repeat center;
    background-size: cover;
}
.index_news{
    margin-top:65px;
    display: flex;
    flex-wrap: wrap;
}
.index_news dl{
    width: 31%;
    margin-right: 3.5%;
}
.index_news dl:last-child{
    margin-right: 0;
}
.index_news dl dt{
    color: #144a90;
    display: flex;
    align-items: flex-end;
    padding-bottom:20px;
    border-bottom: 1px solid #144a90;
    margin-bottom:20px;
}
.index_news dl dt a{
    font-size:30px;
    display: inline-block;
    line-height: 1;
    font-family: "puhui85";
    color: #144a90;
}
.index_news dl dt em{
    font-size:16px;
    font-family: "puhui75";
    line-height: 1;
    font-style: normal;
    margin-left: 12px;
}
.index_news dl dd{

}
.index_news dl dd a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding:15px 0;
    border-bottom: 1px dashed #bdbdbd;
}
.index_news dl dd a span{
    width: calc(100% - 73px);
    padding-right: 15px;
    font-size:16px;
    color: #000000;
    line-height: 1.5;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_news dl dd a em{
    font-size:13px;
    color: #666666;
    font-style: normal;
    width: 73px;
}
.index_news dl dd a:hover span{
    color: #144a90;
}
.index_news_li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:30px;
    display: none;
}
.index_news_li li{
    padding:0 12px;
    margin-right: 15px;
    font-size: 14px;
    color: #333;
    line-height: 32px;
    border:1px solid #333;
    border-radius: 5px;
}
.index_news_li:last-child{
    margin-right: 0;
}
.index_news_li li.cur{
    background: #144a90;
    border:1px solid #144a90;
    color: #fff;
}
@media(max-width: 1600px){
    .index5 {
        padding: 85px 0 95px;
    }
    .index_news dl dt a{
        font-size:26px;
    }
    .index_news dl dt em{
        font-size:15px;
    }
    .index_news dl dd a span{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .index5{
        padding:75px 0;
    }
    .index_news {
        margin-top: 50px;
    }
    .index_news dl dt {
        padding-bottom: 12px;
        margin-bottom: 10px;
    }
    .index_news dl dt a{
        font-size:22px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 820px){
    .index5 {
        padding: 50px 0;
    }
    .index_news_li{
        display:flex;
    }
    .index_news {
        margin-top: 25px;
    }
    .index_news dl{
        width:100%;
        margin-right:0;
        margin-bottom:30px;
    }
    .index_news dl dt{
        display:none;
    }
}
@media(max-width: 640px){
    .index5{
        padding:35px 0 10px;
    }
    .index_news {
        margin-top: 25px;
    }
    .index_news dl{
        display:none;
    }
    .index_news dl.cur{
        display:block;
    }
    .index_news dl dd a{
        padding:10px 0;
    }
    .index_news dl dt a{
        font-size:20px;
    }
    .index_news dl dt em {
        font-size: 14px;
    }
    .index_news dl dd a span {
        font-size: 14px;
    }    
}
@media(max-width: 460px){
    .index_news dl dd a{
        padding:7px 0;
    }    
}

footer{
    background:#144a90;
    padding:0 95px;
}
.foot{
    padding:90px 0 80px;
    border-bottom:1px solid rgba(255,255,255,.2);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot_l{
    width: 30%;
}
.f_logo{

}
.f_link{
    position: relative;
    width: 260px;
    margin-top:65px;
    padding-bottom: 10px;
}
.f_link p{
    width: 260px;
    height: 60px;
    border-radius: 10px;
    background:#fff;
    font-size:16px;
    color: #333333;
    font-family: "puhui75";
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 16px 0 28px;
    cursor: pointer;
}
.f_link p span{
    padding-left: 25px;
    background:url(../images/f_link.png) no-repeat left center;
}
.f_link p i{
    width: 20px;
    height: 10px;
    background:url(../images/down.png) no-repeat center;
}
.f_link .cont{
    position: absolute;
    top:70px;
    left:0;
    width: 100%;
    background:#fff;
    visibility: hidden;
    border-radius: 10px;
}
.f_link .cont a{
    display: block;
    padding:0 16px 0 28px;
    line-height: 40px;
    font-size:16px;
}
.f_link:hover .cont{
    visibility: visible;
}
.f_link .cont a:hover{
    color: #144a90;
}
.f_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
    width: 64%;
}
.f_nav li{

}
.f_nav li h3{
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    margin-bottom:10px;
}
.f_nav li a{
    display: block;
    color: #fff;
    font-size:15px;
    opacity: .6;
}
.f_nav li a:hover{
    opacity: 1;
}
.foot2{
    padding:46px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}
.f_contact{
    font-size:14px;
}
.f_contact p{
    line-height: 1.6;
    padding-left: 26px;
    margin-bottom: 10px;
}
.f_contact p:nth-child(1){
    background:url(../images/f_ico1.png) no-repeat left center;
}
.f_contact p:nth-child(2){
    background:url(../images/f_ico2.png) no-repeat left center;
}
.f_contact p:nth-child(3){
    background:url(../images/f_ico3.png) no-repeat left center;
}
.f_contact p:nth-child(4){
    background:url(../images/f_ico4.png) no-repeat 2px 4px;
}
.foot2_r{
    width: 49%;
    display: flex;
/*    flex-wrap: wrap;*/
    justify-content: space-between;
    align-items: center;
}
.f_nav2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
/*    padding:0 36px;*/
    border-left: 1px solid rgba(255,255,255,.2);
    border-right: 1px solid rgba(255,255,255,.2);
    width: 40%;
}
.f_nav2 p{
    width: 50%;
    padding:0 10px 0 30px;
}
.f_nav2 a{
    display: inline-block;
    padding-left: 14px;
    position: relative;
    color: #fff;
    margin:3px 0;
}
.f_nav2 a:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    width: 8px;
    height: 1px;
    background:#fff;
}
.f_nav2 a:hover{
    /*padding-left: 16px;  */  
    text-decoration: underline;
}
.f_code{
    display: flex;
    justify-content: flex-end;
/*    flex-wrap: wrap;*/
    align-items: center;
    width: 60%;
}
.f_code li{
    width: 32%;
    max-width: 106px;
    margin-left: 28px;
    text-align: center;
    position: relative
}
.f_code li:last-child{
    margin-right: 0;
}
.f_code .img{

}
.f_code_img{
    position: absolute;
    top:40px;
    left:50%;
    width: 106px;
    margin-left: -53px;
}
.f_code li p{
    font-size:14px;
    color: #fff;
    opacity: .4;
    margin-top:5px;
}
.f_code .txt{
    padding-left: 10px;
    font-size:12px;
    line-height: 1.6;
}

.copyright{
    padding:12px 0;
    font-size:12px;
    color: #fff;
    text-align: center;
    border-top:1px solid rgba(255,255,255,.2);
}
.copyright a{
    font-size:12px;
    color: #fff;    
}
.n_download{
    padding:50px 0 70px;
}
.left_fixed{
    position: fixed;
    top:20%;
    left:15px;
    background: #fff;
    border:2px solid #144a90;
    border-radius: 15px;
    padding:5px 10px;
    text-align: center;
    z-index: 9999;
    display: none;
}
.left_fixed p.p1{
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #333;
    margin-bottom: 5px;
    font-size: 16px;
}
.left_fixed a{
    display: block;
    color: #333;
}
.left_fixed a:hover{
    color: #144a90;
}
.bottom_fixed{
    position: fixed;
    bottom:10px;
    left:10px;    
    z-index: 99;
    width: 300px;
}
.bottom_fixed.on{
    display: none;
}
.bottom_fixed .cont{
    position: relative;
}
.close2{
    position: absolute;
    top: 14px;
    right: 8px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.bottom_fixed a{
    display: block;
    position: absolute;
    left: 135px;
    width: 110px;
    height: 20px;
}
.bottom_fixed a.a1{
    top:42px;
}
.bottom_fixed a.a2{
    top:65px;
}
@media(max-width: 1600px){
    .foot{
        padding: 50px 0 40px;
    }
    .f_logo img{
        max-height:42px;
    }
    .foot2_r {
        width:45%;
    }
    .f_nav2 p{
        padding:0 20px;
    }
    .foot2 {
        padding: 30px 0;
    }
    .f_link{
        width:200px;
    }
    .f_link p{
        width:200px;
        height:50px;
    }
    .f_link .cont{
        top:60px;
    }
    .f_contact{
        width:38%;
    }
    .foot2_r{
        width:60%;
    }
    .f_nav2{
        width:45%;
    }
    .f_code li{
        margin-left:20px;
    }
    .f_nav li a{
        font-size:14px;
    }
    .left_fixed{
        left:5px;
    }
    .left_fixed p.p1{
        font-size:14px;
    }
    .left_fixed a{
        font-size:12px;
    }
}
@media(max-width: 1280px){
    footer{
        padding:0 75px;
    }
    .f_nav{
        width:68%;
    }
    .f_nav2 p{
        padding:0 10px 0 15px;
    }
}
@media(max-width: 1024px){
    .f_nav2 p{
        width:100%;
    }
    .f_nav2 a{
        line-height:1.6;
    }

}
@media(max-width: 991px){
    .left_fixed{
        display:none;
    }
}
@media(max-width: 820px){
    footer{
        padding:0 50px;
    }
    .foot {
        padding: 30px 0 20px;
    }
    .f_logo img{
        width:200px;
    }
    .f_nav{
        width:60%;
    }
    .f_nav li:last-child{
        display:none;
    }
    .foot2_r{
        width:100%;
        display:none;
    }
    .n_download{
        padding:35px 0 50px;
    }
}
@media(max-width: 640px){
    footer {
        padding: 0 25px;
    }
    .foot,.foot_l{
        display:none;
    }
    .foot_l,.f_contact{
        width:100%;
    }
    .f_contact{
        font-size:13px;
    }
    .f_contact p{
        margin-bottom:6px;
    }
    .f_nav,.f_link{
        display:none;
    }
    .f_logo img {
        width: 180px;
    }
    .foot2_r{
        display:block;
    }
    .f_nav2{
        display:none;
    }
    .f_code{
        width:100%;
        margin-top:20px;
    }
    .f_code li p{
        font-size:13px;
    }
    .foot2 {
        padding: 20px 0;
    }
    .n_download{
        padding:30px 0 35px;
    }
    .bottom_fixed{
        bottom:58px;
        width:260px;
        /*display:none;*/
    }
    .bottom_fixed a{
        width:100px;
        left: 115px;
        height:17px;
    }
    .bottom_fixed a.a1 {
        top: 37px;
    }
    .bottom_fixed a.a2 {
        top: 56px;
    }
}
.online-server{
    position: fixed;
    left: 10px;
    top: 40%;
    margin-top:-155px;
    width: 72px;
    background-color: #ffffff;
    border-radius: 36px;
    padding-top: 11px;
    padding-bottom: 11px;
    z-index: 999;
    box-shadow: 0px 0px 22px rgb(0 0 0 / 13%);
}
.online-server.gb{
    left:-72px;
}
.online-server .cont{
    position: relative;
}
.r_close{
    position: absolute;
    left: 72px;
    top: 50%;
    margin-top: -50px;
    width: 24px;
    height: 100px;
    background: #023a8c;
    color: #fff;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    line-height: 1.6;
    font-size: 12px;
    z-index: 6;
}
.r_close .p2{
    display: none;
}
.r_close.on .p1{
    display: none;
}
.r_close.on .p2{
   text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.online-server a{
    display: block;
    width: 100%;
    height: 72px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.online-server a:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0%;
    width: 100%;
    height: 1px;
    background: #ccc;
}
.online-server a:last-child:after,.online-server a#gotop2:after{
    display: none;
}
.online-server a span{
    display: block;
    text-align: center;
}
.online-server a font{
    font-size: 13px;
    color: #000000;
    width: 100%;
    text-align: center;
    display: block;
}
.online-server a p{
    position: absolute;
    width: 180px;
    left:-185px;
    top:50%;
    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 #144a90;
    display: none;
    margin-top:-20px;
}
.online-server a:hover p{
    opacity: 1;
    display: block;
}
.online-server a .r_code{
    position: absolute;
    width: 120px;
    height: 120px;
    right: -130px;
    top: -30px;
    opacity: 0;
    display: none;
    background: #fff;
    z-index: 9;
}
.online-server a:hover .r_code{
    opacity: 1;
    display: block;
}
/*.online-server a:nth-child(1) span{*/
/*    background: url(../images/r_i1_h.png) no-repeat center;*/
/*    background-size: 22px;*/
/*}*/
/*.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) span{*/
/*    background: url(../images/r_i2_h.png) no-repeat center;*/
/*    background-size: 22px;*/
/*}*/
/*.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) span{*/
/*    background: url(../images/r_i3_h.png) no-repeat center;*/
/*    background-size: 22px;*/
/*}*/
/*.online-server a:nth-child(3):hover{*/
/*    background: url(../images/r_i3_h.png) no-repeat center;*/
/*    background-size: 27px;*/
/*}*/
/*.online-server a:nth-child(4) span{*/
/*    background: url(../images/r_i4_h.png) no-repeat center;*/
/*    background-size: 22px;*/
/*}*/
@media(max-width: 1600px){
    .online-server{
        left:auto;
        right:5px;
        width:62px;
    }
    .online-server a{
        height:62px;
    }
    .online-server a font{
        font-size:12px;
    }
    .online-server a .r_code{
        right: auto;
        left: -130px;
    }
    .r_close{
        left:auto;
        right:62px;
    }
    .online-server.gb {
        left: auto;
        right:-62px;
    }
}
@media(max-width: 991px){
    .online-server{
        left:5px;
    }
    .online-server{
        display: none;
    }
}
@media(max-width: 640px){

}


/*----- 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_head{
    box-shadow: 0 0 10px #ccc;
}
.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%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
    line-height: 1;
    color: #fff;
}
.n_banner_text .p1{
    font-size:60px;
    font-weight: bold;
    opacity: 0.3;
}
.n_banner_text .p2{
    font-size:52px;
    margin-top:-30px;
    position: relative;
    z-index: 100;
}
.n_banner_text .p3{
    font-size:54px;
    font-weight: bold;
    text-align: left;
    line-height: 120%;
    max-width: 650px;
    position: relative;
    animation-name: fadeInUp;
    animation-duration: 1.2s;
    animation-delay: 0.75s;
    animation-fill-mode: both;
    padding-bottom: 10px;
}
.n_banner_text .p4{
    font-size: 21px;
    letter-spacing: 4px;
    font-weight: normal;
    text-align: left;
    margin: 10px 0;
    animation-name: fadeInUp;
    animation-duration: 1.3s;
    animation-delay: 0.75s;
    animation-fill-mode: both;
}
.sitemap{
    height: 70px;
    display: flex;
    align-items: center;
}
.site{
    padding-left: 34px;
    background:url(../images/home.png) no-repeat left center;
    font-size:16px;
    color: #333333;
}
.site a{
    font-size:16px;
    color: #333333;
}
.sousuo{
    padding:50px 0;
}
.sousuo h2{
    font-size:32px;
    color: #000;
    line-height: 1;
    margin-bottom: 30px;
    padding-top:50px;
}
@media(max-width: 1600px){
    .n_banner_text .p1{
        font-size:50px;
    }
    .n_banner_text .p2{
        font-size:42px;
    }
    .sitemap{
        
    }
    .n_banner_text .p3{
        font-size:42px;
    }
    .n_banner_text .p4{
        font-size:20px;
    }
}
@media(max-width: 1280px){
    .n_banner_text .p1{
        font-size:42px;
    }
    .n_banner_text .p2{
        font-size:32px;
        margin-top: -20px;
    }
    .n_banner_text .p3{
        font-size:36px;
    }
    .n_banner_text .p4{
        font-size:18px;
    }
}
@media(max-width: 1024px){
   
}
@media(max-width: 820px){
    .n_banner_text .p1{
        font-size:32px;
    }
    .n_banner_text .p2{
        font-size:24px;
        margin-top: -15px;
    }   
    .sitemap{
        height:50px;
    }
    .site,.site a{
        font-size:15px;
    }
    .sousuo h2{
        font-size:26px;
        margin-bottom: 20px;
        padding-top:35px;
    }
    .n_banner_text .p3{
        font-size:28px;
    }
    .n_banner_text .p4{
        font-size:16px;
    }
}
@media(max-width: 640px){
    .n_banner_text .p1{
        font-size:24px;
    }
    .n_banner_text .p2{
        font-size:20px;
        margin-top: -10px;
    }
    .site {
        padding-left: 28px;
    }
    .site,.site a{
        font-size:14px;
    }
    .sousuo{
        padding:35px 0;
    }
    .sousuo h2{
        font-size:22px;
        margin-bottom: 15px;
        padding-top:30px;
    }
    .n_banner_text .p3{
        font-size:22px;
    }
    .n_banner_text .p4{
        font-size:15px;
        margin:0;
    }
}



#about1{
    padding:80px 0 118px;
}
.about_line{
    margin:20px 0;
}
#about1 .img{
    /*position: sticky;*/
    /*top: 92px;*/
    /*right: 0;    */
    float: right;
    width: 34%;
    /*border-radius: 10px;*/
}
#about1 .img:hover img{
    transform:scale(1.1);
}
#about1 .text{
    width: 56.8%;
    float: left;
}
.ab_t1{
   line-height: 1; 
}
.ab_t1 .p2{
    font-size:46px;
    color: #023a8c;
    font-weight: bold;
    opacity: 0.08;
}
.ab_t1 .p3{
    font-size:36px;
    color: #000000; 
    position: relative;
    margin-top:-20px;
    font-weight: bold;
}
#about1 .text .p1{
    font-size:24px;
    color: #023a8c;
    line-height: 1.6;
    margin:52px 0 20px;
    font-weight: bold;
}
#about1 .text .txt{
    font-size:18px;
    color: #666666;
}
#about1 .text .txt p{
    text-indent: 2em;
}
.n_sz{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:60px;
}
.n_sz dl{
    
}
.n_sz dl dt{
    color: #023a8c;    
}
.n_sz dl dt span{
    font-size: 52px;
    font-family: "puhui85";
    line-height: 1;
    display: inline-block
}
.n_sz dl dt sub{
    font-size: 18px;
    line-height: 1;
    display: inline-block
}
.n_sz dl dd{
    max-width: 130px;
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    margin-top:22px;
}
#about1 .text .cont2{
    margin-top:25px;
    padding-right: 25%;
}
#about1 .text .cont2 dl{
    padding:46px 0 22px;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: flex-end;
}
#about1 .text .cont2 dl{
/*    display: flex;
    justify-content: space-between;*/
}
#about1 .text .cont2 dl dt{
    color: #023a8c;
/*    font-weight: bold;*/
    line-height: 1;
    width: 265px;
}
#about1 .text .cont2 dl dt span{
    font-size: 62px;    
}
#about1 .text .cont2 dl dt sub{
    font-size:20px;
}
#about1 .text .cont2 dl dd{
    font-size: 20px;
    color: #333333;
}
#about2{
    padding:50px 0;
    height: 500px;
    background:url(../images/about2_bg.png) no-repeat center;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#about2 ul{
    display: flex;
    justify-content: center;
}
#about2 ul li{
    position: relative;
    padding-left: 40px;
    font-size:60px;
    line-height: 1;
    margin:0 50px;
    /*font-family: "方正颜宋简体_粗";*/
    background:url(../images/dian1.png) no-repeat left center;
}
#about2 p{
    font-size:20px;
    text-align: center;
    margin-top:35px;
}

#about3{
    padding:88px 0;
}
#about3 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#about3 .img1{
    width: 50%;
}
#about3 .text{
    width: 44%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#about3 .text .txt{
    font-size:18px;
    color: #333333;
    line-height: 45px;
    margin-top:45px;
}
#about4{
    padding:65px 0 175px;
    background:url(../images/about4_bg.jpg) no-repeat center;
    background-size: cover;
}
#about4 .ab_t1{
    text-align: center;
}
.qywh_list{
    margin-top:150px;
}
.qywh_list dl{
    margin-bottom:90px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 23px;
}
.qywh_list dl:last-child{
    margin-bottom: 0;
}
.qywh_list dl dt{
    width: 55px;
}
.qywh_list dl dd{
    width: calc(50% - 55px);
}
.qywh_list dl dd h3{
    font-size:30px;
    color: #000000;
    line-height: 1;
    margin-bottom:18px;
}
.qywh_list dl dd .txt{
    font-size:18px;
    color: #333333;
    line-height: 1.8;
}
#about5{
    padding:130px 0;
}
#about5 .ab_t1,#about6 .ab_t1,#about7 .ab_t1,#about8 .ab_t1{
    text-align: center;
}
.ry_honner{
    margin-top:82px;
}

#honner1 .swiper-slide{
    text-align: center;
    position: relative;
    padding-bottom:40px;
}
#honner1 .swiper-slide:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 125px;
    background:#f2f5f8;
    z-index: -1;
}
#honner1 .swiper-slide img{
    max-width: 221px;
}
.yf_bottom{
    margin-top:75px;
    position: relative;
}
.yf_text{
    padding-left: 29px;
    background: url(../images/mouse.png) no-repeat left center;
}
.yf_bottom .swiper-pagination{
    width: 43%;
    right:0;
    bottom:10px;
    height: 2px;
    background: #dbdbdb;
}
.yf_bottom .swiper-pagination-progressbar-fill{
    background: #023a8c!important;
}
#about6{
    padding:85px 0 110px;
    background:#f9fafc;
}
.about6_li{
    margin:55px 0 75px;
}
.about_li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.about_li li{
    font-size:20px;
    color: #666666;
    margin:0 24px;
    position: relative;
    line-height: 1;
    padding-bottom:14px;
    cursor: pointer;
}
.about_li li:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 4px;
    background:#023a8c;
    opacity: 0;
}
.about_li li.cur{
    color: #023a8c;
    font-weight: 600;
}
.about_li li.cur:after{
    opacity: 1;
}
.about6_cont{
    min-height: 475px;
}
.about6_tab{
    font-size:16px;
    color: #333333;
    font-weight: 100;
    line-height: 1.6;
    /*display: none;*/
    visibility: hidden;
    height: 0;
    opacity: 0;
}
.about6_tab .text{
    width: 46%;
    overflow: hidden;
    transition: all 0s ease 0ms;
    max-height: 415px;
    min-height:100px;
    overflow-y: auto;
    padding-right: 55px;
    margin-top:25px;
    margin-left: -100px;
    /*transition: all 0.6s ease-out;*/
    transition: margin-left 0.5s;
}
.about6_tab .text::-webkit-scrollbar {/*滚动条整体样式*/
    width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.about6_tab .text::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #023a8c;
}
.about6_tab .text::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
}
.about6_tab .text2,.about6_tab .text3{
    font-size: 18px;
    line-height: 2;
    padding-right: 10px;
}
.about6_tab strong{
    display: block;
    font-size:20px;
    color: #000000;
    font-weight: 600;
    margin-top:10px;
    margin-bottom:10px;
}
.about6_tab p:nth-child(1) strong{
    margin-top:0;
}
.about6_tab .img1{
    border-radius: 16px;
    width: 47%;
    height: 450px;
    margin-right: -100px;
    transition: margin-right 0.5s;
}
.about6_tab.cur{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    visibility: visible;
    height: auto;
    opacity: 1;
}
.about6_tab.cur .text{
    margin-left: 0;
    visibility: visible!important;
}
.about6_tab.cur .img1{
    margin-right: 0;
    visibility: visible!important;
}

#about7{
    padding:80px 0 100px;
}
.about7_li{
    margin:55px 0 65px;
}
.about7_c{
    width: 100%;
    height: 350px;
    position: relative;
}
.about7_tab{
    position: absolute;
    width: 100%;
    left:0;
    top:0;
    z-index: -9999;
    opacity: 0;
}
.about7_tab.cur{
    z-index: 99;
    opacity: 1;
}
#certify,#certify2{
    position: relative;
    width: 100%;
    margin: 0 auto;
/*}
#certify .swiper-container {*/
    padding-bottom: 60px;
}
.about7_tab  .swiper-slide{
    /*width: 880px;*/
    /*height: 480px;*/
/*    background: #fff;
    box-shadow: 0 8px 30px #ddd;*/
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.about7_tab .swiper-slide:after{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:url(../images/about7_bg.png) no-repeat bottom center;
    z-index: 8;
}
.about7_tab .swiper-slide img{
    display:block;
}
.about7_tab .swiper-slide p {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    text-align: center;
    line-height: 1.4;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    z-index: 9;
}
.about7_tab .swiper-button-prev{
    width: 52px;
    height: 52px;
    background:url(../images/left1.png) no-repeat center #fff;
    border-radius: 50%;
    margin-top:-26px;
    /*left: calc(100% - 26px);*/
    left:10px;
    display: none;
}
.about7_tab .swiper-button-prev:hover{
    background:url(../images/right1.png) no-repeat center #144a90;
    transform: rotate(-180deg);
}
.about7_tab .swiper-button-next{
    width: 52px;
    height: 52px;
    background:url(../images/left1.png) no-repeat center #fff;
    border-radius: 50%;
    margin-top:-26px;
    transform: rotate(-180deg);
    /*right: calc(100% - 26px);*/
    right:10px;
    display: none;
}
.about7_tab .swiper-button-next:hover{
    background:url(../images/right1.png) no-repeat center #144a90;
    transform: rotate(0deg);
}
.about7_tab .swiper-pagination{
    bottom:0;
    width: 100%;
}
.about7_tab .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 14px;
    background:url(../images/shuidi.png) no-repeat center;
    opacity: 1!important;
    margin: 0 7px!important;
}
.about7_tab .swiper-pagination .swiper-pagination-bullet-active{
    background:url(../images/shuidi_h.png) no-repeat center;
}

#about8{
    padding:85px 0;
    background:#f7f9fc;
}
.hzhb_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:65px;
}
.hzhb_list li{
    margin-bottom: 42px;
    width: 15%;
    margin-right: 2%;
    box-shadow: 0 0 10px #ccc;
}
.hzhb_list li:nth-child(6n){
    margin-right: 0;
}
#honorSwip{
    padding:20px 0;
}

@media(max-width: 1600px){
    .ab_t1 .p3{
        font-size:30px;
    }
    #about1 .text{
        width:55%;
    }
    #about1 .text .p1 {
        font-size: 20px;
        margin: 40px 0 12px;
    }
    #about1 .text .txt{
        font-size:15px;
    }
    #about1 .text .cont2 dl dt span {
        font-size: 52px;
    }
    #about1 .text .cont2 dl dt sub {
        font-size: 15px;
    }
    #about1 .text .cont2 dl dd {
        font-size: 16px;
    }
    #about1 .img{
        width:38%;
    }
    #about2 ul li{
        font-size:52px;
    }
    #about3 .text .txt{
        font-size:15px;
        line-height:32px;
        margin-top:30px;
    }
    .qywh_list dl dd h3{
        font-size:26px;
    }
    .qywh_list dl dd .txt{
        font-size:15px;
    }
    .about6_tab{
        font-size:15px;
    }
    .about7_tab .swiper-slide p{
        font-size:18px;
    }
    .about6_tab .text2,.about6_tab .text3{
        font-size: 16px;
    }
    #about1 .text .cont2{
        padding-right:20%;
    }
    .ry_honner,.yf_bottom{
        margin-top:50px;
    }
    .about7_c{
        height:490px;
    }
    /*.about7_tab .swiper-slide{*/
    /*    width:720px;*/
    /*    height:393px;*/
    /*}*/
    .n_sz dl dt span{
        font-size: 42px;
    }
    .n_sz dl dt sub{
        font-size: 16px;
    }
    .n_sz dl dd{
        font-size: 14px;
        margin-top:16px;
    }
}
@media(max-width: 1280px){
    #about1{
        padding:75px 0;
    }   
    .ab_t1 .p2 {
        font-size: 36px;
    }
    .ab_t1 .p3{
        font-size:26px;
        margin-top: -15px;
    }
    #about1 .text{
        width:57%;
    }
    #about1 .text .cont2{
        padding-right:15%;
    }
    #about1 .text .cont2 dl dt{
        width:240px;
    }
    #about1 .text .cont2 dl dt span{
        font-size:42px;
    }
    #about2{
        height:350px;
    }
    #about2 ul li {
        font-size: 42px;
        margin:0 35px;
    }
    #about3 .text .txt {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    #about4 {
        padding: 65px 0 100px;
    }
    .qywh_list{
        margin-top:100px;
    }
    .qywh_list dl{
        margin-bottom:60px;
    }
    .qywh_list dl dd h3 {
        font-size: 22px;
    }
    #about3,#about5,#about6,#about7,#about8{
        padding:70px 0;
    }
    .ab_t1 .p3{
        font-size:22px;
    }
    .about6_li,.about7_li{
        margin: 40px 0 50px;
    }
    .hzhb_list{
        margin-top:50px;
    }
    .n_sz dl{
        margin-right:15px;
    }
    .n_sz dl:last-child{
        margin-right:0;
    }
    .n_sz dl dt span{
        font-size: 36px;
    }
    .n_sz dl dt sub{
        font-size: 15px;
    }
    #honorSwip{
        padding:10px 0;
    }
    .about_line{
        margin:15px 0;
    }
}
@media(max-width: 1024px){
    #about1 .text .cont2{
        padding-right:10%;
    } 
    #about1 .text .cont2 dl dt{
        width:200px;
    }
    .ry_honner,.yf_bottom{
        margin-top:30px;
    }
    #honner1 .swiper-slide{
        padding-bottom:30px;
    }
    #honner1 .swiper-slide:after{
        height:90px;
    }
    #honner1 .swiper-slide img{
        max-width:160px;
    }
    .n_sz{
        justify-content:flex-start;
    }
    .n_sz dl{
        width:32%;
        margin-bottom:15px;
        margin-right:2%;
    }
    .n_sz dl:nth-child(3n){
        margin-right:0;
    }
}
@media(max-width: 820px){
    #about1{
        padding:55px 0;
    }
    #about1 .text .p1 {
        font-size: 17px;
        margin: 30px 0 10px;
    }
    #about1 .text .cont2{
        padding-right:0%;
    }
    #about1 .text .cont2 dl {
        padding: 25px 0 15px;
    }
    #about1 .text .cont2 dl dt{
        width:150px;
    }
    #about1 .text .cont2 dl dt span{
        font-size:32px;
    }
    #about1 .text .cont2 dl dt sub {
        font-size: 14px;
    }
    #about2 {
        height: 260px;
    }
    #about2 ul li {
        font-size: 32px;
        margin: 0 20px;
    }
    #about2 p {
        font-size: 16px;
        margin-top: 20px;
    }
    #about3,#about5,#about6,#about7,#about8{
        padding:55px 0;
    }    
    #about3 .img1{
        width:100%;
        margin-bottom:30px;
    }
    #about3 .text{
        width:100%;
    }
    .ry_honner,.yf_bottom{
        margin-top:20px;
    }
    .about_li li{
        font-size:16px;
        margin: 0 15px;
    }
    .about6_li,.about7_li{
        margin: 30px 0 35px;
    }
    .about6_tab .text{
        padding-right:35px;
    }
    .about6_tab strong{
        font-size:16px;
        margin-bottom: 5px;
    }
    .about7_tab .swiper-slide p{
        font-size:16px;
    }
    #certify, #certify2{
        padding-bottom:50px;
    }
    .about7_tab .swiper-slide{
        width:100%;
        height:auto;
    }
    .hzhb_list{
        margin-top:35px;
    }
    .hzhb_list li{
        margin-bottom:20px;
        width:18.4%;
    }
    .hzhb_list li:nth-child(6n) {
        margin-right: 2%;
    }
    .hzhb_list li:nth-child(5n) {
        margin-right: 0;
    }
    .n_sz{
        margin-top:40px;
    }
    .n_sz dl dt span{
        font-size: 32px;
    }
    .n_sz dl dt sub{
        font-size: 14px;
    }
    .n_sz dl dd{
        font-size:13px;
        margin-top:10px;
    }
    .about_line{
        margin:12px 0;
    }
}
@media(max-width: 640px){
    #about1{
        padding:20px 0 35px;
    }
    #about1 .text{
        width:100%;
        margin-top:30px;
    }
    #about1 .ab_t1 .p3{
        font-size:20px;
    }
    #about1 .img{
        width:100%;
        margin-bottom:20px;
        position:relative;
        top:0;
        text-align:center;
    }
    #about1 .img img{
        max-height:180px;
    }
    #about3,#about5,#about6,#about7,#about8{
        padding:35px 0;
    } 
    #about1 .text .txt{
        font-size:14px;
    }
    #about1 .text .cont2 {
        margin-top: 15px;
    }
    #about1 .text .cont2 dl {
        padding: 15px 0 15px;
    }
    #about1 .text .cont2 dl dt{
        width:120px;
    }
    #about1 .text .cont2 dl dt span {
        font-size: 24px;
    }
    #about1 .text .cont2 dl dd{
        font-size:14px;
    }
    #about2{
        height:200px;
    }
    #about2 ul li{
        font-size:24px;
        padding-left:22px;
    }
    #about2 p{
        font-size:14px;
    }
    .ab_t1 .p3 {
        font-size: 22px;
    }
    .ab_t1 .p2{
        font-size:26px;
    }
    #about4{
        padding:55px 0 70px;
    }
    .qywh_list dl {
        margin-bottom: 35px;
        padding-left:0;
    }
    .qywh_list dl dd {
        width: calc(75% - 55px);
    }
    .qywh_list dl dd h3 {
        font-size: 20px;
    }
    .qywh_list dl dd .txt{
        font-size:14px;
    }
    .about_li li {
        font-size: 15px;
        margin: 0 10px;
    }
    .about_li li:after{
        height:3px;
    }
    .about6_li {
        margin: 30px 0 25px;
    }
    .about6_tab .text{
        width:100%;
        padding-right:20px;
        margin-top:10px;
    }
    .about6_tab .img1{
        width:100%;
        height:220px;
        margin-top:20px;
    }
    .about6_tab .text2, .about6_tab .text3 {
        font-size: 15px;
    }
    #certify, #certify2{
        padding-bottom:40px;
    }
    .about7_c{
        height:240px;
    }
    .hzhb_list{
        margin-top:30px;
    }
    .hzhb_list li{
        margin-bottom:12px;
        width:23.5%;
    }
    .hzhb_list li:nth-child(5n) {
        margin-right: 2%;
    }
    .hzhb_list li:nth-child(4n) {
        margin-right: 0;
    }
    .n_sz{
        margin-top:35px;
    }

    .n_sz dl dt span{
        font-size: 26px;
    }
    .n_sz dl dd{
        margin-top:6px;
    }
    .about6_tab.cur .img1{
        display:none;
    }
}
@media(max-width:460px){
    #honner1 .swiper-slide{
        padding-bottom:25px;
    }
    #honner1 .swiper-slide img{
        max-width:120px;
    }   
    #honner1 .swiper-slide:after {
        height: 70px;
    }
}


.n_product{
    padding:70px 0 135px;
}
.product_sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_sort li{
    width: 48%;
    height: 600px;
    position: relative;
    margin-bottom: 52px;
    border-radius: 10px;
    overflow: hidden;
}
.product_sort li .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product_sort li .text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 220px;   
    background:#f7f9fc; 
    padding: 45px 50px;
    transition:all 0.3s ease-out;
}
.product_sort li .text h2{
    font-size:26px;
    color: #000000;
    line-height: 1.2;
    font-weight: normal;
    font-family: "puhui55";
    margin-bottom:60px;
}
.product_sort li .text dl{
    margin-bottom: 40px;
    display: none;
}
.product_sort li .text dl dt{
    font-size:24px;
    color: #fff;
    font-family: "puhui105";
    line-height: 1.4;
    margin-bottom:10px;
    display: flex;
    flex-wrap:wrap;
}
.product_sort li .text dl dt a{
    font-size:24px;
    color: #fff;
    font-family: "puhui105";
    line-height: 1.4;   
}
.product_sort li .text dl dd{
    line-height: 1;
    display: flex;
    flex-wrap: wrap
}
.product_sort li .text dl dd a{
    font-size:18px;
    color: #fff;
    margin-right: 20px;
    padding:5px 0;
    display: block;
    margin-bottom: 3px;
}
.product_sort li .text dl dd a:last-child{
    margin-right: 0;
}
.product_sort li .text a.more2 span{
    color: #144a90;
}
.product_sort li .text a.more2 i,.product_sort li .text a.more2 i:after{
    background:#144a90;
}
.product_sort li .text a.more2 i:before{
    border:1px solid #144a90;
}
.product_sort li:hover .text{
    height: 100%;
    background:rgba(20,74,144,.88);
}
.product_sort li:hover .text h2{
    color: #fff;
    font-size:30px;
}
.product_sort li:hover .text dl{
    display: block;
}
.product_sort li .text dl dd a:hover{
    text-decoration: underline;
}
.product_sort li:hover .text a.more2 span{
    color: #fff;
}
.product_sort li:hover .text a.more2 i,.product_sort li:hover .text a.more2 i:after{
    background:#fff;
}
.product_sort li:hover .text a.more2 i:before{
    border:1px solid #fff;
}
.sort{
    padding:50px 0 65px;
}
.sort li .layer2{
    display: none;
}
.sort li a{

}
.sort li a.list_item1{
    display: none;
}
.sort li a.list_item2{
    display: none;
    font-size:16px;
    color: #333333;
    width: 160px;
    height: 52px;
    border:1px solid #dbdbdb;
    border-radius: 26px;
    margin:0 11px;
}
.sort li.cur .layer2,.sort li .layer2.cur{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sort li.cur a.list_item2,.sort li .layer2.cur a.list_item2{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sort li a.list_item2.on{
    background:#144a90;
    border:1px solid #144a90;
    color: #fff;
}
.n_product2{
    padding-bottom: 80px;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    display: flex;
    flex-wrap: wrap;
    width: 48%;
    margin-right: 4%;
    flex-direction: row-reverse;
    margin-bottom: 52px;
}
.product_list li:nth-child(2n){
    margin-right: 0;
}
.product_list li a.img{
    width: 50%;
    max-height: 362px;
}
.product_list li .text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:25px 40px 25px 25px;
    background:#f7f9fc;
}
.product_list li .text h3{
    font-size: 20px;
    color: #000000;
    position: relative;
    line-height: 1.4;
}
.product_list li .text h3:before{
    content:'';
    position: absolute;
    left:-25px;
    top:50%;
    width: 8px;
    height: 20px;
    background:#144a90;
    margin-top:-10px;
}
.product_list li .text .txt{
    font-size:15px;
    color: #666666;
    line-height: 1.8;
    margin:25px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product_list li .text a.more2 span{
    color: #666666;
}
.product_list li .text a.more2 i,.product_list li .text a.more2 i:after{
    background:#666666;
}
.product_list li .text a.more2 i:before{
    border:1px solid #666666;
}
.product_list li:hover .img img{
    transform:scale(1.1);
}
.product_list li:hover .text a.more2 span{
    color: #144a90;
}
.product_list li:hover .text a.more2 i,.product_list li:hover .text a.more2 i:after{
    background:#144a90;
}
.product_list li:hover .text a.more2 i:before{
    border:1px solid #144a90;
}
.pd1{
    background:#ecf1f7;
    padding:80px 0;
}
.pd1 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd1 .wrap .img{
    width: 37.5%;
    max-height: 420px;
}
.pd1 .wrap .text{
    width: 53%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pd1 .wrap .text h2{
    font-size:30px;
    color: #000000;
    border-bottom: 1px solid #666666;
    line-height: 1;
    padding-bottom:26px;
}
.pd1 .wrap .text .txt{
    margin:35px 0 70px;
    font-size:18px;
    color: #666666;
}
a.more3{
    width: 180px;
    height: 52px;
    border-radius: 26px;
    padding:0 25px;
}
a.more3 i:before {
    margin-top: -8.5px;
    margin-left: -8.5px;
    width: 15px;
    height: 15px;
}
a.more3 i:after{
    width: 32px;
    left:-32px;
}
.pd2{
    padding: 0 0 138px;
}
.pd2 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_cont{
    background:#fff;
    padding:62px;
    width: calc(100% - 370px);
    border-radius: 6px;
}
.product_cont p{
    font-size:16px;
    color: #666666;
}
.product_cont p strong{
    font-size:18px;
    color: #000000;
    padding-left: 20px;
    display:block;
    position: relative;
    margin-bottom:15px;
}
.product_cont p strong:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-8px;
    width: 8px;
    height: 16px;
    background:#144a90;
}
.product_cont ul{
    display: flex;
    flex-wrap: wrap;
}
.product_cont ul li{
    width: 32%;
    margin-right: 2%;
    text-align: center;
}
.product_cont ul li:nth-child(3n){
    margin-right: 0;
}
.product_cont ul li p{
    font-size:16px;
    color: #000000;
    margin-top:10px;
}
.page{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top:26px;
    border-top:1px solid #999;
    margin-top:80px;
    color: #000;
}
.page p{
    font-size:16px;
    color: #000000;
    max-width: 50%;
}
.page p a{
    font-size:16px;
    color: #000000;    
}
.tj_r{
    background:#fff;   
    width: 330px;
    border-radius: 6px;
    overflow: hidden;
    float: right;
}
.tj_r h2{
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    padding:0 30px;
    line-height: 56px;
    background:#144a90;
    font-family: "puhui55";
}
.tj_r ul{
    padding:45px 30px;
}
.tj_csae{
    padding:46px 30px;
}
.tj_csae a{
    display: block;
    margin-bottom:40px;
}
.tj_csae a:last-child{
    margin-bottom:0;
}
.tj_csae a .img{
    border-radius: 6px 6px 0 0;
}
.tj_csae a p{
    font-size:16px;
    color: #000000;
    line-height: 1.4;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#f7f9fc;
}
@media(max-width: 1600px){
    .product_sort li{
        height:430px;
    }
    .product_sort li .text{
        padding:35px;
        height:180px;
    }
    .product_sort li .text h2 {
        font-size: 22px;
        margin-bottom: 40px;
    }
    .product_sort li:hover .text h2{
        font-size:24px;
    }
    .product_sort li .text dl dt{
        font-size:18px;
    }
    .product_sort li .text dl dd a{
        font-size:15px;
    }
    .sort li a.list_item2{
        width:140px;
        height: 46px;
        font-size:15px;
    }
    .product_list li{
        margin-bottom:35px;
    }
    .product_list li .text{
        padding:25px 25px 25px 25px;
    }
    .product_list li .text h3{
        font-size:18px;
    }
    .product_list li .text h3:before{
        width:6px;
    }
    .product_list li .text .txt {
        font-size: 14px;
        margin: 15px 0;
    }
    .page p a{
        font-size:15px;
    }
    .pd1 .wrap .img{
        width:40%;
    }
    .pd1 .wrap .text h2 {
        font-size: 24px;
        padding-bottom: 20px;
    }
    .pd1 .wrap .text .txt{
        font-size:15px;
    }
    .product_cont{
        padding:50px;
    }
    .product_cont ul li p{
        font-size:15px;
    }
    .product_cont p{
        font-size:15px;
    }
    .pd2 {
        padding: 0 0 90px;
    }
}
@media(max-width: 1280px){
    .n_product {
        padding: 70px 0;
    }
    .product_sort li:hover .text h2{
        margin-bottom:25px;
    }
    .product_sort li{
        margin-bottom:35px;
    }
    .product_sort li .text{
        font-size:30px;
    }
    .product_sort li .text dl {
        margin-bottom: 25px;
    }
    .pd1 .wrap .text .txt {
        margin: 25px 0 50px;
    }
    .pd2 {
        padding: 0 0 70px;
    }
    .sort {
        padding: 50px 0;
    }
}
@media(max-width: 1024px){
    .product_sort li {
        height: 360px;
    }
    .product_sort li .text {
        padding: 30px;
        height: 140px;
    }
    .product_sort li .text h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .product_sort li .text dl dt {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .tj_r h2{
        font-size:20px;
    }
    .product_cont{
        padding:35px;
    }
    .pd1{
        padding:70px 0;
    }
    .product_cont ul li p{
        font-size:14px;
    }
    .product_cont{
        width: calc(100% - 320px);
    }
}
@media(max-width: 820px){
    .n_product {
        padding: 55px 0;
    }
    .product_sort li{
        width:100%;
    }
    .product_cont{
        padding:30px;
    }
    .pd1{
        padding:55px 0;
    }
    .pd1 .wrap .text h2 {
        font-size: 22px;
        padding-bottom: 15px;
    }
    .pd1 .wrap .text .txt {
        margin: 15px 0 35px;
    }
    .product_cont{
        width: calc(100% - 260px);
    }
    .product_cont p strong{
        margin-bottom:5px;
    }
    .pd2 {
        padding: 0 0 55px;
    }
    .product_list li{
        width:100%;
        margin-right:0;
        margin-bottom:20px;
    }
}
@media(max-width: 640px){
    .n_product {
        padding: 35px 0;
    }
    .pd1{
        padding:35px 0;
    }
    .pd1 .wrap .img{
        width:100%;
    }
    .pd1 .wrap .text{
        width:100%;
        margin-top:20px;
    }
    .pd1 .wrap .text h2 {
        font-size: 20px;
        padding-bottom: 12px;
    }
    .page p a{
        font-size:14px;
    } 
    .product_cont{
        padding:25px 20px;
        width:100%;
    }
    .pd2 {
        padding: 0 0 35px;
    }
    .sort {
        padding: 35px 0 25px;
    }
    .sort li a.list_item2{
        width:120px;
        height: 36px;
        font-size:14px;
    }
    .product_list{
        justify-content:space-between;
    }
    .product_list li{
        width:48%;
    }
    .product_list li a.img{
        width:100%;
    }
    .product_list li .text{
        width:100%;
        padding: 12px 10px 15px 12px;
    }
    .product_list li .text h3{
        font-size:15px;
    }
    .product_list li .text h3:before {
        width: 5px;
        left:-15px;
    }
    .product_list li .text .txt {
        font-size: 12px;
        margin: 8px 0;
        -webkit-line-clamp: 3;
    }
    a.more2 span{
        font-size:14px;
    }
}


.n_about{
    padding:45px 0 135px;
}
.ab_left{
    background:#fff;
    width: 264px;
    float: left;
    padding:48px 0;
    border-radius: 18px;
    position: sticky;
    top: 92px;
    left: 0;
}
.ab_left h2{
    font-size:26px;
    color: #000000;
    font-weight: normal;
    line-height: 1;
    font-family: "puhui55";
    max-width: 200px;
    margin:0 auto 46px;
    padding-left: 30px;
    background:url(../images/down2.png) no-repeat right center;
}
.ab_sort li{
    margin-bottom: 20px;
}
.ab_sort li:last-child{
    margin-bottom: 0;
}
.ab_sort li a{
    font-size:18px;
    color: #666;
    display: flex;
    align-items: center;
    padding:0 30px;
    line-height: 1.4;
    width: 200px;
    height:52px;
    margin:0 auto;
    background:#eef4fc;
    border-radius: 26px;
}
.ab_sort li a i{
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    overflow: hidden;
    margin-right: 13px;
}
.ab_sort li a i img{
    display: inline-block;
    width: 100%;
    position: absolute;
    top:-20px;
    left:0;
}
.ab_sort li:hover a,.ab_sort li a.on,.ab_sort li.on a{
    background:#023a8c;
    color: #fff;
}
.ab_sort li:hover a i img,.ab_sort li a.on i img,.ab_sort li.on a i img{
    top:0px;
}
.ab_right{
    background:#fff;
    width: calc(100% - 314px);
    float: right;
    padding:70px 72px 85px;
}
.ab_t2{
    font-size:36px;
    color: #000000;
    font-family: "puhui55";
    line-height: 1;
    padding-bottom: 18px;
    border-bottom: 2px solid #999999;
    margin-bottom:40px;
}
.ab_right .text{
    font-size:16px;
    color: #666666;
    line-height: 1.8;
}
.ab_right .text p strong{
    font-size:20px;
    color: #023a8c;
}
.ab_right .text p em{
    color: #333333;
    font-style: normal;
    font-weight: bold;
}
.ab_right .text img{
    max-width: 100%;
    height: auto!important;
}
@media(max-width: 1600px){
    .n_about{
        padding:45px 0 95px;
    }
    .ab_left{
        width:220px;
    }
    .ab_left h2{
        font-size:24px;
        margin: 0 auto 35px;
        padding-left: 20px;
        max-width: 180px;
    }
    .ab_sort li {
        margin-bottom: 10px;
    }
    .ab_sort li a{
        font-size:16px;
        padding: 0 20px;
        width:180px;
        height:42px;
    }
    .ab_right{
        padding: 55px 50px;
    }
    .ab_t2{
        font-size: 28px;
    }
    .ab_right .text{
        font-size:15px;
    }
    .ab_right .text p strong {
        font-size: 18px;
    }
}
@media(max-width: 1280px){
    .n_about{
        padding:45px 0 75px;
    }
    .ab_left{
        padding:40px 0;
    }
    .ab_right {
        padding: 40px 35px;
    }
    .ab_t2 {
        font-size: 26px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
}
@media(max-width: 1024px){
    .ab_right{
        width: calc(100% - 260px);
    }
    .ab_t2{
        font-size:24px;
    }
    .ab_right .text img{
        width: 100%!important;
    }
}
@media(max-width: 820px){
    .n_about{
        padding:30px 0 55px;
    }  
    .ab_left{
        padding:30px 0;
    }
    .ab_right {
        padding: 30px 30px;
    }
}
@media(max-width: 767px){
    .n_about{
        padding:20px 0 35px;
    } 
    .ab_left{
        width:100%;
        padding:25px 0;
        margin-bottom:20px;
        position:relative;
        top:0;
    }
    .ab_left h2{
        width:calc(100% - 40px);
        padding: 0;
        text-align: left;
        margin: 0 20px 25px;
        max-width:calc(100% - 40px);
    }
    .ab_sort{
        display:flex;
        flex-wrap:wrap;
        padding:0 20px;
    }
    .ab_sort li{
        width:32%;
        margin-right:2%;
        margin-bottom:10px;
    }
    .ab_sort li:nth-child(3n){
        margin-right:0;
    }
    .ab_sort li a{
        /*display:flex;*/
        padding:0 8px;
        width:100%;
        font-size:13px;
        justify-content:center;
        height:35px;
    }
    .ab_sort li a i{
        margin-right:7px;
        display:none;
    }
    .ab_right{
        width:100%;
        padding: 20px 20px;
    }
    .ab_t2 {
        font-size: 20px;
    }
}


.n_case{
    padding:80px 0 130px;
}   
.case_list{
    display: flex;
    flex-wrap: wrap;
}
.case_list li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 52px;
}
.case_list li:nth-child(3n){
    margin-right: 0;
}
.case_list li a.img{
    display: block;
}
.case_list li h3 a{
    display: flex;
    align-items: center;
    justify-content: center;
    background:#f5f5f5;
    height: 66px;
    font-size:18px;
    color: #023a8c;
    line-height: 1.4;
}
.case_list li:hover a.img img{
    transform:scale(1.1);
}
.case_detail{

}
.case_detail_l{
    background:#ffffff;
    padding:62px 110px 88px 62px;
    float: left;
    width: calc(100% - 370px);
    border-radius: 6px;
}
.case_detail_l h1{
    font-size:36px;
    color: #000000;
    font-weight: normal;
    line-height: 1.2;
    font-family: "puhui55";
}
.case_info{
    padding:25px 0 26px;
    border-bottom: 1px solid #999999;
    margin-bottom:55px;
}
.case_info span{
    padding-left: 26px;
    margin-right: 20px;
}
.case_info span:nth-child(1){
    background:url(../images/time.png) no-repeat left center;
}
.case_info span:nth-child(2){
    background:url(../images/hits.png) no-repeat left center;
    margin-right: 0;
}
.case_detail_l .content p{
    font-size:16px;
    color: #666666;
}
.case_detail_l .content p strong {
    font-size: 18px;
    color: #000000;
    padding-left: 20px;
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.case_detail_l .content p strong:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-8px;
    width: 8px;
    height: 16px;
    background:#144a90;
}
.case_detail_l .content p em{
    font-size:16px;
    color: #000000;
    font-style: normal;
    font-weight: bold;
}
/*{*/
/*    overflow-x: auto;*/
/*-webkit-overflow-scrolling: touch;*/
/*}*/
.case_detail_l table{
    border-top:1px solid #dbdbdb;
    border-left:1px solid #dbdbdb; 
}
.case_detail_l table tr td{
    border-bottom:1px solid #dbdbdb;
    border-right:1px solid #dbdbdb; 
    text-align: center;
    padding:3px;
}
/*合作客户*/
.n_hzkh{
    padding:88px 0 76px;
}
.c_t1{
    text-align: center;
}
.c_t1 h2{
    font-size:46px;
    color: #000000;
    font-weight:normal;
    line-height: 1;
}
.c_t1 p{
    font-size:18px;
    color: #666666;
}
.n_bottom{
    padding:90px 0 130px;
    background:#f7f9fc;
}
.c_t2 h2{
    font-size:46px;
    color: #000000;
    font-weight:normal;
    line-height: 1;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}
.c_t2 h2:after{
    content:'';
    position: absolute;
    left:50%;
    margin-left: -38px;
    bottom:0;
    width: 76px;
    height: 3px;
    background:#144a90;
}
.n_bottom ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:60px;
}
.n_bottom ul li{
    padding:0 120px;
}
.n_bottom ul li p{
    display: flex;
    align-items: center;
    font-size:24px;
    color: #333333;
}
.n_bottom ul li p span{
    margin-left: 9px;
}
.n_bottom ul li a{
    width: 140px;
    height: 38px;
    border-radius: 19px;
    border:1px solid #144a90;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 38px;
    margin-top:24px;
}
.n_bottom ul li a:hover{
    color: #fff;
    background:#144a90;
}
@media(max-width: 1720px){
    .n_case{
        padding:80px 0;
    }
    .n_bottom ul li{
        padding:0 90px;
    }
}
@media(max-width: 1600px){
    .n_case{
        padding:70px 0;
    }
    .case_list li{
        margin-bottom:35px;
    }
    .case_list li h3 a{
        font-size:16px;
        height:55px;
    }
    .case_detail_l{
        padding:40px 70px 60px 40px;
    }
    .case_detail_l h1{
        font-size:26px;
    }
    .case_info {
        padding: 15px 0 10px;
        margin-bottom: 35px;
    }
    .case_detail_l .content p{
        font-size:15px;
    }
    .tj_csae a{
        margin-bottom:25px;
    }
    .tj_csae a p{
        font-size:15px;
        height:50px;
    }
    .c_t2 h2{
        font-size:36px;
    }
    .n_bottom ul li{
        padding:0 70px;
    }
    .n_bottom {
        padding: 90px 0;
    }
}
@media(max-width: 1280px){
    .c_t2 h2{
        font-size:32px;
    }
    .case_detail_l{
        padding:40px 40px 60px 40px;
    }
    .case_detail_l h1{
        font-size:24px;
    }
    .tj_csae {
        padding: 30px 30px;
    }
    .n_bottom ul li{
        padding:0 50px;
    }
    .n_bottom ul li p{
        font-size:20px;
    }
    .n_bottom ul li a{
        margin-top:18px;
        width:100px;
    }
    .n_bottom {
        padding: 70px 0;
    }
}
@media(max-width: 1024px){
    .case_detail_l{
        width: calc(100% - 300px);
    }
    .tj_r{
        width:260px;
    }
}
@media(max-width: 820px){
    .n_case{
        padding:55px 0;
    }
    .case_list li{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 25px;
    }
    .case_detail_l{
        width: calc(100% - 260px);
        padding: 30px 30px;
    }
    .case_detail_l h1 {
        font-size: 20px;
    }
    .case_detail_l .content p strong{
        margin-bottom:10px;
    }
    .tj_r{
        width:220px;
    }
    .tj_csae {
        padding: 30px 20px;
    }
    .tj_csae a{
        margin-bottom:20px;
    }
    .c_t2 h2{
        font-size:26px;
    }   
    .n_bottom {
        padding: 55px 0;
    }
    .n_bottom ul li{
        padding:0 30px;
    }
}
@media(max-width: 640px){
    .n_case{
        padding:35px 0;
    }
    .case_list li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .case_list li:nth-child(3n){
        margin-right: 4%;
    }
    .case_list li:nth-child(2n){
        margin-right: 0;
    }
    .case_list li h3 a {
        font-size: 14px;
        height: 80px;
        padding:10px 10px;
        /*align-items:flex-start;*/
    }
    .case_detail_l{
        width:100%;
        padding:25px 20px;
    }
    .case_detail_l h1 {
        font-size: 18px;
    }
    .tj_r{
        display:none;
        width:100%;
    }
    .c_t2 h2{
        font-size:22px;
        padding-bottom: 16px;
    } 
    .c_t2 h2:after{
        height:2px;
    }
    .n_bottom{
        display:none;
    }
    .n_bottom ul{
        margin-top:40px;
    }
    .n_bottom ul li{
        padding:0 20px;
        width:50%;
        margin-bottom:25px;
    }
    .n_bottom ul li:last-child{
        margin-bottom:0;
    }
    .n_bottom ul li p{
        font-size:20px;
    }
    .n_bottom {
        padding: 40px 0 35px;
    }

}
@media(max-width: 460px){
    .case_list li{
        width:100%;
        margin-right:0!important;
    }
    .case_list li h3 a{
        height:auto;
    }
.ys_li dl {
    width: 90px;
    height: 80px;
}
.ys_li dl:nth-child(3n){
    margin-right:0;
}
.ys_li dl dd{
    font-size:13px;
}
    .n_bottom ul{
        margin-top:30px;
        justify-content:space-between;
    }
    .n_bottom ul li{
        padding:0 0px;
        margin-bottom:20px;
    }
    .n_bottom ul li p{
        font-size:16px;
    }
    .n_bottom ul li a {
        margin-top: 8px;
        width: 85px;
        height:32px;
        font-size:13px;
    }
}


.about_ys{
    padding:50px 0 30px;
}
.ys_li{
    margin-bottom:55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ys_li dl{
    width: 172px;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:#f7f9fc;
    border-radius: 0 46px 0 0;
    margin-right: 55px;
    cursor: pointer;
}
.ys_li dl:last-child{
    margin-right: 0;
}
.ys_li dl dt{
    width: 61px;
    height: 58px;
    margin:0 auto;
    position: relative;
    overflow: hidden;
}
.ys_li dl dt img{
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
}
.ys_li dl dd{
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-top:15px;
}
.ys_li dl.cur{
    background:#023a8c;
}
.ys_li dl.cur dt img{
    top:-58px;
}
.ys_li dl.cur dd{
    color: #fff;
}
.ys_cont{
    min-height: 445px;
    overflow: hidden;
}
.ys_tab{
    /*display: none;*/
    padding:0 88px;
    visibility: hidden;
    height: 0;
    opacity: 0;
}
.ys_tab .img{
    width: 50%;
    margin-right: -100px;
    transition: all 0s ease 0ms;
    transition: margin-right 0.5s;
}
.ys_tab .text{
    background:#f7f9fc;
    width: 50%;
    padding:20px 110px 20px 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-left: -100px;
    transition: all 0s ease 0ms;
    transition: margin-left 0.5s;
}
.ys_tab .text h3{
    font-size:36px;
    color: #000000;
    font-weight: normal;
    font-family: "puhui55";
    line-height: 1;
    padding-bottom: 30px;
    position: relative;
}
.ys_tab .text h3:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 76px;
    height: 4px;
    background:#023a8c;
}
.ys_tab .text .txt{
    font-size:16px;
    color: #666666;
    margin:60px 0 75px;
}
.ys_tab.cur{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    visibility: visible;
    height: auto;
    opacity: 1;
}
.ys_tab.cur .text{
    margin-left: 0;
    visibility: visible!important;
}
.ys_tab.cur .img{
    margin-right: 0;
    visibility: visible!important;
}
@media(max-width: 1600px){
    .ys_li dl {
        width: 155px;
        height: 160px;
        margin-right: 35px;
    }
    .ys_li dl dt {
        width: 50px;
        height: 47.5px;
    }
    .ys_li dl.cur dt img {
        top: -47.5px;
    }
    .ys_li dl dd {
        font-size: 16px;
        margin-top: 12px;
    }
    /*.ys_tab .img{*/
    /*    margin-right:0;*/
    /*    transition:none;*/
    /*}*/
    .ys_tab .text{
        /*margin-left:0;*/
        /*transition:none;*/
        padding: 20px 70px 20px 50px;
    }
    .ys_tab .text h3{
        font-size:24px;
        padding-bottom: 20px;
    }
    .ys_tab .text .txt {
        font-size: 15px;
        margin: 30px 0 30px;
    }

}
@media(max-width: 1280px){
    .ys_li {
        margin-bottom: 35px;
    }
    .ys_li dl {
        width: 140px;
        height: 140px;
        margin-right: 25px;
    }  
    .ys_tab{
        padding:0 60px;
    }
    .ys_tab .text {
        padding: 20px 50px 20px 35px;
    }
    .ys_tab .text h3 {
        font-size: 22px;
        padding-bottom: 18px;
    }
    .ys_tab .text .txt {
        font-size: 14px;
        margin: 20px 0 25px;
    }
    a.more3 {
        width: 150px;
        height: 48px;
        border-radius: 24px;
        padding: 0 16px;
    }
}
@media(max-width: 1024px){
    .ys_tab{
        padding:0 40px;
    } 
    .ys_li dl {
        width: 120px;
        height: 110px;
        margin-right: 20px;
    }
    .ys_li dl dt {
        width: 40px;
        height: 38px;
    }
    .ys_li dl.cur dt img {
        top: -38px;
    }
    .ys_li dl dd {
        font-size: 15px;
        margin-top: 10px;
    }
}
@media(max-width: 820px){
    .about_ys {
        padding: 50px 0 0px;
    }
    .ys_tab{
        padding:0 30px;
    }    
    .ys_tab .img{
        width:100%;
        margin-right:0;
    }
    .ys_tab .text{
        width:100%;
        padding: 25px 35px;
        margin-left:0;
    }
}
@media(max-width: 640px){
    .about_ys {
        padding: 35px 0 0px;
    }
    .ys_li {
        margin-bottom: 20px;
    }
    .ys_li dl {
        width: 100px;
        height: 90px;
        margin-right: 15px;
        margin-bottom:10px;
        border-radius: 0 25px 0 0;
    }
    .ys_li dl dt {
        width: 32px;
        height: 30.5px;
    }
    .ys_li dl.cur dt img {
        top: -30.5px;
    }
    .ys_li dl dd {
        font-size: 14px;
        margin-top: 6px;
    }
    .ys_tab{
        padding:0 20px;
    } 
    .ys_tab .text {
        padding: 25px 20px;
    }
    .ys_tab .text h3 {
        font-size: 18px;
    }
}


.sort2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0 65px;
}
.sort2 li{

}
.sort2 li a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333333;
    width: 160px;
    height: 52px;
    border: 1px solid #dbdbdb;
    border-radius: 26px;
    margin: 0 11px;
}
.sort2 li a.on{
    background: #144a90;
    border: 1px solid #144a90;
    color: #fff;
}
.n_news{
    padding-bottom: 130px;
}
.news_list{
    padding-bottom: 40px;
}
.news_list li{

}
.news_list li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px dashed #999999;
    padding:0 15px 0 25px;
    min-height: 160px;
}
.news_list li a .date1{
    width: 100px;
    height: 100px;
    border:1px solid #dbdbdb;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news_list li a .date1 .s1{
    font-size:40px;
    color: #144a90;
    line-height: 1;
}
.news_list li a .date1 .s2{
    font-size:16px;
    color: #666666;
}
.news_list li a .text{
    width: calc(100% - 100px);
    padding-left: 65px;
}
.news_list li a .text h3{
    font-size:20px;
    color: #000000;
    font-family: "puhui55";
    line-height: 1.2;
    margin-bottom:15px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list li a .text .txt{
    font-size:16px;
    color: #666666;
    line-height: 1.8;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_list li a:hover{
    background:#144a90;
}
.news_list li a:hover .date1{
    border:1px solid #fff;
}
.news_list li a:hover .date1 .s1,.news_list li a:hover .date1 .s2,.news_list li a:hover .text h3,.news_list li a:hover .text .txt{
    color: #fff;
}
.news_detail{
    padding:80px 0 120px;
}
.news_detail_l{
    float: left;
    width: calc(100% - 545px);
}
.news_detail_l h1{
    font-size:30px;
    color: #333333;
    text-align: center;
    font-weight: normal;
    font-family: "puhui55";
    line-height: 1.2;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding:15px 0;
    border-bottom:1px dotted #c2c2c2;
    margin-bottom: 35px;
}
.info_title span{
    padding:0 60px;
}
.news_detail_l .content{
    font-size:16px;
    color: #666666;
}
.news_r{
    float: right;
    width: 240px;
}
.news_r h2{
    font-size:24px;
    color: #000000;
    line-height: 1.4;
    font-weight: normal;
    font-family: "puhui55";
    margin-bottom:35px;
}
.tj_news{

}
.tj_news li{
    margin-bottom: 35px;
}
.tj_news li a.img{
    display: none;
}
.tj_news li h3 a{
    font-size:18px;
    color: #000000;
    line-height: 1.5;
    font-weight: normal;
    font-family: "puhui55";
    margin-top:15px;
}
@media(max-width: 1600px){
    .n_news{
        padding-bottom:100px;
    }
    .sort2{
        padding: 50px 0 50px;
    }
    .sort2 li a {
        font-size: 15px;
        width: 120px;
        height: 45px;
    }
    .news_list li a{
        min-height:175px;
    }
    .news_list li a .date1 .s1{
        font-size:32px;
    }
    .news_list li a .date1 .s2{
        font-size:15px;
    }
    .news_list li a .text h3{
        font-size:18px;
    }
    .news_list li a .text .txt{
        font-size:15px;
    }
    .news_detail{
        padding:80px 0;
    }
    .news_detail_l {
        width: calc(100% - 500px);
    }
    .news_detail_l h1{
        font-size:24px;
    }
    .info_title {
        padding: 15px 0 10px;
        margin-bottom: 20px;
    }
    .info_title span{
        padding:0 30px;
    }
    .news_detail_l .content{
        font-size:15px;
    }
    .news_r h2{
        margin-bottom:25px;
    }
    .tj_news li{
        margin-bottom:25px;
    }
    .tj_news li h3 a{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .n_news{
        padding-bottom:70px;
    }
    .news_list li a{
        height:160px;
    }
    .news_list li a .text h3{
        margin-bottom:10px;
        font-size:18px;
    }
    .news_detail{
        padding:70px 0;
    }
    .news_detail_l {
        width: calc(100% - 400px);
    }
}
@media(max-width: 1024px){
    .news_detail_l {
        width: calc(100% - 320px);
    }    
}
@media(max-width: 820px){
    .n_news{
        padding-bottom:55px;
    }  
    .sort2{
        padding: 50px 0 30px;
    }
    .news_list{
        padding-bottom:30px;
    }
    .news_list li a{
        padding:0 15px;
    }
    .news_list li a .date1 .s1 {
        font-size: 28px;
    }
    .news_list li a .date1 .s2{
        font-size: 14px;
    }
    .news_list li a .text{
        padding-left:30px;
    }
    .news_detail{
        padding:55px 0;
    }
    .news_detail_l {
        width: calc(100% - 300px);
    }
    .news_detail_l h1 {
        font-size: 20px;
    }
    .info_title {
        padding: 10px 0 6px;
        margin-bottom: 15px;
    }
    .info_title span {
        padding: 0 15px;
    }
    .news_r h2 {
        margin-bottom: 20px;
        font-size:20px;
    }
    .tj_news li h3 a{
        font-size:14px;
    }
}
@media(max-width: 640px){
    .n_news{
        padding-bottom:35px;
    }
    .sort2{
        padding: 35px 0 20px;
    }
    .sort2 li a{
        width:90px;
        font-size:14px;
        height:36px;
        margin:0 7px;
    }
    .news_list li a{
        /*padding:15px 10px;*/
        height:auto;
        min-height:80px;
        padding:10px;
    }
    .news_list li a .date1 {
        width: 70px;
        height: 70px;
        display:none;
    }
    .news_list li a .date1 .s1 {
        font-size: 22px;
    }
    .news_list li a .date1 .s2 {
        font-size: 13px;
    }
    .news_list li a .text {
        /*padding-left: 18px;*/
        /*width: calc(100% - 70px);*/
        width:100%;
        padding-left:0;
    }
    .news_list li a .text h3 {
        margin-bottom: 8px;
        font-size: 14px;
    }
    .news_list li a .text .txt {
        font-size: 12px;
        line-height:1.6;
    }
    .news_detail{
        padding:35px 0;
    }
    .news_detail_l{
        width:100%;
    }
    .news_detail_l h1{
        font-size:18px;
    }
    .news_r{
        display:none;
    }
}

.download_list{
    
}
.download_list li{
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #f0f0f0;
    padding: 10px 34px;
    min-height: 50px;
}
.download_list li:last-child{
    margin-bottom: 0;
}
.download_list li .text{
    display: flex;
    align-items: center;  
    font-size: 16px;
    line-height: 1.4;
}
.download_list li .text p{
    
}
.download_list li .text p.p1{
    
}
.download_list li .text p.p2{
    padding:0 20px;
}
.download_list li .download_a{
    display: flex;
    align-items: center;
}
.download_list li .download_a a{
    display: block;
    padding-left: 20px;
}
.download_list li .download_a a.a1{
    background: url(../images/ck.png) no-repeat left center;
    background-size: 20px;
    margin-right: 20px;
}
.download_list li .download_a a.a2{
    background: url(../images/xz.png) no-repeat left center;   
    background-size: 20px;
}
@media(max-width:1600px){
    .download_list li{
        margin-bottom:15px;
    }
    .download_list li .text{
        font-size:15px;
    }
}
@media(max-width:1280px){
    
}
@media(max-width:1024px){
    .download_list li{
        padding:10px 20px;
    }
}
@media(max-width:820px){
    .download_list li{
        padding:10px 15px;
    }    
}
@media(max-width:640px){
    .download_list li .text{
        flex-wrap:wrap;
    }
    .download_list li .text,.download_list li .text p.p1,.download_list li .text p.p2,.download_list li .download_a{
        width:100%;
    }
    .download_list li .text p.p1{
        font-size:14px;
    }
    .download_list li .text p.p2{
        padding:5px 0;
    }
}


.n_contact{
    padding:70px 0 110px;
}
.n_contact .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n_contact_l{
    width: 33%;
}
.n_contact_l .text{
    font-size:18px;
    color: #333333;
    margin-top:42px;
}
.n_contact_l .text p{
    display: flex;
    flex-wrap: wrap;
    line-height: 1.6;
    margin-bottom:15px;
}
.n_contact_l .text p:last-child{
    margin-bottom: 0;
}
.n_contact_l .text strong{
    font-weight: normal;
    width: 90px;
}
.n_contact_l .text em{
    font-style: normal;
    width: calc(100% - 90px)
}
.c_code{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:60px;
}
.c_code li{
    text-align: center;
    width: 50%;
}
.c_code li p{
    font-size:14px;
    color: #000000;
}
#c2{
    width: 49%;
}
.mess_t h2{
    font-size:40px;
    color: #000000;
    line-height: 1;
}
.mess_t p{
    font-size:20px;
    color: #000000;
    margin-top:12px;
}
#c2 ul{
    display: flex;
    flex-wrap: wrap;
}
#c2 ul li{
    width: 48%;
    margin-right: 4%;
    margin-top:45px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 100;
}
#c2 ul li:first-child{
    display: none;
}
#c2 ul li:nth-child(2n+1){
    margin-right: 0;
}
#c2 ul li .p1{
    font-size:14px;
    color: #000000;
    margin-bottom:18px;
}
#c2 ul li .p1 span{
    color: #ff0000;
}
#c2 ul li input{
    display: block;
    border:none;
    outline: none;
    font-size:16px;
    color: #999999;
    line-height: 46px;
    width: 100%;
}
#c2 ul li input[type=text]::placeholder{
    color: #999999;   
}
#c2 ul li input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
#c2 ul li input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
#c2 ul li input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
#c2 ul li input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}

#c2 ul li:last-child{
    width: 100%;
    margin-right: 0;
}
#c2 ul li textarea{
    display: block;
    border:none;
    outline: none;
    font-size:16px;
    color: #999999;
    line-height: 46px;
    height: 92px;
    width: 100%;
}
#c2 ul li textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
#c2e ul li textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
#c2 ul li textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
#c2 ul li textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
#c2 button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 52px;
    font-size:16px;
    color: #fff;
    border:none;
    outline: none;
    cursor: pointer;
    background: #144a90;
    margin-top:45px;
    padding:0 25px;
    transition:all 0.3s ease-out;
    border-radius: 26px;
}
#c2 button:hover{
    text-decoration: underline;
}
.contact2{
    padding:90px 0 45px;
    background:#f7f9fc;
}
.c_t2{
    font-size:46px;
    color: #000000;
    line-height: 1;
}
.contact_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:72px;
}
.contact_list dl{
    width: 24.5%;
    margin-right:13.25%;
    margin-bottom:75px;
}
.contact_list dl:nth-child(3n){
    margin-right: 0;
}
.contact_list dl dt{
    font-size:28px;
    color: #000000;
    line-height: 1;
    border-bottom: 1px solid #666666;
    padding-bottom:24px;
    margin-bottom:24px;
}
.contact_list dl dd{

}
.contact2 p{
    font-size:18px;
    color: #333333;
    margin-bottom:12px;
    line-height: 1.6;
}
.contact2 p:last-child{
    margin-bottom:0;
}
.contact2 p span{
    opacity: 0;
}
.map1{
    width: 100%;
}

.job{
    padding:88px 0 130px;
}
.c_t1{
    font-size:40px;
    line-height: 1;
    color: #000;
    font-family: "pihui55";
}
.job_t{
    display: flex;
    align-items: center;
    padding:0 90px;
    background: #f0f0f0;
    height: 70px;
    margin-top:52px;
    margin-bottom:5px;
}
.job_t p{
    line-height: 1;
    font-size:20px;
    color: #000000;
    width: calc(25% - 25px);
}
.job_t p:last-child{
    width: 100px;
}
.job_list dl{
    margin-bottom: 5px;
}
.job_list dl dt{
    padding:0 90px;
    display: flex;
    height: 68px;
    align-items: center;
    color: #333333;
    border:1px solid #dbdbdb;
    margin-bottom:4px;
    background:#f6f6f6;
    cursor: pointer;
}
.job_list dl dt p{
    line-height: 1.4;
    font-size:18px;
    width: calc(25% - 25px);
}
.job_list dl dt p:last-child{
    width: 100px;
}
.job_list dl dd{
    padding:60px 90px 35px;
    font-size:15px;
    border:1px solid #dbdbdb;
    display: none;
}
.job_list dl dd .cont{
/*    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
}
.job_list dl dd .cont .text{

}
.job_list dl dd .cont .text p{
    display: flex;
    flex-wrap: wrap;
}
.job_list dl dd .cont .text p strong{
    display: inline-block;
    margin-left: 35px;
    font-weight: normal;
}
.job_list dl dd .cont .txt{
/*    width: 41.5%;*/
}
.job_list dl dd .cont .txt p.p1{
    font-size:16px;
    color: #000000;
    margin: 5px 0;
}
.job_list dl dd .cont .txt3{
    font-size:16px;
    color: #333333;
    margin-top:65px;
}
.job_list dl dd .cont .txt3 a{
    color: #023a8c;
}
.job_list dl.cur dt{
    background:#023a8c;
    color: #fff;
}
.job_list dl.cur dd{
    display: block;
}
@media(max-width: 1600px){
    .mess_t h2{
        font-size:32px;
    }
    .mess_t p{
        font-size:15px;
    }
    .n_contact_l .text{
        font-size:15px;
        margin-top: 30px;
    }
    .n_contact_l .text strong{
        width:75px;
    }
    .n_contact_l .text em {
        width: calc(100% - 75px);
    }
    .c_code{
        margin-top:40px;
    }
    #c2 ul li{
        margin-top:30px;
        padding-bottom:5px;
    }
    #c2 ul li .p1{
        margin-bottom:12px;
    }
    #c2 ul li input{
        font-size:15px;
        line-height:40px;
    }
    #c2 ul li textarea{
        font-size:15px;
        line-height:40px;
        height:80px;
    }
    .c_t2{
        font-size:32px;
    }
    .contact_list dl{
        margin-bottom:50px;
        width:26%;
        margin-right:11%;
    }
    .contact_list dl dt{
        font-size:20px;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .contact2 p{
        font-size:15px;
    }
    .map1{
        height:450px;
        overflow:hidden;
    }
    .job{
        padding:88px 0;
    }
    .c_t1{
        font-size:32px;
    }
    .job_t{
        padding:0 60px;
        height:55px;
    }
    .job_t p{
        font-size:16px;
    }
    .job_list dl dt{
        padding:0 60px;
        height:55px;
    }
    .job_list dl dt p{
        font-size:15px;
    }
    .job_list dl dd {
        padding: 40px 60px 35px;
        font-size: 14px;
    }
    .job_list dl dd .cont .txt3{
        margin-top:40px;
    }
}
@media(max-width: 1280px){
    .n_contact{
        padding:70px 0;
    }
    .n_contact_l{
        width:38%;
    }
    .mess_t h2{
        font-size:28px;
    }
    .mess_t p{
        font-size:14px;
        margin-top: 5px;
    }
    .contact2{
        padding:70px 0 30px;
    }
    .contact_list{
        margin-top:60px;
    }
    .job{
        padding:70px 0;
    }
    .c_t1{
        font-size:28px;
    }
    .job_t,.job_list dl dt{
        padding:0 30px;
    }
    .job_list dl dd{
        padding:30px 30px 35px;
    }
    .job_list dl dd .cont .txt3{
        margin-top:25px;
    }
    .job_list dl dd .cont .txt p.p1{
        font-size:15px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 820px){
    .n_contact{
        padding:55px 0;
    }  
    .mess_t h2{
        font-size:24px;
    }
    .n_contact_l{
        width:42%;
    }
    .contact2 {
        padding: 50px 0 20px;
    }
    .c_t2 {
        font-size: 26px;
    }
    .contact_list{
        margin-top:45px;
    }
    .contact_list dl{
        margin-bottom:35px;
        width:45%;
        margin-right:10%;
    }
    .contact_list dl:nth-child(3n) {
        margin-right: 10%;
    }
    .contact_list dl:nth-child(2n) {
        margin-right: 0;
    }
    .contact_list dl dt {
        font-size: 18px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .contact2 p {
        font-size: 14px;
    }
    .map1{
        height:350px;
    }
    .job{
        padding:55px 0;
    }
    .c_t1{
        font-size:24px;
    }
    .job_t{
        margin-top:30px;
    }
}
@media(max-width: 640px){
    .n_contact{
        padding:35px 0;
    }
    .mess_t h2{
        font-size:22px;
    }
    .n_contact_l{
        width:100%;
    }
    #c2{
        width:100%;
        margin-top:35px;
    }
    #c2 button{
        width: 120px;
        height: 45px;
        font-size: 15px;   
        margin-top: 30px;
    }
    .c_t2 {
        font-size: 22px;
    }
    .contact_list dl{
        width:100%;
        margin-right:0!important;
    }
    .contact_list dl dt{
        font-size:17px;
    }
    .map1{
        height:220px;
    }
    .job{
        padding:35px 0;
    }
    .c_t1{
        font-size:22px;
    }
    .job_t,.job_list dl dt{
        padding: 0 20px;
        height: 50px;
    }
    .job_t p,.job_list dl dt p{
        width: calc(50% - 30px);
    }
    .job_t p:last-child,.job_list dl dt p:last-child{
        width: 60px;
    }
    .job_t p:nth-child(2),.job_list dl dt p:nth-child(2),.job_t p:nth-child(3),.job_list dl dt p:nth-child(3){
        display:none;
    }
    .job_list dl dd {
        padding: 20px 20px;
    }
    .job_list dl dd .cont .txt{
        width:100%;
    }
    .job_list dl dd .cont .txt2{
        margin-top:20px;
    }
    .job_list dl dd .cont .txt p.p1{
        margin-bottom:6px;
    }
}

/*服务领域*/
.service_tab{
    display: none;
}
.service_tab.cur{
    display: block;
}
@media(max-width:1600px){
    
}

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: #000;    
}
.page a{
    font-size: 14px;
    color: #000;    
}
@media(max-width: 1600px){
    .page{
        padding-top:20px;
        margin-top:30px;
    }
    .page p{
        font-size:15px;
    }
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
    .page {
        padding-top: 10px;
        margin-top: 15px;
    }
    .page p{
        max-width:100%;
        width:100%;
        font-size:14px;
    }
}

.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:#144a90;color:#fff; text-decoration:none;border:#144a90 1px solid;}
.pageController .currPage {background-color: #144a90;color:#fff;border:#144a90 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: #144a90;
    vertical-align: middle;
    border: 1px solid #144a90; 
    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: #144a90;
    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;
    }
    footer{
        margin-bottom:56px;
    }
}


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