@charset "utf-8";
/* CSS Document */
/*--------/首页/--------*/
#banner {
	width: 100%;
	height: 100%;
}
#banner .swiper-slide {
	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;
}
#banner .swiper-slide {
	position: relative;
	background-size: cover;
	background-position: center top;
	-webkit-backface-visibility: hidden;
}
#banner .swiper-slide .banner-text-con {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 650px;
	margin-left: -325px;
	background: rgba(0,0,0,0.2);
	padding: 40px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 3px solid #5BC2CE;
	border-right: 3px solid #5BC2CE;
}
#banner .swiper-slide .banner-text-con section {
	text-align: center;
}
#banner .swiper-slide .banner-text-con h4 {
	font-weight: 600;
	font-size: 4.2rem;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.6);
	color: #fff;
	position: relative;
	letter-spacing: .5rem;
}
#banner .banner-shadow {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}
/*---------------------------*/
#banner .pagination {
	position: absolute;
	z-index: 20;
	bottom: 3px;
	text-align: center;
	right: 0;
}
#banner img {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	display: block;
}
/*-------段落行间距-------*/
main#index > section {
	position: relative;/*padding: 60px 0;*/
}
/*--------首页小标题-----*/
main > section hgroup {
	width: 100%;
	text-align: center;
	margin: 0 auto 30px;
	text-transform: capitalize;
}
main > section hgroup > h2 {
	font-size: 3rem;
	font-weight: normal;
	padding-bottom: 20px;
	position: relative;
}
main > section hgroup > h2::after {
	background: #dd2828 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -35px;
	position: absolute;
	width: 70px;
}
/*-----首页选项滑动特效----*/
#tabs {
	margin-bottom: 3rem;
}
#tabs .swiper-wrapper {
	border-bottom: none;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
#tabs .swiper-wrapper .swiper-slide a {
	background: #fff;
	color: #76838f;
	padding: 8px 25px;
	position: relative;
	display: block;
	white-space: nowrap;
	border: #d2d2d2 1px solid;
	font-size: 1.4rem;
	margin-right: 5px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#tabs .swiper-wrapper .swiper-slide:last-child a {
	margin: 0;
}
#tabs .swiper-wrapper .swiper-slide a:hover {
	border-color: #dd2828;
	color: #dd2828;
}
/*-----内页选项滑动特效----*/
#tabs {
	margin-bottom: 3rem;
}
#tabs .swiper-wrapper {
	border-bottom: none;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
#tabs .swiper-wrapper .swiper-slide a {
	background: #fff;
	color: #76838f;
	padding: 8px 25px;
	position: relative;
	display: block;
	white-space: nowrap;
	border: #d2d2d2 1px solid;
	font-size: 1.4rem;
	margin-right: 5px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#tabs .swiper-wrapper .swiper-slide:last-child a {
	margin: 0;
}
#tabs .swiper-wrapper .swiper-slide a:hover {
	border-color: #dd2828;
	color: #dd2828;
}
/* swiper水平滚动导航 */
.swiper-navtab.swiper-container-horizontal .swiper-scrollbar {
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
}
.swiper-navtab.swiper-container-horizontal .swiper-scrollbar-drag {
	background: rgba(0, 0, 0, 0.2);
}
.swiper-navtab .swiper-wrapper {
	width: auto;
}
.swiper-navtab .swiper-wrapper.flex-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
.swiper-navtab .swiper-slide {
	width: auto;
}
.swiper-navtab .swiper-container {
	z-index: 3;
}
/*-----产品列表-----*/
/*#tabs-container {
	margin: 0 -10px;
}*/
/*-----------第一部分-----------*/
#wrapper1 {
	margin-bottom: 50px;
}
#wrapper1 > .container {
	/*max-width: 90%;*/
	position: relative;
}
#wrapper1 ul.item-list {
	width: 100%;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#wrapper1 ul.item-list li.col {
	width: 33.33333333333%;
	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 ul.item-list li.col:nth-child(3n-2) {
	background-color: #f4f4f4;
}
#wrapper1 ul.item-list li.col:nth-child(3n-1) {
	background-color: #F7F8F9;
}
#wrapper1 ul.item-list li.col:nth-child(3n) {
	background-color: #f4f4f4;
}
#wrapper1 ul.item-list li section {
	padding: 6rem 4rem;
}
#wrapper1 ul.item-list li section .featured-icon {
	font-size: 3.8rem;
	margin-bottom: 10px;
}
#wrapper1 ul.item-list li section > h3 {
	color: #404040;
	font-size: 2.2rem;
	font-weight: normal;
}
#wrapper1 ul.item-list li section > h3::after {
	content: '';
	display: block;
	height: 2px;
	width: 25px;
	background: #5bc2ce;
	margin: 1rem 0px 2rem;
}
#wrapper1 ul.item-list li section p {
	font-size: 1.5rem;
	line-height: 1.6;
	color: #555;
}
#wrapper1 ul.product-list {
	width: 100%;
}
#wrapper1 ul.product-list li {
	padding: 0 1rem;
	height: 100%;
	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;
	margin-bottom: 30px;
}
#wrapper1 .pro-more {
	position: relative;
	margin: 0 auto;
	height: 40px;
}
#wrapper1 ul.product-list li section {
	border: 1px solid #ddd;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
