/*头部样式*/
.header{
    padding:22px 0;
}
.container{
    max-width: 1296px;
    width: 90%;
    margin: 0 auto;
}
.logo{
    float: left;
}
.logo a{
    display: block;
    line-height: 60px;
}
.h_tel{
    float: right;      
}
.h_tel a{
    display: block;
    padding-left: 28px;
    font-size: 14px;
    line-height: 60px;
    color: #213a6e;
    font-weight: bold;
    background:url(../images/tel1.png) no-repeat left center;
}
.language_a{
    float: right;    
    margin:0 32px 0 40px;
}
.language_a a{
    display: block;
    width: 25px;
    height: 50px;
    text-align: center;
    background:url(../images/diqiu.png) no-repeat  bottom center;
    margin-top:5px;
    transform: scaleX(1);
    transition: all linear .2s;
}
.language_a a:hover{
    transform:scaleX(-1,1);
}
.search{
    float: right;
    position: relative;
    overflow: hidden;
    z-index: 100;
}
.s_btn{
    width: 60px;
    height: 60px;
    background:url(../images/ss.png) no-repeat center #1f386d;
    cursor: pointer;
    position: relative;
    z-index: 100;
    transition: all 0.3s ease-out;
}
#formsearch{
    position: absolute;
    top:0px;
    width: 380px;
    z-index:-99;
    transition: all 0.6s ease-out;
    left:-320px;
}
#formsearch input{
    line-height: 60px;
    outline: none;
    border:none;
}
#s_btn{
    float: right;
    width: 60px;
    line-height: 60px;
    cursor: pointer;
    background:url(../images/ss.png) no-repeat center #546ea4;
    font-size: 0;
}
#keyword{
    float: left;
    width: 320px;
    background:#546ea4;
    padding:0 15px;
    color: #fff;
    font-size: 16px;
}
.search.cur{
    overflow: visible;
}
.search.cur .s_btn{
    background:url(../images/close.png) no-repeat center #1f386d;
}
.search.cur #formsearch{
    display: flex;
    width: 380px;
    left:-380px;
    z-index: 99;
}


.nav{
    float: left;
    display: flex;
    margin:20px 30px 0;
}
.nav li{
    position: relative;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    padding:0 20px;
}
.nav li a:hover{
    color:#1f386d;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:40px;
    left:0px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #333;  
    line-height: 2em;  
    padding:5px 0;
}
.nav li .b_nav a:hover{
    background:#1f386d;
    color: #fff;
}

.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: #ccc;
    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: #c52b31;
    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){
    .nav li a{
        padding:0 15px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1300px){
    .container{
        width: 96%;
    }
/*    .logo a {
        line-height: 40px;
    }*/
    .logo a img{
        max-width: 200px;
    }
    .search{
        display: none;
    }
    .language_a{
        margin:0 0 0 30px;
    }
    .nav{
        margin:10px 30px 0;
    }
}
@media(max-width: 1120px){
    .nav li a{
        padding:0 10px;
    }
}
@media(max-width: 1024px){
    .header{
        padding:15px 0;
    }
    .language_a{
        display: none;
    }
    .nav li a{
        padding:0 5px;
        font-size: 15px;
    }
}
@media(max-width: 880px){
    .header{
        padding:10px 0;
    }
    .logo a{
        line-height: 40px;
    }
    .menu-button{
        display: block;
    }
    .nav,.h_tel{
        display: none;
    }
}
@media(max-width: 768px){

}
@media(max-width: 640px){
    .logo{
        width: 40%;
/*        float: none;*/
    }
    .menu-button{
        top:25px;
    }

}



.index_banner{
    overflow: hidden;
}
.index_banner img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
}
#c-banner1 .swiper-slide-active img{
    -webkit-animation:kenburns 3s forwards;
    animation:kenburns 3s forwards;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;    
}
.banner_text{
    position: absolute;
    bottom:70px;
    left:0;
    width: 100%;
    color: #fff;
    padding:0 120px;
    line-height: 1.2;
    text-align: center;
    font-size: 40px;
}
.banner_text .p1{

}
.banner_text .p2{
    /*font-size: 36px;    */
}
a.banner_btn{
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 7px 15px;
    transition: color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
    
    display: block;
    font-size: 22px;
    max-width: 300px;
    min-width: 200px;
    width: 100%;
    margin:50px auto 0;

    transition: all .3s;
    background-color: transparent;
    border-color: #fff;
}
a.banner_btn:hover{
    border-color:#1f386d;
    color:#1f386d;
}
@-webkit-keyframes kenburns{
	0%{
		-webkit-transform:scale3d(1.1,1.1,1.1) translate3d(0,0,0);
		transform:scale3d(1.1,1.1,1.1) translate3d(0,0,0);
	}
	100%{
		-webkit-transform:scale3d(1.2,1.2,1.2) translate3d(-4%,-4%,0);
		transform:scale3d(1.2,1.2,1.2) translate3d(-4%,-4%,0);
		-webkit-animation-timing-function:ease-in;
		animation-timing-function:ease-in;
	}
}
@keyframes kenburns{
	0%{
		-webkit-transform:scale3d(1.1,1.1,1.1) translate3d(0,0,0);
		transform:scale3d(1.1,1.1,1.1) translate3d(0,0,0);
	}
	100%{-webkit-transform:scale3d(1.2,1.2,1.2) translate3d(-4%,-4%,0);
		transform:scale3d(1.2,1.2,1.2) translate3d(-4%,-4%,0);
		-webkit-animation-timing-function:ease-in;
		animation-timing-function:ease-in;
	}
}
#c-banner1 .swiper-pagination{
    display: none;
}
#c-banner1 .swiper-pagination-bullet-active{
    transform: scale(1.6)
}
@media(max-width: 1600px){
    /*.banner_text{*/
    /*    padding:0 70px;*/
    /*}*/
    /*.banner_text .p1{*/
    /*    font-size: 42px;*/
    /*}*/
    /*.banner_text .p2{*/
    /*    font-size: 36px;*/
    /*}*/
}
@media(max-width: 1259px){
    .banner_text{
        padding:0 70px;
        /*bottom:120px;*/
        font-size: 32px;
    }
    /*.banner_text .p1{*/
    /*    font-size: 32px;*/
    /*}*/
    /*.banner_text .p2{*/
    /*    font-size: 26px;*/
    /*}*/
}
@media(max-width: 1024px){
    a.banner_btn{
        font-size: 18px;
        max-width: 250px;
        min-width: 160px;        
    }
}
@media(max-width: 768px){
    .banner_text{
        padding:0 50px;
        bottom:50px;
        font-size: 22px;
        line-height:1.6;
    }
    /*.banner_text .p1{*/
    /*    font-size: 26px;*/
    /*}*/
    /*.banner_text .p2{*/
    /*    font-size: 20px;*/
    /*}*/
    #c-banner1 .swiper-pagination{
        bottom:0;
    }
    a.banner_btn{
        font-size: 16px;
        max-width: 200px;
        min-width: 120px;   
        margin: 30px auto 0;
    }
}
@media(max-width: 640px){
    .banner_text{
        padding:0 20px;
        bottom:30px;
        font-size: 18px;
    }
    /*.banner_text .p1{*/
    /*    font-size: 22px;*/
    /*}*/
    /*.banner_text .p2{*/
    /*    font-size: 16px;*/
    /*}*/
    a.banner_btn{
        font-size: 15px;
        max-width: 120px;
        min-width: 100px; 
        margin: 15px auto 0;
    }
}


.index1{
    padding:68px 0;
}
.index_t1{
    font-size:46px;
    line-height: 1;
}
.index_table{
/*    max-height: 584px;*/
    position: relative;
    margin-top: 45px;
    border-radius: 18px;
    overflow:hidden;
}
.index1li{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top:0;
    left:0;
    z-index:99;
    width: 100%;
    height: 100%;
}
.index1li li{
    width: 33.333%;
    color: #fff;
    text-align: center;
    border-right:1px solid rgba(255,255,255,.4);
    padding:0 55px;
    overflow:hidden;
}
.index1li li:last-child{
    border:none;
}
.index1li li .img1{
    line-height: 76px;
    margin-top:365px;
    transition: all 0.3s ease-out;
}
.index1li li h3{
    font-size: 30px;
    line-height: 1;
    font-weight: normal;
    margin-top:25px;
    margin-bottom: 72px;
}
.index1li li .txt{
    display: flex;
    flex-wrap: wrap;
    padding-top:18px;
    border-top:2px solid #fff;
    opacity: 0;
}
.index1li li .txt a{
    display: block;
    width: 50%;
    font-size: 16px;
    opacity: .7;
    color: #fff;
    text-align: left;
    padding: 3px 0;
}
.index1li li.cur .img1{
    margin-top:130px;
}
.index1li li.cur .txt{
    opacity: 1;
}
.index1li li .txt a:hover{
    opacity: 1;
    text-decoration: underline;
}
.index1_tab{
    display: none;
    position: relative;
    transition: all 0.6s ease-out;
}
.index1_tab:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.4);
    z-index:9;
}
.index1_tab.on{
    display: block;
}

