/* base css */
html, body {
    display: block;
    min-width: 1280px;
    width: 100%;
    height: 100%;
    font-family: PingFangSC,"Helvetica Neue", Helvetica, Arial, sans-serif; */
}
a,a:hover{
    text-decoration: none!important;
}
body {
    color: #404040;
    position: relative;
}
body, button, input, select, textarea {
    font: 12px/1.5 PingFangSC,'microsoft yahei', tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
}
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    padding: 0;
    margin: 0;
}
ul {
    list-style-type: none;
}
dl dt {
    font-weight: normal;
}
i, em {
    font-style: normal;
}
img {
    display: inline-block;
}
.clearfix{
    clear: both;
}
label,.lbl  {
    font-weight: normal;
}
textarea, input[type="text"], input[type="password"] {
    border-radius: 0;
    color: #858585;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    padding: 5px 4px;
    line-height: 1.2;
    font-family: inherit;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}
textarea:hover, input[type="text"]:hover, input[type="password"]:hover {
    border-color: #b5b5b5 !important;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #696969;
    border-color: #66afe9 !important;
    background-color: #fff;
    outline: 0
}
select {
    border-radius: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    color: #858585;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    padding: 3px 4px;
    height: 30px
}
select:focus {
    color: #696969;
    border-color: #66afe9;
    background-color: #fff;
    outline: 0
}
select[multiple] {
    height: auto;
}
select option {
    padding: 3px 4px
}
select option:active, select option:hover, select option:focus {
    background-color: #e5e9ee;
    color: #111
}
input[disabled] {
    color: #848484!important;
    background-color: #f5f5f5!important
}
input[disabled]:hover {
    border-color: #d5d5d5!important
}
input[type="submit"],input[type="reset"],input[type="button"],input[type="text"],textarea {
    -webkit-appearance: none;
}
input[type=checkbox].ace,input[type=radio].ace {
    opacity: 0;
    position: absolute;
    z-index: 9;
    width: 17px;
    height: 18px;
    cursor: pointer;
    vertical-align: middle;
}
input[type=checkbox].ace:checked,input[type=radio].ace:checked,input[type=checkbox].ace:focus,input[type=radio].ace:focus {
    outline: none!important
}
input[type=checkbox].ace+.lbl,input[type=radio].ace+.lbl {
    position: relative;
    z-index: 8;
    display: inline-block;
    margin: 0;
    min-width: 17px;
}
input[type=checkbox].ace+.lbl::before,input[type=radio].ace+.lbl::before {
    font-weight: normal;
    font-size: 12px;
    color: #32a3ce;
    content: " ";
    font-weight: bold;
    background-color: #fafafa;
    border: 1px solid #c8c8c8;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    border-radius: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 16px;
    line-height: 14px;
    min-width: 16px;
    margin-right: 4px;
    margin-bottom: 2px;
}
input[type=checkbox].ace:checked+.lbl::before,input[type=radio].ace:checked+.lbl::before {
    display: inline-block;
    content: '√';
    background-color: #f5f8fc;
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05),inset 0 -15px 10px -12px rgba(0,0,0,0.05),inset 15px 10px -12px rgba(255,255,255,0.1)
}
input[type=radio].ace:checked+.lbl::before {
    content: "•"
}
input[type=radio].ace+.lbl::before {
    border-radius: 100%;
    font-size: 11px;
    text-shadow: 0 0 1px #786cb6;
    line-height: 17px;
    height: 18px;
    min-width: 18px
}
input[type=checkbox].ace:hover+.lbl::before,input[type=radio].ace:hover+.lbl::before,input[type=checkbox].ace+.lbl:hover::before,input[type=radio].ace+.lbl:hover::before {
    border-color: #ff893c
}
input[type=checkbox].ace:active+.lbl::before,input[type=radio].ace:active+.lbl::before,input[type=checkbox].ace:checked:active+.lbl::before,input[type=radio].ace:checked:active+.lbl::before {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05),inset 0 1px 3px rgba(0,0,0,0.1)
}
input[type=checkbox].ace:disabled+.lbl::before,input[type=radio].ace:disabled+.lbl::before,input[type=checkbox].ace[disabled]+.lbl::before,input[type=radio].ace[disabled]+.lbl::before,input[type=checkbox].ace.disabled+.lbl::before,input[type=radio].ace.disabled+.lbl::before {
    background-color: #DDD!important;
    border-color: #CCC!important;
    box-shadow: none!important;
    color: #BBB
}

