﻿@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: 15px;
	line-height: 1;
	background: url(../images/sitebg.jpg) no-repeat center;
}
a{
	color: inherit;
	text-decoration: none;
	transition: all 0.4s ease;
	-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: #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 { 
	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: #223f9b;
}
.bgw{
	background: #fff;
}
.bgb{
	background: #0c0f1a;
}
.bgh{
	background: #f5f5f5;
}
.bgsite{
	background: #223f9b;
}
.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%;
}
.img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
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: 1420px;
	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{
	padding: 0 30px;
}
.pcheader .pclogo img{
	height: 40px;
}
.pcheader .pcnav .nav{
	padding: 0 30px;
}
.pcheader .pcnav .nav li{
	position: relative;
	z-index: 0;
}
.pcheader .pcnav .nav li>a {
	display: block;
	padding: 0 30px;
	font-size: 18px;
	color: #fff;
	line-height: 90px;
}
.pcheader .pcnav .nav li>a:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	z-index: 0;
	background: #f68b1f;
	transition: all 0.4s ease;
}
.pcheader .pcnav .nav li .subnav {
	display: block;
	width: 150px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 50px);
    opacity: 0;
    z-index: 10;
    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 .subnav .list a:hover{
	background: #f68b1f;
	color: #fff;
}
.pcheader .pcnav .nav li:hover>a,
.pcheader .pcnav .nav li.on>a{
	color: #f68b1f !important;
}
.pcheader .pcnav .nav li:hover>a:before,
.pcheader .pcnav .nav li.on>a:before{
	width: 100%;
	left: 0;
}
.pcheader .pcnav .nav li:hover .subnav{
	transform: translate(-50%, 0);
	opacity: 1;
	pointer-events: auto;
}
.pcheader .pclan a{
	display: block;
	width: 100px;
	line-height: 36px;
	border-radius: 50px;
	background: #f68b1f;
	font-size: 14px;
	text-transform: uppercase;
}
.pcheader .pclan a:hover{
	background: #223f9b;
}

@media only screen and (min-width: 1024px){
	/*头部滚动样式*/
	.pcheader:hover,
	.pcheader.scrollTop{
		background: #fff;
	}
	.pcheader.scrollTop{
		box-shadow: 0 0 80px 0 rgba(0,0,0,0.08);
	}
	.pcheader:hover .pcnav .nav li>a,
	.pcheader.scrollTop .pcnav .nav li>a{
		color: #1a1a1a;
	}
}

/*移动端头部*/
.mobheader{
	display: none;
}

/*公共底部*/
.foot{
	padding: 100px 0;
}
.foot .left{
	width: 280px;
}
.foot .left img{
	height: 50px;
}
.foot .left .nav{
	margin-top: 20px;
}
.foot .left .nav a{
	display: block;
	font-size: 16px;
	margin-right: 40px;
	margin-top: 20px;
}
.foot .left .nav a:nth-child(3n){
	margin-right: 0;
}
.foot .left .nav a:hover{
	color: #f68b1f;
}
.foot .right{
	width: calc(100% - 360px);
}
.foot .right dl{
	width: calc(100% - 800px);
}
.foot .right dl h3{
	font-size: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.foot .right dl .item{
	margin-top: 20px;
}
.foot .right dl .item span{
	display: block;
	font-size: 14px;
	margin-bottom: 12px;
	color: #1a1a1a;
}
.foot .right dl .item a{
	font-size: 18px;
	color: #223f9b;
}
.foot .right dl .item p{
	font-size: 14px
}
.foot .right ul{
	width: 800px;
}
.foot .right ul li{
	width: calc((100% - 30px) / 2);
}
.foot .right ul li h3{
	font-size: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.foot .right ul li .pic{
	width: 100px;
	border: 1px solid #dbdbdb;
}
.foot .right ul li .content{
	width: calc(100% - 100px);
	padding-left: 16px;
}
.foot .right ul li .content p{
	font-size: 15px;
}
.foot .right ul li .content p:nth-child(2){
	margin: 15px 0;
}
.foot .right ul li .content p i{
	padding-left: 15px;
}
.copy{
	background: #262626;
	padding: 40px 0;
	color: #999;
}
.copy a:hover{
	color: #f68b1f;
}

/*侧边栏*/
.sideBar {
	position: fixed;
	z-index: 999;
	bottom: 10px;
	right: -60px;
	transition: all 0.4s ease;
	opacity: 0;
}
.sideBar a{
	width: 50px;
	height: 50px;
	background: #223f9b;
	transition: all 0.4s ease;
	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;
    border-radius: 50%;
} 
.swiper-pagination span.swiper-pagination-bullet:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #223f9b;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: all 0.4s ease;
    border-radius: 50%;
}
.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border:1px solid #223f9b !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 (max-width: 1600px) {
	/*公共底部*/
	.foot{
		padding: 90px 0;
	}
}

