header{

}
.head_top{
	background: #fafafa;
	line-height: 36px;
	height: 36px;
}
.wel{
	float: left;
}
.head_tel{
	float: right;
	padding-left: 28px;
	background: url(../images/tel1.png) no-repeat left center;
	background-size: 22px;
	font-size: 16px;
	color: #1d2088;
}
.container{
	max-width: 1200px;
	width: 92%;
	margin:0 auto ;
}
.header{
	padding: 10px 0	
}
.logo{
	float: left;
	display: flex;
	align-items: center;
}
.logo a{
	display: block;
}
.head_r{
	float: right;
}
nav{

}
nav ul li{
	float: left;
	position: relative;
}
nav ul li a{
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 60px;
	height: 60px;
	display: block;
	padding:0 15px;
	margin: 0 25px;
}
nav ul li:last-child a{
	margin:0 0 0 10px;
}
nav ul li .Header-sunNav{
	background: #d9d9d9;
	padding:10px 5px;
	width: 100%;
	position: absolute;
	top:60px;
	left: 0;
	z-index: 9;
	display: none;
}
nav ul li .Header-sunNav a{
	font-size: 14px;
	color: #666;
	border-bottom: none;
	line-height: 2em;
	height: 2em;
	padding:0;
	margin:0;
}
nav ul li:hover a{
	border-bottom: 3px solid #1d2088;
}
nav ul li:hover .Header-sunNav a{
	border-bottom: none;
}
nav ul li .Header-sunNav a:hover{
	color: #1d2088;
}

.menu-button{
    display: none;
    position: absolute;
    top: 2px;
    right: 0px;
    padding: 5px 12px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #1d2088;
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #fff;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 30px;
    transform-origin: left center;
    position: relative;
}

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

.mobileNav{
    display: none;
    background-color: #1d2088;
    text-align: center;
    position: absolute;
    left:0;
    top:54px;
    z-index: 99999;
    width: 100%;
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}
#swiper-container1 .swiper-pagination span{
    background-color: #1d2088;
    outline: none;	
}
#swiper-container1 .swiper-button-prev,#swiper-container1 .swiper-button-next{ 
    position:absolute; 
    left:3%; 
    top:50%; 
    margin-top:-43px; 
    display:block; 
    width:32px; 
    height:43px; 
    background:url(../images/slider-arrow.png) -110px 5px no-repeat #1d2088; 
    filter:alpha(opacity=20);
    opacity:0.2; 
    border-radius:3px;
    outline:none;
}
#swiper-container1 .swiper-button-next{ 
    left:auto; 
    right:3%; 
    background-position:8px 5px; 
}
#swiper-container1 .swiper-button-prev:hover,#swiper-container1 .swiper-button-next:hover{ 
    filter:alpha(opacity=100);
    opacity:1;  
}


@media(max-width: 1600px){
	nav ul li a{
	    padding: 0 15px;
	    margin: 0 20px;		
	}
}
@media(max-width: 1440px){

}
@media(max-width: 1360px){
	nav ul li a{
	    padding: 0 15px;
	    margin: 0 15px;		
	}
}
@media(max-width: 1024px){
	.head_top{
		display: none;
	}
	nav ul li a{
	    padding: 0 15px;
	    margin: 0 10px;		
	}	
	#swiper-container1 .swiper-button-prev, #swiper-container1 .swiper-button-next{
		display: none;
	}
}
@media(max-width: 992px){
	nav ul li a{
	    padding: 0 12px;
	    margin: 0 5px;	
	    font-size: 14px;	
	}	
	.container{
		width: 96%;
	}
}
@media(max-width: 768px){
	.header {
	    padding: 5px 0;
	}
	nav ul li a{
	    padding: 0 10px;
	    margin: 0 5px;		
	}	
	nav{
		display: none;
	}
	.logo{
		width: 70%;
		height: 58px;
	}
	.head_tel{
		display: none;
	}
	.menu-button{
		display: block;
	}
}
@media(max-width: 767px){



}

