* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    color: inherit;
    font-weight: normal;
    font-family: "微软雅黑";
    box-sizing: border-box;
    font-size: 16px;
}

body {
    width: 100%;
    overflow-x: hidden;

}

/* 首页声明 */
.statement {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 90;
}

.statement .box {
    border-radius: 10px;
    background: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 0 30px 30px 30px;
    text-align: left;
    box-shadow: 0px 0px 14.58px 3.42px rgba(153, 153, 153, 0.18);
    position: absolute;

    height: 50%;
    overflow-y: auto;

}

.statement .box .con {
    font-size: 16px; 
    line-height: 24px;
    color: #333
}

.statement .box .tit {
    font-size: 20px !important;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 60px !important;
}

.close {
    text-align: right;
    position: fixed;
    padding: 20px;
    width: 80%;
    background: #fff;
}

.tip {
    font-size: 18px;
    padding-top: 20px;
    color: #0290da
}

.tip-tit {
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
}

/*头部导航*/

.nav ul li a {
    width: 90%;
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    transition: all 0.8s;

}

.nav ul li a.active,
.nav ul li a:hover {
    color: #0160a0;
    display: block;
    width: 90%;
    height: 60px;
    line-height: 60px;
    transition: all 0.8s;
}

.lagu {
    width: 90px;position: absolute;
    right: 60px;
}

.lagu span {
    padding: 8px;color:#fff;
}

.lagu .active {
    color: #8dc5ec
}

.line {
    font-size: 14px;
}

#canvasGL {

    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 100%;
}

#canvasGL video {
    width: 100%;
    height: 240px;
    display: block;
    object-fit: fill;
}

.geekspan {
    color: #fff;
    font-size: 24px;
    font-weight: bold;

    position: absolute;

    display: flex;
    align-items: center;
    justify-content: center;
    left: 165px;
    opacity: 1;
    height: 100vh;
    display: block;
    line-height: 31px;
    width: 100%;

    padding-bottom: 2px;
    z-index: 999 !important;


}

.over {

    z-index: 2;
    background: url(../images/over.png) repeat;
    width: 100%;
    height: 240px;
    display: flex;
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 11;
    color: #fff;
    flex-direction: column;
    font-size: 24px;
}

.over .tit {
    width: 100%;
    font-size: 30px;
    padding-bottom: 10px;
}

.over .tit span {
    width: 100%;
    padding: 0 5px;
    font-size: 18px;
}

.over .con {
    width: 100%;
    font-size: 14px;
}

.index_banner_icon {
    position: absolute;
    left: calc(50%-0px);
    bottom: 5%;
    z-index: 91;
}

.index_banner_icon p span {
    width: 20px;
    height: 30px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #fff;
    display: block;
    position: relative;
}

