@font-face {
	font-family: icon;
	src: url(../font/line-awesome.ttf);
}
@font-face {
	font-family: 'SourceHanSans';
	src: url('../font/SourceHanSans-Regular.otf');
}
html,body{
	/*overflow-x: hidden;*/
}
.s-container {
	max-width: 1440px;
	margin: 0 auto;
}


/*å¤´éƒ¨header*/
header{
	border-bottom: 1px solid #F0F0F0;
}
.h-active .header-pc{
	height: 80px;
}
.header-pc{
	height: 100px;
	width: 100%;
	z-index: 999;
	background: rgba(255, 255, 255, 0.8);
	transition: all 0.3s;
}

.header-pc.h-active {
	height: 80px;
	background: rgba(255, 255, 255, 1);
}

.header {
	position: relative;
	width: 100%;
}

.s-logo {
	position: absolute;
	left: 60px;
	top: 30px;
	width: 200px;
	transition: all 0.3s;
	z-index: 9;
}

.h-active .s-logo {
	top: 23px;
	width: 180px;
}

.s-logo img {
	display: block;
	width: 100%;
}

.s-right {
	position: absolute;
	right: 35px;
	top: 0px;
}

.s-right div {
	float: left;
	line-height: 100px;
	font-size: 16px;
	font-weight: normal;
	margin-right: 15px;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}

.h-active .s-right div {
	line-height: 80px;
}

.s-right div img {
	margin-right: 10px;
}

.s-right .s-right-hover{
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
	transform: translateX(50px);
	width: 200px;
}
.s-right .s-right-hover > img{
	width: 100%;
}
/* .s-right-code:hover .s-right-hover{
	display: block;
} */

.s-nav {
	width: 100%;
	display: inline-block;
	text-align: center;
	transform: translateX(-60px);
}

.s-nav li {
	display: inline-block;
	line-height: 100px;
	margin: 0 20px;
	position: relative;
	transition: all 0.3s;
}

.h-active .s-nav li {
	line-height: 80px;
}

.s-nav li a {
	display: block;
	font-size: 20px;
}

.s-nav li span {
	display: block;
	width: 0;
	height: 5px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #3251A1;
	transition: all 0.2s;
}

.s-nav li:hover span {
	width: 100%;
}

.s-nav li nav {
	position: absolute;
	top: 100px;
	left: 0;
	/* width: 250px; */
	width: 250px;
	background: #F5F9FD;
	display: none;
	z-index: 99;
	transition: all 0.3s;
}
.header-pc.h-active .s-nav li nav{
	top: 80px;
}
.s-nav li nav .nav-list a {
	text-align: left;
	display: block;
	width: 100%;
	padding: 0;
	padding-left: 20px;
	line-height: 60px;
	font-size: 16px;
	color: #44494E;
	letter-spacing: 0.6px;
	box-sizing: border-box;
}

.s-nav li nav .nav-list a:hover {
	background: #3251A1;
	color: #fff;
}

.s-nav li:nth-child(8) {
	margin-right: 0;
}

.h-active .s-nav li {
	line-height: 80px;
}

.s-nav li a {
	display: block;
	font-size: 16px;
	color: #44494E;
}

.s-nav li:hover span {
	width: 100%;
}
/*æ‰‹æœºç‰ˆå¤´éƒ¨èœå•*/

