.head {
    height: 950px;
    position: relative;
}

header {
    width: 100%;
    height: 74px;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.header {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

.header ul {
    overflow: hidden;
    zoom: 1;
    float: right;
}

.header ul > li {
    float: left;
    width: 142px;
    line-height: 74px;
    text-align: center;
}

.header ul > li > a {
    font-size: 16px;
    color: #fff;
    display: block;
}

.header ul > li:hover .firstnav {
    background: url(../images/xiabiao.png) center bottom no-repeat;
}

.firstnav span {
    margin-left: 5px;
    background: url(../images/up.png) no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
}

.header ul > li:hover .firstnav span {
    background: url(../images/down.png) no-repeat;
}

.header ul > li > ul {
    background: rgba(0, 0, 0, 0.3);
    padding: 0 15px;
    display: none;
}

.header ul > li > ul:before {
    content: '';
    border: 10px;
}

.header ul > li > ul li {
    line-height: 50px;
    height: 50px;
    border-bottom: #ccc solid 1px;
    width: 112px;
}

.header ul > li > ul li:last-of-type {
    border-bottom: 0
}

.header ul > li > ul li a {
    color: #fff;
    height: 50px;
    line-height: 50px;
}

.header ul > li:hover ul {
    display: block;
}

/* 二级导航 */
.logo {
    float: left;
    width: 200px;
    height: 48px;
    margin-top: 13px
}

.logo img {
    width: 200px;
    height: 48px;
}

.header_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 999;
    display: none;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.main1 {
    overflow: hidden;
    zoom: 1;
    margin: 40px auto 80px;
}

.main1_l {
    width: 40%;
    float: left;
}

.main1_r {
    width: 55%;
    float: right;
}

.main1_l h2 {
    font-size: 26px;
    border-left: #13b5b1 solid 6px;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.main1_l p {
    font-size: 15px;
    line-height: 24px;
    color: #666;
    text-indent: 2em;
    margin-bottom: 10px;
    text-align: justify;
    word-break: normal;
}

.main1_r img {
    width: 100%;
    padding-top: 53px;
}

.main2 {
    background: url(../images/tiaowen.jpg) repeat;
}

.main_title {
    text-align: center;
    overflow: hidden;
    zoom: 1;
}

.main_title h2 {
    font-size: 26px;
    margin-top: 90px;
}

.main_title span {
    display: block;
    font-size: 14px;
    color: #666;
    margin: 10px 0;
}

.lunbo {
    background: url(../images/main2.jpg) no-repeat left center;
    height: 630px;
    margin-top: 50px;
    overflow: hidden;
}

#swiper-container {
    width: 1200px;
    margin-top: 100px;
    margin-bottom: 100px;
    height: 430px;
}

.lunbo_wrap {
    position: relative;
    width: 1400px;
    margin: 0 auto
}

.lunbotu_li {
    padding: 10px;
    height: 430px;
    box-sizing: border-box;
}

.lunbotu_l {
    border: #ededed solid 1px;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.lunbotu_l span {
    margin: 10px 0;
    width: 100%;
    height: 90px;
    display: block;
    text-align: center;
}

/* .lunbotu_li:nth-of-type(1) span{background: url(../images/icon1.png) center no-repeat;}
.lunbotu_li:nth-of-type(2) span{background: url(../images/icon2.png) center no-repeat;}
.lunbotu_li:nth-of-type(3) span{background: url(../images/icon3.png) center no-repeat;}
.lunbotu_li:nth-of-type(4) span{background: url(../images/icon4.png) center no-repeat;}
.lunbotu_li:nth-of-type(5) span{background: url(../images/icon4.png) center no-repeat;}
.lunbotu_li:nth-of-type(6) span{background: url(../images/icon4.png) center no-repeat;}
.lunbotu_li:nth-of-type(7) span{background: url(../images/icon4.png) center no-repeat;}
.lunbotu_li:nth-of-type(8) span{background: url(../images/icon4.png) center no-repeat;}
.lunbotu_li:nth-of-type(1):hover span{ background: url(../images/icon1_hover.png) center no-repeat}
.lunbotu_li:nth-of-type(2):hover span{ background: url(../images/icon2_hover.png) center no-repeat}
.lunbotu_li:nth-of-type(3):hover span{ background: url(../images/icon3_hover.png) center no-repeat}
.lunbotu_li:nth-of-type(4):hover span{ background: url(../images/icon4_hover.png) center no-repeat}
.lunbotu_li:nth-of-type(5):hover span{ background: url(../images/icon4_hover.png) center no-repeat}
.lunbotu_li:nth-of-type(6):hover span{ background: url(../images/icon4_hover.png) center no-repeat}
.lunbotu_li:nth-of-type(7):hover span{ background: url(../images/icon4_hover.png) center no-repeat}
.lunbotu_li:nth-of-type(8):hover span{ background: url(../images/icon4_hover.png) center no-repeat} */
.lunbotu_li:hover {
    background: #13b5b1;
}

.lunbotu_li:hover h3 {
    color: #fff
}

.lunbotu_l h3 {
    font-size: 22px;
    color: #3f3f3f
}

.lunbotu_l hr {
    width: 40px;
    height: 2px;
    background: #707070;
    border: 0
}

.lunbotu_li:hover hr {
    background: #fff;
    width: 100%;
}

.lunbotu_l p {
    font-size: 16px;
    text-align: justify;
    line-height: 26px;
    color: #5f5f5f;
    word-break: normal;
    max-height: 210px;

    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.lunbotu_li:hover p {
    color: #fff;
}

.next1, .prev1 {
    color: #13b5b1
}

.main3_d {
    background: url(../images/main3.png) no-repeat center;
    width: 1500px;
    height: 706px;
    margin: 50px auto 50px;
    position: relative;
}

.main3_d dl {
    width: 300px;
    height: 300px;
    text-align: center;
}

.main3_d dl dt {
    font-size: 24px;
    color: #007AFF;
    margin-top: 100px;
    margin-bottom: 10px;
}

.main3_d dl dd {
    font-size: 16px;
    color: #272727;
    width: 200px;
    margin: 0 auto;
    line-height: 30px;;
}

.main3_d .m1 {
    position: absolute;
    bottom: 208px;
    left: 140px;
}

.main3_d .m2 {
    position: absolute;
    bottom: 164px;
    left: 516px;
}

.main3_d .m3 {
    position: absolute;
    bottom: 304px;
    right: 61px;
}

.main4 {
    overflow: hidden;
    margin-bottom: 50px;
}

.main4_d {
    width: 1200px;
    margin: 30px auto 0
}

.main4_nav {
    overflow: hidden;
}

.main4_nav span {
    float: left;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border: #dcdcdc solid 1px;
    margin-right: 10px;
    font-size: 18px;
    color: #343434;
    cursor: pointer;
}

.main4_nav .active, .main4_nav span:hover {
    background: #13b5b1;
    border: #13b5b1 solid 1px;
    color: #fff
}

.main_4_details {
    overflow: hidden;
}

.main_4l {
    width: 47%;
    height: 445px;
    float: left;
}

.main_4r {
    width: 50%;
    float: right;
}

.main4_deta {
    margin-top: 20px;
}

.main_4l img {
    height: 445px;
    width: 100%;
}

#swiper-container3 .swiper-slide {
    position: relative;
}

.swiper-pagination3 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
}

