html,body{
	font-family:"Microsoft YaHei"; font-size:14px;
}
input, button, textarea,select,button{
	font-family:"Microsoft YaHei";
}
.bgf5{
	background: #f5f5f5;
}
.bgf8{
	background: #f8f8f8;
}
.bge{
	background: #eee;
}

.header{
	position: fixed;
	background:rgba(0,0,0,.8);
	width:100%;
	height: 90px;
	z-index:999
}
.header.fixed-header
{
    top: 0;

    height: 80px;

    color: #333;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.head_t{
	box-shadow: 0 0 8px rgba(115,115,115,.15);
}
.head_t .wrapper{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.logo{
	float: left;
	width: 240px;
	height:90px;
	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;
	width:150px;
	max-width: 100%;
}
.head_t .wrapper{
	clear: both;
	position: relative;
}
.head_t .wrapper:before{
	content: "";
	display: block;
	width: 600px;
	height: 100%;
	position: absolute;
	left:100%;
	top: 0;
	z-index: 1;
	margin-left: -322px;
	background: ;
}

.menu_dl{
	width: calc(100% - 570px);
	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;
    -ms-align-items: center;
	-webkit-align-items: center;
	padding: 0 3%;
}
.menu_dl dd{
	height: 90px;
	position: relative;
}
.menu_tt .text{
	width: 100%;
	display: block;
	color: #FFF;
	text-align: center;
	line-height: 90px;
	font-size: 16px;
	padding: 0 8px;
	text-transform: capitalize;
	position: relative;
}
.menu_dl dd .menu_tt .text:after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #ED1C24;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu_dl dd.hover .menu_tt .text:after{
	width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top:90px;
	z-index: 10;
	width: 205px;
	background: #fff;
}
.menu_down a{
	display: block;
	color: #666;
	font-size:14px;
	line-height: 48px;
	padding: 0 22px;
	border-bottom: 1px dashed #e5e5e5;
}
.menu_down a:last-child{
	border: 0;
}
.menu_down a:hover{
	color: #ED1C24;
}
.head_clm_box{
	width: 325px;
	height: 90px;
	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;
	background: #ED1C24;
	position: relative;
	z-index: 2;
}


.head_clm_tel{
	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: 20px;
	padding-right: 8px;
	font-weight: bold;
}
.head_clm_tel .icon{
	font-size: 24px;
	margin-right: 8px;
}


.head_clm{
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 10px;
}
.head_clm_t{
	width: 40px;
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	padding-left: 20px;
	border-left: 0px solid #36b9d0;
}
.head_clm_sea_down{
	position: absolute;
	left: auto;
	top: 60px;
	right: 0;
	width: 280px;
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 10px rgba(115,115,115,.2);
}
.head_clm_down_search_text{
	float: left;
	height: 40px;
	line-height: 40px;
	width: calc(100% - 40px);
	padding-left: 12px;
	border: 0;
}
.head_clm_down_search_btn{
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	color: #ED1C24;
	background: none;
	border: 0;
}

/*
 * 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: 40px;
	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: 26px;
	line-height: 52px;
	text-align: center;
	margin-right: 52px;
	cursor: pointer;
}
.mobile_tel_icon{
	width: 40px;
	height: 52px;
	color: #333;
	font-size: 30px;
	font-weight:bold;
	line-height: 52px;
	text-align: center;
	margin-right: 5px;
}
.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: #ED1C24;
}
.mobile_menu_tt_icon{
	display: none;
	float: right;
	float: right;
	width: 44px;
	line-height: 44px;
	text-align: center;
	color: #333;
	font-size: 16px;
	transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	-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;
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-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(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
}
.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(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-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: #ED1C24;
	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;
}










/*
 * banner
 */
