/*
2017年8月16日10:16:31
*/
#banner {
    border-top: 2px solid #333;
    height: 440px;
    position: relative;
}

/*#banner .flexslider {*/
    /*position: relative;*/
    /*height:440px;*/
    /*overflow: hidden;*/
    /*background: url(../background/loading.gif) 50% no-repeat;*/
/*}*/

/*#banner .slides {*/
    /*position: relative;*/
    /*z-index: 1;*/
/*}*/

/*#banner .slides li {*/
    /*height: 440px;*/
    /*width: 100%;*/
    /*text-align: center;*/
/*}*/
/*#banner .slides li a{*/
    /*width: 100%;*/
    /*height: 440px;*/
    /*display: inline-block;*/
/*}*/
/*#banner .slides li a img{*/
    /*display: inline-block;*/
    /*min-width: 1200px;*/
    /*width: 100%;*/
    /*height: 440px;*/
/*}*/
/*#banner .flex-control-nav {*/
    /*position: absolute;*/
    /*bottom: 10px;*/
    /*z-index: 2;*/
    /*width: 100%;*/
    /*text-align: center;*/
/*}*/

/*#banner .flex-control-nav li {*/
    /*display: inline-block;*/
    /*width: 14px;*/
    /*height: 14px;*/
    /*margin: 0 5px;*/
    /**display: inline;*/
    /*zoom: 1;*/
/*}*/

/*#banner .flex-control-nav a {*/
    /*display: inline-block;*/
    /*width: 14px;*/
    /*height: 14px;*/
    /*line-height: 40px;*/
    /*overflow: hidden;*/
    /*background: url(../background/dot.png) right 0 no-repeat;*/
    /*cursor: pointer;*/
/*}*/

/*#banner .flex-control-nav .flex-active {*/
    /*background-position: 0 0;*/
/*}*/

/*#banner .flex-control-nav a img {*/
    /*width: 100%;*/
    /*height: 440px;*/
/*}*/

/*#banner .flex-direction-nav {*/
    /*position: absolute;*/
    /*z-index: 3;*/
    /*width: 100%;*/
    /*top: 45%;*/
/*}*/

/*#banner .flex-direction-nav li a {*/
    /*display: block;*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*overflow: hidden;*/
    /*cursor: pointer;*/
    /*position: absolute;*/
/*}*/

/*#banner .flex-direction-nav li a.flex-prev {*/
    /*left: 50%;*/
    /*margin-left: -392px;*/
    /*background: url(../background/prev.png) center center no-repeat;*/
/*}*/

/*#banner .flex-direction-nav li a.flex-next {*/
    /*right: 50%;*/
    /*margin-right: -382px;*/
    /*background: url(../background/next.png) center center no-repeat;*/
/*}*/
#banner .bnr_show{
    width: 200px;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -600px;
    z-index: 5;
}
#banner .bnr_show a{
    display: block;
    width: 200px;
    height: 205px;
    margin-top: 10px;
    background: #ffffff;
}
#banner .bnr_show a .bnr_t{
    margin-left: 10px;
}
#banner .bnr_show a .bnr_t span{
    font-size: 18px;
    color: #333333;
    display: block;
    font-weight: bold;
    line-height: 28px;
    padding-top: 17px;
}
#banner .bnr_show a .bnr_t p{
    font-size: 14px;
    color: #ee0000;
    display: block;
    line-height: 24px;
}
#banner .bnr_show a .bnr_i{
    width: 135px;
    height: 135px;
    float: right;
    margin-right: 10px;
}
#banner .bnr_show a .bnr_i img{
    width: 135px;
    height: 135px;
}
.wrap {
    width:100%;
    height:440px;
    position:relative;
}
.wrap .img{
    width: 100%;
    height: 440px;
}
.wrap .img li {
    width: 100%;
    height: 440px;
    position:absolute;
    left:0;
    top:0;
    display:none;
    text-align: center;
}
.wrap .img li a{
    display: inline-block;
    min-width: 810px;
    height: 440px;
    margin-right: 10px;
}
.wrap .img li a img{
    display: inline-block;
    height: 440px;
    width: 810px;
}
.wrap .num {
    position:absolute;
    left:0;
    bottom:20px;
    font-size:0;
    text-align:center;
    width:100%;
}
.wrap .num li {
    width:20px;
    height:20px;
    display:inline-block;
    background:#666;
    text-align:center;
    line-height:20px;
    color:#fff;
    border-radius:50%;
    font-size:16px;
    margin:0 3px;
    cursor:pointer;
    border: 2px solid #f5f5f5;
}
.wrap .num li.active {
    background:#00a160;
}
.wrap .btn {
    position:absolute;
    top:50%;
    margin-top:-30px;
    width:30px;
    height:60px;
    background:rgba(0,0,0,.3);
    color:#fff;
    text-align:center;
    line-height:56px;
    font-size:40px;
    display:none;
    cursor:pointer;
}
.wrap .btn-left {
    left: 50%;
    margin-left: -408px;
    background:rgba(0,0,0,.3) url("../background/btn-l.png") no-repeat 0 18px;
}
.wrap .btn-right {
    right: 50%;
    margin-right: -400px;
    background:rgba(0,0,0,.3)  url("../background/btn-r.png") no-repeat 0 18px;
}
.wrap:hover .btn {
    display:block;
}



