﻿/*头部样式*/

.wrap{
    width: 100%;
    padding:0 180px;
}

.xypg-news-list{
	width:min(100%,1600px);
	margin:auto;
}


/*----- 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;
}





.news{
    padding:80px 0 105px;
}
.news_list{
    display: flex;
    flex-wrap: wrap;
}
.news_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 52px;
}
.news_list li:nth-child(3n){
    margin-right: 0;
}
.news_list li a{
    display: block;
    position: relative;
	padding-bottom:;
}

.news_list li .img{
	position:relative;
	padding-bottom:55%;
}

.news_list li .img img{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	object-fit:cover;
}

.news_list li a:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 1px;
    background:#b3b3b3;
    z-index:8;
}
.news_list li a:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 0%;
    height: 3px;
    background:#e0000d;
    z-index:9;
    transition: all 0.4s ease-out;
}

.news_list li .n_tit{
	font-weight:bold;
	font-size:22px;
	
	height:46px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	line-height:23.4px;
	margin-bottom:10px;
}

.news_list li .time{
	display:none;
}

.news_list li a .img img{
    width: 100%;
}
.news_list li a .text{
    padding: 20px 20px 30px;
    
}
.news_list li a .bfs14{
	padding-top:23px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
    color: #808080;
	font-size:15px;
	line-height:2.1;
}
.news_list li a .text h3{
    font-size:24px;
    color:#333333;
    line-height: 1.3em;
    height: 2.6em;
    overflow: hidden;
    margin-bottom:10px;
}
.news_list li a .text .info{
    font-size:16px;
    color: #808080;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
}
.news_list li:hover a:after{
    width: 100%;
}
.news_list li:hover .img img{
    transform: scale(1.1);
}
.news_detail{
    max-width: 1100px;
    margin:0 auto;
}
.news_detail h1{
    font-size:22px;
    color: #333;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    margin-bottom:5px;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 12px;
}
.news_detail .content{
    font-size:16px;
    margin-bottom:15px;
}








.newss{
    padding:80px 0 105px;
}
.newss_list{
    display: flex;
    flex-wrap: wrap;
}
.newss_list li{
    width: 12%;
    margin-right: 2%;
    margin-bottom: 52px;
}
.newss_list li:nth-child(3n){
    margin-right: 0;
}
.newss_list li a{
    display: block;
    position: relative;
	padding-bottom:;
}

.newss_list li .img{
	position:relative;
	padding-bottom:55%;
}

.newss_list li .img img{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	object-fit:cover;
}

.newss_list li a:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 1px;
    background:#b3b3b3;
    z-index:8;
}
.newss_list li a:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 0%;
    height: 3px;
    background:#e0000d;
    z-index:9;
    transition: all 0.4s ease-out;
}

.newss_list li .n_tit{
	font-weight:bold;
	font-size:22px;
	
	height:46px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	line-height:23.4px;
	margin-bottom:10px;
}

.newss_list li .time{
	display:none;
}

.newss_list li a .img img{
    width: 100%;
}
.newss_list li a .text{
    padding: 20px 20px 30px;
    
}
.newss_list li a .bfs14{
	padding-top:23px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
    color: #808080;
	font-size:15px;
	line-height:2.1;
}
.newss_list li a .text h3{
    font-size:24px;
    color:#333333;
    line-height: 1.3em;
    height: 2.6em;
    overflow: hidden;
    margin-bottom:10px;
}
.newss_list li a .text .info{
    font-size:16px;
    color: #808080;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
}
.newss_list li:hover a:after{
    width: 100%;
}
.newss_list li:hover .img img{
    transform: scale(1.1);
}
.newss_detail{
    max-width: 1100px;
    margin:0 auto;
}
.newss_detail h1{
    font-size:22px;
    color: #333;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    margin-bottom:5px;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 12px;
}
.newss_detail .content{
    font-size:16px;
    margin-bottom:15px;
}
.newss_list{
	display:block;
}

.newss_list li{
	width:100%;
	margin-right:0;
}

.newss_list li .img{
	width:28%;
	position:relative;
	padding:0;
}

.newss_list li .img:after{
	content:"";
	display:block;
	width:100%;
	padding-bottom:67%;
}

.newss_list li a{
	display:flex;
	align-items:flex-start;
	padding-bottom:15px;
}

.newss_list li a .text{
	padding:10px 20px !important;
	flex:1;
	overflow:hidden;
}

.newss_list li .n_tit{
	height:auto;
}














.news0{
    padding:80px 0 105px;
}
.news0_list{
    display: flex;
    flex-wrap: wrap;
}
.news0_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 52px;
}
.news0_list li:nth-child(3n){
    margin-right: 0;
}
.news0_list li a{
    display: block;
    position: relative;
	padding-bottom:;
}

.news0_list li .img{
	position:relative;
	padding-bottom:55%;
}

.news0_list li .img img{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	object-fit:cover;
}

.news0_list li a:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 3px;
    background:#b3b3b3;
    z-index:8;
}
.news0_list li a:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 0%;
    height: 3px;
    background:#e0000d;
    z-index:9;
    transition: all 0.4s ease-out;
}

.news0_list li .n_tit{
	font-weight:bold;
	font-size:18px;
	color:#333;
	height:46px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	line-height:23.4px;
	margin-bottom:10px;
}

.news0_list li .time{
	display:none;
}

.news0_list li a .img img{
    width: 100%;
}
.news0_list li a .text{
    padding: 20px 20px 30px;
    background:#fafafa;
}
.news0_list li a .bfs14{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
    color: #808080;
	line-height:1.6;
}
.news0_list li a .text h3{
    font-size:24px;
    color:#333333;
    line-height: 1.3em;
    height: 2.6em;
    overflow: hidden;
    margin-bottom:10px;
}
.news0_list li a .text .info{
    font-size:16px;
    color: #808080;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
}
.news0_list li:hover a:after{
    width: 100%;
}
.news0_list li:hover .img img{
    transform: scale(1.1);
}
.news0_detail{
    max-width: 1100px;
    margin:0 auto;
}
.news0_detail h1{
    font-size:22px;
    color: #333;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    margin-bottom:5px;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 12px;
}
.news0_detail .content{
    font-size:16px;
    margin-bottom:15px;
}
@media(max-width: 1600px){
    .news{
        padding:90px 0;
    }
    .news_list li{
        margin-bottom:35px;
    }
    .news_list li a .text {
        padding: 10px 20px 10px;
    }
    .news_list li a .text h3 {
        font-size: 18px;
    }
    .news_list li a .text .info{
        font-size:15px;
    }
    .news_detail h1{
        font-size:20px;
    }
    .news_detail .content{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .news{
        padding:80px 0;
    }    
}
@media(max-width: 992px){
    .news{
        padding:65px 0;
    }   
    .news_list li{
        margin-bottom:20px;
    }
    .news_list li a .text {
        padding: 15px 15px 20px;
    }
    .news_list li a .text h3 {
        font-size: 16px;
    }
    .news_list li a .text .info{
        font-size:14px;
    } 
    .news_detail h1{
        font-size:18px;
    }
}
@media(max-width: 820px){
    .news{
        padding:50px 0;
    }     
}
@media(max-width: 767px){
    .news{
        padding:35px 0;
    } 
    .news_list li{
        width: 49%;
    } 
    .news_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .news_list li:nth-child(2n) {
        margin-right: 0;
    }   
}
@media(max-width: 460px){
    .news_list li{
        width: 100%;
        margin-right: 0!important;
    }    
}


.contact1{
    padding:0 0 145px;
}
#contact{
    float: left;
    width: 49%;
    padding-top:92px;
}
#contact h2{
    font-size:36px;
    color: #343434;
    margin-bottom:30px;
    line-height: 1;
}
#contact h2 span{

}
#contact h2 span:nth-child(1){
    font-size:32px;
}
#contact h2 span i{
    font-style: normal;
    color: #e0000d;
}
#contact .c_cont{
    display: flex;
    flex-wrap:wrap;
}
#contact .c_cont .text{
    width: 55%;
}
#contact .c_cont .text p{
    font-size:16px;
    color: #666666;
}
#contact .c_cont .text p em{
    font-size:32px;
    color: #343434;
    display: block;
    margin-bottom:5px;
}
#contact .c_cont .c_code{
    max-width: 45%;
    text-align: center;
    font-size:16px;
    color: #666666;
}
a.more2{
    width: 185px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:18px;
    color: #fff;
    background:#c82126;
    margin-top:65px;
}
a.more2 i{
    margin-right: 22px;
    width: 18px;
    height: 23px;
    display: block;
    background:url(../images/dw.png) no-repeat center;
}
#message{
    width: 51%;
    float: left;
    padding-top:92px;
}
#message h3{
    color: #343434;
    font-size:36px;
    line-height: 1;
    margin-bottom:28px;
}
#message ul{
    display: flex;
    flex-wrap: wrap;
}
#message ul li{
    width: calc(50% - 7.5px);
    margin-bottom:20px;
}
#message ul li:nth-child(2){
    margin-left: 15px;    
}
#message ul li:last-child{
    width: 100%; 
}
#message ul li input{
    display: block;
    width: 100%;
    background:#f5f5f5;
    line-height: 60px;
    border:none;
    outline: none;
    padding:0 25px;
    font-size:16px;
    color: #999999;
}
#message ul li textarea{
    display: block;
    width: 100%;
    background:#f5f5f5;
    line-height: 60px;
    height: 260px;
    border:none;
    outline: none;
    font-family: "微软雅黑";
    padding:0 25px;
    font-size:16px;
    color: #999999;
}
.mess_tn input{
    font-size:22px;
    color: #fff;
    width: 100%;
    line-height: 62px;
    text-align: center;
    font-weight: bold;
    border:none;
    outline: none;
    background:#e0000d;
    cursor: pointer;
}
#fgs{
    background:#f5f5f5;
    padding:110px 0 125px;
}
#fgs h2{
    /*font-size:52px;*/
    /*color: #343434;*/
    /*font-weight: normal;*/
    text-align: center;
    line-height: 1;
    margin-bottom:64px;
}
#fgs .cont{
    display: flex;
    flex-wrap: wrap;
}
.fgs_l{
    width: 50%;
    background:#fff;
/*    display: flex;
    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
    padding:100px 30px 30px 110px;
}
.fgs_li{
    float: left;
}
.fgs_li p{
    font-size:24px;
    color: #343434;
    line-height: 1;
    padding-bottom:8px;
    position: relative;
    cursor: pointer;
    margin-bottom:40px;
}
.fgs_li p:last-child{
    margin-bottom:0;
}
.fgs_li p.cur{
    color: #e0000d;
    font-weight: bold;    
}
.fgs_li p.cur:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 2px;
    background:#e0000d;
}
.fgs_c{
    float: right;
    width: 70%;
    max-width: 385px;
}
.fgs_tab{
    display: none;
}
.fgs_tab h3{
    font-size:20px;
    color: #343434;
    line-height: 1;
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom: 1px solid #cccccc;
}
.fgs_tab h3 span:nth-child(1){
    font-size:26px;
    line-height: 1;
}
.fgs_tab h3 span i{
    color: #e0000d;
    font-style: normal;
}
.fgs_tab .txt{
    font-size:14px;
    color: #999999;
    line-height: 32px;
}
.fgs_map{
    width: 50%;    
}
.f_map{
    display: none;
    width: 100%;
    height:100%;
}
.map{
    width: 100%;
    min-height: 580px;
    height:100%;
    overflow: hidden;
}

#job1 .text{
    max-width: 990px;
    margin: 25px auto 55px;
}
.job1_list{

}
.job1_list li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:20px;
}
.job1_list li:last-child{
    margin-bottom:0;
}
.job1_list li .img{
    width: 50%;
}
.job1_list li .txt{
    width: 50%;
    background:#f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:20px 95px 20px 115px;
}
.job1_list li .txt h3{
    font-size:40px;
    color: #343434;
    font-weight: normal;
    line-height:1;
    margin-bottom:28px;
}
.job1_list li .txt p{
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}
.job1_list li:nth-child(2n){
    flex-direction: row-reverse;
}
.job2{
/*    padding:90px 0 0;*/
}
.job2 h2.s_t1{
    text-align: center;
    margin-bottom:40px;
}
#c-banner3 p{
    font-size: 24px;
    color: #fff;
    background:rgba(224,0,13,.8);
    text-align: center;
    line-height: 80px;
    width: 100%;
    position: absolute;
    left:0;
    bottom:0;
    z-index:9;
}
.job3{
    padding:92px 0 80px;
}
.job3 h2.s_t1{
    text-align: center;
    margin-bottom:45px;
}
.job3_t{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.job3_t li{
    margin:0 40px;
    line-height: 1;
    font-size: 34px;
    padding-bottom: 16px;
    position: relative;
    cursor: pointer;
    color: #4c4c4c;
}
.job3_t li:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 0%;
    height: 3px;
    background: #e0000d;
    transition: all 0.3s ease-out;
}
.job3_t li:hover:after,.job3_t li.cur:after{
    left:0;
    width: 100%;
}
.job3_tab{
    display: none;
}
/*.job_list{
    margin-top:70px;
}*/
.job_list li{
    background:#f1f5f3;
    margin-bottom: 15px;
    padding:0 60px;
}
.job_t{
    display: flex;
/*    flex-wrap: wrap;*/
    align-items:center;
    cursor: pointer;
}
.j1{
   width: 160px;    
}
.j_name{
    font-size:18px;
    color: #333333;
    font-weight: bold;
    width: 35%;
}
.j_c{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    padding: 24px 0;
    width: calc(65% - 149px);
}
.j_c p{
    font-size:15px;
    color: #999999;
    padding:0 19px;
    background:url(../images/line1.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: #e0000d;
    font-size: 16px;
    color: #fff;
    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;
    font-size:18px;
    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){
    .contact1 {
        padding: 0 0 100px;
    }
    #contact h2{
        font-size: 30px;
    }
    #contact h2 span:nth-child(1){
        font-size: 26px;
    }
    #contact .c_cont .text p{
        font-size:15px;
    }
    #contact .c_cont .text p em{
        font-size: 26px;
    }
    a.more2{
        font-size:16px;
        margin-top:45px;
        width: 160px;
    }
    a.more2 i{
        margin-right: 15px;
    }
    #message h3{
        font-size:30px;
        margin-bottom: 20px;
    }
    #message ul li input {
        line-height: 45px;
        padding: 0 20px;
        font-size: 15px;
    }
    #message ul li textarea {
        height: 135px;
        line-height: 45px;
        padding: 0 20px;
        font-size: 15px;
    }
    .mess_tn input {
        font-size: 16px;
        line-height: 50px;
    }
    #fgs{
        padding:90px 0;
    }
    #fgs h2 {
        /*font-size: 32px;*/
        margin-bottom: 45px;
    }
    .fgs_l {
        padding: 50px 30px 30px 50px;
    }
    .fgs_tab h3 {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .fgs_li p {
        font-size: 20px;
        margin-bottom:30px;
    }
    .map{
        min-height: 460px;
    }
    .job1_list li .txt{
        padding:20px 50px;
    }
    .job1_list li .txt h3{
        font-size:26px;
        margin-bottom: 20px;
    }
    .job1_list li .txt p{
        font-size:15px;
    }
    #c-banner3 p {
        font-size: 20px;
        line-height: 55px;
    }
    .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;
    }
    .job3_t li{
        font-size: 26px;
    }
}
@media(max-width: 1280px){
    .contact1 {
        padding: 0 0 70px;
    }
    #contact h2{
        font-size:24px;
        margin-bottom: 20px;
    }
    #contact h2 span:nth-child(1) {
        font-size: 22px;
    }
    #contact .c_cont .text p em {
        font-size: 24px;
    }
    a.more2{
        margin-top:35px;
        height: 45px;
    }
    #contact,#message{
        padding-top:85px;
    }
    #message h3{
        font-size: 24px;
    }
    #fgs{
        padding:70px 0;
    } 
    #job1 .text{
        margin: 20px auto 40px;
    }
    .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;
    }
    .j_contact a{
        width: 120px;
    } 
}
@media(max-width: 1199px){
    #contact .c_cont .text{
        width: 100%;
    }
    #contact .c_cont .c_code{
        display: none;
    }
    #message ul li input{
        padding:0 15px;
    }
    #message ul li textarea{
        padding:0 15px;
    }
    #fgs h2 {
        /*font-size: 30px;*/
        margin-bottom: 40px;
    }
    .fgs_l {
        padding: 30px 20px;
    }
    .fgs_li p {
        font-size:18px;
        margin-bottom: 25px;
    }
    .fgs_tab h3 {
        font-size:18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .fgs_tab h3 span:nth-child(1){
        font-size:22px;
    }
    .map{
        min-height: 400px;
    }
    .job3 {
        padding: 70px 0;
    }
}
@media(max-width: 992px){
    #job1 .text{
        margin: 10px auto 30px;
    }
    .job1_list li .txt {
        padding: 20px 20px;
    }
    .job1_list li .txt h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .job1_list li .txt p {
        font-size: 14px;
    }
    .job2 h2.s_t1 {
        margin-bottom: 30px;
    }
    #c-banner3 p {
        font-size: 16px;
        line-height: 45px;
    }
    .job3_t{
        margin-bottom:40px;
    }
    .job3_t li{
        margin:0 30px;
        font-size: 20px;
        padding-bottom: 15px;
    }
    .job3_t li:after{
        height:2px;
    }
}
@media(max-width: 820px){
    .contact1 {
        padding: 0 0 50px;
    }
    #contact,#message{
        padding-top:65px;
    }
    .fgs_tab .txt{
        line-height: 28px;
    }
    #fgs,.job3{
        padding:55px 0;
    } 
    /*#fgs h2{*/
    /*    font-size:24px;*/
    /*}*/
    a.more2{
        font-size:15px;
        margin-top:30px;
        width: 130px;
    }
    a.more2 i{
        margin-right: 12px;
    }  
    .job_list{
        margin-top: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;
    }  
    .job3 h2.s_t1 {
        text-align: center;
        margin-bottom: 30px;
    }
    .job_list li .j_cont {
        padding: 30px 20px;
    }
    .j_contact a{
        width: 110px;
    }
}
@media(max-width: 767px){
    .contact1 {
        padding: 0 0 30px;
    }
    #contact h2{
        font-size:20px;
        margin-bottom: 10px;
    }
    #contact h2 span:nth-child(1) {
        font-size: 20px;
    }
    #contact .c_cont .text p em {
        font-size: 20px;
    }
    a.more2 {
        font-size: 14px;
        margin-top: 25px;
        width: 120px;
        height: 40px;
    }
    #contact,#message{
        width: 100%;
        padding-top:55px;
    }
    #fgs,.job3{
        padding:35px 0;
    } 
    #fgs h2{
        /*font-size:22px;*/
        margin-bottom: 20px;
    }
    .fgs_l {
        padding: 20px 20px;
        width: 100%;
    } 
    .fgs_li p {
        font-size: 16px;
        margin-bottom: 20px;
    } 
    .fgs_tab h3{
        font-size:15px;
    }
    .fgs_tab h3 span:nth-child(1) {
        font-size: 18px;
    }
    .fgs_tab .txt {
        line-height: 24px;
    }
    .fgs_map{
        width: 100%;
    }
    .map{
        min-height: 220px;
    }
    .job1_list li .img,.job1_list li .txt{
        width: 100%;
    }
    .job1_list li .txt h3{
        font-size:17px;
    }
    #c-banner3 p {
        font-size: 15px;
        line-height: 40px;
    }
    .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;
    }
    .job3_t{
        margin-bottom:25px;
    }
    .job3_t li{
        margin:0 20px;
        font-size: 16px;
        padding-bottom: 12px;
    }
}



