/*公共头部和尾部*/

html,body{
    font-family:"Microsoft YaHei","宋体";
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
    display: block;
}
body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,table,td,textarea,ul{
    margin:0;
    padding:0;
}
body{min-width: 1180px;}
ul li,ol li{
    list-style: none;
}
a{
    text-decoration: none;
}

.box{
    width:1180px;
    margin:0 auto;
}

.clearfix:after{			/*清理浮动*/
    content:" ";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    height:80px;
    background-color: #070707;
    box-shadow:1px 1px 10px 1px #000;;
    z-index:9999;
}
.header .logo{
    position:absolute;
    left:24px;
    top:15px;
    width:65px;
    height:55x;
}
.header .logo a{
    display:block;
    width:100%;
    height:100%;
    background:url("../image/logo.png") 0 0 no-repeat;
}
.header .nav{
    width:800px;
    margin:0 auto;
}
.header .sup_nav{
    height:100%;
}
.header .sup_nav li{
    position:relative;
}
.header .sup_nav>li{
    float:left;
    margin-right:0px;
}
.header .sup_nav>li:last-child{
    margin-right:0;
}
.header .sup_nav>li>a{
    display: block;
    line-height: 80px;
    width:100px;
    font-size:16px;
    color:#fff;
    text-align:center;
}
.header .sup_nav>li>a>span{
    display: inline-block;
}

.header .sup_nav>li>a>span{
    position:relative;
}
.header .sup_nav>li>a>span:after{
    position:absolute;
    content:"";
    width:100%;
    height:4px;
    display: inline-block;
    background: #ffae0d;
    left:0;
    bottom:0;
}

.header .sup_nav>li:not(.active)>a>span:after{
    transition:all 300ms ease;
    transform: rotateY(90deg);
}

.header .sup_nav>li:not(.active):hover>a>span:after{
    transform: rotateY(0deg);
}

.header .mid_nav{
    display: none;
    overflow: hidden;
    position:absolute;
    width:100px;
    top:80px;
    left:0;
    background-color: rgba(0, 0, 0, 0.8);
}
.header .mid_nav>li{

}
.header .mid_nav>li>a{
    display: block;
    color:#fff;
    font-size:14px;
    padding-right:15px;
    padding-left:15px;
    line-height: 35px;
}
.header .mid_nav>li>a:hover{
    color:#070707;
    background-color:#ffae0d;
}
.header .login{
    position:absolute;
    top:23px;
    right:22px;
}
.header .login a{
    width:68px;
    height:32px;
    display: block;
    float:left;
    text-align:center;
    font-size:14px;
    line-height: 32px;
    border-radius: 2px;
}
.header .login .header_signIn{
    background-color:#ffae0d;
    color:#070707;
    border:1px solid #ffae0d;
    margin-right:14px;
}
.header .login .header_register{
    color:#898989;
    border:1px solid #898989;
    transition:all 500ms ease;
}
.header .login .header_register:hover{
    background-color:#ffae0d;
    color:#070707;
    border:1px solid #ffae0d;
}


.header .load_login{
    position:absolute;
    top:23px;
    right:30px;
}
.header .load_login a{
    display: block;
    float: left;
    text-align:center;
    font-size:14px;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    padding:6px 10px;
}

