@font-face {
	font-family: 'futuobook';
	src: url('../font/futuobook.eot'); /* IE9 Compat Modes */
	src: url('../font/futuobook.woff') format('woff'), /* Modern Browsers */
         url('../font/futuobook.TTF')  format('truetype'), /* Safari, Android, iOS */
         url('../font/futuobook.svg #futuobook') format('svg'); /* Legacy iOS */
}
.header{
	background: #f6f7f7;
	text-align: center;
	padding-bottom: 20px;
}
.header_center{
	width: 92%;
	margin:0 auto;
}
.logo{
	float: left;
	padding-top: 27px;
}
.head_tel{
	float: right;
	line-height: 43px;
	font-size: 14px;
	color: #00288c;
	padding-top: 27px;
}
.head_tel img{
	padding-right: 10px;
	padding-top: 14px;
}
.nav{
	display: inline-block;
	vertical-align: middle;
}
.nav li{
	padding:0 22px;
	float: left;
	line-height: 43px;
	position: relative;
}
.nav li::before{
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	left:0;
	top:0;
}
.nav li a{
	display: block;
	font-size: 15px;
	padding-top: 27px;
	color: #333;
}
.nav li.subnav::before{
	background:url("../images/line.jpg") center top no-repeat;
}
.nav li.subnav a{
	color: #074a98;
}
.inproduct{
	padding:76px 0 67px;
}
.inpbtit{
	text-align: center;
}
.inpbtit h3{
	font-size: 30px;
	padding-bottom: 30px;
	color: #252525;
}
.inpbtit img{
	display: block;
	margin:0 auto;
}
.inpbtit p{
	padding-top: 30px;
	font-size: 13px;
	color: #666;
	line-height: 30px;
}
.inprolist{
	padding-top: 63px;
}
.inprolist ul{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.inprolist li{
	text-align: center;
}
.inprolist li i{
	width: 85px;
	line-height: 85px;
	height: 85px;
	border:1px solid #e5e6e6;
	font-size: 48px;
	display: block;
	text-align: center;
	color: #686868;
	margin:0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.inprolist li p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding-top: 16px;
}
.inprolist li:hover i{
	border:1px solid #004d9f;
}
.inprolist li:hover p{
	color: #004d9f;
}
.innews{
	background:#eee url("../images/innewsbg.jpg") center top no-repeat;
}
.innews{
	padding:70px 0;
}
.innews_tab{
	text-align: center;
	padding-top: 26px;
}
.innews_tab a{
	margin:0 10px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #666;
	width: 110px;
	line-height: 29px;
	border:1px solid #e3e4e4;
	text-align: center;
	background:none;
	background: #fff;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	-ms-border-radius: 2rem;
	-o-border-radius: 2rem;
	border-radius: 2rem;
}
.innews_tab a.tabnew{
	background:-webkit-gradient(linear,0% 0%, 100% 100%, from(#1C9A5B), to(#007981), color-stop(0.5,#0C8773));
	color: #fff;
}
.innews_list{
	padding-top: 25px;
}
.innews_list ul{
	display: none;
}
.innews_list ul:first-child{
	display: block;
}
.innews_list li{
	width: 33.33%;
	padding:1%;
	float:left;
}
.innews_list li a{
	border:1px solid #e9e9e9;
	display: block;
	padding:5px;
	background: #fff;
	position: relative;
}
.innews_list li a::after{
	content: "";
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	height: 4px;
}
.innews_list li figcaption{
	padding: 20px 6px;
}
.innews_list li figcaption h3{
	font-size: 16px;
	color: #222;
	padding-bottom: 13px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.innews_list li figcaption p{
	font-size: 12px;
	color: #777;
	line-height: 24px;
	margin-top: 22px;
	margin-bottom: 44px;
	overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}
.innews_list li figcaption img{
	display: block;
}
.innews_icon{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.innews_icon span{
	font-size: 12px;
	color: #999;
}
.innews_icon i{
	font-size: 16px;
	color: #adadad;
}
.innews_list li:hover a::after{
	background: -webkit-gradient(linear,0% 0%, 100% 100%, from(#219D55), to(#076291), color-stop(0.5,#047E7B));
}
.innews_list li:hover .innews_icon i{
	color: #2761a5;
}
.incase_list li{
	width: 33.33%;
	float: left;
	text-align: center;
	padding:1%;
}
.incase{
	padding:70px 0 80px;
}
.incase_list{
	padding-top: 22px;
}
.incase_list li p{
	color: #666;
	padding-top: 15px;
	font-size: 16px;
}
.incase_list li:hover p{
	color: #064997;
}
.more a{
	display: block;
	font-size: 13px;
	color: #fff;
}
.more{
	width: 144px;
	margin:42px auto 0;
	line-height: 41px;
	text-align: center;
	background:-webkit-gradient(linear,0% 0%, 100% 100%, from(#199561), to(#017b80), color-stop(0.5,#0D8675));
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.inabout{
	padding: 80px 0;
	background:#f6f6f6 url("../images/inaboutbg.jpg") center bottom no-repeat;
}
.inabout_left{
	width: 540px;
	float: left;
	background:url("../images/inableft.png") left top 43px no-repeat;
}
.inabvideo{
	position: relative;
	margin-left: 40px;
	width: 500px;
	height: 375px;
}
.play{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	text-align: center;
	background:rgba(0,0,0,.4);
}
.play a{
	display: block;
	height: 100%;
}
.play a::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.play img{
	display: inline-block;
	vertical-align: middle;
}
.inabout_right{
	width: 390px;
	padding-top: 22px;
	float: right;
}
.inabout_right_it1 h3{
	font-size: 24px;
	color: #222;
	padding-bottom: 22px;
	position: relative;
}
.inabout_right_it1 h3::after{
	content: "";
	width: 37px;
	height: 4px;
	position: absolute;
	left:0;
	bottom:0;
	background:-webkit-gradient(linear,0% 0%, 100% 100%, from(#219D55), to(#146e9e), color-stop(0.5,#06807B));
}
.inabout_right_it1 p{
	margin-top: 32px;
	font-size: 15px;
	color: #222;
	line-height: 30px;
}
.inab_list li{
	float: left;
	width: 33%;
	padding-top: 30px;
	text-align: center;
}
.inab_list li i{
	margin:0 auto;
	color: #686868;
	font-size: 30px;
	display: block;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.inab_list p{
	padding-top: 15px;
}
.inabout_name{
	text-align: right;
	padding-top: 17px;
}
.inabout_name h3{
	font-size:48px;
	color: #bbb;
	line-height: 45px;
	text-transform:uppercase;
}
.inabout_name p{
	font-size:30px;
	color: #222;
}
.inabout_left video{
	width: 500px;
	height: 375px;
	object-fit: fill;
}
.footer{
	position: relative;
}
.footer::before{
	content: "";
	width: 100%;
	height: 6px;
	position: absolute;
	top:0;
	left:0;
	background:-webkit-gradient(linear,0% 0%, 100% 100%, from(#1FA449), to(#064e98), color-stop(0.5,#017781));
}
.footer article{
	background: #2d2d2d;
	padding:39px 0 30px;
}
.copyall{
	padding:15px 0;
}
.copyall p{
	float: left;
	font-size: 12px;
	color: #999;
	line-height: 19px;
}
.copyall a{
	display: block;
	float: right;
}
.foot_nav{
	float: left;
	width: 660px;
}
.foot_nav li{
	float: left;
	width: 20%;
}
.foot_nav li h3{
	line-height: 30px;
	padding-bottom: 6px;
	font-size: 15px;
	color: #fff;
}
.foot_nav li a{
	display: block;
	font-size: 13px;
	color: #999;
	line-height: 30px;
}
.foot_nav li a:hover{
	color: #fff;
}
.foot_add{
	width: 340px;
	float: right;
}
.foot_add h3{
	line-height: 30px;
	padding-bottom: 6px;
	font-size: 15px;
	color: #fff;
}
.foaddress{
	width: 175px;
	float: left;
}
.ewm{
	float: right;
	width: 103px;
	margin-top: 5px;
}
.foaddress li span,.foaddress li p{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	color: #999;
	line-height: 30px;
}
.foaddress li p{
	width: 125px;
}
.footad_it1{
	border-bottom: 1px solid #605f5f;
	padding-bottom: 5px;
}
.footad_it2{
	padding-top: 15px;
}
.foottel{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.foottel h3,.foot_share{
	display: inline-block;
	vertical-align: top;
}
.footad_it1 span{
	font-size: 12px;
	display: block;
	padding-bottom: 5px;
	color: #c1dff9;
}
.foottel h3{
	font-size: 24px;
	color: #c1dff9;
	font-family: 'futuobook';
}
.publictit{
	padding:37px 0 23px;
	background:url("../images/pbtitbg.jpg") center top no-repeat;
}
.publictit h3{
	float: left;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.scd_right{
	float: right;
}
.scd_right li{
	float: left;
	padding:0 12px;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	-ms-border-radius: 2rem;
	-o-border-radius: 2rem;
	border-radius: 2rem;
}
.scd_right li a{
	color: #fff;
	font-size: 15px;
}
.scd_right li.scd_sub{
	background:rgba(255,255,255,.2);
}
.about_page{
	padding:0 63px;
	background: #fff;
}
.pbpart_tit{
	font-size: 22px;
	color: #064997;
	font-weight: bold;
	padding-bottom: 25px;
}
.pbpart_info{
	font-size: 15px;
	color: #666;
	line-height: 48px;
}
main{
	background: #f4f4f4;
}
.pbban{
	margin:20px auto;
}
.pbpart{
	margin-bottom: 40px;
	padding-top:40px;
	padding-bottom: 40px;
}
.honor_list li{
	float: left;
	padding:1%;
	text-align: center;
	width: 25%;
}
.honor_list li a{
	background: #fff;
	padding:8px;
	display: block;
	border:1px solid #d2d2d2;
}
.honor_list li p{
	font-size: 15px;
	color: #333;
	line-height: 52px;
	padding-top: 8px;
}
.honor_list li:hover a{
	-moz-box-shadow:2px 2px 5px #999; 
	-webkit-box-shadow:2px 2px 5px #999; 
	box-shadow:2px 2px 5px #999;
}
.exhibition_list li{
	width: 33.33%;
	float: left;
	padding:1%;
}
.exhibition_list li a{
	display: block;
	padding:9px;
	background: #fff;
	border:1px solid #e3e4e4;
}
.exhibition_list li figcaption{
	padding:22px 15px 15px;
}
.exhibition_list li figcaption h3{
	font-size: 15px;
	color: #000;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-bottom: 11px;
}
.exhibition_list li figcaption p{
	font-size: 13px;
	color: #777;
	line-height: 26px;
	overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}
.exhipic{
	position: relative;
}
.time{
	position: absolute;
	left:0;
	top:0;
	background: #20a645;
	width: 58px;
	height: 58px;
	text-align: center;
}
.time h3{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	padding-top: 7px;
}
.time p{
	font-size: 12px;
	color: #fff;
}
.exhitail{
	padding:60px 0 0;
	margin-bottom: 0;
}
.exhitail article{
	width: 870px;
	float: left;
	padding-bottom: 50px;
	border-right: 1px solid #e9e8e8;
	padding-right: 75px;
}
.exhitail aside{
	width: 300px;
	float: right;
}
.exhitil_tit span{
	color: #777;
	padding-right: 20px;
	font-size: 13px;
}
.exhitil_tit span i{
	font-size: 12px;
	padding-right: 10px;
}
.exhitil_tit h3{
	padding:25px 0;
	line-height: 36px;
	font-size: 22px;
	color: #222;
}
.exhitil_info,.exhitil_info p{
	font-size: 15px;
	color: #555;
	line-height: 48px;
}
.exhitil_info{
	padding-bottom: 40px;
}
.prpage{
	border-top: 1px solid #e9e8e8;
	padding-top: 30px;
}
.prpage_left{
	float: left;
}
.prpage_left a{
	display: block;
	font-size:13px;
	color: #666;
	line-height: 35px;
}
.nback{
	float: right;
}
.prpage_left a:hover{
	color: #000;
}
.nback{
	width: 130px;
	line-height: 45px;
	text-align: center;
	border:1px solid #f2f2f2;
	line-height: 45px;
	-webkit-border-radius: 1.5rem;
	-moz-border-radius: 1.5rem;
	-ms-border-radius: 1.5rem;
	-o-border-radius: 1.5rem;
	border-radius: 1.5rem;
}
.nback a{
	font-size: 13px;
	color: #999;
}
.nback a i{
	padding-right: 7px;
}
.exhitail aside h3{
	font-size: 18px;
	color: #1fa449;
	border-bottom: 1px solid #e9e8e8;
	padding-bottom: 16px;
}
.exhili_pic{
	width: 120px;
	float: left;
	background: #fff;
	padding:5px;
	border:1px solid #e3e4e4;
}
.exhili_right{
	float: right;
	width: 155px;
}
.exhiil_list li{
	padding: 20px 0;
	border-bottom: 1px dashed #e9e8e8;
}
.exhiil_list li a{
	display: block;
}
.exhiil_list li:hover p{
	color: #064997;
}
.exhili_right span{
	font-size: 13px;
	color: #999;
	line-height: 30px;
}
.exhili_right p{
	font-size: 15px;
	color: #222;
	line-height: 30px;
}
.product_tip{
	padding-top: 70px;
	text-align: center;
}
.product_tip h3{
	font-size: 30px;
	color: #333;
	padding-bottom: 15px;
}
.product_tip p{
	font-size: 14px;
	color: #666;
}
.newsimg{
	float: left;
	width: 240px;
}
.news_name{
	float: right;
	width: 855px;
}
.newslist li{
	padding:30px;
	background: #fff;
	margin-bottom: 20px;
	border:1px solid #fff;
}
.newslist li:hover{
	border:1px solid #064997;
}
.news_name h3{
	font-size: 22px;
	color: #222;
	padding-top: 20px;
	line-height: 36px;
	padding-bottom: 10px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.news_name p{
	font-size: 13px;
	color: #777;
	line-height: 30px;
	overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}
.news_name span{
	font-size: 12px;
	padding-right: 10px;
	color: #777;
}
.news_name span i{
	font-size: 12px;
	padding-right: 7px;
}
.join_it1{
	padding:35px 0 44px;
	background: #fff;
	text-align: center;
}
.join_it1 h3{
	font-size: 22px;
	padding-bottom: 28px;
	color: #064997;
	font-weight: bold;
}
.join_it1 p{
	font-size: 15px;
	color: #666;
	line-height: 48px;
}
.joinli_pt1{
	border-bottom: 1px solid #f4f4f4;
	padding-right: 40px;
	cursor: pointer;
}
.join_it2{
	padding: 46px 0;
}
.join_li2_list li{
	background: #fff;
	margin-bottom: 10px;
}
.join_it2_tit{
	padding-bottom: 27px;
}
.join_it2_tit h3{
	text-align: center;
	font-size: 22px;
	color: #064997;
	font-weight: bold;
}
.joinlipt1_left{
	float: left;
	line-height: 55px;
}
.joinlipt1_left span{
	font-size: 14px;
	color: #20a647;
	padding-left: 20px;
}
.joinlipt1_right{
	float: right;
	line-height: 55px;
}
.jfour{
	float: left;
	color: #333;
	font-size: 14px;
	padding-left: 88px;
}
.jfour span{
	color: #888;
}
.joinli_pt2{
	font-size: 14px;
	color: #444;
	line-height: 24px;
	padding:30px 0;
	display: none;
}
.contact_page{
	padding:30px;
	background: #fff;
}
.map{
	float: left;
	width: 705px;
}
.address{
	float: left;
	width:405px;
	padding-left: 50px;
}
.address_pt1{
	padding:28px 0 35px;
	border-bottom: 1px solid #e4e4e4;
}
.address_pt1 h3{
	font-size: 28px;
	color: #074a98;
}
.address_pt2{
	padding:16px 0 14px;
	border-bottom: 1px solid #e4e4e4;
	text-align: center;
}
.address_pt2 span{
	font-size: 12px;
	color: #999;
}
.address_pt2 h3{
	font-size: 48px;
	padding-top: 5px;
	color: #20a645;
	font-family: 'futuobook';
}
.address_pt3{
	padding-top: 25px;
}
.address_pt3 p{
	font-size: 15px;
	padding-left: 20px;
	color: #444;
	line-height: 48px;
	background: url("../images/arr.jpg") left center no-repeat;g
}
.menu{
	display: none;
}
.menu_down{
	display: none;
}