﻿/* 清除内外边距 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ fieldset, lengend, button, input, textarea, /* form elements 表单元素 */ th, td { /* table elements 表格元素 */
	margin: 0;
	padding: 0;
}
input, textarea {
	border: 2 none;
	box-shadow: none;
	outline: none;
}
/* 设置默认字体 */
body, button, input, select, textarea {
	font: 14px/22px "Microsoft YaHei";
	color: #666;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 100%;
}
* h1, * h2, * h3, * h4, * h5, * h6 {
	margin: 0px;
} /*覆盖bootstrape对标题加的默认外边距*/
address, cite, dfn, em, i, var {
	font-style: normal;
} /* 斜体扶正 */
/* 重置列表元素 */
ul, ol, li {
	list-style: none;
}
/* 重置文本格式元素 */
a {
	text-decoration: none;
	color: #666;
	word-wrap: break-word;
}/*英文换行*/
a:hover {
	text-decoration: none;
	color: #910800;
}
/* 重置表单元素 */
legend {
	color: #000;
} /* for ie6 */
fieldset, img {
	border: none;
} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
	font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
	overflow-y: scroll;
}
/*设置浮动*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
/*字体大小*/
.fz12 {
	font-size: 12px;
}
.fz14 {
	font-size: 14px;
}
.fz16 {
	font-size: 16px;
}
.fz18 {
	font-size: 18px;
}
.fz20 {
	font-size: 20px;
}
.fz22 {
	font-size: 22px;
}
.clear {
	clear: both;
	height: 0;
}
.blk-main .clearlist {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	float: none;
}
/*表单弹框*/

