﻿/*头部样式*/
.head{
    border-bottom: 1px solid #dadada;
    padding:15px 0;
}
.container{
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}
.logo{
    float: left;
}
.logo a{
    display: flex;
}
.logo_text{
    display: flex;
    flex-direction: column;
    justify-content: center;    
    /*text-align: center;*/
    padding-left: 22px;
    background: url(../images/line3.png) no-repeat left center;
    margin-left: 22px;
}
.logo_text p{
    color: #4c4c4c;
    font-size: 16px;    

}
.logo_text strong{
    color: #247fa2;
    font-size: 26px;
    line-height: 1.2em;
    display: block;
}
.h_code{
    float: right;

}
.h_tel{
    float: right;
    padding-top:10px;
    margin-right: 42px;
}
.h_tel p{
    font-size:14px;
    color: #808080;
    padding-left: 35px;
}
.h_tel p strong{
    font-size:26px;
    color: #247fa2;
    line-height: 1.6em;
}
.h_tel p:nth-child(1){
    background:url(../images/h_icon1.png) no-repeat left center;
}
.h_tel p:nth-child(2){
    background:url(../images/h_icon2.png) no-repeat left center;
}

.head_top{
    position: absolute;
    top: 0;
    z-index: -999999;
    opacity: 0;
}
.heada{
    text-align: right;
    line-height: 2em;
/*    display: none;*/
}
.heada a{
    font-size: 14px;
    color: #333;
    margin:0 10px;
}
.search{
/*    display: none;*/
}
#formsearch{

}
#keyword{
    float: left;
}
.s_btn{
    float: right;
}
.hotSearch{

}
.hotSearch a{

}

nav{
    
}
.nav{
    display: flex;
    flex-wrap: wrap;
}
.nav li{
    float: left;
    width: 11.111%;
    position: relative;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #1a1a1a;
    text-align: center;
    line-height: 60px;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:60px;
    left:0px;
    z-index: 999;
    background-color: #247fa2;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
    padding:5px 0;
}
.nav li:hover a{
    background:#247fa2;
    color: #fff;
}
.nav li a.on{
    background:#247fa2;
    color: #fff;    
}
.nav li .b_nav a:hover{
    color: #000;
}

.menu-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #c52b31;*/
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #333;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 35px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #247fa2;
    text-align: center;
    position: absolute;
    left:0;
    top:72px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}

@media(max-width: 1600px){

}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .container{
        width: 96%;
    }
    .h_tel{
        padding-top:20px;
    }
    .h_tel p strong{
        font-size:22px;
    }
    .nav{
        width:100%;
    }
}
@media(max-width: 1024px){
    .nav li a{
        font-size:15px;
    } 
    .h_tel p strong {
        font-size: 20px;
    }  
    .logo_text{
        padding-left: 15px;
        margin-left: 15px;
    }
    .logo_text p{
        font-size: 14px;
    }
    .logo_text strong{
        font-size: 20px;
        line-height: 1.2em;
    }
}
@media(max-width: 950px){
    .h_code{
        display: none;
    }
    .h_tel{
        margin-right:0;
    }
    .nav li a {
        font-size: 14px;
    }
}
@media(max-width: 810px){
    .nav li a {
        font-size: 13px;
    }    
}
@media(max-width: 768px){
    .nav li{
        width: 20%;
    }
    .nav li a{
        line-height: 40px;
    }
}
@media(max-width: 767px){
    .head{
        padding:10px 0;
    }
    .h_tel,.nav{
        display: none;
    }
    .logo{
        width: 85%;
        float: none;
    }
    .logo img{
        max-height:46px;
    }
    /*.logo_text{*/
    /*    display:none;*/
    /*}*/
    .logo_text p:nth-child(2){
        display:none;
    }
    .logo_text p strong{
        font-size:14px;
    }
    .menu-button{
        top:12px;
        display: block;
    }
    .mobileNav{
        top:60px;
    }
}


/*banner*/
#swiper-container1{

}
#swiper-container1 .swiper-slide{

}

.c-banner1 .c-dot {
    position: absolute;
    bottom: 56px;
    left: 0;
    width: 100%;
}
.c-banner1 .swiper-pagination{
    position: relative;
/*    text-align: left;*/
}

.c-banner1 .loading {
    margin: 0 5px;
    width: 38px;
    height: 38px;
    position: relative;
    border: 4px solid transparent;
    background: transparent;
    opacity: 1;
}
.loading.swiper-pagination-bullet-active {
    border-color: rgba(255,255,255,.2);
}
.loading.swiper-pagination-bullet .c-progress {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    left: 11px;
    top: 11px;
    line-height: 120px;
    text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
    background-color: #fe0000;
}
.loading .yqs{
    position: absolute;
    top: -4px;
    left: -4px;
    width: 38px;
    height: 38px;
    opacity: 0;
    transform-origin: right center;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    animation-duration: 3.9s;
    animation-timing-function: linear;
    animation-name: spin-left;
    border: 4px solid #fff;
    border-radius: 50%;
}
/*.loading.swiper-pagination-bullet-active .yqs{
    opacity: 1;
}*/

.loading .left,
.loading .right {
    opacity: 0;
  width: 19px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  left: -4px;
    top: -4px;
    overflow: hidden;
}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
    opacity: 1;
}
.loading .right {
    left: auto;
    right: -4px;
    top: -4px;
}
.loading .left:after,
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    width: 15px;
    height: 30px;
    border: 4px solid #fff;
    border-radius: 19px 0 0 19px;
    border-right: 0;
}
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 19px 19px 0;
    border: 4px 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.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}

.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 4.9s;
  /* 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); 
  }
}
@media(max-width: 1259px){
    .c-banner1 .c-dot{
        bottom:30px;
    }
}
@media(max-width: 1024px){

    .c-banner1 .c-dot{
        bottom:10px;
    }
}
@media(max-width: 767px){

}

.ht1{
    background:url(../images/wenti.jpg) no-repeat center;
    width: 100%;
    height: 600px;
}
.ht1 a{
    display: block;
}
.index1{
    padding:100px 0 50px;
    background:url(../images/bg1.jpg) no-repeat center;
}
.index_title1{
    text-align: center;
}
.index_title1 h2{
    font-size:38px;
    color: #343434;
    line-height: 1em;
    margin-bottom:5px;
    display: inline-block;
    position: relative;
}
.index_title1 h2:before{
    content:'';
    position: absolute;
    top:50%;
    left:-95px;
    width: 62px;
    height: 19px;
    margin-top:-9.5px;
    background:url(../images/l_t1.png) no-repeat center;
}
.index_title1 h2:after{
    content:'';
    position: absolute;
    top:50%;
    right:-95px;
    width: 62px;
    height: 19px;
    margin-top:-9.5px;
    background:url(../images/r_t1.png) no-repeat center;
}
.index_title1 h2 span{
    color: #247fa2;
}
.index_title1 p{
    font-size:12px;
    color: #999999;
    text-transform: uppercase;
    padding-top:5px;
}
.index1 .text{
    display: flex;
    flex-wrap: wrap;
    margin-top:55px;
    margin-bottom:40px;
}
.index1 .text p{
    width: 25%;
    margin:12px 0;
}
.index1 .text p a{
    font-size:16px;
    padding-left: 22px;
    background:url(../images/t_icon1.png) no-repeat left center;
}
.c-banner2{

}
.c-banner2 .swiper-slide{
    text-align: center;
}
.c-banner2 .swiper-slide p{
    font-size:14px;
    color: #333;
    padding-top:10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media(max-width: 1440px){
    .index_title1 h2{
        font-size:30px;
    }
    .index_title1 h2:before{
        left: -80px;
    }
    .index_title1 h2:after{
        right: -80px;
    }
}
@media(max-width: 1259px){
    .index1 .text{
        margin: 40px 0 30px;
    }
    .ht1{
        background-size:contain;
        height:350px;
    }
}
@media(max-width: 1024px){
    .index1{
        padding:50px 0;
    }
    .index_title1 h2{
        font-size:24px;
    }
    .index_title1 p{
        padding-top:0;
    }
    .index1 .text {
        margin: 10px 0;
    }
    .ht1{
        background-size:contain;
        height:320px;
    }
}
@media(max-width: 900px){
    .index1 .text p{
        width: 33.3333%;
        margin:10px 0;
    }
}
@media(max-width: 768px){
    .index1 {
        padding: 30px 0;
    }
    .index1 .text p{
        width: 50%;
        margin:6px 0;
    }
    .ht1{
        background-size:contain;
        height:240px;
    }
}
@media(max-width: 767px){
    .index_title1 h2:after,.index_title1 h2:before{
        display: none;
    }
    .index_title1 h2{
        font-size:22px;
    }
    .index1 .text p{
        width: 50%;
        margin:10px 0;
        margin:3px 0;
    }
    .index1 .text p a{
        font-size:12px;
        padding-left: 15px;
    }
    .c-banner2 .swiper-slide p{
        font-size:12px;
    }
}


.index2{
    padding:85px 0 105px;
}
.index2 .text{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top:1px solid #d7e0ef;
    margin-top:50px;
}
.index2 .text p{
    margin:0 40px;
    display: inline-block;
    position: relative;
    padding:25px 0;
}
.index2 .text p:before{
    content:'';
    position: absolute;
    top:-1px;
    left:0;
    width: 100%;
    height: 3px;
    background:#247fa2;
    opacity: 0;
}
.index2 .text p a{
    font-size:18px;
    color: #333;
    background:url(../images/quan1.png) no-repeat left center;
    padding-left: 15px;
}
.index2 .text p:hover:before{
    opacity: 1;
}
.index2 .text p:hover a{
    background:url(../images/quan1_h.png) no-repeat left center; 
    color: #247fa2;   
}
.index2 .img{
    display: flex;
    flex-wrap: wrap;
}
.index2 .img li{
    width: 20.5%;
    margin-left: 1%;

}
.index2 .img li img.img1{
    height:600px;
}
.index2 .img li:nth-child(1){
    width: 35.5%;
    margin-left: 0%;
}
.index2 .img li:nth-child(1) .text2{
    display: none;
    opacity: 0;
}
.index2 .img li a{
    display: block;
    overflow:hidden;
    position: relative;
    height: 100%;
}
.index2 .img li .text2{
    text-align: center;
    position: absolute;
    top:calc(100% - 80px);
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(36,127,162,.8);
    transition: all 0.5s ease-out;
}
.index2 .img li .text2 .jia1{
    display: none;
}
.index2 .img li h3{
    line-height: 80px;
    color: #fff;
    font-size:20px;
    font-weight: normal;
}
.index2 .img li a:hover .text2{
    top:0;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    transition: all 0.5s;

}
.index2 .img li a:hover .text2 .jia1{
    display: block;
}
@media(max-width: 1600px){
    .index2 .img li img.img1 {
        height: 480px;
    }    
}
@media(max-width: 1440px){
    .index2 .text p a{
        font-size:17px;
    } 
    .index2 .img li img.img1 {
        height: 465px;
    }
}
@media(max-width: 1259px){
    .index2 .text p{
        padding:15px 0;
        margin:0 20px;
    }  
    .index2 .img li img.img1 {
        height: 400px;
    }
}
@media(max-width: 1024px){
    .index2 {
        padding: 50px 0;
    }
    .index2 .text p a{
        font-size:16px;
    }
    .index2 .img li h3{
        line-height: 50px;
        font-size:18px;
    }
    .index2 .img li .text2{
        top: calc(100% - 50px);
    }
    .index2 .img li img.img1 {
        height: 340px;
    }
}
@media(max-width: 768px){
    .index2 .text{
        margin-top:20px;
    }
    .index2 .text p {
        padding: 12px 0;
        margin: 0 15px;
    }
    .index2 .img li img.img1 {
        height: 250px;
    }
}
@media(max-width: 767px){
    .index2 .text {
        margin-top: 15px;
    }
    .index2 .text p {
        padding: 10px 0;
        margin: 0 8px;
    }
    .index2 .img li{
        width: 32%;
        margin-left: 2%;
    }
    .index2 .img li:nth-child(1){
        display: none;
    }
    .index2 .img li:nth-child(2){
        margin-left: 0;
    }
    .index2 .img li h3 {
        line-height: 40px;
        font-size: 16px;
    }
    .index2 .img li .text2 {
        top: calc(100% - 40px);
    }
    .index2 .img li img.img1 {
        height: auto;
    }
}


.index3{
    background:url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
}
.index3 .cont{

}
.index3_l{
    padding:80px 0;
    width: 46%;
    max-width: 805px;
    position: relative;
    left:11%;
    float:left;
}
.index3_l h3{
    height: 78px;
    line-height: 78px;
    font-size: 32px;
    text-align: center;
    background:url(../images/t_bg1.png) no-repeat center 0;
    background-size: 100% 78px;
    margin-bottom: 68px;
    white-space: nowrap;
    overflow:hidden;
}
    .tab1 img{
       height: 766px;
    }
.index3_l h3 b{
    display: inline-block;
    width: 39%;
    float: left;
    color: #333;
}
.index3_l h3 span{
    display: inline-block;
    width: 20%;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    box-sizing:border-box;
    float:left;
}
.index3_l h3 span:nth-child(3),.index3_l h3 span:nth-child(4){
    padding-left:40px;
}
.tab1li{

}
.tab1li ul{
    display: flex;
    flex-wrap: wrap;
}
.tab1li ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom:50px;
    text-align:center;
}
.tab1li ul li:nth-child(3n){
    margin-right: 0;
}
.tab1li ul li .img{
    width: 80px;
    height: 79px;
    margin:0 auto;
}
.tab1li ul li p{
    max-width: 130px;
    margin:15px auto 0;
    font-size:16px;
    color: #4c4c4c;
    line-height: 1.6em;
}
.tab1li ul li.on p{
    color:#247fa2;
}
.tab1li ul li:nth-child(1) .img{
    background:url(../images/tl_icon1.png) no-repeat center;
}
.tab1li ul li:nth-child(2) .img{
    background:url(../images/tl_icon2.png) no-repeat center;
}
.tab1li ul li:nth-child(3) .img{
    background:url(../images/tl_icon3.png) no-repeat center;
}
.tab1li ul li:nth-child(4) .img{
    background:url(../images/tl_icon4.png) no-repeat center;
}
.tab1li ul li:nth-child(5) .img{
    background:url(../images/tl_icon5.png) no-repeat center;
}
.tab1li ul li:nth-child(6) .img{
    background:url(../images/tl_icon6.png) no-repeat center;
}

.tab1li ul li:nth-child(1):hover .img{
    background:url(../images/tl_icon1_h.png) no-repeat center;
}
.tab1li ul li:nth-child(2):hover .img{
    background:url(../images/tl_icon2_h.png) no-repeat center;
}
.tab1li ul li:nth-child(3):hover .img{
    background:url(../images/tl_icon3_h.png) no-repeat center;
}
.tab1li ul li:nth-child(4):hover .img{
    background:url(../images/tl_icon4_h.png) no-repeat center;
}
.tab1li ul li:nth-child(5):hover .img{
    background:url(../images/tl_icon5_h.png) no-repeat center;
}
.tab1li ul li:nth-child(6):hover .img{
    background:url(../images/tl_icon6_h.png) no-repeat center;
}
.index3_tel{
    padding:0 70px;
}
.index3_tel_l{
    font-size:30px;
    color: #333;
    float:left;
    padding-left: 105px;
    background:url(../images/tel1.png) no-repeat 28px center;
    font-weight: bold;
    line-height: 1.2em;
}
.index3_tel a{
    display: block;
    width: 210px;
    line-height: 60px;
    height: 60px;
    background:#fe0000;
    font-size:16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    float:right;
    border-radius: 35px;
    margin-top: 6px;
}
.index3_r{
    width: 43%;
    text-align:right;
    float:right;
}
.tab1{
    display: none;
}
@media(max-width: 1600px){
    .index3_l h3 {
    height: 78px;
    line-height: 78px;
    font-size: 32px;
    background-size: 100% 78px;
    margin-bottom: 50px;
}
.tab1li ul li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 20px;
    text-align: center;
}
    .index3_l h3 b{
        font-size:26px;
    }
    .index3_tel {
    padding: 0 50px;
    margin-top: 30px;
}
.index3_l {
    padding: 66px 0;
    width: 46%;
    max-width: 805px;
    position: relative;
    left: 11%;
    float: left;
}
    .index3_l h3 span{
        font-size:18px;
    }
    .tab1 img{
       height: 688px;
    }
}
@media(max-width: 1440px){
        .index3_l h3 {
    height: 73px;
    line-height: 73px;
    font-size: 32px;
    background-size: 100% 73px;
    margin-bottom: 56px;
}
.tab1li ul li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 20px;
    text-align: center;
}
    .index3_l h3 b{
        font-size:26px;
    }
.index3_l {
    padding: 66px 0;
    width: 46%;
    max-width: 805px;
    position: relative;
    left: 11%;
    float: left;
}
    .index3_l h3 span{
        font-size:18px;
    }
    .tab1 img{
           height: 630px;
    }
    .tab1li ul li p {

    font-size: 14px;
    line-height: 1.4em;
}
    .index3_l{
        padding:50px 0;
    }
    .index3_l h3 b{
        font-size:24px;
    }
    .index3_l h3 span{
        font-size:17px;
    }
    .index3_tel {
        padding: 0 30px;
         margin-top: 30px;
    }
    .index3_tel_l{
        font-size:24px;
    }
    .index3_tel a{
        width: 160px;
        line-height: 50px;
        height: 50px;
    }
}
@media(max-width: 1259px){
    .index3_l{
        left:2%;
        width: 55%;
        padding: 0px 0;
    }
    .tab1li ul li{
        margin-bottom:30px;
    }

}
@media(max-width: 1024px){
    .index3_l h3 b{
        font-size:20px;
    }
    .index3_l h3 span{
        font-size:16px;
    }
}
@media(max-width: 900px){
    .index3_tel {
        padding: 0 0px;
    }
    .index3_tel_l{
        font-size: 22px;
        background-size: 30px;
        padding-left: 68px;
    }
    .index3_tel a {
        width: 120px;
        line-height: 40px;
        height: 40px;
    }
}
@media(max-width: 768px){
    .tab1li {
    margin: 44px 0;
}
.tab1 img {
     height: 400px; 
}
    .index3_l{

    }
    .index3_l h3{
        margin-bottom: 20px;
    }
    .index3_l h3 b{
        font-size:18px;
    }
    .index3_l h3 span {
        font-size: 14px;
    }
    .index3_l h3 span:nth-child(3), .index3_l h3 span:nth-child(4) {
        padding-left: 25px;
    }
    .tab1li ul li p{
        font-size:14px;
    }

}
@media(max-width: 767px){
    .index3_l,.index3_r{
        width: 100%;
        left:0;
        padding:0 2%;
    }
    .index3_l h3{
        display: none;
    }
    .tab1li ul li {
/*        width: 49%;
        margin-right: 2%;*/
        margin-bottom:10px;
    }