.banner_bottom{
	display: none;
	padding:10px 0;
}
.b_key{
	float: left;
	line-height: 36px;
}
.b_key a{
	margin-right: 15px;
}
.b_key a:last-child{
	margin-right: 0;
}

.index_about{
    background:url(../images/bg1.jpg) no-repeat top center;
    background-size: cover;
    padding:100px 0 80px;
    background-attachment: fixed;
}
.index_about h2{
    text-align:center;
    line-height:1em;
    font-size: 46px;
    color: #fff;
    margin-bottom:24px;
}
.index_about .line1{
    width: 60px;
    height: 4px;
    background:#fff;
    margin:0 auto;
}
.index_about_text{
    max-width: 1100px;
    font-size: 16px;
    color: #fff;
    margin:30px auto 45px;
/*    text-align: center;*/
    line-height: 2em;
}
.index_about_text p{
	text-indent: 2em;
}


@media(max-width: 1600px){
    .index_about h2{
        font-size: 36px;
    }
}
@media(max-width: 1440px){
    .index_about_text{
        width:75%;
        font-size: 15px;
    }
}
@media(max-width: 1024px){
    .index_about{
        padding:100px 0;
    }
    .index_about h2{
        font-size: 30px;
    }
   .index_about_text{
        font-size: 14px;
        width:80%;
   }

}
@media(max-width: 768px){
    .index_about{
        padding:60px 0;
    }
    .index_about h2{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .index_about .line1{
        width: 30px;
    }
    .index_about_text{
        margin: 25px auto 25px;
        width:90%;
    }
}   
@media(max-width: 767px){
	.index_about{
		padding:30px 0;
	} 
    .index_about_text{
        margin: 20px auto 10px;
        width: 100%;
    }   

}



.index_product{
	padding:80px 0;
	background-color: #fafafa;
}
.index_title1{
	text-align: center;
	margin-bottom: 30px;
}
.index_title1 h3{
	font-size: 32px;
	color: #000;
	line-height: 1em;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.index_title1 h3:before{
	content:'';
	position: absolute;
	bottom:0;
	left:50%;
	margin-left: -30px;
	width: 60px;
	height: 2px;
	background: #1d2088;
}
.index_title1 p{
	font-size: 16px;
	color: #666;
	line-height: 1em;
}
/*.index_about_text{
	text-align: center;
	color: #333;
}*/
.sort1{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
.sort1 li{
/*	width: 13%;*/
	margin-right: 1.5%;
	display: inline-block;
	margin-bottom: 5px;
}
.sort1 li:last-child{
	margin-right: 0;
}
.sort1 li a{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #333;
	background: #f2f2f2;
	padding:0 10px;
}
.sort1 li a:hover{
	background: #1d2088;
	color:#fff;
}
.index_product_list{
	padding:0 50px;
	position: relative;
}
#swiper-container2{

}
#swiper-container2 a{
	display: block;
}
#swiper-container2 .img{
	display: block;
	overflow: hidden;
	border:1px solid #e5e5e5;
}
#swiper-container2 .img img{
	transition: all 0.6s ease-out;	
}
#swiper-container2 h3{
	font-size: 16px;
	text-align: center;
	padding-top:5px;
}
#swiper-container2 a:hover .img img{
	transition: all 0.6s;
	transform: scale(1.1);
}
.index_product_list .swiper-button-next,.index_product_list .swiper-button-prev{
	outline: none;
}
.product_list{
	display: flex;
	flex-wrap: wrap;
}
.product_list li{
	width: 23.5%;
	margin-right: 2%;
/*	border:3px solid #fff;*/
	margin-bottom: 20px;
	position: relative;
}
.product_list li:nth-child(4n){
	margin-right: 0;
}
.product_list li .img{
	display: block;
	overflow: hidden;
	border:1px solid #e5e5e5;
}
.product_list li .img img{
	transition: all 0.6s ease-out;
}
.product_list li h3 a{
	display: block;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 1em;
	padding:10px 0;
	font-weight: normal;
/*	position: absolute;
	bottom:0;
	left:0;*/
	width: 100%;
    background-color: rgba(0, 0, 0, .5);

}
.product_list li:hover .img img{
	transition: all 0.6s;
	transform: scale(1.1);
	text-align: center;
}
.product_list li:hover h3 a{
	background-color: rgb(8,65,146,.7);
}
a.more1{
	width: 163px;
    height: 52px;
    border-radius: 30px;
    background: #1d2088;
    color: #fff;
    font-size: 16px;
    display: block;
    margin: 50px auto 0;
    text-align: center;
    line-height: 50px;
    border: 2px solid #1d2088;
    transition: all 0.3s;
}
a.more1:hover{
    background:#fff;
    color:#0219a3;
    border:2px solid #0219a3;
    transition: all 0.3s;
}

