

.banner-content a:hover {
    color: white;
}

.btn-text {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    z-index: 2;
}

.btn_link.b-white {
    border-color: white;
    background-color: transparent;
}
.btn_link.b-white:hover{
    background-color: #6038bc;
    border-color: #6038bc;
}
.box-safety {
    margin-top: 105px;
}

.box-safety-content {
    padding: 0 160px 0 0;
    width: 100%;
    box-sizing: border-box;
}

.zh-title, .convenient-zh-title,.MT4-zh-title {
    position: relative;
    overflow: hidden;
}

.zh-title h1, .convenient-zh-title h1, .MT4-zh-title h1,
.box-abundant-title h1 {
    position:relative;
    color: #464646;
    font-weight: 700;
    line-height:40px;
    z-index: 1;
    backface-visibility: hidden;
    overflow:hidden;
}

.cursor {
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink .7s infinite;
    -moz-animation: blink .7s infinite;
    -ms-animation: blink .7s infinite;
    -o-animation: blink .7s infinite;
    animation: blink .7s infinite;
    display: inline-block;
    background: #464646;
    width: 5px;
    margin-left: 5px;
    height:38px;
    vertical-align: middle;
}

.box-safety-text {
    clear: both;
    padding-top: 30px;
}

.box-safety-btn a:hover {
    color: white;
}

.box-safety-btn a.b-gray:hover {
    color: #464646;
}

.box-safety-img {
    text-align: center;
    vertical-align: middle;
}

.box-speed {
    position: relative;
    min-height: 490px;
    background: url("../image/bg1.jpg") no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.box-type {
    width: 142px;
    height: 55px;
    position: relative;
    margin: auto;
    background-color: #6038bc;
    margin-bottom: 30px;
    z-index: 100;
    text-align: center;
    color: #fff;
}

.box-type span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}

.box-type .box-type-icon img {
    position: relative;
    margin-top: 10px;
}

.box-type-trigger {
    position: absolute;
    top: 100%;
    left: 0;
    height: 0;
    width: 0;
    border-left: 71px solid transparent;
    border-right: 71px solid transparent;
    border-top: 23px solid #6038bc;
}

.box-speed-content {
    margin: 30px 0;
}



.box-speed-content, .box-speed-content p {
    color: white;
    text-align: center;
}

.box-speed-content p {
    text-align: left;
}

.box-speed-title h1 {
    font-weight: 700;
}

.bg-angle {
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 0;
    background: url("../image/bg_angle.png") repeat-x center bottom;
}

.box-feature {
    width: 100%;
    min-height: 300px;
    /* padding: 95px 0 20px; */
	padding: 55px 0 20px;
}

.box-feature-content {
    padding: 10px 15px;
}

.box-feature-icon {
    width: 60px;
    height: 60px;
    overflow: hidden;
    float: left;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.box-feature-content:hover .box-feature-icon {
    background-position: 0 -60px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.icon_one {
    background-image: url("../image/icon1.png");
}

.icon_two {
    background-image: url("../image/icon2.png");
}

.icon_three {
    background-image: url("../image/icon3.png");
}

.icon_four {
    background-image: url("../image/icon4.png");
}

.icon_five {
    background-image: url("../image/icon5.png");
}

.icon_six {
    background-image: url("../image/icon6.png");
}

.box-feature-text {
    padding: 2px 0 0 70px;
    width: auto;
}

.separator_gray {
    width: 25px;
    height: 2px;
    background-color: #dadada;
    margin: 10px 0;
}

.box-feature-title h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #464646;
}

.box-feature-p {
    padding-bottom: 20px;
}


.box-speed.box-outstanding {
    background-image: url("../image/bg12.jpg");
    padding-bottom: 0;
}

.box-outstanding-content {
    text-align: center;
    padding: 65px 5px 0 5px;
}

.box-outstanding-data {
    margin: 40px 0 0;
    font-size: 60px;
    font-weight: 400;
    color: white;
}

.separator_line.line_white {
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 5px;
}



.box-trait .col-sm-12 {
    position: relative;
    padding: 0;
    overflow: hidden;
    transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
}

.box-trait-content {
    position: relative;
    padding: 13% 22% 13% 22%;
    text-align: center;
}

.box-trait-title {
    margin: 30px 0 0 0;
}

.box-trait-title h5 {
    font-size: 16px;
    color: #464646;
    line-height: 24px;
}
.box-trait-text p{
    min-height:80px;
}
.box-trait-content-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: url("../image/elements-holder-hover.jpg") no-repeat center;
    background-size: cover;
    -webkit-transition: opacity .22s ease,transform .22s ease;
    transition: opacity .22s ease,transform .22s ease;
    -webkit-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    backface-visibility: hidden;
    z-index: 1;
}

