html {
	font-size:100px;
}
body { 
	font-family:'Microsoft YaHei', 'microsoft jhengHei','arial', 'Apple LiGothic';
	 background: #fff;
	 padding:0;
	 margin:0; 
	 width: 100%;
	 overflow-x: hidden;
	}
.wrapper {
	overflow-x: hidden;
}
a {
    transition-duration: 0.5s; 
    -webkit-transition-duration: 0.5s; 
	text-decoration: none;
}
input, button , select {
	 font-family: arial, "Microsoft YaHei"; 
}
html,body, p, ol, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, pre, input, table, tr, td, form {    margin: 0;    padding: 0}
.icon, i {font-style: normal; text-decoration: none;}
ol, ul, li { list-style: none}
input { border: 0 none}
img {border: 0 none}

.float_clear {
	float: none;
	clear:both;
	display:block;
	width:100%;
}

/*
@font-face {
    font-family: title_fonts1;
    src: url("NOTOSERIFSC-MEDIUM.OTF") format("opentype");
}
*/
.header {
	position: fixed;
	height: auto;
	background:#fff;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 50;
	display: block;
	transition-duration: 0s;
	border-top: 0.4rem solid #253266;
	border-bottom:2px solid #c08d1a;
}
.header.w-bg {
	border-top: 0px solid #253266;
	background: rgba(255,255,255,0.98);
}
.header.w-bg>div.header_inside {
	height: 0.8rem;
}
.header>div.header_inside {
	display: block;
	height: 1rem;
	margin: auto;
	padding: 0.2rem;
	box-sizing: border-box;
	max-width: 1200px;
	font-size: 0px;
	position: relative;
}
.header>div.header_inside .main_menu {
	font-size: 18px;
	font-family: Serif, "title_fonts1", "NSimSun", "SimSun", "PMingLiU" ;
	font-weight: bold;
    text-align: right;
	height: 100%;
}
.header.w-bg>div.header_inside .main_menu {
	width: 75%;
}
.header>div.header_inside .main_menu>ul {
	display: inline-block;
	margin: 0 0 0 auto;
	height: 100%;
	transition-duration: 0s;
}
.header.w-bg>div.header_inside .main_menu>ul {
	/* margin: 0 2.8rem 0 auto; */
}
.header>div.header_inside .main_menu>ul>li {
	display: inline-block;
	position: relative;
	text-align: center;
	height: 100%;
}
.header>div.header_inside .main_menu>ul>li>a,
.header>div.header_inside .main_menu>ul>li>p {
	display: block;
	padding: 0 0.28rem;
	font-size: .18rem;
	height: 100%;
	color: #58595b;
	cursor: pointer;
	margin: 0;
}
.header>div.header_inside .main_menu>ul>li:last-child>p {
	padding-right: 0.15rem;
}
.header>div.header_inside .main_menu>ul>li>a:before,
.header>div.header_inside .main_menu>ul>li>p:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.header>div.header_inside .main_menu>ul>li.select>a,
.header>div.header_inside .main_menu>ul>li.select>p,
.header>div.header_inside .main_menu>ul>li:hover>a,
.header>div.header_inside .main_menu>ul>li:hover>p {
	color: #2532aa;
}
.header>div.header_inside .main_menu>ul>li>p svg {
	height: 0.2rem;
	width: 0.2rem;
	display: inline-block;
	fill:#dfdfdf;
    vertical-align: text-bottom;
	margin: 0 -0.15rem 0 -0.05rem;
}
.header>div.header_inside .main_menu>ul>li:hover>p svg {
	fill:#c08d1a;
}
.header>div.header_inside .main_menu>ul>li ul {
	position: absolute;
	background: #fff;
	width: 1.4rem;
	left: 0.32rem;
	top: 100%;
	border-top: 3px solid #c08d1a;
	padding: 0.15rem 0 ;
	transform: scale(0);
	transform-origin: left top;
	transition-duration: 0.5s;
	opacity: 0;
}
.header>div.header_inside .main_menu>ul>li:hover ul {
	transform: scale(1);
	opacity: 1;
}
.header>div.header_inside .main_menu>ul>li ul li {
	display: block;
	height: 0.45rem;
}
.header>div.header_inside .main_menu>ul>li ul li a {
	display: block;
	height: 100%;
	line-height: 0.45rem;
	padding: 0 0 0 0.25rem;
	box-sizing: border-box;
	text-align: left;
	color: #58595b;
}
.header>div.header_inside .main_menu>ul>li ul li a:hover {
	color: #c08d1a;
}