@media(max-width: 1600px){
    .index_t1{
        font-size: 36px;
    }
    .index1li li .img1{
        margin-top:320px;
    }
    .index1li li h3 {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
}
@media(max-width: 1259px){
    .index_t1{
        font-size: 32px;
    }
    .index1li li{
        padding:0 30px;
    }
    .index1li li .txt a{
        font-size: 14px;
    }
}
@media(max-width: 1024px){

    .index1li li .img1{
        margin-top:260px;
    }
    .index1li li h3 {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .index1li li.cur .img1 {
        margin-top: 100px;
    }
}
@media(max-width: 768px){
    .index_t1{
        font-size: 26px;
    }
    .index1li li{
        padding:0 15px;
    }
    .index1li li h3 {
        font-size: 18px;
        margin-top: 12px;
        margin-bottom: 20px;
    }
    .index1li li .txt{
        padding-top:15px;
        border-top: 1px solid #fff;
    }
    .index1li li .txt a{
        width: 100%;
        text-align: center;
    }
    .index1li li .img1{
        margin-top:180px;
    }
    .index1li li.cur .img1 {
        margin-top: 20px;
    }

}
@media(max-width: 767px){
    .index1{
/*        display: none;*/
        padding:30px 0;
    }
    .index_t1{
        font-size: 22px;
    }
    .index1li li .img1{
        margin-top:100px;
        line-height: 50px;
    }
    .index1li li .img1 img{
        max-height: 50px;
    }
    .index1li li.cur .img1{
        margin-top:100px;
    }
    .index1li li.cur .txt{
        display: none;
    }
    .index_table{
        margin-top:30px;
    }
}
@media(max-width: 460px){
    .index1li li{
        padding:0 10px;
    }
    .index1li li .img1{
        margin-top:40px;
        line-height: 35px;
    }
    .index1li li.cur .img1{
        margin-top:40px;
        line-height: 35px;
    }
    .index1li li .img1 img{
        max-height: 35px;
    }
    .index1li li h3{
        font-size: 15px;
    }
    .index_table{
        margin-top:20px;
    }
}


.index2{

}
.index2 ul{
    display: flex;
    flex-wrap: wrap;
}
.index2 li{
    width: 32%;
    margin-right: 2%;
    border-radius: 18px;
    overflow:hidden;
}
.index2 li:nth-child(3n){
    margin-right: 0;
}
.index2 li a{
    display: block;
    position: relative;
}
.index2 li h3{
    position: absolute;
    bottom:20px;
    left:35px;
    font-size: 22px;
    color: #fff;
    font-weight: normal;
}
.index2 li a:hover .img img{
    transform: scale(1.1);
}
@media(max-width: 1600px){
    .index2 li h3 {
        left: 20px;
        font-size: 20px;
    }
}
@media(max-width: 1259px){

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

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

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

}
@media(max-width: 460px){
    .index2 li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}


.index3{
    padding:48px 0 95px;
}
.index3 .container{
    display: flex;
    flex-wrap: wrap;
}
.index3 .img1{
    width: 415px;
}
.index3 .cont{
    width: calc(100% - 415px);
    padding-left: 60px;
    padding-top:40px;
}
.index_t2{

}
.index_t2 span{
    font-size: 30px;
    color: #333333;
    display: block;
    position: relative;
    float: left;
    line-height:52px;
    padding-bottom: 8px;
}
.index_t2 span:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 50px;
    height: 5px;
    background:#1f386d;
}
.index_t2 a{
    float: right;
}
a.more1{
    display: block;
    width: 200px;
    line-height: 50px;
    border:1px solid #1f386d;
    font-size: 20px;
    color: #1f386d;
    text-align:center;
    border-radius: 25px;    
}
a.more1:hover{
    background:#1f386d;
    color: #fff;    
}
.news_list1{
    margin-top:40px;
}
.news_list1 li{
    padding:18px 0;
    border-bottom: 1px solid #e0e0e0;
}
.news_list1 li a{
    font-size: 20px;
    color: #999999;
    display: block;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.6;
}
.news_list1 li span{
    font-size: 14px;
    color: #999999;
}
.news_list1 li:hover{
    border-bottom: 1px solid #1f386d;    
}
.news_list1 li:hover a{
    color: #1f386d;
}
@media(max-width: 1600px){
    .index_t2 span{
        font-size: 26px
    }
    a.more1{
        font-size: 18px;
        width: 160px;
    }
    .index3 .cont{
        padding-left: 50px;
        padding-top: 20px;        
    }
    .news_list1 li a{
        font-size: 17px;
    }

}
@media(max-width: 1259px){
    .index3 .img1{
        width: 30%;
    }
    .index3 .cont{
        width: 70%;
        padding-top:0;
    }
    .news_list1 {
        margin-top: 20px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .index3 .cont{
        padding-left: 30px;
    }
    .index_t2 span{
        font-size: 24px;
        line-height: 36px;
        padding-bottom: 8px;
    }
    a.more1{
        font-size: 15px;
        line-height: 42px;
        width: 120px;
    }
    .news_list1 {
        margin-top: 10px;
    }
    .news_list1 li{
        padding:12px 0;
    }
    .news_list1 li a{
        font-size: 16px;
    }
}
@media(max-width: 640px){
    .index3{
        padding:30px 0;
    }
    .index_t2 span{
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 6px;
    }
    .index_t2 span:before{
        height: 2px;
    }
    a.more1{
        font-size: 14px;
        line-height: 32px;
        width: 80px;
    }
    .index3 .img1{
        display: none;
    }
    .index3 .cont{
        width: 100%;
        padding-left: 0px;
    }
    .news_list1 li {
        padding: 10px 0;
    }
    .news_list1 li a{
        font-size: 15px;
    }
}
@media(max-width: 460px){


}


.index4{
    padding-bottom: 100px;
}
.index4 .container{
    position: relative;
    border-radius: 18px;
    overflow:hidden;
}
.index4 .text{
    position: absolute;
    left:105px;
    bottom: 65px;
}
.index4 .text p{
    line-height: 1.2;
    font-size: 40px;
    color: #fff;
    margin-bottom: 45px;
}
a.more2{
    display: block;
    width: 200px;
    line-height: 52px;
    font-size: 20px;
    color: #1f386d;
    text-align:center;
    border-radius: 25px;  
    background:#fff;  
}
a.more2:hover{
    background:#1f386d;
    color: #fff;    
}

@media(max-width: 1600px){
    .index4 {
        padding-bottom: 60px;
    }
    .index4 .text p{
        font-size: 32px;
    }
    a.more2{
        width: 160px;
        font-size: 18px;
    }
}
@media(max-width: 1259px){
    .index4 .text {
        left: 60px;
        bottom: 35px;
    }
    a.more2{
        width: 120px;
        font-size: 16px;
        line-height: 42px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .index4 {
        padding-bottom: 30px;
    }
    .index4 .text {
        left: 30px;
        bottom: 15px;
    }
    .index4 .text p {
        font-size: 26px;
        margin-bottom: 20px;
    }
    a.more2{
        width: 100px;
        font-size: 15px;
        line-height: 36px;
    }
}
@media(max-width: 640px){
    .index4 .text {
        left: 0px;
        top: 0;
        width: 100%;
        height: 100%;
        text-align:center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .index4 .text p {
        font-size: 20px;
        margin-bottom: 0px;
        line-height: 1.4;
    }
    .index4 .more2{
        display: none;
    }
}




/*友情链接*/

.f_link {
    line-height: 30px;
    background-color: #ececec;
    display: none;
}

/*页面底部*/

#footer {
    background:#f7f7f7;
    border-top:1px solid #e0e0e0;
    padding:190px 0 45px;
}
#footer a:hover {
    color: #1f386d;
    text-decoration: underline;
}
.foot{
    margin-bottom: 275px;
}
.f_nav{
    width: calc(100% - 317px);
    display: flex;
    justify-content: space-between;
    float: left;
    padding-right: 90px;
}
.f_nav li{
    padding-right: 0px!important;
}
.f_nav li:last-child{
    margin-right: 0;
}
.f_nav li h3{
    font-size: 18px;
    color: #1f386d;
    margin-bottom: 35px;
    line-height: 1;
}
.f_nav li a{
    display: block;
}
.f_nava2 p{
    /*font-weight: bold;*/
    /*font-size: 18px;*/
    /*color: #000;*/
    /*line-height: 1.6;*/
}
.foot_r{
    width: 317px;
    float: right;
}
.f_logo{
    /*margin-bottom: 105px;*/
}
.f_contact{
    margin:30px 0;
    text-align: right;
}
.f_share{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.f_share a{
    display: block;
    position: relative;
    width: 38px;
    height: 38px;
    background:url(../images/f_icon1.png) no-repeat;
    margin-right: 6px;
}
.f_share a:nth-child(1){
    background-position: 0 0;
}
.f_share a:nth-child(2){
    background-position: -44px 0;
}
.f_share a:nth-child(3){
    background-position: -88px 0;
}
.f_share a:nth-child(4){
    background-position: -132px 0;
}
.f_share a:nth-child(5){
    background-position: -176px 0;
}
.copyright {
    text-align: center;
    line-height: 24px;
}
.copyright_l{
    float: left;
    line-height: 42px;
}
.copyright_r{
    float: right;  
    display: flex;  
}
.copyright_r a{
    display: block;
    margin-left: 12px;
    line-height: 42px;
    cursor: pointer;
}
.f_nav li:nth-child(3){
    display: none;
}
.c-modal-main{
    width: 190px;
    background: #6696ff;
    padding: 15px;
    position: fixed;
    right: 10px;
    top: 10%;
    /*transform: translate(-50%, -50%) scale(1);*/
    z-index: 150;
    overflow: hidden;
    transition: all 0.6s;
    overflow: hidden;
    max-width: 94%;
    max-height: 94%;
    color: #fff;
    border-radius: 5px;
}
.c-modal-close {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    opacity: .9;
    transition: opacity .3s,transform .3s;
    color: #ddd;
}
.c-modal-close img {
    width: 18px;
}
.c-modal-main .main {
    width: 100%;
    /*border: 1px dotted rgba(255, 255, 255, 0.9);*/
    /*padding-top: 15px;*/
    /*padding-bottom: 10px;*/
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    position: relative;
}
.c-modal-main .main p{
    font-size: 15px;
    line-height: 1.6;
    background: #fff;
    border-radius: 0 0 5px 5px;
    color: #666;
    text-align: center;
    padding:5px;
}
.c-modal-main .main p.p1{
    font-size: 17px;
    padding:0;
    color: #fff;
    background: none;
    border-radius: 0;
    margin-bottom: 10px;
}
@media(max-width: 1600px){
    #footer{
        padding:100px 0 30px;
    }
    .foot{
        margin-bottom:160px;
    }
    .f_nav{
        padding-right:60px;
    }
    .f_nav li{
        padding-right: 100px;
    }
    /*.f_nava2 p{*/
    /*    font-size:22px;*/
    /*}*/
    .c-modal-main{
        width:165px;
        max-width: 96%;
        max-height: 96%;
        padding:10px;
    }
    /*.c-modal-close {*/
    /*    right: 15px;*/
    /*    top: 15px;*/
    /*}*/
    /*.c-modal-close img{*/
    /*    width:20px;*/
    /*}*/
    .c-modal-main .main p.p1{
        font-size: 16px;
    }
    .c-modal-main .main p{
        font-size: 14px;
    }
}
@media(max-width: 1259px){
    .f_nav li{
        padding-right: 70px;
    }

}
@media(max-width: 1024px){
    #footer{
        padding:60px 0 20px;
    }
    .foot{
        margin-bottom:120px;
    }
    .f_nav li{
        padding-right: 50px;
    }
    .f_nav li h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .f_nav{
        padding-right:40px;
    }
    /*.f_nava2 p{*/
    /*    font-size:20px;*/
    /*}*/
    .c-modal-main{
        display:none!important;
    }
}
@media(max-width: 880px){
    .f_nav{
        padding-right:25px;
    }
    /*.f_nava2 p{*/
    /*    font-size:18px;*/
    /*}*/
    .f_nav li:nth-child(4){
        display: none;
    }
    /*.f_nav li{*/
    /*    display:none;*/
    /*}*/
    /*.f_nav li:last-child{*/
    /*    display:block;*/
    /*}*/
}
@media(max-width: 768px){
    #footer{
        padding:40px 0 15px;
    }
    .foot{
        margin-bottom:70px;
    }
    .f_nav li{
        padding-right: 20px;
    }
    /*.f_logo{*/
    /*    margin-bottom: 30px;*/
    /*}*/
}
@media(max-width: 767px){
    #footer{
        padding:10px 0;
    }
    .foot{
        display: none;
    }
    .copyright_l,.copyright_r{
        float: none;
        text-align: center;
        width: 100%;
    }
    .copyright_r{
        display: none;
        justify-content: center;        
    }
}




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

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

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



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.n_banner img {
    width: 100%;
    margin: 0 auto;
}
.n_banner h3{
    font-size: 36px;
    color: #fff;
    text-align: center;
    position: absolute;
    left:0;
    bottom:130px;
    width: 100%;
    font-weight: normal;
}
.n_banner h3 span{
    display: inline-block;
    position: relative;
    line-height: 1;
    padding-bottom: 25px;
}
.n_banner h3 span:before{
    content:'';
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -29px;
    width: 58px;
    height: 2px;
    background: #fff;
}


