﻿/*��ҳ��ͨ��*/

.page-wrap {
	padding-bottom: 50px;
}


/*��ҳ�涥��ͼ��*/

.page-top-img {
	background-color: #ddd;
	margin-top: 96px;
	background-size: cover;
	background-position: center;
}

.page-top-img .page-top-img-height {
	height: auto
}


/*��ҳ����߲˵�*/

.left-menu-header {
	margin-top: 230px;
	width: 70%;
	height: 50px;
	/*border: 3px solid #fff;
	border-bottom-width: 0;
	-webkit-box-shadow: 4px -1px 1px rgba(0, 0, 0, .1);
	box-shadow: 4px -1px 1px rgba(0, 0, 0, .1);*/
}

.left-menu-header2 {
	width: 70%;
	height: 50px;
	/*border: 3px solid #666;*/
	border-bottom-width: 0;
	border-top-width: 0;
}

.left-menu-title {
	width: 100%;
	/*border: 3px solid #666;*/
	border-bottom-width: 0;
	border-top-width: 0;
	border-right-width: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.left-menu-title.active:after {
	content: "";
	position: absolute;
	left: 40px;
	background-color: #e50012;
	height: 3px;
	width: 40px;
	margin-top: 10px;
}

.left-menu-title h1 {
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	color: #666;
	padding-left: 20px;
	margin-bottom: 5px;
	word-spacing: 3px;
	letter-spacing: 3px;
}

.left-menu-title h4 {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #666;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
}

.left-menu-title-foot {
	width: 70%;
	height: 15px;
	/*border: 3px solid #666;*/
	border-bottom-width: 0;
	border-top-width: 0;
}

.left-menu-foot {
	width: 70%;
	/*border: 3px solid #666;*/
	border-top-width: 0;
}

.left-menu-link {
	list-style: none;
	margin: 0;
	padding: 5px;
	width: 85%;
	/*border: 3px solid #666;*/
	border-bottom-width: 0;
	border-top-width: 0;
	border-right-width: 0;
}

.left-menu-link li {
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
}

.left-menu-link li a {
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 18px;
	padding: 12px 15px;
	padding-right: 5px;
	letter-spacing: 2px;
        border-bottom: 1px solid #f7f7f7;
}

.left-menu-link li a:hover {
	/*background-color: rgba(0, 0, 0, .05);*/
	color: #000;
	padding-left: 25px;
	padding-right: 0;
}

.left-menu-link li a big {
	font-size: initial;
}

.left-menu-link li a small {
	display: none;
}

.left-menu-link li.active>a {
	color: #e50012;
}

.left-menu-link>li.open:after {
	content: "";
	position: absolute;
	left: -8px;
	top: 0;
	background-color: #e50012;
	height: 100%;
	width: 3px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.left-menu-link>li.open .left-sub-menu{
	display: block;
}
.left-sub-menu {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
}

.left-sub-menu li {
	padding-top: 1px;
	padding-bottom: 1px;
}

.left-sub-menu li a {
	padding-left: 35px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
}

.left-sub-menu li a:hover {
	padding-left: 45px;
}

.left-sub-menu li.active a {
	color: #e50012;
}

@media (min-width: 1201px) {}

@media (min-width: 993px) and (max-width: 1200px) {}

@media (min-width: 769px) and (max-width: 992px) {}

@media (max-width: 768px) {}


/*子页面标题*/

.page-title {
	padding-top: 50px;
	position: relative;
}

.page-title:after {
	content: "";
	position: absolute;
	left: -16px;
	top: 65px;
	width: 1px;
	height: 50px;
	background-color: #999;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.page-title h1 {
	font-weight: 100;
	display: inline-block;
	color: #002063;
}

.page-title h2 {
	font-weight: 100;
	display: inline-block;
	color: #e50012;
	margin-top: 0;
	margin-bottom: 0;
}

.page-title h4 {
	color: #999;
	font-size: 18px;
	margin-left: 15px;
	font-weight: normal;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.page-main1 {
	color: #444;
	padding: 50px 20px;
}

.page-main1 p {
	margin-bottom: 10px;
	line-height: 24px;
}

.page-main1 img {
	max-width: 100%;
	padding: 10px;
}

/*.page-main1 img:nth-child(2n) {
	float: right;
	margin-left: 15px;
}*/

/*.page-main1 img:nth-child(2n-1) {
	float: left;
	margin-right: 15px;
}*/

.page-main1 p.right {
	text-align: right;
}

.page-main1 p.left {
	text-align: right;
	
}

.page-main1 img.small-img {
	padding: 0px;
	max-width: 400px;
}

.page-main1 h1 {
	border-left: 4px solid #FC665D;
	padding-left: 15px;
	font-weight: 100;
	font-size: 28px;
	line-height: 26px;
	/*margin-bottom: 40px;*/
}

.page-main1 h1.right {
	text-align: right;
	border-left-width: 0;
	border-right: 4px solid #FC665D;
	padding-left: 0;
	padding-right: 15px;
}

.page-main1 p.right {
	float: right;
}

.page-main1 h1 small {
	letter-spacing: 1px;
	color: #666;
	line-height: 16px;
	font-weight: normal;
	font-family: "webfont" !important;
	font-size: 18px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.page-main1 h1 big {
	letter-spacing: 0px;
	line-height: 38px;
	font-weight: normal;
	font-family: "webfont" !important;
	font-size: 24px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}


.page-main1 h2 {
	border-left: 2px solid #FC665D;
	padding-left: 10px;
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 40px;
	letter-spacing: 2px;
}


.page-main1 h2 small {
	letter-spacing: 1px;
	color: #666;
	line-height: 14px;
	font-weight: normal;
	font-family: "webfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}


.page-main1 a.btn-more {
	background-color: #FC665D;
	color: #fff;
	padding: 8px 40px 8px 15px;
	border-radius: 4px;
}

.page-main1 a.btn-more:hover {
	background-color: #E67E22;
}

.page-main-tab {
	padding: 20px 0;
}

hr {
	clear: both;
	color: #fff;
	border: none;
	height: 30px;
}

.page-main-tab .nav-tabs>li.active>a,
.page-main-tab .nav-tabs>li.active>a:focus,
.page-main-tab .nav-tabs>li.active>a:hover {
	background-color: #fc635e;
	border-radius: 0;
	border-color: transparent;
	color: #fff;
}

.page-main-tab .nav-tabs>li>a {
	border-radius: 0;
	/*background-color: rgba(0,0,0,.05);*/
	color: #fc635e;
}

.page-main-tab .nav-tabs>li>a:focus,
.page-main-tab .nav-tabs>li>a:hover {}

.page-main-tab .pro-text-list {
	line-height: 26px;
}

.pagination {
	width: 100%;
	text-align: center;
}

.pagination li {
	display: inline-block;
}

@media (min-width: 1201px) {}

@media (min-width: 993px) and (max-width: 1200px) {
	.page-main1 img.small-img {
		max-width: 300px;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.page-top-img-height {
		margin-left: -15px;
	}
	.left-menu-wrap {
		margin-left: -15px;
	}
	.left-menu-title h1 {
		padding-left: 10px;
	}
	.left-menu-title h4 {
		font-size: 16px;
		padding-left: 10px;
	}
	.left-menu-link {
		padding-left: 0px;
	}
	.left-menu-link li a {
		padding: 12px 10px;
		font-size: 15px;
	}
	.left-menu-link li a:hover {
		padding-left: 15px;
	}
	.left-menu-link li a big {
		font-size: 15px;
	}
	.left-sub-menu li a {
		padding-left: 25px;
		padding-top: 6px;
		padding-bottom: 6px;
		font-size: 13px;
	}
	.left-sub-menu li a:hover {
		padding-left: 30px;
	}
	.left-menu-title.active::after {
		left: 30px;
	}
	.left-menu-link>li.open::after {
		left: -3px;
	}
	.page-title {
		padding-left: 0;
	}
	.page-title:after {
		left: -26px;
	}
	.page-main1 {
		padding-left: 0;
	}
	.page-main1 img.small-img {
		width: 160px;
	}
}

@media (max-width: 768px) {
	.page-top-img {
		margin-top: 50px;
	}
	.page-top-img-height {
		border-width: 0;
	}
	.left-menu-header {
		margin-top: 80px;
		border-width: 0;
		-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
	}
	.left-menu-header2,
	.left-menu-title-foot,
	.left-menu-link,
	.left-menu-foot {
		display: none;
	}
	.left-menu-header3,	
        .left-menu-title-foot1,
	.left-menu-link1,
	.left-menu-foot1 {
		display: block;
        }
	.left-menu-title.active:after {
		display: none;
	}
	.left-menu-title {
		width: 100%;
		border-left: 3px solid #666;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 10px;
		margin-left: -10px;
	}
	.left-menu-title h1 {
		display: inline-block;
		font-size: 12px;
		padding-left: 10px;
	}
	.left-menu-title h4 {
		display: inline-block;
		font-size: 12px;
		padding-left: 5px;
		color: #ddd;
		letter-spacing: 0;
	}
	.left-menu-wrap {
		padding-left: 0;
	}
	.page-title {
		padding-left: 0px;
		padding-top: 0;
	}
	.page-title:after {
		display: none;
	}
	.page-title h1 {
		display: block;
	}
	.page-title h4 {
		margin-left: 0px;
		margin-top: 0;
		letter-spacing: 0;
		color: #999;
	}
	.page-main1 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.page-main1 h1 {
		font-weight: 200;
		font-size: 24px;
		line-height: 26px;
	}
	.page-main1 h1 {
		font-weight: 200;
		font-size: 24px;
		line-height: 26px;
	}
	.page-main1 h1.right {
		text-align: left;
		border-left: 4px solid #FC665D;
		border-right-width: 0;
		padding-left: 15px;
	}
	.page-main1 img.small-img {
		max-width: 120px;
	}
	.page-main1 img
	.page-main1 img {
		float: right
	}
	
	.page-main-tab {
		margin-left: -15px;
		margin-right: -15px;
	}
	.page-main-tab .tab-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.page-main1 .nav {}
	.page-main1 .nav li {}
	.page-main1 .nav>li>a {
		position: relative;
		display: block;
		padding: 8px 0px;
		text-align: center;
	}
}


/*焦点新闻*/

.top-news {}

.top-news .thumbnail {
	border-width: 0;
}
.newsblock {height: 400px;}
.top-news .thumbnail img {
	border: 1px solid #ddd;
	width: 100%;
}

.top-news .thumbnail .caption {
	/*padding-left: 0;
	padding-right: 0;*/
}

.top-news .thumbnail h3,
.top-news .thumbnail a h3,
.top-news .thumbnail h4,
.top-news .thumbnail a h4 {
	color: #1B6D85;
}

.top-news .thumbnail a:hover h3,
.top-news .thumbnail a:hover h4 {
	color: #111;
}

.top-news .thumbnail p,
.top-news .thumbnail a p {
	color: #777;
	line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.top-news .thumbnail a:hover p {
	color: #333;
}

.top-news+.media-list {
	padding-top: 0px;
}


/*新闻列表样式*/
.page-list{
    padding-top: 30px;
}
.media-list {
	padding-top: 50px;
	padding-bottom: 20px;
}

.media-list li.media {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
		transition:background-color .3s;
	-moz-transition:background-color .3s;
	-webkit-transition:background-color .3s;
	-o-transition:background-color .3s;
}

.media-list li.media+li.media {
	border-top-width: 0;
}

.media-list li.media:hover {
	background-color: #f8f8f8;
}

.media-list li.media .media-left {
	padding-right: 0;
}
.media-list li.media .media-left a{
    display: block;
    width: 100px;
}
.media-list li.media .media-left a img {
	height: 80px;
	width: auto;
	padding: 0;
}

.media-list li.media .media-time div {
	display: block;
	height: 80px;
	width: 80px;
	padding: 5px 0 0 10px;
	background-color: #ddd;
	overflow: hidden;
	border-right: 1px solid #fff;
}

.media-list li.media .media-time {
	font-size: 14px;
	letter-spacing: 3px;
	color: #666;
}

.media-list li.media .media-time h3 {
	margin: 0;
	font-size: 26px;
	line-height: 30px;
	color: #FF0000;
}

.media-list li.media .media-time p {
	margin: 0;
}

.media-list li.media .media-body {
	padding-left: 20px;
}

.media-list li.media .media-body a {
	color: #333;
	outline: none;
}


.media-list li.media .media-body a h4 {
	color: #1B6D85;
	padding-top: 5px;
}

.media-list li.media .media-body a p {
	color: #777;
	line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (min-width: 1201px) {}

@media (min-width: 993px) and (max-width: 1200px) {}

@media (min-width: 769px) and (max-width: 992px) {
	
	.media-left img {
		display: none;
	}
}

@media (max-width: 768px) {
	.page-title {
    padding-left: 0px;
    padding-top: 20px;
	}
	.left-menu-title h4 {
   	 letter-spacing: 3px;
	}
	.page-list {
		padding-left: 0;
		padding-right: 0;
		padding-top: 20px;
	}
	.top-news {
		padding-left: 8px;
		padding-right: 8px;
	}
	.top-news div {
		padding-left: 2px;
		padding-right: 2px;
	}
	.top-news .thumbnail .caption a p {
		/*display: none;*/
	}
	
	.media-list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.media-list li.media {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
   .media-list li.media .media-left a {
    display: block;
    width: initial;
     }
	.media-left img {
		display: none;
	}
	.media-list li.media .media-body a p {}
	.media-list li.media .media-time div {
		display: block;
		height: auto;
		width: 60px;
		padding: 5px 0px 0 0px;
		text-align: center;
	}
	.media-list li.media .media-time h3 {
		font-size: 20px;
		line-height: 20px;
	}
	.media-list li.media .media-time p {
		font-size: 12px;
		letter-spacing: 0;
	}
	.media-list li.media .media-body {
		padding-left: 10px;
		padding-right: 10px;
	}
	.media-list li.media .media-body a h4 {
		line-height: 26px;
	}
}


































