.menu_down{
	display: none;
}
.menu{
	display: none;
}
.header{
	position: relative;
	width: 100%;
	height: 100px;
	background: url(../images/index_header.jpg) no-repeat left center;
	z-index: 99;
}
.logo{
	position: absolute;
	left:0;
	top:0;
	width: 360px;
	height: 100%;
	z-index:3;
	text-align:right;
	padding-top: 36px;
}
.banner{
	width: 100%;
	background:url(../images/index_rec.jpg) no-repeat center bottom;
	position: relative;
	z-index:1;
}
.banner .swiper-container{
	height:842px;
}
.banner .swiper-slide img{
	height: 100%;
	object-fit: cover;
}
.index_rec{
	height: 521px;
	padding-top: 100px;
}
.index_title{
	text-align: center;
}
.index_title h3{
	font-size: 40px;
	color: #174894;
	text-transform: uppercase;
	font-family:'AlternateGothicNo2BT Regular'; 
	padding-bottom: 20px;
}
.inrec_list ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 60px;
}
.inrec_list ul li{
	float: left;
	margin:0 45px;
	text-align: center;
}
.inrec_list ul li aside{
	display: block;
	width: 116px;
	height: 134px;
	overflow:hidden;
	margin: 0 auto;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.inrec_list ul li:first-child aside{
	background:url(../images/icon1.png) no-repeat center bottom; 
}
.inrec_list ul li:nth-child(2) aside{
	background:url(../images/icon2.png) no-repeat center bottom; 
}
.inrec_list ul li:nth-child(3) aside{
	background:url(../images/icon3.png) no-repeat center bottom; 
}
.inrec_list ul li:last-child aside{
	background:url(../images/icon4.png) no-repeat center bottom; 
}
.inrec_list ul li p{
	font-size: 16px;
	color: #666;
	font-family:'Futura Bk BT Book';
	text-transform: uppercase;
	padding-top: 18px; 
}
.inrec_list ul li:hover aside{
	background-position:center 0px;
}
.inrec_list ul li:hover p{
	color: #194a95;
}
.nav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-left: 15%;
}
.nav ul li{
	position: relative;
}
.nav ul li a{
	font-family:'Swis721 Cn BT Roman';
	font-size: 18px;
	color: #c7c7c7; 
	line-height:100px;
	text-transform: uppercase;
	min-width:160px;
	display: block;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.nav ul li dl{
	position: absolute;
	width: 100%;
	background:rgba(68,68,68,0.9);
	display: none;
	z-index:999;
}
.nav ul li dl dd a{
	width: 100%;
	height:52px;
	line-height:52px;
	font-size: 14px;
}
.nav ul li a:hover{
	color: #fff;
}
.nav ul li.active a{
	color: #fff;
	/*font-weight: bold;*/
}
.search{
	position: absolute;
	right:0;
	top:0;
	z-index: 3;
}
.search ul li{
	float:left;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
}
.search ul li:first-child{
	background: #174894;
}
.search ul li:last-child{
	background: #033787;
}
.search ul li a{
	display: block;
}
.search ul li i{
	color: #acc5ed;
	font-size: 30px;
}
.module_page1{
	width: 100%;
	height:1829px;
	position: relative;
	background:url(../images/module_page1.jpg) no-repeat center top;
}
.index_title2{
	text-align:left;
}
.index_title2 h3{
	color: #fff;
}
.in_about{
	padding-top: 80px;
}
.in_about .w1200{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.in_about .w1200 figcaption{
	max-width:540px;
	padding-top: 70px;
}
.in_about .w1200 figcaption .endit{
	color: #aeccf9;
	font-size: 15px;
	line-height:36px;
	font-family:'arial'; 
	padding-top: 10px;
}
.more{
	width: 175px;
	height: 40px;
	border:1px solid #0090ff;
	overflow: hidden;
	border-radius:30px;
	margin-top: 50px;
}
.more a{
	display: block;
	padding-left: 25px;
	line-height: 38px;
	position: relative;
	font-size: 12px;
	color: #0090ff;
	font-family:'arial';
	text-transform: uppercase; 
}
.more a::after{
	content:'';
	position: absolute;
	width: 37px;
	height: 1px;
	background:#0090ff;
	right:25px;
	top:50%;
	z-index:3; 
}
.product_list{
	max-width:775px;
	margin-top: 40px;
}
.product_list ul li{
	width: 258px;
	height: 200px;
	border:1px solid #d2d2d2;
	float: left;
	background: #fff;
	text-align: center;
	padding-top: 20px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.product_list ul li figcaption{
	padding-top: 3px;
	font-size: 16px;
	color: #666;
	font-family:'arial'; 
	text-transform: uppercase;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.product_list ul li:hover{
	border-color:#194a95;
}
.product_list ul li:hover figcaption{
	color: #194a95;
}
.in_product{
	margin-top: 340px;
}
.pos_pro{
	position:absolute;
	right:0;
	bottom:-120px;
}
.index_title3{
	text-align: left;
}
.news_list{
	margin-top: 50px;
}
.news_list ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news_list ul li:first-child{
	padding: 0;
	margin-bottom:0;
	height: 348px;
}
.news_list ul li:first-child img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.news_list ul li{
	width: 592.5px;
	background: #f7f7f7;
	height: 333px;
	padding:0 36px;
	margin-bottom: 15px;
	-webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}
.news_list ul li .news_top{
	border-bottom:1px solid #e0e0e0;
	height: 134px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.news_list ul li .news_top .time h3{
	font-size: 60px;
	color: #979797;
	font-family:'Geometr415 Blk BT Black'; 
	text-align: center;
	-webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}
.news_list ul li .news_top .time p{
	font-size: 20px;
	color: #979797;
	font-family:'Geometr415 Blk BT Black'; 
	text-align: center;
	-webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}
.news_list ul li .news_bottom h3{
	font-size: 22px;
	font-family:'arial';
	color: #000; 
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-bottom: 0;
    margin-top: 50px;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}
.news_list ul li .news_bottom p{
	font-size: 15px;
	font-family:'arial';
	color: #666; 
	line-height:30px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: 0;
    margin-top: 20px;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}
.news_list ul li .left figure{
	height:348px;
	width: 592.5px;
}
.news_list ul li .left figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_list ul li:hover{
	box-shadow:0px 0px 8px #ccc;
}
.news_list ul li:hover .news_top .time h3{
	color: #174894;
}
.news_list ul li:hover .news_top .time p{
	color: #000;
}
.news_list ul li:hover .news_bottom h3{
	color: #174894;
}
.news_list ul li:hover .news_bottom p{
	color: #000;
}
.more2{
	width: 200px;
	height: 50px;
	margin: 0 auto;
	border-color:#d2d2d2;
	margin-top: 45px;

}
.more2 a{
	line-height:48px;
	font-size: 12px;
	color: #999;
}
.more2 a::after{
	background: #000;
}
.footer_top{
	width: 100%;
	height: 613px;
	padding-top: 158px;
	background: url(../images/footer_top.png) no-repeat center top;
}
.copy{
	height:65px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.footer{
	margin-top:-120px;
}
.fo_phone{
	float: left;
	max-width:265px;
}
.ewm{
	padding:0 12px;
	padding-bottom: 20px;
	border-bottom:1px solid #2c599e;
	margin-top: 35px;
}
.ewm ul li{
	float: left;
	text-align: center;
}
.ewm ul li p{
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	padding-top:10px;
}
.ewm ul li:last-child{
	float: right;
}
.fo_con{
	padding-top:27px;
}
.fo_con p{
	font-size: 14px;
	color: #fff;
	font-family:'arial';
	line-height:18px;
	padding-left: 20px;
	position: relative; 
	padding-bottom: 20px;
}
.fo_con p::after{
	content:'';
	position: absolute;
	width: 6px;
	height: 7px; 
	background:url(../images/red_right.jpg) no-repeat center center;
	left:0;
	top:7px;
}
.fo_nav{
	float: right;
}
.fo_nav ul li{
	float: left;
	margin-left: 70px;
}
.fo_nav ul li:first-child{
	margin-left: 0;
}
.fo_nav ul li ol li{
	float: none;
	margin-left: 0;
}
.fo_nav ul li h6{
	font-size: 24px;
	color: #fff;
	font-family:'AlternateGothicNo2BT Regular'; 
}
.fo_nav ul li .message{
	width:495px;
	margin-top: 30px;
}
.fo_nav ul li .message ol li{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.fo_nav ul li .message ol li input{
	color: #fff;
}
.fo_nav ul li .message ol li:first-child input{
	width: 150px;
	height: 45px;
	border:1px solid #2c599e;
	padding-left: 10px;
	line-height:43px;
	background:none;
	border-radius:10px;
}
.fo_nav ul li .message ol li textarea{
	width: 100%;
	height: 150px;
	border:1px solid #2c599e;
	border-radius:10px;
	background:none;
	margin:20px 0;
	padding-left: 10px;
	padding-top: 10px;
	color: #fff;
}
.fo_nav ul li .message ol li .yzm{
	width: 272px;
	height: 45px;
	border:1px solid #2c599e;
	border-radius:10px;
	overflow:hidden;
	position: relative;
}
.fo_nav ul li .message ol li .yzm input{
	padding-left: 10px;
	background:none;
	width: 100%;
	height: 100%;
}
.fo_nav ul li .message ol li .yzm img{
	position: absolute;
	top:calc(50% - 20px);
	right:15px;
	z-index: 5;
}
.fo_nav ul li .message ol li button{
	display: block;
	width: 200px;
	height: 45px;
	background: #174894;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	font-family: 'arial';
	border-radius: 10px;
    border:0;
}
.fo_nav ul li dl{
	margin-top: 25px;
	max-width:100px;
}
.fo_nav ul li dl dd{
	padding:0 0 20px 0;
}
.fo_nav ul li dl dd a{
	display: block;
	font-size: 15px;
	color: #8e94a1;
	line-height:20px;
	font-family:'arial'; 
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.fo_nav ul li dl dd a:hover{
	color: #fff;
	text-decoration: underline;
}
.fo_bg{
	height:304px;
	margin-top:-40px;
	position: relative;
	z-index:-1;
	background: url(../images/module_page2.jpg) no-repeat center bottom;
}
.module_page2{
	padding-top: 110px;
}




.contact_page{
	padding-top:70px;
}
.con_tit{
	width: 100%;
	text-align: center;
}
.con_tit h3{
	font-size: 50px;
	color: #2e5a9e;
	margin-bottom: 30px;
	font-family:'AlternateGothicNo2BT Regular' ;
	text-transform: uppercase;
}
.con_tit h6{
	font-size: 17px;
	color: #666;
	font-family:'arial';
	margin-top:3px;
}
.con_list ul li{
	float: left;
	width: 33.33%;
	height: 184px;
	text-align: center;
	border:1px solid #e5e5e5;
	border-right:none;
	padding-top:55px;
}
.con_list ul li:last-child{
	border:1px solid #e5e5e5;
}
.con_list ul li i{
	font-size: 42px;
	color: #999;
}
.con_list ul li p{
	font-size: 18px;
	color: #666;
	font-family:'arial'; 
	padding-top:20px;
}
.con_list{
	margin-top:36px;
}
.map{
	width: 100%;
	height: 525px;
	overflow:hidden;
	margin-top: 30px;
}
.map img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_page .w1200{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.about_page .w1200 figcaption{
	max-width:640px;
}
.about_page .w1200 figcaption .endit{
	font-size: 16px;
	color: #666;
	line-height:48px;
	font-family:'arial'; 
	margin-top: 10px;
}
.about_page{
	padding:20px 0 100px 0;
}
.news_nav ul li{
	float: left;
	width: 180px;
	height: 50px;
	border:1px solid #c7c7c7;
	border-right:none;
}
.news_nav ul li:last-child{
	border-right:1px solid #c7c7c7;
}
.news_nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	line-height:48px;
	text-align: center;
	background: #fff;
	font-size: 18px;
	color: #666;
	font-family:'arial';
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.news_nav ul li a:hover{
	background: #2e5a9e;
	color: #fff;
}
.news_nav ul li.choose a{
	background: #2e5a9e;
	color: #fff;
}
.news_top{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.news_top .index_title{
	margin-bottom: 10px;
}
.news_page{
	padding:72px 0 100px 0;
}

.news_endit{
	font-size: 16px;
	color: #666;
	font-family:'arial';
	line-height:40px;
}
.news_dea h6{
	font-size: 16px;
	color: #444;
	font-family:'arial';
	padding-bottom: 10px;
}
.news_dea h3{
	font-size: 30px;
	color: #444;
	font-family:'arial';
	margin-bottom: 20px;
}
.pro_left{
	float: left;
	width: 280px;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
}
.pro_left ul li a{
	display: block;
	width: 100%;
	line-height:60px;
	padding-left: 20px;
	font-size: 16px;
	color:#999;
	font-family:'arial';
	text-transform:uppercase;
	position: relative; 
	border-bottom:1px solid #e5e5e5;
}
.pro_left ul li a i{
	display: block;
	position: absolute;
	top:0;
	right:12px;
	z-index:5;
	color: #9e9e9e;
	font-size:24px;
	line-height: 60px;
	-webkit-transform:rotateZ(180deg);
	-ms-transform:rotateZ(180deg);
	-o-transform:rotateZ(180deg);
	transform:rotateZ(180deg);
}
.pro_left ul li.active a{
	background: #2e5a9e;
	color: #fff;
}
.pro_left ul li.active a i{
	color: #fff;
	-webkit-transform:rotateZ(0);
	-ms-transform:rotateZ(0);
	-o-transform:rotateZ(0);
	transform:rotateZ(0);
}
.pro_left ul li.active dl dd a{
	background:#fff;
	color: #555;
}
.product_page{
	padding:80px 0 100px 0;
}
.pro_left ul li dl{
	width: 100%;
	padding-right: 36px;
	overflow-y:auto;
	display: none;
	border-bottom:1px solid #e5e5e5;
}
.pro_left ul li dl.mh{
	max-height:460px;
}
.pro_left ul li dl dd{
	height:46px;
	border-bottom:1px dashed #e5e5e5;
}
.pro_left ul li dl dd a{
	border-bottom:none;
	line-height:45px;
	font-size: 13px;
	color: #555;
}
.pro_left ul li dl dd a:hover{
	color: #2e5a9e;
}
.pro_left ul li dl::-webkit-scrollbar{
    width: 4px;
    height: 4px;
    scrollbar-arrow-color: red;
}
.pro_left ul li.active dl dd.active2 a{
	color: #2e5a9e;
}
.pro_left ul li dl::-webkit-scrollbar-thumb{
    border-radius: 5px; 
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background:rgba(46, 90, 158, 1);
    scrollbar-arrow-color: red;
}

.pro_left ul li dl::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.pro_pading ul{
	padding-top: 20px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.pro_pading ul li{
	width: 40px;
	height: 40px;
	background: #fff;
	margin:0 5px;
	box-shadow: none;
	border:1px solid #ccc;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.pro_pading ul li a{
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #999;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
	display: block;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.pro_pading ul li:hover{
	background: #2e5a9e;
	border:1px solid #fff;
}
.pro_pading ul li:hover a{
	color: #fff;
}
.pro_pading ul li.hover3{
	background: #2e5a9e;
	border:1px solid #fff;
}
.pro_pading ul li.hover3 a{
	color: #fff;
}
.pro_right{
	width:880px;
	float: right;
}
.pro_title{
	width: 100%;
	line-height:60px;
	border-bottom:1px solid #e5e5e5;
	font-size: 24px;
	color: #2e5a9e;
	font-family:'arial'; 
}
.product_list2{
	margin-top: 30px;
}
.product_list2 ul li{
	float: left;
	width: 270px;
	border:1px solid #e5e5e5;
	margin-right:35px;
	margin-bottom: 35px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.product_list2 ul li:nth-child(3n){
	margin-right: 0;
}
.product_list2 ul li figure{
	width: 100%;
	height:268px;
	overflow:hidden;
}
.product_list2 ul li figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product_list2 ul li figcaption{
	position: relative;
	height:50px;
}
.product_list2 ul li figcaption::after{
	position: absolute;
	content:'';
	width: 165px;
	height: 1px;
	background: #e5e5e5;
	left:calc(50% - 82px);
	top:0;
	z-index: 3; 
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.product_list2 ul li figcaption p{
	line-height: 20px;
	padding-top: 15px;
	text-align: center;
	font-size: 15px;
	color: #666;
	font-family:'arial'; 
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-bottom: 0;
}
.product_list2 ul li:hover{
	border-color:#2e5a9e;
}
.product_list2 ul li:hover figcaption::after{
	background: #2e5a9e;
}
.product_list2 ul li:hover figcaption p{
	color: #2e5a9e;
}
.pro_deacon h3{
	text-align: center;
	font-size: 26px;
	color: #666;
	font-family:'arial';
	text-transform: uppercase; 
}
.pr_img{
	width: 500px;
	height:500px;
	margin: 15px auto 20px auto;
	text-align: center;
}
.pr_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ht{
	background: #eeeeee;
	width: 100%;
	height: 55px;
}
.ht p{
	width:fit-content;
	padding:0 20px;
	background: #2e5a9e;
	line-height: 55px;
	font-size: 18px;
	color: #fff;
	font-family:'arial'; 
}
.index_right{
	position: fixed;
	right:0;
	top:40%;
	z-index:99;
}
.index_right ul li{
	width: 50px;
	height: 50px;
	background: #666666;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.index_right ul li a{
	display: block;
}
.index_right ul li a i{
	display: block;
	width: 100%;
	line-height:50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.index_right ul li:first-child{
	background:#4267b2;
}
.index_right ul li:nth-child(2){
	background:#55acee;
}
.index_right ul li:nth-child(3){
	background:#cb2027;
}
.index_right ul li:nth-child(4){
	background:#7d7d7d;
}
/* .index_right ul li:hover{
	background: #3c5a98;
}
.index_right ul li:nth-child(3):hover{
	background: #da261f;
}
.index_right ul li:nth-child(4):hover{
	background: #da261f;
} */	
.search_in{
	position: absolute;
	width: 100%;
	height: 40px;
	left:0;
	top:calc(100% + 10px);
	z-index:88;
	display:none;
}
.search_in input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius:10px;
	padding-left: 20px;
	color: #666;
}
.search_in .w1200{
	position: relative;
}
.search_in a{
	display: block;
	position: absolute;
	top:0;
	right:20px;
	z-index:66;
	
}
.search_in a i{
	display: block;
	color: #444;
	width: 40px;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
}