@charset "utf-8";
/* CSS Document */
*{font-size:14px;font-family:"微软雅黑";color:#333;}
body,dl,dd,p{margin:0;}
a{text-decoration:none;transition:all 0.3s;}
img{display:block;}
input{margin:0;padding:0;border:none;outline:none;cursor:pointer;}
textaea{margin:0;padding:0;outline:none;}
h1,h2,h3{font-weight:normal;margin:0;}
ul{margin:0;padding:0;}
li{list-style:none;}
.clearfix{clear:both;}


/*header*/
.header{max-width:1000px; margin:0 auto; overflow:hidden;}
.header .logo{ float:left;margin-top:2px;}
.header .right{float:right; line-height:50px;text-align:right;}
.header .right a{font-size:14px;transition:all 0.4s;}
.header .right a:hover{color:#136ec9;}


/*banner*/
.banner{
	width:100%;
	height:700px;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
}
.banner_con{
	width:620px;
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-440px;
}
.banner_con h1{
	font-size:62px;
	font-weight:bold;
	color:#fff;
	margin-left:10px;
	text-shadow:5px 2px 6px #000;
}
.banner_text{
	background-color:rgba(1,24,65,0.75);
	padding:20px;
	margin-top:20px;
}
.banner_text p{
	font-size:16px;
	color:#fff;
	line-height:32px;
}
.banner_text a{
	color:#fff;
	float:right;
	border-bottom:#fff solid 1px;
}
.banner_text a:hover{
	color:#00f0fd;
	border-bottom:#00f0fd solid 1px;
}

.pc_box{
	max-width:1000px;
	margin: auto;
}

/*左边*/
.pc_l{
	width:74%;
	float:left;
	margin-top:30px;
}
.pc_l .pc_title{
	margin:0;
	border-bottom:#136ec9 solid 1px;
    padding-bottom:5px;
}
.pc_l .pc_title h1{
	font-size:20px;
	font-weight:bold;
	color:#111;
}
.pc_list li{
	border-bottom:#ccc solid 1px;
    padding:30px 5px 10px 5px;
}
.pc_list li a{
	font-size:18px;
	font-weight:bold;
	display:inline-block;
    width:520px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.pc_list li p{
	float:right;
	font-size:14px;
	font-weight:normal;
	color:#9f9f9f;
	margin-top:10px;
}
.pc_list li:hover{
	border-bottom:#3782e7 solid 1px;
}
.pc_list li:hover a{
	color:#3782e7;
}
.pc_more a{
	width:100%;
    height:38px;
    border:solid 1px #3782e7;
    text-align:center;
    line-height:38px;
    color:#3782e7;
    display:inline-block;
    margin-top:20px;
	cursor:pointer;
}
.pc_more:hover a{
	background:#3782e7;
	color:#fff;
}

/*右边*/
.pc_r{
	width:22%;
	float:right;
}
.pc_title{
	padding-bottom:5px;
    border-bottom:#ccc solid 1px;
	margin:30px 0 5px 0;
}
.pc_title img{
	width:24px;
	height:24px;
	float:left;
}
.pc_title h1{
	font-size:16px;
    font-weight:bold;
	line-height:24px;
	float:left;
	margin-left:5px;
}
.pc_label li{
	width:46%;
	float:left;
	margin:1%;
    text-align:center;
    line-height:30px;
    border:solid 2px #ccc;
	cursor:pointer;
    transition:all 0.3s;
}
.pc_label li:hover{
	color:#3782e7;
	border:#3782e7 solid 2px;
}
.pc_logo a{
	width:46%;
	float:left;
	margin:2%;
	border-radius:5px;
	overflow:hidden;
	background:#000;
}
.pc_logo a img{
	width:100%;
	transition:all 0.3s;
}
.pc_logo a:hover img{
	opacity:0.75;
}

.gg{
	max-width:220px;
	margin: auto;
	margin-bottom:10px;
}
.gg img{
	width:100%;
	height:60px;
}

@media(max-width:1000px){
	*{
		font-size:12px;
	}
	.banner{
		height:auto;
		padding-bottom:20px;
	}
	.banner_con{
		width:92%;
		margin: auto;
		position:initial;
	}
	.banner_con h1{
		font-size:42px;
		text-align:center;
		margin-left:0;
		line-height:70px;
	}
	.banner_text{
		margin-top:0;
	}
	.pc_l,.pc_r{
		width:96%;
		margin: auto;
		float:none;
	}
	.banner_text p{
		font-size:14px;
	}
	.pc_list li{
		padding:15px 5px 5px 5px;
	}
	.pc_list li a{
		width:100%;
		font-size:14px;
	}
	.pc_list li p{
		float:none;
		font-size:12px;
		text-align:right;
		margin:0;
	}
	.pc_logo a{
		width:21%;
	}
	.gg{
		max-width:94%;
	}
	.gg img{
		height:auto;
	}
}