body {
	width: 100%;
	margin: 0 auto;
	color: #000;
	background-color:  GhostWhite;
}

* {
	padding: 0;
	margin: 0
}

li,
ul {
	list-style: none
}

a {
	text-decoration: none;
	color: #000;
}

.clear {
	clear: both
}




.top {
	//border: 1px solid red;
	height: 300px;
	width: 100%;
	opacity: 0.8;
	margin: 0 auto;
	background: url('404.png');
	background-size: 100%;
}

.top-logo img{
	height: 240px;
	width: 100%;
	margin: 0px aut0;
}


.daohang {
	//border: 2px solid green;
	background-color: #0168B5;
	width: 100%;
	height: 50px;
	margin: 0px auto;
	float: left;
}

.daohang ul {
	list-style: none;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
}

.daohang ul li {
	line-height: 50px;
	text-align: center;
	position: relative;
	width: 12.5%;
	float: left;
}

.daohang a {
	text-decoration: none;
	color: white;
	display: block;
	width: 130px;
}

.daohang a:hover {
	color: #FFF;
	background-color: rgb(0, 65, 115);
}






.main {
	border-top: 3px solid #0168B5;
	border-bottom: 3px solid #0168B5;
	width: 1350px;
	height: 935px;
	margin: 0 auto;
}
.content_top{
	//border: 1px solid royalblue;
	width: 1340px;
	height: 930px;
	margin: 0 auto;
}

.content_one{
	width: 290px;
	height: 330px;
	margin: 10px;
	float: left;
	//background-color: #e7f1f4;
	border: 2px dotted	SkyBlue;
	border-radius:20px;
}

.one h2{
	display: block;
	width: 245px;
	height: 30px;
	margin: 13px 20px 7px 25px;
	font-size: 20px;
	border-bottom: solid 2px #0a84dd;
	float: left;
}
.one h2 a{
	margin-right: 20px;
	float: right;
	font-size: 14px;
	line-height: 30px;
	color: 	SlateGray;
}
.one h2 a:hover{
	font-size: 15px;
	color: 	#000;
}
.one_4{
	//border: 1px solid red;
	width: 240px;
	height: 270px;
	margin: 5px 25px;
	float: left;
}
.one_4 a{
	//border: 2px solid blue;
	border-radius:20px;
	width: 240px;
	height: 50px;
	margin: 8px 0px;
	background-color: #e7f1f4;
	font-size: 25px;
	text-align: center;
	line-height: 50px;
	float: left;
}
.one_4 a:hover{
	font-size: 28px;
	background-color: #0a84dd;
	color: #fff;
}





.content_two{
	width: 555px;
	height: 330px;
	margin: 10px 8px;
	float: left;
	//background-color: #e7f1f4;
	border: 2px dotted	SkyBlue;
	border-radius:20px;
}


.two h2{
	display: block;
	width: 500px;
	height: 30px;
	margin: 13px 20px 7px 25px;
	font-size: 20px;
	border-bottom: solid 2px #0a84dd;
	float: left;
}
.two h2 a{
	margin-right: 20px;
	float: right;
	font-size: 14px;
	line-height: 30px;
	color: 	SlateGray;
}
.two h2 a:hover{
	font-size: 15px;
	color: 	#000;
}

.two_img{
	//border: 1px solid red;
	width: 500px;
	height: 260px;
	margin: 5px 25px;
	float: left;
}


