@charset "UTF-8";
h1 {
    font-size: 2.4em !important;
    line-height: 1em !important;
    margin:0.8em 0.5em 0.5em 0.5em;
    font-weight: 400;
    color: #222;
	text-align:center;

}
h2 {
    font-size: 2.4em !important;
    line-height: 1em !important;
    margin:0.8em 0.5em 0.5em 0.5em;
    font-weight: 400;
    color: #222;
	text-align:center;
}

h2.pc_color{
	text-align: left;
	font-size: 2.0em !important;
}
h6 {
	font-size:1.2em;
	/*padding-left:7.5em;*/
}
.container h3 {
    color: #F55A11;
    font-size:1.6em;
    line-height: 30px;
    font-weight: 400;
}


/* top banner */
.free_intro{
	font-size:15px;
	font-weight: 400;
	line-height: 20px;
}

.top_main {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    margin-top: 0px;
}

.top_main300{
	height: 300px;
}
.top_main_exe{
	height:200px;
	background: #e2e2e2;
}


.top_content {
    position: relative;
    display: block;
    width: 100%;
    height: 500px;
}
.top_content300{
	height: 350px;
}

.top_content_exe{
	height: 200px;
}

.top_des {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    /* left: 10%; */
    /* padding-right: 60px; */
    /* padding-bottom: 20px; */
    bottom: 0px;
}
.top_des_exe {
	bottom: 30px;
}


