@charset "utf-8";
/* CSS Document */
/*--------/首页/--------*/
#banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#banner .swiper-slide {
	position: relative;
	background-size: cover;
	background-position: center top;
	-webkit-backface-visibility: hidden;
}
#banner .swiper-slide .banner-text-con {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	top: 32%;
}
#banner .swiper-slide .banner-text-con h4 {
	font-size: 3.8rem;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.6);
	color: #fff;
	font-weight: normal;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 10px;
}
#banner .swiper-slide .banner-text-con p {
	font-size: 2.0rem;
	color: #fff;
	line-height: 1.7;
}
#banner .swiper-slide .banner-text-con a.more {
	font-size: 1.5rem;
	color: #fff;
	background-color: #DA241B;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 6px 22px;
	display: inline-block;
	margin-top: 20px;
	transition: .2s ease-out;
}
#banner .swiper-slide .banner-text-con a.more:hover {
	background-color: #981913;
}
#banner .swiper-slide .banner-text-con p i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/dot.png) no-repeat;
	margin-right: 5px;
}
#banner .swiper-slide .banner-text-con p span {
	padding-right: 15px;
}
/*-----banner1-----*/
#banner .swiper-slide:nth-child(3n-2) .banner-text-con section {
	padding: 30px 20px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
}
/*-----banner2-----*/
/*#banner .swiper-slide:nth-child(3n-3) .banner-text-con section {
	float: right;
	text-align: right;
}*/
/*----------banner3---------*/
/*#banner .swiper-slide:nth-child(3n-2) .banner-text-con section {
	float: left;
	text-align: left;
}
#banner .swiper-slide:nth-child(3n-2) .banner-text-con section p{
	color:#3d3d3d;
}*/
/*---------------------------*/
#banner .swiper-slide .banner-text-con img {
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 5px 10px rgba(0,0,0,0.15);
	box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
#banner .pagination {
	position: absolute;
	z-index: 20;
	bottom: 3px;
	text-align: center;
	right: 0;
}
#banner img {
	max-width: 100%;
	display: block;
}
/*-------段落行间距-------*/
main#index > section {
	position: relative;
	padding: 50px 0;
}
/*--------首页小标题-----*/
main>section hgroup {
	width: 100%;
	text-align: center;
	margin: 0 auto 30px;
	text-transform: capitalize;
}
main>section hgroup>h2 span {
	font-size: 3rem;
	position: relative;
	font-family: "Arial";
	text-transform: uppercase;
	margin: 0 20px;
	color: #cbcbcb;
	height: 40px;
	line-height: 40px;
}
main>section hgroup>h2::after, main>section hgroup>h2::before {
	content: "";
	width: 40px;
	height: 2px;
	background: #e1e1e1;
	display: inline-block;
	vertical-align: top;
	margin-top: 19px;
}
main>section hgroup>h3 {
	display: block;
	height: 40px;
	line-height: 40px;
	margin-top: 4px;
	font-size: 28px;
	color: #222;
	font-weight: normal;
}
/*-----------第一部分-----------*/
#wrapper1 {
	display: block;
	position: relative;
	overflow: visible;
	background: url(../images/pro-bg.jpg) no-repeat center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;/*background: url(../images/zsb.jpg) no-repeat center top;*//*background: #fafafa;*/
	/*display: block;
	position: relative;
	overflow: visible;
	background: url(../images/wp1-bg.jpg) no-repeat center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
#wrapper1 > hgroup>h3 {
	color: #fff;
}
/*--------产品系列列表--------------*/
#wrapper1 .col {
	width: 25%;
	padding: 0 10px;
	text-align: center;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#wrapper1 .col:nth-of-type(2) {
	margin-bottom: 20px;
}
#wrapper1 .col section {
	text-align: center;
	position: relative;
	/*	overflow: hidden;
*/	border: 1px solid #DDDDDD;
}
/*#wrapper1 .col section:hover {
	border: 1px solid #555;
}*/
#wrapper1 .col section h3 {
	font-weight: normal;
	font-size: 1.6rem;
	padding: 10px 5px;
	margin: 0 auto;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	background: #f0f0f0;
}
#wrapper1 .col section::after {
	content: '';
	z-index: -1;
	bottom: -16px;
	width: 100%;
	height: 37px;
	left: 0;
	position: absolute;
	background: url(../images/winco07.png) center bottom no-repeat;
}
/*----------------------*/
#wrapper1 .col section > a {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
}
#wrapper1 .col section img {
	width: 100%;
	-webkit-transition: transform 0.3s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
}
#wrapper1 .col section > a:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
/*-----机房设备-----*/
#tabs-container {
	margin: 0 -10px;
}
/*-------合作伙伴-------*/




