@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;
}
.section {
	overflow: hidden;
	background-color: #fff;
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 9999999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loading div {
	width: 140px;
	height: 140px;
	line-height: 140px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: relative;
	letter-spacing: 2px;
}
.loading div span {
	position: absolute;
	top: 0;left: 0;
  height : 100%;
  width : 100%;
	display: inline-block;
  border : 3px solid #fff;
  border-left-color : transparent;
  border-right-color : transparent;
  border-radius : 50%;
  animation : spin 2.5s infinite;
  -webkit-animation : spin 2.5s infinite;
}

@-webkit-keyframes spin {
  0% {-webkit-transform : rotate(0deg);}
  50% {-webkit-transform : rotate(360deg);}
  100% {-webkit-transform : rotate(0deg);}
}

@keyframes spin {
  0% {transform : rotate(0deg);}
  50% {transform : rotate(360deg);}
  100% {transform : rotate(0deg);}
}

.youce {
	position: fixed;
	right: 0;
	bottom: 10%;
	width: 45px;
	z-index: 999999
}
.youce .but {
	width: 45px;
	height: 45px;
	display: block;
	margin-top: 2px;
	cursor: pointer;
	position: relative;
	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;
}
.youce .but1 {
	background: url(../images/youce_img1.png) rgba(0,0,0,0.3) no-repeat center center;
}
.youce .but2 {
	background: url(../images/youce_img2.png) rgba(0,0,0,0.3) no-repeat center center;
}
.youce .but3 {
	background: url(../images/youce_img3.png) rgba(0,0,0,0.3) no-repeat center center;
}
.youce .but span {
	position: absolute;
	top: 0;
	left: 100%;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	height: 45px;
	line-height: 45px;
}
.youce .but1 span {
	width: 130px;
}
.youce .but4 span {
	width: 45px;
}
.youce .but1:hover {
	left: -130px;
}
.youce .but4:hover {
	left: -45px;
}

/*****header*******/

.header {
	position: fixed;
	height: 100%;
	width: 340px;
	top: 0;
	left: 0;
	z-index: 99999;
}

.headerBox {
	position: relative;
	float: left;
	width: 240px;
	height: 100vh;
	background: rgba(0,0,0,0.3);
}

.logo {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto;
	height: auto;
	width: 100%;
}

.menu {
	/*overflow: hidden;*/
	width: 100%;
	margin: 0;
}

.menu ul li {
	/* float: left; */
	vertical-align: middle;
	line-height: 30px;
	font-size:0;
	letter-spacing: 0;
	position: relative;
	text-transform: capitalize;
	text-align: center;
}

.menu ul li > a {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0px;
	display: inline-block;
	position: relative;
	line-height: 60px;
	font-family: Arial, 'fz', sans-serif;
	-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;
  vertical-align: middle;
	background-color: transparent;
}
.menu ul li:nth-last-of-type(n+2) > a {
	width: 100%;
}
.menu ul li:nth-last-of-type(n+2) > a:hover,
.menu ul li:nth-last-of-type(n+2).active > a,
.menu ul li:nth-last-of-type(n+2).on > a {
	background-color: rgba(255,255,255,0.07);
}
.menu ul li:last-child .wx {
	position: relative;
	margin-right: 30px;
}
.menu ul li:last-child {
	position: absolute;
	bottom: 9vh;
	left: 0;
	width: 100%;
}
.menu ul li:last-child a > img {
	width: 27px;
}
.menu ul li:last-child h4 {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}
.menu ul li:last-child h5 {
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	font-family: 'bebas';
	margin-top: 15px;
	margin-bottom: 40px;
}
.menu ul li:last-child .wx {
	position: relative;
}
.menu ul li:last-child .wx .img {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 12px);
	margin-left: -60px;
	width: 120px;
	height: 120px;
	padding: 3px;
	background-color: #fff;
	display: none;
}
.menu ul li:last-child .wx .img img {
	width: 100%;
}
.menu ul li:last-child .wx .img::after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -3px;
	bottom: -10px;
	border: 5px solid transparent;
	border-top-color: #fff;
}
.menu ul li:last-child .wx:hover .img {
	display: block;
}
.menu ul li .item {
	position: absolute;
	top: 0;
	z-index: 99;
	right: -150px;
	width: 150px;
	text-align: center;
  background: rgba(0,0,0,0.2);
	display: none;
}
.menu ul li .item a {
	line-height: 40px;
	font-size: 15px;
	color: #fff;
}
.menu ul li .item a:hover {
	background-color: rgba(0,0,0,0.2);
}


