.home-container {
	min-width: 780px;
}



/* 头部开始 */
.ll-header {
	position: fixed;
	top: 0;
	z-index: 20;
	width: 100%;
	min-width: 780px;
	height: 72px;
	display: flex;
	align-items: center;
	max-width: 1276px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content: center;
}

.ll-header .logo {
	float: left;
	width: 136px;
	height: 30px;
	vertical-align: middle;
	margin-right: 12rem;
	;
}

.ll-header .nav {
	flex: 1;
}

.ll-header .nav .nav-item {
	display: inline-block;
	color: #031C49;
	font-size: 16px;
	cursor: pointer;
	line-height: 72px;
	margin-left: 6.5rem;
}

.ll-header .nav .nav-item:hover {
	color: #002FA7;
}

.ll-header .tel {
	width: 143px;
	font-size: 21px;
	color: #002FA7;
	float: right;
}

/* 头部结束 */



/* banner开始 */
.flexslider {
	width: 100%;
	/*height: 415px;*/
	overflow: hidden;
	text-align: center;
	margin: 140px 0 0 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
}

.flexslider .slides {
	text-align: center;
}

.flexslider .slides img {
	/*height: 415px;*/
}

/* banner结束 */


/* 热门产品开始 */

.hot-product {
    background: #f8f8f8;
    padding: 46px 0 6px 0;
}



.hot-product .product-content {
	margin: 0 auto;
}

.module-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.module-head .title {
	padding-bottom: 20px;
	width: 345px;
	border-bottom: 1px solid #d5d5d5;
	position: relative;
}

.module-head .title::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	height: 4px;
	width: 60px;
	border-radius: 5px;
	background: #004F99;
}

.module-head .title .name {
	margin-right: 20px;

}

.module-head .more {
	cursor: pointer;
	border-bottom: 1px solid transparent;
}

.module-head .more:hover {
	color: #004F99;
	border-color: #004F99;
}

.product-row {
	padding-top: 55px;
	display: flex;
	flex-wrap: wrap;
}

.product-row .product-item {
    width: calc((100% - 51px) / 4);
    margin-right: 17px;
    cursor: pointer;
    background: #fff;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    margin-bottom: 40px;
}

.product-row .product-item:nth-child(4n) {
	margin-right: 0;
}

.product-row .product-item:nth-child(n + 4) {
	margin-bottom: 40px;
}

.product-row .product-item img {
	width: 100%;
	height: 175px;
	transition: all linear 0.3s;
}

.product-row .product-item .text {
	padding: 20px;
}

.product-row .product-item .text div {
	line-height: 26px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product-row .product-item:hover img {
	transform: scale(1.02);
}

/* 热门产品结束 */



/* 特色专区 */
.feature {
	background: #fff;
	padding-top: 60px;
}

.feature-head {
	margin: 0 auto;
}

.feature-content {
	width: 100%;
	height: 415px;
	background-image: url('../img/bg01.png');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 30px;

}

.feature-content .page-width {
	margin: 0 auto;
	padding: 46px 0;
	display: flex;
	flex-wrap: wrap;
}

.feature-content .feature-item {
	width: calc((100% - 180px) / 5);
	margin-right: 45px;
	cursor: pointer;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	text-align: center;
	padding: 10px 0;
}

.feature-content .feature-item:hover img {
	transform: scale(1.2);
}

.feature-content .feature-item:nth-child(5n) {
	margin-right: 0;
}

.feature-content .feature-item:nth-child(-n + 5) {
	margin-bottom: 44px;
}

.feature-content .feature-item img {
	width: 55px;
	height: 55px;
	transition: all linear 0.3s;
}



.feature-content .feature-item .text div {
	width: 100%;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.feature-content .feature-item .text .feature-title {
	color: #fff;
	margin-top: 14px;
}

.feature-content .feature-item .text .text-content {
	color: #B0D8FD;
	margin-top: 14px;
}

/* 特色专区结束 */


/* 资源支持 */
.resource {
	background: #fff;
	padding-top: 60px;
}

.resource-content {
	display: flex;
	margin-top: 58px;
}

.resource-content .resource-left {
	flex: 1;
}

.resource-content .resource-left .left-item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 48px;
	border-bottom: 1px solid #EDEDED;
	padding: 0 10px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	transition: all ease 0.3s;
}

.resource-content .resource-left .left-item:hover {
	background-color: #eee;
	color: #004F99;
	transform: scale(1.05);
}

.resource-content .resource-right {
	width: 472px;
	height: 327px;
	margin: auto 0 auto 110px;
}

.resource-content .resource-right video {
	width: 472px;
	height: 327px;
	border-radius: 20px;

}

/* 资源支持结束 */


/* 客户 and 合作伙伴 开始 */
.partner-wrap {
	width: 100%;
	margin-top: 80px;
	background-color: #fff;
	padding: 80px 0 35px 0;
	background-image: url('../img/bg02.png');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.partner-wrap-w1288 {
	margin: 0 auto;
	min-width: 780px;
	max-width: 1288px;
	width: 100%;
}

.partner-wrap-w1288 .title {
	font-size: 32px;
	color: #0B1735;
}

.partner-wrap-w1288 .small-card {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 70px;
}

.partner-wrap-w1288 .small-card .small-card-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 234px;
	height: 101px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid #CCCCCC;
	/* box-shadow: 0 5px 15px rgba(0, 0, 0, .1); */
	margin: 0 35px 35px 0;
	width: calc((100% - 175px) / 6);
	cursor: pointer;
	transition: all linear .3s;
	object-fit: cover;
	border-radius: 10px;
}

.partner-wrap-w1288 .small-card .small-card-item img {
	max-width: 142px;
	object-fit: cover;
}

.partner-wrap-w1288 .small-card .small-card-item:hover {
	transform: scale(1.05);
}

.partner-wrap-w1288 .small-card .small-card-item:nth-child(6n + 6) {
	margin-right: 0;
}

/* 合作伙伴结束 */
