@charset "utf-8";
body {
    background: #fff;
    margin: 0;
    font-family: "Microsoft Yahei", "微软雅黑", SimSun, Arial, tahoma, arial !important;
    padding: 0;
    font-style: normal !important;
    font-variant: normal !important;
    width: 100%;
    position: relative;
    min-width: 1200px;
    overflow-x: hidden;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote {
    padding: 0;
    margin: 0;
}

input, button, textarea {
    font-family: "Microsoft Yahei", "微软雅黑", 'SimSun', 'Arial', 'tahoma', 'arial';
}

table, td, tr, th {
    font-size: 14px;
}

img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: normal;
}

address, cite, code, em, th, i {
    font-weight: normal; /* font-style:normal; */
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #2ac3be;
    text-decoration: none;
}

input[placeholder], [placeholder], *[placeholder] {
    color: #666;
    outline: none;
}

input::-webkit-input-placeholder {
    color: #666;
}

input:-moz-placeholder {
    color: #666;
}

input::-moz-placeholder {
    color: #666;
}

button, input {
    outline: none;
    border: none;
}

.mtop120 {
    margin-top: 120px;
}

/* 背景line*/
.inline {
    position: absolute;
    top: 0;
    left: 361px;
    z-index: 0;
    display: block;
}

.in_xx_01 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.in_xx_02 {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1;
}

.in_xx_01 img, .in_xx_02 img {
    width: 100%;
    display: block;
}

.in_xx_01 .in_xx1_d,
.in_xx_02 .in_xx2_d {
    width: 30px;
    height: 30px;
    overflow: hidden;
    background-color: #f05f39;
    border-radius: 50%;
    position: absolute;
    top: 0%;
    z-index: 99;
    margin-left: -15px;
    margin-top: -15px;
}

.in_xx_01 .in_xx1_d {
    left: 35.05%;
    top: 99.62%;
    display: block;
}

.in_xx_02 .in_xx2_d {
    left: 87.55%;
    top: 0%;
    display: none;
}

/*end*/

.headBox {
    width: 100%;
    height: 183px;
    position: relative;
    background: #fff;
}

.greenBg {
    position: absolute;
    top: 26px;
    right: 0;
    width: 50%;
    height: 38px;
    background: #2cccc0;
}

.topBox {
    width: 1200px;
    background: #fff;
    height: 183px;
    padding-top: 26px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.greenMenu {
    height: 38px;
    background: #2cccc0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    line-height: 38px;
    padding-left: 20px;
    float: right;
}

.greenMenu a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin: 0 14px;
}

.greenMenu a.serch {
    background: url("../images/tSerch.png") no-repeat center;
    width: 19px;
    margin-right: 0;
}

