@charset "utf-8";
/*banner*/
.carousel-indicators li {
    background-color: #77bc39;
    margin: 0 3px;
    border: none;
}
.carousel-indicators .active {
    background-color: #77bc39;
    height: 10px;
    width: 45px;
    margin: 0 3px;
}


/*icon*/
.icon{
    overflow: hidden;
    padding: 70px 0 80px;
}
.icon .list{
    position: relative;
    z-index: 1;
}
.icon .list .sp-t{
    position: absolute;
    z-index: 2;
    width: 201px;
    height: 100%;
    left: 50%;
    margin-left: -100px;
    text-align: center;
}
.icon .list .sp-t .sp-i{
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 100%;
    background-color: white;
    float: left;
    margin-top: 17px;
    margin-right: 20px;
}
.icon .list .sp-t .sp-i img{
    transition: -webkit-transform 0.8s ease-in-out;
    transition: -moz-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
}
.icon .list .sp-t h3{
    color: white;
    float: left;
    margin-top: 43px;
}
.icon .list .sp-i2{
    position: relative;
}
.icon .list .sp-i2 img{
    width: 100%;
}
.icon .list:hover .sp-i img{
    -webkit-transform: rotate3d(0,1,0,360deg);
    -moz-transform: rotate3d(0,1,0,360deg);
    transform: rotate3d(0,1,0,360deg);
    transition: -webkit-transform 0.8s ease-in-out;
    transition: -moz-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
}


/*诊疗项目*/
.project{
    overflow: hidden;
    padding: 80px 0 85px;
    background-color: #f7f7f7;
}
.project .title h2{
    margin-top: 0;
    color: #3d3d3d;
}
.project .title h4{
    font-size: 20px;
    color: #a4a4a4;
    margin-bottom: 35px;
}
.project .list-m{
    margin: 0 -7px;
}
.project .list{
    padding: 0 7px;
    overflow: hidden;
    padding-bottom: 15px;
}
.project .list .list-i{
    overflow: hidden;
    height: 150px;
    position: relative;
    z-index: 1;
    border-radius: 5px 5px 0 0;
}
.project .list .list-i .list-bc{
    background-color: rgba(30,96,169,.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.project .list img{
    width: 100%;
    height: auto;
}
.project .list h4{
    text-align: center;
    width: 100%;
    margin: 0;
    height: 50px;
    line-height:50px;
    color: #4f4f4f;
    background-color: white;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 0 #dcdcdc;
    -moz-box-shadow:  0 2px 0 #dcdcdc;
    -webkit-box-shadow: 0 2px 0 #dcdcdc;
    transition: all 0.3s ease 0s;
}
.project .list a:hover .list-bc{
    background-color: rgba(255,255,255,0);
    transition: all 0.3s ease 0s;
}
.project .list a:hover h4{
    color: white;
    background-color: #77bc39;
    transition: all 0.3s ease 0s;
}


/*人员介绍*/
.personnel{
    overflow: hidden;
}
.personnel .item{
    padding: 80px 0 0;
    overflow: hidden;
    background-color: #efefef;
}
.personnel .list{
    padding: 0 150px;
    overflow: hidden;
}
.personnel .carousel-caption{
    width: 100%;
    text-align: left;
    top: 0;
    left: 0;
    bottom: 0;
    padding:130px 150px 0 550px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}
.personnel .carousel-caption h3,.personnel .carousel-caption h5{
    color:#999;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.personnel .carousel-caption h3{
    font-weight: bold;
    margin-bottom: 30px;
}
.personnel .carousel-caption h5{
    font-size: 16px;
    line-height: 25px;
}
.personnel .carousel-caption .more{
    display: block;
    width: 170px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    margin-top: 60px;
}
.personnel .fa{
    width: 35px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    background-color: rgba(0,0,0,.35);
}
.personnel .carousel-control.left,.personnel .carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
    width: 35px;
    height: 70px;
    margin-top:16%;
}
.personnel .carousel-control.left{
    left: 70px;
}
.personnel .carousel-control.right {
    right: 70px;
}


/*新闻中心*/
.news{
    overflow: hidden;
    padding: 80px 0 85px;
}
.news .title h2{
    margin-top: 0;
    color: #3d3d3d;
}
.news .title h4{
    font-size: 20px;
    color: #a4a4a4;
    margin-bottom: 35px;
}
.news #myTab{
    display: block;
    padding-bottom: 20px;
    margin:40px auto 45px;
    overflow: hidden;
    width: 680px;
    border: none;
}
.news #myTab.nav-tabs > li {
    text-align: center;
    padding: 0;
    margin:  0 10px;
    cursor: pointer;
    width: 150px;
    background-color: white;
    border-radius: 5px;
    color: #646464;
}
.news #myTab.nav > li > a {
    border-radius: 0;
    background-color: rgba(255,255,255,0);
    border: none;
    color: #8b8b8b;
    font-size: 18px;
    line-height: 30px;
    height: 50px;
    background-color: #e5e5e5;
}
.news #myTab.nav-tabs > li.active > a,.news #myTab .nav-tabs > li.active > a:focus,.news #myTab .nav-tabs > li.active > a:hover {
    border-image: none;
    color: white;
    border: none;
    cursor: pointer;
    height: 50px;
    background-color: #77bc39;
}
.news .list{
    height: 150px;
    overflow: hidden;
    position: relative;
}
.news .sp-tl{
    border-right: 1px solid #dbdbdb;
    padding-right: 50px;
    height: 100%;
    position: absolute;
    left: 0;
}
.news .sp-tl h1{
    color: #6e6e6e;
    margin-top: 0;
}
.news .sp-tl h5{
    color: #909090;
    font-size: 16px;
}
.news .sp-tr{
    border-left: 1px solid #dbdbdb;
    padding-left: 50px;
    height: 100%;
    position: absolute;
    right: 0;
}
.news .sp-tr h4{
    color: #464646;
    font-weight: bold;
    margin-top: 0;
}
.news .sp-tr h5{
    color: #9b9b9b;
    line-height: 25px;
}
.news .sp-dl{
    border-right: 1px solid #dbdbdb;
    padding-right: 50px;
    height: 100%;
    position: absolute;
    left: 0;
}
.news .sp-dl h4{
    color: #464646;
    font-weight: bold;
    margin-top: 0;
}
.news .sp-dl h5{
    color: #9b9b9b;
    line-height: 25px;
}
.news .sp-dr{
    border-left: 1px solid #dbdbdb;
    padding-left: 50px;
    height: 100%;
    position: absolute;
    right: 0;
}
.news .sp-dr h1{
    color: #6e6e6e;
    margin-top: 0;
}
.news .sp-dr h5{
    color: #909090;
    font-size: 16px;
}
.news .list span{
    position: absolute;
    color: #aaa;
    z-index: 1;
    top: -35px;
    left: 50%;
    width: 8px;
    margin-left: -6px;
    right: 0;
    font-size:50px;
}
.news .more{
    display: block;
    width: 170px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    color: #77bc39;
    text-align: center;
    border: 1px solid #77bc39;
    margin:40px auto 15px;
}
.news .list:hover a h4{
    color: #77bc39;
    transition: all 0.3s ease 0s;
}


/*医院简介*/
.about{
    overflow: hidden;
    padding: 80px 0 0;
    background-color: #f7f7f7;
}
.about .title h2{
    margin-top: 0;
    color: #3d3d3d;
}
.about .title h4{
    font-size: 20px;
    color: #a4a4a4;
    margin-bottom: 35px;
}
.about .sp-t{
    color: #838383;
}
.about .sp-t h5{
    margin-top: 0;
    line-height: 25px;
    padding:0 80px;
}
.about .sp-t .more{
    display: block;
    width: 170px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    color: #77bc39;
    text-align: center;
    border: 1px solid #77bc39;
    margin:40px auto 55px;
}
.about .picScroll-left{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: auto;
}
.about .picScroll-left .bd ul{
    overflow:hidden;
}
.about .picScroll-left .bd ul li{
    margin:0 ;
    width:33.33333%;
    float:left;
    display:inline;
    overflow:hidden;
    text-align:center;
    background-color: white;
}
.about .picScroll-left .bd ul li .pic a{
    width: 100%;
    height: 355px;
    overflow: hidden;
    display: block;
    margin: auto;
}
.about .picScroll-left .bd ul li .pic img{
    display:block;
    margin: auto ;
    width: 100%;
    height: auto;
}


/*健康科普*/
.health-box{
    overflow: hidden;
    margin-top: 130px;
}
.health-box .list{
    overflow: hidden;
}
.health-box .list a{
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 10px 15px 10px 10px;
    border: 1px solid #fff;
    transition: all 0.3s ease 0s;
}
.health-box .list .list-i{
    height: 160px;
    overflow: hidden;
}
.health-box .list .list-i img{
    width: 100%;
    height: auto;
}
.health-box .list .list-sp h3{
    color: #050505;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
    margin-top: 10px;
}
.health-box .list .list-sp h5{
    color: #666;
    margin-top: 15px;
    line-height: 20px;
    text-align: justify;
}
.health-box .list .list-sp span{
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: white;
    text-align: center;
    margin-top: 20px;
    background-color: #77bc39;
    transition: all 0.3s ease 0s;
}
.health-box .list a:hover{
    background-color: #f5f8fa;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease 0s;
}
.health-box .list a:hover span{
    background-color: #00549e;
    transition: all 0.3s ease 0s;
}

/*详情*/
.health-show{
    overflow: hidden;
    margin-top: 150px;
}
.health-show .health-t {
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d2d2d2;
}
.health-show .health-t h2{
    margin: 0;
    color: #2c2c2c;
    font-weight: bold;
}
.health-show .health-t span{
    margin-top: 8px;
    margin-right: 5px;
    color: #666;
}
.health-show .health-h5{
    overflow: hidden;
}
.health-show .health-h5 h5{
    margin: 0 0 10px 0;
    color: #535353;
    text-align: justify;
    text-indent: 2em;
    line-height: 25px;
}


/*就诊服务*/
/*就诊流程*/
.service-box{
    overflow: hidden;
    margin-top: 150px;
}
.service-box .service-t {
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d2d2d2;
}
.service-box .service-t h2{
    margin: 0;
    color: #2c2c2c;
    font-weight: bold;
}
.service-box .service-t span{
    margin-top: 8px;
    margin-right: 5px;
    color: #666;
}
.service-box .service-h5{
    overflow: hidden;
    color: #535353;
}
.service-box .service-h5 .list-b{
    margin-bottom: 30px;
}
.service-box .service-h5 h4{
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
}
.service-box .service-h5 h5{
    margin: 0 0 10px 0;
    color: #535353;
    text-align: justify;
    line-height: 25px;
}


/*离线预约*/
.show-input{
    overflow: hidden;
    width: 770px;
    margin: auto;
}
.show-input h3{
    font-weight: bold;
    color: #333;
    margin-bottom: 35px;
}
.show-input .list {
    overflow: hidden;
    width: 100%;
    margin-bottom: 18px;
}
.show-input .list .sp-t{
    width: 100px;
    color: #2c2c2c;
    height: 30px;
    line-height: 30px;
}
.show-input .list .sp-t span{
    display: block;
    width: 7px;
    height: 32px;
    line-height: 32px;
    float: left;
    color: #ff0000;
    margin-right: 5px;
}
.show-input .list .list-fl{
    width: 670px;
}
.show-input .list .list-fl .list-fls{
    width: 100px;
    height: 32px;
    line-height: 32px;
}
.show-input .list .list-fl .list-fls input{
    float: left;
    height: 32px;
    line-height: 32px;
    margin-top: 1px;
    margin-right: 5px;
    font-size: 13px;
}
.show-input .list-inp input{
    float: left;
    width: 670px;
    height: 30px;
    line-height:15px;
    padding:0 15px;
    font-size: 13px;
    border: 1px solid #e5e5e5;
}
.show-input .list-inp textarea{
    width: 670px;
    resize: none;
    padding: 10px 15px;
    height: 260px;
    border: 1px solid #e5e5e5;
    font-size: 13px;
}
.show-input .sub {
    width: 170px;
    height: 40px;
    line-height: 40px;
    margin: 35px auto 0;
}
.show-input .sub input{
    width: 170px;
    height: 40px;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 21px;
    font-size: 13px;
    background-color: #77bc39;
    border: none;
    border-radius: 5px;
    margin-left: 50px;
}

/*select 样式美化*/
.show-input .list-sel{
    background: url("../images/arrow.png") right 10px center no-repeat;
    /* the width and the height of your image */
    overflow: hidden;
    background-color:#fff;
}
.show-input .list-sel select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:transparent;
    width: 670px;
    padding: 0 15px 0 10px;
    border: 1px solid #e5e5e5;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}
select::-ms-expand { display: none; }
.show-input .list-sel select option{
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 6px 15px 0 10px;
    color: #999;
}


