@charset "utf-8";
/* CSS Document */
body{
	width:100%;
	min-width:1024px;
	margin:0px auto;
	}
.divAll{
    width:100%;
	height:44px;
	background:#E66444;
	}
.headDiv{
	width:1024px;
	height:44px;
	margin:0px auto;
	}
.headCollection{
	 float:left;
	}
.headCollection>img{
	 width:27px;
	 dispaly:inline-block;
	 vertical-align:middle;
	 cursor:pointer;
	}
.headCollection>span{
	 font-size:16px;
	 line-height:44px;
	 dispaly:inline-block;
	 color:white;
	 cursor:pointer;
	}
.headIndex{
	float:left;
	margin-left:49px;
	}
.headIndex>img{
	 width:27px;
	 dispaly:inline-block;
	 vertical-align:middle;
	 cursor:pointer;
	}
.headIndex>span{
	 font-size:16px;
	 line-height:44px;
	 dispaly:inline-block;
	 color:white;
	 cursor:pointer;
		}
.searchDiv{
	float:left;
	margin-left:283px;
	}
 .searchDiv>img{
	 width:27px;
	 display:inline-block;
	 vertical-align:middle;
	}
 .inputSearch{
	 width:150px;
	 height:27px;
	 display:inline-block;
	 margin-top:7px;
	 
	 }
.loginDiv{
	float:left;
	margin-left:45%;
	}
.loginDiv>img{
    width:27px;
	dispaly:inline-block;
	vertical-align:middle;
	}
.loginDiv>span{
	font-size:16px;
	line-height:44px;
	 dispaly:inline-block;
	 color:white;
}
.loginDiv2{
	float:left;
	margin-left:57px;
	}
.loginDiv2>img{
    width:27px;
	dispaly:inline-block;
	vertical-align:middle;
	}
.loginDiv2>span{
	font-size:16px;
	line-height:44px;
	 dispaly:inline-block;
	 color:white;
}

	.repeat_image{
		text-align:center;
		margin-top:15px;
	}
	.nav_leftQues {
    position: absolute;
    background-color: #E56343;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	float:left;
	left:20%;
	vertical-align:middle;
	z-index:999;
}
.nav_rightQues {
    position: absolute;
    background-color: #E56343;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    float: left;
    left: -45%;
    vertical-align: middle;
    z-index: 100;
	
}
.nav_rightQues p{
	width:200px;
	padding:0px 10px;
	font-size:14px;
	cursor:pointer;
	color:white;
	height:40px;
	line-height:40px;
}
.nav_all .nav_leftQues{
	display:none;
}
.nav_all:hover .nav_leftQues {
	display:block;
}
.nav_all .nav_rightQues{
	display:none;
}
.nav_all:hover .nav_rightQues {
	display:block;
}
.nav_a{
	color:white;
	height:30px;
	line-height:30px;	
	text-align:center;
	width:100px;
	border-bottom:1px solid white;
	cursor:pointer;
	display:block;
}
.nav_b{
	color:white;
	height:30px;
	line-height:30px;	
	text-align:center;
	width:100px;
	cursor:pointer;
	display:block;
}

.nav_leftQues:before {
    position: absolute;
    content: "";
    left: 35%;
    top:-20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #E56343;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
	color:black;
	transform:rotate(90deg);
-ms-transform:rotate(90deg); /* Internet Explorer */
-moz-transform:rotate(90deg); /* Firefox */
-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
-o-transform:rotate(90deg); /* Opera */

	
}
.nav_rightQues:before {
      position: absolute;
    content: "";
    margin-top: -20px;
    /* margin-left: 15px; */
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #E56343;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    color: black;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    left: 45%;

	
}

