@charset "utf-8";

/* CSS Document */

body {
	font-family: "苹方","PingFang SC","PingHei", "Arial","STHeitiSC-Light", "Myriad Set Pro", "Lucida Grande", "Helvetica","microsoft yahei","SimHei", "tahoma","Verdana", "sans-serif";
}
img {
	vertical-align: top;
}
a:hover {
	text-decoration: none;
}

/*****header*******/

.header {
	position: fixed;
	width: 240px;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #f2f2f2;
}


.headerBox {
	position: relative;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.headerBox ul {
	margin-bottom: 30px;
}

.headerBox ul,
.headerBox ul li {
	width: 100%;
	position: relative;
}
.headerBox ul li > a {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 55px;
	font-size: 16px;
	color: #666666;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.headerBox ul li > a.active,
.headerBox ul li > a.on,
.headerBox ul li > a:hover {
	background-color: #1d2088;
	color: #fff;
}

.headerBox ul li .item {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 99999;
	background-color: #1d2088;
	width: 150px;
	display: none;
}
.headerBox ul li .item .type,
.headerBox ul li .item .type .series {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 99999;
	background-color: #1d2088;
	width: 150px;
	border-left: 1px solid #fff;
	display: none;
}
.headerBox ul li .item a,
.headerBox ul li .item > div,
.headerBox ul li .item > div .type > div {
	color: #fff;
	width: 100%;
	padding: 0 15px;
	font-size: 12px;
	line-height: 36px;
	position: relative;
	cursor: pointer;
}
.headerBox ul li .item a:hover,
.headerBox ul li .item a.active,
.headerBox ul li .item > div:hover,
.headerBox ul li .item > div.active,
.headerBox ul li .item > div.active > .tit,
.headerBox ul li .item > div .type > div:hover,
.headerBox ul li .item > div .type > div.active,
.headerBox ul li .item > div .type > div.active .tit {
	color: #1d2088;
	background-color: #fff;
}
.headerBox ul li .item a i,
.headerBox ul li .item > div i {
	float: right;
	line-height: 36px;
}

.headerBox ul li .item .tit {
	padding: 0;
}

.headerRwm {
	text-align: center;
	color: #4d4d4d;
}
.headerRwm .img {
	width: 110px;
	height: 110px;
	margin: 0 auto 10px;
}
.headerRwm .img img {
	width: 100%;
}
.headerRwm h4 {
	font-size: 14px;
	margin-bottom: 20px;
}
.headerRwm h3 {
	font-size: 22px;
}

.logo {
	margin: 0 auto 40px;
	width: 128px;
}
.logo a {
	display: block;
}
.logo img {
	width: 100%;
}

.warpper {
	position: fixed;
	width: calc(100% - 240px);
	height: 100vh;
	overflow-y: auto;
	top: 0;
	right: 0;
	z-index: 9;
}

/*****header*******/


/*****banner*******/

.banner {
	overflow: hidden;
	position: relative;
}
.banner .img {
	width: 100%;
	height: 100%;
	position: absolute;
}
.banner .img:last-child {
	display: none;
}
.banner .img .txt {
	width: 100%;
	height: 80%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 15%;
}
.banner .img h3 {
	font-size: 65px;
	line-height: 100px;
	letter-spacing: 16px;
	font-weight: 400;
	color: #ffffff;
}
.banner .img h4 {
	margin-top: 60px;
	font-size: 24px;
	font-weight: 200;
	color: #ffffff;
}
.banner .img p {
	font-size: 20px;
	color: #ffffff;
	margin-top: 50px;
}
.banner .img span {
	margin: 0 15px;
	display: inline-block;
	width: 150px;
	height: 2px;
	background-color: #fff;
	vertical-align: middle;
}
.banner .bannerPagination {
	position: absolute;
	bottom: 15%;
	left: 0;
	padding: 0 15%;
	z-index: 2;
}
.banner .bannerPagination .swiper-pagination-bullet {
	height: auto;
	width: auto;
	color: #f5f5f5;
	opacity: 1;
	background-color: transparent;
	position: relative;
	margin: 0 7px;
	padding: 0 2px 4px;
	font-size: 14px;
}
.banner .bannerPagination .swiper-pagination-bullet::after,
.banner .bannerPagination .swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	z-index: 1;
	background-color: #fff;
}
.banner .bannerPagination .swiper-pagination-bullet::after {
	z-index: 2;
	background-color: #1d2088;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: left;
}
.banner .bannerPagination .swiper-pagination-bullet::before {
	display: none;
}
.banner .bannerPagination .swiper-pagination-bullet-active::before {
	display: block
}
.banner .bannerPagination .swiper-pagination-bullet-active::after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: all 5s linear;
	-moz-transition: all 5s linear;
	-ms-transition: all 5s linear;
	-o-transition: all 5s linear;
	transition: all 5s linear;
}

