﻿.head_out{
	background: #fff;
	width:100%;
	height:60px;
}
.head_in{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	height:100%;
}

.head_in .logo{
	float:left;
	overflow:hidden;
	height:100%;
}


.head_in .logo .logo_img{
	float:left;
	height:100%;
}

.head_in .logo .logo_img img{
	height:100%;
}

.head_in .logo .logo_name{
	float:left;
	height:100%;
	line-height:60px;
	font-size:26px;
	font-weight:100;
}

.head_in .link_list{
	float:right;
	overflow:hidden;
}

.head_in .link_list .link{
	float:left;
	overflow:hidden;
	padding:20px;
	color:#333;
}

.head_in .link_list .link.active{
	color:#FFF !important;
	background: #3276fd;
}

.head_in .link_list .link:hover{
	color:#FFF !important;
	background: #3276fd;
}

.head_in .link_list .link:hover a{
	color:#FFF !important;

}

.head_in .link_list .link.active a{
	color:#FFF !important;
}

.swiper-container {
	width: 100%;
	height: 600px;
}

.swiper-container .swiper-slide {
	text-align: center;
	font-size: 18px;
	background-repeat:no-repeat;
	background-position:center center;
}

.btns{
	width:600px;
	margin:10px auto;
	display:flex;
}

.btns .btn{
	flex: 1;
	text-align:center;
	background:#f5f5f5;
	border-radius:20px;
	height:40px;
	line-height:40px;
	margin:5px;
	color: #676767;
}
.btns .btn.active{
	color:#FFF;
	background: #3276fd;
}



.news_broad{
	background: #fbfbfb;
	box-shadow:1px 1px 3px 1px #bcbcbc;
	width:1140px;
	margin:0 auto;
	border-radius:10px;
	padding:20px 30px;
	overflow:hidden;
}