@media(max-width: 1600px){
	.index_product {
	    padding: 60px 0;
	}
	.index_title1 h3{
		font-size: 28px;
	}
	.index_title1 h3:before{
		margin-left: -25px;
		width: 50px;
	}
}
@media(max-width: 1440px){

	.sort1 li a{
		font-size: 14px;
	}
	#swiper-container2 h3{
		font-size: 14px;
	}
}
@media(max-width: 1360px){

	.product_list li h3 a{
		font-size: 14px;
	}
}
@media(max-width: 1199px){
	.index_product {
	    padding: 40px 0;
	}
	a.more1{
		width: 140px;
	    height: 40px;
	    font-size: 14px;
	    line-height: 36px;
	}
}
@media(max-width: 992px){
	a.more1{
		margin: 30px auto 0;
	}

}
@media(max-width: 768px){
	.index_product {
	    padding: 30px 0;
	}
	.product_list li{
		width: 32%;
	}
	.product_list li:nth-child(4n){
		margin-right: 2%;
	}
	.product_list li:nth-child(3n){
		margin-right: 0;
	}
	.product_list li h3 a{
		padding:5px 0;
	}
	.index_title1 h3{
		font-size: 24px;
	}
	.index_title1 p{
		font-size: 14px;
	}
	a.more1{
		width: 120px;
	    height: 36px;
	    line-height: 32px;
	}
}
@media(max-width: 767px){
	.index_product {
	    padding: 20px 0;
	}	
	.index_title1{
		margin-bottom: 20px;
	}
	.index_title1 h3{
		font-size: 20px;
		padding-bottom: 10px;
	    margin-bottom: 8px;
	}
	.index_title1 h3:before {
	    margin-left: -15px;
	    width: 30px;
	}
	.sort1{
		margin-bottom: 20px;
	}
	.sort1 li{
/*		width: 23.5%;*/
/*		margin-bottom: 5px;*/
	}
/*	.sort1 li:nth-child(4n){
		margin-right: 0;
	}*/
	.sort1 li:last-child{
/*		width: 27%;*/
	}
	.product_list li{
		width: 49%;
		margin-bottom: 10px;
	}
	.product_list li:nth-child(4n){
		margin-right: 2%;
	}
	.product_list li:nth-child(3n){
		margin-right: 2%;
	}
	.product_list li:nth-child(2n){
		margin-right: 0%;
	}
	.product_list li h3 a{
		position: relative;
		padding:10px 0;
	}
	a.more1{
		margin: 20px auto 0;
	}
}



.index_news{
	padding:80px 0;
}
.index_news_content{
    padding:0 40px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}
