/*
KISSY CSS Reset
*/

/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
fieldset,
lengend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td {
	/* table elements 表格元素 */
	margin: 0;
	padding: 0;
	font-size: 14px;
}

/* 设置默认字体 */
body,
button,
input,
select,
textarea {
	/* for ie */
	/*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
	font: 14px/1 "微软雅黑"Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
	/* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 {
	font-size: 18px;
	/* 18px / 12px = 1.5 */
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
	font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
	font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul,
ol {
	list-style: none;
}

/* 重置文本格式元素 */
a {
	text-decoration: none;
	color: #4A4A4A;
}

a:hover {
	text-decoration: none;
	color: #3d85c6;
}

/* 重置表单元素 */
input,
select,
textarea,
button {
	outline: medium;
}

legend {
	color: #000;
}

/* for ie6 */
fieldset,
img {
	border: none;
}

/* img 搭车：让链接里的 img 无边框 */
input {
	vertical-align: middle;
	border: none;
	background: none;
	outline: none;
}



/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
	font-size: 100%;
	/* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 重置 hr */
hr {
	border: none;
	height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
	overflow-y: scroll;
	min-width: 320px;
}

/*设置左右浮动*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.ly-inpt input{
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	 border-radius: 8px;
	 background-color: #faf8f9;
	 width: 40%;
	 padding: 0 10px;
	margin-top: 15px;
}
.ly-inpt  span{
	display: inline-block;
	padding-left: 10px;
	font-size: 14px;
	color: #f00;
}
.ly-inpt textarea{
	width: 60%;
	border: 1px solid #ccc;
	 border-radius: 8px;
	 background-color: #faf8f9;
	 min-height: 100px;
	 padding: 10px;
	 margin-top: 15px;
}

.ly-btn{
	width: 30%;
	height: 45px;
	background: #3d85c6;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
}
/*清楚浮动*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	*zoom: 1;
}

.mt20 {
	margin-top: 20px;
}

/*网站头部样式*/
.l-sub2 {
	border: 1px #e5e5e5 solid;
	padding: 10px;
}

.l-sub2 li {
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px #E5E5E5 dotted;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



#header .top-bar {
	background: #fff;
	color: #fff;
	line-height: 40px;
	display: none;
}

#header .top-a a {
	float: left;
	padding: 0 10px;
	color: #fff;
}

#header .top-a a:hover,
#header .top-a a:active {
	color: #fff;
	background: #000;
}

#header .nav-box {
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .4);
}

#header .nav-box:hover {
	background: #f9f9f9;
	box-shadow: 0 0 0 0 15px rgba(0, 0, 0, .4);
}

#header {
	position: relative;
	z-index: 1000;
}

#header .nav-box:hover li a {
	border: 1px #f9f9f9 solid;
}

#header .nav ul {
	display: none;margin-left: 55px; float:left;
}

#header .nav i {
	float: left;
	margin-left: 25px;
}

.xs-nav {
	height: 100%;
	background: #3d85c6;
	position: fixed;
	right: -200px;
	top: 0;
	width: 200px;
	overflow: hidden;
	display: none;
}

.xs-nav ul {
	padding: 15px;
}

.xs-nav a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 5px;
	color: #fff;
}

.xs-nav a:active {
	background: #000;
	color: #fff;
}

.xs-nav li {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

#header .language-txt {
	background: #000;
	height: 40px;
	line-height: 40px;
	display: none;
}

#header .language-txt a {
	color: #fff;
	display: inline-block;
	width: 49%;
	text-align: center;
}

#header .language-txt a:active {
	background: #000;
	color: #fff;
}

#header .nav i img {
	width: 32px;
	height: auto;
}

#header img.logo {
	margin: 10px;
	height: 70px;
}

.top-ban {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	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 {
	max-width: 100%;
	height: auto;
}

#header .nav ul {
	padding: 11px 0;
}

#header .nav ul li {
	float: left;
	height: 32px;
	line-height: 32px;
	margin-top: 18px;
}

#header .nav ul li a {
	display: block;
	color: #4a4a4a;
	border: 1px #fff solid;
	padding: 0 10px;
}

#header .nav ul li a:hover,
#header .nav ul li a:active,
#header .nav ul li.active a {
	color: #059FE9;
	border: 1px #059FE9 solid;
	border-radius: 16px;
}