.inner{
    width: 1200px;
    margin: 0 auto;
}
/*header*/
#header{
    height:35px;
    background-color: #efefef;
    border-bottom: 1px solid #dddddd;
}
.header-l{
    font-size: 12px;
    line-height: 35px;
    display: block;
    float: left;
}
.header-l .wel{
    float: left;
    font-family: "SimSun", "宋体";
}
.header-l .dl{
    float: left;
    font-family: "SimSun", "宋体";
}
.header-l .zc{
    float: left;
    font-family: "SimSun", "宋体";
}
.header-l a{
    margin-left: 10px;
    color: #00a160;
}
.header-l p{
    margin-right: 10px;
    color: #666666;
}
/*-------------------------------------------------------------------------------------------------------------*/
.header-r{
    float: right;
}
.header-r li{
    float: left;
}
.header-r li a:hover{
    color: #00a160;
    background: #ffffff;
}
.header-r li .one{
    font-size: 12px;
    color: #666666;
    line-height: 35px;
    display: block;
    padding:0 10px;
    font-family: "SimSun", "宋体";
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}
.header-r li:hover .acc-list{
    display: block;
}
.header-r li:hover .one{
    background:#ffffff url("../background/kuohao-f.png") no-repeat 61px 16px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
.header-r li .one {
    background: url("../background/kuohao.png") no-repeat 61px 16px;
    padding-right: 16px
}
.header-r li .acc-list{
    position: absolute;
    overflow: hidden;
    background: #ffffff;
    width: 74px;
    text-align: center;
    display: none;
    border-left:1px solid #dddddd ;
    border-bottom:1px solid #dddddd ;
    border-right:1px solid #dddddd ;
}
.header-r li .acc-list a{
    font-size: 12px;
    line-height: 22px;
    color: #666666;
    display: block;
    font-family: "SimSun", "宋体";
}
.header-r li .acc-list a:hover{
    color: #00a160;
}
.header-r li .two{
    font-size: 12px;
    color: #666666;
    line-height: 35px;
    display: block;
    padding:0 26px 0 26px;
    font-family: "SimSun", "宋体";
    background: url("../background/car.png") no-repeat 10px 10px;
    position: relative;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}
.header-r li:hover .two{
    background:#ffffff url("../background/car.png") no-repeat 10px 10px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
.header-r li .two span{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 8px;
    top: 4px;
    background: url("../background/quan.png") no-repeat;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
}
.header-r li .three{
    font-size: 12px;
    color: #666666;
    line-height: 35px;
    display: block;
    padding:0 16px 0 20px;
    position: relative;
    font-family: "SimSun", "宋体";
}
.header-r li .three span{
    position: absolute;
    top: 11px;
    left: 8px;
}
.header-r .ph_qr{
    position: relative;
    background:url("../background/kuohao.png") no-repeat 70px 16px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}
.header-r .ph_qr:hover{
    background: #ffffff;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
.header-r .ph_qr:hover .three{
    background:url("../background/kuohao-f.png") no-repeat 70px 16px;
}
.header-r .ph_qr:hover .qr{
    display: block;
}
.ph_qr .qr{
    z-index: 2;
    background: #ffffff;
    width: 150px;
    height: 155px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    position: absolute;
    left: -35px;
    display: none;
}
.ph_qr .qr img{
    margin: 0;
}
.header-r li .four{
    font-size: 12px;
    color: #666666;
    line-height: 35px;
    display: block;
    padding:0 10px;
    font-family: "SimSun", "宋体";
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}
.header-r li .four:hover{
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
.header-r li .five{
    font-size: 12px;
    color: #666666;
    line-height: 35px;
    display: block;
    padding:0 10px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    font-family: "SimSun", "宋体";
}
.header-r li .five:hover{
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
/*header结束*/
/*seek搜索*/
#seek{}
.logo{
    float: left;
    display: inline;
    margin-top: 30px;
}
.search-box{
    float: left;
    display: inline;
    margin-top: 30px;
    margin-left: 60px;
    width: 550px;
}
.search-box input{
    float: left;
    display: inline;
    width: 434px;
    height: 36px;
    border: 2px solid #00a160;
    color: #999999;
    padding-left: 12px;
    line-height: 36px;
}
.search-box button{
    float: left;
    display: inline;
    width: 98px;
    height: 40px;
    font-size: 16px;
    color: white;
    line-height: 40px;
    background:#00a160 url("../background/ss.png") no-repeat 16px 10px;
    padding-left: 38px;
}
.search-box li{
    float: left;
    margin-right: 25px;
}
.search-box li a{
    font-size: 12px;
    line-height: 34px;
    color: #666666;
    font-family: "SimSun", "宋体";
}
.search-box li a:hover{
    color: #f5481a;
}
.search-box li .keyword {
    color: #f5481a;
}
.service{
    float: right;
    display: inline;
    margin-top: 30px;
}
/*seek搜索结束*/
/*nav导航开始*/
#nav{
    margin-top: 18px;
    height: 38px;
}
.wears{
    float: left;
    display: inline;
    background: #00a160;
    position: relative;
    z-index: 1;
}
.wears .all{
    padding: 0 42px 0 42px;
    color: white;
    line-height: 38px;
    font-size: 18px;
    font-family: "Microsoft YaHei", 微软雅黑;
}
.wears-list{
    width: 192px;
    border-bottom:1px solid #efefef ;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 50%;
    height: 440px;
    display:block;
    z-index: 15;
    margin-left: -600px;
    top: 0;
}
/*----------------------------------1-----------------------------*/
.wears-list .major .box{
    width: 174px;
    height: 24px;
    margin-left: 25px;
}
.wears-list .major .box a{
    float: left;
    font-size: 12px;
    line-height:24px ;
    color: #888888;
    margin-left: 12px;
    font-family: "SimSun", "宋体";
}
.wears-list .major:hover{
    background-color: #ffffff;
    opacity: 1;
    border-left: 2px solid #333333;
}
.wears-list .major:hover a{
    color: #333333;
}
.wears-list .major:hover a .sp_one{
    background: url("../background/list-icon.png") no-repeat -53px 0px ;
}
.wears-list .major:hover a .sp_two{
    background: url("../background/list-icon.png") no-repeat -53px -39px ;
}
.wears-list .major:hover a .sp_three{
    background: url("../background/list-icon.png") no-repeat -53px -78px ;
}
.wears-list .major:hover a .sp_four{
    background: url("../background/list-icon.png") no-repeat -53px -117px ;
}
.wears-list .major:hover a .sp_five{
    background: url("../background/list-icon.png") no-repeat -53px -156px ;
}
.wears-list .major:hover a .sp_six{
    background: url("../background/list-icon.png") no-repeat -53px -195px ;
}
.wears-list .major:hover a .sp_seven{
    background: url("../background/list-icon.png") no-repeat -53px -234px ;
}
.wears-list .major{
    position: relative;
    height: 40px;
    width: 190px;
    text-align: center;
}
/*sub*/
.Level{
    position: absolute;
    left: 191px;
    top: 0;
    overflow: hidden;
    width: 600px;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    background:#ffffff;
    opacity: 1;
    min-height: 440px;
    display: none;
}
.Level .Level-l .Sub{}
.Level .Level-l .Sub span{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    display: block;
    line-height: 32px;
    width: 100%;
    border-bottom: 1px solid #dddddd;
}
.Level .Level-l .Sub ul{
    padding-top: 5px;
}
.Level .Level-l .Sub ul li{
    float: left;
    margin-right: 18px;
}
.Level .Level-l .Sub ul li a{
    font-size: 12px;
    color: #333333;
    line-height: 24px;
}
.Level .Level-l .Sub ul li a:hover{
    color: #00a160;
}




.Level .Deputy{
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 70px;
}
.Level .Deputy .Dep-nav .Dep-list .change{
    background: #ed5050;
    color:#ffffff ;
}
.Level .Deputy .Dep-nav .Dep-list a:hover{
    background: #ed5050;
    color: #ffffff;
}
.Level .Level-l{
    float: left;
    opacity: 1;
    overflow: hidden;
    width: 520px;
    padding: 0 40px;
}
.Level .Level-r{
    width: 250px;
    float: right;
    opacity: 1;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}
.Level .Level-r img{
    width: 250px;
    height: 126px;
    display: block;
    margin-right: 10px;
    margin-top: 10px;
}
.Level .Deputy .Dep-nav .Dep-list{
    float: left;
    border: 1px solid #dddddd;
    margin-right: 20px;
    background: #f5f5f5;
}
.Level .Deputy .Dep-nav .Dep-list a{
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    padding: 0 12px 0 12px;
    display: block;
    text-align: center;
}

/*sub end*/
/*--------------------------------bg-img字体样式--------------------------------------------*/
.wears-list .major .bg-img1{
    font-size:14px ;
    color: #ffffff;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    font-family: "Microsoft YaHei", 微软雅黑;
    position: relative;
    margin: 0 7px;
}
.wears-list .major .bg-img2{
    font-size:14px ;
    color: #ffffff;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    font-family: "Microsoft YaHei", 微软雅黑;
    position: relative;
    margin: 0 7px;
}
.wears-list .major .bg-img3{
      font-size:14px ;
      color: #ffffff;
      line-height: 40px;
      -webkit-font-smoothing: antialiased;
      font-family: "Microsoft YaHei", 微软雅黑;
      position: relative;
      margin: 0 7px;
  }
.wears-list .major .bg-img4{
    font-size:14px ;
    color: #ffffff;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    font-family: "Microsoft YaHei", 微软雅黑;
    position: relative;
    margin: 0 7px;
}
.wears-list .major .bg-img5{
    font-size:14px ;
    color: #ffffff;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    font-family: "Microsoft YaHei", 微软雅黑;
    position: relative;
    margin: 0 7px;
}
.wears-list .major .bg-img6{
    font-size:14px ;
    color: #ffffff;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    font-family: "Microsoft YaHei", 微软雅黑;
    position: relative;
    margin: 0 7px;
}
.wears-list .major .bg-img7{
    font-size:14px ;
    color: #ffffff;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    font-family: "Microsoft YaHei", 微软雅黑;
    position: relative;
    margin: 0 7px;
}
.wears-list .major .bg-img8{
    font-size:14px ;
    color: #ffffff;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    font-family: "Microsoft YaHei", 微软雅黑;
    position: relative;
    margin: 0 7px;
}
.wears-list .major .bg-img9{
    font-size:14px ;
    color: #ffffff;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    font-family: "Microsoft YaHei", 微软雅黑;
    position: relative;
    margin: 0 7px;
}
.wears-list .major .bg-img10{
    font-size:14px ;
    color: #ffffff;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    font-family: "Microsoft YaHei", 微软雅黑;
    position: relative;
    margin: 0 7px;
}
#nav li{
    float: left;
}
#nav .nav-list a{
    display: block;
    padding: 0 20px 0 20px;
    line-height: 38px;
    font-size: 16px;
    color: #333333;
    font-family: "Microsoft YaHei", 微软雅黑;
}
#nav .nav-list a:hover{
    background: #00a160;
    color: white;
}
/*foot开始*/
#foot{
    overflow: hidden;
    border-top: 2px solid #00a160;
    margin-bottom: 15px;
}
.safeguard{
    height: 120px;
    border-bottom: 1px solid #dddddd;
    background-color: #f5f5f5;
}
.safeguard li{
    float: left;
    width: 300px;
    margin-top: 30px;
}
.safeguard li img{
    float: left;
    margin-left: 30px;
}
.safeguard li h5{
    font-size: 20px;
    color: #333333;
    line-height: 40px;
    margin-left: 107px;
}
.safeguard li p{
    font-size: 14px;
    color: #666666;
    line-height: 14px;
    margin-left: 107px;
    font-family: "Microsoft YaHei", 微软雅黑;
}
.about{
    height: 224px;
    background-color: #f5f5f5;
}
.about .abt1,.abt2{
    float: left;
}
.about ul{
    float: left;
    margin-top: 12px;
    width: 120px;
    padding-left: 20px;
}
.about li h5{
    font-size: 16px;
    color: #333333;
    line-height: 50px;
}
.about li a{
    font-size: 12px;
    color: #666666;
    line-height: 22px;
    font-family: "SimSun", "宋体";
}
.about li a:hover{
    color: #00a160;
}
.abt2{
    margin-top: 30px;
    width: 170px;
    height: 163px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    text-align: center;
}
.abt2 img{
    margin-left: 30px;
}
.abt3{
    float: left;
    width: 180px;
    height: 160px;
    margin-top: 30px;
}
.abt3 .tel1{
    margin-left: 30px;
    margin-top: 55px;
    font-size: 20px;
    color: #00a160;
    float: left;
    line-height: 27px;
}
.abt3 .tel2{
    margin-left: 30px;
    font-size:14px;
    color: #666666;
    float: left;
    line-height: 25px;
    font-family: "Microsoft YaHei", 微软雅黑;
}
.organization{
    text-align: center;
    margin-top: 25px;
}
.organization .government{
    line-height: 25px;
    font-size: 14px;
    color: #666666;
    margin-top: 25px;
    font-family: "Microsoft YaHei", 微软雅黑;
}
.as-regards{
    margin-left: 140px;
}
.as-regards li{
    float: left;
}
.as-regards li a{
    position: relative;
}
.as-regards li a span{
    width: 1px;
    height: 14px;
    background-color: #666666;
    position: absolute;
    top: 3px;
    right: 0;
}
.as-regards li a:hover{
    color: #00a160;
}
.as-regards li a{
    line-height: 25px;
    font-size: 14px;
    color: #666666;
    padding: 0 25px 0 25px;
    font-family: "Microsoft YaHei", 微软雅黑;
}
.org01 span{
    line-height: 25px;
    font-size: 14px;
    color: #666666;
    font-family: "Microsoft YaHei", 微软雅黑;
}
.org01{
    text-align: center;
    margin-top: 0px;
}
.org01 .copyright{
    float: left;
    width: 100%;
}
.org01 .legal{
    float: left;
    width: 100%;
    font-family: "Microsoft YaHei", 微软雅黑;
}
.authentication{
    margin-left: 152px;
    margin-top: 55px;
}
.authentication li{
    float: left;
    width: 120px;
    margin-left: 10px;
}
/*foot结束*/



