@charset "utf-8";
/* CSS Document */
@font-face{
	src:url(https://images.enuoyopin.cn/fonts/OPPOSans-R.woff2);
	font-family:"myfont";
	}
@font-face{
	src:url(https://images.enuoyopin.cn/fonts/OPPOSans-M.woff2);
	font-family:"title";
	}
@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;
}
*{
	padding:0;
	margin:0;
	border:none;
	box-sizing: border-box;
	outline:none;
	list-style:none;
	font-family:"myfont", sans-serif;
	}
img{
	display: block;
}
input,button{
	background: none;
	border: none;
	box-shadow: none;
}
.clear{
	clear:both;
	}
a{
	text-decoration:none;
	}
.w_all{
	width:65%;
	margin:auto;
}
p{
	font-size: 1.4rem;
	color: #666;
	line-height: 1.8;
	margin: 2% 0;
}
html, body{
	width:100%;
	position:relative;
	font-size:64.5%;
	}
header{
	width:100%;
	position:fixed;
	left:0%;
	top:0px;
	z-index:9999;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding: 15px 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
header.active{
	padding: 10px 0;
	
}
header nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .logo{
	height: 72px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
header.active .logo{
	height: 66px;
}
header .logo img{
	height: 100%;
}
header .logo img:first-of-type{
	display: none;
}
header.active .logo img:first-of-type{
	display: block;
}
header.active .logo img:last-of-type{
	display: none;
}
header dl{
	display: flex;
}
header dl dd{
	font-size: 1.58rem;
	position: relative;
	line-height: 90px;
	margin-left: 1.8rem;
	letter-spacing: 0.1rem;
}
header.active dl dd{
	line-height: 76px;
	color: #333;
}
header dl dd > a{
	font-family: "title";
	color:#fff;
	display: block;
	-webkit-transition:all .5s linear;
	transition:all .5s linear;
	line-height: 2;
	padding: 4px 0;
	width: 11rem;
	text-align: center;
	text-shadow: 0 0 5px rgba(0, 0, 0, .05);
	color: #333;
}
header dl dd::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #f39800;
	width: 100%;
	height: 2px;
	opacity: 0;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
header dl dd:hover a{
	background: linear-gradient(to right,#00459c,#009de6);
	color: #fff;
	border-radius: 20px;
}
.s_menu{
	position: absolute;
	left: 50%;
	top: 41px;
	transform: translateX(-50%);
	display: none;
	text-align: center;
}
.s_menu .sbox{
	border-radius: 8px;
	overflow: hidden;
	transform: translateY(-8px);
	-webkit-transition:all 0.8s ease;
	transition:all 0.84s ease;
	background: #fff;
	width: 12rem;
}
.s_menu .sbox.active{
	transform: translateY(0px);
	opacity: 1;
}
.s_menu span{
	display: block;
	padding: 1.6rem 0rem;
	line-height: 1;
	font-weight: normal;
	color: #1a1a1a;
	font-size: 1.4rem;
	letter-spacing: 0;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.s_menu::before{
	content: '';
	position: absolute;
	left: 50%;
	top: -6px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-bottom:6px solid #fff ;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
}
.s_menu span:hover{
	background: #e8420b;
	color: #fff
}
.navBtn{
	display: none;
}
.banner{
	width:100%;
	position:relative;
	overflow: hidden;
	height: 100vh;
}
.banner .swiper-slide,.banner .swiper-container{
	height: 100%;
	width: 100%;
}
.banner .swiper-pagination{
	left: 50%;
	bottom: 2%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
}
.banner .swiper-pagination span{
	width: 14px;
	height: 14px;
	opacity: 1;
	margin: 8px;
	background: none;
	border:3px solid #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	border-color: #e8420b
}
.indexbar{
	padding: 6% 0;
	position: relative;
}
.top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.title h3{
	font-size: 6.4rem;
	color: #041839;
	font-family: "title";
	text-align: center;
	text-align: left;
	display: flex;
	align-items: center;
	font-weight: normal;
}
.title span{
	content: "";
    display: block;
    width: 5rem;
    height: 1px;
    background: #bac6c4;
    margin-top: 7px;
}
.index_bar3 .swiper-container{
	width: 104%;
	margin-left: -2%;
	height: auto !important;
	margin-top: 5rem;
	padding: 3rem;
	box-sizing: border-box;
}
.index_bar3 .swiper-slide{
	display: block;
	width: 100%;
	position: relative;
}
.index_bar3 .swiper-slide:nth-of-type(2n){
	margin-top: 10rem;
}
.index_bar3 .swiper-slide::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
    height: 90%;
    border-radius: 5px;
    background: transparent;
    transition: all .5s;
}
.index_bar3 .swiper-slide:hover::before {
    background: rgba(33,108,181,0.08);
    left: 25px;
    margin-top: -25px;
}
.index_bar3 .swiper-slide img{
	display: block;
	max-width: 100%;
	height: 100%;
	border-radius: 10px;
	position: relative;
	z-index: 2;
	transition: all .5s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.index_bar3 .swiper-slide b{
	display: block;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	height: 50vh;
	width: 100%;
}
.index_bar3 .swiper-slide b::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #111;
	opacity: 0.03;
	z-index: 9;
}	
.index_bar3 .swiper-slide span{
	width: 80px;
	height: 80px;
	padding: 10px;
	font-size: 1.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,69,156,0.8);
	color: #fff;
	border-radius: 50%;
	position: absolute;
	right: -15px;
	top: 4%;
	z-index: 8;
	transform: scale(0);
	transition: all .5s;
}
.index_bar3 .swiper-slide:hover img{
	transform: scale(1.08) translate(-50%,-50%);
}
.index_bar3 .swiper-slide:hover span{
	transform: scale(1);
}
.index_bar3 .txt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.index_bar3 .txt p{
	width: 90%;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.8rem;
	transition: all .5s;
	color: #1a1a1a;
}
.index_bar3 .swiper-slide:hover .txt p{
	color: #e8420b;
}
.index_bar3  h3{
	font-size: 1.5rem;
	color: #888;
	font-weight: normal;
	font-family: "title";
	margin-top: -5px;
}
.index_bar2{
	padding: 6% 0;
}
.index_bar2 .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.more{
	width: 20px;
	height: 20px;
	background: url(../images/more.png) no-repeat center;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	cursor: pointer;
}
.more:hover{
	background: url(../images/mores.png) no-repeat center;
}
.index_bar1 .contain{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_bar1 .ll{
	width: 67%;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.index_bar1 .ll > img{
	width: 100%;
	transition: all 0.5s linear;
}
.index_bar1 .ll:hover > img{
	transform: scale(1.08);
}
.index_bar1 .ll p{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
}
.index_bar1 .ll p img{
	height: 50px;
	display: block;
	margin-bottom: 10px;
}
.index_bar1 .rr{
	width: 30%;
}
.index_bar1::before{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 42%;
	height: 53%;
	z-index: 6;
	background: #fff url(../images/icon1.png) no-repeat right bottom/cover;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
}
.index_bar1 .b1{
	margin-top: 10rem;
}
.index_bar1 .b2{
	position: relative;
	z-index: 6;
	margin-top: 20%;
}
.index_bar1 .b2 p{
	font-size: 1.6rem;
	line-height: 2;
	margin-left: -3rem;
}
.index_bar2 ul{
	display: flex;
	flex-wrap: wrap;
}
.index_bar2 ul li{
	width: 31.3%;
	margin-right: 3%;
	margin-top: 3%;
	overflow: hidden;
}
.index_bar2 ul li:nth-of-type(3n){
	margin-right: 0;
}
.index_bar2 ul li b{
	display: block;
	overflow: hidden;
	height: 22rem;
	border-radius: 10px;
	position: relative;
}
.index_bar2 ul li b img{
	width: 100%;
	-webkit-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
.index_bar2 ul li:hover b img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.more2s{
	width: 80px;
	height: 80px;
	padding: 10px;
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,69,156,0.8);
	color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 8;
	transform:translate(-50%,-50%) scale(0);
	transition: all .5s;
}
.index_bar2 ul li:hover .more2s{
	transform: translate(-50%,-50%) scale(1);
}
.index_bar2 ul li h4{
	font-size: 1.3rem;
	color: #666;
	margin: 2rem 0 1rem;
	letter-spacing: 0.5px;
}
.index_bar2 ul li h3{
	margin: 0 0 1rem;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.index_bar2 ul li:hover h3{
	color: #e8420b;
}
.index_bar2 ul li p{
	height: 4.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-bottom: 2rem;
}
.index_bar4{
	text-align: center;
	color: #fff;
	font-size: 5.4rem;
	position: relative;
}
.index_bar4::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #013e98;
	opacity: 0.5;
}
.index_bar4 .contain{
	position: relative;
	z-index: 3;
}
.index_bar4 h6{
	font-weight: normal;
	line-height: 1.6;
	font-family: "title";
	text-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.more2{
	width: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #013e98;
	padding: 14px 0px;
	background: #fff;
	font-size: 1.5rem;
	border-radius: 30px;
	margin: 3rem auto 0;
	transition: all 0.3s linear;
	cursor: pointer;
}
.more2 img{
	margin-right: 6px;
	height: 18px;
}
.more2 img:last-of-type{
	display: none;
}
.more2:hover img:first-of-type{
	display: none;
}
.more2:hover img:last-of-type{
	display: block;
}
.more2:hover{
	background: #013e98;
	color: #fff;
}
.footer{
	padding: 2% 0 0;
	background: #f1f4f3;
}
.footer .boxs .left img{
	height:80px;
	margin: auto;
	display: none;
}
.footer .links{
	display: flex;
	width: 100%;
	margin: 0 auto 2%;
}
.footer .links p{
	display: flex;
	align-items: center;
	margin-right: 2rem;
}
.footer .links img{
	width: 22px;
	background: #0089d3;
	border-radius: 50%;
	padding: 5px;
	box-sizing: border-box;
	margin-right: 10px;
}
.footer .copy{
	background: #013e98;
	padding: 12px 0;
}
.footer .bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .bottom p{
	font-size:1.2rem;
	color: #fff;
	line-height: 1.2;
	margin: 0;
	}
.footer .bottom p a{
	color: #fff;
	margin-left: 30px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footer .bottom p a:hover{
	color: #e8420b;
}
.footer .totop i{
	color: #fff;
	font-size: 2.4rem;
	display: block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footer .totop i:hover{
	color: #e8420b;
}
.o_ban{
	position: relative;
}
.o_ban img{
	width: 100%;
}
.o_ban .title4{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%);
}
.title4 h3{
	font-size: 4.4rem;
	text-align: center;
	margin-bottom: 2.5rem;
	color: #fff;
	font-family: "title";
	font-weight: normal;
	letter-spacing: 0.4rem;
}
.o_nav {
	padding: 2% 0 0;
}
.o_nav .tops{
	display: flex;
	align-items: center;
	color: #666;
	border-bottom: 1px solid #eee;
	padding-bottom: 2%;
}
.o_nav .tops a{
	display: flex;
	align-items: center;
	color: #888;
	margin: 0 10px;
	font-size: 1.3rem;
}
.o_nav .tops a:first-of-type{
	margin-left: 0;
}
.o_nav .tops img{
	height: 14px;
	margin-right: 6px;
	margin-top: -2px;
	opacity: 0.5;
}
.o_nav .tops span{
	color: #333;
	font-size: 1.3rem;
	margin-left: 10px;
}
.o_nav ul{
	padding: 3% 0 6%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.o_nav ul a{
	display: block;
	margin: 2% 5%;
}
.o_nav ul li{
	text-align: center;
	color: #333;
	font-size: 1.4rem;
}
.o_nav ul li img{
	width: 50px;
	height: 50px;
	padding: 5px;
	margin: auto;
	border-radius: 50%;
	background: #eee;
	margin-bottom: 10px;
}
.o_nav ul li img:last-of-type{
	display: none;
}
.o_nav ul li:hover{
	color: #e8420b;
	transition: all 0.3s linear;
}
.o_nav ul li:hover img{
	background: #e8420b;
}
.o_nav ul li:hover img:first-of-type,.o_nav ul li.active img:first-of-type{
	display: none;
}
.o_nav ul li:hover img:last-of-type,.o_nav ul li.active img:last-of-type{
	display: block;
}
.o_nav ul li.active{
	color: #013e98;
}
.o_nav ul li.active img{
	background: #013e98;
}
.all_bars{
	padding: 6% 0;
}
.p_nav ul{
	justify-content: flex-start;
}
.pro {
	overflow: hidden;
	padding: 5% 0;
	position: relative;
}
.pro .left{
	float: left;

}
.pro .left.active{
	position: fixed;
	left: 18%;
	top: 15%;
	z-index: 9;
	transition-delay: 0s; 
	transition: all 0s;
}
.pro .left.active2{
	position: absolute;
	left: 0%;
	top: inherit;
	bottom:0;
	transition-delay: 0s; 
	transition: all 0s;
}
.pro dl{
	margin-bottom: 2.5rem;
}
.pro dl dt{
	font-size: 1.7rem;
	margin-bottom: 2rem;
	color: #00459c;
}
.pro dl dd{
	display: block;
	font-size: 1.4rem;
	margin: 1.3rem 0;
	cursor: pointer;
	color: #666;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: relative;
	display: none;
	padding-left: 16px;
}
.pro dl dd::before{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 1px solid #666;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 5px;
}
.pro dl.active dt{
	color: #00459c;
	font-weight: bold;
}
.pro dl.active dd{
	display: block;
}
.pro dl dd:hover{
	color: #e8420b;
}
.pro dl dd.active{
	color: #e8420b;
}
.pro dl dd.active::before{
	background: #e8420b;
	border-color: #e8420b;
}
.pro ul{
	width: 77%;
	float: right;
	display: flex;
	flex-wrap: wrap;
}
.pro ul a{
	width: 30.3%;
	margin: 0 1.5% 3%;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
	position: relative;
	border-radius: 5px;
	background: #fff;
}
.pro ul li b{
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.pro ul li:hover .more2s{
	transform: translate(-50%,-50%) scale(1);
}
.pro ul li img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.pro ul li p{
	margin: 0;
	text-align: center;
	color: #333;
	padding: 10px 0;
	position: relative;
	z-index: 2;
	line-height: 1.4;
}
.pro ul li:hover img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.pro ul li span{
	display: block;
}
.f-cb{
	display: flex;
	justify-content: space-between;
}
.proinfo-a .left{
	width: 50%;
	display: flex;
	justify-content: space-between;
}
.proinfo-a .simg{
	overflow: hidden;
	position: relative;
}
.proinfo-a .gallery-thumbs {
	width: 105px;
	height: 80%;
	margin: 12px 0;
	box-sizing: border-box;
	overflow: hidden;
}
.proinfo-a .gallery-thumbs .swiper-slide {
	width: 105px;
	height: 105px !important;
	background-size: cover;
	background-position: center;
	box-sizing:border-box;
}
.proinfo-a .gallery-thumbs .swiper-slide.active {
    border: 1px solid #e8420b;
}
.proinfo-a .simg .swiper-button-prev2,
.proinfo-a .simg .swiper-button-next2{
	left: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer;
	position: absolute
}
.proinfo-a .swiper-button-prev1{
	top: 0;
}
.proinfo-a .swiper-button-prev1 i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.proinfo-a .simg i{
	color: #333;
	display: block;
	font-size: 2rem;
	text-align: center;
	background: rgba(0,0,0,0.1);
	padding: 7px 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}
.proinfo-a .simg i:hover{
	background: rgba(0,0,0,0.05);
}
.proinfo-a .bimg{
	width: 78%;
	position: relative;
}
.proinfo-a .bimg::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #111;
	opacity: 0.03;
	z-index: 3;
}
.proinfo-a .gallery-top {
	overflow: hidden;
}
.proinfo-a .gallery-top .swiper-slide{
	background: #fff;
}
.proinfo-a .gallery-top .swiper-slide img{
	width: 100%;
}
.proinfo-a .gallery-top .swiper-pagination-bullet{
	background: #ccc !important;
	opacity: 1;
}
.proinfo-a .gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #e8420b !important;
}
.proinfo-a .right{
	width: 45%;
}
.proinfo-a .right .title4 h3{
	color: #013e98;
	text-align: left;
	border-bottom: 1px solid #eee;
	padding-bottom: 2rem;
	font-size: 4.2rem;
}
.proinfo-a .right h2{
	color: #1a1a1a;
	font-size: 2.2rem;
	display: block;
	margin: 1rem 0;
}
.proinfo-a .txt{
	margin: 3% 0;
}
.proinfo-a .txt p{
	margin: 5px 0;
}
.proinfo-a .xj{
	width: 120px;
	background: #0088d2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 10px 0;
	border-radius: 30px;
	font-size: 1.4rem;
	margin-top: 6%;
	transition: all 0.3s linear;
}
.proinfo-a .xj img{
	width: 18px;
	margin-right: 6px;
	margin-top: -1px;
}
.proinfo-a .xj:hover{
	background: #e8420b;
}
.pro_bar2{
	background: #f3f3f3;
}
.pro_bar2 h3{
	font-size: 2rem;
	font-family: "title";
	font-weight: normal;
	margin: 3rem 0 1.5rem;
	position: relative;
	padding-left: 22px;
}
.pro_bar2 h3::before{
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	background: #013e98;
	border-radius: 2px;
}
.pro_bar2 h3:first-of-type{
	margin-top: 0;
}
.pro_bar2 p{
	font-size: 1.6rem;
	line-height: 2;
	margin: 5px 0;
	padding-left: 22px;
}
.pro_bar2 p strong{
	font-size: 2rem;
	font-family: "title";
	font-weight: normal;
	color: #333;
	display: block;
	margin: 3rem 0 0;
	position: relative;
}
.pro_bar2 p strong::before{
	content: '';
	position: absolute;
	left: -22px;
	top: 18px;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	background: #013e98;
	border-radius: 2px;
}
.pro_bar2 table{
	width: 100%;
	padding-left: 22px;
	box-sizing: border-box;
}
.pro_bar2 table tr td{
	padding: 12px 0;
	font-size: 1.6rem;
	color: #666;
}
.pro_bar2 table tr:first-of-type td{
	color: #333;
}
.pro_bar3{
	padding-top: 6%;
	margin: 0;
}
.pro_bar3 h3{
	text-align: center;
	font-size: 3rem;
	color: #333;
	letter-spacing: 1px;
}
.pro_bar3 ul{
	margin: 2.5% auto 0;
	float: none;
	width: 100%;
	display: flex;
	justify-content: center;
}
.pro_bar3 ul a{
	width: 22.2%;
}
.pro_bar3 ul a:nth-of-type(3n){
	margin-right: 2%;
}
.pro_bar3 ul a:nth-of-type(4n){
	margin-right: 0;
}
.pro_bar3 ul li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #111;
	opacity: 0.03;
	z-index: 3;
}
.about{
	overflow: hidden;
	padding-top: 0;
}
.about h6{
	font-size: 1.8rem;
	margin-bottom: 3%;
	color: #333;
	letter-spacing: 0.1rem;
}
.about h6 strong{
	font-size: 3.4rem;
	display: block;
	color: #013e98;
	font-weight: normal;
	font-family: "title";
}
.about .bar{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about .left{
	width: 48%;
}
.about .left img{
	width: 100%;
	border-radius: 5px;
}
.about .right{
	width: 46%;
}
.about .right p{
	font-size: 1.5rem;
	line-height: 2;
	text-indent: 2em;
}
.about .bar2{
	margin-top: 5%;
}
.about .bar2 p{
	text-indent: 0;
	font-size: 1.6rem;
}
.title3 h3{
	font-size: 3.6rem;
    margin-bottom: 1rem;
    color: #013e98;
	font-weight: normal;
    font-family: "title";
    letter-spacing: 0.2rem;
}
.about2{
	width: 100%;
	position: relative;
}
.about2 ul{
	position: relative;
	z-index: 2;
}
.about2 ul li{
	position: relative;
	overflow: hidden;
	margin-bottom: 7%;
}
.about2 ul li b{
	width: 50%;
	border-radius: 5px;
	overflow: hidden;
	float: right;
}
.about2 ul li b img{
	display: block;
	width: 100%;
	transition: all 0.5s linear;
}
.about2 ul li:hover b img{
	transform: scale(1.08);
}
.about2 ul li .txt{
	width: 44%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.about2 ul li h3{
	font-size: 3rem;
	letter-spacing: 0.3rem;
	color: #00459c;
	border-bottom: 1px solid #eee;
	padding-bottom: 2rem;
	transition: all 0.5s linear;
}
.about2 ul li:hover h3{
	color: #e8420b;
}
.about2 ul li p{
	font-size:1.7rem;
	margin: 3.5rem 0 0;
	letter-spacing: 0.05rem;
}
.about2 ul li:nth-of-type(2n) b{
	float: left;
}
.about2 ul li:nth-of-type(2n) .txt{
	left: inherit;
	right: 0;
}
.about6{
	background: #f6f6f6;
	padding: 5% 0;
}
.about6 .box{
	position: relative;
}
.about6 .imgs{
	width: 80%;
	margin: auto;
	position: relative;
}
.about6 .bg img{
	width: 100%;
}

.about6 .imgs li img{
	height: 30px;
}
.about6 .imgs li{
	position: absolute;
}
.about6 .imgs li i{
	position: absolute;
	font-style: normal;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	bottom: -20px;
}
.about6 .imgs .li1{
	right: 24%;
    bottom: 32%;
}
.about6 .imgs .li1 i{
	top: 50%;
	right: -36px;
	transform: translateY(-50%);
	color: #333;
	bottom: inherit;
}
.about6 .imgs .li2{
	right: 36%;
    bottom: 17%;
}
.about6 .imgs .li3{
	right: 28%;
    top: 44%;
}
.about6 .imgs .li3 i{
	color: #333;
	bottom: -5px;
	right: -36px;
}
.about6 .imgs .li4{
	left: 42%;
    bottom: 35%;
}
.about6 .txt {
	position: absolute;
	left: 0;
	bottom: 0%;
}
.about6 h3{
	font-size: 3rem;
	color: #00459c;
	margin: 0rem 0 3rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about6 h3 span{
	width: 38%;
	height: 1px;
	background: #00459c;
	opacity: 0.3;
	margin: 0 3%;
}
.about6 .txt p{
	font-size: 1.6rem;
	position: relative;
	padding-left: 18px;
	margin: 8px 0;
}
.about6 .txt p::before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	background: #e8420b;
	border-radius: 50%;
}
.about3{
	background: #fff;
}
.about3 ul{
	display: flex;
	flex-wrap: wrap;
}
.about3 ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2%;
	width: 23%;
	background: #fff;
	margin-right: 2%;
	padding: 2%;
}
.about3 ul li:nth-of-type(4n){
	margin-right: 0;
}
.about3 ul li .img{
	width: 100%;
}
.about3 img{
	display: block;
	width: 100%;
}
.about4 .bb{
	margin: 3% auto 2%;
}
.about4 .gallery-top .swiper-slide{
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.about4 .gallery-top .ll{
	width: 60%;
}
.about4 .gallery-top .swiper-slide img{
	width: 100%;
}
.about4 .gallery-top .rr{
	position: relative;
	width:32%;
}
.about4 .gallery-top h3{
	font-size: 10rem;
	color: #cccccc;
	font-family: "num";
	position: relative;
	font-weight: normal;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.about4 .gallery-top .swiper-slide.swiper-slide-active h3{
	color: #0087ff;
}
.about4 .gallery-top p{
	font-size: 1.6rem;
	line-height: 1.8;
}
.about4 .years{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 2rem;
	position: relative;
}
.about4 .years::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 1.5rem;
	width: 100%;
	height: 1px;
	background: #ddd;
}
.about4 .gallery-thumbs{
	text-align: center;
	width: 100%;
	padding: 3rem 0;
}
.about4 .gallery-thumbs .swiper-slide{
	font-size: 2rem;
	font-weight: bold;
	color: #999999;
	position: relative;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}
.about4 .gallery-thumbs .swiper-slide::before{
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -24px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	border: 4px solid #ccc;
	box-sizing: border-box;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.about4 .gallery-thumbs .swiper-slide.active,.about4 .gallery-thumbs .swiper-slide:hover{
	color: #f39800;
}
.about4 .gallery-thumbs .swiper-slide.active::before{
	border-color: #f39800;
}
.about5{
	background: #eee;
}
.news {
	padding: 0 0 3%;
}
.news ul li{
	margin-top: 0;
	margin-bottom: 2%;
}
#pages ul{
	padding: 2% 0 5%;
	display: flex;
	justify-content: center;
	border-top: 1px solid #ddd;
}
#pages ul li{
	text-align: center;
	width: 30px;
	line-height: 30px;
	height: 30px;
	background: #f3f3f3;
	margin: 0 6px;
	border-radius: 50%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}
#pages ul li:hover,#pages ul li.active{
	background: #013e98;
	color: #fff;
}
.news_d .title4 h3{
	margin-bottom: 5%;
	color: #013e98;
	font-size: 3rem;
	letter-spacing: 0.1rem;
}
.news_d .title4 h3 p{
	margin-top:8px;
	color: #013e98;
	font-size: 1.4rem;
	letter-spacing: 0.05rem;
}
.news_d p{
	margin: 2rem 0;
	font-size: 1.6rem;
	line-height: 2;
}
.news_d p strong{
	color: #333;
}
.news_d p img{
	display: block;
	width: 100%;
}
.contact .contain{
	display: flex;
	justify-content: space-between;
}
.contact .contain .left{
	width: 50%;
	background: #f5f8fa;
	padding: 5% 5% 3%;
}
.contact .contain h4{
	font-size: 2.4rem;
	margin-bottom: 8rem;
	color: #013e98;
	position: relative;
	padding-bottom: 2rem;
}
.contact .contain .right{
	width: 50%;
	background: #f5f8fa;
}
.contact .contain p{
	margin: 16px 0;
	font-size: 1.5rem;
	line-height: 1.8;
}
.contact .contain p strong{
	display: block;
	color: #1a1a1a;
}
.contact ul{
	display: flex;
}
.contact ul li{
	margin-right: 15px;
}
.contact ul li img{
	width: 42px;
	padding: 10px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.contact #mapDiv{
	height: 100%;
}
.rightFix{
	position: fixed;
	right: 1.5%;
	bottom: 15%;
	z-index: 999;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 3px;
	display: none;
}
.rightFix ul li{
	display: block;
	background: #fff;
	width: 72px;
	color: #333;
	padding: 14px 0;
	cursor: pointer;
	text-align: center;
	font-size: 1.1rem;
	border-bottom: 1px solid #eee;
	transition: all 0.3s linear;
}
.rightFix ul li:hover{
	color: #e8420b;
}
.rightFix ul li img{
	width: 24px;
	margin:5px auto;
	transition: all 0.3s linear;
}
.rightFix ul li:hover img{
	transform: scale(1.08);
}
.rightFix ul li.totop{
	height: 72px;
	display: flex;
	align-items: center;
	border: none;
}
.job .zp{
	padding: 0 0 6%;
	margin-top: -4%;
}
.job ul{
	width:80%;
	margin: auto;
}
.job .bar{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	margin-top:20px;
	cursor:pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.job .bar img{
	width:26px;
	margin-top: 2px;
	}
.job .bar h2{
	font-size:1.7rem;
	color:#333;
	margin-top:1px;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	width:80%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.job .bar:hover h2{
	color:#e8420b;
	letter-spacing:0.5px;
	}
.job .bar.active h2{
	color:#e8420b;
	letter-spacing:0.5px;
	}
.job .bar .jt{
    margin: auto;
    display: block;
	width:24px;
	font-size: 2rem;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
	opacity: 0.8;
	}
.job .bar.active .jt{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.job .bar2{
	padding:3% 4%;
	background:#f9f9f9;
	display:none;}
.job .bar2 p{
	font-size:1.5rem;
	color:#555;
	position:relative;
	margin:8px 0;
	}
.job .zp ul li{
	width: 80%;
	margin: auto;
}
.job .zp ul li:first-of-type h2{
	color: #fff;
	font-size: 1.8rem;
}
.job .zp ul li:first-of-type .bar{
	background: #013e98;
	padding: 10px 0;
}
.job .zp ul li .bar{
	padding-top: 20px;
	margin-top: 0;
}
.job .zp ul li h2{
	width: 50%;
	padding-left: 2%;
}
.job .zp ul li h2:last-of-type{
	text-align: center;
	width: 15%;
}
.job .zp ul li .bar2{
	padding: 2% 10% 3% 2%;
	position: relative;
}
.job .zp ul li .bar2 h3{
	font-size: 1.6rem;
	font-weight: bold;
	margin: 15px 0 10px;
	color: #333;
}
.job .zp ul li .bar2 p strong{
	font-size: 1.6rem;
	color: #333;
	margin: 15px 0 10px;
}
.job .zp ul li .bar2 .top p{
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	line-height: 18px;
	color: #333;
	font-size: 1.7rem;
}
.job .zp ul li .bar2 p{
	line-height: 20px;
	color: #777;
}