/*    .tab1li ul li:nth-child(3n) {
        margin-right: 2%;
    }
    .tab1li ul li:nth-child(2n) {
        margin-right: 0;
    }*/
    .tab1li ul li p{
        font-size:12px;
        margin-top:5px;
    }
    .index3_tel{
        display: none;
    }
}



.index4{
    padding:118px 0 85px;
    background:url(../images/bg3.jpg) no-repeat bottom center;
}
.index_title1 p.p1{
    font-size:16px;
}
.hy_case{
    display: flex;
    flex-wrap: wrap;
    margin:60px 0 40px;
}
.hy_case li{
    width: 12.5%;
    text-align: center;
}
.hy_case li .img{
    width: 57px;
    height:49px;
    margin:0 auto;
}
.hy_case li p{
    font-size:16px;
    padding-top:10px;
    line-height: 1.6em;
}
.hy_case li:nth-child(1) .img{
    background:url(../images/case_icon1.png) no-repeat center;
}
.hy_case li:nth-child(2) .img{
    background:url(../images/case_icon2.png) no-repeat center;
}
.hy_case li:nth-child(3) .img{
    background:url(../images/case_icon3.png) no-repeat center;
}
.hy_case li:nth-child(4) .img{
    background:url(../images/case_icon4.png) no-repeat center;
}
.hy_case li:nth-child(5) .img{
    background:url(../images/case_icon5.png) no-repeat center;
}
.hy_case li:nth-child(6) .img{
    background:url(../images/case_icon6.png) no-repeat center;
}
.hy_case li:nth-child(7) .img{
    background:url(../images/case_icon7.png) no-repeat center;
}
.hy_case li:nth-child(8) .img{
    background:url(../images/case_icon8.png) no-repeat center;
}
.hy_case li.on p{
    color:#247fa2;
    font-weight: bold;

}
.swiper-container{
    width: 100%;
}
.hy_case_cont{
    position: relative;
    height: 470px;
    margin-bottom:60px;
    width: 100%;
}
.hy_case_tab{
    z-index: -99;
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    width: 100%;
}
.hy_case_tab.on{
    z-index: 9;
    opacity: 1;
}
.hy_case_tab .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    background:#f0f0f0;
}
.hy_case_tab .swiper-slide .img{
    width: 60%;
}
.hy_case_tab .swiper-slide .text{
    width: 40%; 
    color: #333333;   
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    padding:0 5%;
}
.hy_case_tab .swiper-slide .text h3{
    font-size:22px;
    margin-bottom:10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.hy_case_tab .swiper-slide .text p{
    font-size:14px;
    opacity: .7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.hy_case_tab .swiper-slide .text a{
    display: block;
    width: 130px;
    line-height: 42px;
    background:#fe0000;
    border-radius: 25px;
    font-size:14px;
    color: #fff;
    text-align: center;
    margin-top:50px;
}

.swiper-prev1{
    position: absolute;
    left:-124px;
    top:50%;
    margin-top:-35px;
    background:url(../images/left2.png) no-repeat;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
}
.swiper-prev1:hover{
    background:url(../images/left1_h.png) no-repeat!important;
}
.swiper-next1{
    position: absolute;
    right:-124px;
    top:50%;
    margin-top:-35px;
    background:url(../images/right2.png) no-repeat;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
}
.swiper-next1:hover{
    background:url(../images/right1_h.png) no-repeat!important;
}
@media(max-width: 1440px){
    .swiper-prev1{
        left: -110px;
    }
    .swiper-next1{
        right: -110px;
    }

}
@media(max-width: 1259px){
    .hy_case_tab .swiper-slide .text{
        padding:0 3%;
    }
    .hy_case_tab .swiper-slide .text h3{
        font-size:20px;
    }    
    .swiper-prev1,.swiper-next1{
        display: none;
    }
    .index_title1 p.p1{
        font-size:14px;
    }
}
@media(max-width: 1024px){
    .index4{
        padding:60px 0 40px;
    }
    .hy_case {
        margin: 40px 0 20px;
    }
    .hy_case li p{
        font-size:14px;
    }
    .hy_case_tab .swiper-slide .text a{
        margin-top:20px;
    }
    .hy_case_cont{
        height: 350px;
    }
    .index_title1 p.p1{
        font-size:12px;
    }
}
@media(max-width: 768px){
    .hy_case_tab .swiper-slide .text h3{
        font-size:18px;
    }
    .hy_case_cont {
        height: 245px;
    }
}
@media(max-width: 767px){
    .hy_case {
        margin: 20px 0 ;
    }
    .hy_case li{
        width: 25%;
        margin-bottom:12px;
    }
    .hy_case li .img{
        width:25px;
        height:30px;
        background-size:contain!important;
    }
    .hy_case li p{
        padding-top:5px;
    }
    .hy_case_cont{
        height: 500px;
    }
    .hy_case_tab .swiper-slide .img{
        width: 100%;
    }
    .hy_case_tab .swiper-slide .text{
        width: 100%;
        padding:15px 10px;
    }
    .hy_case_tab .swiper-slide .text h3{
        font-size:17px;
    }
}


.index5{
    padding:118px 0 0px;
    background:url(../images/bg4.jpg) no-repeat top center;
}
.index5 .index_title1 h2,.index5 .index_title1 p{
    color: #fff;
}
.index5 .index_title1 h2:before{
    background: url(../images/l_t2.png) no-repeat center;
}
.index5 .index_title1 h2:after{
    background: url(../images/r_t2.png) no-repeat center;
}
.index5_content{
    background:#fff;
    padding:45px 20px;
    margin-top:40px;
}
.sort2{
    display: flex;
    flex-wrap: wrap;
    padding:0 5%;
}
.sort2 li{
    width: 32%;
    margin-right: 2%;
    margin-bottom:15px;
}
.sort2 li:nth-child(3n){
    margin-right: 0;
}
.sort2 li a{
    font-size:18px;
    color: #333;
    padding-left: 20px;
    background:url(../images/quan1.png) no-repeat left center;
}
.sort2 li a:hover{
    font-weight: bold;
    color: #247fa2;
    background:url(../images/quan1_h.png) no-repeat left center;
}
.jj_case{
    position: relative;
    margin-top:20px;
}
.jj_case .swiper-prev1{
    background: url(../images/left1.png) no-repeat;
    margin-top:-80px;
}
.jj_case .swiper-next1{
    background: url(../images/right1.png) no-repeat;
    margin-top:-80px;
}
.c-banner4 .swiper-slide{

    padding:10px;
}
.c-banner4 .swiper-slide a{
    display: block;
    box-shadow: 0px 0px 10px #ccc;
}
.c-banner4 .swiper-slide .text{
    padding:26px 30px 30px;
}
.c-banner4 .swiper-slide .text h3{
    font-size:22px;
    color: #333;
}
.c-banner4 .swiper-slide .text p{
    font-size:14px;
    color: #808080;
    margin:10px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.c-banner4 .swiper-slide .text span{

}
@media(max-width: 1440px){
    .index5{
        padding: 118px 0 0px;
    }
    .sort2 li a{
        font-size:17px;
    }
    .c-banner4 .swiper-slide .text {
        padding: 20px 20px 30px;
    }
    .c-banner4 .swiper-slide .text h3{
        font-size:18px;
    }  
    .c-banner4 .swiper-slide .text p{
        margin:0 0 15px;
    }  
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .index5{
        padding:60px 0 0px;
    }
    .index5_content {
        padding: 30px 15px;
        margin-top: 20px;
    }
    .sort2{
        padding:0;
    }
    .sort2 li{
        margin-bottom:10px;
    }
    .c-banner4 .swiper-slide .text h3{
        font-size:17px;
    }
}
@media(max-width: 768px){
    .sort2 li a{
        font-size:16px;
    }
    .index5_content {
        padding: 20px 10px;
        margin-top: 20px;
    }
}
@media(max-width: 767px){
    .index5 {
        padding: 30px 0 10px;
    }
    .sort2 li {
        width: 50%;
        margin-right: 0;
        margin-bottom: 3px;
    }  
    .sort2 li a{
        font-size:12px;
        padding-left:12px;
    }
    .jj_case{
        margin-top:10px;
    }
    .c-banner4 .swiper-slide .text{
        padding: 10px 15px 20px;
    }
}



.index6{
    padding:92px 0 85px;
    width: 100%;
    overflow: hidden;
}
.index6 .gallery-thumbs{
    height: 105px;
    background: #fff;
    border-radius: 100px;
    margin: 40px auto 30px;
    box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);
}
.index6 .gallery-thumbs .swiper-slide{
    font-size: 22px;
    color: #333;
    height: 85px;
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 1;
    padding:30px 0 0 30px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.index6 .gallery-thumbs .swiper-slide:after{
    content: "";
    width: 1px;
    height: 72px;
    background: #e0e0e0;
    position: absolute;
    top: 18px;
    left: 0;
    z-index: -2;
}
.index6 .gallery-thumbs .swiper-slide em{
    font-style: normal;
    width:48px;
    height:48px;
    display: block;
    line-height: 0;
    overflow: hidden;
    float: left;
}
.index6 .gallery-thumbs .swiper-slide em img{
    width: 48px;
    height: 96px;
    -webkit-transition:all .5s;
    transition:all .5s;
}
.index6 .gallery-thumbs .swiper-slide span{
    display: block;
    float: left;
    font-weight: bold;
    line-height: 26px;
    padding-left: 10px;
}
.index6 .gallery-thumbs .swiper-slide i{
    font-style: normal;
    display: block;
    font-size: 12px;
    color: #d6d6d6;
    text-transform: uppercase; 
    font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.index6 .gallery-thumbs .swiper-slide-thumb-active,.index6 .gallery-thumbs .my-slide-thumb-active{
    color: #fff;
}
.index6 .gallery-thumbs .swiper-slide-thumb-active i,.index6 .gallery-thumbs .my-slide-thumb-active i{
    color: #fff;
}
.index6 .gallery-thumbs .swiper-slide-thumb-active em img,.index6 .gallery-thumbs .my-slide-thumb-active em img{
    margin-top: -48px;
}
.index6 .gallery-thumbs .swiper-slide:first-child:after{
    background: none;
}
.index6 .gallery-thumbs .swiper-slide:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      right: 100%;
      top: 0;
      background: #fe0000;
      height: 105px;
      -webkit-transition-property: right;
      transition-property: right;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
    }
.index6 .gallery-thumbs .swiper-slide:hover:before, .index6 .gallery-thumbs .swiper-slide:focus:before, 
.index6 .gallery-thumbs .swiper-slide:active:before,.index6 .gallery-thumbs .swiper-slide-thumb-active:before,
.index6 .gallery-thumbs .my-slide-thumb-active:before{
    right: 0;
}
.index6 .gallery-thumbs .swiper-slide:first-child,.index6 .gallery-thumbs .swiper-slide:first-child:before{
    border-radius: 100px 0 0 100px;
}
.index6 .gallery-thumbs .swiper-slide.nobor,.index6 .gallery-thumbs .swiper-slide.nobor:before{
    border-radius: 0 100px 100px 0;
}
.index6 .gallery-thumbs .swiper-slide:hover{
    color: #fff;
}
.index6 .gallery-thumbs .swiper-slide:hover i{
    color: #fff;
}
.index6 .gallery-thumbs .swiper-slide:hover em img{
    margin-top: -48px;
}
.index6 .gallery-top{
    overflow: visible;
}


.index6 .gallery-top .swiper-slide{
    position: relative;
}
.index6 .gallery-top .swiper-slide:before{
    content:'';
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 600px; 
    background: #000; 
    filter: alpha(opacity=50); 
    opacity: 0.5; 
}
.index6 .gallery-top .swiper-slide-active:before{
    display: none;
}
.index6 .gallery-top .swiper-slide dt{
    line-height: 0;
    overflow: hidden;
}
.index6 .gallery-top .swiper-slide dt img{

}
.index6 .gallery-top .swiper-slide dd{
    max-width: 608px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(36,127,162,0.9);
    padding: 38px 50px 22px;
    display: none;
}
.index6 .gallery-top .swiper-slide dd h5{
    font-size: 36px;
    color: #fff;
    line-height: 1em;
}
.index6 .gallery-top .swiper-slide dd h4{
    font-size:16px;
    color: #fff;
    font-weight:normal;
    margin-top:10px;
}
.index6 .gallery-top .swiper-slide dd p{
    font-size: 14px;
    color: rgba(255,255,255,1);
    line-height: 24px;
    padding: 15px 0 0;
    overflow: hidden;
}
.index6 .gallery-top .swiper-slide dd span{
    display: block;
    font-size: 16px;
    color: #fff;
    margin: 20px 0 0;
    height: 30px;
    line-height: 30px;
}
.index6 .gallery-top .swiper-slide dd span b{
    font-size: 30px;
}
.index6 .gallery-top .swiper-slide dd span i{
    padding: 0 5px;
}
.index6 .gallery-top .swiper-slide-active dd{
    display: block;
}


@media(max-width: 1440px){
    .index6 {
        padding: 50px 0 85px;
    }    
    .index6 .gallery-top .swiper-slide dd h5{
        font-size:28px;
    }
}
@media(max-width: 1259px){
    .index6 .gallery-thumbs .swiper-slide{
        font-size:18px;
    }
    .index6 .gallery-top{
        overflow:hidden;
    }
    .index6 .gallery-top .swiper-slide dd{
        padding:20px;
    }
    .index6 .gallery-top .swiper-slide dd h5{
        font-size:24px;
    }
}
@media(max-width: 1024px){
    .index6 .gallery-thumbs{
        height: 80px;
    }
    .index6 .gallery-thumbs .swiper-slide{
        font-size:17px;
        height: 80px;
        padding:15px 0 0 12px;
    }
    .index6 .gallery-thumbs .swiper-slide:before{
        height: 80px;
    }
    .index6 .gallery-thumbs .swiper-slide:after{
        top:10px;
        height: 70px;
    }
    .index6 .gallery-thumbs .swiper-slide span{
        padding-left: 6px;
    }
}
@media(max-width: 768px){
    .index6{
        display: none;
    }
}
@media(max-width: 767px){
    
}




.index7{
    padding:52px 0;
/*    background:#f7f7f7;*/
}
.index7 .index_title1{
    margin-bottom:65px;
}
.index_news{
/*    display: flex;
    flex-wrap: wrap;*/
}
.index_news_l{
    width: 68.5%;
    float: left;
}
.index_news_title{
    font-size: 22px;
    color: #333;
    margin-bottom:30px;
    height: 42px;
    padding-left: 44px;
}
.index_news_title span{
    line-height: 1.6em;
    display: block;
    font-weight: bold;
    float: left;
}
.index_news_title a{
    display: block;
    width: 69px;
    line-height: 25px;
    font-size: 14px;
    color: #919191;
    text-align:center;
    background:url(../images/more3.png) no-repeat center;
    float: right;
}
.index_news_l .index_news_title{
    background:url(../images/t_bg2.png) no-repeat left top;
}
.index_news_r .index_news_title{
    background:url(../images/t_bg3.png) no-repeat left top;
}
.index_news_l_content{
    display: flex;
    flex-wrap: wrap;
}
.news_list1{
    width: 47%;
    background:#f3f3f3;
}
.news_list1 li{

}
.news_list1 li .img{

}
.news_list1 li .text{
    padding:25px 25px 40px;
}
.news_list1 li .text h3{
    font-size: 20px;
    color: #333;
    line-height:1em;
    margin-bottom:15px;
}
.news_list1 li .text p{
    font-size: 14px;
}
.news_list1 li .text .i_date{
/*    display: flex;
    justify-content: space-between;*/
    margin-top:20px;
}
.news_list1 li .text .i_date a{
    display: block;
    width: 148px;
    line-height: 38px;
    height: 38px;
    background:#fe0000;
    font-size: 16px;
    color: #fff;
    text-align:center;
    float: left;
    border-radius: 25px;
}
.news_list1 li .text .i_date a img{
    margin-right: 10px;
    margin-top:-3px;
}
.news_list1 li .text .i_date span{
    display: block;
    float: right;
    font-size: 18px;
    color: #b2b2b2;
}
.news_list2{
    width: 48%;
    margin-left:5%;
}
.news_list2 li{
    display: flex;
    padding:35px 0 25px;
    border-bottom: 1px solid #ccc;
}
.news_list2 li .i_date{
    width: 50px;
    font-size: 30px;
    font-family: 'Times New Roman';
    line-height: 1.2em;
    color: #333;
}
.news_list2 li a.img{
    display: none;
    max-width: 155px;
    width: 35%;
}
.news_list2 li .text{
    width: calc(100% - 50px);
    padding-left: 3%;
}
.news_list2 li .text h3 a{
    display: none;
    font-size: 18px;
    color: #333;
    line-height:1em;
    padding:5px 0 10px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list2 li .text p{
    line-height:1.8em;
    font-size:15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list2 li:first-child{
    padding:0px 0 25px;
}
.news_list2 li:first-child a.img{
    display: block;
}
.news_list2 li:first-child .text{
    width: 55%;
}
.news_list2 li:first-child .text h3 a{
   display: block;
}
.news_list2 li:last-child{
    border:none;
/*    padding-bottom: 0;*/
}
.news_list2 li:hover{
    padding: 10px 0;
}
.news_list2 li:hover a.img{
    display: block;
}
.news_list2 li:hover .text{
    width: 55%;
}
.news_list2 li:hover .text h3 a{
   display: block;
}
.news_list2 li:hover .text p{
    line-height:1.8em;
}
.news_list2 li:first-child:hover{
    padding:0px 0 25px;
}
.index_news_r{
    width: 27%;
/*    margin-left: 4.5%;*/
    float: right;
}
.cjwt_img{
    margin-bottom: 30px;
}
.news_list3 li a{
    display: flex;
    padding:35px 0 25px;
    border-top:1px dashed #ccc;
}
.news_list3 li .i_date{
    width: 10%;
    font-size: 30px;
    font-family: 'Times New Roman';
    line-height: 1.4em;
    color: #333;
}
.news_list3 li p{
    width: 90%;
    padding-left: 3%;
    font-size: 16px;
    color: #666;
    line-height:1.8em;
}
@media(max-width: 1560px){
    .index7{
        padding:30px 0 60px;
    }
    .index7 .index_title1 {
        margin-bottom: 40px;
    }
    .index_news_title{
        font-size: 20px;
    }
    .news_list1 li .text h3{
        font-size: 18px;
    }
    .news_list2 li .text h3 a{
        font-size: 16px;
        padding:5px 0;
    }
    .news_list3 li p{
        font-size: 14px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .index7 {
        padding: 40px 0;
    }
    .news_list1 li .text {
        padding: 15px 10px 20px;
    }
    .news_list1 li .text h3 {
        font-size: 16px;
        margin-bottom:5px;
    }
    .news_list1 li .text .i_date a {
        width: 120px;
        line-height: 32px;
        height: 32px;
        font-size: 14px;
    }
    .news_list1 li .text .i_date span{
        font-size: 14px;
    }

    .news_list2 li:first-child {
        padding: 0px 0 10px;
    }
    .news_list2 li{
        padding: 15px 0 10px;
    }
    .news_list2 li .i_date{
        font-size: 24px;
    }
    .news_list3 li a{
        padding: 20px 0 15px;
    }
    .news_list3 li a .i_date{
        font-size: 24px;
    }
}
@media(max-width: 768px){
    .index7 {
        padding: 20px 0 40px;
    }
    .index_news_l {
        width: 100%;
        float: none;
    }
    .index7 .index_title1 {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .index_news_r{
        display: none;
    }
    .news_list2 li:last-child{
        display: none;
    }
}
@media(max-width: 767px){
    .index7 {
        padding: 10px 0 20px;
    }
    .news_list1{
        width: 100%;
    }
    .news_list2{
        display: none;
    }
    .index_news_title {
        font-size: 18px;
    }
    .index_news_title span{
        margin-top: 2px;
    }
    .index_news_title a{
        margin-top:5px;
    }
}



.index8{
    padding:120px 0 0px;
    background:url(../images/bg5.jpg) no-repeat top center #f2f2f2;
}
.index8 .index_title1 h2,.index5 .index_title1 p{
    color: #fff;
}
.index8 .index_title1 h2:before{
    background: url(../images/l_t2.png) no-repeat center;
}
.index8 .index_title1 h2:after{
    background: url(../images/r_t2.png) no-repeat center;
}
.index8 .index_title1 p{
    color: #fff;
}
.index8 .text{
    color: #fff;
    text-align: center;
    font-size:16px;
    margin:50px 0 0;
}
.index8 .text a{
    display: block;
    width: 130px;
    line-height: 42px;
    background:#fe0000;
    border-radius: 25px;
    font-size:14px;
    color: #fff;
    font-weight: bold;
    margin:40px auto 65px;
}
.about_sort{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding:45px 0;
    box-shadow: 0px 0px 10px #eee;
}
.about_sort li{
    width: 25%;
}
.about_sort li:last-child{
    border:none;
}
.about_sort li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-right: 1px solid #e0e0e0;    
}
.about_sort li .img{
    width: 52px;
    height: 52px;
    overflow:hidden;
    position: relative;
}
.about_sort li .img img{
    position: absolute;
    top:0;
    left:0;
    -webkit-transition: all .5s;
    transition: all .5s;    
}
.about_sort li .text2{
    margin-left: 25px;
}
.about_sort li .text2 h4{
    font-size:20px;
    color: #3e3e3e;
    line-height: 1.4em;
}
.about_sort li .text2 p{
    font-size:14px;

}
.about_sort li:hover .img img{
    top:-52px; 
}
.about_sort li:hover .text2 h4{
    color: #247fa2;
}
.about_sort li:hover .text2 p{
    color: #247fa2;
}
@media(max-width: 1440px){
    .index8{
        padding:80px 0 0;
    }
    .index8 .text{
        font-size:15px;
        margin:30px 0 0;
    }
    .about_sort li .text2{
        margin-left: 20px;
    }
    .about_sort li .text2 h4{
        font-size:18px;
    }
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .index8 .text{
        font-size:14px;
    }
}
@media(max-width: 768px){
    .index8 {
        padding: 50px 0 0;
    }
    .index8 .text{
        margin-top:20px;
    }
    .index8 .text a {
        width: 120px;
        line-height: 40px;
        margin: 30px auto 30px;
    }
    .about_sort{
        padding: 25px 0;
    }
    .about_sort li .text2 {
        margin-left: 10px;
    }  
    .about_sort li .text2 h4 {
        font-size: 16px;
    }
    .about_sort li .text2 p {
        font-size: 12px;
    }  
}
@media(max-width: 767px){
    .index8 {
        padding: 30px 0 0;
    }
    .about_sort {
        padding: 5px 0;
    }
    .about_sort li{
        width: 50%;
        padding:7px 0;
    }
    .index8 .text {
        margin-top: 10px;
    }
    .index8 .text a{
        width: 110px;
    }
    .about_sort li a{
        justify-content:left;
        padding:0 10px;
    }
    .about_sort li .img{
        width:35px;
        height:35px;
    }
    .about_sort li:hover .img img{
        top:-35px; 
    }
}


/*页面底部*/

.footer {
    padding:65px 0 60px;
    background:#f2f2f2;
}
.foot1{
    border-top:2px solid #e6e6e6;
    padding:40px 0 35px;
}
.f_logo{
    width:30%;
    float:left;
}
.f_nav{
    width:62%;
    float:right;
    display: flex;
    flex-wrap: wrap;
}
.f_nav li{
    width: 18.4%;
    margin-right: 2%;
    margin-bottom:20px;
}
.f_nav li:nth-child(5n){
    margin-right: 0;
}
.f_nav li a{
    font-size:14px;
    color: #666;
    padding-left: 14px;
    background:url(../images/jt1.png) no-repeat left center;
}
.f_nav li a:hover{
    background:url(../images/jt1_h.png) no-repeat left center;
    color: #247fa2;
}
.nav_foot {
    text-align: center;
    line-height: 24px;
    color: #666;
}
.foot2{

}
.f_code{
    width:30%;
    float: left;
    display: flex;
}
.f_code li{
    text-align: center;
    max-width: 121px;
}
.f_code li:last-child{
    margin-left: 30px;

}
.f_contact{
    width:62%;
    float:right;
    display: flex;
    flex-wrap: wrap;
}
.f_contact li{
    width: 32%;
    margin-right: 2%;
    font-size:16px;
    color: #2d2d2d;
}
.f_contact li:nth-child(3n){
    margin-right: 0;
}
.f_contact li h4{
    font-size:16px;
    margin-bottom:5px;
}
.f_contact li h4 i{
    display: inline-block;
    margin-right: 13px;
    font-style: normal;
}
.f_contact li:nth-child(1) p{
    font-weight: bold;
}
.foot_bottom{
    background:#247fa2;
    color: #fff;
    padding:20px 0;
}
.copyright {
    max-width: 50%;
    float:left;
}
.f_link {
    max-width: 50%;
    float:right;
}
.f_link a{
    color: #b2b2b2;
}
.f_link a:hover{
    color: #fff;
}
@media(max-width: 1440px){
    .footer{
        padding:60px 0 40px;
    }
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .footer {
        padding: 30px 0 20px;
    }
    .foot1 {
        padding: 20px 0 15px;
    }
    .copyright,.f_link{
        float: none;
        max-width: 100%;
    }
}
@media(max-width: 900px){
    .f_nav li a {
        font-size: 12px;
        padding-left: 10px;
    }
}
@media(max-width: 768px){
    .f_contact li{
        font-size:15px;
    }
}
@media(max-width: 767px){
    .footer {
        padding: 10px 0 ;
    }
    .foot1,.foot2,.foot_bottom,.f_code{
        display: none;
    }
    .f_contact{
        width: 100%;
        float: none;
    }
    .f_contact li {
        width: 100%;
        margin-right: 0%;
    }
}



/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}
.m_content{
    display: none;
}

@media(max-width:767px){
    .m_content{
        display: block!important;
    } 
    .pc_content{
        display:none!important;
    }
}


/*------------内页-------------------*/
.n_banner {
    margin: 0 auto;
    width: 100%;
    position: relative;
    /*width: 1920px;*/
    /*position: relative;*/
    /*left: 50%;*/
    /*margin-left: -960px;*/
}
.pc_img{
    
}
.m_img{
    display: none;
}
.n_heng1{
    background-color: #f6f6f6;
    padding:22px 0;
}
.hotkeord{
    width: 50%;
    float: left;
    line-height: 40px;
}
.hotkeord strong{
    font-weight: normal;
    color: #4c4c4c;
}
.hotkeord a{
    margin-right: 5%;
    line-height: 40px;
    color: #808080;
}
#formsearch{
    float: right;
    background: #fff;
    border:1px solid #ebebeb;
    border-radius: 25px;
    display: flex;
}
#formsearch input{
    border: none;
    background: none;
    outline: none;
    color: #999;
}
#formsearch #keyword{
    width: 210px;
    text-indent: 20px;
}
#formsearch #s_btn{
    width: 50px;
    line-height: 38px;
    background: url(../images/ss.png) no-repeat center;
    cursor: pointer;
}
.site{
    line-height: 50px;
    border-bottom: 1px dashed #e0e0e0;
}
.sitemap{
    position: relative;
    padding-left: 20px;
}
.sitemap:before{
    content: '';
    position: absolute;
    top:15px;
    left:0;
    width: 10px;
    height: 20px;
    background-color: #fe0000;
}
#container{
    padding:40px 0;
}
.left {
    width: 240px;
    float: left;
}
.left .sort_menu {
    margin-bottom: 10px;
}

