@charset "UTF-8";
/** 第一屏 **/
.section.banner{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #fcfcfc;
	position: relative;
	height: 100vh;
}
.section.banner .doc-box{
	position: relative;
	width: 100%;
	left: 0;
	top: 45%;
	transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    text-align: center;
    color: #fff;
    padding: 0 4%;
}
.section.banner .doc-box .name{
	font-size: 3.6em;
	font-weight: bold;
	line-height: 1.3em;
}
.section.banner .doc-box .det{
	font-size: 20px;
	margin-top: 20px;
}
.next-box{
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	bottom: 24px;
	text-align: center;
}
.next-box a{
	display: inline-block;
	width: 33px;
	margin: auto;
	font-family: "arial";
	color: #fff;
	opacity: 0.6;
	font-size: 14px;
	line-height: 26px;
}
.next-box a:hover{
	opacity: 1;
}
.next-box em{
	display: inline-block;
}
.next-box i{
	width: 2px;
	height: 50px;
	background: #fff;
	display: inline-block;
}


@media screen and (max-width:991px){
	.section.banner .doc-box{
		top: 48%;
	}
	.section.banner .doc-box .name{
		font-size: 0.4rem;
	}
	.section.banner .doc-box .name em{
		display: block;
	}
	.section.banner .doc-box .det{
		font-size: 0.18rem;
	}
	.next-box{
		display: none;
	}
}

/** 第二屏 **/
.section{
	overflow: hidden;
	position: relative;
}
.section .left-box{
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 56.77%;
	background-color: #fcfcfc;
	float: left;
	overflow: hidden;
}
.section .left-box .bgs{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 106%;
	width: 106%;
	position: relative;
	left: -3%;
	top: -3%;
}
.section .right-box{
	height: 100%;
	width: 43.23%;
	float: right;
}

.section.product .right-box{
	padding-top: 10%;
	padding-left: 5.5em;
}
.section.product .right-box .top .name{
	font-size: 3em;
	line-height: 1.3em;
	font-weight: bold;
	color: #000;
}
.section.product .right-box .top .doc{
	font-size: 2.1em;
	font-weight: bold;
	color: #003278;
	margin-top: 0.3em;
}
.section.product .right-box .top .doc em{
	display: inline-block;
	padding: 0 75px;
	position: relative;
}
.section.product .right-box .top .doc em i{
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #003278;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}
.section.product .right-box .top .doc em i.bg1{
	left: 0;
}
.section.product .right-box .top .doc em i.bg2{
	right: 0;
}

.section.product .right-box .list{
	overflow: hidden;
	width: 90%;
	max-width: 560px;
	margin-top: 3.6em;
	margin-left: -20px;
}
@media screen and (max-width:1400px) {
	.section.product .right-box .list{
		margin-left: 0;
	}
}

.section.product .right-box .list li{
	float: left;
	width: 25%;
	text-align: center;
}
.section.product .right-box .list .imgs{

}
.section.product .right-box .list .imgs img{
	display: inline-block;
	width:4.4em;
	cursor: pointer;
}
.section.product .right-box .list .imgs .img2{
	display: none;
}
.section.product .right-box .list .imgs:hover .img1{
	display: none;
}
.section.product .right-box .list .imgs:hover .img2{
	display: inline-block;
}
.section.product .right-box .list .name{
	font-size: 1.1em;
	color: #333;
	line-height: 32px;
	margin-top: 20px;
	font-weight: bold;
	-webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
	cursor: pointer;
}


.section.product .right-box .list li.ons .name{
	
}
.section.product .right-box .list li.on .name{
	color: #db7600;
	opacity: 1;
}
.section.product .right-box .list li.on .img1{
	display: none;
}
.section.product .right-box .list li.on .img2{
	display: inline-block;
}
.section.product .right-box .doc-box{
	margin-top: 1.5em;
	max-width: 540px;
	width: 90%;
}
.section.product .right-box .doc-box .doc{
	display: none;
	font-size: 1em;
	height:56px;
	line-height: 28px;
}
.section.product .right-box .doc-box .doc.on{
	display: block;
}
.section.product .right-box .dot{
	overflow: hidden;
	margin-top: 7em;
}
.section.product .right-box .dot a{
	display: inline-block;
	float: left;
	width: 12px;
	height: 12px;
	text-align: center;
	line-height: 10px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-right: 15px;
}
.section.product .right-box .dot em{
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: auto;
	border-radius: 50%;
	background: #003278;
	position: relative;
	top: -5px;
}
.section.product .right-box .dot a.on{
	border: 1px solid #dc7a07;
}
.section.product .right-box .dot a.on em{
	opacity: 0;
}
.section.product .swiper-container.product{
	text-align: center;
	margin-top: 0.4rem;
	padding-bottom: 0.4rem;
}
.section.product .swiper-container.product .swiper-pagination{
	bottom: 0;
}

.section.product .swiper-container.product .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: url(../../Img/images/dian-bg1.png) no-repeat center center;
	background-size: 100%;
}
.section.product .swiper-container.product .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: url(../../Img/images/dian-bg1-1.png) no-repeat center center;
	background-size: 100%;
}

