﻿/* 热销产品轮播 */
.index_hot_product_s {
	margin: 74px auto;
	width: 1200px;
	height: 202px;
	display: flex;
	justify-content: space-between;
}

.index_hot_product_s .prev,
.index_hot_product_s .next {
	width: 52px;
	height: 52px;
	background-color: #ffffff;
	border-radius: 50%;
	margin: calc(150px / 2) 0;
	cursor: pointer;
}

.index_hot_product_s .prev img,
.index_hot_product_s .next img {
	width: 13px;
	height: 22px;
	margin: 15px 20px;
}

.hot_product_swiper {
	width: 1064px;
	height: 202px;
}

.hot_product_swiper-wrapper {
	width: 100%;
}

.hot_product_swiper .swiper-slide {
	width: 164px;
	height: 202px;
	background-color: #ffffff;
	border-radius: 10px;
	text-align: center;
}

.hot_product_swiper .swiper-slide img {
	position: absolute;
	max-width: 120px;
	max-height: 120px;
	top: calc(50% - 15px);
	left: 50%;
	transform: translate(-50%, -50%);
}

.hot_product_swiper .swiper-slide p {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	font-family: SourceHanSansCN-Normal;
	font-size: 16px;
	color: #2e2e2e;
}

/* 热销产品 */
.index_hot_product_ {
	width: 1200px;
	margin: 0 auto;
}

.index_title {
	height: 43px;
	display: flex;
	justify-content: space-between;
}

.index_title_tip {
	font-family: SourceHanSansCN-Medium;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #202020;
	border-bottom: 3px solid #448aca;
}

.index_title_more {
	cursor: pointer;
	width: 97px;
	height: 32px;
	border-radius: 16px;
	border: solid 1px #a0a0a0;
	text-align: center;
	line-height: 32px;
	font-family: SourceHanSansCN-Normal;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #202020;
}

.index_title_more img {
	height: 12px;
}

