body{
	min-width: 1200px;
	font-family: 宋体;
}
.clear:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.ban>img{
	display: block;
	width: 100%;
}
.nav{
	background: #024ac2;
	padding: 20px 0;
}
.nav>ul{
	display: block;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.nav>ul>li{
	display: inline-block;
	height: 30px;
	padding: 0 46px;
}
.nav>ul a{
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	font-weight: normal;
}
.f1{
	padding-top: 90px;
}
.left{
	display: inline-block;
	width: 630px;
}
.right{
	float: right;
	width: 535px;
}
.lbt{
	width: 100%;
	height: 350px;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    left: 0;
    background: none;
}
.bx-wrapper {
    margin: 0 auto;
}
.slider1 img{
	display: block;
	width: 630px;
	height: 350px;
}
.lbt .slide{
	position: relative;
}
.lbt .slide span {
    bottom: 0;
    position: absolute;
    height: 30px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.lbt .slide span a {
    display: block;
    width: 96%;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
}
.bx-wrapper .bx-controls-direction a {
    margin-top: -30px;
    width: 32px;
    height: 60px;
}
.lbt .bx-wrapper .bx-pager {
    bottom: 8px;
    width: auto;
    right: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #0168a3;
}
.xbt{
	display: block;
	margin: 90px 0 40px 0;
}
.rcst>div{
	width: 270px;
	height: 240px;
	display: inline-block;
}
.rcst>div img{
	display: block;
	width: 270px;
	height: 194px;
}
.rcst>div>p{
	width: 100%;
	height: 40px;
	background: #e1dfdf;
	text-align: center;
}
.rcst>div>p>a{
	font-size: 14px;
	color: #000;
	line-height: 40px;
}
.rcst>ul{
	float: right;
	width:346px;
}
.rcst>ul>li{
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding: 15px 0;
}
.rcst>ul>li>a{
	font-size: 14px;
	color: #4c4c4c;
}
.right ul{
	width: 100%;
}
.right ul>li{
	width: 100%;
	padding: 15px 0;
	list-style: disc inside;
	color: #024ac2;
}
.right ul>li>a{
	font-size: 14px;
	color: #8b8686;
	line-height: 25px;
}
.lid{
	width: 392px;
	height: 342px;
	float: left;
	box-shadow: 0px 0px 15px 0px #888;
	-moz-box-shadow: 0px 0px 15px 0px #888;
	-webkit-box-shadow: 0px 0px 15px 0px #888;
	margin-right: 10px;
	margin-bottom: 30px;
}
.lid:nth-child(3n){
	margin-right: 0;
}
.lid>img{
	width: 100%;
	height: 252px;
	display: block;
}
.lid>div{
	height: 90px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 0 10px;
}
.lid>div>i{
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #FFFFFF;
	position: absolute;
	top: -15px;
	left: 182px;
	transition: all 0.6s;
}
.lid>div>a{
	display: block;
	font-size: 16px;
	line-height: 30px;
	padding: 12px 0;
	color: #262626;
	font-weight: bold;
}
.lid> *{
	transition: all 0.6s;
}
.lid:hover>div{
	background: #024ac2;
}
.lid:hover>div>i{
	border-bottom: 15px solid #024ac2;
}
.lid:hover>div>a{
	color: #fff;
}
.footer {
	background: #024ac2;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	line-height: 24px;
	font-size: 12px;
	padding: 50px 0;
	margin-top: 100px;
}
.footer>p {
	width: 1000px;
	margin: 0 auto;
}