.banner {
	clear: both;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 630px;
	overflow: hidden;
}
.banner .hd {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	height: 2px;
	text-align: center;
}
.banner .hd li {
	display: inline-block;
*display:line;
*zoom:1;
	margin: 0 10px;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	cursor: pointer;
	background: #66c0bc;
	border-radius: 50%;
}
.banner .hd li.cur {
	background: #acce21;
}
.banner .bd, .banner .bd ul {
	height: 630px;
}
.banner .bd li {
	position: relative;
	width: 100%;
	height: 630px;
}
.banner .bd li a {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
	width: 1920px;
	height: 630px;
}
.banner .prev, .banner .next {
	position: absolute;
	z-index: 999;
	top: 50%;
	margin-top: -30px;
	width: 58px;
	height: 58px;
	cursor: pointer;
	opacity: 0;
	transition: all 1s;
}
.banner .prev {
	left: 2%;
	background: url(../images/banner_prev.png) no-repeat;
}
.banner .next {
	right: 2%;
	background: url(../images/banner_next.png) no-repeat;
}
.banner:hover .prev, .banner:hover .next {
	opacity: 1;
}
.wrap-title {
	margin-bottom: 30px;
	text-align: center;
	overflow: hidden;
	animation: bounceinT 1s ease-out backwards;
}
.wrap-title h3 {
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	color: #333;
	font-weight: normal;
}
.wrap-title h3 a {
	color: #333;
}
.wrap-title h3 strong {
	color: #ACCE21;
}
.wrap-title p {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
.wrap-title.white * {
	color: #fff;
}
.btn-wave {
	position: relative;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	overflow: hidden;
}
.btn-wave:before {
	content: '';
	display: block;
	width: 120%;
	height: 0;
	padding: 60% 0;
	background-color: #2828a6;
	border-radius: 50%;
	position: absolute;
	left: -10%;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	z-index: -1;
}
.btn-wave:hover:before {
	-webkit-animation: btnWave 2s ease;
	animation: btnWave 2s ease infinite;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes btnWave {
0% {
-webkit-transform: translateY(-50%) scale(0);
transform: translateY(-50%) scale(0);
}
50% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translateY(-50%) scale(1);
transform: translateY(-50%) scale(1);
}
}
@keyframes btnWave {
0% {
-webkit-transform: translateY(-50%) scale(0);
transform: translateY(-50%) scale(0);
}
50% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translateY(-50%) scale(1);
transform: translateY(-50%) scale(1);
}
}
.search {
	padding: 13px 0;
	height: 37px;
	overflow: hidden;
	background: #f5f5f5;
}
.keyword {
	float: left;
	width: 700px;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
}
.keyword a {
	margin: 0 5px;
	color: #333;
}
.keyword a:after {
	display: inline-block;
	content: ",";
}
.keyword a:last-child:after {
	display: none;
}
.keyword a:hover {
	color: #66c0bc;
}
.search-form {
	position: relative;
	float: right;
	width: 325px;
	height: 35px;
	border: #ddd solid 1px;
	border-radius: 18px;
	background: #fff;
	overflow: hidden;
}
.search-form input {
	display: block;
	padding: 0 15px;
	width: 260px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	border: none;
	background: none;
	outline: none;
}
.search-form button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	border: none;
	cursor: pointer;
	background: url(../images/search_Btn.png) no-repeat;
}
.search-form input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.product {
	padding-top: 60px;
	overflow: hidden;
	background: #fff;
}
.product-inner {
	position: relative;
	width: 1198px;
	height: 1146px;
	border: #ddd solid 1px;
	border-bottom: none;
}
.product-inner .item {
	position: absolute;
	overflow: hidden;
}
.product-inner .item .pic {
	position: relative;
	overflow: hidden;
}
.product-inner .item .pic img {
	display: block;
	position: relative;
	left: 0;
	top: 0;
	transition: all 1s;
	width: 100%;
	height: 100%;
}
.product-inner .item .text {
	position: absolute;
	z-index: 33;
	left: 0;
	top: 0;
	padding: 24px;
	line-height: 1.4;
}
.product-inner .item .text span {
	display: block;
	font-size: 22px;
	color: #333;
}
.product-inner .item .text p {
	font-weight: bold;
	font-size: 14px;
	color: #999;
}
.product-inner .item01, .product-inner .item02 {
	top: 0;
	width: 398px;
	height: 329px;
}
.product-inner .item01 {
	left: 0;
}
.product-inner .item02 {
	left: 398px;
	border-left: #ddd solid 1px;
}
.product-inner .item03 {
	left: 0;
	top: 329px;
	width: 797px;
	height: 408px;
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
}
.product-inner .item03 .text span, .product-inner .item03 .text p {
	color: #333;
}
.product-inner .item03 .pic {
	width: 797px;
	height: 408px;
}
.product-inner .item04 {
	right: 0;
	top: 0;
	width: 400px;
	height: 738px;
	border-left: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
}
.product-inner .item05, .product-inner .item06, .product-inner .item07 {
	bottom: 0;
	width: 398px;
	height: 407px;
}
.product-inner .item05 {
	left: 0;
}
.product-inner .item06 {
	left: 397px;
	border-left: #ddd solid 1px
}
.product-inner .item07 {
	right: 0;
	width: 400px;
	border-left: #ddd solid 1px
}
.product-inner .item:hover .pic img {
	transform: scale(1.1);
}
.product-inner .item:hover .text span {
	font-weight: bold;
	color: #ACCE21;
}
.case {
	padding: 60px 0 50px;
	overflow: hidden;
	background: #f4f6f5 url(../images/case_bg.png) repeat-x 0 0
}
.case-list {
	width: 1220px;
	overflow: hidden;
}
.case-list .item {
	position: relative;
	float: left;
	margin-right: 18px;
	margin-bottom: 30px;
	width: 387px;
	height: 290px;
	overflow: hidden;
}
.case-list .item a {
	display: block;
}
.case-list .item .pic {
	width: 387px;
	height: 223px;
	overflow: hidden;
}
.case-list .item .pic img {
	display: block;
	width: 387px;
	height: 223px;
	transition: all 1s;
}
.case-list .item .text {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 50px;
	width: 287px;
	height: 80px;
	overflow: hidden;
	background: url(../images/case_text.png) no-repeat;
}
.case-list .item .text span {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
}
.case-list .item .text p {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}
.case-list .item:hover .pic img {
	transform: scale(1.1);
}
.case-list .item:hover .text span {
	color: #ACCE21;
}
.case .more {
	clear: both;
	height: 42px;
	text-align: center;
}
.case .more a {
	display: block;
	margin: 0 auto;
	width: 142px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #333;
	border: #ddd solid 1px;
}
.case .more a:hover {
	color: #fff;
	background: #ACCE21;
	border-color: #ACCE21;
}
.partner {
	padding: 60px 0;
	overflow: hidden;
	background: #fff;
}
.partner-list {
	width: 1220px;
}
.partner-list li {
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
	width: 227px;
	height: 121px;
	border: #eee solid 1px;
	transition: all 1s;
}
.partner-list li a {
	display: block;
	width: 227px;
	height: 121px;
	overflow: hidden;
}
.partner-list li img {
	display: block;
	width: 227px;
	height: 121px;
}
.partner-list li:hover {
	box-shadow: 0 0 20px #ccc
}
.partner .more {
	position: relative;
	margin-top: 30px;
	height: 42px;
	clear: both;
	text-align: center;
}
.partner .more:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #eee;
}
.partner .more a {
	position: relative;
	z-index: 333;
	display: block;
	margin: 0 auto;
	width: 142px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #333;
	border: #ddd solid 1px;
	background: #fff;
}
.partner .more a:hover {
	color: #fff;
	background: #66c0bc;
	border-color: #66c0bc;
}
.problem {
	overflow: hidden;
	background: #fff;
}
.problem-list {
	width: 1210px;
}
.problem-list .item {
	float: left;
	margin-right: 10px;
	padding: 20px;
	width: 250px;
	height: 90px;
	border: #eee solid 1px;
	background: #fff;
	overflow: hidden;
}
.problem-list .item:nth-child(1) {
	animation: fadeinR 0.5s ease-out backwards;
}
.problem-list .item:nth-child(2) {
	animation: fadeinR 1s ease-out backwards;
}
.problem-list .item:nth-child(3) {
	animation: fadeinR 1.5s ease-out backwards;
}
.problem-list .item:nth-child(4) {
	animation: fadeinR 2s ease-out backwards;
}
.problem-list .item .icon {
	float: left;
	width: 90px;
	height: 90px;
	overflow: hidden;
}
.problem-list .item .icon img {
	display: block;
	width: 90px;
	height: 90px;
}
.problem-list .item .text {
	padding-left: 20px;
	padding-top: 10px;
	overflow: hidden;
}
.problem-list .item .text span {
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	color: #333;
}
.problem-list .item .text p {
	padding-top: 5px;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}
