.wrap{
	max-width: 1200px;
	margin: 0 auto;
}
.header{
	background: #e01b1c;
	position: relative;
	z-index: 98;
}
.header .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo img{
	width: 41px;
	display: block;
}
.header .naver ul{
	display: flex;
	align-items: center;
}
.header .naver li{
	position: relative;
	margin: 0 12px;
}
.header .naver li h3 a{
	font-size: 16px;
	line-height: 55px;
	color: #ffffff;
	display: block;
/*	font-weight: bold; */
}
.header .naver li h3{
	margin: 0;
}
.header .naver li dl{
	position: absolute;
	left: 0;z-index: 1;
	top: 100%;display: none;
	background-color: #ff514b;
	min-width: 200px;
}
.header .naver li dd a{
	font-size: 15px;
	line-height: 18px;
	padding: 10px 10px;
	font-weight: 400;
	white-space: nowrap;
	display: block;
	color: #fff;
}
.header .rtx{
	display: flex;
	align-items: center;
}
.header .rtx .ench{
	background: #9c1e1f;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 176px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
}
.header .rtx .ench h3{
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	padding-left: 20px;
	background: url(../images/mico6.png) no-repeat left center;
}
.header .rtx .ench .ca{
	width: 78px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	position: relative;
	background: #fff;
	cursor: pointer;
}
.header .rtx .ench .ca h5{
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	background: #fff;
	background: url(../images/mico7.png) no-repeat right center;
}
.header .rtx .ench .ca dl{
	background: #fff;
	position: absolute;
	right: 0;min-width: 79px;
	top: 100%;margin-top: 2px;
	background: #fff;
	display: none;
}
.header .rtx .ench .ca dd a{
	line-height: 14px;line-height: 20px;
	    color: #1e1a1a;margin: 5px;
	    font-size: 12px;
	    letter-spacing: -0.1px;
	    text-decoration: none;
		display: block;
		padding-left: 12px;
		background: url(../images/mico10.svg) no-repeat left center;
}
.header .rtx .ench .ca dd.on a,
.header .rtx .ench .ca dd a:hover{
	background: url(../images/mico9.svg) no-repeat left center;
}
.header .rtx .searchbtn{
	cursor: pointer;
	width: 55px;
	height: 55px;
	background: url(../images/mico8.png) no-repeat center;
	margin-left: 12px;
}

