@charset "utf-8";

* {
	font-family: "微软雅黑";
}

@media (max-width: 980px) {
}

@media (max-width: 640px) {
}

@media (max-width: 480px) {
}

/*******************-S header-*************************
#header{border-bottom: 1px solid #ededed;margin-bottom: 33px;}
.logo img{width: 200px;margin-top:15px;margin-left: 15px;  }
.logo {}

.nav{text-align: right;width: 100%; }
.nav ul{margin:0; padding: 0; width: 100%; }
.nav ul li{width: 12.5%;float: left;}
.nav ul li,.nav ul li a{ display:block; height: 104px; line-height: 104px;}
.nav ul li a{color: #474747; font-size: 15px; text-align: center; width: 100%;}
.nav ul li a:hover,.nav ul li .current{ color: #fff;background: url(../images/nav_bg1.png) center top no-repeat;}

.phone-nav{display: block;width: 50px; height: 50px; margin-top: 9px; text-align: center;cursor: pointer;}
.phone-nav span{ display: block; width: 80%; height: 4px;  background: #000; margin-top: 6px; float:right;}
.phone-nav span:first-child{margin-top: 9px;}


/******--------------------- nav---------------------*****
.navwrap{margin-top: 23px;}
.nav2{display:block;  position:relative; z-index:1000 !important;  }
	.nav2 h3{ font-size:100%;width: 100%; font-weight:normal; margin:0px !important; }
	.nav2 .m{width:14.2857%;   position:relative; float:left;display:block; height:44px; text-align:center; }
	.nav2 h3 a{width:100%;   height:44px;  zoom:1;  line-height:44px;   display:block;  color:#333333; font-size:16px; }
	.nav2 li:hover h3>a,.nav2 h3 a:hover,.nav2 h3 .current{color: #1890ff;}
	
	.nav2 .m .sub{margin: 0;padding: 0; display:none;  width:100%;position:absolute; left:0px; top:59px;   float:left; line-height:35px; z-index:1000 !important;background:rgba(24,144,255,0.8); z-index:1000 !important;  }
	.nav2 .m .sub li{ text-align:center;line-height: 35px;display: block; position: relative; }
	.nav2 .m .sub li a{ display:block; zoom:1;color:#fff; font-size:14px; padding-left:10px; padding-right:10px;text-overflow:ellipsis; overflow:hidden;white-space:nowrap; border-bottom:1px dotted #25ccd9; }
	.nav2  .m .sub li a:hover{  color:#ffffff; border-bottom:1px dotted #fff; background: #1890ff; }

.nav2 .m2{ position:relative;}
.nav2 .m2 .sub{ width:300px; padding:10px;}
.nav2 .m2 .sub li{ display:block; text-align:left;}
.nav2 .m2 .sub li a{ display:block; padding-left:0px !important; padding-right:15px;   border-bottom:1px dotted #25ccd9;  }
.nav2 .m2 .sub li a:hover{background:none; border-bottom:1px dotted #fff;}
*/

/******--------------------- nav---------------------******/
.top {
	width: 100%;
	height: 57px;
	line-height: 57px;
	border-bottom: 1px solid #efefef;
	background: #fff;
}

.topCon {
	max-width: 1201px;
	margin: 0 auto;
}

.topCon p {
	font-size: 14px;
	color: #666;
	float: left;
	margin: 0;
	line-height: 57px;
}

.topCon div {
	float: right;
	color: #666;
}

.topCon div a {
	color: #2d2d2d;
	font-size: 14px;
	text-decoration: none;
	line-height: 57px;
}

#header {
	width: 100%;
	background: #fff;
	z-index: 9999;
}

.header_border {
	border-bottom: 1px solid #eee;
}
.header_logo{
	height: 141px;
}
.header_nav{
	background: #004c70;
}

.tel {
	margin: 45px 0;
}
.tel img{
	width: 51px;
	vertical-align: top;
	margin-right: 3px;
}
.tel div{
	display: inline-block;
}
.tel strong {
	font-size: 13px;
	padding-left: 2px;
	font-weight: 700;
	color: #004c70;
}

.tel h3 {
	margin: 0;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	color: #af2223;
	font-weight: bold;
}

.navwrap {
/* margin-top: 23px; */
}

.nav2 {
	display: flex;
	justify-content: center;
}

.nav2 h3 {
	font-size: 100%;
	width: 100%;
	font-weight: normal;
	margin: 0px !important;
}

.nav2 .m,.nav2 .m2 {
	width: 14.2857%;
	position: relative;
	/* float: left; */
	display: block;
	text-align: center;
}

.nav2 h3 a {
	text-align: center;
	width: 100%;
	zoom: 1;
	line-height: 50px;
	display: block;
	color: #fff;
	font-size: 18px;
}
.nav2 li:hover h3>a,
.nav2 li a.current{
	background: #1a9baa;
}

.nav2 li:hover h3>a,.nav2 h3 a:hover,.nav2 h3 .current {
	/* color: #1890ff; */
}
  /* .nav2 li:hover h3>a,.nav2 h3 a:hover,.nav2 h3 .current{color: #1a9aae;} */
.nav2 .m{
	position: relative;
}
.nav2 .m .sub {
	width: 100%;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	left: 0px;
	float: left;
	line-height: 35px;
	z-index: 1000 !important;
	/*background: rgb(0,0,0,0.7);*/
	background: rgba(26,155,170,.8);
}
/*  .nav2 .m .sub li{ text-align:center;line-height: 35px;display: block; position: relative; }
  .nav2 .m .sub li a{ display:block; zoom:1;color:#fff; font-size:14px; padding-left:10px; padding-right:10px;text-overflow:ellipsis; overflow:hidden;white-space:nowrap; border-bottom:1px dotted #25ccd9; }
  .nav2  .m .sub li a:hover{  color:#ffffff; border-bottom:1px dotted #fff; background: #1890ff; }
*/
.nav2 .m .sub {
	text-align: center;
}

.nav2 .m .sub li {
	width: 200px;
	display: inline-block;
}

.nav2 .m2  .sub_container ,
.nav2 .m  .sub_container {
	left: 0;
	width: 100%;
	position: absolute;
	/* background: #fafafa; */
	/*background: rgb(0,0,0,0.7);*/
	background: rgba(26,155,170,.8);
	top: 50px;
	z-index: 9999999999;
}
/*.nav2 .m2:hover  .sub_container{height: auto !important;z-index: 1000; display: block;}*/
.nav2> .m2:hover .sub_container {
}

.nav2> .m2 h3 {
	/*background: url(../images/Arrow.png) right center no-repeat;*/
}

.nav2> .m2:hover .sub{
	height: auto;
	padding-top: 20px;
	padding-bottom: 40px;
}
.nav2> .m:hover .sub{
	height: auto;
}
.nav2> .m:hover .sub{
	display: block;
}

