
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */

*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	}

html{-webkit-text-size-adjust:none;
     font-family:Arial, Helvetica,"微軟正黑體", sans-serif,Microsoft JhengHei;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica,"source-han-sans-traditional","微軟正黑體", "Microsoft JhengHsans",
	 sans-serif;}

body{
	font-size:17px;
}

a{
	text-decoration:none !important;}


/* ----------電腦版型--------------------------- */

#header{
	width:100%;
	height:auto;
    display:block;
	z-index:9999;}
	
#fb{
	width:100%;
	height:auto;
	margin:0 auto;
	margin-bottom:0;
	clear:both;
	display:block;}
	
	
/*-------------footer-------------------------*/			
#footer {
	display:none;
	width:100%;
	min-width:320px;
	height:60px;
	background-color:#df2012;
	bottom:0;
}

#footer ul {
	display: block;
	width:220px;
	margin:0 auto;
	padding-top:10px;
}
#footer li {
	display: block;
	float:left;
	padding-right:5%;
}
#footer a {
	text-indent: -9999px;
}
#footer li#GJUN a {
	display: block;
	background-image:url(../images/GJUN.png);
	background-repeat:no-repeat;
	line-height:40px;
	width: 150px;
	height: 40px;
	
}
#footer li#FB a {
	display: block;
	background-image: url(../images/FB.png);
	width: 40px;
	height: 40px;
	background-position: bottom;
	padding-right:-5%;
}
#footer li#FB a:hover {
	background-position: top;
}
	
/*------------------- TOP -----------------*/
#GOTOP{
	background-image:url(../images/gotop.png);
	right:10px;
	bottom:30px;
	width:50px;
	height:50px;
	cursor:pointer;
	z-index:9999;
	position: fixed;
	}
	
#GOTOP:hover{
	opacity: 0.8;
    filter: alpha(opacity=80);
	}

#TOP{
    width:100%;
	height:600px;
	background-image:url(../images/top_bg.jpg);
	background-color:#016ec8;
	background-repeat:no-repeat;
	background-position: top center;
	overflow:hidden;}
	
#TOP .WRAPPER{
    width: 100%;
    max-width: 1200px;
    height: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 5;
	}
	

	#TOP .WRAPPER .leftAll h1{
	
    top: 70%;
    left: 10%;
    width: 750px;
    max-width: 51.58333vw;
	}

	#TOP .WRAPPER .leftAll img {
		display: block;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		width: 100%;
		height: auto;
	}

	.logo-microsoft {
		width: 100%;
		max-width: 120px;
	}

.leftAll {
	position: absolute;
	max-width: inherit;
    top: 10%;
    left: 0;
}

	.rightAll{
		float:right;
		width: 60%;
	}
	#TOP .WRAPPER .leftAll h2 span{
		font-size:32px;
	}
		
	
	#TOP .WRAPPER .leftAll h2{
	top: 50%;
	display:block;
	width:80%;
	letter-spacing: 1px;
	height:50px;
	text-align:center;
	font-size:25px;
	line-height:50px;
	color:#ffff31;
	background-color:#000;
	border-radius:50px;
	margin-bottom: 6vw;
	margin: 0 auto;
	
	}
	#TOP .WRAPPER .leftAll h3{
		top: 7%;
		left: 85%;
		display:block;
		width:100%;
		max-width: 151px;
		position: absolute;
		}



#PIC_block{
	position: absolute;
    width: 100%;
    max-width: 700px;
    bottom: -1px;
    left: 50%;
    z-index: -30;
}

#PIC_block img{
	display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: auto;
	max-width: 700px;
	min-width: 330px;
}
	
#sub{
	display:block;
	width:70%;
	margin:0 auto;
	height:auto;
	padding:15px 0;
	background-color:rgba(0,120,208,0.70);
	border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;}
	
	
.rightAll img{
	display:block;
	margin:0 auto;
	max-width:500px;
	width: 100%;
	height: auto;
}
	