.left .sort_menu h3 {
    background-color: #247fa2;
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 1em;
    padding: 30px 0 20px 0;
}
.left .sort_menu h3 span{
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.sort{

}
.sort li a{
    font-size: 18px;
    color: #4e4e4e;
    display: block;
    /*text-align: center;*/
    text-indent: 25px;
    background:url(../images/jia.png) no-repeat 90% center #ececeb;
    border-top:1px solid #fff;
    line-height: 50px;
}
.sort li:hover a.list_item{
    background:url(../images/jian.png) no-repeat 90% center #247fa2;
    color: #fff;
}
.sort li.on a{
    background:url(../images/jian.png) no-repeat 90% center #247fa2;
    color: #fff;
}
.sort li.on .layer2{
    display: block!important;
}
.sort li .layer2 a{
    text-align: left;
    font-size: 16px;
    color: #666;
    background:url(../images/jt2.png) no-repeat 90% center #ececeb;
    text-indent: 45px;
}
.sort li .layer2 a:hover{
    color: #247fa2;
    background:url(../images/jt2_h.png) no-repeat 90% center #ececeb;
}
.sort li.on a{
    background:url(../images/jian.png) no-repeat 90% center #247fa2;
    color: #fff;
}
.sort li.on .layer2 a{
    text-align: left;
    font-size: 14px;
    color: #666;
    background:url(../images/jt2.png) no-repeat 90% center #ececeb;
}
.sort li.on .layer2 a:hover{
    color: #247fa2;
    background:url(../images/jt2_h.png) no-repeat 90% center #ececeb;
}

.left_contact{
    margin-top: 40px;
    padding:35px 10px;
    border-top:8px solid #fe0000;
    background-color: #ececec;
}
.left_contact h2{
    font-size: 22px;
    color: #4a4a4a;
    position: relative;
    line-height: 1.4em;
    margin-bottom: 30px;
}
.left_contact h2:after{
    content: '';
    position: absolute;
    left:0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color: #247fa2;
}
.left_contact h2 span{
    display: block;
    font-weight: normal;
    font-size: 13px;
    padding:10px 0;
    color: #247fa2;
}
.left_contact .left_text{

}
.left_contact .left_text p:nth-child(1){
    font-size: 14px;
    color: #323232;
    padding-left: 17px;
    background:url(../images/tel2.png) no-repeat left center;
}
.left_contact .left_text p:nth-child(2){
    font-size: 24px;
    color: #e62412;
    font-weight: bold;
    line-height: 1.2em;
}



.right {
    width: calc(100% - 288px);
    float: right;
    padding-bottom: 10px;
}
.title2{
    font-size: 24px;
    color: #4c4c4c;
    line-height: 50px;
    background: url(../images/line1.png) no-repeat left bottom;
    margin-bottom: 15px;
}

@media(max-width: 1259px){
    .sort li a{
        font-size:17px;
        text-indent: 15px;
    }
    .sort li .layer2 a{
        text-indent: 25px;
    }
    .left_contact h2{
        font-size:20px;
    }
    .left .sort_menu h3 {
        font-size: 26px;
        padding: 20px 0;
    }
}
@media(max-width: 1199px){
    .n_heng1{
        padding:12px 0;
    }
    #container{
        padding:30px 0%;
        box-sizing: border-box;
        overflow: hidden;
    }
    .left{
        width: 20%;
    }
    .left_contact {
        margin-top: 20px;
        padding: 20px 10px;
        border-top: 6px solid #fe0000;
    }
    .left_contact h2{
        font-size:18px;
    }
    .right{
        width: 78%;
        padding-left: 2%;
    }
}
@media(max-width: 768px){
    .n_heng1{
        display: none;
    }
    .left_contact{
        display: none;
    }
    .left .sort_menu h3{
        font-size: 20px;
        padding: 15px 0;
    }
    .left .sort_menu h3 span{
        font-size: 14px;
    }
    .sort li a{
        text-indent: 5px;
        font-size:16px;
    }
    .sort li .layer2 a{
        text-indent: 5px;
/*        text-align: center;*/
        font-size: 12px;
/*        background: #ececeb;*/
    }
    .sort li.on .layer2 a{
        font-size:12px;
    }

}
@media(max-width: 767px){
    .n_banner{
        display:none;
    }
    .site{
        line-height: 40px;
        background:#247fa2;
        width:100%;
        padding:0 2%;
        border:none;
    }
    .sitemap{
        padding-left: 12px;
        font-size:12px;
        color:#fff;
    }
    .sitemap:before{
        width: 5px;
        top: 13px;
        height: 14px;
    }
    .sitemap a{
        font-size:12px;
        color:#fff;
    }
    .pc_img{
        display: none;
    }
    .m_img{
        display: block;
    }
    #container {
        padding: 15px 2%;
    }
    .title2{
        display: none;
    }
    .left{
        width: 100%;
        float: none;
    }
    .left .sort_menu h3{
        display: none;
    }
    .right{
        width: 100%;
        padding-left: 0;
        float: none;
    }
    .sort{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .sort li{
        width: 100%;
        margin:0px 0;
    }
    .sort li a{
        display: block;
        padding:10px 15px;
        line-height: 1em;
    }
    .sort li .layer2 a{
        text-indent: 15px;
    }
}


