/* banner */

.homepage_index_banner {
	position: relative;
}

.banner .nav {
	width: 100% !important;
	margin: 0 auto;
}

.homepage_banner {
	/* padding-bottom: 214px; */
}

.banner .showbox ul {
	white-space: nowrap;
	overflow: hidden;
}

.banner .banner_box {
	text-align: center;
	height: auto;
}

.banner .banner_box {
	position: relative;
}
/* .banner .showbox ul{
	margin-left: 0!important;
} */
.banner .banner_img {
	width: 100%;
	height: auto;
	position: relative;
	/* overflow: hidden; */
	/* margin: 0 auto; */
}

.banner .banner_img .mob_banner a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 33.33%;
	position: relative;
}
.banner .banner_img .mob_banner a .picture {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.banner .banner_img .mob_banner a .sd_imgbox {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.banner .banner_img img {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}


/* video标签 */

.banner .banner_img video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


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

.banner .banner_bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	background-color: #000;
	z-index: 9;
	filter: Alpha(opacity=50);
}

.banner .banner_msg {
	width: 100%;
	position: absolute !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	text-align: center;
	color: #fff;
	/* padding-top: 200px; */
}

.banner .msg_big {
	font-size: 0.8rem;
	line-height: 0.8rem;
	/* margin-bottom: 10px; */
	max-width: 650px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.banner .msg_bEn {
	font-size: 0.72rem;
	line-height: 0.72rem;
	font-family: 'Effra-Bold';
	color: #fff;
	cursor: pointer;
	 
	/* margin-bottom: 15px; */
	/* position: absolute;
  top: 264px;
  left: 98px;
  width: 586px;
  white-space:normal; */
}

.banner .msg_small {
	font-size: 16px;
	line-height: 28px;
	max-width: 630px;
	margin: 0 auto;
	white-space: normal;
}

.banner .msg_box {
	/* margin-bottom: 15px; */
	/* position: absolute;
	top: 45%;
	left: 5.5%;
	width: 47.5%;
	white-space: normal; */
	/* margin-bottom: 15px; */

	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -45%;
	margin-top: -3%;
	width: 47.5%;
	white-space: normal;
	 
}

.banner .btn_prev.hide_icon,
.banner .btn_next.hide_icon {
	display: none !important;
}

.banner_bottom {
	width: 90%;
	height: 120px;
	position: absolute;
	bottom: 130px;
	left: -100%;
	right: -100%;
	margin: 0 auto;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
	background: #fff;
	padding-left: 80px;
	padding-right: 80px;
	display: none;
}

.banner_bottom-text {
	font-size: 18px;
	color: #555555;
	text-align: center;
	line-height: 30px;
}

@media screen and (max-width: 1000px) and (min-width: 751px) {
	.banner .msg_box {
		width: 70% !important;
	}
}


/*需要左右箭头自定义css*/

.banner .banner_btn a {
	display: inline-block;
	border: 2px solid #fff;
	padding: 15px 70px;
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
}
.banner .banner_btn {
	display: inline-block;
	position: absolute;
	width: 0.6rem;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	border-radius: 50%;
	font-size: 0;
	top: 50%;
	margin-top: -0.3rem;
	cursor: pointer;
	background-color: rgba(12, 92, 168, 0.3);
}

.banner .banner_btn:hover i {
	opacity: 1;
}

.banner .banner_btn i {
	font-size: 0.3rem;
	color: #FFFFFF;
	opacity: 0.5;
}

.banner .banner_btn_prev {
	left: 1%;
}

.banner .banner_btn_next {
	right: 1%;
}

.banner .banner_btn_prev i {
	margin-left: -6px;
}

.banner .banner_btn_next i {
	margin-right: -6px;
}
.banner .pager {
	position: absolute;
	bottom: -50px;
	width: 100%;
	text-align: center;
	z-index: 10;
	/* top: 680px; */
}

.banner .pager li {
	width: 6px;
	height: 6px;
	background-color: #0c5ca8;
	border-radius: 50%;
	display: inline-block;
	margin: 16px;
	background: #0c5ca8;
	vertical-align: top;
	cursor: pointer;
	margin-right: 18px;
	position: relative;
}

@media (min-width:751px) {
	.banner .pager li::after {
		content: "";
		position: absolute;
		width: 26px;
		height: 26px;
		border-radius: 50%;
		top: 50%;
		left: 50%;
		margin-top: -14px;
		margin-left: -14px;
	}

	.banner .pager li.cur::after {
		border: 1px solid #0c5ca8;
	}
}

@media (min-width: 751px) and (max-width: 1280px) {
	.sd_img_mobile {
		display: none;
	}

	.banner .nav {
		width: 100%;
		margin: 0 auto;
	}

	.banner .banner_box {
		overflow: hidden;
	}

	.banner .banner_img img {
		/* position: relative; */
		/* left: -30%; */
	}

	.banner .msg_bEn {
		/* font-size: 40px; */
		/* line-height: 70px; */
	}

	.banner .msg_small {
		font-size: 14px;
		line-height: 28px;
		max-width: 555px;
		margin: 0 auto;
		white-space: normal;
		margin-bottom: 20px;
	}

	/* 
  .banner .msg_box {

    width: 50%;
    top: 30%
  } */
	/* .banner .btn_prev,
.banner .btn_next{
  top: 40%;
} */
	.banner .banner_btn a {
		padding: 10px 50px;
	}
}

@media (max-width: 750px) {

	/* .sd_img_pc{
    display: none;
  }
  .sd_img_mobile {
    display: inline-block;
  } */
	.banner .btn_prev,
	.banner .btn_next {
		display: none !important;
	}

	.homepage_banner {
		padding-bottom: 0px !important;
	}

	.banner .nav {
		width: 100%;
		margin: 0 auto;
	}

	.banner .banner_box {
		overflow: hidden;
		height: auto;
	}

	.banner .msg_big {
		font-size: 34px;
		height: 34px;
		line-height: 34px;
		max-width: 280px;
	}

	.banner .msg_bEn {
		font-family: 'Effra-Bold';
		font-size: 0.52rem;
		min-height: 1rem;
		line-height: 0.52rem;
		width: 100%;
		left: 15px;
		top: 137px;
	}

	.banner .msg_small {
		font-size: 12px;
		height: 24px;
		line-height: 24px;
		height: 82px;
		max-width: 280px;
		max-height: 72px;
		overflow: hidden;
	}

	.banner .msg_box {
		/* margin-left: -140px !important; */
		top: 50%;
		left: 50%;
		width: 55%;
		margin-left: -40%;
		text-align: left;
	}

	.banner .banner_img {
		width: 100%;
		height: auto;
		position: relative;
		/* overflow: hidden; */
		/* margin: 0 auto; */
	}
	.banner .banner_img .mob_banner a {
		padding-top: 60%;
	}

	/* .mob_banner {
  position: absolute;
  left: -100%;
  right: -100%;
  margin: 0 auto;
  height: 240px;
} */
	/* .banner .banner_img img {
		height: auto;
		width: 100%;
	} */

	.banner_showbox {
		position: relative;
	}

	.banner .pager {
		bottom: 0;
	}

	.banner .pager li {
		width: 8px;
		height: 8px;
		margin: 5px;
		border-radius: 8px;
		background: #fff;
		vertical-align: middle;
	}

	.banner .pager .cur {
		width: 8px;
		height: 8px;
		margin: 5px;
		border-radius: 8px;
		border: 2px solid #aaa;
		background: #fff !important
	}

	.banner_bottom {
		display: none;
	}
}


/* banner end*/

.product_title {
	/* height: 0.76rem; */
	/* padding-top: 214px; */
	margin-top: 110px;
}

.product_img {
	/* background: url(./chanpin111.png) repeat; */
	background-size: 100% 100%;
	margin-top: 90px;
	width: 100%;
	/* height: 600px; */
	/* border: 1px  solid  red */
	position: relative;
}

.product_img:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 71.77%;
	background-color: #eee;
}


.product_title_img {
	vertical-align: top;
}

.product_top500_left_img {
	width: 100%;
	overflow: hidden;
}
.product_top500_left_img a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 51.56%;
	position: relative;
	overflow: hidden;
}
.product_top500_left_img a .picture {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.product_title_img:hover {
	/* transform: scale(1.02, 1.05);
  position: relative;
  top: -10px; */
}

.product_img_center img {
	/* transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out; */
}

.product_title_img1_con {
	width: 95%;
	height: auto;
	border-bottom: 2px solid #0c5ca8;
}

.product_title_img1_con.cur {
	-webkit-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	transform: translate(0, -20px);
	box-shadow: 0px 5px 15px #e5e5e5;
	border-bottom: 8px solid #0c5ca8 !important;
	transition: All 0.6s ease-in-out;
}

.product_img_text1.cur {
	-webkit-transform: translate(0, -6px);
	-ms-transform: translate(0, -6px);
	transform: translate(0, -6px);
	/* box-shadow: 0px 5px 15px #e5e5e5; */
	/* border-bottom: 8px solid #0c5ca8 !important; */
	transition: All 0.6s ease-in-out;
}

.product_img_text1.curoff {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	/* box-shadow: 0px 5px 15px #e5e5e5; */
	/* border-bottom: 8px solid #0c5ca8 !important; */
	transition: All 0.6s ease-in-out;
}

.product_title_img1_con.curoff {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	/* box-shadow: 0px 5px 15px #e5e5e5; */
	border-bottom: 2px solid #0c5ca8 !important;
	transition: All 0.6s ease-in-out;
}

.product_title_img1_con img.cur {
	transition: All 0.6s ease-in-out;
	/* box-shadow: 0px 5px 15px #e5e5e5;
	border-bottom: 8px solid #0c5ca8 !important; */
	box-sizing: border-box
}

.product_title_img1_con img.curoff {
	transition: All 0.6s ease-in-out;
	/* border-bottom: 2px solid #0c5ca8 !important; */
	box-sizing: border-box
}

/* .product_img_center img:hover { 
      transform:translate(0, -20px);
      -webkit-transform:translate(0, -10px);
      -moz-transform:translate(0, -10px);
      -o-transform:translate(0, -10px);
      -ms-transform:translate(0, -10px);
      -webkit-box-shadow:0px 5px 15px #e5e5e5;
      -moz-box-shadow:0px 5px 15px #e5e5e5;
      box-shadow:0px 5px 15px #e5e5e5;
      border-bottom: 8px solid #0c5ca8 !important; 
   } */
/* product_top500_left_img */
@media screen and (min-width: 751px) {

	.product_top500_left img:hover {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		/*Safari 和 Chrome*/
		-moz-transform: scale(1.2);
		/*Firefox*/
		-ms-transform: scale(1.2);
		/*IE9*/
		-o-transform: scale(1.2);
	}

}

/* .product_server_center img{
 transition: All 0.4s ease-in-out;
   } */

.js_product_server_img1-1.cur {
	border-bottom: 8px solid #0c5ca8 !important;
	z-index: 9;

	transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-o-transform: scale(1.01);
	transition: All 0.4s ease-in-out;
	box-sizing: border-box;
}

.js_product_server_img1-2.cur {
	border-bottom: 8px solid #0c5ca8 !important;
	z-index: 9;
	transform: scale(1.01);
	-webkit-transform: scale(1.01);
	/*Safari 和 Chrome*/
	-moz-transform: scale(1.01);
	/*Firefox*/
	-ms-transform: scale(1.01);
	/*IE9*/
	-o-transform: scale(1.01);
	transition: All 0.4s ease-in-out;
	/* box-sizing: border-box; */
}
.js_product_server_img1-2.cur img {
	z-index: 9;
}
.js_product_server_img1-2.cur .img_line {
	bottom: -0.04rem;
	transform: scale(1.01);
	-webkit-transform: scale(1.01);
	/*Safari 和 Chrome*/
	-moz-transform: scale(1.01);
	/*Firefox*/
	-ms-transform: scale(1.01);
	/*IE9*/
	-o-transform: scale(1.01);
	transition: All 0.4s ease-in-out;

}

/* 服务也文字下移 */
.js_product_server_img1-1 .product_server_img1_center.curfix {
	-webkit-transform: translate(0, -3px);
	-ms-transform: translate(0, -3px);
	transform: translate(0, -3px);
	transition: All 0.4s ease-in-out;
}

.js_product_server_img1-2 .product_server_img1_center.curfix {
	-webkit-transform: translate(0, -3px);
	-ms-transform: translate(0, -3px);
	transform: translate(0, -3px);
	transition: All 0.4s ease-in-out;
}

@media screen and (max-width: 1280px) and (min-width: 751px) {
	/* .product_server_img1_center.curfix {
	-webkit-transform: translate(0, -8px);
	-ms-transform: translate(0, -8px);
	transform: translate(0, -8px);
	transition: All 0.4s ease-in-out;
} */
}

.js_product_server_img1-1.cur img {
	/* border-bottom: 8px solid #0c5ca8 !important; */
	transition: All 0.4s ease-in-out;
	box-sizing: border-box;
	z-index: 9;
}

.js_product_server_img1-1.curoff {
	border-bottom: 0 solid #0c5ca8 !important;
	z-index: 0;
	/* transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1); */
	transition: All 0.4s ease-in-out;
}

.js_product_server_img1-2.curoff {
	border-bottom: 0 solid #0c5ca8 !important;
	z-index: 8;
	transform: scale(1);
	-webkit-transform: scale(1);
	/*Safari 和 Chrome*/
	-moz-transform: scale(1);
	/*Firefox*/
	-ms-transform: scale(1);
	/*IE9*/
	-o-transform: scale(1);
	transition: All 0.4s ease-in-out;
}

@media screen and (max-width: 1280px) and (min-width: 751px) {

	.js_product_server_img1-2.curfixyi {

		-webkit-transform: translate(0, -8px);
		-ms-transform: translate(0, -8px);
		transform: translate(0, -8px);

		transition: All 0.4s ease-in-out;
	}
}

/* .product_server_img1_text.cur {
		transform: translate(0, -8px);
		-webkit-transform: translate(0, -8px);
		-ms-transform: translate(0, -8px);
		transition: All 0.4s ease-in-out;
} */
.product_server_img1:hover {
	/* z-index: 9;
    transform: scale(1.01); */
	/* border-bottom: 8px solid #0c5ca8 */
}

.product_server_img2:hover {
	/* z-index: 10; */
	/* transform:translateZ(20px) */
}

.img_hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	/* border-bottom: 8px solid #0c5ca8 !important; */
	position: relative;
	top: -20px;
	width: 400px !important;
	height: 410px;
	z-index: 9;
}

