html {
	font-size:100px;
}
body { 
	 font-family: PingFangSC-Regular , PingFangTC-Regular, "Microsoft YaHei", "microsoft jhengHei",  arial,  Apple LiGothic; 
	 background: #fff;
	 padding:0;
	 margin:0; 
}
.wrapper {
	overflow-x: hidden;
}
a {
    transition-duration: 0.5s; 
    -webkit-transition-duration: 0.5s; 
	text-decoration: none;
}
input, button , select {
	 font-family: PingFangSC-Regular , PingFangTC-Regular, "Microsoft YaHei", "microsoft jhengHei",  arial,  Apple LiGothic; 
}
p, ol, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, pre, input, table, tr, td, form {    margin: 0;    padding: 0}
ol, ul, li { list-style: none}
input { border: none}
img {border: none}

.float_clear {
	float: none;
	clear:both;
	display:block;
	width:100%;
}

.header {
	display:block;
	margin:auto;
	top:0;
	left:0;
	position:fixed;
	width:100%;
	background:#fff;
	z-index:150;
	font-size:20px;
	border-bottom: 0.04rem solid #e22381;
}
.header_content {
	display:block;
	max-width:1240px;
	margin:auto;
	padding:0 10px;
	position:relative;
	box-sizing:border-box;
	height:1rem;
}
.header_content a.main_logo {
    display: flex;
    float: left;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.header_content a.main_logo img {
	display:block;
	/* height:100%; */
	width: 1.3rem;
}
.header_content .top_menu {
	display:inline-block;
	height: 1rem;
	margin-left:40px;
}
.header_content .top_menu ul {
	display: block;
	position: relative;
}
.header_content .top_menu>ul>li {
	display:block;
	float:left;
	position: relative;
}
.header_content .top_menu li a {
	display:block;
	height:100%;
	line-height:1rem;
	font-size:0.22rem;
	color:#4066a3;
	padding:0 0.4rem;
	box-sizing:border-box;
}
.header_content .top_menu li a span {
	display:block;
	transition-duration:0.5s;
}
.header_content .top_menu li.sub a span:after {
	content: "";
	width: 0.08rem;
	height: 0.08rem;
	border-right: 1px solid #4066a3;
	border-top: 1px solid #4066a3;
	display: block;
	position: absolute;
	box-sizing: border-box;
	transform: rotate(135deg);
	top: 45%;
	right: 0.2rem;
}
.header_content .top_menu li.selected a span:after {
	border-color: #e22381;
}
.header_content .top_menu li.sub:hover a span:after {
	border-color: #e22381;
	transform: rotate(-45deg);
	top: 48%;
}
.header_content .top_menu li a span:before {
	content: "";
	width: 0.1rem;
	height: 0.1rem;
	background: url("../images/menu_selected.png") no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	margin: -0.05rem;
	left: 50%;
	top: 73%;
	transition-duration: 0.5s;
	opacity: 0;
}
.header_content .top_menu li:hover a span:before,
.header_content .top_menu li.selected a span:before {
	opacity: 1;
}
.header_content .top_menu li:hover a span {
	color: #e22381;
}
.header_content .top_menu li.selected a span {
	font-weight: bold;
	color: #e22381;
}
.header_content .top_menu li ul {
	position: absolute;
	top: 85%;
	left: 0.15rem;
	display: block;
	background: rgba(225,35,130,0.9);
	color: #fff;
	min-width: 160px;
	padding: 0.2rem 0;
	z-index: 5;
	border-radius: 0.05rem;
	transform-origin: top left;
	transition-duration: 0.5s;
	opacity: 0;
	transform: scale(0);
}
.header_content .top_menu li ul li {
	display: block;
}
.header_content .top_menu li:hover ul {
	opacity: 1;
	transform: scale(1);
}
.header_content .top_menu li ul a {
	padding: 0 0.25rem;
	color: #fff;
	line-height: 0.4rem;
	display: block;
}
.header_content .top_menu li ul a:hover {
	background: rgba(255,255,255,0.2);
}



.right_top_btn {
	display:block;
	position: fixed;
	left:50%;
	width:50%;
	top:0;
	padding:0;
	z-index:160;
	height:0px;
	max-width:620px;
	box-sizing:border-box;
}
.right_top_btn p {
	position:absolute;
	top:0;
	right:10px;
	font-size:0px;
	padding:25px 0 0 0;
}
.right_top_btn a {
	display:inline-block;
	width:140px;
	height:52px;
	line-height:48px;
	font-size:0.22rem;
	border-radius:50px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}
.right_top_btn a.btn1 {
	color: #4066a3;
	border: 2px solid #fff;
}
.right_top_btn a.btn2 {
	color: #e22381;
	border: 2px solid #e22381;
}
.right_top_btn a.btn2:hover {
	color: #fff;
	background: #e22381;
}
.right_top_btn a.btn3 {
	color: #4066a3;
	border: 2px solid #fff;
}

.right_menu {
	/* display: block; */
	display: none;
	position: fixed;
	right: 0;
	transform: translate(0,-50%);
	top: 50%;
	z-index: 100;
	background: #4066a3;
	width: 0.86rem;
	border-radius: 0.07rem 0 0 0.07rem;
	box-shadow: 0 0.04rem 0 #0c225c;
	box-sizing: border-box;
	padding: 0.05rem 0.1rem;
}
.right_menu a {
	display: block;
	font-size: 15px;
	color: #80a1d6;
	text-align: center;
	border-bottom: 1px solid #4d72ad;
	padding: 0.1rem 0;
	transition-duration: 0.2s;
}
.right_menu a img {
	display: block;
	margin: auto;
}
.right_menu a:hover {
	color: #fff;
}
.right_menu a:hover img {
	filter: brightness(10);
}
.right_menu .back_to_top {
	display: block;
	height: 0.3rem;
	cursor: pointer;
	position: relative;
}
.right_menu .back_to_top:before,
.right_menu .back_to_top:after {
	content: "";
	width: 0.14rem;
	height: 0.02rem;
	background: #80a1d6;
	border-radius: 5px;
	position: absolute;
	display: block;
	top: 35%;
	left: 50%;
	transform: rotate(45deg);
	transform-origin: left center;
}
.right_menu .back_to_top:after {
	left: auto;
	right: 50%;
	transform: rotate(-45deg);
	transform-origin: right center;
}
.right_menu .back_to_top:hover:before,
.right_menu .back_to_top:hover:after {
	background: #fff;
}




.main_content {
	display:block;
	max-width:1920px;
	margin: auto;
	padding:1rem 0 0 0 ;
	overflow:hidden;
    box-sizing: border-box;
	font-size:16px;
}



.footer {
	display:block;
	padding: 60px 15px;
	border-top: 0.04rem solid #000027;
	
	background: rgb(54,81,145);
background: -moz-linear-gradient(top,  rgba(54,81,145,1) 0%, rgba(40,57,124,1) 45%);
background: -webkit-linear-gradient(top,  rgba(54,81,145,1) 0%,rgba(40,57,124,1) 45%);
background: linear-gradient(to bottom,  rgba(54,81,145,1) 0%,rgba(40,57,124,1) 45%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#365191', endColorstr='#28397c',GradientType=0 );

}
.footer .footer_content {
	display:block;
	max-width:1150px;
	margin:auto;
	font-size:15px;
	color:#80a1d6;
	line-height:1.5;
	text-align: center;
	line-height: 2;
}
.footer .footer_content a {
	color:#80a1d6;
}
.footer .warning {
	display: block;
	text-align: center;
	padding: 0.1rem 0 0.2rem 0;
}
.footer .warning a {
	display: inline-block;
	padding: 0 0.2rem;
	line-height: 1.3;
}
.footer .warning a+a {
	border-left: 1px solid #80a1d6;
}
.footer .bottom_icon {
	display: block;
	text-align: center;
	padding: 0.05rem 0;
}
.footer .bottom_icon>li {
	display: inline-block;
	margin: 0 0.1rem;
	background: rgba(0,0,0,0.05);
	position: relative;
	padding: 0.04rem;
	border-radius: 0.04rem;
	line-height: 0.3rem;
	font-size: 18px;
}
.footer .bottom_icon>li a {
	display: block;
	padding: 0 0.15rem 0 0;
}
.footer .bottom_icon>li img {
	display: block;
	width: 100%;
}
.footer .bottom_icon>li .icon {
	display: inline-block;
	width: 0.3rem;
    vertical-align: top;
	border-radius: 0.03rem;
	background: rgba(0,0,0,0.1);
	margin: 0 0.05rem 0 0;
}
.footer .bottom_icon>li .bottom_link p {
	display: block;
	padding: 0 0.15rem 0 0;
	cursor: pointer;
	border-radius: 0.04rem;
}
.footer .bottom_icon>li .bottom_link.show p {
	background: #e22381;
	color: #fff;
}
.footer .bottom_icon>li .bottom_link p:after {
    content: "";
    width: 0.06rem;
    height: 0.06rem;
    border-right: 1px solid #80a1d6;
    border-top: 1px solid #80a1d6;
    display: inline-block;
    box-sizing: border-box;
	vertical-align: top;
    transform: rotate(-45deg);
	margin: 0.15rem 0 0 0.03rem;
	transition-duration: 0.5s;
}
.footer .bottom_icon>li .bottom_link.show p:after {
    transform: rotate(135deg);
    border-color: #fff;
	margin: 0.12rem 0 0 0.03rem;
}
.footer .bottom_icon>li .bottom_link.show .icon {
	filter: brightness(10);
}

.footer .bottom_link_list {
	display: block;
	position: absolute;
	bottom: 110%;
	
    display: block;
    background: rgba(225,35,130,0.9);
    color: #fff;
    width: 2rem;
    border-radius: 0.05rem;
    transform-origin: bottom left;
	padding: 0.15rem 0;
	transform: scale(0);
	opacity: 0;
	transition-duration: 0.5s;
    z-index: 50;
}
.footer .bottom_link.show .bottom_link_list {
	transform: scale(1);
	opacity: 1;
}
.footer .bottom_icon .bottom_link_list a {
	display: block;
	text-align: left;
	color: #fff;
	padding: 0.05rem 0.2rem;
}
.mobile_top_cs_btn {
	display: none;
}


@media(max-width:1180px){
.right_top_btn a {
    width: 65px;
    height: 65px;
    line-height: 1.1;
    font-size: 0.22rem;
    border-radius: 15px;
    padding-top: 0.07rem;
}	
.right_top_btn p {
    padding: 15px 0 0 0;
}	
.right_top_btn a.btn2 {
	margin-left: 0.1rem;
}	
	
}

@media(max-width:1024px){

.header_content .top_menu {
    margin-left: 15px;
}	
.header_content .top_menu li a {
    padding: 0 0.3rem;
}
	
	

}

@media(max-width:980px){
.main_content {
    padding: 1rem 0 0 0;
    font-size: 16px;
}
	
.right_top_btn {
	display: block;
	display: none; /*暫時*/
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
	text-align:center;
    background: rgba(225,35,130,0.9);
	height:1.4rem;
	max-width:none;
	top:auto;
    z-index: 100;
}	
.right_top_btn p {
    position: relative;
    top: auto;
    right:auto;
    padding: 0.25rem 0.4rem 0 0.4rem;
	max-width: 750px;
	margin: auto;
	font-size: 0px;
	box-sizing: border-box;
}
.right_top_btn p a  {
    display: block;
    vertical-align: top;
    width: 3.2rem;
    height: 0.95rem;
	margin:0 0.08rem;
    text-align: center;
    line-height: 0.9rem;
    font-size: 0.36rem;
    color: #1a297d;
    border-radius: 0.95rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border: none;
	padding-left: 0.4rem;
	box-sizing: border-box;
	letter-spacing: 0.04rem;
}
.right_top_btn p a.btn1 {
	background-image: url("../images/mobile_btn1_bg.png");
	border: none;
	color: #e22381;
	margin: 0;
	float: right;
}
.right_top_btn p a.btn2 {
	background-image: url("../images/mobile_btn2_bg.png");
	border: none;
	color: #fff;
	margin: 0 auto 0 0;
}
	
.right_top_btn p a.btn3 {
	background-image: url("../images/mobile_btn3_bg.png");
	border: none;
	color: #fff;
	margin: 0 auto 0 0;
}
.right_top_btn.show_btn3  p a.btn2 {
	display: none;
}
.right_top_btn.show_btn3  p a.btn3 {
	display: block;
}
	

.footer {
	position:relative;
    padding: 1.2rem 0.3rem 1.5rem 0.3rem;
	font-size:0.22rem;
}
.footer .footer_menu p.left {
    display: block;
    text-align: center;
    position: absolute;
    top: 0.5rem;
	left:0;
    width: 100%;
}
.footer .footer_menu {
    display: block;
    border-top: 1px solid #1e3140;
    margin: 0.35rem auto 0 auto;
    padding: 0.3rem 0 0.2rem 0;
}
.footer .footer_content {
	font-size:0.22rem;
}
.footer .footer_menu p.right {
	text-align:center;
	float:none;
}
.footer .footer_menu p.right span {
    display: block;
    margin: 0.2rem auto;
    line-height: 1.2;
    border: none;
}
.footer  .footer_menu p a ,
.footer  .footer_menu p.left a:nth-child(1),
.footer  .footer_menu p.right a:last-child {
	padding:0 0.25rem;
}
.index_cube {
    right: 80%;
}
}

@media(max-width:800px){
.header_content .top_menu li a {
    padding: 0 0.25rem;
}	
.header_content .top_menu li.sub a span:after {
    right: 0.1rem;
}	
}


@media(max-width:750px){
html {
	font-size: 55px;
}

.main_content {
    padding: 0.9rem 0 0 0;
    font-size: 0.22rem;
}	
.header_content {
    padding: 0 0.1rem;
    height: 0.9rem;
}
.right_menu {
	display: none;
}	
.mobile_menu_btn {
	position: fixed;
	width: 0.9rem;
	height: 0.9rem;
	background: url("../images/mobile_menu_icon.png") no-repeat;
	background-size: 100% 100%;
	display: block;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 150;
}	
.mobile_top_cs_btn {
	position: fixed;
	width: 0.9rem;
	height: 0.9rem;
	background: url("../images/top_cs_icon.png") no-repeat;
	background-size: 100% 100%;
	display: block;
	top: 0;
	right: 0.9rem;
	cursor: pointer;
	z-index: 10;
	transition-duration: 0s;
}	
.header_content .top_menu li.selected a span {
	color: #fff;
}	
.header_content .top_menu {
	position: fixed;
	z-index: 120;
	width: 60%;
	right: -65%;
	top: 0;
	height: 100vh;
	transition-duration: 0.5s;
    background: rgba(225,35,130,0.9);
	padding: 1rem 0 0 0;
	box-sizing: border-box;
}	
.mobile_show .header_content .top_menu {
	right: 0;
}
.mobile_show .mobile_menu_btn {
	background-image: url("../images/mobile_menu_icon_close.png");
}
.header_content .top_menu>ul>li {
    display: block;
    float: none;
	width: 100%;
    position: relative;
}	
.header_content .top_menu>ul>li.home {
	display: none;
}
.header_content .top_menu>ul>li>a,
.header_content .top_menu>ul>li>a:hover {
    line-height: 1rem;
    font-size: 0.4rem;
	color: #fff;
	padding-left: 0.6rem;
	position: relative;
}
.header_content .top_menu li:hover a span {
    color: #fff;
}	
.header_content .top_menu li ul {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    background: none;
    color: #fff;
    padding: 0 0 0 0.8rem;
    transform-origin: top left;
    transition-duration: 0.5s;
    opacity: 1;
    transform: scale(1);
	width: 100%;
	overflow: hidden;
    max-height: 4rem;
}
.header_content .top_menu li.hide_sub ul {
	max-height: 0;
}
.header_content .top_menu li ul a {
	font-size: 0.28rem;
	line-height: 1.5;
	padding: 0.1rem 0 ;
}	
.header_content .top_menu li.sub a span:after,
.header_content .top_menu li.sub:hover a span:after {
    content: "";
    width: 0.15rem;
    height: 0.15rem;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    display: block;
    position: absolute;
    box-sizing: border-box;
    transform: rotate(-45deg);
    top: 46%;
    right: 0.8rem;
}	
.header_content .top_menu li.sub.hide_sub a span:after {
    transform: rotate(135deg);
    top: 40%;
}	
.footer .warning {
	line-height: 1.6;
	padding: 0.2rem 0 0.3rem 0;
}
.footer .warning u {
	display: block;
}	
.footer .warning a {
	margin-top: 0.2rem;
}	
.footer {
    padding: 0.5rem 0 1.8rem 0;
}	
.footer .bottom_icon>li {
    display: inline-block;
    margin: 0 0.1rem;
    background: rgba(0,0,0,0.05);
    padding: 0.04rem;
    border-radius: 0.04rem;
    line-height: 0.3rem;
    font-size: 0.22rem;
	margin-bottom: 0.15rem;
}	
.footer .bottom_icon>li .icon {
    width: 0.35rem;
}
.footer .bottom_link_list {
    width: 2.5rem;
	left: 50%;
	margin-left: -1.25rem;
    transform-origin: bottom center;
    padding: 0.15rem 0;
}	
.footer .bottom_icon .bottom_link_list a {
    padding: 0.1rem 0.2rem;
}	
	
	
}
	
	