/*---------解决方案---------*/
#wrapper7 {
	background: url(../images/wp2-bg.jpg) no-repeat center top;
	background-size: cover;
}
#wrapper7 .case-list .col {
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.feature {
	transition: .3s;
	position: relative;
	box-shadow: 0 1px 0 0 rgba(0,0,0,.16);
}
.feature:hover {
	-webkit-box-shadow: 0 7px 15px rgba(0,0,0,.2);
	box-shadow: 0 7px 15px rgba(0,0,0,.2);
	-webkit-transform: translate(0, -8px);
	-ms-transform: translate(0, -8px);
	transform: translate(0, -8px);
	text-decoration: none;
}
.feature img {
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.feature h3 {
	font-size: 1.5rem;
	color: #333;
	font-weight: normal;
	padding: 0 18px;
	line-height: 46px;
	background: #fff url(../images/dot2.png) no-repeat 95%;
	width: 100%;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#wrapper7 .case-tab {
	text-align: center;
	margin-bottom: 30px;
}
#wrapper7 .case-tab a {
	border: 1px solid #7dc01d;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 15px;
	margin: 0 5px;
	font-size: 1.5rem;
	color: #666;
}
#wrapper7 .case-tab a:hover, #wrapper7 .case-tab a.active {
	background: #49B900;
	color: #fff;
}
/*--------产品系列列表--------------*/
#wrapper3 .news-list {
	margin: -15px -10px 0;
}
/*-----第二部分（公司简介）-----*/

#wrapper2 {
	background-color: #e7e7e8;/*display: block;
	position: relative;
	overflow: visible;
	background: url(../images/1528448112.jpg) no-repeat center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
#wrapper2 img {
	float: left;
	clear: right;
	background-color: #fff;
	margin-right: 30px;
	max-width: 100%;
	vertical-align: middle;
	/*	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
*/	padding: 4px;
	border: 1px solid #fff;
}
#wrapper2 .content {
	text-align: justify;
	text-justify: inter-ideograph;
}
#wrapper2 h2 {
	font-size: 2.6rem;
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: capitalize;
}
#wrapper2 p {
	font-size: 1.5rem;
	line-height: 1.7;
	margin-bottom: 15px;
}
#wrapper2 ul {
	margin-bottom: 20px;
}
#wrapper2 li {
	line-height: 2;
	font-size: 1.6rem;
	color: #666;
}
#wrapper2 li i {
	color: #0099e1;
	font-size: 14px;
	display: inline-block;
	padding-right: 15px;
	vertical-align: middle;
}
#wrapper2 .button {
	color: #fff;
}
#wrapper2 a.more {
	position: relative;
	display: inline-block;
	color: inherit;
	background-color: #8fc320;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.6rem;
	padding: .3em 1em;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
#wrapper2 a.more::after {
	font-family: FontAwesome !important;
	position: absolute;
	margin-left: -1em;
	right: 10px;
	opacity: 0;
	font-size: 1.8rem;
	font-weight: 400;
	font-style: normal;
	content: "\f101";
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
#wrapper2 a.more:hover {
	letter-spacing: 0px;
	padding-left: 0.7em;
	padding-right: 2em;
}
#wrapper2 a.more:hover:after {
	margin-left: 0;
	opacity: 1;
}
/*----新闻中心------*/
#wrapper3 {
	background-color: #F3F6FA;
}
#wrapper3 .news-list figure {
	width: calc(50% - 20px);
	float: left;
	display: inline;
	padding: 15px 0;
	margin: 0 10px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	border-bottom: 1px solid #eee;
}
#wrapper3 .news-list figure img {
	float: left;
	width: 30%;
	border: 1px solid #e8e8e8;
}
#wrapper3 .news-list figure figcaption {
	float: left;
	width: 70%;
}
#wrapper3 .news-list figure h3 {
	font-size: 1.8rem;
	width: 100%;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	padding-left: 20px;
	padding-top: 5px;
	font-weight: normal;
}
#wrapper3 .news-list figure h3 a:hover {
	text-decoration: underline;
}
/*----新闻列表内容-----*/
#wrapper3 .news-list figure figcaption p {
	line-height: 1.7;
	color: #888;
	padding: 5px 0px 5px 20px;
}
#wrapper3 .news-list figure figcaption>.pubtime {
	color: #888;
	padding-left: 20px;
}
/*-----------新闻中心-----------*/
#wrapper5 {
	padding: 50px 0 0 !important;
	display: block;
	position: relative;
	overflow: visible;
	background-color: #f2f3f5;
	/*	background: url(../images/wp5-bg.jpg) no-repeat center;*/
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;/*	background: url(../images/wp5-bg.jpg) no-repeat center top;*/
	/*background: url(../images/app-bg.jpg) no-repeat center bottom;*/
