* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Microsoft Yahei', STSong, sans-serif;
}

/* 4px open API header 样式 */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #005ADC;
}

a:hover {
	text-decoration: none;
}

.wrapper {
	margin: 0 auto;
	width: 1200px;
}

.main {
	margin-top: 80px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 30px;
	width: 100%;
	min-width: 1200px;
	height: 80px;
	line-height: 80px;
	z-index: 100;
	background-color: #fff;
}

.header .logo {
	cursor: pointer;
}

.header .nav-menu {
	margin: 0 46px;
	margin-top: 3px;
	line-height: 62px;
}

.header .underline {
	position: absolute;
	bottom: 0;
	left: 236px;
	content: "";
	width: 68px;
	height: 3px;
	background-color: #005ADC;
	transition: all .3s cubic-bezier(.4,0,.2,1);
}

.header .nav-menu > li {
	float: left;
	padding: 0 20px;
	cursor: pointer;
}

.header .nav-menu > li a {
	color: #333;
	text-decoration: none;
}

.header .nav-menu > li:hover > a ,
.header .nav-menu > li:hover > .iconfont ,
.header .nav-menu > li:hover {
	color: #005ADC;
}

.header .nav-menu > li .icon-unfold {
	display: inline-block;
	font-size: 12px;
	color: #000;
	-moz-transition: transform .2s; /* Firefox 4 */
	-webkit-transition: transform .2s; /* Safari 和 Chrome */
	-o-transition: transform .2s; /* Opera */
	transition: transform .2s;
}

.header .nav-menu > li:hover .icon-unfold {
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
	transform:rotate(180deg);
}

.header .nav-menu > li.active ,
.header .nav-menu > li.active .iconfont ,
.header .nav-menu > li.active > a {
	color: #005ADC;
}

.nav-menu-2nd {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;   
	padding: 12px 210px;
	border-top: 1px solid #eee;
}

.nav-menu-2nd li {
	float: left;
	margin: 10px 30px;
	line-height: 22px;
	cursor: pointer;
}

.nav-menu-2nd li:hover a {
	color: #005ADC;
}

.header .nav-userList li {
	float: left;
	margin: 0 4px;
	font-size: 14px;
	color: #777;
	cursor: pointer;
	position: relative;
}
.header .nav-userList li a {
	color: #777;
}
.header .nav-userList li a:hover {
	color: #005ADC;
}
.header .nav-userList li span:hover {
	color: #005ADC;
	border-color: #005ADC;
}

.header .nav-userList .search {
	color: #333;
}

.header .nav-userList .login span, 
.header .nav-userList .register span{
	padding: 10px;
}

.header .nav-userList .username {
	display: none;
	font-size: 14px;
	color: #333;
}

.header .nav-userList.loggedin .login {
	display: none;
}

.header .nav-userList.loggedin .register{
	display: none;
}

.header .nav-userList.loggedin .username {
	display: block;    
	position: relative;    
	padding: 0 6px;
}

.header .nav-userList.loggedin .username:hover {
	background-color: #bec2ca2b;
}

.header .nav-userList.loggedin .logout {
	display: none;
	position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    line-height: 30px;
    padding: 10px 30px;
    width: 117px;
    box-shadow: 0 0 1px 0px rgba(0,0,0,0.3), 0 0 6px 2px rgba(0,0,0,0.15);
}

.header .nav-userList.loggedin .username:hover .logout {
	display: block;
}

.header .nav-userList.loggedin .username .icon-unfold {
	display: inline-block;
	font-size: 12px;
	color: #000;
	-moz-transition: transform .2s; /* Firefox 4 */
	-webkit-transition: transform .2s; /* Safari 鍜� Chrome */
	-o-transition: transform .2s; /* Opera */
	transition: transform .2s;
}

.header .nav-userList.loggedin .username:hover .icon-unfold {
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
	transform:rotate(180deg);
}

/* 4px open footer 样式 */
.footer {
    width: 100%;
    min-width:1200px;
    background-color: #f5f5f5;
}
.footer .fpx-info {
	padding: 70px 0;
	background-color: #ecf0f1;
}

.footer .fpx-info-item {
	float: left;
	width: 20%;
}

.footer .fpx-info-item:last-child {
	width: 40%;
}