#main{
    background: #f5f5f5;
}
#main .recommend{}
#main .recommend span{
    display: block;
    width: 100%;
    height: 64px;
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    line-height: 64px;
    padding-top: 20px;
    background: url("../background/dianxian.png") no-repeat 0 51px;
}
#main .recommend .rec_list{}
#main .recommend .rec_list a{
    display: block;
    float: left;
    width: 240px;
    height: 306px;
    background: #ffffff;
    text-align: center;
}
#main .recommend .rec_list .add_pre{
    position: relative;
}
#main .recommend .rec_list .add_pre::after{
    content: "";
    position: absolute;
    right: 0;
    top: 22px;
    width: 1px;
    height: 262px;
    background: #f5f5f5;
}
#main .recommend .rec_list a img{
    width: 180px;
    height: 180px;
    margin: 30px 20px 0 20px;
}
#main .recommend .rec_list a p{
    font-size: 14px;
    width: 200px;
    height: 32px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    color: #333333;
    line-height: 32px;
    display: block;
    text-align: left;
    margin: 10px 20px 0 20px;
}
#main .recommend .rec_list a em{
    font-size: 18px;
    color: #ee0000;
    line-height: 38px;
}
#main .recommend .rec_list a em i{
    font-size: 14px;
    color: #ee0000;
    margin-right: 5px;
}
#main .pharmaco{}
#main .pharmaco .pha-nav{
    /*height: 110px;*/
    overflow: auto;
    border-bottom: 1px solid #f5f5f5;
    background: #ffffff;
}
#main .pharmaco .pha-head{
    display: block;
    width: 100%;
    height: 64px;
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    line-height: 64px;
    padding-top: 20px;
    background: url("../background/dianxian.png") no-repeat 0 51px;
}
#main .pharmaco .sx{
    height: 24px;
    padding-top: 20px;
}
#main .pharmaco .sx-head{
    float: left;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 30px;
    line-height: 24px;
    padding-top: 20px;
}
#main .pharmaco .sx ul{
    float: left;
}
#main .pharmaco .sx ul li{
    float: left;
}
#main .pharmaco .sx ul li a{
    display: block;
    width: 70px;
    height: 24px;
    float: left;
    text-align: center;
    margin: 0 10px;
    line-height: 24px;
    font-size: 12px;
    color: #333333;
    background: #f0f0f0;
}
#main .pharmaco .sx ul .ac-bg a{
    background: #333333;
    color: #ffffff;
}
#main .pharmaco .yl{
    /*height: 24px;*/
    padding-top: 20px;
    padding-bottom: 20px;
}
#main .pharmaco .yl-head{
    float: left;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 30px;
    line-height: 24px;
    padding-top: 20px;
}
#main .pharmaco .yl .classify .list{
    /*padding-bottom: 20px;*/
    width: 1100px;
    float: left;
}
#main .pharmaco .yl .classify .list span{
    float: left;
    display: inline-block;
    margin-bottom: 20px;
}
#main .pharmaco .yl .classify .list span a{
    display: block;
    height: 24px;
    float: left;
    text-align: center;
    margin: 0 10px;
    line-height: 24px;
    font-size: 12px;
    color: #333333;
    background: #f0f0f0;
    padding: 0 5px;
}
#main .pharmaco .yl .classify .list .ac-bg a{
    background: #333333;
    color: #ffffff;
}
#main .pharmaco .classify{
    /*height: 500px;*/
}
#main .pharmaco .classify .pha-center{
    /*height: 500px;*/
}
#main .pharmaco .classify .pha-center .pha_show{
    /*border-top: 1px solid #f5f5f5;*/
    background: #ffffff;
}
#main .pharmaco .classify .pha-center .pha_show a{
    display: block;
    width: 298px;
    height: 210px;
    float: left;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    margin-top: -2px;
}
#main .pharmaco .classify .pha-center .pha_show .pha_max{
    display: block;
    width: 301px;
    height:420px;
    float: left;
    border-left: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
}
/*#main .pharmaco .classify .pha-center .pha_show .pha_max:hover p{*/
    /*color: #00a160;*/
