@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";
	/* min-width: 1280px; */
}
img {
	vertical-align: top;
}
a:hover {
	text-decoration: none;
}

/*****header*******/

.header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	-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;
	/*background: #fff;*/
}

.pcWight {
	width: 90% !important;
	margin: 0 auto;
}

.headerBox {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.menu {
	/*overflow: hidden;*/
	width: 100%;
	margin: 0;
	position: relative;
	background-color: #ebeff2;
}

.menu .list {
	background-color: #fff;
	position: absolute;
  top: 80px;
	left: 50%;
	margin-left: -100px;
	width:180px;
	padding: 5px 0;
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.15);
	box-shadow:0px 0px 20px rgba(0,0,0,0.15);
	display: none;
}
.menu .list a {
	font-size: 14px;
	color: #333333;
	line-height: 40px;
	padding: 0;
	width: 100%;
	text-align: center;
	background-color: #fff;
	-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;
}
.menu .list a:hover {
	color: #0347e8 !important;
	background-color: #e5ecfd;
}

.menu ul li {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	text-transform: capitalize;
	/*width: 33%;*/
	padding: 25px 0;
}
.menu ul:last-child {
	float: right;
	text-align: right;
}
.menu ul li:last-child {
	margin-right: 0;
}

.menu ul li a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0px;
	display: inline-block;
	position: relative;
	float: left;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu ul li:nth-last-of-type(n + 3) {
	-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;
}
.menu ul li:nth-last-of-type(n + 3)::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #2546e8;
	-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;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transform-origin: center;
}
.menu ul li .xiaos {
	background-color: #0347e8;
	border-radius: 4px;
}
.menu ul li:nth-last-of-type(n + 3) > a:hover,
.menu ul .active > a {
	color: #2546e8;
}
.menu ul li:nth-last-of-type(n + 2):hover::after,
.menu ul .active::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.menu ul li .search img {
	height: 14px;
	margin-top: 3px;
	vertical-align: middle;
}
.menu ul li .search img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 14px;
	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;
}
.menu ul li .search {
	padding: 0;
	margin: 5px 20px 5px 10px;
	position: relative;
	/* margin-right: 10px; */
}
.language {
	position: relative;
}
.language img {
	vertical-align: middle;
}
.language img:last-child {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	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;
}
.language::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0px;
	height: 14px;
	width: 1px;
	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;
}

.navWap {
	position: initial;
	/*height: 165px;*/
}
.navYuan {
	width: 280px;
	height: 280px;
	background: #FFFFFF;
	border: solid 10px #f6f8f9;
	border-radius: 50%;
	position: absolute;
	top: -115px;left: 50%;
	margin-left: -140px;
}
.logoBg {
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -82px;
	width: 164px;
	height: 164px;
	background-color: #434343;
	border-radius: 50%;
}
.logoBg:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: -2px;
	top: 2px;
	z-index: -1;
	width: 168px;
	height: 168px;
	background-color: #d3d3d3;
	border-radius: 50%;
	border: 2px solid #fff;
}

.logo {
	float: left;
	margin-top: 17px;
	width: 182px;
	position: relative;
}
.logo img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	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;
}
.languageBox {
	width: 80px;
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
	top: 60px;
	right: 0;
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.3);
	box-shadow:0px 0px 20px rgba(0,0,0,0.3);
	display: none;
}
.menu ul li .languageBox a {
	display: block;
	color: #2546e8;
	text-align: center;
	float: none;
	line-height: 28px;
	border-radius: 3px;
	padding: 0;
}
.menu ul li .languageBox a:hover {
	color: #fff !important;
	background-color: #2546e8;
}
.languageBox::after {
	content: '';
	position: absolute;
	right: 3px;
	top: -10px;
	border: 5px solid #fff;
	border-color: transparent transparent #fff transparent;
}

.header.active {
	background-color: #fff;
}
.header.active .logo img:last-child {
	opacity: 1;
}
.header.active .menu ul li a {
	color: #333;
}
.header.active .menu ul li .search img:last-child {
	opacity: 1;
}
.header.active .language img:last-child {
	opacity: 1;
}
.header.active .language::after {
	background-color: #333;
}
.header.active .menu ul li.on > a,
.header.active .menu ul li.active > a,
.header.active .menu ul li:nth-last-child(n + 3) > a:hover {
	color: #2546e8;
}

/*****header*******/