.banner_box{
	position: relative;
}
.banner{
	clear: both;
}
.banner .item a{
	display: block;
	overflow: hidden;
	position: relative;
}
.banner.owl-theme .owl-dots{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 45px;
}
.banner.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}
.banner.owl-theme .owl-dots .owl-dot.active span, 
.banner.owl-theme .owl-dots .owl-dot:hover span{
	width: 32px;
    background: #ED1C24;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.banner.owl-carousel .owl-controls .owl-nav .owl-next, 
.banner.owl-carousel .owl-controls .owl-nav .owl-prev{
	position: absolute;
	bottom: auto;
	top: 50%;
	z-index: 3;
	width: 48px;
	height: 94px;
	line-height: 9999px;
	padding: 0;
	text-align: center;
	margin: 0;
	margin-top: -47px;
	overflow: hidden;
	background: #fff;
}
.banner.owl-carousel .owl-controls .owl-nav .owl-prev{
	left: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background:#fff url(../images/banner_icon.png) no-repeat center center;
}
.banner.owl-carousel .owl-controls .owl-nav .owl-next{
	right: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background:#fff url(../images/banner_icon2.png) no-repeat center center;
}


.scroll_dots.owl-theme .owl-controls{
	width: 100%;
}
.scroll_dots.owl-theme .owl-dots{
	padding-top: 25px;
}
.scroll_dots.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.scroll_dots.owl-theme .owl-dots .owl-dot.active span, 
.scroll_dots.owl-theme .owl-dots .owl-dot:hover span{
    background: #ED1C24;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


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


.fz48{
	font-size: 48px;
	font-weight: bold;
}
.fz36{
	font-size: 36px;
	font-weight: bold;
}
.fz30{
	font-size: 30px;
	font-weight: bold;
}
.fz24{
	font-size: 24px;
}










.ind_title1{
	margin-bottom: 35px;
}
.ind_title1 .tt_bg{
	color: #333;
	padding-top: 5px;
	position: relative;
}
.ind_title1 .tt_bg .tt_bg_img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}
.ind_title1 .tt{
	color: #222;
	font-weight: bold;
	position: relative;text-align: center;
}
.ind_title1 .line{
	width: 70px;
	height: 4px;
	background: #ED1C24;
	margin-top: 10px;
}
.ind_title1 .text{
	font-size: 14px;
	line-height: 30px;
	color: #666;
	padding-top: 10px;
}


.btn_style1{
	width: 150px;
	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;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 36px;
	border-radius: 36px;
	color: #ED1C24;
	border: 1px solid #ED1C24;
}
.btn_style1.bgf5{
	background: #f5f5f5;
}

.btn_style1 .icon{
	font-size: 18px;
	margin-right: 5px;
}
.btn_style1.hover{
	color: #fff;
	background: #ED1C24;
	border-color: #ED1C24;
}








.hot_news{
	height: 0;
}
.hot_news_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;
	background: #ED1C24;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 10px 20px;
	box-shadow: 0 2px 5px rgba(115,115,115,.3);
	position: relative;
	z-index: 2;
	margin-top: -30px;
}

.hot_news_icon{
	width: 54px;
}

.hot_news_scroll{
	width: calc(100% - 54px);
	padding-left: 15px;
}

.hot_news_scroll .item{
	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;
}
.hot_news_scroll .item a{
	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;
	line-height: 40px;
	padding-left: 1px;
	overflow: hidden;
}
.hot_news_scroll .item .icon{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
}

.hot_news_scroll .item .time{
	width: 80px;
	font-size: 14px;
	color: #fff;
}
.hot_news_scroll .item .tt{
	width: calc(100% - 210px);
	font-size: 16px;
	color: #FFF;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.hot_news_scroll .item a:hover .tt{
	color: #ccc;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.hot_news_more{
	width: 100px;
	color: #fff;
	line-height: 40px;
	font-size: 14px;
}



/* ind_box1 */
.ind_box1{
	background: url(../images/ind_bg3.jpg) no-repeat center center / cover;
	padding-top: 130px;
}

.ind_box1_scroll{
	margin-bottom: 10px;
}

.ind_pro_item{
	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_pic{
	width: auto;
	text-align: center; margin:0 auto;
}

.ind_pro_item_pic img{
	 max-height:600px; margin:0 auto
}
.ind_pro_item_con{
	width: 50%;
	padding: 15px 20px;
	max-width: 570px;
	margin: 0 auto;
}
.ind_pro_item_tt{
	color: #444;
	line-height: 1;
	margin-bottom: 30px;
}

.ind_pro_item_text,
.ind_pro_item_list{
	font-size: 14px;
	line-height: 30px;
	color: #666;
	margin-bottom: 20px;
}
.ind_pro_item_list .clm{
	/*display:flex;*/
	/*display:-ms-flexbox;*/
	/*display:-webkit-flex;*/
}
.ind_pro_item_list .clm .clm_tt{
	/*width: 112px;*/
}

.ind_pro_item_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.ind_pro_item_btn_box .btn_style1{
	margin-right: 5px;
}
.ind_pro_item_btn_box .btn_style1:last-child{
	margin-right: 0;
}



.ind_pro_scroll_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: #f3f3f9;
	box-shadow: 0 4px 10px rgba(115,115,115,.3);
	border-radius:20px; margin-top:40px
}
.ind_pro_scroll_bars .item{
	width: 20%;
	border-bottom: 0px solid #ED1C24;
	cursor: pointer;
	position: relative;
}
.ind_pro_scroll_bars .item::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	
}
.ind_pro_scroll_bars .item:nth-child(2n){
	background: #fff;
}
.ind_pro_bars_item_bg{
	padding: 15px 10px 15px;
	text-align: center;
	position: relative;
	
}
.ind_pro_bars_item_bg::before,
.ind_pro_bars_item_bg::after{
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
	width: 12px;
	height: 12px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	
}
.ind_pro_bars_item_bg::before{
	left: 15px;
	top: 15px;
	background: url(../images/ind_pro_icon1.png) no-repeat center center;
}
.ind_pro_bars_item_bg::after{
	right: 15px;
	bottom: 15px;
	background: url(../images/ind_pro_icon2.png) no-repeat center center;
}


