﻿@charset "utf-8";

/* CSS Document */
*{
	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;
}
BODY {
	width: 100%;
	overflow-x: hidden !important;
	color: #808080;
	font-family: 'PingFang SC', 'Source Han Sans CN', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
	font-size: 16px;
	line-height: 1;
}
a{
	color: inherit;
	text-decoration: none;
	transition: all 0.4s;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-moz-user-focus: none;
}
p{
	text-align: justify;
}
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: #0c0f1a; 
} 
input::-moz-placeholder,
textarea::-moz-placeholder{ 
	color: #0c0f1a; 
} 
input::-moz-placeholder,
textarea::-moz-placeholder{ 
	color: #0c0f1a; 
} 
input::-ms-input-placeholder,
textarea::-moz-placeholder{ 
	color: #0c0f1a; 
}
input.white::-webkit-input-placeholder { 
	color: #fff; 
} 
input.white::-moz-placeholder { 
	color: #fff; 
} 
input.white::-moz-placeholder { 
	color: #fff; 
} 
input.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: #1a1a1a;
}
.col-site{
	color: #ef0202;
}
.bgw{
	background: #fff;
}
.bgb{
	background: #0c0f1a;
}
.bgh{
	background: #f5f5f5;
}
.bgsite{
	background: #ef0202;
}
.txt-c {
	text-align: justify;
	text-align-last: center;
}
.txt-r {
	text-align: right;
}
.pic {
	display: block;
	overflow: hidden;
}
.title{
	display: block;
}
.arrow{
	transform: rotateY(180deg);
}

img {
	display: block;
	width: auto;
	max-width: 100%;
}
p,span,i,em,ul,li,dl,dd,svg,path,a,img{
	transition: all 0.4s ease;
}

h1,h2,h3,h4,h5,h6,dt,strong,b {
	transition: all 0.4s ease;
	font-weight: 400;
}
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: 1660px;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
}

/*PC公共头部*/
.pcheader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	transition: all 0.4s ease;
	padding: 0 40px;
}
.pcheader .pclogo img{
	height: 40px;
}
.pcheader .pcnav{
	padding: 0 30px;
}
.pcheader .pcnav .nav li{
	margin: 0 30px;
	position: relative;
	z-index: 0;
}
.pcheader .pcnav .nav li>a {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
}
.pcheader .pcnav .nav li>a h3{
	font-size: 18px;
	color: #fff;
	line-height: 100px;
}
.pcheader .pcnav .nav li>a:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 17px;
	width: 0;
	height: 3px;
	z-index: 0;
	background: #ef0202;
	transition: all 0.4s;
}
.pcheader .pcnav .nav li>a i {
	font-size: 12px;
	color: #fff;
	margin-left: 8px;
	display: none;
}

.pcheader .pcnav .nav li .subnav {
	display: block;
	width: 130px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 50px);
    opacity: 0;
    z-index: 10;
    background: rgba(12,15,26,0.9);
    pointer-events: none;
    transition: all 0.4s ease;
}
.pcheader .pcnav .nav li .subnav .list a{
	display: block;
	padding: 18px 10px;
	font-size: 14px;
	color: #fff;
	border-top: 1px dashed rgba(255,255,255,0.1);
}
.pcheader .pcnav .nav li .subnav .list a:first-child{
	border: none;
}
.pcheader .pcnav .nav li:hover>a:before{
	width: 50px;
}
.pcheader .pcnav .nav li:hover>a h3,
.pcheader .pcnav .nav li.on>a h3{
	font-weight: bold;
	color: #ef0202;
}
.pcheader .pcnav .nav li:hover>a i{
	transform: rotate(180deg);
}
.pcheader .pcnav .nav li:hover .subnav{
	transform: translate(-50%, 0);
	opacity: 1;
	pointer-events: auto;
}
.pcheader .pcnav .nav li .subnav .list a:hover{
	background: #ef0202;
}

.pcheader .pclan{
	height: 100px;
	position: relative;
	z-index: 0;
	transition: all 0.4s ease;
}
.pcheader .pclan .item{
	width: 110px;
	line-height: 34px;
	border: 1px solid #fff;
	border-radius: 2px;
	transition: all 0.4s ease;
}
.pcheader .pclan .item img{
	height: 16px;
}
.pcheader .pclan .item span{
	font-size: 13px;
	margin-left: 8px;
}
.pcheader .pclan .list{
	display: block;
	width: 110px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 50px);
    opacity: 0;
    z-index: 10;
    background: rgba(12,15,26,0.95);
    pointer-events: none;
    transition: all 0.4s ease;
}
.pcheader .pclan .list a{
	display: block;
	padding: 18px 10px;
	font-size: 14px;
	color: #fff;
	border-top: 1px dashed rgba(255,255,255,0.1);
}
.pcheader .pclan .list a:first-child{
	border: none;
}
.pcheader .pclan:hover .item{
	background: #ef0202;
	border-color: #ef0202;
}
.pcheader .pclan:hover:hover .list{
	transform: translate(-50%, 0);
	opacity: 1;
	pointer-events: auto;
}
.pcheader .pclan .list a:hover{
	background: #ef0202;
}