.section.product .swiper-container.product .img img{
	display: inline-block;
}
.section.product .swiper-container.product .name{
	font-size: 0.24rem;
	line-height: 0.5rem;
	color: #db7600;
	font-weight: bold;
}
.section.product .swiper-container.product .doc{
	text-align: left;
	font-size: 15px;
	margin-top: 0.1rem;
	line-height: 0.24rem;
}
.section.product .swiper-container.product .swiper-slide{
	padding: 0 8%;
}



@media screen and (max-width: 1500px) {
	.section.product .right-box .top .doc em{
		padding: 0 55px;
	}
	.section.product .right-box .top .doc em i{
		width: 35px;
	}
	.section.product .right-box .dot em{
		top: -3px;
	}
}

@media screen and (max-width:991px){
	.section.product{
		
	}
	.section .left-box{
		width: 100%;
		height: 3rem;
	}
	.section .left-box .bgs{
		width: 100%;
		height: 101%;
		top: inherit;
		left: inherit;
	}
	.section.product .right-box{
		width: 100%;
		padding: 0.6rem 5% 0.2rem;
	}
	.section.product .right-box .top .name{
		font-size: 0.4rem;
		text-align: center;
	}
	.section.product .right-box .top .doc{
		font-size: 0.25rem;
		text-align: center;
		margin-top: 0.1rem;
	}
	.section.product .right-box .top .doc em{
		padding: 0 45px;
	}
	.section.product .right-box .top .doc em i{
		width: 30px;
		height: 1px;
	}
	.section.product .right-box .list{
		width: 100%;
		margin-top: 0.3rem;
	}
	.section.product .right-box .list .imgs img{
		width: 0.5rem;
	}
	.section.product .right-box .list .name{
		font-size: 0.18rem;
		margin-top: 0.1rem;
	}
	.section.product .right-box .doc-box{
		width: 100%;
		margin-top: 0.1rem;
	}
	.section.product .right-box .doc-box .doc{
		font-size: 0.18rem;
		line-height: 0.26rem;
	}
	.section.product .right-box .dot{
		text-align: center;
		margin-top: 0.1rem;
	}
	.section.product .right-box .dot a{
		float: none;
		margin: 0 0.05rem;
	}
	.section.product .right-box .dot em{
		top: -2px;
	}
}


