@charset "utf-8";
/* CSS Document */
@font-face{
	src:url(../fonts/OPPOSans-R.ttf);
	font-family:"myfont";
	}
@font-face{
	src:url(../fonts/OPPOSans-M.ttf);
	font-family:"title";
	}
@font-face{
	src:url(../fonts/Poppins-Black.otf);
	font-family:"num";
	}
@font-face{
	src:url(../fonts/Poppins-Bold.otf);
	font-family:"num2";
	}
@font-face {
  font-family: 'iconfont';
  src:url(../icons/iconfont.eot);
  src: url(../icons/iconfontd41d.eot?#iefix) format('embedded-opentype'),
  url(../icons/iconfont.woff) format('woff'),
  url(../icons/iconfont.ttf) format('truetype'),
  url(../icons/iconfont.svg#iconfont) format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
*{
	padding:0;
	margin:0;
	border:none;
	box-sizing: border-box;
	outline:none;
	list-style:none;
	font-family:"myfont", sans-serif;
	}
img{
	display: block;
}
input,button{
	background: none;
	border: none;
	box-shadow: none;
}
.clear{
	clear:both;
	}
a{
	text-decoration:none;
	}
.w_all{
	width:74%;
	margin:auto;
}
p{
	font-size: 1.4rem;
	color: #666;
	line-height: 1.8;
	margin: 2% 0;
}
html, body{
	width:100%;
	position:relative;
	font-size:64.5%;
	}
header{
	width:100%;
	position:fixed;
	left:0%;
	top:0px;
	z-index:9999;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: #4b4c4c;
}
header nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .logo{
	height: 60px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
header.active .logo{
	height: 52px;
}
header .logo img{
	height: 100%;
}
header dl{
	display: flex;
}
header dl dd{
	font-size: 1.6rem;
	position: relative;
	line-height: 90px;
	margin-left: 7rem;
	letter-spacing: 0.2rem;
}
header.active dl dd{
	line-height: 76px;
}
header dl dd > a{
	font-family: "title";
	color:#fff;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	display: flex;
	align-items: center;
}
header dl dd a i{
	display: block;
	margin-left: 5px;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	font-size: 1.2rem;
}
header dl dd::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #f39800;
	width: 100%;
	height: 2px;
	opacity: 0;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
header dl dd:hover a{
	color: rgba(255,255,255,0.7);
}
.s_menu{
	position: absolute;
	left: 0;
	top: 70px;
	background: #fff;
	width: 14rem;
	display: none;
}
.s_menu span{
	display: block;
	padding: 1.6rem 2rem;
	line-height: 1;
	font-weight: normal;
	color: #1a1a1a;
	font-size: 1.4rem;
	letter-spacing: 0;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.s_menu span:hover{
	background: #f2f9ff;
	padding-left: 3.2rem;
	color: #0087ff
}
.navBtn{
	display: none;
}
.banner{
	width:100%;
	position:relative;
	overflow: hidden;
	margin-top: 90px;
	height: 64vh;
}
.banner_ph{
	display: none;
	height: auto !important;
}
.banner_ph img{
	width: 100%;
}
.banner .swiper-slide,.banner .swiper-container{
	height: 100%;
	width: 100%;
}
.banner .swiper-pagination{
	left: 50%;
	bottom: 3%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
}
.banner .swiper-pagination span{
	width: 16px;
	height: 16px;
	opacity: 1;
	margin: 10px;
	background: none;
	border:4px solid #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	border-color: #f39800
}
.index_bar0{
	background: #f8f8f8;
}
.index_bar0 ul{
	padding: 90px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_bar0 ul li{
	display: flex;
}
.index_bar0 ul li img{
	width: 66px;
	height: 66px;
	margin-right: 2rem;
	margin-top: 1.6%;
}
.index_bar0 ul li .rr{
    font-size: 1.5rem;
    line-height: 24px;
    color: #666;
}
.index_bar0 ul li h3{
    line-height: 1;
    color: #333;
	display: flex;
	align-items: flex-start;
	margin-bottom: 5px;
}
.index_bar0 ul li h3 strong{
	font-family:"num";
    font-size: 7rem;
}
.index_bar0 ul li:last-of-type h3 strong{
	width: 11.8rem;
}
.index_bar0 ul li span{
    font-size: 1.6rem;
    line-height: 24px;
    color: #666;
	font-weight: normal;
	margin-left: 10px;
}
.index_bar0s{
	padding: 4% 0 0;
	overflow: hidden;
}
.index_bar0s .contain{
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
}
.index_bar0s .left{
	position: relative;
	z-index: 9;
	width:26rem;
}
.index_bar0s .title h3{
	text-align: left;
}
.index_bar0s .title h4{
	text-align: left;
	font-weight: normal;
}
.index_bar0s dl{
	margin: 5% 0 0 0;
}
.index_bar0s dl dd{
	font-size: 4rem;
	color:#333; 
	padding: 5rem 0 0;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
}
.index_bar0s dl dd strong{
	font-size: 6rem;
	color:#333; 
	font-weight: normal;
	font-family:"num";
	margin-right: 10px;
	line-height: 1.4;
}
.index_bar0s dl dd i{
	display: block;
	font-size: 1.5rem;
	font-style: normal;
	color:#666; 
	line-height: 1.8;
	font-weight: normal;
}
.index_bar0s .right{
	width: 60%;
	position: relative;
}
.index_bar0s .right .img img:first-of-type{
	width: 100%;
}
.index_bar0s .right .img img:last-of-type{
	position: absolute;
	right: 0;
	bottom: 0;
}
.index_bar0s .right ul{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.index_bar0s .right ul li{
	position: absolute;
	z-index: 6;
	width: 2.2rem;
	height: 2.2rem;
	cursor: pointer;
	transform: translate(-50%,-50%);
}
.index_bar0s .right ul li i{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url(../images/add.png);
	background-size: 100% 100%;
	transform: scale(0.8);
}
.index_bar0s .right ul li:first-of-type{
	width: 2rem;
	height: 2rem;
}
.index_bar0s .right ul li:first-of-type i{
	background: none;
	background-color: #0087ff;
	border-radius: 50%;
}
.index_bar0s .right ul li:first-of-type i::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #0087ff;
	animation: big 3s linear infinite;
}
.index_bar0s .right ul li:first-of-type i::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #0087ff;
	animation: big 3s 1.5s linear infinite
}
@keyframes big {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	75% {
		opacity: 0.4;
		transform: scale(5);
	}
	100% {
		opacity: 0;
		transform: scale(6);
	}
}

.index_bar0s .right ul li span{
	position: absolute;
	white-space: nowrap;
	font-size: 1.3rem;
	top: -80%;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s ease;
	color: #0087ff;
}
.index_bar0s .right ul li:first-of-type span{
	left: 180%;
	top: 10%;
}
.index_bar0s .right ul li:nth-of-type(1){
	top: 66%;
    right: 13%;
}
.index_bar0s .right ul li.li2{
	top: 72.4%;
    left: 67%;
}
.index_bar0s .right ul li.li2 span{
	left: -70%;
	top: 10%;
}
.index_bar0s .right ul li.li3{
	top: 55%;
    left: 78%;
}
.index_bar0s .right ul li.li3 span{
	top: 10%;
	left: -70%;
}
.index_bar0s .right ul li.li4{
	top: 65%;
    left: 69%;
}
.index_bar0s .right ul li.li4 span{
	left: -70%;
	top: 10%;
}
.index_bar0s .right ul li.li5{
	top: 64.4%;
    left: 81.5%;
}
.index_bar0s .right ul li.li5 span{
	left: -60%;
	top: 10%;
}
.index_bar0s .right ul li.li6{
	top: 60.2%;
    left: 76%;
}
.index_bar0s .right ul li.li6 span{
	top: -30%;
	left: -60%;
}
.index_bar0s .right ul li.li7{
	top: 38%;
    right:23.1%;
}
.index_bar0s .right ul li.li8{
	top: 61%;
    right:12.5%;
}
.index_bar0s .right ul li.li8 span{
	top: 10%;
	left: 160%;
}
.index_bar0s .right ul li.li9{
	left: 71%;
    top: 85.5%;
}
.index_bar0s .right ul li.li9 span{
	top: 40%;
	left: -60%;
}
.index_bar0s .right ul li.li10{
	top: 64%;
	left: 51%;
}
.index_bar0s .right ul li.li11{
	top: 23%;
    left: 30%;
}
.index_bar0s .right ul li.li12{
	top: 64%;
    left: 25%;
}
.index_bar0s .right ul li.li13{
	top: 48%;
    left: 46%;
}
.index_bar0s .right ul li.li14{
	top: 55%;
    left: 60%;
}
.index_bar0s .right ul li.li14 span{
	top: 10%;
	left: -70%;
}
.index_bar0s .right ul li.li15{
	top: 82%;
    left: 47%;
}
.in
.index_bar0s .right ul li.active{
	z-index: 6;
}
.index_bar0s .right ul li.active span{
	color: #0087ff;
}
.index_bar0s .right ol{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.index_bar0s .right ol li{
	position: absolute;
	top: 0;
	right: 0;
	background-size: cover;
	background-position: right top;
}
.index_bar0s .right ol li:nth-of-type(1){
	top: 39%;
	right: 15.5%;
    width: 10%;
    height: 27%;
	background-image: url(../images/line1.png);
	animation: line1 4.5s infinite;
}
@keyframes line1 {
	0% {
		width: 0;
		opacity: 0;
	}
	80% {
		width: 10%;
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.index_bar0s .right ol li.dot2{
	top: 66%;
	right: 15.2%;
    width: 13%;
    height: 20%;
	background-image: url(../images/line2.png);
	animation: line2 4s infinite;
}
@keyframes line2 {
	0% {
		width: 0;
		opacity: 0;
	}
	80% {
		width: 13%;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.index_bar0s .right ol li.dot3{
	top: 66%;
	right: 15%;
    width: 18%;
    height: 7.8%;
	background-image: url(../images/line3.png);
	animation: line3 3.5s infinite;
}
@keyframes line3 {
	0% {
		width: 0;
		opacity: 0;
	}
	80% {
		width: 18%;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.index_bar0s .right ol li.dot4{
	top: 65.5%;
	right: 15%;
    width: 34%;
    height: 4%;
	background-image: url(../images/line4.png);
	animation: line4 5s infinite;
}
@keyframes line4 {
	0% {
		width: 0;
		opacity: 0;
	}
	80% {
		width: 34%;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.index_bar0s .right ol li.dot5{
	top: 66%;
	right: 16%;
    width: 15%;
    height: 1.7%;
	background-image: url(../images/line5.png);
	animation: line5 3.5s infinite;
}
@keyframes line5 {
	0% {
		width: 0;
		opacity: 0;
	}
	80% {
		width: 15%;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.index_bar0s .right ol li.dot6{
	top: 62.5%;
	right: 14.9%;
    width: 0.5%;
    height: 3%;
	background-image: url(../images/line6.png);
	animation: line6 2s infinite;
}
@keyframes line6 {
	0% {
		width: 0;
		opacity: 0;
	}
	80% {
		width: 0.5%;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.index_bar0s .right ol li.dot7{
	top: 55%;
	right: 15.2%;
    width: 5.8%;
    height: 12%;
	background-image: url(../images/line7.png);
	animation: line7 3s infinite;
}
@keyframes line7 {
	0% {
		width: 0;
		opacity: 0;
	}
	80% {
		width: 5.8%;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.index_bar0s .right ol li.dot8{
	top: 61%;
	right: 15.8%;
    width: 8%;
    height: 4%;
	background-image: url(../images/line8.png);
	animation: line8 2.5s infinite;
}
@keyframes line8 {
	0% {
		width: 0;
		opacity: 0;
	}
	80% {
		width: 8%;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.index_bar0s .right ol li.dot9{
	top: 65.5%;
	right: 16%;
    width: 2.5%;
    height: 0.5%;
	background-image: url(../images/line9.png);
	animation: line9 2s infinite;
}
@keyframes line9 {
	0% {
		width: 0;
		opacity: 0;
	}
	80% {
		width: 2.5%;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.index_bar0s .right ol li.dot10{
	top: 24%;
	right: 15%;
    width: 55%;
    height: 43%;
	background-image: url(../images/line10.png);
	animation: line10 4.5s infinite;
}
@keyframes line10 {
	0% {
		width: 0;
		opacity: 0;
	}
	80% {
		width: 55%;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.index_bar0s .right ol li.dot11{
	top: 56%;
	right: 15.2%;
    width: 24%;
    height: 11%;
	background-image: url(../images/line11.png);
	animation: line11 3s infinite;
}
@keyframes line11 {
	0% {
		width: 0;
		opacity: 0;
	}
	80% {
		width: 24%;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.index_bar0s .right ol li.dot12{
	top: 46%;
	right: 15.4%;
    width: 38%;
    height: 20%;
	background-image: url(../images/line12.png);
	animation: line12 3s infinite;
}
@keyframes line12 {
	0% {
		width: 0;
		opacity: 0;
	}
	80% {
		width: 38%;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.index_bar0s .right ol li.dot13{
	top: 64%;
	right: 15%;
    width:60%;
    height: 14%;
	background-image: url(../images/line13.png);
	animation: line13 4s infinite;
}
@keyframes line13 {
	0% {
		width: 0;
		opacity: 0;
	}
	80% {
		width:60%;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.index_bar0s .right ol li.dot14{
	top: 66%;
	right: 15%;
    width:38%;
    height: 19%;
	background-image: url(../images/line14.png);
	animation: line14 3s infinite;
}
@keyframes line14 {
	0% {
		width: 0;
		opacity: 0;
	}
	80% {
		width:38%;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.index_pro .top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.title h3{
	font-size: 5rem;
	color: #f39800;
	font-family: "title";
	text-align: center;
	margin-bottom: 0%;
}
.top h4{
	font-size: 2.2rem;
	color: #999999;
	font-weight: normal;
	font-family: "num2";
	margin-bottom: 4%;
}
.index_pro{
	position: relative;
	padding: 6% 0;
	}
.index_pro .contain{
	position: relative;
	overflow: hidden;
	margin-top: 3rem;
}
.index_pro .left{
	width: 60%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.index_pro .left img{
	height: 100%;
	position: absolute;
	left: 50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: none;
}
.index_pro .left img:first-of-type{
	display: block;
}
.index_pro ul{
	float: right;
	width: 40%;
	background: #f7f8fa;
}
.index_pro ul li{
	float: left;
	width: 33.3%;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	box-sizing: border-box;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.index_pro ul li:nth-child(n+7){
	border-bottom: none;
}
.index_pro ul li:nth-child(3n){
	border-right: none;
}
.index_pro p{
	font-size:1.6rem;
	color: #333;
	position:relative;
	letter-spacing: 1px;
	font-family: "title";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 98%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
.index_pro .img img{
	width: 100%;
	padding: 15%;
	z-index: 4;
	opacity: 0;
	-webkit-transition:all 0.5s linear;
	transition:all 0.5s linear;
	}
.index_pro ul li:hover .img img{
	opacity: 1;
}
.index_pro ul li:hover p{
	opacity: 0;
}
.index_pro .more{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 1 !important;
	z-index: 9;
}
.index_bar3 .title{
	margin-bottom: 3%;
}
.index_bar3 .title h3{
	text-align: left;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
.index_bar3 .title span{
	margin-left: 3rem;
	font-size: 2.4rem;
	color: #1a1a1a;
	font-family: "title";
	letter-spacing: 0.1rem;
}
.index_bar3 .swiper-container{
	height: auto !important;
}
.index_bar3 .swiper-slide{
	display: block;
	width: 100%;
}
.index_bar3 .swiper-slide img{
	display: block;
	width: 100%;
}
.index_bar2{
	padding: 6% 0;
}
.index_bar2 .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.more{
	line-height: 42px;
	font-size: 1.4rem;
	color: #333;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.more:hover{
	color: #0087ff;
}
.index_bar2 ul{
	display: flex;
	flex-wrap: wrap;
}
.index_bar2 ul li{
	width: 31.3%;
	margin-right: 3%;
	margin-top: 3%;
	overflow: hidden;
}
.index_bar2 ul li:nth-of-type(3n){
	margin-right: 0;
}
.index_bar2 ul li b{
	display: block;
	overflow: hidden;
}
.index_bar2 ul li b img{
	width: 100%;
	-webkit-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
.index_bar2 ul li:hover b img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.index_bar2 ul li h3{
	margin: 6% 0 2%;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.index_bar2 ul li:hover h3{
	color: #0087ff;
}
.index_bar2 ul li p{
	height: 4.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index_bar2 ul li .bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	opacity: 0;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-top: 1rem;
	margin-top: 2rem;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}
.index_bar2 ul li .bottom::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 1px;
	background: #999;
	-webkit-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
.index_bar2 ul li:hover .bottom{
	opacity: 0.7;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.index_bar2 ul li:hover .bottom::before{
	width: 100%;
}
.index_bar2 ul li .bottom h4{
	font-size: 2.2rem;
	color: #666;
	font-family: "num";
	font-weight: normal;
}
.index_bar2 ul li .bottom i{
	font-size: 1.2rem;
}
.footer{
	padding: 6% 0 0%;
	background: #f7f7f7;
}
.footer .boxs{
	display: flex;
	justify-content: space-between;
	padding-bottom: 3%;
}
.footer .boxs .left img{
	height: 90px;
}
.footer .boxs .right{
	width: 36%;
	display: flex;
	justify-content: space-between;
}
.footer .boxs .right dt{
	font-size: 1.6rem;
	font-family: "title";
	margin-bottom: 2rem;
}
.footer .boxs .right dd{
	font-size: 1.4rem;
	margin: 10px 0;
	color: #999;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}
.footer .boxs .right dd:hover{
	color: #0087ff;
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.footer .links h5{
	font-size: 1.6rem;
	font-family: "title";
	font-weight: normal;
	margin: 2.5rem 0 0.5rem;
}
.footer .links h5:first-of-type{
	margin-top: 0;
}
.footer .links h6{
	font-size: 3.4rem;
	font-family: "num";
	font-weight: normal;
	color: #f39800;
}
.footer .links p{
	margin: 0;
}
.footer .links .imgs{
	display: flex;
	align-items: center;
	margin-top: 2rem;
}
.footer .links b{
	cursor: pointer;
	display: block;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.footer .links b img{
	width: 32px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
.footer .links b:hover img:first-of-type{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
	opacity: 1;
}
.footer .links b img.ewm{
	opacity: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 30px;
	width: 120px;
}
.footer .links b:hover{
	overflow: inherit;
}
.footer .links b:hover .ewm{
	opacity: 1;
	top: 36px;
}
.footer .bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .bottom p{
	font-size:1.2rem;
	color: #333;
	line-height: 1.2;
	}
.footer .bottom p a{
	color: #333;
	margin-left: 20px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footer .bottom p a:hover{
	color: #0087ff;
}
.footer .totop i{
	font-size: 3rem;
	display: block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footer .totop i:hover{
	color: #0087ff;
}
.o_ban{
	margin-top: 90px;
	position: relative;
}
.o_ban img{
	width: 100%;
}
.all_bars{
	padding: 6% 0;
}
.pro {
	background: #f3f3f3;
	padding-top: 6%;
}
.title4 h3{
	font-size: 4.4rem;
	text-align: center;
	margin-bottom: 2.5rem;
	color: #f39800;
	font-family: "title";
	letter-spacing: 0.4rem;
}
.pro dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pro dl a{
	display: block;
	background: #fff;
	border-radius: 50px;
	font-size: 1.4rem;
	padding: 1.1rem 3.4rem;
	margin: 1rem;
	box-shadow: 0 8px 10px rgba(0,0,0,0.02);
	cursor: pointer;
	color: #1a1a1a;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.pro dl a:hover{
	background: #0087ff;
	color: #fff;
}
.pro ul li:first-of-type{
	padding-top: 4%;
}
.pro .box{
	display: flex;
	align-items: center;
	background: #0087ff;
}
.pro .box b{
	display: block;
	width: 65%;
}
.pro .box b img{
	width: 100%;
}
.pro .box .txt{
	width: 35%;
	padding: 5%;
	text-align: center;
}
.pro .box .txt h6{
	color: #fff;
	font-family: "num";
	font-size: 6rem;
	margin-bottom:2rem;
	font-weight: normal;
}
.pro .box .title3 h3{
	color: #fff;
}
.pro .bottom{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pro .bottom a{
	display: block;
	margin-top: 2%;
	width: 15%;
	text-align: center;
	font-size: 1.4rem;
	margin-right: 2%;
	font-size: 1.4rem;
	color: #333;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	overflow: hidden;
}
.pro .bottom a:hover{
	color: #0087ff;
}
.pro .bottom a:nth-of-type(6n){
	margin-right: 0;
}
.pro .bottom a img{
	width: 100%;
	margin-bottom: 2rem;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.pro .bottom a:hover img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.pro ul li:nth-of-type(2n) .bottom a img{
	background: #fff;
}
.pro ul li:nth-of-type(2n){
	background: #fff;
}
.pro ul li:nth-of-type(2) .box{
	background: #33bbd0;
}
.pro ul li:nth-of-type(3) .box{
	background:#df5773
}
.pro ul li:nth-of-type(5) .box{
	background:#feae35
}
.pro ul li:nth-of-type(6) .box{
	background:#fe5218
}
.pro ul li:nth-of-type(7) .box{
	background:#feae35
}
.pro ul li:nth-of-type(8) .box{
	background:#004db0
}
.pd_ban {
	background: #f3f3f3;
	padding: 3rem 0;
}
.pd_ban .box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.pd_ban .box b{
	width: 36%;
	margin-right: 6%;
	margin-left: -10%;
}
.pd_ban .box b img{
	width: 100%;
}
.pd_ban h6{
	display: inline-block;
	font-size: 2rem;
	font-weight: normal;
	margin-bottom: 3rem;
	color: #1a1a1a;
	letter-spacing: 0.2rem;
	border-bottom: 1px solid #333;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.pd_ban h6:hover{
	border-color: transparent;
}
.pd_ban h3{
	font-size: 3.8rem;
}
.pro_d img{
	margin: auto;
	width: 790px;
	max-width: 100%;
}
.about{
	overflow: hidden;
}
.about h6{
	font-size: 1.8rem;
	margin-bottom: 4%;
	color: #333;
	letter-spacing: 0.1rem;
}
.about h6 strong{
	font-size: 3.6rem;
	display: block;
	margin-bottom: 1rem;
	color: #f39800;
	font-family: "title";
	letter-spacing: 0.2rem;
}
.about .bar{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about .left{
	width: 48%;
}
.about .left img{
	width: 100%;
}
.about .right{
	width: 46%;
}
.about .right p{
	font-size: 1.5rem;
	line-height: 2;
}
.title3 h3{
	font-size: 3.6rem;
    margin-bottom: 1rem;
    color: #f39800;
    font-family: "title";
    letter-spacing: 0.2rem;
}
.about2{
	width: 100%;
	position: relative;
}
.about2::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0087ff;
	opacity: 0.55;
}
.about2 ul{
	display: flex;
	position: relative;
	z-index: 2;
}
.about2 ul li{
	width: 33.3%;
	padding: 10% 4%;
	border-right: 1px solid rgba(255,255,255,0.2);
	text-align: center;
	color: #fff;
}
.about2 ul li img{
	height: 76px;
	margin: auto;
	margin-bottom: 8%;
	padding: 15px;
	border-radius: 50%;
	background: #f39800;
}
.about2 ul li h3{
	font-size: 2.6rem;
	letter-spacing: 0.3rem;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.about2 ul li h4{
	font-size:1.8rem;
	margin: 3% 0 8%;
	letter-spacing: 0.1rem;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.about2 ul li p{
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
	font-size: 1.5rem;
	line-height: 1.9;
	text-align: left;
}
.about3{
	background: #f3f3f3;
}
.about3 ul{
	display: flex;
	flex-wrap: wrap;
}
.about3 ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2%;
	width: 49%;
	background: #fff;
	margin-right: 2%;
	padding: 2%;
}
.about3 ul li:nth-of-type(2n){
	margin-right: 0;
}
.about3 ul li:last-of-type{
	width: 100%;
	margin-right: 0;
}
.about3 ul li:last-of-type p{
	width: 50%;
	float: left;
}
.about3 ul li .txt{
	width: 64%;
}
.about3 ul li:last-of-type .txt {
    width: 100%;
}
.about3 ul li h3{
	font-size: 1.8rem;
	color: #1a1a1a;
	margin-bottom: 2rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.about3 ul li:hover h3{
	color: #0087ff;
}
.about3 ul li p{
	position: relative;
	padding-left: 15px;
	margin: 0.4rem 0;
}
.about3 ul li p::before{
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width:4px;
	height: 4px;
	border-radius: 50%;
	border:2px solid #999;
}
.about3 ul li .img{
	width: 32%;
}
.about3 img{
	display: block;
	width: 100%;
}
.about4 .bb{
	margin: 3% auto 2%;
}
.about4 .gallery-top .swiper-slide{
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.about4 .gallery-top .ll{
	width: 60%;
}
.about4 .gallery-top .swiper-slide img{
	width: 100%;
}
.about4 .gallery-top .rr{
	position: relative;
	width:32%;
}
.about4 .gallery-top h3{
	font-size: 10rem;
	color: #cccccc;
	font-family: "num";
	position: relative;
	font-weight: normal;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.about4 .gallery-top .swiper-slide.swiper-slide-active h3{
	color: #0087ff;
}
.about4 .gallery-top p{
	font-size: 1.6rem;
	line-height: 1.8;
}
.about4 .years{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 2rem;
	position: relative;
}
.about4 .years::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 1.5rem;
	width: 100%;
	height: 1px;
	background: #ddd;
}
.about4 .gallery-thumbs{
	text-align: center;
	width: 100%;
	padding: 3rem 0;
}
.about4 .gallery-thumbs .swiper-slide{
	font-size: 2rem;
	font-weight: bold;
	color: #999999;
	position: relative;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}
.about4 .gallery-thumbs .swiper-slide::before{
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -24px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	border: 4px solid #ccc;
	box-sizing: border-box;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.about4 .gallery-thumbs .swiper-slide.active,.about4 .gallery-thumbs .swiper-slide:hover{
	color: #f39800;
}
.about4 .gallery-thumbs .swiper-slide.active::before{
	border-color: #f39800;
}
#pages ul{
	padding: 2% 0 5%;
	display: flex;
	justify-content: center;
	border-top: 1px solid #ddd;
}
#pages ul li{
	text-align: center;
	width: 30px;
	line-height: 30px;
	height: 30px;
	background: #f3f3f3;
	margin: 0 6px;
	border-radius: 50%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}
#pages ul li:hover,#pages ul li.active{
	background: #f39800;
	color: #fff;
}
.news_d{
	padding-top: 15rem;
}
.news_d .title4 h3{
	margin-bottom: 5%;
	font-size: 3rem;
	letter-spacing: 0.1rem;
}
.news_d p{
	margin: 2rem 0;
	font-size: 1.6rem;
	line-height: 2;
}
.news_d p strong{
	color: #333;
}
.news_d p img{
	display: block;
	width: 100%;
}
.contact .contain{
	display: flex;
	justify-content: space-between;
}
.contact .contain .left{
	width: 50%;
	background: #f5f8fa;
	padding: 5% 5% 3%;
}
.contact .contain h4{
	font-size: 2.4rem;
	margin-bottom: 10rem;
	color: #0087ff;
	position: relative;
	padding-bottom: 2rem;
}
.contact .contain h4::after{
	content: '';
	width: 3rem;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background: #f39800;
}
.contact .contain .right{
	width: 50%;
	background: #f5f8fa;
}
.contact .contain p{
	margin: 16px 0;
	font-size: 1.5rem;
	line-height: 1.8;
}
.contact .contain p strong{
	display: block;
	color: #1a1a1a;
}
.contact ul{
	display: flex;
}
.contact ul li{
	margin-right: 15px;
}
.contact ul li img{
	width: 42px;
	padding: 10px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.contact #mapDiv{
	height: 100%;
}
.contact2{
	border-top: 1px solid #dfdede;
}
.contact2 .title3 h3{
	font-size: 4rem;
	font-family: "title";
	text-align: center;
	font-weight: normal;
	color: #f39800;
}
.contact2 ul{
	display: flex;
	flex-wrap: wrap;
}
.contact2 ul li{
	width: 31.3%;
	background: #f6f6f6;
	margin-right: 3%;
	margin-top: 3%;
	padding: 5%;
	text-align: center;
	border-radius: 20px;
	position: relative;
}
.contact2 ul li:nth-of-type(3n){
	margin-right: 0;
}
.contact2 ul li .ewm{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 15rem;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact2 ul li:hover .ewm{
	opacity: 1;
}
.contact2 ul li img{
	display: block;
	margin: auto;
	width: 8rem;
}
.contact2 ul li p{
	margin: 3rem 0 0;
	font-size:1.8rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact2 ul li:hover p{
	color: #0087ff;
}
.rightFix{
	position: fixed;
	right: 0;
	bottom: 15%;
	z-index: 999;
	overflow: hidden;
}
.rightFix b{
	display: block;
	background: #0087ff;
	width: 48px;
	border-radius: 50%;
	padding: 8px;
	margin-right: 1rem;
	cursor: pointer;
}
.rightFix b img{
	width: 100%;
}
.rightFix .txt{
	position: absolute;
	right: -100%;
	bottom: 48px;
	background: #fff;
	width: 190px;
	font-size: 1.4rem;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.rightFix.active .txt{
	right: 0;
	opacity: 1;
}
.rightFix.active {
	overflow: inherit;
}
.rightFix .txt h3{
	background: #f39800;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.2rem 1.8rem 1.2rem 2rem;
	font-weight: normal;
	font-size: 1.4rem;
}
.rightFix .txt img{
	height: 28px;
	cursor: pointer;
}
.rightFix .txt p{
	color: #333;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	padding: 1.5rem 2rem 0;
}
.rightFix .txt p img{
	height: 20px;
	margin: -2px 15px 0 0;
}
.rightFix .txt a{
	color: #333;
	font-size: 1.4rem;
	display: block;
	padding: 0.3rem 2rem 1.5rem;
}
html[lang="en"] header dl dd{
	letter-spacing:  0.1rem;
}
html[lang="en"] .title3 h3{
	letter-spacing: 0.1rem;
}
html[lang="en"] .title4 h3{
	letter-spacing: 0.1rem;
}
html[lang="en"] .index_bar0s .left{
	width: auto !important;
}