.ch-footer {

}
.ch-page-aside {
	width: 380px;
}

.ch-page-main {
	width: 940px;
	background: #fff;
	padding: 20px 30px;
	min-height: 500px;
}
.ch-post-content {
	padding: 10px 0;
	font-size: 16px;
}
.ch-post-content.news img {
	max-width: 520px !important;
}
.ch-post-content  p {
	margin: 0px 0px 0px;
	line-height: 160%;
}
.ch-post-page-title {
	/*border-bottom: 1px solid #f6f6f6;*/
	height: 50px;
}
.ch-post-page-title h2 {
	color: #1071DC;
	font-size: 18px;
	font-weight: normal;
	line-height: 50px;
}
.ch-bread-crumbs {
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	color: #666666;
	background: url("../image/nav-logo.png") no-repeat left center;
}
.ch-bread-crumbs a {
	color: #666666;
}
.ch-bread-crumbs a:hover {
	text-decoration: underline;
}
.ch-pager {
	padding: 40px 0 20px;
	text-align: center;
}
.ch-pager ul {
	margin: 0;
	padding: 0;
}
.ch-pager ul li {
	margin: 0 5px;
	list-style: none;
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #fff;
	height: 30px;
	line-height: 30px;
	background: #fff;
}
.ch-pager ul li a {
	font-size: 14px;
	color: #888888;
}
.ch-pager ul li.active {
	background: #ad2434;
	border-color: #ad2434;
}
.ch-pager ul li.active a {
	color: #fff;
}
.ch-list-text{
	/*padding-top: 30px;*/
}
.ch-list-text li {
	line-height: 39px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	padding-left: 15px;
}
.ch-list-text li a {
	color: #333333;
}

.ch-list-text li span {
	color: #999999;
}
.ch-list-text li:hover a {
	color: #ae2431;
}

