@charset "utf-8";
/* 设置字库 111*/
/* Legacy iOS */
/* {
font-weight: normal;
font-style: normal;
} */

/*全局初始化样式*/

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
		font-family: "alibabaR"!important;
}

body {
	position: relative;
	padding: 0;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.42857143;
	font-family: "alibabaR",Arial, '思源黑体 CN', '黑体';
	color: #333;
	min-width: 320px;
	width: 100%;
	zoom: 1;
	background: #fff;
	/*禁用Webkit内核浏览器的文字大小调整功能*/
	-webkit-text-size-adjust: none;
	/*取出点击出现半透明的灰色背景*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight: rgba(0, 0, 0, 0);
	/*控制文本可选性*/
	/*
-webkit-user-select: none;
    -ms-user-select: none;
   -moz-user-select: none;
 -khtml-user-select: none;
        user-select: none;
*/
	/*设置字体的抗锯齿或者说光滑度*/
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

* {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*word-break: break-all;*/
	word-wrap: break-word;
}

/*默认去除ul、li的默认样式*/

.p, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0;
	padding: 0;
}

.ul, .ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul, ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*初始化下拉菜单、单行输入框、多行输入框的样式*/

select, input, textarea {
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #333;
}

/*表单元素获得焦点时不显示虚线框*/

input:focus {
	outline: none;
}

input, button, select, textarea {
	outline: none;
	/*-webkit-appearance:none;*/
	/*强制去除表单自带的样式*/
}

/*不允许多行输入文本框有滚动条*/

textarea {
	resize: none;
	/*-webkit-appearance:none;*/
	/*强制去除textarea自带的样式*/
}

/*初始化表单元素样式*/

