/*首页样式*/
.account_type{
    text-align:center;
    font-size:30px;
    font-weight: bold;
    line-height: 1.5;
}
.title{
    text-align: center;
    line-height: 1.5;
    font-size:30px;
}
.title span{
    display: inline-block;
    border-bottom-width: 5px;
    border-bottom-style: solid;
}
.mask{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:50;
}
.section_bg{
    position:absolute;
    z-index:1;
    top:0;
    left:50%;
    margin-left:-960px;
    width:1920px;
}

.banner{
    height:798px;
    background:url("https://axfxmarkets.com/images/banner.jpg") 0 0 no-repeat;
}
.banner ul{

}
.banner ul li{
    background:url("https://axfxmarkets.com/images/banner.jpg") 0 0 no-repeat;
}
.banner ol li{

}
/*banner end*/

/*stock_loop end*/

.trading_product{
    background-color:#fff;
}
.trading_product .title{
    color:#333;
    padding-top:50px;
    padding-bottom:30px;
}
.trading_product .title span{
    border-bottom-color:#cbcbcb;
}
.trading_product .product_p{
    padding-bottom:30px;
    font-size:14px;
    line-height:30px;
    text-align:center;
    color:#666;
}
.trading_product .product_cont{
    padding-top:75px;
}

.trading_product .product_cont>li{
    float:left;
    width:278px;
    border:1px solid #e4e4e4;
    margin-right:20px;
    position:relative;
    padding-top:75px;
    height:540px;
    box-sizing: border-box;
    transition: 1000ms all ease;
    box-shadow:3px 6px 5px 1px transparent;
}

.product_cont>li.active{
    box-shadow:3px 6px 5px 1px #e4e4e4;
}

.trading_product .product_cont .proCon_icon{
    position:absolute;
    width:132px;
    height: 153px;
    left:50%;
    margin-left:-66px;
    top:-76px;
    background: url("../image/product_li.png") 0 0 no-repeat;
    box-sizing:border-box;
    padding-top:40px;
    padding-left:31px;
    cursor:pointer;
    transition:all 500ms ease;
}

.product_cont>li.active .proCon_icon{
    background: url("../image/product_li_curr.png") 0 0 no-repeat;
}

.trading_product .product_cont>li.active .proCon_icon img{
    transform: rotateY(360deg);
}
.trading_product .product_cont>li .proCon_icon img{
    float:left;
    transition: 700ms all ease;
}

.trading_product .product_cont>li:last-child{
    margin-right:0;
}


.trading_product .product_cont .product_title{
    text-align: center;
    font-size:25px;
    font-weight: normal;
    line-height: 60px;
    color:#333;
}
.trading_product .product_cont ol li{
    line-height: 50px;
    padding-left:15px;
    border-top:1px solid #e4e4e4;
    font-size:14px;
    color:#666666;
}
.trading_product .product_cont ol li:last-child{
    border-bottom:1px solid #e4e4e4;
}

.trading_product .product_cont .pro_view{
    position:absolute;
    left:50%;
    margin-left:-89px;
    bottom:50px;
    display: block;
    width:178px;
    height:47px;
    line-height: 47px;
    border:1px solid #999999;
    text-align:center;
    color:#333;
    font-size:16px;
    border-radius: 3px;
    transition: all 500ms ease;
}
.trading_product .product_cont .pro_view:hover{
    border:1px solid #ffae0d;
    background-color:#ffae0d;
}
/*trading_product end*/

.account_type{
    margin-top:80px;
    height:650px;
    position:relative;
    overflow-x:hidden;
}

.account_type .title{
    padding-top: 80px;
    padding-bottom:80px;
}
.account_type .title span{
    color:#fff;
    border-bottom-color:#cbcbcb;
}
.account_type .account_cont{
    padding-bottom:80px;
}
.account_type .account_cont li{
    width:25%;
    float:left;
    cursor: pointer;
}
.account_type .account_cont .account_icon{
    width:131px;
    height:131px;
    margin:0 auto;
    border-radius: 50%;
    position:relative;
}
.account_type .account_cont .account_icon canvas{
    position:absolute;
    left:-4px;
    top:-4px;
    z-index:1;
}
.account_type .account_cont .account_icon img{
    position:absolute;
    width:60px;
    height:60px;
    top:35px;
    left:35px;
    z-index:20;
    transition:all 500ms ease;
}
.account_type .account_cont .account_icon img.active{
    transform:scaleX(1.2) scaleY(1.2);
}
.account_type .account_cont .account_p{
    text-align: center;
    color:#fff;
    font-size:16px;
    padding-top:20px;
}

.account_type .viewMore{
    display: block;
    width:178px;
    height:47px;
    line-height: 47px;
    margin:0 auto;
    color:#ffae0d;
    font-size:16px;
    border:1px solid #ffae0d;
    text-align: center;
    border-radius: 3px;
    transition: all 500ms ease;
}
.account_type .viewMore:hover{
    background-color: #ffae0d;
    color:#333;
}
/*account_type*/

.cooperation_model{
    background-color:#fff;
}
.cooperation_model .title{
    padding-top:70px;
    padding-bottom:40px;
}
.cooperation_model .title span{
    color:#333;
    border-bottom-color: #ccc;
}
.cooperation_model .cooperation_cont{
    padding-bottom:80px;
}
.cooperation_model .cooperation_cont li{
    width:300px;
    float: left;
    margin-right:140px;
    cursor: pointer;
}
.cooperation_model .cooperation_cont li:last-child{
    margin-right:0;
}

