@charset "utf-8";
#wrap.on #banner{
	transition: all 1.2s ease-in-out;
}
#header{
	box-shadow: 0 0 0 rgba(0,0,0,0);
	background-color: rgba(255,255,255,0.95);
}

#banner{ width: 100%; min-width: 1024px; height: 9rem;  overflow: hidden; position: relative; margin-top: 100px;}
#banner .banner{position: relative; height: 100%;}
#banner .swiper-wrapper{position: relative; width: 100%; }
#banner .banner .video-box{	position: absolute;	left: 0;top: 0;	width: 100%; height: 100%;overflow: hidden; background-color: #000;}
#banner .banner .video-box video{position: absolute;width: auto;height: auto;max-width: 100%;min-width: 100%; max-width: calc(100%+1px);min-width: calc(100%+1px); object-fit:fill;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%); opacity: .9;}
#banner .banner-bg{position: absolute; width: 100%; height: 100%; background-position: center bottom; background-repeat: no-repeat; background-size: cover;}
#banner a{display: block;}
#banner a img{width: 100%; display: block; position: absolute; height: 100%;}
#banner .banner-con{text-align: left; position: absolute; width: 100%; top: 50%; transform: translate(0,-50%); margin: 0 auto; color: #fff;}
#banner .banner-con h1{font-size: .6rem; text-align: left; letter-spacing: .1rem; letter-spacing: .03rem; margin-bottom: .4em; line-height: 1.2em; text-shadow: 0 5px 6px rgba(0,0,0,.5);}
#banner .banner-con h3{font-size: .32rem; font-weight: normal; line-height: 1.5em; letter-spacing: .03rem; margin-bottom: 1.6em; text-transform: uppercase; position: relative; top: 0;}
#banner .banner-con a{width: 130px; height: 42px; font-size: 14px; color: #fff; line-height: 40px; display: block; margin: 80px 0 0; border: 1px solid rgba(255, 255, 255, 0.5); text-align: center; border-radius: 3px; background: rgba(5,64,144,0.15); transition: all 0.3s ease-in-out;}
#banner .banner-con a:hover{background: #fff; border: 1px solid #fff; color: #355cb2;}
#banner .swiper-slide{ position: relative; height: auto !important;}
#banner .swiper-button-prev{left: 10px;opacity: .2; }
#banner .swiper-button-next{right: 10px;opacity: .2; }
#banner .swiper-button-prev:after{font-size: 30px; padding: 15px 10px; color: #fff; border-top-right-radius: 5px; border-bottom-right-radius: 5px;}
#banner .swiper-button-next:after{font-size: 30px; padding: 15px 10px; color: #fff; border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
#banner .swiper-button-prev:hover{opacity: 1;}
#banner .swiper-button-next:hover{opacity: 1;}
#banner .swiper-pagination-bullet{width: 8px; height: 8px; box-sizing: content-box; background: none; border: 2px solid rgba(255, 255, 255, 0.77); text-align: center; line-height: 8px; opacity: 1; color: #fff; margin: 0 .05rem;}
#banner .swiper-pagination-bullet-active{border-color: #1576D1; background-color: #1576D1; color: #fff;}