.pcsearch{
	width: 36px;
	height: 36px;
	border: 1px solid #ef0202;
	border-radius: 2px;
	margin-left: 10px;
}
.pcsearch:hover{
	background: transparent;
	border-color: #fff;
}
.pcheader:hover{
	background: rgba(12,15,26,0.9);
}

/*移动端头部*/
.mobheader{
	display: none;
}

/*公共底部*/
.footer{
	background: #0c0f1a;
}

.footer .foot{
	padding: 80px 0 60px;
}
.footer .foot .left{
	width: 380px;
}
.footer .foot .left dl dt{
	font-size: 24px;
	margin-bottom: 30px;
}
.footer .foot .left dl dd{
	font-size: 15px;
	margin-bottom: 20px;
	color: #b2b2b2;
}
.footer .foot .left dl dd:last-child{
	margin-bottom: 0;
}
.footer .foot .left dl dd i{
	margin-right: 10px;
}
.footer .foot .left dl dd p a:hover{
	color: #ef0202;
}
.footer .foot .left .subscribe{
	margin-top: 40px;
}
.footer .foot .left form input{
	display: block;
	width: 280px;
	line-height: 50px;
	font-size: 14px;
	background: #131724;
	padding: 0 15px;
	border-radius: 2px 0 0 2px;
	color: #fff;
}
.footer .foot .left form button{
	width: 60px;
	height: 50px;
	border-radius: 0 2px 2px 0;
	cursor: pointer;
}
.footer .foot .left form input::-webkit-input-placeholder { 
	color: #b2b2b2; 
} 
.footer .foot .left form input::-moz-placeholder { 
	color: #b2b2b2; 
} 
.footer .foot .left form input::-moz-placeholder { 
	color: #b2b2b2; 
} 
.footer .foot .left form input::-ms-input-placeholder { 
	color: #b2b2b2; 
}
.footer .foot .right{
	width: calc(100% - 380px);
}
.footer .foot .right .list li{
	margin-right: 100px;
}
.footer .foot .right .list li:last-child{
	margin-right: 0;
}
.footer .foot .right .list li .top h3{
	font-size: 18px;
	padding-bottom: 22px;
	margin-bottom: 20px;
	position: relative;
}
.footer .foot .right .list li .top h3:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 2px;
	background: #ef0202;
}
.footer .foot .right .list li .top i{
	display: none;
	font-size: 12px;
}
.footer .foot .right .list li .top.on i{
	transform: rotate(180deg);
}
.footer .foot .right .list li .bottom a{
	font-size: 15px;
	display: block;
	line-height: 35px;
	color: #b2b2b2;
}
.footer .foot .right .list li .bottom a:hover{
	color: #ef0202;
}
.footer .copy {
	border-top: 1px solid #181c2b;
	color: #b2b2b2;
	line-height: 24px;
	font-size: 15px;
	padding: 32px 0;
}
.footer .copy a:hover{
	color: #ef0202;
}


/*侧边栏*/
.sideBar {
	position: fixed;
	z-index: 999;
	bottom: 10px;
	right: -60px;
	transition: all 0.4s;
	opacity: 0;
}
.sideBar a{
	width: 50px;
	height: 50px;
	background: #ef0202;
	transition: all 0.4s;
	cursor: pointer;
	border-radius: 2px;
}
.sideBar.show {
	opacity: 1;
	right: 10px;
}

/*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 #ccc;
    margin: 0 10px;
} 
.swiper-pagination span.swiper-pagination-bullet:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #ef0202;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: all 0.4s ease;
}
.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border:1px solid #ef0202 !important;
}
.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;
}
.swiper-button-prev i,
.swiper-button-next i{
	font-size: 12px;
	margin-top: 2px;
}
.swiper-button-prev i{
	margin-right: 1px;
}
.swiper-button-next i{
	margin-left: 1px;
}

@media only screen and (min-width: 1024px){
	/*头部滚动样式*/
	.pcheader.scrollTop{
		background: rgba(12,15,26,0.95);
	}
	
	.pcheader.scrollTop .pcnav .nav li>a h3 {
	    font-size: 16px;
	    line-height: 80px;
	}
	.pcheader.scrollTop .pclan {
	    height: 80px;
	}
}