/* 通用样式 */
.p0     {padding:0 !important}
.pb8    {padding-bottom: 8px !important;}
.pt1    {padding-top:1px !important;}
.pt2    {padding-top:2px !important;}
.pt10   {padding-top:10px !important;}
.pt20   {padding-top:20px !important;}
.pl0    {padding-left:0 !important;}
.pt8    {padding-top:8px !important;}
.pl1    {padding-left:1px !important;}
.pl2    {padding-left:2px !important;}
.pl3    {padding-left:3px !important;}
.pl4    {padding-left:4px !important;}
.pl5    {padding-left:5px !important;}
.pl8    {padding-left:8px !important;}
.pl13   {padding-left:13px !important;}
.pl20   {padding-left:20px !important;}
.pl24   {padding-left:24px;}
.plr0   {padding-left: 0 !important; padding-right: 0 !important;}
.plr4   {padding-left: 4px !important; padding-right: 4px !important;}
.pr0    {padding-right:0 !important;}
.pr8    {padding-right: 8px !important;}
.pt4    {padding-top:4px !important;}
.pt20   {padding-top:20px !important;}
.pt36   {padding-top:36px !important;}
.pt4    {padding-top:4px;}
.ptb4   {padding-top: 4px !important; padding-bottom: 4px !important;}
.ptb8   {padding-top: 8px !important; padding-bottom: 8px !important;}
.ml20   {margin-left:20px !important;}
.ml8    {margin-left:8px !important;}
.mlr4   {margin-left:4px !important; margin-right:4px !important;}
.mlr8   {margin-left:8px !important; margin-right:8px !important;}
.mr0    {margin-right:0 !important};
.mr4    {margin-right:4px !important;}
.mr6    {margin-right:6px !important;}
.mr8    {margin-right:8px !important;}
.mr10    {margin-right:10px !important;}
.mr12   {margin-right:12px !important;}
.mr20   {margin-right:20px !important;}
.mt4    {margin-top:4px !important;}
.mt8    {margin-top:8px !important;}
.mt10   {margin-top: 10px !important;}
.mt12   {margin-top: 12px !important;}
.mt20   {margin-top:20px !important;}
.mt40   {margin-top:40px !important;}
.mb0    {margin-bottom:0 !important;}
.bt0    {border-top-width: 0 !important;}
.fs20   {font-size:20px !important;}
.fs18   {font-size:18px !important;}
.fs16   {font-size:16px !important;}
.fs12   {font-size:12px !important;}
.fs14   {font-size:14px !important;}
.fs24   {font-size:24px !important;}
.fs30   {font-size:30px !important;}

.fw-n   {font-weight:normal !important;}
.fw-b   {font-weight:bold !important;}
.lh20   {line-height:20px !important;}
.lh30   {line-height:30px !important;}
.lh40   {line-height:40px !important;}

.va-m   {vertical-align:middle !important;}
.va-t   {vertical-align:top !important;}

.yahei  {font-family: 'microsoft yahei' !important};
.songti {font-family: '\5b8b\4f53'}