.ch-post-title {
	text-align: center;
	padding-top: 20px;
	border-bottom: 1px solid #f4f4f4;
}
.ch-post-title h1 {
	font-size: 30px;
	color: #444;
	line-height: 30px;
}
.ch-post-title .info {
	color: #666;
	padding: 20px 0 10px;
	font-size: 15px;
}
.ch-post-title .info img {
	vertical-align: middle;
}
.ch-post-title .info a.ch-fs, .ch-post-title .info a.print {
	color: #666;
	display: inline-block;
	margin: 0 5px;
}
.ch-list-text h3 {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}
.ch-post-related {
	padding: 20px 0;
	margin-top: 30px;

}
.ch-post-related li {
	font-size: 16px;
	margin-bottom: 15px;
	color: #333;
}
.ch-post-related li a {
	font-size: 16px;
	color: #333;
}
.ch-post-related li a:hover {
	color: #a82533;
}
.ch-list-text-image .item {
	clear: both;
	height: 190px;
	padding: 30px;
	background: #fff;
	margin-bottom: 20px;
}
.ch-list-text-image .item .img {
	width: 300px;
	height: 190px;
	float: left;
	overflow: hidden;
}
.ch-list-text-image .item img {
	width: 300px;
	height: 190px;
}
.ch-list-text-image .item .txt {
	font-size: 14px;
	padding-left: 340px;
	/*float: left;*/
	/*width: 750px;*/
	/*margin: 0 20px;*/
}
.ch-list-text-image.no-pic .item .txt {
	padding-left: 0;
}
.ch-list-text-image .item .txt h2 {
	color: #434343;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
.ch-list-text-image .item .txt h2 a {
	color: #434343;
}
.ch-list-text-image .item .txt p.time {
	/*height: 80px;*/
	line-height: 25px;
	margin-bottom: 10px;
	color: #999999;
}
.ch-list-text-image .item .txt p.desc {
	/*height: 80px;*/
	line-height: 25px;
	margin-bottom: 10px;
	color: #666666;
	font-size: 15px;
}
.ch-list-text-image .item .txt a.more {
	color: #999999;
	font-size:13px;
	display: inline-block;
	margin-top: 25px;
	background: url("../image/more-arrow.png") no-repeat right center;
	padding-right: 40px;
}
.ch-list-text-image .item a:hover {
	color: #ae2431 !important;
}
.ch-list-text-image .item .txt a.more:hover {
	background-image: url("../image/more-arrow-on.png");
}
.ch-list-image {
	margin-top: 30px;
	margin-left: -15px;
}
.ch-list-image .item {
	width: 400px;
	height: 368px;
	padding: 20px;
	background: #fff;
	border-bottom: 2px solid #fff;
	margin-bottom: 30px;
	margin-left: 30px;
	float: left;
}
.ch-list-image .item:hover {
	border-color: #a82533;
}
.ch-list-image .item .img {
	width: 400px;
	height: 250px;
	overflow: hidden;
}
.ch-list-image .item img {
	width: 400px;
	height: 250px;
	vertical-align: bottom;
}
.ch-list-image .item h2{
	height: 44px;
	line-height: 44px;
	color: #434343;
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 20px;
	font-weight: normal;
}
.ch-list-image .item p{
	line-height: 25px;
	color: #999999;
	font-size: 15px;
}

.ch-form .form-group {
	margin-bottom: 30px;
}
.ch-form .form-group label{
	display: inline-block;
	width: 80px;
	max-width: 100%;
	margin-bottom: 5px;
	font-size: 14px;
	color: #665c57;
}
.ch-form .form-group label em {
	display: inline-block;
	margin-right: 5px;
	font-style: normal;
	color: #ae2431;
}
.ch-form .form-control {
	display: inline-block;
	width: 280px;
	height: 24px;
	padding: 5px 8px;
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	max-width: 100%;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	/*border-radius: 2px;*/
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
	/*box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
	outline: 0 none;
}
.ch-form .form-control:focus {
	border-color: #ae2431;
}
.ch-form select.form-control {
	height: 38px;
	width: 300px;
}
.ch-form .form-group-textarea label{
	vertical-align: top;
}
.ch-form textarea.form-control {
	height: auto;
	resize:none;
	width: 470px;
}
.ch-form .form-group .radio {
	display: inline-block;
	margin-right: 10px;
	width: auto;
	cursor: pointer;
}
.ch-form .form-group .hint {
	padding-left: 82px;
	padding-top: 5px;
	color: #999999;
}

.ch-form .form-group .btn {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background-color: #ae2431;
	text-align: center;
	width: 150px;
	/*border-radius: 2px;*/
}
.ch-form .form-group.tip {
	padding-left: 82px;
}
.ch-row {
	clear: both;
}
.ch-row:after {
	content: " ";
	clear: both;
}
.ch-row .col-5 {
	width: 50%;
	float: left;
}
.ch-table {
	width: 100%;
}
.ch-table{
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	border-collapse: collapse;
	border-spacing: 0;
}
.ch-table td, .ch-table th{
	border-left:1px solid #dcdcdc;
	border-top:1px solid #dcdcdc;
	text-align: center;
	padding: 5px 0;
	font-size: 14px;
}
.ch-table p {
	margin: 0;
}
.ch-list-photo {
	margin-top: 50px;
	margin-left: 0;
}
.ch-list-photo .item {
	width: 150px;
	height: 260px;
	background: #f5f5f5;
	margin-bottom: 50px;
	margin-left: 60px;
	float: left;
}
.ch-list-photo .item img {
	width: 150px;
	height: 220px;
	vertical-align: bottom;
}
.ch-list-photo .item img {
	width: 150px;
	height: 220px;
}
.ch-zoom-out:hover img {
	/*transform: scale(1.1);*/
}
.ch-zoom-out img {
	transition: all 1s;
}

.ch-post-page .ch-list-image {
	margin-left:  -5px;
}
.ch-post-page .ch-list-image .item {
	width: 370px;
	height: 280px;
	margin-left: 20px;
}

.ch-post-page .ch-list-image .item .img {
	width: 370px;
	height: 240px;
	overflow: hidden;
}
.ch-recommend-list {
	padding-bottom: 20px;
	background: #fff;
}
.ch-recommend-list h3 {
	height: 60px;
	line-height: 80px;
	border-bottom: 1px solid #ededed;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
}
.ch-recommend-list ul {
	padding: 10px;
}
.ch-recommend-list li{
	padding: 10px 10px 10px 30px;
	background: url("../image/recommend-arrow.png") no-repeat 10px 15px;
	line-height: 20px;
}
.ch-recommend-list li:hover {
	background-color: #f6f6f6;
}
.ch-recommend-list li a {
	font-size: 15px;
	color: #222222;
}
.ch-photo-list {
	margin-left: -10px;
}
.ch-photo-list .item{
	width: 330px;
	float: left;
	height: 300px;
	margin-left: 20px;
	margin-bottom: 20px;
	background: #fff;
}
.ch-photo-list .item img {
	width: 330px;
	height: 230px;
	vertical-align: bottom;
}
.ch-photo-list .item p {
	width: 290px;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	padding: 0 20px;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
}


#owl-home-4.owl-theme .owl-nav div.owl-prev {
	width: 30px;
	height: 30px;
	left: -40px;
}
#owl-home-4.owl-theme .owl-nav div.owl-next {
	width: 30px;
	height: 30px;
	right: -40px;
}

