html {
	margin: auto;
	overflow-x: hidden;
	min-width: 1366px;
	/* text-align: justify; */
}

body {}

.bannerBox {
	height: 800px;
	background-image: url(../img/47.png);
	overflow: hidden;
}

.bannerBoximg1 {
	width: 916px;
	left: -150%;
	top: 209px;
	transition: all 2s;
	z-index: 2;
}

.bannerBoximg1animeta {
	left: 0;
}

.bannerBoximg2 {
	height: 396px;
	z-index: 5;
	top: 510px;
	right: 0;
}

.bannerBoximg3 {
	width: 416px;
	right: 0;
	top: 650px;
	transition: all 2s;
	z-index: 2;
}

.bannerBoximg3animeta {
	top: 147px;
}

.sectionTitle {
	font-size: 60px;
	color: #333333;
	font-weight: bold;
	display: inline-block;

}

.sectionTitle .fbts {
	color: #fe6e26;
}

.sectionTitle .brand {
	vertical-align: top;
	font-size: 20px;
}

.sectionTitle::before,
.sectionTitle::after {
	content: '';
	position: absolute;
	width: 128px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../img/2.png);
	top: 50%;
	transform: translateY(-50%);
}

.sectionTitle::before {
	left: -150px;
}

.sectionTitle::after {
	right: -150px;

	transform: rotate(180deg) translateY(50%);
}

.titlebottomimg {
	height: 26px;
	margin-top: 20px;
}

.section1 {
	padding-top: 60px;
	padding-bottom: 75px;
	background-color: #f5f5f5;
}

.section1Content {
	align-items: flex-end;
	margin-top: 30px;
	margin-bottom: 40px;
}

.section1Contentlimg {
	height: 276px;
}

.section1Contentrbox {
	width: 890px;
	height: 273px;
	background-image: url(../img/5.png);
	margin-bottom: -10px;
	padding: 23px 24px 12px 63px;
	align-items: flex-start;
}

.section1Contentrboxlimg {
	width: 234px;
	margin-right: 30px;
}

.section1Contentrboxrdoc {
	width: 550px;
	font-size: 20px;
	color: #333333;
}

.section1ContentrboxrdocText {
	font-size: 20px;
	text-align: justify;
	color: #333333;
}

.section1ContentrboxrdocText span {
	font-weight: bold;
}

