/* CSS Document */
.page-banner {
	padding-top: 70px
}

.page-banner-info {
	background: #666;
	padding: 100px 0px 80px 0px;
}

.page-banner-info h2 {
	font-weight: bold;
	color: #fff;
	font-size: 36px;
	display: block;
	padding-bottom: 20px;
	line-height: 1em;
}

.page-banner-info div.location a {
	display: inline-block;
	color: #fff;
	position: relative;
	margin-right: 15px;
	padding-right: 25px;
}

.page-banner-info div.location a:hover {
	color: #999;
}

.page-banner-info div.location a:after {
	font-family: "iconfont" !important;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 16px;
	content: "\eb8a";
}

.page-banner-info div.location a:last-child {
	margin: 0px;
	padding: 0px;
}

.page-banner-info div.location a:last-child:after {
	display: none;
}



.searchlist-tit {
	background: #c99f72;
	color: #fff;
	padding-bottom: 100px;
}

.page-tit {
	padding-top: 190px;
	text-align: center;
}

.page-tit h2 {
	font-weight: bold;
	font-size: 36px;
	display: block;
	padding-bottom: 30px;
}

.page-tit div {
	padding-bottom: 40px;
}

.page-tit div a {
	display: inline-block;
	color: #999;
	position: relative;
	margin-right: 15px;
	padding-right: 25px;
}

.page-tit div a:hover {
	color: #4f8df0;
}

.page-tit div a:after {
	font-family: "iconfont" !important;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 16px;
	content: "\eb8a";
}

.page-tit div a:last-child {
	margin: 0px;
	padding: 0px;
}

.page-tit div a:last-child:after {
	display: none;
}

.pro-class {
	background: #f0f4fa;
	text-align: center;
	padding: 40px 0px;
}

.pro-class a {
	display: inline-block;
	margin: 0px 8px;
	padding: 13px 38px 13px 25px;
	border: 1px solid #707070;
	border-radius: 3px;
	position: relative;
}

