/*
 *S 首页 
 * */

.nav_out{
	height: 60px;
}
.nav_box{
	position: fixed;
	width: 100%;
	height: 60px;
	background-color: #fff;
	z-index: 20;
}
.nav_main{
	width: 1200px;
	margin: 0 auto;
}
.logo_img{
	height: 54px;
	margin-top: 3px;
}
.logo_nav_list{
	margin-top: 15px;
}
.logo_nav_list ul li{
	float: left;
	margin: 0 20px;
	font-size: 16px;
	line-height: 30px;
	padding: 0 5px;
}
.logo_nav_list ul li.active{
	color: #197a94;
	border-bottom: 2px solid #197a94;
}
.logo_nav_list ul li:hover{
	color: #197a94;
	border-bottom: 2px solid #197a94;
}


/*S banner*/
.swiper-container-index .swiper-pagination-bullet{
	width: 40px;
	height: 4px;
	border-radius: 2px;
}

.swiper-container-index .swiper-button-next{
	right: -50px;
	transition: all 0.6s;
	opacity: 0;
	background-color: rgba(0,0,0,0.3);
	width: 40px;
	height: 40px;
	background-size: 14px auto;
	border-radius: 50%;
}
.swiper-container-index .swiper-button-prev{
	left: -50px;
	transition: all 0.6s;
	opacity: 0;
	background-color: rgba(0,0,0,0.3);
	width: 40px;
	height: 40px;
	background-size: 14px auto;
	border-radius: 50%;
}
.swiper-container-index:hover .swiper-button-next{
	right: 10px;
	opacity: 1;
}
.swiper-container-index:hover .swiper-button-prev{
	left: 10px;
	opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination{
	bottom: 10px;
}
.swiper-container-index .swiper-pagination-bullet-active{
	background-color:#005bb4 ;
}

.swiper-wrapper-index .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-wrapper-index .swiper-slide img{
	width: 100%;
}
.swiper-pagination-index .swiper-pagination-bullet{
	opacity: 0.6;
	background-color: #888888;
}
.swiper-pagination-index .swiper-pagination-bullet-active{
	background-color: #fff;
	opacity: 1;
}
/*E banner*/


/*S 公司简介*/
.introduction_box{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 40px;
	background-color: #fff;
	position: relative;
	top: -50px;
	z-index: 5;
}
.introduction_text_box{
	width: 520px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
}
.introduction_title{
	font-size: 26px;
}
.introduction_text{
	margin-top: 20px;
	line-height: 1.8em;
	color: #666;
	height: 270px;
	overflow: hidden;
	font-size: 15px;
}
.introduction_img{
	height: 330px;
	width: 535px;
	overflow: hidden;
}
.introduction_img img{
	height: 100%;
}
/*E 公司简介*/

.core_out{
	height: 340px;
	background: url(../images/advantage_bg.jpg) no-repeat center center;
	background-size: 100% auto; 	
}
.core_main{
	width: 1200px;
	margin: 0 auto;
}
.core_main ul{
	overflow: hidden;
}
.core_main ul li{
	float: left;
	width: 20%;
	margin-top:80px;
}
.core_main ul li:hover .core_icon{
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}
.show_img_text{
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 40px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	padding: 0 20px;
	bottom: -40px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.core_icon{
	width: 60px;
	margin: 0 auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.show_box{
	margin: 0 auto;
	margin-top: 50px;
	padding-bottom: 50px;
}
.show_img:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.show_img:hover .show_img_text{
	bottom: 0;
}
.show_img{
	width: 560px;
	height: 340px;
	overflow: hidden;
	box-shadow: 15px 15px 0 #eee;
}
.show_img img{
	height: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.customer_out{
	background-color: #f5f9fa;
	padding: 50px 0;
}
.customer_main ul{
	text-align: center;
}
.customer_main ul li{
	display: inline-block;
	margin: 0 10px;
	background-color: #fff;
	padding: 20px;
	margin-top: 40px;
	box-shadow: 0 0 10px #ddd;
	width: 380px;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
}
.customer_main ul li:hover{
  background: -webkit-linear-gradient(left, #03d1ff , #1482ff); 
  background: -o-linear-gradient(right, #03d1ff , #1482ff); 
  background: -moz-linear-gradient(right,#03d1ff , #1482ff); 
  background: linear-gradient(to right, #03d1ff , #1482ff); 
  color: #fff;
}
.customer_main ul li:hover .customer_icon{
	background-image: url(../images/comma_icon.png);
}
.customer_main ul li:hover .customer_text{
	color: #FFFFFF;
}
.customer_title{
	height: 2.8em;
	line-height: 1.5em;
	font-size: 24px;
	text-align: left;
	padding-right: 57px;
}
.customer_text{
	text-align: left;
	font-size: 14px;
	line-height: 1.8em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	height: 10.6em;
	color: #666;
	margin-top: 10px;
}
.customer_icon{
	width: 57px;
	height: 57px;
	position: absolute;
	right: 20px;
	top: 20px;
	background: url(../images/comma_icon2.png) no-repeat center center;
	background-size: 100% auto;
}

.foot_out{
	background-color: #0f1949;
	padding: 30px 0;
	padding-bottom: 0;
}
.foot_main{
	width: 1200px;
	margin: 0 auto;
	color: #fff;
	padding-bottom: 30px;
}
.foot_nav{
	margin-right: 180px;
}
.foot_nav_title{
	font-size: 20px;
}
.foot_nav > ul{
	margin-top: 20px;
}
.foot_nav > ul li{
	margin-top: 15px;
	
}
.foot_nav > ul li:hover{
	text-decoration: underline;
}
.foot_code_img{
	margin-top: 20px;
	width: 131px;
}
.foot_copy{
	border-top: 1px solid #061b74;
	padding-top: 20px;
	padding-bottom: 20px;
}
.foot_copy ul{
	text-align: center;
}
.foot_copy ul li{
	display: inline-block;
	color: #fff;
	margin: 0 5px;
}
/*
 * 
 *E 首页 
 * */


/*S 发展历程
 * 
 * * */

.course_main{
	position: relative;
	margin-top: 100px;
/*	padding-bottom: 250px;*/
}
.course_line{
	height: 800px;
	margin: 0 auto;
	width: 3px;
	margin-top: 80px;
	background-color: #e2e2e2;
}
.course_block{
	width: 630px;
	position: absolute;
	
}
.course_year{
	background-color: #fff;
	color: #006efe;
	line-height: 32px;
	border-radius: 16px;
	width: 95px;
	text-align: center;
	border: 1px solid #006efe;
	font-size: 14px;
	position: absolute;
	top: 80px;
	z-index: 2;
}
.course_year:before{
	content: "";
	position: absolute;
	width: 27px;
	height: 2px;
	background-color: #006efe;
	top: 50%;
	margin-top: -1px;
}
.course_year:after{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border: 1px solid #006EFE;
	top: 50%;
	margin-top: -5px;
	border-radius: 50%;
}
.course_main .course_block:nth-child(even){
	left: 50%;
	margin-left: -580px;
}
.course_main .course_block:nth-child(odd){
	left: 50%;
	margin-left:-50px;
}
.course_main .course_block:nth-child(even) .course_year{
	right: 0;
}
.course_main .course_block:nth-child(odd) .course_year{
	left: 0;
}
.course_main .course_block:nth-child(even) .course_year:before{
	left: -27px;
}
.course_main .course_block:nth-child(even) .course_year:after{
	left: -30px;
}
.course_main .course_block:nth-child(odd) .course_year:before{
	right: -27px;
}
.course_main .course_block:nth-child(odd) .course_year:after{
	right: -30px;
}
.course_main .course_block:nth-child(odd) .course_text_main{
	margin-left: 120px;
}
.course_text_main{
	background-color: #fff;
	position: relative;
	width: 510px;
	background-color: #fff;
	border: 1px solid #ededed;
	padding:30px 30px;
	padding-bottom: 10px;
	box-sizing: border-box;
}

.course_text_main ul li{
	overflow: hidden;
}
/*.course_month{
	width: 60px;
}*/
.course_text{
/*	width: 370px;*/
	line-height: 1.8em;
/*	height: 3.5em;*/
	color: #666;
	/*display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;*/
	margin-bottom: 20px;
}
/*
 * 
 * 
 * E 发展历程*/


/*S 联系我们*/
.contact_box{
	margin: 0 auto;
	width:1200px;
	position: relative;
	top:-60px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 50px;
}
.map_box{
	width: 50%;
	height: 550px;
}
.contact_box_main{
	margin-left: 50px;
	margin-top: 5%;
}
.contact_box_title{
	margin-top: 50px;
}
.foot_info_list{
	margin-top: 30px;
}
.foot_info_list ul li{
	margin-top: 10px;
	font-size: 16px;
	padding-left: 30px;
	background: no-repeat left center;
}

.foot_info_list ul li:nth-child(1){
	background-image: url(../images/phone.png);
}
.foot_info_list ul li:nth-child(2){
	background-image: url(../images/qq.png);
}
.foot_info_list ul li:nth-child(3){
	background-image: url(../images/address.png);
}
.foot_info_list ul li:nth-child(4){
	background-image: url(../images/email.png);
}
/*E 联系我们*/

/*S 
 * 产品列表
 * */
.product_box{
	width: 1200px;
	padding:0 10px;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
	top: -50px;
	padding-bottom: 20px;
	overflow: hidden;
}
.product_box ul li{
	padding: 0 10px;
	margin-top: 20px;
	width: 33.3%;
	float: left;
	box-sizing: border-box;
}
.product_box ul li:hover .product_img img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.product_box ul li:hover{
	color: #197a94;
}
.product_img{
	height: 210px;
}
.product_img img{
	height: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.product_info{
	border: 1px solid #eeeeee;
	border-top:0 none;
	padding: 20px;
}
.product_info_text{
	line-height: 1.5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 2.8em;
}
.product_info_num{
	border-top: 1px solid #eee;
	padding-top: 10px;
}
.product_info_left img{
	width: 20px;
}
.product_info_left_text{
	line-height: 20px;
	margin-left: 10px;
	color: #666;
}
.product_info_right_icon{
	height: 20px;
}
/*E 
 * 产品列表
 * */

/*S 产品详情*/
.product_details{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background-color: #f8f9fb;
	padding: 30px;
	top: -50px;
	z-index: 5;
}
.pos_box ul{
	overflow: hidden;
}
.pos_box ul li{
	float: left;
	font-size: 14px;
}
.pos_box ul li a:hover{
color: #197A94;
}
.product_details_title{
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.product_details_info{
	margin-top: 50px;
}
.product_details_info img{
	margin: 0 auto;
	max-width: 100%;
}
/*E 产品详情*/


/*S 手机导航*/
.m_nav_out{
	height: 0.48rem;
	display: none;
}
.m_nav_box{
	background-color: #fff;
	position: fixed;
	z-index: 30;
	top: 0;
	left: 0;
	width: 100%;
	padding:0.1rem;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}
.m_nav_logo{
	height: 0.28rem;
}
.m_nav_icon{
	width: 0.3rem;
	height: 0.3rem;
}
.m_nav_icon{
	position: absolute;
	right: 0.1rem;
	top: 50%;
	width: 0.4rem;
	height: 0.4rem;
	margin-top: -0.2rem;
	border-radius: 0.08rem;
	background: url(../images/menu.png) no-repeat center center;
	background-size: 0.25rem auto;
}
.m_nav_bg{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.m_nav_list{
	position: absolute;
	right: -1000px;
	top: 0;
	height: 100%;
	background-color: #fff;
	width: 60%;
}
.m_nav_list ul li{
	border-bottom: 1px solid #eee;
	font-size: 0.15rem; 
}
.m_nav_item{
	padding: 0.1rem;
	background: url(../images/arrow_right.png) no-repeat 98% center;
	background-size: 0.06rem auto;
}
.m_nav_list ul li a{
	display: block;
}
.m_nav_two{
	background-color: #f7f7f7;
	padding-left: 0.2rem;
	display: none;
}
.m_two_list{
	font-size: 0.14rem;
	line-height: 3em;
}
/*E 手机导航*/

@media only screen and (max-width: 1000px) {
	.nav_out{
		display: none;
	}
	.m_nav_out{
		display: block;
	}
	.introduction_box{
		width: 100%;
		top: 0;
		padding: 20px;
		box-sizing: border-box;
	}
	.introduction_text_box{
		width: 100%;
		float: none;
	}
	.introduction_text{
		margin-top: 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 10;
		overflow: hidden;
	}
	.introduction_img{
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.core_out{
		height: auto;
		padding-bottom: 30px;
		background-size: auto 100%;
	}
	.core_main{
		width: 100%;
	}
	.core_title{
		margin-top: 20px;
	}
	.core_main ul li{
		margin-top: 20px;
	}
	.core_text{
		margin-top: 10px;
		font-size: 12px;
	}
	.core_icon{
		width: 60%;	
	}
	.show_box{
		margin-top: 0;
		width: 100%;
		padding: 15px 2%;
		box-sizing: border-box;
	}
	.show_img{
		width: 46%;
		height: 200px;
		margin: 0 2%;
 		box-shadow: none;
	}
	.customer_out{
		margin-top: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.customer_main ul{
		padding: 0 20px;
	}
	.customer_main ul li{
		margin: 0;
		margin-top: 20px;
		width: 100%;
		box-sizing: border-box;
		display: block;
	}
	.foot_out{
		text-align: center;
		padding-top: 20px;
	}
	.foot_main{
		width: auto;
		text-align: center;
		display: inline-block;
		overflow: hidden;
		padding-bottom: 20px;
	}
	
	.foot_nav{
		margin: 0 10px;
		float: left;
	}
	.foot_code{
		float: none;
		clear: both;
		margin-top: 30px;
	}
	.foot_code .foot_nav_title{
		font-size: 0;
	}
	.foot_code_img{
		margin: 0 auto;
		margin-top: 20px;
	}
	.foot_copy ul li{
		margin-top: 5px;
	}
	.course_out{
		margin-top: 20px;
	}
	.course_main{
		margin-top: 20px;
	}
	.course_line{
		margin-left: 40px;
	}
	.course_block{
		width: 100%;
		margin-left: 0;
		left: 0;
		padding-left: 108px;
		box-sizing: border-box;
	}
	.course_main .course_block:nth-child(even){
		margin-left: 0;
		left: 0;
	}
	.course_main .course_block:nth-child(odd){
		margin-left: 0;
		left: 0;
	}
	.course_main .course_block:nth-child(odd) .course_text_main{
		margin-left: 0;
	}
	.course_main .course_block:nth-child(even) .course_year{
		left: 10px;
	}
	.course_main .course_block:nth-child(odd) .course_year{
		left: 10px;
	}
	.course_main .course_block:nth-child(even) .course_year:before{
		left: auto;
		right: -27px!important;
	}
	.course_main .course_block:nth-child(even) .course_year:after{
		left: auto;
		right: -30px!important;
	}
	.course_text_main{
		width: 95%;
		padding: 10px;
		box-sizing: border-box;
	}
	.course_year{
		width: 70px;
	}
	.course_text{
		width: 100%;
		margin-bottom: 10px;
	}
	.contact_box{
		top: 0;
		width: 100%;
		padding: 20px;
	}
	.map_box{
		width: 100%;
		height: 300px;
	}
	.contact_box_main{
		margin-top: 0;
		margin-left: 0;
	}
	.foot_info_list{
		margin-top: 20px;
	}
	.product_box{
		top: 0;
		padding: 0 5px;
	}
	.product_box{
		width: 100%;
		padding-bottom: 30px;
	}
	.product_box ul li{
		width: 50%;
		padding: 0 5px;
		margin-top: 10px;
	}
	.product_img{
		height: 150px;
	}
	.product_info{
		padding: 10px;
	}
	.product_info_text{
		margin-top: 5px;
	}
	.product_info_num{
		margin-top: 10px;
	}
	.product_details{
		top: 0;
	}
	.product_details{
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	.product_details_title{
		padding-bottom: 15px;
		margin-top: 20px;
	}
	.product_details_info{
		margin-top: 30px;
	}
}