.mouse {
	position: absolute;
	bottom: 50px;
	left: 0;right: 0;
	margin: auto;
	text-align: center;
	z-index: 2;
}
.mouse > div {
	margin-bottom: 10px;
}
.mouse > img {
	animation: swing 1.5s infinite linear;
	-moz-animation: swing 1.5s infinite linear;
	-webkit-animation: swing 1.5s infinite linear;
	-o-animation: swing 1.5s infinite linear;
}
@keyframes swing {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(20px);
		opacity: 0;
	}
}

@-moz-keyframes swing {
	0% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
	100% {
		-moz-transform: translateY(20px);
		opacity: 0;
	}
}

@-webkit-keyframes swing {
	0% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(20px);
		opacity: 0;
	}
}

@-o-keyframes swing {
	0% {
		-o-transform: translateY(0);
		opacity: 1;
	}
	100% {
		-o-transform: translateY(20px);
		opacity: 0;
	}
}

/*****banner*******/


/*****sec1*******/

.index_sec {
	margin: 80px auto;
}
.width {
	width: 1300px;
	margin: 0 auto;
}
.width1 {
	width: 1200px;
	margin: 0 auto;
}
.width2 {
	width: 1100px;
	margin: 0 auto;
}
.headerTxt {
	text-align: center;
	margin-bottom: 50px;
}
.headerTxt h2 {
	font-size: 30px;
	color: #1d2088;
}
.headerTxt h3 {
	font-size: 16px;
	margin-top: 20px;
	color: #333333;
	position: relative;
	display: inline-block;
}
.headerTxt h3::after,
.headerTxt h3::before {
	content: '';
	position: absolute;
	top: 50%;
	width: 120px;
	height: 1px;
	background-color: #333;
}
.headerTxt h3::before {
	left: -150px;
}
.headerTxt h3::after {
	right: -150px;
}