.product_title_center {
	/* height: 58px; */
	font-size: .80rem;
	line-height: 0.9rem;
	/* line-height: .76rem; */
	font-family: 'Effra-Bold';
}

.product_img_center {
	width: 1236px;
	margin: 0 auto;
	padding: 0 18px 0 18px;
	margin-bottom: 1.57rem;
	box-sizing: border-box;
}

.product_img_text1{
	margin-top: 44px;
}

@media screen and (max-width: 1280px) and (min-width: 751px) {
	.product_title {
		height: auto;
	}

	.product_img {
		/* margin-top: 280px !important;
		min-height: 500px;
		height: auto; */
	}

	.product_img_center {
		width: 100%;
		top: -200px;
	}

	.product_img_text {
		top: 85px !important;
	}
}
.product_title_img1_con a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	position: relative;
}
.product_title_img1_con a .picture {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.product_title_img1_con a .sd_imgbox {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.product_img_center img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.product_img_text {
	top: 240px;
	position: absolute;
	margin: 0 auto;
}

.product_img_text_p1 {
	font-size: 24px;
	line-height: 36px;
	height: 75px;
	display: inline-block;
	overflow: hidden;
}

.product_img_text_p2 {
	font-size: 14px;
	line-height: 24px;
	/* width: 80%; */
	margin: 0 auto;
	color: #555555;
	display: inline-block;

}

@media screen and (min-width: 751px) {
	/* .product_img_text_p2{
      width: 80%
  } */

}

.product_img_text_line {
	width: 110px;
	height: 2px;
	background-color: #0c5ca8;
	margin: 0 auto;
	margin-top: 18px;
	margin-bottom: 26px;
}

.product_img_text_button {
	width: 160px;
	height: 42px;
	border: 1px solid #0c5ca8;
	font-size: 20px;
	line-height: 34px;
	line-height: 40px\0;
	margin: 0 auto;
	border-radius: 30px;
	margin-top: 35px;
	color: #0c5ca8;
}

.product_img_text_button a {
	color: #0c5ca8;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.product_img_text_button a {
	vertical-align: top\0;

}

.product_img_text_button a span {
	vertical-align: top\0;

}

@media (max-width: 750px) {
	.product_title {
		margin-top: 35px;
		position: relative;
	}

	/* .product_title_center {
   position: absolute;
   top: -168px;
   left: 0;
   right: 0;
   margin: auto;
 } */
	.product_title_img1 img {
		width: 100%;
	}

	.product_img {
		background: #fff;
		height: auto !important;
		margin-top: 35px;
	}
	.product_img:before {
		display: none;
	}
	.product_title_center {
		font-size: 0.8rem !important;
		font-family: 'Effra-Bold';
		/* width: 233px !important; */
		line-height: 1.1rem;
		width: 65% !important;
	}

	.product_img_center {
		width: 100%;
		padding: 0 15px 0 15px;
		top: -460px;
		box-sizing: border-box;
		position: static;
	}

	.product_title_img1 {
		width: 100% !important;
	}

	.product_img_text2:nth-child(2),
	.product_img_text3:nth-child(3) {
		margin-top: 0.3rem;
	}

	.product_img_text2:nth-child(2),
	.product_title_img:nth-child(2) {
		width: 48.2% !important;
		float: left;
		/* height: 330px; */
	}

	.product_title_img:nth-child(2) img {
		width: 100%;
		height: auto;
	}

	.product_img_text3:nth-child(3),
	.product_title_img:nth-child(3) {
		width: 48.2% !important;
		float: right;
		height: 330px;
	}

	.product_title_img:nth-child(3) img {
		width: 100%;
		height: auto;
	}

	.product_img_text2:nth-child(2),
	.product_img_text3:nth-child(3) {
		width: 100% !important;
	}

	.product_img_text {
		width: 100%;
		padding: 0 15px 0 15px;
	}

	.product_img_text1 {
		margin-top: 0.2rem;
		margin-bottom: 0.60rem;
	}

	.product_img_text_button {
		display: none;
	}

	.product_img_text_line {
		margin-top: 0.2rem;
		margin-bottom: 0.2rem;
	}


	.product_img_text_p2 {

		font-size: 0.2rem;
		line-height: 1.5em;
		height: 4.5em;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;

	}

	.product_img_center img:nth-child(0) {
		border: 0;
	}
}


/* top500 */

.product_top500 {
	width: 1236px;
	margin: 0 auto;
	padding: 0 18px 0 18px;
	height: 812px;
	padding-top: 1.9rem;
	position: relative;
}

.product_top500 .product_top500_left {
	width: 53.4%;
	float: left;
	overflow: hidden;
}

.product_top500 .product_top500_right {
	float: right;
	width: 46.6%;
	position: relative;
}

.product_top500 .product_top500_left img {
	width: 100%;
	height: 100%;
 	position: absolute;
 	left: 0;
 	top: 0;
	transition: all 1s;
}

.product_top500 .top500_center {
	padding-top: 24px;
	padding-left: 20px;
	/* overflow: hidden; */
}

.product_top500_left .top500_center {
	height: 100px;
	padding-top: 20px;
}

.top500_center a {
	color: #000 !important;
	display: inline-block;
	width: 100%;
	height: auto;
}

.product_top500 .top500_date {
	/* font-size: .14rem; */
	width: auto;
	height: 96px;
	line-height: 20px;
	float: left;
	color: #0c5ca8;
	/* border-bottom: 2px solid #0c5ca8; */
	margin-right: 0.5rem;
}

.product_top500 .top500_date .top500_date_month {
	font-size: 0.18rem;
}

.product_top500 .top500_date .top500_date_year {
	font-size: 0.14rem;
}

.product_top500 .top500_brand {
	margin-bottom: 8px;
	font-family: 'Effra-Bold';
	max-height: 20px;
}

.product_top500 .top500_brand h2 {
	font-size: .2rem;
	height: 27px;
	margin-bottom: 5px;
	line-height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;

}

.product_top500 .top500_brand_left {
	max-height: 40px;
}

.product_top500 .top500_brand_left h2 {
	font-size: .4rem;
	line-height: 1.1em;
	line-height: 40px\0;
	height: 43px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.top500_title_centent {
	max-height: 0.45rem !important;
	overflow: hidden;
}

.product_top500 .top500_text {
	font-size: .12rem;
	line-height: 1.77em;
	color: #555555;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.product_top500 .top500_title {
	width: 77% !important;
	height: 96px;
	float: left;
	/* padding-left: 38px; */
	/* border-bottom: 2px solid #c7d3d9; */
}

.product_top500 .top500_title1 {
	font-size: .2rem;
	line-height: 20px;
}

.product_top500_left .top500_date {
	height: auto;
}

.product_top500_left .top500_title {
	height: auto;
}

.product_top500_right .top500_title {
	width: 400px;
}

.product_top500_right {
	padding-left: 40px;
}

.product_top500_right .top500_center {
	padding-left: 0px;
	padding-top: 0px;
	box-sizing: border-box;
}

.top500_centerright_top {
	/* border: 1px solid red; */
	/* display: table; */
}

.top500_centerright_top_line {
	width: 10%;
	height: 8px;
	top: -8px;
	left: 40px;
	position: absolute;
	background-color: #0c5ca8;
}

.top500_center.top500_centerright {
	/* display: table-cell;
	vertical-align: middle; */
}

.top500_center {
	border-bottom: 2px solid #c7d3d9;
	position: relative;
	height: 160px;
	/* display: table-cell; */
	vertical-align: middle;
}


/* .top500_center:after {
  content: "";
  width: 0;
  height: 1px;
  background: blue;
  position: absolute;
  top: 100%;
  left: 0%;
  transition: all .8s;
} */


/* .top500_center:hover:after {
  left: 0%;
  width: 100%;
} */

.product_top500_right .top500_date1 {
	/* border-top: 8px solid #0c5ca8 !important; */
}

.product_top500_right .top500_date {
	width: 60px;
	height: 94px;
	/* padding-top: 50px; */
}


/* .top500_center.top500_centerright {
  box-sizing: border-box;
} */

.product_top500_right .top500_date {
	height: auto;
	box-sizing: border-box;
}

.product_top500_right .top500_title {
	height: auto;
	/* padding-top: 50px; */
	box-sizing: border-box;
}

.product_top500_right .top500_title1 {
	border-top: 0px;
}

@media screen and (max-width: 1280px) and (min-width: 751px) {
	.product_top500 .top500_date {
		margin-right: 0 !important;
		width: auto;
		margin-right: 0.3rem !important;
	}

	.product_top500 {
		width: 100%;
		/* padding-top: 100px !important; */
		height: auto;
	}
	.product_top500 .top500_text {

		line-height: 1.5em;


	}
	.top500_title {
		width: 77% !important;
		float: right;
	}

	/* .top500_date{
    padding-left: 10px;
  } */
	.product_server {
		margin-top: 120px;
		/* padding-left: 18px;
    padding-right: 58px; */
	}
}

@media (max-width: 750px) {
	.product_top500 .top500_brand h2 {
		font-size: 0.3rem;
		line-height: 1.17em;
		color: #000;
		height: 2.3em;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		white-space: normal;
		margin-bottom: 0;
		word-break: break-all;

	}

	.product_top500 .top500_brand_left h2 {
		font-size: 0.36rem;
	}

	.product_top500 {
		width: 100%;
		height: auto;
		padding: 0 15px 0 15px;
		/* margin-top: 65px; */
	}

	.product_top500_left .top500_center {
		padding-left: 9px !important;
		padding-top: 0px;
		height: auto;
		/* display: table-cell;
		vertical-align: middle; */
	}

	.top500_centerright_top {
		width: 100%;
		border-bottom: 0px solid #c7d3d9;
	}

	/* .top500_center{
    border-bottom:0;
} */
	.product_top500 .product_top500_left {
		width: 100%;
	}

	/* .product_top500 .product_top500_left img {
		width: 100%;
		height: auto;
	} */

	.product_top500 .top500_title {
		float: left;
		width: 82.6%;
		height: auto;
	}

	.product_top500 .top500_date {
		/* font-size: 0.24rem; */
		height: auto;
		width: 17%;
		padding-top: 5px;
		margin-top: 20px;
		margin-right: 0;
	}

	.product_top500 .top500_date .top500_date_month {
		font-size: 0.24rem;
		line-height: 0.3rem
	}

	.product_top500 .top500_date .top500_date_year {
		font-size: 0.18rem;
	}

	.top500_centerright_top_line {
		display: none;
	}

	.product_top500 .top500_brand {
		font-family: 'Effra-Bold';
		/* font-size: .36rem;
    line-height: 18px; */
		margin: 0.3rem 0 0.15rem;
		padding-bottom: 0;
		max-height: none;
	}

	.top500_title_centent {
		margin-bottom: 0.33rem;
		font-size: 0.18rem;
		max-height: 2.8em !important;
		box-sizing: border-box;
	}

	.product_top500 .top500_text {
		font-size: 0.18rem;
		color: #000 !important;
		line-height: 1.5em;
	}

	.product_top500 .product_top500_right {
		float: none;
		width: 100%;
		padding-left: 0;
		height: auto !important;
	}

	.top500_center.top500_centerright {
		padding-left: 9px;
		height: auto;
	}

	.product_top500_right .top500_date1 {
		border-top: 0px !important;
	}

	.top500_more {
		font-size: 14px;
		line-height: 14px;
		color: #0c5ca8;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 25px;
	}
}


/* 产品服务支持 */

.product_server {
	width: 100%;
	height: auto;
	/* background-color: #f6f6f6; */
	/* padding-top: 96px; */
}

.product_server_center {
	background: url(../image/server_beijing.png) repeat;
	background-size: 100% 100%;
	width: 100%;
	/* width: 1236px;
   margin: 0 auto;
   padding: 0 18px 0 18px; */
	position: relative;
	z-index: 9;
	/* box-sizing: border-box; */
}

.product_server .con_title {
	width: 1236px;
	height: 5rem;
	margin: 0 auto;
	/* padding: 0 18px 0 18px; */
	/* box-sizing: border-box; */
	/* background: #f6f6f6; */
	padding-top: 96px;
}

@media (max-width: 1280px) {
	.product_server .con_title {
		width: 100%;
	}
}

.product_server .img_img {
	width: 1200px;
	height: 3rem;
	margin: 0 auto;
	padding: 0 18px 0 18px;
	position: relative;
	box-sizing: border-box;
	position: relative;
}

.img_line {
	width: 0.6rem;
	height: 0.08rem;
	background: #0c5ca8;
	position: absolute;
	bottom: 0;
	left: -14.6%;
	display: none;
}

.img_line1 {
	display: none;
}

.img_line2.cur {
	display: block;
	width: 5%;
	height: 0.6%;
	background: #0c5ca8;
	position: absolute;
	bottom: 0;
	left: -20%;
}

.product_server-title {
	font-size: 0.8rem;
	line-height: 0.8rem;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
	font-family: 'Effra-Bold';

}

.product_server-text {
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto;
	text-align: center;
	color: #555555;
	width: 80%;
}

.product_server_img1 {
	width: 52.5%;
	position: absolute;

}
.product_server_img1 a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 76.19%;
	position: relative;
}
.product_server_img1 a .sd_imgbox {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.product_server_img1 a .picture {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.product_server_img1_left {
	left: 0px;
	top: -2.96rem;
}

.product_server_img2 {
	width: 52.5%;
	position: absolute;
	top: -226px;
	/* left: unset; */
	right: 0;
	/* border-bottom: 8px solid #0c5ca8 */
}

.product_server_img_relative {
	position: relative;
}

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

.product_server_img1 img.cur {
	outline: none;
}

.product_server_img1 .product_server_img1_center {
	width: 390px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 3%;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	z-index: 10;
}

.product_server_img1 .product_server_img1_title {
	font-size: 0.32rem;
	color: #fff;
	text-align: center
}

.product_server_img1 .product_server_img1_text {
	font-size: 14px;
	color: #fff;
	text-align: center
}

@media screen and (max-width: 1280px) and (min-width: 751px) {
	.product_server_center {
		width: 100%;
	}

	.product_server_img1 .product_server_img1_center {
		width: 100%;
	}

	.product_server_img1 {
		position: relative;
		top: -3rem;
	}

	.product_server_img2 {
		position: relative;
		top: -7.5rem;
		left: 47.5%;
	}

	.product_server_img1_title {
		/* width: 45%; */
		margin: 0 auto;
	}

	.product_server_img1_text {
		width: 60%;
		margin: 0 auto;
	}

	.product_server .img_img {
		width: 100%;
		padding: 0 18px 0 18px;
		box-sizing: border-box;
		/* height: auto; */
		/* background: red; */
		/* margin-bottom: -450px; */
		position: relative;
		z-index: 100;
	}
}

@media (max-width: 1280px) {
	.img_line2.cur {
		border-bottom: 0 !important;
	}
}

@media (max-width: 750px) {
	.product_server {
		width: 100%;
		height: auto;
		margin-top: 25px;
		/* padding: 0 18px 0 18px; */
	}

	.product_server-title {
		width: 73.1%;
		font-family: 'Effra-Bold';
		font-size: 0.8rem;
		line-height: 0.8rem;
	}

	.product_server .con_title {
		height: 8.7rem;
		padding-top: 36px;
		padding-left: 0;
		padding-right: 0;
	}

	.product_server .img_img {
		width: 100%;
		height: 1px;
		position: static;
		height: auto;
		/* background: red */
		margin-bottom: -545px;
	}

	.product_server-text {
		font-size: 0.24rem;
		line-height: 1.5em;
		/* margin-bottom: 63px; */
		width: 90%;
	}

	.product_server_img1 {
		position: static;
		width: 78.2%;
		position: relative;
		top: -300px;
		left: 0;
	}

	/* .product_server_img1 img {
		width: 100%;
		height: auto;
	} */

	.product_server_img1 .product_server_img1_title {
		font-size: 0.48rem;
		font-family: 'Effra-Bold';
	}

	.product_server_img1 .product_server_img1_center {
		width: 100%;
		top: 25%
	}

	.product_server_img1 .product_server_img1_text {
		font-size: 0.18rem;
		line-height: 0.34rem;
		width: 84%;
		text-align: center;
		/* vertical-align:  middle; */
		margin: 0 auto;
	}

	.product_server_img2 {
		position: relative;
		top: -310px;
		left: inherit;
		right: -22%;
		z-index: 11;
		/* float: right; */
	}

	.img_line2.cur {
		display: block;
		width: 0.6rem;
		height: 4px;
		;
		background: #0c5ca8;
		position: absolute;
		bottom: 0;
		left: -20%;
	}

	.js_product_server_img1-2 img {
		border-bottom: 0.08rem solid #0c5ca8;
	}

	.img_line {
		left: -22%;
		width: 0.6rem;
		height: 0.08rem;
	}
}

@media (max-width: 400px) {
	.product_server .con_title {
		height: 480px;
	}
}


/* 产品服务支持end */


/* 海尔荣耀  */

.haier_honors {
	/* height: 1174px; */
	margin-top: 1.38rem;
	padding-bottom: 110px;
	position: relative;
	z-index: 19;
}

@media screen and (max-width: 1280px) and (min-width: 751px) {
	.haier_honors_center {
		width: 100% !important;
		/* padding: 300px  0 0 0 !important; */
		padding: 0 0 0 0 !important;
	}
}

.haier_honors_center {
	width: 1236px;
	margin: 0 auto;
	padding: 0 18px 0 18px;
	/* height: 1174px; */
	/* padding-top: 138px; */
}

.haier_honors_center2 div {
	vertical-align: top;
}

.haier_honors_center1 .haier_honors_center1_title {
	font-size: 0.8rem;
	text-align: center;
	line-height: 1em;
	margin-bottom: 15px;
	font-family: 'Effra-Bold';
}

.haier_honors_center1 .haier_honors_center1_text {
	width: 80%;
	font-size: 14px;
	color: #555555;
	text-align: center;
	margin: 0 auto;
	line-height: 22px;
}

.haier_honors_center1_text1 {
	font-size: 114px;
	line-height: 114px;
	margin-bottom: 24px;
	text-align: center;
	font-family: 'Effra-Bold';
}

@media screen and (max-width: 1280px) and (min-width: 751px) {
	.haier_honors_center1_text1 {
		font-size: 1.14rem;
		line-height: 1.14rem;

	}
}

.haier_honors_center1_text2 {
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 40px;
	text-align: center;
	font-family: 'Effra-Bold';
}

.haier_honors_center1_text3 {
	font-size: 12px;
	color: #555555;
	line-height: 20px;
	text-align: center;
	width: 95%;
	margin: auto;
}

@media screen and (max-width: 1280px) and (min-width: 751px) {
	.haier_honors_center1_text2 {
		font-size: 0.2rem;
		line-height: 1.7em;

	}
}

.haier_honors_img1 {
	width: 125px;
	height: 118px;
	margin: 0 auto 100px auto;
}
.haier_honors_img1 a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	position: relative;
}
.haier_honors_img1 a .sd_imgbox {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.haier_honors_img1 a .picture {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.haier_honors_img1 a img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.haier_honors_center1 {
	margin-bottom: 86px;
}

.haier_honors_center2_1 {
	/* width: 70%; */
}

.haier_honors_center2_2 {
	/* width: 70%; */
	margin: auto;
}

.haier_honors_center2_3 {
	/* width: 70%; */
	margin: auto;
}

.haier_honors_center2_3 {
	/* width: 80%; */
	float: right;
}

.haier_honors_center2 .haier_honors_center2_mask {
	width: 100%;
	height: 40%;
	background-color: #fff;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: absolute;
	top: 52%;
	left: -100%;
	right: -100%;
	margin: auto;
}

.haier_honors_center2_tm {
	position: relative;
}

@media (max-width: 750px) {
	.product_title_img1_con {
		width: 100%;
	}

	.product_title_img1_con:nth-child(1) {
		border: 0;
		/* height: 330px; */
	}

	.haier_honors {
		width: 100%;
		height: auto;
		margin-top: 250px;
		padding-bottom: 1.1rem;
	}

	.haier_honors_center {
		padding: 0 15px 0 15px;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding-top: 44px;
	}

	.haier_honors_center1 .haier_honors_center1_title {
		font-size: 0.8rem;
		line-height: 0.8rem;
		width: 55%;
		margin: 0 auto;
	}

	.haier_honors_center1 .haier_honors_center1_text {
		width: 84%;
		font-size: 0.24rem;
		line-height: 0.34rem;
		margin-top: 14px;
	}

	.haier_honors_center2 {
		width: 100%
	}

	.haier_honors_center2 .o_df_1-3 {
		width: 100% !important;
		/* margin-bottom: 46px; */
		margin-top: 0.3rem
	}

	/* .haier_honors_img1,
  .haier_honors_center2_tm {
    float: left;
  } */
	.haier_honors_center1 {
		margin-bottom: 47px !important;
	}

	.haier_honors_center2_1,
	.haier_honors_center2_2,
	.haier_honors_center2_3 {
		width: 100%;
	}

	.haier_honors_img1 {
		width: 70%;
		height: auto;
		margin-bottom: 20px;
	}

	.haier_honors_img1 img {
		width: 100%;
		height: auto;
	}

	.haier_honors_center1_text1 {
		font-size: 0.8rem;
		line-height: 0.8rem;
	}

	.haier_honors_center2 .haier_honors_center2_mask {
		width: 100%;
		top: 40%;
		height: 100%;
	}

	.haier_honors_img_text {
		width: 35%;
		/* float: left; */
		margin-left: 20px;
		margin-right: 15px;
		display: table-cell;
		vertical-align: middle !important;
		padding: 0 6.5% 0 0;

	}

	/* .haier_honors_center2 .haier_honors_img1 {
    vertical-align: bottom;
  }
  .haier_honors_center2 .haier_honors_text_text{
     vertical-align: top;
  } */
	.haier_honors_center1_text3 {
		width: 100%;
	}

	.haier_honors_text_text {
		width: 61.1%;
		margin-right: 15px;
		height: 130px;
		display: table-cell;
		vertical-align: middle;
		padding-top: 0.5rem;
	}

	.haier_honors_center1_text2 {
		margin-bottom: 13px;
		text-align: left;
		font-size: 0.3rem;
		line-height: 1.13em;
	}

	.haier_honors_center1_text3 {
		font-size: 0.18rem;
		text-align: left;
		line-height: 1.33em;
	}

	.haier_honors_center1_text1 {
		margin-bottom: 0;
	}
}


/* 海尔荣耀end  */
.top500_viewmore {
	position: absolute;
	top: -20px;
	right: 0;
}

.top500_viewmore p a {
	font-size: .18rem;
	color: #0c5ca8;
}
.top500_viewmore p a:hover {
	color: #006acf;
}
.top500_viewmore p a .iconfont {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.16rem;
	line-height: 0.16rem;
	font-weight: bold;
}
/* hack ie8 */
@media all and (min-width:0) {
	.top500_viewmore p a .iconfont {
		margin-top: 0;
	}
}

@media screen and (max-width: 750px) {
	.top500_viewmore {
		position: relative;
		top: 0;
		text-align: center;
		margin-top: 20px;
	}

	.top500_viewmore a {
		font-size: 0.24rem;
		color: #0c5ca8;
		line-height: 1em;
	}
}

.border_line {
	width: 41.66666667%;
	position: absolute;
	bottom: 0;
	left: 58.33333333%;
	height: 1px;
	background-color: #c7d3d9;
	z-index: 9;
}

.hover_line {
	width: 0.6rem;
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 2px;
	background-color: #0c5ca8;
	transition: all 0.5s;
	z-index: 10;
}

/* div.hover_line:nth-child(2) {
	bottom: -10px;
} */
/* .hover_line:first-child{
	bottom: -20px;
} */

@media screen and (min-width: 751px) {
	.product_top500 .product_top500_left .hover_line {
		bottom: -2px;
	}

	.top500_center:hover .hover_line {
		width: 100%;
	}
}

@media screen and (max-width: 960px) and (min-width: 751px) {
	.product_server_img2 {
		top: -6rem
	}

	.product_server .img_img {
		height: 1.5rem
	}
}

/* 修复产品列表 */
/* title部分 */
.product_img_text1_title_center {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.product_img_text1_con_center {
	display: inline-block;
	text-align: center;
}

.product_img_text1_title {
	height: 75px;
	/* border: 1px solid red; */
	vertical-align: middle;
	/* display: table-cell; */
	padding: 0 6%;
	/* padding-top: 44px; */
	line-height: 75px;
}

/* .product_img_text_p1{
	font-size: 24px;
	line-height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-family: 'Effra-Bold';
} */
/* con部分 */
/* @media (min-width: 1025px){ */
.product_img_text1_con {
	height: 100px;
	/* border: 1px solid blue; */
	vertical-align: middle;
	/* display: table-cell; */
	padding: 0 8%;
	line-height: 100px
}


/* } */
@media (min-width: 751px) and (max-width: 1024px) {
	.product_img_text1_con {
		height: 120px;
		/* border: 1px solid blue; */
		vertical-align: middle;
		display: table-cell;
		padding: 0 8%;
	}

	.product_img_text_p2 {
		font-size: 12px;
		line-height: 24px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}
}

@media (max-width: 750px) {
	.product_img_text1_title {
		height: 0.9rem;
		height: 0.9rem;
		display: -webkit-box;
		/* line-height: 70px; */
		-webkit-box-align: center;
		-webkit-box-pack: center;
	}

	.product_img_text_p1 {
		font-size: 0.3rem;
		line-height: 1.5em;
		height: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		font-family: 'Effra-Bold';

	}


}