.two_img #container { 
    width: 500px; 
    height: 260px; 
    
    overflow: hidden; 
    position: relative; 
} 
.two_img #list { 
    width: 2500px; 
    height: 260px; 
    position: absolute; 
    z-index: 1; 
} 
.two_img #list img { 
    width: 500px; 
    height: 260px; 
    border-radius:15px;
    float: left; 
} 
.two_img #buttons { 
    position: absolute; 
    height: 10px; 
    width: 100px; 
    z-index: 2; 
    bottom: 20px; 
    left: 600px; 
} 
.two_img #buttons span { 
    cursor: pointer; 
    float: left; 
    border: 1px solid #fff;     
    width: 13px; 
    height: 13px; 
    border-radius: 50%; 
    background: #333; 
    margin: 0 8px; 
}
.two_img #buttons .on { 
    background: gainsboro; 
    opacity: 0.4;
} 
.arrow { 
    cursor: pointer; 
    display: none; 
    line-height: 38px; 
    text-align: center; 
    font-size: 36px; 
    font-weight: bold; 
    width: 45px; 
    height: 42px; 
    position: absolute; 
    z-index: 2; 
    top: 100px; 
    background-color: rgba(0, 0, 0, .3); 
    color: #fff; 
} 
.arrow:hover { 
    background-color: rgba(0, 0, 0, .7); 
} 
#container:hover .arrow { 
    display: block; 
} 
#prev{ 
    left: 20px; 
} 
#next{ 
    right: 20px; 
} 





















.content_three {
	width: 420px;
	height: 330px;
	margin: 10px;
	float: left;
	//background-color: #e7f1f4;
	border: 2px dotted	SkyBlue;
	border-radius:20px;
}

.three h2{
	display: block;
	width: 375px;
	height: 30px;
	margin: 13px 20px 7px 25px;
	font-size: 20px;
	border-bottom: solid 2px #0a84dd;
	float: left;
}
.three h2 a{
	margin-right: 20px;
	float: right;
	font-size: 14px;
	line-height: 30px;
	color: 	SlateGray;
}
.three h2 a:hover{
	font-size: 15px;
	color: 	#000;
}
.list{
	float: left;
	margin: 0px 20px 0px 25px;
	line-height: 30px;
}
.list li{
	color: #000;
	font-size: 16px;
	width: 375px;
}
.list span{
	float: right;
	margin-left: 5px;
}

.list li a:hover{
	text-decoration: underline;
}

.content_four {
	border: 1px solid salmon;
	width: 1310px;
	height: 205px;
	margin: 10px;
	float: left;
	//background-color: #e7f1f4;
	border: 2px dotted	SkyBlue;
	border-radius:20px;
}

.four h2{
	display: block;
	width: 1260px;
	height: 30px;
	margin: 13px 20px 7px 25px;
	font-size: 20px;
	border-bottom: solid 2px #0a84dd;
	float: left;
}
.four h2 a{
	margin-right: 20px;
	float: right;
	font-size: 14px;
	line-height: 30px;
	color: 	SlateGray;
}
.four h2 a:hover{
	font-size: 15px;
	color: 	#000;
}
.four_img{
	//border-left: 3px solid #0168B5;
	width: 1260px;
	height: 140px;
	margin: 3px 23px;
	font-size: 20px;
	float: left;
	text-align: center;
	overflow: hidden;
}
.con img{
	float: left;
        width: 190px;
	height: 140px;
	margin: 0px 5px;
	border-radius:5px;
}
.con{
	width: 2600px;
	height: 140px;
	overflow: hidden;
	animation: move 50s linear infinite normal;
	animation-fill-mode:forwards;
}
.con:hover{
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
}
@keyframes move{
	0%{transform:translateX(0px);}
	100%{transform:translateX(-1400px);}
}

.con li{
	float: left;
	list-style: none;
	overflow: hidden;
}




.content_bottom{
	border-left: 3px solid #0168B5;
	border-right: 3px solid #0168B5;
	width: 1320px;
	height: 50px;
	margin: 5px 10px;
	float: left;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
}
.content_bottom span{
	width: 1310px;
	height: 50px;
	margin: 5px 20px;
	font-size: 25px;
}
.content_bottom a{
	//border: 1px solid sandybrown;
	margin: 0px 40px;
}
.content_bottom a:hover{
	text-decoration: underline;
	font-size: 21px;
}


.footer {
	float: left;
	padding: 3px 0px;
	width: 100%;
	height: 90px;
	background-color: #0168B5;
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 28px;
	color: snow;
}
