.banner-box{
	position:relative;
	padding-top:100px;
	box-sizing:border-box;
}
.banner-box > img {
	width: 100%;
}
.banner-box .txt-box{
	position:absolute;
	left:16.6%;
	top:50%;
	transform:translateY(-50%);
	margin-top:45px;
	color:#fff;
}
.banner-box .txt-box h3{
	font-size:45px;
	color:#fff;
	margin-bottom:26px;
	font-family:'Mi-B';
}
.banner-box .txt-box a{
	font-size:16px;
	color:#fff;
}
.banner-box .pro-box{
	position:absolute;
	bottom:60px;
	left:50%;
	transform:translateX(-50%);
	display:flex;
	justify-content:center;
	z-index:9;
}
.banner-box .pro-box .more-box{
	display:block;
	margin-left:10px;
	margin-right:10px;
	width:230px;
	height:58px;
	line-height:58px;
	background:#2DB1E6 !important;
	border-radius:6px;
}
.banner-box .pro-box .more-box:last-child{
	background:#EEC13A !important;
}
.banner-box .pro-box .more-box span img{
	margin-left:15px;
}





/*分页*/
.page-box {
	text-align: center;
	font-size: 0;
	margin-bottom:100px;
}
.page-box a{
	display: inline-block;
	width:60px;
	height:60px;
	line-height:56px;
	color:#023692;
	border:3px solid #023692;
	border-radius:100%;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	font-family:'Mi-B';
	box-sizing: border-box;
}
.page-box a.next{
	border:none;
	margin-left:40px;
}
.page-box a.active {
	border-color:#EEC13A;
	color:#EEC13A;
}




.block{
	width:1300px;
}
/*关于*/
.about-wrap .menu-box{
	margin-top:90px;
}
.about-wrap .menu-box ul{
	display:flex;
	justify-content:center;
}
.about-wrap .menu-box li{
	width:180px;
	height:45px;
	line-height:45px;
	border-radius:6px;
	background:#EBF2F5;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
	font-size:16px;
	color:#023692;
}
.about-wrap .menu-box li.active{
	background:#023692;
	color:#fff;
}
.about-wrap .session_1{
	margin-top:100px;
}
.about-wrap .session_1 .info-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.about-wrap .session_1 .title-box{
	padding-left:60px;
	box-sizing:border-box;
}
.about-wrap .session_1 .title-box span{
	font-size:16px;
	color:#2DB1E6;
	font-family:'Mi-B';
}
.about-wrap .session_1 .title-box h3{
	font-size:30px;
	color:#023692;
	margin-top:15px;
	margin-bottom: 20px;
	font-family:'Mi-H';
}
.about-wrap .session_1 .title-box p{
	font-size:16px;
	color:#023692;
	line-height:30px;
}
.about-wrap .session_1 .txt-box{
	margin-top:50px;
}
.about-wrap .session_1 .txt-box p{
	font-size:16px;
	color:#023692;
	line-height:30px;
}


.about-wrap .session_2{
	background:url('../images/img_3.jpg') center center no-repeat;
	background-size:cover;
	position:relative;
	margin-top:100px;
	padding-top:100px;
	padding-bottom:200px;
	box-sizing:border-box;
}
.about-wrap .session_2 .title-box{
	text-align:center;
}
.about-wrap .session_2 .title-box h3{
	font-size:30px;
	color:#fff;
	font-family:'Mi-H';
}
.about-wrap .session_2 .info-box{
	margin-top:135px;
	display:flex;
	justify-content:space-between;
}
.about-wrap .session_2 .info-box .item-box{
	width:25%;
}
.about-wrap .session_2 .info-box .item-box:nth-child(3),
.about-wrap .session_2 .info-box .item-box:nth-child(5){
	width:23%;
}
.about-wrap .session_2 .info-box .item-box:nth-child(4){
	width:29%;
}
.about-wrap .session_2 .info-box .item-box .icon-box{
	width:123px;
	height:123px;
	line-height:123px;
	text-align:center;
	border-radius:100%;
	margin: 0 auto;
	border: 2px solid #fff;
}
.about-wrap .session_2 .info-box .item-box .txt-box{
	text-align:center;
}
.about-wrap .session_2 .info-box .item-box .txt-box h3{
	font-size:30px;
	color:#fff;
	font-family:'Mi-B';
	margin-top:27px;
	margin-bottom:30px;
}
.about-wrap .session_2 .info-box .item-box .txt-box p{
	font-size:16px;
	color:#fff;
	line-height:24px;
}



