/* CSS Document */
html {
    overflow-x: hidden;
    overflow-y: auto;
}

html {
    overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,img,p,tr {
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    font-size: 0.875rem;
    color: #000;
}

h1,h2,h3,h4,h5,h6 {
    color: #000;
    font-weight: bold;
}

body {
    font-size: 1rem;
    color: #000;
    word-wrap: break-word;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #000;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

a:hover {
    text-decoration: none;
    color: #005bac;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0 auto;
    line-height: 0px;
    zoom:1; font-size: 1px;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wrap {
    max-width: 1420px;
    padding: 0 10px;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width: 1600px) {
    .wrap {
        max-width:1380px;
    }
}

@media screen and (max-width: 1440px) {
    .wrap {
        max-width:1260px;
    }
}

@media screen and (max-width: 1280px) {
    .wrap {
        max-width:1120px;
    }
}

@media screen and (max-width: 1024px) {
    .wrap {
        max-width:920px;
    }
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mid {
    display: table;
    height: 100%;
    width: 100%;
}

.cell {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.block {
    display: block;
}

@font-face {
    font-family: "1";
    src: url("../font/1.woff2") format("woff2"), url("../font/1.woff") format("woff"), url("../font/1.ttf") format("truetype"), url("../font/1.eot") format("embedded-opentype"), url("http://xz0377.cn/pbmoban/pb0616/pc/fonts/1.svg") format("svg");
}

@font-face {
    font-family: "1";
    src: url("../font/impact.woff2") format("woff2"), url("../font/impact.woff") format("woff"), url("../font/impact.ttf") format("truetype"), url("../font/impact.eot") format("embedded-opentype"), url("http://xz0377.cn/pbmoban/pb0616/pc/fonts/impact.svg") format("svg");
}

/*ç„¦ç‚¹å›¾*/
.tit {
    overflow: hidden;
    margin-bottom: 2%;
    width: 100%;
}

.tit .tt h2 {
    font-size: 3rem;
    /* font-family: "1"; */
    position: relative;
    font-weight: normal;
    display: inline-block;
}

.tit .tt h2:after {
    position: absolute;
    content: "";
    width: 25%;
    height: 3px;
    background: #005bac;
    bottom: 0;
    left: 35%;
}

.tit .tt img {
    display: inline-block;
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
}

.tit p {
    font-size: 1rem;
    margin-top: 1%;
}

@media screen and (max-width: 1280px) {
    .tit .tt h2 {
        font-size:2.4rem;
    }
}

@media screen and (max-width: 1024px) {
    .tit .tt h2 {
        font-size:2rem;
    }

    .tit .tt img {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
}

@media screen and (max-width: 600px) {
    .tit .tt h2 {
        font-size:1.6rem;
    }

    .tit p {
        font-size: 0.8rem;
    }
}

.index01 {
	width: 100%;
    overflow: hidden;
    padding: 5% 0 2% 0;
    background: #f2f4f5;
}

.index01 .tit .tt h2:after {
    left: 0;
}

.index01 .about_c {
    position: relative;
    overflow: hidden;
    transform: translateY(-11%);
    -webkit-transform: translateY(-11%);
    -moz-transform: translateY(-11%);
    -o-transform: translateY(-11%);
}

.about_c .left {
    max-width: 66em;
    margin-top: 4.5%;
    height: 100%;
}

.about_c .left1 {
    background: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
}

.about_c .left_c {
    padding: 10%;
    overflow: hidden;
}

.about_c .left_c h2 {
    font-size: 1.8rem;
    margin-bottom: 4%;
    font-family: "Impact";
}

.about_c .left_c p {
    line-height: 2.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 0.95rem;
}

.about_c .left2 {
    overflow: hidden;
    width: 85%;
    margin: 8% auto 0 auto;
}

.about_c .left2 ul {
    overflow: hidden;
}

.about_c .left2 li {
    width: 25%;
    float: left;
    text-align: center;
}

.about_c .left2 h2 {
    font-family: "Impact";
    font-size: 2.5rem;
    display: inline-block
}

.about_c .left2 small {
    display: inline-block;
    font-size: 1.2rem;
    /*font-weight: bold;*/
    transform: translate(5%,-100%);
    -webkit-transform: translate(5%,-100%);
    -moz-transform: translate(5%,-100%);
    -o-transform: translate(5%,-100%);
}

.about_c .left2 li p {
    font-size: 1rem;
    margin-top: 2%;
    padding-right: 10%;
}

.about_c .right {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.about_c .right .r1 {
    width: 100%;
    float: right;
    text-align: right;
}

.about_c .right .r1 img {
    width: 82%;
}

.about_c .r2 {
    text-align: center;
    position: absolute;
    right: 20%;
    bottom: 0;
    animation: ud 1s linear alternate infinite;
    -webkit-animation: ud 1s linear alternate infinite;
    -moz-animation: ud 1s linear alternate infinite;
}

.about_c .r2 a {
    display: inline-block;
}

@-webkit-keyframes ud {
    0% {
        bottom: 0px;
    }

    100% {
        bottom: 20px;
    }
}

@keyframes ud {
    0% {
        bottom: 0px;
    }

    100% {
        bottom: 20px;
    }
}

@media screen and (max-width: 1600px) {
    .about_c .left {
        max-width: 55em;
        margin-top: 6%;
    }

    .about_c .right .r1 {
        width: 95%;
    }
}

@media screen and (max-width: 1440px) {
    .about_c .left {
        max-width: 49em;
        margin-top: 6%;
    }

    .about_c .right .r1 {
        width: 90%;
    }
}

@media screen and (max-width: 1280px) {
    .about_c .left {
        max-width: 45em;
    }

    .about_c .right .r1 {
        width: 85%;
    }

    .about_c .left_c {
        padding: 10% 8%;
    }

    .about_c .left2 {
        width: 100%;
        margin: 15% auto 0 auto;
    }
}

@media screen and (max-width: 1110px) {
    .index01 .about_c {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
    }

    .index01 {
        margin: 5% 0;
    }

    .about_c .r2 {
        right: 5%;
    }

    .about_c .left2 small {
        font-size: 1rem;
    }

    .about_c .left2 h2 {
        font-size: 2.1rem;
    }

    .about_c .left_c h2 {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 880px) {
    .about_c .right .r1 {
        width: 100%;
    }

    .about_c .left {
        max-width: 100em;
    }

    .about_c .left_c {
        padding: 8%;
    }

    .about_c .left1 {
        background: url(../image/index13.png)
    }

    .about_c .r2 {
        right: 50%;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -o-transform: translateX(50%);
    }

    @-webkit-keyframes ud {
        0% {
            bottom: 120px;
        }

        100% {
            bottom: 110px;
        }
    }

    @keyframes ud {
        0% {
            bottom: 120px;
        }

        100% {
            bottom: 110px;
        }
    }

    .index01 .tit {
        text-align: center
    }

    .index01 .tit .tt h2:after {
        left: 35%;
    }
}

@media screen and (max-width: 650px) {
    .about_c .left_c {
        padding: 5%;
    }

    .about_c .left_c h2 {
        font-size: 1.2rem;
    }

    .about_c .left2 li p {
        font-size: 0.8rem;
    }

    .about_c .left {
        margin-top: 10%;
    }

    .about_c .r2 a img {
        width: 75%;
    }

    @-webkit-keyframes ud {
        0% {
            bottom: 100px;
        }

        100% {
            bottom: 90px;
        }
    }

    @keyframes ud {
        0% {
            bottom: 100px;
        }

        100% {
            bottom: 90px;
        }
    }

    .about_c .left_c h2 {
        margin-bottom: 1%;
    }

    .about_c .left_c p {
        line-height: 2em;
    }

    .about_c .left2 h2 {
        font-size: 1.6rem;
    }

    .about_c .left2 small {
        font-size: 0.7rem;
    }
}

@media screen and (max-width: 500px) {
	.index01 {
    margin: 0;
}
    .about_c .left2 h2 {
        font-size: 1.3rem;
    }

    .about_c .r2 a img {
        width: 60%;
    }

    .about_c .left2 small {
        font-size: 0.5rem;
        transform: translate(5%,-60%);
        -webkit-transform: translate(5%,-60%);
        -o-transform: translate(5%,-60%);
        -moz-transform: translate(5%,-60%);
    }

    @-webkit-keyframes ud {
        0% {
            bottom: 90px;
        }

        100% {
            bottom: 80px;
        }
    }

    @keyframes ud {
        0% {
            bottom: 90px;
        }

        100% {
            bottom: 80px;
        }
    }

    .about_c .left {
        margin-top: 9%;
    }
}

@media screen and (max-width: 450px) {
    .about_c .left_c h2 {
        font-size: 1.1rem;
    }

    .about_c .left_c p {
        line-height: 1.8em;
    }

    @-webkit-keyframes ud {
        0% {
            bottom: 65px;
        }

        100% {
            bottom: 55px;
        }
    }

    @keyframes ud {
        0% {
            bottom: 65px;
        }

        100% {
            bottom: 55px;
        }
    }
}

.index02 {
    width: 100%;
    overflow: hidden;
    /*padding: 5% 0 0 0;*/
    /*background: url(../image/index03.jpg) top center no-repeat;*/
    transform: translateY(11%);
    -webkit-transform: translateY(11%);
    -moz-transform: translateY(11%);
    -o-transform: translateY(11%);
}

.index02 .tit {
    text-align: center;
}

.product .tit .tt h2, .product .tit p {
    /*color: #fff;*/
}

.index02 .pro_1 {
    width: 60%;
    margin: 2% auto;
    display: none;
}

.index02 .pro_1 a {
    display: block;
    width: 100%;
    height: 100%;
}

.index_pro_1_mid {
    cursor: pointer;
    text-align: center;
    height: 105px;
    border: 1px solid #000;
    border-radius: 100%;
    padding: 30% 0 0 0;
}

.index_pro_1_mid_1 , .index_pro_1_mid_2 {
    font-size: 1rem;
    /*color: #fff;*/
}

.index_pro_1_mid .pro_mid {
    position: relative
}

.index_pro_1_mid:hover {
    border: 1px solid #005bac;
}
.index_pro_1_mid:hover .index_pro_1_mid_2 {
	color: #fff;
}
.index_pro_1_mid:before {
    position: absolute;
    background: #005bac;
    width: 0;
    height: 0;
    content: "";
    top: 0;
    left: 0;
    border-radius: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.index_pro_1_mid:hover:before {
    width: 100%;
    height: 100%;
}

.swiper-container-mxcppro {
    padding-bottom: 2%;
}

.index02 .pro_2 {
    background: #fff;
    padding: 4%;
    position: relative;
    margin: 3% 0 0 0;
}

.index02 .pro_2 a {
    display: block;
    width: 100%;
    height: 100%;
	box-sizing: border-box;
	padding: 5px;
}

.index_pro_2_mids {
    position: relative;
    min-height: 230px;
}

.index_pro_2_mid_1 , .index_pro_2_mid2 {
/*    position: absolute;
    top: 0;
    left: 0;
    height: 100%; */
}
.index_pro_2_mid_1 img{
	width: 100%;border: solid 1px #666;border-radius: 15px;
}
.index_pro_2_mid_2 {
    text-align: center;
}

.pro_2 .four .f {
    position: absolute;
    background: url(../image/index17.png) top center no-repeat;
    width: 50px;
    height: 50px;
}

.pro_2 .four .f1 {
    left: 20px;
    top: 20px;
}

.pro_2 .four .f2 {
    right: 20px;
    top: 20px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.pro_2 .four .f3 {
    left: 20px;
    bottom: 20px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.pro_2 .four .f4 {
    right: 20px;
    bottom: 20px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media screen and (max-width: 1440px) {
    .index02 {
        padding: 0% 0 0 0;
    }

    .index02 .pro_1 {
        width: 70%;
    }

    .index_pro_1_mid {
        height: 110px;
    }

    .index_pro_2_mids {
        min-height: 210px;
    }
}

@media screen and (max-width: 1280px) {
    .index_pro_1_mid {
        height:95px;
    }
}

@media screen and (max-width: 1100px) {
    .index02 .pro_1 {
        width: 80%;
    }

    .index_pro_1_mid {
        height: 105px;
    }
}

@media screen and (max-width: 1024px) {
    .index02 {
        padding: 5% 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
    }

    .index_pro_1_mid {
        height: 85px;
    }
}

@media screen and (max-width: 860px) {
    .index_pro_2_mids {
        min-height: 180px;
    }

    .index02 .pro_1 {
        width: 90%;
    }

    .index_pro_1_mid_1, .index_pro_1_mid_2 {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 780px) {
    .index_pro_1_mid {
        height:95px;
    }

    .index_pro_2_mids {
        min-height: 240px;
    }
}

@media screen and (max-width: 650px) {
    .index_pro_2_mids {
        min-height: 210px;
    }
}

@media screen and (max-width: 580px) {
    .index_pro_1_mid {
        height: 80px;
    }

    .index_pro_2_mids {
        min-height: 190px;
    }

    .pro_2 .four .f1 {
        left: 5px;
        top: 5px;
    }

    .pro_2 .four .f2 {
        right: 5px;
        top: 5px;
    }

    .pro_2 .four .f3 {
        left: 5px;
        bottom: 5px;
    }

    .pro_2 .four .f4 {
        right: 5px;
        bottom: 5px;
    }

    .swiper-container-mxcppro {
        padding-bottom: 10%;
    }
}

@media screen and (max-width: 480px) {
    .index_pro_2_mids {
        min-height: 160px;
    }

    .index_pro_1_mid {
        height: 90px;
    }

    .index02 .pro_2 {
        margin: 6% 0 0 0;
    }
}

@media screen and (max-width: 410px) {
	.index06 .foot {
		display: none;
	}
    .index_pro_2_mids {
        min-height: auto;
    }

    .index_pro_1_mid {
        height: 80px;
    }
}

@media screen and (max-width: 360px) {
    .index_pro_1_mid {
        height: 80px;
    }
}

.index03 {
    background: #f2f4f5;
    overflow: hidden;
    padding: 8% 0 5% 0;
}

.index03 .tit {
    text-align: center;
}

.index03 .plant_c {
    margin-top: 4%;
    overflow: hidden;
}

.plant_c .pp {
    padding: 0 5%;
    overflow: hidden;
}

.plant_c .swiper-button-next, .plant_c .swiper-button-prev {
    position: absolute;
    top: 30%;
    width: 29px;
    height: 57px;
    z-index: 10;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.plant_c .swiper-button-prev {
    background-image: url(../image/pre.png);
    left: 0;
}

.plant_c .swiper-button-next {
    background-image: url(../image/next.png);
    right: 0;
}

.plant_c a {
    display: block;
    width: 100%;
    height: 100%;
}

.plant_c .cc .pic {
    overflow: hidden;
}

.plant_c a img {
    display: inline-block;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.plant_c a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.plant_c .cc .title {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.plant_c .cc .title span {
    display: inline-block;
    padding: 5% 0;
}

.plant_c a:hover .cc .title {
    background: #005bac;
}

.plant_c a:hover .cc .title span {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .index03 {
        margin:0
    }
}

@media screen and (max-width: 700px) {
    .plant_c .swiper-button-next, .plant_c .swiper-button-prev {
        background-size:70%;
    }
}

.index04 {
    width: 100%;
    overflow: hidden;
    padding: 6% 0 3% 0;
    background: url(../image/ys.jpg) top center no-repeat;
    background-size: cover;
}

.index04 .adv {
    overflow: hidden;
}

.adv .adv_t {
    width: 40%;
    float: right;
    text-align: right;
}

.adv_t .tit .tt h2 , .adv_t .tit p {
    color: #fff;
}

.adv_t .tit .tt h2:after {
    right: 0;
    left: auto;
}

.adv .adv_p {
    margin-top: 33%;
}

.adv .adv_c {
    float: left;
    width: 55%;
}

.adv_c li {
    width: 45%;
    margin-right: 5%;
    float: left;
    margin-bottom: 5%;
    /*background: url(../image/index05.png);*/
    position: relative;
    cursor: pointer;
    background: #f2f4f5;
}

.adv_c li .a1 {
    padding: 10%;
}

.adv_c li .a1 h3 {
    color: #005bac;
    font-weight: 200;
    font-size: 1.4rem;
}

.adv_c li .a1 p {
    color: #71706e;
    margin: 4% 0 0 0;
    min-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.adv_c li .a1 h4 {
    color: #71706e;
    font-size: 1rem;
}

.adv_c li .a1 .xx {
    width: 1px;
    height: 35px;
    background: #71706e;
    margin-left: 4%;
}

.adv_c li .a2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.adv_c li .a2 .pic {
    position: relative;
    width: 80px;
    height: 80px;
}

.adv_c li .a2 .pc {
    width: 0;
    height: 0;
    border-radius: 100% 0 0 0;
    -webkit-border-radius: 100% 0 0 0;
    -moz-border-radius: 100% 0 0 0;
    -o-border-radius: 100% 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.adv_c li .a2 .pic img {
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.adv_c li:hover .pc {
    background: #005bac;
    width: 80px;
    height: 80px;
}

.adv_c li .a2 .pic .m2 {
    z-index: -1
}

.adv_c li:hover .a2 .pic .m2 {
    z-index: 1
}

@media screen and (max-width: 1065px) {
    .adv .adv_c {
        width:65%;
    }

    .adv_c li {
        width: 48%;
        margin-bottom: 2%;
        margin-right: 2%;
    }

    .adv .adv_t {
        width: 32%;
    }
}

@media screen and (max-width: 840px) {
    .adv .adv_t {
        width:100%;
        text-align: center;
    }

    .adv_t .tit .tt h2:after {
        left: 35%;
        right: auto;
    }

    .adv .adv_c {
        width: 100%;
    }

    .adv .adv_p {
        display: none;
    }

    .adv_c li .a1 h3 {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 560px) {
    .adv_c li {
        width: 49%;
        margin-bottom: 1%;
        margin-right: 1%;
    }

    .adv_c li .a2 .pic img {
        bottom: 10px;
        right: 10px;
    }

    .adv_c li:hover .pc , .adv_c li .a2 .pic {
        width: 70px;
        height: 70px;
    }

    .adv_c li .a1 {
        padding: 5%;
    }
}

.index05 {
	background: #f2f4f5;
    overflow: hidden;
    padding: 5% 0 2% 0;
    width: 100%;
}

.index05 .news {
    position: relative;
}

.index05 .news .tit {
    position: absolute;
    top: 10%;
    left: 4%;
    z-index: 1;
    width: 60%;
}

.news .tit .tt h2:after {
    left: 0;
}

.index05 .new_c {
    overflow: hidden;
    padding-bottom: 5%;
}

.new_c .left {
    width: 65%;
    float: left;
    background: #005bac
}

.new_c .left a {
    display: block;
    width: 100%;
}

.new_c .left a:hover {
    -webkit-box-shadow: 18px 18px 26px rgba(0,0,0,0.2);
    box-shadow: 18px 18px 26px rgba(0,0,0,0.2)
}

.new_c .left .pic {
    overflow: hidden;
}

.new_c .left .pic img {
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.new_c .left a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.new_c .left .des {
    padding: 5%;
    overflow: hidden;
}

.new_c .left .des h3 {
    color: #fff;
    font-size: 1.2rem;
}

.new_c .left .des p {
    color: #fff;
    line-height: 1.8em;
    margin: 2% 0 5% 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.new_c .more img {
    display: inline-block;
    float: left
}

.new_c .more span {
    display: inline-block;
    float: right;
    color: #fff;
}

.new_c .right {
    width: 35%;
    float: right;
    border: 1px solid #cccccc;
    border-left: none;
}

.new_c .right li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
}

.new_c .right li a {
    display: block;
}

.new_c .right .nn {
    overflow: hidden;
    padding: 8.75%;
}

.new_c .right li:last-child {
    border-bottom: none;
}

.new_c .right .nn h3 {
    font-size: 1.2rem;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.new_c .right .nn p {
    line-height: 1.8em;
    margin: 2% 0 5% 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.new_c .right .more span {
    color: #000
}

.new_c .right a:hover h3 {
    letter-spacing: 1px;
}

@media screen and (max-width: 1600px) {
    .new_c .right .nn {
        padding:8.5%;
    }
}

@media screen and (max-width: 1440px) {
    .new_c .right .nn {
        padding:7.73%;
    }
}

@media screen and (max-width: 1280px) {
    .new_c .right .nn {
        padding:6.6%;
    }
}

@media screen and (max-width: 1130px) {
    .new_c .right .nn {
        padding:6.3%;
    }
}

@media screen and (max-width: 1024px) {
    .new_c .right .nn h3 , .new_c .left .des h3 {
        font-size:1rem;
    }

    .new_c .right .nn {
        padding: 4.8%;
    }
}

@media screen and (max-width: 930px) {
    .index05 .news .tit {
        width:100%;
        top: 4%;
    }

    .new_c .left , .new_c .right {
        width: 100%;
    }

    .new_c .right {
        border-left: 1px solid #cccccc;
    }
}

.index06 {
    width: 100%;
    overflow: hidden;
    /*padding: 4% 0 0 0;*/
    /*background: url(../image/index12.jpg) top center no-repeat;*/
    background-size: cover;
}

.index06 .foot {
	border-top: #bfc2c2 solid 1px;
    overflow: hidden;
    padding-top: 4%;
	padding-bottom: 10px;
}

.foot .left , .foot .mid , .foot .right {
    width: 33.33%;
    float: left;
}

.foot .left li {
    width: 25%;
    float: left;
}

.foot .left li p {
    font-size: 1rem;
    margin-bottom: 8%;
}

.foot .left dl {
    overflow: hidden;
}

.foot .left dd {
    width: 100%;
    margin-bottom: 8%;
}

.foot .left dd a {
    color: #6d6e6e;
    text-decoration: none;
}

.foot .mid {
    text-align: center;
    border-left: 1px solid #bfc2c2;
    border-right: 1px solid #bfc2c2;
}

.foot .mid .m2 {
    margin: 9% 0 20% 0;
    overflow: hidden;
}

.foot .mid .m2 p , .foot .mid .m3 h2 {
    font-size: 1.2rem;
}

.foot .mid .m2 h4 {
    font-family: "1";
    text-transform: uppercase;
    margin-top: 2%;
}

.foot .mid .m3 h1 {
    font-family: "impact";
    font-size: 2rem;
}

.foot .right {
    padding-left: 6%;
}

.foot .right .con {
    overflow: hidden;
    margin-top: 4%;
}

.foot .right .ma p {
    margin-top: 1%;
}

.foot .right .con p {
    margin-bottom: 2%;
    overflow: hidden;
}

.index06 .link {
    margin: 1% auto;
    overflow: hidden;
}

.link span {
    color: #c1c2c3;
}

.link a {
    display: inline-block;
    color: #c1c2c3;
    text-decoration: none;
    margin: 0 0.2%;
}

.link a:hover , .foot .left dd a:hover , .foot2 a:hover {
    color: #005bac;
    text-decoration: none;
}

.foot2 {
    border-top: 1px solid #bfc2c2;
    padding: 0.5% 0;
    overflow: hidden;
}

.foot2 .s1 {
    float: left;
}

.foot2 .s2 {
    float: right;
}

.foot2 a {
    text-decoration: none;
}

.lfooter {
    display: none;
}

@media screen and (max-width: 930px) {
    .foot .left {
        width:100%;
    }

    .foot .mid , .foot .right {
        width: 50%;
    }

    .foot .mid {
        border-left: none;
        border-right: none;
    }

    .foot .mid .m2 {
        margin: 10% 0;
    }

    .foot2 span {
        display: block;
        text-align: center;
        ;}

    .foot2 .s1 , .foot2 .s2 {
        float: none
    }
}

@media screen and (max-width: 500px) {
    .foot .mid .m2 p, .foot .mid .m3 h2 {
        font-size:1rem;
    }

    .foot .mid .m3 h1 {
        font-size: 1.5rem;
    }

    .foot .mid {
        width: 100%;
        text-align: left;
        margin-bottom: 3%;
    }

    .foot .mid .m2 {
        margin: 2% 0;
    }

    .foot .right {
        width: 100%;
        padding-left: 0;
    }

    .index06 {
        margin-bottom: 40px;
    }

    .lfooter {
        display: block;
        max-width: 100%;
        position: fixed;
        height: 40px;
        line-height: 40px;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        z-index: 99;
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dcdcdc), color-stop(35% ,#ededed), color-stop(50%, #e3e3e3) );
    }

    .lfooter ul li {
        width: 50%;
        height: 100%;
        float: left;
        text-align: center;
        border-left: 1px solid #ccc;
    }

    .lfooter ul li:first-child {
        border-left: none;
    }

    .foot .left li:nth-child(2) {
        width: 50%;
    }
}
