@charset "utf-8";
/* css document */
@font-face{
	src:url(/uploads/image/phfonts/sourcehansanscn-regular.otf);
	font-family:"myfont";
	}
@font-face{
	src:;
	font-family:"title";
	}
@font-face{
	src:url(/uploads/image/phfonts/impact.ttf);
	font-family:"num";
	}
*{
	padding:0;
	margin:0;
	border:none;
	outline:none;
	font-size:12px;
	list-style:none;
	font-family:"myfont",arial,sans-serif;
	}
@font-face {
  font-family: 'iconfont';
  src:url(/uploads/image/phicons/iconfont.eot);
  src:  format('embedded-opentype'),
  url(/uploads/image/phicons/iconfont.woff) format('woff'),
  url(/uploads/image/phicons/iconfont.ttf) format('truetype'),
  url(/uploads/image/phicons/iconfont.svg) 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;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
	list-style:none;
	font-size:12px;
	line-height:24px;
	color: #666;
	}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, dir, section{
    margin: 0;
    padding: 0;
    display: block;	
}
.clear{
	clear:both;
	}
a{
	text-decoration:none;
	font-size:12px;
	color: #666;
	font-weight: normal;
	}
/*index*/
.w_all{
	width:74%;
	margin:auto;
	}
.w_all2{
	width:84%;
	margin:auto;
	}
html, body{
	width:100%;
	position:relative;
	font-size: 62.5%;
	}
header{
	width:100%;
	z-index:999;
	position: fixed;
	left: 0;
	top: 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	box-sizing: border-box;
	}
header.active{
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.06);
}
header .nav_box{
	position:relative;}