.index_news_cont{
    width: 48%;
    float: left;
    background:#fff;
}
.index_news_cont_img{
    overflow:hidden;
    position: relative;
}
.index_news_cont_img img{
    transition: all 0.6s ease-out;
    
}
.index_news_cont:hover .index_news_cont_img img{
    transition: all 0.8s;
    transform: scale(1.08);
    
}
.index_news_cont_img h4{
    font-size: 32px;
    line-height: 1em;
    text-indent: 30px;
    width: 60%;
    padding:30px 0;
    color: #fff;
    font-weight: normal;
    position: absolute;
    bottom:0;
    left:0;

    background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(rgba(0,119,184,0.8)), to(rgba(0,192,255,0)));
    background: -webkit-linear-gradient(left, rgba(0,119,184,0.8), rgba(0,119,184,0.6), rgba(0,192,255,0.6), rgba(0,192,255,0));
    background: -o-linear-gradient(left,rgba(0,119,184,0.8), rgba(0,119,184,0.6), rgba(0,192,255,0.6), rgba(0,192,255,0));
    background: -moz-linear-gradient(left,rgba(0,119,184,0.8), rgba(0,119,184,0.6), rgba(0,192,255,0.6), rgba(0,192,255,0));
    background: -ms-linear-gradient(left,rgba(0,119,184,0.8), rgba(0,119,184,0.6), rgba(0,192,255,0.6), rgba(0,192,255,0));

}
.index_news_text{
    padding:0px 22px 35px;
}
.index_news_text a.more{

}
.index_news_cont1{

}

.news_list1{

}
.news_list1 li{
    padding:20px 0 20px;
    border-top:1px solid #e5e5e5;
/*    height:120px;*/
}
.news_list1 li span{
    display: block;
    font-size: 16px;
    color: #666;
}
.news_list1 li a{
    font-size: 18px;
    color: #333;
    line-height:1.8em;
    font-family: 微软雅黑, "Microsoft YaHei", "Source Han Sans", Helvetica, Arial;
}
.news_list1 li:hover span{
    color: #1b91cf;
}
.news_list1 li:hover a{
    color: #1b91cf;
}
.index_news_cont2{
    margin:0 0 0 4%;
}
.index_news_cont a.more{
    margin-top:30px;
    position: relative;
    display: block;
}
.index_news_cont a.more p{
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background-color: #1b8ad7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.index_news_cont a.more i{
    display: block;
    position: absolute;
    left: 7px;
    width: 14px;
    height: 7px;
    background: url(../images/jt1.png) no-repeat;
    top: 10.5px;
}
.index_news_cont a.more span{
    font-size: 14px;
    color: #1b8ad7;
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
    height: 28px;
    line-height: 28px;
}
@keyframes newsDh {
    0% {left: 7px;opacity: 1;}
    25%{left: 14px;opacity: 0;}
    75%{left: -14px;opacity: 0;}
    100% {left: 7px;opacity: 1;}
}
.index_news_cont a.more:hover i{
    animation: newsDh .4s linear both;
}
@media(max-width: 1600px){
    .index_news_content{
        margin-top:50px;
    }
    .index_news_text{
        padding:0 18px 10px;
    }
    .news_list1 li{
/*        height:100px;*/
    }
    .news_list1 li a{
        font-size: 16px;
    }
    .index_news_cont_img h4{
        font-size: 24px;
        text-indent: 20px;
        width: 70%;
        padding:25px 0;
    }
    .index_news_cont a.more{
        margin-top:15px;
    }
}
@media(max-width: 1440px){
    .index_news_content{
        margin-top:50px;
    }
    .index_news_content{
        padding:0  6px;
    }
    .index_news_cont_img h4{
        padding:20px 0;
    }
}
@media(max-width: 1024px){
    .index_news_content{
        margin-top:00px;
    }
    .index_news{
        padding:50px 0;
    }
    .news_list1 li a{
        font-size: 14px;
    }  
    .index_news_cont_img h4{
        font-size: 20px;
        text-indent: 15px;
        width: 80%;
        padding:15px 0;
    }
    .index_news_content{
        padding:0;
    }
}
@media(max-width: 768px){
    .index_news {
        padding: 40px 0;
    }
    .index_news_cont{
        margin-top: 10px;
        width: 100%;
        float: none;
        margin-bottom:10px;
    }
    .index_news_cont2{
        margin:10px 0 0 0;
    }
    .index_news_text{
        padding: 0px 10px 15px;
    }
    .index_news_cont_img h4{
        font-size: 18px;
        text-indent: 10px;
        width: 100%;
        padding:15px 0;
    }
}
@media(max-width: 767px){
    .index_news {
        padding: 25px 0;
    }    

    .news_list1 li{
        padding: 10px 0 ;
/*        height: 80px; */       
    }
    .index_news_cont a.more{
        margin-top: 10px;
    }
    .index_news_cont a.more span{
        font-size: 14px;
    }

    .index_news_cont_img h4{
        /*font-size: 16px;*/
        text-indent: 10px;
        padding:12px 0;
    }
}