#wrapper1 ul.product-list li section:hover a {
	color: #dd2828;
}
#wrapper1 ul.product-list li section h3 {
	text-align: center;
	font-weight: normal;
	font-size: 1.5rem;
	margin: 0 auto;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	padding: 15px 10px;
	text-transform: capitalize;
}
#wrapper1 ul.product-list li section h3 > i {
	position: absolute;
	right: 15px;
	font-size: 130%;
}
#wrapper1 ul.product-list li section > a {
	display: block;
}
#wrapper1 ul.product-list li section .img {
	overflow: hidden;
	position: relative;
	border-bottom: 1px rgba(0,0,0,.15) solid;
	transition: .5s;
}
#wrapper1 ul.product-list li section .img img {
	width: 100%;
	display: block;
	-webkit-transition: transform 0.5s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.5s ease 0s;
	-o-transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
}
#wrapper1 ul.product-list li section a:hover .img {
	border-bottom: 1px #dd2828 solid;
}
#wrapper1 ul.product-list li 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);
}
/*-------第二部分（公司简介）----------*/
#wrapper2 {
	margin-bottom: 50px;
}
#wrapper2 h2 {
	font-size: 2.6rem;
	text-transform: capitalize;
	position: relative;
	font-weight: normal;
}
#wrapper2 h2::after {
	content: '';
	display: block;
	height: 2px;
	width: 25px;
	background: #5bc2ce;
	margin: 1rem 0px 2rem;
}
#wrapper2 .content p {
	font-size: 1.5rem;
	line-height: 1.8;
}
#wrapper2 .content p:not(:last-child) {
	margin-bottom: 1.5rem;
}
#wrapper2 .player {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1rem;
}
/*----查看更多----*/
#wrapper2 .button {
	color: #fff;
}
#wrapper2 a.more {
	position: relative;
	display: inline-block;
	color: inherit;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	border-radius: .5rem;
	font-size: 1.5rem;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
#wrapper2 a.more {
	color: #fff;
	background-color: #dd2828;
	padding: .35em 1.2em;
}
#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: 1.2em;
	padding-right: 2em;
}
#wrapper2 a.more:hover:after {
	margin-left: 0;
	opacity: 1;
}
/*-----------新闻和联系我们-----------*/
#wrapper5 .col {
	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;
}
#wrapper5 .single-post {
	overflow: hidden;
	border: 1px solid #ddd;
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#wrapper5 .single-post:hover {
	border: 1px solid #dd2828;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
