﻿html{font-size:62.5%;  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;}
body,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,textarea,button,blockquote,th,td,p,figure
{font-family: Arial, Helvetica, sans-serif;
	padding:0;margin:0;font-size:12px;font-size:1.2rem;}
table{border-collapse:collapse;border-spacing:0;}
ol,ul{list-style:none;font-size:0;}
address,caption,cite,code,dfn,em,th,var{font-weight:normal;font-style:normal;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;margin:0;padding:0;font-weight: 400;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input,button,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit; vertical-align:middle; border:none;}
:focus{outline:0;}
.clearfix:after{content:".";height:0;visibility:hidden;display:block;clear:both; font-size:0; line-height:0}
[data-ease="ease"]{
		-o-transition:ease .3s;
		-ms-transition:ease .3s;
		-moz-transition:ease .3s;
		-webkit-transition:ease .3s;
		transition:ease .3s;
}
/*动态0.3秒过度效果*/
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
a{ color:#666666; text-decoration:none;}/*默认链接显示颜色666666*/
a:hover,a:focus{color:#fff; text-decoration:none;}/*默认链接鼠标移上去显示颜色996600*/
fieldset,img,object{
border:0;
vertical-align:top;
max-width:100%;
}
td{border:solid #efefef; border-width:0px 1px 1px 0px;}/*td表格颜色为efefef 左1px 下1px*/
table{border:solid #efefef; border-width:1px 0px 0px 1px;}/*table表格颜色为efefef 上1px 右1px*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu,figcaption{display:block}/*html5*/
[data-font="omit"]{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
/*单行文字溢出省略*/
[data-fontmore="omitm"]{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/*多行文字溢出省略*/
/*文字省略all*/
[data-shadow="fontshadow"]{
	text-shadow:1px 1px 1px #000;
}
/*文字阴影X轴1px、Y轴1px、模糊1px、颜色（黑）兼容IE10+*/
.clear{clear:both;}/*清除浮动*/

/*--------------------h字体------------------*/


h1 {
	font-size: 65px;
	font-size:6.5rem;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	font-size:4rem;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	font-size:2.8rem;
	color: #2d3033;
	font-weight: 700;
}
h4 {
	font-size: 22px;
	font-size:2.2rem;
	color: #2d3033;
	font-weight: 700;
}
h5 {
	font-size: 14px;
	font-size:1.4rem;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}

/* 分页 */
.pageNav{font-family:Arial,Helvetica,sans-serif;padding-top:10px;text-align:right}
.pageNav a,
.pageNav span{margin:0 3px;width:28px;height:28px;line-height:28px;background:#e7e7e7;
display:inline-block;*display:inline;*zoom:1;text-align:center}
.pageNav span.info{background:none}
.pageNav a:hover,
.pageNav span.current{background:#1a5090;color:#fff}
.pageNavLeft{text-align:left}
.pageNavCenter{text-align:center}
.pageNavRight{text-align:right}

.notdata{line-height:35px;border:1px dashed #ccc;margin:20px 0;text-align:center}
.notdataw{color:#fff;padding:50px 0}

/* 以上为通用样式 */

.logo{
	float: left;
}
.nav{
	display: inline-block;
	vertical-align: top;
}
.nav li{
	display: inline-block;
	vertical-align: top;
	line-height: 70px;
	padding:0 25px;
	position: relative;
}
.nav li a{
	font-size: 15px;
	color: #444;
	border-bottom: 5px solid #fff;
	display: block;
	padding:0 2px;
	text-transform:uppercase;
}
.nav li.nav_sub a{
	border-bottom: 5px solid #1a5090;
}
.pronav3 dl{
	width: 520px;
	float: left;
}
.pronav3 dl dd{
	float: left;
	margin-right: 7px;
}
.nav3{
  position: absolute;
  left:-200%;
  top:75px;
  background: #1a5090;
  min-width: 600px;
  max-height: 340px;
  height: auto;
  display: none;
  z-index: 9;
}
.nav3 dl{
  float: left;
  min-width: 150px;
  padding:10px 20px 20px;
  background: #1a5090;
}
.nav3 dl dd{
  padding-left: 0;
  width: 150px;
  border-bottom: 1px solid #80ddfc;
  padding:0 20px;
}
.nav3 dl dd a{
  line-height: 24px;
  padding:12px 0;
  color: #fff;
  font-size: 15px;
  border-bottom: 0;
  overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.nav3 dl dd a:hover{
  color: #fff;
}
.nav3 img{
/*  width: 160px;
  float: right;*/
}
.nav3_pic{
	float: right;
	padding:25px;
	background: #fff;
	width: 410px;
	text-align: left;
}
.nav3_pic h3{
	font-size:20px;
	color: #000;
	line-height: 48px;
	padding-top: 10px;
}
.nav3_pic p{
	font-size:13px;
	color: #555;
	line-height: 20px;
}
.header{
	width: 100%;
	z-index: 99;
	background: #fff;
	-moz-box-shadow:0px 4px 5px #999; 
	-webkit-box-shadow:0px 4px 5px #999; 
	box-shadow:0px 4px 5px #999;
}
.header_center{
	text-align: center;
	width: 86%;
	margin:0 auto;
	padding-top: 12px;

}
.header_right{
	float: right;
	line-height: 62px;
}
.language{
	display: inline-block;
	vertical-align: top;
}
.language select{
	font-size: 15px;
	color: #646464;
}
.language i{
	vertical-align: middle;
	color: #999;
}
.share_search{
	padding-left: 30px;
}
.share_search{
	display: inline-block;
	vertical-align: top;
}
.share_search a{
	display: inline-block;
	line-height: 28px;
	width: 30px;
	border:1px solid #1a5090;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.share_search a i{
	color: #1a5090;
}
.share_search a:hover{
	background: #1a5090;
}
.share_search a:hover i{
	color: #fff;
}
.banner{
	padding-top: 87px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:15%;
}
.in_products{
	position: relative;
	margin-top:60px;
}
.inpro_bg1{
	position: absolute;
	left:0;
	top:-100px;
	z-index: 9;
}
.inpro_bg2{
	position: absolute;
	right:0;
	top:-320px;
	z-index: 9;
}
.in_products_center{
	width: 1260px;
	margin:0 auto;
}
.in_pro_tit{
	text-align: center;
}
.in_pro_tit p{
	font-size: 26px;
	color: #000;
	border-bottom: 
}
.in_pro_tit span{
	font-size: 12px;
	color: #000;
	text-transform:uppercase;
}
.in_pro_tit img{
	display: block;
	margin:0 auto;
	padding:15px 0 10px;
}
.inpro_left{
	float: left;
}
.inpro_left p{
	font-size: 15px;
	color: #333;
	padding-bottom: 4px;
}
.inpro_left span{
	font-size: 13px;
	color: #777;
}
.arrow{
	float: right;
	padding-top: 5px;
}
.in_pro_list{
	padding: 80px 0 75px;
	position: relative;
}
.in_pro_list .swiper-slide{
	border-top:1px solid #bfbfbf;
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	border-bottom:3px solid #bfbfbf;
    padding: 10px 10px 15px;
}
.arrow i{
	font-size: 22px;
	color: #9c9c9c;
}
.in_pro_list .swiper-slide figcaption{
	padding-top: 17px;
	
}
.in_pro_list .swiper-pagination{
	width: 100%;
	padding-top: 37px;
}
.in_pro_list .swiper-pagination-bullet{
	width: 30px;
	height: 8px;
	background: #999;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	margin-right: 10px;
	opacity: 1;
}
.in_pro_list  .swiper-pagination-bullet-active{
	background: #ffba4c;
	width: 40px;
}
.in_about{
	background:url("images/inaboutbg.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.public_center{
	width: 1200px;
	margin:0 auto;
}
.in_about_center{
	padding:150px 0 105px;
}
.in_abouttit{
	text-align: center;
}
.in_abouttit h3{
	font-size: 32px;
	color: #fff;
}
.in_abouttit img{
	display: block;
	margin:0 auto;
	padding:15px 0;
}
.in_abouttit span{
	color: #fff;
	font-size: 15px;
}
.in_aboutside{
	padding: 40px 0 60px;
	text-align: center;
	
}
.in_aboutside p{
	font-size: 15px;
	color: #fff;
	line-height: 26px;
}
.in_about_four{
	padding:20px 0;
	background:url("images/fourbg.png") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.in_about_four ul{
	width: 1150px;
	margin:0 auto;
	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;
}
.in_about_four ul li{
	position: relative;
}
.in_about_four ul li a{
	display: block;
}
.in_about_four ul li img{
	width: 100%;
}
.inabfo_hov{
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	font-size: 15px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background:rgba(0,0,0,.75);
}
.in_design_number{
	width: 937px;
	margin:0 auto;
	text-align: center;
	padding-bottom: 40px;
}
.h_top{ width: 100%; height: 1500px; }
	.h_top h3{text-align: center;color:#fff;line-height: 60px}
/*数字++++++++++*/
.digital{width: 100%;/*height: 150px;*/color: #fff;padding:30px 0 40px;}
.main{width: 100%;/*height: 150px;*/margin:0 auto;font-size: 0;}
.mumping_mun li{padding:0 38px;display: inline-block;margin: 0 auto;text-align: center;}
.mumping_mun{width: 650px;margin:0 auto;list-style: none;}
.mumping_mun p{font-size: 1.6rem;width: 100%;display: block;clear: both;color: #fff;padding-top: 10px;}
.mumping_mun span{
	/*font-size: 80px;*/
	font-size: 42px;
	font-weight: normal;
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	font-weight: bold;
	letter-spacing:1px;
}
.mumping_mun li img{
	vertical-align: inherit;
}
.innews{
	padding:60px 0;
	background:url("images/innewsbg.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.in_news_list{
	padding-top: 73px;
	position: relative;
	width: 1325px;
	margin:0 auto;
}
.in_news_list_center .swiper-slide h3{
	font-size: 18px;
	color: #000;
	font-weight: normal;
	padding-bottom: 16px;
}
.in_news_list_center .swiper-slide p{
	color: #555;
	font-size: 14px;
	line-height: 24px;
	padding:27px 0 23px;
}
.in_news_list_center .swiper-slide span{
	color: #fff;
	font-size: 14px;
	background: #9d9d9d;
	width: 72px;
	line-height: 30px;
	text-align: center;
	display: block;
}
.inewsapic{
	position: relative;
}
.in_newshove{
	position: absolute;
	background: rgba(0,0,0,.5);
	left:0;
	top:0;
	width: 100%;
	padding:20px;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.in_newshove_center{
	text-align: center;
	border:1px solid #fff;
	height: 100%;
	width: 100%;
}
.in_newshove_center:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-left: -.4em;
}
.in_newshove_center img{
	display: inline-block;
	vertical-align: middle;
}
.in_news_list .swiper-slide:hover span{
	background: #1a5090;
}
.in_news_list .swiper-button-next{
	background: url("images/right.jpg") right top no-repeat;
}
.in_news_list .swiper-button-prev{
	background: url("images/left.jpg") left top no-repeat;
}
.injoin{
	padding:130px 0;
	background:url("images/inconbg.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.injoin_center{
	padding-left: 30px;
}
.injoin_center h3{
	font-size: 36px;
	font-weight: normal;
	padding-bottom: 17px;
	color: #fff;
}
.injoin_center p{
	line-height: 26px;
	font-size: 17px;
	color: #fff;
}
.injoin_center a{
	text-align: center;
	margin-top: 43px;
	display: block;
	width: 187px;
	line-height: 45px;
	color: #fff;
	font-size: 14px;
	border:1px solid #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.injoin_center a span{
	padding-right: 15px;
}
.footer{
	text-align: center;
	padding: 40px 0 37px;
    background-color: #1a5090;
}
.footer_nav ul li{
	display: inline-block;
	vertical-align: top;
	padding:0 10px 0 20px;
	/*position: relative;*/
	border-left: 1px solid #2f5b8f;
	text-align: left;
	/*height: 206px;*/
	height: 247px;
	width: 160px;
	overflow-y: hidden;
	background:url("images/foline.jpg") left top 5px no-repeat;
}
.footer_nav ul li span,.footer_add span{
	font-size: 15px;
	color: #fff;
	display: block;
	line-height: 26px;
	text-transform:uppercase;
}
.footer_nav{
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
}
.footer_nav ul li a{
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.footer_nav ul li a,.footer_add p{
	font-size: 13px;
	display: block;
	color: #fff;
	line-height: 24px;
	
}
.footer_nav ul li a:hover{
	color: #eee;
}
.footer_right{
	border-left: 1px solid #2f5b8f;
	background:url("images/foline.jpg") left top 5px no-repeat;
	padding-left: 20px;
}
.footer_add{
	width: 305px;
	float: left;
	height: 217px;
	text-align: left;
	overflow-y: hidden;
}
.footer_add p em{
	display: inline-block;
	width: 40px;
	vertical-align: top;
	line-height: 23px;
}
.footer_add p b{
	display: inline-block;
	font-weight: normal;
	vertical-align: top;
	line-height: 23px;
	width: 150px;
}
.footer_add p.addin{
	padding-top: 15px;
}
.footer_right{
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
}

.ewm{
	text-align: center;
	float: left;
	padding-left: 13px;
}
.ewm img{
	width: 118px;
	border:6px solid #7ecef4;
}
.ewm p{
	font-size: 13px;
	color: #fff;
	padding-top: 10px;
}
.share{
	padding-top: 0px;
}
.copy{
	background: #333;
	line-height: 50px;
}
.copy p{
	display: inline-block;
	color: #999;
	font-size: 12px;
}
.copy p img{
	vertical-align: inherit;
	padding-left: 15px;
}
.copy span,.copy span a{
	float: right;
	color: #999;
	font-size: 12px;
}
.copy span a:hover{
	color: #fff;
}

/*about*/
.public_banner{
	padding-top: 87px;
}
.about_page{
	/*padding-bottom: 120px;*/
}
.about_cribe{
	float: left;
	width: 467px;
}
.about_pic{
	float: left;
	width: 450px;
	margin:0 30px;
}
.about_scroll{
	float: right;
	width: 223px;
	border-top: 1px solid #eaeaea;
}
.about_page_tit{
	padding-bottom: 10px;
}
.about_page_tit h3{
	font-size: 36px;
	color: #555;
	line-height: 32px;
	font-weight: normal;
	padding-bottom: 10px;
}
.about_page_tit i{
	font-size: 20px;
	color: #cacaca;
}
.about_page_text{
	padding-top: 10px;
	font-size: 15px;
	color: #555;
	line-height: 45px;
}
.main2 ul li {
	border-bottom: 1px solid #eaeaea;
	width: 100%;
	padding:0;
}
.main2 ul li span{
	color: #333;
	position: relative;
	display: block;
	padding-bottom: 13px;
	padding-top: 22px;
	font-size: 36px;
}
.main2 ul li span:after{
	content: "";
	width: 34px;
	height: 2px;
	background: #eaeaea;
	position: absolute;
	left:50%;
	bottom:0;
	margin-left: -17px;
}
.main2 ul li p{
	color: #333;
	font-size: 14px;
	color: #555;
	padding:22px 0;
}
.in_design_number2{
	width: 220px;
	padding-bottom: 0;
	float: right;
}
.mumping_mun2{
	width: 100%;
}
.digital2{
	padding:0;
}
.about_join{
	padding:90px 0;
	background:url("images/abcon.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.about_part1{
	padding-bottom: 48px;
}
.culture_left{
	float: left;
	width: 670px;
}
.culture_pic{
	float: right;
	width: 508px;
}
.about_culture{
	padding:50px 0 0;
}
.culture_left ul li {
	padding:14px 0;
}
.culture_left ul li span{
	color: #555;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	line-height: 28px;
}
.culture_left ul li  p{
	font-size: 15px;
	color: #555;
	line-height: 28px;
	max-width: 590px;
	vertical-align: top;
	display: inline-block;
}
.about_all{
	padding-bottom: 220px;
	background:url("images/bg.jpg") center top 85px no-repeat;
	-webkit-background-size: inherit;
	background-size: inherit;
}
.speech_page_tit{
	text-align: center;
	width: 980px;
	margin:0 auto;
	/*padding-bottom: 95px;*/
}
.speech_page_tit h3{
	padding-bottom: 20px;
	font-weight: normal;
}
.speech_page_tit p{
	font-size: 16px;
	color: #555;
	line-height: 32px;
}
.speech_page{
	padding-top: 45px;
}
.speech_page_discribe{
	width: 1077px;
	margin:0 auto;
}
.speech_pic{
	float: left;
	width: 415px;
}
.speech_right{
	float: right;
	width: 552px;
	float: right;
}
.speech_right{
	font-size: 14px;
	color: #555;
	line-height: 32px;
}
.speech_right span{
	float: right;
	display: block;
	padding-top: 40px;
}
.honor_list{
	width: 1075px;
	margin:0 auto;
	padding-top: 26px;
}
.honor_list ul li{
	width: 30%;
	border:1px solid #dddddd;
	position: relative;
}
.honor_hove{
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 50px;
	/*height: 100%;*/
	background:rgba(81,199,238,.8);
	padding:0 20px;
	-webkit-transition: ease-in-out .4s;
	-o-transition: ease-in-out .4s;
	transition: ease-in-out .4s;
	overflow: hidden;
}
.honor_hove p{
	color: #fff;
	font-size: 15px;
}
.honor_hove i,.honor_hove span{
	opacity: 0;
	-webkit-transition: ease-in-out .4s;
	-o-transition: ease-in-out .4s;
	transition: ease-in-out .4s;
}
.honor_hove i{

	color: #fff;
}
.honor_hove span{
	color: #fff;
	font-size: 12px;
}
.honor_list ul li{
	display: inline-block;
	margin:0 1% 2%;
	width: 31%
}
.honor_list ul li:hover .honor_hove{
	width: 100%;
	height: 100%;
} 
.honor_list ul li figcaption{
	display: none;
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	background:rgba(0,0,0,.6);
	z-index: 99;
}
.honor_list ul li:hover p{
	line-height: 50px;
}
.honor_list ul li:hover .honor_hove{
	text-align: center;
}
.honor_list ul li:hover .honor_hove i,.honor_list ul li:hover .honor_hove span{
	opacity: 1;
}
.honor_list ul li:hover .honor_hove i{
	font-size: 33px;
}
.honor_hove:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-left: -.4em;
}
.honor_hove2{
	display: inline-block;
	vertical-align: middle;
}
.honor_pic2{
	width: 800px;
	margin:10% auto 0;
	text-align: center;
	position: relative;
}
.honor_pic2 img{
	border:3px solid #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.honor_pic2 i{
	position: absolute;
	right:-5%;
	top:0;
	font-size: 25px;
	color: #fff;
}
.staff_list ul li{
	padding:20px;
	border:1px solid #ddd;
	width: 31%;
	margin:1%;
	border-bottom: 4px solid #ddd;
	display: inline-block;
	vertical-align: top;
	background: #fff;
}
.staff_list ul li img{
	padding:22px 0;
}
.staff_list{
	width: 1075px;
	margin:0 auto;
}
.staff_tit h3{
	font-size: 18px;
	color: #000;
	font-weight: normal;
	padding-bottom: 13px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; 
}
.staff_tit span{
	color: #777;
	font-size: 13px;
	padding-right: 15px;
}
.staff_tit i{
	color: #25b9ea;
	font-size: 13px;
}
.staff_cribe{
	font-size: 14px;
	color: #555;
	line-height: 24px;
	overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}
.staff_list ul li:hover{
	border-bottom: 4px solid #25b9ea;
}
.about_all2{
	padding-top: 85px;
	background:url("images/about_all2.jpg") center top no-repeat;
}
.bread{
	font-size: 12px;
	color: #999;
	padding:30px 0 40px;
}
.bread a{
	font-size: 12px;
	color: #999;
}
.about_page{
	/*padding-bottom: 50px;*/
	/*min-height: 570px;*/
}
.about_page_l_discribe{
	font-size: 15px;
	color: #777;
	line-height: 36px;
}
.about_page article{
	width: 750px;
	float: left;
}
.about_page aside{
	width: 132px;
	height: 235px;
	margin-top: 10px;
	float: right;
	padding-top: 30px;
	margin-right: 40px;
	background:url("../images/about_nav.jpg") left top no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.about_page_l_tit{
	padding-bottom: 17px;
}
.about_page_l_tit h3{
	font-size: 30px;
	color: #000;
	font-weight: normal;
	padding-bottom: 22px;
}
.about_page_l_tit span{
	color: #888;
	padding-right: 10px;
}
.about_page aside a{
	display: block;
	line-height: 38px;
	margin-bottom: 7px;
	text-align: center;
	font-size: 15px;
	color: #7fa0d2;
}
.about_page aside a.abnav{
	color: #fff;
	background:url("../images/abnav.jpg") center center no-repeat;
}
.active_right2{
	width: 288px;
	float: right;
	padding-left: 0;
}
.active_right_menu{
	/*width: 310px;*/
	padding:20px;
	border:1px solid #eaeaea;
}
.active_detail_top{
	padding-bottom: 30px;
}
.active_detail_top a i{
	padding-right: 10px;
}
.active_detail_top a{
	float: left;
	line-height: 28px;
	font-size: 16px;
	color: #888;
}
.active_detail_top .share{
	float: left;
	line-height: 0;
	padding:0;
	padding-left: 10px;
}
.active_detail_top .share .bdsharebuttonbox{
	line-height: 0;
}
.active_right_menu ul li{
	padding: 15px;
}
.active_right_menu ul li a{
	display: block;
}
.active_right_menu ul li a b{
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	font-weight: bold;
}
.active_right_menu ul li a span{
	display: block;
	padding:10px 0;
	color: #666;
}
.active_right_menu ul li a p{
	font-size:14px;
	color: #666;
	line-height: 20px;
	padding:0;
}
.active_right_menu ul li:first-child{
	border-bottom: 1px solid #eaeaea;
}
.active_right_menu ul li:hover b{
	color: #5a83b3;
}
.active_right_menu ul li:hover p{
	color: #5a83b3;
}
.active_detail_top a.back{
	float: right;
	font-size: 13px;
	color: #777;
}
.active_detail_top a.icon{
	width: 30px;
	background: #ffc104;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-right: 13px;
}
.active_detail_top a.icon i{
	padding-right: 0;
	color: #fff;
}
.techgy_cribe{
	width: 710px;
}
.technology_pic{
	float: right;
}
.about_page_tit2{
	padding:30px 0 36px;
}
.about_page_tit2 span{
	font-size: 36px;
	color: #555;
}
.about_page_tit2 img{
	vertical-align: inherit;
	padding-left: 15px;
}
.staff_list2{
	width: 1200px;
	margin:0 auto;
}
.newslist_left{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border-right: 1px solid #e4e4e4;
	padding-right: 10px;
	width: 72px;
}
.newslist_right{
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	width: 995px;
}
.newslist_left h3{
	font-size: 48px;
	color: #51c7ee;
	line-height: 55px;
}
.newslist_left p{
	font-size: 14px;
	color: #51c7ee;
}
.newslirig_tit h3{
	font-size: 18px;
	color: #000;
	font-weight: normal;
	padding-bottom: 16px;
}
.newslirig_tit span{
	padding-right: 10px;
	color: #aeaeae;
}
.newslirig_tit span i{
	color: #aeaeae;
	font-size: 14px;
	padding-right: 5px;
}
.newslirig_mid{
	font-size: 14px;
	color: #555;
	line-height: 24px;
	padding:25px 0 0;
}
.more{
	margin-top: 20px;
	width: 140px;
	line-height: 42px;
	border:1px solid #51c7ee;
	text-align: center;
}
.more span{
	font-size: 14px;
	color: #51c7ee;
	padding-right: 15px;
}
.more i{
	color: #51c7ee;
}
.news_list ul li{
	padding:30px 0;
	border-bottom: 1px solid #eaeaea;
}
.news_list ul li:hover .more{
	background: #1a5090;
}
.news_list ul li:hover .more span{
	color: #fff;
}
.news_list ul li:hover .more i{
	color: #fff;
}
.join_list{
	width: 1100px;
	margin:0 auto;
	padding-top: 50px;
}
.join_list ul li{
	width: 31%;
	margin:1%;
	padding:25px;
	border-top:1px solid #d2d2d2;
	border-left:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	border-bottom:4px solid #d2d2d2;
	display: inline-block;
	vertical-align: top;
	background: #fff;
}
.join_top h3{
	font-size: 20px;
	font-weight: normal;
	color: #000;
	padding:10px 0 15px;
}
.join_top p{
	font-size: 14px;
	color: #999;
	padding:5px 0;
}
.join_top p span{
	color: #555;
}
.join_bot h3{
	font-size: 16px;
	color: #000;
	font-weight: normal;
	padding:20px 0 15px;
}
.join_bot p{
	font-size: 13px;
	color: #555;
	line-height: 28px;
}
.join_button{
	text-align: center;
	padding-top: 17px;
}
.join_button a{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #777;
	text-align: center;
	margin:5px;
	width: 95px;
	line-height: 30px;
	background: #eee;
}
.join_button a i{
	color: #5fd4fb;
	vertical-align: inherit;
	padding-left: 5px;
}
.join_list ul li:hover{
	border-bottom: 4px solid #5fd4fb;
}
.join_button a:hover i{
	color: #fff;
}
.join_button a:hover{
	background: #5fd4fb;
	color: #fff;
}
.join_jump{
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index:999999;
	display: none;
}
.join_jump_center{
	width: 900px;
	margin:5% auto;
	padding:18px 75px 85px;
	background: #fff;
	border-top: 5px solid #5fd4fb;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	position: relative;
}
.jomp_cenpart1 div{
	display: inline-block;
	vertical-align: top;
	width: 24%;
	color: #777;
	font-size: 14px;
}
.jomp_cenpart2{
	padding-top: 12px;
}
.jomp_cenpart2 div{
	font-size: 18px;
	color: #000;
}
.jomp_centit{
	padding:30px 0 27px;
	border-bottom: 1px solid #eee;
}
.jomp_discribe{
	padding:30px 0;
}
.jomp_discribe h3{
	font-size: 16px;
	color: #000;
	line-height: 32px;
	font-weight: normal;
}
.jomp_discribe_in{
	padding-top: 15px;
	font-size: 14px;
	color: #555;
	line-height: 30px;
}
.tip{
	width: 170px;
	border:1px solid #a8a8a8;
	line-height: 40px;
	margin:65px auto 0;
}
.tip a{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.close{
	position: absolute;
	right:-7%;
	top:0;
	cursor: pointer;
}
.close i{
	color: #fff;
	font-size:30px;
}
.personal_page{
	padding-top: 95px;
	text-align: center;
}
.address{
	border:1px solid #efefef;
}
.address_left{
	width: 50%;
	float: left;
	background: #efefef;
	padding:33px;
}
.address_left_in p img{
	vertical-align: middle;
	padding-right: 10px;
}
.address_left_in h3{
	font-size: 20px;
	padding-bottom: 13px;
	color: #555;
}
.address_left_in p{
	line-height: 28px;
	font-size: 14px;
	color: #555;
}
.address_right{
	width: 50%;
	position: relative;
	float: right;
	height: 100%;
	background:url("images/addright.jpg") right top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding:30px 0;
}
.adrimg{
	position: absolute;
	right:0;
	top:0;
}
.addri_ewm{
	float: left;
	width: 135px;
	padding-top: 15px;
	text-align: center;
}
.addri_ewm p{
	font-size: 14px;
	color: #666;
	padding-top: 8px;
}
.addri_ewm img{
	width: 85px;
}
.addri_share{
	padding:60px 0 0 20px;
	float: left;
}
.map{
	padding:20px 0 35px;
}
.message{
	/*background: #f9f9f9;*/
	padding:65px 0 135px;
}
.message_in{
	width: 1045px;
	margin:0 auto;
}
.message_list ul li{
	width: 31%;
	display: inline-block;
	vertical-align: top;
	padding:11px 12px;
	margin:1%;
	border:1px solid #d5d5d5;
}
.message_list ul li input{
	float: left;
	background:none;
	line-height: 24px;
	width: 85%;
	font-size: 14px;
	color: #666;
}
.message_list ul li label{
	float: right;
	line-height: 24px;
}
.message_list ul li label i{
	color: #999;
}
.message_tit{
	text-align: center;
	padding-bottom: 20px;
}
.message_tit h3{
	font-size: 28px;
	color: #000;
	font-weight: normal;
	padding-bottom: 17px;
}
.message_tit p{
	font-size: 14px;
	color: #999;
}
.message_list ul li.textz{
	width: 97%;
	margin:1% 0 0 1%;
}
.message_list ul li textarea{
	background:none;
	width: 95%;
	font-size: 14px;
	color: #666;
}
.message_list ul li.codein{
	border:0;
	padding:0;
	width: 100%;
}
.message_list ul li.codein input{
	border:1px solid #d5d5d5;
	padding:11px 12px;
	width: 17%;
}
.message_list ul li.codein img{
	padding:0 20px 0 30px;
}
.codein a{
	color: #40535a;
	font-size: 14px;
	line-height: 50px;
}
.buton_mes{
	display: inline-block;
	float: right;
	width: 50%;
	text-align: center;
}
.buton_mes button{
	display: inline-block;
	width: 40%;
	margin:0 3%;
	text-align: center;
	margin-right: 3%;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background: #848484;
    line-height: 50px;
}
.buton_mes button.putup{
	background: #ffc104;
}
.products_page{
	padding-top: 30px;
	width: 1156px;
}
.products_page aside{
	width: 196px;
	float: left;
	background: #f7f7f7;
	position: relative;
	padding:23px 0;
}
.products_page article{
	width: 940px;
	float: right;
}
.products_page aside ul li{
	line-height: 25px;
	padding:11px 11px 11px 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; 
	/*border-left: 4px solid #e6e6e6;*/
	/*position: relative;*/
}
.products_page aside ul li a{
	display: block;
}
.products_page aside ul li span{
	font-size: 15px;
	color: #777;
	padding-right: 15px;
	width: 90%;
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; 
}
.products_page aside ul li i{
	color: #777;
} 
.products_page aside ul li.pronav{
	background: #1a5090;
	position: relative;
}
.products_page aside ul li.pronav span,.products_page aside ul li.pronav i{
	color: #fff;
}
.products_page aside:before{
	content: "";
	width: 3px;
	height: 100%;
	background: #e6e6e6;
	position: absolute;
	left:0;
	top:0;
	z-index: 99;
}
.products_page aside ul li.pronav:before{
	content: "";
	width: 3px;
	height: 100%;
	background: #ffc104;
	position: absolute;
	left:0;
	top:0;
	z-index: 99;
}
.products_page article li {
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    border-bottom: 3px solid #bfbfbf;
    padding: 10px 40px 15px;
    width: 31%;
    margin:0 1% 2% 1%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
}
.products_page article li figcaption {
    padding-top: 17px;
    background: url(images/line2.jpg) left top no-repeat;
    -webkit-background-size:contain;
    background-size:contain;
}
.products_page article li:hover{
	border-bottom: 3px solid #1a5090;
}
.maxpic{
	width: 35%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.maxpic_name{
	width: 35%;
	display: inline-block;
	vertical-align: top;
	padding:40px;
}
.maxpic_name_top_part1{
	
}
.san{
	 width: 0;
    height: 0;
    border-top:11px solid #1a5090;
    border-left: 14px solid transparent; 
    position: absolute;
    left:50%;
    bottom:-8px;
}
.maxpic_name_top em{
	font-size: 15px;
	color: #fff;
	background: #1a5090;
	padding:0 17px;
	line-height: 34px;
	display: block;
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 11px;
	position: relative;
}
.maxpic_name_top span{
	font-size: 30px;
	color: #666;
	font-weight: bold;
}
.maxpic_name_mid{
	padding-top: 17px;
	font-size: 13px;
	color: #666;
	line-height: 24px;
}
.maxpic_name_share{
	padding: 55px 0 37px;
}
.maxpic_name_share span{
	display: inline-block;
	line-height: 28px;
}
.maxpic_name_share .bdsharebuttonbox{
	line-height: 0;
	display: inline-block;
	vertical-align: top;
}
.maxpic_name_bun{
	font-size: 0;
}
.maxpic_name_bun a{
	display: inline-block;
	line-height: 44px;
	vertical-align: top;
}
.maxpic_name_bun a.men{
	background: #1a5090;
	text-align: center;
	width: 20%;
	border:1px solid #1a5090;
}
.maxpic_name_bun a.men i{
	font-size: 26px;
	color: #fff;
	
	vertical-align: middle;
}
.maxpic_name_bun a.licon{
	width: 40%;
	text-align: center;
	border:1px solid #d3d3d3;
}
.maxpic_name_bun a.licon i{
	font-size: 22px;
	color: #ccc;
	vertical-align: middle;
}
.maxpic_search{
	width: 30%;
	display: inline-block;
	background: #e8f9ff;
	padding:50px 30px;
}
.products_guanj{
	font-size: 0;
	padding-bottom: 33px;
}
.maxpic_search_part1 h3{
	font-size: 20px;
	color: #333;
	font-weight: normal;
	padding-bottom: 15px;
}
.maxpic_search_part1 select{
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding:0 20px;
	border:1px solid #d3d3d3;
	margin-bottom: 15px;
	background: #fff;
}
.maxpic_search_part1 input{
	width: 100%;
	background: #fff;
	line-height: 35px;
	padding:0 20px;
	border:1px solid #d3d3d3;
}
.maxpic_search_part1 button{
	margin-top: 15px;
	display: block;
	width: 100%;
	background: #ffc104;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	
}
.maxpic_search_part1 button i{
	font-size: 22px;
	color: #fff;
}
.maxpic_search_part2 b{
	font-size: 14px;
	color: #333;
	padding:22px 0 10px;
	display: block;
}
.maxpic_search_part2 a{
	font-size: 13px;
	color: #777;
	line-height: 30px;
	padding:0 7px;
}
.maxpic_search_part2 a:nth-child(2){
	padding-left: 0;
}
.proinfo_tit{
	padding-top: 11.4%;
	background:url("images/proinfipic.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
    background-color: transparent;
    background-repeat: no-repeat;
}
.proinfo_side{
	margin-top: -40px;
	width: 1065px;
}
.proinfo_side span{
	font-size: 24px;
	color: #fff;
	background: #1a5090;
	font-weight: bold;
	display: block;
	width: 200px;
	line-height: 59px;
	font-size: 24px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.proinfo_side_discribe{
	padding:50px 0;
}
.common_pro{
	width: 1065px;
}
.common_protit{
	background: #f9f9f9;
	font-size: 16px;
	color: #25b9ea;
	line-height: 40px;
	padding:0 25px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.common_pro_list{
	padding-top: 20px;
}
.common_pro_list ul li {
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    border-bottom: 3px solid #bfbfbf;
    padding: 0 40px 10px;
    width: 23.6%;
    margin: 0 .6% 2% .6%;
    display: inline-block;
    vertical-align: top;
}
.common_pro_list ul li figcaption {
    padding-top: 17px;
    background: url(images/line2.jpg) left top no-repeat;
}

#timeline {
    width: 90%;
    margin: 30px auto;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#timeline:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #f5f5f5;
    left: 50%;
    top: 0;
    position: absolute;
}
#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%}
#timeline .timeline-item {
    /*margin-bottom: 50px;*/
    position: relative;
    margin-top: -30px;
}
.timeline-icon {
    background: url("images/point.jpg") no-repeat center top;
    width: 18px;
    height: 18px;
    position: absolute;
    top:20px;
    left: 50%;
    overflow: hidden;
    margin-left: -8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    /*background: #e6e6e6;*/
}
.timeline-content:hover .timeline-icon{
	background: #fff;
}
#timeline .timeline-item .timeline-icon img {
    position: relative;
    top: 14px;
    left: 14px;
}
.timeline-content {
    width: 45%;
    background: #fff;
    padding: 28px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border:1px solid #e6e6e6;
    text-align: right;
}
.timeline-content h2 {

    font-size: 36px;
    color: #1a5090;
    /*margin: -20px -20px 0 -20px;*/
    font-weight: 500;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
}
.timeline-content:before {
    content: '';
    position: absolute;
    left: 44.7%;
    top: 20px;
    width: 12px;
    height: 15px;
    background:url("images/arrow1.jpg") right top no-repeat;
}
#timeline .timeline-item .timeline-content.right {
    float: right;
    text-align: left;
}
#timeline .timeline-item .timeline-content.right:before {
    content: '';
    right: 44.8%;
    left: inherit;
    width: 12px;
    height: 15px;
    background:url("images/arrow2.jpg") right top no-repeat;
}
#timeline .timeline-item .timeline-content:hover h2{
	color: #ffc104;
}
.timeline-item:hover .timeline-icon{
	background: url("images/point2.jpg") no-repeat center top;
}
.btn {

}
.btn:hover {

}
.timeline-content p{
	font-size: 18px;
	color: #6c6c6c;
	font-weight: bold;
	line-height: 34px;
}
.htmleaf-container{
	padding-top: 80px;
}
.menu{
	display: none;
}
.menu_down{
	display: none;
}
.copy_phone{
	display: none;
}
.menu_down2{
	display: none;
}
.contact_page {
	padding-top: 20px;
}
.pronav3{
	width: 930px;
}
.head_searchbe{
	position: absolute;
	right:5%;
	bottom:-35px;
	background: #fff;
	display: none;
}
.head_searchbe input{
	width: 220px;
	font-size: 14px;
	color: #fff;
	padding:5px 10px;
	line-height: 1.5;
	display: inline-block;
	vertical-align: top;
}
.head_searchbe button{
	display: inline-block;
	background: #39cbfe;
	width: 30px;
	text-align: center;
	line-height: 1.5;
	vertical-align: top;
	height: 31px;
}
.head_searchbe button i{
	color: #fff;
	font-size: 20px;
}
.head_search{
	position: absolute;
	right:1%;
	bottom:-30px;
	display: none;
}
@media screen and (max-width: 768px) {
    #timeline {
	    margin: 30px;
	    padding: 0;
	}
	#timeline:before {
	    left: 0;
	}
	#timeline .timeline-item .timeline-content {
	    width: 90%;
	    float: right;
	}
	#timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
	    left: 10%;
	    margin-left: -6px;
	    border-left: 0;
	    border-right: 7px solid #ee4d4d;
	}
	#timeline .timeline-item .timeline-icon {
	    left: 0;
	}
	#timeline .timeline-item{
		margin-top: 15px;
	}

}

     /*=================================筝㊤����膃�莅井����紊у抗�� laptop /*=================================*/
    @media screen and (max-width: 1640px) {
		.nav li{
			padding:0 5px;
		}
		.inpro_bg1,.inpro_bg2{
			display: none;
		}
    }
	
	@media screen and (max-width: 1400px){
		.in_news_list{
			width: 100%;
		}
		.in_products_center{
			width: 92%;
		}
		.public_center{
			width: 92%;
		}
		.in_about_four ul{
			width: 96%;
		}
		.in_about_four ul li{
			width: 24.5%;
		}
		.ewm{
			display: none;
		}
		.share{
			display:none;
		}
		.in_pro_list{
			padding:5% 0;
		}
		.in_about_center{
			padding:9% 0;
		}
		.in_news_list{
			padding-top: 4%;
		}
		.innews{
			padding:3% 0;
		}
		.injoin{
			padding:7% 0;
		}
		.injoin_center h3{
			font-size: 30px;
		}
		.injoin_center a{
			line-height: 40px;
			width: 160px;
		}
		.injoin_center p{
			font-size: 15px;
		}
		.injoin_center a{
			margin-top: 3%;
		}
		.injoin {
		    padding: 6% 0 8%;
		}
		.about_page_tit h3{
			font-size: 28px;
		}
		.about_page_tit i{
			font-size: 18px;
		}
		.about_cribe{
			width: 40%;
		}
		.about_pic{
			width: 37%;
		}
		.about_culture{
			padding:4% 0 0;
		}
		.culture_left{
			width: 58%;
		}
		.culture_pic{
			width: 42%;
		}
		.products_page aside{
			width: 20%;
		}
		.products_page article{
			width: 79%;
		}
		.bread{
			padding: 2.5% 0 3%;
		}
		.maxpic_name{
			padding:2%;
		}
		.maxpic_search{
			padding: 4% 2.5%;
		}
		.proinfo_side span{
			font-size: 18px;
			font-weight: normal;
			width: 170px;
			line-height: 50px;
		}
		.proinfo_side_discribe {
		    padding: 3% 0px;
		}
		.techgy_cribe{
			width: 63%;
		}
		.technology_pic{
			width: 33%;
		}
		.about_page_tit2 span{
			font-size: 30px;
		}
		.news_list ul li{
			padding:3% 0;
		}
		.newslirig_mid{
			padding:2% 0 0;
		}
		.more{
			line-height: 2.5;
		}
		.about_page_l_tit h3{
			font-size: 26px;
		}
		.about_page article{
			width: 72%;
		}
		.active_right2{
			width: 25%;
		}
		.nav li a{
			font-size: 14px;
		}
		.speech_page_discribe{
			padding-top: 4%;
		}
		.htmleaf-container{
			padding-top: 5%;
		}
		.personal_page{
			padding-top: 4%;
		}
		.speech_page_tit p{
			font-size: 14px;
			line-height: 2;
		}
		.join_list{
			padding-top: 3.5%;
		}
		.join_jump_center{
			padding:2% 3%;
		}
		.map {
		    padding: 2% 0 3%;
		}
		.message{
			padding:4% 0 5%;
		}
		.in_pro_tit p{
			font-size: 25px;
		}
		.in_aboutside{
			padding:3% 0;
		}
		.digital{
			padding: 2% 0 2.5%;
		}
		.in_news_list_center .swiper-slide h3{
			font-size: 16px;
		}
		.in_news_list_center .swiper-slide p{
			padding:5.5% 0 5%;
		}
		.in_news_list_center .swiper-slide p{
			font-size: 13px;
		}
		.about_pic{
		    margin: 0 2%;
		}
		.about_scroll{
			width: 18%;
		}
		.in_design_number2{
			width: 100%;
		}
		.about_page_text{
			font-size: 14px;
		}
		.header_center{
			width: 92%;
		}
		.nav li a{
			padding: 0;
		}
		.share_search{
			padding-left: 20px;
		}
		.products_page article li{
			padding:2%;
		}
		.common_pro_list ul li{
			padding:2%;
		}
		.in_pro_list .swiper-slide{
			padding:2%;
		}
		.nav3{
			left:-300%;
		}
	}

	@media screen and (max-width: 1200px){
		.injoin_center h3{
			font-size: 26px;
		}
		.culture_left ul li span{
			font-size: 13px;
		}
		.culture_left ul li  p{
			font-size: 13px;
		}
		.culture_left{
			width: 60%;
		}
		.culture_pic{
			width: 40%;
		}
		.speech_pic{
			width: 38%;
		}
		.speech_right{
			width: 60%;
		}
		.staff_tit h3{
			font-size: 16px;
		}
		.staff_list ul li img{
			padding:5% 0;
		}
		.staff_tit h3{
			padding-bottom: 11px;
		}
		.staff_cribe{
			font-size: 13px;
		}
		.nav{
			
		}
		.header_right{
			
		}
		.in_pro_list{
			padding:4% 0;
		}
		.in_products{
			padding:2% 0;
		}
		.in_abouttit h3{
			font-size: 29px;
		}
		.mumping_mun span{
			font-size: 35px;
		}
		.mumping_mun li img{
			width: 25px;
		}
		.in_news_list{
			padding-top: 3.2%;
		}
		.main2 ul li span{
			font-size: 32px;
		}
		.main2 ul li p{
			font-size: 13px;
		}
		.header_center{
			padding:12px 0;
		}
		.menu{
		    line-height: 56px;
		    float: right;
		    
		}
		.menu i{
		    font-size: 30px;
		    color: #000;
		    cursor: pointer;
		}
		.menu_down{
		    position: absolute;
		    left:0;
		    top:100%;
		    z-index: 99;
		    width: 100%;
		    background:rgba(255,255,255,.95);
		    padding: 2.5% 0 1.5%;
		    /*display: none;*/
		    border-top: 1px solid #ccc;
		    z-index: 100;
		}
		.menu_down_center ul{
		    display: -webkit-box; 
		    display: -moz-box; 
		    display:box;
		    display: -ms-flexbox; 
		    display: -webkit-flex; 
		    display: flex;
		    -webkit-flex-wrap:nowrap;
		    flex-wrap:nowrap;
		    -webkit-justify-content:space-between;
		    justify-content:space-between;
		}
		.menu_down_center ul li{
		    float: left;
		}
		.menu_down_center ul li span{
		    display: block;
		    font-size: 15px;
		    padding-bottom: 12px;
		    color: #333;
		}
		.menu_down_center ul li a{
		    display: block;
		    font-size: 13px;
		    line-height: 30px;
		    color: #888;
		}
		.menu_down_center ul li a:hover{
		    color: #000;
		}
		.logo{
			width: 21%;
		}
		.injoin_center{
			padding-left: 5%;
		}
		.speech_page_discribe{
			width: 92%;
		}
		.honor_list{
			width: 92%;
		}
		.staff_list{
			width: 92%;
		}
		.staff_tit span{
			font-size: 12px;
		}
		.footer{
			display: none;
		}
		.about_all{
			padding-bottom: 5%;
		}
		.about_all{
			-webkit-background-size: contain;
			background-size: contain;
		}
		.maxpic_name_top span{
			font-size: 26px;
		}
		.maxpic_name_share{
			padding:10% 0 8%;
		}
		.staff_list2{
			width: 100%;
		}
		.newslist_left{
			width: 10%;
		}
		.newslist_right{
			width: 87%;
			float: right;
			padding-left: 0;
		}
		.about_page_tit2{
			padding:2.5% 0;
		}
		.about_page_tit2 span{
			font-size: 27px;
		}
		.join_list{
			width: 92%;
		}
		.join_list ul li{
			padding:2%;
		}
		.message_in{
			width: 92%;
		}
		.buton_mes{
			width: 100%;
			padding-top: 2%;
		}
		.buton_mes a{
			width: 43%;
			margin:0 1%;
		}
		.in_about_center {
		    padding: 13% 0 9%;
		}
	}

    /*================================================================ */
    @media screen and (max-width: 1000px) {
		.logo {
		        width: 55%;
                        margin: 0 auto;
                        float: none;
		}
		.in_design_number{
			width: 100%;
		}
		.injoin_center{
			padding-left: 3%;
		}
		.footer{
			display: none;
		}
		.about_cribe{
			width: 100%;
			padding-bottom: 3%;
		}
		.about_pic{
			display: none;
		}
		.about_scroll{
			width: 100%;
		}
		.main2 ul li{
			width: 33%;
		}
		.digital{
			padding:1.5% 0 2.5%;
		}
		
		.culture_left{
			width: 100%;
		}
		.culture_left ul li  p{
			width: 80%;
		}
		.speech_right{
			width: auto;
			float: none;
		}
		.speech_pic{
			margin-right: 4%;
		}
		.speech_page_tit{
			width: 100%;
		}
		#timeline .timeline-item .timeline-content{
			text-align: left;
		}
		.honor_list ul li{
			width: 48%;
		}
		.honor_pic2{
			width: 85%;
		}
		.staff_tit span{
			display: none;
		}
		.staff_tit h3{
			padding-bottom: 5px;
		}
		.staff_cribe{
			font-size: 13px;
			line-height: 23px;
		}
		.speech_page_tit h3{
			font-size: 24px;
			padding-bottom: 15px;
		}
		.staff_list{
			padding-top: 2%;
		}
		.about_page_l_tit h3{
			font-size: 20px;
		}
		.about_page article{
			width: 100%;
		}
		.about_page_l_tit h3{
			padding-bottom: 14px;
		}
		.active_right2{
			width: 100%;
			padding-top: 4%;
		}
		.active_right_menu ul{
			display: -webkit-box; 
			display: -moz-box; 
			display:box;
			display: -ms-flexbox; 
			display: -webkit-flex; 
			display: flex;
			-webkit-flex-wrap:nowrap;
			flex-wrap:nowrap;
			-webkit-justify-content: space-between;
			justify-content: space-between;
		}
		.active_right_menu ul li{
			width: 48%;
			display: inline-block;
			vertical-align: top;
			padding:0;
		}
		.active_right_menu ul li:first-child{
			border-bottom: 0;
		}
		.about_page_l_discribe{
			font-size: 13px;
		}
		.join_list ul li{
			width: 48%;
		}
		.join_jump_center{
			width: 83%;
		}
		.about_part1{
			padding-bottom: 3%;
		}
		#timeline .timeline-item{
			
		}
		.htmleaf-container{
			padding-top: 2%;
		}
		#timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before{
			border-right: 0;
		}
		#timeline .timeline-item .timeline-content h2{
			font-size: 22px;
			padding-bottom: 5px;
		}
		.timeline-content p{
			font-size: 12px;
			font-weight: normal;
			line-height: 2;
		}
		#timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before{
			margin-left: -10px;
		}
		#timeline .timeline-item .timeline-content:before{
			background:none;
		}
		.staff_list ul li{
			width: 48%;
		}
		.products_page aside{
			width: 100%;
		}
		.products_page article{
			width: 100%;
			padding-top: 3%;
		}
		.maxpic_search{
			display: none;
		}
		.maxpic{
			width: 50%;
		}
		.maxpic_name{
			width: 50%;
		}
		.common_pro_list ul li{
			width: 31%;
			margin:0 1% 2%;
		}
		.technology_pic{
			display: none;
		}
		.news_list ul li{
			padding:4% 0;
		}
		.speech_page_tit{
			width: 92%;
		}
		.address_left{
			width: 100%;
		}
		.address_right{
			width: 100%;
		}
		.addri_ewm{
			width: 23%;
		}
		.mumping_mun{
			width: 100%;
		}

    }


	@media screen and (max-width: 640px){
		.logo{
			width: 42%;
		}
		.menu{
			line-height: 38px;	
		}
		.header{
			height: 65px;
			padding:0;
		}
		.header_center{
			padding:10px 0;
		}
		.banner{
			padding-top: 65px;
		}
		.in_products_center{
			padding:2% 0;
		}
		.in_pro_tit p{
			font-size: 20px;
		}
		.in_pro_tit img{
			width: 120px;
			padding: 2.5% 0 1%;
		}
		.in_pro_tit span{
			font-size: 14px;
		}
		.in_abouttit h3{
			font-size: 24px;
		}
		.in_abouttit img{
			padding:2.5% 0;
		}
		.mumping_mun li{
			padding:0 10px;
		}
		.mumping_mun span{
			font-size: 28px;
		}
		.in_design_number img{
			width: 120px;
		}
		.mumping_mun li img{
			width: 18px;
		}
		.mumping_mun p{
			font-size: 13px;
		}
		.in_about_four{
			display: none;
		}
		.in_design_number{
			padding-bottom: 0;
		}
		.in_pro_list .swiper-pagination-bullet{
			height: 5px;
			width: 25px;
			margin:0 4px;
		}
		.in_pro_list .swiper-pagination{
			padding-top: 5%;
		}
		.in_pro_list {
		    padding: 5% 0 4%;
		}
		.inpro_left p{
			font-size: 13px;
		}
		.inpro_left span{
			font-size: 12px;
		}
		.in_abouttit span{
			font-size: 13px;
		}
		.in_about_center {
		    padding: 16% 0 9%;
		}
		.in_aboutside{
			text-align: left;
	    	padding: 4% 0 5%;
		}
		.digital {
		    padding: 0.5% 0 4%;
		}
		.injoin_center h3{
			font-size: 20px;
			padding-bottom: 13px;
		}
		.injoin_center p{
			font-size: 12px;
			line-height: 20px;
		}
		.injoin_center a {
		    line-height: 31px;
		    width: 120px;
		}
		.injoin_center a span{
			font-size: 12px;
		}
		.injoin {
		    padding: 9% 0 6%;
		}
		.copy .public_center{
			display: none;
		}
		.copy_phone{
			text-align: center;
			display: block;
			color: #ccc;
			padding:2.3% 4%;
			line-height: 2;
		}
		.innews {
		    padding: 6% 0;
		}
		.in_news_list{
			padding-top: 4%;
		}
		.copy_phone img{
			display: inline-block;
			vertical-align: middle;
		}
		.in_news_list_center .swiper-slide p {

		    padding: 4.5% 0 5%;
		}
		.injoin_center a{
			margin-top: 7%;
		}
		.in_news_list_center .swiper-slide h3{
			padding-bottom: 12px;
		}
		.public_banner{
			padding-top: 65px;
		}
		.about_page_tit h3{
			font-size: 19px;
			padding-bottom: 0;
		}
		.about_page_tit{
			padding-bottom: 0;
		}
		.about_page{
			padding-top: 5px;
		}
		.about_page_text{
			font-size: 13px;
		}
		.about_page_tit i{
			font-size: 12px;
		}
		.in_design_number2{
			display: none;
		}
		.about_part1{
			padding-bottom: 6%;
		}
		.about_join{
			padding:6% 0 9%;
		}
		.culture_left ul li  p{
			line-height: 1.8;
		}
		.culture_left ul li span{
			line-height: 1.8;
			width: 100%;
		}
		.culture_left ul li{
			padding:2% 0;
		}
		.culture_pic{
			width: 100%;
		}
		.speech_pic{
			width: 100%;
			padding-bottom: 4%;
			margin-right: 0;
			float: none;
		}
		.speech_right{
			padding:2% 0;
			font-size: 13PX;
		}
		.speech_right span{
			padding-top: 17px;
		}
		.speech_page{
			padding-top: 4%;
		}
		.speech_page_tit h3{
			padding-bottom: 11px;
		}
		.speech_page_tit h3{
			font-size: 21px;
		}
		.speech_page_discribe{
			padding-top: 3%;
		}
		#timeline .timeline-item .timeline-content{
			padding:5%;
		}
		.honor_hove i{
			display: none;
		}
		.honor_hove span{
			display: none;
		}
		.honor_hove{
			line-height: 30px;
			height: 30px;
		}
		.honor_hove p{
			font-size: 12px;
		}
		.honor_pic2{
			width: 78%;
		}
		.honor_pic2 i{
			right:-10%;
		}
		.honor_list{
			padding-top: 4%;
		}
		.staff_list ul li{
			padding:4%;
		}
		.staff_cribe{
			font-size: 12px;
			line-height: 20px;
		}
		.staff_tit h3{
			font-size: 15px;
		}
		.about_all2{
			padding-top: 65px;
		}
		.about_page_l_tit h3{
			font-size: 18px;
		}
		.about_page_l_tit h3{
			padding-bottom: 11px;
		}
		.about_page{
			padding-top: 10px;
		}
		.about_page_l_discribe{
			line-height: 2.2;
		}
		.active_detail_top{
			padding-bottom: 4%;
		}
		.active_right2{
			padding-top: 7%;
		}
		.active_right_menu {
			padding:4%;
		}
		.active_right_menu ul li a b{
			font-size: 15px;
		}
		.active_right_menu ul li a p{
			font-size: 12px;
		}
		.active_right_menu ul li a span{
			padding:10px 0 6px;
		}
		.products_page{
			padding-top: 4%;
		}
		.products_page aside ul li span{
			font-size: 13px;
		}
		.products_page aside ul li{
		    padding: 9px 11px 10px 11px;
		}
		.products_page aside{
			padding:20px 0;
		}
		.products_page article li{
			width: 48%;
		}
		.products_page article li{
			padding: 2% 2% 3%;
		}
		.maxpic{
			width: 100%;
		}
		.maxpic_name{
			width: 100%;
		}
		.maxpic_name_top span{
			font-size: 23px;
		}
		.maxpic_name_top em{
			font-size: 14px;
		}
		.maxpic_name_share{
			padding:5% 0 10%;
		}
		.maxpic_name_bun{
			text-align: center;
		}
		.maxpic_name_bun a.licon{
			width: 30%;
			line-height: 30px;
		}
		.maxpic_name_bun a.men{
			line-height: 30px;
			margin:0 6%;
		}
		.maxpic_name_bun a.licon i{
			font-size: 18px;
		}
		.maxpic_name_bun a.men i{
			font-size: 18px;
		}
		.proinfo_side{
			margin-top: 0;
			padding-top: 4%;
		}
		.proinfo_side span{
			width: 120px;
			line-height: 33px;
			font-size: 15px;
		}
		.common_pro_list ul li{
			width: 48%;
		}
		.common_pro_list{
			padding-top: 3.5%;
		}
		.common_pro{
			padding-top: 3%;
		}
		.about_page_tit2 span{
			font-size: 22px;
		}
		.about_page_tit2 img{
			width: 50px;
		}
		.staff_list{
			padding-top: 3.5%;
		}
		.newslist_left{
			display: none;
		}
		.newslist_right{
			width: 100%;
		}
		.newslirig_tit h3{
			padding-bottom: 8px;
		}
		.newslirig_mid{
			padding:3.5% 0 0;
		}
		.more{
			line-height: 2.2;
		}
		.more span{
			font-size: 12px;
		}
		.join_list ul li{
			width: 100%;
		}
		.jomp_centit{
			display: none;
		}
		.jomp_discribe{
			padding:2% 0;
		}
		.jomp_discribe_in{
			height: 300px;
			font-size: 13px;
			overflow-y: scroll;
			padding-top: 3px;
		}
		.tip{
			margin:7% auto;
			width: 120px;
			line-height: 2.5;
		}
		.tip a{
			font-size: 12px;
		}
		.join_list ul li{
			padding:2% 4% 4%;
		}
		.join_bot h3{
			padding:5.5% 0 2%;
		}
		.join_top h3{
			padding:4% 0 2%;
			font-size: 18px;
		}
		.join_jump_center{
		    margin: 20% auto;
		}
		.close{
			right: 0%;
    		top: -12%;
		}
		.close i{
			font-size: 26px;
		}
		.speech_page_tit p{
			font-size: 12px;
			line-height: 20px;
		}
		.join_list{
			padding-top: 5%;
		}
		.address_left{
			padding:6%;
		}
		.address_left_in h3{
			font-size: 19px;
		}
		.addri_ewm{
			padding-left: 5%;
		}
		.address_right{
			padding:4%;
		}
		.message_list ul li{
			width: 100%;
			margin-right: 0;
			padding:8px 11px;
		}
		.message_tit h3{
			font-size: 22px;
			padding-bottom: 8px;
		}
		.message_tit p{
			line-height: 20px;
			font-size: 13px;
		}
		.message_list ul li.textz{
			width: 100%;
		}
		.message_list ul li.codein input{
			width: 30%;
		}
		.message_list ul li.codein{
			margin:2% 0;
		}
		.codein a{
			line-height: 40px;
		}
		.buton_mes{
			padding-top: 5%;
		}
		.about_all{
			/*padding-bottom: 0;*/
		}
		.message {
		    padding: 7% 0 5%;
		}
		.contact_page {
			padding-top: 4%;
		}
		.map {
		    padding: 3% 0 4%;
		}
		.buton_mes a{
			font-size: 13px;
			margin:0;
			width: 49%;
		}
		.menu_down2{
		    position: absolute;
		    left:0;
		    top:100%;
		    z-index: 99;
		    width: 100%;
		    background:rgba(255,255,255,1);
		    padding: 2.5% 0 1.5%;
		    /*display: none;*/
		    border-top: 1px solid #ccc;
		    z-index: 100;
		}
		.menu_down_center2{
			padding:1% 0 2%;
		}
		.menu_down_center2 ul li{
			text-align: center;
		}
		.menu_down_center2 ul li a{
			display: block;
			font-size: 16px;
			line-height: 2.4;
			color: #333;
		}
		.nave_phone{
			display: none;
		}
		.menu_down_center2 ul li .nave_phone a{
			line-height: 2.2;
			font-size: 14px;
			color: #999;
		}
		#timeline .timeline-item .timeline-content h2{
			font-size:20px;
		}
		#timeline{
			margin:0 20px;
		}
	}

@font-face {
  font-family: 'iconfont';  /* project id 542947 */
  src: url('//at.alicdn.com/t/font_542947_u4ua9kmv5v8nz5mi.eot');
  src: url('//at.alicdn.com/t/font_542947_u4ua9kmv5v8nz5mi.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_542947_u4ua9kmv5v8nz5mi.woff') format('woff'),
  url('//at.alicdn.com/t/font_542947_u4ua9kmv5v8nz5mi.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_542947_u4ua9kmv5v8nz5mi.svg#iconfont') format('svg');
}/*文字导入全兼容*/
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}

.swiper {width: 100%;height: 100%; position: relative;}
.swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* 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;
}
.swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom: 25px !important;}
.swiper-button-next, .swiper-button-prev{ color: #1a5090  !important;}
.swiper-pagination-bullet-active{ background:#1a5090  !important;}