.footer .fpx-info-item h5 {
	font-size: 13px;
	color: #000;
	text-indent: -26px;
}

.footer .fpx-info-item li {
	font-size: 12px;
}

.footer .fpx-info-item.partner {
	margin-right: 0;
}

.footer .fpx-info-item.partner li {
	float: left;
	width: 70px;
	height: 28px;
	border: 1px solid #d6d6d6;
	overflow: hidden;
	margin: 0 2px 2px 0;
}

.footer .fpx-info-item.partner li img {
	width: 100%;
	height: auto;
}

.footer .fpx-copyright {
	padding: 40px 0;
	margin: 0 auto;
    width: 1200px;
	color: #666;
	text-align: right;
}

.footer .fpx-copyright p{
	margin:0;
}

.footer .fpx-copyright .text-a {
	font-size: 13px;
}

.footer .fpx-copyright a{
	color:#666;
}

.footer .fpx-copyright .text-c {
	font-size: 12px;
}

.doctable thead > tr > th {
	border-bottom: none;
    background-color: #666666;
    color: #fff;
}

.table-hover > tbody > tr:hover {
    background-color: #f9f9f9;
}

.doctable tbody > tr > td a {
	color: #333;
}

.doctable tbody > tr > td a:hover {
	color: #0089cd;
}
.fees-wrap {
    color: #ee3e01;
}

.free-wrap {
    color: #094;
}
.treetable {
	width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
}

.treetable thead > tr > th {
	text-align: left;
    background-color: #666;
    color: #fff;
}

.treetable thead > tr > th,
.treetable tbody > tr > td  {
	padding: 6px 10px;
}

.treetable tbody > tr:nth-child(2n) {
	background-color: #f5f5f5;
}

.fpx-api-isfree {
	display: inline-block;
    padding: 2px 10px;
    border: 1px solid #666;
    margin-right: 12px;
}

.doc-version {
	padding: 2px 10px;
}

.footer .company-infor .wrapper {
    padding: 50px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer .company-infor .link li a, .footer .company-infor .link li {
    font-size: 12px;
    color: #666666;
    line-height: 30px;
}

.footer .company-infor .link li:first-child {
    margin-bottom: 10px;
    color: #333333;
    font-size: 18px;
}

.footer .company-infor .link.address {
    margin-left: 58px;
}

.footer .company-infor .link.address li {
    max-width: 204px;
    text-indent: -36px;
}

.en .footer .company-infor .link.address li {
    text-indent: -58px;
}

.footer .company-infor .logo {
    align-self: center;
}

.footer .partner {
    padding: 20px 0;
    background-color: #e9e9e9;
}

.partner .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 1200px;
}

.partner .btn {
    cursor: pointer;
}

.partner .iconfont {
    color: #999999;
    font-weight: bold;
    font-size: 18px;
}

.partner .box {
    width: 1104px;
    overflow: hidden;
}

.partner .partner-list {
    margin-bottom: 0;
    width: 9999px;
    font-size: 0;
}

.partner .partner-list li {
    position: relative;
    display: inline-block;
    margin: 0 32px;
    width: 120px;
    height: 60px;
    overflow: hidden;
}

.partner .partner-list li img {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-50%);
}

.partner .partner-list li:hover img{
    transform: translateX(0);
}

.partner .reverse{
	transform: rotate(180deg);
}
.entry-type,
.entry-type-register {
	    position: absolute;
    left: 50%;
    top: 53px;
    z-index: 999;
    padding: 8px;
    -webkit-transform: translate(-50%, 6px);
    -moz-transform: translate(-50%, 6px);
    -o-transform: translate(-50%, 6px);
    -ms-transform: translate(-50%, 6px);
    transform: translate(-50%, 6px);
    background: #fff;
    border: 1px solid #eee;
    display: none;
}
.entry-type li,
.entry-type-register li {
    font-size: 12px;
    text-align: center;
    margin: 0 0 2px 0!important;
    float: none!important;
        line-height: normal;
}
.entry-type li a,
.entry-type-register li a {
	    padding: 4px 8px;
	        width: 100%;
    display: inline-block;
    white-space: nowrap;
}
.entry-type li a:hover,
.entry-type-register li a:hover {
	    background-color: #005ADC;
    color: #fff!important;
}
a:hover, a:visited, a:link {
	border: none;
}