.toplmBox {
    width: 100%;
    height: 119px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.logo {
    display: block;
    margin-bottom: 31px;
}

.logo img {
    display: block;
}

.menuBox {
    text-align: center;
    list-style: none;
}

.menuBox li {
    text-align: center;
    float: left;
    margin-left: 50px;
    height: 64px;
    list-style-type: none;
    padding: 0;
    position: relative;
}

.menuBox li a {
    color: #7a7a7a;
    font-size: 16px;
    padding-bottom: 8px;
}

.menuBox li a:hover, .menuBox .on a {
    color: #7a7a7a;
    border-bottom: 2px #2cccc0 solid;
}

.menuBox .sub {
    position: absolute;
    left: 50%;
    top: 60px;
    width: auto;
    margin-left: -60px;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
    zoom: 1;
    display: none;
}

.menuBox .sub li {
    line-height: 40px;
    height: 40px;
    color: #333;
    float: none;
    width: 100%;
    margin-left: 0;
}

.menuBox .sub li a {
    display: block;
    color: #7a7a7a;
    height: 40px;
    line-height: 40px;
    padding-bottom: 0;
    border-bottom: none;
    white-space: nowrap;
}

.menuBox .sub li a:hover {
    color: #2cccc0;
    border-bottom: none;
}


.serchBox {
    width: 400px;
    padding: 10px;
    background: #fff;
    position: absolute;
    top: 34px;
    right: -26px;
    z-index: 99;
    display: none;
}

.inputBox {
    width: 100%;
}

.inputBox input {
    width: 80%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #666;
    border: 1px #e0e0e0 solid;
}

.serchBtn {
    width: 20%;
    float: right;
    height: 40px;
    color: #fff !important;
    line-height: 40px;
    padding: 0 0 0 24px !important;
    display: block;
    background: url(../images/serchIcona.png) no-repeat 10px center #2b95b4;
    background-size: 22px auto;
    font-size: 12px;
    box-sizing: border-box;
}

.serchBtn:hover {
    color: #fff;
    border-bottom: none !important;
}

/*banner*/
.bannerBox {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bannerBox .bd {
    position: relative;
}

.bannerBox .bd ul {
    list-style: none;
    padding: 0;
    position: static !important
}

.bannerBox .bd li {
    position: relative;
    width: 100%;
    list-style-type: none;
    padding: 0;
}

.bannerInfo {
    position: absolute;
    width: 1200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.bannerInfo h2 {
    font-size: 40px;
    font-weight: bold;
    color: #3300c1;
}

.bannerInfo p {
    font-size: 40px;
    font-weight: bold;
    color: #3300c1;
    margin-top: 5px;
    margin-bottom: 40px;
}

.bannerInfo a {
    text-decoration: none;
    display: block;
    border-radius: 20px;
    width: 148px;
    height: 40px;
    line-height: 40px;
    border: 2px #3300c1 solid;
    text-align: center;
    color: #3300c1;
    font-size: 16px;
}


.bannerBox .hd {
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 23px;
    left: 0;
    display: block;
    z-index: 10;
    text-align: center;
    list-style: none;
    padding: 0;
}

.bannerBox .hd li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    list-style-type: none;
    padding: 0;
    line-height: 100px;
    overflow: hidden;
}

.bannerBox .hd li.on {
    background-color: #2cccc0;
}

.bannerBox .prev,
.bannerBox .next {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    z-index: 3;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    opacity: .2;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    transition: All .5s ease;
    border-radius: 5px;
    background: url(../images/bar_larrow.png) no-repeat center;
    background-size: 42px auto;
}

.bannerBox .prev {
    left: 40px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.bannerBox .next {
    right: 40px;
}

.bannerBox .prev:hover,
.bannerBox .next:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8
}


.navCenBox {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.inBusiness {
    margin-top: 15%;
}

.initemBox {
    width: 100%;
    overflow: hidden;
}

.intitName {
    margin-bottom: 40px;
}

.intitName h1 {
    font-size: 40px;
    padding-bottom: 30px;
    position: relative;
    color: #3300c1;
}

.intitName h1:after {
    content: "";
    position: absolute;
    width: 60px;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #3300c1;
    border-radius: 4px;
}


.businitem {
    list-style: none;
    padding: 0;
    width: 100%;
    position: relative;
    margin-bottom: 100px;
    padding-top: 10%;
}


.businitem .itemPic {
    width: 24%;
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translateY(-30%);
    z-index: 2;
}

.businitem .itemPic img {
    display: block;
    margin: 0 auto;
    width: 100%;
    vertical-align: top;
}

.itemText {
    width: 450px;
}

.itemText p {
    font-size: 20px;
    font-weight: lighter;
    line-height: 40px;
    color: #7a7a7a;
    margin-top: 40px;
    margin-bottom: 30px;
}

.itemText .moreBtn {
    width: 148px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 24px;
}

.initemBox .businitem:nth-child(1) .itemPic {
    width: 20%;
}

.initemBox .businitem:nth-child(2n) .itemPic {
    right: auto;
    left: 10%;
}

.initemBox .businitem:nth-child(2n) .itemText {
    float: right;
}


.udpage {
    width: 148px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: 24px;
}

.abtnc1 {
    border: 2px #2cccc0 solid;
    color: #2cccc0;
}

.abtnc1:hover {
    background: #2cccc0;
    color: #fff;
}

.abtnc2 {
    border: 2px #008a3d solid;
    color: #008a3d;
    background: #fff;
}

.abtnc2:hover {
    background: #008a3d;
    color: #fff;
}

.abtnc3 {
    border: 2px #ff760c solid;
    color: #ff760c;
}

.abtnc3:hover {
    background: #ff760c;
    color: #fff;
}

.abtnc4 {
    border: 2px #1cadb6 solid;
    color: #1cadb6;
}

.abtnc4:hover {
    background: #1cadb6;
    color: #fff;
}

.abtnc5 {
    border: 2px #1381a6 solid;
    color: #1381a6;
}

.abtnc5:hover {
    background: #1381a6;
    color: #fff;
}


/*首页动态*/
.inNewsBox {
    position: relative;
    width: 100%;
}

.inNewsBox .bd {
    position: relative;
    z-index: 0;
}

.inNewsBox .bd ul {
    list-style: none;
    padding: 0;
}

.inNewsBox .bd li {
    position: relative;
    width: 380px;
    margin-right: 30px;
    list-style-type: none;
    padding: 0;
    float: left;
}

.inNewsBox .bd li a {
    display: block;
}

.inNewsBox .bd li .listPic {
    position: relative;
}

.inNewsBox .bd li .listPic img {
    display: block;
}

.inNewsBox .bd li h2 {
    font-size: 18px;
    font-weight: lighter;
    color: #1a1a1a;
    line-height: 28px;
    margin-top: 25px;
    display: block;
    height: 56px;
    overflow: hidden;
}

.inNewsBox .bd li p {
    font-size: 14px;
    line-height: 24px;
    color: #7a7a7a;
    height: 72px;
    overflow: hidden;
    margin: 10px auto;
    padding: 0;
}

.inNewsBox .bd li .newslabel {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 30px;
}

.inNewsBox .bd li .newslabel .dataTime {
    color: #999;
    font-size: 14px;
}

.inNewsBox .bd li .newslabel .more {
    text-align: right;
    color: #57cec4;
    font-size: 14px;
    float: right;
}

.inNewsBox .bd li a:hover .linkText {
    color: #2ac3be;
}

.inNewsBox .next,
.inNewsBox .prev {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    z-index: 3;
    border-radius: 50px;
    background: url(../images/arrow.png) no-repeat center;
    background-size: 36px auto;
}

.inNewsBox .prev {
    left: -64px;
}

.inNewsBox .next {
    right: -64px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.inNewsBox .prev:hover,
.inNewsBox .next:hover {
    background: url(../images/arrowa.png) no-repeat center;
    background-size: 36px auto;
}


/* 栏目通用样式  */
.culmnBanner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.culmnBanner img {
    display: block;
}

.busBtab {
    display: none;
    width: 100%;
}

.bannerTxt {
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
    padding: 0 20px;
    box-sizing: border-box;
}

.bannerTxt span {
    font-size: 40px;
    color: #fff;
    line-height: 60px;
}

.westaff {
    margin-bottom: 80px;
}

.westaff p.p1 {
    font-size: 40px;
    color: #3300c1;
    line-height: 50px;
    letter-spacing: 5px;
    margin: 0;
}

.westaff p.p2 {
    font-size: 30px;
    color: #3300c1;
    line-height: 40px;
    margin: 10px auto 0;
}

.westaff p.p3 {
    font-size: 20px;
    color: #7a7a7a;
    line-height: 40px;
    margin: 10px auto 0;
    font-weight: 100;
}


.pageMenu {
    border-bottom: 1px #e6eef9 solid;
    height: 53px;
    text-align: center;
    padding-bottom: 10px;
    background: #fff;
    box-shadow: 0 3px 3px #e6eef9;
    position: relative;
    z-index: 10;
}

.mlist {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 9px;
}

.mlist li {
    font-size: 18px;
    color: #282828;
    display: inline-block;
    line-height: 44px;
    margin: 0 10px;
}

.mlist li a {
    font-size: 18px;
    color: #282828;
    padding: 0 10px;
    display: block;
    height: 43px;
}

.mlist li a:hover, .mlist li a.select {
    color: #282828;
    border-bottom: 2px #f15f3a solid;
}

.boxWcen {
    background: #fff;
    box-shadow: 0 0 10px rgba(8, 93, 197, 0.2);
    position: relative;
    z-index: 10;
}

.wrapCen {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.busineBox {
    overflow: hidden;
    width: 100%;
    padding: 40px 0;
}


/* 我们的业务 */
.tabmenu {
    width: 1200px;
    left: 50%;
    bottom: 0;
    position: absolute;
    margin-left: -600px;
    height: 74px;
    background: #2cccc0;
    list-style: none;
}

.tabmenu li {
    width: 25%;
    float: left;
    list-style-type: none;
}

.tabmenu li a {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    color: #002f84;
    padding: 10px 0;
}

.tabmenu li a span {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
}

.tabmenu li a i {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
}

.tabmenu li.on {
    background: #5ee75c;
}

.tabmenu li.on a {
    color: #222;
}


.businBox {
    padding-top: 72px;
}


/*edit news*/
.busIninlst {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 58px;
    height: 780px;
}

.busIninlst .busPic {
    float: left;
    width: 38%;
    position: relative;
    z-index: 10;
}

.busIninlst .busPic img {
    width: 100%;
    display: block;
}

.busIninlst .busInfo {
    position: absolute;
    left: 41%;
    top: 13px;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.busIninlst:nth-child(2n) .busPic {
    float: right;
}

.busIninlst:nth-child(2n) .busInfo {
    position: absolute;
    top: 13px;
    left: auto;
    right: 443px;
}

.busIninlst .busInfoText {
    width: 600px;
    position: absolute;
    right: 56px;
    top: 12%;
}

.busIninlst:nth-child(2n) .busInfoText {
    right: auto;
    left: 56px;
}

.busIninlst:nth-child(3) {
    height: 730px;
}

.busIninlst:nth-child(4) {
    height: 730px;
}

.busIninlst:nth-child(3) .busPic {
    margin-top: 30px;
}

.busIninlst:nth-child(4) .busPic {
    float: right;
    margin-top: -80px;
}

.busIninlst:nth-child(4) .busInfoText {
    top: 22%;
}


.businlist {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 58px;
}

.businlist:nth-child(1) {
    height: 965px
}

.businlist:nth-child(2) {
    height: 880px;
}

.businlist:nth-child(3) {
    height: 840px;
}

.businlist:nth-child(4) {
    height: 950px;
}

.businlist:nth-child(2n) .busInfo {
    position: absolute;
    top: 13px;
    left: auto;
    right: 443px;
    padding: 158px 100px 158px 0;
}

.businlist:nth-child(2n) .busInfoText {
    width: 546px;
    float: right;
}

.businlist .busPic1 {
    position: absolute;
    top: -13px;
    right: 700px;
    z-index: 10;
}

.businlist .busPic2 {
    position: absolute;
    top: -184px;
    left: 730px;
    z-index: 10;
}

.businlist .busPic3 {
    position: absolute;
    top: -158px;
    right: 670px;
    z-index: 10;
}

.businlist .busPic4 {
    position: absolute;
    top: -13px;
    left: 656px;
    z-index: 10;
}


.busInfo {
    position: absolute;
    left: 500px;
    top: 13px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 158px 0 158px 100px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


.logoline {
    border-bottom: 1px #efefef solid;
    padding-bottom: 30px;
}

.scrollBox {
    margin-top: 25px;
    margin-bottom: 30px;
    padding-right: 46px;
}

.busInfoText p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 28px;
    color: #404040;
    padding: 0;
    margin: 0;
}

.moreBtn {
    width: 148px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 24px;
}


.zl-scrollBarBox {
    height: 100%;
    position: absolute;
    background: #f3f3f3;
    border-radius: 7px;
}

.zl-scrollBar {
    position: absolute;
    left: 0;
    top: 0;
    background: #2cccc0;
    transition: background 0.3s;
}

.zl-scrollBar.zl-verticalBar {
    min-height: 10px;
}

.zl-scrollBar.zl-horizontalBar {
    min-width: 10px;
}

.zl-scrollBar:hover {
    background: #2cccc0;
}

.zl-scrollContentDiv {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    top: 0;
    left: 0;
}

.infoitem {
    list-style: none;
    padding-left: 7px;
    margin-bottom: 36px;
}

.infoitem li {
    list-style-type: none;
    padding-left: 15px;
    position: relative;
    border-left: 1px #2cccc0 solid;
    font-size: 16px;
    color: #666;
    line-height: 42px;
}

.infoitem li a {
    color: #666;
}

.infoitem li:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    width: 15px;
    height: 15px;
    background: #fff;
}

.infoitem li a.select {
    color: #2cccc0;
}

.infoitem li a.select::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #2cccc0;
    transform: translateY(-50%);
}

.businlist:nth-child(2) .infoitem li {
    border-left: 1px #008a3d solid;
}

.businlist:nth-child(2) .infoitem li a.select {
    color: #008a3d;
}

.businlist:nth-child(2) .infoitem li a.select::after {
    background: #ff9900;
}


/*ehs*/
.ehsBox {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.ehsBox .bgpic {
    width: 100%;
    display: block;
}

.ehstex1 {
    width: 1200px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
}

.ehsText {
    width: 50%;
    overflow: hidden;
    float: right;
}

.ehsText p {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.ehsText p.p1 {
    font-size: 30px;
    color: #38cbbf;
    line-height: 60px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}

.ehsText p.p2 {
    font-size: 20px;
    color: #666;
    line-height: 30px;
    margin-top: 30px;
}

.ehsText p.p3 {
    margin-bottom: 5px;
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.ehstex2 {
    width: 1200px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 64%;
    transform: translateX(-50%);
}

.ehsText2 {
    width: 45%;
}

.ehsText2 p.p1 {
    font-size: 30px;
    color: #38cbbf;
    line-height: 60px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.ehsText2 p.p2 {
    margin-bottom: 5px;
    font-size: 14px;
    color: #999;
    line-height: 26px;
}


.businlist .ehsInfo {
    position: absolute;
    left: 500px;
    top: 20px;
    width: 100%;
    height: 70%;
    box-sizing: border-box;
    padding: 30px 0 30px 80px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.businlist .ehsInfoText {
    width: 600px;
}

.businlist .ehsInfoText p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 28px;
    color: #404040;
    padding: 0;
    margin: 0;
}

.businlist .ehsInfoText p.p1 {
    font-size: 30px;
    color: #38cbbf;
    line-height: 60px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}

.businlist .ehsInfoText p.p2 {
    font-size: 20px;
    color: #666;
    line-height: 30px;
    margin-top: 30px;
}

.businlist .ehsInfoText p.p3 {
    margin-bottom: 5px;
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.businlist:nth-child(2n) .busInfo {
    position: absolute;
    top: 13px;
    left: auto;
    right: 443px;
    padding: 158px 100px 158px 0;
}

.businlist:nth-child(2n) .ehsInfoText {
    width: 600px;
    float: right;
}


/*绿叶制药*/
.lyzyBox {
    overflow: hidden;
    background: #4cd0c6;
    padding: 40px 0;
}

.lyzyTit {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #002999;
    font-size: 30px;
    font-weight: bold;
    color: #002999;
    line-height: 50px;
    padding-bottom: 10px;
}

.lyzyInfo {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.wrapCen .fl {
    width: 30%;
    overflow: hidden;
    position: relative;
    float: left;
}

.wrapCen .fr {
    width: 50%;
    overflow: hidden;
    float: right;
}

.wrapCen .lyzytext p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
}


.lyzyitem {
    list-style: none;
    padding-left: 7px;
    margin-bottom: 36px;
}

.lyzyitem li {
    list-style-type: none;
    padding-left: 16px;
    position: relative;
    border-left: 1px #002999 solid;
    font-size: 16px;
    color: #052e96;
    line-height: 32px;
}

.lyzyitem li a {
    color: #002999;
}

.lyzyitem li a.select {
    color: #002999;
}

.lyzyitem li a.select::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ed6040;
    transform: translateY(-50%);
}


.pBlack {
    margin-top: 60px;
}

.zysTit {
    width: 100%;
    color: #002999;
    overflow: hidden;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}

.zysTit span {
    font-weight: 700;
    display: inline-block;
    background-color: #fff;
    padding-right: 30px;
    position: relative;
    color: #00647c;
    z-index: 9;
}

.zysTit b {
    width: 100%;
    height: 1px;
    display: block;
    overflow: hidden;
    background: #00647c;
    position: absolute;
    margin-top: -0.5px;
    left: 0;
    top: 50%;
}

.zysTit.technology span {
    padding: 0 30px;
    color: #00647c;
}

.technology p.brief {
    margin: 56px 0 40px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #2dd6d6;
}

.technology > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.technology > div > img {
    height: 360px;
    width: 640px;
}

.technology > div .content {
    list-style: none;
    margin-left: 110px;
    font-size: 16px;
    color: #ff6d00;
}

.technology > div .content li {
    margin-bottom: 41px;
    position: relative;
}

.technology > div .content li p.title {
    font-weight: bold;
    font-size: 18px;
}

.technology > div .content li::before {
    background-color: #ff6d00;
    border-radius: 50%;
    position: absolute;
    line-height: 22px;
    font-size: 36px;
    content: '';
    width: 16px;
    height: 16px;
    left: -30px;
    top: 2px;
}

.technology > div .content li .desc {
    color: #666666;
}

.product-title {
    margin-top: 120px;
    margin-bottom: 45px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #00647c;
}

.product-line {
    background-color: #f8f8f8;
    position: relative;
    padding: 0;
}

.product-line .p-swiper {
    height: 520px;
    width: 100%;
}

.product-line .p-swiper .item {
    transition: all 1s;
    display: none;
    float: left;
    width: 100%;
}

.product-line .p-swiper .item.active {
    margin-left: 0;
    display: block;
}

.product-line .p-swiper .item .wrapCen {
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.product-line .p-swiper .item .left {
    padding-left: 75px;
    max-width: 410px;
}

.product-line .p-swiper .item .left h3 {
    margin-bottom: 40px;
    font-size: 24px;
    color: #00647c;
}

.product-line .p-swiper .item .left ul {
    font-size: 16px;
    color: #666666;
}

.product-line .p-swiper .item .left ul li {
    line-height: 28px;
}

.product-line .p-swiper .item .left ul li::marker {
    color: #2dd6d6;
}

.product-line .p-swiper .item .right img {
    height: 520px;
    width: 640px;
}

.product-line .p-swiper .item.pip .wrapCen:before {
    background-color: #96ebeb;
    right: calc(50% + 600px);
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
}

.product-line .p-swiper .item.pip .left {
    overflow: hidden;
    position: relative;
    max-width: initial;
    height: 520px;
    width: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-line .p-swiper .item.pip .left h3 {
    color: #fff;
    z-index: 100;
    position: relative;
    background-color: #1badb6;
    line-height: 36px;
    height: 240px;
    width: 240px;
    min-width: 240px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 0;
    align-items: center;
    display: flex;
}

.product-line .p-swiper .item.pip .left h3:before {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    -o-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
    background-image: url('../image/round.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    display: block;
    content: '';
    z-index: 100;
    height: 300px;
    width: 300px;
    top: -30px;
    left: -30px;
    transition: all .6s;
}

.product-line .p-swiper .item.pip .left:after {
    background-color: #96ebeb;
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    height: 690px;
    width: 690px;
    left: -140px;
    top: -80px;
}

.product-line .p-swiper .item.pip .right {
    height: 520px;
    width: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-line .p-swiper .item.pip .right img {
    margin-right: 40px;
    height: initial;
    width: 500px;
}

.product-line .indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: calc(50% - 600px);
    bottom: 30px;
    z-index: 1;
}

.product-line .indicators span {
    display: inline-block;
    border: 2px solid #2dd6d6;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 18px;
    width: 18px;
}

.product-line .indicators span.on {
    background-color: #2dd6d6;
}

.product-line .indicators span:not(:first-child) {
    margin-left: 10px;
}

.product-line .control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: calc(50% - 600px);
    top: 0;
}

.product-line .control span {
    transition: all .3s;
    height: 520px;
    width: 30px;
    font-size: 50px;
    z-index: 10;
    color: #80dbe67a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-line .control span:hover {
    color: #2dd6d6;
}

.product-line .control span:last-child {
    right: 0;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.wrapCen.jidi {
    margin-top: 81px;
}

.wrapCen.jidi .technology {
    margin-bottom: 60px;
}

.wrapCen.jidi .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapCen.jidi .item .images .body,
.wrapCen.jidi .item .images .body .image {
    position: relative;
    overflow: hidden;
    height: 385px;
    width: 580px;
}

.wrapCen.jidi .item .images .body .image {
    float: left;
}

.wrapCen.jidi .item .images .body .image img {
    height: 385px;
    width: 580px;
}

.wrapCen.jidi .item .images .body .image div {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    height: 48px;
    width: calc(100% - 20px);
    bottom: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
}

.wrapCen.jidi .item .images .body .image > div > p {
    display: -webkit-box;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    height: 44px;
    width: 100%;
    margin: 0;
}

.wrapCen.jidi .item .images .indicators {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
}

.wrapCen.jidi .item .images .indicators span {
    display: inline-block;
    border: 2px solid #2dd6d6;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 18px;
    width: 18px;
}

.wrapCen.jidi .item .images .indicators span:not(:first-child) {
    margin-left: 11px;
}

.wrapCen.jidi .item .images .indicators span.on {
    background-color: #2dd6d6;
}

.wrapCen.jidi .item .jidi-info {
    width: 520px;
}

.wrapCen.jidi .item h3 {
    margin-bottom: 28px;
    margin-left: -1em;
    font-weight: bold;
    font-size: 24px;
    color: #00647c;
}

.wrapCen.jidi .item .debug {
    margin-left: -1em;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #2dd6d6;
}

.wrapCen.jidi .item .ul-debug {
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 16px;
    color: #666;
    width: 500px;
}

.wrapCen.jidi .item .ul-debug li::marker {
    color: #2dd6d6;
}

.wrapCen.jidi .item .desc-info {
    max-width: 430px;
}

.wrapCen.jidi .item.gz {
    margin-top: 39px;
}

.wrapCen.jidi .item.gz > div,
.wrapCen.jidi .item.gz > div > img {
    display: flex;
    align-items: center;
    height: 385px;
    width: 580px;
}

.wrapCen.jidi .item.gz > div.desc-info {
    margin-left: 75px;
}

.zyNewlist {
    list-style: none;
    margin-top: 40px;
}

.zyNewlist li {
    width: 32%;
    overflow: hidden;
    float: left;
    margin-right: 2%;
    position: relative;
}

.zyNewlist li em {
    display: inline-block;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #38cbbf;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #052e96;
    font-weight: bold;
    padding: 0 30px 0 20px;
    border-radius: 0 20px 20px 0;
}

.zyNewlist li:nth-child(3n) {
    margin-right: 0;
}

.zyNewlist li img {
    width: 100%;
    display: block;
}

.zyNewlist li p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 15px;
}


.zyjslist {
    position: relative;
    width: 100%;
    padding-bottom: 48px;
    margin-top: 40px;
}

.zyjslist .bd {
    position: relative;
    z-index: 0;
    width: 1040px;
    margin: 0 auto;
}

.zyjslist .bd ul {
    list-style: none;
    padding: 0;
}

.zyjslist .bd li {
    position: relative;
    width: 320px;
    height: 390px;
    margin-right: 40px;
    list-style-type: none;
    float: left;
    background: #4a82dd;
    text-align: center;
}

.zyjslist .bd li:nth-child(2n) {
    background: #2cccc0;
}

.zyjslist .bd li a {
    display: block;
}

.zyjslist .bd li img {
    margin: 34px auto;
    display: block;
}

.zyjslist .bd li h3 {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}

.zyjslist .bd li p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin: 0 auto;
    padding: 0 20px;
}

.zyjslist .hd {
    width: 100%;
    height: 13px;
    position: absolute;
    bottom: 23px;
    left: 0;
    display: block;
    z-index: 10;
    text-align: center;
    list-style: none;
    padding: 0;
}

.zyjslist .hd li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #dadcdc;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    list-style-type: none;
    padding: 0;
    line-height: 100px;
    overflow: hidden;
}

.zyjslist .hd li.on {
    background-color: #2cccc0;
}

.zyjslist .next,
.zyjslist .prev {
    width: 46px;
    height: 86px;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    z-index: 3;
    border-radius: 50px;
    background: url(../images/arrow1.png) no-repeat center;
    background-size: 36px auto;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
}

.zyjslist .prev {
    left: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.zyjslist .next {
    right: 0;
}

.zyjslist .prev:hover,
.zyjslist .next:hover {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    opacity: 1
}


.zynslist {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.zynslist li {
    list-style-type: none;
    padding: 0;
    margin-bottom: 40px;
    position: relative;
}

.zynslist li .picBox {
    width: 50%;
    float: right;
}

.zynslist li .picBox img {
    display: block;
    width: 450px;
    height: 450px;
}

.zynslist li .zylisttxt {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.zynslist li .zylisttxt h2 {
    width: 80%;
    font-size: 24px;
    font-weight: lighter;
    color: #38cbbf;
    border-bottom: 1px solid #38cbbf;
    line-height: 60px;
    margin: 0 auto 20px;
}

.zynslist li .zylisttxt p {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.zynslist li:nth-child(2n) .picBox {
    float: left;
}

.zynslist li:nth-child(2n) .zylisttxt {
    left: auto;
    right: 0;
}

.zypictex {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 60px;
}

.zypictex h4 {
    font-size: 30px;
    color: #38cbbf;
    line-height: 40px;
    text-align: center;
    margin-top: 40px;
}

.zypictex p {
    width: 50%;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin: 20px auto;
}

.zypictex img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.zyjdlist {
    list-style: none;
    padding: 0;
    width: 1200px;
    margin: 120px auto 0;
}

.zyjdlist li {
    list-style-type: none;
    padding: 0;
    margin-bottom: 80px;
    position: relative;
}

.zyjdlist li .picInfo {
    width: 510px;
    float: right;
    position: relative;
    padding-top: 44px;
}

.zyjdlist li .picInfo .picfid {
    position: absolute;
    left: -94px;
    top: 0;
    border-radius: 30px;
    overflow: hidden;
}

.zyjdlist li .picInfo img {
    display: block;
}

.zyjdlist li .picInfo .picbgcolor {
    width: 510px;
    height: 368px;
    background: #dbf6f4;
    border-radius: 30px;
    overflow: hidden;
}

.zyjdlist li .zyjdttxt {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    text-align: left;
}

.zyjdlist li .zyjdttxt h2 {
    width: 83%;
    font-size: 20px;
    font-weight: bold;
    color: #ee5f37;
    line-height: 40px;
    margin: 0 auto 10px;
}

.zyjdlist li .zyjdttxt p {
    width: 83%;
    margin: 0 auto;
    padding-left: 30px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    display: block;
    position: relative;
    box-sizing: border-box;
}

.zyjdlist li .zyjdttxt p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 21px;
    height: 20px;
    background: url("../images/dot1.png") no-repeat left center;
    transform: translateY(-50%);
}

.zyjdlist li:nth-child(2n) .picInfo {
    float: left;
}

.zyjdlist li:nth-child(2n) .picInfo .picfid {
    position: absolute;
    left: auto;
    right: -94px;
    top: 0;
}

.zyjdlist li:nth-child(2n) .zyjdttxt {
    left: auto;
    right: 2%;
}


.lyzy_07_c {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    position: relative;
}

.gywm_07c_slide {
    width: 70%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.gywm_07c_slide .swiper-slide {
    width: 100%;
    overflow: hidden;
    background-color: #4a82dd;
    padding: 20px 0;
    height: 316px;
}

.gywm_07c_slide .about {
    height: 298px !important;
}

.gywm_07c_slide .swiper-slide p {
    width: 90%;
    overflow: hidden;
    padding: 0;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin: 10px auto;
}

.gywm_07c_slide .swiper-slide p.p10 img {
    width: 70%;
    display: block;
    margin: 0 auto;
    padding: 0;
    border-radius: 50%;
}

.gywm_07c_slide .swiper-slide p.p11 {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}

.gywm_07c_slide .swiper-slide p.p1 {
    font-size: 26px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0;
}

.gywm_07c_slide .swiper-slide-active {
    background-color: #38cbbf;
}

.gywm_07c_slide .swiper-slide-active p.p6 i {
    background-color: #ed6040;
}

.lyzy_07_c .gywm_07c_prev {
    width: 60px;
    height: 160px;
    display: block;
    overflow: hidden;
    background: url("../images/gywm_01.png") center no-repeat #eeeeee;
    background-size: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -80px;
}

.lyzy_07_c .gywm_07c_next {
    width: 60px;
    height: 160px;
    display: block;
    overflow: hidden;
    background: url("../images/gywm_02.png") center no-repeat #eeeeee;
    background-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -80px;
}


.zynetBox {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.netitem {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    list-style: none;
}

.netitem li {
    width: 550px;
    list-style-type: none;
    padding: 0;
}

.netitem li h2 {
    width: 100%;
    text-align: center;
    background: #38cbbf;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
    height: 64px;
    line-height: 64px;
}

.netitem li p {
    font-size: 16px;
    color: #38cbbf;
    margin: 0 auto;
    line-height: 26px;
}

.netitem li:nth-child(2n) h2 {
    background: #4a82dd;
    color: #fff;
}

.netitem li:nth-child(2n) p {
    color: #4a82dd;
}


.zynetBox p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin: 0 auto;
}

.zynetBox img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

/*绿叶医疗*/
.lyylBox {
    overflow: hidden;
    background: #1a7546;
    padding: 40px 0;
}

.lyylTit {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #66e368;
    font-size: 24px;
    color: #66e368;
    line-height: 50px;
    padding-bottom: 10px;
}

.lyylitem {
    list-style: none;
    padding-left: 7px;
    margin-bottom: 36px;
}

.lyylitem li {
    list-style-type: none;
    padding-left: 15px;
    position: relative;
    border-left: 1px #66e368 solid;
    font-size: 16px;
    color: #66e368;
    line-height: 32px;
}

.lyylitem li a {
    color: #66e368;
}

.lyylitem li a.select {
    color: #fff;
}

.lyylitem li a.select::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #FF9900;
    transform: translateY(-50%);
}

.ylbigTit {
    margin-bottom: 72px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #1a7546;
}

.ylbigTit h1 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 26px;
    position: relative;
    color: #1a7546;
}

.ylbigTit h1:after {
    content: "";
    position: absolute;
    width: 60px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    background: #66e368;
    border-radius: 4px;
}

.ylbigTit h2 {
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 26px;
    position: relative;
    color: #1a7546;
}

.ylbigTit h2:after {
    content: "";
    position: absolute;
    width: 60px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    background: #66e368;
    border-radius: 4px;
}

.ylbigTit h3 {
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 26px;
    position: relative;
    color: #1a7546;
}


.lrptBox {
    width: 100%;
    margin-top: 40px;
}

.lrptlist {
    list-style: none;
    padding: 0;
    margin-top: 90px;
}

.lrptlist li {
    list-style-type: none;
    padding: 0;
    margin-bottom: 40px;
    position: relative;
}

.lrptlist li .piclr_box {
    width: 55%;
    float: left;
}

.lrptlist li .piclr_box img {
    display: inline-block;
}

.lrptlist li .text_lr {
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

.lrptlist li .text_lr img {
    margin-bottom: 154px;
    margin-top: 42px;
}

.lrptlist li .text_lr h2 {
    width: 100%;
    font-size: 30px;
    color: #1a7546;
    padding-bottom: 30px;
    position: relative;
    margin: 0 auto 30px;
}

.lrptlist li .text_lr h2:after {
    content: "";
    position: absolute;
    width: 60px;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #66e368;
    border-radius: 4px;
}

.lrptlist li .text_lr p {
    width: 100%;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    padding: 0;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: left;
}

.lrptlist li:nth-child(2n) .piclr_box {
    float: right;
    text-align: right;
}

.lrptlist li:nth-child(2n) .text_lr {
    right: auto;
    left: 0;
    text-align: left;
}


.tabswiper {
    width: 100%;
    margin-top: 40px;
    position: relative;
    margin-bottom: 160px;
}

.tabswiper .item_slide {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    position: relative;
}

.tabswiper .item_slide li {
    list-style-type: none;
    padding: 0;
    float: left;
}

.tabswiper .item_slide li.w4 {
    width: 289px;
    margin-right: 15px;
}

.tabswiper .item_slide li.w3 {
    width: 340px;
    margin-right: 88px;
}

.tabswiper .item_slide li a {
    display: block;
}

.tabswiper .item_slide li .slidePic {
    position: relative;
    margin-bottom: 10px;
}

.tabswiper .item_slide li .slidePic img {
    display: block;
}

.tabswiper .item_slide li .slideText {
    background: #ff9900;
    padding: 10px 20px;
}

.tabswiper .item_slide li .slideText h2 {
    font-size: 16px;
    color: #666;
    font-weight: lighter;
    line-height: 28px;
    margin-top: 10px;
    display: block;
    overflow: hidden;
}

.tabswiper .item_slide li .slideText p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    height: 80px;
    margin: 10px auto;
    padding: 0;
    overflow: hidden;
}

.tabswiper .item_slide li.w3 .slidePic img {
    display: block;
    width: 100%;
}

.tabswiper .item_slide li.w3 .slideText p {
    text-align: center;
    color: #fff;
}


.tabswiper .hd1 {
    width: 100%;
    height: 18px;
    position: absolute;
    bottom: -50px;
    left: 0;
    display: block;
    z-index: 10;
    text-align: center;
    list-style: none;
    padding: 0;
}

.tabswiper .hd1 li {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px #15e87e solid;
    box-sizing: border-box;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    list-style-type: none;
    padding: 0;
    line-height: 100px;
    overflow: hidden;
}

.tabswiper .hd1 li.on {
    background-color: #15e87e;
}

.tabswiper .hd {
    width: 100%;
    height: 18px;
    position: absolute;
    bottom: -50px;
    left: 0;
    display: block;
    z-index: 10;
    text-align: center;
    list-style: none;
    padding: 0;
}

.tabswiper .hd li {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px #ff9900 solid;
    box-sizing: border-box;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    list-style-type: none;
    padding: 0;
    line-height: 100px;
    overflow: hidden;
}

.tabswiper .hd li.on {
    background-color: #ff9900;
}

.tabswiper .next,
.tabswiper .prev {
    width: 35px;
    height: 65px;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    z-index: 3;
    border-radius: 50px;
    background: url(../images/arrow2.png) no-repeat center;
    background-size: 35px auto;
}

.tabswiper .prev {
    left: -64px;
}

.tabswiper .next {
    right: -64px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.leftBtit {
    margin-bottom: 40px;
    color: #1a7546;
}

.leftBtit h1 {
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #1a7546;
    padding-bottom: 30px;
    position: relative;
    margin: 0 auto 30px;
}

.leftBtit h1:after {
    content: "";
    position: absolute;
    width: 60px;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #66e368;
    border-radius: 4px;
}


.yltitBox {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 194px;
    position: relative;
}

.ylteamBox {
    width: 100%;
    margin-top: 40px;
    position: relative;
}

.onelrp_box {
    width: 550px;
    float: right;
    text-align: right;
    position: relative;
}

.onelrp_box img {
    display: block;
}

.onelrp_box .picslide {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.onelrp_box .picslide ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.onelrp_box .picslide ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.onelrp_box .hd {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    left: 0;
    display: block;
    z-index: 10;
    text-align: center;
    list-style: none;
    background: rgba(0, 0, 0, 0.3);
}

.onelrp_box .hd li {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    list-style-type: none;
    padding: 0;
    line-height: 100px;
    overflow: hidden;
}

.onelrp_box .hd li.on {
    background-color: #15e87e;
}


.onetext_lr {
    width: 650px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
}

.onetext_lr h2 {
    width: 100%;
    font-size: 26px;
    color: #15e87e;
    padding-bottom: 20px;
    border-bottom: 1px #66e368 solid;
    margin: 0 auto 30px;
}

.onetext_lr p {
    display: block;
    margin: 0;
    padding-left: 20px;
    font-size: 16px;
    color: #666;
    line-height: 38px;
    text-align: left;
    position: relative;
}

.onetext_lr p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background: #15e87e;
    transform: translateY(-50%);
    border-radius: 50%;
}


.ylteamSlide {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 110px;
}

.ylteamSlide .ylteamBg {
    position: absolute;
    width: 1320px;
    height: 468px;
    left: 50%;
    top: 90px;
    margin-left: -660px;
    background: #dcfcec;
    border-radius: 30px;
}

.ylteamSlide .lyteamBox {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10px;
}

.ylteamSlide .lyteamBox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ylteamSlide .lyteamBox ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 341px;
    margin-right: 88px;
}

.ylteamSlide .lyteamBox ul li .teampic {
    width: 100%;
    overflow: hidden;
}

.ylteamSlide .lyteamBox ul li .teampic img {
    display: block;
    width: 100%;
}

.ylteamSlide .lyteamBox ul li h3 {
    color: #1a7546;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 64px;
}

.ylteamSlide .lyteamBox ul li h3 span {
    display: block;
    color: #ff9900;
    font-size: 16px;
    margin-top: 15px;
}

.ylteamSlide .lyteamBox ul li p {
    font-size: 14px;
    line-height: 26px;
    color: #7c7c7c;
    margin: 0 auto;
}

.lyteamBox .tempWrap {
    overflow: inherit !important;
}

.ylteamSlide .leftblack {
    position: absolute;
    top: 0;
    left: 0;
}

.ylteamSlide .rightblack {
    position: absolute;
    top: 0;
    right: 0;
}

.ylteamSlide .teamWbg {
    height: 100%;
    background: rgba(255, 255, 255, 0.5)
}

.ylteamSlide .hd {
    width: 1200px;
    height: 32px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    display: block;
    z-index: 10;
    text-align: center;
    list-style: none;
    vertical-align: middle;
}

.ylteamSlide .hd ul {
    display: inline-block;
    height: 42px;
    margin: 0 20px;
    vertical-align: middle;
}

.ylteamSlide .hd li {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px #15e87e solid;
    box-sizing: border-box;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    list-style-type: none;
    padding: 0;
    line-height: 100px;
    overflow: hidden;
}

.ylteamSlide .hd li.on {
    background-color: #15e87e;
}

.ylteamSlide .hd .next,
.ylteamSlide .hd .prev {
    width: 18px;
    height: 32px;
    display: inline-block;
    background: url(../images/arrow3.png) no-repeat center;
    background-size: 18px auto;
}

.ylteamSlide .hd .next {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


.chinalist {
    width: 40%;
    margin: 0 auto;
    height: 240px;
}

.ylaBtn {
    width: 148px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 24px;
    margin: 0 auto;
}

.ylnewlr {
    list-style: none;
    padding: 0;
    width: 100%;
    margin-bottom: 152px;
}

.ylnewlr li {
    position: relative;
    list-style-type: none;
    padding: 0;
}

.ylnewlr li .ylnewPic {
    float: left;
    width: 520px;
    position: relative;
}

.ylnewlr li .ylnewPic .picfid {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 40px;
    overflow: hidden;
}

.ylnewlr li .ylnewPic img {
    display: block;
}

.ylnewlr li .ylnewPic .nopic {
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
}


.ylnewlr li .ylnewlrT {
    width: 584px;
    position: absolute;
    right: 0;
    top: 40px;
}

.ylnewlr li .ylnewlrT .ylnewtit h1 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 26px;
    position: relative;
    color: #1a7546;
    margin-bottom: 56px;
}

.ylnewlr li .ylnewlrT .ylnewtit h1::after {
    content: "";
    position: absolute;
    width: 60px;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #66e368;
    border-radius: 4px;
}

.ylnewlr li .ylnewlrT h5 {
    font-size: 24px;
    font-weight: lighter;
    line-height: 28px;
    color: #1a7546;
    margin-bottom: 30px;
}

.ylnewlr li .ylnewlrT p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 26px;
    color: #404040;
    margin: 0 auto;
}

.ylnewlr li .ylnewlrT h6 {
    font-size: 20px;
    font-weight: 400;
    color: #1a7546;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
}

.ylnewlr li .ylnewlrT .aBtn {
    width: 148px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 24px;
    border: 2px #1a7546 solid;
    color: #1a7546;
}

.ylnewlr li .ylnewlrT .aBtn:hover {
    background: #1a7546;
    color: #fff;
}

.ylnewlr li:nth-child(2n) .ylnewPic {
    float: right;
}

.ylnewlr li:nth-child(2n) .ylnewPic .picfid {
    right: auto;
    left: 0;
}

.ylnewlr li:nth-child(2n) .ylnewlrT {
    left: 0;
    right: auto;
}


.nfpiclist {
    list-style: none;
    width: 100%;
    text-align: center;
}

.nfpiclist li {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 30px;
    width: 25%;
}

.nfpiclist li .picitem {
    display: block;
    width: 160px;
    margin: 0 auto 30px;
}

.nfpiclist li .picitem img {
    display: block;
}

.nfpiclist li p {
    font-size: 16px;
    line-height: 26px;
    color: #404040;
    height: 52px;
    margin: 0;
    overflow: hidden;
}


/*医疗手术服务*/
.ylpiclis {
    border-radius: 40px;
    overflow: hidden;
    list-style: none;
}

.ylpiclis li {
    list-style-type: none;
    float: left;
    width: 385px;
    position: relative;
}

.ylpiclis li img {
    display: block;
}

.ylpiclis li:first-child {
    width: 800px;
    margin-right: 15px;
}

.ylpiclis li:nth-child(2n) {
    margin-bottom: 30px;
}

.ylpiclis li .nameBox {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 50px;
    box-sizing: border-box;
    color: #fff;
    background: rgba(26, 117, 79, 0.7);
    display: block;
}

.ylpiclis li:hover .nameBox {
    display: block;
}

.ylinfox {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border: 2px #77d960 solid;
    overflow: hidden;
    margin-top: 88px;
}

.ylinfox td {
    font-size: 16px;
    color: #7a7a7a;
    padding: 30px;
    line-height: 26px;
}

.ylinfox .gretit {
    background: #daf5d4;
    color: #1a7546;
    width: 28%;
    font-size: 26px;
    border-right: 2px #77d960 solid;
}


.ylnumx {
    margin-top: 60px;
    color: #1a7546;
    font-size: 20px;
    line-height: 40px;
}

.ylnumx .tnum td {
    font-size: 26px;
}

.hosinfo {
    line-height: 36px;
    position: relative;
}

.hosinfo::after {
    content: "";
    position: absolute;
    width: 60px;
    top: -30px;
    left: 0;
    height: 4px;
    background: #66e368;
    border-radius: 4px;
}


.hshospitel {
    position: relative;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border: 2px #77d960 solid;
    overflow: hidden;
    margin-bottom: 85px;
}

.hshospitel img {
    display: block
}

.hshospitel .pictab {
    width: 826px;
    position: relative;
    z-index: 10;
}

.hshospitel .pictab ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hshospitel .pictab ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 516px;
}

.hshospitel .spic {
    width: 162px;
    display: block;
    position: absolute;
    top: 74px;
    right: 135px;
    overflow: hidden;
}

.hshospitel .spic ul {
    list-style: none;
    padding: 10px !important;
}

.hshospitel .spic ul li {
    list-style-type: none;
    width: 142px;
    height: 89px;
    margin-bottom: 35px;
}

.hshospitel .spic ul li:last-child {
    margin-bottom: 0;
}

.hshospitel .spic ul li.on {
    box-shadow: 0 0 10px rgba(119, 217, 96, 1)
}


.hshospitel .next,
.hshospitel .prev {
    width: 36px;
    height: 19px;
    position: absolute;
    right: 40px;
    z-index: 3;
    background: url("../images/grarrow.png") no-repeat center;
    background-size: 36px auto;
}

.hshospitel .next:hover,
.hshospitel .prev:hover {
    background: url("../images/grarrowa.png") no-repeat center;
    background-size: 36px auto;
}

.hshospitel .prev {
    top: 190px;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.hshospitel .next {
    top: auto;
    bottom: 190px;
}

.cenpicx {
    list-style: none;
    margin-top: 80px;
    text-align: center;
}

.cenpicx li {
    list-style-type: none;
    width: 362px;
    display: inline-block;
    margin: 0 15px 80px;
    border: 2px #77d960 solid;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.cenpicx li img {
    display: block;
    width: 100%;
}

.cenpicx li p {
    margin-top: 30px;
    height: 70px;
    line-height: 35px;
    text-align: center;
    color: #1a7546;
    font-size: 16px;
    overflow: hidden;
}


/*绿叶投资*/

.lytz {
    background: #4cd0c6;
}

.zynslist li .lytztxt {
    width: 610px;
    position: absolute;
    top: 0;
    left: 0;
}

.zynslist li .lytztxt .lineBox {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
}

.zynslist li .lytztxt .lineBox::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    border-top: 4px #b5ede9 solid;
    border-left: 4px #b5ede9 solid;
}

.zynslist li .lytztxt .lineBox::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 64px;
    height: 64px;
    border-bottom: 4px #b5ede9 solid;
    border-right: 4px #b5ede9 solid;
}

.zynslist li .lytztxt .lineBox p {
    margin: 0 auto;
    padding: 0;
    font-size: 18px;
    color: #666;
    line-height: 30px;
}

.zynslist li .lytztxt dl {
    list-style: none;
    padding: 0;
    margin-left: 64px;
}

.zynslist li .lytztxt dd {
    list-style-type: none;
    display: block;
    font-size: 16px;
    color: #666;
    padding-left: 20px;
    line-height: 32px;
    position: relative;
}

.zynslist li .lytztxt dd::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background: #f05f38;
    transform: translateY(-50%);
    border-radius: 50%;
}

.zynslist li:nth-child(2n) .lytztxt {
    left: auto;
    right: 0;
}

/*绿叶诊断*/
.lyzd {
    background: #ff8600;
}

.lyzd .pNameTit {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ffff;
    font-size: 24px;
    color: #fff;
    line-height: 50px;
    padding-bottom: 10px;
}

.ylnewlr li .ylnewlrT .zdnewtit h1 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 26px;
    position: relative;
    color: #ff6d00;
}

.ylnewlr li .ylnewlrT .zdnewtit h1::after {
    content: "";
    position: absolute;
    width: 60px;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #ffd25a;
    border-radius: 4px;
}

.ylnewlr li .ylnewlrT .listTxt {
    list-style: none;
    padding: 0;
}

.ylnewlr li .ylnewlrT .listTxt dd {
    list-style-type: none;
    display: block;
    font-size: 16px;
    color: #666;
    padding-left: 20px;
    line-height: 50px;
    margin-bottom: 30px;
    position: relative;
}

.ylnewlr li .ylnewlrT .listTxt dd::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background: #ff8600;
    transform: translateY(-50%);
    border-radius: 50%;
}

.ylnewlr li .ylnewlrT .listTxt dd span {
    color: #ff8600;
}

.zdBigTit {
    margin-bottom: 72px;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    color: #ff6d00;
}

.zdBigTit h1 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 26px;
    position: relative;
    color: #ff6d00;
}

.zdBigTit h1:after {
    content: "";
    position: absolute;
    width: 60px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    background: #ffd25a;
    border-radius: 4px;
}


.zdpBox {
    width: 100%;
    position: relative;
}

.zdpBox p {
    font-size: 16px;
    color: #7a7a7a;
    line-height: 28px;
}

.infoit {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: relative;
    margin: 60px auto 40px;;
}

.infoit::after {
    content: "";
    position: absolute;
    width: 2px;
    left: 50%;
    top: 0;
    height: 100%;
    margin-left: -1px;
    background: #ff8c43;
}

.infoit p {
    position: relative;
    padding-left: 15px;
    width: 40%;
}

.infoit p::after {
    content: "•";
    position: absolute;
    width: 28px;
    height: 28px;
    line-height: 28px;
    left: 0;
    top: 0;
    color: #7a7a7a;
}

.infoit p.bdot {
    position: relative;
    padding-left: 40px;
    width: 40%;
}

.infoit p.bdot::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ff8600;
    border-radius: 50%;
}

.infoit p.bdot1 {
    position: relative;
    padding-left: 40px;
    width: 28%;
}

.infoit p.bdot1::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fae000;
    border-radius: 50%;
}


.zdpBox p.dotl {
    position: relative;
    padding-left: 15px;
    margin: 0;
}

.zdpBox p.dotl::after {
    content: "•";
    position: absolute;
    width: 28px;
    height: 28px;
    line-height: 28px;
    left: 0;
    top: 0;
    color: #7a7a7a;
}

.scitem {
    position: absolute;
    bottom: 10px;
    width: 356px;
    height: 210px;
    overflow: hidden;
}

.scitem .itemtit {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

.scitem .itemtit img {
    display: block;
    margin-right: 30px;
}

.scitem .itemtit h7 {
    font-size: 20px;
    color: #404040;
}

.scitem p {
    font-size: 16px;
    line-height: 26px;
    color: #404040;
    margin: 0;
}

.scitem_1 {
    left: 210px;
}

.scitem_2 {
    left: 680px;
}


.lpiclist {
    list-style: none;
    padding: 0;
    margin-top: 90px;
}

.lpiclist li {
    list-style-type: none;
    padding: 0;
    margin-bottom: 40px;
    position: relative;
}

.lpiclist li .piclbox {
    float: left;
}

.lpiclist li .piclbox img {
    display: block;
}

.lpiclist li .textRox {
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
}

.lpiclist li .textRox p {
    width: 100%;
    font-size: 16px;
    color: #585858;
    position: relative;
    line-height: 30px;
    margin: 0 auto;
}

.lpiclist li .textRox dl {
    list-style: none;
    padding: 0;
    margin-top: 80px;
}

.lpiclist li .textRox dd {
    list-style-type: none;
    display: block;
    font-size: 16px;
    color: #666;
    padding: 9px 0 9px 20px;
    line-height: 24px;
    position: relative;
}

.lpiclist li .textRox dd::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #ffd118;
    border-radius: 50%;
}

.btmpicBox {
    height: 318px;
    width: 100%;
    position: relative;
}

.btmpic {
    width: 1611px;
    position: absolute;
    bottom: -102px;;
    left: 50%;
    transform: translateX(-50%);
}

.btmpic img {
    display: block;
}


.objitem {
    list-style: none;
    margin: 30px auto 0;
}

.objitem li {
    width: 290px;
    height: 60px;
    float: left;
    position: relative;
    margin-right: 13px;
    margin-bottom: 20px;
    list-style-type: none;
    line-height: 46px;
}

.objitem li:nth-child(4n) {
    margin-right: 0;
}

.objitem li .objItemn {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fd8d00;
    z-index: 10;
}

.objitem li .ngs {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fae000;
    z-index: 10;
}

.objitem li .objItemn a {
    display: block;
    font-size: 16px;
    color: #fff;
}

.objitem li .ngs a {
    color: #fd8d00;
    display: block;
    font-size: 16px;
}

.objitem li .objItemn img {
    display: block;
    margin-right: 20px;
}

.objitem li .showlis {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    overflow: hidden;
    padding: 20px 20px 10px;
    display: none;
    background: rgba(230, 230, 230, 0.9);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    z-index: 9;
}

.objitem li .showlis p {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    line-height: 40px;
}

.objitem li .showlis p a {
    font-size: 14px;
    color: #5b5b5b;
}

.objitem li .showlis p a:hover {
    color: #fd8d00;
}

.objitem li:hover .objItemn,
.objitem li:hover .ngs {
    z-index: 12;
}

.objitem li:hover .showlis {
    display: block;
    z-index: 11;
}


/*基因药物*/
.jyBbg {
    background: url(../images/jmbg.jpg) no-repeat top 460px center;
}

.lyjyBox {
    overflow: hidden;
    background: #1381a6;
    padding: 40px 0;
}

.lyjyBox .pNameTit {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ffff;
    font-size: 24px;
    color: #fff;
    line-height: 50px;
    padding-bottom: 10px;
}

.jyitem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0;
    margin-top: 90px;
    z-index: 5;
}