/** 第三屏 **/
.section.case .right-box{
	background: #4b3c8c url(../../Img/images/index-case-rightbg.jpg) no-repeat left center;
	padding-top: 11%;
}
.section.case .right-box .name{
	font-size: 3em;
	color: #fff;
	font-weight: bold;
	line-height: 1.3em;
	padding-left: 1.783em;
}
.section.case .right-box .list{
	margin-top: 6em;
	height: 335px;
	position: relative;
}
.section.case .right-box .list .item{
	position: absolute;
	 display:flex;
    justify-content: center; 
    align-items: center; 
    border-radius: 50%; 
    text-align: center;
    font-weight: bold;
    color: #914659;
    animation: reddot 2.5s infinite;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
@media screen and (min-width:991px){
	@keyframes reddot {
	    0%{
	        -webkit-transform: scale(1);
	        -ms-transform: scale(1);
	        -o-transform: scale(1);
	        transform: scale(1);
	    }
	    50%{
	        -webkit-transform: scale(1.1);
	        -ms-transform: scale(1.1);
	        -o-transform: scale(1.1);
	        transform: scale(1.1);
	    }
	    100%{
	        -webkit-transform: scale(1);
	        -ms-transform: scale(1);
	        -o-transform: scale(1);
	        transform: scale(1);
	    }
	}
}
.section.case .right-box .list .item em{
	font-weight: bold;
}
.section.case .right-box .list .item1{
	width: 6em;
	height: 6em;
	left: 9px;
	top: 0;
	background: url(../../Img/images/index-case-bg1.png) no-repeat center center;
	background-size: 100%;
}
.section.case .right-box .list .item1 em{
	font-size: 16px;
	line-height: 1.2em;
}
.section.case .right-box .list .item2{
	width: 8.25em;
	height: 8.25em;;
	left: 23%;
	top: 6px;
	background: url(../../Img/images/index-case-bg2.png) no-repeat center center;
	background-size: 100%;
}
.section.case .right-box .list .item2 em{
	font-size: 22px;
}
.section.case .right-box .list .item3{
	width: 11.25em;
	height: 11.25em;
	left: 53%;
	top: 0;
	background: url(../../Img/images/index-case-bg3.png) no-repeat center center;
	background-size: 100%;
}
.section.case .right-box .list .item3 em{
	font-size:1.5em;
	line-height: 1.25em;
}
.section.case .right-box .list .item4{
	width: 6em;
	height: 6em;
	left: 10%;
	top: 45%;
	background: url(../../Img/images/index-case-bg4.png) no-repeat center center;
	background-size: 100%;
}
.section.case .right-box .list .item4 em{
	font-size:16px;
}
.section.case .right-box .list .item5{
	width: 4.25em;
	height: 4.25em;
	left: 42%;
	top: 58%;
	background: url(../../Img/images/index-case-bg5.png) no-repeat center center;
	background-size: 100%;
}
.section.case .right-box .list .item5 em{
	font-size:14px;
	line-height: 1.15em;
}
.section.case .right-box .list .item6{
	width: 5.75em;
	height: 5.75em;
	left: 72%;
	top: 67%;
	background: url(../../Img/images/index-case-bg6.png) no-repeat center center;
	background-size: 100%;
}
.section.case .right-box .list .item6 em{
	font-size:18px;
}

@media screen and (max-width:991px){
	.section.case{
		margin-top: 0.5rem;
	}
	.section.case .right-box{
		width: 100%;
		padding: 0.6rem 0;
		padding-top: 0.8rem;
		margin-top: 0;
	}
	.section.case .right-box .name{
		text-align: center;
		font-size: 0.35rem;
		text-align: center;
		padding: 0;
	}
	.section.case .right-box .list{
		margin-top: 0.5rem;
		height: auto;
		overflow: hidden;
		padding: 0 0.2rem;
	}
	.section.case .right-box .list .item{
		width: 1rem;
		height: 1rem;
		float: left;
		position: inherit;
		left: inherit;
		top: inherit;
		margin:0 0.15rem;
		margin-bottom: 0.3rem;
		background: url(../../Img/images/index-case-bg1.png) no-repeat center center;
	}
	.section.case .right-box .list .item:nth-child(3n){
		margin-right: 0;
	}
	.section.case .right-box .list .item em{
		font-size: 0.17rem;
	}
}


/** 第四屏 **/
.section.service .right-box{
	padding-left: 5.4em;
	padding-top: 12%;
}

.section.service .right-box .doc1{
	font-size: 3em;
	color: #000;
	line-height: 1.15em;
	font-weight: bold;
}
.section.service .right-box .doc2{
	font-size: 2.1em;
	color: #003278;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 0.5em;
}
.section.service .right-box .doc3{
	font-size: 16px;
	margin-top: 4em;
	line-height: 25px;
}
.section.service .right-box .doc4{
	color: #db7600;
	font-size: 1.6em;
	line-height: 1.2em;
	margin-top: 0.1em;
	font-weight: bold;
}
.section.service .right-box .list{
	margin-top: 1.8em;
	overflow: hidden;
}
.section.service .right-box .list li{
	float: left;
	margin-right: 2.75em;
}
.section.service .right-box .list img{
	float: left;
}
.section.service .right-box .list em{
	display: inline-block;
	width: 100px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background: #003278;
	border-radius: 20px;
	float: left;
	margin-top: 5px;
	margin-left: 8px;
	font-size: 14px;
}
.section.service .right-box .list em:hover{
	background: #0e3f84;
}



@media screen and (max-width:991px){
	.section.service{
		padding-bottom: 0.3rem;
	}
	.section.service .right-box{
		width: 100%;
		padding: 0.6rem 7.3%;
	}
	.section.service .right-box .doc1{
		font-size: 0.3rem;
	}
	.section.service .right-box .doc1 .doc{
		display: inline-block;
	}
	.section.service .right-box .doc2{
		font-size: 0.2rem;
		margin-top: 0.15rem;
	}
	.section.service .right-box .doc3{
		font-size: 0.15rem;
		margin-top: 0.4rem;
	}
	.section.service .right-box .doc4{
		font-size: 0.2rem;
		margin-top: 0.2em;
	}
	.section.service .right-box .list em{
		height: 38px;
		line-height: 38px;
		width: 1.5rem;
		margin-top: 0;
	}
}

@media screen and (max-width:450px){
	.section.service .right-box .list li:last-child{
		margin-top: 0.1rem;
	}
}

/** 左侧导航 **/
.aside-nav-box {
    position: fixed;
    left: 8%;
    bottom: 5%;
    z-index: 1000;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.aside-nav-box .aside-nav{
	position: relative;
}
.aside-nav-box.ons{
	bottom: 25%;
}
.aside-nav-box .aside-nav .xian1{
	position: absolute;
	left: 3px;
	top: 15px;
	width: 1px;
	height: 29px;
	background: #fff;
	opacity: 0.2;
}
.aside-nav-box .aside-nav .xian2{
	position: absolute;
	left: 3px;
	top: 50px;
	width: 1px;
	height: 29px;
	background: #fff;
	opacity: 0.2;
}
.aside-nav-box .aside-nav .xian3{
	position: absolute;
	left: 3px;
	top: 85px;
	width: 1px;
	height: 29px;
	background: #fff;
	opacity: 0.2;
}
.aside-nav-box li{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 13px;
	padding-left: 30px;
	position: relative;
}
.aside-nav-box li i{
	display: inline-block;
	width: 7px;
	height: 7px;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3.5px;
}
.aside-nav-box li.active i{
	background: #fff;
}
.aside-nav-box li a{
	color: #fff;
	opacity: 0.6;
}
.aside-nav-box li.active a{
	opacity: 1;
}
.aside-nav-box li:hover a{
	opacity: 1;
}

@media screen and (max-width: 1400px) {
	.aside-nav-box{
		left: 2%;
		bottom: 10%;
	}
	.aside-nav-box.ons{
		bottom: 35%;
	}
}