/*}*/
#main .pharmaco .classify .pha-center .pha_show .pha_max p{
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 30px;
    margin-left: 20px;
    display: block;
    width: 250px;
}
#main .pharmaco .classify .pha-center .pha_show .pha_max em{
    font-size: 18px;
    color: #ee0000;
    line-height: 28px;
    margin-left: 20px;
}
#main .pharmaco .classify .pha-center .pha_show .pha_max em i{
    font-size: 14px;
    color: #ee0000;
    margin-right: 5px;
}
#main .pharmaco .classify .pha-center .pha_show .pha_max .pha_img{
    width: 220px;
    height: 220px;
    margin-right: 20px;
    margin-top: 48px;
    float: right;
    transition:margin-right 0.3s;
    -moz-transition:margin-right 0.3s; /* Firefox 4 */
    -webkit-transition:margin-right 0.3s; /* Safari and Chrome */
    -o-transition:margin-right 0.3s; /* Opera */
}
#main .pharmaco .classify .pha-center .pha_show .pha_max .pha_img:hover{
    margin-right:40px;
}
#main .pharmaco .classify .pha-center .pha_show .pha_max img{
    width: 220px;
    height: 220px;

}
/*#main .pharmaco .classify .pha-center .pha_show a:hover p{*/
    /*color: #00a160;*/