/*****banner*******/

.banner {
  position: relative;
  overflow: hidden;
	  width: 100%;
	  height: 100%;
}
.banner .bannerBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.banner .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.bannerBox .box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bannerBox .box img,
.bannerBox .box video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bannerBox .banner-img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  transition: transform 14s cubic-bezier(0, 1, 0.34, 0.99);
}
.bannerBox .swiper-slide-active .banner-img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.bannerBox .swiper-pagination {
  bottom: 60px;
  z-index: 1;
	width: 90%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: right;
}
.bannerBox .swiper-pagination .swiper-pagination-bullet {
	font-size: 16px;
	color: #b2b2b2;
	width: 18px;
	height: auto;
	padding-bottom: 6px;
	margin: 0 15px;
	background-color: transparent;
	opacity: 1;
	position: relative;
}
.bannerBox .swiper-pagination .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #b2b2b2;
	-webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
	transform-origin: center;
	-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;
}
.bannerBox .swiper-pagination .swiper-pagination-bullet-active {
  color: #fff;
	background-color: transparent;
}
.bannerBox .swiper-pagination .swiper-pagination-bullet-active::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}


.banner ul {
  position: absolute;
  top: 0;left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.banner .bannerTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  color: #fff;
  z-index: 6;
  width: 100%;
  overflow: hidden;
}
.banner .bannerTxt h3 {
  font-size: 54px;
  margin-bottom: 60px;
  opacity: 0;
  position: relative;
  left: -100px;
	transition: all 1.2s ease-in-out;
}
.banner .bannerTxt h5 {
  font-size: 20px;
  margin: 0 0 10px 0;
  opacity: 0;
  position: relative;
  left: 100px;
	transition: all 1.2s ease-in-out;
}
.banner .bannerTxt p {
  font-size: 20px;
  margin: 0;
  opacity: 0;
  position: relative;
  left: -100px;
	transition: all 1.2s ease-in-out;
}
.banner .motion h3 {
  opacity: 0;
  left: 100px;
}
.banner .motion h5 {
  opacity: 0;
  left: -100px;
}
.banner .motion p {
  opacity: 0;
  left: 100px;
}
.banner .active h3 {
  opacity: 1;
  left: 0px;
}
.banner .active h5 {
  opacity: 1;
  left: 0px;
}
.banner .active p {
  opacity: 1;
  left: 0px;
}



#canvas {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -30px;
  z-index: 7;
  cursor: pointer;
}

/*****banner*******/


/*****sec1*******/

.index_sec {
	width: 90%;
	margin: 0 auto;
}
.index_sec1_l,
.index_sec1_r {
	width: 50%;
	float: left;
	height: 100%;
	position: relative;
	opacity: 0;
}
.index_sec1_l {
	right: 400px;
}
.index_sec1_r {
	left: 400px;
}
.index_sec1_lTop,
.index_sec1_lBot {
	width: 100%;
	height: 50%;
}

.index_sec1_lTop {
	overflow: hidden;
}
.index_sec1_lTop .itemBox {
	height: 100%;
	position: relative;
	left: 0;
	overflow: hidden;
	-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_lTop .itemBox .item {
	height: 100%;
	float: left;
}
.index_sec1_lTop .itemBox .item h4 {
	font-size: 32px;
	padding-bottom: 25px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	color: #000000;
}
.index_sec1_lTop .itemBox .item h4::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -35px;
	width: 70px;
	height: 2px;
	background-color: #333;
	display: block;
}
.index_sec1_lTop .itemBox .item .p {
	font-size: 15px;
	line-height: 25px;
	color: #333333;
	width: 550px;
	margin: 0 auto 40px;
	text-align: justify;
}

.index_sec1_lBot .item {
	width: 25%;
	height: 100%;
	float: left;
	position: relative;
}
.index_sec1_lBot .item div {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(33,90,216,0.8);
	-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;
	cursor: pointer;
}
.index_sec1_lBot .item div span {
	font-size: 26px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	display: block;
	width: 80%;
	left: 0;
	right: 0;
	top: 30%;
	margin: 0 auto;
	font-weight: 200;
}
.index_sec1_lBot .item div img {
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: 20%;
}
.index_sec1_lBot .item.active div {
	opacity: 0;
}