@media only screen and (max-width: 1440px) {
	/*公共样式*/
	BODY {
		font-size: 14px;
	}
	.container {
		max-width: 1200px;
	}
	
	/*PC公共头部*/
	.pcheader .pcnav .nav {
	    padding: 0 15px;
	}
	.pcheader .pcnav .nav li>a {
		padding: 0 25px;
	    font-size: 16px;
	    line-height: 80px;
	}
	.pcheader .pcnav .nav li .subnav {
	    width: 140px;
    }
    .pcheader .pcnav .nav li .subnav .list a {
	    padding: 16px 10px;
    }
    
   /*公共底部*/
	.foot{
		padding: 80px 0 70px;
	}
	.foot .left{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 40px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 50px;
	}
	.foot .left .nav{
		margin-top: 0;
	}
	.foot .left .nav a{
		margin: 0 0 0 50px;
	}
	.foot .right{
		width: 100%;
	}
	.foot .right dl{
		width: calc(100% - 860px);
	}
	.foot .right dl h3,
	.foot .right ul li h3{
		font-size: 18px;
	}
	.foot .right dl .item a{
		font-size: 18px;
	}

	.copy{
		padding: 32px 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 .pclogo {
	    padding: 0 20px;
	}
	.pcheader .pcnav .nav {
	    padding: 0 15px;
	}
	.pcheader .pcnav .nav li>a {
		padding: 0 20px;
	    font-size: 14px;
	}
	.pcheader .pcnav .nav li .subnav {
	    width: 120px;
    }
    .pcheader .pcnav .nav li .subnav .list a {
	    padding: 15px 10px;
	    font-size: 12px;
    }
    
    /*公共底部*/
	.foot{
		padding: 70px 0 60px;
	}
	.foot .left{
		padding-bottom: 30px;
		margin-bottom: 40px;
	}
	.foot .left img {
	    height: 40px;
	}
	.foot .left .nav a{
		margin: 0 0 0 40px;
		font-size: 14px;
	}
	.foot .right dl{
		display: none;
	}
	.foot .right ul{
		width: 100%;
	}
	.foot .right ul li{
		width: calc((100% - 40px) / 2);
	}
	
	.copy{
		padding: 30px 0;
	}
	
}

@media only screen and (max-width: 1023px) {
	/*pc公共头部*/
	.pcheader{
		display: none;
	}
	/*移动端头部*/
	.mobheader{
		display: block;
	}
	
	/*公共底部*/
	.foot{
		padding: 60px 0 50px;
	}

	.foot .right ul li{
		width: calc((100% - 40px) / 2);
	}
	.foot .right ul li .pic {
	    width: 90px;
	}
	.foot .right ul li .content {
	    width: calc(100% - 90px);
	    padding-left: 12px;
	}
	.foot .right ul li .content p {
	    font-size: 14px;
	}
	
}


@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%;
	}
	
	/*公共底部*/
	.foot{
		padding: 50px 0 40px;
	}
	.foot .left {
		display: block;
	    padding-bottom: 0;
	    border: none;
	}
	.foot .left img {
	    margin: 0 auto 30px;
	}
	.foot .left .nav a {
	    margin: 0;
	    text-align: center;
	    line-height: 42px;
	    background: #f68b1f;
	    color: #fff;
	    font-size: 14px;
	   	width: calc((100% - 2px) / 3);
	   	margin-top: 1px;
	}
	.foot .left .nav a:hover{
		background: #223f9b;
	}
	.foot .right ul li{
		width: 100%;
		margin-top: 30px;
	}
	.foot .right dl {
	    display: block;
	    width: 100%;
	}
	.foot .right dl .item {
	    margin-top: 16px;
	}
	.foot .right dl h3,
	.foot .right ul li h3 {
	    font-size: 16px;
	    padding-bottom: 16px;
    	margin-bottom: 20px;
	}
	.foot .right ul li .pic {
	    width: 80px;
	}
	.foot .right ul li .content {
	    width: calc(100% - 80px);
	    padding-left: 10px;
	}
	.foot .right ul li .content p:nth-child(2) {
	    margin: 12px 0;
	}
	.copy .container{
		justify-content: center;
	}
	.copy{
		padding: 24px 0;
		text-align: center;
	}
	.copy span{
		display: block;
		line-height: 26px;
		width: 100%;
	}
}