#bottom_nav {
    position: fixed;
    left: 0;
    bottom: 0;
    padding-right: 144px;
    width: 100%;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index:999999;
    box-sizing: content-box;
}

#bottom_nav .main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: 90px;
}
#bottom_nav .left {
     float: left;
    margin-top: 10px;
}
#bottom_nav .left img{
     display: inline-block;
     vertical-align: top;
}
#bottom_nav .right {
    margin-top: 25px;
    margin-right: 50px;
    float: right;
    width: initial;
}

#bottom_nav .erweima {
    margin-right: 21px;
    width: 71px;
    height: 71px;
}

#bottom_nav .server {
    margin-top: 15px;
    width: 723px;
    height: 43px;
}

#bottom_nav .text_input {
    padding-left: 12px;
    width: 164px;
    height: 40px;
    font-size: 14px;
    color: #999;
    background-color: #fff;
    vertical-align: top;
    box-sizing: border-box;
}
#bottom_nav input {
  border:none;
  outline:none;
  box-shadow:none;
}

#bottom_nav .sub_btn {
    width: 94px;
    height: 40px;
    background-color: #ff6c00;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

#bottom_nav .close_bottom {
    position: absolute;
    right: 0;
    top: 12px;
}
.remind-wrapper{
  position: relative;
  display: none;
  z-index: 999999;
}
.remind-wrapper .content{
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  width: 300px;
  margin: 0 auto;
  margin-top: -150px;
  line-height: 40px;
  font-size: 14px;
  background: #FFFFFF;
  border-radius: 7px;
  z-index: 9;
  padding-top: 0;
}
.remind-wrapper .content .title{
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eeeeee;
  padding: 5px 10px;
  margin-bottom: 0;
}
.remind-wrapper .content .close{
  padding: 5px 10px;
  float: right;
  height: 40px;
  cursor: pointer;
}
.remind-wrapper .content .close img{
     display: inline-block;
     vertical-align: middle;
}
.remind-wrapper .backg{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.2);
  z-index: 1;
}
.show{
  position: absolute;
  right: 0;
  top: 0;
  height: 90px;
  width: 144px;
  cursor: pointer;
}


/*new right*/
 @font-face {
    font-family:'icomoon';
    src:    url('http://yxtx.com.cn/fuwu/templates/default/fonts/icomoon.eot');
    src:    url('http://yxtx.com.cn/fuwu/templates/default/fonts/icomoon.eot') format('embedded-opentype'),
        url('http://yxtx.com.cn/fuwu/templates/default/fonts/icomoon.ttf') format('truetype'),
        url('http://yxtx.com.cn/fuwu/templates/default/fonts/icomoon.woff') format('woff'),
        url('http://yxtx.com.cn/fuwu/templates/default/fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.demo-icon {
    font-family:"icomoon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 24px;
    color: #999;
}
.cndns-right {
    position: fixed;
    left: 1px;
    /* right:7%; */
    top: 50%;
    margin-top: -250px;
    z-index: 9999;
}
#zixunUl{
     overflow: hidden;
}
.meau-sev .cndns-right-box .box-border .sev-t{
     overflow: hidden;
}
.cndns-right-meau {
    position: relative;
}

.cndns-right-btn {
    width: 50px;
    height: 50px;
    color: #848484;
    border: 1px solid #ddd;
    overflow: hidden;
    text-align: center;
    display: block;
    margin-bottom: 3px;
    position: relative;
    background-color: #fff
}
.cndns-right-btn1 {
      width: 50px;
    height: 50px;
    color: #848484;
    border: 1px solid #ddd;
    text-align: center;
    display: block;
    margin-bottom: 3px;
    position: relative;
    background-color: #fff
}
.cndns-right-btn span {
    font-size: 20px;
    line-height: 30px;
}

.cndns-right-btn sup {
    display: block;
    min-width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    border-radius: 50%;
    background-color: #ff6800;
    position: absolute;
    left: -12px;
    top: -12px;
}

.cndns-right-btn p {
    font-size: 12px;
    line-height: 10px;
    margin: 0;
}

.cndns-right-btn:hover,
.cndns-right-btn:hover span {
    color: #ff6800;
}

.meau-car .cndns-right-btn {
    border-color: #ff6800;
    margin-bottom: 20px;
}

.meau-car.cndns-right-meau:hover .cndns-right-btn {
    background-color: #ff6800
}