.header .top_logo {
	display: block;
	height: 100%;
	float: left;
	width: 1.7rem;
	overflow: hidden;

	transition-duration: 0s;
}

.header .top_logo img {
	display: block;
	height: 100%;
}
.header .top_right {
	position: absolute;
	right: 0.2rem;
	top: -0.3rem;
	font-size: 0px;
	font-family: "microsoft jhengHei", "Arial", "Apple LiGothic", "PMingLiU", Heiti;
}
.header .top_right a {
	display: inline-block;
	line-height: 0.2rem;
	color: #fff;
	font-size: 18px;
	transition-duration: 0s;
}
.header .top_right a svg {
	display: inline-block;
	width: 0.2rem;
	height: 0.2rem;
	fill:#fff;
	margin: 0 0.03rem 0.02rem 0;
	vertical-align: text-bottom;
}
.header.w-bg .top_right a svg {
	margin: 0 0 0.02rem 0;
}
.header .top_right a.btn1 {
	padding: 0 0.18rem;
    background-position: right 1.5rem top 0%;
}
.header .top_right a.btn2 {
	padding: 0 0.12rem 0 0.15rem;
	border-left: 1px solid #525d86;
    background-position: right 1.5rem top -1rem;
}
.header .top_right a.btn3,
.header .top_right a.btn4 {
	display: none;
}
.header.w-bg .top_right {
	top: 0.25rem;
	/*
	animation: fadeIn 0.7s;
	animation-fill-mode: forwards;
	opacity: 0;
	animation-delay: 0.3s;
	*/
}
.header.w-bg .top_right a {
	display: inline-block;
	line-height: 0.26rem;
	width: 1.15rem;
	height: 0.3rem;
	box-sizing: border-box;
	border: 2px solid #c82929;
	text-align: center;
	vertical-align: top;
	border-radius: 0.06rem;
	overflow: hidden;
	background-image: url("../images/btn_bg.png");
	background-repeat: no-repeat;
	background-size: auto 4rem;
	transition: background-position 0.5s; 
}
.header.w-bg .top_right a.btn1 {
	color: #c82929;
	padding: 0;
}
.header.w-bg .top_right a.btn1:hover {
    background-position: right -0.5rem top 0%;
	color: #fff;
	transition-duration: 0.5s;
}
.header.w-bg .top_right a.btn1 svg {
	fill:#c82929;
}
.header.w-bg .top_right a.btn1:hover svg {
	fill:#fff;
}
.header.w-bg .top_right a.btn2 {
	padding: 0;
	color: #fff;
	border: 2px solid #c82929;
	margin-left: 0.1rem;
	background-color: #c82929;
}
.header.w-bg .top_right a.btn2:hover {
    background-position: right -0.5rem top -1rem;
	border-color: #910f0f;
	transition-duration: 0.5s;
}
.header.w-bg .top_right a.btn3,
.header.w-bg .top_right a.btn4 {
	display: none;
}

.mobile_menu {
	display: none;
}







.main_content {
	display:block;
	max-width: 1920px;
	margin: auto;
	min-height: 70vh;
	padding-top: 140px;
	box-sizing: border-box;
	font-family: "microsoft jhengHei", "Arial", "Apple LiGothic", "PMingLiU", Heiti;
	overflow: hidden;
}
.main_content img {
	display:block;
	max-width: 100%;
	margin: auto;
}
.side-menu {
	display: block;
	position: fixed;
	right: 0;
	top: 50%;
	width: 70px;
	z-index: 10;
	margin-top: -170px;
}

