a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

li {
	list-style: none;
}

.top-bar {
	margin-top: 16px;
}

.nav-top ul li {
	font-size: 12px;
	float: left;
	margin-left: 20px;
	vertical-align: middle;
}

.navbar-nav li {
	position: relative;
	margin-right: 34px;
}

.navbar-nav li:last-child {
	margin-right: 0;
}

.nav-top ul li img {
	vertical-align: middle;
}

div#bs-example-navbar-collapse-1 {
	padding: 0;
}

.nav-top ul li a {
	color: #9f9f9f;
}

.nav-top ul li a .span-p {
	margin-top: 2px;
	display: inline-block;
}

.nav-top {
	float: right;
	display: flex;
	justify-content: flex-end;
	padding-right: 40px;
}

.top-bar-right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.navbar-nav li {
	position: relative;
}

.self-navbar-nav {
	margin-left: 60px;
}

.navbar-nav li .drop_layout {
	width: 757px;
	position: absolute;
	bottom: -294px;
	left: 0;
	background: #39c3c1;
	z-index: 999999999;
}

.banner-box img {
	width: 100%;
}

.banner-box {
	position: relative;
}

.banner-box .banner-info {
	width: 458px;
	left: 428px;
	top: 50%;
	position: absolute;
	color: #fff;
}

.banner-box .banner-info h1 {
	font-size: 34.96px;
}

.banner-box .banner-info p {
	margin-top: 30px;
	font-size: 15px;
}

.drop_lists .drop_col1 {
	min-height: 250px;
}

.navbar-nav li a {
	color: #fff;
}

.drop_col {
	padding: 5px 10px;
	padding-bottom: 12px;
	padding-top: 0;
}
.span-p{
	display: inline-block;
	
}
.d1,.d2,.d3{
	display: inline-block;
	width: 25px;
	height: 24px;
	margin-right: 5px;
}
.d1{
	background: url(../images/l1.png) no-repeat;
	background-size: cover;
}
.d2{
	background: url(../images/l2.png) no-repeat;
	background-size: cover;
}
.d3{
	background: url(../images/l3.png) no-repeat;
	background-size: cover;
}
.nav-top ul li a{
	height: 26px;
	display: flex;
	align-items: center;
}
.nav-top ul li:hover .d1{
	background: url(../images/l1-1.png) no-repeat;
	background-size: cover;
} 

.nav-top ul li:hover .d2{
	background: url(../images/l2-01.png) no-repeat;
	background-size: cover;
}
.nav-top ul li:hover .d3{
	background: url(../images/l3-01.png) no-repeat;
	background-size: cover;
}
.nav-top ul li:hover .span-p{
	color: #8ab2dd;
}
.sec_ul {
	float: left;
	width: 147px;
	padding-left: 0;
}

.sec_li {
	line-height: 50px;
	height: 50px;
	color: #000;
	border-bottom: #fff 1px solid;
}

.nav_li {
	position: relative;
}

.nav_li a {}

.nav_li:after {
	content: '';
	width: 0;
	height: 2px;
	display: block;
	left: 50%;
	background-color: #39c3c1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	position: absolute;
	bottom: 0;
}

.nav_li:hover:after {
	width: 100%;
	left: 0;
}

.drop_layout {
	bottom: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
}

.nav_li:hover>.drop_layout {
	opacity: 1;
	height: auto;
	bottom: -294px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.navbar-self {
	font-size: 14px;
	color: #333333;
}

.navbar-default {
	background-color: #fff;
	border: none;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
}

.section {
	margin-top: 33px;
}

.section-title a span {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.section-title img {
	vertical-align: baseline;
}

.product-org .pr-item {
	position: relative;
	padding-top: 25px;
	text-align: center;
}

.product-org .pr-item:after {
	position: absolute;
	z-index: -99;
	top: 0;
	left: 0;
	width: 0px;
	display: block;
	background: #ebf0f5;
	height: 409px;
	content: "";
	transition: all 0.5s;
}

.product-org .pr-item:hover:after {
	width: 100%;
	height: 409px;
}

.product-org .pr-item:hover>.btnn .btn:after {
	width: 135px;
	transition: all 0.5s;
}

.product-org .pr-item:hover>.btnn .btn {
	color: #fff;
}

.pr-item .img-circle {
	width: 174px;
	height: 174px;
	margin-bottom: 34px;
}

.pr-item h2 {
	font-size: 17px;
	color: #000;
}

.btnn {
	margin-top: 50px;
}

.product-org {
	margin-top: 33px;
}

.product-org .row {
	margin: 0;
}

.btnn .btn {
	position: relative;
	background: none;
	z-index: 99;
}

.btnn .btn:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
	width: 0;
	height: 100%;
	background: #1985c2;
	transition: all 0.5s;
}

.btnn .btn {
	width: 137px;
	line-height: 25px;
	height: 40px;
	border: 2px solid #1985c2;
	color: #1985c2;
}

.conpany-info-con {
	background: #ebf0f5;
	padding-top: 36px;
	margin-top: 30px;
	padding-bottom: 36px;
}

.com-p {
	font-size: 14px;
	color: #000;
	margin-top: 35px;
	margin-bottom: 66px;
	line-height: 30px;
}

.no-pad-left {
	padding-left: 0;
}

.more-c-info a {
	color: #269d9d;
}

.more-c-info {
	margin-top: 35px;
}

#video1 {
	width: 497px;
	height: 335px;
}