.menuBox {
	float: left;
	width: 100px;
	height: 100vh;
	border-right: 1px solid rgba(174,174,174,0.6);
}
.menu1 {
	position: relative;
	height: 20vh;
	background-color: rgba(174,174,174,0.6);
	cursor: pointer;
}
.menu1 .lineBox {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 15%;
	color: #fff;
	font-size: 12px;
	text-align: left;
	font-family: Arial, 'fz', sans-serif;
	width: 40px;
	height: 50px;
}
.menu1 .line {
	height: 2px;
	background-color: #fff;
	margin: 0 0 10px;
	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;
	transform-origin: left;
}
.menu1 .line1 {
	width: 37px;
}
.menu1 .line2 {
	width: 26px;
}
.menu1 .line3 {
	width: 32px;
}
.menu1:hover .line {
	background-color: #333;
}
.menu1.active .line1,
.menu1.active .line3 {
	width: 35px;
	margin: 0 auto 10px;
	transform: rotate(45deg);
}
.menu1.active .line3 {
	transform: rotate(-45deg);
}
.menu1.active .line2 {
	opacity: 0;
}

/*****header*******/

#fp-nav.right {
	right: 0;
}
#fp-nav ul li, .fp-slidesNav ul li {
	margin: 7px 0;
	height: auto;
	width: auto;
}
#fp-nav ul li a, .fp-slidesNav ul li a {
	width: 70px;
	height: 12px;
	position: relative;
	right: -15px;
	-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;
	font-size: 12px;
	line-height: 12px;
	color: rgba(0,0,0,0);
}
#fp-nav ul li a.active, .fp-slidesNav ul li a.active {
	right: 0px;
	color: rgba(255,255,255,1);
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	left: auto;
	right: 0;
	top: 50%;
	margin-top: -1px;
	width: 30px;
	height: 2px;
	border-radius: 0;
	border: none;
	background-color: #a0a0a0;
	-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;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
	background-color: #fff;
}


/* formBox */

.formBox {
	position: fixed;
	top: 0;
	/* right: 0; */
	left: 340px;
	height: 100vh;
	width: 0;
	z-index: 9999;
	background-color: rgba(255,255,255,0.95);
	overflow: hidden;
	/* display: none; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.formBox .width {
	width: 1000px;
}
.formBox_l,
.formBox_r {
  float: left;
  width: calc(50% - 40px);
}
.formBox_l {
  margin-right: 80px;
}
.formBox h2 {
  font-size: 26px;
  color: #333333;
}
.formBox_l .top h1 {
	font-size: 36px;
	color: #333;
	margin-bottom: 35px;
}
.formBox_l .top h3 {
  font-size: 18px;
  margin-top: 10px;
  color: #333333;
}
.formBox_l .top p {
  font-size: 14px;
  margin-top: 15px;
  color: #808080;
  text-align: justify;
}
.formBox_l .bot {
  margin-top: 70px;
}
.formBox_l .bot h5 {
  font-size: 17px;
  margin-top: 10px;
  color: #000;
}
.formBox_l .bot h4 {
  font-size: 30px;
  color: #333;
  margin-top: 15px;
  /* font-weight: bold; */
  /* font-family: 'bebas'; */
}
.formBox_l .bot .box {
  margin-top: 20px;
}
.formBox_l .bot p {
  font-size: 14px;
  line-height: 18px;
  padding-left: 30px;
	margin-bottom: 15px;
  color: #6d6d6d;
}
.formBox_l .bot .box p:nth-of-type(1) {
  background: url(../images/formbox_l1.png) no-repeat left center/contain;
}
.formBox_l .bot .box p:nth-of-type(2) {
  background: url(../images/formbox_l2.png) no-repeat left center/contain;
}
.formBox_l .bot .box p:nth-of-type(3) {
  background: url(../images/formbox_l3.png) no-repeat left center/contain;
}
.formBox_l .bot .box p:nth-of-type(4) {
  margin-bottom: 0;
  background: url(../images/formbox_l4.png) no-repeat left center/contain;
}

