@charset "utf-8";
/* CSS Document */
@font-face{
	src:url(../fonts/SourceHanSansCN-Regular.otf);
	font-family:"myfont";
	}
@font-face{
	src:url(../fonts/impact.ttf);
	font-family:"num";
	}
*{
	padding:0;
	margin:0;
	border:none;
	outline:none;
	font-size:12px;
	color:#666;
	list-style:none;
	font-family:"myfont",sans-serif;
	font-weight:normal;
	}
@font-face {
  font-family: 'iconfont';
  src:url(../icons/iconfont.eot);
  src: url(../icons/iconfont.eot?#iefix) format('embedded-opentype'),
  url(../icons/iconfont.woff) format('woff'),
  url(../icons/iconfont.ttf) format('truetype'),
  url(../icons/iconfont.svg#iconfont) format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
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:960px;
	top:0%;
	}
header .nav ul{
	float:left;
	}
header .nav li{
	float:left;
	margin:0 30px;
	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: #144ef8 !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(../images/link.png) no-repeat;
	background-size: 10%;
	background-position: right 8px;
	padding-right: 18px;
	}
header.active .nav li.res{
	background: url(../images/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{
	width: 16%;
	margin:1.7% 0 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: #144ef8;
	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:#144ef8;
	}
header .nav li.active2 i{
	color:#144ef8;
	}
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: #144ef8;
}
header.active .h_other{
	background:#144ef8;
	border:1px solid #144ef8;
	}
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: #144ef8;
}
/*banner*/
.banner{
	width:100%;
	height:100%;
	overflow:hidden;
	position: relative;
	}
.banner::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #144ef8;
	opacity: 0.2;
}
.banner::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 20%;
	z-index: 2;
	background-image: linear-gradient(to bottom, rgba(26,40,100,0.4) , rgba(26,40,100,0));
}
.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%;
	}
.banner .contain{
	top:35%;
	opacity: 0;
}
.index_all .contain h1{
	color:#fff;
	font-weight: bold;
	font-size:7.6rem;
	line-height: 1.5;
	letter-spacing: 0.8rem;
	text-shadow: 0 2px 5px rgba(0,0,0,0.1);
	}
.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:#144ef8;
	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:#144ef8;
	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:#144ef8;
	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;
	
}
.indexpro {
	position: relative;
  }
  .indexpro:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(18, 64, 139, 0.04);
	left: 0;
	top: 0;
  }
  .indexpro .title h1 {
	font-size: 4.6rem;
	margin-bottom: 1%;
	letter-spacing: 1px;
	color: #333;
	text-align: center;
  }
  .index_ppro {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -48%);
	transform: translate(-50%, -48%);
	margin: 0px auto;
	box-sizing: border-box;
  }
  .index_ppro dl {
	width: 92%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
  }
.index_ppro ol{
	width: 32%;
	margin-right: 2%;
	margin-top: 2%;
	background: #fff;
}
.index_ppro ol:nth-of-type(3n){
	margin-right: 0;
}
.index_ppro dl li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(0,0,0,0.05);
  }
  .index_ppro dl li .txt{
	width:40%;
	text-align: center;
  }
  .index_ppro dl li .txt img{
	width: 76px;
  }
  .index_ppro dl li .txt  p {
    color: #333;
    font-size: 1.8rem;
    padding: 10px 0px 0;
}
  .index_ppro dl li .rr {
	width: 60%;
  }
  .index_ppro dl li .rr img{
	width: 100%;
	padding: 0 10%;
	display: block;
	background: #fff;
	box-sizing: border-box;
  }
.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;
	margin-top: -2px;
}
.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: #144ef8;
}
.index_bar2 .box0 .txt h3{
	font-size: 2rem;
	color: #333;
	letter-spacing: 0.5px;
	text-align: left;
	line-height: 1.3;
	margin-top: 16px;
}
.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 .btn div{
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
.index_bar2 .box0 .swiper-pagination{
	position: static;
	margin-top: 3%;
	width: 100%;
}
.index_bar2 .box0 .swiper-pagination span{
	width: 10px !important;
	height: 10px !important;
	margin: 0 8px !important;
}
.index_bar2 .box0 .swiper-pagination-bullet-active{
	background: #144ef8;
}
.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:#144ef8;
	}
