/* 全局样式配置 */
@font-face {
	font-family: Alibaba-PuHuiTi-Bold;
	src: url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi/Alibaba-PuHuiTi-Bold/Alibaba-PuHuiTi-Bold.eot) format('embedded-opentype'),
}

@font-face {
	font-family: Alibaba-PuHuiTi-Medium;
	src: url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi/Alibaba-PuHuiTi-Medium/Alibaba-PuHuiTi-Medium.eot) format('embedded-opentype'),
}

@font-face {
	font-family: Alibaba-PuHuiTi-Regular;
	src: url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi/Alibaba-PuHuiTi-Regular/Alibaba-PuHuiTi-Regular.eot) format('embedded-opentype'),
}


body {
	width: expression(document.body.clientWidth <= 1200? "1200px": "auto");
    min-width: 1200px;
	height: 100%;
	width: 100%;
	margin: 0 0;
	padding: 0 0;
	background-color: #F6F8FF;
	overflow-x: hidden;
	font-size: 17px;
	color: #717171;
	font-family: Alibaba-PuHuiTi-Regular;
}


::-webkit-scrollbar {
	width: 0px;
}


/* 通用样式 */

.container_col {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.container_row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}




/* 顶部栏 */
.head {
	width: 100vw;
	height: 90px;
	background: #FFFFFF;
	display: flex;
	flex-direction: row;
	align-items: center;
	position: fixed;
	top: 0;
	box-shadow: 0px 16px 11px 0px rgba(0, 0, 0, 0.25);
}

/* 顶部容器 */
.head_cont50 {
	width: 50vw;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.head img {
	width: 175px;
	height: 44px;
	padding-left: 6.5vw;
}

/* 导航菜单 */
.nav {
	justify-content:right;
	margin-right: 5vw;
}

.nav span {
	margin-left: 2vw;
}

#active {
	color: #3B38EB;
}

.nav a {
	text-decoration: none;
	color: #717171;
}

.nav a:hover {
	color: #3B38EB;
}

/* 轮播图及字幕 */
.banner {
	width: 100%;
	height: 85vh;
	background-image: url('static/img/bg-1.png');
	background-size: cover;
}

/* wap适配 */
.banner_wap{
	width: 100%;
	height: 85vh;
	background-image: url('static/img/bg-1.png');
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.subtitles {
	padding-top: 25%;
	color: #FFFFFF;
	font-size: 90px;
	font-weight: bold;
	font-family: Alibaba-PuHuiTi-Bold;
	/* line-height: 105px; */
	z-index: 999;
	margin-left: 6vw;
}

/* 按钮 */
.btn_box {
	text-align: center;
	margin-top: 57px;
	margin-left: 155px;
	display: flex;
	flex-direction: row;
}

.btn {
	width: 113px;
	height: 38px;
	line-height: 38px;
	color: #FFFFFF;
	border-radius: 65px 65px 65px 65px;
	opacity: 1;
	border: 1px solid #FFFFFF;
}

.btn a {
	text-decoration: none;
	color: #FFFFFF;
}

/* 企业文化部分 */
.vision {
	width: 100%;
	background-image: url('static/img/Thumbnail.png');
	background-size: 100%;
}



.slogan {
	height: 50px;
	font-size: 36px;
	font-weight: 500;
	color: #3B38EB;
	line-height: 50px;
	font-family: Alibaba-PuHuiTi-Medium;
}

.description {
	padding-top: 109px;
	font-weight: 400;
	color: #030303;
	line-height: 23px;
}


.slice_img {
	padding-left: 145px;
	width: 619px;
	height: 298px;
}

.slice_img img {
	width: 100%;
	height: 100%;
	border-radius: 49px 49px;
	box-shadow: 0px 23px 38px 3px rgba(113, 113, 113, 0.17);
}

.left {
	padding-left: 202px;
}


.spach {
	padding-top: 12px;
	font-weight: 400;
	line-height: 17px;
}


/* 联系我们 */
#contact {
	padding-top: 100px;
}

#contact .title {
	padding-top: 12px;
	font-size: 40px;
	font-family: Alibaba PuHuiTi-Medium;
	font-weight: 500;
	color: #030303;
	line-height: 50px;
}

.contact_box {
	margin: 50px;
}

.contact_card {
	width: 500px;
	height: 164px;
	background-color: #FFFFFF;
	border-radius: 20px;
}

.contact_card img {
	width: 40px;
	height: 40px;
	padding-right: 40px;
}

.contact_card .tit {
	font-size: 22px;
	font-family: Alibaba PuHuiTi-Medium;
	color: #030303;
	line-height: 34px;
}


/* 底部导航 */
.foot {
	width: 100%;
	height: 90px;
	margin-top: 50px;
	background: #FFFFFF;
	color: #717171;
}

.foot a {
	text-decoration: none;
	color: #717171;
}

.foot a:hover {
	color: #3B38EB;
}

/* 关于我们页面 */
.company_des {
	width: 58%;
	margin-top: 40px;
	font-size: 17px;
	line-height: 30px;
	font-family: Alibaba-PuHuiTi-Light;
	color: #030303;
}


/* 产品或服务 */
.btn_one {
	border: 1px solid #3B38EB;
	text-align: center;
	margin-top: 37px;
}

.clothing {
	width: 300px;
	overflow: visible;
	align-items: stretch;
	line-height: 36px;
	font-family: Alibaba-PuHuiTi-Light;
	color: #333333;
}

.clothing_tit {
	padding-bottom: 30px;
	line-height: 36px;
	font-family: Alibaba-PuHuiTi-Medium;
	color: #000000;
}