/* header start */
.header {
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.header .logo img {
	/* background-color: #fff; */
	width: 580px;
	height: 80px;
}

.header .small-menu {
	color: #fff;
}

.header .small-menu a {
	color: #666;
}

.header .small-menu a:hover {
	color: #004392;
}

.iconTop {
	widows: 20px;
	height: 20px;
	margin-bottom: -6px;
}

/* header end */
/* time start */
#tab {
	/* width: 500px; */
	color: #333;
	display: -webkit-flex;
	display: flex;
}

#aTime {
	font-size: 24px;
}

#Tradion {
	width: 100px;
	height: 100px;
	border: 2px solid #fff;
	border-radius: 100px;
	float: left;
	margin: 50px 50px;
}

#hours {
	width: 30px;
	height: 2px;
	margin: 50px 50px;
	background: #fff;
	transform-origin: left bottom;
}

#seconds {
	width: 45px;
	height: 1px;
	background: #fff;
	margin: 50px 50px;
	transform-origin: left bottom;
	transform: rotate(0deg);

}

.tran {
	transform: rotate(-90deg);
	/*这里测试了一下旋转角*/
}

#dian {
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #fff;
	margin: -55px 46px;
}

.weekTime {
	width: 170px;
	text-align: center;
}

#week {
	font-size: 14px;
	color: #666;
}

#aDate {
	font-size: 18px;
	color: #666;
}

/* time end */
/* nav start */
nav {
	text-align: center;
	height: 60px;
}

nav .navConUl {
	width: 100%;
	display: inline-table;
	position: relative;
	/* border-bottom:1px solid #004392; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	background-image: linear-gradient(-90deg, #29bdd9 0%, #276ace 100%);
	opacity: .8;
	z-index: 3;
}

nav .navConUl li {
	flex: 1;
	position: relative;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}

nav .navConUl::after {
	content: "";
	display: block;
	clear: both;
}

.firstNav {
	display: block;
	padding: 0px 10px;
	color: #fff;
	text-decoration: none;
	font-family: "微软雅黑";
	cursor: pointer;
	font-weight: 500;
}

nav .navConUl li:hover>.secendNav {
	display: block;
}

nav .navConUl li:hover .firstNav {
	color: #080ef9;
}
.active {
	color: rgb(216, 27, 27);
	cursor: pointer;
}
.none {
	color: #fff;
	cursor: pointer;
}
nav .navConUl .secendNav {
	min-width: 160%;
	display: none;
	background: #fff;
	border-radius: 0;
	position: absolute;
	top: 100%;
	padding: 10px 0;
	z-index: 2;

}

nav .navConUl .secendNav ul {
	animation: secendNavAni .7s ease-out forwards;
	-webkit-animation: secendNavAni .7s ease-out forwards;
}

@keyframes secendNavAni {
	from {
		transform: translateY(20px);
	}

	to {
		transform: translateY(0px);
	}
}

@-webkit-keyframes secendNavAni {
	from {
		transform: translateY(20px);
	}

	to {
		transform: translateY(0px);
	}
}


nav .navConUl ul li {
	float: none;
	height: 35px;
	line-height: 35px;
}

nav .navConUl ul li a {
	color: #666;
	font-size: 14px;
}

nav .navConUl ul li a:hover {
	color: #000;
}

nav .navConUl ul .secendNav {
	width: 100%;
	position: absolute;
	left: 100%;
	top: 0;

}

/* banner start */

#banner {
	width: 100%;
	height: 550px;
	overflow: hidden;
	position: relative;
}

.swiper-container {
	/* width: 1750px; */
	height: 100%;
	/* position: absolute; */
	/* left: -875px; */
	/* margin-left: 50%; */
}
.swiper-slide .detail {
	height: 70px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #fff;
	opacity: 0;
	line-height: 70px;
	text-align: left;
	transition: opacity 0.3s 0.3s;
	z-index: 1000;
}

.swiper-slide-active .detail {
	opacity: 1;
}

.swiper-slide .detail h3 {
	width: 950px;
	margin-left: 50px;
}

.swiper-slide .detail p {
	width: 950px;
	margin: 5px auto 0;
}

.swiper-slide .detail p span {
	width: 650px;
	display: block;
}

/**/
.effect1 img {
	transform: scale(1.25, 1.25) translate(10%, 10%);
	transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
	/*tr     =    (sc-1)/2sc*100%              */
	/* --1.25       0.25/2.5*100%=10%          */
}

.leftUp img {
	-webkit-animation-name: leftUp;
	animation-name: leftUp;
}

@-webkit-keyframes leftUp {
	0% {
		transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
	}

	100% {
		transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
	}
}