/*	background-color:#fff;
*//*	background: url(../images/news-bg.jpg) repeat center;
*/}
#wrapper5 .all-news {
	width: 100%;
	margin-bottom: 50px;
	justify-content: space-between;
}
#wrapper5 .all-news .tips {
	width: 180px;
	background: url(../images/pbg.jpg) repeat;
	line-height: 1.7;
	color: #999;
	padding: 50px 0 0 28px;
}
#wrapper5 .all-news .tips p.en {
	font-size: 3.6rem;
	font-family: Arial;
	color: #fff;
}
#wrapper5 .all-news .tips a.more {
	display: inline-block;
	color: #999;
	border: 1px solid #999;
	margin-top: 30px;
 -webkit-border-radius: .3rem;
 -moz-border-radius: .3rem;
 border-radius: .3rem;
 padding: .3rem 1rem;
}
#wrapper5 .all-news .tips a.more i {
	padding-left: 5px;
}
#wrapper5 .all-news .tips a.more:hover {
	color: #222;
	border: 0 none;
	background-color: #fff;
}
/*------左侧新闻列表----*/
#wrapper5 .all-news .left-box {
	width: 60%;
	background-color: #e2e5e8;
}
#wrapper5 .all-news .left-box ul {
	width: calc(100% - 180px);
	padding: 0 20px;/*	padding: 10px 0 0 20px;
*/}
#wrapper5 .all-news .left-box ul li {
	width: 100%;
	height: auto !important;
	overflow: hidden;
	margin-bottom: 12px;
	border-bottom: 1px solid #d8dadb;
	padding: 15px 0;
}
#wrapper5 .all-news ul li .news-time {
	width: 80px;
	color: #666;
	padding-right: 12px;
	border-right: 1px dashed #e0e0e0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper5 .all-news ul li .news-time p.news-day {
	font-weight: bold;
	font-size: 3rem;
	height: 40px;
	line-height: 40px;
}
#wrapper5 .all-news ul li .news-year {
	font-size: 1.4rem;
	height: 20px;
	line-height: 20px;
}
#wrapper5 .all-news ul li .news-title {
	padding-left: 12px;
	width: calc(100% - 80px);
}
#wrapper5 .all-news ul li .news-title h3 {
	font-size: 1.8rem;
	font-weight: normal;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	width: 100%;
	margin-bottom: 10px;
}
#wrapper5 .all-news ul li .news-title p {
	color: #666;
	font-size: 1.4rem;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	width: 100%;
}
#wrapper5 .all-news ul li .news-title a:hover {
	text-decoration: underline;
}
/*------------右侧联系我们----------------*/
#wrapper5 .all-news .right-box {
	width: calc(40% - 20px);
	margin-left: 20px;
	background-color: #e2e5e8;
}
#wrapper5 .right-box h3 {
	font-size: 2.4rem;
	font-weight: normal;
	position: relative;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #222;
	margin: 15px 0 30px;
	padding-left: 20px;
}
#wrapper5 .right-box h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3px;
	height: 28px;
	background: #222;
}
#wrapper5 .right-box ul {
	padding: 0 20px;
}
#wrapper5 .right-box ul li {
	line-height: 1.7;
	padding-left: 25px;
	margin-bottom: 5px;
	position: relative;
}
#wrapper5 .right-box ul li i {
	color: #222;
	left: 0;
	position: absolute;
	top: 4px;
	width: 15px;
	text-align: center;
}
#wrapper5 .right-box ul li i.fa-mobile {
	font-size: 130%;
}
/*----- /公司简介/-------*/
#content .left-info {
	padding: 30px;
}
#content .profile {
	font-size: 1.6rem;
	line-height: 1.7;
}
#content .profile > ul, .details .tab-content ul {
	margin-bottom: 1.5rem;
}
#content .profile > ul > li, .details .tab-content ul > li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 15px;
}
#content .profile ul > li > p {
	margin-left: -15px;
}
#content .profile > ul > li span, .details .tab-content ul >li span {
	font-size: 1.6rem;
	font-weight: 600;
}
#content .profile h2, #content .profile h3 {
	font-weight: 600;
}
#content .profile h2 {
	font-size: 2rem;
	margin-bottom: 10px;
}
#content .profile h3 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
#content .profile p {
	margin-bottom: 15px;
}
#content .profile table p {
	margin-bottom: 0;
}
#content .profile img[align*="left"] {
	margin-right: 15px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}
*------/产品列表/-------*/
#content ul.product-list {
	margin: 0 -10px;
	padding: 20px;
}
#content ul.product-list li {
	width:25%;
	height: 100%;overflow: hidden;
	margin-bottom: 25px;
}
#content ul.product-list li section {
	text-align: center;
	margin: 0 10px;
}
/*#content ul.product-list img:hover {

    transform: scale(1.3);

}*/