.nsw-modal {
	width: 100%;
	height: 100%;
	background: rgba(225, 225, 225, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.modal-dialog {
	position: fixed;
	color: #000000;
	top: 150px;
	width: 400px;
	border-radius: 3px;
	min-height: 155px;
	overflow: hidden;
	z-index: 99998;
	margin-left: -200px;
	left: 50%;
}
.modal-dialog .css-icon {
	background-image: url("../images/modal-icons.png");
}
.modal-dialog .modal-head {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	background: #F6EFEF;
	font-size: 14px;
}
.modal-dialog .modal-head .modal-logo {
	width: 15px;
	height: 15px;
	background-position: 1px 0px;
	margin: 8px 5px 0 0;
	float: left;
}
.modal-dialog .modal-head .close {
	float: right;
	width: 15px;
	height: 15px;
	background-position: -14px 0px;
	margin-top: 8px;
}
.modal-dialog .modal-body {
	width: 100%;
	min-height: 125px;
	background: #ffffff;
}
.modal-dialog .modal-body .modal-body-left {
	width: 140px;
	float: left;
}
.modal-dialog .modal-body .modal-body-left .icon {
	width: 64px;
	height: 64px;
	margin: 30px 0 0 48px;
}
.modal-dialog .modal-body .modal-body-left .success-message {
	background-position: 0px -14px;
}
.modal-dialog .modal-body .modal-body-left .warming-message {
	background-position: 0px -78px;
}
.modal-dialog .modal-body .modal-body-right {
	width: 260px;
	float: right;
	padding-top: 20px;
}
.modal-dialog .modal-body .modal-body-right .close-btn {
	color: #000;
	text-align: center;
	width: 90px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #818079;
}
.modal-dialog .modal-body .modal-body-right p {
	line-height: 30px;
}
/**/
.header, .content, .footer {
	width: 1200px;
	margin: 0 auto;
}
 @charset "utf-8";
body {
	min-width: 1200px;
	width: 100%;
}
/**/
.yin {
	padding: 60px 0 100px;
}
.yin_t {
	font-size: 40px;
	color: #000;
	font-weight: normal;
	text-align: center;
	line-height: 45px;
	height: 90px;
	overflow: hidden;
}
.yin_t a {
	color: #000;
}
.yin_t b {
	color: #fb052c;
}
.yin_t span {
	display: block;
	font-size: 18px;
	color: #333;
}
.yin_t i {
	color: #fb052c;
	padding: 0 15px;
}
.yin dl {
	width: 286px;
	height: 400px;
	position: relative;
	margin: 80px 18px 0 0;
	float: left;
	overflow: hidden;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}
.yin dl dt {
	width: 286px;
	line-height: 0;
	position: relative;
}
.yin dl dt img {
	width: 286px;
	height: 400px;
}
.yin dl dt h4 {
	font-size: 18px;
	color: #333;
	height: 85px;
	line-height: 85px;
	width: 286px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fb052c;
	transition: height .5s;
	-moz-transition: height .5s; /* Firefox 4 */
	-webkit-transition: height .5s; /* Safari and Chrome */
	-o-transition: height .5s; /* Opera */
}
.yin dl dt h4 em {
	display: block;
	width: 46px;
	height: 46px;
	line-height: 0;
	background: #142038;
	border-radius: 50%;
	position: absolute;
	top: -23px;
	left: 120px;
}
.yin dl dt h4 em img {
	width: 46px;
	height: 46px;
}
.yin dl dd {
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	overflow: hidden;
	width: 286px;
	text-align: center;
	transition: height .5s;
	-moz-transition: height .5s; /* Firefox 4 */
	-webkit-transition: height .5s; /* Safari and Chrome */
	-o-transition: height .5s; /* Opera */
}
.yin dl dd h5 {
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	background: url(../images/yin_line.gif) no-repeat center 67px;
	font-size: 22px;
	color: #fff;
}
.yin dl dd em {
	display: block;
	width: 46px;
	height: 46px;
	line-height: 0;
	background: #fb052c;
	border-radius: 50%;
	padding: 9px;
	margin: 80px auto 0;
}
.yin dl dd em img {
	width: 46px;
	height: 46px;
}
.yin dl dd p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	height: 90px;
	overflow: hidden;
	width: 220px;
	margin: 0 auto;
	padding: 15px 0 0;
}
.yin dl:hover dd, .yin dl.cur dd {
	height: 400px;
}
.yin dl:hover dt h4, .yin dl.cur dt h4 {
	height: 0;
}
.yin dl:hover dt h4 em, .yin dl.cur dt h4 em {
	top: 0;
}
.yin dl:hover, .yin dl.cur {
	
}
.yin .nobor {
	margin-right: 0;
}
/*产品中心*/
.cp_bg {
	
	overflow: hidden;
	margin-bottom: 40px;
}
.cp_l {
	width: 260px;
	margin: 52px 0 0;
	background: #fff;
	padding: 0 0 10px;
}
.cp_h2 {
	width: 260px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	overflow: hidden;
	background: #fb052c;
}
.cp_h2 a {
	font-size: 24px;
	color: #333;
	display: block;
	height: 80px;
}
.cp_lm {
	width: 260px;
}
.cp_lm h3 {
	width: 260px;
	height: 66px;
	overflow: hidden;
	border-bottom: #efefef 1px solid;
	background: #efefef url(../images/cp_ico02.png) no-repeat 210px 20px;
}
.cp_lm h3 a {
	font-size: 14px;
	color: #333;
	display: block;
	width: 205px;
	height: 66px;
	line-height: 66px;
	overflow: hidden;
	background: url(../images/cp_ico01.png) no-repeat 25px 26px;
	padding: 0 0 0 55px;
}
.cp_lm h3 a:hover {
	color: #fb052c;
}
.cp_lm ul {
	width: 240px;
	margin: 0 auto;
}
.cp_lm ul li {
	width: 240px;
	height: 58px;
	border-bottom: #efefef 1px solid;
}
.cp_lm ul li a {
	font-size: 14px;
	color: #333;
	background: url(../images/cp_ico03.png) no-repeat 18px 25px;
	padding: 0 0 0 45px;
	display: block;
	width: 195px;
	height: 58px;
	line-height: 58px;
	overflow: hidden;
}
.cp_lm ul li a:hover {
	color: #fb052c;
	background: url(../images/cp_ico04.png) no-repeat 18px 25px;
}
.cp_lm .nobor {
	background: #fff url(../images/cp_ico05.png) no-repeat 210px 20px;
}
.cp_tel {
	font-size: 14px;
	color: #333;
	width: 240px;
	height: 92px;
	background: #e9e9e9 url(../images/cp_tel.gif) no-repeat center 34px;
	margin: 0 auto;
	padding: 72px 0 0;
	text-align: center;
	line-height: 30px;
}
.cp_tel b {
	display: block;
	font-size: 30px;
	font-family: "DINOT";
}
.cp_r {
	width: 927px;
	margin: 52px 0 0;
}
.cp_ban {
	width: 927px;
	height: 264px;
	line-height: 0;
}
.cp_ban img {
	width: 927px;
	height: 264px;
}
.cp_r dl {
	width: 927px;
	height: 496px;
	position: relative;
}
.cp_r dl dt {
	width: 661px;
	height: 496px;
	line-height: 0;
	overflow: hidden;
}
.cp_r dl dt img, .case_m dl dt img, .ys dl dt img, .news01 dl dt img, .about dl dt img, .honor ul li img {
	width: 661px;
	height: 496px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.cp_r dl dt img:hover, .case_m dl dt img:hover, .ys dl dt img:hover, .news01 dl dt img:hover, .about dl dt img:hover, .honor ul li img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.cp_r dl dd {
	width: 285px;
	height: 225px;
	background: #fb052c;
	position: absolute;
	top: 55px;
	right: 0;
	padding: 40px 40px 0;
	z-index: 20;
}
.cp_r dl dd h5 {
	height: 65px;
	line-height: 60px;
	overflow: hidden;
	background: url(../images/cp_line.gif) no-repeat 0 63px;
}
.cp_r dl dd h5 a {
	font-size: 26px;
	color: #333;
}
.cp_r .cp_desc {
	font-size: 14px;
	color: #333;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	padding: 15px 0 0;
}
.cp_r dl dd span {
	display: block;
	padding: 20px 0 0;
}
.cp_r dl dd span a {
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
}
.cp_bot {
	width: 362px;
	height: 75px;
	position: absolute;
	bottom: 50px;
	right: 0;
	z-index: 20;
}
.cp_btn {
	width: 192px;
	height: 75px;
	float: left;
}
.cp_btn a {
	display: block;
	width: 96px;
	height: 75px;
	float: left;
}
.cp_btn .cp_lico {
	background: url(../images/cp_lico01.gif) no-repeat;
}
.cp_btn .cp_lico:hover {
	background: url(../images/cp_lico02.gif) no-repeat;
}
.cp_btn .cp_rico {
	background: url(../images/cp_rico01.gif) no-repeat;
}
.cp_btn .cp_rico:hover {
	background: url(../images/cp_rico02.gif) no-repeat;
}
.cp_bot ul {
	float: left;
	padding: 0 0 0 20px;
}
.cp_bot ul li {
	font-size: 26px;
	color: #fff;
	float: left;
	font-family: "DINOT";
	padding: 0 10px;
	font-weight: bold;
	height: 75px;
	line-height: 75px;
}
.cp_bot ul li.on {
	color: #fb052c;
}
.ind_product_main {
  max-width: 1720px;
  width: 100%;
  margin: 50px auto 0;
}
.product_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.product_list li {
  width: 31%;
  padding: 0 40px 20px 0;
}
.product_list li:nth-child(3n) {
	padding: 0 0 20px 0;
}
.product_list li a {
  display: block;
  width: 100%;
  transition: 0.2s all ease-in;
}
.product_list li a .mtop {
  position: relative;
}
.product_list li a .mtop .mbg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease-in;
  opacity: 0;
}
.product_list li a .mtop .mbg i {
  color: #fff;
  font-size: 40px;
  transition: 0.3s all ease-in;
  display: block;
  transform: rotate(0);
}
.product_list li a .mtop .mimg {
  width: 100%;
  overflow: hidden;
}
.product_list li a .mtop .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in;
}
.product_list li a .mfont {
  padding: 20px;
}
.product_list li a .mfont h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  transition: 0.2s all ease-in;
}
.product_list li a .mfont p {
  font-size: 15px;
  color: #666;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.product_list li a:hover {
  
}
.product_list li a:hover .mtop .mbg {
  opacity: 1;
}
.product_list li a:hover .mtop .mbg i {
  transform: rotate(180deg);
}
.product_list li a:hover .mtop .mimg img {
  transform: scale(1.1);
}
.product_list li a:hover .mfont h3 {
  color: #EE3224;
}