.about-wrap .session_3{
	margin-top:100px;
	margin-bottom:130px;
}
.about-wrap .session_3 .title-box{
	position:relative;
	display:flex;
	justify-content:space-between;
}
.about-wrap .session_3 .title-box h3{
	font-size:30px;
	color:#023692;
	padding-bottom:12px;
	border-bottom:3px solid #2DB1E6;
	box-sizing:border-box;
	font-family:'Mi-B';
}
.about-wrap .session_3 #certify {
	position: relative;
	width: 1300px;
	margin: 0 auto;
	margin-top:90px;
}
.about-wrap .session_3 #certify .swiper-container {
	padding-top: 30px;
	padding-bottom: 60px;
}
.about-wrap .session_3 #certify .swiper-slide {
	width: 600px;
}
.about-wrap .session_3 #certify .swiper-slide .img-box{
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.about-wrap .session_3 #certify .swiper-slide img {
	display: block;
	width: 100%;
	border: 4px solid #fff;
	box-sizing: border-box;
}
.about-wrap .session_3 #certify .swiper-slide p{
	text-align:center;
	font-size:14px;
	color:#023692;
	margin-top:48px;
	opacity:0;
}
.about-wrap .session_3 #certify .swiper-slide-active p{
	opacity:1;
}
.about-wrap .session_3 #certify .arr-box{
	width: 160px;
    position: relative;
    margin: 0 auto;
    margin-top: 80px;
}
.about-wrap .session_3 #certify .arr-box .swiper-button-next,
.about-wrap .session_3 #certify .arr-box .swiper-button-prev{
	width:60px;
	height:60px;
	background:rgba(0, 0, 0, 0.1);
	border-radius:6px;
}
.about-wrap .session_3 #certify .arr-box .swiper-button-next:hover,
.about-wrap .session_3 #certify .arr-box .swiper-button-prev:hover{
	background:#023692;
}
.about-wrap .session_3 #certify .arr-box .swiper-button-next:after,
.about-wrap .session_3 #certify .arr-box .swiper-button-prev:after{
	font-size:18px;
	color:#023692;
}
.about-wrap .session_3 #certify .arr-box .swiper-button-next:hover:after,
.about-wrap .session_3 #certify .arr-box .swiper-button-prev:hover:after{
	color:#fff;
}


/*案例*/
.case-wrap > .tab-box{
	margin-top:90px;
	display:flex;
	justify-content:center;
}
.case-wrap > .tab-box a{
	display:block;
	width:auto;
	height:45px;
	line-height:45px;
	font-size:16px;
	color:#023692;
	padding-left:20px;
	padding-right:20px;
	margin-left:10px;
	margin-right:10px;
	box-sizing:border-box;
	background:#EBF2F5;
	border-radius:6px;
}
.case-wrap > .tab-box a.active{
	color:#ffffff;
	background:#023692;
}
.case-wrap .session_1{
	margin-top:80px;
	margin-bottom:80px;
}
.case-wrap .session_1 .list-box{
	margin-left:-14px;
	margin-right:-14px;
}
.case-wrap .session_1 .item-box{
	float:left;
	padding-left:14px;
	padding-right:14px;
	width:33.33%;
	margin-bottom:40px;
	box-sizing:border-box;
}
.case-wrap .session_1 .item-box .img-box{
	border-radius:6px;
	overflow:hidden;
}
.case-wrap .session_1 .item-box .img-box img{
	width:100%;
	height:280px;
	transition:all .5s;
}
.case-wrap .session_1 .item-box:hover .img-box img{
	transform:scale(1.2);
}
.case-wrap .session_1 .item-box .txt-box{
	text-align:center;
}
.case-wrap .session_1 .item-box .txt-box h3{
	font-size:18px;
	color:#023692;
	text-align:center;
	margin-top:20px;
	font-family:'Mi-B';
	margin-bottom:8px;
}
.case-wrap .session_1 .item-box .txt-box p{
	font-size:16px;
	color:#023692;
	line-height:30px;
}



