ul,
ol,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
	padding:0;
}

body{
	background:#ffffff;
}

ol,ul{
	list-style:none;
}


[class*="am-u-"] + [class*="am-u-"]:last-child{
	float:left;
}

.container{
	max-width:1200px;
	margin:0 auto;
}

.border-none{
	border:none;
}


/* 页头 */
.header{
	border-top:4px solid #1db048;
}

.header .header-nav{
	height:100px;
}

.header .header-nav .logo,
.header .header-nav .search{
	display:table-cell;
	height:100px;
	vertical-align: middle;
}

.header .header-nav .logo img{
	max-height:90px;
}

.header .header-nav .search input,
.header .header-nav .search button{
	height:30px;
}
.header .header-nav .search input{
	background-color:#f6f6f6;
	border:none;
	padding:0 10px;
	font-size:14px;
}
.header .header-nav .search button{
	background-color:#1db048;	
	border:none;
	padding:0 15px;
	font-size:14px;
	color:#fff;
}

.header .header-nav .menu .am-nav > li > a{
	height:100px;
	line-height:100px;
	padding-top:0;
	padding-bottom:0;
	color:#505050;
}
.header .header-nav .menu .am-nav > li.am-active > a,
.header .header-nav .menu .am-nav > li > a:hover,
.header .header-nav .menu .am-nav > li > a:focus{
	background-color:#1db048;
	color:#fff;
}
.header .header-nav .menu ul.am-dropdown-content > li > a{
	font-size:14px;
}


/*页脚*/
.footer{
	background:rgba(40,40,40,1);
	border-top:3px solid #1DB048;
}
.footer .footer-info{
	padding:30px 0;
	color:rgba(255,255,255,0.9);
	font-size:14px;
	letter-spacing:1px;
	line-height:28px;
}
.footer .footer-info i{
	color:#1DB048;
}
.footer .footer-info .ercode{
	overflow:hidden;
}
.footer .footer-info .ercode li{
	float:right;
	text-align:center;
}
.footer .footer-info .ercode li+li{
	margin-right:15px;
}
.footer .footer-info .ercode img{
	width:100px;
	height:100px;
	border:5px solid #fff;
}
.footer .footer-copy{
	background:#000;
	padding:10px 0;
}
.footer .footer-copy p{
	text-align:center;
	font-size:15px;
	color:#fff;
	line-height:24px;
}
.footer a{
	color:#fff;
}
.footer a:hover,
.footer a:focus{
	text-decoration: underline;
}

/* banner */
.banner{
	background-image:url(../images/banner_bg1.jpg);
	height:300px;
	position:relative;
	overflow:hidden;
}
.banner h2{
	color:#fff;
	font-size:36px;
	text-align:center;
	letter-spacing:0.6em;
	text-indent:0.6em;
}
.banner h2:after{
	content:'';
	display:inline-block;
	background-color:#fff;
	width:150px;
	height:6px;
	vertical-align: top;
}
.banner h2 p{
	margin:100px 0 16px 0;
}


/*面包屑导航*/
.breadcrumb{
	background-color:#f6f6f6;
	overflow:hidden;
	color:#666666;
}
.breadcrumb ul,
.breadcrumb ol{
	margin:0;
}
.breadcrumb ol a,
.breadcrumb ol li+li::before,
.breadcrumb ol .am-active{
	color:#666666;
}
.breadcrumb ol li [class*="am-icon-"]::before,
.breadcrumb ol a:hover,
.breadcrumb ol a:focus{
	color:#1db048;
}


