@charset "utf-8";
/*------------------------------------------------------------
	page
------------------------------------------------------------*/
#main .feature {
	margin: 0 auto;
	padding: 60px 0 50px;
	width: 80%;
	min-width: 1300px;
}

@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

.rotat{
    -webkit-transform: rotate(360deg);
    animation: rotation 8s linear infinite;
    -moz-animation: rotation 8s linear infinite;
    -webkit-animation: rotation 8s linear infinite;
    -o-animation: rotation 8s linear infinite;
}

#main .feature .photo {
	width: 260px;
	float: left;
}

#main .feature .photo img {
	width: 100%;
}

#main .feature .txt {
	padding-top: 90px;
	width: 500px;
	float: left;
	color: #666;
	font-size: 20px;
	text-align: center;
}

@media all and (min-width: 1300px) and (max-width: 1550px) {
	#main .feature .txt {
		width: 460px;
	}
}

#main .feature .txt span {
	display: block;
	color: #333;
	font-size: 30px;
	font-weight: bold;
}

#main .feature .feaList {
	width: 50%;
	float: right;
}

@media all and (min-width: 1400px) and (max-width: 1720px) {
	#main .feature .feaList {
		width: 40%;
	}
}

@media all and (min-width: 1280px) and (max-width: 1399px) {
	#main .feature .feaList {
		width: 40%;
	}
}

#main .feature .feaList li {
	width: 50%;
	float: left;
	color: #666;
	font-size: 16px;
	text-align: center;
}

#main .feature .feaList li em {
	display: block;
	color: #333;
	font-style: normal;
}

#main .feature .feaList li span {
	margin-right: 10px;
	color: #e95412;
	font-size: 65px;
	font-weight: bold;
}

.hotBox {
	margin: 0 auto 100px;
	width: 85%;
	min-width: 1250px;
}

.hotBox li {
	width: 13.333%;
	float: left;
}

.hotBox li:first-child,
.hotBox li:last-child {
	width: 20%;
}

.hotBox li a {
	display: block;
	position: relative;
	border: 1px solid #fff;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.hotBox li a:hover {
	filter: brightness(120%);
}

.hotBox li img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	object-position: center center;
}

.hotBox li a p {
	padding: 15px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 17px;
	box-sizing: border-box;
	background: url(../images/black_bg.png) no-repeat left top;
	background-size: 100% 100%;
}




