.header{
	position:fixed;
	top:0;
	left:0;
	height:100vh;
	z-index:99;
	width: 0;
}
.header_left{
	width: 100px;
	height:100%;
	background:#1e3e95;
	padding-top: 45px;
	position:absolute;
	left:0;
	top:0;
	z-index:99;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.menu_icon{
	width: 100%;
	text-align: center;
	position: absolute;
	left:0;
	top:20%;
	z-index:3;
}
.phone{
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius:40px;
	border:1px solid #fff;
	left:calc(50% - 20px);
	bottom:8%;
	z-index:3;
}
.phone i{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 38px;
	color: #fff;
	font-size: 20px;
}
.module_page1{
	background: url(../images/module_page1.jpg) no-repeat center top;
	padding:60px 0 120px 0;
}
.w1400{
	max-width:1400px;
	margin: 0 auto;
}
.index_title h4{
	text-align: center;
	font-size: 32px;
	color: #999;
	font-family:'Raisonne'; 
}
.index_title h5{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #1e3e95;
}
.product_list ul li{
	float: left;
	background: #fff;
	border:1px solid #e5e5e5;
	padding:5px;
	width: 445px;
	margin-right: 32.5px;
	margin-bottom: 30px;
	position: relative;
}
.product_list ul li:nth-child(3n){
	margin-right: 0;
}
.product_list ul li figure{
	width: 100%;
}
.product_list ul li figcaption{
	position: absolute;
	left:6px;
	top:6px;
	width:calc(100% - 12px);
	height:calc(100% - 12px);
	z-index:9;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background:rgba(30,62,149,0.7);
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity:0;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.product_list ul li figcaption aside{
	text-align: center;
}
.product_list ul li figcaption aside h3{
	font-size: 18px;
	color: #fff000;
	margin-top: 36px;
}
.product_list ul li figcaption aside .more{
	width: 100px;
	height: 36px;
	border:1px solid #fff000;
	text-align: center;
	line-height: 34px;
	font-size: 12px;
	color:#fff000;
	margin: 47px auto 0 auto;
}
.product_list ul li:hover figcaption{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity:1;
}
.product_list{
	margin-top: 40px;
}
.module_page2{
	background: url(../images/module_page2.jpg) no-repeat center top;
	width: 100%;
	height:649px;
}
.module_page2 figure{
	float: left;
	-webkit-transform:translateY(-80px);
	-ms-transform:translateY(-80px);
	-o-transform:translateY(-80px);
	transform:translateY(-80px);
}
.module_page2 figcaption{
	float: right;
	max-width:610px;
	padding-top: 110px;
	position: relative;
	padding-left: 7px;
}
.module_page2 figcaption h3{
	font-family:'Raisonne'; 
	color: #fff;
	font-size: 48px;
	color: #fff;
	line-height:48px;
}
.module_page2 figcaption h4{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-top: 40px;
}
.module_page2 figcaption p{
	font-size: 15px;
	line-height:30px;
	color: #fff;
	margin-top: 10px;
}
.module_page2 figcaption a{
	display: block;
	width: 100px;
	height: 36px;
	border:1px solid #fff;
	text-align: center;
	line-height: 34px;
	font-size: 12px;
	color:#fff;
	margin-top: 45px;
}
.module_page2 figcaption aside{
	position: absolute;
	top:100%;
	right:0;
	z-index: 3;
}
.module_page3{
	padding:60px 0 80px 0;
}
.news_top{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin-top:30px;
}
.news_top figure{
	width: 420px;
	height: 280px;
	overflow:hidden;
}
.news_top figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_top figcaption{
	width:calc(100% - 420px);
	height:265px;
	background: #eeeeee;
	padding:0 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.news_top figcaption aside{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	width: 100%;
}
.news_top figcaption .left{
	max-width:715px;
}
.news_top2 figcaption .left{
	max-width:460px;
}
.news_top figcaption .left h3{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
    padding-bottom: 0;
}
.news_top figcaption .left p{
	line-height: 24px;
	font-size: 15px;
	color: #999999;
	margin-top: 20px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    padding-bottom: 0;
    height:48px;
}
.time h3{
	font-size: 30px;
	color: #000;
	text-align:right;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.time h4{
	font-size: 20px;
	color: #999;
	text-align:right;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.news_list ul li{
	float: left;
	width: 685px;
	margin-right: 30px;
}
.news_list ul li:nth-child(2n){
	margin-right: 0;
}
.news_list ul li a{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.news_list ul li a aside.time{
	width: 125px;
	height: 125px;
	background: #eeeeee;
	padding-right:20px;
	padding-top: 30px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.news_list ul li a aside.news_con{
	width:calc(100% - 125px);
	padding-left: 36px;
	padding-top:25px;
	height:160px;
	padding-right: 30px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.news_list{
	margin-top: 30px;
}
.news_list ul li a aside.news_con h3{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	position: relative;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-bottom: 0;
}
.news_list ul li a aside.news_con p{
	font-size: 15px;
	color: #999999;
	line-height:24px;
	margin-top:17px;
	padding-right:80px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: 0;

}
.news_list ul li:hover a aside.time{
	background: #1e3e95;
}
.news_list ul li:hover a aside.time h3{
	color: #fff;
}
.news_list ul li:hover a aside.time h4{
	color: #fff;
}
.news_list ul li:hover a aside.news_con{
	background: #eeeeee;
}
.news_list ul li a aside.news_con h3 span{
	display: block;
	position: absolute;
	line-height:26px;
	color: #999999;
	right:0;
	top:0;
	opacity:0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.news_list ul li:hover a aside.news_con h3 span{
	opacity:1;
}
.footer_top .left{
	float: left;
}
.footer_top .right{
	float: right;
}
.footer_top{
	width: 100%;
	background: url(../images/footer_bg.jpg) no-repeat center top;
	height:345px;
	padding-top: 50px;
}
.fo_con {
	display:-webkit-flex;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 80px;
}
.fo_con figcaption ul li{
	display:-webkit-flex;
	display:flex;
}
.fo_con figure{
	width: 95px;
	height: 95px;
}
.fo_con figcaption{
	padding-left: 30px;
	max-width:315px;
}
.fo_con figcaption ul li i{
	font-size: 14px;
	color: #ccdaff;
	line-height:30px;
	margin-right: 10px;
}
.fo_con figcaption ul li p{
	font-size: 14px;
	color: #ccdaff;
	line-height:20px;
	padding:5px 0;
}
.fo_nav ul li{
	float: left;
	margin-left: 100px;
	max-width:135px;
	overflow:hidden;
}
.fo_nav ul li:first-child{
	margin-left: 0;
}
.fo_nav ul li h3{
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.fo_nav ul li dl dd a{
	display: block;
	line-height: 30px;
	color: #ccdaff;
	font-size: 14px;
	padding-left: 22px;
	height:30px;
	overflow:hidden;
}
.copy{
	text-align:left;
}
.copy a:last-child{
	float: right;
	margin-top: 20px;
}
.header_open{
	position:absolute;
	left:-360px;
	top:0;
	z-index:93;
	width: 360px;
	height: 100%;
	background:rgba(30,62,149,0.9);
	position: relative;
	border-right:2px solid #fff;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	transition-delay:0.3s;
}
.logo3{
	position: absolute;
	left:10%;
	top:35px;
	z-index: 3;
}
.open_nav{
	margin-top:160px;
	float: right;
}
.open_nav ul li a{
	display: block;
	width:fit-content;
	padding-right: 50px;
	line-height: 72px;
	font-size: 16px;
	color: #fff;
	position: relative;
}
.open_nav ul li.cloose{
	margin-bottom: 20px;
}
.open_nav ul li.cloose a {
	width: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.open_nav ul li.cloose a i{
	display: block;
	text-align:right;
	font-size: 30px;
}
.open_nav ul li a::after{
	position: absolute;
	content:'';
	width: 4px;
	height: 0;
	background: #fff000;
	right:0;
	top:50%;
	z-index: 3;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.open_nav ul li.active a{
	color: #fff000;
}
.open_nav ul li.active a::after{
	height: 24px;
	top:calc(50% - 12px);
}
.open_nav ul li:hover a{
	color: #fff000;
}
.open_nav ul li:hover a::after{
	height: 24px;
	top:calc(50% - 12px);
}
.open_nav ul li.cloose:hover a{
	color: #fff;
}
.open_nav ul li.cloose:hover a::after{
	display: none;
}
.open_nav ul li:last-child a{
	width: 100%;
}
.about_page{
	background:url(../images/about_bg.png) no-repeat center 360px;
	padding:90px 0 80px 0;
}
.about_con{
	padding:0 55px;
}
.about_con .title{
	font-size: 36px;
	font-weight: bold;
	color: #1e3e95;
}
.conpany_con{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.conpany_con figcaption{
	max-width:570px;
	font-size: 15px;
	color: #666;
	line-height: 32px;
}
.conpany_con{
	margin-top:30px;
	margin-bottom: 180px;
}
.culture_list ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.culture_list ul li{
	width: 302px;
	height: 367px;
	border:1px solid #e5e5e5;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items: center;
	align-items: center;
}
.culture_list ul li i{
	width: 82px;
	height: 82px;
	border-radius:82px;
	display: block;
	color: #fff;
	text-align: center;
	line-height:82px;
	font-size: 40px;
	background: #1e3e95;
	margin: 0 auto;
}
.culture_list ul li h6{
	font-size: 22px;
	color: #333333;
	text-align: center;
	margin-top: 30px;
}
.culture_list ul li p{
	font-size: 15px;
	color: #666;
	line-height: 30px;
	text-align: center;
	margin-top:20px;
}
.culture_list{
	margin-top: 50px;
}
.news_con{
	padding:0 55px;
}
.news_page{
	padding:60px 0 70px 0;
}
.inside_title h3{
	font-size: 36px;
	font-weight: bold;
	color: #1e3e95;
	text-align: center;
}
.inside_nav{
	display: none;
}
.inside_nav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.inside_nav li{
	width: 160px;
	height: 45px;
	border:1px solid #d2d2d2;
	border-right:none;
}
.inside_nav li:last-child{
	border:1px solid #d2d2d2!important;
}
.inside_nav li a{
	display: block;
	width: 100%;
	line-height: 43px;
	text-align: center;
	font-size: 16px;
	color: #666666;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.inside_nav{
	margin-top: 18px;
}
.inside_nav li.active a{
	background: #1e3e95;
	color: #fff;
}
.inside_nav li:hover a{
	background: #1e3e95;
	color: #fff;
}
.news_con .news_list ul li{
	width: 530px;
	margin-bottom: 40px;
}
.news_con .news_list ul li a aside.news_con p{
	padding-right: 40px;
}
.newsdea_con{
	padding:0 55px;
}
.newsdea_title p{
	font-size: 15px;
	color: #999999;
}
.newsdea_title h3{
	font-size: 32px;
	color: #000;
	margin-top: 15px;
}
.news_endit{
	font-size: 15px;
	color:#666;
	line-height: 36px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.product_con .inside_nav{
	padding:0 120px;
	position: relative;
}
.product_con .inside_nav li{
	border-left:none;
}
.product_con .inside_nav .swiper-slide:first-child li{
	border-left:1px solid #d2d2d2;
}
.inside_nav .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	display: none;
}
.inside_nav .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	display: none;
}
.inside_nav .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	width: 10px;
	height: 18px;
	background:url(../images/next.jpg) no-repeat center center;
	top:calc(50% + 13px);
	right:90px;
}
.inside_nav .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	width: 10px;
	height: 18px;
	background:url(../images/prev.jpg) no-repeat center center;
	top:calc(50% + 13px);
	left:90px;
}
.product_list2 ul li{
	width: 345px;
	margin-right: 27px;
}
.product_list2 ul{
	padding:0 55px;
}
.prodea_con{
	padding:0 55px;
}
.prodea_con .top figure{
	width: 800px;
	border:1px solid #e5e5e5;
	background: #fff;
	padding:7px;
	margin: 0 auto;
}
.prodea_con .top figcaption{
	width: 100%;
}
.prodea_con .top figcaption .pro_title{
	border-bottom:1px solid #eee;
	position: relative;
	min-height:80px;
}
.prodea_con .top figcaption .pro_title h3{
	font-size: 32px;
	color: #1e3e95;
	padding-right:165px;
	word-wrap:break-word;
}
.next_prev{
	position: absolute;
	right:0;
	bottom:10px;
	z-index: 3;
}
.next_prev ul{
	display:-webkit-flex;
	display: flex;
}
.next_prev ul li{
	width: 44px;
	height: 44px;
	border-radius:8px;
	border:1px solid #eee;
	margin-left: 12px;
	overflow:hidden;
}
.next_prev ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.next_prev ul li a i{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 42px;
	color: #666;
	font-size: 30px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.next_prev ul li:last-child a i{
	-webkit-transform:rotateZ(180deg);
	-ms-transform:rotateZ(180deg);
	-o-transform:rotateZ(180deg);
	transform:rotateZ(180deg);
}
.next_prev ul li:hover a i{
	background: #1e3e95;
	color: #fff;
}
.top_endit{
	line-height: 36px;
	font-size: 15px;
	color:#666;
	padding-top: 36px;
}
.prodea_endit{
	line-height: 36px;
	font-size: 15px;
	color:#666;
	padding-top: 36px;
}
.ht{
	width: 100%;
	height: 55px;
	background: #e5e5e5;
}
.ht p{
	width:fit-content;
	padding:0 60px;
	background: #34519f;
	color: #fff;
	font-size: 18px;
	line-height: 55px;
	margin-top: 30px;
}
.people_endit h3{
	font-size: 48px;
	font-weight: lighter;
	color: #ffae00;
	text-align: center;
	margin-top: 30px;
}
.people_endit h4{
	font-size: 16px;
	color: #fff;
	background: #1e3e95;
	width:fit-content;
	padding:0 20px;
	margin: 0 auto;
	line-height: 35px;
	letter-spacing:3.6px;
	margin-top: 10px;
}
.people_list ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.people_list{
	margin-top: 60px;
}
.people_list ul li{
	width: 278px;
	height: 202px;
	border:1px solid #d2d2d2;
	margin-right: 40px;
	margin-bottom: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.people_list ul li:nth-child(3n){
	margin-right: 0;
}
.people_list ul li aside{
	text-align: center;
}
.people_list ul li aside h5{
	font-size: 18px;
	color: #1e3e95;
	margin-top: 10px;
}
.people_list ul li aside p{
	font-size: 16px;
	color: #999;
	margin-top: 20px;
}
.w945{
	max-width: 945px;
	margin: 0 auto;
}
.liuyan h1{
	font-size: 3.6rem;
	font-weight: 500;
	color: #e60012;
	text-align: center;
	margin-bottom: 30px;
}
.liuyan h3{
	font-size: 2.6rem;
	font-weight: 500;
	color: #494544;
	text-align: center;
	margin-bottom:50px;
	margin-top: 30px;

}
.zx_message{
	padding: 0 0 40px 0;
}
.message li{
	padding-bottom: 20px;
}
.message input{
	height:45px;
	line-height: 45px;
	border-radius: 10px;
	border:1px solid #dadada;
	box-shadow: 0 0 10px #eee;
}
.message li:first-child{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.message li:first-child input{
	width:32%;
	padding-left: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.message li textarea{
	border:1px solid #dadada;
	width: 100%;
	height:300px;
	padding:2%;
	border-radius: 10px;
	box-shadow: 0 0 10px #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.message li:nth-child(3){
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.message li:nth-child(3) input{
	width:100%;
	padding:2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.message li:nth-child(3) button{
	width: 30%;
	font-size: 16px;
	line-height:45px;
	height: 45px;
	color:#fff;
	border-radius: 10px;
	background: #cb2531;
}
.yzm{
	width: 40%;
	position: relative;
}
.yzm img{
	position: absolute;
	right:20px;
	top:10px;
	z-index: 2;
}
.inside_title2 h3{
	text-align:left;
}
.contact_con{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 60px;
}
.contact_con figcaption h3{
	font-size: 24px;
	color: #666666;
}
.con_list{
	margin-top: 20px;
}
.con_list ul li{
	font-size: 16px;
	color: #666666;
	line-height: 48px;
	padding-left: 16px;
	position: relative;
}
.con_list ul li::after{
	content:'';
	position: absolute;
	width: 5px;
	height: 7px;
	background:url(../images/right.jpg) no-repeat center center;
	top:calc(50% - 3.5px);
	left:0;
	z-index: 9; 
}
.ewm2{
	width: 290px;
	height: 130px;
	border:1px solid #eee;
	display: -webkit-flex;
	display: flex;
	margin-top:30px;
}
.ewm2 .img{
	width: 128px;
	height: 128px;
}
.ewm2 .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ewm2 p{
	font-size: 16px;
	color: #666666;
	line-height: 48px;
	text-align: center;
	padding-left: 40px;
	padding-top: 10px;
}
.menu_icon2{
	display: none;
}
.cloose2{
	display: none;
}
.page {
	margin-top: 10px;
	padding: 14px 0 15px;
	text-align: center;
}
.page a {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span.current {
	background: #5280e0;
	border: 1px solid #5280e0;
	color: #FFFFFF;
	font-weight: bolder;
}
.footer_top .w1200{
	max-width:1400px;
}