@charset "utf-8";

/* CSS Document */


/*	<!-- 轮播图 -->*/


/*全站为灰色代码

html{
            filter:grayscale(100%);
            -webkit-filter:grayscale(100%);
            -moz-filter:grayscale(100%);  
            -ms-filter:grayscale(100%);
            -o-fliter:garyscale(100%);
        }
*/

html,
body {
    position: relative;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
}

.swiper-button-next {
    margin-right: 70px;
}

.swiper-button-prev {
    margin-left: 70px;
}

@media(max-width:680px) {
    .swiper-button-next {
        margin-right: 20px;
    }
    .swiper-button-prev {
        margin-left: 20px;
    }
}

.swiper-slide {
    overflow: hidden;
    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;
    color: rgb(255, 91, 71);
}

.swiper-slide img {
    width: 100%
}


/*	轮播图*/


/*index*/


/*	产品展示*/

.product {
    overflow: hidden;
    background-image: url(../img/bjc2.png);
    /*		  	  background-color: #EFEFEF;*/
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    /* background-attachment: fixed; */
}

.beijing {
    margin: 0 auto;
    overflow: hidden;
    /* max-width: 1300px; */
    /*			  background-color: #F8F8F8;*/
}

.biaoti {
    width: 100%;
    margin-top: 60px;
    padding-left: 70px;
    padding-right: 70px;
    overflow: hidden;
    margin-bottom: 20px
}

.biaoti h1 {
    /*			  color: #00A6E0;*/
    /* color: white; */
    font-size: 24px;
    float: left;
}

.biaoti span {
    width: 900px;
    height: 2px;
    /*			  background-color:#00A6E0;*/
    background-color: rgb(230, 100, 50);
    float: left;
    margin-left: 100px;
    margin-top: 16px
}

.anniutu {
    float: right;
    margin-top: 8px;
    display: none;
}

.leftanniu {
    float: left;
    margin-right: 20px
}

.leftanniu:hover {
    cursor: pointer;
}

.rightanniu {
    float: right;
    margin-left: 20px
}

.rightanniu:hover {
    cursor: pointer;
}

.chanpin {
    overflow: hidden;
    clear: left;
    width: 100%;
    padding-left: 70px;
    padding-right: 70px;
    margin-bottom: 20px;
}

.chanpin-tu {
    justify-content: center;
    display: flex;
    width: calc(33% - 20px);
    float: left;
    margin: 10px;
}

.tu {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.tupian {
    width: 100%
}

.chanpin-tu a h2 {
    /*			  color: #888888;*/
    color: white;
    text-align: center;
    padding: 10px 0;
}

.tanchuang {
    justify-content: center;
    display: flex;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.60);
    width: 100%;
    height: 100%;
    top: 0px;
    left: -100%;
    transition: 0.5s;
    padding: 20px
}

.hezi {
    width: 100%;
    /* border: #ffffff solid 1px; */
    height: 100%;
}

.hezi img {
    margin: 20px auto;
    width: 56%;
}

.chanpin-tu a:hover .tanchuang {
    transform: translateX(100%)
}

.chanpin-tu a:hover h2 {
    color: #00A6E0;
}


/*	产品展示响应式*/

@media(max-width:1100px) {
    .chanpin-tu {
        width: calc(33% - 20px);
    }
}

@media(max-width:932px) {
    .biaoti span {
        width: 200px;
        margin-left: 20px;
    }
}

@media(max-width:860px) {
    .chanpin-tu {
        width: calc(50% - 20px);
    }
}

@media(max-width:752px) {
    .biaoti span {
        width: 100px;
        margin-left: 20px;
    }
}

@media(max-width:680px) {
    .chanpin {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 30px;
    }
    .biaoti {
        margin-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0px
    }
    ground .biaoti h1 {
        font-size: 16px;
    }
}

@media(max-width:620px) {
    .chanpin-tu {
        width: calc(100% - 20px);
    }
}

@media(max-width:552px) {
    .biaoti span {
        display: none;
    }
    .anniutu {
        margin-top: 2px
    }
}


/*		关于我们*/

.about-us {
    overflow: hidden;
    background-image: url(../imgs/beijing6.png);
    /*			background-color: #EEEEEE;*/
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    background-size: 100% 100%;
    background-attachment: fixed;
    cursor: pointer;
}

.about-beijin {
    /* max-width: 1300px;
	margin: 0 auto; */
    padding-bottom: 20px;
    /*			background-color: white;*/
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url(../img/gywm.png);
    background-size: initial;
}

.about-h {
    overflow: hidden;
    margin: 60px 70px 20px 70px;
}

.about-h h1 {
    font-size: 24px;
    /*			color: #00A6E0;*/
    color: white;
    float: left;
    display: block;
    width: calc(40% - 70px)
}

.about-h span {
    height: 2px;
    width: calc(60% - 70px);
    /*			background-color: #00A6E0;*/
    background-color: white;
    float: left;
    margin-top: 14px;
    margin-left: 40px;
}

.about {
    overflow: hidden;
    margin: 0 auto;
    padding: 0 70px;
    height: 500px
}

.us-hezi {
    float: left;
    overflow: hidden;
    width: 24%;
    height: 460px;
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #cccccc
}

.us-hezi:nth-child(2) {
    border-left: none;
    border-right: none
}

.us-hezi:nth-child(3) {
    border-right: none
}

.tubiao {
    margin: 0 auto;
    width: 47px;
    height: 47px;
    margin-top: 50px
}

.tubiao-s {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    margin-top: 50px;
    display: none
}

.us-hezi:hover {
    width: 28%;
    height: 500px;
    background-color: #00a6e0;
    margin-top: 0px;
    margin-bottom: 0px;
    border: none
}

.us-hezi:hover .tubiao {
    display: none
}

.us-hezi:hover .tubiao-s {
    display: block
}

.us-hezi h1 {
    text-align: center;
    font-size: 24px;
    margin: 30px 0;
}

.about-tu {
    width: 95px;
    height: 152px;
    margin: 0 auto;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 30px 0
}

.us-hezi:hover h1 {
    color: white
}

.us-hezi:hover .about-tu {
    display: none
}

.wenben,
.wenben-s {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    /*（行数）*/
    -webkit-box-orient: vertical;
}

.wenben {
    text-align: center;
    margin: 30px;
    color: #888888
}

.us-hezi:hover .wenben {
    display: none
}

.wenben-s {
    text-align: center;
    margin: 30px;
    color: white;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 20px 0;
    display: none;
}

.us-hezi:hover .wenben-s {
    display: block
}

.xiang-qing {
    width: 76px;
    height: 30px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 60px;
}

.xiang-qing:hover {
    background-color: white
}

.xiang-qing a {
    display: block;
    color: white;
    text-align: center;
    line-height: 30px;
}

.xiang-qing:hover a {
    color: #00a6e0
}

.about-tu-all {
    width: 120px;
    margin: 0 auto;
    margin-top: 120px;
    margin-bottom: 50px
}

.about-tu-all-s {
    width: 120px;
    margin: 0 auto;
    margin-top: 120px;
    margin-bottom: 50px;
    display: none
}

.gengduo {
    overflow: hidden;
    text-align: center
}

.gengduo a {
    display: block;
    font-size: 18px;
    color: black;
}

.us-hezi:hover .about-tu-all {
    display: none
}

.us-hezi:hover .about-tu-all-s {
    display: block
}

.us-hezi:hover .gengduo a {
    color: white
}