.about {
	background: url(../images/about_bg.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
}

.about .textBox {
	margin: 0 auto;
	width: 80%;
	min-width: 1200px;
}

.about .textBox .sub {
	padding: 100px 50px 80px 0;
}

.about .textBox h2 {
	margin-bottom: 30px;
	color: #fff;
	font-size: 60px;
	line-height: 1.2;
	text-align: center;
}

.about .textBox h2 span {
	display: block;
	opacity: 0.7;
	font-size: 100px;
}

.about .textBox p {
	margin-bottom: 15px;
	color: #fff;
	font-size: 17px;
	line-height: 1.8;
	text-indent: 2em;
}

.about .textBox .link {
	margin-top: 30px;
	text-align: center;
}

.about .textBox .link a {
	padding: 10px 0;
	width: 260px;
	display: inline-block;
	color: #000;
	font-size: 18px;
	text-align: center;
	border-radius: 50px;
	background: #fff;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.about .textBox .link a:hover {
	color: #fff;
	background: #1488F5;
}

.about .textBox ul {
	margin-top: 30px;
}

.about .textBox li {
	width: 25%;
	float: left;
	font-size: 15px;
	text-align: center;
}

.about .textBox li p {
	text-indent: 0;
}

.about .textBox li span {
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.product {
	padding: 80px 0;
}

.product .proLead {
	margin-bottom: 30px;
	position: relative;
}

.product .proLead:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	opacity: 0.1;
	content: "";
	background: #000;
	z-index: 1;
}

.product .proLead li {
	margin: 0 1% 15px;
	width: 23%;
	float: left;
	font-size: 16px;
	text-align: center;
	z-index: 2;
	position: relative;
}

.product .proLead li a {
	margin: 0 auto;
	width: 150px;
	display: block;
	background: #fff;
}

.product .proLead li .icon {
	margin-bottom: 10px;
}

.product .proLead li .icon img {
	width: 100px;
}

.product .proBox li {
	margin: 0 1% 30px;
	width: 23%;
	float: left;
}

.product .proBox li .photo {
	overflow: hidden;
}

.product .proBox li img {
	width: 100%;
	height:  300px;
	object-fit: cover;
	object-position: center center;
	-webkit-transition-duration: 0.4s,2s;
	-moz-transition-duration: 0.4s,2s;
	-ms-transition-duration: 0.4s,2s;
	transition-duration: 0.4s,2s;
}

.product .proBox li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.product .proBox li p {
	padding: 10px 0;
	color: #000;
	font-size: 18px;
	text-align: center;
	background: rgba(204,204,204,.5);
}

.case {
	padding: 80px 0;
	position: relative;
	background: url(../images/case_bg.jpg) no-repeat center center;
	background-size: cover;
}

.case li {
	margin: 0 20px 30px !important;
	width: 550px !important;
	float: left;
}

.case li .photo {
	overflow: hidden;
}

.case li img {
	width: 100%;
	height:  400px;
	object-fit: cover;
	object-position: center center;
	-webkit-transition-duration: 0.4s,2s;
	-moz-transition-duration: 0.4s,2s;
	-ms-transition-duration: 0.4s,2s;
	transition-duration: 0.4s,2s;
}

.case li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.case li p {
	padding: 10px 0;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #fff;
}

.case .prev {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 20%;
	top: 50%;
	cursor: pointer;
	background: #1488F5 url(../images/left.png) no-repeat center center;
	border-radius: 5px;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.case .prev:hover {
	filter: brightness(120%);
}

.case .next {
	width: 100px;
	height: 100px;
	position: absolute;
	right: 20%;
	top: 50%;
	cursor: pointer;
	background: #1488F5 url(../images/right.png) no-repeat center center;
	border-radius: 5px;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.case .next:hover {
	filter: brightness(120%);
}



.advantage {
	padding-top: 80px;
	position: relative;
}

.advantage .tabPanel {
	height: 800px;
}
	
.advantage .tabPanel01 {
	background: url(../images/ad_bg01.jpg) no-repeat center center;
	background-size: cover;
}
	
.advantage .tabPanel02 {
	background: url(../images/ad_bg02.jpg) no-repeat center center;
	background-size: cover;
}
	
.advantage .tabPanel03 {
	background: url(../images/ad_bg03.jpg) no-repeat center center;
	background-size: cover;
}
	
.advantage .tabPanel04 {
	background: url(../images/ad_bg04.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .sub {
	margin: 0 auto;
	padding: 100px 0 0;
	width: 80%;
	min-width: 1200px;
}

.advantage .sub h2 {
	margin-bottom: 40px;
	color: #fff;
	font-size: 100px;
	line-height: 1.2;
}

.advantage .sub h2 em {
	opacity: 0.5;
	font-style: normal;
}

.advantage .sub h2 span {
	display: block;
	font-size: 45px;
}

.advantage .sub p {
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
}

.advantage .sub .link {
	margin-top: 30px;
}

.advantage .sub .link a {
	padding: 10px 0;
	width: 200px;
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #E95412;
}


.tabLink {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.25);
}

.tabLink ul {
	margin: 0 auto;
	width: 80%;
	min-width: 1200px;
	border-right: 1px solid rgba(255,255,255,.3);
}

.tabLink li {
	width: 25%;
	float: left;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}

.tabLink li a {
	padding: 30px 0;
	display: block;
	color: #fff;
}

.tabLink li:before {
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #fff;
	opacity: 0.3;
}

.tabLink li:hover {
	background: #1488F5;
}

.tabLink li .icon {
	margin-bottom: 20px;
}

.tabLink li .icon img {
	width: 80px;
}



.adList {
	margin: 0 auto;
	width: 80%;
}
	
.adList li {
	margin: 0 1%;
	width: 23%;
	float: left;
	text-align: center;
}

.adList li .photo {
	margin: 0 auto;
	width: 300px;
	height: 300px;
	overflow: hidden;
	border-radius: 50%;
}

.adList li .photo img {
	width: 300px;
	height: 300px;
}

.adList li .title {
	margin: 15px 0;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}

.adList li .txt {
	color: #fff;
	font-size: 16px;
}

.news {
	margin: 0 auto;
	padding: 60px 0 0;
	width: 80%;
}

.news li {
	margin: 0 1%;
	width: 31.33%;
	float: left;
}

.news li .photo {
	overflow: hidden;
}

.news li .photo img {
	width: 100%;
	-webkit-transition-duration: 0.4s,2s;
	-moz-transition-duration: 0.4s,2s;
	-ms-transition-duration: 0.4s,2s;
	transition-duration: 0.4s,2s;
}

.news li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.news li .textBox {
	padding: 15px;
	color: #fff;
	background: #fff;
	border: 1px solid #CCC;
	border-top: none;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.news li a:hover .textBox {
	background: #1488F5;
	border-color: #1488F5;
}

.news li .textBox .title {
	margin-bottom: 10px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.news li a:hover .textBox .title {
	color: #fff;
}

.news li .textBox .txt {
	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;
}

.news li a:hover .textBox .txt {
	color: #fff;
}

.numScroll {
	margin-bottom: 50px;
}

.numScroll li {
	width: 20%;
	float: left;
	font-size: 16px;
	text-align: center;
}

.numScroll li span {
	display: block;
	color: #d40000;
	font-size: 60px;
	font-family: Impact;
}

.application {
	padding: 80px 0;
}

.application ul {
	margin: 0 auto;
	width: 80%;
}

.application li {
	margin: 0 0.5%;
	width: 11.5%;
	float: left;
	background: #008DFF;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.application li:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.application li:nth-child(2n) {
	margin-top: 30px;
}

.application .app01 {
	background: url(../images/app01.jpg) no-repeat center center;
	background-size: cover;
}

.application .app02 {
	background: url(../images/app02.jpg) no-repeat center center;
	background-size: cover;
}

.application .app03 {
	background: url(../images/app03.jpg) no-repeat center center;
	background-size: cover;
}

.application .app04 {
	background: url(../images/app04.jpg) no-repeat center center;
	background-size: cover;
}

.application .app05 {
	background: url(../images/app05.jpg) no-repeat center center;
	background-size: cover;
}

.application .app06 {
	background: url(../images/app06.jpg) no-repeat center center;
	background-size: cover;
}

.application .app07 {
	background: url(../images/app07.jpg) no-repeat center center;
	background-size: cover;
}

.application .app08 {
	background: url(../images/app08.jpg) no-repeat center center;
	background-size: cover;
}

.application .app09 {
	background: url(../images/app09.jpg) no-repeat center center;
	background-size: cover;
}

.application p {
	padding-top: 160px;
	height: 400px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 3px rgba(0,0,0,.5);
	box-sizing: border-box;
	background: rgba(0,0,0,.2);
}

.service {
	margin: 80px 0 0;
	height: 600px;
	position: relative;
	background: url(../images/service_bg.jpg) no-repeat center center;
	background-size: cover;
}

.service .inner {
	margin: 0 auto;
	width: 80%;
	position: relative;
}

.service .textBox {
	padding-top: 50px;
	width: 46%;
	float: right;
	position: relative;
}

.service .textBox h3 {
	margin-bottom: 30px;
	color: #111;
	font-size: 35px;
}

.service .textBox h3 span {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	color: #666;
	font-size: 16px;
	font-weight: normal;
	position: relative;
}

.service .textBox h3 span:before {
	width: 100px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #d40000;
}

.service .textBox li {
	margin-bottom: 15px;
	padding-left: 70px;
	color: #666;
	font-size: 16px;
}

.service .textBox li span {
	display: block;
	color: #333;
	font-size: 25px;
}

.service .textBox .s01 {
	background: url(../images/fu-ico1.png) no-repeat left center;
}

.service .textBox .s02 {
	background: url(../images/fu-ico2.png) no-repeat left center;
}

.service .textBox .s03 {
	background: url(../images/fu-ico3.png) no-repeat left center;
}

.service .textBox .s04 {
	background: url(../images/fu-ico4.png) no-repeat left center;
}