@media(max-width: 1600px){
    .n_banner{
        max-height:400px;
        overflow:hidden;
    }
}
@media(max-width: 1259px){
    .n_banner h3{
        font-size: 32px;
        bottom:120px;
    }
    .n_banner h3 span{
        padding-bottom: 20px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .n_banner h3{
        font-size: 26px;
        bottom:70px;
    }
/*    .n_banner h3 span{
        padding-bottom: 20px;
    }*/
}
@media(max-width: 640px){
    .n_banner h3{
        font-size: 24px;
        bottom:50px;
    }
}




#about1{
    padding:110px 0 95px;
}
.about1{
    display: flex;
    flex-wrap: wrap;
}
.ab_logo{
    width: 360px;
}
.about1 .text{
    padding-left: 80px;
    width: calc(100% - 360px);
}
.ab1_text{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.ab1_text .p1{
    font-size: 56px;
    color: #333333;
    line-height: 1;
}
.ab1_text .p2{
    padding-left: 30px;
    margin-left: 30px;
    border-left: 3px solid #333333;
}
.ab1_text .p2 span{
    font-size: 34px;
    color: #333333;
    line-height: 1;
    display: block;
    letter-spacing: 5px;
}
.ab1_text .p2 em{
    font-size: 12px;
    color: #666666;
/*    line-height: 1;*/
    display: block;
    font-style: normal;
    letter-spacing: 2px;
}
.about1 .text .txt{
    font-size: 18px;
    color: #666;
}
.shuju{

}
.shuju ul{
    display: flex;
    flex-wrap: wrap;
    padding:65px 20px  55px 100px;
    background: #f5f5f5;
}
.shuju li{
    width: 25%;
}
.shuju li .p1{
    color: #1f386d;
}
.shuju li .p1 span{
    font-size: 60px;
    line-height: 1;
}
.shuju li .p1 sup{
    font-size: 18px;
}
.shuju li .p2{
    font-size: 16px;
    color: #666;
}
.about2{
    padding:60px 0 40px;
}
.index_t4{
    font-size: 40px;
    color: #4c4c4c;
    position: relative;
    line-height: 1;
    padding:0 0 22px;
}
.index_t4:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 60px;
    height: 6px;
    background: #1f386d;
}
.about2 ul{
    margin-top: 42px;
    display: flex;
    flex-wrap: wrap;
}
.about2 ul li{
    text-align: center;
    width: 32%;
    margin-right: 2%;
}
.about2 ul li:nth-child(3n){
    margin-right: 0;
}
.about2 ul li .img{
    border-radius: 15px;
}
.about2 ul li p{
    font-size: 22px;
    color: #333333;
    padding-top:20px;
}
.about3{

}
.about3 .container{
    text-align: center;
    padding:55px 75px 85px;
    background: #f5f5f5;
}
.index_t5{
    font-size: 36px;
    color: #525252;
    position: relative;
}
.index_t5:before{
    content:'';
    position: absolute;
    bottom:0;
    left:50%;
    width: 60px;
    height: 4px;
    background: #0f4a74;
    margin-left: -30px;
}
.about3 .txt{
    font-size: 16px;
    color: #808080;
    margin-top: 20px;
}
.about4{
    padding:70px 0 80px;
}
.about4 .container{
    background: url(../images/a_bg1.jpg) no-repeat center;
    background-size: cover;
    padding:70px 70px 180px;
    color: #fff;
    border-radius: 25px;
    background-attachment: fixed;
}
.about4 .index_t4{
    color: #fff;
}
.about4 .index_t4:before{
    background: #fff;
}
.about4 .text{
    padding:75px 0 0 295px;
    font-size: 26px;
}
.about4 .text p:nth-child(2){
    padding-left: 80px;
}
.about5{

}
.about5_c{
    margin-top:58px;
}
.about5_img{
    width: 52%;
    float: left;
}
.about5_img p{
    display: none;
}
.about5_li{
    width: 48%;
    padding:0 20px 0 90px;
    float: right;
    position: relative;
    height: 400px;
    overflow-y: auto;
}
.about5_li p{
    position: relative;
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
    line-height: 1.6;
    cursor: pointer;
}
.about5_li p.cur{
    color: #1f386d;
    padding-left: 12px;
}
.about5_li p.cur:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    width: 6px;
    height: 1px;
    background: #1f386d;
    margin-top:-0.5px;
}
.about6{
    padding:85px 0 115px;
}
.company-honor-list{
    overflow: hidden;
    cursor: url(../images/move.png),default!important;
    width: 100%;
    height: 100%;
/*    padding:0px 0px 65px;*/
    position: relative;
    margin-top:50px;
}
#c-banner2{
    padding-bottom: 65px;
}
.company-honor-list .honor {
/*    background: #f0f5f7;*/
    position: relative;
}
.company-honor-list .honor a {
    display: block;
    overflow: hidden;
    cursor: url(../images/move.png),default!important;
}
.company-honor-list .honor .img {
/*    width: 90%;
    margin: 0px auto;*/
    position: relative;
}
.company-honor-list .honor .img i {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -25px 0 0 -25px;
    background: #fff url(../images/add.png) center no-repeat;
    border-radius: 100%;
    opacity: 0;
}

