/*头部*/
.top{
   width:1100px;
   margin:0 auto;
   height: 48px;
   padding-top:18px;
}
.top .logo{
   width:183px;
   height:41px;
   display: block;
   float: left;
}
.btn_wrap{
  width:300px;
  text-align: right;
  height: 48px;
  float:right;
}
.btn_wrap a{
  display: inline-block;
  width:99px;
  height: 44px;
  border:2px solid #fff;
  border-radius: 22px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin:0 5px;
}


.btn_wrap a.login_btn:hover{
  display: inline-block;
  width:99px;
  height: 44px; background:#4341b9;
  border:2px solid #4341b9;
  border-radius: 22px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin:0 5px;
}

.btn_wrap a.register_btn{
  background: #ec414d;
  color: #fff;
  border:2px solid #ec414d;
}
.btn_wrap a.register_btn:hover{
  background: #b61a1a;
  color: #fff;
  border:2px solid #b61a1a;
}

.agileits .pt_text{
	width: 303px;
    height: 49px;
    margin-bottom: 15px;
    background: url(./../images/input_bk.png) no-repeat center center;
}
.agileits .pt_text select {
	display: inline-block;
	width: 318px;
	line-height: 54px;
	font-size: 20px;
	color: #999999;
	height: 49px;
	border: none;
	background: none;
	outline: none;
	height: 54px;
}


/*头部 END*/
/*查询条件*/
.homePage{
   width:100%;
   height: 100%;
   min-width: 1200px;
   position: absolute;
   top:0;
   right: 0;
   left: 0;
   bottom:0;
   z-index: 3;
}
.homePage.active .home_title{
   width:645px;
  /* height:55px;*/
}
.home_title{
   width:664px;
   height:auto;
   /*margin:0 auto;*/ margin-left:80px;
}
.home_title img{
  width:100%;
  height:auto; margin-bottom:20px;
}
.home_con{
  height: 460px;
  position: absolute;
  width:1200px;
  left:50%;
  top:150px;
  margin-left:-600px;
  transition: all 1s;
  min-width: 1200px;
}
.homePage.active .home_con{
  top:95px;
}
.user-box{
  width:1000px;
  margin:0 auto;
  padding-top:60px;
  overflow:hidden;
  padding-bottom: 30px;
  padding-left: 200px;
}
.user-box .user-item{
  width:150px;
  height:46px;
  float: left;
  margin-bottom: 15px;
  background: #fff;
  margin:0 6px;
  position: relative;
  border-radius:22px; margin-right:-124px;
}
.user-box .user-item.user-item-1{
  width:580px;
  border-radius:22px;
  color: #9a9a9a;
  padding-left:16px;
}
.user-box .user-item.user-item-1 input{
  width:580px;
  /*background: none;
  margin-left:200px;*/ background:#f8fcfd; border:1px solid #eaeaec; padding-left:30px; margin:0 auto; display:block;
}
.user-box .user-item input,select{
  display:block;
  margin:0 auto!important;
  width:120px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  border-radius:22px;
  color: #666;
  outline: none;
  border:none;
}
.user-box .user-item .btn-submit{
  clear: both;
  display: block;
  width:100%;
  height:100%;
  outline: none;
  background: url(../images/zxa.png) repeat-y top center;
  border:none;
  border-radius: 22px;
  cursor: pointer;
  line-height: 44px;
  font-size: 20px;
  color: #fff; font-family:"微软雅黑";
}

.user-box .user-item .btn-submit:hover{background: url(../images/zxb.png) repeat-y top center;
 color: #fff;
}