textarea, input, select {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

/*初始化HTML5标签样式*/

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

article, aside, footer, header, hgroup, nav, section, figure, figcaption {
	display: block;
}

/*去除figure边距*/

figure, figcaption {
	margin: 0px;
	padding: 0px;
}

/*初始化图片样式*/

img {
	border: none;
	border: 0;
	max-width: 100%;
	vertical-align: middle;
	transition: .5s;
}

/*初始化a的样式和字体样式*/

a {
	color: #333333;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

a:hover {
	color: #008b9c;
}

/*清除浮动*/

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	font-size: 0px;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* 单行隐藏 */

.dot {
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

/* 多行隐藏 */

.dot2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 多行隐藏 */

.dot3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 多行隐藏 */

.dot4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.w1280 {
	max-width: 1280px;
	margin: 0 auto;
}

.w1440 {
	max-width: 1440px;
	margin: 0 auto;
}

.w1800 {
	max-width: 1800px;
	margin: 0 auto;
}

@media (max-width:1440px) {
	.w1440 {
		padding: 0 2%;
	}
}

@media (max-width:1280px) {
	.w1280 {
		padding: 0 2%;
	}
}

@media (max-width:1280px) {
	.w1200 {
		padding: 0 2%;
	}
}

.header {
	line-height: 65px;
}

.header .w1280 {
	position: relative;
}

.header .logo {
	float: left;
}

.header .hearight {
	float: right;
}

.header .hearight a {
	display: inline-block;
	font-size: 16px;
	color: #008b9c;
}

.header .hearight a.join {
	padding: 0;
}

.header .hearight a.lang {
	padding: 0 15px;
}

.header .hearight a.lang span {
	display: inline-block;
	padding: 5px 30px 5px 12px;
	background: url(../images/icon1_03.jpg)no-repeat right 15px center;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	line-height: 1;
}

.header .hearight a.souMenu i {
	padding: 10px;
	background: url(../images/search.png)no-repeat center;
	line-height: 1;
}

.header .hearight a.souMenu.on i {
	background: url(../images/x.png)no-repeat center;
}

.header .hearight .souinput {
	display: none;
	position: absolute;
	right: 0;
	top: 65px;
	border: 1px solid #eee;
	border-radius: 5px;
	z-index: 999;
	line-height: 1.5;
	background-color: white;
}

.header .hearight .souinput input {
	height: 40px;
	width: 150px;
	padding-left: 20px;
}

.header .hearight .souinput .soubtn {
	padding: 15px;
	background: url(../images/search.png)no-repeat center;
	float: right;
	margin-top: 3px;
	margin-right: 5px;
}

.top {
	position: relative;
	background-color: #f5f5f5;
}

.top .navOth {}

.top .navOth .nav ul{
	text-align: center;
}

.top .navOth .nav li {
	/* float: left; */
	line-height: 50px;
	position: relative;
	width: auto;
	min-width: 100px;
	text-align: center;
	display: inline-block;
}

.top .navOth .nav li>a {
	font-size: 18px;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 10px;
}

/* .top .navOth .nav li >a:before{width: 0;height: 2px;content: '';background:#008b9c;position: absolute;left: 0;bottom: 0;transition:.3s;} */

.top .navOth .nav li.on>a, .top .navOth .nav li:hover>a {
	color: #fff;
	background-color: #008b9c;
}

.top .navOth .nav li .subnav {
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 99;
	display: none;
	background: rgba(255, 255, 255, .95);
	left: 0;
	padding: 30px 0;
}

.top .navOth .nav li .subnav .subDl {
	float: left;
	width: 75%;
	padding-left: 60px;
}

.top .navOth .nav li .subnav .subDl .first-menu {
	position: relative;
}

.top .navOth .nav li .subnav .subDl .first-menu li {
	width: 33.33%;
	float: none;
	line-height: 48px;
	padding: 0 20px;
	border-left: 1px solid transparent;
}

.top .navOth .nav li .subnav .subDl .first-menu li:hover {
	border-left: 1px solid #008b9c;
	background: #dcddde;
}

.top .navOth .nav li .subnav .subDl .first-menu li:hover a:before {
	display: none;
}

.top .navOth .nav li .subnav .subDl .first-menu li .second-menu {
	position: absolute;
	left: 33.33%;
	top: 0;
	width: 33.33%;
	display: none;
}

.top .navOth .nav li .subnav .subDl .first-menu li .second-menu li {
	width: 100%;
}

.top .navOth .nav li .subnav .subDl .first-menu li .second-menu li .third-menu {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	display: none;
}

.top .navOth .nav li .subnav .subDl .first-menu li .second-menu li .third-menu li {
	width: 100%;
}

.top .navOth .nav li .subnav .desBox {
	float: right;
	width: 22%;
	padding-right: 20px;
	line-height: 1;
}

.top .navOth .nav li .subnav .desBox .imgBox {
	margin-bottom: 30px;
}

.top .navOth .nav li .subnav .desBox h5 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 12px;
}

.top .navOth .nav li .subnav .desBox p {
	font-size: 16px;
	line-height: 24px;
	color: #888888;
	margin-bottom: 25px;
}

.top .navOth .nav li .subnav .desBox .view {
	color: #008b9c;
}

.top .navOth .nav li dl {
	margin: 0;
	padding: 0;
	width: 150%;
	min-width: 200px;
	padding-top: 0;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.8);
	display: none;
	z-index: 99;
	overflow: hidden;
}

.top .navOth .nav li dd {
	margin: 10px 20px;
	line-height: 30px;
	padding: 0 10px;
	text-align: left;
	font-size: 16px;
}

.top .navOth .nav li dd a {
	word-break: keep-all;
	display: block;
}

.top .navOth .nav li dd a:hover {
	color: #008b9c;
}

.top .navOth .topRight {
	float: right;
	position: relative;
}

.top .navOth .topRight .souBox {
	float: right;
	padding-right: 20px;
}

.top .navOth .topRight .souBox .souinput {
	display: none;
	position: absolute;
	z-index: 9;
	border: 1px solid #999999;
	border-radius: 5px;
	right: 130px;
	top: 20px;
	overflow: hidden;
	width: 200px;
}

.top .navOth .topRight .souBox .souinput input {
	height: 35px;
	padding: 10px;
	width: 80%;
	float: left;
}

.top .navOth .topRight .souBox .soubtn {
	float: right;
	padding: 15px;
	background: url(../images/sou.png)no-repeat center center;
}

.top .navOth .topRight .souBox .souMenu {
	display: inline-block;
	padding: 10px;
	background: url(../images/sou.png)no-repeat center;
	margin-top: 28px;
}

.top .navOth .topRight .souBox .souMenu.on {
	background: url(../images/close2.png)no-repeat center;
}

.top .navOth .topRight .langBox {
	float: right;
	line-height: 72px;
	padding-left: 20px;
	position: relative;
}

.top .navOth .topRight .langBox::before {
	content: "";
	position: absolute;
	left: -1px;
	width: 1px;
	height: 15px;
	background-color: #999999;
	top: 50%;
	transform: translateY(-50%);
}

.top .navOth .topRight .langBox .langTxt {
	display: inline-block;
	background: url(../images/glo.png)no-repeat left center;
	padding: 3px 0 0 25px;
}

/*响应式*/

.mobile_bg {
	position: fixed;
	left: 0;
	top: 85px;
	width: 100%;
	height: 100%;
	z-index: 98;
	background: #fff;
	display: none;
}

.nav_btn {
	float: right;
	width: 50px;
	height: 75px;
	position: relative;
	cursor: pointer;
	display: none;
	transition: margin 0.3s ease 0s;
	z-index: 999;
}

.nav_btn span, .nav_btn span:before, .nav_btn span:after {
	content: '';
	display: block;
	height: 2px;
	background-color: #333;
	position: absolute;
	right: 0;
	border-radius: 3px;
}

.nav_btn span {
	width: 60%;
}

.nav_btn span:before, .nav_btn span:after {
	width: 100%;
}

.nav_btn span {
	top: 50%;
	margin-top: -1px;
}

.nav_btn span:before {
	top: -10px;
	transition: all 0.3s ease 0s;
}

.nav_btn span:after {
	bottom: -10px;
	transition: all 0.3s ease 0s;
}

.homeBan .top .nav_btn span, .homeBan .nav_btn span:before, .homeBan .nav_btn span:after {
	background-color: #333;
}

.nav_btn.open span {
	height: 0;
}

.nav_btn.open span:before {
	transform: rotate(45deg);
	top: 0;
	background-color: #333;
}

.nav_btn.open span:after {
	transform: rotate(-45deg);
	bottom: -2px;
	background-color: #333;
}

/*banner*/

.banner {
	position: relative;
}

.banner li {
	position: relative;
}

.banner li .pcBan {
	width: 100%;
	height: 650px;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner li .w1280 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.banner li .txtBox {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: white;
}

.banner li .txtBox h3 {
	font-style: italic;
	font-size: 40px;
	letter-spacing: 5px;
	margin-bottom: 15px;
}

.banner li .txtBox h3 span {
	font-size: 60px;
}

.banner li .txtBox p {
	font-size: 18px;
	line-height: 1.8;
}

.banner li .txtBox .detail {
	margin-top: 30px;
	display: inline-block;
	padding: 10px 42px;
	font-size: 18px;
	color: white;
	background: url(../images/abg.png)no-repeat center;
}

.banner li:nth-child(3) .txtBox h3 {
	color: #008b9c;
}

.banner li:nth-child(3) .txtBox p {
	color: #333333;
}

.banner li:nth-child(4) .txtBox {
	text-align: center;
}

.banner .slick-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
}

.banner .slick-dots li {
	cursor: pointer;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #fff;
	transition: 0.3s;
	border-radius: 50%;
	margin-right: 20px;
	position: relative;
	z-index: 1;
}

.banner .slick-dots li.slick-active {
	background: #008b9c;
	width: 55px;
	border-radius: 10px;
}

.banner .slick-dots li:last-child {
	margin: 0;
}

.banner .slick-dots li button {
	display: none;
}

/* .banner .pcBan{display: none;} */

.banner .wapBan {
	display: none;
}

@media (min-width:768px) {
	.top {
		border-bottom: 2px solid #008b9c;
	}
	
	
	.tubiao{
 display: inline-block; 

    padding: 7px 15px;
    background: url(../images/xaiz.png)no-repeat center;
    background-size: 25px;
    position: absolute;
    width: 25px;
    height: 25px;

 
	}
	.Container .title {
    font-size: 28px;
    margin-bottom: 15px;
}
	.contact .contactBox .F1more{
		
		    background-color: #05a65c;
	}
}

@media(max-width:750px) {
	.banner .pcBan {
		display: none;
	}
	.banner li div {
		height: auto;
	}
	.banner .wapBan {
		display: block;
	}
	.banner li .w1280 {
		width: 95%;
		padding: 0;
	}
	.banner li .txtBox {
		text-align: center;
	}
	.banner li .txtBox h3 {
		font-size: 18px;
	}
	.banner li .txtBox h3 span {
		font-size: 24px;
	}
	.banner li .txtBox p {
		font-size: 14px;
	}
	.banner li .txtBox .detail {
		font-size: 14px;
		background-size: contain;
	}
	.banner .slick-dots {
		bottom: 15px;
	}
	.banner .slick-dots li {
		height: 10px;
		width: 10px;
		margin-right: 10px;
	}
	.banner .slick-dots li.slick-active {
		width: 30px;
	}
	.BusNewB .slideBox {
		padding-top: 20px;
	}
	.top .navOth .nav li .subnav .subDl .first-menu li {
		width: 100%;
		margin-bottom: 10px;
		padding: 0 0 0 20px;
	}
	.top .navOth .nav li .subnav .subDl .first-menu li a {
		line-height: 1.5;
	}
	.top .navOth .login {
		line-height: 75px;
	}
	.top .navOth .topRight {
		position: static;
	}
	.top .navOth .topRight .souBox .souinput {
		right: 2.5vw;
		width: 95vw;
		top: 78px;
		background-color: #fff;
	}
}

/*banner*/

@media(max-width:1740px) {
	.top .navOth .nav li {
		margin-right: 2%;
	}
	.top .navOth .langSear {
		padding-left: 20px;
	}
}

@media(max-width:1366px) {
	.top .navOth .langSear {
		padding-left: 10px;
	}
}

@media(max-width:1279px) {
	.top {
		z-index: 999;
	}
	.top .navOth {
		float: right;
	}
	.top .w1800 {
		padding-right: 0;
	}
	.nav_btn {
		display: block;
		height: 60px;
	}
	.top .navOth .nav {
		position: absolute;
		top: 60px;
		width: 100%;
		float: none;
		left: 0;
		background: #fff;
		display: none;
		padding-bottom: 30px;
		z-index: 999;
		padding-left: 15px;
		padding-top: 30px;
	}
	.top .navOth .nav li {
		float: none;
		margin-right: 0;
		line-height: 40px;
		width: 100%;
		text-align: left;
	}
	.top .navOth .nav li dl {
		position: static!important;
		padding: 10px 15px!important;
		transform: translateX(0);
		background-color: white;
	}
	.top .navOth .nav li dd {
		text-align: left;
		margin: 10px 0;
		float: none;
	}
	.top .navOth .nav li dd a {
		color: #333;
	}
	.top .navOth .nav li .subnav {
		position: static;
	}
	.top .navOth .nav li .subnav .w1440 {
		padding: 0;
	}
	.top .navOth .nav li .subnav .subDl {
		padding-left: 0;
		width: 100%;
	}
	.top .navOth .nav li .subnav .desBox {
		display: none;
	}
	.top .navOth .langSear {
		width: 185px;
	}
	.header .hearight .souinput {
		z-index: 9999;
		right: auto;
		left: 10px;
		top: 74px;
	}
	.header .hearight .souinput input {
		width: 70vw;
	}
}

@media (max-width:768px) {}

@media (max-width:480px) {
	.header .logo {
		width: 50%;
	}
	.header .hearight a {
		font-size: 14px;
	}
	.header .hearight a.lang {
		padding: 0 5px;
	}
	.header .hearight a.souMenu {
		display: none;
	}
	.header .hearight .souinput {
		display: block;
	}
	.header .hearight .souinput input {
		width: 70vw;
	}
}

/* Bottom  */

.Bottom {
	background: #f0f4f4;
	padding: 3% 0;
}

.Bottom .copyright .left {
	float: right;
	display: table;
}

.Bottom .copyright .left span {
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
	text-align: right;
	background: url(../images/icon2.jpg)no-repeat right center;
}

.Bottom .copyright a {
	color: #222;
}

.Bottom .copyright a:hover {
	color: #008b9c;
}

.Bottom .copyright .right {
	float: left;
	padding: 0 10px;
}

.Bottom .copyright .right a {
	display: inline-block;
}

.Bottom .copyright .right p {
	font-size: 14px;
}

.Bottom .copyright .right .franBox {
	margin-bottom: 10px;
}

.Bottom .copyright .right .franBox .franlist {
	width: 188px;
	position: relative;
	float: left;
}

.Bottom .copyright .right .franBox .franlist span {
	display: inline-block;
	cursor: pointer;
	color: #aaa;
	width: 100%;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	background: white url(../images/icon3.jpg)no-repeat right 10px center;
}

.Bottom .copyright .right .franBox .franlist ul {
	display: none;
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	z-index: 3;
	background-color: #fbfbfb;
	line-height: 2;
	padding: 5px 15px;
}

.Bottom .copyright .right .franBox .franlist ul a {
	width: 100%;
	padding: 5px 0;
}

.Bottom .copyright .right .shareBox {
	float: left;
	line-height: 44px;
	display: flex;
	display: -webkit-flex;
	margin-left: 30px;
	position: relative;
}

.Bottom .copyright .right .shareBox span {
	display: inline-block;
	color: #222;
	font-size: 15px;
}

.Bottom .copyright .right .shareBox a {
	padding: 16px;
	margin: 0 5px;
}

.Bottom .copyright .right .shareBox .wb {
	background: url(../images/wb.png)no-repeat center;
}

.Bottom .copyright .right .shareBox .tx {
	background: url(../images/tx.png)no-repeat center;
}

.Bottom .copyright .right .shareBox .qq {
	background: url(../images/qq.png)no-repeat center;
}

.Bottom .copyright .right .shareBox .imgbox {
	position: absolute;
	right: 0;
	z-index: 9;
	bottom: 100%;
	width: 170px;
	display: none;
}

@media (max-width:1200px) {}

@media (max-width:1024px) {
	.Bottom .copyright .left {
		line-height: 1.5;
	}
}

@media (max-width:768px) {
	.Bottom .copyright .left, .Bottom .copyright .right, .Bottom .copyright .right .shareBox, .Bottom .copyright .right .franBox .franlist {
		float: none;
		text-align: center;
		margin: 10px auto;
	}
	.Bottom .copyright .right .shareBox {
		justify-content: center;
	}
}

.bgcolor {
	background-color: #f6f6f6;
}

.home {
	padding: 2% 0;
}

.homeF1 ul {
	position: relative;
}

.homeF1 ul li {
	float: left;
	width: 49%;
	margin-left: 2%;
	position: relative;
}

.homeF1 ul li:nth-child(1) {
	margin-left: 0;
}

.homeF1 ul li .imgBox {
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 59%;
	position: relative;
}

.homeF1 ul li:nth-child(2) .imgBox {
	padding-bottom: 49%;
}

.homeF1 ul li .imgBox img {
	transition: 0.5s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.homeF1 ul li:hover .imgBox img {
	transform: scale(1.1);
}

.homeF1 ul li .info {
	background-color: white;
	padding: 20px;
}

.homeF1 ul li .info h4 {
	font-size: 16px;
	color: #008b9c;
}

.homeF1 ul li .info h3 {
	font-size: 22px;
	color: #333333;
}

.homeF1 ul li:hover .info h3 {
	color: #008b9c;
}

.homeF1 ul .F1more {
	position: absolute;
	right: 0;
	bottom: 0;
}

.F1more {
	padding: 12px 45px 12px 20px;
	background-color: #008b9c;
	color: white;
	border-radius: 5px;
	display: inline-block;
	font-size: 16px;
}

.F1more i {
	position: relative;
	display: inline-block;
}

.F1more i::before {
	content: "";
	position: absolute;
	right: -25px;
	top: -15px;
	padding: 10px;
	background: url(../images/icon4.png)no-repeat center;
	transition: .2s;
}

.F1more:hover i::before {
	right: -30px;
}

.F1more:hover {
	color: white;
}

.more {
	display: inline-block;
	position: relative;
	color: #008b9c;
	padding-right: 20px;
	font-weight: bold;
	font-size: 16px;
}

.more::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0px;
	background: url(../images/icon4_1.png)no-repeat right center;
	padding: 10px;
	transition: 0.1s;
}

.more:hover::before {
	right: -3px;
}

.homeF2 {
	padding: 10% 0 15% 0;
	position: relative;
}

.homeF2 .txtBox {
	padding: 50px 80px;
	background-color: white;
	display: inline-block;
	max-width: 580px;
}

.homeF2 .txtBox h4 {
	color: #008b9c;
	font-size: 16px;
}

.homeF2 .txtBox h3 {
	font-size: 22px;
}

.homeF2 .more {
	margin-top: 30px;
}

.homeF3 ul li {
	width: 32.66%;
	float: left;
	margin-left: 1%;
}

.homeF3 ul li:first-child {
	margin-left: 0;
}

.homeF3 ul li a {
	position: relative;
	display: inline-block;
}

.homeF3 ul li a.more {
	margin-top: 10px;
}

.homeF3 ul li .imgBox {
	overflow: hidden;
}

.homeF3 ul li:hover .imgBox img {
	transform: scale(1.1);
}

.homeF3 ul li .txtBox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	color: white;
	font-size: 22px;
	padding: 15px 30px;
}