header .logo{
	height: 45px;
	position:relative;
	padding:20px 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
header.active .logo{
	height: 40px;
	padding:18px 0;
}
header .logo img{
	display:block;
	height:100%;
	}
header .logo img:nth-of-type(2){
	display: none;
}
header.active .logo img:nth-of-type(1){
	display: none;
}
header.active .logo img:nth-of-type(2){
	display: block;
}
header .nav{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	width: 64%;
	z-index: 9999;
}
header ul{
	display: flex;
	justify-content: space-between;
	margin-right: 3%;
}
header ul li{
	position: relative;
}
header .nav li::before{
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
	bottom: 0px;
	width: 0;
    height: 3px;
	background: #ff0000;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
header .nav li h2{
	color:#fff;
	line-height: 86px;
	font-size:1.66rem;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: flex;
	align-items: center;
}
header.active .nav li h2{
	color: #333;
	line-height: 76px;
}
header .nav li:hover h2{
	color: #ff0000;
}
header .nav li:hover::before{
	opacity: 1;
	width: 100%;
}
header .nav li:last-of-type{
	margin-right: 3%;
}
header .nav li:last-of-type::before{
	display: none;
}
header .nav li h2 img{
	width: 20px;
	height: 18px;
	margin-right: 10px;
	animation: runs 4s linear infinite;
	-webkit-animation: runs 4s linear infinite;
}
@keyframes runs {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

@-webkit-keyframes runs {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}
.menus{
	position:absolute;
	right:0;
	top:50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	z-index:99999;
	cursor:pointer;
}
.navbtn span{
	display: block;
	width: 28px;
	height: 2px;
	background:#fff;
	margin:6px auto;
}
header.active .navbtn span{
	background: #333;
}
.nav_btn_active{
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.nav_btn_active span{
	background:#333 !important;
}
.nav_btn_active span:nth-of-type(1){
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}
.nav_btn_active span:nth-of-type(2){
	opacity:0;
	}
.nav_btn_active span:nth-of-type(3){
	margin-top:-55%;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}
.s_menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 70%;
	height: 100%;
	background: #fff;
	z-index: 999;
	display: none;
}
.s_menubg{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	z-index: 2;
	display: none;
	cursor: pointer;
}
.s_menu .contain{
	position: absolute;
	left: 50%;
	width: 86%;
	top: 55%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0;
	z-index: 3;
}
.s_menu dl{
	width: 33.3%;
	float: left;
	padding-right: 3%;
	box-sizing: border-box;
	margin-top: 5%;
}
.s_menu dl dt{
	font-size: 2rem;
	color: #333;
	font-family: "title";
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.s_menu dl:hover dt{
	color: #ff0000;
}
.s_menu dl dd{
	font-size: 1.6rem;
	margin: 12px 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.s_menu dl dd:hover{
	color: #333;
	margin-left: 5px;
	text-decoration: underline;
}
/*banner*/
.banner{
	position:relative;
	width:100%;
	height:100%;
	}
.swiper-pagination-bullet{
	width: 10px !important;
	opacity: 0.8 !important;
	height: 10px !important;
	background: none !important;
	border: 1px solid #fff;
	margin:10px 6px !important;
}
.swiper-pagination-bullet-active{
	background: #ff0000 !important;
	opacity: 1 !important;
	border: 1px solid #ff0000;
}
.banner h2{
	position: absolute;
	left: 50%;
	top: 70%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 5.6rem;
	font-weight: bold;
	z-index: 9;
	letter-spacing: 6px;
	line-height: 1.4;
	color: #fff;
	-webkit-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	text-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.banner .swiper-slide-active h2{
	top: 52% !important;
}
.banner h2 strong{
	font-weight: normal;
	display: block;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.5px;
	margin-top: 10px;
	opacity: 0.8;
}
.index_title{
	position: relative;
	text-align: center;
}
.index_title h2{
	font-size:3.4rem;
	color:#333;
	letter-spacing: 2px;
	font-family: "title";
	padding-bottom: 30px;
	font-weight: bold;
	}
.index_title p{
	font-size:1.5rem;
	color:#666;
	line-height: 2;
	}
.more{
	width: 140px;
	text-align: center;
	padding: 8px 0;
	background: #ff0000;
	margin: 8% 0 0;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.more h6{
	color: #fff;
	font-size: 1.4rem;
}
.more:hover{
	width: 150px;
	border-radius: 30px;
}
.index_box{
	padding: 6% 0;
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.index_box .contain{
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.index_about::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient( 90deg, rgb(251,254,255) 0%, rgb(198,205,216) 32%, rgb(222,224,231) 69%, rgb(189,193,201) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(251,254,255) 0%, rgb(198,205,216) 32%, rgb(222,224,231) 69%, rgb(189,193,201) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(251,254,255) 0%, rgb(198,205,216) 32%, rgb(222,224,231) 69%, rgb(189,193,201) 100%);
	opacity: 0.4;
}
.index_about .more{
	display: none;
}
.index_about .index_title{
	text-align: left;
}
.index_about .index_title p{
	width: 94%;
	text-align: justify;
}
.index_about .left{
	width: 50%;
	float: left;
	position: relative;
	z-index: 9;
}
.index_about dl{
	margin: 5% 0 0 -8%;
}
.index_about dl dd{
	font-size: 1.3rem;
	color:#ff0000; 
	width: 33.3%;
	padding: 6% 0 0;
	box-sizing: border-box;
	position: relative;
	float: left;
	text-align: center;
}
.index_about dl dd strong{
	font-size: 5rem;
	color:#ff0000; 
	font-family:"num";
	margin-right: 10px;
	line-height: 1.4;
	letter-spacing: 1px;
}
.index_about dl dd i{
	display: block;
	font-size: 1.5rem;
	font-style: normal;
	color:#333; 
	margin-top: 0px;
	line-height: 1.8;
}
.index_about .right{
	width: 50%;
	position: absolute;
	right: 3%;
	top: 55%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
}
.index_about .right .img img{
	width: 100%;
}
.index_about .right ul{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.index_about .right ul li{
	position: absolute;
	z-index: 6;
	width: 2.2rem;
	height: 2.2rem;
	cursor: pointer;
	transform: translate(-50%,-50%);
}
.index_about .right ul li i{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url(/uploads/image/phimage/add.png);
	background-size: 100% 100%;
	transform: scale(0.8);
}
.index_about .right ul li:first-of-type{
	width: 2rem;
	height: 2rem;
}
.index_about .right ul li:first-of-type i{
	background: none;
	background-color: #ff0000;
	border-radius: 50%;
}
.index_about .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: #ff0000;
	animation: big 3s linear infinite;
}
.index_about .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: #ff0000;
	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_about .right ul li span{
	position: absolute;
	white-space: nowrap;
	font-size: 1.4rem;
	font-weight: "title";
	top: 110%;
	left: 50%;
	transform: translatex(-50%);
	transition: all 0.5s ease;
	color: #ff0000;
}
.index_about .right ul li:first-of-type span{
	top: 160%;
}
.index_about .right ul li:nth-of-type(1){
	top: 46%;
    right: 18%;
}
.index_about .right ul li:nth-of-type(2){
	top: 46.5%;
    left: 18%;
}
.index_about .right ul li:nth-of-type(3){
	top: 38%;
    left: 45.8%;
}
.index_about .right ul li:nth-of-type(3) span{
	top: 10%;
	left: -90%;
}
.index_about .right ul li:nth-of-type(4){
	top: 32.6%;
    left: 52.6%;
}
.index_about .right ul li:nth-of-type(5){
	top: 30%;
    left: 49.5%;
}
.index_about .right ul li:nth-of-type(5) span{
	top: -30%;
	left: -60%;
}
.index_about .right ul li:nth-of-type(6){
	top: 16.5%;
    left: 72%;
}
.index_about .right ul li:nth-of-type(6) span{
	top: -100%;
}
.index_about .right ul li:nth-of-type(7){
	top: 40.5%;
    right:15%;
}
.index_about .right ul li:nth-of-type(7) span{
	top: -100%;
}
.index_about .right ul li:nth-of-type(8){
	top: 38.5%;
    right:11.5%;
}
.index_about .right ul li:nth-of-type(8) span{
	top: 10%;
	left: 160%;
}
.index_about .right ul li.active{
	z-index: 6;
}
.index_about .right ul li.active span{
	color: #ff0000;
}
.index_about .right ol{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.index_about .right ol li{
	position: absolute;
	top: 0;
	right: 0;
	background-size: cover;
	background-position: right top;
}
.index_about .right ol li:nth-of-type(1){
	top: 45.8%;
	right: 19%;
    width: 63%;
    height: 8.8%;
	background-image: url(/uploads/image/phimage/line1.png);
	animation: line1 6.6s infinite;
}
@keyframes line1 {
	0% {
		width: 0;
		opacity: 0;
	}
	80% {
		width: 63%;
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.index_about .right ol li:nth-of-type(2){
	top: 38.8%;
	right: 20%;
    width: 34%;
    height: 8.4%;
	background-image: url(/uploads/image/phimage/line2.png);
	animation: line2 5s infinite;
}
@keyframes line2 {
	0% {
		width: 0;
		opacity: 0;
	}
	80% {
		width: 34%;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.index_about .right ol li:nth-of-type(3){
	top: 32.4%;
	right: 20%;
    width: 27%;
    height: 14.8%;
	background-image: url(/uploads/image/phimage/line3.png);
	animation: line3 4s infinite;
}
@keyframes line3 {
	0% {
		width: 0;
		opacity: 0;
	}
	80% {
		width: 27%;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.index_about .right ol li:nth-of-type(4){
	top: 28%;
	right: 20%;
    width: 30%;
    height: 19.6%;
	background-image: url(/uploads/image/phimage/line4.png);
	animation: line4 4.2s infinite;
}
@keyframes line4 {
	0% {
		width: 0;
		opacity: 0;
	}
	80% {
		width: 30%;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.index_about .right ol li:nth-of-type(5){
	top: 12%;
	right: 20.4%;
    width: 7%;
    height: 33%;
	background-image: url(/uploads/image/phimage/line5.png);
	animation: line5 4s infinite;
}
@keyframes line5 {
	0% {
		width: 0;
		opacity: 0;
	}
	80% {
		width: 7%;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.index_about .right ol li:nth-of-type(6){
	top: 40%;
	left: 80%;
    width: 3%;
    height: 5%;
	background-image: url(/uploads/image/phimage/line6.png);
	animation: line6 3.4s infinite;
	background-position: bottom left; 
}
@keyframes line6 {
	0% {
		width: 0;
		opacity: 0;
	}
	80% {
		width: 3%;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.index_about .right ol li:nth-of-type(7){
	top: 39%;
	left: 80%;
    width: 6%;
    height: 8%;
	background-image: url(/uploads/image/phimage/line7.png);
	animation: line7 3.8s infinite;
	background-position: bottom left; 
}
@keyframes line7 {
	0% {
		width: 0;
		opacity: 0;
	}
	80% {
		width: 6%;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.index_pro .cbox{
	position: relative;
	margin: 4% auto 0;
}
.index_pro .index_title h2{
	color: #fff;
}
.index_pro .index_title p{
	color: #fff;
}
.index_pro .swiper-slide{
	background: #fff;
}
.index_pro b{
	display: block;
	padding: 10% 6%;
	box-sizing: border-box;
}
.index_pro b img{
	width: 100%;
	-webkit-transition: all 0.6s linear;
	transition: all 0.6s linear;
}
.index_pro .swiper-slide:hover b img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.index_pro .swiper-slide h2{
	font-size: 1.9rem;
	text-align: center;
	color: #333;
	background: #dddddd;
	padding: 6%;
	box-sizing: border-box;
	font-family: "title";
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.index_pro .swiper-slide:hover h2{
	color: #ff0000;
	letter-spacing: 1px;
}
.index_pro .swiper-scrollbar{
	width: 20% !important;
	height: 1px;
	background: #fff !important;
	position: static !important;
	margin:3% auto 0;
}
.index_pro .swiper-scrollbar-drag{
	height: 2px !important;
	background: #ff0000 !important;
}
.btn .ll{
	position: absolute;
	top: 46%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	width: 36px;
	cursor: pointer;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
	height: 36px;
	padding: 6px;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.btn .lll{
	left: 5%;
}
.btn .llr{
	right: 5%;
}
.btn .ll i{
	display: block;
	font-size: 2rem;
	line-height: 36px;
	color: #fff;
}
.btn .llr i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.btn .ll:hover{
	background: #ff0000;
}
.index_partner .swiper-container{
	margin-top: 4%;
}
.index_partner .swiper-slide{
	overflow: hidden;
	display: block;
}
.index_partner .swiper-container img{
	width: 100%;
	display: block;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.index_partner .swiper-slide:hover img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.index_partner .swiper-pagination{
	width: 100%;
	margin-top: 1.5%;
}
.index_partner .swiper-pagination span{
	background: #d2d2d2 !important;
	border: none !important;
}
.index_partner .swiper-pagination .swiper-pagination-bullet-active{
	background: #ff0000 !important;
	border: none !important;
}
.index_bar4{
	padding: 6% 0;
}
.index_bar4 .index_title h2{
	color: #fff;
}
.index_bar4 .index_title p{
	color: #fff;
}
.index_bar4 ul{
	overflow: hidden;
	margin-top: 3%;
}
.index_bar4 ul li{
	float: left;
	margin-right: 1%;
	width: 24.25%;
	position: relative;
	background: #fff;
	text-align: center;
	padding: 4% 0;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	overflow: hidden;
}
.index_bar4 ul a:nth-of-type(4) li{
	margin-right: 0;
}
.index_bar4 ul li:hover{
	background: #ff0000;
}
.index_bar4 ul li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 5%;
	width: 100%;
	height: 100%;
	background:url(/uploads/image/phimage/bg.png) no-repeat center/contain;
	z-index: 1;
	opacity: 0;
}
.index_bar4 ul li:hover::before{
	opacity: 1;
	top: 0;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.index_bar4 ul li img{
	display: block;
	margin: auto;
	width: 50px;
	position: relative;
	z-index: 2;
}
.index_bar4 ul li img:nth-of-type(2){
	display: none;
}
.index_bar4 ul li:hover img:nth-of-type(2){
	display: block;
}
.index_bar4 ul li:hover img:nth-of-type(1){
	display: none;
}
.index_bar4 ul li h3{
	font-size: 2.2rem;
	font-family: "title";
	color: #333;
	margin-top: 10px;
	letter-spacing: 1px;
	position: relative;
	z-index: 2;
}
.index_bar4 ul li:hover h3{
	color: #fff;
}
.index_bar5{
	padding: 6% 0;
	position: relative;
}
.index_bar5 .index_title h2{
	color: #333;
	text-align: left;
	margin-bottom: 2%;
}
.index_bar5 .n_nav{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
}
.index_bar5 .n_nav span{
	font-size: 1.5rem;
	color: #333;
	margin: 0 30px;
	border-bottom:1px solid rgba(0,0,0,0);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding: 8px 0;
	cursor: pointer;
}
.index_bar5 .n_nav span.active{
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
}
.index_bar5 .dbox{
	position: relative;
	display: none;
}
.index_bar5 .dbox:first-of-type{
	display: block;
}
.index_bar5 .right{
	position: absolute;
	left: 0;
	top:0;
	width: 47%;
	height: 100%;
	background: #fff;
	overflow: hidden;
}
.index_bar5 .right b{
	display: block;
	width: 100%;
	height: 80%;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.index_bar5 .right .txt{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding:3% 4% ;
	box-sizing: border-box;
}
.index_bar5 .right h4{
	font-size: 1.3rem;
	color: #ff0000;
	margin-bottom: 5px;
}
.index_bar5 .right h3{
	color: #ff0000;
	margin: 0;
}
.index_bar5 .left{
	width: 48%;
	float: right;
}
.index_bar5 ul li{
	padding: 5% 5%;
	margin-bottom: 2%;
	display: flex;
	justify-content: space-between;
	background: #fff;
}
.index_bar5 ul li:last-of-type{
	margin-bottom: 0;
}
.index_bar5 ul li h4{
	font-size: 1.4rem;
	color: #999999;
	margin:0 3%;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.index_bar5 h4 strong{
	display: block;
	font-size: 4.6rem;
	color: #999999;
	font-family: "title";
	line-height: 1.2;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.index_bar5 ul li:hover h4,.index_bar5 ul li:hover h4 strong{
	color: #ff0000;
}
.index_bar5 ul li .txt{
	width: 80%;
}
.index_bar5 h3{
	font-size: 1.8rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	letter-spacing: 0.5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_bar5 ul li:hover h3{
	color: #ff0000;
}
.index_bar5 ul li p{
	font-size: 1.4rem;
	height: 4.5rem;
	overflow: hidden;
	word-break: break-all;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.footer {
	position:relative;
	z-index:3;
	background: #424242;
	padding: 5% 0 0;
	}
.footer .bar{
	position: relative;
	margin-bottom: 5%;
	}
.footer .right{
	width: 100%;
	}
.footer dl{
	width: 11%;
	float: left;
	margin-right: 5%;
}
.footer dl:nth-of-type(6){
	margin-right:0;
}
.footer dl:nth-of-type(1){
	width: 20%;
}
.footer dl:last-of-type{
	width: auto;
	margin-right: 0;
}
.footer dl dt{
	color:#fff;
	font-size:1.8rem;
	padding-bottom: 15px;
	margin-bottom: 25px;
	letter-spacing: 1px;
	font-family: "title";
	border-bottom: 1px solid rgba(255,255,255,0.6);
	position: relative;
	}
.footer dl dt::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 38px;
	height: 3px;
	background: #fff;
}
.footer dl dd{
	color:#fff;
	margin: 12px 0;
	font-size:1.3rem;
	opacity: 0.5;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footer dl h2{
	color:#fff;
	font-size:1.5rem;
	opacity: 0.8;
}
.footer dl h2:nth-of-type(2){
	margin-top: 30px;
}
.footer dl dd:hover{
	opacity: 1;
}
.footer .ewmbox{
	position: absolute;
	right: 0;
	bottom: 0;
}
.footer .ewm img{
	width: 130px;
	display: block;
	margin: 0 auto 10px;
}
.footer .ewm p{
	color:#fff;
	text-align: center;
	font-size:1.1rem;
	opacity: 0.8;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footer .copy{
	background: #333333;
}
.footer .copy .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.footer .copy p{
	font-size: 1rem;
	color: rgba(255,255,255,0.5);
	}
.footer .copy p a{
	font-size: 1rem;
	margin-left:20px;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0.5;
	}
.footer .copy p a:hover {
	opacity: 0.8;
}
.all_back{
	position:absolute;
	right:10px;
	bottom:90px;
	cursor:pointer;
	display: none;}
.all_back i{
	color:#3875aa;
	font-size:32px;
	display:block;
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
	}
.all_back:before{
	content:"top";
	position:absolute;
	left:2px;
	top:0px;
	color:#3875aa;
	opacity:0;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.all_back:hover:before{
	opacity:1;
	top:-15px;}
.all_box{
	padding: 6% 0;
	position: relative;
}
.ban{
	height: 450px;
	position: relative;
}
.ban .txt{
	position: absolute;
	left: 50%;
	top: 65%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.ban .txt h2{
	font-size: 3.6rem;
	color: #fff;
	font-family: "title";
	letter-spacing: 2px;
	margin-bottom: 3%;
	text-shadow: 0 0px 10px rgba(0,0,0,0.2);
	display: none;
}
.ban .txt p{
	text-shadow: 0 0px 10px rgba(0,0,0,0.2);
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: 1px;
}
.all_nav ul{
	display: flex;
	justify-content: center;
	margin: 4% auto 0;
	flex-wrap: wrap;
}
.all_nav ul a{
	margin: 0 4%;
	display: block;
}
.all_nav ul li{
	font-size: 1.8rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color: #374047;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	white-space: nowrap;
}
.all_nav ul li b{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 auto 15px;
	background: #333;
	position: relative;
	padding: 10px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.all_nav ul li b img{
	width: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.all_nav ul li.active b{
	background: #ff0000;
}
.all_nav ul li:hover b{
	background: #ff0000;
}
.all_nav ul li.active{
	color: #ff0000;
}
.title3{
	text-align: center;
	margin-bottom: 3%;
}
.title3 h2{
	font-size: 3.2rem;
	color: #333;
	letter-spacing: 1px;
	font-family: "title";
	position: relative;
	line-height: 3.2rem;
}
.title3 h2::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 6%;
	width: 100%;
	height: 150%;
	background: url(/uploads/image/phimage/bg.png) no-repeat center bottom/contain;
	z-index: 0;
	opacity: 0.2;
}
.title3 p{
	line-height: 2;
	margin: 3% auto 0;
	font-size: 1.6rem;
	text-indent: 2em;
	text-align: center;
	width: 70%;
}
.about_a2{
	background: #f6f7f9;
	padding-top: 0;
}
.about_a2::before{
	display: none;
}
.about_a2 .top{
	padding:6% 0 10%;
}
.about_a2 dl{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.about_a2 dl dd{
    margin: 0 6%;
    width: auto;
	padding: 0;
}
.about_a2 dl dd i{
	color: #fff;
}
.about_a2 .contain{
	margin-top: -5%;
	position: relative;
	z-index: 9;
	padding-bottom: 5%;
	background: #fff;
}
.title2{
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-family: "title";
	padding: 6% 0 5%;
	letter-spacing: 1px;
}
.about_a2 .contain .abox{
	width: 80%;
	margin: auto;
	position: relative;
}
.about_a2 .contain .a_img{
	width: 32%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.about_a2 .contain .a_txt{
	width: 62%;
	float: right;
	box-sizing: border-box;
}
.about_a2 .contain .a_txt p{
	font-size: 1.6rem;
	color: #666;
	margin: 20px 0;
	line-height: 2;
}
.about_a3{
	padding: 0;
}
.about_a3 ul{
	height: 600px;
}
.about_a3 ul li{
	height: 600px;
	float: left;
	text-align: center;
	width: 33.3%;
	position: relative;
	background: rgba(0,0,0,0.7);
}
.about_a3 ul li::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60%;
	height: 60%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: rgba(255,255,255,0.9);
	z-index: 0;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	opacity: 0;
}
.about_a3 ul li::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.3);
	z-index: 2;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.about_a3 ul li:first-of-type::after{
	opacity: 0;
}
.about_a3 ul li .txt{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.about_a3 ul li b img{
	width: 50px;
	position: relative;
	z-index: 6;
	margin: auto;
}
.about_a3 ul li b img:nth-of-type(1){
	display: none;
}
.about_a3 ul li h3{
	font-size: 2rem;
	color: #fff;
	margin-top: 20px;
	padding-top: 20px;
	font-family: "title";
	position: relative;
	letter-spacing: 1px;
	z-index: 3;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.about_a3 ul li h3::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 30px;
	height: 2px;
	background-color: #ff0000;
	-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
}
.about_a3 ul li h3 strong{
	display: block;
	font-size: 1.5rem;
	color: #666;
	font-weight: normal;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.about_a3 ul li:hover{
	background: rgba(0,0,0,0);
}
.about_a3 ul li:hover::before{
	opacity: 1;
}
.about_a3 ul li:hover b img:nth-of-type(2){
	display: none;
}
.about_a3 ul li:hover b img:nth-of-type(1){
	display: block;
}
.about_a3 ul li:hover h3{
	color: #333;
}
.about_a3 ul li:hover h3 strong{
	opacity: 1;
	margin-top: 10px;
}
.about2{
	padding-bottom: 0;
}
.about2_a2{
	padding: 6% 0;
	position: relative;
}
.about2_a2 .contain{
	position: relative;
	display: none;
}
.about2_a2 .contain:first-of-type{
	display: block;
}
.about2_a2 .left{
	position: absolute;
	left: 0;
	top: 0;
	width: 25%;
	height: 100%;
}
.about2_a2 ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	float: right;
	width: 71%;
}
.about2_a2 ul li{
	width: 23%;
	margin: 1%;
	box-sizing: border-box;
}
.about2_a2 ul li img{
	width: 100%;
	margin: auto;
	display: block;
}
.all_nav_r{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
}
.all_nav_r p{
	font-size: 1.4rem;
	color: #fff;
	margin: 20px 0;
	padding-right: 45px;
	position: relative;
	cursor: default;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.all_nav_r a p{
	cursor: pointer;
}
.all_nav_r p::before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 0px;
	height: 1px;
	background: #ff0000;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.all_nav_r p::after{
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.all_nav_r p.active::before{
	opacity: 1;
	width: 30px;
}
.all_nav_r p.active::after,.all_nav_r p:hover::after{
	background: #ff0000;
}
.all_nav_r p.active,.all_nav_r p:hover{
	color: #ff0000;
}
.about3{
	padding-bottom:  0;
}
.about3_a2 ul{
	position: relative;
	padding: 6% 0 9%;
}
.about3_a2 ul::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #fff;
	opacity: 0.5;
}
.about3_a2 ul li{
	float: left;
	width: 50%;
	padding: 5% 0 0;
}
.about3_a2 ul li:nth-of-type(2n 1){
	float: right;
}
.about3_a2 h4{
	color: #ff0000;
	font-size: 3.6rem;
	font-family: "num";
	float: left;
	width: 25%;
	position: relative;
	padding-left: 6%;
	box-sizing: border-box;
	letter-spacing: 1px;
}
.about3_a2 h4::before{
	content: "";
	position: absolute;
	left: -8px;
	top: 0;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	border: 5px solid #ff0000;
}
.about3_a2 h4::after{
	content: "";
	position: absolute;
	right: -15%;
	top: 50%;
	width: 30%;
	height: 2px;
	margin-top: -1px;
	background: #ff0000;
}
.about3_a2 .txt{
	background: #fff;
	padding:3% 8%;
	box-sizing: border-box;
	width: 75%;
	float: right;
	border-right: 3px solid #ff0000;
	margin-top: -4.5%;
}
.about3_a2 p{
	color: #333;
	font-size: 1.4rem;
	line-height: 2;
	margin: 10px 0;
}
.about3_a2 ul li:nth-of-type(2n) h4{
	float: right;
	text-align: right;
	padding: 0;
	padding-right: 6%;
}
.about3_a2 ul li:nth-of-type(2n) .txt{
	float: left;
	border-right: none;
	border-left: 3px solid #ff0000;
}
.about3_a2 ul li:nth-of-type(2n) h4::before{
	left: inherit;
	right: -8px;
}
.about3_a2 ul li:nth-of-type(2n) h4::after{
	right: inherit;
	left: -15%;
}
.about4 #allmap{
	height: 500px;
}
.anchorbl{
	display: none;
}
.about4 .txt{
	background: #fff;
	margin-top: -5%;
	padding: 5% 8% 4%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 2;
	box-shadow: 0px 10px 30px 0px rgba(23, 26, 28, 0.1);
}
.about4 .txt li{
	float: left;
	width: 50%;
}
.about4 .txt li h2{
	font-size: 2rem;
	font-family: "title";
	color: #333;
	margin-bottom: 20px;
}
.about4 .txt li p{
	float: left;
	margin: 4px 0;
	width: 49%;
	font-size: 1.5rem;
	color: #333;
}
.message{
	width: 60%;
	margin: auto;
	padding-top: 4%;
}
.message p{
	font-size: 1.5rem;
	margin-top: 1.5%;
}
.message input{
	display: block;
	width: 100%;
	border:none;
	background: none;
	outline: none;
	padding: 0;
	margin-bottom: 16px;
	box-sizing: border-box;
	padding: 0 16px;
	line-height: 36px;
	border-bottom: 1px solid #ddd;
	font-size: 1.6rem;
}
.message textarea{
	resize: none;
	border:none;
	background: none;
	padding: 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 100px;
	padding: 10px 16px;
	font-size: 1.6rem;
	border-bottom: 1px solid #ddd;
}
.message input[type="submit"]{
	width: 140px;
	margin:6% auto 0;
	color: #fff;
	background: #ff0000;
	float: none;
	font-size: 1.4rem;
	line-height: 2.8;
	letter-spacing: 1px;
	cursor: pointer;
}
.culture .title3{
	margin-bottom: 1%;
}
.culture ul li{
	width: 31.3%;
	float: left;
	margin-right: 3%;
	margin-top: 3%;
	overflow: hidden;
}
.culture ul li:nth-of-type(3n){
	margin-right: 0;
}
.culture ul li b{
	display: block;
	width: 100%;
	overflow: hidden;
}
.culture ul li b img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.culture ul li:hover b img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.culture ul li .txt{
	background: #fff;
	padding: 3rem;
	box-sizing: border-box;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin-bottom: -7.2rem;
}
.culture ul li h3{
	font-size: 1.3rem;
	color: #808080;
}
.culture ul li h2{
	font-size: 1.8rem;
	color: #333;
	margin: 3% 0 5%;
	line-height: 1.4;
	font-family: "title";
	letter-spacing: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.culture ul li:hover h2{
	color: #ff0000;
}
.culture ul li p{
	font-size: 1.5rem;
	height: 4.6rem;
    overflow: hidden;
    word-break: break-all;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.culture ul li:hover .txt{
	-webkit-transform: translatey(-7.6rem);
	transform: translatey(-7.6rem);
}
.culture .all_nav_r2{
	display: none;
}
.all_nav_r2{
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
}
.all_nav_r2 p{
	color: #333;
}
.all_nav_r2 p::after{
	background: #333;
}
.culture2 ul li{
	position: relative;
}
.culture2 ul li h4{
	font-size: 1.8rem;
	color: #333;
	text-align: center;
	padding: 18px 2%;
	box-sizing: border-box;
	background: #f6f7f9;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.culture2 ul li b .v_btn{
	position: absolute;
	left: 50%;
	top: 45%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 50px;
}
.culture2 ul li:hover b .v_btn{
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.culture3 ul li{
	background: #f6f7f9;
	padding: 2% 2% 0%;
	box-sizing: border-box;
}
.culture3 ul li b{
	overflow: initial;
}
.culture3 ul li h4{
	border-top: 1px solid #ddd;
	margin-top: 6%;
	padding: 4% 0;
}
.news_d .top{
	margin-bottom: 3%;
	text-align: center;
}
.news_d .top h2{
	font-size: 2.4rem;
	font-family: "title";
	color: #333;
	letter-spacing: 1px;
}
.news_d .top h3{
	font-size: 1.3rem;
	color: #666;
	letter-spacing: 0.5px;
	margin-top: 15px;
}
.news_d .contain p{
	font-size: 1.6rem;
	margin: 15px 0;
	line-height: 2;
}
.news_d .contain p strong{
	font-weight: bold;
	font-size: 1.6rem;
	color: #ff0000;
}
.news_d .contain p a{
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
}
.news_d .contain img{
	max-width: 100%;
	margin: auto;
}
.news_d .bottom{
	margin-top: 3%;
	position: relative;
	border-top: 1px solid #eee;
	padding-top: 2%;
}
.news_d .bottom h5{
	color: #666;
	font-size: 1.4rem;
	margin: 10px 0;
}
.news_d .bottom h5 a{
	color: #333;
	font-size: 1.4rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news_d .bottom h5 a:hover{
	text-decoration: underline;
	color: #ff0000;
}
.news_d .bottom h6{
	color: #fff;
	font-size: 1.3rem;
	position: absolute;
	right: 0;
	top: 40%;
	background: #ff0000;
	padding: 6px 32px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news_d .bottom h6:hover{
	-webkit-transform: translatey(-5px);
	transform: translatey(-5px);
}
.culture4{
	padding-bottom: 0;
}
.culture4 .all_nav_r2{
	display: none;
}
.culture4 ul li{
	padding: 5% 0;
}
.culture4 ul li:nth-of-type(1){
	padding-top: 1%;
}
.culture4 ul li:nth-of-type(2n){
	background: #f6f7f9;
}
.culture4 ul li .bb{
	position: relative;
	overflow: hidden;
}
.culture4 ul li b{
	float: left;
	width: 43%;
	display: block;
	overflow: hidden;
}
.culture4 ul li:nth-of-type(2n) b{
	float: right;
}
.culture4 ul li b img{
	width: 100%;
	display: block;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.culture4 ul li:hover b img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.culture4 ul li .txt{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	width: 50%;
}
.culture4 ul li:nth-of-type(2n) .txt{
	right: inherit;
	left: 0;
}
.culture4 ul li .txt h2{
	font-size: 2.4rem;
	margin-bottom: 4%;
	padding-left: 22px;
	position: relative;
	color: #333;
	font-family: "title";
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.culture4 ul li:hover .txt h2{
	color: #ff0000;
}
.culture4 ul li .txt h2::before{
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	background: #ff0000;
	border-radius: 50%;
}
.culture4 ul li .txt p{
	font-size: 1.4rem;
	line-height: 2;
	margin: 15px 0;
	text-indent: 2em;
}
.p_nav ul{
	justify-content: space-between;
}
.p_nav ul a{
	margin:0;
}
.p_nav ul li{
	width: max-content;
}
.pro .title3{
	margin-bottom: 1%;
}
.pro ul li{
	width: 22.7%;
	float: left;
	margin-right: 3%;
	margin-top: 3%;
	overflow: hidden;
}
.pro ul li:nth-of-type(4n){
	margin-right: 0;
}
.pro ul li b{
	display: block;
	width: 100%;
	overflow: hidden;
	background: #f6f7f9;
	padding: 8% 0;
}
.pro ul li b img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.pro ul li:hover b img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.pro ul li h4{
	font-size: 2rem;
	color: #333;
	margin: 5% 0 0;
	line-height: 1.4;
	font-family: "title";
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	text-align: center;
}
.pro ul li:hover h4{
	color: #ff0000;
}
.rd{
	padding-bottom: 0;
}
.rd ul li{
	padding: 12% 0;
	position: relative;
}
.rd ul li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
.rd ul li .txt{
	position: relative;
	z-index: 2;
}
.rd ul li .txt h2{
	font-size: 3rem;
	color: #fff;
	font-family: "title";
	margin-bottom: 3%;
	letter-spacing: 2px;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
	display: inline-block;
	border-bottom: 2px solid #fff;
	line-height: 1.9;
}
.rd ul li .txt p{
	width: 60%;
	font-size: 1.8rem;
	color: #fff;
	line-height: 2;
	letter-spacing: 0.5px;
	text-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.rd2 .index_about::before{
	display: none;
}
.rd2 dl{
	width: 100%;
	margin: 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.rd2 dl dd{
	padding:3% 0;
	width: 25%;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	box-sizing: border-box;
}
.rd2 .r1 .txt{
	margin-top: 3%;
}
.rd2 .r1 .txt p{
	font-size: 1.5rem;
	color: #4c4c4c;
	line-height: 2;
	margin: 15px 0;
	text-indent: 2em;
}
.rd2 .imgs{
	overflow: hidden;
}
.rd2 .imgs img{
	float: left;
	margin-right: 2%;
	width: 32%;
	margin-top: 2%;
	display: block;
}
.rd2 .imgs img:nth-of-type(3n){
	margin-right: 0;
}
.rd3 .index_about p{
    font-size: 1.6rem;
    line-height: 2;
    text-indent: 2em;
}
.rd3_2{
	padding: 6% 0;
}
.rd3_2 .title2{
	color: #fff;
	padding-top: 0;
}
.rd3_2 ul li{
	float: left;
	width: 16.6%;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
}
.rd3_2 ul li img{
	display: block;
	width: 70px;
	margin: 0 auto 8%;
}
.rd3_3 .title2{
	padding: 0 0 3%;
	text-align: left;
}
.rd3_3 .contain{
	position: relative;
	padding: 6% 0;
}
.rd3_3 .contain .left{
	float: right;
	width: 45%;
}
.rd3_3 .contain .left p{
	font-size: 1.5rem;
	color: #333;
	margin: 15px 0;
	position: relative;
	padding-left: 20px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: default;
}
.rd3_3 .contain .left p::before{
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 5px;
	height: 5px;
	background: #ff0000;
	border-radius: 50%;
}
.rd3_3 .contain .left p.active,.rd3_3 .contain .left p:hover{
	color: #ff0000;
}
.rd3_3 .contain .left p img{
	display: none;
}
.rd3_3 .contain .right{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background: #f3f3f3;
}
.rd3_3 .contain .right img{
	position: absolute;
	height: 84%;
	max-width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%0);
	transform: translate(-50%,-50%);
}
.rd3_4{
	padding: 6% 0;
	background: #f6f7f9;
}
.rd3_4 .title2{
	padding: 0 0 1%;
}
.rd3_4 .imgs{
	overflow: hidden;
}
.rd3_4 .imgs img{
	float: left;
	margin-right: 2%;
	width: 32%;
	margin-top: 2%;
	display: block;
}
.rd3_4 .imgs img:nth-of-type(3n){
	margin-right: 0;
}
.rd4 ul{
	padding: 0 10%;
	box-sizing: border-box;
}
.rd4 ul li{
	width: 20%;
	cursor: default;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.rd4 ul li img{
	margin-bottom: 5%;
}
.rd4 ul li img:nth-of-type(2){
	display: none;
}
.rd4 ul li.active{
	color: #ff0000;
}
.rd4 ul li.active img:first-of-type{
	display: none;
}
.rd4 ul li.active img:nth-of-type(2){
	display: block;
}
.rd4 .rd3_2{
	padding-bottom: 8%;
}
.rd4_2{
	background: #fff;
	padding: 5% 5% 0;
	box-sizing: border-box;
	margin-top: -5%;
	position: relative;
	display: none;
}
.rd4_2:first-of-type{
	display: block;
}
.rd4_2 .title2{
	padding: 0 0 4%;
}
.rd4_2 .contain{
	position: relative;
	padding: 3% 0;
	min-height: 300px;
}
.rd4_2 .left{
	float: right;
	width: 44%;
}
.rd4_2 .left p{
	font-size: 1.5rem;
	line-height: 2;
	margin: 15px 0;
}
.rd4_2 .right{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.rd4_2 .right b{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.rd4_2 .right b:first-of-type{
	display: block;
}
.join2 ul li{
	width: 24.2%;
	margin-right: 1%;
	background: #f6f7f9;
	float: left;
	padding: 3%;
	box-sizing: border-box;
	cursor: pointer;
}
.join2 ul li:nth-of-type(4n){
	margin-right: 0;
}
.join2 ul li h2{
	font-size: 2.2rem;
	font-family: "title";
	color: #333;
	margin-bottom: 12%;
	padding-bottom: 6%;
	position: relative;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.join2 ul li h2:hover{
	color: #ff0000;
}
.join2 ul li h2::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42px;
	height: 2px;
	background: #ff0000;
}
.join2 ul li .tt p{
	font-size: 1.4rem;
	color: #333;
	margin: 8px 0;
}
.join2 ul li h3{
	margin-top: 8%;
	color: #ff0000;
	font-size: 1.3rem;
}
.xq{
	width:100%;
	height:100%;
	position:fixed;
	z-index:999999;
	background:#eee;
	background:rgba(0,0,0,0.6);
	left:0;
	top:0;
	display:none;
	overflow-y:scroll;
	}
.xq .xx{
	width: 50%;
	padding: 3% ;
    background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}
.xq .xx h3{
	border-bottom:1px solid #ddd;
	margin:0% 0 3%;
	padding-bottom:2%;
	font-size: 2.6rem;
	letter-spacing: 1px;
	color: #ff0000;
	font-family: "title";
	}
.xq .hh {
	overflow: hidden;
	position: relative;
	padding-left: 50px;
	margin: 5px 0;
}
.xq .hh strong{
	margin: 5px 0;
	color:#333;
	font-size:1.5rem;
	position: absolute;
	left: 0;
	top: 1px;
	}
.xq .xx .hh p{
	font-size:1.6rem;
	color:#777;
	margin: 5px 0;
}
.xq .bottom{
	background: #eee;
	padding: 2%;
	box-sizing: border-box;
	margin-top:8%;
	text-align: center;
	}
.xq .bottom h5{
	font-size:1.6rem;
	color:#333;
	}
.xq .bottom a{
	font-size:1.7rem;
	color:#ff0000;
	text-decoration:underline;}
.xq .close{
	width:32px;
	height:32px;
	position:fixed;
	right:5%;
	top:8%;
	z-index:7000;
	opacity:0;
	}
.xq .close:after{
	content:"";
	width:32px;
	height:2px;
	background:#ff0000;
	position:absolute;
	left:0;
	top:20px;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}
.xq .close:before{
	content:"";
	width:32px;
	height:2px;
	background:#ff0000;
	position:absolute;
	left:0;
	top:20px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}
.news .xq .close{
	background:none}
::-webkit-input-placeholder{
	color: #333;
}  
:-moz-placeholder{
	color: #333;
}               
::-moz-placeholder{
	color: #333;
}             
:-ms-input-placeholder{
	color: #333;
}
.pages{
	text-align: center;
	margin-top: 5%;
}
.pages a{
	display: inline-block;
	font-size: 1.5rem;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50px;
	margin: 10px;
	padding: 4px;
	background: #f6f7f9;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.pages a.pre{
	font-weight: bold;
}
.pages a.next{
	font-weight: bold;
}
.pages a img{
	width: 24px;
}
.pages a:hover,.pages a.active{
	background: #ff0000;
	color: #fff;
}
.pages a:hover i{
	color: #fff;
}
.big_box{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.9);
	z-index: 9999999999;
	display: none;
}
.big_imgss{
	position: absolute;
	width: 75%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) scale(0);
	transform: translate(-50%,-50%) scale(0);
	transition: all 1s cubic-bezier(0.19,1,0.22,1);
	-webkit-transition: all 1s cubic-bezier(0.19,1,0.22,1);
}
.big_imgss.active{
	-webkit-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
}
.big_box .righttop{
	position: fixed;
	right: 0px;
	top:0px;
	z-index: 9;
	padding: 10px;
	background: rgba(0,0,0,0.9);
}
.big_box .righttop div{
	float: right;
	margin:0 10px;
	width: 24px;
}
.big_box .righttop img{
	width: 24px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.big_box .btn{
	position: fixed;
	top: 50%;
	-webkit-transform: translatey(-50%);
	opacity: 0;
}
.big_box .btn i{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	padding: 5px;
	color: #fff;
	display: block;
	font-size: 1.6rem;
	cursor: pointer;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	position: relative;
	z-index: 2;
}
.big_box .btn:before {
    content: "";
    position: absolute;
    top: 0px;
    right:0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: rgba(25, 25, 25, 0.45);
    z-index: 1;
    transform: scale(0.9);
    transition: all 0.25s cubic-bezier(.15,0.2,.1,1);
}
.big_box .btn:hover::before{
	background: #ff0000;
	transform: scale(1);
}
.big_box .btn_l{
	left: 2%;
}
.big_box .btn_r{
	right: 2%;
}
.big_box .btn_r i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.big_box_pro .big_imgss{
	height: 76%;
	width: auto;
}
.big_box_pro .big_imgss img{
	height: 100%;
	position: absolute;
	left: 50%;
	top: 49%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: none;
}
.big_box_pro .big_imgss img:first-of-type{
	display: block;
}