.top_title {
    display: block;
    width: 100%;
    font-size: 60px;
    font-weight: 400;
    line-height: 65px;
    text-shadow: 0 0px 8px rgba(0, 0, 0, 0.8);
    color: #fff;
    float: left;    
}
.top_title2 {
    font-size: 32px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 100px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.77);
}
.top_title3 {
    font-size: 45px;
    margin-top: 10px;
    font-weight: 400;
    color: #fff;
    text-shadow: none;
}
.top_title3 a {
    color: #0BDAFD;
    text-decoration: none;
    font-size: 20px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

@media (max-width: 800px){
	.top_main {
		height: 300px;
		/* margin-top: 50px; */
	}
	.top_main_exe{
		height:130px;
	}
	.top_content {
		display: block;
		width: 100%;
		height: 300px;
		position: relative;
	}	
	.top_content_exe{
		height: 150px;
	}
	.top_des {
		width: 100%;
		margin: 0 auto;
		padding: 10px 0px 10px 0px;
		background: rgba(0, 0, 0, 0.6);
		left: 0;
	}
	.top_title {
		font-size: 30px;
		font-weight: 400;
		text-shadow: none;
		color: #fff;
		line-height: 36px;
	}	
	.top_title2 {
		font-size: 16px !important;
		color: #fff;
		font-weight: 400;
		display: block;
		line-height: 20px;
			margin-bottom: 10px;
	}
	.top_title3 {
		font-size: 16px !important;
		color: #fff;
		font-weight: 400;
		display: block;
		line-height: 20px;
	}
}
/*Content*/

.column-block {
    margin: 0 auto;
}

.about_description{
    padding: 20px 20px;
    font-size: 16px;
    line-height: 25px;
	background: #ededed;
}

.banner{
	color: #fff;
    max-width: 100%;
    
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    bottom: 12vw;
    padding: 0;
    text-shadow: 0 0px 8px rgba(0,0,0,.8);
}

.banner_txt{
	width: 90%;
    margin: 0 auto;	
}

.two-column-box {
		width: 100%;
		display: block;
		float: left;
		box-sizing: border-box;
		position: relative;
		
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 1%;	
		height:250px;
}

.exe-box{
	height:350px;
}

.two-column-box h4 {
	padding: 20px 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}



@media (min-width: 800px){
	.banner{
		color: #fff;
		max-width: 100%;
		text-align: center;
		font-weight: 600;
		font-size: 30px;
		line-height: 50px;
		bottom: 12vw;
		padding: 0;
		text-shadow: 0 0px 8px rgba(0,0,0,.8);
	}

	.about_description{
		padding: 60px 40px;
		font-size: 20px;
		line-height: 30px;
	}	
	
	.two-column {
		/*display: flex;
		justify-content: center;
		align-items: center;*/
		width: 100%;
		/*margin-bottom: 20px;*/
		float: left;
		clear: both;
		/*padding: 0 10px;*/
		box-sizing: border-box;
	}	
	
	.two-column-box {
		width: 50%;
		display: block;
		float: left;
		padding: 0px;
		box-sizing: border-box;
		position: relative;
		
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 3%;	
		height:200px;
	}
	.exe-box{
		height:640px;
	}	

	.two-column h2, .two-column-box h2 {
		font-size: 30px;
		line-height: 42px;
		font-weight: 100;
		margin-bottom: 10px;
		margin-top: 10px;
		
	}
	.two-column-box h4 {
		padding: 10px 5px;
		font-weight: 400;
		font-size: 16px;
		line-height: 28px;
		 text-align: justify;
	}	
}

@media (max-width: 800px){
	.boxT{
		height:auto;
		padding: 20px;
	}
	.boxT h4 {
		padding: 20px 20px 50px 20px;
	}
	.boxT2 h4 {
		padding: 20px 5px 20px 5px !important;
	}	
	.numplus{
		font-size:30px !important; 
		/*vertical-align: text-bottom;*/
	}	
	.boxT2 tr{height: 100px !important;}
}

.boxT2 tr{height: 70px;}
.boxT2 tr td{vertical-align: middle;     font-size: 22px;}

.two-column img {
    width: 100%;
}

.numplus{
	font-size:50px !important; 
	vertical-align: sub;
}
.mainT{
	font-size: 1.7em;
}
.link_more{
    display: inline-block;
    font-size: 1em;
    color: #222;
    background: #ffffff;
    border: 1px solid #222;
    padding: 4px 20px;
    border-radius: 4px;
    margin-top: 10px;
    font-weight: 600;
}
.link_more:hover{ background: #cdcdcd;  color: #222;}

.exe-boxT{
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}	
.exe-boxT .banner{padding-bottom: 1em;}



/* more about */
.more_title{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 24px;
	padding:35px 0;
}

.edu_area{
    max-width: 1200px;
    width: 95%;
    margin: 0.5% auto;
	display: table;
}.edu_logo{
	display: inline-block;
	width:30%;
	margin: 0 auto;
}
.edu_link{
	display: table-cell;

	text-align: center;
	padding: 0 2%;
	border-right:1px solid #d7d7d7;
}

.edu_3link{width:25%;}
.edu_2link{width:50%; padding: 0px 13% !important;}
.edu_link h3{color:#09f; font-size: 20px;}
.edu_link p{color:#333; font-size: 14px;}
.edu_btn{
    margin: 0 auto;
    display: block;
    width: 80%;
    color: #fff;
    padding: 5px 0;
	/*border:1px solid #09f;*/
    border-radius: 4px;	
	font-size: 16px;
	font-weight: 400;
	box-sizing: border-box;
}
@media(max-width:800px){
	.more_title {
		font-size: 20px;
		padding: 40px 10px;
	}
	.edu_link{
		padding: 2% 0 8% 0;
		width:50%;
		box-sizing: border-box;
		display: inline-block;
		border-right: none;
		float:left;
	}
	.edu_link p{display: none;}
	.edu_link h3{font-size: 14px; padding:5px; font-weight: 600;}
	/*.edu_btn{display: none;}*/
	.edu_2link {padding: 0 !important;
	}
}
.link_box{
	border-radius: 4px;
	padding: 2% 0;
    
}
.link_box:hover{
	background: rgba(255, 255, 255, 0.1);
}

/* Contect us */
.contact_block{
	width: 85%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding:20px;
	background: #fff;
}

.contact_title{
	font-size:28px;
	font-weight: 400;
	color:#333;
	padding-top: 20px;
	line-height: 40px;
}
.social_area{
	margin: 40px auto;
}
.s_img{
	display: inline-block;
	padding: 10px;
	width: 12%;
}
a .s_img:hover{opacity: 0.7;}
.help_area{
    margin: 40px auto 0 auto;
    display: flex;
    width: 70%;
}
.help_link{
    display: inline-block;
    border: 1px solid #0b5893;
	color: #0b5893;
    width: 50%;
    padding: 8px;
    margin: 10px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 12px;
    box-sizing: border-box;
	    transition: background-color .2s ease;
	    position: relative;
}
.help_link:hover{
	cursor:pointer;
	color:#fff;
	background: #0b5893;
	transition: background-color .2s ease;
}
.help_link2{
	
}
.office_area{
    margin: 40px auto;
    display: flex;
    width: 85%;
}
.office_block{
    display: inline-block;
	text-align: left;
    width: 50%;
    padding: 8px;
    margin: 10px;
    font-size: 16px;
    box-sizing: border-box;
}
.office_block .t1{font-size: 18px; font-weight: 600; color: #0b5893;}
.office_block .t2{font-size: 22px; padding:12px 0;}

@media(max-width:800px){
.contact_block {
    width: 100%;
}	
.s_img {
    width: 30%;
}
.help_area {
    margin: 20px auto 0 auto;
    display: flex;
    width: 100%;
}	
.office_area {
    margin: 40px auto;
    display: block;
    width: 100%;
}
.office_block {
    width: 100%;
}
}
.w_arrow_area{
	height: 0;
	width: 100%;
}
.w_arrow{
    border-style: solid;
    border-width: 40px 20px 0PX 20px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -65px;
    left: 40%;
}


/*NEWSROOM*/
.news_table{
	margin:20px auto;
	font-size:16px;
	font-weight: 600;
}
.news_table tr td{
	padding:15px;
}
.news_date{
	border-right:1px solid #999;
	color:#999;
	font-size:16px;
	font-weight: 600;
}
.news_table a{
	color:#0b5893;
}
.news_table a:hover{
	color:#32a5fe;
}
.news_nav{
	text-align: center;
	padding: 10px;
	color: #333;
}
.news_nav a{color:#0b5893;}
.news_nav a:hover{color:#32a5fe;}
.news_share{
	display: inline-block;
	width: 20px;
	vertical-align: middle;
}
.news_share a:hover{opacity: 0.7;}


/*vl store*/
.vl-container{
	width: 95%;
    max-width: 960px;
	margin: 0 auto;
		
}
.vl-block{
	display: block;
	border: 1px solid #cdcdcd;
    margin: 40px auto;
	padding:1.5em;
    height: auto;	
}
.vl-part{
	display: flex;
    width: 100%;	
}
.vl-side{
	display: block;
	width: 20%;
	margin: 0 auto;
	text-align: center;
}
.vl-img{
    position: relative;
   
}
.vl-img img{border:1px solid #cdcdcd;}
.vl-lm{
    position: absolute;
    bottom: 45%;
    text-align: center;
    width: 100%;
    color: #333;
	font-weight: 600;
	opacity: 0;
}
.vl-img:hover img{
	opacity: 0.3;
	border:1px solid #000;
}
.vl-img.vl-img-no-learn-more:hover img{
	opacity: 1;
	border:1px solid #cdcdcd;
	cursor: default;
}
.vl-img:hover .vl-lm{
	opacity: 1;
}
.vl-version{
	font-size: 13px;
	padding: 10px 10px 0px 20px;
}
.vl-txt{
	padding-left: 2em;
	width: 80%;
}
.vl-title{
	font-size:34px;
}
.vl-title2{
	font-size:16px;
	font-weight: 600;
	padding:10px 0 ;
}
.vl-version{
	display: inline-block;
}
.vl-version a{
	display: block;
	border: 1px solid #f60;
	border-radius: 20px;
	padding: 5px 10px;
	margin: 5px auto;
	color: #f60;
	font-size: 14px;
}
.vl-version a:hover{
	background: #f60;
	color:#fff;
}

.vl-options{
	display: block;
}
.vl-options ._option{
	float: left;
    display: block;
    border: 1px solid #9C9C9C;
    color: #333;
    line-height: 30px;
    width: 160px;
    text-align: center;
    margin: 5px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.vl-options ._option:hover{
	border: 1px solid #079bcc;
	color: #0b7598;
	cursor:pointer;
}

.vl-options ._optionPick{
	border: 1px solid #079bcc;
	background: #daf6ff;
	color: #0b7598;
}

.vl-price{
    margin: 10px;
    padding: 10px;
    border-top: 1px solid #079bcc;
}
.price-left{
	display: block;
	width: 70%;
	float: left;
}
.price-right{
	display: inline-block;
	width: 30%;
}
.p-left{
	float: left;
}
.p-right{
	float:right;
	text-align: right;
}
.price-buy{
    background: #079bcc;
    color: #fff;
    border-radius: 6px;
    padding: 8px 0px;
    margin: 5px 0px 5px 15px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}
.price-buy:hover{
	opacity: 0.7;
}
.vl-sale{
	font-size: 1.2em;
	font-weight: 600;
	color:#079bcc;
	
}
.vl-detail{
    padding: 10px;
    display: block;
    border-radius: 6px;
    width: 100%;
}
.vl-detail p{
    padding: 5px 15px 15px 5px;
    font-size: 20px;
    font-weight: 600;
}


.vl-detail ul{
	font-size: 0.9em;
	padding-left:20px;	
}

.vl-detail ul li{list-style: none;}
.vl-detail ul li::before {
	content: "\2022";
	color:#09f;
	font-weight: 800;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}

.vl-container100{width: 100%; background: #F4F4F4;}
.vl-contact1 p{font-size: 24px; line-height: 40px; font-weight: 600;}
.vl-contact2 p{font-size: 16px;}

@media(max-width:800px){
	.vl-title{
		text-align: center;
		font-size: 26px;
    	line-height: 30px;}
	.vl-title2{
		text-align: center;
	}
	.vl-block{
		display: block;
		margin: 10px auto;
		padding: 0.5em;
	}	
	.vl-part{
		display: block;	
	}	
	.vl-side {
		width: 100%;
		padding: 10px 0 10px 0;
	}
	.vl-img img{width: 45%;}
	.vl-txt{
		width: 100%;
		padding: 0;
	}
	.vl-version{
		display: block;		
    	padding: 10px;
	}
	.vl-version a{
		width: 60%;
	}
	.vl-options ._option{
		width: 80%;
		float: none;
		margin: 15px auto;
	}
	.vl-detail{
		background: none;
		width: auto;
	}	
	.vl-price{
		margin: 0px;
		padding: 5px;
		background: none;
		border-top:1px solid #079bcc;
		border-radius: 0px;
	}	
	.price-left{
		display: block;
		width: 100%;
		float: left;
	}
	.price-right{
		display: inline-block;
		width: 100%;
	}	
	.price-buy{
		width: 80%;
		margin: 20px auto;
	}
	.column-block{width: 100%;}
	.vl-contact1 p{font-size: 20px; line-height: 30px;}
	.vl-contact2 p{font-size: 14px;}	
}


/* -------------  SVG FIX FOR IE ------------- */ 
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%; 
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; 
  }
}


.mobile_go_icon {
	height: 48px;
}