.company-honor-list .honor .img .img1 {
    cursor: pointer;
}
.company-honor-list .honor .text{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    text-align: center;
    font-size: 15px;
    color: #666;
    padding: 20px 0;
    width: 80%;
    margin: auto;
    display: none;
}
#c-banner2 .swiper-pagination{
    width: 36%;
    top: calc(100% - 13px);
    left: 64%;
    height:3px;
    background: #cccccc;
}
#c-banner2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #1f386d;
}
.swiper-tip{
    font-size: 14px;
    background: url(../images/m.png) 0 no-repeat;
    padding-left: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.about7{
    padding-bottom: 125px;
}
.about7 .img{
    width: 52%;
    float: right;
}
.about7 .text{
    float: left;
    width: 48%;
    padding-right: 85px;
    padding-top:20px;
}
.about7 .text .txt{
    margin-top:65px;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 1.8;
}
@media(max-width: 1600px){
    #about1{
        padding:80px 0;
    }
    .ab_logo{
        width: 280px;
    }
    .ab_logo img{
        max-width: 200px;
    }
    .about1 .text{
        padding-left: 50px;
        width: calc(100% - 280px);
    }
    .ab1_text{
        margin-bottom: 20px;
    }
    .ab1_text .p1{
        font-size: 42px;
    }
    .ab1_text .p2 span{
        font-size: 30px;
    }
    .about1 .text .txt{
        font-size: 16px;
    }
    .shuju ul{
        padding:50px 20px  50px 100px;
    }
    .shuju li .p1 span{
        font-size: 42px;
    }
    .shuju li .p1 sup{
        font-size: 16px;
    }
    .index_t4,.index_t5{
        font-size: 32px;
    }
    .about2 ul li p{
        font-size: 18px;
        padding-top: 10px;
    }
    .about3 .container{
        padding:50px 50px 70px;
    }
    .about3 .txt{
        font-size: 15px;
    }
    .about4 .text {
        padding: 60px 0 0 200px;
    }
    .about5_li{
        padding:0 15px 0 70px;
    }
    .about6{
        padding:70px 0;
    }
    .about7{
        padding-bottom: 70px;
    }
    .about7 .text .txt{
        margin-top:50px;
    }
    .index_t4:before{
        height: 4px;
    }
    .company-honor-list{
        margin-top:30px;
    }
}
@media(max-width: 1259px){
    .about5_c {
        margin-top: 40px;
    }
    .about5_li{
        padding:0 0px 0 50px;
        height: 300px;
    }
    .about7 .text{
        padding-right: 50px;
        padding-top: 0px;
    }
    .about7 .text .txt {
        margin-top: 30px;
        font-size: 15px;
    }
}
@media(max-width: 1024px){
    #about1{
        padding:60px 0;
    }
    .ab_logo{
        width: 200px;
    }
    .about1 .text{
        width: calc(100% - 200px);
    }
    .ab1_text{
        margin-bottom: 15px;
    }
    .ab1_text .p1{
        font-size: 32px;
    }
    .ab1_text .p2{
        padding-left: 25px;
        margin-left: 25px;
        border-left: 2px solid #333333;        
    }
    .ab1_text .p2 span{
        font-size: 24px;
    }
    .about1 .text .txt{
        font-size: 14px;
        margin-top:5px;
    }
    .shuju ul{
        padding:40px 20px  40px 60px;
    }
    .shuju li .p1 span{
        font-size: 32px;
    }
    .shuju li .p1 sup{
        font-size: 14px;
    }
    .about2 ul{
        margin-top: 30px;
    }
    .about2 ul li p{
        font-size: 16px;
    }
    #c-banner2 {
        padding-bottom: 30px;
    }
    #c-banner2 .swiper-pagination {
        width: 100%;
        left: 0%;
    }
    .swiper-tip{
        display:none;
    }
    .about4 .text{
        padding:40px 0 0 120px;
    }
    .about7 {
        padding-bottom: 50px;
    }
}
@media(max-width: 768px){
    #about1,.about2{
        padding:50px 0;
    }
    .ab_logo{
        display: none;
    }
    .about1 .text {
        width: 100%;
        padding-left: 0;
    }
    .ab1_text .p1{
        font-size: 26px;
        display: flex;
        align-items:center;
    }
    .ab1_text .p2 span{
        font-size: 20px;
    }
    .shuju ul{
        padding:30px 15px  30px 30px;
    }
    .shuju li .p1 span{
        font-size: 26px;
    }
    .shuju li .p2{
        font-size: 14px;
    }
    .about2 ul li p{
        font-size: 15px;
    }
    .index_t4{
        font-size: 26px;
    }

    .about3 .container{
        padding:30px 30px 50px;
    }
    .about4{
        padding:50px 0;
    }
    .about4 .container{
        padding:50px 30px 100px;
    }
    .about4 .text{
        font-size: 24px;
    }
    .about5_c {
        margin-top: 25px;
    }
    .about5_li p{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .index_t4, .index_t5 {
        font-size: 26px;
    }
    .index_t4{
        padding: 0 0 16px;
    }
    .index_t4:before{
        height: 2px;
    }
    .company-honor-list{
        margin-top:20px;
    }
    .about6 {
        padding: 50px 0;
    }
}
@media(max-width: 640px){
    #about1,.about2{
        padding:30px 0;
    }
    .ab1_text .p1{
        font-size: 22px;
    }
    .ab1_text .p2 {
        padding-left: 15px;
        margin-left: 15px;
/*        border-left: 2px solid #333333;*/
    }
    .ab1_text .p2 span{
        font-size: 16px;
    }
    .shuju ul {
        padding: 20px 15px;
    }
    .index_t4, .index_t5 {
        font-size: 22px;
    }
    .index_t5:before{
        height: 2px;
    }
    .about3 .container {
        padding: 20px 15px 30px;
    }
    .about4{
        padding:30px 0;
    }
    .about4 .container {
        padding: 50px 20px;
    }
    .about4 .text {
        padding: 20px 0 0 40px;
        font-size: 18px;
    }
    .about4 .text p:nth-child(2) {
        padding-left: 40px;
    }
    .about5_img{
        width: 100%;
    }
    .about5_li{
        width: 100%;
        padding-left: 0;
        margin-top:20px;
        height: 260px;
    }
    .about6 {
        padding: 30px 0;
    }

    .about7 {
        padding-bottom: 30px;
    }
    .about7 .img{
        float: none;
        width: 100%;
    }
    .about7 .text{
        float: none;
        width: 100%;
        padding-right: 0px;
        margin-top:20px;
    }
    .about7 .text .txt {
        margin-top: 20px;
        font-size: 14px;
    }

}
@media(max-width: 460px){
    .shuju ul {
        padding: 10px 10px;
    }
    .shuju li{
        width: 50%;
        padding:10px 10px;
    }
    .about2 ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .shuju li .p1 span{
        font-size: 24px;
    }
}



#about5{
    padding:140px 0 100px;
    background:url(../images/ab4.jpg) no-repeat center;
    background-size: cover;
    margin:50px 0;
}
.about3_l{
    float: left;
    width: 50%;
    padding-top:10px;
}
.about3_l .about3_t{
    color: #333333;
    margin-bottom: 85px;
}
.about3_l .about3_t h2{
    font-size:40px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight:normal;
}
.about3_l .about3_t p{
    font-size:24px;
}
.about3_l .text{
    margin-top:50px;
}
.about3_l .text p{
    font-size:16px;
    line-height: 40px;
}

.about3_r{
    float: right;
    width: 50%;
}
.about3_r .c-banner2s{
    max-height: 520px;
    overflow:hidden;
}
.about3_r .c-banner2s .swiper-pagination{
    left:0;
    opacity: 0;
}
#about5 .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 260px;
    padding-bottom: 35px;
}   
#about5 .swiper-slide .imgs{
    max-width: 47%;
}


@media(max-width:1600px){
    #about5{
        padding: 100px 0;
    }
   .about3_l .about3_t{
        margin-bottom: 50px;
    }
    .about3_l .about3_t p{
        font-size:20px;
    }
    #about5 .swiper-slide{
        padding-bottom: 15px;
/*        height: 220px!important;*/
    }
}
@media(max-width:1259px){
    #about5 {
        padding: 70px 0;
    }
    .about3_l .about3_t{
        margin-bottom: 40px;
    }
    .about3_l .about3_t p{
        font-size:16px;
    }
    #about5 .swiper-slide{
        padding-bottom: 0px;
/*        height: 220px!important;*/
    }
}
@media(max-width:1024px){
    
}
@media(max-width:768px){
    #about5 {
        padding: 50px 0;
    }
    .about3_l{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .about3_l .about3_t{
        margin-bottom: 20px;
    }
    .about3_l .about3_t p{
        font-size:14px;
    }
    .about3_r{
        width: 100%;
        float: none;
    }  
    .about3_l .text{
        margin-top:30px;
    }
}
@media(max-width:640px){
    #about5 {
        padding: 30px 0;
    } 
    .about3_l .text{
        margin-top:20px;
    }
}
@media(max-width:460px){
    .about3_r .c-banner2s{
        max-height: 125px;
    }
    #about5 .swiper-slide{
        /*max-height: 120px;*/
    }
    #about5 .swiper-slide .imgs{
        max-width: 48%;
    }
}


#container{
    padding:90px 0 190px;
}
.left{
    width: 27%;
    float: left;
}
.sort_menu{

}
.p_sort{
    margin:30px 0 55px;
}
.p_sort li a{
    display: block;
}
.p_sort li a.list_item1{
    font-size: 26px;
    color: #4c4c4c;
    line-height: 65px;
    padding-right: 30px;
    /*background: url(../images/add1.png) no-repeat right center;*/
    border-bottom:1px solid #dedede;
}
.p_sort li .layer2{
    padding:18px 0;
    /*display: none;*/
}
.p_sort li .layer2 a{
    font-size: 16px;
    color: #808080;
    padding-left: 18px;
    border-left:1px solid #e6e6e6;
    position: relative;
    line-height: 36px;
}
.p_sort li .layer2 a:before{
    content:'';
    position: absolute;
    left:0px;
    top:50%;
    margin-top:-0.5px;
    width: 10px;
    height:1px;
    background: #e6e6e6;
}
.p_sort li .layer2 a:hover,.p_sort li .layer2 a.on{
    color: #1f386d;
}

/*.p_sort li:hover a.list_item1,.p_sort li.on a.list_item1{*/
/*    background: url(../images/add1_h.png) no-repeat right center;*/
/*}*/
.p_sort li:hover .layer2,.p_sort li.on .layer2{
    display: block;
}