/* 侧边导航栏 */
.side-nav .title{
	background-color:#1db048;
	padding:15px 0;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
.side-nav .item{
	margin:10px 0 0 0;
}
.side-nav .item a{
	display:block;
	padding:10px 15px;
	border:1px solid #dedede;
	font-size:15px;
	letter-spacing:0.5px;
	color:#505050;
	background-color:#fff;
}
.side-nav .item a.active,
.side-nav .item a:hover,
.side-nav .item a:focus{
	color:#ffffff;
	background-color:#1db048;
	border:1px solid #1db048;
}

.breadcrumb .category-list{
	list-style:none;
	padding:0;
	margin:0;
}
.breadcrumb .category-item{
	float:left;
	font-size:14px;
	line-height:1.6;
	padding:12px 0px;
}
.breadcrumb .category-item+.category-item:before{
	content:"/";
	margin:0 10px
}
.breadcrumb .category-item a{
	color:#666666;
}
.breadcrumb .category-item a:hover,
.breadcrumb .category-item a:focus{
	color:#1db048;
}
.breadcrumb .category-item a.active{
	color:#1db048;
	font-weight:bold;
}


/* 产品列表 */
.product-list{
	width:auto !important;
	margin:0 -15px;
	padding:15px 0;
}
.product-list .product-item{
	position:relative;
	display: block;
	background-color:#f6f6f6;
	color:#505050;
	margin:15px;
}
.product-list .product-item img{
	max-width:100%;
}
.product-list .product-item img.cover{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:48px;
}
.product-list .product-item:hover,
.product-list .product-item:focus{
	color:#ffffff;
	background-color:#1db048;
}
.product-list .product-item img{
	display:block;
	width:100%;
	border:1px solid #f6f6f6;
	border-bottom:0;
}
.product-list .product-item .title{
	padding:12px 15px;	
	font-size:15px;
	text-align:center;
	white-space : nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.product-list .price{
	text-align:center;
	font-size:14px;
}
.product-list .price span{
	color:#ED1B24;
	font-weight:700;
}

/* 新闻资讯列表 */
.news-list{
	width:auto !important;
	margin:0 -15px !important;
}
.news-list .news-item{
	display:block;
	margin:0 15px;
}
.news-list .news-item .image{
	position:relative;
}
.news-list .news-item .image img{
	width:100%;
}
.news-list .news-item .image img.cover{
	height:100%;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.news-list .news-item .time{
	position:absolute;
	top:0;
	left:15px;
	background-color:rgba(29,176,72,0.8);
	color:#fff;
	line-height:1;
	padding:10px;
	text-align:center;
}
.news-list .news-item .time .d{
	font-size:15px;
	font-weight:bold;
	margin-bottom:3px;
}
.news-list .news-item .time .ym{
	font-size:13px;
}
.news-list .news-item .title h6{
	padding:0.8em 0 0.8em 0;
	font-size:16px;
	font-weight:normal;
	color:#505050;
	white-space : nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-list .news-item:hover .title h6,
.news-list .news-item:focus .title h6{
	color:#1DB048;
}
.news-list .news-item .title:after{
	content:'';
	display:block;
	background:#1DB048;
	width:100px;
	height:3px;
	overflow:hidden;
}
.news-list .news-item .lead{
	font-size:13px;
	color:#888888;
	line-height:2.1em;
	letter-spacing:0.5px;
	text-align: justify;
	height:6.3em;
	margin:0.8em 0 2.5em 0;
	overflow:hidden;
}


/* 招聘列表 */
.job-list{
	width:auto !important;
	margin:0 -15px !important;
}
.job-list .job-item{
	display:block;
	padding:15px;
	margin:15px;
	border:1px solid #dedede;
	font-size:15px;
	color:#505050;
}
.job-item:hover,
.job-item:focus{
	border:1px solid #1DB048;
	color:#505050
}
.job-item .name{
	white-space : nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.job-item .name i{
	color:#1DB048;
	margin-right:5px;
}
.job-item .require{
	font-size:0;
	padding:5px 0;
}
.job-item .require span{
	font-size:14px;
	letter-spacing:0.5px;
}
.job-item .require span+span:before{
	content:"|";
	margin:0 10px;
}
.job-item .lead{
	font-size:13px;
	color:#868686;
	letter-spacing:0.5px;
	line-height:1.8em;
	height:3.6em;
	overflow:hidden;
	text-overflow: ellipsis;
}


/* 招聘详情页 - 职位介绍 */
.job-box .name{
	border-left:5px solid #1DB048;
	padding:0 0 0 10px;
	line-height:1;
	vertical-align: middle;
	font-size:24px;
}
.job-box .require{
	padding:15px 0;
	font-size:0;
}
.job-box .require span{
	font-size:16px;
}
.job-box .require span+span:before{
	content:"|";
	margin:0 10px;
}
.job-box .desc{
	border-top:1px dashed #dedede;
	padding:15px 0;
}
.job-box .desc img{
	max-width:100%;
}

/* 招聘详情页 - 应聘 */
.resume-box{
	border:1px solid #dedede;;
	padding:10px 15px 15px 15px;
	margin:0 0 0 30px;
}
.resume-box:before{
	content:"投递简历";
	display:block;
	border-bottom:1px dashed #dedede;
	padding:0 0 6px 0;
	margin: 0 0 20px 0;
	color:#505050;
	font-weight:bold;
}


/* 搜索结果 */
.search-list .title{
	font-size:18px;
	letter-spacing:1px;
	line-height:1;
	border-bottom:1px solid #dedede;
	padding:0 0 10px 0;
}
.search-list .title:before{
	content:"▌";
	color:#1DB048;
}
.search-list .search-item{
	padding:10px 0;
	border-bottom:1px dashed #dedede;
}
.search-list .search-item:before{
	content:"●";
	color:#1DB048;
}
.search-list .search-item a{
	font-size:14px;
	color:#505050;
}
.search-list .search-item a:hover,
.search-list .search-item a:focus{
	color:#1DB048;
}


/*右侧固定*/
.clearfix:after{content:"";display:block;clear:both;}
.fl{float:left;}
.fr{float:right;}
.tl{text-align:left;}
.tr{text-align:right;}
.tc{text-align:center;}
.color-white{color:white!important;}
.red{color:#fc8080!important;}
.fz12{font-size:12px;}
.fz14{font-size:14px;}
.wfs{width:100%;position:relative;}
.p_r{position:relative;}
.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#ed1b24;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#353535;}
.suspension .a-top:hover{background:#ed1b24;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d-qrcode .qrcode-img img{width:100px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px !important;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px !important;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:14px;color:#93959c;}