@media(max-width:900px) {
    .about-h h1 {
        font-size: 20px;
    }
    .about-h span {
        margin-top: 12px;
        margin-left: 20px;
    }
    .about {
        height: 404px
    }
    .us-hezi {
        height: 364px;
        margin-top: 20px;
        margin-bottom: 20px
    }
    .tubiao {
        width: 37px;
        height: 37px;
        margin-top: 30px
    }
    .tubiao-s {
        width: 54px;
        height: 54px;
        margin-top: 30px;
    }
    .us-hezi h1 {
        text-align: center;
        font-size: 18px;
        margin: 20px 0;
    }
    .about-tu {
        width: 75px;
        height: 112px;
        padding: 20px 0
    }
    .wenben {
        margin: 20px;
        font-size: 12px
    }
    .wenben-s {
        margin: 20px;
        padding: 20px 0;
        font-size: 12px
    }
    .about-tu-all {
        width: 100px;
        margin-top: 100px;
        margin-bottom: 50px
    }
    .about-tu-all-s {
        width: 100px;
        margin-top: 100px;
        margin-bottom: 50px;
    }
}

@media(max-width:680px) {
    .about-h {
        overflow: hidden;
        margin: 40px 20px 20px 20px;
    }
    .about-h h1 {
        font-size: 16px;
        width: 100%
    }
    .about-h span {
        display: none
    }
    .about {
        height: 374px
    }
    .us-hezi {
        height: 334px;
        margin-top: 20px;
        margin-bottom: 20px
    }
    .about {
        padding: 0 20px;
    }
    .tubiao {
        width: 27px;
        height: 27px;
        margin-top: 20px
    }
    .tubiao-s {
        width: 44px;
        height: 44px;
        margin-top: 20px;
    }
    .us-hezi h1 {
        font-size: 14px;
    }
    .wenben {
        margin: 10px;
    }
    .wenben-s {
        margin: 10px;
    }
    .about-tu {
        width: 55px;
        height: 92px;
        padding: 20px 0
    }
    .about-tu-all {
        width: 80px;
        margin-top: 80px;
        margin-bottom: 50px
    }
    .about-tu-all-s {
        width: 80px;
        margin-top: 80px;
        margin-bottom: 50px;
    }
}


/*		<!--	公司服务-->*/

.service {
    overflow: hidden;
    background-image: url(../img/bjc3.png);
    /*			background-color: #eeeeee;*/
    background-repeat: no-repeat;
    width: 100%;
    height: 800px;
    background-size: 100% 100%;
    /* background-attachment: fixed; */
    cursor: pointer;
}

.service-beijing {
    /* max-width: 1300px; */
    /* margin: 0 auto; */
    /*			background-color: #f8f8f8;*/
    width: 100%;
    overflow: hidden
}

.service-h {
    overflow: hidden;
    margin: 40px 70px 20px 70px;
}

.service-h h1 {
    font-size: 24px;
    font-weight: bold;
    /*			color: #00A6E0;*/
    color: #000;
    float: left;
    display: block;
    width: 50%；
}

.service-h span {
    height: 2px;
    width: 35%;
    /*			background-color:#00A6E0;*/
    background-color: rgb(230, 100, 50);
    float: left;
    margin-top: 14px;
    margin-left: 40px;
}

.service-lei {
    clear: left;
    overflow: hidden;
    margin: 30px 70px 40px 70px;
}

.fuwu-lei {
    float: left;
    width: calc(50% - 20px);
    position: relative;
    overflow: hidden;
    margin: 10px
}

.fuwu-tu img {
    width: 100%
}

.fuwu-tanchuang {
    justify-content: center;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: -100%;
    transition: 0.5s
}

.nei-biankuang {
    width: 100%;
    border: 2px solid #ffffff;
    margin: 20px
}

.nei-biankuang img {
    width: 13.485%;
    margin: 8% auto 3% auto;
}

.nei-biankuang {
    width: 100%;
    padding-bottom: 8%
}

.nei-biankuang h1 {
    color: white;
    text-align: center;
    font-size: 20px;
}

.xiang-xi {
    width: 76px;
    height: 30px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 20px;
}

.xiang-xi h2 {
    color: white;
    text-align: center;
    line-height: 30px
}

.fuwu-lei:hover .fuwu-tanchuang {
    transform: translateX(100%)
}

.xiang-xi:hover {
    background-color: white
}

.xiang-xi:hover a h2 {
    color: #00a6e0
}

@media(max-width:900px) {
    .service-h h1 {
        font-size: 20px;
    }
    .service-h span {
        margin-top: 12px;
        margin-left: 20px;
    }
    .nei-biankuang {
        margin: 10px
    }
    .nei-biankuang {
        padding-bottom: 4%
    }
    .nei-biankuang img {
        margin: 6% auto 3% auto;
    }
    .xiang-xi {
        margin-top: 10px;
    }
    .xiang-xi h2 {
        font-size: 12px
    }
    .nei-biankuang h1 {
        font-size: 14px;
    }
}

@media(max-width:680px) {
    .service-h {
        overflow: hidden;
        margin: 40px 20px 20px 20px;
    }
    .service-h h1 {
        font-size: 16px;
        width: 100%
    }
    .service-h span {
        display: none
    }
    .service-lei {
        clear: left;
        overflow: hidden;
        margin: 20px;
    }
    .nei-biankuang {
        margin: 5px
    }
}

@media(max-width:600px) {
    .fuwu-lei h1 {
        display: none
    }
    .xiang-xi h2 {
        line-height: 20px;
        font-size: 12px
    }
    .xiang-xi {
        width: 76px;
        height: 30px;
    }
}


/*		新闻状态*/