/*日期*/
.layui-laydate .layui-this {
    background-color: #009688 !important;
    color: #fff !important;
}
.show-input .list-sel input{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:transparent;
    width: 670px;
    padding: 0 15px 0 10px;
    border: 1px solid #e5e5e5;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}


/*男女*/
.demo--label{margin:0 30px 0 0;display:inline-block;line-height: 30px;font-weight:100;    color: #999;}
.demo--radio{display:none}
.demo--radioInput{background-color:#fff;border:1px solid rgba(0,0,0,0.15);border-radius:100%;display:inline-block;height:16px;margin-right:8px;margin-top:0;vertical-align:middle;width:16px;line-height:1}
.demo--radio:checked + .demo--radioInput:after{background-color:#77bc39;border-radius:100%;content:"";display:inline-block;height:8px;margin:3px ;width:8px}
.demo--checkbox.demo--radioInput,.demo--radio:checked + .demo--checkbox.demo--radioInput:after{border-radius:0}


/*专家排班*/
.expert-box{
    overflow: hidden;
    padding: 0;
}
.expert-box .ul1{
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-right: none;
    overflow: hidden;
}
.expert-box .ul1 li{
    overflow: hidden;
    display: block;
    float: left;
    width: 12.5%;
    height: 95px;
    color: #575757;
    border-right: 1px solid #e5e5e5;
}

/*第一个*/
.expert-box .ul1 .li-f{
    background-color: #c5dbb1;
    line-height: 95px;
}
/*星期*/
.expert-box .ul1 li .h6{
    height: 55px;
    margin: 0;
    line-height: 55px;
}
/*上午、下午*/
.expert-box .ul1 li .li-h6{
    overflow: hidden;
    background-color: #77bc39;
    margin: 0;
}
.expert-box .ul1 li .li-h6 h6{
    width: 50%;
    margin: 0;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.expert-box .ul1 li .li-h6 .li-h66{
    background-color: #c5dbb1;
    border-left: 1px solid #e5e5e5;
}
.expert-box .ul2{
    display: block;
    width: 100%;
    border-left: 1px solid #e5e5e5;
    border-right: none;
    overflow: hidden;
}
.expert-box .ul2 li{
    overflow: hidden;
    display: block;
    float: left;
    width: 12.5%;
    height: 40px;
    line-height: 40px;
    color: #575757;
    border-right: 1px solid #e5e5e5;
}
.expert-box .ul2 li .li-h6{
    overflow: hidden;
    margin: 0;
    color: #fff;
}
.expert-box .ul2 li .li-h6 h6{
    width: 50%;
    margin: 0;
    height: 40px;
    line-height: 40px;
    color: #575757;
    font-size: 12px;
}
.expert-box .ul2 li .li-h6 .li-h62{
    line-height: 20px;
}
.expert-box .ul2 li .li-h6 .li-h66{
    border-left: 1px solid #e5e5e5;
}
.expert-box .ul3{
    display: block;
    width: 100%;
    border-right: none;
    overflow: hidden;
    background-color: #eee;
}


/*联系我们*/
.contact-box{
    overflow: hidden;
    margin-top: 150px;
}
.contact-box .contact-t {
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.contact-box .contact-t h2{
    margin: 0;
    color: #2c2c2c;
    font-weight: bold;
}
.contact-box .contact-t span{
    margin-top: 8px;
    margin-right: 5px;
    color: #666;
}
.contact-box .contact-h5{
    overflow: hidden;
    color: #555;
}
.contact-box .contact-h5 .list-b{
    margin-top: 25px;
}
.contact-box .contact-h5 .list-b img{
    width: 100%;
    height: auto;
}


/*资讯动态*/
.news-box{
    overflow: hidden;
    margin-top: 130px;
}
.news-box .list{
    overflow: hidden;
}
.news-box .list a{
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 10px 15px 10px 10px;
    border: 1px solid #fff;
    transition: all 0.3s ease 0s;
}
.news-box .list .list-i{
    height: 160px;
    overflow: hidden;
}
.news-box .list .list-i img{
    width: 100%;
    height: auto;
}
.news-box .list .list-sp h3{
    color: #050505;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
    margin-top: 10px;
}
.news-box .list .list-sp h5{
    color: #666;
    margin-top: 15px;
    line-height: 20px;
    text-align: justify;
}
.news-box .list .list-sp span{
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: white;
    text-align: center;
    margin-top: 20px;
    background-color: #77bc39;
    transition: all 0.3s ease 0s;
}
.news-box .list a:hover{
    background-color: #f5f8fa;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease 0s;
}
.news-box .list a:hover span{
    background-color: #00549e;
    transition: all 0.3s ease 0s;
}


/*详情*/
.news-show{
    overflow: hidden;
    margin-top: 150px;
}
.news-show .news-t {
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d2d2d2;
}
.news-show .news-t h2{
    margin: 0;
    color: #2c2c2c;
    font-weight: bold;
}
.news-show .news-t span{
    margin-top: 8px;
    margin-right: 5px;
    color: #666;
}
.news-show .news-h5{
    overflow: hidden;
}
.news-show .news-h5 img{ max-width:100%;
}
.news-show .news-h5 h5{
    margin: 0 0 10px 0;
    color: #535353;
    text-align: justify;
    text-indent: 2em;
    line-height: 25px;
}


/*医院简介*/
.about-box{
    overflow: hidden;
    margin-top: 150px;
}
.about-box .about-t {
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d2d2d2;
}
.about-box .about-t2 {
    margin-bottom: 10px;
}
.about-box .about-t h2{
    margin: 0;
    color: #2c2c2c;
    font-weight: bold;
}
.about-box .about-t span{
    margin-top: 8px;
    margin-right: 5px;
    color: #666;
}

/*先进设备*/
.about-product{
    overflow: hidden;
    padding: 0;
}
.about-product .row{
    margin: 0 -5px;
}
.about-product .list{
    text-align: center;
    padding: 0 5px;
    margin-bottom: 30px;
}
.about-product .list .list-bor{
    border: 1px solid #dcdcdc;
    padding:15px;
}
.about-product .list .list-bor .list-i{
    overflow: hidden;
    height: 165px;
    padding: 10px;
}
.about-product .list .list-bor .list-i img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.about-product .list h5{
    color: #5a5a5a;
}
.about-product .page-box .pagination{
    margin-bottom: 0;
    margin-top: 20px;
}
.about-product .list:hover .list-bor .list-i img{
    -webkit-transform: scale(1.1,1.13);
    -moz-transform: scale(1.1,1.13);
    -o-transform:  scale(1.1,1.13);
    transform: scale(1.1,1.13);
    transition: all 0.5s ease 0s;
}


/*详情*/
.product-show{
    overflow: hidden;
    margin-top: 150px;
}
.product-show .product-t {
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d2d2d2;
}
.product-show .product-t h2{
    margin: 0;
    color: #2c2c2c;
    font-weight: bold;
}
.product-show .product-t span{
    margin-top: 8px;
    margin-right: 5px;
    color: #666;
}
.product-show .product-h5{
    overflow: hidden;
}
.product-show .product-h5 h5{
    margin: 0 0 10px 0;
    color: #535353;
    text-align: justify;
    text-indent: 2em;
    line-height: 25px;
}

/*医院环境*/
.about-environment{
    overflow: hidden;
    padding: 0;
}
.about-environment .row{
    margin: 0 -5px;
}
.about-environment .list{
    text-align: center;
    padding: 0 5px;
    margin-bottom: 30px;
}
.about-environment .list .list-bor .list-i{
    overflow: hidden;
    height: 155px;
}
.about-environment .list .list-bor .list-i img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.about-environment .list h5{
    color: #5a5a5a;
}
.about-environment .page-box .pagination{
    margin-bottom: 0;
    margin-top: 20px;
}
.about-environment .list:hover img{
    -webkit-transform:scale(1.24,1.2);
    -moz-transform: scale(1.24,1.2);
    -o-transform:scale(1.24,1.2);
    transform: scale(1.24,1.2);
    transition: all 0.5s ease 0s;
}


/*医院简介*/
.about-box .about-s{
    overflow: hidden;
    width: 100%;
}
.about-box .about-s .list-b{
    margin-bottom: 30px;
}
.about-box .about-s .list-b img{
    width: 100%;
    height: auto;
}
.about-box .about-s h4{
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
    color: #262626;
}
.about-box .about-s .h4{
    font-size: 16px;
    color: #535353;
}
.about-box .about-s h5{
    margin: 0 0 10px 0;
    color: #535353;
    text-align: justify;
    line-height: 25px;
    text-indent: 2em;
}

/*专家团队*/
.about-team{
    overflow: hidden;
}
.about-team .list{
    overflow: hidden;
    margin: 10px 10px 30px 10px;
    transition: all 0.3s ease 0s;
}
.about-team .list .list-i{
    width: 50%;
    position: relative;
    height: 240px;
    overflow: hidden;
}
.about-team .list .list-i img{
    width: 100%;
    height: auto;
}
.about-team .list .list-i .sp-t{
    position: absolute;
    width: 80%;
    bottom: 5px;
    right: 0;
    z-index: 2;
    color: #fff;
    padding: 8px 15px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
}
.about-team .list .list-i .sp-t span{
    font-size: 18px;
    color: #fc9e07;
    margin-right: 5px;
}
.about-team .list .list-sp{
    width: 50%;
    padding-left: 25px;
    padding-right: 10px;
    color: #434343;
}
.about-team .list .list-sp h6{
    color: #878787;
    text-align: justify;
    line-height: 18px;
}
.about-team .list .list-sp a{
    display: block;
    float: left;
    width: 60px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin-right: 15px;
    margin-top: 45px;
    background-color: #77bc39;
}
.about-team .list .list-sp .list-a{
    background-color: #0055a4;
}
.about-team .list:hover{
    -moz-box-shadow: 0 3px 8px #b1b1b1, 0 0 8px #e0e0e0, 0 3px 8px #e0e0e0;
    -webkit-box-shadow: 0 3px 8px #b1b1b1, 0 0 8px #e0e0e0, 0 3px 8px #e0e0e0;
    box-shadow: 0 3px 8px #b1b1b1, 0 0 8px #e0e0e0, 0 3px 8px #e0e0e0;
    transition: all 0.5s ease 0s;
}
.about-team .page-box .pagination{
    margin-top: 20px;
}


/*详情*/
.about-team-s{
    overflow: hidden;
}
.about-team-s .list{
    overflow: hidden;
}
.about-team-s .list .list-i{
    width: 23%;
    position: relative;
    height: 240px;
    overflow: hidden;
}
.about-team-s .list .list-i img{
    width: 100%;
    height: auto;
}
.about-team-s .list .list-i .sp-t{
    position: absolute;
    width: 80%;
    bottom: 5px;
    right: 0;
    z-index: 2;
    color: #fff;
    padding: 8px 15px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
}
.about-team-s .list .list-i .sp-t span{
    font-size: 18px;
    color: #fc9e07;
    margin-right: 5px;
}
.about-team-s .list .list-sp{
    width:77%;
    padding-left: 25px;
    padding-right: 10px;
    color: #434343;
}
.about-team-s .list .list-sp h3{
    margin-bottom: 15px;
}
.about-team-s .list .list-sp h6{
    color: #878787;
    text-align: justify;
    line-height: 18px;
}
.about-team-s .list .list-sp h5{
    color: #77bc39;
}
.about-team-s .list .list-sp .list-a {
    overflow: hidden;
}
.about-team-s .list .list-sp .list-a span{
    margin-top: 10px;
}
.about-team-s .list .list-sp .list-a a{
    display: block;
    float: left;
    width: 110px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: #0055a4;
}
.about-team-s .list .list-sp .list-a2 {
    overflow: hidden;
}
.about-team-s .list .list-sp .list-a2 span{
    margin-top: 5px;
}
.about-team-s .list .list-sp .list-a2 a{
    display: block;
    float: left;
    width: 110px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: #77bc39;
}
.about-team-s .list .list-bor{
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    margin-top: 30px;
    margin-bottom: 30px;
}
.about-team-s .list .last-bor{
    margin-bottom: 0;
}
.about-team-s .sp-d{
    color: #555;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dcdcdc;
}
.about-team-s .sp-d h4{
    margin-top: 30px;
}
.about-team-s .sp-d h5{
    margin: 0;
    line-height: 25px;
    text-align: justify;
}
.about-team-s .sp-dd{
    overflow: hidden;
    padding-top: 35px;
}
.about-team-s .sp-dd .sp-t{
    color: #77bc39;
    margin-bottom: 10px;
}
.about-team-s .sp-dd .sp-t span{
    color: #0055a4;
    font-size: 18px;
    margin-right: 10px;
}
.about-team-s .sp-dd .ul1{
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-right: none;
    overflow: hidden;
}
.about-team-s .sp-dd .ul1 li{
    overflow: hidden;
    display: block;
    float: left;
    width: 12.5%;
    height: 70px;
    color: #fff;
    border-right: 1px solid #e5e5e5;
}

/*第一个*/
.about-team-s .sp-dd .ul1 .li-f{
    background-color: #77bc39;
    line-height: 70px;
}
.about-team-s .sp-dd .ul1 .li-f2{
    background-color: #accd8d;
    padding-top: 15px;
}
.about-team-s .sp-dd .ul1 .li-f2 h6{
    margin: 5px 0;
}
.about-team-s .sp-dd .ul1 .li-f3{
    background-color: #77bc39;
}


.about-team-s .sp-dd .ul2{
    display: block;
    width: 100%;
    border-left: 1px solid #e5e5e5;
    border-right: none;
    overflow: hidden;

}
.about-team-s .sp-dd .ul2 li{
    overflow: hidden;
    display: block;
    float: left;
    width: 12.5%;
    height: 40px;
    line-height: 40px;
    color: #0055a4;
    border-right: 1px solid #e5e5e5;
}
.about-team-s .sp-dd .ul2 li .li-h6{
    overflow: hidden;
    margin: 0;
    color: #fff;
}
.about-team-s .sp-dd .ul2 li .li-h6 h6{
    width: 50%;
    margin: 0;
    height: 40px;
    line-height: 40px;
    color: #575757;
    font-size: 12px;
}
.about-team-s .sp-dd .ul2 li .li-h6 .li-h62{
    line-height: 20px;
}
.about-team-s .sp-dd .ul2 li .li-h6 .li-h66{
    border-left: 1px solid #e5e5e5;
}
.about-team-s .sp-dd .ul3{
    display: block;
    width: 100%;
    border-right: none;
    overflow: hidden;
    background-color: #eee;
}


/*科室简介*/
.department{
    overflow: hidden;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #eceff8;
}
.department .sp-t{
    overflow: hidden;
    padding: 0 50px ;
}
.department .sp-t .sp-td{
    font-size: 24px;
    color: #0055a4;
    font-weight: bold;
    line-height: 55px;
    overflow: hidden;
    margin-bottom: 35px;
}
.department .sp-t .sp-td img{
    margin-right: 20px;
}
.department .sp-t h4{
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    text-indent: 2em;
    color: #5f5f5f;
}
.department .sp-t h4 a{
    color: #77bc39;
}
.department .sp-t .sp-ta{
    overflow: hidden;
    width: 510px;
    margin-top: 40px;
}
.department .sp-t .sp-ta a{
    display: block;
    width: 200px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #77bc39;
    border-radius: 10px;
    margin-left: 55px;
}
.department .sp-t .sp-ta .last-a{
    background-color: #0055a4;
}

.project-box{
    overflow: hidden;
    padding-top: 90px;
}
.project-box h1{
    font-weight: bold;
    color: #0055a4;
    font-size: 48px;
    margin: 0 0 40px 0;
}
.project-box .row{
    margin: 0 -7px;
}
.project-box .list{
    overflow: hidden;
    position: relative;
    padding: 0 7px;
}
.project-box .list .list-sp{
    position: relative;
}
.project-box .list .list-sp .list-i{
    height: 180px;
    overflow: hidden;
}
.project-box .list .list-sp .list-i img{
    width: 100%;
    height: auto;
}
.project-box .list .list-sp h5{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 50px 15px;
    margin: 0;
    line-height: 20px;
    background-color: rgba(0,85,164,.8);
    display: none;
}
.project-box .list h3{
    color: #77bc39;
    font-weight: bold;
    background-color: #fff;
    margin: 0;
    height: 80px;
    line-height: 80px;
        border-top: #eceff8 solid 7px;
}
.project-box .list:hover .list-sp h5{
    display: block;
}


.project-box2{
    overflow: hidden;
    padding-top: 65px;
}
.project-box2 h1{
    font-weight: bold;
    color: #0055a4;
    font-size: 48px;
    margin: 0 0 40px 0;
}
.project-box2 .ul1{
    display: block;
    width: 25%;
    overflow: hidden;
    float: left;
}
.project-box2 .ul1 li{
    display: block;
    width: 85%;
    height: 70px;
    line-height: 70px;
    color: #77bc39;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    background-color: #fff;
    position: relative;
}
.project-box2 .ul1 .li{
    color: #fff;
    background-color: #77bc39;
}
.project-box2 .ul1 .li .triangle-right {
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -10px;
    right: -15px;
    position: absolute;
    border-top: 10px solid transparent;
    border-left: 15px solid #77bc39;
    border-bottom: 10px solid transparent;
    display: none;
}

.project-box2 .ul2{
    display: block;
    width: 75%;
    overflow: hidden;
    float: left;
    background-color: #fff;
}
.project-box2 .ul2 li{
    /*display: block;*/
    overflow: hidden;
    width: 100%;
    display: none;
}
.project-box2 .ul2 li .li-i{
    width: 46%;
    height: 294px;
    overflow: hidden;
}
.project-box2 .ul2 li .li-i img{
    width: 100%;
    height: auto;
}
.project-box2 .ul2 li .li-sp{
    width:54%;
    padding: 0 14px;
}
.project-box2 .ul2 li .li-sp h4{
    color: #77bc39;
    margin-top: 25px;
    font-size: 16px;
    margin-bottom: 8px;
}
.project-box2 .ul2 li .li-sp h5{
    color: #757575;
    line-height: 20px;
    margin: 0;
    text-align: justify;
}

.project-box3{
    overflow: hidden;
    padding-top: 65px;
}
.project-box3 h1{
    font-weight: bold;
    color: #0055a4;
    font-size: 48px;
    margin: 0 0 40px 0;
}
.project-box3 .row{
    margin: 0 -10px;
}
.project-box3 .list{
    overflow: hidden;
    padding:  0 10px;
}
.project-box3 .list .list-i{
    height: 250px ;
    overflow: hidden;
}
.project-box3 .list .list-i img{
    width: 100%;
    height: auto;
}
.project-box3 .list .list-sp{
    background-color: #fff;
    overflow: hidden;
    padding:10px 15px;
    min-height: 165px;
}
.project-box3 .list .list-sp h3{
    color: #77bc39;
    font-weight: bold;
    margin-bottom: 15px;
}
.project-box3 .list .list-sp h4{
    color: #5b5b5b;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
}

.project-box4{
    overflow: hidden;
    padding-top: 65px;
}
.project-box4 h1{
    font-weight: bold;
    color: #0055a4;
    font-size: 48px;
    margin: 0 0 40px 0;
}
.project-box4 .row{
    margin: 0 -5px;
}
.project-box4 .list{
    overflow: hidden;
    padding:  0 5px;
}
.project-box4 .list .list-i{
    height: 135px ;
    overflow: hidden;
}
.project-box4 .list .list-i img{
    width: 100%;
    height: auto;
}
.project-box4 .list .list-sp{
    background-color: #fff;
    overflow: hidden;
    padding:10px 15px;
    min-height: 215px;
}
.project-box4 .list .list-sp h4{
    color: #77bc39;
    margin-bottom: 15px;
}
.project-box4 .list .list-sp h5{
    color: #5b5b5b;
    line-height: 20px;
    text-align: left;
}

.project-box4 .sp-d{
    overflow: hidden;
    margin-top: 20px;
    padding: 25px 15px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.project-box4 .sp-d h1{
    float: left;
    width: 33.33333%;
    font-size: 36px;
    margin: 0;
    line-height: 154px;
}
.project-box4 .sp-d ul{
    overflow: hidden;
    display: block;
    float: right;
    width: 66.666666%;
    padding:0 20px;
}
.project-box4 .sp-d ul li{
    display: block;
    float: left;
    width: 33.33333%;
    padding: 0 5px;
}
.project-box4 .sp-d ul li .li-i{
    overflow: hidden;
    height: 109px;
}
.project-box4 .sp-d ul li img{
    width: 100%;
    height: auto;
}
.project-box4 .sp-d ul li h4{
    color: #fff;
    background-color: #77bc39;
    margin: 0;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}
.project-box4 .sp-bg{
    position: relative;
    top: -29px;
    left: 0;
    width: 100%;
}
.project-box4 .sp-bg img{
    width: 100%;
    height: auto;
}

/*屈光矫治--重定义*/
.department .sp-t2 .h4{
    margin-top: 0;
}
.department-project2{
    overflow: hidden;
    width: 100%;
    background-color: #fff;
}
.department-project2 .project-box{
    padding-top: 65px;
}
.department-project2 .list{
    overflow: hidden;
    margin-bottom: 50px;
}
.department-project2 .list h4{
    font-weight: bold;
    color: #77bc39;
    margin: 0;
    line-height: 30px;
}
.department-project22{
    overflow: hidden;
    width: 100%;
    padding-bottom: 50px;
    background-color: #eceff8;
}
.department-project22 .project-box{
    padding-top: 65px;
}
.department-project22 .list .list-sp .list-i{
    height: 210px;
}
.department-project22 .list:hover h3{
    color: #fff;
    background-color:#77bc39;
}
.all-box .all-team-project2 .list {
    margin-bottom: 10px;
}
.all-box .sp-dd .ul2 .this:hover{
    background-color: #0055a4;
    color: #fff;
}

/*视光配镜*/
.department-project3{
    overflow: hidden;
}
.department-project3 .sp-d{
    margin-top: 0;
}
.department-project3 .sp-td{
    overflow: hidden;
    float: left;
    width: 33.33333%;
}
.department-project3 .sp-td h1{
    font-size: 50px;
    width: 100%;
    margin: 0;
    line-height: 90px;
}
.department-project3 .sp-td h4{
    font-size: 16px;
    color: #676767;
    padding: 0 25px;
    line-height: 22px;
}
.department-project3 .sp-dt{
    width: 66.666666%;
    overflow: hidden;
}
.department-project3 .sp-dt h3{
    margin-bottom: 20px;
    color: #0055a4;
}
.department-project3 .sp-dt ul {
    width: 100%;
}
.department-project3 .sp-dt ul li{
    width: 25%;
}
.department-project33{
    overflow: hidden;
    padding-bottom: 5px;
}
.department-project33 .project-box{
    padding-top: 40px;
}
.department-project33 .row{
    margin: 0 -10px;
}
.department-project33 .list{
    padding: 0 10px;
}
.department-project33 .list .list-bg{
    background-color: #fff;
    padding:10px  15px;
}
.department-project33 .list .list-bg img{
    width: 100%;
    height: auto;
}
.department-project33 .list .list-bg h4 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.department-project33 .list .list-bg h4 strong{
    color: #77bc39;
}
.department-project33 .list .list-bg h4 a{
    margin: 0 5px;
    color: #555;
}
.department-project33 .list .list-bg h4 a:hover{
    color: #77bc39;
}

/*白内障*/
.department-project4 .project-box4 .sp-d ul li .li-i {
    height: 130px;
}
.department-project4 .project-box4 .sp-d h1{
    width: 100%;
    margin: 10px 0 40px 0;
    line-height: 48px;
    font-size: 48px;
}
.department-project4 .project-box4 ul{
    width: 100%;
    padding-bottom: 10px;
}
.department-project4 .project-box4 ul li{
    width: 20%;
}
.department-project44 .project-box3{
    padding-top: 45px;
}
.department-project44 .project-box3 .list .list-sp {
    background-color: #fff;
    overflow: hidden;
    padding: 10px 15px 15px;
    min-height: 0;
}
.department-project45 .project-box3{
    padding-top: 65px;
}
.department-project45 .project-box3 .list{
    width: 50%;
}
.department-project45 .project-box3 .list .list-i{
    height:  365px;
}
.department-project45 .picScroll-left2{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: auto;
}
.department-project45 .picScroll-left2 .hd .prev{display:block;  float:left; margin-left:5px; margin-top:85px;  overflow:hidden;
    cursor:pointer; }
.department-project45 .picScroll-left2 .hd .next{ display:block;  float:right; margin-right:5px; margin-top:85px;  overflow:hidden;
    cursor:pointer; }
.department-project45 .picScroll-left2 .bd .picList{
    padding-left: 20px;
    overflow:hidden;
}
.department-project45 .picScroll-left2 .bd ul li{
    margin:0 10px;
    width:254px;
    float:left;
    display:inline;
    overflow:hidden;
    text-align:center;
}
.department-project45 .picScroll-left2 .bd ul li .pic a{
    overflow: hidden;
    display: block;
    margin: auto;
}
.department-project45 .picScroll-left2 .bd ul li .pic a .pic-i{
    height: 195px;
    background-color: white;
    overflow: hidden;
}
.department-project45 .picScroll-left2 .bd ul li .pic img{
    display:block;
    margin: auto ;
    width: 100%;
    height: auto;
}
.department-project45 .picScroll-left2 .bd ul li .pic a h3{
    color: #fff;
    background-color: #77bc39;
    font-weight: bold;
    margin: 0;
    font-size: 18px;
    line-height: 55px;
    height: 55px;
}

/*小儿眼科*/
.department-project5 .project-box4 .sp-d{
    overflow: hidden;
    margin-top: 0px;
    padding: 25px 15px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.department-project5 .project-box4 .sp-d h1{
    float: left;
    width: 100%;
    font-size: 48px;
    margin:  10px 0 40px 0;
    line-height: 48px;
}
.department-project5 .project-box4 .sp-d ul{
    overflow: hidden;
    display: block;
    float: right;
    width: 100%;
    padding:0 20px;
}
.department-project5 .project-box4 .sp-d ul li{
    display: block;
    float: left;
    width: 16.666666%;
    padding: 0 5px;
    margin-bottom: 20px;
}
.department-project5 .project-box4 .sp-d ul li .li-i{
    overflow: hidden;
    height: 109px;
}
.department-project5 .project-box4 .sp-d ul li img{
    width: 100%;
    height: auto;
}
.department-project5 .project-box4 .sp-d ul li h4{
    color: #fff;
    background-color: #77bc39;
    margin: 0;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

/*眼底病*/
/*无*/

/*眼整形*/
.department-project7 .project-box3 .list{
    margin-bottom: 20px;
}
.department-project7 .project-box3 .list .list-i{
    height: 240px ;
    overflow: hidden;
}

/*综合眼病*/
.department-project8 .project-box4 .sp-d{
    overflow: hidden;
    margin-top: 0;
    padding: 0 15px;
    background-color: #eceff8;
    position: relative;
    z-index: 1;
}
.department-project8 .project-box4 .sp-d h1{
    float: left;
    width: 100%;
    font-size: 48px;
    margin:  10px 0 40px 0;
    line-height: 48px;
}
.department-project8 .project-box4 .sp-d ul{
    overflow: hidden;
    display: block;
    float: right;
    width: 100%;
    padding:0 20px;
}
.department-project8 .project-box4 .sp-d ul li{
    display: block;
    float: left;
    width: 16.666666%;
    padding: 0 5px;
    margin-bottom: 20px;
}
.department-project8 .project-box4 .sp-d ul li .li-i{
    overflow: hidden;
    height: 150px;
}
.department-project8 .project-box4 .sp-d ul li img{
    width: 100%;
    height: auto;
}
.department-project8 .project-box4 .sp-d ul li h4{
    color: #fff;
    background-color: #77bc39;
    margin: 0;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

/*老视门诊*/
.department-project9{
    overflow: hidden;
}
.department-project9 .sp-d .sp-td,.department-project9 .sp-d .sp-dt{
    width: 50%;
    overflow: hidden;
    float: left;
    padding: 0 25px;
}
.department-project9 .sp-d .sp-td h1{
    width: 100%;
    line-height: 48px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.department-project9 .sp-d .sp-td h4{
    font-size: 16px;
    color: #676767;
    line-height: 22px;
}
.department-project9 .sp-d .sp-dt img{
    width: 100%;
    height: auto;
}
.department-project99{
    overflow: hidden;
}
.department-project99 .project-box{
    position: relative;
    padding-top: 40px;
}
.department-project99 .project-box h1{
    position: relative;
    margin-bottom: 30px;
}
.department-project99 .project-box h4{
    position: relative;
    margin-bottom: 40px;
    color: #868686;
}
.department-project99 .project-box .list{
    position: relative;
}
.department-project99 .project-box .list .list-i{
    height: 525px;
    overflow: hidden;
}
.department-project99 .project-box .list img{
    width: 100%;
    height: auto;
}
.department-project99 .project-box .list h3{
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 50%;
    margin-top: -60px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    color: #fff;
    text-align: center;
    background-color: #77bc39;
    border-radius: 100%;
}
.department-project98 .project-box4 .sp-d{
    padding: 0;
}
.department-project98 .project-box4 .sp-d ul{
    padding: 0;
}
.department-project98 .project-box4 .sp-d ul li{
    display: block;
    float: left;
    width: 25%;
    padding: 0 5px;
    margin-bottom: 20px;
}
.department-project98 .project-box4 .sp-d ul li .li-i{
    height: 210px;
}
.department-project97 .project-box{
    padding-top: 65px;
}
.department-project97 .project-box .list-s{
    overflow: hidden;
    width: 43%;
    float: left;
}
.department-project97 .project-box .list-s2{
    width: 14%;
    margin-top: 90px;
    padding: 0 15px;
}
.department-project97 .project-box .list-s1{
    background-color: #fff;
    padding: 0 15px;
}
.department-project97 .project-box .list-s1 h2{
    font-size: 30px;
    font-weight: bold;
    color: #77bc39;
    height: 90px;
    line-height: 100px;
    margin: 0;
}
.department-project97 .project-box .list-s1 h4{
    border-top: 1px solid #bebebe;
    height: 70px;
    line-height: 70px;
    color: #383838;
    margin: 0;
    font-size: 17px;
}
.department-project97 .project-box .list-s2 h3{
    font-weight: bold;
    border-top: 1px solid #bebebe;
    height: 70px;
    line-height: 70px;
    color: #383838;
    margin: 0;
}


/*白内障--专家团队*/
.project4-box{
    overflow: hidden;
}
.project4-box .all-team .list .list-i{
    width: 31.8%;
    height: 330px;
    margin-top: 25px;
}
.project4-box .all-team .list .list-sp{
    width: 68.2%;
    padding: 30px 35px 0 50px;
}
.project4-box .all-team .list .list-sp a{
    width: 110px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
}
.project4-box .all-team .list .list-sp h4{
    font-size: 16px;
}
.project4-box .all-team .list .list-sp h3{
    margin-bottom: 20px;
    margin-top: 35px;
}
.project4-box .all-team .list .list-sp h5{
    font-size: 16px;
    margin-bottom: 20px;
}
.project4-box .all-team .list .list-sp h6{
    line-height: 20px;
    margin-bottom: 20px;
}
.project4-box .marquee-box{
    position: relative;
}
#marquee2 {
    position:absolute;
    top:25px;
    right:5%;
    width:90%;
    height:330px;
    overflow:hidden;
    border:1px solid #d2d2d2;
    bottom: 0;
}
#marquee2 ul{
    overflow: hidden;
    display: block;
}
#marquee2 ul li {
    display: block;
    float:left;
    width: 100%;
    height: 110px;
}
#marquee2 ul li img {
    display:block;
}
#marquee2 ul li .list{
    position: relative;
    color: #fff;
    overflow: hidden;
    height: 100%;
    margin: 0;
    padding:10px 15px;
}
#marquee2 ul li .list .list-i{
    width: 30%;
    height: 90px;
    margin: 0;
}
.project4-box .all-team .list:hover{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow:none;
}
.project4-box .all-team .marquee-box .list:hover{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow:none;
    background-color: #eceff8;
}
.project4-box .all-team .marquee-box .list .list-sp{
    width: 70%;
    padding: 0 15px;
}
.project4-box .all-team .marquee-box .list .list-sp h4{
    color: #3a3a3a;
}
.project4-box .all-team .marquee-box .list .list-sp h5{
    color: #606060;
    margin: 0;
    font-size: 13px;
}
.project4-box .all-team .marquee-box .list .list-sp h6{
    display: none;
    margin: 0;
}
.project4-box .all-team .marquee-box .list .list-sp a {
    width: 50px;
    height: 25px;
    line-height: 25px;
}
#contro2 {
    height: 380px;
}
#contro2 a{
    position:absolute;
    left:50%;
    margin-left: -11px;
    z-index: 1111;
}
#contro2 #goU{
    top: 0;
}
#contro2 #goD{
    bottom: 0;
}




/*专题页--轮播公共*/
.personnel-project{
    position: relative;
}
.personnel-project h1{
    position: absolute;
    width: 100%;
    top:80px;
    left: 0;
    z-index: 1;
    font-size: 48px;
    font-weight: bold;
    color: #77bc39;
    text-align: center;
}
.personnel-project .item {
    background-color: #efefef;
    padding-top: 220px;
}
.personnel-project .carousel-caption{
    color: #77bc39;
}
.personnel-project .carousel-caption .more ,.personnel-project .carousel-caption .last-a {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: none;
    background-color: #77bc39;
    margin-top: 60px;
    border-radius: 5px;
    float: left;
    margin-right: 30px;
}
.personnel-project .carousel-caption .last-a{
    background-color: #efefef;
    border: 1px solid #77bc39;
    color: #77bc39;
}
.personnel-project .carousel-control.left, .personnel-project .carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
    width: 35px;
    height: 70px;
    margin-top: 25%;
}
/*蓝色*/
.personnel-project2 h1{
    color: #0055a4;
}
.personnel-project2 .carousel-caption{
    color: #0055a4;
}
.personnel-project2 .carousel-caption .more ,.personnel-project2 .carousel-caption .last-a {
    background-color: #0055a4;
}
.personnel-project2 .carousel-caption .last-a{
    border: 1px solid #0055a4;
    background-color: #efefef;
    color: #0055a4;
}

