* {
	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 img {
	width: 100%;
	/* height: 670px; */
	display: block;
	margin: 0 auto;
}

.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: 35px;
	margin-left: 5px;
}
.back .backContent input{
	width: 235px;
	height: 40px;
	margin-left: 620px;
	padding-left: 10px;
	margin-top: 20px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #797979;
	line-height: 30px;
	border: none;
}
.back .backContent button{
	width: 93px;
	height: 40px;
	margin-top: 20px;
	margin-left: -2px;
	color: white;
	background-image: linear-gradient(to bottom,#2562B3,#1B4885);
	border: none;
}
.issue {
	margin: 0 auto;
	min-width: 1300px;
	background-color: #f7fafd;
	/* background-image: url(../img/关于我们/关于我们背景.png); */
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	padding-bottom: 10px;
	/* padding-top: 50px; */
}

.issue .issueTitle {
	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%; */
}

.issue .issueTitle .second {
	width: 100%;
	height: 25px;
	position: relative;
	margin-bottom: 10px;
}

.issue .issueTitle .second img {
	width: 100%;
	height: 100%;
}

.issue .issueTitle .second p {
	position: absolute;
	top: -6px;
	left: 100px;
	font-size: 25px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}

.issue .issueTitle p {
	text-align: center;
	font-size: 24px;
	font-family: Helvetica;
	font-weight: bold;
	color: #9e9e9e;
	line-height: 36px;
	/* opacity: 0.5; */
}
.issueContent{
	width: 1200px;
	/* height: 1300px; */
	margin: 0 auto;
}
.issueContent .item{
	width: 1200px;
	height: 320px;
	margin-bottom: 50px;
	background-color: white;
	display: flex;
	box-shadow: 3px 5px 8px 0px rgba(51, 51, 51, 0.14);
}
.issueContent .item .left{
	width: 365px;
	height: 243px;
	margin-top: 39px;
	margin-left: 30px;
}
.issueContent .item .left img{
	width: 365px;
	height: 243px;
}
.issueContent .item .right{
	width: 690px;
	height: 200px;
	margin-left: 30px;
	margin-top: 60px;
}
.issueContent .item .right .rightTitle{
	display: flex;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom: 20px;
}
.issueContent .item .right .rightTitle p:nth-child(1){
	width: 600px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.issueContent .item .right .rightTitle p:nth-child(2){
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 28px;
	margin-left: 40px;
	width: 150px;
	text-align: right;
	/* background-color: pink; */
}
.issueContent .item .right .rightContent{
	width: 706px;
	height: 143px;
	overflow: hidden;
	/* margin-bottom: 20px; */
}
.issueContent .item .right .rightContent p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
}
.issueContent .item .right button{
	width: 74px;
	height: 26px;
	color: white;
	float: right;
	border: none;
	outline: none;
	cursor: pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-image: linear-gradient(to bottom,#2562B3,#1B4885);
}
.issueContent .item .right button a{
	text-decoration: none;
	color: white;
}
.page{
	width: 100%;
	height:40px ;
	background-color: #f7fafd;
	padding-bottom: 30px;
}
.page .pageList{
	/* width: 350px; */
	margin: 0 auto;
	text-align: center;
	height:30px ;
	padding-top: 10px;
	/* background-color: pink; */
}


.page .pageList span{
	background-color: white;
	padding:6px 10px;
	border: 1px solid #c6c6c6;
	background-image: linear-gradient(to bottom,#2562B3,#1B4885);
	color: white;
}
.page .pageList a{
	text-decoration: none;
	color: black ;
	background-color: white;
	padding:6px 10px;
	border: 1px solid #c6c6c6;
	/* margin-left: 5px; */
	margin-right: 5px;
	margin-left: 5px;
}
.page ul{
	display: flex;
	width: 1200px;
	background-color: pink;
	margin: 0 auto;
}

.PriceInquiry {
	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;
}

.PriceInquiry .PriceInquiryTitle {
	width: 300px;
	height: 90px;
	/* position: absolute;
	left: 43.5%;
	top: 80px; */
	/* background-color: pink; */
	margin: 0 auto;
	margin-top: -630px;
	margin-bottom: 50px;
	/* margin-bottom: 2%; */
}

.PriceInquiry .PriceInquiryTitle .first {
	width: 70px;
	height: 36px;
	margin: 0 auto;
	margin-bottom: 10px;
	/* background-color: pink; */
}

.PriceInquiry .PriceInquiryTitle .first img {
	width: 100%;
	height: 100%;
}

.PriceInquiry .PriceInquiryTitle .second {
	width: 100%;
	height: 20px;
	position: relative;
	margin-bottom: 10px;
}

.PriceInquiry .PriceInquiryTitle .second img {
	width: 100%;
	height: 100%;
}

.PriceInquiry .PriceInquiryTitle .second p {
	position: absolute;
	top: -8px;
	left: 100px;
	font-size: 25px;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	color: #ffffff;
}

.PriceInquiry .PriceInquiryTitle p {
	text-align: center;
	font-size: 24px;
	font-family: Helvetica;
	/* font-weight: bold; */
	color: #9e9e9e;
	line-height: 36px;
	/* opacity: 0.5; */
}

.PriceInquiry .PriceContent {
	width: 1220px;
	height: 410px;
	margin: 0 auto;
	margin-top: -40px;
	position: relative;
}

.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 .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 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: 100;
	position: absolute;
	left: 0;
	top: 0;
}

.shu {
	position: absolute;
	width: 16px;
	height: 2px;
	background-color: #999999 ;
	left: 44%;
	top: 49%;
	z-index: 5;
}

.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; */
}
.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;
}