#wrapper5 .single-post img {
	width: 100%;
}
#wrapper5 ul.post-date {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 55px;
	text-align: center;
	z-index: 99;
}
#wrapper5 ul.post-date li {
	height: 24px;
	line-height: 24px;
}
#wrapper5 ul.post-date li:first-child {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2rem;
	background: #fff;
	color: #dd2828;
}
#wrapper5 ul.post-date li:last-child {
	color: #fff;
	background: #dd2828;
}
#wrapper5 .post-content {
	padding: 30px;
}
#wrapper5 .post-content h2 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#wrapper5 hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1)
}
#wrapper5 p {
	font-size: 1.4rem;
	color: #666;
	line-height: 1.8;
	margin-bottom: 20px;
	height: 75px;
	overflow: hidden;
}
#wrapper5 .post-content .btn {
	position: relative;
	text-transform: capitalize;
	border: 1px solid #dd2828;
	padding: 6px 28px;
	overflow: hidden;
	color: #31333e;
}
#wrapper5 .post-content .btn:hover {
	background-color: #dd2828;
	color: #fff;
}
/*------内容公共代码-----*/
#content .main-body {
	line-height: 1.8;
	font-size: 1.6rem;
}
/*-----主体搜索-----*/
#content .main-body form {
	position: relative;
	margin-bottom: 1.5rem;
}
#content .main-body form input[type="search"] {
	color: #404040;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	height: 46px;
	width: 100%;
	max-width: 300px;
}
/*-----头部搜索按钮----*/
#content .main-body form input[type="submit"] {
	font-size: 1.4rem;
	background: #5bc2ce;
	padding: 0 30px;
	color: #FFF;
	border: 0;
	line-height: 46px;
	height: 46px;
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	border-radius: .2rem;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#content .main-body form input[type="submit"]:hover {
	background: #52aeb9;
}
#content .contact img {
	max-width: none;
}
#content .contact i {
	margin-right: 10px;
}
#content .main-body .player {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1rem;
}
#content .main-body p:not(:last-child) {
	margin-bottom: 15px;
}
#content .main-body a {
	/*color: #dd2828;*/
	text-decoration: none;
}
#content .main-body a:hover {
	text-decoration: underline;
}
#content .main-body h2, #content .main-body h3, #content .main-body h4 {
	color: #333;
	font-weight: bold;
	margin-bottom: 1rem;
}
#content .main-body > ul {
	margin-bottom: 1.5rem;
}
#content .main-body > ul > li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 15px;
}
#content .main-body > ul > li > p {
	margin-left: -15px;
}
#content .main-body table p {
	margin-bottom: 0;
}
#content .main-body img {
	max-width: 100%;
	vertical-align: middle;
}
#content .main-body img[align*="left"] {
	margin-right: 15px;
}
#content .main-body img[align*="right"] {
	margin-left: 15px;
}
/*------公司简介图片-------*/
#content ul.gallery {
	padding-top: 20px;
}
#content ul.gallery li section h3 {
	font-size: 1.5rem;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: -38px;
	padding: 0;
	width: 100%;
	text-align: center;
	line-height: 35px;
	height: 35px;
	background-color: rgba(51, 51, 51, 0.68);
}
/*------/产品列表/-------*/
#content ul.product-list {
	width: 100%;
}
#content ul.product-list li {
	width: 33.33333333%;
	padding: 0 10px;
	height: 100%;
	margin-bottom: 20px;
	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;
}
#content ul.product-list li section {
	border: 1px solid #ddd;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