.index_sec1 .cont a {
	position: relative;
	display: block;
}
.index_sec1 .cont a > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(29,32,136,0.9);
	padding: 0 13% 0 30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	transform-origin: center;
	opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.index_sec1 .cont a:hover > div {
	opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.index_sec1 .cont a > div h4 {
	font-size: 28px;
	margin-bottom: 25px;
	color: #ffffff;
}
.index_sec1 .cont a > div p {
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	margin-bottom: 120px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
	color: #ffffff;
}
.index_sec1 .cont a > div.small h4 {
	font-size: 22px;
	margin-bottom: 25px;
	color: #ffffff;
}
.index_sec1 .cont a > div.small p {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	margin-bottom: 50px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
	color: #ffffff;
}
.index_sec1 .cont a > div i {
	font-style: normal;
	font-size: 14px;
	color: #ffffff;
	display: flex;
	align-items: center;
  justify-content: flex-start;
}
.index_sec1 .cont a > div i img {
	margin-left: 13px;
	vertical-align: middle;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.index_sec1 .cont a > div i:hover img {
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
}
.index_sec1 .cont_l,
.index_sec1 .cont_r {
	float: left;
	width: calc(50% - 5px);
}
.index_sec1 .cont span {
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: inline-block;
	height: 52px;
	line-height: 52px;
	background-color: rgba(0,0,0,0.4);
	font-size: 18px;
	color: #ffffff;
	padding-left: 100px;
	padding-right: 20px;
	opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.index_sec1 .cont a:hover span {
	opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
}
.index_sec1 .cont span::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	width: 60px;
	height: 1px;
	background-color: #fff;
}
.index_sec1 .cont_l {
	margin-right: 10px;
}
.index_sec1 .cont_l .cont_lTop {
	height: 240px;
	margin-bottom: 10px;
	background: url(../images/index_sec1cont_lTop.jpg) no-repeat center center/cover;
}
.index_sec1 .cont_l .cont_lBot {
	height: 490px;
}
.index_sec1 .cont_l .cont_lBot .cont_lBot_l,
.index_sec1 .cont_l .cont_lBot .cont_lBot_r {
	height: 100%;
	width: calc(50% - 5px);
	float: left;
}
.index_sec1 .cont_l .cont_lBot .cont_lBot_l {
	margin-right: 10px;
}
.index_sec1 .cont_l .cont_lBot .cont_lBot_l .cont_lBot_lTop {
	height: calc(50% - 5px);
	margin-bottom: 10px;
	background: url(../images/index_sec1cont_lBot_lTop.jpg) no-repeat center center/cover;
}
.index_sec1 .cont_l .cont_lBot .cont_lBot_l .cont_lBot_lBot {
	height: calc(50% - 5px);
	background: url(../images/index_sec1cont_lBot_lBot.jpg) no-repeat center center/cover;
}
.index_sec1 .cont_l .cont_lBot .cont_lBot_r {
	background: url(../images/index_sec1cont_lBot_r.jpg) no-repeat center center/cover;
}
.index_sec1 .cont_l .cont_lBot .cont_lBot_r > div p {
	margin-bottom: 170px;
}
.index_sec1 .cont_r .cont_rTop {
	height: 490px;
	margin-bottom: 10px;
	background: url(../images/index_sec1cont_rTop.jpg) no-repeat center center/cover;
}
.index_sec1 .cont_r .cont_rBot {
	height: 240px;
	background: url(../images/index_sec1cont_rBot.jpg) no-repeat center center/cover;
}

/*****sec1*******/


/*****sec2*******/

.index_sec2 .box {
	padding: 80px 0;
	margin: 0;
	background-color: #f7f7f7;
}
.index_sec2 .cont > div {
	width: 50%;
	float: left;
	background-color: #fff;
	position: relative;
}
.index_sec2 .cont > div .img {
	overflow: hidden;
}
.index_sec2 .cont > div img {
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.index_sec2 .cont > div:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.index_sec2 .cont .cont_l .txt {
	position: relative;
	padding: 50px 40px 40px;
}
/* .index_sec2 .cont .cont_l .txt::after {
	content: '';
	position: absolute;
	left: 45px;
	top: -40px;
	height: 80px;
	width: 1px;
	background-color: #303030;
} */
.index_sec2 .cont .cont_l .txt h2 {
	font-size: 24px;
	color: #000000;
}
.index_sec2 .cont .cont_l .txt p {
	margin-top: 25px;
	font-size: 14px;
	line-height: 28px;
	height: 84px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
	text-align: justify;
	color: #4d4d4d;
}
.index_sec2 .cont .cont_r .img {
	position: absolute;
	bottom: 0;
	left: 0;
}
.index_sec2 .cont .cont_r .txt {
	position: relative;
	z-index: 2;
	padding-left: 40px;
	padding-right: calc(30% + 40px);
}
/* .index_sec2 .cont .cont_r .txt::after {
	content: '';
	position: absolute;
	left: 45px;
	bottom: -40px;
	height: 80px;
	width: 1px;
	background-color: #303030;
} */
.index_sec2 .cont .cont_r .txt > div {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.index_sec2 .cont .cont_r .txt h2 {
	font-size: 24px;
	color: #000000;
}
.index_sec2 .cont .cont_r .txt p {
	margin-top: 25px;
	font-size: 14px;
	line-height: 28px;
	height: 84px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
	text-align: justify;
	color: #4d4d4d;
}
.index_sec2 .cont .cont_r .txt a {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	width: 30%;
	height: 100%;
	color: #fff;
	background-color: #1d2088;
}

/*****sec2*******/


/*****sec3*******/

.index_sec3 {
	margin-top: 0;
	padding-bottom: 70px;
}
.index_sec3 .width {
	position: relative;
}
.index_sec3_l,.index_sec3_r {
	float: left;
	width: 50%;
	height: 730px;
	position: relative;
}
.index_sec3_l::after, .index_sec3_r::after {
	content: '';
	position: absolute;
	top: 60px;
	width: 35px;
	height: 2px;
}
.index_sec3_l::after {
	right: 0;
	background-color: #fff;
}
.index_sec3_r::after {
	left: 0;
	background-color: #1d2088;
}
.index_sec3_r .txt {
	height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 100px;
}
.index_sec3_r .txt h2 {
	font-size: 30px;
	color: #1d2088;
}
.index_sec3_r .txt h3 {
	margin-top: 20px;
	padding-top: 25px;
	position: relative;
	font-size: 16px;
	color: #333333;
}
.index_sec3_r .txt h3::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 1px;
	background-color: #333;
}
.index_sec3_l {
	background-color: #bc976e;
}
.index_sec3_l > .txt {
	width: 500px;
	height: 240px;
	float: right;
	font-size: 14px;
	line-height: 28px;
	padding-right: 100px;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.index_sec3_l > .more {
	position: absolute;
	left: -110px;
	bottom: 40px;
	width: 145px;
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	transform-origin: right;
	transform: rotate(90deg);
}
.index_sec3_l > .more i {
	display: block;
	width: 80px;
	height: 1px;
	background-color: #fff;
	margin-left: 15px;
}
.index_sec3 .width2 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -70px;
}
.index_sec3 .width2 .list {
	float: left;
	width: calc(99.9% / 4);
	height: 560px;
	overflow: hidden;
}
.index_sec3 .width2 .list .img {
	height: 490px;
}
.index_sec3 .width2 .list .txt {
	font-size: 20px;
	line-height: 70px;
	color: #ffffff;
	background-color: #1d2088;
	text-align: center;
	position: relative;
}
.index_sec3 .width2 .list .txt::after {
	content: '';
	position: absolute;
	right: 0;
	z-index: 2;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #fff;
}
.index_sec3 .width2 .list:last-child .txt::after {
	display: none;
}
.index_sec3 .width2 .list .txt > div {
	height: 300px;
	width: 100%;
	position: absolute;
	bottom: -300px;
	left: 0;
	background-color: #1d2088;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.index_sec3 .width2 .list .txt > div img {
	width: 75px;
}
.index_sec3 .width2 .list .txt > div h4 {
	font-size: 20px;
	margin-top: 35px;
	color: #ffffff;
}
.index_sec3 .width2 .list .txt > div p {
	font-size: 16px;
	margin-top: 20px;
	line-height: 1.1;
	color: #ffffff;
}
.index_sec3 .width2 .list:hover .txt > div {
	bottom: 0;
}

/*****sec3*******/


/*****sec4*******/

.index_sec4 .cont > div {
	float: left;
	width: calc(50% - 18px);
	height: 500px;
}
.index_sec4 .cont .cont_l {
	margin-right: 36px;
}
.index_sec4 .cont .cont_l .list {
	height: 20%;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	border-bottom: 1px solid #f3f3f3;
	background-color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.index_sec4 .cont .cont_l .list:first-child {
	border-top: 1px solid #f3f3f3;
}
.index_sec4 .cont .cont_l .list > div {
	overflow: hidden;
}
.index_sec4 .cont .cont_l .list h3 {
	float: left;
	font-size: 18px;
	color: #000000;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  height: 24px;
	width: calc(100% - 100px);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.index_sec4 .cont .cont_l .list .time {
	font-size: 14px;
	float: right;
	color: #1d2088;
	width: 100px;
	text-align: right;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.index_sec4 .cont .cont_l .list p {
	font-size: 14px;
	color: #666666;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  height: 24px;
	width: calc(100% - 70px);
	float: left;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.index_sec4 .cont .cont_l .list .img {
	width: 22px;
	float: right;
	position: relative;
	top: 14px;
}
.index_sec4 .cont .cont_l .list .img img {
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.index_sec4 .cont .cont_l .list .img img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.index_sec4 .cont .cont_l .list.active {
	background-color: #1d2088;
}
.index_sec4 .cont .cont_l .list.active h3,
.index_sec4 .cont .cont_l .list.active p,
.index_sec4 .cont .cont_l .list.active .time {
	color: #fff;
}
.index_sec4 .cont .cont_l .list.active .img img {
	opacity: 0;
}
.index_sec4 .cont .cont_l .list.active .img img:last-child {
	opacity: 1;
}

/*****sec4*******/


/*****sec5*******/

.index_sec5 .swiperBox {
	padding: 0 80px;
	position: relative;
}
.index_sec5 .swiperBox .bottom .left,
.index_sec5 .swiperBox .bottom .right {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.1);
	box-shadow:0px 0px 20px rgba(0,0,0,0.1);
	position: absolute;
	top: 50%;
	margin-top: -18px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.index_sec5 .swiperBox .bottom .img {
	position: relative;
	display: inline-block;
}
.index_sec5 .swiperBox .bottom .img img {
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.index_sec5 .swiperBox .bottom .img img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}
.index_sec5 .swiperBox .bottom .left {
	left: 0;
}
.index_sec5 .swiperBox .bottom .right {
  right: 0;
}
.index_sec5 .swiperBox .bottom .left:hover,
.index_sec5 .swiperBox .bottom .right:hover {
	background-color: #1d2088;
}
.index_sec5 .swiperBox .bottom > div:hover .img img {
	opacity: 0;
}
.index_sec5 .swiperBox .bottom > div:hover .img img:last-child {
	opacity: 1;
}
.index_sec5Swiper {
	overflow: hidden;
	position: relative;
	padding: 13px;
}
.index_sec5Swiper .box {
	position: relative;
	height: 60px;
	display: block;
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,0);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0);
	box-shadow:0px 0px 20px rgba(0,0,0,0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.index_sec5Swiper .box .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.index_sec5Swiper .box .img:last-child {
	opacity: 0;
}
.index_sec5Swiper .box .img img {
	max-width: 100%;
	max-height: 100%;
}
.index_sec5Swiper .box.active {
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.2);
	box-shadow:0px 0px 20px rgba(0,0,0,0.2);
}
.index_sec5Swiper .box.active .img {
	opacity: 0;
}
.index_sec5Swiper .box.active .img:last-child {
	opacity: 1;
}

/*****sec5*******/



/***footer***/

.footer {
	background: #fafafa;
	width: 100%;
}
.footerCont {
	width: 80%;
	margin: 0 auto;
	padding: 45px 0 30px;
}
.footerCont_l,.footerCont_r {
	float: left;
}
.footerCont_l {
	width: calc(100% - 280px);
	overflow: hidden;
	border-right: 1px solid #cbcbcb;
}
.footerCont_r {
	width: 280px;
}
.footerCont_l ul {
	float: left;
	vertical-align: top;
	width: calc(99% / 6);
}
.footerCont_l ul li h5 {
	font-size: 14px;
	color: #4d4d4d;
	margin-bottom: 20px;
	cursor: default;
}
.footerCont_l ul li a {
	font-size: 12px;
	line-height: 24px;
	color: #808080;
	display: inline-block;
}
.footerCont_l ul li a:hover {
	color: #4d4d4d;
}
.footerCont_r {
	display: flex;
	justify-content: center;
}
.footerCont_r h5 {
	font-size: 14px;
	color: #4d4d4d;
	margin-bottom: 10px;
	cursor: default;
}
.footerCont_r h4 {
	font-size: 28px;
	color: #1d2088;
	margin-bottom: 15px;
	/* font-weight: bold; */
	font-family: 'bebas';
}
.footerCont_r li {
	font-size: 12px;
	line-height: 24px;
	color: #6d6d6d;
	width: 100%;
}
.footerCont_r li a {
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid #cbcbcb;
	margin-right: 8px;
}

.footerBot {
	width: 80%;
	margin: 0 auto;
	border-top: 1px solid #cbcbcb;
}

.copy {
	font-size: 12px;
	line-height: 50px;
	color: #6d6d6d;
	font-family: Arial, Helvetica, sans-serif;
}
.copy a {
	display: inline-block;
	position: relative;
	color: #cacaca;
	font-size: 12px;
	padding-right: 15px;
	margin-right: 15px;
}
.copy a::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 14px;
	margin-top: -7px;
	background-color: #cacaca;
}
.copy a:last-child::after {
	display: none;
}


.footercopy .col-lg-6 {
	padding: 0px;
}

.footercopy {
	margin-top: 0px;
}
#footer_gejia {
	line-height: 50px;
		float: right;
}
#footer_gejia a {
	color: #6d6d6d;
	font-size: 12px;
}


/***footer***/

@media (max-width:1620px) {
	.width {
		width: 1100px;
	}
	.width1 {
		width: 1000px;
	}
	.width2 {
		width: 950px;
	}
	.index_sec1 .cont_r .cont_rTop,
	.index_sec1 .cont_l .cont_lBot {
		height: 460px;
	}
	.index_sec1 .cont_r .cont_rBot,
	.index_sec1 .cont_l .cont_lTop {
		height: 210px;
	}
	.index_sec3_l > .txt {
		padding-right: 60px;
		height: 210px;
	}
	.index_sec3_r .txt {
		padding-left: 60px;
		height: 210px;
	}
	.index_sec3_l, .index_sec3_r {
		height: 620px;
	}
	.index_sec3_l::after, .index_sec3_r::after {
		top: 40px;
	}
	.index_sec3 .width2 {
		bottom: -50px;
	}
	.index_sec3 .width2 .list {
		height: 460px;
	}
	.index_sec3 .width2 .list .img {
    height: 410px;
	}
	.index_sec3 .width2 .list .txt {
		font-size: 18px;
    line-height: 50px;
	}
	.index_sec3 .width2 .list .txt > div {
		height: 260px;
		bottom: -260px;
	}
	.index_sec3 .width2 .list .txt > div img {
		width: 65px;
	}
	.index_sec2 .cont .cont_l .txt {
    padding: 50px 45px 30px;
	}
	.index_sec2 .cont .cont_l .txt::after,
	.index_sec2 .cont .cont_r .txt::after {
		left: 35px
	}
}

@media (max-width:1500px) {
	.footerCont {
		width: 90%;
	}
	.footerBot {
		width: 90%;
	}
}

@media (max-width:1400px) {
	.header {
		width: 200px;
	}
	.warpper {
		width: calc(100% - 200px);
	}
	.width {
		width: 950px;
	}
	.width1 {
		width: 930px;
	}
	.width2 {
    width: 850px;
	}
	.index_sec1 .cont_r .cont_rTop,
	.index_sec1 .cont_l .cont_lBot {
		height: 410px;
	}
	.index_sec1 .cont_r .cont_rBot,
	.index_sec1 .cont_l .cont_lTop {
		height: 160px;
	}
	.index_sec1 .cont span {
		height: 35px;
		line-height: 35px;
		font-size: 16px;
		padding-left: 70px;
	}
	.index_sec1 .cont span::after {
		left: 10px;
		width: 50px;
	}
	.index_sec1 .cont a > div.small h4 {
		margin-bottom: 15px;
	}
	.index_sec1 .cont a > div.small p {
		margin-bottom: 20px;
	}
	.index_sec1 .cont a > div p {
		margin-bottom: 100px;
	}
	.index_sec1 .cont_l .cont_lBot .cont_lBot_r > div p {
		margin-bottom: 120px;
	}
	.index_sec3_l::after, .index_sec3_r::after {
		top: 30px;
	}
	.index_sec3_l > .txt {
		width: 360px;
		height: 180px;
	}
	.index_sec3_r .txt {
		height: 180px;
	}
	.index_sec3_l > .more {
		left: -115px;
	}
	.index_sec3 .width2 .list {
    height: 420px;
	}
	.index_sec3 .width2 .list .img {
    height: 370px;
	}
	.index_sec3_l, .index_sec3_r {
    height: 550px;
	}
	.index_sec3 .width2 .list .txt > div {
		height: 210px;
		bottom: -210px;
	}
	.index_sec3 .width2 .list .txt > div img {
    width: 55px;
	}
	.index_sec3 .width2 .list .txt > div h4 {
    font-size: 18px;
    margin-top: 30px;
	}
	.index_sec3 .width2 .list .txt > div p {
    font-size: 15px;
    margin-top: 15px;
	}
	.index_sec4 .cont > div {
    height: 450px;
	}
	.index_sec4 .cont .cont_l .list {
		padding: 15px;
	}
	.index_sec2 .cont .cont_l .txt p {
		margin-top: 15px;
		line-height: 24px;
    height: 72px;
	}
	.index_sec2 .cont .cont_r .txt p {
		margin-top: 15px;
	}
	.index_sec2 .cont .cont_r .txt > div {
		height: 85%;
	}
}

@media(max-width:767px) {
	.banner .img {
		display: none;
	}
	.banner .img:last-child {
		display: block;
	}
	.warpper {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.mouse {
		display: none;
	}
	.navbar-nav {
		width: 100%;
		margin-left: 0px;
		text-transform: uppercase;
	}
	.navbar-nav li {
		text-align: center;
		border-bottom: 1px dotted #e5e5e5;
		line-height: 40px;
	}
	.navbar-nav li a {
		color: #666;
		font-size: 13px;
	}
	.navbar-nav li a:hover {
		color: #0752a4;
	}
	.headerbg {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 999999;
		background: #fff;
		-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	}
	.logo_boxlist {
		float: left;
    width: 120px;
		margin-top: 6px;
	}
	.navbar-toggle {
		margin-top: 10px;
	}
	.navbar-toggle .icon-bar {
		background-color: #000;
	}
	.navbar-collapse {
		border-top: 1px solid #e5e5e5;
	}

	.banner .img .txt {
    height: 90%;
    padding: 0 10%;
	}
	.banner .img h3 {
    font-size: 24px;
    line-height: 40px;
	}
	.banner .img h4 {
    margin-top: 30px;
    font-size: 18px;
	}
	.banner .img p {
    font-size: 15px;
    margin-top: 15px;
	}
	.banner .img span {
		width: 40px;
		height: 1px;
	}
	.banner .bannerPagination {
    bottom: 20px;
    text-align: center;
    padding: 0;
	}
	.banner .bannerPagination .swiper-pagination-bullet {
		font-size: 12px;
	}
  .banner .bannerPagination .swiper-pagination-bullet::after {
    display: none;
  }

	.index_sec {
    margin: 30px auto 50px;
	}
	.width,.width1,.width2 {
		width: 95%;
	}
	.headerTxt {
		margin-bottom: 25px;
	}
	.headerTxt h2 {
		font-size: 20px;
	}
	.headerTxt h3 {
		font-size: 12px;
    margin-top: 7px;
	}
	.headerTxt h3::after, .headerTxt h3::before {
    width: 70px;
	}
	.headerTxt h3::before {
    left: -85px;
	}
	.headerTxt h3::after {
    right: -85px;
	}
	.headerTxt p {
		margin-top: 20px;
		font-size: 13px;
		color: #333333;
	}

	.index_sec1 .cont_l, .index_sec1 .cont_r {
		width: 100%;
		margin: 0;
	}
	.index_sec1 .cont {
		display: flex;
		flex-wrap: wrap;
	}
	.index_sec1 .cont_l {
		margin-top: 10px;
		-webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
	}
	.index_sec1 .cont a > div {
		padding: 0 13% 0 15px;
	}
	.index_sec1 .cont_r .cont_rBot, .index_sec1 .cont_l .cont_lTop {
		height: 130px;
	}
	.index_sec1 .cont_r .cont_rTop, .index_sec1 .cont_l .cont_lBot {
		height: 260px;
	}
	.index_sec1 .cont span {
		left: 10px;
    bottom: 10px;
	}
	.index_sec1 .cont a > div.small h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.index_sec1 .cont a > div.small p {
		margin-bottom: 15px;
		font-size: 13px;
    line-height: 20px;
    height: 40px;
	}
	.index_sec1 .cont a > div i {
		font-size: 12px;
	}
	.index_sec1 .cont a > div h4 {
		font-size: 20px;
    margin-bottom: 20px;
	}
	.index_sec1 .cont a > div p {
		font-size: 13px;
		margin-bottom: 50px;
	}
	.index_sec1 .cont_l .cont_lBot .cont_lBot_r > div p {
		margin-bottom: 50px;
	}

	.index_sec2 .box {
		padding: 30px 0 50px;
	}
	.index_sec2 .cont > div {
		width: 100%;
	}
	.index_sec2 .cont .cont_r .img {
		position: relative;
	}
	.index_sec2 .cont .cont_l .txt {
    padding: 30px 20px 15px;
	}
	.index_sec2 .cont .cont_l .txt h2,
	.index_sec2 .cont .cont_r .txt h2 {
		font-size: 18px;
	}
	.index_sec2 .cont .cont_l .txt p,
	.index_sec2 .cont .cont_r .txt p {
		font-size: 13px;
		margin-top: 10px;
	}
	.index_sec2 .cont .cont_l .txt::after, .index_sec2 .cont .cont_r .txt::after {
		left: 12px;
		top: -20px;
    height: 40px;
		bottom: auto;
	}
	.index_sec2 .cont .cont_r .txt {
		padding: 30px 0 15px;
		padding-left: 20px;
    padding-right: calc(30% + 20px);
	}
	.index_sec2 .cont .cont_r .txt a {
		font-size: 15px;
	}

	.index_sec3 {
		padding-bottom: 0;
	}
	.index_sec3 .width2 {
		position: relative;
		bottom: 0;
	}
	.index_sec3 .width2 .list {
		height: 210px;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		width: calc(99.9% / 2);
	}
	.index_sec3 .width2 .list:nth-of-type(2n) {
		border-right: none;
	}
	.index_sec3 .width2 .list .img {
		height: 180px;
	}
	.index_sec3 .width2 .list .txt {
    font-size: 14px;
    line-height: 30px;
	}
	.index_sec3 .width2 .list .txt > div {
    bottom: 0;
	}
	.index_sec3 .width2 .list .txt > div img {
    width: 45px;
	}
	.index_sec3 .width2 .list .txt > div h4 {
    font-size: 16px;
	}
	.index_sec3 .width2 .list .txt > div p {
    font-size: 13px;
	}
	.index_sec3 .width2 .list .txt::after {
		display: none;
	}

	.index_sec4 .cont > div {
		width: 100%;
		height: 400px;
		margin: 0;
	}
	.index_sec4 .cont .cont_r {
		display: none;
	}
	.index_sec4 .cont .cont_l .list {
		padding: 10px;
	}
	.index_sec4 .cont .cont_l .list h3 {
		font-size: 15px;
	}
	.index_sec4 .cont .cont_l .list .time {
		font-size: 13px;
	}
	.index_sec4 .cont .cont_l .list p {
		font-size: 12px;
	}

	.index_sec5 .swiperBox {
		padding: 0 30px;
	}
	.index_sec5Swiper {
    padding: 5px;
	}
	.index_sec5 .swiperBox .bottom .left, .index_sec5 .swiperBox .bottom .right {
		width: 24px;
		height: 24px;
	}
	.index_sec5 .swiperBox .bottom .img img {
		width: 6px;
	}

	.footerBot {
		width: 100%;
		padding: 0 2.5%;
		height: 50px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.copy {
		line-height: 12px;
	}
	.row {
		margin: 0;
	}
	.row > div {
		padding: 0;
	}
}

@media (max-height:840px) {
	.headerRwm {
		display: none;
	}
}

@media (max-height:640px) {
	.logo {
		width: 100px;
	}
	.headerBox ul li > a {
		line-height: 48px;
		font-size: 14px;
	}
}