/*@keyframes mouse{
	0%{top:7px;opacity:1}
	35%{top:50%;opacity:0}
	65%{top:-50%;opacity:0}
	100%{top:7px;opacity:1}
}*/
@keyframes mouse {
    0% {
        -webkit-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    50% {
        -webkit-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.index_banner_icon p span:after {
    content: '';
    position: absolute;
    top: 5px;
    width: 3px;
    height: 6px;
    background: #fff;
    left: 50%;
    margin-left: -2px;
    -webkit-animation: mouse 1.5s ease-out infinite;
    -o-animation: mouse 1.5s ease-out infinite;
    animation: mouse 1.5s ease-out infinite;
    border-radius: 4px;
}

/* 更多 */
.more a {
    width: 100px;
    margin: 0 auto;
    height: 38px;
    line-height: 38px;
    text-align: center;
    /* border: 1px solid #999999;  */
    color: #666666;
    font-size: 14px;
    display: flex;
    justify-content: right;
    align-items: right;
}

/* .more a:hover {
    background: #0290da;
    border: 1px solid #0290da;
    color: #fff;
    transition: all .3s ease-out 0s;
} */

/* 首页公司简介 */
.company-box {
    width: 100%;
    background: url(../images/gsjj-bj.jpg) top center no-repeat;


}

.company-warp {
    padding: 15px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tit-in {
    display: flex;
    flex-direction: column;
}

.tit-in span {

    padding-left: 20px;
    font-size: 24px;
    color: #0290da;
    padding-bottom: 25px;
}

.left-con {
    padding: 15px 0;
}

.right-img {
    padding: 15px 0;
}


.right-img img {
    vertical-align: middle;
    max-width: 100%;
}

.company-com {

    font-size: 16px;
    line-height: 30px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
}



.tit-icon {
    width: 25px;
    height: 25px;
}

.mt60 {
    margin-top: 30px;
}

.ml40 {
    margin-left: 20px;
}



/* 健康管理 */

.healthy {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}

.healthy-box {
    width: 100%;
    background: url(../images/images-002.jpg) center top no-repeat;
    background-size: cover;
    height: 325px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.healthy-tit {
    font-size: 30px;
    color: #fff;
    padding-bottom: 10px;
}

.healthy-con {
    font-size: 12px;
    padding: 0 50px;
    color: #fff;
    padding-bottom: 30px;
}

.healthy-btn a {
    width: 170px;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #0290da;
    color: #fff;
    align-items: center;
}

.healthy-btn a:hover {
    background: #0160a0;

    color: #fff;
    transition: all .3s ease-out 0s;
}

/* 医工转换 */
.medical-worker {
    width: 100%;
    background: url(../images/images_007.jpg) center top no-repeat;
    padding: 30px 15px;
    background-size: cover;
}

.medical-worker-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;


}

.medical-worker-left {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.medical-worker-left h2 {
    padding-bottom: 30px;
    font-size: 18px;
}

.medical-worker-list {
    display: flex;
    flex-direction: row;

    margin-bottom: 30px;
}

.medical-worker-list .nb {
    background: url(../images/nb.png) center top no-repeat;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: #0290da;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    margin-right: 10px;
}

.medical-worker-list .con {
    flex: 1;
    line-height: 30px;
    font-size: 16px;
    color: #333333
}

.medical-worker-left-con {
    padding-top: 20px;

}

.medical-worker-left-con h2 {
    color: #333
}

.medical-worker-left {
    width: 100%;
}

.medical-worker-right {
    padding-top: 10px;
    width: 100%;
    text-align: right;
    margin-bottom: 30px;
}

.medical-worker-right img {
    width: 100%;
}

/* 底部 */
.foot-contact {
    background: #f6f4f4;
    width: 100%;
    padding: 20px 0;
}

.foot-contact-list {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.con-list h3 {
    font-size: 18px;
    padding-top: 20px;
    color: #333;
    padding-bottom: 10px;


}

.con-list {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    font-size: 14px;
    color: #8dc5ec;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;

}

.con-list:last-child {
    border-bottom: 1px solid #f6f4f4;
}

/* 版权 */
.footer {
    background: #222222;
}

.footer-box {
    padding: 20px;
    display: flex;
    flex-direction: column;
    color: #7f7d7d
}


.footer-box-nav .nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #3c3c3c;
    padding-bottom: 15px;
 
    flex-wrap: wrap;
}


.footer-box-nav .nav a {
   
    color: #7f7d7d;
    line-height: 32px;
    width: 33%;
}




.footer-box-nav .nav a:hover,
.en-on a:hover {
    color: #fff;
    transition: all .3s ease-out 0s;
}

.en-on {
    padding-top: 10px;
    padding-bottom: 20px;
}

.cy span {
    padding-right: 20px;
}

/* 恩舍资讯 */
.news-box {
    padding: 0 15px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    margin-bottom: 50px;
}

.news-box-img {
    width: 100%;

}

.news-box-img img {
    width: 100%;
    margin-bottom: 20px;
}

.news-box-list-box {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.news-box-list {
    border-bottom: 1px solid #d4dde1;
    margin-bottom: 20px;
}

.news-box-list:last-child {
    border-bottom: 1px solid #fff !important;
}

.news-list-right .tit-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10px;
}

.news-box-list a:hover {
    color: #0160a0;
    display: block;
    transition: all .3s ease-out 0s;
}

.news-list-right .news-con {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
    height: 48px;
}

.news-list-right .tit-top .tit {
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex: 1;
}

.news-list-right .tit-top .tit:hover,
.news-list-right .news-con:hover {
    color: #0160a0
}

.news-list-right .tit-top .time {
    font-size: 16px;
    color: #666666;
    width: 100px;

}

/* 资产管理 */
.yjbj {
    padding: 0 15px;
    display: flex;
    background-size: contain;
    flex-direction: column;
    padding-bottom: 30px;
    justify-content: space-between;
}

.ejbj {
    padding: 0 15px;
    display: flex;
    background-size: contain;
    flex-direction: row;
    padding-bottom: 80px;
    justify-content: space-between;
}

.yjbj-img {
    width: 100%;
}

.ejbj-img {
    width: 100%;
}

.ejbj-img img,
.yjbj-img img {
    width: 100%;
    margin-bottom: 20px;
}

.yjbj-con {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #333;


}

.yjbj-nb {
    width: 80px;
}

.rjbj-con {
    display: flex;
    flex-direction: column;
    width: 45%;
    font-size: 16px;
    line-height: 30px;


}

.rjbj-con-con,
.yjbj-con-con {
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
}

.yjbj-con h2,
.rjbj-con h2 {
    font-size: 28px;
    padding-bottom: 13px;
    padding-top: 20px;
}

.yjbj-con h3,
.rjbj-con h3 {
    font-size: 22px;
    padding-bottom: 30px;
}

.yjbj-con-box {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ejbj-con-box,
.ejbj-nb {
    padding-left: 60px;
}

/* 关于我们 */

.pages_banner {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pages_banner .img {
    height: 100%;
    -webkit-animation: animScale 10s linear infinite;
    animation: animScale 10s linear infinite;
    -ms-animation: animScale 10s linear infinite;
    -moz-animation: animScale 10s linear infinite;
    -o-animation: animScale 10s linear infinite;
}

.pages_banner .about_banner {
    width: 100%;
    background: url(../images/about-b.jpg) no-repeat center;
    background-size: cover;

}

.pages_banner .tz-b_banner {
    width: 100%;
    background: url(../images/tz-b.jpg) no-repeat center;
    background-size: cover;
}

.pages_banner .news_banner {
    width: 100%;
    background: url(../images/news-b.jpg) no-repeat center;
    background-size: cover;
}

.pages_banner .tzgq_banner {
    width: 100%;
    background: url(../images/tzgq-b.jpg) no-repeat center;
    background-size: cover;
}

.pages_banner .jkgl_banner {
    width: 100%;
    background: url(../images/jkgl-b.jpg) no-repeat center;
    background-size: cover;
}

.pages_banner .ygzh_banner {
    width: 100%;
    background: url(../images/ygzh-b.jpg) no-repeat center;
    background-size: cover;
}

.pages_banner .hr_banner {
    width: 100%;
    background: url(../images/hr-b.jpg) no-repeat center;
    background-size: cover;
}

.pages_banner .contact-banner {
    width: 100%;
    background: url(../images/contact-b.jpg) no-repeat center;
    background-size: cover;
}

@keyframes animScale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.main-con {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.b-tit {
    font-size: 30px;
    color: #fff;
    padding-bottom: 20px;
}

.b-con {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    width: 80%;
    text-align: center;
}

.sub-nav {
    position: absolute;
    bottom: 70px;
    display: flex;
    flex-direction: row;
}

.sub-nav a {
 
   
    padding: 10px;

    text-align: center;
    color: #fff;
    margin: 0 10px;
    background: url(../images/sub-bj.png) repeat;
    color: #333333;
    font-size: 16px;
    border-radius: 5px;
}

.sub-nav a:hover,
.sub-nav .on {
  
    padding: 10px;
    text-align: center;
    color: #fff;
    margin: 0 10px;
    background: #0160a0;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    transition: all .8s ease-out 0s;
}

.location {

    margin: 0 auto;
    background: url(../images/location.png) 20px 20px no-repeat;
    padding: 20px 20px 20px 50px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
    font-size: 18px;

}

.location a {
    color: #333333
}

.location a span.on,
.location a:hover {
    color: #085082
}

.warp-con {
    padding: 20px;
    margin: 0 auto 70px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.warp-con .warp-left {
    width: 100%;
    padding-top: 50px;
    text-align: left;
}

.warp-con .warp-right {
    width: 100%;
    line-height: 30px;
    padding-left: 5px;
    color: #222222;
}

.warp-con .warp-right-con {
    display: flex;
    flex-direction: column;
}

.warp-con .warp-right-con h1 {
    font-size: 24px;
    padding-top: 25px;
    padding-bottom: 20px;
}

.leader-name-warp {
    padding: 10px 30px;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: row;
}

.leader-name {
    font-size: 40px;
    color: #333;
    padding-right: 10px;
}

.leader-bj {
    background: url(../images/line.png) left bottom no-repeat;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    color: #666
}

.leader-con {
    background: #fdfdfd;
    padding: 30px;

    margin: 0 auto 80px;
    color: #333333;
    line-height: 36px;
}

.a1 {
    margin-top: -50px;
    position: absolute;
}

.a2 {
    text-align: right;
    width: 100%;
    margin-bottom: -50px;
}

/* 投资 */
.tz-list {


    padding: 20px;
    display: flex;
    flex-direction: column;
}

.tz-list-left {
    width: 60px;
    height: 60px;
    color: #000;
    font-size: 24px;
    border-radius: 30px 30px 0 30px;
    background: #fff;
    line-height: 60px;
    text-align: center;
    background-color: #e9ebf2;
}

.tz-list-right {
    flex-direction: column;
    display: flex;

    color: #333333;
    line-height: 30px;
    flex: 1;
}

.tz-list-right h2 {
    font-size: 24px;

    padding-bottom: 20px;
}

.tz-warp {
    margin: 0 auto 10px auto;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    ;
}

.tzbj-bj {
    background: url(../images/tzbj-1.jpg) bottom no-repeat;
    width: 100%;
    height: 780x;
    background-size: cover;
    padding-bottom: 40px;

}

.tzbj-bj-warp {

    padding: 40 20px 0px 20px;
    margin: 0 auto;
    color: #fff
}

.tzbj-bj-warp h1 {
    font-size: 36px;
    padding-bottom: 20px;
}

.tzbj-bj-warp h2 {
    font-size: 18px;
    padding-bottom: 20px;
}

.tzbj-list-warp {

    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.tzbj-list-a {
    background: url(../images/smbj.png) repeat;

    margin-right: 1px;
    color: #fff;
    padding: 20px;
    margin: 10px 20px;
    display: flex;
    flex-direction: column;

}

.tzbj-list-a h3 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
}

.tzbj-list-a .con {
    font-size: 14px;
    line-height: 24px;
}

.news-list-warp {
    padding: 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;

}

.news-list {
    width: 98%;
    margin: 1%;

    background: #fcfcfc;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.news-list-img {
    overflow: hidden;
    /* width: 437px; */

}

.news-list-img img {
    /* width: 437px; */

    width: 100%;
    height: auto;
    cursor: pointer
}

.yjbj-con h3,
.rjbj-con h3,
.right-con h3 {
    font-size: 20px;
    padding-bottom: 15px;
}

.conimg {
    max-width: 100%;
    max-height: auto;
    vertical-align: middle;
}

.news-list img {
    cursor: pointer;
    transition: all 0.8s;
}

.news-list:hover img {
    transform: scale(1.2);
}

.news-con {
    height: 80px;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    padding: 20px 0;
    margin-bottom: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-time {
    color: #999999;
    padding: 0 20px 30px 20px;
    font-size: 16px;
}

/*åˆ†é¡µ*/
.page {
    padding: 20px 0 40px 0;
    text-align: center;
    overflow: hidden;
    clear: both;
    display: flex;
    justify-content: center;
}

.page a {
    display: inline-block;
    margin: 0 3px;
    height: 36px;
    line-height: 36px;
    padding: 0 14px;
    border: #cccccc solid 1px;
    color: #666;
    border-radius: 4px;
}

.page i {
    width: 0;
    height: 0;
    line-height: 0;
    display: block;
    border-width: 5px;
    border-style: solid;
    Filter: Chroma(color=color);
    position: absolute;
    top: 10px;
}

.page .first {
    position: relative;
    padding-top: 10px;
}

.page .last {
    position: relative;
    padding-top: 10px;
}

.page .first i {
    border-color: transparent #999 transparent transparent;
    left: 5px;
}

.page .last i {
    border-color: transparent transparent transparent #999;
    right: 5px;
}

.page a:hover {
    border: #0160a0 solid 1px;
    text-decoration: none;
}

.page .on {
    color: #FFF;
    border: #0160a0 solid 1px;
    background: #0160a0;
}

.page_list {
    padding: 10px 0;
    border-top: #CCC dotted 1px;
    border-bottom: #CCC dotted 1px;
    margin: 20px 0 60px 0;
}

.page_list p {
    line-height: 30px;
    font-size: 16px;
    color: #999999;
    padding: 0 10px;
}

.page_list p a {
    color: #999999;
}

.page_list p a:hover {
    color: #0160a0;
}

.this {
    height: 42px;
    border-bottom: #0160a0 solid 1px;
    line-height: 42px;
    margin-bottom: 45px;
    background: #f0ecec
}

.this a {
    color: #666666;
    font-size: 14px;
}

.this a:hover {
    color: #077fc0;
}

.this .crumbs {
    background: url(../images/crumbs.png)0 12px no-repeat;
    padding-left: 25px;
    color: #666666;
    float: left;
}

.news-list-con {
    padding: 20px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
    color: #333333
}

.news-list-con .tit {
    text-align: center;
    font-size: 20px;

    padding-bottom: 20px;
}

.news-list-con .time {
    text-align: center;
    font-size: 12px;
    color: #999999;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.news-list-con .time span {
    padding-right: 20px;
    padding-left: 20px;
}

.news-list-con .con {
    padding-bottom: 40px;
    line-height: 34px;
}

.news-list-con img {
    margin: 10px auto;
    max-width: 100%;
}

.tzgq-con,
.tzgq-con-2 {
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 66px;
    font-size: 18px;
    display: flex;
    flex-direction: column;

}

.tzgq-con .left-img {

    margin-bottom: 20px;
}

.tzgq-con .left-img img {
    width: 100%;
}

.tzgq-con .right-con {

    margin-right: 8%;
}

.tzgq-con-2 .left-img {

    margin-right: 7%;
    margin-top: 20px;
}

.tzgq-con-2 .left-img img {
    width: 100%;
}

.tzgq-con-2 .right-con {


    padding-bottom: 40px;
}

.tzgq-con-2 h2 {
    font-size: 24px;
    color: #077fc0;
}

.tzgq-con-2 .con {
    font-size: 16px;
    line-height: 30px;
    padding-top: 10px;
}

.tzgq-con-3 {

    line-height: 30px;
    padding: 20px;

}

.tzgq-con-3 .con {
    width: 100%;
}

.tzgq-con-3 h2 {
    font-size: 24px;
    color: #077fc0;
    padding-bottom: 20px;

}

.hr-list {
    border-bottom: 1px dotted #e5e5e5;
    padding: 0 20px;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    margin-bottom: 15px;
    justify-content: space-between;
}

.hr-list:last-child {
    border-bottom: 1px dotted #fff;
}

.hr-list h1 a,
.hr-list h1 {
    font-size: 18px;
    font-weight: bold;
    color: #333;

}

.hr-list h1 a:hover {
    color: #077fc0;
}

.hr-list .time {
    color: #666666;
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
}

.hr-list .hr-con {
    color: #666666;
    font-size: 16px;
    padding-bottom: 30px;
    line-height: 30px;
}

.pm50 {
    padding-bottom: 50px;
}

.hr-content,
.hr-main {

    padding: 10px 20px;
    margin: 0 auto;
}

.hr-content h1 {
    font-size: 24px;
    color: #333;
    padding-bottom: 10px;
    font-weight: bold;
}

.hr-content .time {
    font-size: 14px;
    color: #666
}

.hr-main {
    font-size: 16px;
    line-height: 30px;
    color: #666
}

.hr-main h2 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
}

.right-con {
    color: #333;
    font-size: 16px;
    line-height: 30px;
}

.case-list {
    border-bottom: 1px solid #f4f6f9;
    padding: 10px 10px 20px 10px;
    flex-wrap: wrap;
    display: flex;

    margin: 10px auto;

}

.case-list:last-child {
    border-bottom: 1px solid #fff;
}

.case-list-warp {
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 20px;
    width: 46%;
    flex-direction: row;
    justify-items: center;
    align-items: center;
}

.case-list-warp a {
    width: 100%;
    text-align: center;
    display: block;

}

.case-list-warp img {
    width: 100%;
}

/* 联系我们 */
.contant-warp {
    width: 1400px;
    margin: 0 auto 50px auto;
    display: flex;
    flex-direction: row;
}

.contant-warp .left-w {
    width: 25%;
}

.contant-warp .main-w {
    width: 55%;
    padding: 0 8%;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.contant-warp .right-w {
    width: 20%;
    text-align: right;
}

.main-w h1 {
    font-size: 24px;
    line-height: 44px;
    color: #333333
}

.main-w h2 {
    color: #999999;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 30px;
}

.add {
    font-size: 16px;
    line-height: 30px;
    color: #666
}

.mapdiv {
    width: 1400px;
    height: 555px;
    border: 1px solid #e4e3e3;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    margin-top: 80px;
}

.map {
    width: 1400px;
    height: 555px;

}