.header{
	padding:  0;
    height: 100px;
}
#logo {
	padding:15px 0;
    height: 70px;
}
.top_wrap{
	display: flex;
}
.menu_nav{
	float: left;
	margin-left: 30px;
}
#top-nav{
	float: right;
	margin-top: 40px;
}
.nav_a{
	color: #012b76;
	/* padding:10px 30px; */
	padding: 10px 20px;
	height: 80px;
	line-height: 80px;
}
.nav_a.curpage,.nav_a:hover{
	/* background: url(../images/line.png) no-repeat bottom center;
	color: #002e81; */
	background-color: #002e81;
	color: #fff;
}
#banner{
	width: 100%;
	/* margin-top: 25px; */
}
#banner img{
	width: 100%;
	height: auto;
	min-height:100%;
	transition:1s linear 2s;
	transform:scale(1.1,1.1);
}
#banner .swiper-slide-active img,#banner .swiper-slide-duplicate-active img{
	transition:8s linear;
	transform:scale(1,1);
}	
.swiper-container {
	width: 100%;
	height: auto;
	max-height: 500px;
}
.swiper-container .swiper-slide li {
	width: 100%;
	height: 100%;
}

.swiper-container .swiper-slide img {
	width: 100% !important;
	height: auto!important; 

}

.swiper-container .swiper-pagination {
	bottom: 30px !important;
}

.swiper-container .swiper-pagination-bullet {
	background: #ccc;
	width: 60px;
	height: 6px;
	border-radius: 0;
	opacity: 0.8;
}

.swiper-container .my-bullet-active {
	background: #fff;
	opacity: 1;
}


