* {
	margin: 0;
	padding: 0;
	outline: none;
}
img {
	width: 100%;
	height: auto;
	display: block;
}
ul, li {
	list-style: none;
}
.header  {
	background: #FFFFFF;
	height: 88px;
}
.header .block {
	width: 1400px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header .left {
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header .logo {
	padding-right: 20px;
	margin-right: 20px;
	/* border-right: 1px solid #D6D6D6;S */
}
.header .text {
	text-align: center;
	margin-left: 20px;
}
.header .text .big {
	color: #999999;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}
.header .text .small {
	color: #EC1D1D;
	font-size: 12px;
}
.header .right {
	/* width: 100%;
	height: 100%; */
	/* padding: 0 40px 0 80px; */
	display: flex;
	flex: 1;
}
.header .nav {
	/* width: 100%; */
	width: 86%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header .nav .item {
	width: 100%;
	display: flex;
	flex: 1;
	justify-content: center;
	color: #333333;
	font-size: 10px;
}
.footer  {
	background: #FFFFFF;
	min-width: 1400px;
}
.footer .block {
	width: 1400px;
	margin: 0 auto;
}
.contents{

	width: 70%;
	margin:50px  auto 0;
	display: flex;
	justify-content: space-around;
}
/* .footer .block .top {
	padding: 30px 80px 60px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
} */
/* .footer .block .left {
	width: 164px;
	margin-right: 120px;
} */
/* .footer .block .center {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 150px;
	box-sizing: border-box;
} */
.footer .block .center .row {
	width: 170px;
	height: 100%;
}
.footer ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	height: 100%;
}
.footer li {
	color: #666666;
	font-size: 16px;
	width: 100%;
}
.footer .title {
	color: #000033;
	font-size: 20px;
}
.footer .time {
	color:#999999;
	font-size: 12px;
}
/* .footer .right {
	height: 150px;
} */
.footer .right .title {
	margin-bottom: 10px;
}
.footer .right .imgs {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer .qrCode {
	margin-right: 15px;
}
.footer .qrCode img {
	width: 108px;
	height: 108px;
}
.footer .qrCode .text {
	color:#fff;
	font-size: 12px;
	text-align: center;
}
.footer .block .line {
	background: #E5E5E5;
	width: 100%;
	height: 1px;
}
.footer .bottom {
	color: #999999;
	font-size: 14px;
	padding: 40px;
	text-align: center;
}
.footer .bottom p {
	margin-bottom: 5px
}
.footer .bottom p:last-child {
	margin-bottom: 0;
}

.modals {
	padding: 40px 0;
	min-width: 1400px;
	background: #FFFFFF;
}
.modals .title_about {
	color: #333333;
	font-size: 34px;
	text-align: center;
}
.modals .blue_text {
	font-size: 34px;
	color: #3C73EF;
	text-align: center;
}
.modals .yellow_text {
	color: #FFE50D;
}
.modals .white_text {
	color: #FFFFFF;
}
.modals .tip {
	color: #999999;
	font-size: 30px;
	text-align: center;
}
.modals .swiper {
	margin-top: 50px;
}
.modals .bottom_text {
	color: #666666;
	font-size: 22px;
	width: 833px;
	margin: 50px auto 0;
}
.swiper-container {
	width: 1400px;
	height: 300px;
}
/* .swiper-container .swiper-wrapper {
    width: 900px!important;
}
.swiper-container .swiper-slide {
    width: 290px!important;
    height: 290px!important;
    border-radius: 50%;
    overflow: hidden;
}
.swiper-container .swiper-slide img {
    width: 150%;
} */
.modals .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* width: 1400px; */
	width: 70%;
	margin: 40px auto 0;
	flex-wrap: wrap;
}
.modals .content .item {
	/* width: 550px; */

width: 45%;	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 40px;
}
.modals .content .item .left {
	margin-right: 20px;
}
.modals .content .item .left .text_title{
	text-align: right;
}
.modals .content .item .leftImg{
	width: 100px;
	height: 60px;
	margin-right: 20px;
}
.modals .content .item .leftImg img{
	width: 100%;
	height: 100%;
}
.modals .content .item .rightImg{
	width: 100px;
	height: 60px;
}
.modals .content .item .rightImg img{
	width: 100%;
	height: 100%;
}
.modals .content .item .text_title {
	color: #D9D9D9;
	font-size: 18px;
	margin-bottom: 10px;

}
/* .modals .contents .left{
	width: 60%;
} */
.modals .contents .right{
	width: 36%;
}
.modals .content .item .text_msg {
	color: #FFFFFF;
	font-size: 12px;
}
.modals .content .item .img {
	width: 60px;
}
.modals .content .item .text {
	min-width: calc(100% - 80px)!important;
}
.modals .content .item:nth-child(3),
.modals .content .item:nth-child(4) {
	margin: 0;
}
.modals .company_name {
	color: #333333;
	font-size: 20px;
	margin-bottom: 30px;
}
.modals .little_text {
	color: #656565;
	font-size: 16px;
	margin-bottom: 10px;
}
.modals .little_text:last-child {
	margin-bottom: 0;
}