.homeF4 {
	padding-bottom: 4%;
}

.homeF4 .fourLeft {
	width: 48.5%;
	float: left;
}

.homeF4 .fourLeft h3 {
	font-size: 22px;
	margin: 20px 0;
}

.homeF4 .fourLeft ul li {
	padding: 15px 0;
	border-bottom: 1px solid #e9e9e9;
	font-size: 16px;
}

.homeF4 .fourLeft ul li a {
	display: block;
	padding-left: 25px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.homeF4 .fourLeft ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 15px;
	height: 3px;
	background-color: #008b9c;
}

.homeF4 .fourLeft .more {
	margin-top: 30px;display: none;
}

.homeF4 .fourRight {
	width: 49%;
	float: right;
	background: #3a70b5;
	padding: 55px 80px;
	color: white;
}

.homeF4 .fourRight .title {
	font-size: 36px;
	text-align: left;
	margin-bottom: 50px;
}

.homeF4 .fourRight .title span {
	font-size: 16px;
	font-weight: normal;
}

.homeF4 .fourRight .gupiao {
	padding: 30px 0;
	border-top: 1px solid #4e7fbd;
	border-bottom: 1px solid #4e7fbd;
}

.homeF4 .fourRight .gupiao .left {
	float: left;
	width: 50%;
}

.homeF4 .fourRight .gupiao .numtop {
	margin-top: 40px;
}

.homeF4 .fourRight .gupiao .numbh {
	overflow: hidden;
	margin-top: 10px;
}

.homeF4 .fourRight .gupiao .numbh i {
	display: inline-block;
	float: left;
	padding: 18px 10px;
	background: url(../images/icon5.png)no-repeat center;
}

.homeF4 .fourRight .gupiao .numbh i.on {
	transform: rotate(180deg);
}

.homeF4 .fourRight .gupiao .numbh span {
	display: inline-block;
	float: left;
	margin-left: 10px;
}

.homeF4 .fourRight .gupiao h3 {
	font-size: 50px;
	font-weight: 500;
}

.homeF4 .fourRight .gupiao h5 {
	font-size: 16px;
	font-weight: 500;
}

.homeF4 .fourRight .gupiao .titleP {
	font-size: 16px;
	padding-bottom: 10px;
	padding-right: 80px;
	border-bottom: 2px solid white;
	display: inline-block;
}

.homeF4 .fourRight .gupiao .right {
	float: right;
	width: 30%;
}

.homeF4 .fourRight .gupiao .right .numright:nth-child(2) {
	margin-top: 20px;
}

.homeF4 .fourRight .Tip {
	margin-top: 50px;
	font-size: 16px;
}

.homeF4 .fourRight .Tip p {
	line-height: 1.5;
	margin-top: 10px;
}

@media (max-width:1279px) {
	.homeF1 ul li .imgBox {
		text-align: center;
	}
	.homeF4 .fourRight .gupiao .right {
		width: 50%;
	}
	.homeF4 .fourRight {
		padding: 40px;
	}
}