@keyframes leftUp {
	0% {
		transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
	}

	100% {
		transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
	}
}

.moveRight img {
	-webkit-animation-name: moveRight;
	animation-name: moveRight;
}

@-webkit-keyframes moveRight {
	0% {
		transform: scale(1.1, 1.1) translate(-4.545%, 0);
	}

	100% {
		transform: scale(1.1, 1.1) translate(4.545%, 0);
	}
}

@keyframes moveRight {
	0% {
		transform: scale(1.1, 1.1) translate(-4.545%, 0);
	}

	100% {
		transform: scale(1.1, 1.1) translate(4.545%, 0);
	}
}

.moveDown img {
	-webkit-animation-name: moveDown;
	animation-name: moveDown;
}

@-webkit-keyframes moveDown {
	0% {
		transform: scale(1.1, 1.1) translate(0, -4.545%);
	}

	100% {
		transform: scale(1.1, 1.1) translate(0, 4.545%);
	}
}

@keyframes moveDown {
	0% {
		transform: scale(1.1, 1.1) translate(0, -4.545%);
	}

	100% {
		transform: scale(1.1, 1.1) translate(0, 4.545%);
	}
}

.centerBig img {
	-webkit-animation-name: centerBig;
	animation-name: centerBig;
}

@-webkit-keyframes centerBig {
	100% {
		transform: scale(1.1, 1.1);
	}
}

@keyframes centerBig {
	100% {
		transform: scale(1.1, 1.1);
	}
}

.rightDownBig img {
	-webkit-animation-name: rightDownBig;
	animation-name: rightDownBig;
}

@-webkit-keyframes rightDownBig {
	100% {
		transform: scale(1.1, 1.1) translate(4%, 4%);
	}
}

@keyframes rightDownBig {
	100% {
		transform: scale(1.1, 1.1) translate(4%, 4%);
	}
}
.swiper-container_1 .swiper-wrapper .swiper-slide {
	overflow: hidden!important;
	height: auto;
}
.swiper-container_1 .swiper-wrapper {
	overflow: hidden;
	transform: translate3d(0,0,0);
}
.swiper-container_1 .swiper-wrapper .swiper-slide img {
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	width: 100%;
	transform:translate3d(0,0,0);
}

.swiper-pagination {
	bottom: 35px;
	right: 250px;
}

.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #fff;
	margin: 0 5px;
}

/* 胶卷轮播 */
.roitBox {
	margin: 60px 0;
}

.swiper-container_2 .swiper-slide img {
	width: 400px;
	height: auto;
	object-fit: cover;
}

.swiper-container_2 {
	height: 320px;
	margin: 20px auto;
}

.swiper-wrapper_2 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	width: 400px;
	height: 300px;
}

/* banner end */

/* footer start */
.footer {
	width: 100%;
	text-align: center;
	background: #24292d;
	padding: 20px 0;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	font-size: 14px;
}

.footer_link {
	margin: 15px 20px;
	color: #fff;
}

.footer_link a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}

.infotx {
	color: #fff;
}

.infotx a {
	color: #3f8ae2;
}

.oldContent {
	display: flex;
	display: -webkit-flex;
}

.footerRight {
	display: flex;
	display: -webkit-flex;
	margin-left: 60px;
}

.footerRight ul {
	list-style: none;
	padding-left: 20px;
	border-left: 1px solid #e2e2e2;
	width: 200px;
	text-align: left;
}

.footerRight ul li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 35px;
}

.footerRight ul li a {
	color: #fff;
}

.footerRight p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
	width: 100%;
	text-align: left;
	margin-top: 13px;
}

/* news start */
.index-main-content {
	padding: 0 20px;
}