@media only screen and (max-width: 1600px) {
	/*公共样式*/
	BODY {
		font-size: 15px;
	}
	.container {
		max-width: 1420px;
	}
	/*PC公共头部*/
	.pcheader .pcnav .nav li {
	    margin: 0 25px;
	}
	.pcheader .pcnav .nav li>a h3 {
	    font-size: 16px;
	    line-height:90px;
	}
	.pcheader .pclan {
	    height: 90px;
	}
	.pcheader .pcnav .nav li .subnav .list a,
	.pcheader .pclan .list a{
	    padding: 16px 10px;
	}
	
	/*公共底部*/
	.footer .partner {
	    padding: 60px 0;
	}
	.footer .partner .title h3 {
	    font-size: 36px;
	}
	.footer .partner .title p {
	    font-size: 16px;
	    margin: 24px 0;
	}
	.footer .partner .mail form input {
	    line-height: 56px;
	    font-size: 15px;
	}
	.footer .partner .mail form button svg{
	    width: 18px;
	    height: 18px;
	}
	.footer .foot {
	    padding: 70px 0 50px;
	}
	.footer .foot .right .title h3 {
	    font-size: 22px;
	}
}

@media only screen and (max-width: 1440px) {
	/*公共样式*/
	BODY {
		font-size: 14px;
	}
	.container {
		max-width: 1200px;
	}
	/*PC公共头部*/
	.pcheader .pclogo img {
	    height: 36px;
	}
	.pcheader .pcnav {
	    padding: 0 20px;
	}
	.pcheader .pcnav .nav li {
	    margin: 0 20px;
	}
	.pcheader .pcnav .nav li>a h3 {
		font-size: 15px;
	    line-height:80px;
	}
	.pcheader.scrollTop .pcnav .nav li>a h3 {
	    font-size: 15px;
	}
	.pcheader .pclan {
	    height: 80px;
	}
	
	/*公共底部*/
	.footer .foot {
	    padding: 60px 0 50px;
	}
	.footer .foot .left {
	    width: 350px;
	}
	.footer .foot .left dl dt {
	    font-size: 20px;
	}
	.footer .foot .left dl dd {
	    font-size: 14px;
	    margin-bottom: 16px;
	}
	.footer .foot .left dl dd i{
		margin-right: 8px;
	}
	.footer .foot .left dl dd i svg{
		width: 14px;
		height: 14px;
	}
	.footer .foot .left form input {
	    line-height: 48px;
	    padding: 0 12px;
	}
	.footer .foot .left form button {
	    height: 48px;
	}
	.footer .foot .left .subscribe {
	    margin-top: 32px;
	}
	.footer .foot .right{
		width: calc(100% - 350px);
	}
	.footer .foot .right .list li {
	    margin-right: 80px;
	}
	.footer .foot .right .list li .top h3 {
	    font-size: 16px;
	    padding-bottom: 20px;
	    margin-bottom: 16px;
	}
	.footer .foot .right .list li .bottom a {
	    font-size: 14px;
	    line-height: 32px;
	}
	.footer .copy {
	    font-size: 14px;
	    padding: 30px 0;
	}
	
	/*侧边栏*/
	.sideBar.show {
	    right: 5px;
	    bottom: 5px;
	}
	.sideBar a{
		width: 40px;
		height: 40px;
	}
	.sideBar a svg{
		width: 32px;
		height: 32px;
	}
}

@media only screen and (max-width: 1200px) {
	/*公共样式*/
	.container {
		max-width: 940px;
		padding: 0 20px;
	}
	/*PC公共头部*/
	.pcheader{
		padding: 0 30px;
	}
	.pcheader .pclogo img {
	    height: 30px;
	}
	.pcheader .pcnav {
	    padding: 0 15px;
	}
	.pcheader .pcnav .nav li {
	    margin: 0 15px;
	}
	.pcheader .pcnav .nav li>a h3,
	.pcheader.scrollTop .pcnav .nav li>a h3{
		font-size: 14px;
	    line-height: 70px;
	}
	.pcheader.scrollTop .pcnav .nav li>a h3 {
	    font-size: 14px;
	}
	.pcheader .pcnav .nav li .subnav{
		width: 110px;
	}
	.pcheader .pcnav .nav li .subnav .list a,
	.pcheader .pclan .list a {
		font-size: 12px;
	    padding: 15px 10px;
	}
	.pcheader .pclan,
	.pcheader.scrollTop .pclan {
	    height: 70px;
	}
	
	/*公共底部*/
	.footer .foot {
	    padding: 50px 0 40px;
	}
	.footer .foot .left {
	    width: 300px;
	}
	.footer .foot .left dl dt {
	    font-size: 16px;
	    margin-bottom: 24px;
	}
	.footer .foot .left dl dd {
	    font-size: 12px;
	    margin-bottom: 16px;
	}
	.footer .foot .left dl dd i svg{
		width: 12px;
		height: 12px;
	}
	.footer .foot .left form input {
		width: 250px;
	    line-height: 44px;
	}
	.footer .foot .left form button {
	    height: 44px;
	    width: 50px;
	}
	.footer .foot .left .subscribe {
	    margin-top: 30px;
	}
	.footer .foot .right{
		width: calc(100% - 300px);
	}
	.footer .foot .right .list li {
	    margin-right: 50px;
	}
	.footer .foot .right .list li .top h3 {
	    font-size: 14px;
	    margin-bottom: 15px;
	}
	.footer .foot .right .list li .bottom a {
	    font-size: 12px;
	    line-height: 28px;
	}
	.footer .copy {
	    font-size: 12px;
	    padding: 25px 0;
	}
}

