﻿@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);

body {
	background: #fff;
	font-family: "Arial", 'Roboto-regular', sans-serif;
	font-weight: 300;
	color: #333;
	font-size: 14px;
	line-height: 26px;
}

html {
	margin: 0;
	padding: 0;
}

ul,
li,
dt,
dl,
dd {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #be0f34;
}

img {
	max-width: 100% !important;
	height: auto !important;
}

hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}

/*************************
*******Header******
**************************/

#header {
	width: 100%;
}

.top-container {
	width: 80%;
	margin: 0 auto;
	box-sizing: border-box;
}

.navbar-default .navbar-collapse {
	background-color: #fff;
	padding-top: 20px
}

.navbar-nav {
	margin-top: 35px;
	background-color: #fff;
}

.nav>li>a {
	padding-top: 25px;
	padding-bottom: 25px;
}

.top-fixed {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05);
	background-color: #fff;
}

#main-menu.navbar-default {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	background: #1c2850;
	font-size: 16px;
}

.navbar.navbar-default .navbar-toggle {
	margin-top: 20px;
}

.navbar.navbar-default .navbar-brand {
	height: auto;
	padding: 20px 15px 20px;
	color: #fff;
	display: flex;
	align-items: center;
}

.navbar.navbar-default .navbar-brand img {
	float: left;
}

.navbar.navbar-default .navbar-brand h4 {
	float: left;
	font-size: 24px;
	/* margin-top: 34px; */
	margin-left: 15px;
}

.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background: #1c2850;
	color: #fff;
	font-weight: normal;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background: #1c2850;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
	padding: 10px 20px;
	border-bottom: 1px solid #8e94a8;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	background: #334789;
}


.navbar-right .dropdown-menu {
	right: inherit;
	left: inherit;
}

.dropdown-menu {
	min-width: 110px;
	margin-right: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #5b5b5b;
	font-size: 16px;
}

.navbar-nav>li>.dropdown-menu {
	background-color: #1c2850;
	color: #fff;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	background: none;
}

.navbar-fixed-top {
	background-color: #f30;
}

.top-nav-collapse {
	background: #f30;
}

/* banner图 */
.banner img {
	width: 100%;
	height: auto;
}

/* 搜索 */

.search-box {
	width: 186px;
	height: 27px;
	line-height: 27px;
	border: 1px solid #b2b5bc;
	background-color: #fff;
	/* float: right; 
	margin-top: 15px;
	*/
	position: absolute;
	top: 15px;
	right: 15px;
}

.search-box input[type=text] {
	padding: 0 10px;
	border: none;
	width: 150px;
	float: left;
	background: none;
	outline: none;
	font-size: 12px;
}

.search-box input[type=button] {
	width: 26px;
	height: 26px;
	background: url(../images/search-icon.png) no-repeat;
	border: none;
	float: right;
	outline: none;
}

.none {
	display: none;
}



/*************************
*****新的导航样式******
**************************/
.new-header .navbar-header.navbar-left {
	display: none;
}

.new-header .search-box {
	display: none;
}

.new-header .navbar-right {
	width: 100%;
	float: none;
}

.new-header .navbar-default .navbar-collapse {
	padding-top: 0;
	background: #none;
}

.new-header .navbar-nav {
	margin-top: 0;
	width: 100%;
	display: flex;
}

.new-header .navbar-nav>li {
	float: none;
	flex: 1;
	justify-content: center;
	align-items: center;
}

.new-header .navbar-right {
	margin-right: 0;
}

.new-header .nav>li>a {
	padding-top: 21px;
	height: 76px;
}


/*************************
*******首页******
**************************/

/* 通用样式 */
.paddding-none {
	padding: 0;
}

.margintop {
	margin-top: 80px;
}

.padding-top {
	padding: 70px 0 0;
}

.padding-bottom {
	padding-bottom: 70px;
}

.gray-bg {
	background: #f8f8f8;
}

/* news */
/* 标题 */
.section-header {
	margin-bottom: 20px;
	width: 100%;
}

.section-header b {
	display: block;
	font-size: 28px;
	float: left;
	color: #2d479c;
	margin-right: 10px;
}

.section-header a {
	color: #2d479c;
}

.padding {
	padding: 25px 0;
}

.news-zhaiyao {
	background-color: #1c2850;
	color: #fff;
	padding: 15px;
	min-height: 279px;
}

