* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/** {*/
/*	-webkit-user-select: none;*/
/*	-moz-user-select: none;*/
/*	-ms-user-select: none;*/
/*	user-select: none;*/
/*}*/

.budd {
	width: 100%;
	margin-bottom: 45px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.budd button {
	width: 30%;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #000000;
	border-radius: 25px;
	margin-bottom: 30px;
}

.btddr h2 {
	font-size: 15px;
	color: #fff;
}

.clear {
	clear: both;
}

.concerning {
	padding: 120px 0;

}

.concerning h1 {
	font-size: 36px;
	margin-bottom: 35px;
}

.concerning p {
	font-size: 14px;
	margin-bottom: 55px;
	color: #999999;
}

.consult {
	float: left;
	border: 1px solid #f8f8f8;
}

.consult h2 {
	margin-top: 30px;
	padding: 0 5%;
	font-size: 16px;

}

.consult p {
	margin-top: 15px;
	padding: 0 5%;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #9f9f9f;
	margin-bottom: 20px;
}

.consult1 {
	border: 1px solid #eee;
	margin-bottom: 25px;
	width: 100%;
}
.consult1:hover {
	border: 1px solid #8c8c8c;
}

.consult1 h2 {
	margin-top: 30px;
	padding: 0 5%;
	font-size: 16px;
}

.consult1 p {
	margin-top: 15px;
	padding: 0 5%;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #9f9f9f;
	margin-bottom: 20px;
}

.collaborate {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
	background-color: transparent;
}

.collaborate div {
	width: 16%;
	text-align: center;
	margin: 20px 0;
}

.collaborate img {
	object-fit: contain;
}

.connection {
	width: 20%;
	float: left;
	padding: 55px 2%;

}

.Contact {
	color: #FFFFFF;
	width: 25%;
}

.Contact1 {
	color: #FFFFFF;
	width: 40%;
}

.logos {
	margin-bottom: 40px;
}

.connection h2 {
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.connection p {
	font-size: 13px;
	display: flex;
	/*实现垂直居中*/
	align-items: center;
	/*实现水平居中*/
	justify-content: left;
	margin-bottom: 30px;
}

.connectioncen {
	width: 60%;
	float: left;
	padding: 150px 5% 0;
}

.connectioncen dl {
	float: left;

}

.connectioncen dt {
	color: #8c8c8c;
	font-size: 20px;
	margin-bottom: 20px;
}

.connectioncen dd {
	font-size: 12px;
	color: #8C8C8C;
	margin-bottom: 25px;
}

.col-links1 {
	width: 20%;
	text-align: center;
	margin-right: 10%;
}

.col-links2 {
	width: 40%;
	text-align: left;
	margin-right: 10%;
}

.col-links3 {
	width: 20%;
	text-align: center;
}

.connectionrig {
	width: 20%;
	float: left;
	text-align: center;
	margin-top: 150px;
}

.connectionrig p {
	font-size: 12px;
	color: #8C8C8C;
	padding: 10px 0;
}

.cder {
	width: 10%;
	text-align: -webkit-center;
	height: 100px;
	float: right;
	position: relative;
	padding: 32px 0;
}

.cder1 {
	width: 90%;
	float: right;
}

.cder1 li {
	height: 100px;
	text-align: center;
	line-height: 100px;
	float: right;
	padding-left: 30px;
}

.Columnname h1 {
	margin: 30px 0;
	border-left: 2px solid #FF0000;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 24px;
}

.Columnname p {
	margin: 30px 0;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 20px;
}

.madas {
	position: absolute;
	width: 100px;
	height: 100px;
	background-color: #000000;
	margin-left: -25px;
	display: none;

}

.madas1 {
	position: absolute;
	width: 100px;
	height: 100px;
	background-color: #000000;
	margin-left: 25px;
	display: none;
}

.madas2 {
	position: absolute;
	width: 100px;
	height: 100px;
	background-color: #000000;
	margin-left: 75px;
	display: none;

}

.l-menu {
	-webkit-clip-path: url(#mask);
	z-index: 9;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: url(#mask)
}

html[data-browser=edge][data-browserengine=edgehtml] .l-menu,
html[data-browser=ie][data-browserversion="11"] .l-menu {
	transition: visibility .6s cubic-bezier(.215, .61, .355, 1), opacity .6s cubic-bezier(.215, .61, .355, 1)
}

.is-nav-active .l-menu {
	visibility: visible;
	opacity: 1
}

.is-nav-hidden .l-menu {
	visibility: hidden;
	opacity: 0
}

.l-menu__inner {
	display: flex;
	z-index: 1;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%
}

.l-menu__inner:before {
	display: inline-block;
	background-color: rgb(0 0 0 / 0.9);
	background-position: 50%;
	background-size: cover;
	content: ""
}

.l-menu__inner:before,
.l-menu__wave {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.mads {
	float: left;
	width: 10%;
}

.mads li {
	position: relative;
	height: 95px;
	border-left: 2px #999 solid;

}

.mads li em {
	position: absolute;
	left: -8px;
	bottom: -7px;
	width: 14px;
	z-index: 1;

	height: 14px;
	border-radius: 14px;
	background: #999;

}

.mads li em {
	background: red;
}

.mads1 {
	float: left;
	width: 90%;
}

.mads1 li {
	margin-top: 46px;
}

.design {
	background-image: url(../img/123.png);
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-size: 100%;
	min-height: 190px;
}

.font {
	font-size: 12px;
}

.font1 {
	font-size: 14px;
}

.font2 {
	font-size: 16px;
}

.font3 {
	font-size: 18px;
}

.font4 {
	font-size: 20px;
}

.font5 {
	font-size: 24px;
}

.font6 {
	font-size: 32px;
}

.font7 {
	font-size: 48px;
}

.font8 {
	font-size: 64px;
}

.fonticon {
	font-size: 32px;
	color: #FFFFFF;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.foot_inp {
	width: 100%;
	height: 50px;
	background-color: #f8f8f8;
	margin-bottom: 10px;
	border: none;
	padding: 2%;
	font-size: 16px;
}

.foot_inp_b {
	width: 100%;
	height: 140px;
	background-color: #f8f8f8;
	font-size: 16px;
	border: none;
	padding: 2%;
	margin-bottom: 10px;
}

.foot_sub {
	float: right;
	padding: 10px 60px;
	background-color: #FF0000;
	font-size: 16px;
	border: none;
	border-radius: 10px;
}

.foot_inp:hover {
	border: none;
}

.footd {
	width: 100%;
	height: 514px;
	border-bottom: 1px solid #999999;
	background-color: #232323;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.fru li {
	height: 100%;
	line-height: 100px;
	text-align: center;
	float: left;
	padding-left: 40px;
}

.fru {
	float: right;

}

.flexd {
	display: flex;
	align-items: center;
}

.flexd1 {
	display: none;
	right: 10%;
	position: fixed;
	z-index: 1000;
	color: #FFFFFF;
}

.fotu {
	font-size: 14px;
	margin-left: 10px;
}

.lihed {
	width: 25%;
	height: 220px;
	float: left;
	position: relative;
	cursor: pointer;
}

.hegin {
	height: 550px;
	width: 100%;
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-image: url(../img/bannder.png);
}

.more {
	border: 1px solid #000000;
	font-size: 14px;
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.mode ul {
	width: 100%;
}

.mode ul li {
	width: 25%;
	background-color: #D4E5F5;
	float: left;
}

#md {
    clear : none;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#md .mask_md {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	display: none;
}
#md img{
	width: 100%;
	height: 100%;
    transition: all 0.6s;
    -ms-transition: all 0.8s;
}
.li1:hover .mimg{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}
#md1 {
    clear : none;
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
}

#md1 img {
	width: 100%;
	height: 100%;
}

.mad {
	float: left;
	padding: 8% 4%;
}

.mad h2 {
	font-size: 16px;
	margin-bottom: 10px
}

.mad p {
	font-size: 14px;
	color: #999999;

}

.non1 {

	display: block;
}

.non2 {
	display: none;
}

.navd {
	width: 100%;
	height: 100%;
	background-color: #000000f0;
	position: fixed;
	display: none;
	z-index: 999;
}

.nav-toggle1 {
	z-index: 2;
	margin: 10px;
	left: 10%;
	position: absolute;
	cursor: pointer;
}

.navigation {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.navigation li {
	float: left;

}

.navigatorbottom {
	position: fixed;
	bottom: 5%;
	right: 10%;
	width: 30%;
}

.textcenter {
	text-align: center;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.top {
	width: 100%;
	height: 100px;
/* 	background-image: url(../img/bannertop.png);
	background-size: 100%;
	background-repeat: no-repeat; */
}

.topf {
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
}

.top1 {
	width: 80%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.top1 span {
	font-size: 24px;
}

.width {
	width: 80%;
	margin: 0 auto;
}

.width0 {
	width: 100%;
	margin: 0 auto;
}

.width1 {
	width: 50%;
}

.width2 {
	width: 70%;
	margin: 0 auto;
	display: none;
}

.width3 {
	width: 47%;
}

.width4 {
	width: 85%;
	margin-left: 15%;
}

.width5 {
	width: 90%;
	margin: 0 auto;
}

.width6 {
	width: 66%;
	margin: 0 auto;
}

.wide {

	padding-left: 10%;
}

.wide1 {
	padding: 25px 0;
	width: 15%;
	float: left;
}

.wide2 {
	width: 85%;
	float: right;
}

.txt {
	width: 100%;
	height: 220px;
	/*透明背景色，不透明其文字内容*/
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-family: "微软雅黑";
	text-align: center;
}

.txt img {
	margin-top: 50px;
}

.txt h3 {
	font-size: 20px;
	font-weight: 100;
	height: 45px;
	text-align: center;
	line-height: 45px;
	margin-top: 20px;
}

.txt p {
	font-size: 14px;
	text-align: center;
	padding: 0 60px;
	margin-top: 30px;
	display: none;
}

.textd1 {
	position: absolute;
	top: 10%;
	left: 5%;
}

.textd1 h2 {
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.textd1 p {
	font-size: 12px;
	color: #FFFFFF;
}

.textd2 {
	position: absolute;
	top: 10%;
	right: 5%;
	border: 1px solid #FFFFFF;
	width: 40px;
	height: 40px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}

.textd3 {
	position: absolute;
	bottom: 20%;
	left: 5%;
	border-bottom: 1px solid #FFFFFF;
	width: 90%;
	height: 1px;
	color: #FFFFFF;
}

.textd4 {
	position: absolute;
	bottom: 8%;
	left: 5%;
}

.textd4 {
	color: #FFFFFF;
	font-size: 13px;
}

.trends {
	font-size: 36px;
	text-align: center;
	padding: 50px 0;
}

.trends1 {
	width: 50%;
	margin: 0 auto;
}

.trends1 ul li {
	float: left;
	width: 20%;
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px;
}

.trends1 ul li {
	font-size: 18px;
	color: #000000;
}

.trends1 ul li:hover a {
	color: #ff0000;
	border-bottom: 1px solid #FF0000;
}

.tactful {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

.produce {
	width: 80%;
	margin: 0 auto;
}

.plan {
	width: 50%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;

}

.imads img {
	margin-bottom: 100px;
	z-index: 100;
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page-elem-field-root {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.page-elem-field {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.page-elem-field .item {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #e2e2e2;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.page-elem-field .item.head {
	width: 60px;
	min-width: 50px;
}

.page-elem-field .item.foot {
	width: 60px;
	min-width: 50px;
}

.page-elem-field .item.active {
	background-color: #1e9fff;
	color: #fff;
}

.page-elem-field .item:hover {
	background-color: pink;
	color: #fff;
}

.page-elem-field .item.item-disable {
	color: #d2d2d2 !important;
	cursor: not-allowed !important;
}

.page-elem-field .item.active:hover {
	background-color: #1e9fff;
	color: #fff;
}

.toPage {
	margin-left: 10px;
	width: 100px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.toPage .inputBox {
	width: 40px;
	height: 30px;
	box-sizing: border-box;
	position: relative;
}

.toPage .inputBox .inputborder {
	width: 40px;
	height: 30px;
	box-sizing: border-box;
	/* opacity: 0; */
	outline: none;
	padding: 0 5px;
	border: 1px solid #e2e2e2;
	z-index: 22;
	position: absolute;
	left: 0;
	top: 0;
}

.toPage .inputBox .show-val {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
}

.toPage::before {
	content: '前往';
	display: block;
	margin-right: 5px;
	width: 32px;
	height: 30px;
	line-height: 30px;
}

.toPage::after {
	content: '页';
	margin-left: 5px;
	width: 16px;
	height: 30px;
	line-height: 30px;
}

.pagesbox {
	margin-left: 10px;
	width: 60px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.pagesbox .currectPage {
	color: deepskyblue;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.pagesbox .line {
	color: deepskyblue;
	width: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.pagesbox .allPages {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.underline {
	width: 90%;
	margin: 0px auto;
}

.underscore1 {
	width: 1px;
	background-color: #FFFFFF;
}

.cooperate {
	background-image: url(img/quan1.png);
	padding: 8% 15%;
	background-repeat: no-repeat;
	margin-bottom: 100px;
}

.custom {
	border-top: 1px solid #b9b9b9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
}

.head {
	display: none;
}

.consult1:hover .head span {
	color: #d82626;
}

.news {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5% 0;
}

.consult:hover .iconfont {
	color: #d82626;
}

.mono {
	display: none;
}

.l-menutop {
	margin-bottom: 100px;
	border-left: 2px solid #FF0000;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 24px;
}

.img01 {
	display: block;
	animation: rotate 6s linear infinite;
}

@keyframes rotate {
	0% {
		transform: rotateZ(0deg);
		/*从0度开始*/
	}

	100% {
		transform: rotateZ(360deg);
		/*360度结束*/
	}
}

section {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

@keyframes bounce-up {
	25% {
		transform: translateY(80px);
	}

	50% {
		transform: translateY(0);
	}

	75% {
		transform: translateY(-80px);
	}
	
	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes bounce-up {
	25% {
		transform: translateY(80px);
	}

	50% {
		transform: translateY(0);
	}

	75% {
		transform: translateY(-80px);
	}
	
	100% {
		transform: translateY(0);
	}
}

section .ball {
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border-radius: 100%;
	position: relative;
	/* left: -500px; */

	overflow: hidden;
	animation: bounce-up 1.5s linear infinite;
	z-index: 1;
	-webkit-animation: bounce-up 1.4s linear infinite;
}
section .ball {
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border-radius: 100%;
	position: relative;
	/* left: -500px; */

	overflow: hidden;
	animation: bounce-up 2s linear infinite;
	z-index: 1;
	-webkit-animation: bounce-up 2s linear infinite;
}
.li_box li  img{
	-webkit-filter: grayscale(1); /* Webkit */
	         filter: gray; /* IE6-9 */    
	         filter: grayscale(1); /* W3C */  
}

.li_box li:hover img {
	-webkit-filter: none; /* Webkit */
	         filter: none ;/* IE6-9 */    
	         filter: none; /* W3C */  
}
.specil_img {
	-webkit-filter: none !important; /* Webkit */
	         filter: none !important;/* IE6-9 */    
	         filter: none !important; /* W3C */  
}
.getMore {display: none;}
.pc2 {display:-webkit-box;
			-webkit-box-orient:vertical;
			-webkit-line-clamp:2;
			overflow:hidden;
			font-size: 13px;
		 }
.mask2 {display: none;}
.textd1 p {font-size: 13px;}