/*}*/
#main .pharmaco .classify .pha-center .pha_show a p{
    font-size:14px;
    color: #333333;
    line-height: 20px;
    display: block;
    width: 260px;
    margin-left: 20px;
    margin-top: 16px;
    margin-bottom: 10px;
}
#main .pharmaco .classify .pha-center .pha_show a em{
    display: block;
    font-size: 16px;
    color: #ee0000;
    line-height: 28px;
    margin-left: 20px;
}
#main .pharmaco .classify .pha-center .pha_show a em i{
    font-size: 14px;
    color: #ee0000;
    margin-right: 5px;
}
#main .pharmaco .classify .pha-center .pha_show a .pha_img{
    width: 140px;
    height: 140px;
    float: right;
    margin-top: -5px;
    margin-right: 40px;
    transition:margin-right 0.3s;
    -moz-transition:margin-right 0.3s; /* Firefox 4 */
    -webkit-transition:margin-right 0.3s; /* Safari and Chrome */
    -o-transition:margin-right 0.3s; /* Opera */
}
#main .pharmaco .classify .pha-center .pha_show a .pha_img:hover{
    margin-right: 60px;
}
#main .pharmaco .classify .pha-center .pha_show a img{
    width: 140px;
    height: 140px;
}
#main .adv{
    height: 100px;
    margin: 30px 0;
}
#main .adv ul{}
#main .adv ul li{
    float: left;
}
#main .adv ul li a{
    display: block;
    width: 400px;
    height: 110px;
}
#main .adv ul li a img{
    width: 400px;
    height: 100px;
}
#main .ill_dru{}
#main .ill_dru span{
    display: block;
    width: 100%;
    height: 64px;
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    line-height: 64px;
    background: url("../background/dianxian.png") no-repeat 0 31px;
}
#main .ill_dru .ill_list{}
#main .ill_dru .ill_list a{
    display: block;
    width: 200px;
    height: 89px;
    border-bottom: 1px solid #f5f5f5;
    background: #ffffff;
    float: left;
}
#main .ill_dru .ill_list a:nth-child(1) span{
    display: block;
    width: 60px;
    height: 60px;
    background:red url("../background/ill_dur01.png") no-repeat;
    border-radius: 30px;
    padding-top: 0;
    float: left;
    margin-left: 30px;
    margin-top: 15px;
}
#main .ill_dru .ill_list a:nth-child(2) span{
    display: block;
    width: 60px;
    height: 60px;
    background:red url("../background/ill_dur02.png") no-repeat;
    border-radius: 30px;
    padding-top: 0;
    float: left;
    margin-left: 30px;
    margin-top: 15px;
}
#main .ill_dru .ill_list a:nth-child(3) span{
    display: block;
    width: 60px;
    height: 60px;
    background:red url("../background/ill_dur03.png") no-repeat;
    border-radius: 30px;
    padding-top: 0;
    float: left;
    margin-left: 30px;
    margin-top: 15px;
}
#main .ill_dru .ill_list a:nth-child(4) span{
    display: block;
    width: 60px;
    height: 60px;
    background:red url("../background/ill_dur04.png") no-repeat;
    border-radius: 30px;
    padding-top: 0;
    float: left;
    margin-left: 30px;
    margin-top: 15px;
}
#main .ill_dru .ill_list a:nth-child(5) span{
    display: block;
    width: 60px;
    height: 60px;
    background:red url("../background/ill_dur05.png") no-repeat;
    border-radius: 30px;
    padding-top: 0;
    float: left;
    margin-left: 30px;
    margin-top: 15px;
}
#main .ill_dru .ill_list a:nth-child(6) span{
    display: block;
    width: 60px;
    height: 60px;
    background:red url("../background/ill_dur06.png") no-repeat;
    border-radius: 30px;
    padding-top: 0;
    float: left;
    margin-left: 30px;
    margin-top: 15px;
}
#main .ill_dru .ill_list a:nth-child(7) span{
    display: block;
    width: 60px;
    height: 60px;
    background:red url("../background/ill_dur07.png") no-repeat;
    border-radius: 30px;
    padding-top: 0;
    float: left;
    margin-left: 30px;
    margin-top: 15px;
}
#main .ill_dru .ill_list a:nth-child(8) span{
    display: block;
    width: 60px;
    height: 60px;
    background:red url("../background/ill_dur08.png") no-repeat;
    border-radius: 30px;
    padding-top: 0;
    float: left;
    margin-left: 30px;
    margin-top: 15px;
}
#main .ill_dru .ill_list a:nth-child(9) span{
    display: block;
    width: 60px;
    height: 60px;
    background:red url("../background/ill_dur09.png") no-repeat;
    border-radius: 30px;
    padding-top: 0;
    float: left;
    margin-left: 30px;
    margin-top: 15px;
}
#main .ill_dru .ill_list a:nth-child(10) span{
    display: block;
    width: 60px;
    height: 60px;
    background:red url("../background/ill_dur10.png") no-repeat;
    border-radius: 30px;
    padding-top: 0;
    float: left;
    margin-left: 30px;
    margin-top: 15px;
}
#main .ill_dru .ill_list a:nth-child(11) span{
    display: block;
    width: 60px;
    height: 60px;
    background:red url("../background/ill_dur11.png") no-repeat;
    border-radius: 30px;
    padding-top: 0;
    float: left;
    margin-left: 30px;
    margin-top: 15px;
}#main .ill_dru .ill_list a:nth-child(12) span{
     display: block;
     width: 60px;
     height: 60px;
     background:red url("../background/ill_dur12.png") no-repeat;
     border-radius: 30px;
     padding-top: 0;
     float: left;
     margin-left: 30px;
     margin-top: 15px;
 }
