* {
	margin: 0;
	padding: 0;
}

body.active {
	position: relative;
	height: 100%;
	/*overflow: hidden;*/
}

.feedback1 {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: flex;
	display: none;
	align-items: center;
}

.feedback1 .feedbackList {
	width: 930px;
	height: 628px;
	margin: 0 auto;
	background-color: white;
	position: relative;
	padding-top: 30px;
}

.feedback1 .feedbackList .title {
	width: 290px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.feedback1 .feedbackList .title img {
	width: 160px;
	height: 42px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.feedback1 .feedbackList .title p {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.feedback1 .feedbackList .contentList {
	width: 700px;
	height: 220px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	/* background-color: pink; */
}

.feedback1 .feedbackList .contentList .item {
	width: 350px;
	height: 20px;
	display: flex;
	/* background-color: pink; */
}

.feedback1 .feedbackList .contentList .item p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.feedback1 .feedbackList .contentList .item p:nth-child(1) {
	margin-left: 100px;
}

.feedback1 .feedbackList .img {
	width: 700px;
	height: 160px;
	margin: 0 auto;
	margin-top: -10px;
	margin-bottom: 50px;
}

.feedback1 .feedbackList .img p {
	margin-left: 100px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom: 10px;
}

.feedback1 .feedbackList .img .imgList {
	width: 776px;
	height: 126px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.feedback1 .feedbackList .img .imgList img {
	width: 189px;
	height: 126px;
	border: 2px dashed #939393;
}

.feedback1 .feedbackList button {
	width: 120px;
	height: 38px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
	margin: 0 auto;
	background-image: linear-gradient(to bottom, #E77745, #A15331);
}

.feedback2 {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}

.feedback2 .feedbackList {
	width: 600px;
	height: 290px;
	margin: 0 auto;
	margin-top: 250px;
	background-color: white;
	position: relative;
	padding-top: 100px;
}

.feedback2 .feedbackList .title {
	width: 340px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.feedback2 .feedbackList .title img {
	width: 160px;
	height: 42px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.feedback2 .feedbackList .title p {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.feedback2 .feedbackList button {
	width: 120px;
	height: 38px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
	margin: 0 auto;
	background-image: linear-gradient(to bottom, #E77745, #A15331);
}

.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 .swiper {
	width: 100%;
}

.headBanner img {
	width: 100%;
	/* height: 670px; */
	display: block;
	margin: 0 auto;
}

.PriceInquiry {
	width: 100%;
	height: 352px;
	position: relative;
}

.PriceInquiry img:nth-child(1) {
	width: 100%;
	height: 352px;
}

.PriceInquiry .PriceContent {
	width: 1220px;
	height: 410px;
	margin: 0 auto;
	margin-top: -430px;
	position: relative;
	z-index: 20;
}

.PriceInquiry .PriceContent img:nth-child(1) {
	width: 1220px;
	height: 410px;
}

.PriceInquiry .PriceContent .PriceContentLeft {
	width: 490px;
	height: 340px;
	margin-top: -406px;
	margin-left: 10px;
	position: relative;
}

.PriceInquiry .PriceContent .PriceContentLeft img:nth-child(1) {
	width: 100%;
	height: 394px;
}

.PriceInquiry .PriceContent .PriceContentLeft .leftContent {
	position: absolute;
	top: 160px;
	left: 80px;
	display: flex;
}

.PriceInquiry .PriceContent .PriceContentLeft .leftContent img {
	width: 65px;
	height: 63px;
	margin-top: 10px;
}

.PriceInquiry .PriceContent .PriceContentLeft .leftContent .leftText {
	margin-left: 20px;
}

.PriceInquiry .PriceContent .PriceContentLeft .leftContent .leftText p:nth-child(1) {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 38px;
}

.PriceInquiry .PriceContent .PriceContentLeft .leftContent .leftText p:nth-child(2) {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFAF00;
	line-height: 34px;
}

.PriceInquiry .PriceContent .PriceContentRight {
	width: 615px;
	height: 340px;
	margin-top: -340px;
	margin-left: 480px;
	position: relative;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList1 {
	/* background-color: pink; */
	width: 87%;
	height: 260px;
	margin-left: 15%;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList1 .item {
	width: 220px;
	height: 50px;
	margin-right: 40px;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList1 .item .itemHead {
	display: flex;
	margin-bottom: 10px;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList1 .item .itemHead .orange {
	width: 5px;
	height: 16px;
	background: #EF8C00;
	border-radius: 3px;
	margin-top: 3px;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList1 .item .itemHead p {
	font-size: 16px;
	margin-left: 10px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList1 .item input {
	width: 210px;
	height: 42px;
	background: #FFFFFF;
	border: 1px solid #C6C6C6;
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.11);
	opacity: 0.83;
	border-radius: 5px;
	font-size: 15px;
	padding-left: 10px;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList2 {
	/* background-color: pink; */
	width: 87%;
	height: 260px;
	margin-left: 15%;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList2 .item {
	width: 220px;
	height: 50px;
	margin-right: 40px;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList2 .item .itemHead {
	display: flex;
	margin-bottom: 10px;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList2 .item .itemHead .orange {
	width: 5px;
	height: 16px;
	background: #EF8C00;
	border-radius: 3px;
	margin-top: 3px;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList2 .item .itemHead p {
	font-size: 16px;
	margin-left: 10px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList2 .item input {
	width: 210px;
	height: 42px;
	background: #FFFFFF;
	border: 1px solid #C6C6C6;
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.11);
	opacity: 0.83;
	border-radius: 5px;
	font-size: 15px;
	padding-left: 10px;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList3 {
	/* background-color: pink; */
	width: 87%;
	height: 260px;
	margin-left: 15%;
	margin-top: 50px;
	display: flex;
	/* flex-wrap: wrap; */
}

.PriceInquiry .PriceContent .PriceContentRight .itemList3 .left {
	margin-top: -20px;
	width: 300px;
	height: 320px;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList3 .left .item {
	width: 220px;
	height: 50px;
	margin-bottom: 5px;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList3 .right {
	margin-top: -20px;
	width: 300px;
	height: 320px;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList3 .right .item {
	width: 220px;
	height: 50px;
	margin-bottom: 20px;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList3 .left .item {
	width: 220px;
	height: 50px;
	margin-right: 40px;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList3 .item .itemHead {
	display: flex;
	margin-bottom: 10px;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList3 .item .itemHead .orange {
	width: 5px;
	height: 16px;
	background: #EF8C00;
	border-radius: 3px;
	margin-top: 3px;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList3 .item .itemHead p {
	font-size: 16px;
	margin-left: 10px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList3 .left .item {
	display: flex;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList3 .left .item .orange {
	width: 7px;
	height: 20px;
	background: #EF8C00;
	border-radius: 3px;
	margin-top: 10px;
	/* margin-right:5px ; */
	margin-right: -3.5px;
	z-index: 66;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList3 .left .item input {
	width: 210px;
	height: 42px;
	background: #FFFFFF;
	border: 1px solid #C6C6C6;
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.11);
	opacity: 0.83;
	border-radius: 5px;
	font-size: 15px;
	padding-left: 10px;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList3 .right .item .img img {
	border: none !important;
	outline: none !important;
}

.PriceInquiry .PriceContent .PriceContentRight button {
	width: 120px;
	height: 38px;
	background: linear-gradient(0deg, #A15331, #E77745);
	border-radius: 5px;
	color: white;
	font-size: 15px;
	margin-left: 74%;
	cursor: pointer;
	border: none;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList3 .right .input {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList3 .right .input .item {
	width: 100px;
	height: 100px;
	position: relative;
	/* border: 2px dashed #909090; */
	margin-left: 20px;
}

.PriceInquiry .PriceContent .PriceContentRight .itemList3 .right input {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 10 !important;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 0 !important;
}

.shu {
	/* position: absolute; */
	width: 16px;
	height: 2px;
	position: relative;
	/* background-color: #999999 ; */
	margin-top: -100px;
	/* margin-left: 40px; */
	z-index: 1;
}

.shu img {
	width: 100px !important;
	height: 100px !important;

}

/* .heng {
	position: absolute;
	width: 2px;
	height: 16px;
	background-color: #999999 ;
	left: 51%;
	top: 42%;
	z-index: 5;
} */

.PriceInquiry .PriceContent .tab {
	width: 62px;
	height: 378.6px;
	position: absolute;
	right: 5px;
	top: 14.1px;
	background-color: #e4ebf4;
	box-shadow: 1px 2px 16px 0px rgba(51, 51, 51, 0.04);
}

.PriceInquiry .PriceContent .tab .first {
	width: 100%;
	cursor: pointer;
}

.PriceInquiry .PriceContent .tab .first.active {
	background-color: #1B4885;
	color: white;
}

.PriceInquiry .PriceContent .tab p {
	width: 50%;
	margin-left: 18px;
	height: 70px;
	padding-top: 50px;
	font-weight: bold;
	font-size: 10px;
	/* color: white; */
}

.issue {
	margin: 0 auto;
	min-width: 1300px;
	height: 950px;
	/* background-image: url(../img/热门问题/背景.png); */
	/* background-repeat: no-repeat; */
	background-size: 100%;
	position: relative;
	padding-top: 50px;
	background-color: #2f4d6c;
}

#bg1 {
	width: 100%;
	height: 950px;
}

.issue .issueTitle {
	width: 300px;
	height: 90px;
	margin: 0 auto;
	/* margin-top: -900px; */
	/* position: absolute;
	left: 43.5%;
	top: 80px; */
	/* background-color: pink; */
	/* margin: 0 auto; */
	margin-bottom: 130px;
}

.issue .issueTitle .first {
	width: 70px;
	height: 36px;
	margin: 0 auto;
	margin-bottom: 10px;
	/* background-color: pink; */
}

.issue .issueTitle .first img {
	width: 100%;
	height: 100%;
}

.issue .issueTitle .second {
	width: 100%;
	height: 20px;
	position: relative;
	margin-bottom: 10px;
	margin-top: -5px;
}

.issue .issueTitle .second img {
	width: 100%;
	height: 100%;
}

.issue .issueTitle .second p {
	position: absolute;
	top: -8px;
	left: 100px;
	font-size: 25px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.issue .issueTitle p {
	text-align: center;
	font-size: 24px;
	font-family: Helvetica;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 36px;
}

.issue .sousuoList {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	margin-top: -60px;
	margin-bottom: 40px;
	position: relative;
}

.issue .sousuo {
	width: 380px;
	height: 40px;
	/* position: absolute; */
	/* top: 200px; */
	display: flex;
	float: right;
	/* margin-bottom: 2%; */
	/* background-color: pink; */
}

.issue .sousuo input {
	width: 275px;
	height: 100%;
	padding-left: 10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #797979;
	line-height: 30px;
	border: none;
}

.issue .sousuo button {
	width: 93px;
	height: 45px;
	background: linear-gradient(to bottom, #2562B3, #1B4885);
	box-shadow: 0px 2px 4px 0px rgba(51, 51, 51, 0.3);
	border: none;
	color: white;
	outline: none;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}

.issuesList {
	width: 1250px;
	height: 588px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-top: -20px;
	align-content: flex-start;
}

.issuesList .item {
	/* background-color: pink; */
	width: 580px;
	height: 160px;
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #C6C6C6;
	cursor: pointer;
	position: relative;
	/* flex-wrap: wrap; */
}

.issuesList .item a {
	text-decoration: none;
	color: white;
	position: relative;
}

.issuesList .item:nth-child(2n) {
	margin-left: 35px;
}

.issuesList .item img {
	height: 160px;
	width: 240px;
}

.issuesList .item a p {
	position: absolute;
	padding: 0 5px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #EDEDED;
	line-height: 28px;
	bottom: 10px;
	right: 10px;
	text-align: right;
	background-color: rgba(70, 69, 71, 0.8);
	border-radius: 5px;
}

.issuesList .item .itemRight {
	height: 160px;
	width: 300px;
	margin-left: 20px;
}

.issuesList .item .itemRight .Title {
	/* display: flex; */
	margin-top: 15px;
	margin-bottom: 5px;
}

.issuesList .item .itemRight .Title p:nth-child(1) {
	width: 100%;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* background-color: pink; */
}

.issuesList .item .itemRight .Title p:nth-child(1) a {
	text-decoration: none;
	color: white;
}

.issuesList .item .itemRight .Title p:nth-child(1) a:hover {
	color: #dc754c;
}

.issuesList .item .itemRight .Title p:nth-child(2) {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #EDEDED;
	line-height: 28px;
	margin-top: 2%;
	margin-left: 20px;
	width: 100px;
	text-align: right;
}

.issuesList .item .itemRight .bottom {
	width: 300px;
	height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.issuesList .item .itemRight .bottom p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #f9f9f9;
	line-height: 25px;
}

.issuesList .item img:nth-child(3) {
	position: absolute;
	top: -10px;
	left: 0;
	width: 610px;
	height: 220px;
	z-index: -1;
}

.issuesPage {
	display: flex;
	color: white;
	position: absolute;
	bottom: 5%;
	left: 70%;
}

.issuesPage .left {
	width: 25px;
	/* margin-top: 5px; */
	height: 25px;
	border: none;
	background-image: url(../img/hotIssues/hotIssuesPageBorder.png);
}

.issuesPage .left img {
	margin-left: 12px;
	margin-top: 10px;
}

.issuesPage .pageList {
	/* width: 115px; */
	display: flex;
	margin-top: 5px;
}

.issuesPage .pageList p {
	width: 21px;
	height: 21px;
	margin-left: 2.5px;
	background-color: white;
	color: #000000;
	font-family: Microsoft YaHei;
	text-align: center;
	cursor: pointer;
}

.issuesPage .pageList p:hover {
	background-color: #1B4885;
	color: white;
}

.issuesPage .pageList p.active {
	background-color: #1B4885;
	color: white;
}

/* .issuesPage .page1 {
	width: 25px;
	height: 20px;
	text-align: center;
	margin-top: 4px;
	padding-top: 3px;
	background-image: url(../img/热门问题/热门问题%20边框（选中.png);
}

.issuesPage .page2 {
	width: 26px;
	height: 19px;
	color: black;
	padding-top: 7px;
	padding-left: 5px;
	text-align: center;
	background-image: url(../img/热门问题/热门问题%20页数边框.png);
}
 */
.issuesPage .right {
	width: 26px;
	height: 26px;
	background-image: url(../img/hotIssues/hotIssuesPageBorder.png);
}

.issuesPage .right img {
	margin-left: 13px;
	margin-top: 10px;
}

.aboutUs {
	margin: 0 auto;
	min-width: 1300px;
	height: 850px;
	/* background-image: url(../img/关于我们/关于我们背景.png); */
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	/* padding-top: 50px; */
}

#bg2 {
	width: 100%;
	height: 850px;
}

.aboutUs .aboutUsTitle {
	width: 300px;
	height: 90px;
	/* position: absolute;
	left: 43.5%;
	top: 80px; */
	/* background-color: pink; */
	margin: 0 auto;
	margin-top: -800px;
	margin-bottom: 30px;
	/* margin-bottom: 2%; */
}

.aboutUs .aboutUsTitle .first {
	width: 70px;
	height: 36px;
	margin: 0 auto;
	margin-bottom: 10px;
	/* background-color: pink; */
}

.aboutUs .aboutUsTitle .first img {
	width: 100%;
	height: 100%;
}

.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: 100px;
	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; */
}

.aboutUs .aboutUsContent {
	width: 1200px;
	height: 540px;
	margin: 0 auto;
	position: relative;
}

.aboutUs .aboutUsContent .main {
	position: absolute;
	top: 60px;
	left: 30px;
	display: flex;
	width: 100%;
	height: 440px;
}

.aboutUs .aboutUsContent .main .left {
	margin-left: 16px;

}

.aboutUs .aboutUsContent .main .left img {
	height: 405px;
	width: 610px;
}

.aboutUs .aboutUsContent .main .right {
	/* background-color: pink; */
	padding-right: 20px;
	margin-left: 20px;
	height: 380px;
	padding-top: 20px;
}

.aboutUs .aboutUsContent .main .right p:nth-child(1) {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #393939;
	line-height: 32px;
	text-indent: 30px;
}

.aboutUs .aboutUsContent .main .right p:nth-child(2) {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #323232;
	line-height: 32px;
}

.aboutUs .aboutUsContent .main .right p:nth-child(3) {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #393939;
	text-indent: 30px;
	line-height: 32px;
}

.aboutUs .aboutUsContent .bottom {
	position: absolute;
	bottom: 20px;
	left: 30px;
	display: flex;
	width: 100%;
}

.aboutUs .aboutUsContent .bottom img {
	height: 2px;
}

.aboutUs .aboutUsContent .bottom p {
	position: absolute;
	left: 220px;
	bottom: 0;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FEFEFE;
	line-height: 36px;
	letter-spacing: 10px;
}

.aboutUs .aboutUsContent .bottom button {
	width: 160px;
	height: 40px;
	margin-left: 10px;
	margin-top: -20px;
	color: white;
	border: none;
	outline: none;
	font-size: 15px;
	cursor: pointer;
	background: linear-gradient(to bottom, #2562B3, #1B4885);
	box-shadow: 0px 2px 4px 0px rgba(51, 51, 51, 0.3);
}

.aboutUs .aboutUsContent .bottom button a {
	text-decoration: none;
	color: white;
}

.service {
	margin: 0 auto;
	min-width: 1300px;
	height: 565px;
	/* background-image: url(../img/关于我们/关于我们背景.png); */
	/* background-repeat: no-repeat; */
	/* background-size:100% ; */
	position: relative;
	/* padding-top: 50px; */
}

#bg3 {
	width: 100%;
	height: 565px;
}

.service .serviceTitle {
	width: 300px;
	height: 90px;
	/* position: absolute;
	left: 43.5%;
	top: 80px; */
	/* background-color: pink; */
	margin: 0 auto;
	margin-top: -500px;
	margin-bottom: 50px;
	/* margin-bottom: 2%; */
}

.service .serviceTitle .first {
	width: 70px;
	height: 36px;
	margin: 0 auto;
	margin-bottom: 10px;
	/* background-color: pink; */
}

.service .serviceTitle .first img {
	width: 100%;
	height: 100%;
}

.service .serviceTitle .second {
	width: 100%;
	height: 20px;
	position: relative;
	margin-bottom: 10px;
}

.service .serviceTitle .second img {
	width: 100%;
	height: 100%;
}

.service .serviceTitle .second p {
	position: absolute;
	top: -8px;
	left: 100px;
	font-size: 25px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.service .serviceTitle p {
	text-align: center;
	font-size: 24px;
	font-family: Helvetica;
	font-weight: bold;
	color: #9e9e9e;
	line-height: 36px;
	/* opacity: 0.5; */
}

.serviceContent {
	width: 1200px;
	height: 270px;
	margin: 0 auto;
	/* margin-top: -200px; */
	display: flex;
	/* flex-wrap: wrap; */
}

.serviceContent .item {
	width: 290px;
	height: 265px;
	position: relative;
	margin-right: 25px;
	cursor: pointer;
}

.serviceContent .item:nth-last-child(1) {
	margin-right: 0;
}

.serviceContent .item img {
	width: 100%;
	height: 205px;
}

.serviceContent .item .itemList {
	background-color: #204daa;
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 0;
	overflow: hidden;
	transition: 1s;
}

.serviceContent .item .itemList.active {
	height: 220px;
	transition: 1s;
}

.serviceContent .item .itemList p:nth-child(1) {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	margin: 0 auto;
	margin-top: 20px;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 20px;
	width: 90%;
}

.serviceContent .item .itemList .itemText {
	width: 100%;
	height: 150px;
	padding: 10px 0;
}

.serviceContent .item .itemList .itemText p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
	height: 60px;
	overflow: auto;
	margin-bottom: 10px;
	/* opacity: 0.85; */
	border: none;
	color: white;
}

.serviceContent .item .itemList .itemText .go {
	width: 25px;
	height: 25px;
	/* background-color: darkorange; */
	float: right;
	margin-right: 30px;
	/* margin-top: -10px; */
}

.serviceContent .item .itemList .itemText .go img {
	width: 25px;
	height: 25px;
}

.line {
	margin: 0 auto;
	min-width: 1300px;
	height: 768px;
	/* background-image: url(../img/关于我们/关于我们背景.png); */
	/* background-repeat: no-repeat; */
	/* background-size:100% ; */
	position: relative;
	/* padding-top: 50px; */
}

#bg4 {
	width: 100%;
	height: 768px;
}

.line .lineTitle {
	width: 300px;
	height: 90px;
	/* position: absolute;
	left: 43.5%;
	top: 80px; */
	/* background-color: pink; */
	margin: 0 auto;
	margin-top: -700px;
	margin-bottom: 110px;
	/* margin-bottom: 2%; */
}

.line .lineTitle .first {
	width: 70px;
	height: 36px;
	margin: 0 auto;
	margin-bottom: 10px;
	/* background-color: pink; */
}

.line .lineTitle .first img {
	width: 100%;
	height: 100%;
}

.line .lineTitle .second {
	width: 100%;
	height: 20px;
	position: relative;
	margin-bottom: 10px;
}

.line .lineTitle .second img {
	width: 100%;
	height: 100%;
}

.line .lineTitle .second p {
	position: absolute;
	top: -8px;
	left: 100px;
	font-size: 25px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}

.line .lineTitle p {
	text-align: center;
	font-size: 24px;
	font-family: Helvetica;
	font-weight: bold;
	color: #9e9e9e;
	line-height: 36px;
	/* opacity: 0.5; */
}

.line .sousuoList {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	margin-top: -60px;
	margin-bottom: 40px;
	position: relative;
}

.line .sousuo {
	width: 380px;
	height: 40px;
	/* position: absolute; */
	/* top: 200px; */
	display: flex;
	float: right;
	/* margin-bottom: 2%; */
	/* background-color: pink; */
}

.line .sousuo input {
	width: 275px;
	height: 100%;
	padding-left: 10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #797979;
	line-height: 30px;
	border: none;
	/* margin-left: 40px; */
}

.line .sousuo button {
	width: 93px;
	height: 45px;
	background: linear-gradient(to bottom, #2562B3, #1B4885);
	box-shadow: 0px 2px 4px 0px rgba(51, 51, 51, 0.3);
	border: none;
	color: white;
	outline: none;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}

.lineContent {
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	/* background-color: pink; */
}

.lineContent img {
	width: 1259px;
	height: 455px;
	margin-left: -28px;
	margin-top: -10px;
}

.lineContent .left {
	position: absolute;
	width: 205px;
	height: 400px;
	top: 0;
	left: 0;
	/* background-color: pink; */
}

.lineContent .left p {
	width: 205px;
	height: 49.1px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	background-color: white;
	padding-top: 29px;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	cursor: pointer;
}

.lineContent .left p.active {
	background-image: linear-gradient(to bottom, #2562B3, #1B4885);
	color: white;
}

.lineContent .left p:nth-child(1) {
	border-top: 1px solid #dfdfdf;
}

.lineContent .rightList {
	width: 1000px;
	height: 400px;
	position: absolute;
	top: 0;
	right: 0;
}

.lineContent .rightList .right {
	display: flex;
	width: 1000px;
	height: 400px;
}

.lineContent .rightList .right img {
	width: 460px;
	height: 310px;
	margin-top: 44px;
	margin-left: 44px;
}

.lineContent .rightList .right .rightText {
	width: 420px;
	height: 280px;
	margin-top: 44px;
	padding-top: 30px;
	margin-left: 40px;
}

.lineContent .rightList .right .rightText .rightTextTitle {
	/* display: flex; */
	margin-bottom: 40px;
	height: 40px;
}

.lineContent .rightList .right .rightText .rightTextTitle p:nth-child(1) {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 32px;
	width: 420px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.lineContent .rightList .right .rightText .rightTextTitle p:nth-child(2) {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 28px;
	margin-top: 10px;
	text-indent: 0;
	width: 130px;
	/* margin-left: 40px; */
	text-align: left;
}

.lineContent .rightList .right .rightText p:nth-child(2) {
	text-indent: 30px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	overflow: auto;
	height: 140px;
}

.lineContent .rightList .right .rightText p:nth-child(3) {
	width: 160px;
	height: 30px;
	background: linear-gradient(to bottom, #2562B3, #1B4885);
	box-shadow: 0px 2px 4px 0px rgba(51, 51, 51, 0.3);
	color: white;
	padding-top: 10px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	text-align: center;
	float: right;
	margin-top: 30px;
	cursor: pointer;
}

.lineContent .rightList .right .rightText p:nth-child(3) a {
	text-decoration: none;
	color: white;
}

.status {
	margin: 0 auto;
	min-width: 1300px;
	height: 1100px;
	/* background-image: url(../img/关于我们/关于我们背景.png); */
	/* background-repeat: no-repeat; */
	/* background-size:100% ; */
	position: relative;
	padding-top: 80px;
	background-color: #445063;
}

/* #bg5 {
	width: 100%;
	height: 1100px;
} */

.status .statusTitle {
	width: 400px;
	height: 90px;
	/* position: absolute;
	left: 43.5%;
	top: 80px; */
	/* background-color: pink; */
	margin: 0 auto;
	/* margin-top: -1050px; */
	margin-bottom: 75px;
	/* margin-bottom: 2%; */
}

.status .statusTitle .first {
	width: 70px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 10px;
	/* background-color: pink; */
}

.status .statusTitle .first img {
	width: 100%;
	height: 100%;
}

.status .statusTitle .second {
	width: 100%;
	height: 20px;
	position: relative;
	margin-bottom: 10px;
	margin-top: -10px;
}

.status .statusTitle .second img {
	width: 100%;
	height: 100%;
}

.status .statusTitle .second p {
	position: absolute;
	top: -8px;
	left: 100px;
	font-size: 25px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.status .statusTitle p {
	text-align: center;
	font-size: 24px;
	font-family: Helvetica;
	font-weight: bold;
	color: #9e9e9e;
	line-height: 36px;
	/* opacity: 0.5; */
}

.status .statusContent {
	width: 1250px;
	height: 800px;
	margin: 0 auto;
	position: relative;
}

.status .statusContent img {
	width: 100%;
	height: 100%;
}

.status .statusContent .left {
	width: 400px;
	height: 360px;
	position: absolute;
	top: 90px;
	left: 70px;
}

.status .statusContent .left p:nth-child(1) {
	font-size: 24px;
	font-family: Helvetica;
	font-weight: 400;
	color: #E9F2FF;
	line-height: 36px;
	opacity: 0.7;
}

.status .statusContent .left p:nth-child(2) {
	font-size: 24px;
	font-family: Helvetica;
	font-weight: 400;
	color: #E9F2FF;
	line-height: 36px;
	opacity: 0.7;
}

.status .statusContent .left button {
	width: 128px;
	height: 42px;
	border: none;
	outline: none;
	font-size: 18px;
	margin-top: 10px;
	border-radius: 5px;
	font-weight: bold;
	font-family: Microsoft YaHei;
	background-image: linear-gradient(to bottom, #E77745, #A15331);
}

.status .statusContent .left .leftContent {
	margin-top: 10px;
	height: 250px;
}

.status .statusContent .left .leftContent .item {
	display: flex;
	height: 20px;
	margin-bottom: 30px;
}

.status .statusContent .left .leftContent .item p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	/* background-color: pink; */
	height: 30px;
	width: 400px;
	opacity: 0.7;
}

.status .statusContent .left .leftContent .item img {
	width: 20px;
	height: 20px;
	margin-top: 10px;
	/* margin-left: 250px; */
	/* float: right; */
}

.status .statusContent .right {
	width: 400px;
	height: 360px;
	position: absolute;
	top: 25px;
	right: 60px;
	padding: 20px;
	border: 1px dotted #999999;
}

.status .statusContent .right p:nth-child(1) {
	font-size: 24px;
	font-family: Helvetica;
	font-weight: 400;
	color: #E9F2FF;
	line-height: 36px;
	opacity: 0.7;
}

.status .statusContent .right p:nth-child(2) {
	font-size: 24px;
	font-family: Helvetica;
	font-weight: 400;
	color: #E9F2FF;
	line-height: 36px;
	opacity: 0.7;
}

.status .statusContent .right button {
	width: 128px;
	height: 42px;
	border: none;
	outline: none;
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold;
	font-family: Microsoft YaHei;
	border-radius: 5px;
	background-image: linear-gradient(to bottom, #1ECC1E, #078D07);
}

.status .statusContent .right .rightContent {
	margin-top: 10px;
	height: 250px;
}

.status .statusContent .right .rightContent .item {
	display: flex;
	height: 20px;
	margin-bottom: 30px;
}

.status .statusContent .right .rightContent .item p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	/* background-color: pink; */
	height: 30px;
	width: 400px;
	opacity: 0.7;
}

.status .statusContent .right .rightContent .item img {
	width: 20px;
	height: 20px;
	margin-top: 10px;
	/* margin-left: 250px; */
	float: right;
}

#vs {
	width: 220px;
	height: 280px;
	position: absolute;
	top: 130px;
	left: 510px;
}

.status .statusContent .bottom {
	width: 1200px;
	position: absolute;
	left: 25px;
	bottom: 50px;
	height: 165px;
	display: flex;
}

.status .statusContent .bottom .item {
	width: 280px;
	height: 150px;
	margin-left: 13.5px;
	margin-top: 5px;
	margin-right: 2px;
	text-align: center;
	border: 1px solid #999999;
}

.status .statusContent .bottom .item p:nth-child(1) {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	padding-top: 35px;
}

.status .statusContent .bottom .item p:nth-child(2) {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 36px;
}

.instructions {
	margin: 0 auto;
	min-width: 1300px;
	height: 500px;
	/* background-image: url(../img/关于我们/关于我们背景.png); */
	/* background-repeat: no-repeat; */
	/* background-size:100% ; */
	position: relative;
	background-color: #f7fafd;
	/* padding-top: 50px; */
}

/* #bg5{
	width: 100%;
	height: 1100px;
} */
.instructions .instructionsTitle {
	width: 300px;
	height: 90px;
	/* position: absolute;
	left: 43.5%;
	top: 80px; */
	/* background-color: pink; */
	margin: 0 auto;
	padding-top: 50px;
	/* margin-top: 50px; */
	margin-bottom: 50px;
	/* margin-bottom: 2%; */
}

.instructions .instructionsTitle .first {
	width: 70px;
	height: 36px;
	margin: 0 auto;
	margin-bottom: 10px;
	/* background-color: pink; */
}

.instructions .instructionsTitle .first img {
	width: 100%;
	height: 100%;
}

.instructions .instructionsTitle .second {
	width: 100%;
	height: 20px;
	position: relative;
	margin-bottom: 10px;
}

.instructions .instructionsTitle .second img {
	width: 100%;
	height: 100%;
}

.instructions .instructionsTitle .second p {
	position: absolute;
	top: -8px;
	left: 100px;
	font-size: 25px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}

.instructions .instructionsTitle p {
	text-align: center;
	font-size: 24px;
	font-family: Helvetica;
	font-weight: bold;
	color: #9e9e9e;
	line-height: 36px;
	/* opacity: 0.5; */
}

.instructions .instructionsContent {
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	display: flex;
}

.instructions .instructionsContent .item {
	width: 200px;
	height: 240px;
	background-color: #c1ccd9;
	margin-right: 2px;
	cursor: pointer;
}

.instructions .instructionsContent .item.active {
	background-image: linear-gradient(to bottom, #196DDC, #1B4885);
}

.instructions .instructionsContent .item:nth-child(2n) {
	background-color: #ecf3fc;
}

.instructions .instructionsContent .item .title {
	width: 57px;
	height: 57px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

.instructions .instructionsContent .item .title p {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #edf3fc;
	/* line-height: -20px; */
}

.instructions .instructionsContent .item.active .title p {
	color: #F18803;
}

.instructions .instructionsContent .item:nth-child(2n) .title p {
	color: #c2ccda;
}

.instructions .instructionsContent .item.active:nth-child(2n) .title p {
	color: #F18803;
}

.instructions .instructionsContent .item .title img {
	position: absolute;
	bottom: 1px;
	left: -5px;
	width: 70px;
}

.instructions .instructionsContent .item p:nth-child(2) {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 32px;
	/* text-align: center; */
	display: block;
	margin: 0 auto;
	width: 170px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.instructions .instructionsContent .item.active p:nth-child(2) {
	color: white;
}

.instructions .instructionsContent .item p:nth-child(3) {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 32px;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	width: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.instructions .instructionsContent .item.active p:nth-child(3) {
	color: white;
}

.instructions .instructionsContent .item .go {
	width: 30px;
	height: 30px;
	background-color: #edf3fc;
	margin: 0 auto;
}

.instructions .instructionsContent .item .go img {
	width: 15px;
	height: 12px;
	margin-left: 8px;
	margin-top: 9px;
}

.instructions .instructionsContent .item.active .go {
	background-color: #f18803;
	/* content: url(img/未标题-1%20(2).png); */
}

.instructions .instructionsContent .item:nth-child(2n) .go {
	width: 30px;
	height: 30px;
	background-color: #c2ccda;
	margin: 0 auto;
}

.instructions .instructionsContent .item.active:nth-child(2n) .go {
	background-color: #f18803;
}

.confused {
	margin: 0 auto;
	min-width: 1300px;
	height: 800px;
	/* background-image: url(../img/关于我们/关于我们背景.png); */
	/* background-repeat: no-repeat; */
	/* background-size:100% ; */
	position: relative;
	/* padding-top: 50px; */
}

#bg7 {
	width: 100%;
	height: 800px;
}

.confused .confusedTitle {
	width: 330px;
	height: 90px;
	/* position: absolute;
	left: 43.5%;
	top: 80px; */
	/* background-color: pink; */
	margin: 0 auto;
	margin-top: -750px;
	margin-bottom: 50px;
	/* margin-bottom: 2%; */
}

.confused .confusedTitle .first {
	width: 70px;
	height: 36px;
	margin: 0 auto;
	margin-bottom: 10px;
	/* background-color: pink; */
}

.confused .confusedTitle .first img {
	width: 100%;
	height: 100%;
}

.confused .confusedTitle .second {
	width: 100%;
	height: 20px;
	position: relative;
	margin-bottom: 10px;
}

.confused .confusedTitle .second img {
	width: 100%;
	height: 100%;
}

.confused .confusedTitle .second p {
	position: absolute;
	top: -8px;
	left: 98px;
	font-size: 25px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ffffff;
}

.confused .confusedTitle p {
	text-align: center;
	font-size: 24px;
	font-family: Helvetica;
	font-weight: bold;
	color: #9e9e9e;
	line-height: 36px;
	/* opacity: 0.5; */
}

.confused .confusedContent {
	width: 1200px;
	height: 600px;
	margin: 0 auto;
	margin-top: 100px;
}

.confused .confusedContent .title {
	width: 1200px;
	height: 55px;
	position: relative;
	display: flex;
	margin-bottom: 60px;
}

.confused .confusedContent .title .item {
	width: 172px;
	height: 39px;
	margin-right: 35px;
	background-color: #b4bdc8;
	color: white;
	border-radius: 10px;
	text-align: center;
	padding-top: 16px;
	font-family: Microsoft YaHei;
	cursor: pointer;
}

.confused .confusedContent .title .item.active {
	background-image: linear-gradient(to bottom, #2562B3, #1B4885);
}

.confused .confusedContent .title .item:nth-last-child(1) {
	margin-right: 0;
}

.confused .confusedContent .bottomlist .bottom {
	width: 1200px;
	height: 400px;
	position: relative;
}

.confused .confusedContent .bottomlist .bottom {
	display: flex;
	width: 1200px;
	height: 400px;
	position: relative;
}

.confused .confusedContent .bottom .left {
	width: 600px;
	height: 400px;
}

.confused .confusedContent .bottom .left img {
	width: 600px;
	height: 400px;
}

.confused .confusedContent .bottom .right {
	width: 590px;
	height: 300px;
	margin-top: 50px;
	position: relative;
}

.confused .confusedContent .bottom .right img {
	width: 640px;
	margin-left: -25px;
	height: 360px;
	margin-top: -20px;
}

.confused .confusedContent .bottom .right .rightText {
	position: absolute;
	width: 480px;
	height: 150px;
	left: 50px;
	top: 85px;
}

.confused .confusedContent .bottom .right p:nth-child(1) {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 48px;
	border-bottom: 1px solid #999999;
	width: 200px;
	margin-bottom: 10px;
}

.confused .confusedContent .bottom .right p:nth-child(2) {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
}

.process {
	margin: 0 auto;
	min-width: 1300px;
	height: 500px;
	background-color: #f7fafd;
	/* background-image: url(../img/关于我们/关于我们背景.png); */
	/* background-repeat: no-repeat; */
	/* background-size:100% ; */
	position: relative;
	/* padding-top: 50px; */
}

/* #bg5{
	width: 100%;
	height: 1100px;
} */
.process .processTitle {
	width: 300px;
	height: 90px;
	/* position: absolute;
	left: 43.5%;
	top: 80px; */
	/* background-color: pink; */
	margin: 0 auto;
	padding-top: 50px;
	margin-bottom: 70px;
	/* margin-bottom: 2%; */
}

.process .processTitle .first {
	width: 70px;
	height: 36px;
	margin: 0 auto;
	margin-bottom: 10px;
	/* background-color: pink; */
}

.process .processTitle .first img {
	width: 100%;
	height: 100%;
}

.process .processTitle .second {
	width: 100%;
	height: 20px;
	position: relative;
	margin-bottom: 10px;
}

.process .processTitle .second img {
	width: 100%;
	height: 100%;
}

.process .processTitle .second p {
	position: absolute;
	top: -8px;
	left: 100px;
	font-size: 25px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}

.process .processTitle p {
	text-align: center;
	font-size: 24px;
	font-family: Helvetica;
	font-weight: bold;
	color: #9e9e9e;
	line-height: 36px;
	/* opacity: 0.5; */
}

.process .processContent {
	width: 1160px;
	height: 200px;
	margin: 0 auto;
	display: flex;
}

.process .processContent .item {
	width: 191px;
	height: 200px;
	margin-right: 5px;
	position: relative;
}

.process .processContent .item:nth-last-child(1) {
	margin-right: 0;
}

.process .processContent .item img {
	width: 191px;
	height: 200px;
}

.process .processContent .item .item1 .itemText {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 90px;
	text-align: center;
}

.process .processContent .item .item1 .itemText p:nth-child(1) {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom: 20px;
}

.process .processContent .item .item1 .itemText p:nth-child(2) {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: normal;
	color: #FFFFFF;
}

.process .processContent .item .item2 {
	position: absolute;
	top: 0;
}

.process .processContent .item .item2 .itemText {
	left: 15%;
	position: absolute;
	bottom: 0;
	width: 70%;
	height: 90px;
	text-align: center;
}

.process .processContent .item .item2 .itemText p:nth-child(1) {
	margin-top: -80px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom: 20px;
}

.process .processContent .item .item2 .itemText p:nth-child(2) {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
}

.evaluation {
	margin: 0 auto;
	min-width: 1300px;
	height: 700px;
	/* background-image: url(../img/关于我们/关于我们背景.png); */
	/* background-repeat: no-repeat; */
	/* background-size:100% ; */
	position: relative;
	/* padding-top: 50px; */
}

#bg9 {
	width: 100%;
	height: 700px;
}

.evaluation .evaluationTitle {
	width: 300px;
	height: 90px;
	/* position: absolute;
	left: 43.5%;
	top: 80px; */
	/* background-color: pink; */
	margin: 0 auto;
	margin-top: -650px;
	margin-bottom: 50px;
	/* margin-bottom: 2%; */
}

.evaluation .evaluationTitle .first {
	width: 70px;
	height: 36px;
	margin: 0 auto;
	margin-bottom: 10px;
	/* background-color: pink; */
}

.evaluation .evaluationTitle .first img {
	width: 100%;
	height: 100%;
}

.evaluation .evaluationTitle .second {
	width: 100%;
	height: 20px;
	position: relative;
	margin-bottom: 10px;
}

.evaluation .evaluationTitle .second img {
	width: 100%;
	height: 100%;
}

.evaluation .evaluationTitle .second p {
	position: absolute;
	top: -8px;
	left: 100px;
	font-size: 25px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ffffff;
}

.evaluation .evaluationTitle p {
	text-align: center;
	font-size: 24px;
	font-family: Helvetica;
	font-weight: bold;
	color: #9e9e9e;
	line-height: 36px;
	/* opacity: 0.5; */
}

.evaluation .evaluationContent {
	width: 1200px;
	height: 450px;
	position: relative;
	display: flex;
	margin: 0 auto;
}

.evaluation .evaluationContent .left {
	width: 550px;
	height: 400px;
	margin-left: 50px;
	border-right: 1px solid #999999;
	background-color: rgba(0, 0, 0, 0);
}

.evaluation .evaluationContent .left .item {
	width: 505px;
	/* height: 70px; */
	margin-bottom: 50px;
}

.evaluation .evaluationContent .left .item:nth-last-child(1) {
	margin-bottom: 0;
}

.evaluation .evaluationContent .left .item .itemTitle {
	display: flex;
	margin-bottom: 10px;
}

.evaluation .evaluationContent .left .item .itemTitle p:nth-child(1) {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.evaluation .evaluationContent .left .item .itemTitle p:nth-child(2) {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 50px;
}

.evaluation .evaluationContent .left .item .itemContent {
	width: 100%;
	/* height: 55px; */
}

.evaluation .evaluationContent .left .item .itemContent p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	overflow: hidden;
}

.evaluation .evaluationContent .right {
	width: 550px;
	height: 400px;
	/* background-color: pink; */
	margin-left: 50px;
}

.evaluation .evaluationContent .right img {
	width: 482px;
	height: 110px;
	margin-bottom: 30px;
	margin-left: -15px;
}

.evaluation .evaluationContent .right textarea {
	width: 490px;
	height: 68px;
	resize: none;
	margin-bottom: 30px;
	padding-top: 20px;
	border: none;
	outline: none;
	color: white;
	font-family: Microsoft YaHei;
	padding-left: 5px;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.18);
	background-color: rgba(0, 0, 0, 0);
	/* overflow-y: scroll; */
}

.evaluation .evaluationContent .right textarea::-webkit-input-placeholder {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.evaluation .evaluationContent .right .center {
	width: 500px;
	height: 48px;
	margin-bottom: 30px;
}

.evaluation .evaluationContent .right .center input {
	width: 240px;
	height: 48px;
	border: none;
	outline: none;
	padding-left: 5px;
	color: white;
	font-family: Microsoft YaHei;
	background-color: rgba(0, 0, 0, 0);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.evaluation .evaluationContent .right .center input::-webkit-input-placeholder {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.evaluation .evaluationContent .right button {
	width: 240px;
	height: 48px;
	float: right;
	margin-right: 55px;
	border: none;
	outline: none;
	color: white;
	font-size: 18px;
	cursor: pointer;
	background-image: linear-gradient(to bottom, #2562B3, #1B4885);
}

.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: 20px;
	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;
}