/*product_list*/
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom:15px;
}
.product_list li:nth-child(3n){
    margin-right: 0%;
}
.product_list li a{
    display: block;
    border:1px solid #e5e5e5;
}
.product_list li a .img{
    overflow:hidden;
}
.product_list li a .img img{
    
}
.product_list li a .text{
    padding:6px 20px 15px 20px;
}
.product_list li a h3{
    font-weight: normal;
    font-size: 18px;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
    padding-bottom: 5px; 
}
.product_list li a p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;/*超出3行部分显示省略号，去掉该属性 显示全部*/
    -webkit-box-orient: vertical;  
    line-height: 1.6em;  
}
.product_list li a p span{
    
}
.product_list li a:hover{
    border-color: #247fa2;
}
.product_list li a:hover h3{
    color: #247fa2;    
}
.product_list li a:hover p{
    color: #666;
}
.product_list li a:hover p span{
    color: #247fa2;
}

.product_list_intro{
    text-align: center;
    padding-top: 30px;
}
.product_list_intro h3{
    font-size: 26px;
    color: #4c4c4c;
}
.product_list_intro p{
    max-width: 490px;
    margin:25px auto 10px;
    overflow: hidden;
    border:1px solid #247fa2;
    border-radius: 5px;
}
.product_list_intro p span{
    font-size: 26px;
    color: #e62412;
    padding-left: 36px;
/*    background: url(../images/tel3.png) no-repeat 0 center;*/
    margin-left: 40px;
    line-height: 44px;
    float: left;
    font-weight: bold;
}
.product_list_intro p a{
    max-width: 180px;
    background: #247fa2;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 44px;
    float: right;
}
.product_list_intro em{
    display: block;
    font-style:normal;
    font-size: 14px;
    color: #999;
}
.product_list_intro em a{
    font-size: 14px;
    color: #999;    
}