#content ul.product-list li img {
	width: 100%;transform: scale(1);
transition: all .5s;
}
#content ul.product li a {
	background: #ddd;
	padding: 1px;
	display: block;
}
#content ul.product li a:hover {
	background: #da241b;
	color: #fff;
}
#content ul.product >li h3 {
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 72px;
	padding: 0 10px;
	margin: 0 auto;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}

/*-----/产品简介页/-----*/
#content .pro-info {
	padding: 20px;
}
#content .panel {
	height: auto !important;
	overflow: hidden;
	margin: 0 auto 20px;
}
#content .panel .fl {
	width: 400px;
	float: left;
	display: inline;
}
#content .panel .fr {
	width: calc(100% - 400px);
	float: left;
	display: inline;
	padding-left: 20px;
	font-size: 1.5rem;
}
#content .panel .fr > h2 {
	font-size: 2.4rem;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	position: relative;
	border-bottom: 1px solid #cacaca;
}
/*-------产品详情页--------*/
#content .details {
	clear: both;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	font-size: 1.5rem;
}
#content .nav-about {
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
#content .nav-about i {
 font-size: .8rem;
	margin-right: 8px;
	vertical-align: middle;
}
/*----旋转木马轮播---*/
#content .profile .company-active {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.company-active .col {
	text-align: center;
	padding: 0 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.company-active .col .single-brand {
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.company-active .col .single-brand img {
	width: 100%;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: transform 0.6s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.6s ease 0s;
	-o-transition: transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
}
.company-active .col .single-brand:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.company-active .col .single-brand .cover {
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 28px;
	height: 28px;
	background-color: rgba(51, 51, 51, 0.6);
}
/*------新闻列表与详情页-----*/
#content hgroup {
	height: auto !important;
	overflow: hidden;
	padding: 20px;
}
#content hgroup > figure:first-child {
	padding-top: 0;
}
#content hgroup > figure {
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
	padding: 20px 0;
}
#content hgroup>figure:hover {
	background-color: #f8f8f8;
}
#content hgroup>figure:last-child {
	margin-bottom: 0;
}
/*-----新闻列表标题-----*/
#content hgroup>figure img {
	float: left;
	width: 25%;
	border: 1px solid #e8e8e8;
}
#content hgroup>figure figcaption {
	float: left;
	width: 75%;
}
#content hgroup>figure h3 {
	font-weight: normal;
	padding-left: 15px;
	font-size: 1.8rem;
}
#content hgroup>figure h3 a {
	width: 100%;
	display: inline-block;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#content hgroup>figure>figcaption>span {
	color: #999;
	padding-left: 15px;
}
/*----新闻列表内容-----*/
#content hgroup>figure figcaption p {
	line-height: 1.65;
	padding: 0 15px 10px;
	color: #999;
}
#content hgroup>figure figcaption p a {
	color: #e13c00;
}
/*-------新闻详情页----*/
#content .news-info {
	margin: 0 auto;
	padding: 30px;
}
#content .news-info header {
	text-align: center;
}
#content .news-info header h1 {
	font-size: 2.8rem;
	font-weight: normal;
	margin-bottom: 10px;
}
#content .news-info header p.p1 {
	line-height: 28px;
	font-size: 1.3rem;
	border-bottom: 1px dotted #959595;
	padding-bottom: 10px;
}
#content .news-info header p.p1 time, #content .news-info header p.p1 span {
	padding-right: 10px;
}
#content .news-info header p.p2 {
	font-size: 1.3rem;
	line-height: 18px;
	margin-bottom: 10px;
	width: 100%;
	color: #BDBDBD;
	border-bottom: 1px solid #CCDFE5;
	padding-bottom: 5px;
}
/*------文章内容----*/
.news-info .news-body {
	padding: 20px 0px 20px 0px;
	line-height: 1.7;
	font-size: 1.6rem;
}
.news-info .news-body .proimgs {
	text-align: center;
	margin-bottom: 25px;
}
.news-info .news-body .proimgs img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
}
.news-info .news-body .prodes {
	height: auto !important;
	overflow: hidden;
}
.news-info .news-body p {
	margin-bottom: 20px;
}
.news-info .news-body img {
	max-width: 100%;
	vertical-align: middle;
}
.news-info .news-body a {
	color: #094B9F;
}
.news-info .news-body a:hover {
	text-decoration: underline;
	color: #094B9F;
}
.news-info .news-body h3 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.news-info .news-body h4 {
	font-size: 1.5rem;
	margin-bottom: 8px;
}
.news-info .news-body h3, .news-info .news-body h4 {
	font-weight: 600;
}
/*-----联系我们-----*/
.contact img {
	max-width: none;
}
.footer-right {
	float: right;
	width: 10%;
}
footer .footer-nav {
	width: 70%;
	text-align: left;
	margin-left: 20px;
}
footer .footer-nav p {
	text-align: left;
	margin-top: 0;
}
.lower_banner {
	position: relative;
	height: 510px;
	overflow: hidden;
}
.lower_banner .img_box {
	position: relative;
	width: 100%;
	height: 510px;
}
.lower_banner .img_box>img {
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
	max-width: none;
}
.lower_banner h1.cat_tit {
	width: 100%;
	position: absolute;
	top: 40%;
	font-size:26px;
	color: #fff;
	text-align: center;
	line-height: 1;
}
.lower_banner .pos {
	width: 100%;
	position: absolute;
	top: 55%;
	text-align: center;
	font-size: 14px;
	color: #cecfd0;
	font-weight: normal;
}
.lower_banner .pos span {
	padding: 0 5px;
}
.lower_banner .pos a {
	color: #cecfd0
}
.sec_cat {
	font-size: 16px;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
	height: 73px;
	overflow: hidden;
}
.sec_cat a {
	display: inline-block;
*display:inline;
*zoom:1;
	line-height: 70px;
	padding: 0 4px;
	margin: 0 34px;
}
.sec_cat a.cur {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 4px solid #f7ac1b
}
.sec_cat {
	font-size: 16px;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
	height: 73px;
	overflow: hidden;
}
.sec_cat a {
	display: inline-block;
*display:inline;
*zoom:1;
	line-height: 70px;
	padding: 0 4px;
	margin: 0 34px;
}
.sec_cat a.cur {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 4px solid #da241b;
	float: left;
}
.wrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.company {
	overflow: hidden;
}
.company .num_box {
	width: 100%;
	background: url(../images/company_numbg.jpg) center center no-repeat;
	padding: 100px 0 80px;
	margin: 60px 0;
}
.company .num_box li {
	width: 33.33333%;
	text-align: center;
}
.company .num_box .num_con {
	padding-bottom: 15px;
}
.company .num_box .num_con .number {
	font-size: 45px;
	font-weight: 800;
	color: #000;
	line-height: 1;
	font-family: Arial;
}
.company .num_box .num_con .text {
	font-weight: bold;
	font-size: 15px;
	color: #000;
	line-height: 1;
	margin-left: 10px;
}
.company .num_box .num_con .info {
	font-size: 12px;
	color: #553d12;
	font-weight: bold;
}
.company .bjk_top {
	margin-top: 0px;
	font-size: 16px;
	line-height: 2;
}
.company .bjk_2 {
	margin-bottom: 60px;
	font-size: 16px;
	line-height: 2;
}
.equiplist {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.equiplist li {
	width: 23%;
	margin-bottom: 40px;
}
.equippic {
	padding: 2px;
	border: 1px solid #cccbcb;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.equippic img {
	max-width: 100%;
	max-height: 100%;
}
.equipname {
	text-align: center;
	margin-top: 10px;
}
.equipname h1, .equipname h2 {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}
.equiplist li:hover .equippic {
	border-color: #da241b;
}
.equiplist li:hover .equipname {
	color: #da241b;
}
.equiplist li:hover .equipname h1 {
	font-weight: bold;
	color: #da241b;
}
.equiplist li:hover .equipname h2 {
	color: #da241b;
}
.honorlist li .equippic {
	height: auto;
}
.pages {
	padding: 30px 0;
	text-align: center;
	margin-bottom: 0px;
}
.pages a {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #bfbfbf;
	color: #999999;
	font-size: 14px;
}
.pages a.active {
	background: #da241b;
	color: #fff;
	border-color: #da241b;
}
.applicationdemo_r {
	width: 100%;
	float: left;
}
.applicationmainlist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.applicationmainlist li {
	width: 32.26%;
	background-color: #fff;
	padding: 10px 10px 0;
	border: 1px solid #e1e2e2;
	margin-bottom: 40px;
	box-shadow: 0 10px 5px -5px #ccc;
}
.applicationmainlist li img {
	width: 100%;
}
.applicationmainlist li p {
	font-size: 18px;
	color: #333333;
	height: 56px;
	line-height: 56px;
	text-align: center;
}
.applicationdemo_r {
	float: left;
}
.pgnewslist li {
	border: 1px solid #e6e6e6;
	padding: 2%;
	background-color: #fff;
	transition: 0.2s all;
	margin-bottom: 20px;
	margin-top: 40px;
}
.pgnewslitop {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pgnewslitop .pgnewspic {
	width: 30%;
}
.pgnewslitop .pgnewspic img {
	width: 100%;
}
.pgnewslitop .pgnewstext {
	width: 67%;
}
.pgnewslitop .pgnewstext h1 {
	font-size: 18px;
	color: #666666;
	line-height: 1;
	transition: 0.2s all;
}
.pgnewslitop .pgnewstext p {
	font-size: 14px;
	color: #666666;
	line-height: 2;
	margin-top: 20px;
}
.pgnewslibot {
	display: flex;
	justify-content: flex-end;
}
.pgnewslibot a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 159px;
	height: 40px;
	font-size: 14px;
	color: #c2c2c2;
	border: 1px solid #b6b6b6;
	transition: 0.2s all;
}
.pgnewslist li:hover {
	border-color: #da241b;
}
.pgnewslist li:hover .pgnewslitop .pgnewstext h1 {
	color: #da241b;
}
.pgnewslist li:hover .pgnewslibot a {
	border-color: #da241b;
	color: #da241b;
}
.xwdtmain {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0px 0 20px;
}
.xwdtmain .detailcontent {
	margin: 0;
	width: 73.5%;
}
.newstitle {
	text-align: center;
}
.newstitle h1 {
	font-size: 24px;
	color: #333333;
	line-height: 1;
	padding: 30px 0 20px;
	border-bottom: 1px solid #e0e0e0;
}
.newstitle h2 {
	font-size: 12px;
	color: #999999;
	line-height: 1;
	padding-top: 20px;
}
.newsdetailmain {
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 2;
}
.newsdetailmain img {
	margin: 40px auto;
	max-width: 100%;
}
.backdemo {
	margin-top: 0px;
	padding-bottom: 30px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
}
.backbtn {
	display: block;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #f9f9f9;
	background: #da241b;
}
.backbtn:hover {
	background-color: #000;
}
.backdemo a:HOVER {
	color: #FFF;
}
.pvntdemo {
	margin-top: 25px;
}
.pvntdemo p {
	line-height: 2.5;
	font-size: 14px;
	color: #666666;
}
.pvntdemo p a {
	font-size: 14px;
	color: #666666;
}
.xwdtrightdemo {
	width: 23.25%;
	padding-top: 30px;
}
.xwdtrightbox {
	margin-bottom: 30px;
}
.xwdtrightbox h1 {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	height: 46px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	background: #333;
}
.xwdtrightboxbot {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.xwdtreccp li {
	margin-bottom: 1px;
}
.xwdtreccp li h2 {
	background: #eeeeee;
	height: 32px;
	font-size: 12px;
	color: #333333;
	line-height: 32px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xwdtreccp li .reccppic {
	width: 100%;
}
.xwdtreccp li .reccppic img {
	width: 100%;
}
.xwdtreccp li .xwdtreccpbot {
	display: none;
	padding-top: 10px;
}
.xwdtreccp li .xwdtreccpbot p {
	line-height: 35px;
	font-size: 12px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xwdtreccp li:nth-child(1) .xwdtreccpbot {
	display: block;
}
.xwdtreccp li:nth-child(1) h2 {
	display: none;
}
.pgrecnews li {
	padding-left: 15px;
	background: url(../images/recnewsicon.png) no-repeat;
	background-size: 4px 7px;
	background-position: left top 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 36px;
}
.pgrecnews li a {
	font-size: 14px;
	color: #666666;
	line-height: 1;
}
.contactbot {
	margin-top: 0px;
}
.contactbot > h1 {
	font-size: 24px;
	color: #2563a1;
	line-height: 1;
	font-weight: bold;
}
.contactinpdemo {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0px;
}
.contactinpdemo_l {
	width: 37.75%;
}
.contactinprow {
	width: 100%;
	height: 40px;
	border: 1px solid #e7e7e7;
	margin-bottom: 20px;
}
.contactinprow:last-child {
	margin-bottom: 0;
}
.contactinprow input {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	outline: none;
}
.contactinpdemo_r {
	width: 58%;
}
.contactinpdemo_r textarea {
	display: block;
	width: 100%;
	height: 100%;
	resize: none;
	border: 1px solid #e7e7e7;
	outline: none;
	padding: 15px;
	line-height: inherit;
	box-sizing: border-box;
}
.tijiaobtn {
	display: block;
	width: 120px;
	height: 40px;
	background: #da241b;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 30px;
	outline: none;
}
.contactinpdemo_r textarea {
	display: block;
	width: 100%;
	height: 100%;
	resize: none;
	border: 1px solid #e7e7e7;
	outline: none;
	padding: 15px;
	line-height: inherit;
	box-sizing: border-box;
}
.joinUs {
	padding-top: 0px;
}
.joinUs .l_recruit_t {
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
	height: 118px;
	background: #fff;
	cursor: pointer;
	border-left: 3px solid #da241b;
	position: relative;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.joinUs .l_recruit_t span {
	display: block;
	float: left;
	margin-left: 30px;
}
.joinUs .l_recruit_t span h2 {
	display: block;
	height: 40px;
	line-height: 40px;
	margin-top: 22px;
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
}
.joinUs .l_recruit_t span h5 {
	display: block;
	height: 24px;
	line-height: 24px;
	margin-top: 5px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
.joinUs .l_recruit_t font {
	display: block;
	float: right;
	margin: 32px 40px 0 0;
	font-size: 14px;
	color: #808080;
	padding-right: 50px;
	position: relative;
}
.joinUs .l_recruit_t font::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 4px;
	background: url(../images/img_recruit_1.png) no-repeat center/100% 100%;
	width: 28px;
	height: 15px;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.joinUs .l_recruit_t i {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 40px;
	opacity: 0;
	filter: alpha(opacity=00);
	z-index: 9;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.joinUs .l_recruit_t i::before {
	content: "";
	display: block;
	float: left;
	width: 100%;
	height: 1px;
	background: #e6e6e6;
}
.joinUs .l_recruit_t.on font::after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.joinUs .l_recruit_t.on i {
	opacity: 1;
	filter: alpha(opacity=100);
}
.joinUs .l_recruit_d {
	display: none;
	float: left;
	width: 100%;
	background: #f7f7f7;
	border-left: 3px solid #da241b;
	position: relative;
	padding: 20px 30px 30px 30px;
	line-height: 34px;
	font-size: 14px;
	color: #4c4c4c;
}
.joinUs .l_recruit_d h4 {
	display: block;
	line-height: 38px;
	height: 38px;
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
.joinUs .l_recruit_d .span {
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
.joinUs .l_recruit_d .span a.yx {
	font-weight: normal;
	color: #b41628;
}
.joinUs .l_recruit_d .span a.yx:hover {
	text-decoration: underline;
}
.joinUs .l_recruit_d .span .button {
	display: block;
	float: right;
	background: #b41628;
	margin: -1px 10px 0 0;
	width: 155px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	outline: none;
	font-weight: normal;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.joinUs > div .button:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.ptop {
	width: 100%;
	float: left;
}
.ptop_a {
	width: 100%;
	float: left;
}
.ptop_a_left {
	width: 45%;
	float: left;
}
.ptop_a_right {
	width: 53%;
	float: right;
	margin-top: 20px;
}
.ptop_a_right h2 {
	width: 100%;
	float: left;
	border-bottom: solid 1px #ccc;
	padding-bottom: 15px;
}
.ptop_a_right h3 {
	width: 100%;line-height:25px;
	float: left;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
	font-weight: normal;
}
.ptop_a_right h4 {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
	font-weight: normal;
}
.ptop_a_right h4 a {
	background-color: #2459b0;
	width: 100px;
	text-align: center;
	float: left;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 5px;
}
.ptop_b {
	width: 100%;
	float: left;
	margin-top: 0px;
}
.cpdetailbox {
	padding-bottom: 50px;
}
.cpdetailtitle {
	background: #293035;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	margin-bottom: 30px;
}
.cpdetailtitle h1::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(99%);
	width: 0;
	height: 0;
	border-top: 19px solid #293035;
	border-bottom: 19px solid #293035;
	border-left: 14px solid #da241b;
}
.cpintro {
	font-size: 14px;
	color: #666666;
	line-height: 2;
}
.cpdetailtitle h1 {
	background: #da241b;
	font-weight: bold;
	display: inline-block;
	padding: 0 45px 0 30px;
	position: relative;
	font-size: 18px;
}
.jkj {
	font-size: 16px;
	line-height: 30px;
}
.ptop {
	padding-left: 15px;
	padding-right: 15px;
}
.ny_title {
	text-align: center;
}
.title span {
	font-size: 70px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: arial;
	line-height: 0;
	color: #ecefee;
	margin-left: -5px;
}
.title h3 {
	color: #333333;
	font-size: 30px;
	margin-top: -48px;
}
.feedback ol {
	margin-top: 40px;
}
.feedback ol li {
	float: left;
	background: #fff;
	width: 32%;
	position: relative;
	border: 1px solid #e2e2e2;
	margin-bottom: 2%;
	margin-right: 2%;
}
.feedback ol li:nth-child(3), .feedback ol li:nth-child(5), .feedback ol li:nth-child(6), .feedback ol li:last-child {
	margin-right: 0;
}
.feedback ol li:nth-child(4), .feedback ol li:nth-child(5) {
	width: 49%;
}
.feedback ol li:nth-child(5) {
	float: right;
}
.feedback ol li:nth-child(6) {
	width: 100%;
}
.feedback ol li:last-child {
	border: none;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}
.feedback ol li input {
	border: none;
	background: none;
	width: 100%;
	padding: 0 15px;
	-webkit-appearance: none;
	height: 50px;
	line-height: 50px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666666;
}
.feedback ol li textarea {
	width: 100%;
	border: none;
	background: none;
	height: 150px;
	font-family: "微软雅黑";
	-webkit-appearance: none;
	font-size: 16px;
	padding: 15px;
	color: #666666;
}
.feedback ol li .btn {
	float: none;
	margin: 0 auto;
	width: 170px;
	padding: 0;
	background: none;
	font-size: 20px;
	color: #fff;
	background-color: #666;
	border: 1px solid #666;
	font-family: "微软雅黑";
	border-radius: 3px;
}
.feedback ol li .btn:hover {
	background-color: #da241b;
	border: 1px solid #da241b;
}
.chio {
	background-color: #fff;
	padding-left: 25px;
	padding-right: 25px;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
}
.chio_left {
	width: 45%;
	float: left;
}
.chio_right {
	width: 50%;
	float: right;
}
.chio_right img {
	max-width: 100%;
}



.process{width:100%;float:left; background-color:#fff;}


.process .center {

    width: 1200px;
    margin: 0 auto;
    position: relative;
}.process ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 24px 0;
    width: 16%;
    text-align: center;
    border-right: 1px solid #ddd;
}.process ul li.hover:nth-child(1) {
    background: #333;
}
.process ul li:hover{ background: #333;}

.process ul li:hover a, .process ul li.hover a {
    color: #fff;
}
.process ul li a {
    font-size: 20px;
    color: #333;
/*    margin-left: 18%;*/
}

.process ul li:hover::after, .process ul li.hover::after {
    display: block;
}
.process ul li::after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    left: 50%;
    margin-left: -5px;
    content: '';
    display: none;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background: #333;
    transition: all .5s;
}


.process ul li:hover::after, .process ul li.hover::after {
    display: block;
}
.process ul li::after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    left: 50%;
    margin-left: -5px;
    content: '';
    display: none;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background: #333;
    transition: all .5s;
}



.product {
    width: 100%;
    overflow: hidden;margin-top:40px;

}.product .list {

    margin-bottom: 40px;

}

.product .list > a {

    font-size: 16px;

    color: #888;

    margin-right: 4%;

}

.product .list > a:hover, .product .list > a.hover {

    color: #333;

}




 @media (max-width:800px) {
#wrapper5 .all-news .left-box {
	width: 100%;
}
#wrapper5 .all-news .right-box {
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
}
#wrapper1 .col {
	width: 50%;
	margin-bottom: 20px;
}
#wrapper7 .case-list .col {
	width: 50%;
}
}
 @media (max-width:1200px) {
.wrap {
	width: 100%;
}
.company .bjk_top {
	padding-left: 15px;
	padding-right: 15px;
}
footer .footer-left {
	width: 85%;
}
footer .footer-nav {
	width: 80%;
}
footer .footer-logo img {
	max-height: 50px;
}
}
 @media screen and (max-width: 1000px) {
footer .footer-left {
	width: 100%;
	padding: 0;
}
footer .footer-logo {
	width: 100%;
	text-align: center;
	border: none;
	padding-right: 0;
}
footer .footer-logo img {
	max-height: 80px;
}
footer .footer-nav {
	width: 100%;
	padding-left: 0;
	margin-top: 15px;
	text-align: center;
	float: left;
	line-height: 40px;
}
footer .footer-nav p {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
}
.footer-right {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
}
}
 @media screen and (max-width: 800px) {
.lower_banner {
	position: relative;
	height: 310px;
	overflow: hidden;
}
.lower_banner .img_box {
	position: relative;
	width: 100%;
	height: 310px;
}
.lower_banner h1.cat_tit {
	font-size: 20px;
}
.ptop_a_left {
	width: 100%;
}
.ptop_a_right {
	width: 100%;
	margin-bottom: 20px;
}
}
 @media screen and (max-width: 640px) {
	  .process ul li a{ font-size:16px;}
	 .product .list > a{ font-size:14px;}
.feedback ol li {
	width: 100%;
}
.lower_banner h1.cat_tit {
	font-size: 20px;
}
.xwdtmain .detailcontent {
	width: 100%;
}
.xwdtrightdemo {
	width: 100%;
}
.equiplist li {
	width: 48%;
}
.equiplist li:nth-child(2n) {
	float: right;
}
.applicationmainlist li {
	width: 48%;
}
.applicationmainlist li:nth-child(2n) {
	float: right;
}
.pgnewslitop .pgnewspic {
	width: 100%;
	float: left;
}
.pgnewslitop .pgnewstext {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.pgnewslitop {
	display: block;
}
.pgnewslibot {
	display: block;
}
.chio_left {
	width: 100%;
}
.chio_right {
	width: 100%;
}
}
