* {
	margin: 0;
	padding: 0;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

a {
	text-decoration: none;
	color: inherit;
}

html {
	font-size: 62.5%
}

img {
	width: 100%;
	height: 100%;
}

.scroll::-webkit-scrollbar {
	display: none;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft Yahei, STHeiti, SimSun, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	background-color: #F9F9F9;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}



/* 顶部导航栏 navbar */
.navbar {
	width: 100%;
	height: 5.5rem;
	background-color: #FFFFFF;
	padding: 0 2rem;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid #F5F5F5;
}

.navbar .nav {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/*.navbar .nav .name {*/
/*    font-size: 1.5rem;*/
/*    font-family: Source Han Sans CN;*/
/*    font-weight: 500;*/
/*    color: #0675DD;*/
/*}*/

.navbar .nav .name img {
	width: 75px;
	height: auto;
}

.navbar .nav .btn {
	width: 18px;
	height: 18px;
}

.navbar .nav .btn img {
	width: 100%;
	height: 100%;
}

.navbar .btn1 {
	width: 18px;
	height: 18px;
}

.navbar .nav .btn1 img {
	width: 100%;
	height: 100%;
}

.navbar .nav1 {
	position: absolute;
	width: 40%;
	height: calc(100vh - 50px);
	top: 50px;
	left: 0;
	background: #ffffff;
	z-index: 99;
	border-top: 1px solid #D2D2D2;
}

.navbar .nav1 .item {
	width: 100%;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 25px;
	box-sizing: border-box;
	border-bottom: 1px solid #D2D2D2;
	font-size: 16px;
}

.navbar .nav1 .item div {
    width: 100%;
    text-align: center;
}

.navbar .nav1 .item div:last-child{
    display: none;
}


.garden {
	width: 100%;
	height: auto;
}

.garden .banner {
	width: 100%;
	height: 210rpx;
}

.garden .content {
	width: 100%;
	padding: 20px 20px 0;
	box-sizing: border-box;
	margin-top: -10px;
	position: relative;
	z-index: 9;
	background: #FFFFFF;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.garden .content>.title {
	font-size: 23px;
	color: #333333;
	padding-bottom: 15px;
	width: 100%;
	text-align: center;
	position: relative;
}

.garden .content>.title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 12.5px);
	width: 25px;
	height: 2px;
	background: #0059E1;
}

.garden .content .nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
	overflow-x: scroll;
	white-space: nowrap;
}

.garden .content .nav div {
	font-size: 18px;
	color: #999999;
	position: relative;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 15px;
}

.garden .content .nav div:last-child {
	margin-right: 0;
}

.garden .content .nav .check::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: calc(50% - 15px);
	width: 30px;
	height: 2px;
	background: #0059E1;
	z-index: 99;
}

.garden .content .nav .check {
	font-size: 20px;
	color: #333333;
}

.garden .content .nav .check::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: calc(50% - 15px);
	width: 30px;
	height: 2px;
	background: #0059E1;
	z-index: 99;
}

.garden .content .list .item {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #F1F1F1;
}

.garden .content .list .item:first-child {
	border-top: 1px solid #F1F1F1;
}

