
body{margin:0;padding:0;font-size:12px;background-color:#fff;font-family:"微软雅黑";}
img{border:none;}
a{text-decoration:none;}
li{list-style:none;}
p,h1,h2,h3,h4,h5,h6,ul,li,img,form{margin:0;padding:0;}
h1,h2,h3,h4,h5{font-size:14px;font-weight:900;}	
.clear{clear:both;}


/*Banner*/
#SolidBannerBG{
	width: 100%;
	height: 600px;
	background: #000000 url(images/SolidWorksBannerBG.png) no-repeat top;
}
#SolidBanner{
	width: 1480px;
	margin: 0 auto;
}
/*BannerOver*/

/*why*/
#SolidWhy{
	width: 1480px;
	margin: 0 auto;
}
#SolidWhy h2{
	font-size: 30px;
	text-align: center;
	line-height: 60px;
}
#SolidWhy p{
	text-align: center;
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 20px;
}
#SolidWhy li{
	float: left;
	margin-right: 20px;
}
#SolidWhy li:nth-of-type(3){
	margin-right: 0;
}
#SolidWhy a{
	display: block;
	background: #000000;
	width: 300px;
	height: 50px;
	color: #FFFFFF;
	text-align: center;
	font-size: 22px;
	line-height: 50px;
	margin: 20px auto 50px;
	transition: .3s;
}
#SolidWhy a:hover{
	background: #333333;
}
/*whyOver*/

/*lingyu*/
#SolidlingyuBG{
	width: 100%;
	height: 600px;
	padding: 50px 0;
	background: url(images/SolidWorksLingyuBg.png) no-repeat top;
}
#Solidlingyu{
	width: 1480px;
	margin: 0 auto;
	text-align: center;
}
#Solidlingyu h2{
	text-align: center;
	font-size: 30px;
	color: #FFFFFF;
	margin-bottom: 40px;
}
#Solidlingyu img{
	display: block;
	width: 640px;
	margin: 0 auto 20px;
}

.TabImg{
	animation: HDB 1s forwards;
	opacity: 0;
}
@keyframes HDB{
	from{opacity: 0;}
	to{opacity: 1;}
}
#Solidlingyu li{
	float: left;
	width: 200px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	text-align: center;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 24px;
	margin-right: 20px;
	cursor: pointer;
	background: transparent;
	transition: .3s;
}
#Solidlingyu li:nth-of-type(4){
	margin-right: 0;
}
#Solidlingyu li:hover{
	background: #FFFFFF;
	color: #333333;
}
.SolidLingyuBox{
	width: 860px;
	margin: 0 auto;
}
/*lingyuOver*/

/*薪资*/
#SolidWelfare{
	width: 1480px;
	margin: 0 auto;
	text-align: center;
	padding: 30px;
}
#SolidWelfare h2{
	text-align: center;
	font-size: 30px;
	line-height: 60px;
}
#SolidWelfare p{
	text-align: center;
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 20px;
}
/*薪资结束*/


/*tese*/
#SolidTeseBG{
	width: 100%;
	height: 500px;
	padding: 50px 0;
	background: url(images/SolidWorksteseBG.png) no-repeat top;
}
#SolidTese{
	width: 1480px;
	margin: 0 auto;
}
#SolidTese h2{
	text-align: center;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 60px;
	margin-bottom: 60px;
}
#SolidTese li{
	float: left;
	width: 282px;
	height: 159px;
	background: url(images/SolidWorksteseIcon01.png) no-repeat top;
	text-align: center;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 36px;
	padding-top: 86px;
	margin: 0 105px 60px;
}
#SolidTese a{
	display: block;
	width: 290px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 22px;
	background: #0068b7;
	margin: 0 auto;
	border-radius: 10px;
	transition: .3s;
}
#SolidTese a:hover{
	background: #0089f1;
}
/*teseOver*/

/*Class*/
#SolidCalss{
	width: 1480px;
	margin: 0 auto;
	padding: 30px 0;
}
#SolidCalss h2{
	font-size: 30px;
	text-align: center;
	color: #000000;
	line-height: 60px;
}
#SolidCalss li{
	float: left;
	width: 730px;
	height: 217px;
	background: #f0eeee;
	margin-bottom: 20px;
	margin-right: 20px;
}
#SolidCalss li:nth-of-type(even){
	margin-right: 0;
}
#SolidCalss li img{
	display: block;
	float: left;
}
.SolidClassTxt{
	float: right;
	width: 450px;
	padding: 15px;
}
.SolidClassTxt h6{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 400;
}
.SolidClassTxt p{
	font-size: 14px;
	line-height: 24px;
}
/*ClasOver*/