#main .ill_dru .ill_list a:nth-child(13) span{
    display: block;
    width: 60px;
    height: 60px;
    background:red url("../background/ill_dur13.png") no-repeat;
    border-radius: 30px;
    padding-top: 0;
    float: left;
    margin-left: 30px;
    margin-top: 15px;
}
#main .ill_dru .ill_list a:nth-child(14) span{
    display: block;
    width: 60px;
    height: 60px;
    background:red url("../background/ill_dur14.png") no-repeat;
    border-radius: 30px;
    padding-top: 0;
    float: left;
    margin-left: 30px;
    margin-top: 15px;
}
#main .ill_dru .ill_list a:nth-child(15) span{
    display: block;
    width: 60px;
    height: 60px;
    background:red url("../background/ill_dur15.png") no-repeat;
    border-radius: 30px;
    padding-top: 0;
    float: left;
    margin-left: 30px;
    margin-top: 15px;
}
#main .ill_dru .ill_list a:nth-child(16) span{
    display: block;
    width: 60px;
    height: 60px;
    background:red url("../background/ill_dur16.png") no-repeat;
    border-radius: 30px;
    padding-top: 0;
    float: left;
    margin-left: 30px;
    margin-top: 15px;
}
#main .ill_dru .ill_list a:nth-child(17) span{
    display: block;
    width: 60px;
    height: 60px;
    background:red url("../background/ill_dur17.png") no-repeat;
    border-radius: 30px;
    padding-top: 0;
    float: left;
    margin-left: 30px;
    margin-top: 15px;
}
#main .ill_dru .ill_list a:nth-child(18) span{
    display: block;
    width: 60px;
    height: 60px;
    background:red url("../background/ill_dur18.png") no-repeat;
    border-radius: 30px;
    padding-top: 0;
    float: left;
    margin-left: 30px;
    margin-top: 15px;
}
#main .ill_dru .ill_list a p{
    display: block;
    float: left;
    margin-left: 10px;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    margin-top: 30px;
}
#main .cancer{
    height: 494px;
    margin-top: 30px;
}

