﻿.banner{
	/*background: url(../images/mt4_banner.jpg);*/
	/*padding-top: 284px;*/
	height: 416px;
	text-align: center;
}
.banner .btns{
	font-size: 0;
	margin-top: 86px;
}
.banner .express{
	font-size: 72px;
	line-height: 72px;
	font-weight: bold;
}
.banner .express span{
	font-weight: normal;
	line-height: 28px;
	font-size: 28px;
}
.banner .btns a{
	display: inline-block;
	width: 244px;
	height: 75px;
	line-height: 75px;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	border-radius: 2px;
	margin-right: 30px;
	text-align: left;
	background: url(../images/fts_banner_btn.jpg) no-repeat center 0;
	cursor: pointer;
	transition: all linear 0.2s; 
	-webkit-transition: all linear 0.2s; 
	position: relative;
}
.banner .btns a:hover{
	padding: 0 3px;
	background-size: 100% 100%;
}
.banner .btns a.active:after{
	position: absolute;
	content: '手机扫描下载最新版本';
	font-size: 14px;
	color: #666;
	text-align: center;
	width: 210px;
	padding-top: 180px;
	height:35px ;
	line-height:19px;
	left: 0;
	right: 0;
	bottom:-227px;
	box-shadow: 0px 0px 60px 0px #ccc;
	margin: auto;
	background: url(../images/qr_mt4.png) no-repeat center 15px #fff;
}
.banner .btns a:last-of-type{
	margin-right: 0;
}
.banner .btns a i{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	width: 100px;
	margin-right: 22px;
	background-image: url(../images/fts_btns.png);
	background-repeat: no-repeat;
	background-position: right 0;
}
.banner .btns a:nth-of-type(2) i{
	width: 100px;
	background-position: right -75px;
}
.banner .btns a:nth-of-type(3) i{
	width:76px;
	background-position: right -150px;
}
.tab{
	font-size: 0;
	text-align: center;
}
.tab div{
	display: inline-block;
	margin-right: 354px;
	font-size: 30px;
	font-weight: bold;
	color: #666666;
	padding-left: 117px;
	padding:75px 0 75px 117px;
	background-image: url(../images/fts_tab.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.tab div.active{
	color: #0659b5;
	position: relative;
}
.tab div.active:after{
	position: absolute;
	content: '';
	width: 367px;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/fts_banner_btn.jpg) no-repeat 0 0 /100% 100% ;
}
.tab div:nth-of-type(1){
	background-position: left -391px;
}
.tab div:nth-of-type(2){
	background-position: left -170px;
}
.tab div.active:nth-of-type(1){
	background-position: left 55px;
}
.tab div.active:nth-of-type(2){
	background-position: left -592px;
}
.tab div:last-of-type{
	margin-right: 0;
}
.tab div span:nth-of-type(2){
	font-size: 18px;
}
.activebg{
	height: 600px;
	position: relative;
    width: 100%;
    background: #fff;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
}
.fts_tab .first{
	background-image: url(../images/mt4_first.jpg);
}
.fts_tab .section1{
	background: url(../images/mt4_section1.png) no-repeat right bottom;
}

.fts_tab .section1 .section_title{
	font-size: 28px;
	font-weight: bold;
	line-height: 48px;
	color: #333333;
	padding-top: 221px;
	padding-bottom:58px;
}
.fts_tab .section1 .section_title span{
	display: block;
	font-size: 22px;
	line-height: 38px;
	color: #cccccc;
}
.fts_tab .section1 .list{
	font-size: 0;
	padding-bottom: 267px;
	width: 476px;
}
.fts_tab .section1 .list li{
	font-size: 20px;
	line-height: 40px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #999999;
	/*margin-bottom: 39px;*/
	padding-left: 32px;
	position: relative;
	transition: all linear 0.4s;
	-webkit-transition: all linear 0.4s;
}
.fts_tab .section1 .list li:hover{
	padding-left: 57px;
	color: #0659b5;
}
.fts_tab .section1 .list li:hover:after{
	width: 31px;
	background: url(../images/fts_banner_btn.jpg) no-repeat 0 0 /100% 100% ;
}
.fts_tab .section1 .list li:after{
	position: absolute;
	content: '';
	width: 8px;
	height: 3px;
	background-color: #c4c4c4;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: all linear 0.4s;
	-webkit-transition: all linear 0.4s;
}


.fts_tab .section1-en{
	background: url(../images/mt4_section1_en.png) no-repeat right bottom;
}

.fts_tab .section1-en .section_title{
	font-size: 28px;
	font-weight: bold;
	line-height: 48px;
	color: #333333;
	padding-top: 221px;
	padding-bottom:58px;
}
.fts_tab .section1-en .section_title span{
	display: block;
	font-size: 22px;
	line-height: 38px;
	color: #cccccc;
}
.fts_tab .section1-en .list{
	font-size: 0;
	padding-bottom: 267px;
	width: 476px;
}
.fts_tab .section1-en .list li{
	display: inline-flex;
	font-size: 20px;
	line-height: 150%;
	font-weight: normal;
	letter-spacing: 0px;
	color: #999999;
	/*margin-bottom: 39px;*/
	/* padding-left: 32px; */
    padding: 10px 0 10px 32px;
	position: relative;
	transition: all linear 0.4s;
	-webkit-transition: all linear 0.4s;
}
.fts_tab .section1-en .list li:hover{
	padding-left: 57px;
	color: #0659b5;
}
.fts_tab .section1-en .list li:hover:after{
	width: 31px;
	background: url(../images/fts_banner_btn.jpg) no-repeat 0 0 /100% 100% ;
}
.fts_tab .section1-en .list li:after{
	position: absolute;
	content: '';
	width: 8px;
	height: 3px;
	background-color: #c4c4c4;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: all linear 0.4s;
	-webkit-transition: all linear 0.4s;
}






.fts_tab .second {
	background-image: url(../images/mt4_first.jpg);
}

.fts_tab .section2 {
	padding-top: 71px;
	height: 698px;
}

.fts_tab .section2 .section_title {
	font-size: 28px;
	line-height: 28px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}

.fts_tab .section2 .section_title span {
	font-size: 22px;
	padding-top: 20px;
	line-height: 21px;
	display: block;
	color: #cccccc;
}

.fts_tab .section2 .list.advantage_list {
	background: url(../images/mt4_section2.png) no-repeat center center;
	display: flex;
	flex-wrap: nowrap;
	font-size: 0;
	width: 100%;
	height:486px;
	padding: 100px 100px 0;
	box-sizing: border-box;
}

.fts_tab .section2 .list.advantage_list li {
	color: #999999;
	display: inline-flex;
	font-size: 22px;
	font-weight: bold;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	flex: 1;
	position: relative;
}

.fts_tab .section2 .list.advantage_list li:after {
	background: url(../images/mt4_section2_list.png) no-repeat;
	position: absolute;
	content: '';
	width: 100px;
    height: 100px;
}

.fts_tab .section2 .list.advantage_list li:nth-of-type(1):after {
	background-position: 0 0;
	left: 325px;
    top: 150px;
}

.fts_tab .section2 .list.advantage_list li:nth-of-type(2):after {
	background-position: -270px 0;
	left: 162px;
    top: -40px;
}

.fts_tab .section2 .list.advantage_list li:nth-of-type(3):after {
	background-position: -600px 0;
	left: 80px;
    top: 90px;
}

.fts_tab .section2 .list.advantage_list li:nth-of-type(4):after {
	background-position: -970px 0;
	left: 10px;
    top: 30px;
}

.fts_tab .section2 .list.advantage_list li > span {
	position: absolute;
    content: '';
	width: 60%;
}
.fts_tab .section2 .list.advantage_list li:nth-of-type(1) > span {
	bottom: 10px;
    left: 320px;
}
.fts_tab .section2 .list.advantage_list li:nth-of-type(2) > span {
	top: 150px;
    left: 205px;
}
.fts_tab .section2 .list.advantage_list li:nth-of-type(3) > span {
	bottom: 5px;
    left: 120px;
}
.fts_tab .section2 .list.advantage_list li:nth-of-type(4) > span {
	bottom: 110px;
    left: 55px;
}


/* .fts_tab .section2 .list li:nth-of-type(1){
	background-position: 40px 220px;
	padding-top: 415px;
	margin-left: 385px;
}
.fts_tab .section2 .list li:nth-of-type(2){
    background-position: -250px 20px;
    padding-top: 240px;
    margin-left: 135px;
}
.fts_tab .section2 .list li:nth-of-type(3){
	background-position: -562px 140px;
	padding-top: 380px;
	margin-left: 71px;
}
.fts_tab .section2 .list li:nth-of-type(4){
    background-position: -1002px 90px;
    padding-top: 300px;
    margin-left: 199px;
}
.fts_tab .section2 .list li:nth-of-type(1):hover{
	background-position: 40px 230px;
	padding-top: 405px;
}
.fts_tab .section2 .list li:nth-of-type(2):hover{
	background-position: -250px 30px;
	padding-top: 230px;
}
.fts_tab .section2 .list li:nth-of-type(3):hover{
	background-position: -562px 150px;
	padding-top: 370px;
}
.fts_tab .section2 .list li:nth-of-type(4):hover{
    background-position: -1002px 100px;
    padding-top: 290px;
} */

.fts_tab .third{
	background-image: url(../images/mt4_third.jpg);
}
.fts_tab .section3{
	height: 530px;
	padding-top: 134px;
	background: url(../images/mt4_section3.png) no-repeat left 121px #fff;
	text-align: right;
}
.fts_tab .section3 li{
	font-size: 28px;
	line-height: 28px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
	height: 70px;
}
.fts_tab .section3 li:nth-of-type(1){
	height: auto;
}
.fts_tab .section3 li span{
	font-size: 22px;
	line-height: 22px;
	color: #cccccc;
	display: block;
	padding-top: 10px;
}
.fts_tab .section3 li a{
	display: inline-block;
    width: 244px;
    height: 75px;
    line-height: 75px;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 2px;
    margin-right: 30px;
    text-align: left;
    background: url(../images/fts_banner_btn.jpg) no-repeat center 0;
    cursor: pointer;
    position: relative;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
}
.fts_tab .section3 li a.active:after{
	position: absolute;
	content: '手机扫描下载最新版本';
	font-size: 14px;
	color: #666;
	text-align: center;
	width: 210px;
	padding-top: 180px;
	height:35px ;
	line-height:19px;
	left: -227px;
	top: 0;
	bottom:0;
	box-shadow: 0px 0px 60px 0px #ccc;
	margin: auto;
	background: url(../images/qr_mt4.png) no-repeat center 15px #fff;
}
.fts_tab .section3 li a:hover{
	margin-right: 35px;
}
.fts_tab .section3 li:nth-of-type(1){
	margin-bottom: 53px;
}
.fts_tab .section3 li a i{
	display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 100px;
    margin-right: 22px;
    background-image: url(../images/fts_btns.png);
    background-repeat: no-repeat;
    background-position: right 0;
}
.fts_tab .section3 li:nth-of-type(3) a i{
	width: 100px;
	background-position: right -75px;
}
.fts_tab .section3 li:nth-of-type(4) a i{
	width:100px;
	background-position: right -150px;
}


.guide_tab .steps{
	overflow: hidden;
	background-color: #f9f9f9;
}
.guide_tab .steps .section_wrap{
	position: relative;	
}
.guide_tab .steps .title{
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	padding: 83px 0 34px 0;
}
.guide_tab .steps .title span{
	font-size: 18px;
	color: #999999;
	padding-left: 17px;
}
.guide_tab .steps .click_tab{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0;
}
.guide_tab .steps .click_tab div{
	display: inline-block;
	position: relative;
	width: 147px;
	height: 66px;
	line-height: 66px;
	margin-right: 20px;
	padding-left: 67px;
	font-size: 22px;
	color: #cccccc;
	z-index: 0;
	font-weight: bold;
	cursor: pointer;
}
.guide_tab .steps .click_tab div.active{
	color: #0659b5;
}
.guide_tab .steps .click_tab div:after{
	content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
	-webkit-transform:skew(-20deg);
	transform:skew(-20deg);
	background:#fafafa;
	box-shadow: 0px 0px 51px 0px 
		rgba(0, 0, 0, 0.09);
	z-index: -1;	
}
.guide_tab .steps .click_tab div.active:after{
	background:#fff;
}
.guide_tab .swiper-container{
	margin-top: 114px;
	width: 1470px;
}
.guide_tab .swiper-container .swiper-wrapper{
	height: 499px;
	position: relative;
}
.guide_tab .swiper-container .message{
	font-size: 20px;
	line-height: 39px;
	color: #333333;
	width: 402px;
	padding-top: 72px;
}
.guide_tab .swiper-container .index_top{
	position: absolute;
	left: 135px;
	top: 0;
	width: 402px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	padding-bottom: 14px;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #eeeeee;
	line-height: 38px;
	font-weight: bold;
}
.guide_tab .swiper-container .index_top span{
	font-size: 48px;
	color: #0659b5;
}
.swiper-button-next, .swiper-button-prev{
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px 
		rgba(27, 27, 27, 0.07);
	border: solid 1px #f1f1f1;
	border-radius: 50%;
	background-size: 19px auto;
	background-position: center center;
}
