@charset "UTF-8";
@font-face {
	font-family: 'din';
	src: url('../font/din.otf');
}
@font-face {
	font-family: 'Alibaba';
	src: url('../font/Alibaba-Medium.ttf');
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

.container {
	position: relative;
	width: 1400px;
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}
/*======================等比填充======================*/


/*======================轮播图======================*/

.solution {
	position: relative;
	width: 100%;
	padding: 40px 0;
	background: #007cca;
}
.solution .container {
	display: -webkit-flex;
	display: flex;
	height: 100%;
	flex-direction: row;
	justify-content: space-between;
}
.so_search {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 27%;
}
.so_search .soluT {
	font-size: 38px;
	color: #fff;
	font-weight: 600;
}
.so_search .soluB {
	position: relative;
	margin: 15px 0;
	font-size: 15px;
	color: #fff;
}
.so_search .soluB a {
	font-size: 17px;
	color: #fff;
	padding: 0 5px;
	/* font-weight: 600; */
}
.so_search .search {
	position: relative;
	width: 100%;
	height: 45px;
}
.so_search .search .search-txt {
	float: left;
	width: 78%;
	background: rgba(255,255,255,0.6);
}
.so_search .search input {
	padding: 0 5%;
	color: #333;
	width: 100%;
	border: none;
	outline: none;
	font-size: 15px;
	line-height: 45px;
	background: none;
	box-sizing: border-box;
}
.so_search .search .search-btn {
	float: right;
	width: 22%;
	height: 45px;
}
.so_search .search button {
	width: 100%;
	height: 45px;
	border: none;
	outline: none;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.5) url(../img/so.png) center no-repeat;
	background-size: auto 20px;
}
.solution .soluico {
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 30%;
}
.solution .soluico .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 0 0 0 50px;
}
.solution .soluico .item a {
	display: block;
}
.solution .soluico .item img {
	height: 40px;
	margin-bottom: 15px;
}
.solution .soluico .item p {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.product {
	position: relative;
	width: 100%;
}
.product .proTabc {
	position: relative;
}
.product .proTabc .swiper-container, .product .proTabc .swiper-wrapper, .product .proTabc .swiper-slide {
	width: 100%;
	height: 100%;
}
.product .proTabc .swiper-slide {
	padding: 80px 0 200px;
	position: relative;
}
.product .proTabc .swiper-slide .container {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.product .proTabc .swiper-slide .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f0f9fd;
}
.product .proTabc .swiper-slide .bg img {
	width: 100%;
}
.product .proTabc .swiper-slide .slideboxL {
	width: 38%;
}
.product .proTabc .swiper-slide .slideboxL .slideboxLt {
	position: relative;
	margin-bottom: 35px;
	padding-left: 16px;
	font-size: 28px;
	color: #007cca;
	font-weight: bold;
}
.product .proTabc .swiper-slide .slideboxL .slideboxLb {
	position: relative;
	width: 100%;
	font-size: 16px;
	line-height: 30px;
}
.product .proTabc .swiper-slide .slideboxL .slideboxLb .item {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
.product .proTabc .swiper-slide .slideboxL .slideboxLb .item a {
	display: block;
	margin: 0 4%;
	padding: 0 4%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #007cca;
	border: 1px #007cca solid;
	border-radius: 18px;
	box-sizing: border-box;
}
.product .proTabc .swiper-slide .slideboxL .slideboxLb .item a:hover {
	background: #007cca;
	color: #fff;
}
.product .proTabc .swiper-slide .slideboxL .slideboxLt::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 6px;
	height: 25px;
	background: #007cca;
	transform: translateY(-50%);
}
.product .proTabc .swiper-slide .slideboxL .slideboxLz {
	position: relative;
	margin-top: 30px;
}
.product .proTabc .swiper-slide .slideboxL .slideboxLz li {
	float: left;
	margin-right: 2%;
}
.product .proTabc .swiper-slide .slideboxL .slideboxLz li img {
	border: 1px #eee solid;
}
.product .proTabc .swiper-slide .slideboxL .morebtn {
	margin-top: 50px;
}
.product .proTabc .swiper-slide .slideboxL .morebtn a {
	position: relative;
	z-index: 1;
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
	padding: 0px 35px;
	height: 50px;
	line-height: 50px;
}
.product .proTabc .swiper-slide .slideboxL .morebtn a img {
	display: inline-block;
	margin-left: 15px;
	height: 14px;
}
.product .proTabc .swiper-slide .slideboxL .morebtn a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #007cca;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.product .proTabc .swiper-slide .slideboxL .morebtn a:hover:before {
	left: auto;
	right: 0;
	width: 0;
}
.product .proTabc .swiper-slide .slideboxL .morebtn a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	background: #016db1;
}
.product .proTabc .swiper-slide .slideboxR {
	width: 40%;
}
.product .proTabc .swiper-slide .slideboxR img {
	width: 100%;
}
.product .tab {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 99;
	background: rgba(231, 244, 250, 0.8);
	margin-bottom: 15px;
}
.product .tab .tabitem {
	width: 20% !important;
	padding: 35px 4%;
	float: left;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	cursor: pointer;
	height: 138px;
}
.product .tab .tabitem .ico img {
	height: 55px;
}
.product .tab .tabitem .ico .ico2, .product .tab .tabitem.swiper-slide-thumb-active .ico .ico1 {
	display: none;
}
.product .tab .tabitem.swiper-slide-thumb-active .ico .ico2 {
	display: block;
}
.product .tab .tabitem.swiper-slide-thumb-active {
	background: #007cca;
}
.product .tab .tabitem .tit h3 {
	margin-bottom: 15px;
	font-size: 18px;
	color: #333;
}
.product .tab .tabitem .tit p {
	font-size: 14px;
	color: #666;
}
.product .tab .tabitem.swiper-slide-thumb-active .tit h3 {
	color: #fff;
}
.product .tab .tabitem.swiper-slide-thumb-active .tit p {
	color: #fff;
}