.dm{ width:940px; height:280px; margin:0 auto;  position:relative; overflow: hidden;}
.dm span{ margin-right:25px;font-size:16px;background:#189efc; color:#FFF; border-radius:20px; padding:3px 20px; /*border:1px #FFFFFF solid;*/ }
.p0{width:2800px;position:absolute; top:5px; left:0px; animation: change0 32s infinite linear;}
.p1{width:3000px;position:absolute; top:38px; left:0px; animation: change1 26s infinite linear;}
.p2{width:3000px;position:absolute; top:70px; left:0px; animation: change2 29s infinite linear;}
.p3{width:3000px;position:absolute; top:105px; left:0px; animation: change3 24s infinite linear;}
.p4{width:3000px;position:absolute; top:140px; left:0px; animation: change4 33s infinite linear;}
.p5{
	width: 3000px;
	position: absolute;
	top: 176px;
	left: 0px;
	animation: change5 34s infinite linear;
}
.p6{width:3000px;position:absolute; top:210px; left:0px; animation: change6 36s infinite linear;}
.p7{width:3150px;position:absolute; top:245px; left:0px; animation: change7 40s infinite linear;}
@keyframes change0 {
  0% {
    transform: translateX(800px);
  }
  100% {
    transform: translateX(-1700px);/*弹幕长度*/
  }
}

@keyframes change1 {
  0% {
    transform: translateX(800px);
  }
  100% {
    transform: translateX(-1680px);
  }
}
@keyframes change2 {
  0% {
    transform: translateX(800px);
  }
  100% {
    transform: translateX(-1640px);
  }
}
@keyframes change3 {
  0% {
    transform: translateX(800px);
  }
  100% {
    transform: translateX(-1350px);
  }
}
@keyframes change4 {
  0% {
    transform: translateX(800px);
  }
  100% {
    transform: translateX(-1990px);
  }
}
@keyframes change5 {
  0% {
    transform: translateX(800px);
  }
  100% {
    transform: translateX(-1700px);
  }
}
@keyframes change6 {
  0% {
    transform: translateX(800px);
  }
  100% {
    transform: translateX(-1900px);
  }
}
@keyframes change7 {
  0% {
    transform: translateX(800px);
  }
  100% {
    transform: translateX(-2150px);
  }
}
.tips {
    width:100%;
    /*height:200px;*/
    text-align: center; margin-bottom:20px; display:block;
}
.tips p{ width:700px; height:auto; margin:0 auto;  display:block; text-align:center; font:20px/40px "微软雅黑"; color:#333; padding-bottom:30px;  }
.tips p span{ color:#F00;}

.table_wrap{
  padding-bottom: 70px;
  width:1100px;
  margin:0 auto;
}
.my_table{
  width:100%;
  border:1px solid #333;
  border-collapse: collapse;
  border-radius:20px;
  overflow:hidden;
}
.my_table th{
  height: 40px;
  background: #ec414d;
  color: #fff;
  font-size: 18px;
}
.my_table th.th1{
  width:45px;
}
.my_table th.th2{
  width:80px;
}
.my_table th.th3{
  width:160px;
}
.my_table th.th4{
  width:110px;
}
.my_table th.th5{
  width:370px;
}
.my_table th.th6{
  width:80px;
}
.my_table th.th7{
  width:120px;
}
.my_table th.th8{
  width:130px;
}
.my_table th.th9{
  width:115px;
}
.my_table td{
  height: 40px;
  color: #000;
  font-size: 16px;
  padding: 20px;
  background:rgba(255,255,255,0.9);
  border:1px solid #b2b2b2;
}
.my_table td span {
    color:#EC414D;
    font-weight: bold;
}
.result_tip{
  font-size: 20px;
  text-align: center;
  color: #FFF;
  line-height: 50px;
  font-weight: bold;
}
/*查询条件 END*/
.ewm {
  width:100%;
  height:350px;
}
.ewm span{
  display: block;
    width:100%;
    text-align: center;
    font-size: 18px;
    color:#fff;
    font-weight: bold;
}
section {
  width:300px;
  height:300px;
  margin: 20px auto 0px;
}
section img {
  display: none;
  width:100%;
}
/*zg_cover*/
.zg_cover{
   width:100%;
   height: 100%;
   position:fixed;
   left:0;
   top:0;
   bottom:0;
   right: 0;
   background: rgba(0,0,0,0.6);
   z-index: 9998;
}
/*zg_cover END*/
/*使用说明*/
.zg_direction{
    width:900px;
    background: #fff;
    position: fixed;
    left: 50%;
    top:50%;
    margin-left: -450px;
    margin-top:-200px;
    padding:20px;
    border-radius: 20px;
    z-index: 9999;
}
.zg_direction h6{
    text-align: center;
    line-height: 30px;
    font-size: 26px;
    color: #ec414d;
}
.direction_list{
    padding-top:20px;
}
.direction_list li{
  line-height:32px;
  font-size: 16px;
  margin-bottom: 5px;
}
.direction_list li a{
  font-weight: bold;
  color: #ec414d;
}
.direction_close{
  width:30px;
  height: 30px;
  background: url(./../images/close.png) no-repeat center center;
  cursor: pointer;
  position: absolute;
  right:5px;
  top:5px;
}
/*使用说明 END*/
/*登录 注册弹框*/
.container {
  width:439px;
  position: fixed;
  left: 50%;
  top:50%;
  margin-left:-219px;
  margin-top:-182px;
  z-index: 9999;
  padding:6px 0 16px;
  background: #fff;
  border-radius:10px;
  display: none;
}
.bd_close{
  width:30px;
  height: 30px;
  background: url(./../images/close.png) no-repeat center center;
  cursor: pointer;
  position: absolute;
  right:2px;
  top:2px;
}
.bd_nav{
  height: 60px;
  border-bottom:1px solid #c6c6c6;
  padding:0 53.5px;
}
.bd_nav span{
  width:116px;
  display: block;
  margin:0 25px;
  line-height: 60px;
  font-size: 24px;
  color: #c6c6c6;
  float: left;
  text-align: center;
  cursor: pointer;
}
.bd_nav span.active{
  border-bottom:2px solid #ec414d;
  position: relative;
  top:-1px;
  color: #ec414d;
}
.container .agileits{
  width:305px;
  margin:0 auto;
  padding-top: 30px;
  display: none;
}
.container .agileits .bd_line_wrap{
  width:303px;
  height: 49px;
  background: url(./../images/input_bk.png) no-repeat center center;
  margin-bottom: 15px;
}
.container .agileits .bd_line_wrap input{
  width:293px;
  padding-left: 10px;
  line-height: 49px;
  font-size: 20px;
  color: #999999;
  height: 49px;
  border:none;
  background: none;
  outline: none;
}
.yzm_wrap{
  width:100%;
  position: relative;
}
.yzm_wrap .yzm_btn,#daojishi{
  width:120px;
  height:49px;
  color: #999999;
  position: absolute;
  right:10px;
  top:0px;
  text-align: center;
  line-height:49px;
  font-size:19px;
  transition: all 1s;
}
.yzm_wrap #daojishi{
  display: none;
  font-size: 14px;
}
.container .agileits .bd_line_wrap.send_button{
  background: none;
}
.container .agileits .bd_line_wrap.send_button input.submintBtn{
  width:303px;
  height: 49px;
  background: #ec414d;
  color: #fff;
  text-align: center;
  border-radius: 24px;
  cursor: pointer;
}
/*登录 注册弹框 END*/
/*left_nav*/
.left_nav{
  width:88px;
  height: 348px;
  position: fixed;
  left: 10px;
  top:50%;
  margin-top:-174px;
}
.left_nav a{
  display: block;
  width:88px;
  height: 87px;
  margin-bottom: 29px;
}
/*left_nav END*/
/*html,body {
  height:100%;
}*/
#my_video{
  width:1920px;
  height:1080px;
  display: block;
  position:fixed;
  _position:absolute;
  left:50%;
  top:50%;
  margin-left: -960px;
  margin-top:-540px;
  z-index: 1;
}
.back_img{
  width:1920px;
  /*height:1080px;*/
  display: block;
  position:fixed;
  _position:absolute;
  left:50%;
  top:50%;
  margin-left: -960px;
  margin-top:-457px;
 z-index:2;
  /* opacity: 0.9;
  filter:alpha(opacity=90);*/
}
@media only screen and (max-height:720px) {
  .left_nav{width:60px;position:fixed;right:0;top:100px;}
  .right_nav{width:60px;position:fixed;left:0;top:100px;}
}

