/*头部开始*/

#nb_icon_wrap {
	display: none!important;
}

header {
	width: 100%;
	position: absolute;
	/* left: 0; */
	/* z-index: 111; */
}

.headerOne {
	line-height: 40px;
	height: 40px;
	/* float: right; */
	width: 100%;
	position: absolute;
	top: 0;
	right: 12.5%;
	z-index: 222;
	text-align: right;
}

.headerOne a {
	display: inline-block;
	width: 109px;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.28);
	color: rgba(255, 255, 255, 1);
}

.headerOne a:hover {
	background: #373737;
}

.headerOne .kefu:hover {
	background: #373737;
	color: #ffffff!important;
}

.dingzhi {
	background: rgba(0, 121, 73, 1);
}

.kefu {
	background: rgba(255, 255, 255, 1);
	color: rgba(34, 34, 34, 1)!important;
}

.zhaoshang {
	background: rgba(198, 67, 37, 1);
}

.headerTwo {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	clear: both;
	align-items: center;
	padding-top: 60px;
	box-sizing: border-box;
}

.headerTwo-left {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	z-index: 11;
	width: 19.89%;
}

.logo {
	position: absolute;
	z-index: 11;
	right: 40.6%;
	width: 17.73%;
}

.headerTwo-left .Open {
	cursor: pointer;
	width: 20%;
	/*display: block!important;*/
}

.close {
	cursor: pointer;
}
.search {
	position: relative;
	width: 85%;
	overflow: hidden;
}
.search img {
	float: left;
	margin-left: 20px;
	margin-top: 8px;
}
.search .search_input {
	height: 30px;
	background: transparent;
	border-radius: 5px;
	padding:0 10px;
	outline: none;
	border:none;
	color:#ccc;
	float: left;
	width: calc(100% - 70px);
	box-sizing: border-box;
}
.search .search_input:focus{
	border:1px solid #ccc;
	margin-left: 10px;
}
.headerTwo-right {
	display: flex;
	position: relative;
	z-index: 218;
	right: 0;
	justify-content: space-between;
	align-items: center;
}

.headerTwo-right p {
	font-size: 12px;
	font-weight: bold;
	color: rgba(204, 204, 204, 1);
	line-height: 36px;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
}

.headerTwo-right p img {
	margin-right: 12px;
}

.banner {
	position: relative;
}

.advice {
	position: absolute;
	top: 43%;
	left: 12.5%;
	margin-left: 15.5%;
	width: 59.5%;
}

.advice h3 {
	font-size: 18px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 15px;
}

.advice p {
	width: 649px;
	font-size: 72px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 90px;
	opacity: 0.85;
}

.nav {
	position: absolute;
	top: 0;
	left: 0;
	background: #353b3b;
	width: 100%;
	bottom: 0;
	right: 0;
	display: none;
	z-index: 222;
	height: 1000px;
}

.hideleft {
	padding-top: 70px;
	box-sizing: border-box;
	width: 60%;
	border-right: 1px solid #656162;
	padding-bottom: 100px;
	opacity: 0;
}

.hideleft p {
	display: flex;
	align-items: center;
	width: 100px;
}

.hideleft img {
	margin-right: 20px;
}

.hideleft-nav {
	margin-top: 60px;
}

.hideleft li {
	line-height: 50px;
	font-size: 24px;
	position: relative;
	width: 40%;
}

.hideleft li:hover>a {
	color: #c64325;
}

.hideleft li:hover ul {
	display: block;
}

.hideleft li a {
	color: #cccccc;
	display: block;
	padding-left: 40px;
	box-sizing: border-box;
}

.hideleft li a {
	transition: .6s;
}

.hideleft li:hover a {
	transform: translateX(10px);
}

.hideleft li>ul {
	position: absolute;
	left: 100%;
	top: 40px;
	display: none;
	width: 100%;
}

.hideleft li>ul li {
	line-height: 38px;
	font-size: 16px;
}

.navActive-line {
	background: url(../images/jiantou.png) no-repeat;
	content: " ";
	width: 100%;
	height: 7px;
	background-size: 100%;
	/* display: none;*/
	opacity: 0;
}

.hideleft li:hover .navActive-line {
	opacity: 1;
}

.hideright {
	width: 40%;
	padding-left: 30px;
	box-sizing: border-box;
	padding-top: 45%;
}

.hideright p {
	font-size: 14px;
	color: #cccccc;
	line-height: 36px;
}

.hideright p:nth-child(2) {
	font-size: 12px;
}


/*头部结束*/


/*页脚开始*/

.footer-nav {
	background: #000;
	display: flex;
	justify-content: space-between;
	padding: 50px 0 40px;
}

.footer-nav .box {
	padding: 0 140px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.footer-nav li a {
	font-size: 14px;
	color: rgba(153, 153, 153, 1);
	line-height: 30px;
}

.footer-nav li a:hover {
	color: #c64325;
	text-decoration: underline;
	padding-bottom: 2px;
}

.footer-nav li:first-child a {
	font-size: 16px;
	color: rgba(204, 204, 204, 1);
	line-height: 36px;
}

.footer-bottom {
	background: #000000;
	position: relative;
}

.footer-erweima {
	display: flex;
	justify-content: space-around;
	width: 275px;
	margin: 0 auto;
	padding: 55px 0 40px;
	box-sizing: border-box;
}

.footer-erweima>div {
	width: 120px;
}

.footer-erweima>div img {
	width: 120px;
	height: 120px;
}
.footer-erweima-wx{
	justify-content: flex-start;
	position: absolute;
	right: 100px;
	top:50%;
	width: auto;
	transform: translateY(-50%);
}
.footer-erweima-wx > div{
	margin-right: 7px;
	width: 120px;
	text-align: center;
}
#side li .footer-erweima-wx{
	width: auto;
	transition: all 0.5s;
	opacity: 0;
	transform: translate(-10px,-50%);
	visibility: hidden;
}
#side li:hover .footer-erweima-wx{
	opacity: 1 !important;
	transform: translate(0,-50%) !important;
	visibility: visible !important;
}
.footer-bottom {
	text-align: center;
	padding-top: 20px;
}

.footer-bottom>div {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 24px;
}

.footer-bottom p {
	font-size: 14px;
	font-weight: 400;
	color: rgba(204, 204, 204, 1);
	line-height: 24px;
}

.footer-bottom p:nth-child(2) {
	padding-top: 35px;
	box-sizing: border-box;
	border-top: 1px solid #1a1a1a;
}

.footer-bottom p:last-child {
	font-size: 12px;
	color: rgba(255, 255, 255, 1);
	line-height: 30px;
	opacity: 0.5;
	padding: 0 0 145px;
	box-sizing: border-box;
}

.top {
	width: 53px;
	height: 53px;
	background: rgba(198, 67, 37, 1);
	position: absolute;
	bottom: 366px;
	right: 65px;
	font-size: 12px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


/*页脚结束*/

.section {
	width: 100%;
}

.one-advice {
	position: absolute;
	top: 44.6%;
	left: 12.5%;
	display: flex;
	align-items: flex-start;
	opacity: 0;
}

.one-advice p:last-child {
	width: 450px;
	font-size: 4.5rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 5.4rem;
	opacity: 0.85;
	font-family: Modern;
	letter-spacing: 8px;
}

.one-advice p:first-child {
	width: 126px;
	font-size: 18px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	margin-top: 3.1%;
	letter-spacing: 2px;
}

.line {
	/*width: 170px;*/
	width: 9.2%;
	height: 1px;
	background: rgba(255, 255, 255, 1);
	opacity: 0.5;
	margin-top: 4.6%;
	margin: 4.6% 2.6% 0 1%;
}

.Nav {
	background: #000000;
}

.Nav .box {
	width: 64%;
	padding: 40px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.Nav a {
	width: 180px;
	height: 60px;
	line-height: 60px;
	/* display: inline-block; */
	/* padding: 2% 2.9%; */
	text-align: center;
	font-size: 1.125rem;
	color: rgba(204, 204, 204, 1);
}

.Nav a:hover {
	color: rgba(198, 67, 37, 1);
}

.Nav .navActive {
	color: rgba(198, 67, 37, 1);
	border: 1px solid rgba(198, 67, 37, 1);
	border-radius: 29px;
}

.Introduction {
	background: #373737;
	padding: 5.4% 0 6.7%;
}

.Introduction-img {
	width: 42%;
	opacity: 1;
}

.Introduction-text {
	width: 50%;
	opacity: 1;
}

.Introduction-text span {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(204, 204, 204, 1);
	line-height: 72px;
}

.Introduction-text h4 {
	font-size: 48px;
	font-family: Arial;
	font-weight: bold;
	color: rgba(255, 254, 254, 1);
	line-height: 72px;
}

.Introduction-text p {
	font-size: 14px;
	font-weight: 400;
	color: rgba(204, 204, 204, 1);
	line-height: 36px;
}

.BrandStory {
	background: #000000;
	padding-left: 12.5%;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	padding: 110px 0 140px 12.5%;
}

.BrandStory span {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(204, 204, 204, 1);
	line-height: 72px;
}

.BrandStoryone {
	display: flex;
	width: 57.14%;
	opacity: 0;
}

.BrandStoryone p {
	font-size: 2.25rem;
	font-weight: bold;
	color: rgba(255, 254, 254, 1);
	line-height: 2.8rem;
}

.BrandStoryone-img {
	width: 37%;
	padding-right: 2.5%;
	box-sizing: border-box;
}

.BrandStorytwo {
	display: flex;
	justify-content: space-between;
	width: 42.86%;
	padding-left: 15.86%;
	box-sizing: border-box;
	opacity: 0;
}

.BrandStorytwo>div {
	width: 48%;
}

.BrandStorytwo p {
	font-size: 1.5rem;
	font-weight: bold;
	color: rgba(255, 254, 254, 1);
	line-height: 2.25rem;
}

.BrandStorythree {
	width: 24.4%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	opacity: 0;
}

.BrandStorythree-img {
	width: 43.4%;
}

.BrandStorythree p {
	font-size: 1.5rem;
	font-weight: bold;
	color: rgba(255, 254, 254, 1);
	line-height: 2.25rem;
}

.BrandStorythree-text {
	width: 52%;
}

.BrandStoryfour {
	width: 50%;
	display: flex;
	align-items: flex-end;
	margin-left: 7.8%;
	margin-top: -10%;
	opacity: 0;
}

.BrandStoryfour-img {
	width: 50%;
}

.BrandStoryfour-text {
	width: 50%;
	padding-left: 10%;
	box-sizing: border-box;
}

.BrandStoryfour p {
	font-size: 1.875rem;
	font-weight: bold;
	color: rgba(255, 254, 254, 1);
	line-height: 3rem;
}

.Qualification {
	background: #373737;
	padding: 130px 0 100px;
	box-sizing: border-box;
}

.Qualification-img {
	opacity: 0;
}

.Qualification-text {
	display: flex;
	justify-content: space-between;
	line-height: 4.5rem;
}

.Qualification-text-left {
	width: 36%;
	opacity: 0;
}

.Qualification-text-left span {
	font-size: 1.125rem;
	font-weight: bold;
	color: rgba(204, 204, 204, 1);
	margin-top: 30px;
	display: block;
}

.Qualification-text-left h4 {
	font-size: 3rem;
	font-weight: bold;
	color: rgba(255, 254, 254, 1);
	letter-spacing: 1px;
	line-height: 4rem;
	font-family: Arial;
}

.Qualification-text-right {
	width: 64%;
	margin-top: 100px;
	opacity: 0;
}

.Qualification-text-right p {
	font-size: 0.875rem;
	font-weight: 400;
	color: rgba(204, 204, 204, 1);
	line-height: 1.5rem;
	margin-bottom: 30px;
}

.Honor {
	background: #000000;
}

.title {
	text-align: center;
	overflow: hidden;
}

.title span {
	font-size: 1.125rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(204, 204, 204, 1);
	display: block;
	margin-top: 100px;
}

.title h4 {
	font-size: 3rem;
	font-weight: bold;
	color: rgba(255, 254, 254, 1);
	margin: 10px 0;
}


/*新闻动态开始*/

.news-advice p:first-child {
	width: 82px;
	margin-top: 4%!important;
	width: 86px;
}

.news-advice .line {
	width: 170px;
	margin: 5.9% 2.6% 0 1%;
}

.news .Nav .box {
	width: 34.7%;
}

.newscontent {
	background: #373737;
	display: none;
}

.newscontent .box {
	padding-top: 85px;
	box-sizing: border-box;
}

.newscontent-list {
	width: 48.75%;
	border-top: 1px solid #9b9b9b;
	opacity: 0;
}

.newsData {
	width: 95px;
	/* font-size: 2rem; */
	font-size: 2.25rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	margin-top: 20px;
	margin-bottom: 17px;
	font-family: Arial;
}

.newsYear {
	/*	font-size:1.5rem;*/
	font-size: 1.25rem;
	font-weight: 400;
	color: #a8a8a8;
	display: flex;
	align-items: center;
	font-family: Arial;
}

.newsYear img {
	margin-right: 5px;
}

.newsTime {
	/*font-size:1.5rem;*/
	font-size: 1.25rem;
	font-weight: 400;
	color: #a8a8a8;
	display: flex;
	align-items: center;
	font-family: Arial;
}

.newsTime img {
	margin-right: 5px;
}

.newscontent-right {
	width: 75.5%;
}

.newscontent-right h5 a {
	font-size: 24px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 15px;
	height: 64px;
	line-height: 32px;
}

.newscontent-right h5 a:hover {
	color: rgba(255, 255, 255, 1);
}

.newscontent-right p {
	font-size: 14px;
	/* font-family: Microsoft YaHei; */
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 24px;
	opacity: 0.8;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 44px;
}

.newsImg {
	overflow: hidden;
	width: 100%;
	cursor: pointer;
}

.newsImg img {
	transition: all .3s;
}

.newsImg:hover img {
	transform: scale(1.08);
}

.newsNext {
	display: flex;
	justify-content: start;
	align-items: center;
	font-size: 12px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	margin: 55px 0;
}

.newsNext img {
	margin-right: 10px;
}


/*新闻详情页开始*/

.newsDetail-advice {
	position: absolute;
	top: 58%;
	width: 100%;
	text-align: center;
	border-top: 1px solid #626773;
	z-index: 10;
}

.newsDetail-advice h3 {
	font-size: 2.25rem;
	font-weight: 400;
	color: #ffffff;
	margin-top: 2%;
}

.newsDetail-advice p {
	font-size: 0.75rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	opacity: 0.5;
	margin-top: 5px;
}

.newsDetail-advice p img {
	display: inline-block;
	margin-right: 5px;
}

.newsDetail-advice a {
	width: 108px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 1);
	opacity: 0.25;
	border-radius: 17px;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 34px;
	margin-top: 1.6%;
}

.newsDetail {
	background: #373737;
	padding-top: 50px;
	box-sizing: border-box;
}

.newsDetail-content {
	padding: 0 7.9% 50px;
	box-sizing: border-box;
}

.newsDetail-content p {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 1);
	line-height: 2.25rem;
}

