@charset "gb2312";
input[type=button],
input[type=submit] {
  border-radius: 4px;
  border: 1px solid #aaa;
  background-color: #eee;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=button]:active,
input[type=submit]:active {
  background-color: #ddd;
}
* {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
  overflow-x: auto;
}
body {
  background: #F2F2F2;
  color: #333;
  font-size: 12px;
  line-height: 150%;
}
body * {
    font-family: "Î¢ÈíÑÅºÚ", "ËÎÌå";
}
textarea {
  resize: none;
}
strong {
 
}
img {
  border: none;
}
ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:link,
a:visited {
  color: #707070;
}
a:hover,
a:active {
  color: #525252;
}
a.white:link,
a.white:visited {
  color: #ffffff ! important;
}
a.white:hover,
a.white:active {
  color: #525252 ! important;
}
a.green:link,
a.green:visited {
  color: #69913b ! important;
}
a.green:hover,
a.green:active {
  color: #525252 ! important;
}
a.orange:link,
a.orange:visited {
  color: #fd6404 ! important;
}
a.orange:hover,
a.orange:active {
  color: #ff0000 ! important;
}
a.red:link,
a.red:visited {
  color: #ff0000 ! important;
}
a.red:hover,
a.red:active {
  color: #525252 ! important;
}
a.gray:link,
a.gray:visited {
  color: #707070 ! important;
}
a.gray:hover,
a.gray:active {
  color: #525252 ! important;
}
a.azure:link,
a.azure:visited {
  color: #3898fe ! important;
}
a.azure:hover,
a.azure:active {
  color: #525252 ! important;
}
a.m-none:hover,
a.m-none:active {
  text-decoration: none ! important;
}
a.m-underline:hover,
a.m-underline:active {
  text-decoration: underline ! important;
}
.underline {
  text-decoration: underline;
}
.point {
  cursor: pointer;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.b-left {
  border-left: 1px solid #E8E4E5;
}
.b-right {
  border-right: 1px solid #E8E4E5;
}
.body {
  width: 988px;
}
.clear {
  clear: both;
}
.b {
  font-weight: bold ! important;
}
.white {
  color: #FFF ! important;
}
.black {
  color: #000 ! important;
}
.c333 {
  color: #333333 ! important;
}
.gray {
  color: gray ! important;
}
.red {
  color: red ! important;
}
.yellow {
  color: #FFCC00 ! important;
}
.blue {
  color: #0099FF ! important;
}
.blue2 {
  color: #0000FF ! important;
}
.orange {
  color: #FD6404 ! important;
}
.orange2 {
  color: #FF6600 ! important;
}
.orange3 {
  color: #FF9900 ! important;
}
.green {
  color: #69913B ! important;
}
.green2 {
  color: #005500 ! important;
}
.green3 {
  color: #008800 ! important;
}
.title2-green {
  color: #005500 ! important;
  font-size: 14px;
  font-weight: bold ! important;
}
.title {
  font-size: 14px;
}
.auth-err {
  color: red ! important;
  text-align: left;
}
.form-err {
  color: red ! important;
  text-align: left;
  border: 1px solid #D2F79A;
  line-height: 25px;
  padding-left: 25px;
  background: #ecfad6 url("img/other.gif") no-repeat 0 -44px;
}
.num-font-small {
  font-weight: 700;
  font-family: Verdana;
  font-size: 12px;
}
.num-font {
  font-weight: 700;
  font-family: Verdana;
  font-size: 14px;
}
.middle * {
  vertical-align: middle ! important;
}
.hide {
  display: none ! important;
}
.hidden {
  visibility: hidden ! important;
}
.en {
  ime-mode: disabled;
}
.wrap {
  word-wrap: break-word;
  word-break: break-all;
}
.solid-line {
  width: 100%;
  height: 1px;
  border: none;
  margin: 0px;
  _line-height: 0px;
  border-bottom: 1px solid #ddd;
}
.b-qq {
  width: 120px;
  height: 40px;
  display: inline-block;
  background: url("img/qq.gif") no-repeat 0 0;
}
.s-qq {
  width: 102px;
  height: 24px;
  display: inline-block;
}
.qq-wpa {
  position: fixed;
  top: 30%;
  right: 0;
  margin-top: -67px;
  -position: absolute;
  -right: 0px;
  z-index: 99999999;
}
.qq-wpa a {
  display: block;
  width: 38px;
  height: 134px;
}
.qq-wpa a:link,
.qq-wpa a:visited {
  background: url("img/qq_wpa.png") no-repeat 0 0;
}
.qq-wpa a:hover,
.qq-wpa a:active {
  background: url("img/qq_wpa.png") no-repeat -38px 0px;
}
.gotop {
  position: fixed;
  width: 20px;
  height: 59px;
  bottom: 120px;
  right: 0;
  -right: 0px;
  -position: absolute;
  z-index: 99999999;
}
.checkbox {
  margin-right: 5px;
}
.disc-list li {
  background: url("img/ico1.gif") no-repeat 0 -107px;
  padding-left: 20px;
  line-height: 170%;
}
.num-list {
  margin: 5px 0 15px 30px;
  list-style-type: decimal;
}
.num-list li {
  line-height: 20px;
}
.btn {
  padding: 3px 25px;
  *padding: 3px 8px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}
.mainTable {
  width: 100%;
  table-layout: fixed;
  border-color: #E5E5E5;
  border-collapse: collapse;
  border-width: 0;
}
.mainTable .selected,
.mainTable .hover {
  background-color: #E8F2FE ! important;
}
.mainTable .odd {
  background: #FFF;
}
.mainTable .even {
  background: #ECF0DF;
}
.mainTable th {
  text-align: center;
  color: #FFF;
  font-weight: bold;
  background-color: #69913B;
  line-height: 35px;
}
.mainTable th.sortable a {
  text-decoration: none;
  color: #FFF;
}
.mainTable th.descending a {
  text-decoration: none;
  color: #FFF;
}
.mainTable th.ascending a {
  text-decoration: none;
  color: #FFF;
}
.mainTable td {
  line-height: 35px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.mainTable td a {
  margin: 0 3px;
}
.urlTableBox {
  overflow-x: hidden;
  overflow-y: auto;
  height: 220px;
}
.urlTable {
  table-layout: fixed;
  width: 100%;
  border-color: #ccc;
  border-collapse: collapse;
  border-width: 0;
}
.urlTable th {
  text-align: center;
  line-height: 20px;
}
.urlTable td {
  word-wrap: break-word;
}
.urlTable td a {
  text-decoration: underline;
}
.urlTable td a:link,
.urlTable td a:visited {
  color: #0099ff ! important;
}
.urlTable td a:hover,
.urlTable td a:active {
  color: #525252 ! important;
}
.urlTable td a:hover,
.urlTable td a:active {
  text-decoration: none ! important;
}
.pop_btns {
  margin: 10px 0 6px 0;
  text-align: center;
}
.pop_btns input {
  padding: 3px 25px;
  *padding: 3px 8px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  margin: 0 20px;
}
.paging {
  text-align: right;
  padding: 3px;
}
.module {
  background: #FFF;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  margin: 7px 0 8px 0;
  padding: 15px 10px;
  text-align: left;
}
.module-top {
  margin-bottom: 0px ! important;
  border-bottom-left-radius: 0px ! important;
  -moz-border-radius-bottomleft: 0px ! important;
  -webkit-border-bottom-left-radius: 0px ! important;
  border-bottom-right-radius: 0px ! important;
  -moz-border-radius-bottomright: 0px ! important;
  -webkit-border-bottom-right-radius: 0px ! important;
}
.module-bottom {
  margin-top: 0px ! important;
  border-top-left-radius: 0px ! important;
  -moz-border-radius-topleft: 0px ! important;
  -webkit-border-top-left-radius: 0px ! important;
  border-top-right-radius: 0px ! important;
  -moz-border-radius-topright: 0px ! important;
  -webkit-border-top-right-radius: 0px ! important;
}
.module-bottom.n-top-border {
  border-top: none;
}
.container {
  padding: 20px 20px;
}
.loading {
  background: #ffffff url("img/load.gif") no-repeat center;
}
.dialog {
  background: #EBF1DE;
  padding: 5px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.dialog .title-bar {
  font-size: 14px;
  color: #464445;
  line-height: 20px;
  font-weight: bold;
  margin: 5px 0;
}
.dialog .title-bar .text {
  float: left;
}
.dialog .title-bar .close {
  float: rig?t;
  line-height: 20px;
  display: inline-block;
  padding-left: 25px;
  background: url("img/other.gif") no-repeat 0 -48px;
  cursor: pointer;
}
.dialog .btn-bar {
  text-align: center;
  margin: 10px;
}
.dialog .box {
  border: 1px solid #CCC;
  padding: 10px;
  background: #FFF;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}
.head {
  padding: 7px 0px;
}
.head-body {
  height: 37px;
}
.head-body .left {
  height: 37px;
  width: 9px;
  float: left;
  background: url("img/head_bg1.jpg") no-repeat 0 0;
}
.head-body .center {
  float: left;
  height: 37px;
  width: 975px;
  background: url("img/head_bg2.jpg") repeat-x;
}
.head-body .right {
  height: 37px;
  width: 4px;
  float: left;
  background: url("img/head_bg3.jpg") no-repeat 0 0;
}
.logo-img {
  padding-right: 5px;
}
.logo-img img {
  border: none;
}
.logo h1 {
  font-size: 22px;
  color: #FFF;
  font-family: "????????", "????";
  display: inline;
}
.menu{ float:left;
padding-left:100px;
}
.menu .sp {
  width: 2px ! important;
  background: url("img/head_sp_line.jpg") no-repeat 0 0;
}
.menu li {
  float: left;
  height: 37px;
  line-height: 37px;
  width: 100px;
  text-align: center;
  font-weight: bold;
}
.menu li a {
  color: #FFF ! important;
}
.menu li.selected {
  background-color: #6E981C;
}
.index-bar {
  border-radius: 2px;
  width: 100%;
  height: 325px;
  padding: 8px;
  background: url("img/main_bg.jpg") repeat-y;
}
.index-bar .left {
  height: 100%;
  width: 406px;
  float: left;
  text-align: left;
  padding: 10px 0 0 10px;
}
.index-bar h2 {
  font-size: 30px;
  padding: 5px 0;
  color: #394D1A;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.index-bar .right {
  height: 100%;
  width: 535px;
  float: left;
  text-align: left;
}
.index-bar .right .imgs {
  text-align: right;
}
.index-bar .free {
  position: absolute;
}
.func-list {
  padding: 10px 0 0 20px;
  float: left;
}
.func-list li {
  background: url("img/gou.gif") no-repeat 0 0;
  height: 31px;
  width: 140px;
  padding-left: 30px;
  line-height: 31px;
  font-size: 14px;
  color: #556D2F;
  font-weight: bold;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.four-step-title {
  padding: 10px 0 5px 20px;
  font-size: 14px;
  color: #769C25;
  font-weight: bold;
}
.four-step {
  background: url("img/step4.jpg") no-repeat 0 0;
  height: 31px;
  width: 349px;
  margin: 10px 5px;
}
.four-step li {
  float: left;
  width: 85px;
  line-height: 31px;
  text-align: center;
  color: #769C25;
  font-weight: bold;
}
.buttons {
  display: inline-block;
  position: absolute;
  width: 480px;
  padding: 5px;
}
.f-btn-down {
  width: 150px;
  height: 54px;
  display: inline-block;
  float: left;
  margin-left: 90px;
}
.f-btn-down:link,
.f-btn-down:visited {
  background: url("img/B-1.jpg") no-repeat 0 0;
}
.f-btn-down:hover,
.f-btn-down:active {
  background: url("img/B-1.jpg") no-repeat 0 -54px;
}
.f-btn-down2 {
  width: 250px;
  height: 54px;
  display: inline-block;
}
.f-btn-down2:link,
.f-btn-down2:visited {
  background: url("img/B-2.jpg") no-repeat 0 0;
}
.f-btn-down2:hover,
.f-btn-down2:active {
  background: url("img/B-2.jpg") no-repeat 0 -54px;
}
.article-btn-down {
  width: 250px;
  height: 54px;
  display: inline-block;
  margin-bottom: 5px;
}
.article-btn-down:link,
.article-btn-down:visited {
  background: url("img/B-2.jpg") no-repeat 0 -108px;
}
.article-btn-down:hover,
.article-btn-down:active {
  background: url("img/B-2.jpg") no-repeat 0 -162px;
}
.btn-vip {
  width: 150px;
  height: 54px;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.btn-vip:link,
.btn-vip:visited {
  background: url("img/B-1.jpg") no-repeat 0 -216px;
}
.btn-vip:hover,
.btn-vip:active {
  background: url("img/B-1.jpg") no-repeat 0 -270px;
}
.btn-links {
  width: 150px;
  height: 54px;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.btn-links:link,
.btn-links:visited {
  background: url("img/B-1.jpg") no-repeat 0 -378px;
}
.btn-links:hover,
.btn-links:active {
  background: url("img/B-1.jpg") no-repeat 0 -432px;
}
.btn-down {
  width: 150px;
  height: 54px;
  display: inline-block;
  margin-right: 5px;
  background: #e95201 url("img/B-1.jpg") no-repeat 0 -324px;
}
.down-pwd {
  width: 150px;
  height: 30px;
  display: inline-block;
  border: solid 2px #769C25;
  background: #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  color: red;
  font-size: 30px;
  font-weight: bold;
  margin: 20px;
  line-height: 30px;
  padding: 10px;
}
.btn-qq {
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  float: left;
  height: 25px;
}
.sites {
  clear: both;
  color: #6C8740;
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  padding-left: 25px;
  margin-top: 70px;
}
.number {
  font-family: Georgia;
  color: #FA2102;
  font-size: 25px;
}
.free-icn {
  position: absolute;
  z-index: 10px;
  top: 150px;
  float: left;
}
.index-task-count {
  text-align: center;
  color: #77A423;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0px;
}
.index-task-count a {
  color: #77A423 ! important;
}
.index-task-count b {
  color: #F89900;
}
.index-main .left {
  float: left;
  width: 728px;
}
.index-main .right {
  float: right;
  width: 250px;
}
.index-main .right .disc-list li,
.index-main .right .num-list li {
  *line-height: 21px;
  -line-height: 23px;
}
.llb-info {
  font-size: 13px;
  line-height: 160%;
  color: #6A6A6A;
  *letter-spacing: -1px;
}
.llb-info strong {
  font-weight: bold ! important;
}
.green-title {
  color: #77A423;
  font-size: 17px;
}
.black-title {
  display: block;
  font-weight: bold;
  font-size: 15px;
  line-height: 180%;
}
.traits li {
  float: left;
  width: 350px;
  height: 80px;
}
.traits li * {
  vertical-align: middle;
}
.trait-img {
  float: left;
  padding: 20px 10px;
}
.trait-img span {
  width: 49px;
  height: 49px;
  display: inline-block;
}
.trait1 {
  background: url("img/r2.jpg") no-repeat 0 0;
}
.trait2 {
  background: url("img/r2.jpg") no-repeat 0 -45px;
}
.trait3 {
  background: url("img/r2.jpg") no-repeat 0 -90px;
}
.trait4 {
  background: url("img/r2.jpg") no-repeat 0 -145px;
}
.trait-info {
  vertical-align: middle;
  padding: 15px 0;
}
.app-body {
  margin: 10px 0;
}
.sequence {
  float: left;
  width: 40px;
  color: #76A420;
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
  padding: 0 10px;
}
.app {
  float: left;
  width: 640px;
}
.icon-title {
  height: 20px;
  margin-bottom: 5px;
  *margin-bottom: -5px;
  -margin-bottom: -10px;
}
.icon-title h4 {
  padding-left: 25px;
  line-height: 21px;
  height: 21px;
  display: inline;
  font-size: 15px;
  float: left;
}
.icon-title a {
  float: right;
  line-height: 25px;
}
.icon1 {
  background: url("img/ico1.gif") no-repeat 0 0;
}
.icon2 {
  background: url("img/ico1.gif") no-repeat 0 -21px;
}
.icon3 {
  background: url("img/ico1.gif") no-repeat 0 -42px;
}
.icon4 {
  background: url("img/ico1.gif") no-repeat 0 -63px;
}
.icon5 {
  background: url("img/ico1.gif") no-repeat 0 -84px;
}
.update-log {
  margin-bottom: 15px;
  overflow: hidden;
}
.update-log a,
.update-log div {
  color: #808080 ! important;
  font-weight: bold;
  line-height: 25px;
}
.text-qq {
  padding: 5px 0;
}
.module news{
  margin: 10px 0px;
  padding: 20px;
}
.thread-news {
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
}
.artc-news {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 170%;
}
.artc-news p {
  text-indent: 28px;
  line-height:30px;
  margin-bottom:10px;
}
.tail {
  text-align: left;
}
.partners {
  text-align: center;
}
.partners a {
  margin: 5px 12px;
  width: 134px;
  height: 66px;
  display: inline-block;
}
.chinaz {
  background: url("img/link.jpg") no-repeat 0 -132px;
}
.baidu {
  background: url("img/link.jpg") no-repeat 0 -66px;
}
.newhua {
  background: url("img/link.jpg") no-repeat 0 -330px;
}
.aliyun {
  background: url("img/link.jpg") no-repeat 0 -198px;
}
.ijinshan {
  background: url("img/link.jpg") no-repeat 0 -264px;
}
.admin5 {
  background: url("img/link.jpg") no-repeat 0 0;
}
.links {
  margin: 5px 0;
}
.links a {
  color: #afafaf ! important;
  display: inline-block;
  margin: 0 5px;
}
.links span {
  color: #dddddd;
}
.copyright {
  text-align: center;
  margin: 20px 0;
}
.index-links a {
  margin: 10px;
}
.download .left {
  width: 550px;
  float: left;
}
.download .right {
  width: 390px;
  float: left;
  padding: 10px 0px 10px 20px;
}
.download h1 {
  font-size: 32px;
}
.download-desc {
  margin: 20px 0;
  font-size: 14px;
  color: #666;
  line-height: 25px;
}
.download-count {
	margin-left:50px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.download-count .number {
  color: #FF6F0F ! important;
  font-size: 35px ! important;
}
.download-btn {
  margin: 20px 0;
}
.download-btn .f-btn-down,
.download-btn .p-btn-down {
  margin-right: 30px;
}
.other-download-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}
.other-download-title hr {
  margin: 0;
}
.other-download-title .desc {
  font-size: 14px;
  color: green;
}
.other-download a {
  margin: 0 5px;
  float: left;
  line-height: 25px;
  width: 120px;
  font-size: 14px;
}
.other-download a:link,
.other-download a:visited {
  color: #083f8c ! important;
}
.other-download a:hover,
.other-download a:active {
  color: #e50000 ! important;
}
.b-black-title {
  font-size: 32px;
  font-weight: bolder;
  line-height: 80px;
  color: #333333;
}
.text {
  font-size: 12px;
  line-height: 25px;
}
.text-field {
  height: 31px;
  line-height: 27px;
  width: 260px;
  font-size: 16px;
  padding: 2px;
}
.s-text-field {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  padding: 1px;
}
.text-area {
  padding: 2px;
}
.form-err {
  line-height: 25px;
  display: inline-block;
  padding-left: 25px;
  color: red;
  background: url("img/other.gif") no-repeat 0 -46px;
}
.p30 {
  padding: 30px;
}
.pl30 {
  padding-left: 30px;
}
.s-black-title {
  font-size: 20px;
  font-weight: bolder;
  line-height: 60px;
  color: #333333;
}
.ulog .left {
  float: left;
  width: 250px;
  padding: 20px 10px;
}
.ulog .right {
  text-align: left;
  float: right;
  width: 685px;
}
.reg-login {
  color: #555553 ! important;
  font-size: 13px;
}
.reg-login .icon-title {
  height: 21px;
  padding: 10px 0 0 40px;
  font-size: 18px;
  color: #74A120;
  font-weight: bold;
}
.reg-login .border {
  margin: 10px 20px;
  background-color: #DCFAB2;
  border: 1px solid #CFEA8B;
  padding: 25px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.reg-login .left {
  margin: 10px 20px;
  background-color: #DCFAB2;
  border: 1px solid #CFEA8B;
  padding: 25px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  float: left;
  width: 360px;
  height: 350px;
}
.reg-login .right {
  margin: 10px 10px 10px 40px;
  float: left;
  width: 455px;
}
.reg-login .find-pwd-info {
  line-height: 100px;
  text-align: center;
  font-size: 12px;
}
.reg-icon {
  background: url("img/other.gif") no-repeat 0 -103px;
}
.login-icon {
  background: url("img/other.gif") no-repeat 0 -70px;
}
.auth-err {
  border: 1px solid #D2F79A;
  line-height: 25px;
  padding-left: 25px;
  background: #ecfad6 url("img/other.gif") no-repeat 0 -44px;
}
.services {
  margin: 10px;
}
.services li {
  line-height: 20px;
  font-size: 14px;
  padding-left: 25px;
  margin: 10px 0;
}
.ser1 {
  background: url("img/r.gif") no-repeat 0 0px;
  margin: 2px 0;
}
.ser2 {
  background: url("img/r.gif") no-repeat 0 ?20px;
  margin: 2px 0;
}
.ser3 {
  background: url("img/r.gif") no-repeat 0 -40px;
  margin: 2px 0;
}
.ser4 {
  background: url("img/r.gif") no-repeat 0 -60px;
  margin: 2px 0;
}
.ser5 {
  background: url("img/r.gif") no-repeat 0 -80px;
  margin: 2px 0;
}
.ser6 {
  background: url("img/r.gif") no-repeat 0 -100px;
  margin: 2px 0;
}
.ser7 {
  background: url("img/r.gif") no-repeat 0 -120px;
  margin: 2px 0;
}
.ser8 {
  background: url("img/r.gif") no-repeat 0 -140px;
  margin: 2px 0;
}
.ser9 {
  background: url("img/r.gif") no-repeat 0 -160px;
  margin: 2px 0;
}
.ser10 {
  background: url("img/r.gif") no-repeat 0 -180px;
  margin: 2px 0;
}
.ser11 {
  background: url("img/r.gif") no-repeat 0 -200px;
  margin: 2px 0;
}
.ser12 {
  background: url("img/r.gif") no-repeat 0 -220px;
  margin: 2px 0;
}
.green-btn1 {
  width: 88px;
  height: 34px;
  display: inline-block;
  color: #FFF ! important;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: #689e22 url("img/btn.jpg") no-repeat 0 -335px;
}
.green-btn1:link,
.green-btn1:visited {
  background: #689e22 url("img/btn.jpg") no-repeat 0 -335px;
}
.green-btn1:hover,
.green-btn1:active {
  background: #689e22 url("img/btn.jpg") no-repeat -87px -335px;
}