.news {
	margin-top: 80px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.news-header {
	justify-content: space-between;
	line-height: 40px;
	margin: 30px 0 15px 0;
}

.look-more {
	font-size: 16px;
}

.news-title {
	font-size: 22px;
}

.news-title-img {
	width: 40px;
	height: auto;
}

.news-img {
	width: 60%;
	height: 400px;
	object-fit: cover;
	display: flex;
}

.news-img .swiper-container {
	width: 100%;
	height: 100%;
}

.news-more {
	color: #0066cf;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.news-font {
	width: 35%;
}

.news-font .news-list li {
	line-height: 50px;
}

.news-font .news-list li a {
	color: #666;
}

.news-font .news-list li a:hover {
	color: #0066cf;
}

.news-font .news-list li a span {
	text-overflow: ellipsis;
	width: 300px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
#newsImg .swiper-slide {
	overflow: hidden;
}


/* news end */

/* content start */
.content {
	margin-top: 80px;
}

.main-list {
	justify-content: space-between;
	display: flex;
}

.main-list li {
	width: 32%;
	height: 320px;
	position: relative;
	overflow: hidden;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.main-list li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
}

.main-list li img:hover {
	width: 100%;
	height: 360px;
	transform: scale(1.01);
	-ms-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-o-transform: scale(1.01);
}

.main-list li .title {
	position: absolute;
	bottom: 0px;
	line-height: 50px;
	padding-left: 20px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.main-list li .title span {
	font-size: 22px;
	color: #fff;
}

.main-list li .title span a {
	color: #fff;
}

.second-content {
	margin-top: 60px;
}

.second-content-list {
	justify-content: space-between;
}

.second-content-list li {
	width: 19%;
}

.second-content-list li .con {
	width: 100%;
	margin: 0 auto;
	position: relative;
	box-sizing:border-box;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	box-shadow: 1px 1px 10px 2px #e2e2e2;
	-webkit-box-shadow: 1px 1px 10px 2px #e2e2e2;
	-moz-box-shadow: 1px 1px 10px 2px #e2e2e2;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.second-content-list li .con img {
	width: 100%;
	height: 300px;
	/*object-fit: cover;*/
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.second-content-list li .con:hover img {
	transform: scale(1.02);
	-ms-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
}

.con-font {
	position: relative;
	width: 100%;
}

.con-font p {
	margin-bottom: 0;
	text-align: center;
	line-height: 70px;
}

.con-font p a {
	color: #0066cf;
	font-size: 22px;
}

/* content end */

/* unit start */
.unit {
	margin-top: 80px;
}

.unit-list-top {
	margin-top: 60px;
}

.unit-list-top,
.unit-list-bottom {
	justify-content: space-between;
}


.unit-list-top li {
	width: 32%;
	background-color: #e0ecf9;
}

.unit-con {
	margin: 0 auto;
	position: relative;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	height: 420px;
	box-shadow: 1px 1px 10px 2px #e2e2e2;
	-webkit-box-shadow: 1px 1px 10px 2px #e2e2e2;
	-moz-box-shadow: 1px 1px 10px 2px #e2e2e2;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.unit-con,
.entrance {
	text-align: center;
	font-size: 24px;
	color: #333;
	padding: 20px;
}

.unit-con p,
.entrance p {
	line-height: 60px;
}

.unit-con-item {
	border-bottom: 1px solid #e2e2e2;
}

.link-item {
	justify-content: space-between;
	display: flex;
}

.link-item .link-font {
	color: #666666;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 32px;
}

.link-item .link-icon {
	color: #0066cf;
}

.unit-list-bottom li {
	width: 32%;
}

.entrance {
	margin: 0 auto;
	position: relative;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	min-height: 300px;
	background-color: #e0ecf9;
	box-shadow: 1px 1px 10px 2px #e2e2e2;
	-webkit-box-shadow: 1px 1px 10px 2px #e2e2e2;
	-moz-box-shadow: 1px 1px 10px 2px #e2e2e2;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.entrance-list {
	overflow: hidden;
}

.entrance-item {
	float: left;
	width: 50%;
	margin-top: 20px;
}

.entrance-item .entrance-icon {
	width: 28px;
	height: 28px;
	float: left;
}

.entrance-item span {
	color: #666666;
	font-size: 16px;
	float: left;
	text-align: left;
	line-height: 28px;
	margin-left: 10px;
}

.entrance-item a span:hover,
.unit-con-item a span:hover,
.news-font .news-list li a:hover {
	color: #0066cf;
}


/* 返回顶部 */
.gotop{
	display: none;
	position: fixed;
	bottom: 150px;
	right: 30px;
	outline: none;
	color: white;
	cursor: pointer;
	z-index: 7;
}

.backBtn {
	background-image: url(../images/backIcon.png);
	background-size: 100px 100px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}



/* 首页七大模块二级页面  区块划分 图文展示 start */
.dep-container{
	width: 1500px;
	height:auto;
	margin:80px auto;
}
.dep-container::after {
	content: "";
	display: block;
	clear: both;
}
.soild_text_one {
	width: 100%;
	margin: 40px auto;
}

.soild_text_one fieldset {
	height: auto;
	border-left: none;
	border-right: none;
	border-bottom: none;
	color: #3f8ae2;
	border-color: #3f8ae2;
	border-width: 3px;
	height: 20px;
}

.soild_text_one fieldset legend {
	text-align: center;
	padding: 0 10px;
	font-size: 30px;
	font-weight: 500;
}
/* 333 */
div.polaroid {
	width: 460px;
	height: 370px;
	background-color: white;
	border-radius:10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 20px;
	float: left;
	overflow: hidden;
}

div.polaroid img{
	width:460px;
	height:300px;
	cursor: pointer;
	transition: all 0.6s;
}
div.polaroid img:hover{
	transform: scale(1.1);
}

div.container {
	text-align: center;
	padding: 10px 2px;
}
div.container p{
	line-height:40px;
	height:60px;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

/* 首页七大模块二级页面  区块划分 图文展示 end */
/* 历史沿革 时间轴  start */
.timeline {
	width:100%;
	height:auto;
}

.cd-container {
	/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}
.cd-container::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
}

/* --------------------------------
Main components
-------------------------------- */

#cd-timeline {
	position: relative;
	padding: 2em 0;
	margin-top: 2em;
	margin-bottom: 2em;
}
#cd-timeline::before {
	/* this is the vertical line */
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 4px;
	background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
	#cd-timeline {
		margin-top: 3em;
		margin-bottom: 3em;
	}
	#cd-timeline::before {
		left: 50%;
		margin-left: -2px;
	}
}

