@charset "utf-8";
:root{
	--maincolor:#A354C1;
}
*{ margin:0; padding:0;}
html, body, div, span, iframe, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: normal;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
input,select{
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
i {
    font-style: normal;
}
a {
	blr:expression(this.onFocus=this.blur());
}
a:focus {
	outline: none;
}
a.hidefocus {
	outline: none
}
input[type=text],input[type=submit], input[type=button] {
	-webkit-appearance: none; /*去除iPhone input默认样式}*/
}
input{
	outline: none
}
.wrapper{
	margin:12px 12px 75px 12px;
}
img {
	width: 100%;
	display: block;
}
body {
	min-width: 320px;
	position: relative;
	background-size: 100%;
	background: #f5f5f5;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.container {
	width:1500px;
    margin: 0 auto;
}
.flex{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.fles{
	display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
}
.flec{
	display: flex;
    display: -webkit-flex;
    align-items:center;
}
.line2{
	display:grid; 
	grid-template-columns: repeat(2, 1fr);
}
.line3{
	display:grid; 
	grid-template-columns: repeat(3, 1fr);
}
.line4{
	display:grid; 
	grid-template-columns: repeat(4, 1fr);
}
.line5{
	display:grid; 
	grid-template-columns: repeat(5, 1fr);
}
.clear{ 
	clear:both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.nav{
	background:#000;
	display: block;
	min-height:60px;
	line-height:60px;
}
.nav ul{
	padding:0 10px;
	margin:0;
}
.nav ul li{
	display: inline-block;
	line-height:60px;
	margin-right:20px;
}
.nav ul li a{
	text-decoration: none;
	color:#fff;
}
.menu{
	height: 40px;
	width: 56px;
	position: absolute;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	cursor: pointer;
	z-index: 9999;
	display: none;
}
.menu a {
	background-color: #333;
	display: block;margin: 0 auto;
	height: 2px;
	margin-top: -1px;
	position: relative;
	top: 50%;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 30px;
	border-radius: 2px;
}
.menu a:after{
	width:30px;
}
.menu a:before{
	width:30px;
}
.menu a:after,
.menu a:before {
	background-color: #333;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.menu a:after {
	top: 10px;
}

.menu a:before {
	top: -10px;
}
.selected .menu {
	transform: rotate(90deg);
}

.selected .menu a:after,
.selected .menu a:before {
	top: 0;
}

.selected .menu a:before {
	transform: translateY(0px) rotate(-45deg);
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
	background: #fff;
	width: 100%;
}

.selected .menu a:after {
	transform: translateY(0px) rotate(45deg);
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
	background: #fff;
	width: 100%;
}

.selected .menu a {
	background-color: transparent !important;
}



.pages{
    text-align: center;
    margin-top:30px;
}
.pages a{
    display: inline-block;
    width:30px;
    height:30px;
    line-height:30px;
    background:#999;
    color:#fff;
    border-radius:15px;
    margin:0 4px;
}
.pages a[title="Total record"]{
    display: none;
}
.pages b{
    width:30px;
    height:30px;
    line-height:30px;
    display: inline-block;
    background:var(--maincolor);
    color:#fff;
    border-radius:15px;
    margin:0 4px;
}

.header {
    padding: 15px 0;
}
.header-inner {
    justify-content: space-between;
}

.logo {
    width: 130px;
    height: 50px;
    display: block;
    background:url(../images/logo-purple.png?v=1.1) center center no-repeat;
    background-size:130px;
}

.nav-menu ul {
    gap: 30px;
}

.nav-menu li a {
	display: block;
    color: #000;
    font-size: 16px;
    line-height:40px;
    padding:0 15px;
    transition: background 0.3s;
    border-radius:20px;
}

.nav-menu li.active a {
	border-radius:20px;
    background: var(--maincolor);
    color: #fff;
}

.lang-selector {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    color: #333;
    position: relative;
    padding-right:30px;
}
.lang-selector::after{
	content:"";
	position: absolute;
	right:0;
	top:2px;
	width:16px;
	height:16px;
	background:url(../images/lang-black.png) center center no-repeat;
	background-size:16px;
}

.lang-selector .arrow {
    width: 16px;
    height: 16px;
    display: block;
}

.header.transparent-white{
	background:none;
}
.header.transparent-white .lang-selector *,
.header.transparent-white .nav-menu a{
	color:#fff;
}
.header.transparent-white .lang-selector::after{
	background:url(../images/lang-white.png) center center no-repeat;
	background-size:16px;
}
.header.transparent-white .logo{
    background:url(../images/logo.png) center center no-repeat;
    background-size:130px;
}



.lang-drop-list {
    display: none; /* 默认隐藏下拉框 */
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    min-width: 100px;
    z-index: 9999;
}

.lang-drop.on .lang-drop-list {
    display: block;
}
.header-inner.on .lang-drop-list{
    display: block;
}
.lang-drop-list a {
    display: block;
    padding: 8px 16px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

.lang-drop-list a:hover {
    background: #f5f5f5;
}

.header.transparent-white .lang-drop-img img {
    filter: brightness(0) invert(1);
}
.header.transparent-white .lang-drop-list a {
    color: #333;
}


.footer {
    background: #333;
    color: #fff;
    padding: 40px 0 60px 60px;
}

.footer-inner {
    position: relative;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    width: auto;
    height: 40px;
    display: block;
}

.footer-nav ul {
    gap: 20px;
    margin-left:20px
}

.footer-nav ul li{
	line-height:1.6;
}

.footer-nav a {
    color: #999;
    font-size: 14px;
}

.footer-nav a:hover {
    color: #ccc;
}
.footer-right .marks li{
	max-width:100px;
	margin-left:20px;
}


.footer-copyright a,
.footer-copyright p {
    margin-bottom: 5px;
    color:#999;
    font-size:14px;
}
.bottom{
	background: #333;
	padding:15px 0;
	border-top:1px solid #666;
}

@media screen and (max-width:1600px){
    .container{
        width:1400px;
        margin:0 auto;
    }
    .footer{
        padding:40px 0 40px 40px;
    }
}


@media screen and (max-width:1400px){
    .container{
        width:1200px;
        margin:0 auto;
    }
}

@media screen and (max-width:1200px){
    .container{
        width:980px;
        margin:0 auto;
    }
    .nav-menu li a{
        padding:0;
    }
}

@media screen and (max-width:768px){
    .container{
        width:calc(100% - 20px);
        padding:0 10px;
    }
    .header{
        background:#fff;
    }
    body.index .header{
        background:rgba(0,0,0,.2);
    }
	.menu{
		display: block;
		left: auto;
        right: 5px;
        top: 15px;
	}
	.menu a:after, 
	.menu a:before,
	.index .menu a{
	   background-color: #fff;
	}
	.nav-menu{
	    display: none;
	    position: absolute;
	}
	.lang-selector{
	    right:70px;
	}
	.footer-nav{
	    display: none;
	}
	.footer-copyright,
	.footer-inner{
	    flex-direction: column;
        align-items: center;
	}
}
