
* {
	margin:0;
	padding:0;
}
body {
	font-family: '微软雅黑', serif;
	font-size:100%;
	margin: 0;
	padding: 0;
	color: #696969;

}
h1 {
	padding:15px 10px;
	line-height:40px;
	background:#696969;
}
h1 a {
	font-size:1.9em; 
	font-family: '微软雅黑', cursive;
	text-decoration:none;
	color:#ffffff;
	font-weight:normal;
}
h1 span {
	color:#f0ffbe;
}
h2 {
	font-family: '微软雅黑', cursive;
	font-size:1.3em;

	font-weight:inherit;
	text-transform:uppercase;
}
span {
	font-size:1em;
}
a img { 
	border: none;
}
a {
	color: #FFA500;
	text-decoration: underline; 
}
a:hover { 
	color: #8ab200;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;	
}
p {
	line-height:140%;
	padding-bottom:10px;
	font-size:0.9em;
	
}
.wrapperContainer1 {
	background: none repeat scroll 0 0 rgba(255,127,0, 0.60);
	
	
}
.wrapperContainer2 {  /*中间整体颜色调整*/
	background: none repeat scroll 0 0 rgba(255,255,255,0);
}
.wrapperContainer3 {
	background: none repeat scroll 0 0 rgba(69, 79, 95, 0.56);
}
.wrapper1{
	width:83.75%; /* 960px/1024px  */
	margin:0 auto;
	height:70px;
}
.wrapper {
	width:93.75%; /* 960px/1024px  */
	margin:0 auto;
	background: none repeat scroll 0 0 rgba(69, 79, 95, 0);
}
.welcome {
	margin-top:50px;
	background: none repeat scroll 0 0 rgba(255,127,0, 0);
}
.top1{
padding:1px,0,3px,0;
}


.camera_pag {
	text-align:center;
}
header {
	text-align:center;
	background:url(../image/headerBackground.jpg) repeat left top;
	padding-bottom:10px;
}
.logo {
	position:absolute;
	height:177px;
	float:left;
}
.logoTriangle {
	border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 40px solid #FFA500;
    height: 0;
    width: 0;
}

.mySlider {
	float:left;
	width:45%;
	height:70%;
	margin:3% 0;
}
.description {
	float:right;
	width:47%;
	margin:3% 0;
}


.head_Logo{
float:left;

margin:3% 0;
}


 
.button {
	text-align:right;
}
.boxex {
	width:95%;
	float:center;
	margin:20px 0 0 0;
}
.lastBox {
	width:900px;
	float:center;
	margin-right:0 !important;
}
.box {
	width:29%;
	float:left;
	margin-right:2%;
	background: none repeat scroll 0 0 rgba(255,127,0, 0.56);
	padding:1.5%;
}
.box img {
	padding:10px 0 0 0;
}
.box1{
	width:61%;
	float:left;
	margin-right:2%;
	background: none repeat scroll 0 0 rgba(105,105,105, 0.56);
	padding:1.5%;

}
.sidebar {
	float:right;
	width:22.916666666667%; /* 220px/960px */
	background: none repeat scroll 0 0 rgba(255,127,0, 0.56);
	margin:20px 0 0 0;
}
.sBox { 
	margin:20px 0 0 0;
}
.sBox h2 {
	background:url(../image/headerBackground.jpg) repeat left top;
	padding:0 3%;
}
.sBox ul {
	padding:0 3% 3% 3%;
}
.sBox li {
	list-style:none;
	width:100%;
	border-bottom:1px solid #1e1d1e;
}
.sBox li a {
	padding:10px 5px 10px 20px;
	background:url(../image/p.png) no-repeat 7px 16px;
	display:block;
	text-decoration:none;
	color:#7d7d7d;
}
.sBox li a:hover {
	padding:10px 5px 10px 20px;
	background: none repeat scroll 0 0 rgba(255,127,0, 0.7);
	color:#adadad;
}
footer {
	text-align: center;
	margin:20px 0 0 100px;
	padding:5;
}
		#footer1 { background:#39424f; width:100%  }
		#footer1 p { padding-top:10px; padding-bottom:10px; font-size:1rem; 
					color:#4b596c; height:2rem; line-height:2rem }

footer p {
	font-size:0.8571428571428571em; /* 12px/14px */
	float:left;
	padding:3px 50px 10px 5px;
}
.icons {
	float:right;
	padding:25px 10px 0 0;
}
.icons li {
	list-style:none;
	display:inline;
}
.clearfloat { 
	clear:both;
	height:12px;
	line-height: 0px;
}
/**************************/
/*********************************Begin main menu****************************************/
/**************************/
nav {
	text-align:center;
	float:right;
	margin:50px 0 0 0;
}
nav li {
	list-style:none;
	display:inline;
}
nav li a {
	font-family: '微软雅黑', cursive;
	text-shadow: none;
	color:#494747;
	text-transform:uppercase;
	text-decoration: none;
	padding:3px 10px;
	font-weight:bold;
}
nav li a:hover {
	color:#676767;
}
nav .active a {
	color:#ffffff;
	background-color:#FFA500;

}
nav select {
      display: none;
    }
select {
	width:200px;
}
/**************************/
/*********************************End main menu****************************************/
/**************************/
/*********************************Begin Media Queries****************************************/
/**************************/
/* for 960px or less */
@media screen and (max-width: 980px) {
	.wrapper {
		width:93.75%; /* 960px/1024px  */
		margin:0 auto;
	}
}
/* for 768px or less */
@media screen and (max-width: 768px) {
	.mySlider, .description, .boxex, .sidebar, footer p, footer .icons {
		float:none;
		width:auto;
	}
	footer p, footer .icons {
		padding:100px 50px;
	}
	footer {
		padding:10px 0;
	}
	.sidebar {
		margin-top:30px;
	}
	nav {
		text-align:center;
		margin:0;
	}
	nav li {
		list-style:none;
		width:100%;
	}
	nav li a {
		font-family: '微软雅黑', cursive;
		text-shadow: none;
		color:#8c8c8c;
		text-transform:uppercase;
		text-decoration: none;
		padding:3px 15px;
		font-weight:bold;
		display:block;
	}
	header {
		padding-bottom:20px;
	}
	.welcome {
		margin-top:30px;
	}
}
/* for 480px or less */
@media screen and (max-width: 480px) {
	h1 {
		padding:0;
	}
	.box {
		float:none;
		width:auto;
		margin-right:0;
	}
	header {
		padding-bottom:20px;
	}
	.welcome {
		margin-top:20px;
	}
	.logo {
		width:150px;
	}
	.logoTriangle {
		border-left: 75px solid transparent;
		border-right: 75px solid transparent;
		border-top: 40px solid #FFA500;
		height: 0;
		width: 0;
	}
	h1 {
		background: none repeat scroll 0 0 #FFA500;
		line-height: 40px;
		padding: 15px 0 !important;
	}
}
/**************************/
/*********************************End Media Queries****************************************/
/**************************/