@font-face {
	font-family: 'harmony';
	font-style: normal;
	font-display: swap;
	src: url('../font/Harmony.woff2') format('woff2');
}

@font-face {
	font-family: 'newfont';
	font-style: normal;
	font-display: swap;
	src: url('../font/font.woff') format('woff');
}

@font-face {
	font-family: 'elment';
	src: url('../font/element-icons.ttf') format("woff2"),
		url('../font/element-icons.woff') format("woff");
}

a {
	text-decoration: none;
}


body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", 'harmony', "Microsoft YaHei", "å¾®è½¯é›…é»‘", Arial, sans-serif;
}

body {
	--color: #cc2535;
}

li {
	list-style: none;
}

i {
	font-family: 'elment';
	font-style: normal;
	padding-right: 5px;
}


.header {
	position: absolute;
	z-index: 999;
	top: 0;
	display: flex;
	width: 100%;
	height: 80px;
	font-size: 17px;
}


.header:hover {
	background-color: #fff;
}


.logo {
	padding-left: 50px;
}

.logo img {
	display: block;
	height: 50px;
	padding-top: 15px;
}

.nav {
	display: flex;
	flex: 1;
	padding-right: 50px;
}

.nav .tel {
	display: flex;
	font-family: 'newfont';
	font-size: 18px;
	width: 160px;
	line-height: 30px;
	padding-top: 25px;
	color: #333;
	justify-content: flex-end;
}

.nav .tel img {
	position: relative;
	top: 6px;
	display: inline-block;
	width: 18px;
	height: 18px;
	padding-right: 10px;
}

.nav ul {
	display: flex;
	flex: 1;
	margin: 0;
	justify-content: center;
}

.nav ul li {
	padding: 25px 30px;
	line-height: 30px;
	transition: all .5s;
}

.nav ul li:hover {}

.nav ul li a {
	color: #121212;
}

.nav ul li:hover>a {
	color: var(--color);
}

.nav ul li:hover .nav-two {
	display: block;
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04);
}

.nav-two {
	display: none;
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	padding: 25px 0;
	background: linear-gradient(to bottom, #fafafa, #fff);
}

.nav-two-box {
	width: 90%;
	margin: auto;
	padding: 15px 0;
}

.nav-item {
	display: flex;
	padding: 15px 0;
}

.nav-tt {
	position: relative;
	display: flex;
	width: 200px;
	justify-content: center;
	align-items: center;
	color: #666;
}

.nav-tt span {
	position: absolute;
	font-size: 40px;
	left: 70px;
	color: rgba(200, 200, 200, .1);
}

.nav-ss {
	display: flex;
	flex: 1;
	width: 0;
	flex-wrap: wrap;
}

.nav-list {
	width: 200px;
	background: linear-gradient(180deg, #f3f5f8 0, #fff 100%);
	border-radius: 4px;
	box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 10%);
	border: 1px solid #fff;
	padding: 12px;
	margin: 5px;
}

.nav-list:hover {
	box-shadow: rgb(55 99 170 / 20%) 8px 8px 20px 0px, #fff -8px -8px 20px 0px;
}

.nav-list h4 {
	margin: 0;
	font-size: 16px;
}

.nav-list h4 span {
	position: relative;
	top: -2px;
	border: 1px solid #f40461;
	font-size: 12px;
	font-weight: normal;
	color: #f40461;
	padding: 0 4px;
	line-height: 14px;
	margin-left: 5px;
	border-radius: 8px 8px 8px 0;
}

#new-span {
	border-color: #0052d9;
	color: #0052d9;
}

.nav-list p {
	margin: 0;
	font-size: 14px;
	color: #495770;
}

.banner {
	position: relative;
	width: 100%;
	height: 100vh;
}

.ban-text {
	width: 600px;
	height: 420px;
	z-index: 99;
	position: absolute;
	left: 10%;
	top: 30%;
	font-size: 60px;
	line-height: 100px;
	color: #000;
}