.box-trait-content:hover .box-trait-content-hover {
    -webkit-transition: opacity .22s ease,transform .22s ease;
    transition: opacity .22s ease,transform .22s ease;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    backface-visibility: hidden;
    opacity: 1;
    filter: alpha(opacity=1);
    backface-visibility: hidden;
    z-index: 1;
}

.box-trait-btn {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.box-trait-content.bg-f7 {
    background-color: #f7f7f7;
}

.box-trait-content.bg-blue {
    background-color: #6038bc;
}

.box-trait-content.bg-gray {
    background-color: #40464f;
}

.box-trait-content.bg-blue h5, .box-trait-content.bg-blue p,
.box-trait-content.bg-gray h5, .box-trait-content.bg-gray p {
    color: white;
}

.box-abundant {
    padding: 75px 0 90px 0;
    text-align: center;
}


.box-abundant-subhead h4 {
    color: #636363;
    margin: 30px 0;
    font-weight: 600;
}



.box-partner {
    background-image: url("../image/bg7.jpg");
}

.box-partner-content {
    width: 1100px;
    overflow: hidden;
    height: 184px;
    margin: 0 auto;
    margin-top: 8%;
}

.box-partner-list {
    position: relative;
    height: 100%;
}

.box-partner-list ul {
    position: relative;
    width: 9999px;
    height: 100%;
    display: block;
    float: none;
    padding: 0;
    margin: 0;
}

.box-partner-list li {
    position: relative;
    width: 220px;
    display: inline-block;
    float: left;
}

.box-partner-pic {
    position: relative;
    margin-right: 1px;
    margin-left: 1px;
    overflow: hidden;
	display: flex;
	align-items:center;
	justify-content:center;
	height:180px;
	background: rgba(255,255,255,0.2);
}

.box-partner-pic img {
    position: relative;
    display: block;
    max-width: 100%;
    width: 90%;
	margin: 0 auto;
    /* height: 100%; */
}

.partner-pic {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    filter: alpha(opacity=100);
    -webkit-transition: -webkit-transform .22s cubic-bezier(0.6, -0.28, 0.26, 1);
    transition: transform .22s cubic-bezier(0.6, -0.28, 0.26, 1);
}

.partner-pic-hover {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0,-100%,0);
    -ms-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    -webkit-transition: -webkit-transform .22s cubic-bezier(0.6, -0.28, 0.26, 1);
    transition: transform .22s cubic-bezier(0.6, -0.28, 0.26, 1);
    backface-visibility: hidden;
    z-index: 1;
}

.box-partner-list li:hover .partner-pic-hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    backface-visibility: hidden;
    z-index: 1;
}

.box-partner-list li:hover .partner-pic {
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    backface-visibility: hidden;
    z-index: 1;

}

.box-MT4 {
    padding-bottom: 60px;
}

.box-MT4 .box-safety-content {
    padding: 0 60px 0 0;
}

.box-MT4-img {
    margin-top:3%;
}

.box-good-bg {
    background-color: #F7F7F7;
    padding: 75px 0 60px 0;
    overflow: hidden;
    min-height: 700px;
}

