@import url("./frame2.css");
@import url("../font2/iconfont.css");




.top_nav{
	height: 48px;
	background: #00b0f0;
	color: #fff;
	font-size: 18px;
	align-items: center;
	display: flex;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}


.top_nav_click{
	width: 49px;
	height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	transition: all linear .5s;
}


.top_nav_click span{
	width: 27px;
	height: 1px;
	top: 20px;
	left: 11px;
	position: absolute;
	background: #fff;
	transition: all linear .5s;
}

.top_nav_click span:nth-of-type(2){

	top: 28px;

}

.ban_img {
	mode: object-fit;
	width: 100%;
	min-height: 300px;
}

.top_nav_click.on{
	left: 100px;
}


.top_nav_click.on span{
	transform: rotateZ(45deg);
	top: 25px;
}

.top_nav_click.on span:nth-of-type(2){

	transform: rotateZ(-45deg) ;
	top: 25px;

}
.textxx{
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    margin-bottom: 15px;
}

.swiper-banner{
	position: relative;
	z-index: 1;
}



html{
	width: 100%;
}




body{
	width: 100%;
	position: relative;
	overflow-x: hidden;
}

.nav_left{
	position: fixed;
	left: -100px;
	width: 100px;
	background: #00b0f0;
	display: flex;
	flex-direction: column;
	padding-top: 49px;
	height: 100vh;
	transition: all linear .5s;
	z-index: 100;
}

.nav_left a{
	height: 40px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;
	width: 100%;
	text-align: center;
	justify-content: center;
	
}


.nav_left.on{
	left: 0;
}

.gap2{
	height: 49px;
}
.ch_title{
	height: 48px;
	line-height: 48px;
	font-size: 30px;
	color: #666;
	text-align: center;
}


.en_title{
	width: 260px;
	height: 33px;
	line-height: 33px;
	background: url("../images/line.png") repeat-x ;
	text-align: center;
	margin: 0 auto;
}

.en_title span{
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	display: inline-block;
	background: #fff;
	font-size: 16px;
	color: #ddd;
}


.company_view{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	display: flex;
	flex-wrap: wrap;
	width: 96%;
	margin: 0 auto;
}


.company_view_left{
	width: 100%;
	
}

.company_view_right{
	width: 100%;
	padding-top: 4%;
	
}

.company_view_right_title{
	line-height: 50px;
	font-size: 24px;
	color: #00b0f0;
}

.w1002{
	width: 100%;
	display: block;
}
.bottom_menu_top{
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 24px;
	font-size: 14px;
	color: #a5a5a5;
	background: #3f3f3f;
	text-align: center;
}

.bottom_menu_bot{
	display: flex;
	justify-content: space-between;
	height: 40px;
	background: #000;
}


.bottom_menu_bot a{
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 color: #fff;
	 width: 33%;
}


.bottom_menu_bot a:nth-of-type(2){
	width: 34%;
}

.w100{
	width: 100%;
	display: block;
}

.sort_wrap{
	width: 96%;
	margin: 0 auto;

	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}

.sort_wrap a:hover{
	transform: translateY(-20px);
}


.sort_item{
	width: 49%;
	
	display: flex;
	margin-right: 2%;
	
	border-radius: 6px;
	margin-bottom: 2%;
	transition: transform linear .5s;
	flex-direction: column;
}

.sort_item:nth-of-type(2n){
	margin-right: 0%;
}

.sort_item.item1{
	background: #9fbf3e;
}
.sort_item.item2{
	background: #0070c0;
}
.sort_item.item3{
	background: #fbcb39;
}
.sort_item.item4{
	background: #ae9bc6;
	margin-right: 0;
}

.sort_item_top{
	padding: 6%;
	display: flex;
 justify-content: space-between;
}

.sort_item_top_text{

	color: #fff;
	font-size: 18px;
	

}

.sort_item_top_icon{
	
	width: 21px;
	height: 21px;
	

}


.sort_item_top_icon span{
	display: block;
	width: 21px;
	height: 21px;
	background: url("../images/more.png") no-repeat center center;
}

.sort_item_bot{
	padding: 6%;

}

.sort_item_img{
	width: 100%;
	border: 6px solid #fff;

}

.sort_item_img{
	padding-top: 125%;
}


.news_left{
	width: 96%;
	margin: 0 auto;
}

.news_item{
	display: flex;
	justify-content:space-between;
	margin-bottom: 3%;
}

.news_item_img{
	width: 32%;

}

.news_item_desc{
	width: 64%;
}

.news_item_title{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
}
.news_item_desc2{
	line-height: 20px;
	font-size: 12px;
	color: #999;
	height: 60px;
	overflow: hidden;
}