.com-info-left {
	margin-right: 60px;
}

.news-title-info {
	font-size: 16px;
	font-weight: bold;
}

.news-title-info a {
	color: #333333;
}

.News {
	margin-top: 33px;
}

.news-title-info {
	margin-bottom: 35px;
}

.news-date {
	color: #888;
	margin-top: 16px;
	margin-bottom: 29px;
}

.news-title {
	height: 46px;
	font-size: 15px;
	color: #1985c2;
	margin-bottom: 35px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -moz-box;
-moz-line-clamp: 2;
-moz-box-orient: vertical;
	overflow: hidden;
}

.news-short-info {
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.news-item-info {
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	padding: 10px;
}

.news-item-info a:hover {
	text-decoration: none;
}

.news-item .col-md-4 {
	box-sizing: border-box;
}

.news-item .col-md-4 img {
	width: 100%;
	height: auto;
}

.news-item {
	overflow: hidden;
	margin-left: -15px;
}

.news-right {
	background: #e6e6e6;
	padding-top: 14px;
	padding-bottom: 8px;
	padding: 20px;
}
.mm-nav{
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mm-nav img{
	width: 70px;
}

.hr1 {
	width: 98%;
	margin: 0 auto;
	height: 1px;
	background: #d1d1d1;
	margin-bottom: 25px;
}

.news-right h3 {
	font-size: 15px;
	color: #333;
	margin-bottom: 27px;
}

.right-news-title {
	font-size: 14px;
	color: #000;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-right ul li {
	padding: 0px 8px;
	
	margin-bottom: 19px;
}

.news-right ul {
	padding: 0;
}

.bottom-bar {
	height: 146px;
	background: url(../images/bar1.jpg) no-repeat;
	background-size: cover;
	margin-top: 30px;
}

.bar-text {
	line-height: 146px;
	text-align: center;
	margin: 0 auto;
	font-size: 33px;
	font-family: "黑体";
}

.bar-text{
	color: #fff;
}

.bar-text a:hover {
	text-decoration: none;
}

.bar-text .big-span {
	display: inline-block;
	font-size: 44px;
}

.server-top {
	margin-top: 30px;
}

.server-top p {
	font-size: 14px;
	color: #000;
	margin-top: 37px;
}

.server-top a:hover {
	text-decoration: none;
}

.server-1 {
	color: #1b8bcd;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size:17px;
}

.server-info {
	font-size: 14px;
	color: #000;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.server-item {
	margin-top: 30px;
	margin-left: -15px;
}

.server-item .col-md-3 img {
	width: 100%;
	height: auto;
}

.thumbnail {
	border: none;
	
}

.server-item .thumbnail:hover {
	transition: all 0.5s;
	box-shadow: 4px 7px 6px 0px #e3e3e3;
}

.link-more {
	text-align: center;
}

.btnn .btn:hover:after {
	width: 100%;
	transition: all 0.5s;
}

.btnn .btn:hover {
	color: #fff;
}

footer {
	width: 100%;
	background: #ececec;
	padding-top: 42px;
	margin-top: 30px;
	padding-bottom: 80px;
}

.footerli-title {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 12px;
}

.footer-ul {
	padding: 0;
}

.footer-ul li {
	font-size: 14px;
	margin-left: 0px;
	line-height: 29px;
	position: relative;
}

.footer-ul li:after {
	content: "";
	position: absolute;
	top: 13px;
	left: -9px;
	width: 2px;
	height: 2px;
	background: #7b7b7b;
	border-radius: 50%;
}

.footer-ul li a {
	color: #000;
}

.footer-ul li:hover>a {
	color: #337ab7;
}

.col-md-offset-min {
	margin-left: 6.33333333%;
}

 .have-bar{width: 100%;  background: #1b1b1b;
  line-height: 25px; font-size: 12px;padding: 10px 0;color: #fff;}


.banner-box2 {
	width: 100%;
	background: url(../images/banner4.jpg) no-repeat;
	background-size: cover;
}

.banner-box2 .container {
	height: 211px;
	position: relative;
}

.brand-nav {
	position: absolute;
	bottom: 47px;
	left: 0;
}

.brand-nav h2 {
	font-size: 25px;
	margin-bottom: 32px;
	color: #fff;
}

.brand-nav a {
	color: #fff;
}

.brand-nav img {
	vertical-align: baseline;
}

.ABout-CHENGHUI {
	margin-top: 30px;
}

.section-title a .zou {
	font-size: 15px;
	font-weight: normal;
	color: #888888;
}

.aboutus-title {
	font-size: 17px;
	color: #000;
	margin-top:16px;
}

.no-pading {
	margin: 0 -15px;
}

.about-us-short p {
	font-size: 14px;
	margin-top: 10px;
	line-height: 27px;
 
}

.scale-box {
	width: 100%;
	overflow: hidden;
}


/*.scale-box img {
	width: 100%;
	height: auto;
}*/

.news-data img {
	margin: 0 auto;
}

.news-data-item {
	border: none;
	min-height: 316px;
	padding: 0 20px;
	padding-top: 18px;
	margin-bottom: 60px;
}

.scale-box:hover>img {
	transform: scale(1);
}

.about-info-p {
	font-size: 14px;
	line-height: 27px;
	margin-top: 53px;
	margin-bottom: 63px;
}

.more-about-us {
	display: inline-block;
	width: 271px;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #b8d324;
}
.more-about-us:hover{
	text-decoration: underline;
	color: #fff;
}
.corporate-culture {
	background: url(../images/zz5.jpg) no-repeat;
	background-size: cover;
	padding: 46px 0;
	text-align: center;
	margin-top: 30px;
}

.corporate-culture-title {
	margin-bottom: 23px;
	font-size: 15px;
	color: #000;
}

.corporate-culture-title-zh {
	font-size: 17px;
	color: #333333;
	margin-bottom: 63px;
}

.corporate-culture-title {
	width: 77%;
	line-height: 27px;
	font-size: 14px;
	color: #000;
	margin: 0 auto;
}

.corporate-culture-btnn .btn {
	width: 180px;
	height: 40px;
	border: 1px solid #1985c2
}

.organizational-structure {
	margin-top: 22px;
	margin-bottom: 54px;
}

.org-p1 {
	width: 82%;
	margin: 0 auto;
	line-height: 40px;
	font-size: 16px;
	color: #879baa;
	margin-left: 91px;
}

.work-place {
	margin-top: 30px;
	background: #ebf0f5;
	padding: 50px 0;
}

.self-thumbnail {
	background: none;
	padding: 0;
}

.caption-title {
	margin-top: 15PX;
	font-size: 16px;
	color: #000;
}

.caption-p {
	margin-top: 4px;
	font-size: 12px;
	color: #999;
}

.thumbnail .self-caption {
	padding-left: 0;
}

.com-ablum {
	margin-top: 30px;
}

.com-honer {
	margin-top: 30px;
}

.honer-1 {
	font-size: 19px;
	color: #1b8bcd;
}

.honer-1-p {
	font-size: 14px;
	color: #000;
	margin-top: 35px;
	line-height: 27px;
}

.Enterprise-video {
	background: #ebf0f5;
	padding: 50px 0;
	margin-top:-50px;
}

#video2 {
	width: 100%;
	height: 567px;
	margin-top: 30px;
}
.scale-box img {
    cursor: pointer;
    transition: all 0.6s;
}
.scale-box img:hover {
    transform: scale(1.2);
}

.video-explan {
	background: #fff;
	padding: 40px 0 30px 0;
	line-height: 30px;
	padding-left: 36px;
}

.video-explan-title {
	font-size: 16px;
	color: #333;
}

.video-explan-p {
	font-size: 14px;
	color: #000;
}

.video-explan-link-more {
	color: #1B8BCD;
}

.video-explan-p {
	width: 80%;
	margin-top: 25px;
}

.one-w {
	margin-top: 30px;
}

.one-world h4 {
	font-size: 20px;
	color: #000;
	margin-top: 26px;
	margin-bottom: 16px;
}

.one-world p {
	font-size: 16px;
	color: #000;
}

.link-more-shit {
	margin-top: 44px;
}

.bottom-bar-1 {
	padding: 0;
	margin-top: 40px;
}

.bottom-bar-1 img {
	max-width: 100%;
	height: auto;
	
}

.footer-no-margin {
	margin-top: 0;
}

.have-bar-2 {
	width: 100%;
	height: auto;
	background: #1b1b1b;
	line-height: 20px;
	font-size: 12px;
	color: #646464;
	padding-top: 17px;
}

.banner-box3 {
	background: url(../images/banner8.jpg) no-repeat;
}

.banner-box3 .container {
	height: 208px;
}

.info-nav {
	text-align: right;
	margin-top: 5px;
}

.info-nav ul {
	display: inline-block;
	width: 100%;
	text-align: right;
	padding-left: 0;
	border-bottom: 1px solid #e3e3e3;
}

.info-nav ul li {
	position: relative;
	float:right;
	padding: 20px;
	font-size: 14px;
}

.info-nav ul li a {
	display: inline-block;
	width: 100%;
}

.info-nav ul li.active-li a {
	color: #3190cc;
}
.info-nav ul li:hover:after{
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #3190cc;
	position: absolute;
}
.info-nav ul li.active-li:after {
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #3190cc;
	position: absolute;
}

.info-nav ul li a {
	color: #000;
}

.company-info-title {
	font-size: 27px;
	color: #000;
	margin-top: 80px;
}

.en-title {
	font-size: 12px;
	color: #888888;
}

.company-info-row1 {
	font-size: 14px;
	color: #525151;
	line-height: 35px;
	margin-top: 10px
}

.company-info-row2 {
	margin-top: 10px;
}

.banner-box4 {
	background: url(../images/banner99.jpg) no-repeat;
}

.news-con-box {
	background: #f5f5f5;
	padding-bottom: 60px;
}

.news-con-box h3 {
	font-size: 22px;
	color: #030303;
	margin: 60px 0;
	margin-bottom: 0;
}

.news-item11 {
	background: #fff;
	/*padding-top: 20px;
	padding-bottom: 26px;
	margin-bottom: 20px;*/
}

.news-short-title {
	height: 40px;
	font-size: 15px;
	color: #1985c2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-short-date {
	font-size: 13px;
	color: #888;
}

.news-short-dec {
	height: 86px;
	font-size: 14px;
	color: #000;
	margin-top: 22px;
	line-height: 27px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news-link-more {
	font-size: 12px;
	color: #333333;
	margin-top: 20px;
}

.news-data-item {
	position: relative;
	z-index: 9999;
}

.news-data-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	background: #1985c2;
	transition: all 0.5s
}

.news-data-item:hover:after {
	width: 100%;
	transition: all 0.5s
}

.news-data-item:hover .news-short-title,
.news-data-item:hover .news-short-date,
.news-data-item:hover .news-short-dec,
.news-data-item:hover .news-link-more a {
	color: #fff;
	transition: all 0.5s
}

.banner-box4 .container {
	height: 211px;
}

.newstype-1 {
	width: 100%;
	position: relative;
}

.newstype-1-sm {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 44px;
	line-height: 44px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	background: rgba(54, 149, 205, 0.8117647058823529);
}

.hy-news-title {
	height: 20px;
	font-size: 15px;
	color: #1985c2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight:800
}

.hy-news-date {
	font-size: 13px;
	color: #888888;
}

.hy-news-short-con {
	font-size: 14px;
	height: 41px;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.hy-news-item {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 11px;
	margin-bottom: 11px;
}

.hy-news-item:hover .hy-news-title,
.hy-news-item:hover .hy-news-date,
.hy-news-item:hover .hy-news-short-con {
	color: #1985C2;
}
.loid{
	margin-bottom: 20px;
}
.hy-news-row {
	margin-top: 60px;
	margin-bottom:50px;
}

.hy-news-right {
	margin-left: 20px;
}

h3.news-con-box-title.text-center {
	margin-top: 67px;
}

.img-responsive-old {
	width: 100%;
	height: auto;
}

.date-line-box {
	text-align: center;
	width: 117px;
	background: #f4f3f3;
	color: #b4b3b3;
	padding: 1px 0;
	margin-right: 58px;
}

.date-now {
	font-size: 43px;
}
.klool{
	margin-top: 50px;
}
.hr-date {
	width: 100px;
	height: 1px;
	background: #b4b3b3;
	margin: 0 auto;
	margin: 15px auto;
}

.date-year-month {
	font-size: 17px;
}

.list-box {
	margin-top: 54px;
}

.list-box-left {
	display: flex;
	margin-right: 25px;
}

.hy-news-short-con img {
	vertical-align: middle;
}

.list-news-short-con {
	font-size: 12px;
	color: #888888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 25px;
	height: 45px;
}

.list-news-item-title {
	height: 20px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.list-news-item {
	border: none;
}

.list-box-row {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 28px;
}

.list-box-row:hover {
	border: 1px solid #1985c2;
	transition: all .6s;
}

.list-news-item {
	margin-bottom: 0;
	padding-bottom: 0;
}

.list-box-row:hover .date-line-box {
	background: #1985c2;
	color: #fff;
	transition: all .6s;
}

.list-box-row:hover .hr-date {
	background: #fff;
	transition: all .6s;
}

.page-index {
	text-align: right;
}

.page-index a {
	color: #666;
	display: inline-block;
	padding: 3px 5px;
	border: 1px solid #666;
}

.page-index a.active-index {
	font-weight: bold;
	color: #0863ce;
	background: #efefef;
}

.list-pic-one {
	width: 229px;
	height: auto;
}

.pr-center-banner-box {
	background: url(../images/pbanner.jpg) no-repeat;
}

.section-title a .Target-Compound-title {
	font-size: 18px;
	color: #000000;
}

.Compound-title {
	margin-top: 14px;
}

.Compound-short {
	font-size: 14px;
	color: #000;
	clear: both;
}

.product-row1 {
	margin-top: 40px;
}

.product-nav-item {
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 16px;
	font-size: 15px;
}
.product-list{
	margin-top:83px;
}
.product-nav-item a {
	color: #2387aa;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
}

.product-nav-li {
	margin-top: 88px;
}

.right-throw {
	font-weight: 100;
	font-size: 30px;
	margin-left: 67px;
}

.product-nav-item a:hover {
	background: #0a9cc6;
	color: #fff;
	transition: all 0.6s;
}

.Intermediate {
	background: #f5f5f5;
	padding-top: 38px;
	padding-bottom: 40px;
	margin-top: 50px;
}

.Intermediate-p {
	font-size: 14px;
	color: #000;
	line-height: 32px;
	margin-top: 20px;
}

.Intermediate-con-right {
	padding-right: 10%;
}

.more-p .Intermediate-more {
	background: #faa50a;
	margin-top: 124px;
}

.Intermediate-con {
	margin-top: 28px;
}

.contact-us-p p {
	margin-top: 10px;
}

.name {
	position: relative;
}

.contact-way1 {
	position: relative;
	margin-bottom: 20px;
}

.contact-way1 input {
	width: 100%;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	padding-left: 53px;
	border: 1px solid #cdd9e1;
	border-top: 1px solid #879baa;
}
.bngh{
	border-radius: 0;
}
.contact-way1 span {
	position: absolute;
	top: 11px;
	left: 30px;
	font-size: 13px;
	color: #788791;
}

.contact-way2 input {
	padding-left: 127px;
}

.contact-way3 input {
	padding-left: 66px;
}

.contact-us-p {
	margin-bottom: 31px;
}

.contact-us {
	margin-top: 30px;
	margin-bottom: 30px;
}

.contact-way1 textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	height: 140px;
	border: 1px solid #cdd9e1;
	border-top: 1px solid #879baa;
	padding-top: 28px;
}

.send-message a.Intermediate-more {
	margin-top: 15px;
	text-align: left;
	box-sizing: border-box;
	padding-left: 18px;
}

.send-icon {
	margin-right: 5px;
}

.product-list-top-banner {
	background: url(../images/prod-list-banner.jpg) no-repeat;
}

.product-list-left ul li {
	font-size: 15px;
	background: #0a9cc6;
	width: 193px;
	padding: 10px 0;
	text-align: center;
}

.product-list-left ul {
	width: 193px;
	margin: 0;
	padding: 15px 0;
	background: #0a9cc6;
}

.product-list-left ul li a {
	width: 100%;
	display: inline-block;
	color: #fff;
}

.product-list-left ul li:hover {
	background: #b8d324;
	transition: all .6s;
}

.product-list-right {
	width: 97%;
	margin-left: 29px;
	border: 1px solid #e3e3e3;
	padding: 58px;
}

.md-name {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.md-type {
	font-size: 14px;
	color: #666666;
	margin-bottom: 4px;
	word-wrap:break-word;
white-space:-moz-pre-wrap;
}

.product-list-right .col-md-3 {
	padding: 0;
}

.md-pic {
	margin-top: 27px;
}

.product-list-right-row {
	    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.product-info-top-banner {
	background: url(../images/produc-info-banner.jpg) no-repeat;
}

.p-info-name {
	font-size: 16px;
	color: #0a9cc6;
	font-weight: bold;
}
.p-info-en-name,
.p-info-type,
.p-Molecular-formula,
.p-molecular-weight {
	font-size: 14px;
	color: #666666;
}
.p-info-en-name span,
.p-info-type span,
.p-Molecular-formula span,
.p-molecular-weight span{
	font-weight: bold;
	font-size: 14px;
}
.p-info-itme p span {
	font-weight: bold;
}

.col-md-5.p-info-itme {
	margin-left: 51px;
}

.p-info-big-box {
	margin-bottom: 63px;
}

.product-list-right {}

.p-list-title-bar {
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding-left: 50px;
	color: #fff;
	background: #0a9cc6;
	margin: 0 auto;
	
}

.p-info-big-pic {
	width: 100%;
}

.return-last .btn {
	background: #2387aa;
	color: #fff;
}

.service-top-banner {
	background: url(../images/service-banner.jpg) no-repeat;
}

.service-row1-con h3 {
	font-size: 20px;
	color: #333333;
	margin-top: 28px;
	margin-bottom: 50px;
}

.service-row1-con-p {
	font-size: 14px;
	color: #000;
	line-height: 35px;
}

.indent-text {
	font-size: 19px;
}

.service-more a {
	color: #1b8bcd;
}

.service-row1 {
	padding: 98px 0;
}

.dou2 {
	margin-top: 30px;
}

.yy1 {
	border-right: 1px dashed #e3e3e3;
	padding-right: 47px;
	margin-right: 42px;
}

.procution-service {
	background: #ebf0f5;
	padding: 60px 0;
}

.procution-service-title a span {
	font-size: 20px;
	font-weight: normal;
}

.procution-service-com-p {
	color: #000;
}

.Equipment-name {
	font-size: 14px;
	color: #101010;
	margin-top: 17px;
}

.Equipment-display .thumbnail {
	padding: 0;
	background: no-repeat;
}

.Equipment-display img {
	height: auto;
}

.more-product a.btn {
	width: auto;
}

.environmental h2 {
	font-size: 20px;
	margin-bottom: 55px;
	margin-top: 15px;
	color: #333;
}

.environmental-container {
	margin-top: 100px;
	padding-bottom: 60px;
}

.environmental-box {
	width: 82%;
	margin: 0 auto;
}

.environmental-box p {
	line-height: 32px;
	color: #000;
}

.environmental-box a {
	color: #1b8bcd;
	display: inline-block;
	margin-top: 60px;
}

.Quality-Control {
	background: #ebf0f5;
	padding: 60px 0;
}

.Quality-Control-item .thumbnail {
	background: none;
	padding: 0;
}

.Quality-Control-item .btnn {
	margin-top: 10px;
	font-size: 12px;
}

.Quality-Control-item .btnn a {
	color: #888;
}

.service-info-banner {
	background: url(../images/service-info-banner.png) no-repeat;
}

.service-info-row1 p {
	text-align: center;
	font-size: 14px;
	color: #000;
	line-height: 30px;
	padding: 0 50px;
	margin-top: 83px;
}

.rz-box {
	padding: 0 50px;
	margin-top: 86px;
}

.capability-h4 {
	font-size: 16px;
	color: #525151;
	margin-bottom: 34px;
	font-weight: bold;
}

.capability-p {
	font-size: 15px;
	color: #525151;
	line-height: 35px;
}

.capability-box {
	margin-top: 149px;
}

.yan-yy-004 {
	margin-top: 68px;
}

.yan-yy-004 img {
	margin-top: 30px;
}

.patent {
	margin-top: 108px;
	margin-bottom: 68px;
}

.patent-pic .thumbnail {
	background: #ebf0f5;
	text-align: center;

}

.patent-pic .thumbnail .caption h3 {
	font-size: 15px;
	color: #525151;
	margin:7px 0;
}

.investment-banner-box {
	background: url(../images/zs-banner.png) no-repeat;
}

.cooperation-box p {
	font-size: 16px;
	color: #000;
}

.cooperation-box {
	margin-bottom: 80px;
}

.cooperation-box p span {
	color: #41aaaa;
	font-weight: bold;
}

.cooperation-bar {
	margin-top: 40px;
	margin-bottom: 46px;
}

.Throughput {
	background: #41aaaa;
	padding: 57px 0;
	margin-top: 40px;
}

.Throughput-title {
	color: #fff;
	font-size: 18px;
}

.Throughput-p {
	font-size: 15px;
	color: #fff;
}

.Throughput-intro {
	font-size: 14px;
	color: #000;
	margin-top: 46px;
	line-height:27px;
}

.Throughput-intro-right .col-md-6 {
	margin-bottom: 30px;
}

.Throughput-intro-pic {
	margin-top: 40px;
	background: #f6f6f6;
	padding: 60px;
}

.server-top .Quality-Control-l-p {
	font-size: 14px;
	color: #000;
	line-height: 25px;
}

.py001 {
	margin-top: 57px;
}

.py001 .Quality-Control-l-p {
	margin-bottom: 10px;
}

.m-top70 {
	margin-top: 40px;
}

.e-protection {
	background: url(../images/bbb.png) no-repeat;
	height: 500px;
	margin-top: 40px;
}

.e-protection-box {
	background: rgba(255, 255, 255, 0.7803921568627451);
	padding: 34px;
	margin-top: 40px;
	line-height: 27px;
}

.down-span {
	display: inline-block;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #41aaaa;
}

.recruit-banner {
	background: url(../images/HR-banner.jpg) no-repeat;
}

.Talent-idea-title {
	font-size: 19px;
	color: #2387aa;
	position: relative;
	width: 76px;
	margin-top: 40px;
	margin-bottom: 47px;
}

.Talent-idea-title:after {
	position: absolute;
	top: 10px;
	right: -110px;
	content: "";
	width: 95px;
	height: 1px;
	background: #2387aa;
}

.Talent-idea-row {
	background: #ebf0f5;
	padding-left: 0;
}

.Talent-idea-row .col-md-5 {
	padding-left: 0;
}

.fgt {
    line-height: 30px;
    padding-right: 12px;
}

.fgt h4 {
	font-size: 18px;
	color: #000;
	margin-bottom: 35px;
	margin-top: 27px;
}

.fgt .btnn {
	margin-top: 3px;
}

.recruit {
	background: url(../images/hrr.jpg) no-repeat;
	padding:0;
}

.recruit-title {
	color: #fff;
}

.recruit-title:after {
	background: #fff;
}

.recruit-hr1 {
	font-size: 17px;
	color: #fff;
	margin-bottom: 36px;
	margin-top: 25px;
}

.recruit-hr2 {
	font-size: 14px;
	color: #fff;
}

.job-for {
	margin-top: 47px;
}

.job-item {
	width: 100%;
	background: #fff;
	height: 44px;
	line-height: 44px;
	text-align: center;
	margin-bottom: 20px;
}

.job-item a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.job-item a:hover{
	background: #2387aa;
	color: #fff;
}
.i-jion a:hover{
	text-decoration: underline;
}

.recruit {
	margin-top: 108px;
}

.Train-title {
	margin: 0 auto;
	margin-top: 84px;
}

.Train-idea {
	width: 40%;
	margin: 0 auto;
	text-align: center;
	margin-top: 38px;
	margin-bottom: 114px;
}

.Train-title:before {
	position: absolute;
	top: 10px;
	left: -110px;
	content: "";
	width: 95px;
	height: 1px;
	background: #2387aa;
}

.Development-title {
	font-size: 17px;
	color: #3d8ebe;
	margin-top: 33px;
	margin-bottom: 28px;
}

.Development-1 {
	text-align: center;
}

.Development-1 .scale-box img {
	margin: 0 auto;
}

.Development-p {
	font-size: 14px;
	color: #000;
	line-height: 28px;
	padding: 0 30px;
}

.Transformation {
	background: url(../images/hrr5.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 50px;
	margin-top: 105px;
}

.change-now {
	font-size: 26px;
	color: #fff;
	margin-top: 66px;
	margin-bottom: 45px;
}

.intervi {
	font-size: 16px;
	color: #fff;
	margin-bottom: 52px;
}

.i-jion {
	width: 149px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #fff;
}

.i-jion a {
	color: #fff;
	display: inline-block;
	width: 100%;
	]height: 100%;
}

.rtye {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

.rtye h3 {
	font-size: 19px;
	margin-top: 56px;
	margin-bottom: 36px;
}

.rtye .fgt p {
	font-size: 14px;
	color: #888888;
}


.sideMenu h3 {
	height: 67px;
	line-height: 67px;
	padding-left: 10px;
	border-top: 1px solid #e3e3e3;
	margin: 0;
	
	cursor: pointer;
	font: normal 14px/32px "Microsoft YaHei";
	display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}
.sideMenu h3:last-child{
	border-bottom: 1px solid #e3e3e3;
}

.sideMenu h3 em {
	float: right;
	display: block;
	width: 40px;
	height: 32px;
	background: url(../images/on.png) no-repeat;
	cursor: pointer;
}

.sideMenu h3.on em {
	background: url(../images/op.png) no-repeat;
}
.sideMenu h3.on span{
	color: #1b8bcd;
}
.sideMenu ul {
	padding: 8px 25px;
	color: #999;
	display: none;
	/* 默认都隐藏 */
}
.i-jion-i{
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #1b8bcd;
	margin-top: 60px;
	margin-bottom: 60px;
}
.i-jion-i a{
	color: #fff;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: left;
	
}
.shu-slider{
	margin-top: 100px;
}
.a6a{
	color: #000!important;
	line-height:30px;
}
.liol{
	height: 45px;
	background: #f2f1f1;
	margin-top: 40px;
	margin-bottom: 36px
}
.bgilu{
	width: 220px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background: #41aaaa;
	margin-left: -15px;
	
}
.klop{
	position: relative;
}
.neryu{
position: absolute;
top: 22px;
margin-left:525px;
line-height: 58px
}
.klop .neryu p{
	font-size: 16px;
	color: #777777;
	font-weight: bold;
	
}
.chetr{
	width: 100%;
	height: auto;
}
.Throughput-intro-left .rtmk{
	width: 256px;
    height: 325px;
    padding: 0;
    margin-right: 18px;
}
.new-product-list-right{
	
	border: 1px solid #e3e3e3;
	padding-top: 47px;
	overflow: hidden;
}
.product-li-itme{
	margin-bottom: 40px;
}
.product-ul li{
	text-align: center;
	font-size: 15px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	/*background: #0a9cc6;*/
	
}
.product-ul li a{
	width: 100%;
	display: inline-block;
	color: #fff;
	background: #0a9cc6;
	height: 100%;
}

.product-ul li a:hover {
	background: #b8d324;
	transition: all .6s;

}
.more-job{
	width: 228px;
	height: 46px;
	display: block;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	line-height: 46px;
	border: 1px solid #fff;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 66px;
	
}
.more-job:hover{
	text-decoration: underline;
	color: #fff;
}
.product-ul,.new-product-list-right ul{
	padding-left: 0;
}
.new-product-list-right-top{
	margin-bottom:40px;
	padding-bottom: 113px;
	padding-top: 69px;
}
.retter img{
	margin: 0 auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	width: 30px !important;
    height: 75px !important;
	left: 10%!important;
	background-position: 0 0 !important;
	background-image:url(../images/slider_bn_bg.png)!important;
	background-size: 200%!important;
	
	
	
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 10%!important;
	width: 30px !important;
    height: 75px !important;
    background-position: 0 -75px !important;
	background-image:url(../images/slider_bn_bg.png)!important;
	background-size: 200%!important;
}
/* 分页 */
.pageController{float:right;  padding-top:5px;padding-bottom:5px;}
.pageController a{float:left;display:block;background-color:#FFF; border:#666666 1px solid; color:#666666;padding:0px 6px 0px 6px; margin-right:5px; line-height:18px;}
.pageController a:hover{background-color:#efefef;color:#B90128; text-decoration:none; font-weight:bold; border:#efefef 1px solid;}
.pageController .currPage {background-color: #efefef;color:#0860CC;font-weight:bold;border:#666666 1px solid;}
.clear{clear:both;}

.fan_y{ width:100%; float:left; line-height:30px; margin:40px auto 40px;overflow:hidden; border-top:1px dotted #c5c7c8; padding-top:10px; text-align:left }
.fan_y a span{ margin:0 5px 0 0; font-size:14px;color:#008ad0; font-weight:bold; }
.fan_y a{  padding:0; text-align:left; font-size:14px; color:#575555;}
.fan_y a:hover{ text-decoration:underline;} 