a.tel_a{
    display: flex;
    justify-content: center;
    width: 100%;
    line-height: 80px;
    background: #1f386d;
    color: #fff;
    border-radius: 15px;
    font-size: 20px;
    font-weight: bold;
}
a.tel_a i{
    display: inline-block;
    width: 25px;
    margin-right: 48px;
    background: url(../images/tel2.png) no-repeat center;
}
.right{
    width: 73%;
    padding-top:55px;
    float: right;
    padding-left: 55px;
}
.product_list{
    border-top:2px solid #1f386d;
    padding-top:40px;
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 45px;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li a.img{
    display: block;
    border-radius: 10px;
}
.product_list li h3 a{
    font-size: 20px;
    color: #1f386d;
    padding-top:15px;
    display: block;
}
.product_list li:hover a.img img{
    transform: scale(1.1);
}

.sitemp{
    padding:25px 0 65px;
    font-size: 16px;
    color: #999999;
}
.site a{
    font-size: 16px;
    color: #999999;
}
.site a:last-child{
    color: #1f386d;
}
.pd1{

}
.pd1 ul{
    display: flex;
    flex-wrap: wrap;
    margin:45px 0 95px;
}
.pd1 ul li{
    width: 32%;
    margin-right: 2%;
    border-radius: 15px;
    overflow:hidden;
}
.pd1 ul li:nth-child(3n){
    margin-right: 0;
}
.pd1 ul li .img{
    
}
.pd1 ul li .text{
    background: #f5f5f5;
    padding:40px 40px 30px;
}
.pd1 ul li .text h3{
    font-size: 24px;
    color: #1f386d;
}
.pd1 ul li .text .txt{
    font-size: 15px;
    color: #666666;
    padding:5px 0 50px;
    border-bottom: 3px solid #1f386d;
    margin-bottom: 25px;
}
.pd1 ul li .text a{
    font-size: 14px;
    color: #1f386d;
    font-weight: bold;
}
.pd2{
    display: flex;
    flex-wrap: wrap;
}
.pd2 .img{
    width: 50%;
}
.pd2 .img p:nth-child(2){
    display: none;
}
.pd2 .text1{
    display: flex;
    flex-direction: column;
    justify-content: center;    
    padding: 10px 20px 10px 60px;
    width: 50%;
}
.pd2 .text1 p{
    font-size: 16px;
    color: #808080;
    line-height: 1.6;
}
.pd2 .text1 p strong{
    font-size: 40px;
    color: #1f386d;
    line-height: 1;
    font-weight: normal;
}
.pd2 .text1 p em{
    font-style: normal;
    font-size: 21px;
    color: #4c4c4c;
    display: block;
    margin:30px 0 35px;
    line-height: 1.6;
}
.pd3{
    padding:80px 0 80px;
}
.pd3 p{
    font-size: 18px;
    color: #808080;
    margin-top:25px;
    max-width: 1015px;
}
.pd3 p strong{
    font-size: 40px;
    color: #333;
    font-weight: normal;
    line-height: 1.6;
}
.pd3 .txt:nth-child(2){
    padding-top:50px;
}
.xgal{
    background: #f6f6f6;
    padding: 90px 0 65px;
}

.news_list2{
    margin-top:50px;
}
.news_list2 li{
    margin-bottom: 35px;
}
.news_list2 li a{
    display: flex;
    flex-wrap: wrap;
    padding:15px;
    background: #ffffff;
    border-radius: 15px;
    overflow:hidden;
}
.news_list2 li a .img{
    width: 46%;
    border-radius: 10px;
}
.news_list2 li a .text{
    width: 54%;   
    padding:0 35px 0 58px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news_list2 li a .text h3{
    font-size: 36px;
    color: #333;
    line-height: 1.2;
    font-weight: normal;
}
.news_list2 li a .text p{
    font-size: 16px;
    color: #808080;
    line-height: 1.8;
    margin:15px 0 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list2 li a .text span{
    font-size: 14px;
    color: #1f386d;
    font-weight: bold;
    display: inline-block;
}
.news_list2 li a:hover .img img{
    transform: scale(1.1);
}
.tjcp{
    padding:95px 0 115px;
}
.tjcp .product_list2{
    border:none;
    padding-top:70px;
}
.tjcp .product_list2 li h3 a{
    font-size: 28px;
    line-height: 1.6;
}
@media(max-width: 1600px){
    .sitemp{
        padding:15px 0 40px;
    }
    .sitemp,.site a{
        font-size: 14px;
    }
    #container{
        padding:70px 0 100px;
    }
    .p_sort li a.list_item1{
        font-size: 22px;
    }
    .p_sort li .layer2 a{
        font-size: 15px;
    }
    .product_list li{
        margin-bottom: 30px;
    }
    .product_list li h3 a,.tjcp .product_list2 li h3 a{
        font-size: 18px;
    }
    .pd1 ul{
        margin:30px 0 60px;
    }
    .pd1 ul li .text{
        padding:25px;
    }
    .pd1 ul li .text h3{
        font-size: 20px;
    }
    .pd1 ul li .text .txt {
        font-size: 14px;
        padding: 5px 0 30px;
        border-bottom: 2px solid #1f386d;
        margin-bottom: 20px;
    }
    .pd2 .text1{
        /*width: 100%;*/
        padding:10px 20px 10px 40px;
    }
    .pd2 .text1 p strong,.pd3 p strong,.news_list2 li a .text h3{
        font-size: 32px;
    }
    .pd2 .text1 p em {
        font-size: 16px;
        margin: 20px 0;
    }
    .pd3 p {
        font-size: 16px;
        margin-top: 10px;
    }
    .xgal,.tjcp{
        padding:70px 0;
    }
    .news_list2 li{
        margin-bottom: 25px;
    }
    .news_list2 li a .text p {
        font-size: 15px;
        margin: 15px 0 30px;
    }
    .tjcp .product_list2{
        padding-top:40px;
    }
}
@media(max-width: 1259px){
    .right{
        padding-top: 20px;
        padding-left: 40px;        
    }
}
@media(max-width: 1024px){
    .p_sort li a.list_item1{
        font-size: 17px;
        line-height: 50px;
    }
    #container{
        padding:70px 0;
    }
    .pd1 ul{
        margin:30px 0 40px;
    }
    .pd1 ul li .text{
        padding:20px;
    }
    .pd1 ul li .text h3{
        font-size: 18px;
    }
    .pd1 ul li .text .txt {
        padding: 5px 0 15px;
        border-bottom: 2px solid #1f386d;
        margin-bottom: 15px;
    }
    .pd2 .text1 p strong,.pd3 p strong,.news_list2 li a .text h3{
        font-size: 26px;
    }
    .pd2 .text1 p em {
        font-size: 14px;
        margin: 15px 0;
    }
    .pd3{
        padding:70px 0;
    }
    .news_list2{
        margin-top:30px;
    }
    .tjcp .product_list2{
        padding-top:30px;
    }
}
@media(max-width: 768px){
    .sitemp{
        padding:10px 0 20px;
    }
    .p_sort li .layer2 a{
        font-size: 15px;
    }
    #container,.pd3,.xgal,.tjcp{
        padding:50px 0;
    }
    .left{
        width: 100%;
        margin-top:20px;
    }
    .right{
        padding-top: 0px;
        padding-left: 0px;   
        width: 100%;     
    }
    .product_list {
        border:none;
        padding-top: 0px;
    }
    .product_list li{
        margin-bottom: 20px;
    }
    .product_list li h3 a,.tjcp .product_list2 li h3 a{
        font-size: 16px;
        padding-top:5px;
    }
    .pd1 ul li{
        width: 49%;
    }
    .pd1 ul li:nth-child(3n) {
        margin-right: 2%;
    }
    .pd1 ul li:nth-child(2n) {
        margin-right: 0;
    }
    .pd2 .text1{
        width: 100%;
        padding:10px 15px 10px 30px;
    }
    .pd2 .text1 p strong,.pd3 p strong,.news_list2 li a .text h3{
        font-size: 20px;
    }
    .pd2 .text1 p em {
        margin: 10px 0;
    }
    .pd3 p {
        font-size: 14px;
        margin-top: 0px;
    }
    .pd3 .txt:nth-child(2) {
        padding-top: 20px;
    }
    .news_list2 li a .text p {
        font-size: 14px;
        margin: 10px 0 20px;
    }

}
@media(max-width: 640px){
    #container,.pd3,.xgal,.tjcp{
        padding:30px 0;
    }
    .product_list li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 15px;
    }
    .product_list li:nth-child(3n){
        margin-right: 3%;
    }
    .product_list li:nth-child(2n){
        margin-right: 0;
    }
    .product_list li h3 a,.tjcp .product_list2 li h3 a{
        font-size: 15px;
    }
    .pd1 ul{
        margin:20px 0 30px;
    }
    .pd1 ul li .text h3{
        font-size: 16px;
    }
    .pd2 .img{
        width: 100%;
    }
    .pd2 .text1{
        width: 100%;
        padding:20px 15px;
    }
    .pd2 .text1 p strong,.pd3 p strong,.news_list2 li a .text h3{
        font-size: 17px;
    }
    .pd2 .text1 p em {
        margin: 5px 0;
    }
    .news_list2{
        margin-top:20px;
    }
    .news_list2 li{
        margin-bottom: 15px;
    }
    .news_list2 li a .img{
        width: 100%;
    }
    .news_list2 li a .text{
        width:100%;
        padding:20px 15px;
    }
    .news_list2 li a .text p {
        margin: 10px 0 ;
    }
    .tjcp .product_list2{
        padding-top:20px;
    }
}
@media(max-width: 460px){
    .pd1 ul li{
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }
    .pd1 ul li:nth-child(3n) {
        margin-right: 0%;
    }
}


.n_case{
    padding:70px 0 90px
}
.case_list1{
    display: flex;
    flex-wrap: wrap;
    background: #1f386d;
    border-radius: 15px;
    margin:40px 0 25px;
    padding:0 45px;
}
.case_list1 li{
    font-size: 22px;
    color: #fff;
    line-height: 80px;

}
.case_list1 li:nth-child(1){
    width: 30%;
}
.case_list1 li:nth-child(2){
    width: calc(70% - 65px);
}
.case_list1 li:nth-child(3){
    width: 65px;
}
.case_list{

}
.case_list li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding:0 45px;
    background: #f5f5f5;
    border-radius: 15px;
}
.case_list li p{
    font-size: 16px;
    color: #333333;
    line-height: 80px;
}
.case_list li p:nth-child(1){
    width: 30%;
    display:flex;
}
.case_list li p i{
    display: inline-block;
    width: 21px;
    margin-right: 15px;
    background: url(../images/icon1.png) no-repeat center;

}
.case_list li p:nth-child(2){
    width: calc(70% - 65px);
}
.case_list li p:nth-child(3){
    width: 65px;
}
@media(max-width: 1600px){
    .n_case{
        padding:70px 0;
    }
    .case_list1 li{
        font-size: 20px;
        line-height: 60px;
    }
    .case_list li p{
        font-size: 15px;
        line-height: 60px;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    .case_list1 li{
        font-size: 18px;
        line-height: 50px;
    }
    .case_list li p{
        font-size: 14px;
        line-height: 50px;
    }
}
@media(max-width: 768px){
    .n_case{
        padding:50px 0;
    }
    .case_list1{
        margin: 30px 0 25px;
        padding: 0 25px;        
    }
    .case_list li{
        padding: 0 25px;
    }
}
@media(max-width: 640px){
    .n_case{
        padding:30px 0;
    }
    .case_list1 {
        margin: 30px 0 20px;
        padding: 0 15px;
    }
    .case_list1 li{
        font-size: 16px;
        line-height: 42px;
    }
    .case_list1 li:nth-child(3),.case_list li p:nth-child(3) {
        width: 40px;
    }
    .case_list1 li:nth-child(2),.case_list li p:nth-child(2) {
        width: calc(70% - 40px);
        display: none;
    }
    .case_list1 li:nth-child(1),.case_list li p:nth-child(1) {
        width: calc(100% - 40px);
    }
    .case_list li{
        padding:0 15px;
    }
    .case_list li p{
        line-height: 42px;
/*        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1.2;*/
    }
    .case_list li p:nth-child(1){

    }
}



.sort{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    margin-bottom: 65px;
}
.sort li{
    display: inline-block;
    margin-right: 35px;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li a{
    display: block;
    line-height: 50px;
    border: 1px solid #1f386d;
    border-radius: 35px;
    text-align: center;
    color: #1f386d;
    font-size: 20px;
    padding:0 60px;
}
.sort li a:hover,.sort li a.on{
    background: #1f386d;
    color: #fff;
}
.tj_news{
    padding-bottom: 80px;
}
.tj_news .swiper-slide{
    display: flex;
    flex-wrap:wrap;
}
.tj_news .img{
    width: 55%;
    max-height: 500px;
    overflow: hidden;
    border-radius: 25px 0 0 25px;
}
.tj_news .img img{
    width: 100%;
}
.tj_news .text{
    width: 45%;
    background: #efefef;
    padding:0 70px 0 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tj_news .text h3{
    font-size: 25px;
    color: #282828;
    line-height: 1.6;
    font-weight: normal;
}
.tj_news .text .date1{
    color: #282828;
    font-weight: 100;
    margin:25px 0 70px;
}
.tj_news .text .date1 .p1{
    font-size: 25px;
    position: relative;
    line-height: 1.4;
}
.tj_news .text .date1 .p1:before{
    content:'';
    position: absolute;
    top:50%;
    right:0;
    width: calc(100% - 100px);
    height: 1px;
    background: #cccccc;
}
.tj_news .text .date1 .p2{
    font-size: 14px;
}
.tj_news .text a{
    width: 200px;
    line-height: 58px;
    color: #1f386d;
    font-size: 16px;
    border:1px solid #1f386d;
    border-radius: 35px;
}
.tj_news .text a span{
    background: url(../images/more3.png) no-repeat center;
}
.tj_news .text a:hover{
    color: #fff;
}
.tj_news .text a:hover span{
    background: url(../images/more3_h.png) no-repeat center;
}
#c-banner3 .swiper-pagination{
    text-align: right;
    padding-right: 85px;
    bottom:50px;
}
#c-banner3 .swiper-pagination span.swiper-pagination-bullet{
    background: #cccccc;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    opacity: 1;
    margin:0 8px;
}
#c-banner3 .swiper-pagination span.swiper-pagination-bullet-active{
    background: #1f386d;
}