@media only screen and (max-width: 1023px) {
	/*pc公共头部*/
	.pcheader{
		display: none;
	}
	/*移动端头部*/
	.mobheader{
		display: block;
	}
	/*公共底部*/
	
	.footer .foot .left {
	    width: 350px;
	}
	.footer .foot .left ul{
		justify-content: flex-start;
	}
	.footer .foot .left dl dd {
	    font-size: 14px;
	    margin-bottom: 18px;
	}
	.footer .foot .left dl dd i{
		width: 14px;
		height: 14px;
		margin-right: 8px;
	}
	.footer .foot .left dl dd i svg{
		width: 14px;
		height: 14px;
	}
	.footer .foot .right {
	    width: 300px;
	}
	.footer .foot .right .list li {
	    margin-right: 0;
	    width: 100%;
	    border-bottom: 1px solid #242f3b;
	    overflow: hidden;
	}
	.footer .foot .right .list li .top{
		line-height: 52px;
	}
	.footer .foot .right .list li .top h3 {
	    padding: 0;
	    margin-bottom: 0;
	}
	.footer .foot .right .list li .top h3:before{
		display: none;
	}
	.footer .foot .right .list li .top i {
	    display: block;
	}
	.footer .foot .right .list li .bottom {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
	    padding-bottom: 20px;
	    margin-right: -1px;
	}
	.footer .foot .right .list li .bottom a{
		width: calc((100% - 3px) / 3);
		text-align: center;
		background: rgba(255,255,255,0.05);
		line-height: 40px;
		margin-right: 1px;
		margin-top: 1px;
		border-radius: 2px;
	}
	.footer .foot .right .list li .bottom a:hover{
		background: #ef0202;
		color: #fff;
	}
	.footer .copy {
	    font-size: 13px;
	    padding: 25px 0;
	}
}


@media only screen and (max-width: 767px) {
	/*公共样式*/
	.container {
		padding: 0 16px;
	}
	/*swiper-pagination样式*/
	.swiper-pagination span.swiper-pagination-bullet{
		width: 8px;
	    height: 8px;
	    margin: 0 5px;
	} 
	.swiper-pagination span.swiper-pagination-bullet:before {
	    width: 4px;
	    height: 4px;
	}
	/*手机公共头部*/
	.mobhead {
	    height: 60px;
	}
	.mobhead .moblogo {
	    width: 100px;
	}
	.mobnav {
    	width: 100%;
	}
	
	/*公共底部*/

	.footer .foot {
	    padding: 20px 0 30px;
	}
	.footer .foot .nycontainer{
		flex-direction: column-reverse;
	}
	.footer .foot .left dl dt {
	    font-size: 16px;
	    margin-bottom: 24px;
	}
	.footer .foot .left dl dd {
	    font-size: 13px;
	    margin-bottom: 16px;
	}
	.footer .foot .left dl dd i{
		width: 13px;
		height: 13px;
		margin-right: 7px;
	}
	.footer .foot .left dl dd i svg{
		width: 13px;
		height: 13px;
	}
	.footer .foot .left dl dd p{
		width: calc(100% - 20px);
	}
	.footer .foot .left form{
		width: 100%;
	}
	.footer .foot .left form input {
		width: calc(100% - 50px);
	    line-height: 45px;
	    font-size: 13px;
	}
	.footer .foot .left form button {
	    height: 45px;
	}
	.footer .foot .left form button svg{
	    width: 20px;
	    height: 20px;
	}
	.footer .foot .left .subscribe {
	    margin-top: 24px;
	}
	.footer .foot .right{
		width: 100%;
		margin-bottom: 30px;
	}
	.footer .foot .right .list li .bottom a {
	    font-size: 13px;
	    line-height: 42px;
	}
	.footer .copy {
		font-size: 13px;
	    padding: 20px 0;
	    line-height: 24px;
	}
	.footer .copy .nycontainer{
		justify-content: center;
	}
	.footer .copy span{
		display: block;
		width: 100%;
		text-align: center;
	}
}