@charset "utf-8";

/*reset*/
*, :before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, strong, sub, sup, dd, dl, dt, li, ol, ul, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;}
ul{margin:0; padding:0; list-style:none;}
li{list-style-type: none;}
font{font-family:Arial,Verdana;}
input, button, textarea,select{
	margin: 0;
	padding: 0;
	border-width: 1px;
	font-size: 14px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-radius: 0;
	-webkit-appearance: none;
}
input, button{
	-webkit-appearance:none;outline:none;background:none;
}
a img{border:0 none; max-width: 100%;}
iframe{
	border: 0;
}
img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a{
	text-decoration:none;
	transition: all .5s;
	-webkit-transition:all .5s; 
	-moz-transition: all .5s;
	-o-transition: all .5s;
	color: #444;
}
a:hover{ 
	text-decoration:none;
	transition: all .5s;
	-webkit-transition:all .5s; 
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
html{
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

body{
	color: #444;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
table {	border-collapse: collapse;	border-spacing: 0;}
label,button{cursor:pointer;}
select,input,textarea,button{outline:none; } 
i{font-style:normal;}
.bgf{ background: #fff !important;}
/*common*/
.fl{float: left;}
.fr{float: right;}
.clear{
	clear: both;
}
.clearl{
	clear: left;
}
.clearr{
	clear: right;
}
.overHidden{
	overflow: hidden;
}
.h15{
	clear: both;
	height: 15px;
	overflow: hidden;
}
.h30{
	clear: both;
	height: 30px;
	overflow: hidden;
}
.marlrAuto{
	margin-left: auto;
	margin-right: auto;
}
.table{
	display: table;
	width: 100%;
	height: 100%;
}
.cell{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.clearfix:after{
	display: block;
	content: "";
	height: 0;
	clear: both;
}
.clearfix{*zoom: 1;}
.pro-table,.pro_table{overflow-x:auto}
.textOverflow{white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
.textOverClm{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;}
.clm2{-webkit-line-clamp:2; }
.clm3{-webkit-line-clamp:3; }
.clm4{-webkit-line-clamp:4; }
.clm5{-webkit-line-clamp:5; }
.clm6{-webkit-line-clamp:6; }
.clm7{-webkit-line-clamp:7; }
.tc{text-align: center;}
.tl{text-align: left;}
.tr{text-align: right;}
.textHover:hover{text-decoration: underline;}
.btnHover{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.btnHover:hover{opacity: 0.9;transition: all 0.5s;
	-webkit-transition: all 0.5s;}

.btnHover2{
	position: relative;
	overflow: hidden;
}
.btnHover2:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    -webkit-transform: translate(-105%,0);
    transform: translate(-105%,0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fff;
    background-color: rgba(255,255,255,.25);
}

.btnHover2:hover:before{
	opacity: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.colorf{
	color: #fff !important; 
}
.colorfa{
	color: #fafafa !important; 
}
.color0{color: #000 !important;}
.color1{color: #111 !important;}
.color2{color: #222 !important;}
.color3{color: #333 !important;}
.color6{ color: #666 !important;}
.color8{ color: #888 !important;}
.color9{ color: #999 !important;}
.colorm{ color: #5b9bf3 !important;}

.word_break:{word-break:break-all;} /*文字换行*/

.borderN{
	border: none;
}

.uppercase{
	text-transform: uppercase;
}
.capitalize{
	text-transform: capitalize;
}
/**displayNone**/
.disNone{
	display: none;
}
.wrapper{
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
}

::-webkit-scrollbar {width:8px;background:#fff;}
::-webkit-scrollbar-button {}
::-webkit-scrollbar-track {}
::-webkit-scrollbar-track-piece {}
::-webkit-scrollbar-thumb {width:6px;background:#888;}
::-webkit-scrollbar-corner {background:none;}
::-webkit-resizer {}
::-webkit-scrollbar:horizontal{height:9px;}



html,body{
	font-family: "Poppins", sans-serif,arial,verdana;
}
input, button, textarea,select,button{
	font-family: "Poppins", sans-serif,arial,verdana;
}
.bgf4{
	background: #f4f8fa;
}
.bgf5{
	background: #f5f5f5;
}
.bgf6{
	background: #f6f6f6;
}
.bgf8{
	background: #f8f8f8;
}
.bgfa{
	background: #fafafa;
}



.fwbb{
	font-family: "BarlowCondensed-Bold";
}
.fwb{
	font-family: "Poppins";
}
.fwr{
	font-family: "Poppins";
}
.fwm{
	font-family: "Poppins";
}
.fwip{
	font-family: "impact";
}


/* 
图片放大
 */
 #baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: opacity 0.5s ease;
	        transition: opacity 0.5s ease;
}


.sub_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;
}
.sub_wrap2{
	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;
}










.header_box{
	position: relative !important;
	z-index: 3;
	height: 0;
}

.header{
	/* height: 0; */
	background: url(../images/menu_bg.png.webp) repeat-x center top;
	z-index: 4;
	    max-width: 1920px;
    margin: 0 auto;
}

.header_b{
	position: relative;
}
.logo{
	width: 200px;
	height: 110px;
	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;
	position: relative;
}
.logo img{
	max-width: 100%;
	max-height: 100%;
}

.logo .pic2{
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	transform:translate(-50%,-50%);
}

.header_b_r{
	width: calc(100% - 200px);
	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;
}

.menu_dl{
	width: calc(100% - 95px);
	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;
	padding-right: 2%;
}
.menu_dl dd{
	margin: 0 1.3vw;
}


.menu_tt{
	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:16px;
	height: 110px;
	color: #fff;
	text-transform: capitalize;
	white-space: nowrap;
	position: relative;
}
.menu_tt .icon{
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
}
.menu_tt::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width: 0;
	height: 3px;
	background: #5b9bf3;
	transform: translate(-50%,0);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.menu_dl dd.hover .menu_tt::after{
	width: 100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 2;
	width: 100%;
	background: #fff;
	box-shadow: 0 5px 10px rgba(50,50,50,.05);
}


.menu_down_wrap{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.menu_down_l{
	width: 520px;
	background: #f3f3f3;
	padding: 50px 35px;
}
.menu_down_l_title{
	margin-bottom: 20px;
}
.menu_down_l_title .tt{
	font-size: 26px;
	font-family: "Poppins";
	margin-bottom: 10px;
}
.menu_down_l_title .text{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 18px;
}

.menu_down_l_title .text p{
	padding-left:15px;
	text-indent: -15px;
}
.menu_down_l_title .text p:nth-child(1){
	
	padding-bottom:6px;
	font-size: 18px;
}
.menu_down_l_title .text p:nth-child(1),.menu_down_l_title .text p:nth-child(5){
	padding-left:0px;
	text-indent:0px;
}


.menu_down_l_con{
	margin-bottom:20px;
}

.menu_down_l_list{
	width: 520px;
	margin-left: -35px;
	margin-bottom: 35px;
}

.menu_down_l_pro .menu_down_l_list{
	width:100%;
	display: flex;
	margin-left:0px;
	margin-bottom:0px;
}




.menu_down_l_list 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;
	color: #666;
	padding: 5px 35px;
	border-bottom: 1px solid #e5e5e5;
}

.menu_down_l_pro .menu_down_l_list a{border:1px solid #5b9bf3;}

.menu_down_l_list a .tt{
	width: calc(100% - 40px);
	text-transform: capitalize;
}
.menu_down_l_list a .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: 40px;
	height: 40px;
	color: #5b9bf3;
	font-size: 26px;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}

.menu_down_l_list a:hover,
.menu_down_l_list a.hover{
	color:#5b9bf3;
	background: #fff;
}

.menu_down_r_pro{text-align: center;}
.menu_down_r_pro a{font-size:20px; padding-bottom:20px;}
.menu_down_r_pro a.menu_tt{height:48px; width:40px; margin:0 auto; color:rgba(68,68,68);}
.menu_down_r_pro a.menu_tt{height:48px;}
.menu_down_l_btn{
	display: block;
	width: 100%;
	line-height: 50px;
	height: 53px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #5b9bf3;
	border-bottom: 3px solid #16288b;
}
.menu_down_l_pro{width:72%; background: #fff;}

.menu_down_r{
	width: calc(100% - 520px);
	padding: 50px 3%;
}
.menu_down_r.menu_down_r_pro{width:28%;}

.menu_down_r_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.menu_down_r_list a{
	width: 31%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 16px;
	color: #333;
	margin: 0 3.5% 30px 0;
}
.menu_down_r_list a:nth-child(3n){
	margin-right: 0;
}

.menu_down_r_list a .icon{
	font-size: 24px;
	color: #5b9bf3;
	margin-right: 8px;
}
.menu_down_r_list a:hover{
	transform:translateX(3px);
	-webkit-transform:translateX(3px);
}


.menu_down_r_list2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.menu_down_r_list2 a{
	width:20%;
	padding: 0 10px;
	margin-bottom: 15px;
	text-align: center;
}

.menu_down_r_list2 a:hover{
	color: #5b9bf3;
	text-decoration: underline;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.menu_down_r_list2 img{
	max-width:120px;
	border:1px solid #ccc;
	margin-bottom: 10px;
}






.header_b_r_lag{
	width: 80px;
	height: 40px;
	position: relative;
	margin: 0 0 0 15px;
}
.header_b_r_lag_tt{
	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: 80px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.header_b_r_lag_tt .icon1{
    width: 20px;
    margin-right: 7px;
}

.header_b_r_lag_down{
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 140px;
	background: #fff;
	margin-left: -70px;
	box-shadow: 0 0 10px rgba(50,50,50,.2);
}
.header_b_r_lag_down 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;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	text-align: center;
}
.header_b_r_lag_down a .icon{
    width: 22px;
    margin-right: 4px;
}
.header_b_r_lag_down a:hover{
	color: #fff;
	background: #5b9bf3;
}

.header_b_r_search{
	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;
	font-size: 26px;
	color: #fff;
	cursor: pointer;
}



.header_b_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: 180px;
	height: 60px;
	background: #5b9bf3;
	cursor: pointer;
}




.search_box{
	display: none;
	position: fixed;
	left:50%;
	top: 50%;
	margin:-30px 0 0 -450px;
	z-index: 15;
	width:900px;
	height: 60px;
	padding: 10px;
	background: #f5f5f5;
}
.search_box_text{
	width: calc(100% - 90px);
	height: 40px;
	border: 0;
	font-size: 14px;
	padding-left: 20px;
	background: none;
}
.search_box_text::-webkit-input-placeholder{
	font-size: 14px;
	text-transform: uppercase;
}
.search_box_sub{
	width:40px;
	height: 40px;
	color: #5b9bf3;
	font-size: 34px;
	background: none;
	border: 0;
}

.search_box_close{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	color: #999;
	margin-left: 10px;
	border: 0;
	background: none;
}
.search_box_close:hover{
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.header.hover,
.header_box.sub_header .header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 5px rgba(115,115,115,.2);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.header.hover .logo .pic1,
.header_box.sub_header .header .logo .pic1{
	opacity: 0;
}
.header.hover .logo .pic2,
.header_box.sub_header .header .logo .pic2{
	opacity: 1;
}
.header.hover .menu_tt,
.header_box.sub_header .header .menu_tt{
	color: #333;
}
.header.hover .menu_tt::after,
.header_box.sub_header .header .menu_tt::after{
	background: #5b9bf3;
}
.header.hover .header_b_r_lag_tt,
.header_box.sub_header .header .header_b_r_lag_tt,
.header.hover .header_b_r_search,
.header_box.sub_header .header .header_b_r_search{
	color: #333;
}
.header.hover .menu_tt::after,
.header_box.sub_header .header .menu_tt::after{
	background: #5b9bf3;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




.header_box.sub_header{
	height: 110px;
}


.header.pro_det{
	position: relative;
}



.footer{
	background: #333;
}
.footer_t{
	padding: 60px 0;
}
.footer_t .wrapper{
	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;
}

.footer_t_l{
	width: 390px;
	margin-right: 3.65vw;
}
.footer_t_l_logo{
	margin-bottom: 16px;
}

.footer_t_l_list .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	font-size: 16px;
	line-height: 36px;
	color: #ababab;
}
.footer_t_l_list .item .icon{
	width: 36px;
	text-align: center;
	font-size: 20px;
}
.footer_t_l_list .item .con{
	width: calc(100% - 36px);
	padding-left: 2px;
}
.footer_t_l_list .item .con a{
	color: #ababab;
}
.footer_t_l_list .item .con a:hover{
	color: #fff;
}


.footer_t_item_about{
	width: 190px;
	margin-right: 70px;
}
.footer_t_title{
	font-size: 22px;
	font-family: "Poppins";
	margin-bottom: 15px;
}

.footer_t_list a{
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #ababab;
	text-transform: capitalize;
}

.footer_t_list a:hover{
	color: #fff;
	transform:translateX(3px);
	-webkit-transform:translateX(3px);
}

.footer_t_item_js{
	width: 340px;
	margin-right: 40px;
}

.footer_t_item_tip{
	color: #ababab;
	margin-bottom: 22px;
}

.footer_t_item_form{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	
}

.footer_t_item_form_text{
	width: calc(100% - 60px);
	height: 50px;
	font-size: 16px;
	color: #fff;
	padding-left: 15px;
	border: 1px solid #6c7073;
	border-right: 0;
}
.footer_t_item_form_text::-webkit-input-placeholder{
	color: #ababab;
}
.footer_t_item_form_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: 60px;
	height: 50px;
	font-size: 28px;
	color: #fff;
	background: #6c7073;
	border: none;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer_t_item_form_btn:hover{
	background: #5b9bf3;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.footer_t_item_form{
	margin-bottom: 22px;
}
.footer_t_sm{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.footer_t_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: 50px;
	height: 50px;
	font-size: 24px;
	color: #fff;
	border-radius: 50%;
	margin: 0 10px 10px 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer_t_sm .icon:last-child{
	margin-right: 0;
}
.footer_t_sm .icon.icon-facebook1{
	background: #237ef4;
}
.footer_t_sm .icon.icon-instagram1{
	background: url(../images/instgram_bg.png) no-repeat center center / cover;
}
.footer_t_sm .icon.icon-twitter{
	background: #1bb8ee;
}
.footer_t_sm .icon.icon-you-tube{
	background: #cc1822;
}
.footer_t_sm .icon.icon-linkedin2{
	background: #017bb6;
}

.footer_t_sm .icon:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
}


.footer_b{
	border-top: 1px solid #484848;
	padding: 23px 0;
}

.footer_b_r a{
	color: #999;
}
.footer_b_r a:hover{
	color: #fff;
}

.float_fixed{
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 3;
	width: 60px;
	background: #fff;
	box-shadow: 0 0 10px rgba(50,50,50,.1);
}
.float_fixed .item{
	display: block;
	width: 60px;
	height: 60px;
	font-size: 28px;
	color: #5b9bf3;
	line-height: 60px;
	text-align: center;
}
.float_fixed .item:hover{
	color: #fff;
	background: #5b9bf3;
}

.back_top{
	font-weight: bold;
	transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
}


.icon-a1:before {
    content: "";
    display: block;
    width:24px;
    height:24px;
    background:url(../images/icon-about.png) no-repeat;
    background-size:24px;
}

.icon-a2:before {
    content: "";
    display: block;
    width:24px;
    height:24px;
    background:url(../images/icon-rd.png) no-repeat;
    background-size:24px;
}

.icon-a3:before {
    content: "";
    display: block;
    width:24px;
    height:24px;
    background:url(../images/icon-q.png) no-repeat;
    background-size:24px;
}

.icon-a4:before {
    content: "";
    display: block;
    width:24px;
    height:24px;
    background:url(../images/icon-h.png) no-repeat;
    background-size:24px;
}

.icon-a5:before {
    content: "";
    display: block;
    width:24px;
    height:24px;
    background:url(../images/icon-w.png) no-repeat;
    background-size:24px;
}


/*
 * 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: 14;
	width: 100%;
	height: 52px;
	background: #fff;
	box-shadow: 0 0 5px rgba(50,50,50,.2);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile_logo{
	height: 52px;
	margin-left: 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;
	padding: 0 15px;
}
.mobile_logo img{
	height: 26px;
	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 .line{
	display: block;
	height: 3px;
	width: 28px;
	background: #0a0404;
	border-radius: 4px;
	margin-bottom: 6px;
}
.mobile_menu_btn .line:last-child{
	margin-bottom: 0;
}

.mobile_search_icon{
	width: 40px;
	height: 52px;
	color: #222;
	font-size: 22px;
	line-height: 52px;
	text-align: center;
	margin-right: 52px;
	cursor: pointer;
}


.mobile_menu_box{
	position: fixed;
	right: -110%;
	top:0;
	z-index: 15;
	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;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	-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{
	width: calc(100% - 50px);
	color: #333;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0;
}
.mobile_menu_dl dd.hover .mobile_menu_tt .text{
	color: #0a0404;
}
.mobile_menu_tt_icon{
	display: none;
	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);
	cursor: pointer;
}

.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;
	padding: 5px 0;
}
.mobile_menu_down_clm_tt .icon{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	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: 13;
	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: #0a0404;
	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;
	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;
	padding-bottom: 18px;
}
.mobile_lag_text{
	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;
}
.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: 15;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}
.mask{
	z-index: 13;
}



@media screen and (min-width: 992px) and (max-width: 1200px){
	.header_box{
		display: none;
	}
	.mobile_header{
		display: block;
	}
	.mobile_menu_box{
		width: 350px;
		right: -350px;
		padding: 35px 5%;
	}
	.topheader{padding-top: 0px;}
}

@media screen and (min-width: 768px) and (max-width: 992px){
	.header_box{
		display: none;
	}
	.mobile_header{
		display: block;
	}
	.mobile_menu_box{
		width: 350px;
		right: -350px;
		padding: 35px 5%;
	}
	.topheader{padding-top: 0px;}
}
@media screen and (min-width: 300px) and (max-width: 767px){
	.wrapper{
		width: 100%;
	}

	.header_box{
		display: none;
	}
	.mobile_header{
		display: block;
	}
	.topheader{padding-top: 0px;}

	.footer_t{padding:24px 0px;}
	.footer_t_l{width:100%; margin-right: 0px;}
	.footer_t_item_about{display:none}
	.footer_t_item_js,.footer_t_item_r{display:none}
	.footer{padding-bottom:50px;}
}

.float_fixed .item{position: relative;}
.tel-phone{
	    position: absolute;
    z-index: 1;
    padding: 5px 5px 10px 5px;
    width: 280px;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    color: #fff;
    font-size: 24px;
    text-align:left;
    padding-left:6px;
    line-height:1.2em;
    border-radius:4px;
}
.tel-phone:before{
	font-size: 40px;
	content: "\e608";
	position: absolute;
	top:22px;
}
.tel-phone>div{margin-left:40px; padding-left:6px;}
.float_fixed .item:hover .tel-phone{display:block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
 .tel-phone span{
 
    font-size:14px;
    line-height:24px;
    margin-top:8px;
}

.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #5b9bf3;
    display: none;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: 14px;
}

.footer3 ul li:nth-child(1) .iconfont {
    background: url("../images/icon-footernav1.png") no-repeat 50%;
}

.footer3 ul li:nth-child(2) .iconfont {
    background: url("../images/icon-footernav2.png") no-repeat 50%;
}

.footer3 ul li:nth-child(3) .iconfont {
    background: url("../images/icon-footernav3.png") no-repeat 50%;
}

.footer3 ul li:nth-child(4) .iconfont {
    background: url("../images/icon-footernav4.png") no-repeat 50%;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}
@media screen and (min-width: 300px) and (max-width: 767px){
    .footer3{display:block;}
}