/*亮蓝*/
.personnel-show h1{
    color: #3263ee;
}
.personnel-show .carousel-caption{
    color: #3263ee;
}
.personnel-show .carousel-caption .more ,.personnel-show .carousel-caption .last-a {
    background-color: #3263ee;
}
.personnel-show .carousel-caption .last-a{
    border: 1px solid #3263ee;
    color: #3263ee;
    background-color: #efefef;
}

/*灰绿*/
.personnel-show2 h1{
    color: #0ba29b;
}
.personnel-show2 .carousel-caption{
    color: #0ba29b;
}
.personnel-show2 .carousel-caption .more ,.personnel-show2 .carousel-caption .last-a {
    background-color: #0ba29b;
}
.personnel-show2 .carousel-caption .last-a{
    border: 1px solid #0ba29b;
    color: #0ba29b;
    background-color: #efefef;
}

/*视光配镜*/
.personnel-project3 h1{
    color: #5ab387;
}
.personnel-project3 .carousel-caption{
    color: #5ab387;
}
.personnel-project3 .carousel-caption .more ,.personnel-project3 .carousel-caption .last-a {
    background-color: #5ab387;
}
.personnel-project3 .carousel-caption .last-a{
    border: 1px solid #5ab387;
    color: #5ab387;
    background-color: #efefef;
}


.personnel-project32 h1{
    color: #fbc954;
}
.personnel-project32 .carousel-caption{
    color: #fbc954;
}
.personnel-project32 .carousel-caption .more ,.personnel-project32 .carousel-caption .last-a {
    background-color: #fbc954;
}
.personnel-project32 .carousel-caption .last-a{
    border: 1px solid #fbc954;
    color: #fbc954;
    background-color: #efefef;
}


.personnel-project33 h1{
    color: #3477b6;
}
.personnel-project33 .carousel-caption{
    color: #3477b6;
}
.personnel-project33 .carousel-caption .more ,.personnel-project33 .carousel-caption .last-a {
    background-color: #3477b6;
}
.personnel-project33 .carousel-caption .last-a{
    border: 1px solid #3477b6;
    color: #3477b6;
    background-color: #efefef;
}


.personnel-project4 h1{
    color: #0089c9;
}
.personnel-project4 .carousel-caption{
    color: #0089c9;
}
.personnel-project4 .carousel-caption .more ,.personnel-project4 .carousel-caption .last-a {
    background-color: #0089c9;
}
.personnel-project4 .carousel-caption .last-a{
    border: 1px solid #0089c9;
    color: #0089c9;
    background-color: #efefef;
}


.personnel-project5 h1{
    color: #00b4ff;
}
.personnel-project5 .carousel-caption{
    color: #00b4ff;
}
.personnel-project5 .carousel-caption .more ,.personnel-project5 .carousel-caption .last-a {
    background-color: #00b4ff;
}
.personnel-project5 .carousel-caption .last-a{
    border: 1px solid #00b4ff;
    color: #00b4ff;
    background-color: #efefef;
}


.personnel-project53 h1{
    color: #086648;
}
.personnel-project53 .carousel-caption{
    color: #086648;
}
.personnel-project53 .carousel-caption .more ,.personnel-project53 .carousel-caption .last-a {
    background-color: #086648;
}
.personnel-project53 .carousel-caption .last-a{
    border: 1px solid #086648;
    color: #086648;
    background-color: #efefef;
}


.personnel-project6 h1{
    color: #feac2a;
}
.personnel-project6 .carousel-caption{
    color: #feac2a;
}
.personnel-project6 .carousel-caption .more ,.personnel-project6 .carousel-caption .last-a {
    background-color: #feac2a;
}
.personnel-project6 .carousel-caption .last-a{
    border: 1px solid #feac2a;
    color: #feac2a;
    background-color: #efefef;
}