#t-ban {
	width: 100%;
	height: 100%;
}

#t-ban .swiper-slide img {
	width: 100%;
	height: auto;
}

#t-ban .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}

#t-ban .swiper-pagination-bullet {
	background: #fff;
	opacity: .5;
}

#t-ban .swiper-pagination-bullet-active {
	opacity: 1;
	background: #3d85c6;
}


.r-dhbox {

	font-size: 24px;
	line-height: 90px;
	padding-left: 45px;
	background: url("../images/header/dhhb.png") no-repeat left center;
	float:right;

}

.r-dhbox a {
	color: #3d85c6;
}



/*  首页产品楼层 */
.aw-body-support-li-title{border-bottom:3px solid #d9d9d9;height:40px;line-height:37px;overflow:visible; margin-top:10px;}
.aw-body-support-li-title-title{top:0px;border-bottom:3px solid #3d85c6;color:#3d85c6;left:0px; font-size:17px; font-weight:bold; float:left; width:150px;}
.aw-body-support-li-title-right{ font-size:14px; font-weight: 100; float:right;}

.aw-body-pro{
	overflow: hidden;
}
.aw-body-pro-list{
	margin-left: -2%;
	
}

.aw-body-pro-li{ 
display:block;
float: left;
margin-top:10px; 
color: #686868;
text-align: center;
width: 23%;
margin-left: 2%;
overflow: hidden;
position: relative;

}
.aw-body-pro-li img{
	max-width: 100%;
/*	height: auto;*/

}

.aw-body-pro-li a {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
	border: 1px #ddd solid;

}

/*.aw-body-pro-li a{color: #686868;background:#fff;  }*/
/*.aw-body-pro-li p{background:#ebebeb;height:50px;line-height:50px; position: relative; z-index: 10;  bottom: 0;
left: 0;right: 0; overflow: hidden;}*/
.aw-body-pro-li p{
	margin-top: 5px;
	padding:5px;
/*	height: 26px;*/
	line-height: 26px;
	overflow: hidden;
}	
/*.aw-body-pro-li a:hover{border-color:#3d85c6;color: #fff;}*/
/*.aw-body-pro-li a:hover p{background:#3d85c6;}*/

.aw-body-pro-li a:hover {
	border: 1px #3d85c6 solid;
}

.aw-body-pro-li li a:hover img {
	border: 1px #3d85c6 solid;
}


/*.aw-body-pro-list .aw-body-pro-li:first-child{
		width: 100%;
		margin: 0;
	}*/
	
/*  首页产品楼层结束   */


@media (min-width: 768px) {
	#header .top-bar {
		display: block;
	}

	#header .nav ul {
		display: block;
	}

	#header .nav i {
		display: none;
	}

	#header .language-txt {
		display: none;
	}

	.container {
		padding: 0;
	}


}

@media (min-width: 992px) {
	.container {
		padding: 0 15px;
	}

	#header .nav ul li a {
		padding: 0 20px;
	}


}

@media (min-width:1200px) {

}

@media only screen and (max-width:768px) {
	.container {
		padding: 0 10px;
	}

	#header img.logo {
		height: 35px;
		margin: 0;
	}


}

/*网站头部样式 结束*/

/*首页-最新产品区域*/

.title-01 {
	text-align: center;
	padding-top: 30px;
}

.title-01 h2 {
	color: #2e2949;
	font-size: 20px;
	margin-bottom: 10px;
}

.title-01 h3 {
	font-size: 14px;
	color: #999;
}

#sy-cplist {
	padding: 30PX 0;
	text-align: center;
}

.sy-cpbox p {
	height: 30px;
	margin-top: 10px;
	overflow: hidden;
	line-height: 30px;
}

.sy-cpbox .cp-img img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.swiper-container-horizontal>.swiper-pagination {
	bottom: 15px;
}

a.cp-gd {
	display: block;
	*zoom: 1;
	line-height: 34px;
	text-align: center;
	width: 110px;
	margin: 0 auto;
	border: 1px solid #3d85c6;
	background-color: #3d85c6;
	color: #fff;
}

a.cp-gd:hover {
	background: #f8d000;
	color: #4A4A4A;
	border: 1px solid #f8d000;
}

/*首页-最新产品结束*/