@media (max-width:768px) {
	.homeF2 .txtBox {
		padding: 30px;
	}
	.homeF3 ul li .txtBox, .homeF1 ul li .info h3 {
		font-size: 18px;
	}
	.homeF2 .txtBox h3 {
		font-size: 20px;
	}
	.homeF3 ul li {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.homeF4 .fourLeft, .homeF4 .fourRight {
		float: none;
		width: 100%;
	}
	.homeF4 .fourLeft .more {
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.homeF4 .fourRight {
		padding: 30px 15px;
	}
	.homeF4 .fourRight .title {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.homeF4 .fourRight .gupiao .titleP {
		padding-right: 50px;
	}
	.homeF4 .fourRight .gupiao h3 {
		font-size: 30px;
	}
	.homeF4 .fourRight .gupiao .numtop {
		margin-top: 25px;
	}
	.homeF4 .fourRight .Tip {
		margin-top: 30px;
		font-size: 14px;
	}
}

@media (max-width:480px) {
	.homeF1 ul li {
		width: 100%;
		margin: 15px 0;
	}
	.homeF1 ul .F1more {
		position: relative;
		margin: 10px auto 30px;
		display: inline-block;
		left: 50%;
		transform: translateX(-50%);
		right: auto;
	}
}

.menu {
	background-color: #f4f4f4;
	width: 100%;
	border-bottom: 3px solid #1a68c0;
	margin-bottom: 80px;
	position: relative;
}

.menu .left {}

.menu .left ul {
	margin: 0 auto;
	display: table;
	vertical-align: middle;
}

.menu .left ul li {
	float: left;
	min-width: 160px;
	text-align: center;
	border-left: 2px solid white;
}

.menu .left ul li:last-of-type {
	border-right: 2px solid white;
}

.menu .left ul li a.p_txt {
	color: #555555;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 25px 10px;
}

.menu .left ul li:hover, .menu .left ul li.on {
	background-color: #1a68c0;
}

.menu .left ul li:hover a.p_txt, .menu .left ul li.on a.p_txt {
	color: #fff;
}

.menu .left .dlBox {
	background-color: #f4f4f4;
	position: absolute;
	left: 0;
	width: 100%;
	top: 75px;
}

.menu .left dl {
	overflow: hidden;
	margin: 0 auto;
	display: table;
	vertical-align: middle;
}

.menu .left dl dd {
	float: left;
	font-size: 16px;
	padding: 20px 0;
	margin-right: 55px;
	text-align: left;
	margin-left: 0;
}

.menu .left dl dd a:hover {
	color: #1a68c0;
}

.menu .left .menu_btn {
	display: none;
}

@media (max-width:1024px) {
	.menu {
		height: auto;
		border: none;
		margin-bottom: 30px;
	}
	.menu .left .menu_btn {
		display: block;
		width: 100%;
		background-color: #1a68c0;
		color: white;
		font-size: 16px;
		padding: 15px 10px;
		position: relative;
	}
	.menu .left ul {
		display: none;
	}
	.menu .left .dlBox dd, .menu .left ul li {
		float: none;
		width: 100%;
		min-width: auto;
		text-align: left;
		border-left: none;
		border-bottom: 1px solid #DDDDDD;
		margin: 0;
	}
	.menu .left ul li:last-of-type {
		border-right: none;
	}
	.menu .left .dlBox {
		position: relative;
		top: 0;
		display: none;
	}
	.menu .left .dlBox dl {
		display: block;
	}
	.menu .left .dlBox dd:last-of-type {
		border: none;
	}
	.menu .left ul li a.p_txt {
		position: relative;
		padding: 15px 10px;
	}
	.menu .left .menu_btn::before, .menu .left ul li a.p_txt::before {
		content: "";
		transition: 0.3s;
		position: absolute;
		right: 0;
		top: 12px;
		background: url(../images/rigth.png)no-repeat center;
		padding: 15px;
	}
	.menu .left ul li a.p_txt.on::before, .menu .left .menu_btn.on::before {
		transform: rotate(90deg);
	}
}

.innerBan {
	position: relative;
}

.innerBan img {
	margin: 0 auto;
	display: block;
}

.innerBan .wap {
	display: none;
}

.innerBan .txtBox {
	position: absolute;
	left: 16%;
	bottom: 50px;
}

.innerBan .txtBox h3 {
	color: white;
	font-size: 28px;
	line-height: 1.5;
}

.innerBan .txtBox .banmore {
	position: relative;
	color: white;
	font-size: 16px;
	padding: 10px 50px 10px 30px;
	border: 1px solid #ffffff;
	display: inline-block;
	margin-top: 30px;
}

.innerBan .txtBox .banmore::before {
	content: "";
	position: absolute;
	right: 25px;
	top: 11px;
	padding: 10px;
	background: url(../images/icon4.png)no-repeat center;
	transition: .2s;
}

.innerBan .txtBox .banmore:hover::before {
	right: 20px;
}

@media (max-width:750px) {
	.innerBan .pc {
		display: none;
	}
	.innerBan .wap {
		display: block;
	}
}

.aboutmenu {
	margin: 30px 0;
}

.aboutmenu .center ul {
	overflow: hidden;
	margin: 0 auto;
	display: flex;
}

.aboutmenu .center ul li {
	width: 33.33%;
	padding: 0 50px;
	font-size: 16px;
	position: relative;
	text-align: center;
	font-size: 18px;
}

.aboutmenu .center ul li::before {
	content: "";
	position: absolute;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 1px;
	background-color: #e6e6e6;
}

.aboutmenu .center ul li .icon {
	text-align: center;
	margin-bottom: 8px;
}

.aboutmenu .center ul li:last-child::before {
	display: none;
}

.aboutmenu .center ul li:last-child {
	padding-right: 0px;
}

.aboutmenu .center ul li span {
	color: #008b9c;
}

.aboutTow .aboutTitle {
	text-align: center;
}

.aboutTow .aboutTitle h3 {
	width: 50%;
	float: left;
	border-top: 2px solid transparent;
	cursor: pointer;
	line-height: 70px;
	background-color: #eeeeee;
	color: #666666;
	font-size: 24px;
}

.aboutTow .aboutTitle h3.on {
	color: #008b9c;
	background-color: white;
	border-top: 2px solid #008b9c;
	box-shadow: 5px 10px 15px #ececec;
}

.aboutTow {
	margin-top: 80px;
}

.aboutTow .companyBox {
	padding: 3% 0;
	background-color: #f6f6f6;
}

.aboutTow .companyBox .w1280 {
	background-color: white;
}

.aboutTow .companyBox .item2 {
	display: none;
}

.aboutTow .companyBox .txtBox {
	float: left;
	width: 50%;
	padding: 80px 90px;
	font-size: 18px;
	line-height: 1.8;
}

.aboutTow .companyBox .txtBox h3 {
	font-size: 22px;
	margin-bottom: 30px;
}

.aboutTow .companyBox .txtBox p {
	font-size: 16px;
	  text-align: justify;
}

.aboutTow .companyBox .imgBox {
	float: left;
	width: 50%;
}

.aboutThree {
	padding: 4% 0 10% 0;
	min-height: 590px;
}

.aboutThree .txtBox {
	max-width: 530px;
	background-color: white;
	padding: 30px 60px;
	font-size: 18px;
	line-height: 1.8;
}

.aboutThree .txtBox h3 {
	font-size: 22px;
	margin-bottom: 10px;
}

.aboutThree .txtBox p {
	font-size: 16px;text-align: left!important;
}

.aboutThree .F1more {
	padding: 8px 60px 8px 30px;
	background-color: #008b9c;
	color: white;
	border-radius: 2px;
	margin-top: 30px;
	display: inline-block;
	font-size: 16px;
}

.aboutThree .F1more i {
	position: relative;
	display: inline-block;
}

.aboutThree .F1more i::before {
	content: "";
	position: absolute;
	right: -25px;
	top: -16px;
	padding: 10px;
	background: url(../images/icon4.png)no-repeat center;
	transition: .2s;
}

.aboutThree .F1more:hover i::before {
	right: -30px;
}

.aboutFive, .aboutFour {
	padding: 50px 0;
}

.aboutFour .itemBox {
	width: 48.5%;
	margin-right: 2%;
	float: left;
	position: relative;
	overflow: hidden;
}

.aboutFour .itemBox:nth-child(2n) {
	margin-right: 0;
}

.aboutFour .itemBox img {
	transition: 0.5s;
}

.aboutFour .itemBox:hover img {
	transform: scale(1.1);
}

.aboutFour .itemBox .txtBox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40%;
	background-color: white;
	padding-top: 30px;
}

.aboutFour .itemBox .txtBox h3 {
	font-size: 22px;
	margin-bottom: 5px;
}

.aboutFour .itemBox:hover .txtBox h3 {
	color: #008b9c;
}

.aboutFive {
	background-color: #f6f6f6;
}

.aboutFive .videoBox {
	position: relative;
	display: none;
}

.aboutFive video {
	width: 100%;
	display: none;
}

.aboutFive .videobg {}

.aboutFive .playBox {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
}

.aboutFive .playBox img {
	cursor: pointer;
	transition: 0.3s;
	max-height: 100%;
}

.aboutFive .playBox img:hover {
	transform: scale(1.1);
}

.aboutFive .play {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}

.aboutFive .play h3 {
	font-size: 36px;
	color: white;
	margin-top: 5px;
}

@media (max-width:1279px) {}

@media (max-width:1200px) {
	.innerBan .txtBox h3 {
		font-size: 18px;
	}
	.innerBan .txtBox .banmore {
		padding: 5px 30px 5px 20px;
	}
	.innerBan .txtBox .banmore::before {
		right: 8px;
		top: 8px;
	}
	.aboutTow .companyBox .imgBox {
		text-align: center;
	}
	.aboutTow .companyBox .imgBox, .aboutTow .companyBox .txtBox {
		float: none;
		width: 100%;
	}
}

@media (max-width:768px) {
	.aboutmenu .center ul li:last-child{
		padding: unset;
	}
	.aboutmenu .center ul {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.aboutmenu .center ul li {
		margin-bottom: 20px;
		padding: 0 15px;
		font-size: 14px;
		width: 100%;
		float: none;
		border: none;
	}
	
	.aboutTitle h3.cn {
		font-size: 22px;
	}
	.aboutTitle h3.en {
		font-size: 15px;
		margin-top: 0;
	}
	.about .companyBox .txtBox {
		font-size: 14px;
	}
	.aboutTow .aboutTitle h3 {
		font-size: 18px;
		line-height: 50px;
	}
	.aboutTow .companyBox .txtBox {
		padding: 30px 15px;
	}
	.aboutTow .companyBox .txtBox h3 {
		margin-bottom: 10px;
		font-size: 22px;
	}
	.aboutThree {
		min-height: 400px;
	}
	.aboutThree .txtBox {
		padding: 30px 15px;
	}
	.aboutThree .txtBox h3 {
		font-size: 22px;
	}
	.aboutFour .itemBox {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px;
	}
	.aboutFour .itemBox .txtBox {
		width: 50%;
	}
	.aboutFour .itemBox .txtBox h3 {
		font-size: 16px;
	}
	.aboutFive .play h3 {
		font-size: 18px;
		white-space: nowrap;
	}
}

@media (max-width:480px) {
	.innerBan .txtBox {
		left: 10%;
	}
	.innerBan .txtBox h3 {
		font-size: 14px;
	}
}

.Science {
	padding: 50px 0;
}

.Science .title {
	font-size: 28px;
	margin-bottom: 15px;
}

.Science1 .itemBox {
	width: 48.5%;
	margin-left: 2%;
	float: left;
}

.Science1 .itemBox:nth-child(2) {
	margin-left: 0;
}

.Science1 .itemBox .imgBox {
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 66%;
	position: relative;
}

.Science1 .itemBox img {
	transition: 0.5s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Science1 .itemBox:hover img {
	transform: scale(1.1);
}

.Science1 .itemBox .txtBox {
	background-color: white;
	padding: 30px;
	padding-right: 125px;;  /*120px*/
	position: relative;
	font-size: 16px;
}

.Science1 .itemBox .txtBox h3 {
	font-size: 22px;
	margin-bottom: 5px;
}

.Science1 .itemBox:hover .txtBox h3 {
	color: #008b9c;
}

.Science1 .itemBox .more {
	position: absolute;
	right: 20px;
	top: 45px;
}

.Science2 .content {
	overflow: hidden;
	height: 580px;
	white-space: nowrap;
}

.Science2 .content .contentBox {
	position: relative;
	width: 33.2%;
	height: 100%;
	display: inline-block;
	margin-left: 0.1%;
	transition: 1s;
}

.contentBox2 .max810 {
	margin-top: 18px;
	background: #f7f7f7;
	padding: 4% 3%;
}

.Science2 .content .contentBox:first-child {
	margin-left: 0;
}

.Science2 .content .contentBox .txtBox {
	position: absolute;
	left: 0;
	bottom: 0;
	color: white;
	font-size: 16px;
	line-height: 1.5;
	padding: 20px;
	padding-right: 50px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

.Science2 .content .contentBox .txtBox::before {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 30px;
	background: url(../images/icon10.png)no-repeat center;
	padding: 10px;
}

.Science2 .content .contentBox .txtBox h3 {
	font-size: 22px;
	margin-bottom: 5px;
}

.Science2 .content .contentBox .txtBox p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Science2 .content .contentBox.on {
	width: 100%;
	margin-left: 0;
	opacity: 1;
}

.Science2 .content .contentBox.onP {
	width: 0%;
	opacity: 0;
}

.Science2 .content .contentBox.on .txtBox {
	padding: 50px 105px 50px 50px;
	background: none;
}

.Science2 .content .contentBox.on .txtBox::before {
	display: none;
}

.Science2 .content .contentBox.on .txtBox h3 {
	font-size: 26px;
}

.Science2 .content .contentBox.on .txtBox p {
	white-space: normal;
	overflow: inherit;
}

.Science3 {
	background-color: white;
}

@media (max-width:768px) {
	.Science {
		padding: 30px 0;
	}
	.Science .title {
		font-size: 24px;
	}
	.Science1 .itemBox {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.Science1 .itemBox .imgBox {
		text-align: center;
	}
	.Science1 .itemBox .txtBox {
		padding: 30px 15px;
		font-size: 14px;
		padding-right: 100px;
	}
	.Science2 {
		padding-top: 0;
	}
	.Science2 .content {
		height: auto;
		white-space: normal;
		overflow: inherit;
	}
	.Science2 .content .contentBox {
		width: 100%;
		min-height: 300px;
		display: block;
		margin-bottom: 20px;
	}
	.Science2 .content .contentBox .txtBox h3, .Science1 .itemBox .txtBox h3 {
		font-size: 16px;
	}
	.Science2 .content .contentBox .txtBox {
		padding: 30px 15px;
		font-size: 14px;
		background: none;
	}
	.Science2 .content .contentBox .txtBox p {
		white-space: normal;
		overflow: inherit;
	}
	.Science2 .content .contentBox .txtBox::before {
		display: none;
	}
}

.anemia {
	background-color: white;
}

.anemia1 {
	background-color: white;
}

.anemia1 .txtBox {
	padding-left: 40px;
	border-left: 3px solid #008b9c;
	line-height: 2;
	font-size: 16px;
}

.anemia2 ul {
	overflow: hidden;
}

.anemia2 ul li {
	float: left;
	width: 32%;
	margin-left: 2%;
}

.anemia2 ul li:first-child {
	margin-left: 0;
}

.anemia2 ul li .imgBox {
	overflow: hidden;
}

.anemia2 ul li:hover .imgBox img {
	transform: scale(1.1);
}

.anemia2 ul li .txtBox {
	background-color: white;
	padding: 30px;
	line-height: 1.6;
}

.anemia2 ul li .txtBox h3 {
	font-size: 22px;
	margin-bottom: 10px;    min-height: 70px;
}

.anemia2 ul li .txtBox p {
display: -webkit-box;
    -webkit-box-orient: vertical;
    #-webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 120px;
}

.anemia2 ul li .txtBox .more {
	margin-top: 20px;
}

.anemia3 {
	background-color: #f6f6f6;
}

.anemia3 .txtBox {
	padding: 80px 100px;
	width: 50%;
	float: left;
}

.anemia3 .txtBox h3 {
	font-size: 30px;
	margin-bottom: 10px;
}

.anemia3 .txtBox p {
	font-size: 18px;
	color: #008b9c;
}

.anemia3 .txtBox .F1more {
	padding: 8px 50px 8px 30px;
	margin-top: 30px;
}

.anemia3 .imgBox {
	width: 50%;
	float: left;
}

.anemia4 .itemBox .txtBox {
	padding-top: 15px;
}

.anemia4 .itemBox:first-child .txtBox {
	padding-top: 50px;
}

@media (max-width:1200px) {
	.anemia3 .txtBox {
		padding: 50px;
	}
}

@media (max-width:768px) {
	.anemia1 .txtBox {
		padding-left: 20px;
	}
	.anemia2 ul li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.anemia2 ul li .txtBox {
		padding: 20px 15px;
	}
	.anemia3 .txtBox {
		padding: 30px 15px;
	}
	.anemia3 .imgBox, .anemia3 .txtBox {
		float: none;
		width: 100%;
	}
	.anemia2 ul li .txtBox h3, .anemia3 .txtBox h3 {
		font-size: 18px;
	}
	.anemia3 .txtBox p {
		font-size: 14px;
	}
	.anemia4 .itemBox:first-child .txtBox {
		padding-top: 15px;
	}
}

.Pipeline {
	background-color: #f6f6f6;
	padding: 3% 0;
}

.Pipeline .PipelineBox {}

.Pipeline .PipelineBox .leftMenu {
	width: 20%;
	padding-right: 20px;
	float: left;
	position: sticky;
    top: 20px;
}

.Pipeline .PipelineBox .leftMenu h3 {
	font-size: 30px;
	margin-bottom: 20px;
}

.Pipeline .PipelineBox .leftMenu ul {
	padding-left: 30px;
	border-left: 2px solid #dddddd;
	font-size: 18px;
}

.Pipeline .PipelineBox .leftMenu ul li {
	line-height: 2.2;
	position: relative;
}

.Pipeline .PipelineBox .leftMenu ul li.on a {
	color: #008b9c;
}

.Pipeline .PipelineBox .leftMenu ul li a {
	position: relative;
	display: inline-block;
}

.Pipeline .PipelineBox .leftMenu ul li.on a::before, .Pipeline .PipelineBox .leftMenu ul li a:hover::before {
	content: "";
	position: absolute;
	left: -32px;
	height: 100%;
	width: 2px;
	background-color: #008b9c;
}

.Pipeline .PipelineBox .rightBox {
	float: left;
	width: 80%;
	border-radius: 10px;
	overflow: hidden;
}

.Pipeline .PipelineBox .rightBox .topH h3 {
	line-height: 90px;
	color: white;
	background-color: #008b9c;
	font-size: 24px;
	padding: 0 30px;
}

div#interId1172 h3{
	
	line-height: 70px;
}

.Pipeline .PipelineBox .rightBox .content {
	padding: 30px 30px 80px 30px;
	background-color: white;
}
.Pipeline .PipelineBox .rightBox .content .ulhead{
	padding-right: 10px;
}

.Pipeline .PipelineBox .rightBox .content .unlinebox{
	width: 100%;
	max-height: calc(100vh - 250px);
	overflow: hidden;
	overflow-y: scroll;
}

.Pipeline .PipelineBox .rightBox .content .unlinebox::-webkit-scrollbar {
	/*滚动条整体样式*/
	width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.Pipeline .PipelineBox .rightBox .content .unlinebox::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius   : 10px;
	background-color: #008b9c;
	background-image: -webkit-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.2) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.2) 50%,
		rgba(255, 255, 255, 0.2) 75%,
		transparent 75%,
		transparent
	);
}
.Pipeline .PipelineBox .rightBox .content .unlinebox::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : #f6f6f6;
	border-radius: 10px;
}

.Pipeline .PipelineBox .rightBox .content h5 {
	font-size: 16px;
	font-weight: normal;
	line-height: 50px;
	text-align: center;
}

.Pipeline .PipelineBox .rightBox .content ul {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	font-size: 16px;
}

.Pipeline .PipelineBox .rightBox .content ul li {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
	zoom: 1;
}





.Pipeline .PipelineBox .rightBox .content ul li:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	font-size: 0px;
}