.p_title1{
    font-size: 20px;
    color: #1e1e1e;
    padding-left: 20px;
    font-weight: bold;
    position: relative;
    background:url(../images/p_t10.jpg) no-repeat right center;
    /*height: 20px;*/
    line-height: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.p_title1:before{
    content: '';
    position: absolute;
    left:0;
    top:0;
    width: 10px;
    height: 20px;
    background-color: #247fa2;
}
.p_title1 em{
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
}
.p_title10{
    color: #247fa2;
}
.p_title1 em{
    color: #666;
}
.p_product_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:40px;
}
.p_product_list li{
    width: 23.5%;
    margin-right: 2%;
}
.p_product_list li:last-child{
    margin-right: 0;
}
.p_product_list li a.img{
    display: block;
    overflow:hidden;
    border:2px solid #999;
}
.p_product_list li h3 a{
    background:#999999;
    color: #fff;
    font-weight: normal;
    display: block;
    line-height: 38px;
    text-align: center;
    font-size:14px;
}
.p_product_list li:hover a.img{
    border-color: #247fa2;
}
.p_product_list li:hover h3 a{
    background:#247fa2;
}
.p_case{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:30px;
}
.p_case p{
    max-width: 50%;
    padding:0 20px;
}
.p_case p a{
    display: block;
}
.p_contact{
    margin-top:30px;
}
.p_contact h4{
    font-size: 26px;
    color: #333333;
}
.p_contact ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:20px;
}
.p_contact ul li{
    padding: 10px 0 10px 72px;
    font-size: 14px;
    color: #666666;
    margin:5px 0;
    width: 50%;
}

@media(max-width: 1199px){

}
@media(max-width: 768px){
    .product_list li a .text{
        padding:6px 10px 15px;
    }
    .product_list li a h3{
        font-size:16px;
    }
    .product_list_intro{
        padding-top: 20px;
    }
    .product_list_intro h3{
        font-size: 20px;
    }
    .product_list_intro p{
        margin: 15px auto 10px;
    }
    

}
@media(max-width: 640px){
    .product_list li a .text{
        padding:6px 5px 10px;
    }
    .product_list_intro{
        display: none;
    }
    .product_list_intro h3{
        font-size: 16px;
    }
    .product_list li{
        width: 100%;
        margin-right: 0;
    }
    .product_list li:nth-child(3n){
        margin-right: 0%;
    }
    .product_list li:nth-child(2n){
        margin-right: 0%;
    }
    .product_list li a{
        display: flex;
    }
    .product_list li a .img{
        width: 40%;
    }
    .product_list li a .text{
        width: 60%;
    }
/*    .product_list li a p{
        -webkit-line-clamp: 5;
    }*/
}

/*product_detail*/
.product_detail_content1{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 50px;
}
.product_detail_img{
    width: 45%;
    margin:0 2.5%;
}
.product_detail_img .swiper-slide{
    display: block;
    box-sizing: border-box;
    border: 1px solid #cbcbcb;
    text-align: center;
    cursor: pointer;
}
.product_detail_img .gallery-top .swiper-pagination{
    text-align: right;
    padding-right: 30px;
    left: 0px;
}
.product_detail_img .gallery-thumbs{
    margin-top: 10px;
}
.product_detail_img .gallery-thumbs .swiper-slide-thumb-active{
    border:1px solid #247fa2;
}
.product_detail_img .gallery-top{

}
.product_detail_img .gallery-top .swiper-button-prev{
    background:url(../images/left3.png) no-repeat center!important;
    width: 19px;
    height: 32px;
    left:18px;
    margin-top: -16px; 
    opacity: 1!important;
}
.product_detail_img .gallery-top .swiper-button-next{
    background:url(../images/left3.png) no-repeat center!important;
    width: 19px;
    height: 32px;
    right:18px;
    margin-top: -16px; 
    transform:rotate(180deg);  
}
.product_detail_intro{
    width: 50%;
}
.product_detail_intro h2{
    font-size: 30px;
    color: #247fa2;
    position: relative;
    position: relative;
    font-weight: normal;
    margin-bottom: 20px;
}
.product_detail_intro h2:after{
    content: '';
    position: absolute;
    bottom:0;
    left: 0;
    width: 50px;
    height: 4px;
    background-color: #247fa2;
}
.product_detail_intro .text1{
    display: flex;
    flex-wrap: wrap;
    padding:25px 0 45px;
}
.product_detail_intro .text1 p{
    font-size:16px;
    width: 50%;
}
.product_detail_intro .text1 p strong{
    color: #333;
}
.product_detail_intro .text{
    margin-bottom: 40px;
}
.product_detail_intro .text p{
    font-size:16px;
    line-height: 1.8em;
}
.product_detail_intro .text p strong{
    color: #333;
}
.product_detail_tel{
    padding-top: 20px;
    border-top:1px solid #ececeb;
}
.product_detail_tel .p_tel{
    font-size: 22px;
    color: #3a3a3a;
    font-weight: bold;
    padding-left: 72px;
    background:url(../images/tel3.png) no-repeat left center;
    float: left;
    line-height: 59px;
}
.product_detail_tel a{
    display: block;
    width: 145px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #fe0000;
    float: right;
    margin-top:10px;
    border-radius: 25px;
}
#swiper-ryzz .swiper-slide{
    text-align: center;
}
#swiper-ryzz .swiper-slide p{
    font-size:12px;
    color: #333;
    padding-top:5px;
}
.product_detail table{
/*    max-width: 770px;*/
    width: 100%;
    margin:0 auto;
}
.product_detail table tr{
    border-top:1px solid #e5e5e5;
    border-left:1px solid #e5e5e5;
}
.product_detail table tr td{
    border-bottom:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
/*    background:#044dd7;*/
    color: #333;
    text-align: center;
    padding:3px 0;
    font-size: 16px;
    text-transform: uppercase;
}
.product_detail table tr:nth-child(2n) td{
    background:none;
    color: #333;
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .p_title1{
        background:none;
        margin-bottom:20px;
    }
    .product_detail_intro h2{
        font-size:26px;
    }
}
@media(max-width: 1024px){
    .product_detail_intro .text1 {
        padding: 10px 0px 25px;
    }  
    .product_detail_intro .text {
        margin-bottom: 20px;
    } 
    .product_detail_tel .p_tel{
        float: none;
    }
    .product_detail_tel a{
        float: none;
    } 
}
@media(max-width: 768px){
    .product_detail_intro h2{
        font-size:22px;
        margin-bottom:10px;
    }  
    .product_detail_intro .text1 p{
        width: 100%;
    }  
}
@media(max-width: 640px){
    .product_detail_img {
        width: 100%;
        margin: 0 0%;
    }
    .product_detail_intro{
        width: 100%;
        margin-top:15px;
    }    
    .product_detail_intro h2{
        font-size:18px;
        padding-bottom: 5px;
    }
    .product_detail_tel {
        padding-top: 10px;
    }
    .product_detail_tel a{
        display: none;
    }
    .product_detail_tel .p_tel{
        background-size: 30px;
        padding-left: 40px;
        font-size:20px;
        line-height: 2em;
    }
    .p_product_list{
        margin-top:20px;
    }
    .p_product_list li{
        width: 49%;
        margin-bottom:10px;
    }
    .p_product_list li:nth-child(2n){
        margin-right: 0;
    }
    .p_title1{
        margin-top:20px;
    }
    #swiper-ryzz .swiper-slide p{
        line-height:1.6em;
    }
}


/*case*/
.case_sort2 li a{
    font-size:16px;
}
.tit h3 {
    font-family: "Microsoft Yahei";
    text-align: center;
    margin: 5px 0px 30px;
}
.tit h3 em {
    display: block;
    font-size: 28px;
    line-height: 36px;
    color: #1A1A1A;
    font-weight: bold;
    margin-bottom: 18px;
    font-style: normal;
}
.tit h3 i {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 5px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}
.p14-infocontent-1-tit {
    display: none;
}
.cpzs ul{
    display: flex;
    flex-wrap: wrap;
}
.cpzs ul li:first-child {
    width: 44.5%;
    float: left;
}
.cpzs ul li:first-child img {
/*    width: 550px;
    height: 350px;*/
}
.cpzs ul li:nth-child(2) {
    width: 55.5%;
    float: right;
    text-align: center;
    padding: 20px 40px;
    border: 1px solid #eee;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    font-size: 16px;
    line-height: 32px;
    box-sizing: border-box;
}
.cpzs ul li:nth-child(2) h3 {
    font-size: 22px;
    color: #247fa2;
    font-weight: bold;
    line-height: 44px;
    text-align: left;
    border-radius: 20px;
}
.cpzs ul li:nth-child(2) em {
    width: 109px;
    height: 7px;
    background: #99cc33;
    margin-top: -14px;
}
.cpzs ul li:nth-child(2) p {
    text-align: left;
    padding: 10px 0px 20px;
    color: #3f3f3f;
    border-bottom: 1px dashed #d7d7d7;
    margin-left: 0px;
}
.case_detail p {
    font-size: 16px;
}