.ban-text span {
	display: block;
	width: 400px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.ban-text p {
	line-height: 40px;
	color: #333;
	font-size: 30px;
	line-height: 50px;
}

.foot {
	width: 100%;
	background-color: #2a2a32;
}

.foot-nav {
	width: 100%;
	background-color: #272734;
}

.box {
	display: flex;
	width: 90%;
	margin: auto;
}

.foot-nav-l {
	display: flex;
	font-size: 19px;
	color: #fff;
	padding: 30px 0;
	line-height: 45px;
}

.foot-nav-l img {
	height: 45px;
	padding-right: 10px;
}

.foot-nav-r {
	display: flex;
	flex: 1;
	margin: 0;
	padding: 30px 0;
	font-size: 17px;
	justify-content: flex-end;
}

.foot-nav-r a {
	color: #fff;
}

.foot-nav-r a:hover {
	color: var(--color);
}

.foot-nav-r ul {
	margin: 0;
	padding: 0;
}

.foot-nav-r li {
	line-height: 45px;
	margin-left: 93px;
}

.foot-key {
	padding: 50px 0;
}

.foot-key-l {
	width: 40%;
}

.foot-key-l dl {
	display: flex;
	margin-top: 25px;
	align-items: center;
}

.foot-key-l dl dt {
	width: 100px;
	height: 100px;
	background-color: #fff;
}

.foot-key-l dl dt img {
	display: block;
	width: 100%;
}

.foot-key-l dl dd {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.2);
	line-height: 24px;
}

.foot-key-r {
	width: 60%;
}

.foot-key-name {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 14px;
}

.foot-key-r ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.foot-key-r ul li {
	width: 20%;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 36px;
}

.foot-key-r ul li:hover {
	color: rgba(255, 255, 255, 0.9);
}

.foot-copy {
	display: flex;
	background-color: #2e2e36;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.2);
	line-height: 36px;
	padding: 30px 0;
}

.foot-copy a {
	color: rgba(255, 255, 255, 0.2);
}

.foot-copy a:hover {
	color: var(--color);
}

.foot-copy-l {
	width: 50%;
}

.foot-copy-l span {
	color: var(--color);
}

.foot-copy-r {
	width: 50%;
	text-align: right;
}

#page-head {
	background-color: #fff;
}

.contact {
	width: 100%;
	height: 100vh;
	background-image: url(../img/map.jpg);
	overflow: hidden;
}

.contact-wrap {
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .7);
	background-size: cover;
}

.contact-info {
	position: absolute;
	width: 750px;
	top: 50%;
	margin-top: -160px;
	margin-left: 6%;
	padding: 75px 70px;
	background-color: var(--color);
	box-sizing: border-box;
}

.contact-info h2 {
	font-size: 36px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 30px;
	margin-top: 0;
}

.contact-hr {
	width: 70px;
	height: 3px;
	display: block;
	background: rgba(255, 255, 255, 0.6);
	margin-bottom: 30px;
}

.contact-info h4 {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 24px;
	margin-bottom: 30px;
}

.contact-info h1 {
	font-size: 66px;
	color: #fff;
	line-height: 68px;
	margin: 0;
	font-family: 'newfont';
}

.contact-map {
	position: absolute;
	z-index: 2;
	left: 70.8%;
	top: 54%;
}

.contact-map-name {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	word-break: keep-all;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	line-height: 1.4em;
	color: #fffffe;
}

.contact-map-name i {
	display: block;
	font-size: 24px;
	padding-bottom: 5px;
}

.contact-map-tip {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
}

.contact-mark {
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(1);
	background-color: var(--color);
	opacity: 0.2;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	animation: mark-animate 5s ease-in-out infinite;
}

.contact-mark:nth-child(1) {
	animation-delay: 1s;
}

.contact-mark:nth-child(2) {
	animation-delay: 2s;
}

.contact-mark:nth-child(3) {
	animation-delay: 3s;
}

.contact-mark:nth-child(4) {
	animation-delay: 4s;
}

.contact-mark:nth-child(5) {
	animation-delay: 5s;
}