.jyitem .jypic {
    border-radius: 30px;
    border-bottom-right-radius: 0;
}

.jyitem .jyTit {
    width: 480px;
    z-index: 10;
}

.jyitem .jyTit h1 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 26px;
    position: relative;
    color: #002999;
}

.jyitem .jyTit h1::after {
    content: "";
    position: absolute;
    width: 60px;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #002999;
    border-radius: 4px;
}

.jyitem .jyTit img {
    margin-bottom: 48px;
}

.jyitem .jyTit p {
    font-size: 16px;
    color: #7a7a7a;
    line-height: 32px;
    margin-top: 40px;
}

.jyjsBox {
    position: relative;
}

.jyitem .jyjspic {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}

.jyjsBox .jyjsbg {
    position: absolute;
    left: -50%;
    top: 0;
    height: 100%;
    width: 100%;
    background: #f6f6f6;
    z-index: 0;
}

.jyTextBox {
    margin-top: 110px;
}

.jyTextBox .jyTit {
    width: 480px;
}

.jyTextBox .jyTit h2 {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    color: #002999;
}

.jyTextBox .jyTit p {
    font-size: 16px;
    color: #7a7a7a;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 0;
}

.jyobjBox {
    margin-top: 100px;
    background: url(../images/jmobjBg.jpg) no-repeat left center;
}