.swiper-pagination_banner,.swiper-pagination_banner_m{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
.title{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 22px;
	font-weight: bold;
	text-align: center;
	margin: 60px 0 35px;
}
.title img{
	height: 27px;
	width: auto;
	max-width: 100%;
}
.title span{
	font-size: 30px;
	border-bottom: 3px solid #002e81;
	padding-bottom:20px;
}
.about_wrap{
	margin: 60px 0 0;
	overflow: hidden;
	box-shadow: 0 0 10px #eeeeee;

}
.about_left{
	width: 376px;
	height: 482px;
	padding: 50px 50px;
	background: url("../images/about_img.png") no-repeat bottom;
	color: #1e1916;
}
.about_tit{
	font-size: 30px;
	text-align: center;
	margin-bottom: 65px;
}
.about_li{
	font-size: 20px;
	margin-bottom: 45px;
}
.about_right{
	width: calc(100% - 476px - 100px);
	padding: 50px;
}
.about_right .title{
	margin-top: 0;
	text-align: left;
}
.about_txt{
	color: #414141;
	line-height: 24px;
	text-align: justify;
}

.about_info{
	overflow: hidden;
	margin-top: 30px;
}
.about_info_li{
	float: left;
	text-align: center;
	width: calc(100%/4 - 8px);
	margin-right: 10px;
}
.about_info_li img{
	display: inline-block;
	font-size: 0;
	margin-bottom: 10px;
}
.about_info_li:last-child{
	margin-right: 0;
}
.about_info_li p{
	color: #002e81;
}
/* .about_info_li:nth-child(2) p{
	color: #e60000;
}
.about_info_li:nth-child(3) p{
	color: #e6a800;
}
.about_info_li:nth-child(4) p{
	color: #bd00e6;
} */


.news_wrap{
	width: 100%;
	overflow: hidden;
	background: url("../images/news_bj.png") no-repeat left -70px;
	
	padding-top: 100px;
	/* padding:10px;
	margin-left: -10px;
	margin-bottom: 20px; */
}
.news_wrap a{
	color: #333;
}
.news_li{
	display: block;
	float: left;
	width: calc(100%/2 - 10px);
	margin-right: 20px;
}
.news_li:nth-child(2n){
	margin-right: 0;
}
.news_img{
	width: 234px;
	height: 177px;
	float: left;
}
.news_img img{
	width: 100%;
	height: auto;
	max-height: 100%;
	min-height: 100%;
}
.news_cont{
	float: left;
	height: 137px;
	/* margin: 10px; */
	width: calc(100% - 274px);
	padding:20px;
	box-shadow: 0 0 10px #eeeeee;
	line-height: 20px;
	overflow: hidden;
}
.news_date{
	color: #666666;
}
.news_tit{
	margin: 0 0 20px;
	text-align: justify;
}
.news_content{
	color: #5b5b5b;
}
.more{
	width: 80px;
	height: 28px;
	line-height: 28px;
	background: url("../images/more_bj.png") no-repeat;
	background-size: contain;
	text-align: center;
	color: #fff;
	float: right;
	margin-top:10px;
	font-size: 14px;
}

.products_ul{
	overflow: hidden;
	/* margin-bottom: 90px; */
}
.products_li{
	float: left;
	width: calc(100%/5 - 7px);
	margin-right: 8px;
}
.products_li:last-child{
	margin-right: 0;
}
.products_img{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.products_img img{
	font-size: 0;
	transition: all 2s ease;

	display: block;
}

.products_img:hover img{
	transform: scale(1.2);
}
.products_txt{
	position: absolute;
	background: rgba(0,46,129,.5);
	bottom: 0;
    left: 0;
	color: #fff;
	width: calc(100% - 30px);
	padding: 10px 15px;
	font-size: 18px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.app_header{
	display: none;
}


.cor_wrap{
	width: 100%;
	margin: 30px 0 0;
	overflow: hidden;
}
.cor_wrap .cor_li{
	width: calc(100%/4 - 40px);
	height: 240px;
	margin-bottom: 30px;
	text-align: center;
	padding: 30px 20px;
	float: left;
}
.cor_wrap .cor_tit{
	color: #162c82;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.cor_wrap .cor_txt{
	color: #414141;
	font-size: 20px;
	line-height: 30px;
}
.cor_wrap .cor_li:first-child{
	background: url('../images/cor_01.png') no-repeat center center;
}
.cor_wrap .cor_li:nth-child(2){
	background: url('../images/cor_02.png') no-repeat center center;
}
.cor_wrap .cor_li:nth-child(3){
	background: url('../images/cor_03.png') no-repeat center center;
}
.cor_wrap .cor_li:nth-child(4){
	background: url('../images/cor_04.png') no-repeat center center;
}
.news_con{
	overflow:hidden
}
.news_item {
	float: left;
	width: 33%;
	max-width: 567px;
	margin-right: 0.5%;
	position: relative;
	cursor:pointer;
} 
.news_item a{
	display:block;
}
.news_item:nth-child(3n){
	margin-right:0;
}
.news_pic {
	width: 100%;
	height:300px;
	overflow:hidden;
}
.news_pic img {
	width: 100%;
	height:auto;
	min-height:100%;
}
.news_all {
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100px;
	overflow: hidden;
	transition: all 0.8s;
}
.news_title{
	background: url(/en/images/top-line.png) no-repeat 10px 10px;
	display: block;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_titlehover {
	color: #fff;
	background: url(/en/images/top-line.png) no-repeat 10px 10px;
}

.news_title {
	font-size: 18px;
	line-height: 30px;
	padding: 15px 0 15px 10px;
	background-color: #fff;
}

.news_titlehover {
	background: none;
}

@media screen and (max-width: 750px) {
	body{
		overflow-x: hidden;
	}
	.app_header{
		display: block;
	}
	.pc_header{
		display: none;
	}
	/* .header{
		display: block;
		position: relative;
	}
	#top-nav{
		position: absolute;
		top: 20px;
		right: 0;
		margin-top: 0;
	}
	.top_wrap{
		display: block;
	}
	.menu_nav{
		margin-left: 0;
	}
	.nav_a {
		height: 30px;
		line-height: 30px;
	} */
	.header {
    	padding: 15px 0 0;
	}
	#top-nav {
		margin-top: 30px;
	}
	.nav_a {
		height: 40px;
		line-height: 40px;
		color: #fff;
		display: block;
		padding: 0 30px;
		white-space: nowrap;
		text-align: center;
	}


	.about_wrap{
		margin: 20px 0 0;
	}
	.about_left {
    	width: calc(100% - 40px);
		padding:50px 20px;
	}
	.about_li {
		margin-bottom: 15px;
	}
	.about_right{
		width: calc(100% - 40px);
    	padding: 20px;
	}
	.about_info_li {
		width: calc(100%/2 - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.about_info_li:nth-child(2n){
		margin-right: 0;
	}

	.title{
		margin: 20px 0;
		padding-bottom: 12px;
	}
	.title span{
		font-size: 20px;
		padding-bottom: 10px;
	}
	.title img{
		height: 15px;
	}
	.news_wrap{
		margin-left: 0;
		padding: 0;
	}
	.news_li{
		width: 100%;
		/* border-bottom: 1px dotted #eee; */
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.news_img{
		width: 100%;
		height: auto;
	}
	.news_cont{
		padding: 10px;
		width: calc(100% - 20px);
		height: auto;
	}
	.products_ul{
		margin-bottom: 10px;
	}
	.products_li{
		width: calc(100%/2 - 4px);
		margin-bottom: 8px;
	}
	.products_li img{
		width: 100%;
	}
	.products_li:nth-child(even){
		margin-right: 0;
	}
	.cor_wrap .cor_li{
		width: 260px;
		margin: 20px auto;
		float: none;
	}
	.news_item{
		width: 100%;
	}
}