.download_list{
    max-width: 1000px;
    margin:70px auto 70px;
}
.download_list li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dbdbdb;
    padding:10px 0;
    margin-bottom: 5px;
}
.download_list li a{
    display: block;
    line-height: 1.4;
    font-size: 20px;
    color: #333;
    width: calc(100% - 85px);
}
.download_list li span{
    font-size: 15px;
    width: 85px;
    text-align: right;
}
.download_list li a:hover{
    color: #e0000d;
}

.download_detail{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background:url(../images/download_bg.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.download_cont{
    background: rgba(255,255,255,.8);
    border-radius: 10px;
    padding:80px 80px 52px;
    width: 86.5%;
    margin:0 auto;
}
.download_cont h2{
    line-height: 1;
    font-size: 40px;
    color: #1a1a1a;
    font-weight:bold;
    text-align: center;
    margin-bottom: 55px;
}
.download_cont .text{
    background: #f0f0f0;
    padding:55px 80px;
    border-radius: 10px;
}
.download_cont .text .txt{
    font-size: 16px;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 65px;
    line-height: 1.8;
}
.download_cont .text .txt p:nth-child(1){
    font-size: 20px;
}
.download_more{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.download_more a{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 15px);
    margin-right: 30px;
    font-size: 16px;
    color: #fff;
    background: #666666;
    min-height:50px;
    line-height: 1.4;
    padding:5px;
}
.download_more a:nth-child(2n){
    margin-right: 0;
}
.download_more a:hover{
    background: #e0000d;
}
.download_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:60px;
}
.d_logo{
    
}
.download_bottom a{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 65px;
    background: #e0000d;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}
@media(max-width:1600px){
    .download_cont{
        padding:50px 60px;
    }
    .download_cont .text{
        padding:35px 50px;
    }
    .download_list li a{
        font-size:18px;
    } 
    .download_bottom a{
        font-size:15px;
    }
    .download_more a{
        font-size:14px;
    }
}
@media(max-width:1280px){
    
}
@media(max-width:992px){
    .download_cont{
        padding:35px 35px;
    }
    .download_cont h2{
        font-size:32px;
        margin-bottom:25px;
    }
    .download_cont .text{
        padding:35px 40px;
    }
    .download_cont .text .txt{
        margin-bottom:30px;
    }
    .download_cont .text .txt p:nth-child(1){
        font-size:16px;
    }
    .download_more a{
        width:100%;
        margin-right:0;
        margin-bottom:15px;
        padding:5px;
    }
}
@media(max-width:820px){
    .download_list li a{
        font-size:15px;
    }  
    .download_cont .text .txt,.download_cont .text .txt p:nth-child(1){
        font-size:15px;
    }
    .download_cont .text .txt {
        margin-bottom: 20px;
    }
}
@media(max-width:640px){
    .download_cont h2 {
        font-size: 24px;
    }  
    .download_cont {
        padding: 25px 20px;
    }
    .download_cont .text {
        padding: 25px 20px;
    }
    .download_bottom{
        margin-top:30px;
        flex-wrap:wrap;
    }
    .d_logo{
        width:100%;
        margin-bottom:20px;
    }
    .d_logo img{
        width:60%;
    }
    .download_bottom a {
        font-size: 14px;
        height:55px;
        width:160px;
    }
}


h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#2b70bb;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #2b70bb;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #ef8200;
    vertical-align: middle;
    border: 1px solid #ef8200; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #e0000d;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    padding:8px 0 0;
}
.m_f_fixed a img{
    width: 22px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:56px;
    }
}