.cooperation_model .cooperation_cont li .model_title{
    padding-top:40px;
    padding-bottom:10px;
    text-align:center;
    font-size:16px;
    color:#333333;
}
.cooperation_model .cooperation_cont li .model_pic{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border:8px solid #ececec;
    overflow: hidden;
    margin:0 auto;
    transition: all 500ms ease;
}
.cooperation_model .cooperation_cont li:hover .model_pic{
    box-shadow: 0 0 10px 10px #ececec;
}
.cooperation_model .cooperation_cont li .model_pic img{
    float: left;
}
.cooperation_model .cooperation_cont li .model_p{
    color:#999;
    font-size:14px;
    line-height: 2.0;
    text-align: center;
}
/*cooperation_model*/

.trading_software{
    height:836px;
    position:relative;
    overflow:hidden;
}
.trading_software .title{
    padding-top:60px;
    padding-bottom:20px;
}
.trading_software .title span{
    color:#fff;
    border-bottom-color: #cbcbcb;
}
.trading_software .software_p{
    text-align: center;
    color:#fff;
    line-height: 34px;
    font-size: 16px;
}
.software_cont{
    width:265px;
    margin:40px auto 30px;
}
.software_cont li{
    float:left;
    width:55px;
    height:55px;
    margin-right:50px;
}
.software_cont li:last-child{
    margin-right:0;
}
.software_cont li a{
    display: block;
    width:100%;
    height:100%;
}
.software_cont .windows_icon{
    background:url("../image/index_download_icon1.png") 0 0 no-repeat;
}
.software_cont .andriod_icon{
    background:url("../image/index_download_icon2.png") 0 0 no-repeat;
}
.software_cont .ios_icon{
    background:url("../image/index_download_icon3.png") 0 0 no-repeat;
}
.softwareView{
    display:block;
    float: left;
    width:178px;
    height:47px;
    line-height: 47px;
    color:#ffae0d;
    border:1px solid #ffae0d;
    margin:0 auto;
    border-radius: 3px;
    text-align: center;
    transition: all 500ms ease;
    margin:0 15px;
}
.softwareView.first{
    margin-left: 395px;
}
.softwareView:hover{
    background-color: #ffae0d;
    color:#333;
}
.computer{
    position:absolute;
    z-index:2;
    left:50%;
    margin-left:-590px;
    bottom:0px;
}
/*trading_software*/

.company_news{
    background-color:#fff;
    padding-bottom:80px;
}
.company_news .title{
    padding-bottom:60px;
}
.company_news .title span{
    border-bottom-color: #cccccc;
}
.slide{
    width:1180px;
    height:600px;
    background:#fff;
    position: relative;
    overflow:hidden;
}

.slide>li{
    position:absolute;
    top:0;
    left:0;
    z-index:10;
    width:618px;
    height:246px;
}

.slide ol{
    position:absolute;
    z-index:21;
    bottom:10px;
    left:50%;
    margin-left:-15px;
}
.slide ol li{
    width:12px;
    height:12px;
    border-radius: 50%;
    float:left;
    margin-right:5px;
    border:1px solid #fff;
    cursor:pointer;
}
.slide ol li:last-child{
    margin-right:0;
}
.slide ol li.active{
    border:1px solid #ffae0d;
    background-color:#ffae0d;
}
/*company_news*/
.slideBox{ width:100%; height:auto; overflow:hidden; position:relative;min-width: 1180px; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; left:50%; bottom:20px; z-index:1; margin-left:-60px; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:5px;  width:15px; height:15px; border-radius:50%;line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#ffae0d; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;}
.slideBox .bd li{ zoom:1; vertical-align:middle;}
.slideBox .bd img{ width:100%;display:block;min-width: 1180px;}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-30px; display:block; width: 60px;height: 60px;}
.slideBox .prev{background: url(../image/left.png); }
.slideBox .next{background:url(../image/right.png);left:auto; right:3%;}
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:block;  }
.slideBox .nextStop{ display:block;  }
.slideBox img{
    height: 700px;
    width: 100%;
}

.notice-container {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    overflow: hidden;
}

.notice-container ul{
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.notice-container ul li{
    list-style-type: none;
    margin: 0 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    padding: 0px;
    color: #666;

}
.notice-container ul li:hover a{
    color: #06c878;
}

/*Plugin CSS*/
.str_wrap {
    overflow:hidden;
//zoom:1;
    width:100%;
    font-size:12px;
    line-height:16px;
    position:relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    background:#f6f6f6;
    white-space:nowrap;
}

.str_wrap.str_active {
    background:#f1f1f1;
}
.str_move {
    white-space:nowrap;
    position:absolute;
    top:0;
    left:0;
    cursor:move;
}
.str_move_clone {
    display:inline-block;
//display:inline;
//zoom:1;
    vertical-align:top;
    position:absolute;
    left:100%;
    top:0;
}
.str_vertical .str_move_clone {
    left:0;
    top:100%;
}
.str_down .str_move_clone {
    left:0;
    bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
    white-space:normal;
    width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
    cursor:inherit;
}
.str_wrap img {
    max-width:none !important;
}

.slideBox .bd li{
    position: relative;
}

.banner-txt{
    position: absolute;
    width: 100%;
    height: 300px;
    top: 300px;
    z-index: 1;
    color: #fff;
    /*background-color: transparent;*/
    text-align: center;
}

.banner-txt .banner-title{
    font-size: 50px;
    font-weight: bold;
}

.banner-txt .banner-sub-title{
    font-size: 30px;
    font-weight: bold;
}