.news_broad .title{
	color:#797979;
	height:30px; line-height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.news_broad .detail{
	color:#b7b7b7;
	height:44px; line-height:22px;
	overflow:hidden;
	font-size:14px;
}

.news_broad .time{
	color:#b7b7b7;
	font-size:12px;
	border-bottom: 1px solid #efefef;
}

.news_broad .big_news{
	width:450px;
	float:left;
}

.news_broad .big_news .big_news_img{
	width: 450px;height:243px;
}

.news_broad .big_news .big_news_img img{
	width: 100%;height:100%;
}

.news_broad .news_list{
	width:650px;
	float:right;
}

.news_broad .news_list .news{
	margin:14px 0;
}




.column_body{
	width:1200px;
	margin:0 auto;
	z-index: 666;
	position:relative;
}


.column_body .type_select{
	float:left; width:250px;
	margin-top:-50px;
	z-index:666;

}


.column_body .type_select .type1{
	width: 100%;
	height: 90px;
	background:rgba(255,255,255,.6);
	box-shadow:1px 1px 3px 1px #f3f3f3;
	text-align:center;
	padding-top:40px;
}

.column_body .type_select .type1 .cn_name{

	height:30px;line-height:30px;
	font-size: 30px;
	color: #333;

}


.column_body .type_select .type1 .en_name{
	height:20px;line-height:20px;
	font-size: 16px;
	color:#bcbcbc;
	margin-top:10px;
}



.column_body .type_select .type2_list{
	width: 100%;
	margin-top:15px;
	background:#f0f0f0;

}

.column_body .type_select .type3_list{
	width: 100%;
	margin-top:15px;
	background:#f0f0f0;
}

.column_body .type_select .type2_list .type2{
	  height:45px;line-height:45px;
	padding:0 10px;
}

.column_body .type_select .type3_list .type3{
	  height:45px;line-height:45px;
	padding:0 10px;
}

.column_body .type_select .type2_list .type2.active{
	background-color: #3276fd;
	background-image: url(../image/arrow.png);
	background-repeat:no-repeat;
	background-position: 196px 11px;
	color:#fff;

}

.column_body .type_select .type3_list .type3.active{
	/*background-color: #3276fd;*/
	background-image: url(../image/arrow.png);
	background-repeat:no-repeat;
	background-position: 196px 11px;
	/*color:#fff;*/

}

.column_body .type_select .type2_list .type2:hover{
	background-color: #3276fd;
	background-image: url(../image/arrow.png);
	background-repeat:no-repeat;
	background-position: 196px 11px;
	color:#fff;
}
.column_body .type_select .type3_list .type3:hover{
	background-color: #3276fd;
	background-image: url(../image/arrow.png);
	background-repeat:no-repeat;
	background-position: 196px 11px;
	color:#fff;
}




.column_body .content_list{
	float:right; width:900px;
	margin-left:50px;
}

.column_body .content_list .fisrt_content{
	overflow:auto; height:182px;
	margin-top:30px;
	margin-bottom:20px;
}

.column_body .content_list .fisrt_content .img{
	float:left;
	width:320px; height:182px;
}

.column_body .content_list .fisrt_content .img img{
	width:100%;height:100%;
}


.column_body .content_list .fisrt_content .right{
	float:right; width: 548px;
}

.column_body .content_list .fisrt_content .title{
	text-align:center;
	height:30px;line-height:30px;
	overflow:hidden;
	margin-top:20px;
	font-size:18px; color:#333;

}
.column_body .content_list .fisrt_content .time{
	text-align:center;
	height:20px;line-height:20px;
	margin-bottom:10px;
	font-size:12px; color:#bcbcbc;
}
.column_body .content_list .fisrt_content .detail{

	height:92px;line-height:23px;
	overflow:hidden;
	margin-bottom:10px; color:#666;
	position:relative;
}

.column_body .content_list .fisrt_content .detail .view_more{
	position: absolute;
	bottom:4px;right:0px;
	width:100px;
	background:#fff;
	text-align:center;
}

.column_body .content_list .content{
	width: 100%;
	overflow:hidden;

	height:40px; line-height:40px;
	border-bottom:1px  dashed #f0f0f0;

}

.column_body .content_list .content .title{
	float:left; color:#333;
	max-width:780px; overflow:hidden;
	
}
.column_body .content_list .content .time{
	float:right; color:#bcbcbc;overflow:hidden;
}


.column_body .line_four{
	overflow:hidden;
	float:right; width:900px;
	margin-left:50px;
}

.column_body .line_four .content{
	float:left;
	width:25%;
}

.column_body .line_four .content{
	float:left;
	width:24%;
	margin:10px 0.5%;
}

.column_body .line_four .content .img{
	height:180px;
}

.column_body .line_four .content .img img{
	width:100%;height:100%;
}

.column_body .line_four .content .title{
	color:#666;height:40px;line-height:20px;
	overflow:hidden;
}



.column_body .one_content{
	overflow:hidden;
	float:right; width:900px;
	margin-left:50px;
}





.mapage{
	clear: both;
}

.copy {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding-top: 20px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	background-color: #002c62;
}


.products{
	width: 1200px;
	overflow:auto;
	margin:0 auto;

}

.products .product{
	float:left;
	width:575px;
	margin:10px 0;
	height:320px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% 100%;
}

.products .product .name{
	text-align:center;
	font-size:20px;
	color:#fff;
	margin:30px 0;
}


.products .product .subs{
	overflow:hidden;
}

.products .product .subs .sub{
	float:left;
	margin:0 28px;
	text-align:center;
	color:#FFF;
	background-repeat:no-repeat;
	background-position:18px 9px;
	width:130px;height:130px;
	border:2px solid #fff;
	border-radius:65px;
	line-height:200px;
}

.products .product .detail{

	font-size:20px;
	color:#fff;
	padding:25px 30px;
	line-height:35px;
	text-indent: 2em;
}

.products .product .link{
	text-align:center;
	color:#fff;
	font-size:20px;
	margin-top:25px;
}


.swiper.mySwiper {
	width: 1200px;
	margin:0 auto;
	height: 280px;
	overflow:hidden;
	position:relative;
}

.swiper.mySwiper .swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
}

.swiper.mySwiper .swiper-slide .img {
	display: block;
	width: 100%;
	height: 250px;
}
.swiper.mySwiper .swiper-slide .img img{
	object-fit: cover;
	width:100%;height:100%;
}
.swiper.mySwiper .swiper-slide .title{

	width:100%;height:30px;
	line-height:30px;
	overflow:hidden;

}
	

.callUsSignIn{
	background-image:url(../image/bg3.jpg);
	background-repeat:no-repeat;
	width:1200px;
	margin:20px auto;
	height:400px;
	background-size:100% 100%;
	border-radius:10px;
	color:#FFF;

	overflow:hidden;

}

.callUsSignIn .callUs{
	float:left;
	margin:80px 0 0 80px;
}

.callUsSignIn .signIn{
	float:right;
	margin:80px 140px 0 0 ;
}

.callUsSignIn .title{
	font-size:20px;
	margin-left:20px;
}

.callUsSignIn .line{
	font-size:18px;
	margin:30px 0;
	height:30px;
	line-height:30px;
}

.callUsSignIn .line input{
	height:30px;
	margin-left:10px;
	border-radius:5px;
	width:300px;

}

.callUsSignIn .line input[type="submit"],.callUsSignIn .line input[type="button"]{
	height:35px;line-height:35px;
	font-size:14px;
	width:100px;

}

.callUsSignIn .line i{
	width:40px;
	text-align:center;
	font-size:22px;
}


