html,
body {
    font-family: '微软雅黑';
    overflow-x: hidden;
}

.c-content-nb{
    display: none;
}

/* ------------------------banner------------------------- */

.container-banner-box {
    width: 100%;
    margin-bottom: -200px;
    overflow: hidden;
}

.container-banner {
    width: 100%;
    float: left;
}

.banner-LRclick {
    position: absolute;
    width: 100%;
    bottom: 48%;
    z-index: 9;
}

.banner-LRclick div {
    float: left;
    cursor: pointer;
}

.swiper-button-right {
    margin-left: 30px;
}

.swiper-button-left {
    position: absolute;
    right: 30px;
}

.container-banner>.swiper-container {
    width: 100%;
    height: 855px;
    position: relative;
}

.container-banner>.swiper-container>.swiper-wrapper>.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    opacity: 1;
    background: #9da4ad;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.container-banner-list {
    width: 100%;
    position: relative;
    display: none !important;
}

.container-banner-list>ul { width:88%; margin:0 auto; position: relative; top:-280px; z-index:2}

.container-banner-list>ul>li {
    float: left;
    opacity: 0.9;
    width: 25%;
    height: 200px;
    position: relative;
}

.banner-r-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-icon {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.banner-word {
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 67%;
    left: 50%;

    transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.banner-shade {
    width: 90%;
    height: 90%;
    background-color: #000;
    opacity: 0.4;
    position: absolute;
    top: 5%;
    left: 5%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


.container-banner-list>ul>li:hover .banner-shade {
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #0f307f;
    opacity: .5;

     transform: rotate(0deg);

    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/* -------------------------banner-arrows----------------------- */

.banner-arrows {
    width: 100%;
    height: 50px;
    text-align: center;
    position: relative;
}

.banner-arrows h4 {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-arrows img {
    margin-top: 30px;
    width: 22px;
    height: 12px;
    -moz-animation: downup 1s ease infinite;
    -webkit-animation: downup 1s ease infinite;
    -o-animation: downup 1s ease infinite;
    animation: downup 1s ease infinite;
}


/* ------------------------------container-product---------------------- */
.container-pro{padding: 80px 0;}
.container-pro ul{overflow: hidden;width: 1400px;margin: 0 auto;margin-top: 80px;}
.container-pro ul li{margin-bottom:30px;width:49%;float:left;background:#f1f1f1;overflow:hidden;height:350px;}
.container-pro ul li .ind-proImg{width:40%;float:left;display:flex;align-items:flex-end;height:350px;}
.container-pro ul li .ind-proImg img{max-width:100%;}
.container-pro ul li .ind-proNote{padding:8% 5% 0 20%;width:60%;float:right;}
.container-pro ul li .ind-proNote h4{font-size:20px;font-weight:bold;color:#646565;margin:0px auto 15px;}
.container-pro ul li .ind-proNote p{color:#646565;line-height:25px;/* margin:15px auto 0px; */}
.container-pro ul li:nth-child(2n){float:right;}
.container-pro ul li a.more{color:#646565;font-weight: lighter;font-size:14px;display:inline-block;background:url("/APP/Public/Home/images/new/icon_more.png") no-repeat right center / contain;padding-right:25px;}
.container-pro ul li i.line{width:52px;height:2px;background-color:#0068b7;display:block;margin:50px 0 35px;}
.container-pro ul li .ind-proNote h4:hover,.container-pro ul li a.more:hover{color:#0068b7;}


/* ------------------------------container-news---------------------- */

.container-news {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    /* display: table; */
    background-color: #ffffff;
}

.container-news>ul {
    width: 64%;
    margin-left: 18%;
}

.news-list li {
    float: left;
    width: 32%;
    height: 375px;
    border: 1.4px solid #f3f3f3;
}

.news-list li:hover {
    box-shadow: 0 6px 16px 0px #f9f9f9;
}

.news-list li:nth-child(n+2) {
    margin-left: 2%;
}

.list-top {
    width: 90%;
    height: 190px;
    margin-left: 5%;
    margin-top: 5%;
    overflow: hidden;
}

.list-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.list-top img:hover {
    transform: scale(1.1);
}

.list-bottom {
    width: 90%;
    height: 200px;
    margin-left: 5%;
    position: relative;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.list-bottom h4 {
    font-size: 16px;
    color: #555555;
    padding-top: 20px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}

.list-bottom h4:hover {
    color: #0f307f;
}

.list-bottom p {
    font-size: 13px;
    color: #919191;
    margin-top: 10px;
    line-height: 22px;
}

.bottom-words {
    position: absolute;
    bottom: 60px;
    width: 100%;
}
@media all and (max-width:1460px) {
    .bottom-words {
        bottom: 50px;
    }
}
@media all and (max-width:1380px) {
    .bottom-words {
        bottom: 44px;
    }
}

.bottom-words span {
    font-size: 13px;
    color: #b4b4b4;
    margin-top: 20px;
}

.bottom-words a {
    font-size: 12px;
    color: #d2d2d2;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.bottom-words a:hover {
    color: #0f307f !important;
}

/* ----------------------------container-culture------------------------ */

.container-culture {
    width: 100%;
    background-color: #f1f1f1;
    padding-bottom: 30px;
}

.culture-title {
    width: 100%;
    height: 130px;
    text-align: center;
}

.culture-title>h4 {
    font-size: 34px;
    color: #222222;
    display: inline-block;
    margin-top: 60px;
}

.culture-content-box {
    width: 100%;
    background-color: #f1f1f1;
}

.culture-content-box>ul {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.culture-content-box>ul li {
    display: inline-block;
    margin-left: 22px;
    cursor: pointer;
}

.culture-content-box>ul li p {
    width: 132px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #555555;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.culture-content-box>ul li p:hover {
    background-color: #0f307f;
    color: #ffffff;
}

.culture-menu-active {
    background-color: #0f307f !important;
    color: #ffffff !important;
}

/* ----------------------container-matter---------------------- */

.container-matter {
    width: 100%;
    background-color: #f1f1f1;
    padding-bottom: 50px;
}

.swiper-container-two {
    width: 100%;
}

.matter-picList li {
    float: left;
    width: 25%;
    /*height: 380px;*/
    overflow: hidden;
    position: relative;
}

.picList-img {
    width: 100%;
    height: 380px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    object-fit: cover;
}

.matter-picList li:hover .picList-img {
    transform: scale(1.1);
}

.picList-shade {
    width: 100%;
    height: 0;
    position: absolute;
    background-color: rgba(23, 48, 129, .8);
    opacity: 0;
    bottom: 0;
    z-index: 9;
    transition: all .8s ease-in-out;
}

/* .matter-picList li:hover .heightH {
    -webkit-animation: cartoon1 .8s ease-in-out both;
    -moz-animation: cartoon1 .8s ease-in-out both;
    -ms-animation: cartoon1 .8s ease-in-out both;
    animation: cartoon1 .8s ease-in-out both;
} */
.heightH{
    height: 100%;
    opacity: 1;
}


.picList-shade>h4 {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-left: 8%;
    margin-top: 40px;
}

.picList-shade>p {
    font-size: 14px;
    color: #ffffff;
    opacity: .7;
    width: 78%;
    margin-left: 8%;
    margin-top: 10px;
    height: 194px;
    overflow: hidden;
    line-height:26px;
}

.picList-shade img {
    margin-left: 8%;
}

.picList-shade img:hover {
    -webkit-animation: shakeI 1s ease-in-out both;
    -moz-animation: shakeI 1s ease-in-out both;
    -ms-animation: shakeI 1s ease-in-out both;
    animation: shakeI 1s ease-in-out both;
}

.swiper-control {
    width: 100%;
    height: 60px;
    text-align: center;
    overflow: hidden;
    margin-top: 36px;
    position: relative;
}

.swiper-control div {
    float: left;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.swiper-control div:hover {
    background-color: #0f307f;
}

.swiper-left {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin-left: -80px;
}

.swiper-center {
    width: 92px;
    height: 50px;
    background-color: #ffffff;
    text-align: center;
    line-height: 50px;
}

.swiper-right {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin-left: 80px;
}




/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {
    .container-banner>.swiper-container {
        height: 780px;
    }
    .container-banner-list>ul>li {
        height: 200px;
    }
    .matter-picList li {
        height: 340px;
    }
    .list-top {
        height: 200px;
    }
    .news-list li {
        height: 440px;
    }
}

@media all and (max-width:1460px) {
    .container-banner>.swiper-container {
        height: 690px;
    }
    .container-banner-list>ul>li {
        height: 200px;
    }
    .matter-picList li {
        height: 300px;
    }
    .picList-shade>p {
        height: 150px;
    }
    .banner-word {
        top: 59%;
    }
    .container-pro ul{width: 94%;}
}

@media all and (max-width:1380px) {}

@media all and (max-width:1300px) {
    .culture-title>h4 {
        font-size: 28px;
    }
    .banner-word {
        font-size: 14px;
        top: 60%;
    }
}

@media all and (max-width:1280px) {
    .container-banner>.swiper-container {
        height: 560px;
    }
    .container-banner-list>ul>li {
        height: 200px;
    }
    .matter-picList li {
        height: 260px;
    }
    .picList-shade>p {
        height: 110px;
    }
    .list-top {
        height: 160px;
    }
    .news-list li {
        height: 400px;
    }
}

@media all and (max-width:1200px) {}


/* ------------------------手机端-------------------------- */

@media all and (max-width:900px) {
    .container-banner {
        width: 100%;
    } 
    .container-banner>.swiper-container {
        height: 280px;
    }   
    .container-banner-list {
        width: 100%;
        top: 100px;
    }
    .container-banner-list>ul { width: 100%;}
    .container-banner-list>ul>li {
        height: 150px;
    }
    .banner-icon {
        width: 34px;
        height: 34px;
    }
    .banner-word {
        font-size: 11px;
        top: 64%;
    }
    .container-news {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .container-news>ul {
        width: 94%;
        margin-left: 3%;
        overflow: hidden;
    }
    .news-list li {
        width: 100%;
        height: 480px;
    }
    .list-top {
        height: 240px;
    }
    .news-list li:nth-child(n+2) {
        margin-left: 0%;
        margin-top: 10px;
    }

    .banner-LRclick { display:none; }

    .swiper-button-left img{
        width: 26px;
        height: 16px;
    }
    .swiper-button-right img{
        width: 26px;
        height: 16px;
    }
    .culture-title {
        height: 80px;
    }
    .culture-title>h4 {
        font-size: 20px;
        margin-top: 30px;
    }
    .culture-content-box>ul{
        margin-left: -6px;
    }
    .culture-content-box>ul li {
        margin-left: 12px;
        margin-top: 10px;
    }
    .container-matter {
        padding-bottom: 30px;
    }
    .matter-picList li {
        width: 50%;
        height: 180px;
    }
    .picList-shade>h4 {
        font-size: 12px;
        margin-left: 8%;
        margin-top: 10px;
    }
    .picList-shade>p {
        font-size: 12px;
        height: 108px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .picList-shade img {
       width: 30px;
       height: 30px;
    }
}




/* -------------------改-------------- */

.container-banner .swiper-container .swiper-slide-on img{
    animation: upin 6s ease;
}
@keyframes upin {
    0% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

.banner-text h2{
    display:none;
    position: absolute;
    font-size: 56px;
    width: 100%;
    margin-top: 26%;
    font-weight: bold;
    letter-spacing: 50px;
    text-align: center;
    color: white;
    z-index: 99;
    opacity: 0;
}

.swiper-slide-active .banner-text h2{
    animation: bannerup 1s ease both;
}
@keyframes bannerup {
    0% {
        margin-left: -4%;
         opacity: 0;
     }
     100% {
        margin-left: 0%;
         opacity: 1;
     }
}
.banner-text p{
    position: absolute;
    font-size: 18px;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
    margin-top: 34%;
    margin-left: -2%;
    color: white;
    z-index: 99;
    opacity: 0;
}

.swiper-slide-active .banner-text p{
    animation: bannerri 1s ease both;
}
@keyframes bannerri {
    0% {
        margin-left: 10%;
        opacity: 0;
    }
    100% {
        margin-left: -2%;
        opacity: 1;
    }
}


.news-title{
    width: 100%;
    text-align: center;
}
.news-title h4{
    font-size: 34px;
    color: #222222;
    margin-bottom: 20px;
}


/* ------------xin------------ */

.swiper-control-g {
    width: 100%;
    height: 50px;
   display: block;
   padding-top: 130px;
    text-align: center !important;
    overflow: hidden;
    position: relative;
}

.swiper-control-g div {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.swiper-control-g div:hover {
    background-color: #0f307f;
    color: #ffffff;
}

.swiper-center-g {
    width: 176px;
    height: 50px;
    border:1px solid #f1f1f1;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    border-radius: 5px;
}

/* --------------------------- */



@media all and (max-width:1700px) {
    .banner-text h2{
        font-size: 46px;
        letter-spacing: 36px;
    }
    .banner-text p{
        font-size: 18px;
        letter-spacing: 0px;
    }
}

@media all and (max-width:1460px) {
    .banner-text h2{
        font-size: 44px;
        letter-spacing: 30px;
    }
    .banner-text p{
        font-size: 16px;
        letter-spacing: 0px;
    }
}

@media all and (max-width:1380px) {
    .news-title h4{
        font-size: 28px;
    }
    .banner-text h2{
        font-size: 40px;
        margin-top: 30%;
        letter-spacing: 28px;
    }
    .banner-text p{
        font-size: 14px;
        margin-top: 38%;
        letter-spacing: 0px;
    }
   
}

@media all and (max-width:1300px) {}

@media all and (max-width:1280px) {
   
}

@media all and (max-width:1200px) {}

@media (max-width: 900px){
    .news-title h4{
        font-size: 20px;
        text-align: center;
    }
    .swiper-control-g {
        padding-top: 100px;
    }
    .container-news {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .banner-text h2{
        font-size: 24px;
        margin-top: 34%;
        letter-spacing: 4px;
    }
    .banner-text p{
        font-size: 12px;
        margin-top: 26%;
        letter-spacing: 0px;
    }
    
    .list-top img {
        width: 100%;
        height: 160px;
    }
    .list-top {
        height: 166px;
    }
    .news-list li {
        width: 100%;
        height: auto;
    }
    .picList-img {
        width: 100%;
        height: 100%;
    }

    /* new */
    .container-pro {padding: 20px 0;margin-top: 96px;}
    .container-pro ul{margin-top:25px;}
    .container-pro ul li{width:100%;height:auto;margin-top:20px;margin-bottom:0px;}
    .container-pro ul li .ind-proImg{height:auto;padding:20px 0;}
    .container-pro ul li .ind-proNote{padding:15px;}
    .container-pro ul li i.line{margin:15px 0;}
}






<!--0.00031280517578125-->