.solutionBanner{
	background-color: #f6f8fb;
	width: 100%;
}
.solutionBannerMain{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 360px;
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.solutionBannerMainLeft{
	max-width: 50%;
	padding-bottom: 50px;
}
.solutionBannerMainLeft img{
	padding-bottom: 25px;
}
.solutionBannerMainLeft p{
	font-size: 13.6px;
	color: #323874;
	text-align: justify;
	line-height: 1.9;
	letter-spacing: 1.3px;
}
.solutionBannerMainRight{
	
}
.solutionBannerMainRight img{
	width: 482px;
	height: 270px;
}


.solutionMiddle {
	width: 100%;
	padding-bottom: 80px;
	background: #022644 url(../images/solutionPic005.jpg) repeat-x left top;
}

.swiper1 {
	width: 1200px;
	padding-top: 60px;
}

.swiper-slide1 {
	position: relative;
}

.swiper1 .swiper-pagination1 {
	position: absolute;
	z-index: 20;
	top: 0px;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.swiper1 .swiper-pagination-bullet {
	flex: 1;
	border-radius: 0;
	margin: 0 !important;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #555;
	background-color: inherit;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14.3px;
	background-color: white;
	border-right: 1px solid #d5d5d5;
	box-sizing: border-box;
}

.swiper1 .swiper-pagination-bullet:last-child {
	border-right: 0px;
}

.swiper1 .swiper-pagination-bullet-active {
	color: #022845;
	font-weight: bold;
}

.hiddenTitle {
	visibility: hidden;
	background-color: red;
	display: none;
}
.titlePicBox{
	padding-top: 70px;
	padding-bottom: 50px;
        text-align: center;

        font-size: 36px;

    	color: #FFF;
    
	font-weight: 600;

   	letter-spacing: 10px;
}
 .titlePicBox img {
     margin-left: auto;
     margin-right: auto;
     display: block;
 }

.slideInner{
	background-color: white;
}
.innerPartA{
	background-color: #f6f8fb;
}
.innerPartTop{
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 45px;
	padding-bottom: 30px;
	display: flex;
}
.innerPartTopLeft{
	font-size: 22px;
	color: #031f4e;
	border-bottom: 3px solid #031f4e;
	letter-spacing: 1px;
}
.innerPartTopRight{
	font-size: 18px;
	color: #031f4e;
	width: 40%;
	border-bottom: 1px solid #dfdfdf;
	padding-left: 15px;
	letter-spacing: 1px;
}
.innerPartDown{
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 45px;
	display: flex;
	justify-content: center;
}
.innerPartBmain{
	width: 100%;
}
.innerPartBmainTop{
	display: flex;
	justify-content: center;
}
.innerPartBmainBottom{
	/* background-color: red; */
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.smallItem{
	margin-top: 20px;
	margin-right: 16px;
	margin-left: 16px;
	cursor: pointer;
	display: block;
	border: 1px solid #ddd;
	width:130px;
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	/* overflow: hidden; */
	position: relative;
}
.smallItem img{
	max-width: 85%;
	max-height: 85%;
	transition: 0.5s;
	padding-bottom: 15px;
}
.smallItem:hover img{
	-webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -transform:scale(1.15);
}
.smallItemFloatA{
	background-color: red;
	line-height: 1;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 3px;
	font-size: 12px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}
.smallItemFloatB{
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-size: 13px;
	color: #222;
	position: absolute;
	bottom: 0;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 3px;
	padding-right: 3px;
}
.innerPartAdown{
	font-size: 14px;
	line-height: 1.7;
	color: #464964;
	letter-spacing: 1px;
	text-align: justify;
}

.innerPartB{
	background-color: white;
}
.innerPartC{
	background-color: #f6f8fb;
}
.partCtable{
	background-color: white;
	font-size: 13px;
}
.partCtable tr{
	border:1px solid #e5e5e5;
}
.partCtable tr:hover{
	background-color: #f6f8fb;
}
.partCtable td,.partCtable th{
	padding:10px 40px 10px 30px;
	color: #333;
}
.innerPartD{
	background-color: white;
}
.innerPartDdown{
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: white;
}
.innerPartDdownLeft{
	width: 40%;
}
.innerPartDdownRight{
	width: 56%;
}
.theSonTitle{
	font-size: 15px;
	color: #052d53;
	margin-bottom: 10px;
}
.theSonText{
	font-size: 13px;
	color: #333;
	display: block;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
a.theSonText:hover{
	text-decoration: underline;
}
.innerPartE{
	background-color: #f6f8fb;
}
.innerPartEdown{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.innerPartEdownItem{
	width: 32%;
	margin-right: 2%;
	display: flex;
	justify-content: center;
	/* margin-bottom: 30px; */
}
.innerPartEdownItem:nth-child(3n+0){
	margin-right: 0;
}
.innerPartEdownItemSon{
	width: 248px;
}
.innerPartEdownItemSon img{
	width: 248px;
	height: 158px;
}
.innerPartEdownItemSonText{
	text-align: center;
	margin-top: 12px;
	font-size: 14px;
	color: #333;
}