.module-title{padding: .5rem 0 .2rem 0; display: block; position: relative; }
.module-title h2{color: #355cb2; font-size: .5rem; line-height: 1.4em; display: block; position: relative;}
.module-title span{color: #888; font-size: .16rem; text-transform: uppercase;}
.module-title .more{ box-sizing: border-box; font-size: .16rem; color: #000; width: 8.1em; height: 0.44rem;line-height: 0.32rem; padding: .05rem .43rem .08rem .2rem; border: solid 1px #DBDBDB; transition: all 0.3s ease-in-out; background: url(../img/more-cur.svg) no-repeat 6em center;
	background-size: .13rem; position: absolute; right: 0; top: .65rem;}
.module-title .more:hover{	border-color: #355cb2;	color: #fff;  border: 1px solid rgba(255, 255, 255, 0.77); background: #355cb2 url(../img/more.svg) no-repeat 6em center;}


.module-1{	padding: .3rem 0; position: relative; overflow: hidden; min-height: 8rem;}

.module-1 .con{font-size: .2rem; margin-bottom: .2rem;}
.module-1 .main-box{
	position: relative;
	padding-bottom: 1rem;
}
.module-1 .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.module-1 .pic img {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
	height: 100%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.module-1 .pic .cur {
    opacity: 1;
}
.module-1 .solution-01,
.module-1 .solution-02 {
    position: relative;
    z-index: 2;
    width: 46%;
    padding-top: .5rem;
}
.module-1 .solution-02{
	padding-top: .2rem;
}

.module-1 .con .describe {
    padding: 0;
	color: #fff;
    font-size: .18rem;
    font-weight: normal;
    transition: all 1s ease-in-out;
    opacity: 0;
}
.module-1 .con .describe p{
	margin: 0 0 1em 0;
}
.module-1 .cur .con .describe {
    padding: .15rem 0;
    opacity: 1;
}

.module-1 .con h1 {
    font-size: .4rem;
    line-height: 1.5em;
    color: #fff;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.module-1 .con .block {
    display: none;
}

.module-1 .con h1::before {
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    background: url(../img/solution-icon.svg) no-repeat center center;
    background-size: .18rem;
    transition: all .2s ease-in-out;
}
.module-1 .cur .con h1::before{
	transform: rotate(90deg) translate(-50%, 0 );
}
.module-1 .con h1::after {
    content: "...";
    position: absolute;
    letter-spacing: 3px;
    color: #fff;
    font-size: .3rem;
    bottom: -0.8em;
    left: 0;
	opacity: 1;
    transition: all .2s ease-in-out;
}
.module-1 .cur .con h1::after{
	opacity: 0;
}

.module-1 .nav {
    display: flex;
    flex-wrap: wrap;
    margin: -.2rem 0 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.module-1 .nav a {
    margin: 0 .1rem .1rem 0;
    font-size: .16rem;
    display: block;
    color: #fff;
    padding: .05rem .43rem .08rem .2rem;
    border: 1px solid rgba(255, 255, 255, 0.77);
    transition: all .2s ease-in-out;
	background: url(../img/more.svg) no-repeat 6em center;
	background-size: .13rem;
}
.module-1 .nav a:hover {
    color: #355cb2;
    border: 1px solid rgba(255, 255, 255, 0.77);
	background: #fff url(../img/more-cur.svg) no-repeat 6em center;
	background-size: .13rem;
}

.module-1 .cur .nav {
    margin: .1rem 0 0;
    opacity: 1;
}


.module-2{ padding: .2rem 0;}
.module-2 .module-title{padding-top: 0;}
.module-2 .con{font-size: .2rem;}

.module-2 .list-box{
	display: flex;
	padding-top: .5rem;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.module-2 .list-box .list{
	width: 14.66%;
	margin: .2rem 1%;
	position: relative;
	box-sizing: border-box;
}
.module-2 .list-box .list::before{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease-in-out;
}
.module-2 .list-box .list:hover::before{
	border-radius: 6px;
	transform: scale(1.1);
	opacity: 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.module-2 .list-box .list::after{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
	background: linear-gradient(142.22deg, #1d6df0 -17.53%, #0b4ab1 83.75%) ;
	border: 1px solid #4279d4;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.module-2 .list-box .list:hover::after{
	background: linear-gradient(142.22deg, #1d6df0 -17.53%, #0b4ab1 83.75%) ;
	border: 1px solid #4279d4;
	border-radius: 6px;
	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
	opacity: 1;
}
.module-2 .list-box a span{
	display: block;
	position: relative;
	z-index: 2;
	font-size: .2rem;
	padding-left: .65rem;
	height: .8rem;
	line-height: .8rem;
	background: url(../img/icon-101.png) no-repeat .15rem center;
	background-size: .45rem;
	transition: all 0.3s ease-in-out;
}
.module-2 .list-box a:hover span{
	color: #fff;
}
.module-2 .list-box a.list-002 span{background-image: url(../img/icon-102.png);}
.module-2 .list-box a.list-003 span{background-image: url(../img/icon-103.png);}
.module-2 .list-box a.list-004 span{background-image: url(../img/icon-104.png);}
.module-2 .list-box a.list-005 span{background-image: url(../img/icon-105.png);}
.module-2 .list-box a.list-006 span{background-image: url(../img/icon-106.png);}
.module-2 .list-box a.list-007 span{background-image: url(../img/icon-107.png);}
.module-2 .list-box a.list-008 span{background-image: url(../img/icon-108.png);}
.module-2 .list-box a.list-009 span{background-image: url(../img/icon-109.png);}
.module-2 .list-box a.list-010 span{background-image: url(../img/icon-110.png);}
.module-2 .list-box a.list-011 span{background-image: url(../img/icon-111.png);}
.module-2 .list-box a.list-012 span{background-image: url(../img/icon-112.png);}
.module-2 .list-box a.list-013 span{background-image: url(../img/icon-113.png);}
.module-2 .list-box a.list-014 span{background-image: url(../img/icon-114.png);}
.module-2 .list-box a.list-001:hover span{background-image: url(../img/icon-101-cur.png);}
.module-2 .list-box a.list-002:hover span{background-image: url(../img/icon-102-cur.png);}
.module-2 .list-box a.list-003:hover span{background-image: url(../img/icon-103-cur.png);}
.module-2 .list-box a.list-004:hover span{background-image: url(../img/icon-104-cur.png);}
.module-2 .list-box a.list-005:hover span{background-image: url(../img/icon-105-cur.png);}
.module-2 .list-box a.list-006:hover span{background-image: url(../img/icon-106-cur.png);}
.module-2 .list-box a.list-007:hover span{background-image: url(../img/icon-107-cur.png);}
.module-2 .list-box a.list-008:hover span{background-image: url(../img/icon-108-cur.png);}
.module-2 .list-box a.list-009:hover span{background-image: url(../img/icon-109-cur.png);}
.module-2 .list-box a.list-010:hover span{background-image: url(../img/icon-110-cur.png);}
.module-2 .list-box a.list-011:hover span{background-image: url(../img/icon-111-cur.png);}
.module-2 .list-box a.list-012:hover span{background-image: url(../img/icon-112-cur.png);}
.module-2 .list-box a.list-013:hover span{background-image: url(../img/icon-113-cur.png);}
.module-2 .list-box a.list-014:hover span{background-image: url(../img/icon-114-cur.png);}



.module-3{background:#fff; overflow: hidden; padding: .3rem 0;}
.module-3 .module-title{padding-top: .2rem;}
.module-3 .list-box{display: flex; margin: 0 -.2rem;}
.module-3 .list-box a{display: block; margin: .2rem; width: 25%; overflow: hidden; position: relative; transition: all 0.3s ease-in-out; position: relative;}
.module-3 .list-box a::after{content: ""; position: absolute; width: 100%; height: 200%; top: 0; left: 0; z-index: 0; transform: translate(0,0); background: linear-gradient(to bottom, #fff 30.29%, #f8f8f8 50%) no-repeat; transition: all 0.5s ease-in-out;}
.module-3 .list-box a:hover::after{transform: translate(0,-50%);}
.module-3 .list-box a .pic{position: relative; z-index: 1;}
.module-3 .list-box a .pic img{display: block; width: 100%; transition: all 0.3s ease-in-out;}
.module-3 .list-box a:hover .pic img{transform: scale(1.05);}
.module-3 .list-box a .con{position: relative; z-index: 2; text-align: center;}
.module-3 .list-box a .con .h2{font-size: .2rem; margin-bottom: .3rem; color: #000; font-weight: bold;	transition: all 0.3s ease-in-out;}
.module-3 .list-box a:hover .con .h2{color: #355cb2;}


.module-4{ overflow: hidden; padding: .3rem 0 0; background: linear-gradient(180deg, #fff 20%, #f8f8f8 100%) no-repeat;}

.module-4 .main-box{padding-bottom: 40px; display: flex; justify-content: space-between;}
.module-4 .list-box{display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 -.2rem 0;}
.module-4 .list-box .list{margin: .2rem .2rem .2rem; width: calc(33.3% - .4rem);}
.module-4 .list-box .list .pic{
	position: relative;
}
.module-4 .list-box .list .pic>img{
	display: block;
	width: 100%;
}
.module-4 .list-box .list .con{
	text-align: center;
}
.module-4 .list-box .list .con .t{
	font-size: .2rem;
	color: #355cb2;
	font-weight: bold;
	padding: .1rem;
}
.module-4 .list-box .list .c{
	padding-top: .2rem;
	font-size: .18rem;
	font-weight: normal;
	color: #fff;
	line-height: 1.5em;
	overflow: hidden;
}
.module-4 .list-box .list .mask{
	opacity: 0;
	position: absolute;
	padding: .2rem .3rem .2rem;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(12, 73, 173, 0.94);
	transition: all 0.3s ease-in-out;
}
.module-4 .list-box .list:hover .mask{
	opacity: 1;
}
.module-4 .list-box .list .icon{
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 50%;
	transform: translate(-50%, -50%);
	width: .7rem;
	height: .7rem;
	background: #355cb2;
	border-radius: 100%;
	border: .04rem solid #4279D4;
}
.module-4 .list-box .list .icon img{
	display: block;
	width: 90%;
}
.module-5{
	padding: .1rem 0 .3rem;
}
.module-5 .mainBox{
	position: relative;
	overflow: hidden;
}
.module-5 .list-box{display: flex; flex-wrap: wrap; justify-content: space-between; margin: .2rem -.2rem 0;}
.module-5 .list-box .list{margin: 0 .2rem .2rem; width: calc(33.3% - .4rem); cursor: pointer;}
.module-5 .con .t{
	font-size: .2rem;
	color: #355cb2;
	font-weight: bold;
	padding: .1rem 0;
}
.module-5 .pic{
	position: relative;
}
.module-5 .pic>img{
	display: block;
	width: 100%;
	height: 2.6rem;
	object-fit: cover;
}
.module-5 .mask{
	opacity: 0;
	position: absolute;
	padding: .2rem ;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(12, 73, 173, 0.94);
	transition: all 0.3s ease-in-out;
}
.module-5 .list:hover .mask{
	opacity: 1;
}
.module-5 .mask .c{
	font-size: .18rem;
	font-weight: normal;
	color: #fff;
	line-height: 1.5em;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5; 
    -webkit-box-orient: vertical;
    display:-webkit-box; 
}
.module-5 .mask span{
	width: .5rem;
	height: .5rem;
	display: block;
	margin: .1rem auto;
	border: 2px solid #f1f1f1;
	border-radius: 100%;
	background: url(../img/more.svg) no-repeat center center;
	background-size: .2rem;
}
.module-5 .btn-box .swiper-pagination{
	position: relative;
	bottom: auto;
	top: 0%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.module-5 .btn-box .swiper-pagination .swiper-pagination-bullet{
	width: .11rem;
	height: .11rem;
	margin: 0 .05rem;
}
.module-5 .btn-box .swiper-pagination .swiper-pagination-bullet-active{
	background: #355cb2;
}


.module-6{
	background: #F8F8F8;
	padding: 0 0 .7rem;
	display: block;
}
.module-6 .mainBox{
	position: relative;
}
.module-6 .list-box{
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -.2rem 0;
}
.module-6 .list-box .list{
	box-sizing: border-box;
	margin: .2rem; 
	width: calc(50% - .4rem);
	display: flex;
}
.module-6 .list-box .list .pic{
	overflow: hidden;
	width: 2.5rem;
}
.module-6 .list-box .list .pic img{
	display: block;
	width: 100%;
	object-fit: cover;
	height: 1.5rem;
	transition: all 0.3s ease-in-out;
}
.module-6 .list-box .list:hover .pic img{
	transform: scale(1.05);
}
.module-6 .list-box .list .con{
	padding-left: .2rem;
	flex: 1;
}
.module-6 .list-box .list .t{
	color: #355cb2;
	font-size: .2rem;
	font-weight: bold;
	line-height: 1.5em;
	transition: all 0.3s ease-in-out;
}
.module-6 .list-box .list .d{
	font-size: .12rem;
	color: #888;
	padding-top: .05rem;
	margin-bottom: .15rem;
	line-height: 1.6em;
}
.module-6 .list-box .list .c{
	font-size: .18rem;
	color: #474747;
	line-height: 1.6em;
	transition: all 0.3s ease-in-out;
}
.module-6 .list-box .list:hover .t{
	color: #355cb2;
}
.module-6 .list-box .list:hover .c{
	color: #000;
}
.module-6 .btn-box{
	width: 1rem;
	top: .7rem;
	right: 0;
	position: absolute;
}
.module-6 .swiper-button-prev{left: .1rem;}
.module-6 .swiper-button-prev:after{font-size: .26rem; font-weight: bold; color: #355cb2; }
.module-6 .swiper-button-next{ right: .1rem;}
.module-6 .swiper-button-next:after{font-size: .26rem; font-weight: bold; color: #355cb2; }
.module-6 .btn-box .more {
    margin: 0 .1rem .1rem 0;
    font-size: .16rem;
    display: block;
	text-align: left;
	width: 8.1em;
	height: 0.44rem;
	line-height: 0.32rem;
    color: #000;
    padding: .05rem .43rem .08rem .2rem;
    border: solid 1px #DBDBDB;
    transition: all .2s ease-in-out;
	background: url(../img/more-cur.svg) no-repeat 6em center;
	background-size: .13rem;
	position: absolute; right: 0; top: 0;
}
.module-6 .btn-box .more:hover {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.77);
	background: #355cb2 url(../img/more.svg) no-repeat 6em center;
	background-size: .13rem;
}

.module-7{
	padding-bottom: .7rem;
}
.module-7 .list-box{
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 1px;
	padding-top: .8rem;
	top: -.8rem;
}
.module-7 .list-box .list{
	box-sizing: border-box;
	height: auto;
	padding: .3rem;
	border: 1px solid #f1f1f1;
}
.module-7 .list-box .list .pic{
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
}
.module-7 .list-box .list .pic img{
	display: block;
	width: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}
.module-7 .list-box .list:hover .pic img{
	transform: scale(1.05);
}
.module-7 .list-box .list .con{
	padding-top: .2rem;
}
.module-7 .list-box .list .t{
	font-size: .2rem;
	font-weight: bold;
	line-height: 1.6em;
	transition: all 0.3s ease-in-out;
}
.module-7 .list-box .list .d{
	font-size: .12rem;
	color: #888;
	padding-top: .05rem;
	margin-bottom: .15rem;
	line-height: 1.6em;
}
.module-7 .list-box .list .c{
	padding: .15rem 0 0;
	display: flex;
	justify-content: space-between;
	font-size: .18rem;
	color: #888;
	line-height: 1.6em;
	transition: all 0.3s ease-in-out;
}
.module-7 .list-box .list .c .iconfont{
	font-size: .22rem;
	margin-right: .05rem;
	position: relative;
	top: .02rem;
}
.module-7 .list-box .list:hover .t{
	color: #355cb2;
}
.module-7 .list-box .list:hover .c{
	color: #000;
}
.module-7 .btn-box{
	width: 1rem;
	top: .2rem;
	right: 0;
	position: absolute;
}
.module-7 .swiper-button-prev{left: .1rem;}
.module-7 .swiper-button-prev:after{font-size: .26rem; font-weight: bold; color: #355cb2; }
.module-7 .swiper-button-next{ right: .1rem;}
.module-7 .swiper-button-next:after{font-size: .26rem; font-weight: bold; color: #355cb2; }
.module-7 .btn-box .more{ box-sizing: border-box; font-size: .16rem; color: #000; width: 1rem; text-align: center; line-height: .4rem; height: .42rem;  border: solid 1px #DBDBDB; transition: all 0.3s ease-in-out; background: #fff; position: absolute; right: -1.2rem; top: -.2rem;}
.module-7 .btn-box .more:hover{	background: #355cb2 ; border-color: #355cb2;	color: #fff;}



.module-8{
}
.module-8 .list-box{
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 1px;
	padding-top: .8rem;
	top: -.8rem;
	margin: -1%;
	display: flex;
	flex-wrap: wrap;
}
.module-8 .list-box .list{
	box-sizing: border-box;
	height: auto;
	width: 14.6%;
	margin: 1%;
	border: 1px solid #f1f1f1;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.module-8 .list-box .list .pic{
	overflow: hidden;
}
.module-8 .list-box .list .pic img{
	display: block;
	width: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}


#window-01 {
	background-color: #000;
}

#window-01 video {
	position: absolute;
	width: 100%;
	height: auto;
	max-width: 90%;
	object-fit: fill;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#window-01 .bqxx {
	position: absolute;
	right: 7%;
	bottom: 10%;
	color: #fff;
}


@media screen and (max-width: 1920px) {
	
	.hot-news .title{ font-size: .2rem; }
	.hot-news .con{ font-size: .14rem; }
	.news-list .list .box-con b{font-size: .2rem; }
	.news-list .list .box-con p{  font-size: .16rem; }

}





@media screen and (max-width: 768px) {
	
	
	
	
	
	#banner{ width: 100%; min-width: 100%; height: 70vw;min-height: 70vw; max-height: 70vw; overflow: hidden; position: relative; top: 0; background-color: #000;}
	#banner .banner{position: relative; height: 100%;}
	#banner .banner .video-box{	position: absolute;	left: 0;top: 0;	width: 100%;height: 100%;overflow: hidden; background-color: #000;}
	#banner .banner .video-box video{position: absolute;width: auto;height: auto;max-width: 100%;min-width: 100%; max-width: calc(100%+1px);min-width: calc(100%+1px); object-fit:fill;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%); opacity: .9;}
	#banner .banner-bg{position: relative; height: 100%; background-position: center center !important; background-repeat: no-repeat; background-size: cover;}
	#banner a{width: 100vw; height: 70vw;}
	#banner a img{width: 100%; display: block;}
	#banner .banner-con{text-align: left; position: absolute; width: 90%; max-width: 1400px; margin: 0 auto; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #fff;}
	#banner .banner-con h2{font-size: .7rem; font-weight: bold; text-align: center; letter-spacing: .1rem; margin-bottom: .4em; line-height: 1.2em; text-shadow: 0 0 3px rgba(0,0,0,.4);}
	/* #banner .banner-con h4{font-size: 18px; font-weight: lighter; letter-spacing: .03rem; margin-bottom: 2em; opacity: .6; text-transform: uppercase; position: relative; top: 0; text-shadow: 0 0 3px rgba(0,0,0,.4);} */
	#banner .banner-con h4{font-size: .7rem; font-weight: bold; letter-spacing: .03rem; margin-bottom: 1.6em; opacity: .9; text-transform: uppercase; position: relative; top: 0; text-shadow: 0 0 3px rgba(0,0,0,.4);}
	#banner .banner-con span{width: 130px; height: 42px; font-size: 14px; line-height: 40px; display: block; margin: 80px 0 0; border: 1px solid #fff; padding-left: 25px; border-radius: 3px; background: rgba(0,0,0,0.1) url(../img/icon-more.png) no-repeat right 15px center; box-shadow: 0 0 3px rgba(0,0,0,.4);}
	#banner .banner-con span:hover{background: #355cb2 url(../img/icon-more.png) no-repeat right 15px center; border: 1px solid #355cb2;}
	#banner .swiper-slide{ position: relative; height: auto !important;}
	#banner .swiper-button-prev{left: 10px;opacity: .2; display: none;}
	#banner .swiper-button-next{right: 10px;opacity: .2; display: none;}
	#banner .swiper-button-prev:after{font-size: 30px; padding: 15px 10px; color: #fff; border-top-right-radius: 5px; border-bottom-right-radius: 5px;}
	#banner .swiper-button-next:after{font-size: 30px; padding: 15px 10px; color: #fff; border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
	#banner .swiper-button-prev:hover{opacity: 1;}
	#banner .swiper-button-next:hover{opacity: 1;}
	#banner .swiper-pagination-bullet{ width: 5px; height: 5px; background: none; margin: 0 3px;}
	#banner .swiper-pagination-bullet-active{background-color: #355cb2; border-color: #355cb2;}
	
	

	.module-title{padding: .5rem 0 .2rem 0; display: block; position: relative; }
	.module-title h2{color: #355cb2; font-size: .75rem; line-height: 1.5em; display: block; position: relative;}
	.module-title .more{ box-sizing: border-box; font-size: .16rem; color: #000; width: 1rem; text-align: center; line-height: .4rem; height: .42rem;  border: solid 1px #DBDBDB; transition: all 0.3s ease-in-out; background: #fff; position: absolute; right: 0; top: .65rem;}
	.module-title .more:hover{	background: #355cb2 ; border-color: #355cb2;	color: #fff;}



	.module-3{background:#fff; overflow: hidden; padding: .3rem .6rem;}
	.module-3 .top-box{display: flex; margin: 0 -.2rem;}
	.module-3 .top-box a{display: block; margin: .2rem; width: 50%; position: relative; background: linear-gradient(138.77deg, #f8f8f8 30.29%, #fff 100%) no-repeat;}
	.module-3 .top-box a .pic{position: relative; z-index: 0;}
	.module-3 .top-box a img{display: block; width: 100%;}
	.module-3 .top-box a .con{position: absolute; z-index: 1; height: 3rem;  padding: .4rem; top: 50%; transform: translate(0,-50%); left: .5rem;}
	.module-3 .top-box a .con .h2{font-size: .6rem; margin-bottom: .2rem; color: #355cb2; font-weight: bold;}
	.module-3 .top-box a .con .p{line-height: 1.5em; font-size: .4rem; color: #474747; width: 60%;}
	.module-3 .top-box a .con span{width: .6rem; height: .6rem; background: #355cb2 url(../img/right-01.svg) no-repeat center; background-size: .2rem; border-radius: .1rem; position: absolute; left: .4rem; bottom: 0rem;transition: all 0.3s ease-in-out;}
	.module-3 .top-box a:hover .con span{ width: .6rem;}

	.module-3 .bottom-box{display: flex; margin: 0 -.2rem;}
	.module-3 .bottom-box a{display: block; margin: .2rem; width: 50%; position: relative; background: linear-gradient(138.77deg, #f8f8f8 30.29%, #fff 100%) no-repeat;}
	.module-3 .bottom-box a .pic{position: relative; z-index: 0;}
	.module-3 .bottom-box a img{display: block; width: 100%;}
	.module-3 .bottom-box a .con{position: absolute; z-index: 1; padding: .4rem; top: 50%; transform: translate(0,-60%); left: .5rem;}
	.module-3 .bottom-box a .con .h2{font-size: .6rem; color: #355cb2; margin-bottom: .5rem; font-weight: bold;}
	.module-3 .bottom-box a .con span{width: .6rem; height: .6rem; background: #fff url(../img/right-02.svg) no-repeat center; background-size: .2rem; border-radius: .1rem; border: 1px solid #DBDBDB; position: absolute; left: .4rem; bottom: 0;transition: all 0.3s ease-in-out;}
	.module-3 .bottom-box a:hover .con span{ width: .6rem;}



	.module-2{ background: #F8F8F8; padding: .7rem .6rem;}
	.module-2 .module-title{padding-top: 0;}
	.module-2 .pro-box{position: relative; width: 100%; display: block;}
	.module-2 .con{font-size: .48rem;}
	.module-2 .left-box{
		width: 100%;
	}
	.module-2 .list-box{
		display: block;
		padding-top: .2rem;
		flex-wrap: wrap;
		padding-right: 0;
		overflow: auto;
		white-space: nowrap
	}
	.module-2 .list-box .list{
		width: auto;
		display: inline-block;
		margin: .3rem 0;
		padding: .35rem .8rem .35rem 0;
	}

	.module-2 .list-box a span{
		padding: .1rem .2rem;
		padding-left: .45rem;
		line-height: 1.5em;
		font-size: .55rem;
		font-weight: bold;
		background: url(../img/icon-07.svg) no-repeat left center;
		background-size: .28rem;
		transition: all 0.3s ease-in-out;
	}
	.module-2 .list-box a:hover span{
		color: #355cb2;
		background: url(../img/icon-07.svg) no-repeat left center;
		background-size: .28rem;
	}
	.module-2 .list-box a.on span{
		color: #355cb2;
		background: url(../img/icon-07.svg) no-repeat left center;
		background-size: .28rem;
	}

	.module-2 .right-box{
		display: block;
		width: 100%;
		position: relative;
	}
	.module-2 .right-box>img{
		display: block;
		width: 100%;
	}
	.module-2 .right-box::after{

	}
	.module-2 .right-box div{
		position: absolute;
		width: 100%;
		top: 0;
		opacity: 0;
		transition: all 0.5s ease-in-out;
	}
	.module-2 .right-box div.on{
		opacity: 1;
	}
	.module-2 .right-box img{
		width: 100%;
		display: block;
	}




	.module-1{
		padding: .3rem;
	}

	.module-1 .module-title{text-align: center;}
	.module-1 .con{font-size: .48rem; text-align: center; margin-bottom: .2rem;}
	.module-1 .main-box{
		position: relative;
		padding-bottom: 1rem;
	}
	.module-1 .main-box .list-box{
		padding-right: 1rem;
		font-size: .18rem;
		display: flex;
		justify-content: space-around;
		padding: .8rem 0;
	}
	.module-1 .main-box .list-box .list-box{
		display: flex;
		align-items: end;
		padding-left: 2em;
		margin-top: .5rem;
		padding: 0 .5rem;
	}
	.module-1 .main-box .list-box .list{
		margin-right: 0;
		text-align: center;
	}
	.module-1 .main-box .list-box .list img{
		width: 3rem;
		display: block;
		margin: auto;
	}
	.module-1 .main-box .list-box .list .bt{
		margin-top: .3rem;
		font-size: .52rem;
		font-weight: bold;
	}



	.module-4{background:url(../img/module-4-bg.png) center top; background-size: auto 100%; overflow: hidden; padding: .5rem 0;}
	.module-4 .module-title{ text-align: center;}
	.module-4 .module-title h2{display: block; position: relative;}

	.module-4 .main-box{padding-bottom: 20px; display: flex; justify-content: space-between;}
	.module-4 .list-box{display: flex; flex-wrap: wrap; padding: .6rem; justify-content: space-between; margin: .4rem 0 0;}
	.module-4 .list-box .list{margin: .4rem .2rem; display: flex; width: 100%;}
	.module-4 .list-box .list .icon img{
		display: block;
		width: 2rem;
	}
	.module-4 .list-box .list .con{
		padding-left: .25rem;
	}
	.module-4 .list-box .list .con .t{
		font-size: .52rem;
		font-weight: bold;
		margin-bottom: .2rem;
	}
	.module-4 .list-box .list .con .c{
		font-size: .48rem;
		color: #474747;
		line-height: 1.8em;
	}


	.module-5{
		background: #F8F8F8;
		padding: .7rem .6rem;
		display: block;
	}
	.module-5 .mainBox{
		position: relative;
		overflow: hidden;
	}
	.module-5 .module-title{
		position: relative;
		top: 0;
		left: 0;
		padding: 0 0 .5rem;
	}
	.module-5 .swiper-slide{
		opacity: 0 !important;
		display: flex;
		flex-direction: column-reverse;
	}
	.module-5 .swiper-slide-active{
		opacity: 1 !important;
	}
	.module-5 .case-box{
		position: relative;
	}
	.module-5 .left-box{
		position: relative;
		top: 0;
		margin-top: .3rem;
		width: 100%;
		background: none;
		padding: .2rem 0;
	}
	.module-5 .left-box .t{
		font-size: .52rem;
		font-weight: bold;
		margin-bottom: .1rem;
	}
	.module-5 .left-box .c{
		font-size: .48rem;
		line-height: 1.6em;
	}
	.module-5 .left-box .c p{
		padding-top: 1em;
	}
	.module-5 .pic{
		float: none;
	}
	.module-5 .pic img{
		width: 100%;
		height: 10rem;
		display: block;
	}
	.module-5 .btn-box{
		position: absolute;
		z-index: 99;
		width: 2.2rem;
		display: flex;
		top: -1.2rem;
		right: 0;
		height: .48rem;
	}
	.module-5 .btn-box .swiper-pagination{
		position: relative;
		bottom: auto;
		top: 0%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.module-5 .btn-box .swiper-pagination .swiper-pagination-bullet{
		width: .3rem;
		height: .3rem;
		margin: 0 .05rem;
	}
	.module-5 .btn-box .swiper-pagination .swiper-pagination-bullet-active{
		background: #355cb2;
	}
	.module-5 .btn-box .swiper-button-next, 
	.module-5 .btn-box .swiper-button-prev{
		top: 0;
		margin: 0;
		display: none;
		width: .48rem;
		height: .48rem;
		border-radius: 100%;
		border: 1px solid #ddd;
	}
	.module-5 .swiper-button-prev{left: 0;}
	.module-5 .swiper-button-next{right: 0;}
	.module-5 .swiper-button-prev:after{font-size: .22rem; font-weight: bold; color: #355cb2; }
	.module-5 .swiper-button-next:after{font-size: .22rem; font-weight: bold; color: #355cb2; }


	.module-6{
		padding: .3rem .6rem;
	}
	.module-6 .list-box{
		position: relative;
		z-index: 0;
		overflow: visible;
		padding: 1px;
		padding-top: .8rem;
		top: -.8rem;
	}
	.module-6 .list-box .list{
		box-sizing: border-box;
		height: auto;
		padding: .3rem;
		border: 1px solid #f1f1f1;
	}
	.module-6 .list-box .list .pic{
		overflow: hidden;
	}
	.module-6 .list-box .list .pic img{
		display: block;
		width: 100%;
		object-fit: cover;
		height: 9.5rem;
		transition: all 0.3s ease-in-out;
	}
	.module-6 .list-box .list:hover .pic img{
		transform: scale(1.05);
	}
	.module-6 .list-box .list .con{
		padding-top: .2rem;
	}
	.module-6 .list-box .list .t{
		font-size: .52rem;
		font-weight: bold;
		line-height: 1.6em;
		transition: all 0.3s ease-in-out;
	}
	.module-6 .list-box .list .d{
		font-size: .48rem;
		color: #888;
		padding-top: .05rem;
		margin-bottom: .15rem;
		line-height: 1.6em;
	}
	.module-6 .list-box .list .c{
		font-size: .48rem;
		color: #474747;
		line-height: 1.6em;
		transition: all 0.3s ease-in-out;
	}
	.module-6 .list-box .list:hover .t{
		color: #355cb2;
	}
	.module-6 .list-box .list:hover .c{
		color: #000;
	}
	.module-6 .btn-box{
		width: 1rem;
		top: -.2rem;
		right: 1.2rem;
		position: absolute;
	}
	.module-6 .swiper-button-prev{left: .1rem; display: none;}
	.module-6 .swiper-button-prev:after{font-size: .26rem; font-weight: bold; color: #355cb2; }
	.module-6 .swiper-button-next{ right: .1rem; display: none;}
	.module-6 .swiper-button-next:after{font-size: .26rem; font-weight: bold; color: #355cb2; }
	.module-6 .btn-box .more{ box-sizing: border-box; font-size: .48rem; color: #000; width: 3rem; text-align: center; line-height: 1rem; height: 1.1rem;  border: solid 1px #DBDBDB; transition: all 0.3s ease-in-out; background: #fff; position: absolute; right: -1.1rem; top: -.2rem;}
	.module-6 .btn-box .more:hover{	background: #355cb2 ; border-color: #355cb2;	color: #fff;}


	.module-7{
		padding: .7rem .6rem;
	}
	.module-7 .list-box{
		position: relative;
		z-index: 0;
		overflow: hidden;
		padding: 1px;
		padding-top: .8rem;
		top: -.8rem;
	}
	.module-7 .list-box .list{
		box-sizing: border-box;
		height: auto;
		padding: .3rem;
		border: 1px solid #f1f1f1;
	}
	.module-7 .list-box .list .pic{
		overflow: hidden;
		border-bottom: 1px solid #f1f1f1;
	}
	.module-7 .list-box .list .pic img{
		display: block;
		width: 100%;
		object-fit: cover;
		transition: all 0.3s ease-in-out;
	}
	.module-7 .list-box .list:hover .pic img{
		transform: scale(1.05);
	}
	.module-7 .list-box .list .con{
		padding-top: .2rem;
	}
	.module-7 .list-box .list .t{
		font-size: .2rem;
		font-weight: bold;
		line-height: 1.6em;
		transition: all 0.3s ease-in-out;
	}
	.module-7 .list-box .list .d{
		font-size: .12rem;
		color: #888;
		padding-top: .05rem;
		margin-bottom: .15rem;
		line-height: 1.6em;
	}
	.module-7 .list-box .list .c{
		padding: .15rem 0 0;
		display: flex;
		justify-content: space-between;
		font-size: .18rem;
		color: #888;
		line-height: 1.6em;
		transition: all 0.3s ease-in-out;
	}
	.module-7 .list-box .list .c .iconfont{
		font-size: .22rem;
		margin-right: .05rem;
		position: relative;
		top: .02rem;
	}
	.module-7 .list-box .list:hover .t{
		color: #355cb2;
	}
	.module-7 .list-box .list:hover .c{
		color: #000;
	}
	.module-7 .btn-box{
		width: 1rem;
		top: .2rem;
		right: 0;
		position: absolute;
	}
	.module-7 .swiper-button-prev{left: .1rem;}
	.module-7 .swiper-button-prev:after{font-size: .26rem; font-weight: bold; color: #355cb2; }
	.module-7 .swiper-button-next{ right: .1rem;}
	.module-7 .swiper-button-next:after{font-size: .26rem; font-weight: bold; color: #355cb2; }
	.module-7 .btn-box .more{ box-sizing: border-box; font-size: .16rem; color: #000; width: 1rem; text-align: center; line-height: .4rem; height: .42rem;  border: solid 1px #DBDBDB; transition: all 0.3s ease-in-out; background: #fff; position: absolute; right: -1.2rem; top: -.2rem;}
	.module-7 .btn-box .more:hover{	background: #355cb2 ; border-color: #355cb2;	color: #fff;}



	.module-8{
		padding: 0 .6rem .7rem .6rem;
	}
	.module-8 .list-box{
		position: relative;
		z-index: 0;
		overflow: hidden;
		padding: 1px;
		padding-top: .8rem;
		top: -.8rem;
		margin: -1%;
		display: flex;
		flex-wrap: wrap;
	}
	.module-8 .list-box .list{
		box-sizing: border-box;
		height: auto;
		width: 31.2%;
		margin: 1%;
		border: 1px solid #f1f1f1;
	}
	.module-8 .list-box .list .pic{
		overflow: hidden;
	}
	.module-8 .list-box .list .pic img{
		display: block;
		width: 100%;
		object-fit: cover;
		transition: all 0.3s ease-in-out;
	}


	#window-01 {
		background-color: #000;
	}

	#window-01 video {
		position: absolute;
		width: 100%;
		height: auto;
		max-width: 90%;
		object-fit: fill;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#window-01 .bqxx {
		position: absolute;
		right: 7%;
		bottom: 10%;
		color: #fff;
	}


}




