.meau-car.cndns-right-meau:hover .cndns-right-btn span,
.meau-car.cndns-right-meau:hover .cndns-right-btn p {
    color: #fff;
}

.meau-car .cndns-right-btn span {
    color: #ff6800;
}

.meau-car .cndns-right-btn p {
    color: #ff6800;
}

.meau-sev .cndns-right-btn {
    border-color: #ff6800;
    background-color: #ff6800;
}

.meau-sev .cndns-right-btn p {
    color: #fff
}

.meau-sev .cndns-right-btn span {
    color: #fff
}

.meau-top .cndns-right-btn span {
    font-size: 12px;
    line-height: 12px;
    padding-top: 10px;
    display: block
}

.meau-top .cndns-right-btn i {
    display: block;
    color: #999
}

.meau-top.cndns-right-meau:hover .cndns-right-btn {
    background-color: #ff6800
}

.meau-top.cndns-right-meau:hover .cndns-right-btn span {
    display: block;
    color: #fff
}

.meau-top.cndns-right-meau:hover .cndns-right-btn i {
    color: #fff;
}

.cndns-right-box {
    position: absolute;
    top: -15px;
    left: 80px;
    padding-right: 25px;
    display: none;
}

.cndns-right-box .box-border {
    border: 1px solid #ccc;
    border-top: 4px solid #ff6800;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    position: relative;
    box-sizing: content-box;
}

.cndns-right-box .box-border .arrow-right {
    display: block;
    width: 13px;
    height: 16px;
    background: url(../images/02index-spri.png) no-repeat 0 -2226px;
    position: absolute;
    right: -13px;
    top: 26px;
}

.cndns-right-box .box-border .sev-t span {
    font-size: 42px;
    float: left;
    display: block;
    line-height: 56px;
    margin-right: 17px;
    color: #d3d3d3
}

.cndns-right-box .box-border .sev-t p {
    float: left;
    color: #ff6800;
    font-size: 24px;
    line-height: 28px;
}

.cndns-right-box .box-border .sev-t p i {
    display: block;
    font-size: 14px;
    color: #aaa;
}

.cndns-right-box .box-border .sev-b {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e4e4e4
}

.cndns-right-box .box-border .sev-b h4 {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 15px;
}

.cndns-right-box .box-border .sev-b li {
    float: left;
    width: 33.33333%
}

.cndns-right-box .box-border .sev-b li a {
    display: inline-block;
    color: #999;
    font-size: 13px;
    padding-left: 43px;
    background: url(http://xuqiu.yxtx.com.cn/resource/newIndex/images/q1.gif) no-repeat left 3px;
    line-height: 36px;
}

.cndns-right-box .box-border .sev-b li a:hover {
    color: #ff6800
}

.meau-sev .cndns-right-box .box-border {
    width: 430px;
}

.meau-contact .cndns-right-box .box-border {
    width: 230px;
    overflow: hidden;
}

.cndns-right-meau:hover .cndns-right-box {
    display: block
}

.meau-code .cndns-right-box {
    top: inherit;
    bottom: -35px;
}

.meau-code .cndns-right-box .box-border {
    width: 156px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.meau-code .cndns-right-box .box-border i {
    display: block;
    color: #f66e06;
    font-size: 16px;
    line-height: 16px;
}

.meau-code .cndns-right-box .box-border .arrow-right {
    top: inherit;
    bottom: 50px;
}

.meau-cx .cndns-right-btn {
    background-color: #ff6800;
    color: #fff;
    margin-top: 40px;
    border-color: #ff6800
}

.meau-cx .cndns-right-btn span {
    width: 48px;
    height: 32px;
    display: block;
    background: url(http://xuqiu.yxtx.com.cn/resource/newIndex/images/02index-banner-10.jpg) no-repeat center;
    overflow: hidden;
}

.meau-cx .cndns-right-btn p {
    color: #fff;
    padding-top: 2px;
}

.meau-adv a {
    width: 174px;
    height: 154px;
    display: block;
    background: url(../images/adv-jd.png) no-repeat;
    position: absolute;
    right: 70px;
    top: -150px;
}

.meau-adv span {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/top_clo.png) no-repeat;
    cursor: pointer;
    position: absolute;
    right: 60px;
    top: -150px;
}
i, cite, em {
    font-style: normal;
}