.pro-class a:after {
	font-family: "iconfont" !important;
	position: absolute;
	right: 13px;
	top: 14px;
	font-size: 24px;
	content: "\eb8a";
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.pro-class a:hover {
	border: 1px solid #4f8df0;
	color: #4f8df0;
}

.pro-class a:hover:after {
	transform: rotate(90deg);
}

.pro-class a.active {
	display: inline-block;
	margin: 0px 8px;
	padding: 13px 38px 13px 25px;
	border: 1px solid #4f8df0;
	background: #4f8df0;
	color: #fff;
	border-radius: 3px;
	position: relative;
}

.pro-class a.active:after {
	font-family: "iconfont" !important;
	position: absolute;
	right: 13px;
	top: 14px;
	font-size: 24px;
	content: "\eb8a";
	transform: rotate(90deg);
}


.pro-sclass {
	text-align: center;
}

.pro-sclass-list {
	padding-top: 40px;
	padding-bottom: 20px;
}

.pro-sclass a {
	display: inline-block;
	margin: 0px 20px;
	position: relative;
	padding-left: 25px;
}

.pro-sclass a:after {
	position: absolute;
	left: 0px;
	top: 4px;
	content: "";
	border: 1px solid #666;
	height: 12px;
	line-height: 12px;
	width: 12px;
}

.pro-sclass a:hover {
	color: #4f8df0;
}

.pro-sclass a:hover:after {
	border: 1px solid #4f8df0;
}

.pro-sclass a.active {
	color: #4f8df0;
}

.pro-sclass a.active:after {
	background: #4f8df0;
	border: 1px solid #4f8df0;
	font-size: 12px;
	color: #fff;
	font-family: "iconfont" !important;
	content: "\e628";
}

.product {
	padding: 60px 0px;
}

.pro-filter {
	float: left;
	width: 235px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgb(178 178 240 / 34%);
}

.pro-filter-tit {
	padding: 30px 0px 0px 20px;
	font-weight: bold;
	font-size: 20px;
}

.pro-filter-list {
	padding: 20px;
}

.para-item {}

.para-item h4 {
	font-weight: bold;
	padding: 20px 0px 15px 0px;
	font-size: 14px;
}

.para-item div p {
	font-size: 18px;
	padding-bottom: 10px;
}

.para-item div p input {
	margin-right: 6px;
}

.para-item div p label {
	cursor: pointer;
}

/*.pro-filter-list .para-item:last-child p{ display:inline-block; width:50%;}*/

.page {}

.main {
	padding: 80px 0px;
}

.main-product{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.class-list {
	width: 280px;
}

.prolist {
	width: calc(100% - 320px);
}

.class-list ul {
}

.class-list ul li {
	margin: 10px 0px;
}

.class-list ul li a {
	display: block;
	font-weight: bold;
	padding: 10px 20px 10px 40px;
	position: relative;
}

.class-list ul li ul li {
	margin: 0px;
}
.class-list ul li ul li a {
	font-weight: normal;
	padding: 8px 20px 8px 40px;;
}

.class-list ul li a i {
	position: absolute;
	left: 20px;
	top: 10px;
}

.class-list ul li a:hover {}

.class-list ul li a.hover {
	border: 3px solid #c99f72;
	color: #c99f72;
	border-radius: 30px;
}

.pro-list {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.pro-list .prolist-info {
	box-shadow: #f3f3f3 0px 0px 10px;
	width: calc(33.3% - 80px);
	overflow: hidden;
	position: relative;
	padding: 30px;
	display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.pro-list .prolist-img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.pro-list .prolist-para {
}

.pro-list .prolist-info .prolist-img a img {
	width: 100%;
	transform: scale(0.95, 0.95);
	height: auto;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.pro-list .prolist-info .prolist-img a:hover img {
	transform: scale(1, 1);
}

.pro-list .prolist-info h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 30px;
}

.pro-list .prolist-info p {
	color: #666;
	margin-top: 20px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}

.pro-list .prolist-info .more {
	margin-top: 30px;
}


.spro-class {
	margin-top: 90px;
}

.sp-location {
	margin-bottom: 10px;
}

.sp-location a {
	display: inline-block;
	color: #999;
	position: relative;
	margin-right: 6px;
	padding-right: 15px;
}

.sp-location a:after {
	font-family: "iconfont" !important;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 16px;
	content: "\eb8a";
}

.sp-location a:last-child {
	margin: 0px;
	padding: 0px;
}

.sp-location a:last-child:after {
	display: none;
}

.sp-location a:hover {
	color: #4f8df0;
}

.proshow_con {
	margin-top: 50px;
}

.sp-loading {
	position: absolute;
	left: 0px;
	top: 160px;
}

.p-show .page .sp-wrap {
	float: left;
	width: 600px;
	height: 505px;
	overflow: hidden;
}

.sp-large {
	width: 500px !important;
	height: 500px !important;
	overflow: hidden;
	border: 3px solid #eee;
	float: left;
	text-align: center;
}

.sp-large a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	text-align: center;
}

.sp-large img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.sp-thumbs {
	width: 84px;
	overflow: hidden;
	float: right;
	display: flex;
	flex-direction: column;
}

.sp-thumbs a {
	border: 2px solid #eee;
	width: 76px;
	height: 76px;
	overflow: hidden;
	margin-bottom: 5px;
}

.sp-thumbs a.sp-current {
	border: 2px solid #4f8df0;
}

.p-show {
	position: relative;
}

.sp-list {
	float: right;
	width: calc(100% - 640px);
}

.sp-tit {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4em;
}

.sp-stit {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 20px;
}

.sp-phone-tit {
	display: none;
}

.sp-small {
	margin-top: 20px;
	color: #999;
	font-size: 16px;
	line-height: 1.6em;
}

.sp-share {
	margin-top: 30px;
	color: #666;
}

.sp-share i,
.sp-tags i {
	font-size: 14px;
	padding-right: 10px;
	color: #4f8df0;
}

.sp-share a i {
	color: #666;
}

.sp-share a:hover i {
	color: #4f8df0;
}

.sp-tags {
	color: #666;
	margin-top: 15px;
}

.sp-tags a {
	margin-right: 10px;
}

.sp-share span,
.sp-tags span {
	padding-right: 10px;
}

.sp-inquiry {
	margin-top: 30px;
}

/*.sp-inquiry a{ display:inline-block; padding:0px 20px; height:42px; line-height:42px; border-radius:8px; border:1px solid #4f8df0; color:#000; background:#fff; box-shadow:#eee 0px 0px 10px; font-weight:bold;}
.sp-inquiry a:hover{ color:#4f8df0; box-shadow:none;}*/

.sp-btn {
	margin-top: 30px;
}

.sp-btn a.sendinquiry {
	display: inline-block;
	margin-right: 20px;
	width: 140px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #4f8df0;
	color: #fff;
	border: 1px solid #c99f72;
}

.sp-btn a.sendinquiry:hover {
	background: #3b7de6;
}

.sp-btn a.download {
	display: inline-block;
	width: 140px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border: 1px solid #ddd;
	color: #333;
}

.sp-btn a.download:hover {
	border: 1px solid #4f8df0;
	color: #4f8df0;
}

.sp-content {
	padding-top: 50px;
}

.sp-con-tit {
	border-bottom: 1px solid #c99f72;
}

.sp-con-tit span,
.sp-con-tit a {
	display: inline-block;
	padding: 15px 25px;
	background: #f3f3f3;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	margin-right: 3px;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;
}

.sp-con-tit span:hover,
.sp-con-tit a:hover {
	color: #c99f72;
}

.sp-con-tit span.active {
	background: #c99f72;
	color: #fff;
}

.sp-con-list {
	padding-top: 40px;
}

.sp-con-list-box {
	display: none;
}

.sp-con-list-box#info2 table tr td {
	padding: 10px;
}

.sp-con-list-box#info2 table tr td:nth-child(1) {
	width: 130px !important;
	font-weight: bold;
	border-right: 1px solid #ddd;
}

.sp-con-list-box#info2 table {
	border-spacing: 0px;
	border: 1px solid #ddd;
	width: 100%;
}

