﻿@charset "utf-8";
/* CSS Document */
html {
    scroll-behavior: smooth;
}
*{
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	font-style: normal;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-moz-user-focus: none;
	font-weight: normal;
}

BODY {
	width: 100%;
	overflow-x: hidden !important;
	color: #808080;
	font-size: 16px;
	line-height: 1;
	font-family: 'PingFang SC', 'Source Han Sans CN', 'Arial', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Serif CN', 'SimSun', 'SimHei';
}

a {
	color: inherit;
	text-decoration: none;
	transition: all 0.4s ease;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-moz-user-focus: none;
}
table{
	border-collapse: collapse;
}

input,button,textarea {
	display: block;
	width: 100%;
	outline: none;
	border: none;
	background: none;
	transition: all 0.4s ease;
	font-family: 'PingFang SC', 'Source Han Sans CN', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
}

input:-internal-autofill-selected {
	-webkit-text-fill-color: #000 !important;
	transition: background-color 5000s ease-in-out 0s !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{ 
	color: #262626; 
} 
input::-moz-placeholder,
textarea::-moz-placeholder{ 
	color: #262626; 
} 
input::-moz-placeholder,
textarea::-moz-placeholder{ 
	color: #262626; 
} 
input::-ms-input-placeholder,
textarea::-moz-placeholder{ 
	color: #262626; 
}
input.white::-webkit-input-placeholder,
textarea.white::-webkit-input-placeholder{ 
	color: #fff; 
} 
input.white::-moz-placeholder,
textarea.white::-moz-placeholder{ 
	color: #fff; 
} 
input.white::-moz-placeholder,
textarea.white::-moz-placeholder{ 
	color: #fff; 
} 
input.white::-ms-input-placeholder,
textarea.white::-ms-input-placeholder{ 
	color: #fff; 
}

/*浮动样式*/
.cl {
	HEIGHT: 0px;
	CLEAR: both;
}
.fl {
	FLOAT: left
}
.fr {
	FLOAT: right
}
.c {
	*zoom: 1;
}
.c:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

/*弹性布局*/
.flexfs2{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.flexfsc{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.flexfec{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
}
.flexfsfe{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
}
.flexfssb{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.flexfesb{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.flexfefs{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
}
.flexcc{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flexcfs{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.flexcfe{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
.flexcsb{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.flexsc{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.flexsfs{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
.flexsfe{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-end;
}
.flexssb{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.gridc{
	display: grid;
    align-content: center;
}
.col-white {
	color: #fff;
}
.col-black {
	color: #262626;
}
.col-site{
	color: #0c7e87;
}
.bgw{
	background: #fff;
}
.bgb{
	background: #333;
}
.bgh{
	background: #f5f5f5;
}
.bgsite{
	background: #0c7e87;
}
.txt-c {
	text-align-last: center;
}
.txt-r {
	text-align: right;
}
.pic {
	display: block;
	overflow: hidden;
}
.ctitle{
	display: block;
}
.arrow{
	transform: rotateY(180deg);
}
.img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
img {
	display: block;
	width: auto;
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6,dt,strong,b,p,span,i,em,ul,li,dl,dd,svg,path,a,img{
	transition: all 0.4s ease;
}
p{
	text-align: justify;
}
h2,
.h2{
	font-weight: bold;
}

/*浏览器滚动条 begin*/
 ::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
 ::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ccc;
}
 ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: #f0f0f0;
}

/*公共样式*/
.container {
	max-width: 1620px;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
}

/*公共底部*/
.footer{
	background: url(../images/footbg.jpg) no-repeat center;
	position: relative;
	z-index: 0;
	background-size: cover;
}
.footer:before{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/bot.png) repeat center;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
}
.footer .foot{
	padding: 70px 0 60px;
}
.footer .foot .left{
	max-width: 400px;
}
.footer .foot .left img{
	height: 60px;
}
.footer .foot .left h3{
	font-size: 18px;
	margin: 40px 0 20px;
}
.footer .foot .left p{
	font-size: 14px;
	line-height: 28px;
	color: #999;
}
.footer .foot .right .list li{
	margin-right: 80px;
}
.footer .foot .right .list li .top a,
.footer .foot .right .list dl dt{
	display: block;
	font-size: 16px;
	padding-bottom: 22px;
	margin-bottom: 20px;
	position: relative;
}
.footer .foot .right .list li .top a:before,
.footer .foot .right .list dl dt:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 2px;
	background: #4dfffd;
}
.footer .foot .right .list li .top a:hover{
	color: #4dfffd;
}
.footer .foot .right .list li .top i{
	display: none;
}
.footer .foot .right .list li .bottom a,
.footer .foot .right .list dl dd{
	display: block;
	font-size: 14px;
	line-height: 32px;
	color: #999;
}
.footer .foot .right .list li .bottom a:hover,
.footer .foot .right .list dl dd a:hover{
	color: #fff;
}

/*版权*/
.copy{
	font-size: 14px;
	border-top: 1px solid rgba(255,255,255,0.1);
	color: #999;
	padding: 40px 0;
}
.copy a:hover{
	color: #fff;
}

/*返回顶部*/
.top-back {
	position: fixed;
	z-index: 999;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.3);
	bottom: 0px;
	right: 20px;
	transition: all 0.4s ease;
	opacity: 0;
	border-radius: 50%;
	cursor: pointer;
}
.top-back:hover{
	background: #0c7e87;
}
.top-back.show {
	opacity: 1;
	bottom: 20px;
}

/*swiper-pagination样式*/
.swiper-pagination{
	width: 100%;
	font-size: 0;
	position: unset !important;
} 
.swiper-pagination span.swiper-pagination-bullet{
	width: 12px;
    height: 12px;
    background: none;
    border-radius: 0;
    opacity: 1;
    position: relative;
    border: 1px solid #fff;
    margin: 0 10px;
} 
.swiper-pagination span.swiper-pagination-bullet:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: all 0.4s ease;
    background: #fff;
}
.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    transform: translate(-50%,-50%) scale(1);
}

/*swiper按钮样式*/
.swiper-button-prev,
.swiper-button-next{
	position: unset !important;
	background: none !important;
	transition: all 0.4s ease;
	margin-top: 0 !important;
}

@media only screen and (max-width: 1600px) {
	/*公共样式*/
	.container {
		max-width: 1420px;
	}
	body{
		font-size: 15px;
	}
	
	/*公共底部*/
	.footer .foot{
		padding: 70px 0 60px;
	}
	.footer .foot .left img {
	    height: 50px;
	}
	.footer .foot .left{
		max-width: 320px;
	}
	.footer .foot .right .list li{
		margin-right: 60px;
	}
	.footer .foot .right .list li .top a,
	.footer .foot .right .list dl dt {
	    padding-bottom: 20px;
	    margin-bottom: 16px;
	}
	
}

@media only screen and (max-width: 1440px) {
	/*公共样式*/
	.container {
		max-width: 1200px;
	}
	body{
		font-size: 14px;
	}
  	
  	/*公共底部*/
	.footer .foot{
		padding: 60px 0 50px;
	}
	.footer .foot .left h3 {
	    font-size: 16px;
	    margin: 30px 0 16px;
	}
	.footer .foot .left{
		max-width: 280px;
	}
	.footer .foot .right .list li:nth-child(5){
		display: none;
	}
	.footer .foot .right .list li .top a,
	.footer .foot .right .list dl dt {
		font-size: 15px;
	    padding-bottom: 20px;
	    margin-bottom: 16px;
	}
	
	/*版权*/
	.copy{
		padding: 30px 0;
	}
	
	/*返回顶部*/
	.top-back {
		width: 40px;
    	height: 40px;
		right: 10px;
	}
	.top-back svg{
		width: 24px;
    	height: 24px;
	}
}

@media only screen and (max-width: 1200px) {
	/*公共样式*/
	.container {
		max-width: 940px;
	}
	body{
		font-size: 14px;
	}
	
	/*公共底部*/
	.footer .foot{
		padding: 60px 0 50px;
	}
	.footer .foot .left .logo{
		position: relative;
		padding-left: 200px;
	}
	.footer .foot .left .logo a{
		position: absolute;
		left: 0;
		top: 0;
	}
	.footer .foot .left img {
	    height: 60px;
	}
	.footer .foot .left h3 {
	    font-size: 14px;
	    margin: 0 0 16px;
	}
	.footer .foot .left p {
	    font-size: 12px;
	    line-height: 22px;
	}
	.footer .foot .left{
		max-width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		padding-bottom: 30px;
		margin-bottom: 40px;
	}
	.footer .foot .right{
		width: 100%;
	}
	.footer .foot .right .list{
		justify-content: space-between;
	}
	.footer .foot .right .list li{
		margin-right: 0;
	}
	.footer .foot .right .list li:nth-child(5){
		display: block;
	}
	.footer .foot .right .list li .top a,
	.footer .foot .right .list dl dt {
		font-size: 14px;
	}
	.footer .foot .right .list li .bottom a,
	.footer .foot .right .list dl dd {
	    display: block;
	    font-size: 12px;
	    line-height: 28px;
	}
	.copy {
		font-size: 12px;
	}
	
	/*swiper-pagination样式*/
	.swiper-pagination span.swiper-pagination-bullet{
		width: 10px;
	    height: 10px;
	} 
	.swiper-pagination span.swiper-pagination-bullet:before {
	    width: 4px;
	    height: 4px;
	}
}

@media only screen and (max-width: 959px) {
	/*公共样式*/
	.container {
		max-width: 100%;
		padding: 0 30px;
	}
	
	/*公共底部*/
	.footer .foot{
		padding: 50px 0 40px;
	}
	.footer .foot .left .logo{
		padding-left: 160px;
	}
	.footer .foot .left img {
	    height: 50px;
	}
	.footer .foot .right .list li:nth-child(5){
		display: none;
	}
	.copy {
		font-size: 12px;
	}
	
}


@media only screen and (max-width: 767px) {
	/*公共样式*/
	.container {
		padding: 0 16px;
	}
	
	/*公共底部*/
	.footer{
		background: url(../images/mobfootbg.jpg) no-repeat center;
	}
	.footer .foot{
		padding: 40px 0 30px;
	}
	.footer .foot .left {
	    padding-bottom: 24px;
	    margin-bottom: 0px;
	}
	.footer .foot .left .logo{
		padding-left: 0;
	}
	.footer .foot .left .logo a {
    	display: none;
    }
	.footer .foot .left h3 {
	    font-size: 16px;
	    margin: 0 0 16px;
	}
	.footer .foot .left p {
	    font-size: 14px;
	    line-height: 26px;
	}
	.footer .foot .right .list li:nth-child(5){
		display: block;
	}
	.footer .foot .right .list li{
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.footer .foot .right .list li .top{
		padding: 20px 0;
	}
	.footer .foot .right .list li .top a {
	    font-size: 15px;
	    padding-bottom: 0;
	    margin-bottom: 0;
	}
	.footer .foot .right .list li .top a:before{
		display: none;
	}
	.footer .foot .right .list li .top i {
	    display: block;
	    width: 12px;
	    height: 12px;
	    position: relative;
	}
	.footer .foot .right .list li .top i:before,
	.footer .foot .right .list li .top i:after {
	    content: "";
	    background: #fff;
	    position: absolute;
	    transition: all 0.4s;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%,-50%);
	}
	.footer .foot .right .list li .top i:before {
	    width: 100%;
	    height: 2px;
	}
	.footer .foot .right .list li .top i:after {
	    width: 2px;
	    height: 100%;
	}
	.footer .foot .right .list li .bottom{
		padding: 0 0 14px 0;
		display: none;
	}
	.footer .foot .right .list li .bottom a{
		line-height: 26px;
		margin-bottom: 6px;
		padding-left: 20px;
		position: relative;
		font-size: 14px;
	}
	.footer .foot .right .list li .bottom a:before{
		content: "";
		width: 8px;
		height: 8px;
		border: 1px solid #999;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		transition: all 0.4s;
	}
	.footer .foot .right .list li .bottom a:after{
		content: "";
	    width: 4px;
	    height: 4px;
	    background: #999;
	    position: absolute;
	    left: 3px;
	    top: 50%;
		transform: translateY(-50%);
	    transition: all 0.4s;
	}
	.footer .foot .right .list li .top i.on{
		transform: rotate(135deg);
	}
	.footer .foot .right .list li .bottom a:hover{
		color: #4dfffd;
	}
	.footer .foot .right .list li .bottom a:hover:before{
		border-color: #4dfffd;
	}
	.footer .foot .right .list li .bottom a:hover:after{
		background: #4dfffd;
	}
	.footer .foot .right dl{
		margin-top: 30px;
	}
	.footer .foot .right .list dl dt {
	    font-size: 15px;
	}
	.footer .foot .right .list dl dd {
	    display: block;
	    font-size: 14px;
	    line-height: 28px;
	}
	/*版权*/
	.copy{
		font-size: 14px;
		padding: 20px 0;
	}
	.copy .left,
	.copy .right{
		width: 100%;
	}
	.copy span{
		display: block;
		width: 100%;
		text-align: center;
		line-height: 26px;
	}
	
}