.header .nav-bg{
    opacity: .75;
}
/*轮播S*/
#solid {
    width: 100%;
    height: 600px;
    clear: both;
    position: relative;
    overflow: hidden;
}

#solid .solid0, #solid .solid1, #solid .solid2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 600px;
    display: none;
}

#solid .solid0 {
    background: #fff;
}

#solid .solid1 {
    background: #fff;
}

#solid .solid2 {
    background: #fff;
}

#solid ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    left: 50%;
    top: 0px;
    width: 1920px;
    height: 600px;
    margin-left: -960px;
}

#solid ul li {
    display: none;
    cursor: pointer;
    text-align: center
}

#solid ul li img {
    height: 600px;
}

#solid #btt {
    width: 1160px;
    left: 0;
    bottom: 10px;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -580px;
}

#solid #btt span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    text-align: center;
    background: #fff;
    z-index: 1000;
    cursor: pointer;
    filter: alpha(opacity=70); /*IE滤镜，透明度50%*/
    -moz-opacity: 0.7; /*Firefox私有，透明度50%*/
    opacity: 0.7; /*其他，透明度50%*/
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#solid #btt span.on {
    background: rgb(255, 51, 71);
}

#solid ul li div {
    height: 40px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 1920px;
}

#solid ul li div p {
    width: 1160px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-weight: normal;
    text-shadow: black 0 1px 0;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}

#solid .prev, #solid .next {
    display: none;
    cursor: pointer;
    width: 50px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    background: url(../images/arrow_banner.png) no-repeat;
}

#solid:hover .prev, #solid:hover .next {
    display: block;
}

#solid .prev {
    left: 20px;
}

#solid .next {
    right: 20px;
    background-position: -50px 0;
}

#solid .prev:hover {
    background-position: 0 -100px;
}

#solid .next:hover {
    background-position: -50px -100px;
}

