* {
	margin: 0;
	padding: 0;
}

.contact {
	min-width: 1300px;
	/* height: 100%; */
	margin: 0 auto;
	position: relative;
}

.contact .head {
	width: 100%;
	height: 110px;
}

.contact .head .headList {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	padding-top: 20px;
	/* background-color: pink; */
	/* margin-left: 360px; */
}

.contact .head .headList img {
	width: 280px;
	height: 70px;
}

.contact .head .headList .headText {
	margin-left: 473px;
	margin-top: 10px;
	display: flex;
}

.contact .head .headList .headText img {
	width: 40px;
	height: 37px;
}

.contact .head .headList .headText p:nth-child(2) {
	color: #2562B3;
	font-size: 18px;
	font-weight: bold;
	font-family: "微软雅黑";
	margin-top: 10px;
	margin-left: 10px;
}

.contact .head .headList .headText p:nth-child(3) {
	color: #E7A006;
	font-size: 24px;
	font-weight: bold;
	margin-top: 5px;
	font-family: "微软雅黑";
}

.navigation {
	width: 100%;
	height: 60px;
	background-color: #2562B3;
	background-image: linear-gradient(to bottom, #2562B3, #1B4885);
}

.navigation .navigationList {
	display: flex;
	width: 970px;
	margin: 0 auto;
}

.navigation .navigationList p {
	width: 162px;
	text-align: center;
	margin-top: 20px;
	display: block;
	/* font-weight: bold; */
}
.navigation .navigationList p.active{
	font-weight: bold;
}
.navigation .navigationList p a {
	text-decoration: none;
	color: white;
	font-family: "微软雅黑";
	display: block;
}
.navigation .navigationList p .headLine.active{
	width: 100px;
	transition: 1s;
	/* height: 2px;
	background-color: white;
	float: left;
	margin-top: 5px;
	margin-left: 11px; */
}
.navigation .navigationList p .headLine{
	width: 0px;
	transition: 1s;
	height: 2px;
	background-color: white;
	margin-top: 5px;
	margin-left: 11px;
	display: block;
}
.navigation .navigationList p.active .headLine{
	width: 100px;
	transition: 1s;
	height: 2px;
	background-color: white;
	margin-top: 5px;
	margin-left: 11px;
	display: block;
}
.headBanner {
	width: 100%;
	/* height: 670px; */
}

.headBanner img {
	width: 100%;
	/* height: 670px; */
	display: block;
	margin: 0 auto;
}
.aboutUs {
	margin: 0 auto;
	min-width: 1300px;
	height: 550px;
	background-color: #f7fafd;
	/* background-image: url(../img/关于我们/关于我们背景.png); */
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	/* padding-top: 50px; */
}

.aboutUs .aboutUsTitle {
	width: 280px;
	height: 90px;
	/* position: absolute;
	left: 43.5%;
	top: 80px; */
	/* background-color: pink; */
	margin: 0 auto;
	padding-top: 50px;
	/* margin-top: -800px; */
	margin-bottom: 30px;
	/* margin-bottom: 2%; */
}

.aboutUs .aboutUsTitle .second {
	width: 100%;
	height: 20px;
	position: relative;
	margin-bottom: 10px;
}

.aboutUs .aboutUsTitle .second img {
	width: 100%;
	height: 100%;
}

.aboutUs .aboutUsTitle .second p {
	position: absolute;
	top: -8px;
	left: 90px;
	font-size: 25px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}

.aboutUs .aboutUsTitle p {
	text-align: center;
	font-size: 24px;
	font-family: Helvetica;
	font-weight: bold;
	color: #9e9e9e;
	line-height: 36px;
	/* opacity: 0.5; */
}
.aboutUsContent{
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	display: flex;
}
.aboutUsContent .left{
	width: 750px;
	height: 270px;
	border-right: 1px solid #999999;
	padding-top: 30px;
	overflow: hidden;
}
.aboutUsContent .left p{
	width: 629px;
	height: 188px;
	margin: 0 auto;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 34px;
}
.aboutUsContent .right{
	width: 400px;
	height: 300px;
	margin-left: 50px;
}
.aboutUsContent .right p{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 85px;
}
.aboutUsContent .right p span{
	font-size: 44px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 36px;
	margin-left: 10px;
	margin-right: 10px;
	background-image:linear-gradient(to bottom,#0BBAFB,#4285EC);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
}
.choose {
	margin: 0 auto;
	min-width: 1300px;
	height: 750px;
	/* background-image: url(../img/关于我们/关于我们背景.png); */
	/* background-repeat: no-repeat; */
	/* background-size:100% ; */
	position: relative;
	/* padding-top: 50px; */
}

#bg9 {
	width: 100%;
	height: 750px;
}

.choose .chooseTitle {
	width: 380px;
	height: 90px;
	/* position: absolute;
	left: 43.5%;
	top: 80px; */
	/* background-color: pink; */
	margin: 0 auto;
	margin-top: -650px;
	margin-bottom: 50px;
	/* margin-bottom: 2%; */
}

.choose .chooseTitle .second {
	width: 100%;
	height: 20px;
	position: relative;
	margin-bottom: 10px;
}

.choose .chooseTitle .second img {
	width: 100%;
	height: 100%;
}

.choose .chooseTitle .second p {
	position: absolute;
	top: -10px;
	left: 105px;
	font-size: 25px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ffffff;
}

.choose .chooseTitle p {
	text-align: center;
	font-size: 24px;
	font-family: Helvetica;
	font-weight: bold;
	color: #9e9e9e;
	line-height: 36px;
	/* opacity: 0.5; */
}
.choose .chooseContent{
	width: 1200px;
	height: 440px;
	margin: 0 auto;
	display: flex;
}
.choose .chooseContent .item{
	width: 380px;
	height: 440px;
	margin-right: 40px;
	background-color: white;
}
.choose .chooseContent .item:nth-child(2) .itemTitle img{
	width: 46px;
	height: 54px;
}
.choose .chooseContent .item:nth-child(3) .itemTitle img{
	width: 55px;
	height: 53px;
}
.choose .chooseContent .item:nth-last-child(1){
	margin-right: 0;
}
.choose .chooseContent .item .itemTitle{
	width: 380px;
	height: 200px;
	background-image: linear-gradient(to bottom,#2562B3,#1B4885);
}
.choose .chooseContent .item .itemTitle img{
	display: block;
	width: 68px;
	height: 54px;
	padding-top: 40px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.choose .chooseContent .item .itemTitle p{
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 29px;
	text-align: center;
}
.choose .chooseContent .item .itemContent{
	width: 305px;
	height: 160px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 30px;
}
.choose .chooseContent .item .itemContent p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
}
.glory {
	background-color: #f7fafd;
	margin: 0 auto;
	min-width: 1300px;
	height: 1000px;
	/* background-image: url(../img/关于我们/关于我们背景.png); */
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	/* padding-top: 50px; */
}

.glory .gloryTitle {
	width: 300px;
	height: 90px;
	/* position: absolute;
	left: 43.5%;
	top: 80px; */
	/* background-color: pink; */
	margin: 0 auto;
	padding-top: 50px;
	/* margin-top: -800px; */
	margin-bottom: 30px;
	/* margin-bottom: 2%; */
}

.glory .gloryTitle .second {
	width: 100%;
	height: 20px;
	position: relative;
	margin-bottom: 10px;
}

.glory .gloryTitle .second img {
	width: 100%;
	height: 100%;
}

.glory .gloryTitle .second p {
	position: absolute;
	top: -8px;
	left: 100px;
	font-size: 25px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}

.glory .gloryTitle p {
	text-align: center;
	font-size: 24px;
	font-family: Helvetica;
	font-weight: bold;
	color: #9e9e9e;
	line-height: 36px;
	/* opacity: 0.5; */
}
.glory .gloryContent{
	width: 1200px;
	height:800px ;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.glory .gloryContent .item{
	width: 575px;
	height: 360px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.glory .gloryContent .item:nth-child(2n){
	margin-left: 50px;
}
.glory .gloryContent .item img{
	width: 575px;
	height: 300px;
}
.glory .gloryContent .item .itemText{
	width: 575px;
	height: 60px;
	background-color: white;
	text-align: center;
}
.glory .gloryContent .item .itemText p{
	font-size: 18px;
	padding-top: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 29px;
}
.back{
	width: 100%;
	height: 90px;
	background-color: #ecf0f6;
}
.back .backContent{
	width: 1200px;
	height: 90px;
	margin: 0 auto;
	display: flex;
}
.back .backContent .backBg{
	width: 84px;
	height: 90px;
	background-image: linear-gradient(to bottom,#2562B3,#1B4885);
}
.back .backContent .backBg img{
	width: 27px;
	height: 27px;
	display: block;
	padding-top: 30px;
	margin: 0 auto;
}
.back .backContent p:nth-child(2){
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2562B3;
	line-height: 18px;
	margin-top: 36px;
	margin-left: 20px;
}
.back .backContent p:nth-child(2) a{
	text-decoration: none;
	color: #1B4885;
}
.back .backContent p:nth-child(3){
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 18px;
	margin-top: 36px;
	margin-left: 5px;
}
.tips {
	width: 100%;
	height: 60px;
	background-color: #2561b0;
}

.tips .tipList {
	/* width: 300px; */
	width: 100% !important;
	height: 45px;
	margin: 0 auto;
}

.tips .tipList .swiper {
	/* width: 300px; */
	width: 100% !important;
	height: 60px;
}

.tips .tipList .swiper .swiper-container {
	/* width: 300px; */
	width: 100% !important;
	height: 60px;
}

.tips .tipList p {
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 18px;
}

.footer {
	margin: 0 auto;
	min-width: 1300px;
	height: 390px;
	/* background-image: url(../img/关于我们/关于我们背景.png); */
	/* background-repeat: no-repeat; */
	/* background-size:100% ; */
	position: relative;
	/* padding-top: 50px; */

}
.footer img{
	width: 100%;
	height: 390px;
}
.footer .footerContent{
	width: 1200px;
	margin: 0 auto;
	margin-top: -310px;
	display: flex;
}
.footer .footerContent .left{
	width: 610px;
	height: 290px;
	position: relative;
	/* background-color: pink; */
	text-align: center;
	margin-top: -20px;
}
.footer .footerContent .left img{
	width: 240px;
	height: 65px;
	margin-bottom: 10px;
}
.footer .footerContent .left p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 31px;
}
.footer .footerContent .left p a{
	text-decoration: none;
	color: white;
}
.footer .footerContent .right{
	width: 500px;
}
.footer .footerContent .right p:nth-child(1){
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
	margin-bottom: 20px;
}
.footer .footerContent .right .code{
	width: 255px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer .footerContent .right .code img{
	width: 107px;
	height: 108px;
}
.footer .footerContent .right .code img:nth-child(2){
	margin-left: 30px;
}
.footer .footerContent .right p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
}