@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "microsoft yahei";
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

input {}

body {
}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}
/**/
header{
	width: 100%;
}
.header{
	width: 1200px;
	margin: 15px auto;
	display: flex;
	justify-content: space-between;
}
.header .logo{
	height: 60px;
}
.header .logo img{
	display: block;
	height: 100%;
}
.header .tels{
	background-image: url(../images/tels.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 50px;
}
.header .tels p.t1{
	color: #969696;
	padding-top: 6px;
}
.header .tels p.t2{
	font-size: 22px;
	color: #005bac;
	font-weight: bold;
}
header .nav{
	width: 100%;
	background-color: #005bac;
}
header .nav ul{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: auto;
}
header .nav ul li a{
	color: white;
	line-height: 45px;
	font-size: 15px;
	padding: 0px 25px;
}
header .nav ul li:hover{
	background-color: #da251d;
	transition: 0.3s all;
}
.banner{
	width: 100%;
}
.banner img{
	display: block;
	width: 100%;
}
.index-title{
	text-align: center;
	color: #3e3a39;
}
.index-title p.t1{
	font-size: 32px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 4px;
}
.index-title p.t2{
	font-size: 22px;
}
.index-title p.t3{
	color: #7f7e7e;
	font-size: 14px;
	width: 600px;
	display: block;
	margin: 30px auto;
	line-height: 2;
}
.index-pro{
	margin: 40px auto;
}
.index-pro .list{
	background-color: white;
	box-shadow: 0px 0px 8px 4px #ccc;
	margin: 10px;
}
.index-pro .list img{
	display: block;
	width: 100%;
}
.index-pro .list p{
	display: block;
	background-color: #005bac;
	text-align: center;
	line-height: 45px;
	color: white;
}
.index-about-w{
	width: 100%;
	background-image: url(../images/index-aboutbj_02.jpg);
	background-size: 100%;
	padding: 50px 0px;
	margin: 40px auto;
}
.index-about{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: auto;
}
.index-about .left{
	width: 580px;
}
.index-about .left p.t1{
	color: #b9b8b8;
	font-size: 22px;
}
.index-about .left p.t2{
	font-weight: bold;
	color: white;
	font-size: 22px;
}
.index-about .left p.t3{
	color: white;
	line-height: 2;
	font-size: 15px;
	margin: 25px 0px 15px;
	width: 90%;
	display: block;
}
.index-about .left p.t4 a{
	display: block;
	width: 120px;
	text-align: center;
	line-height: 30px;
	color: white;
	border-radius: 10px;
	background-color: #005bac;
	font-size: 15px;
}
.index-about .right{
	background-color: #eaeaeb;
	width: 580px;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 10px;
}
.index-about .right img{
	display: block;
	width: 100%;
}
.index-yingyong{
	width: 1200px;
	height: 400px;
	margin: 40px auto;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	flex-wrap: wrap;
	box-shadow: 0px 0px 10px 5px #ccc;
}
.index-yingyong .pic{
	width: 300px;
	height: 200px;
}
.index-yingyong .pic img{
	display: block;
	width: 100%;
}
.index-yingyong .text{
	width: 300px;
	height: 200px;
	text-align: center;
	box-sizing: border-box;
	transition: 0.3s all;
	padding-top: 60px;
}
.index-yingyong .text:hover{
	background-color: #005bac;
	color: white;
	transition: 0.3s all;
}
.index-yingyong .text:hover p.t1,
.index-yingyong .text:hover p.t3{
	color: white;
}
.index-yingyong .text p.t1{
	font-size: 22px;
	font-weight: bold;
	color: #5d5e5f;
	letter-spacing: 4px;
}
.index-yingyong .text p.t2{
	width: 50px;
	height: 1px;
	background-color: #7f7e7e;
	display: block;
	margin: 8px auto;
}
.index-yingyong .text p.t3{
	color: #7f7e7e;
	text-transform: uppercase;
}
.index-news-tit{
	width: 1200px;
	margin: 80px auto 0px;
	display: flex;
	justify-content: space-between;
}
.index-news-tit p.t1{
	font-size: 32px;
	font-weight: bold;
}
.index-news-tit p.t1 span{
	font-size: 18px;
	font-weight: normal;
	margin-left: 5px;
}
.index-news-tit p.t2 a{
	display: block;
	width: 140px;
	text-align: center;
	line-height: 32px;
	border-radius: 12px;
	background-color: #dadada;
	color: #515050;
}
.index-news{
	width: 1200px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}
.index-news .left{
	width: 580px;
}
.index-news .left p.t1{
	width: 100%;
}
.index-news .left p.t1 img{
	display: block;
	width: 100%;
}
.index-news .left p.t2{
	color: #545353;
	font-weight: bold;
	margin: 10px auto 5px ;
}
.index-news .left p.t3{
	color: #727171;
	font-size: 15px;
}
.index-news .right{
	width: 580px;
}
.index-news .right .list{
	padding: 15px 25px;
	display: flex;
	justify-content: space-between;
	border: 1px solid #797979;
	margin-bottom: 25px;
}
.index-news .right .list .time{
	text-align: center;
	color: #8c8d8e;
	border-right: 1px solid #8c8d8e;
	padding-right: 25px;
}
.index-news .right .list .time span{
	font-size: 48px;
	font-weight: bold;
	display: block;
}
.index-news .right .list .text{
	width: 420px;
}
.index-news .right .list .text p.t1{
	font-weight: bold;
	margin-bottom: 10px;
}
.index-news .right .list .text p.t2{
		color: #727171;
	font-size: 15px;
}
footer{
	background-color: #4b4b4b;
	padding-top: 35px;
}
.footer{
	width: 1200px;
	margin: auto;
}
.footer .top{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid white;
	padding-bottom: 15px;
}
.footer .top p:first-child{
	width: 1000px;
	display: flex;
	justify-content: space-around;
}
.footer .top p:first-child a{
	color: white;
}
.footer .top p:last-child{
	color: white;
	font-size: 20px;
	font-weight: bold;
	padding-right: 15px;
}
.footer .bottom{
	width: 100%;
	margin: 25px auto;
	display: flex;
	justify-content: space-between;
}
.footer .bottom .text p.t1{
	color: #f4f4f4;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer .bottom .text p.t2{
	font-size: 16px;
	line-height: 1.8;
	color: #bababa;
}
.footer .bottom .qr{
	width: 120px;
	padding-top: 20px;
}
.footer .bottom .qr img{
	display: block;
	width: 100%;
}
.footer-copy{
	width: 100%;
	margin-top: 45px;
	color: white;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}
/*
 */
/**/

/**/

.main-hui {
	width: 100%;
	background-color: #ecedef;
	padding: 35px 0px;
}

.image-main {
	width: 1200px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
}

.image-main .left {
	width: 220px;
}

.image-main .left h2 {
	width: 100%;
	height: 63px;
	box-sizing: border-box;
	line-height: 63px;
	font-size: 20px;
	color: white;
	text-align: center;
	font-weight: bold;
	background-color: #28569e;
	letter-spacing: 3px;
}

.image-main .left ul.type {
	background-color: #28569e;
	padding: 10px 0px 0px;
}
.image-main .left ul.type-two{
	    border-bottom: 2px solid #27779c !important;
}
.image-main .left ul.type-two li{
	padding-left: 40px !important;
	    border-bottom: 1px solid #27779c !important;
}
.image-main .left ul.type li {
	padding-left: 18px;
	display: flex;
	justify-content: flex-start;
	line-height: 40px;
	border-bottom: 1px solid #27779c;
	transition: 0.5s all;
	cursor: pointer;
}
.image-main .left ul.type li.current,
.image-main .left ul.type-two{
    background-color: #28569e;
}
.image-main .left ul.type li a {
	display: flex;
	justify-content: flex-start;
	color: white;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}

.image-main .left ul.type li a i {
	line-height: 38px;
	font-weight: normal;
	margin-right: 5px;
}

.image-main .left ul.type li:hover {
	background-color: #28569e;
	transition: 0.5s all;
}

.image-main .left ul.type li.bg {
	width: 100%;
	height: 32px;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

.image-main .left .left-tel {
	position: relative;
	padding-left: 65px;
	background-color: #28569e;
	padding: 20px 0px 10px 65px;
}

.image-main .left .left-tel:before {
	position: absolute;
	left: 20px;
	top: 19px;
	font-size: 40px;
	color: white;
}

.image-main .left .left-tel p.t1 {
	font-size: 14px;
	color: white;
	display: block;
	margin-bottom: 2px;
}

.image-main .left .left-tel p.t2 {
	font-size: 17px;
	color: white;
	font-weight: bold;
}

.image-main .left .left-tel-t {
	width: 100%;
	background-color: #28569e;
	padding-bottom: 20px;
}

.image-main .left .left-tel-t p {
	width: 84%;
	margin: auto;
	text-align: center;
	line-height: 25px;
	height: 25px;
	color: #545454;
	font-size: 12px;
	background-color: white;
	display: block;
}

.maps {
	width: 100%;
	padding: 0px 15px;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
	background-color: white;
}
.maps input{
	height: 32px;
	width: 200px;
	box-sizing: border-box;
	display: block;
	margin-top: 9px;
	padding: 0px 10px;
	border: 1px solid #28569e;
    background-color: #f4f7f9;
    border-radius: 3px;
}
.maps p:first-child {
	font-size: 18px;
	font-weight: bold;
}

.maps p:last-child {
	font-size: 14px;
	display: flex;
	justify-content: flex-end;
	color: #666666;
}

.maps p:last-child a {
	color: #666666;
}

.maps p:last-child i {
	display: block;
}

.ashow-right {
	width: 960px;
}

.ashow-right .show-article {
	padding: 20px;
	margin: 20px auto;
	background-color: white;
	border-top: #28569e 3px solid;
}

.ashow-right .show-article h1 {
	text-align: center;
	font-size: 30px;
	color: #333;
	margin-bottom: 15px;
	font-weight: bold;
}

.ashow-right .show-article .time {
	display: flex;
	justify-content: center;
	border-top: #e7e7e7 1px dashed;
	padding-top: 15px;
}

.ashow-right .show-article .time span {
	font-size: 12px;
	color: #999;
	line-height: 24px;
	margin: 0px 15px;
	display: flex;
	justify-content: center;
}

.ashow-right .show-article .time span i {
	display: block;
	margin-right: 5px;
	font-size: 14px;
}

.ashow-right .show-article article {
	display: block;
	font-size: 15px;
	color: #333333;
	line-height: 2;
	margin: 20px auto;
}

.ashow-right .show-article article h6 {
	font-size: 16px;
	font-weight: bold;
	background-color: #f2f2f2;
	color: #1e3988;
	width: 960px;
	border-left: 5px solid #1e3988;
	box-sizing: border-box;
	line-height: 1;
	margin: 10px 0px 10px -20px;
	display: block;
	padding: 8px 0px 8px 20px;
}

.ashow-right .show-article article h5 {
	font-size: 16px;
	font-weight: bold;
	background-color: #f2f2f2;
	color: #1e3988;
	width: 960px;
	border-left: 5px solid #1e3988;
	box-sizing: border-box;
	line-height: 1;
	margin: 10px 0px 10px -20px;
	display: block;
	padding: 8px 0px 8px 20px;
}

.ashow-right .show-article article img {
	max-width: 100% !important;
	display: block !important;
	margin: 10px auto !important;
}

.img-right {
	width: 960px;
}

.img-right ul.list {
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.img-right ul.list li {
	width: 230px;
	margin-bottom: 15px;
	border: 1px solid white;
	background-color: white;
}

.img-right ul.list li p.t1 {
	display: block;
	width: 100%;
	overflow: hidden;
}

.img-right ul.list li p.t1 img {
	display: block;
	transition: 0.5s all;
	width: 100%;
}

.img-right ul.list li p.t2 {
	background-color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 0px;
	transition: 0.5s all;
	display: block;
}

.img-right ul.list li:hover img {
	transform: scale(1.1, 1.1);
	transition: 0.5s all;
}

.img-right ul.list li:hover p.t2 {
	background-color: #1e3988;
	color: white;
	transition: 0.5s all;
}
li.kongli {
	border: none !important;
}
.six-pages{width:100%}
.six-pages ul{display:flex;flex-wrap:wrap;justify-content:flex-start}
.six-pages ul li{background-color:#ddd;color:#666;margin-right:8px;color:white;font-size:14px;border-radius:3px;overflow:hidden;height:30px;line-height:30px}
.six-pages ul li a{display:block;width:100%;color:#666;font-size:14px;padding:0 14px}
.six-pages ul li.thisclass{background-color:#01AAED}
.six-pages ul li.thisclass a{color:white}
.six-pages ul li:last-child{color:#666;padding:0 14px};

.picshow-right {
	width: 940px;
}

.picshow-right .top {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.picshow-right .top .left {
	width: 400px;
	background: #fff;
	border: 1px solid #eee;
}

.picshow-right .top .left img {
	display: block;
	width: 100%;
}

.picshow-right .top .right {
	width: 510px;
}
.picshow-right .top .right .contact{
	font-size: 15px;
	line-height: 1.7;
	color: #888888;
	padding: 5px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #888888;
}
.picshow-right .top .right .desc {
	font-size: 15px;
	line-height: 1.6;
	color: #555555;
}
.picshow-right .bottom{
	width: 100%;
}
.picshow-right .bottom p.tit{
	border-left: 5px solid #28569e;
	display: block;
	background-color: #f2f2f2;
	color: #333;
	padding: 8px 0px 8px 15px;
	font-weight: bold;
	margin: 15px auto;
}
.picshow-right .bottom .liuyan{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.picshow-right .bottom .liuyan input.i1{
	width: 49%;
	height: 35px;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.picshow-right .bottom .liuyan textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	height: 100px;
}
.picshow-right .bottom .liuyan input.s1{
	width: 120px;
	background-color: #28569e;
	border: none;
	color: white;
	height: 40px;
	margin-top: 25px;
}
.news-right {
	width: 960px;
}

.news-right ul.list {
	margin: 15px auto;
}

.news-right ul.list li {
	width: 100%;
	box-sizing: border-box;
	padding: 25px;
	display: flex;
	justify-content: space-between;
	background-color: white;
	margin-bottom: 15px;
	position: relative;
}

.news-right ul.list li .time {
	width: 70px;
}

.news-right ul.list li .time p.t1 {
	color: #ababab;
	font-size: 24px;
	padding-top: 5px;
	display: block;
	font-weight: bold;
}

.news-right ul.list li .time p.t2 {
	margin-top: 5px;
	font-size: 18px;
	color: #c5c5c5;
	font-family: Arial;
}

.news-right ul.list li .text {
	width: 830px;
}

.news-right ul.list li .text h3 a {
	color: #393c40;
	font-size: 24px;
	font-weight: bold;
}

.news-right ul.list li .text p.hr {
	height: 4px;
	width: 120px;
	margin: 28px 0px 20px 0px;
	padding: 0;
	background: #28569e;
}

.news-right ul.list li .text p.desc {
	font-size: 14px;
	line-height: 24px;
}

.news-right ul.list li .text h3 a:hover {
	text-decoration: underline;
}

.news-right ul.list li:after {
	content: "";
	display: block;
	width: 0;
	height: 4px;
	background-color: #28569e;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.5s all;
}

.news-right ul.list li:hover:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: #28569e;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.5s all;
}

/**/

.custom_service p img {display: inline; vertical-align:middle;}
.scrollsidebar{position:absolute; z-index:999999; top:350px;right:0}
.side_content{width:154px; height:auto; overflow:hidden; float:left; }
.side_content .side_list {width:154px;overflow:hidden;}
.show_btn{ width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;}
.show_btn span { display:none;}
.close_btn{width:24px;height:24px;cursor:pointer;}
.side_title,.side_bottom,.close_btn,.show_btn {background:url(../images/sidebar_bg.png) no-repeat;}
.side_title {height:46px;}
.side_bottom { height:8px;}
.side_center {font-family:Verdana, Geneva, sans-serif; padding:5px 12px; font-size:12px;}
.close_btn { float:right; display:block; width:21px; height:16px; margin:16px 10px 0 0; _margin:16px 5px 0 0;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  { text-align:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd}
.other p { padding:5px 0; _height:16px; margin:0;color: #666666;}
.msgserver { text-align:center; margin-bottom:5px;}
.msgserver a { background:url(../images/sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}

/* blue skin as the default skin */
.side_title, .side_blue .side_title {background-position:-195px 0;}
.side_center, .side_blue .side_center {background:url(../images/blue_line.png) repeat-y center;}
.side_bottom, .side_blue .side_bottom {background-position:-195px -50px;}
.close_btn, .side_blue .close_btn {background-position:-44px 0;}
.close_btn:hover, .side_blue .close_btn:hover {background-position:-66px 0;}
.show_btn , .side_blue .show_btn {background-position:-119px 0;}
.msgserver a, .side_blue .msgserver a {color:#06C;}

/* green skin  */
.side_green .side_title {background-position:-349px 0;}
.side_green .side_center {background:url(../images/green_line.png) repeat-y center;}
.side_green .side_bottom {background-position:-349px -50px;}
.side_green .close_btn {background-position:-44px -23px;}
.side_green .close_btn:hover {background-position:-66px -23px;}
.side_green .show_btn {background-position:-147px 0;}
.side_green .msgserver a {color:#76a20c;}
/**/

/**/

.liuyan-title {
	width: 100%;
	background: #ddd;
	padding: 15px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.liuyan-title1 {
	width: 100%;
}

.liuyan-box {
	width: 100%;
	margin-bottom: 25px;
}

.liuyan-box p {
	width: 100%;
	padding: 15px 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	border: 1px solid #ddd;
	border-bottom: none;
	color: #333;
}

.liuyan-box p:last-child {
	border-bottom: 1px solid #ddd;
}

.liuyan-box p span:first-child {
	width: 100px;
	display: block;
	line-height: 30px;
	font-size: 15px;
}

.liuyan-box p span:last-child {
	display: block;
}

.liuyan-box p span:last-child input {
	width: 400px;
	display: block;
	height: 30px;
	padding: 0px 10px;
	font-size: 15px;
	border: 1px solid #dcdfe0;
	border-radius: 2px;
}

.liuyan-box p span:last-child textarea {
	width: 400px;
	display: block;
	height: 120px;
	padding: 10px 10px;
	font-size: 15px;
	border: 1px solid #dcdfe0;
	border-radius: 2px;
}
.liuyan-box p.tijiao input{
	width: 100%;
	border: none;
	background-color: #1e3988;
	color: white;
	height: 35px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #333;
}
.proup-list .layui-table td, .proup-list  .layui-table th{
	font-size: 12px;
	text-align: center;
}
/**/
.s-about-main{
	width: 1200px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}
.s-about-main .left{
	width: 550px;
}
.s-about-main .left p.t1{
	color: #005bac;
	padding-top: 30px;
	font-size: 28px;
	margin-bottom: 10px;
}
.s-about-main .left p.t2{
	font-weight: bold;
	color: #5b5a5a;
	font-size: 20px;
	margin-bottom: 30px;
}
.s-about-main .left p.t3{
	color: #757575;
	font-size: 15px;
	line-height: 1.8;
}
.s-about-main .right{
	width: 580px;
	padding-top: 120px; 
}
.s-about-main .right img{
	display: block;
	width: 100%;
}
.s-about-main01{
	width: 100%;
	margin-bottom: 45px;
}
.s-about-main01 img{
	display: block;
	width: 100%;
}
.s-about-main02{
	width: 1200px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.s-about-main02 p{
	width: 230px;
	margin-bottom: 15px;
	display: block;
	box-shadow: 0px 0px 5px 2px #ccc;
}
.s-about-main02 p img{
	display: block;
	width: 100%;
}
/**/

.custom_service p img {display: inline; vertical-align:middle;}
.scrollsidebar{position:absolute; z-index:999; top:350px;right:0}
.side_content{width:154px; height:auto; overflow:hidden; float:left; }
.side_content .side_list {width:154px;overflow:hidden;}
.show_btn{ width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;}
.show_btn span { display:none;}
.close_btn{width:24px;height:24px;cursor:pointer;}
.side_title,.side_bottom,.close_btn,.show_btn {background:url(../images/sidebar_bg.png) no-repeat;}
.side_title {height:46px;}
.side_bottom { height:8px;}
.side_center {font-family:Verdana, Geneva, sans-serif; padding:5px 12px; font-size:12px;}
.close_btn { float:right; display:block; width:21px; height:16px; margin:16px 10px 0 0; _margin:16px 5px 0 0;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  { text-align:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd}
.other p { padding:5px 0; _height:16px; margin:0;color: #666666;}
.msgserver { text-align:center; margin-bottom:5px;}
.msgserver a { background:url(../images/sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}

/* blue skin as the default skin */
.side_title, .side_blue .side_title {background-position:-195px 0;}
.side_center, .side_blue .side_center {background:url(../images/blue_line.png) repeat-y center;}
.side_bottom, .side_blue .side_bottom {background-position:-195px -50px;}
.close_btn, .side_blue .close_btn {background-position:-44px 0;}
.close_btn:hover, .side_blue .close_btn:hover {background-position:-66px 0;}
.show_btn , .side_blue .show_btn {background-position:-119px 0;}
.msgserver a, .side_blue .msgserver a {color:#06C;}

/* green skin  */
.side_green .side_title {background-position:-349px 0;}
.side_green .side_center {background:url(../images/green_line.png) repeat-y center;}
.side_green .side_bottom {background-position:-349px -50px;}
.side_green .close_btn {background-position:-44px -23px;}
.side_green .close_btn:hover {background-position:-66px -23px;}
.side_green .show_btn {background-position:-147px 0;}
.side_green .msgserver a {color:#76a20c;}