#FORM_BLOCK h3 span{
	font-size:26px;
	color:#fcff00 ;
}
#FORM_BLOCK h3{
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	display:block;
	text-align:center;
	color:#fff;
	font-size:23px;
	margin-bottom:30px;
	line-height: 1.5;
	background-color: rgba(1, 1, 5, 0.8);

	
}
	
#sub p{
	text-align:center;
	color:#fff;
	line-height:1.5;
}
em{
	font-size: 35px;
	color:#fff;
	display: inline-block;
}
/*------------- FORM_BLOCK -------------*/
#FORM_BLOCK .WRAPPER .h1 span {
	display: inline-block;
}
#FORM_BLOCK{
	width:100%;
	height: 560px;
	background-color:#fff;
	background-image:url(../images/white_bg.jpg);
	}
	
#FORM_BLOCK .WRAPPER{
	width:100%;
	padding-top:35px;
	margin:0 auto;}
	

#GIFT{
	float:left;	
	width:100%;
	padding-top:50px;}
	
#GIFT img{
	 display:block;
	 width:100%;	
	 max-width:460px;
	 height:auto;
	 margin-top:10px;
	 margin: 0 auto;
	}
 
	.h1 strong{
		font-weight:700;}
	
	.ANT {
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	@-webkit-keyframes discolor {

		0%,
		50% {
		  color: #ff0000;
		}
	  
		51%,
		100% {
		  color: #000;
		}
	  }
	  
	 
	  

	.h1 {
		position: relative;
		width: 100%;
		font-size: 30px;
		color: #333;
		line-height: 1.6;
		text-align: center;
		margin: 0 auto;
		padding: 5px 15px;
		}

	.h2 {
		font-size: 24px;
		text-align: center;
		color: #ff0000;
		line-height: 1.6;
		margin-top: 15px;
		margin: 0 auto;
		-webkit-animation: discolor 1s infinite;
		-moz-animation: discolor 1s infinite;
		-ms-animation: discolor 1s infinite;
		-o-animation: discolor 1s infinite;
		animation: discolor 1s infinite;
	}
	
		
/*------------表單內容------------*/	

#FORM {
	width:100%;
	margin:0 auto;
	z-index:99999;
	margin-top:30px;
}
#FORM #NAME{
	width:48%;
	height:auto;
	float:left;
	margin-right:2%;
	}
	
#FORM #PHONE{
	width:48%;
	height:auto;
	float:left;}
	
#FORM #EMAIL{
	width:98%;
	height:auto;
	float:left;
	margin-right:0;
	}	

#FORM #Dept
 {
     margin:0px 0px 20px 0px;
     width:98%;
     height:35px;
 }
#FORM #CITY
 {
     float:left;
     width:48%;
     height:35px;
	
 }

#FORM #SCHOOL
 {
     margin-left:10px;
     
     width:48%;
     height:auto;
 }

 #ddl_city_no
 {
     width:48%;
     font-size:16px;
     text-align:center;
	 height:35px;
	 margin-right:2%;
     float:left;
	  
 }
 #ddl_area_no
 {
     width:48%;
     height:40px;
     font-size:16px;
     text-align:center;
	 height:35px;    
	 
 }         	
	
#READ{
	font-size:100%;
	width:100%;
	display:inline-block;
	float:left;
	margin-top:2%;
	margin-bottom: 2%;
	margin-right:10px;}
	
#READ .searchtext2{
	min-width:20px;
	min-height:20px;
    border:solid px gray;
	background-color:#FFF;
	float:left;
	}


#READ span{
	display: inline;
	width:100%;
	font-size:90%;
	color:#404040;
	text-indent:5px;
	line-height:1.3;
}
	
	
#FORM #BUT {
	float:left;
	width:100%;
	height:auto;
	margin-top:2%;
	}
	
#FORM #BUT p{
	display:block;
	position:relative;
}