/*客服1*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}


/* 右侧浮窗 客服2 */

#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 9;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 5px 0;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    transition: all .5s;
    position: relative;
    z-index:9;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    z-index:8;
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #e0000d;
    background: #e0000d;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #e0000d;
    background: #e0000d;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 60px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #e0000d;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}


@media(max-width: 1259px){
    #c-right-fixed{
        display: none;
    }
}


/*客服3*/
.Fast_contact {
    height: 265px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -132.5px;
    z-index: 97
}

.Fast_contact ul li.onlineservice_li {
    width: 48px;
    height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    background-color: #d9d9d9;
}

.Fast_contact ul > li.onlineservice_li > a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
}

.Fast_contact ul > li:hover .onlineservice_tips {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.onlineService_qq {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_form {
    background-image: url("../images/fastForm.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.Fast_contact ul > li.onlineservice_li > a.onlineService_tel {
    width: 30px;
    height: 30px;
    background-image: url("../images/fastPhone.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_whatsApp {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -139px;
}

.onlineService_email {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -111px;
}

.onlineService_skype {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -28px;
}

.onlineService_wechat {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -266px;
}

.for_wechat span {
    display: block;
    text-align: center;
}

.onlineservice_tips {
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 58px;
    top: 6px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.onlineservice_tips li {
    width: auto;
    height: auto;
    white-space: nowrap;
}

.onlineservice_tips li a {
    display: block;
    min-height: 22px;
    text-align: center;
    line-height: 22px;
    color: #737578;
    font-size: 15px;
}

.onlineservice_tips li a.for_wechat {
    height: auto;
}

.onlineservice_tips li a.for_wechat img {
    max-width: 240px;
}

.onlineservice_tips li a:hover {
    text-decoration: underline;
}

.onlineservice_tips:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}
.List_page{
	text-align:center;
}
.List_page a,
.List_page span{
	display:inline-block;
	background-color: #FFF;
    vertical-align: middle;
    border: #efefef 1px solid;
    color: #505050;
    padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
	text-decoration: none;
	line-height:1.35 !important;
	width:auto !important;
}

.List_page a:hover {
    background-color: #2b70bb;
    color: #fff;
    border: #efefef 1px solid;
}

.List_page .total{
	display:none;
}

.List_page span{
	line-height: 39px;
    background-color: #ef8200;
    vertical-align: middle;
    border: 1px solid #ef8200;
    color: #fff;
    padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}

@media(max-width:1220px){
    .Fast_contact{
        display:none;
}
}

.news_list{
	display:block;
}

.news_list li{
	width:100%;
	margin-right:0;
}

.news_list li .img{
	width:28%;
	position:relative;
	padding:0;
}

.news_list li .img:after{
	content:"";
	display:block;
	width:100%;
	padding-bottom:67%;
}

.news_list li a{
	display:flex;
	align-items:flex-start;
	padding-bottom:15px;
}

.news_list li a .text{
	padding:10px 20px !important;
	flex:1;
	overflow:hidden;
}

.news_list li .n_tit{
	height:auto;
}
.gridlist{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	grid-column-gap:20px;
}
.gridlist li a{
	display:block;
	padding-bottom:0;
}
.gridlist li .img{
	width:100%;
}
.gridlist li a .bfs14{
	display:none;
}
.gridlist li a .n_tit{
	text-align:center;
	font-size:18px;
	font-weight:normal;
	margin:0;
}
.gridlist li a:before{
	display:none;
}
.gridlist li .img:after{
	padding-bottom:110%;
}
@media (max-width:1440px){.wrap{padding:0 5%;}}
@media (max-width:768px){
	.wrap{padding:0 2%;}
	.gridlist li a .n_tit{
		font-size:16px;
	}
}
@media (max-width:750px){
	.gridlist{
		grid-template-columns:repeat(2,1fr);
		grid-column-gap:10px;
	}
	.gridlist li a .n_tit{
		font-size:14px;
	}
}