/* reset */
html { height: 100% }
body { min-height: 100% }
/* body { _height: 100% } */
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100% }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
body, input, select, button, textarea { font-size: 14px; font-family:"Microsoft Yahei",arial,"\5b8b\4f53";  }
body { line-height: 1.5 }
a { text-decoration: none }
a { blr:expression(this.onFocus=this.blur()) }
a * { *cursor: pointer }
:focus { outline: none }

.edit_con_original{ line-height:2; padding:0 0; color:#333;}
.edit_con_original ul{ margin:inherit; padding:inherit; padding-left:2em;}
.edit_con_original ul li { list-style-type:disc; margin:auto; }
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; }
.edit_con_original h1 { font-size: 2em; font-weight:bold }
.edit_con_original h2 { font-size: 1.5em; font-weight:bold }
.edit_con_original h3 { font-size: 1.17em; font-weight:bold }
.edit_con_original h4 { font-size: 1em; font-weight:bold }
.edit_con_original h5 { font-size: 0.83em; font-weight:bold }
.edit_con_original h6 { font-size: 0.67em; font-weight:bold }
.edit_con_original em { font-style: italic }
.edit_con_original cite{ font-style: italic }
.edit_con_original address{ font-style: italic }
.edit_con_original i { font-style: italic }
.edit_con_original table{ border-collapse: separate; border-spacing: 2px }
.edit_con_original img{ max-width:100%; height:auto;}



/*所有后台编辑器区域都要引用 edit_con_original 类名*/

/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, .after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }


.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }



/*banner*/
.banner{position: relative;width: 100%;background-size: cover;padding-bottom: 30px;padding-top: 92px;margin-bottom: 3.125%;}
.banner .container{position: relative;}
.banner h1{color: #ffffff;line-height: 1.1em;padding-top: 6.3%;}

/*site*/
.site{padding: 18px 0;color: #fff;}
.site a{color: #fff;}
.site span{color: #25c8ff;}




/* main */
.main-banner{
    position: relative;
    overflow: hidden;
    height: 780px;
}

.main-banner>img{
    position: absolute;top: 0;left: 50%;transform: translateX(-50%);
}

.index-banner dl{ width:100%; height:100%; position: absolute; left:0; top:0;}
.index-banner dl dd{ position: absolute; transform-origin: center bottom;}
.index-banner dl dd span{ color:#fff; opacity:0.5;position: absolute; top:0; transform: translate(-50%,-100%); -webkit-transform: translate(-50%,-100%); display: block; width:100px; left:50%; text-align: center;}
.index-banner dl .iconbox{opacity: 0;transition: all .5s;}
.index-banner dl .animated .iconbox{opacity: 1;animation:shake .7s;}
.index-banner dl i{border-left: 2px dashed rgba(98,104,161,0.64);height: 0;display: block;margin-top: 5px;position: relative;transition: height 1.5s;}
.index-banner dl dd.offset i{left: 20px;}
.index-banner dl dd:nth-child(1){ left:13%; bottom:7%;}
.index-banner dl dd:nth-child(1) i{transition-delay: 3s;}
.index-banner dl dd:nth-child(1) .iconbox{transition-delay: 4.5s;animation-delay:4.7s;}
.index-banner dl dd:nth-child(2){ left:22%; bottom:11%;}
.index-banner dl dd:nth-child(2) i{transition-delay: 1.7s;}
.index-banner dl dd:nth-child(2) .iconbox{transition-delay: 3.2s;animation-delay:3.4s;}
.index-banner dl dd:nth-child(2).animated i{height: 233px;}
.index-banner dl dd:nth-child(2) span{ transform: translate(0%,0%); -webkit-transform: translate(0%,0%); left:110%; line-height: 50px; text-align: left;}
.index-banner dl dd:nth-child(3){ left:29%; bottom:24%;}
.index-banner dl dd:nth-child(3) i{transition-delay: 1.5s;}
.index-banner dl dd:nth-child(3) .iconbox{transition-delay: 3s;animation-delay:3.2s;}
.index-banner dl dd:nth-child(3) span{ transform: translate(0%,0%); -webkit-transform: translate(0%,0%); left:110%; line-height: 30px; text-align: left;}
.index-banner dl dd:nth-child(4){ left:39%; bottom:30%;}
.index-banner dl dd:nth-child(4) i{transition-delay: 0.3s;}
.index-banner dl dd:nth-child(4).animated i{height: 50px;}
.index-banner dl dd:nth-child(4) .iconbox{transition-delay: 1.8s;animation-delay:2s;}
.index-banner dl dd:nth-child(5){ left:43%; bottom:22%;}
.index-banner dl dd:nth-child(5) i{transition-delay: 2.1s;}
.index-banner dl dd:nth-child(5) .iconbox{transition-delay: 3.6s;animation-delay:3.8s;}
.index-banner dl dd:nth-child(5) span{ transform: translate(0%,0%); -webkit-transform: translate(0%,0%); left:110%; line-height: 46px; text-align: left;}
.index-banner dl dd:nth-child(6){ left:58%; bottom:25.5%;}
.index-banner dl dd:nth-child(6) i{transition-delay: 2.3s;}
.index-banner dl dd:nth-child(6) .iconbox{transition-delay: 6s;animation-delay:6.2s;}
.index-banner dl dd:nth-child(6) span{ transform: translate(0%,0%); -webkit-transform: translate(0%,0%); left:110%; line-height: 46px; text-align: left;}
.index-banner dl dd:nth-child(7){ left:64%; bottom:24%;}
.index-banner dl dd:nth-child(7) i{transition-delay: 0.9s;}
.index-banner dl dd:nth-child(7) .iconbox{transition-delay: 2.4s;animation-delay:2.6s;}
.index-banner dl dd:nth-child(8){ left:68.3%; bottom:30%;}
.index-banner dl dd:nth-child(8) i{transition-delay: 1.2s;}
.index-banner dl dd:nth-child(8) .iconbox{transition-delay: 3.7s;animation-delay:3.9s;}
.index-banner dl dd:nth-child(8) span{ transform: translate(0%,0%); -webkit-transform: translate(0%,0%); left:110%; line-height: 50px; text-align: left;}
.index-banner dl dd:nth-child(9){ left:81%; bottom:14%;}
.index-banner dl dd:nth-child(9) i{transition-delay: 0.5s;}
.index-banner dl dd:nth-child(9) .iconbox{transition-delay: 2s;animation-delay:2.2s;}
.index-banner dl dd:nth-child(9) span{ transform: translate(0%,0%); -webkit-transform: translate(0%,0%); left:110%; line-height: 30px; text-align: left;}
.index-banner dl dd:nth-child(10){ left:15.5%; bottom:24%;}
.index-banner dl dd:nth-child(10) i{transition-delay: 2.4s;}
.index-banner dl dd:nth-child(10) .iconbox{transition-delay: 3.9s;animation-delay:4.1s;}
.index-banner dl dd:nth-child(11){ left:76%; bottom:30%;}
.index-banner dl dd:nth-child(11) i{transition-delay: 1s;}
.index-banner dl dd:nth-child(11) .iconbox{transition-delay: 2.5s;animation-delay:2.7s;}
.index-banner dl .animated i{height: 100px;}


@keyframes shake {
    0% { transform:rotateY(0) rotateZ(0); }
    50% { transform:rotateX(30deg) rotateZ(7deg); }
    100% { transform:rotateY(0) rotateZ(0); }
}

/* hover */
.menu_white{ position: relative; overflow: hidden;padding:10px 50px;font-size:20px;}
.menu_white span{ z-index: 20; position: relative;}
.menu_white:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(255,255,255,1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
    
}




.main-banner-box{
   width: 100%;
}

.main-banner .main-banner-text{
    text-align: center;
    color: #fff;
    position: absolute;
    top: 160px;
    left: 50%;
    margin-left: -230px;
    z-index: 3;
}

.main-banner .main-banner-text h1{
    font-weight: initial;
    margin-bottom: 22px;
}

.main-banner .main-banner-text h2{
    margin-bottom: 45px;
    font-weight: initial;
}
.main-banner .main-banner-text p{
    color: #fff;padding-top: 20px;
}
.main-banner .main-banner-text a{
    width: 238px;
    height: 48px;
    float: left;
    text-align: center;
    background: url("../images/banner-btn-bg.png") no-repeat;
    background-size: contain;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.main-banner .main-banner-text a:last-child{
    margin-left: 6px;
}

.main-banner .main-banner-text a.active-main-banner-text{
    background-color:#00b0ec;
    background-image: none;
}

.main-ecn{
    padding-bottom:82px;
    text-align: center;
}

.main-ecn .main-ecn-stock{
    text-align: center;
    margin-top: -133px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    position: relative;
    z-index: 4;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 #d6d6d6;
    -webkit-box-shadow: 0 2px 4px 0 #d6d6d6;
    -moz-box-shadow: 0 2px 4px 0 #d6d6d6;
    margin-bottom: 85px;
}

.main-ecn .main-ecn-stock h1{
    width: 100%;
    font-weight: initial;
    padding: 16px 0;
    text-align: center;
    border-bottom: 1px solid #d6d6d6
}

.main-ecn-stock ul{
    padding-top: 27px; 
    padding-bottom: 31px; 
    overflow: hidden;
    display: inline-block;
}


.main-ecn-stock ul li{
    padding-left: 24px;
    padding-right: 16px;
    float: left;
    border-right: 1px solid #d6d6d6;
    width: 20%;
}

.main-ecn-stock ul li:last-child{
    border-right: 0px; 
}

.main-ecn .main-ecn-stock li .stock-name{
    text-align: right;
}

.main-ecn-stock li .stock-name span{
    margin-right: 92px;
}

.main-ecn-stock li .stock-index{
    color: red;
}

.main-ecn-stock li .stock-index-green{
    color: green;
}

.main-ecn-stock li .stock-index span{
    margin-right: 34px;
}

.main-ecn-condition{
    border-bottom: 1px solid #d6d6d6;
}

.main-ecn-condition ul{
    overflow: hidden;
    margin-bottom: 37px;
}

.main-ecn-condition ul li{
    width: 14.225%;
    float: left;
    text-align: center;
}

.main-ecn-condition ul li p{
    font-weight: bold;
    color: #102d54;
}

.main-ecn-condition ul li span{
    color: #676767;
}

.main-ecn h2{
    font-weight: initial;
    text-align: center;
    margin-top: 53px;
    margin-bottom: 32px;
}

.main-ecn p{
    color: #939393;padding-top: 30px;
}

.main-ecn a{
    display: inline-block;
    text-align: center;
    background-color: #00b0ec;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.video{
    position: relative;
}

.video video{
    width: 100%;
}

.video .video-shade{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}

.video .video-text{
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 48.021%;
}

.video .video-text h1{
    font-weight: initial;
    margin-top: 96px;
    margin-bottom: 34px;
}

.video .video-text h2{
    font-weight: initial;
    margin-bottom: 129px;
}

.video .video-text ul li{
    float: left;
    margin-right: 110px;
    text-align: center;
}

.video .video-text ul li img{
    margin-bottom: 35px;
    height: 93px;
}

.video .video-text ul li p{
}

.main-download{
    position: relative;
    background: url(../images/index_img01.jpg) no-repeat;
    background-size: cover;
    /*overflow: hidden;*/
}

.main-download>img{
    width: 50%;
    right: 5%;
    top: 28%;
    position: absolute;
    -webkit-transition:all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.main-download img.opac0{
    opacity: 0;
}

.main-download-text{
    padding-top: 80px;
    padding-bottom: 17%;
    top: 0;
    margin-left: 22.396%;
}

.main-download-text h1{
    font-weight: inherit;
    margin-bottom: 43px;
}

.main-download-text .main-download-text-tab{
    width: 600px;
    overflow: hidden;
}

.main-download-text .main-download-text-tab ul li{
    width: 288px;
    height: 56px;
    line-height: 53px;
    padding-left: 50px;
    border: 1px solid #c2c2c2;
    font-weight: bold;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    position: relative;
    float: left;
    margin-right: 15px;
    margin-bottom: 28px;
    font-size:30px;
}

.main-download-text .main-download-text-tab ul li:last-child{
    margin-right: 0;
}

.main-download-text .main-download-text-tab ul li span{
    color: #f27d3a;
    position: absolute;
    top: 3px;
    right: 36px;
    font-size:40px;
}

.triangle{
    width:0px;
    height:0px;
    border-top:18px solid #f27d3a;
    border-right:18px solid  rgba(0,0,0,0);
    border-bottom:18px solid rgba(0,0,0,0);
    border-left:18px solid  rgba(0,0,0,0);
    position: absolute;
    bottom: -34px;
    left: 50%;
    margin-left: -20px;
    z-index: 1;
    display: none;
}

.main-download-text .main-download-text-tab ul li.active-tab{
    background-color: #f27d3a;
    border-color: #f27d3a;
}

.main-download-text .main-download-text-tab ul li img:nth-of-type(2),.main-download-text .main-download-text-tab ul li.active-tab img:nth-of-type(1){
    display: none;
}

.main-download-text .main-download-text-tab ul li.active-tab img:nth-of-type(2){
    display: inline-block;
}


.main-download-text-tab ul li img{
    width: 181px;
    vertical-align: middle;
}

.main-download-text .main-download-text-tab li.active-tab span{
    color: #fff;
}

.main-download-text .main-download-text-tab li.active-tab .triangle{
    display: block;
}

.main-download-text .main-download-text-tab ol{
    width: 1200px;
    padding-bottom: 10px;
    overflow: hidden;
    clear: both;
    -webkit-transition:all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.main-download-text .main-download-text-tab ol li{
    float: left;
    width: 600px;
    color: #939393;
}


.main-download-text .main-download-border a{
    color: #000;
}

.main-download-text .main-download-border a:hover{
    color: #00b0ec;
}

.main-download-text .main-download-border div{
    display: inline-block;
    width: 91px;
    height: 91px;
     text-align: center;
    border: 2px solid transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    vertical-align: middle;
    margin-right: 29px;
}


.main-download-text .main-download-pc{
    margin-top: 60px;
    margin-bottom: 31px;
}

.main-download-text .main-download-pc div span{
    width: 51px;
    height: 43px;
    background-image:url("../images/download-pc.png");
    margin-top: 20px;
}

.main-download-text .main-download-mob div span{
    width: 29px;
    height: 53px;
    background-image:url("../images/download-mob.png");
    margin-top: 18px;
}

.main-download-text .main-download-mob a{
    margin-right: 16px;
}

.main-download-text .main-download-mob a:nth-of-type(2){
    border-left: 1px solid #979b9e;
    padding-left: 21px; 
}

.main-advantage{
    position: relative;
    text-align: center;
    background-color: #f5f5f5;
}

.main-advantage h1{
    margin-top: 94px;
    margin-bottom: 40px;
    font-weight: inherit;
}

.main-advantage ul{
    margin-left: 286px;
}

.main-advantage ul li{
    line-height: 30px;
    float: left;
    color: #c8c8c8;
    margin-right: 70px;
    position: relative;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.main-advantage ul li.active-main-advantage-tab{
    font-size: 20px;
    color: #000;
}

.main-advantage ul li.active-main-advantage-tab span{
    display: block;
}

.main-advantage ul li span{
    border-top:9px solid #00b0ec;
    border-right:9px solid  rgba(0,0,0,0);
    border-bottom:9px solid rgba(0,0,0,0);
    border-left:9px solid  rgba(0,0,0,0);
    position: absolute;
    left: 50%;
    bottom: -21px;
    margin-left: -9px;
    display: none;
}

.advantage-swiper-container{
    margin-top: 77px;
    /* margin-bottom: 142px;  */
}

.main-advantage .advantage-swiper-container .advantage-slide-title{
    height: 258px;
    padding-top: 60px;
    background-color: #00b0ec;
}

.main-advantage .advantage-swiper-container .advantage-slide-bg{
    background-color: #979b9e;
}

.main-advantage .advantage-swiper-container .advantage-slide-bgimg{
    background-color: rgba(0,0,0,0);
    background-image:url("../images/advantage-bgimg.jpg"); 
}

.main-advantage .advantage-swiper-container .advantage-slide-title img{
    margin-bottom: 33px;
}

.main-advantage .advantage-swiper-container .advantage-slide-title p{
    color: #fff;
}

.main-advantage .advantage-swiper-container .advantage-slide-text{
    padding: 47px 48px 15px 60px;
    text-align: left;
    background-color: #fff;
}

.main-advantage .advantage-swiper-container .advantage-slide-text h4{
    font-weight: bold;
    min-height: 36px;
    overflow: hidden;
    margin-bottom: 22px;
}

.main-advantage .advantage-swiper-container .advantage-slide-text p{
    color: #b7b7b7;
    overflow: hidden;
    min-height: 63px;
    max-height: 63px;
}

.advantage-swiper-container .swiper-slide{
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.advantage-swiper-container .swiper-slide-active{
    -moz-transform: scale(1.1,1.1) translateY(-3px);
	-webkit-transform: scale(1.1,1.1) translateY(-3px);
	-o-transform: scale(1.1,1.1) translateY(-3px);
	-ms-transform: scale(1.1,1.1) translateY(-3px);
    transform: scale(1.1,1.1) translateY(-3px);
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    box-shadow: 0 2px 4px 0 #d6d6d6;
    -webkit-box-shadow: 0 2px 4px 0 #d6d6d6;
    -moz-box-shadow: 0 2px 4px 0 #d6d6d6;
    position: relative;
    z-index: 1;
}

.main-stock-silder{
    background-color: #e7eaeb;
    overflow: hidden;
}

.main-stock-slider-head{
    border-bottom: 1px solid #d6d6d6;
}

.main-stock-slider-head ul li{
    padding-top: 30px;
    padding-bottom: 28px;
    overflow: hidden;
    text-align: center;
}

.main-stock-slider-head ul li.on{
    background-color: #102d54;
    color: #fff;
}

.main-stock-slider-head ul li.on span:nth-of-type(1){
    display: none;
}

.main-stock-slider-head ul li.on span:nth-of-type(2){
    display: inline-block;
}


.main-stock-slider-head ul li span{
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url("../images/forex-icon.png");
    background-size: cover;
    margin-right: 24px;
    vertical-align: middle;
}

.main-stock-slider-body .slide-list{display: none;}
.main-stock-slider-body .slide-list.on{display: block;}

.main-stock-slider-head ul li span:nth-of-type(2){
    background-image: url("../images/forex-icon-white.png");
    display: none;
}

.main-stock-slider-head ul li:nth-child(2) span{
    width: 34px;
    background-image: url("../images/jinshu-icon-white.png");
}

.main-stock-slider-head ul li:nth-child(2) span:nth-of-type(2){
    background-image: url("../images/jinshu-icon.png");
}

.main-stock-slider-head ul li:nth-child(3) span{
    width: 20px;
    height: 30px;
    background-image: url("../images/commodity-icon.png");
}

.main-stock-slider-head ul li:nth-child(3) span:nth-of-type(2){
    background-image: url("../images/commodity-icon-white.png");
}

.main-stock-slider-head ul li:nth-child(4) span{
    width: 30px;
    height: 30px;
    background-image: url("../images/index-icon.png");
}

.main-stock-slider-head ul li:nth-child(4) span:nth-of-type(2){
    background-image: url("../images/index-icon-white.png");
}

.main-stock-slider-body ul{
    padding-top: 55px;
    padding-bottom: 60px;
}

.main-stock-slider-footer{
    text-align: center;
    margin-bottom: 65px;
}

.main-stock-slider-footer a{
    display: inline-block;
    text-align: center;
    font-size: 20px;
    background-color: #00b0ec;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;          
}

.main-news{
    padding-top: 89px;
    padding-bottom: 115px;
    border-bottom: 1px solid #d6d6d6;
}

.main-news .main-news-left ul{
    border-top: 1px solid #d6d6d6;
    text-align: center;
}

.main-news .main-news-left ul li{
    line-height: 56px;
    color: #2b2b2b;
    font-size: 20px;
    border-bottom: 1px solid #d6d6d6;
    transition: all .5s;
}
.main-news .main-news-left ul li:first-child{
    background-color: #102d54;
    color: #fff!important;
}
.main-news .main-news-left ul li:hover{
    background-color: #102d54;
    color: #fff!important;
}

.main-news .main-news-left ul li:hover a{
    color: #fff!important;
}

.main-news .main-news-right .news-right-left{
    width: 467px;
    padding-left: 65px;
    padding-right: 43px;
    border-right: 1px solid #d6d6d6;
    float: left;
}

.main-news .main-news-right .news-right-left img{
    width: 100%;
}

.main-news .main-news-right{
    padding: 0;
}

.main-news .main-news-right .news-swiper-container{
    height: 402px;
}

.main-news .main-news-right h1{
    margin-top: 30px;
    font-size: 20px;
    font-weight: inherit;
    height: 46px;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 10px;
}
.main-news .main-news-right h1 a{color: #332c2b;}
.main-news .main-news-right span{
    color: #c6c3be;
}

.main-news .main-news-right p{
    color: #b6b3b2;
    margin-top: 15px;
    max-height: 62px;
    overflow: hidden;
}

.main-news .main-news-right .news-right-right{
    float: left;
    width: 448px;
    margin-left: 41px;
}

.main-news .main-news-right  .news-right-right h1{
    height: auto;
    margin-top: 0;
    margin-bottom: 13px;
}

.main-news .main-news-right .news-right-right p{
    margin-top: 17px;
    height: 81px;
}

.main-partner{
    padding-top: 68px;
    padding-bottom: 72px;
    text-align: center;
}

.main-partner h1{
    font-size: 40px;
    position: relative;
    z-index: 3;
}

.main-partner ul li {
    float: left;
    width: 20%;
    height: 222px;
    line-height: 222px;
    text-align: center;
    overflow: hidden;
}

.main-partner ul li img{
    /* width: 100%; */
    vertical-align: middle;
}

.main-partner .partner-swiper-pagination ol li{
    width: 62px;
    height: 4px;
    float: left;
    margin-right: 5px;
    background-color: #d5d5d5;
}

.main-partner .partner-swiper-pagination{
    display: inline-block;
}

.main-partner .partner-swiper-pagination .active-pagination{
    background-color: #00b0ec;
}

/* footer */ 
.footer{
    background-color: #404143;
}

.footer-top{
    overflow: hidden;
    border-bottom: 1px solid #c5c6c6;
    padding-top: 58px;
    padding-bottom: 72px;
}

.footer-top ul li h1{
    color: #c9c9ca;
    margin-bottom: 26px;
}

.footer-top ul li p{
    color: #838383;
}

.footer-top ul li div{
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #656666;
    margin-right: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;    
}

.footer-top ul li div img{
    vertical-align: middle;
}

.footer-bottom{
    padding-top: 22px;
    padding-bottom: 119px;
}

.footer-bottom .footer-bottom-left{
    float: left;
}

.footer-bottom .footer-bottom-left ul li{
    float: left;
    padding: 0 17px;
    border-right: 1px solid #858687; 
}

.footer-bottom .footer-bottom-left ul li:first-child{
    padding-left: 0px;
}

.footer-bottom .footer-bottom-left ul li:last-child{
    padding-right: 0px;
    border-right: none;
}

.footer-bottom .footer-bottom-right{
    float: right;
    color: #a0a0a0;
}

.footer-bottom .footer-bottom-right span{
    color: #dadada;
    margin-right: 20px;
}

@media only screen and (min-width: 1366px){
    .container {
        width: 1283px;
    }
}

@media only screen and (max-width: 1668px){
    .video .video-text ul li{
        margin-right: 80px;
    }
    .main-download>img{right: 3%;top: 40%;}
}

@media only screen and (max-width: 1494px){
    .video .video-text{
        left: 44%;
    }
    .video .video-text h2 {
        margin-bottom: 107px;
    }
    .main-download-text{
        margin-left: 15.3%;
    }
}

@media only screen and (max-width: 1389px){
    .video .video-text{
        left:35%;
    }
    .video .video-text h2 {
        margin-bottom: 50px;
    }
    /*.main-banner .main-banner-text{
        top: 150px;
    }*/
}

@media only screen and (max-width: 1365px){
    .main-advantage ul{
        margin-left: 221px;
    }
    .stock-index .fnt_36 {
        font-size: 28px;
    }
    .main-ecn-stock li .stock-index span {
        margin-right: 51px;
    }
    .main-ecn-stock ul li {
        padding-left: 22px;
        padding-right: 14px;
    }
    .main-news .main-news-right .news-right-left{
        width: 421px;
        padding-left: 50px;
        padding-right: 30px;
    }
    .main-news .main-news-right .news-right-right{
        width: 404px;
        margin-left: 41px;
    }
    .main-news .main-news-right .news-right-right p{
        margin-top: 14px;
    }
}

@media only screen and (max-width: 1281px){
    .main-ecn-stock li .stock-name span{
        margin-right: 65px;
    }
    .main-ecn-stock li .stock-index span{
        font-size: 30px;
        margin-right: 30px;
    }
    .main-news .main-news-right .news-right-left{
        width: 371px;
        padding-left: 0;
        padding-right: 43px;
        margin-left: 20px;
    }
    .main-news .main-news-right .news-right-left img{
        width: 100%;
    }

    .main-news .main-news-right .news-right-right {
        width: 426px;
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1200px){
    .header .header-nav li{
        margin-right: 50px;
    }
    .header .header-search li{
        margin-right: 36px;
    }
    .header .header-search li span{
        right: -6px;
    }
    .main-banner .main-banner-text{
        /*top: 113px;*/
        margin-left: -232px;
    }
    .main-banner .main-banner-text h1{
        font-size: 36px;
        margin-bottom: 22px;
    }
    .main-banner .main-banner-text h2{
        font-size: 24px;
        margin-bottom: 19px;
    }
    .main-ecn-stock ul li{
        padding-left: 19px;
        padding-right: 8px;
    }
    .main-ecn-stock li .stock-name span{
        font-size: 16px;
        margin-right: 48px;
    }
    .main-ecn-stock li .stock-index span {
        font-size: 22px;
        margin-right: 35px;
    }
    .video .video-text h1{
        font-size: 34px;
        margin-top: 36px;
        margin-bottom: 24px;
    }
    .video .video-text h2 {
        margin-bottom: 36px;
    }
    .video .video-text ul li {
        margin-right: 80px;
    }
    .video .video-text ul li img{
        height: 78px;
    }
    .video .video-text ul li p{
        font-size: 16px;
    }
    .main-download-text{
        padding-top: 46px;
    }
    .main-download-text h1{
        font-size: 28px;
        margin-bottom: 27px;
    }
    .main-download-text .main-download-text-tab ol{
        margin-bottom: 28px;
    }
    .main-download-text .main-download-border div{
        width: 85px;
        height: 85px;
    }
    .main-advantage ul{
        margin-left: 49px;
    }
    .main-partner ul li img{
        width: 100%;
    }
    .main-news .main-news-right .news-right-left{
        width: 334px;
        padding-right: 36px;
    }
    .main-news .main-news-right .news-right-right{
        width: 342px; 
    }
    .main-news .main-news-right .news-right-right h1{
        font-size: 16px;
        margin-bottom: 6px;
    }
    .main-news .main-news-right .news-right-right p{
        margin-top: 8px;
        height: 81px;
    }
    .main-download-text .main-download-pc{
        margin-top: 25px;
    }
    .header .header-search div{
        right: -21px;
    }
}

@media only screen and (max-width: 1520px){
    .fnt_36 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 1025px) {
    a.menu_white:hover{ color:#00b0ec!important; box-shadow: 0px 0px 6px rgba(0,0,0,0.4);}
    a.menu_white:hover:before {
        opacity: 1;
        -webkit-transform: scale(1, 2);
        transform: scale(1, 2);
    }
}


.main-table table.lti-table { margin:10px;display: block;padding: 27px 0;}
.main-table table.lti-table *{display: block;}
.main-table table.lti-table thead{display: none;} 
.main-table table.lti-table tr{float: left;width: 20%;padding-left: 24px;padding-right: 16px;.main-table border-right: 1px solid #d6d6d6;text-align: left;}
.main-table table.lti-table tbody{zoom: 1;overflow: hidden;}
.main-table table.lti-table td{display: block;width: 3.2em;float: left;font-size: 16px;overflow: hidden;}
.main-table table.lti-table .lti-cell-symbol{font-size: 0.5em;float: left;}
.main-table table.lti-table td:first-child{width: 50%;}
.main-table table.lti-table td:nth-child(odd){clear: both;}
.main-table table.lti-table td:nth-child(even){text-align: right;float: right;}
.main-table table.lti-table td:nth-child(2),
.main-table table.lti-table td:nth-child(4){width: 51.09px;}
.main-table table.lti-table td:nth-child(3){font-size: 1em;width: 115.19px;}
.main-table table.lti-table td:nth-child(4){vertical-align: bottom;margin-top: 1.4em;}
@media only screen and (max-width: 1300px){
    .main-ecn .main-ecn-stock .trading-data{
        font-size: 24px;
    }
    .main-table table.lti-table td:nth-child(4){margin-top: 0.6em;}
    .main-table table.lti-table td:nth-child(3){width: 75.19px;}
}