@charset "utf-8";
/*------------------------------------------------------------
	首页
------------------------------------------------------------*/
#main .banner {
	margin-bottom: 72px;
}

#main .banner .swiper-container {
	width: 100%;
}

#main .banner .swiper-container .swiper-slide {
	height: 540px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#main .aboutBox .imgBox {
	margin: 0 auto;
	width: 1020px;
}

#main .aboutBox .imgBox .photo {
	width: 478px;
	float: right;
}

#main .aboutBox .imgBox .photo img {
	width: 100%;
	height: auto;
}

#main .aboutBox .imgBox .textBox {
	width: 485px;
	float: left;
}

#main .aboutBox .imgBox .textBox p {
	margin-bottom: 18px;
	font-size: 15px;
	line-height: 1.45;
}

#main .aboutBox .imgBox .textBox p:last-child {
	margin-bottom: 0;
}

#main .aboutBox .imgBox .textBox p span {
	font-weight: bold;
}

#main .aboutBox {
	margin-bottom: 80px;
}

#main .introductionBox {
	padding-bottom: 100px;
}

#main .introductionBox .headLine01 {
	margin-bottom: 29px;
}

#main .introductionBox .subBox {
	margin: 0 auto;
	width: 1200px;
	position: relative;
	background: url('../img/index/bg.png') no-repeat center bottom;
}

#main .introductionBox .subBox .phoneBox {
	margin: 0 auto;
	width: 406px;
	height: 777px;
	overflow: hidden;
}

/* #main .introductionBox .subBox .phoneBox img {
	transition: all 0.4s;
} */

#main .introductionBox .subBox .noteBox {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}

#main .introductionBox .subBox .noteBoxRight {
	right: 0;
	top: 0;
}

#main .introductionBox .subBox .noteBox .imageBox {
	margin-left: 24px;
	width: 80px;
	height: 80px;
	overflow: hidden;
	position: relative;
}

#main .introductionBox .subBox .noteBoxRight .imageBox {
	margin: 0 24px 0 0;
}

#main .introductionBox .subBox .noteBox .imageBox img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.4s;
}

#main .introductionBox .subBox .noteBox .imageBox .on {
	opacity: 0;
}

#main .introductionBox .subBox .noteBox.current .imageBox .off {
	opacity: 0;
}

#main .introductionBox .subBox .noteBox.current .imageBox .on {
	opacity: 1;
}

#main .introductionBox .subBox .noteBox .text {
	color: #444;
	font-size: 16px;
	text-align: right;
}

#main .introductionBox .subBox .noteBoxRight .text {
	text-align: left;
}

#main .introductionBox .subBox .noteBox01 {
	left: 36px;
	top: 258px;
}

#main .introductionBox .subBox .noteBox02 {
	left: 30px;
	top: 405px;
}

#main .introductionBox .subBox .noteBox03 {
	right: 56px;
	top: 200px;
}

#main .introductionBox .subBox .noteBox04 {
	right: -26px;
	top: 330px;
}

#main .introductionBox .subBox .noteBox05 {
	right: 112px;
	top: 470px;
}

#main .imgBox .textBox .textInner .title {
	margin-bottom: 6px;
	font-size: 22px;
	font-weight: bold;
}

#main .imgBox .textBox .textInner .note {
	margin-bottom: 7px;
	color: #cc3333;
	font-size: 16px;
}

#main .imgBox .textBox .textInner .enText {
	margin-bottom: 15px;
	color: #c6c6c6;
	font-size: 14px;
	letter-spacing: 0.5px;
}

#main .imgBox .textBox .textInner .enText span {
	padding-bottom: 10px;
	display: inline-block;
	border-bottom: 1px solid #c0c0c0;
}

#main .imgBox .textBox .textInner .text {
	font-size: 16px;
	line-height: 1.4;
}

#main .introductionBox .imgBox .textBox .textInner{
	margin-bottom: 44px;
}

#main .imgBox .textBox .btn {
	width: 162px;
}

#main .imgBox .textBox .btn a {
	width: 100%;
	display: block;
	box-sizing: border-box;
	transition: all 0.5s;
	background: #d60211 url('../img/common/app_dowlond.png') no-repeat left 10px center;
	border: 2px solid #d60211;
}

#main .imgBox .textBox .btn a:hover {
	text-decoration: none;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
	background-image: url('../img/common/app_dowlond_hover.png');
	border-color: #fff;
	background-color: #fff;
}

#main .imgBox .textBox .btn a span {
	margin-left: 44px;
	padding: 9px 0;
	display: block;
	color: #d60211;
	font-size: 16px;
	text-align: center;
	transition: all 0.5s;
	background-color: #fff;
}

