@charset "utf-8";

/* CSS Document */
.pc-banner{display:block;}
.mo-banner{display:none; width:100%;}
.home-banner {
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    width: 100%;
    color: #fff;
    position: relative;
    margin: 0 auto;
    z-index: 11;
}

.home-banner .swiper-slide .text-dw {
    width: 100%;
    position: absolute;
    top: 26%;
    left: 0;
    text-align: center;
    z-index: 12
}

.home-banner .swiper-slide .text-dw img {
    display: inline-block;
    max-width: 4.73rem;
}

.home-banner .swiper-slide .text-dw .text1 {
    font-size: 0.48rem;
    line-height: 0.6rem;
    text-shadow: 0 0px 5px #555;
    margin-bottom: 0.1rem;
}

.home-banner .swiper-slide .text-dw .text2 {
    font-size: 0.26rem;
    line-height: 0.4rem;
    text-shadow: 0 5px 5px #333;
    opacity: 0.8;
    margin-bottom: 0.35rem;
    z-index: 12
}

.home-banner .swiper-slide .text-dw .an {
    width: 2rem;
    height: 0.5rem;
    color: #fff;
    margin: 0 auto;
    border-radius: 0.5rem;
    line-height: 0.5rem;
    background: #0251d2;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.home-banner .swiper-slide .text-dw .an:after {
    width: 0;
    height: 0;
    border-radius: 100%;
    background: #002e93;
    position: absolute;
    left: -0.5rem;
    bottom: -0.5rem;
    content: "";
    transition-duration: 1s;
}

.home-banner .swiper-slide .text-dw .an:hover:after {
    width: 3rem;
    height: 3rem;
}

.home-banner .swiper-slide .text-dw .an span {
    position: relative;
    display: inline-block;
    font-size: 0.2rem;
    z-index: 2;
}

.banner-img {
    animation: changeScale1 1 10s;
    width:100%;
}

@keyframes changeScale1 {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }
}

.ipart {
    width: 100%;
    box-sizing: border-box;
    z-index: 99;
}

.ipart01 {
    width: 100%;
    background: #fff;
    padding: 1.4rem 0 1.2rem 0;
    position: relative;
}

.ipart01 .dw1 {
    width: 7.32rem;
    height: 0.91rem;
    position: absolute;
    top: 0rem;
    right: 1.22rem;
}

.ipart01 .dw1 img {
    display: block;
    width: 100%;
}

.ipart01 .dw2 {
    width: 1.39rem;
    height: 3.6rem;
    position: absolute;
    bottom: 0.3rem;
    right: 0rem;
}

.ipart01 .dw2 img {
    display: block;
    width: 100%;
}

.ipart01 .dw3 {
    width: 7.44rem;
    height: 2.7rem;
    position: absolute;
    bottom: 0rem;
    left: 0.8rem;
}

.ipart01 .dw3 img {
    display: block;
    width: 100%;
}

.home-warp {
    width: 77%;
    margin: 0 auto;
}

.ipart01 .left {
    width: 37.83%;
    position: relative;
    padding-top: 1.15rem;
}

.ipart01 .left h1 {
    line-height: 0.96rem;
    font-size: 0.55rem;
    color: #e7e7e7;
    text-transform: uppercase;
    margin-bottom: 0.1rem;
    display: inline-block;
    position: relative;
    font-weight: normal;
}

.ipart01 .left h1:after {
    width: 70%;
    height: 1px;
    background: #dadada;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
}

.ipart01 .left .neir {
    width: 100%;
    font-size: 0.22rem;
    margin-top: 0.12rem;
}

.ipart01 .left .neir .c1 {
    display: inline-block;
    font-size: 0.6rem;
    color: #003894;
}

.ipart01 .left .neir .c2 {
    display: inline-block;
    font-size: 0.48rem;
    color: #000000;
}

.ipart01 .left .neir span {
    line-height: 0.8rem;
    display: inline-block;
}

.ipart01 .left .neir .c3 {
    display: inline-block;
    font-size: 0.6rem;
    color: #f60000;
    margin-left: 0.25rem;
}

.ipart01 .left .en-text {
    font-size: 0.28rem;
    color: #333333;
}

