/* CSS Document */
@CHARSET "UTF-8";
body {
    background: none repeat scroll 0 0;
    color: #2D2D2D;
    font-family: arial,"MicroSoft YaHei","Î¢ÈíÑÅºÚ";
    font-size: 12px;
    line-height: 22px;
	position:relative;
}
body, div, ul, ol, li, h1, h2, h3, h4, form, input, textarea, blockquote, p {
    margin: 0;
    padding: 0;
}
table, td, tr, th {
    font-size: 12px;
}
ol, ul {
    list-style: none outside none;
}
li {
    list-style-type: none;
}
img {
    border: 0 none;
    vertical-align: middle;
}
address, cite, code, em, th, i {
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: normal;
}
a {
    color: #00437A;
    text-decoration: none;
	outline:none;
}
/*a:visited {
    color: #800080;
    text-decoration: none;
}*/
a:hover {
    color: #CC3300;
    text-decoration: none;
}
a:active {
    color: #00437A;
}
.clear{
	clear:both;
}
.fL{
	float:left;
	overflow:hidden;
	display:inline;
}

.fR{
	float:right;
	overflow:hidden;
	display:inline;
}

.yahei{
	font-family:"MicroSoft YaHei","Î¢ÈíÑÅºÚ";
}

.bold{
	font-weight:bold;
}
.width{
	width:1000px;
	margin:0 auto;
	}
.clear{
	clear:both;
}
.clear_more{
	clear:both;
	overflow:hidden
}
.center{
	text-align:center;
}
.ellipsis{
	white-space:nowrap;
	text-overflow: ellipsis;
}
/*animate st*/
@-webkit-keyframes mclock{
	from{
		-webkit-transform-origin: bottom center;
		-webkit-transform: rotate3D(0,0,1,0deg);
	}
	to{
		-webkit-transform-origin: bottom center;
		-webkit-transform: rotate3D(0,0,1,360deg);
	}
}
@keyframes mclock{
	from{
		transform-origin: bottom center;
		transform: rotate3D(0,0,1,0deg);
	}
	to{
		transform-origin: bottom center;
		transform: rotate3D(0,0,1,360deg);
	}
}
@-moz-keyframes mclock{
	from{
		-moz-transform-origin: bottom center;
		-moz-transform: rotate3D(0,0,1,0deg);
	}
	to{
		-moz-transform-origin: bottom center;
		-moz-transform: rotate3D(0,0,1,360deg);
	}
}
@-webkit-keyframes start {
	0%, 30% {
		opacity: 0;
		-webkit-transform: translate(0, 10px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(0, -8px)
	}
}
@-moz-keyframes start {
	0%, 30% {
		opacity: 0;
		-moz-transform: translate(0, 10px)
	}
	60% {
		opacity: 1;
		-moz-transform: translate(0, 0)
	}
	100% {
		opacity: 0;
		-moz-transform: translate(0, -8px)
	}
}
@keyframes start {
	0%, 30% {
		opacity: 0;
		transform: translate(0, 10px)
	}
	60% {
		opacity: 1;
		transform: translate(0, 0)
	}
	100% {
		opacity: 0;
		transform: translate(0, -8px)
	}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	100% {
		opacity: 1;
		transform: none
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .610, .355, 1.000);
		transition-timing-function: cubic-bezier(0.215, .610, .355, 1.000)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		opacity: 1;
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		opacity: 1;
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .610, .355, 1.000);
		transition-timing-function: cubic-bezier(0.215, .610, .355, 1.000)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		opacity: 1;
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		opacity: 1;
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(360deg);
		transform: perspective(400px) rotateY(360deg);
	}
}
@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-moz-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(360deg);
		-moz-transform: perspective(400px) rotateY(360deg);
		transform: perspective(400px) rotateY(360deg);
	}
}
/*animate end*/
/*-------------------------------header start-------------------------*/
.header{
	background-color:#242424;
	}