/*案例*/
.case_bg {
	background: #f5f5f5;
	padding: 100px 0;
	overflow: hidden;
}
.case_t {
	padding: 50px 0 0;
	height: 90px;
}
.case_t ul li {
	width: 150px;
	height: 56px;
	float: left;
	position: relative;
}
.case_t ul li:before {
	/* content: ""; */
	width: 6px;
	height: 1px;
	background: #142038;
	position: absolute;
	top: 27px;
	right: 10px;
}
.case_t ul li a {
	font-size: 20px;
	color: #333;
	display: block;
	float: left;
	width: 150px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	overflow: hidden;
	margin: 0 auto;
}
.case_t ul li a:hover, .case_t ul li.on a {
	background: #142038;
	color: #fff;
	border-radius: 30px;
}
.case_t ul li.nobor:before {
	background: none;
}
.case_m dl {
	position: relative;
	background: #fff;
	height: 540px;
}
.case_m dl dt {
	width: 960px;
	height: 540px;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
}
.case_m dl dt img {
	width: 960px;
	height: 540px;
}
.case_m dl dd {
	width: 440px;
	float: left;
	padding: 75px 0 0 80px;
}
.case_m dl dd h5 {
	height: 44px;
	line-height: 44px;
	overflow: hidden;
}
.case_m dl dd h5 a {
	font-size: 30px;
	color: #333;
	display: block;
	width: 440px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.case_m dl dd h5 a:hover {
	color: #fb052c;
}
.case_m dl dd b {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.case_m .case_desc {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	height: 150px;
	overflow: hidden;
	padding: 15px 0 0;
}
.case_m dl dd span, .about dl dd span {
	display: block;
	padding: 30px 0 0;
}
.case_m dl dd span a, .about dl dd span a {
	display: block;
	font-size: 14px;
	color: #fff;
	width: 100px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	background: #fb052c;
	overflow: hidden;
	border-radius: 20px;
	text-transform: uppercase;
}
.case_m dl dd span a:hover, .ban01 p em a:hover, .about dl dd span a:hover {
	animation: shake 1.5s linear;
	-webkit-animation: shake 1.5s linear;
}
.case_lico, .case_rico, .jz_lico, .jz_rico {
	width: 58px;
	height: 58px;
	position: absolute;
	top: 625px;
	z-index: 20;
}
.case_lico a, .case_rico a, .jz_lico a, .jz_rico a {
	display: block;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.case_lico {
	left: 80px;
}
.case_rico {
	left: 155px;
}
.case_lico a:hover, .case_rico a:hover, .jz_lico a:hover, .jz_rico a:hover {
	box-shadow: 0 3px 5px 3px rgba(0,0,0,0.1);
	z-index: 2;
	-webkit-transform: translate(0, -2px);
	-webkit-transform: translate(0, -2px);
}
.case_lico a, .jz_lico a {
	background: url(../images/case_lico01.png) no-repeat;
}
.case_lico a:hover, .jz_lico a:hover {
	background: url(../images/case_lico02.png) no-repeat;
}
.case_rico a, .jz_rico a {
	background: url(../images/case_rico01.png) no-repeat;
}
.case_rico a:hover, .jz_rico a:hover {
	background: url(../images/case_rico02.png) no-repeat;
}
/*优势*/
.ys {
	background: url(../images/ys_bg.jpg) no-repeat center 0;
	height: 1105px;
	overflow: hidden;
	padding: 90px 0 0;
}
.ys_l {
	width: 566px;
	padding: 87px 0 0 26px;
}
.ys dl {
	width: 566px;
	height: 421px;
	position: relative;
	margin-bottom: 55px;
	overflow: hidden;
}
.ys dl dt {
	width: 311px;
	height: 397px;
	float: left;
	line-height: 0;
	overflow: hidden;
	border: #fb052c 12px solid;
}
.ys dl dt img {
	width: 311px;
	height: 397px;
}
.ys dl dd {
	width: 208px;
	height: 294px;
	background: #fff;
	position: absolute;
	top: 40px;
	left: 278px;
	padding: 50px 30px 0 50px;
	z-index: 10;
}
.ys dl dd h5 {
	font-size: 30px;
	color: #333;
	line-height: 80px;
	height: 80px;
	background: url(../images/ys_line.gif) no-repeat 0 78px;
}
.ys dl dd p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	height: 60px;
	padding: 20px 0 0;
	overflow: hidden;
}
.ys dl dd span {
	display: block;
	margin: 30px 0 0;
	width: 70px;
	height: 40px;
}
.ys dl dd span img {
	width: 70px;
	height: 40px;
}
.ys .ys_r {
	padding: 87px 26px 0 0;
}
.ys .ys_r dl dt {
	float: right;
}
.ys .ys_r dl dd {
	left: 0;
}
/*定制流程*/
.liuc {
	background: #f5f5f5;
	padding: 50px 0;
}
.liuc .yin_t {
	height: 70px;
}
.liuc .yin_t span {
	font-size: 26px;
	color: #333;
}
.iflow {
	overflow: hidden;
	background: url(../images/liuc_line.png) no-repeat 165px 45px;
}
.iflow .item {
	float: left;
	width: 171px;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
.iflow .item .icon {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto 12px;
	position: relative;
}
.iflow .item .icon i:before {
	content: '';
}
.iflow .item .icon i, .iflow .item .icon i:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/iflow_icon.png)
}
.iflow .item .icon i.default {
	background-position: 0 0;
	-webkit-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
.iflow .item .icon i.hover {
	background-position: 0 -100px;
	opacity: 1;
	visibility: hidden;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.1s ease 0.2s;
	transition: all 0.1s ease 0.2s;
}
.iflow .item.i1 .icon i:before {
	background-position: 0 -200px;
}
.iflow .item.i2 .icon i:before {
	background-position: 0 -300px;
}
.iflow .item.i3 .icon i:before {
	background-position: 0 -400px;
}
.iflow .item.i4 .icon i:before {
	background-position: 0 -500px;
}
.iflow .item.i5 .icon i:before {
	background-position: 0 -600px;
}
.iflow .item.i6 .icon i:before {
	background-position: 0 -700px;
}
.iflow .item.i7 .icon i:before {
	background-position: 0 -800px;
}
.iflow .item:hover .icon i.default {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%) rotate(180deg);
	transform: translateX(100%) rotate(180deg);
}
.iflow .item:hover .icon i.hover {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*客户见证*/
.jz {
	padding: 100px 0;
}
.jz_m {
	width: 1200px;
	overflow: hidden;
	padding: 50px 0 0;
}
.jz_m dl {
	height: 220px;
	overflow: hidden;
	width: 570px;
	float: left;
	margin: 0 20px 0 0;
	background: #f5f5f5;
	padding: 20px 0 0 20px;
}
.jz_m dl dt {
	width: 196px;
	height: 196px;
	overflow: hidden;
	line-height: 0;
	border-radius: 50%;
	float: left;
}
.jz_m dl dt img {
	width: 196px;
	height: 196px;
	display: block;
	border-radius: 50%;
	transition: all 0.3s ease-in-out 0s;
}
.jz_m dl dt:hover img {
	transform: rotateY(180deg);
}
.jz_m dl dd {
	width: 310px;
	padding: 45px 0 0 25px;
	float: left;
}
.jz_m dl dd h5 {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}
.jz_m dl dd h5 a {
	font-size: 16px;
	color: #333;
	display: block;
	width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.jz_m dl dd h5 a:hover {
	color: #fb052c;
}
.jz_m .jz_desc {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	padding: 10px 0 0;
}
.jz_lico, .jz_rico {
	top: 330px;
}
.jz_lico {
	left: -80px;
}
.jz_rico {
	right: -80px;
}
/**/
.ban01 {
	background: url(../images/ban01.jpg) no-repeat center 0;
	height: 150px;
	overflow: hidden;
	padding: 78px 0 0;
}
.ban01 p {
	width: 530px;
	float: right;
}
.ban01 p span {
	display: block;
	float: left;
	font-size: 14px;
	color: #fff;
	background: url(../images/ban_tel.png) no-repeat 0 15px;
	width: 270px;
	padding: 0 0 0 45px;
	line-height: 28px;
}
.ban01 p b {
	display: block;
	font-size: 30px;
	color: #fff;
	font-family: "DINOT";
}
.ban01 p em {
	display: block;
	width: 148px;
	float: left;
	padding: 10px 0 0;
}
.ban01 p em a {
	font-size: 14px;
	color: #333;
	display: block;
	background: url(../images/ban_btn.png) no-repeat;
	width: 128px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	padding: 0 0 0 20px;
}
/*新闻动态*/
.news_bg {
	padding: 80px 0;
	background: #f7f7f7;
}
.news_t {
	height: 40px;
	width: 360px;
	margin: 0 auto;
	padding: 8px 0 0;
}
.news_t ul li {
	float: left;
	width: 160px;
	overflow: hidden;
	padding: 0 10px;
}
.news_t ul li a {
	font-size: 14px;
	color: #333;
	display: block;
	float: left;
	width: 158px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	border: #ebebeb 1px solid;
}
.news_t ul li a:hover, .news_t ul li.on a {
	color: #fff;
	background: #fb052c;
	border: #fb052c 1px solid;
}
.news01 {
	width: 570px;
	float: left;
	padding: 40px 0 0;
}
.news01 dl dt {
	width: 570px;
	height: 285px;
	overflow: hidden;
	line-height: 0;
}
.news01 dl dt img {
	width: 570px;
	height: 285px;
}
.news01 dl dd {
	padding-top: 20px;
	width: 570px;
}
.news01 dl dd span {
	display: block;
	float: left;
	height: 53px;
	width: 90px;
	font-size: 14px;
	background: url(../images/news_line.gif) no-repeat right 10px;
	line-height: 32px;
	padding: 15px 0 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.news01 dl dd span b, .news02 dt b {
	display: block;
	font-size: 50px;
}
.news01 .news_r {
	width: 530px;
	float: left;
	padding: 0 0 0 20px;
	overflow: hidden;
}
.news dl dd h5 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-weight: normal;
}
.news dl dd h5 a {
	font-size: 16px;
	color: #333;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	font-weight: bold;
}
.news dl dd h5 a:hover {
	color: #fb052c;
}
.news_desc {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	padding: 5px 0 0;
}
.news02 {
	width: 580px;
	float: right;
	padding: 10px 0 0;
}
.news02 dl {
	background: #fff;
	width: 578px;
	height: 108px;
	overflow: hidden;
	border: #ebebeb 1px solid;
	margin-top: 30px;
}
.news02 dt {
	float: left;
	width: 112px;
	border-right: #ebebeb 1px solid;
	height: 78px;
	text-align: center;
	font-size: 14px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 34px;
	padding: 30px 0 0;
}
.news02 dt b {
	color: #333;
}
.news02 dd {
	width: 525px;
	padding: 12px 0 0 25px;
	float: left;
}
.news02 dl:hover {
	border: #fb052c 1px solid;
	box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);
}
/*关于汉祥机械*/
.about {
	padding: 90px 0 0;
}
.about dl {
	margin-top: 45px;
	width: 1200px;
	height: 415px;
	background: #f7f7f7;
	overflow: hidden;
}
.about dl dt {
	width: 662px;
	height: 415px;
	float: left;
	line-height: 0;
	overflow: hidden;
}
.about dl dt img {
	width: 662px;
	height: 415px;
}
.about dl dd {
	width: 460px;
	float: left;
	padding: 60px 0 0 40px;
}
.about dl dd h5 {
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	font-weight: normal;
}
.about dl dd h5 a {
	font-size: 28px;
	color: #000;
}
.about dl dd h5 a:hover {
	color: #fb052c;
}
.about .ab_desc {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.about dl dd p {
	padding: 20px 0 0;
}
.about dl dd span {
	padding: 40px 0 0;
}
/*企业风采*/
.honor {
	padding: 0 0 90px;
}
.honor_t {
	background: url(../images/photo_line.png) no-repeat 0 62px;
	height: 124px;
	line-height: 124px;
	overflow: hidden;
}
.honor_t a {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.honor_t span {
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	width: 100px;
	text-align: center;
}
.honor_t em {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 0;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0 3px 10px 3px rgba(248,162,48,0.2);
	margin: 35px 15px 0 5px;
}
.honor_t em img {
	width: 50px;
	height: 50px;
}
.honor_qie {
	width: 1200px;
	overflow: hidden;
}
.honor ul li {
	width: 230px;
	float: left;
	padding-right: 12px;
	overflow: hidden;
}
.honor ul li em {
	width: 220px;
	height: 211px;
	display: block;
	line-height: 0;
	overflow: hidden;
	border: 1px solid #f2f2f2;
	padding: 5px;
	margin: 0 10px;
}
.honor ul li img {
	width: 220px;
	height: 211px;
}
.honor ul li span {
	width: 230px;
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	padding: 10px 0 0;
}
/*友情链接*/
.f_link {
	height: 66px;
	line-height: 66px;
	overflow: hidden;
}
.f_link b {
	display: block;
	float: left;
	font-size: 14px;
	color: #333;
	width: 120px;
}
.f_link p {
	font-size: 14px;
	color: #666;
	float: left;
	width: 1080px;
}
.f_link p a {
	font-size: 14px;
	color: #666;
	padding: 0 10px 0 0;
}

/**/
@-webkit-keyframes shake {
 from, to {
-webkit-transform:translate3d(0, 0, 0);
}
 20%, 60% {
-webkit-transform:translate3d(-10px, 0, 0);
}
 40%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
}
}
 @keyframes shake {
 from, to {
transform:translate3d(0, 0, 0);
}
 20%, 60% {
transform:translate3d(-10px, 0, 0);
}
 40%, 80% {
transform:translate3d(10px, 0, 0);
}
}
.top_bg {
	height: 206px;
	background: url(../images/top_bg.gif) repeat-x;
	overflow: hidden;
}
.header {
	width: 1200px;
	margin: 0 auto;
}
.h_con {
	height: 124px;
	padding: 16px 0 0;
	overflow: hidden;
}
.h_con .logo {
	float: left;
	width: 86px;
}
.h_con .logo img {
	width: 103px;
	height: 102px;
}
.h_con .h_dw {
	float: left;
	font-size: 26px;
	color: #333;
	line-height: 32px;
	width: 400px;
	text-align: center;
	padding: 25px 0 0;
}
.h_dw span {
	display: block;
	font-size: 12px;
	color: #adadad;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/t_line.png) no-repeat center 15px;
	font-weight: normal;
	text-transform: uppercase;
}
.h_dw i {
	color: #f8bd01;
}
.h_tel {
	float: right;
	padding: 20px 0 0;
	background: url(../images/t_line02.gif) no-repeat 260px 24px;
	height: 100px;
}
.h_tel p {
	font-size: 14px;
	color: #333;
	background: url(../images/tel.gif) no-repeat 0 14px;
	line-height: 26px;
	padding: 0 0 0 45px;
	float: left;
}
.h_tel b {
	display: block;
	font-size: 26px;
	font-family: "DINOT";
}
.tel_p01 {
	width: 285px;
}
.tel_p02 {
	width: 210px;
}
.h_nav {
	height: 66px;
	line-height: 66px;
}
.h_nav em {
	display: block;
	width: 15px;
	height: 15px;
	line-height: 0;
	position: absolute;
	top: 25px;
	left: 26px;
	overflow: hidden;
	z-index: 20;
}
.h_nav em img {
	width: 15px;
	height: 15px;
}
.h_nav li {
	height: 66px;
	float: left;
	position: relative;
}
.h_nav li a {
	font-size: 14px;
	color: #333;
	padding: 0 47px;
	display: block;
	float: left;
	position: relative;
	z-index: 4;
	text-decoration: none;
}
.h_nav li a:hover {
	background: #f8bd01\9;
}/* IE6銆両E7銆両E8鏀寔 */
.h_nav li:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	background-color: #fb052c;
	bottom: 0;
	left: 0;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.h_nav li:hover:after, .h_nav li.cur:after {
	height: 100%;
}
em, i {
	font-style: normal;
}
/*banner*/
.fullSlide {
	min-width: 1200px;
	position: relative;
	height: 660px;
	overflow: hidden;
}
.fullSlide .bd {
	position: relative;
	z-index: 0;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 660px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 660px;
}
.fullSlide .bd li img {
	width: 1920px;
	height: 660px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
.fullSlide .hd {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	bottom: 40px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
.fullSlide .hd ul {
	margin-left: 500px;
}
.fullSlide .hd ul li {
	float: left;
	margin: 0 5px;
	display: inline;
	cursor: pointer;
	width: 62px;
	height: 5px;
	background: #000;
	text-indent: -9999px;
}
.fullSlide .hd ul .on {
	background: #fff;
}
.s_bg {
	height: 89px;
	background: url(../images/s_line.gif) repeat-x 0 bottom;
}
.search {
	width: 1200px;
	margin: 0 auto;
	height: 88px;
	overflow: hidden;
}
.search p {
	float: left;
	font-size: 14px;
	color: #666;
	width: 880px;
	height: 88px;
	line-height: 86px;
	overflow: hidden;
	background: url(../images/s_line02.gif) no-repeat 0 33px;
	padding: 0 0 0 20px;
}
.search p a {
	font-size: 14px;
	color: #666;
	padding: 0 10px 0 0;
}
.search p a:hover {
	color: #333;
}
.search .ser_inp {
	background: none;
	width: 230px;
	height: 88px;
	border: none;
	float: left;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #666;
	line-height: 88px;
	outline: none;
}
.search .ser_so {
	cursor: pointer;
	float: left;
	background: url(../images/s_so.gif) no-repeat;
	border: none;
	width: 67px;
	height: 89px;
}
input::-webkit-input-placeholder {
color: #999;
}
.f_bg {
	background: #142038;
	height: 245px;
	padding: 70px 0 0;
	overflow: hidden;
}
.footer {
	width: 1200px;
	margin: 0 auto;
}
.f02 {
	width: 530px;
}
.f_nav {
	height: 125px;
	overflow: hidden;
	width: 390px;
	background: url(../images/f_line01.gif) no-repeat;
	padding: 20px 0 0;
}
.f_nav ul li {
	height: 32px;
	line-height: 32px;
	background: url(../images/f_ico01.png) no-repeat 0 14px;
	overflow: hidden;
	padding: 0 0 0 15px;
	width: 115px;
	float: left;
}
.f_nav ul li a {
	font-size: 14px;
	color: #fff;
}
.f_nav ul li a:hover {
	font-weight: bold;
}
.f02 p {
	font-size: 24px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background: url(../images/f_line01.gif) no-repeat;
	width: 390px;
	font-weight: bold;
}
.f02 p span {
	background: url(../images/f_ico02.png) no-repeat 0 24px;
	display: block;
	padding: 0 25px;
	float: left;
}
.f_ban {
	width: 400px;
	padding: 20px 0 0;
	background: url(../images/f_line02.gif) no-repeat;
}
.f_ban p {
	padding: 0 0 12px 35px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.f_ban p b {
	display: block;
}
.f_ban span {
	display: block;
}
.f_ban i {
	padding: 0 10px;
}
.f_p01 {
	background: url(../images/f_ico03.png) no-repeat 0 15px;
}
.f_p02 {
	background: url(../images/f_ico04.png) no-repeat 0 15px;
}
.f_ban a {
	color: #fff;
}
.f_er {
	width: 240px;
	padding: 33px 0 0;
	background: url(../images/f_erbg.gif) no-repeat 0 20px;
}
.f_er p {
	width: 100px;
	text-align: center;
	line-height: 0;
	float: left;
	padding: 0 0 0 16px;
}
.f_er img {
	width: 100px;
	height: 100px;
}
.f_er span {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	padding: 15px 0 0;
}
.client-2 {
	position: fixed;
	right: -170px;
	top: 50%;
	z-index: 900;
}
.client-2 li a {
	text-decoration: none;
}
.client-2 li {
	margin-top: 1px;
	clear: both;
	height: 62px;
	position: relative;
}
.client-2 li i {
	background: url(../images/fx.png) no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0px auto;
	text-align: center;
}
.client-2 li p {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.client-2 .my-kefu-qq i {
	background-position: 4px 5px;
}
.client-2 .my-kefu-tel i {
	background-position: 0 -21px;
}
.client-2 .my-kefu-liuyan i {
	background-position: 4px -53px;
}
.client-2 .my-kefu-weixin i {
	background-position: -34px 4px;
}
.client-2 .my-kefu-weibo i {
	background-position: -30px -22px;
}
.client-2 .my-kefu-ftop {
	display: none;
}
.client-2 .my-kefu-ftop i {
	width: 33px;
	height: 31px;
	background-position: -23px -47px;
	background-size: 52px 82px;
}
.client-2 .my-kefu-ftop .my-kefu-main {
	padding-top: 6px;
}
.client-2 .my-kefu-left {
	float: left;
	width: 62px;
	height: 47px;
	position: relative;
}
.client-2 .my-kefu-tel-right {
	font-size: 16px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	border-left: 1px solid #fff;
	margin-top: 14px;
}
.client-2 .my-kefu-right {
	width: 20px;
}
.client-2 .my-kefu-tel-main {
	background: #fb052c;
	color: #fff;
	height: 53px;
	width: 230px;
	padding: 9px 0 0;
	float: left;
}
.client-2 .my-kefu-main {
	background: #fb052c;
	width: 97px;
	height: 53px;
	position: relative;
	padding: 9px 0 0;
	float: left;
}
.client-2 .my-kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -24px;
	display: none;
	z-index: 333;
}
.my-kefu-weixin-pic img {
	width: 115px;
	height: 115px;
}
