@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: 400;
}

BODY {
	width: 100%;
	overflow-x: hidden !important;
	color: #666;
	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', 'Arial', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Serif CN', 'SimSun', 'SimHei';
}

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: #1a1a1a;
}
input::-moz-placeholder,
textarea::-moz-placeholder{
	color: #1a1a1a;
}
input::-moz-placeholder,
textarea::-moz-placeholder{
	color: #1a1a1a;
}
input::-ms-input-placeholder,
textarea::-moz-placeholder{
	color: #1a1a1a;
}
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;
}
.gridasb{
	display: grid;
    align-content: space-between;
}
.col-white {
	color: #fff;
}
.col-black {
	color: #1a1a1a;
}
.col-site{
	color: #EA5413;
}
.bgw{
	background: #fff;
}
.bgb{
	background: #333;
}
.bgh{
	background: #f5f5f5;
}
.bgsite{
	background: #EA5413;
}
.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;
}

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: 1440px;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
}

/*公共底部*/
.foot{
	background: #262626;
	padding: 80px 0 70px;
}

.foot .foot-box {
	align-items: flex-start;
}
.foot .foot-box .left{
	width: 30%;
}

.foot .foot-box .left .link {
	margin-top: 18px;
	margin-bottom: 25px;
	font-size: 22px;
}

.foot .foot-box .left h2 {
	font-size: 16px;
	color: #7C7C7C;
	line-height: 24px;
}
.foot .foot-box .left h3 {
	font-size: 16px;
	color: #7C7C7C;
	line-height: 24px;
}
.foot .foot-box .right {
	display: flex;
        justify-content: space-between;
	flex: 1;
	margin-left: 150px;
}
.foot .foot-box .right li {
	
}
.foot .foot-box .right li:nth-child(1){
        display:none;
}
.foot .foot-box .right li:nth-child(3){
        display:none;
}

.foot .foot-box .right li:last-child {
	width: 40%;
}

.foot .foot-box .right li a {
	font-size: 22px;
	color: #fff;
}
.foot .foot-box .right li .zi {
	margin-top: 25px;
        display: flex;
        flex-direction: column;
}
.foot .foot-box .right li .zi a{
	font-size: 16px;
	line-height: 30px;
	color: #7C7C7C;
}

.foot .foot-box .right li:last-child .zi a {
	display: flex;
	align-items: center;
}
.foot .foot-box .right li:last-child .zi a:last-child {
	align-items: flex-start;
}
.foot .foot-box .right li:last-child .zi a:last-child img {
	margin-top: 5px;
}
.foot .foot-box .right li:last-child .zi a img {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.foot .foot-box .right li:last-child .zi a:nth-child(2) img {
	height: 12px;
}

/*版权*/
.copy{
	background: #fff;
	color: #000;
	padding: 40px 0;
	border-top: 1px solid #333;
}
.copy .left span{
	margin-right: 6px;
}
.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: #EA5413;
}
.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: 10px;
    height: 10px;
    background: none;
    border-radius: 50%;
    opacity: 1;
    position: relative;
    border: 1px solid #fff;
}
.swiper-pagination span.swiper-pagination-bullet:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 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;
	}
}

@media only screen and (max-width: 1440px) {
	/*公共样式*/
	.container {
		max-width: 1200px;
	}
	body{
		font-size: 14px;
	}

  	/*公共底部*/
	.foot{
		padding: 70px 0 60px;
	}
	.foot .left .link{
		margin: 30px 0;
	}
	.foot .left .link a{
		margin-right: 60px;
	}
	.foot .right li h3{
		font-size: 18px;
		margin: 30px 0 16px;
	}
	.foot .right li p{
		font-size: 20px;
	}

	/*版权*/
	.copy{
		padding: 30px 0;
		font-size: 14px;
	}

	/*返回顶部*/
	.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;
	}

	/*公共底部*/
	.foot{
		padding: 60px 0 50px;
	}
	.foot .left .link{
		margin: 30px 0 20px;
	}
	.foot .right li{
		margin-left: 30px;
	}
	.foot .right li i {
	    width: 60px;
	    height: 60px;
	}
	.foot .right li i svg{
	    width: 24px;
	    height: 24px;
	}
	.foot .right li h3{
		font-size: 16px;
		margin: 30px 0 16px;
	}
	.foot .right li p{
		font-size: 18px;
	}

	/*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;
	}

	/*公共底部*/
	.foot{
		padding: 50px 0;
	}
	.foot .left{
		width: 100%;
	}
	.foot .left .link{
		margin: 30px 0 20px;
	}
	.foot .right{
		width: 100%;
		justify-content: flex-start;
		margin-top: 40px;
	}
	.foot .right li{
		margin: 0 30px;
	}
	.foot .right li i {
	    width: 60px;
	    height: 60px;
	}
	.foot .right li i svg{
	    width: 24px;
	    height: 24px;
	}
	.foot .right li h3{
		font-size: 16px;
		margin: 30px 0 16px;
	}
	.foot .right li p{
		font-size: 18px;
	}

}


@media only screen and (max-width: 767px) {
	/*公共样式*/
	.container {
		padding: 0 16px;
	}

	/*公共底部*/
	.foot{
		padding: 40px 0 30px;
	}
	.foot .left img{
		height: 40px;
	}
	.foot .left .link{
		margin: 30px 0 20px;
	}
	.foot .left .link a{
		width: calc((100% - 3px) / 4);
		margin-right: 1px;
		text-align: center;
		line-height: 40px;
		font-size: 12px;
		background: #1f4e79;
	}
	.foot .left .link a:last-child{
		margin-right: 0;
	}
	.foot .left .link a:hover{
		background: #ffcb2c;
		color: #1a1a1a;
	}
	.foot .left dl {
	    line-height: 26px;
	    display: flex !important;
	}
	.foot .left dl dt{
		width: 60px;
	}
	.foot .left dl dt em{
		padding-left: 14px;
	}
	.foot .left dl dd{
		width: calc(100% - 60px);
	}
	.foot .left dl:nth-child(4) a,
	.foot .left dl:nth-child(5) a{
		font-size: 15px;
	}
	.foot .right{
		display: none;
	}
	/*版权*/
	.copy{
		padding: 20px 0;
	}
	.copy .left,
	.copy .right{
		width: 100%;
	}
	.copy span{
		display: block;
		width: 100%;
		text-align: center;
		line-height: 26px;
	}

}