.sp-con-list-box#info2 table tr:nth-child(even) {
	background: #f7f7f7;
}


.banner-node1 {
	background-image: url(../images/location_bg.jpg);
	background-size: cover;
	height: 45vh;
	background-position: center center;
}

.banner-node1 .wrap {
	height: 100%;
}

.banner-node1 h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	color: #fff;
	position: absolute;
	bottom: 40px;
	left: 0px;
}

.banner-node1 .location {
	position: absolute;
	bottom: 20px;
	left: 0px;
}

.banner-node1 .location a {
	display: inline-block;
	color: #999;
	position: relative;
	margin-right: 5px;
	padding-right: 17px;
}

.banner-node1 .location a:after {
	font-family: "iconfont" !important;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 16px;
	content: "\eb8a";
}

.banner-node1 .location a:last-child {
	margin: 0px;
	padding: 0px;
}

.banner-node1 .location a:last-child:after {
	display: none;
}

.banner-node1 .location a:hover {
	color: #fff;
}


.banner-node {
	height: 710px;
	background: #f9f9f9;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.banner-node h2 {
	text-align: center;
	text-transform: uppercase;
	line-height: 100px;
	margin-top: 310px;
	font-weight: bold;
	font-size: 120px;
	letter-spacing: 15px;
	color: #fff;
	display: block;
	height: 100px;
}

.banner-node .location {
	position: absolute;
	bottom: 20px;
	right: 0px;
	color: #666;
	width: 100%;
	text-align: right
}

.banner-node .location a {
	display: inline-block;
	color: #fff;
	position: relative;
	margin-right: 15px;
	padding-right: 25px;
}

.banner-node .location a:after {
	font-family: "iconfont" !important;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 16px;
	content: "\eb8a";
}

.banner-node .location a:last-child {
	margin: 0px;
	padding: 0px;
}

.banner-node .location a:last-child:after {
	display: none;
}

.banner-node .location a:hover {
	color: #fff;
	opacity: 0.6;
}


/**********新闻************/
.news,
.news-show {
	padding: 100px 0px;
}

.news-list {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}

.news-list .item {
	width: calc(33.3% - 30px);
	position: relative;
}
.news-list .item .pic {
	width: 100%;
	height: 300px;
	background: #f6f6f6;
	overflow: hidden;
}

.news-list .item .pic img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 0.8s all;
	-webkit-transition: 0.8s all;
	-o-transition: 0.8s all;
	-moz-transition: 0.8s all;
	-ms-transition: 0.8s all;
}

.news-list .item .pic a:hover img {
	transform: scale(1.05, 1.05);
}

.news-list .item .para {
	padding: 20px 0px;
	position: relative;
}

.news-list .item a .para:after {
	position: absolute;
	left: 50%;
	bottom: -1px;
	background: #c99f72;
	width: 0px;
	height: 1px;
	content: "";
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.news-list .item a:hover .para:after {
	width: 100%;
	left: 0;
}

.news-list .item h3 {
	margin-top: 30px;
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.news-list .item span {
	display: block;
	margin-top: 20px;
	color: #666;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
}

.news-list .item .datetime {
	float: right;
	text-align: right;
	color: #999;
	margin-top: 30px;
}

.news-list .item .datetime i {
	font-size: 34px;
	font-style: normal;
	display: block;
	color: #666;
	line-height: 1em;
}

.news-list .item .datetime span {
	display: block;
	padding-top: 5px;
}

.news-show-list {}

.news-show-tit {
	font-weight: bold;
	font-size: 40px;
	line-height: 1.6em;
	padding-bottom: 20px;
}
.news-show-date{
	color:#666;
}

.news-show-share {
	margin-top: 10px;
	color: #999;
	font-size: 16px;
	position: relative;
}

.news-show-share a {
	color: #999;
	margin-left: 15px;
}

.news-show-share a:hover {
	color: #c99f72;
}

.show-share-list {
	position: absolute;
	right: 0px;
	text-align: right;
	top: 0px;
}

.show-share-list span {
	font-size: 14px;
}

.news-show-tags {
	font-size: 14px;
	color: #999;
	width: 870px;
}

.news-show-tags a {
	color: #999;
	margin-left: 5px;
}

.news-show-tags i,
.news-show-tags span {
	padding-right: 10px;
}

.news-show-tags a:hover {
	color: #c99f72;
}

.news-show-info {
	color: #c99f72;
	font-size: 16px;
}

.news-show-info span {
	padding: 0px 8px;
}

.news-show-info span:first-child {
	padding-left: 0px;
}

.news-show-con {
	margin-top: 40px;
	background: #fff;
	box-shadow: #f2f2f2 0px 0px 10px;
	padding: 50px;
}

.news-show-con img {
	max-width: 100%;
}
.news-show-con table{
	max-width: 100%;
}

.news-show-other {
	margin-top: 30px;
	display: flex;
}

.news-show-other a {
	color: #999;
	font-size: 16px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}

.news-show-other a:hover {
	color: #c99f72;
}

.news-show-other a i {
	position: relative;
	display: inline-block;
	width: 40px;
	text-align: center;
}

.news-show-other a i:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 10px;
	background: #c99f72;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	z-index: -1;
}

.news-show-back,
.news-show-prev,
.news-show-next {
	width: 33.3%;
}

.news-show-back {
	text-align: center;
}

.news-show-next {
	text-align: right;
}

.news-show-prev a,
.news-show-next a {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.news-show-prev a i {
	margin-right: 20px;
	color: #fff;
}

.news-show-next a i {
	margin-left: 20px;
	color: #fff
}

.news-show-prev a i,
.news-show-next a i {
	font-size: 20px;
}

.news-show-back a {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	text-align: center;
}


/**********user case************/
.case {
	padding: 100px 0px;
}

.case-list {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	margin-top: 60px;
	justify-content: space-between;
}

.case-list .item {
	width: calc(50% - 20px);
	position: relative;
	border-bottom: 1px solid #ddd;
}

.case-list .item .more {
	position: absolute;
	bottom: 34px;
	right: 0px;
}

.case-list .item h3 {
	display: block;
	width: calc(100% - 160px);
	line-height: 30px;
	font-size: 24px;
	padding: 40px 0px;
	font-weight: bold;
}

.case-list .item .smallcon {
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 10;
	width: 80%;
	font-size: 20px;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.6);
	padding: 20px;
	color: #fff;
}

.case-list .item .pic {
	position: relative;
	width: 100%;
	height: 484px;
	overflow: hidden;
}

.case-list .item .pic img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 0.8s all;
	-webkit-transition: 0.8s all;
	-o-transition: 0.8s all;
	-moz-transition: 0.8s all;
	-ms-transition: 0.8s all;
}

