html,body{
	font-family: arial, sans-serif,arial,verdana;
}
input, button, textarea,select,button{
	font-family: arial, sans-serif,arial,verdana;
}
.bgf9{
	background: #f9f9f9;
}
.bgf5{
	background: #f5f5f5;
}


header {
  height: 2.46667rem;
  line-height:2.46667rem;
  background-color: #1e252c; }

header, header a {
  color: #eee; }

header .header-left {
  float: left;
  padding-left: 0.8rem; }

header .header-right {
  float: right;
  padding-right: 0.8rem; }

.posFixed {
  position: fixed;
  top: 0;
  z-index: 9999; }

.header_t{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 120px;
	z-index: 5;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.header_box{
	height: 0;
}


.header_t.headpro_det{
	position: relative;
}
.header_fix{
	background: #1e252c;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



.logo{
	width: 350px;
	height: 120px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.logo img{
	max-width: 100%;
	max-height: 100%;
}
/.logo .logo1{
	width: 156px;
}
.logo .logo2{
	margin-left: 17px;
}



.header_wrap{
	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;
}


.menu{
	width: calc(100% - 370px);
}


.menu_dl{
	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;
    -ms-align-items: center;
	-webkit-align-items: center;
	width: 100%;
}
.menu_dl dd{
	margin: 0 30px;
	position: relative;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.menu_tt{
	position: relative;
	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;
	height: 60px;
	border-bottom: 3px solid transparent;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.menu_tt .text{
	width: 100%;
	line-height:55px;
	font-size: 22px;
	font-family: "BarlowCondensed-Medium";
	color: #fff;
	display: block;
	text-transform: uppercase;
}

.menu_dl dd.hover .menu_tt{
	border-color: #088548;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top: 60px;
	z-index:2;
	width: 278px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 3px 8px rgba(115,115,115,.2);
}
.menu_down 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;
	font-size: 16px;
	line-height: 30px;
	padding:15px 15px;
	color: #666;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
}
.menu_down a .tt{
	width: calc(100% - 22px);
}
.menu_down a .icon{
	width: 22px;
	height: 22px;
}

.menu_down a:hover{
	color: #088548;
	transform:translateX(2px);
	-webkit-transform:translateX(2px);
}




/*
 * 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:#333b4b;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}


.mobile_logo{
	width: 180px;
	height: 52px;
	margin-left: 15px;
}
.mobile_logo img{
	display: block;
	height: 30px;
	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: #fff;
	border-radius: 4px;
	margin-bottom: 6px;
}
.mobile_menu_btn span:last-child{
	margin-bottom: 0;
}
.mobile_search_icon{
	width: 40px;
	height: 52px;
	color: #fff;
	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;
	text-transform: uppercase;
	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: 20px;
	line-height: 30px;
	padding: 10px 0;
	font-family: "BarlowCondensed-Medium";
}
.mobile_menu_dl dd.hover .mobile_menu_tt .text{
	color: #088548;
}
.mobile_menu_tt_icon{
	display: none;
	float: right;
	float: right;
	width: 44px;
	line-height: 44px;
	text-align: center;
	color: #333;
	font-size: 16px;
	-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;
	padding: 7px 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: 22px;
	color: #123f95;
	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;
	color: #333;
	font-weight: bold;
	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: 44px;
}
.banner.owl-theme .owl-dots{
	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;
}
.banner.owl-theme .owl-dots .owl-dot{
	width: 20px;
	height: 20px;
	padding: 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;
	border: 3px solid transparent;
	margin: 0 5px;
	border-radius: 10px;
}
.banner.owl-theme .owl-dots .owl-dot span{
    width: 14px;
    height: 14px;
	border-radius: 14px;
	margin: 0;
	background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner.owl-theme .owl-dots .owl-dot.active, 
.banner.owl-theme .owl-dots .owl-dot:hover{
	border-color: #fff;
}
.banner.owl-theme .owl-dots .owl-dot.active span, 
.banner.owl-theme .owl-dots .owl-dot:hover span{
	background: none;
    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: 10px;
    height: 10px;
    border-radius: 10px;
    background: #889fca;
    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: #123f95;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.fz60{
	font-size: 60px;
	font-family: "impact";
}
.fz48{
	font-size: 48px;
	font-family: "BarlowCondensed-Medium";
}
.fz36{
	font-size: 36px;
	font-family: "BarlowCondensed-Medium";
}
.fz30{
	font-size: 30px;
	font-family: "BarlowCondensed-Medium";
}
.fz24{
	font-size: 24px;
}

.public_text1{
	font-size: 16px;
	line-height: 36px;
}
.public_text2{
	font-size: 18px;
	line-height: 36px;
}
.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: 58px;	
	color: #fff;
	font-size: 16px;
	width: 100%;
	min-width: 160px;
	max-width: 214px;
	background: #088548;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.public_btn .icon{
	font-size: 18px;
	margin-right: 7px;
}
.public_btn:hover{
	background: #014a27;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.public_btn_style1{
	height: 58px;
	background: none;
	border: 2px solid #fff;
	margin: 0 40px;
}
.public_btn_style1:hover{
	border-color: #014a27;
}





.main_content{
	padding: 30px 0;
}
.main_content2{
	padding-top: 104px;
}
.main_content3{
	padding-bottom: 104px;
}




.ind_title1{
	margin-bottom: 45px;
}
.ind_title1_tt_box{
	position: relative;
}
.ind_title1_bg{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	font-size: 115px;
	line-height: 1;
	font-family: "impact";
	color: rgba(153,153,153,.08);
	transform: translate(-50%,-55%);
	-webkit-transform: translate(-50%,-55%);
}

.ind_title1_tt{
	color: #333;
	font-family: "impact";
	position: relative;
}
.ind_title1_tt .tt_color1{
	color: #088548;
}
.ind_title1_text{
	color: #999;
	padding-top: 20px;
	margin: auto;
}






.ind_box1{
	background: url(../image/ind_bg1.jpg) no-repeat center center / cover;
}
.ind_pro_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_pro_list1 dd{
	width: 30%;
	position: relative;
	margin-right: 5%;
}
.ind_pro_list1 dd:last-child{
	margin-right: 0;
}
.ind_pro_list1 dd:last-child{
	margin-right: 0;
}
.ind_pro_list1 dd a{
	display: block;
	overflow: hidden;
}
.ind_pro_list1_con_icon{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-align-items:flex-end;
}
.ind_pro_list1_pic{
	position: relative;
	z-index: 2;
}
.ind_pro_list1_con{
	position: relative;
	z-index: 2;
	padding: 0 10% 23%;
}
.ind_pro_list1_tt{
	color: #333;
	font-weight: bold;
	margin-bottom: 17px;
}
.ind_pro_list1_clm_item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	line-height: 46px;
	position: relative;
}
.ind_pro_list1_clm_item .icon{
	width: 16px;
	height: 16px;
	border: 2px solid #088548;
	border-radius:50%;
}
.ind_pro_list1_clm_item .tt{
	width: calc(100% - 16px);
	padding-left: 14px;
	font-size: 18px;
}
.ind_pro_list1_more{
	position: absolute;
	right: 3.33%;
	bottom: 2.6%;
}

.ind_pro_list1 dd a:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
}




/* ind_box2 */
.ind_box2{
	background: url(../image/ind_bg2.jpg) no-repeat center center / cover;
}

.ind_box2 .ind_title1_bg{
	color: rgba(153,153,153,0.09);
}
.ind_box2 .ind_title1_tt{
	color: #fff;
}


.ind_box2_scroll_rela{
	position: relative;
}
.ind_box2_scroll_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box2_scroll_l{
	width: 22.4%;
}
.ind_box2_scroll_l_item{
	margin-bottom: 80px;
}
.ind_box2_scroll_l_item:last-child{
	margin-bottom: 0;
}
.ind_box2_scroll_l_item .tt{
	font-size: 42px;
	color: #cce4f8;
	margin-bottom: 10px;
}
.ind_box2_scroll_l_item .tt .tt_con{
	font-family: arial;
}
.ind_box2_scroll_l_item .text{
	font-size: 22px;
	color: #fff;
}

.ind_box2_scroll_m{
	width: 55%;
}


.ind_box2_scroll_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;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.ind_box2_scroll_bars{
	position: absolute;
	right: 0;
	top: 4%;
	z-index: 3;
	width: 22.5%;
}
.ind_box2_scroll_bars .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin-bottom: 60px;
	cursor: pointer;
}
.ind_box2_scroll_bars .item .icon{
	position: relative;
	width: 26px;
	height: 26px;
	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: 2px solid transparent;
	border-radius: 50%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box2_scroll_bars .item .icon::after{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 4px solid #e1effa;
	border-radius: 50%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box2_scroll_bars .item .tt{
	width: calc(100% - 26px);
	padding-left: 15px;
	color: #e1effa;
	font-family: "BarlowCondensed-Medium";
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_box2_scroll_bars .item.active .icon{
	border-color: #088548;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box2_scroll_bars .item.active .icon::after{
	width: 14px;
	height: 14px;
	background: #088548;
	border-color: #088548;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box2_scroll_bars .item.active .tt{
	color: #088548;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



.ind_box3{
	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_box3_l{
	width: 50%;
	text-align: right;
}
.ind_box3_l a{
	display: block;
	overflow: hidden;
	position: relative;
}
.ind_box3_l a>img{
	width: 100%;
}
.ind_box3_l a>img{
	float: right;
	height: 600px;
	width: auto;
	max-width: none;
}

.ind_box3_l a .icon{
	position: absolute;
	left: 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;
	width: 100%;
	height: 100%;
}

.ind_box3_r{
	width: 50%;
	padding: 30px 6%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	background: url(../image/ind_bg3.jpg) no-repeat center center / cover;
}

.ind_box3_r_con .ind_title1_tt_box{
	color: rgba(153,153,153,.02);
}
.ind_box3_r_con .ind_title1_tt{
	color: #fff;
}

.ind_box3_r_text{
	font-size: 24px;
	color: #999;
	line-height: 36px;
	font-family: "BarlowCondensed-Medium";
}

.ind_box3_r_list{
	padding: 60px 0;
	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_box3_r_list .item{
	padding: 0 5px;
	text-align: center;
}
.ind_box3_r_list .item .num{
	margin-bottom: 30px;
}
.ind_box3_r_list .item .tt{
	font-size: 18px;
	color: #fff;
}

.ind_box3_r_btn{
	box-shadow: 0 0 14px rgba(0,0,0,.5);
}




.ind_box4{
	background: url(../image/ind_bg4.jpg) no-repeat center center / cover;

}


.video_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.video_list1 dd{
	width: calc((100% - 6%) / 3);
	border-radius: 20px;
	overflow: hidden;
	margin: 0 3% 50px 0;	
	box-shadow: 0 7px 12px rgba(115,115,115,.12);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_box4 .video_list1 dd{
	margin-bottom: 0;
}

.video_list1 dd a{
	display: block;
}

.video_list1_pic{
	overflow: hidden;
	position: relative;
}
.video_list1_pic img{
	width: 100%;
}
.video_list1_pic_icon{
	opacity: 0;
	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: 56px;
	color: #fff;
	background: rgba(0,0,0,.5);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.video_list1_tt{
	width: 100%;
	line-height: 82px;
	color: #333;
	font-size: 24px;
	background: url(../image/gezi_bg.jpg) repeat center center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.video_list1 dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.video_list1 dd:hover .video_list1_pic_icon{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.video_list1 dd:hover .video_list1_tt{
	color: #fff;
	background: #088548;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




.ind_box5{
	background: url(../image/ind_bg5.jpg) no-repeat center center / cover;
}

.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: 31%;
	padding-top: 10%;
	margin: 0 3.5% 40px 0;
}
.ind_box5 .case_list1 dd{
	margin-bottom: 0;
}

.case_list1_item{
	padding:1px 40px 40px;
	background:#fff url(../image/gezi_bg.jpg) repeat center center;
	border-radius: 10px;
	box-shadow: 0 0 18px rgba(115,115,115,.2);
}
.case_list1_pic{
	margin-top: -33.33%;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}


.case_list1_con{
	padding: 24px 0 0;
}
.case_list1_tt{
	color: #333;
	line-height: 1.4;
	height: 84px;
	font-weight: bold;
	margin-bottom: 18px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.case_list1_time{
	font-size: 18PX;
	color: #999;
	font-style: italic;
}
.case_list1_more{
	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: #333;
	font-size: 18px;
}
.case_list1_more .icon{
	color: #088548;
	font-size: 20px;
	margin-left: 12px;
}
.case_list1_item:hover .case_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.case_list1_item:hover .case_list1_tt{
	color: #088548;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



/* footer */
.footer_t{
	background: #252e36;
}
.footer_t_wrap{
	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_t_l{
	width: 25%;
}

.footer_t_l_logo{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin-bottom: 30px;
}
.footer_t_l_logo .pic2{
	margin-left: 14px;
}
.footer_t_l_list{
	padding-bottom: 52px;
}
.footer_t_l_list .item{
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	color: #fff;
	padding: 8px 0;
}
.footer_t_l_list .item .tt{
	color: #088548;
	font-weight: bold;
}
.footer_t_l_list .item a{
	color: #fff;
}

.footer_t_l_sm{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.footer_t_l_sm .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: 42px;
	height: 42px;
	color: #fff;
	font-size: 18px;
	background: #3f4449;
	margin:  0 4px;
}
.footer_t_l_sm .icon:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	background: #088548;
}


.footer_t_item_pro,
.footer_t_item_menu{
	width: 20%;
	max-width: 230px;
}

.footer_t_item_tt{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer_t_item_list a{
	display: block;
	font-size: 16px;
	color: #999;
	line-height: 36px;
}
.footer_t_item_list a:hover{
	color: #fff;
	transform:translateX(3px);
	-webkit-transform:translateX(3px);
}


.footer_t_item_contact_text{
	font-size: 16px;
	color: #999;
	line-height: 36px;
	margin-bottom: 16px;
}
.footer_t_item_form dd{
	margin-bottom: 18px;
}
.footer_t_item_form_text{
	display: block;
	width: 100%;
	height: 56px;
	padding-left: 15px;
	font-size: 16px;
	color: #333;
	background: #fff;
	border: none;
}
.footer_t_item_form_key{
    display: block;
	width: 50%;
	height: 30px;
	padding-left: 15px;
	font-size: 16px;
	color: #333;
	background: #fff;
	border: none;
	float: left;
	margin-right: 10px;
}
.contact_form_key{
	width: 50%;
	height: 30px;
	font-size: 16px;
	color: #333;
	padding-left: 10px;
	border: 1px solid #e5e5e5;
}

.footer_t_item_form_btn{
	width: 132px;
	border: none;
}


.footer_t_item_contact{
	width: 25%;
	max-width: 310px;
}


.footer_b{
	background: #1f2326;
}

.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;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.footer_b_text{
	font-size: 12px;
	color: #eee;
	line-height: 20px;
}
.footer_b_text a{
	color: #eee;
}




/* about */

/* location */
.location{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	padding: 0px 0;
	margin-bottom: 0px;
	position: relative;
	z-index: 2;
}
.location a{
	color: #fff;
}

.location_pro_det{
	margin-bottom: 30px;
}

/* sub_banner_About */
.sub_banner_about{
	
	position: relative;
	z-index: 2;
	background: url(../image/sub_banner_about.jpg) no-repeat center center / cover;
}

.sub_banner_about .wrapper{
	position: relative;
	height: 838px;
	padding: 120px 0 0;
}









.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;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.sub_banner_about_l{
	width: 100%;
	padding-top: 45px;
}

.sub_banner_about_tt{
	display: inline-block;
	position: relative;
	margin-bottom: 50px;
}
.sub_banner_about_tt::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	height: 12px;
	z-index: 0;
	background: #088548;
}
.sub_banner_about_tt .tt{
	position: relative;
	z-index: 1;
}

.sub_banner_about_text{
	margin-bottom: 36px;
}

.sub_banner_about_video a{
	width: 217px;
	font-size: 16px;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	padding: 0 30px;
}


.sub_banner_about_r{
	width: calc(100% - 470px);
	padding-left: 5%;
	position: absolute;
	right: 0;
	bottom: -50px;
}
.sub_banner_about_r img{
	display: block;
	border-radius: 20px;
	box-shadow: 0 0 25px rgba(0,0,0,.5);
}




/* about_box2 */
.about_box2{
	padding: 88px 0 40px;
	background: url(../image/gezi_bg.jpg) repeat center center;
}


.about_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;
}

.about_box2_l{
	width: 44%;
	position: relative;
}
.about_box2_l_item{
	position: relative;
}
.about_box2_l_item img{
	position: relative;
	z-index: 2;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.about_box2_l_item::after{
	content: "";
	position: absolute;
	right: -22px;
	bottom: -22px;
	display: block;
	width: 242px;
	height: 242px;
	background: #088548;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.about_box2_r{
	width: 55%;
	padding-left: 6%;
}

.sub_title1{
	margin-bottom: 30px;
}
.sub_title1 .tt{
	color: #333;
	line-height: 1.2;
}

.about_box2_r_list{
	padding: 50px 0 0;
	
}

.about_box2_r_list_item{
	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-size: 18px;
	line-height: 30px;
	vertical-align: middle;
	padding: 30px 0;
}
.about_box2_r_list_item .icon{
	width: 50px;
	vertical-align: middle;
}

.about_box2_r_list_item .tt{
	color: #088548;
	line-height: 1;
	padding: 0 14px 0 20px;
}
.about_box2_r_list_item .text{

}


.about_box3{
	background: url(../image/about_bg1.jpg) no-repeat center top / cover;
}

.about_box3_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_box3_l{
	width: 42.92%;
}
.about_box3_l_pic{
	margin: 40px 0 35px;
}
.about_box3_l_pic img{
	display: block;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.about_box3_r{
	width: 53%;
	padding-right: 20px;
}

.about_box3_r_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;
	padding-top: 50px;
}

.about_box3_r_con_pic{
	width: 48.17%;
}
.about_box3_r_con_pic img{
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.about_box3_r_con_r{
	width: 50%;
	padding: 0 2%;
}


.about_box4{
	background:#13293f;
}

.partents_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.partents_list1 dd{
	width: calc((100% - 150px) / 6);
	margin: 0 30px 30px 0;
	background: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.partents_list1 dd 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;
	height: 100%;
	padding: 12px;
}
.partents_list1 dd:hover{
	box-shadow: 0 0 10px rgba(115,115,115,.12);
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



/* sub_banner */
.sub_banner_appli{
	height: 578px;
	background-repeat: no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
}

.sub_banner_appli .wrapper{
	height: 100%;
	padding-top: 120px;
}




/* application */
.appli_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;
}

.appli_list1 dd {
	width: calc((100% - 80px) / 2);
	margin: 0 0 70px 0;
}
.appli_list1 dd 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;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding:0 20px;
	background: url(../image/gezi_bg.jpg) repeat center center;
	border-radius: 20px;
	box-shadow: 0 4px 17px rgba(115,115,115,.2);
}
.appli_list1_pic{
	width: 233px;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	top: -20px;
}
.appli_list1_con{
	width: calc(100% - 233px);
	padding: 18px 0 18px 25px;
}
.appli_list1_tt{
	color: #333;
	font-family: "BarlowCondensed-Medium";
}
.appli_list1_time{
	font-size: 16px;
	color: #666;
	margin: 15px 0;
}

.appli_list1_text{
	font-size: 16px;
	color: #666;
}


.appli_list1 dd a:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
}




/* page */
.page{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
    padding:25px 0;
}
.page a{
	width: 50px;
	height: 50px;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	color: #999;
	font-size: 18px;
	margin: 0 4px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0,0,0,.15);
}

.page a.hover,.page a:hover{
	color: #fff;
	background: #088548;
}
.page_btn_prev{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}



/* app_det */
.sub_banner_appli_det{
	height: 380px;
	position: relative;
}
.sub_banner_appli_det .wrapper{
	padding: 120px 0 0 0;
}

.news_det_con_box{
	position: relative;
	z-index: 3;
	background: #fff;
	margin-top: -150px;
	overflow: hidden;
	padding: 35px 35px 50px;
	border-radius: 20px;
}
.news_det_con{
	margin-bottom: 35px;
}


.news_det_page_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;
}
.news_det_page_item{
	width: 49%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 18px;
}
.news_det_page_item .tt{
	width: 170px;
	line-height: 30px;
	text-align: right;
	color: #333;
}
.news_det_page_item .text{
	width: calc(100% - 170px);
	color: #666;
}
.news_det_page_item .text a{
	display: block;
	color: #666;
}
.news_det_page_item .text a:hover{
	color: #088548;
}




.rela_pro{
	background: url(../image/gezi_bg.jpg) repeat center center;
}
.appli_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% - 240px) / 4);
	margin: 0 80px 50px 0;
}
.pro_list_item{
	display: block;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 3px 12px rgba(0,0,0,.15);
}

.rela_title_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;
	margin-bottom: 42px;
}
.rela_title1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #333;
	font-weight: bold;
}
.rela_title1 .icon{
	margin-right: 20px;
}



.rela_pro_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.rela_pro_list dd{
	width: calc(85% / 4);
	margin: 0 5% 40px 0;
}

.pro_list1_pic{
	overflow: hidden;
}
.pro_list1_pic img{
	width: 100%;
	height:15em;
}
.pro_list1_tt{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	background: #f8f8f8;
	transition:all 0.5s;
	white-space: normal;
	height: 63px;
	-webkit-transition:all 0.5s;
	
}
.pro_list_item:hover .pro_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.pro_list_item:hover .pro_list1_tt{
	color: #fff;
	background: #088548;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}








/* case_det */
.sub_banner_pro_case_det{
	padding: 120px 0;
	height: auto;
}
.case_det_t{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:flex-end;
	-ms-justify-content:flex-end;
	-webkit-justify-content:flex-end;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-align-items:flex-end;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	position: relative;
}
.case_det_t_pic{
	width: 45%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.case_det_t_pic img{
	border-top-right-radius: 60px;
	border-bottom-left-radius: 60px;
}

.case_det_t_r{
	background: #fff;
	width: 61.76%;
	border-top-left-radius: 100px;
	position: relative;
}
.case_det_t_r_icon{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 120px;
}
.case_det_t_r_icon img{
	max-height: 100%;
}
.case_det_t_con{
	padding: 80px 5% 70px 17%;
	background: url(../image/case_det_icon2.png) no-repeat center bottom;
}

.case_det_title{
	font-weight: bold;
	margin-bottom: 25px;
}


.case_det_inf_list{
	margin-bottom: 25px;
}
.case_det_inf_list .item{
	padding: 36px;
	padding: 6px 0;
	font-size: 16px;
	line-height: 36px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
}
.case_det_inf_list .item .icon{
	width: 36px;
	font-size: 24px;
	color: #088548;
	text-align: center;
}
.case_det_inf_list .item .con{
	width: calc(100% - 36px);
	padding-left: 12px;
	color: #666;
}
.case_det_inf_list .item .con .tt{
	color: #333;
}

.case_det_t_btn{
	display: block;
	width: 187px;
	height: 65px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	background: url(../image/btn_bg1.png) no-repeat center center;
}


.case_list2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.case_list2 dd{
	width: calc(90% / 3);
	margin: 0 5% 0 0;
}

.case_list2 dd:last-child{
	margin-right: 0;
}

.case_list2_pic{
	width: calc(100% - 35px);
	border-radius: 10px;
	overflow: hidden;
}
.case_list2_pic img{
	width: 100%;
	height:20em;
}
.case_list2_con{
	width: calc(100% - 35px);
	padding: 20px 22px;
	background: url(../image/gezi_bg.jpg) repeat center center;
	border-radius: 10px;
	overflow: hidden;
	margin-left: 35px;
	margin-top: -75px;
	position: relative;
	z-index: 2;
	box-shadow: 2px 0 10px rgba(115,115,115,.2);
}
.case_list2_con .ind_pro_list1_clm_item{
	line-height: 36px;
}



/* contact */
.sub_banner_contact{
	padding: 120px 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.sub_banner_contact_l{
	width: 60%;
	max-width: 700px;
}

.sub_banner_contact_clm1{
	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: 45px;
}

.sub_banner_contact_clm1_l{
	width: 284px;
	margin-right: 40px;
}
.sub_banner_contact_clm1_l .tt1{
	font-size: 18px;
	color: #fff;
	margin-bottom: 8px;
}
.sub_banner_contact_clm1_l .tt2 a{
	color: #088548;
	font-family: "impact";
}

.sub_banner_contact_clm1_r .public_btn{
	width: 270px;
	font-size: 18px;
}

.sub_banner_contact_clm2 .item{
	font-size: 18px;
	color: #fff;
	line-height: 36px;
}
.sub_banner_contact_clm2 .item a{
	color: #fff;
}
.sub_banner_contact_clm2 .item a:hover{
	color: #088548;
}

.contact_box_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;
}

.contact_box_map{
	width: 60%;
	overflow: hidden;
}
.contact_form{
	width: 40%;
	padding: 0 2%;
}
.contact_form_con{
	max-width: 420px;
}

.contact_form_tt{
	font-family: arial;
	margin-bottom: 27px;
}
.contact_form_list dd{
	position: relative;
	margin-bottom: 25px;
}
.contact_form_text,
.contact_form_area{
	display: block;
	width: 100%;
	height: 60px;
	font-size: 16px;
	color: #333;
	padding-left: 57px;
	border: 1px solid #e5e5e5;
}
.contact_form_area{
	height: 178px;
	padding: 18px 15px 15px 57px;
}
.contact_form_icon{
	position: absolute;
	left: 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;
	width: 57px;
	height: 60px;
	font-size: 24px;
	color: #999;
}
.contact_form_text::-webkit-input-placeholder,
.contact_form_area::-webkit-input-placeholder{
	color: #999;
}
.contact_form_btn{
	border: none;
	width: 100%;
	font-size: 18px;
	max-width: none;
}



.contact_box1{
	display: none;
}
.contact_box1 .sub_banner_contact_clm1_l .tt1,
.contact_box1 .sub_banner_contact_clm1_l .tt2 a,
.sub_banner_contact_clm2 .item,
.sub_banner_contact_clm2 .item a{
	color: #333;
}




/* pro_cover */
.pro_cover_clm_box{
	position: relative;
	z-index: 3;
	margin-top: -150px;
	overflow: hidden;
	
}

.pro_cover_clm{
	padding: 20px 2% 20px;
	border-radius: 20px;
	overflow: hidden;
	background: url(../image/gezi_bg.jpg) repeat center center;
	margin-bottom: 10px;
}
.pro_cover_clm_title{
	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;
	margin-bottom: 0px;
}

.pro_cover_clm_tt .tt{
	color: #333;
	font-family: "BarlowCondensed-Medium";
}
.pro_cover_clm_tt .text{
	font-size: 16px;
	color: #666;
	padding-top: 20px;
}

.pro_cover_clm_btn .public_btn{
	width: 186px;
}

.pro_list2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_list2 dd{
	width: calc(90% / 4);
	margin: 0 3.33% 50px 0;
}
.pro_list2 .space{height:15px;background:#eee;}





/* pro_det */
.sub_banner_prodet{
	padding: 120px 0 80px;
	background-position:  center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pro_det_t{
	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_t_l{
	width: 49%;
	text-align: center;
}
.pro_det_t_r{
	width: 49%;
}
.pro_det_title1{
	font-family: "impact";
	margin-bottom: 15px;
}


.pro_det_t_r_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 30px 0 55px;
}
.pro_det_t_r_list .item{
	margin-right: 45px;
}
.pro_det_t_r_list .item:last-child{
	margin-right: 0;
}
.pro_det_t_r_list .item .tt{
	font-size: 42px;
	color: #cce4f8;
	margin-bottom: 10px;
}
.pro_det_t_r_list .item .tt .tt_con{
	font-family: arial;
}
.pro_det_t_r_list .item .text{
	font-size: 22px;
	color: #fff;
}

.pro_det_b_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_b_btn_box .public_btn{
	width: 252px;
	max-width: none;
}
.pro_det_b_btn_box .public_btn.hover{
	background: none;
	border: 2px solid #404f63;
	margin-right: 40px;
}
.pro_det_b_btn_box .public_btn .icon{
	font-size: 24px;
}
.pro_det_b_btn_box .public_btn.hover:hover{
	color: #fff;
	background: #088548;
	border-color: #088548;
}


.pro_det_b_bars_box{
	height: 96px;
	width: 100%;
	position: relative;
	margin-top: -96px;
}
.pro_det_b_bars_box .wrapper{
	position: relative;
	height: 96px;
}
.pro_det_b_bars_box .wrapper::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 150%;
	height: 100%;
	background: #29323d;
}
.pro_det_b_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	position: relative;
	z-index: 3;
	background: #29323d;
}
.pro_det_b_bars .item{
	font-size: 22px;
	line-height: 96px;
	color: #fff;
	font-family: "BarlowCondensed-Medium";
	padding: 0 24px;
}
.pro_det_b_bars .item.hover{
	color: #088548;
	background: #fff;
}



.pro_det_b_tabs_item2{
	background: url(../image/pro_det_bg1.jpg) no-repeat center center / cover;
}
.pro_det_feature_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_feature_list dd{
	width: 47%;
	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;
}
.pro_det_feature_list dd .icon{
	width: 116px;
	height: 116px;
	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: 48px;
	color: #fff;
	border-radius: 50%;
	background: #303a46;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_det_feature_list dd .tt{
	width: calc(100% - 140px);
	color: #fff;
	padding-top: 25px;
}
.pro_det_feature_list dd:hover .icon{
	background: #088548;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



.pro_det_b_tabs_item3_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;
	padding-top: 4%;
}

.pro_det_b_tabs_item3_pic{
	width: 48%;
}
.pro_det_b_tabs_item3_r{
	width: 48%;
}

.pro_det_b_tabs_item3_r_list dd{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	margin-bottom: 30px;
}
.pro_det_b_tabs_item3_r_list dd .num{
	width: 92px;
	height: 92px;
	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-family: "impact";
	border-radius: 50%;
	background: #088548;
}
.pro_det_b_tabs_item3_r_list dd .tt{
	width: calc(100% - 92px);
	font-size: 16px;
	color: #333;
	padding-left: 40px;
	font-family: arial;
	line-height: 28px;
}

.pro_det_b_tabs_item4{
	background: #f7f7f7;
}
.pro_det_b_tabs_item4_con table{
	width: 100%;
}
.pro_det_b_tabs_item4_con table tr td{
	padding: 8px 5px;
	font-size: 16px;
	border: 1px solid #ddd;
}



.pro_det_b_tabs_item5{
	background: url(../image/inq_bg.jpg) no-repeat center center / cover;
}


.pro_det_b_tabs_item5_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_item5_l{
	width: 43%;
	max-width: 540px;
}
.pro_det_b_tabs_item5_l_tt1{
	font-size: 46px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 18px;
}
.pro_det_b_tabs_item5_l_tt2{
	color: #fff;
}
.pro_det_b_tabs_item5_l_tt3{
	padding: 7px 0 17px;
}
.pro_det_b_tabs_item5_l_tt3 a{
	font-size: 40px;
	color: #088548;
	font-family: "impact";
}
.pro_det_b_tabs_item5_l_btn{
	padding: 10px 0 30px;
}

.pro_det_inq_list dd{
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}
.pro_det_inq_list dd:last-child{
	border: none;
	padding-top: 25px;
	margin-bottom: 0;
}
.pro_det_inq_list_text{
	display: block;
	width: 100%;
	height: 80px;
	font-size: 16px;
	color: #fff;
	border: none;
	background: none;
}
.pro_det_inq_list_text::-webkit-input-placeholder{
	color: #fff;
}
.pro_det_b_tabs_item5_r{
	width: 43%;
	max-width: 520px;
}

.pro_det_inq_list_btn{
	border: none;
}


.back_top{
	display: none;
	position: fixed;
	right: 0;
	bottom: 20%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	border-radius: 3px;
	background: #088548;
	transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	cursor: pointer;
}