.newsDetail-content p img {
	padding: 30px 0;
}

.newsDetail-button {
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
	box-sizing: border-box;
	padding-top: 30px;
	border-top: 1px solid #5f5f5f;
}

.newsDetail-button-left {
	width: 85%;
}

.newsDetail-button-left a {
	display: block;
	width: 100%;
	height: 43px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 30px;
}

.newsDetail-button-right {
	width: 108px;
	height: 34px;
	background: rgba(255, 255, 255, 1);
	border-radius: 17px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 34px;
	text-align: center;
}

.newsDetail-button-right:hover {
	color: rgba(51, 51, 51, 1);
}


/*新闻详情结束*/


/*联系我们开始*/

.Contactus-advice p:first-child {
	margin-top: 5%;
}

.Contactus-advice .line {
	margin: 4% 2.6% 0 1%;
}

.Contactus-advice p:last-child {
	width: 700px;
	font-size: 4.5rem;
	/* font-weight: bold; */
	color: rgba(255, 255, 255, 1);
	line-height: 5.4rem;
	opacity: 0.85;
	letter-spacing: 2px;
}

.Contactus {
	background: #000000;
}

.Contactus .title h4 {
	font-size: 2.25rem;
	margin: 87px 0 15px;
	font-family: Arial;
	color: #cccccc;
}

.Contactus .title p {
	font-size: 1.5rem;
	color: #cccccc;
	font-family: Arial;
}

.Contactus .title span {
	margin-top: 10px;
	font-family: Arial;
}

.Contactus-content {
	width: 590px;
	margin: 0 auto;
	padding: 40px 0 65px;
	box-sizing: border-box;
}

.Contactus-content p span {
	display: block;
}

.Contactus-content>div {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #333333;
	padding: 20px 0 15px 0;
	box-sizing: border-box;
	color: #cccccc;
}

.Contactus-content>div:last-child {
	border-bottom: none;
}

.Contactus-content>div img {
	padding: 0 15px 0 43px;
	box-sizing: border-box;
}


/*联系我们结束*/


/*技术服务开始*/

.technicalService {
	background: #373737;
	padding-bottom: 3%;
	box-sizing: border-box;
}

.technicalService-content {
	opacity: 0;
}

.technicalService .title h4 {
	font-size: 2.25rem;
	font-weight: 400;
	color: rgba(204, 204, 204, 1);
	margin: 5% auto 1%;
}

.technicalService .title span {
	margin-top: 0;
	font-size: 1rem;
	font-weight: 400;
	color: rgba(204, 204, 204, 1);
}

.technicalService-lists .swiper-button-next,
.technicalService-lists .swiper-button-prev {
	position: absolute;
	top: 44%;
}

.technicalService-lists .swiper-button-prev {
	background-image: url(../images/tech_button01.png);
	left: -60px;
}

.technicalService-lists .swiper-button-prev:hover {
	background-image: url(../images/tech_button02.png);
	left: -60px;
}

.technicalService-lists .swiper-button-next {
	background-image: url(../images/tech_button03.png);
	right: -60px;
}

.technicalService-lists .swiper-button-next:hover {
	background-image: url(../images/tech_button04.png);
}

.technicalService-lists {
	margin-top: 4%;
	padding-bottom: 3.5%;
	box-sizing: border-box;
	position: relative;
}

.technicalService .img {
	text-align: center;
	width: 63px;
	height: 63px;
	margin: 0 auto;
}

.technicalService .img .imghide {
	display: none;
}

.technicalService-lists .technicalService-list {
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	opacity: 0.85;
	border-radius: 10px;
	padding: 40px 0 30px;
	box-sizing: border-box;
}

.technicalService-lists .swiper-slide {
	cursor: pointer;
}

.technicalService-lists .swiper-slide-active {
	background: #c64325;
}

.technicalService .swiper-slide-active .imgshow {
	display: none;
}

.technicalService .swiper-slide-active .imghide {
	display: block;
}

.technicalService-lists .swiper-slide-active h5,
.technitechnicalService-lists .swiper-slide-active p {
	color: #ffffff;
}

.technicalService h5 {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: rgba(204, 204, 204, 1);
	line-height: 72px;
}

.technicalService p {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: rgba(204, 204, 204, 1);
	line-height: 30px;
}

.technicalService-text {
	background: #000000;
	line-height: 38px;
	font-size: 14px;
	padding: 1.5% 15px;
	color: #ffffff;
	border: 2px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	color: rgba(204, 204, 204, 1);
	position: relative;
	display: none;
}


/*.technicalService-text:before{
	border: solid transparent;
    content: ' ';
    left: 50%;
    position: absolute;
    border-bottom: 25px solid #000000;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: -23.5%;
    display: block;
    opacity: 0.8;

}
.technicalService-text:nth-child(2):before {
   left: 8%;
}
.technicalService-text:nth-child(3):before {
   left: 28%;
}

.technicalService-text:nth-child(5):before {
   left: 70%;
}
.technicalService-text:nth-child(6):before {
      left: 90%;
}
*/

.antechnicalService-lists {
	position: relative;
	display: none;
	padding: 12% 0 18%;
	box-sizing: border-box;
}

.antechnicalService-lists .swiper-button-prev {
	background-image: url(../images/tech_button01.png);
	left: 3;
}

.antechnicalService-lists .swiper-button-next {
	background-image: url(../images/tech_button03.png);
	right: 3px;
}

.antechnicalService-lists .technicalService-list:hover {
	background: none!important;
}

.antechnicalService-texts {
	display: none;
}


/*高端定制开始*/

.highCustomization {
	background: #373737;
	padding-top: 3%;
	box-sizing: border-box;
}

.highCustomization .box {
	padding-bottom: 65px;
	box-sizing: border-box;
}

.highCustomization-advice p:last-child {
	width: 576px;
}

.highCustomization-list {
	width: 32%;
	float: left;
	border-bottom: 1px solid #5f5f5f;
	padding-bottom: 27px;
	opacity: 0;
}

.highCustomization-list:nth-child(3n-1) {
	margin: 0 2%;
}

.highCustomization-list h5 {
	font-size: 24px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	margin: 6% 0 2.2%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 30px;
}

.highCustomization-text {
	display: flex;
	justify-content: space-between;
}

.highCustomization-list p:nth-child(1) {
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 24px;
	opacity: 0.8;
	height: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	width: 80%;
}

.highCustomization-list p:nth-child(2) {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: rgba(255, 255, 255, 1);
	line-height: 24px;
}

.highCustomization-list p:nth-child(2) img {
	margin-left: 10px;
}

.highCustomization-img {
	margin-top: 8%;
	height: 280px;
	overflow: hidden;
	width: 100%;
	cursor: pointer;
}

.highCustomization-img img {
	width: 100%;
	transition: all .3s;
	height: 100%;
}

.highCustomization-img img:hover {
	transform: scale(1.08);
}


/*产品中心开始*/

.one-advice p:first-child {
	margin-top: 3%;
}

.one-advice .line {
	width: 170px;
}

.productCenterNav {
	background: #000000;
}