.divNavAll{
    width:100%;
	background:-webkit-linear-gradient(top,white,#EFEDEE,#DDD9D8,#DCD8D7);
    background:-o-linear-gradient(bottom,white,#EFEDEE,#DDD9D8,#DCD8D7);
	background:-moz-linear-gradient(bottom,white,#EFEDEE,#DDD9D8,#DCD8D7);
	background:linear-gradient(to bottom,white,#EFEDEE,#DDD9D8,#DCD8D7);

	}
.divNav{
	width:1024px;
	height:150px;
	padding-top:40px;
	margin:auto;
  }
  .divNav>img{
	  width:180px;
	  height:87px;
	  display:inline-block;
	  vertical-align:middle;
	}
 .divFirst{
	margin-left:20px;
	width:110px;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	background-color:#E66444; 
	display:inline-block;
	color:white;
	text-decoration:none;
	font-size:24px;
	text-align:center;
	-webkit-box-shadow: 0 -2px 1px #773222;
	-moz-box-shadow: 0 -2px 1px #773222;
	-ms-box-shadow: 0 -2px 1px #773222;
	-o-box-shadow:  0 -2px 1px #773222;
	box-shadow:  0 -2px 1px #773222;
	line-height:40px;	
	display:block;
   }

 .divSecond{
	margin-left:20px;
	width:110px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	display:inline-block;
	color:black;
	text-decoration:none;
	font-size:24px;
	text-align:center;
	line-height:40px;
 display:block;
 padding-bottom:20px;
	}
	.nav_all{
		position: relative; display:inline-block;
	}
	
	/*问答*/
.qa_box {
	width: 100%;
	background: #E6E6E6;
	overflow: hidden;
	padding-bottom: 20px;
}
.qa_box ul {
	width: 1024px;
	margin: 0 auto;
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	justify-content:space-between;
	display:block;
	list-style:none;
}
.qa_box li {
	float: left;
	width:256px;
	position: relative;
	height: 40px;
}
.qa_box span {
	display: block;
	max-width: 180px;
	position: absolute;
	left: 0;
	bottom: 40px;
	background: #E65423;
	color: #fff;
	font-size: 16px;
	padding: 0 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	display: none;
}
.qa_box i {
	display: block;
	position: absolute;
	left: 5px;
	bottom: -10px;
	width: 10px;
	height: 10px;
	background: url("icon/arrow_bottom.png") no-repeat;
	background-size: 100%;
}
.qa_box h3 {
	font-size: 30px;
	font-weight: normal;
	line-height: 80px;
	color: #434343;
}
.qa_box a {
	font-size: 16px;
	line-height: 25px;
	color: #585858;	
}
/*底部信息*/
.footer_box {
	width: 100%;
	background-color:#FA9C83;
	padding: 20px 0;
}
.footer {
	width: 1024px;
	margin: 0 auto;
	color: #fff;
	overflow: hidden;
}
.footer dl {
	width: 33%;
	height: 170px;
	float: left;
	border-right: 1px solid white;
}
.footer dl:first-child {
	border-left: 1px solid white;
}
.footer dt{
	text-align:center;
	}
.footer dt span {
	line-height: 40px;
	letter-spacing: 2px;
	text-align:center;
	font-size:16px;
}
.footer dd {
	font-size:16px;
	line-height: 25px;
	margin-left: 80px;
	margin-top: 15px;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	text-decoration: underline;
}
.fixed_box {
	position: fixed;
	left: 0;
	bottom: 10%;
}
.navigation li {
	position: relative;
    
}
.ul1{
	list-style:none;
}
.navigation a {
	display: block;
	width: 55px;
	height: 51px;
	background: #ddd;
	margin-bottom: 1px;
}
.navigation span {
	width: 0px;
	height: 0px;
	opacity: 0;
	filter: alpha(opacity="0");
	position: absolute;
	left: 55px;
	top: 0;
}
.navigation img {
	width: 100%;
}
.navigation .taobao {
	background: url("icon/nav_taobao.png") no-repeat;
}
.navigation .wechat {
	background: url("icon/nav_wechat.png") no-repeat;
}
.navigation .weibo {
	background: url("icon/nav_weibo.png") no-repeat;
}
.navigation .qq {
	background: url("icon/nav_qq.png") no-repeat;
}
.navigation .taobao {
	background: url("icon/nav_taobao.png") no-repeat;
}
.foot_all{
	width:100%;
	background-color:#E66444;
	height:200px;
}
.foot{
	width:1024px;
    margin:0px auto; 
}
.foot_first{
	height:40px;
	line-height:40px;
	text-align:center;
}
.foot_second{
	height:30px;
	text-align:center;
	padding-top:20px;
	padding-bottom:15px;
}
.foot_second>p{
	 display:inline-block;
	 font-size:16px;
	 width:80px;
	 color:white;
	 font-weight:500;
	 
}
.foot_second li{
	display:inline-block;
	color:white;
	padding-right:10px;
	
}
.foot_first>span{
	color:white;}
	
	
.fixed_box {
	position: fixed;
	left: 0;
	top: 50%;
}
.navigation li {
	position: relative;
	list-style:none;
}
.navigation a {
	display: block;
	width: 55px;
	height: 51px;
	background: #ddd;
	margin-bottom: 1px;
}
.navigation span {
	width: 0px;
	height: 0px;
	opacity: 0;
	filter: alpha(opacity="0");
	position: absolute;
	left: 55px;
	top: 0;
}

.navigation img {
	width: 100%;
}
.navigation .taobao {
	background:url(../image/nav_taobao.png) no-repeat;
}
.navigation .wechat {
	background:url(../image/nav_wechat.png) no-repeat;
}
.navigation .zaixian {
	background:url(../image/zai.png) no-repeat;
}
.navigation .top {
	background:url(../image/top.png) no-repeat;
}

/*#show_on{
	width: 300px;
	background-color:white;
    -webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-shadow: 0px 3px 3px  #D0CECE;
	-moz-box-shadow:0px 3px 3px  #D0CECE;
	-ms-box-shadow: 0px 3px 3px  #D0CECE;
	-o-box-shadow:  0px 3px 3px  #D0CECE;
	box-shadow:  0px 3px 3px  #D0CECE;
	position: absolute;
	left:55px;
	top: -100px;
	display:none;
}*/

.on_head{
	 height:35px;
	 width:300px;
	 background-color:#F59A68;
	 border-radius:18px 18px 0px 0px;
	 -webkit-border-radius: 18px 18px 0px 0px;
	-moz-border-radius: 18px 18px 0px 0px;
	-ms-border-radius: 18px 18px 0px 0px;
	-o-border-radius: 18px 18px 0px 0px;
	-webkit-box-shadow: 0px 3px 3px #D6D6D6;
	-moz-box-shadow:0px 3px 3px  #D6D6D6;
	-ms-box-shadow: 0px 3px 3px  #D6D6D6;
	-o-box-shadow:  0px 3px 3px  #D6D6D6;
	box-shadow:  0px 3px 3px  #D6D6D6;
	overflow:hidden;
}
.on_left{
	margin-left:8%;
	height:35px;
	width:60px;
	position:relative;
	float:left;
	
}
.on_left>img{
	width:54px;
	height:30px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-15px;
	margin-left:-27px;
}
.on_right{
	position:relative;
	float:left;
	height:35px;
	margin-left:10%;
}
.on-span{
	text-align:center;
	float:left;
	font-size:14px;
	color:white;
	height:35px;
	line-height:35px;
	margin-left:10%;
}
.on_right>img{
	width:25px;
	height:30px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-15px;
	margin-left:-12.5px;
}
.on_send{
	overflow:hidden;
	margin-top:20px;
	margin-left:15px;
}
.on_sendRight{
	overflow:hidden;
	margin-right:15px;
	margin-top:20px;
	}
.on_message{
	width:300px;
	margin:auto;
	height:280px;
	overflow-y:scroll;
}
.onbubble_left{
	float:left;
	width:50px;
	height:50px;
	border-radius:50%;
	position:relative;
	border: 1px solid #DFDCDC;
	vertical-align:middle;
}
.onbubble_right{
	float:right;
	width:50px;
	height:50px;
	border-radius:50%;
	position:relative;
	border: 1px solid #DFDCDC;
	 vertical-align:middle;
}
.onbubble_left>img{
	width:50px;
	height:27px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-25px;
	margin-top:-13.5px;
}
.onbubble_right>img{
	width:50px;
	height:27px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-25px;
	margin-top:-13.5px;
}
 .onbubble_leftQues{
    position: relative;
    background-color: #EFEDED;
	width:170px;
  
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	float:left;
	margin-left:20px;
	vertical-align:middle;
}
.onbubble_rightQues{
    position: relative;
    background-color: #EFEDED;
	width:170px;
  
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	float:right;
	margin-right:20px;
	vertical-align:middle;
}
.onbubble_leftQues>p,.onbubble_rightQues>p{
	
	margin:5px 0px;
    line-height:20px;
	font-size:14px;
	color:black;
	padding: 0px 10px;
}
.onbubble_leftQues:before {
    position: absolute;
    content: "";
    right: 100%;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 15px solid #EFEDED;
    border-bottom: 10px solid transparent;
    border-left: 5px solid transparent;
	color:black;
	
}
.onbubble_rightQues:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid transparent ;
    border-left: 15px solid #EFEDED;
	color:black;
	
}
.on_allow{
	width:300px;	
}
.on_line{
	border:1px solid #D6D3D3;
	width:298px;
}
.on_sendImage{
	width:300px;
	margin-left:10px;

}
.onImage1{
	width:40px;
	height:30px;
	position:relative;
	display:inline-block;
 }
 .onImage1:hover{
	 background-color:#DADADA;
	}
	.onImage2:hover{
	 background-color:#DADADA;
	}
	.onImage3:hover{
	 background-color:#DADADA;
	}
 .onImage2{
	width:40px;
	height:30px;
	position:relative;
	display:inline-block;
 }
 .onImage3{
	width:40px;
	height:30px;
	position:relative;
	display:inline-block;
 }
.onImage1>img{
	 width:18px;
	 height:18px;
	 position:absolute;
	 left:50%;
	 top:50%;
	 margin-top:-10px;
	 margin-left:-10px;
}
.onImage2>img{
	width:18px;
	 height:18px;
	 position:absolute;
	 left:50%;
	 top:50%;
	 margin-top:-10px;
	 margin-left:-10px;
	 
}
.onImage3>img{
	 width:24px;
	 height:15px;
	position:absolute;
	 left:50%;
	 top:50%;
	 margin-top:-8px;
	 margin-left:-13.5px;
}
.on_textarea{
	width:280px;
	margin-left:20px;
	overflow:hidden;
}
.on_input>input{
	width:50px;
	height:25px;
	text-align:center;
	line-height:25px;
	color:black;
	background-color:#EFEDED;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

-webkit-box-shadow: 0px 5px 5px  #AEAEAE;
	-moz-box-shadow:0px 5px 5px #AEAEAE;
	-ms-box-shadow: 0px 5px 5px  #AEAEAE;
	-o-box-shadow:  0px 5px 5px  #AEAEAE4;
	box-shadow:  0px 5px 5px  #AEAEAE;
	border:none;
	font-size:14px;
	letter-spacing:2px;
	display:inline-block;
	cursor:pointer;
}
.ontextarea_text{
	float:left;
}

.on_input{
	 float:left;
	 margin-left:10px;
	 margin-top:10px;
}
/*首页的banner*/
.banner_box {
	background-color:#EE7944;
	height:450px;
	width: 100%;
	background-image:url(../image/bg_1.jpg);
	position:relative;
}

.img_box_news,
.img_box_about,
.img_box_ngc,
.img_box_pmg,
.img_box_ncs {
	width:1024px;
	height:360px;
	margin: 0 auto;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-200px;
	margin-left:-512px;
	
}
.img_box_news img {
	width: 60%;
	opacity: 0;
}
.img_box_about img {
	width: 50%;
	
}
.img_box_ngc span,
.img_box_pmg span,
.img_box_ncs span {
	z-index: 4;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 150px;
	top: 120px;
	background:url(../image/banner_play.png) no-repeat;
	background-size: 100%;
}
#Dirty {
	background: url(../image/pandaDirty.png) no-repeat;
	background-size: 100%;
	width:30%; 
	height: 270px; 
	position: absolute;
	left: 0; 
	top: 20px; 
	z-index: 3;
}
.spread {
	position: absolute;
	width: 80px;
	height: 80px;
	background: #F6FF00;
	left: 244px;
	top: -5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	animation: spreadOut 2s infinite;
}
@-webkit-keyframes spreadOut {
	0%{-webkit-transform: scale(0);}
	100%{-webkit-transform: scale(1.5);opacity: 0;}
}
@-moz-keyframes spreadOut {
	0%{-moz-transform: scale(0);}
	100%{-moz-transform: scale(1.5);opacity: 0;}
}
@-ms-keyframes spreadOut {
	0%{-ms-transform: scale(0);}
	100%{-ms-transform: scale(1.5);opacity: 0;}
}
@-o-keyframes spreadOut {
	0%{-o-transform: scale(0);}
	100%{-o-transform: scale(1.5);opacity: 0;}
}
@keyframes spreadOut {
	0%{transform: scale(0);}
	100%{transform: scale(1.5);opacity: 0;}
}


.wheel_1 {
	position: absolute;

	animation: rotate 4s linear infinite;
}
@-webkit-keyframes rotate {
	0%{
		-webkit-transform:rotate(0deg);
	}
	100%{
		-webkit-transform:rotate(360deg);
	}
}
@-moz-keyframes rotate {
	0%{
		-moz-transform:rotate(0deg);
	}
	100%{
		-moz-transform:rotate(360deg);
	}
}
@-ms-keyframes rotate {
	0%{
		-ms-transform:rotate(0deg);
	}
	100%{
		-ms-transform:rotate(360deg);
	}
}
@-o-keyframes rotate {
	0%{
		-o-transform:rotate(0deg);
	}
	100%{
		-o-transform:rotate(360deg);
	}
}
@keyframes rotate {
	0%{
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(360deg);
	}
}
.wheel_2 {
	position: absolute;

	animation: rotatee 2s linear infinite;
}
@-webkit-keyframes rotatee {
	0%{
		-webkit-transform:rotate(0deg);
	}
	100%{
		-webkit-transform:rotate(-360deg);
	}
}
@-moz-keyframes rotatee {
	0%{
		-moz-transform:rotate(0deg);
	}
	100%{
		-moz-transform:rotate(-360deg);
	}
}
@-ms-keyframes rotatee {
	0%{
		-ms-transform:rotate(0deg);
	}
	100%{
		-ms-transform:rotate(-360deg);
	}
}
@-o-keyframes rotatee {
	0%{
		-o-transform:rotate(0deg);
	}
	100%{
		-o-transform:rotate(-360deg);
	}
}
@keyframes rotatee {
	0%{
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(-360deg);
	}
}
#seconds,
#minutes,
#hours
{
	position: absolute;
	width: 4px;
	height: 100px;
	left: 41px;
	top: 65px;
}
#hours
{
	background: url('icon/clock.png') no-repeat right;
	z-index: 1;
}
#minutes
{
	background: url('icon/clock.png') no-repeat center;
	z-index: 2;
}

#seconds
{
	background: url('icon/clock.png') no-repeat left;
	z-index: 3;
}
.shadow {
	position: absolute;
	bottom: -40px;
	width: 75px;
	height: 2px;
	background: #000;
	opacity: 0;
	filter: alpha(opacity="0");
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 10px 9px rgba(0,0,0,1);
	-moz-box-shadow: 0 0 10px 9px rgba(0,0,0,1);
	-ms-box-shadow: 0 0 10px 9px rgba(0,0,0,1);
	-o-box-shadow: 0 0 10px 9px rgba(0,0,0,1);
	box-shadow: 0 0 10px 9px rgba(0,0,0,1);
}
.shadow1 {
	left: 90px;
}
.shadow2 {
	left: 360px;
}
.banner_control {
	width: 50px;
	height: 100%;
	position: absolute;
}
.banner_box span:hover {
	cursor: pointer;
}
.banner_control img {
	margin-top: 200%;
	width: 100%;
}
#control_left {
	left: 0;
}
#control_right {
	right: 40%;
}
.banner_container {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}
.banner {
	width: 700%;
	height: 100%;
	overflow: hidden;
}
.banner_con {
	float: left;
	width: 900px;
}
.banner_pic {
	float: left;
	width: 20%;
}
.banner_pic img {
	width: 100%;
}
.banner_text {
	float: left;
	width: 40%;
	color: #fff;
	padding: 20px;
}
.banner_text h3 {
	font-size: 30px;
	font-weight: normal;
}
.banner_text p {
	margin: 20px 0;
}
.link_more {
	display: block;
	text-align: center;
	width: 102px;
	height: 32px;
	line-height: 32px;
	background: #fff;
	font-size: 16px;
	color: #F5721A;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	position: relative;
}
.banner_linkmore {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 0px;
	height: 31px;
	background: url("icon/banner_linkmore.png") no-repeat;
	-webkit-transition: width 500ms;
	-moz-transition: width 500ms;
	-ms-transition: width 500ms;
	-o-transition: width 500ms;
	transition: width 500ms;
}
.link_more:hover i {
	width: 102px;
}
.text_box {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	width: 400px;
	text-align: right;
	padding: 10px 40px 0 0;
}
.text_box i {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 50px;
	border: 2px solid #fff;
	border-left: 0;
	border-bottom: 0;
	z-index: 2;
}
.text_box h3 {
	font-size: 40px;
    font-weight: normal;
	margin-bottom: 10px;
}
.text_box h5 {
	font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}
