.main-con{margin: auto;}
.container2 {
	position: relative;
	width: 1200px;
	margin: 0 auto
}
.inner-tit {
	margin-top: 30px
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tit1 {
    font-size: 24px;
    color: #1754a3;
    padding-left: 15px;
    /*border-left: 3px solid #1754a3;*/
	background: url(../image/titletag.jpg) left center no-repeat transparent;
	line-height: 24px;
}
.bread-menu {
    color: #606060;
    font-size: 12px;
    font-family: "微软雅黑","宋体";
    vertical-align: middle;
}
.bread-menu img {
    vertical-align: top;
    margin-right: 5px;
}
.bread-menu a {
    color: #606060;
}
.bread-menu a:hover, .bread-menu a:last-child {
	color: #1754a3
}
.bread-menu a:last-child::after {
	display: none
}
.inner-menu {
	font-size: 0;
	margin-top: 3.3333%
}
.inner-menu a {
	display: inline-block;
	width: 140px;
	height: 45px;
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	border: 1px solid #dbdbdb;
	border-right: none;
	vertical-align: middle;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 3px;
}
.inner-menu a:nth-of-type(8){border-right: 1px solid #dbdbdb;}
.inner-menu a:last-child {
	border-right: 1px solid #dbdbdb
}
.inner-menu a:hover, .inner-menu a.cur {
	background: #1754a3;
	color: #fff
}
.inner-con {
	margin-top: 3.75%;
	padding-bottom: 5.2%;
}
.inner-con p{margin-bottom: 15px;}
.inner-con img{max-width: 100%;}
@media(max-width:768px) {
	.inner-tit>div {
		float: none;
		display: block
	}
	.inner-menu a {
		width: 33.33%;
		font-size: 12px;
		border: 1px solid #dbdbdb;
	}
	.inner-menu a:nth-of-type(4){border-right: 1px solid #dbdbdb;}
	.bread-menu {
		vertical-align: bottom;
		margin-top: 15px;
		padding-top: 0
	}
	.inner-con {
		margin-top: 30px;
		font-size: 12px;
	}
	.inner-con img {
		width: 100%!important;
		height: auto!important
	}
	
	.inner-con h6 {
		font-size: 12px!important;
		font-weight: bold;
	}
	.inner-con h5 {
		font-size: 12px!important;
		font-weight: bold;
	}
	.inner-con h4 {
		font-size: 13px!important;
		font-weight: bold;
	}
	.inner-con h3 {
		font-size: 14px!important;
		font-weight: bold;
	}
	.inner-con h2 {
		font-size: 15px!important;
		font-weight: bold;
	}
	.inner-con h1 {
		font-size: 16px!important;
		font-weight: bold;
	}
	.inner-con p {
		font-size: 12px!important;
		color: #999999;
	}
	.inner-con span {
		font-size: 12px!important;
	}
}
@media(max-width:1280px) {
.container2 {width: 90%}
	
}