.personnel-project63 h1{
    color: #e9a55c;
}
.personnel-project63 .carousel-caption{
    color: #e9a55c;
}
.personnel-project63 .carousel-caption .more ,.personnel-project63 .carousel-caption .last-a {
    background-color: #e9a55c;
}
.personnel-project63 .carousel-caption .last-a{
    border: 1px solid #e9a55c;
    color: #e9a55c;
    background-color: #efefef;
}


.personnel-project7 h1{
    color: #c09d4c;
}
.personnel-project7 .carousel-caption{
    color: #c09d4c;
}
.personnel-project7 .carousel-caption .more ,.personnel-project7 .carousel-caption .last-a {
    background-color: #c09d4c;
}
.personnel-project7 .carousel-caption .last-a{
    border: 1px solid #c09d4c;
    color: #c09d4c;
    background-color: #efefef;
}

.personnel-project72 h1{
    color: #3263ee;
}
.personnel-project72 .carousel-caption{
    color: #3263ee;
}
.personnel-project72 .carousel-caption .more ,.personnel-project72 .carousel-caption .last-a {
    background-color: #3263ee;
}
.personnel-project72 .carousel-caption .last-a{
    border: 1px solid #3263ee;
    color: #3263ee;
    background-color: #efefef;
}


.personnel-project73 h1{
    color: #f49e2d;
}
.personnel-project73 .carousel-caption{
    color: #f49e2d;
}
.personnel-project73 .carousel-caption .more ,.personnel-project73 .carousel-caption .last-a {
    background-color: #f49e2d;
}
.personnel-project73 .carousel-caption .last-a{
    border: 1px solid #f49e2d;
    color: #f49e2d;
    background-color: #efefef;
}

.personnel-project74 h1{
    color: #1663be;
}
.personnel-project74 .carousel-caption{
    color: #1663be;
}
.personnel-project74 .carousel-caption .more ,.personnel-project74 .carousel-caption .last-a {
    background-color: #1663be;
}
.personnel-project74 .carousel-caption .last-a{
    border: 1px solid #1663be;
    color: #1663be;
    background-color: #efefef;
}


.personnel-project75 h1{
    color: #4d6ca6;
}
.personnel-project75 .carousel-caption{
    color: #4d6ca6;
}
.personnel-project75 .carousel-caption .more ,.personnel-project75 .carousel-caption .last-a {
    background-color: #4d6ca6;
}
.personnel-project75 .carousel-caption .last-a{
    border: 1px solid #4d6ca6;
    color: #4d6ca6;
    background-color: #efefef;
}


.personnel-project76 h1{
    color: #376d94;
}
.personnel-project76 .carousel-caption{
    color: #376d94;
}
.personnel-project76 .carousel-caption .more ,.personnel-project76 .carousel-caption .last-a {
    background-color: #376d94;
}
.personnel-project76 .carousel-caption .last-a{
    border: 1px solid #376d94;
    color: #376d94;
    background-color: #efefef;
}




/*专题页*/
/*青光眼--药物治疗*/
.project-show1{
    overflow: hidden;
    padding: 90px 0 120px ;
}
.project-show1 .list{
    overflow: hidden;
}
.project-show1 .list .list-i img{
    width: 100%;
    height: auto;
}
.project-show1 .list .list-sp h1{
    font-weight: bold;
    color: #80b53f;
    margin-bottom: 20px;
    margin-top: 30px;
}
.project-show1 .list .list-sp h4{
    color: #323232;
    line-height: 30px;
}
.project-show1 .sp-t{
    overflow: hidden;
    margin-top: 80px;
}
.project-show1 .sp-t .list h3{
    width: 280px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #80b53f;
    color: #fff;
    margin: 0 0 15px 0;
}
.project-show1 .sp-t .list h4{
    color: #323232;
    line-height: 30px;
    margin: 0;
    text-align: justify;
    text-indent: 2em;
}

/*手术治疗*/
.project-show2{
    overflow: hidden;
    padding: 70px 0 0;
}
.project-show2 h1{
    margin-bottom: 40px;
    font-weight: bold;
    color: #0055a4;
}
.project-show2 .sp-t{
    overflow: hidden;
}
.project-show2 .sp-t .sp-ti img{
    width: 100%;
    height: auto;
}
.project-show2 .sp-t .sp-td{
    overflow: hidden;
    padding-top: 30px;
}
.project-show2 .sp-t .sp-td h4{
    color: #424242;
    margin: 0;
    line-height: 30px;
    text-align: justify;
    text-indent: 2em;
}
.project-show2 .sp-t .sp-td a{
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background-color: #0055a4;
    border-radius: 10px;
    margin-top: 35px;
}
.project-show21{
    overflow: hidden;
    padding: 70px 0 0;
}
.project-show21 h1{
    margin-bottom: 40px;
    font-weight: bold;
    color: #0055a4;
}
.project-show21 .list{
    overflow: hidden;
}
.project-show21 .list .list-i{
    height: 226px;
    overflow: hidden;
}
.project-show21 .list .list-i img{
    width: 100%;
    height: auto;
}
.project-show21 .list h3{
    font-weight: bold;
    color: #1600c5;
}
.project-show21 .list h3 span{
    font-weight: 100;
    color: #333;
}
.project-show21 .list h5{
    color: #555;
    line-height: 22px;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0;
}
.project-show22{
    overflow: hidden;
    padding: 70px 0 0;
    margin-bottom: 70px;
}
.project-show22 h1{
    margin-bottom: 40px;
    font-weight: bold;
    color: #0055a4;
}
.project-show22 .row{
    margin: 0 -27px;
}
.project-show22 .list{
    overflow: hidden;
    padding: 0 40px;
}
.project-show22 .list h3{
    font-weight: bold;
    color: #fff;
    margin: 0;
    height: 50px;
    line-height: 50px;
    background-color: #0055a4;
}
.project-show22 .list h5{
    margin: 0;
    font-size: 18px;
    color: #5a5a5a;
    padding: 20px 15px;
    text-align: justify;
    line-height: 30px;
    min-height: 220px;
    background-color: #eee;
}

/*激光治疗*/
.project-show3{
    width: 1200px;
    height: auto;
    margin: 50px auto 0;
    position: relative;
}
.project-show3 img{
    width: 100%;
    height: auto;
}
.project-show3 a{
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: 120px;
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #77bc39;
    border-radius: 10px;
}
.project-show31{
    overflow: hidden;
    padding-top: 70px;
}
.project-show31 h1{
    color: #0055a4;
    margin: 0 0 40px 0;
}
.project-show31 .list{
    overflow: hidden;
}
.project-show31 .list .list-i{
    height: 170px;
    overflow: hidden;
}
.project-show31 .list .list-i img{
    width: 100%;
    height: auto;
}
.project-show31 .list h4{
    background-color: #4462b1;
    margin: 0;
    height: 50px;
    line-height: 50px;
    color: #fff;
}
.project-show32{
    overflow: hidden;
    padding-top: 70px;
}
.project-show32 h1{
    color: #4461b1;
    margin: 0 0 40px 0;
}
.project-show32 h4{
    color: #444;
    text-align: justify;
    text-indent: 2em;
    margin: 0;
    line-height: 30px;
}
.project-show32 h4 strong{
    color: #4461b1;
}
.project-show33{
    overflow: hidden;
    padding-top: 70px;
}
.project-show33 h1{
    color: #4461b1;
    margin: 0 0 40px 0;
}
.project-show33 ul{
    overflow: hidden;
    display: block;
    margin: 0 -5px;
}
.project-show33 ul li{
    display: block;
    float: left;
    width: 20%;
    padding: 0 5px;
}
.project-show33 ul li .li{
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding: 20px 15px;
    background-color: #4462b1;
}
.project-show34{
    overflow: hidden;
    padding-top: 100px;
    margin-bottom: 70px;
}
.project-show34 .list{
    overflow: hidden;
}
.project-show34 .list .list-i img{
    width: 100%;
    height: auto;
}
.project-show34 .list h1{
    font-size: 46px;
    font-weight: bold;
    color: #3c4cb1;
    margin-bottom: 30px;
}
.project-show34 .list h5{
    color: #6c6c6c;
}


/*屈光矫治*/
.project2-show{
    overflow: hidden;
    padding: 70px 0 0;
}
.project2-show h1{
    margin-bottom: 40px;
    font-weight: bold;
    color: #0055a4;
    font-size: 48px;
    margin-top: 0;
}
.project2-show .list{
    overflow: hidden;
}
.project2-show .list .h3{
    margin: 0 0 2px 0;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
}
.project2-show .list .list-i{
    height: 340px;
    overflow: hidden;
}
.project2-show .list .list-i img{
    width: 100%;
    height: auto;
}
.project2-show .list .list-h4{
    background-color: #eee;
    overflow: hidden;
    height: 120px;
    padding-top: 20px;
    text-align: center;
    margin-top: 2px;
}
.project2-show .list .f-h3{
    background-color: #eee;
    overflow: hidden;
    height: 120px;
    line-height: 120px;
    text-align: center;
    margin-top: 2px;
    color: #0db2ff;
    font-weight: bold;
    margin-bottom: 0;
}
.project2-show .list .h31{
    background-color: #0db2ff;
}
.project2-show .list .h32{
    background-color: #f9aa00;
}
.project2-show .list .h33{
    background-color: #f43400;
}
.project2-show .list .f-h31{
    color: #0db2ff;
}
.project2-show .list .f-h32{
    color: #f9aa00;
}
.project2-show .list .f-h33{
    color: #f43400;
}

.project2-show12{
    overflow: hidden;
    padding: 70px 150px 0;
}
.project2-show12 h1{
    margin-bottom: 40px;
    font-weight: bold;
    color: #0055a4;
    font-size: 48px;
    margin-top: 0;
}
.project2-show12 ul{
    width: 100%;
    display: block;
    overflow: hidden;
}
.project2-show12 ul li{
    display: block;
    float: left;
    width: 20%;
    padding: 0 10px;
    overflow: hidden;
}
.project2-show12 ul li .li{
    position: relative;
    display: block;
    width: 100%;
}
.project2-show12 ul li .li .li-i{
    overflow: hidden;
    height: 240px;
    position: relative;
}
.project2-show12 ul li .li .li-i img{
    width: 100%;
    height: auto;
}
.project2-show12 ul li .li .li-i h2{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-weight: bold;
    font-size: 30px;
    margin:-35px 0 0 0;
    color: #fff;
    background-color: rgba(0,0,0,.5);
}
.project2-show12 ul li .li .li-h5{
    background-color: #eee;
    padding: 20px 15px;
    min-height: 215px;
}
.project2-show12 ul li .li .li-h5 h5{
    margin: 0;
    line-height: 25px;
    color: #3e3e3e;
}

.project2-show13{
    overflow: hidden;
    padding: 70px 0 0;
}
.project2-show13 h1{
    font-weight: bold;
    font-size: 48px;
    width: 783px;
    height: 109px;
    line-height: 109px;
    margin: 0 auto;
    color: #fff;
    background-image: url("../images/icon-i24.png");
    background-size: 100% 100%;
}
.project2-show14{
    padding:30px 150px 130px;
    background-color: #427cff;
}
.project2-show14 h2{
    margin-bottom: 60px;
    font-weight: bold;
    color: #fff;
    font-size: 48px;
    margin-top: 70px;
}
.project2-show14 ul{
    display: block;
    width: 100%;
    overflow: hidden;
}
.project2-show14 ul li{
    display: block;
    float: left;
}
.project2-show14 ul .li-l{
    width: 40%;
}
.project2-show14 ul .li-r{
    width: 60%;
    padding: 0 80px 0 50px;
}
.project2-show14 ul .li-l .video_box{
    position:relative;
    overflow: hidden;
    width: 100%;
    height:355px;
    margin:0 auto;
    background:#000;
}
.project2-show14 ul .li-r h3{
    font-size: 20px;
    color: #fff;
    text-align: justify;
    line-height: 30px;
    margin-top: 70px;
}
.project2-show14 ul .li-r a{
    display: block;
    width: 240px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #427cff;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 50px;
}
.project2-show15{
    padding:70px 185px 0;
    overflow: hidden;
}
.project2-show15 h1{
    margin-bottom: 40px;
    font-weight: bold;
    color: #427cff;
    font-size: 48px;
    margin-top: 0;
}
.project2-show15 ul{
    overflow: hidden;
    display: block;
    width: 100%;
}
.project2-show15 ul li{
    overflow: hidden;
    display: block;
    float: left;
    width: 25%;
    padding: 0 35px;
}
.project2-show15 ul li .li{
    overflow: hidden;
    width: 100%;
}
.project2-show15 ul li .li span{
    display: block;
    width: 70px;
    height: 70px;
    font-weight: bold;
    font-size: 48px;
    color: #fff;
    margin: auto;
    text-align: center;
    background-color: #427cff;
}
.project2-show15 ul li .li h4{
    line-height: 30px;
    color: #3f3f3f;
    text-align: justify;
}
.project2-show16{
    padding:70px 185px 0;
    overflow: hidden;
}
.project2-show16 h1{
    margin-bottom: 40px;
    font-weight: bold;
    color: #427cff;
    font-size: 48px;
    margin-top: 0;
}
.project2-show16 ul{
    padding: 0 50px;
    overflow: hidden;
}
.project2-show16 ul li{
    display: block;
    float: left;
    width: 16.666666%;
}
.project2-show16 ul li .li-i{
    height: 138px;
    overflow: hidden;
}
.project2-show16 ul li .li-i img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 100%;
}
.project2-show16 ul li span{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background-color: #128fd6;
    border-radius: 100%;
    margin:20px auto;
}
.project2-show16 ul li h5{
    color: #555;
    padding: 0 15px;
    line-height: 20px;
}
.project2-show17{
    overflow: hidden;
    padding: 70px 0 0 0 ;
    margin-bottom: 20px;
}
.project2-show17 ul{
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 -3px;
}
.project2-show17 ul li{
    display: block;
    width: 20%;
    float: left;
    padding: 0  3px;
}
.project2-show17 ul li .li{
    display: block;
    width: 100%;
    background-color: #eee;
    padding: 30px 0;
    min-height: 390px;
}
.project2-show17 ul li h3{
    width: 170px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    background-color: #3263ee;
    margin: auto;
}
.project2-show17 ul li h1{
    color: #3263ee;
    font-weight: bold;
    margin:40px auto;
}
.project2-show17 ul li h5{
    color: #4b4b4b;
    padding: 0 60px;
    margin: 0;
    line-height: 20px;
}

/*全秒飞*/
.project2-show2{
    overflow: hidden;
    width: 100%;
    position: relative;
}
.project2-show2 .sp-t{
    position: absolute;
    top: 30%;
    left: 15%;
    width: 600px;
    color: #fff;
}
.project2-show2 .sp-t h1{
    font-weight: bold;
    font-size: 48px;
}
.project2-show2 .sp-t h3{
    line-height: 35px;
    text-indent: 2em;
}
.project2-show2 img{
    width: 100%;
    height: auto;
}

.project2-show22{
    overflow: hidden;
    padding-top: 70px;
}
.project2-show22 h1{
    margin-bottom: 40px;
    font-weight: bold;
    color: #3263ee;
    font-size: 48px;
    margin-top: 0;
}
.project2-show22 ul{
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 0 355px;
}
.project2-show22 ul li{
    display: block;
    float: left;
    width: 25%;
    padding: 0 35px;
    margin: 70px 0 0;
}
.project2-show22 ul li h2{
    font-size: 30px;
    color: #3263ee;
    font-weight: bold;
    margin-bottom: 45px;
}
.project2-show22 ul li h3{
    color: #313131;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
}
.project2-show22 ul li .li-i img{
    width: 100%;
    height: auto;
    border-radius: 100%;
}
.project2-show22 .more-show{
    display: block;
    border: 2px solid #3263ee;
    color: #3263ee;
    width: 280px;
    height: 66px;
    line-height: 62px;
    border-radius: 5px;
    font-size: 18px;
    margin:100px auto 0;
}
.project2-show23{
    overflow: hidden;
    padding: 100px 260px 0;
}
.project2-show23 h1{
    margin-bottom: 40px;
    font-weight: bold;
    color: #3263ee;
    font-size: 48px;
    margin-top: 0;
}
.project2-show23 .sp-t{
    overflow: hidden;
}
.project2-show23 .sp-t .sp-t1{
    width: 40%;
    padding-right: 30px;
}
.project2-show23 .sp-t .sp-t1 img{
    width: 100%;
    height: auto;
}
.project2-show23 .sp-t .sp-t2{
    width: 60%;
    padding-left:50px;
}
.project2-show23 .sp-t .sp-t2 h3{
    margin:  0;
    line-height: 38px;
    overflow: hidden;
}
.project2-show23 .sp-t .sp-t2 h3 span{
    display: block;
    width: 5px;
    height: 5px;
    background-color: #3263ee;
    float: left;
    color: #434343;
    margin-top: 18px;
    margin-right: 10px;
}
.project2-show23 .sp-t .sp-t2 h3 div{
    width: 90%;
    float: left;
}
.project2-show24{
    overflow: hidden;
    padding: 100px 0 80px;
}
.project2-show24 h1{
    margin-bottom: 40px;
    font-weight: bold;
    color: #3263ee;
    font-size: 48px;
    margin-top: 0;
}
.project2-show24 .video_box{
    position:relative;
    overflow: hidden;
    width: 900px;
    height: 500px;
    margin:0 auto;
    background:#000;
}
.project2-show25{
    overflow: hidden;
    width: 100%;
    height: 958px;
    background-image: url("../images/pic155.jpg");
    background-size: 100% 100%;
    padding-top: 100px;
}
.project2-show25 h1{
    margin-bottom: 40px;
    font-weight: bold;
    color: #fff;
    font-size: 48px;
    margin-top: 0;
}
.project2-show25 .list{
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    padding: 45px 30px;
    min-height: 515px;
}
.project2-show25 .list h1{
    font-weight: bold;
    color: #447eff;
    margin-bottom: 20px;
    margin-top: 40px;
}
.project2-show25 .list h4{
    text-align: left;
    color: #424242;
    line-height: 30px;
}
.project2-show26{
    overflow: hidden;
    width: 100%;
    padding-top: 100px;
}
.project2-show26 h1{
    margin-bottom: 40px;
    font-weight: bold;
    color: #3263ee;
    font-size: 48px;
    margin-top: 0;
}
.project2-show26 .list-i{
    overflow: hidden;
}
.project2-show26 .list-i img{
    width: 100%;
    height: auto;
}
.project2-show26 .list-sp{
    overflow: hidden;
    padding-top: 40px;
}
.project2-show26 .list-sp h2{
    font-size: 30px;
    font-weight: bold;
    width: 420px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    background-color: #3263ee;
}
.project2-show26 .list-sp h3{
    font-size: 20px;
    color: #3c3c3c;
    margin: 0;
    line-height: 35px;
}