/*首页-关于我们*/
.box2 {
	background: #f2f2f2;
	margin-top: 20px;
}

.box2 .sy-about {
	padding: 20px 0;
}

.box2 .about-img {
	max-width: 100%;
}

.box2 .about-txt {
	padding-top: 10px;
	line-height: 1.8;
}

.box2 a.cp-gd {
	display: block;
	*zoom: 1;
	line-height: 34px;
	text-align: center;
	width: 110px;
	margin: 0 auto;
	border: 1px solid #ffcc12;
	background-color: #ffcc12;
	color: #333;
}

.box2 .title-01 {
	text-align: center;
	padding-top: 30px;
}

.box2 .title-01 h2 {
	color: #2e2949;
	font-size: 20px;
	margin-bottom: 10px;
}

.box2 .title-01 h3 {
	font-size: 14px;
	color: #999;
}

@media (min-width: 768px) {
	.about-img {
		float: left;
		margin-right: 20px;
		width: 50%;
		line-height: 2;
	}

}

@media only screen and (max-width:768px) {
	.box2 .about-img {
		width: 100%;
	}
}

/*首页-关于我们结束*/

/*首页-新闻资讯*/
.sy-newsbox {
	padding: 20px 0;
}

.sy-newsbox .sy-n-img {
	float: left;
	margin-right: 10px;
}

.sy-newsbox .sy-n-txt {
	line-height: 1.2;
}

.sy-newsbox .sy-n-txt h2 {
	line-height: 1.4;
	max-height: 40px;
	margin-bottom: 7px;
	overflow: hidden;
}

.sy-newsbox li {
	height: 80px;
	margin-bottom: 15px;
	overflow: hidden;
}

.sy-newsbox .sy-n-img img {
	max-width: 110px;
	max-height: 80px;
}

.sy-newsbox .sy-n-txt p {
	max-height: 33px;
	overflow: hidden;
}


@media (min-width: 768px) {
	.sy-newsbox .sy-n-img img {
		width: 100%;
		max-width: 165px;
		max-height: 120px;
	}

	.sy-newsbox .sy-n-txt p {
		max-height: 65px;
		line-height: 1.6;
	}

	.sy-newsbox li {
		height: 120px;
	}

	.sy-newsbox .sy-n-txt h2 {
		line-height: 1.6;
		max-height: 45px;
	}
}


/*首页-新闻资讯结束*/

/*网页底部*/

#footer {
	overflow: hidden;
	background-color: rgb(24, 24, 24);
	color: #fff;
}

#footer .b-navbox {
	padding: 30px 0 15px;
}

#footer .b-nav {
	width: 80%;
	text-align:center;
}

#footer .b-nav li {
	float: left;
	width: 12%;
	color: #fff;
	background: url("../images/header/navxbg.png") no-repeat right center;
	text-align: center;
}



#footer .b-nav li a {
	display: block;
	color: #fff;
	line-height: 30px;
}

#footer .b-nav li h2 {
	height: 40px;
	line-height: 40px;
}

#footer .b-nav li a:hover,
#footer .b-nav li a:active {
	color: #3d85c6;
}

#footer .rmw {
	display: none;
	text-align: center;
	line-height: 40px;
	color: #999;
}

#footer .rmw img {
	width: 90px;
}

#footer .copy {
	display: block;
	padding-top: 10px;
	line-height: 32px;
	text-align: center;
	color: #bdc3c7;
}

#footer .copy a {
	display: inline-block;
	margin: 0 5px;
	padding: 0 10px;
	color: #999;
}

#footer .copy a:hover,
#footer .copy a:active {
	background: #202427;
	color: #999;
}

.link-list {
	text-align: center;
	padding-top: 15px;
	font-size: 14px;
	color: #fff;

}

.link-list a {
	color: #fff;
	display: inline-block;
	padding: 0 6px;
}

.link-list a:hover {
	color: #3d85c6;
}

@media (min-width: 768px) {
	#footer .b-navbox {
		display: block;
	}
}

@media (min-width: 992px) {
	#footer .b-nav {
		width: 80%;
	}

	#footer .rmw {
		display: block;
	}
}

@media only screen and (max-width:480px) {
	#footer .copy div.fr {
		display: none;
	}
}

/*网页底部-结束*/


