div,span,a,ul,li,input,body,html,h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "microsoft yahei";
	-webkit-tap-highlight-color:transparent;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: black;
}
.dinxin_top:after,
.dinxin_ul:after,
.news_main:after,
.model_rows:after,
.info_top:after,
.aboutus:after,
.tab_btns:after,
.row_top:after,
.row_bottom:after,
.newsCenter_li:after,
.footer_menus:after,
.footer_QRCodes:after,
.introduce_body_top:after,
.introduce_tabs:after,
.newsCenter_banner_li:after,
.newsCenter_banner ul:after,
.newsCenter_banner2 ul:after,
.newsCenter_banner3 ul:after,
.newsCenter_content:after,
.news_center_list:after,
.news_list_main:after,
.news_list:after,
.projectDemo_main:after,
.honor_main:after,
.recruit_row:after,
.message_row:after,
.call_info:after,
.call_info_m:after,
.message_row_m:after,
.zpgw_title:after{
	content: '';
	clear: both;
	display: block;
}
.vhCenter{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.hCenter{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.vCenter{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.bgF7{
	background: #F7F7F7;
}
.mg30{
	margin: 30px 0;
}
.ls5{
	letter-spacing: 5px;
}
.ls0{
	letter-spacing: 0px;
}
.line1{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.line2{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.line4{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

/*导航*/
.introduce_body{
	width: 1100px;
	margin: 0 auto;
}
.introduce_top_img img{
	width: 100%;
}
.introduce_body_top{
	padding: 20px 30px ;
	border-bottom: solid 2px #ededed;
}
.nav_icon{
	float: left;
}
.nav_text{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	color: #333;
	font-size: 12px;
}
.nav_text img{
	margin: 0 5px;
}
.introduce_tabs{
	float: right;
	margin-top: 5px;
}
.introduce_tab{
	color: #BE2421;
	border: solid 1px #BE2421;
	border-radius: 3px;
	padding: 2px 10px;
	float: left;
	margin: 0 5px;
	cursor: pointer;
}
.introduce_tab a{
	color: #BE2421;
}
.introduce_tab_active{
	color: white;
	background: #BE2421;
}
.introduce_tab_active a{
	color: white;
}
/*pager*/
.newsCenter_pager{
	text-align: center;
}
.pager_btn{
	display: inline-block;
	padding: 5px 12px;
	border: solid 1px #f2f2f2;
	color: #999;
	margin: 0 3px;
	cursor: pointer;
}
.pager_btn_active{
	background: #BE2421;
	color: white;
}
.inp_pager{
	width: 26px;
	height: 19px;
	border: none;
	padding: 0;
	margin: 0;
	color: #999;
}
.return_btn,.return_btn_m{
	background: #BE2421;
	color: white;
	padding: 5px 0;
	width: 90px;
	margin-top: 40px;
	cursor: pointer;
}
.return_btn img,.return_btn_m img{
	width: 35px;
}
.return_btn span,.return_btn_m span{
	float: right;
	margin-top: 8px;
	margin-right: 8px;
}




/*top*/
.dinxin_top{
	width: 1100px;
	margin: 0 auto;
	/* padding: 15px 0; */
	height: 60px;
    padding-top: 8px;
	position: relative;
}
.dinxin_logo{
	float: left;
	margin-top: 7px;
}
.dinxin_logo img{
	width: 220px;
}
.dinxin_menu{
	float: right;
	height: 100%;
}
.dinxin_ul{
	height: 100%;
}
.menu_li{
	float: left;
	padding: 0 14px;
	font-size: 13px;
	font-weight: bold;
	line-height: 29px;
	position: relative;
	height: 100%;
    padding-top: 7px;
}
.menu_li_active .menu_li_ul_li a{
	color: #333;
}
.menu_li_active a{
	color: #BE2421;
}
.menu_li_active:after,.menu_li_active_fixed:after{
	content: '';
	border: solid 1px #BE2421;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0px;
}
.menu_li_active_fixed a{
	color: #BE2421;
}
.menu_li_ul{
	position: absolute;
	top: 52px;
	width: 100%;
	left: 0;
	background: white;
	z-index: 99;
	padding: 0 14px;
	overflow: hidden;
	height: 0;
	transition: all 0.3s;
}
.menu_li_ul_li{
	font-weight: normal;
	padding: 5px 0;
	border-bottom: solid 1px #d1d1d1;
}
.menu_li_ul_li:last-child{
	border: none;
}

.menu_li_ul_li:hover.menu_li_ul_li a{
	color: #BE2421!important;
}

/*footer*/
.dinxin_footer{
	width: 100%;
	height: 230px;
	background: url(../img/bottom_bg.png) no-Repeat bottom center;
	position: relative;
}
.dinxin_footer_pik{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: black;
	opacity: 0.4;
}
.dinxin_footer_main{
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 40px 100px 20px;
	overflow: hidden;
}
.footer_info{
	float: left;
	width: 600px;
}
.footer_menus{
	border-bottom: 2px dashed white;
	padding-bottom: 20px;
}
.footer_menu{
	float: left;
	margin-left: 25px;
	font-size: 13px;
}
.footer_menu a{
	color: white;
}
.footer_menu:first-child{
	margin-left: 0;
}
.footer_info_li{
	font-size: 12px;
	color: white;
	margin-top: 25px;
	float: left;
}
.fl100{
	width: 100%;
}
.fl30{
	width: 30%;
}
.fl40{
	width: 40%;
}
.fl70{
	width: 70%;
}
.footer_aboutus{
	float: right;
	border-left: 1px solid white;
	width: 270px;
	height: auto;
	text-align: center;
	margin-left: 25px;
}
.aboutus_title{
	color: white;
	margin-bottom: 10px;
}
.footer_QRCodes{
	color: white;
  	text-align: center;
}
.QRCode{
	/*float: left;*/
	width: 50%;
    display: inline-block;
}
.QRCode img{
	width: 80px;
}

/*m top*/
.dinxin_m_top{
	display: flex;
	padding: 20px;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background: rgba(255,255,255,0.8);
}
.dinxin_m_logo,.dinxin_m_more{
	height: 25px;
}
.dinxin_main_top{
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}
.dinxin_page_title{
	height: 100%;
	width: 100%;
	padding-top: 65px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}
.page_title_en{
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 3px;
	margin-bottom: 5px;
}
.page_title_cn{
	font-size: 17px;
	letter-spacing: 1px;
}

/* m footer*/
.dinxin_m_footer{
	text-align: center;
	margin-top: 40px;
	color: #333;
}
.footer_map{
	width: 100%;
}
.dinxin_m_footer_top{
	position: relative;
}
.dinxin_m_footer_bottom{
	padding: 15px 0;
}
.footer_text{
	padding: 5px;
	font-size: 12px;
	color: #333;
}
.footer_call_info{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 30px;
	width: 335px;
}
.footer_call_icon{
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: relative;
	margin-top: 7px;
}
.footer_call_icon img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 18px;
}
.footer_call_text{
	float: left;
	width: 250px;
	padding: 15px 10px;
	font-size: 12px;
	color: #333;
}
.footer_m_phone{
	font-size: 25px;
	letter-spacing: 2px;
	width: 100%;
}
.footer_m_email{
	font-size: 12px;
	width: 100%;
	bottom: 50px;
	position: absolute;
}

/* m tab*/
.dinxin_m_tabs{
	display: flex;
	justify-content: flex-start;
}
.m_tab{
	border: solid 1px #333;
	border-radius: 5px;
	padding: 5px 10px;
	margin-right: 20px;
  	font-size: 12px;
    /*width: calc(25% - 0.4rem );*/
    text-align: center;
}
.m_tab_active{
	color: #BE2421;
	border-color: #BE2421;
}
.m_tab_active a{
	color: #BE2421;
}
.tab_main{
	display: none;
}

.dinxin_main .more_btn{
	padding: 2px 15px;
	border: solid 1px #8b8b8b;
	border-radius: 20px;
	color: #8B8B8B;
	font-size: 12px;
	display: inline-block;
    margin-top: 10px;
}

/*m pager*/
.m_pager{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.m_pager_btn{
	padding: 3px;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 3px;
	font-size: 14px;
}
.m_pager_btn img{
	width: 8px;
}
.m_pager_btn_active{
	background: #BE2421;
	color: white;
}


/*m menu*/
.m_menus{
	position: fixed;
	width: 100%;
	/* height: calc(100% - 65px); */
	background: rgba(255,255,255,0.9);
	top: 65px;
	left: 0;
	z-index: 99999999;
	height: 0;
	overflow: hidden;
	transition: all 0.5s;
}
.m_menus_open{
	height: calc(100% - 65px);
	overflow: auto;
}
.m_menus_ul{
	width: 100%;
	overflow: hidden;
}
.m_menus_ul_li{
	padding: 20px 0;
	border-bottom: solid 1px #BE2421;
	color: #BE2421;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 14px;
}
.m_menus_ul_li a{
	color: #BE2421;
}
.m_menus_ul_li img{
	width: 20px;
	margin-right: 5px;
}
.m_menus_ul_li_ul{
	width: 100%;
	overflow: hidden;	
	height: 0;
	transition: all 0.3s;
}
.m_menus_ul_li_ul_li{
	padding: 5px ;
	font-size: 12px;
}
.m_menus_ul_li_ul_active{
	height: auto;
	padding-top: 10px;
}

.pagination li{
	display:inline-block;
     padding: 5px 12px;
    border: solid 1px #f2f2f2;
    color: #999;
    margin: 0 3px;
    cursor: pointer;
}
.pagination li.active{
	background: #BE2421;
    color: white;
}

.public_title{
	width: 100%;
	text-align: center;
}
.public_title img{
	width: 400px!important;
	margin-bottom: 10px;
}


@media screen and (min-width:1100px){
	html{
		overflow-x: hidden;
	}
}