.B:hover {
    font-size:25px;
	background-color:#00559b;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
	


.A, .B{
	font-family:Arial, Helvetica,"微軟正黑體", sans-serif,Microsoft JhengHei;}
	
.A{
	color:#666;
	background-color:#f9f9f9;
	width:100%;
	height:35px;
	line-height:35px;
	margin-top:8px;
	font-size:100%;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
	border:1;
	border:1px solid #101923;
	border-radius: 4px;}
	
	
.B{
    font-size:27px;
	color:#fcff00;
	width:100%;
	height:50px;
	text-decoration:none;
	line-height:50px;
	text-align:center;
	letter-spacing:1px;
	overflow:hidden;
	border:0;
	background-color:#df2012;
	border-radius: 4px;
	}

/*------------- CONTENT1 -------------*/

#CONTENT1{
	width:100%;
	background-color:#0e1d32;
	background-image:url(../images/dark_bg.jpg);
	}

img.img-table{
	display:block;
	margin:0 auto;
	max-width:600px;
	width: 0%;
	height: auto;
}
	
.trend{
	float:left;	
	width:100%;
	padding-bottom: 30px;
}
.trend:last-child{
	padding-bottom: 0px;
}

.trend span{
	font-size: 22px;
	line-height: 2;
}
.trend img {
	float: left;
	max-width: 100px;
	width: 23%;
	height: auto;
	margin: 0 auto;
	z-index: 9999;
	display: inline-block;
	vertical-align: middle;
	margin-left: 2%;
	margin-right: 3%;
}
.trend_main img {
	width:100%;
}

.trend ul{
	width: 70%;
	display: inline-block;
	margin-left: 5%;
	margin-top: 5px;
}

.trend ul li{
	list-style-type: disc;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 5px;
}


#flip_all{
	display:block;
	width:100%;
	margin:0 auto;
	height: 300px;
	margin-bottom:70px;
}

.front_block img{
	display:block;
	margin:0 auto;
	width:120px;
	height:110px;
	margin:25px auto 10px auto;}
	
.front_block p.tt, .data_science_Box p.tt{
	font-size:22px;
	line-height:1.3;
	color:#fff;
	text-align:center;
	padding:0;}
	
.front_block p{
	display:block;
	line-height:1.5;
	color:#e5e1e1;
	text-align:justify;
	padding:35px 20px 0 20px;}
	
.front_block p.more{
	float:right;
	font-size:15px;
	margin-top:30px;
	}
	
	.data_science_Box{
		height: 100%;
	}
	
.solutionBox, .data_science_Box{
	width: 100%;
	float:left;
	margin:0 1% 20px 1%;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:1px solid #c0f8ff;
	padding:30px 20px;}
	
.solutionBox p.tt2{
	font-size:22px;
	font-weight:500;
	color:#fcff00;
	text-align:center;
	margin-bottom:20px;
	line-height:1.3;
}

/*------------- CONTENT2 -------------*/
#CONTENT2{
	width:100%;
	height:auto;
	background-color:#0078d0;
	background-image:url(../images/blueGrid.gif);
	}
	
#CONTENT1 .WRAPPER, #CONTENT2 .WRAPPER, #CONTENT3 .WRAPPER, #CONTENT4 .WRAPPER{
	width:1200px;
	margin:0 auto;
	padding-top:70px;
	padding-bottom:3%;
	}
	
h5{
	color:#c0f8ff;
	font-size:35px;
	line-height:1.3;
	text-align:center;
	margin-bottom:40px;
	text-shadow:0 0 10px #00c6ff;
	}
	
.data_science_Box img{
	display:block;
	width:85px;
	height:85px;
	margin:0 auto;
	margin-bottom:10px;
	margin-top: 10px;}

	.data_science_Box {
		height: 400px;
	}
		
/*------------- CONTENT3 -------------*/
#CONTENT3{
	width:100%;
	height:580px;
	background-color:#0e1d32;
	background-image:url(../images/map_bg.png);
	background-position:center center;
	}
	
p.tt0{
	display:block;
	width:100%;
	margin:0 auto;
	color:#fff;
	line-height:1.6;
	margin-bottom:15px;
	}
	