.index_sec1_r {
	overflow: hidden;
}
.index_sec1_r .itemBox {
	height: 100%;
	position: relative;
	left: 0;
	overflow: hidden;
	-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_r .itemBox .item {
	height: 100%;
	float: left;
}

/*****sec1*******/


/*****sec2*******/

.index_sec2 {
	width: 100%;
	/* padding: 80px 0; */
	background: url(../images/index_sec2Bg.jpg) no-repeat center center/cover;
}
.index_sec2 h3 {
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 40px;
	text-align: center;
}
.index_sec2 .txt {
	font-size: 20px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
	/* margin-bottom: 120px; */
	/* width: 1000px; */
	margin: 0 auto 150px;
}
.index_sec2 ul {
	/* display: flex;
	justify-content: space-between; */
	margin-bottom: 120px;
}
.index_sec2 ul li {
	float: left;
	width: 25%;
	text-align: center;
	/* width: 150px; */
	height: 140px;
	padding-top: 20px;
	position: relative;
}
.index_sec2 ul li:nth-last-of-type(n + 2)::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background: url(../images/line.png) no-repeat center center;
}
.index_sec2 ul li h2 {
	position: relative;
	font-size: 50px;
	display: inline-block;
	font-family: 'bebas';
	margin-bottom: 25px;
	color: #ffffff;
}
.index_sec2 ul li h2::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 21px;
	background: url(../images/jia.png) no-repeat center center/cover;
	top: -15px;
	right: -25px;
	color: #ffffff;
}
.index_sec2 ul li p {
	font-size: 18px;
	color: #ffffff;
}
.index_sec2 a {
	display: block;
	margin: 0 auto;
	width: 210px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #ccc;
}

/*****sec2*******/


/*****sec3*******/

.index_sec3Header {
	font-size: 40px;
	color: #000000;
	position: relative;
	margin-bottom: 40px;
}
.index_sec3Header ul {
	position: absolute;
	right: 0;
	bottom: 0;
}
.index_sec3Header ul li {
	float: left;
	font-size: 16px;
	color: #000000;
	width: 85px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	margin-left: 5px;
}
.index_sec3Header ul li a {
	font-size: 16px;
	color: #000000;
	width: 100%;
	height: 100%;
}
.index_sec3Header ul li:hover,
.index_sec3Header ul li.active,
.index_sec3Header ul li.active a {
	color: #fff;
	background-color: #0347e8;
}

.index_sec3Cont_r {
	width: calc(55% - 10px);
	float: left;
	overflow: hidden;
	position: relative;
	left: 400px;
	opacity: 0;
}
.index_sec3Cont_r .box {
	width: 301%;
	position: relative;
	left: 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_sec3Cont_r .box .item {
	width: calc(100% / 3);
	float: left;
}
.index_sec3Cont_l {
	width: calc(45% - 50px);
	margin-right: 60px;
	float: left;
	position: relative;
	right: 400px;
	opacity: 0;
}
.index_sec3Cont_l .img {
	height: 290px;
	margin-bottom: 25px;
}
.index_sec3Cont_l .txt_l,
.index_sec3Cont_l .txt_r {
	float: left;
}
.index_sec3Cont_l .txt_l {
	width: calc(100% - 125px);
	padding-right: 25px;
}
.index_sec3Cont_l .txt_l h5 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	height: 24px;
}
.index_sec3Cont_l .txt_l p {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	margin-bottom: 20px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
.index_sec3Cont_l .txt_l h6 {
	font-size: 14px;
	color: #7a7a7a;
	margin: 0;
}
.index_sec3Cont_l .txt_l h6 img {
	margin-right: 5px;
}
.index_sec3Cont_l .txt_r {
	width: 125px;
	display: inline-block;
	border-left: 2px solid #f0f0f0;
}

.index_sec3Cont_r .list {
	border-bottom: 1px solid #dddddd;
	padding: 25px 0;
}
.index_sec3Cont_r .list:first-child {
	border-top: 1px solid #dddddd;
}
.index_sec3Cont_r .list .img {
	width: 180px;
	margin-right: 25px;
	float: left;
}
.index_sec3Cont_r .list .txt {
	float: left;
	width: calc(100% - 205px);
}
.index_sec3Cont_r .list .txt_l {
	float: left;
	width: calc(100% - 175px);
}
.index_sec3Cont_r .list .txt_l h5 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	height: 24px;
}
.index_sec3Cont_r .list .txt_l p {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	margin-bottom: 20px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
.index_sec3Cont_r .list .txt_l h6 {
	font-size: 14px;
	color: #7a7a7a;
	margin: 0;
}
.index_sec3Cont_r .list .txt_l h6 img {
	margin-right: 5px;
}
.index_sec3Cont_r .list .txt_r {
	width: 135px;
	margin-left: 40px;
	float: left;
	border-left: 2px solid #f0f0f0;
}
.index_sec3Cont_r .list .txt_r:hover img,
.index_sec3Cont_l .txt_r:hover 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: translateX(0);
	}
	25% {
		transform: translateX(10px);
	}
	75% {
		transform: translateX(-10px);
	}
	100% {
		transform: translateX(0);
	}
}