.ipart01 .right {
    width: 57.1%;
    overflow: hidden;
    position: relative;
    animation: go 1 2.5s;
    background: #000;
}
.ipart01 .right .swiper-slide{overflow:hidden;}
.ipart01 .right .swiper-button-next{
    background: url(../images/jt.png) no-repeat center center #fff;
    width: 1rem;
    height: 1rem;
    transition-duration: 1s;
    position: absolute;
    right: 0;
	top: inherit;
    bottom: 0;
    z-index: 2;
	font-size:0;
}
.ipart01 .right:hover .swiper-button-next {
    background: url(../images/jt1.png) no-repeat center center #0251d2;
}
.ipart01 .right .swiper-button-next:after{display:none;}
.ipart01 .right .dw {
    background: url(../images/jt.png) no-repeat center center #fff;
    width: 1rem;
    height: 1rem;
    transition-duration: 1s;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.ipart01 .right:hover .dw {
    background: url(../images/jt1.png) no-repeat center center #0251d2;
}

.ipart01 .right:hover img {
    opacity: 0.7;
    transform: scale(1.1);
}

.ipart01 .right .text {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0.25rem;
    color: #fff;
    padding-left: 0.95rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
}

.ipart01 .right img {
    display: block;
    width: 100%;
    transition-duration: 1s;
}

.home-news {
    width: 100%;
    padding: 0.6rem 0 1.05rem 0;
    background: #fff;
}

.home-news h1 {
    text-align: center;
    line-height: 1rem;
    font-size: 0.48rem;
    color: #000000;
    font-weight: normal;
    margin-bottom: 0.6rem;
}

.foot-dw {
    width: 100%;
    height: 4.8rem;
    position: relative;
    z-index: 1;
}

@keyframes run {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.04);
    }
    50% {
        transform: scale(1.08);
    }
    75% {
        transform: scale(1.04);
    }
    100% {
        transform: scale(1);
    }
}

.tt {
    background: #e41829;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation-name: tt;
    animation-name: tt;
    z-index: 99;
}

.home-pro-list {
    width: 100%;
    position: relative;
    overflow: hidden;
    animation: go 1 2.5s;
    height: 100vh;
}

.home-pro-list .neir {
    width: 100%;
    font-size: 0.22rem;
    margin-top: 0.12rem;
}

.home-pro-list .neir .c1 {
    display: inline-block;
    font-size: 0.6rem;
}

.home-pro-list .neir .c2 {
    display: inline-block;
    font-size: 0.48rem;
    margin-right: 0.4rem;
}

.home-pro-list .neir span {
    line-height: 0.8rem;
    display: inline-block;
    color: #fff;
    opacity: 0.7;
}

.home-pro-list .bit {
    position: absolute;
    left: 11.5%;
    top: 1rem;
    display: table;
    z-index: 9;
}

.home-pro-list .bit h1 {
    line-height: 0.96rem;
    font-size: 0.55rem;
    color: #e7e7e7;
    text-transform: uppercase;
    margin-bottom: 0.1rem;
    display: inline-block;
    position: relative;
    font-weight: normal;
    opacity: 0.5;
}

.home-pro-list .bit h1:after {
    width: 100%;
    height: 1px;
    background: #dadada;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
}


/* Technical  */

.Menubox {
    width: 100%;
    height: 0.95rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    border-top: 1px solid #96949b;
}

.Menubox ul {
    width: 100%;
    height: 100%;
}

.Menubox li {
    width: 33.3333333%;
    float: left;
    cursor: pointer;
    height: 100%;
    color: #fff;
    position: relative;
    transition-duration: 1s;
    border-right: 1px solid #96949b;
    text-align: center;
    font-size: 0.23rem;
    font-weight: bold;
    line-height: 0.95rem;
    opacity: 0.4;
}

.Menubox li.hover {
    position: relative;
    opacity: 1;
}


/* .Menubox li.hover:after {
    width: 100%;
    height: 0.03rem;
    position: absolute;
    left: 0;
    top: -0.01rem;
    content: "";
    background: #003894;
} */

.Menubox li.hover .list {
    display: block;
}

.CbContainer {
    position: relative;
    z-index: 1;
    background: #333;
}

.CbContainer img {
    width: 100%;
    height: 100%;
    display: block;
    animation: changeScale 1 2.5s;
    transition-duration: 1s;
}

.Contentbox {
    clear: both;
    width: 100%;
}

.Menubox li:hover .CbContainer img {
    transform: scale(1.2, 1.2);
    animation: changeScale 1 2.5s;
}

.home-news-list {
    padding: 0 0.15rem 0.15rem 0.15rem
}

.home-news-list dl {
    width: 100%;
    cursor: pointer;
    position: relative;
    top: 0;
    transition-duration: .5s;
}

.home-news-list dl:hover {
    top: -0.05rem;
}

.home-news-list dl dt {
    width: 100%;
    overflow: hidden;
    background: #000;
}

.home-news-list dl dt img {
    display: block;
    width: 100%;
	height: auto;
    transition-duration: .5s;
}

.home-news-list dl:hover dt img {
    transform: scale(1.1);
    opacity: 0.85;
}