.case-list .item .pic a:hover img {
	transform: scale(1.05, 1.05);
}

.case-tit {
	font-size: 30px;
	font-weight: bold;
	background: url(../images/ico.png) no-repeat left top;
	padding-left: 40px;
}

.case-content {
	margin-top: 40px;
}

.case-list-tit {
	margin-top: 80px;
	font-size: 30px;
	font-weight: bold;
	background: url(../images/ico.png) no-repeat left top;
	padding-left: 40px;
}


/************faq************/

.faq {
	padding-bottom: 80px;
	margin:0 15%;
}

.faq-infos {
	margin-top: 80px;
}

.faq-list {
	border-top: 5px solid #000;
}

.faq-item {
	border-bottom: 2px solid #000;
}

.faq-item a {
	display: block;
	position: relative;
	line-height: 30px;
	padding: 20px 100px 20px 20px;
	font-size: 16px;
}

.faq-item a i {
	position: absolute;
	right: 20px;
	top: 25px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
}

.faq-item.faq_open {
	background: #f6f6f6;
	color: #fff;
}

.faq-item.faq_open a i:after {
	display: none;
}

.faq-item a i:after {
	width: 2px;
	height: 12px;
	content: "";
	position: absolute;
	left: 9px;
	top: 4px;
	background: #000;
}

.faq-item a i:before {
	width: 12px;
	height: 2px;
	content: "";
	position: absolute;
	left: 4px;
	top: 9px;
	background: #000;
}

.faq-item.faq_open a i:before {
	background: #c99f72;
}

.faq-item div#faq_infos {
	display: none;
	color: #999;
	margin: 0px 20px;
	padding: 30px;
	border-top: 1px solid #c99f72;
}

.faq-item.faq_open a {
}

.faq-item.faq_open div#faq_infos {
}

.faq-item div#faq_infos a {
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 10px;
	background-color: #1442b6;
	margin-top: 15px;
}

.faq-item div#faq_infos a:hover {
	background-color: #1d4bc1;
}

.faq-item div#faq_infos a span {
	font-size: 18px;
	padding-right: 10px;
}


/************about************/
.about {}

.about {
	position: relative;
	margin-top: 80px;
}

.history-list {
	margin: 0 20%;
}

.history-list .history-item {
	display: flex;
	align-items: center;
	margin: 10px 0px;
	padding:15px 0px;
	gap: 30px;
}

.history-list .history-item:nth-child(odd) {
	background-color: #f6f6f6;
}

.history-list .history-item:nth-child(even) {
	background-color: #f7e5d2;
}


.history-list .history-item h4,
.history-list .history-item p {}

.history-list .history-item h4 {
	text-align: right;
	width: 30%;
}

.honors-list {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}
.honors-list  .item{
	width: calc(25% - 30px);
	overflow: hidden;
}
.honors-list  .item .pic img{
	width: 100%;
	height: auto;
}
.honors-list  .item h3{
	text-align: center;
	padding-top: 15px;
}

.development-list {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
    align-items: flex-end;
}
.development-list  .item{
	width: calc(25% - 30px);
	overflow: hidden;
}
.development-list  .item .pic img{
	width: 100%;
	height: auto;
}
.development-list  .item h3{
	text-align: center;
	padding-top: 15px;
}