.formBox_r .box {
  margin-top: 25px;
}
.formBox_r .box input {
  height: 50px;
  width: 100%;
  border-radius: 6px;
  padding: 0 18px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  margin-bottom: 15px;
}
.formBox_r .box textarea {
  resize: none;
  font-size: 14px;
  padding: 10px 18px;
  width: 100%;
  height: 180px;
  border-radius: 6px;
  color: #333;
  background-color: #fff;
}
.formBox_r .box .submit {
  margin-top: 20px;
  display: block;
  width: 100%;
  line-height: 55px;
  font-size: 18px;
  text-align: center;
  background-color: #333;
  color: #ffffff;
  border-radius: 6px;
}

/* formBox */


/*****sec1*******/

.index_sec1 .swiperBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.index_sec1 .swiperBox .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}
.index_sec1 .swiperBox .swiper-slide .img {
	width: 100%;
	height: 100%;
	position: relative;
  transform: scale(1.3);
	transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);
}
.index_sec1 .swiperBox .swiper-slide-active .img {
	transform: scale(1);
}
.index_sec1 .swiperBox .txt {
	position: absolute;
	left: 340px;
	top: 20vh;
	padding-left: 100px;
	z-index: 2;
}
.index_sec1 .swiperBox .swiper-slide .txt::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 0px;
	background-color: #d7a268;
	opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
	transition: all 1s cubic-bezier(0.24, 0.77, 0.25, 1) 0.2s;
}
.index_sec1 .swiperBox .swiper-slide-active .txt::after {
	opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
	height: 110px;
}
.index_sec1 .swiperBox .swiper-slide .txt h2 {
	font-size: 36px;
	color: #ffffff;
	transition: all 0.8s  ease-out 0.2s;
	position: relative;
	top: 100px;
	opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
}
.index_sec1 .swiperBox .swiper-slide-active .txt h2 {
	top: 0px;
	opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.index_sec1 .swiperBox .swiper-slide .txt h3 {
	font-size: 46px;
	margin-top: 20px;
	color: #d7a268;
	font-weight: 200;
	transition: all 0.8s ease-out 0.3s;
	position: relative;
	top: 100px;
	opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
}
.index_sec1 .swiperBox .swiper-slide-active .txt h3 {
	top: 0px;
	opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.index_sec1 .swiperBox .swiper-slide .txt h4 {
	font-size: 20px;
	margin-top: 50px;
	padding-top: 60px;
	position: relative;
	color: #ffffff;
	transition: all 0.8s ease-out 0.4s;
	position: relative;
	top: 100px;
	opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
}
.index_sec1 .swiperBox .swiper-slide-active .txt h4 {
	top: 0px;
	opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.index_sec1 .swiperBox .swiper-slide .txt h4::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 1px;
	background-color: #fff;
}
.index_sec1 .swiperBoxPagination {
	position: absolute;
	z-index: 2;
	left: 440px;
	bottom: 9vh;
}
.index_sec1 .swiperBoxPagination .swiper-pagination-bullet {
	width: auto;
	height: auto;
	opacity: 1;
	color: #fff;
	background-color: transparent;
	font-family: 'fz';
	margin: 0 10px;
	font-size: 14px;
	position: relative;
	padding-bottom: 6px;
}
.index_sec1 .swiperBoxPagination .swiper-pagination-bullet::after,
.index_sec1 .swiperBoxPagination .swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.index_sec1 .swiperBoxPagination .swiper-pagination-bullet::before {
	display: none;
}
.index_sec1 .swiperBoxPagination .swiper-pagination-bullet::after {
	background-color: #d7a268;
	transform-origin: left;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
}
.index_sec1 .swiperBoxPagination .swiper-pagination-bullet-active::before {
	display: block;
}
.index_sec1 .swiperBoxPagination .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;
}
.index_sec .bottom_more {
	position: absolute;
	left: 50%;
	margin-left: -15px;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	width: 64px;
	bottom: 26px;
	z-index: 1;
	display: inline-block;
	transform-origin: center;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.index_sec .bottom_more > span {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 2px;
	margin-top: -1px;
	overflow: hidden;
}
.index_sec .bottom_more > span::after {
	content: '';
	position: absolute;
	left: -72px;
	top: 0;
	width: 70px;
	height: 2px;
	background-color: #d7a268;
	animation: swing 3s infinite ease-in;
	-moz-animation: swing 3s infinite ease-in;
	-webkit-animation: swing 3s infinite ease-in;
	-o-animation: swing 3s infinite ease-in;
}
@keyframes swing {
	0% {
		left: -72px;
	}
	100% {
		left: 40px;
	}
}

@-moz-keyframes swing {
	0% {
		left: -72px;
	}
	100% {
		left: 40px;
	}
}

@-webkit-keyframes swing {
	0% {
		left: -72px;
	}
	100% {
		left: 40px;
	}
}

@-o-keyframes swing {
	0% {
		left: -72px;
	}
	100% {
		left: 40px;
	}
}

/*****sec1*******/


/*****sec2*******/

.index_sec .bg {
	width: 100%;
	height: 100%;
	position: relative;
}
.index_sec2Left {
	position: absolute;
	left: 340px;
	top: 0;
	width: 600px;
	height: 100vh;
	overflow: hidden;
}
.index_sec2Left .item {
	float: left;
	width: 50%;
	height: calc(100% / 3);
	position: relative;
	overflow: hidden;
	border-right: 1px solid rgba(174,174,174,0.6);
	border-bottom: 1px solid rgba(174,174,174,0.6);
}
.index_sec2Left .item > h5 {
	font-size: 18px;
	color: #ffffff;
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: calc(100% - 60px);
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  height: 20px;
}
.index_sec2Left .item .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: center;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	/* border-radius: 50%; */
}
.index_sec2Left .item .img .anli {
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.index_sec2Left .item:hover .img {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.index_sec2Left .item .img .txt {
	background-color: rgba(51,51,51,0.6);
	width: 70%;
	padding: 30px 5% 20px;
}
.index_sec2Left .item .img .txt h5 {
	font-size: 16px;
	color: #ffffff;
}
.index_sec2Left .item .img .txt p {
	margin-top: 20px;
  line-height: 20px;
  height: 60px;
	font-size: 12px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
	color: #ffffff;
}
.index_sec2Left .item .img .txt img {
	margin-top: 30px;
}

.index_Sec2Txt {
	position: absolute;
	top: 0;
	right: 10%;
	height: 100vh;
	text-align: right;
}
.index_Sec2Txt h2 {
	font-size: 36px;
  color: #ffffff;
}
.index_Sec2Txt h3 {
	font-size: 46px;
	margin-top: 20px;
	color: #d7a268;
	font-weight: 200;
}
.index_Sec2Txt h4 {
	font-size: 20px;
  margin-top: 50px;
  padding-top: 60px;
  position: relative;
  color: #ffffff;
}
.index_Sec2Txt h4::after {
	content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 1px;
  background-color: #fff;
}

/*****sec2*******/


/*****sec3*******/

.index_sec3 .box {
	padding-left: 340px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_sec3_r {
	width: 800px;
	margin-left: 50px;
	position: relative;
}
.index_sec3_r > img {
	width: 100%;
}
.index_sec3_r .list {
	position: absolute;
	text-align: center;
}
.index_sec3_r .list1 {
	top: 7%;
	left: 48.5%;
}
.index_sec3_r .list2 {
	top: 30%;
  left: 29.5%;
}
.index_sec3_r .list3 {
	top: 30%;
	left: 66.5%;
}
.index_sec3_r .list4 {
	top: 53%;
  left: 9%;
}
.index_sec3_r .list5 {
	top: 66%;
  left: 40%;
}
.index_sec3_r .list > img {
	display: block;
	width: 60px;
	margin: 0 auto 15px;
}
.index_sec3_r .list h3 {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 10px
}
.index_sec3_r .list p {
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}
.index_sec3 .txt {
	width: 500px;
	position: relative;
	/* left: 390px; */
}
.index_sec3 .txt h2 {
	font-size: 36px;
  color: #ffffff;
}
.index_sec3 .txt h3 {
	font-size: 46px;
  margin-top: 20px;
  color: #d7a268;
  font-weight: 200;
}
.index_sec3 .txt h4 {
	font-size: 20px;
	line-height: 34px;
  margin-top: 50px;
  padding-top: 60px;
  position: relative;
	text-align: justify;
  color: #ffffff;
}
.index_sec3 .txt h4::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 1px;
  background-color: #fff;
}
.index_sec3 .txt a {
	display: inline-block;
	width: 160px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	background-color: #808080;
	color: #fff;
	margin-top: 150px;
}

/*****sec3*******/


/*****sec4*******/

.index_sec4 .bg .box {
	position: absolute;
	left: 340px;
	top: 0;
	height: 100%;
	width: calc(85% - 340px);
	background-color: rgba(102,102,102,0.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.index_sec4 .box .cont {
	width: 86%;
	margin: 0 auto;
}
.index_sec4 .txt {
	margin-bottom: 50px;
}
.index_sec4 .txt h2 {
	font-size: 36px;
	color: #fff;
}
.index_sec4 .txt h3 {
	font-size: 46px;
	margin-top: 20px;
	color: #fff;
}
.index_sec4 .item {
	padding: 30px 3% 30px 0;
	border-bottom: 1px solid #fff;
	display: block;
}
.index_sec4 .item:last-child {
	border-bottom: none;
}
.index_sec4 .item .item_l {
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	width: 120px;
	float: left;
}
.index_sec4 .item .item_r {
	width: calc(100% - 120px);
	float: left;
}
.index_sec4 .item .item_r h5 {
	font-size: 18px;
	line-height: 20px;
  height: 20px;
	margin-bottom: 20px;
	color: #ffffff;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_sec4 .item .item_r p {
	font-size: 14px;
	line-height: 24px;
  height: 48px;
	margin-bottom: 25px;
	color: #ffffff;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_sec4 .item .item_r .bot {
	padding-left: 35px;
	position: relative;
	color: #fff;
	font-size: 12px;
	-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;
}
.index_sec4 .item .item_r .bot::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 1px;
	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;
}
.index_sec4 .item:hover .item_r .bot {
	padding-left: 65px;
}
.index_sec4 .item:hover .item_r .bot::after {
	width: 50px;
}
.index_sec4 .button {
	margin: 40px auto 0;
	width: 190px;
	display: block;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	color: #333;
	font-size: 14px;
}

/*****sec4*******/


/*****sec5*******/

.index_sec5 .bg > .cont {
	position: absolute;
	top: 0;
	left: 0;
	width: 85%;
	height: 100%;
	background-color: rgba(24,69,157,0.75);
	padding-left: 340px;
}
.index_sec5 .bg > .cont .box {
	position: relative;
	top: 10%;
	height: 90%;
	width: 80%;
	margin: 0 auto;
}
.index_sec5 .bg > .cont h4 {
	font-size: 14px;
	margin-bottom: 50px;
	color: #ffffff;
}
.index_sec5 .bg > .cont .ulBox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
.index_sec5 .bg > .cont .ulBox ul li a {
	font-size: 12px;
	line-height: 24px;
	color: #ffffff;
}
.index_sec5 .bg > .cont .ulBox ul li:first-child {
	font-size: 14px;
	margin-bottom: 25px;
	color: #ffffff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.index_sec5 .bg > .cont .rwm {
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	margin-right: 40px;
	float: left;
	padding-top: 5px;
}
.index_sec5 .bg > .cont .rwm .img {
	width: 120px;
	height: 120px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
.index_sec5 .bg > .cont .rwm .img img {
	width: 110px;
}
.index_sec5 .bg > .cont .contact {
	float: left;
	width: calc(100% - 320px);
	height: 160px;
	border-left: 1px solid rgba(174,174,174,0.6);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 8%;
}
.index_sec5 .bg > .cont .contact h5 {
	font-family: 'bebas';
	font-size: 28px;
	margin-bottom: 12px;
	color: #ffffff;
}
.index_sec5 .bg > .cont .contact .p {
	margin-bottom: 8px;
}
.index_sec5 .bg > .cont .contact p {
	font-size: 14px;
	line-height: 20px;
	color: #cbcbcb;
}
.index_sec5 .bg > .cont .contact a {
	display: inline-block;
	width: 110px;
	line-height: 35px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	background-color: #333;
	border-radius: 18px;
}
.index_sec5 .bg > .cont .bot {
	line-height: 20px;
	padding: 10px 0;
	margin-top: 45px;
	font-size: 12px;
	color: #e5e5e5;
	border-top: 1px solid rgba(174,174,174,0.6);
}
.index_sec5 .bg > .cont .bot a {
	color: #fff;
	font-size: 12px;
}

/*****sec5*******/


@media (max-width:1800px) {
	.index_sec3 .txt {
		width: 440px;
	}
	.index_sec3 .txt h3 {
		font-size: 38px;
	}
	.index_sec3 .txt h4 {
		font-size: 18px;
	}
	.index_sec3_r {
		width: 700px;
		margin-left: 40px;
	}
	.index_sec3_r .list1 {
		top: 5%;
		left: 48.5%;
	}
	.index_sec3_r .list2 {
		top: 28%;
	  left: 29.5%;
	}
	.index_sec3_r .list3 {
		top: 28%;
		left: 66.5%;
	}
	.index_sec3_r .list4 {
		top: 51%;
	  left: 9%;
	}
	.index_sec3_r .list5 {
		top: 64%;
	  left: 40%;
	}
	.index_sec3_r .list > img {
		width: 50px;
	}
	.index_sec3_r .list h3 {
		font-size: 18px;
	}
	.index_sec3_r .list p {
		font-size: 13px;
	}
}


@media (max-width:1600px) {
	.index_sec2Left {
		width: 520px;
	}
	.index_sec2Left .item .img .txt {
		width: 80%;
	}
	.index_sec2Left .item > h5 {
		left: 20px;
		font-size: 16px;
		width: calc(100% - 40px);
	}
	.index_Sec2Txt {
		right: 6%;
	}
	.index_sec3 .box {
		flex-direction: column;
	}
	.index_sec3 .txt {
		width: 90%;
	}
	.index_sec3 .txt a {
		margin-top: 60px;
	}
	.index_sec3 .txt h3 {
    font-size: 46px;
	}
	.index_sec3 .txt h4 {
    font-size: 20px;
	}
	.index_sec3_r  {
		width: 90%;
		margin: 30px 0 0;
		display: flex;
		justify-content: space-between;
	}
	.index_sec3_r .list {
		position: relative;
		top: 0;
		left: 0;
		width: 18%;
		padding: 20px 0;
		background-color: #d6a168;
	}
	.index_sec3_r .list p {
		padding: 0 10px;
	}
	.index_sec3_r .list p br {
		display: none;
	}
	.index_sec3_r > img {
		display: none;
	}
}


@media (max-width:1460px) {
	.header {
		width: 260px;
	}
	.headerBox {
		width: 180px;
	}
	.menuBox {
		width: 80px;
	}
	.formBox,
	.index_sec1 .swiperBox .txt,
	.index_sec2Left,
	.index_sec4 .bg .box {
		left: 260px;
	}
	.index_sec1 .swiperBoxPagination {
		left: 360px;
	}

	.formBox .width {
		width: 890px;
	}
	.formBox_l, .formBox_r {
    width: calc(50% - 20px);
	}
	.formBox_l {
		margin-right: 40px;
	}
	.index_Sec2Txt h3 {
		font-size: 38px;
	}
	.index_sec3 .box,
	.index_sec5 .bg > .cont {
		padding-left: 260px;
	}
	.index_sec4 .bg .box {
		width: calc(92% - 260px);
	}
	.index_sec5 .bg > .cont {
		width: 92%;
	}
}


@media (max-width:1300px) {
	.index_sec2Left {
		width: 460px;
	}
	.index_sec2Left .item .img .txt {
    width: 90%;
	}
	.index_sec5 .bg > .cont .box {
		width: 86%;
	}
}

@media (max-height:840px) {
  .index_sec4 .item {
    padding: 25px 3% 25px 0;
  }
  .index_sec4 .item .item_r h5 {
    margin-bottom:12px;
  }
  .index_sec4 .item .item_r p {
    margin-bottom:18px;
  }
  .index_sec4 .txt h3 {
  	margin-top:15px;
  }
  .index_sec4 .txt {
    margin-bottom: 40px;
  }
  .index_sec4 .button {
  	margin-top:30px;
  }
}

@media (max-height:760px) {
  .index_sec4 .item {
    padding: 20px 3% 20px 0;
  }
  .index_sec4 .item .item_r h5 {
    margin-bottom:10px;
  }
  .index_sec4 .item .item_r p {
    margin-bottom:15px;
  }
  .index_sec4 .txt h3 {
  	margin-top:12px;
  }
  .index_sec4 .txt {
    margin-bottom: 35px;
  }
  .index_sec4 .button {
  	margin-top:25px;
  }
}

@media(max-width:767px) {
	.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;
	}
	.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: 140px;
	/* margin-top: 10px; */
	height: 54px;
	}
	.navbar-toggle {
		margin-top: 10px;
	}
	.navbar-toggle .icon-bar {
		background-color: #000;
	}
	.navbar-collapse {
		border-top: 1px solid #e5e5e5;
	}

	html,body {
		overflow: auto;
	}
	.warpper {
		margin-top: 52px;
	}
	.index_Sec2Txt,
	.index_sec2Left,
	.index_sec4 .bg .box,
	.index_sec5 .bg > .cont {
		position: relative;
	}
	.index_sec3 .box, .index_sec5 .bg > .cont {
    padding-left: 0px;
	}
	.formBox, .index_sec1 .swiperBox .txt, .index_sec2Left, .index_sec4 .bg .box {
		left: 0;
	}
	.index_sec1 .swiperBox .txt,
	.index_sec3 .txt,
	.index_sec4 .txt {
		padding: 0 25px;
		width: 100%;
	}
	.index_sec1 .swiperBox .swiper-slide .txt h2,
	.index_Sec2Txt h2,
	.index_sec3 .txt h2,
	.index_sec4 .txt h2 {
		font-size: 22px;
	}
	.index_sec1 .swiperBox .swiper-slide .txt h3,
	.index_Sec2Txt h3,
	.index_sec3 .txt h3,
	.index_sec4 .txt h3 {
		font-size: 18px;
		margin-top: 10px;
	}
	.index_sec1 .swiperBox .swiper-slide .txt h4,
	.index_Sec2Txt h4 {
		font-size: 14px;
		margin-top: 10px;
		padding-top: 25px;
	}
	.index_sec1 .swiperBoxPagination {
		text-align: center;
		left: 0;
		bottom: 20px;
	}
	.index_sec1 .swiperBoxPagination .swiper-pagination-bullet {
		font-size: 12px;
		padding-bottom: 3px;
	}
	.index_sec .bottom_more {
		display: none;
	}

	.index_sec2Left {
		width: 95%;
		height: auto;
		-webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
	}
	.index_sec2 > .bg {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.index_sec2Left .item {
		width: 49%;
		height: 200px;
		margin-right: 2%;
		margin-top: 6px;
	}
	.index_sec2Left .item:nth-of-type(2n) {
		margin-right: 0;
	}
	.index_sec2Left .item .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border-radius: 0;
	}
	.index_Sec2Txt {
		height: auto;
		text-align: left;
		width: 100%;
		padding: 0 25px;
		right: 0;
		margin-bottom: 35px;
	}
	.index_Sec2Txt h4::after {
		right: auto;
		left: 0;
	}

	.index_sec .bg,
	.index_sec4 .bg .box {
		padding: 30px 0 50px;
	}
	.index_sec5 .bg,
	.index_sec4 .bg {
		padding: 0;
	}
	.index_sec2Left .item:nth-last-of-type(n+2) .img .centerBox {
		display: inline-block;
		position: absolute;
		left: 0;
		bottom: 0;
		height: auto;
	}
	.index_sec2Left .item .img .txt {
		padding: 15px 10px;
		background-color: transparent;
	}
	.index_sec2Left .item .img .txt h5 {
		/* font-size: 14px; */
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
		line-height: 18px;
		height: 18px;
	}
	.index_sec2Left .item .img .txt p {
		margin-top: 10px;
		display: none;
	}
	.index_sec2Left .item .img .txt img {
		margin-top: 15px;
		display: none;
	}
	.index_sec2Left .item .img .anli {
		font-size: 16px;
	}

	.index_sec3 .txt h4 {
		margin-top: 20px;
		padding-top: 30px;
		font-size: 15px;
		line-height: 25px;
	}
	.index_sec3 .txt a {
		font-size: 13px;
		line-height: 35px;
		width: 150px;
		margin-top: 30px;
	}
	.index_sec3_r {
		width: 95%;
		flex-wrap: wrap;
	}
	.index_sec3_r .list {
		width: calc(50% - 3px);
		margin-top: 6px;
		margin-right: 6px;
		padding: 10px 0;
	}
	.index_sec3_r .list:nth-of-type(2n) {
		margin-right: 0;
	}
	.index_sec3_r .list > img {
		width: 40px;
		margin-bottom: 10px;
	}
	.index_sec3_r .list h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.index_sec3_r .list p {
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    height: 40px;
	}
	.index_sec4 .bg .box,
	.index_sec4 .box .cont,
	.index_sec5 .bg > .cont {
		width: 100%;
	}
	.index_sec4 .box .cont .itemBox,
	.index_sec5 .bg > .cont .box {
		width: 95%;
		margin: 0 auto;
	}
	.index_sec4 .txt {
		margin-bottom: 30px;
	}
	.index_sec4 .item {
		padding: 12px 2% 12px 0;
	}
	.index_sec4 .item .item_l {
		width: 100px;
	}
	.index_sec4 .item .item_r {
		width: 	calc(100% - 100px);
	}
	.index_sec4 .item .item_r h5 {

		font-size: 16px;
		margin-bottom: 15px;
	}
	.index_sec4 .item .item_r p {
		font-size: 13px;
		margin-bottom: 0;
	}
	.index_sec4 .item .item_r .bot {
		display: none;
	}
	.index_sec4 .button {
		line-height: 35px;
		width: 150px;
		font-size: 13px;
		margin-top: 20px;
	}
	.index_sec5 .bg > .cont .box {
		color: #fff;
		font-size: 12px;
		height: 45px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.index_sec1 .swiperBox .swiper-slide .txt::after {
		display: none;
	}
}