/*联系*/
.link-wrap .session_1{
	display:flex;
	justify-content:space-between;
	margin-top:95px;
}
.link-wrap .session_1 .info-box > h3{
	font-size:36px;
	color:#023692;
	line-height:48px;
	margin-bottom:40px;
	font-family:'Mi-H';
}
.link-wrap .session_1 .info-box{
	position:relative;
	width:500px;
}
.link-wrap .session_1 .info-box .item-box{
	margin-bottom:25px;
}
.link-wrap .session_1 .info-box .item-box h3{
	font-size:20px;
	color:#2DB1E6;
	margin-bottom:10px;
}
.link-wrap .session_1 .info-box .item-box h3 img{
	margin-right:10px;
}
.link-wrap .session_1 p{
	font-size:16px;
	color:#023692;
	line-height:30px;
}

.link-wrap .session_1 .all-box{
	width:600px;
	height:970px;
	background:#FFFFFF;
	border-top:3px solid #023692;
	padding:45px 50px 55px 50px;
	box-sizing:border-box;
	box-shadow: 0 0 15px 0px rgb(0 0 0 / 10%);
}
.link-wrap .session_1 .all-box .public-title{
	text-align:left;
	margin-bottom:20px;
}
.link-wrap .session_1 .all-box .public-title p{
	font-size:16px;
	color:#023692;
	line-height:30px;
}
.link-wrap .session_1 .all-box .form-box .input-box{
	position:relative;
	margin-bottom:5px;
}
.link-wrap .session_1 .all-box .form-box .input-box p{
	font-size:16px;
	margin-left:10px;
	margin-bottom:10px;
}
.link-wrap .session_1 .all-box .form-box .input-box input{
	border:1px solid #DDDDDD;
	width:100%;
	height:50px;
	border-radius:6px;
	padding-left:15px;
	font-size:16px;
	box-sizing:border-box;
}
.link-wrap .session_1 .all-box .form-box .input-box select{
	position:relative;
	width:100%;
	height:50px;
	font-size:16px;
	border:none;
	border:1px solid #DDDDDD;
	border-radius:6px;
	padding-left:15px;
	box-sizing:border-box;
	background:transparent;
	color:#023692;

	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
}
.link-wrap .session_1 .all-box .form-box .input-box select option{
	padding-left:15px;
	box-sizing:border-box;
}
.link-wrap .session_1 .all-box .form-box .input-box img{
	position:absolute;
	right:20px;
	top:60px;
}
.link-wrap .session_1 .all-box .form-box textarea{
	width:100%;
	height:100px;
	border-radius:6px;
	border:1px solid #DDDDDD;
	padding-left:15px;
	padding-top:10px;
	line-height:30px;
	font-size:16px;
	box-sizing:border-box;
}
.link-wrap .session_1 .all-box .form-box .input-box textarea::placeholder,
.link-wrap .session_1 .all-box .form-box .input-box input::placeholder{
	color:#DDDDDD;
}
.link-wrap .session_1 .btn-box{
	position:relative;
	margin-top:25px;
	width:160px;
	height:50px;
	line-height:50px;
	border:none;
	background:#EEC13A;
	border-radius: 6px;
	z-index:1;
	overflow:hidden;
}
.link-wrap .session_1 .btn-box input{
	position:relative;
	width:100%;
	height:100%;
	background:transparent;
	border:none;
	font-size:16px;
	color:#FFFFFF;
	cursor: pointer;
	z-index:10;
}
.link-wrap .session_1 .btn-box:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.link-wrap .session_1 .btn-box:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #023692;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 2;
}
.link-wrap .session_1 .btn-box:hover{
	border-color:transparent;
}
.link-wrap .session_1 .btn-box:hover:before{
	right: auto;
	left: 0;
	width: 100%;
}
.link-wrap .session_1 .btn-box input{
	color:#fff;
}



.link-wrap .session_2{
	margin-top:95px;
}
.link-wrap .session_2 img{
	width:100%;
}