.box-good {
    position: relative;
    width: 1100px;
    min-height: 274px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.box-good-content {
    position: relative;
}

.box-good-list {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin-top: 30px;
    clear: both;
}

.box-good-list li {
    position: absolute;
    width: 100%;
    min-height: 244px;
    display: none;
}

.box-good-list li:first-child {
    display: block;
}

.box-good-list li.flex_active {
    display: block;
}

.box-good-list li.flex_active .good-list-top {
    position: relative;
    -webkit-animation: slideInTtms .25s ease-in-out;
    -moz-animation: slideInTtms .25s ease-in-out;
    -o-animation: slideInTtms .25s ease-in-out;
    animation: slideInTtms .25s ease-in-out;
    z-index: 1;
}

.good-list-content {
    display: inline-block;
    box-sizing: border-box;
    float: left;
}

.good-list-inner {
    background-color: #ffffff;
    border: 1px solid #DADADA;
}

.good-list-top {
    padding: 13px;
    vertical-align: top;
}

.box-good-list li.flex_active .good-list-content:nth-child(3n + 1) .good-list-top {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s;

}

.box-good-list li.flex_active .good-list-content:nth-child(3n + 2) .good-list-top {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}

.box-good-list li.flex_active .good-list-content:nth-child(3n) .good-list-top {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
}

.col-w-3 {
    width: 33.333%;
}

.good-list-img {
    position: relative;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    text-align: center;
    backface-visibility: hidden;
    z-index: 1;

}
.good-list-img img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.good-list-text {
    margin-top: -40px;
    padding: 9px 20px 26px;
    line-height: 29px;
}

.good-list-text p {
    font-size: 16px;
    color: #636363;
    min-height: 87px;
}

.good-list-bottom {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    border: 1px solid #dadada;
    border-top: none;
    opacity: 1;

}

.good-list-icon {
    position: relative;
    display: table-cell;
    width: 15%;
    border-right: 1px solid #dadada;
}
.good-list-icon img{
    position: relative;
}

.good-list-name {
    width: 85%;
    text-align: left;
    padding: 15px 20px 0;
    line-height: 30px;
}

.good-list-name p {
    font-size: 14px;
    font-weight: 800;
    color: #464646;
    letter-spacing: 1px;
}

/*首页弹窗*/
.news-fixed{
    position: fixed;
    z-index: 700000;
    width:842px;
    display: flex;
    flex-direction: column;
    top: 20%;
    left:50%;
    margin-left: -421px;
    padding: 60px;
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-box-shadow:  0 0 6px #666666;
    -moz-box-shadow:  0 0 6px #666666;
    box-shadow:  0 0 6px #666666;

}
.news-fixed .news-list:first-child{
    margin-bottom: 30px;
}
.news-title h1{
    font-size: 18px;
    color: #6038bc;
    font-weight: 600;
    padding-left: 8px;
    margin-top: 0;
    margin-bottom: 15px;
    border-left:5px solid #6038bc;
}

.news-box{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.news-box-img{
    position: relative;
    display: table-cell;
    width: 50%;
    vertical-align: top;
    text-align: left;
}
.news-box-art{
    position: relative;
    display: table-cell;
    width: 50%;
    padding-left: 15px;
    vertical-align: top;
}
.news-box-title h1{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom:8px;
    margin-top: 10px;
    border-bottom: 1px solid #dadada;
}
.news-box-title h1 a{
    color:#000000;
    cursor: pointer;
}
.news-box-title h1 a:hover{
    color: #6038bc;
}
.news-box-btn a.btn-default {
    position: relative;
    color: #6038bc;
    background-color: #fff;
    border-color: #6038bc;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.news-box-btn a.btn-default:hover{
    background-color: #6038bc;
    color: #ffffff;
}
.news-box-text{
    height: 48px;
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom: 10px;
}
.news-close{
    position: absolute;
    top:30px;
    right:30px ;
    cursor: pointer;
}