.programBox-s{
	float:left;
	width:48%;
	height:auto;
	margin:1%;
	border-radius:10px;
	background-color:#003b67;
	padding-bottom:20px;
	}

	.data_science_Box ul{
		width: 70%;
		display: inline-block;
		margin-left: 23%;
		margin-top: 5px;
	}
	
	.data_science_Box ul li {
		list-style-type: disc;
		color: #fff;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	

/*------------- CONTENT4 -------------*/
#CONTENT4{
	width:100%;
	height:auto;
	background-color:#0078d0;
	background-image:url(../images/blue_bg.jpg);
	background-attachment: fixed;
	}

.programBox{
	float:left;
	width:100%;
	height:auto;
	margin:1%;
	border-radius:10px;
	background-color:#fff;
	box-shadow:0 6px 10px rgba(0,0,0,0.30);
	padding-bottom:25px;
	}

.programBox-h{
	height: 560px;
	margin-bottom: 26px;
}
	
.titleName{
	width:100%;
	height:50px;
	background-color:#0e1d32;
	border-radius:10px 10px 0 0;
	color:#4eecff;
	text-align:center;
	font-size:23px;
	line-height:50px;
	}
	
.titleName img{
	vertical-align:middle;
	}
	
.programBox p, .programBox-s p, .data_science_Box p, .solutionBox p{
	width:100%;
	margin:0 auto;
	font-size:16px;
	color:#e5e1e1;
	line-height:1.6;
	text-align:justify;
	margin-bottom:25px;
	margin-top: 25px;
	
}
	
	
ul.pc_course li.tt{
	color:#0084d9;}
	
	
.classBtn{
	width:100%;
	height:45px;
	margin:0 auto;
	background-color:#0084d9;
    margin-bottom:10px;
	border-radius:5px;
	color:#fff;
	text-align:center;
	line-height:45px;
	cursor: pointer;
	}
	
	ul.pc_course {
		width: 73%;
		margin:0 auto;
		margin-bottom:15px;
		}

	ul.pc_course li{
		list-style-type: disc;
		color: #2a2a2a;
		line-height: 1.5;
		font-size:16px;
		margin-bottom: 5px;
		}

		.cardImg img {
			background-position: center center;
			background-size: cover;
			height: 100%;
			max-height: 300px;
			object-fit: cover;
			overflow: hidden;
			}


	
/*------------- LIGHTBOX -------------*/

.classtt{
	width:100%;
	height:45px;
	margin:0 auto;
	background-color:#0084d9;
    margin-bottom:20px;
	border-radius:5px;
	color:#fff;
	text-align:center;
	line-height:45px;
	}
	
ul.class{
	width:80%;
	margin:0 auto;
	}
	
ul.class li{
	list-style-type:disc;
	color:#313131;
	line-height:1.4;
	margin-bottom: 5px;
	font-size: 16px;
	}
	
ul.class li.licenses{
	color:#00b6eb;
	list-style-type:none;
	text-align:center;
	height:auto;
	line-height:1.3;
	/*border-radius:40px;*/
	border:2px solid #00b6eb;
	margin-top:15px;
	padding:10px;}	

	
#CTA{
	display:block;
	margin:0 auto;
	width:25%;
	height:50px;
	cursor:pointer;
	}

/* --電腦版型2-------------------------------------*/
@media screen and (max-width:1279px) {
	#TOP {
		width: 100%;
		height: 500px;}


	.leftAll {
		position: absolute;
		max-width: inherit;
		top: 16%;
		left: 5%;
	}
.rightAll{width: 50%;}
	
#TITLE{width: 100%;}
	
h2{width:100%;}
	
#sub{width:100%;}
	
#PIC_block {
    position: absolute;
    width: 100%;
    max-width: 550px;
    bottom: -1px;
    left: 50%;
    z-index: -30;
}

#CONTENT1 .WRAPPER, #CONTENT1 .WRAPPER, #CONTENT2 .WRAPPER, #CONTENT3 .WRAPPER, #CONTENT4 .WRAPPER{
	width:100%;
	margin:0 auto;
	}
	
#CONTENT2{
	height:660px;}
	
	.data_science_Box {
		height: 440px;
	}
	
.flip .card { width: 230px;}

.flip .card .face {width: 230px;}	

}

