body{
	

}
.banner{
	position: relative;
}
.head{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}


.h1600{
	width: 1600px;
	margin: 0 auto;
	overflow: hidden;
}
.head .logo{
	float: left;
	display: block;
}
.head .logo img{
	display:inline;
	width: auto;
}
.head .nav{
	text-align: right;
	float: right;
}
.head .nav li{
	display: inline-block;
}

.head .nav li a{
	display: block;
	line-height: 100px;
	width: 160px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	transition: all ease-in-out 0.3s;
}
.head .nav li a:hover,
.head .nav li a.hover{
	background: url(../images/nav_bj.jpg) no-repeat center;
}

.head .nav ul{
	float: left;
}
.head .nav p.tel{
	float: left;
	line-height: 100px;
	padding-left: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-left: 10px;
	background: url(../images/tel.png) no-repeat left center;
}

.index_pro{
	width: 1920px;
}
.index_pro .pro_list{
	overflow: hidden;
}
.index_pro .pro_list a{
	width: 480px;
	height: 400px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_pro .pro_list a:hover h1{
	color: #e60012;
}
.index_pro .pro_list .img{
	overflow: hidden;
	
}
.index_pro .pro_list .img img{
	transition: all ease-in-out 0.3s;
}
.index_pro .pro_list a:hover img{
	transform: scale(1.03);
}
.index_pro .pro_list .cont{
	width: 290px;
	margin: 0 auto;
}

.index_pro .cont h1{
	font-size: 24px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	background: url(../images/pro_type.jpg) no-repeat left bottom;
}

.index_pro .cont .sum{
	color: #808080;
	line-height: 24px;
}

.index_pro .cont i{
	font-style: normal;
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 36px;
	font-family: 'simsun';
	color: #000;
	margin-top: 20px;
	font-size: 16px;
}
.index_ab{
	padding:98px 0;
	background: url(../images/about_bj.jpg) no-repeat center;
}
.index_ab .ab_cont{
	width: 624px;
	padding: 0 70px;
	height: 560px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/about_bj2.jpg) no-repeat center;
	display: flex;
	align-items: center;
	box-shadow: 0 0 15px #ccc;
}

.index_ab .ab_box{
	position: relative;
	width: 100%;
	height: 660px;
}
.index_ab .ab_box .ab_img{
	max-width: 60%;
}
.index_ab .ab_cont h1{
	font-size: 30px;
	
}
i{
	font-style: normal;
}
.index_ab .ab_cont .sum{
	font-size: 14px;
	line-height: 28px;
	color: #808080;
	padding: 40px 0;
	text-indent: 2em;
}
.more{
	width: 140px;
	line-height: 52px;
	padding:0 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all ease-in-out 0.3s;
}

.more:hover{
	box-shadow: 0 0 10px #333;
}
.index_ab .ab_cont .more{
	background-color: #e60012;
}

.more p{
	font-size: 16px;
	color: #fff;
}

.more i{
	font-size: 24px;
	font-family: "simsun";
	color: #fff;
}