#main .imgBox .textBox .btn a:hover span {
	color: #fff;
	background-color: #d60211;
}

#main .successBox .headLine01 {
	margin-bottom: 26px;
}

#main .successBox .centerTxt {
	margin-bottom: 36px;
	font-size: 16px;
	text-align: center;
}

#main .successBox .picList {
	margin: -3px 0 9px;
}

#main .successBox .picList li {
	margin: 3px 0.32% 0 0;
	width: 14%;
	height: auto;
	float: left;
}

#main .successBox .picList li:nth-child(7n) {
	margin-right: 0;
}

#main .successBox .picList li img {
	width: 100%;
	height: auto;
}

#main .successBox .btmBox {
	height: 173px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fcfafc;
}

#main .successBox .btmBox .noteList {
	text-align: center;
}

#main .successBox .btmBox .noteList li {
	margin: 0 44px;
	display: inline-block;
}

#main .successBox .btmBox .noteList li .text {
	display: block;
	color: #2f2f2f;
	font-size: 15px;
}

#main .successBox .btmBox .noteList li .note {
	margin-bottom: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#main .successBox .btmBox .noteList li .note img {
	display: block;
}

#main .successBox .btmBox .noteList li .note .txt {
	margin-left: 7px;
	display: block;
	color: #2f2f2f;
	font-size: 29px;
	font-weight: bold;
}

#main .successBox {
	margin-bottom: 46px;
}

#main .cloudBox .headLine01 {
	margin-bottom: 16px;
}

#main .cloudBox .imgBox {
	margin: 0 auto;
	width: 1074px;
}

#main .cloudBox .imgBox .photo {
	float: left;
}

#main .cloudBox .imgBox .textBox {
	padding: 155px 22px 0 0;
	width: 452px;
	float: right;
}

#main .cloudBox .imgBox .textBox .textInner .note {
	font-size: 18px;
}

#main .cloudBox .imgBox .textBox .textInner .enText span {
	display: block;
}

#main .cloudBox .imgBox .textBox .textInner {
	margin-bottom: 30px;
}

#main .cloudBox {
	margin-bottom: 28px;
}

#main .newsBox .headLine01 {
	margin-bottom: 26px;	
}

#main .newsBox .centerTxt {
	margin-bottom: 34px;
	font-size: 16px;
	text-align: center;
}

#main .newsBox .newsList {
	margin: 0 auto;
	width: 1200px;
}

#main .newsBox .newsList li {
	margin-right: 21px;
	width: 347px;
	float: left;
}

#main .newsBox .newsList li:nth-child(4) {
	margin-right: 0;
}

#main .newsBox .newsList li .imgBox .dateBox {
	margin-right: 8px;
	padding: 14px 7px;
	width: 64px;
	float: left;
	text-align: center;
	box-sizing: border-box;
	border: 2px solid #3d3d3d;
}

#main .newsBox .newsList li .imgBox .dateBox .text {
	color: #797777;
	font-size: 20px;
}

#main .newsBox .newsList li .imgBox .dateBox .text .txt {
	display: block;
	color: #3d3d3d;
	font-size: 26px;
	line-height: 1.2;
	border-bottom: 2px solid #3d3d3d;
}

#main .newsBox .newsList li .imgBox .imgArea {
	width: 275px;
	float: right;
}

#main .newsBox .newsList li .imgBox .imgArea .photo {
	margin-bottom: 25px;
}

#main .newsBox .newsList li .imgBox .imgArea .title {
	margin-bottom: 5px;
	color: #121212;
	font-size: 16px;
	font-weight: bold;
}

#main .newsBox .newsList li .imgBox .imgArea .noteList li {
	margin-right: 10px;
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
}

#main .newsBox .newsList li .imgBox .imgArea .noteList li:nth-child(3n) {
	margin-right: 0;
}

#main .newsBox .newsList li .imgBox .imgArea .noteList li img,
#main .newsBox .newsList li .imgBox .imgArea .noteList li .txt {
	display: inline-block;
	vertical-align: middle;
}

#main .newsBox .newsList li .imgBox .imgArea .noteList li .txt {
	margin-left: 3px;
	color: #9b9b9b;
	font-size: 14px;
}

#main .newsBox .newsList li .imgBox .imgArea .noteList {
	margin-bottom: 15px;
}

#main .newsBox .newsList li .imgBox .imgArea .content {
	margin-bottom: 43px;
	color: #000000;
	font-size: 14px;
	line-height: 1.1;
}

#main .newsBox .newsList li .imgBox .imgArea .btn span {
	padding: 5px 0;
	width: 136px;
	display: inline-block;
	color: #393939;
	font-size: 16px;
	text-align: center;
	border-radius: 20px;
	transition: all 0.4s;
	background-color: #f5f5f5;
}

