/* reset样式 */
html{color:#000;background:#fff;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body{margin:0;padding:0;font:12px/1.5 tahoma,arial,"Hiragino Sans GB","Microsoft Yahei","\5b8b\4f53";min-width:1000px;}
*{margin:0;padding:0}
ul{list-style:none}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:500}
a,a:link,a:hover,a:active{color:#000;}
a:hover{text-decoration:none;/*border-bottom:1px solid #000;*/}
ins,a{text-decoration:none}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.clearfix{zoom:1}


* {
            margin: 0;
            padding: 0;
        }

        table {
            border-collapse: collapse;
            border-spacing: 0;
        }

        h1, h2, h3, h4, h5, h6 {
            font-size: 100%;
        }

        ul, ol, li {
            list-style: none;
        }

        em, i {
            font-style: normal;
        }

        img {
            border: none;
        }

        input, img {
            vertical-align: middle;
        }

        body {
            background: #fff;
            color: #666;
            font-size: 14px;
            font-family: arial;
        }

        a {
            color: #666666;
            text-decoration: none;
        }

        html, body {
            background: #f9f9f9;
            width: 100%;
            height: 100%;
            min-width: 1200px;
            font-family: Helvetica, sans-serif;
            -webkit-text-size-adjust: none;
        }

        * {
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }

        textarea.fixAndroidKeyboard:focus, input.fixAKeyboard:focus {
            -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
            -webkit-user-modify: read-write-plaintext-only;
        }

        .noscroll {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .app-dom {
            width: 100%;
        }

        .clearfix:after {
            display: block;
            content: '';
            clear: both;
            visibility: hidden;
        }


/* 结束reset样式 */






body {
            font: 12px/1.5 "Microsoft YaHei", tahoma, arial, Hiragino Sans GB, \5b8b\4f53;
            /*overflow: hidden;*/
            position: relative;
            height: 100%;
            width: 100%;
        }

        a {
            text-decoration: none;
        }

        .header {
            position: fixed;
            width: 100%;
            min-width: 860px;
            top: 0px;
            left: 0px;
            z-index: 999;
            padding: 30px 0;
            padding-bottom: 20px;
        }
        .headermove{ 
          background-color: rgba(20,20,20,0.8);
        }
        

        .nav {
            width: 96%;
            min-width: 860px;
            height: 30px;
            line-height: 30px;
            margin: 0 auto;
        }


        .logo {
            float: left;
            background-image: url(../images/home-top-logo-2018.png);
            display: block;
            width: 221px;
            height: 35px;
            background-position: 0 0;
            background-repeat: no-repeat;
            background-size: 221px;
            position: relative;
        }
        .logo em{ 
            position: absolute;
            display: block;
            width: 324px;
            height: 36px;
            background-image: url(../images/internet.png);
            right: -302px;
        }

        .entry {
            float: right;
            color: #fff;
            width: 280px;
        }

        .entry .state {
            color: #bfbfbf;
        }
        .entry span{ 
          display: block;
          text-align: right;
          line-height: 18px;
          color: #fff;
          font-size: 14px;
        }

        .entry a {
            font-size: 12px;
            color: #fff;
            margin: 0 5px;
        }

        .entry a:hover {
            color: #00bbee;
            text-decoration: none;
        }
        .user-head-box{ 
          width: 40px;
          float: right;
          margin-left: 10px;
        }
        .user-head{ 
          width: 40px;
          height: 40px;
          border-radius: 20px;
          position: relative;
          padding-bottom: 10px;
        }
        .user-head a img{display: inline-block; width: 40px; height: 40px; border-radius: 20px;}

        .dropdown-nav{ 
          position: absolute;
          top: 92%;
          right: -6px;
          z-index: 1200;
          display: none;
          float: left;
          min-width: 120px;
          padding: 5px 0;
          margin: 2px 0 0;
          font-size: 14px;
          text-align: left;
          list-style: none;
          background-color: #fff;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          border: 1px solid #ccc;
          border: 1px solid #e4eaec;
          border-radius: 3px;
          -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
          box-shadow: 0 6px 12px rgba(0,0,0,.175)
        }
        .dropdown-nav>li.dw{line-height: 0px; position: relative;}
        .dropdown-nav>li.dw>em{display: block; width: 13px; height: 7px; background-image: url(../images/3.png); position: absolute; top:-12px; right:14px;}
        .dropdown-nav>li>a{
          display: block;
          padding: 3px 10px;
          clear: both;
          font-weight: 400;
          line-height: 30px;
          color: #76838f!important;
          white-space: nowrap;
          font-size: 14px;
        }
        .dropdown-nav>li>a:hover{color: #66ccff!important;}
        .dropdown-nav>li>a:hover{
          color: #76838f;
          text-decoration: none;
          background-color: #f3f7f9;
        }
        .dropdown-nav li a i{ 
          display: inline-block;
          width: 22px;
          height: 22px;
          margin-right: 10px;
        }
        .dropdown-nav li a i img{ 
          width: 22px;
          height: 22px;
        }







        .container {
            width: 100%;
            height: 100%;
            background-color: #fff;
        }

        .content {
            /*width: 1200px;*/
            height: 100%;
            margin: 0 auto;;
        }

        .wrap {
            position: absolute;
            left: 0;
            top: 38%;
            width: 100%;
            text-align: center;
            z-index: 2;
        }

        .slogan {
            width: 680px;
            height:156px;
            /*background: url(https://img.alicdn.com/tps/TB1POhqIFXXXXXbXFXXXXXXXXXX.png) no-repeat 0 0;*/
            display: inline-block;
            background-size: 600px;
        }
        .slogan h1{ 
          font-size: 40px;
          color: #fff;
          font-weight: bold;
        }
        .slogan span{ 
          display: block;
          margin-top: 30px;
          font-size: 26px;
          font-weight: 300;
          color: #fff;
          line-height: 30px;
        } 
        .slogan span font{ 
          font-size: 10px;
          /*display: inline-block;*/
          padding: 0 8px;
          line-height: 30px;
        }

        .mid {
            width: 100%;
        }

        .main-entry {
            width: 760px;
            height: 70px;
            margin: 15px auto 0;
        }

        .main-entry a {
            display: block;
            text-decoration: none;
            float: left;
            text-align: center;
            cursor: pointer;
            border-radius: 8px;
            font-size: 18px;
            letter-spacing: 1px;
            height: 70px;
            width: 240px;
            color: #ffffff;
            line-height:70px;
            position: relative;
            overflow: hidden;
        }

        .main-entry a .title {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            padding-left: 18px;
        }

        .main-entry a .title i {
            position: absolute;
            left: 40px;
            top: 23px;
            background: url(../images/geren-icon.png) no-repeat 0 0;
            display: block;
            width: 34px;
            height: 34px;
            background-size: 24px;
        }

        .main-entry a .title .seller {
            background-image: url();
        }

        .mid .main-entry a .title .doc {
            background-image: url(../images/yisheng-icon.png);
        }

        .mid .main-entry a .title .developer {
            background-image: url(../images/jigou-icon.png);
        }

        .main-entry s {
            background-color: #00a3ee;
            opacity: .9;
            display: block;
            border-radius: 8px;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
        }

        .main-entry a:hover s {
            background-color: #98c122;
            opacity: 1;
        }

        a.doc-login,
        a.personal-login,
        a.seller-login
        {
            margin-left: 20px;
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
        }
        a.seller-login .seller-entry {
            display: none;
            z-index: 2;
            position: relative;
            height: 50px;
        }
        a.seller-login .inerval-line {
            display: none;
            width: 150px;
            margin: 0 auto;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            position: relative;
            height: 0;
            z-index: 2;
        }
        a.seller-login:hover{
            height: 100px;
            margin-top: -25px;
        }
        a.seller-login:hover .title{
            display: none;
        }
        a.seller-login:hover .seller-entry,
        a.seller-login:hover .inerval-line
        {
            display: block;
        }


        .coreth-box{
            width: 100%;
            padding: 50px 0 70px;
            background-color: #fff;
        }
        .coreth{
            width: 1200px;
            margin-left: auto;
            margin-right: auto; 
        }
        .coreth h3{ 
            font-size: 26px;
            color: #666;
            text-align: center;
        }
        .coreth-con{margin-top: 50px}
        .jzfw, .ystd{ 
            width: 399px;
            border-right: 1px solid #ededed;
            float: left;
            height: 294px;
        }
        .jkgl{width: 400px; float: right; height: 294px}
        .th-con{padding: 0 42px;}
        .th-con em{display: block; text-align: center;}
        .th-con em img{width: 75px; height: 75px;}
        .th-con h4{ 
            font-size: 20px;
            color: #373d41;
            margin-top: 10px;
            font-weight: 500;
            text-align: center;
        }
        .th-con span{ 
          display: block;
          font-size: 14px;
          color: #999;
          line-height: 24px;
          text-align: left;
          padding-top: 10px;
          /*padding-top: 30px;*/
          text-align: justify;
        }
        .th-con span b{color: #666;font-weight: 600; padding-right: 5px}



        .bgbox-con{width: 100%; padding: 30px 0; background-color: #373d41;}
        .bgbox{width: 1200px; margin-left: auto; margin-right: auto; line-height: 20px;}
        .chc-details{ 
          width: 284px;
          width: 359px;
          height: 188px;
          padding-right:40px;
          float: left;
          color: #bebebe;
          border-right: 1px solid #4b5054;
        }
        .chc-details em{display: block; padding-bottom: 20px;}
        .chd-connect{ 
          padding-right: 40px;
          float: left;
          color: #9b9ea0;
          border-right: 1px solid #4b5054;
          padding-left: 50px;
          height: 188px;
        }
        .chd-connect h4{ 
          font-size: 16px;
          color: #888;
          margin-bottom: 20px;
          line-height: 28px;
        }
        .chd-connect p{ color: #bebebe;}
        .chd-download{ 
          float: left;
          color: #9b9ea0;
          padding-left: 50px;
        }
        .chd-download h4{ 
          font-size: 16px;
          color: #888;
          margin-bottom: 20px;
          line-height: 28px;
        }
        .chd-download span{display: inline-block;}
        .chd-download span img{display: block;}
        .chd-download span em{
            display: block;
            text-align: center;
            font-size: 12px;
            font-style: normal;
            line-height:30px;
            color: #bebebe;
        }



        .ditu-box{width: 100%; background-color: #fff;}
        .ditu{width: 1200px; margin-left: auto; margin-right: auto; border-top: 1px solid #ededed; padding:30px 0px;}
        .ditu-l{width: 600px; float: left; text-align: center;}
        .ditu-r{width: 600px; float: right; text-align: center;}
        .ditu-l img, .ditu-r img{width: 574px; height: 450px;}
        .ditu-l p, .ditu-r p{font-size: 16px; margin-top: 10px;margin-bottom: 20px;}
            

        

        .footer {
            /*position: absolute;
            bottom: 0px;
            left: 0px;*/
            width: 100%;
            /*height: 65px;*/
            background-color: white;
            /*z-index: 99;*/
        }

        .nav-links {
            width: 99%;
            height: 20px;
            margin: 0 auto;
            text-align: center;
            overflow: hidden;
        }

        .footer ul {
            padding-left: 5px;
        }

        .footer li {
            display: inline-block;
            margin: 2px;
        }

        .footer li a {
            color: #666;
        }

        .ownership {
            text-align: center;
            height: 20px;
            line-height: 25px;
        }

        .nav-icons {
            width: 250px;
            height: 30px;
            margin: 0 auto;
            text-align: center;
        }

        .nav-icons a {
            width: 20px;
            display: block;
            float: left;
            margin-right: 5px;
            height: 28px;
            background: url(https://img.alicdn.com/tps/TB1.cMTIpXXXXbLXVXXXXXXXXXX.png) no-repeat 0 0;
        }

        a.pic1 {
            background-position: 0px -5px;
            width: 18px;
        }

        a.pic1:hover {
            background-position: 1px -28px;
            width: 18px;
        }

        a.pic2 {
            background-position: -33px -5px;
            width: 40px;
        }

        a.pic2:hover {
            background-position: -32px -28px;
            width: 40px;
        }

        a.pic3 {
            background-position: -74px -5px;
            width: 33px;
        }

        a.pic3:hover {
            background-position: -73px -28px;
            width: 33px;
        }

        a.pic4 {
            background-position: -115px -5px;
            width: 18px;
        }

        a.pic4:hover {
            background-position: -114px -28px;
            width: 18px;
        }

        a.pic5 {
            background-position: -135px -5px;
            width: 31px;
        }

        a.pic5:hover {
            background-position: -134px -28px;
            width: 31px;
        }


        a.pic7 {
            background-position: -200px -5px;
            width: 20px;
        }

        a.pic7:hover {
            background-position: -200px -26px;
            width: 20px;
        }


        #ServerNum,#ServerNum p {
      line-height: 10px;
      text-align: center;
      color: white;
      height: 10px;
    }


        /*slide*/
        .front, .items, .item {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .back {
            bottom: 0px;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            overflow: hidden;
        }

        .items {
            overflow: visible;
        }

        .item {
            background: #fff none no-repeat center center;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            display: none;
        }


.foot-con{ 
  width:96%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  padding-top:0px;
}
.foot-l{ width: 80%; margin-top: 10px; text-align: center;margin-right: auto; margin-left: auto}
/*.foot-r{float: right;}*/
.foot-text {
    color: #999;
    line-height: 24px;
    font-size: 12px;
    margin: 0;
    text-align:center;
}
.foot-text a{ 
  color: #666;
  line-height: 24px;
  font-size: 12px;
}
.foot-text a:hover{text-decoration: underline;}
.foot-text span {
    padding: 0 5px;
    color: #999;
    display: inline-block;
    color: #CCCCCC;
}
.foot-text font{display: inline-block;}
.footer ul.social-icon{padding-left: 0px; margin-top: 5px;}
.social-icon img{height: 25px;}

.foot-r span{display: inline-block;}
.foot-r span img{display: block;}
.foot-r span em{
    display: block;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    line-height:24px;
    color: #808080;
}




/* 2018 add */
.four-word{ 
    font-size: 18px;
    color: #333;
    background-color: #fff;
    padding: 50px 0;
}
.four-word ul{ 
    height: 136px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.four-word li{ 
    opacity: 0;
    float: left;
    height: 100%;
    text-align: center;
    border-right: 2px solid #e5e5e5;
    -webkit-transition: 1.2s cubic-bezier(0.6, 0.2, 0.1, 1);
    transition: 1.2s cubic-bezier(0.6, 0.2, 0.1, 1);

    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

.four-word ul li:nth-child(7) {
    border-right: none;
}
.four-word li span, .four-word li font{ 
    display: block;
    text-align: center;
}
.four-word li span{ 
    font-size: 52px;
    height: 90px;
    line-height: 90px;
    color: #222121;
    font-weight: bold;
    position: relative;
}
.four-word li span sup{ 
    font-weight: normal;
}
.four-word li span.jiahao sup{ 
    font-weight: normal;
    color: #fff;
    width: 1px;
    display: inline-block;
}
.four-word li font{ 
    font-size: 14px;
    color: #888888;
    margin-top: 10px;
}
.four-word li:nth-child(4) {
    border-right: none;
}

.hospital-bg{ 
    width: 100%;
    height:580px;
    overflow: hidden;
    margin: 0 auto;
    background-image: url(../images/hospital.jpg);
    background-position: right top;
    position: relative;
}
.hospital-word{ 
    width: 35%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00a1f3;
    height: 100%;
}
.hospital-con{ 
    padding: 90px;
}
@media screen and (max-width: 1360px) {
    .hospital-con{ 
    padding: 50px;
}
}
.hospital-con h3{
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    line-height: 2;
}
.hospital-con p{
    color: #b8dcfa;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}
.nine-sevice{ 
    width: 100%;
    padding: 50px 0 0;
    background-color: #fff;
}
.nine-sevice h3{ 
    font-size: 36px;
    color: #666;
    text-align: center;
    line-height: 2;
}
.nine-sevice p{ 
    width: 1200px;
    font-size: 16px;
    color: #b9b9b9;
    text-align: center;
    line-height: 2;
    margin: 0 auto;
    margin-bottom: 50px;
}
.nine-tit{ 
    width: 100%;
    background-color: #eee;
    height: 120px;
}
.nine-tit ul{ 
    margin: 0 auto;
    overflow: hidden;
    display: block;
    width: 1200px;
}
.nine-tit ul li{ 
    width: 133px;
    height: 120px;
    float: left;
    cursor: pointer;
    font-size: 16px;
    padding-top: 15px;
    box-sizing: border-box;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.nine-tit ul li span{ 
    display: block;
    height: 30px;
    width: 100%;
    text-align: center;
    line-height: 30px;
    color: #666;
}
.nine-icon{
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    height: 60px;
    width: 100%;
    position: relative;
}
.icon-a1{ 
    position: absolute;
    height: 60px;
    width: 60px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.icon-a2{ 
    position: absolute;
    height: 60px;
    width: 60px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transform: translateX(-50px);
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.nine-tit li:hover, .nine-tit li.active{
    background: #00a1f3;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.nine-tit li:hover span, .nine-tit li.active span{
    color: #fff;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.nine-tit li:hover .nine-icon .icon-a1, .nine-tit li.active .nine-icon .icon-a1{
    opacity: 0;
    transform: translateX(50px);
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.nine-tit li:hover .nine-icon .icon-a2, .nine-tit li.active .nine-icon .icon-a2{
opacity: 1;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transform: translateX(0);
}

.nine-con{ 
    height: 548px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: none;
}
.nine-box{ 
    width: 720px;
    height: 350px;
    position: absolute;
    left: 50%;
    margin-left: -360px;
    bottom: 123px;
    padding: 40px 44px;
    box-sizing: border-box;
    background: rgba(250, 250, 250, 0.85);
}
.nine-box h3{
    color: #404040;
    font-size: 24px;
    line-height: 2;
}
.hr {
    border-top: 1px solid #000000;
    width: 13px;
    margin: 16px 0;
}
.nine-box-txt{
    font-size: 14px;
    color: #666666;
    height: 25px;
    line-height: 25px;
    text-align: justify;
}


.chc-map{
    width: 100%;
    background-color: #fff;
}
.chc-map h3{ 
    font-size: 26px;
    color: #666;
    text-align: center;
    line-height: 2;
}
.map-box{ 
    width: 100%;
    height: 560px;
    overflow: hidden;
    background-image: url(../images/map2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 30px;
    border-top: #ddd 1px solid;
    border-bottom: #ddd 1px solid;
}


.chc-about{ 
    width: 100%;

    overflow: hidden;
    margin: 0 auto;
    background-size: cover;
    background-position: left top;
    position: relative;
    padding-top: 50px;
}
.chc-about h3{ 
    font-size: 36px;
    color: #666;
    text-align: center;
    line-height: 2;
}
.chc-about p{ 
    width: 1200px;
    font-size: 16px;
    color: #b9b9b9;
    text-align: center;
    line-height: 2;
    margin: 0 auto;
    margin-bottom: 50px;
}


.baozhang{ 
    width: 100%;
    padding: 50px 0;
    background-color: #fff;
}
.baozhang-con{ 
    width: 1200px;
    margin: 0 auto;
}
.baozhang-con h3{ 
    font-size: 26px;
    color: #666;
    text-align: center;
    line-height: 2;
}
.baozhang-tit{}
.baozhang-tit li{ 
    width: 25%;
    float: left;
    padding: 20px 0 0;
    position: relative;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
}
.baozhang-tit li:first-child {
    border-left: none;
}
.baozhang-tit li:hover{ 
    background-color: #f6f6f6;
}
.baozhang-tit li em{ 
    display: block;
    text-align: center;
    margin-top: 10px;
}
.baozhang-tit li h4{
    font-size: 20px;
    color: #373d41;
    margin-top: 10px;
    font-weight: 500;
    text-align: center;
}

.baozhang-tit ul{ 
    background: #fff;
    border-radius: 2px;
    border: 0px solid #ddd;
}
.bz-text{ 
    width: 100%;
    height:100px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    padding-top: 40px;
}
.bz-show{ 
    position: absolute;
    width: 300px;
    height: 160px;
    top: 0;
    left: 0;
    background-image: url(../images/yy.jpg);
    background-repeat: no-repeat;
    display: none;
}
.bz-show .pingtai{ 
    background-image: url(../images/pt.jpg);
    background-repeat: no-repeat;
}
.bz-show .ziyuan{ 
    background-image: url(../images/wz.jpg);
    background-repeat: no-repeat;
}
.bz-show .zhuanjia{ 
    background-image: url(../images/zj.jpg);
    background-repeat: no-repeat;
}
.baozhang-tit li:hover .bz-show{display: block;}
.bz-show-box{ 
    padding: 30px 40px;
}
.bz-show h6{
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 46px;
}
.bz-show p{
    text-align: center;
    margin-top: 10px;
    color: #fff;
}




.bz-win{ 
    width: 720px;
    height: 400px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 53px;
    padding: 40px 44px;
    box-sizing: border-box;
    background: rgba(250, 250, 250, 0.65);
    display: none;
}
.bz-win h3 {
    color: #000000;
    font-size: 36px;
    line-height: 2;
}



/*2019-03-18调整头部*/
.main-nav{
    float: right;
    color: #fff;
}
.main-nav li{
    display: inline-block;
    line-height: 35px;
    vertical-align: middle;
    margin-left: 26px;
}
.main-nav li a em{
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
.main-nav li a em.home{
    background-image: url(../images/home-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-nav li a:hover em.home{
    background-image: url(../images/home-icon-o.png);
}
.main-nav li a span{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin: 0 10px;
    line-height: 30px;
    vertical-align: middle;
}
.main-nav li a em.internet{
    background-image: url(../images/internet-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-nav li a:hover em.internet{
    background-image: url(../images/internet-icon-o.png);
}
.main-nav li a em.shopping{
    background-image: url(../images/shopping-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-nav li a:hover em.shopping{
    background-image: url(../images/shopping-icon-o.png);
}
.main-nav li a em.usercenter{
    background-image: url(../images/usercenter-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-nav li a:hover em.usercenter{
    background-image: url(../images/usercenter-icon-o.png);
}
.main-nav li a em.work{
    background-image: url(../images/word-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-nav li a:hover em.work{
    background-image: url(../images/word-icon-o.png);
}
.main-nav li a em.loginout{
    background-image: url(../images/loginout-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-nav li a:hover em.loginout{
    background-image: url(../images/loginout-icon-o.png);
}
.nav{
    min-width: 980px;
}


/*2019-05-09底部增加公网安备*/
.foot-text font a{
    color: #999;
}