.garden .content .list .item .image {
	width: 110px;
	height: 100px;
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.garden .content .list .item .image img {
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.garden .content .list .item .cont {
	flex: 1;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.garden .content .list .item .cont .title {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.garden .content .list .item .cont .desc {
	font-size: 16px;
	color: #999999;
}

.garden .content .list .item .cont .name {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.garden .content .list .item .cont .name div {
	width: auto;
	height: 18px;
	border: 1px solid #0059E1;
	border-radius: 1.5px;
	color: #0059E1;
	font-size: 12px;
	padding: 0 2.5px;
}

.garden .content .list .item .cont .name .btn {
	flex: none;
	width: 80px;
	height: 27px;
	background: #0059E1;
	border-radius: 13.5px;
	text-align: center;
	line-height: 27px;
	color: #ffffff;
}

.project_detail .banner {
	width: 100%;
	height: 210px;
}

.project_detail .content {
	width: 100%;
	box-sizing: border-box;
	margin-top: -10px;
	position: relative;
	z-index: 9;
	background: #FFFFFF;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.project_detail .content .info {
	width: 335px;
	height: auto;
	background: #FFFFFF;
	margin: 20px auto;
	box-sizing: border-box;
}

.project_detail .content .info .firm {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}

.project_detail .content .info .activity {
	display: initial;
}

.project_detail .content .info .firm .image {
	width: 60px;
	height: 80px;
	margin-right: 20px;
	display: flex;
	align-items: center;
}

.project_detail .content .info .firm .image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.project_detail .content .info .activity .image {
	width: auto;
	height: auto;
	text-align: center;
	margin-bottom: 20px;
}

.project_detail .content .info .activity .image img {
	max-width: 100%;
	/*height: 60px;*/
	width: auto;
	height: auto;
}

.project_detail .content .info .firm .cont {
	/* height: 60px; */
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
}

.project_detail .content .info .firm .cont .title {
	font-size: 16px;
	display: flex;
	/*align-items: center;*/
	justify-content: space-between;
	line-height: 1.2;
}

.project_detail .content .info .firm .cont .title div {
	flex: 1;
	font-size: 18px;
	line-height: 1.5em;
}

.project_detail .content .info .firm .cont .title span {
	width: auto;
	height: 17px;
	border: 1px solid #0059E1;
	border-radius: 2.5px;
	line-height: 17px;
	color: #0059E1;
	font-size: 12px;
	padding: 0 2.5px;
}

.project_detail .content .info .firm .cont .address {
	font-size: 13px;
	color: #999999;
	display: flex;
	align-items: center;
	line-height: 20px;
	margin-top: 10px;
}

.project_detail .content .info .firm .cont .address img {
	max-width: 50px;
	max-height: 20px;
	width: auto;
	height: auto;
	margin-right: 10px;
}

.project_detail .content .info .firm .cont .address span {
	margin-left: 20px;
	line-height: 20px;
}

.project_detail .content .card {
	width: 335px;
	height: auto;
	background: #F7F8FA;
	border-radius: 5px;
	padding: 12.5px 20px;
	margin: 20px auto;
	box-sizing: border-box;
}

.project_detail .content .card .title {
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}

.project_detail .content .card .text {
	font-size: 16px;
	color: #999999;
	line-height: 1.8em;
}

.project_detail .content>.desc {
	width: 335px;
	height: auto;
	background: #FFFFFF;
	border-radius: 5px;
	margin: 20px auto 0;
	box-sizing: border-box;
}

.project_detail .content>.desc .title {
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}

.project_detail .content>.desc .text {
	font-size: 16px;
	color: #999999;
	line-height: 1.8em;
}

.project_detail .content>.desc .btn {
	color: #999999;
	font-size: 15px;
	padding: 15px 0;
	display: flex;
	align-items: center;
}

.project_detail .content>.desc .btn img {
	width: 25px;
	height: 25px;
	margin-left: 20px;
}

.project_detail .content .case {
	width: 100%;
	margin: 0 auto 20px;
	border-top: 20px solid #F7F8FA;
}

.project_detail .content .case .box {
	width: 100%;
	box-sizing: border-box;
}

.project_detail .content .case .box>.title {
	font-size: 18px;
	width: 100%;
	height: 56px;
	border-bottom: 1px solid #F2F2F2;
	display: flex;
	padding: 0 20px;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
}

.project_detail .content .case .box>.title div:last-child {
	font-size: 15px;
	color: #999999;
}

.project_detail .content .case .box .list .item {
	width: 100%;
	height: 100px;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.project_detail .content .case .box .list a {
	margin-top: 15px;
	display: block;
}

.project_detail .content .case .box .list .a:first-child {
	margin-top: 0;
}

.project_detail .content .case .box .list .item .image {
	width: 85px;
	height: 100px;
	margin-right: 10px;
	display: flex;
	align-items: center;
}

.project_detail .content .case .box .list .item .image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.project_detail .content .case .box .list .item .cont {
	flex: 1;
	width: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #999999;
	font-size: 15px;
}

.project_detail .content .case .box .list .item .cont .title {
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.project_detail .content .case .box .list .item .cont .desc {
	margin-top: 10px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	text-overflow: ellipsis;
	line-height: 1.5em;
}

.project .banner {
	width: 100%;
	height: 210px;
}

.project .content {
	width: 100%;
	box-sizing: border-box;
	margin-top: -10px;
	position: relative;
	z-index: 9;
	background: #FFFFFF;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	padding: 20px 20px 0;
}

.project .content>.title {
	font-size: 23px;
	color: #333333;
	padding-bottom: 15px;
	width: 100%;
	text-align: center;
	position: relative;
}

.project .content>.title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 12.5px);
	width: 25px;
	height: 2px;
	background: #0059E1;
}

.project .content .nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
	overflow-x: scroll;
	white-space: nowrap;
}

.project .content .nav div {
	font-size: 18px;
	color: #999999;
	position: relative;
	display: inline-block;
	margin-right: 20px;
}

.project .content .nav div:last-child {
	margin-right: 0;
}

.project .content .nav .check {
	font-size: 20px;
	color: #333333;
}

.project .content .list .item {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #F1F1F1;
}

.project .content .list .item:first-child {
	border-top: 1px solid #F1F1F1;
}

.project .content .list .item .image {
	width: 110px;
	height: 100px;
	margin-right: 20px;
}

.project .content .list .item .cont {
	flex: 1;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.project .content .list .item .cont .title {
	font-size: 18px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.project .content .list .item .cont .desc {
	font-size: 16px;
	color: #999999;
}

.project .content .list .item .cont .name {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.project .content .list .item .cont .name img {
	width: auto;
	height: auto;
	max-width: 55px;
	max-height: 20px;
	/*background: #0059E1;*/
	/*border-radius: 50%;*/
	margin-right: 10px;
}

.project .content .list .item .cont .name div {
	font-size: 14px;
	color: #999999;
	flex: 1;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.project .content .list .item .cont .name .btn {
	flex: none;
	width: 80px;
	height: 27px;
	background: #0059E1;
	border-radius: 13.5px;
	text-align: center;
	line-height: 27px;
	color: #ffffff;
}

.activity .banner {
	width: 100%;
	height: 210px;
}

.activity .content {
	width: 100%;
	box-sizing: border-box;
	margin-top: -10px;
	position: relative;
	z-index: 9;
	background: #FFFFFF;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	padding: 20px 20px 0;
}

.activity .content>.title {
	font-size: 23px;
	color: #333333;
	padding-bottom: 15px;
	width: 100%;
	text-align: center;
	position: relative;
}

.activity .content>.title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 12.5px);
	width: 25px;
	height: 2px;
	background: #0059E1;
}

.activity .content .nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0 0;
	overflow-x: scroll;
	white-space: nowrap;
}

.activity .content .nav div {
	font-size: 18px;
	color: #999999;
	position: relative;
	display: inline-block;
	margin-right: 20px;
}

.activity .content .nav div:last-child {
	margin-right: 0;
}

.activity .content .nav .check {
	font-size: 20px;
	color: #333333;
}

.activity .content .list {
	padding-top: 20px;
}

.activity .content .list .item {
	width: 100%;
	box-shadow: 0 0 2.5px 0 rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	margin-bottom: 20px;
}

.activity .content .list .item .image {
	width: 100%;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.activity .content .list .item .image img{
	max-width: 100%;
	width: initial;
}

.activity .content .list .item .cont {
	height: 132.5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px;
	box-sizing: border-box;
}

.activity .content .list .item .cont .title {
	font-size: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.activity .content .list .item .cont .desc {
	font-size: 15px;
	color: #666666;
}

.activity .content .list .item .cont .name {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.activity .content .list .item .cont .name img {
	width: 20px;
	height: 20px;
	/*background: #0059E1;*/
	border-radius: 50%;
	margin-right: 10px;
}

.activity .content .list .item .cont .name div {
	flex: 1;
	width: auto;
	font-size: 13px;
	color: #999999;
}

.activity .content .list .item .cont .name span {
	margin-left: 10px;
}

.activity .content .list .item .cont .name .btn {
	flex: none;
	width: 80px;
	height: 27px;
	background: #0059E1;
	border-radius: 13.5px;
	text-align: center;
	line-height: 27px;
	color: #ffffff;
	font-size: 12px;
}




.policy .banner {
	width: 100%;
	height: 210px;
}

.policy .content {
	width: 100%;
	box-sizing: border-box;
	margin-top: -10px;
	position: relative;
	z-index: 9;
	background: #FFFFFF;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	padding: 20px 20px 0;
}

.policy .content>.title {
	font-size: 23px;
	color: #333333;
	padding-bottom: 15px;
	width: 100%;
	text-align: center;
	position: relative;
}

.policy .content>.title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 12.5px);
	width: 25px;
	height: 2px;
	background: #0059E1;
}

.policy .content .nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0 0;
	overflow-x: scroll;
	white-space: nowrap;
}

.policy .content .nav div {
	font-size: 18px;
	color: #999999;
	position: relative;
	display: inline-block;
	margin-right: 20px;
}

.policy .content .nav div:last-child {
	margin-right: 0;
}

.policy .content .nav .check {
	font-size: 20px;
	color: #333333;
}

.policy .content .list {
	padding-top: 20px;
}

.policy .content .list .item {
	width: 100%;
	box-shadow: 0 0 2.5px 0 rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	margin-bottom: 20px;
}

.policy .content .list .item .image {
	width: 100%;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.policy .content .list .item .image img{
	max-width: 100%;
	width: initial;
}

.policy .content .list .item .cont {
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px;
	box-sizing: border-box;
}

.policy .content .list .item .cont .title {
	font-size: 17px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.policy .content .list .item .cont .desc {
	font-size: 15px;
	color: #666666;
}

.policy .content .list .item .cont .name {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.policy .content .list .item .cont .name img {
	width: 20px;
	height: 20px;
	/*background: #0059E1;*/
	border-radius: 50%;
	margin-right: 10px;
}

.policy .content .list .item .cont .name div {
	flex: 1;
	width: auto;
	font-size: 13px;
	color: #999999;
}

.policy .content .list .item .cont .name span {
	margin-left: 10px;
}

.policy .content .list .item .cont .name .btn {
	flex: none;
	width: 80px;
	height: 27px;
	background: #0059E1;
	border-radius: 13.5px;
	text-align: center;
	line-height: 27px;
	color: #ffffff;
	font-size: 12px;
}




.content #page_container {
	margin-top: 40px;
	margin-bottom: 40px;
	align-items: center;
}

.content #page_container #count {
	font-size: 1.6em !important;
}

.content #page_container button {
	width: 85px !important;
	height: 30px;
	border: none;
	background: #0059E1;
	font-size: 18px !important;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	margin: 0 10px;
	border-radius: 10px;
}

.about .banner {
	width: 100%;
	height: 210px;
}

.about .content {
	width: 100%;
	box-sizing: border-box;
	margin-top: -10px;
	position: relative;
	z-index: 9;
	background: #FFFFFF;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	padding: 0 20px 0;
}

.about .content .box {
	padding: 15px 0;
	border-bottom: 1px solid #ECECEC;
}

.about .content .box .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.about .content .box .header>div:nth-child(2){
	color: #0059E1;
    font-size: 14px;
}

.about .content .box .title {
	font-size: 22px;
	color: #333333;
	margin-bottom: 15px;
}

.about .content .box .desc {
	font-size: 18px;
	color: #666666;
	line-height: 1.8em;
}

.about .content .box img {
	width: 100%;
}

.about .content .box .desc>div {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	color: #666666;
	margin-bottom: 7.5px;
}

.about .content .box .desc>div div {
	width: 56px;
	height: 16px;
	background: #0059E1;
	border-radius: 8px;
	color: #fff;
	font-size: 8px;
	text-align: center;
	line-height: 16px;
}

.about .content .box .list .item {
	width: 100%;
	height: auto;
	border: 1px solid #E5E5E5;
	border-radius: 7.5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.about .content .box .list .item:last-child {
	margin: 0;
}

.about .content .box .list .item .image {
	width: 148px;
	height: 132px;
}

.about .content .box .list .item .cont {
	flex: 1;
	height: 132px;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.about .content .box .list .item .cont .title {
	font-size: 14px;
	color: #666666;
	line-height: 1.2;
}

.about .content .box .list .item .cont .desc {
	font-size: 12px;
	color: #999999;
}

.about .content .box .list .item .cont .time {
	font-size: 11px;
	color: #999999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.about .content .box .list .item .cont .time div {
	width: auto;
	height: auto;
	border: 1px solid #0059E1;
	border-radius: 2px;
	padding: 0 2.5px;
	color: #0059E1;
	font-size: 10px;
}

.firm_detail .banner {
	width: 100%;
	height: 210px;
}

.firm_detail .content {
	width: 100%;
	box-sizing: border-box;
	margin-top: -10px;
	position: relative;
	z-index: 9;
	background: #F9F9F9;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	padding: 0 20px 0;
}

.firm_detail .content .info {
	width: 335px;
	height: auto;
	background: #FFFFFF;
	border-radius: 5px;
	margin: 20px auto 0;
	padding: 20px 20px 0;
	box-sizing: border-box;
}

.firm_detail .content .info .firm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
}

.firm_detail .content .info .firm .image {
	width: 80px;
	height: 80px;
	margin-right: 10px;
}

.firm_detail .content .info .firm .cont {
	height: 80px;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
}

.firm_detail .content .info .firm .cont .title {
	font-size: 17px;
}

.firm_detail .content .info .firm .cont .tag {
	font-size: 15px;
	color: #999999;
}

.firm_detail .content .info .firm .cont .address {
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.firm_detail .content .info .firm .cont .address img {
	width: 10px;
	height: 13px;
	margin-right: 7.5px;
}

.firm_detail .content>.desc {
	width: 335px;
	height: auto;
	background: #FFFFFF;
	border-radius: 5px;
	margin: 20px auto 0;
	padding: 20px;
	box-sizing: border-box;
}

.firm_detail .content>.desc .title {
	font-size: 18px;
	color: #333333;
}

.firm_detail .content>.desc .text {
	font-size: 16px;
	color: #999999;
	margin-top: 10px;
	line-height: 1.8em;
}

.firm_detail .content>.desc .btn {
	width: 85px;
	height: 28px;
	background: #0059E1;
	border-radius: 14px;
	text-align: center;
	line-height: 28px;
	color: #FFFFFF;
	font-size: 12px;
	margin-left: auto;
	margin-top: 20px;
}

.firm_detail .content .product,
.firm_detail .content .project {
	width: 335px;
	height: auto;
	margin: 0 auto 20px;
}

.firm_detail .content .product .nav {
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
}

.firm_detail .content .product .nav div {
	font-size: 16px;
	color: #999999;
}

.firm_detail .content .product .nav .check {
	color: #333333;
	font-size: 16px;
}

.firm_detail .content .box {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	border: 1px solid #F9F9F9;
	border-radius: 5px;
	padding: 20px 20px 0;
	box-sizing: border-box;
}

.firm_detail .content .box>.title {
	font-size: 23px;
	color: #333333;
	padding-bottom: 15px;
	width: 100%;
	text-align: center;
	position: relative;
}

.firm_detail .content .box>.title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 12.5px);
	width: 25px;
	height: 2px;
	background: #0059E1;
}

.firm_detail .content .box .list .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}

.firm_detail .content .box .list .item .image {
	width: 110px;
	height: 90px;
	margin-right: 15px;
}

.firm_detail .content .box .list .item .cont {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 90px;
}

.firm_detail .content .box .list .item .cont .title {
	font-size: 18px;
	line-height: 1.2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.firm_detail .content .box .list .item .cont .desc {
	font-size: 12px;
	color: #999999;
}

.firm_detail .content .case .box {
	padding: 20px !important;
	margin-bottom: 20px;
}

.firm_detail .content .case .box .list .item {
	box-shadow: 0 0 2.5px 0 rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	width: 100%;
	margin-top: 20px;
	padding: 0;
	display: block;
}

.firm_detail .content .case .box .list .item .image {
	width: 100%;
	height: 150px;
}

.firm_detail .content .case .box .list .item .cont {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 127px;
}

.firm_detail .content .case .box .list .item .cont .desc {
	color: #666666;
}

.firm_detail .content .case .box .list .item .cont .time {
	font-size: 12px;
	color: #999999;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.firm_detail .content .case .box .list .item .cont .time .btn {
	width: 85px;
	height: 28px;
	background: #0059E1;
	border-radius: 14px;
	text-align: center;
	line-height: 28px;
	color: #FFFFFF;
}

.firm_detail .bottom {
	height: 60px;
	width: 100%;
	position: fixed;
	background: #FFFFFF;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.firm_detail .bottom div {
	width: 157px;
	height: 40px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}

.firm_detail .bottom div:first-child a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.firm_detail .bottom div:first-child {
	border: 1px solid #0059E1;
	color: #0059E1;
}

.firm_detail .bottom div img {
	width: 19px;
	height: 20px;
}

.firm_detail .bottom div:last-child {
	background: #0059E1;
	color: #FFFFFF;
}







.firm .banner {
	width: 100%;
	height: 210px;
	background: #0059E1;
}

.firm .content>.title {
	font-size: 23px;
	color: #333333;
	padding-top: 20px;
	padding-bottom: 15px;
	width: 100%;
	text-align: center;
	position: relative;
}

.firm .content>.title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 12.5px);
	width: 25px;
	height: 2px;
	background: #0059E1;
}

.firm .content .nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.firm .content .nav div {
	font-size: 18px;
	color: #999999;
	position: relative;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 15px;
}

.firm .content .nav div:last-child {
	margin-right: 0;
}

.firm .content .nav .check {
	font-size: 20px;
	color: #333333;
}

.firm .content .nav .check::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: calc(50% - 15px);
	width: 30px;
	height: 2px;
	background: #0059E1;
	z-index: 99;
}

.firm .content {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: -10px;
	position: relative;
	z-index: 9;
	background: #F9F9F9;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.firm .content .list .item .image {
	width: 110px;
	max-height: 100px;
	margin-right: 20px;
}

.firm .content .list .item .cont {
	flex: 1;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.firm .content .list .item .cont .title {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.firm .content .list .item .cont .desc {
	font-size: 16px;
	color: #999999;
}

.firm .content .list .item .cont .name {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.firm .content .list .item .cont .name img {
	width: 20px;
	height: 20px;
	background: #0059E1;
	border-radius: 50%;
	margin-right: 20px;
}

.firm .content .list .item .cont .name div {
	width: auto;
	height: 18px;
	border: 1px solid #0059E1;
	border-radius: 3px;
	color: #0059E1;
	font-size: 12px;
	padding: 0 5px;
}

.firm .content .list .item .cont .name .btn {
	flex: none;
	width: 80px;
	height: 27px;
	background: #0059E1;
	border-radius: 27px;
	text-align: center;
	line-height: 27px;
	color: #ffffff;
}

.firm .content .list .item {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #F1F1F1;
}







/* product   产品 */
.product .banner {
	width: 100%;
	height: 210px;
	background: #0059E1;
}

.product .content>.title {
	font-size: 24px;
	color: #333333;
	padding-bottom: 15px;
	width: 100%;
	text-align: center;
	position: relative;
}

.product .content>.title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 12.5px);
	width: 25px;
	height: 2px;
	background: #0059E1;
}




.product .content .nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
	overflow-x: scroll;
	white-space: nowrap;
}

.product .content .nav div {
	font-size: 18px;
	color: #999999;
	position: relative;
	display: inline-block;
	margin-right: 20px;
}

.product .content .nav div:last-child {
	margin-right: 0;
}

.product .content .nav .check {
	font-size: 20px;
	color: #333333;
}

.product .content .nav .check::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: calc(50% - 15px);
	width: 30px;
	height: 2px;
	background: #0059E1;
	z-index: 99;
}


.product .content .nav div {
	font-size: 18px;
	color: #999999;
	position: relative;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 15px;
}

.product .content .nav div:last-child {
	margin-right: 0;
}

.product .content {
	width: 100%;
	padding: 20px 20px 0;
	box-sizing: border-box;
	margin-top: -10px;
	position: relative;
	z-index: 9;
	background: #F9F9F9;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.product .content .list .item .image {
	width: 110px;
	height: 100px;
	display: flex;
	background: #FFFFFF;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.product .content .list .item .image img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}

.product .content .list .item .cont {
	flex: 1;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product .content .list .item .cont .title {
	font-size: 18px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.product .content .list .item .cont .desc {
	font-size: 16px;
	color: #999999;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.product .content .list .item .cont .name img {
	max-width: 85px;
	max-height: 20px;
	width: auto;
	height: auto;
}

.product .content .list .item .cont .name div {
	font-size: 14px;
	color: #999999;
	flex: 1;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.product .content .list .item .cont .name .btn {
	flex: none;
	width: 80px;
	height: 27px;
	background: #0059E1;
	border-radius: 13.5px;
	text-align: center;
	line-height: 27px;
	color: #ffffff;
	font-size: 12px;
}

.product .content .list .item .cont .name {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product .content .list .item {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #F1F1F1;
}


.case_plan .btnmore {
	width: 190px;
	height: 40px;
	background: #0059E1;
	border-radius: 30px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-size: 18px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.case_plan .banner {
	width: 100%;
	height: 210px;
	background: #0059E1;
}

.case_plan .content>.title {
	font-size: 23px;
	color: #333333;
	padding-bottom: 15px;
	width: 100%;
	text-align: center;
	position: relative;
}

.case_plan .content>.title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 12.5px);
	width: 25px;
	height: 2px;
	background: #0059E1;
}

.case_plan .content .nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
	overflow-x: scroll;
	white-space: nowrap;
}

.case_plan .content .nav div {
	font-size: 18px;
	color: #999999;
	position: relative;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 15px;
}

.case_plan .content .nav div:last-child {
	margin-right: 0;
}

.case_plan .content .nav .check::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: calc(50% - 15px);
	width: 30px;
	height: 2px;
	background: #0059E1;
	z-index: 99;
}

.case_plan .content .nav .check {
	font-size: 20px;
	color: #333333;
}

.case_plan .content .list .item .image {
	width: 100%;
	height: 130px;
}

.case_plan .content .list .item .cont {
	height: 132.5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px;
	box-sizing: border-box;
}

.case_plan .content .list .item .cont .title {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.case_plan .content .list .item .cont .desc {
	font-size: 16px;
	color: #666666;
}

.case_plan .content .list .item .cont .name {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.case_plan .content .list .item .cont .name img {
	width: auto;
	max-width: 55px;
	height: auto;
	max-height: 20px;
	/*background: #0059E1;*/
	/*border-radius: 50%;*/
	margin-right: 10px;
}

.case_plan .content .list .item .cont .name div {
	flex: 1;
	width: auto;
	font-size: 14px;
	color: #999999;
}

.case_plan .content .list .item .cont .name text {
	margin-left: 10px;
}

.case_plan .content .list .item .cont .name .btn {
	flex: none;
	width: 80px;
	height: 27px;
	background: #0059E1;
	border-radius: 13.5px;
	text-align: center;
	line-height: 27px;
	color: #ffffff;
	font-size: 12px;
}

.case_plan .content .list .item {
	width: 100%;
	box-shadow: 0 0 2.5px 0 rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	margin-bottom: 20px;
}

.case_plan .content .list .item .img {
	height: 195px;
	display: flex;
	align-items: center;
}

.case_plan .content .list .item .img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.case_plan .content {
	width: 100%;
	padding: 20px 20px 0;
	box-sizing: border-box;
	margin-top: -10px;
	position: relative;
	z-index: 9;
	background: #F9F9F9;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

/* case 信创案例 */
.case .banner {
	width: 100%;
	height: 210px;
	background: #0059E1;
}

.case .content>.title {
	font-size: 23px;
	color: #333333;
	padding-bottom: 15px;
	width: 100%;
	text-align: center;
	position: relative;
}

.case .content>.title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 12.5px);
	width: 25px;
	height: 2px;
	background: #0059E1;
}

.case .content .nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
	overflow-x: scroll;
	white-space: nowrap;
}

.case .content .nav div {
	font-size: 18px;
	color: #999999;
	position: relative;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 15px;
}

.case .content .nav div:last-child {
	margin-right: 0;
}

.case .content .nav .check::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: calc(50% - 15px);
	width: 30px;
	height: 2px;
	background: #0059E1;
	z-index: 99;
}

.case .content .nav .check {
	font-size: 20px;
	color: #333333;
}

.case .content .list .item .image {
	width: 100%;
	height: 130px;
}

.case .content .list .item .cont {
	height: 132.5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px;
	box-sizing: border-box;
}

.case .content .list .item .cont .title {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.case .content .list .item .cont .desc {
	font-size: 16px;
	color: #666666;
}

.case .content .list .item .cont .name {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.case .content .list .item .cont .name img {
	width: auto;
	max-width: 55px;
	height: auto;
	max-height: 20px;
	/*background: #0059E1;*/
	/*border-radius: 50%;*/
	margin-right: 10px;
}

.case .content .list .item .cont .name div {
	flex: 1;
	width: auto;
	font-size: 14px;
	color: #999999;
}

.case .content .list .item .cont .name text {
	margin-left: 10px;
}

.case .content .list .item .cont .name .btn {
	flex: none;
	width: 80px;
	height: 27px;
	background: #0059E1;
	border-radius: 13.5px;
	text-align: center;
	line-height: 27px;
	color: #ffffff;
	font-size: 12px;
}

.case .content .list .item {
	width: 100%;
	box-shadow: 0 0 2.5px 0 rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	margin-bottom: 20px;
}

.case .content .list .item .img {
	height: 195px;
	display: flex;
	align-items: center;
}

.case .content .list .item .img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.case .content {
	width: 100%;
	padding: 20px 20px 0;
	box-sizing: border-box;
	margin-top: -10px;
	position: relative;
	z-index: 9;
	background: #F9F9F9;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}







/* scroll  导航栏样式 */
.content .scroll {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
	overflow-x: scroll;
	white-space: nowrap;
}

.content .scroll div {
	font-size: 14px;
	color: #999999;
	position: relative;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 15px;
}

.content .scroll div:last-child {
	margin-right: 0;
}

.content .scroll .check::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: calc(50% - 15px);
	width: 30px;
	height: 2px;
	background: #0059E1;
	z-index: 99;
}

.content .scroll .check {
	font-size: 16px;
	color: #333333;
}







/* leave  需求提交 */
.leave {
	padding: 20px;
	box-sizing: border-box;
	margin-top: 65px;
	margin-bottom: 80px;
}

.leave .input {
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #F1F1F1;
	display: flex;
	align-items: center;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.leave .input div {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}

.leave .input input {
	flex: 1;
	width: 100%;
	height: 100%;
	background: none;
	outline: none;
	border: none;
	margin-left: 10px;
}

.leave .text {
	width: 100%;
	height: 235px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #F1F1F1;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.leave .text .title {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}

.leave .text .txt {
	position: relative;
	width: 100%;
	height: 100%;
	flex: 1;
	margin-top: 20px;
}

.leave .text .txt textarea {
	font-size: 14px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

textarea {
	border: none;
	outline: none;
	/*边线不显示*/
	resize: none;
	/*禁止拉伸*/
	appearance: none;
	background-color: #FAFAFB;
}

.leave .text .txt .name {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	position: absolute;
	bottom: 10px;
	right: 20px;
}

.leave .btn button{
	width: 100%;
	height: 40px;
	background: #0462E7;
	border-radius: 20px 20px 20px 20px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	margin-top: 30px;
	border: none;
}

/* footer 页面底部 */
.footer {
	width: 100%;
	height: auto;
	padding: 0 2rem;
	box-sizing: border-box;
	background-color: #111111;
}

.footer .list li {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.9rem 0;
	box-sizing: border-box;
	border-bottom: 1px solid #595959;
}

.footer .list li .name {
	font-size: 1.8rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
}

.footer .list li .sign {
	color: #A0A0A0;
	font-size: 2.6rem;
}

.footer .tel {
	width: 33.5rem;
	height: 4.01rem;
	background: #0059E1;
	border-radius: 0.4rem;
	margin: 0 auto;
	margin-top: 2rem;
	font-size: 1.6rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	line-height: 4.01rem;
}

.footer .company {
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2.5rem;
	opacity: 0.3;
	text-align: center;
	padding: 4rem 0;
	box-sizing: border-box;
}