#main .newsBox .newsList li a {
	display: block;
}

#main .newsBox .newsList li a .imgBox .imgArea {
	padding-bottom: 81px;
	transition: all 0.4s;
	border-bottom: 5px solid #fff;
}

#main .newsBox .newsList li a:hover .imgBox .imgArea {
	border-bottom-color: #da1618;
}

#main .newsBox .newsList li a:hover .imgBox .imgArea .btn span {
	color: #fff;
	background-color: #da1618;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .linkBox {
		margin: 0 12px 29px;
		padding-top: 94px;
		height: 459px;
		box-sizing: border-box;
		border-radius: 14px;
		background: url('../img/index/sp_app_bg.png') no-repeat center center;
		background-size: cover;
	}

	#main .linkBox .logo {
		margin: 0 auto 55px;
		width: 72px;
	}

	#main .linkBox .logo img {
		width: 100%;
	}

	#main .linkBox .title {
		margin-bottom: 60px;
		color: #fff;
		font-size: 26px;
		font-weight: bold;
		text-align: center;
	}

	#main .linkBox .title span {
		display: block;
		font-size: 17px;
		font-weight: normal;
		line-height: 1.4;
	}

	#main .linkBox .btn {
		margin: 0 auto;
		width: 191px;
	}

	#main .linkBox .btn a {
		padding: 8px 0;
		display: block;
		color: #ef3731;
		font-size: 20px;
		text-align: center;
		border-radius: 30px;
		background-color: #fff;
	}

	#main .linkBox .btn a:hover {
		text-decoration: none;
	}

	#main .appBox .itemUl {
		margin-bottom: 22px;
		padding: 10px 20px;
		width: 100%;
		box-sizing: border-box;
	}

	#main .appBox .itemUl .swiper-slide {
		width: 103px !important;
		text-align: center;
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
		border-radius: 8px;
		background-color: #fff;
	}

	#main .appBox .itemUl .swiper-slide a {
		padding: 19px 0 21px;
		display: block;
	}
	
	#main .appBox .itemUl .swiper-slide a:hover {
		text-decoration: none;
	}

	#main .appBox .itemUl .swiper-slide .ttl {
		margin-bottom: 11px;
		display: block;
		color: #9b9b9b;
		font-size: 12px;
		transform: scale(0.8);
	}

	#main .appBox .itemUl .swiper-slide .image img {
		width: 57px;
		height: auto;
	}

	#main .appBox .swiper-scrollbar {
		margin-left: -20px;
		width: 41px;
		height: 3px;
		left: 50%;
		bottom: 7px;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
		background-color: #fff;
	}

	#main .appBox {
		margin-bottom: 17px;
	}

	#main .aboutBox .headLine01 {
		margin-bottom: 17px;
	}
	
	#main .aboutBox .imgBox {
		width: auto;
	}
	
	#main .aboutBox .imgBox .photo {
		width: auto;
		float: none;
	}
	
	#main .aboutBox .imgBox .textBox {
		margin-bottom: 41px;
		padding: 0 25px;
		width: auto;
		float: none;
	}

	#main .aboutBox .imgBox .textBox .headLine02 {
		display: none;
	}
	
	#main .aboutBox .imgBox .textBox p {
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 1.51;
	}
	
	#main .aboutBox {
		margin-bottom: 43px;
	}
	
	#main .imgBox .textBox .textInner .title {
		margin-bottom: 2px;
		font-size: 16px;
		text-align: center;
	}

	#main .imgBox .textBox .textInner .note {
		margin-bottom: 2px;
		font-size: 12px;
		text-align: center;
	}

	#main .imgBox .textBox .textInner .enText {
		margin-bottom: 10px;
		font-size: 10px;
		letter-spacing: 0;
		text-align: center;
	}

	#main .imgBox .textBox .textInner .enText span {
		padding-bottom: 4px;
		display: block;
	}

	#main .imgBox .textBox .textInner .text {
		font-size: 12px;
		text-align: center;
	}

	#main .imgBox .textBox .btn {
		margin: 0 auto;
		width: 134px;
	}

	#main .imgBox .textBox .btn a {
		background: #d60211 url('../img/common/app_dowlond.png') no-repeat left 8px center;
		background-size: 20px auto;
		border: 1px solid #d60211;
	}

	#main .imgBox .textBox .btn a:hover {
		box-shadow: none;
		background-image: url('../img/common/app_dowlond.png');
		border-color: #d60211;
		background-color: #d60211;
	}

	#main .imgBox .textBox .btn a span {
		margin-left: 37px;
		padding: 9px 0;
		font-size: 13px;
		text-align: center;
	}

	#main .imgBox .textBox .btn a:hover span {
		color: #d60211;
		background-color: #fff;
	}
	
	#main .successBox .headLine01 {
		margin-bottom: 12px;
	}
	
	#main .successBox .centerTxt {
		margin-bottom: 15px;
		font-size: 12px;
		line-height: 1.8;
	}

	#main .successBox .centerTxt span {
		display: none;
	}
	
	#main .successBox .picList {
		margin: -4px 6px 0;
	}
	
	#main .successBox .picList li {
		margin: 4px 2% 0 0;
		width: 32%;
	}
	
	#main .successBox .picList li:nth-child(5n) {
		margin-right: 0;
	}
	
	#main .successBox .btmBox {
		padding-bottom: 15px;
		height: auto;
	}
	
	#main .successBox .btmBox .noteList {
		margin-top: -30px;
		padding: 19px 10% 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	#main .successBox .btmBox .noteList li {
		margin: 30px 0 0;
		display: block;
		width: 50%;
	}
	
	#main .successBox .btmBox .noteList li .text {
		font-size: 12px;
		transform: scale(0.8);
	}
	
	#main .successBox .btmBox .noteList li .note {
		margin-bottom: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	#main .successBox .btmBox .noteList li .note img {
		height: auto;
		width: 26px;
	}
	
	#main .successBox .btmBox .noteList li .note .txt {
		margin-left: 7px;
		font-size: 20px;
		line-height: 1;
	}
	
	#main .successBox {
		margin-bottom: 29px;
	}
	
	#main .cloudBox .headLine01 {
		margin-bottom: 0;
	}
	
	#main .cloudBox .imgBox {
		margin: 0 auto;
		width: auto;
	}
	
	#main .cloudBox .imgBox .photo {
		float: none;
	}

	#main .cloudBox .imgBox .photo img {
		margin: 0 auto;
		width: 74%;
		height: auto;
	}
	
	#main .cloudBox .imgBox .textBox {
		margin-top: -3px;
		padding: 0;
		width: auto;
		float: none;
	}
	
	#main .cloudBox .imgBox .textBox .textInner .note {
		font-size: 12px;
	}
	
	#main .cloudBox .imgBox .textBox .textInner {
		margin-bottom: 25px;
		padding: 0 26px;
	}
	
	#main .cloudBox {
		margin-bottom: 45px;
	}
	
	#main .newsBox .headLine01 {
		margin-bottom: 18px;	
	}
	
	#main .newsBox .centerTxt {
		display: none;
	}
	
	#main .newsBox .newsList {
		padding: 0 11px;
		width: auto;
	}
	
	#main .newsBox .newsList li {
		margin: 0 0 19px;
		width: auto;
		float: none;
	}
	
	#main .newsBox .newsList li:nth-child(3n) {
		margin: 0 0 19px;
	}
	
	#main .newsBox .newsList li .imgBox .dateBox {
		display: none;
	}
	
	#main .newsBox .newsList li .imgBox .imgArea {
		width: auto;
		float: none;
	}
	
	#main .newsBox .newsList li .imgBox .imgArea .photo {
		margin: 0 17px 0 0;
		width: 156px;
		float: left;
	}

	#main .newsBox .newsList li .imgBox .imgArea .photo img {
		width: 100%;
		height: auto;
	}
	
	#main .newsBox .newsList li .imgBox .imgArea .title {
		margin-bottom: 5px;
		font-size: 15px;
		/* transform: scale(0.8); */
	}
	
	#main .newsBox .newsList li .imgBox .imgArea .noteList li {
		margin: 0;
		width: auto;
		float: none;
	}
	
	#main .newsBox .newsList li .imgBox .imgArea .noteList li:nth-child(3n) {
		margin-right: 0;
	}

	#main .newsBox .newsList li .imgBox .imgArea .noteList li img {
		height: 12px;
		width: auto;
	}
	
	#main .newsBox .newsList li .imgBox .imgArea .noteList li .txt {
		margin-left: 1px;
		font-size: 12px;
		/* transform: scale(0.6); */
	}
	
	#main .newsBox .newsList li .imgBox .imgArea .noteList {
		margin-bottom: 10px;
	}
	
	#main .newsBox .newsList li .imgBox .imgArea .content {
		margin-bottom: 0;
		font-size: 14px;
		/* transform: scale(0.6); */
	}
	
	#main .newsBox .newsList li .imgBox .imgArea .btn {
		display: none;
	}
	
	#main .newsBox .newsList li a .imgBox .imgArea {
		padding-bottom: 0;
		border-bottom: none;
	}
	
	#main .newsBox .newsList li a {
		display: block;
	}
	
	#main .newsBox .newsList li a:hover {
		text-decoration: none;
	}
}
