body{
	width: 100%;
	min-height: 800px;
	min-width: 1200px;
	background:url(../images/inside1.png) repeat-y;
	background-size: 1920px 100%;
}
/*页眉*/
.header{
	width: 1200px;
	margin:auto;
}
/*logo*/
.logo{
	width: 305px;
	height: 56px;
	padding-top: 37px;
	float: left;
}
.logog img{
	width: 100%;
	height: 100%;
}

.header-text1{
	width: 696px;
	height: 43px;
	padding-top: 44px;
	float: right;
}
.header-text1 img{
	width: 100%;
	height:100%;
}

/*中间内容*/
.content{
	width: 1200px;
	margin:auto;
}
/* 修改21.04.10 */
.content-right-title  .btn{
	background-color: #3073ce;
	width: 80px;
	height: 35px;
	display: block;
	border-radius: 5px;
	line-height: 35px;
	text-align: center;
	margin-top: 13px;
	transition: 0.2s;
}
.content-right-title .btn:hover{
	background: #ff8e2e;
}

.content-right-title  .btn span{
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
}
/* 21.04.10 */
.content-top{
	width: 1200px;
	height: 16px;
	padding-top: 63px;
}
.content-top span{
	float:right;
}
.content-top span,.content-top a{
	font-size: 12px;
	color:#999999;
}
.content-top .hover,.content-top a:hover{
	color:#3073ce;
}

.content-bottom{}
.content-left{
	width: 300px;
	float: left;
	background: #fff;
}
.content-left-title{
	width: 300px;
	height: 60px;
	line-height: 60px;
	background:#3073ce;
	margin-bottom: 10px;
}
.content-left-title span{
	font-size:20px;
	font-weight: bold;
	color:#fff;
	padding-left: 37px;
}

.subnav-two > li{
	margin-bottom: 21px;
}
.subnav-two > li > a{
	width: 253px;
	line-height: 60px;
	background: #3073ce;
	color:#ffffff;
	display: block;
	font-size: 20px;
	padding-left: 37px;
	padding-right: 10px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.subnav-three{
	padding-top:12px
}
.subnav-three > li{}
.subnav-three > li > a{
	width: 235px;
	line-height: 38px;
	padding-left: 55px;
	padding-right: 10px;
	display: block;
	color:#555555;
	font-size: 16px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*样式*/
.subnav-two > li:hover > a,.subnav-two > .subnav-hover > a{
	background: #ff8e2e;
	font-weight: bold;
}
.subnav-three > li > a:hover,.subnav-three > .subnav-hover > a{
	color: #ff8e2e;
}

.content-right{
	width: 860px;
	float: left;
	padding-left: 40px;
}
.content-right-title{
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.content-right-title span{
	color:#3073ce;
	font-size: 20px;
	font-weight: bold;
}

.content-right-bottom{
	width: 100%;
	min-height: 600px;
	background:#ffffff;
}
.content-right-bottom > ul{
	padding-top: 13px;
	padding-bottom: 40px;
	padding-left: 32px;
	padding-right: 32px;
}
.content-right-bottom > ul > li{
	position: relative;
}
.content-right-bottom > ul > li:after{
	content:'';
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	width: 0;
	height: 1px;
	background: #3073ce;
	transition: all .5s;
}
.content-right-bottom > ul > li > a{
	width: 756px;
	padding-right: 40px;
	height: 50px;
	line-height: 50px;
	display: block;
	color:#555555;
	font-size: 16px;
	background:#ffffff;
	border-bottom:1px solid #dfecff;

	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.content-right-bottom > ul > li:hover > a{
	color:#ff8e2e;
}
.content-right-bottom > ul > li:hover:after{
	width: 100%;
	transition: all .5s;
}

/*底部*/
.footer{
	width: 100%;
	min-width: 1200px;
	padding-top: 70px;
	padding-bottom: 70px;
}
.footer-top{
    color:#777777;
    text-align: center;
    font-size:14px;
}
.footer-top a{
    color:#777777;
}
.footer-top span{
    margin:0px 5px;
}
/* 样式 */
.footer-top a:hover{
    color:#3073ce;
}