#swiper-container3 > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0 !important;
    z-index: 99;
    height: 30px;
    text-align: right;
}

#swiper-container3 > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15px;
    background: #fff;
    border-radius: 0;
    height: 5px;
    opacity: 1;
    margin-top: 13px;
}

#swiper-container3 > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #065cce;
}

#swiper-container3 .swiper-slide p {
    text-align: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 30px;
    font-size: 16px;
    width: 100%;
    z-index: 10;
    color: #fff;
    background-color: rgba(0, 0, 1, 0.5);
    padding: 0 0 0 10px;
    line-height: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.main_4r dl {
    border-bottom: #ccc solid 1px;
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.main_4r dl dt {
    background: #13b5b1;
    width: 70px;
    height: 70px;
    text-align: center;
    margin-right: 10px;
    flex: 0 0 auto
}

.main_4r dl dt span {
    color: #fff;
    font-size: 24px;
    display: block;
    line-height: 40px;
    margin-top: 5px;
}

.main_4r dl dt strong {
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 20px;
}

.main_4r dl dd h2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

.main_4r dl dd {
    overflow: hidden;
}

.main_4r dl dd p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.more {
    border: #13b5b1 solid 1px;
    color: #13b5b1;
    width: 150px;
    height: 36px;
    border-radius: 18px;
    display: block;
    margin: 50px auto;
    text-align: center;
    line-height: 36px;
}

.main5 {
    background: #f4f5f9;
    overflow: hidden;
}

.main5_deta {
    width: 1200px;
    margin: 0 auto
}

.main5_deta h3 {
    font-size: 22px;
    color: #0eb8b7;
    border-bottom: #0eb8b7 solid 2px;
    width: 90px;
    text-align: center;
}

.main51 {
    display: flex;
    margin: 20px 0;
}

.main51 dl {
    flex: 1 1 auto;
    background: #fff;
    height: 250px;
    width: 300px;
}

.main51 dl:nth-of-type(2) {
    margin: 0 40px;
}

.main51 dl dt {
    height: 40px;
    background: #0EB8B7;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.main51 dl dt span {
    font-size: 16px;
}

.main51 dl dt strong {
    font-size: 14px;
    float: right;
}

.main51 dl dd {
    padding: 10px;
    color: #818181;
    line-height: 24px;
    max-height: 180px;
    height: 180px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.main5_more {
    border: #13b5b1 solid 1px;
    color: #13b5b1;
    width: 150px;
    height: 36px;
    border-radius: 18px;
    display: block;
    margin: 70px auto;
    text-align: center;
    line-height: 36px;
}

.lianxi ul {
    overflow: hidden;
    margin: 20px 0;
}

.lianxi ul li {
    float: left;
    overflow: hidden;
    line-height: 36px;
    font-size: 16px;
    color: #666;
    margin-right: 20px;
}

.lianxi ul li img {
    float: left;
    margin-right: 5px;
}

footer {
    background: #474747;
    height: 220px;
}

footer .footer {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
    zoom: 1;
}

.ft1 {
    width: 530px;
    display: flex;
    float: left;
}

.ft1 dl {
    width: 200px;
    flex: 1 1 auto;
}

.ft1 dl:nth-of-type(2) {
    margin: 0 20px;
}

.ft1 dl dt {
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}

.ft1 dl dd {
    line-height: 24px;
    margin-bottom: 5px
}

.ft1 dl dd a {
    color: #fff;
    font-size: 14px;
}

.jishuzhichi {
    background: #fff;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 5px 0
}

.ft2 {
    width: 360px;
    float: left;
    margin-left: 100px;
}

.ft2 p {
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    font-size: 16px;
}

.ft2 p span {
    width: 80px;
    flex: 0 0 auto;
}

.ft3 {
    float: right;
}

.ft3 img {
    width: 150px;
    height: 150px;;
}


/* 公司简介 */
.navigation {
    background-color: #0EB8B7;
}

.margin-top {
    margin-top: 74px;
    display: block;
    width: 100%;
}

.erji_nav {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.erji_nav .nav_l {
    flex: 0 0 auto;
    width: 180px;
    margin-top: 20px;
}

.erji_nav .nav_l h2 {
    font-size: 30px;
    color: #aaa
}

.erji_nav .nav_l p {
    color: #323232;
    font-size: 18px;
}

.erji_nav .nav_r {
    flex: 1 1 auto;
}

.nav_rt {
    border-bottom: #b5b5b5 solid 1px;
    height: 44px;
    line-height: 44px;
    text-align: right;
    font-size: 14px;
    color: #666
}

.nav_rt img {
    display: inline-block;
    border-left: #b5b5b5 solid 1px;
    border-right: #b5b5b5 solid 1px;
    vertical-align: middle;
    margin-top: -1px;
}

.nav_rt a {
    color: #666
}

.nav_rb {
    text-align: right;
    height: 64px;
    position: relative;
}

.nav_rb ul {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.nav_rb ul li {
    float: left;
    line-height: 40px;
    padding: 0 10px;
    margin: 0 10px;
    cursor: pointer;
}

.nav_rb ul li a {
    color: #666
}

.nav_rb ul .active, .nav_rb ul li:hover {
    border-bottom: #0eb8b7 solid 1px;
}

.nav_rb ul .active a, .nav_rb ul li:hover a {
    color: #0eb8b7;
}

.gs_details {

    padding-bottom: 40px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto
}

.dt_1 {
    padding: 20px 0;
    overflow: hidden;
    zoom: 1
}

/*.dt_1 img{float: right;margin:0 0px 20px 20px;}*/
/*.dt_1 p{line-height: 30px;color:#666; text-indent: 2em;font-size:14px;margin-bottom:10px;}*/
/* 荣誉资质 */
.gs_nav {
    display: flex;
    padding-top: 20px;
}

.gs_nav li {
    border: #bfbfbf solid 1px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-right: 10px;
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
}

.gs_nav .active {
    background: #0eb8b7;
    color: #fff;
    border: #0EB8B7 solid 1px;
}

.gs_nav li a {
    color: #7e7e7e
}

.gs_nav .active a {
    color: #ffffff
}

.gs_dt {
    margin-bottom: 20px;
}

.gs_dt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gs_dt li {
    margin-top: 20px;
    border: #ffbd4a solid 1px;
}

.gs_dt li img {
    width: 100%;
    height: 100%
}

/* 发展历程 */
.fzlc {
    padding: 40px 0 0 0;
    overflow: hidden;
}

.fzlc_list {
    border-top: #ccc dashed 1px;
    padding: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fzlc_list li {
    margin-top: 20px;
    border: #ffffff solid 1px;
    width: 230px;
    height: 150px
}

.fzlc_list li img {
    width: 100%;
    height: 100%
}

/* 社会责任 */
.shzr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 0;
}

.shzr li {
    flex: 1 1 auto;
    /*width: 400px;*/
    display: flex;
    margin-bottom: 30px;
}

/*.shzr li:nth-of-type(2n) {*/
/*    margin-left: 20px;*/
/*}*/

.shzr li span {
    height: 40px;
    width: 40px;
    background: #0eb8b7;
    border-radius: 20px 20px;
    flex: 0 0 auto;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    font-size: 20px;
    color: #fff
}

.shzr li:nth-of-type(2) span {
    background: #f8b551;
}

.shzr li:nth-of-type(3) span {
    background: #ec6941;
}

.shzr li:nth-of-type(4) span {
    background: #22ac38;
}

.shzr li .shzr_d p {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.shzr li .shzr_d img {
    width: 200px;
    margin-top: 20px;
}

/* 实验室联系我们 */
.dt_3 {
    margin: 20px 0;
}

.dt_3 p {
    display: flex;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 10px;
}

.dt_3 p img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

/* 实验室专家介绍 */
.zjjs_d {
    margin: 10px 0;
    padding-bottom: 30px;
}

.zjjs_d dl {
    border: #ccc solid 1px;
    margin-top: 40px;
    display: flex;
}

/*.zjjs_d dl dt img {*/
/*    height: 145px;*/
/*}*/
.zjjs_d dl dt img {
    width: 100%;
    height: 100%;
}

.zjjs_d dl dt {
    flex: 0 0 auto;
    width: 106px;
    border-right: #ccc solid 1px;
}

.zjjs_d dl:nth-of-type(2n) {
    justify-content: space-between;
}

.zjjs_d dl:nth-of-type(2n) dt {
    border-left: #ccc solid 1px;
    border-right: 0;
}

.zjjs_d dl dd {
    position: relative;
}

.zjjs_d dl dd span {
    position: absolute;
    top: -22px;
    left: 20px;
    background: url(../images/left_b.jpg) no-repeat;
    width: 170px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
}

.zjjs_d dl:nth-of-type(2n) dd span {
    left: 910px;
    background: url(../images/right_b.jpg) no-repeat;
}

.zjjs_d dl dd p {
    padding: 0 10px 10px 10px;
    margin-top: 40px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
}

/* 职位招聘 */
.zwzp {
    padding: 40px 0;
    flex-wrap: wrap;
    display: flex
}

.zwzp dl {
    flex: 0 0 auto;
    background: #fff;
    height: 220px;
    width: 370px;
    margin-right: 40px;
    margin-bottom: 40px;
}

.zwzp dl:nth-of-type(3n) {
    margin-right: 0px;
}

.zwzp dl dt {
    height: 40px;
    background: #0EB8B7;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.zwzp dl dt span {
    font-size: 16px;
}

.zwzp dl dt strong {
    font-size: 14px;
    float: right;
}

.zwzp dl dd {
    padding: 10px;
    color: #818181;
    line-height: 24px;
    height: 155px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

/* 职位详情 */
.zwzp_deta {
    padding: 40px 40px;
}

.zwzp_deta dl {
    background: #fff;
    height: auto;
    width: 100%;
}

.zwzp_deta dl dt {
    height: 40px;
    background: #0EB8B7;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.zwzp_deta dl dt span {
    font-size: 16px;
}

.zwzp_deta dl dt strong {
    font-size: 14px;
    float: right;
}

.zwzp_deta dl dd {
    padding: 0 20px 20px 20px;
    color: #818181;
    line-height: 24px;
    font-size: 14px;
}

.zwzp_deta dl dd h3 {
    margin-top: 20px;
}

.zwzp_deta dl dd p {
    line-height: 24px;
    margin-bottom: 5px;
}

.shenqing {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0eb8b7;
    display: block;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    margin: 50px auto 50px
}

.shenqing:hover {
    color: #fff
}

/* 联系我们 */
.lxwm {
    padding-top: 20px;
    margin-bottom: 30px;
}

.lxwm ul li {
    margin-right: 100px
}

/* 新闻 */
.new_list {
    padding: 20px;
}

.new_list li {
    height: 40px;
    line-height: 40px;
    border-bottom: #999 dashed 1px;
    margin-bottom: 10px;
    list-style: square;
    color: #0EB8B7
}

.new_list li a {
    display: flex;
    justify-content: space-between;
    color: #333;
}

.new_list li a:hover {
    color: #0EB8B7
}

.new_list a span {
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.new_list a strong {
    font-size: 14px;
    width: 80px;
    flex: 0 0 auto;
    margin-left: 10px;
}

/* 新闻详情 */
.detal {
    padding: 20px;
}

.detal h2 {
    font-size: 24px;
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px
}

.detal p {
    #text-indent: 2em;
    font-size: 16px;
    text-align: justify;
    word-break: normal;
    font-family:"微软雅黑";
    color: #333;
    /*line-height: 28px;*/
    /*margin: 10px 0*/
}

/* 专家团队 */
.zjtd {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.zjtd dl {
    width: 386px;
    margin-right: 20px;
    border: #ccc solid 1px;
    height: 145px;
    margin-top: 40px;
    display: flex;
    box-sizing: border-box;
}

.zjtd dl:nth-of-type(3n) {
    margin-right: 0;
}

.zjtd dl dt {
    flex: 0 0 auto;
    width: 106px;
    border-right: #ccc solid 1px;
}

.zjtd dl dt img {
    height: 143px;
    width: 100%;
}

.zjtd dl dd {
    position: relative;
}

.zjtd dl dd span {
    position: absolute;
    top: -22px;
    left: 20px;
    background: url(../images/left_b1.jpg) no-repeat;
    width: 150px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    padding-left: 5px;
}

.zjtd dl dd p {
    padding: 0 10px 10px 10px;
    margin-top: 40px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
}

.hushi ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 20px 0
}

.hushi ul li {
    width: 150px;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.hushi ul li img {
    width: 80%;
    height: 80%;
}

.hushi ul li h3 {
    font-size: 14px;
    color: #333
}

.hushi ul li span {
    font-size: 12px;
    color: #666
}

/* 科室中心 */
.kszx {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

.kszx dl {
    background: #0eb8b7;
    width: 585px;
    margin-right: 30px;
    height: 300px;
    display: flex;
    margin-bottom: 30px;
}

.kszx dl:nth-of-type(2n) {
    margin-right: 0
}

.kszx dl dt {
    width: 320px;
    flex: 0 0 auto;
}

.kszx dl dt img {
    width: 100%;
    height: 100%
}

.kszx dl dd {
    flex: 1 1 auto;
    padding: 20px;
    position: relative;
}

.kszx dl dd hr {
    height: 1px;
    background: #fff;
    border: 0;
    margin-top: 15px;
}

.kszx dl dd h2 {
    background: #0EB8B7;
    position: absolute;
    top: 20px;
    left: 50%;
    width: 100px;
    text-align: center;
    margin-left: -50px;
    color: #fff;
    font-size: 18px;
}

.kszx dl dd p {
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
}

.swiper-container1 {
    height: 950px;
}

.ph_header {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 1111;
    display: none;
    padding: 0 10px;
    box-sizing: border-box;
}

.ph_header .ph_logo {
    width: 180px;
    margin-top: 3px;
}

.ph_header .menu {
    float: right;
    margin-top: 10px;
}

.nav_list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0EB8B7;
    z-index: 1122;
    display: none;
}

.nav_list .list_f li a, .nav_list .list_f li span {
    color: #fff
}

.nav_list .list_f {
    margin: 50px 10px 20px 10px;
}

.nav_list .list_f li {
    line-height: 36px;
    font-size: 16px;
    padding: 0 0 0 10px
}

.nav_list .list_f li ul {
    padding: 0 10px;
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;;
}

.nav_list .list_f li ul .active {
    background: #089998;
    color: #fff
}

.list_cli ul {
    display: none;
    background: #089998;
}

.list_cli ul li a {
    color: #fff
}

#swiper-container1 {
    width: 1000px;
    height: 112px
}

.sys {
    width: 1200px;
    margin: 20px 0 0px 0;
    height: 112px;
}

.main3_dd {
    display: none;
    padding: 10px;
}

.main3_dd dl {
    margin-bottom: 20px;
}

.main3_dd dl dt {
    width: 100%;
}

.main3_dd dl dt img {
    width: 100%
}

.main3_dd dl dd h2 {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main3_dd dl dd p {
    font-size: 14px;
    color: #666
}


/*关于我们start*/
.about_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/about_bg.jpg) no-repeat;
    background-size: cover;
}

.about_content {
    width: 80%;
    margin: 0 auto;
}

.about_content h2, .about_content h3 {
    text-align: center;
    font-weight: bold;
    color: #000;
}

.about_content h2 {
    font-size: 40px;
    margin-bottom: 50px;
}

.about_content p {
    font-size: 16px;
    color: #000;
    line-height: 180%;
    margin-bottom: 20px;
    text-align: center;
}

.about_content.history {
    text-align: center;
    position: relative;
}

/*大事记start*/
.event_box {
    width: 80%;
    margin: 3% auto 0;
    position: relative;
    min-height: 350px;
}

.event_box .parHd {
    width: 100%;
    display: inline-block;
    height: 92px;
    overflow: hidden;
}

.parHd ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px !important;
}

.parHd .tempWrap {
    margin: 0 auto;
}

.parHd .tempWrap:after {
    content: '';
    width: 85%;
    height: 1px;
    background: #580000;
    position: absolute; /* top:33%;*//* right:-140%;*/
    right: 8%;
    top: 35%; /* margin-top:-0.5px;*/
    z-index: 10;
}

.parHd li.no_line:before {
    display: none;
}

.parHd li {
    display: inline-block;
    cursor: pointer;
    padding-top: 30px;
    font-size: 16px;
    color: #000;
    margin: 0 30px;
    position: relative;
}

.parHd li:after {
    content: '';
    background: url(../images/dot_ico.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 20;
    top: -12px;
    left: 50%;
    margin-left: -12px;
}

.parBd {
    text-align: center;
    margin-top: 60px;
}

.parBd h4 {
    position: relative;
    font-size: 40px;
    margin-bottom: 3%; /*width:200px;*/
    padding: 0 60px;
    display: inline-block;
    text-align: center;
}

.parBd h4:after {
    content: '';
    background: #000;
    width: 100px;
    height: 1px;
    position: absolute;
    left: -100px;
    bottom: 12px;
}

.parBd h4:before {
    content: '';
    background: #000;
    width: 100px;
    height: 1px;
    position: absolute;
    right: -100px;
    bottom: 12px;
}

.parBd p {
    line-height: 180%;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
}

div#listBox {
    width: 100%;
}

.sPrev, .sNext {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 10px;
}

.sPrev {
    left: 0;
}

.sNext {
    right: 0;
}

.sPrev img, .sNext img {
    transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
}

.parHd li.act span {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url(../images/cat.png) no-repeat;
    position: absolute;
    top: -12px;
    left: 7px;
    z-index: 21;
}

.parHd li span, .parHd li.clone span {
    display: none;
}

#swiper-container1 .swiper-slide img {
    width: 100%;
    height: 100%
}

.boxx {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.boxx form {
    width: 620px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    padding: 0 10px 10px 10px;
    border-radius: 5px;
}

.form_title {
    display: flex;
    border-bottom: #ccc solid 1px;
    line-height: 40px;
    margin-bottom: 20px;
    justify-content: space-between;
    color: #333
}

.form_title h2 {
    text-align: left;
}

.form_title span {
    text-align: right;
    font-size: 14px;
    cursor: pointer;
}

.form_div {
    width: 600px;
    display: flex;
    text-align: right;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}

.form_div label {
    width: 100px;
    color: #333;
    font-size: 14px;
    flex: 0 0 auto;
}

.form_div input[type="text"] {
    width: 200px;
    flex: 1 1 auto;
    padding: 0 10px;
    box-sizing: border-box;
    border: #ccc solid 1px;
    border-radius: 5px;;
}

.form_div select {
    width: 200px;
    flex: 1 1 auto;
    padding: 0 10px;
    box-sizing: border-box;
    border: #ccc solid 1px;
    border-radius: 5px;;
}

.form_div input[type="file"] {
    width: 200px;
    flex: 1 1 auto;
    border: none;
    margin-top: 5px;
    height: 30px;
}

.form_div span {
    width: 200px;
    flex: 0 0 auto;
    font-size: 14px;
    color: #ff0000;
    text-align: left;
    margin-left: 10px;
}

.submit {
    display: block;
    width: 100px;
    margin: 20px auto;
    height: 40px;
    line-height: 40px;
    background: #32B16C;
    font-size: 16px;
    text-align: center;
    border: none;
    color: #fff;
    border-radius: 5px;
}

.overHidden {
    overflow: hidden;
    height: 100%;
}

@media (max-width: 575px) {
    .ph_header {
        display: block;
    }

    .return_top {
        display: none;
    }

    .w1200 {
        width: 100%;
    }

    header {
        display: none;
    }

    .head {
        height: 207px;
    }

    .swiper-container1 {
        height: 207px
    }

    .header_box {
        display: none;
    }

    .lunbo_wrap {
        width: 100%;
    }

    #swiper-container {
        width: 70%;
    }

    .main1 {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    .main1_l {
        width: 100%;
    }

    .main1_r {
        width: 100%;
        margin-top: 20px;
    }

    .main3_d {
        display: none;
    }

    .main3_dd {
        display: block;
    }

    .main5_deta {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    footer {
        height: 100%
    }

    footer .footer {
        width: 100%;
        display: none;
    }

    .main4_d {
        width: 100%;
    }

    .main4_d {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .main4_nav span {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 14px;
    }

    .main_4_details {
        display: flex;
        flex-direction: column;
    }

    .main_4l {
        width: 100%;
        height: 300px;
    }

    .main_4l img {
        height: 300px;
    }

    .main_4r {
        width: 100%;
        margin-top: 20px;
    }

    .main_4r dl dd p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
    }

    .main51 {
        flex-direction: column;
    }

    .main51 dl:nth-of-type(2) {
        margin: 0 0 20px 0;
    }

    .main51 dl {
        width: 100%;
        flex: 0 0 auto;
        margin: 0 0 20px 0
    }

    .gs_details {
        padding: 0 10px;
    }

    .jishuzhichi {
        padding: 10px;
    }

    .margin-top {
        margin-top: 50px;
        display: none;
    }

    .erji_nav {
        width: 100%;
        margin-top: 50px;
    }

    .erji_nav .nav_l {
        display: none;
    }

    .nav_rt {
        text-align: left;
    }

    .nav_rb ul li {
        padding: 0 5px;
        padding: 0 5px;
        font-size: 14px;
    }

    .nav_rb ul {
        left: 0;
    }

    .gs_nav {
        flex-wrap: wrap;
    }

    .gs_nav li {
        font-size: 14px;
        width: 78px;
        flex: 0 0 auto;
        box-sizing: border-box;
        text-align: center;
        padding: 0;
        margin-bottom: 10px;
    }

    .gs_dt li {
        margin-top: 10px;
        width: 170px;
        margin-right: 10px;
    }

    .gs_dt li:nth-of-type(2n) {
        margin-right: 0;
    }

    .gs_dt {
        padding-bottom: 20px;
    }

    .shzr li:nth-of-type(2n) {
        margin-left: 0;
    }

    .sys {
        width: 100% !important;
        margin: 0;
        padding: 0 0 20px 0;
    }

    #swiper-container1 {
        width: 70%;
    }

    #swiper-container1 .swiper-slide {
        text-align: center;
    }

    .about_content h2 {
        font-size: 20px;
    }

    .parBd h4 {
        font-size: 18px;
        padding: 0 20px
    }

    .zwzp {
        padding: 10px 0;
    }

    .zwzp dl {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .zwzp_deta {
        padding: 10px 0
    }

    .zjjs_d dl:nth-of-type(2n) dd span {
        left: 120px
    }

    .detal {
        padding: 10px 0;
    }

    .kszx dl {
        width: 100%;
        display: block;
        margin-right: 0;
        height: auto
    }

    .kszx dl dt {
        width: 100%
    }

    .kszx dl dt img {
        width: 100%;
        display: block
    }

    .new_list {
        padding: 10px 10px 0 20px
    }

    .boxx form {
        width: 90%;
    }

    .form_div label {
        width: 70px;
    }

    .form_div {
        width: 100%;
    }

    .form_div input[type="text"] {
        width: 120px;
    }

    .form_div span {
        display: block;
        flex: 0 0 auto;
        width: 100px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}