.home-news-list dl dd {
    width: 100%;
    background: #fff;
    padding: 0.25rem 0.3rem;
    box-shadow: 0 0 10px #e1e1e1;
    color: #333333;
    transition-duration: .5s;
}

.home-news-list dl:hover dd {
    box-shadow: 0 0 15px #afafaf;
}

.home-news-list dl dd .bit {
    font-size: 0.24rem;
    line-height: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.home-news-list dl dd .neir {
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-top: 0.15rem;
	height: 0.61rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.home-news-list dl dd .time {
    width: 100%;
    background: url(../images/time-icon1.jpg) no-repeat left center;
    padding-left: 0.4rem;
    font-size: 0.2rem;
    margin-top: 0.2rem;
    background-size: 27px 28px;
}


/* b2 */

@media only screen and (max-width: 1440px) {
    .ne-banner .banner-text h1 {
        width: 58%;
        font-size: 0.76rem;
        line-height: 0.9rem;
    }
    .home-pro-box .neir-box h1 {
        line-height: 0.9rem;
        font-size: 0.7rem;
    }
    .ipart01 .left h1 {
        font-size: 0.65rem;
        margin-bottom: 0.2rem;
    }
}

@media only screen and (max-width: 1366px) {
    .home-banner .text-intro {
        padding-top: 10%;
    }
    .home-pro-box {
        height: 6.5rem;
    }
    .home-pro-box .neir-box .pic {
        width: 60%;
    }
    .home-pro-box .neir-box {
        padding-top: 0.4rem;
    }
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 760px) {
    .home-banner {
     
        height: auto;
		padding-top: 50px;
    }
    .home-banner .swiper-slide .text-dw img {
        max-width: 2.71rem;
    }
	.top-lan li:nth-child(1) {
	    background: url(../images/top-icon1-1.png)no-repeat center center;
	}
	.top-lan li:nth-child(2) {
	    background: url(../images/top-icon2-1.png)no-repeat center center;
	}
    .home-warp {
        width: 94%;
        margin: 0 auto;
    }
    .ipart01 {
        width: 100%;
        padding-top: 10px;
    }
    .ipart01 .left .neir {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .ipart01 .left {
        width: 100%;
        padding: 0.2rem 2% 0 2%;
    }
    .ipart01 .left h1 {
        font-size: 28px;
        margin-bottom: 0;
    }
    .ipart01 .right {
        width: 100%;
        margin-top: 20px;
    }
    .ipart01 .left .video-icon {
        right: 10px;
        bottom: 0;
    }
    .home-pro-list {
        height: 230px;
    }
    .home-pro-list .bit {
        left: 20px;
        top: 10px;
    }
    .home-pro-list .neir .c1 {
        font-size: 0.4rem;
    }
    .home-pro-list .bit h1 {
        line-height: 0.76rem;
        font-size: 0.35rem;
        margin-bottom: 0;
    }
    .home-news h1 {
        font-size: 0.48rem;
        margin-bottom: 0.3rem;
    }
    .home-news-list dl dd .bit {
        font-size: 18px;
        line-height: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .home-news-list dl dd .neir {
        font-size: 16px;
        line-height: 26px;
		height:auto;
		margin-bottom:15px;
    }
	.home-news-list dl dt img{height:auto;}
    .home-news-list dl dd .time {
        padding-left: 40px;
        font-size: 15px;
        margin-top: 10px;
    }
    .ipart01 .dw3,
    .ipart01 .dw2 {
        display: none;
    }
    .about-warp {
        width: 94%;
        margin: 0 auto;
    }
    .about-intro {
        padding: 30px 0;
    }
    .about-hzjg-box dl {
        width: 50%;
        margin-bottom: 20px;
    }
    .about-hzjg-box dl dt img {
        width: 60px;
    }
	.ipart01 .right .text {
	    padding-left: 10px;
	    font-size: 15px;
	}
	.home-banner .swiper-slide .text-dw {
	    top: 20%;
	}
	.home-banner .swiper-slide .text-dw .text2,.home-banner .swiper-slide .text-dw .an span{font-size:16px;}
	.CbContainer{height:230px;}
	.CbContainer video,.CbContainer img{height:230px;}
    .CbContainer video{display:none;}
	.CbContainer:nth-child(1){ background: url(../images/video-pic.jpg) no-repeat center center; background-size:100% 100%;}
	.CbContainer:nth-child(2){background: url(../images/video-pic1.jpg) no-repeat center center; background-size:100% 100%;}
	.home-news-list {
	    padding: 0;
	}
	.pc-banner{display:none;}
	.mo-banner{display:block;}
}