/*公共样式*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
	margin: 0;
	padding: 0;
	user-select:none;
	font-family: "微软雅黑";
	-webkit-font-smoothing:antialiased
}
a{ 
	display: block;
	text-decoration:none; 
	color:#333; 
}
ul,ol {
	list-style: none;
}
li{
	list-style-type: none;
}
input, textarea {
	outline: none;
	border: none;
}
textarea {
	resize: none;
	overflow: auto;
}
p{
	max-height: 999999px;
}
button{
	outline: none;
}
img{
	display: block;
}
#box{
	width: 100%;
	min-width: 1200px;
}


/*============分割线===============*/
/*顶部*/
.up_box{
	background-color: #ddd;
}
.up_centent{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	color: #666;
	padding: 12px 0;
}
.up_centent div{
	display: flex;
}
.up_centent div a{
	color: #666;
}
.up_centent div a{
	margin: 0 24px; 
}
.up_centent div a:hover{
	color: #1c7cf3;
}

/*logo展示*/
.logo_box{
	width: 1200px;
	margin: 0 auto;
	padding: 25px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo_img{
	width: 259px;
}
.logo_img img{
	width: 100%;
}
.logo_box1{
	display: flex;
}
.logo_box1_img{
	width: 54px;
	margin-right: 16px;
}
.logo_box1_img img{
	width: 100%;
}
.logo_p{
	font-size: 29.89px;
	color: #1c7cf3;
}
.logo_box1_div p:nth-child(1){
	font-size: 14px;
	color: #111;
}
.logo_box1_div p:last-child{
	font-size: 29.89px;
	color: #111;
}

/*导航栏*/
.nav_box{
	background-color: #1c7cf3;
}
.nav_centent{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.nav_centent li{
	width: 10%;
	text-align: center;
	font-size: 16px;
	position: relative;
}
.nav_centent li a{
	padding: 17px 0;
	text-align: center;
	color: #fff;
}
.nav_centent li div{
	display: none;
	z-index: 10;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #1c7cf3;

}
.nav_centent li:hover{
	background-color: #145ebd;
}
.nav_centent li div a:hover{
	background-color: #145ebd;
}
.nav_a{
	background-color: #145ebd;
}

/*焦點圖*/
.focus_map img{
	width: 100%;
}

/*位置*/
.address_box{
	width: 1200px;
	margin: 46px auto 30px;
	font-size: 16px;
	color: #333;
	display: flex;
}
.address_box div{
	margin-right: 12px;
}
.address_box span{
	margin: 0 12px;
}
.address_box a{
	font-size: 16px;
	color: #333;
}
.address_box a:hover{
	color: #1c7cf3;
}

/*列表*/
.list_box{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.list_box1{
	width: 255px;
}
.list_box1_box{
	border: 1px solid #e5e5e5;
}
.list_box1_title{
	font-size: 24px;
	color: #fff;
	background-color: #1c7cf3;
	text-align: center;
	padding: 18px 0;
}
.list_box1_box ul li{
	position: relative;
}
.list_box1_div{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 14px;
	color: #111;
	padding: 16px 0;
	background-color: #eee;
	border-bottom: 1px solid #e5e5e5;
}
.list_box1_div p{
	margin-right: 52px;
}
.list_box1_div div{
	margin-right: 40px;
}
.list_hide{
	display: none;
}
.list_hide a{
	padding: 12px 0;
	font-size: 14px;
	color: #111;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.list_hide a:last-child{
	border-bottom: 0;
}
.list_li{
	background-color: #5fa2f5;
	color: #fff !important;
}
.list_box1_div:hover{
	background-color: #5fa2f5;
	color: #fff;
}
.list_hide a:hover{
	background-color: #5fa2f5;
	color: #fff;
}
.list_box2{
	width: 900px;
	display: flex;
	flex-wrap: wrap;
}
.list_box2_list{
	width: 32%;
	border: 2px solid #d1d1d1;
	margin-right: 12px;
	margin-bottom: 38px;
}
.list_box2_list:nth-child(3n){
	margin-right: 0;
}
.list_box2_img{
	overflow: hidden;
}
.list_box2_img img{
	width: 100%;
	transition: all 0.6s;
}
.list_box2_list p{
	font-size: 14px;
	color: #111;
	text-align: center;
	padding: 13px 0;
}
.list_box2_list:hover img{
	transform: scale(1.1);
}
.list_box2_list:hover p{
	color: #1c7cf3;
}

/*分页*/
.page_box{
	display: flex;
	justify-content: center;
	font-size: 16px;
	margin: 50px 0;
}
.page_box button{
	background-color: #fff;
	border: 1px solid #1c7cf3;
	color: #1c7cf3;
	padding: 14px 25px;
}
.page_box a{
	background-color: #fff;
	border: 1px solid #1c7cf3;
	color: #1c7cf3;
	padding: 14px 17px;
	margin: 0 40px;
}
.page_box button:hover{
	background-color: #1c7cf3;
	color: #fff;
}

/*底部*/
.base_box{
	background-color: #1c7cf3;
}
.base_centent{
	width: 1200px;
	margin: 0 auto;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.base_logo{
	width: 240px;
	margin-bottom: 15px;
}
.base_logo img{
	width: 1005；
}
.base_code{
	display: flex;
	justify-content: space-between;
}
.base_code p{
	font-size: 14px;
	text-align: center;
	margin-top: 8px;
}
.base_box2{
	width: 400px;
	display: flex;
	justify-content: space-between;
}
.base_box2_list a{
	font-size: 18px;
	color: #fff;
	margin-bottom: 50px;
}
.base_box2_list a:last-child{
	margin-bottom: 0;
}
.base_box2_list a:hover{
	color: #ccc;
}
.base_box3 p{
	font-size: 16px;
	margin-bottom: 30px;
	display: flex;
}
.base_box3 p:last-child{
	margin-bottom: 0;
}
.base_box3 p span{
	display: block;
	width: 10px;
	height: 1px;
}

/*版權*/
.copyright_box{
	background-color: #145ebd;
	padding: 15px 0;
	display: flex;
	justify-content: center;
	font-size: 14px;
	color: #fff;
}
.copyright_box p:nth-child(1){
	margin-right: 55px;
}
.copyright_box p span{
	margin: 0 9px;
}