.section1ContentrboxBtn {
	width: 210px;
	height: 44px;
	background-image: linear-gradient(0deg,
			#ff9129 0%,
			#ff6700 100%);
	border-radius: 21px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 21px;
	color: #ffffff;
	cursor: pointer;
}

.section1ContentrboxBtnimg {
	width: 21px;
	margin-right: 3px;
}

.zsbox {
	width: 592px;
	height: 71px;
	background-image: linear-gradient(90deg,
			#fff8de 0%,
			#ffffff 88%,
			#fff8de 100%);
	box-shadow: 3px 3px 6px 0px rgba(153, 153, 153, 0.15);
	border-radius: 8px;
	padding: 18px;
	background-image: url(../img/8.png);
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zsbox img {
	height: 34px;
	margin-right: 8px;
}

.zsboxx img {
	height: 24px;
}

.zsboxBtn {
	width: 121px;
	height: 40px;
	background-image: linear-gradient(96deg,
			#ff9129 0%,
			#ff6700 100%);
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color: #ffffff;
	margin-left: 20px;
	cursor: pointer;
}

.zsboxtext {
	font-size: 24px;
	color: #333333;
}

.section2 {
	padding: 70px 0;
	background-image: url(../img/11.png);
}

.section2Box {
	align-items: flex-start;
	flex-wrap: wrap;
}

.section2Item {
	width: 300px;
	height: 443px;
	background-image: linear-gradient(-58deg,
			#0242a6 44%,
			#0e69cb 100%);
	cursor: pointer;
}

.section2Itembg {
	width: 100%;
}

.section2Itembgtext {
	position: absolute;
	width: 100%;
	height: 370px;
	background-image: url(../img/s9.png);
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 15px;
	text-align: center;
	font-size: 22px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section2ItemMzi {
	padding-top: 115px;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
}

.section2Item:hover .section2ItemMzi {
	display: none;
}

.section2ItemMzi img {
	width: 143px;
	height: 143px;
	margin-bottom: 50px;
}

.section2ItemMziNames {
	font-size: 48px;
	color: #ffffff;
	text-align: center;
}

.section2ItemMziNames span {
	font-size: 70px;
}

.section3 {
	padding-top: 70px;
}

.section3content {
	padding-top: 40px;
}

.section3title {
	font-size: 30px;
	color: #002f6c;
	font-weight: bold;
	padding-left: 16px;
	position: relative;
}

.section3title::before {
	content: '';
	width: 3px;
	height: 29px;
	background-color: #fe6e26;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.section3title1 {
	margin-top: 15px;
	font-size: 24px;
	color: #333333;
	margin-bottom: 30px;
}

.section3Btn {
	width: 500px;
	height: 54px;
	background-image: linear-gradient(96deg,
			#ff9129 0%,
			#ff6700 100%);
	border-radius: 27px;
	text-align: center;
	line-height: 54px;
	font-size: 28px;
	color: #ffffff;
	margin-top: 40px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section4 {
	padding-top: 70px;
	margin-bottom: 70px;
}

.section4sectionimg {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 50px;
}

.sweper1box {
	width: 1200px;
	height: 659px;
	background-color: #666666;
	border-radius: 8px;
	overflow: hidden;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper1ItemBox {
	position: relative;
	z-index: 1;
	height: 100%;
}

.swiper1ItemBox::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
}

.swiper1ItemBoxCont {
	position: relative;
	z-index: 5;
	padding: 0 48px;
	color: #ffffff;
	height: 100%;
}

.swiper1title {
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	margin-top: 50px;
}

.swiper1title::before,
.swiper1title::after {
	content: '';
	position: absolute;
	width: 17px;
	height: 30px;
	background-image: url(../img/14.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: 50%;
	transform: translateY(-40%);
}

.swiper1title::before {
	left: -30px;
	transform: translateY(-40%) rotate(180deg);

}

.swiper1title::after {
	right: -30px;
}

.swiper1title1 {
	padding-left: 20px;
	margin-top: 70px;
}

.swiper1title1::before {
	content: '';
	position: absolute;
	width: 3px;
	height: 69px;
	background-color: #ff9028;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.swiper1title1one {
	font-size: 36px;
	font-weight: bold;
}

.swiper1title1two {
	font-size: 24px;
}

.swiper1textcontent {
	margin-top: 25px;
	font-size: 24px;
	line-height: 36px;
}

.swiper1ItemBoxContBtns {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	z-index: 6;
	margin: 0 48px;
}

.swiper1ItemBoxContBtnitems {
	width: 350px;
	height: 200px;
	background-color: #ffffff;
	border-radius: 8px;
	cursor: pointer;
	/* border: solid 2px rgba(0, 0, 0, 0); */
	overflow: hidden;
	position: relative;
}

.swiper1ItemBoxContBtnitems:hover,
.selectswiper1ItemBoxContBtnitems {
	border: solid 2px #ff9028;
}

.swiper1ItemBoxContBtnitemstext {
	width: 304px;
	height: 62px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-image: url(../img/15.png);
	text-align: center;
	line-height: 62px;
	font-size: 36px;
	color: #ffffff;
}

/* .swiper1{
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	z-index: 6;
	margin: 0 48px;
	overflow: hidden;
} */
.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background-color: #333333 !important;
	border: solid 1px #ffffff !important;
	opacity: 1 !important;
}

.swiper-pagination-bullet-active {
	background-color: #ffffff !important;
}

.section5 {
	padding-top: 57px;
	background-image: url(../img/16.png);
	padding-bottom: 50px;
}

.section5t1 {
	margin-top: 40px;
	line-height: 36px;
	margin-bottom: 30px;
	font-size: 24px;
	color: #333333;
}

.swiper2 {
	overflow: hidden;
}

.swiper2 .swiper-pagination-bullet-active {
	background-color: #ffffff !important;
	border: solid 1px #999999 !important;
}

.section5t2 {
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 40px;
	margin-bottom: 30px;
}

.section6 {
	padding-top: 70px;
	padding-bottom: 50px;
}

.section6titles {
	margin-top: 65px;
	margin-bottom: 30px;
	font-size: 36px;
	color: #333333;
	font-weight: bold;

}


.section6Box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.section6Item {
	width: 294px;
	height: 476px;
	background-color: #ffffff;
	box-shadow: 6px 2px 10px 0px rgba(153, 153, 153, 0.1);
	border-radius: 8px;
	border: solid 0px #ffffff;
	margin-bottom: 14px;
	padding: 0 20px;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
}

.section6Itemname {
	min-height: 52px;
	font-size: 19px;
	color: #ff7811;
	font-weight: bold;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.section6Itemname span {
	font-size: 16px;
}

.section6Itemtext {
	color: #666666;
	text-align: justify;
}

.section6Itembtn {
	position: absolute;
	width: 294px;
	height: 50px;
	background-color: #ff7811;
	border: solid 0px #ffffff;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
	line-height: 50px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section7 {
	background-image: url(../img/20.png);
	padding: 70px 0;
}

.section7titles {
	margin-top: 65px;
	text-align: center;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 40px;
}

.section7text {
	font-size: 23px;
	line-height: 36px;
	color: #333333;
}

.section7text .section7textspan {
	color: #fe6e26;
}

.section7Box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 45px;
}

.section7Item {
	width: 392px;
	height: 500px;
	background-color: #ffffff;
	box-shadow: 6px 2px 10px 0px rgba(153, 153, 153, 0.1);
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
}

.section7Itemtop {
	height: 190px;
	position: relative;
}

.section7Itemname {
	width: 391px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 60px;
	font-size: 40px;
	letter-spacing: 3px;
	color: #ffffff;
	font-weight: bold;
}

.section7Itemtext {
	padding: 20px;
	font-size: 20px;
	color: #333333;
	height: 255px;
	text-align: justify;
}

.section7ItemBtn {
	width: 160px;
	height: 40px;
	background-color: #fe6e26;
	border-radius: 20px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.section7Btn {
	width: 389px;
	height: 54px;
	background-image: linear-gradient(96deg,
			#ff9129 0%,
			#ff6700 100%);
	border-radius: 27px;
	cursor: pointer;
	font-size: 28px;
	color: #ffffff;
	line-height: 54px;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section8 {
	padding: 50px 0;
}

.section8box {
	margin-top: 50px;
	width: 1200px;
	height: 306px;
	background-color: #ffffff;
	box-shadow: 6px 2px 18px 0px rgba(102, 102, 102, 0.1);
	border-radius: 8px;
	padding: 40px 110px;
}

.section8Item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.section8Iteml {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.section8Itemy {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 111px;
	height: 48px;
	border-radius: 8px;
	border: solid 1px #ff700a;
	font-size: 26px;
	color: #fe6e26;
	margin-right: 30px;
}

.section8Itemy img {
	height: 27px;
	margin-right: 5px;
}

.section8Itemt {
	font-size: 24px;
	color: #333333;
}

.section8Itembtn {
	width: 180px;
	height: 40px;
	background-image: linear-gradient(0deg,
			#ff6700 0%,
			#ff9129 100%);
	border-radius: 20px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.section9 {
	padding: 70px 0;
	background-image: url(../img/28.png);
}

.section9 .sectionTitle,
.section12 .sectionTitle {
	color: #ffffff;
}

.section9 .sectionTitle::before,
.section9 .sectionTitle::after,
.section12 .sectionTitle::before,
.section12 .sectionTitle::after {
	background-image: url(../img/29.png);
}

.section9Title {
	margin-top: 35px;
	margin-bottom: 45px;
	font-size: 24px;
	color: #ffffff;
	line-height: 36px;
}

.section9box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.section9item {
	width: 357px;
	height: 472px;
	background-color: #999999;
	border-radius: 8px;
}

.section9item img {
	width: 100%;
	height: 100%;
}

.section9itemBtn {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../img/34.png);
	width: 292px;
	height: 192px;
	bottom: -25px;
	right: -25px;
	padding-right: 30px;
}

.section9itemBtntip {
	text-align: right;
	height: 122px;
	font-size: 28px;
	color: #ffffff;
	line-height: 36px;
	padding-top: 34px;
}

.section9itemBtntetx {
	height: 70px;
	font-size: 24px;
	color: #fe6e26;
	font-weight: bold;
	cursor: pointer;
	text-align: right;
	line-height: 70px;
}

.section10,
.section11 {
	padding: 70px 0;
}

.section10Title {
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 36px;
	color: #333333;
	line-height: 48px;
}

.section10Btn,
.section11Btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	height: 40px;
	background-image: linear-gradient(0deg,
			#ff6700 0%,
			#ff9129 100%);
	border-radius: 20px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	bottom: 41px;
	z-index: 2;
}

.section11Btn {
	width: 265px;
}

.section11 {
	background-image: url(../img/37.png);
}

.section12 {
	padding-top: 78px;
	padding-bottom: 150px;
	background-image: url(../img/38.png);
}

.section12Cont {
	width: 1200px;
	height: 363px;
	background-color: #ffffff;
	border-radius: 8px;
	padding: 30px 65px;
	position: relative;
	margin-top: 40px;
	display: flex;
	justify-content: flex-start;
	position: relative;
}

.section12Cont::after {
	content: '';
	position: absolute;
	height: 80px;
	width: 125px;
	border-right: 5px solid #fe6e26;
	border-top: 5px solid #fe6e26;
	right: 60px;
	top: 20px;
}

.section12Contphoto {
	width: 210px;
	height: 277px;
	background-color: #eaeaea;
	margin-right: 50px;
	position: relative;
}

.section12Contphoto img {
	height: 100%;
	width: 100%;
	background-color: #eaeaea;
	border: solid 1px #fe6e26;
	margin-left: 22px;
	position: absolute;
	top: 22px;
	/* bottom: 0; */
}

.section12Conttext {
	width: 810px;
}

.section12names {
	font-size: 24px;
	color: #333333;
	margin-bottom: 25px;
	/* margin-top: 20px; */
}

.section12field {
	font-size: 20px;
	color: #ff700a;
	margin-bottom: 20px;
}

.section12introduce {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
	height: 150px;
}

.swiper3Box {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.swiper3Box .swiper3 {
	width: 1080px;
	overflow: hidden;
}

.swiper3Btn {
	width: 36px;
	height: 114px;
	cursor: pointer;
}

.swiper3rotate {
	transform: rotate(180deg);
}

.teamItem {
	width: 200px;
	height: 114px;
	background-color: #eaeaea;
	border-radius: 4px;
	cursor: pointer;
	padding-left: 20px;
	padding-top: 4px;
	position: relative;
}

.teamItem img {
	width: 110px;
}

.teamItemname {
	position: absolute;
	font-size: 20px;
	color: #333333;
	top: 35px;
	right: 30px;
}

#cfaapp span.regicons {
	/* transform: scale(0.7); */
	vertical-align: super;
	font-size: 0.5em;
}

/***********************************************************************************************************************************/
.section {
	transform: translateY(30px);
	opacity: 0;
	transition: all 2s;
}

.normal {
	transform: translateY(0);
	opacity: 1;
}

.section12Btns {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.section12Btn {
	padding: 5px 30px;
	width: 256px;
	background-image: linear-gradient(96deg, #ff9129 0%, #ff6700 100%);
	border-radius: 27px;
	cursor: pointer;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
}
.bannerBtn{
	position: absolute;
	z-index: 55;
	width: 260px;
	height: 54px;
	background-image: linear-gradient(96deg, #ff9129 0%, #ff6700 100%);
	border-radius: 27px;
	text-align: center;
	line-height: 54px;
	font-size: 28px;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	left: -150%;transition: all 2s;
	transform: translateX(-140%);
	bottom: 100px;
}
.bannerBtnAnimetion {
	left: 50%;
}