/***************contact ***************/
.contact {
	padding: 100px 0px;
	display: flex;
	gap: 80px;
	flex-wrap: wrap;
}

.contact-small {
	font-size: 24px;
	line-height: 1.6;
	padding-top: 100px;
}

.contact-bg {
	margin-top: 70px;
}

.contact-infos {}

.contact-infos-item {
	position: relative;
	margin: 20px 0px;
}

.contact-infos-item i {
	font-size: 20px;
	position: absolute;
	left: 0px;
	top: 5px;
	color: #c99f72;
}

.contact-infos-item p {
	padding-left: 35px;
	font-size: 18px;
	line-height: 30px;
}

.contact-msg {
	width: calc(50% - 202px);
	padding: 50px;
	border: 1px solid #eee;
}

.contact-list {
	width: calc(50% - 40px);
}

.contact-tit {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
}

.contact-form {
	margin-top: 40px;
}

.msg-row {}

.msg-row {
	width: 100%;
	margin-top: 30px;
	position: relative;
}

.msg-row .txt {
	border-bottom: 1px solid #000;
	height: 20px;
	padding: 5px 0px;
	line-height: 20px;
	width: 100%;
}

.msg-row .txt::placeholder {
	color: #000;
	font-size: 14px;
}

.msg-row .text::placeholder {
	color: #000;
	font-size: 14px;
}

.msg-row .text {
	width: 100%;
	border-bottom: 1px solid #000;
	height: 50px;
	line-height: 20px;
	padding: 15px 0px;
}

.msg-txt-wrong {
	position: absolute;
	top: -10px;
	left: 0px;
	color: red;
}

.msg-code {
	margin-top: 30px;
	position: relative;
}

.msg-code .txt {
	border-bottom: 1px solid #000;
}

.msg-btn {
	margin-top: 60px;
	text-align: center;
}





/**************download**********/
.download {
	padding: 130px 0px 100px 0px;
}

.down-list {
	padding-bottom: 50px;
}

.down-list ul {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.down-list ul li {
	width: calc(33.33% - 20px);
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
}

.down-list ul li a {
	display: block;
	background: #f7f7f7;
	padding: 30px;
	position: relative;
	padding-bottom: 50px;
}

.down-list ul li .down-ico {
	position: absolute;
	left: 30px;
	top: -30px;
	height: 60px;
	line-height: 60px;
	width: 60px;
	text-align: center;
	background: #fff;
	box-shadow: #eee 0px 0px 10px;
	border-radius: 50%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.down-list ul li .down-ico i {
	font-size: 30px;
	color: #c99f72;
}

.down-list ul li a:hover .down-ico {
	background: #c99f72;
}

.down-list ul li a:hover .down-ico i {
	font-size: 30px;
	color: #fff;
}

.down-list ul li .down-img img {
	width: 232px;
	height: 232px;
}

.down-list ul li h3 {
	display: block;
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	padding-top: 40px;
}

.down-list ul li .down-small {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 20px;
	color: #666;
}



.msg-row.msg-row-orderid {
	border-bottom: 1px solid #000;
}

.msg-row.msg-row-orderid .txt {
	border-bottom: none;
	padding-bottom: 0px;
}

.msg-row.msg-row-orderid .msg-txt-info {
	color: #999;
	padding-bottom: 20px;
}



.search-form {}

.search-list {
	margin-bottom: 60px;
}

.search-form-list {
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	width: 60%;
	margin: 0 auto;
	padding: 0px;
	margin-top: 80px;
	margin-bottom: 60px;
	height: 60px;
	line-height: 60px;
	display: flex;
}

.search-form-txt {
	width: calc(100% - 70px);
	margin-left: 15px;
}

.search-form-txt input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 5px;
}

.search-form-btn {
	background: #c99f72;
	width: 70px;
	text-align: center;
	cursor: pointer;
	height: 60px;
	margin-left: 15px;
	position: relative;
	color: #fff;
}

.search-form-btn i {
	font-size: 22px;
	width: 70px;
}

.search-form-btn i:before {}

.search-list-tit {
	font-size: 30px;
	font-weight: bold;
	margin-top: 30px;
}

.search-list-tit i {
	color: #c99f72;
	font-style: normal;
}

.searchlist {
	padding-top: 40px;
}

.searchlist ul li {
	padding: 20px 0px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
}

.searchlist ul li a {
	font-weight: bold;
	word-break: break-all;
}

.searchlist ul li p {
	margin-top: 15px;
	color: #666;
	padding: 0px 15px;
}

.searchlist ul li div {
	margin-top: 15px;
	color: #666;
	padding: 0px 15px;
}

.search-txt {
	color: #666;
}

.search-contact {
	margin-top: 30px;
}


.pagination {
	padding: 50px 0px 50px 0px;
}

.pagination a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-right: 3px;
	text-align: center;
	border: 1px solid #ddd;
	position: relative;
}

.pagination a.active {
	background: #c99f72;
	border: 1px solid #c99f72;
	color: #fff;
}

.pagination a.active:hover {
	background: #c99f72;
	border: 1px solid #c99f72;
	color: #fff;
}

