@charset "utf-8";
/* CSS Document */
@font-face{
	src:url(../fonts/Poppins-Regular.otf);
	font-family:"myfont";
	}
@font-face{
	src:url(../fonts/Poppins-Light.otf);
	font-family:"myfont2";
	}
@font-face{
	src:url(../fonts/Poppins-Medium.otf);
	font-family:"title";
	}
*{
	padding:0;
	margin:0;
	list-style:none;
	font-family:"myfont",Arial,sans-serif;
	
	}
@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;
}
input{
	-webkit-appearance: none;
	appearance: none;
}
input:focus,textarea:focus{
	outline:none;
	}
.clear{
	clear:both;
	}
a{
	text-decoration:none;
	}
p{
	font-size: 1.6rem;
	color: #434a54;
	line-height: 1.6;
	font-family:"myfont2";
	font-weight: 300;
	margin: 1rem 0;
	opacity: 0.7;
}
.imgScale img{
	width:100%;
	display: block;
	transition: all .75s ease;
}
.imgScale:hover img{
	transform: scale(1.1);
}
/*index*/
.w_all{
	max-width: 1520px;
	width:calc(100% - 100px);
	margin:auto;
	}
.w_all2{
	width: 70%;
	margin:auto;
	}
html, body{
	width:100%;
	position:relative;
	font-size: 60.5%;
	}
header{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:999;
	background: #fff;
	}
header .navtop{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}
header .navtop .nr{
    display: flex;
    align-items: center;
}
header .navtop .nn{
    margin-left: 4rem;
}
header .navtop .nn2 {
    display: flex;
    align-items: center;
}
header .navtop .nn2 img{
    width: 3.8rem;
    margin-right: 1rem;
}
header .navtop .nn2 a{
    color: #333;
    font-size: 1.3rem;
}
header .navtop .nn2 a strong{
    display: block;
    color: #2d3f91;
    font-size: 1.3rem;
}
header .logo{
	height: 60px;
	position:relative;
	z-index: 9;
	cursor: pointer;
	transition: all 0.3s linear;
}
header .logo > img{
	display:block;
	height:100%;
	}
.nav_list{
	display: flex;
	align-items: center;
	background: #dceaf9;
	border-bottom:1px solid #fff;
}
header .nav{
	display: flex;
	align-items: center;
	}