.news_list{
    display: flex;
    flex-wrap:wrap;
}
.news_list li{
    width: 47.5%;
    margin-right: 5%;
}
.news_list li:nth-child(2n){
    margin-right: 0;
}
.news_list li a{
    display: block;
    padding:40px 35px;
    border-bottom: 1px solid #dee3e6;
    transition:all 0.6s ease-out;
    border-radius: 15px;
    overflow:hidden;
}
.news_list li a .date2{
    font-size:17px;
    color: #4c4c4c;
    font-weight: 100;
}
.news_list li a .date2 span{
    margin-right: 25px;
    font-size: 36px;
    color: #333333;
/*    line-height: 1.6;*/
}
.news_list li a h3{
    font-size: 22px;
    line-height: 1.6;
    color: #282828;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_list li a p{
    font-size: 14px;
    color: #808080;
    margin:20px 0 30px;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list li a i{
    display: inline-block;
    width: 22px;
    height: 8px;
    background:url(../images/more4.png) no-repeat -22px 0px ;
    overflow: hidden;
}
.news_list li a:hover{
    background:url(../images/bg2.jpg) no-repeat left center;
    background-size: cover;
}
.news_list li a:hover .date2,.news_list li a:hover .date2 span,.news_list li a:hover h3,.news_list li a:hover p{
    color:#fff;
}
.news_list li a:hover i{
    background:url(../images/more4.png) no-repeat 0px;
}

.banner_text3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*text-align:center;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;  
    color: #fff;
    padding:0 100px;
}
.banner_text3 h2{
    position: relative;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.4;
    /*padding-bottom: 5px;*/
    /*margin-bottom: 5px;*/
}
/*.banner_text3 h2:before{*/
/*    content:'';*/
/*    position: absolute;*/
/*    bottom:0;*/
/*    left:0;*/
/*    width: 50px;*/
/*    height: 4px;*/
/*    background: #fff;*/
/*}*/
.banner_text3 p{
    font-size: 20px;
    text-transform: uppercase;
}

.news_detail{
    padding-bottom: 50px;
/*    max-width: 1000px;*/
}
.news_detail h1{
    font-size: 26px;
    color: #333;
    font-weight: normal;
    text-align: center;
}
.news_detail p{
    font-size: 16px;
}

@media(max-width: 1600px){
    .sort{
        margin-bottom: 50px;
    }
    .sort li a{
        padding: 0 50px;
        font-size: 18px;
    }
    .tj_news .text a{
        width: 160px;
        line-height: 50px;
    }
    .tj_news .text {
        padding: 10px 30px 10px 50px;
    }
    .tj_news .text h3{
        font-size:22px;
    }
    .tj_news .text .date1 {
        margin: 20px 0 50px;
    }
    .tj_news .text .date1 .p1{
        font-size:22px;
    }
    .tj_news .text .date1 .p1:before {
        width: calc(100% - 80px);
    }
    .news_list li {
        width: 48%;
        margin-right: 4%;
    }
    .news_list li a {
        padding: 30px 30px;
    }
    .news_list li a .date2{
        font-size:18px;
    }
    .news_list li a .date2 span{
        font-size:26px;
        margin-right: 20px;
    }
    .news_list li a h3{
        font-size:20px;
    }
    .news_list li a p {
        margin: 15px 0 20px;
    }
    .news_detail p{
        font-size: 15px;
    }
    .news_detail h1{
        font-size:20px;
    }
}
@media(max-width: 1259px){
    .sort li a{
        padding:0 30px;
        font-size: 16px;
    }
    .tj_news .text a{
        width: 140px;
        line-height: 46px;
    }
    .tj_news .text a span{
        margin-left: 20px;
    }
    .tj_news .text {
        padding: 10px 30px;
    }
}
@media(max-width: 1024px){
    .tj_news .img{
        border-radius: 15px 0 0 15px;
    }
    .tj_news .text h3{
        font-size:20px;
    }
    .tj_news .text .date1 {
        margin: 15px 0 30px;
    }
    .tj_news .text .date1 .p1{
        font-size:20px;
    }
    .tj_news .text .date1 .p2{
        font-size:15px;
    }
    #c-banner3 .swiper-pagination{
        bottom:20px;
        padding-right: 10px;
    }
    #c-banner3 .swiper-pagination span.swiper-pagination-bullet{
        margin:0 3px;
        width: 6px;
        height:6px;
    }
}
@media(max-width: 768px){
    .sort{
/*        padding:30px 0;*/
        margin-bottom: 30px;
    }
    .sort li {
        margin-right: 30px;
    }
    .sort li a{
        font-size: 14px;
        line-height: 40px;
        padding:0 20px;
    }
    .tj_news .text a{
        width: 120px;
        line-height: 40px;
        border:1px solid #1f386d;
        font-size:14px;
    }
    .tj_news .text a span{
        margin-left: 10px;
    }
    .tj_news {
        padding-bottom: 50px;
    }
    .tj_news .img{
        width:100%;
    }
    .tj_news .text {
        width:100%;
        padding: 15px 15px;
    }
    .tj_news .text h3{
        font-size:16px;
    }
    .tj_news .text .date1 {
        margin: 10px 0 20px;
    }
    .tj_news .text .date1 .p1{
        font-size:16px;
    }
    .tj_news .text .date1 .p1:before {
        width: calc(100% - 60px);
    }
    .tj_news .text .date1 .p2{
        font-size:14px;
    }
    .news_list li {
        width: 100%;
        margin-right: 0%;
    }
    .news_list li a {
        padding: 20px 20px;
    }
    .news_list li a .date2{
        font-size:16px;
    }
    .news_list li a .date2 span{
        font-size:20px;
        margin-right: 15px;
    }
    .news_list li a h3{
        font-size:18px;
    }
    .news_list li a p {
        font-size: 14px;
        margin: 10px 0 15px;
    }

}
@media(max-width: 640px){
    .sort li {
        margin-right: 15px;
    }
    .tj_news {
        padding-bottom: 20px;
    }
    .news_list li a {
        padding: 20px 15px;
    }
    .news_list li a .date2{
        font-size:14px;
    }
    .news_list li a .date2 span{
        font-size:18px;
        margin-right: 12px;
    }
    .news_list li a h3{
        font-size:16px;
    }
    .news_detail {
        padding-bottom: 30px;
    }
    .news_detail h1{
        font-size:16px;
    }
}



#job1{
    padding:90px 0;
}
#job1 ul{

}
#job1 ul li{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-bottom: 100px;    
}
#job1 ul li:nth-child(2n){
    flex-direction: row;
}
#job1 ul li:last-child{
    margin-bottom: 0;
}
#job1 ul li .img{
    width: 50%;
}
#job1 ul li .text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:10px 95px 10px 0;
}
#job1 ul li .text .p1{
    font-size: 40px;
    color: #4c4c4c;
    line-height: 1;
    margin-bottom: 35px;
}
#job1 ul li .text .p2{
    font-size: 15px;
    color: #4c4c4c;
    line-height: 45px;
}
#job1 ul li:nth-child(2n) .text{
    padding:10px 0 10px 95px;
}
#job2{
    padding-bottom: 80px;
}
#job2 ul{
    background:url(../images/job.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
    overflow:hidden;
}
#job2 ul li{
    width: 50%;
    color: #fff;
    padding:165px 120px;
    border-right:1px solid rgba(255,255,255,.4);
}
#job2 ul li:last-child{
    border:none;
}
#job2 ul li .p1{
    font-size: 40px;
    line-height: 1;
    margin-bottom: 35px;
}
#job2 ul li .p2{
    font-size: 15px;
}
#job3{
    background: #f5f5f5;
    padding: 80px 0 110px;
}
.job_list{
    margin-top:60px;
}
.job_list li{
    background:#ffffff;
    margin-bottom: 15px;
    padding:0 60px;
}
.job_t{
/*    padding:0 60px;*/
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    cursor: pointer;
}
.j1{
   width: 160px;    
}
.j_name{
    font-size:18px;
    color: #333333;
    font-weight: bold;
}
.j_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 24px 0;
    width: calc(100% - 309px);
}
.j_c p{
    font-size:15px;
    color: #999999;
    padding:0 19px;
    background:url(../images/line2.jpg) no-repeat right center;
}
.j_c p:first-child{
    padding-left: 0;
}
.j_c p:last-child{
    background:none;
    padding-right: 0;
}
.j_date{
    width: 135px;
    float: right;
    font-size:15px;
    color: #999999;
}
.j_date span{
    display: inline-block;
    margin-left: 5px;
}
.job_t i{
    display: block;
    width: 14px;
    height: 30px;
    background:url(../images/j_down.png) no-repeat center;
}