.text_title1 {
	display: block;
	text-align: center;
	font-size: 0.55rem;
	color: #253266;
	line-height: 1.2;
	font-weight: bolder;
	font-family: Serif, "title_fonts1", "NSimSun", "SimSun", "PMingLiU" , serif;
}
.text_title1 i {
	content: "";
	display: inline-block;
    vertical-align: middle;
    width: 0.1rem;
    height: 0.1rem;
    background: #253266;
    border-radius: 100%;
    margin: -0.1rem 0.2rem 0 0.2rem;
}
.text_title1 u ,
.text_title1.cursor:after {
	content: "";
	display: inline-block;
    vertical-align: text-top;
	width: 2px;
	height: 0.55rem;
	background:#c82929;
	margin: 0 0.1rem;
	animation: flash1 0.5s;
	animation-iteration-count: infinite;
}
@keyframes flash1 {
	0% , 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.1;
	}
}	


.footer {
	display: block;
	background: #151d3d;
	color: #fff;
}
.footer>div {
	display: block;
	max-width: 1200px;
	padding: 0.8rem 0.2rem 1.2rem 0.2rem;
	box-sizing: border-box;
	margin: auto;
	font-size: 18px;
	font-weight: 200;
}
.footer>div p.text1 {
	display: block;
	line-height: 0.25rem;
	border-bottom: 1px solid #555a6c;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
}
.footer>div p.text1 img {
	height: 0.5rem;
	float: left;
	display: block;
	margin-right: 0.35rem;
}

.footer>div p.text2 {
	display: block;
	float: right;
	width: 50%;
	font-size: 15px;
	text-align: right;
	line-height: 1.6;
}
.footer>div p.text2 span {
	display: inline-block;
	padding-right: 0.4rem;
}
.footer>div p.text2 a {
	display: inline-block;
	padding: 0 0.1rem;
	color: #fff;
}
.footer>div p.text2 a:last-child {
	padding-right: 0;
	border-left: 1px solid  #555a6c;
}
.footer>div p.text3 {
	display: block;
	width: 50%;
	font-size: 0px;
	line-height: 1.6;
}
.footer>div p.text3 a {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	padding: 0 0.15rem 0 0 ;
}
.footer>div p.text3 a+a {
	border-left: 1px solid  #555a6c;
	padding: 0 0.15rem;
}


.right_menu {
	position: fixed;
	right: -0.8rem;
	top: 50%;
	margin-top: -1.7rem;
	display: block;
	width: 0.7rem;
	background: #fff;
	z-index: 40;
	font-size: 13px;
	border-radius: 0.08rem 0 0 0.08rem;
	overflow: hidden;
	transition-duration: 0.5s;
	
    border: 1px solid #f5f5f5;
    border-right: 0px solid #f5f5f5;
}
.w-bg .right_menu { 
	right: 0;
}
.right_menu a {
	display: block;
	border-bottom: 1px solid #f5f5f5;
	height: 0.7rem;
	text-align: center;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 0.05rem 0 0 0;
	color: #253266;
}
.right_menu a:hover {
/*	background: #c08d1a;
	color: #fff;*/
}
.right_menu a img {
	display: block;
	margin: auto;
	height: 0.4rem;
}
.right_menu a svg {
	width: 0.4rem;
	height: 0.4rem;
	display: block;
	margin: auto;
	fill:#253266;
	transition-duration: 0.5s;
}
.right_menu a:hover svg {
	fill:#c08d1a;
}
.right_menu p {
	display: block;
	cursor: pointer;
	font-size: 35px;
	text-align: center;
	color: #d8d8d8;
	transition-duration: 0.5s;
	padding:0.1rem 0;
}
.right_menu p:hover {
	color: #253266;
}
.right_menu p svg {
	display:block;
	width:0.2rem;
	height:0.2rem;
	margin:auto;
	fill: #d8d8d8;
	transition-duration:0.5s;
}
.right_menu p:hover svg {
	fill: #253266;
}

.mobile_menu_btn {
	display: none;
}

@media(max-width:1200px){


.footer>div p.text2 {
	padding-bottom: 0.2rem;
}
.footer>div p.text2,
.footer>div p.text3 {
	width: 100%;
	text-align: center;
}
	
.header>div.header_inside .main_menu>ul>li>a, .header>div.header_inside .main_menu>ul>li>p {
    padding: 0 0.2rem;
}	
	
}