.turnpage{
	height:40px;line-height:40px;
	margin:20px 0;
	padding-top:20px;
}
.turnpage .curpage{
	color:red;border:none;
}
.turnpage span ,.turnpage a{
	padding:10px 15px;
	margin:0 5px;
	height:40px;
	border:1px solid #bcbcbc;
	border-radius:5px;
}

.turnpage a{

}

.layui-laypage-count{
	border:none !important;
}
#sub_title_list{
	display: none;
}

@media all and (max-width: 500px) {
	#sub_title_list{
		display: block;
	}
	.head_out{
		height:auto;
	}
	.head_in{
		width:100%;

	}
	.head_in .logo{
		float:none; height:40px;
		border-bottom:1px solid #bcbcbc;
		margin-bottom:2px;
	}
	.head_in .logo .logo_name{
		font-size:18px;line-height:40px;
	}
	.head_in #sub_title_list{
		display:block;
	}
	.head_in .link_list{
		float:none;
		border-bottom:1px solid #bcbcbc;
		height:30px; overflow:hidden;
		position: relative;

	}
	.head_in .link_list .link{
		padding:5px 10px;
	}
	.more_link{
		display:block;position: absolute;
		right:0;top:0;height:30px;width:30px;text-align:center;line-height:30px;
	}
	.more_link:active{
		opacity:0.6;
	}
	.swiper-container {
	    width: 100%;
	    height: 180px;
	}
	.btns{
		width:100%;
	}
	.news_broad{
		width:calc( 100% - 20px ); padding:10px;
	}
	.news_broad .big_news {
	    width: 100%;
	    float: none;
	}
	.news_broad .big_news .big_news_img {
	    width: 100%;
	    object-fit: cover;
	    height:200px;
	}
	.news_broad .news_list {
	    width: 100%;
	    float: none;
	}
	.swiper-container .swiper-slide{
		background-size:680px auto;
	}
	.products{
		width:100%;
	}
	.products .product{
		width:100%;height:245px;
	}
	.products .product .subs .sub {
	    float: left;
	    margin: 0 8px;
	    text-align: center;
	    color: #FFF;
	    background-repeat: no-repeat;
	    background-position: 13px 6px;
	    width: 104px;
	    height: 104px;
	    border: 2px solid #fff;
	    border-radius: 65px;
	    line-height: 168px;
	    background-size: 80px;
	}
	.products .product .detail {
	    font-size: 15px;
	    color: #fff;
	    padding: 0 30px;
	    line-height: 29px;
	    text-indent: 2em;
	}
	.swiper.mySwiper{
		width:100%; height: 150px;
	}
	.callUsSignIn{
		width:100%;
		height:auto;
		background: #245cc9;
	}
	.callUsSignIn .callUs {
	    float:none;
	    margin: 49px 0 0 26px;
	}
	.callUsSignIn .line {
	    font-size: 18px;
	    margin: 16px 0;
	    height: 30px;
	    line-height: 30px;
	}
	.swiper.mySwiper .swiper-slide .title {
	    width: 100%;
	    height: 73px;
	    line-height: 30px;
	    overflow: hidden;
	    font-size:12px;
	}
	.callUsSignIn .signIn {
		float:none;
	    margin: 100px 23px;
	}
	.callUsSignIn .line input {
	    height: 30px;
	    margin-left: 10px;
	    border-radius: 5px;
	    width: 256px;
	}
	.column_body{
		width:100%;
	}
	.column_body .type_select {
	    float: none;
	    width: 100%;
	    margin-top: -50px;
	    z-index: 666;
	}
	.column_body .one_content{
		float:none;
		overflow:hidden;
		margin:10px 0;
		width:calc(100% - 20px);
		padding:0 10px;
		font-size:12px;
	}
	.column_body .one_content iframe{
		width:100% !important;
	}
	.column_body .one_content div{
		width:100% !important;

	}
	.column_body .one_content p{
		width:100% !important;
	}
	.column_body .one_content img{
		width:100% !important;
		height:auto !important;
	}
	.column_body .content_list {
	     float: none; 
	     width: calc( 100% - 20px ); 
	     margin-left: 0; 
	     padding:0 10px;
	}
	.column_body .content_list .content .title {
	    float: left;
	    color: #333;
	    max-width: 265px;
	    overflow: hidden;
	}
	.column_body .content_list .fisrt_content {
	    overflow: auto;
	    height: auto; 
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	.column_body .content_list .fisrt_content .detail {
		display:none;
	}
	.column_body .content_list .fisrt_content .img {
		float:none;width:100%;
	}
	.column_body .content_list .fisrt_content .right {
		float:none;width:100%;
	}
	.column_body .line_four {
	    overflow: hidden;
	    float: none;
	     width: calc( 100% - 20px ); 
		padding:0 10px;
	    margin-left: 0;
	}
	.column_body .line_four .content {
	    float: none;
	    width: 100%;
	    margin: 0;
	    border-bottom:1px solid #f3f3f3;
	}
}