.news_list{
	display: flex;
	flex-wrap: wrap;
}
.news_list li{
	width: 32%;
	margin-right: 2%;
	float: left;
}
.news_list li:last-child{
	margin-right: 0;
}
.news_list li a{
	display: block;
}
.news_list li .img{
	overflow: hidden;
}
.news_list li .img img{
	transition: all 0.6s ease-out;
}
.news_list li .text{
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
.news_list li .text h3{
	font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_list li .text p{

	line-height: 1.8em;
}
.news_list li:hover .img img{
	transition: all 0.6s;
	transform: scale(1.1);
}


@media(max-width: 1600px){

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

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


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

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

	.news_list li .text .date{
		float: none;
		width: 100%;
	}
	.news_list li .text .intro {
	    width: 100%;
	    float: none;
	}
	.news_list li .text .date span{
		font-size: 20px;
	}
}


.yin{
	display: none;
}
.index_ry{
	padding:80px 0;
}
@media(max-width: 1600px){


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


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


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


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


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


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


}



/*底部*/
.foot{
    width:100%;
    background:#3a3b3c;
    padding:58px 0px 50px 0px;
}
.foot-u1{
/*    float: left;*/
}
.foot-u1 li{
    float:left;
    color:#DDE2EB;
    width:15%;
}
.foot-u1 li h4{
    font-weight:bold;
    font-size:18px;
    padding-bottom:5px;
    line-height:36px;
}
.foot-u1 li a{
    display: block;
    color:#7F8795;
    font-size:12px;
    line-height:32px;
    transition: all 0.3s;
}
.foot-u1 li a:hover{
    color:#0219a3;
    transition: all 0.3s;
}
.foot-u1 li p{
    display: block;
    color:#7F8795;
    font-size:14px;
    line-height:32px;
    transition: all 0.3s;
}
.foot-u1 .foot_txt {
    line-height: 12px;
    text-align: left;
    font-size:12px;
    position: relative;
    float: left;
    width: 20%;
}

.foot-u1 .foot-ewm{
    float: right;
    width: 14%;
}
.foot-u1 .foot-ewm h4{
    text-align:center;
}
.foot-ewm p{
    font-size:12px;
    color:#DDE2EB;
    line-height:26px;
    text-align:center;
}

.copyright{
    width:100%;
    line-height:30px;
    text-align: center;
    font-size:14px;
    color:#797D8F;
    background:#323334;
    padding:10px 0;
}
.copyright a{
    font-size:14px;
    color:#797D8F;    
}
@media(max-width: 1440px){

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

}
@media(max-width: 1199px){
    .foot-u1 li h4{
        font-size:16px;
    }
}
@media(max-width: 768px){
    .foot{
        display: none;
    }
    .copyright{
        /*height:65px;*/
        /*line-height:30px;*/
    }
}
@media(max-width: 767px){
    
}





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

.n_banner img {
    width: 100%;
    margin: 0 auto
}
.sitemp{
    color: #333;
    padding:15px 0;
    border-bottom: 1px solid #e5e5e5;
}
.site{
    padding-left: 30px;
    background:url(../images/home.png) no-repeat left center;
    background-size: 22px;
    font-size: 15px;
    color: #333;
}
.site a{
    font-size: 15px;
}
.wrap {
    padding: 60px 0 80px;
}
.left {
    float: left;
    width: 20%;
}
.left h3{
    padding: 20px 30px;
    color: #fff;
    background-color: #1d2088;
    font-size: 30px;
    font-weight: normal;
    display: block;
}

/*.left .aspg-left-nav li {
    position: relative;
    border-bottom: 1px solid #ccc;
}
.left .aspg-left-nav li a{
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: block;
    padding: 15px 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.left .aspg-left-nav li:hover a{
    color: #1d2088;

}
.left .aspg-left-nav li.on a{
    color: #1d2088;

}*/


.right {
    float: right;
    width: 80%;
    padding-left: 30px;
}
.right .content{
    font-size: 15px;
}

@media(max-width: 1440px){
    .wrap {
        padding: 50px 0;
    }
    .left h3{
        padding: 10px 30px;
        font-size: 24px;        
    }
}
@media(max-width: 1199px){
    .left h3{
        padding: 10px 25px;      
    }
/*    .left .aspg-left-nav li a {
        padding: 10px 25px;

    }  */  
}

@media(max-width: 768px){
    .wrap {
        padding: 35px 0;
    }
    .sitemp{
        padding:10px 0;
    }
    .site{
        font-size: 14px;
    } 
    .site a{
        font-size: 14px;
    }
    .left{
        width: 100%;
        float: none;
        display: none;
    }  
    .left h3{
        display: none;
    } 
/*    .left .sort{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }
    .left .aspg-left-nav li{
        border:none;
        display: inline-block;
        margin-bottom: 5px;
    }
    .left .aspg-left-nav li a {
        padding: 2px 15px;
        font-size: 14px;
    }*/
    .right{
        width: 100%;
        float: none;
        padding-left: 0;
    } 

}
@media(max-width: 767px){
    .wrap {
        padding: 20px 0;
    }  
/*    .left .sort{
        margin-bottom: 20px;
    }
    .left .aspg-left-nav li a{
        padding: 0px 10px;
    }  */
}



/*about*/


/*news*/
.news_list2{
	display: flex;
	flex-wrap: wrap;
}
.news_list2 li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.news_list2 li:nth-child(3n){
	margin-right: 0;
}
.news_list2 li a.img{
	overflow: hidden;
	display: block;
}
.news_list2 li a.img img{
	transition: all 0.6s ease-out;
}
.news_list2 li h3 a{
	font-size: 16px;
	color: #333;
}
.news_list2 li p{
	font-size: 14px;

}
.news_list2 li:hover .img img{
	transition: all 0.6s;
	transform: scale(1.1);
}
.news_list2 li:hover h3 a{
	color: #1d2088;
}
@media(max-width:1600px){
	.news_list2{

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

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

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

}
@media(max-width:992px){
	.news_list2 li{
		width: 49%;
	}
	.news_list2 li:nth-child(3n) {
	    margin-right: 2%;
	}
	.news_list2 li:nth-child(2n) {
	    margin-right: 0;
	}
}
@media(max-width:768px){

}
@media(max-width:767px){
	.news_list2 li{
		width: 100%;
		margin-right: 0;
	}
	.news_list2 li:nth-child(3n) {
	    margin-right: 0%;
	}

}



/*n_message*/
.message{
/*    padding:70px 0;*/
}
.message h3{
    font-size: 32px;
    color: #222;
}
.message p{
    font-size: 16px;
    color: #999;
    padding:25px 0 30px;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    position: relative;
    width: 22%;
    margin-right: 4%;
    margin-bottom:25px;
}
.message ul li:last-child{
    margin-right: 0;
}
.message ul li span{
    color: #ff0000;
    display: block;
    position: absolute;
    right:10px;
    top:5px;
}
.message ul li input{
    display: block;
    width: 100%;
    border:1px solid #ccc;
    outline: none;
    line-height:36px;
    text-indent: 12px;
}
.mess_content textarea{
    width: 100%;
    line-height:30px;
    height: 155px;
    outline: none;
    padding:10px ;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.mess_btn input{
    width: 115px;
    line-height: 38px;
    font-size: 14px;
    color:#fff;
    display: block;
    border:none;
    background: #1d2088;
    margin-top:50px;
    cursor: pointer;
}
@media(max-width: 1440px) {
    .message h3{
        font-size: 26px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 768px){
/*    .message{
        padding:30px 1%;
    }*/
}
@media(max-width: 640px){
/*    .message {
        padding: 20px 1%;
    }*/
    .message h3{
        font-size: 20px;
    }
    .message p {
        font-size: 12px;
        padding: 10px 0;
    }
    .message ul li{
        width: 100%;
        margin-right: 0%;
        margin-bottom:5px;
    }
    .message ul li:nth-child(2n){
        margin-right: 0;
    }
    .mess_btn input{
        margin-top:10px;
    }
}





/*n_contact*/
.n_contact{
    padding:80px 0 60px;
}
.n_contact h3{
    font-size: 32px;
    color: #222;
    text-align: center;
}
.n_contact h4{
    font-size: 24px;
    color: #333;
    font-weight: normal;
    padding:15px 0 5px;
}
.n_contact_list{
    display: flex;
    flex-wrap: wrap;
    margin:25px 0;
}
.n_contact_list li{
    width: 32%;
    margin-right: 2%;
    padding:20px 15px;
    color: #fff;
    background: #999;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #fff;
}
.n_contact_list li:last-child{
    margin-right: 0;
}
.n_contact_list li .img{
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border:1px solid #fff;
    border-radius: 50%;
    margin:0 auto 10px;
}
.n_contact_list li .img img{
    max-width: 40px;
}
.n_contact_list li p{
    line-height: 1.6em;
}
.n_contact_list li:nth-child(1){
    
}
.n_contact_list li:nth-child(2){
    
}
.n_contact_list li:nth-child(3){
    
}

/*.n_contact_list p{*/
/*    margin-right:60px;*/
/*    font-size: 16px;*/
/*    color: #666;*/
/*}*/
/*.n_contact_list p:nth-child(4){*/
/*    margin-right: 0;*/
/*}*/
@media(max-width: 1440px){
    .n_contact {
        padding: 60px 0 ;
    }
    .n_contact h3{
        font-size: 26px;
    }
    .n_contact h4{
        font-size: 20px;
    }
}
@media(max-width: 1199px){
    .n_contact{
        padding:30px 1%;
    }
    .n_contact_list p{
        margin-right: 40px;
    }
    .n_contact_intro{
        margin: 20px auto 40px;
        padding: 25px 0;
    }
    
}
@media(max-width: 768px){

    .n_contact_list p:nth-child(4) {
        margin-right: 30px;
    }
    .n_contact_intro h3{
        font-size: 22px;
    }
    .n_contact_intro p{
        font-size: 14px;
    }
    .n_contact h3{
        font-size: 24px;
    }
    .n_contact h4 {
        font-size: 20px;
        padding: 5px 0 5px;
    }
    .n_contact_list li{
        width:100%;
        margin-bottom:10px;
    }
}
@media(max-width: 767px){
    .n_contact {
        padding: 20px 1%;
    }
    .n_contact h3{
        font-size: 20px;
    }
    .n_contact h4 {
        font-size: 16px;
        padding: 0;
    }
    .n_contact_list p {
        width: 100%;
        margin-right: 0px;
    }
    .n_contact_list p:nth-child(4) {
        margin-right: 0px;
    }
}








h1.title{
    font-size: 24px;
    color: #1d2088;
    padding-top: 4px;
    padding-bottom: 18px;
    line-height:1.4em;
    font-weight: normal;
}
.info_title{
    font-size: 14px;
    color: #999;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
    margin-top:10px;
}
.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;}






.fixed-contact-wrap {
    z-index: 999;
    position: fixed;
    right: 30px;
    top: 75%;
    width: 60px;
    margin-top: -90px;
    overflow: hidden;
    border-radius: 30px;
    opacity: 0;
    transition: all .4s;
    transform: translateX(95px);
    -webkit-transform: translateX(95px);
    -moz-transform: translateX(95px);

}

.fixed-contact-wrap.show {
    transform: none;
    opacity: 1;
}

.fixed-contact-wrap.active {
    width: 215px;
}

.fixed-contact-wrap li {
    position: relative;
    height: 60px;
    background: #222;
    overflow: hidden;
}

.fixed-contact-wrap.active li {
    overflow: inherit;
}

.fixed-contact-wrap li a {
    position: relative;
    z-index: 1000;
    display: block;
}

.fixed-contact-wrap li i {
    z-index: 1000;
    position: absolute;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    transition: all .4s;
}

.fixed-contact-wrap.active li:after {
    z-index: 1001;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 80%;
    height: 1px;
    margin-left: -40%;
    background: rgba(255, 255, 255, .1);
}

.fixed-contact-wrap.active li:last-child:after {
    display: none;
}

.fixed-contact-wrap li:hover i, .fixed-contact-wrap li:hover strong {
    opacity: .5;
}

.fixed-contact-wrap .phone i {
    background: #222 url(../images/fix-icon1.png) no-repeat center center;
    border-top-left-radius: 30px;
    -moz-border-top-left-radius: 30px;
    -webkit-border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
}

.fixed-contact-wrap .qq i {
    background: #222 url(../images/fix-icon2.png) no-repeat center center;
}

.fixed-contact-wrap .back-top i {
    background: #222 url(../images/fix-icon3.png) no-repeat center center;
}

.fixed-contact-wrap.active .back-top i {
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}

.fixed-contact-wrap li strong {
    position: absolute;
    top: 0;
    right: -135px;
    display: block;
    width: 115px;
    padding: 0 15px 0 30px;
    font: normal 16px/60px 'gotham-medium';
    color: #fff;
    background: #222;
    white-space: nowrap;
    transition: all .4s;
    box-sizing: content-box;
}

.fixed-contact-wrap.active li strong {
    right: 60px;
}

.fixed-contact-wrap.black li {
    background: #111;
}

.fixed-contact-wrap.black li strong {
    background: #111;
}

.fixed-contact-wrap.black .phone i {
    background: #111 url(../images/fix-icon1.png) no-repeat center center;
}

.fixed-contact-wrap.black .qq i {
    background: #111 url(../images/fix-icon2.png) no-repeat center center;
}

.fixed-contact-wrap.black .back-top i {
    background: #111 url(../images/fix-icon3.png) no-repeat center center;
}

@media (max-width: 1400px) {
    .fixed-contact-wrap {
        right: 15px;
        width: 50px;
        border-radius: 25px;
    }

    .fixed-contact-wrap.active {
        width: 200px;
    }

    .fixed-contact-wrap li {
        height: 50px;
    }

    .fixed-contact-wrap li i {
        width: 50px;
        height: 50px;
    }

    .fixed-contact-wrap li strong {
        right: -120px;
        width: 100px;
        padding: 0 15px 0 20px;
        font: normal 14px/50px 'gotham-medium';
    }

    .fixed-contact-wrap.active li strong {
        right: 50px;
    }
}

@media (max-width: 1200px) {
    .top-footer .logo {
        width: 15%;
    }

    .top-footer .logo img {
        width: 80px;
    }

    .top-footer .bottom-item-wrap {
        width: 100%;
    }

    .top-footer .each-item dl {
        width: 95%;
        padding-right: 5%;
    }
}


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