.jysTit {
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #002999;
    line-height: 60px;
    text-align: center;
}

.jysTit span {
    display: inline-block;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 9;
    font-weight: normal;
}

.jysTit b {
    width: 100%;
    height: 1px;
    display: block;
    overflow: hidden;
    background: #002999;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
}

.jypictex {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 60px;
}

.jypictex h4 {
    font-size: 24px;
    color: #002999;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.jypictex p {
    width: 50%;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin: 20px auto;
}

.jypictex img {
    width: 100%;
    display: block;
    margin: 0 auto;
}


/*品牌文化 */
.brandClist {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.brandClist li {
    list-style-type: none;
    padding: 0;
    margin-bottom: 40px;
    position: relative;
}

.brandClist li .picBox {
    width: 50%;
    float: left;
}

.brandClist li .picBox img {
    display: block;
}

.brandClist li .cuituretxt {
    width: 40%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.brandClist li .cuituretxt h2 {
    width: 100%;
    font-size: 24px;
    font-weight: lighter;
    color: #38cbbf;
    border-bottom: 1px solid #38cbbf;
    line-height: 32px;
    padding-bottom: 16px;
    margin: 0 auto 20px;
}

.brandClist li .cuituretxt p {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    font-size: 18px;
    color: #666;
    line-height: 30px;
}

.brandClist li:nth-child(2n) .picBox {
    float: right;
}

.brandClist li:nth-child(2n) .cuituretxt {
    left: 0;
    right: auto;
}


.brandClist li .ypicBox {
    width: 50%;
    float: left;
}

.brandClist li .ypicBox img {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.brandClist li .cuitureYtxt {
    width: 34%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

.brandClist li .cuitureYtxt h3 {
    width: 100%;
    font-size: 40px;
    color: #38cbbf;
    padding-bottom: 16px;
    margin: 0 auto 20px;
    position: relative;
}

.brandClist li .cuitureYtxt h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -18px;
    width: 36px;
    height: 2px;
    background: #cdcdcd;
}

.brandClist li .cuitureYtxt p {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    font-size: 18px;
    color: #666;
    line-height: 30px;
    text-align: left;
}

.brandClist li:nth-child(2n) .ypicBox {
    float: right;
}

.brandClist li:nth-child(2n) .cuitureYtxt {
    left: 0;
    right: auto;
}


/*可持续发展 */
.developBox, .joinusBox {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.developBox img, .joinusBox img {
    width: 100%;
    display: block;
}

.developBox a {
    width: 30px;
    display: block;
    overflow: hidden;
    color: #3300c1;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
}

.developBox a.a1 {
    left: 8%;
    top: 46%;
}

.developBox a.a2 {
    left: 33%;
    top: 26%;
}

.developBox a.a3 {
    left: 57%;
    top: 49%;
}

.developBox a.a4 {
    left: 82%;
    top: 2%;
}


/*加入我们 */
.joinusBox a {
    width: 56px;
    display: block;
    overflow: hidden;
    color: #3300c1;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.joinusBox a.a1 {
    left: 11%;
    top: 34%;
}

.joinusBox a.a2 {
    left: 50%;
    top: 11.5%;
}

.joinusBox a.a3 {
    left: 88%;
    top: 44%;
}

.talentBox {
    overflow: hidden;
    position: relative;
    width: 100%;
}


.gywm_02_c {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    position: relative;
}

.gywm_02c_slide {
    width: 70%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.gywm_02c_slide .swiper-slide {
    width: 100%;
    overflow: hidden;
    background-color: #4a82dd;
    padding: 20px 0;
    min-height: 298px;
}

.gywm_02c_slide .swiper-slide p {
    width: 90%;
    overflow: hidden;
    padding: 0;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin: 10px auto;
}

.gywm_02c_slide .swiper-slide p.p1 {
    font-size: 26px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0;
}

.gywm_02c_slide .swiper-slide p.p2 {
    font-size: 26px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0;
}

.gywm_02c_slide .swiper-slide p.p3 {
    color: #284ba5;
    text-align: center;
}

.gywm_02c_slide .swiper-slide p.p4 {
    text-align: center;
}

.gywm_02c_slide .swiper-slide p.p4 i {
    display: inline-block;
    border-radius: 50%;
    background-color: #ed6040;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 10px;
}

.gywm_02c_slide .swiper-slide p.p5 {
    text-align: center;
}

.gywm_02c_slide .swiper-slide p.p6 {
    text-align: center;
}

.gywm_02c_slide .swiper-slide p.p6 i {
    width: 100px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    line-height: 100px;
    background-color: #3ac4c2;
    display: block;
    margin: 0 auto;
    font-size: 30px;
    color: #fff;
    padding: 0;
    border-radius: 50%;
}

.gywm_02c_slide .swiper-slide p.p7 {
    text-align: center;
}

.gywm_02c_slide .swiper-slide p.p8 {
    font-size: 20px;
    line-height: 40px;
}

.gywm_02c_slide .swiper-slide-active {
    background-color: #38cbbf;
}

.gywm_02c_slide .swiper-slide-active p.p6 i {
    background-color: #ed6040;
}

.gywm_02_c .gywm_02c_prev {
    width: 60px;
    height: 160px;
    display: block;
    overflow: hidden;
    background: url("../images/gywm_01.png") center no-repeat #eeeeee;
    background-size: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -80px;
}

.gywm_02_c .gywm_02c_next {
    width: 60px;
    height: 160px;
    display: block;
    overflow: hidden;
    background: url("../images/gywm_02.png") center no-repeat #eeeeee;
    background-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -80px;
}


.rczl_01 {
    overflow: hidden;
    margin-top: 60px;
    padding: 5% 0;
}

.rczl_01 .img1 {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.rczl_01 .fr {
    width: 70%;
    height: 90%;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 5%;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.rczl_01 .wrap_c {
    position: relative;
    z-index: 90;
    width: 1200px;
    margin: 0 auto;
}

.rczl_01 .rczl_01_r {
    width: 50%;
    overflow: hidden;
    float: right;
}

.rczl_01 .rczl_01_r p {
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.rczl_01 .rczl_01_r p.p1 {
    font-size: 26px;
    color: #38cbbf;
    line-height: 70px;
    border-bottom: 1px solid #38cbbf;
}

.rczl_01 .rczl_01_r p.p2 {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 20px;
}

.rczl_01 .rczl_01_r p.p3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.rczl_01 .rczl_01_r p.p3 em {
    width: 33.3333%;
    display: block;
    overflow: hidden;
    float: left;
    font-style: normal;
    text-align: center;
}

.rczl_01 .rczl_01_r p.p3 em img {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}

.rczl_01 .rczl_01_r p.p3 em span {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 10px;
}

.rczl_01 .rczl_01_r p.p3 em i {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.rczl_01 .rczl_01_r p.p4 {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.rczl_01 .rczl_01_r p.p4 span {
    display: inline-block;
    background: url("../images/rczl_01.jpg") left center no-repeat;
    background-size: 5px;
    padding-left: 15px;
}

.rczl_01 .rczl_01_r p.p4 span i {
    color: #999;
}

.rczl_02 {
    overflow: hidden;
    margin-top: 60px;
    position: relative;
    padding: 3% 0;
    margin-bottom: 20px;
}

.rczl_02 img.img1 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 99;
}

.rczl_02 .fl {
    width: 70%;
    height: 60%;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 38%;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.rczl_02 .wrap_c {
    position: relative;
    z-index: 90;
    margin: 200px auto;
    width: 1200px;
}

.rczl_02 .rczl_02_l {
    width: 50%;
    overflow: hidden;
    float: left
}

.rczl_02 .rczl_02_l p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
    line-height: 34px;
    font-weight: 100;
    margin: 0;
}

.rczl_02 .rczl_02_l p.p1 {
    font-size: 26px;
    color: #38cbbf;
    line-height: 70px;
    border-bottom: 1px solid #38cbbf;
    margin-bottom: 20px;
}


/**/
.infoBox, .about {
    width: 100%;
}

.about p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.infoBox p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.infoBox img, .about img, .westaffInfo img {
    width: 100%;
    display: inline-block;
    margin: 0 auto -8px;
}

.infoBox video, .about video {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
    max-width: 1000px;
}

video {
    object-fit: contain;
}

.westaffInfo p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}


.lLineTit {
    margin-bottom: 40px;
    width: 100%;
}

.lLineTit h1 {
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 22px;
    position: relative;
    color: #3300c1;
}

.lLineTit h1:after {
    content: "";
    position: absolute;
    width: 50px;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #3300c1;
}

.historyBox {
    position: relative;
    margin-top: 64px;
    padding-top: 150px;
}

.historyBox .history {
    width: 100%;
    position: relative;
    display: none;
}

/*
.historyBox .history ul{list-style: none; margin: 0; padding: 0;}
.historyBox .history ul li{list-style-type: none; margin: 0; padding: 0;}
*/

.hislist {
    list-style: none;
    padding: 0;
    display: block;
}

.hislist dd {
    list-style-type: none;
    padding: 0;
    margin-bottom: 40px;
    position: relative;
    display: block;
}

.hislist dd .hispic {
    float: left;
}

.hislist dd .hispic img {
    display: block;
}

.hislist dd .histxt {
    width: 55%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.hislist dd .histxt .year {
    font-size: 30px;
    color: #38cbbf;
    line-height: 60px;
    margin-left: 56px;
}

.hislist dd .histxt p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #7a7a7a;
    line-height: 30px;
    padding-top: 24px;
    padding-left: 56px;
    border-top: 1px solid #2cccc0;
    position: relative;
}

.hislist dd .histxt p::after {
    content: "";
    position: absolute;
    width: 25px;
    top: -12px;
    left: 0;
    height: 25px;
    background: #2cccc0;
    border-radius: 50%;
}

.hislist dd:nth-child(2n) .hispic {
    float: right;
}

.hislist dd:nth-child(2n) .histxt {
    right: auto;
    left: 0;
}


.historyBox .time {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 56px;
    border-bottom: 1px #e6e6e6 solid;
}

.historyBox .time ul {
    list-style: none;
}

.historyBox .time ul li {
    list-style-type: none;
    width: 20%;
    text-align: center;
    display: inline-block;
    height: 51px;
    font-size: 24px;
    color: #b7b7b7;
    border-bottom: 5px #fff solid;
}

.historyBox .time ul li.on {
    border-bottom: 5px #2cccc0 solid;
    color: #444;
}

.historyBox .next,
.historyBox .prev {
    width: 13px;
    height: 20px;
    position: absolute;
    top: 35px;
    z-index: 3;
    background: url("../images/arrow4.png") no-repeat center;
    background-size: 13px auto;
}

.historyBox .prev {
    left: -30px;
}

.historyBox .next {
    right: -30px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/*新闻内容页 */
.infoText {
    width: 800px;
    float: left;
}

.hotNew {
    width: 310px;
    float: right;
}

.hotNew h2 {
    font-size: 22px;
    color: #333;
    line-height: 40px;
    margin-bottom: 30px;
}


.infoTit {
    width: 100%;
    margin-bottom: 40px
}

.infoTit h1 {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #1d42ce;
    margin-bottom: 30px;
}

.infoTit span {
    display: inline-block;
    font-size: 13px;
    color: #666;
    margin-right: 40px;
}

.bshare-custom a {
    display: inline-block;
    font-size: 13px;
    color: #666;
    margin: 0 8px;
    line-height: 16px;
    height: 16px;
}


.uDnews {
    margin-top: 100px;
    vertical-align: middle;
}

.uDnews a.mBtn {
    width: 148px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    display: block;
    margin: 5px auto;
    border-radius: 25px;
    border: 1px #2cccc0 solid;
    color: #2cccc0;
}

.uDnews a.mBtn:hover {
    background: #2cccc0;
    color: #fff;
}

.uDnews a.up {
    width: 30%;
    padding-left: 40px;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    line-height: 40px;
    border: 1px solid #e6e6e6;
    float: left;
    position: relative;
}

.uDnews a.up i {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: left;
    border-right: 1px solid #e6e6e6;
    background: url("../images/arrow5.jpg") center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.uDnews a.up span {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    width: 100%;
    text-align: center;
}

.uDnews a.down {
    width: 30%;
    padding-right: 40px;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    line-height: 40px;
    border: 1px solid #e6e6e6;
    float: right;
    position: relative;
}

.uDnews a.down i {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    border-left: 1px solid #e6e6e6;
    background: url("../images/arrow6.jpg") center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.uDnews a.down span {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    width: 100%;
    text-align: center;
}


/*新闻列表*/
.newList {
    position: relative;
    width: 100%;
    list-style: none;
    padding: 0;
}

.newList li {
    position: relative;
    width: 380px;
    margin-right: 30px;
    margin-bottom: 30px;
    list-style-type: none;
    padding: 0;
    float: left;
}

.newList li:nth-child(3n) {
    margin-right: 0;
}

.newList li.hot {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin-right: 0;
}

.newList li a {
    display: block;
}

.newList li .listPic {
    position: relative;
}

.newList li .listPic img {
    display: block;
}

.newList li h3 {
    font-size: 16px;
    font-weight: lighter;
    color: #1a1a1a;
    line-height: 28px;
    margin-top: 10px;
    display: block;
    height: 56px;
    overflow: hidden;
}

.newList li h3.f14 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    display: block;
    height: 48px;
    overflow: hidden;
}

.newList li p {
    font-size: 14px;
    line-height: 24px;
    color: #7a7a7a;
    height: 72px;
    overflow: hidden;
    margin: 10px auto;
    padding: 0;
}

.newList li .newslabel {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 30px;
}

.newList li .newslabel .dataTime {
    color: #999;
    font-size: 12px;
}

.newList li .newslabel .more {
    text-align: right;
    color: #57cec4;
    font-size: 12px;
    float: right;
}

.newList li a:hover .linkText {
    color: #2ac3be;
}

.newList li.work {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.newList li h4 {
    font-size: 14px;
    text-align: center;
    padding: 20px;
    line-height: 30px;
    box-sizing: border-box;
}


.newList li .staff {
    width: 100%;
    display: block;
    overflow: hidden;
}

.newList li .staff p {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 26px;
    height: 52px;
    margin: 10px auto 0;
    overflow: hidden;
}

.newList li .staff span {
    font-size: 14px;
    display: block;
    color: #38cbbf;
    line-height: 24px;
    margin-top: 10px;
    height: 48px;
    overflow: hidden;
}

.newList li .staff h6 {
    font-size: 20px;
    color: #000;
    line-height: 40px;
    margin-top: 10px;
}


/*分页*/
.pages {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    margin-top: 40px;
    text-align: center;
}

.pages a {
    display: inline-block;
    line-height: 40px;
    border: 1px solid #e9e9e9;
    padding: 0 15px;
    font-size: 14px;
    color: #888;
    margin: 0 5px;
    margin-bottom: 10px;
}

.pages a:hover {
    border: 1px solid #50c9be;
    background-color: #50c9be;
    color: #fff;
}

.pages a.on {
    border: 1px solid #50c9be;
    background-color: #50c9be;
    color: #fff;
}

/* 联系我们*/
.lxwm_body {
    background: url('../images/lxwm_bg.jpg') center top no-repeat #fff;
    background-size: 100%;
}

.contactTit {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 30px;
    color: #1d42ce;
    line-height: 60px;
}

.contactTit span.sp2 {
    color: #1381a6;
}

.contactTit span.sp3 {
    color: #008a3d;
}

.contactTit span.sp4 {
    color: #00647c;
}

.lxwm_04_c {
    width: 100%;
    overflow: visible;
    margin-top: 40px
}

.lxwm_04_c ul li {
    width: 33.33333%;
    overflow: visible;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.lxwm_04_c ul li:nth-child(3n) {
    margin-right: 0;
}

.lxwm_04_c ul li .lxwm_04c_t {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 20px;
    color: #1d42ce;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -50px;
    background-color: #fff;
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.lxwm_04_c ul li .lxwm_04c_c {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    margin-top: 50px;
    padding-top: 80px;
    padding-bottom: 30px;
    background-color: #fff;
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.lxwm_04_c ul li .lxwm_04c_c p {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    color: #7a7a7a;
    line-height: 30px;
}

.lxwm_04_c ul li:hover .lxwm_04c_t {
    background-color: #1d42ce;
    color: #fff;
}

.lxwm_04_c ul li:hover .lxwm_04c_c p {
    color: #1d42ce;
}


.contactItem {
    width: 100%;
    overflow: visible;
    margin-top: 40px;
    position: relative;
}

.contactItem .prev {
    width: 30px;
    height: 100%;
    display: block;
    overflow: hidden;
    background: url("../images/arrow7.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    left: -60px;
    top: 0;
}

.contactItem .prev:hover {
    background: url("../images/arrow7a.png") center no-repeat;
    background-size: 100%;
}

.contactItem .next {
    width: 30px;
    height: 100%;
    display: block;
    overflow: hidden;
    background: url("../images/arrow8.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    right: -60px;
    top: 0;
}

.contactItem .next:hover {
    background: url("../images/arrow8a.png") center no-repeat;
    background-size: 100%;
}

.conSlide {
    width: 100%;
    overflow: hidden;
}

.conSlide .swiper-slide {
    width: 33.33%;
    overflow: hidden;
    float: left;
}

.conSlide .swiper-slide .sws_c {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.conSlide .swiper-slide .sws_c .addTit {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 20px;
    color: #1381a6;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -50px;
    background-color: #fff;
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.conSlide .swiper-slide .sws_c .addinfo {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    margin-top: 50px;
    padding-top: 80px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    height: 150px;
}

.conSlide .swiper-slide .sws_c .addinfo p {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    color: #7a7a7a;
    line-height: 30px;
}

.conSlide .swiper-slide .sws_c:hover .addTit {
    background-color: #1381a6;
    color: #fff;
}

.conSlide .swiper-slide .sws_c:hover .addinfo p {
    color: #1381a6;
}


.lxwm_08_c {
    width: 100%;
    overflow: visible;
    margin-top: 40px;
}

.lxwm_08_c ul {
    list-style: none;
}

.lxwm_08_c ul li {
    width: 25%;
    float: left;
    overflow: visible;
    margin-bottom: 20px;
    list-style-type: none;
}

.lxwm_08_c ul li .lxwm_08c_t {
    width: 100%;
    overflow: hidden;
    background-color: #1d42ce;
    text-align: center;
    line-height: 40px;
    padding: 5px 0;
}

.lxwm_08_c ul li .lxwm_08c_t a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: url("../images/arrow9.png") right center no-repeat;
    padding-right: 20px;
}

.lxwm_08_c ul li .lxwm_08c_c {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    display: none;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.lxwm_08_c ul li .lxwm_08c_c p {
    width: 90%;
    overflow: hidden;
    margin: 5px auto;
    padding: 0;
    line-height: 30px;
}

.lxwm_08_c ul li .lxwm_08c_c p a {
    font-size: 16px;
    color: #7a7a7a;
}

.lxwm_08_c ul li .lxwm_08c_c p a:hover {
    color: #1381a6;
    border-bottom: 1px solid #1381a6;
}

.lxwm_08_c ul li:hover .lxwm_08c_c {
    display: block;
}

.lxwm_08_c ul li.li1 .lxwm_08c_t {
    background-color: #1d42ce;
}

.lxwm_08_c ul li.li2 .lxwm_08c_t {
    background-color: #1381a6;
}

.lxwm_08_c ul li.li3 .lxwm_08c_t {
    background-color: #008a3d;
}

.lxwm_08_c ul li.li4 .lxwm_08c_t {
    background-color: #00647c;
}

/*搜索*/
.serchinput {
    height: 46px;
    border: 1px solid #2cccc0;
    width: 584px;
    margin: 0 auto;
    position: relative;
}

.serchinput input.search_txt {
    width: 502px;
    height: 46px;
    border: 0;
    padding: 0;
    text-indent: 10px;
}

.serchinput input.search_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 78px;
    height: 46px;
    border: 0;
    background: #2cccc0;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
}

.serchlist {
    overflow: hidden;
    margin-top: 60px;
}

.serchlist li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.serchlist li h3 {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 28px;
    display: block;
    overflow: hidden;
}

.serchlist li p {
    margin-top: 10px;
    font-size: 14px;
    color: #7a7a7a;
    line-height: 22px;
}

.serchlist li h3 font, .serchlist li p font {
    color: red;
}

.serchlist li .datem {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 30px;
}

.serchlist li .datem .dataTime {
    color: #999;
    font-size: 12px;
}

.serchlist li .datem .more {
    text-align: right;
    color: #57cec4;
    font-size: 12px;
}


/*浮动*/
.rightfixed {
    position: fixed;
    right: 5px;
    bottom: 66px;
    width: 68px;
    z-index: 99999;
}

.fixedList {
    list-style: none;
    border: 1px #e8e8e8 solid;
}

.fixedList li {
    background: #fff;
    text-align: center;
    width: 100%;
    list-style-type: none;
    padding: 0;
}

.fixedList li img {
    display: block;
    margin: 0 auto 8px;
}

.fixedList li a {
    display: table-cell;
    width: 68px;
    height: 68px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: #666;
}

.fixedList li a:hover {
    color: #fff;
    background: #2cccc0;
}

.fixedList li a .arrowuh {
    display: block;
}

.fixedList li a .arrowu {
    display: none;
}

.fixedList li a:hover .arrowuh {
    display: none;
}

.fixedList li a:hover .arrowu {
    display: block;
}


/*底部*/
.footerBox {
    background: #f3f3f3;
    width: 100%;
    margin-top: 100px;
    padding-top: 20px;
    position: relative;
    z-index: 10;
}

.footInfo {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 24px;
}

.ftlogo {
    padding: 0;
}

.ftlogo img {
    display: block
}

.ftmenu {
    text-align: center;
    list-style: none;
    margin-bottom: 12px;
}

.ftmenu li {
    text-align: center;
    float: left;
    margin-left: 50px;
    list-style-type: none;
    padding: 0;
}

.ftmenu li a {
    color: #7a7a7a;
    font-size: 16px;
    padding-bottom: 8px;
}

.ftmenu li a:hover {
    color: #2cccc0;
}


.copyright {
    background: #2cccc0;
    width: 100%;
    text-align: center;
    height: 60px;
    color: #fff;
    line-height: 60px;
    font-size: 14px;
    position: relative;
    z-index: 10;
}

.copyrightCen {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.copyrightCen a {
    color: #fff;
    font-size: 14px;
    font-weight: lighter;
    margin: 0 14px;
    display: inline-block;
}

.copyrightCen a.serch {
    background: url("../images/bserch.png") no-repeat center;
    width: 36px;
    margin-left: 0;
}

.copyrightCen a.weixin {
    background: url("../images/wxicon.png") no-repeat center;
    width: 36px;
    position: relative;
}

.copyrightCen a.weixin .img_ewm {
    width: 120px;
    display: none;
    position: absolute;
    left: 50%;
    top: -120px;
    margin-left: -60px;
    z-index: 9999;
}

.copyrightCen a.weixin:hover .img_ewm {
    display: block;
}


.copyrightCen input {
    width: 190px;
    padding: 0 10px;
    background: #fff;
    color: #333;
    border: none;
    border-radius: 20px;
    box-sizing: border-box;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
}


.round260 {
    width: 260px;
    height: 260px;
    border-radius: 300px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}