#owl-home-5.owl-theme .owl-nav div.owl-prev {
	width: 30px;
	height: 30px;
	left: -35px;
	border-radius: 50%;
	background-image: url("../image/slider-l2.png");
}
#owl-home-5.owl-theme .owl-nav div.owl-next {
	width: 30px;
	height: 30px;
	right: -35px;
	border-radius: 50%;
	background-image: url("../image/slider-r2.png");
}


#owl-home.owl-theme .owl-nav div.owl-prev {
	width: 34px;
	height: 64px;
	left: 35px;
	background: url("../image/slider-lm.png");
}
#owl-home.owl-theme .owl-nav div.owl-next {
	width: 34px;
	height: 64px;
	right: 35px;
	border-radius: 50%;
	background: url("../image/slider-rm.png");
}
#owl-home.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	background: none;
	border: 1px solid #fff;
	box-sizing: border-box;
}
#owl-home.owl-theme .owl-dots .owl-dot.active span {
	width: 16px;
	background: #fff;
}
#owl-intro.owl-theme .owl-dots {
	bottom: 50px;
}
#owl-intro.owl-theme .owl-dots .owl-dot span {
	background: #a82533;
}

.ch-aside-contact {
	padding: 20px;
	background: #fff;
}
.ch-aside-contact .title {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}
.ch-aside-contact .code {
	line-height: 21px;
}
.ch-aside-contact .images {
	margin-left: -10px;
	text-align: center;
}
.ch-aside-contact .images .item {
	width: 110px;
	float: left;
	margin-left: 10px;
}
/*默认主导航样式*/
/*导航*/
.nav {
	position: relative;
	height: 46px;
	border-top: 1px solid #216dd5;
}
.nav>ul>li {
    position: relative;
    float: left;
	display: block;
	line-height: 46px;
	font-size: 16px;
	width: 140px;
	text-align: center;
}
.nav>ul>li.current{
    background-color: #0e5eca;
}

.nav>ul>li>a {
	color: #fff;
	display: block;
	font-size: 16px;
}

.nav>ul>li>a:hover {
	color: #ffffff;
}

.nav>ul>li:hover ul {
	display: block
}

.nav>ul>li ul {
	position: absolute;
	top: 46px;
	z-index: 1000;
	background-color: #0e5eca;
	width: 140px;
	display: none;
}

.nav>ul>li ul li a {
	display: block;
	color: #ffffff;
	width: 100%;
	margin: 0 auto;
	line-height:40px
}

.nav>ul>li:hover{
    color: #ffffff;
    background-color: #0e5eca;
}

