@charset "UTF-8";


@font-face {
    font-family: 'heiti';
    src: url('../fonts/webfont.eot'); /* IE9*/
    src: url('../fonts/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/webfont.woff') format('woff'), /* chrome、firefox */
    url('../fonts/webfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}
body {
    font-family: "heiti";
    font-size: 12px;
    color: #666;
    background: #f5f5f5;
    min-width: 1200px;
}

/*通用 start*/
.fl{float: left}
.fr{float: right}
.clearfix{content:'';display: table;clear: both;}
.pointer{cursor: pointer;}
.center{text-align: center}
.wrap{width: 1200px;margin: 0 auto;clear: both;}
.h15 {
    clear: both;
    height: 15px;
    overflow: hidden;
}
.h30 {
    clear: both;
    overflow: hidden;
    height: 30px;
}
.h50 {
    clear: both;
    height: 50px;
}
.h65 {
    clear: both;
    height: 65px;
    overflow: hidden;
}
/*通用 end*/

/*header start*/
.top {
    height: 92px;
    background: #fff;
    position: fixed;
    z-index: 99999;
    width: 100%;
    min-width: 1280px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.logo {
    height: 57px;
    padding: 19px 0 0 16px;
    margin-left: 5.2083%;
}
.logo img {
    height: 57px;
    display: block;
}
.topRight {
    position: relative;
    z-index: 9;
}
.topC {
    display: block;
    transition: alllinear .3s;
    -webkit-transition: alllinear .3s;
}
.menu {
    position: relative;
    padding: 8px 0;
    margin-right: 45px;
}
.menu dd {
    float: left;
    display: inline;
    margin-right: 35px;
    position: relative;
}
.menu dd .yj {
    overflow: hidden;
}
.menu dd .yj a {
    overflow: hidden;
    display: block;
    height: 76px;
    line-height: 76px;
    text-align: center;
    font-size: 16px;
    color: #666;
    padding: 0px 22px;
    position: relative;
}
.menu dd .yj a:hover em {
    color: #ac7941;
}
.menu dd .yj a em {
    height: 20px;
    font-weight: normal;
}
.menu dd:hover .yj a em{
    color: #522a70;
}
.menu dd .yj a em:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 25px;
    top: 20px;
    left: 0;
    background: url(../images/navT.png) center center no-repeat;
    transition: alllinear .3s;
    -webkit-transition: all linear .3s;
    transform: scale(.5);
    -webkit-transform: scale(.5);
    opacity: 0;
    visibility: hidden;
}
.menu dd .yj a:hover em:before {
    top: 0px;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.menu dd .yj a em:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 25px;
    bottom: 20px;
    left: 0;
    background: url(../images/navB.png) center center no-repeat;
    transition: alllinear .3s;
    -webkit-transition: all linear .3s;
    transform: scale(.5);
    -webkit-transform: scale(.5);
    opacity: 0;
    visibility: hidden;
}
.menu dd .yj a:hover em:after {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.menu dd.hover .yj a em:before {
    top: 0px;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.menu dd.hover .yj a em:after {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.menu dd.hover .yj a span.navL {
    left: 0px;
}
.menu dd.hover .yj a span.navR {
    right: 0px;
}
.menu dd .yj a span.navL {
    display: block;
    position: absolute;
    width: 22px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: -22px;
    background: url(../images/navL.png) center center no-repeat;
    transition: all linear .3s;
    -webkit-transition: alllinear .3s;
}
.menu dd .yj a span.navR {
    display: block;
    position: absolute;
    width: 22px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    right: -22px;
    background: url(../images/navR.png) center center no-repeat;
    transition: all linear .3s;
    -webkit-transition: alllinear .3s;
}
.menu dd .yj a:hover span.navL {
    left: 0px;
}
.menu dd .yj a:hover span.navR {
    right: 0px;
}

.search {
    position: relative;
    border: 1px solid #ddd;
    height: 33px;
    border-radius: 35px;
    background: #fff;
    margin: 28px 45px 0 0;
    display: none;
}
/*header end*/

/*index start*/
.fullSlide {
    overflow: hidden;
    height: calc(100vh);
    width: 100%;
    position: relative;
}
.fullSlide img{
    width: 100%;
}

.column3 {
    background: #fff;
    overflow: hidden;
    background-position: bottom left;
    position: relative;
}
.col3R {
    overflow: hidden;
    width: 50%;
    display: inline;
    position: relative;
    background: #000;
}
.col3L {
    padding: 0 80px;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    left: 0px;
    height: 100%;
    background: url(../images/bg2.png) no-repeat left bottom;
    background-size: cover;
}
.table {
    display: table;
    width: 100%;
    height: 100%;
}
.tableCell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.col3Title {
    height: 75px;
    line-height: 70px;
    font-size: 26px;
    font-weight: bold;
    color: #c29461;
    position: relative;
}
.col3Title a {
    color: #c29461;
}
.col3Title:after {
    display: block;
    content: '';
    width: 33px;
    height: 5px;
    background: #c29461;
    position: absolute;
    bottom: 0;
    left: 0;
}
.col3Txt {
    line-height: 30px;
    height: 90px;
    font-size: 14px;
    color: #8c8c8c;
    padding-top: 50px;
    overflow: hidden;
}
.clo3List {
    overflow: hidden;
}
.clo3List dd {
    float: left;
    width: 33.333%;
    display: inline;
    text-align: center;
}
.clo3List dd .numb {
    font-size: 28px;
    font-weight: bold;
    color: #444;
    padding-top: 45px;
    line-height: 47px;
    height: 47px;
    overflow: hidden;
}
.clo3List dd .jieshao {
    width: 125px;
    margin: 0 auto;
    font-size: 14px;
    color: #8c8c8c;
    text-align: center;
    height: 40px;
    line-height: 20px;
    padding-top: 15px;
    font-size: 14px;
    color: #8c8c8c;
}


.cultureBox {
    background: url(../images/culBg1.png) center center no-repeat;
    background-size: cover;
}
.ctTitle {
    position: relative;
    height: 108px;
    line-height: 100px;
    font-size: 26px;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
}
.ctTitle:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 45px;
    top: 0px;
    left: 0;
    background: url(../images/navT1.png) center center no-repeat;
    transition: alllinear .3s;
    -webkit-transition: alllinear .3s;
}
.ctTitle a {
    color: #444;
    display: block;
    height: 26px;
    font-weight: bold;
    text-align: center;
}
.ctTitle span {
    font-size: 12px;
    color: #999999;
    line-height: 95px;
}
.ctTitle:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 25px;
    bottom: 0px;
    left: 0;
    background: url(../images/navB1.png) center center no-repeat;
    transition: alllinear .3s;
    -webkit-transition: alllinear .3s;
}

.imgList1 {
    overflow: hidden;
    position: relative;
    margin-right: -36px;
}
.imgList1 dd {
    float: left;
    display: inline;
    width: 33.333%;
}
.imgList1 dd:nth-child(-n + 3) {
    margin-bottom: 35px;
}
.imgList1 dd .con {
    margin-right: 36px;
    overflow: hidden;
}
.imgList1 dd .con .pic {
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
}
.imgList1 dd .con .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.imgList1 dd .con .pic:after {
    display: block;
    content: '';
    padding-top: 64%;
}
.imgList1 dd .con .text {
    background: #fff;
}
.imgList1 dd .con .text .title {
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    font-size: 15px;
    border-bottom: 1px solid #dbdbdb;
}
.imgList1 dd .con .text .title a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.imgList1 dd .con .text .txt {
    padding-top: 5px;
    line-height: 30px;
    height: 60px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}
.col1more {
    width: 40px;
    height: 40px;
    line-height: 28px;
    text-align: center;
    border-radius: 40px;
    font-size: 24px;
}
.col1more.cult {
    margin: 0 auto;
}
.col1more a {
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background: url(../images/fIcn1h.png) no-repeat center center;
}

.butBox2 {
    background: url(../images/butBox2.png) center center no-repeat;
    background-size: cover;
    height: 1000px;
}
.tabList {
    overflow: hidden;
    text-align: left;
    font-size: 0px;
}
.tabList li {
    display: inline-block;
    font-size: 16px;
    margin-right: 25px;
}
.tabList li a {
    display: block;
    padding: 10px 16px;
}
.tabList li.hover a,.tabList li:hover a {
    background: #522a70;
    border-radius: 3px;
    color: #fff;
}

.sinopharmScroll2 {
    height: 590px;
    position: relative;
    display: none;
}
.sinopharmScroll2:first-child {
    display: block;
}
.sinopharmScroll2 dd {
    width: 31.333%;
    margin-right: 3%;
    float: left;
    display: inline;
}
.sinopharmScroll2 dd:nth-child(3n) {
    margin-right: 0 !important;
}
.sinopharmScroll2 .con {
    padding-right: 30px;
}
.sinopharmScroll2 .con .pic {
    position: relative;
    overflow: hidden;
    background: transparent;
    height: 490px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sinopharmScroll2 .con .pic img {
    width: 100%;
    top: 0;
    left: 0;
}
/*index end*/

/*page start*/
.cultureT {
    height: 75px;
    line-height: 75px;
    font-size: 22px;
    color: #ac7941;
    font-weight: bold;
    margin: 0 160px;
    text-align: center;
}
.cultureTxt {
    height: 105px;
    line-height: 35px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}
.nub1 span {
    color: #522a70;
    font-size: 50px;
}
/*page end*/

/*面包屑 start*/
.location {
    background: #f9f9f9;
    height: 60px;
    line-height: 60px;
}
.lact {
    overflow: hidden;
    position: relative;
}
.lact dd {
    float: left;
    display: inline;
}
.lact dd a {
    display: block;
    padding: 0 25px;
    font-size: 15px;
    color: #666;
}
.lact dd.hover a {
    background: #522a70;
    color: #fff;
}
/*面包屑 end*/

/*footer start*/
.support {
    height: 65px;
    line-height: 65px;
    font-size: 14px;
    color: #5c5b5b;
    padding: 0 100px;
    background: #090705;
    text-align: center;
}
.support a{
    color: #5c5b5b;
}
/*footer end*/

/*brand start*/
.brandTxt{
    height: auto;
    line-height: 35px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}
.brandTxt p:nth-child(2n+1){
    font-size: 16px;
    font-weight: bold;
}
/*brand end*/

/*show start*/
.showTxt{
    height: auto;
    line-height: 35px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}
.showTxt img{
    max-width: 500px;
    height: auto;
}
/*show end*/

/*base start*/
.imghover .pic img {
    overflow: hidden;
    transition: all 0.3slinear;
    -webkit-transition: all 0.3slinear;
}
.sinopharmScroll2 .con .text {
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    color: #666;
    text-align: center;
    overflow: hidden;
}
/*base end*/