@-moz-keyframes swing {
	0% {
		-moz-transform: translateX(0);
	}
	25% {
		-moz-transform: translateX(10px);
	}
	75% {
		-moz-transform: translateX(-10px);
	}
	100% {
		-moz-transform: translateX(0);
	}
}

@-webkit-keyframes swing {
	0% {
		-webkit-transform: translateX(0);
	}
	25% {
		-webkit-transform: translateX(10px);
	}
	75% {
		-webkit-transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}

@-o-keyframes swing {
	0% {
		-o-transform: translateX(0);
	}
	25% {
		-o-transform: translateX(10px);
	}
	75% {
		-o-transform: translateX(-10px);
	}
	100% {
		-o-transform: translateX(0);
	}
}

/*****sec3*******/

.centerBox {
	display: table;
	text-align: center;
	height: 100%;
	width: 100%;
}
.center {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.more {
	display: block;
	width: 220px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	color: #333;
	border: 1px solid #b2b2b2;
	background-color: transparent;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
	-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;
}
.more::after {
	content: '';
	width: 300px;
	height: 300px;
	background-color: #0347e8;
	transform: rotate(30deg);
	position: absolute;
	left: -350px;
	top: -120px;
	z-index: -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;
}
.more i {
	font-size: 21px;
  vertical-align: text-top;
  margin-left: 5px;
}
.more:hover {
	color: #fff;
}
.more:hover::after {
	left: -70px;
}


/***footer***/

.footer {
	background: #012046;
	width: 100%;
}
.footerCont {
	width: 1200px;
	margin: 0 auto;
	padding: 45px 0 30px;
}
.footerCont_l,.footerCont_r {
	float: left;
}
.footerCont_l {
	width: 70%;
	font-size: 0;
	letter-spacing: 0;
	border-right: 1px solid #cbcbcb;
}
.footerCont_r {
	width: 30%;
}
.footerCont_l ul {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 7);
}
.footerCont_l ul li h5 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
	cursor: default;
}
.footerCont_l ul li a {
	font-size: 12px;
	line-height: 24px;
	color: #ccc;
	display: inline-block;
}
.footerCont_l ul li a:hover {
	color: #fff;
}
.footerCont_r {
	display: flex;
	justify-content: flex-end;
}
.footerCont_r .rwm {
	margin-right: 20px;
	width: 120px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.footerCont_r .rwm img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.footerCont_r h5 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
	cursor: default;
}
.footerCont_r h4 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 20px;
	/* font-weight: bold; */
	font-family: 'bebas';
}
.footerCont_r li {
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	width: 190px;
}

.footerBot {
	width: 1200px;
	margin: 0 auto;
	border-top: 1px solid #cbcbcb;
}

.copy {
	font-size: 12px;
	line-height: 50px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.copy a {
	display: inline-block;
	position: relative;
	color: #fff;
	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: #fff;
}
.footercopyTop {
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	margin-top: 10px;
}
.footercopyTop a {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	position: relative;
	margin: 0 15px;
}
.footercopyTop a:nth-last-of-type(n + 2)::after {
	content: '';
	position: absolute;
	right: -15px;
	top: 50%;
	width: 1px;
	height: 14px;
	margin-top: -7px;
	background-color: #fff;
	cursor: default;
}


.footercopy .col-lg-6 {
	padding: 0px;
}

.footercopy {
	margin-top: 0px;
}
#footer_gejia {
	line-height: 50px;
		float: right;
}
#footer_gejia a {
	color: #fff;
	font-size: 12px;
}

.section {

	overflow: hidden;
}

/***footer***/