/*列表页面与内页通用样式*/
.r-list {
	padding-bottom: 30px;
}

.r-list .mpx-box {
	border-bottom: 1px #e5e5e5 solid;
	margin-bottom: 20px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}

.r-list .mpx-box h2 {
	line-height: 40px;
}

.r-list .wz {
	float: right;
}

.ab-ban img {
	width: 100%;
	height: auto;
}

.l-list .l-title {
	background: #3d85c6;
	padding: 15px 0 15px 15px;
	line-height: normal;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
}

.l-list .l-sub {
	background: #f2f2f2;
}

.l-list .l-sub li {
	height: 45px;
	line-height: 45px;
}

.l-list .l-sub a {
	display: block;
	color: #808080;
	padding-left: 15px;
	border-left: 2px #F2F2F2 solid;
}

.l-list .l-sub a:hover,
.l-list .l-sub a:active,
.l-list .l-sub li.active a {
	border-left: 2px solid #3d85c6;
	color: #3d85c6;
}

.l-list .l-sub li.active a {
	background: #fff;
	border-left: 2px solid #3d85c6;
	color: #3d85c6;
}

@media only screen and (max-width:768px) {
	.r-list .mpx-box h2 {
		float: none;
		text-align: center;
		font-weight: bold;
	}
}


/*关于我们*/
.r-list .ab-txt {
	line-height: 1.8;
}


/*关于我们 结束*/



/*产品列表*/
.cp-list .pic-img img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cp-list li {
	text-align: center;
	margin-bottom: 18px;


}

.h3 {
	line-height: 1.8;
}

.cp-list p {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	padding-top: 5px;
}

/*产品列表 结束*/



/*产品列表-详细;*/

.cp-xqbox img {
	max-width: 100%;
	height: auto;
}

.cp-xqbox .cp-tt {
	margin-top: 10px;
	text-align: center;
	padding: 10px 20px;
}

.cp-bordser {
	border: 1px #e5e5e5 solid;
	padding-bottom: 10px;
}

.cp-bordser:hover {
	border-color: #3d85c6;
}


.cp-xqbox .cp-txt {
	line-height: 2;
	padding-top: 10px 0;
}

.cp-xqbox .cp-txt img {
	display: block;
	margin: 0 auto;
	max-width: 95%;
}

.cp-xqbox h1 {
text-align:center;
}

.pagws-ul {
	border-top: 1px #e5e5e5 solid;
	margin-top: 15px;
}

.pagws-ul li {
	max-width: 48%;
	overflow: hidden;
	padding-top: 10px;
}

/*产品列表-详细 结束*/
.cp-tjbox {
	margin-top: 30px;
	border: 1px #ddd solid;
}

.tj-list {
	padding-left: 6px;
	padding-right: 6px;
}

.tj-list li {
	float: left;
	width: 25%;
	padding-bottom: 8px;
}

.tj-list li img {
	max-width: 100%;
	display: block;
	padding: 4px;
	border-radius: 8px;
	border: 1px #ccc solid;
}

.cp-txt img {
	display: block;
	margin: 0 auto;
}