/*新闻*/
.news-wrap .all-box{
	display:flex;
	justify-content:space-between;
	margin-top:80px;
}
.news-wrap .all-box .session_1{
	width:950px;
	padding-right:50px;
	box-sizing:border-box;
}
.news-wrap .all-box .session_1 .item-box{
	display:block;
	margin-bottom:60px;
}
.news-wrap .all-box .session_1 .img-box{
	border-radius:6px;
	overflow:hidden;
}
.news-wrap .all-box .session_1 .img-box img{
	width:100%;
	height:480px;
	object-fit:cover;
	border-radius:6px;
	transition:all .5s;
}
.news-wrap .all-box .session_1 .item-box:hover .img-box img{
	transform:scale(1.2);
}
.news-wrap .all-box .session_1 .item-box span{
	display:block;
	font-size:14px;
	color:#023692;
	margin-top:30px;
	margin-bottom:15px;
}
.news-wrap .all-box .session_1 .item-box span img{
	position:relative;
	margin-right:5px;
	top:-1px;
}
.news-wrap .all-box .session_1 .item-box .txt-box h3{
	font-size:24px;
	color:#023692;
	line-height:36px;
	margin-bottom:5px;
	font-family:'Mi-B';

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
}
.news-wrap .all-box .session_1 .item-box .txt-box p{
	font-size:14px;
	color:#023692;
	line-height:24px;

	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news-wrap .all-box .session_1 .item-box .more{
	color:#2DB1E6;
	font-size:12px;
	font-family:'Mi-B';
	margin-top:18px;
}
.news-wrap .all-box .session_1 .item-box .more img{
	margin-left:10px;
	position:relative;
	top:-1px;
}
.news-wrap .all-box .session_2{
	width:350px;
}
.news-wrap .all-box .session_2 .info-box{
	position:sticky;
	top:140px;
	width:350px;
	margin-bottom:100px;
}
.news-wrap .all-box .session_2 .top-box{
	width:100%;
	padding:40px 40px 30px 30px;
	background:#EBF2F5;
	border:1px solid #F8F8FA;
	border-radius: 6px;
	margin-bottom:25px;
	box-sizing:border-box;
}
.news-wrap .all-box .session_2 .top-box > h3{
	font-size:20px;
	color:#023692;
	margin-bottom:15px;
	font-family:'Mi-B';
}
.news-wrap .all-box .session_2 .top-box .txt-box{
	display:flex;
	justify-content:flex-start;
}
.news-wrap .all-box .session_2 .top-box .txt-box p{
	position:relative;
	font-size: 16px;
	color:#023692;
	line-height:40px;
	padding-left:18px;
	box-sizing:border-box;
}
.news-wrap .all-box .session_2 .top-box .txt-box p:last-child{
	font-size:16px;
	color:#879FD1;
	margin-left:5px;
	padding-left:0;
}
.news-wrap .all-box .session_2 .top-box .txt-box p:nth-child(1):before{
	position:absolute;
	content:'';
	width:4px;
	height:4px;
	background:url('../images/icon_18.png') center center no-repeat;
	background-size:100% 100%;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.news-wrap .all-box .session_2 .bottom-box{
	width:100%;
	padding:35px 20px 35px 30px;
	background:#EBF2F5;
	border:1px solid #F8F8FA;
	border-radius: 6px;
	box-sizing:border-box;
}
.news-wrap .all-box .session_2 .bottom-box > h3{
	font-size:20px;
	color:#023692;
	margin-bottom:27px;
	font-family:'Mi-B';
}
.news-wrap .all-box .session_2 .bottom-box .item-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	margin-bottom:25px;
	padding-bottom:25px;
	box-sizing:border-box;
}
.news-wrap .all-box .session_2 .bottom-box .item-box:last-child{
	margin-bottom:0;
	border-bottom:none;
	padding-bottom:0;
}
.news-wrap .all-box .session_2 .bottom-box .item-box .img-box{
	width:80px;
	overflow:hidden;
	border-radius:6px;
}
.news-wrap .all-box .session_2 .bottom-box .item-box .img-box img{
	width:100%;
	height:80px;
	object-fit:cover;
	border-radius:6px;
	transition:all .5s;
}
.news-wrap .all-box .session_2 .bottom-box .item-box:hover .img-box img{
	transform:scale(1.2);
}
.news-wrap .all-box .session_2 .bottom-box .item-box .txt-box{
	width:calc(100% - 80px);
	padding-left:15px;
	box-sizing:border-box;
}
.news-wrap .all-box .session_2 .bottom-box .item-box .txt-box h3{
	font-size:16px;
	color:#023692;
	line-height:24px;
	font-family:'Mi-B';

	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-wrap .all-box .session_2 .bottom-box .item-box .txt-box p{
	display:block;
	font-size:14px;
	color:#023692;
	margin-top:10px;
}
.news-wrap .all-box .session_2 .bottom-box .item-box .txt-box p img{
	position:relative;
	margin-right:5px;
	top:-1px;
}
.news-wrap .all-box .session_2 .more-box{
	width:100%;
	height:58px;
	line-height: 58px;
	text-align:left;
	background:#EEC13A;
	border-radius:6px;
	padding-left:30px;
	margin-top:22px;
	box-sizing:border-box;
}
.news-wrap .all-box .session_2 .more-box span{
	position:relative;
	font-size:18px;
	font-family:'Mi-B';
	width:100%;
}
.news-wrap .all-box .session_2 .more-box span img{
	position:absolute;
	right:25px;
	top:23px;
}


.news-wrap .all-box .session_3{
	width:950px;
	padding-right:50px;
	box-sizing:border-box;
}
.news-wrap .all-box .session_3 .title-box span{
	display:block;
	font-size:14px;
	color:#023692;
	margin-top:30px;
	margin-bottom:15px;
}
.news-wrap .all-box .session_3 .title-box span img{
	position:relative;
	margin-right:5px;
	top:-1px;
}
.news-wrap .all-box .session_3 .title-box h3{
	font-size:24px;
	color:#023692;
	margin-top:24px;
	margin-bottom:24px;
	line-height:36px;
	font-family:'Mi-B';
}
.news-wrap .all-box .session_3 .des-box p{
	font-size:14px;
	line-height:24px;
	color:#023692;
}
.news-wrap .all-box .session_3 .des-box p img,
.news-wrap .all-box .session_3 .des-box img{
	max-width:100%;
	height:auto;
}
.news-wrap .session_3 .bottom-box{
	display:flex;
	justify-content:space-between;
	margin-top:100px;
}
.news-wrap .session_3 .bottom-box > a{
	width:120px;
	height:50px;
	line-height:50px;
	background:#023692;
	color:#fff;
	font-size:16px;
	border-radius:6px;
	text-align:center;
}
.news-wrap .session_3 .bottom-box .share-box{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	text-align: right;
}
.news-wrap .session_3 .bottom-box .share-box a{
	margin-left:15px;
}
.news-wrap .session_3 .bottom-box .social-share .social-share-icon{
	color:#EEC13A;
	border-color:#EEC13A;
}
.news-wrap .session_3 .bottom-box .social-share .social-share-icon:hover{
	color:#fff;
	background:#023692;
	border-color:#023692;
}
.news-wrap .session_3 .other-box{
	margin-top:30px;
	margin-bottom:80px;
}
.news-wrap .session_3 .other-box a{
	display:block;
	line-height:30px;
	font-size:16px;
	color:#023692;
	font-family:'Mi-B';

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
}


/*产品*/
.pro-wrap .session_1{
	margin-top:80px;
}
.pro-wrap .session_1 .list-box{
	margin-left:-14px;
	margin-right:-14px;
}
.pro-wrap .session_1 .col-md-4{
	width:33.33%;
	float:left;
	padding-left:14px;
	padding-right:14px;
	box-sizing:border-box;
	text-align:center;
	margin-bottom:60px;
}
.pro-wrap .session_1 .item-box{
	width:100%;
	margin-bottom:40px;
}
.pro-wrap .session_1 .item-box .img-box{
	overflow:hidden;
	border-radius:6px;
}
.pro-wrap .session_1 .item-box .img-box img{
	transition:all .5s;
	width:100%;
	height:280px;
	object-fit:cover;
}
.pro-wrap .session_1 .item-box:hover .img-box img{
	transform:scale(1.2);
}
.pro-wrap .session_1 .item-box .txt-box{
	min-height:85px;
	margin-top:25px;
	text-align:center;
	padding-left:35px;
	padding-right:35px;
	box-sizing:border-box;
}
.pro-wrap .session_1 .item-box .txt-box h3{
	font-size:20px;
	color:#023692;
	margin-bottom:15px;
	font-family:'Mi-B';
}
.pro-wrap .session_1 .item-box .txt-box p{
	font-size:16px;
	color:#556FB1;
	line-height:24px;

	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pro-wrap .session_1 .more-box{
	width:150px;
	height:40px;
	line-height:40px;
	background:#2DB1E6;
	border-radius:6px;
	margin:0 auto;
	margin-top:25px;
}
.pro-wrap .session_1 .more-box span{
	font-size:12px;
}
.pro-wrap .session_1 .more-box span img{
	margin-left:10px;
}

.pro-wrap .session_3{
	margin-top:80px;
	display:flex;
	justify-content:space-between;
}
.pro-wrap .session_3 .img-box{
	width:600px;
	border-radius:6px;
	overflow:hidden;
}
.pro-wrap .session_3 .img-box img{
	width:100%;
	height:405px;
	object-fit:cover;
}
.pro-wrap .session_3 .info-box{
	width:calc(100% - 600px);
	padding-left:55px;
	padding-top:45px;
	box-sizing:border-box;
}
.pro-wrap .session_3 .info-box h3{
	font-size:20px;
	color:#023692;
	font-family:'Mi-B';
}
.pro-wrap .session_3 .info-box p{
	font-size:16px;
	color:#556FB1;
	line-height:24px;
	margin-top:20px;
	margin-bottom:30px;
}
.pro-wrap .session_3 .info-box .icon-box img{
	max-width:80%;
}
.pro-wrap .session_4{
	margin-bottom:150px;
}
.pro-wrap .session_4 .box{
	margin-top:100px;
}
.pro-wrap .session_4 .box h3{
	position:relative;
	font-size:30px;
	color:#023692;
	text-align:center;
	border-bottom:1px solid #eeeeee;
	padding-bottom:25px;
	box-sizing:border-box;
	font-family:'Mi-B';
}
.pro-wrap .session_4 .box h3:before{
	position:absolute;
	content:'';
	width:180px;
	height:3px;
	background:#2DB1E6;
	bottom:-1px;
	left:50%;
	transform:translateX(-50%);
}
.pro-wrap .session_4 .box .des-box{
	margin-top:50px;
}
.pro-wrap .session_4 .box .des-box > p{
	font-size:16px;
	color:#023692;
	line-height:30px;
}
.pro-wrap .session_4 .box .des-box .item-box{
	float:left;
	width:33.33%;
	text-align:center;
	margin-bottom:40px;
}
.pro-wrap .session_4 .box .des-box .item-box p{
	font-size:16px;
	color:#556FB1;
	line-height:30px;
	margin-top:30px;
}

/*隐私*/
.par-wrap .session_1{
	margin-top:220px;
	margin-bottom:120px;
}
.par-wrap .session_1 .title-box{
	font-size:48px;
	color:#023692;
	font-family:'Mi-B';
	text-align:center;
}
.par-wrap .session_1 .des-box{
	margin-top: 90px;
}
.par-wrap .session_1 .des-box h3{
	font-size:18px;
	color:#023692;
	font-family:'Mi-B';
	margin-bottom:20px;
}
.par-wrap .session_1 .des-box p{
	font-size:16px;
	color:#023692;
	line-height:30px;
}

/*常见问答*/
.faq-wrap .session_1{
	margin-top:80px;
	margin-bottom:120px;
}
.faq-wrap .session_1 .all-box .item-box{
	margin-bottom:10px;
}
.faq-wrap .session_1 .all-box .item-box .info-box {
	height:60px;
	line-height:60px;
	background:#EBF2F5;
	border-radius:6px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-left:30px;
	padding-right:20px;
	box-sizing:border-box;
}
.faq-wrap .session_1 .all-box .item-box .info-box span{
	font-size:16px;
	color:#023692;
	font-family:'Mi-B';
}
.faq-wrap .session_1 .all-box .item-box .txt-box {
  	display: none;
  	padding: 30px 20px 26px 30px;
  	box-sizing:border-box;
}
.faq-wrap .session_1 .all-box .item-box .txt-box p{
	font-size:16px;
	color:#023692;
	line-height:30px;
	margin-bottom:20px;
}
.faq-wrap .session_1 .all-box .item-box .info-box .arr-box img{
   position:relative;
   top:-2px;
   left:-5px;
   transition:all .5s;
}
.faq-wrap .session_1 .all-box .item-box.active .info-box .arr-box img,
.faq-wrap .session_1 .all-box .item-box .info-box .arr-box img.active{
	display:none;
}
.faq-wrap .session_1 .all-box .item-box.active .info-box .arr-box img.active{
  	display:inline-block;
}



@media screen and (max-width: 1680px) {

}












/*# sourceMappingURL=./style.css.map */