/*Down*/
#SolidDownBG{
	width: 100%;
	height: 500px;
	background: url(images/SolidWorksDownBanner.png) no-repeat top;
}
#SolidDown{
	width: 1480px;
	margin: 0 auto;
	text-align: center;
	padding-top: 48px;
}
/*DownOver*/









/*响应式*/

/*ipad*/

@media screen and (min-width:768px) and (max-width:991px){
	img{
		max-width: 100%;
	}
	/*Banner*/
#SolidBannerBG{
	width: 100%;
	height: auto;
	background: none;
}
#SolidBanner{
	width: 100%;
	margin: 0 auto;
}
/*BannerOver*/

/*why*/
#SolidWhy{
	width: 100%;
	margin: 0 auto;
}
#SolidWhy br{
	display: none;
}
#SolidWhy h2{
	font-size: 30px;
	text-align: center;
	line-height: 60px;
}
#SolidWhy p{
	width: 90%;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	margin:0 auto 20px;
}
#SolidWhy li{
	width: 30.3333%;
	float: left;
	margin:0 1.5%;
}
#SolidWhy li:nth-of-type(3){
	margin-right: 1.5%;
}
#SolidWhy a{
	display: block;
	background: #000000;
	width: 260px;
	height: 50px;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	margin: 20px auto 30px;
	transition: .3s;
}
#SolidWhy a:hover{
	background: #333333;
}
/*whyOver*/

/*lingyu*/
#SolidlingyuBG{
	width: 100%;
	height: 600px;
	padding: 50px 0;
	background: url(images/SolidWorksLingyuBg.png) no-repeat top;
}
#Solidlingyu{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#Solidlingyu h2{
	text-align: center;
	font-size: 30px;
	color: #FFFFFF;
	margin-bottom: 40px;
}
#Solidlingyu img{
	display: block;
	max-width: 100%;
	margin: 0 auto 20px;
}

#Solidlingyu li{
	float: left;
	width: 20%;
	height: 50px;
	box-sizing:initial;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	text-align: center;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 24px;
	margin: 0 2.5%;
	cursor: pointer;
	background: transparent;
	transition: .3s;
}
#Solidlingyu li:nth-of-type(4){
	margin-right: 0;
}

.SolidLingyuBox{
	width: 100%;
	margin: 0 auto;
}
/*lingyuOver*/


/*薪资*/
#SolidWelfare{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}
#SolidWelfare h2{
	text-align: center;
	font-size: 30px;
	line-height: 60px;
}
#SolidWelfare p{
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 20px;
}
#SolidWelfare img{
	width: 90%;
}
/*薪资结束*/


/*tese*/
#SolidTeseBG{
	width: 100%;
	height: auto;
	padding: 50px 0;
	background: url(images/SolidWorksteseBG.png) no-repeat top;
}
#SolidTese{
	width: 100%;
	margin: 0 auto;
}
#SolidTese h2{
	text-align: center;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 60px;
	margin-bottom: 60px;
}
#SolidTese li{
	float: left;
	width: 30.3333%;
	height: 159px;
	background: url(images/SolidWorksteseIcon01.png) no-repeat top;
	background-size: contain;
	text-align: center;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 36px;
	padding-top: 66px;
	margin: 0 1.5%;
}
#SolidTese a{
	display: block;
	width: 290px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 22px;
	background: #0068b7;
	margin: 0 auto;
	border-radius: 10px;
	transition: .3s;
}
#SolidTese a:hover{
	background: #0089f1;
}
/*teseOver*/

/*Class*/
#SolidCalss{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}
#SolidCalss h2{
	font-size: 30px;
	text-align: center;
	color: #000000;
	line-height: 60px;
}
#SolidCalss li{
	float: none;
	width: 96%;
	height: 217px;
	background: #f0eeee;
	margin:0 auto 20px;
}
#SolidCalss li:nth-of-type(even){
	margin:0 auto 20px;
}
#SolidCalss li img{
	display: block;
	float: left;
}
.SolidClassTxt{
	float: right;
	width: 60%;
	padding: 5px;
}
.SolidClassTxt h6{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 400;
}
.SolidClassTxt p{
	font-size: 14px;
	line-height: 24px;
}
/*ClasOver*/