.project2-show3{
    overflow: hidden;
    padding: 70px 0 100px;
    background-color: #f5f5f5;
}
.project2-show3 h1{
    margin-bottom: 40px;
    font-weight: bold;
    color: #3263ee;
    font-size: 48px;
    margin-top: 0;
}
.project2-show3 h3{
    width: 490px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    text-align: center;
    margin: 0 auto 60px;
    background-color: #3263ee;
}
.project2-show3 h4{
    text-indent: 2em;
    text-align: justify;
    color: #3d3d3d;
    line-height: 25px;
    margin: 0;
}
.project2-show32{
    overflow: hidden;
}
.project2-show32 img{
    width: 100%;
    height: auto;
}
.project2-show33{
    overflow: hidden;
    padding: 70px 0 100px;
}
.project2-show33 h1{
    margin-bottom: 40px;
    font-weight: bold;
    color: #3263ee;
    font-size: 48px;
    margin-top: 0;
}
.project2-show33 ul li{
    display: block;
    float: left;
    width: 25%;
    padding: 0 20px;
}
.project2-show33 ul li span{
    display: block;
    width: 175px;
    height: 175px;
    line-height: 175px;
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background-color: #3263ee;
    border-radius: 100%;
}
.project2-show33 ul li h4{
    color: #3e3e3e;
    margin:20px 0 0 0;
    line-height: 25px;
}

.project2-show4{
    overflow: hidden;
    padding: 70px 0 0;
}
.project2-show4 h1{
    margin-bottom: 40px;
    font-weight: bold;
    color: #0ba09d;
    font-size: 48px;
    margin-top: 0;
}
.project2-show4 ul{
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 0 150px;
}
.project2-show4 ul li{
    position: relative;
    display: block;
    float: left;
    width: 33.33333%;
    padding: 0 2px;
}
.project2-show4 ul li .li{
    position: relative;
}
.project2-show4 ul li .li .li-i{
    height: 288px;
    overflow: hidden;
}
.project2-show4 ul li .li .li-i img{
    width: 100%;
    height: auto;
}
.project2-show4 ul li .li .li-sp{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 20px 0 0 0;
    background-color: rgba(0,0,0,.5);
    overflow: hidden;
}
.project2-show4 ul li .li .li-sp span{
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
}
.project2-show4 ul li .li .li-sp h3{
    color: #fff;
    margin:10px 0 0 0;
    font-size: 20px;
}
.project2-show4 .sp-i{
    overflow: hidden;
    padding-top: 60px;
}

.project2-show42{
    overflow: hidden;
    padding:30px 0 100px;
}
.project2-show42 h1{
    margin-bottom: 40px;
    font-weight: bold;
    color: #0ba09d;
    font-size: 48px;
    margin-top: 0;
}
.project2-show42 .list-i{
    overflow: hidden;
    padding-right: 30px;
}
.project2-show42 .list-i img{
    width: 100%;
    height: auto;
}
.project2-show42 .list-sp{
    overflow: hidden;
}
.project2-show42 .list-sp h4{
    color: #0ba09d;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: justify;
}

.project2-show43{
    overflow: hidden;
    padding:100px 0 0;
    height: 627px;
    background-image: url("../images/pic159.jpg");
    background-size: 100% 100%;
}
.project2-show43 h1{
    margin-bottom: 60px;
    font-weight: bold;
    color: #fff;
    font-size: 48px;
    margin-top: 0;
}
.project2-show43 .list-l{
    width:30% ;
    float: left;
    height: 240px;
    overflow: hidden;
}
.project2-show43 .list-l img{
    width: 100%;
    height: auto;
}
.project2-show43 ul{
    width:70% ;
    float: left;
}
.project2-show43 ul li{
    display: block;
    overflow: hidden;
    width: 20%;
    float: left;
    padding: 0 2px;
}
.project2-show43 ul li .sp-t{
    background-color: #0ba29b;
    font-weight: bold;
    font-size: 20px;
    color: #fdc648;
    padding: 0 15px;
    height: 100px;
    line-height: 100px;
}
.project2-show43 ul li h5{
    color: #484848;
    background-color: #c4f4f2;
    margin: 0;
    line-height: 20px;
    padding: 30px 15px;
    height: 140px;
}

.project2-show44{
    overflow: hidden;
    padding:70px 0;
}
.project2-show44 h1{
    margin-bottom: 60px;
    font-weight: bold;
    color: #0ba29b;
    font-size: 48px;
    margin-top: 0;
}
.project2-show44 .list{
    overflow: hidden;
}
.project2-show44 .list h3{
    background-color: #0ba29b;
    font-weight: bold;
    color: #fff;
    height: 60px;
    line-height: 60px;
}
.project2-show44 .list h4{
    color: #404040;
    line-height: 25px;
}

.project2-show45{
    overflow: hidden;
    padding: 70px 0 0;
    height: 548px;
    background-image: url("../images/pic165.jpg");
    background-size: 100% 100%;
}
.project2-show45 h1{
    margin-bottom: 60px;
    font-weight: bold;
    color: #fff;
    font-size: 48px;
    margin-top: 0;
}
.project2-show45 ul{
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 0 150px;
}
.project2-show45 ul li{
    position: relative;
    display: block;
    float: left;
    width: 33.33333%;
    padding: 0 2px;
}
.project2-show45 ul li .li{
    position: relative;
}
.project2-show45 ul li .li .li-i{
    height: 200px;
    overflow: hidden;
}
.project2-show45 ul li .li .li-i img{
    width: 100%;
    height: auto;
}
.project2-show45 ul li .li .li-sp{
    background-color: #fff;
    overflow: hidden;
}
.project2-show45 ul li .li .li-sp h4{
    font-weight: bold;
    color: #0ba29b;
}
.project2-show45 ul li .li .li-sp h5{
    color: #0ba29b;
}

.project2-show46{
    overflow: hidden;
    padding:70px 0;
}
.project2-show46 h1{
    margin-bottom: 60px;
    font-weight: bold;
    color: #0ba29b;
    font-size: 48px;
    margin-top: 0;
}
.project2-show46 .sp-t{
    overflow: hidden;
}
.project2-show46 .sp-t h3{
    color: #0ba29b;
    font-weight: 100;
    margin-bottom: 20px;
}
.project2-show46 .sp-t h4{
    color: #333;
    margin: 15px 0;
}
.project2-show46 .sp-t h4 span{
    font-weight: bold;
    color: #ffb820;
}
.project2-show46 .sp-t h5{
    color: #888;
    line-height: 25px;
    font-size: 16px;
}

.project2-show46 .sp-d{
    position: relative;
}
.project2-show46 .sp-d img{
    width: 100%;
    height: auto;
}
.project2-show46 .sp-d a {
    position: absolute;
    right: 15px;
    bottom: 30px;
    font-size: 18px;
    display: block;
    width: 185px;
    height: 50px;
    line-height: 50px;
    color: #333;
    background-color: #0ba29b;
}

/*视光配镜*/
.project3-show{
    overflow: hidden;
    padding: 70px 0 60px 0 ;
}
.project3-show .list{
    overflow: hidden;
}
.project3-show .list h1{
    color: #5bb488;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 25px;
}
.project3-show .list h4{
    color: #424242;
    line-height: 30px;
    margin: 15px 0 0 0;
    text-indent: 2em;
    padding: 0 15px;
}
.project3-show .list .h4{
    color: #fff;
    padding: 20px 15px;
    margin: 0;
    min-height: 130px;
    line-height: 90px;
    text-indent: 0;
    background-color: #b6b6b6;
}
.project3-show .list .h42{
    line-height: 30px;
    background-color: #5bb488;
}

.project3-show12{
    overflow: hidden;
    padding: 70px 0 60px 0 ;
    background-color: #5ab187;
}
.project3-show12 h1{
    color: #fff;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 40px;
}
.project3-show12 .list{
    overflow: hidden;
}
.project3-show12 .list .list-i{
    padding-top: 30px;
    height:270px ;
    overflow: hidden;
}
.project3-show12 .list .list-i img{
    width: 100%;
    height: auto;
}
.project3-show12 .list .list-sp{
    color: #fff;
}
.project3-show12 .list .list-sp h4{
    margin: 0;
    line-height: 30px;
    text-indent: 2em;
}
.project3-show12 .list .list-sp h3{
    margin:30px 0 10px 0 ;
    font-size: 18px;
}
.project3-show13{
    overflow: hidden;
    padding: 70px 0 0;
}
.project3-show13 h1{
    margin-bottom: 40px;
    font-weight: bold;
    color: #5bb488;
    margin-top: 0;
}
.project3-show13 .row{
    margin: 0 -27px;
}
.project3-show13 .list{
    overflow: hidden;
    padding: 0 40px;
}
.project3-show13 .list h4{
    font-weight: bold;
    color: #fff;
    margin: 0;
    height: 50px;
    line-height: 50px;
    background-color: #5bb488;
}
.project3-show13 .list h5{
    margin: 0;
    color: #5a5a5a;
    padding: 15px;
    line-height: 25px;
    min-height: 155px;
    background-color: #eee;
}
.project3-show14{
    overflow: hidden;
    padding: 70px 0 0;
    margin-bottom: 70px;
}
.project3-show14 h1{
    margin-bottom: 40px;
    font-weight: bold;
    color: #5bb488;
    margin-top: 0;
}
.project3-show14 ul li{
    display: block;
    float: left;
    width: 20%;
    padding: 0 15px;
}
.project3-show14 ul li .li{
    overflow: hidden;
}
.project3-show14 ul li .li .li-i{
    padding: 0 15px;
    height: 168px;
}
.project3-show14 ul li .li .li-i img{
    width: 100%;
    height: auto;
    border-radius: 100%;
}
.project3-show14 ul li h5{
    line-height: 20px;
    color: #404040;
}
.project3-show2{
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
}
.project3-show2 img{
    width: 100%;
    height: auto;
}
.project3-show22{
    overflow: hidden;
}
.project3-show22 a{
    position: absolute;
    left: 50%;
    top: 67%;
    display: block;
    width: 160px;
    height: 40px;
    margin-left: -220px;
    border-radius: 50px;
}
.project3-show23 a{
    position: absolute;
    left: 50%;
    top: 64%;
    display: block;
    width: 160px;
    height: 40px;
    margin-left: 130px;
    border-radius: 50px;
}


.project3-show3{
    overflow: hidden;
    padding: 40px 0 30px;
}
.project3-show3 .list-i{
    padding-right: 0;
    height: 186px;
    overflow: hidden;
}
.project3-show3 .list-i img{
    width: 100%;
    height: auto;
}
.project3-show3 .list-sp{
    background-color: #fdc652;
    height: 186px;
    padding: 0 50px;
}
.project3-show3 .list-sp .sp-t{
    padding-top: 20px;
}
.project3-show3 .list-sp .sp-t h4{
    text-indent: 2em;
    color: #393939;
    margin-top: 10px;
    line-height: 30px;
}

.project3-show32{
    overflow: hidden;
    padding: 70px 0 0;
}
.project3-show32 .sp-i{
    overflow: hidden;
    margin-bottom: 40px;
}
.project3-show32 .list{
    overflow: hidden;
}
.project3-show32 .list .list-i{
    overflow: hidden;
    height: 195px;
}
.project3-show32 .list .list-i img{
    width: 100%;
    height: auto;
}
.project3-show32 .list h4{
    color: #2d2d2d;
    margin:1px 0 0 0;
    height: 55px;
    line-height: 55px;
    background-color: #fdc652;
}
.project3-show32 .list .h4{
    height: 70px;
    line-height: 70px;
    background-color: #e5e5e5;
}

.project3-show33{
    overflow: hidden;
    padding: 70px 0 100px 0;
}
.project3-show33 .list{
    overflow: hidden;
}
.project3-show33 .list h4{
    padding: 0 0 0 150px;
    line-height: 30px;
    color: #2d2d2d;
    margin: 70px 0 0 0;
}


.project3-show4{
    overflow: hidden;
    padding: 40px 0 0 0;
}
.project3-show4 .list-i {
    overflow: hidden;
    padding: 0 60px;
}
.project3-show4 .list-i img{
    border-radius: 100%;
}
.project3-show4 .list-i h1{
    font-weight: bold;
    font-size: 48px;
    color: #f9ac18;
    line-height: 68px;
    margin: 0;
}
.project3-show4 .list-sp{
    width: 666px;
    height: 543px;
    margin: auto;
    overflow: hidden;
    padding: 110px 180px 100px 80px;
    background-image: url("../images/icon-i32.png");
    background-size: 100% 100%;
}
.project3-show4 .list-sp h4{
    color: #494949;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
    margin: 0;
}
.project3-show42{
    padding-top: 70px;
    overflow: hidden;
}
.project3-show43{
    overflow: hidden;
    padding-top: 55px;
}
.project3-show43  h1{
    font-weight: bold;
    font-size: 48px;
    color: #f9ac18;
    line-height: 48px;
    margin: 0 0 40px 0;
}
.project3-show43 .list-l{
    overflow: hidden;
    padding-left: 50px;
}
.project3-show43 .list-l img{
    width: 100%;
    height: auto;
}
.project3-show43 .list-r{
    overflow: hidden;
    padding-right: 50px;
}
.project3-show43 .list-r h3{
    font-size: 20px;
    color: #585858;
    margin: 0;
    height: 66px;
    line-height: 66px;
}
.project3-show43 .list-r .h31{
    background-color: #fffcc7;
}
.project3-show43 .list-r .h32{
    background-color: #c3ffe6;
}
.project3-show44{
    overflow: hidden;
    padding-top: 55px;
    padding-bottom: 100px;
}
.project3-show44  h1{
    font-weight: bold;
    font-size: 48px;
    color: #f9ac18;
    line-height: 48px;
    margin: 0 0 40px 0;
}
.project3-show44 h4{
    color: #5f5f5f;
}
.project3-show44 .sp-t{
    margin-top: 50px;
    overflow: hidden;
}
.project3-show44 .sp-d h4{
    margin-top: 50px;
    margin-bottom: 0;
}

.project3-show5{
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 80px;
}
.project3-show5 h1{
    color: #3477b6;
    font-weight: bold;
    margin-bottom: 40px;
}
.project3-show5 .list-i{
    overflow: hidden;
}
.project3-show5 .list-i img{
    width: 100%;
    height: auto;
}
.project3-show5 .list-sp{
    overflow: hidden;
}
.project3-show5 .list-sp .list-h3{
    overflow: hidden;
}
.project3-show5 .list-sp h3{
    background-color: #3477b6;
    color: #fff;
    font-weight: bold;
    float: left;
    margin: 0 0 10px 0;
    padding: 10px 15px;
}
.project3-show5 .list-sp h4{
    color: #454545;
    line-height: 30px;
}