#content ul.product-list li section:hover a {
	color: #dd2828;
}
#content ul.product li section h3 {
	font-weight: normal;
	text-align: center;
	font-size: 1.5rem;
	margin: 0 auto;
	overflow: hidden; /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	padding: 10px 5px;
}
#content ul.product-list li section p {
	font-size: 1.5rem;
}
#content ul.product-list li section > a {
	display: block;
}
#content ul.product-list li section .img {
	overflow: hidden;
	position: relative;
}
#content ul.product-list li section .img img {
	width: 100%;
	display: block;
	-webkit-transition: transform 0.5s ease 0s; /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.5s ease 0s;
	-o-transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
}
#content ul.product-list li 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);
}
/*-----/产品简介页/-----*/
#content .pro-info {
	padding: 30px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(27,95,160,.1);
}
#content .panel {
	margin: 0 auto 30px;
}
#content .panel .col-left {
	width: 45%;
}
#content .panel .col-left img {
	width: 100%;
}
#content .panel .col-right {
	width: 55%;
	padding-left: 30px;
}
#content .panel .col-right > h2 {
	font-size: 2.4rem;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	position: relative;
	border-bottom: 1px solid #cacaca;
}
#content .panel .col-right .description {
	font-size: 1.5rem;
	line-height: 1.8;
}
/*-------产品详情页--------*/
#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;
	font-size: 1.5rem;
	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 .news-cloumn {
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(27,95,160,.1);
}
#content .left ul.news-list li {
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding: 20px 20px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#content .left ul.news-list li .thumb {
	width: 20%;
	display: block;
	position: relative;
}
#content .left ul.news-list li .thumb img {
	width: 100%;
	min-height: 100%;
	transition: transform .2s ease-out;
}
#content .left ul.news-list li section {
	width: 80%;
	padding-left: 15px;
}
#content .left ul.news-list li:hover {
	cursor: pointer;
	background-color: #f8f8f8;
}
#content .left ul.news-list li section h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}
#content .left ul.news-list li section p.des {
	line-height: 1.7;
	color: #6a6a6a;
	height: 48px;
	overflow: hidden;
	margin-bottom: 1rem;
}
#content .left ul.news-list li section p.info {
	color: #a3afb7;
}
#content .left ul.news-list li section p.info span:not(:first-child) {
	margin-left: 1rem;
}
/*-------新闻详情页------*/
#content .news-info header {
	text-align: center;
}
#content .news-info header h1 {
	font-size: 2.8rem;
}
#content .news-info header p {
	line-height: 28px;
	font-size: 1.3rem;
	border-bottom: 1px dotted #959595;
	padding: 5px 0;
}
#content .news-info header p time, #content .news-info header p span {
	padding-right: 10px;
}
/*------文章内容----*/
#content .news-info section {
	padding: 20px 0px;
	line-height: 1.8;
	font-size: 1.6rem;
}
/*-----关于我们/联系我们-----*/
#content .about, #content .contact {
	width: 100%;
}
#content .contact.flex {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#content .contact .main-body {
	width: 40%;
}
#content .contact img {
	max-width: none;
}



/*下载详细页*/
.red{color:red;}

.download{margin:100px auto;width:500px;}
.download .title{font-size:16px;line-height:200%;}
.button, .button:visited {
	background: #222;
	display: inline-block;
	padding: 12px 40px;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin:0;
	border:0;
}


a.button{color:#fff !important}

.button:hover{
	background-color: #111;
	color: #fff;
}
.button:active{
	top: 1px;
}
.small.button, .small.button:visited{
	font-size: 11px;
}
.button, .button:visited,.medium.button, .medium.button:visited{
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.large.button, .large.button:visited{ font-size: 14px;padding: 8px 14px 9px; }

.super.button, .super.button:visited{ font-size: 34px; padding: 8px 14px 9px; }
.pink.button, .magenta.button:visited		{ background-color: #e22092; }
.pink.button:hover							{ background-color: #c81e82; }
.green.button, .green.button:visited		{ background-color: #91bd09; }
.green.button:hover						    { background-color: #749a02; }
.red.button, .red.button:visited			{ background-color: #e62727; }
.red.button:hover							{ background-color: #cf2525; }
.orange.button, .orange.button:visited		{ background-color: #ff5c00; }
.orange.button:hover						{ background-color: #d45500; }
.blue.button, .blue.button:visited		    { background-color: #2981e4; }
.blue.button:hover							{ background-color: #2575cf; }
.darkblue.button, .darkblue.button:visited		{ background-color: #005DB5; }
.darkblue.button:hover						{ background-color: #1E5696; }
.yellow.button, .yellow.button:visited		{ background-color: #ffb515; }
.yellow.button:hover						{ background-color: #fc9200; }