.htps{
	background: #002954;
	text-align: center;
	line-height: 40px;
	position: relative;
	z-index: 11;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
	cursor: pointer;
	height: 40px;
}
.htps p{
	color: #fff;
	position: relative;z-index: 12;
	line-height: 40px;
}
.htps i{
	width:46px ;
	height: 46px;
	position: absolute;bottom: -28px;
	left: 0;right: 0;cursor: pointer;
	margin: 0 auto;z-index: 11;
	background: #002954;
	display: block;
	border-radius: 50%;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.htps i::before,
.htps i::after{
	content: "";
	position: absolute;
	left: 0;right: 0;
	width: 20px;top: 0;
	height: 1px;bottom: 0;
	background: #fff;
	margin:auto;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.htps i::after{
	transform:rotate(90deg);
}
.htps.on i::after{
	transform:rotate(0);
}
.htps:hover i{
	transform:rotate(90deg);background: #3987cc;
}
.htps.on:hover i{
	transform:rotate(0);background: #3987cc;
}

.htps:hover{
	background: #3987cc;
}

.mban{
	padding: 70px 0 40px;
	display: none;
}
.mban .txt{
	width: 76.33%;
}
h1{
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    font-weight: bold;
}
h2{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 400;
}
h3{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 500;
}
h4{
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 5px;
    font-weight: 500;
}
p{
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 400;
}
.mban p,
.mban h1{
	    color: #fff;
}
.mbtn.wh a{
	margin-right: 30px;color: #fff;
	border-color: #fff;
}
.mbtn a{
	display: inline-block;
	width: 280px;
	line-height: 44px;
	border: 1px solid #b0b0b8;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #1e1a1a;
}
.mbtn a.on{
	background: #67c058;
	color: #fff;
	border-color: #67c058;
}
.mbtn a:hover{
	color: rgb(255, 255, 255);
	    background-color: rgba(235, 235, 237, 0.2);
}
.mbtn a.on:hover{
	border-color: rgb(54, 145, 54);
	background-color: rgb(54, 145, 54);
}
.hbanner {
	overflow: hidden;
	height: 555px;
}
.hbanner .text{
	width: 54%;float: left;margin-top: 100px;
}  
.hbanner .text p{
	margin: 40px 0 80px;
} 
.hbanner .pic{
	width: 40%;float: right;
}  
 .hbanner .pic img{
	 width: 200%;max-width: inherit;
 }  
   
.hpage1{
	padding:70px 0 60px ;
	text-align: center;
}   
 .hpage1 ul{
	 display: flex;
	 justify-content: center;
	 margin-bottom: 50px;
 }  
 .hpage1 ul li{
	 width: 50%;
 } 
 .hpage1 ul li h3{
	 color: #1e1a1a;
 }
  .hpage1 ul li .p{
	  font-weight: bold;
  }
 .hline{
	 width: 200px;
	 margin: 0 auto;
	 height: 5px;
	 background: #b72122;
 }
 .hpage2 ul{
	 display: flex;
	 justify-content: space-between;
	 text-align: center;
 }
 .hpage2 ul .icon{
	 width: 48px;
	 margin: 0 auto;
	 height: 48px;
 }
  .hpage2 ul .icon img{
	  display: block;
	  width: 100%;
	  height: 100%;
	  object-fit: contain;
  }
 .hpage2 ul li{
	 width: 340px;
 }
  .hpage2 ul li h4{
	  margin: 20px 0 10px;
  }
 .hpage2 .text{
	 text-align: center;
	 margin: 40px 0;
 }
 .hpage3 .wrap{
	 display: flex;
	 justify-content: space-between;
	 margin-bottom: 40px;
 }
 .hpage3 .wrap .pic{
	 width:47% ;
	 display: flex;
	 justify-content: flex-end;
 }
  .hpage3 .wrap .text{
	  width: 50%;
  }
  .hpage3 .wrap .text p{
	  padding-left:15px ;
	  background: url(../images/mico11.png) no-repeat left 8px;
  }
 .hpage3 {
	 margin:100px 0 80px;
 }
 .mmore a{
	 display: inline-block;
 }
 .mmore a i{
	 font-size: 16px;
	 color: #1e1a1a;
	 line-height: 38px;
	 background: url(../images/mico4.png) no-repeat right center;
	 display: inline-block;
	 padding-right: 18px;
	 font-weight: bold;
 }
 .mmore.bors a {
	 border: 1px solid #9ea5a6;
	 padding: 0 12px;
 }
 .mmore.bors a:hover{
	 background-color: rgb(235, 235, 238);
 }
 .hpage4 .tit{
	 text-align: center;
 }
 
 .hpage4 .bg{
	 margin: 70px 0 100px;
	 padding: 100px 0 110px;
 }
  .hpage4 .bg h2{
	  text-align: center;
	  color: #fff;
  }
  .hpage4 .bg ul{
	  display: flex;
	  justify-content: space-between;
	  color: #fff;
	  margin-top: 70px;
  }
 .hpage4 .bg li .fx i{
	 font-size: 20px;
	 line-height: 30px;
	 width: 30px;
	 border: 1px solid #fff;
	 border-radius: 5px;
	 display: inline-block;
	 text-align: center;
	 margin-right: 14px;
 }
 
 .hpage4 .mbtn{
	 text-align: center;
	 margin-top: 40px;
 }
.dlec{
	 border-top: 1px solid #b0b0b8;
	 padding: 8px 15px;margin-bottom: 60px;
 }
 
 .footer{
	 background: #1e1a1a;
	 padding: 55px 0;
 }
 .footer p{
	 color: #fff;
	 font-size: 14px;
 }
 .footer .copyright{
	 border-top: 1px solid #ffffff;
	 border-bottom: 1px solid #ffffff;
	 height: 54px;
	 display: flex;
	 align-items: center;
	 margin-top:40px;
 }
 .footer .copyright a{
	 font-size: 14px;
	 line-height: 1.6;
	 color: #ffffff;
	 display: flex;
	 align-items: center;
 } 
  .footer .copyright a img{
	  margin-right: 15px;
  }
 .search{
	 display: none;
 }
 .search .wrap{
	 background: #fff;
	 position: absolute;
	 left: 0;right: 0;
	 top: 100%;
	 background: #fff;
	 border-bottom: 5px solid #e01b1c;
	 padding: 30px 0;
	 display: block !important;
 }
 .search .boxc{
	 width: 50%;
	 margin: 0 auto;
 }
 .search .boxc .itms{
	 height: 50px;
	     color: #1e1a1a;
	     border: 4px solid;
	     border-color: #e0e0e0;
		 display: flex;
		 align-items: center;
		 justify-content: space-between;
 }
 .search .boxc .itms .txt{
	 font-size: 20px;
	 color: #333;
	 width: calc(100% - 60px);
	 height: 50px;
	 padding: 0 10px;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 -o-box-sizing: border-box;
	 box-sizing: border-box;
	 border: none;
 }
 .search .boxc .itms .btna{
	 background: url(../images/mico13.svg) no-repeat center;
	 width: 55px;cursor: pointer;
	 height: 55px;
	 border: none;
 }
 .search .boxc .itms .btna:hover{
	 background: url(../images/mico13-1.svg) no-repeat center;
 }
 .header.active .search{
	 display: block;
 }
.header.active .rtx .searchbtn{
	background: url(../images/mico12.svg) no-repeat center;
}

.hpage5 .hd{
	background: #f8f8f8;
	text-align: center;
}
.hpage5 .hd a{
	margin: 0 30px;
	display: inline-block;
	line-height: 50px;
}
.hpage5 .hd a:hover {
    color: #b72122;
    text-decoration: underline !important;
}
.hpage5{
	text-align: center;
}
.hpage5 .arrow{
	margin:45px ;
}
.hpage5 li{
	margin-top: 60px;
}
.hpage6 .wrap,
.hpage5 .wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 60px;
}
.hpage5 li p a{
	color: #3987cc;
	font-weight: bold;
}

.hpage6{
	margin: 80px 0;
}
.hpage6 h2{
	text-align: center;
}
.hpage6 li{
	padding-left: 20px;
	background: url(../images/mico11.png) no-repeat left top 8px;
}
.hpage6 li .hd p{
	font-weight: bold;
	margin-bottom: 10px;
}

.hpage7 {
	background: #ce352b;
	color: #fff;margin-bottom: 100px;
}
.hpage7 .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hpage7 .pic{
	width: 40%;
	display: flex;
	justify-content: flex-end;
	height: 100%;
}
.hpage7 .pic img{
	    width: 200%;
	    max-width: inherit;
		object-fit: cover;
}
.hpage7 .text{
	    width: 54%;
		padding: 80px 0;
}
.hpage7 .text li{
	padding-left: 30px;
	background: url(../images/mico15.png) no-repeat left 0px;
}
.pad0{
	padding-top: 0 !important;
}
.hpage9 h2{
	text-align: center;
	margin-bottom: 50px;
}
.hpage9{
	margin-bottom: 80px;
}
.hpage9 ul li{
	width: 50%;
	margin: 0 20px;
}
.hpage1 .mmore{
	margin: 70px auto;
}
.hpagearo{
	text-align: center;
}
.hpagearo ul{
	display: flex;
	justify-content: center;
	margin: 40px 0;
}
.hpagearo ul li{
	margin: 0 10px;
}


.hpage10 h2{
	text-align: center;
}
.hpage10 ul{
	display: flex;flex-wrap: wrap;
}
.hpage10 li{
	width: 33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
	    background: url(../images/mico16.png) no-repeat left 0px;
		margin-top:45px;
}
.hpage10 li h4{
	font-weight: bold;
	line-height: 1.4;
}

.mpica{
	width: 800px;
	height: 380px;
	margin: 50px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 80px;
	text-align: center;
}
.mpica h3{
	font-weight: bold;
}

.hpage11 h2{
	text-align: center;
}
.hpage11 ul{
	display: flex;
	flex-wrap: wrap;
}
.hpage11 li{
	width: 33.33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;padding: 0 20px;
}
.hpage11{
	margin-bottom: 80px;
}

.uitbanner{
	height: 574px;overflow: hidden;
}
.uitbanner1{
	height: 380px;
}
.uitbanner .wrap{
	height: 100%;position: relative;
}
.uitbanner .txt{
	position: absolute;
	left: 0;right: 0;
	top: 50%;z-index: 1;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%); text-align: center;
}
.uitbanner1 .txt h4{
	line-height: 1.4;
}
.uitbanner .txt .mbtn a,
.uitbanner .txt h4,
.uitbanner .txt h1{
	color: #fff;
}
.uitbanner .txt h4{
	margin-bottom: 20px;
}
.forex_cos .bank{
	margin-bottom: 80px;
}
.forex_cos .wrap{
	padding: 0 34px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.forex_cos .tit{
	text-align: center;margin-bottom: 40px;
}
.forex_cos{
	padding: 10px 0 40px;
}
.forex_cos .text{
	margin-top: 32px;
}
.forex_cos .text dl{
	margin: 28px 0;
}
.forex_cos .text p{
	margin-bottom: 10px;
}
.forex_cos .text dd{
	position: relative;padding-left: 10px;
}
.forex_cos .text dd::before{
	    content: '';
	    line-height: 1;
	    width: 6px;
	    height: 6px;
	    background-color: #b72122;
	    border-radius: 50%;
	    position: absolute;
	    left: 0;
	    top: 9px;
}
.forex_cos .bank img{
	display: block;margin: 0 auto;
}
.forex_cos .bank p span a{
	color: #3987cc;font-weight: bold;
}
.forex_cos .mbtn{
	display: flex;justify-content: center;align-items: center;
}
.forex_cos .mbtn a{
	margin: 0 20px;
}
.platforms{
	background: #f5f6f7;padding-top: 15px;
}
.platforms .hpage5 .wrap{
	background: #262629;margin-bottom: 15px;
}
.platforms .hpage5 .hd a{
	color: #fff;
}
.platforms .hpage5 .hd a:hover{
	    color: #b72122;
}
.platforms .hds{
	padding: 60px 60px 0;height: 720px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;background-size: cover !important;
}
.platforms .tps{
	width: 565px;
}
.platforms .tps h4{
	line-height: 1.6;margin-top: 20px;
}
.platforms .tps .mbtn{
	margin-top: 34px;display: flex;justify-content: center;align-items: center;
}
.platforms .tps .mbtn a{
	margin: 0 10px;
}
.platforms .tbs{
	background: #fff;margin-top: 80px;
	padding: 30px 36px 20px;
}
.platforms .tbs ul{
	display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;margin-top: 30px;
}
.platforms .tbs li{
	width: 33.33%;padding-left: 30px;background: url(../images/qms7.png) no-repeat left top;background-size: 24px auto;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.platforms .bds{
	margin-top: 54px;padding-bottom: 60px;
}
.platforms .bds h2{
  text-align: center;
}
.platforms .bds dl{
	margin: 40px 0 0 60px;display: flex;justify-content: space-between;flex-wrap: wrap;	
}
.platforms .bds dd{
	width: 33.33%;
}
.hbanner .mbtn a:hover,
.platforms .tps .mbtn a:hover,
.forex_cos .mbtn a:hover{
	color: #1e1a1a;background-color: rgb(235, 235, 238);
}
.hbanner .mbtn a.on:hover,
.platforms .tps .mbtn a.on:hover,
.forex_cos .mbtn a.on:hover{
	    border-color: rgb(54, 145, 54);
	    background-color: rgb(54, 145, 54);color: #fff;
}


@media only screen and (max-width: 991px){
	.naver{
		position: absolute;
		left: 0;right: 0;
		top: 100%;
		background: #fff;
		display: none;
	}
	.header .naver ul{
		display: block;
	}
	.header .naver ul li a{
		color: #333;padding: 0 10px;
		border-bottom: 1px solid #ccc;
	}
	.header .naver li{
		margin: 0;position: relative;
	}
	.header .naver li i{
		background: url(../images/qq1.svg) no-repeat center/30% auto;
		width: 55px;transform: rotate(90deg);
		height: 55px;top: 0;
		display: block;
		position: absolute;
		right: 0;
		transition:all 0.3s;
		-ms-transition:all 0.3s;  /* IE 9 */
		-moz-transition:all 0.3s;     /* Firefox */
		-webkit-transition:all 0.3s; /* Safari 和 Chrome */
		-o-transition:all 0.3s;
	}
	.header .naver li i.on{
		transform:rotate(270deg);
	}
	.header .naver li dl{
		position: static;
		background: none;
	}
	.header .naver li dd a{
		line-height: 40px;
		padding: 0 20px;
	}
	
	.gh {
	    height: 28px;
	    width: 28px;
	    position: absolute;
	    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	    -webkit-transition: all 0.5s cubic-bmezier(0.7, 0, 0.3, 1) 0s;
	    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	    cursor: pointer;
	    z-index: 9999;
	    display: none;
	}
	
	.selected .gh {
	    transform: rotate(90deg);
	}
	
	.gh a {
	    background-color: #fff;
	    display: block;
	    margin: 0 auto;
	    height: 3px;
	    margin-top: -1px;
	    position: relative;
	    top: 50%;
	    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	    width: 100%;
	    border-radius: 2px;
	}
	
	.gh a:after {
	    width: 100%;
	}
	
	.gh a:before {
	    width: 100%;
	}
	
	.gh a:after,
	.gh a:before {
	    background-color: #fff;
	    content: "";
	    display: block;
	    height: 3px;
	    left: 0;
	    position: absolute;
	    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	}
	
	.gh a:after {
	    top: 9px;
	}
	
	.gh a:before {
	    top: -9px;
	}
	
	.selected .gh a:after,
	.selected .gh a:before {
	    top: 0;
	}
	
	.selected .gh a:before {
	    transform: translateY(0px) rotate(-45deg);
	    -webkit-transform: translateY(0px) rotate(-45deg);
	    -ms-transform: translateY(0px) rotate(-45deg);
	    background: #fff;
	    width: 100%;
	}
	
	.selected .gh a:after {
	    transform: translateY(0px) rotate(45deg);
	    -webkit-transform: translateY(0px) rotate(45deg);
	    -ms-transform: translateY(0px) rotate(45deg);
	    background: #fff;
	    width: 100%;
	}
	
	.selected .gh a {
	    background-color: transparent !important;
	}
	
	.gh{
		display: block;
		position: static;
	}
	.header{
		padding: 0 20px;
	}
	
}

@media (max-width:800px){
	h1{
	    font-size: 38px;
	    line-height: 38px;
	    font-weight: 500;
	}
	h2{
	    font-size: 24px;
	    line-height: 32px;
	    margin-bottom: 30px;
	}
	h3{
	    font-size: 18px;
	    line-height: 22px;
	}
	h4{
	    font-size: 16px;
	    line-height: 24px;
	}
	.uitbanner1{
		height: 300px;
	}
	.hpage6 .wrap, .hpage5 .wrap{
		padding: 5px 0;
	}
	.wrap{
		max-width: initial;margin: 0 20px;
	}
	.hpage5 .hd a{
		line-height: 2
	}
	.hpage5 .arrow{
		margin: 20px;
	}
	.hpage2 ul{
		display: block;
	}
	.hpage9 ul li{
		width: auto;margin: 0;
	}
	.hpage7 .pic{
		display: none;width: auto;
	}
	.hpage7 .text{
		width: auto;padding: 60px 0;
	}
	.hpage7 .text h2{
		text-align: center;
	}
	.hpage7 .wrap{
		display: block;
	}
	.mbtn.wh a{
		margin-right: 0;
	}
	.mbtn a{
		display: block;margin: 0 auto 20px;width: auto;
	}
	.hpage7{
		margin-bottom: 50px;
	}
	.hpage10 li{
		width: auto;margin-top: 0;
	}
	.mpica{
		width: auto;height: auto;margin: 20px auto;padding: 40px 20px;
	}
	.hpage11 ul{
		display: block;
	}
	.hpage11 li{
		width: auto;padding: 0;
	}
	.hpage11{
		margin-bottom: 40px;
	}
	.hbanner .wrap{
		display: block;height: auto;
	}
	.hbanner .text{
		width: auto;float: none;margin: 40px 20px 0;
	}
	.hbanner .pic{
		width: auto;float: none;width: 100%;
	}
	.hbanner .wrap{
		margin: 0;
	}
	.hbanner .pic img{
		width: 100%;
	}
	.hpage5 .hd a{
		display: block;margin: 0 auto;
	}
	.uitbanner{
		height: 400px;
	}
	.forex_cos .wrap{
		padding: 0;
	}
	.forex_cos .mbtn{
		display: block;
	}
	.forex_cos .mbtn a{
		margin: 0;margin-bottom: 20px;
	}
	.forex_cos .bank{
		margin-bottom: 60px;
	}
	.platforms .hds{
		padding: 30px 20px;height: auto;
	}
	.platforms .tps .mbtn{
		display: block;
	}
	.platforms .tps .mbtn a{
		margin: 0;margin-bottom: 20px;
	}
	.platforms .tbs{
		padding: 30px 20px;margin-top: 40px;
	}
	.platforms .tbs ul{
		display: block;
	}
	.platforms .tbs li{
		width: auto;
	}
	.platforms .bds dl{
		margin: 20px 0 0;display: block;
	}
	.platforms .bds dd{
		width: auto;
	}
	.hpage1{
		padding: 30px 0;
	}
	.hpage1 ul{
		display: block;margin-bottom: 20px;
	}
	.hpage1 ul li{
		width: auto;
	}
	.hpage2 ul li{
		width: auto;
	}
	.hpage3{
		margin: 60px 0;
	}
	.hpage3 .wrap{
		margin-bottom: 20px;display: block;
	}
	.hpage3 .wrap .pic{
		width: auto;display: block;
	}
	.hpage3 .wrap .pic img{
		display: block;margin: 0 auto;
	}
	.hpage3 .wrap .text{
		margin-top: 30px;width: auto;
	}
	.hpage4 .bg{
		padding: 60px 0;margin: 50px 0;
	}
	.hpage4 .bg ul{
		margin-top: 40px;display: block;
	}
	.search .boxc{
		width: auto;
	}
	.search .wrap{
		margin: 0;padding: 20px;
	}
	.header{
		padding: 0;
	}
	.header .rtx .searchbtn{
		margin: 0;
	}
	.hbanner{
		height: auto;
	}
	.platforms .tps{
		width: auto;
	}
	
	
	
	
	
	
	
	
}