.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: #144ef8;
}
.index_bar4 .ll:hover i{
    color: #fff;
}
.index_bar4 .index_more strong{
	color: #333;
}
.index_cur{
	position: relative;
	width: 100%;
	height: 100%;
}
.index_cur .contain{
	top: 54%;
}
.index_cur .circel {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1050;
}
.index_cur .circel img{
	width: auto; 
	animation: 99999999999s ease 0s infinite normal none running; 
	animation-name:ico_Move2; 
	transform:rotate(0deg); 
}
@keyframes ico_Move2{
	0% {transform:rotate(0deg);} 
	100% {transform:rotate(9999999999999deg); } 
}
.index_cur .title {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
}
.index_cur .title h1{
	margin-bottom: 3%;
	font-size: 5.4rem;
}
.index_cur .title p{
	color: #fff;
	margin: 10px 0;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 3px;
	text-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.index_cur .title p span{
	font-size: 1rem;
	display: block;
	color: #fff;
}
.index_cur .title p span:last-of-type{
    display: none;
}
.index_bar3{
	background:url(../images/contact_bg.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;
	z-index:2;
	background-image: linear-gradient(to bottom, rgba(20,78,248,0.4) , rgba(20,78,248,0.1));
	}
.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:28%;
	position: relative;
	}
.footer .left img{
	display:block;
	width:160px;
	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 .left .ewm{
	position: absolute;
	right:0px;
	width: 6.2vw;
	bottom: 0;
	text-align: center;
}
.footer .left .ewm img{
	width: 100%;
	margin-bottom:6px;
	border-radius: 5px;
}
.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;
	display: flex;
	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:#144ef8;
	}
.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: #144ef8;
	border-bottom: 3px solid #144ef8;
}
.about{
	padding: 4% 0 0;
}
.about .box{
	position: relative;
}
.about .left img{
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0.05;
	-webkit-transform: translate(-50%,-0%);
	transform: translate(-50%,-0%);
	width: 8vw;
}
.about .left{
	width: 100%;
}
.about .left h2{
	font-size: 12rem;
	font-weight: bold;
	color: #144ef8;
	font-family: "num";
	opacity: 0.06;
	text-align: center;
	margin-bottom: -100px;
}
.about .left p{
	font-size: 1.6rem;
	margin: 15px 0;
	color: #555;
	text-indent: 2em;
	line-height: 2;
	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: #144ef8;
	text-align: left;
}
.about ul li h3{
	font-size: 3rem;
	color: #144ef8;
	letter-spacing: 2px;
}
.about ul li h3 span{
	font-size: 9rem;
	color: #144ef8;
	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 .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(../images/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 video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
	height: 80%;
}
.big_box .close img{
	position: fixed;
	right: 4%;
	top: 3%;
	cursor: pointer;
	border-radius: 50%;
}
.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: #144ef8;
	color: #fff;
	box-shadow:0 5px 10px rgba(18,64,139,0.2) ;
}
.about3 dl dd.active span::before{
	border-top-color: #144ef8;
	opacity: 1;
	bottom: -18px;
}
.about3 dl dd.active strong{
	color: #fff;
}
.about3 dl dd:hover span{
	background: #144ef8;
	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: #144ef8;
	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: #144ef8;
	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: #144ef8;
	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 h3{
	font-size: 2.6rem;
	color: #333;
	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 h3{
	color: #144ef8;
}
.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);
}
.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: #144ef8;
}
.reserch2{
	padding: 3% 0 5%;
}
.reserch2 .swiper-container{
	padding: 5% 0 3%;
	cursor: move;
	height: auto !important;
}
.reserch2 .swiper-wrapper{
	height: auto !important;
}
.reserch2 .swiper-slide img{
	width: 78%;
	display: block;
	margin: auto;
	opacity: 0.2;
}
.reserch2 .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;
}
.reserch2 .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;
}
.reserch2 .swiper-slide-active h2{
	opacity: 1;
}
.reserch2 .swiper-pagination{
	bottom: 0 !important;
}
.reserch2 .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
.reserch2 .swiper-pagination-bullet-active{
	background:#12408b;
	opacity: 1;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.reserch2 .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;
}
.reserch2 .btn .lll{
	left: inherit;
	right: 0%;
}
.reserch2 .btn i {
	font-size: 4rem;
	color:#666;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: block;
	line-height: 30px;
}
.reserch2 .btn .llr i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: -2px;
} 
.reserch2 .btn .ll:hover i{
	color: #12408b;
}
.reserch2_1 ul{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ddd;
}
.reserch2_1 ul li{
	width: 33.3%;
	padding: 6% 5%;
	border-right: 1px solid #ddd;
}
.reserch2_1 ul li:nth-of-type(3){
	border: none;
}
.reserch2_1 ul li span{
	display: block;
	font-family: "num";
	font-size: 50px;
	color: #144ef8;
	opacity: 0.3;
}
.reserch2_1 ul li h3{
	font-size: 24px;
	color: #144ef8;
	margin: 5% 0 3%;
	font-weight: bold;
	letter-spacing: 2px;
}
.reserch2_1 ul li p{
	font-size: 15px;
	color: #666;
	line-height: 2;
}
.culture{
	position: relative;
	padding: 5% 0;
}
.culture ul{
	width: 50%;
	float: left;
	padding-left:5%;
	padding-right: 2%;
	box-sizing: border-box;
}
.culture ul li{
	box-sizing: border-box;
	padding:17px 0%;
	display: flex;
	align-items: center;
}
.culture ul li span{
	margin-right: 16px;
}
.culture ul li img{
	width: 28px;
	margin: auto;
	display: block;
	padding: 13px;
	border-radius: 50%;
	background:rgba(20,78,218,1);
}
.culture h2{
	font-size: 1.8rem;
	color: #333;
	font-weight: bold;
}
.culture p{
	font-size: 1.5rem;
	margin-top: 3px;
	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;
}