.news-zhaiyao h4 {
	font-size: 18px;
	line-height: 140%;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-zhaiyao p.date {
	color: #fcff00;
	font-size: 18px;
	font-weight: 500;
}

.news-zhaiyao p.news-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news-zhaiyao a {
	color: #fff;
}

.news-zhaiyao a:hover {
	color: #be0f34;
}

.news-zhaiyao .right-pic {
	height: 279px;
	overflow: hidden;
}

.news-zhaiyao .right-pic img {
	width: 100%;
	height: auto;
}

.right-pic img {
	width: 100%;
	height: auto;
}

.news-list {
	margin-top: 30px;
}

.news-img {
	width: auto;
	height: 194px;
	overflow: hidden;
}

.news-img img {
	width: 100%;
	transition: all 0.5s ease 0s;
}

.news-list a:hover .news-img img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transition: all 0.5s ease 0s;
}

.news-list p {
	line-height: 160%;
	padding: 15px 0;
	color: #000;
}

.news-list a:hover p {
	color: #be0f34;
}


/* Videos & Pictures */
.bule-bg {
	background-color: #f7f7fd;
}

.videos-height {
	height: 450px;
	overflow: hidden;
}

.videos-height img {
	width: 100%;
	height: auto;
}


.pic-list ul {
	width: 100%;
}

.pic-list ul li {
	width: calc(50% - 15px);
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	height: 210px;
	overflow: hidden;
	background-color: #fff;
}

.pic-list ul li a {
	display: block;
}

.pic-list ul li {
	position: relative;
}

.pic-list ul li:hover .news-img::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
}

.pic-list ul li:nth-child(2n) {
	margin-right: 0;
}

/* footer */
.footer {
	background-color: #1c2850;
	padding: 56px 0 0;
	color: #fff;
}

.footer ul li {
	width: 12.5%;
	float: left;
	padding-bottom: 15px;
}

.footer ul li a {
	color: #b7c0de;
	display: block;
	font-size: 12px;
}

.footer ul li a:hover {
	color: #fff;
}

.footer ul li h4 {
	font-size: 16px;
	min-height: 30px;
}

.footer-bottom {
	border-top: 1px solid #fff;
	text-align: center;
	padding: 15px 0;
	font-size: 12px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background: url(../images/arrow-right.png) no-repeat;
	width: 50px;
	height: 86px;
	margin-top: -43px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background: url(../images/arrow-left.png) no-repeat;
	width: 50px;
	height: 86px;
	margin-top: -43px;
}


/******************* 二级页面 *******************/
.zy-content {
	width: 100%;
	margin-bottom: 30px;
}

.zy-content .side {
	background-color: #f3f1ee;
	min-height: 500px;
}

.zy-nav {
	padding-top: 20px;
	padding-bottom: 15px;
	color: #999;
}

.zy-nav a {
	color: #3479B2;
}

.zy-box {
	min-height: 500px;
}

.zy-box h1 {
	font-size: 46px;
	font-weight: 700;
	padding: 0;
	margin: 0;
}

.zy-box h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

.zy-box .row {
	margin-right: 0px
}


.zy-list-box {
	margin-top: 15px;
	padding-bottom: 0;

}

.zy-list-box .img {
	width: 100%;
	height: 190px;
	overflow: hidden;
	background-color: #f8f8f8;

}

.zy-list-box .img img {
	transition: all 0.5s ease 0s;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
}

.zy-list-box:hover .img img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transition: all 0.5s ease 0s;
}

.title {
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
	margin-top: 10px;
}

/* 左边导航 */
/* .side-left {
	width: 57%;
	float: left;
	margin-right: 3%;
}

.side-left h4 {
	font-size: 14px;
	font-weight: 500;
	line-height: 180%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.side-right {
	width: 40%;
	float: left;
}

.side-list {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.side-left .time {
	color: #7a736e;
}
.side a:hover {
	color: #ca0f34;
}
.side-list ul li {
	width: 100%;
}

.side-list ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0;
}
 */