.tj-list li a {
	max-width: 90%;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.tj-list li a:hover img {
	border: 1px #3d85c6 solid;
}

.tj-list li p {
	margin-top: 5px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}


.cp-title {
	height: 40px;
	line-height: 40px;
	background: #f9f9f9;
	margin-bottom: 15px;
}

.cp-title span {
	display: inline-block;
	padding: 0 15px;
	background: #3d85c6;
	color: #fff;
	font-size: 16px;
}

/*服务网点;*/
.ffwd-box {}

.ffwd-box .ffwd-title {
	padding: 5px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #d6d6d6;
}

.ffwd-box .ffwd-title h2 {
	font-size: 22px;
	color: #ee330a;
	line-height: 40px;
}

.ffwd-box li {
	line-height: 30px;
	margin-bottom: 15px;
}

/*服务网点 结束*/

/*下载中心;*/
.xz-list li {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #e5e5e5;
}

/*下载中心 结束*/


/*新闻中心*/
.news-list li {
	border-bottom: 1px dotted #d9d9d9;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.news-list .news-img {
	margin-right: 10px;
}

.news-list .news-img img {
	max-width: 110px;
}

.news-list h2 a {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	max-height: 42px;
	overflow: hidden;
}

.news-list p {
	line-height: 1.4;
	height: 32px;
	overflow: hidden;
	font-size: 12px;
	margin-top: 5px;
}

@media (min-width: 768px) {
	.news-list h2 a {
		font-size: 16px;
		line-height: 2.2;
		height: auto;
	}

	.news-list li p {
		line-height: 1.8;
		height: auto;
		font-size: 14px;
	}

	.news-list .news-img img {
		max-width: 160px;
		height: auto;
	}

	.news-list .news-img {
		margin-right: 20px;
	}

	.news-list li {
		border-bottom: 1px dotted #d9d9d9;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

@media only screen and (min-width:400px) {
	.news-list h2 a {
		font-size: 15px;
		line-height: 1.8;
		max-height: 54px;
	}

	.news-list li p {
		line-height: 1.6;
		height: 60px;
		font-size: 13px;
	}

	.news-list .news-img img {
		max-width: 160px;
		height: auto;
	}

	.news-list .news-img {
		margin-right: 20px;
	}
/*	.aw-body-pro-list .aw-body-pro-li:first-child{
	    display:none;
		width: 100%;
		margin: 0;
	}*/
}


/*新闻中心 结束*/


/*新闻中心-详细*/
.news-t {
	text-align: center;
}

.news-t h1 {
	line-height: 30px;
}

.news-t .info {
	font-size: 12px;
	color: #999;
}

.nr-txt {
	line-height: 1.8;
	padding: 20px 0;
}

@media only screen and (max-width:768px) {
	.news-t h1 {
		font-size: 18px;
	}
}


/*新闻中心-结束*/

/*人才理念*/
.nr-txt {
	line-height: 1.8;
	padding: 20px 0;
}

/*人才理念 结束*/

/*人才招聘*/
.job-list {
	border-bottom: 1px dotted #d9d9d9;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.job-list dt {
	padding-bottom: 8px;
	font-size: 16px;
}

.job-list dd {
	line-height: 1.8;
}

/*人才招聘 结束*/

/*联系我们*/
.lxwm-content{ float:left; width:550px;}
.lxwm-txt {
float:right;
margin-left:10px;
 width:480px;
	line-height: 2;
	padding-bottom: 20px;
	
}

.map-box {
	margin-top: 15px;
}

.map-box img {
	max-width: 100%;
}

@media only screen and (max-width:600px) {
.lxwm-content{ float:left; width:400px;}
	.lxwm-txt h1.h3 {
		font-size: 20px;
	}
	.lxwm-txt{
	float:right;
	 width:460px;
	 }
}

.floatkf {
	width: 50px;
	border-radius: 5px 0 0 5px;
	position: fixed;
	right: 0;
	top: 45%;
	z-index: 1000
}

.floatkf a {
	width: 50px;
	height: 50px;
	position: relative
}

.floatkf a.n1 .it {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-indent: 50px;
	color: #fff;
	border-radius: 5px 0 0 0;
	background: #ffbe33 url("../images/header/img71.png") no-repeat 7% center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.floatkf a.n2 .it {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-indent: 50px;
	color: #fff;
	background: #12b7f5 url("../images/header/img72.png") no-repeat 7% center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.floatkf a.n3 {
	background: #44b549 url("../images/header/img73.png") no-repeat center
}

.floatkf a.n3 .img {
	display: none;
	position: absolute;
	left: -122px;
	top: -30px;
	z-index: 1
}

.floatkf a.n3 .img img {
	width: 112px;
	height: 112px;
	background: #fff;
	padding: 5px
}

.floatkf a.n4 {
	border-radius: 0 0 0 5px;
	background: #555555 url("../images/header/img74.png") no-repeat center;
}

.dis {
	display: block;
	zoom: 1
}

.aboutb-txt {
	background: #449cdb;
	color: #fff;
	text-align: center;
	margin-top: -10px;
	padding: 30px 0;
	font-size: 16px;
	line-height: 1.8;
}

.aboutb-txt p {
	max-width: 900px;
	margin: 0 auto;
}

.aboutb-txt h1 {
	font-size: 30px;
	padding-bottom: 20px;
}

.ab-list li {
	float: left;
	width: 33.333%;
	padding: 0 10px 20px;
	line-height: 1.8;
}

.ab-list li img {
	max-width: 100%;
}

.ab-list li h2 {
	font-size: 18px;
	line-height: 2;
	padding-top: 10px;
}

.ab-logo {
	text-align: center;
	padding-bottom: 20px;
}

.ab-logo img {
	max-width: 80%;
}
.al-box {
	margin-top: 15px;
}
.al-box .al-01{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 5px;
}

.al-box .al-01 img{
	max-width: 100%;
}
.al-box .al-04{
	margin-left: 50%;
		margin-right: -5px;
}
.al-box .al-04 li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 5px;
	padding-bottom: 10px;
}
.al-box .al-04 li img{
	max-width: 100%;
}
@media (max-width: 1440px) {
/*	.r-dhbox {
		display: none;
	}*/

	.nav {
		float: right;
	}
}

@media (max-width: 1204px) {
/*	.r-dhbox {
		display: none;
	}*/

	.nav {
		float: right;
	}
}

@media (max-width: 1000px) {
	.ab-list li {
		float: left;
		width: 100%;
		padding: 0 10px 20px;
		line-height: 1.8;
	}

	.b-navlist {
		display: none;
	}
.tj-box{
		display: none;
	}
	.ly-inpt input,.ly-inpt textarea{
		width: 90%;
	}

}

@media (max-width: 768px) {
	.ab-list li {
		float: left;
		width: 100%;
		padding: 0 10px 20px;
		line-height: 1.8;
	}
	.aw-body-pro-list{
		margin-top: 15px;
	}
	.aw-body-pro-list .aw-body-pro-li{
		width: 31.333%;
	}
	.aw-body-pro-li p{
/*		height: 30px;*/
		line-height: 30px;
		position: relative;
	}
	.aw-body-pro-list .aw-body-pro-li:first-child{
	    display:none;
		width: 100%;
		margin: 0;
	}
	
	

	.b-navlist {
		display: none;
	}

	#header .nav-box {
		padding: 10px 0;
	}

	.tj-list li {
		width: 50%;
		margin-bottom: 10px;

	}

	.pagws-ul li {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}

	.l-list {
		margin-bottom: 20px;
	}
	.lxwm-content{ width:400px;}
.lxwm-txt{

	 width:380px;
	 }
	 
	 .nav{
	 float:right !important;}
	 
	 .r-dhbox{
	size:14px;
	line-height: 35px;
	margin-left:60px;
	padding-left: 45px;
	text-align:center;
	background: url("../images/header/dhhb.png") no-repeat left center;
	float:left !important;

	 }
	

}


@media (max-width: 640px) {
	.al-box .al-01{
		width: 100%;
		padding-right: 0;
		float: none;
	}
	.al-box .al-04{
		margin-top: 10px;
		margin-left: -5px;
	}
	
	
	.floatkf {
		display: none;
	}

	.b-navlist {
		display: none;
	}

	#footer .b-navbox {
		padding-top: 20px;
	}
	.lxwm-content{ width:400px;}
    .lxwm-txt{
       float:left;
	   width:380px;
	 }
	 
	 .ly-inpt input{
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	 border-radius: 8px;
	 background-color: #faf8f9;
	 width: 50%;
	 padding: 0 0 0 10px;
	margin-top: 15px;
    }
	
	.ly-inpt  span{
	display: inline-block;
	padding-left: 20px;
	font-size: 14px;
	color: #f00;
}
.ly-inpt textarea{
	width: 70%;
	border: 1px solid #ccc;
	 border-radius: 8px;
	 background-color: #faf8f9;
	 min-height: 100px;
	 padding: 10px;
	 margin-top: 15px;
}

.ly-btn{
	width: 30%;
	height: 45px;
	background: #3d85c6;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
}

.aw-body-pro-list .aw-body-pro-li:first-child{
        display:none;
		width: 100%;
		margin: 0;
	}
	
}


@media (max-width: 960px) {
	.aw-body-pro-li{
		width: 48%;
	}

}

@media (max-width: 375px) {
	
}

#header .nav i.icon-language{
	display: none !important; 
}

.cp-xqbox td,.cp-xqbox th{
	padding: 0 5px;
}
.cp-xqbox table{
	width: 100% !important;
}

.fr-side-button  .iconfont{
	font-size: 40px;
	color: #fff !important;
}
