a img {
    max-width: 100%;
    border-width: 0px;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

input, button, textarea,select,button{
	font-family: 'Roboto', sans-serif,arial,verdana;
}
.bgf5{
	background: #f5f5f5;
}

.header_box{
	background: #fff;
}
.header_fix{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 7px rgba(115,115,115,.15);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.header_fix.hover{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
}

.header{
	width: 100%;
	position: relative;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.head_t{
	height: 45px;
	background: #2e2e2e;
}
.head_t_l{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.head_t_l_item{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	line-height: 45px;
	font-size: 14px;
	padding-right: 25px;
	margin-right: 25px;
	position: relative;
}
.head_t_l .head_t_l_item:first-child::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 1px;
	height: 21px;
	background: #4e4e4e;
	margin-top: -11px;
}


.head_t_l_item .icon{
	width: 20px;
	height:20px;
	line-height: 20px;
	text-align: center;
	font-size: 18px;
	margin-right: 8px;
}
.head_t_l_item:hover{
	color: #f9bf00;
}


.head_t_r{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.head_t_r .head_t_l_item{
	padding-right: 0;
	margin-right: 0;
}


.head_t_sm{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	padding-right: 25px;
	margin-right: 25px;
	position: relative;
}
.head_t_sm:first-child::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 1px;
	height: 21px;
	background: #4e4e4e;
	margin-top: -11px;
}


.head_t_sm a{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	text-align: center;
	position: relative;
}
.head_t_sm a img{
	display: none;
	position: absolute;
	left: 50%;
	top: 30px;
	z-index: 3;
	width: 120px;
	height: 120px;
	max-width: none;
	margin-left: -60px;
}
.head_t_sm a:hover img{
	display: block;
}
.head_t_sm a:hover{
	color: #f9bf00;
}
.head_lag{
	width: 140px;
	height: 26px;
	position: relative;
	margin-left: 15px;
}
.head_lag_t{
	width: 140px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	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;
	position: relative;
}
.head_lag_t::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 16px;
	transform: translate(0,-50%);
	background: #4e4e4e;
}
.head_lag_t .icon{
	color: #fff;
	font-size: 14px;
	margin-left: 8px;
	transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
}
.head_lag_down{
	position: absolute;
	left:0;
	top: 33px;
	z-index: 2;
	display: none;
	width: 100%;
	background: #fff;
	text-align: center;
	padding:8px 0;
	box-shadow: 0 2px 5px rgba(0,0,0,.12);
}
.head_lag_down a{
	display: block;
    line-height: 30px;
	color: #333;
	text-align: center;
    font-size: 14px;
    overflow: hidden;
}
.head_lag_down a:hover{
	background: #f9bf00;
}


.head_b{
	background: #fff;
	height: 94px;
	position: relative;
}
.head_t .wrapper{
	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;
}
.head_b>.wrapper{
	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;
}
.logo{
	width: 300px;
	height:94px;
	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;
}
.logo img{
	display: block;
	max-width: 100%;
}
.head_r{
	width: calc(100% - 330px);
	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;
}

.menu{
	width: calc(100% - 180px);
	float:left; margin-right:40px;
}

.menu_dl{
	width: 100%;
	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;
	width: 100%;
}
.menu_dl dd{
	margin: 0 15px;
	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_dl dd.menu_dd_pro{
	position: static;
}
.menu_tt .text{
	width:80px;
	display: block;
	color: #333;
	text-align: center;
	line-height:90px;
	font-size: 16px;
	
	overflow: hidden;
	border-bottom: 4px solid transparent;
}

.menu_dl dd.hover .menu_tt .text{
	border-color: #f9bf00;
}




.menu_down_pro{
	display: none;
	position: absolute;
	left: 0;
	top: 146px;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	background: rgba(248,248,248,.9);
	border-bottom: 2px solid #f9bf00;
	box-shadow: 0 3px 5px rgba(115,115,115,.2);
}
.menu_down_pro .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;
	overflow: hidden;
}
.menu_down_pro_item{
	width: 20%;
	padding: 45px 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_down_pro_pic{
	overflow: hidden;
}
.menu_down_pro_title{
	display: block;
	color: #222;
	margin:20px 0 15px;
	font-size: 20px;
	font-weight: bold;
}


.menu_down_pro_list{
	margin-bottom: 30px;
}
.menu_down_pro_list a{
	display: block;
	color: #222;
	font-size: 14px;
	line-height: 20px;
	padding: 3px 0;
}

.menu_down_pro_list a:hover{
	transform: translateX(3px);
	-webkit-transform: translateX(3px);
}

.menu_down_pro_item:hover{
	background: #f9bf00;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_down_pro_item:hover .menu_down_pro_pic img{
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
}


.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top: 94px;
	z-index: 3;
	width: 200px;
	background: rgba(248,248,248,.9);
	box-shadow: 0 3px 8px rgba(115,115,115,.2);
}
.menu_down a{
	display: block;
	font-size: 16px;
	line-height: 22px;
	padding:14px 0;
	text-align: center;
	color: #333;
	border-bottom: 1px dashed #e7e7e7;
}
.menu_down a:last-child{
	border: none;
}

.menu_down a:hover{
	color: #f9bf00;
}


.head_search{
	width: 46px;
	height: 46px;
	line-height:46px;
	text-align: center;
	color: #444;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
}

.search_box{
	display: none;
	position: fixed;
	left:50%;
	top: 50%;
	z-index: 5;
	margin:-30px 0 0 -450px;
	z-index: 9;
	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;
}
.search_box_sub{
	width:40px;
	height: 40px;
	color: #f9bf00;
	font-size: 28px;
	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_fix.hover .head_b{
	height: 70px;
}
.header_fix.hover .menu_tt .text{
	height:70px;
	line-height: 70px;
}
.header_fix.hover .menu_dl dd .menu_tt .text::after{
	top: -20px;
}
.header_fix.hover{
	height: 70px;
	box-shadow: 0 0 6px rgba(115,115,115,.2);
	-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;
}

.header_fix.hover .logo{
	height: 70px;
	padding: 8px 0;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.header_fix.hover .menu_dl dd{
	height: 70px;
	line-height: 70px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.header_fix.hover .head_t{
	display:none;
}
.header_fix.hover .menu_down_pro,
.header_fix.hover .menu_down{
	top: 70px;
}



/*
 * 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: 180px;
	height: 52px;
	margin-left: 15px;
}
.mobile_logo img{
	display: block;
	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 span{
	display: block;
	height: 3px;
	width: 28px;
	background:#333;
	border-radius: 4px;
	margin-bottom: 6px;
}
.mobile_menu_btn span:last-child{
	margin-bottom: 0;
}
.mobile_search_icon{
	width: 40px;
	height: 52px;
	color: #333;
	font-size: 24px;
	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: 16px;
	line-height: 24px;
	padding: 10px 0;
	text-transform: capitalize;
}
.mobile_menu_dl dd.hover .mobile_menu_tt .text{
	color: #f9bf00;
}
.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;
}

.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;
	-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(90deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
}
.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);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-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: #f9bf00;
	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{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}
.mobile_menu_b_clm .tt .icon{
	margin-right: 8px;
	font-size: 16px;
}
.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: 18px;
	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;
}



.news_det_con p{
	font-size: 14px;
	text-indent:2em;
}

.news_det_con section{
	font-size: 14px;
	text-indent:2em;
}




@keyframes banner_icon
{
	0%   {border-color:rgba(246,190,5,.7);}
	50%  {border-color:rgba(246,190,5,.5);}
	100%  {border-color:rgba(246,190,5,.7);}
}

@-webkit-keyframes banner_icon
{
	0%   {border-color:rgba(246,190,5,.7);}
	50%  {border-color:rgba(246,190,5,.5);}
	100%  {border-color:rgba(246,190,5,.7);}
}


@-moz-keyframes banner_icon
{
	0%   {border-color:rgba(246,190,5,.7);}
	50%  {border-color:rgba(246,190,5,.5);}
	100%  {border-color:rgba(246,190,5,.7);}
}



.list_tt30{
	color: #222;
	font-size: 30px;
	font-weight: bold;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.list_tt18{
	display: block;
	font-size: 18px;
	color: #222;
	font-weight: bold;
	margin-bottom: 8px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.list_tt24{
	display: block;
	color: #222;
	font-size: 16px;

	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.list_text1{
	font-size: 14px;
	color: #666;
	line-height: 24px; text-align:left;
}


.main_content{
	padding: 50px 0;
}
.main_content1{
	padding: 30px 0;
}
.main_bg{ background:url(../images/mainng1.png) repeat-x; }
.main_bg2{ background:url(../images/mainng2.png) repeat-x ; }
.main_content2{
	padding: 80px 0 0;
}

.ind_title1{
	font-size: 36px;
	color: #222;
	font-weight: bold;
	margin-bottom: 30px;
}
.ind_title1 .text{
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	font-weight: normal;
	padding-top: 10px;
}


.ind_box1{
	background: #eee;
}

.ind_pro_scroll{
	margin-bottom: 60px;
}
.ind_pro_item_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;
}




.ind_pro_item_con{
	width: 50%;
}
.ind_pro_item_con_m{
	padding: 0 2%;
	max-width: 600px;
	margin: 0 auto;
}
.ind_pro_item_tt{
	font-size: 18px;
	color: #f9bf00;
	font-weight: bold;
	margin-bottom: 18px;
}

.ind_pro_item_desc{
	padding: 10px 0 20px;
}
.ind_pro_item_desc_item{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.ind_pro_item_desc_item .tt{
	font-weight: bold;	
	color: #222;
}



.more_btn1{
	width: 100%;
	width: 140px;
	height: 30px;
	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: 14px;
	color: #222;
	border: 1px solid #222;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.more_btn1 .icon{
	font-size: 14px;
	margin-left: 6px;
}
.more_btn1.hover,
.more_btn1:hover{
	border-color: #f9bf00 !important;
	background: #f9bf00 !important;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_pro_scroll_pic{
	width: 50%;
}
.ind_pro_scroll_pic img{
	width: auto;
	max-width: 490px !important;
	margin: 0 auto;
}

.ind_pro_scroll_bars{
	width: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	background: #fff;
	box-shadow: 0 0 15px rgba(115,115,115,.2);
}
.ind_pro_scroll_bars .item{
	width: 20%;
	padding: 28px 15px 5px;
	text-align: center;
	border-bottom: 2px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_scroll_bars .item:last-child{
	border-right: 0;
}


.ind_pro_scroll_bars .item .tt{
	font-size: 14px;
	color: #f9bf00;
	font-weight: bold;
}
.ind_pro_scroll_bars .item .tt2{
	font-size: 16px;
	color: #222;
	font-weight: bold;
	margin: 10px 0 5px;
}
.ind_pro_scroll_bars .item .pic{
	overflow: hidden;
	position: relative;
}
.ind_pro_scroll_bars .item .pic::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.ind_pro_scroll_bars .item:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.ind_pro_scroll_bars .item.active{
	border-bottom: 2px solid #f9bf00;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.ind_box2{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0 0;
}

.ind_box2_con{
	margin-bottom: 60px;
}
.ind_box2_tt{
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 18px;
}
.ind_box2_tt .tt{
	color: #f9bf00;
}

.ind_box2_text{
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	max-width: 930px;
	margin: 0 auto;
}

.ind_box2_list{
	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;
	padding: 80px 0 90px;
}
.ind_box2_list .item{
	margin: 0 11px;
	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 45px;
	height: 68px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	border: 1px solid #fff;
}
.ind_box2_list .item .icon{
	font-size: 32px;
	color: #f9bf00;
	margin-right: 10px;
}

.ind_box2_video{
	width: 114px;
	margin: 0 auto;
}

.ind_box2_b_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-around;
	-ms-justify-content:space-around;
	-webkit-justify-content:space-around;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 0 4%;
	background: rgba(0,0,0,.25);
}
.ind_box2_b_list dd{
	padding: 30px 0 35px;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box2_b_list_num{
	font-size: 60px;
	line-height: 1.2;
	color: #f9bf00;
	font-family: "IMPACT";
}
.ind_box2_b_list dd .tt{
	font-size: 14px;
	color: #fff;
	line-height: 18px;
}

.ind_box2_b_list dd.dd_icon{
	width: 84px;
	height: 3px;
	background: url(../images/ind_about_icon.png) no-repeat center center;
}
.ind_box2_b_list dd:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_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;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 33px;
}

.ind_title_box .tt{
	font-size: 36px;
	font-weight: bold;
}
.ind_title_box .title_more{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #666;
	font-size: 18px;
}
.ind_title_box .title_more .icon{
	font-size: 18px;
	margin-left: 4px;
}
.ind_title_box .title_more:hover{
	color: #f9bf00;
}

.ind_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;
}

.ind_box3_l{
	width: 48%;
}
.ind_box3_l dd{
	padding: 28px 5% 23px;
	margin-bottom: 15px;
	background: #f8f8f8;
}



.ind_box3_l_b{
	padding-top: 8px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.ind_box3_l_b .time{
	font-size: 16px;
	color: #666;
	margin-right: 18px;
}
.ind_box3_l_b .fenlei{
	font-weight: bold;
	color: #f9bf00;
	font-size: 16px;
}

.ind_box3_l dd:hover{
	background: #f9bf00;
}
.ind_box3_l dd:hover .list_text1,
.ind_box3_l dd:hover .time,
.ind_box3_l dd:hover .fenlei{
	color: #222;
}
.ind_box3_l dd:last-child{
	margin-bottom: 0;
}

.ind_box3_r{
	width: 48%;
	padding: 25px 3%;
	background: #f8f8f8;
}
.ind_box3_r_pic{
	overflow: hidden;
	margin-bottom: 15px;
}

.ind_box3_r_scroll .item a:hover .ind_box3_r_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.ind_box3_r_scroll .item a:hover .list_tt18{
	color: #f9bf00;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




.ind_box4_b{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.ind_box4_scroll .item{
	border-right: 1px solid #bfbfbf;
}
.ind_box4_scroll .owl-wrapper-outer{
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}
.ind_box4_scroll.owl-theme .owl-controls{
	display: none;
}

.ind_box4_scroll{
}
.ind_box4_item_con{
	height: 600px;
	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;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box4_item_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 30px;
	height: 80px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	margin-bottom: 70px;
}

.ind_box4_item_btn_box .more_btn1{
	border-color: #fff;
	color: #fff;
}
.ind_box4_item_btn_box .more_btn1:first-child{
	margin-bottom: 13px;
}

.ind_box4_item_con:hover{
	background: rgba(46,46,46,.8);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box4_item_con:hover .more_btn1{
	background: #f9bf00;
	color: #222;
	border-color: #f9bf00;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.ind_box5{
	padding: 60px 0;
	border-top: 1px solid #d1d1d1;
}

.ind_box5_scroll .item{
	border: 1px solid #e5e5e5;
	overflow: hidden;
}
/*.ind_box5_scroll .item img{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.ind_box5_scroll .item:hover img{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
	filter: none;
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}*/


.footer_inquiry{
	border-top: 8px solid #1b1b1b;
	background: #f8f8f8;
}
.footer_inquiry_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;
	padding: 20px 0 30px;
}

.footer_inquiry_tt{
	width: 150px;
}


.footer_inquiry_tt_text{
	font-size: 16px;
	color: #222;
	padding-top: 8px;
}

.footer_inq_list{
	width: calc(100% - 150px);
	padding-left: 5%;
	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: 15px;
}
.footer_inq_text{
	width: 24%;
	height: 40px;
	font-size: 16px;
	color: #222;
	border: none;
	border-bottom: 1px solid #222;
}
.footer_inq_text::-webkit-input-placeholder{
	color: #222;
}


.footer_inq_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: 40px;
	color: #222;
	font-size: 14px;
	background: #f9bf00;
	border: none;
}
.footer_inq_btn .icon{
	font-size: 16px;
	margin-left: 6px;
}


.footer_t{
	background: #2a2a2a;
}
.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_item_l{
	width: 28%;
	max-width: 280px;
}

.footer_item_logo{
	display: block;
	margin-bottom: 30px;
}


.footer_item_code{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-bottom: 16px;
	border-bottom: 1px solid #494949;
}
.footer_item_code .item{
	width: 120px;
}
.footer_item_code .item:first-child{
	margin-right:25px;
}
.footer_item_code .item .pic{
	margin-bottom: 8px;
}
.footer_item_code .item .tt{
	font-size: 14px;
	color: #888;
	text-align: center;
}

.footer_item_sm{
	padding-top: 11px;
}
.footer_item_sm a{
	color: #888;
}
.footer_item_sm a img{
	position: absolute;
	left: 50%;
	top: auto;
	bottom: 30px;
	margin-left: -60px;
}

.footer_t_r{
	width: 70%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
}

.footer_item{
	width: 24%;
}
.footer_title{
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer_pro_list a{
	display: block;
	font-size: 14px;
	color: #888;
	line-height: 28px;
}
.footer_pro_list a:hover{
	color: #f9bf00;
	transform:translateX(3px);
	-webkit-transform:translateX(3px);
}

.footer_ctx .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 0 0 6px 0;
}
.footer_ctx .item .icon{
	width: 24px;
	line-height: 28px;
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.footer_ctx .item .tt{
	width: calc(100% - 24px);
	padding-left: 7px;
	font-size: 14px;
	color: #888;
	line-height: 28px;
}
.footer_ctx .item .tt a{
	color: #888;
}
.footer_ctx .item .tt a:hover{
	color: #f9bf00;
}

.footer_b{
	background: #212121;
	padding: 6px 0;
}
.footer_b .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_b_text{
	font-size: 14px;
	color: #888;
	line-height: 28px;
} 
.footer_b_text a{
	color: #888;
}
.footer_b_text a:hover{
	color: #f9bf00;
}





/* sub_banner */
.sub_banner{
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.sub_banner_tt{
	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;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
}

/* location */
.location{
	border-bottom: 1px solid #e5e5e5; margin-top:155px;
}
.location1{
	border-bottom: 1px solid #e5e5e5;
}
.location_con{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	font-size: 14px;
	color: #222;
	height: 55px;

}
.location_con a{
	color: #222;
	margin: 0 3px;
}
/* about */
.ind_title1 {
    font-size: 36px;
    color: #222;
    font-weight: bold;
    margin-bottom: 30px; line-height:50px;
}
.about_bars{
	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: 50px;
}

.about_bars .item{color: #333;
	width: 200px;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	text-align: center;
	margin: 0 30px 15px;background: #f9bf00; border-radius:3px;
}
.about_bars .item.hover{color: #fff;background:#ff9900;}

.about_bars .item:hover{color: #fff;
background:#ff9900;

}



.about_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;
	margin-bottom: 16px; margin-top:40px;
}
.about_box1_l{
	width: 50%; float:left;
}

.about_box1_l_con{

	padding:7% 5% ;
	margin: 0 auto;
}



.indAbout{ height:auto; width:100%; overflow:hidden; margin-top:-15px; position:relative; animation:AUp 1s; z-index:1} 
.indAboutIco{ margin:0 auto; }
.indAboutIco div{display:inline-block; width:31%; height:auto; font-size:15px; line-height:30px; text-align:center;}
.indAboutIco img{margin-top:15px;}
.indAboutIco h3{font-size:36px; line-height:40px; color:#ff9900;font-family: 'Oswald',arial;}
.indAboutIco h4{font-size: 14px;}
.indAboutIco font{font-size: 14px;color:#f9bf00;}
.indAboutText{ text-align:center; line-height:30px; color:#777; font-size:15px;}

.about_text{
	font-size: 16px;
	line-height: 33px;
	color: #666;

}
.about_text p{ line-height:33px;}
.about_box1_r{
	width: 46.9%; float:right;position: relative;
}
.about_box1_r:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fad852;
}
.about_box1_r img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
	right: 20px;
	bottom: -20px;
}
.history{
	text-indent: inherit;
}
.zhanlue{
	margin:auto;
	display: block;
}

.about_box2{
	background: url(../images/about_bg1.jpg) no-repeat center  center / cover;
	padding: 55px 0;
}
.about_box2_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;
	text-align: center;
	padding: 0 3%;
}
.about_box2_list1 dd{
	width: 25%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.about_box2_list1 dd:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.about_box2_list1 dd .num_box{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	color: #f9bf00;
	font-size: 14px;
	margin-bottom: 7px;
}
.about_box2_list1 dd .num_box .num{
	margin-right: 6px;
	line-height: 0.9;
}
.about_box2_list1 dd .tt{
	font-size: 14px;
	color: #fff;
}


.about_box3{
	background: url(../images/about_bg2.jpg) no-repeat center center / cover;
}
.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;
	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: 50%;
	position: relative;
}
.about_box3_l::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fad852;
}

.about_box3_l img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
	left: 20px;
	top: -20px;
}

.about_box3_r{
	width: 50%;
	padding: 0 4%;
}
.about_box3_r_con{
	max-width: 565px;
	margin: 0 auto;
}

.zhici{
	width:100%;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 30px;
}
.about_box4{
	background: url(../images/about_bg3.jpg) no-repeat center center / cover;
}

.about_box4_bars{
	position: relative;
	margin-bottom: 70px;
}
.about_box4_bars::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 16px;
	width: 100%;
	height: 1px;
	background: #959595;
}
.about_box4_bars .item{
	margin: 0 10px;
	text-align: center;
	cursor: pointer;
}
.about_box4_bars .item .icon_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;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	border: 1px solid #959595;
	margin: 0 auto 10px;
	position: relative;
	z-index: 5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.about_box4_bars .item .icon_box .icon{
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #959595;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about_box4_bars .item .tt{
	color: #959595;
}
.about_box4_bars .slick-current .icon_box{
	border-color: #f9bf00;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.about_box4_bars .slick-current .icon_box .icon{
	background: #f9bf00;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about_box4_bars .slick-prev,
.about_box4_bars .slick-next{
	position: absolute;
	top: 1px;
	z-index: 2;
	width: 31px;
	height: 31px;
	line-height: 999px;
	overflow: hidden;
	background: url(../images/his_icon1.png) no-repeat center center;
	border: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about_box4_bars .slick-prev{
	left: -1px;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}
.about_box4_bars .slick-next{
	right: -1px;
}

.about_box4_bars .slick-prev:hover,
.about_box4_bars .slick-next:hover{
	background: url(../images/his_icon2.png) no-repeat center center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about_box4_tabs_item_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_tabs_item_l{
	width: 50%;
	padding: 0 4%;
}

.about_box4_tabs_item_l_con{
	max-width: 620px;
	margin: 0 auto;
}
.about_box4_tabs_item_tt{
	margin-bottom: 10px;
}
.about_box4_tabs_item_years{
	font-size: 16px;
	color: #f9bf00;
	font-weight: bold;
	margin-bottom: 18px;
}

.about_box4_tabs_item_r{
	width: 50%;	
	overflow: hidden;
}
.about_box4_tabs_item_con:hover .about_box4_tabs_item_r img{
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
}
.main_content {
    padding: 50px 0;
}
.main_content2{padding: 80px 0 0;}
.wrapper {width: 92%;max-width: 1600px;margin-left: auto;margin-right: auto;}
.tc {
    text-align: center;
}



/* 企业文化 */
.culture_box1_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;
	padding-top: 35px;
}
.culture_box1_list dd{
	width: 24%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.culture_box1_list dd .icon_box{
	width: 262px;
	height: 262px;
	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-flow: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	border: 1px solid #d6d6d6;
	border-radius: 50%;
	margin: 0 auto 42px;
}

.culture_box1_list dd .icon_box .icon{
	font-size: 80px;
	color: #f9bf00;
	margin-bottom: 12px;
	margin-left: 25px;
}
.culture_box1_list dd .icon_box .tt{
	font-size: 16px;
	color: #222;
}

.culture_box1_list dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.culture_box2{
	background: url(../images/qysl_bg1.jpg) no-repeat center center / cover;
}

.culture_box2_t{
	margin-bottom: 35px;
}

.culture_box2_b{
	background: rgba(255,255,255,.5);
}
.culture_box2_list{
	max-width: 1320px;
	margin: 0 auto;
	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;
	padding: 48px 0;
}

.culture_box2_list dd{
	width: auto;
	padding: 0 20px;
}

.culture_box2_list dd .list_tt24{
	margin-bottom:18px;
}
.culture_box2_text .item{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.culture_box2_text .item .icon{
	width: 24px;
	margin-right: 6px;
	position: relative;
	top: 2px;
}

.qysl_box3_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;
	padding-top: 20px;
}

.qysl_box3_list1 dd{
	width: calc((100% - 52px) / 5);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.qysl_box3_list1_con{
	height: 600px;
	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-flow: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	text-align: center;
	padding: 0 8%;
	background: rgba(34,34,34,.4);
}

.qysl_box3_list1_con .list_tt30{
	color: #f9bf00;
	margin-bottom: 30px;
}

.qysl_box3_list1_text{
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.qysl_box3_list1 dd:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 0 14px rgba(115,115,115,.3);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}



/*  */
.ltly_box1_con{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-bottom: 50px;
}

.ltly_box1_l{
	width: 65%;
}
.ltly_box1_l img{
	width:100%;
}
.ltly_box1_pic_scroll.owl-theme .owl-controls{
	width: 100%;
	padding: 0 !important;
}
.ltly_box1_pic_scroll.owl-theme .owl-dots{
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 100%;
}
.ltly_box1_pic_scroll.owl-theme .owl-dots .owl-dot span{
	background: #fff;
}

.ltly_box1_pic_scroll .owl-nav{
	position: absolute;
	top: 50%;
	height: 58px;
	width: 100%;
	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;
	transform: translate(0,-50%);
}

.ltly_box1_pic_scroll .owl-controls .owl-nav .owl-next, 
.ltly_box1_pic_scroll .owl-controls .owl-nav .owl-prev{
	width: 58px;
	height: 58px;
	line-height: 999px;
	overflow: hidden;
	border-radius: 50%;
	background:rgba(255,255,255,.7) url(../images/ltly_icon1.png) no-repeat center center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-top: -29px;
}

.ltly_box1_pic_scroll .owl-controls .owl-nav .owl-next:hover, 
.ltly_box1_pic_scroll .owl-controls .owl-nav .owl-prev:hover{
	background:rgba(255,255,255,.7) url(../images/ltly_icon2.png) no-repeat center center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ltly_box1_pic_scroll .owl-controls .owl-nav .owl-next{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}




.ltly_box1_r{
	width: 35%;
	padding: 10px 5px;
	background: url(../images/ltly_bg1.jpg) no-repeat center center / cover;
	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;
}

.ltly_box1_r_list_scroll{
	width: 248px;
	height: 580px;
	overflow-y: scroll;
}

.ltly_box1_r_list .item{
	width: 100%;
	height: 60px;
	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: #e5e5e5;
	font-size: 18px;
	line-height: 1.3;
	color: #222;
	margin-bottom: 6px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ltly_box1_r_list .item:hover,
.ltly_box1_r_list .item.hover{
	color: #222;
	background: #f9bf00;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}




.ltly_box1_r_con{
	width: 100%;
	padding: 30px 7%;
}


.ltly_box1_title1{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	margin-bottom: 20px;
}
.ltly_box1_title1_icon{
	font-size: 46px;
	color: #f9bf00;
	margin-right: 10px;
}


.ltly_box1_r_con_tel{
	padding-top: 30px;
}
.ltly_box1_r_con_tel .tt{
	font-size: 16px;
	color: #222;
	font-weight: bold;
	margin-bottom: 4px;
}
.ltly_box1_r_con_tel .text a{
	font-size: 36px;
	color: #f9bf00;
	line-height: 1.2;
	font-weight: bold;
}






.ltly_bars{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	border-bottom: 4px solid #e5e5e5;
	margin-bottom: 42px;
	background: #f8f8f8;
}
.ltly_bars .item{
	width: 15%;
	height: 68px;
	color: #222;
	font-weight: bold;
	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-right: 1px solid #e5e5e5;
	cursor:pointer;
}
.ltly_bars .item:last-child{
	border: none;
}

.ltly_bars .item .icon{
	font-size: 30px;
	margin-right: 10px; width:auto; height:auto;
}
.ltly_bars .current{
	background: #f9bf00;
}

/* 
.ltly_bars .item:hover,
.ltly_bars .item.hover{
	background: #f9bf00;
}
 */

.fac_list1{
	/* display: flex;
	display: -ms-flexbox;
	display: -webkit-flex; */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.fac_list1 dd{
	width: calc((100% - 140px) / 4);
	margin: 0 35px 32px 0;
	float: left;
}
.fac_list1 dd .pic{
	overflow: hidden;
	margin-bottom: 12px;
}
.fac_list1 dd .pic img{
	width: 100%;
}
.fac_list1 dd:hover .pic img{
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
}
.fac_list1 dd:hover .list_tt18{
	color: #f9bf00;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.fachide{
	display: none;
}
.clear{
	clear: both;
}


/* 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>b{
	color: #222;
    border: 1px solid #f9bf00;
    background: #f9bf00;
}
.page a{
	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;
	line-height: 30px;
	text-align: center;
	color: #888;
	font-size: 14px;
	padding: 0 7px;
	margin: 0 4px;
	border: 1px solid #888;
}
.page a.hover,.page a:hover{
	color: #222;
	border: 1px solid #f9bf00;
	background: #f9bf00;
}
.page>b{
	color: #222;
    border: 1px solid #f9bf00;
    background: #f9bf00;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    padding: 0 7px;
    margin: 0 4px;
}
.page a.prev,
.page a.next{
	width: 50px;
}
.page a.prev{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}


/* 荣誉证书 */
.honor_box1_con{
	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;
	background: #151e33;
	margin-bottom: 60px;
}

.honor_box1_pic{
	width: 37.5%;
	overflow: hidden;
}
.honor_box1_r{
	width: 62.5%;
	padding: 25px 4%;
}


.ryzt_title{
	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: 40px;
}

.ryzt_title .item{
	padding: 0 20px 15px;
	margin: 0 16px;
	border-bottom: 3px solid #e5e5e5;
}
.ryzt_title .item.hover{
	color: #f9bf00;
	border-bottom-color:#f9bf00;
}


.ryzs_list1{
	/* display: flex;
	display: -ms-flexbox;
	display: -webkit-flex; */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.ryzs_list1 dd{
	width: calc((100% - 39px) / 4);
	margin: 0 13px 25px 0;
	float: left;
	height: 350px;
}
.ryzs_list1 dd .pic{
	padding: 30px;
	border: 1px solid #dcdcdc;
	margin-bottom: 16px;
}
.ryzs_list1 dd:hover .pic img{
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
}
.ryzs_list1 dd:hover .list_tt18{
	color: #f9bf00;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ryzt_title .current{
	background: #f9bf00;
}



.prozl_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.prozl_list1 dd{
	width: calc((100% - 40px) / 3);
}
.prozl_list1 dd{
	margin: 0 20px 30px 0;
}
.prozl_list1 dd a{
	display: block;
	padding: 27px 27px 35px;
	height: 100%;
	border: 1px solid #e5e5e5;
}
.prozl_list1_pic{
	overflow: hidden;
	margin-bottom: 30px;
}
.prozl_list1 dd a:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 0 12px rgba(115,115,115,.2);
}



/* contact */

.contact_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;
}

.contact_list1 dd{
	width: calc((100% - 40px) / 3);
	padding: 50px 2%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	border: 1px solid #e5e5e5;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.contact_list1 dd .icon{
	width: 60px;
	font-size: 60px;
	color: #f9bf00;
}
.contact_list1 dd .con{
	padding-left: 20px;
}

.contact_list1 dd .con .tt{
	font-size: 14px;
	color: #888;
	margin-bottom: 6px;
}
.contact_list1 dd .con .text{
	font-size: 36px;
	font-weight: bold;
	color: #222;
}
.contact_list1 dd .con .text a{
	color: #222;
}
.contact_list1 dd .con .text a:hover{
	color: #f9bf00;
	text-decoration: underline;
}
.contact_list1 dd:hover{
	box-shadow: 0 0 12px rgba(115,115,115,.2);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
}


.contact_box2{
	background: #f8f8f8;
}
.contact_form{
	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 dd{
	width: 48.5%;
	margin-bottom: 29px;
}
.contact_form dd.ddw{
	width: 100%;
}
.contact_form_text,
.contact_form_area{
	width: 100%;
	display: block;
	height: 40px;
	padding-left: 15px;
	font-size: 14px;
	color: #222;
	background: none;
	border: 1px solid #d2d2d2;
}
.contact_form_text::-webkit-input-placeholder,
.contact_form_area::-webkit-input-placeholder{
	color: #888;
}
.contact_form_area{
	height: 134px;
	resize: none;
	padding: 10px 15px;
}

.contact_form_btn{
	width: 174px;
	height: 40px;
	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: #222;
	font-size: 14px;
	background: #f9bf00;
	border: none;
}
.contact_form_btn .icon{
	font-size: 18px;
	margin-right: 8px;
}



/* news */
.news_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;
}
.news_box1_pic{
	width: 50%;
	overflow: hidden;
}
.news_box1_pic img{
	width: 800px;
    height: 417px;
}
.news_box1_pic:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.news_box1_r{
	width: 50%;
	padding: 20px 4%;
}
.news_list1_pic img{
	width: 36.5%;
    overflow: hidden;
    width: 547px;
    height: 285px;
}

.news_box1_r_time{
	font-size: 16px;
	color: #888;
	padding: 20px 0 14px;
}

.news_box1_r_text{
	font-size: 14px;
	line-height: 24px;
	color: #888;
	margin-bottom: 30px;
}
.news_box1_r .list_tt30:hover{
	color: #f9bf00;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.news_box2_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;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 50px;
}

.news_box2_title_box .ryzt_title{
	margin-bottom: 0;
}
.news_box2_title_box .ryzt_title .item:first-child{
	margin-left: 0;
}


.news_box2_title_r{
	width:450px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.news_box2_title_r_icon{
	width: 30px;
	height: 30px;
	font-size: 24px;
	line-height: 30px;
	color: #f9bf00;
}

.news_box2_gg_scroll{ 
	width: calc(100% - 30px);
	overflow:hidden; 
	height:30px;
	position:relative;  
}
.news_box2_gg_scroll .hd{ 
	display: none;
}
.news_box2_gg_scroll .bd{
	height: 30px;
}
.news_box2_gg_scroll .bd ul li a{
	display: block;
	width: 100%;
	line-height: 30px;
	color: #222;
	font-size: 14px;
	font-weight: bold;
}


.news_list1 dd{
	margin-bottom: 40px;
}
.news_list1 dd a{
	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;
	padding: 50px;
	border: 1px solid #e5e5e5;
}

.news_list1_pic{
	width: 36.5%;
	overflow: hidden;
}

.news_list1_con{
	width: 63.5%;
	padding-left: 4%;
}
.news_list1_con .news_box1_r_time{
	padding: 14px 0 15px;
}
.news_list1 dd a:hover{
	box-shadow: 0 0 12px rgba(115,115,115,.2);
}
.news_list1 dd a:hover .news_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.news_list1 dd a:hover .list_tt24{
	color: #f9bf00;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


/* news_det */
.news_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: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items:flex-start;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.main_l{
	width: 65.5%;
}

.news_det_title{
	font-size: 36px;
	color: #222;
	font-weight: bold;
	margin-bottom: 15px;
}
.news_det_time{
	font-size: 14px;
	color: #888;
	padding-bottom: 12px;
	border-bottom: 1px solid #edeeef;
}

.news_det_con{
	padding: 4% 0;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.news_det_con img{
	height: auto !important;
	display: table-cell;
    margin: 0 auto;
}


.news_det_share{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin-bottom: 35px;
}
.news_det_share .tt{
	width: 54px;
	font-size: 14px;
	text-align: right;
	border-left: 2px solid #dedfe1;
}


.news_det_page{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: 35px;
	border-top: 1px solid #dedfe1;
}

.news_det_page_item{
	width: 50%;
	padding: 20px 3%;
	border-right: 1px solid #d2d2d2;
}
.news_det_page_item:last-child{
	border: none;
}
.news_det_page_item_time{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #666;
	font-size: 14px;
	padding: 12px 0;
}
.news_det_page_item_time .icon{
	margin-right: 5px;
}
.news_det_page_item_text{
	font-size: 16px;
	color: #222;
	line-height: 1.5;
	font-weight: bold;
}
.news_det_page_item_text:hover{
	color: #f9bf00;
}


.main_r{
	width: 28.5%;
	padding: 30px 3%;
	border: 1px solid #d2d2d2;
}

.main_r_title{
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
}

.main_r_list{
	padding: 25px 0;
}
.main_r_list dd{
	margin-bottom: 14px;
}
.main_r_list dd a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
}
.main_r_list dd a .icon{
	width: 9px;
	height: 9px;
	background: #f9bf00;
	border-radius: 50%;
	margin-top: 7px;
}
.main_r_list dd a .tt{
	width: calc(100% - 9px);
	padding-left: 10px;
	line-height: 24px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.main_r_list dd a:hover .tt{
	color: #f9bf00;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



/* pro_cover */
.pro_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.product_list_title{ width:310px ; height:70px; text-align:center; overflow:hidden;  background-color:#ff9900; border-radius:5px; margin:30px auto }
.product_list_title a{ font-size:22px; color:#fff; line-height:70px; font-weight:600; }
.pro_list1 dd{
	width: calc((100% - 85px) / 4);
	padding: 7px;
	border: 1px solid #d2d2d2;
	margin: 20px 10px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.pro_list1_pic{
	overflow: hidden;
}

.pro_list1_con{
	padding: 17px 0;
}

.pro_list1_tags{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_list1_tags .item{
	padding: 0 25px;
	line-height: 38px;
	border: 1px solid #d2d2d2;
	margin: 0 10px 15px 0;
}
.pro_list1_tags .item:hover{
	color: #222;
	background: #f9bf00;
	border-color: #f9bf00;
}
.pro_list1_con .list_text1{
	margin: 15px 0 25px;
}
.pro_list1 dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 0 15px rgba(115,115,115,.3);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_list1 dd:hover .list_tt24{
	color: #f9bf00;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.pro_p{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
pro_p img{ width:auto}
.pro_p a{font-weight:bold; width:99%; float:left; display:block; margin:0 auto; text-align:center;
   
    color: #fff;
    font-size: 16px;
    padding: 9px 26px 10px 26px;
}


/* pro_det_t */

.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_t_l{
	width: 50%;
}
.pro_det_pic_scroll{
	margin-bottom: 20px;
}
.pro_det_scroll_bars{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.pro_det_scroll_bars .item{
	width: calc((100% - 36px) / 4);
	margin: 0 12px 0 0;
	border: 1px solid #e5e5e5;
	cursor: pointer;
}
.pro_det_scroll_bars .item.active{
	border-color: #f9bf00;
}
.pro_det_scroll_bars .item:last-child{
	margin-right: 0;
}

.pro_det_t_r{
	width: 50%;
	padding: 0 5% 0 0;
}
.pro_det_title1{
	color: #222;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 5px;
}
.pro_det_title2{
	font-size: 24px;
	margin-bottom: 25px;
}
.pro_det_desc{
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding: 18px 0;
}
.pro_det_desc .item{
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.pro_det_desc strong{
	color: #222;
}
.pro_det_desc b{
	color: #222;
}


.pro_det_btn_box{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	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;

}

.pro_det_btn{
	width: 230px;
	height: 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;
	color: #222;
	background: #f9bf00;
	margin-right: 30px;
}

.pro_det_btn .icon{
	font-size: 20px;
	margin-left: 6px;
}


.pro_det_b{

}

.pro_det_b_bars_box{
	width: 100%;
	min-height: 87px;
	border-top: 6px solid #f9bf00;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.pro_det_b_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: #fff;
	border-left: 1px solid #e5e5e5;
	z-index: 5;
	position: relative;
}
.pro_det_b_bars::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom:-1px;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
}
.pro_det_b_bars .item{
	width: 50%;
	height: 80px;
	color: #222;
	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-right: 1px solid #e5e5e5;
	position: relative;
}
.pro_det_b_bars .item:after{
	content: "";
	display: none;
	position: absolute;
	left: 0;
	bottom:-1px;
	z-index: 2;
	width: 100%;
	height: 2px;
	background: #f9bf00;
}

.pro_det_b_bars .item .icon{
	font-size: 32px;
	margin-right: 10px;
}
.pro_det_b_bars .item.hover{
	color: #f9bf00;
}
.pro_det_b_bars .item.hover:after{
	display: block;
}

.pro_det_b_tabs_item{
	padding: 60px 0;
}
.pro_det_b_tabs_item:nth-child(2n){
	background: #f8f8f8;
}


/* pro_det_b */
.pro_det_b_title{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	margin-bottom: 35px;
}
.pro_det_b_title .line{
	width: 11px;
	height: 28px;
	background: #f9bf00;
	margin-right: 12px;
}


.pro_det_b_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;
}
.video11{
	width: 100%;
}

.pro_det_b_box1_l{
	width: 49%;
	padding: 0 2%;
}
.pro_det_b_box1_r{
	width: 50%;
}
.pro_det_b_box1_r a{
	display: block;
	overflow: hidden;
	position: relative;
}
.pro_det_b_box1_r a img{
	display: block;
	width: 100%;
}
.pro_det_b_box1_r a .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/ind_video_icon.png) no-repeat center center;
}
.pro_det_b_box1_r a:hover img{
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
}

.pro_det_b_con{
	font-size: 14px;
	line-height: 1.8;
	color: #222;
}
.pro_det_b table{
	width: 100%;
}
.pro_det_b table tr td{
	padding: 5px 10px;
	border: 1px solid #dee2e6;
}

.pro_det_b table tr{
	background: #f2f2f2;
}
.pro_det_b table tr:nth-child(2n){
	background: #fff;
}


.pro_det_appli{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.pro_det_appli dd{
	width: calc((100% - 39px) / 4);
	margin: 0 13px 15px 0;
}
.pro_det_appli dd a{
	display: block;
	overflow: hidden;
	position: relative;
}
.pro_det_appli dd a img{
	width: 100%;
}
.pro_det_appli dd .tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 55px;
	color: #fff;
	background: rgba(0,0,0,.5);
	margin-bottom: 0;
}
.pro_det_appli dd a:hover img{
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
}
.pro_det_appli dd a:hover{
	box-shadow: 0 0 15px rgba(115,115,115,.3);
}




.pro_list2_scroll .item{
	max-width: 380px;
}
.pro_list2_item_con{
	padding: 25px 25px 30px;
	height: 100%;
	background: #fff;
	border: 1px solid #d2d2d2;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list2_item_t{
	display: block;
	margin-bottom: 20px;
}
.pro_list2_item_tt2{
	height:40px;
	font-size: 14px;
	color: #666;
	padding-top: 3px;
}

.pro_list2_item_pic{
	overflow: hidden;
}

.pro_list2_desc{
	height:180px;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	padding: 22px 0;
}
.pro_list2_item_btn{
	border-top: 1px solid #dbdbdb;
	padding-top: 25px;
	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;
}

.pro_list2_item_con:hover{
	border: 1px solid #f9bf00;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list2_item_con:hover .list_tt24{
	color: #f9bf00;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list2_item_con:hover .pro_list2_item_pic img{
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
}
.pro_list2_item_con:hover .more_btn1{
	color:#333
	background: #f9bf00;
	border-color: #f9bf00;
}



/* pro_list3 */
.sub_pro_desc{ 
	font-size: 16px;
	color: #666;
	line-height: 30px;
	width: 100%;
	max-width: 880px;
	margin:0 auto 50px;
	text-align:left;
	text-indent: 2em;
}
.pro_list3 dd{
	margin-bottom: 27px;
}
.pro_list3 dd a{
	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;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
}
.pro_list3_pic{
	width: 30.8%;
}
.pro_list3_con{
	width: 69.2%;
	padding: 25px 4%;
	background: #f8f8f8;
}

.pro_list3_con .list_tt24{
	margin-bottom: 20px;
}
.pro_list3 dd a:hover{
	box-shadow: 0 0 12px rgba(115,115,115,.2);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.pro_list3 dd a:hover .list_tt24{
	color: #f9bf00;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}



.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((100% - 68px) / 4);
	margin: 0 17px 20px 0;
}


.sub_title1{
	margin-bottom: 15px;
}




/* 人力资源 */
.zp_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}


.zp_list1_item {
	width: calc((100% - 40px) / 3);
    background: #f8f8f8;
    box-sizing: border-box;
	padding: 50px 3% 50px;
	margin: 0 20px 30px 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.zp_list1_item .item_position {
    color: #444444;
}

.zp_list1_item .item_date {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding: 8px 0 16px;
}

.zp_list1_item .item_Job_type,
.zp_list1_item .item_people,
.zp_list1_item .item_place,
.zp_list1_item .item_Appointment {
    display: none;
}

.zp_list1_item .item_describe .describe_01 {
	font-size: 16px;
    color: #444444;
    box-sizing: border-box;
    padding-bottom: 18px;
}

.zp_list1_item .item_describe .describe_02 {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.zp_list1_item .btn_box {
    font-size: 14px;
    color: #ffffff;
    width: 164px;
    line-height: 44px;
    background: #f9bf00;
    text-align: center;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.zp_list1_item .btn_box:hover {
    opacity: 0.7;
}

.zp_list1_item:hover{
	box-shadow: 0 0 20px rgba(115,115,115,.3);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.abo4PageBoxTwo_mask {
    display: none;
    position: fixed;
    z-index: 16;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.abo4BoxTwo3 {
    display: none;
    width: 940px;
    height: 580px;
    position: fixed;
    z-index: 17;
    top: 52%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ffffff;
    box-sizing: border-box;
    padding: 30px;
}

.abo4BoxTwo3 .module_tt {
    color: #444444;
    box-sizing: border-box;
    padding: 0 15px 22px;
    border-bottom: 1px solid #d7d7d7;
}

.abo4BoxTwo3_scroll {
    height: 310px;
    overflow-y: auto;
    margin: 30px 0 30px;
}

.abo4BoxTwo3_scroll .item {
    box-sizing: border-box;
    padding-bottom: 25px;
    padding-right: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.abo4BoxTwo3_scroll .item .left_tt {
    width: 120px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 2px 10px 0 15px;
}

.abo4BoxTwo3_scroll .item .right_text {
    width: calc(100% - 120px);
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.abo4BoxTwo3_email {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #444444;
    width: calc(100% - 120px);
    background: #d7d7d7;
    box-sizing: border-box;
    padding: 16px 20px 16px 20px;
    margin-left: auto;
}

.abo4BoxTwo3_email a {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 14px;
    color: #f9bf00;
    text-decoration: underline;
}

.abo4BoxTwo3 .close_btn {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo4BoxTwo3 .close_btn:hover {
    color: #f9bf00;
}



/* 售后服务 */

.sh_service_box1_btn_box{
	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;
	padding-top: 40px;
}
.sh_service_box1_btn{
	width: 100%;
	max-width:360px;
	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;
	color: #222;
	background: #f9bf00;
	margin: 0 7px;
}
.sh_service_box1_btn .icon{
	font-size: 26px;
	margin-right: 10px;
}
.sh_service_box1_btn .tt{
	font-size: 14px;
	color: #666;
}


.sh_service_box2{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.dzsl_box1_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
.dzsl_box1_list_item{
	width: 50%;
	padding: 45px 2%;
	border-right: 1px solid #707070;
}
.dzsl_box1_list_item:last-child{
	border: none;
}
.dzsl_box1_list_item_title{
	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;
	margin-bottom: 27px;
}
.dzsl_box1_list_item_title .icon{
	font-size: 84px;
	color: #f9bf00;
	margin-right: 23px;
}

.dzsl_box1_list_item_title .con_r .tt{
	color: #fff;
	margin-bottom: 8px;
}
.dzsl_box1_list_item_title .con_r .text{
	color: #e3e3e3;
	font-size: 16px;
	line-height: 28px;
}

.dzsl_box1_list_item_text{
	color: #d3d3d3;
	font-size: 14px;
	line-height: 28px;
	max-width: 430px;
	margin:0 auto 40px;
}
.sh_service_box2_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: 160px;
	height: 36px;
	font-size: 14px;
	color: #222;
	background: #f9bf00;
}
.sh_service_box2_btn .icon{
	font-size: 16px;
	margin-right: 7px;
}

.service_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.service_list1 dd{
	width:30%;
	margin: 0 5% 30px 0;
}
.service_list1 dd a{
	display: block;
	padding: 27px;
	border: 1px solid #e5e5e5;
}

.service_list1_pic{
	overflow: hidden;
}
.service_list1_con{
	padding: 24px 0 10px;
}

.service_list1_tt{
	font-size: 20px;
	line-height: 1.4;
	color: #222;
	font-weight: bold;
}
.service_list1_con .news_box1_r_time{
	padding: 12px 0 14px;
}
.service_list1_con .news_box1_r_text{
	margin-bottom: 15px;
}



/* download */
.down_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.down_list1 dd{
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 40px;
}
.down_list1 dd a{
	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;
	padding: 20px;
	border: 1px solid #e5e5e5;
}
.down_list1_pic{
	width: 32%;
	overflow: hidden;
}

.down_list1_con{
	width: 68%;
	padding-left: 5%;
}

.down_list1_text{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-bottom: 22px;
}

.down_list1_btn{
	width: 140px;
	height: 40px;
	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: 14px;
	color: #f9bf00;
	font-weight: bold;
	border: 1px solid #f9bf00;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.down_list1_btn .icon{
	font-size: 18px;
	margin-left: 7px;
	font-weight: normal;
}
.down_list1_btn:hover{
	color: #222;
	background: #f9bf00;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.down_list1 dd a:hover{
	box-shadow: 0 0 15px rgba(115,115,115,.2);
}
.down_list1 dd a:hover .list_tt18{
	color: #f9bf00;
}



/* 销售网络 */
.sales_box1 .wrapper{
	background: url(../images/xswl_bg1.jpg) no-repeat center center;
}

.sales_box2{
	background: #f8f8f8;
}
.sales_list2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.sales_list3{
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	padding-bottom: 27px;
}

.sales_list2 dd{
	width: calc((100% - 39px) / 4);
	padding: 25px 2% 20px;
	margin: 0 13px 20px 0;
	border: 1px solid #d2d2d2;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.sales_list2_tt{
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 13px;
	text-indent: 3em;
}
.sales_list2_con_b{
	max-width: 270px;
	margin: 0 auto;
}
.sales_list2_con_b .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.sales_list2_con_b .item .icon{
	font-size:18px;
	width: 28px;
	height: 28px;
	color: #f9bf00;
	line-height: 28px;
}
.sales_list2_con_b .item .tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: calc(100% - 28px);
	font-size: 16px;
	line-height: 28px;
}
.sales_list2_con_b .item .tt a{
	color: #222;
}
.sales_list2_con_b .item .tt a:hover{
	color: #f9bf00;
}
.sales_list2 dd:hover {
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 0 15px rgba(115,115,115,.2);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



/* float_fix */
.float_fix{
	position: fixed;
	right: 0;
	bottom: 30%;
	z-index: 7;
	width: 64px;
}
.float_fix .item{
	display: block;
	width: 64px;
	height: 64px;
	position: relative;
	margin-bottom: 1px;
	background: #f8f8f8;
}
.float_fix .item .item_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: 64px;
	height: 64px;
	color: #888;
	font-size: 22px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.float_fix .item .item_con{
	position: absolute;
	right: -180px;
	top: 0;
	width: 160px;
	height: 64px;
	background: #f9bf00;
	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-left: 6px;
	color: #222;
	font-weight: bold;
	font-size: 16px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.float_fix .item .item_con .icon{
	font-size: 22px;
	font-weight: normal;
	margin-right: 8px;
}


.float_fix .item .code{
	position: absolute;
	right: -180px;
	top: 0;
	z-index: 8;
	width: 90px;
	height: 90px;
	border: 3px solid #f9bf00;
}

.float_fix .item:hover .item_con{
	right: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.float_fix .item:hover .item_icon{
	color: #222;
	background: #f9bf00;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.float_fix .item:hover .code{
	right: 64px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.back_top{
	display: none;
}

.float_fix .item:first-child{
	border-top-left-radius: 10px;
}
.float_fix .item:last-child{
	border-bottom-left-radius: 10px;
}
.float_fix .item:last-child:hover .item_icon{
	border-bottom-left-radius: 10px;
}


.mobile_footer_btn{
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 6;
	width:100%;
	text-align:center;
	background: #f8f8f8;
	box-shadow: 0 0 10px rgba(115,115,115,.3);
}
.mobile_footer_btn a{
	float: left;
	width: 25%;
	height: 50px;
	color: #222;
	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: 20px;
}
.mobile_footer_btn a .tt{
	font-size: 14px;
}



@media screen and (min-width: 1201px) and (max-width: 1400px){

	.menu_dl dd{
		margin: 0 5px;
	}
	
	.ind_title1,
	.ind_title_box .tt{
		font-size: 30px;
	}

	.ind_box2_tt{
		font-size: 36px;
	}

	.ind_box4_item_con{
		height: 500px;
	}
	
	.ind_box2_b_list_num{
		font-size: 64px;
	}
	.ind_box4_item_tt,
	.list_tt30{
		font-size: 26px;
	}
	.list_tt24{
		font-size:16px;
	}

	/* about */
	.sub_banner_tt{
		font-size: 36px;
	}

	/* 企业文化 */
	.culture_box1_list dd .icon_box{
		width: 220px;
		height: 220px;
	}
	.culture_box1_list dd .icon_box .icon{
		font-size: 64px;
	}

	.culture_box2_list dd .list_tt24{
		font-size: 22px;
	}
	.qysl_box3_list1_con{
		height: 460px;
	}

	/*  */
	.ltly_box1_r_list_scroll{
		height: 450px;
	}
	.ltly_box1_r_list .item{
		font-size: 16px;
	}
	.ltly_box1_r_con_tel .text a{
		font-size: 30px;
	}
	.ltly_bars .item{  width:25%;
		height: 50px;
	}
	.fac_list1 dd:nth-child(4n){
		margin-right: 0;
	}

	/* 荣誉资质 */
	.ryzs_list1 dd:nth-child(4n){
		margin-right: 0;
	}

	/* 产品专栏 */
	.prozl_list1 dd:nth-child(3n){
		margin-right: 0;
	}
	
	/* contact */
	.contact_list1 dd{
		padding: 35px 3%;
	}
	.contact_list1 dd .con .text{
		font-size: 30px;
	}
	.contact_list1 dd .icon{
		width: 50px;
		font-size: 50px;
	}


	/* news */
	.news_box2_title_r{
		width: 300px;
	}

	.news_list1 dd a{
		padding: 40px;
	}


	/* news_det */
	.news_det_title,
	.main_r_title{
		font-size: 30px;
	}

	/* pro_cover */
	.pro_list1 dd{
		padding:7px;
	}
	.pro_list1 dd:nth-child(4n){
		margin-right: 0;
	}

	/* pro_det */
	.pro_det_appli dd:nth-child(4n){
		margin-right: 0;
	}

	.pro_det_t_r{
		padding: 0 3%;
	}
	.pro_det_title1{
		font-size: 30px;
	}
	.pro_det_title2{
		font-size: 20px;
	}
	.pro_det_b_box1_r a .icon{
		background-size: 70px auto !important;
	}
	.pro_det_b_bars .item .icon{
		font-size: 26px;
	}

	/* pro_list2 */
	.pro_list2 dd:nth-child(4n){
		margin-right: 0;
	}
	.pro_list2_item_con{
		padding: 18px 15px;
	}
	.pro_list2_item_btn .more_btn1{
		width: 49%;
	}


	/* 人力资源 */
	.zp_list1_item:nth-child(3n){
		margin-right: 0;
	}
	.zp_list1_item{
		padding: 35px 20px;
	}

	/* 售后服务 */
	.service_list1 dd{
		width: 31%;
		margin: 0 3.5% 30px 0;
	}
	.service_list1 dd:nth-child(3n){
		margin-right: 0;
	}
	.service_list1 dd a{
		padding: 18px ;
	}
	.dzsl_box1_list_item_title .icon{
		font-size: 70px;
	}


	/* down */
	.down_list1 dd{
		width: calc((100% - 60px) / 3);
		margin: 0 30px 30px 0;
	}
	.down_list1 dd:nth-child(3n){
		margin-right: 0;
	}


	/* sales */
	.sales_list2 dd{
		padding: 25px 20px 20px;
	}
	.sales_list2 dd:nth-child(4n){
		margin-right: 0;
	}
	

	/* 专题 */
	.zt1_box4_list1 dd:nth-child(4n){
		margin-right: 0;
	}
	.zt1_box3_con a{
		font-size: 38px;
	}
	.zt1_box5_list1 dd .pic{
		padding: 15px;
	}

	.zt_footer_list dd .icon{
		width: 120px;
		height: 120px;
		font-size: 44px;
	}
	.zt_footer_list dd .tt{
		font-size: 16px;
	}

	.zt2_box4_title{
		height: 110px;
		top: -55px;
	}
	.zt2_box5_con_r_list dd{
		margin-bottom: 38px;
	}
	
	/* 专题3 */
	.zt3_box2_list1 dd:nth-child(4n),
	.zt3_box3_list1 dd:nth-child(5n),
	.zt3_box6_list1 dd:nth-child(4n){
		margin-right: 0;
	}


	/* 专题4 */
	.zt4_box1_list dd:nth-child(4n){
		margin-right: 0;
	}


	/* zt5 */
	.zt5_box4_list1 dd:nth-child(2n){
		margin-right: 0;
	}

	/* zt6 */
	.zt6_box2_list1 dd:nth-child(5n),
	.zt6_box4_list1 dd:nth-child(4n){
		margin-right: 0;
	}

	.zt6_box2_list1_pic .icon{
		width: 100px;
		height: 95px;
	}


}




@media screen and (min-width: 992px) and (max-width: 1200px){
	.wrapper{
		width:90%;
	}

	.header_box{
		display: none;
	}
	.mobile_header{
		display: block;
	}
	.mobile_menu_box{
		width: 350px;
		right: -350px;
		padding: 35px 5%;
	}
	
	.banner_box_item_rela{
		display: none;
	}
	

	.ind_title1,
	.ind_title_box .tt{
		font-size: 26px;
	}

	.ind_box2_tt{
		font-size: 30px;
	}
	.ind_title1{
		margin-bottom: 20px;
	}
	.ind_pro_item_desc_item{
		padding-top: 0;
	}
	.ind_box2_video{
		width: 84px;
	}
	.ind_box2_list .item{
		height: 56px;
		font-size: 18px;
		padding: 0 30px;
	}

	.ind_box2_b_list dd{
		width: 24%;
	}
	.ind_box2_b_list dd.dd_icon{
		display: none;
	}
	.ind_box2_list{
		padding: 60px 0;
	}

	.ind_title_box .title_more{
		font-size: 16px;
	}

	.ind_box4_item_con{
		height: 500px;
	}
	
	.ind_box2_b_list_num{
		font-size: 56px;
	}

	.ind_pro_item_con_m{
		padding:0 4%;
	}

	.ind_box4_scroll .item,
	.ind_box4_scroll .owl-wrapper-outer{
		border: none;
	}
	.ind_box4_scroll.owl-theme .owl-controls{
		display: block;
		padding-bottom: 15px;
	}
	.list_tt36{
		font-size: 26px;
	}
	.list_tt30{
		font-size: 24px;
	}
	.list_tt24{
		font-size: 16px;
	}
	

	/* about */
	.sub_banner{
		height: 300px;
	}
	.sub_banner_tt{
		font-size: 30px;
	}
	.about_bars .item{
		margin: 0 10px 15px;
	}

	/* 企业文化 */
	.culture_box2_t img{
		height: 110px;
	}
	.culture_box1_list dd .icon_box{
		width: 180px;
		height: 180px;
	}
	.culture_box1_list dd .icon_box .icon{
		font-size: 50px;
	}
	.culture_box1_list dd .icon_box .tt{
		font-size: 14px;
	}

	.list_tt24{
		font-size: 16px;
	}
	.culture_box2_text .item{
		font-size: 14px;
	}

	.qysl_box3_list1_con{
		height: 400px;
	}

	/*  */
	.ltly_box1_l{
		width: 100%;
		margin-bottom: 25px;
	}

	.ltly_box1_r{
		width: 100%;
	}

	.ltly_box1_r_list_scroll{
		height: 400px;
	}
	.ltly_box1_r_list .item{
		font-size: 16px;
		height: 50px;
	}
	.ltly_box1_r_con_tel .text a{
		font-size: 26px;
	}
	.ltly_bars .item{ width:25%;
		height: 40px;
	}
	.ltly_bars .item .icon{
		font-size: 24px;
	}


	.fac_list1 dd{
		width: calc((100% - 100px) / 4);
		margin: 0 25px 25px 0;
	}
	.fac_list1 dd:nth-child(4n){
		margin-right: 0;
	}


	/* 荣誉资质 */
	.ryzs_list1 dd{
		width: calc((100% - 26px) / 3);
	}
	.ryzs_list1 dd:nth-child(3n){
		margin-right: 0;
	}

	/* 产品专栏 */
	.prozl_list1 dd a{
		padding: 18px;
	}
	.prozl_list1_pic{
		margin-bottom: 18px;
	}
	.prozl_list1 dd:nth-child(3n){
		margin-right: 0;
	}

	/* contact */
	.contact_list1 dd{
		padding: 30px 3%;
	}
	.contact_list1 dd .con .text{
		font-size: 22px;
	}
	.contact_list1 dd .icon{
		width: 44px;
		font-size: 44px;
	}

	/* news */
	.news_box2_title_r{
		display: none;
		width: 300px;
	}

	.news_list1 dd a{
		padding: 25px;
	}

	/* news_det */
	.news_det_title,
	.main_r_title{
		font-size: 26px;
	}
	.main_r{
		padding: 20px 2%;
	}

	/* pro_cover */
	.pro_list1 dd{
		width: calc((100% - 20px) / 2);
		padding: 3px;
	}
	.pro_list1 dd:nth-child(2n){
		margin-right: 0;
	}
	.pro_list1_tags .item{
		padding: 0 15px;
	}

	/* pro_det */
	.pro_det_appli dd:nth-child(4n){
		margin-right: 0;
	}

	.pro_det_t_r{
		padding: 0 3%;
	}
	.pro_det_title1{
		font-size:26px;
	}
	.pro_det_title2{
		font-size: 18px;
	}

	.pro_det_b_box1_r a .icon{
		background-size:60px auto !important;
	}
	.pro_list2_item_btn .more_btn1{
		width: 49%;
	}

	.pro_det_b_bars_box{
		min-height: 65px;
		border-top: 4px solid #f9bf00;
	}
	.pro_det_b_bars .item{
		height: 60px;
	}
	.pro_det_b_bars .item .icon{
		font-size: 26px;
	}

	/* pro_list2 */
	.pro_list2 dd{
		width: calc((100% - 30px) / 3);
		margin: 0 15px 17px 0;
	}
	.pro_list2 dd:nth-child(3n){
		margin-right: 0;
	}
	.pro_list2_item_con{
		padding: 18px 15px;
	}
	.pro_list2_item_btn .more_btn1{
		width: 49%;
	}

	/* 人力资源 */
	.zp_list1_item:nth-child(2n){
		margin-right: 0;
	}
	.zp_list1_item{
		width: calc((100% - 20px) / 2);
		padding: 35px 20px;
	}

	.abo4BoxTwo3 {
        width: 850px;
        height: 560px;
    }

    .abo4BoxTwo3_scroll {
        height: 300px;
	}

	/* 售后服务 */
	.service_list1 dd{
		width: 31%;
		margin: 0 3.5% 30px 0;
	}
	.service_list1 dd:nth-child(3n){
		margin-right: 0;
	}
	.service_list1 dd a{
		padding: 18px ;
	}
	.dzsl_box1_list_item_title .icon{
		font-size: 60px;
		margin-right: 15px;
	}
	.sh_service_box1_btn{
		height: 50px;
		max-width: 290px;
	}
	.sh_service_box1_btn .icon{
		font-size: 20px;
	}


	/* down */
	.down_list1 dd{
		width: calc((100% - 20px) / 2);
		margin: 0 20px 20px 0;
	}
	.down_list1 dd:nth-child(2n){
		margin-right: 0;
	}

	/* sales */
	.sales_list2 dd{
		width: calc((100% - 26px) / 3);
		padding: 25px 12px 20px;
		margin: 0 13px 20px 0;
	}
	.sales_list2 dd:nth-child(3n){
		margin-right: 0;
	}



	/* 专题 */
	.zt1_title1 .tt{
		font-size: 22px;
	}
	.zt1_box4_list1 dd:nth-child(4n){
		margin-right: 0;
	}
	.zt1_box3_con{
		font-size: 14px;
	}
	
	.zt1_box3_con a{
		font-size: 30px;
	}
	.zt1_box5_list1 dd .pic{
		padding: 15px;
	}

	.zt1_box2_l{
		width: 100%;
		margin-bottom: 45px;
	}
	.zt1_box8_l{
		width: 100%;
		margin-bottom: 10px;
	}
	.zt1_box2_r,
	.zt1_box8_r{
		width: 100%;
	}

	.zt1_box8_r{
		display:flex;
		display:-ms-flexbox;
		display:-webkit-flex;
		justify-content:space-between;
		-ms-justify-content:space-between;
		-webkit-justify-content:space-between;
	}
	.zt1_box8_r .item{
		width: calc((100% - 10px) / 2);
	}


	.zt_footer_list dd .icon{
		width: 120px;
		height: 120px;
		font-size: 40px;
		margin-bottom: 25px;
	}
	.zt_footer_list dd .tt{
		font-size: 14px;
	}


	.zt2_box1_list .item{
		padding: 60px 3% 30px;
	}
	.zt2_box1_list_num{
		width: 60px;
		height: 72px;
		padding: 12px 0 0 8px;
		background: url(../zt/zt2_box1_icon1.png) no-repeat center bottom / 100% auto;
	}
	.zt2_box4{
		margin-top: -60px;
	}
	.zt2_box4_title{
		height: 100px;
		top: -50px;
	}
	.zt2_box5_con_r_list dd{
		margin-bottom: 38px;
	}
	.zt2_box5_con_r_list dd a .con .tt{
		font-size: 16px;
	}
	

	/* 专题3 */
	.zt3_box1_list .item{
		width: 100%;
	}
	.zt3_box2_list1 dd{
		width: 31%;
		margin: 0 3.5% 30px 0;
	}
	.zt3_box3_list1 dd .pic{
		padding: 10px;
	}
	.zt3_box4_l_con{
		padding: 20px 8%;
		height: 500px;
	}
	.zt3_box4_r_item{
		width: 100%;
	}
	.zt3_box6_list1 dd{
		width: 31%;
		margin: 0 3.5% 40px 0;
	}
	.zt3_box2_list1 dd:nth-child(3n),
	.zt3_box3_list1 dd:nth-child(5n),
	.zt3_box6_list1 dd:nth-child(3n){
		margin-right: 0;
	}




	/* 专题4 */
	.zt4_box1_list dd{
		width: calc((100% - 40px) / 3);
		margin: 0 20px 20px 0;
	}
	.zt4_box1_list dd:nth-child(3n){
		margin-right: 0;
	}
	.zt4_box4_list1 dd{
		width: calc(100% / 3);
	}
	.zt4_box4_list1 dd a{
		padding: 25px 6%;
	}


	/* zt5 */
	.zt5_box4_list1 dd:nth-child(2n){
		margin-right: 0;
	}


	/* zt6 */
	.zt6_box2_list1{
		padding-bottom: 0;
	}
	.zt6_box2_list1 dd{
		width: calc((100% - 26px) / 3);
		margin-bottom: 60px;
	}
	.zt6_box1_con_l{
		width: 100%;
	}
	.zt6_box1_con_r{
		width: 100%;
		text-align: center;
	}
	.zt6_box3_title_icon{
		width: 90px;
	}
	.zt6_box3_b_video a{
		height: 90px;
	}
	.zt6_box3_b_video a{
		font-size: 28px;
	}
	.zt6_box3_b_video a .icon{
		width: 36px;
	}
	.zt6_box4_list1 dd{
		width: calc((100% - 28px) / 3);
		margin: 0 14px 14px 0;
	}
	

	.zt6_box2_list1_pic .icon{
		width: 90px;
		height: 85px;
	}

	.zt6_box7 .wrapper{
		padding:30px 4%;
	}
	.zt6_box7_scroll_con_tt .yw{
		display: none;
	}

	.zt6_box8_l{
		width: 100%;
		margin-bottom: 35px;
	}
	.zt6_box8_r{
		width: 100%;
	}

	.zt6_box2_list1 dd:nth-child(3n),
	.zt6_box4_list1 dd:nth-child(3n){
		margin-right: 0;
	}




}









@media screen and (min-width: 768px) and (max-width: 992px){
	.wrapper{
		width:92%;
	}
	.header_box{
		display: none;
	}
	.mobile_header{
		display: block;
	}
	.mobile_menu_box{
		width: 350px;
		right: -350px;
		padding: 35px 5%;
	}

	.banner.owl-theme .owl-controls{
		bottom: 6px;
	}
	.banner_box_item_rela{
		display: none;
	}
	.main_content{
		padding: 55px 0;
	}
	.main_content2{
		padding-top: 55px;
	}

	.ind_title1,
	.ind_title_box .tt{
		font-size: 22px;
	}
	.ind_pro_scroll {
		margin-bottom: 35px;
	}
	.ind_pro_item_tt{
		margin-bottom: 10px;
	}
	.ind_pro_item_wrap{
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
	}
	.ind_pro_scroll_pic{
		margin-bottom: 35px;
	}
	.ind_pro_scroll_bars .item{
		padding:20px 10px;
	}
	.ind_pro_scroll_bars .item .tt2{
		font-size: 14px;
	}


	.ind_pro_item_con{
		width: 100%;
		padding: 0;
	}
	.ind_box2{
		padding: 60px 0 0;
	}

	.ind_box2_tt{
		font-size: 26px;
	}
	.ind_title1{
		margin-bottom: 20px;
	}
	.ind_title_box{
		margin-bottom: 25px;
	}

	.ind_pro_item_desc_item{
		padding-top: 0;
	}
	.ind_pro_item_con_m{
		padding:0 4%;
	}

	.ind_box2_video{
		width: 70px;
	}
	.ind_box2_list .item{
		height: 48px;
		font-size: 16px;
		padding: 0 20px;
	}
	.ind_box2_list .item .icon{
		font-size: 24px;
		margin-right: 6px;
	}


	.ind_box2_b_list dd{
		width: 24%;
		padding: 20px 0;
	}
	.ind_box2_b_list dd.dd_icon{
		display: none;
	}
	.ind_box2_list{
		padding: 45px 0;
	}
	.ind_box2_b_list_num{
		font-size: 44px;
	}
	.ind_box3_l{
		width: 100%;
		margin-bottom: 30px;
	}
	.ind_box3_r{
		width: 100%;
	}

	.ind_title_box .title_more{
		font-size: 16px;
	}

	.ind_box4_item_con{
		height: 300px;
	}
	.ind_box4_item_tt{
		margin-bottom: 45px;
	}
	

	.ind_box4_scroll .item,
	.ind_box4_scroll .owl-wrapper-outer{
		border: none;
	}
	.ind_box4_scroll.owl-theme .owl-controls{
		display: block;
		padding-bottom: 15px;
	}
	.ind_box5{
		padding: 45px 0;
	}
	.list_tt36{
		font-size: 24px;
	}
	.list_tt30{
		font-size: 20px;
	}
	.footer_inquiry_tt_text{
		font-size: 14px;
	}
	.footer_inquiry_tt{
		width: 100%;
	}
	.footer_inq_list{
		width: 100%;
		
		padding-left: 0;
	}
	.footer_inq_text{
		width: 100%;
		font-size: 14px;
		margin-bottom: 15px;
	}
	
	.footer_item_pro,
	.footer_item_about{
		display: none;
	}
	.footer_item_l{
		width: 48%;
	}
	.footer_t_r{
		width: 48%;
		padding-left: 0;
	}
	.footer_item_contact{
		width: 100%;
	}

	/* about */
	.sub_banner{
		height: 200px;
	}
	.sub_banner_tt{
		font-size: 30px;
	}
	.about_bars{
		margin-bottom: 40px;
	}
	.about_bars .item{
		width: 150px;
		line-height: 40px;
		margin: 0 10px 15px;
	}

	.about_box1_l,
	.about_box3_l,
	.about_box4_tabs_item_l{
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.about_box1_r,
	.about_box3_r,
	.about_box4_tabs_item_r{
		width: 100%;
	}

	.about_box4_bars{
		margin-bottom: 35px;
	}
	.about_box3_l img{
		left: 12px;
		top: -12px;
	}

	.about_box4_bars::before{
		top: 11px;
	}
	.about_box4_bars .item .icon_box{
		width: 21px;
		height: 21px;
	}
	.about_box4_bars .item .icon_box .icon{
		width: 11px;
		height: 11px;
	}
	.about_box4_bars .slick-prev,
	.about_box4_bars .slick-next{
		width: 21px;
		height: 21px;
		background-size: 21px auto;
	}


	/* 企业文化 */
	.culture_box2_t img{
		height: 80px;
	}
	.culture_box1_list{
		padding-top: 10px;
	}
	.culture_box1_list dd .icon_box{
		width: 140px;
		height: 140px;
		margin-bottom: 20px;
	}
	.culture_box1_list dd .icon_box .icon{
		font-size: 44px;
		margin-bottom: 8px;
	}
	.culture_box1_list dd .icon_box .tt{
		font-size: 14px;
	}
	.culture_box2_list{
		justify-content: flex-start;
		-ms-justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}
	.culture_box2_list dd{
		width: 33.33%;
	}
	.list_tt24{
		font-size: 16px;
	}
	.list_tt18{
		font-size: 16px;
	}
	.culture_box2_text .item{
		font-size: 14px;
	}

	.qysl_box3_list1{
		justify-content: flex-start;
		-ms-justify-content: flex-start;
		-webkit-justify-content: flex-start;
		padding-top: 10px;
	}
	.qysl_box3_list1 dd{
		width: calc((100% - 20px) / 3);
		margin: 0 10px 10px 0;
	}
	.qysl_box3_list1 dd:nth-child(3n){
		margin-right: 0;
	}
	.qysl_box3_list1_con{
		height: 350px;
	}


	/*  */
	.ltly_box1_con{
		margin-bottom: 35px;
	}
	.ltly_box1_l{
		width: 100%;
		margin-bottom: 20px;
	}


	.ltly_box1_r{
		width: 100%;
	}

	
	.ltly_box1_r_list_scroll{
		width: 200px;
		height: auto;
	}
	.ltly_box1_r_list .item{
		font-size: 16px;
		height: 40px;
	}
	.ltly_box1_r_con{
		width: calc(100% - 200px);
	}
	.ltly_box1_r_con_tel .text a{
		font-size: 26px;
	}


	.ltly_bars{
		margin-bottom: 30px;
	}
	.ltly_bars .item{ width:25%;
		height:40px;
	}
	.ltly_bars .item .icon{
		font-size: 22px;
	}


	.fac_list1 dd{
		width: calc((100% - 20px) / 2);
		margin: 0 20px 20px 0;
	}
	.fac_list1 dd:nth-child(2n){
		margin-right: 0;
	}

	.ltly_box1_title1_icon{
		font-size: 28px;
	}


	/* 荣誉资质 */
	.honor_box1_con{
		padding: 30px 5%;
	}
	.honor_box1_pic{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.honor_box1_r{
		width: 100%;
		padding: 0;
	}

	.ryzt_title{
		margin-bottom: 30px;
	}
	.ryzt_title .item{
		padding: 0 20px 10px;
	}

	.ryzs_list1 dd{
		width: calc((100% - 13px) / 2);
	}
	.ryzs_list1 dd:nth-child(2n){
		margin-right: 0;
	}
	

	/* 产品专栏 */
	.prozl_list1 dd{
		width: calc((100% - 20px) / 2);
		margin-bottom: 25px;
	}
	.prozl_list1 dd a{
		padding: 10px 10px 15px;
	}
	.prozl_list1_pic{
		margin-bottom: 13px;
	}
	.prozl_list1 dd:nth-child(2n){
		margin-right: 0;
	}


	/* contact */
	.contact_list1 dd{
		width: 100%;
		padding: 30px 3%;
		margin-bottom: 20px;
	}
	.contact_list1 dd:last-child{
		margin-bottom: 0;
	}
	.contact_list1 dd .con .text{
		font-size: 26px;
	}
	.contact_list1 dd .icon{
		width: 40px;
		font-size: 40px;
	}


	/* news */
	.news_box1_pic,
	.news_list1_pic{
		width: 100%;
		margin-bottom: 20px;
	}
	.news_box1_r,
	.news_list1_con{
		width: 100%;
		padding: 0;
	}

	.news_box2_title_box{
		margin-bottom: 30px;
	}
	.news_box2_title_r{
		display: none;
		width: 300px;
	}

	.news_list1 dd{
		margin-bottom: 35px;
	}
	.news_list1 dd a{
		padding: 25px;
	}

	/* news_det */
	.main_l{
		width: 100%;
		margin-bottom: 45px;
	}
	.main_r{
		width: 100%;
	}
	.news_det_title,
	.main_r_title{
		font-size: 22px;
	}
	.main_r_title{
		padding-bottom: 14px;
	}
	.main_r{
		padding: 20px 2%;
	}

	.news_det_page{
		padding-top: 20px;
	}
	.news_det_page_item{
		width: 100%;
		border: none;
		padding: 0;
		margin-bottom: 15px;
	}
	.news_det_page_item:last-child{
		margin-bottom: 0;
	}

	/* pro_cover */
	.pro_list1 dd{
		width: calc((100% - 20px) / 2);
		padding:3px;
	}
	.pro_list1 dd:nth-child(2n){
		margin-right: 0;
	}
	.pro_list1_tags .item{
		line-height: 30px;
		padding: 0 10px;
	}


	/* pro_det */
	
	.pro_det_t_l{
		width: 100%;
		margin-bottom: 30px;
	}
	.pro_det_t_r{
		width: 100%;
		padding: 0;
	}
	.pro_det_title1{
		font-size:24px;
	}
	.pro_det_title2{
		font-size: 16px;
	}

	.pro_det_b_box1_r a .icon{
		background-size:60px auto !important;
	}
	.pro_list2_item_btn .more_btn1{
		width: 49%;
	}

	.pro_det_b_bars_box{
		min-height: 65px;
		border-top: 4px solid #f9bf00;
	}
	.pro_det_b_bars .item{
		height: 60px;
	}
	.pro_det_b_bars .item .icon{
		font-size: 22px;
		margin-right: 6px;
	}
	.pro_det_b_tabs_item{
		padding: 45px 0;
	}

	.pro_det_b_box1_l{
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.pro_det_b_box1_r{
		width: 100%;
	}

	.pro_det_b_title{
		margin-bottom: 25px;
	}
	.pro_det_b_title .line{
		width: 7px;
		height: 22px;
	}

	.pro_det_appli dd{
		width: calc((100% - 13px) / 2);
		margin: 0 13px 15px 0;
	}
	.pro_det_appli dd:nth-child(2n){
		margin-right: 0;
	}
	.pro_det_appli dd .tt{
		line-height: 44px;
	}

	/* pro_list3 */
	.pro_list3_pic{
		width: 100%;
		text-align: center;
	}
	.pro_list3_con{
		width: 100%;
	}


	/* pro_list2 */
	.pro_list2 dd{
		width: calc((100% - 15px) / 2);
		margin: 0 15px 15px 0;
	}
	.pro_list2 dd:nth-child(2n){
		margin-right: 0;
	}
	.pro_list2_item_con{
		padding: 18px 15px;
	}
	.pro_list2_item_btn .more_btn1{
		width: 49%;
	}

	/* 人力资源 */
	.zp_list1_item:nth-child(2n){
		margin-right: 0;
	}
	.zp_list1_item{
		width: calc((100% - 20px) / 2);
		padding: 25px 15px;
	}
	.zp_list1_item .item_describe .describe_02{
		padding-bottom: 20px;
	}

	.abo4BoxTwo3 {
        width: 94%;
        height: 550px;
        padding: 30px 20px 30px;
        top: 46%;
    }

    .abo4BoxTwo3 .close_btn {
        font-size: 36px;
        top: 28px;
    }

    .abo4BoxTwo3_scroll .item {
        padding-bottom: 15px;
    }

    .abo4BoxTwo3_scroll {
        height: 320px;
    }

	/* 售后服务 */
	.sub_pro_desc{
		margin-bottom: 35px;
	}
	.service_list1 dd{
		width: 32%;
		margin: 0 2% 25px 0;
	}
	.service_list1 dd:nth-child(3n){
		margin-right: 0;
	}
	.service_list1 dd a{
		padding: 10px ;
	}
	.dzsl_box1_list_item_title .icon{
		font-size: 55px;
		margin-right: 15px;
	}
	.sh_service_box1_btn{
		height: 50px;
		max-width: 290px;
	}
	.sh_service_box1_btn .icon{
		font-size: 20px;
	}
	.dzsl_box1_list_item{
		padding: 30px 2%;
	}
	.service_list1_tt{
		font-size: 18px;
	}

	/* down */
	.down_list1 dd{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.down_list1_pic{
		width: 140px;
	}
	.down_list1_con{
		width: calc(100% - 140px);
	}

	/* sales */
	.sales_list2 dd{
		width: calc((100% - 13px) / 2);
		padding: 20px 12px 18px;
		margin: 0 13px 20px 0;
	}
	.sales_list2 dd:nth-child(2n){
		margin-right: 0;
	}





	/* 专题 */
	.zt1_title1 .tt{
		font-size: 20px;
	}
	.zt1_box1_tt{
		width: 150px;
	}
	.zt1_box1_con{
		width: calc(100% - 130px);
	}

	.zt1_box2_l .item .item_l{
		width: 120px;
	}
	.zt1_box4_list1 dd{
		width: calc((100% - 40px) / 3);
		margin: 0 20px 30px 0;
	}
	
	.zt1_box4_list1 dd:nth-child(3n){
		margin-right: 0;
	}
	.zt1_box3_con{
		font-size: 14px;
	}
	
	.zt1_box3_con a{
		font-size: 30px;
	}
	.zt1_box5_list1 dd .pic{
		padding: 7px;
		margin-bottom: 12px;
	}
	.zt1_box8_l a .con{
		padding: 10px 3%;
	}

	.zt1_box2_l{
		width: 100%;
		margin-bottom: 45px;
	}
	.zt1_box8_l{
		width: 100%;
		margin-bottom: 10px;
	}
	.zt1_box2_r,
	.zt1_box8_r{
		width: 100%;
	}

	.zt1_box8_r{
		display:flex;
		display:-ms-flexbox;
		display:-webkit-flex;
		justify-content:space-between;
		-ms-justify-content:space-between;
		-webkit-justify-content:space-between;
	}
	.zt1_box8_r .item{
		width: calc((100% - 10px) / 2);
	}


	.zt_footer_list dd .icon{
		width: 90px;
		height: 90px;
		font-size: 32px;
		margin-bottom: 18px;
	}
	.zt_footer_list dd .tt{
		font-size: 14px;
	}
	.zt_footer_form_text{
		width: 100%;
		height: 40px;
		margin-bottom: 15px;
	}


	.zt2_box1_list .item{
		padding: 70px 15px 25px;
	}
	.zt2_box1_list_num{
		width: 60px;
		height: 72px;
		padding: 15px 0 0 8px;
		background: url(../zt/zt2_box1_icon1.png) no-repeat center bottom / 100% auto;
	}

	.zt2_yy_list dd{
		margin-bottom: 15px;
	}
	.zt2_yy_list_pic{
		width: 100%;
	}
	.zt2_yy_list_pic::after,
	.zt2_yy_list_pic::before{
		display: none;
	}
	.zt2_yy_list_con{
		width: 100%;
		padding: 18px 0;
	}
	.zt2_box4{
		margin-top: -20px;
	}
	.zt2_box4_title_box{
		height: 70px;
	}
	.zt2_box4_title{
		height: 120px;
		top: -60px;
	}
	.zt2_box4_scroll .item a{
		padding: 10px;
	}
	
	.zt2_box5_con_r_list dd a .con .tt{
		font-size: 16px;
	}

	.zt2_box5_con_l{
		width: 100%;
		margin-bottom: 30px;
	}
	.zt2_box5_con_l_date{
		width: 100px;
		height: 70px;
	}
	.zt2_box5_con_l_date .days{
		font-size: 16px;
	}
	.zt2_box5_con_l_date .years{
		font-size: 22px;
	}
	.zt2_box5_con_r{
		width: 100%;
	}
	.zt2_box5_con_r_list dd{
		margin-bottom: 30px;
	}

	/* 专题3 */
	.zt3_box1_list .item{
		width: 100%;
	}
	.zt3_box2_list1 dd{
		width: 49%;
		margin: 0 2% 20px 0;
		border-top-left-radius: 30px;
		border-bottom-right-radius: 30px;
	}
	
	.zt3_box3_list1 dd{
		width: 32%;
		margin: 0 2% 20px 0;
	}
	.zt3_box3_list1 dd .pic{
		padding: 10px;
	}
	.zt3_box4_l{
		width: 100%;
	}
	.zt3_box4_l_con{
		padding: 45px 8%;
		height: auto;
	}
	.zt3_box4_r{
		width: 100%;
	}
	.zt3_box4_r_item{
		width: 100%;
	}
	.zt3_box6_list1 dd{
		width: 49%;
		margin: 0 2% 28px 0;
	}
	.zt3_box2_list1 dd:nth-child(2n),
	.zt3_box3_list1 dd:nth-child(3n),
	.zt3_box6_list1 dd:nth-child(2n){
		margin-right: 0;
	}


	/* 专题4 */
	.zt4_box1_list dd{
		width: calc((100% - 20px) / 2);
		margin: 0 20px 20px 0;
	}
	.zt4_box1_list dd:nth-child(2n){
		margin-right: 0;
	}
	.zt4_box4_list1 dd{
		width: calc(100% / 2);
	}
	.zt4_box4_list1 dd a{
		padding: 25px 6%;
	}

	.zt4_box1_con{
		padding: 20px 3%;
	}
	.zt4_box1_l{
		width: 100%;
	}
	.zt4_box1_r{
		width: 100%;
	}
	.zt4_box4_list1_text{
		font-size: 16px;
	}


	/* zt5 */
	.zt5_box4_list1 dd:nth-child(2n){
		margin-right: 0;
	}
	.zt5_box2_l,
	.zt5_box3_l{
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.zt5_box2_r,
	.zt5_box3_r{
		width: 100%;
		padding: 0;
	}
	.zt5_box3_l{
		max-width: none;
	}

	.zt5_box4_list1_date{
		width: 70px;
	}

	.zt5_box5_list1 dd{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.zt5_box5_list1 dd:last-child{
		margin-bottom: 0;
	}

	/* zt6 */
	.zt6_box2_list1{
		padding-bottom: 0;
	}
	.zt6_box2_list1 dd{
		width: calc((100% - 13px) / 2);
		margin-bottom: 50px;
	}
	.zt6_box1_con_l{
		width: 100%;
	}
	.zt6_box1_con_r{
		width: 100%;
		text-align: center;
	}
	.zt6_box3_con_pic{
		width: 100%;
		position:static;
		top: auto;
		left: auto;
		text-align: center;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		margin-bottom: 30px;
	}
	.zt6_box3_list1{
		width: 100%;
		margin-bottom: 30px;
	}
	.zt6_box3_list1_l .zt6_box3_list1_icon::after,
	.zt6_box3_list1_r .zt6_box3_list1_icon::after{
		right: auto;
		left: 0;
	}
	.zt6_box3_title_icon{
		width: 80px;
	}
	.zt6_box3_b_video a{
		height: 60px;
	}
	.zt6_box3_b_video a{
		font-size: 22px;
	}
	.zt6_box3_b_video a .icon{
		width: 32px;
	}
	.zt6_box4_list1 dd{
		width: calc((100% - 14px) / 2);
		margin: 0 14px 14px 0;
	}

	.zt6_box2_list1_pic .icon{
		width: 80px;
		height: 76px;
	}
	.zt6_box7 .wrapper{
		padding:25px 15px;
	}
	.zt6_box7_scroll_con_tt .yw{
		display: none;
	}
	.zt6_box8_l_list dd{
		width: 100%;
		margin-bottom: 20px;
	}
	.zt6_box8_l{
		width: 100%;
		margin-bottom: 35px;
	}
	.zt6_box8_r{
		width: 100%;
	}

	.zt6_box2_list1 dd:nth-child(2n),
	.zt6_box4_list1 dd:nth-child(2n){
		margin-right: 0;
	}



}








@media screen and (min-width: 300px) and (max-width: 767px){

	.wrapper{
		width: 100%;
	}
	
	.header_fix,
	.header_box{
		display: none;
	}
	.mobile_header{
		display: block;
	}
	.mobile_logo img{
		height: 26px;
	}

	.banner_btn{
		display: none;
	}

	.banner_box_item_rela{
		display: none;
	}
	.banner.owl-theme .owl-controls{
		bottom: 4px;
	}
	.banner.owl-theme .owl-dots .owl-dot span{
	    width: 8px;
	    height: 8px;
	    border-radius: 8px;
	}

	.main_content{
		padding: 25px 0;
	}
	.main_content2{
		padding-top: 45px;
	}
	.p10{
		padding-left: 10px;
		padding-right: 10px;
	}


	.scroll_dots.owl-theme .owl-controls{
		padding-top: 18px;
	}


	.ind_title1,
	.ind_title_box .tt{
		font-size: 18px;
	}
	.ind_pro_item_desc{
		padding-top: 0;
	}
	.ind_pro_scroll {
		margin-bottom: 35px;
	}
	.ind_pro_item_tt{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.ind_pro_item_wrap{
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
	}
	.ind_pro_scroll_pic{
		margin-bottom: 35px;
	}
	.ind_pro_scroll_bars{
		justify-content:center;
		-ms-justify-content:center;
		-webkit-justify-content:center;
		box-shadow: none;
		background: none;
	}
	.ind_pro_scroll_bars .item{
		width:10px;
		height: 10px;
		line-height: 999px;
		padding: 0;
		border: none !important;
		border-radius: 50%;
		overflow: hidden;
		background: #aaaaaa;
		margin: 0 7px;
		
	}
	.ind_pro_scroll_bars .item.active{
		background: #f9bf00;
	}


	.ind_pro_item_con{
		width: 100%;
		padding: 0;
	}
	.ind_box2{
		padding: 45px 0 0;
	}
	.ind_box2_con{
		padding: 0 10px;
		margin-bottom: 40px;
	}
	.ind_box2_tt{
		font-size: 26px;
	}
	.list_tt18{
		font-size: 14px;
	}
	.ind_title1{
		margin-bottom: 20px;
	}
	.ind_title_box{
		margin-bottom: 20px;
	}

	.ind_pro_item_desc_item{
		padding-top: 0;
	}
	.ind_pro_item_con_m{
		padding:0;
	}

	.ind_box2_video{
		width: 60px;
	}
	.ind_box2_list{
		justify-content:space-between;
		-ms-justify-content:space-between;
		-webkit-justify-content:space-between;
	}
	.ind_box2_list .item{
		height: 42px;
		font-size: 14px;
		padding: 0 20px;
		width: calc((100% - 10px) / 2);
		margin: 0 0 10px 0;
	}
	.ind_box2_list .item .icon{
		font-size: 18px;
		margin-right: 4px;
	}


	.ind_box2_b_list dd{
		width: 24%;
		padding: 20px 0;
	}
	.ind_box2_b_list dd.dd_icon{
		display: none !important;
	}
	.ind_box2_list{
		padding: 30px 0;
	}
	.ind_box2_b_list dd{
		width: 50%;
	}
	.ind_box2_b_list_num{
		font-size: 36px;
	}
	.ind_box3_l{
		width: 100%;
		margin-bottom: 20px;
	}
	.ind_box3_l dd{
		padding: 12px;
	}
	.ind_box3_r{
		width: 100%;
	}
	.ind_box3_l_b .time,
	.ind_box3_l_b .fenlei{
		font-size: 14px;
	}
	.ind_box2_text{
		font-size: 12px;
		line-height: 2;
	}
	.list_text1{
		font-size: 12px;
		line-height: 20px;
	}

	.ind_title_box .title_more{
		font-size: 14px;
	}
	.ind_title_box .title_more .icon{
		font-size: 14px;
	}

	.ind_box4_item_con{
		height: 300px;
	}
	.ind_box4_item_tt{
		height: 50px;
		margin-bottom: 45px;
	}
	

	.ind_box4_scroll .item,
	.ind_box4_scroll .owl-wrapper-outer{
		border: none;
	}
	.ind_box4_scroll.owl-theme .owl-controls{
		display: block;
		padding-bottom: 15px;
	}
	.ind_box5{
		padding: 35px 10px;
	}
	.list_tt36{
		font-size: 20px;
	}
	.list_tt30{
		font-size: 16px;
	}
	.footer_inquiry_tt_text{
		font-size: 12px;
	}
	.footer_inquiry_tt{
		width: 100%;
	}
	.footer_inq_list{
		width: 100%;
		
		padding-left: 0;
	}
	.footer_inq_text{
		width: 100%;
		font-size: 14px;
		margin-bottom: 15px;
	}
	
	.footer_item_pro,
	.footer_item_about{
		display: none;
	}
	.footer_item_l{
		width: 100%;
		margin-bottom: 20px;
	}
	.footer_title{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.footer_t_r{
		width: 100%;
		padding-left: 0;
	}
	.footer_item_contact{
		width: 100%;
	}

	.footer_b{
		padding: 12px 10px;
	}
	.footer_b .wrapper{
		justify-content:center;
		-ms-justify-content:center;
		-webkit-justify-content:center;
	}

	.footer_b_text{
		font-size: 12px;
		line-height: 20px;
	}

	.back_top{
		width: 36px;
		height: 36px;
		font-size: 18px;
		line-height: 36px;
	}

	/* about */
	.sub_banner{
		height: 120px;
	}
	.sub_banner_tt{
		font-size: 22px;
	}
.location{
	border-bottom: 1px solid #e5e5e5; margin-top:85px;
}
	.location_con{
		font-size: 14px;
		height: 50px;
	}

	.about_bars{
		margin-bottom: 30px;
	}
	.about_bars{
		justify-content: space-between;
		-ms-justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	.about_bars .item{
		width: calc((100% - 10px) / 2);
		line-height: 40px;
		margin: 0 0 10px;
	}
	.about_bars .item.hover{color: #fff;background:#ff9900;}
	.about_box1_l_con{
		padding: 0;
	}
	.about_box2{
		padding: 45px 0;
	}
	.about_box2_list1 dd{
		width: 50%;
		margin-bottom: 18px;
	}
	.about_box2_list1 dd:nth-child(3),
	.about_box2_list1 dd:nth-child(4){
		margin-bottom: 0;
	}

	.about_box1_l,
	.about_box3_l,
	.about_box4_tabs_item_l{
		width: 100%;
		padding: 0;
		margin-bottom:25px;
	}
	.about_box1_r,
	.about_box3_r,
	.about_box4_tabs_item_r{
		width: 100%;
	}

	.about_box4_bars{
		margin-bottom: 25px;
	}
	.about_box3_l img{
		left: 5px;
		top: -5px;
	}
	.about_box3_r{
		padding: 0;
	}
	.about_box1_r img{
		right: 5px;
		top: -5px;
	}
	.about_box4_bars::before{
		top: 11px;
	}
	.about_box4_bars .item .icon_box{
		width: 21px;
		height: 21px;
	}
	.about_box4_bars .item .icon_box .icon{
		width: 11px;
		height: 11px;
	}
	.about_box4_bars .slick-prev,
	.about_box4_bars .slick-next{
		width: 21px;
		height: 21px;
		background-size: 21px auto;
	}


	/* 企业文化 */
	.culture_box2_t img{
		height: 50px;
	}
	.culture_box1_list{
		padding-top: 10px;
	}
	.culture_box1_list dd{
		width: calc((100% - 10px) / 2);
		margin-bottom: 20px;
	}
	.culture_box1_list dd .icon_box{
		width: 130px;
		height: 130px;
		margin-bottom: 15px;
	}
	.culture_box1_list dd .icon_box .icon{
		font-size:36px;
		margin-bottom: 5px;
	}
	.culture_box1_list dd .icon_box .tt{
		font-size: 14px;
	}
	.culture_box1_list dd:nth-child(3),
	.culture_box1_list dd:nth-child(4){
		margin-bottom: 0;
	}

	.culture_box2_t{
		margin-bottom: 20px;
	}

	.culture_box2_list{
		justify-content: flex-start;
		-ms-justify-content: flex-start;
		-webkit-justify-content: flex-start;
		padding: 30px 0;
	}
	.culture_box2_list dd{
		width: 100%;
		margin-bottom: 20px;
	}
	.culture_box2_list dd:last-child{
		margin-bottom: 0;
	}
	.list_tt24{
		font-size: 16px;
	}
	.culture_box2_text .item{
		font-size: 14px;
	}

	.qysl_box3_list1{
		justify-content: flex-start;
		-ms-justify-content: flex-start;
		-webkit-justify-content: flex-start;
		padding-top: 10px;
	}
	.qysl_box3_list1 dd{
		width: calc((100% - 10px) / 2);
		margin: 0 10px 10px 0;
	}
	.qysl_box3_list1 dd:nth-child(2n){
		margin-right: 0;
	}
	.qysl_box3_list1_con{
		height: 300px;
	}
	.qysl_box3_list1_con .list_tt30{
		margin-bottom: 15px;
	}
	.qysl_box3_list1_text{
		line-height: 28px;
	}

	/*  */
	.ltly_box1_con{
		margin-bottom: 20px;
	}
	.ltly_box1_pic_scroll .owl-controls .owl-nav .owl-next, .ltly_box1_pic_scroll .owl-controls .owl-nav .owl-prev{
		display: none !important;
	}

	.ltly_box1_l{
		width: 100%;
		margin-bottom: 20px;
	}

	.ltly_box1_r{
		width: 100%;
		padding: 0;
	}

	
	.ltly_box1_r_list_scroll{
		width: 100%;
		height: auto;
	}
	.ltly_box1_r_list .item{
		font-size: 14px;
		height: 40px;
	}
	.ltly_box1_r_con{
		width: 100%;
		padding: 20px 10px;
	}
	.ltly_box1_r_con_tel{
		padding-top: 15px;	
	}
	.ltly_box1_r_con_tel .tt{
		font-size: 14px;
	}
	.ltly_box1_r_con_tel .text a{
		font-size: 22px;
	}
	.ltly_box1_title1_icon{
		font-size: 24px;
	}


	.ltly_bars{
		margin-bottom: 20px;
	}
	.ltly_bars .item{ width:25%;
		height:40px;
		flex-flow: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center;
	}
	.ltly_bars .item .icon{
		font-size: 18px;
	}
	.ltly_bars .list_tt24{
		font-size: 14px;
	}
	

	.fac_list1 dd{
		width: calc((100% - 10px) / 2);
		margin: 0 10px 15px 0;
	}
	
	.fac_list1 dd:nth-child(2n){
		margin-right: 0;
	}
	.fac_list1 dd .pic{
		margin-bottom: 8px;
	}

	.page a{
		padding: 0 4px;
		font-size: 12px;
		line-height: 24px;
	}


	/* 荣誉资质 */
	.honor_box1_con{
		padding: 0;
	}
	.honor_box1_pic{
		width: 100%;
		text-align: center;
		margin-bottom: 18px;
	}
	.honor_box1_r{
		width: 100%;
		padding:0 10px 20px;
	}
	
	.ryzt_title{
		margin-bottom: 25px;
	}
	.ryzt_title .item{
		padding: 0 10px 10px;
		margin: 0 6px 15px;
	}


	.ryzs_list1 dd{
		width: calc((100% - 13px) / 2);
	}
	.ryzs_list1 dd:nth-child(2n){
		margin-right: 0;
	}

	/* 产品专栏 */
	.prozl_list1 dd{
		width: 100%;
		margin: 0 0 15px 0;
	}
	.prozl_list1 dd a{
		padding: 10px 10px 15px;
	}
	.prozl_list1_pic{
		margin-bottom: 13px;
	}
	.prozl_list1 dd:nth-child(2n){
		margin-right: 0;
	}

	/* contact */
	.contact_list1 dd{
		width: 100%;
		padding: 20px 5%;
		margin-bottom: 20px;
	}
	.contact_list1 dd:last-child{
		margin-bottom: 0;
	}
	.contact_list1 dd .con .text{
		font-size: 18px;
	}
	.contact_list1 dd .icon{
		width: 30px;
		font-size: 30px;
	}
	.contact_list1 dd .con{
		padding-left: 15px;
	}

	.contact_form dd{
		width: 100%;
		margin-bottom: 10px;
	}

	/* news */
	.news_box1_pic,
	.news_list1_pic{
		width: 100%;
		margin-bottom: 15px;
	}
	.news_box1_r,
	.news_list1_con{
		width: 100%;
		padding: 0;
	}

	.news_box2_title_box{
		margin-bottom: 25px;
	}
	.news_box2_title_r{
		display: none;
	}

	.news_list1 dd{
		margin-bottom: 20px;
	}
	.news_list1 dd a{
		padding: 10px 10px 16px;
	}

	.news_box1_r_text{
		margin-bottom: 20px;
	}

	/* news_det */
	.main_l{
		width: 100%;
		margin-bottom: 25px;
	}
	.main_r{
		width: 100%;
	}
	.news_det_title,
	.main_r_title{
		font-size: 18px;
	}
	.main_r_title{
		padding-bottom: 14px;
	}
	.main_r{
		padding: 20px 15px;
	}

	.news_det_page{
		padding-top: 20px;
	}
	.news_det_page_item{
		width: 100%;
		border: none;
		padding: 0;
		margin-bottom: 15px;
	}
	.news_det_page_item:last-child{
		margin-bottom: 0;
	}

	.news_det_page_item_text{
		font-size: 14px;
	}
	
	/* pro_cover */
	.pro_list1 dd{
		width: 48%;
		padding: 3px;
		margin:3px;
	}
	.pro_list1_tags .item{
		line-height: 30px;
		padding: 0 10px;
		font-size: 12px;
		margin: 0 5px 10px 0;
	}


	/* pro_det */
	.pro_det_t_l{
		width: 100%;
		margin-bottom: 20px;
	}
	.pro_det_scroll_bars .item{
		width: calc((100% - 15px) / 4);
		margin: 0 5px 0 0;
	}
	.pro_det_scroll_bars .item:last-child{
		margin-right: 0;
	}

	.pro_det_t_r{
		width: 100%;
		padding: 0;
	}
	.pro_det_title1{
		font-size:22px;
	}
	.pro_det_title2{
		font-size: 14px;
	}

	.pro_det_btn_box{
		padding-top: 20px;
	}
	.pro_det_btn{
		width: 100%;
		height: 40px;
		margin-right: 0;
	}
	.pro_det_btn .icon{
		font-size: 16px;
	}

	.pro_det_b_box1_r a .icon{
		background-size:46px auto !important;
	}
	.pro_list2_item_btn .more_btn1{
		width: 49%;
	}

	.pro_det_b_bars_box{
		min-height: 65px;
		border-top: 4px solid #f9bf00;
	}
	.pro_det_b_bars .item{
		height: 60px;
		justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center;
		flex-flow: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}
	.pro_det_b_bars .item .icon{
		font-size: 20px;
		margin-right: 0;
		margin-bottom: 3px;
	}
	.pro_det_b_tabs_item{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.pro_det_b_box1_l{
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.pro_det_b_box1_r{
		width: 100%;
	}

	.pro_det_b_title{
		margin-bottom: 15px;
	}
	.pro_det_b_title .line{
		width: 7px;
		height: 22px;
	}

	.pro_det_appli dd{
		width: calc((100% - 10px) / 2);
		margin: 0 10px 15px 0;
	}
	.pro_det_appli dd:nth-child(2n){
		margin-right: 0;
	}
	.pro_det_appli dd .tt{
		line-height: 40px;
	}

	.pro_list2_item_con{
		padding: 12px 12px 16px;
	}
	.pro_list2_item_t{
		margin-bottom: 15px;
	}
	.pro_list2_desc{
		padding: 16px 0;
	}
	.pro_list2_item_btn{
		padding-top: 18px;
	}


	/* pro_list3 */
	.pro_list3_pic{
		width: 100%;
		text-align: center;
	}
	.pro_list3_con{
		width: 100%;
		padding: 15px 10px;
	}
	.pro_list3_con .list_tt24{
		margin-bottom: 12px;
	}

	/* pro_list2 */
	.pro_list2 dd{
		width: 100%;
		margin: 0 0 15px 0;
	}
	.pro_list2 dd:nth-child(2n){
		margin-right: 0;
	}
	.pro_list2_item_con{
		padding: 18px 15px;
	}

	/* 人力资源 */
	.zp_list1_item{
		width: 100%;
		padding: 18px 10px;
		margin: 0 0 20px 0;
	}
	.zp_list1_item .item_date,
	.zp_list1_item .item_describe .describe_01{
		font-size: 14px;
	}
	.zp_list1_item .item_describe .describe_01{
		padding-bottom: 10px;
	}
	.zp_list1_item .item_describe .describe_02{
		padding-bottom: 15px;
	}
	.zp_list1_item .btn_box{
		height: 40px;
	}

	.abo4BoxTwo3 {
        width: 94%;
        height: 530px;
        padding: 20px 10px 25px;
    }

    .abo4BoxTwo3 .module_tt {
        padding: 0 0 15px;
    }

    .abo4BoxTwo3 .close_btn {
        font-size: 22px;
    }

	.abo4BoxTwo3_scroll{
		height: 330px;
	}
    .abo4BoxTwo3_scroll .item {
        padding-right: 10px;
        padding-bottom: 15px;
    }

    .abo4BoxTwo3_scroll .item .left_tt {
        font-size: 12px;
        padding: 4px 10px 0 0;
        width: 80px;
    }

    .abo4BoxTwo3_scroll .item .right_text {
        font-size: 12px;
        width: calc(100% - 80px);
    }

    .abo4BoxTwo3_email {
        font-size: 12px;
        width: 100%;
        padding: 16px 10px 16px 15px;
    }
	
    .abo4BoxTwo3_email a {
        font-size: 12px;
    }

	/* 售后服务 */
	.sub_pro_desc{
		font-size: 14px;
		margin-bottom: 25px;
	}
	.service_list1 dd{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.service_list1 dd a{
		padding: 10px;
	}
	.dzsl_box1_list_item_title .icon{
		font-size: 36px;
		margin-right: 15px;
	}
	.sh_service_box1_btn_box{
		padding-top: 35px;
	}
	.sh_service_box1_btn{
		height: 40px;
		max-width: 260px;
		margin-bottom: 15px;
	}
	.sh_service_box1_btn .icon{
		font-size: 18px;
	}
	.dzsl_box1_list{
		border: none;
	}
	.dzsl_box1_list_item{
		width: 100%;
		padding: 30px 2%;
		border: none;
	}
	.dzsl_box1_list_item_title .con_r .tt{
		margin-bottom: 3px;
	}
	.dzsl_box1_list_item_title .con_r .text{
		font-size: 14px;
	}
	.dzsl_box1_list_item_title{
		margin-bottom: 18px;
	}
	.service_list1_tt{
		font-size: 16px;
	}
	.dzsl_box1_list_item_text{
		margin-bottom: 25px;
	}

	/* down */
	.down_list1 dd{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.down_list1 dd a{
		padding: 10px;
	}
	.down_list1_pic{
		width: 100px;
	}
	.down_list1_con{
		width: calc(100% - 100px);
	}
	.down_list1_text{
		margin-bottom: 12px;
	}
	.down_list1_btn{
		width: 120px;
		height: 32px;
	}


	/* sales */
	.sales_list3{
		padding-bottom: 10px;
	}
	.sales_list2 dd{
		width: 100%;
		padding: 18px 10px 15px;
		margin: 0 0 20px 0;
	}

	.sales_list2_con_b .item .tt{
		font-size: 14px;
	}



	.float_fix{
		width: 40px;
		border-radius: 0 !important;
	}
	.float_fix .item{
		width:40px;
		height: 40px;
		display: none;
		border-radius: 0 !important;
		margin-bottom: 0;
	}
	.float_fix .item .item_icon{
		width: 40px;
		height: 40px;
		font-size: 20px;
		border-radius: 0 !important;
	}
	.float_fix .item:last-child:hover .item_icon{
		border-radius: 0 !important;
	}

	.float_fix .item:last-child{
		border-radius:0 !important;
	}



	.mobile_footer_btn{
		display: block;
	}






	/* 专题 */
	.zt1_title1 .tt{
		height: 36px;
		line-height: 36px;
		font-size: 18px;
		background-size: auto 100%;
	}
	.zt1_box1_tt{
		width: 100%;
		text-align: center;
	}
	.zt1_box1_con{
		width:100%;
	}

	.zt1_box2_l .item .item_l{
		width: 80px;
		font-size: 20px;
	}
	.zt1_box2_l .item .item_r{
		width: calc(100% - 80px);
	}
	.zt1_box4_list1 dd{
		width: calc((100% - 10px) / 2);
		margin: 0 10px 15px 0;
	}
	
	.zt1_box4_list1 dd:nth-child(2n){
		margin-right: 0;
	}
	.zt1_box3_con{
		font-size: 14px;
		padding-top: 18px;
	}
	
	.zt1_box3{
		flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}
	.zt1_box3_con a{
		font-size: 24px;
	}
	.zt1_box5_list1 dd{
		width: calc((100% - 10px) / 2);
		margin: 0 10px 14px 0;
	}
	.zt1_box5_list1 dd:nth-child(2n){
		margin-right: 0;
	}
	.zt1_box5_list1 dd .pic{
		padding: 3px;
		margin-bottom: 10px;
	}
	.zt1_box8_l a .con{
		padding: 10px 3%;
	}

	
	.zt1_box2_l{
		width: 100%;
		margin-bottom: 30px;
	}
	.zt1_box8_l{
		width: 100%;
		margin-bottom: 10px;
	}
	.zt1_box2_r,
	.zt1_box8_r{
		width: 100%;
	}
	.zt1_box8_l a .con .time{
		font-size: 14px;
	}
	.zt1_box8_r .item .con .tt{
		font-size: 16px;
	}
	
	.zt1_box9_scroll_pic{
		width: 100%;
	}
	.zt1_box9_scroll_con{
		width: 100%;
		padding: 15px 0 10px;
	}

	.zt_footer_list dd{
		width: 50%;
		margin-bottom: 20px;
	}
	.zt_footer_list dd:nth-child(n+3){
		margin-bottom: 0;
	}
	.zt_footer_list dd .icon{
		width: 80px;
		height: 80px;
		font-size: 26px;
		margin-bottom: 18px;
	}
	.zt_footer_list dd .tt{
		font-size: 14px;
	}
	.zt_footer_form_text{
		width: 100%;
		height: 40px;
		margin-bottom: 15px;
	}

	.zt2_box1_list .item{
		width: 100%;
		padding: 60px 15px 25px;
	}
	.zt2_box1_list_num{
		width: 46px;
		height: 56px;
		padding: 10px 0 0 5px;
		background: url(../zt/zt2_box1_icon1.png) no-repeat center bottom / 100% auto;
	}

	.zt2_yy_list dd{
		margin-bottom: 10px;
	}
	.zt2_yy_list_pic{
		width: 100%;
	}
	.zt2_yy_list_pic::after,
	.zt2_yy_list_pic::before{
		display: none;
	}
	.zt2_yy_list_con{
		width: 100%;
		padding: 18px 0;
	}
	.zt2_box4{
		margin-top: -20px;
	}

	.zt2_box4_title{
		top:0;
		width: 100%;
		height: auto;
		padding: 15px 10px;
	}
	.zt2_box4_title .ind_title1{
		width: 100%;
		text-align: left;
	}
	.zt2_box4_title_text{
		width: 100%;
		border: none;
		padding-left: 0;
	}

	.zt2_box4_title_box{
		height: auto;
		margin-bottom: 20px;
	}

	.zt2_box4_scroll .item a{
		padding: 5px;
	}
	.zt2_box4_scroll_pic{
		width: 100%;
	}
	.zt2_box4_scroll_con{
		width: 100%;
		padding: 18px 10px 10px;
	}
	
	.zt2_box5_con_r_list dd a .con .tt{
		font-size: 16px;
	}

	.zt2_box5_con_l{
		width: 100%;
		margin-bottom: 30px;
	}
	.zt2_box5_con_l_date{
		width: 100px;
		height: 70px;
	}
	.zt2_box5_con_l_date .days{
		font-size: 16px;
	}
	.zt2_box5_con_l_date .years{
		font-size: 22px;
	}
	.zt2_box5_con_r{
		width: 100%;
		padding: 0;
	}
	.zt2_box5_con_r_list dd{
		margin-bottom: 20px;
	}

	.zt2_box5_con_r_list dd a .pic{
		width: 100%;
	}
	.zt2_box5_con_r_list dd a .con{
		width: 100%;
		padding: 15px 0 0;
	}

	/* 专题3 */
	.zt3_box1_list .item{
		width: 100%;
	}
	.zt3_box1_list .item .con{
		width: 100%;
		padding: 30px 5%;
	}
	.zt3_box1_list .item .pic{
		width: 100%;
	}
	.zt3_box2_list1 dd{
		width:calc((100% - 10px) / 2);
		border-top-left-radius: 30px;
		border-bottom-right-radius: 30px;
		margin: 0 10px 15px 0;
	}
	
	

	
	.zt3_box3_list1 dd{
		width:calc((100% - 10px) / 2);
		margin: 0 10px 18px 0;
	}
	.zt3_box3_list1 dd .pic{
		padding: 10px;
	}
	.zt3_box4_l{
		width: 100%;
	}
	.zt3_box4_l_con{
		padding: 45px 8%;
		height: auto;
	}
	.zt3_box4_l_scroll_prev,
	.zt3_box4_l_scroll_next{
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
	.zt3_box4_r{
		width: 100%;
	}
	.zt3_box4_r_item{
		width: 100%;
	}
	.zt3_box6_list1 dd{
		width: 100%;
		margin: 0 0 18px 0;
	}
	.zt3_box6_list1 dd:last-child{
		margin-bottom: 0;
	}
	.zt3_box6_con1_date{
		width: 80px;
		height: 60px;
		padding: 10px 4%;
	}
	.zt3_box6_con1_date .year{
		font-size: 14px;
	}
	.zt3_box2_list1 dd:nth-child(2n),
	.zt3_box3_list1 dd:nth-child(2n){
		margin-right: 0;
	}

	/* 专题4 */
	.zt4_box1_list dd{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.zt4_box1_list dd:nth-child(2n){
		margin-right: 0;
	}
	.zt4_box1_list dd a{
		padding: 10px;
	}
	.zt4_box1_list_con{
		padding: 15px 0 10px;
	}
	.zt4_box4_list1 dd{
		width: 100%;
	}
	.zt4_box4_list1 dd a{
		padding:18px 12px;
	}
	.zt4_box2_l{
		width: 100%;
	}
	.zt4_box2_r{
		width: 100%;
	}
	.zt4_box3_con_l{
		width: 100%;
	}
	.zt4_box3_con_r{
		width: 100%;
		padding: 30px 10px;
	}
	.zt4_box1_con{
		padding: 20px 3%;
	}
	.zt4_box1_l{
		width: 100%;
	}
	.zt4_box1_r{
		width: 100%;
	}
	.zt4_box4_list1_text{
		font-size: 16px;
	}

	/* zt5 */
	.zt5_box4_list1 dd:nth-child(2n){
		margin-right: 0;
	}
	.zt5_box2_l,
	.zt5_box3_l{
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.zt5_box2_r,
	.zt5_box3_r{
		width: 100%;
		padding: 0;
	}
	.zt5_box3_l{
		max-width: none;
	}
	.zt5_box3::after{
		display: none;
	}

	.zt5_box4_list1_date{
		width: 70px;
	}
	.zt5_box4_list1 dd{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.zt5_box4_list1 dd:last-child{
		margin-bottom: 0;
	}
	.zt5_box5_list1 dd{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.zt5_box5_list1 dd:last-child{
		margin-bottom: 0;
	}
	.zt5_box5_list1 dd .pic{
		width: 100%;
	}
	.zt5_box5_list1 dd .con{
		width: 100%;
		padding: 18px 10px;
	}


	/* zt6 */
	.zt6_box2_list1{
		padding-bottom: 0;
	}
	.zt6_box2_list1 dd{
		width: 100%;
		margin-right: 0;
		margin-bottom: 35px;
	}
	.zt6_box2_list1_con{
		padding: 18px 4%;
	}
	.zt6_box1_con_l{
		width: 100%;
	}
	.zt6_box1_con_r{
		width: 100%;
		text-align: center;
	}
	.zt6_box3_list1 dd{
		margin-bottom: 25px;
	}
	.zt6_box3_title_icon{
		width: 60px;
	}
	.zt6_box3_con{
		margin-bottom: 35px;
	}
	.zt6_box3_con_pic{
		width: 100%;
		position:static;
		top: auto;
		left: auto;
		text-align: center;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		margin-bottom: 30px;
	}
	.zt6_box3_list1{
		width: 100%;
		margin-bottom: 30px;
	}
	.zt6_box3_list1_l .zt6_box3_list1_icon::after,
	.zt6_box3_list1_r .zt6_box3_list1_icon::after{
		right: auto;
		left: 0;
		width: 13px;
		height: 13px;
		top: -6px;
	}

	.zt6_box3_b_video a{
		height: 60px;
	}
	.zt6_box3_b_video a{
		font-size: 20px;
	}
	.zt6_box3_b_video a .icon{
		width: 30px;
	}
	.zt6_box4_list1 dd{
		width: calc((100% - 10px) / 2);
		margin: 0 10px 10px 0;
	}

	.zt6_box2_list1_pic .icon{
		width: 50px;
		height: 47px;
	}
	
	.zt6_box5_title1{
		height: 70px;
		line-height: 66px;
		border-bottom-width: 4px;	
	}
	.zt6_box5_title1::after{
		border-left-width: 12px;
		border-right-width: 12px;
		border-top-width: 12px;
		border-bottom-width: 0;
	}
	

	.zt6_box7 .wrapper{
		padding:10px 10px;
	}
	.zt6_box7_scroll_con_tt .yw{
		display: none;
	}
	.zt6_box7_scroll_pic{
		width: 100%;
		margin-bottom: 18px;
	}
	.zt6_box7_scroll_con{
		width: 100%;
	}

	.zt6_box8_l_list dd{
		width: 100%;
		margin-bottom:10px;
	}
	.zt6_box8_l_list dd a .time{
		width: 50px;
		font-size: 14px;
	}
	.zt6_box8_l_list dd a .text{
		width: calc(100% - 50px);
		font-size: 14px;
	}
	.zt6_box8_l{
		width: 100%;
		margin-bottom: 15px;
	}
	.zt6_box8_r{
		width: 100%;
	}
	

	.zt6_box4_list1 dd:nth-child(2n){
		margin-right: 0;
	}



}