.pos-r  {position:relative !important;}
.pos-a  {position:absolute !important;}
.cursor-p{cursor:pointer !important;}
.ta-c   {text-align:center;/* 待删除 text-center取待 */}
.color-red{
    color:#ff0000 !important;
}
/* 公共表单样式 */
.v-line{
  font-size: 0;
  width: 1px;
  height: 11px;
  margin: 0 8px;
  border-width: 0 1px 0 0;
  border-style: solid;
  overflow: hidden;
  display: inline-block;
  line-height: 0;
  vertical-align: -1px;
}
.arrow {
    display: inline-block;
    padding-left: 8px;
    padding-right: 20px;
    background: url(../img/base/icon-arrow.png) right top no-repeat;
}
.arrow:hover {
    background-position: right bottom;
}
/* tip submit样式 */
.tip-init-primary {
    position:fixed !important;
    top:80px;
    left:50%;
}
.tip-init-primary .tip-content{
    border:4px #70c8f8 solid !important;
    background-color:#dbf1fe !important;
    text-align:center;
    height:35px;
    line-height:28px;
    font-size:14px;
    font-weight:bold;
    padding:0px 20px;
}
.loading {
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-45px;
    margin-top:-13px;
}

/*header css*/
.header{
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 60px;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
}
.header .header-left{
    float: left;
}
.header .header-left a.header-logo{
    /*margin: 10px 0 0 100px;*/
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
}
.header .header-left .nav{
    padding-left:140px; 
}
.header .header-left .nav a{
    font-size: 16px;
    color: #FFF;
    margin-right: 60px;
}
.header .header-right{
    float: right;
    position: relative;
    padding-right: 10px;
}
.header .header-right a{
    font-size: 16px;
    color: #FFF;
    margin-left: 45px;
}
/*.header .header-right */
/*header-1*/
.com-header-bg{
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.08);
    -webkit-transition: none!important;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.08);
    color: #fff;
    color: #000!important;
    color: rgba(0,0,0,.85)!important;
    height: 70px;
    left: 0;
    position: fixed;
    top: 0;
    transition: none!important;
    width: 100%;
    z-index: 999;
    /*border: 1px solid #f00;*/
}
.com-header-bg .bg-center{
    overflow: initial;
    width: 1400px;
}
.com-header-bg .bg-center .bg-left{
    /*width: 600px;
*/    height: 70px;
    float: left;
    position: relative;
}
.com-header-bg .bg-center .bg-left .bg-logo{
    position: absolute;
    top: 6px;
    left: 5px;
}
.com-header-bg .bg-center .bg-left .bg-logo img{
    width: 145px;
}
.com-header-bg .bg-center .bg-left .bg-city{
    margin-left:80px; 
    float: left;
    font-size: 12px;
    margin-top: 24px;
    color: #666666;
    cursor: pointer;
    height: 37px;
}
.com-header-bg .bg-center .bg-left .bg-city img{
    width: 10px;
    height: 5px;
    margin-left: 2px;
}
.com-header-bg .bg-center .bg-left{
    position: relative;
}
.com-header-bg .bg-center .bg-left .bg-city-area{
    width: 270px;
    background:#ffffff;
    position: absolute;
    top: 60px;
    left: 70px;
    padding: 10px 20px;
    z-index: 999;
}
.com-header-bg .bg-center .bg-left .bg-city-area .city-list{
    margin-bottom: 15px;
}
.com-header-bg .bg-center .bg-left .bg-city-area .city-list h2{
    font-size:15px;
    font-family:SourceHanSansCN-Bold,SourceHanSansCN;
    font-weight:bold;
    color: #666666;
    font-weight: bold;
    margin-bottom: 10px;
}
.com-header-bg .bg-center .bg-left .bg-city-area .city-list a{
    color: #666666;
    font-size: 14px;
    display: inline-block;
    line-height: 25px;
    margin-right: 15px;
}
.com-header-bg .bg-center .bg-left .bg-nav{
    float: left;
    margin-left:185px; 
    cursor: pointer;
}
.com-header-bg .bg-center .bg-left .bg-nav a{
    font-size: 16px;
    margin-right: 55px;
    color: #666666;
    display: inline-block;
    line-height: 68px;
    letter-spacing: 2px;
}
.com-header-bg .bg-center .bg-left .bg-nav a.on{
    border-bottom: 2px solid #FA6128;
}
.com-header-bg .bg-center .bg-right{
    height: 60px;
    float: right; 
}
.com-header-bg .bg-center .bg-right a{
    font-size: 16px;
    margin-left: 25px;
    color: #666;
    line-height: 60px;
}
.header .header-right .header-avtar,
.com-header-bg .bg-center .header-avtar
{
    width: 32px;
    min-height: 37px;
    display: inline-block;
    background: url(../image/icon/avtar_icon.png) top no-repeat;
    background-size: 32px;
    margin-top: 15px;
    cursor: pointer;
}
.header .header-right .header-avtar:hover,
.com-header-bg .bg-center .header-avtar:hover{
    background: url(../image/icon/avtar_on.png) top no-repeat;
    background-size: 32px;
}
.com-header-bg .bg-center .bg-right{
    position: relative;
    margin-right: 30px;
}
.header .header-right .user-nav,
.com-header-bg .bg-center .user-nav{
    position: absolute;
    top: 50px;
    right: 0px;
    width: 80px;
    cursor: pointer;
    display: none;
    border: 1px solid #47a4f6;
    padding: 15px 0 15px 0;
    border-radius: 3px;
    background: #ffffff;
}
.header .header-right .user-nav p,
.com-header-bg .bg-center .user-nav p{
    padding: 0;
    line-height: 26px;
    text-align: center;
    margin-top: 5px;
}
.header .header-right .user-nav p a,
.com-header-bg .bg-center .user-nav p a{
    font-size: 14px;
    margin-left: 0;
    cursor: pointer;
    color: #000000;
    line-height: 30px;
}
.header .com-header-index-bg{
    overflow: initial;
}
/*-- footer css 开始--*/
.footer{
    width: 100%;
    height: auto;
    margin-top: 65px;
    padding-top: 40px;
    clear: both;
    overflow: hidden;
    background-color: #eeeeee;
}
.com-footer{
    width: 1200px;
    height: auto;
    margin: auto;
    color: #666666;
    overflow: hidden;
}
.com-footer .footer-middle{
    overflow: hidden;
}
.com-footer .footer-left{
    width: 450px;
    height: auto;
    float: left;
}
.com-footer .footer-left .f-link{
    color: #666666;
}
.com-footer .footer-left .f-link h3{
    margin-top: 0;
    font-weight: bold;
}
.com-footer .footer-left .f-link  a{
    width: 120px;
    color: #666666;
    font-size: 15px;
    display: inline-block;
    padding: 5px 0;
    letter-spacing: 1px;
    margin-right: 10px;
}
.com-footer .footer-left .f-pro{
    color: #666666;
    margin-top: 40px;
}
.com-footer .footer-left .f-serv{
    margin-top: 10px;
}
.com-footer .footer-left .f-pro span{
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    margin-right: 20px;
    letter-spacing: 2px;
}
.com-footer .footer-left .f-pro a{
    /*width: 85px;*/
    color: #666666;
    font-size: 15px;
    display: inline-block;
    padding: 5px 0;
    letter-spacing: 1px;
    margin-right: 25px;
}
.com-footer .footer-left p{
    margin-top: 10px;
}
.com-footer .footer-left p.tel-title{
    font-size: 14px;
    color: #666666;
}
.com-footer .footer-left p.tel{
    font-size: 30px;
    color: #0bab7c;
    margin-top: -5px;
    font-weight: bold;
}
.com-footer .footer-right{
    width: 710px;
    height: 200px;
    float: right;
}
.com-footer .footer-right .f-partner{
    margin-bottom: 0px;
}
.com-footer .footer-right .f-partner h2{
    font-weight: bold;
    margin-bottom: 15px;
}
.com-footer .footer-right .f-partner a{
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 20px;
}
.com-footer .footer-right .f-partner a img{
    width: 149px;
    height: 58px;
    border-radius: 2px;
}
.com-footer .footer-right h2.focus{
    font-size: 24px;
    margin-bottom: 20px;
    color: #666666;
}
.com-footer .footer-right ul li{
    float: left;
    margin-right: 35px;
}
.com-footer .footer-right ul li:last-child{
    margin-right: 0;
}
.com-footer .footer-right ul li dl dt{
    text-align: center;
}
.com-footer .footer-right ul li dl dt img{
    width: 150px;
}
.com-footer .footer-right ul li dl dd{
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
    line-height: 18px;
}
.copy-right-bottom{
    border-top:1px solid #ffffff;
    background: #ffffff;
}
.copy-right-bottom p{
    margin: 0;
    text-align: center;
    line-height: 40px;
    color: #666666;
}
.copy-right-bottom p a{
    color: #666666;
}
.footer-company{
    margin-top: 30px;
    color: #666666;
    margin-bottom: 10px;
}
.footer-company p{
    text-align: center;
    line-height: 30px;
    color: #666666;

}
.none{
    display: none;
}