.nav2  .sub {
	height: 0px;
	overflow: hidden;
	transition: height 50ms;
}
.nav2 .m2 .sub{
	display: flex;
}
.nav2 .m2 .sub li{
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
.nav2 .m .sub li{
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
}
.nav2 .m .sub li:not(:last-child){
	border-bottom: 1px solid #ddd;
}
.nav2 .m2 .sub li:not(:last-child):after {
	content: '';
	position: absolute;
	top: 0;
	height: 160px;
	right: 0;
	border-left: 1px solid #e6e6e6;
}


.nav2 .m2 .sub li dt a  {
	display: block;
	font-size: 18px;
	color: #fff;
	display: block;
	margin: 15px 0 30px;
	height: 24px;
	line-height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.nav2 .m .sub li dt a{
	display: block;
	font-size: 14px;
	color: #fff;
	display: block;
	margin: 15px 0;
	height: 24px;
	line-height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.nav2 .m2 .sub li  dd a,
.nav2 .m .sub li  dd a{
	font-size: 13px;
	color: #fff;
	display: block;
	height: 35px;
	line-height: 35px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/* .nav2 .m2 .sub li  dd a{
	position: relative;
}
.nav2 .m2 .sub li  dd a::after{
	content: '';
	width: 50px;
	height: 1px;
	background: #40c1d0;
	position: absolute;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
} */
.nav2 .m2 .sub li  dd a:hover,.nav2 .m2 .sub li dt a:hover,
.nav2 .m .sub li  dd a:hover,.nav2 .m .sub li dt a:hover{
	color: #004c70;
}

.nav2 .m2 .sub li:last-child():after {
	border-left: 1px solid #fff;
}

.nav2 .m2 .height0,
.nav2 .m .height0{
	height: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0  !important;
}

.logo {
	display: inline-block;
	padding: 42px 0;
}

.logo img {
	width: 253px;
}

.logo.float_l div {
	display: inline-block;
	margin-left: 10px;
	border-left: 1px solid #1a9baa;
	vertical-align: bottom;
	padding-left: 10px;
	padding-top: 2px;
}

.logo.float_l div span {
	margin-top: 4px;
	font-size: 22px;
	font-weight: bold;
	color: #004c70;
}

.logo.left div p {
	margin: 6px 0 0;
	font-size: 13px;
	color: #004c70;
	font-weight:bold;
}
}

.phone-nav {
	display: block;
	width: 50px;
	height: 50px;
	padding-top: 24px;
	text-align: center;
	cursor: pointer;
}

.phone-nav {
	margin-top: 16px;
}

.phone-nav span {
	display: block;
	width: 25px;
	height: 2px;
	background: #000;
	margin-top: 6px;
}

.phone-nav span:first-child {
	margin-top: 9px;
}



/*******************-E header-**************************/

/*******************-S banner-**************************/
.banner {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.banner img {
	display: block;
	margin: auto;
	width: 100%;
}

.banner .slick-dots {
	width: 100%;
	margin: auto;
	text-align: center;
}

.banner .slick-dots li button {
	width: 14px;
	height: 14px;
}

.banner .slick-dots .slick-active button {
	background: #1890ff;
	height: 18px;
	width: 18px;
}

@media (max-width:991px) {
	.banner img {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.banner .slick-dots {
		text-align: center;
		bottom: 7px;
	}

	.banner .slick-dots li button {
		width: 10px;
		height: 10px;
	}

	.banner .slick-dots .slick-active button {
		background: #880d15;
		height: 10px;
		width: 10px;
	}
}

.nybanner {
	width: 100%;
}

.nybanner img {
	width: 100%;
}
/*******************-E banner-**************************/


/*******************-S banner2-**************************/
.banner2 {
	text-align: center;
	overflow: hidden;
}

.banner2 img {
	display: block;
	margin: auto;
	width: 100%;
}

.banner2 .slick-dots {
	width: 100%;
	margin: auto;
	text-align: right;
}

.banner2 .slick-dots li button {
	width: 14px;
	height: 14px;
}

.banner2 .slick-dots .slick-active button {
	background: #880d15;
}

@media (max-width:991px) {
	.banner2 img {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.banner2 .slick-dots {
		text-align: right;
		bottom: 7px;
	}

	.banner2 .slick-dots li button {
		width: 10px;
		height: 10px;
	}

	.banner2 .slick-dots .slick-active button {
		background: #880d15;
		height: 10px;
		width: 10px;
	}
}

/*******************-E banner2-**************************/
.searchwrap {
	padding-top: 23px;
	padding-bottom: 23px;
	background-color: #f4f4f4;
}

.keyword {
	height: 34px;
    overflow: hidden;
}

.keyword ul {
	margin: 0;
	padding: 0;
}

.keyword ul li {
	display: inline-block;
	color: #d61318;
	font-size: 18px;
	font-weight: bold;
	
}
.keyword ul li span{
	line-height: 30px;
}

.keyword ul li a {
	display: block;
	height: 34px;
	line-height: 34px;
	color: #666;
	font-size: 14px;
	font-weight: normal;
	padding-left: 8px;
	padding-right: 8px;
}

.keyword ul li a:hover {
	color: #1890ff;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	box-sizing: border-box;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-group {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	border-radius: 17px;
	background: #d0d0d0;
}
.input-group .form-control{
	background: none;
	border: none;
	box-shadow:none
}
.form-control::-webkit-input-placeholder{
   color: #fff;
}
.form-control::-moz-placeholder{  //
   color: #fff;        
}
.form-control:-ms-input-placeholder{  //
   color: #fff;        
}
.input-group .form-control:focus{
	border: none;
	box-shadow:none
}
.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
	margin-left: -1px;
}

.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn {
	display: inline-block;
	padding: 2px 2px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-default {
	color: #fff;
	background: none;
	border-radius: 15px;
}




.form-control:focus {
	border-color: #4985cf;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(73,133,207,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(73,133,207,.6);
}

.category-list {
	max-width: 1200px;
	margin: 10px auto 0;
}

.category_item {
	float: left;
	width: 15.6%;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 5px rgba(28,155,170,.13);
}
.category_item:not(:last-child){
	margin-right: 1.2%;
}
.category_item:hover .item_image_link{
	opacity: 1;
}
.item_image {
	width: 100%;
	position: relative;
}
.item_image img {
	display: block;
	width: 53%;
	border-radius: 50%;
	margin: 45px auto 0;
}
.item_image_link{
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top:0;
	left: 0;
	opacity: 0;
	padding: 34px 24px;
	transition-duration:.5s;
}
.item_image_link h3{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color:#2d2d2d;
	margin-bottom: 20px;
}
.item_image_link a{
	font-size: 14px;
	color:#989898;
	margin-bottom: 13px;
	display: block;
	padding-left: 28px;
	position: relative;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.item_image_link a:hover{
	color:#1c9baa;
}
.item_image_link a:before{
	content:'';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1c9baa;
	top:50%;
	left: 4px;
	transform: translate(-50%,-50%);
}
.item_image_link .item_image_more a{
	font-size: 12px;
	color: #fff;
	width: 70%;
	display:block;
	line-height: 26px;
	text-align: center;
	background: #004c70;
	position: absolute;
	border-radius: 12.5px;
	border:none;
	box-shadow: none;
	padding: 0;
	bottom: 17px;
	left: 50%;
	transform: translateX(-50%);
}
.item_image_link .item_image_more a:before{
	content:none;
}
.item_info {
	text-align: center;
}

.item_info h3 {
	font-size: 18px;
	line-height: 2;
	margin-top: 16px;
	position: relative;
	color:#333;
	font-weight: bold;
}
.item_info h3:hover{
	color:#1a9baa;
}
.item_info p{
	width: 80%;
	color: #6b6b6b;
	line-height: 2;
	margin: 6px auto 40px;
	text-align: center;
	word-break: break-all;
	overflow:hidden;
	text-overflow:ellipsis; 
	display:-webkit-box;
	 -webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	font-size:12px;
}

.item_info ul li {
	line-height: 24px;
	margin: 0 12px;
}

.item_info ul li a {
	display: block;
	line-height: 35px;
	color: #fff;
	height: 35px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.category_item:hover .item_info h3 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.category_item:hover .item_info ul li a {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	color: #333;
}

.category_item .item_info ul li a:hover {
	color: #00c1de;
	border-color: #00c1de;
}

/*******************-S home_pro-**************************/
.home_pro {
	padding-bottom: 30px;
	padding-top: 40px;
	background: #fff;
}

.sypro_cat {
	padding: 20px 0px;
}

.sypro_cat ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.sypro_cat ul li {
	display: inline-block;
	border: 1px solid #ccc;
	height: 38px;
	line-height: 38px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.sypro_cat ul li a {
	display: block;
	height: 38px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 38px;
	font-size: 14px;
	color: #333;
}
/* .sypro_cat ul li a:hover{color:#1890ff;} */
.sypro_cat ul li a:hover {
	background-color: #1890ff;
	color: #fff;
}

.sypro_cat  .promore {
	color: #1890ff;
}

.sypro_cat .promore a {
	padding-left: 25px;
	padding-right: 25px;
}

.sypro_cat .promore:hover {
}

.lansy_1 {
	line-height: 72px;
	margin: 25px 0;
	position: relative;
	padding-top: 20px;
}

.lansy_1 h3 {
	color: #333333;
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	line-height: 130px;
	color: #353535;
}
.lansy_title{
	background: url(../images/index_title_bg.png) no-repeat;
	background-position: 43.5% 10px;
}

.lansy_1 h3 span{
	font-size: 50px;
	color: #1c9baa;
}

.lansy_1 p {
	line-height: 26px;
	color: #004c70;
	font-size: 26px;
	font-weight: normal;
	position: absolute;
	top:20px;
	left: 54.5%;
	transform: translateX(-50%);
}


.projectitem{
	width: 24%;
	margin: 0 1.25% 25px 0;
	padding: 0;
	background: none;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.projectitem:nth-child(4n){
	margin-right: 0;
}
.projectitem a {
	display: block;
	overflow: hidden;
}
.projectitem .project_img{
	height: 255px;
	position: relative;
	display: block;
	overflow: hidden;
}
.projectitem a .project_img>img{
	width: 100%;
	height: auto;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.projectitem a .project_info{
	width: 100%;
	transition: all ease-out 0.3s;
}
.projectitem a .project_info div{
	height: 100px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	width: 100%;
	background: #eaf9fa;
	position: relative;
	padding-top: 1px;
}
 .projectitem a:hover img{
	 transform: scale(1.08, 1.08);
}
.projectitem .project_img_mask{
	display: none;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.projectitem:hover .project_img_mask{
	display: block;
	width: 100%;
	height:100%;
	background: rgba(0,76,112,.77);
	position: absolute;
	top:0;
	left: 0;
}
.project_img_mask img{
	display: block;
	margin: 30% auto;
}
.projectitem a .project_info div::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 6px;
	left: 0;
	bottom: 0;
	background: #1b9dab;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.projectitem a .project_info .title{
	font-size: 18px;
	color: #ffffff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 30px;
	line-height: 30px;
	margin: 10px auto;
	width: 94%;
	box-sizing:border-box;
	text-align: left;
	transition: all ease-out 0.3s;
	background: #1b9dab;
}
.projectitem:hover a .project_info .title{
	background: #004c70;
}
.projectitem a .project_info p{
	text-align: left;
	font-size: 14px;
	color: #7b7b7b;
	display: block;
	height: 20px;
	line-height: 24px;
	margin: 0px;
	padding: 0px 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all ease-out 0.3s;
}

/*******************-E home_pro-**************************/
/*******************-S home_adv-**************************/

.home_adv{
	background: url(../images/home_adv.jpg) no-repeat;
	background-size: cover;
	padding: 42px 0;
}
.home_adv_left strong{
	font-size: 90px;
	color:#1b9dab;
	font-weight: bold;
	line-height: 1;
	margin-right: 5px;
}
.home_adv_left h3{
	font-size: 32px;
	color:#1b9dab;
	font-weight: bold;
	line-height: 1.8;
}
.home_adv_left p{
	font-size: 22px;
	color:#fbfbfb;
	margin-bottom: 15px;
}
.home_adv_left div{
	font-size: 16px;
	color:#fbfbfb;
}
.home_adv_right{
	margin-top: 6px;
}
.home_adv_right img{
	margin-right: 5px;
}
.home_adv_right p{
	font-size: 14px;
	color:#fff;
}
.home_adv_right strong{
	font-size: 30px;
	color:#fff;
}
.home_adv_right a{
	display: inline-block;
	width: 100%;
	font-size: 18px;
	color:#fff;
	text-align: center;
	line-height: 44px;
	background: #1b9dab;
	border-radius: 5px;
	margin-top: 12px;
}
.home_adv_right a:hover{
	background: #fff;
	color:#1b9dab;
}
/*******************-E home_adv-**************************/
/*******************-S home_aboutsy-**************************/
.home_aboutsy {
	padding-top: 20px;
	background: url(../images/about-bg.jpg) center center no-repeat;
	width: 100%;
}

.electricity_box {
	margin-top: 30px;
	padding-top: 30px;
}

.electricity_item {
	display: block;
	width: 100%;
	position: relative;
	float: left;
}

.electricity_item img {
	width: 100%;
}

.electricity_zhezhao {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.electricity_title {
	margin-top: 14px;
	color: #ffffff;
	height: 45px;
	line-height: 45px;
	background: url(../images/xian4.jpg) left bottom no-repeat;
	font-size: 14px;
}

.electricity_info {
	display: none;
	margin-left: 29px;
	margin-right: 29px;
	margin-top: 15px;
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
}

.electricity_more {
	display: none;
	margin-top: 30px;
	margin-left: 29px;
	margin-right: 29px;
	widows: 18px;
	height: 18px;
	background: url(../images/dot3.png) left top no-repeat;
}

.electricity_item:hover .electricity_zhezhao {
	background: url(../images/zhezhao3.png);
}

.electricity_title {
	margin-left: 15px;
	margin-right: 15px;
	line-height: 40px;
}

.electricity_left {
	width: 100%;
}

.electricity_right {
	width: 100%;
}

.electricity_item2 {
	width: 50%;
}

.electricity_item3 {
	width: 50%;
}

.electricity_item2 img {
	height: 150px;
}

.electricity_item3 img {
	height: 150px;
}

@media (min-width:768px) {
	.home_aboutsy {
		padding-top: 44px;
	}

	.electricity_title {
		margin-left: 29px;
		margin-right: 29px;
		height: 45px;
		line-height: 45px;
		font-size: 22px;
	}

	.electricity_left {
		width: 45.8%;
		float: left;
	}

	.electricity_right {
		width: 54.2%;
		float: left;
	}

	.electricity_item1 img {
		height: 376px;
	}

	.electricity_item2 img {
		height: 188px;
	}

	.electricity_item3 img {
		height: 188px;
	}

	.electricity_item2 {
		width: 100%;
	}

	.electricity_item3 {
		width: 100%;
	}

	.electricity_item1 .electricity_info {
		max-height: 215px;
		overflow: hidden;
	}

	.electricity_item2 .electricity_info,.electricity_item3 .electricity_info,.electricity_item4 .electricity_info,.electricity_item5 .electricity_info {
		max-height: 47px;
		overflow: hidden;
	}

	.electricity_item:hover .electricity_info {
		display: block;
	}

	.electricity_item:hover .electricity_more {
		display: block;
	}
}

@media (min-width:992px) {
	.electricity_left {
		width: 45.8%;
		float: left;
	}

	.electricity_right {
		width: 54.2%;
		float: left;
	}

	.electricity_item1 img {
		height: 598px;
	}

	.electricity_item2 img {
		height: 299px;
	}

	.electricity_item3 img {
		height: 299px;
	}

	.electricity_item2 {
		width: 100%;
	}

	.electricity_item3 {
		width: 100%;
	}

	.electricity_item1 .electricity_info {
		max-height: 423px;
		overflow: hidden;
	}

	.electricity_item2 .electricity_info,.electricity_item3 .electricity_info,.electricity_item4 .electricity_info,.electricity_item5 .electricity_info {
		max-height: 130px;
		overflow: hidden;
	}

	.electricity_item:hover .electricity_info {
		display: block;
	}

	.electricity_item:hover .electricity_more {
		display: block;
	}
}



/*******************-E home_aboutsy-**************************/


/*******************-page-**************************/

.mainbox_3 {
	padding-bottom: 20px;
}

.mainbox_2 {
	width: 100%;
	padding-top: 20px;
	color: #5a5a5a;
	line-height: 28px;
	font-size: 14px;
	padding-bottom: 40px;
}

.mainbox_2 img {
	/************* width: 50%; ***/
	max-width: 100%;
}







/*******************-详细-**************************/
.time2 {
	margin-top: 10px;
}

.show_pic {
	color: #444444;
	padding-top: 10px;
	text-align: center;
}

.show_pic h4 {
	font-size: 20px;
}

.pic_cp img {
	max-width: 100%;
	margin-top: 10px;
}

.nrr {
	padding: 10px 0;
	color: #5a5a5a;
	line-height: 28px;
	font-size: 14px;
}

.nrr p {
	line-height: 28px;
}

.nrr img {
	max-width: 100%;
}



/******--------------------- home_exchange ---------------------******/
.home_exchange {
	padding-bottom: 40px;
}

.exchange_list {
	margin-top: 28px;
}

.exchange_list a {
	display: block;
	margin-bottom: 20px;
}

.exchange_list a dl {
	position: relative;
}

.exchange_list a dl dt {
	position: absolute;
	left: 0;
	top: 0;
}

.exchange_list a dl dt,.exchange_list a dl dt img {
	width: 100px;
	height: 80px;
}

.exchange_list a dl {
	padding-left: 110px;
	height: 80px;
}

.exchange_list a dl dd {
	padding-top: 0px;
	padding-right: 30px;
	position: relative;
}

.exchange_list a dl dd .exchange_title {
	height: 27px;
	line-height: 27px;
	color: #1890ff;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.exchange_list a dl dd .exchange_info {
	margin-top: 5px;
	line-height: 22px;
	color: #999999;
	font-size: 13px;
	height: 44px;
	overflow: hidden;
}

.exchange_list a dl dd  .exchange_more {
	display: none;
}

@media (min-width:768px) {
	.home_exchange {
		padding-bottom: 40px;
		margin-top: 15px;
	}

	.exchange_list a {
		margin-bottom: 30px;
	}

	.exchange_list a dl dt,.exchange_list a dl dt img {
		width: 250px;
		height: 155px;
	}

	.exchange_list a dl {
		padding-left: 280px;
		height: 155px;
	}

	.exchange_list a dl dd {
		padding-top: 0px;
		padding-right: 0px;
		position: relative;
	}

	.exchange_list a dl dd .exchange_title {
		height: 27px;
		line-height: 27px;
		color: #1890ff;
		font-size: 16px;
	}

	.exchange_list a dl dd .exchange_info {
		margin-top: 15px;
		line-height: 22px;
		color: #999999;
		font-size: 13px;
		height: 66px;
		overflow: hidden;
	}

	.exchange_list a dl dd  .exchange_more {
		font-size: 13px;
		margin-top: 25px;
		color: #999999;
		display: block;
	}

	.exchange_list a:hover .exchange_more {
		color: #1890ff;
	}
}

@media (min-width:992px) {
	.exchange_list a dl dt,.exchange_list a dl dt img {
		width: 250px;
		height: 155px;
	}

	.exchange_list a dl {
		padding-left: 280px;
		height: 155px;
	}

	.exchange_list a dl dd {
		padding-top: 0px;
		padding-right: 0px;
		position: relative;
	}

	.exchange_list a dl dd .exchange_title {
		height: 27px;
		line-height: 27px;
		color: #1890ff;
		font-size: 16px;
	}

	.exchange_list a dl dd .exchange_info {
		margin-top: 15px;
		line-height: 22px;
		color: #999999;
		font-size: 13px;
		height: 66px;
		overflow: hidden;
	}

	.exchange_list a dl dd  .exchange_more {
		font-size: 13px;
		margin-top: 25px;
		color: #999999;
		display: block;
	}

	.exchange_list a:hover .exchange_more {
		color: #1890ff;
	}
}
/******--------------------- home_advantage ---------------------******/
.home_advantage{
	background: #f1fbfc;
	padding: 40px;
}
.home_advantage_content{
	margin: 20px 0;
}
.home_advantage ul{
	width: 37.2%;
	float: left;
}
.home_advantage li{
	width: 100%;
	padding: 25px 35px 25px 20px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 15px;
	box-shadow: 0 0 5px rgba(24,156,174,.77);
}
.home_advantage li h3{
	font-size: 24px;
	font-weight: bold;
	color:#004c70;
	line-height: 42px;
}
.home_advantage li h4{
	font-size: 16px;
	font-weight: bold;
	color:#189cae;
	margin-bottom: 12px;
}
.home_advantage li p{
	font-size: 14px;
	color:#989898;
	line-height: 24px;
	height: 72px;
	display: -webkit-box;
	-webkit-line-clamp:3;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.home_advantage_content_center{
	width: 22.5%;
	background: #004c70;
	float: left;
	margin: 0 1.5%;
	border-radius: 5px;
}
.home_advantage_content_center_info{
	padding: 80px 20px 0;
}
.home_advantage_content_title{
	margin-bottom: 45px;
	position: relative;
}
.home_advantage_content_title h2{
	font-size: 36px;
	font-weight: bold;
	color:#fff;
	text-align: center;
	line-height: 60px;
}
.home_advantage_content_title::after{
	content: '';
	width: 130px;
	height: 4px;
	background: #628fa5;
	position: absolute;
	bottom:-15px;
	left: 50%;
	transform: translateX(-50%);
}
.home_advantage_content_center p{
	font-size: 16px;
	color: #f4f4f4;
	line-height: 24px;
	text-align: center;
}
.home_advantage_content_center img{
	width: 100%;
	margin-top: 36%;
	margin-bottom: 5px;
}
/******--------------------- home_news ---------------------******/
.home_news {
	padding-bottom: 80px;
	padding-top: 50px;
}
.home_news_content ul{
	width: 32%;
	background: #f4f4f4;
	padding-bottom: 10px;
	float: left;
}
.home_news_content ul:not(:last-child){
	margin-right: 2%;
}
.home_news_content ul:first-child li:first-child{
	background: url(../images/news_01.jpg) no-repeat;
	background-size: cover;
}
.home_news_content ul:nth-child(2) li:first-child{
	background: url(../images/news_02.jpg) no-repeat;
	background-size: cover;
}
.home_news_content ul:last-child li:first-child{
	background: url(../images/news_03.jpg) no-repeat;
	background-size: cover;
}
.home_news_content ul li:first-child{
	text-align: center;
	padding: 35px 0;
}
.home_news_content ul li:first-child h3{
	font-size: 20px;
	color:#666;
	line-height: 30px;
	margin-bottom: 8px;
	color:#fff;
}
.home_news_content ul li:first-child p{
	font-size: 14px;
	color:#f4f4f4
}
.home_news_content ul li{
	padding-left: 10px;
}
.home_news_content ul li:not(:first-child) a{
	display: inline-block;
	font-size: 14px;
	color:#666;
	line-height: 50px;
	border-bottom: 1px solid #fff;
	padding-left: 20px;
	position: relative;
}
.home_news_content ul li:not(:last-child) a::before{
	content: '';
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	background: #1c9baa;
	position: absolute;
	left: 0;
	top: 50%
}
.home_news_content ul li:first-child a::before{
	content: none;
}
.home_news_content ul li a.more_btn{
	display: block;
	width: 80%;
	font-size: 18px;
	color:#fff;
	text-align: center;
	background: #1b9dab;
	margin: 35px auto 20px;
	border-radius: 5px;
	padding-left: 0;
}
.home_news_content ul li a.more_btn:hover{
	background: #004c70;
}
/******--------------------- home_link ---------------------******/
.home_link{
	background: #f4f4f4;
	height: 60px;
	
}
.home_link strong{
	font-size: 18px;
	color: #d81e06;
	font-weight: bold;
}
.home_link a{
	font-size: 14px;
	color: #666;
	line-height: 60px;
}
.home_link span{
	font-size: 14px;
	color: #2d2d2d;
	line-height: 60px;
}
.home_ningchuang_01{
	background: #1c9baa;
}
.home_ningchuang_01_bg{
	background: url("../images/link_01.jpg") right top no-repeat;
	background-size: 50% 100%;
}
.home_ningchuang_left h3{
	font-size: 46px;
	color:#fff;
}
.home_ningchuang_left{
	padding: 70px 0 62px 26px;
}
.home_ningchuang_left h4{
	font-size: 46px;
	color:#fff;
	font-weight: bold;
}
.home_ningchuang_left p{
	font-size: 22px;
	color:#fff;
	margin-top: 8px;
}
.home_ningchuang_02{
	background: #004c70;
}
.home_ningchuang_02_bg{
	background: url("../images/link_02.jpg") left top no-repeat;
	background-size: 50% 100%;
}
.home_ningchuang_right{
	
}
.home_ningchuang_02_bg .send-form{
	width: 50%;
	float: right;
	padding: 70px 0 62px 55px;
}
.home_ningchuang_02_bg h3{
	font-size: 46px;
	color:#fff;
}
.send-form-input{
	width: 100%;
	height: 50px;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	margin-top: 20px
}
.send-form-input input{
	width: 80%;
	height: 50px;
	box-sizing: border-box;
	padding-left: 25px;
	outline: 0;
	border: 0;
}
.send-form-input input::-ms-input-placeholder{
	font-size: 16px;
	color: #989898;
}
.send-form-btn{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 20%;
	height: 100%;
	text-align: center;
	line-height: 50px;
	background: #f68282;
	float: right;
}
.send-form-btn .btn{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}
@media (max-width:768px) {

}
@media (max-width: 992px){
	.top{height: auto;line-height: auto;}
	.topCon p{padding-left: 20px;font-size: 12px;line-height: 45px;}
	.topCon div{display: none;}
	.logo.float_l div{display: none;}
	.header_logo{height: auto;}
	.logo {margin-top: 4px;padding: 10px 0;}
	.logo img {width: 50%;margin-top: 0;margin-left: 0;}
	#header {margin-bottom: 0;}
	.phone-nav{margin-top: 11px;}
	.projectitem{width: 48%;}
	.projectitem:nth-child(odd){margin-right: 4%;}
	.projectitem:nth-child(even){margin-right: 0;}
	.projectitem .project_img{height: 150px;}
	.category_item{width: 48%;}
	.category_item:nth-child(odd){margin-right: 4%;}
	.category_item:nth-child(even){margin-right: 0;}
	.lansy_1{margin: 0;}
	.lansy_1 h3 ,.lansy_1 h3 span{font-size: 29px;line-height: 115px;}
	.lansy_1 p{font-size: 16px;white-space: nowrap;}
	.home_adv_left strong{font-size: 55px;width: 100%;text-align: center;}
	.home_adv_left div{width: 100%;text-align: center;}
	.home_adv_left h3{font-size: 22px;}
	.home_adv_left p{font-size: 15px;}
	.home_adv_right{width: 100%;margin-top: 40px;}
	.home_advantage{padding: 10px 0px;}
	.home_advantage_content_center{display: none;}
	.home_advantage ul{width: 48%;}
	.home_advantage ul:first-child{margin-right: 4%;}
	.home_advantage li{ padding: 25px 15px;}
	.home_advantage li h3{font-size: 20;line-height: 30px;margin-bottom: 10px;}
	.home_news{padding-bottom: 30px;}
	.home_news_content ul{width: 100%;margin-right: 0 !important;margin-bottom: 20px;}
	.home_news_content ul li{padding-right: 10px;}
	.home_news_content ul li:not(:first-child) a{width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: 40px;}
	.home_link{overflow: hidden;}
	.home_ningchuang_01_bg,.home_ningchuang_02_bg{background: none;}
	.home_ningchuang_02_bg .send-form{width: 100%;}
	.home_ningchuang_left{ padding: 45px 0;}
	.home_ningchuang_left h3,.home_ningchuang_left h4,.home_ningchuang_02_bg h3{font-size: 28px;}
	.home_ningchuang_left p{font-size: 18px;}
	.home_ningchuang_02_bg .send-form{padding: 45px 0;}
	.send-form-btn .btn{font-size: 14px;}
	.send-form-input{height: 40px;}
	.send-form-input input{height: 40px;width: 70%;padding-left: 14px;}
	.send-form-btn{line-height: 40px;width: 26%;}
}

@media (min-width:768px) {
	.homecase_items {margin-top: 25px;}
	.homecase_items .homecase_item .homecase_item_img {width: 100%;height: 160px;}
	.home_pro {margin-top: 0px;}
}

@media (min-width:992px) {
	.homecase_items .homecase_item .homecase_item_img {width: 100%;height: 255px;}
	.projectitem .project_img{height: 190px;}
}

@media (min-width:1300px) {
	.homecase_items .homecase_item .homecase_item_img {
		width: 100%;
		height: 245px;
	}
}
/********   首页学术交流       ****************/
.syexchange_one {
	display: block;
	width: 100%;
}

.syexchange_one dl {
	width: 100%;
	padding-bottom: 10px;
}

.syexchange_one dl dt {
	width: 100%;
}

.syexchange_one dl dt img {
	width: 100%;
}

.syexchange_one dl dd {
	padding-top: 10px;
}

.syexchange_one dl dd h3 {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.syexchange_one dl dd .syexchange_info {
	margin-top: 5px;
	color: #666;
	font-size: 14px;
	line-height: 25px;
	max-height: 75px;
	overflow: hidden;
}

.syexchange_one:hover h3 {
	color: #1890ff;
}

.news_list2 {
}

.news_list2 ul {
	margin: 0;
	padding: 0;
}

.news_list2 ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 45px;
	border-top: 1px dashed #f3f3f3;
}

.news_list2 ul li,.news_list2 ul li a {
	display: block;
	height: 45px;
	line-height: 45px;
}

.news_list2 ul li a {
	padding-left: 20px;
	width: 73%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background: url(../images/li_dot4.png) left center no-repeat;
}

.news_list2 ul li a,.news_list2 ul li span {
	color: #333;
	font-size: 14px;
	line-height: 45px;
}

.news_list2 ul li a:hover {
	color: #1890ff;
}

.syexchange_box {
	margin-bottom: 25px;
}

@media (min-width:996px) {
	.syexchange_box {
		margin-top: 30px;
		margin-bottom: 0;
	}
}

/******--------------------- product ---------------------******/

.sidebarcon {
	width: 235px;
}

.sidebarcon ul {
	margin: 5px 0 0 0;
	padding: 0;
}

.sidebarcon ul li {
	margin-bottom: 2px;
}

.sidebarcon ul li,.sidebarcon ul li a {
	display: block;
	line-height: 37px;
}

.sidebarcon ul li a {
	padding-left: 20px;
	background: #f1f1f1 url(../images/icon_dot2.png) 218px center no-repeat;
	color: #555555;
	font-size: 15px;
	padding-right: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.sidebarcon ul li a:hover,.sidebarcon ul li .current {
	background: #0c9aa5 url(../images/icon_dot3.png) 218px center no-repeat;
	color: #fff;
}

.sidebarcon2 {
	width: 90%;
}
.classify{
	margin-top: 20px;
}
.classify div{
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	padding-left: 10px;
	background: #00aef3;
}
.sidebarcon2list {
	margin: 0;
	padding: 0;
}

.sidebarcon2list li {
	height: 45px;
	line-height: 45px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background: #eaeaea;
	border-top-left-radius: 22.5px;
	border-bottom-left-radius: 22.5px;
	margin-bottom: 10px;
	position: relative;
}
.sidebarcon2list li:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #d9d9d9;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 11px;
	border-radius: 50%;
}
.sidebarcon2list li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 35px;
	border-left: 3px solid transparent;
	color: #666;
	font-size: 14px;
}


.sidebarcon2list li  .current,
.sidebarcon2list li a:hover {
	background: #1a9baa;
	color:#fff;
}

.lan2 {
	margin-top: 30px;
}

.lan2 h3 {
	border-bottom: 1px solid #e1e1e1;
	margin: 0;
	font-size: 22px;
	padding-bottom: 15px;
	color: #000;
	padding-top: 15px;
}

.procat {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.procat a {
	margin-bottom: 10px;
	display: inline-block;
/* width: 100%; */
	height: 38px;
	line-height: 38px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #dfdfdf;
	color: #4f4f4f;
	font-size: 16px;
	margin-right: 12px;
	border-radius: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.procat a:hover, .procat .current {
	border-color: #5eadf6;
	color: #5eadf6;
}

@media (min-width:768px) {
	.sidebar {
		z-index: 999;
		float: left;
		width: 100%;
		margin-top: 20px;
	}

	.mainboxwrap {
		float: right;
		width: 100%;
	}
}
@media (min-width:996px) {
	.sidebar {
		z-index: 999;
		float: left;
		width: 23%;
		padding-top: 20px;
	}
	.mainboxwrap {
		float: right;
		width: 77%;
		margin-top: 20px;
	}
}

@media (min-width:1300px) {
	.sidebar {
		width: 242px;
		margin-top: 40px;
	}

	.mainboxwrap {
		float: right;
		width: 938px;
		margin-top: 40px;
	}
}

.nypro_list {
}

.nypro_list .nypro_item {
	display: block;
	float: left;
	margin-bottom: 40px;
	width: 100%;
}
.nypro_list .nypro_item dt{
	border: 1px solid #e1e1e1;
}
.nypro_list .nypro_item:hover dt{
	box-shadow: 0 0 5px #e1e1e1;
}
.nypro_list .nypro_item dt img {
	width: 100%;
}

.nypro_list .nypro_item dd h3 {
	margin-top: 8px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.nypro_list .nypro_item dd .proinfo {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 21px;
	height: 42px;
	overflow: hidden;
	color: #666666;
	font-size: 12.3px;
}

.nypro_list .nypro_item:hover dd h3 {
	color: #5eadf6;
}

@media (min-width:992px) {
	.nypro_list {
		width: 105%;
		padding-left: 4px;
	}

	.nypro_list .nypro_item {
		width: 30%;
		margin-right: 3%;
	}

	.nypro_list .nypro_item dt img {
		width: 100%;
		height: 210px;
	}
}

@media (min-width:1300px) {
	.nypro_list .nypro_item {
		margin-right: 13px;
		width: 303px;
	}

	.nypro_list .nypro_item dl {
		padding: 8px;
	}

	.nypro_list .nypro_item dl dt img {
		width: 277px;
		height: 243px;
	}
}






/******--------------------- about ---------------------******/
.lan_about1_box{
	background: url('../images/about_02.jpg') right top no-repeat;
	position: relative;
}
.lan_about1_box::before{
	content: url('../images/about_01.jpg');
	position: absolute;
	left: 0;
	top:0;
	transform: translateX(-100%);
}
.lan_about1 {
	margin-top: 58px;
	position: relative;
}
.lan_about1 h4{
	font-size: 30px;
	color:#1a9baa;
	line-height: 45px;
	padding-top: 10px;
}
.lan_about1 h3 {
	height: 60px;
	line-height: 50px;
	color: #333333;
	font-size:30px;
}
.lan_about1::after{
	content: '';
	width: 50px;
	height: 3px;
	background: #1a9baa;
	position: absolute;
	left: 3px;
	bottom: 0;
}
.lan_about1_left{
	width: 50%;
	margin-top: 54px;
	float: left;
	padding-right: 2.5%;
}
.lan_about1_left img{
	width: 100%;
}
.lan_about1_left .lan_about1_left_text{
	margin: 40px 0 100px;
	font-size: 14px;
	color: #5c5c5c;
	line-height: 26px;
}
.lan_about1_right{
	margin-top: 54px;
	width: 50%;
	float: left;
	padding-left: 2.5%;
}
.lan_about1_right p{
	font-size: 14px;
	color: #5c5c5c;
	line-height: 26px;
}
.lan_about2 {
	margin-top: 55px;
}

.lan_about2 h3 {
	height: 50px;
	line-height: 50px;
	color: #333333;
	font-size: 27.5px;
	font-weight: normal;
}

.nyaboutbox1 {
	margin-top: 15px;
	position: relative;
}

.nyaboutbox1_con {
	box-shadow: 0 2px 14px rgba(0,0,0,0.35);
	background: url(../images/zhezhao1.png);
	padding: 30px 15px;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
}

.nyaboutbox1img img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.nyaboutbox2 {
	margin-top: 35px;
	padding-bottom: 100px;
}

.nyaboutbox3 {
	margin-top: 35px;
	padding-bottom: 30px;
}

.honor {
	margin: 0;
	padding: 0;
}

.honor li {
	margin-bottom: 40px;
}

.honor li a {
	display: block;
	width: 100%;
	border-radius: 3px;
	box-shadow: 0 2px 14px rgba(0,0,0,0.35);
}

.honor li a img {
	width: 100%;
	border-radius: 3px;
}

@media (max-width: 992px) {
	.lan_about1_left{
		width: 100%;
		padding-right: 0;
	}
	.lan_about1_left p{
		margin-bottom: 0;
	}
	.lan_about1_right{
		width: 100%;
		padding-left: 0;
		margin-bottom: 50px;
	}
}

@media (min-width: 992px) {
	.nyaboutbox1 {
		height: 435px;
	}

	.nyaboutbox1img {
		width: 580px;
		height: 435px;
	}

	.nyaboutbox1img img {
		width: 580px;
		height: 435px;
	}

	.nyaboutbox1_con {
		width: 50%;
		padding: 36px 23px;
		float: left;
		/* position: absolute;
		top: 10px;
		right: 0;
		width: 596px; */
    /* height: 336px; */
		margin-bottom: 3rem;
	}
}

@media (min-width: 1300px) {
	.nyaboutbox1 {
		height: 435px;
	}

	.nyaboutbox1img {
		width: 580px;
		height: 435px;
	}

	.nyaboutbox1img img {
		width: 580px;
		height: 435px;
	}

	.nyaboutbox1_con {
		padding: 36px 38px;
		width: 50%;
		float: left;
		margin-bottom: 5rem;
		/* position: absolute;
		top: 50px;
		right: 0;
		width: 780px;
		height: 336px; */
	}
}

@media (max-width: 992px) {
	.nyaboutbox2 {
		padding-bottom: 30px;
	}

	.lan_about1 {
		margin-top: 30px;
	}

	.lan_about2 {
		margin-top: 30px;
	}

	.nyaboutbox2 {
		margin-top: 10px;
	}
}

/***** 相册  *****/
#zoom {
	z-index: 99990;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#zoom .content {
	z-index: 99991;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	background: #ffffff no-repeat 50% 50%;
	padding: 0;
	margin: -100px 0 0 -100px;
	box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}

#zoom .content.loading {
	background-image: url('../images/loading.gif');
}

#zoom img {
	display: block;
	max-width: none;
	background: #ececec;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	border-radius: 4px;
}

#zoom .close {
	z-index: 99993;
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	height: 49px;
	cursor: pointer;
	background: transparent url('../images/close.png') no-repeat 50% 50%;
	opacity: 1;
	filter: alpha(opacity=100);
	border-radius: 0 0 0 4px;
}

#zoom .previous,
#zoom .next {
	z-index: 99992;
	position: absolute;
	top: 50%;
	overflow: hidden;
	display: block;
	width: 49px;
	height: 49px;
	margin-top: -25px;
}

#zoom .previous {
	left: 0;
	background: url('../images/arrows.png') no-repeat 0 0;
	border-radius: 0 4px 4px 0;
}

#zoom .next {
	right: 0;
	background: url('../images/arrows.png') no-repeat 100% 0;
	border-radius: 4px 0 0 4px;
}

#zoom .close:hover {
	background-color: #da4f49;
}

#zoom .previous:hover,
#zoom .next:hover {
	background-color: #0088cc;
}



/******--------------------- contact ---------------------******/
.nylan1 {
	margin-top: 48px;
}

.nylan1 h3 {
	line-height: 69px;
	height: 69px;
	color: #333333;
	font-size: 27.5px;
	text-align: center;
	background: url(../images/xian2.png) center bottom no-repeat;
}

.nycontactbox {
	margin-top: 27px;
	padding-bottom: 50px;
}

.nycontact_list {
}

.nycontact_list dl {
	width: 100%;
	padding-top: 60px;
	background: #1b9dab;
	/*margin-bottom: 30px;*/
	margin-bottom: 30px;
	box-shadow: 0 0 5px rgba(28,155,170,.13);
	border-bottom: 15px solid #004c70;
}

.nycontact_list dl dt {
	width: 48px;
	height: 48px;
	margin-left: auto;
	margin-right: auto;
}

.nycontact_list dl dt img {
	width: 48px;
	height: 48px;
}

.nycontact_list dl dd {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	height: 220px;
}

.nycontact_list dl dd h3 {
	line-height: 63px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	background: url(../images/xian3.png) center bottom no-repeat;
}

.nycontact_list dl dd .nycontact_info {
	padding-top: 25px;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}

.nycontact_map {
	margin-top: 10px;
}

.nycontact_mapcon {
	width: 100%;
	height: 604px;
	font-size: 14px;
}

@media (max-width:640px) {
	.nylan1 {
		margin-top: 20px;
	}

	.nycontact_list dl {
		padding-top: 50px;
	}

	.nycontact_list dl dd {
		height: 180px;
	}

	.nycontact_mapcon {
		height: 500px;
	}
}



/******--------------------- News ---------------------******/
.mainbox_2a {
	margin-top: 70px;
}

.mainbox_2a a {
	display: block;
	margin-bottom: 47px;
	border-bottom: 2px solid #f0f0f0;
}

.mainbox_2a a dl {
	width: 100%;
	position: relative;
	height: 230px;
}

.mainbox_2a a dl dt {
	height: 180px;
	width: 277px;
	position: absolute;
	left: 27px;
	top: 0;
}

.mainbox_2a a dl dt img {
	width: 100%;
	height: 100%;
}

.mainbox_2a a dl dd {
	padding-left: 336px;
	padding-right: 30px;
}

.mainbox_2a a dl dd h3 {
	height: 41px;
	line-height: 41px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.mainbox_2a a dl dd .news_info {
	margin-top: 10px;
	line-height: 30px;
	height: 98px;
	color: #777777;
	font-size: 14px;
	word-break: break-all;
	overflow:hidden;
	text-overflow:ellipsis; 
	display:-webkit-box;
	 -webkit-box-orient:vertical; 
	-webkit-line-clamp:4;
}

.mainbox_2a a dl dd .news_time {
	margin-top: 10px;
	height: 28px;
	line-height: 28px;
	color: #000000;
	font-size: 16px;
}

.mainbox_2a a:hover dl dd h3 {
	color: #1890ff;
}

@media (max-width: 992px) {
	.mainbox_2a a {
		margin-bottom: 25px;
	}

	.mainbox_2a a dl {
		height: 175px;
	}

	.mainbox_2a {
		margin-top: 20px;
	}

	.mainbox_2a a dl dd {
		padding-left: 230px;
		padding-right: 15px;
	}

	.mainbox_2a a dl dd h3 {
		line-height: 30px;
		height: 30px;
	}

	.mainbox_2a a dl dt {
		width: 200px;
		height: 148px;
		left: 10px;
	}

	.mainbox_2a a dl dd .news_info {
		margin-top: 10px;
		font-size: 15px;
		line-height: 26px;
		height: 78px;
		overflow: hidden;
	}

	.mainbox_2a a dl dd .news_time {
		margin-top: 0px;
	}
}

@media (max-width: 640px) {
	.mainbox_2a a {
		margin-bottom: 25px;
	}

	.mainbox_2a a dl {
		height: 120px;
	}

	.mainbox_2a {
		margin-top: 20px;
	}

	.mainbox_2a a dl dd {
		padding-left: 110px;
		padding-right: 0px;
	}

	.mainbox_2a a dl dd h3 {
		line-height: 24px;
		height: 24px;
		font-size: 14px;
	}

	.mainbox_2a a dl dt {
		width: 100px;
		height: 90px;
		left: 0px;
	}

	.mainbox_2a a dl dd .news_info {
		margin-top: 3px;
		font-size: 12px;
		line-height: 20px;
		height: 40px;
		overflow: hidden;
	}

	.mainbox_2a a dl dd .news_time {
		margin-top: 0px;
	}
}



/*******************-S footer-**************************/
.footer {
	background: #323232;
	border-top: 1px solid #e3e3e3;
	padding-top: 65px;
}

.foot {
	position: relative;
}

.foot_coopright {
	margin-top: 61px;
	border-top: 1px solid #6a6969;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 24px;
	color: #b4b4b5;
	font-size: 12px;
	text-align: center;
}

.foot_coopright a {
	color: #b4b4b5;
	font-size: 12px;
}

.wiathf1 {
	width: 21.6%;
}

.wiathf2 {
	width: 32%;
}

.wiathf3 {
	width: 16.5%;
}

.foot_nav {
}

.lan_f1 {
	height: 40px;
	line-height: 55px;
}

.lan_f1 h3 {
	color: #eee;
	font-size: 18px;
}

.foot_navlist ul {
	margin: 0;
	padding: 0;
}

.foot_navlist ul li {
	line-height: 24px;
}

.foot_navlist ul li a {
	display: block;
	color: #777;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 15px;
}

.foot_contactcon ul {
	margin: 0;
	padding: 0;
}

.foot_contactcon ul li {
	line-height: 24px;
	margin-bottom: 14px;
	color: #ffffff;
	font-size: 12px;
}
.wechat{
	display: flex;
}
.wechat img {
	width: 134px;
	height: 134px;
	margin-right: 40px;
	margin-top: 15px;
}
.wechat p{
	font-size: 14px;
	color:#777;
	line-height: 24px;
}
.wechat strong{
	font-size: 30px;
	color:#e40000;
}

.coopright {
	background: #2a2a2a;
	color: #ffffff;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 24px;
	text-align: center;
}

.coopright a {
	color: #ffffff;
	font-size: 12px;
}



/*******************-E footer-**************************/


/*******************-lan-**************************/
.lan1 {
	height: 81px;
	background: url(../images/lan_xian1.png) center 39px no-repeat;
}

.lan1 p {
	height: 40px;
	line-height: 40px;
	color: #333333;
	font-family: Arial;
	font-weight: bold;
	font-size: 29.99px;
}

.lan1 h3 {
	height: 41px;
	line-height: 41px;
	color: #333333;
	font-size: 27.99px;
	font-weight: normal;
}
/*.lan1:after{content: '';width: 338px;height: 2px;background: #e5e5e5;position: absolute;right: 162px;top: 35px;}
*/


.lan3 {
	height: 81px;
	position: relative;
	background: url(../images/lan_xian1.png) center 39px no-repeat;
}

.lan3 p {
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	font-size: 29.99px;
}

.lan3 h3 {
	height: 41px;
	line-height: 41px;
	color: #fff;
	font-size: 27.99px;
	font-weight: normal;
}
/*.lan3:after{content: '';width: 338px;height: 2px;background: #e5e5e5;position: absolute;right: 217px;top: 35px;}

*/

.nylan {
	padding-left: 33px;
	line-height: 30px;
	color: #747474;
	background: url(../images/icon_home.png) 4px  6px no-repeat;
	font-size: 16px;
	color: #656565;
}

.nylan a:hover {
	text-decoration: underline;
}

.nylan,.nylan a,.nylan font {
	font-size: 16px;
}

.nylan a {
	color: #656565;
}

.nylan font {
	color: #008893;
}

@media (max-width: 768px) {
	.lan3 {
		height: 81px;
		position: relative;
		background: url(../images/lan_xian1.png) center 39px no-repeat;
	}

	.lan3 p {
		height: 40px;
		line-height: 40px;
		color: #333;
		font-family: Arial;
		font-weight: bold;
		font-size: 29.99px;
	}

	.lan3 h3 {
		height: 41px;
		line-height: 41px;
		color: #333;
		font-size: 27.99px;
		font-weight: normal;
	}
}

.text_c {
	text-align: center;
}



 
 /*-----侧栏------*/
.qq_onService_panel i,.qq_onService_panel em {
	font-style: normal;
}

.function_list {
	margin: 0;
	padding: 0;
}

.function_list li {
	position: relative;
}

.qq_onService_panel .sidebar2_Mo {
	position: fixed;
	right: 0;
	top: 70%;
	margin-top: -179px;
	z-index: 10000;
}

.qq_onService_panel .sidebar2_list {
	width: 50px;
	margin-bottom: 10px;
	position: relative;
	right: 0;
}

.qq_onService_panel .sidebar2_listT,.qq_onService_panel .sidebar2_listB {
	background-repeat: no-repeat;
	padding-left: 7px;
}

.qq_onService_panel .sidebar2_listT {
	background-position: left top;
}

.qq_onService_panel .sidebar2_listB {
	background-position: left bottom;
}

.qq_onService_panel .list_c {
	height: 7px;
}

.qq_onService_panel .ie_w {
	*width: 43px;
}

.qq_onService_panel .sidebar2_listC {
	text-align: center;
}

.qq_onService_panel .sidebar2_listC .prev_btn,.qq_onService_panel .sidebar2_listC .next_btn {
	display: inline-block;
}

.qq_onService_panel .sidebar2_listC .prev_btn {
	margin-bottom: 10px;
}

.qq_onService_panel .function_list .list {
	text-align: center;
	height: 40px;
	width: auto;
	padding: 0;
	border: 0;
	overflow: inherit;
	margin-bottom: 10px;
	position: relative;
}

.qq_onService_panel .function_list .list a {
	display: inline-block;
}
/*.function_list .list:hover .alt_c{display: block;}*/
.qq_onService_panel .list .tel_icon,.qq_onService_panel .list .qq_icon,.qq_onService_panel .list .wx_icon,.qq_onService_panel .list .edit_icon,.qq_onService_panel .list .mail_icon,.qq_onService_panel .list .map_icon {
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	margin-top: 7px;
	width: 100%;
	z-index: 2;
}

.qq_onService_panel .list .tel_icon {
	background-image: url('../images/tel_icon.png');
	width: 26px;
	height: 26px;
}

.qq_onService_panel .list:hover .tel_icon {
	background-image: url('../images/tel_icon_h.png');
}

.qq_onService_panel .list .qq_icon {
	background-image: url('../images/qq_icon.png');
	width: 25px;
	height: 25px;
}

.qq_onService_panel .list:hover .qq_icon {
	background-image: url('../images/qq_icon_h.png');
}

.qq_onService_panel .list .wx_icon {
	background-image: url('../images/wx_icon.png');
	width: 30px;
	height: 23px;
}

.qq_onService_panel .list:hover .wx_icon {
	background-image: url('../images/wx_icon_h.png');
}

.qq_onService_panel .list .edit_icon {
	background-image: url('../images/wx_icon.png');
	width: 30px;
	height: 25px;
}

.qq_onService_panel .list:hover .edit_icon {
	background-image: url('../images/wx_icon_h.png');
}

.qq_onService_panel .list .mail_icon {
	background-image: url('../images/mail_icon.png');
	width: 26px;
	height: 25px;
}

.qq_onService_panel .list:hover .mail_icon {
	background-image: url('../images/mail_icon_h.png');
}

.qq_onService_panel .list .map_icon {
	background-image: url('../images/qq_icon.png');
	width: 26px;
	height: 25px;
}

.qq_onService_panel .list:hover .map_icon {
	background-image: url('../images/qq_icon_h.png');
}

.qq_onService_panel .sidebar2_state {
	text-align: center;
}

.qq_onService_panel .sidebar2_state a {
	display: inline-block;
	width: 32px;
	height: 32px;
}
/*.alt_c{display: none;}*/
 
 
/* 联系我们 */
.qq_onService_panel .lxwm_tel {
	width: 178px;
	position: absolute;
	right: -178px;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.qq_onService_panel .lxwm_c .lxwm_tit {
	padding: 0 20px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	text-align: left;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.qq_onService_panel .lxwm_c .lxwm_list {
	padding: 20px 20px 1px;
}

.qq_onService_panel .lxwm_c .lxwm_list li {
	background: url('../images/tel_border.png') no-repeat;
	margin-bottom: 20px;
	width: 139px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}

/* 联系方式 */
.qq_onService_panel .lxfs_qq {
	width: 200px;
	overflow: hidden;
	position: absolute;
	right: -200px;
	top: -50px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.qq_onService_panel .lxfs_c {
	width: 217px;
	overflow: hidden;
/* overflow-y:auto; overflow-x:hidden;max-height:236px;*/
}

.qq_onService_panel .lxfs_list {
	padding: 20px 15px 0 0;
	min-height: 107px;
}

.qq_onService_panel .lxfs_list li {
	margin-bottom: 20px;
}

.qq_onService_panel .lxfs_list li em {
	display: block;
	float: left;
	text-align: right;
	width: 77px;
	overflow: hidden;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
}

.qq_onService_panel .lxfs_list li a {
	width: 102px;
	height: 32px;
	line-height: 32px;
	text-align: center;
}

/* 微信扫码 */
.qq_onService_panel .wx_scan {
	width: 200px;
	position: absolute;
	right: -200px;
	top: -80px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.qq_onService_panel .wx_scan_c {
	text-align: center;
	padding-top: 15px;
}

.qq_onService_panel .wx_scan_c .pic {
	margin-bottom: 5px;
	display: block;
}

.qq_onService_panel .wx_scan_c p {
	padding-bottom: 10px;
}

/* 说明文字 */
.qq_onService_panel .explain_text {
	width: 140px;
	position: absolute;
	right: -106px;
	top: -2px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.qq_onService_panel .explain_c a {
	font-size: 16px;
	padding: 5px 0;
}

.qq_onService_panel .sidebar2_listT,.qq_onService_panel .sidebar2_listB {
	background-image: url('../images/botder_img.png');
}

.qq_onService_panel .list_c,.qq_onService_panel .alt_bg,.sidebar2_listC {
	background: #40c1d0;
}

.qq_onService_panel .sidebar2_state a {
	background-image: url('../images/hide_btn.png')
}

.qq_onService_panel .sidebar2_state a.cur {
	background-image: url('../images/show_btn.png')
}

.qq_onService_panel .lxwm_c .lxwm_tit {
	color: #eee;
	border-bottom-color: #CFCDCE;
}

.qq_onService_panel .lxwm_c .lxwm_list li {
	color: #fff;
}

.qq_onService_panel .lxfs_list li {
	color: #fff;
}

.qq_onService_panel .lxfs_list li a {
	background: url('../images/qq_btn.png');
}

.qq_onService_panel .explain_c a {
	color: #fff;
}

.qq_onService_panel .wx_scan_c p {
	color: #fff;
}

.nybanner {
}

.nybanner img {
	max-width: 100%;
}

.zy_q {
	text-align: center;
}

.zy_q a {
	display: inline-block !important;
	width: 31px !important;
	height: 20px !important;
	margin-left: 8px !important;
	margin-right: 8px !important;
	margin-top: 10px !important;
	margin-bottom: 6px !important;
}

.zy_q {
	display: block;
	width: 100%;
}

.icon_chinese {
	background: url(../images/icon_chinese.png) left top no-repeat;
}

.icon_english {
	background: url(../images/icon_english.png) left top no-repeat;
}

.icon_ry {
	background: url(../images/icon_ry.png) left top no-repeat;
}

.select {
	display: block;
	width: 100%;
	color: #8a8a8a;
	font-size: 13px;
	border: none;
}

.select option {
	color: #8a8a8a;
	font-size: 13px;
	line-height: 30px;
}

select:focus {
	border: none;
	outline: 0;
}

select:focus option {
	border: 1px solid #ddd;
	outline: 0;
}

@media (max-width: 650px) {
	.select {
		width: 100%;
	}
}



 /******--------------------- 分页 ---------------------******/
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0 20px 0;
	border-radius: 4px;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 8px 14px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #222222;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: 4px;
	margin-right: 4px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
	color: #fff;
	background-color: #1890ff;
	border-color: #1890ff;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #1890ff;
	border-color: #1890ff;
	cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.home_category {
	padding-top: 40px;
	padding-bottom: 50px;
	background: url(../images/index_bg_01.jpg) no-repeat;
	background-size: 100% 100%;
}

.box-header {
	margin: 0 auto;
	text-align: center;
	padding: 15px 70px 25px 70px;
}

.bg-headers {
	margin: 0 auto;
	text-align: center;
	padding: 25px 70px 25px 70px;
}

.box-header h2 {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}

.bg-headers h2 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
}

.box-header span {
	font-size: 16px;
	color: #555;
	line-height: 30px;
	text-transform: uppercase;
}

.bg-headers span {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	text-transform: uppercase;
}


@media (min-width: 992px) {

}

.partnerlist {
	margin-top: 20px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.partneritems {
	margin-top: 15px;
	margin-bottom: 50px;
}

.partneritem img {
	border: 0px;
	text-align: center;
	vertical-align: middle;
}

.p_item {
	margin-left: auto;
	margin-right: auto;
	padding: 12px 15px;
}

.p_item img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 184px;
	height: 55px;
}

.form-bg {
	width: 100%;
	min-height: 300px;
	background: url(../images/form-bg.jpg) no-repeat;
	padding: 50px 0;
}
.about_box{
	padding: 5.4375rem;
	background: url(../images/about.jpg) no-repeat;
}
.about_left{
	width: 43%;
	float: left;
	color: #fff;
}
.about_left h3{
	font-size: 40px;
	margin-bottom: 30px;
}
.about_left p{
	font-size: 14px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertic;
}
.about_left ul{
	margin: 2.5rem 0;
}
.about_left li{
	width: 50%;
	float: left;
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.about_left li img{
	margin-right: .75rem;
}
.about_left li h3{
	font-size: 18px;
}
.about_left li h4{
	font-size: 12px;
}
.about_left li div{
	
}
.about_left a{
	display: block;
	width: 10.625rem;
	font-size: 14px;
	color:#fff;
	line-height: 2.625rem;
	text-align: center;
	border:1px solid #fff
}
.about_right{
	width: 57%;
	float: left;
	padding: 0 1.5rem 0 2rem;
	margin-top: 1rem;
}
.about_right div{
	border: 11px solid #fff;
	box-shadow: 11px 11px 0 rgba(0,0,0,.2);
}
.about_right div img{
	width: 100%;
}
.about-bg {
	width: 100%;
	min-height: 585px;
	background: #acdae9;
	padding: 50px 0;
}

.about-desc {
	margin: 0 auto;
	max-width: 900px;
	padding: 15px 0;
	line-height: 30px;
	color: #333;
	font-size: 14px;
}
.about-more{
	font-size: 14px;
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #1a9baa;
	color: #fff;
	margin: 0 auto;
}
.about-count{
	max-width: 800px;
	margin: 60px auto 0;
}
.about-count li{
	float: left;
	width: 33.33%;
	text-align: center;
}
.about-count span{
	color: #1a9baa;
	font-weight: bold;
	font-size: 40px;
}
.about-count p{
	font-size: 15px;
	line-height: 36px;
	color: #333;
	max-width: 900px;
	margin: 0;
}

@media (max-width: 767px) {
	.p_item {
		padding: 12px 0px;
	}

	.p_item img {
		max-width: 100%;
	}
}

@media (min-width: 767px) {
	.about-bg {
		width: 100%;
		min-height: 585px;
		background: url(../images/about-bg.jpg) no-repeat center center;
		/* background: #1a9baa; */
		padding: 50px 0;
	}
}

/**产品详细**/
/*productdetail.html*/
.prodetail-top {
	position: relative;
	margin-top: 40px;
}

.prodetail-top .pic {
	margin-bottom: 30px;
}

.prodetail-top .pic img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.prodetail-top .info h3 {
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin: 0 0 40px;
	position: relative;
}

.prodetail-top .info h3::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -15px;
	width: 140px;
	border-top: 1px solid #666;
}

.prodetail-top .info a {
	background: #004c70;
	color: #f1f1f1;
	text-align: center;
	height: 35px;
	line-height: 35px;
	width: 150px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
}

.prodetail-top .info a:hover {
	background: #1a9baa;
	color: #fff;
}

.prodetail-intro {
	margin-top: 30px;
}

.prodetail-intro .tit {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding-left: 0px;
	margin-top: 50px;
}

.prodetail-top .info_about {
	font-size: 14px;
	line-height: 29px;
	color: #555 !important;
	margin-top: 20px;
	padding-bottom: 20px;
}

.prodetail-intro-con {
	padding-top: 20px;
	font-size: 14px;
	line-height: 26px;
	color: #555;
	padding-bottom: 20px;
}

.prodetail-intro-con p{
	line-height: 29px;
}

@media (max-width: 992px) {
	.about_left{width: 100%;}
	.about_right{width: 100%;display: none;}
}

@media (min-width: 992px) {
	.prodetail-top {
		padding-left: 580px;
		min-height: 500px;
	}

	.prodetail-top .pic {
		position: absolute;
		left: 0;
		top: 0;
		border-right: 1px solid #e1e1e1;
		padding-right: 40px;
	}

	.prodetail-top .pic img {
		width: 500px;
		height: 500px;
	}

	.prodetail-top .info {
		width: 100%;
	}

}

.message_form{
	width: 80%;
	margin: auto;
}
.message_form input{
	width: 90%;
	height: 35px;
	margin-bottom: 20px;
	border-radius: 4px;
	padding: 0 10px;
	border: 1px solid #e1e1e1;
}
.message_form span{
	display: inline-block;
	width: 10%;
	color: red;
	padding-left: 5px;
	vertical-align: top;
	margin-top: 10px;
}
.message_form input:-ms-input-placeholder{
	color: #ddd;
}
.message_form input:placeholder{
	color: #ddd;
}
.message_form textarea{
	width: 90%;
	margin-bottom: 20px;
	border-radius: 4px;
	padding: 0 10px;
	border: 1px solid #e1e1e1;
	resize: none;
}