.job_list li .j_cont{
    display: none;
    padding:70px 0px;
    border-top:1px solid #e0e0e0;
    transition: all 0.6s ease-out;
}
.j_cont1{
    display: flex;
    flex-wrap: wrap;
}
.j_cont1 h3{
    font-size:16px;
    color: #333;
}
.j_cont1_c{
    font-size:15px;
    color: #666666;
    width: calc(100% - 115px);
}
.j_cont2{
    margin:40px 0 110px;
}
.j_contact{
    background: #999999;
    color: #fff;
    border-radius: 10px;
    overflow:hidden;
}
.j_contact p{
    padding:0 40px;
    line-height: 64px;
    float: left;
}
.j_contact a{
    display: block;
    float: right;
    width: 205px;
    line-height: 64px;
    background:#1f386d;
    font-size:16px;
    color: #fff;
    font-weight: bold;
    text-align:center;
    border-radius: 10px;
    overflow:hidden;
}


.job_list li.on .j_cont{
    display: block;
}
@media(max-width: 1600px){
    .n_banner_text p{
        font-size:56px;
    }
    #job1 ul li .text .p1{
        font-size: 32px;
        margin-bottom: 20px;
    }
    #job1 ul li .text .p2{
        line-height: 35px;
    }
    #job1 ul li .text{
        padding:10px 50px 10px 0;
    }
    #job1 ul li:nth-child(2n) .text{
        padding:10px 0 10px 50px;
    }
    #job1{
        padding:100px 0;
    }
    #job1 .job1_c{
        padding:100px 0 65px;
    }
    #job1 .job1_c .cont{
        padding:50px 0 50px 85px;
    }
    #job1 .job1_c .cont .txt h2{
        font-size:36px;
        margin-bottom: 20px;
    }
    #job1 .job1_c .cont .txt p{
        font-size:16px;
    }
    #job2 h2{
        font-size:36px;
        margin-bottom: 60px;        
    }
    .job2 ul li{
        width: 23.5%;
        margin-right: 2%;
        border: 2px solid #d30301;
        padding:65px 30px 80px;
    }
    .job2 ul li .text h3 {
        font-size: 22px;
        margin: 30px 0 10px;
    }
    .job2 ul li .text p{
        font-size:15px;
    }
    #job3 {
        padding: 90px 0 85px;
    }
    #job3 h2,#job4 h2{
        font-size:36px;
        margin-bottom: 50px;         
    }
    #job4{
        padding:100px 0;
    }
    .job_list li{
        padding:0 40px;
    }
    .j_c{
        padding:25px 0;
    }
    .job_list li .j_cont{
        padding:50px 0px;
    }
    .j_cont2 {
        margin: 30px 0 70px;
    }
    .j_contact p{
        line-height: 50px;
        padding: 0 30px;
    }
    .j_contact a{
        line-height: 50px;
        width: 180px;
    }
    #job2 ul li .p1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    #job2 ul li{
        padding:100px 60px;
    }

}
@media(max-width: 1220px){
    .n_banner_text p{
        font-size:42px;
    }
    #job1 ul li .text .p1{
        font-size: 26px;
    }
    #job1{
        padding:70px 0;
    }
    #job1 .job1_c{
        padding:80px 0 50px;
    }
    #job1 .job1_c .cont{
        padding:40px 0 40px 40px;
    }
    #job1 .job1_c .cont .txt h2{
        font-size:28px;
        margin-bottom: 10px;
    }
    #job1 .job1_c .cont .txt p{
        font-size:15px;
    }
    #job2 h2{
        font-size:28px;
        margin-bottom: 40px;        
    }
    .job2 ul li{
        padding:50px 20px 70px;
    }
    .job2 ul li .text h3 {
        font-size: 18px;
        margin: 20px 0 10px;
    }
    .job2 ul li .text p{
        font-size:14px;
    }
    #job3 {
        padding: 70px 0;
    }
    #job3 h2,#job4 h2{
        font-size:28px;
        margin-bottom: 40px;         
    }
    #job4{
        padding:70px 0;
    }
    .job_list li{
        padding:0 30px;
    }
    .j_c{
        padding:15px 0;
    }

    .job_list li .j_cont{
        padding:40px 0px;
    }
    .j_cont2 {
        margin: 20px 0 40px;
    }
    .j_contact p{
        padding: 0 20px;
    }
    #job2 ul li .p1 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    #job2 ul li .p2{
        font-size: 14px;
    }
    #job2 ul li{
        padding:60px 30px;
    }
}
@media(max-width: 768px){
    .n_banner_text p{
        font-size:32px;
    }
    #job1 ul li .text .p1{
        font-size: 20px;
        margin-bottom: 15px;
    }
    #job1 ul li .text .p2{
        font-size: 14px;
        line-height: 2em;
    }
    #job1 ul li .text{
        padding:10px 30px 10px 0;
    }
    #job1 ul li:nth-child(2n) .text{
        padding:10px 0 10px 30px;
    }
    #job1 {
        padding: 50px 0;
    }
    #job1 .job1_c {
        padding: 30px 0 ;
    }
    #job1 .job1_c .cont {
        padding: 15px 10px;
    }
    #job1 .job1_c .cont .txt h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #job1 .job1_c .cont .txt p {
        font-size: 14px;
    }
    #job2 h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .job2 ul li {
        padding: 30px 10px 50px;
    }
    .job2 ul li .img1{
        width: 35px;
        height: 43px;
    }
    .job2 ul li .img1 img{

    }
    .job2 ul li .text h3 {
        font-size: 16px;
        margin: 10px 0 5px;
    }
    #job3,#job4 {
        padding: 30px 0;
    }
    #job3 h2, #job4 h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .job_t {
        padding: 0 20px;
    }
    .j_name{
        font-size:16px;
    }
    .j_c p,.j_date{
        font-size:14px;
    }  
    .j_c p{
        padding: 0 20px;
    }  
    .job_list li .j_cont {
        padding: 30px 20px;
    }
    #job2 {
        padding-bottom: 50px;
    }
    #job2 ul li .p1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    #job2 ul li{
        padding:50px 20px;
    }
}
@media(max-width: 767px){
    .n_banner_text p{
        font-size:24px;
    }
    #job1 ul li .text .p1{
        font-size: 16px;
        margin-bottom: 10px;
    }
    #job1 {
        padding: 30px 0;
    }
    #job1 .job1_c .cont .txt h2 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    #job2 h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .job2 ul li {
        padding: 20px 10px 50px;
        width: 49%;
        margin-bottom: 15px;
    }
    .job2 ul li:nth-child(2n){
        margin-right: 0;
    }
    #job2 ul li .p1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #job3,#job4 {
        padding: 30px 0;
    }
    #job3 h2, #job4 h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .job_list li{
        margin-bottom: 12px;
        padding:0 10px;
    }
    .job_t {
        padding: 0 10px;
    }
    .j_name{
        padding:5px 0;
    }
    .j_c p{
        display: none;
    }
    .j_cont1 h3{
        width: 100%;
        font-size:15px;
    }
    .j_cont1_c{
        width: 100%;
        font-size:14px;
    }
    .job_list li .j_cont {
        padding: 20px 10px;
    }
    .j_contact{
        padding:12px 0;
    }
    .j_contact p{
        width: 100%;
        line-height: 2em;
        float: none;
    }
    .j_contact a{
        float: none;
        margin:15px auto 0;
        line-height: 42px;
        width: 120px;
        font-size:15px;
    }
}
@media(max-width: 640px){
    #job1 ul li .img{
        width: 100%;
    }
    #job1 ul li .text{
        width: 100%;
        padding:10px;
    }
    #job2 {
        padding-bottom: 30px;
    }
    #job2 ul{
        padding:15px 0;
    }
    #job2 ul li .p1 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    #job2 ul li{
        padding:15px 15px;
        width: 100%;
        border-right: none;
    }
}



.service1{
    padding:95px 0 60px;
}
.service1 .txt{
    font-size: 15px;
    color: #4c4c4c;
    margin-top:45px;
}

#c-banner4{

}
#c-banner4 .text{
    position: absolute;
    left:60px;
    bottom:125px;
    z-index:99;
}
#c-banner4 .text p{
    line-height: 1;
    font-size: 40px;
    color: #fff;
    position: relative;
    padding-bottom: 25px;
}
#c-banner4 .text p:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 64px;
    height: 4px;
    background: #fff;
}