.news_right{
	width: 100%;
	background: #f2f2f2;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.news_right_title{

	height: 50px;
	line-height:50px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #333;
}
.logo_item{
display: flex;
align-items: center;
justify-content: center;
width: 80%;
margin: 0 auto;
margin-bottom: 10px;

}


.logo_item img{
	width: 100%;
	display: block;
}

.viewmoreclient{
	width: 132px;
	height: 40px;
	background: #0070c0;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.banner2{
	min-height: 240px;
	background: url(../images/banner_about.png) no-repeat center center;
	background-size: cover;
}

.sort_fast{
	
	width: 96%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	height: 40px;
}

.sort_fast a{
	width: 25%;
	background: #ddd;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-right: 1px solid #eee;
}

.sort_fast a.on{
	background: #00b0f0;
	color: #fff;
}


.sort_right{
	width: 96%;
	margin: 0 auto;
	display: flex;
}
.sort_right_item{
	width: 49%;
	margin-right: 2%;
	display: block;
	float: left;
	margin-bottom: 2%;
	transition: transform linear .5s;
}
.sort_right_item:nth-of-type(2n){
	margin-right: 0;
}
.sort_right_top{
	padding-top: 125%;
	background: #ddd;
}

.sort_item_title{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.sort_right_item:hover{
	transform: translateY(20px);
}


.contact_top{

}


.contact_bot{

	border-top: 1px solid #ddd;
	
}


.contact_top_left{
	width: 100%;
	
}


.contact_top_title{
	height: 60px;
	line-height: 60px;
}

.title1{
	height: 60px;
	line-height: 60px;
	font-size: 36px;
	color: #666;
	float: left;
}

.title2{
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #ddd;
	float: left;
	padding-left: 10px;
}

.contact_top_desc_line{
	height: 30px;
	
	font-size: 12px;
	padding-left:40px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;

	
}
.contact_top_desc{
	padding-top: 30px;
	padding-bottom: 30px;
}
.contact_top_desc_line.line1{
	background: url("../images/addr.png") no-repeat left center;
	background-size: contain;
}
.contact_top_desc_line.line2{
	background: url("../images/dianhua.png") no-repeat left center;
	background-size: contain;
}
.contact_top_desc_line.line3{
	background: url("../images/mail.png") no-repeat left center;
	background-size: contain;
}
.contact_top_desc_line.line4{
	background: url("../images/chuanzhen.png") no-repeat left center;
	background-size: contain;
}

.contact_bot{

	padding-top: 30px;
}
.double_line2{
margin-bottom: 10px;
display: flex;
flex-wrap: wrap;
}

.double_line2 input{
	height: 40px;
	border: none;
	outline: none;
	border: 1px solid #ddd;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	color: #333;
	font-size: 14px;
}
input::-moz-input-placeholder{
	color: #ddd;
}
input::-webkit-input-placeholder{
	color: #ddd;
}
input::-ms-input-placeholder{
	color: #ddd;
}
.quotes {
    clear: both;
    
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.quotes ul li {
    border: 1px solid #00b0f0;
    color: #fff;
    display: inline;
    margin-right: 4px;
    padding: 4px 7px;
    text-decoration: none;
}
.quotes .thisclass {
    background: #00b0f0;
}
a{
    font-size: 14px;
    color: #666;
}


.quotes table{
	display:inline-block;
}
.quotes td{
	padding:3px 5px;
}
.quotes td a{
	vertical-align:top;
}
.double_line2 input.form_input_one{
	width: 100%;
	
	box-sizing: border-box;
	margin-bottom: 10px;
} 



.double_line2 input.form_input_one2{
	width: 100%;
	
} 


.textarea{
	min-height: 140px;
	border: none;
	border: 1px solid #ddd;
	
	padding: 20px;
	color: #333;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.submit_btn{
	width: 120px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	border: none;
	background: #00b0f0;
	cursor: pointer;
}

.pic_wrap{
	width: 96%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}


.pic_wrap a{
	width: 49%;
	margin-right: 2%;
}
.client_s img{
	width: 100%;
	display: block;
}

.pic_wrap a:nth-of-type(2n){
	margin-right: 0;
}

.pic_view_title{
	line-height: 1.5;
	font-size: 20px;
	color: #333;
}

.pic_view_desc{
	line-height: 1.5;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	padding-top: 10px;
}

.pic_view_img{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}
.pic_view_img img{
	max-width: 100%;
	display: block;
margin: 0 auto;
}

.view_titlex{
	border-left: 6px solid #464646;
	height: 24px;
	padding-left: 10px;
	font-size: 22px;
	color: #464646;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.view_contents{
	padding-top: 30px;
	line-height: 28px;
	font-size: 14px;
	color: #999;
}