.header-sp{
	padding: 0 20px;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	background: rgba(255,255,255,0.9);
	height: 60px;
	line-height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.search-pop,.ewm-pop{
	display: none;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.search-pop .menu-close,.ewm-pop .menu-close{
	padding: 30px;
	position: absolute;
	right: 0;
	top: 30px;
	cursor: pointer;
}
.searchpop-sh{
	z-index: 999999;
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -120px;
	width: 240px;
	border-bottom: 1px solid #D8D8D8;
}
.ewm-pop{
	display: none;
	z-index: 999999999999999999;
}
.ewm-warp{
	width: 100%;
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
}
.ewm-pop .ewm{
	width: 40%;
	display: block;
}
.searchpop-sh img{
	opacity: 0.2;
}
.searchpop-sh input{
	display: inline-block;
	width: 210px;
	line-height: 35px;
	outline: none;
	border: none;
	font-size: 14px;
	color: #323639;
}
.header-sp .sh-logo{
	float: left;
	width: 150px;
	padding: 15px 0;
}
.header-sp .sh-logo img{
	display: block;
	width: 100%;
}
.header-sp .sh-btn{
	float: right;
}
.header-sp .sh-btn img{
	margin-left: 20px;
}
.menu-open .myhnav-warp{
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 90001;
    -webkit-transition: all .4s ease;
}
.sh-nav{
	width: 260px;
    background: #fff;
    height: calc(100vh - 60px);
    right: -260px;
    top: 60px;
    position: fixed;
    z-index: 999999;
    transition: right .3s cubic-bezier(.645,.045,.095,1);
}
.menu-open{
		overflow: hidden !important;
	}
	.menu-open .sh-nav{
		right: 0px;
	}
.menu-close{
	text-align: right;
	padding: 30px 40px;
	cursor: pointer;
	-webkit-tap-highlight-color:transparent 
}
.hnav{
	height: calc(100vh - 60px);
	overflow-y: scroll;
	padding: 0 20px;
	box-sizing: border-box;
}
.hnav-list{
	padding-top: 8px;
}
.hnav-list p{
	font-size: 16px;
	color: #474545;
	line-height: 36px;
	padding-bottom: 8px;
	border-bottom: 1px solid #D8D8D8 ;
}
.hnav-list p span{
	float: right;
	margin-top: -5px;
	transition: all 0.3s;
}
.hnav-list p a{
	font-size: 16px;
	color: #474545;
	line-height: 36px;
	display: block;
}
.hnav-down{
	display: none;
	padding-left: 10px;
	z-index: 1;
	overflow: hidden;
	transition: all 0.3s;
}
.hnav-down ul li a{
	color: #474545;
	font-size: 15px;
	line-height: 32px;
	padding: 5px 0;
	display: block;
}
.sh-active .hnav-down ul li a{
	opacity: 1;
	transition: all 3s;
}
.sh-nav-warp{
	position: relative;
	width: 100%;
	height: 100%;
}

/*footer*/
footer{
	background: #3251A1;
}
.footer-pc {
	background: #3251A1;
}

.footer {
	max-width: 1100px;
	margin: 0 auto;
}

.footer {
	overflow: hidden;
	padding: 60px 0;
}

.footer-l {
	float: left;
}

.footer-l p {
	font-size: 13px;
	color: #fff;
	margin: 5px 0;
}

.footer-l p img {
	margin-right: 10px;
}

.f-logo {
	max-width: 200px;
	margin-bottom: 80px;
	margin-top: 20px;
}

.f-logo img {
	display: block;
	width: 100%;
}

.footer-r {
	float: right;
	overflow: hidden;
}

.footer-r ul {
	float: left;
	margin-left: 50px;
}

.footer-r ul h1 a {
	font-size: 13px;
	color: #fff;
	margin-bottom: 20px;
}

.footer-r ul h1 a:hover {
	text-decoration: underline;
}

.footer-r ul li {
	margin-bottom: 10px;
	line-height: 17px;
}

.footer-r ul li a {
	font-size: 12px;
	opacity: 0.8;
	color: #fff;
	line-height: 17px;
}

.footer-r ul li a:hover {
	text-decoration: underline;
}

.copy {
	overflow: hidden;
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.copy-l {
}

.copy-l a {
	font-size: 12px;
	/* opacity: 0.6; */
	color: #fff;
	margin-right: 20px;
}

.copy-l a:hover {
	text-decoration: underline;
}

.copy-r {
}
.copy-r a{
	color: #fff;
}
.copy-r a:hover {
	text-decoration: underline;
}
/*æ‰‹æœºç‰ˆåº•éƒ¨èœå•*/
.footer-sp{
	padding: 30px 20px;
	box-sizing: border-box;
}
.fnav .fnav-list{
	font-size: 16px;
}
.fnav .fnav-list p{
	border-bottom: 1px solid rgba(211,231,255,0.6);
	color: #fff;
	line-height: 50px;
}
.fnav .fnav-list p span{
	font-family: icon;
	float: right;
	color: #fff;
	transition: all 0.15s;
}
.myrotate{
	transform: rotate(90deg);
}
.fnav-down{
	display: none;
	padding: 10px 0;
	border-bottom: 1px solid rgba(211,231,255,0.6);
}
.fnav-down ul li a{
	color: #fff;
	opacity: 0.7;
	font-size: 14px;
	line-height: 32px;
	padding: 8px 0;
	display: block;
	-webkit-tap-highlight-color: transparent;
}
.sf-info{
	margin-top: 30px;
}
.sf-info p{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.sf-info img{
	margin-right: 10px;
}
.sf-more-link{
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.sf-more-l{
	float: left;
}
.sf-more-l a{
	color: #fff;
	opacity: 0.6;
	font-size: 12px;
	display: block;
	margin: 8px 0;
}
.sf-more-r{
	float: right;
	width: 100px;
	margin-top: 25px;
}
.sf-more-r img{
	display: block;
	width: 100%;
}
.sf-copy p{
	font-size: 12px;
	opacity: 0.6;
	color: #fff;
}
.sf-copy p:nth-child(1){
	padding: 10px 0;
}
.copy {display: flex;justify-content: space-between;}

.copy-l,.copy-m,.copy-r,.copy a,.copy span{
    color: #fff;
    font-size:12px;
}

.copy{color: #fff;
      opacity: 0.6;}
.copy-m a,.copy-m span{margin:0 10px}
@media only screen and (max-width:1440px ) {
	.s-container{
		padding: 0 20px;
		box-sizing: border-box;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
	header,
	body {
		min-width: 1200px;
	}
}
@media only screen and (min-width:1200px ) {
	.s-container{
		min-width: 1200px;
		width: 78.125%;
	}
	
}
@media only screen and (min-width: 1000px) {
	.pc,
	.pc_tb {
		display: block !important;
	}
	.sp,
	.sp_tb,
	.tb {
		display: none !important;
	}
}

@media only screen and (min-width: 769px) and (max-width:999px) {
	.tb,
	.pc_tb {
		display: block !important;
	}
	.sp,
	.pc {
		display: none !important;
	}
}

@media only screen and (max-width:768px) {
	.pc,
	.pc_tb,
	.tb {
		display: none !important;
	}
	.sp,
	.sp_tb {
		display: block !important;
	}
	.sf-copy p a,.sf-copy p span {
    display: block;
    color: white;
}
}

@media only screen and (max-width:600px) {
	.sp,
	.sp_tb {
		display: block !important;
	}
	.pc,
	.pc_tb,
	.tb {
		display: none !important;
	}
}