#CONTENT3{
	height:660px;}
	
		
/* --平板版型1-------------------------------------*/
@media screen and (max-width:1023px) {
	
#header{
	display:none;}
	
#fb{
	display:none;}
	
/*------------ footer ------------------*/			
#footer {
	display:block;}
	
/*---------------- TOP -----------------*/
#TOP{
		width: 100%;
		height: 500px;}


#TOP .WRAPPER{
	width:100%;
	max-width:100%;
	padding-left:30px;
	padding-right:30px;
	}
	
	.leftAll {
		position: absolute;
		max-width: inherit;
		top: 20%;
		
	}
	
.rightAll{
	float:none;
	width: 100%;}

	#TOP .WRAPPER .leftAll h1 {
		top: 0;
		left: 0;
		width: 100%;
		max-width: 550px;
			}	

			#TOP .WRAPPER .leftAll h2 {
				top: 0;
				left: 0;
				display: block;
				width: 80%;
				height: auto;
				text-align: center;
				line-height: 40px;
				color: #ffff31;
				background-color: #000;
				border-radius:50px;
				margin-bottom: 1vw;
				margin: 0 auto;
				padding: 1%;
				font-size: 23px;
			}

			#PIC_block {
				width: 80%;
				left: 320px;
				top:60px;
			}
			h3 {
				width: 100%;
				
			}

	
	
/*------------- FORM_BLOCK -------------*/
#FORM_BLOCK{
	width:100%;
	height:780px;}
	
#FORM_BLOCK .WRAPPER{width:100%;}
	
#GIFT{
	float:none;	
	width:100%;
	margin:0 auto;
	padding-top:0;}	
	
#GIFT img{
	margin:0 auto;
 	margin-top:0; }
	
 #GIFT p.ps{
	clear:both;
	float:none;
	margin-left:0;
	text-align:center;
	}
	
#FORM {
	clear:both;
	float:none;
	width:100%;
	margin-top:20px;
}
/*------------- CONTENT2 -------------*/
#CONTENT2{
	width:100%;
	height: auto;
	}

.solutionBox, .data_science_Box{
	width: 100%;
	margin:0 1% 20px 1%;
	padding-top: 0px;}

	.trend:last-child {
		padding-bottom: 60px;
	}	
/*------------- CONTENT3 -------------*/
#CONTENT3{height:100%;}

p.tt0{width:80%;}

/*------------- CONTENT4 -------------*/
.programBox-h {
    height: 520px;
    margin-bottom: 26px;
}

/*------------- CONTENT1 -------------*/
#flip_all{
	width:80%;
	height:650px;
}
#CONTENT1 .WRAPPER, #CONTENT2 .WRAPPER, #CONTENT3 .WRAPPER, #CONTENT4 .WRAPPER {
    width: 100%;
    margin: 0 auto;
       padding-bottom: 6%;
}


/*------------- TURN -------------*/	
.flip {
    width: 48%;
	float:left;
	margin:0 1% 20px 1%;
}

.flip .card {
    width: 275px;
}
.flip .card .face {
   width: 275px;
}



#CTA{width:75%;	}
	
}

@media screen and (max-width:768px) {
	#PIC_block {
		width: 100%;
		left: 360px;
		top: 60px;
	}
	#TOP {
		width: 100%;
		height: 450px;
	}
	.logo-microsoft {
		max-width: 90px;
	}
}
	
/* --平板版型2-------------------------------------*/
@media screen and (max-width:767px) {
	
	

	#TOP {
		width: 100%;
		height: 600px;
	}

	#TOP .WRAPPER .leftAll h1 {
		top: 0;
		left: 0;
		width: 100%;
		max-width: 600px
			}
			.logo-microsoft {
				max-width: 60px;
				margin-left: 10px;
			}
			#TOP .WRAPPER .leftAll h2 {
				top: 0;
				left: 0;
				display: block;
				width: 80%;
				height: auto;
				text-align: center;
				line-height: 40px;
				color: #ffff31;
				background-color: #000;
				border-radius: 50PX;
				margin-bottom: 1vw;
				margin: 0 auto;
				padding: 1%;
				font-size: 23px;
			}

			#PIC_block {
				display: block;
			}