header .nav ul{
	display: flex;
	justify-content: center;
	margin: auto;
	align-items: center;
}
header .nav li{
	position: relative;
	height: 60px;
	margin: 0 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .nav li span{
	color:#434a54;
	padding: 0.6rem 2rem;
	font-size:1.7rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
	display: flex;
	align-items: center;
	font-family:"title";
	border-radius: 50px;
}
header .nav li:hover span{
	color: #2d3f91;
}
header .nav li.sm span::after{
	content: '';
	width: 0;
	height: 0;
	margin-left: 10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #434a54;
	display: none;
}
header .search{
	position: relative;
	margin-left: 1rem;
}
header .search i{
	font-size: 1.7rem;
	color: #434a54;
	font-weight: bold;
	cursor: pointer;
}
.serbox::before{
	content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    top: -6px;
    left: 90%;
    transform: rotate(45deg);
	background: #fff;
}
.serbox p{
	width: 84%;
	background: #eee;
	border-radius: 30px;
	padding-left: 2rem;
	margin: 1.5rem auto;
	position: relative;
	opacity: 1;
}
.serbox input{
	font-size: 1.6rem;
	color: #434a54;
	padding: 4px 0;
	line-height: 2;
	background: none;
	width: 16vw;
	border:  none;
}
::placeholder{
	color: #999;
}
.serbox i{
	font-size: 1.4rem !important;
	color: #fff !important;
	font-weight: normal !important;
}
.serbox button{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
	border:  none;
	background: #2d3f91;
	border-radius: 50%;
	color: #fff;
	padding: 8px 10px;
}
.navBtn{
	position: relative;
	z-index:99999;
	cursor:pointer;
	display: none;
}
.navBtn span{
	display: block;
	width: 24px;
	height: 2px;
	background:#1a1a1a;
	margin:5px auto;
}
.nav_btn_active{
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.nav_btn_active span:nth-of-type(1){
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}
.nav_btn_active span:nth-of-type(2){
	opacity:0;
	}
.nav_btn_active span:nth-of-type(3){
	margin-top:-60%;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}
.s_menu{
	position: absolute;
	left: 0%;
	top: 60px;
	background: #fff;
	box-sizing: border-box;
	display: none;
	width: max-content;
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
}
.s_menu dl{
	width:100%;
	padding: 8px 0px;
}
.s_menu dd{
	font-size: 1.5rem;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding: 8px 16px;
	position: relative;
}
.s_menu dd a{
	color: #434a54;
}
.s_menu dd a strong{
	font-weight: normal;
	opacity: 0.8;
}
.s_menu dd:hover{
	background:#eee;
}
.sp_menu p{
	position: absolute;
	left: 100%;
	top: -10px;
	width: max-content;
	background: #eee;
	display: none;
	opacity: 1;
	overflow-y: auto;
	max-height: 80vh;
}
.sp_menu p a{
	display: block;
	font-size: 1.34rem;
	color: #999;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding: 10px 16px;
	position: relative;
	line-height: 1.3;
}
.sp_menu p a:hover{
	background:#fff;
}
/*banner*/
.banner{
	padding-top: 147px;
	position:relative;
	height: auto !important;
	overflow: hidden;
	}
.banner .swiper-container{
	position:relative;
	width:100%;
	height:100%;
	}
.banner .swiper-slide{
	width: 100%;
	height: 100%;
	position: relative;
}
.banner img{
	display: block;
	width: 100%;
}
.banner .swiper-pagination{
	bottom: 2% !important;
}
.banner .swiper-pagination span{
	width: 10px !important;
	height: 10px !important;
	background: #fff !important;
	opacity: 0.8;
	margin: 6px !important;
}
.banner span.swiper-pagination-bullet-active{
	background: #d90201 !important;
	opacity: 1;
}
.banner .txt{
	position: absolute;
	left: 50%;
	top: 62%;
	opacity: 0;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	padding-right: 40%;
	box-sizing: border-box;
}
.banner .swiper-slide-active .txt{
	top: 50%;
	opacity: 1;
}
.banner .txt h3{
	font-size: 6.8rem;
	margin-bottom: 3rem;
	color: #fff;
	font-weight: normal;
	font-family:"title";
	line-height: 1.2;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
.banner .txt p{
	font-size: 2.4rem;
	color: #fff;
	opacity: 1;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
.title h3{
	font-size: 2.8rem;
	color: #2d3f91;
	letter-spacing: 1px;
}
.index_bars{
	padding: 6% 0;
}
.more{
	font-size: 1.4rem;
	color: #2d3f91;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:1.3rem 1.5rem;
	width: 110px;
	border-radius: 50px;
	border: 1px solid transparent;
	transition: all 0.6s linear;
	margin-top: 2rem;
}
.more i{
	font-size: 1.2rem;
	margin-left: 0.5rem;
	color: #2d3f91;
}
.more:hover{
	opacity: 0.7;
}
.more2{
	color: #fff;
	background: none;
	border-color:  #fff;
}
.more2 i{
	color: #fff;
}
.more3{
	background: #2d3f91;
	color: #fff;
}
.more3 i{
	color: #fff;
	display: block;
	opacity: 0;
	width: 0;
	transition: all 0.3s linear;
}
.more3:hover{
	opacity: 1;
	padding-right: 18px;
}
.more3:hover i{
	width: auto;
	opacity: 1;
}
.index_bar2 {
	position: relative;
	overflow: hidden;
}
.allBg img{
	position: absolute;
	left: 0;
	opacity: 0;
	top: 0;
	z-index: -1;
}
.allBg2 img{
    opacity: 0;
}
.index_bar2 .contain{
	overflow: hidden;
	position: relative;
}
.index_bar2 .ll{
	background: #2d3f91;
	width: 50%;
	border-radius: 20px ;
	padding:15rem;
	box-sizing: border-box;
	float: right;
}
.index_bar2 p{
	margin:0 0 1.5rem;
	font-size: 1.5rem;
	line-height: 1.6;
	color: #fff;
	opacity: 1;
}
.index_bar2 p strong{
	font-size: 3rem;
	line-height: 1.4;
}
.index_bar2 .bottoms{
	display: flex;
}
.index_bar2 .bottoms .more2{
	margin-left: 2rem;
}
.index_bar2 .rr{
	width: 50%;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 6;
}
.index_bar2 .rr img{
	width: 100%;
	border-radius: 20px;
}
.index_bar1 .tt{
	width: 64%;
}
.index_bar1 .tt2 .title h3{
	font-size: 2rem;
	margin-top: 2rem;
	letter-spacing: 0;
}
.index_bar1 .tt2 p{
	margin: 1rem 0;
	line-height: 1.6;
}
.index_bar1 .tt2 p strong{
	color: #d90201;
	font-family: "title";
}
.index_bar1 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_bar1 ul li{
	width: 23.5%;
	margin-top: 1.8%;
	border-radius: 20px;
	position: relative;
	height: 300px;
	cursor: pointer;
	overflow: hidden;
}
.index_bar1 ul li:nth-of-type(1),.index_bar1 ul li:nth-of-type(4){
	width: 49.5%;
}
.index_bar1 ul li:nth-of-type(9){
	width: 49%;
	background: #2d3f91;
}
.index_bar1 ul li:nth-of-type(9) .txt h3{
	font-size: 3.4rem;
}
.index_bar1 ul li:after {
    background: #fff;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transition: all .5s ease;
    width: 100%;
	opacity: 0;
}
.index_bar1 ul li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
}
.index_bar1 ul .txt{
	font-size: 1.6rem;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding:2.5rem 2rem;
	box-sizing: border-box;
	z-index: 2;
	transition: all .5s ease;
}
.index_bar1 ul .txt h3{
	font-weight: normal;
	text-shadow: 2px 2px 6px #393939 !important;
}
.index_bar1 ul li:hover::after{
	opacity: 0.2;
}
.index_pro{
	padding-top: 0;
}
.index_pro .tt{
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.index_pro .tt .title{
	width: 71%;
}
.index_pro .title p a{
	color: #2d3f91;
}
.index_pro dl{
	display: flex;
	flex-wrap: wrap;
	margin-top: 3rem;
}
.index_pro dl dd{
	width: 23.5%;
	margin: 2% 2% 0 0;
}
.index_pro dl dd:nth-of-type(4n){
	margin-right: 0;
}
.index_pro dl dd b{
	display: block;
	overflow: hidden;
	border-radius: 20px;
	width: 100%;
	margin-bottom: 2rem;
}
.index_pro dl dd img{
	display: block;
	border-radius: 20px;
	width: 100%;
}
.index_pro dl dd h6{
	font-size: 1.5rem;
	color: #2d3f91;
	font-weight: normal;
	display: none;
}
.index_pro dl dd p{
	font-size: 1.8rem;
	opacity: 1;
}
.btn{
	z-index: 99;
	display: flex;
	justify-content: flex-end;
	margin: 6% 0 4%;
}
.btn .ll img{
	margin-left: 40px;
	width: 41px;
	height: 12px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.btn .ll:hover img{
	opacity: 0.5;
}
.footer {
	position:relative;
	background: #2d3f91;
	z-index: 6;
	}
.footer .box{
	display: flex;
	justify-content: space-between;
	padding: 4% 0;
}
.footer .box dl{
    max-width: 38rem;
}
.footer dt{
	color:#fff;
	margin-bottom: 20px;
	font-size:1.8rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footer .box dd{
	color:rgba(255, 255, 255, 0.6);
	font-size:1.6rem;
	margin:1rem 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
	font-family: "title2";
}
.footer .box dd a{
	color:rgba(255, 255, 255, 0.6);
}
.footer .box dd:hover{
	color: #fff;
}
.footer .box dl.imgs{
	display: flex;
}
.footer .box dl  img{
	height: 12rem;
}
.footer .box dl dd:last-of-type img{
	margin: 0 0 0 3rem;
}
.footer .copy{
	padding: 1rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .copy .ll{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer .copy p{
	font-size: 1.3rem;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
.footer .copy p a{
	font-size: 1.3rem;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
.footer .ss{
	display: flex;
}
.footer .ss a{
	cursor: pointer;
	height: 1.8rem;
	display: block;
	margin-left:1.6rem;
	transition: all 0.6s linear;
	border-radius: 50%;
	padding: 5px;
}
.footer .ss a img{
	height: 100%;
	display: block;
}
.footer .ss a:hover{
	background: #37589b;
}
.footer .ss a:nth-of-type(2):hover{
	background: #419cca;
}
.footer .ss a:nth-of-type(3):hover{
	background:#a67658
}
.totop{
	position: fixed;
	right: 10%;
	bottom: 6%;
	background: #2d3f91;
	width: 5rem;
	line-height: 5rem;
	text-align: center;
	color: #fff;
	transform: rotate(90deg);
	cursor: pointer;
	transition: all 0.6s linear;
	border-radius: 2px;
	display: none;
}
.totop:hover{
	background: #d90201;
}
.index_bars2{
	padding: 4% 0;
}
.all_nav{
	background: #fff;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-top: 80px;
	opacity: 0;
}
.all_nav p{
	color: #2d3f91;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 1.3rem;
	height: 35px;
}
.all_nav p span{
	margin: 0 0.5rem;
}
.all_nav p a{
	margin: 0 0.5rem;
	color: #2d3f91;
}
.all_nav p span:last-of-type{
	max-width: 60%;
}
.message .contain{
	display: flex;
	justify-content: space-between;
}
.message .online{
	width: 65%;
}
.message .online p span{
}
.message .online p:hover span{
	color:#f39c0f;
}
.message .online .inputs{
	font-size: 1.6rem;
	background: #f6f6f6;
	border-radius: 30px;
	display: block;
	line-height: 2;
	padding: 10px 20px;
	color: #434a54;
	width: 100%;
	box-shadow: none;
	border:1px solid #f6f6f6;
	box-sizing: border-box;
	margin: 1% 0;
}
.message .online .pps{
	width: 49%;
	float: left;
}
.message .online .pps2{
	float: right;
}
.message .online textarea{
	min-height: 150px;
	margin-top: 2% !important;
}
.message .submit button{
	background: none;
	display: block;
	line-height: 42px;
	width: 160px;
	padding: 6px 0;
	margin: 4rem 0 1.5rem;
	background: #2d3f91;
	color: #fff;
	font-size: 1.6rem;
	border: none;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
	border-radius: 30px;
}
.message .submit:hover button{
	background: #d90201;
}
.message .txt{
	height: 100%;
	width: 28%;
	border-radius: 20px;
    padding: 65px 95px 35px 45px;
    background-color: #2d3f91;
	color: #fff;
	box-sizing: border-box;
}
.message .txt h3{
	color: #fff;
	margin-bottom: 2rem;
}
.message .txt p{
	color: #fff;
	margin: 0;
}
.message .txt p a{
	color: #fff;
	text-decoration: underline;
}
.message .txt .imgs{
	display: flex;
	margin-top: 3rem;
}
.message .txt .imgs a{
	margin-right: 1.5rem;
	width: 3rem;
	display: block;
	transition: all 0.3s linear;
}
.message .txt .imgs a img{
	width: 100%;
}
.message .txt .imgs a:hover{
	opacity: 0.5;
}
.news{
    min-height: 50vh;
}
.news .contain ul{
	margin-top: 1%;
}
.news .contain ul li{
	border-bottom: 1px solid #eee;
	display: flex;
	padding: 3rem 0;
}
.news .contain ul li .ll{
	font-size: 1.5rem;
	color: #fff;
	background: #2d3f91;
	text-align: center;
	border-radius: 10px;
	padding: 1.5rem 2rem;
	height: 100%;
	transition: all 0.6s linear;
}
.news .contain ul li .ll strong{
	display: block;
	font-size: 4.2rem;
	line-height: 1.2;
}
.news .contain ul li:hover .ll{
	background: #d90201;
}
.news .contain ul li .rr{
	width: 86%;
	margin-left: 3%;
}
.news .contain ul li h4{
	font-size: 2rem;
	color: #434a54;
	margin: 0.5rem 0 0;
	font-weight: normal;
	transition: all 0.3s linear;
}
.news .contain ul li:hover h4{
	color: #2d3f91;
}
.pages ul{
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin-top: 3%;
}
.pages ul li a,.pages ul li span{
	margin: 0.5rem ;
	background: #eee;
	font-size: 1.4rem;
	text-align: center;
	transition: all 0.3s linear;
	cursor: pointer;
	border-radius: 50%;
    display: flex;
    color: #666;
    width: 3.4rem;
    height: 3.4rem;
    align-items: center;
    justify-content: center;
}
.pages ul li.active span{
	background: #d90201;
	color: #fff;
}
.pages ul li:hover a{
	background: #2d3f91;
	color: #fff;
}
.pages ul li:hover a{
	color: #fff;
}
.newsd .bars .title{
	border-bottom: 1px solid #eee;
	padding-bottom: 2rem;
	margin-bottom: 3rem;
}
.newsd .bars h6{
	font-size: 1.4rem;
	color: #434a54;
	letter-spacing: 1px;
}
.newsd .bars p{
	opacity: 1;
	color: #888;
}
.newsd .bars p strong{
	color: #434a54;
}
.newsd .bars p img{
	display: block;
	max-width: 100%;
	margin: 2rem 0;
}
.about{
	margin-bottom: 5%;
}
.about .title h3{
	color: #fff;
	font-size: 3.2rem;
	margin-bottom: 2rem;
}
.pro .others {
	margin: 2rem 0 0;
	display: flex;
	justify-content: space-between;
}
.pro .tops .ll{
	background: #fff;
	border: 1px solid #e1e1e1 !important;
	border-radius: 30px;
	-webkit-appearance: none;
	padding: 1rem 2rem;
	width: 24%;
	font-size: 1.6rem;
	color: #999;
	box-sizing: border-box;
}
.pro .tops .search2{
	position: relative;
	width: 49%;
}
.pro .tops .search2 .ll{
	width: 100%;
	background: #f0f0f0;
}
.pro .tops .search2 button{
	position: absolute;
	right: 2rem;
	top: 48%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}
.pro .tops .search2 button i{
	font-size: 2.6rem;
	opacity: 0.5;
}
.prod .bar1{
	display: flex;
	justify-content: space-between;
}
.prod .bar1 .left {
	width: 48%;
}

.prod .bar1 img {
	width: 100%;
}
.prod .bar1 .gallery-top{
	border-radius: 20px;
	overflow: hidden;
}
.prod .bar1 .swiper-button-next {
	right: 5px;
}

.prod .bar1 .swiper-button-prev {
	left: 5px;
}

.prod .bar1 .swiper-button-next::after,
.prod .bar1 .swiper-button-prev::after {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	padding: 13px 17px;
	font-size: 2.4rem;
	color: #fff;
}
.prod .gallery-thumbs {
	margin:2% 0 0;
}
.prod .gallery-thumbs .swiper-slide {
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	opacity: 0.4;
}
.prod .gallery-thumbs .swiper-slide img{
	border-radius: 10px;
}
.prod .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}
.prod .bar1 .right{
	width: 47%;
	margin-top: 3%;
}
.prod .bar1 .right h3{
	font-size: 3.5rem;
	letter-spacing: 0;
	margin-bottom: 3rem;
}
.prod .bar1 .right h6{
	font-size: 1.6rem;
	color: #434a54;
}
.prod .bar1 .right h5{
	font-size: 2rem;
	color: #2d3f91;
	margin: 3rem 0 0;
}
.prod .bar1 .right p{
	margin: 0.5rem 0;
}
.prod .bar2 dl dd{
	margin-top: 0;
}
.search3{
	position: relative;
	margin: 2.5rem 0 1.5rem;
}
.search3 input{
	width: 100%;
	background: #fff;
	border: 1px solid rgba(255,255,255,0.2);
    border-radius: 30px;
    -webkit-appearance: none;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    color: #999;
    box-sizing: border-box;
}
.search3 button{
	position: absolute;
	right: 2rem;
	top: 48%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}
.search3 button i{
	font-size: 2.6rem;
	opacity: 0.5;
}