 * {
		font-family: 'Roboto', sans-serif;	
    }
ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
a{
    text-decoration: none;
}
body{
	/*font-family: 'Roboto', sans-serif;	*/
	margin: 0;
}
p{
	margin-top: 0;
}
.w-100{
	width: 100%;
}
.w-50{
	width: 50%;
}
.float-left{
	float: left;
}
.text-center{
	text-align: center;
}
.container{
	width: 100%;
	padding:0;
    margin-right: auto;
    margin-left: auto;
}
.nav_left{
	background: #F2F3F4;
	float: left;
	width: 300px;
    padding: 80px 0 0 0;
    text-align: center;
    z-index: 1;
}
.nav_left ul{
    width: calc(100% - 128px);
    padding-left: 60px;
    text-align: -webkit-auto;
}
.nav_left ul li{
	width: 100%;
	border-left:3px solid #C4C4C4;
	padding-left: 30px;
	text-align: left;
}
.nav_left ul .active{
	border-left:3px solid #0060A6;
}

.nav_left ul li a{
	font-size: 20px;
	color: #777777;
	line-height: 60px;

}
.img_nav{
	margin-bottom: 80px;
}
.social{
	margin-top:80px;
    display: flex;
    align-items: center;
    justify-content: center;	
    margin-bottom:20px;
}
.social a{
	margin-right:23px;
}
.select_lang{
	width: 178px;
	justify-content: center;
	border: 1px solid #BABABA;
	background: unset;
	font-size: 18px;
	color: #777777;
	font-weight: bold;
    text-align: center;
    height: 40px;	
	border-radius: 5px;
}
.content_right{
	float: left;
	width: calc(100% - 300px);		
}		
.banner{
	background-image:url("../image/image-banner.png");
	height: 100%;
    float: left;
    width: 100%;	
    text-align: center;
    padding: 30% 0;
	background-size: cover;    
	position: relative;
}
.banner p{
	font-size: 35px;
    line-height: 60px;
    color: #000000;
    margin-top: 47px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.banner a{
    font-size: 25px;
    line-height: 60px;
    background: #0060A6;
    color: #fff;
    border-radius: 40px;
    width: 232px;
    display: inline-block;
    align-items: center;
    padding: 3px 0;
}
.introduce{
	float: left;
	width: 100%;
}
.introduce_child{
	float: left;
	width: 100%;
	padding: 60px 60px 10px 60px;
	box-sizing: border-box;
}
.introduce_left{
	float: left;
	width: 48%;
	margin-right:4%;
}
.introduce_left span{
	font-size: 25px;
	color: #777777;
	line-height: 60px;
	border-bottom: 4px solid #0060A6;
}
.introduce_left p{
	font-weight: 300;
	font-size: 20px;	
	color:#777777;
	margin-top:0;
	line-height: 30px;
}
.introduce_right{
	float: left;
	width: 48%;
}
.introduce_box{
    background: #0060A6;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.box_chidl {
    text-align: center;
}
.box_chidl span{
	display: inline-block;
	font-size: 40px;
	color:#fff;
	font-weight: bold;
	margin-top: 30px;
}
.box_chidl p{
	color:#fff;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 0;
	margin-top:20px;
}
.title_service{
	color: #777777;
	font-size: 25px;
	line-height: 60px;
	border-bottom: 4px solid #0060A6;
	margin: 0 auto;
	display: inline-block;
	margin-top:38px;
    margin-bottom: 64px;	
    font-weight: bold;
}
.service{
	background: #F8F9FA;
	padding-bottom: 20px;
}
.service_top{
	display: flex;
	justify-content: space-between;
	width: 100%;
	/* padding:0 150px; */
	box-sizing: border-box;
}
.service_child{
	display: inline-block;
	text-align: center;
	width: 33.333333%;
}
.service_child div{
    background: #0060A6;
    border-radius: 50%;
    width: 143px;
    height: 143px;
    align-items: center;
    display: flex;
    justify-content: center;   
    margin: 0 auto;     
}
.service_child p{
	display: inline-block;
	color: #777777;
	font-size: 20px;
	font-weight: 500;
	margin-top:20px;
}
.service_bot{
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	box-sizing: border-box;	
	margin-top:94px;
}
.title_brand{
	color: #777777;	
	font-size: 25px;	
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-top:40px;
	font-weight: bold;
}
.tab_brand{
	display: inline-block;
	border-top: 1px solid #CCCCCC;
	width: 100%;
}
.ul_tab_brand{
	width: 340px;
	float: left;
	border-right: 1px solid #CCCCCC;
}
.ul_tab_brand li{
	text-align: center;
	padding: 62px 0;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}
.ul_tab_brand li span{
	display: inline-block;
}
.ul_tab_brand li:last-child{
	border-bottom:0;
}
.content_tab{
    float: left;
    width: calc(100% - 341px);
    box-sizing: border-box;
    padding:56px 128px 0 37px;
}
.content_tab_child{
	display: none;
}
.content_tab_child.active{
	display: block;
}
.content_tab_child p{
	font-size: 25px;
	line-height: 60px;	
}
.content_tab_child div img{
	float: left;
	margin-right:20px;
}
.content_tab_child div{
	display: inline-block;
	padding-left:37px;
}
.content_tab_child div p{
	float: left;
	line-height: 20px;
}
.content_tab_child div p a{
	color: #00ade8;
}
.icon_tab{
    position: absolute;
    right: -12px;
    display: none;
    top: 0;
    bottom: 0;
    margin: auto;
}
.icon_tab.active{
	display: block;
}
.ul_inves{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 75px 55px 75px;
	align-items: center;
}
.ul_inves li{
    text-align: center;
    width: 100%;
    background: #fff;
    height: 207px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-right: 1px solid #C4C4C4;
}
.ul_inves li:last-child{
	border-right:0;
	width: 80%;
}
.ul_inves li:first-child{
	width: 80%;
}
.investors{
	background: #F8F9FA;	
}
.ul_newspaper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	padding: 0 92px;
}
.ul_newspaper li{
    display: inline-block;
    width: 30%;
    margin-bottom: 85px;
}
.ul_newspaper li img{
	width: 100%;
	/* height: 232px; */
}
.ul_newspaper li a{
	display: inline-block;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	width: 100%;
	color: #000;
	margin-top:15px;
}
.ul_newspaper li p{
	font-size: 17px;
	line-height: 28px;
	margin-top: 17px;
}
.ul_newspaper li p a{
	font-size: 17px;
	color: #00ade8;
	width: unset;
	margin-top:0;
}
.footer{
	background: #F8F9FA; 
	float: left;
	width: 100%;
	box-sizing: border-box;
    padding: 0 75px 75px 75px;	
}
.footer ul li{
	float: left;
	width: 100%;
}
.footer ul li:first-child p{ 
	margin-left: 0;
}
.footer ul li  a, .footer ul li  p{
    font-size: 20px;
    line-height: 30px;
    color: #777777;
    margin-bottom: 20px;
    display: inline-block;
    width: calc(100% - 56px);
    margin-left: 20px;
}
.footer ul li img{
	float: left;
	width: 36px;
}
.tit_footer{
    margin-bottom: 40px;	
}
.navbar-toggler{
	display: none;
}
.hide_nav{
	display: none;
}
.content_tab_mb{
	display: none;
}
.p_banner{
	color: #0060A6 !important;
	font-size: 60px !important;
	font-weight: bold;
}
.section_sodo{
	float: left;
	width: 100%;
	margin-top: 40px;
}
.title_line_2 {
	height: 140px
}
.title_line_3 {
	height: 109px
}
@media only screen and (max-width: 768px) {
	.down_app img {
		width: 95%;
	}
	
	.down_app {
		display: flex;
	}
	.section_sodo{
		display: none;
	}
	.p_banner{
		font-size: 30px !important;
	}
	.brand_center{
		border-top: 1px solid #CCCCCC;
	}
	.icon_tab, .icon_tab.active{
		display: none;
	}
	.child_1{
		display: block;
	}
	.title_brand{
		font-size: 23px;
	}
	.footer{
		padding: 0 30px 30px 30px;
	}
	.footer ul{
		float: left;
		width: 100%;
	}
	.footer ul li{
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
	.div_tit_footer, .div_cvt{
		text-align: center;
	}
	.w-50{
		width: 100%;
	}
	.ul_newspaper li{
		width: 100%;
	}
	.ul_newspaper{
	    padding: 0 22px;
	    flex-wrap: wrap;		
	}
	.ul_newspaper li a{
		margin-top: 0;
	}
	.title_service{
		font-size: 23px;
	    margin-bottom: 47px;
	}
	.ul_inves{
		flex-wrap: wrap;
	}
	.ul_inves li {
	    border: unset;
	    height: 140px;
	    width: 252px !important;
	    margin-bottom: 28px;
	}
	.ul_inves li img{
		width: 80%;
	}
	.content_tab_mb{
		margin-top: 30px;
		text-align: left;
    	padding: 0 33px;		
	}
	.content_tab_mb p{
		font-size: 20px;
		line-height: 30px;
	}
	.content_tab_mb p a{
		color: #00ade8;
	}
	.ul_tab_brand{
		width: 100%;
	}
	.ul_tab_brand li{
		text-align: center;
		padding: 0;
		border-bottom: none;
		position: relative;
	}
	.div_brand{
		text-align: center;
		padding: 20px 0;
		border-bottom: 1px solid #CCCCCC;
		position: relative;
	}
	.content_tab{
		display: none;
	}
	.icon_tab {
	    bottom: -15px;
	    top: unset;
	    left: 0;
	    right: 0;
	    transform: rotate(
	90deg);
	}
	.content_right{
		width: 100% !important;
	}
	.nav_left{
		display: none;
		background: #F2F3F4;
		position: absolute;
		height: auto !important;
    	padding-bottom: 100px;
	}
	.hide_nav{
	    position: absolute;
	    right: 0;
	    width: calc(100% - 300px);		
	    height: 1000px;
	}
	.navbar-toggler {
		display: block;
		top: 25px!important;
	    left: 20px;
	    padding: 0;
	    color: rgba(0,0,0,.5);
	    position: absolute;
	    outline: 0!important;
	    width: 20px;   
	    border: 0; 
	    cursor: pointer;
    	background: unset;	    
	}
	.navbar-toggler-icon {
	    width: 100%;
	    border-bottom: 2px solid #868686;
	    transition: all .3s linear;
	    height: 1px;
	    float: left;
	    margin-bottom: 2px;
	}
	.banner{
	    padding: 20% 12%;
	    box-sizing: border-box;
	}
	.banner p {
	    font-size: 22px;
	    line-height: 35px;
	    color: #0000008c;
    	margin-top: 30px;	    
	}
	.banner img{
		width: 117px;
	}
	.banner a {
	    font-size: 18px;
	    width: 130px;
	    line-height: 25px;
	    padding: 5px 0;
	}	
	.introduce_left, .introduce_right{
		width: 100%;
	}
	.introduce_right{
		margin-top:30px;
	}
	.introduce_child{
	    padding: 7% 5%;
	}
	.introduce_left span {
	    margin-bottom: 15px;
	    display: inline-block;
	    font-size: 21px;
	    font-weight: bold;
	    line-height: 35px;
	}
	.introduce_box{
	    flex-wrap: wrap;
	    justify-content: center;
	    padding: 90px 50px;
	}
	.box_chidl {
	    margin-bottom: 112px;
	    width: 100%;
	}	
	.introduce_box .box_chidl:last-child{
		margin-bottom: 0;
	}
	.service_child{
		width: 100%;
		margin-bottom: 75px;
	}
	.service_top , .service_bot{
	    padding: 0;
	    flex-wrap: wrap;
	    align-items: center;
	    margin-top:0;
	}
}