#fp-nav ul li:last-child {
	display: none;
}
#fp-nav ul li a span,
#fp-nav ul li:hover a span {
	width: 12px;
	height: 12px;
	border: 1px solid #0347e8;
  margin: -6px 0 0 -6px;
	background-color: transparent;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
	width: 12px;
	height: 12px;
	margin: -6px 0 0 -6px;
	background-color: #0347e8;
}
#fp-nav ul li, .fp-slidesNav ul li {
	margin: 7px 0;
}


@media(max-height:800px) {
	.index_sec3Header {
		margin-bottom: 25px;
	}
	.index_sec3Cont_r .list {
		padding: 20px 0;
	}
}

@media(max-width:1400px) {
	.index_sec3Cont_l .txt_l {
		width: calc(100% - 105px);
	}
	.index_sec3Cont_l .txt_r {
		width: 105px;
	}
	.index_sec3Cont_r .list .txt_r {
		width: 95px;
	}
	.index_sec3Cont_r .list .txt_l {
		width: calc(100% - 135px);
	}
}

@media(max-width:1250px) {
	.footerCont,.footerBot {
		width: 90%;
	}
	.footerCont_r {
    width: 340px;
	}
	.footerCont_l {
		width: calc(100% - 340px);
	}
	.logo {
		width: 150px;
		margin-top: 21px;
	}
	.menu ul li a {
    padding: 5px 5px;
	}
	.menu ul li {
		margin-right: 1px;
	}
}