@keyframes mark-animate {
	0% {
		transform: scale(1);
		opacity: 0.2;
	}

	90% {
		transform: scale(12);
		opacity: 0.05;
	}

	100% {
		transform: scale(14);
		opacity: 0;
	}
}

.about {
	width: 100%;
	background-image: url(../img/about.jpeg);
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom center;
}

.about-zg {
	width: 100%;
	padding-top: 600px;
	background-color: rgba(255, 255, 255, 0);
}

.about-box {
	width: 100%;
	background-color: rgba(255, 255, 255, .9);
}

.about-wrap {
	display: flex;
	width: 90%;
	margin: auto;
}

.about-wrap-l {
	width: 500px;
	background-color: var(--color);
	margin-top: -200px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.about-wrap-l dl {
	margin: 100px;
}

.about-wrap-l dl dt {
	font-size: 34px;
	color: #fff;
	font-weight: bold;
	line-height: 44px;
	font-family: 'newfont';
}

.about-wrap-l dl dd {
	color: #fff;
	margin: 0;
	font-size: 24px;
	line-height: 40px;
	padding-bottom: 40px;
}

.about-wrap-l dl dd:last-child {
	padding: 0;
}

.about-wrap-r {
	flex: 1;
	margin-left: 70px;
	padding: 100px 0;
}

.about-wrap-r h2 {
	font-size: 32px;
	color: var(--color);
	margin: 0;
}

.about-wrap-r p {
	line-height: 40px;
	color: #333;
	text-indent: 2em;
	margin: 0;
	padding-top: 40px;
}

.about-wrap-r p span {
	color: var(--color);
}

.news {
	width: 100%;
	min-height: 100vh;
	padding-top: 80px;
	box-sizing: border-box;
	background-color: #f3f5f7;
}

.news-tag {
	display: flex;
	width: 90%;
	margin: auto;
	padding: 30px 0;
}

.news-tag .active a {
	color: var(--color);
}

.news-tag-li {
	font-size: 16px;
	line-height: 46px;
	.background-color: #fff;
	border-radius: 5px;
	padding: 0 20px;
	margin-right: 10px;
}

.news-tag-li a {
	color: #333;
}

.news-tags-li {
	font-size: 16px;
	line-height: 46px;
	border-radius: 5px;
	padding: 0 20px;
	margin-right: 10px;
}

.news-tags-li a{
	color: #333;
}

.news-tags .active a{
	color: var(--color);
}

.news-tags {
	display: flex;
	width: 90%;
	margin: auto;
	padding: 30px 0;
}

.news-wrap {
	width: 90%;
	margin: auto;
	padding-bottom: 40px;
}

.news-wrap ul {
	display: flex;
	flex-wrap: wrap;
	margin: -1%;
	padding: 0;
}

.news-wrap ul li {
	position: relative;
	top: 0;
	width: 48%;
	margin: 1%;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 40px;
	box-sizing: border-box;
	transition: all .2s;
}
.news-wrap ul li:hover {
	top: -5px;
}

.news-info {
	display: flex;
}

.news-pic {
	width: 240px;
	height: 150px;
	background-color: #f5f5f5;
	border-radius: 10px;
	overflow: hidden;
}
.news-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-txt {
	flex: 1;
	height: 150px;
	margin-left: 30px;
}

.news-tip span {
	font-size: 12px;
	padding: 5px 10px;
	line-height: 20px;
	border-radius: 3px;
	background-color: var(--color);
	color: #fff;
}

.news-title {
	font-size: 20px;
	height: 60px;
	line-height: 30px;
	padding: 20px 0;
}

.news-title a {
	color: #000;
}
.news-title a:hover{
	color: var(--color);
}

.news-dsp {
	font-size: 14px;
	color: #6a6a6a;
	line-height: 24px;
	margin-bottom: 10px;
	max-height: 72px;
	overflow: hidden;
}
.news-dsp a{
	color: #6a6a6a;
}

.news-key span {
	border-radius: 4px;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	padding: 2px 8px;
	overflow: hidden;
	background-color: #fff4e6;
	color: #eb7a03;
}

.news-time {
	font-size: 12px;
	line-height: 24px;
	color: #8a8a8a;
	font-size: 14px;
	padding-top: 26px;
}

.news-bg {
	position: relative;
	width: 100%;
	background-color: #71c89d;
	padding-top: 500px;
	overflow: hidden;
	margin-bottom: -470px;
}

.bg-wrap::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: linear-gradient(90deg, #71c89d, rgba(0, 0, 0, 0));
}

.news-bg::after {
	background-image: -webkit-linear-gradient(192.6deg, rgba(250, 250, 250, 0.2) 2%, #71c89d 80%);
}

.news-bg::after {
	content: "";
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f6faff);
}

.news-txts {
	width: 900px;
	padding: 50px 0;
	margin: auto;
	color: #333;
	line-height: 34px;
}

.bg-img img {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	transform: scale(2);
	filter: blur(10px);
}

.bg-wrap {
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(257.4deg, rgba(250, 250, 250, 0.2) 2%, #71c89d 80%);
	overflow: hidden;
}

.bg-img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	transform: rotate(30deg);
}

.bg-img::after {
	background-image: linear-gradient(257.4deg, rgba(250, 250, 250, 0.2) 2%, #71c89d 80%);
}

.news-header {
	position: relative;
	width: 90%;
	margin: auto;
	padding-bottom: 50px;
}

.news-header-tip {
	font-size: 14px;
	color: rgba(255, 255, 255, .8);
}
.news-header-tip a{
	color: rgba(255, 255, 255, .8);
}

.news-header-tt {
	width: 90%;
	margin: auto;
	font-size: 42px;
	line-height: 60px;
	color: #fff;
	padding: 30px 0 20px 0;
	text-align: center;
	font-weight: bold;
}

.news-tips {
	font-size: 14px;
	color: rgba(255, 255, 255, .8);
	text-align: center;
}

.news-tips span {
	position: relative;
	padding-right: 30px;
}

.news-tips b {
	font-weight: normal;
	padding-right: 30px;
}

.news-tips span::after {
	content: '';
	display: block;
	position: absolute;
	left: -15px;
	top: 50%;
	margin-top: -5px;
	height: 10px;
	width: 0;
	border-right: 1px solid #fff;
	opacity: .59;

}

.news-keys {
	display: flex;
	padding-top: 30px;
	justify-content: center;
}

.news-keys-item {
	background-color: rgba(255,255,255,0.4);
	color: #6a6a6a;
	line-height: 36px;
	margin-right: 10px;
	padding: 0 14px;
	border-radius: 6px;
	font-size: 14px;
}
.news-keys-item:hover{
	background-color: var(--color);
	color: #fff;
}
#ptop{
	padding-top: 0;
}
#ptop2{
	padding-top: 580px;
}
.news-cont {
	position: relative;
	width: 100%;
	min-height: 500px;
	background-color: #fff;
}

