/*css初始化*/
body, div ,a ,dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, th, td { margin:0; padding:0; }
body { font-size:14px; color:#000000; font-family:"microsoft yahei"; background:#fff;}
img{ border:0; display:inline-block;}
ol, ul { list-style:none; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
em,i{ font-style:normal; }
input,button,select,textarea{ outline:none; border:none; _border:0;} 
textarea { resize:none; }
a { color: #666666; text-decoration:none; }
a:hover { color:#666666; text-decoration:none;}



html,body{
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.container{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.container .page{
	width: 100%;
	height: 100%;
	position: relative;
}
.gps{position: absolute;right: 10px;top:50%;list-style: none;}
.gps li{width: 10px;height: 10px;border-radius: 50%;margin-bottom: 10px; border: 1px solid #ccc;}
.gps li.current{width: 10px;height: 10px; background: #ccc;}



.header{
	height: 90px;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 3px #999;
	position: fixed;
	z-index: 999;
}
.nav{
	height: 60px;
	padding: 15px 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.nav-in{
	display: inline-block;
}
.nav-in ul{
	height: 60px;
	overflow: hidden;
}
.nav-in li{
	float: left;
	line-height: 60px;
	height: 60px;
	padding: 0 20px;
	cursor:pointer;
}
.nav-in li a{
	display: block;
	height: 60px;
}
.nav-in li img{
	width: 60px;
	float: left;
	margin-right: 10px;
}
.nav-in li i{
	font-size: 16px;
	float: left;
}
@media screen and (max-width:990px ) {
.header{
	height: 70px;
}
.nav{
	height: 50px;;
	padding: 10px 0;
}
.nav-in ul{
	height: 50px;
}
.nav-in li{
	line-height: 50px;
	height: 50px;
	padding: 0 10px;
}
.nav-in li a{
	height: 50px;
}
.nav-in li img{
	width: 50px;
}
.nav-in li i{
	font-size: 16px;
	float: left;
}
}
@media screen and (max-width:768px ) {
.header{
	height: 60px;
}
.nav{
	height: 40px;;
	padding: 10px 0;
}
.nav-in ul{
	height: 40px;
}
.nav-in li{
	line-height: 40px;
	height: 40px;
	padding: 0 3px;
}
.nav-in li a{
	height: 40px;
}
.nav-in li img{
	display: none;
}
.nav-in li i{
	font-size: 14px;
	float: left;
}
}


/*第一屏*/
.box1{
	background:url(../img/Internship_bg.png) no-repeat center;
	background-size: cover;
	display: table;
	text-align: center;
}
.box{
	display: table-cell;
	vertical-align: middle;
}
.cpxq-con img{
	width: 700px;
}
.cpxq-con p{
	color: #fff;
	padding:0 160px;
	font-size: 16px;
	text-indent: 2em;
	text-align: left;
	padding-top: 20px;
}
@media screen and (max-width:990px ) {
.cpxq-con img{
	width: 80%;
}
.cpxq-con p{
	color: #fff;
	padding:0 50px;
	font-size: 14px;
	text-indent: 2em;
	text-align: left;
	padding-top: 20px;
}
}
@media screen and (max-width:768px ) {
.cpxq-con img{
	width: 90%;
}
.cpxq-con p{
	color: #fff;
	padding:0 20px;
	font-size: 14px;
	text-indent: 2em;
	text-align: left;
	padding-top: 20px;
}
}



/*第二屏*/
.box2{
	display: table;
	text-align: center;
	background:#bae9dc;
}
.box{
	display: table-cell;
	vertical-align: middle;
}
.cq-all{
	display: inline-block;
}
.cq-tow{
	float: left;
	padding: 30px 0;
}
.cq-bt{
	font-size: 20px;
	color: #ee7603;
	font-weight: bold;
}
.cq-bt em{
	font-size: 30px;
}
.cq-nr{
	margin: 30px 0;
}
.cq-nr p{
	margin: 10px 0;
}
.cq-r{
	float: left;
}
.cq-r img{
	width: 400px;
}
@media screen and (max-width:990px ) {
.cq-tow{
	float: left;
	width: 50%;
	padding: 30px 20px;
}
.cq-r{
	float: left;
	width: 40%;
}
.cq-r img{
	width: 90%;
}
}
@media screen and (max-width:768px ){
.cq-tow{
	float: left;
	width: 100%;
	padding: 0;
}
.cq-nr{
	padding: 0 20px;
	margin: 20px 0;
}
.cq-r{
	display: none;
}
.cq-bt{
	font-size: 16px;
	color: #ee7603;
	font-weight: bold;
}
.cq-bt em{
	font-size: 20px;
}
.cq-nr p{
	margin: 0;
}
}


/*第三屏*/
.box3{
	display: table;
	text-align: center;
	background:#eaf4f4;
}
.mhrk{
	display:inline;
}
.mhrk-r,.mhrk-l{
	display: inline;

}
.mhrk-r img{
	width:43%;
}
.mhrk-l img{
	width:43%;
}
.mhrk-l{
	margin-right: -150px;
}
@media screen and (max-width:990px ){
.mhrk-r img{
	width:50%;
}
.mhrk-l img{
	width:50%;
}
.mhrk-l{
	margin-right: -120px;
}
}
@media screen and (max-width:768px ){
.mhrk-r{
	display: none;
}
.mhrk-l img{
	width:90%;
}
.mhrk-l{
	margin-right: 0;
}
}


.box6{
	background: #74d1dc;
	display:table;
	text-align: center;
	margin-bottom: 100px;
}
.pic_show{
	margin-top: 100px;
}
.pic_show h3{
	font-size: 20px;
	color: #fff;
	padding:  0 20px;
}
.pic_show img{
	width: 80%;
}
@media screen and (max-width:990px ){
.pic_show h3{
	font-size: 16px;
	color: #fff;
}
.pic_show{
	margin-top: 0;
}
}


/*第四屏*/
.box4{
	background:url(../img/bg.png) no-repeat;
	background-size: cover;
	display:table;
	text-align: center;
}
.dow{

}

.dow-b{
	float:left;
	width:60%;
}
.dow-tt img{
	width:45%;
}
.dow-b-b{
	display:inline-block;
}
.dow-b-l,.dow-b-r{
	float:left;
}

.dow-b-l img,.dow-b-r img{
	width:100px;
	margin: 8px 40px;
}
.dow-b-l a,.dow-b-r a{
	display:block;
}
.dow-b-l a img,.dow-b-r a img{
	width:90px;
}
.dow-right{
	float:left;
	width:40%;
}
.dow-right img{
	width:60%;
	margin-right: -150px;
}
@media screen and (max-width:990px ) {
.dow-b-l,.dow-b-r{
	width:50%;
}
.dow-tt img{
	width:70%;
}
.dow-b-l img,.dow-b-r img{
	width:40%;
	margin:10px 0;
}
.dow-b-l a img,.dow-b-r a img{
	width:38%;
}
.dow-right img{
	width:75%;
	margin-right: 0;
}
}
@media screen and (max-width:768px ) {
.dow-b{
	float:left;
	width:100%;
}
.dow-b-l,.dow-b-r{
	width:50%;
}
.dow-tt img{
	width:75%;
}
.dow-b-l img,.dow-b-r img{
	width:45%;
	margin:10px 0;
}
.dow-b-l a img,.dow-b-r a img{
	width:40%;
}
.dow-right{
	display:none;
}
}



/*第五屏*/
.box5{
	display: table;
	text-align: center;
	background-color:#f5f4ff;
}
.serve-l img{
	width:600px;
}
.serve-b{
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
}
.bott{
	height:40px;
	line-height: 40px;
	color:#e1e1e1;
	background:#212336;
	text-align: center;
	position:absolute;
	bottom:0;
	width:100%;
}
@media screen and (max-width:990px ){
.serve-l img{
	width:70%;
}
.bott p{
	font-size: 12px;
}
}
@media screen and (max-width:768px ){
.serve-b{
	font-size: 16px;
}
}

.gps li{
	cursor: pointer;
}





