.banner{
	width: 100%;
	min-width:1200px;
	height: 370px;
	background:url(../images/inside-banner.png) no-repeat;
}
.banner .w1200{
	height: 300px;
	position: relative;
	overflow: hidden;
}

/*中间内容*/
.content{
	width: 1200px;
	margin:auto;
	min-height: 400px;
	margin-top: 33px;
}

/*左侧--竖直导航条*/
.content-left{
	width: 206px;
	float: left;
	background: #ffffff;
}
.content-left-title{
	width: 100%;
	background: #DA241B;
}
.content-left-title span{
	line-height: 58px;
	font-size: 24px;
	display: block;
	color:#fefeff;
	padding-left: 25px;
	/*text-align: center;*/

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*竖直二级导航条*/
.subnav-two{
	width: 204px;
	padding-top: 4px;
	background: url(../images/inside-title.png) no-repeat;
	background-size: 100% 100%;
	padding-bottom: 50px;
}
.subnav-two > li{
	width: 100%;
	position: relative;
}
.subnav-two > li > a:after {
	content:'';
	width: 179px;
	height: 1px;
	display:block;
	background:url(../images/inside-1.png) no-repeat;
	position:absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.subnav-two > li > a{
	display: block;
	line-height: 60px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 16px;
	color:#333333;
	position: relative;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*样式*/
.subnav-two >li:hover > a:after,.subnav-two > .subnav-hover > a:after {
	background-image: url(../images/inside-2.png);
}
.subnav-two > .subnav-hover > a,.subnav-two > li:hover > a{
	color:#DA241B;
}

/*竖直三级导航条*/
.subnav-three{
	display: none;
	width: 204px;
	padding-top: 2px;
}
.subnav-three > li{
	width: 100%;
	position: relative;
}
.subnav-three > li > a:after {
	content:'';
	width: 179px;
	height: 1px;
	display:block;
	background:url(../images/inside-1.png) no-repeat;
	position:absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.subnav-three > li > a{
	display: block;
	line-height: 45px;
	padding-left: 40px;
	padding-right: 25px;
	font-size: 14px;
	color:#333333;
	position: relative;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*样式*/
.subnav-three >li:hover > a:after,.subnav-three > .subnav-hover > a:after {
	background-image: url(../images/inside-2.png);
}
.subnav-three > .subnav-hover > a,.subnav-three > li:hover > a{
	color:#0073b7;
}

/*竖直四级导航条*/
.subnav-four{
	display: none;
	width: 204px;
	padding-top: 2px;
}
.subnav-four > li{
	width: 100%;
	position: relative;
}
.subnav-four > li:after {
	content:'';
	width: 179px;
	height: 1px;
	display:block;
	background:url(../images/inside-1.png) no-repeat;
	position:absolute;
	right: 0;
	left: 0;
	top:40px;
	margin: auto;
}
.subnav-four > li > a{
	display: block;
	line-height: 40px;
	padding-left:55px;
	padding-right: 25px;
	font-size: 14px;
	color:#333333;
	position: relative;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*竖直五级导航条*/
.subnav-five{
	display: none;
	width: 204px;
	padding-top: 2px;
}
.subnav-five > li{
	width: 100%;
	position: relative;
}
.subnav-five > li:after {
	content:'';
	width: 179px;
	height: 1px;
	display:block;
	background:url(../images/inside-1.png) no-repeat;
	position:absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.subnav-five > li > a{
	display: block;
	line-height: 40px;
	padding-left:65px;
	padding-right: 25px;
	font-size: 14px;
	color:#333333;
	position: relative;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*样式*/
.subnav-four >li:hover > a:after,.subnav-four > .subnav-hover > a:after {
	background-image: url(../images/inside-2.png);
}
.subnav-four > .subnav-hover > a,.subnav-four > li:hover > a{
	color:#0073b7;
}

/*样式*/
.subnav-five >li:hover > a:after,.subnav-four > .subnav-hover > a:after {
	background-image: url(../images/inside-2.png);
}
.subnav-five > .subnav-hover > a,.subnav-four > li:hover > a{
	color:#0073b7;
}

/*右侧*/
.content-right{
	width: 959px;
	float:left;
	margin-left: 35px;
}

/*右侧--标题*/
.content-right-title{
	padding-top: 15px;
	padding-bottom: 3px;
	border-bottom: 1px solid #eaeaea;
}
.content-right-title span{
	float: left;
	font-weight: bold;
	font-size: 18px;
	color:#DA241B;
	position: relative;
}
.content-right-title span:after{
	content:"";
	display: block;
	width: 100%;
	height: 2px;
	background: #DA241B;
	position: absolute;
	bottom: -4px;
}
.content-right-title-right{
	float: right;
	color:#666666;
	font-size: 14px;
}
.content-right-title-right a{
	color:#666666;
	font-size: 14px;
}
/*样式*/
.content-right-title-right .hover,.content-right-title-right a:hover{
	color:#DA241B;
}

/*内页---内容页*/
.content-right-bottom1{
	/*padding: 0px 20px;
	padding-top: 20px;*/
	margin-top: 16px;
	margin-bottom: 20px;
}
.content-right-bottom1 p{
	font-size: 16px;
	color:#333333;
	line-height: 30px;
	text-indent: 2em;
	text-align: justify;
}


/*内页--列表页*/
.content-right-bottom2{
	padding:25px;
}
.content-right-bottom2 > li{
	border-bottom: 1px solid #e8e2d3;
	position: relative;
}

.content-right-bottom2 > li > a{
	display: block;
	padding: 27px 0px 15px 0px;
	position: relative;
	left: 0;
	transition:all .5s;
}
.content-right-bottom2 > li:after{
	content: '';
	width: 0px;
	height: 1px;
	background:#0136a1;
	position: absolute;
	bottom: 0px;
	left: 0px;
	transition: all .5s;
}
.content-right-bottom2 > li > a > span{
	width: 740px;
	font-size: 24px;
	float: left;
	color:#000;
	position: relative;
	left: 0;
	transition:all .5s;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content-right-bottom2 > li > a > s{
	font-size: 16px;
	line-height: 27px;
	margin-right:15px;
	float: right;
	color:#000;
} 
/*样式*/
.content-right-bottom2 > li:hover:after{
	width: 100%;
	transition:all .5s;
}
.content-right-bottom2 > li:hover > a > span,.content-right-bottom2 > li:hover > a > s{
	color:#0136a1;
	transition:all .5s;
	left: 10px;
}

/*内页--图片列表*/
.content-right-bottom3{
	padding: 0px 17px;
	padding-bottom: 50px;
	margin-top: 18px;
}
.content-right-bottom3 li{
	width: 216.5px;
	/*height: 149px;*/
    display: inline-block;
	margin-right: 20px;
	margin-bottom: 14px;
	float: left;
	position: relative;
	overflow: hidden;
}
.content-right-bottom3 li a{
	height: 100%;
	display:block;
}
.content-right-bottom3-img{
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.content-right-bottom3-img img{
	width: 100%;
	height: 100%;
	transition:all .5s;
}
.content-right-bottom3-text{
	line-height: 28px;
	text-align: center;
	color: #333;
	font-size: 16px;
}
/*样式*/
.content-right-bottom3 li a:hover img{
	transform:scale(1.2);
	transition:all .5s;
}
.content-right-bottom3 li a:hover div{
	/*display: block;*/
	color:#e12000;
}


.margin1{
	margin-right: 0px !important;
}