.news-next {
	padding-bottom: 70px;
}

.news-cai {
	width: 90%;
	margin: auto;
	padding-bottom: 40px;
}

#jin ul {
	padding: 0;
	margin: 0;
}

#jin ul li {
	background-color: #fff;
	border-radius: 5px;
	line-height: 30px;
	padding: 20px 40px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
}

#jin ul li span {
	padding-right: 20px;
	color: #666;
}

#jin ul li b {
	color: #cc2535;
}

.section-news {
	color: #f36838 !important;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #f5f5f5;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background-color: #ccc;
	.border-radius: 10px;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb:hover {
	background-color: #999;
}

::-webkit-scrollbar-thumb:active {
	background-color: #666;
}

.case-box {
	width: 90%;
	margin: auto;
	padding-bottom: 40px;
}

.case-box ul {
	display: flex;
	flex-wrap: wrap;
	margin: -1%;
	padding: 0;
}

.case-box ul li {
	width: 23%;
	height: 475px;
	background-color: #fff;
	border-radius: 10px;
	margin: 1%;
	overflow: hidden;
}

.case-box ul li:hover .case-info {
	top: -50px;
}

.case-box ul li:hover .case-key {
	display: none;
}

.case-box ul li:hover .case-dsp {
	opacity: 1;
}

.case-box ul li:hover .case-img img{
	transform: scale(1.1);
}

.case-img {
	width: 100%;
	height: 240px;
	background-color: #fafafa;
}

.case-img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .2s;
}