.news {
    overflow: hidden;
    background-image: url(../imgs/beijing8.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.news-beijing {
    max-width: 1300px;
    margin: 0 auto;
}

.news-h {
    overflow: hidden;
    margin: 60px 70px 20px 70px;
}

.news-h h1 {
    font-size: 24px;
    color: white;
    float: left;
    display: block;
    width: 40%
}

.news-h span {
    height: 2px;
    width: 50%;
    background-color: white;
    float: left;
    margin-top: 14px;
    margin-left: 40px
}

.news-r {
    overflow: hidden;
    margin: 0 70px 40px 70px;
}

.news-left {
    overflow: hidden;
    float: left;
    width: calc(40% - 10px);
    margin-right: 10px;
    margin-top: 60px;
}

.news-left h1 {
    font-size: 20px;
    color: white
}

.news-left h2 {
    font-size: 20px;
    color: #00a6e0;
    margin-top: 20px
}

.news-left a h3 {
    margin-top: 30px;
    font-size: 16px;
}

.news-left a {
    color: #E6E6E6;
    font-size: 14px;
    display: block;
    margin-top: 60px
}

.news-left a:hover {
    color: white
}

.xinwen-index {
    float: left;
    width: calc(60% - 10px);
    margin-left: 10px;
}

.shijian {
    width: 100%;
    margin-top: 100px
}

.time {
    width: 25%;
    float: left;
    padding: 0;
    margin: 0;
}

.time div {
    width: 55%;
    height: 2px;
    background-color: #00a6e0;
    float: left;
    margin: 25px 0
}

.time span {
    width: 45%;
    border-radius: 50%;
    background-color: #00a6e0;
    float: left;
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 50px
}

.news-tu img {
    width: 100%
}

.xinwen-liebiao {
    clear: left
}

.news-tu {
    overflow: hidden;
    width: calc(50% - 10px);
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;
    position: relative
}

.explain {
    float: left;
    width: calc(50% - 30px);
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 4%;
    margin-bottom: 6%
}

.news-tanchuang {
    justify-content: center;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: -100%;
    transition: 0.5s;
    position: absolute
}

.news-tu:hover .news-tanchuang {
    transform: translateX(100%)
}

.biankuang {
    width: 100%;
    border: 2px solid #ffffff;
    margin: 20px
}

.biankuang h1 {
    text-align: center;
    color: white;
    font-size: 18px;
    display: block;
    margin-top: 10%
}

.biankuang a {
    display: block;
    height: 30px;
    width: 54px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    border: 1px #ffffff solid;
    color: white;
    margin: 0 auto;
    margin-top: 10%
}

.biankuang a:hover {
    border: none;
    color: #00a6e0;
    background-color: white
}

.explain a {
    display: block
}

.explain a h3 {
    display: block;
    color: #E6E6E6;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.explain a:hover h3 {
    color: white
}

.times {
    color: #ECECEC;
    font-size: 12px;
    margin-top: 4%;
    margin-bottom: 4%
}

.explain p {
    display: block;
    clear: left;
    border-bottom: 1px dashed #ffffff;
}

.explain p a {
    display: block;
    color: #E6E6E6;
    width: 100%;
    padding-bottom: 4%;
}

.explain p a:hover {
    color: white
}

@media(max-width:1240px) {
    .news-left {
        clear: left;
        width: calc(100%);
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 10px
    }
    .news-left h1 {
        font-size: 20px;
        color: white
    }
    .news-left h2 {
        font-size: 20px;
        color: #00a6e0;
        margin-top: 20px
    }
    .news-left a {
        color: #CECECE;
        font-size: 14px;
        display: block;
        margin-top: 20px
    }
    .xinwen-index {
        clear: left;
        width: calc(100%);
    }
    .shijian {
        width: 100%;
        margin-top: 20px
    }
    .time span {
        width: 45%;
        height: 45%;
        border-radius: 50%;
        background-color: #00a6e0;
        float: left;
        color: white;
        font-size: 12px;
        text-align: center;
        line-height: 50px
    }
}

@media(max-width:1010px) {
    .news-h h1 {
        font-size: 16px
    }
    .news-h span {
        margin-top: 10px;
        margin-left: 20px
    }
    .news-left h1 {
        font-size: 16px
    }
    .news-left h2 {
        font-size: 16px
    }
}

@media(max-width:720px) {
    .news-h span {
        display: none
    }
    .news-h h1 {
        width: 100%
    }
}

@media(max-width:680px) {
    .news-h {
        margin: 60px 20px 20px 20px;
    }
    .news-r {
        margin: 0 20px;
    }
    .explain {
        margin-top: 2%
    }
}

@media(max-width:570px) {
    .news-left a {
        display: none
    }
    .shijian {
        display: none
    }
    .news-tu {
        width: calc(100% - 20px);
        clear: left;
        margin-right: 20px
    }
    .explain {
        clear: left;
        width: calc(100% - 20px);
        margin-left: 0
    }
}


/* product页面 */

body {
    background-color: #f6f6f6;
}

.mv-bg {
    background-color: #ececec;
    max-width: 1300px;
    overflow: hidden;
    margin: 0 auto;
}

.mv {
    margin: 0 70px;
}

video {
    margin: 0;
    padding: 0;
    border: none;
}

.mv video {
    width: 100%;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
}

button {
    border: none;
    margin: 0;
    display: block;
    background: none;
}

.products {
    margin: 0 auto;
}

.products-bt {
    background-color: white;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.products-top {
    overflow: hidden;
    margin: 0 70px;
}

.products-top h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center
}

.products-top h2 {
    font-size: 24px;
    color: #00a6e0;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin-top: 10px;
}

.products-nav {
    overflow: hidden;
    background-color: #1a1a1a;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    padding-left: 70px;
    padding-right: 70px;
}

.products-btn {
    float: left;
    margin-top: 10px;
}

.products-nav h1 {
    float: left;
    margin-top: 10px;
}

.products-btn button {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    color: white;
    font-size: 14px;
}

.products-btn button:hover {
    color: #00a6e0;
}

.chanpins {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.liebiao {
    background-color: #ececec;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 70px;
}

img {
    width: 100%;
}

.liebiao-hz {
    float: left;
    width: calc(25% - 20px);
    margin: 0 auto;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
    background-color: white;
    transition: 0.4s;
    margin-top: 20px;
}

.chanpins-tu {
    width: 100%;
    position: relative;
}

.chanpins-tp {
    width: 100%;
}

.chanpins-tc {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    padding: 10%;
    left: -100%;
    top: 0;
    transition: 0.5s;
    justify-content: center;
    display: flex;
}

.logo-tc {
    width: 100%;
    border: 1px solid white;
    padding: 10%;
    justify-content: center;
    display: flex;
}

.logo-tc img {
    width: 70%;
    display: block;
}

.liebiao-hz h2 {
    font-size: 14px;
    margin: 10% 5%;
    color: #999999;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.liebiao-hz:hover .chanpins-tc {
    transform: translateX(100%);
}

.liebiao-hz:hover h2 {
    color: white;
}

.liebiao-hz:hover {
    background-color: #00A6E0;
}


/* 响应式 */

@media(max-width:680px) {
    .products-top,
    .mv {
        margin: 0 20px;
    }
    .liebiao {
        padding: 0 20px;
    }
    .products-bt {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .products-top h1 {
        font-size: 20px;
    }
    .products-top h2 {
        font-size: 16px;
    }
    .liebiao-hz h2 {
        font-size: 12px;
    }
    .products-nav h1 {
        font-size: 12px;
    }
    .products-btn button {
        font-size: 12px;
    }
}

@media(max-width:680px) {
    .liebiao-hz {
        width: calc(50% - 20px);
    }
}


/* 页码 */

.yema {
    margin: 0 auto;
    overflow: hidden;
}

.yema-t {
    justify-content: center;
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 70px;
    overflow: hidden;
}

.yema-s {
    text-align: center;
    margin: 10px;
    padding: 6px 10px;
    border: #999999 1px solid;
    color: #999999;
    transition: 0.4s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yema-s:hover {
    background-color: #00A6E0;
    color: white;
    border-color: #00a6e0;
    cursor: pointer;
}

@media(max-width:700px) {
    .yema-t {
        padding: 10px 20px;
    }
    .yema-s {
        font-size: 12px;
        margin: 5px;
        padding: 5px;
    }
}


/*service*/


/* 公司服务 sercice.tml*/

.serve {
    width: 100%;
    margin: 0 auto;
}

.serve-bt {
    background-color: white;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.serve-top {
    overflow: hidden;
    margin: 0 70px;
}

.serve-top h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center
}

.serve-top h2 {
    font-size: 24px;
    color: #00a6e0;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin-top: 10px;
}

.serve-s {
    background-color: white;
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 40px;
    overflow: hidden;
}

.serve-l {
    overflow: hidden;
    margin-left: 70px;
    width: calc(33.33333% - 70px);
    float: left;
    background-color: #ececec;
}

.serve-l span {
    margin: 0 auto;
    display: block;
    width: 0;
    height: 0;
    border-width: 20px 14px 0;
    border-style: solid;
    border-color: #00a6e0 transparent transparent;
    /*蓝 透明 透明 */
}

.serve-l-bt {
    text-align: center;
    border-bottom: 1px solid #00a6e0;
    padding: 10px 10px;
}

.serve-l-bt h1 {
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.serve-l-bt h2 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #00a6e0;
}

dl,
dt {
    list-style: none;
    display: block;
}

dl {
    margin: 0 auto;
}

dt {
    padding: 10px 0;
    text-align: center;
    color: #888888;
}

dt:hover {
    background-color: #00a6e0;
    color: white;
    cursor: pointer
}

.serve-li-t img {
    width: 100%
}

.serve-li {
    margin: 20px;
    position: relative;
    overflow: hidden
}

.serve-li-t {
    width: 100%;
    height: 30%;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0 auto;
    position: absolute;
    transition: 0.5s;
    top: 70%;
    left: -100%;
}

.serve-li-t a {
    color: white;
    text-align: center;
    display: block;
    padding-top: 6%;
    height: 100%
}

.serve-li:hover .serve-li-t {
    transform: translateX(100%)
}

.serve-li-t a:hover {
    color: #00a6e0
}

.serve-r {
    float: left;
    width: calc(66.6666% - 70px);
    margin-right: 70px;
    border-left: 1px solid #ffffff
}

.serve-r h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.serve-r p {
    text-indent: 28px;
    margin: 0 20px;
    line-height: 21px;
    text-align: justify;
}

.serve-zp {
    margin: 20px;
}

.serve-tup {
    overflow: hidden;
    padding: 20px 80px;
}

.serve-tup img {
    float: left;
    width: calc(50%);
    display: block;
    height: 250px;
}

.serve-time {
    font-size: 12px;
    color: #999999;
    text-align: right;
    margin: 20px;
}

@media(max-width:840px) {
    .serve-li-t a {
        padding-top: 4%
    }
    .serve-tup {
        padding: 20px 60px;
    }
    .serve-l span {
        border-width: 16px 10px 0;
    }
}

@media(max-width:680px) {
    .serve-top {
        margin: 0 20px;
    }
    .serve-l {
        margin-left: 20px;
        width: calc(33.33333% - 20px);
    }
    .serve-r h3 {
        font-size: 16px;
        margin: 10px 0;
    }
    .serve-r p {
        text-indent: 24px;
        margin: 0 10px;
        line-height: 18px;
        font-size: 12px
    }
    .serve-r {
        width: calc(66.6666% - 20px);
        margin-right: 20px;
    }
    .serve-top h1 {
        font-size: 20px;
    }
    .serve-top h2 {
        font-size: 16px;
    }
    dt,
    .serve-li-t a {
        font-size: 12px
    }
    .serve-zp {
        margin: 10px;
    }
    .serve-tup {
        padding: 20px 40px;
    }
}

@media(max-width:400px) {
    .serve-top {
        margin: 0 10px;
    }
    .serve-l {
        margin-left: 10px;
        width: calc(33.33333% - 10px);
    }
    .serve-r {
        width: calc(66.6666% - 10px);
        margin-right: 10px;
    }
    .serve-top h1 {
        font-size: 16px;
    }
    .serve-top h2 {
        font-size: 14px;
    }
    .serve-li {
        margin: 10px;
    }
    .serve-li-t a {
        padding-top: 0%
    }
    .serve-tup {
        padding: 10px 20px;
    }
    .serve-l span {
        border-width: 14px 8px 0;
    }
}


/* 关于我们about.html */

.aboutu {
    width: 100%;
    margin: 0 auto;
}

.aboutu-bt {
    background-color: white;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.aboutu-top {
    overflow: hidden;
    margin: 0 70px;
}

.aboutu-top h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center
}

.aboutu-top h2 {
    font-size: 24px;
    color: #00a6e0;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin-top: 10px;
}

.aboutu-s {
    background-color: white;
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 40px;
    overflow: hidden;
}

.aboutu-l {
    overflow: hidden;
    margin-left: 70px;
    width: calc(33.33333% - 70px);
    float: left;
    background-color: #ececec;
}

.aboutu-l span {
    margin: 0 auto;
    display: block;
    width: 0;
    height: 0;
    border-width: 20px 14px 0;
    border-style: solid;
    border-color: #00a6e0 transparent transparent;
    /*蓝 透明 透明 */
}

.aboutu-l-bt {
    text-align: center;
    border-bottom: 1px solid #00a6e0;
    padding: 10px 10px;
}

.aboutu-l-bt h1 {
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.aboutu-l-bt h2 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #00a6e0;
}

.ul1,
.ul1 li {
    list-style: none;
    display: block;
    box-sizing: border-box;
}

.ul1 {
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
}

.ul1 li {
    padding: 15px 0;
    color: #888888;
    overflow: hidden;
    border-bottom: dashed 1px #999999
}

.ul1 li .sjx {
    float: left;
    display: block;
    width: 0;
    height: 0;
    border-width: 12px 0 12px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #888888;
    /*透明 透明 透明 灰*/
    margin-left: 10px
}

.ul1 li h3 {
    float: left;
    font-size: 16px;
    margin-left: 20px;
}

.ul1 li:hover {
    background-color: #00a6e0;
    color: white;
    cursor: pointer
}

.ul1 li:hover .sjx {
    border-color: transparent transparent transparent #ffffff;
}

.aboutu-l-join {
    overflow: hidden;
    margin-top: 40px;
    background-color: #00a6e0;
}

.aboutu-l-contact {
    overflow: hidden;
    margin-top: 40px;
    background-color: #B5E5FF;
    margin-bottom: 40px
}

.aboutu-l-join img,
.aboutu-l-contact img {
    width: calc(50%);
    float: left;
    display: block;
}

.aboutu-l-join-us,
.aboutu-l-contact-us {
    float: left;
    width: calc(50%);
    margin-top: 8%
}

.aboutu-l-join-us h1 {
    text-align: center;
    color: #DDDDDD;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

a:hover .aboutu-l-join-us h1 {
    color: white
}

.aboutu-l-contact-us h1 {
    text-align: center;
    color: #999999;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

a:hover .aboutu-l-contact-us h1 {
    color: #00a6e0
}

.aboutu-r {
    float: left;
    width: calc(66.6666% - 70px);
    margin-right: 70px;
    border-left: 1px solid #ffffff
}

.aboutu-h {
    overflow: hidden;
    margin-left: 20px;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.aboutu-h h1 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-right: 20px;
    border-right: 1px solid #000000
}

.aboutu-h h2 {
    float: left;
    font-size: 20px;
    color: #00a6e0;
    font-weight: bold;
    text-align: center;
    margin-left: 20px
}

.aboutu-tup {
    overflow: hidden;
    margin: 0 20px;
    margin-bottom: 20px
}

.aboutu-r p {
    clear: left;
    text-indent: 28px;
    margin: 0 20px;
    line-height: 21px;
    text-align: justify;
}

.aboutu-time {
    font-size: 12px;
    color: #999999;
    text-align: right;
    margin: 20px;
}

@media(max-width:1050px) {
    .aboutu-l-join-us,
    .aboutu-l-contact-us {
        margin-top: 4%
    }
    .aboutu-l-join-us h1 {
        line-height: 20px;
        font-size: 14px
    }
    .aboutu-l-contact-us h1 {
        line-height: 20px;
        font-size: 14px
    }
}

@media(max-width:840px) {
    .aboutu-l span {
        border-width: 16px 10px 0;
    }
    .ul1 li .sjx {
        border-width: 10px 0 10px 16px;
    }
}

@media(max-width:680px) {
    .aboutu-top {
        margin: 0 20px;
    }
    .aboutu-l {
        margin-left: 20px;
        width: calc(33.33333% - 20px);
    }
    .aboutu-r h3 {
        font-size: 16px;
        margin: 10px 0;
    }
    .aboutu-h h1 {
        font-size: 14px;
        padding-right: 10px;
    }
    .aboutu-h h2 {
        font-size: 14px;
        margin-left: 10px
    }
    .aboutu-r p {
        text-indent: 24px;
        margin: 0 10px;
        line-height: 18px;
        font-size: 12px
    }
    .aboutu-r {
        width: calc(66.6666% - 20px);
        margin-right: 20px;
    }
    .aboutu-h {
        margin-left: 10px;
    }
    .aboutu-top h1 {
        font-size: 20px;
    }
    .aboutu-top h2 {
        font-size: 16px;
    }
    .ul1 .li1 h3,
    .ul1 .li2 h3,
    .ul1 .li3 h3,
    .ul1 .li4 h3,
    .ul1 .li5 h3,
    .ul1 .li6 h3 {
        font-size: 14px;
        margin-left: 10px;
    }
    .aboutu-tup {
        margin: 0 10px;
    }
    .aboutu-l-join img,
    .aboutu-l-contact img {
        width: calc(100%);
        clear: left;
    }
    .aboutu-l-join-us,
    .aboutu-l-contact-us {
        clear: left;
        width: calc(100%);
    }
    .ul1 .li1 .sjx,
    .ul1 .li2 .sjx,
    .ul1 .li3 .sjx,
    .ul1 .li4 .sjx,
    .ul1 .li5 .sjx,
    .ul1 .li6 .sjx {
        border-width: 8px 0 8px 12px;
        margin-top: 2px
    }
}

@media(max-width:400px) {
    .aboutu-top {
        margin: 0 10px;
    }
    .aboutu-l {
        margin-left: 10px;
        width: calc(33.33333% - 10px);
    }
    .aboutu-r {
        width: calc(66.6666% - 10px);
        margin-right: 10px;
    }
    .aboutu-top h1 {
        font-size: 16px;
    }
    .aboutu-top h2 {
        font-size: 14px;
    }
    .aboutu-l span {
        border-width: 14px 8px 0;
    }
}


/*流程开始*/

.r4 {
    position: relative
}

.company-jg {
    margin: 0 auto;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

.dongshi {
    width: 62px;
    height: 34px;
    text-align: center;
    font-size: 14px;
    background-color: #00a6e0;
    line-height: 34px;
    color: white;
    margin: 0 auto
}

.xian1 {
    width: 4px;
    height: 40px;
    background-color: #5cc6ff;
    display: block;
    margin: 0 auto
}

.lingdao {
    margin: auto;
    position: absolute;
    width: 100%
}

.zong-jb {
    width: 62px;
    height: 34px;
    text-align: center;
    font-size: 14px;
    background-color: #00a6e0;
    line-height: 34px;
    color: white;
    margin: 0 auto;
    position: relative;
    z-index: 100
}

.xian2 {
    width: 6%;
    height: 4px;
    position: relative;
    display: block;
    background-color: #5cc6ff;
    left: 40%;
    top: -18px;
}

.xian3 {
    width: 46%;
    height: 4px;
    position: relative;
    display: block;
    background-color: #5cc6ff;
    left: 54%;
    top: -22px
}

.zong-gb {
    width: 62px;
    height: 34px;
    text-align: center;
    font-size: 14px;
    background-color: #00a6e0;
    line-height: 34px;
    color: white;
    position: relative;
    z-index: 101;
    top: -42px;
    left: 32%
}

.xian4 {
    width: 4px;
    height: 40px;
    position: relative;
    display: block;
    background-color: #5cc6ff;
    top: -42px;
    left: 36%
}

.xian5 {
    width: 4px;
    height: 400px;
    position: relative;
    display: block;
    background-color: #5cc6ff;
    left: 99.4%;
    top: -96px;
}

.xian6 {
    position: relative;
    width: 40px;
    height: 4px;
    background-color: #5cc6ff;
    display: block;
    top: -100px;
    left: 94%
}

.cary {
    position: relative;
    border: 1px dashed #000;
    padding: 30px 0;
    margin: 0 10px;
    top: 73px
}

.xian7 {
    margin: 0 auto;
    width: 80%;
    height: 4px;
    background-color: #5cc6ff;
    display: block;
}

.dan-zu {
    float: left;
    width: calc(20% - 21px);
    margin: 0 10px;
    position: relative;
    box-sizing: border-box
}

.xian8 {
    width: 4px;
    height: 40px;
    background-color: #5cc6ff;
    display: block;
    position: absolute;
    left: 50%;
}

.dan-zu h3 {
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 10px;
    background-color: #00a6e0;
    margin-top: 40px;
    color: white;
    box-sizing: border-box;
}

.shishi-zu {
    position: absolute;
    background-color: #888888;
    padding: 10px;
    top: 123px;
    left: 10%;
    color: white;
    font-size: 12px
}

.shuju-bu {
    width: 25%;
    position: relative;
    top: 72px;
    left: 24%
}

.xian9 {
    width: 4px;
    height: 40px;
    background-color: #5cc6ff;
    display: block;
    margin: 0 auto
}

.shuju-bu h3 {
    padding: 10px;
    background-color: #00a6e0;
    font-size: 14px;
    color: white;
    text-align: center;
}

.bumen {
    width: 40%;
    position: relative;
    top: 0;
    left: 54%;
    border: 1px dashed #000;
    margin-bottom: 40px
}

.bumen h3 {
    text-align: center;
    padding: 10px;
    margin: 5px;
    background-color: #00a6e0;
    font-size: 14px;
    color: white;
}

.bumen h3:nth-child(5) {
    margin-bottom: 40px
}

.gl-ceng {
    position: absolute;
    background-color: #888888;
    color: white;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    top: 90%;
    left: 14%
}

.company-js {
    width: 50%;
    padding: 10px;
    position: absolute;
    top: 64%;
    color: #888888
}


/*流程结束*/


/*	资质荣誉子界面*/

.honors {
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
    margin-left: 10px;
}

.honors span {
    width: 100%;
    text-align: center;
    margin: 10px 0;
    display: block;
    color: #00a6e0;
    font-size: 24px;
    font-weight: bold
}

.honor {
    float: left;
    width: calc(33.333% - 20px);
    margin: 10px;
    border: 1px solid #ececec;
    transition: 0.4s
}

.honor:hover {
    border: 1px solid #00a6e0;
    transform: translateY(-4px);
}

.honor-s {
    margin: 20px;
    overflow: hidden
}

.honor a h3 {
    width: 100%;
    text-align: center;
    color: #999999;
    padding: 20px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.honor:hover a h3 {
    background-color: #00a6e0;
    color: white
}

.rongyu {
    overflow: hidden;
    margin-left: 10px;
    background-color: #F8F8F8;
}

.rongyu span {
    width: 100%;
    text-align: center;
    margin: 10px 0;
    display: block;
    color: #00a6e0;
    font-size: 24px;
    font-weight: bold;
}

.rongyus {
    float: left;
    width: calc(25% - 21px);
    margin: 10px;
    border: 1px solid #ececec;
    transition: 0.4s;
    background-color: white;
    box-sizing: border-box;
}

.rongyus:hover {
    border: 1px solid #00a6e0;
    transform: translateY(-4px);
}

.rongyu-s {
    margin: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.rongyus a h3 {
    width: 100%;
    text-align: center;
    color: #999999;
    padding: 20px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rongyus:hover a h3 {
    background-color: #00a6e0;
    color: white
}

@media(max-width:680px) {
    .rongyus {
        width: calc(25% - 11px);
        margin: 5px;
    }
    .honor {
        width: calc(33.333% - 10px);
        margin: 5px;
    }
    .honor-s,
    .rongyu-s {
        margin: 8px;
    }
    .honor a h3,
    .rongyus a h3 {
        font-size: 12px;
        padding: 10px 0;
    }
}


/* 加入我们join.html */

.joinus {
    width: 100%;
    margin: 0 auto;
}

.joinus-bt {
    background-color: white;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.joinus-top {
    overflow: hidden;
    margin: 0 70px;
}

.joinus-top h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center
}

.joinus-top h2 {
    font-size: 24px;
    color: #00a6e0;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin-top: 10px;
}

.joinus-s {
    background-color: white;
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 40px;
    overflow: hidden;
}

.joinus-l {
    overflow: hidden;
    margin-left: 70px;
    width: calc(40% - 70px);
    float: left;
    background-color: #ececec;
}

.joinus-l span {
    margin: 0 auto;
    display: block;
    width: 0;
    height: 0;
    border-width: 20px 14px 0;
    border-style: solid;
    border-color: #00a6e0 transparent transparent;
    /*蓝 透明 透明 */
}

.joinus-l-bt {
    text-align: center;
    border-bottom: 1px solid #00a6e0;
    padding: 10px 10px;
}

.joinus-l-bt h1 {
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.joinus-l-bt h2 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #00a6e0;
}

.ul1,
.ul1 li {
    list-style: none;
    display: block;
    box-sizing: border-box;
}

.ul1 {
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
}

.ul1 li {
    padding: 15px 0;
    color: #888888;
    overflow: hidden;
    border-bottom: dashed 1px #999999
}

.ul1 li .sjx {
    float: left;
    display: block;
    width: 0;
    height: 0;
    border-width: 10px 0 10px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #888888;
    /*透明 透明 透明 灰*/
    margin-left: 10px
}

.ul1 li h3 {
    float: left;
    font-size: 14px;
    margin-left: 20px;
}

.release-time {
    float: right;
    font-size: 12px;
    margin-top: 1px;
    margin-right: 20px
}

.jiantou {
    float: right;
    width: 10px;
    height: 15px;
    background-image: url(../img/yjt1.png);
    margin-right: 10px;
    margin-top: 2px;
}

.jiantou1 {
    float: right;
    width: 10px;
    height: 15px;
    background-image: url(../img/yjt.png);
    margin-right: 10px;
    display: none;
    margin-top: 2px;
}

.ul1 li:hover .jiantou {
    display: none
}

.ul1 li:hover .jiantou1 {
    display: block
}

.ul1 li:hover {
    background-color: #00a6e0;
    color: white;
    cursor: pointer
}

.ul1 li:hover .sjx {
    border-color: transparent transparent transparent #ffffff;
}

.joinus-r {
    float: left;
    width: calc(60% - 70px);
    margin-right: 70px;
    border-left: 1px solid #ffffff
}

.joinus-r-top {
    overflow: hidden;
    margin: 0 auto;
}

.joinus-h {
    overflow: hidden;
    margin-left: 20px;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.joinus-h h1 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-right: 20px;
    border-right: 1px solid #000000
}

.joinus-h h2 {
    float: left;
    font-size: 20px;
    color: #00a6e0;
    font-weight: bold;
    text-align: center;
    margin-left: 20px
}

.joinus-r p {
    clear: left;
    margin: 0 0 0 20px;
    line-height: 28px;
    text-align: justify;
}

.joinus-time {
    font-size: 12px;
    color: #999999;
    text-align: right;
    margin: 20px;
}

@media(max-width:950px) {
    .aboutu-l-join-us,
    .aboutu-l-contact-us {
        margin-top: 4%
    }
    .aboutu-l-join-us h1 {
        line-height: 20px;
        font-size: 14px
    }
    .aboutu-l-contact-us h1 {
        line-height: 20px;
        font-size: 14px
    }
    .release-time {
        display: none
    }
}

@media(max-width:840px) {
    .joinus-l span {
        border-width: 16px 10px 0;
    }
    .ul1 li .sjx {
        border-width: 10px 0 10px 16px;
    }
    .joinus-h h1 {
        font-size: 14px;
        padding-right: 10px;
    }
    .joinus-h h2 {
        font-size: 14px;
        margin-left: 10px
    }
}

@media(max-width:680px) {
    .joinus-top {
        margin: 0 20px;
    }
    .joinus-l {
        margin-left: 20px;
        width: calc(40% - 20px);
    }
    .joinus-r p {
        margin: 0 10px;
        line-height: 24px;
        font-size: 12px
    }
    .joinus-r {
        width: calc(60% - 20px);
        margin-right: 20px;
    }
    .joinus-h {
        margin-left: 10px;
    }
    .joinus-top h1 {
        font-size: 20px;
    }
    .joinus-top h2 {
        font-size: 16px;
    }
    .aboutu-l-join img,
    .aboutu-l-contact img {
        width: calc(100%);
        clear: left;
    }
    .aboutu-l-join-us,
    .aboutu-l-contact-us {
        clear: left;
        width: calc(100%);
    }
    .ul1 .li1 h3,
    .ul1 .li2 h3,
    .ul1 .li3 h3,
    .ul1 .li4 h3,
    .ul1 .li5 h3,
    .ul1 .li6 h3 {
        font-size: 14px;
        margin-left: 10px;
    }
    .ul1 .li1 .sjx,
    .ul1 .li2 .sjx,
    .ul1 .li3 .sjx,
    .ul1 .li4 .sjx,
    .ul1 .li5 .sjx,
    .ul1 .li6 .sjx {
        border-width: 8px 0 8px 12px;
        margin-top: 2px
    }
}

@media(max-width:400px) {
    .joinus-top {
        margin: 0 10px;
    }
    .joinus-l {
        margin-left: 10px;
        width: calc(40% - 10px);
    }
    .joinus-r {
        width: calc(60% - 10px);
        margin-right: 10px;
    }
    .joinus-top h1 {
        font-size: 16px;
    }
    .joinus-top h2 {
        font-size: 14px;
    }
    .joinus-l span {
        border-width: 14px 8px 0;
    }
    .ul1 .li1 h3,
    .ul1 .li2 h3,
    .ul1 .li3 h3,
    .ul1 .li4 h3,
    .ul1 .li5 h3,
    .ul1 .li6 h3 {
        font-size: 12px;
        margin-left: 10px;
    }
}

form {
    margin-top: 20px;
    border-top: 1px solid #00a6e0;
    padding-top: 20px;
    margin-left: 20px
}

form h1 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #00A6E0
}

.jiben-xx {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #999999;
    margin-bottom: 20px
}

.table {
    float: left;
    width: 33.333%;
}

.table tr {
    display: block;
    margin: 5px 0
}

.table tr td input {
    width: 100%;
    height: 20px;
    border: 1px solid #00a6e0;
}

.baocun-anniu input {
    height: 30px;
    width: 50px;
    border: 1px solid #00a6e0;
    background-color: white;
    margin-right: 20px;
    cursor: pointer
}

.baocun-anniu input:hover {
    background-color: #00a6e0;
    color: white
}

.work {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #999999;
    margin-bottom: 20px;
}

.work h2 {
    font-size: 18px;
    float: left;
    display: block;
}

.work span {
    float: left;
    display: block;
    height: 1px;
    width: 60%;
    background-color: #00a6e0;
    margin-top: 12px;
    margin-left: 10px
}

.tianjia {
    float: right;
    width: 20px;
    height: 20px;
    background-image: url(../img/tj.png);
    margin-right: 20px;
    cursor: pointer
}

.work-input {
    float: left;
    width: 33.333%;
    margin-top: 20px
}

.work-input tr {
    display: block;
    margin: 5px 0
}

.work-input tr td input {
    width: 100%;
    height: 20px;
    border: 1px solid #00a6e0;
}

.work-zeren {
    width: 100%
}

.work-zeren tr td:nth-child(1) {
    width: 30%;
    padding-left: 10px
}

.work-zeren tr td:nth-child(2) {
    width: 70%
}

.work-zeren tr td textarea {
    width: 100%;
    min-height: 100px;
    border: 1px solid #00a6e0;
}

.baocun-anniu1 input {
    height: 30px;
    width: 50px;
    border: 1px solid #00a6e0;
    background-color: white;
    margin-right: 20px;
    cursor: pointer
}

.baocun-anniu1 input:hover {
    background-color: #00a6e0;
    color: white
}

.fujian {
    margin: 20px 10px;
    width: 100%;
    display: block
}

.fujian tr {
    display: block;
    width: 100%;
}

.fujian tr td {
    display: block;
    float: left
}

.file-daxiao {
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin-bottom: 20px
}

.baocun-anniu2 input {
    height: 30px;
    width: 50px;
    border: 1px solid #00a6e0;
    background-color: white;
    margin-right: 20px;
    cursor: pointer
}

.baocun-anniu2 input:hover {
    background-color: #00a6e0;
    color: white
}


/* 新闻状态news.html */

.newss {
    width: 100%;
    margin: 0 auto;
}

.newss-bt {
    background-color: white;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.newss-top {
    overflow: hidden;
    margin: 0 70px;
}

.newss-top h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center
}

.newss-top h2 {
    font-size: 24px;
    color: #00a6e0;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin-top: 10px;
}

.newss-s {
    background-color: white;
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 40px;
    overflow: hidden;
}

.newss-l {
    overflow: hidden;
    margin-left: 70px;
    width: calc(33.3333% - 70px);
    float: left;
    background-color: #ececec;
}

.newss-l span {
    margin: 0 auto;
    display: block;
    width: 0;
    height: 0;
    border-width: 20px 14px 0;
    border-style: solid;
    border-color: #00a6e0 transparent transparent;
    /*蓝 透明 透明 */
}

.newss-l-bt {
    text-align: center;
    border-bottom: 1px solid #00a6e0;
    padding: 10px 10px;
}

.newss-l-bt h1 {
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.newss-l-bt h2 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #00a6e0;
}

.ul1,
.ul1 li {
    list-style: none;
    display: block;
    box-sizing: border-box;
}

.ul1 {
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
}

.ul1 li {
    padding: 15px 0;
    color: #888888;
    overflow: hidden;
    border-bottom: dashed 1px #999999
}

.ul1 li .sjx {
    float: left;
    display: block;
    width: 0;
    height: 0;
    border-width: 10px 0 10px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #888888;
    /*透明 透明 透明 灰*/
    margin-left: 10px
}

.ul1 li h3 {
    float: left;
    font-size: 14px;
    margin-left: 20px;
}

.jiantou {
    float: right;
    width: 10px;
    height: 15px;
    background-image: url(../img/yjt1.png);
    margin-right: 10px;
    margin-top: 2px;
}

.jiantou1 {
    float: right;
    width: 10px;
    height: 15px;
    background-image: url(../img/yjt.png);
    margin-right: 10px;
    display: none;
    margin-top: 2px;
}

.ul1 li:hover .jiantou {
    display: none
}

.ul1 li:hover .jiantou1 {
    display: block
}

.ul1 li:hover {
    background-color: #00a6e0;
    color: white;
    cursor: pointer;
}

.ul1 li:hover .sjx {
    border-color: transparent transparent transparent #ffffff;
}

.newss-r {
    float: left;
    width: calc(66.6666% - 70px);
    margin-right: 70px;
    border-left: 1px solid #ffffff;
}

.newss-r-top {
    overflow: hidden;
    margin: 0 auto;
}

.newss-h {
    overflow: hidden;
    margin-left: 20px;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.newss-h h1 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-right: 20px;
    border-right: 1px solid #000000
}

.newss-h h2 {
    float: left;
    font-size: 20px;
    color: #00a6e0;
    font-weight: bold;
    text-align: center;
    margin-left: 20px
}

.newss-r-news {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.newss-r-new {
    overflow: hidden;
    float: left;
    width: calc(33.3333% - 40px);
    margin: 20px;
    background-color: #ECECEC;
    transition: 0.5s
}

.newss-r-new h3 {
    text-align: center;
    margin: 10px 5px;
    font-size: 14px;
    color: #888888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-r-time {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
    color: #999999
}

.news-r-tu img {
    transition: 0.5s
}

.news-r-tu {
    overflow: hidden
}

.newss-r-new:hover {
    background-color: #00a6e0
}

.newss-r-new:hover h3 {
    color: white
}

.newss-r-new:hover .news-r-time {
    color: white
}

.newss-r-new:hover .news-r-tu img {
    transform: scale(1.1)
}

@media(max-width:840px) {
    .newss-l span {
        border-width: 16px 10px 0;
    }
    .ul1 li .sjx {
        border-width: 10px 0 10px 16px;
    }
    .newss-h h1 {
        font-size: 14px;
        padding-right: 10px;
    }
    .newss-h h2 {
        font-size: 14px;
        margin-left: 10px
    }
}

@media(max-width:680px) {
    .newss-top {
        margin: 0 20px;
    }
    .newss-l {
        margin-left: 20px;
        width: calc(40% - 20px);
    }
    .newss-r {
        width: calc(60% - 20px);
        margin-right: 20px;
    }
    .newss-h {
        margin-left: 10px;
    }
    .newss-top h1 {
        font-size: 20px;
    }
    .newss-top h2 {
        font-size: 16px;
    }
    .newss-r-new {
        margin: 8px;
        width: calc(33.3333% - 16px);
    }
    .newss-r-new h3 {
        margin: 5px auto;
        font-size: 12px
    }
    .news-r-time {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .ul1 .li1 h3,
    .ul1 .li2 h3,
    .ul1 .li3 h3,
    .ul1 .li4 h3,
    .ul1 .li5 h3,
    .ul1 .li6 h3 {
        font-size: 14px;
        margin-left: 10px;
    }
    .ul1 .li1 .sjx,
    .ul1 .li2 .sjx,
    .ul1 .li3 .sjx,
    .ul1 .li4 .sjx,
    .ul1 .li5 .sjx,
    .ul1 .li6 .sjx {
        border-width: 8px 0 8px 12px;
        margin-top: 2px
    }
}

@media(max-width:500px) {
    .newss-r-new {
        width: calc(50% - 16px);
    }
}

@media(max-width:400px) {
    .newss-top {
        margin: 0 10px;
    }
    .newss-l {
        margin-left: 10px;
        width: calc(40% - 10px);
    }
    .newss-r {
        width: calc(60% - 10px);
        margin-right: 10px;
    }
    .newss-top h1 {
        font-size: 16px;
    }
    .newss-top h2 {
        font-size: 14px;
    }
    .newss-l span {
        border-width: 14px 8px 0;
    }
    .ul1 .li1 h3,
    .ul1 .li2 h3,
    .ul1 .li3 h3,
    .ul1 .li4 h3,
    .ul1 .li5 h3,
    .ul1 .li6 h3 {
        font-size: 12px
    }
}

.news-r-ye {
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
    justify-content: center;
    display: flex
}

.news-r-yema {
    margin: 5px;
    border: 1px solid #999999;
    padding: 6px 10px;
    color: #999999;
    transition: 0.5s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-r-yema:hover {
    color: white;
    border-color: #00a6e0;
    background-color: #00a6e0;
    cursor: pointer
}

@media(max-width:680px) {
    .news-r-yema {
        font-size: 12px;
        padding: 6px 10px;
        color: #999999;
        transition: 0.5s
    }
}


/*		联系我们contact.html*/

.contacts {
    width: 100%;
    margin: 0 auto;
}

.contacts-bt {
    background-color: white;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.contacts-top {
    overflow: hidden;
    margin: 0 70px;
}

.contacts-top h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center
}

.contacts-top h2 {
    font-size: 24px;
    color: #00a6e0;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin-top: 10px;
}

.contacts-s {
    background-color: white;
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 40px;
    overflow: hidden;
}

.contacts-l {
    float: left;
    overflow: hidden;
    margin-left: 70px;
    width: calc(50% - 70px);
    padding-left: 20px;
    padding-right: 10px;
    box-sizing: border-box;
    background-color: white;
    border-right: 1px solid #999999
}

.contacts-l h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px
}

.contacts-l-tle {
    overflow: hidden;
    margin-bottom: 30px
}

.contacts-l-tle span {
    display: block;
    margin: 10px 0;
}

.contacts-l-tle span strong {
    color: #00a6e0
}

.contacts-l-map {
    width: 100%;
    height: 100%;
}

.contacts-r {
    width: calc(50% - 70px);
    overflow: hidden;
    float: left;
    margin-top: 10px;
    padding-left: 10px;
    margin-right: 70px;
}

.contacts-r span {
    width: 100%;
    display: block;
    padding: 10px 0 10px 10px;
    background-color: #00a6e0;
    color: white
}

.liuyan,
.liuyan tr,
.liuyan tr td {
    margin: 0;
    padding: 0;
}

.liuyan {
    width: 100%;
    margin: 10px 0
}

.liuyan tr {
    width: 100%;
}

.liuyan tr td:nth-child(1) {
    width: 30%;
    padding-left: 10px
}

.liuyan tr td:nth-child(2) {
    width: calc(70%)
}

.liuyan tr td input {
    width: 100%;
    height: 30px;
    border: 1px solid #00a6e0;
}

.liuyan tr td textarea {
    width: 100%;
    min-height: 100px;
    border: 1px solid #00a6e0;
}

.liuyan-anniu input {
    height: 30px;
    width: 50px;
    border: 1px solid #00a6e0;
    background-color: white;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer
}

.liuyan-anniu input:hover {
    background-color: #00a6e0;
    color: white
}

@media(max-width:680px) {
    .contacts-top {
        margin: 0 20px;
    }
    .contacts-l {
        width: calc(50% - 20px);
        margin-left: 20px;
    }
    .contacts-r {
        width: calc(50% - 20px);
        margin-right: 20px;
        font-size: 12px
    }
    .contacts-l h1 {
        font-size: 16px
    }
    .contacts-l-tle span {
        font-size: 12px
    }
}


/*login.html*/

.login-dl {
    margin: 0 auto;
    background-image: url(../imgs/login.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: scroll;
}

.login {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 30px
}

.login-in {
    max-width: 340px;
    height: auto;
    background-color: white;
    margin: 0 auto;
    padding: 30px;
    overflow: hidden;
}

.user-id {
    overflow: hidden
}

.user-logo {
    max-width: 198px;
    max-height: 32px;
    margin: 10px 0;
}

.user-id input {
    height: 36px;
    width: calc(100% - 10px);
    display: block;
    padding-left: 6px;
    border: 1px solid #aaaaaa;
    margin: 20px 0;
    border-radius: 4px
}


/*		.user-id input:active{border-color: #00a6e0}*/

.jz-paswd {
    padding: 0;
    position: relative;
    margin-bottom: 30px
}

.jz-paswd input[type="checkbox"] {
    overflow: hidden;
}

.gx-btn {
    width: 16px;
    height: 16px;
    padding: 0;
    position: absolute;
    bottom: 1px;
    cursor: pointer
}

lable {
    border: 0;
    padding: 0;
    margin-left: 20px
}

.jz-paswd a {
    float: right;
    color: #00a6e0
}

.login-btn {
    margin: 10px 0;
    overflow: hidden;
}

.login-btn button {
    font-size: 16px;
    background-color: #00a6e0;
    width: 100%;
    padding: 14px 0;
    border-radius: 4px;
    color: white
}

.login-btn button:hover {
    cursor: pointer;
    opacity: 0.9
}

.no-id {
    margin: 20px 0
}

.no-id a {
    color: #00a6e0
}


/*register.html*/

.register-dl {
    margin: 0 auto;
    background-image: url(../imgs/login.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: scroll;
}

.register {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 30px
}

.register-in {
    max-width: 400px;
    height: auto;
    background-color: white;
    margin: 0 auto;
    padding: 30px;
    overflow: hidden;
}

.user-id {
    overflow: hidden
}

.user-logo {
    max-width: 198px;
    max-height: 32px;
    margin: 10px 0;
}

.user-id input {
    height: 36px;
    width: calc(100% - 10px);
    display: block;
    padding-left: 6px;
    border: 1px solid #aaaaaa;
    margin: 20px 0;
    border-radius: 4px
}


/*		.user-id input:active{border-color: #00a6e0}*/

.xy-paswd {
    padding: 0;
    position: relative;
    margin-bottom: 30px
}

.xy-paswd input[type="checkbox"] {
    overflow: hidden;
}

.xy-btn {
    width: 16px;
    height: 16px;
    padding: 0;
    position: absolute;
    bottom: 1px;
    cursor: pointer
}

lable {
    border: 0;
    padding: 0;
    margin-left: 20px
}

.xy-paswd a {
    ;
    color: #00a6e0
}

.register-btn {
    margin: 10px 0;
    overflow: hidden;
}

.register-btn button {
    font-size: 16px;
    background-color: #00a6e0;
    width: 100%;
    padding: 14px 0;
    border-radius: 4px;
    color: white;
    cursor: pointer
}

.login-btn button:hover {
    cursor: pointer;
    opacity: 0.9
}

.y-id {
    margin: 20px 0
}

.y-id a {
    color: #00a6e0
}

.yzm {
    overflow: hidden;
}

.yzm input {
    float: left;
    width: calc(50% - 10px);
    display: block;
    margin-top: 0
}

.yzm input:nth-of-type(1) {
    display: block;
    margin-right: 10px
}

.yzm input:nth-of-type(2) {
    background-color: #EEEEEE;
    height: 38px;
    cursor: pointer
}


/* 滚动条样式：(有浏览器兼容问题) */


/*滚动条 start*/

::-webkit-scrollbar {
    width: 4px;
    height: 7px;
    background-color: #757575;
}


/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(201, 205, 212, 0.3);
    background: #fff;
}


/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(201, 205, 212, 0.3);
    background-color: #757575;
}