﻿	
                
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
	
	 
	
    
    
    
    
    
    
     
    
    
    


@font-face {
  font-family: 'din1451alt';
  src: url("../fonts/din1451alt.eot");
  src: url("../fonts/din1451alt.eot") format("embedded-opentype"), url("../fonts/din1451alt.woff") format("woff"), url("../fonts/din1451alt.ttf") format("truetype"), url("../fonts/din1451alt.svg") format("svg"); }
::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: rgba(200, 200, 200, 0.4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0; }

::-webkit-scrollbar-thumb {
  background-color: #0067ed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0; }

body, html {
  color: #333;
  background: white;
  font-family: "PingFang SC","Hiragino Sans GB",sans-serif; }

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

h2 {
  text-align: center;
  font-size: 36px; }
  h2 span {
    font-size: 18px;
    color: #999;
    display: block;
    font-weight: normal; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  border-radius: 0; }

.swiper-pagination-bullet-active {
  background: #0067ed; }

.maintop {
  position: relative;
  min-height: 100vh;
  min-height: 800px\9; }

.banner {
  height: 100vh;
  height: 800px\9;
  width: 100%;
  position: fixed;
  overflow: hidden; }
  .banner:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    vertical-align: middle;
    background: rgba(1, 20, 80, 0.3) url("../images/videomask.png"); }
  .banner .slogen {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    margin-top: -160px;
    color: #fff;
    text-align: center; }
    .banner .slogen h2 {
      padding: 10px 0;
      font-size: 48px;
      -moz-text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
      -webkit-text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
      text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4); }
    .banner .slogen p {
      font-size: 24px;
      font-weight: 300;
      -moz-text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
      -webkit-text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
      text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4); }
    .banner .slogen .button-area {
      margin-top: 25px; }
    .banner .slogen .btn-real, .banner .slogen .btn-demo {
      width: 265px;
      height: 56px;
      line-height: 56px;
      font-size: 20px;
      margin: 0 15px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: #0067ed;
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      transition: width .4s;
      border-radius: 3px; }
      .banner .slogen .btn-real:hover, .banner .slogen .btn-demo:hover {
        width: 280px; }
    .banner .slogen .btn-demo {
      border: 2px solid #fff;
      background: none;
      color: #fff;
      line-height: 45px; }
  .banner .video-wrap {
    margin: auto;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    width: 100%;
    height: 100vh;
    height: 800px\9;
    overflow: hidden;
    background: #1f2439; }
    .banner .video-wrap video {
      width: 100%;
      height: auto; }

.quote {
  position: absolute;
  z-index: 3;
  bottom: 0;
  height: 125px;
  width: 100%;
  overflow: hidden;
  background: rgba(13, 8, 35, 0.6);
  font-size: 0; }
  .quote .wrapper {
    width: 1280px; }
  .quote li {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin: 20px 1% 0 1%;
    text-align: center; }
    .quote li span {
      display: block;
      font-size: 14px; }
      .quote li span.price {
        display: inline-block;
        font-size: 30px;
        font-family: "din1451alt";
        position: relative; }
        .quote li span.price:after {
          content: '';
          width: 20px;
          height: 30px;
          position: absolute;
          top: 5px;
          right: -23px;
          display: inline-block;
          vertical-align: middle; }
      .quote li span.per {
        color: #999; }
    .quote li.fall .price:after {
      background: url("../images/fall.png") center no-repeat; }
    .quote li.fall .per {
      color: #ff1d1d; }
    .quote li.rise .price:after {
      background: url("../images/rise.png") center no-repeat; }
    .quote li.rise .per {
      color: #00c95a; }

.youshi {
  min-height: 620px;
  padding-top: 180px;
  position: relative;
  z-index: 5;
  background: #fff url("../images/radiation.png") center no-repeat; }
  .youshi .cir-spread {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border: 1px solid #86afcc;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -100px;
    animation: cir-warn 2s infinite ease-out;
    -webkit-animation: cir-warn 2s infinite ease-out;
    -moz-animation: cir-warn 2s infinite ease-out; }
  .youshi .cir-spread2 {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border: 1px solid #86afcc;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -75px;
    animation: cir-warn 2s infinite .8s ease-out; }
  .youshi .wrapper li {
    width: 49%;
    height: 240px;
    overflow: hidden;
    font-size: 18px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    transform: scale(1);
    position: relative;
    cursor: pointer; }
    .youshi .wrapper li i {
      width: 84px;
      height: 84px;
      display: inline-block;
      float: left;
      margin: 20px 20px 0 0;
      background: url("../images/icon_ys.png") left center no-repeat; }
    .youshi .wrapper li.y0 i {
      background-position-x: 0px; }
    .youshi .wrapper li.y1 i {
      background-position-x: -89px; }
    .youshi .wrapper li.y2 i {
      background-position-x: -178px; }
    .youshi .wrapper li.y3 i {
      background-position-x: -267px; }
    .youshi .wrapper li.y4 i {
      background-position-x: -356px; }
    .youshi .wrapper li.y5 i {
      background-position-x: -445px; }
    .youshi .wrapper li.y6 i {
      background-position-x: -534px; }
    .youshi .wrapper li.y7 i {
      background-position-x: -623px; }
    .youshi .wrapper li .con {
      float: left; }
      .youshi .wrapper li .con p {
        width: 300px;
        display: block;
        color: #898989;
        font-weight: 300; }
      .youshi .wrapper li .con h3 {
        line-height: 2em;
        font-size: 28px; }
    .youshi .wrapper li.fr {
      text-align: right; }
      .youshi .wrapper li.fr h3 {
        text-align: right; }
      .youshi .wrapper li.fr p {
        float: right; }
      .youshi .wrapper li.fr i {
        float: right;
        margin-left: 20px; }
      .youshi .wrapper li.fr .con {
        float: right; }
    .youshi .wrapper li:hover {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }

@keyframes cir-warn {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: .5; }
  100% {
    transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0; } }
@-webkit-keyframes cir-warn {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: .5; }
  100% {
    transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0; } }
@-moz-keyframes cir-warn {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: .5; }
  100% {
    transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0; } }
.promotion {
  background-color: #f6f6f6;
  padding: 80px 0 120px 0;
  position: relative;
  z-index: 5; }
  .promotion ul {
    font-size: 0;
    margin-top: 50px;
    margin-bottom: 50px; }
    .promotion ul li {
      width: 380px;
      margin: 0 auto;
      font-size: 18px;
      display: inline-block;
      transition: all .5s;
      overflow: hidden;
      margin-right: 30px;
      text-align: center; }
      .promotion ul li a {
        display: block;
        height: 220px;
        overflow: hidden; }
        .promotion ul li a img {
          display: block;
          transform: scale3d(1, 1, 1);
          transition: all 0.3s ease 0s; }
      .promotion ul li .til {
        display: block;
        background: #fff;
        line-height: 60px; }
      .promotion ul li:hover {
        -moz-box-shadow: 2px 2px 25px rgba(51, 51, 51, 0.4);
        -webkit-box-shadow: 2px 2px 25px rgba(51, 51, 51, 0.4);
        box-shadow: 2px 2px 25px rgba(51, 51, 51, 0.4); }
        .promotion ul li:hover img {
          transform: scale3d(1.05, 1.05, 1.05); }

.platform {
  position: relative;
  z-index: 5;
  height: 850px;
  padding: 64px 0;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  background: url("../images/downloadbg_mt4.jpg") center 0 no-repeat #fff;
  text-align: center; }
  .platform.fts{
  	background-image: url("../images/downloadbg_fts.jpg");
  }
  .platform .plat_title{
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 46px;
		color: #ffffff;
  }
  .platform .plat_title span{
  	font-weight: bold;
  	padding-right: 5px;
  }
  .platform .swiper-page-plat {
    left: 50%;
    z-index: 5;
    margin-left: -145px; }
    
  .platform .swiper-page-plat span {
    width:150px;
    height: 45px;
    line-height: 45px;
    margin: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border: solid 1px #ffffff;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -ms-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
    opacity: 0.5;
    background: none; }
    .platform .swiper-page-plat span.swiper-pagination-bullet-active {
      border: 1px solid  #2965de;;
      background-color: #2965de;
      font-weight: bold;
      opacity: 1;
      outline: none; }
    .platform .swiper-page-plat span:not(.swiper-pagination-bullet-active):hover {
      background: rgba(255, 255, 255, 0.3); }
      
  .platform .wrapper {
    overflow: hidden;
    position: relative; }
  .platform .plat {
    margin-top: 80px; }
    .platform .plat .pic {
      height: 600px;
      font-size: 0;
      overflow: hidden; }
      .platform .plat .pic ul {
        margin: 29px auto 0;
        font-size: 0;
        width: 98%; }
      .platform .plat .pic li {
        display: inline-block;
        font-size: 20px;
        color: #fff;
        text-align: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .platform .plat .pic li.t1 {
          padding-right: 81px; }
        .platform .plat .pic li.t2 {
          padding-right: 72px; }
          .platform .plat .pic li.t3{
          	margin-right: 88px;
          }
        .platform .plat .pic li i {
          width: 15px;
          height: 15px;
          margin-right: 10px;
          margin-top: -5px;
          display: inline-block;
          vertical-align: middle;
          background: #fff;
          border-radius: 50%;
          position: relative; }
          .platform .plat .pic li i:after {
            content: '';
            width: 15px;
            height: 15px;
            background: white;
            display: block;
            border-radius: 50%;
            position: absolute;
            }
      
    
      .platform .plat.fts .pic {
        background: url("../images/ui_fts.png") center bottom no-repeat; }
   
      .platform .plat.mt4 .pic {
        background: url("../images/ui_mt4.png") center bottom no-repeat; }
    .platform .plat.ydb {
      background: url("../images/downloadbgline.png") center top no-repeat; }
      .platform .plat.ydb .pic {
        background: url("../images/ui_ydb.png") center bottom no-repeat; }
  .platform .btn-down {
    width: 218px;
    line-height: 56px;
    background: #2965de;
    border-radius: 6px;
    text-align: left;
    color: #fff;
    font-size: 23px;
    display: block;
    margin: 11px auto 0 auto;
    transition: background .4s; }
    .platform .btn-down:hover {
      background-color: #005AD7; }
    .platform .btn-down i {
      width: 63px;
      height: 56px;
      margin-right: 29px;
      border-radius: 6px;
      float: left;
      background: url("../images/download.svg") center no-repeat #317ef7;
      background-size: 23px auto; }
      .platform .swiper-slide{
      	position: relative;
      }
     .platform .swiper-slide .phone{
     	  position: absolute;
     	  top: 187px;
     	  right: 183px;
     		width: 227px;
     		height: 449px;
     		background:url(../images/ui_phone.png) no-repeat 0 0 ;
     } 
     .platform .swiper-slide .phone .swiper_pic{
     		width: 189px;
     		height: 410px;
     		position: absolute;
     		top: 10px;
     		left: 18px;
     		background-repeat: no-repeat;
     		background-position:0 0;
     }
     .platform .swiper-slide.fts .swiper_pic{
     		/*background-image:url(../images/fts1.png);*/
     		animation: fts_pic 12s  ease infinite;
		    -webkit-animation: fts_pic 12s  ease infinite;
		    -moz-animation: fts_pic 12s  ease infinite;
     }
     .platform .swiper-slide.mt4 .swiper_pic{
     		/*background-image:url(../images/mt41.png);*/
     		animation: mt4_pic 12s  ease infinite;
		    -webkit-animation: mt4_pic 12s  ease infinite;
		    -moz-animation: mt4_pic 12s  ease infinite;
     }
    
    @keyframes fts_pic {
 0% {
  		background-image:url(../images/fts1.png);
     }
  50% {
  		background-image:url(../images/fts2.png);
     }   
  100% {
  	background-image:url(../images/fts1.png);
     } } 
    
        @keyframes mt4_pic {
  0% {
  	background-image:url(../images/mt41.png); 	
  	opacity: 1;
   }
   50% {
  	background-image:url(../images/mt42.png); 	
  	opacity: 1;
   }
  100% {
  	background-image:url(../images/mt41.png);
  	opacity: 1;
   } } 

@keyframes warn {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: .5; }
  100% {
    transform: scale(4);
    -webkit-transform: scale(4);
    opacity: 0.0; } }
/*.hezuo {
  position: relative;
  z-index: 5;
  padding: 90px 0 110px 0;
  background: #f7f7f7; }
  .hezuo .logolist {
    font-size: 0;
    margin-top: 50px; }
    .hezuo .logolist li {
      display: inline-block;
      margin: 12px;
      transition: all .4s; }
      .hezuo .logolist li:hover {
        -moz-box-shadow: 2px 2px 25px rgba(51, 51, 51, 0.4);
        -webkit-box-shadow: 2px 2px 25px rgba(51, 51, 51, 0.4);
        box-shadow: 2px 2px 25px rgba(51, 51, 51, 0.4); }
      .hezuo .logolist li img {
        display: block; }*/

.advisory{
	position: relative;
	z-index: 5;
	background-color: #fff;
	padding-top: 111px;
	padding-bottom: 127px;
}
.advisory .left,.advisory .right{
	display: inline-block;
	vertical-align: top;
}
.advisory div.left{
	width: 787px;
}
.advisory .tab{
	font-size: 0;
}
.advisory .tab{
	font-size: 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.advisory .tab span{
	font-size: 20px;
	line-height:20px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	padding: 0 16px;
	padding-bottom: 16px;
	cursor: pointer;
	letter-spacing: 0px;
	color: #666666;
	position: relative;
}
.advisory .tab span.active{
	color: #000;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	padding-bottom: 15px;
}
.advisory .tab span.active:after{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height:2px;
	background-color: #0067ed;
}
.advisory .tab .more{
	float: right;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -2px;
	cursor: pointer;
	color: #0067ed;
}

.advisory .tab_cont .pic{
	width: 100%;
	position: relative;
	height: 212px;
}
.advisory .tab_cont .pic img{
	display: block;
	width: 100%;
	height: 212px;
}
.advisory .tab_cont .pic .pic_title{
	position: absolute;
	width: 100%;
	padding-left: 16px;
	padding-right: 31px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	left: 0;
	bottom: 6px;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
}
.advisory .tab_cont .des{
 	margin-top: 18px;
 	height: 43px;
 	font-size: 16px;
 	color: #999;
 	position: relative;
}
.advisory .tab_cont .img_detail:hover .des{
	color: #0067ed;
}
.advisory .tab_cont .des .time{
	position: absolute;
	right: 0;
	bottom: 0;
}
.advisory .tab_cont .img_detail{
	display: inline-block;
	width: 352px;
	vertical-align: top;
	cursor: pointer;
}
.advisory .tab_cont .list,.advisory .right .list{
	padding-left: 45px;
	width: 385px;
	display: inline-block;
	vertical-align: top;
}
.advisory .tab_cont .list li,.advisory .right .list li{
	font-size: 18px;
	line-height: 18px;
	color: #666666;
	padding-right: 49px;
	padding-left: 15px;
	position: relative;
	margin-bottom: 33px;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	text-overflow:ellipsis;
}
.advisory .tab_cont .list li:hover,.advisory .right .list li:hover{
	color:#0067ed;
}
.advisory .tab_cont .list li:after,.advisory .right .list li:after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-color: transparent transparent transparent #ccc;
}
.advisory .tab_cont .list li .time,.advisory .right .list li .time{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #666666;
	font-size: 16px;
}
.advisory .tab_cont .no_data,.advisory .right .list .no_data{
	  height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #eff6ff;
    border: solid 1px #4490fb;
    color: #4490fb;
    margin: 0 auto;
}
.advisory .right{
	width: 352px;
	display: inline-block;
	vertical-align: top;
	margin-left: 55px;
}
.advisory .right .new_report{
	border-bottom:1px solid #eee;
	margin-bottom: 30px;
}
.advisory .right .new_report span{
	font-size: 24px;
	display: inline-block;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0px;
	width: 120px;
	text-align: center;
	border-bottom: 2px solid #0067ed;
	color: #000000;
	padding-bottom: 15px;
	
}
.advisory .right .new_report .more{
	float: right;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -2px;
	cursor: pointer;
	color: #0067ed;
}
.advisory .right .list{
	padding-left: 0;
	width: 352px;
}
.advisory .xuList{
	margin-left: 61px;
	position: relative;
}
.advisory .xuList li{
	position: relative;
}
.advisory .xuList li span{
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #666666;
	padding-right: 17px;
	padding-left: 15px;
	position: relative;
	margin-bottom: 33px;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	text-overflow:ellipsis;
}
.advisory .xuList:after{
	position: absolute;
	content: '';
	width: 1px;
	height: 88%;
	background-color: #F2F2F2;
	left: 2px;
	top: 0;
	bottom: 0;
	z-index: 1;
	margin: auto;
}
.advisory .xuList li:after{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background-color: #0067ed;
	left:0px;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	z-index: 2;
	margin: auto;
}
.advisory .xuList li .time{
	position: absolute;
	left: -60px;
	top: 0;
	margin: auto;
	color: #0067ed;
	line-height: 18px;
	font-size: 16px;
}





.partner{
	padding: 61px 0 104px 0;
	background-color: #ebeff6;
	text-align: center;
	z-index: 5;
	position: relative;
}
.partner .title{
	font-size: 40px;
	line-height: 40px;
	color: #2c2e3b;
}
.partner .mes{
	font-size: 16px;
	line-height: 16px;
	color: #8f97ba;
	position: relative;
	width: 209px;
	margin: 19px auto 46px;
}
.partner .mes:after,.partner .mes:before{
	position: absolute;
	content: '';
	width: 38px;
	height: 1px;
	background:#8f97ba;
	top: 0;
	bottom: 0;
	margin: auto;
}
.partner .mes:after{
	left: 0;
}
.partner .mes:before{
	right: 0;
}
.partner .message{
	font-size: 28px;
	line-height: 28px;
	color: #2c2e3b;
}
.partner .list{
	font-size: 0;
	width: 1050px;
	margin: 97px auto 0;
	text-align: center;
}
.partner .list li{
	width: 178px;
	height: 43px;
	display: inline-block;
	vertical-align: top;
	margin-left: 112px;
	background-image: url(../images/partner.png);
	background-repeat: no-repeat;
	margin-bottom: 51px;
}
.partner .list li.li1{
	background-position: 0 0;
	margin-left: 0;
}
.partner .list li.li1:hover{
	background-position: -4px -75px;
}
.partner .list li.li2{
	background-position: -287px 6px
}
.partner .list li.li2:hover{
	background-position: -288px -66px
}
.partner .list li.li3{
	background-position: -546px -2px;
}
.partner .list li.li3:hover{
	background-position: -546px -73px;
}
.partner .list li.li4{
	height: 40px;
	background-position: -834px 0;
}
.partner .list li.li4:hover{
	background-position: -833px -78px;
}
.partner .list li.li5{
	background-position:-4px -166px;
	margin-left: 0;
	margin-bottom: 0;
}
.partner .list li.li5:hover{
	background-position: -4px -241px;
}
.partner .list li.li6{
	background-position:-287px -169px;
	margin-bottom: 0;
}
.partner .list li.li6:hover{
	background-position: -293px -246px
}
.partner .list li.li7{
	background-position: -545px -175px;
	margin-bottom: 0;
}
.partner .list li.li7:hover{
	background-position:-545px -239px;
}
.partner .list li.li8{
	background-position: -827px -175px;
	margin-bottom: 0;
}
.partner .list li.li8:hover{
	background-position: -827px -239px;
}        
        
        
        
        
        
        
        

.prize {
  position: relative;
  z-index: 5;
  padding: 90px 0 100px 0;
  background: url("../images/mapbg.png") center no-repeat; }
  .prize ul {
    font-size: 0; }
  .prize li {
    display: inline-block;
    width: 20%;
    text-align: center;
    font-size: 18px;
    vertical-align: top; }
    .prize li i {
      width: 135px;
      height: 135px;
      display: block;
      margin: 0 auto;
      background: url("../images/prize.png") 38px center/auto 125px no-repeat; }
    .prize li.p2 i {
      background-position-x: -132px; }
    .prize li.p3 i {
      background-position-x: -283px; }
    .prize li.p4 i {
      background-position-x: -428px; }
    .prize li.p5 i {
      background-position-x: -585px; }

/*.footer {
  position: relative;
  z-index: 5;
  padding: 70px 0;
  background-color: #2b2e32;
  color: #999; }
  .footer .fxtip {
    color: #fff;
    display: block;
    margin: 15px auto; }
  .footer .copyright {
    border-top: 1px solid #505050;
    margin-top: 50px;
    padding: 50px 0; }
    .footer .copyright a {
      color: #999; }
      .footer .copyright a:hover {
        color: #fff; }
  .footer li {
    display: inline-block;
    color: #ccc;
    text-align: left;
    vertical-align: middle; }
  .footer .info-wrap {
    display: inline-block;
    width: 235px;
    vertical-align: middle; }
  .footer .logo {
    width: 275px;
    height: 80px;
    opacity: .6;
    background: url("../images/logo_white.png") 0 0 no-repeat; 
    }
  .footer .cs {
    width: 300px;
    height: 80px; }
    .footer .cs .icon-tel {
      display: inline-block;
      width: 48px;
      height: 48px;
      margin-right: 5px;
      border-radius: 50%;
      vertical-align: middle;
      background: #7a7a7a url("../images/icon_home.png") 6px 6px no-repeat; }
    .footer .cs .info-wrap {
      width: 240px; }
    .footer .cs tel {
      font-size: 24px;
      display: block;
      font-family: "din1451alt"; }
  .footer .email {
    width: 255px;
    height: 80px;
    margin-left: 60px; }
    .footer .email .info-wrap {
      width: 150px;
      line-height: 1.5em; }
    .footer .email i {
      display: inline-block;
      width: 48px;
      height: 48px;
      margin-right: 5px;
      border-radius: 50%;
      vertical-align: middle;
      background: #7a7a7a url("../images/icon_home.png") -54px 8px no-repeat; }
    .footer .email span {
      font-size: 24px;
      display: block;
      font-family: "din1451alt"; }
  .footer .chat-cs, .footer .chat-qq {
    width: 100px;
    height: 80px; }
    .footer .chat-cs i, .footer .chat-qq i {
      display: block;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: #064dcd url("../images/icon_home.png") -540px 8px no-repeat; }
  .footer .chat-qq i {
    background-position-x: -576px; }
  .footer .weixin {
    text-align: center; }*/

.hk-pop-warp {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15; }
  .hk-pop-warp .hk-pop-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .hk-pop-warp .infoBox {
    width: 720px;
    padding: 20px 40px 40px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -360px;
    background: white;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.8em; }
    .hk-pop-warp .infoBox h2 {
      margin: 10px auto 20px auto;
      padding: 0;
      font-size: 24px; }
    .hk-pop-warp .infoBox .closeWindowBtn {
      position: absolute;
      right: 12px;
      top: 8px;
      width: 32px;
      height: 32px;
      color: #999;
      text-align: center;
      line-height: 32px;
      font-size: 28px;
      padding-bottom: 5px;
      transition: all .4s; }
      .hk-pop-warp .infoBox .closeWindowBtn:hover {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg); }
    .hk-pop-warp .infoBox .agreeBtn {
      width: 280px;
      line-height: 42px;
      text-align: center;
      color: #fff;
      display: block;
      margin: 25px auto 0 auto;
      background: #0067ed;
      border-radius: 3px; }
      .hk-pop-warp .infoBox .agreeBtn:hover {
        background: #3e68b7; }

/*# sourceMappingURL=index.css.map */