@media(max-width:960px){
	
.header.w-bg .top_right a.btn1 ,
.header.w-bg .top_right a.btn2 {
	display: none;
}	
	
.header {
    border-top: 0px;
    border-bottom: 2px solid #c08d1a;
}	
.header.w-bg .top_logo {
    width: 2rem;
}	
.header.w-bg>div.header_inside {
    height: 1rem;
}	
.header>div.header_inside .main_menu {
    font-size: 0.28rem;
    text-align: right;
    height: auto;
    position: absolute;
    top: 1.03rem;
	right: -80%;
	z-index: 50;
	width: 80%;
	padding: 0 0 0 0;
	box-sizing: border-box;
    background: #f7f5f5;
	transition-duration: 0.5s;
}	
.show_m_menu .header>div.header_inside .main_menu {
	right: 0;
}
.header>div.header_inside .main_menu>ul,
.header.w-bg>div.header_inside .main_menu>ul	{
    display: block;
    margin: 0 0 0 auto;
    height: auto;
	padding: 0 0.4rem ;
	overflow: auto;
}	


.header>div.header_inside .main_menu>ul>li {
    display: block;
    position: relative;
    text-align: left;
    height: auto;
	border-bottom: 1px solid #ebeaea;
}	
.header>div.header_inside .main_menu>ul>li>a, .header>div.header_inside .main_menu>ul>li>p {
    padding: 0;
    height: 0.65rem;
}	
.header>div.header_inside .main_menu>ul>li>a, .header>div.header_inside .main_menu>ul>li>p {
    color: #253266;
}	
.header>div.header_inside .main_menu>ul>li ul {
    position: relative;
    background: none;
    width: 100%;
    left: 0;
    top: auto;
    border-top: none;
    padding:0;
    transform: scale(1);
    transform-origin: left top;
    transition-duration: 0.5s;
    opacity: 1;
	overflow: hidden;
	max-height: 40vh;
}	
.header>div.header_inside .main_menu>ul>li.sub_hide ul {
	max-height: 0;		
}	
.header>div.header_inside .main_menu>ul>li ul li {
	border-top: 1px solid #ebeaea;
	height: 0.65rem;
	font-family:'Microsoft YaHei', 'microsoft jhengHei','arial', 'Apple LiGothic';
}
.header>div.header_inside .main_menu>ul>li ul li a {
    line-height: 0.65rem;
    padding: 0 0 0 0.45rem;
	font-weight: normal;
	font-size: 0.24rem;
}	
.header>div.header_inside .main_menu>ul>li>p svg,
.header>div.header_inside .main_menu>ul>li:hover>p svg  {
	height: 0.2rem;
	width: 0.2rem;
	display: inline-block;
	fill:#c82929;
	transform: rotateX(180deg);
	position: absolute;
	right: 0.3rem;
	top: 0.20rem;
}	
.header>div.header_inside .main_menu>ul>li.sub_hide>p svg {
	transform: rotateX(0deg);
}
	

.header.w-bg .top_right a.btn3,
.header.w-bg .top_right a.btn4 {
	display: inline-block;
}	

.mobile_menu_btn {
	display: block;
    background: #f7f5f5;
	padding: 0.6rem 0;
	text-align: center;
	font-size: 0px;
	font-family:'Microsoft YaHei', 'microsoft jhengHei','arial', 'Apple LiGothic';
}	
.mobile_menu_btn a {
	display: inline-block;
	width: 2.3rem;
	height: 0.62rem;
	line-height: 0.62rem;
	font-size: 0.24rem;
	background: #253266;
	color: #fff;
	border-radius: 0.08rem;
}
.mobile_menu_btn a+a {
	background: #c08d1a;
	margin-left: 0.3rem;
}
.header .top_right a.btn1,
.header .top_right a.btn2 {
	display: none;
}
.w-bg .right_menu {
    right: -0.8rem;
}	
.mobile_menu {
    display: block;
	position: fixed;
	width: 0.7rem;
	right: 0.2rem;
	top: 0.18rem;
	cursor: pointer;
}	
.mobile_menu img {
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.mobile_menu img+img  {
	position: absolute;
	top: 0;
	opacity: 0;
}
.show_m_menu .mobile_menu img {
	opacity: 0;
}
.show_m_menu .mobile_menu img+img {
	opacity: 1;
}
.header.w-bg .top_right {
    animation: none;
	opacity: 1;
	top: 0;
}	

.header .top_right a.btn3,
.header .top_right a.btn4 {
	display: inline-block;
	vertical-align: top;
}	
.header .top_right a.btn3 {
	font-size: 0.24rem;
	background: #c82929;
	width: 1.3rem;
	height: 0.55rem;
	line-height: 0.55rem;
	text-align: center;
	font-family:'Microsoft YaHei', 'microsoft jhengHei','arial', 'Apple LiGothic';
	border-radius: 0.1rem;
	border: none;
}
.header .top_right a.btn4 {
	width: 0.6rem;
	border: none;
	height: auto;
	background: none;
	margin: -0.05rem 0 0 0.2rem;
}
.header .top_right a.btn4 img {
	display: block;
	width: 100%;
}
.header .top_right {
    position: fixed;
    right: 0;
    top: 0;
    font-size: 0px;
    z-index: 100;
    height: 1rem;
    width: 42%;
	text-align: left;
	padding: 0.25rem 0 0 0;
}	
.main_content {
    padding-top: 1rem;
}
.mobile_bg {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 30;
	transition-duration: 0.5s;
}	
.show_m_menu .mobile_bg {
	left: 0;
	transition-duration: 0.25s;
}
}

@media(max-width:750px){
html {
	font-size: 50px;
}
	
	
	
	
	
.footer>div p.text1 {
    line-height: 0.35rem;
	font-size: 0.22rem;
	text-align: justify;
	width: 90%;
	border: none;
	margin: 0 auto 0.25rem auto; 
}	
.footer>div p.text1 img {
	display: none;
}
.footer>div p.text2 {
    display: block;
    float: none;
    width: 100%;
    font-size: 0.22rem;
	text-align: center;
}	
.footer>div p.text2 span {
    display: block;
	padding: 0;
}	
.footer>div p.text2 a {
	padding: 0 0.15rem;
}
.footer>div p.text3 {
    display: block;
    width: 100%;
	text-align: center;
	padding: 0.3rem 0 0 0;
}	
.footer>div p.text3 a {
	font-size: 0.22rem;
	padding: 0 0.15rem;
}

.text_title1 {
    font-size: 0.5rem;
	line-height: 0.6rem;
}
.text_title1.cursor:after {
    vertical-align: bottom;
	width: 1px;
	height: 0.6rem;
	margin:0 -0.1rem 0 0.1rem;
}
	
}
	
/* qr code css */
.dynamic_qrcode {
	opacity: 0;
	position: absolute;
	background: url("../images/qr_bg.png") no-repeat;
	background-size: 100% 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 1.4rem;
	height: 1.65rem;
	justify-content: center;
	text-align: center;
	transition: .5s;
  }
  
.dynamic_qrcode.top_large {
	top: 1.3rem;
}

.dynamic_qrcode.top_small {
	top: .7rem;
}

.dynamic_qrcode > canvas {
	position: absolute;
	left: 50%;
	top: 42%;
	transform: translate(-50%, -50%);
	transform-origin: center;
	width: 1rem;
}

@media screen and (min-width: 750px) {
	.dynamic_qrcode_trigger:hover .dynamic_qrcode {
		display: block;
		opacity: 1;
	}
}

@media screen and (max-width: 750px) {
	.dynamic_qrcode_trigger:hover .dynamic_qrcode {
		display: none;
	}
}

.register_errormsg_popup {
	position: fixed;
	display: block;
	width: 6rem;
	height: 1rem;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 0.1rem;
	transition: 0.25s;
	top: 45vh;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 0.3rem;
	line-height: 1rem;
	color: #fff;
	text-align: center;
	z-index: 99;
	letter-spacing: 1px;
}

[v-cloak] {
	display: none;
}