#main .Drug-listN{
    background: #f5f5f5;
    padding-bottom: 40px;
}
#main .Drug-listN .D-nav{
    height: 49px;
    background: #fcfcfc;
    border-bottom: 1px solid #dddddd;
}
#main .Drug-listN .D-nav a{
    display: block;
    float: left;
    width: 170px;
    height: 47px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 47px;
    border-top: 2px solid #fcfcfc;
    border-bottom: 1px solid #dddddd;
}
#main .Drug-listN .D-nav .add_style{
    border-top: 2px solid #00a160;
    border-bottom: 1px solid #ffffff;
    background: #ffffff;
    color: #00a160;
}
#main .Drug-listN .D-list{
    position: relative;
    height: 174px;
    background: #ffffff;
}
#main .Drug-listN .D-list ol{
    position: absolute;
    margin-top: 12px;
}
#main .Drug-listN .D-list ol li{
    float:left;
    margin: 0 25px;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
}
#main .Drug-listN .D-list ol li a{
    font-size: 12px;
    color: #666666;
    line-height: 30px;
}
#main .Drug-listN .D-list ol li a:hover{
    color: #00a160;
}
#main .link{
    background: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 50px;
}
#main .link h3{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 48px;
}
#main .link .link_list{
    background: #ffffff;
    overflow: hidden;
    padding: 20px 40px;
}
#main .link .link_list a{
    display: block;
    float: left;
    margin-left: 12px;
    text-align: left;
    font-size: 12px;
    color: #666666;
    line-height: 32px;
    width: 110px;
}
#main .link .link_list a:hover{
    color: #00a160;
}
#main .referral{
    padding-bottom: 40px;
    background: #f5f5f5;
    height: 155px;
}
#main .referral .inner{
    background: white;
    height: 155px;
}
#main .referral span{
    display: block;
    font-size: 24px;
    color: #333333;
    line-height: 40px;
    padding-left: 10px;
    height: 40px;
    position: relative;
}
#main .referral span::after{
    position: absolute;
    content: "";
    width: 3px;
    height: 24px;
    top: 10px;
    left: 0;
    background: #00a160;
}
#main .referral p{
    display: block;
    padding: 0 10px;
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    margin-top: 24px;
}