/*-- footer css 结束--*/
/* 部件样式 *********************************** */
/* 分页 */
.pages {
    margin-top: 20px;
    float:right;
}
.pages span{
    margin-right: 5px;
}
.pages a {
    display: inline-block;
    height: 20px;
    padding: 0 7px;
    text-align: center;
    line-height: 18px;
    text-decoration: none;
    margin: 0 3px;
    border: 1px #ccc solid;
    color: #999;
}
.pages a:hover {
    color: #fff;
    background-color: #fa8232;
    border: 1px #fa8232 solid;
}
.pages span.current {
    display: inline-block;
    height: 20px;
    line-height: 18px;
    padding: 0 7px;
    text-align: center;
    border: 1px #fa8232 solid;
    color: #fff;
    margin: 0 3px;
    background-color: #fa8232;
}
/*分享链接CSS*/
#bsWXBox .bsTop{
    width: 208px!important;
}
#bsWXBox .bsFrameDiv div{
    height: 210px!important;
}
#bsWXBox .bsFrameDiv div img{
    width: 190px!important;
    height: 190px!important;
    margin: 10px!important;
}
/*footer-2*/
.footer-2{
    padding: 50px;
    margin-top:20px;
    background-color: #ffffff;
}
.footer-2 p{
    text-align: center;
}
/*客服*/
.fixed-service {
    position: absolute;
    top: 35%;
    right: 60px;
    width: 70px;
    z-index: 4;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    background: #ffffff;
    padding-top: 10px;
}
.fixed-service li {
    display: block;
    position: relative;
    font-size: 15px;
    text-align: center;
    background: #FFF;
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}
.fixed-service li a{
    text-align: center;
    font-size: 14px;
    color: #666;
}
.fixed-service li a:hover{
    color: #28b8dd;
}
.fixed-service li a i{
    width: 35px;
    height: 32px;
    margin: 0 auto;
    display: block;
}
.fixed-service li.contact-qq a i{
    background: url(../img/index/contact-ico.png) no-repeat -32px 0;
    height: 28px;
}
.fixed-service li.contact-tel a i{
    background: url(../img/index/contact-ico.png) no-repeat -30px -32px;
}
.fixed-service li.contact-wx a i{
    background: url(../img/index/contact-ico.png) no-repeat -30px -64px;
}
.fixed-service li.gotop a i{
    width: 18px;
    height: 15px;
    background: url(../img/index/go-top-arrow.png) no-repeat 0 0;
}
.fixed-service li.gotop:hover a i{
    background: url(../img/index/go-top-arrow.png) no-repeat -18px 0;
}
.fixed-service li a p {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    background: #02b8df;
    color: #FFF;
    font-size: 14px;
}
.fixed-service li.contact-tel a p {
    left: -180px;
    top: 2px;
    width: 170px;
    height: 70px;
    line-height: 22px;
    padding-top: 12px;
    border-radius: 8px;
}
.fixed-service li.contact-wx a p{
    left: -130px;
    top: -60px;
    width: 120px;
    height: 150px;
    line-height: 22px;
    padding-top: 16px;
    font-size: 14px;
    border-radius: 8px;
}
.side-contact p em{
    top: 30px;
}
.fixed-service li.contact-tel a p em {
    position: absolute;
    top: 30px;
    right: -11px;
    width: 11px;
    height: 11px;
    background: url(../img/index/icon_tips_arrow.png) no-repeat 0 0;
}
.fixed-service li.contact-wx a p em {
    position: absolute;
    right: -11px;
    top:70px;
    display: block;
    width: 11px;
    height: 11px;
    background: url(../img/index/icon_tips_arrow.png) no-repeat 0 0;
}
/*分享*/
.abshare{
    overflow: hidden;
    margin:20px 0 0 0;
}
.abshare .bshare-custom a {
    margin-left: 10px;
    width: 60px;
    height: 45px;
    border: 0px;
}
.abshare a.bshare-qzone {
    background-size: contain;
    background: url(../image/icon/kongjian.png) 0px 0px no-repeat;
}
.abshare a.bshare-sinaminiblog {
    background-size: contain;
    background: url(../image/icon/weibo.png) 0px 0px no-repeat;
}
.abshare a.bshare-weixin {
    background-size: contain;
    background: url(../image/icon/weixin.png) 0px 0px no-repeat;
}
.in-error{
    font-size: 24px;
    color: #8f0000;
}
.error-bg{
    width: 100%;
    height: 100%;
    background: url(../image/index/404_bg.jpg) no-repeat #c1f4f8!important;
    background-size: cover!important;
}
.error-center{
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 40%;
}
.error-center p{
    text-align: center;
}
.error-center p.tips{
    font-size: 24px;
    color: #408185;
    margin-bottom: 20px;
}
.error-center p.tips-return a{
    padding: 5px 30px;
    color: #408185;
    border: 1px solid #fff;
}
#topTip {
    position: fixed;
    right: 30px;
    bottom: 150px;
    z-index: 999;
    width: 50px;
    height: 50px;
}
#topTip a.top-btn i {
    width: 49px;
    height: 49px;
    background-position: 0 0;
    display: block;
    background: url(../image/icon/up1.png) no-repeat;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}