.Pipeline .PipelineBox .rightBox .content ul li span {
	display: inline-block;
	width: 10%;
	text-align: center;
	border-left: 1px solid #eeeeee;
	float: left;
}

.Pipeline .PipelineBox .rightBox .content ul li:first-child span {
	height: 70px;
	line-height: 70px;
}

.Pipeline .PipelineBox .rightBox .content ul li:first-child {
	padding-left: 0%;
}

.Pipeline .PipelineBox .rightBox .content ul li.lito:nth-child(2n) {
	background-color: #f6f6f6;
}

.Pipeline .PipelineBox .rightBox .content ul li.lito span {
	height: 90px;
	line-height: 90px;
}

.Pipeline .PipelineBox .rightBox .content ul li span:nth-child(1) {
	width: 25%;
}
.Pipeline .PipelineBox .rightBox .content ul li span:nth-child(2){
	width: 15%;
}

.Pipeline .PipelineBox .rightBox .content ul li span:nth-child(1) {
	border: none;
}

.Pipeline .PipelineBox .rightBox .content.content1074 ul li span:last-child {
	width: 30%;
}

.Pipeline .PipelineBox .rightBox .content ul li .line {
	position: absolute;
	right: 0%;
	top: 50%;
	transform: translateY(-50%);
	width: 70%;
	z-index: 99;
	line-height: 30px;
}