.ind_pro_bars_item_bg .tt{
	color: #666;
	font-size: 18px;
	font-weight: bold;	
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_scroll_bars .item.active .ind_pro_bars_item_bg{
	background: url(../images/ind_pro_item_bg.pn) no-repeat center center / cover;
	z-index: 3;
	box-shadow: 0 0 10px rgba(115,115,115,.4);
	border-radius:20px;
}
.ind_pro_scroll_bars .item.active .ind_pro_bars_item_bg::before,
.ind_pro_scroll_bars .item.active .ind_pro_bars_item_bg::after{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_scroll_bars .item.active .tt{
	color: #ED1C24;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



/* ind_box2 */
.ind_box2{
	background: url(../images/ind_bg1.jpg) no-repeat center center / cover;
	position: relative;
}
.ind_box2::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 100%;
	height: 41px;
	background: url(../images/ind_about_icon4.png) no-repeat center top / 100% auto;
}

.ind_box2_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_box2_l{
	width: 75%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.ind_box2_l .item{
	width: 33.33%;
	text-align: center;
	padding: 50px 10px 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box2_l .item .icon{
	margin-bottom: 20px;
}
.ind_box2_l .item .tt{
	font-size: 18px;
	font-weight: bold;
	color: #fefefe;
}
.ind_box2_l .item:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box2_r{
	width: 25%;
	height: 300px;
	padding: 15px 3%;
	color: #fff;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	background: url(../images/ind_about_bg2.png) no-repeat center center / cover;
}
.ind_box2_r .icon{
	font-size: 80px;
}

.ind_box2_r .tt{
	font-size: 16px;
	padding: 8px 0;
}
.ind_box2_r .text{
}
.ind_box2_r .text a{
	color: #222;
}

.ind_box3_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box3_l{
	width: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}

.ind_box3_l a{
	width: 90%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	padding: 60px 0;
	margin: 0 auto;
}

.ind_box3_l_text{
	font-size: 16px;
	color: #222;
	line-height: 30px;
	text-indent: 2em;
}


.ind_box3_r{
	width: 100%;
	padding-bottom:50px;
}
.ind_box3_r_con{
	width: 100%;
}

.ind_box3_r_t{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	height: 151px;
	background: url(../images/ind_about_bg3.png) no-repeat center top;
}
.ind_box3_r_t .ind_title1{
	width: 100%;
	margin-bottom: 0;
}

.ind_box3_list1{
	
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box3_list1 dd{
	width: 50%;
	padding: 30px 7%;
	background: #fff;
}
.ind_box3_list1 dd:nth-child(1),
.ind_box3_list1 dd:nth-child(4){
	background: #eee;
}
.ind_box3_list1 dd .icon{
	font-size: 44px;
	color: #ED1C24;
	margin-bottom: 5px;
}

.ind_box3_list1 dd .tt{
	font-size: 18px;
	color: #444;
	font-weight: bold;
	margin-bottom: 13px;
}
.ind_box3_list1 dd .line{
	width: 108px;
	height: 2px;
	background: #ED1C24;
	margin-bottom: 13px;
}
.ind_box3_list1 dd .text{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}



/* ind_box4 */
.ind_box4{
	background: url(../images/ind_case_bg.jpg) no-repeat center center / cover;
}

.ind_box4_scroll .item a{
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.ind_case_pic{
	overflow: hidden;
}
.ind_case_con{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	text-align: center;
	padding: 30px 0px 0px;
}

.ind_case_t .en{
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 8px;
}
.ind_case_b{
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	padding-top: 10px;
	border-top: 0px solid #fff;
	background:rgba(0,0,0,.5);
	padding: 10px 10px 5px;
}




/* ind_box6 */
.ind_news_bars_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-bottom: 30px;
}
.ind_news_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;
}
.ind_news_bars_box .btn_style1{
	width: 140px;
	margin: 0 10px 10px;
	cursor: pointer;
}


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

.ind_box6_l{
	width: 47%;
}
.ind_box6_l a{
	display: block;
}
.news_list1_pic{
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 20px;
}
.news_list1_pic img{
	width: 100%;
}
.news_list1_time{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 14px;
	color: #666;
	font-weight: 300;
	margin-bottom: 12px;
}
.news_list1_time .icon{
	margin-right: 10px;
}
.news_list1_tt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.news_list1_text{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom:  12px;
}

.news_list1_more{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 14px;
	color: #ED1C24;
}
.news_list1_more .icon{
	font-size: 18px;
	margin-left: 8px;
}

.ind_box6_r{
	width: 47%;
}

.news_list2 dd a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding: 40px 10px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.news_list2_date{
	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: 80px;
	height: 80px;
	color: #fff;
	background: #ED1C24;
	border-radius: 5px;
}
.news_list2_date .days{
	line-height: 1;
}
.news_list2_date .month{
	font-size: 14px;
}
.news_list2_con{
	width: calc(100% - 80px);
	padding-left: 12px;
}

.news_list2_tt{
	font-size: 18px;
	color: #444;
	margin-bottom: 8px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.news_list2_text{
	color: #666;
	font-size: 14px;
	line-height: 24px;
}

.ind_box6_l a:hover .news_list1_tt,
.news_list2 dd a:hover .news_list2_tt{
	color: #ED1C24;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




/* footer */
.footer{
	background: #222;
}
.footer_t{
	padding: 55px 0;
}
.footer_t .wrapper{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.footer_t_l{
	width: 350px;
	text-align: center;
	border-right: 1px solid #313133;
}
.footer_t_l_logo{
	text-align: center;
	margin-bottom: 35px;
}

.footer_t_l_title{
	margin-bottom: 25px;
}

.footer_t_l_title .tt1{
	font-size: 14px;
	color: #bcbcbc;
	margin-bottom: 8px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: rotateY(360deg);
}
.footer_t_l_title .tt2 a{
	color: #bcbcbc;
}

.footer_t_l_code .tt{
	font-size: 14px;
	color: #bcbcbc;
	line-height: 20px;
	margin-bottom: 8px;
}
.footer_t_l_code .code img{
	max-width: 197px;
	margin: 0 auto;
}


.footer_t_r{
	width: calc(100% - 350px);
	padding-left: 4%;
}

.footer_search{
	margin-bottom: 60px;
}
.footer_search_form{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	overflow: hidden;
}
.footer_search_text{
	width: calc(100% - 160px);
	height: 60px;
	font-size: 14px;
	color: #fff;
	padding-left: 18px;
	background: #4b4a4c;
	border: 1px solid #666;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.footer_search_sub{
	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;
	width: 160px;
	height: 60px;
	font-size: 14px;
	background: #ED1C24;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.footer_search_sub .icon{
	font-size: 20px;
	margin-right: 6px;
}


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

.footer_t_r_item{
	width: 23%;
}
.footer_t_r_item_tt{
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
}

.footer_t_r_item_text a{
	display: block;
	font-size: 14px;
	color: #bcbcbc;
	line-height: 30px;
	padding: 7px 0;
}
.footer_t_r_item_text a:hover{
	color: #fff;
}



.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;
	padding: 15px 0;
	border-top: 1px solid #313133;
}

.footer_b_l{
	color: #bcbcbc;
	line-height: 24px;
	font-size: 14px;
}
.footer_b_l a{
	color: #bcbcbc;
}
.footer_b_l a:hover{
	color: #fff;
}


.footer_b_r{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:flex-end;
	-ms-justify-content:flex-end;
	-webkit-justify-content:flex-end;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.footer_sm{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin-right: 20px;
}
.footer_sm .icon{
	width: 30px;
	margin: 0 4px;
}
.footer_sm .icon:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer_lag{
	height: 24px;
	position: relative;
}
.footer_lag_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 16px;
	color: #fff;
	height: 30px;
	cursor: pointer;
}
.footer_lag_tt .icon{
	font-size: 20px;
	margin-right: 8px;
}

.footer_lag_down{
	display: none;
	position: absolute;
	right: 0;
	bottom: 100%;
	width: 100px;
	padding: 8px 0;
	background: #fff;
}
.footer_lag_down a{
	display: block;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 30px;
}
.footer_lag_down a:hover{
	color: #fff;
	background: #ED1C24;
}


/* float_fix */
.float_fix{
	position: fixed;
	right: 1px;
	bottom: 30%;
	z-index: 7;
	width: 90px;
	box-shadow: 0 0 5px rgba(115,115,115,.2);
  }
  .float_fix .item{
	  display:flex;
	  display:-ms-flexbox;
	  display:-webkit-flex;
	  justify-content:center;
	  -ms-justify-content:center;
	  -webkit-justify-content:center;
	  flex-direction: column;
	  -webkit-flex-direction: column;
	  -ms-flex-direction: column;
	  align-items: center;
	  -webkit-align-items: center;
	  -ms-align-items:center;
	width: 90px;
	height: 90px;
	color: #fff;
	position: relative;
	background: #3a3a3a;
	border-radius: 3px;
	margin-bottom: 1px;
  }
  .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;
	color: #fff;
	font-size: 34px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
  }
  .float_fix .item .tt{
	  color: #fff;
  }
  
  
  .float_fix .item .code{
	position: absolute;
	right: -180px;
	top: 0;
	z-index: 8;
	width: 100px;
	height: 100px;
	padding: 8px;
	background: #ED1C24;
  }
  
  .float_fix .item:hover{
	  background: #ED1C24;
  }
  .float_fix .item:hover .code{
	right: 90px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
  }
  
  .back_top{
	display: none;
  }

.back_top_con{
	width: 100%;
	height: 100%;
	text-align: center;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}






/* sub_banner */

.sub_banner{
	position: relative;
}

.sub_banner_con{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 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;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
.sub_banner_con .text{
	color: #fff;
	font-size: 14px;
	padding-top: 12px;
}


/* location */
.location{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 14px;
	background:#ED1C24;
}
.location.location_pro{
	position: relative;
	color: #666;
	background: #f8f8f8;
}

.location .wrapper{
	height: 40px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.location_icon{
	font-size: 18px;
	margin-right: 7px;
}
.location_tt{
	font-weight: bold;
	font-size: 14px;
}
.location a{
	color: #fff;
	margin: 0 3px;
}

.location.location_pro a{
	color: #666;
}

/* about */


.about_box1{
	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: url(../images/about_bg1.jpg) no-repeat center center / cover;
}

.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;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.about_box1_l{
	width: 50%;
}
.about_box1_l a{
	display: block;
	width: 100%;
	height: 100%;
}
.about_box1_l a img{
	display: none;
}

.about_box1_r{
	width: 42%;
}

.about_box1_r_tt{
	margin-bottom: 24px;
}


.about_text1{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}


.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: 45%;
}

.about_box3_r{
	width: 49%;
}

.about_box3_r_pic{
	width: calc(100% - 20px);
	position: relative;
}
.about_box3_r_pic img{
	position: relative;
	z-index: 2;
}
.about_box3_r_pic::before{
	content: "";
	position: absolute;
	left: -20px;
	top: 20px;
	display: block;
	width: 100%;
	height: 100%;
	background: #ED1C24;
}


.about_box4{
	background: url(../images/about_bg3.jpg) no-repeat center center / cover;
}




/* case */

.sub_case_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 50px;
}
.sub_case_bars .item{
	width: calc(100% / 6);
	position: relative;
}
.sub_case_bars .item::after{
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 4px;
	background: #ED1C24;
}
.sub_case_bars .item a{
	display: block;
	text-align: center;
}
.sub_case_bars .item .icon{
	font-size: 56px;
	color: #888;
	margin-bottom: 8px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.sub_case_bars .item .tt{
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.sub_case_bars .item.hover .icon,
.sub_case_bars .item:hover .icon,
.sub_case_bars .item.hover .tt,
.sub_case_bars .item:hover .tt{
	color: #ED1C24;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.sub_case_bars .item.hover::after,
.sub_case_bars .item:hover::after{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



.case_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.case_list1 dd{
	width: calc((100% - 32px) / 3);
	margin: 0 16px 35px 0;
}
.case_list1 dd:hover .news_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.case_list1 dd:hover .news_list1_tt{
	color: #ED1C24;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

/* 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:35px 0 20px;
}
.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: #333;
	font-size: 14px;
	padding: 0 8px;
	margin: 0 4px;
	background: #fff;
	border: 1px solid #dcdcdc;
}
.page a.hover,.page a:hover{
	color: #fff;
	background: #ED1C24;
	border-color: #ED1C24;
}

.page a.prev,
.page a.next{
	width: auto;
	padding: 0 15px;
}




/* news */
.news_det_wrpa{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.news_det_l{
	width: 73.5%;
	background: #fff;
	padding:0 35px;
}

	
.news_det_r{
	width: 22.8%;
	background: #fff;
}

.news_det_title1{
	margin-bottom: 14px;
}

.news_det_time{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 14px;
	color: #888;
}
.news_det_time .icon{
	font-size: 16px;
	margin-right: 8px;
}

.news_det_con{
	font-size: 18px;
	line-height:32px;
	color: #666;
	padding: 20px 0;
	margin-bottom: 25px;
}






.news_det_page{
	padding: 18px 20px;
	box-shadow: 0 0 8px rgba(115,115,115,.2);
}
.news_det_page_item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding: 12px 0;
	border-bottom: 1px dashed #e5e5e5;
}
.news_det_page_item:last-child{
	border: none;
}
.news_det_page_item .icon{
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 16px;
	background: #ED1C24;
	color: #fff;
	border-radius: 50%;
	margin:0 12px;
}
.news_det_page_item .tt{
	color: #222;
	font-size: 14px;
}
.news_det_page_item .con{
	width: calc(100% - 50px);
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-weight: bold;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.news_det_page_item .text{
	font-size: 14px;
	color: #666;
	width: calc(100% - 105px);
}
.news_det_page_item .text a{
	display: block;
	width: 100%;
	color: #666;
	line-height: 24px;
	font-size: 14px;
}
.news_det_page_item .text a:hover{
	color: #ED1C24;
}
.news_det_page_item .icon{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.news_det_page_item:last-child .icon{
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
}


.news_det_share{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 25px;
}

.news_det_share .tt{
	font-size: 14px;
}
.news_det_share .text{
	padding-left: 10px;
}


.news_det_r{
	width: 22.8%;
}
.news_det_r_con{
	background: #f8f8f8;
	padding: 20px 15px;
}
.news_det_r_title{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-weight: bold;
	margin-bottom: 18px;
	position: relative;
}
.news_det_r_title .icon{
	width: 3px;
	height: 30px;
	background:#ED1C24;
	position: relative;
	margin-right: 15px;
}
.news_det_r_title .icon::after{
	content: "";
	position: absolute;
	right: -3px;
	top: 0;
	display: block;
	width: 1px;
	height: 100%;
	background: #ED1C24;
}

.case_list2 dd a{
	display: block;
	padding: 7px 0;
	font-size: 14px;
	line-height: 30px;
	color: #444;
	font-weight: bold;
	border-bottom: 1px dashed #e5e5e5;
}
.case_list2 dd:last-child a{
	border: none;
}
.case_list2 dd a:hover{
	color: #ED1C24;
}



/* contact */
.contact_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.contact_list1 dd{
	width: calc((100% - 75px) / 4);
	margin: 0 25px 0 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.contact_list1 dd:last-child{
	margin-right: 0;
}
.contact_list1 dd .icon_box{
	width: 118px;
	height: 118px;
	padding: 9px;
	background: rgba(0,0,0,.2);
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.contact_list1 dd .icon_box .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: 100px;
	height: 100px;
	font-size: 47px;
	color: #fff;
	border-radius: 50%;
	background: #ED1C24;
}

.contact_list1 dd .con{
	background: #f8f8f8;
	padding: 80px 10px 45px;
	border-radius: 10px;
	box-shadow: 4px 4px 10px rgba(115,115,115,.3);
	margin-top: -59px;
	text-align: center;
	font-weight: bold;
}
.contact_list1 dd .con .tt{
	font-size: 18px;
	color: #000;
	margin-bottom: 6px;
}
.contact_list1 dd .con .text a{
	color: #ED1C24;
}
.contact_list1 dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.contact_form_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.contact_form_list dd{
	width: 49%;
	margin-bottom: 30px;
}
.contact_form_list dd:last-child{
	margin-bottom: 0;
}
.contact_form_list dd.ddw{
	width: 100%;
}
.contact_form_text,
.contact_form_area{
	display: block;
	width: 100%;
	height: 40px;
	font-size: 14px;
	color: #666;
	padding-left: 18px;
	background: #fff;
	border: 1px solid #e5e5e5;
}
.contact_form_text::-webkit-input-placeholder,
.contact_form_area::-webkit-input-placeholder{
	color: #666;
}
.contact_form_area{
	height: 134px;
	padding: 10px 18px;
	resize: none;
}

.contact_form_btn{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 170px;
	height: 36px;
	color: #fff;
	background: #ED1C24;
	border-radius: 36px;
}
.contact_form_btn .icon{
	font-size: 16px;
	margin-right: 10px;
}





/* faq */

.faq_list1 dd{
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #ced5dd;
}
.faq_list1_t{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	margin-bottom: 15px;
} 
.faq_list1_t .icon{
	width: 36px;
	font-size: 28px;
	line-height: 30px;
	color: #e5b645;
	text-align: center;
}
.faq_list1_t .tt{
	width: calc(100% - 36px);
	padding-left: 8px;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #666;
}
.faq_list1_b {
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
}
.faq_list1_b .icon{
	width: 36px;
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	color: #ED1C24;
}
.faq_list1_b .tt{
	width: calc(100% - 36px);
	font-size: 14px;
	line-height: 30px;
	color: #666;
	padding-left: 8px;
}



/* news_list */
.news_cover_top{
	margin-bottom: 60px;
}
.news_cover_top a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.news_cover_top .news_list1_pic{
	width: 47%;
}
.news_cover_top .news_list1_con{
	width: 47%;
}
.news_cover_top a:hover .news_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.news_cover_top a:hover .news_list1_tt{
	color: #ED1C24;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.news_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	border-top: 4px solid #ED1C24;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 40px;
}

.news_bars .item a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	height: 70px;
	font-size: 18px;
	color: #666;
	font-weight: bold;
	padding: 0 65px;
	position: relative;
}
.news_bars .item a::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 48px;
	background: #dcdcdc;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.news_bars .item:last-child a::after{
	display:none;
}
.news_bars .item a .icon{
	font-size: 24px;
	margin-right: 8px;
}
.news_bars .item.hover a,
.news_bars .item:hover a{
	color: #ED1C24;
}


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

.news_list3 dd{
	width: 49%;
	margin-bottom: 50px;
}
.news_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;
}
.news_list3_pic{
	width: 38.2%;
	overflow: hidden;
	border-radius: 10px;
}
.news_list3_pic img{
	width: 100%;
}
.news_list3_con{
	width: 61.8%;
	padding: 10px 32px;
}
.news_list3_time{
	position: relative;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #888;
	margin-top: 10px;
}
.news_list3_time::before{
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 3px;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	border: 0px solid ;
}
.news_list3_time .icon{
	font-size: 16px;
	margin-right: 8px;
}

.news_list3_tt{
	font-size: 20px;
	color: #222;
	font-weight: bold;
	margin-bottom: 10px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.news_list3_text{
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.news_list3 dd a:hover .news_list3_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.news_list3 dd a:hover .news_list3_tt{
	color: #ED1C24;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


/* pro_list */
.pro_cover_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;
}
.main_l{
	width:340px;
}
.main_l_item{
	border: 0px solid #d2d2d2;
	padding:0;
	margin-bottom: 30px;
}
.main_l_title1{
	padding: 25px;
	border-bottom: 0px solid #d2d2d2;
	background:#ED1C24; color:#FFFFFF
}

.main_l_nav{
	padding: 0px 0;
}

.main_l_nav_tt{
	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;
	line-height: 30px;
	color: #222; padding:15px;
	background:#f8f8f8
}

.main_l_nav_tt .tt{
	width: calc(100% - 36px);
	font-size: 18px;
	color: #666;
}
.main_l_nav_tt .icon{
	width: 36px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.main_l_nav_down{
	display: none;
	padding: 0 0 25px 40px;
}
.main_l_nav_down a{
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 40px;
	color: #666;
	font-weight: 300;
}
.main_l_nav_down a:hover{
	color: #ED1C24;
	transform:translateX(3px);
	-webkit-transform:translateX(3px);
}
.main_l_nav_tt:hover,
.main_l_nav_tt:hover .tt,
.main_l_nav dd.hover .main_l_nav_tt,
.main_l_nav dd.hover .main_l_nav_tt .tt{
	color: #ED1C24;
}
.main_l_nav dd.hover .main_l_nav_tt .icon{
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.main_l_contact{
	padding: 25px 0; background:#f8f8f8
}

.main_l_contact .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #666;
	line-height: 24px;
	font-size: 16px;
	padding: 10px 0 10px 20px;
}

.main_l_contact .item .icon{
	width: 35px;
	font-size: 22px;
}
.main_l_contact .item .tt{
	width: 65px;
}
.main_l_contact .item .text a{
	color: #666;
}
.main_l_contact .item .text a:hover{
	color: #ED1C24;
	text-decoration: underline;
}

.main_r{
	width: calc(100% - 340px);
	padding-left: 4%;
}

.pro_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_list dd{
	background: #f8f8f8;
	text-align: center;
	box-shadow: 2px 2px 5px rgba(115,115,115,.2);
	border-radius: 10px;
	overflow: hidden;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_list dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_list1_item3 dd{
	width: calc((100% - 40px) / 3);
	margin: 0 20px 22px 0;
}
.pro_list1_item4 dd{
	width: calc((100% - 60px) / 4);
	margin: 0 20px 22px 0;
}




.pro_list_pic{
	overflow: hidden;
	margin: 10px 0;
}
.pro_list_tt{
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px;
	margin-bottom: 8px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.pro_list_text{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding: 0 10px;
	margin-bottom: 20px;
}

.pro_list_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_list_btn_box .btn_style1{
	width: 50%;
	border: none;
	border-radius: 0;
	box-shadow: 0 0 3px rgba(115,115,115,.3);
}

.pro_list dd:hover .pro_list_tt{
	color: #ED1C24;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



.pro_det_b_bars_box{
	height: 75px;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 0 0 5px rgba(115,115,115,.3);
}
.pro_det_b_bars_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	position: relative;
	background: #fff;
	z-index: 2;
}
.pro_det_b_bars_con.hover{
	box-shadow: 0 0 5px rgba(115,115,115,.3);
}
.pro_det_b_bars{
	width: calc(100% - 230px);
	padding-right: 5%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.pro_det_b_bars .item{
	color: #333;
	font-size: 18px;
	height: 75px;
	line-height: 75px;
	font-weight: bold;
	width: calc(100% / 6);
	text-align: center;
	position: relative;
}
.pro_det_b_bars .item::after{
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 3px;
	background: #ED1C24;
}
.pro_det_b_bars .item.hover{
	color: #ED1C24;
}
.pro_det_b_bars .item.hover::after{
	content: "";
	opacity: 1;
}



.pro_det_b_bars_r{
	width: 230px;
}

.pro_det_b_bars_r a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #ED1C24;
}
.pro_det_b_bars_r .icon{
	width: 60px;
	font-size: 50px;
}
.pro_det_b_bars_r .con{
	width: calc(100% - 60px);
	padding-left: 10px;
}
.pro_det_b_bars_r .con .tt{
	font-size: 14px;
	margin-bottom: 4px;
}
.pro_det_b_bars_r .con .text{
	font-size: 18px;
	font-weight: bold;
}



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

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

.pro_det_b_tabs_item1_r{
	width: 45%;
}



.pro_det_adv_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_adv_list dd{
	width:calc((100% - 100px) / 5);
	margin: 0 25px 73px 0;
	position: relative;
	background: #ebebeb;
	border-radius: 10px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_det_adv_list dd .num_box{
	position: absolute;
	left: 50%;
	top: -32px;
	width: 63px;
	height: 63px;
	padding: 7px;
	border-radius: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	background: rgba(0,0,0,.2);
}
.pro_det_adv_list dd .num_box .num{
	width: 100%;
	height: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background: #ED1C24;
	border-radius: 50%;
}
.pro_det_adv_list dd .con{
	width: 100%;
	height:100%;
	padding: 55px 7% 25px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #444;
}
.pro_det_adv_list dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



.pro_det_b_tabs_item_con{
	font-size: 14px;
	line-height: 30px;
	color: #444;
}
.pro_det_b_tabs_item_con table{
	width: 100%;
}
.pro_det_b_tabs_item_con table tr td{
	font-size: 14px;
	color: #666;
	padding: 5px 6px;
	text-align: center;
	border: 1px solid #fff;
	background: #e1eef0;
}
.pro_det_b_tabs_item_con table tr td:nth-child(1){
	color: #222;
	background: #d1e7eb;
}
.pro_det_b_tabs_item_con table tr:first-child td{
	color: #fff;
	background: #ED1C24;
	font-weight: bold;
}


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

.pro_det_tabs_xx_l{
	width: 50%;
}
.pro_det_tabs_xx_l .item{
	padding: 20px 5%;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	border: 1px solid #e5e5e5;
	margin-bottom: 15px;
}
.pro_det_tabs_xx_r{
	width: 48%;
	text-align: center;
}


.pro_det_app_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.pro_det_app_list dd{
	width: calc((100% - 42px) / 4);
	margin: 0 13px 13px 0;
}
.pro_det_app_list dd a{
	display: block;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}
.pro_det_app_list dd a img{
	width: 100%;
}
.pro_det_app_list dd a .tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 18px;
	color: #222;
	font-weight: bold;
	line-height: 40px;
	background: rgba(255,255,255,.5);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_det_app_list dd a:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}

.pro_det_app_list dd a:hover .tt{
	color: #fff;
	background: rgba(0,167,197,.5);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


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

.pro_det_b_tabs_az_l{
	width: 500px;
	text-align: center;
	overflow: hidden;
}
.pro_det_b_tabs_az_r{
	width: calc(100% - 500px);
	padding-left: 3.5%;
}
.pro_det_b_tabs_az_r .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	padding: 3px 0;
	line-height: 30px;
}
.pro_det_b_tabs_az_r .item .icon{
	width: 30px;
	height: 30px;
	font-size: 20px;
	color: #ED1C24;
}
.pro_det_b_tabs_az_r .item .tt{
	width: calc(100% - 30px);
	font-size: 14px;
	color: #666;
}



/* service */
.server_box1{
	background: url(../images/service_bg1.jpg) no-repeat center center / cover;
}
.server_title1{
	color: #666;
	line-height: 1.5;
	margin-bottom: 35px;
}


.server_box2{
	background: url(../images/service_bg2.jpg) no-repeat center center / cover;
}
.server_list2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	border-left: 1px solid #b6b6b6;
}
.server_list2 dd{
	width: 20%;
	min-height: 400px;
	padding: 88px 15px 50px;
	text-align: center;
	color: #fff;
	border-right: 1px solid #b6b6b6;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.server_list2 dd .tt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.server_list2 dd .text{
	font-size: 14px;
	line-height: 30px;
	word-break: break-all;
}
.server_list2 dd:hover{
	background: #ED1C24;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




.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 #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.dzsl_box1_list_item{
	width: 50%;
	padding: 45px 2%;
	border-right: 1px solid #e5e5e5;
}
.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: 10px;
}
.dzsl_box1_list_item_title .icon{
	font-size: 90px;
	color: #ED1C24;
	margin-right: 23px;
}

.dzsl_box1_list_item_title .con_r .tt{
	color:#666;
	margin-bottom: 8px;
}
.dzsl_box1_list_item_title .con_r .text{
	color: #666;
	font-size: 14px;
	line-height: 28px;
}

.dzsl_box1_list_item_text{
	color: #666;
	font-size: 14px;
	line-height: 30px;
	max-width: 430px;
	margin:0 auto 25px;
}


.dzsl_box1_list_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}

.dzsl_box1_list_btn_box .btn_style1{
	margin: 0 13px;
}



.pro_det_service{
	background:url(../images/pro_det_bg2.jpg) no-repeat center center / cover;
}
.pro_det_b_server_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_b_server_list dd{
	width: 25%;
	border-right: 1px solid #d2d2d2;
}
.pro_det_b_server_list dd:last-child{
	border: none;
}
.pro_det_b_server_list dd a{
	display: block;
	text-align: center;
	color: #fff;
	padding: 35px 12px;
}
.pro_det_b_server_list dd a .icon{
	font-size: 80px;
	line-height: 1;
}
.pro_det_b_server_list dd a .tt{
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0 10px;
}
.pro_det_b_server_list dd a .text{
	font-size: 12px;
	line-height: 18px;
}
.pro_det_b_server_list dd a:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
}



.meirosoft-page {text-align:center; margin-top:40px; padding-top:40px; clear:both}
.meirosoft-page a { display:inline-block; height:40px; line-height:40px;  background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 15px;margin-left: 1px; font-size:18px; font-weight:700}
.meirosoft-page a:hover { background:#c00; color:#fff; text-decoration:none;border:1px solid #c00;}
.meirosoft-page span { display:inline-block; background:#c00; border:1px solid #c00; color:#fff; text-align:center;height:40px; line-height:40px; padding:0 15px;margin-left: 1px; font-size:18px; font-weight:700 }
@media all and (max-width:768px) {
.meirosoft-page a { height:30px; line-height:30px; padding:0 10px;font-size:14px;}
.meirosoft-page span {height:30px; line-height:30px; padding:0 10px; font-size:14px; font-weight:700 }
}