.text_box p {
	font-size: 14px;
}



.advert_all {
	position: fixed;
	left: 0;
	top: 50%;
	z-index:8;
}
.advert_all li {
	position: relative;
	list-style:none;
}
#on_a  {
	display: block;
	width: 55px;
	height: 51px;
	background-image:url(../image/2.png);
	margin-bottom: 1px;
}
#chat_a  {
	display: block;
	width: 55px;
	height: 51px;
	background-image:url(../image/wei1.png);
	margin-bottom: 1px;
}
#taobao_a{
	display: block;
	width: 55px;
	height: 51px;
	background-image:url(../image/tao1.png);
	margin-bottom: 1px;
}
#top_scroll  {
	display: block;
	width: 55px;
	height: 51px;
	background-image:url(../image/top1.png);
	margin-bottom: 1px;
}
 
#chat_image,#on_image{
	display:none;
	width:110px;
	height:110px;
	position:absolute;
	left:55px;
	
}
#show_on{
	display:none;
	width:110px;
	height:110px;
	position:absolute;
	left:55px;
	
}
.comment { width: 680px; margin: 20px auto; position: relative; background: #fff; padding: 20px 50px 50px; border: 1px solid #DDD; border-radius: 5px; }
.comment h3 { height: 28px; line-height: 28px }
.com_form { width: 100%; position: relative }
.input { width: 99%; height: 60px; border: 1px solid #ccc }
.com_form p { height: 28px; line-height: 28px; position: relative; margin-top: 10px; }
.qqFace { margin-top: -200px; background: #fff; padding: 2px; border: 1px #dfe6f6 solid; }
.qqFace table td { padding: 0px; }
.qqFace table td img { cursor: pointer; border: 1px #fff solid; }
.qqFace table td img:hover { border: 1px #0066cc solid; }
#show { width: 770px; margin: 20px auto; background: #fff; padding: 5px; border: 1px solid #DDD; vertical-align: top; }



.downBackground{
	position: absolute;
	z-index: 10;
   
}
.shadow_click{
	position: absolute;
	z-index: 10;
}
.mask {
	background-color:rgba(0,0,0,0.25);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}
.maskDown {
	background-color:rgba(0,0,0,0.25);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}
#shadow_view{
	
    position:absolute;
	width:800px;
	height:500px;
    
}
.downBorder{
	position:absolute;
	width:500px;
	height:240px;
	background: #EFEDEE;
	
	
}
#downLoad_click2{

   cursor:pointer;
}
.downDiv{
	overflow:hidden;
	
}
.downFirst{
	 float:left;
     background:#C9C5C4;
	 width:140px;
	 height:140px;
	margin-left:20px;
	margin-top:30px;
	 margin-bottom:5px;
}
.downFirst>img{
	display: block;
    margin-left: 27px;
    width: 70%;
    padding-top: 15px;
}

.downFirst>span{
	display:block;
	font-size:18px;
	text-align:center;
	margin-top: 10px;	
}
.downTwo{
	 float:left;
     background:#FE724E;
	 -webkit-box-shadow: 0px 3px 3px #AEAEAE,3px 0px 3px #AEAEAE;
	-moz-box-shadow:0px 3px 3px #AEAEAE,3px 0px 3px #AEAEAE;
	-ms-box-shadow: 0px 3px 3px #AEAEAE,3px 0px 3px #AEAEAE;
	-o-box-shadow:  0px 3px 3px #AEAEAE,3px 0px 3px #AEAEAE4;
	box-shadow:  0px 3px 3px #AEAEAE,3px 0px 3px  #AEAEAE;
	 width:140px;
	 height:140px;
	 margin-bottom:5px;
	margin-left:20px;
	margin-top:30px;
	
}
.downTwo>img{
	display: block;
    margin-left: 27px;
    width: 70%;
    padding-top: 15px;
}

.downTwo>span{
	display:block;
	font-size:18px;
	text-align:center;
	margin-top: 10px;
	color:white;
	
}

.downloadDiv{
	width:220px;
	margin:auto;
	margin-top:20px;
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	justify-content:space-between;
}
.downloadDiv>div{
	
	border:1px solid black;
	background:-webkit-linear-gradient(top,#FCC4B7,#FDAE9C,#EC775A,#F87C5C,#FB7B5B);
    background:-o-linear-gradient(bottom,#FCC4B7,#FDAE9C,#EC775A,#F87C5C,#FB7B5B);
	background:-moz-linear-gradient(bottom,#FCC4B7,#FDAE9C,#EC775A,#F87C5C,#FB7B5B);
	background:linear-gradient(to bottom,#FCC4B7,#FDAE9C,#EC775A,#F87C5C,#FB7B5B);
	width:60px;
	height:28px;
	line-height:28px;
	text-align:center;
	font-size:16px;
	display:inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	cursor:pointer;
	margin:0 auto;
}



.videoContainer {
	position: absolute;
	z-index: 10;
}
.maskTwo {
	background-color:rgba(0,0,0,0.25);
	
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#videoContent {
	position: absolute; 
	width: 800px; 
	height: 500px;
	border:1px solid red;
}

.videoContainer {
	position: absolute;
	z-index: 10;
}
.maskTwo {
	background-color:rgba(0,0,0,0.25);
	
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#videoContent {
	position: absolute; 
	border-radius:12px;
	width:350px;
    height:180px;
    background-color:#EFEDEE;
    border:1px solid #E27B5C;
}

	.code_image{
		width:350px;
		height:40px;
		overflow:hidden;
	}
	.code_image>img{
		margin:10px;
		width:30px;
		height:30px;
		float:right;
		margin-right:10px;
		margin-top:10px;	
	}
.code_div{
		width:280px;
		height:50px;
		line-height:50px;
		margin:auto;
		margin-top:10px;
		text-align:center;
	}
	 #saveBtn1{
		  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  -ms-border-radius: 5px;
	   -o-border-radius: 5px;
	    border-radius: 5px;
		width:70px;
		height:38px;
		background-color:#FB896B;
		text-align:center;
		color:white;
		font-size:20px;
		line-hight:38px;
		border:none;
		vertical-align:middle;
		cursor:pointer;
		 }
   .alert{
	   width:350px;
	   height:70px;
		line-height:70px;
		text-align:center;
	  }

.foot_first>span>a{
	cursor:pointer;
	
}

/*活动添加样式*/
.heng_intro{
	margin:20px 40px 10px 40px;
	font-size:18px;
}
.heng_msg{
	margin:0 40px;
	line-height:35px;
	font-wieght:lighter;
}
.act_titl{
	font-size:18px;
	font-weight:normal;
}
.activ{
	position:absolute;
	left:73%;
	top:70%;
	background:#da5426;
	color:#fff;
	padding:8px;
	border-radius:5px;
	display:none
}


.nav_c{
	color:white;
	height:30px;
	line-height:30px;	
	text-align:center;
	width:290px;
	border-bottom:1px solid white;
	cursor:pointer;
	display:block;
}
.nav_d{
	color:white;
	height:30px;
	line-height:30px;	
	text-align:center;
	width:290px;

	cursor:pointer;
	display:block;
}
.navFirst{
display:inline-block;
}
   .navFirst li{
   position:relative;
   }
   ul li{
   list-style:none;
   }