.side-right{
	 background-color: #f8f8f8;
	 border-top: 5px solid #2067be;
	 min-height: 600px;
	 margin-top: 30px;
}
.side-right h3{ color: #1664bc; font-weight: 700; font-size: 36px; border-bottom: 1px solid #c5c5c5;padding-bottom: 10px; }
.side-right ul li{ width: 100%; line-height: 40px; border-bottom: 1px solid #c5c5c5; position: relative;}
.side-right ul li a{ width: 100%; height: 100%; display: block;}
.side-right ul li.current a{ color: #2067be; font-weight: 700;}
.side-right ul li.current::after{ width: 80px; height: 3px; background-color: #2067be; content: ""; display: block;}

.noborder {
	border: none;
}
.zy-content-text {
	padding: 10px 0;
}
/* 文字列表页 */
.infor-list {
	padding: 15px;
}

.infor-list li {
	border-bottom: 1px solid #e5e5e5;
}

.infor-list p {
	float: left;
	width: 80%;
	height: 26px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.infor-list span {
	float: right;
	width: 20%;
	text-align: right;
	color: #999;
}

.infor-list li a:hover {
	color: #be0f34;
}



/* 弹出层 */
.tanceng {
	width: 254px;
	border-radius: 20px 0 20px 0;
	background: #4669dc;
	padding: 20px;
	color: #fff;
	position: fixed;
	bottom: 20%;
	right: 5px;
	box-shadow: 2px 5px 5px 3px rgba(0, 0, 0, 0.2);
	font-size: 12px;
	z-index: 66;
}

.tanceng p {
	margin-top: 10px;
}

.tanceng i {
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 5px;
	right: 15px;
}

.tanceng a.tijiao_btn {
	width: 80%;
	height: 24px;
	line-height: 24px;
	border-radius: 30px;
	background-color: #f39800;
	display: block;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	margin-top: 10px;
}

/* 时间轴 */

.timeline {
	width: 100%;
}

.timeline-left {
	width: 20%;
	float: left;

}
.timeline-right {
	width: 60%;
	float: left;
	padding-bottom: 50px;
	border-left: 8px solid #ebebeb;
	padding-left: 50px;
	position: relative;
	margin-left: 2%;
}

.line {
	width: 20px;
	height: 20px;
	background-color: #cd0f34;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 10px;
	left: -14px;
	z-index: 2;
}

.line i {
	display: block;
	width: 16px;
	height: 16px;
	margin: 2px auto;
	background-color: #fff;
	border-radius: 50%;
}

.timeline-left {
	text-align: right;
	margin-top: 10px;
}

.timeline-left span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	width: 80%;
	text-align: right;
	float: left;
	color:#999;
}

.timeline-left i {
	display: block;
	width: 15%;
	background-color: #d6dad9;
	float: right;
	height: 1px;
	background-color: #d6dad9;
	margin-top: 10px;
	
}


.timeline-right {
	
}

.timeline-right h2 {
	padding: 0;
	margin-bottom: 10px ;
	margin-top: 10px ;
	font-size: 20px;
	line-height: 140%;
	
}

.timeline-right p {
	margin-top: 10px;
}
.timeline-padding{ padding: 50px 0;} 
.timeline:hover{ cursor: pointer;}
.timeline:hover .line {  width: 28px; height: 28px; margin-left: -5px; }
.timeline:hover .line i{ margin-top:6px ;}
.timeline:hover .timeline-right h2{ color: #cd0f34;}

.timeline:hover .timeline-left span{ color: #333;}


/*************************
*******响应式******
**************************/
@media (max-width: 1680px) {
	.top-container {
		width: 90%;
		margin: 0 auto;
	}
}

@media (min-width: 1390px) {
	.container {
		width: 1360px;
	}
}

@media(max-width:768px) {

	.news-img {
		height: auto;
	}

	.top-container {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.navbar.navbar-default .navbar-brand {
		padding: 0;
		float: none;
		padding-top: 15px;
		padding-bottom: 15px;
		/* display: block; */
	}

	.navbar.navbar-default .navbar-brand img {
		width: 15%;
	}

	.navbar.navbar-default .navbar-brand h4 {
		font-size: 14px;
		/* margin-top: 20px; */
		margin-left: 5px;
	}

	.search-box {
		bottom: 15px;
		left: 3%;
		margin: 0;
		padding: 0;
		top: initial;
		width: 94%;
		z-index: 999;
	}

	.navbar-default .navbar-collapse {
		height: auto !important;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 50px;
	}

	.navbar-collapse {
		z-index: 9;
	}

	.navbar-nav {
		float: none;
		margin-top: 0;

	}

	.nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.nav>li {
		text-align: center;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #1c2850;
	}

	/* 公共样式 */
	.padding-top {
		padding: 35px 0 0;
	}

	.padding-bottom {
		padding-bottom: 35px;
	}

	.footer_fix {
		display: none;
	}

	.section-header .section-title {
		font-size: 24px;
	}

	.footer ul li {
		width: 50%;
	}

	.videos-height {
		height: auto;
	}

	.pic-list ul {
		padding-top: 30px;
	}

	.pic-list ul li {
		height: auto;
	}

	.pic-list .news-img {
		height: auto;
	}

	.tanceng {
		display: none;
	}
	.side-right{ display: none; }
	.timeline-left{ width: 30%;}

}