/*------------- FORM_BLOCK -------------*/
			#FORM_BLOCK {
				width: 100%;
				height: 880px;
			}

/*------------- CONTENT1 -------------*/
.trend{ float: none; width:100%;}
.trend img { max-width: 150px;}
#flip_all{width:100%;}
/*------------- CONTENT2 -------------*/

.data_science_Box {
    height: auto;
}
/*------------- CONTENT3 -------------*/

/*------------- CONTENT4 -------------*/
.programBox{
	width:100%;
	margin:1%;
	padding-bottom:25px;
	}

	.programBox-h {
		height: 520px;
		margin-bottom: 26px;
	}
	
.classBtn{
	height:auto;
	line-height:1.2;
	padding:4%;
	width:90%;}
}	
	/* --手機版型 iohone678plus-------------------------------------*/
	@media screen and (max-width:736px) {

	#PIC_block img {
		display: none;
}
	}
	@media screen and (max-width:414px) {

		
	}

		
/* --手機版型 iohone678-------------------------------------*/
	@media screen and (max-width:667px) {
		#TOP {
			width: 100%;
			height: 480px;
		}
		#PIC_block {
			width: 100%;
			left: 320px;
			top: auto;
		}
		#PIC_block img {
			display: none;
		}

		
		.programBox-h {
			height: 570px;
			margin-bottom: 26px;
		}
		.leftAll {
			position: absolute;
			max-width: inherit;
			top: 20%;
			left: 3%;
		}
		#FORM_BLOCK h3 {
			font-size: 23px;
			line-height: 1.5;
		}

		#FORM_BLOCK h3 span {
			font-size: 26px;
			color: #fcff00;
			line-height: 1.5;
		}
		#FORM_BLOCK .WRAPPER {
			width: 100;
		}
		#FORM_BLOCK .WRAPPER .h1 span {
			display: none;
		}
		em{
			display: none;
		}
		#ddl_city_no
 {
     width:100%;
    
	  
 }
 #ddl_area_no
 {
     width:100%;
    
	 
 }         	
	}
/* --手機版型1-------------------------------------*/
@media screen and (max-width:639px) {
	
/*------------------- TOP -----------------*/

#TOP {
    width: 100%;
    height: 500px;
}
#TOP .WRAPPER{
	padding-left:0;
	padding-right:0;
	}

#TITLE{width:85%;}



#PIC_block img {
	display: none;
}
	
/*------------- FORM_BLOCK -------------*/
#FORM_BLOCK .WRAPPER{width:80%;}

h4{
	width:100%;
	font-size:23px;
	letter-spacing:1px;}

#CONTENT1 .WRAPPER, #CONTENT1 .WRAPPER, #CONTENT2 .WRAPPER, #CONTENT3 .WRAPPER, #CONTENT4 .WRAPPER,#CONTENT5 .WRAPPER{
	width:100%;
	margin:0 auto;
	}
  .B{
	  margin-bottom: 30px;
  }
/*------------- CONTENT2 -------------*/
#CONTENT2{height:auto;
}

.data_science_Box{
	height: auto;
}

h5{line-height:1.3}

.data_science_Box img{display:none;}

.programBox p, .programBox-s p, .data_science_Box p, .solutionBox p{
	width:90%;
	font-size:17px;}

/*------------- CONTENT3 -------------*/
#CONTENT3{height:auto;}

.programBox-s{
	float:none;
	width:100%;
	margin:0;
	margin-bottom:20px;
	}

p.tt0{width:100%;}
	
/*------------- CONTENT1 -------------*/

#flip_all{height:950px;}

.front_block img{
	margin:15px auto 5px auto;}
	
.front_block p.more{
	float:right;
	font-size:15px;
	margin-top:-35px;
	}

/*------------- TURN -------------*/	
.flip {
    width: 100%;
    height: 220px;
	float:none;
	margin:0 0 20px 0;
}

.flip .card {
    width: 100%;
    height: 220px;
}
.flip .card .face {
   width: 100%;
   height: 220px;
}
	