.Pipeline .PipelineBox .rightBox .content ul li .line i {
	height: 30px;
	float: left;
	margin-bottom: 2px;
	position: relative;
	/* overflow: hidden; */
}

.Pipeline .PipelineBox .rightBox .content ul li .line i:before {
	width: 15px;
	height: 30px;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/bg2.png)no-repeat center;
}

.Pipeline .PipelineBox .rightBox .content ul li .line i:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 15px);
	height: 100%;
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.35);
}

.Pipeline .PipelineBox .rightBox .content ul li.lito:nth-child(2n) .line i:before {
	background: url(../images/bg.png)no-repeat center;
}

.Pipeline .PipelineBox .rightBox .content ul li .line em {
	font-style: normal;
	float: left;
	margin-left: 5px;
}

/* .Pipeline .PipelineBox .rightBox .content ul li .line i.item1.items1 {width: 3.57%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item1.items2 {width: 7.14%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item1.items3 {width: 10.7%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item1.items4 {width: 14.28%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item2.items1 {width: 17.85%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item2.items2 {width: 21.42%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item2.items3 {width: 25%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item2.items4 {width: 28.57%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item3.items1 {width: 32.14%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item3.items2 {width: 35.71%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item3.items3 {width: 39.28%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item3.items4 {width: 42.85%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item4.items1 {width: 46.42%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item4.items2 {width: 50%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item4.items3 {width: 53.57%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item4.items4 {width: 57.14%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item5.items1 {width: 60.71%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item5.items2 {width: 64.28%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item5.items3 {width: 67.85%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item5.items4 {width: 71.42%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item6.items1 {width: 75%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item6.items2 {width: 78.57%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item6.items3 {width: 82.14%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item6.items4 {width: 85.71%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item7.items1 {width: 89.25%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item7.items2 {width: 92.85%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item7.items3 {width: 96.42%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item7.items4 {width: 100%;} */