.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;
}
.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: #144ef8;
}
.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: #144ef8;
}
.loadmore:hover img{
	opacity: 1;
	-webkit-animation:circle 2s infinite linear; 
}
@-webkit-keyframes circle{
    0% {transform:rotate(0deg);}
    100% {transform:rotate(-360deg);}
}
.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%;
}
.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: #144ef8;
	color: #fff;
	box-shadow:0 5px 10px rgba(18,64,139,0.2) ;
}
.n_year dd:hover span{
	background: #144ef8;
	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;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.activity ul li b img:first-of-type{
	width: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.activity li:hover b img:first-of-type{
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.activity ul li .btn{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 45px;
}
.activity ul li .btn{
	opacity: 1;
}
.activity ul li:before{
	content: "";
	position: absolute;
	right: -5%;
	bottom: 2%;
	width: 100%;
	height: 90%;
	background: #f6f6f6;
	opacity: 0.6;
}

.activity h3{
	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 h3{
	color: #144ef8;
	letter-spacing: 1px;
}

.contact{
	overflow: hidden;
	padding: 0 0 ;
	width: 100%;
	position: relative;
}
.contact .mbox{
	width: 50%;
	background: #fff;
	padding:6% 5%;
	box-sizing: border-box;
	cursor: default;
	border-left: 1px solid #eee;
	z-index: 4;
	position: relative;
}
.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 .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: #144ef8;
	letter-spacing: 1.5px;
}
.contact .mbox p{
	font-size: 1.5rem;
	color: #666;
	margin: 6px 0;
	position: relative;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: flex;
	align-items: center;
}
.contact .mbox p.lls{
	margin-top: 15px;
}
.contact .mbox p a{
	font-size: 1.5rem;
	color: #666;
}
.contact .mbox p strong{
	font-size: 1.5rem;
	color: #333;
}
.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{
	width: 24px;
	opacity: 0.8;
	display: block;
	margin-right: 8px;
	margin-top: -4px;
}
.map b{
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.product{
	background: #f9f9f9;
}
.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: 50px;
	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 h3{
	font-size: 1.9rem;
	color: #333;
	font-weight: bold;
	margin-top:15px;
	position: relative;
	letter-spacing: 1px;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.product ul li:hover h3{
	color: #144ef8;
}
.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: 60px;
	height: 60px;
	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 h3{
	color:#144ef8 ;
}
.product ul li.active i{
	color:#144ef8 ;
	background: rgba(255,255,255,0.8);
}
.product .box{
	padding: 2% 0 3%;
	margin-top: 1%;
}
.product dl{
    overflow: hidden;
	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 h3{
	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 h3{
	color: #144ef8;
}
.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(../images/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(../images/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 #144ef8;
}
.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:#144ef8;
	 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: #144ef8;
	font-family: "num";
}
.company .bbox{
	position: absolute;
	right: 0;
	top: 0;
	width: 76%;
	display: none;
}
.company .bbox img{
	width: 100%;
}
.join{
	padding: 5% 0;
}
.join ul{
	display: flex;
	flex-wrap: wrap;
}
.join ul li{
	box-sizing: border-box;
	padding: 3%;
	background: #f6f6f6;
	position: relative;
	border-radius: 10px;
	width: 48%;
	margin-right: 3%;
	margin-bottom: 3%;
	padding-bottom: 6%;
}
.join ul li:nth-of-type(2n){
	margin-right: 0;
}
.join ul li h3{
	font-size: 2.2rem;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.join ul li .txt1 p{
	line-height: 18px;
	margin: 10px 0;
	color: #666;
	font-size: 1.5rem;
}
.join ul li .txt1 p strong{
	font-size: 1.6rem;
	color: #333;
}
.join ul li .tt{
	position: absolute;
	left: 6%;
	bottom: 10%;
}
.join ul li .tt span{
	background: #12408b;
	border-radius: 30px;
	padding: 10px 32px;
	color: #fff;
	font-size: 1.3rem;
	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:hover{
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
.join ul li:hover h3{
	color: #12408b;
}
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: 24%;
    box-sizing: border-box;	
    margin: 1.3% 0 0 0;
}
html[lang="en"] .index_all .contain{
	width: 80%;
}
html[lang="en"] .index_all .contain h1 {
    font-size: 5.4rem;
    letter-spacing:0px;
    text-transform: uppercase;
}
html[lang="en"] .index_bar2 .box h1{
     text-transform: uppercase;
}
html[lang="en"] .indexpro .title h1{
     text-transform: uppercase;
}
html[lang="en"] .index_bar3 .contain h1{
    text-transform: uppercase;
}
html[lang="en"] .index_cur .contain h1{
    font-size: 4.2rem;
}
html[lang="en"] .index_cur .title p{
    letter-spacing: 0;
}
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"] .culture2 ul li h1{
	letter-spacing: 0px;
}
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;
}
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"] .o_ban .txt h1{
	letter-spacing: 0px;
	text-transform: uppercase;
}
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"] .about4 ul li h3{
    font-size: 2rem;
    margin: 0;
}
html[lang="en"] .future .bar .right p{
	text-indent: 0;
}
html[lang="en"] .product ul li h3{
    letter-spacing: 0;
}
html[lang="en"] .join ul li h3{
    letter-spacing: 0;
}
html[lang="en"] .reserch2_1 ul li h3{
    letter-spacing: 0;
}
html[lang="en"] .product ul li{
    margin: 0 10px;
}
html[lang="en"] .product ul li h3{
    width: 9vw;
    margin: 10px auto 0;
    font-size: 1.8rem;
    text-align: center;
}