.zxal p {
    font-size: 16px;
    font-weight: normal;
    background: #f5f5f5;
    padding: 15px 30px;
    border-left: 10px solid #247fa2;
    color: #333;
    margin-top: 25px;
}
.zxal p em {
    font-style: normal;
    font-weight: bold;
    color: #247fa2;
    font-size: 18px;
}
.case_detail table {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.case_detail table td {
    padding: 10px;
}
.case_detail table tr:nth-child(1) td {
    background: #2543c8;
    color: #fff;
}
.tit1 {
    text-align: left;
    margin-bottom: 10px;
    height: 40px;
    margin-top:30px;
}

.chin {
    display: inline-block;
    width: 100%;
    height: 33px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    padding-bottom: 3px;
}

.tit1 strong {
    font-size: 22px;
    font-weight: bold;
    color: #247fa2;
    border-bottom: 2px solid #247fa2;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    padding-bottom: 3px;
}

.jsyw {
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 10px;
    color: #c2c2c1;
    font-family: Arial;
}
.about3 ul {
    clear: both;
    border: 1px solid #247fa2;
    padding: 20px;
    border-radius: 15px;
    border-top: 9px solid #247fa2;
    box-shadow: 5px 5px 20px 9px #f3f3f3;
}

.about3 ul li {
    margin: 20px 0 0;
    padding-left: 10px;
    position: relative;
    padding-bottom: 15px;
    font-size: 16px;
    border-bottom: dashed #247fa2 1px;
}

.about3 ul li:first-child {
    border-bottom: none;
}

.about3 ul li em {
    color: #247fa2;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 10px;
    margin-top: 30px;
    font-style: normal;
}

.about3 ul li em:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 13px;
    background: #f23019;
    top: 6px;
    border-radius: 20px;
    left: 0;
}
.td ul {
    background: #f6f6f6;
    height: auto;
    padding: 20px;
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.3);
}

.td ul li {
    background: #2543c8;
    color: #fff;
    padding: 25px 45px;
    margin-bottom: 15px;
}

.td ul li h3 {
    font-size: 20px;
    color: #fff;
    line-height: 1.6em;
}

.td ul li h3:after {
    content: "";
    width: 199px;
    height: 1px;
    display: block;
    background: #fff;
    margin: 4px 0;
}

.td ul li h3 em {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    display: block;
    text-transform: uppercase;
    color: #ddd;
}

.td ul li p {
    font-size: 16px;
    color: #fff;
}

.td .anli strong {
    display: block;
    font-size: 20px;
    color: #666;
    margin-left: 15px;
    padding-bottom: 8px;
    border-bottom: dashed #d6ccdf 1px;
    margin-bottom: 8px;
}

.td .anli table td {
    width: 50%;
    font-size: 16px;
    padding: 0px 30px;
    padding-top: 10px;
    color: #333;
}

.td .anli table td img {
    text-align: center;
}

.td .anli table tr:nth-child(1) td {
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: bold;
}
.td p {
    margin: 15px 0;
}