/*轮播E*/
/**/
.gyword{
    text-align: center;
    padding-top: 48px;
}
/**/
/*简介S*/
.introduce {
    padding: 0;
    width: 1210px;
    margin: 0 auto;
}
.introduce a{
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.introduce ul li {
    position: relative;
    margin-right: 5px;
    padding: 8px;
    top: 0;
    transition: top .5s;
    -moz-transition: top .5s ease; /* Firefox 4 */
    -webkit-transition: top .5s ease; /* Safari 和 Chrome */
    -o-transition: top .5s ease; /* Opera */
}

.introduce ul .li-3 {
    margin-right: 0;
}

.introduce ul li .li-box {
    border: 1px solid transparent;
    padding: 45px 16px;
    width: 350px;
}

.introduce ul li .introduce-img {
    width: 350px;
    height: 200px;
    background-position: center center;
    background-size: cover;
}

.introduce ul li h3 {
    text-align: center;
    padding-top: 8px;
    color: #333;
}

.introduce ul li h3 u {
    display: block;
    background-color: #27a27e;
    height: 6px;
    width: 36px;
    margin: 0 auto;
    margin-top: 20px;
}

.introduce ul li:first-child h3 u {
    background-color: #ff3347;
}

.introduce ul li:last-child h3 u {
    background-color: #005bac;
}

.introduce ul li p {
    font-size: 12px;
    padding-top: 24px;
    line-height: 1.6;
}

.introduce ul li:hover {
    top: -20px;
    cursor: pointer;
}

.introduce ul .li-1:hover{
    background-color: #f45454;
}

.introduce ul .li-2:hover {
    background-color: #28a17e;
}

.introduce ul .li-3:hover{
    background-color: #005bac;
}

.introduce ul li:hover .li-box {
    border: 1px dashed #fff;
}

.introduce ul li:hover h3 u {
    background-color: transparent;
    margin-top: 0;
}

.introduce ul li:hover h3, .introduce ul li:hover p {
    color: #fff;
}

/*简介E*/
/*广药动态S*/
.new {
    padding: 45px 0 75px 0;
    background-color: #f5f5f5;
}

.promote {
    position: relative;
}

.new .title h3, .story .title h3, .promote .title h3 {
    font-size: 36px;
    text-align: center;
}

.new .title p, .story .title p, .promote .title p {
    padding-top: 12px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 10px;
}
.story .title p{
    color: #b7c1cc;
}
.new .title p, .promote .title p{
    color: #a0a0a0;
}

.new .nav {
    padding-top: 50px;
    border-bottom: 1px solid #ccc;
}

.new .nav ul {
    margin: 0 auto;
    width: 542px;
}

.new .nav ul li {
    margin-right: 40px;

    font-size: 14px;
    position: relative;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}
.new .nav ul li a{
    display: block;
    padding: 10px 30px;
    text-decoration: none;
}
.new .nav ul li a:hover{
    text-decoration: none;
}
.new .nav ul .li-last {
    margin-right: 0;
}

.new .nav ul li.active {
    background-color: #f85751;
}
.new .nav ul li.active a{
    color: #fff;
}
.new .nav ul li u{
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -9px;
    display: block;
    height: 7px;
    z-index: 10;
    background-image: url("../images/arrow_down.png");
}
.new .nav ul li.active u {
    width: 18px;
}
.new .nav ul li:hover{
    color:#f85751;
}
.new .nav ul li.active:hover{
    color: #fff;
}

/*.new .nav ul:hover .active {*/
    /*background-color: #f5f5f5;*/
    /*color: #333;*/
/*}*/

/*.new .nav ul:hover .active u {*/
    /*width: 0;*/
/*}*/

/*.new .nav ul:hover li:hover {*/
    /*background-color: #f85751;*/
    /*color: #fff;*/
/*}*/

/*.new .nav ul:hover li:hover u {*/
    /*width: 18px;*/
/*}*/

.m-slide {
    height: 372px;
    width: 1160px;
    margin: 50px auto 0;
}

.m-slide .img {
    width: 580px;
    float: left;
}

/*.m-slide .img li img {*/
    /*width: 580px;*/
    /*height: 360px;*/
/*}*/

.m-slide .tab {
    width: 580px;
    float: right;
}

.m-slide .tab li {
    height: 89px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding: 0 25px;
    position: relative;
}

.m-slide .tab li .title {
    font-size: 17px;
    display: block;
    line-height: 30px;
    padding-top: 10px;
    height: 30px;
    width: 530px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-slide .tab li .des {
    font-size: 12px;
    display: block;
    color: #999;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

.m-slide .tab li a:hover {
    text-decoration: none;
}

.m-slide .tab li.on {
    background: #f85751;
    color: #fff;
}

.m-slide .tab li.on a {
    color: #fff;
    cursor: pointer;
}

.m-slide .tab li.on .des {
    color: #fff;
    filter: alpha(opacity=80);
}

.m-slide .tab li.on b {
    display: block;
    height: 89px;
    width: 20px;
    background: url(../images/li_arrow.png) no-repeat;
    position: absolute;
    top: 0;
    left: -20px;
}

.m-slide .tab li.on.red {
    background: #f85751;
}
.m-slide .tab li.on.red b {
    background-position: 0 0;
}

.m-slide .tab li.on.green{
    background: #16a17d;
}

.m-slide .tab li.on.green b {
    background-position: 0 -100px;
}

.m-slide .tab li.on.blue {
    background: #0058ad;
}

.m-slide .tab li.on.blue b {
    background-position: 0 -200px;
}

/*广药动态E*/
/*广药故事S*/
.story {
    padding-top: 60px;
    height: 690px;
    background: url(../images/storybg.jpg) center 0 no-repeat;
}

.story .title h3 {
    color: #fff;
}

.story .w {
    width: 1160px;
    margin: 0 auto;
    padding-top: 60px;
    position: relative;
}

.story .picScroll {
    width: 1160px;
    overflow: hidden;
}

.story ul {
    width: 10000px;
}

.story ul li {
    float: left;
    width: 160px;
    margin-right: 88px;
}

.story ul li .str {
    width: 160px;
    margin-bottom: 30px;
    display: block;
}

.story ul li .str p {
    cursor: pointer;
    display: block;
    width: 160px;
    height: 160px;
    border: 2px solid #fff;
    -ms-border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    overflow: hidden;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    background-position: center center;
    background-size: cover;
}

.story ul li .str:hover {
    text-decoration: none;
}

.story ul li .str span {
    display: block;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.story ul li .str:hover p {
    border-color: #27a27e;
    border-top-color: #ed4747;
    border-right-color: #27a27e;
    border-bottom-color: #27a27e;
    border-left-color: #ed4747;
}

.story ul li .str:hover p {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}

.story .w .prev, .story .w .next {
    display: block;
    position: absolute;
    top: 230px;
    left: -80px;
    width: 30px;
    height: 60px;
    background: url(../images/arrow.png) no-repeat;
    cursor: pointer;
}

.story .w .next {
    left: auto;
    right: -80px;
    background-position: -30px 0;
}

.story .w .prev:hover {
    background-position: 0 -60px;
}

.story .w .next:hover {
    background-position: -30px -60px;
}

/*广药故事E*/
/*产品促销S*/
#promoteSolid {
    height: 440px;
    clear: both;
    position: relative;
    margin: 40px 0 60px 0;
}

#promoteSolid ul {
    position: absolute;
    top: 0px;
}

#promoteSolid ul li {
    display: none;
    cursor: pointer;
    text-align: center
}

#promoteSolid ul li img {
    height: 440px;
    width: 1160px;
}

#promoteSolid #promoteBtt {
    width: 1160px;
    left: 0;
    bottom: -50px;
    position: absolute;
    text-align: center;
}

#promoteSolid #promoteBtt span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    text-align: center;
    background: #fff;
    z-index: 1000;
    cursor: pointer;
    filter: alpha(opacity=70); /*IE滤镜，透明度50%*/
    -moz-opacity: 0.7; /*Firefox私有，透明度50%*/
    opacity: 0.7; /*其他，透明度50%*/
    border: 1px solid #aeaeae;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#promoteSolid #promoteBtt span.on {
    background: rgb(255, 51, 71);
    border: 1px solid rgb(255, 51, 71);
}

#promoteSolid ul li div {
    height: 40px;
    font-size: 24px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 1920px;
}

#promoteSolid ul li div p {
    width: 1160px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-weight: normal;
    text-shadow: black 0 1px 0;
}

#promoteSolid .prev, #promoteSolid .next {
    display: none;
    cursor: pointer;
    width: 50px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    background: url(../images/arrow_banner.png) no-repeat;
}

#promoteSolid:hover .prev, #promoteSolid:hover .next {
    display: block;
}

#promoteSolid .prev {
    left: 20px;
}

#promoteSolid .next {
    right: 20px;
    background-position: -50px 0;
}

#promoteSolid .prev:hover {
    background-position: 0 -100px;
}

#promoteSolid .next:hover {
    background-position: -50px -100px;
}

.promote .shadow {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 150px;
    width: 1215px;
    z-index: -1;
}

/*产品促销E*/