.header .load_login a.account_ture{
    background: #f92131;
    margin-right: 10px;
}
.header .lion_logo{
    position: absolute;
    left: 24px;
    top: 10px;
    width: 260px;
    height: 62px;
}
.header .lion_logo a{
    display:block;
    width:100%;
    height:100%;
    background:url(https://axfxmarkets.com/images/lion_logo.pngg") 0 0 no-repeat;
    }



    .header .load_login a.account_false{
    background: #18b93c;
    }
    /*-------------------------------header end-------------------------------*/
    .end{
    background-color:#111111;
    }
    .end-inner{
    width:1180px;
    margin:0 auto;
    padding-top:50px;
    padding-bottom:30px;
    }
    .end-inner:after{
    content:"";
    display:block;
    height:0;
    clear:both;
    visibility:hidden
    }
    .end-inner>div{
    float: left;
    }
    .inner1{
    width:320px;
    }
    .inner2{
    width:350px;
    }
    .inner3{
    width:250px;
    }
    .inner4{
    width:260px;
    padding-top:12px;
    }
    .inner4:after{
    content:"";
    display:block;
    height:0;
    clear:both;
    visibility:hidden
    }
    .inner-title{
    color:#fff;
    font-size:18px;
    line-height: 32px;
    }
    .inner-cont li{
    list-style: none;
    color:#999;
    font-size:14px;
    line-height: 28px;
    }
    .inner-cont li a{
    color:#999;
    }
    .inner-cont li a:hover{
    color:#ffae0d;
    }
    .icon{
    float:left;
    width:80px;
    height: 100px;
    margin-right:10px;
    cursor: pointer;
    position:relative;
    }
    .icon:last-child{
    margin-right:0;
    }
    .icon1{
    background: url(https://axfxmarkets.com/images/qqhui_img.png) center bottom no-repeat;
}
.icon1:hover{
    background: url(https://axfxmarkets.com/images/qqye_img.png) center bottom no-repeat;
}
.icon2{
    background: url(https://axfxmarkets.com/images/sinahui-img.png) center bottom no-repeat;
}
.icon2:hover{
    background: url(https://axfxmarkets.com/images/sina-img.png) center bottom no-repeat;
}
.icon3{
    background: url(https://axfxmarkets.com/images/wechathui-icon.png) center bottom no-repeat;
}
.icon3:hover{
    background: url(https://axfxmarkets.com/images/wechatye-img.png) center bottom no-repeat;
}

.model{
    display: none;
    position:absolute;
    z-index:22;
    width:200px;
    height:310px;
    left:50%;
    top:-310px;
    margin-left:-100px;
    border:1px #2c2c2c solid;
    background-color:#111111;
}
.model-img{
    text-align: center;
    padding-top:30px;
}
.model-btn{
    width:138px;
    height:36px;
    display: block;
    margin:20px auto 0 auto;
    background-color:#ffae0d;
    color:#fff;
    text-align: center;
    line-height: 36px;
    font-size:18px;
    border-radius:4px;
}
.model-arrow{
    position:absolute;
    bottom:-14px;
    left:50%;
    margin-left:-13px;
    width:26px;
    height: 14px;
    background: url(https://axfxmarkets.com/images/arrow.jpg) 0 0 no-repeat;
}
.model-p{
    line-height: 88px;
    font-size:14px;
    color:#fff;
    text-align: center;
}
.model-title{
    font-size:14px;
    color:#fff;
    margin-top:20px;
    text-align: center;
}
.model-code{
    text-align: center;
    padding-top:25px;
}
.rows2{
    font-size:14px;
    color:#fff;
    margin-top:20px;
    text-align: center;
    line-height: 24px;
}

.copyright{
    background-color:#111111;
    text-align: center;
    line-height: 80px;
    color:#616161;
    font-size:14px;
}

.riskTips {
    background-color: #111111;
    font-size: 12px;
    color: #616161;
    line-height: 30px;
}

.riskTips .box {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom:1px solid #1b1b1b;
}
.riskTips .box h3{
    font-size: 18px;
    color: #fff;
    font-weight:normal;
}
.riskTips .box p{
    font-size: 14px;
    padding:6px 0;
    color: #616161;
}
.riskTips .box:first-child{
    border-top:1px solid #2c2c2c;
}
.riskTips .box:last-child{
    border-bottom:1px solid #2c2c2c;
}
.riskTips .box span{font-size: 12px;}
/*-------------------------------footer end-------------------------------*/
.sider_bar{

}
.sider_bar .siderbar-item{
    position:fixed;
    right:20px;
    z-index:10000;
}
.sider_bar .siderbar-item:nth-child(1){
    bottom:300px;
}
.sider_bar .siderbar-item:nth-child(2){
    bottom:235px;
}
.sider_bar .siderbar-item:nth-child(3){
    bottom:170px;
}
.sider_bar .siderbar-item:nth-child(4){
    bottom:105px;
}
.sider_bar .siderbar-item:nth-child(5){
    bottom:40px;
}

.sider_bar .siderbar-item ol{
    background-color:#474c59;
    cursor:pointer;
    border-radius: 3px;
    width:60px;
    height:60px;
    overflow: hidden;
    transition:all 500ms ease;
}
.sider_bar .siderbar-item ol:hover{
    background-color:#353944;
}
.sider_bar .siderbar-item ol.width240:hover{
    width:240px;
}
.sider_bar .siderbar-item ol.width210:hover{
    width:210px;
}
.sider_bar .siderbar-item ol li{
    width:60px;
    height:60px;
    text-align: center;
    float:right;
}
.sider_bar .siderbar-item ol li.long-item{
    width:90px;
}
.sider_bar .siderbar-item img{
    margin-top:6px;
}
.sider_bar .siderbar-item p{
    font-size:12px;
    color:#fff;
}
.sider_bar .siderbar-item a{
    display: block;
    width:100%;
    height:100%;
}
/*#toTop{
	display: none;
}*/

/*返回顶部 start*/
.fix_box{
    position: fixed;
    bottom:92px;
    right: 30px;
}
.fix_tel{
    position: relative;
    height:38px;
    width:38px;
    cursor:pointer;
}
.fix_tel div.load_tel{
    position: absolute;
    right:-30px;
    top:0;
    float: left;
    width:38px;
    height:38px;
    border-radius: 4px;
    margin-right:30px;
    background: url(https://axfxmarkets.com/images/icon.pngg") no-repeat -580px -381px;
    }

    .back_top{
    position: fixed;
    bottom: 50px;
    right: 30px;
    height: 38px;
    width: 38px;
    cursor: pointer;
    background: url(https://axfxmarkets.com/images/icon.pngg") no-repeat -530px -288px;
    transition:all .3s;
    display: none;
    }
    .back_top:hover{
    background: url(https://axfxmarkets.com/images/icon.pngg") no-repeat -529px -333px;
    }
    /*返回顶部 end*/