@charset "utf-8";
/* CSS Document */
@font-face{
	src:url(https://oss.nb-jf.com/Home/fonts/SourceHanSansCN-Regular.otf);
	font-family:"myfont";
	}
@font-face{
	src:url(https://oss.nb-jf.com/Home/fonts/impact.ttf);
	font-family:"num";
	}
*{
	padding:0;
	margin:0;
	border:none;
	outline:none;
	font-size:12px;
	color:#666;
	list-style:none;
	font-family:Arial,"myfont",sans-serif;
	font-weight:normal;
	}
@font-face {
  font-family: 'iconfont';
  src:url(https://oss.nb-jf.com/Home/icons/iconfont.eot);
  src: url(https://oss.nb-jf.com/Home/icons/iconfont.eot?#iefix) format('embedded-opentype'),
  url(https://oss.nb-jf.com/Home/icons/iconfont.woff) format('woff'),
  url(https://oss.nb-jf.com/Home/icons/iconfont.ttf) format('truetype'),
  url(https://oss.nb-jf.com/Home/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;
}
p{
	margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
	list-style:none;
	font-size:12px;
	line-height:24px;
	}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, dir, section{
    margin: 0;
    padding: 0;
    display: block;	
}
.clear{
	clear:both;
	}
a{
	text-decoration:none;
	}
/*index*/
.w_all{
	width:92%;
	margin:auto;
	}
.w_all2{
	width:82%;
	margin:auto;
	}
html{
	font-size:62.5%;}
html, body{
	width:100%;
	position:relative;
	}
header{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:999;
	padding:30px 0;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
header .nav_box{
	position:relative;
	z-index:6;}
header .logo{
	height:46px;
	float:left;
	position:relative;	
}
header .logo img{
	display:block;
	height: 100%;
	}
header .logo img.img2{
	display:none;
	}
header .bg{
	content:"";
	width:100%;
	height:0;
	position:absolute;
	left:0;
	top:0;
	background:#fff;
	opacity:0;
	}
header.active .logo img.img2{
	display:block;
	margin-top:-10px;}
header.active .logo img.img1{
	display:none;}
header.active{
	padding-bottom:1%;}
header.active .bg{
	opacity: 1;
	height: 100%;
}
header .nav{
	position:absolute;
	right:0;
	width:940px;
	top:0%;
	}
header .nav ul{
	float:left;
	}
header .nav li{
	float:left;
	margin:0 34px;
	text-align:center;
	color:#fff;
	font-size:1.6rem;
	line-height:32px;
	position:relative;
	cursor:pointer;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
header.active .nav li.active3{
	color: #12408b !important;
}
header .nav li i{
	float:right;
	color:#fff;
	font-size:1.4rem;
	margin-left:8px;
	margin-top:2px;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
header .nav li.res{
	background: url(../png/link.png) no-repeat;
	background-size: 10%;
	background-position: right 8px;
	padding-right: 18px;
	}
header.active .nav li.res{
	background: url(../png/link2.png) no-repeat;
	background-size: 10%;
	background-position: right 8px;
	padding-right: 18px;
}
header .s_menu{
	position:fixed;
	left:0;
	top:0px;
	background:rgba(255,255,255,0.94);
	width:100%;
	padding:42px 0 0;
	display:none;
	}
header .s_menu dl{
	opacity:0;
    padding: 20px 20% 30px;
	width: 60%;
	margin-top: 30px;
	}
header .s_menu dl img{
	width: 20%;
	float: left;
	margin-right:8%;
}
header .s_menu dd{
	margin:4% 5% 0;
	color:#666;
	font-size:1.6rem;
	cursor:pointer;
	float: left;
	position: relative;
	padding-left: 12px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
header .s_menu1 dd{
	margin:1.7% 5% 0;
}
header .s_menu dd:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #888;
}
header .s_menu dd:hover{
	color: #333;
	text-decoration: underline;
}
/* header .s_menu.s_menu1 dd{
	margin:2.2% 5% 0;} */
header .s_menu dd .index_more0{
	float: right;
	margin: 0;
	margin-top: -2px;
	margin-left: 30px;
	display: none;
}
header .s_menu dd .index_more0 span{
	background: #eee;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: block;
}
header .s_menu dd .index_more0 i{
	font-size:2rem;
	color: #12408b;
	margin-left: -6px;
	float: left;
	margin-top: 2px;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
header .s_menu dd:hover .index_more0 i{
	margin-left: 12px;
}
header.active .nav li{
	color:#333;
	}
header.active .nav li i{
	color:#333;
	}
header .nav li.active2{
	color:#12408b;
	}
header .nav li.active2 i{
	color:#12408b;
	}
header .h_other{
	float:right;
	border-radius:25px;
	background:#fff;
	border:1px solid rgba(255,255,255,0.8);
	padding:5px 15px;
	margin-top:0;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
header .h_other .ll{
	float:left;
	margin-left:0px;
	color:#fff;
	font-size:1.2rem;
	margin-top:6px;
	}
header .h_other .ll.tel{
	font-size:1.3rem;
	color:#333;
	margin:0 5px;
	line-height: 20px;
	}
header .h_other .ll.active{
	color: #12408b;
}
header.active .h_other{
	background:#12408b;
	border:1px solid #12408b;
	}
header.active .h_other .ll.tel{
	color:#fff;
	}
header.active .h_other .ll.active{
	color:#fff;
	}
header .nav-btn {
	display: none;
	position: absolute;
	right: 0%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	z-index: 999;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
header .nav-btn span {
	display: block;
	width: 28px;
	height: 2px;
	background: #fff;
	margin: 6px 0;
}
header .nav-btn.active {
	top: 35%;
	-webkit-transform:scale(1.1);
	transform: scale(1.1);
}
header .nav-btn.active span{
	background: #333;
}
header .nav-btn.active span:nth-of-type(2) {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
header .nav-btn.active span:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header .nav-btn.active span:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -16px;
}
header.active .nav-btn span{
	background: #12408b;
}
/*banner*/
.banner{
	width:100%;
	height:100%;
	overflow:hidden;
	position: relative;
	}
.banner .video{
	display:block;
	object-fit:cover;
	border:0;
	min-width: 100%;  
    min-height: 100%;  
    height: auto;  
    width: auto; 
}
.index_all .contain{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-46%);
	text-align:center;
	z-index:6;
	width: 60%;
	}
.index_all .contain h1{
	color:#fff;
	font-size:7.6rem;
	line-height: 1.5;
	letter-spacing: 7px;
	}
.banner.index_all .contain p{
	color:#fff;
	font-size:2.2rem;
	opacity: 0.8;
	}
.index_all .contain p{
	color:#fff;
	font-size:1.6rem;
	opacity: 0.9;
	}
.scroll_btn{
	position:absolute;
	left:50%;
	bottom:4%;
	-webkit-transform:translate(-50%,0%);
	transform:translate(-50%,0%);
	text-align:center;
	z-index:6;
	width:50px;
	height:50px;
	border-radius:50%;
	background:#fff;
	cursor: pointer;
	box-shadow:0 2px 5px rgba(0,0,0,0.2);
	}
.scroll_btn i{
	color:#12408b;
	font-size:4.6rem;
	margin-top:12px;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
	display:block;
	margin-left:-36px;
	-webkit-animation:myfirst 2.8s ease-in-out 0s infinite;
	animation:myfirst 2.8s ease-in-out 0s infinite;
}
@keyframes myfirst
{
    0%,100% {margin-top: 10px; opacity: 1;}
    50% {margin-top: 18px; opacity: 0.8;}
}
@-webkit-keyframes myfirst
{
    0%,100% {margin-top: 10px; opacity: 1;}
    50% {margin-top: 18px; opacity: 0.8;}
}
.index_pro{
	width:100%;
	height:100%;
	position:relative;
	z-index: 99;
	}   
.index_pro .contain{
	top: 30%;
}
.index_pro .contain h1{
	font-size:4.6rem;
	margin-bottom:20px;
	letter-spacing: 1px;
	color: #333;
	}
.index_more{
	padding:8px 50px 8px 0px;
	margin:0px auto 0;
	width:120px;
	position:relative;
	cursor: pointer;
	} 
.index_more span{
	background: #006CB8;
}
.index_more:before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	opacity: 0;
	height: 100%;
	width: 40%;
	border-radius: 25px;
	box-shadow: 0 2px 8px rgba(1,26,43,0.1);
}
.index_more strong{
	font-size:1.5rem;
	color:#fff;
	letter-spacing:0.5px;
	z-index: 2;
	position: relative;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	} 
.index_more span{
	width: 32px;
	height: 32px;
	position:absolute;
	right:0%;
	top:5px;
	background: #fff;
	border-radius:50%;
	z-index: 2;
	}
.index_more span i{
	color:#12408b;
	font-size: 4rem;
	position: absolute;
	right: -14px;
	top: 30%;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	}
.index_more:hover:before{
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.index_more:hover strong{
	color:#12408b;
	padding-left: 15px;
}
.index_more:hover span i{
	right:0px;
}
.index_about{
	width:100%;
	height:100%;
	position:relative;
	z-index: 99;
	}  
.index_about:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
}
.index_about .contain{
	top: 50%;
}
.index_all.index_about .contain h1{
	font-size: 6.4rem;
}
.index_about dl {
    margin:3% auto 10%;
    width: 80%;
}
.index_about dl dd{
    float: left;
    text-align: center;
    width: 33.3%;
    margin: 1% 0 1%;
}
.index_about dl dd span{
    font-size: 6rem;
    color: #fff;
	font-weight: bold;
	opacity: 0.9;
	letter-spacing: 2px;
}
.index_about dl dd strong{
    font-size: 2.4rem;
    color: #fff;
    margin-left: 10px;
}
.index_about dl dd b{
    font-size: 1.8rem;
    color: #fff;
    display: block;
	margin-top: 10px;
	letter-spacing: 1px;
}
.index_all.index_about .contain p{
    font-size: 1.6rem;
    color: #fff;
    display: block;
	margin-bottom: 6%;
	opacity: 0.9;
	line-height: 1.6;
	
}
.index_pro .contain{
	top: 50%;
	width: 96%;
}
.index_pro .contain p{
	font-size:1.6rem;
	color:#333;
	margin-top:15px;
	}
.index_pro ul{
	margin:2.5% 1% 3% 1%;}
.index_pro ul li{
	float:left;
	width:31.3%;
    margin: 1%;
	position:relative;
	background:#fff;
	overflow:hidden;
	cursor:pointer;
	}
.index_pro ul li:before{
	content: "";
    position: absolute;
    background: #12408b;
    width: 60px;
    height: 60px;
    left: -8%;
    top: -8%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    border-radius: 26px;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -moz-transition: all .6s ease;
	opacity:0.9;
	}
.index_pro ul li:hover:before {
    transform: scale(26);
    -webkit-transform: scale(26);
    -ms-transform: scale(26);
    -moz-transform: scale(26);
}
.index_pro ul li b{
	width:100%;
	display:block;
	}
.index_pro ul li b img{
	display:block;
	width:60%;
	margin:0% auto 12%;
	}
.index_pro ul li p{
	position:absolute;
	left:50%;
	bottom:5%;
	-webkit-transform:translate(-50%,0);
	transform:translate(-50%,0);
	color:#333;
	font-size:2rem;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.index_pro ul li p img{
	width:32px;
	border:1px solid #333;
	border-radius:50%;
	overflow:hidden;
	padding:3px;
	float:left;
	margin-right:15px;
	margin-top:-10px;
	}
.index_pro ul li:hover p{
	left:80%;
	opacity:0;
	}
.index_pro ul li .txt{
	position:absolute;
	left:20%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	text-align:center;
	opacity:0;
	-webkit-transition:all 0.6s linear;
	transition:all 0.6s linear;
	}
.index_pro ul li .txt h2{
	color:#fff;
	font-size:2.2rem;
	margin-bottom:20px;
	}
.index_pro ul li:hover .txt{
	opacity:1;
	left:50%;
	}
.index_pro .more{
	font-size:1.3rem;
	border-radius:25px;
	color:#fff;
	background:rgba(255,255,255,0.1);
	border:1px solid rgba(255,255,255,0.8);
	padding:6px 30px;
	margin-top:3%;
	float:left;
	letter-spacing:1px;
	} 
.index_pro .index_more strong{
	color: #333;
}
.index_bar2{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 99;
	background: #fff;
	}
.index_bar2 .box{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-45%);
	transform: translate(-50%,-45%);
}
.index_bar2 .box0{
	padding: 0 5%;
	}
.index_bar2 .box h1 {
    font-size: 4.6rem;
    margin-bottom: 3%;
    letter-spacing: 1px;
    color: #333;
	text-align: center;
}
.index_bar2 .box0 .swiper-container{
	padding: 0;
}
.index_bar2 .box0 .swiper-slide{
	overflow: hidden;
}
.index_bar2 .box0 b{
	overflow: hidden;
	position: relative;
	display: block;
}
.index_bar2 .box0 b img{
	display: block;
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.index_bar2 .box0 .swiper-slide:hover b img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.index_bar2 .swiper-slide-active img{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.index_bar2 .box0 .swiper-slide:hover b img{
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}
.index_bar2 .box0 .txt{
	width: 90%;
	padding:3% 4%;
	z-index: 9;
	text-align: left;
}
.index_bar2 .box0 .txt img{
	width:16px;
	margin-right: 8px;
	float: left;
	opacity: 1;
}
.index_bar2 .box0 .txt h2{
	font-size: 1.4rem;
	color: #333;
	margin: 0px 0 5px;
	letter-spacing: 0.5px;
	text-align: left;
	opacity: 1;
}
.index_bar2 .box0 .swiper-slide:hover .txt h3{
	color: #12408b;
}
.index_bar2 .box0 .txt h3{
	font-size: 2rem;
	color: #333;
	letter-spacing: 0.5px;
	text-align: left;
	line-height: 1.3;
	overflow: hidden;
	margin-bottom: 6px;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.index_bar2 .box0 .txt p{
	font-size: 1.5rem;
	color: #666;
	line-height: 1.5;
}
.index_bar2 .box0 .more img{
	width: 30px;
	position: absolute;
	left: 10%;
	bottom: 0%;
	opacity: 0.3;
}
.index_bar2 .box0 .swiper-pagination{
	margin-left: 7.5%;
}
.index_bar2 .box0 .swiper-pagination-bullet-active{
	background: #fdd100;
}
.index_bar4{
	background:#eee;
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 99;
	}
.index_bar4 .contain{
	width: 100%;
	top: 50%;
	}
.index_all.index_bar4 .contain h1 {
    font-size: 4.6rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #333;
}
.index_bar4 .contain p{
	font-size:1.6rem;
	color:#333;
	margin-top:15px;
	}
.index_bar4 ul{
	margin: 2% 0;
}
.index_bar4 li{
	float:left;
	width:20%;
	}
.index_bar4 li b{
	width:100%;
	display:block;
	}
.index_bar4 li b img{
	display:block;
	width:90%;
	margin:10% auto;
	background:#fff;
	box-shadow:0 2px 10px rgba(0,0,0,0.04);
	}
.index_bar4 li p{
	font-size:1.4rem;
	color:#333;
	text-align:center;
	display:none;
	}
.index_bar4 .more{
	margin:3% auto 0;
	float:none;
	width:180px;
	padding:10px 0;
	text-align:center;
	background:#12408b;
	}
.index_bar4 .ll{
    position:absolute;
    left: 3%;
    top: 50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    -webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
    opacity: 0;
}
.index_bar4 .ll.right{
    left:auto;
	right: 3%;
}
.index_bar4 .ll i{
    display: block;
    text-align: center;
    line-height: 46px;
    font-size: 1.9rem;
    color: #333;
    -webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
    cursor: pointer;
}
.index_bar4 .ll.left i{
    -webkit-transform:rotate(-180deg);
    transform:rotate(-180deg);
}
.index_bar4 :hover .ll{
    opacity: 1
}
.index_bar4 .ll:hover{
    background: #12408b;
}
.index_bar4 .ll:hover i{
    color: #fff;
}
.index_bar4 .index_more strong{
	color: #333;
}
.index_bar3{
	background:url(../jpg/index_bar2_bc2.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
	z-index: 99;
	}
.index_bar3:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.3);
	z-index:2;
	}
.index_bar3 .box{
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
	z-index: 9;
	
}
.index_bar3 .contain{
	position:relative;
	z-index:6;
	}
.index_bar3 ul{
	text-align:center;
	margin:60px auto 0;
	width:680px;
	z-index:6;
	}
.index_bar3  .contain h1 {
    font-size: 4.6rem;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #fff;
	text-align: center;
}
.index_bar3 .title p{
	color:#fff;
	font-size: 1.6rem;
	text-align: center;
	}
.index_bar3 span{
	padding:0px 30px;
	margin:0 20px;
	border:1px solid #fff;
	box-sizing:border-box;
	background:rgba(255,255,255,0.9);
	color:#333;
	border-radius:50px;
	overflow:hidden;
	float:left;
	width:300px;
	line-height:50px;
	font-size:1.3rem;
	letter-spacing:0.5px;
	}
.index_bar3 span i{
	color:#333;
	margin-right:10px;
	font-size:2.4rem;
	line-height:50px;
	float:left;
	}
.footer {
	position:relative;
	z-index: 99;
	padding:4% 0 2%;
	background:#eee;
	}
.footer .left{
	float:left;
	width:30%;
	}
.footer .left img{
	display:block;
	width:190px;
	margin-top:-10px;}
.footer .left h2{
	font-size:1.5rem;
	color:#333;
	margin-bottom:15px;
	position:relative;
	margin:20px 0 0;
	}
.footer .left p{
	color:#333;
	font-size:1.2rem;
	opacity:0.9;
	letter-spacing:0.5px;
	line-height: 1.7;
	}
.footer .left p a{
	color:#333;
	font-size:1.2rem;
	}
.footer .bar{
	float:right;
	width:60%;
	}
.footer dl{
	float:left;
	width:20%;
	}
.footer dl dt{
	font-size:1.7rem;
	color:#333;
	position:relative;
	padding-bottom:8px;
	}
.footer dl dd{
	width:70%;
	font-size:1.3rem;
	line-height:18px;
	margin:6px 0;
	color:#333;
	opacity:0.7;
	-webkit-transition:all 0.2s linear;
	transition:all 0.2s linear;
	}
.footer dl:last-of-type dd{
	width:100%;}
.footer dl a:hover dd{
	text-decoration:underline;
	opacity:1;
	}
.footer dl p{
	color:#333;
	font-size:1.1rem;
	opacity:0.7;
	}
.footer dl b{
	color:#333;
	font-size:1rem;
	opacity:0.7;}
.footer .copy{
	padding:10px 0 0;
	position:relative;}
.footer .copy p{
	color:#333;
	float:left;
	line-height:36px;
	opacity:0.7;}
.footer .copy p a{
	color:#333;
	margin-left:20px;}
.footer .copy ul{
	float:right;
	}
.footer .copy ul li{
	float:left;
	height:30px;
	margin:0px 6px;
	opacity:0.8;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.footer .copy ul li img{
	display:block;
	height:100%;
	}
.footer .copy ul li:hover{
	opacity:1;}
.all_back{
	position:absolute;
	right:3%;
	bottom:0%;
	cursor:pointer;
	background:#08152b;
	padding:12px;
	border-radius:50%;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;}
.all_back i{
	color:#fff;
	font-size:2rem;
	display:block;
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
	}
.all_back:hover{
	background:#12408b;
	}
.o_ban{
	width: 100%;
	height: 400px;
	position: relative;
}
.o_ban .txt{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-45%);
	transform: translate(-50%,-40%);
	text-align: center;
	width: 60%;
}
.o_ban .txt h1{
	font-size: 4rem;
	color: #fff;
	letter-spacing: 2px;
	text-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.o_ban .txt p{
	font-size: 2.4rem;
	color: #fff;
	margin-top: 10px;
	opacity: 0.86;
	letter-spacing: 2px;
	line-height: 1.4;
}
.re_ban .txt p{
	font-size: 1.8rem;
	line-height: 1.5;
}
.re_ban .txt img{
	width: 130px;
	margin-top: 1.5%;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.o_nav{
	border-bottom: 1px solid #eee;
}
.o_nav.active{
	position: fixed;
	left: 0;
	top:0px;
	z-index: 99;
	width: 100%;
	background: #fff;
}
.o_nav dl{
	display: flex;
	justify-content: center;
}
.o_nav dl a{
	font-size: 1.7rem;
	padding: 20px 0;
	margin: 0 2%;
	letter-spacing: 1px;
	font-weight: bold;
}
.o_nav dl a.active{
	color: #12408b;
	border-bottom: 3px solid #12408b;
}
.about{
	padding: 4% 0 0;
}
.about .box{
	position: relative;
	height: 100%;
}
.about .left img{
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0.05;
	-webkit-transform: translate(-50%,-0%);
	transform: translate(-50%,-0%);
}
.about .left{
	width: 100%;
}
.about .left h2{
	font-size: 12rem;
	font-weight: bold;
	color: #12408b;
	font-family: "num";
	opacity: 0.06;
	text-align: center;
	margin-bottom: -100px;
}
.about .left p{
	font-size: 1.6rem;
	margin: 10px 0;
	color: #555;
	text-indent: 2em;
	text-align: justify;
}
.about h6{
	font-size: 1.7rem;
	margin: 10px 0;
	color: #333;
	text-indent: 2em;
}
.about ul{
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 3%;
}
.about ul li{
	margin-right: 5%;
	padding-right: 5%;
	text-align: center;
	border-right: 1px solid #eee;
}
.about ul li:last-of-type{
	border: none;
	margin-right: 0;
	padding-right: 0;
}
.about ul li h5{
	font-size: 1.6rem;
	margin: 5px 0 0;
	color: #12408b;
	text-align: left;
}
.about ul li h3{
	font-size: 3rem;
	color: #12408b;
	letter-spacing: 2px;
}
.about ul li h3 span{
	font-size: 9rem;
	color: #12408b;
	font-family: "num";
	letter-spacing: 2px;
	margin:0 5px;
}
.about ul li h4{
	font-size: 1.6rem;
	margin: 5px 0 0;
	color: #888;
}
.about .box2{
	margin-top: 3%;
	position: relative;
	padding-bottom: 5%;
}
.about .box2:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80%;
	background: #f8f8f8;
}
.about .box2 .contain{
	position: relative;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
}
.about .box2 video {
	margin: auto;
	width: 100%;
	display: block;
    object-fit: fill;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.about .box2 .contain >img{
	width: 100%;
}
.about .box2 a img {
    display: block;
    width: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	cursor: pointer;
	z-index: 2;
}
.about .box2 .contain:hover video{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.about .box2 .contain:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 0px;
	height: 0px;
	background: #fff;
	opacity: 0.3;
	border-radius: 50%;
}
.about .box2 .contain:hover:after{
	width: 90%;
	height: 200%;
	opacity: 0;
	-webkit-transition: all 0.6s linear;
	transition: all 0.6s linear;
}
.video_bigbox{
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.92);
	position:fixed;
	bottom:0;
	left:0;
	z-index:999;
	display:none;
}
.video_box{
	width:70%;
	background:rgba(255,255,255,0.92);
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.video_close img{
	display:block;
	width:28px;
	position:fixed;
	top:3%;
	right:2%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	opacity: 0.8;
	cursor: pointer;
}
.video_close img:hover{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	opacity: 1;
}
.about2{
	padding: 2% 0 2%;
}
.title2{
	text-align: center;
	font-size: 2rem;
	color: #333;
}
.about2 dl{
	display: flex;
	justify-content: center;
	margin-top: 1%;
	position: relative;
}
.about2 dl::before{
	content: "";
	position: absolute;
	left: 0;
	top:45%;
	width: 100%;
	height: 1px;
	background: #eee;
	opacity: 0.6;
}
.about2 dl dd{
	text-align: center;
	font-size: 1.6rem;
	position: relative;
	z-index: 2;
	color: #333;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.about2 dl dd span{
	padding: 25px;
	background: #eee;
	border-radius: 50%;
	display: block;
	margin:10px 30px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.about2 dl dd span img{
	width: 30px;
	display: none;
}
.about2 dl dd span img:nth-of-type(2){
	display: block;
}
.about2 dl dd.active span,.about2 dl dd:hover span{
	background: #12408b;
}
.about2 dl dd.active span img:nth-of-type(2),.about2 dl dd:hover span img:nth-of-type(2){
	display: none;
}
.about2 dl dd.active span img:nth-of-type(1),.about2 dl dd:hover span img:nth-of-type(1){
	display: block;
}
.about2 dl dd.active,.about2 dl dd:hover{
	color: #12408b;
}
.about2 .box0{
	position: relative;
	padding: 2% 0 0;
}
.about2 .box1{
	position: relative;
	padding: 2% 0 0;
}
.about2 .box0 img{
	width: 100%;
}
.about2 .box1{
	position: relative;
}
.about2  ul li{
	float: left;
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 3%;
	cursor: pointer;
	position: relative;
}
.about2  ul li:nth-of-type(3n){
	margin-right: 0;
}
.about2 ul li::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 60%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: url(../png/big.png) no-repeat center center;
	background-size: 80%;
	z-index: 8;
	width: 50px;
	height: 50px;
	opacity: 0;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	user-select: none;
}
.about2 ul li:hover:after{
	opacity: 1;
	top: 50%;
}
.about2 ul li b{
	display: block;
	overflow: hidden;
	width: 100%;
}
.about2 ul li img{
	display: block;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	width: 100%;
}
.about2  ul li:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.about2 ul li h1{
	text-align: center;
	font-size: 1.7rem;
	color: #333;
	margin-top: 2%;
	display: none;
}
.big_box {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.big_imgss {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
	height: 80%;
}
.big_imgss img{
	height: 100%;
}
.big_box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: url(../png/mouse4.png),auto;
}
.about3{
	padding: 3% 0 5%;
}
.about3 dl{
	margin:auto;
	padding: 1% 0;
	text-align: center;
	position: relative;
}
.about3 dl::before{
	content: "";
	position: absolute;
	left: 5%;
	top: 50%;
	width: 90%;
	height: 1px;
	background: #f6f6f6;
	display: none;
}
.about3 dl.active{
	position: fixed;
	left: 0;
	width: 100%;
	padding:20px 10%;
	box-sizing: border-box;
	top: 68px;
	background: #fff;
	z-index: 6;
}
.about3 dl dd{
	float: left;
	width:8.3%;
	position: relative;
	z-index: 2;
	font-size: 1.6rem;
	color: #333;
	cursor: default;
}
.about3 dl dd span{
	background: #eee;
	color: #333;
	border-radius: 50%;
	display: block;
	margin: auto;
	width: 46px;
	height: 46px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 46px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.about3 dl dd span:before{
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	bottom: -10px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #eee;
	z-index: 99;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.about3 dl dd strong{
	display: block;
	font-weight: normal;
	font-size: 1.6rem;
	color: #333;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.about3 dl dd.active span{
	background: #12408b;
	color: #fff;
	box-shadow:0 5px 10px rgba(18,64,139,0.2) ;
}
.about3 dl dd.active span::before{
	border-top-color: #12408b;
	opacity: 1;
	bottom: -18px;
}
.about3 dl dd.active strong{
	color: #fff;
}
.about3 dl dd:hover span{
	background: #12408b;
	color: #fff;
}
.about3 dl dd:hover strong{
	color: #fff;
}
.about3 ul{
	position: relative;
}
.about3 ul li{
	position: relative;
	padding: 2% 0 0;
	overflow: hidden;
}
.about3 ul .img{
	padding-left: 40px;
	margin: 1.5% 0;
	box-sizing: border-box;
}
.about3 ul .img img{
	float: left;
	width: 20%;
	display: block;
}
.about3 ul .txt{
	float: right;
	width: 76%;
}
.about3 ul b{
	display: block;
	font-size: 4rem;
	color: #12408B;
	font-family: "num";
	margin-bottom: 1%;
	position: relative;
	padding-left: 40px;
}
.about3 ul b:before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 90%;
	height: 1px;
	background: #eee;
}
.about3 ul b:after{
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 8px;
	height: 8px;
	background: #12408b;
	border: 10px solid #e7ecf3;
	border-radius: 50%;
	opacity: 0.6;
}
.about3 ul .txt p{
	font-size: 1.7rem;
	color: #555;
	position: relative;
	padding-left: 12px;
	margin: 5px 0;
}
.about3 ul .txt p:before{
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 5px;
	height: 2px;
	background: #666;
}
.about4{
	padding-bottom: 1%;
}
.about4 ul{
	position: relative;
}
.about4 ul:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #eee;
}
.about4 ul li{
	margin: 5% 0;
	position: relative;
}
.about4 ul li:before{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -13px;
	top: 0;
	width: 8px;
	height: 8px;
	background: #12408b;
	border: 10px solid #e7ecf3;
	border-radius: 50%;
	opacity: 0.6;
}
.about4 ul li .left{
	float: left;
	width: 42%;
}
.about4 ul li .left img{
	width: 40%;
	margin-left: 60%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	display: none;
}
.about4 ul li .left img:first-of-type{
	display: block;
}
.about4 ul li .right{
	float: right;
	width: 42%;
}
.about4 ul li:nth-of-type(2n) .left{
	float: right;
}
.about4 ul li:nth-of-type(2n) .left img{
	margin-left: 0%;
	margin-right: 50%;
}
.about4 ul li:nth-of-type(2n) .right{
	float: left;
	text-align: right;
}
.about4 ul li h1{
	font-size: 4rem;
	color: #333;
	font-family: "num";
	margin:-10px 0 10px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.about4 ul li p{
	font-size: 1.7rem;
	color: #666;
	padding: 3px 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: default;
	position: relative;
	padding-left: 10px;
}
.about4 ul li p:before{
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 5px;
	height: 1px;
	background: #666;
	border-radius: 50%;
}
.about4 ul li:nth-of-type(2n) p{
	padding-left: 0;
	padding-right: 10px;
}
.about4 ul li:nth-of-type(2n) p:before{
	left: inherit;
	right: 0;
}
.about4 ul li:hover h1{
	color: #12408b;
}
.about4 ul li p:hover{
	color: #333;
	letter-spacing: 1px;
}
.about4 ul li p.active{
	color: #333;
	letter-spacing: 1px;
}
.about4 ul li:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.about6_2{
	padding: 1% 0 2%;
}
.swiper-container{
	padding: 5% 0 3%;
	cursor: move;
}
.swiper-slide img{
	width: 70%;
	display: block;
	margin: auto;
	opacity: 0.2;
}
.swiper-slide-active img{
	opacity: 1;
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	z-index: 2;
}
.swiper-slide h2{
	text-align: center;
	font-size: 1.6rem;
	margin: 70px auto 0;
	opacity: 0;
	color: #333;
	line-height: 1.4;
	word-break: break-all;
}
.swiper-slide-active h2{
	opacity: 1;
}
.swiper-pagination{
	bottom: 0 !important;
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
.swiper-pagination-bullet-active{
	background:#12408b;
	opacity: 1;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.btn .ll {
	position: absolute;
	left: 0%;
	top: 40%;
	border-radius: 50%;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 99;
}
.btn .lll{
	left: inherit;
	right: 0%;
}
.btn i {
	font-size: 4rem;
	color:#666;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: block;
	line-height: 30px;
}
.btn .llr i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: -2px;
} 
.btn .ll:hover i{
	color: #12408b;
}
.culture{
	position: relative;
	height: 100%;
	padding: 3% 0;
}
.culture ul{
	width: 50%;
	float: left;
	padding-left:5%;
	padding-right: 2%;
	box-sizing: border-box;
}
.culture h1{
	font-size: 2.8rem;
	letter-spacing: 1px;
	color: #12408b;
	font-weight: bold;
}
.culture ul li{
	box-sizing: border-box;
	padding:1% 0%;
}
.culture ul li b{
	position: relative;
	width: 100%;
	display: block;
}
.culture ul li img{
	width: 100%;
}
.culture ul li span{
	background: #12408b;
	padding:3px 20px;
	display: block;
	color: #fff;
	float: left;
	margin: 1% 0;
	font-size: 1.3rem;
}
.culture h2{
	font-size: 1.8rem;
	color: #333;
	font-weight: bold;
}
.culture p{
	font-size: 1.5rem;
	margin-top: 10px;
	line-height: 1.4;
}
.culture .right{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 48%;
}
.culture .right::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #222;
	opacity: 0.6;
}

.culture dl{
	position: absolute;
	left: 60%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 5;
	opacity: 0;
	width: 80%;
	box-sizing: border-box;
	z-index: 8;
}
.culture dl dd{
	float: left;
	width: 50%;
	position: relative;
	box-sizing: border-box;
	margin: 4% 0;
	padding-right: 1%;
}
.culture dl dd span{
	display: block;
	margin-bottom: 3%;
	margin: auto;
}
.culture dl dd img{
	width: 12%;
	margin: auto;
	display: block;
	padding: 5%;
	border-radius: 50%;
	background:rgba(255,255,255,0.3);
	border: 2px solid rgba(255,255,255,0.1);
	float: left;
}
.culture dl dd .bar{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 72%;
}
.culture dl dd h2{
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
}
.culture dl dd p{
	font-size: 1.5rem;
	margin-top: 2px;
	color: #fff;
}
.culture2{
	padding: 5% 0;
	background: #f9f9f9;
}
.culture2 ul li{
	float: left;
	width: 48%;
	position: relative;
	padding: 7% 0;
	overflow: hidden;
}
.culture2 ul a:nth-of-type(2) li{
	float: right;
}
.culture2 ul li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #111;
	opacity: 0.2;
}
.culture2 ul li b{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.culture2 ul li h1{
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	z-index: 2;
	position: relative;
}
.culture2 ul li i{
	font-size:2.2rem;
	color: #333;
	margin: 20px auto 0;
	width: 30px;
	height: 30px;
	padding: 2px;
	background:rgba(255,255,255,0.9);
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 34px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.culture2 ul li:hover b{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.news {
	padding-bottom: 4%;
}
.news ul li{
	padding: 3% 10%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #f6f6f6;
}
.news ul li:hover{
	background: #f6f6f6;
}
.news ul li b{
	width: 25%;
	overflow: hidden;
	position: relative;
	display: block;
	float: left;
}
.news ul li b img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.news ul li:hover b img{
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}
.news ul li h2{
	font-size: 1.4rem;
	color: #333;
	margin: 0px 0 5px;
	letter-spacing: 0.5px;
	}
.news ul li .txt{
	width: 70%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	padding:5% ;
	z-index: 9;
	box-sizing: border-box;
}
.news ul li .txt img{
	width:16px;
	margin-right: 8px;
	float: left;
}

.news ul li:hover .txt h3{
	color: #12408b;
}
.news ul li .txt h3{
	font-size: 2.2rem;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 20px 0;
	overflow: hidden;
	margin-bottom: 6px;
}
.news ul li .txt p{
	font-size: 1.6rem;
	line-height: 24px;
	height: 48px;
	margin: 20px 0;
	overflow: hidden;
	margin-top: 6px;
}
.loadmore{
	width: 110px;
	padding: 12px 25px;
	font-size: 1.3rem;
	margin:2.5% auto 0;
	line-height: 16px;
	letter-spacing: 0.5px;
	border-radius: 30px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	cursor: pointer;
}
.loadmore img{
	width: 16px;
	margin-left:10px;
	float: right;
	opacity: 0.7;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.loadmore:hover{
	color: #12408b;
}
.loadmore:hover img{
	opacity: 1;
	-webkit-animation:circle 2s infinite linear; 
}
@-webkit-keyframes circle{
    0% {transform:rotate(0deg);}
    100% {transform:rotate(-360deg);}
}
.n_year{
	display: flex;
	justify-content: center;
	margin: 0 auto 2%;
	text-align: center;
	position: relative;
}
.n_year dd{
	position: relative;
	z-index: 2;
	font-size: 1.6rem;
	color: #333;
	cursor: default;
}
.n_year dd span{
	padding: 15px;
	background: #eee;
	color: #333;
	border-radius: 50%;
	display: block;
	margin:10px 30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 2rem;
	font-weight: bold;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.n_year dd.active span{
	background: #12408b;
	color: #fff;
	box-shadow:0 5px 10px rgba(18,64,139,0.2) ;
}
.n_year dd:hover span{
	background: #12408b;
	color: #fff;
}
.activity{
	padding: 4% 0 2%;
}
.activity ul li{
	float: left;
	width: 31.3%;
	margin-right: 3%;
	position: relative;
	margin-bottom: 3%;
	overflow: hidden;
	cursor: pointer;
}
.activity ul li:nth-of-type(3n){
	margin-right: 0;
}
.activity ul li b{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
	height: 300px;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.activity ul li img{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.activity ul li:before{
	content: "";
	position: absolute;
	right: -5%;
	bottom: 2%;
	width: 100%;
	height: 90%;
	background: #f6f6f6;
	opacity: 0.6;
}
.activity li:hover b{
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.activity h1{
	width: 94%;
	font-size: 1.8rem;
	color: #333;
	margin: 3% auto 0;
	letter-spacing: 0.5px;
	font-weight: bold;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
.activity li:hover h1{
	color: #12408b;
	letter-spacing: 1px;
}
.activity ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: url(../png/big.png) no-repeat center center;
    background-size: 80%;
    z-index: 8;
    width: 50px;
    height: 50px;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    user-select: none;
}
.activity ul li:hover:after {
	opacity: 1;
	top: 50%;
}
.contact{
	overflow: hidden;
	padding: 0 0 ;
	width: 100%;
	position: relative;
}
.contact .mbox{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #fff;
	padding:4% 5%;
	box-sizing: border-box;
	cursor: default;
	border-left: 1px solid #eee;
	z-index: 4;
}
.contact .mbox:before{
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	right: -40px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-left-color: #fff ;
	z-index: 99;
}
.contact .map:nth-of-type(2) .mbox{
	left: inherit;
	right: 0;
}
.contact .map:nth-of-type(2) .mbox:before{
	right: inherit;
	left: -40px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.contact .mbox h1{
	font-size: 2.6rem;
	color: #333;
	letter-spacing: 1px;
	margin-bottom: 3%;
	font-weight: bold;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact .map:hover h1{
	color: #12408b;
	letter-spacing: 1.5px;
}
.contact .mbox p{
	font-size: 1.5rem;
	color: #666;
	margin: 6px 0;
	padding-left: 32px;
	position: relative;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact .mbox p a{
	font-size: 1.5rem;
	color: #666;
}
.contact .mbox p strong{
	font-size: 1.3rem;
	color: #333;
	margin-right: 3px;
	opacity: 0.6;
}
.contact .mbox p:first-of-type a{
	font-size: 1.8rem;
	color: #333;
	position: relative;
}
.contact .mbox p:first-of-type a::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 1px;
	background: #555;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.contact .map:hover .mbox p a:before{
	width: 100%;
}
.contact .mbox img{
	position: absolute;
	left: 0;
	top: -1px;
	width: 24px;
	opacity: 0.8;
}
.map{
	height: 490px;
	position: relative;
}
.map b{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../png/op4.png) repeat;
	z-index: 3;
	pointer-events: none;
	display: block;
	opacity: 0.3;
}
.contact .map:hover b{
	opacity: 0.1;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#allmap{
	height: 100%;
	float: right;
	width: 50%;
}
#allmap2{
	height: 100%;
	width: 50%;
	float: left;
}
.anchorBL{
	display: none;
}
.BMap_bubble_title{
	font-size: 1.8rem;
	color: #333;
}
.BMap_bubble_content p{
	font-size: 1.3rem;
	color: #333;
}
.join{
	padding: 3% 5% 4%;
	box-sizing: border-box;
}
.join .top{
	margin-bottom: 3%;
}
.join .j_box{
	float:left;
	width:48%;
	position:relative;
	cursor:default;
	border-bottom: 1px solid #ddd;}
.join .j_box h6{
	padding:15px 2%;
	color:#222;
	font-size:1.8rem;
	font-weight:bold;
    background:url(../png/arrow-down2.png) no-repeat scroll 98% center;
	background-size: 3.4%;
	}
.join .j_box2{
	float:right;
	}
.join .j_box dl{
	width:94%;
	position:absolute;
	left:0;
	top:58px;
	box-shadow:0 5px 10px rgba(0,0,0,0.15);
	background:#fff;
	padding:2% 3%;
	z-index:55;
	}
.join .j_box dl dd{
	display:block;
	padding:5px 0;
	font-size:1.6rem;
	}
.join .j_box dl dd:hover{
	color:#12408b}
.join ul li .txt1{
	width: 75%;
	padding-right: 25%;
	position: relative;
}
.join ul li{
	box-sizing: border-box;
	padding: 3%;
	background: #f9f9f9;
	position: relative;
}
.join ul li:nth-of-type(2n){
	background: #fff;
}
.join ul li h1{
	font-size: 2.2rem;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.join ul li .txt1 p{
	line-height: 18px;
	float: left;
	margin-right: 20px;
	color: #333;
	border-right: 1px solid #ccc;
	margin-top: 5px;
	padding-right: 20px;
	font-size: 1.6rem;
}
.join ul li .txt1 p:last-of-type{
	border: none;
}
.join ul li .txt1 p strong{
	font-size: 1.6rem;
}
.join ul li h2{
	font-size: 1.8rem;
	color: #333;
	margin: 20px 0 5px;
}
.join ul li .txt2{
	display: none;
}
.join ul li .txt2 p{
	font-size: 1.5rem;
	color: #777;
	margin: 5px 0;
}
.join ul li .tt{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.join ul li .tt span{
	background: #12408b;
	border-radius: 30px;
	padding: 7px 32px;
	float: left;
	color: #fff;
	font-size: 1.3rem;
	margin-left: 15px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	box-shadow: 0 2px 10px rgba(7,30,62,0.1);
}
.join ul li .tt a:first-of-type span{
	background: none;
	box-shadow: none;
	border: 1px solid rgba(0,0,0,0.08);
	color: #333;
}
.join ul li .tt a:first-of-type span:hover{
	color: #12408b;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
.join ul li:hover h1{
	color: #12408b;
}
.join .loadmore{
	margin-top: 3%;
}
.product{
	background: #f9f9f9;
}
.product0 .bar{
	position: relative;
	padding-bottom: 5%;
}
.product0 .bar .right{
	/* float: left;
	width: 66%; */
	position: relative;
}
.product0 .bar h6{
	position: absolute;
	left: -3%;
	top: 120%;
	text-transform: uppercase;
	font-size: 18rem;
	opacity: 0.05;
	display: none;
	font-weight: bold;
}
.product0 .bar .right h1{
	font-size: 2.8rem;
	color: #12408b;
	font-weight: bold;
	margin-bottom: 2%;
	text-align: center;
}
.product0 .bar .right p{
	font-size: 1.6rem;
	color: #555;
	text-align: center;
	margin: 5px 0;
}
.product0 .swiper-container{
	width: 100%;
	padding: 3% 0 0;
	height: auto !important;
}
.product0 .swiper-wrapper{
	padding: 2% 0 0%;
}
.product0 .swiper-slide h2{
	margin-top: 50px;
	font-size: 1.7rem;
	position: relative;
	z-index: 9;
}
.product0 .swiper-wrapper img{
	width: 52%;
}
.product0 .bar .left{
	/* float: right;
	width: 30%; */
}
.product0 .bar .left video{
	display: block;
	width: 49%;
	float: left;
}
.product0 .bar .left video:nth-of-type(2){
	float: right;
}
.product0 .bar2{
}
.product0 .bar2 .title {
	text-align: center;
}
.product0 .pnav {
	display: flex;
	justify-content: center;
}
.product0 .pnav h1{
	font-size: 2.4rem;
	color: #333;
	font-weight: bold;
	margin: 2% 2% 1%;
	cursor: pointer;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.product0 .pnav h1.active{
	color: #12408b;
	letter-spacing: 1px;
}
.product0 .bar2 .title p{
	font-size: 1.6rem;
	color: #555;
	margin: 5px 0;
}
.product0 .boxps{
	margin-top: 3%;
	padding-bottom: 3%;
}
.product0 .boxps .b1 {
    background: #fff;
    box-shadow: 0 0px 5px rgba(0,0,0,0.02);
    border: 1px solid #f9f9f9;
    box-sizing: border-box;
    padding: 2% 0 2%;
    cursor: pointer;
    float: left;
    width: 23.5%;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 2%;
}
.product0 .boxps .b1 img{
    width: 70%;
    display: block;
    margin: auto;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.product0 .boxps .b1:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.product0 .boxps .b1:nth-of-type(4n){
	margin-right: 0;
}
.product0 .boxps .b1 h2{
	font-size: 1.7rem;
	color:  #333;
	word-break: break-all;
	padding: 2% 5%;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	display: none;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.product0 .boxps .b1:hover h2{
	color: #12408b;
}
.product .bars{
	display: none;
	padding-bottom: 0;
}
.product .vbox{
	padding: 4% 0;
	background: #fff;
}
.product .vbox h1{
	font-size: 2.6rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 2%;
	text-align: center;
	position: relative;
	letter-spacing: 1px;
}
.product{
	padding: 2% 0 0;
}
.product ul {
	margin: 2% auto 1%;
	display: flex;
	justify-content: center;
	position: relative;
}
.product ul:before{
	content: "";
	position: absolute;
	left: 0;
	top: 45%;
	width: 100%;
	height: 1px;
	background: #eae9e9;
}
.product ul li{
	border-right: none;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
	text-align: center;
	margin: 0 30px;
}
.product ul li h1{
	font-size: 2rem;
	color: #333;
	font-weight: bold;
	margin-top: 3%;
	position: relative;
	letter-spacing: 1px;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.product ul li:hover h1{
	color: #12408b;
}
.product dl dt{
	font-size: 1.4rem;
	text-align: center;
	line-height: 20px;
	margin: 0% 0 40px;
	display: none;
}
.product ul li img{
	margin: auto;
	width: 70px;
	height: 70px;
	background: #fff;
	border-radius: 50%;
	padding: 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.04);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.product ul li.active img{
	background: #eee;
}
.product ul li.active h1{
	color:#12408b ;
}
.product ul li.active i{
	color:#12408b ;
	background: rgba(255,255,255,0.8);
}
.product .box{
	padding: 2% 0 3%;
	margin-top: 1%;
}
.product dl{
	display: none;
}
.product dl dd img{
	width: 70%;
	display: block;
	margin: auto;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.product dl dd:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.product dl dd{
	background: #fff;
	box-shadow: 0 0px 5px rgba(0,0,0,0.02);
	border: 1px solid #eee;
	box-sizing: border-box;
	padding:2% 0 1%;
	cursor: pointer;
	float: left;
	width: 23.5%;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 2%;
}
.product dl dd:nth-of-type(4n){
	margin-right: 0;
}
.product dl dd h2{
	font-size: 1.7rem;
	color:  #333;
	margin-top: 8%;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.product dl dd:hover h2{
	color: #12408b;
}
.future{
	padding: 4% 0 5%;
}
.future .bar{
	padding-bottom: 0%;
}
.future .right{
	margin-bottom: 3%;
}
.future .bar .right p{
	text-indent: 2em;
	text-align: left;
}
.future p strong{
	font-size: 2rem;
	color:#222;
	display: block;
	margin: 3% 0 1%;
}
.future .bar h6{
	position: absolute;
	left: 0;
	top: inherit;
	bottom: -5%;
	font-size: 22rem;
	opacity: 0.05;
	font-weight: bold;
	display: block;
}
.company {
	position: relative;
	z-index: 9;
	padding: 4% 0 5%;
	overflow: hidden;
}
.m_map{
	width: 65%;
	margin: 0 5%;
	position: relative;
}
.m_map b{
	width: 100%;
	margin: auto;
	display: block;
}
.m_map b img{
	width: 100%;
	margin: auto;
}
.mp{ 
	position:absolute; 
	cursor:pointer; 
	background:url(../png/fi1.png) no-repeat center center; 
	width:17px; 
	height:23px; 
	-webkit-transition:all .2s ease-out; 
	-moz-transition: all .2s ease-out; 
	-ms-transition:all .2s ease-out; 
	-o-transition:all .2s ease-out; 
	transition:all .2s ease-out;
	opacity: 0.8;
	overflow: hidden;}
.mp.active{ 
	background:url(../png/fi2.png) no-repeat center center; 
	-webkit-transition:all .2s ease-out; 
	-moz-transition: all .2s ease-out; 
	-ms-transition:all .2s ease-out; 
	-o-transition:all .2s ease-out; 
	transition:all .2s ease-out;
	opacity: 1;
	-webkit-animation:myfirst2 2.2s ease-in-out 0s infinite;
	animation:myfirst2 2.2s ease-in-out 0s infinite;
}
@keyframes myfirst2
{
    0%,100% {margin-top: 3px;}
    50% {margin-top: 0px;}
}
@-webkit-keyframes myfirst2
{
    0%,100% {margin-top: 3px;}
    50% {margin-top: 0px;}
}
.feng{ 
	position:absolute; 
	opacity: 0; 
	width:100%; 
	left:5%;
	top:50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index:10;
	box-sizing: border-box; 
	text-align: center;
	}
.feng h2{ 
	width:100%; 
	background:rgba(18,64,139,0.9) ;
	background-size: 6%;
	padding:3% 20px;
	font-size: 2.1rem;
	color: #fff;
	box-sizing: border-box;
	}
.mp1{
	overflow: inherit;
}
.mp:hover{
	overflow: inherit;
}
.feng .tree{
	width: 100%;
}
.feng .tree .du_size{
	width: 100%;
	padding:5% 20px;
	box-sizing: border-box;
	border-top: 1px solid #eee;
	background: #f9f9f9;
}
.feng .tree .du_size:first-of-type{
	border: none;
}
.feng .tree .du_size img{
	width: 40%;
	margin: 5px auto 0;
	border-radius: 50%;
	border: 5px solid rgba(18,64,139,0.1);
	box-sizing: border-box;
}

.feng .tree .du_size h1{ 
	font-size:1.8rem; 
	color:#333; 
	font-weight: bold;
	letter-spacing: 0.2px;}
.feng .tree .du_size p{ 
	font-size:1.4rem; 
	line-height: 20px;
	opacity: 0.9;}
.mp1{left:47.5%; top:30%; }
.mp2{left:47.5%; top:21%; }
.mp3{left:42%; top:31%; }
.mp4{left:46.5%; top:23%; }
.mp5{left:45%; top:25%; }
.mp6{left:44%; top:29%; }
.mp7{left:44.5%; top:35%; }
.mp8{left:46%; top:35%; }
.mp9{left:65%; top:34%; }
.mp11{left:13%; top:9.5%; }.mp12{left:14%; top:10%; }
.mp10{left:18%; top:12%; }
.company  .right{
	position: absolute;
	right: -35%;
	top: 50%;
	width: 35%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.company dl dd{
	float: left;
	width: 31.3%;
	margin-right: 3%;
	background: #f6f6f6;
	padding: 3%;
	box-sizing: border-box;
	margin-top: 3%;
	position: relative;
	cursor: default;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-left: 5px solid #12408b;
}
.company dl dd:nth-of-type(3n){
	margin-right: 0;
}
.company dl dd h1{ 
	font-size:2.2rem; 
	color:#333; 
	margin-bottom: 10px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
.company dl dd:hover{
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.company dl dd:hover h1{ 
	color:#12408b;
	 letter-spacing: 0.5px;}
.company dl dd p{ 
	font-size:1.5rem; 
	margin: 5px 0;
	line-height: 20px;
	opacity: 0.9;}
.company dl dd strong{
	position: absolute;
	right: 1%;
	bottom: -12%;
	font-size: 15rem;
	opacity: 0.02;
	color: #12408b;
	font-family: "num";
}
.company .bbox{
	position: absolute;
	right: 0;
	top: 0;
	width: 76%;
	display: none;
}
.company .bbox img{
	width: 100%;
}
.resource0{
	position: relative;
}
.resource0 ul li{
	position: relative;
}
.resource0 ul li .left{
	width: 50%;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	height: 100%;
	overflow: hidden;
}
.resource0 ul li b{
	width: 100%;
	display: block;
	height: 100%;
	-webkit-transition: all 0.6s linear;
	transition: all 0.6s linear;
}
.resource0 ul li:hover b{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.resource0 ul li:nth-of-type(2n) .left{
	left: inherit;
	right: 0;
}
.resource0 ul li .right{
	float: right;
	width: 50%;
	padding:10% 5%;
	box-sizing: border-box;
}
.resource0 ul li:nth-of-type(2n) .right{
	float: left;
}
.resource0 ul li:nth-of-type(1) .right{
	padding:8% 5%;
}
.resource0 ul li .right h1{
	font-size: 3rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 2%;
	letter-spacing: 2px;
}
.resource0 ul li .right p{
	font-size: 1.6rem;
	display: block;
	margin: 5px 0 3%;
}
.resource0 ul li .right a{
	float: left;
	width: 50%;
	display: block;
	margin: 2.5% 0;
}
.resource0 ul li .right a img{
	float: left;
	width: 48px;
	margin-right: 20px;
	opacity: 0.9;
}
.resource0 ul li .right strong{
	font-size: 1.8rem;
	display: block;
	margin: 1px 0 3px;
	color: #333;
	padding-left: 12px;
	position: relative;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.resource0 ul li strong:hover{
	color: #12408b;
	text-decoration: underline;
	letter-spacing: 1px;
}
.resource0 ul li:hover h1{
	color: #12408b;
}
.resource0 .more i{
	font-size: 2rem;
	color: #333;
}
.resource0 .bars{
	padding: 6% 10%;
	box-sizing: border-box;
	position: relative;
}
.resource0 .bars:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #12408b;
	opacity: 0.5;
}
.resource0 .bars .left{
	float: left;
	width: 40%;
	position: relative;
	z-index: 2;
}
.resource0 .bars .right{
	float: left;
	width: 55%;
	border-left: 1px solid rgba(255,255,255,0.5);
	padding-left: 3%;
	position: relative;
	z-index: 2;
}
.resource0 .bars .left h1{
	font-size: 3rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 1%;
	letter-spacing: 2px;
}
.resource0 .bars .left p{
	color: #fff;
	font-size: 1.6rem;
	display: block;
	opacity: 0.8;
	width: 90%;
}
.resource0 .bars .left strong{
	color: #fff;
	font-size: 1.8rem;
	display: block;
	float: left;
	margin-top: 5%;
}
.resource0 .bars .right h2{
	color: #fff;
	font-size: 1.6rem;
	margin: 2px 0;
}
.resource0 .bars .right strong{
	color: #fff;
	font-size: 1.6rem;
}
.resource0 .bars .bot{
	position: absolute;
	right: 10%;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.resource0 .bars .bot img{
	width: 160px;
	padding: 5%;
	border: 1px solid rgba(255,255,255,0.2);
}
.resource0 .bars .bot h2{}
.resource0 .more2{
	float: left;
	margin: 5.2% 2% 0 0;
}
.resource0 .more2 i{
	display: block;
	float: left;
	background: #eee;
	border-radius: 50%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-top: 0px;
	width: 24px;
	text-align: center;
	height: 24px;
	line-height: 24px;
	font-size: 1.6rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.resource0 .more2:hover i{
	color: #12408b;
}
.resource{
	padding: 4% 0 0;
}
.title3{
	font-size: 2.6rem;
	color: #333;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}
.res_h .nav{
	width: 740px;
}
.r_ban{
	height: 100%;
}
.resource h2{
	font-size: 1.8rem;
	text-align: center;
	color: #333;
	margin: 0.3% 0 2%;
}
.resource .index_more{
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	width: 100px;
}
.resource .index_more:hover{
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.resource .index_more:before {
    width: 100%;
    opacity: 1;
	background: #888;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.resource .index_more:hover:before {
	background: #12408b;
}
.resource .index_more strong {
    color: #fff;
    padding-left: 25px;
}
.resource .index_more span{
	background: none;
}
.resource .index_more span i {
    right: 0px;
	color: #fff;
}
.resource .box1{
	padding-bottom: 4%;
}
.rmbs{ margin-bottom:3%; display: flex;
justify-content: center;}
.rmbs b{ display:block; line-height:1; text-align: center; color:#12408b; font-size:11rem; font-family:"Arial"; font-weight:normal;}
.rmbs i{ display:block; width:18px; height:24px;line-height:1; background:url(../png/shapp.png) center no-repeat; margin-left:36px; margin-right:20px; margin-top:8px;}
.rmbs i.down{ background:url(../png/shapp1.png) center no-repeat; }
.rmbs small{ display:block; float:left; color:#12408b; font-size:1.5rem; line-height:1; margin-top:6%;}
.investlist{ padding:3% 0; border-top:1px solid #d2d2d2; border-bottom:1px solid #d2d2d2;overflow: hidden;}
.ivestinfo{ width:24%; float:left;}
.ivestinfo span{ display:block; line-height:1; color:#646464; margin-bottom:20px;font-size: 1.4rem;}
.ivestinfo b{ display:block; line-height:1; color:#000000; font-size:3rem; font-weight:normal;}
.ivestinfo:last-child{ width:auto; float:right; margin-right:55px;}
.investin{ color:#969696; margin:3% auto 3%;text-align: center;font-size: 1.3rem;}
.resource .box2{
	padding: 0 0 5%;
}
.resource .box2 ul li{
	padding: 1% 0% 2.5%;
	border-bottom: 1px solid #e1e1e1;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	box-sizing: border-box;
}
.resource .box2 ul li h3{
	float: left;
	font-size: 1.6rem;
	line-height: 22px;
	border-right: 1px solid #ccc;
	padding-right: 2%;
	margin-right: 2%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.resource .box2 ul li h2{
	float: left;
	font-size: 1.8rem;
	color: #333;
	width: 80%;
	text-align: left;
	margin: 0;
	line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.resource .box2 ul li img{
	float: right;
	width: 32px;
}
.resource .box2 ul li:hover h2{
	color: #12408b;
	letter-spacing: 0.5px;
}
.resource .box2 ul li:hover h3{
	padding-left: 1%;
}
.resource .box3{
	padding: 0% 0 5%;
}
.resource .box3 ul li{
	padding:2% 0 3%;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	box-sizing: border-box;
	position: relative;
}
.resource .box3 ul li h3{
	font-size: 1.5rem;
	line-height: 22px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	letter-spacing: 0.5px;
	float: left;
}
.resource .box3 ul li h3 img{
	float: left;
	width: 18px;
	margin-right: 10px;
}
.resource .box3 ul li p{
	float: left;
	margin-left: 3%;
	padding-left: 3%;
	border-left: 1px solid #ccc;
	font-size: 1.8rem;
	color: #333;
	line-height: 22px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.resource .box3 ul li .more{
	position: absolute;
	right: 0%;
	top: 50%;
	background: #eee;
	border-radius: 50%;
	padding: 8px;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.resource .box3 ul li .more:hover{
	background: #12408b;
}
.resource .box3 ul li .more:hover i{
	color: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.resource .box3 ul li:hover p{
	color: #12408b;
	letter-spacing: 0.5px;
}
.resource .box3 ul li:hover h3{
	padding-left: 1%;
}
.resource_d .bar1{
	background: #f6f6f6;
	padding: 4% 0 2%;
}
.resource_d .bar1 h1{
	font-size: 2.4rem;
	color: #333;
	line-height: 1.4;
	margin-bottom: 10px;
}
.resource_d .bar1 h3{
	font-size: 1.4rem;
	line-height: 22px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	letter-spacing: 0.5px;
	float: left;
	margin-right:30px ;
	opacity: 0.8;
}
.resource_d .bar1 img{
	float: left;
	width: 15px;
	margin-right: 8px;
	margin-top: 3px;
	opacity: 0.8;
}
.resource_d .bar1 h4{
	font-size: 1.4rem;
	opacity: 0.8;
	line-height: 22px;
}
.resource_d .bar1 h4 a{
	font-size: 1.4rem;
	opacity: 0.8;
	line-height: 22px;
	text-decoration: underline;
}
.resource_d .bar2{
	padding: 3% 0 4%;
}
.resource_d .bar2 p{
	font-size: 1.6rem;
	text-indent: 2em;
	margin: 6px 0;
	line-height: 1.4;
}
.resource_d .bar2 .bottom{
	border-top: 1px solid #eee;
	padding-top: 2%;
	margin: 2% auto 3%;
}
.resource_d .bar2 .bottom h6{
	float: left;
	color: #333;
	font-size: 1.6rem;
}
.resource_d .bar2 .bottom h6 strong{
	color: #666;
	font-size: 1.5rem;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.resource_d .bar2 .bottom h6:hover strong{
	text-decoration: underline;
	color: #12408b;
	letter-spacing: 0.5px;
}
.resource_d .bar2 .bottom .back{
	float: right;
	font-size: 1.4rem;}
.resource_d .bar2 .bottom .back i{
	font-size: 1.5rem;
	background: #eee;
	border-radius: 50%;
	padding: 7px 7px 7px 9px;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin-right: 10px;
}
.resource_d .bar2 .bottom .back:hover{
	color: #12408b;
}
.resource_d .bar2 .bottom .back:hover i{
	color: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: #12408b;
}
.resource2 ul{
	display: none;
}
.resource2 .n_year dd span{
	margin: 10px 25px;
}
.resource .box4{
	padding: 2% 0 4%;
}
.resource .box4 .contain{
	display: block;
	width: 80%;
	position: relative;
	height: 100%;
	margin:3% auto;
}
.resource .box4 b img{
	width: 100%;
}
.resource .box4 ul{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.resource .box4 ul li{
	position: absolute;
	left: 50%;
	top: 30%;
}
.resource .box4 ul li:before{
	content: "";
	width: 20px;
	height: 20px;
	background: rgba(18,64,139,0.2);
	position: absolute;
	left: -6px;
	top: -6px;
	border-radius: 50%;
	-webkit-animation: history-circle 2s cubic-bezier(0.22, 0.61, 0.36, 0.5) infinite;
		animation: history-circle 2s cubic-bezier(1, 2, 0.66, 3) infinite; 
}
.resource .box4 ul li:after{
	content: "";
	position: absolute;
	left: 0%;
	top: 0%;
	width: 8px;
	height:  8px;
	background: rgba(18,64,139,0.8);
	border-radius: 50%;
}
.resource .box4 ul li:nth-of-type(2n):before{
	-webkit-animation: history-circle 3s cubic-bezier(0.22, 0.61, 0.36, 0.5) infinite;
		animation: history-circle 3s cubic-bezier(1, 2, 0.66, 3) infinite; 
}
.resource .box4 ul li .txt{
	position: absolute;
	right: 100px;
	top: 4px;
	width: 150px;
	background: rgba(18,64,139,0.7);
	padding: 20px;
	opacity: 0;
}
.resource .box4 ul li .txt:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background:#12408b ;
	width: 126%;
	height: 1px;
}
.resource .box4 ul li .txt h1{
	color: #fff;
	font-size: 1.8rem;
	margin-bottom: 5px;
}
.resource .box4 ul li img{
	float: left;
	width: 25px;
	margin-right: 10px;
}
.resource .box4 ul li .txt p{
	color: #fff;
	font-size: 1.4rem;
	margin-top: 1px;
	width: 50%;
	opacity: 0.8;
	float: left;
}
.resource .box4 ul li:hover{
	background:#12408b ;
	
}
.resource .box4 ul li:nth-of-type(2) .txt,.resource .box4 ul li:nth-of-type(3) .txt{
	right: inherit;
	left: 100px;
}
.resource .box4 ul li:nth-of-type(2) .txt:before,.resource .box4 ul li:nth-of-type(3) .txt:before{
	left: -26%;
}
@keyframes history-circle {
  0% {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0.5; 
   }
  50% {
	opacity: 1.0; 
   }
  100% {
	-webkit-transform: scale(1.2);
			transform: scale(1.2);
	opacity: 0; } 
}
.resource .box4 ul li:nth-of-type(2){
	left: 78%;
	top: 44%;
}
.resource .box4 ul li:nth-of-type(3){
	left: 31%;
	top: 72%;
}
.resource .box4 ul li:nth-of-type(4){
	left: 18%;
	top: 36%;
}
.resource .box5{
	padding: 1% 0 5%;
}
.resource .box5 .bar1{
	position: relative;
	height: 100%;
}
.resource .box5 .left{
	float: left;
	width: 56%;
}
.resource .box5 .left p{
	font-size: 1.6rem;
	margin: 5px 0;
	text-indent: 2em;
}
.resource .box5 .right{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 35%;
}
.resource .box5 .index_more{
	margin-left: 0;
	margin-top: 8%;
}
.resource .box6{
	padding: 1% 0 4%;
}
.resource .box6 p{
	font-size: 1.6rem;
	text-align: center;
	padding: 0 5%;
	position: relative;
	z-index: 2;
}
.resource .box6 .right{
	width: 100%;
	padding: 9% 0;
	margin: 3% 0;
	position: relative;
}
.resource .box6 .right:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(18,64,139,0.4);;
}
.resource .box6 .right p{
	color: #fff;
}
.resource4_0 {
	box-sizing: border-box;
	position: relative;
	z-index: 8;
}
.resource4_0 ul{
	overflow: hidden;
}
.resource4_0 h1 {
	font-size: 3.2rem;
	letter-spacing: 1px;
	color: #333;
	text-align: center;
}
.resource4_0 ul li {
	float: left;
	width: 20%;
	border-left: 1px solid #eee;
	padding: 3% 2%;
	box-sizing: border-box;
	text-align: center;
}
.resource4_0 ul li h2 {
	font-size: 1.6rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.resource4_0 ul li b{
	width: 17%;
	margin: auto;
	display: block;
	margin-bottom: 20px;
	background: #eee;
	border-radius: 50%;
	padding: 15px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.resource4_0 ul li img{
	width: 100%;
	margin: auto;
	display: block;
	opacity: 0.7;
}
.resource4_0 ul li:hover b{
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.resource4_0 ul a:hover h2 {
	color: #12408b;
	text-decoration: underline;
}
.resource4{
	background: #f9f9f9;
	padding: 4% 0;
}
.resource4 .left {
	text-align: center;
}
.resource4 .left h1 {
	font-size: 3.2rem;
	letter-spacing: 1px;
	color: #333;
}
.resource4 .left p {
	color: #333;
	font-size: 1.7rem;
}
.resource4 .right {
	margin-top: 2%;
}
.resource4 .right input {
	border: none;
	box-shadow: none;
	background: #eee;
	line-height: 30px;
	float: left;
	width: 49%;
	margin: 1% 0;
	padding: 1%;
	box-sizing: border-box;
	outline: none;
	appearance: :none;
	color: #333;
	font-size: 1.6rem;
}
.resource4 .right input:nth-of-type(2n) {
	float: right;
}
.resource4 .right textarea {
	background: #eee;
	border: none;
	box-shadow: none;
	line-height: 26px;
	margin: 1%  0;
	padding: 1%;
	height: 100px;
	outline: none;
	width: 100%;
	box-sizing: border-box;
	appearance: :none;
}
::-webkit-input-placeholder {
	color: #999;
	font-size: 15px;
	font-family: "myfont";
}
::-moz-placeholder {
	color: #999;
	font-size: 15px;
	font-family: "myfont";
}
:-ms-input-placeholder {
	color: #999;
	font-size: 15px;
	font-family: "myfont";
}
.resource4 .right .submit {
	width: 180px;
	margin: 2% auto 0;
	border: none;
	float: none;
	color: #fff;
	padding: 8px 0;
	font-size: 1.6rem;
	letter-spacing: 1px;
	background: #12408b;
	display: block;
}

.resource1_2 .box2{
	padding: 3% 0 5%;
}
.resource1_2 ul{
	width: 40%;
}

.resource1_2 .box2 ul li{
	padding: 1.6% 0 ;
	border-bottom: 1px solid #e1e1e1;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.resource1_2 .box2 ul li h3{
	position: absolute;
	left: 0;
	top: 12px;
	font-size: 1.6rem;
	line-height: 22px;
	padding-right: 2%;
	margin-right: 2%;
	color: #12408b;
}
.resource1_2 .box2 ul li h2{
	font-size: 1.6rem;
	padding-left: 160px;
	color: #333;
	line-height: 22px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.resource1_2 .box2 ul li h2 strong{
	font-size: 1.6rem;
	color: #333;
	line-height: 22px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: block;
	margin:0 0 2px 0;
}
.resource .gp{
	width: 1000px;
	overflow: hidden;
	position: relative;
}
.resource .gp::before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 6%;
	height: 100%;
	background: #fff;
}
.resource1_3 .box3{
	padding: 3% 0;
}
.resource1_3 .box3 ul li{
	float: left;
	width:31.3%;
	background: #f6f6f6;
	padding: 3%;
	box-sizing: border-box;
	margin-right: 3%;
	margin-bottom: 3%;
	}
.resource1_3 .box3 ul li:nth-of-type(3n){
	margin-right: 0;
}
.resource1_3 .box3 ul li h3{
	font-size: 2.2rem;
	color:#12408b;
	font-weight: bold;
	position: relative;
	margin-bottom: 2%;
	}
.resource1_3 .box3 ul li h3 strong{
	font-size: 1.7rem;
	color: #333;
	
	}
.resource1_3 .box3 ul li h3::before{
	content: "";
	position: absolute;
	left: 20%;
	top: 50%;
	width: 0%;
	height: 1px;
	background: #666;
	opacity: 0;
}
.resource1_3 .box3 ul li:hover h3 strong{
	padding-left: 35%;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.resource1_3 .box3 ul li:hover h3::before{
	opacity: 1;
	width: 25%;
	-webkit-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
.resource1_3 .box3 ul li p{
	font-size: 1.5rem;
	color: #555;
	}
.resource1_3 .box3 .bottom{
	border-top: 1px solid #eee;
	font-size: 1.2rem;
	text-align: right;
	padding-top: 1%;
}
html[lang="en"] header .nav{
	width: auto;
}
html[lang="en"] header .nav li{
	font-size: 1.7rem;
}
html[lang="en"] header .s_menu1 dd{
	width: 36%;
    box-sizing: border-box;	
    margin-right: 0;
	margin-left: 0;
}
html[lang="en"] .index_all .contain{
	width: 80%;
}
html[lang="en"] .index_all .contain h1 {
    font-size: 5.4rem;
    line-height: 1;
    letter-spacing:0px;
}
html[lang="en"] .index_net .title h1{
	letter-spacing: 0px !important;
}
html[lang="en"] .index_net ul li h1{
	letter-spacing: 0px !important;
}
html[lang="en"] index_ppro ul li:hover h1 {
    letter-spacing: 0.5px !important;
}
html[lang="en"] .o_nav dl a{
	letter-spacing: 0px;
}
html[lang="en"] .about ul li h3{
	letter-spacing: 0;
}
html[lang="en"] .about ul li h3 span{
	margin: 0 10px;
}
html[lang="en"] .culture dl{
	width: 90%;
}
html[lang="en"] .culture p{
	font-size: 1.4rem;
	line-height: 1.3;
	margin-top: 6px;
}
html[lang="en"] .culture ul li span{
	margin:0.5% 0 1%;
}
html[lang="en"] .culture2 ul li h1{
	letter-spacing: 0px;
}
html[lang="en"] .resource1_2 ul{
	width: 60%;
}
html[lang="en"] .resource1_2 .box2 ul li h3{
	top: 18px;
	position: static;
	width: 28%;
	float: left;
	margin-right: 0;
	padding-right: 0;
	line-height: 1.2;
}
html[lang="en"] .resource1_2 .box2 ul li h2{
	padding-left: 0;
    width: 70%;
    float: right;
	line-height: 1.2;
}
html[lang="en"] .resource4 .left h1{
	letter-spacing: 0;
}
html[lang="en"] .index_ppro ul li:hover h1{
	letter-spacing: 0.5px;
}
html[lang="en"] .index_ppro ul li h1{
	letter-spacing: 0;
}
html[lang="en"] .news ul li .txt h3{
	letter-spacing: 0;
	font-weight: normal;
	text-overflow: inherit;
	white-space: inherit;
}
html[lang="en"] .about4 ul li p{
	font-size: 1.6rem;
	padding:1px 0 1px 10px;
}
html[lang="en"] .about4 ul li:nth-of-type(2n) p{
	padding-right: 10px;
}
html[lang="en"] .culture h1{
	letter-spacing: 0;
}
html[lang="en"] .activity h1{
	letter-spacing: 0;
}
html[lang="en"] .product0 .pnav h1.active{
	letter-spacing: 0;
}
html[lang="en"] .product ul li h1{
	letter-spacing: 0;
}
html[lang="en"] .product .vbox h1{
	letter-spacing: 0;
}
html[lang="en"] .contact .mbox h1{
	letter-spacing: 0;
}
html[lang="en"] .contact .map:hover h1{
	letter-spacing: 0;
}
html[lang="en"] .resource0 ul li .right h1{
	letter-spacing: 0px;
}
html[lang="en"] .o_ban .txt h1{
	letter-spacing: 0px;
}
html[lang="en"] .re_ban .txt p{
	letter-spacing: 0;
}
html[lang="en"] .o_ban .txt p{
	letter-spacing: 0;
}
html[lang="en"] .about .left p{
	text-indent: 0;
}
html[lang="en"] .about3 dl.active{
	top: 62px;
}
html[lang="en"] .future .bar .right p{
	text-indent: 0;
}
html[lang="en"] .resource0 .bars .left h1{
	letter-spacing: 0;
}
html[lang="en"] .resource1_3 .box3 ul li:nth-of-type(3n){
		margin-right: 3%;
	}
html[lang="en"] .resource1_3 .box3 ul li:nth-of-type(2n){
		margin-right: 0;
	}
html[lang="en"] .resource1_3 .box3 ul li{
		width: 48.5%;
	}
html[lang="en"] .resource1_3 .box3 ul li:hover h3::before{
	left: 25%;
	width: 20%;
}
html[lang="en"] .resource1_3 .box3 ul li:hover h3 strong {
    padding-left: 30%;
}
.news_d{
	padding: 5% 20%;
	box-sizing: border-box;
}
.news_d h3{
	text-align: center;
	font-size: 2rem;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
}
.news_d .time{
	text-align: center;
	display: flex;
	justify-content: center;
}
.news_d .time img {
    width: 16px;
	height: 16px;
    margin-right: 8px;
	margin-top: -3px;
}
.news_d .txt{
	font-size: 1.6rem;
	margin-top: 5%;
}
.news_d .txt p{
	font-size: 1.6rem;
	margin: 2% 0;
	text-indent: 2em;
	display: block;
}
.news_d .txt img{
	display: block;
	margin: 2% 0;
	width: 100%;
}