.Pipeline .PipelineBox .rightBox .content ul li .line i.item2.items1 {width: 4.16%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item2.items2 {width: 8.32%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item2.items3 {width: 12.48%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item2.items4 {width: 16.63%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item3.items1 {width: 20.79%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item3.items2 {width: 24.95%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item3.items3 {width: 29.11%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item3.items4 {width: 33.27%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item4.items1 {width: 37.43%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item4.items2 {width: 41.59%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item4.items3 {width: 45.75%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item4.items4 {width: 50%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item5.items1 {width: 54.07%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item5.items2 {width: 58.23%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item5.items3 {width: 62.39%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item5.items4 {width: 66.55%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item6.items1 {width: 70.71%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item6.items2 {width: 74.87%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item6.items3 {width: 79.03%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item6.items4 {width: 83.19%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item7.items1 {width: 87.35%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item7.items2 {width: 91.51%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item7.items3 {width: 95.67%;}
.Pipeline .PipelineBox .rightBox .content ul li .line i.item7.items4 {width: 100%;}


.Pipeline .PipelineBox .rightBox .content.content1074 ul li .line i.item5.items1{width: 62.5%;}
.Pipeline .PipelineBox .rightBox .content.content1074 ul li .line i.item5.items2{width: 75%;}
.Pipeline .PipelineBox .rightBox .content.content1074 ul li .line i.item5.items3{width: 87.5%;}
.Pipeline .PipelineBox .rightBox .content.content1074 ul li .line i.item5.items4{width: 100%;}


@media (max-width:1200px) {
	.Pipeline .PipelineBox .leftMenu, .Pipeline .PipelineBox .rightBox {
		float: none;
		width: 100%;
	}
	.Pipeline .PipelineBox .rightBox {
		margin-top: 30px;
	}
	.Pipeline .PipelineBox .rightBox .content {
		overflow: auto;
		padding-left: 10px;
	}
	.Pipeline .PipelineBox .rightBox .content .ulcon {
		min-width: 1100px;
	}
}

.treatment {}

.treatment ul li {
	float: left;
	width: 32.66%;
	margin-left: 1%;
	margin-bottom: 1%;
	position: relative;
}

.treatment ul li:nth-child(1), .treatment ul li:nth-child(2) {
	width: 49.5%;
}

.treatment ul li:first-child, .treatment ul li:nth-child(3) {
	margin-left: 0;
}

.treatment ul li .txtBox {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 1.8;
	padding: 20px;
	color: white;
}

.treatment ul li .txtBox h3 {
	font-size: 24px;
}

.treatment ul li .txtBox i.more {
	display: none;
}

.treatment ul li .imgBox {
	overflow: hidden;
}

.treatment ul li:hover .imgBox img {
	transform: scale(1.1);
}

.treatment .itemBox {
	float: none;
	width: 100%;
}

.treatment .itemBox .txtBox {
	width: 20%;
}

.treatment .aboutFour {
	padding-top: 0px;
	display: none;
}

.treatment ul li:last-child {
	width: 100%;
	margin-left: 0;
	position: relative;
}

.treatment ul li:last-child .txtBox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20%;
	background-color: white;
	padding: 10px;
	color: #008b9c;
}

.treatment ul li:last-child .txtBox i.more {
	display: inline-block;
	font-style: normal;
}

.treatment ul li:last-child .txtBox i.more::before {
	top: 2px;
}

@media (max-width:768px) {
	.treatment .itemBox .txtBox {
		width: 50%;
	}
}

@media (max-width:640px) {
	.treatment ul li, .treatment ul li:nth-child(1), .treatment ul li:nth-child(2) {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.treatment ul li .txtBox h3 {
		font-size: 20px;
	}
}

.produce .con ul {
	border: 1px solid #eeeeee;
	background-color: white;
}

.produce .con ul li {
	font-size: 16px;
	border-bottom: 1px solid #eeeeee;
	display: flex;
	display: -webkit-flex;
}

.produce .con ul li.topli {
	font-size: 18px;
	background-color: #008b9c;
	color: white;
}

.produce .con ul li.topli span {
	background-color: #008b9c;
}

.produce .con ul li span {
	display: block;
	float: left;
	width: 25%;
	flex: 1; 
	line-height: 40px;
	text-align: center;
	padding: 15px 0;
	border-left: 1px solid #eeeeee;
}

.produce .con ul li span:first-child {
	border-left: none;
}

.produce .con ul li span.pdf a, .produce .con ul li span.img a {
	color: #008b9c;
	display: inline-block;
	padding-left: 25px;
}

.produce .con ul li span.pdf a {
	background: url(../images/PDF.png)no-repeat left center;
}

.produce .con ul li span.img a {
	background: url(../images/icon11.png)no-repeat left center;
	padding-left: 30px;
}

.produce .floatimg {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
}

.produce .floatimg .floatBox {
	max-width: 1280px;
	max-height: 600px;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 50px;
}

.produce .floatimg .floatBox ul li {
	text-align: center;
}

.produce .floatimg .floatBox ul li img {
	max-width: 528px;
	width: auto;
	display: inline-block;
	max-height: 500px;
}

.produce .floatimg .floatBox .close {
	display: inline-block;
	position: absolute;
	right: 0;
	top: -40px;
	background: url(../images/close.png)no-repeat center;
	padding: 15px;
}

.produce .floatimg .floatBox .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 20px 15px;
	border: none;
	font-size: 0;
	z-index: 99;
	cursor: pointer;
}

.produce .floatimg .floatBox .slick-prev {
	left: 0;
	background: url(../images/left.png)no-repeat center;
}

.produce .floatimg .floatBox .slick-next {
	right: 0;
	background: url(../images/right.png)no-repeat center;
}

.produce2 {
	background-color: white;
}

.produce2 ul {}

.produce2 ul li {
	font-size: 16px;
	display: flex;
	display: -webkit-flex;
	background-color: #f6f6f6;
	margin-bottom: 2px;
}

.produce2 ul li:nth-child(1) {
	font-size: 18px;
	background-color: #008b9c;
	color: white;
}

.produce2 ul li span {
	display: inline-block;
	line-height: 1.8;
	padding: 15px 0;
	text-align: center;
	width: 20%;
}

.produce2 ul li span:nth-child(2) {
	width: 60%;
	text-align: left;
	padding-left: 50px;
}

@media (max-width:768px) {
	.produce .floatimg .floatBox {
		padding: 30px 15px;
	}
	.produce .floatimg .floatBox ul li img {
		max-width: 100%;
	}
	.produce .floatimg .floatBox {
		max-width: 95%;
	}
	.produce2 ul li, .produce2 ul li:nth-child(1), .produce .con ul li, .produce .con ul li:first-child {
		font-size: 14px;
	}
	.produce2 ul li span, .produce .con ul li span {
		line-height: 1.8;
		font-size: 12px;
	}
	.produce .con ul li span.pdf a {
		padding-left: 20px;
	}
	.produce .con ul li span.img a {
		padding-left: 25px;
	}
	.produce2 ul li span {
		width: 25%;
	}
	.produce2 ul li span:nth-child(2) {
		padding-left: 30px;
		width: 50%;
	}
}

.News {
	padding: 3% 0 4% 0;
}

.News.newsBox {
	background-color: #f6f6f6;
}

.News.newsBox ul {
	margin-bottom: 10px;
	overflow: hidden;
}

.News.newsBox ul li {
	overflow: hidden;
	background-color: #eeeeee;
	border: 1px solid #eaeaea;
	margin-bottom: 20px;
}

.News.newsBox ul li .time {
	border-right: 2px solid white;
	float: left;
	padding: 25px 0;
	width: 10%;
	text-align: center;
}

.News.newsBox ul li .time span {
	display: block;
	font-size: 34px;
	color: #008b9c;
}

.News.newsBox ul li .txtBox {
	float: left;
	padding: 30px;
	width: 90%;
}

.News.newsBox ul li .txtBox h3 {
	font-size: 18px;
	overflow: hidden;
	margin-bottom: 13px;
	padding-left: 20px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.News.newsBox ul li .txtBox h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 10px;
	height: 3px;
	background-color: #008b9c;
}

.News.newsBox ul li .txtBox a:hover h3 {
	color: #008b9c;
}

.News.newsBox ul li .txtBox .info {
	font-size: 14px;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 20px;
}

.News.newsBox2 ul {
	margin-bottom: 20px;
}

.News.newsBox2 ul li {
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px solid #eeeeee;
}

.News.newsBox2 ul li h3 {
	float: left;
	width: 90%;
	font-size: 18px;
	font-weight: normal;
	padding-left: 20px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.News.newsBox2 ul li h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 10px;
	height: 3px;
	background-color: #008b9c;
}

.News.newsBox2 ul li time {
	float: right;
}

@media (max-width:768px) {
	.News.newsBox ul li:last-child {
		margin-bottom: 0;
	}
	.News.newsBox ul li .txtBox {
		padding: 28px 15px;
		width: 80%;
	}
	.News.newsBox ul li .time {
		width: 20%;
	}
	.News.newsBox ul li .time span {
		font-size: 24px;
	}
	.News.newsBox ul li .txtBox h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.News.newsBox2 ul li h3 {
		font-size: 16px;
		width: 70%;
	}
}

.contact {}

.contact .contactBox {}

.contact .contactBox .contactTop {
	background-color: #f6f6f6;
	padding: 3% 0;
}

.contact .contactBox .contactTop .w1280 {
	background-color: white;
}

.contact .contactBox .contactTop .left {
	float: left;
	width: 50%;
}

.contact .contactBox .contactTop .right {
	float: left;
	width: 50%;
	height: 100%;
	padding: 80px;
}

.contact .contactBox .contactTop .right h3 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}

.contact .contactBox .contactTop .right .info {
	font-size: 18px;
	line-height: 1.8;
	color: #666666;
}

.contact .contactBox .contactList {
	margin: 50px 0;
}

.contact .contactBox .contactList h3.title {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}

.contact .contactBox .contactList ul {
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.contact .contactBox .contactList ul li {
	float: left;
	width: 32.5%;
	margin-right: 1%;
	margin-bottom: 1%;
	;
	padding: 50px 60px;
	background-color: #f6f6f6;
}

.contact .contactBox .contactList ul li:nth-child(3n) {
	margin-right: 0;
}

.contact .contactBox .contactList ul li .txtBox, .contact .contactBox .contactList ul li .imgBox {
	text-align: center;
}

.contact .contactBox .contactList ul li .txtBox h3 {
	line-height: 1.8;
	margin: 10px 0;
}

.contact .contactBox .contactList ul li .txtBox .info {
	line-height: 1.8;
	font-size: 16px;
}

.contact .contactBox .contactList .zpzw {
	text-align: center;
	margin-top: 30px;
}

.contact .contactBox .contactList .zpzw a {
	padding: 10px 60px 10px 40px;
	font-size: 16px;
}

@media (max-width:1200px) {
	.contact .contactBox .contactTop .right {
		padding: 50px;
	}
}

@media (max-width:1024px) {
	.contact .contactBox .contactTop .right {
		padding: 30px;
	}
	.contact .contactBox .contactTop .right h3 {
		font-size: 20px;
	}
	.contact .contactBox .contactTop .right .info {
		font-size: 15px;
	}
}

@media (max-width:768px) {
	.contact .contactBox .contactTop .left, .contact .contactBox .contactTop .right {
		font-size: none;
		width: 100%;
		text-align: center;
	}
	.contact .contactBox .contactList ul li {
		float: none;
		width: 100%;
		padding: 30px 15px;
		margin-bottom: 20px;
	}
	.contact .contactBox .contactList h3.title {
		font-size: 20px;
	}
}

.Comfloatbox {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.8);
}

.Comfloatbox .floatFan {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80%;
	height: auto;
	transform: translate(-50%, -50%);
	background-color: white;
}

.Comfloatbox .floatFan .floatCon {
	position: relative;
}

.Comfloatbox .floatFan .floatCon .close {
	position: absolute;
	right: -15px;
	top: -53px;
	font-size: 22px;
	color: white;
}

.Comfloatbox .floatFan .floatCon.Companys .item.odd .pic {
	float: right;
}

.Comfloatbox .floatFan .floatCon.Companys .item.odd .word {
	float: left;
}

.Comfloatbox .floatFan .floatCon.Companys .item .word {
	background-color: white;
}

.Comfloatbox .floatFan .floatCon.Companys .item .more {
	display: none;
}

.Comfloatbox .floatFan .floatCon.Companys .item .word .word-inner {
	padding-top: 0 !important;
}

.Comfloatbox .floatFan .floatCon.Companys .item .word .word-inner p.con {
	height: auto;
}

.Comfloatbox .floatFan .floatCon .itemBox .item {
	margin: 30px;
}

@media (max-width:768px) {
	.Comfloatbox .floatFan {
		width: 90%;
	}
	.Comfloatbox .floatFan .floatCon.Companys .item {
		padding: 20px;
	}
	.Comfloatbox .floatFan .floatCon .close {
		top: -37px;
	}
}

.Companys .item .word .word-inner .more::before, .productCate ul li .more::before {
	display: none;
}

/*
 .搜索 为demo编号
 */

.TextList000746 {
	padding: 0% 0 3%
}

.TextList000746 .auto {
	background: #fff;
	padding: 2%;
}

.TextList000746 li {
	border-bottom: #f0f0f0 1px dashed;
	line-height: 27px;
	padding: 10px 0;
}

.TextList000746 li a {
	padding-left: 20px;
	background: url(../images/TextList000746-icon.jpg) no-repeat 5px center;
}

.TextList000746 li a:hover {
	color: #2F6291;
}

.TextList000746 li time {
	float: right;
	color: #999;
	font-size: 12px;
	margin-left: 10px;
}

/*Banner002167 */

.Banner002167 {
	position: relative;
	z-index: 1;
}

.Banner002167 div {
	height: 235px;
	background-position: center top;
	background-repeat: no-repeat;
}

.Banner002167 img {
	display: none;
}

.Banner002167 aside {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	line-height: 46px;
	height: 46px;
	/*font-family: "HKGrotesk-Bold";*/
	width: 100%;
	font-size: 35px;
	padding: 0 2%;
	max-width: 1200px;
	color: #fff;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.Banner002167 aside:after {
	display: block;
	content: "";
	width: 70px;
	height: 3px;
	background: #fff;
	margin: 5px auto
}

@media(max-width:1000px) {
	.Banner002167 div {
		display: none;
	}
	.Banner002167 img {
		display: block;
		width: 100%;
	}
}

@media(max-width:640px) {
	.Banner002167 aside {
		font-size: 24px;
	}
}

/*
 .Page002274 为demo编号
 */

.Page002274 {
	text-align: center;
	padding: 1% 0 60px;
	color: #000;
}

.Page002274 .Pages * {
	vertical-align: middle;
}

.Page002274 .Pages .p_cur, .Page002274 .Pages .p_count, .Page002274 .Pages .a_first, .Page002274 .Pages .a_end, .Page002274 .p_jump, .Page002274 .Pages .p_total {
	display: none;
}

.Page002274 .Pages a {
	display: inline-block;
	padding: 0 15px;
	line-height: 37px;
	background-color: #eef0f1;
	color: #000;
	margin-left: 5px;
}

.Page002274 .Pages a:hover, .Page002274 .Pages a.a_cur {
	color: #fff;
	background-color: #004679;
}

.Page002274 .Pages em {
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
}

.Page002274 .Pages .i_text {
	width: 47px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #ceced5;
}

.Page002274 .Pages .i_button {
	cursor: pointer;
	background: none;
	width: 47px;
	height: 36px;
	border: 1px solid #ceced5;
}

.Page002274 .Pages .p_jump b {
	font-weight: normal;
	margin: 0 5px;
}

.Page002274 .Pages .a_prev, .Page002274 .Pages .a_next {
	font-family: Arial, '黑体', '思源黑体 CN';
	font-weight: bold;
	padding: 0 25px;
}

@media(max-width:1000px) {
	.Page002274 .Pages em {
		display: none;
	}
}

@media(max-width:640px) {
	.Page002274 .Pages a.a_first, .Page002274 .Pages a.a_end {
		display: none;
	}
	.Page002274 .Pages a {
		padding: 0 10px;
	}
}

/*

/* 20201222 */

.searchbox {
	margin: 70px auto calc(70px - 2%);
	background: #ebebeb;
	height: 80px;
}

.searchbox a {
	width: 60px;
	height: 80px;
	background: url(../images/search1.png)no-repeat right center;
	background-size: 25px;
	display: inline-block;
	float: left;
}

.searchbox input {
	width: calc(100% - 70px);
	display: inline-block;
	float: left;
	height: 80px;
	margin-left: 10px;
	font-size: 16px;
	color: #666;
	line-height: 80px;
}

.aboutFour.Science3.anemia4 {
	display: none;
}

.Science.produce2 {
	display: none;
}

/* 20210409 */

.banner li .art {
	position: absolute;
	bottom: 0;
	height: auto;
	width: 100%;
}

.banner li .art .art_con {
	max-width: 1280px;
	margin: 0 auto;
}

.banner li .art .art_con {
	position: relative;
}

.banner li .art .art_con h2 {
	width: 45%;
	background: #fff;
	color: #008b9c;
	font-size: 28px;
	border-bottom: 3px solid #008b9c;
	padding: 60px 10px;
	text-align: center;
}

.Pagewidth2 {
	max-width: 1280px;
}

@media (max-width:1600px) {
	.banner li .art .art_con h2 {
		font-size: 26px;
		padding: 50px 10px;
	}
}

@media (max-width:1440px) {
	.banner li .art .art_con h2 {
		font-size: 24px;
		padding: 40px 10px;
	}
	.Pagewidth2 {
		padding: 0;
	}
}

@media (max-width:1280px) {
	.banner li .art .art_con {
		padding: 0 2%;
	}
	.banner li .art .art_con h2 {
		font-size: 22px;
		padding: 30px 10px;
	}
	.Pagewidth2 {
		padding: 0 2%;
	}
}

@media (max-width:1200px) {
	.banner li .art .art_con h2 {
		font-size: 20px;
		padding: 20px 10px;
	}
}

@media (max-width:768px) {
	.banner li .art .art_con h2 {
		font-size: 18px;
		width: 70%;
		padding: 10px;
	}
}

/*20210507*/

.zpzw.topzp {
	text-align: left;
	margin-bottom: 40px;
	background-color: transparent!important;
}

.contact .contactactTop {
	border: 1px solid #eeeeee;
	margin-bottom: 3%;
}

.contact .contactactTop .map {
	float: left;
	width: 50%;
	height: 350px !important;
}

@media(max-width:640px) {
	.contact .contactactTop .map {
		height: auto !important;
	}
}

.contact .contactactTop .word {
	float: right;
	width: 50%;
	background: url("../images/his_bg.png");
}

.contact .contactactTop .word .word-inner {
	margin: 8%;
}

.contact .contactactTop .word h2 {
	font-size: 24px;
	margin: 0 0 20px;
	color: #333;
}

.contact .contactactTop .word figure {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.contact .item {
	float: left;
	width: 48%;
	background: url("../images/his_bg.png");
	margin-bottom: 3%;
	border: 1px solid #eeeeee;
}

.contact .item .item-inner {
	padding: 8%;
}

.contact .item h2 {
	font-size: 24px;
	margin: 0 0 20px;
	color: #333;
}

.contact .item figure {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.contact .item.odd {
	float: right;
}

@media screen and (max-width: 1024px) {
	.contact .contactactTop .word h2, .contact .item h2 {
		font-size: 20px;
	}
	.contact .item .item-inner {
		padding: 5%;
	}
}

@media screen and (max-width: 767px) {
	.contact .contactactTop .word h2, .contact .item h2 {
		font-size: 18px;
	}
	.contact .contactactTop .word figure {
		font-size: 14px;
	}
	.contact .contactactTop .map, .contact .contactactTop .word, .contact .item {
		width: 100%;
		float: none;
		height: auto !important;
	}
}

@media screen and (max-width: 440px) {
	.contact .contactactTop .word h2, .contact .item h2 {
		font-size: 16px;
	}
}

@media(max-width:1279px) {
	.top .navOth .nav li.hassub {
		position: relative;
	}
	.top .navOth .nav li.hassub .openChild {
		position: absolute;
		right: 0;
		width: 40px;
		height: 40px;
		z-index: 20;
		top: 0;
	}
	.top .navOth .nav li.hassub .openChild:after {
		content: "";
		position: absolute;
		width: 8px;
		height: 8px;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: .4s;
		-ms-transition: .4s;
		transition: .4s;
		right: 10px;
		top: 50%;
		margin-top: -4px;
	}
	.top .navOth .nav li.hassub .openChild.cur:after {
		-webkit-transform: rotate( 135deg);
		-ms-transform: rotate( 135deg);
		transform: rotate( 135deg);
	}
}

/*20210625*/

.Pipeline .PipelineBox .rightBox .content .ulline ul li .line {
	width: auto;
	left: 40%;
}

.Pipeline .PipelineBox .rightBox .content .ulline ul li span:nth-child(1) {
	flex: 0 0 auto;
	padding-left: 100px;
}

.Pipeline .PipelineBox .rightBox .content  ul li span {
	width: 10%;
	flex: 0 0 auto;
	line-height: 30px!important;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto!important;
	min-height: 70px;
}

.Pipeline .PipelineBox .rightBox .content.content1074  ul li span:last-child {
	width: 30%;
}

.ulline {
	position: relative;
}

.ulline .ull {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%;
	background: rgb(170, 170, 170);
	background: -moz-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(170, 170, 170, 1) 100%);
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(170, 170, 170, 1) 100%);
	background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(170, 170, 170, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aaaaaa', GradientType=1);
	z-index: 10;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}

.ulline .ull span {
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.xslTip {
    padding: 20px 0;
    text-align: right;
}
.xslTip.on1074 {
    display: none;
}

.xslTip ul {
    display: inline-block;
    border: none !important;
    padding-left: 10px;
}

.xslTip li .line {
    position: static !important;
    transform: none !important;
    width: auto !important;
    overflow: hidden;
    white-space: nowrap;
}

.xslTip li .line i {
    width: 120px !important;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}

.xslTip ul li {
    display: block !important;
}

.xslTip li .line em {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}
.innerBan {
    position: relative;
    background-size: cover;
}
.banner li .pcBan{
    background-size: cover;	
}
.Pipeline .PipelineBox .rightBox .content ul li.lito span {
    height: 70px;
    line-height: 1.2;
    display: inline-block;
    align-items: center;
    padding: 5px;
}
.internation .box{margin-bottom: 2%; border-radius: 10px; overflow: hidden; position: relative;}
.internation .title{text-align: center; font-size: 16px; border: 1px solid #eee; line-height: 70px;}
.internation th,.internation td{height: 70px; border: 1px solid #eee; padding: 5px; font-size: 16px;    text-align: center;}
.internation th{text-align: center;font-size: 18px;}
.internation table{width: 100%;table-layout: fixed;}
.internation .th-name{background-color: rgb(49, 134, 155); color: #fff;}
.internation .th-cate{background-color: rgb(146, 205, 220); color: #fff;}
.internation tbody tr:nth-of-type(even){background-color: #f6f6f6;}
.internation .table{margin-bottom: 2%;}
.internation .contact{padding: 2%; border: 1px solid #eee; font-size: 16px;}

.internation .title{display: none;}


.internation .box#interId1169{display: none;}
.Pipeline .PipelineBox .leftMenu ul li.inter1169 a,
.Pipeline .PipelineBox .leftMenu ul li.inter1169.on a{color: #f6f6f6;}

/* 2021.12.7 */
.txtBox.txtBoxxx {
    right: 9%;
    text-align: right;
}
/* 2021.12.7 */
.aboutmenu .center dl dt .dltitle{
	color: #008B9C;
    font-size: 24px;
    font-weight: 700;
    padding-top: 10px;
	text-align: center;
}
.aboutmenu .center dl dt .dldesc{
	margin-top: 10px;
}
.aboutmenu .center dl dt .dldesc p{
	line-height: 28px;
	padding-left: 60px;
}
.aboutmenu .center dl dt .icon{
	text-align: center;
}
.aboutmenu .center dl{
	margin-top: 35px;
}

@media (max-width: 1024px){
	.aboutmenu .center dl dt .dldesc p{
		padding-left: 55px;
	}
}
@media (max-width: 768px){
	.aboutmenu .center dl dt .dltitle,.aboutmenu .center dl dt .icon{
		width: 100%;
	}
	.aboutmenu .center dl dt .dldesc p{
		padding-left: 0;
	}
}