.pagination a:hover {
	background: #eee;
}

.pagination a.p_prev:after {
	content: "\eb95";
	font-size: 22px;
	font-family: "iconfont" !important;
}

.pagination a.p_next:after {
	content: "\eb8a";
	font-size: 22px;
	font-family: "iconfont" !important;
}

.pagination a.p_home:after {
	content: "\e6c5";
	font-size: 18px;
	font-family: "iconfont" !important;
}

.pagination a.p_last:after {
	content: "\e6c4";
	font-size: 18px;
	font-family: "iconfont" !important;
}


@media only screen and (max-width: 1440px) {
	.banner-node1 {
		margin-top: 60px;
	}

	.banner-node {
		margin-top: 60px;
		height: 600px;
	}

	.banner-node h2 {
		margin-top: 250px;
		font-size: 100px;
	}

	.p-show {
		padding: 60px 0px;
	}

	.p-show .page .sp-wrap {
		width: 480px;
		height: 480px;
	}

	.sp-large {
		width: 400px !important;
		height: 400px !important;
	}

	.sp-thumbs {
		width: 64px;
	}

	.sp-thumbs a {
		width: 60px;
		height: 60px;
	}

	.sp-list {
		width: calc(100% - 520px);
	}

	.sp-tit {
		font-size: 24px;
	}

	.sp-stit {
		font-size: 22px;
		margin-top: 15px;
	}

	.sp-small {
		font-size: 14px;
	}

	.sp-share {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 1300px) {

	.banner-node1 .location,
	.banner-node1 h2 {
		padding-left: 20px;
	}

	.banner-node {
		height: 540px;
		background-size: cover !important;
	}

	.banner-node h2 {
		margin-top: 200px;
		font-size: 80px;
	}

	.banner-node .location {
		right: 20px;
	}

	
	.main{
		padding:50px 20px;
	}

	.prolist {}

	.pro-list {
		padding: 0px 20px;
	}

	.pro-list .prolist-img {
		height: auto;
	}

	.pro-list .prolist-info h4 {
		margin-top: 20px;
	}

	.pro-list .prolist-info p {
		margin-top: 15px;
	}

	.pro-list .prolist-info .more {
		margin-top: 20px;
	}

	.sp-con-list-box img {
		max-width: 100%;
		height: auto;
	}

	.sp-con-list-box table {
		max-width: 100%;
	}

	.spro-class {
		margin-top: 60px;
		background: #f6f6f6;
	}

	.p-show {
		padding: 0px 0px 40px 0px;
	}



	.class-bg {
		padding: 20px 0px;
	}

	.class-list ul li a.hover {
		border: none;
	}

	.class-list ul li a {
		margin-right: 0px;
	}

	.about {}

	.about-video {
		top: 90px;
		height: 400px;
		overflow: hidden;
	}

	.about-video img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.about-infos .about-logo img {
		height: 50px;
	}

	.about-more .more a {}

	.about-items {
		margin-top: 20px;
	}

	.about-items .about-item {
		padding-top: 100px;
	}

	.about-items .about-item em {
		font-size: 40px;
	}

	.about-items .about-item h4 {
		font-size: 20px;
		padding: 20px 0px;
	}

	
	.faq {
		padding: 0px 20px;
		padding-bottom: 60px;
		margin: 0px;
	}

	.faq-infos {
		margin-top: 40px;
		display: block;
	}

	.faq-class {
		border: none;
		font-size: 20px;
		padding: 0px;
		padding-bottom: 20px;
	}

	.faq-class,
	.faq-list {
		width: 100%;
	}

	.faq-item a {
		line-height: 1.2;
		padding: 15px 60px 15px 15px;
		font-size: 16px;
	}

	.download {
		padding: 60px 0px;
	}

	.down-list {
		padding: 0px 20px;
		padding-bottom: 40px;
	}

	

	.case {
		padding: 60px 0px;
	}

	.case-infos {
		padding: 0px 20px;
	}

	.case-list-tit {
		margin: 0px 20px;
		margin-top: 60px;
	}

	.case-list {
		padding: 0px 20px;
	}

	.case-list .item h3 {
		font-size: 18px;
		padding: 30px 0px;
	}

	.case-list .item .pic {
		height: 400px;
	}

	.news,
	.news-show {
		padding: 60px 0px;
	}

	.news-list {
		padding: 0px 20px;
	}

	.news-show-list {
		padding: 0px 20px;
	}

	.news-show-tit {
		font-size: 30px;
	}

	.news-show-other {
		margin: 15px 20px 0px 20px;
	}

	.news-show-tags {
		width: 700px;
	}

	.news-list .item .pic {
		height: 300px;
	}

	.news-list .item .news-more {
		top: 280px;
	}

	.contact {
		padding: 60px 0px;
	}

	.contact-bg {
		padding: 70px 20px;
		margin-top: 0px;
	}

	.contact.w1400 {
		padding: 60px 20px;
		width: calc(100% - 40px);
	}

	.contact-tit {
		line-height: 1.2;
		font-size: 26px;
	}



	.search-list {
		margin-bottom: 40px;
		padding: 0px 20px;
		width: calc(100% - 40px);
	}

	.pagination {
		padding: 20px;
	}
}

@media only screen and (max-width: 1000px) {
	.product {
		padding: 40px 0px;
	}

	.pro-list {
		gap: 20px;
	}

	.pro-list .prolist-info h4 {
		margin-top: 0px;
	}

	.pro-list .prolist-info {
		padding: 20px;
	}

	.pro-list .prolist-info p {
		margin-top: 15px;
	}

	.pro-list .prolist-info .more {
		margin-top: 20px;
	}

	.pro-list .prolist-para {
		margin-left: 0px;
		width: 50%;
	}

	.news-show-con img {
		max-width: 100%;
		height: auto;
	}

	.p-show .page .sp-wrap {
		width: 440px;
		height: 440px;
	}

	.sp-large {
		width: 360px !important;
		height: 360px !important;
	}

	.sp-thumbs {
		width: 56px;
	}

	.sp-thumbs a {
		width: 52px;
		height: 52px;
	}


	.sp-list {
		width: calc(100% - 480px);
	}

	.sp-tit {
		font-size: 20px;
	}

	.sp-stit {
		font-size: 22px;
		margin-top: 15px;
	}

	.sp-small {
		font-size: 14px;
	}

	.sp-share {
		margin-top: 20px;
	}



}

@media only screen and (max-width:860px) {

	.banner-node {
		height: 360px;
	}

	.banner-node h2 {
		margin-top: 140px;
		font-size: 70px;
	}

	.about {
		padding: 0px 20px;
	}

	.about-video {
		position: relative;
		width: 100%;
		top: 0px;
	}

	.about-infos {
		float: none;
		width: 100%;
		padding-left: 0px;
		background: none;
	}

	.about-content {
		padding-right: 0px;
	}

	.about-items .about-item {
		padding-top: 40px;
		width: 50%;
	}

	.about-items .about-item em {
		font-size: 30px;
	}

	.about-items .about-item h4 {
		font-size: 18px;
		padding: 20px 0px;
	}

	.prolist {}

	.p-show .page .sp-wrap {
		width: 340px;
		height: 340px;
	}

	.sp-large {
		width: 280px !important;
		height: 280px !important;
	}

	.sp-thumbs {
		width: 44px;
	}

	.sp-thumbs a {
		width: 40px;
		height: 40px;
	}

	.sp-list {
		width: calc(100% - 370px);
	}

	.sp-tit {
		font-size: 18px;
	}

	.sp-stit {
		font-size: 20px;
		margin-top: 15px;
	}

	.sp-small {
		font-size: 14px;
	}

	.sp-share {
		margin-top: 20px;
	}

	.sp-inquiry {
		margin-top: 20px;
	}

	.case-list .item .pic {
		height: 300px
	}

	.case-tit {
		font-size: 25px;
	}

	.case-content {
		margin-top: 30px;
	}

	.case-list .item .smallcon {
		left: 30px;
		top: 30px;
	}

	.case-list-tit {
		font-size: 25px;
		margin-top: 40px;
	}

	.case-list {
		margin-top: 30px;
	}

	.down-list ul li h3 {
		font-size: 24px;
		padding-top: 20px;
	}

	.down-list ul li a {
		padding-bottom: 30px;
	}

	.down-list ul li .down-small {
		margin-top: 10px;
	}

	.video-list .item .pic {
		height: 240px;
	}



	.news-list .item {
		width: 100%;
	}

	.news-list .item .pic {
		height: 260px;
	}

	.news-list .item .news-more {
		top: 240px;
	}


	.news-list .item .para h3 {
		font-size: 18px;
	}

	.news,
	.news-show {
		padding: 40px 0px;
	}

	.news-show-share {
		padding-top: 0px;
		font-size: 14px;
	}

	.news-show-share .iconfont {
		font-size: 14px;
	}

	.show-share-list {
		position: relative;
		text-align: left;
		padding-bottom: 10px;
	}

	.news-show-tags {
		position: relative;
		width: 100%;
		text-align: left;
		padding-left: 0px;
	}

	.news-show-tags i {
		display: none;
	}

	.news-show-con {
		padding: 20px;
	}

	.news-show-other a {
		font-size: 14px;
	}

	.news-show-other a i {
		width: 30px;
		line-height: 30px;
	}

	.news-show-next a i {
		margin-left: 12px;
	}

	.news-show-prev a i {
		margin-right: 12px;
	}

	.news-show-other a i:after {
		height: 30px;
		line-height: 30px;
		width: 30px;
		top: 0px;
	}

	.contact {
		padding:40px 20px;
		gap:0px;
	}

	.contact-small {
		padding-top: 40px;
		font-size: 20px;
	}

	.contact-bg {
		margin-top: 0px;
	}

	.contact.w1400 {
		padding: 40px 20px;
	}

	.contact-msg {
		width: calc(100% - 102px);
	}

	.contact-list {
		width: 100%;
	}

	.contact-bg {
		padding: 30px 0px;
	}

	

	.search-form-list {
		width: 80%;
		margin-top: 80px;
		margin-bottom: 60px;
		height: 50px;
		line-height: 50px;
	}

	.search-form-txt input {
		height: 40px;
		line-height: 40px;
	}

	.search-list-tit {
		font-size: 20px;
	}
}

@media only screen and (max-width:780px) {
	.pro-list .prolist-info {
		display: block;
	}

	.pro-list .prolist-img,
	.pro-list .prolist-para {
		width: 100%;
	}

	.pro-list .prolist-para {
		margin-top: 15px;
	}

	.case-list .item {
		width: 100%;
	}

	.case-list .item .pic {
		height: 360px
	}
}

@media only screen and (max-width:700px) {
	.prolist {}

	.p-show .page .sp-wrap {
		width: 340px;
		height: auto;
	}

	.sp-large {
		width: 280px !important;
		height: 280px !important;
	}

	.sp-thumbs {
		width: 44px;
	}

	.sp-thumbs a {
		width: 40px;
		height: 40px;
	}

	.sp-list {
		width: 100%;
		padding-top: 20px;
	}

	.sp-tit {
		font-size: 16px;
	}

	.sp-stit {
		font-size: 20px;
		margin-top: 15px;
	}

	.sp-small {
		font-size: 14px;
	}

	.sp-share {
		margin-top: 20px;
	}

	.sp-inquiry {
		margin-top: 20px;
	}

	.sp-con-tit span,
	.sp-con-tit a {
		font-size: 14px;
		padding: 10px 18px;
	}

}

@media only screen and (max-width:440px) {
	.banner-node {
		height: 260px;
	}

	.banner-node h2 {
		margin-top: 70px;
		font-size: 34px;
		line-height: 1.2;
		padding: 0px 20px;
		letter-spacing: 5px;
	}

	.banner-node .location a {
		margin-right: 5px;
		padding-right: 19px;
	}

	.about {
		margin-top: 40px;
		height: auto;
		padding-bottom: 50px;
	}

	.about-video img {
		width: 100%;
		height: auto;
	}

	.about-video {
		height: auto;
		width: 100%;
		top: 0px;
	}

	.about-bg {
		width: calc(100% - 40px);
	}

	.about-infos {
		position: relative;
		padding-top: 40px;
		top: 0px;
		width: 100%;
		padding-left: 0px;
	}

	.about-infos .about-logo img {
		height: 30px;
	}

	.about-infos .about-content {
		padding-right: 0px;
		margin: 20px 0px;
	}

	.about-items .about-item {
		padding-top: 40px;
		width: 100%;
	}

	.about-items .about-item em {
		font-size: 30px;
	}

	.about-items .about-item h4 {
		font-size: 18px;
		padding: 20px 0px;
	}

	.main img{
		max-width: 100%;
		height: auto;
	}

	.history-list{
		margin:0px;
	}
	.honors-list,.development-list{
		gap:15px;
	}
	.honors-list .item,.development-list .item{
		width: calc(50% - 18px);
	}

	.class-list{ display: none;}


	.prolist{
		width: 100%;}
	.pro-list {
		display: block;
	}

	.pro-list .prolist-info {
		width: calc(100% - 40px);
		margin-bottom: 15px;
	}

	.pro-list .prolist-img,
	.pro-list .prolist-para {
	}

	.pro-list .prolist-para {
		margin-top: 0px;
	}

	.sp-con-tit {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 1px;
	}

	.sp-con-tit span {
		margin: 0px;
		width: calc(50% - 1px);
		padding: 10px 0px;
		text-align: center;
	}

	.sp-con-list {
		padding-top: 30px;
	}

	.banner-node1 {
		background-size: cover;
		background-position: left;
		height: 220px;
	}

	.banner-node1 h2 {
		font-size: 40px;
	}

	.case-list .item {
		width: 100%;
	}

	.case-list .item .pic {
		height: 280px
	}

	.case-list .item h3 {
		padding: 25px 0px;
	}

	.case-list .item .more {
		bottom: 18px;
	}

	.news-show-tit {
		font-size: 22px;
		line-height: 1.4;
	}


	.down-list ul li {
		width: 100%;
	}

	.contact-msg {
		padding: 30px;
		width: calc(100% - 62px);
	}

	.contact-form {
		margin-top: 30px;
	}

	.msg-btn {
		margin-top: 30px;
	}

	.msg-row {
		margin-top: 10px;
	}

	.contact-small {
		font-size: 18px;
	}

	.contact-infos-item p {
		font-size: 14px;
	}

	.contact-bg {
		padding: 0px;
	}

	.contact-infos-item {
		margin: 10px 0px;
	}

	.search-form-list {
		width: 80%;
		margin-top: 40px;
		margin-bottom: 30px;
		height: 50px;
		line-height: 50px;
	}

	.searchlist {
		padding-top: 20px;
	}

	.searchlist ul li p,
	.searchlist ul li div {
		padding: 0px;
	}

	.search-list {
		margin-bottom: 0px;
	}
}