.h1400{
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

.index_join{
	padding-top: 160px;
	background: url(../images/join_bj.jpg) no-repeat center top;
}

.index_join .join_box{
	width: 572px;
	padding:0 64px;

	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(230,0,18,0.9);
}

.index_join .join_box h1{
	font-size: 30px;
	text-align: center;
	color: #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
background: url(../images/join_icon.jpg) no-repeat center bottom;
}

.index_join .join_box .sum{
	color: #fff;
	line-height: 28px;

}

.index_join .more{
	background-color: #fff;
	margin: 40px auto 0 auto;
}

.index_join .more p,
.index_join .more i{
	color: #e60012;
}

.index_news{
	padding-top: 80px;
	padding-bottom: 120px;
	background: url(../images/news_bj.jpg) no-repeat center bottom;
}
.index_news .type_top{
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.index_news .type_top h1{
	font-size: 30px;
}
.index_news .more{
	background-color: #f5f5f5;
}
.index_news .more p,
.index_news .more i{
	color: #e60012;
}

.index_news ul{
	display: flex;
	justify-content: space-between;
}
.index_news .news_list{
	padding: 54px 0;
}
.index_news ul{
	margin:0 -10px;
}
.index_news ul li{
	padding:0 10px;
}
.index_news ul li a{
	display: block;
}
.index_news ul li img{
	transition: all ease-in-out 0.3s;
}
.index_news ul li a:hover img{
	transform: scale(1.03);
}
.index_news ul .img{
	position: relative;
	overflow: hidden;
	
}
.index_news ul .time{
	width:92px;
	height: 80px;
	padding:0 10px;
	position: absolute;
	left: 10px;bottom: 10px;
	background-color: #e30a1b;
}

.index_news ul .time p{
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.index_news .time .date{
	font-size: 30px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.index_news .news_info{
	/*width: 370px;*/
	/*height: 160px;*/
	padding: 30px;
	background-color: #fff;
}
.index_news .news_info i {
    font-style: normal;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 36px;
    font-family: 'simsun';
    color: #000;
    margin-top: 20px;
    font-size: 30px;
}
.index_news ul a:hover h2{
	color: #e30a1b;
}
.index_news .news_info h2{
	font-size: 18px;

}

.index_news .news_info .sum{
	color: #808080;
	line-height: 24px;
	padding: 14px 0;
}

#slideup{
	background-color: #e60012;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#slideup i{
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: url(../images/scroll_top.png) no-repeat center;
}

#slideup p{
	text-align: center;
	color: #fff;
	margin-top: 14px;
}

.footer{
	padding: 50px 0;
	background-color: #262626;
}

.footer .foo_logo{
	float: left;
	width: 398px;
}
.footer .foo_info{
	margin-top: 28px;
}
.footer .foo_info p,
.footer .foo_info a{
	color: #999999;
	line-height: 26px;
	display: block;
}

.footer .foo_con{
	float: left;
	width: 326px;
}

.footer .foo_con h2{
	font-size: 24px;
	color: #fff;
	padding-top: 22px;
}

.footer .foo_con p{
	color: #808080;
	padding: 12px 0;
	border-bottom: 1px solid #ccc;
}
.foo_nav{
	float: right;
	padding-top: 22px;
}
.foo_nav .nav_item{
	display: inline-block;
	vertical-align: top;
}  

.foo_nav .nav_link {
	display: block;
	font-size: 18px;
	color: #fff;
	padding:0 26px;
}

.foo_nav .uls2{
	margin-top: 14px;
}
.foo_nav .uls2 li{
	display: block;
}

.foo_nav .uls2 li a{
	display: block;
	text-align: center;
	color: #808080;
	line-height: 28px;
}

.foo_nav a:hover{
	color: #e60012;
}


.pro_left{
	float: left;
}
.pro_left .treeone{
	display: inline-block;
	vertical-align: top;
}
.pro_left .treeone>a{
	display: block;
	line-height: 72px;
	font-size: 18px;
	width: 150px;
	text-align: center;

}
.pro_left .treeone>a:hover,
.pro_left .treeone>a.hover{
	background-color:#e60012;
	color: #fff;
}
.guide{
	float: right;
	line-height: 72px;
}


.path{
	box-shadow: 0 0 10px #ccc;
}

.type_none{
	display: none;
	/*width: 1440px;
	position: relative;*/
}

.type_show{
	padding-top: 30px;
}
.type_show ul{
	/*text-align: center;*/
}
.type_show li{
	display: inline-block;
	vertical-align: middle;
}

.type_show li a{
	display: block;
	padding:0 10px;
	font-size: 16px;
	color: #b2b2b2;
	line-height: 60px;
}
.type_show li a.hover,
.type_show li a:hover{
	background: url(../images/type_show.jpg) no-repeat center bottom;
}


/*产品中心*/


.product{
	background-color: #f5f5f5;
}
.product ul{
	display: flex;
	padding:4% 16px;
	flex-wrap: wrap;
	padding-bottom: 0;
}

.product ul li{
	width: 24.8%;
	margin:0 0.1%;
	margin-bottom: 2%;
}

.product ul a{
	display: block;
}
.product ul .img{
	padding: 40px;
	background-color: #fff;
	overflow: hidden;
	
}
.product ul .img img{
	transition: all ease-in-out 0.3s;
}
.product ul a:hover img{
	transform: scale(1.05);
}
.product ul a:hover h1{
	color: #e60012;
}
.product ul h1{
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 52px;
}

.product_read{
	background-color: #f5f5f5;
	padding: 4% 0;
}

.product_pic{
	position: relative;
	
}
.product_pic .swiper-container{
	width: 880px;
	height: 730px;
}
.product_pic .swiper-slide{
	background-color: #fff;
}

.product_pic h2{
	text-align: center;
	font-size: 24px;
	line-height: 70px;
}

.para{
	padding: 3% 0;
}

.para h5{
	font-size: 20px;
	padding: 16px 0;
	background: url(../images/deti.png) no-repeat center top;
}

.para .content{
	padding-bottom: 3%;
}

.para .content img{
	max-width: 100%;
	width: auto;
}

.join_if{
	padding: 4% 0;
}
.join_if .join_pic{
	position: relative;
	padding-bottom: 80px;
}
.join_if .join_info{
	position: absolute;
	right: 0;
	bottom: 0;
	/*width:620px;*/
	height: 500px;
	z-index: 2000;
	padding:0 90px;
	display: flex;
	align-items: center;
	box-shadow: 0 0 10px #ccc;
	background: url(../images/join_bj2.jpg) repeat-x center bottom;
	margin: 10px;
}

.join_if .join_info h2{
	font-size: 30px;
	padding: 16px 0;
	background: url(../images/join_icon2.jpg) no-repeat left bottom;
}
.join_if .join_info .content{
	line-height: 34px;
	color: #666666;
	padding: 30px 0;
}

.process .type_title h2{
	font-size: 30px;
	padding: 16px 0;
	margin: 4% 0;
	text-align: center;
	background: url(../images/join_icon2.jpg) no-repeat center bottom;
}
.process_list{
	padding: 70px 0;
	background: url(../images/join_bj3.jpg) no-repeat center;
}
.process_list .uls2{
	text-align: right;
}
.process_list ul li{
	display: inline-block;
	vertical-align: middle;
	margin:0 18px;
}

.process_list ul h1{
	font-size: 28px;
	font-weight: bold;
	color: #e60012;
	line-height: 50px;
	text-align: center;
}
.process_list ul .sum{
	width: 280px;
	height: 120px;
	padding:0 20px;
	line-height: 28px;
	color: #ccc;
	display: flex;
	align-items: center;
	background-color: #fff;
	text-align: left;
}

.message{
	background-color: #f5f5f5;
}
.message .type_title{
font-size: 30px;
	padding: 16px 0;
	margin: 4% 0;
	text-align: center;
	background: url(../images/join_icon2.jpg) no-repeat center bottom;
}

.mess_info .mess_input input{
	line-height: 70px;
	font-size: 16px;
	width: 33%;
	padding:0 20px;
	background-color: #fff;
}

.mess_info .textarea textarea{
	width: 100%;
	padding:0 20px;
	border: 1px solid #837f7f;
	margin: 10px 0;
	line-height: 70px;
	font-size: 16px;
	height: 236px;
	font-family: "微软雅黑";
}
.submit{
	text-align: center;
}
.submit input{
	width: 360px;
	line-height: 70px;
	text-align: center;
	background-color: #e60012;
	color: #fff;
	font-size: 24px;
	margin-top: 3%;
	margin-bottom: 5%;
}

.news_dlid{
	background-color: #f5f5f5;
	padding: 4% 0;
}

.news_dlid .news_flex{
	display: flex;
}
.news_dlid .news_flex a{
	display: block;
}
.news_dlid .news_flex a:hover .news_title h2{
	color: #e30a1b;
}

.news_dlid .news_flex .time{
	/*width: 64px;*/
	height: 80px;
	padding:0 10px;
	float: left;
}
.news_dlid .news_flex .news_box{
	background-color: #fff;
	max-width: 678px;
	display: flex;
	align-items: center;
}
.news_dlid .news_flex .news_one{
	padding: 45px;
	background-color: #fff;
}
.news_dlid .news_flex .time p{
	color: #e30a1b;
	font-weight: bold;
	text-align: center;
}

.news_dlid .news_flex .time .date{
	font-size: 30px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.news_dlid .news_title{
	overflow: hidden;
	display: flex;
	align-items: center;
}
.news_dlid .news_title h2{
	float: left;
	font-size: 22px;
	padding-left: 28px;
}

.news_dlid .news_info{
	padding-left: 120px;
}

.news_dlid .news_info .sum{
	line-height: 26px;
	color: #666666;
	margin-bottom: 4%;
}

.news_dlid .news_info i{
	font-size: 30px;
	color: #e30a1b;
	font-family: "simsun";
	font-weight: bold;
}





.news{
	padding: 4% 0;
}

.news .news_list{
	padding: 54px 0;
}
.news ul{
	
	margin:0 -10px;
	
}
.news ul li{
	padding:0 10px;
	margin-bottom: 3%;
}
.news_dlid a:hover h2,
.news ul li a:hover h2{
	color: #e30a1b;
}
.news ul .img{
	position: relative;
	overflow: hidden;
	
}
.news ul .img img{
	transition: all ease-in-out 0.3s;
}
.news ul li a:hover img{
	transform: scale(1.05);
}
.news ul .time{
	padding:10px;
	position: absolute;
	left: 10px;bottom: 10px;
	background-color: #e30a1b;
}

.news ul .time p{
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.news .time .date{
	font-size: 30px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.news .news_info{
	
	padding: 30px;
	background-color: #fff;
}
.news .news_info i {
    font-style: normal;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 36px;
    font-family: 'simsun';
    color: #000;
    margin-top: 20px;
    font-size: 30px;
}

.news .news_info h2{
	font-size: 18px;

}

.news .news_info .sum{
	color: #808080;
	line-height: 24px;
	padding: 14px 0;
}
.news_read{
	padding: 4% 0;
}

.news_read .news_title h1{
	font-size: 30px;
	text-align: center;
}
.news_read .news_title p{
	text-align: center;
	font-size: 16px;
	color: #b2b2b2;
	padding: 1% 0;
	border-bottom: 1px solid #ccc;
}

.news_read .news_content{
	padding: 2% 0;
	line-height: 24px;
}
.news_read .news_content img{
	width: auto;
	max-width: 100%;
}


.video{
	padding: 4% 0;
	background-color: #f5f5f5;
}
.video ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.video ul li{
	display: inline-block;
	margin-bottom: 3%;
}

.video ul h2{
	text-align: center;
	line-height: 70px;
	background-color: #fff;
	font-size: 16px;
}

/*关于我们*/

.company{
	padding: 4% 0;
}

.company .flex{
	display: flex;

}
.company .flex>div{
	width: 50%;
}

.company .com_con{
	display: flex;
	align-items: center;
	padding: 24px;
}

.company .com_con h1{
	font-size: 30px;
}

.company .com_con .content{
	line-height: 28px;
	color: #808080;
	padding-top: 4%;
}

.surr{
	
	background: url(../images/about_bjm.jpg) no-repeat center top;

}

.surr .container{
	position: relative;
height: 418px;
}

.surr .container .title{
	position: absolute;
	left: 50%;
	margin-left: -300px;
	bottom: 0;
	width: 600px;
	height: 218px;
	display: flex;
	align-items: center;

	background: url(../images/type_icon3.png) no-repeat center top;
}

.surr .container .title h2{
	text-align: center;
	width: 100%;
	font-size: 30px;
	color: #fff;
}



.surr_list{
	padding: 4% 0;
	background-color: #f5f5f5;
}
.surr_list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.surr_list ul li{
	display: inline-block;
	margin-bottom: 3%;
}
.surr_list ul .img{
	overflow: hidden;
}
.surr_list ul img{
	transition: all ease-in-out 0.3s;
}
.surr_list ul a:hover img{
	transform: scale(1.03);
}
.surr_list ul a:hover h2{
	color: #e60012;
}
.surr_list ul h2{
	text-align: center;
	line-height: 70px;
	background-color: #fff;
	font-size: 16px;
}




.equipment{
	padding: 4% 0;
	background-color: #f5f5f5;
}
.equipment ul{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	margin: 0 -30px;
}
.equipment ul li{
	padding: 0 30px;
	margin-bottom: 4%;
}

.equipment ul h2{
	text-align: center;
	line-height: 70px;
	background-color: #fff;
	font-size: 16px;
}
.equipment ul .img{
	overflow: hidden;
}
.equipment ul img{
	transition: all ease-in-out 0.3s;
}
.equipment ul a:hover img{
	transform: scale(1.03);
}
.equipment ul a:hover h2{
	color: #e60012;
}


/*发展历程*/

.deve{
	background-color: #f5f5f5;
}
.deve .type h1{
	text-align: center;
	font-size: 30px;
	padding: 4% 0;

}
.deve ul{
	margin-bottom: 4%;
	background: url(../images/line.png) repeat-y center;
}
.deve ul li{
	width: 100%;
	
}
.deve ul .deve_box{
	display: inline-block;
	width: 100%;
	max-width: 640px;
}
.deve ul a{
	display: flex;
	padding: 20px;
	background-color: #fff;
}
.deve ul h1{
	font-size: 36px;
	color: #e60012;
	text-align: right;
	padding: 2% 0;
}
.deve ul .img{
	max-width: 220px;
	width: 100%;
}

.deve ul .deve_cont{
	padding: 30px;
}

.deve ul .deve_cont h2{
	font-size: 18px;
}

.deve ul .tar{
	text-align:right;
}
.deve ul .tar h1{
	text-align: left;
}

.honor{
	padding: 4% 0;
	background-color: #f5f5f5;
}
.honor ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.honor ul li{
	display: inline-block;
	margin-bottom: 3%;
}

.honor ul h2{
	text-align: center;
	line-height: 70px;
	background-color: #fff;
	font-size: 16px;
}

.contact .type_title{
	margin: 4% 0;
}
.contact .type_title h1{
	font-size: 30px;
	text-align: center;
	padding: 16px 0;
    text-align: center;
    background: url(../images/join_icon2.jpg) no-repeat center bottom;
}

.contact ul{
	display: flex;
	justify-content: space-between;
	background-color: #f5f5f5;
	padding: 3% 0;
}
.contact ul li{
	width: 33.33%;
	display: inline-flex;
	justify-content: center;
	border-left: 1px solid #ccc;
}
.contact ul li:first-child{
	border-left: none;
}
.contact ul .img{
	width: 100px;
	height: 100px;
	background-color: #fff;
	text-align: center;
	line-height: 100px;
	border-radius: 50%;
	margin: 0 auto;
}

.contact ul h2{
	font-size: 18px;
	text-align: center;
	padding-top: 20%;
	padding-bottom: 8%;
}

#map{
	height: 400px;
	margin-top: 4%;
}




/*人才招聘*/



.join_mess .pubm_tit h1{
    width: 70%;
    padding-top: 4%;
    font-size: 3.6rem;
}
.join_mess{
    display: flex;
    padding-top: 4%;
}
.join_mess .mess_info{
    width: 78%;
}
.join_mess .pubm_tit{
     width: 40%;
    
    display: inline-flex;
    
    justify-content: flex-end;
}

.join_mess form{
    width: 60%;
}
.join_mess .mess_input{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    justify-content: space-between;
}
.join_mess .mess_input input{
    border:1px solid #ccc;
    width: 48%;
    padding:0 5px;
    line-height: 50px;
}

.join_mess textarea{
    display: block;
    width: 100%;
    height: 200px;
    line-height: 50px;
    padding:0 5px;
    border:1px solid #ccc;
    font-family: "å¾®è½¯é›…é»‘"
}

.join_mess .submit{
    width: 298px;
    margin: 30px auto;
    
    text-align: center;
    

}
.join_mess .submit input{
    display: block;
    width: 100%;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    background-color: #08619f;
}




.join {
    padding: 4% 0;
}

.join .col-12 {
    margin-bottom: 20px;
}

.join .col-12 .icon {
    display: block;
    float: left;
    line-height: 4rem;
    text-align: center;
}

.join .tit {
    overflow: hidden;
    background: #f2f2f2;
    cursor: pointer;
}

.join .icon {
    /*width: 40px;*/
    font-size: 2.4rem;
    font-family: "Microsoft YaHei";
    float: left;
    /*border-right: 1px solid #e3e3e3;*/
}

.join .col-12 h3 {
    float: left;

    line-height: 4rem;
    margin: 0;
    padding: 0 10px;
    font-size: 1.6rem;
}

.join .time {
    display: block;
    line-height: 4rem;
    float: right;
    padding-right: 10px;
    text-align: right;
}

.join .summary {
    padding: 2%;
    display: none;
    font-size: 1.4rem;
    line-height: 24px;
}

.join .origin_over h3,
.join .origin_over span {
    color: #e70012;
}


.join .tit{
    display: flex;
    justify-content: space-between;
}

.join .tit p{
 
    width: 16.6%;
    text-align: center;
    font-size: 1.8rem;
    line-height: 50px;
}
.join_list{
    border-bottom: 1px solid #ccc;
}
.join_list_tit{
    display: flex;
    /*background-color: #e8edf0;*/
}

.join_list_tit p{
    width: 16.6%;
    text-align: center;
    line-height: 46px;
    font-size: 1.6rem;
}
.join .summary{
    overflow: hidden;
    
    background-color: #f7f7f7;
}
.join .summary .content{
    margin-bottom: 1%;
    color: #808080;
    padding-left: 20px;
}
.join .summary h4{
    font-size: 20px;
    padding-left: 20px;
    line-height: 40px;
    background: url(../images/join_icon.jpg) no-repeat left center;
}

.join .link{
    display: block;
    width: 164px;
    line-height: 50px;
    text-align: center;
    background-color: #08619f;
    color: #fff;
    float: right;
    
}


.join .cont_f{
	display: none;
}



.index_pro_wap ul{
	padding: 3% 0;
	margin:0 -4px;
}

.index_pro_wap ul li{
	padding:0 4px;
}

.index_pro_wap ul a{
	display: block;

}
.index_pro_wap ul .img{
	border:1px solid #ccc;
	padding: 10px;
}
.index_pro_wap ul h2{
	text-align: center;
	padding-top: 14px;
}


/* 手机端 */
.head_wap .container{
	display: flex;
	justify-content: space-between;
}
.head_wap .logo{
	display: block;
	max-width: 70px;
}

.nav_button {
    overflow: hidden;
    width: 23px;

    position: relative;
display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999;
    /*display: none;*/
}

.nav_button .nav_bar {
    width: 23px;
    height: 2px;
    display: block;
    margin: 3px 0;
    background: #fff;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.nav_button .mid {
    width: 18px;
}

.nav_button.animate .nav_bar {
    background: #949494;
}

.nav_button.animate .top {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

.nav_button.animate .mid {
    width: 0;
}

.nav_button.animate .bottom {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}


/*nav for mobile*/
.oh {
    overflow: hidden !important;
    height: 100% !important;
}
.head_wap{
    display: none;
}
.nav_m{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    background: #2e2929;
    z-index: 998;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0 15px;
}

.nav_m .head-wap{
    position: fixed;
    height: 90px;
    top: 0;
    background: #2e2929;
    width: 100%;
    max-width: 768px;
    margin-left: -15px;
    z-index: 999;
}

.nav_m .logo{
    width: 134px;
    display: block;
    float: left;
    margin-top: 10px;
}

.nav_m .logo img{
    width: 100%;
    display: block;
}

.nav_m .menu{
    min-height: 100%;
    margin-top: 90px;
    padding-bottom: 60px;
}

.nav_m .main_item{
    overflow: hidden;
    border-bottom: 1px solid #5a5a5a;
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-24px);
    transform: scale(1.1) translateY(-24px);
    -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

.nav_m .main_item:nth-child(2){
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}

.nav_m .main_item:nth-child(3){
    -webkit-transition-delay: 160ms;
    transition-delay: 160ms;
}

.nav_m .main_item:nth-child(4){
    -webkit-transition-delay: 240ms;
    transition-delay: 240ms;
}

.nav_m .main_item:nth-child(5){
    -webkit-transition-delay: 360ms;
    transition-delay: 360ms;
}

.nav_m .main_item:nth-child(6){
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.nav_m .main_item:nth-child(7){
    -webkit-transition-delay: 480ms;
    transition-delay: 480ms;
}

.nav_m .main_item:nth-child(8){
    -webkit-transition-delay: 560ms;
    transition-delay: 560ms;
}

.nav_m .main_item:nth-child(9){
    -webkit-transition-delay: 640ms;
    transition-delay: 640ms;
}

.nav_m .main_item:nth-child(10){
    -webkit-transition-delay: 720ms;
    transition-delay: 720ms;
}

.nav_m .main_item>a{
    display: block;
    line-height: 48px;
    font-size: 14px;
    color: #ccc;
    background: url('../images/public/plus.png') 98% center no-repeat;
    background-size: 12px;
}

.nav_m .menu.show .main_item{
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.nav_m .on{
    border: none;
    height: auto;
}

.nav_m .on>a{
    background-image: url('../images/public/minus.png');
}

.nav_m .link>a{
    background-image: url('../images/public/arrow.png');
}

.drop_list{
    display: none;
}


.drop_list a{
    display: block;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #5a5a5a;
    text-indent: 20px;
    height: 42px;
    line-height: 42px;
}
.lng_wap{
    display: none;
}


.index_pro_wap{
	display: none;
}


.read_nav{
    padding: 3% 0;
    background: #eee;
}
.read_nav ul{
    display: flex;
    flex-wrap: wrap;
}
.read_nav ul li{
    margin-bottom: 14px;
}
.read_nav ul a{
    display: block;
    padding:5px 10px;
    line-height: 24px;
    font-size: 16px;
}

.read_nav ul a.hover, .read_nav ul a:hover {
    background: url(../images/type_show.jpg) no-repeat center bottom;
}

.cc_newslist_read{
    display: flex;
    justify-content: space-between;
    padding: 2% 0;
    background: #eee;
}