.productCenterNav .box {
	padding: 40px 70px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.productCenterNav a {
	box-sizing: border-box;
	padding: 13px 0;
	text-align: center;
	display: block;
	font-size: 1.125rem;
	color: rgba(204, 204, 204, 1);
}

.productCenterNav .navActive {
	color: rgba(198, 67, 37, 1);
	border: 1px solid rgba(198, 67, 37, 1);
	border-radius: 29px;
	padding: 13px 2.9%;
	box-sizing: border-box;
}

.productCenterNav a:hover {
	color: rgba(198, 67, 37, 1);
}

.productCenterCent {
	background: #202020;
}

.productCenterCent-one {
	position: relative;
}

.productCenterCent-one-advice {
	position: absolute;
	z-index: 111;
	top: 0;
	width: 100%;
}

.productCenterCent-one-advice h3 {
	font-size: 60px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin-top: 9%;
	opacity: 0;
}

.productCenterCent-one-advice span {
	font-size: 30px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	opacity: 0.5;
	text-align: center;
	display: block;
	margin: 1% 0 1%;
	opacity: 0;
}

.productCenterCent-one-texts {
	width: 77.5%;
	margin: 0 auto;
}

.productCenterCent-one-text {
	border: 1px solid #4a4a4a;
	border-radius: 10px;
	padding: 1.5%;
	box-sizing: border-box;
	margin-top: 1%;
	opacity: 0;
}

.productCenterCent-one-text P:first-child {
	font-size: 18px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 0.5%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.productCenterCent-one-text P:last-child {
	font-size: 12px;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.buttons {
	display: flex;
	padding: 0 20%;
	align-items: center;
	box-sizing: border-box;
	justify-content: space-between;
	margin-top: 2.6%;
	opacity: 0;
}

.buttons a {
	background: rgba(204, 204, 204, 1);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	border-radius: 28px;
	font-size: 16px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	width: 22.9%;
	height: 56px;
	line-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.buttons img {
	margin-right: 10px;
}

.bthide {
	display: none;
}

.buttons a.active,
.buttons a:hover {
	background: rgba(198, 67, 37, 1);
	color: rgba(255, 255, 255, 1);
}

.buttons .bthide {
	display: none;
}

.buttons a.active .bthide,
.buttons a:hover .bthide {
	display: block;
}

.buttons a.active .btshow,
.buttons a:hover .btshow {
	display: none;
}

.productCenterCent-two {
	opacity: 0;
}

.productCenterCent-three h4 {
	font-size: 30px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin-top: 4%;
	opacity: 0;
	margin-bottom: 4%;
}

.productCenterCent-three-lists {
	padding-top: 6.5%;
	display: none;
}

.productCenterCent-three .More {
	display: none;
}

.productCenterCent-three-list {
	width: 29%;
	float: left;
	border-bottom: 1px solid #5f5f5f;
	padding-bottom: 2%;
	box-sizing: border-box;
	opacity: 0;
	margin-top: 6%;
}

.productCenterCent-three-img {
	overflow: hidden;
}

.productCenterCent-three-img .swiper-container-horizontal>.swiper-pagination-bullets,
.productCenterCent-three-img .swiper-pagination-custom,
.productCenterCent-three-img .swiper-pagination-fraction {
	bottom: 30px!important;
	text-align: center!important;
}

.productCenterCent-three-img img {
	transition: all .6s;
}

.productCenterCent-three-img img:hover {
	transform: scale(1.08);
}

.productCenterCent-three-list:nth-child(3n-1) {
	margin: -50px 6.5% 0;
}

.productCenterCent-three-list h6 {
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	margin-top: 4%;
}

.productCenterCent-three-list h4 {
	color: rgba(255, 255, 255, 1);
}

.More {
	width: 70px;
	text-align: center;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 36px;
	border-top: 1px solid #5f5f5f;
	margin: 60px auto 0;
	padding-bottom: 7.5%;
	box-sizing: border-box;
}

.productCenterCent-four {
	background: #000000;
}


/*招商加盟开始*/

.investmentPromotion-one {
	background: #000000;
}

.investmentPromotion-one .box {
	padding: 0 12%;
	box-sizing: border-box;
}

.investmentPromotion-one .box>h3 {
	font-size: 2.25rem;
	color: rgba(204, 204, 204, 1);
	text-align: center;
	padding-top: 100px;
	box-sizing: border-box;
}

.investmentPromotion-one .box>p {
	font-size: 16px;
	color: rgba(204, 204, 204, 1);
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

.investmentPromotion-one-lists {
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding-bottom: 90px;
	box-sizing: border-box;
}

.investmentPromotion-one-list {
	opacity: 0;
	text-align: center;
}

.investmentPromotion-one-img {
	display: flex;
	justify-content: space-around;
	border: 1px solid #595858;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	/* text-align: center; */
	align-items: center;
	margin: 0 auto;
}

.invehide {
	display: none;
}

.investmentPromotion-one-list h5 {
	font-size: 20px;
	font-weight: 400;
	color: rgba(204, 204, 204, 1);
	line-height: 72px;
	height: 72px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.investmentPromotion-one-list p {
	font-size: 16px;
	color: rgba(204, 204, 204, 1);
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.investmentPromotion-two {
	background: #373737;
	position: relative;
}

.investmentPromotion-two img {
	/* position: absolute; */
	/* bottom: 0; */
	/* left: 0; */
	padding-top: 162px;
	box-sizing: border-box;
}

.investmentPromotion-two-advice {
	/* padding-bottom: 200px; */
	/* box-sizing: border-box; */
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 111;
}

.investmentPromotion-two-advice h3 {
	font-size: 36px;
	color: rgba(204, 204, 204, 1);
	text-align: center;
	padding-top: 90px;
	box-sizing: border-box;
	opacity: 0;
}

.investmentPromotion-two-advice h6 {
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	color: rgba(204, 204, 204, 1);
	/* line-height: 72px; */
	margin: 25px auto 10px;
}

.investmentPromotion-two-advice .box>p {
	text-align: center;
	font-size: 16px;
	color: rgba(204, 204, 204, 1);
	/* line-height: 30px; */
	margin-top: 20px;
	margin-bottom: 70px;
	opacity: 0;
}

.investmentPromotion-two-lists {
	display: flex;
	justify-content: space-between;
	opacity: 0;
}

.investmentPromotion-two-list {
	text-align: center;
	/*border: 1px solid #484c4f;*/
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	width: 16.6%;
	height: 260px;
	position: relative;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

.investmentPromotion-two-list span {
	position: absolute;
	top: -6px;
	left: -6px;
	display: inline-block;
	width: 35px;
	height: 35px;
	background: rgba(243, 242, 241, 1);
	border-radius: 50%;
	line-height: 35px;
	text-align: center;
}

.investmentPromotion-two-text p {
	font-size: 16px;
	color: rgba(204, 204, 204, 1);
	line-height: 30px;
	text-align: center;
}

.inActive {
	background: #c64325;
}

.inActive h6 {
	color: #ffffff;
}

.inActive p {
	color: #ffffff;
}

.investmentPromotion-three {
	background: #000000;
	text-align: center;
	height: 189px;
}

.investmentPromotion-three h3 {
	font-size: 36px;
	color: rgba(204, 204, 204, 1);
	padding: 60px 0 10px;
	box-sizing: border-box;
	opacity: 0;
}

.investmentPromotion-three p {
	font-size: 16px;
	color: rgba(204, 204, 204, 1);
	padding-bottom: 50px;
	box-sizing: border-box;
	opacity: 0;
}

.investmentPromotion-four {
	opacity: 0;
	position: relative;
	background: -webkit-linear-gradient(top bottom, #343434, #414141);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top bottom, #343434, #414141);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top bottom, #343434, #414141);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom, #343434, #414141);
	/* 标准的语法 */
}

.investmentPromotion-four-text {
	position: absolute;
	bottom: 12%;
	width: 100%;
}

.investmentPromotion-four-text h4 {
	width: 15.36%;
	padding-left: 4.2%;
	font-family: Arial;
	box-sizing: border-box;
	color: #ffffff;
}

.investmentPromotion-four-text p {
	width: 15.36%;
	padding-left: 4.2%;
	box-sizing: border-box;
	line-height: 30px;
	font-size: 20px;
	font-family: Arial;
}

.investmentPromotion-five {
	padding-bottom: 100px;
	box-sizing: border-box;
	position: relative;
	background: -webkit-linear-gradient(top bottom, #333333, #373737);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top bottom, #333333, #373737);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top bottom, #333333, #373737);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom, #333333, #373737);
	/* 标准的语法 */
	opacity: 0;
}

.investmentPromotion-five-text {
	position: absolute;
	top: 6%;
	width: 100%;
}

.investmentPromotion-five-text h4 {
	width: 15.36%;
	padding-left: 4.2%;
	box-sizing: border-box;
	color: #ffffff;
}

.investmentPromotion-five-text p {
	width: 15.36%;
	padding-left: 4.2%;
	box-sizing: border-box;
	line-height: 30px;
	font-family: Arial;
	font-size: 20px;
}

.investmentPromotion-six {
	background: #000000;
	padding-bottom: 120px;
	box-sizing: border-box;
	position: relative;
	z-index: 99;
}

.investmentPromotion-six .box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 6%;
	box-sizing: border-box;
}

.investmentPromotion-six-text {
	/* position: absolute; */
	width: 15.36%;
	padding-left: 4.2%;
	box-sizing: border-box;
	opacity: 0;
}

.investmentPromotion-six-text h4 {
	width: 100%;
	padding-left: 4.2%;
	box-sizing: border-box;
	color: #ffffff;
}

.investmentPromotion-six-text p {
	width: 60%;
	padding-left: 4.2%;
	box-sizing: border-box;
	line-height: 30px;
	font-family: Arial;
	font-size: 20px;
}

.investmentPromotion-six-content {
	width: 70%;
	opacity: 0;
}

.investmentPromotion-six-content p {
	width: 60%;
	background: rgba(35, 38, 41, 1);
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0px 5px 10px 0px rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	font-size: 18px;
	color: rgba(204, 204, 204, 1);
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding: 1.75% 40px 1.75% 0;
	;
	box-sizing: border-box;
}

.investmentPromotion-six-content p span {
	font-size: 30px;
	color: rgba(255, 255, 255, 1);
	padding: 0 20px 0 30px;
	box-sizing: border-box;
}

.investmentPromotion-six-content p:nth-child(1) {
	margin-left: 10%;
}

.investmentPromotion-six-content p:nth-child(2) {
	background: rgba(102, 51, 51, 1);
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0px 5px 10px 0px rgba(255, 255, 255, 0.2);
	margin-left: 30%;
}

.investmentPromotion-six-content p:nth-child(3) {
	background: rgba(198, 67, 37, 1);
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0px 5px 10px 0px rgba(255, 255, 255, 0.2);
}

.investmentPromotion-six-content p:nth-child(4) {
	background: rgba(51, 102, 153, 1);
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0px 5px 10px 0px rgba(255, 255, 255, 0.2);
	margin-left: 20%;
}

.investmentPromotion-six-content p:nth-child(5) {
	background: rgba(55, 55, 55, 1);
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0px 5px 10px 0px rgba(255, 255, 255, 0.2);
	margin-left: 36%;
}

.investmentPromotion-seven {
	background: #1c1c1c;
	text-align: center;
}

.investmentPromotion-seven h3 {
	opacity: 0;
	font-size: 36px;
	color: rgba(204, 204, 204, 1);
	padding: 60px 0 10px;
	box-sizing: border-box;
}

.investmentPromotion-seven p {
	opacity: 0;
	font-size: 16px;
	color: rgba(204, 204, 204, 1);
	padding-bottom: 50px;
	box-sizing: border-box;
}


/*新增代码*/

.section-one {
	position: relative;
}

.section-one-lu {
	width: 43.6%;
	position: absolute;
	bottom: -5%;
	right: 2%;
}

.Content-one-left {
	opacity: 0;
}

.Content-one-left h1 {
	/* width: 434px; */
	/* height: 73px; */
	/* font-size: 48px;*/
	font-size: 72px;
	font-family: Modern;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	/* line-height: 90px; */
	opacity: 0.85;
}

.Content-one-left h6 {
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	padding-left: 6.9%;
	box-sizing: border-box;
	margin: 4% 0 1.5%;
}

.Content-one-left p:nth-child(1) {
	margin-top: 0;
}

.Content-one-left p {
	font-size: 12px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 32px;
	opacity: 0.75;
	padding-left: 6.9%;
	box-sizing: border-box;
	margin-top: 4.5%;
	padding-right: 27%;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.Content-one-video {
	width: 45%;
	position: relative;
	opacity: 0;
}

.section-one-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
}

.Content-one {
	width: 100%;
	margin-top: 8.8%;
}

.Content-one-button {
	width: 84px;
	position: absolute;
	top: 50%;
	margin-top: -42px;
	height: 84px;
	/* margin: 0 auto; */
	left: 50%;
	margin-left: -42px;
}

.Content-one-video video {
	width: 100%;
	height: 361px;
}

.Content-one-open {}

.Content-one-close {
	display: none;
}

.Content-one-left {
	width: 50%;
	width: 50%;
	margin-top: 2%;
}

.Content-one-left p:nth-child(3) {
	line-height: 18px;
}

.Content-one-left p:nth-child(3s) {
	margin-top: 0;
}

.Content-two {
	margin-top: 16.5%;
	opacity: 0;
}

.Content-two h6 {
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}

.Content-two h1 {
	font-size: 72px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	opacity: 0.85;
	letter-spacing: 2px;
	font-family: Modern;
}

.Content-two p {
	width: 420px;
	font-size: 12px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 30px;
	opacity: 0.75;
	padding-left: 5.5%;
	box-sizing: border-box;
	margin-top: 20px;
}

.Content-two-content {
	display: flex;
	align-items: flex-start;
}

.Content-three {
	width: 87.5%;
	margin-top: 2.67%;
	opacity: 0;
	overflow: hidden;
}

.Content-three img {
	transition: all 0.6s;
}

.Content-three img:hover {
	transform: scale(1.08);
}

.section-two {
	background: #000000;
}

.section-two-content {
	position: relative;
	padding-bottom: 147px;
}

.section-two-lists {
	display: flex;
	justify-content: space-between;
}

.section-two-list {
	float: left;
	width: 29.3%;
}

.section-two-list:first-child {
	float: left;
	width: 37%;
}

.section-two-list:nth-child(2) {
	margin-top: 253px;
}

.index-more {
	width: 180px;
	font-size: 14px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 36px;
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 147px;
}

.index-more span {
	width: 90px;
	height: 1px;
	display: block;
	background: #404040;
	margin-right: 10px;
}

.section-three {
	background: #373737;
}

.section-four {
	width: 100%;
	position: relative;
}

.section-four-content h1 {
	font-size: 4.45rem;
	font-weight: normal;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin-top: 5%;
	opacity: 0;
}

.section-four-content h3 {
	font-size: 2.25rem;
	font-weight: 400;
	color: rgba(255, 254, 254, 1);
	text-align: center;
	opacity: 0;
}

.section-four-content h5 {
	font-size: 24px;
	color: rgba(255, 254, 254, 1);
}

.section-four-content p {
	font-size: 16px;
	margin-top: 10px;
	color: #fffefe;
}

.section-four-cent {
	text-align: center;
}

.section-four-lists {
	display: flex;
	align-items: baseline;
	position: relative;
	width: 100%;
	bottom: -5px;
	justify-content: space-between;
	opacity: 0;
}

.section-four-title {
	display: flex;
	align-items: center;
	width: 36%;
	margin: 0 auto;
	justify-content: space-between;
	margin-top: 5%;
	margin-bottom: 2.5%;
	opacity: 0;
}

.section-four-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.section-four-list {
	position: relative;
	width: 16.8%;
	overflow: hidden;
}


/*.sefohide{
	display: none;
}*/


/*.section-four-list:hover .sefoshow{
	display: none;
}
*/


/*.section-four-list .sefohide{
	transition: all .6s;
}*/


/*.section-four-list .sefohide:hover{
	transform: scale(1.08);
}
*/


/*.section-four-list:hover .sefohide{
	display: block;
	transition: all .6s;
}*/


/*.section-four-list:hover p{
	display: none;
}*/

.section-four-list p {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 254, 254, 1);
	line-height: 30px;
	position: absolute;
	bottom: 40px;
	right: 20px;
	z-index: 112;
}

.section-four-list-menban {
	position: absolute;
	z-index: 111;
	top: 0;
	font-size: 16px;
	line-height: 28px;
	left: 0;
	right: 0;
	bottom: 0;
	color: #ffffff;
	background: rgba(0, 0, 0, .6);
	padding: 5%;
	box-sizing: border-box;
	display: none;
}

.section-four-list:hover .section-four-list-menban {
	display: block;
}

.jiamen-left-imgone {
	width: 95%;
	padding-left: 5%;
	box-sizing: border-box;
	opacity: 0;
}

.jiamen-left-text h3 {
	/* height: 34px; */
	font-size: 28px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 30px;
}

.jiamen-left-text h2 {
	font-size: 34px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}

.jiamen-left-text p {
	display: flex;
	align-items: center;
	margin-top: 35%;
}

.jiamen-left-text p img {
	padding-right: 10px;
	box-sizing: border-box;
}

.index-jiamen-advice {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 7%;
}

.index-jiamen {
	position: relative;
}

.jiamen-left-imgthree {
	width: 25%;
	position: absolute;
	left: 12.5%;
	top: 17%;
	opacity: 0;
	overflow: hidden;
}

.jiamen-left-imgthree img {
	transition: all .6s;
}

.jiamen-left-imgthree img:hover {
	transform: scale(1.08);
}

.jiamen-left-text {
	padding-left: 68%;
	box-sizing: border-box;
	margin-top: 22%;
	opacity: 0;
}

.index-jiamen-right {
	width: 34.7%;
	opacity: 0;
}

.index-jiamen-left {
	width: 53.5%;
}

.index-jiamen-inputbox {
	width: 80%;
	position: absolute;
	top: 17.47%;
	left: 10%;
}

.index-jiamen-inputbox input {
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	color: rgba(153, 153, 153, 1);
	line-height: 30px;
	height: 30px;
	padding-left: 20px;
	box-sizing: border-box;
	background: rgba(62, 62, 62, 1);
	border: 1px solid rgba(80, 79, 79, 1);
	margin-bottom: 15px;
}

.index-jiamen-input {
	width: 100%;
	position: relative;
}

.index-jiamen-input a {
	background: rgba(198, 67, 37, 1);
	border-radius: 20px;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	line-height: 30px;
	display: block;
	text-align: center;
	width: 53%;
	margin: 0 auto;
}

.index-jiamen-text p {
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 32px;
	line-height: 26px;
}

.index-jiamen-right h6 {
	margin-bottom: 6%;
	font-size: 16px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 34px;
}

.index-jiamen-text {
	margin-top: 5.7%;
	margin-bottom: 2.85%;
}

.index-jiamen-inputbox input:nth-child(3) {
	height: 78px;
	line-height: initial;
}


/*one页面添加*/

.Vision {
	position: relative;
	opacity: 0;
	background: #CCCCCC;
}

.Vision video {
	width: 100%;
}

.Vision-button {
	width: 84px;
	height: 84px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -42px;
	margin-left: -42px;
}

.Vision-button .close {
	display: none;
}


/*productCenterCent页面添加*/

.productCenterCent {
	display: none;
}


/*分页码开始*/

.fenye {
	width: 100%;
	padding-bottom: 80px;
	box-sizing: border-box;
	text-align: center;
}

.fenye a {
	cursor: pointer;
	font-size: 16px;
	padding: 0 10px;
	box-sizing: border-box;
}

.fenye a img {
	display: inline-block;
}

.fenye a:hover {
	color: #c64325;
}

.fenye a.active {
	color: #c64325;
}


/*高端定制*/

.hitanchuang {
	background: rgba(16, 16, 16, .7);
	width: 100%;
	position: fixed;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	z-index: 218;
	/*display: none;*/
}

.hitanchuang .swiper-scrollbar {
	background: #605b57!important;
}

.hitanchuang .swiper-scrollbar-drag {
	background: #ffffff!important;
	height: 4px;
	top: -1.5px!important;
}

.hitanchuang .swiper-container-horizontal>.swiper-scrollbar {
	height: 2px!important;
	bottom: 4%;
}

.hitanchuang-top {
	/*padding: 0 4% 4%;
	box-sizing: border-box;
	
	background:rgba(55,55,55,.8);*/
	padding: 0 4% 0;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hitanchuang-img {
	width: 100%;
	padding-top: 66px;
	box-sizing: border-box;
}


/*.hitanchuang-buttons{
	    position: absolute;
    bottom: 2%;
}*/

.hitanchuang-close {
	background: #c64325;
	width: 60px;
	height: 60px;
	display: flex;
	/* text-align: center; */
	align-items: center;
	justify-content: space-around;
	/* text-align: right; */
	position: absolute;
	right: 0;
}

.highCustomization-text p {
	cursor: pointer;
}


/*招商加盟开始*/

.investmentPromotion-one-list:hover h5,
.investmentPromotion-one-list:hover p {
	color: #ffffff;
}

.investmentPromotion-one-list:hover .inveshow {
	display: none;
}

.investmentPromotion-one-list:hover .invehide {
	display: block;
}

.investmentPromotion-one-list:hover .investmentPromotion-one-img {
	background: #c64325;
	border: none;
}

.investmentPromotion-eight {
	position: relative;
	opacity: 0;
}

.investmentPromotion-eight-mapimg {
	display: none;
}

.investmentPromotion-eight-advice {
	width: 30%;
	position: absolute;
	left: 12.5%;
	top: 12%;
}

.investmentPromotion-eight-content {
	background: #c64325;
	margin-top: 3%;
}

.investmentPromotion-eight-content>p {
	width: 100%;
	background: #ffffff;
	font-size: 20px;
	color: rgba(198, 67, 37, 1);
	line-height: 48px;
	padding-left: 5.2%;
	box-sizing: border-box;
}

.investmentPromotion-eight-img {
	padding: 6%;
	box-sizing: border-box;
}

.investmentPromotion-eight-text {
	display: flex;
	justify-content: space-between;
	padding: 0 6% 6%;
	box-sizing: border-box;
}

.ineight-text-right {
	width: 20%;
}

.ineight-text-left p {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	/* line-height: 36px; */
}

.ineight-text-left p span {
	width: 35px;
	padding-left: 2%;
	box-sizing: border-box;
	font-size: 14px;
}

.ineight-text-left {
	width: 78%;
}

.investmentPromotion-eight-se select {
	padding: 2% 0 2% 3%;
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
	outline-style: none;
}

.investmentPromotion-eight-se {
	width: 76%;
}

.investmentPromotion-eight-img .swiper-pagination-bullet-active {
	background: #c64325;
}

.investmentPromotion-eight-img .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 6px!important;
}

.swiper-pagination {
	text-align: right!important;
	padding-right: 9px!important;
	box-sizing: border-box;
}


/*首页开始*/

.ind-pd-list {
	overflow: hidden;
	opacity: 0;
}

.ind-pd-list:first-child {
	width: 37%;
}

.ind-pd-list:nth-child(2) {
	width: 29%;
}

.ind-pd-list:nth-child(3) {
	width: 29%;
}

.ind-pd-list:hover .ind-pd-img-title {
	transform: rotate(360deg);
}


/*.index-news-arrowwrap img{
	display: inline-block;
}*/

.swiper-container-on {
	width: 100%;
	height: 100%;
	padding-bottom: 5%;
	position: relative;
	margin-top: -2%;
	opacity: 0;
}

.swiper-container-on .swiper-slide {
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 54%!important;
}

.swiper-container-on .index-swiper1-pagination {
	margin-top: 50px;
	padding-left: 23%;
	box-sizing: border-box;
}

.swiper-container-on .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	text-align: center;
	line-height: 6px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: #ffffff;
	color: transparent;
}

.swiper-container-on .swiper-pagination-bullet.swiper-pagination-bullet {
	background-color: #ffffff;
}

.swiper-container-on .swiper-pagination-bullet-active.swiper-pagination-bullet-active {
	background-color: transparent!important;
}

.swiper-container-on .swiper-pagination-bullet-active {
	background: transparent;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: rgba(198, 67, 37, 1);
	line-height: 30px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7px!important;
}

.swiper-container-on .swiper-pagination-bullet-active::after {
	content: "";
	width: 30px;
	height: 30px;
	background-color: transparent;
	position: absolute;
	/* margin-top: 6px; */
	top: 0;
	left: 0;
	border-radius: 50%;
	background: (./images/swiper-container-onquan.jpg) no-repeat;
}

.swiper-container-on .swiper-pagination-bullet::before {
	display: none;
}

.index-news-lists {
	width: 100%;
	height: 280px;
}

.index-news-img {
	width: 400px;
	height: 280px;
	overflow: hidden;
	float: left;
}

.index-news-img img {
	height: 280px;
	transition: all 0.6s;
}

.index-news-img img:hover {
	transform: scale(1.08);
}

.index-news-text {
	width: calc(100% - 460px);
	background: #ffffff;
	float: left;
	height: 100%;
	padding:0 30px;
	overflow-y: auto;
	overflow-x: hidden;
}

.index-news-text h6 {
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
	line-height: 30px;
	padding-top: 60px;
	padding-bottom: 40px;
}

.index-news-text p {
	width: 85%;
	font-size: 14px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.swiper-container-on .swiper-button-next,
.swiper-container-on .swiper-button-prev {
	position: absolute;
	top: 32%;
	width: 46px;
	height: 46px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 46px 46px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-container-on .swiper-button-prev {
	background-image: url("../images/index-news-left.png");
	/*left: 18%;*/
	left: 17.3%;
	right: auto;
}

.swiper-container-on .swiper-button-prev:hover {
	background-image: url("../images/index-news-left02.png");
	left: 17.3%;
	right: auto;
}

.swiper-container-on .swiper-button-next {
	background-image: url("../images/index-news-right.png");
	right: 17.3%;
}

.swiper-container-on .swiper-button-next:hover {
	background-image: url("../images/index-new-right02.png");
	right: 17.3%;
}

.swiper-container-on .ind-pd-more {
	margin-right: 12.5%;
}

.honor-honor-wrap {
	height: 515.52px;
}

.honor-honor-wrap:nth-child(1) {}


/*滚轮事件效果*/

.loading-sw {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 200px;
	margin: -100px 0 0 -100px;
	background: url(../images/loading.gif) no-repeat center center;
	animation: spinner 1000ms infinite linear;
	z-index: 0;
	zoom: 1;
}

.main {
	opacity: 0;
	filter: alpha(opacity=0);
}

.main.opa-100 {
	opacity: 1;
	filter: alpha(opacity=100);
}

.changeanbanner {
	animation: changeanbanner 1s linear forwards;
}

@keyframes changeanbanner {
	0% {
		margin-top: 100px;
		opacity: 0;
	}
	100% {
		margin-top: 0;
		opacity: 1;
	}
}

.changeanadvace {
	animation: changeanadvace .8s linear forwards;
}

@keyframes changeanadvace {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.al_deleft_one {
	animation: deleftone .8s linear forwards;
	opacity: 0;
}

@keyframes deleftone {
	0% {
		margin-top: 100px;
		opacity: 0;
	}
	100% {
		margin-top: 0;
		opacity: 1;
	}
}

.al_deleft_two {
	animation: delefttwo .8s linear forwards .4s;
}

@keyframes delefttwo {
	0% {
		margin-top: 100px;
		opacity: 0;
	}
	100% {
		margin-top: 0;
		opacity: 1;
	}
}

.al_deleft_three {
	animation: deleftthree .8s linear forwards .6s;
}

@keyframes deleftthree {
	0% {
		margin-top: 100px;
		opacity: 0;
	}
	100% {
		margin-top: 0;
		opacity: 1;
	}
}

.al_deleft_four {
	animation: deleftfour .8s linear forwards .4s;
}

@keyframes deleftfour {
	0% {
		margin-top: 100px;
		opacity: 0;
	}
	100% {
		margin-top: 0;
		opacity: 1;
	}
}

.al_deleft_five {
	animation: deleftfive .8s linear forwards .4s;
}

@keyframes deleftfive {
	0% {
		margin-top: 100px;
		opacity: 0;
	}
	100% {
		margin-top: 0;
		opacity: 1;
	}
}


/*首页滚动效果*/

.Open {
	animation: myfirst 2s linear infinite;
	-moz-animation: myfirst 2s infinite;
	/* Firefox */
	-webkit-animation: myfirst 2s linear infinite;
	/* Safari and Chrome */
	-o-animation: myfirst 2s linear infinite;
	/* Opera */
}

@-webkit-keyframes myfirst {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.navchange {
	animation: navhichange 1s linear forwards;
}

@keyframes navhichange {
	0% {
		margin-left: -500px;
		opacity: 0;
	}
	100% {
		margin-left: 0;
		opacity: 1;
	}
}

.navchangeone {
	animation: navhichangeone 1s linear forwards;
}

@keyframes navhichangeone {
	0% {
		margin-right: -500px;
		opacity: 0;
	}
	100% {
		margin-right: 0;
		opacity: 1;
	}
}

.flex_one {
	animation: flexone .8s linear forwards;
	opacity: 0;
}

@keyframes flexone {
	0% {
		-webkit-transform: translateY(200px);
		-ms-transform: translateY(200px);
		transform: translateY(200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.flex_two {
	animation: flextwo .8s linear forwards .4s;
	opacity: 0;
}

@keyframes flextwo {
	0% {
		-webkit-transform: translateY(200px);
		-ms-transform: translateY(200px);
		transform: translateY(200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.flex_three {
	animation: flexthree .8s linear forwards .6s;
	opacity: 0;
}

@keyframes flexthree {
	0% {
		-webkit-transform: translateY(200px);
		-ms-transform: translateY(200px);
		transform: translateY(200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.Con_one_left {
	animation: flexone .8s linear forwards;
	opacity: 0;
}

.Con_one_right {
	animation: flextwo .8s linear forwards .6s;
	opacity: 0;
}

.Content-two-change {
	animation: flextwo .8s linear forwards;
	opacity: 0;
}

.Content-three-change {
	animation: flextwo .8s linear forwards;
	opacity: 0;
}

.section_four_change {
	animation: sectionfour_change .8s linear forwards;
	opacity: 0;
}

@keyframes sectionfour_change {
	0% {
		-webkit-transform: translateY(200px);
		-ms-transform: translateY(200px);
		transform: translateY(200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.jiamen_one {
	animation: jiamenone .8s linear forwards;
	opacity: 0;
}

@keyframes jiamenone {
	0% {
		-webkit-transform: translateY(200px);
		-ms-transform: translateY(200px);
		transform: translateY(200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.jiamen_two {
	animation: jiamentwo .8s linear forwards .4s;
	opacity: 0;
}

@keyframes jiamentwo {
	0% {
		-webkit-transform: translateX(-800px);
		-ms-transform: translateX(-800px);
		transform: translateX(-800px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.jiamen_three {
	animation: jiamenthree .8s linear forwards .4s;
	opacity: 0;
}

@keyframes jiamenthree {
	0% {
		-webkit-transform: translateX(-500px);
		-ms-transform: translateX(-500px);
		transform: translateX(-500px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.jiamen_four {
	animation: jiamenfour .8s linear forwards .4s;
	opacity: 0;
}

@keyframes jiamenfour {
	0% {
		-webkit-transform: translatex(500px);
		-ms-transform: translatex(500px);
		transform: translatex(500px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translatex(0);
		-ms-transform: translatex(0);
		transform: translatex(0);
		opacity: 1;
	}
}


/*招商加盟开始滚动事件*/

.invesx_alone {
	animation: jiamenthree 1.2s linear forwards .6s;
	opacity: 0;
}

@keyframes jiamenthree {
	0% {
		-webkit-transform: translateX(-500px);
		-ms-transform: translateX(-500px);
		transform: translateX(-500px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.invesx_altwo {
	animation: jiamenfour 1.2s linear forwards .6s;
	opacity: 0;
}

@keyframes jiamenfour {
	0% {
		-webkit-transform: translateX(1000px);
		-ms-transform: translateX(1000px);
		transform: translateX(1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}


/*技术服务滚动开始*/

.te_deleft_one {
	animation: techange 1s linear forwards .4s;
	opacity: 0;
}

@keyframes techange {
	0% {
		-webkit-transform: translateY(-800px);
		-ms-transform: translateY(-800px);
		transform: translateY(-800px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}


/*产品中心滚动开始*/

.pro_changeone {
	animation: prochangeone .8s linear forwards .4s;
	opacity: 0;
}

@keyframes prochangeone {
	0% {
		-webkit-transform: translateX(-500px);
		-ms-transform: translateX(-500px);
		transform: translateX(-500px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.pro_changetwo {
	animation: prochangetwo .8s linear forwards .4s;
	opacity: 0;
}

@keyframes prochangetwo {
	0% {
		-webkit-transform: translatex(500px);
		-ms-transform: translatex(500px);
		transform: translatex(500px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translatex(0);
		-ms-transform: translatex(0);
		transform: translatex(0);
		opacity: 1;
	}
}

.anhead {
	width: 100%;
	display: none;
}

.anhead>.box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}

.anhead-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.anhead-right-search {
	border-right: 1px solid #dedede;
	padding-right: 25px;
	box-sizing: border-box;
}

.anhead-right-button {
	padding-left: 25px;
	box-sizing: border-box;
}

.anhead-right-button-close {
	display: none;
}

.anhead-nav {
	display: none;
	width: 100%;
	position: absolute;
	top: 50px;
	z-index: 111;
	background: #ffffff;
}

.anhead-nav ul {
	width: 100%;
	height: 100vh;
}

.anhead-nav a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	padding: 14px 4%;
	box-sizing: border-box;
}

.anhead-nav a img {
	width: auto;
}

.anhead-nav li {
	border-top: 1px solid #e3e3e3;
}

.anhead-nav li:last-child {
	border-bottom: 1px solid #e3e3e3;
}

.anhead-nav li:nth-child(2n-1) {
	background: #f7f7f7;
}

.anBanner {
	display: none;
}

.anbanner img {
	width: 100%;
}

.anbanner-advice {
	position: absolute;
	top: 24%;
	left: 10%;
}

.anbanner-advice p {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}

.anbanner-advice h1 {
	color: #ffffff;
	line-height: 60px;
	letter-spacing: 6px;
	margin-top: 6.5%;
	font-family: Modern;
}

.anbanner-advice h2 {
	color: #ffffff;
	line-height: 60px;
	letter-spacing: 6px;
	margin-top: 6.5%;
	font-family: Modern;
}

.anbanner-advice h3 {
	color: #ffffff;
	line-height: 60px;
	letter-spacing: 6px;
	margin-top: 6.5%;
	font-family: Modern;
}

.ansection-one {
	display: none;
}

.anwip {
	position: relative;
}

.anwip-advice {
	position: absolute;
	top: 5%;
}

.anwip-advice h1 {
	font-size: 36px;
	font-family: Modern;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 54px;
	letter-spacing: 3px;
	opacity: 0;
}

.anwip-advice h6 {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 50px;
	padding-left: 7.2%;
	box-sizing: border-box;
	opacity: 0;
}

.anwip-advice p {
	font-size: 12px;
	font-family: Microsoft YaHei;
	color: rgba(255, 255, 255, 1);
	line-height: 20px;
	opacity: 0.75;
	padding-left: 7.2%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	opacity: 0;
}

.anwip-advice p:nth-child(3) {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 25px;
	opacity: 0.5;
	width: 70%;
	margin-bottom: 2%;
}

.anwipBottom {
	position: relative;
}

.anwipBottom-contrnt {
	position: absolute;
	top: -32%;
}

.anwipBottom-contrnt-video {
	position: relative;
	opacity: 0;
}

.anwipBottom-contrnt-video video {
	width: 100%;
}

.anwipBottom-contrnt-button {
	width: 84px;
	height: 84px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -42px;
	margin-top: -42px;
}

.anwipBottom-contrnt-text h6 {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 50px;
	padding-left: 7.2%;
	box-sizing: border-box;
}

.anwipBottom-contrnt-advice h1 {
	font-size: 36px;
	font-family: Modern;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 54px;
	letter-spacing: 3px;
	padding-left: 7.2%;
	box-sizing: border-box;
}

.anwipBottom-contrnt-advice p {
	font-size: 12px;
	font-family: Microsoft YaHei;
	color: rgba(255, 255, 255, 1);
	line-height: 20px;
	opacity: 0.75;
	padding-left: 7.2%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	width: 80%;
}

.anwipBottom-contrnt-text {
	opacity: 0;
}

.anwipBottom-contrnt-line {
	margin-top: 10%;
	margin-bottom: 0%;
}

.anBanner .swiper-pagination {
	text-align: center!important;
	padding-right: 0!important;
	box-sizing: border-box;
}

.anBanner.swiper-container-horizontal>.swiper-pagination-bullets,
.anBanner .swiper-pagination-custom,
.anBanner .swiper-pagination-fraction {
	bottom: 54px!important;
}

.anBanner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #ffffff;
	margin: 0 12px!important;
	opacity: 1;
}

.anBanner .swiper-pagination-bullet-active {
	background: #c64325;
}

.anBanner.swiper-container-horizontal>.swiper-scrollbar {
	left: 10%;
	bottom: 40%;
	height: 3px;
	width: 82%;
	background: rgba(255, 255, 255, 0.2)!important;
}

.anBanner .swiper-scrollbar-drag {
	background: #fff;
	width: 10%!important;
}

.anwiImg {
	margin-top: -21%;
	background-image: linear-gradient(to bottom right, #000000, #373737);
	opacity: 0;
}

.anwiImg-img {
	width: 93.7%;
	padding-top: 11%;
}

.ansection-four {
	display: none;
}

.footer-anerweima {
	padding: 115px 0 40px;
}

.anfoot .footer-bottom p {
	font-size: 12px;
	font-weight: 400;
	color: rgba(204, 204, 204, 1);
	line-height: 20px;
}

.anfoot .footer-bottom p:last-child {
	font-size: 12px;
	color: rgba(204, 204, 204, 1);
	line-height: 20px;
	padding-bottom: 10%;
}

.anindex-jiamen {
	position: relative;
	display: none;
}

.anindex-jiamen .index-jiamen-right {
	width: 100%;
	opacity: 0;
}

.anindex-jiamen .box {
	padding: 0 2.5% 0 7.2%;
	box-sizing: border-box;
}

.anindex-jiamen .index-jiamen-inputbox input {
	font-size: 16px;
	line-height: 30px;
}

.anindex-jiamen .index-jiamen-input a {
	font-size: 16px;
	line-height: 16px;
	margin: -5px auto;
	padding: 8px 0;
	box-sizing: border-box;
}

.anindex-jiamen .index-jiamen-text {
	margin-top: 0;
}

.anindex-jiamen .index-jiamen-inputbox input:nth-child(3) {
	line-height: initial;
	height: 60px;
}

.anindex-jiamen .index-jiamen-right h6 {
	margin-bottom: 6%;
	font-size: 14px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 24px;
	height: 60px;
}

.anindex-jiamen .index-jiamen-text p {
	font-size: 12px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 24px;
}

.anindex-jiamen .jiamen-left-text {
	padding-left: 0;
	box-sizing: border-box;
	margin-top: 0;
	opacity: 0;
}

.anindex-jiamen .jiamen-left-text h3 {
	line-height: initial;
	font-size: 28px;
}

.anindex-jiamen .jiamen-left-imgthree {
	position: initial;
	width: 58.9%;
	position: relative;
	left: 12.5%;
	top: -40px;
	opacity: 0;
}

.anindex-jiamen .index-jiamen-left {
	width: 100%;
}

.anindex-jiamen .jiamen-left-text p img {
	width: auto;
}

.anindex-jiamen .jiamen-left-text p {
	font-size: 16px;
	margin-top: 5%;
}

.anindex-jiamen .jiamen-left-text h2 {
	font-size: 26px;
	line-height: 39px;
	display: flex;
	justify-content: space-between;
}

.anindex-jiamen .jiamen-left-text h2 img {
	width: auto;
}

.anindex-jiamen .jiamen-left-imgone {
	width: 65%;
	padding-left: 5%;
	box-sizing: border-box;
	float: right;
	opacity: 0;
}

.anindex-jiamen .jiamen-left-text span {
	width: auto;
	padding: 0 0 0 25%;
	box-sizing: border-box;
	display: block;
}

.anindex-jiamen .jiamen-left-text span img {
	width: auto;
}

.anfoot {
	display: none;
}

.anhead-logo img {
	width: auto;
}

.anBanner .swiper-pagination-bullet-active::after {
	background-color: transparent;
}

.anBanner .swiper-pagination-bullet-active::before {
	background-color: #c64325;
}

.anflex-sb-lists {
	margin-top: 27%;
	margin-bottom: 18%;
	display: none;
}

.anflex-sb-lists .ind-pd-list:first-child {
	width: 100%;
}

.anflex-sb-lists .pd26 {
	margin-top: 0;
}

.anflex-sb-lists .ind-pd-img-sup {
	font-size: 14px;
}

.anflex-sb-lists .ind-pd-img-sub {
	font-size: 30px;
}

.anflex-sb-lists .swiper-slide {
	width: 100%!important;
}

.anflex-sb-lists .ind-pd-list {
	width: 92%!important;
	margin: 0 auto;
}

.anflex-sb-lists .swiper-pagination {
	text-align: center!important;
	padding-right: 0!important;
}

.anflex-sb-lists .swiper-pagination-bullet-active::after {
	background-color: transparent;
}

.anflex-sb-lists .swiper-pagination-bullet.swiper-pagination-bullet {
	background-color: #FFFFFF;
}

.anflex-sb-lists .swiper-pagination-bullet .swiper-pagination-bullet-active {
	background-color: #c64325!important;
}

.anflex-sb-lists .swiper-pagination-bullet::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	opacity: .9;
	background-color: transparent;
	position: absolute;
	margin-top: 6px;
}

.anflex-sb-lists .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px!important;
}

.anflex-sb-lists .swiper-pagination-bullet {
	background: #ffffff!important;
}

.ansection-four .swiper-slide {
	width: 100%!important;
}

.ansection-four .section-four-list {
	width: 62%!important;
	margin: 0 auto;
}

.ansection-four .swiper-pagination-bullet-active::after {
	background-color: transparent;
}

.ansection-four .swiper-pagination {
	text-align: center!important;
	padding-right: 0!important;
}

.ansection-four .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px!important;
}

.ansection-four.swiper-pagination-bullet-active::after {
	background-color: transparent;
}

.ansection-four .swiper-pagination-bullet.swiper-pagination-bullet {
	background-color: #FFFFFF;
}

.ansection-four .swiper-pagination-bullet .swiper-pagination-bullet-active {
	background-color: #c64325!important;
}

.ansection-four .swiper-pagination-bullet::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	opacity: .9;
	background-color: transparent;
	position: absolute;
	margin-top: 6px;
}

.ansection-four .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px!important;
}

.ansection-four .swiper-pagination-bullet {
	background: #ffffff!important;
}

.index-news .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px!important;
}

.index-news .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 1px solid rgba(198, 67, 37, 1);
	animation: innewchange 3s;
}

@keyframes innewchange {
	0% {
		border: 1px solid #4e4e4e;
		border-top: 1px solid rgba(198, 67, 37, 1);
	}
	50% {
		border: 1px solid #4e4e4e;
		border-top: 1px solid rgba(198, 67, 37, 1);
		border-right: 1px solid rgba(198, 67, 37, 1);
	}
	50% {
		border: 1px solid #4e4e4e;
		border-top: 1px solid rgba(198, 67, 37, 1);
		border-right: 1px solid rgba(198, 67, 37, 1);
		border-bottom: 1px solid rgba(198, 67, 37, 1);
	}
	100% {
		border: 1px solid rgba(198, 67, 37, 1);
	}
}

.anfoot .footer-anerweima img {
	width: auto;
}

.anbanner-img {
	display: none;
}


/*搜索页面开始*/

.ansearch {
	cursor: pointer;
	margin: 0 auto;
	width: 96%;
	position: relative;
	margin: 4% auto;
	display: none;
}

.ansearch input {
	cursor: pointer;
	width: 100%;
	padding: 5px 3%;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}

.ansearch-button {
	position: absolute;
	right: 3%;
	top: 6px;
}


/*适配*/

@media screen and (max-width: 1895px) {}

@media screen and (max-width: 1650px) {
	.BrandStoryone p {
		font-size: 18px;
		line-height: 32px;
	}
	.BrandStoryfour p {
		font-size: 18px;
		line-height: 32px;
	}
	.BrandStorytwo p {
		font-size: 18px;
		line-height: 32px;
	}
	.BrandStorythree p {
		font-size: 18px;
		line-height: 32px;
	}
}

@media screen and (max-width: 1610px) {
	.investmentPromotion-four-text h4 {
		width: 100%;
	}
	.investmentPromotion-five-text h4 {
		width: 100%;
	}
	.investmentPromotion-five-text p {
		width: 100%;
	}
	.investmentPromotion-six-text {
		width: 50%;
	}
}

@media screen and (max-width: 1550px) {
	.buttons a {
		font-size: 12px;
	}
}

@media screen and (max-width: 1400px) {
	.headerTwo-right>p:last-child {
		padding-left: 20px;
		box-sizing: border-box;
	}
	.productCenterCent-one {
		height: 600px;
	}
	.productCenterCent-one>img {
		height: 100%;
	}
}

@media screen and (max-width: 1260px) {
	.BrandStoryone p {
		font-size: 16px;
		line-height: 28px;
	}
	.BrandStoryfour p {
		font-size: 16px;
		line-height: 28px;
	}
	.BrandStorytwo p {
		font-size: 16px;
		line-height: 28px;
	}
	.BrandStorythree p {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:1400px) and (min-width: 1200px) {
	.index-swiper1-content{
		left:12.1% !important;
	}
	.index-swiper1-h6{
		margin-bottom: 40px !important;
	}
	.index-swiper1-h3{
		line-height: 90px !important;
    	font-size: 60px !important;
	}
}

@media screen and (max-width: 768px) {
	.product_current_img{
		display: none !important;
	}
	#newBridge {
		display: block!important;
	}
	/*#newBridge .nb-invite-wrap-base {
       display: block!important;
        }*/
	.box {
		width: 92%;
		margin: 0 auto;
	}
	img {
		width: 100%;
		height: auto;
	}
	.anhead-logo img {
		width: 65%;
	}
	header {
		display: none!important;
	}
	.indexbanner {
		display: none!important;
	}
	.anhead {
		display: block!important;
	}
	.hide {
		display: none!important;
	}
	#side {
		display: none!important;
	}
	.anBanner {
		display: block!important;
	}
	.section-one {
		display: none;
	}
	.ansection-one {
		display: block!important;
	}
	.index-jiamen {
		display: none!important;
	}
	.anindex-jiamen {
		display: block!important;
	}
	.section-four {
		display: none;
	}
	.ansection-four {
		display: block!important;
		position: relative;
	}
	.anfoot {
		display: block!important;
	}
	.foot {
		display: none!important;
	}
	.anfoot .footer-erweima {
		justify-content: space-between;
		width: 64%;
		padding: 27% 0 10%;
	}
	.footer-bottom>div>div {
		width: 45%;
		font-size: 14px;
	}
	.flex-sb {
		display: inherit;
	}
	.ind-pd-sub {
		font-size: 36px!important;
		line-height: 54px;
		box-sizing: border-box;
		padding: 0 4%;
	}
	.ind-pd-sup {
		font-size: 14px!important;
		padding: 0 4%;
	}
	.index-news-h3 {
		font-size: 48px!important;
		text-align: center!important;
		margin-bottom: 7%;
	}
	.ind-pd-more {
		width: 90px!important;
		text-align: center!important;
		padding-bottom: 3%;
		border-bottom: 1px solid #696969;
		margin: 5% auto!important;
	}
	.swiper-container-on .index-swiper1-pagination {
		margin-top: 50px;
		padding-left: 0!important;
		box-sizing: border-box;
		text-align: center!important;
	}
	.index-news-lists {
		display: initial!important;
		height: auto!important;
	}
	.index-news-img {
		width: 100%!important;
		height: auto!important;
	}
	.index-news-text {
		width: 100%!important;
		padding: 6% 4% 8%!important;
		box-sizing: border-box;
	}
	.index-news-text p {
		width: 100%!important;
		font-size: 14px;
		line-height: 24px;
	}
	.section-four-content h1 {
		font-family: Modern;
		font-size: 36px;
	}
	.section-four-content h3 {
		font-size: 24px;
	}
	.section-four-title {
		width: 92%;
	}
	.section-four-content p {
		font-size: 12px;
		margin-top: 5px;
	}
	.section-four-content h5 {
		font-size: 16px;
	}
	.flex-sb {
		display: initial;
		flex-direction: column;
	}
	.ind-pd .box {
		width: 100%;
	}
	.flex-se {
		flex-wrap: wrap-reverse;
		width: 89%;
		margin-left: 11%;
		padding: 0 8.9%;
		box-sizing: border-box;
	}
	.anflex-sb {
		display: flex;
		flex-direction: column-reverse;
	}
	.ind-pd-p {
		padding-top: 6.5%;
		margin-bottom: 9%;
		padding-left: 4%;
	}
	.ind-pd-titles a {
		font-size: 14px;
	}
	.flex-sb-lists {
		display: none!important;
	}
	.index-news-img img {
		height: auto;
	}
	.index-news-text h6 {
		line-height: 24px;
		padding-top: 15px;
		padding-bottom: 2%;
		font-size: 16px;
	}
	.index-news .swiper-container-on .swiper-slide {
		width: 90%!important;
	}
	.swiper-container-on .swiper-button-next,
	.swiper-container-on .swiper-button-prev {
		top: 32%;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background-size: 30px 30px;
	}
	.swiper-container-on .swiper-button-prev {
		left: 4%;
	}
	.swiper-container-on .swiper-button-next {
		right: 4%;
	}
	.index-news-h6 {
		font-size: 16px;
	}
	.section-four-lists {
		bottom: 0;
		margin-top: 5%;
	}
	.anflex-sb-lists {
		display: block!important;
	}
	.section-four-list {
		width: 55%;
		margin: 0 auto;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px!important;
	}
	.ind-pd-li {
		padding: 10px 12px!important;
		box-sizing: border-box;
	}
	.ind-pd-right {
		padding-right: 8%;
	}
	.ind-pd-left {
		width: 52%;
		margin-left: 36%;
	}
	.flex {
		flex-direction: row-reverse;
		margin: 10% 0 0;
	}
	.ind-pd-pagi {
		text-align: left;
		color: #8b8b8b;
		margin: 30px 0 126px!important;
		position: absolute;
		top: 44%;
		left: 4%;
		z-index: 1111;
	}
	.ind-pd-left-wrap-img {
		width: 40%;
		margin-top: -15%;
	}
	.ind-pd-list {
		opacity: 1;
	}
	.sefoshow {
		display: n;
	}
	.sefohide {
		display: block;
	}
	/*关于我们开始*/
	.Nav .box {
		width: 84%;
		padding: 2% 0;
		flex-wrap: wrap;
	}
	.Nav .navActive {
		border: none;
	}
	.Nav a {
		width: auto;
		height: auto;
		line-height: auto;
		padding: 0;
		font-size: 16px;
	}
	.Introduction-img {
		width: 100%;
		opacity: 1;
	}
	.Introduction-text {
		width: 100%;
	}
	.Introduction-text h4 {
		font-size: 40px;
		font-family: Arial;
		font-weight: bold;
		color: rgba(255, 254, 254, 1);
		line-height: 72px;
	}
	.Introduction-text h4 {
		font-size: 38px;
		line-height: 40px;
	}
	.Introduction-text span {
		font-size: 16px;
		line-height: 24px;
		margin-top: 5%;
		display: block;
	}
	.Introduction-text p {
		font-size: 12px;
		line-height: 28px;
	}
	.Introduction {
		background: #373737;
		padding: 7% 0 8%;
	}
	.Vision-button {
		width: 42px;
		height: 42px;
		margin-top: -21px;
		margin-left: -21px;
	}
	.BrandStory {
		padding: 6% 4%;
	}
	.BrandStoryone {
		display: flex;
		width: 100%;
		align-items: flex-end;
	}
	.BrandStoryone p {
		font-size: 20px;
		line-height: 38px;
	}
	.BrandStoryone-img {
		width: 50%;
		padding-right: 25px;
	}
	.BrandStorytwo {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-top: 4%;
	}
	.BrandStorytwo p {
		font-size: 16px;
		line-height: 30px;
	}
	.BrandStorythree {
		width: 100%;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.BrandStorythree p {
		font-size: 20px;
		line-height: 38px;
	}
	.BrandStoryfour {
		width: 100%;
		display: flex;
		align-items: flex-start;
		margin-left: 0;
		margin-top: 0;
		opacity: 0;
	}
	.BrandStory span {
		font-size: 16px;
		line-height: 72px;
	}
	.BrandStoryfour p {
		font-size: 18px;
		line-height: 28px;
	}
	.Qualification {
		padding: 6% 0 4%;
	}
	.Qualification-text-left span {
		font-size: 16px;
	}
	.Qualification-text-left h4 {
		font-size: 38px;
		line-height: 62px;
	}
	.Qualification-text {
		display: initial;
		line-height: initial;
	}
	.Qualification-text-left {
		width: 100%;
	}
	.Qualification-text-right {
		width: 100%;
		margin-top: 0%;
	}
	.Qualification-text-right p {
		font-size: 14px;
		margin-bottom: 2%;
	}
	.honor {
		padding: 10% 0 0!important;
	}
	.honor-swiper-en {
		font-size: 38px!important;
	}
	.honor-three-span {
		padding: 2px 0!important;
		font-size: 14px!important;
		margin: initial!important;
		width: 75px;
		display: inline-block;
	}
	.certify .swiper-slide {
		height: 200px!important;
	}
	.certify .swiper-slide p {
		font-size: 16px!important;
	}
	.certify .swiper-container {
		padding-bottom: 32%!important;
	}
	.honor-three {
		margin-top: 8%;
		margin-bottom: 12%;
	}
	.aboutlunbo {
		display: none;
	}
	.anaboutlunbo {
		display: block!important;
	}
	.anaboutlunbo .certify {
		width: 100%;
	}
	/*.anaboutlunbo .certify  .swiper-slide {
	width:55%!important;
    
}*/
	/*.anhonor-zizhi-content:last-child .certify .swiper-container{
	    padding-bottom: 36%!important;
}
*/
	.anaboutlunbo img {
		width: auto!important;
	}
	/*联系我们开始*/
	.Contactus .title h4 {
		font-size: 24px;
		margin: 6% 0 3%;
	}
	.Contactus .title p {
		font-size: 18px;
	}
	.Contactus .title span {
		margin-top: 10px;
		font-size: 14px;
	}
	.Contactus-content img {
		width: auto;
	}
	.Contactus-content>div img {
		padding: 0 15px 0 4%;
	}
	.Contactus-content>div {
		font-size: 14px;
		padding-right: 4%;
		box-sizing: border-box;
	}
	.Contactus-content {
		width: 100%;
		padding: 5% 0 6%;
	}
	#ContactusMap {
		height: 300px!important;
	}
	#ContactusMap .iw_poi_title {
		font-size: 14px;
	}
	#ContactusMap .iw_poi_content {
		font-size: 14px;
	}
	/*新闻动态开始*/
	.news .Nav .box {
		width: 50%;
	}
	.news img {
		width: auto;
	}
	.news .left {
		float: initial;
	}
	.news .right {
		float: initial;
	}
	.newscontent-list {
		width: 100%;
	}
	.newscontent-right {
		width: 100%;
	}
	.newscontent-right h5 {
		font-size: 16px;
		width: 100%;
		display: block;
		margin-top: 8%;
		margin-bottom: 3%;
		height: auto;
	}
	.newscontent-right p {
		font-size: 12px;
		line-height: 20px;
		width: 100%;
	}
	.newsYear {
		font-size: 16px;
	}
	.newsTime {
		font-size: 16px;
		margin-top: 2%;
		margin-bottom: 2%;
	}
	.newsNext {
		font-size: 12px;
		margin: 6% 0 8%;
	}
	.newscontent .box {
		padding-top: 10%;
	}
	.newscontent-list:nth-child(1) {
		opacity: 1;
	}
	/*新闻动态详情*/
	.newsDetail-advice {
		top: 35%;
	}
	.newsDetail-advice h3 {
		font-size: 18px;
	}
	.newsDetail-advice img {
		width: auto;
	}
	.newsDetail-content {
		padding: 0 4% 4%;
	}
	.newsDetail-content p {
		font-size: 12px;
		line-height: 22px;
	}
	.newsDetail-button {
		display: block;
	}
	.newsDetail-button-left {
		width: 100%;
	}
	.newsDetail-button-left a {
		height: auto;
	}
	.newsDetail-button-right {
		width: 40%;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
		display: block;
		margin: 6% auto 0;
	}
	/*技术服务开始*/
	.technicalService-lists {
		display: none;
	}
	.technicalService-texts {
		display: none;
	}
	.antechnicalService-lists {
		display: block;
	}
	.antechnicalService-texts {
		display: block;
	}
	.technicalService .title h4 {
		font-size: 24px;
		margin: 11% auto 1%;
	}
	.technicalService-text {
		margin: 11% 0 3%;
	}
	/*招商加盟开始*/
	.investmentPromotion img {
		width: auto;
	}
	.investmentPromotion-one .box {
		padding: 0;
	}
	.investmentPromotion-one .box>h3 {
		font-size: 20px;
		padding-top: 12%;
	}
	.investmentPromotion-one .box>p {
		font-size: 14px;
		margin-top: 3%;
		margin-bottom: 10%;
	}
	.investmentPromotion-one-lists {
		display: initial;
	}
	.investmentPromotion-one-list h5 {
		font-size: 16px;
		line-height: 57px;
	}
	.investmentPromotion-one-list p {
		font-size: 14px;
		line-height: 21px;
	}
	.investmentPromotion-one-list {
		padding-bottom: 10%;
		box-sizing: border-box;
	}
	.investmentPromotion-one-list:nth-child(1) {
		opacity: 1;
	}
	.investmentPromotion-two {
		min-height: 865px;
	}
	.investmentPromotion-two img {
		padding-top: 0;
		box-sizing: border-box;
		position: absolute;
		bottom: 0;
	}
	.investmentPromotion-two-advice h3 {
		font-size: 20px;
		padding-top: 11%;
	}
	.investmentPromotion-two-advice .box>p {
		font-size: 14px;
		line-height: 38px;
		margin-bottom: 8%;
	}
	.investmentPromotion-two-lists {
		flex-wrap: wrap;
	}
	.investmentPromotion-two-list {
		width: 48%;
		height: 220px;
		margin-bottom: 2%;
	}
	.investmentPromotion-two-advice h6 {
		font-size: 16px;
		margin: 25px auto 10px;
	}
	.investmentPromotion-two-text p {
		font-size: 14px;
		line-height: 30px;
	}
	.investmentPromotion-three h3 {
		font-size: 20px;
		padding: 11% 0 10px;
	}
	.investmentPromotion-three p {
		font-size: 14px;
		padding-bottom: 10%;
	}
	.investmentPromotion-four {
		min-height: 195px;
	}
	.investmentPromotion-four-text h4 {
		width: 100%;
		font-size: 20px;
	}
	.investmentPromotion-four-text p {
		width: 100%;
		font-size: 15px;
	}
	.investmentPromotion-five {
		padding-bottom: 30%;
	}
	.investmentPromotion-five-text {
		bottom: 12%;
		width: 100%;
		top: initial;
	}
	.investmentPromotion-five-text h4 {
		width: 100%;
		font-size: 20px;
	}
	.investmentPromotion-five-text p {
		width: 100%;
		font-size: 14px;
	}
	.investmentPromotion-six-text {
		width: 100%;
	}
	.investmentPromotion-six-text p {
		width: 100%;
		font-size: 14px;
	}
	.investmentPromotion-six-text h4 {
		width: 100%;
		font-size: 20px;
		padding-top: 10%;
	}
	.investmentPromotion-six .box {
		display: initial;
	}
	.investmentPromotion-six-content {
		width: 92%;
		margin: 0 auto;
	}
	.investmentPromotion-six-content p {
		width: 92%;
		height: 35px;
		font-size: 14px;
		line-height: 35px;
		margin-bottom: 15px;
	}
	.investmentPromotion-six-content p span {
		font-size: 16px;
		line-height: 35px;
	}
	.investmentPromotion-six-content p:nth-child(1) {
		margin-left: 0;
	}
	.investmentPromotion-six-content p:nth-child(2) {
		margin-left: 0;
	}
	.investmentPromotion-six-content p:nth-child(4) {
		margin-left: 0;
	}
	.investmentPromotion-six-content p:nth-child(5) {
		margin-left: 0;
	}
	.investmentPromotion-seven h3 {
		font-size: 20px;
		padding: 11% 0 10px;
	}
	.investmentPromotion-seven p {
		font-size: 14px;
		padding-bottom: 10%;
	}
	.investmentPromotion-eight {
		height: auto;
		position: relative;
		z-index: 1;
	}
	.investmentPromotion-eight>img {
		height: 100%;
	}
	.investmentPromotion-eight-advice {
		width: 80%;
		left: 4%;
		top: 12%;
	}
	.investmentPromotion-eight-se select {
		font-size: 14px;
	}
	.investmentPromotion-eight-content>p {
		font-size: 16px;
		line-height: 34px;
	}
	.investmentPromotion-eight-img {
		padding: 6%;
	}
	.investmentPromotion-eight-text {
		padding: 0 6% 0;
	}
	.investmentPromotion-six {
		padding-bottom: 0;
	}
	.investmentPromotion-eight-mapimg {
		display: block;
	}
	#inmap {
		display: none;
	}
	/*高端定制开始*/
	.highCustomization img {
		width: auto;
	}
	.highCustomization {
		padding-top: 0%;
	}
	.highCustomization-list {
		width: 100%;
	}
	.highCustomization-list:nth-child(3n-1) {
		margin: 0;
	}
	.highCustomization-list:nth-child(1) {
		opacity: 1;
	}
	.highCustomization-img {
		width: 100%;
		height: auto;
	}
	.highCustomization-list h5 {
		font-size: 18px;
		height: 24px;
	}
	.highCustomization-list p:nth-child(1) {
		font-size: 14px;
		line-height: 18px;
		width: 80%;
	}
	.highCustomization-list p:nth-child(1) {
		font-size: 14px;
		line-height: 18px;
		height: auto;
		display: block;
		width: 80%;
	}
	.highCustomization .box {
		padding-bottom: 10%;
	}
	.fenye {
		padding-bottom: 10%;
	}
	.hitanchuang img {
		width: auto;
	}
	.hitanchuang-img {
		width: 100%;
		padding-top: 0;
		position: fixed;
		top: 45%;
	}
	/*产品中心开始*/
	.productCenterCent img {
		width: auto;
	}
	.pro-app-buttons {
		left: 55%!important;
	}
	.swiper-button-prev-pro-app {
		height: 15px!important;
		width: 15px!important;
	}
	.swiper-button-next-pro-app {
		height: 15px!important;
		width: 15px!important;
	}
	.swiper-pagination-current {
		font-size: 18px!important;
		top: 0!important;
	}
	.swiper-pagination-pro-app {
		margin-left: 39px!important;
		padding: 44px 0 0 20%!important;
	}
	.pro-app-buttons {
		top: 9%;
	}
	.productCenterNav .box {
		padding: 0;
		flex-flow: row wrap;
	}
	.productCenterNav a {
		padding: 13px 3%;
		font-size: 14px;
	}
	.productCenterNav .navActive {
		border: none;
	}
	.productCenterCent-one-advice h3 {
		font-size: 30px;
		opacity: 1;
	}
	.productCenterCent-one-advice span {
		font-size: 16px;
		opacity: 1;
	}
	.productCenterCent-one-text {
		opacity: 1;
	}
	.productCenterCent-one {
		height: 520px;
	}
	.productCenterCent-one>img {
		height: 100%;
	}
	.productCenterCent-one-text P:first-child {
		font-size: 14px;
	}
	.productCenterCent-one-text P:last-child {
		line-height: 16px;
	}
	.productCenterCent-one-texts {
		width: 100%;
	}
	.buttons {
		flex-wrap: wrap;
		margin-top: 9%;
		padding: 0;
	}
	.buttons a {
		font-size: 14px;
		width: 48%;
		height: 50px;
		line-height: 50px;
		margin-bottom: 5%;
	}
	.productCenterCent-two {
		height: 80px;
	}
	.productCenterCent-two img {
		height: 100%;
	}
	.productCenterCent-three .box>h4 {
		font-size: 20px;
		margin-top: 10%;
	}
	.productCenterCent-three-list {
		width: 100%;
		margin-top: 0;
		margin-bottom: 14%;
	}
	.productCenterCent-three-list h4 {
		font-size: 26px;
	}
	.product-app-h3 {
		font-size: 20px!important;
	}
	.productCenterCent-three-list:nth-child(3n-1) {
		margin: 0 0 14%;
	}
	.product-power-h3 {
		margin-bottom: 14%!important;
		font-size: 20px!important;
	}
	.product-power .swiper-container {
		padding-bottom: 17%;
	}
	.productCenterCent-four {
		padding-top: 10%!important;
		padding-bottom: 0!important;
	}
	.productCenterCent-three .More {
		padding-bottom: 8%;
	}
	.productCenterCent-three-lists {
		padding-top: 8%;
	}
	.product-power {
		display: none;
	}
	.anproduct-power {
		display: block!important;
	}
	/*banner开始*/
	.banner-img {
		display: none;
	}
	.anbanner-img {
		display: block;
	}
	.one-advice {
		top: 20.6%;
		flex-wrap: wrap;
		align-items: center;
	}
	.one-advice .line {
		width: 30%;
	}
	.one-advice p:first-child {
		font-size: 16px;
	}
	.one-advice p:last-child {
		width: 100%;
		font-size: 42px;
		line-height: 48px;
		letter-spacing: 5px;
		margin-top: 6%;
	}
	.ansearch {
		display: block;
	}
	.new-search {
		font-size: 14px!important;
		margin-top: 8%;
	}
	.new-search strong {
		font-size: 18px!important;
	}
	.new-search span {
		font-size: 18px!important;
	}
	.product_content{
		min-width: auto !important;
		padding-top: 20px !important;
		padding-bottom: 0 !important;
	}
	.product_menu_con {
		width: 94% !important;
		margin: auto !important;
	}
	.product_menu_con .product_menu{
		width: 100% !important;
		margin-bottom: 20px !important;
		margin-top: 0 !important;
		margin-right: 0 !important;
	}
	.product_menu_con .product_menu .product_menu_content{
		transform: initial !important;
		z-index: 20 !important;
	}
	.product_menu_con .product_menu .product_menu_content_hover{
		transform: initial !important;
		display: none;
	}
	.product_menu_con .product_menu:nth-child(3n - 1){
		top:0 !important;
	}
}

@media screen and (max-width: 360px) {
	.anwip-advice h6 {
		line-height: 19px;
	}
}