.header a{
	color:#4d4d4d;
	line-height:46px;
	margin:0 4px;
	font-family:"songti";
}
.web-nav{
		width:1000px;
		background-color:#242424;
		margin:0px auto;
}
.web-nav-main{
	height:46px;
	}
.web-nav-main a, .web-nav-main a:visited {
    color: #fff;
}
#loginInfo{
	color:#fff;
}
.header_image{
	width:100%;
	height:414px;
	background:url(../images/banner.jpg) 50% 0px scroll no-repeat;
}
/*-------------------------------header end---------------------------*/
/*-------------------------------nav2 st-------------------------*/
.bannerGroup{
	position:relative;
	background-color: #f7f7f7;
	padding:20px 0 0 0 ; 
}
.beforeGroup{
	position:relative;
	text-align:center;
	display:none;
}
.nav2{
	margin:0px auto 20px auto; 
}
.fyLogo{
	position: relative;
	display: block;
	width:299px;
	height:120px;
	background:url(../images/fytogether.png) 0px -292px no-repeat scroll; 
}
.fyLogo .ff{
	position: absolute;
	right: 0;
	top: 0;
	animation: 2.5s flipOutY linear infinite;
	-webkit-animation: 2.5s flipOutY linear infinite;
	-moz-animation: 2.5s flipOutY linear infinite;
}
.alinkGroup{
	text-align: center;
	margin-top:39px;
	color:#242424;
	position:relative;
	height: 67px;
	z-index:1;
}
.alink{
	font-size:18px;
	font-weight:bold;
	color:#242424;
	text-align:center;	
	display:block;
	padding: 6px 8px 0px 8px;
}
.elink{
	font-size:13px;
	line-height: 32px;
	color:#242424;
}
.line{
	width:21px;
	height:58px;
	background: url("../images/fytogether.png") no-repeat scroll -532px -530px rgba(0, 0, 0, 0);
    height: 58px;
    width: 21px;
}
.before {
	bottom: -26px;
    height: 68px;
    position: absolute;
    right: -18px;
}
.before .bef{
	display:block;
	width:107px;
	height:29px;
	background-color:#393939;
	font-size:18px;
	line-height:29px;
	color:#fff;
}
.before .bef:hover{
 	color: #CC3300;
}
.before .b2013{
	height:30px;
	border-bottom:1px solid #7d7d7d;
}
#2013t{
	height:3px;
	width:107px;
	background:#000
}
.beftop{
	height:3px;
	background:url(../images/fytogether.png) 0px -475px scroll no-repeat;
}
.befbott{
	height:3px;
	background:url(../images/fytogether.png) 0px -520px scroll no-repeat;
}
/*-------------------------------nav2 end-------------------------*/

/*---------------------------- banner st--------------------------*/
.banner{
	width: 100%;
	height:350px;
	/*background-color: #f7f7f7;*/
	
}
.banner-g{
	position: relative;
	height:100%;
}
.banner-g img{
	position: absolute;
	
}
.banner .b-0{
	top:28px;
	right: -70px;
	opacity: 0;
	+filter: alpha(opacity = 100);
	transform:translate3d(0, -100%, 0);
}
.banner .b-1{
	top:28px;
	right: -70px;
	opacity: 0;
	+filter: alpha(opacity = 100);
	transform:translate3d(100%, 0, 0);
}
.banner .b-2{
	top:38px;
	left: 8px;
	opacity: 0;
	+filter: alpha(opacity = 100);
	transform:translate3d(-100%, 0, 0);
}
.banner .b-3{
	top:230px;
	left: 25px;
	opacity: 0;
	+filter: alpha(opacity = 100);
	transform:translate3d(-100%, 0, 0);
}
.banner .active .b-0{
	animation:  1s fadeInDown ease-in-out 1 forwards;
	-webkit-animation:  1s fadeInDown ease-in-out 1 forwards;
	-moz-animation:  1s fadeInDown ease-in-out 1 forwards;
}
.banner .active .b-1{
	animation:  1s fadeInRight ease-in-out 1 forwards;
	-webkit-animation:  1s fadeInRight ease-in-out 1 forwards;
	-moz-animation:  1s fadeInRight ease-in-out 1 forwards;
}
.banner .active .b-2{
	animation:  1s bounceInLeft .5s ease-in-out 1 forwards;
	-webkit-animation:  1s bounceInLeft .5s ease-in-out 1 forwards;
	-moz-animation:  1s bounceInLeft .5s ease-in-out 1 forwards;
}
.banner .active .b-3{
	animation:  1s bounceInLeft 1.0s ease-in-out 1 forwards;
	-webkit-animation:  1s bounceInLeft 1.0s ease-in-out 1 forwards;
	-moz-animation:  1s bounceInLeft 1.0s ease-in-out 1 forwards;
}


