* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	font-family: 'Microsoft Yahei', PingFangSC-Regular, sans-serif;
}

.test-border {
	border: 1px solid #000;
	height: 100px;
}

main {
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	min-height: 800px;
	/* background-color: #2d2d30; */
	margin: 0 auto;
	overflow: hidden;
}

header,
footer {
	width: 100%;
	height: 92px;
	background-color: #2d2d30;
}

header {
	margin-bottom: -2px;
}

footer {
	height: 272px;
}

.content-box {
	width: 1160px;
	height: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.clear {
	clear: both;
}

.nav-text {
	font-size: 16px;
	line-height: 92px;
}

.nav-text .nav-box {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: right;
	width: 80%;
	text-align: right;
}

.logo {
	display: block;
	float: left;
	height: 100%;
	text-decoration: none;
	width: 15%;
}

.logo img {
	vertical-align: middle;
}

.logo span {
	font-size: 18px;
	font-weight: 500;
	color: #ffd9b1;
	margin-left: 10px;
}

.nav-box .nav-item {
	margin-left: 48px;
	display: inline-block;
}

.nav-box .item-link {
	color: #cb9b62;
	text-decoration: none;
}

.nav-box .item-link:hover {
	color: #ffd9b1;
	border-bottom: 2px solid #ffd9b1;
}

.nav-box .has-children:hover .product-box {
	display: block;
}

.nav-box .nav-item .product-box {
	list-style-type: none;
	padding: 0;
	margin: 0;
	top: 80px;
	display: none;
	position: absolute;
	width: 248px;
	padding-bottom: 12px;
	background-color: #ffffff;
	z-index: 99999;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
}

.nav-box .active {
	color: #ffd9b1;
	border-bottom: 2px solid #ffd9b1;
}

.nav-box .nav-item .product-box li {
	line-height: 2;
	width: 220px;
	height: 34px;
	margin: 12px 0 0 12px;
	padding-left: 4px;
	text-align: left;
}

.nav-box .nav-item .product-box li:hover {
	background: #f2f2f2;
	border-radius: 2px;
	color: #b38b5b;
}

.nav-box .nav-item .product-box li:hover a {
	color: #b38b5b;
}

.nav-box .nav-item .product-box li a {
	text-decoration: none;
	color: #666;
}

.solution {
	background-color: #f2f2f2;
	width: 100%;
	height: 765px;
	position: relative;
	border-top: 1px #f2f2f2 solid;
}

.solution .panel-point {
	position: absolute;
	top: 30px;
	left: 117px;
}

.solution .panel-point-2 {
	display: block;
	margin-left: 84%;
	margin-top: 50px;
}

.title {
	width: 144px;
	height: 152px;
	line-height: 152px;
	color: #333333;
	font-size: 36px;
	font-weight: 600;
	background-image: url(../images/logo_2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	margin: 106px auto;
}

.desc {
	width: 810px;
	margin: -140px auto 0 auto;
	text-align: center;
	color: #666666;
	font-size: 16px;
	line-height: 24px;
}

.solution .panel .s-left,
.s-middle,
.s-right {
	width: 252px;
	min-height: 200px;
	text-align: center;
}

.solution .panel {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	margin-top: -270px;
}

.solution .panel .panel-item img {
	display: block;
	margin: 0 auto;
}

.solution .panel .panel-item span {
	display: block;
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	margin-top: 2px;
}

.solution .panel .panel-item p {
	margin-top: 2px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}

.solution .sol-detail {
	margin: 38px auto 0 auto;
}

.product {
	background-color: #fff;
	width: 100%;
	height: 786px;
	border-top: 1px solid #fff;
	background-image: url(../images/panel_point_3.png), url(../images/panel_point_3.png);
	background-repeat: no-repeat;
	background-size: 322px 188px;
	background-position: 161px 270px, 80% 564px;
}

.product .p-panel {
	width: 100%;
	min-width: 693px;
	margin: 31px auto 0 auto;
	min-height: 300px;
	text-align: center;
}

.product .p-panel .p-left {
	width: 338px;
	height: 386px;
	border-top: 10px solid #b38b5b;
	box-shadow: 0px 1px 10px 0px rgba(68, 68, 68, 0.23);
	border-radius: 2px;
	background-color: #fff;
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
}
.product .p-panel .p-left.last {
	margin-right: 0;
}

.product .p-content {
	text-align: center;
	position: relative;
}

.product .p-content h3 {
	color: #b38b5b;
	font-size: 18px;
	font-weight: 600;
	margin-top: 54px;
}

.product .p-content p {
	width: 251px;
	margin: 0 auto;
	color: #333;
	font-size: 16px;
	margin-top: 22px;
	line-height: 24px;
}

.product .p-content a {
	position: absolute;
	left: 50%;
	bottom: 74px;
	transform: translate(-50%, 0);
}

.map {
	width: 100%;
	height: 655px;
	background-color: #fff;
	border-top: 1px solid #fff;
}

.map .content-box {
	margin-top: 106px;
}

.map .map-detail,
.map-content {
	height: 490px;
}

.map .map-detail {
	float: left;
	width: 25%;
}

.map .map-content {
	float: right;
	width: 75%;
}

.map .map-detail .conect-img {
	background-image: url(../images/logo_2.png);
	background-repeat: no-repeat;
	background-size: 144px;
	background-position: center center;
	width: 180px;
	height: 152px;
	color: #333333;
	font-size: 36px;
	font-weight: 600;
	line-height: 152px;
}

.map .conect-txt {
	margin-bottom: 24px;
}

.map .conect-txt span {
	color: #333333;
	font-size: 16px;
}

.map .conect-txt:first-child {
	margin-top: -30px;
}

.map .conect-txt p {
	color: #333333;
	font-size: 16px;
	margin-left: 22px;
}

.map .conect-txt span img {
	vertical-align: middle;
}

footer .left,
.right {
	height: 100%;
}

footer .right {
	width: 210px;
}

footer .left {
	float: left;
	width: 50%;
}

footer .left .text {
	color: #dddddd;
	font-size: 16px;
	line-height: 40px;
	/* margin-left: 144px; */
}
footer .left a.text:hover {
	cursor: pointer;
}

footer .left .text:first-child {
	margin-top: 90px;
}

footer .right {
	float: right;
}

footer .right div {
	width: 210px;
	height: 100%;
}

footer .right img {
	margin: 40px 0 0 22px;
}

footer .right p {
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}

footer .box ul {
	list-style-type: none;
}

footer .box ul li {
	color: #dddddd;
	font-size: 16px;
	line-height: 22px;
}

.gsjj {
	background-image: url(../images/gsjj-bc.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	width: 100%;
	height: 656px;
}

.gsjj span {
	font-size: 36px;
	color: #ffffff;
	font-weight: 600;
	line-height: 200px;
}

.gsjj p {
	width: 746px;
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
}

.btn {
	background-image: url(../images/btn-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	width: 154px;
	height: 48px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	line-height: 48px;
	border-radius: 2px;
	text-decoration: none;
}

.gsjj a {
	margin-top: 32px;
}
