.header{
	text-align: center;
	padding:15px 0;
}
.logo{
	float: left;
}
.search{
	display: inline-block;
	vertical-align: top;
	border:1px solid #333;
	padding-left: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	width: 40%;
	line-height:2;
	margin-top: 9px;
}
.search i{
	float: left;
}
.search input{
	float: left;
	line-height: 2.9;
	padding-left: 10px;
	width: 70%;
}
.search button{
	float: right;
	width: 96px;
	background: #305dc3;
	line-height: 2.9;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	color: #fff;
}
.headtel{
	float: right;
}
.headtel i{
	display: inline-block;
	vertical-align: top;
	font-size: 42px;
	color: #666;
}
.tel_right{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
}
.tel_right p{
	color: #000;
	font-size: 18px;
}
.tel_right span{
	font-size: 22px;
}
.search i{
	color: #999;
	font-size: 20px;
}
.nav{
	background: #f2efef;
}
.nav ul li{
	display: inline-block;
	vertical-align: top;
	width: 16%;
	text-align: center;
	line-height: 3.2;
	position: relative;
}
.nav ul li a{
	color: #305dc3;
	font-size: 14px;
	display:block;
}
.nav ul li.subnav{
	background: #305dc3;
}
.nav ul li.subnav a{
	color: #fff;
}
.nav ul li dl{
	position: absolute;
	left:0;
	top:44px;
	width: 100%;
	z-index: 99;
	background: #f2efef;
	display: none;
}
.nav ul li.subnav dl dd a{
	color: #333;
}
.nav ul li.subnav dl dd:hover a{
	color: #305dc3;
}
.inpro_tit{
	text-align: center;
}
.inpro_tit h3{
	color: #333;
	font-size: 36px;
	line-height: 1.4;
}
.inpro_tit p{
	color: #333;
	font-size: 16px;
	line-height: 3.2;
}
.inproduct{
	padding:40px 0;
}
.inpro_type{
	padding-top: 2.5%;
}
.inpro_type aside{
	float: left;
	width: 235px;
}
.inpro_type aside ul li{
	line-height: 3;
	border-bottom: 1px solid #ddd;
	/*padding: 0 2em;*/
}
.inpro_type aside ul li a{
	display: block;
}
.inpro_type aside ul li p{
	float: left;
	padding-left: 10px;
}
.inpro_type aside ul li span{
	float: right;
	padding-right: 10px;
}
.inpro_type article{
	float: right;
	width: 940px;
	padding-bottom:50px;
}
.inpro_type article ul li{
	text-align: center;
	width: 25%;
	padding:2% 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
.inpro_type article ul li p{
	color: #305dc3;
	font-size: 16px;
	font-weight: bold;
	padding-top:5px;
	line-height: 1.6;
	text-align:left;
}
.maxpro_right_content{
	padding-top:10px;
	
}
.maxpro_right_content p{
	font-size:16px;
	line-height:1.8;
}
.inpro_type article ul li:hover{
	-moz-box-shadow:0px 0px 5px #999; 
	-webkit-box-shadow:0px 0px 5px #999; 
	box-shadow:0px 0px 5px #999;
}
.inpro_type aside ul li dl{
	display: none;
}
.inpro_type aside ul li dl dd{
	line-height: 3;
	padding-left: 20px;
}
.inpro_type aside ul li dl dd{
	border-top: 1px dotted #ccc;
}
.innews {
	padding-bottom: 40px;
}
.innews_list{
	padding-top: 25px;
}
.newstail_part{
	padding:3% 0
}
.newstail_part p{
	font-size:14px;
	line-height:2;	
}
.innews_list ul{

}
.innews_list ul li{
	width: 50%;
	padding: 1%;
}
.innews_list ul li:hover{
	-moz-box-shadow:0px 0px 5px #999; 
	-webkit-box-shadow:0px 0px 5px #999; 
	box-shadow:0px 0px 5px #999;
}
.innews_list ul li:hover .inrb span{
	text-decoration: underline;
}
.innews_list ul li a{
	display: block;
}
.inewspic{
	float: left;
	width: 30%;
}
.inewsright{
	float: right;
	width: 68%;
}
.inrt{
    color: #333;
    line-height: 1.4;
    font-size: 16px;
    padding: 15px 0 10px;
    border-bottom: 1px solid #eee;
}
.inrm{
	line-height: 2;
    padding-top: .5em;
}
.inrm span{
	color: #305dc3;
	padding-right: 5px;
}
.inrb p{
    color: #888;
    font-size: 12px;
    line-height: 1.6;
    overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 margin: .6em .6em 1.5em 0;
}
.inrb span{
	color: #fff;
	background:#305dc3;
	padding: 4px 10px;
	font-size: 12px;
}
.innews_list 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: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.inabout{
	padding:40px 0 70px;
	background: #305dc3;
}
.inabtit h3,.inabtit p{
	color: #fff;
}
.inabout_part{
	padding-top: 47px;
}
.inabout_part p{
	font-size:14px;
	line-height:2;
}
.iaboutpic{
	float: left;
	width: 55%;
}
.iaboutpic img{
	width: 100%;
}
.inaboutr{
	width: 100%;
	float: right;
	font-size: 16px;
	color: #fff;
	line-height: 1.7;
}
.footaam{
	background: #212121;
	padding:25px 0;
}
.fospan{
	line-height: 1.5;
	color: #fff;
	font-size: 20px;
	position: relative;
	padding-bottom: 15px;
}
.fospan:after{
	content: "";
	width: 50px;
	height: 3px;
	background: #305dc3;
	position: absolute;
	bottom:0;
	left:0;
}
.foaboutbn p{
	line-height:1.7;
}
.fo_bn{
	padding-top: 13px;
}
.fo_bn p{

	color: #bfbfbf;
}
.fo_bn p i{
	padding-right: 10px;
	color: #fff;
	font-size: 25px;
}
.address{
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
.ewm1{
    display: inline-block;
    *zoom:1;
    *display:inline;
    width:100px;
    padding-left:20px;
    padding-top:80px;
}
.ewm1 p{
	color:#fff;
	line-height:2;
	font-size:14px;
	text-align:center;
}
.foabout{
	width:45%;
	padding-right: 4%;
	display: inline-block;
	vertical-align: top;
}
.foaboutbn{
	font-size: 14px;
	color: #fff;
	line-height: 2.2;
	padding-top: 20px;
}
.fnavbar{
	display: inline-block;
	vertical-align: top;
}
.fnavbarbn{
	padding-top: 20px;
}
.fnavbarbn a{
	display: block;
	font-size: 12px;
	color: #bfbfbf;
	line-height: 2;
}
.fnavbarbn a:hover{
	color: #fff;
}
.inabout2{
	background:#f3f3f3;
}
.sidetit h3,.inaboutr2{
	color: #000;
	float:left;
	width:100%;
	padding:3%;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
}
.inaboutr2{
	font-size: 14px;
	width:45%;
}
.indexabout .inaboutr{
	color:#fff;
}
.newslist{
	width: 900px;
	float: right;
	padding-top: 0;
}
.newslist ul li{
	width: 100%;
	padding-bottom: 2%;
}
.inewspic{
	overflow-y: hidden;
}
.inewspic2{
	width: 18%;
}
.inewsright2{
	width: 79%;
}
.inpro_type2{
	padding-top: 0;
}
.brand{
	color: #444;
	font-size: 12px;
	padding-bottom: 25px;
}
.brand a{
	color: #444;
	font-size: 12px;
}
.newstail_tit{
	text-align: center;
}
.newstail_tit h3{
    font-size: 36px;
    color: #333;
    padding-bottom: 25px;
}
.newstail_tit span{
	color: #999;
	font-size: 12px;
	padding:0 15px;
}
.newstail_item1{
	margin:32px 0;
	padding:18px;
    border: 1px solid #e1e1e7;
    border-left: 4px solid #e1e1e7;
}
.newstail_item2{
	font-size: 14px;
	color: #333;
	line-height: 2;
}
.message{
	width: 41%;
	margin:5% auto;
}
.message ul li{
	margin-bottom: 10px;
	background: #f5f5f5;
	padding:8px;
}
.message ul li textarea{
	background: none;
	width: 100%;
	height: 123px;
}
.message ul li input{
	background:none;
	width:100%;
}
.message button{
	background: #305dc3;
	font-size: 16px;
	color: #fff;
	width: 100%;
	display: block;
	cursor: pointer;
	line-height:2.5;
	margin-top: 20px;
}
.contact{
	padding:50px 0;
}
.ccontact{
	float:left;
	width:400px;
	padding:30px 0 0 120px;
}
.tititi{
	display:none;
}
.ccontact h3{
	font-size:20px;
	font-weight:bold;
	color:#000;
}
.ccontact p{
	line-height:2;
	font-size:14px;
}
.map{
	width: 53%;
	float: right;
}
.maxpro_right{
	width: 50%;
	float: right;
}
.maxpro_right h3{
	color: #000;
    font-size: 32px;
    padding: 15px 0;
    line-height: 1.4;
    border-bottom: 1px solid #dbdbdb;
}
.maxpro_right button{
	margin-top: 50px;
    width: 40%;
    line-height: 50px;
    margin-right: 10px;
    background: #ef001d;
    font-size: 20px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.protail{
	padding:35px 0;
}
.proinfo{
    border: #DDDDDD solid 1px;
    margin-bottom: 50px;
}
.proinfo_tit{
	background: #f6f6f6;
}
.proinfo_tit span{
    width: 150px;
    display: block;
    background: #fff;
    float: left;
    text-align: center;
    position: relative;
    padding: 18px 0px;
}
.proinfo_tit span:before{
	content: "";
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 1px;
	background: red;
}
.proinfo_btn{
	padding:10px;
	font-size: 18px;
	line-height: 2;
}
.jump_item{
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	z-index: 9;
	display: none;
}
.jump_center{
	width: 450px;
	margin:10% auto;
	background: #fff;
}
.jump_tit{
	background: #3333ff;
	padding:0 16px;
	line-height: 2.8;
}
.jump_tit span{
	color: #fff;
	font-size: 16px;
}
.jump_tit i{
	color: #fff;
	float: right;
	cursor: pointer;
}
.jump_partin{
	width: 410px;
	margin:0 auto;
	padding:10px 0 30px;
}
.jump_partin p{
	text-align: center;
	font-size: 18px;
	padding:20px 0 30px;
}
.jump_partin ul li{
	margin-bottom: 10px;
}
.jump_partin ul li label{
	width:20%;
	display: block;
	text-align: right;
	float: left;
	font-size: 14px;
	line-height: 2.2;
	padding-right: 15px;
}
.jump_partin ul li input,.jump_partin ul li textarea{
	float: right;
	width: 80%;
	border:1px solid #888;
	line-height: 2.2;
}
.jump_partin button{
	font-size: 13px;
	color: #fff;
	background: #3333ff;
	width: 100%;
	line-height: 2.7;
	margin-top: 15px;
	cursor: pointer;
}
.phonepro{
	display: none;
}
.copy a{
	vertical-align: middle;
	padding-left: 20px;
}
.page1{
	text-align: center;
}
.page1 a,.page1 span{
	width: 26px;
	line-height: 26px;
	background: #ddd;
	height: 26px;
	margin:0 3px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.page1 span.current{
	background: #305dc3;
	color: #fff;
}