 .aboutUsPage .banner {
 	background: #1775ff;
 	margin-top: 70px;
 }

 .aboutUsPage .banner .container {
 	background-image: url(../img/cooperationBanner.png);
 	background-repeat: no-repeat;
 	-webkit-background-size: 100% 100%;
 	background-size: 100% 100%;
 	padding: 174px 0
 }

 .aboutUsPage .banner .container .h1 {
 	color: #fff;
 	font-size: 36px;
 	font-weight: 500;
 	margin-bottom: 24px
 }

 .aboutUsPage .banner .container .h2 {
 	color: #fff;
 	font-size: 16px;
 	font-weight: 400
 }


 .why {
 	background: url(../img/cooperationWhy.png) no-repeat 0 0;
 	-webkit-background-size: cover;
 	background-size: cover;
 	height: 556px
 }

 .why .container .why-content {
 	-webkit-box-pack: justify;
 	-moz-box-pack: justify;
 	-ms-flex-pack: justify;
 	background: -webkit-gradient(linear, left top, left bottom, from(#f5f8fc), to(#fff));
 	background: -webkit-linear-gradient(top, #f5f8fc, #fff);
 	background: -moz-linear-gradient(top, #f5f8fc 0, #fff 100%);
 	background: linear-gradient(180deg, #f5f8fc, #fff);
 	border: 2px solid #fff;
 	border-radius: 2px;
 	-webkit-box-shadow: 0 8px 16px 0 rgba(92, 124, 172, .05);
 	box-shadow: 0 8px 16px 0 rgba(92, 124, 172, .05);
 	display: -webkit-box;
 	display: -webkit-flex;
 	display: -moz-box;
 	display: -ms-flexbox;
 	display: flex;
 	height: 320px;
 	-webkit-justify-content: space-between;
 	justify-content: space-between;
 	margin-top: 40px;
 	position: relative
 }

 .why .container .why-content .why-left {
 	padding: 62px
 }

 .why .container .why-content .why-left .left-text {
 	display: -webkit-box;
 	display: -webkit-flex;
 	display: -moz-box;
 	display: -ms-flexbox;
 	display: flex;
 	padding-bottom: 30px
 }

 .why .container .why-content .why-left .num {
 	color: #1775ff;
 	font-size: 36px;
 	font-weight: 700
 }

 .why .container .why-content .why-left span {
 	color: #64696e;
 	font-size: 16px;
 	padding-left: 22px;
 	padding-top: 2px
 }

 .why .container .why-content img {
 	position: absolute;
 	right: -34px;
 	top: -10px;
 	width: 620px
 }

 .title {
 	color: #242a32;
 	font-size: 36px;
 	font-weight: 700;
 	line-height: 65px;
 	padding-top: 80px;
 	text-align: center
 }

 .index-title {
 	color: #242a32;
 	font-size: 36px;
 	font-weight: 700;
	line-height: 65px;
 	text-align: center
 }

 .new-container {
 	margin: 0 auto;
 	padding: 0;
 	width: 1200px
 }

 .sub-title {
 	color: #64696e;
 	font-size: 16px;
 	padding-top: 6px;
 	text-align: center
 }

 .card-container {
 	-webkit-box-pack: justify;
 	-moz-box-pack: justify;
 	-ms-flex-pack: justify;
 	-webkit-flex-wrap: wrap;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 	-webkit-justify-content: space-between;
 	justify-content: space-between;
 	margin-top: 40px
 }

 .card-container,
 .card-container .card {
 	display: -webkit-box;
 	display: -webkit-flex;
 	display: -moz-box;
 	display: -ms-flexbox;
 	display: flex
 }

 .card-container .card {
 	background: -webkit-gradient(linear, left top, left bottom, from(#f7f9fc), to(#fff));
 	background: -webkit-linear-gradient(top, #f7f9fc, #fff);
 	background: -moz-linear-gradient(top, #f7f9fc 0, #fff 100%);
 	background: linear-gradient(180deg, #f7f9fc, #fff);
 	border: 2px solid #fff;
 	border-radius: 2px;
 	-webkit-box-shadow: 0 8px 16px 0 rgba(92, 124, 172, .05);
 	box-shadow: 0 8px 16px 0 rgba(92, 124, 172, .05);
 	height: 200px;
 	margin-bottom: 16px;
 	padding: 24px 0 24px 32px;
 	width: 592px
 }

 .card-container img {
 	height: 64px
 }

 .card-container .card-right {
 	margin-left: 24px
 }

 .card-container .card-right p {
 	color: #242a32;
 	font-size: 20px;
 	margin-top: 6px
 }

 .card-container .card-right span {
 	color: #64696e;
 	display: block;
 	font-size: 14px;
 	margin: 12px 0;
 	padding-right: 24px
 }

 .card-container .card-right div {
 	background: #edf2fa;
 	border-radius: 2px;
 	color: #64696e;
 	display: inline-block;
 	font-size: 14px;
 	line-height: 14px;
 	margin-bottom: 8px;
 	margin-right: 8px;
 	padding: 6px 8px;
 	text-align: center;
 	width: -webkit-fit-content;
 	width: -moz-fit-content;
 	width: fit-content
 }
 
 .busCooperation .light {
                 background: #fff;
                 padding-bottom: 20px
             }
 
             .busCooperation .light .list {
                 -webkit-box-pack: justify;
                 -moz-box-pack: justify;
                 -ms-flex-pack: justify;
                 -webkit-flex-wrap: wrap;
                 -ms-flex-wrap: wrap;
                 flex-wrap: wrap;
                 -webkit-justify-content: space-between;
                 justify-content: space-between;
                 margin-top: 48px
             }
 
             .busCooperation .light .list,.busCooperation .light .list .item {
                 display: -webkit-box;
                 display: -webkit-flex;
                 display: -moz-box;
                 display: -ms-flexbox;
                 display: flex
             }
 
             .busCooperation .light .list .item {
                 background: #fff;
                 background: -webkit-gradient(linear,left top,left bottom,from(#f7f9fc),to(#fff));
                 background: -webkit-linear-gradient(top,#f7f9fc,#fff);
                 background: -moz-linear-gradient(top,#f7f9fc 0,#fff 100%);
                 background: linear-gradient(180deg,#f7f9fc,#fff);
                 border: 2px solid #fff;
                 border-radius: 2px;
                 -webkit-box-shadow: 0 8px 16px 0 rgba(92,124,172,.05);
                 box-shadow: 0 8px 16px 0 rgba(92,124,172,.05);
                 height: 156px;
                 margin-bottom: 24px;
                 padding: 24px 36px;
                 width: 588px
             }
 
             .busCooperation .light .list .item img {
                 height: 64px;
                 width: 64px
             }
 
             .busCooperation .light .list .item p {
                 color: #242a32;
                 font-size: 22px;
                 padding-bottom: 8px
             }
 
             .busCooperation .light .list .item div {
                 margin-left: 20px
             }
 
             .busCooperation .light .list .item span {
                 background: #edf2fa;
                 color: #64696e;
                 display: inline-block;
                 font-size: 14px;
                 margin-bottom: 8px;
                 margin-right: 8px;
                 padding: 6px 8px 4px
             }