@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-slide {
	z-index: 50;
	background-position: center;
	background-size: cover;
}

.swiper-slide .banner01 {
	width: 100%;
}
	
.swiper-slide .banner01 img {
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: center center;
	transition: all 1s ease 2.5s;
	transform: perspective(1000px) translate3d(0, 0, 100px);
}

.swiper-slide-active .banner01 img {
  transition: all 5s ease 0s;
  transform: perspective(1000px) translate3d(0, 0, 0px);
}

.swiper-slide .textBox {
	color: #fff;
	font-size: 40px;
	position: absolute;
	text-align: left;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.swiper-slide .textBox .sub {
	transform: translateY(80px);
	opacity: 0;
}

.swiper-slide-active .textBox .sub {
	transition: all 2s ease .5s;
	transform: translateY(0);
	opacity: 1;
}

.swiper-slide .textBox .title {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	position: relative;
}

.swiper-slide .textBox .title:before {
	width: 80px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #fff;
}

.swiper-slide .textBox .lead {
	margin-bottom: 30px;
	font-size: 65px;
	font-weight: bold;
	line-height: 1.5;
}

.swiper-slide .textBox .lead span {
	display: block;
	font-size: 30px;
}

.swiper-slide .textBox li {
	margin-right: 20px;
	float: left;
	font-size: 15px;
	text-align: center;
}

.swiper-slide .textBox li .icon {
	margin-bottom: 5px;
	padding: 10px 0;
	width: 70px;
	text-align: center;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 5px;
}

.swiper-slide .textBox li .icon img {
	width: 50px;
}

.section01 {
	background: url(../images/bg01.jpg) no-repeat right center;
	background-size: cover;
}

.aboutUs {
	padding-bottom: 200px;
	background: url(../images/company01.png) no-repeat 60% bottom;
}

.aboutUs .inner {
	margin: 0 auto;
	width: 80%;
	min-width: 1200px;
	padding-right: 30%;
	box-sizing: border-box;
}

.aboutUs h2 {
	color: #fff;
	font-size: 70px;
}

.aboutUs .name {
	margin-bottom: 30px;
	color: #fff;
	font-size: 40px;
}

.aboutUs .txt {
	margin-bottom: 10px;
	color: #fff;
	font-size: 15px;
	text-indent: 2em;
}

.aboutUs .link {
	margin-top: 30px;
}

.aboutUs .link a {
	padding: 10px 0;
	width: 150px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #FF8400;
	border-radius: 40px;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.aboutUs .link a:hover {
	width: 200px;
}


.numsrcoll {
	margin-top: 30px;
	padding: 0;
	background: url(../images/numsrcoll_bg.jpg) no-repeat center bottom;
	background-size: cover;
}

.numsrcoll .num {
	margin-right: 7%;
	width: 26.33%;
	float: left;
	border-right: 1px dotted #ccc;
	box-sizing: border-box;
}

.numsrcoll .num:last-child {
	border-right: none;
}

.numsrcoll .js-counter {
	color: #fff;
	font-size: 18px;
}

.numsrcoll .js-counter span {
	margin-right: 10px;
	color: #FF8400;
    font-size: 70px;
	font-family: impact;
}

.numsrcoll .text {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}

.section02 {
	background: url(../images/bg02.jpg) no-repeat right center;
	background-size: cover;
}

.proList {
	margin: 0 auto;
	width: 80%;
	min-width: 1200px;
	position: relative;
}

.proList li {
	margin: 0 15px;
	width: 350px;
	float: left;
}

.proList li a {
	display: block;
	overflow: hidden;
	background: #fff;
	z-index: 10;
	border-radius: 15px 0 15px 0;
	position: relative;
}

.proList li a:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	opacity: 0;
	z-index: 10;
	border: 3px solid #FF8400;
	box-sizing: border-box;
	border-radius: 15px 0 15px 0;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.proList li a:hover:before {
	opacity: 1;
}

.proList li img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	object-position: center center;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
	z-index: 5;
}

.proList li .photo {
	overflow: hidden;
}

.proList li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.proList li p {
	padding: 10px 0 20px;
	color: #333;
	font-size: 16px;
	text-align: center;
}

.proList li .link {
	margin: -10px auto 0;
	padding: 5px 0;
	width: 100px;
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #0465C7;
	border-radius: 40px;
	z-index: 15;
	position: relative;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.proList li:hover .link {
	width: 150px;
}

.proList .prev {
	width: 26px;
	height: 48px;
	margin-top: -24px;
	position: absolute;
	left: -50px;
	top: 50%;
	cursor: pointer;
	background: url(../images/left.png) no-repeat left top;
}

.proList .next {
	width: 26px;
	height: 48px;
	margin-top: -24px;
	position: absolute;
	right: -50px;
	top: 50%;
	cursor: pointer;
	background: url(../images/right.png) no-repeat left top;
}

.section03 {
	background: url(../images/bg03.jpg) no-repeat center center;
	background-size: cover;
}

.youshi {
	margin: 0 auto;
	width: 80%;
	min-width: 1200px;
	background: url(../images/youshi_bg.jpg) no-repeat center center;
	background-size: cover;
}

.youshi ul {
	width: 56%;
	float: left;
}

.youshi li {
	margin: 0 1% 20px;
	padding: 40px 20px 0;
	width: 48%;
	height: 256px;
	float: left;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.youshi li.one:hover {
	background: url(../images/ad_bg01.jpg) no-repeat center center;
	background-size: cover;
}

.youshi li.two:hover {
	background: url(../images/ad_bg02.jpg) no-repeat center center;
	background-size: cover;
}

.youshi li.three:hover {
	background: url(../images/ad_bg03.jpg) no-repeat center center;
	background-size: cover;
}

.youshi li.four:hover {
	background: url(../images/ad_bg04.jpg) no-repeat center center;
	background-size: cover;
}

.youshi li .icon {
	margin-bottom: 10px;
	text-align: center;
}

.youshi li .icon img {
	margin: 0 auto;
	width: 70px;
}

.youshi li .icon .bai {
	display: none
}

.youshi li:hover .icon .bai {
	display: block;
}

.youshi li:hover .icon .lan {
	display: none;
}

.youshi li p {
	color: #666;
	font-size: 16px;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.youshi li:hover p {
	color: #fff;
}

.youshi li .title {
	margin-bottom: 10px;
	color: #333;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.youshi li:hover .title {
	color: #fff;
}

@keyframes ball {
	0% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	100% {
	  -webkit-transform: translateY(-10px);
	  transform: translateY(-10px);
	}
}

.youshi .right {
	width: 40%;
	float: right;
	animation: ball .6s infinite alternate;
}

.youshi .right p {
	color: #fff;
	font-size: 20px;
}

.youshi .right .en {
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	position: relative;
}

.youshi .right .en:before {
	width: 50px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #FF8400;
	z-index: 1;
}

.youshi .right .link {
	margin-top: 30px;
}

.youshi .right .link a {
	padding: 10px 0;
	width: 150px;
	display: block;
	color: #fff;
	font-size: 17px;
	text-align: center;
	background: #FF8400;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.youshi .right .link a:hover {
	width: 250px;
}
  
.youshi .right .adImg img {
	width: 400px;
}

.youshi .right .note {
	padding: 5px 10px;
	width: 300px;
	color: #fff;
	font-size: 17px;
	border: 1px solid #FF8400;
}

.proNote {
	margin-bottom: 15px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.section04 {
	background: url(../images/bg04.jpg) no-repeat center center;
	background-size: cover;
}

.caseList {
	margin: 0 auto;
	width: 80%;
	min-width: 1200px;
}

.caseList li {
	margin: 0 10px;
	width: 520px;
	float: left;
}

.caseList li a {
	display: block;
	overflow: hidden;
	border-radius: 20px;
}

.caseList li .photo {
	overflow: hidden;
}

.caseList li img {
	width: 100%;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.caseList li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.caseList li .text {
	padding: 15px 0;
	color: #333;
	font-size: 16px;
	text-align: center;
	background: #fff;
}

.caseList li .text span {
	margin-right: 20px;
	display: inline-block;
}

.caseList li .text img {
	margin-right: 10px;
	width: 20px;
	display: inline;
	vertical-align: middle;
}

.section05 {
	background: url(../images/bg05.jpg) no-repeat center center;
	background-size: cover;
}

.newsList {
	margin: 0 auto;
	width: 80%;
	min-width: 1200px;
}

.newsList li {
	margin: 0 1%;
	width: 31.33%;
	float: left;
}

.newsList li a {
	display: block;
	background: #FFFFFF;
}

.newsList li a:hover {
	filter: brightness(120%);
}

.newsList li .photo img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: center center;
}

.newsList li .textBox {
	padding: 30px;
}

.newsList li .textBox .title {
	margin-bottom: 10px;
	padding: 0 90px 10px 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	border-bottom: 1px solid #ccc;
}

.newsList li .textBox .title span {
	position: absolute;
	right: 0;
	top: 0;
	color: #666;
	font-size: 14px;
	font-weight: normal;
}

.newsList li .textBox .txt {
	color: #666;
	font-size: 15px;
	line-height: 1.7;
}

.contact {
	width: 100%;
	height: 100%;
}

.contact ul {
	height: 100%;
}

.contact li {
	padding: 20% 30px 0;
	width: 25%;
	height: 100%;
	float: left;
	color: #fff;
	font-size: 20px;
	text-align: center;
	box-sizing: border-box;
	border-left: 1px solid rgba(255,255,255,.1);
}

.contact li:first-child {
	border-left: none;
}

.contact li img {
	margin: 0 auto;
	display: block;
	width: 66px;
}

.contact li span {
	margin: 30px 0;
	display: block;
	color: #fff;
}

.section06 {
	background: url(../images/bg06.jpg) no-repeat center center;
	background-size: cover;
}

.section06 .headLine01 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 10%;
}

.copyright {
	padding: 10px 0;
	width: 100%;
	color: #fff;
	font-size: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	text-align: center;
	background: rgba(0,0,0,.8);
}