/*---------------------------- banner end--------------------------*/
/*container st*/
.container{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.left{
	width:680px;
	border-right: 1px solid #ebebeb;
}
.right{
	width:319px;
}
/*container end*/
/*-----------------------------title st--------------------------*/
.title{
	width: 100%;
	height:50px;
	margin:0;
	background: url(../images/fytogether.png) no-repeat scroll -345px -448px;
}
.title a{
	color: #fff;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 45px;
    margin-left: 12px;
    width: 219px;
}
.title a:hover{
	color: #CC3300;
}
/*-----------------------------title end--------------------------*/
/*-----------------------------left st-------------------------*/
.intro-g{
	width: 100%;
	margin: 65px 0 60px 0;
}
.intro-g .detail{
	position: relative;
	width: 640px;height: 247px;margin: 14px 0 0 0;
}
.intro-g .detail .ff{
	width: 31px;
	position: absolute;
	top: 192px;
	right: 36px;
	-webkit-animation: start 2.0s infinite ease-in-out;
	-moz-animation: start 2.0s infinite ease-in-out;
	animation: start 2.0s infinite ease-in-out
}
.point-g{
	width: 100%;
	margin: 0 0 44px 0;
}
.sametime-g{
	width: 100%;
	margin: 0 0 39px 0;
}
.subject h3{
	font-size: 20px;color: #000000;line-height: 38px;margin: 27px 0 10px 0;
}
.subject .detail,.samet .detail{display: block;}
.subject .detail li,.samet .detail li{
	display: block;
	line-height: 36px;
	height: 36px;
	font-size: 18px;
	color: #333333;
	overflow: hidden;
}
.subject .detail li span{
	float: left;
	display: block;
	height: 100%;
	width: 25px;
	background: url(../images/fytogether.png) 2px -610px scroll no-repeat;
}
.samet{
	margin: 33px 0 0 0;
}
.samet .detail li span{
	float: left;
	display: block;
	height: 100%;
	width: 25px;
	background: url(../images/fytogether.png) 2px -646px scroll no-repeat;
}
.bigname{
	width: 100%;
	margin: 0 0 44px 0;
}
.bigname .guestCnt{
	width: 100%;
	margin: 33px 0 0 0;
}
.bigname .guestCnt .guestGroup{
	padding-top: 20px;
	height:200px;
	width:33.3%;
	position:relative;
	margin:0 auto;
	overflow: hidden;
}
.bigname .guestCnt .guestGroup img{
	display: block;
	width:138px;
	height:138px;
	
	
	transition: transform 1s ease-out;
	-webkit-transition: transform 1s ease-out;
	-moz-transition: transform 1s ease-out;
	
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}
.bigname .guestCnt .guestGroup img:hover{	
	transition: transform 1s ease-out;
	-webkit-transition: transform 1s ease-out;
	-moz-transition: transform 1s ease-out;
	
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
}
.iconGroup{
	width:100%;
	height:82px;
	/*padding: 40px 10px;*/
}
.iconGroup p{
	text-indent: 45px;
	color: #000000;
	/*padding: 40px 10px;*/
}
.gname{
	font-size:16px;
	line-height: 32px;
}
.gdepart{
	font-size:12px;
}

.joinGrp{
	width:250px;
}
.joinCnt  .joinGrp2{
	width:280px;
}
.joinCnt  .joinGrp3{
	width:270px;
}
.joinCnt  .joinGrp4{
	width: 216px;
}
.joinGrp {
    margin: 0 auto;
    text-align: center;
}
.joinGrp input{
	height:32px;
	width:232px;
	margin:5px auto;
	font-size:14px;
	color:#898888;
	padding-left:6px;
	line-height:32px;
	border:1px #8c959c solid;
	
}
.joinGrp .btn_baoming{
	background: url("../images/fytogether.png") no-repeat scroll -358px -150px;
    border: 0 none;
    height: 44px;
    margin-top: 15px;
    width: 202px;
}
.joinGrp .btn_tel{
	display:block;
 	margin: 15px auto 0;
	width:202px ;
	height:44px;
	background: url("../images/fytogether.png") no-repeat scroll -358px -256px;
	border: 0 none;
}
.joinGrp .btn_phone{
	display:block;
 	margin: 15px auto 0;
	width:202px ;
	height:44px;
	background: url("../images/fytogether.png") no-repeat scroll -358px -350px;
	border: 0 none;
}
.joinGrp .btn_baoming:hover,.joinGrp .btn_tel:hover,.joinGrp .btn_phone:hover,.Rbar .jus:hover,.Rbar .zanzhu:hover{
	filter:alpha(opacity=80);    
    -moz-opacity:0.8;  
    -khtml-opacity: 0.8;  
    opacity: 0.8; 
}
.joinGrp .btn_baoming:hover{
	cursor:pointer;
}
.baoming{
	margin:30px auto 14px auto;
	background:url(../images/baoming.jpg) center center scroll no-repeat;
	height:30px;
}
.dbaoming{
	margin:30px auto 14px auto;
	background:url(../images/dbaoming.jpg) center center scroll no-repeat;
	height:30px;
}
.sbaoming{
	margin:30px auto 14px auto;
	background:url(../images/sbaoming.jpg) center center scroll no-repeat;
	height:30px;
}
.feiyong{
	margin:30px auto 14px auto;
	background:url(../images/feiyong.jpg) center center scroll no-repeat;
	height:30px;
}
.joinGrp .fyGroup{
	height:240px;
}
.joinGrp .fyGroup p{
	text-align:center;
	font-size: 14px;
    line-height: 23px;
}
.joinGrp .fyGroup .pdmore{
	padding-top:15px;
}
.joinGrp .tel p{
	font-size:18px;
	line-height: 38px;
}
.tel{
	height: 106px;
	padding: 35px 40px;
}
.phone{
	height: 176px;
	text-align: center;
}
.phone img{
	width:164px;
	height:164px;
}
.unit{
	font-size:20px;
	padding:32px 0px 20px 0px;
}
.lslogo{
	width:150px;
	height:63px;
	background:url(../images/linkshop.png) 0px  0px scroll no-repeat;
}
.zlklogo
{
    width:150px;
	height:63px;
	background:url(../images/zhiliaoke.png) 0px  0px scroll no-repeat;
}
.xblogo
{
    width:150px;
	height:63px;
	background:url(../images/suohuobang.png) 0px  0px scroll no-repeat;
}
.floatl
{
     float:left;
     margin-right:150px;
    }
.hzimg
{
    margin-right:20px;    
}
.pb{
	width: 142px;
	vertical-align:middle;
}
.media{
	margin:9px auto;
	width:142px;
	vertical-align:middle;
}
.media .mlogo{
	width:110px;
	height:40px;
	font-size:16px;
}
.media .mlogo img{
	width:110px;
	height:40px;
}
.cttName{
	height:107px;
	width:36px;
}
.contactUs{
	padding: 34px 0;
	margin: 0 0 100px 0;
}
.cttGroup{
	width:250px;
	height: 107px;
	
	transition: transform 1s ease-out;
	-webkit-transition: transform 1s ease-out;
	-moz-transition: transform 1s ease-out;
	
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}
.cttGroup:hover{
	box-shadow: 0 4px 4px rgba(0,0,0,0.5);
	transition: transform 1s ease-out;
	-webkit-transition: transform 1s ease-out;
	-moz-transition: transform 1s ease-out;
	
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
}
.cttGroup .ask{
	background:url(../images/fytogether.png) -253px 0px scroll no-repeat;
}
.cttGroup .contact{
	background:url(../images/fytogether.png) -332px 0px scroll no-repeat;
}
.cttGroup .cooper{
	background:url(../images/fytogether.png) -431px 0px scroll no-repeat;
}
.cttGroup .meit{
	background:url(../images/fytogether.png) -520px 0px scroll no-repeat;
}
.cttGroup p{
	width:204px;
	font-size:16px;
	line-height: 32px;
	padding-left:10px;
}
.cttNameTxt{
	height:241px;
	 padding: 6px 0;
}
/*-----------------------------left end------------------------*/
/*right st*/
.right .wrap{
	width: 270px;
	margin: 0 0 0 49px;
}
.right .wrap .title{width: 100%;background:url(../images/r-title.png) 0 0 scroll no-repeat;height: 27px;line-height: 27px;font-size: 16px;color: #ffffff;text-indent: 20px;}
.right .wrap p{color: #383635;font-size:18px;}
.right .wrap .subjt{margin: 25px 0 0 0;}
.right .wrap .subjt p{margin: 8px 0;line-height:60px;}
.right .wrap a.img{border: 1px solid #e6e6e6;}

.right .wrap .host .img-g{width: 100%;overflow: hidden;padding: 20px 0 18px 0;}
.right .wrap .host .img-g a{display: block;width: 122px;float: left;margin-top:5px;text-decoration:none;}

.right .wrap .partner .img-g,.right .wrap .coop .img-g{width: 100%;overflow: hidden;padding: 0 0 20px 0;}
.right .wrap .partner .img-g a,.right .wrap .coop .img-g a{display: block;width: 110px;height: 60px;float: left;margin: 14px 14px 0 0;}
.right .wrap .img-g a img{width: 100%;height: auto;margin:0 auto;line-height: 100%;height:45px;width:122px;}
.right .wrap .img-g a:hover{box-shadow: 1px 1px 1px rgba(0,0,0,0.5);-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);}

.time{
	height: 56px;
	/*padding: 0px 0px 0px 64px;*/
	margin: 27px 0px 0px 0px;
}
.right .time .p-r{
	float: left;
	display: block;
	width: 206px;
}
.right .time p{
	width: 100%;
	font-size: 15px;
	color: #666666;
	letter-spacing: 0.5px;
	line-height: 28px;
	height: 28px;
}
.right .time .move-c{
	position: relative;
	float: left;
	display: block;
	height: 48px;
	width: 48px;
	background: url(../images/time-icons.png) 0px -4px scroll no-repeat;
}
.right .time .move-c .zz{
	position: absolute;
	top:7px;
	left: 21px;
	
	animation:4s mclock linear infinite;
	-webkit-animation:4s mclock linear infinite;
	-moz-animation:4s mclock linear infinite;
}
.djtime{
	height: 56px;
	padding: 0px 0px 0px 64px;
	background: url(../images/time-icons.png) 7px -85px scroll no-repeat;
	margin: 22px 0px 42px 0px;
	overflow: hidden;
	clear: both;
}
.djtime div{
	float: left;
	width: 19px;
	color: #fa481c;
	font-size: 24px;
	line-height: 42px;
	text-indent: 8px;
}
.djtime div.clock{
	width: 56px;
	height: 100%;
	background: url(../images/time-icons.png) 0px -175px scroll no-repeat;
}
.djtime div.dd{
	font-weight: bold;
}
.djtime .clock .num{
	color: #fa481c;
	font-size: 30px;
	letter-spacing: 0.5px;
	line-height: 29px;
	height: 29px;
	margin: 6px 0px 0px 0px;
}
.djtime .clock .nFlag{
	width: 100%;
	height: 14px;
}
.djtime .clock .dayflag{
	background: url(../images/time-icons.png) 23px -242px scroll no-repeat;
}
.djtime .clock .hourflag{
	background: url(../images/time-icons.png) -57px -242px scroll no-repeat;
}
.djtime .clock .minuteflag{
	background: url(../images/time-icons.png) -129px -242px scroll no-repeat;
}
.mapGroup p{
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	margin: 15px 0px 10px 0px;
}
.contactGroup{
	width: 100%;
	margin: 0px 0px 48px 0px;
}
.contactGroup .t{
	margin: 12px 0px 0px 0px;
}
.contactGroup p{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	text-indent: 11px;
	letter-spacing: 1px;
}
.contactGroup p span{
	font-size: 18px;
	font-style: italic;
	color: #666666;
	letter-spacing: 1px;
}
.erweima{
	float: left;
	width: 50%;
	margin:22px 0px 0px 0px;
	text-align: center;
}
.erweima p{
	text-align: center;
	line-height: 36px;
	color: #666666;
	font-size: 16px;
	text-indent: 0px;
}
.phoneGroup{
	overflow: hidden;
	margin: 0 0 48px 0;
}
.phoneGroup .weixin{
	display: block;
	margin :37px auto 16px auto;
}
.phoneGroup .btn{
	display: block;
	width: 200px;
	height: 42px;
	background: url(../images/sao.png) 0 0 scroll no-repeat;
	margin: 0 auto;
}
.phoneGroup .btn:hover{
	box-shadow: 0px 2px 1px rgba(0,0,0,0.5);
}
/*right end*/
/*--------------------------------footer start-----------------------*/
.fbanner{
	width:100%;
	height:170px;
	background:url(../images/fbanner.jpg) right center scroll no-repeat;
	padding:39px auto;
}
/**/
.Rbar{
	height:198px;
	width:99px;
	position:absolute;
	right:0px;
	top:543px;
	padding:50px 50px 0px 0px;
}
.Rbar_fixed{
	height:298px;
	width:99px;
	position:fixed;
	right:0px;
	top:20px;
}
.Rbar a,.Rbar div{
	height:99px;
	width:99px;
	display:block;
}
.Rbar .djs{
	background:url(../images/bannerR.png) 0px 0px scroll no-repeat;
	position:relative;
}
.count_number{
	color: #fff;
    font-size: 24px;
    left: 21px;
    position: absolute;
    top: 53px;
}
.Rbar .jus{
	background:url(../images/bannerR.png) 0px -198px scroll no-repeat;
	font-family: arial,"MicroSoft YaHei","Î¢ÈíÑÅºÚ";
font-size: 22px;
color: #FFF;
padding-top: 22px;
padding-left: 29px;
line-height: 30px;
height: 78px;
}
/*.Rbar .jus:hover{
	cursor:pointer;
}*/

.Rbar .zanzhu{
	background:url(../images/bannerR.png) 0px -198px scroll no-repeat;
	font-family: arial,"MicroSoft YaHei","Î¢ÈíÑÅºÚ";
font-size: 22px;
color: #FFF;
padding-top: 22px;
padding-left: 29px;
line-height: 30px;
height: 78px;
}
/*.Rbar a.zanzhu:link{
	 
}
.Rbar a.zanzhu:hover{
	
}
.Rbar a.zanzhu:visited{
	
}*/

/*----------------------------detail.shtml st--------------------------*/
.tableTit{
	font-size:16px;
	margin:15px auto;
}
.tableIcon{
	width:15px;
	height:22px;
	background:url(../images/fytogether.png) 0px -579px scroll no-repeat;
}
.joinTable{
	padding-bottom:20px;
}
.joinTable table{
	border-collapse:collapse;
	border-spacing:0;
	border-left:1px solid #383635;
	border-top:1px solid #383635;
	text-align:center;
	}
.joinTable table td{
	border-right:1px solid #383635;
	border-bottom:1px solid #383635; 
	padding:15px 20px;
	font-size:14px;
	line-height: 28px;
	}
.joinTable table .Ttitle td{
	font-size:18px;
	font-weight:bold;
	}
.joinTable table .Tcont .TcontR{
	text-align:left;
}
.zcmt span
{
    padding:10px 15px 10px 0px;   
    height:30px;
    line-height:30px;
    font-size:16px;
}
.dcontent
{
    font-size:16px;
    padding-left:10px;
    padding-right:10px;
    line-height:30px;
 }
.dcontent span
{
    padding-left:10px;
    padding-right:10px;
}
 .dtable
{
     width:600px;
     margin:0px auto;
}
/*join st*/
.content{
	width:662px;
	overflow: hidden;
	float: left;
}
/*regist.shtml st*/
.ticket{
	width: 660px;
	border-top: 1px solid #e3e4e8;
	border-left: 1px solid #e3e4e8;
	border-right: 1px solid #e3e4e8;
	margin: 24px 0 0 0;
}
.ticket tr td,.ticket tr th{
	border-bottom: 1px solid #e3e4e8;
}
.ticket tr th{
	height: 40px;
	line-height: 40px;
	background-color: #e3e4e8;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-indent: 9px;
	text-align: left;
}
.ticket tr.trh2 td{
	border-bottom: 2px dotted #e3e4e8;
	height: 43px;
	line-height: 43px;
	font-size: 16px;
	color: #666666;
}
.ticket tr td.tdw1{
	width: 338px;
}
.ticket tr td.tdw2{
	width: 212px;
}
.ticket tr.trh1 td.tdw1{
	text-indent: 14px;
}
.ticket tr.trh2 td.tdw1{
	text-indent: 13px;
}
.ticket tr.trh2 td.tdw2{
	text-indent: 38px;
}
.ticket tr.trh3 td{
	height: 53px;
	line-height: 53px;
	font-size: 16px;
	color: #666666;
}
.ticket tr td.tdw3{
	text-align: center;
}
.ticket tr.trh3 td.tdw1{
	text-indent: 14px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.ticket tr.trh3 td.tdw3 select{
	height: 24px;
}
.shadow{
	width: 659px;
	height: 4px;
	margin: 0 0 0 1px;
	background-color: #e3e4e8;
}
.registTb{
	margin: 32px 0px 0px 0px;
	overflow:hidden;
	width: 660px;
	border: 1px solid #e3e4e8;
}
.registTb tr th.registP{
	text-indent: 14px;
	text-align: left;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	height: 46px;
	line-height: 46px;
	margin: 20px 0px 22px 0px;
	border-bottom: 2px dotted #e3e4e8;
}
.registTb tr td{
	padding: 9px 0px;
	text-indent: 14px;
}
.registTb tr td.rtr1{
	width: 110px;
	/*text-align: right;*/
	font-size: 16px;
	color: #3f3a39;
	line-height: 36px;
	overflow: hidden;
}
.registTb tr td.rtr2{
	width: 620px;
	text-indent: 0px;
	font-size: 16px;
	color: #666666;
	text-align: left;
	overflow: hidden;
}
.registTb tr td.rtr2 input{
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 36px;
	border: 2px solid #e0e0e0;
	width: 414px;
	padding: 0px 0px 0px 10px;
	line-height: 36px;
	font-size: 16px;
	color: #666666;
}
.registTb tr td.rtr2 select{
	border: 2px solid #e0e0e0;
	height: 25px;
}
.registBtnGroup{
	width: 100%;
	height: 48px;
}
.registTb tr td.rtr{
	width: 100%;
	height: 46px;
	padding: 34px 0;
	overflow: hidden;
}
.registBtn{
	margin: 0 auto;
	width: 169px;
	height: 46px;
	background: url(../images/sunbmit.png) 0px 0px scroll no-repeat;
	border:0px;
	display: block;
}
.registBtn:hover{
	height: 45px;
	margin: 1px auto 0 auto;
	cursor: pointer;
}
.fee-g{
	width: 662px;
	border-top: 2px dotted #e3e4e8;
	border-bottom: 2px dotted #e3e4e8;
	margin: 32px 0 0 0;
}
.fee-g .registP{
	font-size:20px;
	color: #3f3a39;
	line-height: 30px;
	height: 30px;
	margin: 12px 0;
}
.fee{
	width: 662px;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
.fee tr{
	width: 100%;
}
.fee tr td{
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.fee tr.trh1 td{
	height: 40px;
	background-color: #f6f6f6;
	font-size: 14px;
	color: #333333;
	line-height: 40px;
	text-align: center;
}
.fee tr.trh2 td,.fee tr.trh3 td{
	height: 47px;
	font-size: 15px;
	color: #666666;
	line-height: 47px;
	text-align: center;
	background-color: #ffffff;
}
.fee tr td.tdw1{
	width: 201px;
}
.fee tr td.tdw2{
	width: 239px;
}
.feeP{
	font-size: 15px;
	color: #7d7d7d;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin: 5px 0 28px 0;
}
.feedP-icon{
	display: block;
	float: left;
	width: 11px;
	height: 11px;
	margin:7.5px 2px 9.5px 0;
	background: url(../images/fytogether.png) 0 0 scroll no-repeat;
}
.righstTip{
	margin: 6px 0px;
	font-size: 14px;
	color: #666666;
}
.tips-cont{
	color: #e19b47;
	font-size: 20px;
	line-height: 30px;
	margin: 10px 0;
}
/*join end*/
 .dtitle
  {
     font-size:18px;
     font-weight:600;
     margin-top:10px;
     margin-bottom:10px;
 }
 ::-moz-placeholder{color: #898888;
    font-size: 14px;
    height: 32px;
    line-height: 32px;}              
 ::-webkit-input-placeholder{color: #898888;
    font-size: 14px;
    height: 32px;
    line-height: 32px;}
 :-ms-input-placeholder{color: #898888;
    font-size: 14px;
    height: 32px;
    line-height: 32px;}
.foruname{
	display: none;
    color: #898888;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin: 5px auto;
    width: 214px;
    text-align: left;
    position: absolute;
    top: 75px;
    left: 15px;
    width: 214px;
    border: none;
    outline: none;
}
.forucompany{
	display: none;
    color: #898888;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin: 5px auto;
    width: 214px;
    text-align: left;
    position: absolute;
    top: 120px;
    left: 15px;
    width: 214px;
    border: none;
    outline: none;
}
.foruphone{
	display: none;
    color: #898888;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin: 5px auto;
    width: 214px;
    text-align: left;
    position: absolute;
    top: 163px;
    left: 15px;
    width: 214px;
    border: none;
    outline: none;
}
.foruemail{
	display: none;
    color: #898888;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin: 5px auto;
    width: 214px;
    text-align: left;
    position: absolute;
    top: 207px;
    left: 15px;
    width: 214px;
    border: none;
    outline: none;
}
.live_group{
	margin-top: 20px;
	}
.live_show{
	width: 500px;
	margin: 0 0 20px 0;
	height: 130px;
	}
.showimg{
	border: 1px solid #eaeaea;
    float: left;
    height: 120px;
    overflow: hidden;
    padding: 1px;
    width: 180px;
	}
.showintro{
	width:280px;
	padding-right: 20px;
	height:130px;
	} 
.showintro h2{
	color: #2d2d2d;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    padding-bottom: 6px;
}
.live_video{
	background: url("../images/v-ico-2.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 9px;
    width: 14px;
}
.showintro p{
	color: #333333;
    font-family: "songti","ËÎÌå";
    font-size: 12px;
    line-height: 26px;
}
.lmore
{
overflow: hidden;
display: block;
padding: 10px;

 }
 .lmore a
{
overflow: hidden;
display: block;
text-align: center;
background: none repeat scroll 0% 0% #CACACA;
color: #FFF;
font-weight: normal;
font-size: 16px;
border: 1px solid #9D9D9D;

 }