.product_show {
	width: 1200px;
	height: 810px;
	margin: 40px 0 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.product_show_t {
	width: 1200px;
	height: 400px;
	background-color: #ffffff;
	border-radius: 10px;
	display: flex;
}

.product_show_t img {
	width: 600px;
	height: 400px;
}

.product_show_b {
	height: 395px;
	display: flex;
	justify-content: space-between;
}

.product_show_b>div {
	padding: 0 40px;
	text-align: center;
	width: 293px;
	height: 395px;
	background-color: #ffffff;
	position: relative;

}

.product_img {
	top: 50%;
	left: 50%;
	transform: translate(-50%, calc(-50% - 50px));
}

.product_label {
	bottom: 0;
	max-width: 213px;
}

.product_img img {
	max-width: 213px;
	min-height: 250px;
	margin: 0 auto;
}

.product_img,
.product_label {
	position: absolute;
}

.product_label P {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #252525;
	opacity: 0.7;
}

.product_label label {
	cursor: pointer;
	width: 95px;
	display: inline-block;
	height: 28px;
	border-radius: 13px;
	border: solid 1px #27479c;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #214592;
	margin: 27px 0;
}


/* 公司简介 */
.index_company {
	width: 192rem;
	min-width: 1200px;
	padding: 43px 0;
	/*height: 950px;*/
	height: 700px;
	background: #fff url('../image/index/company.png') no-repeat center;
}

.company_content {
	width: 1200px;
	margin: 0 auto;
}

.company_info {
	margin-top: 58px;
	height: 324px;
	display: flex;
	justify-content: space-between;
}

.info_video {
	width: 575px;
}

.info_text {
	width: 594px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.text_company {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #202020;
	text-indent: 2em;
	height: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.text_speed {
	display: flex;
	justify-content: space-between;
}

.text_speed div p {
	font-family: SourceHanSansCN-Normal;
	font-size: 21px;
}

.text_speed p label {
	font-family: SourceHanSansCN-Light;
	font-size: 28px;
	vertical-align: 60%;
}

.text_speed p span {
	font-family: Avanti;
	font-size: 41px;
	color: #236ab5;
}

.text_speed>span {
	font-family: SourceHanSansCN-Normal;
	font-size: 14px;
	color: #353535;
}

/* 解决方案 */
.index_solution {
	width: 192rem;
	height: 750px;
	min-width: 1200px;
	padding: 50px 0;
	background: #fff url('../image/index/solution.png') no-repeat center;
	background: #fff url('../image/index/solution.png') no-repeat 100% 100%;
}

.solution_content {
	width: 1200px;
	margin: 0 auto;
}

.solution_swiper {
	margin-top: 60px;
	width: 1200px;
	/*height: 360px;*/
	box-shadow: 1px 5px 19px 5px 
			rgba(113, 113, 113, 0.16);
}

.solution_swiper .swiper-slide {
	width: 290px;
	/*height: 360px;*/
	background-color: #fff;
	text-align: center;
	padding: 43px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	box-shadow: 1px 5px 19px 5px 
			rgba(113, 113, 113, 0.16);
}

.solution_swiper .swiper-slide h5 {
	margin: 0 auto 10px;
	width: 214px;
	font-family: SourceHanSansCN-Bold;
	font-size: 24px;
	letter-spacing: 0px;
	color: #262626;
}

.solution_swiper .swiper-slide p {
	width: 198px;
	font-family: SourceHanSansCN-Normal;
	font-size: 16px;
	text-align: justify;
	line-height: 30px;
	letter-spacing: 0px;
	color: #7e7e7e;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin: 0 auto 10px;
}

.solution_swiper .swiper-slide button {
	width: 188px;
	height: 50px;
	background-color: #eeeeee;
	border-radius: 25px;
	font-family: SourceHanSansCN-Normal;
	font-size: 18px;
	line-height: 50px;
	color: #5e5e5e;
	margin: 0 auto;
	cursor: pointer;
}

.solution_swiper .swiper-slide button:hover {
	background-color: #0068b7;
	color: #fff;
}

.solution_swiper .swiper-slide-active {
	background-color: #0068b7;
}

.solution_swiper .swiper-slide-active button:hover {
	background-color: #fff;
	color: #0068b7;
}

.solution_swiper .swiper-slide-active h5,
.solution_swiper .swiper-slide-active p {
	color: #fff;
}

.solution_swiper .swiper-slide-active button {
	color: #0068b7;
}

/* 资讯中心 */
.index_information {
	background-color: #fff;
	width: 192rem;
	min-width: 1200px;
	padding: 50px 0;
}

.index_information_content {
	width: 1200px;
	height: 950px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin: 0 auto;
}

.index_info_con_top {
	height: 780px;
	display: flex;
}

.index_info_con_top_l {
	width: 600px;
	background-color: rgba(233, 242, 243, .5);
	box-shadow: 1px 5px 19px 5px rgba(113, 113, 113, 0.16);
}

.index_info_con_top_l>img {
	width: 600px;
	height: 440px;
}

.index_info_con_top_l>div {
	width: 600px;
	height: 340px;
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.index_info_con_top_l>div>p:first-child {
	font-family: Avanti;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #9e9e9e;
}

.index_info_con_top_l>div>p:first-child img {
	width: 26px;
	height: 26px;
	margin-right: 15px;
	margin-left: -5px;
	vertical-align: middle;
}

.index_info_con_top_l>div>p:nth-child(2) {
	width: 100%;
	font-family: SourceHanSansCN-Medium;
	font-size: 24px;
	color: #404040;
}

.index_info_con_top_l>div>p:nth-child(3) {
	width: 100%;
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 33px;
	letter-spacing: 0px;
	color: #7c7c7c;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index_info_con_top_l>div>button {
	width: 189px;
	height: 58px;
	border-radius: 29px;
	border: solid 1px #00479d;
	line-height: 58px;
	font-family: SourceHanSansCN-Light;
	font-size: 18px;
	line-height: 33px;
	color: #236ab5;
	margin: 0 auto;
	margin-bottom: 40px;
	cursor: pointer;
}

.index_info_con_top_r {
	width: 560px;
	margin-left: 40px;
	background-color: #fff;
}

.news_hot li {
	cursor: pointer;
	height: 190px;
	list-style: none;
	padding: 30px 20px;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-top: 3px dotted #bfbfbf;
}

.news_hot a:last-child li{
	border-bottom: 3px dotted #bfbfbf;
}

/*.news_hot li p {
	width: 400px;
}*/

.news_hot li p:first-child {
	font-family: Avanti;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #222222;
	margin-bottom: 5px;
}

.news_hot li p:first-child span {
	display: inline-block;
	width: 102px;
	height: 36px;
	background-color: #236ab5;
	border-radius: 18px;
	line-height: 36px;
	font-family: Avanti;
	font-size: 25px;
	color: #ffffff;
	text-align: center;
}

.news_hot li p:nth-child(2) {
	font-family: SourceHanSansCN-Medium;
	font-size: 22px;
	color: #222222;
}

.news_hot li p:nth-child(3) {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	color: #9e9e9e;
}

.index_info_con_bot {
	height: 50px;
	text-align: center;
}

.index_info_con_bot button {
	width: 174px;
	height: 50px;
	background-color: #ffffff;
	border: solid 1px #535353;
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	line-height: 50px;
	color: #222222;
	cursor: pointer;
	margin: 0 28px;
}

.index_info_con_bot .btn_active,
.index_info_con_bot button:hover {
	background-color: #0068b7;
	border: solid 1px #535353;
	color: #fff;
}