.biankuang{ width:1000px; height:auto; background:#fff; border-radius:20px; margin:0 auto; margin-bottom:20px; padding-bottom:30px;  box-shadow: 0 0 14px #2196f3;}
.biankuang2{ width:1000px; height:248px; background:#1899ff; border-radius:20px; margin:0 auto; padding:25px 0px;}
.biankuang2 ul{ width: 660px;height: 58px;margin: 0 auto;display: block;}
.biankuang2 ul li{ float:left; color:#fff; font:20px/40px "微软雅黑";}
.biankuang2 .zuo{ width:203px; height:203px; display:block; margin-right:30px;}
.biankuang2 .zuo img{width:203px; height:203px; display:block;}

.biankuang2 .you{    width: 681px;display: block; margin-right: 46px;text-align: center;padding-top: -5px;}

/*咨询悬挂开始*/
.xg_20150225{ width:auto; height:auto; position:fixed; top:50px; right:0px; z-index:999999;}
/*咨询悬挂结束*/

/*结束部分开始*/

#foot{width:1000px; height:auto; margin:0 auto; display:block;}
#foot-all{width:1000px;height:110px;color: #FFF; text-align: center;font:12px/25px "微软雅黑"; padding-top:20px;}
#foot #foot-all a {color: #CCC;text-decoration: none;}
/*结束部分结束*/

.biankuang2 .tijiao{
	width: 305px;
    margin: 0 auto;
    padding-top: 18px;
}
.biankuang2 .tijiao .bd_line_wrap{
  width:303px;
  height: 49px;
  background: url(./../images/input_bk.png) no-repeat center center;
  margin-bottom: 15px;
}
.biankuang2 .tijiao .bd_line_wrap input{
  width:293px;
  padding-left: 10px;
  line-height: 49px;
  font-size: 20px;
  color: #999999;
  height: 49px;
  border:none;
  background: none;
  outline: none;
}
.biankuang2 .tijiao .bd_line_wrap.send_button{
  background: none;
}
.biankuang2 .tijiao .bd_line_wrap.send_button input.submintBtn{
  width:303px;
  height: 49px;
  background: #ec414d;
  color: #fff;
  text-align: center;
  border-radius: 24px;
  cursor: pointer;
}

