html,body{
	font-family: 'georgia', sans-serif,arial,verdana;
	font-weight: 400;
	color: #fff;
	background: #193a62;
}
input, button, textarea,select,button{
	font-family: 'georgia', sans-serif,arial,verdana;
}
.bg0726{
	background: #07264d;
}
.bgf5{
	background: #f5f5f5;
}

.header_box{
    height: 97px;
	background: #fff;
	margin-bottom:38px;
}


.header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
	background:white;
    z-index: 11;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
}
.header.pro_det_header{
    position: static;
    left: auto;
    top: auto;
}
.logo{
	width: 378px;
	height: 97px;
	margin-top:40px;
	background:white;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.logo img{
	max-width: 100%;
	max-height: 100%;
}

.menu_box{
	width: calc(100% - 378px);
	margin-top:40px;
	background: #001c3e;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
}
.menu_dl{
	width: calc(100% - 300px);
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.menu_dl dd{
	padding: 0 30px;
	background: url(../images/menu_icon.jpg) no-repeat right center;
	position: relative;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.menu_tt{
	display: block;
	font-size: 16px;
	line-height: 97px;
	color: #fff;
	text-transform: uppercase;
	font-family: "Oswald-Regular";
}

.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 2;
	width: 204px;
	background: #07264d;
}
.menu_down a{
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	font-family: "BarlowCondensed-Medium";
	padding: 15px 0;
	padding-left: 30px;
	text-transform: capitalize;
	border-bottom: 1px solid #001c3e;
}
.menu_down a:hover{
	background: #ff5316;
}
.menu_down a:last-child{
	border: none;
}
.menu_dl dd.hover{
	background: #07264d;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


dd.menu_dd_pro{
	position: static;
}
.menu_down_pro{
    display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
}
.menu_down_pro .wrapper{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 35px 3%;
	background: #0a264b;
}


.menu_down_pro_item{
	width: 22%;
	margin: 0 4% 0 0;
}
.menu_down_pro_item:last-child{
	margin-right: 0;
}
.menu_down_pro_item_tt{
    display:block;
	font-size: 24px;
	color: #ff5317;
	font-family: "Oswald-Regular";
	padding-bottom: 15px;
	border-bottom: 1px solid #1d4272;
}

.menu_down_pro_item_list a{
    display: block;
	padding: 16px 0;
	color: #fff;
	font-size: 16px;
	font-family: "BarlowCondensed-Medium";
	border-bottom: 1px solid #1d4272;
}
.menu_down_pro_item_list a:hover{
    color: #ff5317;
    transform:translateX(3px);
-webkit-transform:translateX(3px);
}


.header_r{
	width: 300px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}

.header_r_item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	margin: 0 2px;
}

.header_r_search{
	width: 260px;
	position: relative;
}
.header_r_search_down{
	display: none;
	position: absolute;
	right: 0;
	top:100%;
	z-index: 2;
	width: 296px;
}
.header_r_search_form{
	width: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	background: #fff;
}
.header_r_search_text{
	width: calc(100% - 56px);
	height: 46px;
	border: 0;
	font-size: 16px;
	padding-left: 16px;
}
.header_r_search_btn{
	width: 56px;
	height: 46px;
	color: #fff;
	font-size: 20px;
	background: #ff5316;
	border: none;
}
.header_r_search:hover .header_r_search_down{
	display: block;
}













/*
 * wap head
 */
.mobile_header{
	display: none;
	clear: both;
	width: 100%;
	height: 52px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.mobile_header_top{
	position: fixed;
	left: 0;
	top:0;
	z-index: 7;
	width: 100%;
	height: 52px;
	background:#fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}


.mobile_logo{
	width: 220px;
	height: 52px;
	margin-left: 15px;
}
.mobile_logo img{
	display: block;
	height: auto;
	max-height: auto;
	width: auto;
}

.mobile_menu_btn{
	position: absolute;
	right: 0;
	top: 0;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	width: 54px;
	height: 52px;
	cursor: pointer;
}
.mobile_menu_btn span{
	display: block;
	height: 3px;
	width: 28px;
	background: #001c3e;
	border-radius: 4px;
	margin-bottom: 6px;
}
.mobile_menu_btn span:last-child{
	margin-bottom: 0;
}
.mobile_search_icon{
	width: 40px;
	height: 52px;
	color: #001c3e;
	font-size: 26px;
	line-height: 52px;
	text-align: center;
	margin-right: 52px;
	cursor: pointer;
}
.mobile_header.hover{
	background:rgba(0,0,0,.5);
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.mobile_menu_box{
	position: fixed;
	right: -110%;
	top:0;
	z-index: 8;
	width:75%;
	height: 100%;
	background:#fff;
	padding: 20px 15px;
	overflow-y: auto;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_box.show{
	right: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_dl dd{
	clear: both;
	line-height: 1.3;
	border-bottom: 1px solid #e1e1e1;
}
.mobile_menu_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.mobile_menu_tt .text{
	float: left;
	width: 80%;
	color: #333;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 0;
	font-family: "Oswald-Regular";
	text-transform: capitalize;
}
.mobile_menu_dl dd.hover .mobile_menu_tt .text{
	color: #ff5316;
}
.mobile_menu_tt_icon{
	display: none;
	float: right;
	float: right;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #ff5316;
	font-size: 14px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
}

.mobile_menu_down{
	display:none;
	padding:6px 0 10px 12px;
}
.mobile_menu_down_clm{
	margin-bottom: 8px;
}
.mobile_menu_down_clm_tt{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
	color: #333;
}
.mobile_menu_down_clm_tt .tt{
	width: calc(100% - 50px);
	color: #333;
	line-height: 20px;
	font-size: 14px;
	text-transform: capitalize;
	font-family: "BarlowCondensed-Medium";
	padding: 5px 0;
}
.mobile_menu_down_clm_tt .icon{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon{
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
}
.mobile_menu_down_clm_list{
	display: none;
	padding: 5px 0 0 10px;
}
.mobile_menu_down_clm_list a{
	display: block;
	font-size: 12px;
	line-height: 1.4;
	color: #333;
	padding: 5px 0 5px 14px;
	position: relative;
}
.mobile_menu_down_clm_list a::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	background:#333;
	border-radius: 50%;
}



.mobile_menu_tt_icon.hover{
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}


/* .mobile_menu_dl dd.hover .mobile_menu_tt .text{
	font-weight: bold;
} */

.mobile_search_box{
	position: fixed;
	left: 0;
	top: 52px;
	z-index: 7;
	display: none;
	width: 100%;
	padding: 20px;
	background: #fafafa;
}
.mobile_search_box form{
	width: 100%;
	padding:2px;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.mobile_search_text{
	float: left;
	line-height: 40px;
	padding-left: 15px;
	font-size: 14px;
	width:calc(100% - 40px);
	border: 0;
}

.mobile_search_btn_text{
	float: right;
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: #ff5316;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	border: none;
	background: none;
}

.mobile_menu_b{
	margin-top: 40px;
}
.mobile_menu_b_clm{
	margin-bottom: 25px;
}
.mobile_menu_b_clm .tt{
	font-size: 16px;
	font-family: "OpenSans-Bold";
	color: #333;
	margin-bottom: 8px;
}
.mobile_menu_b_clm .text{
	font-size: 14px;
	color: #333;
}
.mobile_menu_b_clm .text a{
	color: #333;
	word-break: break-all;
}


.mobile_lag_box{
	padding: 30px 0 20px;
	margin-bottom: 40px;
}
.mobile_lag_tt{
	font-size: 16px;
	color:#333;
	font-weight: bold;
	padding-bottom: 18px;
}
.mobile_lag_text{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.mobile_lag_text a{
	color: #333;
	font-size: 16px;
	margin-right: 25px;
}



.mask,
.mobile_menu_mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 7;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}
.mobile_menu_mask{
	z-index: 8;
}










/*
 * banner
 */
.banner_box{
	position: relative;
}
.banner{
	clear: both;
}
.banner .item a{
	display: block;
	overflow: hidden;
}
.banner.owl-theme .owl-controls{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	bottom: 15px;
}
.banner.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
	border-radius: 10px;
	background: rgba(255,255,255,.8);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}
.banner.owl-theme .owl-dots .owl-dot.active span, 
.banner.owl-theme .owl-dots .owl-dot:hover span{
	width: 40px;
    background: #ff5316;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.banner_prev,
.banner_next{
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	width: 50px;
	height: 70px;
	font-size: 18px;
	line-height: 70px;
	text-align: center;
	margin-top: -35px;
	color: #fff;
	background: rgba(255,255,255,.5);
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.banner_prev{
	left: 0;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}
.banner_next{
	left: auto;
	right: 0;
}
.banner_prev:hover,
.banner_next:hover{
	background: #ff5316;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}





.scroll_dots.owl-theme .owl-dots{
	width: 100%;
	padding-top: 25px;
}
.scroll_dots.owl-theme .owl-dots .owl-dot span{
    width: 18px;
    height: 18px;
    border-radius: 50%;
	background: #fff;
	border: 3px solid #052042;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.scroll_dots.owl-theme .owl-dots .owl-dot.active span, 
.scroll_dots.owl-theme .owl-dots .owl-dot:hover span{
	background: none;
	border: 3px solid #fff;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.fz60{
	font-size: 50px;
	font-family: "FiraSans-Heavy";
}

.fz48{
	font-size: 38px;
}
.fz36{
	font-size: 26px;
}
.fz30{
	font-size: 20px;
}
.fz24{
	font-size: 20px;
}

.public_text1{
	font-size: 16px;
	line-height: 28px;
}
.public_text2{
	font-size: 18px;
	line-height: 30px;
}
.public_text3{
	font-size: 14px;
	line-height: 30px;
}

.public_text1 img,
.public_text2 img{
	height: auto !important;
}



.public_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
}
.public_btn{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	line-height: 60px;	
	color: #fff;
	font-size: 16px;
	width: 150px;
	font-family: Arial;
	background: #ff5316;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.public_btn .icon{
	font-size: 18px;
	margin-right: 9px;
}






.main_content{
	padding: 30px 0;
}
.main_content2{
	padding-top: 80px;
}
.main_content3{
	padding-bottom: 80px;
}



.ind_title1{
	margin-bottom: 60px;
}
.ind_title1_tt{
	font-weight: bold;
	letter-spacing: -2px;
}
.ind_title1_text{
	margin-top: 12px;
}
.ind_pro_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_pro_list1 dd{
	width: calc((100% - 500px) / 2);
	background: #0a264a;
	position: relative;
}
.ind_pro_list1 dd::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 6px;
	background: #ff5316;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_list1 dd:hover::after{
	width: 100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_pro_list1_pic_box{
	position: relative;
}
.ind_pro_list1_pic{
	display: block;
	overflow: hidden;
}
.ind_pro_list1_pic img{
	width: 100%;
}
.ind_pro_list1_icon{
	position: absolute;
	left: 50px;
	bottom: -51px;
	width: 102px;
	height: 102px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #fff;
	font-size: 42px;
	background: #ff5316;
}

.ind_pro_list1_con{
	padding: 20px 40px 40px;
}
.ind_pro_list1_tt{
	display: block;
	color: #fff;
	font-family: "BarlowCondensed-Medium";
}
.ind_pro_list1_text{
	margin: 12px 0 14px;
}
.ind_pro_list1_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_pro_list1_list .index_item{
	width: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.ind_pro_list1_list .index_item .icon{
	width: 3px;
	height: 3px;
	background: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_list1_list .index_item .tt{
	width: calc(100% - 16px);
	font-size: 15px;
	line-height: 10px;
	padding: 8px 0;
	color: #fff;
	padding-left: 10px;
	font-family: "BarlowCondensed-Medium";
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_list1_list .index_item:hover .icon{
	width: 16px;
	background: #ff5316;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_list1_list .index_item:hover .tt{
	color: #ff5316;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_pro_list1 dd:hover .ind_pro_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}



.ind_box2{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_box2_title1{
	margin-bottom: 30px;
	max-width: 1120px;
}


.ind_box2_list2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	max-width: 500px;
}
.ind_box2_list2 a{
	padding: 0 15px;
	color: #fff;
	font-size: 20px;
	line-height: 56px;
	font-family: "BarlowCondensed-Medium";
	background: rgba(255,255,255,.1);
	margin: 0 24px 24px 0;
}
.ind_box2_list2 a.hover,
.ind_box2_list2 a:hover{
	color: #fff;
	background: #ff5316;
}


.ind_box3_rela {
	position: relative;
	padding: 0 100px;
}

.ind_box3_scroll a {
	display: block;
	position: relative;
	background: #0a264a;
}

.ind_box3_scroll_pic {
	overflow: hidden;
}



.ind_box3_scroll .item {
	opacity: 0.5;
	transform: scale(0.92, 0.92);
	-webkit-transform: scale(0.92, 0.92);
	background: #0a264a;
}
.ind_box3_scroll_tt{
	line-height: 30px;
	color: #fff;
	font-family: "BarlowCondensed-Medium";
	padding:10px 24px 15px;
}

.ind_box3_scroll .owl-item.center{
	position: relative;
	z-index: 2;
	opacity: 1;
	transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
}
.ind_box3_scroll .owl-item.center .item{
	position: relative;
	z-index: 2;
	opacity: 1;
	/* transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3); */
	background: #0a264a;
	border-bottom: 8px solid #ff5316;
}
.ind_box3_scroll .owl-item.center .ind_box3_scroll_tt {
	opacity: 1;
}

.ind_box3_scroll.owl-carousel .owl-wrapper-outer {
	padding: 45px 0;
}


.public_scroll_btn{
	position: absolute;
	top: 50%;
	z-index: 0;
	width: 48px;
	height: 48px;
	font-size: 48px;
	color: #fff;
	cursor: pointer;
}
.public_scroll_btn_prev{
	left: 0;
}
.public_scroll_btn_next{
	right: 0;
}

.ind_box4{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: #08274e;
}
.ind_box4_l{
	width: 29.47%;
	background: #08274e;
}
.ind_box4_l_con{
	width: 112%;
	padding: 60px 60px 90px;
	background: #052042;
	position: relative;
	z-index: 2;
}
.ind_box4_title{
	margin-bottom: 28px;
}
.ind_box4_title .tt{
	line-height: 1.4;
	font-family: "Oswald-Regular";
}
.ind_box4_title .line{
	width: 96px;
	height: 6px;
	background: #ff5316;
	margin-top: 20px;
}
.ind_box4_text{
	margin-bottom: 28px;
}

.ind_box4_r{
	width:70.53%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: #;
}
.ind_box4_r_pic{
	width: 50.88%;
}
.ind_box4_r_con{
	width: 49.12%;
	padding: 20px 5%;
}


.ind_box5_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box5_l{
	width: 48.21%;
}
.ind_box5_l_con{
	padding: 28px 0;
}
.ind_box5_l_con .tt{
	font-family: "BarlowCondensed-Medium";
}
.ind_box5_l_con .text{
	margin: 10px 0 15px;
}
.ind_box5_l_con .time{
	color: #ff5316;
	font-size: 14px;
	font-family: "Oswald-Regular";
}

.ind_box5_r{
	width: 47.7%;
}
.ind_box5_news_list1 dd{
	margin-bottom: 30px;
}
.ind_box5_news_list1 dd a{
	display: block;
	padding: 17px 30px 22px;
	background: #0a264a;
	border: 1px solid #162d59;
}
.ind_box5_news_list1 dd a .tt{
	font-family: "BarlowCondensed-Medium";
}
.ind_box5_news_list1 dd a .text{
	margin: 12px 0 17px;
}
.ind_box5_news_list1 dd a .time{
	color: #ff5316;
	font-size: 14px;
	font-family: "Oswald-Regular";
}

.ind_box5_news_list1 dd a:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
}


.footer_t{
	background: url(../images/footer_bg1.jpg) no-repeat center center / cover;
}
.footer_t .wrapper{
	height: 120px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.footer_t_l{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.footer_t_l .icon{
	font-size: 52px;
}
.footer_t_l .tt{
	font-family: "BarlowCondensed-Medium";
	padding-left: 18px;
}

.footer_t_r .public_btn{
	color: #ff5316;
	font-size: 24px;
	font-family: "BarlowCondensed-Medium";
	background: #fff;
}


.footer_m{
	padding: 80px 0 100px;
}
.footer_m .wrapper{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.footer_m_l{
	width: 34.2%;
}
.footer_m_l_title{
	line-height: 1.2;
	font-family: "BarlowCondensed-Medium";
}
.footer_m_l_con{
	padding: 32px 0 25px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.footer_m_l_con .lx_item{
	margin: 0 25px 15px 0;
}
.footer_m_l_con .lx_item:last-child{
	margin-right: 0;
}
.footer_m_l_con .lx_item .tt{
	font-size: 18px;
	margin-bottom: 8px;
}
.footer_m_l_con .lx_item .text a{
	font-size: 24px;
	color: #ff5316;
	font-family: "FiraSans-Heavy";
}
.footer_m_l_con .lx_item:last-child .text a{
	font-size: 18px;
}
.footer_m_l_con .lx_item .text a:hover{
	text-decoration: underline;
}

.footer_m_l_sm{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.footer_m_l_sm .icon{
	width: 30px;
	font-size: 20px;
	text-align: center;
	margin: 0 2px;
}
.footer_m_l_sm .icon:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.footer_m_r{
	width: 63%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.footer_m_item{
	width: 31%;
}

.footer_m_title{
	display: block;
	font-size: 24px;
	font-family: "Oswald-Regular";
	margin-bottom: 20px;
}

.footer_m_item_list a{
	display: block;
	font-size: 14px;
	line-height: 36px;
}
.footer_m_item_list a:hover{
	color: #ff5316;
	transform:translateX(3px);
	-webkit-transform:translateX(3px);
}

.footer_b_wrap{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	border-top: 1px solid #2b374e;
	padding: 40px 0;
}

.footer_b_text{
	font-size: 14px;
	color: #6a7388;
}
.footer_b_text a{
	color: #ff5316;
}




/* sub_banner */
.sub_banner{
	height: 382px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.sub_banner_tt{
	color: #fff;
	font-family: "FiraSans-Heavy";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -2px;
}

.location{
	background: #07264d;
}
.location .wrapper{
	height: 80px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 18px;
	font-family: "BarlowCondensed-Medium";
}
.location a{
	margin: 0 8px;
}
.location a:hover{
	color: #ff5316;
}

.about_box1_wrap{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.about_box1_l{
	width: 49.2%;
}
/* .sub_title1{
	margin-bottom: 60px;
} */
.sub_title1 .icon{
	font-size: 70px;
	margin-bottom: 14px;
}
.sub_title1 .tt{
	font-family: "FiraSans-Heavy";
	font-weight: bold;
	letter-spacing: -2px;
}
.sub_title1 .text{
	padding-top: 28px;
}

.about_box1_l_b{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.about_box1_l_b_l{
	width: 45%;
}
.about_box1_l_b_r{
	width: 55%;
	font-size: 18px;
	color: #ff5316;
	line-height: 30px;
	padding-left: 5%;
}


.about_box1_r{
	width: 45.8%;
}
.about_box1_r img{
	float: left;
	width: 902px;
	max-width: none;
}



.about_box2{
	background: #07264d;
}

.certifi_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.certifi_list1 dd{
	width: calc((100% - 96px) / 4);
	overflow: hidden;
	margin: 0 32px 32px 0;
}
.certifi_list1 dd:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}


.about_box3_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.about_box3_l{
	width: 69.35%;
}
.about_box3_l_t{
	overflow: hidden;
	margin-bottom: 20px;
}
.about_box3_l_b{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.about_box3_l_b .item{
	width: calc((100% - 20px) / 2);
	overflow: hidden;
}

.about_box3_r{
	width: calc(30.65% - 20px);
	overflow: hidden;
}

.about_box3_l_t:hover img,
.about_box3_l_b .item:hover img,
.about_box3_r:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}

.about_box4{
	background: #07264d;
}

.about_box4_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.about_box4_l{
	width: 38.5%;
}

.about_box4_r{
	width:61.5%;
	padding-left: 3%;
}




/* agent */

.agent_box1_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.agent_box1_l{
	width: 34.8%;
}

.agent_box1_r{
	width: 59.6%;
}

.agent_box1_r_tt{
	line-height: 1.5;
	font-family: "BarlowCondensed-Medium";
	margin-bottom: 18px;
}


.agent_box2_list_mobile{
	display: none;
}

.agent_box2_list_mobile .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding: 15px 0;
}
.agent_box2_list_mobile .item .num{
	font-size: 22px;
	line-height: 1;
	font-family: "FiraSans-Heavy";
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.agent_box2_list_mobile .item .num::before{
	content: "";
	position: absolute;
	left: -8px;
	top: -7px;
	z-index: -1;
	width: 20px;
	height: 20px;
	background: #ff5316;
	border-radius: 50%;
}
.agent_box2_list_mobile .item .tt{
	font-size: 22px;
	font-family: "BarlowCondensed-Medium";
	padding-left: 10px;
}


.agent_box3_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.agent_box3_l{
	width: 50%;
}

.agent_box3_l_text{
	font-size: 18px;
	line-height: 2;
}
.agent_box3_r{
	width: 44%;
	position: relative;
	z-index: 1;
}
.agent_box3_r::before{
	content: "";
	position: absolute;
	left: -17px;
	bottom: -17px;
	z-index: -1;
	display: block;
	width: 185px;
	height: 159px;
	background: #ff5316;
}


.contact_form_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.contact_form_list dd{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items:flex-start;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: #0c305e;
	border-bottom: 2px solid #0c305e;
	margin-bottom: 30px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.contact_form_list2 dd{
	width: calc((100% - 36px) / 2);
}
.contact_form_list4 dd{
	width: calc((100% - 90px) / 4);
}
.contact_form_list5{
	padding: 0 70px;
}
.contact_form_list5 dd{
	width: 100%;
}

.contact_form_list5_l,
.contact_form_list5_r{
	width: calc((100% - 37px) / 2);
	overflow: hidden;
	margin-bottom: 37px;
}

.contact_form_list dd.hover{
	border-bottom: 2px solid #ff5316;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.contact_form_list dd.ddw{
	width: 100%;
}
.contact_form_list dd.ddw2{
	height: 100%;
	align-items: flex-start !important;
	-webkit-align-items: flex-start !important;
	-ms-align-items:flex-start !important;
}

.contact_form_list_icon{
	width: 68px;
	font-size: 30px;
	text-align: center;
	line-height: 56px;
}
.contact_form_list_text,
.contact_form_list_area{
	width: calc(100% - 68px);
	height: 56px;
	color: #fff;
	font-size: 16px;
	border: none;
}

.contact_form_list_text::-webkit-input-placeholder,
.contact_form_list_area::-webkit-input-placeholder{
	color: #fff;
}
.contact_form_list_area{
	height: 220px;
	line-height: 1.5;
	padding: 18px 15px 10px 0;
	resize: none;
	background: none;
}
.contact_form_list dd.ddw2 .contact_form_list_area{
	height: 100%;
}

.contact_form_list2 dd:last-child,
.contact_form_list4 dd:last-child{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	border: none;
	background: none;
	margin-bottom: 0;
}
.contact_form_list5 dd:last-child{
	margin-bottom: 0;
}
.contact_form_list5 dd.ddw3{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	background: none;
	border: none;
}

.contact_form_list_btn{
	width: 80%;
	max-width: 444px;
	border: none;
}




/* case_det */
.case_det_top{
	padding: 15px 0 90px;
	background: url(../images/case_det_bg1.jpg) no-repeat center center / cover;
}
.location_det{
	background: none;
	margin-bottom: 50px;
}

.case_det_top_wrap{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.case_det_top_l{
	width: 50%;
	position: relative;
}

.case_det_top_l img{
	width: 100%;
	position: relative;
	z-index: 2;
}
.case_det_top_l::before{
	content: "";
	display: block;
	position: absolute;
	left: -23px;
	bottom: -23px;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #ff5316;
}
.solu_det_top_l::before{
	left: auto;
	right: -23px;
}

.case_det_top_r{
	width: 45%;
}

.case_det_top_title{
	display: block;
	font-family: "BarlowCondensed-Medium";
}
.case_det_top_text{
	margin: 20px 0 14px;
}

.pro_det_top_r_list{
	padding-bottom: 40px;
}
.pro_det_top_r_list .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	padding: 8px 0;
	line-height: 28px;
}
.pro_det_top_r_list .item .icon{
	width: 30px;
	font-size: 22px;
	color: #ff5316;
	text-align: center;
}
.pro_det_top_r_list .item .tt{
	width: calc(100% - 30px);
	padding-left: 10px;
	font-size: 16px;
}


.case_det_b_con{
	margin-bottom: 60px;
}

.case_det_page{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.case_det_page_item{
	width: calc((100% - 46px) / 2);
	background: #07264d;
}
.case_det_page_item a {
	display: block;
	line-height: 30px;
	font-size: 18px;
	padding: 25px 30px;
}
.case_det_page_item a:hover{
	background: #ff5316;
}

/* case_list */
.case_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.case_list1 dd{
	width: calc((100% - 72px) / 3);
	margin: 0 36px 72px 0;
	background: #07264d;
	position: relative;
}
.case_list1 dd::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #ff5316;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.case_list1_pic{
	overflow: hidden;
}
.case_list1_con{
	padding: 27px 30px 35px;
}
.case_list1_tt{
	line-height: 1.5;
	font-family: "BarlowCondensed-Medium";
	margin-bottom: 20px;
}
.case_list1_time{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 18px;
}
.case_list1_time .icon{
	color: #ff5316;
	font-size: 26px;
	margin-right: 10px;
}
.case_list1 dd:hover .case_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.case_list1 dd:hover::after{
	width: 100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.page{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 3% 0 2%;
}
.page a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 18px;
	font-family: arial;
	background: #07264d;
	margin:0 1px;
}
.page_prev{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}
.page a:hover{
	background: #17447d;
}



/* contact */
.contact_box2_wrap{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.contact_box2_l{
	width: 47%;
}
.contact_box2_l_title1{
	margin-bottom: 30px;
}
.contact_box2_l_title1 .tt{
	font-family: "BarlowCondensed-Medium";
}
.contact_box2_l_title1 .text{
	padding-top: 14px;
}

.contact_box2_l_list dd{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding: 17px 0;
}
.contact_box2_l_list dd .icon{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 66px;
	height: 66px;
	color: #fff;
	font-size: 28px;
	background: #ff5316;
	border-radius: 50%;
}
.contact_box2_l_list dd .con{
	width: calc(100% - 66px);
	padding-left: 22px;
}
.contact_box2_l_list dd .con .tt{
	font-size: 24px;
	color: #ff5316;
	margin-bottom: 7px;
}
.contact_box2_l_list dd .con .tt a{
	color: #ff5316;
}
.contact_box2_l_list dd .con .text{
	font-size: 16px;
	line-height: 2;
}

.contact_box2_r{
	width: 46%;
}



.events_box1{
	margin-bottom: 90px;
}
.events_title1_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;

}
.events_title1_box .sub_title1{
	width: 70%;
	margin-bottom: 0;
}

.sub_title1 .text{
	padding-top: 15px;
}
.events_title1_more{
	width: 186px;
	background: #07264d;
}
.events_title1_more .icon{
	font-size: 24px;
	margin-left: 9px;
	margin-right: 0;
}
.events_title1_more:hover{
	background: #ff5316;
}



/* faq */
.faq_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.faq_list1 dd{
	width: calc((100% - 50px) / 2);
	background: #07264d;
	margin-bottom: 50px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.faq_list1 dd a{
	display: block;
	padding: 22px 26px;
}
.faq_list1_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin-bottom: 17px;
}
.faq_list1_tt .icon{
	width: 38px;
	height: 38px;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	background: #ff5316;
}
.faq_list1_tt .tt{
	width: calc(100% - 38px);
	padding-left: 19px;
	font-size: 18px;
	line-height: 2;
}
.faq_list1_text{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
}
.faq_list1_text .icon{
	width: 38px;
	height: 38px;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	background: #052042;
}
.faq_list1_text .tt{
	width: calc(100% - 38px);
	padding-left: 19px;
	font-size: 16px;
	line-height: 2;
}

.faq_list1 dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



/* his */
.his_list1_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:flex-end;
	-ms-justify-content:flex-end;
	-webkit-justify-content:flex-end;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #ff5316;
	font-family: "Oswald-Regular";
}

.his_list1_tt .icon_box{
	width: 28px;
	height: 28px;
	position: relative;
	border-radius: 5px;
	margin-right: 10px;
}
.his_list1_tt .icon_box .icon{
	width: 20px;
	height: 20px;
	margin-top: 8px;
	border-radius: 5px;
	background:#484959;
	position: relative;
}
.his_list1_tt .icon_box .icon::after{
	content: "";
	display: block;
	position: absolute;
	left: 8px;
	bottom: 8px;
	width: 100%;
	height: 100%;
	background: #ff5316;
	border-radius: 5px;
}

.his_list1_text{
	margin: 30px 0 35px;
}



.his_box {
    position: relative;
}
.his_box .Time_line {
    position: absolute;
    left: 50%;
    width: 2px;
	height: 100%;
	margin-left: -1px;
    background: #07264d;
    z-index: 0;
}
.HisPageTwo2 {
    box-sizing: border-box;
    padding: 20px 0 0;
}

.HisPageTwo2 .item_box {
	float: left;
    position: relative;
    width: 50%;
    text-align: right;
	margin-bottom: 80px;
}

.HisPageTwo2 .item {
    position: relative;
    width: 90%;
    box-sizing: border-box;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.his_list1_pic img{
    width: 100%;
}

.his_list1_icon {
    position: absolute;
	top: 8px;
	right: auto;
    left:100%;
    transform: translateX(-50%);
    width: 32px;
	height: 32px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	border-radius: 50%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.his_list1_icon .icon{
	width: 14px;
	height: 14px;
	background: #3a68a3;
	border-radius: 50%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.HisPageTwo2 > .item_box:nth-child(2n) {
    float: right;
	display: flex;
	text-align: left;
	flex-direction: row-reverse;
}
.HisPageTwo2 > .item_box:nth-child(2n) .his_list1_tt{
	justify-content:flex-start;
	-ms-justify-content:flex-start;
	-webkit-justify-content:flex-start;
}
.HisPageTwo2 > .item_box:nth-child(2n) .his_list1_icon {
	top: 8px;
	left: 0;
    transform: translateX(-50%);
}
.HisPageTwo2 > .item_box:nth-child(2){
	margin-top: 160px;
}
.HisPageTwo2 > .item_box:hover .item{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.HisPageTwo2 > .item_box:hover .his_list1_icon{
	right: 100%;
	background: rgba(255,83,22,.2);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.HisPageTwo2 > .item_box:hover .his_list1_icon .icon{
	background: #ff5316;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




/* case_det */
.case_det_time{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 30px 0 38px;
}
.case_det_time .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 18px;
	margin: 0 18px;
	font-family: arial;
}
.case_det_time .item .icon{
	font-size: 20px;
	margin-right: 8px;
}


.pro_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_list1 dd{
	width: calc((100% - 70px) / 3);
	background: #07264d;
	margin: 0 35px 35px 0;
}
.pro_list1_pic{
	display: block;
	overflow: hidden;
	position: relative;
}
.pro_list1_pic img{
	width: 100%;
}
.pro_list1_pic .pic1{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.pro_list1_con{
	padding: 25px 20px 45px;
}
.pro_list1_tt{
	font-family: "BarlowCondensed-Medium";
	margin-bottom: 18px;
}
.pro_list1_text{
	margin-bottom: 25px;
}
.pro_list1_text_clm{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	line-height: 30px;
	padding: 6px 0;
}
.pro_list1_text_clm .icon{
	width: 30px;
	font-size: 24px;
	text-align: center;
	color: #ff5316;
}
.pro_list1_text_clm .tt{
	width: calc(100% - 30px);
	padding-left: 8px;
	font-size: 18px;
}

.pro_list1_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.pro_list1_btn{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 146px;
	line-height: 52px;
	text-align: center;
	font-size: 16px;
	background: #001c3e;
	margin: 0 6%;
}
.pro_list1_btn .icon{
	font-size: 20px;
	margin-right: 6px;
}

.pro_list1_con .pro_list1_btn{
	background: #001c3e;
}
.pro_list1_btn.hover{
	background: #ff5316;
}
.pro_list1 dd:hover .pro_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.pro_list1 dd:hover .pro_list1_pic .pic1{
	opacity: 1;
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}





/* location */
.location_wrap{
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.location_l{
	width: 50%;
}
.sub_nav_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:flex-end;
	-ms-justify-content:flex-end;
	-webkit-justify-content:flex-end;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.sub_nav_bars a{
	font-size: 20px;
	margin: 0 18px;
}
.sub_nav_bars a:hover,
.sub_nav_bars a.hover{
	color: #ff5316;
}


/* news_list */
.news_list1{
	padding: 50px 0 0;
}
.news_list1 dd{
	padding: 50px 0;
}
.news_list1 dd:nth-child(2n){
	background: #07264d;
}
.news_list1 dd a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.news_list1_pic{
	width: 33.78%;
	overflow: hidden;
}
.news_list1 dd:nth-child(2n) .news_list1_pic{
	border-color: #052042;
}
.news_list1_time{
	width: 12.57%;
	padding: 0 3%;
	text-align: left;
	padding-top: 30px;
	font-family: "Oswald-Regular";
	position: relative;
}
.news_list1_time::after{
	content: "";
	position: absolute;
	right: 0;
	top: 30px;
	display: block;
	width: 1px;
	height: 60px;
	background: #24446c;
}

.news_list1_time .days{
	line-height: 1.2;
	margin-bottom: 12px;
}
.news_list1_time .year{
	font-size: 16px;
}

.news_list1_con{
	padding: 30px 3% 0;
}
.news_list1_tt{
	font-family: "BarlowCondensed-Medium";
}
.news_list1_text{
	color: #eee;
	margin: 12px 0 28px;
}
.news_list1_btn{
	width: 115px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Oswald-Regular";
	background: #ff5316;
}


.news_list1_con{
	width: 53.57%;
}

.news_list1 dd a:hover .news_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}


/* pro_cover */
.pro_cover_clm{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items:flex-start;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 80px;
}
.pro_cover_clm_l{
	width: 26.2%;
	overflow: hidden;
	position: relative;
}

.pro_cover_clm_l .pic{
	display: block;
	overflow: hidden;
}
.pro_cover_clm_l .pic img{
	width: 100%;
}
.pro_cover_clm_l .pro_list1_btn_box{
	position: absolute;
	left: 0;
	bottom: 32px;
	width: 100%;
}
.pro_cover_clm_l .pro_list1_btn{
	margin: 0 10px;
}


.pro_cover_clm_r{
	width: 73.8%;
	padding-left: 4%;
}
.pro_cover_title1{
	font-family: "BarlowCondensed-Medium";
	padding-top: 25px;
	border-bottom: 1px solid #0f3668;
	margin-bottom: 20px;
}

.pro_cover_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_cover_list1 dd{
	width: calc((100% - 84px) / 4);
	background: #193a62;
	margin: 0 28px 28px 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_cover_list1 dd a{
	display: block;
	padding: 10px;
}
.pro_cover_list1_pic{
	overflow: hidden;
}
.pro_cover_list1_pic img{
	width: 100%;
}
.pro_cover_list1_tt{
	font-size: 18px;
	text-align: center;
	font-family: "BarlowCondensed-Medium";
	padding: 10px 0 0;
}

.pro_cover_list1 dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


/* pro_det */
.pro_det_wrap{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_pic_scroll{
	width: 45%;
}

.pro_det_t_r{
	width: 51%;
}

.pro_det_btn{
	font-size: 18px;
}
.pro_det_btn .icon{
	font-size: 28px;
	margin-right: 0px;
}

.pro_det_share{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding-top: 30px;
}
.pro_det_share_tt{
	font-size: 16px;
}


/* pro_det */
.pro_det_bars_box{
	height: 64px;
	background: #07264d;
	position: relative;
	z-index: 2;
}
.pro_det_bars_fixed{
	position: relative;
	background: #07264d;
}
.pro_det_bars_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.pro_det_bars_l{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	font-family: "BarlowCondensed-Medium";
}
.pro_det_bars_l .item{
	line-height: 64px;
	margin: 0 70px 0 0;
	position: relative;
}
.pro_det_bars_l .item::after{
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	background: #ff5316;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_det_bars_l .item.hover::after{
	width: 100%;
}

.pro_det_bars_r{
	height: 64px;
}
.pro_det_bars_r_btn{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 230px;
	height: 64px;
	font-size: 24px;
	font-family: "BarlowCondensed-Medium";
}
.pro_det_bars_r_btn .icon{
	font-size: 30px;
	margin-right: 10px;
	box-sizing: border-box;
}


.pro_det_b_tabs_item1_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_b_tabs_item1_l{
	width: 50%;
}

.pro_det_b_tabs_item1_r{
	width: 44.7%;
	overflow: hidden;
}
.pro_det_b_tabs_item1_r a{
	display: block;
	overflow: hidden;
	position: relative;
}
.pro_det_b_tabs_item1_r a img{
	display: block;
	width: 100%;
	height: 100%;
}
.pro_det_b_tabs_item1_r a .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 60px;
	background: rgba(0,0,0,.2);
}
.pro_det_b_tabs_item1_r a:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}

body table{
	width: 100%;

}
body table tr{
	background: #0f305a;
}
body table tr td{
	border: 1px solid #07264d;
	padding: 14px 10px;

	font-size: 18px;
}
body table tr:first-child{
	background: #ff5316;
}
body table tr:nth-child(2n){
	background: #123765;
}


.pro_det_b_tabs_item3_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_b_tabs_item3_list dd{
	width: 47%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 75px;
}
.pro_det_b_tabs_item3_list dd .icon{
	width: 120px;
	height: 120px;
	font-size: 56px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	background: #07264d;
	border-radius: 50%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_det_b_tabs_item3_list dd .con{
	width: calc(100% - 120px);
	padding-left: 8%;
}
.pro_det_b_tabs_item3_list dd .con .tt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}
.pro_det_b_tabs_item3_list dd .con .text{
	font-size: 16px;
}

.pro_det_b_tabs_item3_list dd:hover .icon{
	background: #ff5316;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.pro_det_b_tabs_item4_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items:flex-start;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_b_tabs_item4_con img{
	width: 100%;
}
.pro_det_b_tabs_item4_l{
	width: 49.35%;
	overflow: hidden;
}
.pro_det_b_tabs_item4_r{
	width:calc(50.65% - 34px);
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_b_tabs_item4_r .item{
	width: calc((100% - 34px) / 2);
	overflow: hidden;
	margin-bottom: 34px;
}


.pro_det_b_tabs_item4_l:hover img,
.pro_det_b_tabs_item4_r .item:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}



/* pro_list1 */
.sub_nav_bars_pro{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 72px;
}
.sub_nav_bars_pro a{
	padding: 0 18px;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	font-family: "BarlowCondensed-Medium";
	margin: 0 6px;
}
.sub_nav_bars_pro a:hover,
.sub_nav_bars_pro a.hover{
	color: #fff;
	background: #ff5316;
}



.pro_list1_top_wrap{
	margin-bottom: 65px;
}
.pro_list1_top_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;	
	justify-content:flex-start;
	-ms-justify-content:flex-start;
	-webkit-justify-content:flex-start;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_list1_top_btn_box .pro_list1_btn{
	margin:0 20px 0 0;
}
.pro_list1_top_btn_box .pro_list1_btn:last-child{
	margin-right: 0;
}

.pro_list1_top_l::before{
	display: none;
}


.sub_pro_nav_bars2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 55px;
}
.sub_pro_nav_bars2 a{
	font-size: 20px;
	padding: 0 25px;
	line-height: 60px;
	font-family: "BarlowCondensed-Medium";
	background: #1e3755;
	margin: 0 20px 20px;
}
.sub_pro_nav_bars2 a:hover,
.sub_pro_nav_bars2 a.hover{
	background: #ff5316;
}




/* solu */

.solu_list1 dd{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 90px;
}
.solu_list1 dd:nth-child(2n){
    flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.solu_list1_pic{
	width: 50%;
	overflow: hidden;
}
.solu_list1_pic img{
	width: 100%;
}
.solu_list1_con{
	width: 50%;
	padding: 50px 4%;
}
.solu_list1 dd:hover .solu_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}

.solu_list1 dd .pro_list1_btn{
	width: 220px;
}

/* solu_list */
.solu_list2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.solu_list2 dd{
	width: calc((100% - 40px) / 2);
	margin: 0 0 50px 0;
}
.solu_list2 dd a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.solu_list2_pic{
	width: 48.5%;
	overflow: hidden;
	position: relative;
}
.solu_list2_pic::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	width: 0;
	height: 6px;
	background: #ff5316;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.solu_list2_pic img{
	width: 100%;
}

.solu_list2_con{
	width: 51.5%;
	padding: 0 5%;
}
.solu_list2_tt{
	font-family: "BarlowCondensed-Medium";
}
.solu_list2_text{
	margin: 18px 0 22px;
}
.solu_list2_more{
	font-size: 16px;
	color: #ff5316;
}
.solu_list2 dd a:hover .solu_list2_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.solu_list2 dd a:hover .solu_list2_pic::before{
	width: 100%;
}


.mobile_footer_btn{
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
    width:100%;
    text-align:center;
    background: #001c3e;
    box-shadow: 0 0 10px rgba(11,69,140,.2);
  }
  .mobile_footer_btn a{
    float: left;
    width: 25%;
    height: 50px;
    color: #fff;
    display:flex;
      display: -webkit-flex;
      justify-content: center;
      -webkit-justify-content: center;
      align-items:center;
      -webkit-align-items: center;
      flex-direction: column;
      -webkit-flex-direction: column;
  }
  .mobile_footer_btn a .icon{
    display: block;
    font-size: 18px;
    margin-bottom: 3px;
  }
  .mobile_footer_btn a .tt{
    font-size: 14px;
  }
.tt span{color: black;}
#searchform{padding-left: 20px;}
.search_top{width: 840px;line-height: 46px;height: 46px;color:black;}
.search_bom{width:100px !important;margin-left: 30px;} /*search*/
.form-hd{padding-top:10px;}
.submit-hd{margin-bottom:30px !important;}
.hdlx{margin: 0 auto;}
.hdlx2{margin: 0 auto;}
.hdlx a{font-size:30px;}
.hdlx2 a{font-size:30px;}


.head_top{width: 100%;height: 42px;position: absolute;top: -2px;background: #ff5316;padding-bottom: 28px;left: 0;color: #828fa1;}
.header_d{width:100%;padding-left:700px;}
.header_d a{float:right;}
.header_d i{padding:0 5px;}
.hdline{float: right;display: block;width: 2px;height: 14px;background-color: white;margin: 14px 20px;position: initial!important;}
.cn_tab{color: black;}




@media(max-width:523px){
	.swiper-main{width: 375px !important;height: 120px !important;}
	}