.nav>ul>li{
    position: relative;
}
.nav>ul>li::after{
    content: "";
    position: absolute;
    display:inline-block;
    top: 50%;
    right: 0;
    margin-top: -5px;
    width: 1px;
    height: 10px;
    background-color:#0e5eca;
}
.nav>ul>li:last-child::after{
    width: 0;
}

.nav>ul>li>a:hover{
	color: #ffffff;
}

.nav>ul>li ul li a:hover {
	color: #ffffff;
    background-color:#07459c;
}
.ch-list-image-home {
	margin-left: 10px;
	margin-top: 20px;
}
.ch-list-image-home .item {
	margin-left: 20px;
	float: left;
	width: 320px;
	height: 275px;
}
.ch-list-image-home .item .img{
	width: 320px;
	height: 215px;
	overflow: hidden;
}
.ch-list-image-home .item .img img{
	width: 320px;
	height: 215px;
}
.ch-list-image-home .item .text {
	height: 36px;
	/*background: #fafafa;*/
	padding: 10px;
	overflow: hidden;
}
.ch-list-image-home .item h2{
	height: 44px;
	line-height: 22px;
	margin-top: 10px;
	color: #434343;
	font-size: 16px;
	font-weight: normal;
}
.ch-list-image-home .item h2:hover {
	color: #ae2433;
}
.ch-list-image-home .item p{
	color: #999999;
	margin-top: 10px;
}
.clear20{ padding-bottom:20px}
.clear30{ padding-top:30px}
.clear10{ padding-top:20px}
.center{ text-align:center}



/*--------------------menu---------------------*/
.menu {
	width: 100%;
	height: 50px;
	margin: auto;
	background: -webkit-linear-gradient(#b52326, #b52326);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#b52326, #b52326);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#b52326, #b52326);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#b52326, #b52326);
	/* 标准的语法（必须放在最后） */
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#b52326, endColorStr=#b52326);
}

.menu ul {
	margin: auto;
	padding: 0px;
	width: 1400px;
	height: 100%;
	list-style-type: none;
}

.menu ul li {
	margin: auto;
	float: left;
	position: relative;

	z-index: 9999;
}

.menu ul li img {
	vertical-align: baseline;
}


.menu ul li a,
.menu ul li a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 140px;
	height: 50px;
	color: #000;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
}

.menu ul li:hover {
	background-color:#9C0;
}
.menu ul li .da{background-color:#9C0;}
.menu ul li a:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	background: none;
}

.menu ul li ul {
	display: none;
}

.menu ul li:hover ul li {
	background-color: #E8E8E8;
}

.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 50px;
	left: 0px;
	width: 155px;
}

.menu ul li:hover ul li {
	background-color: rgba(232, 232, 232, 0.9) !important;
	background-color: #E8E8E8;
	filter: Alpha(opacity=90);
}

.menu ul li:hover ul li a {
	display: block;
	color: #000;
	position: relative;
	/* 设置子元素为相对定位，可让子元素不继承Alpha值，保证字体颜色不透明 */
	font-size: 14px;
}

.menu ul li:hover ul li a:hover {
	background: #fff;
	color: #000;
	cursor: pointer;
}

.home-notice2{width:400px;float:left;margin-left:50px}

.menu ul li:hover ul li:first-child a:hover {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.menu ul li:hover ul li:last-child a:hover {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.zcd{
	color: #FEFEFE;
	font-size: 16px;
}
/*-----------------end  menu------------------*/

.banner2{width:1920px; height:300px; margin:auto}


    .tag{margin-bottom:10px}
    .tag a{margin-right:10px; color:#333}
    .tag a:hover{ color:#ae2431}
.xgyd{padding:10px}
.xgyd li{width:580px; height:40px; line-height:40px;  margin-right:30px; border-bottom:1px dashed #eee; list-style-type:none}
.xgyd li a{color: #333333;}
.xgyd li a:hover{ color:#ae2431}
.xgyd li span {color: #999999;}
.xgyd  .right{ float:right}
.xgyd  .left{ float:left}