.c-banner4-bottom{
    position: absolute;
    bottom:32px;
    left:60px;
    z-index:100;
    display: flex;
    width: 100%;

}
.c-banner4-bottom .swiper-button-prev{
    position: relative;
    left:0;
    top:0;
    width: 30px;
    height: 30px;
    opacity: 1;
    background: url(../images/left1.png) no-repeat;
    margin-top:0;
}
.c-banner4-bottom .swiper-button-next{
    position: relative;
    left:0;
    top:0;
    right:0;
    width: 30px;
    height: 30px;
    opacity: 1;
    background: url(../images/right1.png) no-repeat;
    margin-top:0;
}
.c-banner4-bottom .swiper-pagination{
    position: relative;
    left:0;
    top:0;
    line-height: 30px;
    width: auto;
    color: #fff;
    font-size: 20px;
    margin:0 22px;
}
.service3{
    padding:95px 0 80px;
}
.service3 .cont{
    display: flex;
    flex-wrap: wrap;
    margin-top:58px;
}
.service3 .cont .img{
    width: 49%;
}
.service3 .cont .text{
    width: 51%;
    padding:10px 0 10px 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;    
}
.service3 .cont .text h3{
    font-size: 40px;
    color: #4c4c4c;
    font-weight:normal;
    margin-bottom: 22px;
}
.service3 .cont .text p{
    font-size: 15px;
    color: #4c4c4c;
}
.service4{
    padding:0px 0 145px;
}
.ppfu{
    margin-top:45px;
    display: flex;
    flex-wrap: wrap;
}
.ppfu li{
    width: 48.5%;
    margin-right: 3%;
    padding:135px 70px 120px;
    border-radius: 15px;
}
.ppfu li:nth-child(2n){
    margin-right: 0;
}
.ppfu li .img1{
    line-height: 61px;
}
.ppfu li h3{
    font-size: 26px;
    color: #333333;
    font-weight: normal;
    margin:35px 0 5px;
}
.ppfu li p{
    font-size: 16px;
    color: #4c4c4c;
}
@media(max-width: 1600px){
    .service1{
        padding:60px 0;
    }
    #c-banner4 .text p{
        font-size: 32px;
    }
    .service3{
        padding:70px 0;
    }
    .service3 .cont .text{
        padding:10px 0 10px 70px;
    }
    .service3 .cont .text h3{
        font-size: 32px;
    }
    .service4 {
        padding: 0px 0 100px;
    }
    .ppfu li{
        padding:100px 50px;
    }
    .ppfu li h3 {
        font-size: 22px;
        margin: 25px 0 5px;
    }
    .ppfu li p{
        font-size: 15px;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    .service1 .txt{
        margin-top:30px;
        font-size: 14px;
    }
    #c-banner4 .text{
        bottom: 100px;        
    }
    #c-banner4 .text p{
        font-size: 26px;
    }
    #c-banner4 .text p:before {
        width: 50px;
        height: 2px;
    }
    .service3 .cont{
        margin-top:40px;
    }
    .service3 .cont .text{
        padding:10px 0 10px 50px;
    }
    .service3 .cont .text h3{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .service3 .cont .text p{
        font-size: 14px;
    }
    .service4 {
        padding: 0px 0 70px;
    }
    .ppfu li{
        padding:50px 30px;
    }
    .ppfu li h3 {
        font-size: 18px;
        margin: 15px 0 5px;
    }
    .ppfu li p{
        font-size: 14px;
    }
}
@media(max-width: 768px){
    .service1{
        padding:50px 0;
    }
    .service1 .txt{
        margin-top:20px;
    }
    #c-banner4 .text p{
        font-size: 22px;
        padding-bottom: 15px;
    }
    #c-banner4 .text p:before {
        width: 40px;
    }
    .service3{
        padding:50px 0;
    }
    .service3 .cont{
        margin-top:20px;
    }
    .service3 .cont .text{
        padding:10px 0 10px 30px;
    }
    .service3 .cont .text h3{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .service4 {
        padding: 0px 0 50px;
    }
    .ppfu{
        margin-top:30px;
    }
    .ppfu li{
        padding:30px 20px;
    }
    .ppfu li h3 {
        font-size: 16px;
    }
}
@media(max-width: 640px){
    .service1{
        padding:30px 0;
    }
    .service1 .txt{
        margin-top:10px;
    }
    #c-banner4 .text{
        left: 15px;
        bottom: 30px;        
    }
    #c-banner4 .text p{
        font-size: 20px;
        padding-bottom: 12px;
    }
    #c-banner4 .text p:before {
        width: 32px;
    }
    .c-banner4-bottom{
        bottom:10px;
        left:10px;
        display: none;
    }
    .service3{
        padding:30px 0;
    }

    .service3 .cont .img{
        width: 100%;
    }
    .service3 .cont .text{
        padding:15px;
        width: 100%;
    }
    .service3 .cont .text h3{
        font-size: 18px;
        margin-bottom: 0px;
    }
    .service4 {
        padding: 0px 0 30px;
    }
    .ppfu{
        margin-top:20px;
    }
    .ppfu li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        border-radius: 15px;
    }
    .ppfu li .img1{
        line-height: 40px;
    }
    .ppfu li .img1 img{
        max-width: 40px;
    }
    .ppfu li h3 {
        margin: 5px 0 0px;
    }
}



#contact1{
    padding:58px 0 50px;
}
#contact1 .container{
    display: flex;
    flex-wrap: wrap;
    border-radius: 22px;
    overflow:hidden;
}
#contact1 .img{
    width: 50%;
}
#contact1 .text{
    width: 50%;
    background:#f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:10px 50px;
}
#contact1 .text h2{
    font-size: 32px;
    color: #333;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 28px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
}
#contact1 .text .txt{

}
.contact_list p{
    font-size: 16px;
    color: #000;
    padding-left: 26px;
    margin:10px 0;
}
.contact_list p:nth-child(1){
    background:url(../images/c1.png) no-repeat left center;
}
.contact_list p:nth-child(2){
    background:url(../images/c2.png) no-repeat left center;
}
.contact_list p:nth-child(3){
    background:url(../images/c3.png) no-repeat 2px center;
}
#contact1 .text a{
    width: 198px;
    line-height: 42px;
    border-radius: 25px;
    border:1px solid #1f386d;
    border-radius: 25px;
    font-size: 16px;
    color: #1f386d;
    display: flex;
    justify-content: center;
    margin-top:30px;
}
#contact1 .text a i{
    width: 22px;
    background:url(../images/address1.png) no-repeat center;
    margin-right: 16px;
    display: inline-block;
}
#contact1 .text a:hover{
    background:#1f386d;
    color: #fff;
}
#contact1 .text a:hover i{
    background:url(../images/address1_h.png) no-repeat center;
}
#contact2{

}
#contact2 ul{
    display: flex;
    flex-wrap: wrap;
}
#contact2 ul li{
    width: 32%;
    margin-right: 2%;
    padding:40px 30px 75px;
    box-shadow: 0px 0px 10px #ccc;
    border:1px solid #f7f7f7;
    border-radius: 15px;
}
#contact2 ul li:nth-child(3n){
    margin-right: 0;
}
#contact2 ul li h3{
    font-size: 24px;
    color: #333;
    line-height: 1;
    padding-bottom: 17px;
    margin-bottom: 20px;
    border-bottom:1px solid #e0e0e0;
    font-weight: normal;
}
#contact2 ul li p{
    color: #808080;
    font-size: 14px;
}
#contact2 ul li:hover{
    background:#f7f7f7;
}

.message{
    padding:75px 0 100px;
}
.message ul{
    margin-top:70px;
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    width: 46%;
    margin-right: 8%;
    margin-bottom: 35px;
    font-size: 18px;
    color: #b2b2b2;
}
.message ul li:nth-child(2){
    margin-right: 0;
}
.message ul li:last-child{
    width: 100%;
    margin-right: 0;
}
.message ul li input{
    width: 100%;
    outline: none;
    border:1px solid #e0e0e0;
    background:#f5f5f5;
    line-height: 78px;
    padding:0 30px;
    font-size: 18px;
    color: #b2b2b2;
    border-radius: 10px;
}
.message ul li textarea{
    width: 100%;
    line-height: 40px;
    height:170px;
    outline: none;
    border:1px solid #e0e0e0;
    background:#f5f5f5;
    padding:10px 30px;
    font-size: 18px;
    color: #b2b2b2;
    border-radius: 10px;
    font-family: "微软雅黑";
    display: block;
}
.mess_btn input{
    display: block;
    width: 258px;
    line-height: 74px;
    border-radius: 35px;
    font-size: 28px;
    color: #fff;
    text-align: center;
    background:#1f386d;
    border:none;
    outline: none;
    margin:65px auto 0;
    cursor: pointer;
}
.mess_btn input:hover{
    text-decoration: underline;
}
@media(max-width: 1600px){
    #contact1 .text{
        padding:10px 30px;
    }
    #contact1 .text h2 {
        font-size: 26px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    #contact2 ul li{
        padding:30px 20px;
    }
    #contact2 ul li h3{
        line-height: 1.2;
        font-size: 20px;
    }
    .message{
        padding:70px 0;
    }
    .message ul{
        margin-top:50px;
    }
    .message ul li{
        margin-bottom: 25px;
    }
    .message ul li input {
        line-height: 60px;
        padding: 0 20px;
        font-size: 16px;
    }
    .message ul li textarea {
        padding: 10px 20px;
        font-size: 16px;
    }
    .mess_btn input {
        width: 200px;
        line-height: 60px;
        font-size: 22px;
        margin: 50px auto 0;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    #contact1 .text{
        padding:10px 20px;
    }
    #contact1 .text h2 {
        font-size: 22px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .contact_list p{
        margin:5px 0;
    }
    #contact1 .text a{
        width: 160px;
        margin-top:15px;
        font-size: 15px;
    }
    #contact1 .text a i{
        margin-right: 10px;
    }
    #contact2 ul li{
        padding:20px 15px;
    }
    #contact2 ul li h3{
        font-size: 18px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
@media(max-width: 768px){
    #contact1 .text h2 {
        font-size: 18px;
        padding-bottom: 12px;
        margin-bottom: 6px;
    }
    .contact_list p{
        margin:3px 0;
        font-size: 14px;
    }
    #contact1 .text a{
        width: 150px;
        margin-top:12px;
    }
    #contact1 .text a i{
        margin-right: 7px;
    }
    #contact2 ul li{
        padding:15px 10px;
    }
    #contact2 ul li h3{
        font-size: 16px;
        padding-bottom: 12px;
        margin-bottom: 10px;
    }
    .message{
        padding:50px 0;
    }
    .message ul{
        margin-top:30px;
    }
    .message ul li{
        margin-bottom: 15px;
    }
    .message ul li input {
        line-height: 42px;
        padding: 0 15px;
        font-size: 15px;
    }
    .message ul li textarea {
        padding: 10px 15px;
        font-size: 15px;
        height: 140px;
    }
    .mess_btn input {
        width: 150px;
        line-height: 50px;
        font-size: 16px;
        margin: 30px auto 0;
    }
}
@media(max-width: 640px){
    #contact1{
        padding:30px 0;
    }
    #contact1 .img{
        width: 100%;
    }
    #contact1 .text{
        width: 100%;
        padding:15px ;
    }
    #contact1 .text h2{
        font-size: 16px;
    }
    #contact1 .text a{
        font-size: 14px;
        width: 120px;
        line-height: 38px;
    }
    #contact2 ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .message{
        padding:30px 0;
    }
    .message ul{
        margin-top:20px;
    }
    .message ul li input {
        line-height: 36px;
        font-size: 14px;
    }
    .message ul li textarea {
        font-size: 14px;
        line-height: 36px;
    }
    .mess_btn input {
        width: 120px;
        line-height: 42px;
        font-size: 15px;
        margin: 15px auto 0;
    }
}



h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 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;  
    margin-top:30px;  
}
.page a{
    font-size: 14px;
    color: #666;    
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

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

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



.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: #fff;
}

#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: #1f386d;
    background: #1f386d;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.Fast_contact ul li.top_click{
    width: 48px;
    height: 48px;
    background: url("../images/return-top.png") no-repeat center #ef6902;
    cursor: pointer;
}

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

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

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

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

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

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

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

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