@media(max-width:768px) {
	.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.on > a span {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 12px;
		height: 12px;
		margin-top: -6px;
	}
	.navbar-nav li.on > a span::after,
	.navbar-nav li.on > a span::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background-color: #666;
		top: 50%;
		margin-top: -1px;
		left: 0;
		-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;
	}
	.navbar-nav li.on > a span::after {
		transform: rotate(90deg);
	}
	.navbar-nav li.active > a span::after {
		transform: rotate(0deg);
	}
	.navbar-nav li .itemBox {
		border-top: 1px dotted #e5e5e5;
		display: none;
	}
	.navbar-nav li .itemBox .item {
		border-top: 1px dotted #e5e5e5;
		width: 88%;
		margin: 0 auto;
	}
	.navbar-nav li .itemBox .item:first-child {
		border-top: none;
	}
	.navbar-nav li a {
		color: #666;
		font-size: 13px;
		position: relative;
	}
	.navbar-nav li a:hover {
		color: #0752a4;
	}
	.headerbg {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 999999;
		-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;
	}
	.logo_boxlist {
		float: left;
    width: 120px;
    margin-top: 11px;
		position: relative;
	}
	.logo_boxlist img {
		opacity: 1;
		-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;
	}
	.logo_boxlist img:last-child {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		opacity: 0;
	}
	.navbar-toggle {
		margin-top: 10px;
	}
	.navbar-toggle .icon-bar {
		background-color: #fff;
		-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;
	}
	.navbar-collapse {
		border-top: 1px solid #e5e5e5;
	}

	.phone.active .headerbg {
		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);
	}
	.phone.active .navbar-toggle .icon-bar {
		background-color: #000;
	}
	.phone.active .logo_boxlist img {
		opacity: 0;
	}
	.phone.active .logo_boxlist img:last-child {
		opacity: 1;
	}

	#fp-nav.right {
		right: 5px;
	}
	#fp-nav ul li a span,
	#fp-nav ul li:hover a span {
		width: 8px;
		height: 8px;
	}
	#fp-nav ul li a.active span,
	#fp-nav ul li:hover a.active span {
		width: 8px;
		height: 8px;
	}
	#fp-nav ul li, .fp-slidesNav ul li {
		width: 10px;
		margin: 5px 0;
	}

	.banner .bannerTxt {
		width: 90%;
	}
	.banner .bannerTxt h3 {
		font-size: 22px;
		margin-bottom: 25px;
	}
	.banner .bannerTxt h5 {
		font-size: 15px;
    line-height: 22px;
	}
	.banner .bannerTxt p {
		font-size: 15px;
	}
	.bannerBox .swiper-pagination {
		bottom: 15px;
	}
	.bannerBox .swiper-pagination .swiper-pagination-bullet {
		width: 16px;
		font-size: 12px;
    margin: 0 7px;
	}
	#canvas {
		bottom: 40px;
		width: 40px;
		height: 40px;
		margin-left: -20px;
	}

	.index_sec1 {
		width: 100%;
	}
	.index_sec1_l {
		width: 100%;
		right: 0;
		opacity: 1;
	}
	.index_sec1_r {
		left: 0;
		opacity: 1;
	}
	.index_sec1_lTop .itemBox .item h4 {
		font-size: 20px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.index_sec1_lTop .itemBox .item .p {
		width: 90%;
		font-size: 13px;
		line-height: 22px;
    margin: 0 auto 25px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 88px;
	}
	.more {
		width: 160px;
		font-size: 13px;
		line-height: 35px;
		margin-top: 25px;
	}
	.more i {
    font-size: 13px;
    vertical-align: baseline;
	}
	.index_sec1_lBot .item {
		width: 50%;
		height: 50%;
	}
	.index_sec1_lBot .item div span {
		font-size: 17px;
		top: 25%;
	}
	.index_sec1_lBot .item div img {
		bottom: 15%;
	}

	.index_sec2 {
		padding: 30px 0 50px;
	}
	.index_sec2 h3 {
    font-size: 20px;
    margin-bottom: 25px;
	}
	.index_sec2 .txt {
    font-size: 12px;
    line-height: 22px;
    margin: 0 auto 25px;
	}
	.index_sec2 ul {
    margin-bottom: 20px;
	}
	.index_sec2 ul li {
		width: 50%;
		height: 110px;
	}
	.index_sec2 ul li:nth-of-type(2n)::after {
		display: none;
	}
	.index_sec2 ul li:nth-of-type(1)::before,
	.index_sec2 ul li:nth-of-type(2)::before {
		position: absolute;
		content: '';
		left: 0;
		bottom: 0;
		height: 2px;
		width: 100%;
		background: url(../images/line1.png) no-repeat center center;
	}
	.index_sec2 ul li h2 {
		font-size: 32px;
		margin-bottom: 15px;
	}
	.index_sec2 ul li p {
    font-size: 13px;
	}
	.index_sec2 ul li h2::after {
		width: 10px;
    height: 10px;
		top: -10px;
		right: -10px;
	}
	.index_sec2 a {
    width: 160px;
    line-height: 35px;
    font-size: 13px;
	}

	.index_sec3 {
		margin: 30px auto 50px;
	}
	.index_sec3Cont_l {
		width: 100%;
		margin-right: 0;
		opacity: 1;
		right: 0;
		display: none;
	}
	.index_sec3Cont_r {
		width: 100%;
		opacity: 1;
		left: 0;
	}
	.index_sec3Header {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.index_sec3Header ul {
		position: relative;
		margin-top: 5px;
	}
	.index_sec3Header ul li {
		margin-left: 0;
		margin-right: 5px;
		font-size: 13px;
		line-height: 30px;
		width: 70px;
	}
	.index_sec3Cont_l .img {
		display: none;
	}
	.index_sec3Cont_r .list .img {
		display: none;
	}
	.index_sec3Cont_r .list .txt {
		width: 100%;
	}
	.index_sec3Cont_r .list .txt_l h5,
	.index_sec3Cont_l .txt_l h5 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 18px;
    height: 18px;
	}
	.index_sec3Cont_r .list .txt_l p,
	.index_sec3Cont_l .txt_l p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    height: 40px;
	}
	.index_sec3Cont_r .list .txt_l h6,
	.index_sec3Cont_l .txt_l h6 {
    font-size: 13px;
	}
	.index_sec3Cont_r .list .txt_l h6 img,
	.index_sec3Cont_l .txt_l h6 img {
		width: 13px;
	}
	.index_sec3Cont_r .list {
		padding: 10px 0;
	}
	.index_sec3Cont_l .txt {
		padding-bottom: 10px;
	}
	.index_sec3Cont_l .txt_l {
		width: calc(100% - 70px);
		padding-right: 20px;
	}
	.index_sec3Cont_l .txt_r {
		width: 70px;
	}
	.index_sec3Cont_r .list .txt_r {
		width: 70px;
		margin-left: 20px;
	}
	.index_sec3Cont_r .list .txt_l {
    width: calc(100% - 90px);
	}

	.footerBot {
		width: 100%;
		border-top: none;
	}
	.footercopyTop {
		margin-top: 0;
		padding: 0 2.5%;
		border-bottom: 1px solid #cdcdcd;
	}
	.copy {
		padding: 0 2.5%;
		line-height: 30px;
	}
}