.project3-show52{
    overflow: hidden;
    width: 100%;
    height: 450px;
    background-image: url("../images/pic181.jpg");
    background-size: 100% 100%;
    padding-top: 70px;
}
.project3-show52 .sp-i{
    overflow: hidden;
    margin-bottom: 40px;
}
.project3-show52 .list{
    overflow: hidden;
}
.project3-show52 .list .list-i{
    height: 185px;
    overflow: hidden;
}
.project3-show52 .list .list-i img{
    width: 100%;
    height: auto;
}
.project3-show52 .list h4{
    background-color: #3477b6;
    margin: 0;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.project3-show53{
    overflow: hidden;
    width: 100%;
    padding-top: 70px;
}
.project3-show53 .sp-i{
    overflow: hidden;
}
.project3-show53 .project-box2{
    overflow: hidden;
    padding-top: 65px;
}
.project3-show53 .project-box2 h1{
    font-weight: bold;
    color: #0055a4;
    font-size: 48px;
    margin: 0 0 40px 0;
}
.project3-show53 .project-box2 .ul1{
    display: block;
    width: 25%;
    overflow: hidden;
    float: left;
}
.project3-show53 .project-box2 .ul1 li{
    display: block;
    width: 95%;
    height: 70px;
    line-height: 70px;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 5px;
    background-color: #f4f4f4;
}
.project3-show53 .project-box2 .ul1 .li{
    color: #fff;
    background-color: #3477b6;
}

.project3-show53 .project-box2 .ul2{
    display: block;
    width: 75%;
    overflow: hidden;
    float: left;
    background-color: #fff;
}
.project3-show53 .project-box2 .ul2 li{
    /*display: block;*/
    overflow: hidden;
    width: 100%;
    display: none;
    background-color: #f4f4f4;
}
.project3-show53 .project-box2 .ul2 li .li-i{
    width: 46%;
    height: 294px;
    overflow: hidden;
}
.project3-show53 .project-box2 .ul2 li .li-i img{
    width: 100%;
    height: auto;
}
.project3-show53 .project-box2 .ul2 li .li-sp{
    width:54%;
    padding:20px 10px;
}
.project3-show53 .project-box2 .ul2 li .li-sp h3{
    color: #3477b6;
    border-top: 1px solid #9a9a9a;
    font-weight: bold;
    padding-top: 15px;
}
.project3-show53 .project-box2 .ul2 li .li-sp h4{
    color: #3c3c3c;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.project3-show54{
    overflow: hidden;
    width: 100%;
    padding-top: 70px;
}
.project3-show54 .sp-i{
    font-weight: bold;
    margin: 0 0 40px 0;
}
.project3-show54 .list{
    overflow: hidden;
}
.project3-show54 .list h3{
    font-weight: bold;
    color: #fff;
    margin: 0;
    height: 50px;
    line-height: 50px;
    background-color: #3477b6;
}
.project3-show54 .list h5{
    margin: 0;
    font-size: 18px;
    color: #5a5a5a;
    padding: 20px 15px 0;
    text-align: justify;
    line-height: 30px;
    background-color: #eee;
}
.project3-show54 .list .h5{
    padding: 0 15px 20px;
}
.project3-show54 .list .h52{
    min-height: 220px;
}
.project3-show54 .list a{
    display: block;
    width: 280px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    color: #373737;
    background-color: #ffbd0b;
    margin:20px auto 0;
    font-size: 18px;
    text-align: center;
}

.project3-show55{
    overflow: hidden;
    width: 100%;
    padding-top: 70px;
}
.project3-show55  h1{
    font-weight: bold;
    color: #0055a4;
    font-size: 48px;
    margin: 0 0 40px 0;
    text-align: center;
}
.project3-show55 .list{
    overflow: hidden;
    margin-bottom: 30px;
}
.project3-show55 .list h3{
    font-weight: bold;
    color: #222;
    overflow: hidden;
    margin-bottom: 30px;
}
.project3-show55 .list h3 .sp1{
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    line-height : 26px;
    color: #fff;
    font-size: 18px;
    background-color: #00a2f2;
    text-align: center;
}
.project3-show55 .list h3 .sp2{
    display: block;
    float: right;
    width: 92%;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
}
.project3-show55 .list h4{
    color: #4e4e4e;
}
.project3-show55 .list h4 .sp1{
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    line-height : 26px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    background-color: #54ac0c;
}
.project3-show55 .list h4 .sp2{
    display: block;
    float: right;
    width: 92%;
    line-height: 25px;
}
.project3-show55 .more{
    display: block;
    width: 290px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    margin: 20px auto 70px;
    background-color: #3477b6;
}


.project3-show6{
    overflow: hidden;
    background-color: #f9f7f8;
    padding: 20px 0 25px;
}
.project3-show6 .list-i{
    overflow: hidden;
    height: 260px;
}
.project3-show6 .list-i img{
    width: 100%;
    height: auto;
}
.project3-show6 .list-sp{
    overflow: hidden;
}
.project3-show6 .list-sp h2{
    color: #0055a4;
    font-weight: bold;
    margin-bottom: 20px;
}
.project3-show6 .list-sp h4{
    line-height: 30px;
    color: #393939;
    margin-top: 15px;
    text-align: justify;
    margin-bottom: 0;
}
.project3-show62{
    overflow: hidden;
    padding: 70px 0 0 0;
}
.project3-show62 h1{
    overflow: hidden;
    font-weight: bold;
    font-size: 48px;
    color: #0055a4;
}
.project3-show62 h2{
    overflow: hidden;
    color: #020206;
    margin-bottom: 40px;
}
.project3-show62 .h3{
    overflow: hidden;
}
.project3-show62 h3{
    background-color: #f0c43f;
    font-weight: bold;
    color: #0055a4;
    float: left;
    padding: 5px 15px;
    margin-top: 0;
}
.project3-show62 h4{
    color: #0055a4;
    margin-top: 0;
    text-indent: 2em;
    line-height: 30px;
}
.project3-show63{
    overflow: hidden;
    padding: 70px 0 0 0;
}
.project3-show63 .sp-t {
    overflow: hidden;
    margin-top: 40px;
}
.project3-show63 .sp-t .sp-i{
    overflow: hidden;
}
.project3-show63 .sp-t .sp-i img{
    width: 80%;
    height: auto;
}
.project3-show63 .list{
    overflow: hidden;
}
.project3-show63 .list ul{
    overflow: hidden;
}
.project3-show63 .list ul li{
    overflow: hidden;
}
.project3-show63 .list ul li{
    overflow: hidden;
    display: block;
    width: 100%;
    min-height: 100px;
}
.project3-show63 .list ul li span{
    display: block;
    float: left;
}
.project3-show63 .list ul li .sp1{
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background-color: #0055a4;
    margin-top: 5px;
}
.project3-show63 .list ul li .sp2{
    display: block;
    font-size: 18px;
    color: #484848;
    width: 90%;
    float: right;
}
.project3-show64{
    overflow: hidden;
    padding: 70px 0 50px 0 ;
}
.project3-show64 h1{
    overflow: hidden;
    font-weight: bold;
    font-size: 48px;
    color: #0055a4;
}
.project3-show64 h2{
    overflow: hidden;
    color: #020206;
    margin-bottom: 40px;
}
.project3-show64 .list{
    background-color: #ffedb6;
    overflow: hidden;
    padding: 30px 15px;
    min-height: 333px;
}
.project3-show64 .list h2{
    text-align: center;
    color: #135da7;
    font-weight: bold;
    margin-bottom: 30px;
}
.project3-show64 .list h4{
    color: #3d3d3d;
    line-height: 30px;
    text-align: justify;
}
.project3-show64 .list h4 span{
    color: #f74c21;
}

.project3-show65{
    overflow: hidden;
    padding: 70px 0 50px 0 ;
    background-color: #efeae6;
}
.project3-show65 h1{
    overflow: hidden;
    font-weight: bold;
    font-size: 48px;
    color: #0055a4;
}
.project3-show65 h2{
    overflow: hidden;
    color: #020206;
    margin-bottom: 40px;
}


/*白内障*/
.project4-show{
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding: 200px;
    min-height: 1000px;
}
.project4-show2{
    overflow: hidden;
    padding: 70px 0 100px 0 ;
}
.project4-show2 h1{
    font-weight: bold;
    color: #0f8ecb;
    font-size: 48px;
    margin: 0 0 40px 0;
}
.project4-show2 ul li{
    display: block;
    float: left;
    width: 40%;
}
.project4-show2 ul .li{
    display: block;
    width: 20%;
    overflow: hidden;
}
.project4-show2 ul .li .list{
    display: block;
    width: 100%;
    overflow: hidden;
}
.project4-show2 ul .li .list h3{
    width: 100%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    margin:0 0 5px 0;
    overflow: hidden;
    color: #fff;
    font-weight: 100;
    background-color: #0089c9;
}
.project4-show2 ul .li .list-f h3{
    background-color: #e5e5e5;
}
.project4-show2 ul .li2{
    display: block;
    overflow: hidden;
}
.project4-show2 ul .li2 .list{
    display: block;
    width: 100%;
    overflow: hidden;
}
.project4-show2 ul .li2 .list h2{
    width: 100%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    margin:0 0 5px 5px;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    background-color: #0089c9;
}
.project4-show2 ul .li2 .list h3{
    width: 100%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    margin:0 0 5px 5px;
    overflow: hidden;
    color: #484848;
    background-color: #e5e5e5;
}
.project4-show22{
    overflow: hidden;
    padding: 70px 0 60px 0 ;
    background-color: #f8f8f8;
}
.project4-show22 h1{
    font-weight: bold;
    color: #0f8ecb;
    font-size: 48px;
    margin: 0 0 40px 0;
}
.project4-show22 h4{
    color: #3d3d3d;
    margin: 0 0 20px 0;
}
.project4-show22 .sp-i{
    overflow: hidden;
}
.project4-show22 .sp-i img{
    width: 100%;
    height: auto;
}
.project4-show22 .sp-a a{
    display: block;
    width: 400px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #0089c9;
    margin:60px auto 0;
    border-radius: 5px;
}
.project4-show23{
    overflow: hidden;
    padding: 70px 0 100px 0 ;
}
.project4-show23 h1{
    font-weight: bold;
    color: #0f8ecb;
    font-size: 48px;
    margin: 0 0 40px 0;
}
.project4-show23 .sp-t{
    font-size: 18px;
    color: #fff;
    background-color: #0089c9;
    text-align: justify;
    text-indent: 2em;
    line-height: 30px;
    padding: 50px 15px;
    min-height: 260px;
}
.project4-show23 .sp-i{
    overflow: hidden;
}
.project4-show23 .sp-i img{
    width: 100%;
    height: auto;
}

.project4-show3{
    overflow: hidden;
    background-color: #77bc39;
    padding: 70px 0  90px 0;
}
.project4-show3 .sp-t h1{
    font-weight: bold;
    color: #fff;
    margin: 0 0 40px 0;
}
.project4-show3 .sp-t h4{
    color: #fff;
    line-height: 30px;
    margin: 0;
}
.project4-show3 .sp-i{
    text-align: right;
}
.project4-show3 .sp-i img{
    /*width: 100%;*/
    height: auto;
}
.project4-show32{
    overflow: hidden;
    padding: 70px 0 0  0 ;
}
.project4-show32 h1{
    overflow: hidden;
    color: #77bc39;
    font-weight: bold;
    font-size: 48px;
    margin: 0 0 40px 0;
}
.project4-show32 ul{
    overflow: hidden;
    margin: 0 -5px;
    width: 100%;
}
.project4-show32 ul li{
    display: block;
    float: left;
    width: 25%;
    padding: 0 5px;
}
.project4-show32 ul li .h4{
    background-color: #77bc39;
    color: #fff;
    height: 60px;
    line-height: 60px;
    margin: 0;
}
.project4-show32 ul li .li-i{
    height: 175px;
    overflow: hidden;
}
.project4-show32 ul li .li-i img{
    width: 100%;
    height: auto;
}
.project4-show32 ul li .h42{
    color: #363636;
    line-height: 30px;
    margin:20px 0 0 0;
    padding: 0 15px;
    text-align: left;
}
.project4-show33{
    overflow: hidden;
    padding: 70px 0 90px  0 ;
}
.project4-show33 ul{
    overflow: hidden;
    margin: 0 -5px;
    width: 100%;
}
.project4-show33 ul li{
    display: block;
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.project4-show33 ul li h4{
    float: left;
}
.project4-show33 ul li .h4{
    background-color: #77bc39;
    color: #fff;
    height: 45px;
    line-height: 45px;
    margin: 0 20px 0 0;
    padding: 0 20px;
    text-align: center;
}
.project4-show33  .sp-i img{
    width: 100%;
    height: auto;
}
.project4-show33 a{
    display: block;
    background-color: #77bc39;
    color: #fff;
    width: 220px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    border-radius: 5px;
    margin:100px auto 0;
    text-align: center;
}
.project4-show33 .video_box{
    position:relative;
    overflow: hidden;
    width:600px;
    height:355px;
    margin:80px auto;
    background:#000;
}
.project4-show4{
    overflow: hidden;
    margin-top: -85px;
}
.project4-show4 .sp-t{
    overflow: hidden;
    background-color: #249aca;
    color: #fff;
    padding: 30px 20px;
    min-height: 225px;
}
.project4-show4 .sp-t h1{
    font-size: 40px;
    margin-bottom: 20px;
}
.project4-show4 .sp-t h4{
    margin-bottom: 0;
}
.project4-show4 .sp-t h6{
    margin-top: 3px;
}
.project4-show4 .sp-t .bor{
    width: 50px;
    height: 4px;
    background-color: #fff;
    margin-top: 20px;
}
.project4-show4 .sp-d{
    overflow: hidden;
    padding: 30px 20px;
    background-color: #eef7fc;
}
.project4-show4 .sp-d h4{
    font-size: 16px;
    color: #333;
    line-height: 25px;
}
.project4-show42{
    overflow: hidden;
    padding: 70px 0 45px 0;
}
.project4-show42 h3{
    color: #249aca;
    font-weight: bold;
    margin: 0;
}
.project4-show42 .h5{
    color: #45969e;
    margin-bottom: 0;
}
.project4-show42 .h52{
    color: #333;
    margin-top: 30px;
    line-height: 25px;
}
.project4-show42 a{
    display: block;
    width: 175px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #249aca;
    margin: 30px auto;
    color: #fff;
}
.project4-show43{
    overflow: hidden;
    width: 100%;
    height: auto;
}
.project4-show43 .bg-i{
    background-image: url("../images/pic200.png");
    background-size: 100% 100%;
    height: 1046px;
    overflow: hidden;
}
.project4-show43 .list{
    width: 960px;
    overflow: hidden;
    padding: 30px 0;
    margin: 30px 0 0 80px;
    background-color: #2599ca;
}
.project4-show43 .list .list-i{
    width: 350px;
    padding: 0 40px 0 30px;
    overflow: hidden;
}
.project4-show43 .list .list-i img{
    width: 100%;
    height: auto;
}
.project4-show43 .list .list-sp{
    width: 610px;
    overflow: hidden;
    padding-right: 40px;
}
.project4-show43 .list .list-sp img{
    margin: 15px 0 30px;
}
.project4-show43 .list .list-sp h5{
    line-height: 25px;
    margin: 0;
    color: #fff;
}
.project4-show43  .list2-b{
    overflow: hidden;
}
.project4-show43 .list2{
    width: 960px;
    overflow: hidden;
    padding: 30px 0;
    margin: 30px 0 0 0;
    background-color: #2599ca;
}
.project4-show43 .list2 .list-i{
    width: 350px;
    padding: 0 30px 0 40px;
    overflow: hidden;
}
.project4-show43 .list2 .list-i img{
    width: 100%;
    height: auto;
}
.project4-show43 .list2 .list-sp{
    width: 610px;
    overflow: hidden;
    padding-left: 40px;
}
.project4-show43 .list2 .list-sp img{
    margin: 15px 0 30px;
}
.project4-show43 .list2 .list-sp h5{
    line-height: 25px;
    margin: 0;
    color: #fff;
}
.project4-show43 .list3{
    overflow: hidden;
    padding: 100px 80px 0 ;
    position: relative;
}
.project4-show43 .list3 h5{
    color: #333;
    position: relative;
    z-index: 1;
}
.project4-show43 .list3 .list-i{
    margin-top: 20px;
    margin-bottom:30px;
}
.project4-show43 .list3 .list-i2{
    position: absolute;
    right: 180px;
    bottom: 00px;
}
.project4-show43 .list3 .list-i2 img{
    width: 300px;
    height: auto;
}
.project4-show44{
    overflow: hidden;
    padding: 70px 0 0 0;
}
.project4-show44 h3{
    color: #249aca;
    font-weight: bold;
    margin: 0;
}
.project4-show44 .h5{
    color: #45969e;
    margin-bottom: 0;
}
.project4-show44 .h52{
    color: #333;
    margin-top: 30px;
    line-height: 25px;
}
.project4-show44 a{
    display: block;
    width: 175px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #249aca;
    margin: 30px auto;
    color: #fff;
}
.project4-show45{
    overflow: hidden;
    padding: 0 0 10px 0;
}
.project4-show46{
    overflow: hidden;
    padding: 70px 0 0 0;
}
.project4-show46 h3{
    color: #249aca;
    font-weight: bold;
    margin: 0;
}
.project4-show46 .h5{
    color: #45969e;
    margin-bottom: 20px;
}
.project4-show46 .bg-i{
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    background-image: url("../images/pic208.jpg");
    background-size: 100% 100%;
}
.project4-show47{
    overflow: hidden;
    padding: 70px 0 100px 0;
}
.project4-show47 h3{
    color: #249aca;
    font-weight: bold;
    margin: 0;
}
.project4-show47 .h5{
    color: #45969e;
    margin-bottom: 20px;
}
.project4-show47 .list{
    overflow: hidden;
    height: 175px;
    color: #fff;
    padding: 0;
    background-color: #2989b0;
}
.project4-show47 .list img{
    width: 100%;
    height: auto;
}
.project4-show47 .list h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.project4-show47 .list h5{
    text-align: left;
    line-height: 20px;
}
.project4-show47 .list2{
    padding: 5px;
}
.project4-show47 .list2 .list-bor{
    border: 1px dashed #94c4d8;
    height: 100%;
    padding: 20px 30px;
}


/*小儿眼科*/
.project5-show{
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding: 200px;
    min-height: 1000px;
}
.project5-show2{
    overflow: hidden;
    padding: 70px 0 80px 0 ;
}
.project5-show2 h1{
    font-weight: bold;
    color: #2797ff;
    font-size: 48px;
    margin: 0 0 40px 0;
}
.project5-show2 .sp-i{
    overflow: hidden;
    padding-right: 30px;
    padding-top: 8px;
    height: 247px;
}
.project5-show2 .sp-i img{
    width: 100%;
    height: auto;
}
.project5-show2 .sp-t h4{
    color: #3e3e3e;
    margin-top: 0;
    line-height:30px;
    margin-bottom: 5px;
    text-align: justify;
    text-indent: 2em;
}
.project5-show22{
    overflow: hidden;
    padding: 70px 0 80px 0 ;
    background-color: #00b4ff;
}
.project5-show22 h1{
    font-weight: bold;
    color: #fff;
    font-size: 48px;
    margin: 0 0 40px 0;
}
.project5-show22 h4{
    color: #fff;
    line-height: 25px;
    margin-top: 60px;
}

.project5-show3{
    overflow: hidden;
    margin: 75px 0 0 0;
}
.project5-show3 .sp-td{
    overflow: hidden;
    padding-top: 35px;
    background-color: #e2ece9;
}
.project5-show3 .sp-i{
    overflow: hidden;
}
.project5-show3 .sp-i img{
    width: 100%;
    height: auto;
}
.project5-show3 .sp-t{
    overflow: hidden;
}
.project5-show3 .sp-t .list{
    overflow: hidden;
    padding-right: 15px;
}
.project5-show3 .sp-t .list .list-sp{
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 2px solid #362e2b;
}
.project5-show3 .sp-t .list .list-sp h1{
    font-size: 30px;
    margin-top: 0;
    color: #262626;
    margin-bottom: 0;
}
.project5-show3 .sp-t .list .list-sp h1 span{
    font-size: 42px;
}
.project5-show3 .sp-t .list .list-sp h4{
    color: #262626;
    margin-top: 5px;
    margin-bottom: 0;
}
.project5-show3 .sp-t .list .h4{
    line-height: 30px;
    color: #262626;
    text-align: justify;
    text-indent: 2em;
    margin-top: 20px;
    margin-bottom: 20px;
}

.project5-show32{
    overflow: hidden;
    margin: 70px 0 0 0;
}
.project5-show32 .list-box{
    overflow: hidden;
    margin-top: 40px;
}
.project5-show32 .list{
    overflow: hidden;
    position: relative;
}
.project5-show32 .list .list-b{
    overflow: hidden;
    position: relative;
}
.project5-show32 .list .list-i{
    height: 330px ;
    overflow: hidden;
}
.project5-show32 .list .list-i img{
    width: 100%;
    height: auto;
}
.project5-show32 .list h4{
    position: absolute;
    width: 100%;
    left: 0;
    height: 70px;
    bottom: 0;
    color: #fff;
    margin: 0;
    padding: 10px 15px;
    line-height: 25px;
    background-color: rgba(0,0,0,.5);
}
.project5-show32 .list a{
    position: absolute;
    width: 100%;
    height: 260px;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    display: none;
}
.project5-show32 .list a span{
    display: block;
    width: 100px;
    height: 100px;
    color: #fff;
    background-color: #854021;
    border-radius: 100%;
    font-size: 18px;
    margin:115px auto;
    padding: 25px;
}
.project5-show32 .list .list-b:hover  a{
    display: block;
}
.project5-show32 .list-box2{
    overflow: hidden;
    margin-top: 40px;
}
.project5-show33{
    overflow: hidden;
    margin: 70px 0 0 0;
}
.project5-show33 .sp-td{
    overflow: hidden;
    margin-top: 40px;
}
.project5-show33 .sp-t{
    overflow: hidden;
}
.project5-show33 .sp-t .list{
    overflow: hidden;
}
.project5-show33 .sp-t .list2{
    margin-top: 30px;
}
.project5-show33 .sp-t h2{
    font-weight: bold;
    color: #247d4e;
    margin-bottom: 20px;
}
.project5-show33 .sp-t h4{
    color: #4b4b4b;
    line-height: 30px;
    text-align: justify;
    text-indent: 2em;
}

.project5-show34{
    overflow: hidden;
    margin: 70px 0 0 0;
}
.project5-show34 .sp-i{
    overflow: hidden;
    margin-top: 40px;
    height: 807px;
    width: 100%;
    background-image: url("../images/pic228.jpg");
    background-size: 100% 100%;
}
.project5-show34 .sp-i .list{
    position: relative;
    overflow: hidden;
    height: 807px;
}
.project5-show34 .sp-i .list img{
    position: absolute;
    bottom: 40px;
    left: 0;
}
.project3-show35{
    overflow: hidden;
    width: 100%;
    padding-top: 70px;
}
.project3-show35  h1{
    font-weight: bold;
    color: #086648;
    font-size: 48px;
    margin: 0 0 40px 0;
    text-align: center;
}
.project3-show35 .list{
    overflow: hidden;
    margin-bottom: 30px;
}
.project3-show35 .list h3{
    font-weight: bold;
    color: #222;
    overflow: hidden;
    margin-bottom: 30px;
}
.project3-show35 .list h3 .sp1{
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    line-height : 26px;
    color: #fff;
    font-size: 18px;
    background-color: #00a2f2;
    text-align: center;
}
.project3-show35 .list h3 .sp2{
    display: block;
    float: right;
    width: 92%;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
}
.project3-show35 .list h4{
    color: #4e4e4e;
}
.project3-show35 .list h4 .sp1{
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    line-height : 26px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    background-color: #54ac0c;
}
.project3-show35 .list h4 .sp2{
    display: block;
    float: right;
    width: 92%;
    line-height: 25px;
}
.project3-show35 .more{
    display: block;
    width: 290px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    margin: 20px auto 70px;
    background-color: #086648;
}


/*眼底病*/
.project6-show{
    overflow: hidden;
}
.project6-show .sp-i{
    overflow: hidden;
    background-image: url("../images/pic230.png");
    background-size: 100% 100%;
    height: 186px;
    width: 100%;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    padding-top: 30px;
}
.project6-show h3{
    text-indent: 2em;
    text-align: justify;
    color: #393939;
    line-height: 35px;
    margin-top: 50px;
}
.project6-show .h3{
    text-indent: 0;
    font-weight: bold;
}
.project6-show .h3 span{
    color: #ff1818;
}
.project6-show12{
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 150px;
}
.project6-show12 .sp-t h1{
    font-size: 48px;
    font-weight: bold;
    color: #feac2a;
}
.project6-show12 .list-box{
    overflow: hidden;
    margin-top: 40px;
}
.project6-show12 .list-box .list{
    overflow: hidden;
    background-color: #feac2a;
    padding: 10px 30px;
    border-radius: 5px;
}
.project6-show12 .list-box .list h1{
    color: #fff;
    font-weight: bold;
    margin-bottom:30px;
}
.project6-show12 .list-box .list h2{
    color: #3b3b3b;
}

.project6-show2{
    overflow: hidden;
    background-color: #77bc39;
    padding: 50px 0;
}

.project6-show2 .sp-t{
    color: #77bc39;
    width: 100%;
    background-color: #fff;
    padding:15px ;
    height: 200px;
    overflow: hidden;
}
.project6-show2 .sp-t h1{
    font-size: 48px;
    font-weight: bold;
    height: 100%;
    margin: 0;
    padding: 25px 40px;
    border: 2px solid #77bc39;
}
.project6-show2 .sp-d{
    overflow: hidden;
}
.project6-show2 .sp-d h2{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
.project6-show2 .sp-d h4{
    color: #fff;
    text-indent: 2em;
    margin-bottom: 0;
    line-height: 30px;
}

.project6-show22{
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 15px;
}
.project6-show22 h1{
    font-weight: bold;
    color: #77bc39;
    margin-top: 0;
    margin-bottom: 40px;
    font-size:48px;
}
.project6-show22 .list{
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}
.project6-show22 .list h4{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 25px;
    color: #fff;
    padding:100px 50px;
    margin: 0;
}
.project6-show23{
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 15px;
    height: 719px;
    background-image: url("../images/pic234.jpg");
    background-size: 100% 100%;
}
.project6-show23 h1{
    font-weight: bold;
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
    font-size:48px;
}
.project6-show23 .sp-t{
    overflow: hidden;
    padding: 45px 35px;
    background-color: #fff;
}
.project6-show23 .sp-t img{
    width: 100%;
    height: auto;
}
.project6-show23 .sp-t h4{
    color: #434343;
    text-align: justify;
    text-indent: 2em;
    line-height: 30px;
    margin-top: 60px;
}
.project6-show23 a{
    display: block;
    width: 290px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background-color: #399fbc;
    border: 1px solid #fff;
    margin: 50px auto 0;
    border-radius: 5px;
}
.project6-show24{
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 15px;
}
.project6-show24 h1{
    font-weight: bold;
    color: #77bc39;
    margin-top: 0;
    margin-bottom: 40px;
    font-size:48px;
}
.project6-show24 h3{
    width: 150px;
    height: 150px;
    margin: auto;
    color: #fff;
    padding: 35px;
    line-height: 40px;
    background-color: #399fbc;
    border-radius: 100%;
}
.project6-show25{
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 15px;
}
.project6-show25 .sp-t h1{
    font-weight: bold;
    color: #77bc39;
    margin-top: 0;
    font-size:48px;
    margin-bottom: 40px;
}
.project6-show25 .sp-d{
    overflow: hidden;
}
.project6-show25 .sp-d h1{
    color: #399fbc;
    font-weight: bold;
    margin: 60px 0 30px;
}
.project6-show25 .sp-d h4{
    color: #373737;
    text-align: justify;
    text-indent: 2em;
    line-height: 30px;
    margin: 0;
}
.project6-show26{
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 100px;

}
.project6-show26 .sp-t h1{
    color: #fff;
    margin-top: 0;
    font-size: 30px;
    float: left;
    margin-bottom: 40px;
    padding: 10px 20px;
    background-color: #399fbc;
}
.project6-show26 .sp-d{
    overflow: hidden;
}
.project6-show26 .sp-d h3{
    overflow: hidden;
}
.project6-show26 .sp-d h3 span{
    display: block;
    float: left;
}
.project6-show26 .sp-d h3 .sp1{
    width: 75px;
    height: 75px;
    line-height: 75px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    background-color:#399fbc;
    border-radius: 100%;
}
.project6-show26 .sp-d h3 .sp2{
    font-size: 24px;
    width:70%;
    color: #399fbc;
    line-height: 35px;
    padding-left: 20px;
}

.project6-show3{
    overflow: hidden;
    padding-bottom: 65px;
    background-color: #e4cca8;
}
.project6-show3 h1{
    font-size: 48px;
    color: #9b5913;
    margin: 100px 0 40px 0;
    font-weight: bold;
}
.project6-show3 h3{
    color: #9b5913;
    line-height: 35px;
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 35px;
}

.project6-show32{
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 100px;
}
.project6-show32 h1{
    font-size: 48px;
    color: #e9a55c;
    font-weight: bold;
    margin-bottom: 40px;
}
.project6-show32 ul{
    overflow: hidden;
    margin: 0 -7px;
}
.project6-show32 ul li{
    display: block;
    float: left;
    width: 20%;
    padding: 0 7px;
    margin-bottom: 15px;
}
.project6-show32 ul li .li{
    width: 100%;
    padding:  20px 15px 10px;
    min-height: 215px;
    background-color: #e4cca8;
}
.project6-show32 ul li .li h4{
    font-weight: bold;
    color: #9b5913;
    line-height: 25px;
    margin-bottom: 15px;
}
.project6-show32 ul li .li h5{
    color: #9b5913;
    line-height: 25px;
    text-align: left;
}

/*眼整形*/
.project7-show{
    overflow: hidden;
    padding: 70px 0 0 0;
}
.project7-show h1{
    margin: 0 0 40px 0;
    font-size: 48px;
    color: #282828;
}
.project7-show12{
    overflow: hidden;
    margin: 70px 0 0 0;
    width: 100%;
    height: 1448px;
    background-image: url("../images/pic237.jpg");
    background-size: 100% 100%;
}
.project7-show12 .h1{
    color: #c09d4c;
}
.project7-show12 .h1 a{
    color: #c09d4c;
    padding: 3px 20px;
    border: 1px solid #c09d4c;
}
.project7-show12 .h12{
    margin: 140px 0 40px 0;
    font-size: 48px;
    color: #282828;
}
.project7-show12 .h13{
    color: #c09d4c;
    margin-top: 60px;
}
.project7-show12 .h13 a{
    color: #c09d4c;
    padding: 3px 20px;
    border: 1px solid #c09d4c;
}
.project7-show13{
    overflow: hidden;
}
.project7-show13 h1{
    margin: 0 0 40px 0;
    font-size: 48px;
    color: #282828;
}
.project7-show13 .sp-t h2{
    color: #454545;
    margin:0;
}
.project7-show13 h2 span{
    font-size: 24px;
    color: #7a7a7a;
}
.project7-show13 .sp-t .sp-i{
    overflow: hidden;
    margin: 30px auto 25px;
}
.project7-show13 .sp-t .sp-i img{
    width: 100%;
    height: auto;
}
.project7-show13 .sp-t h3{
    color: #7a7a7a;
    margin:0;
    line-height: 40px;
}
.project7-show13 .sp-d{
    overflow: hidden;
    padding-top: 60px;
}
.project7-show13 .sp-d img{
    float: left;
}
.project7-show13 .sp-d h3{
    margin: 0 0 0 15px;
    color: #414141;
    float: left;
    line-height: 50px;
}
.project7-show13 .sp-d h4{
    margin: 0 0 0 15px;
    color: #414141;
    float: left;
    width: 81%;
    line-height: 25px;
}
.project7-show13 .sp-a{
    overflow: hidden;
    margin-top: 50px;
}
.project7-show13 .sp-a a{
    color: #c09d4c;
    padding: 0 20px;
    font-size: 24px;
    border: 1px solid #c09d4c;
}
.project7-show14{
    overflow: hidden;
    padding-top: 70px;
}
.project7-show15{
    overflow: hidden;
    padding: 160px 0 0 0;
    width: 100%;
    height: 908px;
    background-image: url("../images/pic240.jpg");
    background-size: 100% 100%;
}
.project7-show15 h1{
    color: #282828;
    padding-bottom: 120px;
}
.project7-show15 img{
    width: 100%;
    height: auto;
}
.project7-show15 .sp-a{
    overflow: hidden;
    margin-top: 40px;
}
.project7-show15 .sp-a a{
    color: #c09d4c;
    padding: 0 20px;
    font-size: 36px;
    border: 1px solid #c09d4c;
}
.project7-show16{
    overflow: hidden;
    padding-bottom: 140px;
}
.project7-show16 h1{
    margin: 0 0 40px 0;
    font-size: 48px;
    color: #282828;
}
.project7-show16 .list{
    overflow: hidden;
}
.project7-show16 .list .list-i{
    height: 183px;
    overflow: hidden;
}
.project7-show16 .list .list-i img{
    width: 100%;
    height: auto;
}
.project7-show16 .list h2{
    color: #c09d4c;
    font-weight: bold;
    line-height: 55px;
    margin: 20px 0 0 0;
}
.project7-show16 .list h2 span{
    font-weight: 100;
    width: 55px;
    height: 55px;
    line-height: 55px;
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    background-color: #c09d4c;
    border-radius: 100%;
    margin-right: 20px;
}
.project7-show16 .list h4{
    color: #3d3d3d;
    line-height: 30px;
    margin: 20px 0 0 0;
}
.project7-show2{
    overflow: hidden;
    padding-top: 20px;
    position: relative;
}
.project7-show2 img{
    /*width: 100%;*/
    height: auto;
}
.project7-show2 a{
    display:block;
    width: 290px;
    height: 75px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -167px;
}
.project7-show22{
    overflow: hidden;
    padding: 70px 0 50px 0 ;
}
.project7-show22 h1{
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 40px 0;
    color: #00033a;
}
.project7-show22 h1 span{
    color: #7e0202;
}
.project7-show22 a{
    display: block;
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 170px;
    height: 50px;
    line-height: 50px;
    background-color: #00033a;
    border-radius: 10px;
    margin: 30px auto 0;
}
.project7-show23{
    overflow: hidden;
    padding: 70px 0 120px 0 ;
    background-color: #242236;
}
.project7-show23 h1{
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 90px 0;
    color: #fff;
}
.project7-show24{
    overflow: hidden;
    padding-top: 70px;
}
.project7-show24 a{
    display: block;
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 170px;
    height: 50px;
    line-height: 50px;
    background-color: #00033a;
    border-radius: 10px;
    margin:auto ;
}
.project7-show25{
    overflow: hidden;
    padding-top: 70px;
}
.project7-show25 .h1{
    margin-top:0 ;
    color: #00033a;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 40px;
}
.project7-show25 .list{
    overflow: hidden;
}
.project7-show25 .list .list-i{
    height: 262px;
    overflow:hidden;
}
.project7-show25 .list .list-i img{
    width: 100%;
    height: auto;
}
.project7-show25 .list h1{
    background-color: #00033a;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    margin:10px 0 0 0;
    border-radius: 10px;
    position: relative;
}
.project7-show25 .list h1 img{
    position: absolute;
    left: -10px;
    top: -30px;
}
.project7-show25 .list .h5{
    overflow: hidden;
    padding-top: 10px;
}
.project7-show25 .list .h5 h5{
    color: #000;
    text-align: left;
    margin: 0;
    line-height: 25px;
}
.project7-show26{
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 55px;
}
.project7-show26 .h1{
    color: #fff;
    font-size: 30px;
    width: 380px;
    height: 45px;
    line-height: 45px;
    margin:0 auto 40px;
    background-color:#00033a;
}
.project7-show26 .sp-t{
    overflow: hidden;
    padding: 0 60px;
}
.project7-show26 .sp-t h5{
    color: #323232;
    margin: 0;
    line-height: 25px;
}
.project7-show26 .sp-t h5 span{
    color: #000564;
    font-size: 20px;
}
.project7-show26 .sp-i{
    overflow: hidden;
    padding: 0 60px;
    position: relative;
}
.project7-show26 .sp-i img{
    width: 100%;
    height: auto;
}
.project7-show26 .sp-i a{
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background-color: #df9a3c;
    border-radius: 5px;
    margin: auto;
}
.project7-show27{
    overflow: hidden;
    padding: 45px 0 15px;
    background-color: #30baa0;
}
.project7-show27 .sp-i{
    overflow: hidden;
    padding-top: 160px;
    position: relative;
}
.project7-show27 .sp-i a{
    display: block;
    top: 382px;
    width: 280px;
    height: 73px;
    position: absolute;
    left: 25px;
}
.project7-show27 .sp-a a{
    display: block;
    width: 170px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    font-size: 24px;
    margin:55px auto 0;
}
.project7-show28{
    overflow: hidden;
    padding: 30px 0 0;
    position: relative;
}
.project7-show28 .go{
    display: block;
    top: 226px;
    width: 290px;
    height: 75px;
    position: absolute;
    left: 50%;
    margin-left: -145px;
}
.project7-show28 .sp-t{
    display: block;
    top: 380px;
    width: 700px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
}
.project7-show28 .sp-t h2{
    color: #fff;
    width: 380px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin: 0 0 50px 1.2em;
    background-color: #f4b20b;
}
.project7-show28 .sp-t h4{
    margin: 0;
    text-indent: 2em;
    text-align: justify;
    line-height: 35px;
    color: #fff;
}
.project7-show28 .sp-a a{
    display: block;
    width: 170px;
    height: 45px;
    line-height: 45px;
    background-color: #066c92;
    border-radius: 10px;
    color: #000;
    font-size: 24px;
    margin:55px auto 0;
}
.project7-show29{
    overflow: hidden;
    padding: 70px 0 0 0;
}
.project7-show29 .sp-i{
    overflow: hidden;
    position: relative;
    padding-top: 18px;
}
.project7-show29 .sp-i a{
    display: block;
    top: 243px;
    width: 290px;
    height: 75px;
    position: absolute;
    left: 25px;
}
.project7-show29 ul{
    overflow: hidden;
}
.project7-show29 ul li{
    display: block;
    width: 100%;
    height: 110px;
    line-height: 110px;
    font-size: 32px;
    padding: 0 50px;
    margin-bottom: 5px;
    overflow: hidden;
    color: #fff;
}
.project7-show29 ul .li1{
    background-color: #509fc8;
}
.project7-show29 ul .li2{
    background-color: #ebb838;
}
.project7-show29 ul .li3{
    background-color: #30baa0;
}
.project7-show29 .sp-a a{
    display: block;
    width: 170px;
    height: 45px;
    line-height: 45px;
    background-color: #ebb838;
    border-radius: 10px;
    color: #000;
    font-size: 24px;
    margin:55px auto 0;
}
.project7-show210{
    overflow: hidden;
    padding: 70px 0 0 0;
}
.project7-show210 h1{
    margin: 0 ;
    color: #066c92;
    font-weight: bold;
}
.project7-show210 .sp-a a{
    display: block;
    width: 170px;
    height: 45px;
    line-height: 45px;
    background-color: #ebb838;
    border-radius: 10px;
    color: #000;
    font-size: 24px;
    margin:25px auto 0;
}
.project7-show211{
    overflow: hidden;
    padding: 70px 0 0 0;
}
.project7-show211 h1{
    margin: 0 0 40px 0;
    color: #7e0202;
    font-weight: bold;
}
.project7-show211 .list{
    overflow: hidden;
    margin-bottom: 30px;
}
.project7-show211 .list img{
    width: 100%;
}
.project7-show211 .sp-a a{
    display: block;
    width: 170px;
    height: 45px;
    line-height: 45px;
    background-color: #30baa0;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    margin:25px auto 0;
}
.project7-show212{
    overflow: hidden;
    margin: 40px 0 0 0;
    padding-bottom: 40px;
    background-color: #30baa0;
}
.project7-show212 .sp-i{
    overflow: hidden;
    position: relative;
    padding-top: 93px;
}
.project7-show212 .sp-i a{
    display: block;
    top: 318px;
    width: 290px;
    height: 75px;
    position: absolute;
    left: 25px;
}
.project7-show212 h4{
    color: #fff;
    line-height: 30px;
    text-align: justify;
    padding-left: 5px;
}
.project7-show212 .sp-i2{
    border-left: 5px solid #fff;
    overflow: hidden;
}
.project7-show212 .sp-i2 img{
    width: 90%;
}
.project7-show3-box{
    width: 1098px;
    height: 2250px;
    background-image: url("../images/pic275.png");
    background-size: 100% 100%;
    margin: 215px auto 0;
    position: relative;
}
.project7-show3{
    overflow: hidden;
    position: absolute;
    top: -150px;
}
.project7-show3 .bg-i{
    width: 854px;
    height: 263px;
    background-image: url("../images/pic266.png");
    background-size: 100% 100%;
    margin: auto;
}
.project7-show3 .sp-t{
    overflow: hidden;
    color: #fff;
    padding: 20px;
}
.project7-show3 .sp-t h3{
    font-weight: bold;
}
.project7-show3 .sp-d{
    overflow: hidden;
    color: #fff;
    padding: 60px 0 0 50px;
}
.project7-show3 .sp-d h3{
    font-weight: bold;
    color: #5c4035;
    padding-left: 40px;
}
.project7-show3 .sp-d h4{
    color: #000;
}
.project7-show3 .sp-i{
    overflow: hidden;
    color: #fff;
    padding: 60px 0 0 0;
    margin-left: 10px;
}
.project7-show3 .sp-i img{
    padding-left: 10px;
    border-left: 1px solid #725a51;
}
.project7-show32{
    overflow: hidden;
    padding-top: 183px;
}
.project7-show32 .sp-t{
    margin-bottom: 20px;
    margin-left: -15px;
}
.project7-show32 .sp-i{
    overflow: hidden;
    margin: 20px 0 0 60px;
    position: relative;
}
.project7-show32 .sp-i a{
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: 10px;
    width: 115px;
    height: 30px;
    display: block;
}
.project7-show32 .sp-i .li-a2{
    top: 175px;
}
.project7-show32 .sp-i .li-a3{
    top: 305px;
}

.project7-show33{
    overflow: hidden;
    padding-top: 85px;
}
.project7-show33 .sp-t{
    margin-bottom: 30px;
    margin-left: -15px;
}
.project7-show33 .sp-i{
    background-image: url("../images/pic270.png");
    background-size: 100% 100%;
    width: 502px;
    height: 300px;
    overflow: hidden;
    padding: 50px;
    margin: 0 0 0 60px;
}
.project7-show33 .sp-i h2{
    font-size: 30px;
    font-weight: bold;
    color: #421a0e;
    margin: 0;
    padding:0 15px 10px;
}
.project7-show33 .sp-i h3{
    font-size: 20px;
    color: #ff6d02;
    padding:0 15px 10px;
    margin: 0;
    border-bottom: 1px solid #421a0e;
}
.project7-show33 .sp-i h4{
    line-height: 30px;
    padding:0 15px 10px;
}
.project7-show33 .sp-i2{
    margin: 0 0 0 60px;
    overflow: hidden;
}
.project7-show33 .sp-i2 h2{
    font-size: 30px;
    font-weight: bold;
    color: #421a0e;
    margin: 0;
    padding:0 0 10px;
}
.project7-show33 .sp-i2 h3{
    font-size: 20px;
    color: #ff6d02;
    padding:0 15px 10px;
    margin: 0;
    border-bottom: 1px solid #421a0e;
}
.project7-show33 .sp-i2 h5{
    line-height: 20px;
    padding:0 0 10px;
    color: #421a0e;
}
.project7-show33  .sp-i3{
    position: relative;
}
.project7-show33  .sp-i3 img{
    width: 80%;
    height: auto;
    top: -80px;
    position: absolute;
}
.project7-show34{
    overflow: hidden;
    padding-top: 100px;
}
.project7-show34 .sp-t{
    margin-bottom: 30px;
    margin-left: -15px;
}
.project7-show34 .sp-i{
    width: 993px;
    height: 327px;
    background-image: url("../images/pic273.jpg");
    background-size: 100% 100%;
    margin: 0 0 0 60px;
    overflow: hidden;
}
.project7-show34 .sp-i .list{
    color: #3c1d07;
    overflow: hidden;
    padding: 25px 10px 0 50px;
}
.project7-show34 .sp-i .list h4{
    font-size: 20px;
    margin-bottom: 25px;
}
.project7-show34 .sp-i .list2{
    padding: 25px 10px 0 40px;
}
.project7-show4{
    overflow: hidden;
    padding: 70px 0 0 0;
}
.project7-show4 h3{
    width: 540px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #1663be;
    color: #fff;
    font-weight: bold;
    margin:0 auto 40px;
}
.project7-show4 img{
    width: 100%;
    height: auto;
}
.project7-show42{
    overflow: hidden;
    padding: 70px 0 0 0;
}
.project7-show42 .sp-t h3{
    width: 540px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #1663be;
    color: #fff;
    font-weight: bold;
    margin:0 auto 30px;
}
.project7-show42 .sp-t h4{
    color: #3c3c3c;
    margin: 0;
    line-height: 30px;
}
.project7-show42 .list-box{
    overflow: hidden;
}
.project7-show42 .list-box .list{
    overflow: hidden;
}
.project7-show42 .list-box .list h3{
    font-weight: bold;
    color: #1663be;
    font-style: italic;
    text-align: left;
    margin: 30px 0 20px;
}
.project7-show42 .list-box .list h4{
    color: #373737;
    margin: 0;
    padding: 15px;
    line-height: 30px;
    min-height: 120px;
    background-color: #eee;
}
.project7-show42 .list-box .list2 h4{
    min-height: 90px;
}
.project7-show43{
    overflow: hidden;
    padding: 70px 0 45px 0;
}
.project7-show43 .sp-t h3{
    width: 540px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #1663be;
    color: #fff;
    font-weight: bold;
    margin:0 auto 40px;
}
.project7-show43 .list{
    overflow: hidden;
    margin-bottom: 55px;
}
.project7-show43 .list .list-t{
    width: 15%;
    float: left;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    height: 70px;
    background-color: #1663be;
}
.project7-show43 .list .list-d{
    float: right;
    width: 85%;
    padding-left: 15px;
}
.project7-show43 .list .list-d h3{
    margin-top: 10px;
    color: #1663be;
    font-weight: bold;
}
.project7-show43 .list .list-d h4{
    margin-top: 15px;
    color: #3c3c3c;
    margin-bottom: 0;
    font-size: 16px;
}
.project7-show43 .list2 .list-t{
    width: 9.7%;
}
.project7-show43 .list2 .list-d{
    width:90.3%;
}

.project7-show5{
    overflow: hidden;
    padding: 70px 0 0 0;
    background-color: #e2e2e2;
}
.project7-show5 h1{
    font-weight: bold;
    font-size: 48px;
    color: #4d6ca6;
    margin: 0 0 40px 0;
}
.project7-show5 h4{
    color: #3c3c3c;
    margin: 0;
    line-height: 30px;
}
.project7-show52{
    overflow: hidden;
    padding: 70px 0 90px 0;
    background-color: #e2e2e2;
}
.project7-show52 h1 {
    font-weight: bold;
    font-size: 48px;
    color: #4d6ca6;
    margin: 0 0 40px 0;
}
.project7-show53{
    overflow: hidden;
    padding: 70px 0 90px 0;
}
.project7-show53 h1 {
    font-weight: bold;
    color: #4d6ca6;
    margin: 0 0 40px 0;
}
.project7-show53 h3{
    color: #4d6ca6;
    font-size: 22px;
}
.project7-show54{
    overflow: hidden;
}
.project7-show54 h1 {
    font-weight: bold;
    font-size: 48px;
    color: #8196be;
    margin: 0 0 40px 0;
}
.project7-show54 .sp-t{
    overflow: hidden;
    margin-bottom: 10px;
}
.project7-show54 .sp-t .sp-i{
    overflow: hidden;
}
.project7-show54 .sp-t .sp-i img{
    width: 100%;
    height: auto;
}
.project7-show54 .sp-t .h3{
    width: 230px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 50px 0;
    text-align: center;
    background-color: #8196be;
}
.project7-show54 .sp-t .sp-d{
    width: 50%;
    float: left;
    padding-right: 15px;
}
.project7-show54 .sp-t .sp-d2{
    border-left: 1px dashed #dcdcdc;
    padding-left: 15px;
    padding-right: 0;
}
.project7-show54 .sp-t .sp-d h3{
    color: #8196be;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.project7-show54 .sp-t .sp-d h4{
    color: #4a4a4a;
    margin: 0;
    line-height: 25px;
    text-align: justify;
}
.project7-show54 .sp-t2 .h3{
    margin: 0 0 40px 0;
}
.project7-show54 .sp-t2 .sp-d{
    width: 100%;
    float: left;
}
.project7-show6{
    overflow: hidden;
    padding: 70px 0 0 0;
}
.project7-show6 h1{
    font-weight: bold;
    font-size: 48px;
    color: #376d94;
    margin: 0 0 40px 0;
}
.project7-show6 h4{
    color: #3c3c3c;
    margin: 0;
    line-height: 30px;
}
.project7-show6 .sp-t{
    color: #fff;
    overflow: hidden;
    padding: 15px ;
    margin-top: 40px;
    min-height: 216px;
    background-color: #8aa9be;
}
.project7-show6 .sp-t h4{
    color: #fff;
    margin-top: 20px;
}
.project7-show62{
    overflow: hidden;
    padding: 50px 0 0 0;
}
.project7-show62 ul{
    overflow: hidden;
    margin: 0 -5px;
}
.project7-show62 ul li{
    display: block;
    float: left;
    width: 25%;
    padding: 0 5px;
    overflow: hidden;
}
.project7-show62 ul li .li-i{
    height: 190px;
    overflow: hidden;
}
.project7-show62 ul li .li-i img{
    width: 100%;
    height: auto;
}
.project7-show62 ul li h3{
    color: #376d94;
    margin: 15px 0;
    font-weight: bold;
}
.project7-show62 ul li h4{
    color: #4e4e4e;
    margin-bottom: 0;
}
.project7-show63{
    overflow: hidden;
    padding: 70px 0 50px 0;
}
.project7-show63 h1{
    font-weight: bold;
    font-size: 48px;
    color: #376d94;
    margin: 0 0 40px 0;
}
.project7-show63 ul{
    overflow: hidden;
    margin: 0 -5px;
}
.project7-show63 ul li{
    display: block;
    float: left;
    width: 20%;
    padding: 0 5px;
    overflow: hidden;
}
.project7-show63 ul li .li-i{
    height: 195px;
    overflow: hidden;
}
.project7-show63 ul li .li-i img{
    width: 100%;
    height: auto;
}
.project7-show62 ul li h4{
    color: #000;
    margin-bottom: 0;
}
.project7-show64{
    overflow: hidden;
    padding: 70px 0 50px 0;
    background-color: #eaeaea;
}
.project7-show64 h1{
    font-weight: bold;
    font-size: 48px;
    color: #f39531;
    margin: 0 0 40px 0;
}
.project7-show64 img{
    width: 100%;
    height: auto;
    margin: 20px;
}






















