@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:#fa9523;}


/*banner*/
.banner_bg{
    width:100%;
    height:500px;
    background:url("images/bg.jpg") center no-repeat;
}
.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{
    top:120px;
}*/
.banner_box .banner_bt {
               /* width: 1135px;*/
                position: absolute;
                left: -120px;
                top: 120px;
            }
.banner_box .banner_bt h1{
    font-size:60px;
    font-weight:bold;
    color:#fff;
    text-shadow:5px 2px 6px #000;
    letter-spacing:10px;
}
.banner_box .banner_bt p{
	font-size:32px;
    font-weight:bold;
    color:#111;
    letter-spacing:5px;
}
.banner_box .banner_text{
    width:60%;
    background:rgba(111,108,103,.75);
    padding:20px;
    top:200px;
}
.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:#fa9523;
}
.tt li:hover a{
	color:#fff;
}

.pc_box{
	max-width:1000px;
	margin: auto;
}
.swiper-container{
    width: 100%;
    margin: 15px 0;
    height: 440px
}
.swiper-container img{
	width: 100%;
}

/*左边*/
.pc_l{
	width:65%;
	float:left;
	margin-top:30px;
}
.pc_l .pc_title{
	border-bottom:#fa9523 solid 1px;
    padding-bottom:5px;
}
.pc_l .pc_title:first-child{
	margin:0;
}
.pc_l .pc_title h1{
	font-size:20px;
	font-weight:bold;
	color:#111;
}
.pc_nav{
	display:flex;
	justify-content:space-between;
	border-bottom:#fa9523 solid 1px;
}
.pc_nav li{
	flex:1;
	font-size:18px;
    font-weight:bold;
    text-align:center;
    padding:5px 0;
	cursor:pointer;
	transition:all .3s;
}
.pc_nav li:hover{
	color:#fff;
	background:#fa9523;
}
.pc_nav .current{
	color:#fff;
	background:#fa9523;
}
.pc_img{
	margin-top:10px;
}
.pc_img li{
	display:none;
}
.pc_img li img{
	width:100%;
}
.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:502px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.pc_list li .s{
	font-size: 18px;
	color:#D59300;
	
}
.pc_list li:hover .s{
	font-size: 18px;
	color: #1296DB
}
.pc_list li p{
	float:right;
	font-size:14px;
	font-weight:normal;
	color:#9f9f9f;
	margin-top:10px;
}
.pc_list li:hover{
	border-bottom:#fa9523 solid 1px;
}
.pc_list li:hover a{
	color:#fa9523;
}
.pc_more a{
	width:100%;
    height:38px;
    border:solid 1px #fa9523;
    text-align:center;
    line-height:38px;
    color:#fa9523;
    display:inline-block;
    margin-top:20px;
	cursor:pointer;
}
.pc_more:hover a{
	background:#fa9523;
	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:#fa9523;
}
.zj_nav .current{
	color:#fff;
	background:#fa9523;
}

/*右边*/
.pc_r{
	width:30%;
	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:#fa9523;
	border:#fa9523 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;
}

#lb{
	height: 980px;
}
.ly{
	width: 100%;
	display: flex;
	margin-bottom: 20px;
}
.ly>img{
	width: 32px;
	height: 33px;
}
.ly>div{
	margin-left: 5%;
	width: 100%;
}
.ly p{
	margin: 0;
	width: 100%;
}
.ly p:nth-child(1){
	color: #888888;
}
.ly p:nth-child(1) span{
	float: right;
	width: 30px;
	display: flex;
}
.ly p:nth-child(1) span img{
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.ly .p{
	color: #888888;
	margin: 10px 0 5px 0
}
.ly .p span{
	float: right;
	width: 30px;
	display: flex;
}
.ly .p span img{
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.ly p .s{
	background: #1AAD19;
	padding: 0.05px 1px;
	margin-right: 5px;
}
@media(max-width:1000px){
	*{
		font-size:12px;
	}
	.banner_bg{
        height:auto;
		background-position:center;
    }
    .banner_box .banner_bt, .banner_box .banner_text{
        position:initial;
    }
	.banner_bg .banner_box{
		padding:20px 0;
	}
    .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:40px;
		letter-spacing:normal;
	}
    .banner_box .banner_text{
		width:80%;
        margin: auto;
		margin-top:10px;
    }
	.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%;
	}
	.pc_nav li{
		font-size:16px;
	}
	/*.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;
	}
	.ly>img{
	width: 32px;
	height: 33px;
}
#lb{
	height: 650px;
}
}
@media(max-width:400px){
	.header .right a:first-child{
		display:none;
	}
	.banner_box .banner_bt p{
		font-size:20px;
		line-height:34px;
	}
}