
/* 公用 */
html{}
body { text-align: left; padding: 0; margin: 0;color: #333; font-family: Manrope, sans-serif; height: auto;
  background: #fff; overflow-x: hidden; -webkit-tap-highlight-color: transparent;  word-break: break-word; -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; box-sizing: border-box; -webkit-text-size-adjust:none;
  text-size-adjust: 100%;}
* { box-sizing: border-box;
  /*-webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms;*/
  /*-o-transition: all ease 300ms; transition: all ease 300ms;*/
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p { padding: 0; margin: 0;}
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th { padding: 0; margin: 0;}
fieldset { border-top-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-width: 0;}
a,img,iframe {border: 0; padding: 0; margin: 0;}
a, a:hover {text-decoration: none; color: #333;}
i { font-style: normal;}
address,caption,cite,cite,code,dfn,em,th,var { font-weight: normal; font-style: normal;}
ul,ol,li { list-style: none;}
caption { text-align: left;}
th { text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: inherit; font-size: 100%;}
button,input,select,textarea { font-size: 100%;}
table { border-collapse: collapse; border-spacing: 0;}
.por { position: relative;}
.poa { position: absolute;}
input,textarea,select { font-family: inherit; font-size: 100%;}
.ease,.ease * { -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms; transition: all ease 300ms;}
.noease,.noease * {-webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none;}
textarea::-moz-placeholder { color: #999; opacity: 1; font-size: 24px;}
input::-ms-input-placeholder,textarea::-ms-input-placeholder { color: #999; font-size: 24px;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: inherit; font-size: inherit;}
.fl,.left { float: left;}
.fr,.right { float: right;}
.tac { text-align: center;}
.tar { text-align: right;}
.clear { clear: both; font-size: 0; margin: 0; padding: 0; display: block; _height: 0; overflow: hidden;}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.clearfix { *zoom: 1;}
.hidden { display: none;}
.dialog-layout {position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 999; background: #000; opacity: 0.5;}
.ab { width: 100%; height: 100%; display: block;}
.ov { overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.font-0 { display: none;}

/* 头部 */
header.header { align-items:center;  box-sizing:border-box;
  display:flex;justify-content:space-between; left:0;  padding:0 3%; position:fixed;min-width: 1280px;
  top:0; transition:all .1s ease-out 0s; width:100%;z-index:999}
.body-fixed-other-panel header.header{
  background: rgba(255,255,255,1);
}

.lagbox{
  display: none;
  padding:1%;
  margin-bottom: 20px;
}
.lagbox .lagboxContent{
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.lagbox div {
  margin-right:10px;
}
.lagbox div img{
  width:25px;
  height:19px;
}

@media (max-width:1100px) {
  header.header {padding:0 10px 0 10px;min-width: auto;}
}
.logo { margin:0; padding:15px 0; transition:all .1s ease-out 0s}
@media (max-width:991px) {
  .logo { padding:12px 0}
}
.logo img { transition:all .1s ease-out 0s}
.logo a,.logo img { display:block;width: 100%;}


@media (min-width: 768px) and (max-width: 1200px) {
  .logo a {width:85%}
}

@media (max-width: 768px) {
  .logo a { width:75%}
}


.logo-wrap { flex-shrink:0;width:18%;}
@media (max-width:991px) {
  .logo-wrap { align-items:center; display:flex; justify-content:space-between; width:100%}
}
.menu-wrap { align-items:center; display:flex; justify-content: flex-start; width:80%; }

@media (max-width:991px) {
  .menu-wrap {bottom:0; display:block; height:100%; margin:0; overflow:auto; padding-bottom:30px;
    padding-top:100px; position:fixed; right:100%; top:0; transition: ease-in-out .2s; width:82%; z-index:998 }
}
.menu-toggle { cursor:pointer; display:none; padding:9px 10px}
.menu-toggle:active .icon-bar,.menu-toggle:focus .icon-bar,.menu-toggle:hover .icon-bar {  background:#333}
@media (max-width:991px) {
  .menu-toggle { display:block}
}
.menu-toggle .icon-bar { background:#333; display:block; height:2px; margin-bottom:10px; transition:all .3s ease-out 0s; width:30px}
.menu-toggle .icon-bar-3 { margin-bottom:0}
.menu-on-shadow { display:none}
.menu-on { transition:all .3s ease-out 0s}
@media (max-width:991px) {
  .menu-on { bottom:0; left:0; overflow:hidden; position:fixed; right:0; top:0; transform:translateX(82%) }
  .menu-on .logo-wrap { background:#ebebeb; box-shadow:0 0 3px rgba(0,0,0,.1); padding:0 12px 0 20px; position:fixed; right:100%;
    top:0; width:82%; z-index:999}
  .menu-on .icon-bar { transition:all .3s ease-out .4s}
  .menu-on .icon-bar-1 { margin-bottom:0; transform: rotate(-45deg) translate(-6px, 8px); }
  .menu-on .icon-bar-2 { opacity:0 }
  .menu-on .icon-bar-3 {transform: rotate(45deg) translate(-3px, -4px); }
  .menu-on .menu-on-shadow { background:rgba(0,0,0,.3); content:""; cursor:pointer; display:block; height:100%; left:0; position:fixed;
    top:0; width:100%; z-index:19999}
}
.menu { margin:0; padding:0 0 0 8%;width:100%; display: flex; justify-content: flex-start;}
.menu li {height:80px;list-style:none;transition:all .1s ease-out 0s; padding:0 4%;}
@media (max-width: 1200px) {
  .menu li{padding:0 1%;}
}
@media (max-width:991px) {
  .menu li { float:none; height:auto }
  .menu li .fa-angle-down { display:none }
  .menu { margin:0; padding:0;width:100%; display: inline;}
}
.menu li.dropdown .fa-angle-down { opacity:.8; transition:transform .3s}
.menu li.dropdown:hover>.sub-menu { opacity:1; transform:rotateX(0); transition:transform .3s,opacity .1s; visibility:visible}
.menu li.dropdown:hover>.sub-menu:before { opacity:1;  transition:opacity .1s .2s}
.menu li.dropdown:hover .fa-angle-down { transform:rotate(-180deg); transition:transform .3s}

.menu li.active .sub-menu a,
.menu li.active .sub-menu a:hover { color:#121212}
@media (max-width:991px) {
  .menu li.active .sub-menu a:hover { color:#121212}
}
.menu li i.new { background:#2ac36c; border-radius:3px;color:#fff; display:block; font-size:12px; font-style:normal; font-weight:500; line-height:1;
  margin-top:-7px; opacity:.95; padding:2px;  position:absolute; right:13px; top:50%; transform:scale(.9)}
@media (max-width:991px) {
  .menu li i.new { display:none}
}
.menu li.has-flag a { padding-right:30px}
.menu a { color:#333; display:block; font-size: 22px; line-height:80px; outline:none;transition:all .1s ease-out 0s; }
.menu li.active,
.menu a:focus,
.menu a:hover { color:#333; text-decoration:none; text-decoration: underline}
@media (max-width:1660px) {
  .menu a { font-size:16px;}
}
@media (max-width:991px) {
  .menu a { line-height:50px; padding:0 20px; font-size:20px; color: #000}
  .menu li.active a{
    color: #000
  }
}
.menu .sub-menu { backface-visibility:hidden; background:#fff; border-radius:5px; box-shadow:1px 2px 5px 1px rgba(0,0,0,.15);
  display:block; list-style:none; opacity:0; padding:8px; position:absolute; top:100%; transform:rotateX(-90deg);transform-origin:0 0;
  transition:transform .3s,opacity .1s .2s,visibility .1s .3s; visibility:hidden;}
@media (max-width:991px) {
  .menu .sub-menu { background:none; box-shadow:none; display:flex; flex-wrap:wrap; gap:10px; opacity:1; overflow:hidden; padding:5px 20px 10px;
    position:relative; top:0; transform:rotateX(0);  visibility:visible; width:100% }
}
.menu .sub-menu:before { border:10px solid transparent; border-bottom-color:#fff; content:"";  height:0; left:37px; line-height:0; opacity:0;
  position:absolute; top:-19px; transition:opacity .2s 0s; width:0}
@media (max-width:767px) {
  .menu .sub-menu:before { border:0; display:none }
  header.header{
  }
  .menu-toggle{
    padding: 4px 5px;
  }
  .menu-toggle .icon-bar{
    width: 35px;
  }
}
.menu .sub-menu li { float:none; height:auto; width:100%;padding: 0;}
.menu .sub-menu li a{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width:991px) {
  .menu .sub-menu li { border:1px solid #000; border-radius:3px; min-width:calc(50% - 5px); text-align:center; width:auto; padding: 0;}
}
.menu .sub-menu li:last-child { border-bottom-width:0}
@media (max-width:991px) {
  .menu .sub-menu li:last-child { border-bottom-width:1px }
}
.menu .sub-menu a { border-radius:5px; color:#121212;display:block; font-size:16px; line-height:22px; padding:12px 16px; white-space: nowrap}
@media (max-width:991px) {
  .menu .sub-menu a { font-size:16px; line-height:20px; padding:10px ; color: #000;}
}
.menu .sub-menu a .menu-.nybanner .ct .title { align-items:center; display:flex}
@media (max-width:991px) {
  .menu .sub-menu a .menu-title { justify-content:center }
}
.menu .sub-menu a em { background:#197dff; border-radius:3px; color:#fff; display:inline-block; font-size:12px; font-style:normal;  font-weight:500!important;
  line-height:1; margin-left:10px; opacity:.88; padding:3px 8px; vertical-align:top}
@media (max-width:991px) {
  .menu .sub-menu a em { display:none}
}
.menu .sub-menu a .menu-desc { color:#777; display:block; font-size:13px; font-weight:400; line-height:18px; margin-top:5px}
@media (max-width:991px) {
  .menu .sub-menu a .menu-desc { display:none }
}
.menu .sub-menu a:hover { background:#f1f3f5; color:#121212;}
.menu .sub-menu a:hover .menu-desc { color:#515151; font-weight:400}
.menu.theme-single-hide { opacity:0;transition:all .2s ease-out 0s; visibility:hidden}
.user-bar { background:none; display: block; margin:0; padding:0;}
.user-bar .user-t{align-items: center; display: flex; justify-content: space-between; margin-left: 2em; cursor: pointer;}
.user-bar .user-t i{ display: block; width: 24px; height: 24px; background: url("../images/lng.png") no-repeat center; background-size: 100%}
.user-bar .user-t p{  color: #333; margin: 0; padding-left: 10px; font-size:22px; line-height: 24px; white-space: nowrap}

.user-bar .user-l{ position: absolute; top: 70px; padding: 1.25rem; transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);background-color: rgb(255,255,255,1); transition-duration: 150ms;border: 1px rgba(0, 0, 0,0.1) solid;
  border-radius: 0.375rem; right:0%;opacity: 0;visibility: hidden;}
.user-bar .user-l ul{display: flex; margin: 0;white-space: nowrap;row-gap: 0.625rem; padding: 0;}
.user-bar .user-l ul li{padding-inline-end: 0.625rem;}
.user-bar .user-l ul li a{column-gap: 0.375rem;display: flex;align-items: center; color: #333;line-height: 1.5;}
.user-bar .user-l ul li a img{object-fit: contain;width: 1.375rem;height: 1rem;display: block;}
.user-bar .user-l ul li a:hover{ color: #00afcc; }

.user-bar:hover .user-l{ opacity: 1; transition-duration: 150ms;visibility: visible;}

.menu-wrap .search-box { float: left; z-index: 101; height: 100%; position: relative; display:block;margin-left: 3vw;}
.menu-wrap .search-box .butn { display: flex; justify-content: center; align-items: center; margin: 0 auto; cursor: pointer; width: 40px; height: 40px; border-radius: 50%;}
.menu-wrap .search-box .butn i { font-size:24px; color: #333;}
.menu-wrap.xc .search-box .butn i,.menu-wrap.nt .search-box .butn i { background-position:-322px 0;}
.menu-wrap .search-box .butn.hov i { background-position: -110px 0; border-radius: 100%;}
.menu-wrap .share-sub { position: absolute; right: 50px; top: 0px; width: 0; height: 40px; overflow: hidden;
  background: #f5f5f5; border-radius: 20px; border: none; z-index: 10; }
.menu-wrap .share-sub .tex { width: 160px; font-size: 14px; line-height: 18px; padding: 11px 14px; color: #333;
  border: none; background: #f5f5f5; outline: none;}
.menu-wrap .share-sub p{  position: relative;width: 26px;height: 26px;margin-top: 7px; }
.menu-wrap .share-sub .sub-btn { border: none; background-color:transparent; width: 26px; height: 26px; cursor: pointer;  background-position: -204px -8px;
  transition: ease-in-out 0.2s; outline: none; position: absolute;   top: 50%;left: 50%;transform: translate(-50%, -50%);}
.menu-wrap .share-sub p.bi-search::before{ position: absolute;   top: 50%;left: 50%;transform: translate(-50%, -50%); }
header.header-fixed { box-shadow:0 1px 3px rgba(0,0,0,.1); transition:all .3s ease-out 0s}


@media (max-width:991px) {
  .menu-wrap .search-box .butn{ display: none;}
  .menu-wrap .search-box{ float: none;width: 92%;height: 58px;    border-radius: 40px;height: auto;margin-top: 4%;}
  .menu-wrap .share-sub .tex {width: 90%;font-size: 18px;line-height: 32px;padding: 11px 14px;}
  .menu-wrap .share-sub p.bi-search::before {font-size: 22px;}
  .menu-wrap .share-sub p {width: 41px;height: 41px;margin-top: 8px;}
  .user-bar{ display: none;}
  .menu-wrap .share-sub{position: relative;right: 0;width: 100%;height: 58px;}
  .lagbox div {margin-right: 20px;font-size: 20px;}
  .lagbox div img {width: 34px;height: 24px;}
}


.nybanner .ct{
  width: 100%;
  position: relative;
}
.nybanner .ct img{
    width: 100%;
}
.nybanner .ct .title{
  font-size: 3.375vw;
  color: #333;
  font-weight: bold;
  position: absolute;
  left: 10%;
  bottom:9.5vw;
  z-index: 9;
}
.nybanner .ct .title:after{
  content: '';
  width:6.82rem;
  height: 3px;
  background: #00afcc;
  position: absolute;
  left: 0;
  bottom:-2vw;
}
.nybanner .ct  .stxt{
  position: absolute;
  font-size:14px;
  bottom:3.9vw;
  right:8%;
  color: #fff;
  z-index: 99;
  display: flex;
  align-items: center;
}
.nybanner .ct  .stxt i{
  width: 15px;
  height:16px;
  background: url("../images/downIcon.png") no-repeat center;
  background-size:100%;
  margin-left:14px;
}
.footer_main{
  background: #2d3640;
}
.footer_main .footer{
    padding:5.3vw 10%;
  padding-bottom: 0;
}
@media (max-width:1660px) {
  .footer_main .footer{
    padding:5.3vw 6%; padding-bottom: 0;
  }
  .nybanner .ct .title{ left: 6%;}
}
@media (max-width:1100px) {
  .footer_main .footer{
    padding:5.3vw 4%;
  }
  .nybanner .ct .title{ left: 4%;}
}

.footer_main .footer .bottomlogo{
  display: block;
  width:70%;
}
.footer_main .footer .bottomlogo img{
  width: 100%;
}
.footer_main .footer .footlink{
  margin-top:5.4vw;
}
.footer_main .footer .footlink .bottomcontact{
  display: flex;
  justify-content:left;
}
.footer_main .footer .footlink .bottomcontact img{
   height:40px;
   margin-right:1rem;
}
.footer_main .footer .bottomemail .w-full{
  width:80%;
  height: 3.125rem;
  line-height: 3.125rem;
  border: none;
  outline: none;
  text-indent: 1.25rem;
  background-color: #1f2934;
  color: #fff;
}
.footer_main .footer .bottomemail .text{
  width:20%;
  height: 3.125rem;
  background: url("../images/put.png") no-repeat center;
  background-size:15px 15px;
  display: block;
  position: absolute;
  right:0px;
  top:0px;
  border: none;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  opacity: 0.7;
}
.footer_main .footer .bottomemail .text:hover{
  opacity: 1;
}
.footer_main .footer .bottomnav .row .col-md-3:nth-child(5){ display: none;}
.footer_main .footer .bottomnav .nav_top{
  font-size:20px;
  color: #fff;
  font-weight: bold;
}
.footer_main .footer .bottomnav p{
  margin-top:1.2rem;
}
.footer_main .footer .bottomnav p a{
  font-size: 14px;
  color: #adb4bd;
  line-height:2.5em;
  overflow: hidden;
  display: block;
  width:100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer_main .footer .bottomnav p a:hover{
  color: #fff;
  opacity: 0.8;
}
.footer_main .footer .bottomemail{
  width:70%;
  background-color: #1f2934;
  height: 3.125rem; border-radius: 4rem; overflow: hidden;
  position: relative;
}
.footer_main .footer .bottom_info{
    align-items: center;
  margin-top: 4.2vw;
  border-bottom: 2px solid rgb(255,255,255,0.1);
  padding-bottom: 2.5rem;
}
.footer_main .footer .bottom_tel p{
  font-size: 16px;
  color: #cccccc;
  margin-bottom:6px;
}
.footer_main .footer .bottom_tel h3{
  font-size: 22px;
  color: #cccccc;
}
.footer_main .footer .sybm{
  padding: 2.5rem 0;
  overflow: hidden;
  font-size:1.25rem;
  color: #adb4bd;
}
.footer_main .footer .sybm div{
  margin: 1rem 0;
  padding: 0;
}
.footer_main .footer .sybm div a{
  color: #adb4bd;
}
.footer_main .footer .sybm div a:hover{
  color: #fff;
}

.nyNav{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
  overflow: hidden;
  flex-wrap:wrap;
}
.nyNav div {
  margin:0 1rem;
}
.nyNav div a{
  background: url("../images/start.png") no-repeat center right;
  background-size:0.7rem;
  padding-right:2.2rem;
  font-size:1.5rem;
  color: #003363;
  white-space: nowrap;
}
.nyNav div:nth-last-child(1) a{
  background: none;
  padding: 0;
}
.nyNav div.on a{
  font-weight: bold;
  color:#00afcc;
}
.nyNav div:hover a{
  color:#00afcc;
}

.main{padding:5.3vw 10%; position: relative;}
.nopadding{padding: 0;}
video{ display: block; width: 100%; }
@media (max-width: 1660px) {
  .main{padding:5.3vw 6%;}
}
@media (max-width:991px) {
  .main{padding:9vw 4%;}
  .footer_main .footer .footlink .bottomcontact img {height: 54px;}
}

.weui_mask { background: rgba(0,0,0,.6);}
.weui_mask, .weui_mask_transition, .weui_mask_transparent { position: fixed; z-index: 1000; width: 100%; height: 100%;  top: 0; left: 0;}
.weui_dialog { position: fixed; z-index: 5000; width:80%; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
  text-align: center; }
.weui_dialog_ft { position: absolute; right: -18px;top: -22px; display: -webkit-box; display: -webkit-flex; display: flex;    z-index: 66666;}
.weui_btn_dialog.primary { color: #2b2b2b;}
.weui_dialog_ft a { display: block; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0);
  width:50px; height:50px; background:url(../images/closeM.png) center center no-repeat;transition: All 0.4s ease-in-out;             -webkit-transition: All 0.4s ease-in-out;             -moz-transition: All 0.4s ease-in-out;             -o-transition: All 0.4s ease-in-out;}
.weui_dialog .in_title{ width:100%;z-index:99;}
.weui_dialog .in_title img{ margin:0 auto; width:200px; height:200px; display:block;}
.weui_dialog .in_title span{ line-height:60px;}
.weui_dialog_ft a:hover{transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);}
@media (max-width:991px) {
  .nyNav div{
    width:50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    margin-bottom: 1rem;
  }
  .nyNav div a{
    background: none;
    padding: 0;
  }
  .footer_main .footer .sybm{font-size:1.5rem;}
  .nyNav {justify-content: left;}
  .nyNav div {margin-bottom: 1.6rem;}

}
@media only screen and (max-width: 767px) {
  .footer_main .footer .bottomlogo img{
    width: 80%;
  }
  .footer_main .footer .bottomnav p a {font-size:1.5rem;}
  .lagbox{
    display: block;
  }
  .bottomcontact{
    margin-bottom:2rem;
  }
  .footer_main .footer .bottomnav div{
    margin-bottom: 2rem;
  }
  .footer_main .footer .bottomemail{
    height: 5rem;
  }
  .footer_main .footer .bottomemail .w-full{
    height: 5rem;
    line-height:5rem;font-size: 1.25rem;
  }
  .footer_main .footer .bottomemail .text{
    height: 5rem;
  }
  .footer_main .footer .bottom_info{
    margin-top: 0;
  }
  .footer_main .footer .bottom_info div{
    margin-bottom:1rem;
  }
  .footer_main .footer .sybm div{
    padding:0;
  }
}
@media (max-width:1920px) {
  html{
    font-size:16px;
  }
}

@media (max-width:1660px) {
  html{
    font-size:14px;
  }
}

@media (max-width:1280px) {
  html{
    font-size:12px;
  }
  .footer_main .footer .sybm{margin: 0;}
}


@media (max-width:751px) {
  html{
    font-size:2.13vw;
  }

}


/* 返回顶部 */

.rightFix { width: 46px;position: fixed; right: 8px; bottom:8%; z-index: 999; display: none;}
.rightFix.xc{ display: block; }
.rightFix a { width: 46px; height: auto; background: #f9faff; text-align: center; display: block; margin-bottom: 6px; position: relative;
  padding-top: 8px; border-radius: 5px; padding-bottom: 5px;}
.rightFix a h3 { color: #fff; font-weight: 400; font-size: 12px; display: none;}
.rightFix .ico {  width: 32px; height: 32px; font-size: 24px; color: #00a1e9; display: block; position: relative;  overflow: hidden; transition: all ease 300ms;
  margin: 0 auto 1px; padding: 0; }
.rightFix .ico_hover {  width: 32px; height: 32px; font-size: 24px; color: #00a1e9; display: none; position: relative;  overflow: hidden; transition: all ease 300ms;
  margin: 0 auto 1px; padding: 0; }
.rightFix .img { width: 110px; height: auto; position: absolute;
  left: -10px; top: 0; padding: 6px; background: #1265fd;  border: 1px solid #ddd;  background: #fff;display: none;
  text-align: center;  opacity: 0; filter: alpha(opacity=0);  transition: all ease-in-out 0.2s; border-radius: 5px;  color: #333;  padding-bottom: 10px;}
.rightFix .img p { padding-top: 5px;}
.rightFix a:hover .img {  opacity: 1; filter: alpha(opacity=100); left: -120px; display: block;}
.rightFix .img img { width: 110px; height: 110px;}
.rightFix a span { width:230px; text-align: center; height:46px; line-height: 46px; position: absolute;
  top: 0; background: #00afcc; color: #fff; display: block; font-weight: bold; font-size: 16px;
  opacity: 0; filter: alpha(opacity=0);border-radius: 7px 0 0 7px;}
.rightFix a:hover { overflow: visible;}
.rightFix a:hover .ico{ color: #fff; display: none}
.rightFix a:hover .ico_hover{ color: #00afcc; display: block}
.rightFix a:hover h3 { color: #fff;}
.rightFix a:hover span { opacity: 1; filter: alpha(opacity=100); right:50px;}