#main .cancer{
    background: #ffffff;
    /*overflow: hidden;*/
    height: 500px;
}
#main .cancer .floor{
    width: 216px;
    position: relative;
    height: 500px;
}
#main .cancer .floor .floor-name{
    display: block;
    width: 224px;
    height: 80px;
    position: absolute;
    top: -3px;
}
#main .cancer .floor .floor1{
    background: url("../background/zhonliu01.png") no-repeat;
}
#main .cancer .floor .floor2{
    background: url("../background/zhonliu02.png") no-repeat;
}
#main .cancer .floor .floor3{
    background: url("../background/zhonliu03.png") no-repeat;

}
#main .cancer .floor .floor4{
    background: url("../background/zhonliu04.png") no-repeat;

}
#main .cancer .floor .floor-name a{
    font-size: 22px;
    color: #ffffff;
    line-height: 50px;
    margin-left: 10px;
}
#main .cancer .floor .floor-img{
    display: block;
    width: 216px;
    height: 500px;
    overflow: hidden;
    background: navajowhite;
}
#main .cancer .floor .floor-img img{
    width: 216px;
    height: 500px;
}
#main .cancer .floor .floor-about{
    position: absolute;
    bottom: 45px;
    left: 0;
    /*background: forestgreen;*/
    padding: 9px;
}
#main .cancer .floor .floor-about a{
    display: block;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    height: 22px;
    width: 91px;
    border: 1px solid rgba(255,255,255,0.5);
}
#main .cancer .floor .floor-about a:nth-child(1){
    margin-bottom: 10px;
}
#main .cancer .floor .floor-about a:nth-child(2){
    margin-left: 10px;
    margin-bottom: 10px;
}
#main .cancer .floor .floor-about a:nth-child(3){
    margin-bottom: 0;
}
#main .cancer .floor .floor-about a:nth-child(4){
    margin-left: 10px;
}
#main .cancer .more1{
    width: 980px;
    border-top: 4px solid #64a1d4;
}
#main .cancer .more2{
    width: 980px;
    border-top: 4px solid #4ec3e4;
}
#main .cancer .more3{
    width: 980px;
    border-top: 4px solid #4cda8f;
}
#main .cancer .more4{
    width: 980px;
    border-top: 4px solid #5bcda1;
}
#main .cancer .more ul{}
#main .cancer .more ul li{
    float: left;
}
#main .cancer .more ul li .more-center{
    width: 244px;
    height: 248px;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
#main .cancer .more ul li .more-center em{
    font-size: 16px;
    color: #ee0000;
    line-height: 28px;
    padding-left: 20px;
}
#main .cancer .more ul li .more-center em i{
    font-size: 12px;
    color: #ee0000;
    line-height: 28px;
    padding-left: 25px;
}
#main .cancer .more ul li .more-center .pro-name{
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    padding-top: 15px;
    padding-left: 25px;
}
#main .cancer .more ul li .more-center .pro-img{
    display: block;
    width: 180px;
    height: 170px;
    overflow: hidden;
    margin-left: 56px;
    transition:margin-left 0.3s;
    -moz-transition:margin-left 0.3s; /* Firefox 4 */
    -webkit-transition:margin-left 0.3s; /* Safari and Chrome */
    -o-transition:margin-left 0.3s; /* Opera */
}
#main .cancer .more ul li .more-center .pro-img:hover{
    margin-left: 36px;
}
#main .cancer .more ul li .more-center .pro-img img{
    width: 180px;
    height: 170px;
}