.case-info {
	padding: 35px 30px;
	position: relative;
	top: 0;
	z-index: 9;
	background-color: #fff;
	transition: all .2s;
}

.case-title {
	font-size: 20px;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}
.case-title a{
	color: #333;
}

.case-title a:hover{
	color: var(--color);
}
.case-title span{
	color: var(--color);
}
.case-title span::after{
	content: ' - ';
	color: #b5b5b5;
}
.case-cont{
	position: relative;
	z-index: 99;
	background-color: #1f162f;
	padding: 40px 0;
}
.case-imgs{
	width: 1000px;
	margin: auto;
}
.case-imgs img{
	display: block;
	max-width: 100%;
	margin-bottom: 10px;
}
.case-key {
	background-color: #fafafa;
	line-height: 40px;
	border-radius: 4px;
	font-size: 14px;
	color: #b5b5b5;
	box-sizing: border-box;
}

.case-key span {
	color: var(--color);
	padding-right: 3px;
	padding-left: 15px;
}

.case-mu {
	font-size: 14px;
	color: #b5b5b5;
	margin-bottom: 15px;
}

.case-mu span {
	float: right;
}

.case-dsp {
	position: relative;
	color: #8a8a8a;
	font-size: 14px;
	line-height: 25px;
	height: 100px;
	overflow: hidden;
	text-align: justify;
	opacity: 0;
}

.case-dsp::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), #fff 80%);
}

.case-btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	text-align: center;
	padding: 18px 0 0;
	z-index: 2;
}

.case-btn a {
	display: inline-block;
	line-height: 36px;
	padding: 0 22px;
	background-color: #fff;
	border: 1px solid var(--color);
	color: var(--color);
	border-radius: 3px;
	font-size: 14px;
}

.case-btn a:hover {
	background-color: var(--color);
	color: #fff;
}

.bar {
	width: 90%;
	padding: 30px 0;
	margin: auto;
	font-size: 14px;
}

.cases {
	width: 90%;
	min-height: 1000px;
	margin: auto;
}

.cases-cont {
	display: flex;
	padding: 30px 0 50px 0;
}

.cases-imgs {
	flex: 1;
	background-color: #fff;
}

.cases-info {
	width: 35%;
	height: 1000px;
	background-color: #fafafa;
}

.cases-title {
	font-size: 32px;
}

.pup-case {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: auto;
	padding: 25px 0;
	box-sizing: border-box;
}

.pup-item {
	width: 19%;
	height: 150px;
	margin: 0 .5%;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 30px 0;
	box-sizing: border-box;
}

.pup-item a {
	display: block;
}

.pup-item:hover {
	background-color: var(--color);
}

.pup-item:hover i,
.pup-item:hover h3 {
	color: #fff;
}

.pup-item:hover h4 {
	color: rgba(255, 255, 255, .5);
}

.pup-item i {
	color: var(--color);
	font-size: 28px;
	margin-bottom: 15px;
}

.pup-item h3 {
	font-size: 18px;
	color: #333;
	margin: 8px 0;
	line-height: 20px;
	height: 20px;
}

.pup-case h4 {
	font-size: 14px;
	color: #888;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	margin: 0;
}

.back-top {
	position: fixed;
	bottom: 60px;
	right: 30px;
	width: 56px;
	height: 56px;
	text-align: center;
	background: #fff;
	color: #787c7b;
	border-radius: 10px;
	cursor: pointer;
	font-size: 12px;
	display: none;
	z-index: 999;
	transition: opacity 0.3s;
}

.back-top i {
	display: block;
	font-size: 30px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: -8px;
}
