/* head */
.header{
    width: 100%;
}
.head{
    height: 117px;
}
.head_pic img{
    width: 100%;
    display: block;
}
.he_right{
    width: 260px;
}
.he-rig-tel{
    width: 46px;
    height: 45px;
}
.he_fuwu{
    font-size:16px;
    color:rgba(74,74,74,1);  
}
.he_futel{
    font-size:29px;
    font-weight:bold;
    color:rgba(10,86,187,1);
}
/* nav */
.pd-nav{
	width:100%;min-width:1200px;
    height: 45px;
    background:rgba(10,86,187,1);
}
.nav_box{
}
.nav_box a{
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 45px;
    padding: 0 33px;
}
.nav_box a:hover{
    font-size: 16px;
    background-color: #F9892A;
}
.nav_box a.active{
    font-size: 16px;
    background-color: #F9892A;
}
/* swiper */
#lunbobox {
	width:100%;
	min-width:1200px;
	height:584px;
	position:relative;overflow:hidden;
}
.lunbo {
	width:1200px;
	height:584px;
}
.lunbo img {
	width:100%;
	height:584px;
	position:absolute;
	top:0px;
	left:0px;
}
#lunbobox ul {
	width:100%;
	position:absolute;
    bottom:10px;
    margin-left: 500px;
	left:50%;
	z-index:5;
}
#lunbobox ul li {
	cursor:pointer;
	width:30px;
    height:4px;
	border:1Px solid #cccccc;
	float:left;
	list-style:none;
	background:#cccccc;
	text-align:center;
	margin:0px 5px 0px 0px;
}
#toleft {
	display:none;
	width:30px;
	height:100px;
	font-size:40px;
	line-height:100px;
	text-align:center;
	color:#f4f4f4;
	/*background:#cccccc;
	*/
    /*background:url("../images/toleft.jpg")no-repeat center;
	*/
    position:absolute;
	top:90px;
	left:12px;
	cursor:pointer;
	z-index:99;
	opacity:0.4;
}
#toright {
	display:none;
	width:30px;
	height:100px;
	font-size:40px;
	line-height:100px;
	text-align:center;
	color:#f4f4f4;
	/*background:#cccccc;
	*/
    position:absolute;
	top:90px;
	right:0px;
	cursor:pointer;
	z-index:99;
	opacity:0.4;
}

/* footer */
.footer{
	width:100%;min-width:1200px;
    height: 300px;
    padding-top: 60px;
    margin-top: 60px;
    background-color: #000;
}
.foot-left{
    width: 75%;
}
.foot-lnav {
    margin-bottom: 50px;
}
.foot-lnav li a{
    font-size:16px;
    color:rgba(172,171,171,1);

}
.foot-left p{
    font-size:14px;
    color:rgba(172,171,171,1);
    line-height:27px;
}
.foot-foot{
    margin-top: 60px;
    color:rgba(172,171,171,1);
}
.foot-right{
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.foot-rtel{
    padding: 0 31px;
    height:29px;
    line-height: 29px;
    text-align: center;
    background:rgba(10,86,187,1);
    font-size:14px;
    color:rgba(255,255,255,1);
    border-radius: 29px;
}
.foot-rphone{
    font-size:21px;
    margin: 20px 0;
}
.foot-rewm{
    width: 105px;
    height: 105px;
    background-color: #fff;
}
.foot-rewm img{
    width: 105px;
    height: 105px;
}
.foot-rjs{
    margin-top: 70px;
    font-size:14px;
    color:rgba(172,171,171,1);
}
.nybannerbg{width:100%;height:448px;min-width:1200px;max-width:1920px;margin:0px auto; text-align:center}
.nybannerbg img{width:100%;height:448px;}