body{
	background: #fff;
}
.main{

	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */
}
/*.top{
	background: url(../img/top.png) no-repeat top center;
	width: 100%;
	background-size: 100% 100%;
}*/
.top .menu{
	height: 94px;

	width: 100%;
}
.top .menu ul{
	width: 1200px;
	margin: 0 auto;
	height: 94px;
	display: flex;
	justify-content: space-between;
}
.top .menu ul li{
	line-height: 94px;
}
.top .menu ul li a{
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}
.tpxw{
	width: 585px;
	height: 384px;
}
/* 本例子css */
.slideBox{ width:588px; height:384px; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:12px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:5px;  width:10px; height:10px; background:#77787a; cursor:pointer;border-radius: 10px;}
.slideBox .hd ul li.on{ background:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle;position: relative;  }
.slideBox .bd li p{position: absolute;bottom: 0;left: 0;background: rgba(0, 0, 0, .5);color: #fff;width: 100%;
	height: 46px;line-height: 46px;text-indent: 20px;font-size: 16px;}
.slideBox .bd img{ width:588px; height:384px; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
.row{
	width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	margin-top:20px
}
.row .con{
	display: flex;
	justify-content: space-between;
	width: 1200px;
}
.ghyw{
	width: 588px;
	box-sizing: border-box;
}

.ghyw p{
	font-size: 17px;
	text-indent: 2em;
	line-height: 35px;
	margin-top: 20px;
}
.ghyw p a{
	float: right;
	color: #990908;
}

.pic ul{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	width: 1240px;
	margin-bottom: 20px;

}
.row .tit{

	width: 587px;
	height: 54px;
	margin: 0 auto;
	position:relative
	
}
.row .tit a{
	position: absolute;
	right: 0;
	top: 11px;
	font-size: 20px;
	text-decoration: none;
	color: #7b7b7b;
}
.row .sinList{
	width: 486px;
}
.listItem ul li{
	line-height: 40px;
}
.listItem ul li a{
	color: #333333;
    font-size: 18px;
    text-decoration: none;
}
.listItem ul li span{
	float: right;
    color: #999999;
    font-size: 16px;
}
.sinList .pic img{
	margin-top: 30px;
}
.row .xzjyCon{
	width: 1240px;
	height: 239px;
	background: #fff;
	border-radius: 20px;
	margin-top: 88px;
	display: flex;
}
.row .xzjyCon h1{
	font-size: 20px;
    color: #274078;
	line-height: 55px;
	margin-top: 10px;
}
.row .xzjyCon p{
	font-size: 16px;
    color: #333;
	line-height: 35px;
}

.picScroll{ margin:10px auto;  position:relative;width:1200px;  padding:10px 0; background:#fff; overflow:hidden; box-sizing: border-box; }
.picScroll .prev{ display:block; position:absolute; top:136px; left:5px; width:52px; height:92px; background:url(../img/btnsL.png) no-repeat;   }
.picScroll .next{ display:block; position:absolute; top:136px; right:5px; width:52px; height:92px;background:url(../img/btnsR.png) no-repeat;   }
.picScroll .next{ }
.picScroll ul{ overflow:hidden; zoom:1; }
.picScroll ul li{ width:260px; float:left; overflow:hidden; padding:0 10px;     }
.picScroll ul li p{
	width: 100%;
	/* height: 90px; */
	font-weight: bold;
	color: #990908;
	font-size: 18px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}


.list ul{
	margin-top:10px
}

.list ul li{
	background:url(../img/dot.png) no-repeat left center;
	text-indent:1em;
	line-height:42px
}
.list ul li a{
	color:#000000;
	font-size:18px;
	text-decoration:none;
}
.list ul li span{
	color:#000000;
	font-size:16px;
	opacity:.6;
	float:right
}
.title{
    width: 1200px;
    height: 54px;
	position: relative;
}

.row .title a{
	position: absolute;
    right: 0;
    top: 11px;
    font-size: 20px;
    text-decoration: none;
    color: #7b7b7b;
}
.list img{
	display:block;
	margin:10px auto
}