.p14-info-3 {
    background: #f5f5f5;
    padding: 8px 20px;
    margin-top:40px;
}
.p14-info-3-tit {
    height: 55px;
    font-size: 24px;
    font-weight: normal;
    line-height: 55px;
    color: #4b4a4a;
}
 .p14-info-3-list li h4{
    height: 46px;
    font-size: 14px;
    font-weight: normal;
    line-height: 46px;
    color:#4b4a4a;
    border-top: 1px dashed #dbdbdb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p14-info-3-list li h4 a{ 
    color:#4b4a4a;
}
.p14-info-3-list li h4 span {
    float: right;
}
.p14-pagination-1 dl {
    margin-bottom: 24px;
    padding-right: 40px;
}
.p14-pagination-1 dd {
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p14-pagination-1 dd b{
    float: right;
    font-weight:normal;
}
.p14-pagination-1 dd span {
    width: 60px;
    height: 32px;
    background: #a2a2a2;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}
.p14-pagination-1 dt {
    height: 1px;
    border-bottom: 1px dashed #b5b5b5;
    margin-left: 60px;
    padding-top: 2px;
    margin-bottom: 2px;
}
.p14-pagination-1 dd em{
    float: right; 
    padding-left: 20px;
    font-weight: normal;
}
.p14-pagination-1 dl a{
    color:#4b4a4a;
}
.p14-pagination-1-href {
    float: right;
    font-size: 18px;
    line-height: 32px;
}
.p14-pagination-1-href span {
    display: inline-block;
    padding: 0 6px;
    margin-left: 4px;
    background: #f23019;
}
.p14-pagination-1-href a {
    display: block;
    color: #fff;
}
.p14-pagination-1-key {
    min-height: 40px;
    border-top: 1px solid #f23019;
    font-size: 14px;
    line-height: 40px;
    color:#575556;
}
.p14-pagination-1-key a{ 
    color:#575556;
}
.p14-pagination-1-key span {
    display: inline-block;
    margin: 0 4px;
} 
.ptgy {
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    background: #f5f5f5;
    padding: 20px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.ptgynr {
    max-width: 1200px;
    text-align: left;
}
.ptgynr .td ul{
    background: none;
    box-shadow: none;
    padding:0;
}
.ptgynr .td ul li{
    
}
.gy {
    margin: 10px 0;
}

.gy h5 {
    height: 30px;
    border-left: 8px solid #2543c8;
    padding-left: 20px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
}

.ptgynr li {
    width: 95%;
    font-size: 16px;
    line-height: 32px;
    border-bottom: 1px dashed #2543c8;
    padding-top: 10px;
    padding-bottom: 10px;
}
.d_don3 {
    background-color: #ffffff;
    overflow: hidden;
}

.yos-list {}

.yos-list li {
    float: left;
    position: relative;
    width: 49%;
    overflow: hidden;
    margin-right: 20px;
    background-color: #f7f7f7;
    box-sizing: border-box;
}

.yos-list li span,
.yos-list li img {
    width: 100%;
    height: 330px;
    display: block;
}

.yos-list li .don_icon {
    padding: 30px 25px 20px;
    min-height: 330px;
}

.yos-list li .don_icon .yos-desc {
    font-weight: normal;
    overflow: hidden;
}

.yos-list li .don_icon p {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
}

.yos-list li .don_icon p b {
    color: #2543c8;
    padding-right: 5px;
}

.yos-list li .don_icon i {
    position: absolute;
    top: 311px;
    left: 50%;
    margin-left: -15px;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #f7f7f7 transparent;
}

.yos-list li.nom {
    margin-right: 0;
}

.yos-list .bg {
    float: right;
    margin-right: 0px;
}

.yos-list li.bg .don_icon i {
    top: 380px;
    border-width: 20px 15px 0 15px;
    border-color: #f7f7f7 transparent transparent transparent;
}
.pro1 ul {
    padding: 30px;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px #fff;
    min-height: 390px;
    box-sizing: border-box;
}

.pro1 ul li .text {
    width: 62%;
    float: right;
    box-sizing: border-box;
    text-align: justify;
    margin-right: 20px;
    margin-top: 20px;
}

.pro1 ul li .img {
    float: left;
    max-width: 362px;
    width: 35%;
}

.pro1 ul li .img img {
    display: block;
    /*height: 331px;*/
}

.pro1 ul li .text strong {
    display: block;
    font-size: 22px;
    color: #2543c8;
}

.pro1 ul li .text em {
    height: 3px;
    background: #2543c8;
    margin-top: 10px;
    display: block;
    width: 50px;
    font-size:0px;
    font-style: normal;
}

.pro1 ul li .text p {
    font-size: 16px;
    margin-top: 12px;
    line-height: 30px;
    padding: 0;
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .tit h3 em{
        font-size:26px;
    }
    .tit h3 i{
        font-size:14px;
    }
    .cpzs ul li:nth-child(2){
        padding:20px 15px;
        font-size: 14px;
        line-height: 2em;
    }
    .cpzs ul li:nth-child(2) h3 {
        font-size: 20px;
        line-height: 2em;
    }
    .cpzs ul li:nth-child(2) p{
        padding: 10px 0px 0px;
    }
    .td .anli table td{
        padding:0 15px;
        font-size:14px;
    }
    .td ul li{
        padding:20px 30px;
    }
}
@media(max-width: 1024px){
    .td .anli table td{
        padding:0 5px;
    }    
    .p14-info-3-tit{
        font-size:20px;
    }
    .jsyw{
        font-size:14px;
    }
    .pro1 ul{
        padding:10px;
    }
}
@media(max-width: 768px){
    .tit h3 em{
        font-size:24px;
    }
    .cpzs ul li:first-child {
        width: 100%;
        float: left;
        text-align: center;
    }
    .cpzs ul li:nth-child(2) {
        padding: 20px 15px;
        font-size: 14px;
        line-height: 2em;
        width: 100%;
    } 
    .tit1 b{
        font-size:20px;
    }  
    .jsyw{
        font-size:12px;
    }
    .pro1 ul li .img,
    .pro1 ul li .text{
        width:100%;
        float:none;
    }
}
@media(max-width: 640px){
    .tit h3 em {
        font-size: 20px;
        margin-bottom:5px;
    }  
    .cpzs ul li:nth-child(2){
        padding: 15px 10px;
    }
    .cpzs ul li:nth-child(2) h3{
        font-size:18px;
    } 
    .zxal p {
        font-size: 15px;
        padding: 10px 10px;
        border-left: 5px solid #247fa2;
        margin-top: 20px;
    }     
    .tit1 b{
        font-size:18px;
    }  
    .about3 ul{
        padding:0;
    }
    .about3 ul li{
        margin:10px 0 0;
        font-size:14px;
    }
    .about3 ul li em{
        font-size:16px;
    }
    .td ul{
        padding:10px 5px;
    }
    .td .anli table tr:nth-child(1) td {
        font-size: 16px;
    }
    .td ul li {
        padding: 10px 10px;
    }
    .td ul li h3{
        font-size:16px;
    }
    .td ul li h3 em{
        font-size:12px;
    }
    .td ul li p{
        font-size:14px;
    }
    .p14-info-3{
        padding: 8px 10px;
        margin-top: 20px;        
    }
    .p14-info-3-tit {
        font-size: 17px;
    }
    .p14-pagination-1-href{
        font-size:15px;
    }
    .jsyw{
        display:none;
    }
}



/*新增解决方案*/
.case_detail2{
    
}
.case_detail2_1{
    position: relative;
    z-index:1;
    margin:80px 0 95px;
}
.case_detail2_1 .img{
    width: 60%;
}
.case_detail2_1 .text{
    position: absolute;
    top: 50%;
    right: 0;
    width: 60%;
    z-index: 99; 
    background-color: #f6f6f6;
    font-size:26px;
    color: #666;
    padding:80px 65px;  
    margin-top:-200px;
    font-size:14px;
    color: #4a4a4a; 
}
.case_detail2_1 .text h3{
    font-size:26px;
    margin-bottom: 15px;
}
.case_detail2_img1{

}
.case_detail2_img2{
    margin:75px 0 70px;
    background: url(../images/ht_bg1.jpg) no-repeat center;
    height: 185px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.case_detail2_img2 img{
    display: block;
    margin-top:50px;
}
.case_detail2_img2 a{
    display: block;
    width: 198px;
    line-height: 46px;
    height: 46px;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    color: #247fa2;
    text-align: center;
    margin-left: 65px;
    margin-top:75px;
}
.case_detail2_img2 a:hover{
    background: #247fa2; 
    color: #fff;
}
.case_detail2_2{
    
}
.x_case_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.x_case_list a{
    display: block;
    width: 26%;
    margin:0 3%;
}
.x_case_list a .img{
    
}
.x_case_list a h3{
    font-size: 22px;
    color: #1e1e1e;
    text-align: center;
    padding-top: 5px;
}
a.more2{
    display: block;
    width: 182px;
    line-height: 56px;
    height: 56px;
    background: #3687a7;
    border-radius: 7px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin:46px auto 0;
}
.case_detail2_3{
    margin:100px 0 115px;
}
.x_case_list2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.x_case_list2 a{
    display: block;
    width: 40%;
    margin:0 5%;
}
.x_case_list2 a .img{
    
}
.x_case_list2 a em{
    display: block;
    font-style: normal;
    width: 200px;
    line-height: 56px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #247fa2;
    border-radius: 10px;
    margin:26px auto 0;
}
.case_detail2_contact{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.case_detail2_contact .img{
    width: 50%;
}
.case_detail2_contact .text{
    width: 50%;
    background: #eeeeee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:0 5%;
}
.case_detail2_contact .text h3{
    font-size: 26px;
    color: #383838;
    margin-bottom: 20px;
}
.case_detail2_contact .text .cont{
    
}
.case_detail2_contact .text .cont p{
    font-size: 14px;
    color: #525252;
    background-size: 25px!important;
    padding:8px 0 8px 36px;
}
.case_detail2_contact .text .cont p:nth-child(1){
    background:url(../images/c_icon1.png) no-repeat left center;
}
.case_detail2_contact .text .cont p:nth-child(2){
    background:url(../images/c_icon2.png) no-repeat left center;
}
.case_detail2_contact .text .cont p:nth-child(3){
    background:url(../images/c_icon3.png) no-repeat left center;
}
.case_detail2_contact .text .cont p:nth-child(4){
    background:url(../images/c_icon4.png) no-repeat left center;
}
.case_detail2_contact .text .cont p:nth-child(5){
    background:url(../images/c_icon5.png) no-repeat left center;
}
.case_detail2_contact .text .cont p:nth-child(6){
    background:url(../images/c_icon6.png) no-repeat left center;
}
@media(max-width:1600px){
    .case_detail2_1 .text{
        padding: 40px 40px;
        width:50%;
        margin-top:-170px;
    }
    .case_detail2_img2 a{
        width:160px;
    }
    .x_case_list a h3{
        font-size:16px;
    }
    .case_detail2_1 .text h3,.case_detail2_contact .text h3{
        font-size:24px;
    }
}
@media(max-width:1259px){
    .case_detail2_1{
        margin: 50px 0;
    }
    .case_detail2_1 .text h3{
        font-size:20px;
        margin-bottom:5px;
    }

    .case_detail2_img2{
        margin:50px 0;
    }
    .x_case_list a {
        display: block;
        width: 30%;
        margin: 0 1.5%;
    }
    a.more2{
        width:160px;
        font-size:16px;
        margin: 30px auto 0;
    }
    .case_detail2_3 {
        margin: 50px 0;
    }
    .x_case_list2 a{
        width: 44%;
        margin: 0 3%;        
    }
    .x_case_list2 a em{
        width: 160px;
    }
    .case_detail2_contact{
        margin-bottom:50px;
    }
    .case_detail2_contact .text{
        padding:0 3%;
    }
    .case_detail2_contact .text h3{
        font-size:20px;
        margin-bottom:10px;
    }
    .case_detail2_contact .text .cont p{
        background-size:20px!important;
        padding: 5px 0 5px 30px;
    }
}
@media(max-width:768px){
    .case_detail2_1,.case_detail2_img2,.case_detail2_3{
        margin: 30px 0;
    }
    .case_detail2_1 .text {
        padding: 20px 15px;
        width: 50%;
        margin-top: -180px;
    }
    .case_detail2_img2 a{
        width:120px;
    }
    a.more2 {
        width: 120px;
        font-size: 15px;
        margin: 20px auto 0;
        height:46px;
        line-height:46px;
    }
    .x_case_list2 a em {
        width: 120px;
        line-height: 46px;
        font-size: 15px;
        margin: 20px auto 0;
    }
    .case_detail2_contact{
        margin-bottom:10px;
    }
}
@media(max-width:640px){
    .case_detail2_1 .img{
        width:100%;
    }
    .case_detail2_1 .text{
        position:relative;
        top:0;
        margin-top:0;
        width:100%;
    }
    .case_detail2_1 .text h3{
        font-size:16px;
    }
    .case_detail2_img2{
        padding:0 20px;
        flex-wrap:wrap;
    }
    .case_detail2_img2 img{
        margin-top:15px;
    }
    .case_detail2_img2 a {
        margin:15px 0 0;
        width: 100px;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }
    .x_case_list a h3{
        font-size:15px;
    }
    a.more2 {
        width: 100px;
        font-size: 14px;
        margin: 15px auto 0;
        height: 40px;
        line-height: 40px;
    }
    .x_case_list2 a em{
        width: 100px;
        font-size: 14px;
        margin: 15px auto 0;
        height: 40px;
        line-height: 40px;        
    }
    .case_detail2_contact .img,.case_detail2_contact .text{
        width:100%;
    }
    .case_detail2_contact .text{
        padding:20px 20px;
    }
    .case_detail2_contact .text h3{
        font-size:16px;
    }
}
@media(max-width:400px){
    .x_case_list a{
        width:100%;
        margin:0 0 15px 0;
        text-align:center;
    }
    .x_case_list2 a{
        width:100%;
        margin:0 0 15px 0;
    }

}

/*æ–°é—»*/
.news_list{

}
.news_list li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:20px;
    padding:20px;
    border:1px solid #e5e5e5;
}
.news_list li a.img{
    display: block;
    overflow: hidden;
    width: 30%;
}
.news_list li a.img img{
    transition: all 0.6s ease-out;
}
.news_list li .text{
    width: 70%;

    box-sizing: border-box;
    padding:15px 25px;
}
.news_list li .text h3 a {
    font-size: 18px;
    color: #444;
    font-weight: bold;
    line-height: 1.4em;
    display: block;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list li .text p{
    line-height:1.6em;
    padding:10px 0;
}
.news_list li .text em{
    font-style: normal;
}
.news_list li .text a.more{
    display: block;
    float: right;
    width: 100px;
    line-height:30px;
    font-size:14px;
    color: #fff;
    text-align: center;
    background: #ccc; 
}
.news_list li:hover{
    border-color: #247fa2;
}
.news_list li:hover a.img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.news_list li:hover .text h3 a{
    color: #247fa2;
}
.news_list li:hover .text a.more{
    background: #247fa2;
}
.xgtj{
    margin:20px 0;
    background: #f5f5f5;
    box-sizing: border-box;
    padding:0 28px;
}
.xgtj h2{
    font-size: 20px;
    color: #4c4c4c;
    font-weight: normal;
    padding:5px 0;
}
.xg_news{

}
.xg_news li a{
    border-top:1px dashed #b5b5b5;
    display: block;
    font-size: 14px;
    color: #4c4c4c;
    padding:10px 0;
}
.xg_news li a span{
    color:#999;
    display: block;
    float: right;
}
.nw1{
    background: #ebebeb;
    font-size: 18px;
    color: #4c4c4c;
    padding:30px 50px;
    display: flex;
    flex-wrap: wrap;
}
.nw1 p{
    width: 50%;
    margin:5px 0;
}
.nw2{
    padding:10px 25px;
    margin-bottom: 15px;
}
.nw2 h4{
    font-size: 16px;
    color: #247fa2;
}
@media(max-width: 1600px){
    .nw1{
        font-size: 16px;
        padding:20px 20px;
    }
}
@media(max-width: 1199px){
    .news_list li{
        margin-bottom: 10px;
        padding: 10px;        
    }
    .news_list li .text {
        padding: 10px 5px;
    }
}
@media(max-width: 768px){
    .n_banner_text{
        display: none;
    }
    .news_list li a.img{
        width: 100%;
        text-align: center;
    }
    .news_list li .text{
        width:100%;
    }
    .xgtj{
        padding:0px 10px;
    }
    .xgtj h2{
        font-size: 16px;
    }
    .xg_news li a span{
        font-size: 12px;
    }
    .nw1{
        font-size: 14px;
        padding:15px 10px;
    }
    .nw1 p{
        width: 100%;
        margin:0px 0;
    }
    .nw2{
        padding:10px 15px;
        margin-bottom: 10px;
    }
    .nw2 h4{
        font-size: 15px;
    }
}
@media(max-width: 640px){
    .news_list li .text{
        padding: 10px 5px;
    }
    .news_list li .text h3 a{
        font-size:17px;
    }
}


/*fuwu*/
.fuwu{
    padding:50px 0;
}
.fw_title{
    text-align: center;
    color: #343434;
}
.fw_title h2{
    font-size:38px;
    line-height: 1.8em;
}
.fw_title p{
    font-size:16px;
}
.fw_list{
    margin-top:48px;
}
.fw_list li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:22px;
}
.fw_list li:nth-child(2n){
    flex-direction: row-reverse;
}
.fw_list li .img{
    width: 50%;
    overflow:hidden;
}
.fw_list li .img img{
    
}
.fw_list li .text{
    width: 50%;
    background:#f0f0f0; 
    padding:0 5%;  
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
.fw_list li .text h3{
    font-size:34px;
    color: #247fa2;
    line-height: 1em;
    margin-bottom:15px;
}
.fw_list li .text h3 span{
    display: block;
    font-size:14px;
    color: #a8a8a8;
    font-weight: normal;
}
.fw_list li .text p{
    font-size:16px;
    color: #333;
}

@media(max-width: 1440px){
    .fw_list li .text h3{
        font-size:30px;
    }
    .fw_title h2{
        font-size:30px;
    }
    .fw_title p{
        font-size:15px;
    }
}
@media(max-width: 1259px){
    .fw_list li .text h3{
        font-size:26px;
    }
}
@media(max-width: 1024px){
    .fw_title h2{
        font-size:26px;
    }
    .fw_title p{
        font-size:14px;
    }    
}
@media(max-width: 768px){
    .fuwu {
        padding: 20px 0;
    }
    .fw_title h2{
        font-size:24px;
    }
    .fw_list {
        margin-top: 30px;
    }
    .fw_list li .text{
        padding:0 2%;
    }
    .fw_list li .text h3{
        font-size:20px;
        margin-bottom: 5px;
    }   
    .fw_list li .text p{
        font-size:14px;
    } 
}
@media(max-width: 640px){
    .fw_title h2{
        font-size:22px;
    }
    .fw_title p{
        line-height: 1em;
    }
    .fw_list {
        margin-top: 20px;
    }
    .fw_list li{
        margin-bottom: 10px;
    }
    .fw_list li:nth-child(2n) {
        flex-direction: row;
    }
    .fw_list li .img,.fw_list li .text{
        width: 100%;
    }    
    .fw_list li .text{
        padding:15px 2%;
    }
    .fw_list li .text h3 {
        font-size: 18px;
    }
    .fw_list li .text h3 span{
        margin-top:5px;
    }
}



/*about1*/
.sort3{
    display: flex;
    flex-wrap: wrap;
    margin:30px auto 40px;
}
.sort3 li{
    width: 16.6666666667%;
}
.sort3 li a{
    display: block;
    line-height: 60px;
    position: relative;
    border-right:1px solid #d0d0d0;
    background:#f8f8f8;
    font-size:18px;
    color: #333;
    text-align: center;
}
.sort3 li:last-child a{
    border:none;
}
.sort3 li a:before{
    content:'';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -5px;
    opacity: 0;
}
.sort3 li a:hover{
    background:#247fa2;
    color: #fff;
    border-right:1px solid #247fa2;
}
.sort3 li a:hover:before{
    opacity: 1;
}
.sort3 li a.on{
    background:#247fa2;
    color: #fff;
    border-right:1px solid #247fa2;
}
.sort3 li a.on:before{
    opacity: 1;
}

#about1{
    background:url(../images/a_bg1.jpg) no-repeat bottom center;
    padding:10px 0 55px;
}
.about1_1{
    margin-top:50px;
    display: flex;
    flex-wrap: wrap;
}
.about1_1_img{
    width: 49%;
}
.about1_1_text{
    width: 51%;
    padding-left: 5%;
}
.about1_1_text h3{
    font-size:36px;
    color: #333;
    line-height: 1em;
    padding-bottom: 32px;
    margin-bottom:30px;
    background:url(../images/line2.png) no-repeat left bottom;
}
.about1_1_text .text p{
    font-size:15px;
    color: #666;
    line-height: 1.8em;
}
.about1_1_text .about1_1_text_m{
    margin-top:25px;
}
.about1_1_text .about1_1_text_m h4{
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    max-width: 50%;
    background:url(../images/a_bg3.png) no-repeat center;
    float: left;
    margin-top:10px;
}
.about1_1_text .about1_1_text_m h5{
    font-size:30px;
    color: #666666;
    max-width: calc(100% - 250px);
    line-height: 1.2em;
    float: right;
}
.about1_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:60px;
}
.about1_list li{
    width: 20%;
    text-align: center;
    border-right:1px solid #dcdcdc;
}
.about1_list li:last-child{
    border:none;
}
.about1_list li h3{
    font-weight: normal;
}
.about1_list li h3 span{
    font-size:60px;
    line-height: 1em;
    font-family: 'impact';
    color: #333;
}
.about1_list li h3 i{
    font-style: normal;
    display: inline-block;
    width: 21px;
    height:21px;
    line-height: 21px;
    font-size:14px;
    color: #fff;
    background:#fe0000;
    border-radius: 50%;
    text-align: center;
    margin-left: 2px;
}
.about1_list li p{
    font-size:16px;
    color: #333;
    line-height: 1.6em;
    margin-top:5px;
}
.about1_2{
    background:url(../images/a_bg2.png) no-repeat  center 100px;
    padding:80px 0 110px;
}
.about1_2 .cont{
    display: flex;
    flex-wrap: wrap;
    margin-top:60px;
}
.about1_2 .cont .text{
    width:50%;
    padding-right: 5%;
}
.about1_2 .cont .text h3{
    line-height: 1em;
    font-size:40px;
    color: #fe0000;
}
.about1_2 .cont .text .text2{
    margin:30px 0 40px;
}
.about1_2 .cont .text .text2 p{
    font-size:15px;
    color: #333;
    line-height: 1.8em;
}
.about1_2 .cont .text .tel2{
    padding-left: 52px;
    background:url(../images/tel4.png) no-repeat left center;
    display: flex;
    flex-wrap: wrap;
}
.about1_2 .cont .text .tel2 p{
    font-size:24px;
    color: #333;
    width: 235px;
    max-width: 50%;
    font-weight: bold;
}
.about1_2 .cont .text a{
    display: block;
    margin-top:32px;
    font-size:16px;
    color: #fff;
    font-weight: bold;
    background:#fe0000;
    width: 184px;
    height: 56px;
    line-height: 56px;
    text-align: center;
}
.about1_2 .cont .img{
    width:50%;
}

.about1_3{
    padding-bottom: 105px;
}
.about1_3 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:60px;
}
.about1_3 ul li{
    width: 30%;
    margin-right:5%;
    background:#f0f0f0;
    border-radius: 10px;
    overflow:hidden;
    text-align: center;
    padding:35px 30px 60px;
}
.about1_3 ul li:last-child{
    margin-right: 0;
}
.about1_3 ul li .img{

}
.about1_3 ul li h3{
    font-size:22px;
    color: #333;
    padding:12px 0 20px;
}
.about1_3 ul li p{
    font-size:14px;
    color: #666;
}
.about1_3 ul li:hover{
    background:#247fa2;
}
.about1_3 ul li:hover h3{
    color:#fff;
}
.about1_3 ul li:hover p{
    color:#fff;
}
@media(max-width: 1440px){
    .about1_1_text{
        padding-left: 2%;
    }
    .about1_1_text h3 {
        font-size: 26px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .about1_1_text .about1_1_text_m h5{
        font-size:24px;
    }
    .about1_list{
        margin-top:40px;
    }
    .about1_list li h3 span{
        font-size:46px;
    }
    .about1_2 .cont .text h3{
        font-size:26px;
    }
    .about1_2 .cont .text .text2 {
        margin: 20px 0;
    }
    .about1_2 .cont .text .tel2 p{
        font-size:22px;
        width: 200px;
    }
    .about1_3 ul{
        margin-top:30px;
    }
    .about1_3 ul li{
        padding: 25px 15px 30px;
    }
    .about1_3 ul li h3 {
        font-size: 20px;
        padding: 12px 0 10px;
    }
    .sort3 li a{
        font-size:17px;
        line-height: 50px;
    }
}
@media(max-width: 1259px){
    .about1_2{
        padding:60px 0;
    }
    .about1_2 .cont{
        margin-top:30px;
    }
    .about1_3 {
        padding-bottom: 50px;
    }    
    .sort3 li a{
        font-size:16px;
        line-height: 42px;
    }
}
@media(max-width: 1024px){
    .sort3 {
        margin: 20px auto 20px;
    }
    .sort3 li{
        width: 33.3333%;
        margin:5px 0;
    }
    .sort3 li:nth-child(3n) a {
        border: none;
    }
    .about1_1_text h3{
        font-size:22px;
    }
    .about1_1_text_m {
        display: none;
    }
}
@media(max-width: 768px){
    .about1_1 {
        margin-top: 30px;
    } 
    .about1_1_img{
        text-align:center;
        margin-bottom:15px;
    } 
    .about1_1_img,.about1_1_text{
        width: 100%;
        float: none;
    } 
    .about1_2 {
        padding: 30px 0;
    }
    .about1_2 .cont .text {
        width: 100%;
        padding-right: 0%;
    }
    .about1_2 .cont .text a {
        margin-top: 20px;
        width: 120px;
        height: 42px;
        line-height: 42px;
    }
    .about1_2 .cont .img {
        width: 100%;
        text-align:center;
        margin-top:15px;
    } 
    .about1_3 ul li{
        width: 32%;
        margin-right: 2%;
    }
    .about1_3 ul li h3 {
        font-size: 18px;
        padding: 12px 0 5px;
    }
    .about1_list li p{
        font-size:14px;
    }
}
@media(max-width: 767px){
    #about1{
        padding:10px 0 30px;
    }
    .about1_1 {
        margin-top: 20px;
    }
    .about1_1_text h3 {
        font-size: 18px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .about1_list {
        margin-top: 20px;
    }
    .about1_list li{
        width: 32%;
        margin-right: 2%;
        margin-top:15px;
    }
    .about1_list li:nth-child(3n){
        margin-right: 0;
    }
    .about1_list li h3 span {
        font-size: 36px;
    }
    .about1_list li p{
        font-size:13px;
    }
    .about1_2 .cont .text .tel2 {
        padding-left: 40px;
        background-size: 30px;
    }
    .about1_2 .cont .text .tel2 p {
        font-size: 18px;
    }
    .about1_3 {
        padding-bottom: 20px;
    }
    .about1_3 ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom:15px;
        padding:15px 10px;
    }
    .about1_3 ul li h3{
        font-size:17px;
    }
}


/*about_list_img*/
.about_list_img{
    display: flex;
    flex-wrap: wrap;
}
.about_list_img li{
    width:23.5%;
    margin-right:2%;
    margin-bottom:15px;
}
.about_list_img li:nth-child(4n){
    margin-right: 0;
}
.about_list_img li .img{
    border: 1px solid #e5e5e5;
    padding: 9px 8px 12px;
    overflow:hidden;
}
.about_list_img li h3{
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f0f0f0;    
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .about_list_img li{
        width: 32%;
    }
    .about_list_img li:nth-child(4n) {
        margin-right: 2%;
    }
    .about_list_img li:nth-child(3n) {
        margin-right: 0;
    }
    .about_list_img li .img{
        padding: 6px;
    }
    .about_list_img li h3 {
        height: 36px;
        line-height: 36px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .about_list_img li{
        width: 49%;
    }
    .about_list_img li:nth-child(3n) {
        margin-right: 2%;
    }
    .about_list_img li:nth-child(2n) {
        margin-right: 0;
    }    
}
@media(max-width: 640px){
    
}


/*contact*/
.n_contact1{
    background:#f6f6f6;
    padding:15px 40px 15px 20px;
    display: flex;
    flex-wrap: wrap;
}
.n_contact1 .img{
    width: 168px;
}
.n_contact1 .text{
    width: calc(100% - 168px);
    padding-left: 50px;
}
.n_contact1 .text h3{
    font-size:26px;
    color:#333;
}
.n_contact1 .text p{
    font-size:16px;
    color: #808080;
    line-height: 1.8em;
}
.n_contact2{
    padding:50px 0 95px;
    display: flex;
    flex-wrap: wrap;
}
.n_contact2 p{
    width: 50%;
    font-size:14px;
    color: #666666;
    line-height: 40px;
    padding:18px 0 18px 70px;
    border-bottom: 1px dashed #e5e5e5;
}
.n_contact2 p:nth-child(1){
    background:url(../images/c_icon1.png) no-repeat left center;
}
.n_contact2 p:nth-child(2){
    background:url(../images/c_icon2.png) no-repeat left center;
}
.n_contact2 p:nth-child(3){
    background:url(../images/c_icon3.png) no-repeat left center;
}
.n_contact2 p:nth-child(4){
    background:url(../images/c_icon4.png) no-repeat left center;
}
.n_contact2 p:nth-child(5){
    background:url(../images/c_icon5.png) no-repeat left center;
}
.n_contact2 p:nth-child(6){
    background:url(../images/c_icon6.png) no-repeat left center;
}
#mess{

}
.mess_title{
    border-bottom: 1px solid #e5e5e5;
}
.mess_title span{
    display: block;
    background:#247fa2;
    width: 170px;
    line-height: 60px;
    height: 60px;
    font-size:16px;
    color: #fff;
    text-align: center;
}
p.m_p1{
    margin:40px 0 35px;
    font-size:22px;
    color:#3c3c3c;
    text-align: center;
}
.message{
    max-width: 500px;
    margin:0 auto;
}
.message ul li{
    width: 100%;
    margin-bottom:16px;
    position: relative;
}
.message ul li span{
    position: absolute;
    top:0;
    left:35px;
    line-height: 60px;
    font-size:16px;
}
.message ul li input{
    display: block;
    width: 100%;
    border:1px solid #e5e5e5;
    line-height: 60px;
    height: 60px;
    border-radius: 8px;
    text-indent: 35px;
    font-size:16px;
}
.message ul li textarea{
    display: block;
    width: 100%;
    border:1px solid #e5e5e5;
    line-height: 50px;
    height: 100px;
    border-radius: 8px;
    padding-left: 35px;
    font-family: '微软雅黑';
    font-size:16px;
}
#code input{
    width: 120px;
    line-height: 34px;
    height: 34px;
    padding:0 10px;
}
.m_btn input{
    width: 180px;
    line-height: 52px;
    height: 52px;
    font-size:16px;
    color: #fff;
    display: block;
    background:#fe0000;
    text-align: center;
    margin: 35px auto 0;
    outline: none;
    border:none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
}
@media(max-width: 1440px){
    .n_contact1 .text h3{
        font-size:22px;
    }
    .n_contact1 .text p{
        font-size:15px;
    }
    .n_contact2 p{
        padding:15px 0 15px 60px;;
    }
    .mess_title span{
        width: 140px;
        line-height: 50px;
        height: 50px;
    }
}
@media(max-width: 1259px){
    .n_contact1 .text{
        padding-left: 30px;
    }
    .n_contact2 {
        padding: 30px 0;
    }
}
@media(max-width: 1024px){
    .mess_title span{
        width: 120px;
    }    
}
@media(max-width: 768px){
    .n_contact1{
        padding: 15px 20px;
    }
    .n_contact1 .text {
        padding-left: 20px;
    }
    .n_contact1 .text h3 {
        font-size: 20px;
    }
    p.m_p1 {
        margin: 20px 0;
        font-size: 18px;
    }    
}
@media(max-width: 767px){
    .n_contact1 .img{
        width: 100%;
        text-align:center;
    }
    .n_contact1 .text{
        width: 100%;
        padding-left: 0px;
    }
    .n_contact1 .text h3 {
        font-size: 17px;
    }
    .n_contact1 .text p {
        font-size: 14px;
    }
    .n_contact2 {
        padding: 15px 0 30px;
    }
    .n_contact2 p {
        padding: 10px 0 10px 60px;
        width: 100%;
    }
    .mess_title span {
        width: 100px;
        line-height: 42px;
        height: 42px;
    }
    p.m_p1{
        display: none;
    }
    .message{
        margin-top:15px;
    }
    .message ul li input{
        line-height: 42px;
        height: 42px;
        border-radius: 8px;
        text-indent: 15px;
        font-size: 15px;        
    }
    .message ul li span{
        left:15px;
        line-height: 42px;
        font-size:15px;
    }
    .message ul li textarea {
        line-height: 42px;
        padding-left: 15px;
        font-size: 15px;
    }
    .m_btn input {
        width: 120px;
        line-height: 42px;
        height: 42px;
        margin: 25px auto 0;
        border-radius: 25px;
    }
}


.tag_total{

}
h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:0em 0 0.5em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 2em;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}
.page a.back{
    display: block;
    width: 112px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #e5462b;
    position: absolute;
    right: 0;
    top:0;
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
        padding:0;
    }
    .page a.back{
        position: relative;
        margin-top: 5px;
        left:0;
        width: 80px;
    }
    .info_title{
        margin-bottom: 1em;
    }
}
@media(max-width: 640px){
    h1.title{
        font-size: 16px;
    }
    .page a.back{
        line-height: 30px;
    }
    .info_title{
        margin-bottom: 0.5em;
        padding-bottom: 0.5em;
    }
}

.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:#247fa2;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #247fa2;color:#fff;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #247fa2;
    vertical-align: middle;
    border: 1px solid #247fa2; 
    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: #247fa2;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding:10px 0;
}
.m_f_fixed a img{
    width: 25px;
    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:70px;
    }
}


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


/* 右侧浮窗 */

#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: 5px;
    display: flex;
    align-items: center;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #777;
    background: #f0f0f0;
    /*border:1px solid #999;*/
}

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

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

#c-right-fixed .c-wrap {
    /*border: 1px solid #fff;*/
    padding: 11px 0;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    transition: all .5s;
}

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

#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: #247fa2;
    background: #247fa2;
}

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

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

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

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