@charset "UTF-8";

@media (max-width: 1281px) {
    .centre-width{
        width: 100%;
    }
}
@media (max-width: 768px) {
    .centre-width{
        width: 94%;
    }
}

.header{
    height: 70px;
    background: #ffffff;
}
.banner .swiper-pagination-bullet{ width: 100px; height: 6px; background: #FFFFFF; border-radius: 0; margin: 10px !important;}
.banner .swiper-pagination-bullet{ background: #FFFFFF;}
.header .logo{
    float: left;
    padding-top: 17px;
    margin-left: 10px;
}
@media (max-width: 768px) {
    .header .logo{
        margin-left: 0;
    }
}
.header .logo a{
    display: list-item;
    height: 35px;
    list-style: none;
    line-height: 35px;
}
.header .logo img{
    width: auto;
    height: 100%;
}
.header .nav{
    float: right;
}
.header .nav ul li{
    float: left;
    height: 70px;
    padding-top: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 40px;
    position: relative;
}
@media (max-width: 1200px) {
    .header .nav ul li{
        margin-right: 20px;
    }
}
@media (max-width: 900px) {
    .header .nav ul li{
        margin-right: 10px;
    }
}

.header .nav ul li>a{
    display: block;
    font-size: 2.2em;
    line-height: 30px;
}
.header .nav ul li:hover>a{
    border-bottom: 4px #007ae1 solid;
}

.sec-menu{
    display: none;
    position: absolute;
    width: 240%;
    top: 64px;
    left: -70%;
    z-index: 9999;
    padding-top: 7px;
    background: url("../images/sec-bg.png") center top no-repeat;
}
.sec-menu dl{
    background: rgba(0,122,255,0.9);
    padding: 10px 0;
}
.sec-menu dl dt a{
    display: block;
    text-align: center;
    line-height: 28px;
    font-size: 2em;
    color: #ffffff;
    font-weight: normal;
}
.sec-menu dl dt:hover a{
    color: #007ae1;
    background: #ffffff;
}


.share-2{
    float: right;
    margin-top: 30px;
}
@media (max-width: 830px) {
    .share-2{
        display: none;
    }
    .hidden-xs.share-2{display:block !important;}
    .social-share a{margin:0 !important; margin-left:10px !important;}
}


.share-2 .social-share-icon{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    width: 30px!important;
    height: 30px!important;
    background: #007ae1;
    border: none;
}
.share-2 .social-share-icon:hover{
    background: #007ae1;
}

.menu-icon{
    float: right;
    height: 70px;
}
.menu-icon .menu-btn{
    display: block;
    width: 50px;
    height: 35px;
    background: url("../images/menu-icon.png") left top no-repeat;
    background-size: 100%;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .menu-icon .menu-btn{
        display: block;
        width: 40px;
        height: 28px;
        background: url("../images/menu-icon.png") left top no-repeat;
        background-size: 100%;
        margin-top: 20px;
    }
}
.menu{
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 99999;
    width: 100%;
    background: rgba(0,122,255,0.9);
}
.menu ul{
    padding: 10px 0;
}
.menu ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    line-height: 30px;
}
.menu ul li p{
    height: 40px;
    padding-left: 30%;
    font-size: 2.2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../images/right-icon.png") 15% center no-repeat;
    background-size: auto 35%;
    margin: 0;
}
.menu ul li p span{
    display: block;
    line-height: 40px;
    border-bottom: 1px rgba(255,255,255,0.5) solid;
    color: #ffffff;
}
.menu ul li.active p{
    background: #ffffff url("../images/down-icon.png") 15% center no-repeat;
    background-size: auto 20%;
    color: #007ae1;
}
.menu ul li.active p span{
    color: #007ae1;
}

.smenu{
    display: none;
    padding-left: 35%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.smenu dl dt{
    height: 30px;
}
.smenu dl dt a{
    display: block;
    font-family: Arial;
    font-size: 2em;
    font-weight: normal;
    color: #ffffff;
    line-height: 30px;
    border-bottom: 1px rgba(255,255,255,0.5) dotted;
}







/* banner */
.banner .swiper-slide img{ width: 100%;}
.dots{
    display: block;
}
.arr{
}
.prev,.next {
    font-size: 8em;
    width: 40px;
    height: 60px;
    line-height: 60px;
    font-family: Consolas;
    color: rgba(255,255,255,0.8) !important;
}

.next {
    right: 20px;
}
@media (max-width: 768px) {
    .dots{
        display: none;
    }
}
/* banner end */

/* index-section */
.index-title{
    text-align: center;
    margin-bottom: 30px;
}
.index-title h2{
    font-size: 6em;
    color: #333;
    font-family: Verdana, Arial, "Microsoft Yahei";
    margin-top: 0;
}
.index-title h2:after{
    display: block;
    content: '';
    width: 56px;
    height: 3px;
    background: #007ae1;
    margin: 12px auto 0;
}
@media (max-width: 768px) {
    .index-title{
        margin-bottom: 15px;
    }
    .index-title h2{
        font-size: 4em;
        color: #333;
        margin: 5px 0;
    }
}
.index-about{
    padding: 3em 0;
    background: url("../images/index-bg01.jpg") center top no-repeat;
}
@media (max-width: 768px) {
    .index-about{
        padding: 2em 0;
        background: url("../images/index-bg01.jpg") center top no-repeat;
    }
}
.index-about .about-detail{
    width: 100%;
}
.about-video{
    float: right;
    width: 32%;
    height: 300px;
    margin-right: 30px;
}
@media (max-width: 320px) {
    .about-video{
        height: 230px;
    }
}
.about-info{
    float: left;
    width: 60%;
}
.about-info .info-box{
    font-size: 2em;
    line-height: 24px;
    height: 120px;
    color: #333333;
    overflow: hidden;
}
.about-info .more{
    float: right;
    display: block;
    width: 143px;
    height: 3em;
    font-size: 2em;
    line-height: 3em;
    color: #007ae1;
    border: 1px #007ae1 solid;
    text-align: center;
}
@media (max-width: 768px) {
    .about-info .more{
        float: none;
        display: block;
        margin: 10px auto;
    }
}
.about-info .skill{
    height: 128px;
    margin-top: 10px;
    padding-left: 130px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #e6e6e6 url("../images/js-icon.png") 15px center no-repeat;
}
.about-info .skill h6{
    display: inline-block;
    width: 100%;
    font-size: 3em;
    color: #007ae1;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.about-info .skill .skill-info{
    height: 4.8em;
    line-height: 1.6em;
    overflow: hidden;
    font-size: 1.8em;
    color: #666666;
}
@media (max-width: 768px) {
    .about-video{
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .about-info{
        float: none;
        width: 100%;
        margin-top: 15px;
    }
}
/* index-learn */
.index-learn{
    padding: 40px 0;
    background: url("../images/index-bg02.jpg") center top no-repeat;
    background-size: 100% 100%;
}
@media (max-width: 768px) {
    .index-learn{
        padding: 30px 0;
        background-size: auto 100%;
    }
}

.index-learn .index-title{}
.index-learn .index-title h2{
    color: #ffffff;
}
.learn-kinds{}
.learn-kinds ul li{
    float: left;
    width: 25%;
    text-align: center;
    font-family: Arial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}
.learn-kinds .icon{
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    border: 10px rgba(255,255,255,0.3) solid;
    overflow: hidden;
}
@media (max-width: 768px) {
    .learn-kinds ul li{
        width: 50%;
        margin-bottom: 20px;
    }
    .learn-kinds .icon{
        width: 100px;
        height: 100px;
        margin: 0 auto;
        border-radius: 50%;
        border: 10px rgba(255,255,255,0.3) solid;
        overflow: hidden;
    }
    .learn-kinds .icon i{
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background-size: 60% !important;
    }
}

.learn-kinds .icon i{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.learn-kinds .icon01{
    background: #007ae1 url("../images/l-icon01.png") center no-repeat;
}
.learn-kinds .icon02{
    background: #007ae1 url("../images/l-icon02.png") center no-repeat;
}
.learn-kinds .icon03{
    background: #007ae1 url("../images/l-icon03.png") center no-repeat;
}
.learn-kinds .icon04{
    background: #007ae1 url("../images/l-icon04.png") center no-repeat;
}
.learn-kinds h6{
    color: #ffffff;
    font-size: 2em;
    margin-top: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.learn-kinds p{
    color: #999999;
    font-size: 1.8em;
    line-height: 16px;
    height: 48px;
    overflow: hidden;
}
.learn-kinds span{
    display: inline-block;
    width: 40%;
    height: 24px;
    line-height: 24px;
    border: 1px #007ae1 solid;
    color: #007ae1;
    margin-top: 10px;
    font-size: 2em;
}
.learn-kinds ul li:hover .icon01{
    background: url("../images/l-icon01.png") center no-repeat;
}
.learn-kinds ul li:hover .icon02{
    background: url("../images/l-icon02.png") center no-repeat;
}
.learn-kinds ul li:hover .icon03{
    background: url("../images/l-icon03.png") center no-repeat;
}
.learn-kinds ul li:hover .icon04{
    background: url("../images/l-icon04.png") center no-repeat;
}
.learn-kinds ul li:hover span{
    background: #007ae1;
    color: #ffffff;
}

.index-product{
    padding: 40px 0;
    background: #ffffff;
}
@media (max-width: 768px) {
    .index-product{
        padding: 25px 0;
    }
}
.product-detail{
    height: 300px;
}

.product-detail .swiper-container {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.product-detail .swiper-wrapper{
    height: 85%;
}
.product-detail .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px #e6e6e6 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.product-detail .swiper-slide img{
    width: 90%;
    height: auto;
    max-height: 90%;
}

.product-detail .swiper-slide .shade{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,122,225,0.9) url("../images/add.png") center 80% no-repeat;
    background-size: 10%;
    color: #ffffff;
}
.product-detail .swiper-slide .shade h6{
    font-size: 1.4em;
    font-family: Arial;
    margin-top: 15%;
}
@media (max-width: 768px) {
    .product-detail .swiper-slide .shade h6{
        font-size: 1.4em;
        font-family: Arial;
        margin-top: 25%;
    }
}
.product-detail .swiper-slide .shade p{
    font-size: 0.6em;
    line-height: 14px;
    height: 42px;
    overflow: hidden;
}
.product-detail .swiper-slide:hover .shade{
    display: block;
}
.product-detail .swiper-pagination{
    bottom: 0!important;
}
.product-detail .swiper-pagination .swiper-pagination-bullet{
    background: #cccccc;
    width: 120px;
    margin: 0!important;
    border-radius: 0;
}
@media (max-width: 768px) {
    .product-detail .swiper-pagination .swiper-pagination-bullet{
        width: 30px;
    }
}
.product-detail .swiper-pagination-bullet:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.product-detail .swiper-pagination-bullet:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.product-detail .swiper-pagination .swiper-pagination-bullet-active{
    background: #333333;
    border-radius: 5px;
}

.index-global{
    padding: 20px 0 40px;
}
@media (max-width: 768px) {
    .index-global{
        padding: 30px 0;
    }
}

.index-news{
    padding: 30px 0 40px;
    background: url("../images/index-bg03.jpg") center top no-repeat;
    background-size: 100% 100%;
}
@media (max-width: 768px) {
    .index-news{
        padding: 30px 0;
        background-size: auto 100%;
    }
}
.news-detail{}
.news-detail ul li{
    float: left;
    width: 23%;
    margin-right: 2%;
    background: #ffffff;
}
.news-detail ul li img{
    width: 100%;
}
@media (max-width: 900px) {
    .news-detail ul li{
        width: 48%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .news-detail ul li:nth-child(2n){
        float: right;
    }
}
@media screen and (max-width: 768px) {
    .news-detail ul li{
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.news-detail .time{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px #e6e6e6 solid;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-detail .time span{
    display: inline-block;
    padding-left: 22px;
    color: #999999;
    font-size: 2em;
    margin-right: 10px;
}
.news-detail .time span.icon01{ background: url("../images/n-icon01.png") left center no-repeat;}
.news-detail .time span.icon02{ background: url("../images/n-icon02.png") left center no-repeat;}
.news-detail .news-info{
    width: 94%;
    margin: 5px auto 0;
    font-family: Arial;
}
.news-detail .news-info h6{
    font-size: 2.4em;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    color: #333333;
}
.news-detail .news-info p{
    font-size: 1.8em;
    line-height: 16px;
    height: 80px;
    overflow: hidden;
    color: #333333;
}

.news-detail .news-info span{
    display: block;
    font-size: 2.2em;
    line-height: 30px;
    overflow: hidden;
    color: #666666;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px #e6e6e6 solid;
    margin-top: 5px;
}
.news-detail ul li:hover{
    box-shadow: 0 3px 3px 3px rgba(0,122,255,0.2);
}
.news-detail ul li:hover .news-info h6,.news-detail ul li:hover .news-info span{
    color: #007ae1;
}


/* index-section end*/

/* footer */

.footer{
    height: 70px;
    background: #2a2f35;
}

.footer .logo{
    float: left;
    padding-top: 17px;
}
.footer .logo a{
    display: list-item;
    height: 35px;
    list-style: none;
    line-height: 35px;
}
.footer .logo img{
    width: auto;
    height: 100%;
}
.footer .nav{
    float: right;
}
.footer .nav ul li{
    float: left;
    height: 70px;
    padding-top: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 50px;
}
@media (max-width: 1100px) {
    .footer .nav ul li{
        margin-right: 30px;
    }
}
@media (max-width: 930px) {
    .footer .nav ul li{
        margin-right: 20px;
    }
}

.footer .nav ul li a{
    display: block;
    font-size: 2em;
    line-height: 30px;
    color: #999999;
}
.footer .nav ul li:hover a{
    border-bottom: 4px #007ae1 solid;
}

.share-3{
    float: right;
    margin-top: 20px;
}
@media (max-width: 830px) {
    .share-3{
        display: none;
    }
}
.share-3 .social-share-icon{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    width: 30px!important;
    height: 30px!important;
    background: #007ae1;
    border: none;
}
.share-3 .social-share-icon:hover{
    background: #007ae1;
}

.copyright{
    line-height: 40px;
    background: #23262d;
    color: #999999;
    font-size: 1.6em;
}
.copyright p{
    margin: 10px 0 0;
    line-height: 16px;
    font-size: 1.2em;
}
.copyright .hot-links{
    float: right;
    font-size: 1.2em;
}
.copyright .hot-links select{
    width: 220px;
    height: 26px;
    line-height: 26px;
    border-radius: 26px;
    background: #ffffff url("../images/select-bg.png") 95% center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    outline: none;
    font-size: 1em;
    border: none;
}
@media (max-width: 768px) {
    .copyright .hot-links{
        float: left;
    }
}
/* footer end*/

/* sub-banner */
.sub-section{
    width: 100%;
    padding-bottom: 30px;
}
.section-title{
    height: 182px;
    text-align: center;
    position: relative;
    color: rgba(255,255,255,0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 55px;
}
.section-title h6{
    font-size: 6em;
    font-family: Tahoma;
    font-weight: normal;
    margin: 0;
    position: relative;
    z-index: 99;
    color: #ffffff;
    background: url("../images/line.png") center no-repeat;
}
.section-title p{
    font-size: 2em;
}
@media (max-width: 768px) {
    .sub-section{
        background-size: 100% 230px!important;
    }
    .section-title{
        padding-top: 0;
    }
    .section-title{
        height: 90px;
        text-align: center;
        color: #ffffff;
    }
    .section-title h6{
        font-size: 4em;
        line-height: 90px;
        background: url("../images/line.png") center no-repeat;
        background-size: 100% auto;
        padding: 0 20px;
    }
}
.location{
    border-bottom: 4px #0f1d27 solid;
    height: 48px;
    line-height: 48px;
}
.location .loc-title{
    float: left;
    width: 250px;
    height: 44px;
    background: #007ae1;
    text-align: center;
}
.location .loc-title h6{
    margin: 0;
    line-height: 44px;
    font-family: Arial;
    color: #ffffff;
    font-size: 2em;
}

@media (max-width: 768px) {
    .location .loc-title{
        width: 150px;
    }
}
.location .loc{
    float: right;
    font-size: 2em;
    margin-right: 30px;
    padding-left: 15px;
    background: url("../images/home-icon.png") left center no-repeat;
}
.location .loc span{
    color: #007ae1;
}
.section-article{
    background: #ffffff;
}
.article{
    padding: 40px;
}
@media (max-width: 768px) {
    .article{
        padding: 20px 3%;
    }
}

/* 产品 */
.product-list{}
.product-list ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.product-list ul li:nth-child(3n){
    margin-right: 0;
}

@media (max-width: 768px) {
    .product-list ul li{
        float: left;
        width: 48%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .product-list ul li:nth-child(2n){
        float: right;
    }
}
.product-list .img{
    width: 100%;
    height: 284px;
    line-height: 284px;
    position: relative;
    border: 1px #cccccc solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}
@media (max-width: 768px) {
    .product-list .img{
        height: 180px;
        line-height: 180px;
    }
}
@media (max-width: 320px) {
    .product-list .img{
        height: 110px;
        line-height: 110px;
    }
}
.product-list .img img{
    width: 100%;
    height: auto;
}
.product-list .img .shade{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,122,255,0.2);
}
.product-list .img-info{
    background: url("../images/p-icon01.png") right center no-repeat;
    background-size: auto 30%;
    height: 90px;
    border-bottom: 1px #cccccc solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20% 15px 0;
}
.product-list ul li:hover .img-info{
    border-bottom: 1px #007ae1 solid;
    background: url("../images/p-icon02.png") right center no-repeat;
}

.product-list .img-info h6{
    margin: 0;
    line-height: 20px;
    font-size: 2.4em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-list .img-info p{
    line-height: 18px;
    height: 36px;
    font-size: 2em;
    overflow: hidden;
}
@media (max-width: 768px) {
    .product-list .img-info{
        background: url("../images/p-icon01.png") right center no-repeat;
        background-size: auto 30%;
        height: 70px;
        border-bottom: 1px #cccccc solid;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 20% 10px 0;
    }
    .product-list ul li:hover .img-info{
        border-bottom: 1px #007ae1 solid;
        background: url("../images/p-icon02.png") right center no-repeat;
        background-size: auto 30%;
    }
    .product-list .img-info h6{
        margin: 0;
        font-size: 2.4em;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .product-list .img-info p{
        line-height: 14px;
        height: 28px;
        font-size: 2em;
        overflow: hidden;
        margin: 0;
    }
}
@media (max-width: 320px) {
    .product-list .img-info{
        background: transparent;
        height: 60px;
        border-bottom: 1px #cccccc solid;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 0;
    }
    .product-list ul li:hover .img-info{
        background: transparent;
        border-bottom: 1px #007ae1 solid;
    }
}

.product-list ul li:hover .img{
    border: 1px #007ae1 solid;
}
.product-list ul li:hover .shade{
    display: block;
}


/* 分页 */
.m-page{
    text-align: center;
    margin-top: 20px;
}
.m-page a{
    display: inline-block;
    width: 75px;
    height: 42px;
    border: 1px #e6e6e6 solid;
    border-radius: 5px;
    text-align: center;
    line-height: 42px;
    font-family: Arial;
    font-size: 3em;
    margin: 0 3px;
}
.m-page .z-crt{
    background: #007ae1;
    color: #ffffff;
    border: 1px #007ae1 solid;
}
.m-page a.pageprv,.m-page a.pagenxt{
    font-family: Consolas;
    font-size: 4em;
}

@media (max-width: 768px) {
    .m-page a{
        width: 35px;
        height: 25px;
        border: 1px #e6e6e6 solid;
        border-radius: 2px;
        text-align: center;
        line-height: 25px;
        font-family: Arial;
        font-size: 2em;
        margin: 0 3px;
    }
    .m-page a.z-cur{
        background: #007ae1;
        color: #ffffff;
        border: 1px #007ae1 solid;
    }
    .m-page a.pageprv,.m-page a.pagenxt{
        font-family: Consolas;
        font-size: 2em;
    }
}
/* 分页 end*/

.new-news{}
.new-news .nnews{
    float: left;
    width: 65%;
    font-family: Arial;
}
.new-news .nnews h5{
    font-size: 4em;
    color: #007ae1;
    font-weight: normal;
}
.new-news .nnews h5:after{
    display: block;
    content: '';
    clear: both;
    width: 50px;
    height: 1px;
    background: #b1b1b1;
    margin-top: 20px;
}

.new-news .nnews h6{
    font-size: 2.8em;
    line-height: 1.6em;
    height: 3.2em;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
}

@media (max-width: 1279px) {
    .new-news .nnews h5:after{
        margin-top: 10px;
    }
    .new-news .nnews h6{
        margin-top: 10px;
        margin-bottom: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        height: 1.6em;
    }
}
.new-news .nnews p{
    font-size: 2.4em;
    line-height: 2em;
    height: 7.2em;
    overflow: hidden;
    color: #666666;
}
@media (max-width: 768px) {
    .new-news .nnews h6{
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .new-news .nnews p{
        height: 4.8em;
        overflow: hidden;
    }
}
@media (max-width: 425px) {
    .new-news .nnews h5{
        font-size: 3em;
        margin: 0;
    }
    .new-news .nnews h5:after{
        height: 0;
        margin: 0;
    }
    .new-news .nnews h6{
        font-size: 2em;
        margin: 0;
    }
    .new-news .nnews p{
        height: 3.2em;
        line-height: 1.6em;
        overflow: hidden;
        font-size: 1.8em;
    }
}
.new-news .nnews-img{
    float: right;
    width: 33%;
}
.new-news .nnews-img img{
    width: 100%;
}
.news-list{
    border-top: 1px #e0e0e0 dashed;
    margin-top: 30px;
}
.news-list ul li{
    padding: 30px 50px;
    border-bottom: 1px #e0e0e0 solid;
}
@media (max-width: 1279px) {
    .news-list ul li{
        padding: 30px 20px;
    }
}

.news-list ul li *{
    margin: 0;
}
.news-list .time{
    float: left;
    width: 10%;
    text-align: center;
    font-family: Arial;
    color: #007ae1;
}
.news-list .time h6{
    font-size: 8em;
    margin: 0;
}
.news-list .time p{
    font-size: 2.4em;
}
.news-list .news-info{
    float: right;
    width: 85%;
    font-family: Arial;
}
.news-list .news-info h6{
    margin-bottom: 5px;
}
.news-list .news-info i{
    display: inline-block;
    width: 80%;
    font-size: 2.8em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-list .news-info span{
    float: right;
    font-weight: normal;
    color: #007ae1;
    text-decoration: underline;
    font-size: 2em;
}
.news-list .news-info p{
    font-size: 2em;
    line-height: 1.6em;
    height: 4.8em;
    overflow: hidden;
    color: #666666;
}

@media (max-width: 768px) {
    .news-list{
        border-top: 1px #e0e0e0 dashed;
        margin-top: 15px;
    }
    .news-list ul li{
        padding: 10px 2%;
        border-bottom: 1px #e0e0e0 solid;
    }
    .news-list .time{
        width: 15%;
    }
    .news-list .time h6{
        font-size: 5em;
        margin: 0;
        padding-top: 5px;
    }
    .news-list .time p{
        font-size: 1.6em;
    }
    .news-list .news-info{
        width: 80%;
    }
    .news-list .news-info h6{
        margin-bottom: 3px;
        font-size: 0.8em;
    }
    .news-list .news-info i{
        width: 100%;
    }
    .news-list .news-info p{
        height: 3.2em;
        font-size: 1.8em;
    }
}
@media (max-width: 320px) {
    .news-list ul li{
        padding: 10px 0;
    }
    .news-list .time{
        width: 18%;
    }
    .news-list .time h6{
        font-size: 4em;
        margin: 0;
        padding-top: 2px;
    }
    .news-list .time p{
        font-size: 1.6em;
        margin-top: 5px;
    }
    .news-list .news-info h6{
        margin-bottom: 3px;
    }
    .news-list .news-info p{
        font-size: 1.6em;
    }
}
.news-list ul li:hover{
    background: #007ae1;
}
.news-list ul li:hover *{
    color: #ffffff;
}
.news-list ul li:hover .news-info p{
    color: #b0b0b0;
}

/*  视频  */
.video-list{}
.video-list ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.video-list ul li:nth-child(3n){
    margin-right: 0;
}

@media (max-width: 768px) {
    .video-list ul li{
        float: left;
        width: 48%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .video-list ul li:nth-child(2n){
        float: right;
    }
}
.video-list .img{
    width: 100%;
    height: 284px;
    line-height: 100%;
    position: relative;
    border: 1px #cccccc solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}
.video-list .img img{
    width: 100%;
    height: 100%;
}
.video-list .img-name{
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 3.2em;
    text-align: center;
    border-bottom: 1px #cccccc solid;
    margin: 0;
}
.video-list .img .shade{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url('../images/play-icon.png') center no-repeat;
}
@media (max-width: 1279px) {
    .video-list ul li{
        margin-bottom: 24px;
    }
    .video-list .img{
        height: 180px;
    }
    .video-list .img .shade{
        background: rgba(0,0,0,0.5) url('../images/play-icon.png') center no-repeat;
        background-size: 30%;
    }
    .video-list .img-name{
        height: 30px;
        line-height: 30px;
        font-size: 2.4em;
    }

}
@media (max-width: 768px) {
    .video-list ul li{
        margin-bottom: 12px;
    }
    .video-list .img{
        height: 120px;
    }
    .video-list .img .shade{
        background: rgba(0,0,0,0.5) url('../images/play-icon.png') center no-repeat;
        background-size: 30%;
    }
    .video-list .img-name{
        height: 24px;
        line-height: 24px;
        font-size: 2em;
    }
}
@media (max-width: 320px) {
    .video-list ul li{
        margin-bottom: 10px;
    }
    .video-list .img{
        height: 90px;
    }
}

.video-list ul li:hover .img{
    border: 1px #007ae1 solid;
}
.video-list ul li:hover .img-name{
    color: #007ae1;
    border-bottom: 1px #007ae1 solid;
}
.video-list ul li:hover .shade{
    background: rgba(0,122,255,0.3) url('../images/play-icon.png') center no-repeat;
}

/* 详情 */
.art-detail{}
.detail-title{
    text-align: center;
    border-bottom: 1px #cccccc solid;
    padding-bottom: 30px;
}
.detail-title .back{
    display: block;
    font-size: 4em;
    color: #007ae1;
}
.detail-title h6{
    display: inline-block;
    width: 80%;
    font-size: 4em;
}
.detail-title span{
    display: block;
    font-size: 2.4em;
    color: #999999;
}
.art-detail .detail{
    font-size: 2em;
    line-height: 2em;
    color: #666666;
    font-family: Arial;
    margin-top: 20px;
    border-bottom: 1px #cccccc solid;
    padding-bottom: 20px;
}
.art-detail .detail img{
    max-width: 100%;
}

.art-detail .m-page{
    margin-top: 30px;
}
.art-detail .m-page ul li{
    float: left;
    width: 48%;
    text-align: right;
    color: #999999;
    font-size: 2em;
}
.art-detail .m-page ul li:last-child{
    float: right;
    text-align: left;
}
.art-detail .m-page a{
    display: inline-block;
    width: 190px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    border: 1px #cccccc solid;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #007ae1;
    margin-bottom: 10px;
}

@media (max-width: 1279px) {

}
@media (max-width: 768px) {
    .art-detail .detail img{
        width: 100%;
        height: auto;
    }
    .detail-title .back{
        font-size: 3em;
    }
    .detail-title h6{
        font-size: 4em;
    }
    .detail-title span{
        font-size: 2em;
    }
    .art-detail .m-page a{
        width: 100px;
        height: 25px;
        line-height: 25px;
        border-radius: 25px;
        border: 1px #cccccc solid;
        text-align: center;
        font-size: 0.9em;
        font-weight: bold;
        color: #007ae1;
        margin-bottom: 10px;
    }
}
@media (max-width: 320px) {
    .detail-title{
        padding-bottom: 10px;
    }
    .detail-title .back{
        font-size: 2em;
    }
    .detail-title h6{
        font-size: 2em;
    }
}
/* 详情 end*/

.support{
    border-bottom: 1px #cccccc solid;
    padding-bottom: 30px;
}
.support .img-fl{
    float: left;
    width: 40%;
    margin-right: 30px;
}
.support .img-fl img{
    width: 100%;
    height: auto;
}
.support .support-info{
    line-height: 3em;
}
.support .support-info p{
    font-size: 2.5em;
}
.support-info .tt{
    font-size: 4em;
}
.support-info p{
    font-size: 1em;
}

.doctor{
    margin-top: 30px;
}
.doctor .doctor-title{
    text-align: center;
    font-family: Arial;
    font-size: 4.4em;
    margin-bottom: 30px;
}
.doctor .swiper-container{
    height: 300px;
}
@media (max-width:767px ) {
    .doctor .swiper-container{
        height: 250px;
    }
    .swiper-wrapper{
        width: 90% !important;
    }
}
.doctor .swiper-container img{
    width: 100%;
    height: 100%;
}
.doctor .img-name{
    position: absolute;
    width: 100%;
    line-height: 36px;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.7em;
    margin: 0;
    color: #ffffff;
}

.doctor .doctor-info{
    font-size: 2em;
    line-height: 2.5em;
}
@media (max-width: 768px){
    .support .img-fl{
        float: left;
        width: 40%;
        margin-right: 10px;
    }
    .support-info .tt{
        font-size: 3em;
    }
    .support .support-info{
        line-height: 2.5em;
    }
    .doctor{
        margin-top: 20px;
    }
    .doctor .doctor-title{
        text-align: center;
        font-family: Arial;
        font-size: 3em;
        margin-bottom: 15px;
    }

    .doctor .doctor-info{
        font-size: 2em;
        line-height: 2em;

    }
}
@media (max-width: 425px){
    .support .img-fl{
        float: left;
        width: 40%;
        margin-right: 10px;
    }
    .support .support-info{
        line-height: 3em;
    }
    .support-info .tt{
        font-size: 2.8em;
    }
    .doctor{
        margin-top: 20px;
    }
    .doctor .doctor-title{
        text-align: center;
        font-family: Arial;
        font-size: 3em;
        margin-bottom: 15px;
    }
    .doctor .doctor-info{
        font-size: 2em;
        line-height: 2em;
    }
}

.technology{
    line-height: 24px;
}
.technology .info{
    font-size: 2em;
}
.technology .img img{
    width: 100%;
}

.ad-txt{}
.ad-txt .ad-li{
    float: left;
    width: 48%;
    margin-right: 20px;
    border-left: 1px #cccccc solid;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ad-txt .ad-li h2{
    font-size: 2.2em;
    padding-left: 10px;
    border-left: 2px #007ae1 solid;
    margin: 0;
    margin-bottom: 10px;
}
.ad-txt .ad-li h6{
    font-size: 2.2em;

}
.ad-txt .ad-li ul li{
    float: left;
    width: 40%;
    margin-left: 20px;
}

.ad-txt .ad-li ul li p{
    font-size: 2em;
    color: #666666;
}
@media (max-width: 768px){
    .ad-txt .ad-li{
        width: 100%;
    }
    .ad-txt .ad-li ul li{
        float: none;
        width: 100%;
        margin-left: 40px;
    }
}

@media (max-width: 425px){
    .ad-txt .ad-li ul li{
        float: none;
        width: 100%;
    }
}

/* 海扶中心*/
.area{
    background: #007ae1;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
}
.area .list{
    display: block;
    border-left: 1px rgba(255,255,255,0.4) solid;
    padding-left: 20px;
}
.area ul li{
    float: left;
    width: 20%;
    color: #ffffff;
}
.area ul li h6{
    font-size: 3em;
}
.area ul li p{
    font-size: 2em;
    margin: 0;
    line-height: 2em;
}
.area ul li a{
    color: #ffffff;
}
@media (max-width: 768px) {
    .area{
        padding: 20px 0;
    }
    .area ul{
        padding-left: 10%;
    }
    .area ul li{
        width: 100%;
        color: #ffffff;
        margin-bottom: 10px;
    }
    .area ul li h6{
        font-size: 2.4em;
    }
    .area ul li p{
        display: inline-block;
        padding: 0 3px;
        font-size: 2em;
        margin: 0;
        line-height: 2em;
    }
}

.research{
    width: 100%;
}
.r-left{
    float: left;
    width: 20%;
    background: rgba(0,122,255,0.5);
}
.r-right{
    float: right;
    width: 80%;
    min-height: 600px;
    background: #ffffff;
    padding-bottom: 20px;
}
@media (max-width: 768px) {
    .r-left{
        float: none;
        width: 100%;
        min-height: 250px!important;
        background: rgba(0,122,255,0.8);
    }
    .r-right{
        float: none;
        width: 100%;
        min-height: 600px;
        background: #ffffff;
        padding-bottom: 20px;
    }
}


.lmenu{
    display: block;
    width: 100%;
}
.lmenu ul{
    padding: 10px 0;
}
.lmenu ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    line-height: 30px;
}
.lmenu ul li p{
    height: 40px;
    padding-left: 22%;
    font-size: 2.2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}
.lmenu ul li p a{
    color: #ffffff;
}
.lmenu ul li.has p{
    background: url("../images/a02.png") 12% center no-repeat;
}
.lmenu ul li p span{
    display: block;
    line-height: 40px;
}
.lmenu ul li.active p{
    background: url("../images/a1.png") 12% center no-repeat;
}

.lsmenu{
    display: none;
    padding-left: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lsmenu dl{
    border-left: 1px #b2dcff solid;
}
.lsmenu dl dt{
    height: 30px;
}
.lsmenu dl dt a{
    display: block;
    font-family: Arial;
    font-size: 2em;
    font-weight: normal;
    color: #b2dcff;
    line-height: 30px;
    padding-left: 10%;
}
.lsmenu dl dt:hover a{
    color: #ffffff;
}


.r-right .location{}
.research-detail{
    padding: 40px;
}
.research-detail .d-title{
    text-align: center;
    font-size: 3.6em;
    border-bottom: 1px #cccccc dashed;
    padding-bottom: 30px;
}
.research-list{}
.research-list ul li{
    padding: 30px 0;
    border-bottom: 1px #cccccc dashed;
}
.research-list ul li a{
    display: block;
    font-size: 2em;
    line-height: 20px;
    /*height: 40px;*/
    overflow: hidden;
}

@media (max-width: 768px) {
    .research-detail{
        padding: 10px 3%;
    }
    .research-detail .d-title{
        padding-bottom: 10px;
    }
    .research-list ul li{
        padding: 10px 0;
    }
}

/* 关于我们 */
.title01{
    height: 460px;
    padding-top: 180px;
}

.about-nav{
    height: 80px;
    background: rgba(255,255,255,0.5);
    top: -80px;
    position: relative;
    z-index: 999;
    border-bottom: 1px #cccccc solid;
}
.about-nav .swiper-container {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.about-nav .swiper-wrapper{
    height: 100%;
}
.about-nav .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-right: 1px #e6e6e6 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin-right: 0!important;
}
.about-nav .swiper-slide:last-child{
    border-right: none;
}
.about-nav .active{
    background: #007ae1;
    border-right: 1px #007ae1 solid;
}
.about-nav .active a{
    background: #007ae1;
    color: #ffffff!important;
}
.about-nav .swiper-slide a{
    font-size: 2em;
    color: #ffffff;
}
.about-article{
    padding: 40px;
    margin-top: -60px;
    font-size: 2em;
    line-height: 24px;
}
@media (max-width: 768px) {
    .title01{
        height: 90px;
        line-height: 90px;
        padding-top: 0;
    }
    .about-nav{
        height: 60px;
        top: 0;
    }
    .about-article{
        padding: 2%;
        margin-top: 10px;
        font-size: 2em;
        line-height: 24px;
    }
    .about-article img{
        width: 100%;
    }
    .about-nav .swiper-slide a{
        font-size: 2em;
        color: #333333;
    }
    .about-nav .swiper-slide.active a{
        background: #007ae1;
        color: #ffffff;
    }
}

.president-message{
    position: relative;
    width: 100%;
    min-height: 900px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
}
.president{}
.president .president-title{
    font-size: 2.4em;
}
.president-message .message-img{
    position: absolute;
    top: 20px;
    right: 40px;
}
.president-message .message{
    position: relative;
    z-index: 99;
    width: 70%;
    background: #fff2da url("../images/name.png") 90% 90% no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 30px 120px;
    border-radius: 20px;
    margin-top: 30px;
    box-shadow: 0 2px 3px 3px rgba(0,0,0,0.2);
    font-size: 1em;
    line-height: 24px;
}
@media (max-width: 1024px){

    .president-message .message-img{
        right: -20px;
    }
    .president-message .message{
        margin-top: 60px;
    }
}
@media (max-width: 768px){
    .president-message{
        padding: 10px 3%;
    }
    .president .president-title{
        font-size: 2em;
    }
    .president-message .message-img{
        width: 100%;
        left: 0;
        top: 60px;
    }
    .president-message .message{
        margin-top: 200px;
        width: 100%;
        padding: 20px 3% 120px;
        background: #fff2da url("../images/name.png") 90% 95% no-repeat;
    }
}

.person{}
.person ul li{
    float: left;
    width: 25%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.person ul li .img{
    width: 100%;
    height: 350px;
    line-height: 350px;
    overflow: hidden;
    text-align: center;
    border: 2px #cccccc solid;
}
.person ul li .img img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.person ul li .img-name{
    text-align: center;
    height: 40px;
    line-height: 40px;
    justify-content: center;
    align-content: center;
    font-size: 1.2em;
    border-bottom: 1px #cccccc solid;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
@media (max-width: 768px){
    .person ul li{
        width: 50%;
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .person ul li .img{
        height: 240px;
        line-height: 240px;
    }
    .person ul li .img img{
        width: 100%;
        height: auto;
    }
    .person ul li .img-name{
        height: 30px;
        line-height: 30px;
        font-size: 0.8em;
    }
}
@media (max-width: 320px){
    .person ul li .img{
        height: 200px;
        line-height: 200px;
    }
}

.honor{
    padding: 40px;
    padding-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.honor .big-img{
    float: left;
    width: 45%;
}
.honor .big-img img{
    width: 100%;
    height: auto;
    border: 2px #cccccc solid;
}
.honor .big-img .img-name{
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #cccccc;
    color: #333333;
    font-size: 2.4em;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.honor .pic-list{
    float: right;
    width: 52%;
}

.pic{}
.pic ul li{
    float: left;
    width: 33.33%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.pic ul li .img{
    width: 100%;
    height: 280px;
    line-height: 280px;
    overflow: hidden;
    text-align: center;
    border: 2px #cccccc solid;
    position: relative;
}
.pic ul li .img img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.pic ul li .shade{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,122,255,0.5) url("../images/look.png") center no-repeat;
}
.pic ul li:hover .img{
    border: 2px #007ae1 solid;
}
.pic ul li:hover .shade{
    display: block;
}
.pic ul li .img-name{
    text-align: center;
    height: 40px;
    line-height: 40px;
    justify-content: center;
    align-content: center;
    font-size: 2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 768px){
    .honor .pic-list{
        float: none;
        width: 100%;
    }
    .pic ul li{
        float: left;
        width: 50%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 5px;
    }
    .pic ul li .img{
        height: 180px;
        line-height: 180px;
    }
    .pic ul li .img img{
        width: 100%;
        height: auto;
    }
    .pic ul li .img-name{
        height: 30px;
        line-height: 30px;
        font-size: 1.8em;
    }
}

.map{
    width: 100%;
    height: 660px;
}

.contact{
    padding: 0 40px;
    margin-top: -40px;
}
.contact-list{
    float: left;
    width: 48%;
}
.contact-list h6{
    font-size: 6em;
    font-family: Arial;
    color: #007ae1;
}
.contact-list ul li{
    font-size: 2.2em;
    line-height: 24px;
}
.contact-list ul li span{
    float: left;
    display: inline-block;
    width: 20%;
    color: #999999;
}
.contact-list ul li i{
    display: inline-block;
    width: 80%;
    color: #666666;
}

.contact-form{
    float: right;
    width: 45%;
}
.contact-form ul li{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.contact-form input{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    border: none;
    border-bottom: 1px #cccccc solid;
}
.contact-form input:focus{
    border-bottom: 1px #007ae1 solid;
}
.contact-form textarea{
    width: 100%;
    height: 100px;
    line-height: 20px;
    font-size: 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    border: none;
    border-bottom: 1px #cccccc solid;
}
.contact-form textarea:focus{
    border-bottom: 1px #007ae1 solid;
}
.contact-form button{
    width: 48%;
    height: 40px;
    font-size: 2.4em;
    border: none;
}
.contact-form .sub-btn{
    float: left;
    background: #007ae1;
    color: #ffffff;
}
.contact-form .res-btn{
    float: right;
    background: #afafaf;
    color: #ffffff;
}

@media (max-width: 768px){
    .map{
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
    .contact{
        padding: 0;
        margin-top: 30px;
    }
    .contact-list{
        float: none;
        width: 100%;
    }
    .contact-list h6{
        font-size: 4em;
        font-family: Arial;
        color: #007ae1;
    }
    .contact-form{
        float: none;
        width: 100%;
    }

    .contact-form ul li{
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .contact-list ul li span{
        float: left;
        display: inline-block;
        width: 24%;
        color: #999999;
    }
    .contact-list ul li i{
        display: inline-block;
        width: 75%;
        color: #666666;
    }
    .contact-form input{
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 2em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 10px;
        border: none;
        border-bottom: 1px #cccccc solid;
    }
    .contact-form input:focus{
        border-bottom: 1px #007ae1 solid;
    }
    .contact-form textarea{
        width: 100%;
        height: 100px;
        line-height: 20px;
        font-size: 2em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 10px;
        border: none;
        border-bottom: 1px #cccccc solid;
    }
    .contact-form textarea:focus{
        border-bottom: 1px #007ae1 solid;
    }
    .contact-form button{
        width: 48%;
        height: 40px;
        font-size: 2.4em;
        border: none;
    }
    .contact-form .sub-btn{
        float: left;
        background: #007ae1;
        color: #ffffff;
    }
    .contact-form .res-btn{
        float: right;
        background: #afafaf;
        color: #ffffff;
    }

}

.share-4{
    float: left;
    margin-top: 20px;
}
.share-4 .social-share-icon{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    width: 30px!important;
    height: 30px!important;
    background: #007ae1;
    border: none;
}
.share-4 .social-share-icon:hover{
    background: #007ae1;
}


/* 发展 */
.develop{
    background: url("../images/all-line.png") center top repeat-y;
}
.develop ul{
    display: block;
    width: 100%;
}
.develop ul li{
    width: 100%;
    text-align: left;
    font-size: 2em;
    color: #999999;
    margin-bottom: 10px;
}
.develop ul li .year{
    float: right;
    width: 50%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../images/r01.png") left 12px no-repeat;
    margin-right: 9px;
}
.develop ul li .year h6{
    display: inline-block;
    width: 180px;
    height: 45px;
    line-height: 37px;
    border: 4px #e0e0e0 solid;
    border-radius: 45px;
    text-align: center;
    margin: 0;
    font-size: 2em;
    color: #007ae1;
    margin-bottom: 15px;
}
.develop ul li .year h6 a{
    color: #007ae1;
}
.develop ul li:nth-child(2n) .year{
    float: left;
    text-align: right;
    padding-right: 30px;
    background: url("../images/r01.png") right 12px no-repeat;
    margin-left: 9px;
    margin-right: 0;
}
.develop ul li span{
    display: inline-block;
    color: #666;
    margin-left: 10px;
}
.more-btn{
    padding-bottom: 30px;
}
.more-btn .more{
    display: block;
    width: 50px;
    height: 50px;
    background: url("../images/more.png") center top no-repeat;
    background-size: 100%;
    color: #666;
    margin: 0 auto;
}

@media (max-width: 768px){
    .develop{
        background: none;
    }
    .develop ul{
        display: block;
        width: 100%;
    }
    .develop ul li{
        width: 100%;
        text-align: left;
        font-size: 2em;
        color: #999999;
        margin-top: 20px;
    }
    .develop ul li .year{
        float: none;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url("../images/r01.png") 5px 12px no-repeat;
        margin-right: 9px;
    }
    .develop ul li .year h6{
        display: inline-block;
        width: 180px;
        height: 45px;
        line-height: 37px;
        border: 4px #e0e0e0 solid;
        border-radius: 45px;
        text-align: center;
        margin: 0;
        font-size: 2em;
        color: #007ae1;
        margin-bottom: 15px;
    }
    .develop ul li .year h6 a{
        color: #007ae1;
    }
    .develop ul li:nth-child(2n) .year{
        float: none;
        text-align: left;
        padding-right: 20px;
        background: url("../images/r01.png") 5px 12px no-repeat;
        margin-left: 0;
        margin-right: 0;
    }
    .develop ul li span{
        display: inline-block;
        color: #666;
        margin-left: 0;
    }
    .more-btn{
        padding-bottom: 30px;
    }
    .more-btn .more{
        display: block;
        width: 50px;
        height: 50px;
        background: url("../images/more.png") center top no-repeat;
        background-size: 100%;
        color: #666;
        margin: 0 auto;
    }
}
/*
#pano{
    height: 500px!important;
}*/

/* sub-banner end*/




