.cd-timeline-block {
	position: relative;
	margin: 2em 0;
}
.cd-timeline-block:after {
	content: "";
	display: table;
	clear: both;
}
.cd-timeline-block:first-child {
	margin-top: 0;
}
.cd-timeline-block:last-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
	.cd-timeline-block {
		margin: 4em 0;
	}
	.cd-timeline-block:first-child {
		margin-top: 0;
	}
	.cd-timeline-block:last-child {
		margin-bottom: 0;
	}
}

.cd-timeline-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
}
.cd-timeline-img.cd-picture {
	background: #75ce66;
}
.cd-timeline-img.cd-movie {
	background: #3f8ae2;
}
.cd-timeline-img.cd-location {
	background: #EBE000;
}
@media only screen and (min-width: 1170px) {
	.cd-timeline-img {
		width: 60px;
		height: 60px;
		left: 50%;
		margin-left: -30px;
		/* Force Hardware Acceleration in WebKit */
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
	}
	.cssanimations .cd-timeline-img.is-hidden {
		visibility: hidden;
	}
	.cssanimations .cd-timeline-img.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-1 0.6s;
		-moz-animation: cd-bounce-1 0.6s;
		animation: cd-bounce-1 0.6s;
	}
}

.cd-timeline-content {
	position: relative;
	margin-left: 60px;
	background: white;
	border-radius: 0.25em;
	padding: 1em;
	box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
	content: "";
	display: table;
	clear: both;
}
.cd-timeline-content h2 {
	color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	font-size: 13px;
	font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	display: inline-block;
}
.cd-timeline-content p {
	margin: 1em 0;
	line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
	float: right;
	padding: .8em 1em;
	background: #acb7c0;
	color: white;
	border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
	background-color: #bac4cb;
}
a.cd-read-more:hover{text-decoration:none; background-color: #424242;  }
.cd-timeline-content .cd-date {
	float: left;
	padding: .8em 0;
	opacity: .7;
}
.cd-timeline-content::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
	.cd-timeline-content h2 {
		font-size: 20px;
		font-size: 1.25rem;
	}
	.cd-timeline-content p {
		font-size: 16px;
		font-size: 1rem;
	}
	.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
		font-size: 14px;
		font-size: 0.875rem;
	}
}
@media only screen and (min-width: 1170px) {
	.cd-timeline-content {
		margin-left: 0;
		padding: 1.1em;
		width: 37%;
	}
	.cd-timeline-content::before {
		top: 24px;
		left: 100%;
		border-color: transparent;
		border-left-color: white;
	}
	.cd-timeline-content .cd-read-more {
		float: left;
	}
	.cd-timeline-content .cd-date {
		position: absolute;
		width: 100%;
		left: 132%;
		top: 6px;
		font-size: 16px;
		font-size: 1rem;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content {
		float: right;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
		top: 24px;
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: white;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
		float: right;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
		left: auto;
		right: 132%;
		text-align: right;
	}
	.cssanimations .cd-timeline-content.is-hidden {
		visibility: hidden;
	}
	.cssanimations .cd-timeline-content.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-2 0.6s;
		-moz-animation: cd-bounce-2 0.6s;
		animation: cd-bounce-2 0.6s;
	}
}

@media only screen and (min-width: 1170px) {
	/* inverse bounce effect on even content blocks */
	.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
		-webkit-animation: cd-bounce-2-inverse 0.6s;
		-moz-animation: cd-bounce-2-inverse 0.6s;
		animation: cd-bounce-2-inverse 0.6s;
	}
}
/* 历史沿革 时间轴  end */
