body {
    margin: auto;
    padding: 0;
    width: 100%;
	overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:visited,
a:link,
a:active {
    color: inherit;
    /* 或其他颜色值 */
    text-decoration: none;
}


.top {
	width: 1920px;
	background: linear-gradient(90deg, rgba(204, 146, 106, 0) 0%, #CC926A 70%, rgba(204, 146, 106, 0) 100%);
	border-radius: 0px 0px 0px 0px;
	height: 186px;
	margin: auto;
}

.top .box {
	width: 1250px;
	margin: auto;
	padding-top: 92px;
	height: 46px;
	display: flex;
	justify-content: space-between;
}


.box .nav{
	display: flex;
	justify-content: space-between;
	font-family: 'Microsoft YaHei', '微软雅黑', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 16px;
	color:#fff;
	text-transform: none;
}

.box .nav a{
	margin-right:30px;
	height: 36px;
	line-height: 36px;
	display:block;
	text-align: center;
	cursor: pointer;
}
.box .nav a:nth-child(3) {
	position: relative;
}
.nav  img{
	width: 20px;
}
.nolan:hover{
	border-bottom:none !important;
}
.box .nav a:hover{
	color: #3D5564;
	border-bottom:4px solid #3D5564;
}


.midden {
    width: 100%;
    height: 700px;
    background-color: #fff;
    display: flex;
}

.contact {
    width: 1400px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.contact_logo {
    width: 347px;
    margin-top: 86px;
	height: 109px;
}
.contact_logo img{
	width: 100%;
	height: 100%;
}

.logo_text {
    width: 171px;
    height: 36px;
    font-family: HarmonyOS_Sans_SC_Black, HarmonyOS_Sans_SC_Black;
    font-weight: normal;
    font-size: 36px;
    color: #CC926A;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 15px;
    margin-left: 40px;
}

.logo_subTitle {
    width: 284px;
    height: 54px;
    border-radius: 27px;
    border: 1px solid #707070;
    font-size: 36px;
    color: #3D5564;
    line-height: 54px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 43px;
}

.address {
    width: 360px;
    margin-top: 225px;
    height: calc(100% - 225px);
}

.address_list {
    width: 360px;
    height: 184px;
    font-family: SourceHanSansCN-Normal-GBpc-EUC-H, SourceHanSansCN-Normal-GBpc-EUC-H;
    font-weight: normal;
    font-size: 18px;
    color: #4D4D4D;
    line-height: 53px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.address_item {
    width: 100%;
    height: 25%;
}

.search_model {
    width: 360px;
    height: 80px;
    margin-top: 138px;
}

.search {
    width: 302px;
    height: 31px;
}

.search input {
    width: 280px;
    height: 31px;
    border-radius: 16px;
    border: 1px solid #707070;
    padding-left: 15px;
}

.search input:focus {
    outline: none;
}

.search input::placeholder {
    font-size: 14px;
    color: #3D5564;
}

.search button {
    width: 85px;
    height: 35px;
    background: #CC926A;
    border-radius: 16px;
    border: 1px solid #CC926A;
    position: relative;
    top: -35px;
    left: 220px;
    font-size: 14px;
    color: #FFFFFF;
}

.more {
    margin-top: 8px;
    font-weight: normal;
    font-size: 24px;
    color: #3D5564;
	text-align: center;
	width: 312px;
	height: 33px;
	font-family: HarmonyOS_Sans_SC_Medium, HarmonyOS_Sans_SC_Medium;

	
}

.qrcode {
    width: 350px;
    margin-top: 225px;
    height: calc(100% - 225px);
    margin-right: 5%;
}

.qr_list {
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: space-between;
}

.qr_item div {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.qr_item div img {
    width: 150px;
    height: 150px;
}


.qr_item span {
	display: block;
    width: 150px;
    font-size: 14px;
    color: #4D4D4D;
    text-align: center;
	height: 40px;
	font-family: SourceHanSansCN-Normal-GBpc-EUC-H, SourceHanSansCN-Normal-GBpc-EUC-H;
	font-weight: normal;
	line-height: 20px;
	font-style: normal;
	text-transform: none;
	margin-top: 5px;
}

.icon_list {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    margin-top: 126px;
}

.icon_item {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.icon_item img {
    width: 63px;
    height: 63px;
}

.icon_item span {
    width: 100%;
    font-weight: normal;
	display: block;
	width: 63px;
    font-size: 22px;
    color: #3D5564;
	margin-top: 7px;
    text-align: center;
	font-family: HarmonyOS_Sans_SC_Medium, HarmonyOS_Sans_SC_Medium;
}

.bottom {
	width: 100%;
	height: 88px;
	margin: auto;
	background: #1A1A1A;
	border-radius: 0px 0px 0px 0px;
	display: flex;
	justify-content: flex-start;
	position: fixed;
	bottom: 0;
	z-index: 1;
	
}
.bottom .box {
	width: 1250px;
	margin: auto;
	height: 90px;
	display: flex;
	justify-content: flex-start;
}

.bottom .logo img{
	width: 121px;
	height: 45px;
	padding-top: 20px;
}

	
.bottom .tip{
	height: 16px;
	font-family: 'Microsoft YaHei', '微软雅黑', 'Arial', sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 90px;
	margin-left: 80px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

/* 隐藏下拉内容 */
.dropdown-content {
  display: none;
  position: absolute;
  left: -18px;
  top: 40px;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content div{
	height: 40px;
	line-height: 40px;
	color: #3D5564;
	font-size: 14px;
}

 
/* 鼠标悬停时显示下拉内容 */
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content div:hover{
	background: #CC926A;
	color: #fff;
}