@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_bg{
	width:100%;
}
.banner_bg .banner_box{
    max-width:1000px;
    margin: auto;
    position:relative;
}
.banner_box .banner_bt, .banner_box .banner_text{
    position:absolute;
    left:0;
}
.banner_box .banner_bt{
	left: 50%;
    top:160px;
}
.banner_box .banner_bt h1{
	width: 700px;
	padding-left: 200px;
	font-size: 60px;
    font-weight:bold;
    color:#fff;
    text-shadow:5px 2px 6px #000;
    letter-spacing:5px;
}
.banner_box .banner_bt h2{
	width: 700px;
	padding: 30px 0 0 60px;
	font-size: 40px;
    font-weight:bold;
    color:#fff;
    text-shadow:5px 2px 6px #000;
    letter-spacing:5px;
}
.banner_box .banner_bt p{
	font-size:40px;
    font-weight:bold;
    color:rgb(255, 0, 0);
    text-shadow:5px 2px 6px #333;
    letter-spacing:5px;
}
.banner_box .banner_text{
    width:60%;
    background:rgba(33,52,131,.75);
	padding:20px;
	left: 52%;
    top:350px;
}
.banner_box .banner_text p{
    color:#fff;
    line-height:30px;
}
.banner_box .banner_text a{
    color:#fff;
    border-bottom:#fff solid 1px;
}
.banner_box .banner_text a:hover{
    color:#1e90ff;
    border-bottom:#1e90ff solid 1px;
}

.tt{
	max-width:1000px;
	margin: auto;
	margin-top:10px;
}
.tt li{
	text-align:center;
	padding:10px 0;
	margin:10px 0;
	transition:all 0.3s;
}
.tt li a{
	font-size:24px;
	font-weight:bold;
	color:#111;
}
.tt li:hover{
	background:dodgerblue;
}
.tt li:hover a{
	color:#fff;
}

.pc_box{
	max-width:1000px;
	margin: auto;
}
.swiper-slide{
	height:200px;
	overflow:hidden;
}
.swiper-slide img{
	width:100%;
}

/*左边*/
.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{
	width: 95%;
	font-size:28px;
	font-weight:bold;
	color:red;
}
.pc_l .pc_title h1 a{
	float: right;
}
.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;
}

.zj_nav{
	display:flex;
}
.zj_nav li{
	flex:1;
	font-size:20px;
	text-align:center;
	padding:4px 0;
	cursor:pointer;
	transition:all .3s;
}
.zj_nav li:hover{
	color:#fff;
	background:#3782e7;
}
.zj_nav .current{
	color:#fff;
	background:#3782e7;
}

.bb{
	width: 100%;
	overflow: hidden;
}
.bb h2{
	font-size: 20px;
	color: rgb(47, 25, 241);
	border-bottom: 3px solid rgb(66, 116, 252);
   	margin: 0;
    float: left;
    width: 10%;
    text-align: center;
	line-height: 42px;
	cursor: pointer;
}
.bb .current{
	background: rgb(47, 25, 241);
	color: white;
	border-bottom-color:rgb(47, 25, 241);
}
#mt{
    width:100%;
}
#mt li{
    border-bottom:#ccc solid 1px;
    margin-bottom:20px;
    transition:all 0.5s;
}
#mt li a{
	width: 570px;
    color:black;
    line-height:40px;
    transition:all 0.5s;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
#mt span{
    float:right;
    line-height:40px;
    color:#555;
}
#mt li:hover span{
    color:#FD746A;
}
#mt li:hover{
    border-bottom:#FD746A solid 1px;
}
#mt li:hover a{
    color:#FD746A;
}
.you{
	line-height: 50px;
	text-align: center;
	background: rgb(13, 171, 245);
	transition:all 0.4s;
	font-size: 18px;
	color: white;
}
.you:hover{
	background: #FD746A;
	cursor: pointer;
}
/*右边*/
.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{
	width: 80%;
	font-size:16px;
    font-weight:bold;
	line-height:24px;
	float:left;
	margin-left:5px;
}
.pc_title h1 a{
	float: right;
}
.pc_title h1 a:hover{
	color: #1e90ff;
}
.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%;
	height:60px;
	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%;
	border-radius:4px;
}

@media(max-width:1000px){
	*{
		font-size:12px;
	}
	.banner_bg{
        height:auto;
    }
    .banner_box .banner_bt, .banner_box .banner_text{
        position:initial;
    }
    .banner_box .banner_bt{
        text-align:center;
        line-height:40px;
    }
    .banner_box .banner_bt h1{
        font-size:30px;
    }
	.banner_box .banner_bt p{
		font-size:22px;
		line-height:60px;
		letter-spacing:normal;
	}
    .banner_box .banner_text{
		width:80%;
        margin: auto;
    }
	.pc_box{
		margin-top:20px;
	}
	.pc_l,.pc_r{
		width:96%;
		margin: auto;
		float:none;
	}
	.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;
	}
	.tt{
		margin-bottom:20px;
	}
	.tt li{
		text-align:left;
		padding:10px;
	}
	.tt li a{
		font-size:16px;
	}
}