.youshi {
	padding-top: 50px;
	overflow: hidden;
	background: #fff;
}
.youshi .title {
	margin-bottom: 30px;
	text-align: center;
}
.youshi-tab {
	position: relative;
}
.youshi-tab .tab-menu {
	margin: 0 auto;
	width: 1199px;
	border: #ddd solid 1px;
	border-right: none;
	overflow: hidden;
}
.youshi-tab .tab-menu li {
	float: left;
	padding-top: 16px;
	padding-bottom: 5px;
	width: 25%;
	text-align: center;
	cursor: pointer;
	border-right: #ddd solid 1px;
	box-sizing: border-box;
}
.youshi-tab .tab-menu li strong {
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	color: #333;
}
.youshi-tab .tab-menu li p {
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #999;
}
.youshi-tab .tab-menu li.cur {
	background: #acce21;
}
.youshi-tab .tab-menu li.cur * {
	color: #fff;
}
.youshi-tab .tabCon {
	position: relative;
	width: 100%;
	height: 534px;
	overflow: hidden;
}
.youshi-tab .tabCon img {
	display: block;
	position: absolute;
	width: 1920px;
	height: 534px;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
.youshi-tab .wrapper {
	position: absolute;
	top: 125px;
	left: 50%;
	margin-left: -600px;
	height: 446px;
}
.youshi-tab .inner {
	float: right;
	padding: 50px 25px;
	width: 380px;
	height: 340px;
	background: rgba(255,255,255,0.95);
}
.youshi-tab .inner span {
	display: block;
	padding: 10px 0;
	text-align: center;
	font-size: 20px;
	color: #666;
}
.youshi-tab .inner h3 {
	font-weight: normal;
	font-size: 24px;
	color: #333;
}
.youshi-tab .inner h3 strong {
	color: #66c0bc;
}
.youshi-tab .inner ul {
	margin-top: 20px;
	margin-bottom: 15px;
}
.youshi-tab .inner li {
	margin-bottom: 5px;
	height: 44px;
	line-height: 44px;
	background: #fff;
}
.youshi-tab .inner li input {
	display: block;
	padding: 0 15px;
	width: 350px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	border: none;
	outline: none;
}
.youshi-tab .inner li .userName {
	background: url(../images/userName.png) no-repeat 96% center;
	background-size: 35px;
}
.youshi-tab .inner li .userPhone {
	background: url(../images/userPhone.png) no-repeat 96% center;
	background-size: 35px;
}
.youshi-tab .inner .btnBox a {
	display: block;
	margin-top: 12px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.youshi-tab .inner .btnBox a.btn01 {
	background: #66c0bc;
}
.youshi-tab .inner .btnBox a.btn02 {
	background: #333;
}
.youshi-tab .prev, .youshi-tab .next {
	position: absolute;
	top: 50%;
	width: 56px;
	height: 56px;
	cursor: pointer;
}
.youshi-tab .prev {
	left: 2%;
	background: url(../images/prev01.png) no-repeat;
}
.youshi-tab .prev:hover {
	background-image: url(../images/prev01_cur.png);
}
.youshi-tab .next {
	right: 2%;
	background: url(../images/next01.png) no-repeat;
}
.youshi-tab .next:hover {
	background-image: url(../images/next01_cur.png);
}
.process {
	padding: 50px 0 35px;
	background: #fff;
}
.process .wrapper {
	position: relative;
	height: 190px;
}
.process .title {
	float: left;
	width: 195px;
}
.process-list {
	float: right;
	width: 960px;
	overflow: hidden;
	background: url(../images/process_bg.png)repeat-x center;
}
.process-list .item {
	float: left;
	width: 20%;
	text-align: center;
}
.process-list .item:nth-child(1) {
	animation: fadeinT 0.5s ease-out backwards;
}
.process-list .item:nth-child(2) {
	animation: fadeinT 1s ease-out backwards;
}
.process-list .item:nth-child(3) {
	animation: fadeinT 1.5s ease-out backwards;
}
.process-list .item:nth-child(4) {
	animation: fadeinT 2s ease-out backwards;
}
.process-list .item:nth-child(5) {
	animation: fadeinT 2.5s ease-out backwards;
}
.process-list .item .icon {
	margin: 0 auto;
	width: 65px;
	height: 65px;
}
.process-list .item i {
	display: block;
	margin: 0 auto;
	width: 15px;
	height: 68px;
	background: url(../images/process_arrow.png) no-repeat;
}
.process-list .item span {
	display: block;
	font-size: 18px;
	color: #333;
}
.process-list .item em {
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.process .ad {
	position: absolute;
	left: -360px;
	bottom: -135px;
}
.regForm {
	padding: 60px 0 100px;
	overflow: hidden;
	background: #f4f4f4 url(../images/regForm_bg.jpg) no-repeat center bottom;
}
.regForm .leftCon {
	float: left;
	width: 285px;
}
.regForm .leftCon .hd h3 {
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	color: #333;
	font-weight: normal;
}
.regForm .leftCon .hd h3 strong {
	color: #66c0bc;
}
.regForm .leftCon .hd p {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #666;
}
.regForm .leftCon .hd em {
	display: block;
	padding-left: 115px;
	font-size: 24px;
	font-weight: bold;
	color: #acce21;
	background: url(../images/reg_tel.png) no-repeat 0 center;
}
.regForm .leftCon .bd {
	margin-top: 30px;
	padding: 0 15px;
	width: 248px;
	height: 265px;
	border: #eee solid 1px;
	background: #fff;
}
.regForm .leftCon .bd .num {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
}
.regForm .leftCon .bd .num em {
	font-weight: bold;
	font-size: 24px;
	color: #acce21;
}
.regForm .leftCon .bd ul {
	height: 190px;
	overflow: hidden;
}
.regForm .leftCon .bd li {
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}
.regForm .leftCon .bd li .name {
	float: left;
	width: 45px;
	overflow: hidden;
}
.regForm .leftCon .bd li .phone {
	float: left;
	width: 100px;
	overflow: hidden;
}
.regForm .leftCon .bd li .time {
	float: right;
}
.regForm .centerCon {
	float: left;
	margin-left: 100px;
	width: 446px;
}
.regForm .centerCon li {
	margin-bottom: 14px;
	box-shadow: 0 0 20px #dedede;
	background: #fff;
}
.regForm .centerCon li input {
	display: block;
	padding: 0 15px;
	width: 414px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	border: #eee solid 1px;
}
.regForm .centerCon li textarea {
	display: block;
	padding: 0 15px;
	width: 414px;
	height: 185px;
	line-height: 55px;
	font-size: 16px;
	border: #eee solid 1px;
	resize: none;
}
.regForm .centerCon li a {
	display: block;
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #66c0bc;
}
.regForm .centerCon li .userName {
	background: url(../images/userName.png) no-repeat 96% center;
}
.regForm .centerCon li .userPhone {
	background: url(../images/userPhone.png) no-repeat 96% center;
}
.regForm .centerCon li .userText {
	background: url(../images/userText.png) no-repeat 96% 5px;
}
.regForm .rightCon {
	float: right;
	width: 300px;
}
.regForm .rightCon .tit {
	margin-bottom: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #333;
	font-weight: normal;
}
.regForm .rightCon .tit strong {
	color: #66c0bc;
}
.regForm .faq {
	overflow: hidden;
}
.regForm .faq dl {
	margin-bottom: 30px;
}
.regForm .faq dt {
	margin-bottom: 7px;
	padding-left: 30px;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	color: #666;
	background: url(../images/Q.png) no-repeat;
}
.regForm .faq dd {
	padding-left: 30px;
	line-height: 22px;
	font-size: 14px;
	color: #66c0bc;
	background: url(../images/A.png) no-repeat;
}
.regForm .faq .faq-list {
	height: 279px;
	overflow: hidden;
}
.aboutus {
	padding: 60px 0;
	overflow: hidden;
	background: #66c0bc;
}
.aboutus .wrap-title p {
	font-weight: normal;
	font-size: 14px;
}
.aboutus .pic {
	float: left;
	padding-top: 17px;
	padding-right: 19px;
	width: 572px;
	height: 378px;
	overflow: hidden;
	background: url(../images/aboutus_bg.png) no-repeat;
}
.aboutus .pic img {
	display: block;
	width: 572px;
	height: 378px;
}
.aboutus .pic a:hover img {
	opacity: 0.8;
}
.aboutus .text {
	float: right;
	width: 550px;
	overflow: hidden;
}
.aboutus .text h3 {
	height: 60px;
	line-height: 60px;
	font-size: 22px;
}
.aboutus .text h3 a {
	color: #fff;
}
.aboutus .text h3 a:hover {
	color: #acce21;
}
.aboutus .text .summary {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}
.aboutus .text .summary p {
	margin-top: 10px;
}
.aboutus .text .en {
	margin: 30px 0;
}
.aboutus .text .en img {
	display: block;
}
.aboutus .text .read {
	display: block;
	width: 132px;
	height: 37px;
	line-height: 37px;
	color: #fff;
	font-size: 14px;
	text-indent: 14px;
	border: #fff solid 1px;
	background: url(../images/read02.png) no-repeat 100px center;
}
.aboutus .text .read:hover {
	background-color: #acce21;
	border-color: #acce21;
}
.news {
	padding: 60px 0;
	overflow: hidden;
	background: #f5f5f5;
}
.news-tab {
	overflow: hidden;
}
.news-tab .tab-menu {
	margin: 0 auto 26px;
	width: 339px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border: #ddd solid 1px;
	border-radius: 20px;
}
.news-tab .tab-menu li {
	float: left;
	width: 113px;
	text-align: center;
}
.news-tab .tab-menu li a {
	display: block;
	font-size: 16px;
	color: #333;
	border-right: #ddd solid 1px;
}
.news-tab .tab-menu li:last-child a {
	border-right: none;
}
.news-tab .tab-menu li.cur a {
	color: #fff;
	background: #ACCE21;
	border-color: #ACCE21;
}
.news-tab .tabCon {
	width: 1222px;
}
.news-item {
	float: left;
	margin-right: 22px;
	width: 385px;
	overflow: hidden;
	background: #fff;
}
.news-item .pic {
	width: 385px;
	height: 241px;
	overflow: hidden;
}
.news-item .pic img {
	display: block;
	width: 385px;
	height: 241px;
	transition: all 1s;
}
.news-item .text {
	padding: 15px;
	height: 204px;
}
.news-item .text .date {
	position: relative;
	margin-top: -40px;
	float: left;
	width: 65px;
	height: 95px;
	text-align: center;
	color: #fff;
	background: #ACCE21;
	overflow: hidden;
}
.news-item .text .date em {
	display: block;
	margin-top: 18px;
	font-size: 36px;
	font-weight: bold;
}
.news-item .text .date span {
	display: block;
	font-size: 14px;
	font-family: Arial;
}
.news-item .text .tit {
	padding-left: 20px;
	height: 50px;
	line-height: 25px;
	font-size: 17px;
	overflow: hidden;
}
.news-item .text .tit a {
	color: #333;
}
.news-item .text .summary {
	clear: both;
	margin-top: 20px;
	height: 52px;
	line-height: 26px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}
.news-item .text .summary a {
	color: #666;
}
.news-item .text .read {
	margin-top: 30px;
	height: 35px;
	line-height: 35px;
}
.news-item .text .read a {
	display: block;
	width: 100px;
	height: 35px;
	text-indent: 12px;
	clear: #333;
	background: url(../images/read03.png) no-repeat 74px center;
}
.news-item:hover .pic img {
	transform: scale(1.1);
}
.news-item:hover .text .tit a {
	color: #ACCE21;
}
.news-item:hover .text .read a {
	color: #ACCE21;
	background-image: url(../images/read03_cur.png);
}
.flinks {
	padding: 20px 0;
	line-height: 36px;
	overflow: hidden;
	background: #fff;
}
.flinks .addlink {
	float: right;
	color: #333;
	font-size: 15px;
}
.flinks .addlink:hover {
	font-weight: bold;
	color: #ACCE21;
}
.flinks dl {
	float: left;
	width: 1100px;
	overflow: hidden;
}
.flinks dt {
	float: left;
	width: 88px;
	font-size: 17px;
	color: #000;
	padding-left: 58px;
	background: url(../images/flinks.png) no-repeat 0 center;
}
.flinks dd {
	border-left: #b7b7b7 dotted 1px;
	overflow: hidden;
}
.flinks dd a {
	display: inline-block;
	margin: 0 15px;
	font-size: 14px;
	color: #666;
}
.flinks dd a:hover {
	color: #ACCE21;
}