
.gwidth {
	width:98%;
	margin:0 auto;
}
.pc {
	display:none;
}
.phone {
	display:block;
}
body {
	padding-bottom:65px;
}
/* 顶部 */
.head {
	height:40px;
	line-height:40px;
	background-color:#000;
	font-size:14px;
	color:#FFF;
}
/* phone导航栏 */
.logo_p {
	display:block;
	width:100%;
	margin:0 auto;
}
.ph {
	display:block;
	width:35px;
	height:35px;
	font-weight:bold;
	color:#016ED2;
	position:fixed;
	top:2%;
	right:2%;
	z-index:102;
	border-radius:50%;
	background-color:#DDD;
	padding:1%;
}
.ph img {
	width:100%;
}
.pad_nav {
	width:55%;
	display:block;
	background:#999;
	position:fixed;
	top:0;
	right:0;
	z-index:101;
}
.pad_nav .accordion a {
	color:#2b2b2b;
}
.pad_nav .accordion {
	width:100%;
	/* max-width:360px;
	*/height:1000px;
	margin:18% auto 0;
	background:#999;
}
.pad_nav .accordion .link {
	cursor:pointer;
	display:block;
	height:42px;
	line-height:42px;
	color:#FFF;
	font-size:18px;
	padding-left:14%;
	font-weight:600;
	border-bottom:1px solid #FFF;
	position:relative;
	-webkit-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.pad_nav .accordion li:last-child .link {
	border-bottom:0;
}
.pad_nav .accordion li i {
	position:absolute;
	top:0;
	left:5%;
	font-size:22px;
	color:#666;
	-webkit-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.pad_nav .accordion li.open .link {
	color:#b63b4d;
}
.pad_nav .accordion li.open i {
	color:#b63b4d;
}
/* index-轮播图 */
.lb .banner {
	position:relative;
	overflow:hidden;
	text-align:center;
	width:100%;
	margin:0 auto;
}
.lb .banner .dots {
	position:absolute;
	left:0;
	right:0;
	bottom:6px;
	z-index:3;
}
.lb .banner .dots li {
	display:inline-block;
	width:12px;
	height:12px;
	margin:0 6px;
	text-indent:-999em;
	border:1px solid #000;
	opacity:.4;
	border-radius:50%;
	cursor:pointer;
	background-color:#CCC;
	-webkit-transition:background .5s,opacity .5s;
	-moz-transition:background .5s,opacity .5s;
	transition:background .5s,opacity .5s;
}
.lb .banner .dots li.active {
	background:#000;
	opacity:1;
	border-color:#FFF;
}
.lb .banner .arrow {
	position:absolute;
	top:44%;
	overflow:hidden;
	z-index:2;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.lb .banner #al {
	left:8px;
}
.lb .banner #ar {
	right:8px;
}
.lb .banner>.prev img {
	width:44px;
}
.lb .banner>.next img {
	width:44px;
}
.lb .banner ul {
	z-index:1;
	width:100%;
	overflow:hidden;
}
.lb .banner ul .slider-item {
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
}
.lb .banner ul .slider-item img {
	display:block;
	width:100%;
}
.lb .banner ul .slider-item .slider-title {
	position:absolute;
	left:0;
	bottom:0px;
	width:610px;
	max-height:56px;
	padding:15px;
	text-align:left;
	line-height:28px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	background:-webkit-linear-gradient(top,transparent,rgba(0,0,0,0.9));
	background:url(http://www.mutianqz.com/templets/default/images/slider-info-bg.png) \9;
}
/* index-phone搜索|菜单 */
.phone_sscd {
	background-color:#F4F4F4;
	overflow:hidden;
}
.phone_sscd>form {
	position:relative;
	width:60%;
	margin:0 auto;
}
.phone_sscd>form input {
	display:block;
	width:80%;
	height:40px;
	line-height:40px;
	margin:5% auto 0;
	border-radius:5px;
	padding:0 10%;
	font-size:18px;
	color:#000;
}
.phone_sscd>form i {
	position:absolute;
	z-index:3;
	top:8px;
	left:1%;
	font-size:20px;
}
.phone_sscd>ul li {
	float:left;
	width:20%;
	margin:5% 2.5%;
	padding:2% 0;
	background-color:#FFF;
	text-align:center;
	border-radius:8px;
}
.phone_sscd>ul li a {
	display:block;
	width:100%;
	height:100%;
}
.phone_sscd>ul li span {
	font-size:50px;
	color:#e6212a;
}
.phone_sscd>ul li p {
	font-size:18px;
	color:#333;
	font-family:"SimSun";
	line-height:50px;
}
/* index-关于我们 */
.ctta {
	margin:20px auto 40px;
}
.ctta>h3 {
	font-size:30px;
	color:#e6212a;
	font-weight:500;
	line-height:40px;
	text-align:center;
}
.ctta>p {
	line-height:18px;
	text-align:center;
	font-size:14px;
	color:#666;
	margin-bottom:30px;
}
.ctta>img {
	display:block;
	width:100%;
	margin-top:20px;
}
.ctta>div {
	width:100%;
	line-height:28px;
	font-size:16px;
	color:#444;
	text-indent:2em;
	margin-top:35px;
}
.ctta>div span {
	display:block;
}
.ctta>div a {
	display:block;
	width:120px;
	height:44px;
	line-height:44px;
	text-align:center;
	text-indent:0;
	border-radius:3px;
	font-size:16px;
	color:#FFF;
	background-color:#e6212a;
	margin-top:30px;
	position:relative;
}
.ctta>div a i {
	position:absolute;
	z-index:3;
	left:40px;
}
.ctta>div a:before {
	content:"";
	display:none;
	width:120px;
	height:44px;
	border-radius:3px;
	background-color:#e6212a;
	position:absolute;
	z-index:1;
}
.ctta>div a:hover:before {
	display:block;
}
/* ----------index-我们的产品---------- */
.cttb {
	margin-bottom:40px;
}
/* bottom */
.cttb_btm {
	overflow:hidden;
}
.cttb_btm>h3 {
	font-size:30px;
	color:#e6212a;
	font-weight:500;
	line-height:39px;
	text-align:center;
	margin-bottom:15px;
}
.cttb_btm>ul li {
	float:left;
	width:46%;
	padding:2% 1% 3%;
	margin:0 1% 2%;
	background-color:#F5F5F5;
}
.cttb_btm>ul li div {
	border:1px solid #CCC;
	background-color:#FFF;
	overflow:hidden;
	margin:0 auto 5px;
}
.cttb_btm>ul li div img {
	display:block;
	width:99%;
	margin:0 auto;
}
.cttb_btm>ul li h4 {
	width:94%;
	height:40px;
	line-height:40px;
	text-align:center;
	margin-top:5px;
	padding:0 2%;
	font-size:18px;
	color:#333;
	font-weight:700;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.cttb_btm>ul li:hover h4 {
	color:#e6212a;
	transition:all 0.5s;
}
.cttb_btm>ul li p {
	display:none;
	width:96%;
	height:96px;
	padding:0 2%;
	line-height:24px;
	font-size:16px;
	color:#353535;
	overflow:hidden;
}
/* index-新闻资讯 */
.cttd {
	padding:10px 0 30px;
	margin-bottom:40px;
	background-color:#F5F5F5;
}
.cttd_div {
	overflow:hidden;
}
.cttd_div>h3 {
	height:100px;
	line-height:100px;
	text-align:center;
	font-size:30px;
	color:#e6212a;
	font-weight:500;
}
.cttd_div>ul li {
	float:left;
	width:98%;
	background-color:#FFF;
	padding:2%;
	margin:0 0 20px;
}
.cttd_div>ul li>a img {
	float:left;
	width:26%;
}
.cttd_div>ul li div {
	float:right;
	width:70%;
}
.cttd_div>ul li div h4 {
	width:70%;
	height:24px;
	line-height:24px;
	font-size:18px;
	color:#000;
	font-weight:700;
	margin:5px 0 5px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.cttd_div>ul li:hover div h4 {
	color:#e6212a;
	transition:all 0.5s;
}
.cttd_div>ul li div p {
	height:72px;
	line-height:24px;
	font-size:16px;
	color:#777;
	text-indent:2em;
	overflow:hidden;
}
.cttd_div>a {
	display:block;
	width:150px;
	height:50px;
	line-height:50px;
	text-align:center;
	background-color:#e6212a;
	font-size:16px;
	color:#FFF;
	margin:10px auto 0;
	position:relative;
}
.cttd_div>a i {
	position:absolute;
	z-index:3;
	left:43px;
}
.cttd_div>a:before {
	content:"";
	display:none;
	width:150px;
	height:50px;
	background-color:#e6212a;
	position:absolute;
	z-index:1;
}
.cttd_div>a:hover:before {
	display:block;
}
/* ----------index-案例与伙伴---------- */
.ctte {
	margin-bottom:40px;
}
/* right */
.ctte_right {
	width:100%;
	margin:0 auto;
}
.ctte_right>h4 {
	height:46px;
	line-height:46px;
	font-size:20px;
	color:#e6212a;
	font-weight:500;
	border-bottom:1px dashed #DDD;
}
.ctte_right>h4 i {
	padding-left:1%;
}
.ctte_right>ul {
	padding:3% 1%;
}
.ctte_right>ul li {
	float:left;
	width:31%;
	border:1px solid #CCC;
	margin:0 0.8% 1%;
}
.ctte_right>ul li:nth-child(n+4) {
	margin-bottom:0;
}
.ctte_right>ul li img {
	display:block;
	width:85%;
	margin:4% auto;
}
/* 底部 */
.footer {
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:16px;
	color:#666;
	margin-bottom:66px;
	background-color:#EEE;
}
/* phone底部导航 */
.nav_phone {
	height:65px;
	width:100%;
	background-color:#FFF;
	text-align:center;
	position:fixed;
	bottom:-1px;
	z-index:103;
	overflow:hidden;
	box-shadow:0 -2px 5px #EEE;
}
.nav_phone li {
	float:left;
	width:25%;
}
.nav_phone li span {
	display:block;
	height:40px;
	overflow:hidden;
	font-size:32px;
	margin:0 auto;
	color:#e6212a;
}
.nav_phone li:nth-child(1) span,.nav_phone li:nth-child(3) span {
	height:35px;
	padding-top:5px;
}
.nav_phone li:nth-child(2) span {
	font-size:46px;
}
.nav_phone li:nth-child(4) span {
	font-size:46px;
}
.nav_phone li p {
	font-size:16px;
	color:#333;
}
/* 回顶部 */
.backTop_Z {
	display:block;
	width:60px;
	height:60px;
	position:fixed;
	right:1%;
	bottom:8%;
	width:60px;
	height:60px;
	background:transparent url(../image/back_top_Z.png) center no-repeat;
	border-radius:50%;
	opacity:.9;
	z-index:104;
	outline:0;
}
/* 面包导航 */
.nav_bn {
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#000;
	padding-left:10px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.nav_bn>a:hover {
	color:#e6212a;
}
/* 分页 */
.fenye {
	height:21px;
	padding:10px 5px;
	margin:30px 0 30px;
	text-align:center;
	overflow:hidden;
}
.Fenye {
	height:21px;
	padding:10px 5px;
	text-align:center;
	overflow:hidden;
}
.fenye a,.Fenye a {
	display:inline-block;
	font-size:14px;
	color:#444;
	padding:5px 10px;
	margin-left:10px;
	border:1px solid #e6212a;
}
.fenye a:hover,.Fenye a:hover {
	background-color:#e6212a;
	color:#FFF;
	transition:all .5s;
}
.fenye span,.Fenye span {
	display:inline-block;
	font-size:14px;
	color:#FFF;
	padding:5px 10px;
	margin-left:10px;
	border:1px solid #e6212a;
	background-color:#e6212a;
}
.fenye span:hover,.Fenye span:hover {
	background-color:#e6212a;
	color:#FFF;
	transition:all .5s;
}
/* 上一页|下一页 */
.detail_np {
	padding:10px;
	height:24px;
	line-height:24px;
	font-size:14px;
	color:#444;
	background-color:#F5F5F5;
}
.detail_np>span {
	display:block;
	width:40%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.detail_np>span:nth-child(1) {
	float:left;
}
.detail_np>span:nth-child(2) {
	float:right;
	text-align:right;
}
.detail_np span a:hover {
	color:#e6212a;
	transition:all .5s;
}
/* ----------------Inside pages|关于我们---------------- */
/* 关于我们 */
.about_us {
	margin:30px auto;
}
.about_us>h3 {
	line-height:36px;
	font-size:28px;
	color:#e6212a;
	text-align:center;
	margin-bottom:30px;
	font-weight:500;
}
.about_lt {
	width:98%;
	background-color:#e6212a;
	padding:2% 1%;
	margin-bottom:20px;
}
.about_lt>h5 {
	line-height:48px;
	font-size:24px;
	color:#FFF;
	font-weight:500;
	margin-top:15px;
	margin-bottom:12px;
}
.about_lt>div {
	line-height:34px;
	font-size:18px;
	color:#FFF;
}
.about_lt>div img {
	width:auto !important;
	height:auto !important;
	max-width:100%;
	margin:8px 0;
}
.about_lt>div span {
	display:block;
	text-indent:2em;
}
.about_lt>h4 {
	line-height:50px;
	font-size:30px;
	color:#FFF;
	font-weight:700;
	margin-top:50px;
}
/* 我们的优势 */
.about_youshi {
	height:594px;
	margin-bottom:40px;
	background:url(../image/tmp1557794868_1876941_s.png) top right no-repeat;
}
.about_ys {
	position:relative;
}
.about_ys>ul {
	width:100%;
	position:absolute;
	right:0;
	top:70px;
}
.about_ys>ul li {
	margin-bottom:5%;
}
.about_ys>ul li>img {
	float:left;
	display:block;
	width:18%;
	overflow:hidden;
}
.about_ys>ul li>div {
	float:right;
	width:78%;
}
.about_ys>ul li>div h4 {
	line-height:24px;
	margin:12px 0 13px;
	font-size:22px;
	color:#e6212a;
}
.about_ys>ul li>div span {
	display:block;
	font-size:18px;
	color:#F3F3F3;
}
/* 我们的资质 */
.about_zz {
	border:1px solid #DEDEDE;
	margin-bottom:40px;
}
.about_zz>h4 {
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:26px;
	color:#e6212a;
	font-weight:500;
}
.about_zz .marqueeleft {
	width:98%;
	overflow:hidden;
	margin:10px auto 0;
}
.about_zz .marqueeleft ul {
	float:left;
}
.about_zz .marqueeleft ul li {
	float:left;
	padding:5px;
	display:inline;
	width:209px;
	height:302px;
	overflow:hidden;
	border:1px solid #F3F3F3;
	border-bottom:none;
}
.about_zz .marqueeleft ul li img {
	display:block;
	width:207px;
	height:301px;
}
/* 菜单start */
.w-container {
	display:block;
}
.systitle {
	position:relative;
	padding:0.5em 3em 0.5em 0.5em !important;
	text-align:left !important;
	cursor:pointer;
}
.w-com-menu-H .systitle {
	display:block;
}
.w-com-menu .systitle .icon_menuControl {
	position:absolute;
	z-index:1;
	right:0.4em;
	top:0.5em;
	display:inline-block;
	font-size:125%;
	line-height:1.2;
	width:1.2em;
	color:#fff;
}
.w-com-menu .systitle .icon_menuControl:before {
	content:"\f13a";
}
.w-com-menu .systitle.open .icon_menuControl:before {
	content:"\f139";
}
.w-com-menu .ul-parent {
	display:none;
}
.w-com-menu {
	background:#3d3d3d;
	margin-bottom:1em;
}
.w-com-menu li,.w-com-menu .ul-submenu li {
	display:block;
	margin:0;
	border-bottom:0.025rem solid #2A2A2A;
	border-top:0.025rem solid #484848;
}
.w-com-menu a {
	font-size:100%;
}
.w-com-menu li a,.w-com-menu .ul-submenu li a {
	padding:0.7em 0.8em;
	text-align:center;
	color:#999;
	display:block;
	line-height:normal;
}
.w-com-menu .fa {
	display:block;
	right:0;
}
.w-com-menu .ul-submenu {
	position:relative;
	top:auto;
	padding-top:0;
}
.w-com-menu li:hover > .ul-submenu,.w-com-menu-V > .w-com-menu-in > .ul-parent > li:hover > .ul-submenu {
	display:none;
}
.w-com-menu .ul-submenu ul {
	background:#4a4a4a;
}
.w-com-menu .ul-submenu .ul-submenu ul {
	background:#565656;
}
.w-com-menu .ul-submenu li {
	float:none;
}
.w-com-menu .ul-submenu .ul-submenu-up {
	display:none;
}
.w-com-menu .ul-submenu li> .div-parent:hover a,.w-com-menu .ul-submenu li.cur> .div-parent a {
	background:#555;
}
.w-com-menu  li> .div-parent:hover >a,.w-com-menu li.cur> .div-parent >a,.w-com-menu  li> .div-parent:hover >.fa,.w-com-menu  li.cur> .div-parent >.fa {
	color:#fff;
}
.side_bar {
	width:100%;
	float:none;
}
.side_left {
	margin-left:0;
}
.systitle {
	font-size:125%;
	position:relative;
	line-height:1.5;
}
.crumbs {
	margin-bottom:1em;
}
.crumbs .crumbs_in {
	padding:0 0.5em;
}
.w-com-menu-V > .w-com-menu-in > .ul-parent > .li-parent > .div-parent {
	background:none !important;
	border-bottom:0;
}
.w-com-menu-V .ul-submenu .li-parent .div-parent {
	border-bottom:0;
}
.w-system .w-searchbox {
	margin-left:0.5em;
	margin-right:0.5em;
}
.systitle {
	background:#e6212a;
}
@media (max-width:768px) {
	.w-com-menu .ul-parent {
	background-color:#f6f6f6;
	border-bottom:0.05rem solid #e6212a;
}
.w-com-menu .ul-submenu ul {
	background-color:#fafafa;
}
.w-com-menu .ul-submenu .ul-submenu ul {
	background-color:#fdfdfd;
}
.w-com-menu li a,.w-com-menu .ul-submenu li a {
	text-align:left;
}
.w-com-menu li a,.w-com-menu .ul-submenu li a,.w-com-menu .fa {
	color:#333;
	font-size:16px;
}
.w-com-menu li,.w-com-menu .ul-submenu li {
	border:none;
	border-bottom:0.025rem solid #fff;
}
.w-com-menu li >.div-parent:hover a,.w-com-menu  li.cur >.div-parent a {
	background:none;
}
.w-com-menu li > .div-parent:hover > a,.w-com-menu li.cur > .div-parent > a,.w-com-menu li > .div-parent:hover > .fa,.w-com-menu li.cur > .div-parent > .fa {
	color:#e6212a;
}
.w-com-menu .ul-submenu li > .div-parent:hover a,.w-com-menu .ul-submenu li.cur > .div-parent a {
	background:none;
}
.systitle {
	background:#e6212a;
	color:#fff;
	text-align:center;
}
/* ----------------Inside pages|产品中心---------------- */
.product {
	overflow:hidden;
}
.product>ul li {
	float:left;
	width:46%;
	padding:1%;
	margin:1%;
	background-color:#F5F5F5;
	border-bottom:2px solid #F5F5F5;
}
.product>ul li:hover {
	border-bottom:2px solid #e6212a;
	transition:all .5s;
}
.product>ul li>div {
	width:99%;
	border:1px solid #e6212a;
	background-color:#FFF;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
.product>ul li>div img {
	width:100%;
}
.product>ul li>h4 {
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	margin-top:10px;
	font-size:16px;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.product>ul li:hover h4 {
	color:#e6212a;
	transition:all .5s;
}
/* ----------------Inside pages|新闻资讯---------------- */
.news {
	background-color:#F3F3F3;
	margin-bottom:40px;
	padding-bottom:10px;
}
.newsy {
	overflow:hidden;
}
.newsy>ul li {
	width:96%;
	padding:2%;
	margin:10px 0 10px;
	border-left:1px solid #F7F7F7;
	background-color:#FFF;
	overflow:hidden;
}
.newsy>ul li img {
	display:block;
	float:left;
	width:25%;
}
.newsy>ul li>div {
	float:right;
	width:70%;
}
.newsy>ul li>div h4 {
	width:70%;
	line-height:24px;
	margin-bottom:5px;
	font-size:16px;
	color:#333;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.newsy>ul li:hover>div h4 a {
	color:#e6212a;
	transition:all .5s;
}
.newsy>ul li div p {
	height:88px;
	line-height:22px;
	padding-right:5px;
	font-size:14px;
	color:#777;
	overflow:hidden;
}
/* ----------------Inside pages|生产检测---------------- */
.shengchan {
	overflow:hidden;
}
.shengchan>h4 {
	height:90px;
	line-height:60px;
	text-align:center;
	font-size:20px;
	color:#e6212a;
}
.shengchan>ul li {
	float:left;
	width:50%;
}
.shengchan>ul li img {
	display:block;
	width:90%;
	margin:0 auto;
}
.shengchan>ul li h4 {
	height:40px;
	line-height:40px;
	text-align:center;
	padding:0 5%;
	margin-bottom:20px;
	font-size:16px;
	color:#000;
	font-weight:500;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.shengchan>ul li:hover a {
	color:#e6212a;
	transition:all .5s;
}
/* ----------------Inside pages|技术与服务---------------- */
.jishu {
	background-color:#F3F3F3;
	padding-bottom:10px;
}
.jishuy {
	overflow:hidden;
}
.jishuy>h4 {
	height:80px;
	line-height:60px;
	font-size:20px;
	color:#e6212a;
	text-align:center;
}
.jishuy>ul li {
	width:100%;
	padding:10px 0;
	margin:0 0 20px 0;
	background-color:#FFF;
	overflow:hidden;
}
.jishuy>ul li img {
	display:block;
	float:left;
	width:25%;
	margin-left:2%;
}
.jishuy>ul li>div {
	float:right;
	width:70%;
}
.jishuy>ul li>div h4 {
	width:70%;
	line-height:24px;
	margin-bottom:10px;
	font-size:16px;
	color:#e6212a;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.jishuy>ul li:hover>div h4 a {
	color:#e6212a;
	transition:all .5s;
}
.jishuy>ul li div p {
	height:72px;
	line-height:24px;
	font-size:16px;
	color:#888;
	padding-right:10px;
	overflow:hidden;
}
/* ----------------Inside pages|典型案例---------------- */
/* right */
.case_rgt {
	float:right;
	width:100%;
	border:1px solid #F3F3F3;
	padding-bottom:5px;
	margin-bottom:10px;
}
.case_rgt>h3 {
	line-height:47px;
	padding-left:1%;
	font-size:20px;
	color:#e6212a;
	font-weight:500;
}
.case_rgt>ul {
	border-top:2px solid #e6212a;
}
.case_rgt>ul li {
	padding:10px 0;
	border-bottom:1px dashed #CCC;
}
.case_rgt>ul li>p {
	float:left;
	width:25%;
	margin-left:1%;
}
.case_rgt>ul li>p a {
	display:table-cell;
	vertical-align:middle;
	overflow:hidden;
}
.case_rgt>ul li img {
	float:left;
	display:block;
	width:100%;
}
.case_rgt>ul li>div {
	float:right;
	width:70%;
}
.case_rgt>ul li>div h4 {
	width:70%;
	font-size:18px;
	color:#e6212a;
	margin-bottom:10px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.case_rgt>ul li:hover>div a {
	color:#e6212a;
	transition:all .5s;
}
.case_rgt>ul li>div p {
	height:66px;
	line-height:22px;
	font-size:16px;
	color:#444;
	overflow:hidden;
}
/* ----------------Inside pages|联系我们---------------- */
.contact_us {
	overflow:hidden;
	margin-bottom:40px;
}
.contact_us>h3 {
	height:115px;
	line-height:112px;
	font-size:26px;
	color:#333;
	font-weight:500;
	background:url(../image/tmp1480565049_1336237_s.png) center no-repeat;
	text-align:center;
}
.contact_us>div {
	overflow:hidden;
	margin-bottom:40px;
}
.contact_us>div #dituContent {
	width:100%;
	height:265px;
	border-top:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
}
.contact_us>div .iw_poi_title {
	color:#CC5522;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	padding-right:13px;
	white-space:nowrap;
}
.contact_us>div .iw_poi_content {
	font:12px arial,sans-serif;
	overflow:visible;
	padding-top:4px;
	white-space:-moz-pre-wrap;
	word-wrap:break-word;
}
.contact_us>ul li {
	width:80%;
	padding:5%;
	text-align:center;
	margin:2% auto;
}
.contact_us>ul li:nth-child(1) {
	background-color:#FFECED;
}
.contact_us>ul li:nth-child(2) {
	background-color:#EBF6FF;
}
.contact_us>ul li:nth-child(3) {
	background-color:#F5FAEA;
}
.contact_us>ul li:nth-child(4) {
	background-color:#FFF5E5;
}
.contact_us>ul li img {
	display:block;
	width:14%;
	margin:1% auto;
}
.contact_us>ul li h4 {
	line-height:26px;
	padding:14px 0 10px;
	font-size:20px;
	color:#555;
	font-weight:normal;
}
.contact_us>ul li p {
	line-height:20px;
	font-size:18px;
	color:#888;
}
/* ----------------Inside pages|展会信息---------------- */
.zhanhui {
	overflow:hidden;
}
.zhanhui>h4 {
	height:90px;
	line-height:60px;
	text-align:center;
	font-size:20px;
	color:#e6212a;
}
.zhanhui>ul li {
	float:left;
	width:50%;
}
.zhanhui>ul li>a {
	display:block;
	width:100%;
	text-align:center;
	overflow:hidden;
}
.zhanhui>ul li img {
	display:block;
	width:90%;
	margin:0 auto;
}
.zhanhui>ul li h4 {
	height:40px;
	line-height:40px;
	text-align:center;
	padding:0 5%;
	margin-bottom:20px;
	font-size:16px;
	color:#000;
	font-weight:500;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.zhanhui>ul li:hover a {
	color:#e6212a;
	transition:all .5s;
}
/* Details page|相关信息 */
.message>h4 {
	line-height:40px;
	padding:0 5px;
	font-size:18px;
	color:#444;
	font-weight:700;
	border-bottom:2px solid #CCC;
}
.message>ul {
	padding:5px 1%;
}
.message>ul li {
	width:96%;
	padding:0 1%;
	margin:0 1%;
	border-bottom:1px dashed #CCC;
}
.message>ul li i {
	display:block;
	float:left;
	width:6px;
	height:6px;
	background:url(../image/text_list_code_bg.jpg) center no-repeat;
	margin:13px 10px 13px 0;
}
.message>ul li a {
	display:block;
	float:left;
	width:80%;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#333;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.message>ul li a:hover {
	color:#e6212a;
	transition:all .5s;
}
/* ----------------Details page|产品中心---------------- */
.proddeta {
	margin-bottom:40px;
}
/* right */
.proddeta_rgt {
	float:right;
	width:100%;
}
.pdda_top>h3 {
	padding-left:15px;
	height:40px;
	line-height:40px;
	font-size:18px;
	color:#e6212a;
	font-weight:500;
	border-bottom:2px solid #e6212a;
}
.pdda_top .pdda_di {
	width:70%;
	border:1px solid #DDD;
	margin:15px auto 8px;
	position:relative;
	overflow:hidden;
}
.pdda_top .pdda_di>img {
	width:100%;
}
.pdda_top .pdda_di .pl-collect {
	cursor:pointer;
	background-image:url(../image/pro-list-li-icon.png);
	position:absolute;
	bottom:8%;
	right:-100px;
	height:32px;
	line-height:32px;
	background-position:0 0;
	overflow:hidden;
	z-index:100;
	transition:all ease .2s;
}
.pdda_top .pdda_di .pl-collect em {
	background-image:url(../image/pro-list-li-icon.png);
	background-position:0 -84px;
	width:18px;
	height:19px;
	float:left;
	margin:6px 0 0 10px;
}
.pdda_top .pdda_di .pl-collect b {
	color:#FFF;
	font-size:14px;
	float:left;
	line-height:32px;
	padding:0 10px 0 8px;
}
.pdda_top .pdda_di:hover .pl-collect {
	right:0;
}
.pdda_top>.pdda_div {
	width:80%;
	margin:0 auto;
	text-align:center;
}
.pdda_top>.pdda_div>h4 {
	line-height:30px;
	font-size:18px;
	color:#e6212a;
	border-bottom:1px dashed #F3F3F3;
}
.pdda_btm {
	margin:0 10px 20px;
}
.pdda_btm>h4 {
	height:35px;
	padding:5px 5px 0;
	border-bottom:1px dashed #EDEDED;
	font-size:18px;
	color:#e6212a;
	font-weight:500;
	margin-bottom:5px;
}
.pdda_btm>h5 {
	height:27px;
	line-height:27px;
	padding:0 10px;
	font-size:18px;
	color:#31859B;
	font-weight:700;
	margin-bottom:27px;
}
.pdda_btm>div {
	line-height:26px;
	font-size:16px;
	color:#666;
	padding:0 10px;
	margin-bottom:20px;
}
.pdda_btm>div img {
	display:block;
	width:100% !important;
    height: auto;
	margin:0 auto;
}
#index {
	margin:0 0 45px;
	position:relative;
}
#index>h4 {
	height:30px;
	line-height:30px;
	padding:8px 4px 5px;
	border-bottom:1px solid #CCC;
	font-size:16px;
	color:#333;
	font-weight:500;
}
#index .left-btn {
	width:28px;
	height:56px;
	z-index:10;
	position:absolute;
	left:0;
	top:45%;
}
#index .right-btn {
	width:28px;
	height:56px;
	z-index:10;
	position:absolute;
	right:0;
	top:45%;
}
#index .left-btn>p {
	width:28px;
	height:56px;
	background:url(../image/manual_move_btn.png) left center no-repeat;
	cursor:pointer;
}
#index .right-btn>p {
	width:28px;
	height:56px;
	background:url(../image/manual_move_btn.png) right center no-repeat;
	cursor:pointer;
}
#index .index_div {
	height:252px;
	position:relative;
	overflow:hidden;
	margin-top:5px;
}
#index .index_menu li {
	float:left;
	width:212px;
	height:232px;
	margin:5px;
	padding:5px 0;
}
#index .index_menu li>div {
	width:210px;
	height:200px;
	border:1px solid #e6212a;
	margin-bottom:5px;
	overflow:hidden;
	position:relative;
}
#index .index_menu li>div img {
	display:block;
	height:100%;
	margin:0 auto;
}
#index .index_menu li>p {
	height:20px;
	line-height:20px;
	text-align:center;
	margin-top:5px;
	font-size:14px;
	color:#555;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
/* ----------------Details page|新闻资讯---------------- */
.newsdeta {
	margin-bottom:20px;
}
/* right */
.newsdeta_rgt {
	width:100%;
	overflow:hidden;
}
.newsdeta_rgt>h4 {
	width:100%;
	height:36px;
	line-height:36px;
	text-align:center;
	padding:10px 0;
	font-size:20px;
	color:#333;
	font-weight:700;
}
.newsdeta_rgt .newsdeta_div {
	line-height:24px;
	text-indent:2em;
	font-size:16px;
	color:#333;
	margin-bottom:50px;
	border-top:1px dashed #CCC;
	padding-top:10px;
}
.newsdeta_rgt .newsdeta_div img {
	display:block;
	width:100%;
	margin:0 auto 10px;
}
.newsdeta_rgt .newsdeta_p {
	line-height:22px;
	margin:5px 0;
	font-size:14px;
	color:#666;
	text-align:center;
}
.newsdeta_rgt .newsdeta_p span {
	display:inline-block;
	margin:0 5px;
}
/* ----------------Details page|生产检测---------------- */
.scdeta {
	margin-bottom:40px;
	overflow:hidden;
}
.scdeta>h4 {
	width:100%;
	height:36px;
	line-height:36px;
	text-align:center;
	padding:10px 0;
	font-size:18px;
	color:#333;
	font-weight:700;
	border-bottom:1px dashed #CCC;
}
.scdeta .scdeta_div {
	line-height:28px;
	text-indent:2em;
	font-size:16px;
	color:#444;
	margin:10px 0 30px;
}
.scdeta .scdeta_div img {
	display:block;
	width:100%;
	margin:0 auto 10px;
}
/* ----------------Details page|技术与服务---------------- */
.jsfwdeta {
	margin-bottom:40px;
	overflow:hidden;
}
.jsfwdeta>h4 {
	width:100%;
	height:36px;
	line-height:36px;
	text-align:center;
	padding:10px 0;
	font-size:18px;
	color:#333;
	font-weight:700;
	border-bottom:1px dashed #CCC;
}
.jsfwdeta .jsfwdeta_div {
	line-height:28px;
	text-indent:2em;
	font-size:16px;
	color:#444;
	margin:10px 0 30px;
}
.jsfwdeta .jsfwdeta_div img {
	display:block;
	width:100%;
	margin:0 auto 10px;
}
/* ----------------Details page|典型案例---------------- */
.casedeta {
	margin-bottom:40px;
}
/* right */
.casedeta_rgt {
	float:right;
	width:100%;
	overflow:hidden;
}
.casedeta_rgt>h3 {
	height:40px;
	line-height:40px;
	padding-left:15px;
	border-bottom:2px solid #e6212a;
	font-size:18px;
	color:#e6212a;
	font-weight:700;
}
.casedeta_rgt>h4 {
	height:36px;
	line-height:36px;
	text-align:center;
	padding:10px 5px;
	font-size:18px;
	color:#333;
	font-weight:700;
	border-bottom:1px dashed #CCC;
}
.casedeta_rgt .casedeta_div {
	line-height:28px;
	text-indent:2em;
	font-size:16px;
	color:#000;
	margin:10px 5px 30px;
}
.casedeta_rgt .casedeta_div img {
	display:block;
	width:100%;
	margin:0 auto 10px;
}
/* 相关产品 */
.xiangguancp {
	margin-bottom:30px;
}
.xiangguancp>h3 {
	line-height:30px;
	font-size:24px;
	color:#333;
	font-weight:500;
	margin-bottom:15px;
}
.xiangguancp>ul li {
	float:left;
	width:46%;
	padding:1%;
	margin:1%;
	background-color:#F5F5F5;
	border-bottom:2px solid #F5F5F5;
}
.xiangguancp>ul li:hover {
	border-bottom:2px solid #e6212a;
	transition:all .5s;
}
.xiangguancp>ul li>div {
	width:99%;
	border:1px solid #e6212a;
	background-color:#FFF;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
.xiangguancp>ul li>div img {
	width:100%;
}
.xiangguancp>ul li>h4 {
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	margin-top:10px;
	font-size:16px;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.xiangguancp>ul li:hover h4 {
	color:#e6212a;
	transition:all .5s;
}
/* 相关新闻 */
.xiangguanxw {
	padding:15px 0;
	background-color:#F3F3F3;
	margin-bottom:30px;
}
.xiangguanxw>div>h3 {
	line-height:30px;
	font-size:24px;
	color:#333;
	font-weight:500;
	margin-bottom:15px;
}
.xiangguanxw>div>ul li {
	width:96%;
	padding:2%;
	margin:10px 0 10px;
	border-left:1px solid #F7F7F7;
	background-color:#FFF;
	overflow:hidden;
}
.xiangguanxw>div>ul li img {
	display:block;
	float:left;
	width:25%;
}
.xiangguanxw>div>ul li>div {
	float:right;
	width:70%;
}
.xiangguanxw>div>ul li>div h4 {
	width:70%;
	line-height:24px;
	margin-bottom:5px;
	font-size:16px;
	color:#333;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.xiangguanxw>div>ul li:hover>div h4 a {
	color:#e6212a;
	transition:all .5s;
}
.xiangguanxw>div>ul li div p {
	height:88px;
	line-height:22px;
	padding-right:5px;
	font-size:14px;
	color:#777;
	overflow:hidden;
}
.cpuct_nr {
	padding:15px 0;
	border-top:1px dashed #DDD;
	margin-bottom:40px;
}
.cpuct_nr>div {
	line-height:26px;
	font-size:16px;
	color:#333;
}
.gjcty {
	line-height:50px;
	font-size:16px;
	color:#333;
	border-bottom:1px solid #ccc;
}
.gjcty>div a {
	display:inline-block;
	margin:0 6px;
}
.product>ul li>div p {
	display:none;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.5);
	position:absolute;
	top:0;
	left:0;
	font-size:14px;
	color:#fff;
}
.product>ul li>div p>span {
	display:inline-block;
	width:80%;
	height:88px;
	line-height:22px;
	margin:20% 10%;
	overflow:hidden;
}
.product>ul li:hover>div p {
	display:block;
	transition:all .4s;
}
#index .index_menu li>div p {
	display:none;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.5);
	position:absolute;
	top:0;
	left:0;
	font-size:14px;
	color:#fff;
}
#index .index_menu li>div p>span {
	display:inline-block;
	width:80%;
	height:88px;
	line-height:22px;
	margin:20% 10%;
	overflow:hidden;
}
#index .index_menu li:hover>div p {
	display:block;
	transition:all .4s;
}
.xiangguancp>ul li>div p {
	display:none;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.5);
	position:absolute;
	top:0;
	left:0;
	font-size:14px;
	color:#fff;
}
.xiangguancp>ul li>div p>span {
	display:inline-block;
	width:80%;
	height:88px;
	line-height:22px;
	margin:20% 10%;
	overflow:hidden;
}
.xiangguancp>ul li:hover>div p {
	display:block;
	transition:all .4s;
}


.kefu {
        display: none !important;
    }