/*Down*/
#SolidDownBG{
	width: 100%;
	height: auto;
	background: url(images/SolidWorksDownBanner.png) no-repeat top;
}
#SolidDown{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 48px 0;
}
/*DownOver*/



}









/*ipad*/

@media screen and (max-width:767px){
	img{
		max-width: 100%;
	}
	/*Banner*/
#SolidBannerBG{
	width: 100%;
	height: auto;
	background: none;
}
#SolidBanner{
	width: 100%;
	margin: 0 auto;
}
/*BannerOver*/

/*why*/
#SolidWhy{
	width: 100%;
	margin: 0 auto;
}
#SolidWhy br{
	display: none;
}
#SolidWhy h2{
	font-size: 22px;
	text-align: center;
	line-height: 50px;
}
#SolidWhy p{
	width: 90%;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin:0 auto 20px;
}
#SolidWhy li{
	width: 30.3333%;
	float: left;
	margin:0 1.5%;
}
#SolidWhy li:nth-of-type(3){
	margin-right: 1.5%;
}
#SolidWhy a{
	display: block;
	background: #000000;
	width: 60%;
	height: 30px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	margin: 10px auto 30px;
	transition: .3s;
}
#SolidWhy a:hover{
	background: #333333;
}
/*whyOver*/

/*lingyu*/
#SolidlingyuBG{
	width: 100%;
	height: auto;
	padding: 50px 0;
	background: url(images/SolidWorksLingyuBg.png) no-repeat top;
}
#Solidlingyu{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#Solidlingyu h2{
	text-align: center;
	font-size: 30px;
	color: #FFFFFF;
	margin-bottom: 40px;
}
#Solidlingyu img{
	display: block;
	max-width: 100%;
	margin: 0 auto 20px;
}

#Solidlingyu li{
	float: left;
	width: 23%;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 16px;
	margin: 0 1%;
	cursor: pointer;
	background: transparent;
	transition: .3s;
}
#Solidlingyu li:nth-of-type(4){
	margin-right: 0;
}

.SolidLingyuBox{
	width: 100%;
	margin: 0 auto;
}
/*lingyuOver*/


/*薪资*/
#SolidWelfare{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}
#SolidWelfare h2{
	text-align: center;
	font-size: 22px;
	line-height: 60px;
}
#SolidWelfare p{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
#SolidWelfare img{
	width: 90%;
}
#SolidWelfare br{
	display: none;
}
/*薪资结束*/


/*tese*/
#SolidTeseBG{
	width: 100%;
	height: auto;
	padding: 50px 0;
	background: url(images/SolidWorksteseBG.png) no-repeat top;
}
#SolidTese{
	width: 100%;
	margin: 0 auto;
}
#SolidTese h2{
	text-align: center;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 60px;
	margin-bottom: 20px;
}
#SolidTese li{
	float: left;
	width: 30.3333%;
	height: 100px;
	background: url(images/SolidWorksteseIcon01.png) no-repeat top;
	background-size: contain;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	padding-top: 40px;
	margin: 0 1.5%;
}
#SolidTese a{
	display: block;
	width: 60%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 16px;
	background: #0068b7;
	margin: 0 auto;
	border-radius: 10px;
	transition: .3s;
}
#SolidTese a:hover{
	background: #0089f1;
}
/*teseOver*/

/*Class*/
#SolidCalss{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}
#SolidCalss h2{
	font-size: 22px;
	text-align: center;
	color: #000000;
	line-height: 60px;
}
#SolidCalss li{
	float: none;
	width: 96%;
	height: auto;
	background: #f0eeee;
	margin:0 auto 20px;
}
#SolidCalss li:nth-of-type(even){
	margin:0 auto 20px;
}
#SolidCalss li img{
	display:none;
	float: none;
}
.SolidClassTxt{
	float: none;
	width: 90%;
	padding:10px 0;
	margin: 0 auto;
}
.SolidClassTxt h6{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 400;
}
.SolidClassTxt p{
	font-size: 14px;
	line-height: 24px;
}
/*ClasOver*/

/*Down*/
#SolidDownBG{
	width: 100%;
	height: auto;
	background: url(images/SolidWorksDownBanner.png) no-repeat top;
}
#SolidDown{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 48px 0;
}
/*DownOver*/



}