
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	min-height: 100%;
	min-width: 100%;
	-ms-text-size-adjust: none;
}

body {
	color: #000;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	line-height: 17px;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;
	-moz-font-feature-settings: 'liga';
	-ms-font-feature-settings: 'liga';
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga';
}

li {
	list-style: none;
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

a {
	text-decoration: none;
}

a {
	color: #292929;
}/*a:link {color: #0000FF;}a:visited {color: #800080;}a:hover {color: #0000FF;}a:active {color: #EE0000;}*/a.nontext {
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

.t-table {
	display: table;
	table-layout: fixed;
}

.t-cell {
	display: table-cell;
}

.centerdiv {
	width: 100%;
	text-align: center;
}

.transition {
	-webkit-transition-duration: 0.2s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease-in-out;
	transition-duration: 0.2s;
	transition-delay: 0s;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: all;
	transition-property: all;
}

.clamp {
}

.clamp1 {
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.clamp {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	white-space: normal;
}

.clamp2 {
	-webkit-line-clamp: 2;
}

.clamp3 {
	-webkit-line-clamp: 3;
}/*头部 start*/.topimg {
	width: 100%;
	text-align: center;
	padding-top: 25px;
}

.topimg img {
	width: 313px;
	height: 117px;
}
/*.menuarea{width:100%;margin-top:31px;}.menu{width:100%;text-align:center;padding:0px 0;background-color:#fff;position:relative;z-index:10;}.menu.fixed{position:fixed;top:0;padding:7.85px 0;height:48px;}*/
.menuarea {
	position: fixed;
	left: 0;
	top: 165px;
	width: 100%;
	height: 49px;
	z-index: 12;
	background-color: #fff;
}

.menuarea .menu {
	/*position: absolute;*/
	width:720px;
	margin: 8px auto;
}

.menu .inner {
	width: 100%;
}

.menu .logo {
	opacity: 0;
	position: fixed;
	left: 89px;
	top: 0;
}

.menu .logo img {
	width: 128px;
	height: 48px;
}

.menu.fixed .logo {
	opacity: 1;
}
.menu .userlogo{position:absolute;right:-130px;width:33px;height:33px;border:#c4c4c4 1px solid;border-radius:50%;}
.menu .userlogo img{width:100%;height:100%;border-radius:50%;}


.menu .item {
	text-align: center;
	position: relative;
	display: inline-block;
	height: 34px;
	font-size: 14px;
	color: #292929;
	white-space: nowrap;
	word-wrap: normal;
	float: left;
}

.menu .item:after {
	content: "";
	clear: both;
	display: block;
}

.menu .item.active {
	color: #E30412;
}

.menu .item:hover {
	color: #E30412;
}

.menu .item{
	width: 103px;
}

.menu .item .t-table {
	width: 100%;
	height: 100%;
}

.menu .item .t-cell {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.menu .item .txt {
	font-family: '__FZDaBiaoSong-B06_5';
	font-weight: 400;
	
	text-transform:Uppercase ;
}

.menu .item .childs {
	background: url('/uploads/images/arrowmenudown.png') no-repeat right center;
}

.menu .item .childs .childlist {
	position: absolute;
	left: 0;
	right: 0;
	top: 34px;
	display: none;
	background-color: #fff;
	z-index: 10;
}

.menu .item:hover .childs .childlist {
	display: block;
}

.menu .item .childs .childlist li {
	height: 37px;
	line-height: 37px;
	text-align: center;
}

.menu .item .childs .childlist li:hover,.menu .item .childs .childlist li.active {
	background-color: #aaa;
}

.menu .item .litxt {
	white-space: nowrap;
	word-wrap: normal;
	color: #292929;
}

.menu .item .litxt1 {
	font-size: 12px;
	font-family: '__FZDaBiaoSong-B06_5';
	font-weight: 400;
	text-transform:Uppercase ;
}

.menuflag {
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	margin-top: 78px;
}

.nav {
	background-color: #fff;
	text-align: center;
	position: fixed;
	top: 315px;
	left: 0;
	width: 100%;
	height: 47px;
	z-index: 10;
	border-top: #292929 1px solid;
	border-bottom: #292929 1px solid;
}

.nav .inner {
	width: 1110px;
	position: absolute;
	top: 0;
}

.nav .inner:after {
	content: "";
	display: block;
	clear: both;
}

.nav .item {
	position: relative;
	float: left;
	height: 48px;
	font-size: 14px;
	color: #292929;
	white-space: nowrap;
	word-wrap: normal;
}

.nav .item.active {
	color: #E30412;
}

.nav .item:hover {
	color: #E30412;
}

.nav .item.gfaa-main {
	width: 120px;

}

.nav .item.gfaa-exhibitors {
	width: 120px;
}

.nav .item.gfaa-visitors {
	width: 120px;
}

.nav .item.gfaa-review {
	width: 120px;
}

.nav .item.gfaa-press {
	width: 120px;
}

.nav .item.gfaa-partners {
	width: 120px;
}

.nav .item.gfaa-about-gfaa {
	width: 100px;
}

.nav .item .t-table {
	height: 100%;
}

.nav .item .t-cell {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding: 0 10px;
}

.nav .item .txt {
	font-size: 12px;
	line-height: 14px;
	font-family: '__FZLanTingHeiS-EL-GB_5';
	font-weight: 400;
	    text-transform: Uppercase;
}

.nav .item .txt1 {
	font-family: raleway, sans-serif;
	font-size: 10px;
	font-weight: 300;
	line-height: 12px;
	    text-transform: Uppercase;
}

.nav .item .childs {
	background: url(/uploads/images/arrowmenudown.png) no-repeat right center;
}

.nav .item .childs .childlist {
	position: absolute;
	left: 0;
	right: 0;
	top: 45px;
	display: none;
	background-color: #fff;
	z-index: 10;
}

.nav .item:hover .childs .childlist {
	display: block;
}

.nav .item .childs .childlist li {
	padding: 8px 0;
	text-align: center;
}

.nav .item .childs .childlist li:hover {
	background-color: #aaa;
}

.nav .item .litxt {
	white-space: nowrap;
	word-wrap: normal;
	color: #292929;
}

.nav .item .litxt1 {
	font-size: 12px;
	line-height: 12px;
	font-family: '__FZDaBiaoSong-B06_5';
	font-weight: 400;
}

.nav .item .litxt2 {
	line-height: 10px;
	font-size: 10px;
	font-family: raleway, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}/*头部 start*//*底部 start*/.totoparea {
	width: 100%;
	text-align: center;
	margin-top: 107px;
	margin-bottom: 82px;
}

.totoparea .inner {
	text-align: right;
	width: 1370px;
	margin: 0 auto;
	padding-right: 109px;
}

.totoparea .gotop {
	display: inline-block;
	cursor: pointer;
	width: 29px;
	height: 29px;
	border: #000 2px solid;
	background-image: url(/uploads/images/arrow-up_dark_mini.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px 25px;
}

.totoparea .gotop:hover {
	border-color: gray;
	background-image: url(/uploads/images/arrow-up_gray_mini.png);
}

.bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	background-color: #fff;
	cursor: pointer;
	height: 419px;
}

.bottom.collect {
	overflow: hidden;
	height: 63px;
}

.bottom .bimg {
	position: relative;
	width: 100%;
	height: 61px;
	text-align: left;
	line-height: 61px;
	background-image: url(/uploads/images/expand-u23379.png);
	background-repeat: no-repeat;
	background-position: left top;
	    /*background-size:cover;*/
}

.bottom .bimg:before {
	content: "";
	border-color: #989797;
	border-top-style: solid;
	border-top-width: 1px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transform: scaleY(0.5);
	-webkit-transform-origin: 0% 0%;
	transform: scaleY(0.5);
	transform-origin: 0% 0%;
}

.bottom .bimg:after {
	content: "";
	border-color: #989797;
	border-top-style: solid;
	border-top-width: 1px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleY(0.5);
	-webkit-transform-origin: 0% 0%;
	transform: scaleY(0.5);
	transform-origin: 0% 0%;
}

.bottom .bimg .t_logo {
	width: 100%;
	/*margin-left: 32%;*/
	text-align: center;
	font-size: 12px;
	font-family: '__FZLanTingHeiS-UL-GB_5';
	line-height: 61px;
	color: #959494;
	float: left;
	z-index: 10;
	overflow: hidde;
}

.bottom .bimg .t_logo font {
	font-size: 18px;
	margin-top: 10px;
	vertical-align: middle;
}

.bottom .bimg .f_logo {
    width: 180px;
    /* text-align: left; */
    /* float: right; */
    z-index: 50;
    /* top: -200px; */
    position: absolute;
    float: right;
    right: 0px;
    top: -0px;
}

.bottom .bimg img {
	vertical-align: middle;
	max-width: 100%;
	height: 100%;
}

.bottom .bottom-con {
	width: 100%;
	height: 356px;
	min-width: 1373px;
	position: relative;
}

.bottom .bottom-con .t-table {
	width: 100%;
	height: 100%;
}

.bottom .bottom-con .t-cell {
	height: 100%;
	vertical-align: top;
	min-width: 680px;
	overflow: hidden;
}

.bottom .bottom-inner {
	width: 100%;
	height: 100%;
	border: #fff 1px solid;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.bottom .bottom-inner:after {
	content: "";
	clear: both;
	display: block;
}

.bottom .bottom-con .item {
	float: left;
}

.bottom .item1 {
	width: 271px;
	height: 320px;
	border-right: #eaeaea 1px solid;
	text-align: center;
}

.bottom .item1 .txt1 {
	font-size: 18px;
	color: #382C2D;
	margin-top: 16px;
	line-height: 25px;
	font-family: '__FZDaBiaoSong-B06_5';
	text-align: center;
	letter-spacing: 0px;
	font-weight: 400;
	min-height: 29px;
}

.bottom .item1 .txt2 {
	font-size: 12px;
	line-height: 17px;
	color: #7F7F7F;
	font-family: '__FZLanTingHeiS-EL-GB_5';
}

.bottom .item2 {
	width: 469px;
	height: 320px;
	padding: 36px 48px 0;
	border-right: #ebebeb 1px solid;
}

.bottom .item2 .txt1 {
	background-color: transparent;
	font-family: '__FZDaBiaoSong-B06_5';
	font-weight: 400;
	font-style: normal;
	color: #382C2D;
	font-size: 14px;
	/*letter-spacing: 4px;*/
	line-height: 24px;
	padding: 0px;
}

.bottom .item2 .txt2 {
	font-family: '__FZDaBiaoSong-B06_5';
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #7F7F7F;
}

.bottom .item2 .email_outer {
	width: 303px;
	margin: 30px 0 0;
	text-align: left;
	position: relative;
}

.bottom .item2 .email {
	color: #7F7F7F;
	border-bottom: #c4c4c4 1px solid;
	background-color: transparent;
	line-height: 14px;
	letter-spacing: 2px;
	position: relative;
	padding: 6px;
	z-index: 180;
	min-height: 14px;
	width: 253px;
	height: 28px;
}

.bottom .item2 .email input {
	letter-spacing: 2px;
	background: transparent;
	outline: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent;
	border: none;
	font-style: normal;
	width: 255px;
	min-height: 14px;
	padding: 6px;
	color: #C4C4C4;
	letter-spacing: 0px;
	font-family: '__FZLanTingHeiS-EL-GB_5';
	font-size: 12px;
	font-weight: 400;
}

.bottom .item2 .email_outer .sendemail {
	width: 88px;
	height: 32px;
	position: absolute;
	right: -50px;
	bottom: 0;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	/*background-image: url(/uploads/images/send1.png);*/
	text-align: center;
    line-height: 32px;
    font-weight: 400;
	border: 1px solid #000;
}

.bottom .item2 .email_outer .sendemail:hover {
	/*background-image: url(/uploads/images/send2.png);*/
}

.bottom .item2 .txt3 {
	min-height: 22px;
	margin-top: 50px;
	font-family: '__FZDaBiaoSong-B06_5';
	font-weight: 400;
	color: #382C2D;
	font-size: 14px;
	/*letter-spacing: 4px;*/
	line-height: 24px;
}

.bottom .item2 .qrcode {
	width: 100%;
	margin-top: 15px;
}

.bottom .item2 .qrcode .picitem {
	width: 75px;
	text-align: center;
	margin-right: 20px;
	float: left;
}

.bottom .item2 .qrcode .picitem:last-child {
	margin-right: 0;
}

.bottom .item2 .qrcode .picitem img {
	width: 63px;
	height: 63px;
}

.bottom .item2 .qrcode .picitem .txt {
	line-height: 20px;
	text-align: center;
	letter-spacing: 0px;
	color: #7F7F7F;
	font-size: 12px;
	font-family: '__FZLanTingHeiS-EL-GB_5';
	font-weight: 400;
	min-height: 14px;
}

.bottom .item3 {
	padding: 36px 0px 0 60px;
	text-align: left;
}

.bottom .item3 .txt1 {
	background-color: transparent;
	font-family: '__FZDaBiaoSong-B06_5';
	font-weight: 400;
	font-style: normal;
	color: #382C2D;
	font-size: 14px;
	/*letter-spacing: 4px;*/
	line-height: 24px;
	padding: 0px;
}

.bottom .item3 .txt2 {
	font-family: '__FZDaBiaoSong-B06_5';
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #7F7F7F;
}

.bottom .item3 .inputs {
	margin-top: 20px;
	text-align: left;
}

.bottom .item3 input {
	outline: 0;
	float: left;
	width: 186px;
	height: 28px;
	border: #c4c4c4 1px solid;
	background-color: transparent;
	border-radius: 4px;
	background-color: transparent;
	color: #C4C4C4;
	text-align: left;
	font-size: 12px;
	line-height: 28px;
	font-family: '__FZLanTingHeiS-EL-GB_5';
	font-weight: 400;
	padding: 0 10px;
}

.bottom .item3 .input1 {
}

.bottom .item3 .input2 {
	margin-left: 14px;
}

.bottom .item3 .btnarea {
	margin-top: 12px;
}

.bottom .item3 .btnarea .btn {
	float: left;
	width: 90px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-width: 0px;
	border-color: transparent;
	background-color: #28292E;
	border-radius: 4px;
	color: #fff;
	letter-spacing: 2px;
	font-size: 12px;
	font-family: '__FZDaBiaoSong-B06_5';
	font-weight: 400;
}

.bottom .item3 .btnarea .btn:hover {
	border: #28292E 1px solid;
	background-color: #fff;
	color: #28292E;
}

.bottom .item3 .btnarea .btn-ok {
}

.bottom .item3 .btnarea .btn-reset {
	margin-left: 16px;
}

.bottom .item3 .btnarea a {
	float: left;
	height: 28px;
	line-height: 28px;
	margin-left: 14px;
	border-color: #EAEAEA;
	text-align: left;
	letter-spacing: 1px;
	color: #C4C4C4;
	font-size: 10px;
	font-family: '__FZLanTingHeiS-EL-GB_5';
	font-weight: 400;
}

.bottom .item3 .txt3 {
	min-height: 22px;
	margin-top: 20px;
	font-family: '__FZDaBiaoSong-B06_5';
	font-weight: 400;
	color: #382C2D;
	font-size: 14px;
	/*letter-spacing: 4px;*/
	line-height: 24px;
}

.bottom .item3 .qrcode {
	width: 100%;
	margin-top: 15px;
}

.bottom .item3 .qrcode .picitem {
	width: 75px;
	text-align: center;
	margin-right: 10px;
	float: left;
}

.bottom .item3 .qrcode .picitem:last-child {
	margin-right: 0;
}

.bottom .item3 .qrcode .picitem img {
	height: 46px;
}

.bottom .item3 .qrcode .picitem .txt {
	line-height: 20px;
	text-align: center;
	letter-spacing: 0px;
	color: #7F7F7F;
	font-size: 12px;
	font-family: '__FZLanTingHeiS-EL-GB_5';
	font-weight: 400;
	min-height: 14px;
}/*底部 start*/.mousemini {
	width: 100%;
	text-align: center;
	cursor: pointer;
	display: block;
}

.mousemini .txt {
	line-height: 14px;
	color: #737373;
	text-align: center;
	font-size: 12px;
	font-family: '__FZLanTingHeiS-EL-GB_5';
	font-weight: 400;
}

.txtlineouter {
	width: 100%;
	text-align: center;
}
line-height: 14px;
	color: #000;
	text-align: center;
	font-size: 12px;
	font-family: '__FZLanTingHeiS-EL-GB_5';
	font-weight: 400;
.txtline {
	width: 1370px;
	margin: 0 auto;
	/*text-transform: uppercase;*/
	color: #333;
}

.txtline .txt {
	line-height: 31px;
	font-size: 24px;
	font-family: '__FZDaBiaoSong-B06_5';
}/*.txtline .txt1{    letter-spacing: 1px;font-size: 18px;    font-family: '__FZLanTingHeiS-UL-GB_5';    font-weight: 400;    line-height: 22px;color: #333333;text-transform: uppercase;}*/.txtline .txt1 {
	color: #333333;
    /*font-family: raleway, sans-serif;*/
	font-family: '__FZLanTingHeiS-UL-GB_5';
	font-size: 18px;
	font-weight: 300;
    /*letter-spacing: 1px;*/
	text-transform: uppercase;
}

.detailouter {
	width: 100%;
	text-align: center;
	/*cursor: pointer;*/
	margin-top: 60px;
}

.detailouter .inner {
	/*width: 1370px;*/
	margin: 0 auto;
}

.detailouter .bg {
	/*width: 100%;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	*/
	line-height: 14px;
	color: #737373;
	text-align: center;
	font-size: 12px;
	font-family: '__FZLanTingHeiS-EL-GB_5';
	font-weight: 400;
	width: 100px;
    margin: 0 auto;
}

.detailouter .bg1 {
	background-image: url('/uploads/images/services-fr.png');
	margin-bottom: 5px;
	display:block;
	height:20px;
	width:20px;
}

.detailouter .bg2 {
	background-image: url('/uploads/images/u20470.png');
}

.detailouter:hover .bg1 {
	background-image: url('/uploads/images/services-fr-1.png');
}

.detailouter:hover .bg2 {
	background-image: url('/uploads/images/u20470-r.png');
}

.txtcon {
	width: 100%;
	text-align: center;
}

.txtcon .inner {
	width: 1184px;
	margin: 0 auto;
	text-align: center;
}

.txtcon .txt1 {
	font-size: 14px;
	line-height: 24px;
	color: #939393;
	font-family: '__FZLanTingHeiS-EL-GB_5';
}

.txtcon .txt2 {
	margin-top: 24px;
	line-height: 22px;
	font-size: 14px;
	color: #7F7F7F;
	font-family: raleway, sans-serif;
	font-weight: 300;
}

.downtxt {
	width: 100%;
	text-align: center;
}

.downtxt .txt {
	width: 173px;
	margin: 0 auto;
	border: #333 2px solid;
	border-radius: 4px;
	padding: 7px 0;
	min-height: 18px;
	line-height: 19px;
	color: #333333;
	text-align: center;
	font-size: 16px;
	font-family: '__FZDaBiaoSong-B06_5';
	font-weight: 400;
}

.downtxt .txt:hover {
	background-color: #000;
	color: #fff;
}

.gfaatop {
	width: 100%;
	margin-top: 22px;
}

.leftside {
	float: left;
	margin-left: 130px;
	margin-top: 32px;
}

.leftside .txt1 {
	margin-top: 15px;
	min-height: 36px;
	line-height: 24px;
	color: #000000;
	font-size: 20px;
	letter-spacing: 0px;
	font-family: '__FZDaBiaoSong-B06_5';
	font-weight: 400;
}

.leftside .txt2 {
	margin-top: 14px;
	text-transform: uppercase;
	color: #000000;
	font-size: 14px;
	letter-spacing: 2px;
	font-family: raleway, sans-serif;
	font-weight: 300;
}

.rightside {
	float: right;
	width: 320px;
	margin-right: 130px;
}

.rightside .txt {
	min-height: 78px;
	margin-top: 51px;
	line-height: 20px;
	font-size: 14px;
	letter-spacing: 1px;
	/*font-family: '__FZDaBiaoSong-B06_5';*/
	font-family: '__FZLanTingHeiS-EL-GB_5';
	font-weight: 400;
	color: #000000;
	text-align: left;
}

.rightside .btns {
	margin-top: 38px;
}

.rightside .icon {
	-webkit-transition-duration: 0.2s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease-in-out;
	transition-duration: 0.2s;
	transition-delay: 0s;
	transition-timing-function: ease-in-out;
	background-image: url("/uploads/images/blank.gif");
	border-color: #787878;
	background-color: transparent;
	float: left;
	width: 123px;
	text-align: center;
	padding: 8px 0;
	border: #333 1px solid;
	border-radius: 4px;
	line-height: 19px;
	color: #333333;
	text-align: center;
	font-size: 16px;
	font-family: '__FZDaBiaoSong-B06_5';
	font-weight: 400;
	margin-right: 17px;
	margin-left: 20px;
}
.txt4 a span{
		font-family:'__FZLanTingHeiS-EL-GB_5';
		color:#000;
		font-size:12px;
}
.rightside .icon:last-child {
	margin-right: 0;
}

.rightside .icon:hover {
	background-color: #000;
	color: #fff;
}

.menuarea .language {

	width:120px;
	color: #101010;
	font-family: '__FZLanTingHeiS-R-GB_5';
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
}
.menuarea .language .t-cell{
	text-align:right;
	line-height:20px;
}

.menuarea .language .name1 , .menu .language .name2{
	text-align:center;
	float:left;
	width:35px;
}
.menuarea .language:hover{
	color:#101010;
}
.menuarea .language .name2:hover , #lg_hover{
	text-decoration:underline;
	color:red;
}

.menuarea .language .name3{
	float:left;
	width:5px;
}

.menuarea .loginarea{position:absolute;right:16%;top:-5px;margin-top: 8px;}
.menuarea .loginarea .t-cell{
	line-height:40px;
}

.menuarea .loginouter{width:70px;}
.menu .registerouter{width:70px;}
.fixedlayer{
	position:fixed;left:0;right:0;top:0;bottom:0;background-color:#fff;z-index:200;
	display:none;opacity:0;
}
.fixedlayer .inner{width:100%;height:100%;overflow:auto;}
.fixedlayer .t-table{width:100%;height:100%;}
.fixedlayer .t-cell{width:100%;height:100%;text-align:center;vertical-align:middle;}
.fixedlayer .txt1{
	color: #111111;
	text-align: center;
	letter-spacing: 2px;
	font-size: 30px;
	line-height: 36px;
	font-family: '__FZDaBiaoSong-B06_5';
	font-weight: 400;
}
.fixedlayer .txt2{
	color: #111111;
	text-align: center;
	letter-spacing: 0px;
	font-size: 12px;
	line-height: 14px;
	font-family: '__FZLanTingHeiS-EL-GB_5';
	font-weight: 400;
	padding-top:6px;
}
.fixedlayer .txt3{text-decoration: underline; }
.fixedlayer .input{
	border-style: solid;
	border-width: 1px;
	border-color: #111111;
	background-color: transparent;
	border-radius: 10px;
	color: #C8C8C8;
	font-size: 12px;
	line-height: 13px;
	font-family: '__FZLanTingHeiS-EL-GB_5';
	font-weight: 400;
	width: 459px;
	min-height: 39px;
	margin-top: 34px;
	position: relative;
	text-decoration: none;
	padding:0 10px;
	outline: none;
	color:#000;
}
.fixedlayer .txt4{width: 459px;margin:17px auto 0;position:relative;}
.fixedlayer .txt5{
	color: #111111;cursor: pointer;
	text-align: left;
	letter-spacing: 0px;
	font-size: 12px;
	line-height: 14px;
	font-family: '__FZLanTingHeiS-EL-GB_5';
	font-weight: 400;
	text-decoration: underline;
	float:left;
}
.fixedlayer .txt6{
	color: #111111;cursor: pointer;
	text-align: right;
	letter-spacing: 0px;
	font-size: 12px;
	line-height: 14px;
	font-family: '__FZLanTingHeiS-EL-GB_5';
	font-weight: 400;
	float:right;
}
.fixedlayer .txt6:hover{color:#E03838}
.fixedlayer .txt7{
	color: #111111;cursor: pointer;
	text-align: left;
	letter-spacing: 4px;
	font-size: 12px;
	line-height: 14px;
	font-family: '__FZLanTingHeiS-EL-GB_5';
	font-weight: 400;
	float:left;margin-left:17px;
}
.fixedlayer .txt11{
	color: #111111;cursor: pointer;
	text-align: left;
	letter-spacing: 0px;
	font-size: 12px;
	line-height: 14px;
	font-family: '__FZLanTingHeiS-EL-GB_5';
	font-weight: 400;
	float:left;margin-left:17px;
}
/*
.fixedlayer .txt7:hover{color:#3AADAA;}
*/
.fixedlayer .txt7:hover{color:#E03838}
.fixedlayer .radius{
	position:absolute;left:0;top:1px;
	width:11px;height:11px;border:#111 1px solid;border-radius:50%;display:inline-block;
}
.fixedlayer .radio.active .radius:after{
	content:"";width:3px;height:3px;background-color:#111;border-radius:50%;
	position:absolute;left:3px;top:3px;
}
.fixedlayer .txt7:hover .radius{border-color:#E03838;}
.fixedlayer .txt7:hover .radio.active .radius:after{background-color:#E03838;}
.fixedlayer .txt8{text-decoration: underline; curosr:pointer;}
.fixedlayer .txt8:hover{color:#E03838}
.fixedlayer .txt9{
	color: #111111;
	text-align: right;
	letter-spacing: 0px;
	font-size: 12px;
	line-height: 14px;
	font-family: '__FZLanTingHeiS-EL-GB_5';
	font-weight: 400;
	float:right;position:relative;padding-right:56px;
}
.fixedlayer .img1{position:absolute;top:-2px;right:0;width:23px;vertical-align:middle;}
.fixedlayer .img1 img{width:100%;vertical-align:middle;}
.fixedlayer .img2{position:absolute;top:-2px;right:33px;width:23px;vertical-align:middle;}
.fixedlayer .img2 img{width:100%;vertical-align:middle;}


.fixedlayer .btn ,.fixedlayer .btn1{
	border:#111111 1px solid;
	background-color: #111111;
	border-radius: 10px;
	color: #FFFFFF;
	text-align: center;
	line-height: 13px;
	font-family: '__FZLanTingHeiS-EL-GB_5';
	font-weight: 400;
	width: 199px;
	min-height: 39px;
	margin:32px auto 0;
	line-height:39px;
	cursor: pointer;
}
.fixedlayer .btn:hover,.fixedlayer .btn1:hover{border-color:#E03838;background-color:#E03838;}

.fixedlayer .close1{
	width: 75px;height:78px;
	padding-bottom: 8px;cursor:pointer;
	float:right;
}
.fixedlayer .close2{
	display: inline;
	float: left;

	-webkit-transition: all .9s ease .0s;
	-moz-transition: all .9s ease .0s;
	-o-transition: all .9s ease .0s;
	transition: all .9s ease .0s;

	-webkit-transform-origin: 50% 50%;
	transform-origin: center center 0;

	z-index: 383;
	width: 60px;
	padding-bottom: 7px;
	position: relative;
	margin-right: -10000px;
	margin-top: 7px;
	left: 7px;
}
.fixedlayer .close2:hover{

	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(3360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.fixedlayer .close3{
	display: inline;
	float: left;
	z-index: 384;
	width: 40px;
	position: relative;
	margin-right: -10000px;
	margin-top: 8px;
	left: 8px;
}
.fixedlayer .close4{
	display: inline;
	float: left;

	border-style: solid;
	border-color: #000000;
	background-color: transparent;
	-webkit-transform: matrix(0.7071,-0.7071,0.7071,0.7071,-13,11);
	-ms-transform: matrix(0.7071,-0.7071,0.7071,0.7071,-13,11);
	transform: matrix(0.7071,-0.7071,0.7071,0.7071,-13,11);
	border-width: 0px 2px 0px 0px;
	z-index: 385;
	width: 10px;
	height: 43px;
	margin-bottom: -2px;
	position: relative;
	margin-right: -10000px;
	margin-top: 5px;
	left: 26px;
	top: -10px;
}
.fixedlayer .close5{
	display: inline;
	float: left;
	border-style: solid;
	border-color: #000000;
	background-color: transparent;
	-webkit-transform: matrix(0.7071,0.7071,-0.7071,0.7071,17,2);
	-ms-transform: matrix(0.7071,0.7071,-0.7071,0.7071,17,2);
	transform: matrix(0.7071,0.7071,-0.7071,0.7071,17,2);
	border-width: 0px 2px 0px 0px;
	z-index: 386;
	width: 10px;
	height: 43px;
	position: relative;
	margin-right: -10000px;
	margin-top: -2px;
	left:-4px;
}


.fixedlayer .bigavatar{width:100%;text-align:center;}
.fixedlayer .bigavatar img{width:100px;height:100px;border-radius:50%;vertical-align:middle;}
.detailouter .inner a{
	    width: 100px;
    display: block;
    margin: 0 auto;
}
.t_logo{
	font-family: '__FZDaBiaoSong-B06_5';
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #7F7F7F;
}

.downtxt a{
	display: block;
    width: 175px;
    margin: 0 auto;
}

.loginarea .show {
	background-color: #fff;
	width: 200px;
	height: 230px;
	text-align: center;
	display: none;
	color: black;
	margin-left: -60px;
	border: 2px solid #ccc;
}
.loginarea .show img{
	width: 160px;
	height: 160px;
	margin: 10px auto 10px;
}


.pageouter{width:100%;text-align:center;margin-top:39px;}
.pagearea{width:936px;margin:0 auto;text-align:center;position:relative;}
.pagearea .inner{margin: 0 auto;}
.pagearea .icon{
	-webkit-transition-duration: 0.2s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease-in-out;
	transition-duration: 0.2s;
	transition-delay: 0s;
	transition-timing-function: ease-in-out;
	-webkit-transition-property:all;
	transition-property:all;
	background-image: url("/uploasds/images/blank.gif?crc=4208392903");
	width: 35px;height:35px;float:left;
	border:#28292e 1px solid;
	line-height: 35px;
	color: #28292E;
	text-align: center;
	font-size: 16px;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	margin-right:7px;
}
.pagearea .icon:last-child{margin-right:0;}
.pagearea .current ,.pagearea .icon:hover{background-color:#000;color:#fff;}

.inner img{
	max-width: 100% !important;
}