#topTip a.top-btn i:hover{
    background: url(../image/icon/up.png) no-repeat;
    background-size: cover;
}
#messageTip {
    position: fixed;
    right: 30px;
    bottom: 210px;
    z-index: 999;
    width: 50px;
    height: 50px;
}
#messageTip a.top-btn i{
    width: 49px;
    height: 49px;
    background-position: 0 0;
    display: block;
    background: url(../image/icon/sead1.png) no-repeat;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}
#messageTip a.top-btn i:hover{
    background: url(../image/icon/sead.png) no-repeat;
    background-size: cover;
}
#adFixOpenBlock{
    position: fixed;
    left: -130px;
    bottom: 130px;
    z-index: 999;
    width: 50px;
    height: 50px;
}
#adFixAreaBox{
    position: fixed;
    left: -100%;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    height: 150px;
    background: rgba(0,0,0,0.5);
}
#adFixAreaBox .ad-middle{
    overflow: initial;;
}
#adFixAreaBox .ad-middle .left img {
    margin-top: -30px;
}
#adFixAreaBox .ad-middle .left{
    float: left;
}
#adFixAreaBox .ad-middle .right{
    float: right;
    width: 450px;
    height: 150px;
    position: relative;
}
#adFixAreaBox .ad-middle .right img{
    position: absolute;
    top: 20px;
    left: 20px;
}
#adFixAreaBox .ad-middle .right h2{
    font-size: 18px;
    color: #fff;
    padding-top: 35px;
    line-height: 36px;
    padding-left: 155px;
}
#adFixAreaBox .ad-middle .right .close{
    position: absolute;
    top: 25px;
    right: 10px;
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
    font-family: Simsun;
    color: #ffffff;
    outline: 0 none -webkit-transition: .5s;
    transition: .5s;
}
#adFixAreaBox .ad-middle .right .close:hover {
    text-decoration: none;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