/*------------- CONTENT4 -------------*/
.programBox{
	float:none;
	width:100%;
	height:auto;
	margin:0;
	margin-bottom:30px;
	}
}

/* --手機版型2-------------------------------------*/
@media screen and (max-width:479px) {
	
/*------------------- TOP -----------------*/
#TOP {
    width: 100%;
    height: 420px;
}	
#TOP, #FORM_BLOCK, #CONTENT1, #CONTENT2, #CONTENT3, #CONTENT4, #CONTENT5{
	min-width:320px;}
	
h2{border-radius:30px; font-size:19px;}

#PIC_block {
    position: absolute;
    width: 100%;
    bottom: -55px;
    left: 0%;
    z-index: 0;
	display: none;
}
#PIC_block img {
	display: block;
}

#TOP .WRAPPER .leftAll h2 {
    top: 260px;
    right: 0px;
    display: block;
    width: 95%;
    height: auto;
    text-align: center;   
    position: absolute;
    padding: 0px;
	z-index: -30;
}
	
.leftAll {
    position: absolute;
    max-width: inherit;
    top: 5%;
    left: 0;
}
/*------------- FORM_BLOCK -------------*/
#FORM_BLOCK{
	height:auto;}
	
#FORM_BLOCK .WRAPPER{width:100%;}

h4{font-size:21px;}
#GIFT p.ps{ font-size:15px;}
#FORM{width:100%;}
#FORM #NAME{width:100%;}	
#FORM #PHONE{width:100%;}	
#FORM #EMAIL{width:100%;}	
#FORM #CITY{ width:100%;}
#FORM #SCHOOL{width:100%;margin-left:0px;}       	
#READ{margin-top:5%; width:100%;}
#READ span{width:100%;}	
#FORM #BUT {margin-top:5%; width:100%;}


		#ddl_area_no {
		width: 100%;
		height: 40px;
		font-size: 16px;
		text-align: center;
		height: 35px;
		margin-top: 15px;
	}

/*------------- CONTENT2 -------------*/
#CONTENT2{height:auto;}

.data_science_Box{
	height:auto;
	padding-bottom:15px;
	}

.solutionBox, .data_science_Box{
	width: 100%;
	margin:0 1% 20px 1%;}
	
.data_science_Box img{display:none;}
				
/*------------- CONTENT3 -------------*/
#CONTENT3{height:auto;}

/*------------- CONTENT1 -------------*/
#flip_all{height:1030px;}
.flip {height: 240px;}
.flip .card {height: 240px;}
.flip .card .face {height: 240px;}
.trend img {float: none;width: 30%; margin: 0 auto;display: block;padding-bottom:20px ;}
.trend ul{width: 76%;}
.trend ul li{font-size: 16px;}
}
	

/* --手機版型3 5s-------------------------------------*/
@media screen and (max-width:320px) {

	#TOP {
		width: 100%;
		height: 300px;
	}	
	.leftAll {
		top: 15%;
	}

	#PIC_block{
		position: absolute;
		width: 100%;
		bottom: -50px;
		top:120px;
		left: 25%;
		z-index: -30;
		display: none;
	}

	
	
	#TOP .WRAPPER .leftAll h2 {
		top: 210px;
		right: 0px;
		display: block;
		width: 90%;
		height: auto;
		text-align: left;   
		position: absolute;
		padding: 0 100px 0 20px;
		z-index: -30;
		line-height: 1.5;
	}
		
	
}

/* --手機版型3 5s-------------------------------------*/
@media screen and (max-width:375px) {

	#PIC_block{
		position: absolute;
		width: 100%;
		bottom: -80px;
		top:200px;
		left: 0%;
		z-index: -30;
	}

	#PIC_block img {
		display: block;
	}
	
	#TOP .WRAPPER .leftAll h2 {
		top: 220px;
		right: 0px;
		display: block;
		width: 90%;
		height: auto;
		text-align: center;   
		position: absolute;
		padding: 0px;
		z-index: -30;
		line-height: 1.5;
	}
	
}

