﻿@charset "utf-8";
 
*{
	padding:0;
	margin: 0;
	list-style: none;
	border: 0;
	outline: 0;	
	font-family: '微软雅黑';
	font-size: 14px;
	color: #616161;
}

.container{
	width:960px;
	padding:0;
	
}
input::-webkit-input-placeholder {
　　color: #ccc !important;
}
input:-moz-placeholder {
　　color: #ccc !important; 
}
input::-moz-placeholder {
　　color: #ccc !important; 
}
input:-ms-input-placeholder {
　　color: #ccc !important;
}	
 
 
 input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color:#f1f2f7;
    color: #616161;
}
 
 
a:hover{
	color:#c81332;
	text-decoration: none;
}
a{
	cursor:pointer;
	color:#616161;
}
a:-webkit-any-link{
	text-decoratin:none;
}
a:focus,a:hover{
	color:#c81332;
	text-decoration: none;
}
input::-webkit-input-placeholder{
    color: #8c8c8c;
}
input:-moz-placeholder{
    color:#8c8c8c;
}
input::-moz-placeholder{
    color:#8c8c8c;
}
input:-ms-input-placeholder{
    color: #8c8c8c;
}
textarea::-webkit-input-placeholder{
    color: #8c8c8c;
}
textarea:-moz-placeholder{
    color:#8c8c8c;
}
textarea::-moz-placeholder{
    color:#8c8c8c;
}
textarea:-ms-input-placeholder{
    color: #8c8c8c;
}
.clearfix:after{
	display:block;
	content: "";
	height:0;
	visibility: none;
	clear:both;
}
/*悬浮框*/
.slidebarcon{
	height:89px;
	width:44px;
	background:url("/image/slidebarcon.png"/*tpa=http://www.mitech-ndt.com/Home/images/slidebarcon.png*/) no-repeat;
	position:fixed;
	bottom:50%;
	right:0;
	z-index:9999999;
}
.slidebarcon a{
	display:block;
	height:45px;
	widrth:44px;
	}
.slidebar{
	 
	height: 307px;
	width:88px;
	background:url("/image/slide-bar.png"/*tpa=http://www.mitech-ndt.com/Home/images/slide-bar.png*/);
	position:fixed;
	top:300px;
	right:0;
	z-index:99999;
	padding:17px 0 0 0;
}
.slidebar ul li a{
	height: 70px;
	width:88px;
	 
	 
	display: block;
	padding-top:70px;
	overflow: hidden;
}
.slideclose{
	position: absolute;
	top:-6px;
	right: 0;
	font-size:18px;
	font-weight: 600;
	color:#fff; 
	cursor: pointer;
	width:16px;
	height:24px;
}
/*邮箱弹出框*/
.mailback{
	display:none;
	height: 100%;
	width:100%;
	background:rgba(0,0,0,0.3);filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#44000000,endColorstr=#44000000);
	position: fixed;
	z-index: 9999999;
}
.mailback .close{
	font-size: 32px;
	font-weight: 600;
	color: #666;
	position: absolute;;
	top: 10px;
	right: 10px;
	 
}
.xinxi{
	display:none;
	height: 100%;
	width:100%;
	background:rgba(0,0,0,0.3);filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#44000000,endColorstr=#44000000);
	position: fixed;
	z-index: 9999999;
}
.xinxi .close{
	font-size: 32px;
	font-weight: 600;
	color: #666;
	position: absolute;;
	top: 10px;
	right: 10px;

}
.mail-main{
	height: 550px;
	width:720px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 70px auto;
	padding: 50px 0 0 140px;
	position: relative;
}
.mail-main h4{
	font-weight: 600;

}
.mail-main p{
	line-height: 30px;
	margin-bottom:0;
}
.mail-main .form-table{
	padding-top:24px;
	overflow: hidden;
}
.mail-main .form-table label{
	height: 32px;
	width:86px;
	text-align:center;
	line-height: 32px;
	font-weight: 100;
	float: left;
	text-justify:justify;
	text-align-last:justify;
	-moz-text-align-last:justify;
	-webkit-text-align-last:justify;
	

}
.mail-main .form-table .inputgroup{
	padding-bottom: 10px;
	overflow: hidden;
}
.mail-main .form-table .inputgroup input{
	height: 32px;
	width:296px;
	line-height: 32px;
	 background:#fff;
	 border: 1px solid #dfdfdf;
	 padding-left: 10px;
	 float: left;
}
.mail-main .form-table .inputgroup textarea{
	height: 92px;
	width:296px;
	line-height: 32px;
	 background:#fff;
	 border: 1px solid #dfdfdf;
	 padding:0 10px;
	 resize:none;
	 float: left;

}
.mail-main .form-table .inputgroup .mail-sub{
	height: 32px;
	width:100px;
	background: #c81332;
	color: #fff;
	text-align:center;
	line-height: 30px;
	padding-left:0;
	padding:0; 
	margin-left:86px;
}
.mail-main .form-table .inputgroup .mail-sub:hover{
	 
	background: #960019;
	 
}
.mail-main .form-table .inputgroup span{
	width:40px;
	text-align: center;
	color:#c81332;
	font-size:16px;
	float: left;

}
/*应聘职位弹框*/
.recru{
	display:none;
	height: 100%;
	width:100%;
	background:rgba(0,0,0,0.3);filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#44000000,endColorstr=#44000000);
	position: fixed;
	z-index: 9999999;
}
.recru .close{
	font-size: 32px;
	font-weight: 600;
	color: #666;
	position: absolute;;
	top: 10px;
	right: 10px;
	 
}
.recru-main{
	height: 450px;
	width:720px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 70px auto;
	padding: 50px 0 0 140px;
	position: relative;
}
.recru-main h4{
	font-weight: 600;

}
.recru-main p{
	line-height: 30px;
	margin-bottom:0;
}
.recru-main .form-table{
	padding-top:24px;
	overflow: hidden;
}
.recru-main .form-table label{
	height: 32px;
	width:86px;
	text-align: left;
	line-height: 32px;
	font-weight: 100;
	float: left;

}
.recru-main .form-table .inputgroup{
	padding-bottom: 10px;
	overflow: hidden;
}
.recru-main .form-table .inputgroup input{
	height: 32px;
	width:296px;
	line-height: 32px;
	 background:#fff;
	 border: 1px solid #dfdfdf;
	 padding-left: 10px;
	 float: left;
}
.recru-main .form-table .inputgroup textarea{
	height: 92px;
	width:296px;
	line-height: 32px;
	 background:#fff;
	 border: 1px solid #dfdfdf;
	 padding:0 10px;
	 resize:none;
	 float: left;

}
.recru-main .form-table .inputgroup .mail-sub{
	height: 32px;
	width:100px;
	background: #c81332;
	color: #fff;
	text-align:center;
	line-height: 30px;
	padding-left:0;
	padding:0; 
	margin-left:86px;
}
.recru-main .form-table .inputgroup .mail-sub:hover{
	 
	background: #960019;
	 
}
.recru-main .form-table .inputgroup span{
	width:40px;
	text-align: center;
	color:#c81332;
	font-size:16px;
	float: left;

}
/* 首页-----start*/
body{
	position:relative;
}
#wrap{
	width:100%; 
	margin: 0 auto;
	overflow: hidden;
}
#wrap .container{
	 
}
.top-bar{
	width:100%;
	background: #c81332;
	height: 46px;	
	border-bottom: 4px solid #fff;
	overflow: hidden;
}
.top-bar .container .bar-right{
	width:50%;
	float: left;
	text-align: left;
}
.top-bar .container .bar-right span{
	line-height: 42px;
	padding-right: 20px;
	color:#fff;
	font-size:14px;
}
.top-bar .container .bar-right span.nopadding{
	padding-right:0;
}
.top-bar .container .bar-right p span i img{
	width:21px;
}
.top-bar .container .bar-right p span a{
	color:#fff;
}
.top-bar .container .bar-right p span a:hover{
	color:#f1f2f7;
}
.top-bar .container .bar-left{
	
	float: right;
	text-align: right;
}
.top-bar .container .bar-left span{
	float: left;
}
.top-bar .container .bar-left span a{
	text-align: center;
	font-size:13px;
	display: inline-block;
	line-height: 38px;
	width:25px;
	color: #fff;
}
.top-bar .container .bar-left span a.current{
	background:url("/image/lang.png") no-repeat center 30px;
}
.top-bar .search {
	margin-top:9px;
	float: left;
	height: 25px;
	width:204px;
	position: relative;
}
.top-bar .search #search{
	height: 25px;
	width:204px;
	background:#fff;
	padding:0 5px;
}
.top-bar .search #bar-sub{
	height: 25px;
	width: 46px;
	line-height: 25px;
	background:#fff;
	border:0;
	background: url("/image/bar-ser.png") no-repeat 30px center;
	position: absolute;
	right: 0;
	top: 0;
	font-size:12px;
	text-align: left;

}
.nav{
	border-top:1px solid #b2b2b2;
	background:#fff;
	height: 83px;
	width:100%;
	box-shadow:0 3px 5px #848484;
}
.nav h1{
	margin-top:14px;
	float: left;
	height:0;
	padding-top:50px;
	width: 192px;
	height:36px;
	background: url("/image/logo.png") no-repeat center center ;
	/*background-size:195px 36px;*/
	overflow: hidden;
}
.nav>div>ul{
	float:right;
	margin-bottom:0; 
}
.nav>div>ul>li{
	height:82px;
	float: left;
	padding-left:84px;
	display:inline-block;
	position:relative;
}

.nav>div>ul>li>a{
	height:82px;
	display: inline-block;
	line-height:82px; 
	font-size:16px;
	border-top:3px solid #fff;
}
.nav>div>ul>li:hover>a{
	border-color:#c81332;
	color:#c81332;

}
.nav>div>ul>li.active>a{
	border-color:#c81332;
	color:#c81332;
}
.nav>div>ul>li:hover #div1{
	display: block;
}
.nav .nav-s{
	display: none;
	height:268px;
	width:298px;
	background:url("/image/nav-s.png");
	position:absolute;
	top:64px;
	left:-35px;
	z-index:999999;
}
.nav .nav-s .nav-main{
	width:100px;
	height:118px;
	padding-top:30px;
	float:left;
}
.nav .nav-s .img{
	margin-left:30px;
	padding-top:30px;
	height:120px;
	width:160px;
	float:left;
}
.nav .nav-s .img img{
	width:136px;
}
.nav .nav-s .nav-main ul li{
	width:100px;	 
	height:24px;
}
.nav .nav-s .nav-main ul li a{
	width:100%;
	display:block;
	line-height:24px;
	height:24px;
	text-align: center;
}
.nav .nav-s .jd{
	margin-top:60px;
	height:98px;
	 
	margin-left:30px;
	 
}
.nav .nav-s .jd .jd-ob{
	width:85px;
	float:left;
}
.nav .nav-s .jd .jd-text{
	width:156px;
	float:left;
	text-align: center;
	padding-top:10px
}
.nav .nav-s .jd .jd-ob img{
	width:85px;
}
.nav .nav-s .jd .jd-text h4{
	color:#c81332;
	font-size:15px;
	margin:0; 
}
.nav .nav-s .jd .jd-text p{
	font-size:10px;
	margin:0;
}
.nav .nav-s .jd .jd-text a{
	display:block;
	margin-top:13px;
}
.nav .nav-t{
	overflow:hidden;
	cursor:hand;
	display:none;
	width:959px;
	height:340px;
	background:url("/image/nav-t.png");
	position:absolute;
	top:64px;
	left:-368px;
	z-index:999999;
	padding-left:30px;
}
.nav .nav-f{
	background:url("/image/nav-f.png");
	position:absolute;
	top:64px;
	left:-605px;
}
.nav .nav-t ul li{
	width:154px;
	float:left;
	padding-left:20px;
	font-size:12px;
	height:320px;
	background:url("/image/nav-li-t.png");
	position:relative;
} 
.nav .nav-t ul li h4{
	margin-top:10px;
	font-size:13px;
	font-weight:600;
	line-height:34px;
	margin-bottom: 0;
}
.nav .nav-t ul li>a{
	font-size:13px;
	display:block;
	line-height:24px;
	width:140px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.nav .nav-t ul li img{
	
	position:absolute;
	bottom:0;
	left:0;
	margin-left:26px;
	width: 40%;
}
.banner{
	width:100%;
	position: relative;
	/*background:#f1f2f7;*/ 
}
#wrap .index-banner{
	background: url(/image/banner-bottom.png) no-repeat center bottom;
	width: 100%;
	height: 425px;
}
.m-carousel .owl-nav {
    position: absolute;
    top: 46%;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 73px;
	z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/image/large_left.png) no-repeat 0 0 !important;
    width: 40px;
    height: 40px;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute !important;
    right: 73px;
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/image/large_right.png) no-repeat 0 0 !important;
    width: 40px;
    height: 40px;
}
.banner>img{
	width:100%;
}
.banner .pic{
	    /* height: 250px; */
    width: 100%;
    overflow: hidden;
    position: relative;
    display: table-cell;
    text-align: center;
	}
.banner .pic img{
	    /* width: 1920px; */
    margin: 0 auto;
    /* position: absolute; */
    /* left: 50%; */
    /* top: 0; */
    /* transform: translate(-50%,0); */
   /* -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);*/
    /* -webkit-transform: translate(-50%,0); */
    /* text-align: center; */
    /* display: inline; */
}
 
.section{
	width:100%;
}
.sec-group{
	padding-top:30px;
	
}
.sec-group hgroup{
	padding-bottom:30px;
}
.sec-group h2{
	font-size:26px;

	color:#111;
	height:52px;
	text-align: center;
	margin-bottom: 0;

}
.hgroup{
	margin-bottom:30px;
	}
.sec-group h4{
	color:#989898;
	font-size:12px;
	text-align: center;
	line-height: 44px;
	margin: 0;
}
.sec-about h2{
	background:url("/image/sec-h.png") no-repeat bottom center;
}
.sec-about li{
	cursor:pointer;
	float: left;
	width:20%;
	padding:0 12px;
	border-right:1px solid #ddd;
}
.sec-about .about-list{
	overflow:hidden;
}
.sec-about li:hover a{
	color:#c81332;
}
.sec-about li.noborder{
	border-right:none;
}
.sec-about .list-top{
	
	height: 95px; 
	width:95px;
	border-radius: 50%;
	 
	margin:0 auto;
	overflow:hidden;
	 position:relative;
	behavior: url("PIE.htc");
	 
}
.sec-about .list-top img{
	 width:99%;
	 position:relative;
	 top:0;
	 left:0;
	 
}
@keyframes myfirst
{
from {opticity:1;}
to {opticity:0;}
}
.sec-about li h4{
	line-height:40px;
	color:#111;
	font-size:18px;
	border-bottom:1px solid #ddd;
}
.section .sec-about li p{
	padding:5px;
	text-align: center;
	font-size:12px;
	color:#989898;
	margin-bottom:0;
}
.section .sec-about li p a{
	padding-top: 4px;
	font-size:12px;
	line-height: 20px;
}

.sec-hot h2{
	background:url("/image/sec-h-2.png") no-repeat bottom center;
}
.sec-hot li{
	float: left;
	width:280px;
	height:198px;
	margin-right:30px;
}
.sec-hot li:hover img{
	transition:0.3s all ease;
}
.sec-hot li:hover img{
	transform:translate(-50%,-50%) scale(1.1) !important;
}
.sec-hot li:nth-child(3n){
	 
	margin-right:0;
}
.sec-hot .hot-list{
	width:900px;
	height:198px;
	margin:0 30px;
	position:relative;
	overflow: hidden;
}
.sec-hot .hot-list ul{
	 width: 1000%;
	 height:198px;
	 position:absolute;
	 top: 0;
	 left: 0;
}
.sec-hot li .hot-img{
	text-align: center;
	height:158px;
	width:280px;
	vertical-align: middle;
	text-align: center;
	position:relative;
	background:#f1f2f7;
  overflow:hidden; 
}
.sec-hot li .hot-img img{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	width:60%;
}
.sec-hot li .video-area{
	position:absolute;
	left:0;
	top:0;
	height:158px;
	width:280px;
	background:rgba(0,0,0,0.3);filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#44000000,endColorstr=#44000000);
	display:none;
}
.sec-hot li .video-area a{
	height:48px;
	width:48px;
	background:#c81432;
	position:absolute;
	left:116px;
	top:55px;
	border-radius:50%;
	behavior: url("PIE.htc");
}
.sec-hot li .video-area a i{
	line-height:48px;
	text-align:center;
	color:#fff;
	font-size:20px;	
}
.sec-hot li h4{
	color:#4f4f4f;
	margin-top:0;
	height:40px;
	line-height:40px;
	font-size:16px;
	background:url("/image/hot-arr.png") no-repeat left center;
	text-align: left;
	padding-left:20px;
}	
.sec-hot li button{
	width:78px;
	height:24px;
	background:#c81432;
	color:#fff;
	line-height: 24px;
	text-align: center;
	border-radius:2px;
	margin:32px auto;
	behavior: url("PIE.htc");
}
.sec-hot li button:hover{
	background:#960019;	
}
.sec-choose h2{
	background:url("/image/sec-h-3.png") no-repeat bottom center;
}
.sec-choose .choose-list{
	padding-top:86px;
	height:430px; 
	width:100%;
	background:url("/image/index-choose.jpg") no-repeat top center;
	position:relative;
	 
}
 .sec-choose li{
	width:50%;
	height:136px;
	padding:0 20px;
	float:left;
}
.sec-choose li h4{
	font-size:18px;
	color:#fff;
	text-align: left;
	margin-bottom:0;
	line-height:27px;
}
.sec-choose li .media-object{
	margin-top:5px;
}
.sec-choose li p{
	width:310px;
	font-size:12px;
	color:#fff;
	text-align: justify;
	margin:0;
}
.sec-choose li .media-body{
	padding-left:20px;
}
.sec-choose .choose-list>img{
	 width:100%;
	 height: 30px;
	position:absolute;
	bottom:0;
	left:0;
	 

}
.sec-choose li .media-body div{
	width:310px;
	font-size:12px;
	color:#fff;
	text-align: justify;
	}
.sec-news{
	width:100%;
	margin:0 auto;
	background:url("/image/news-bg.png") no-repeat bottom center;
}
.sec-news h2{
	background:url("/image/sec-h-4.png") no-repeat bottom center;
}
.sec-news li{
	float: left;

}
.sec-news  li h4{
	font-size:22px;
	color:#c81332;
	text-align: left;
}

.sec-news .news-list{
height:380px;
width:100%;
clear:both;
position:relative;
  
}
.sec-news .news-list>ul>li{
	position:absolute;
	top: 0;
	left:-1000px;
	background:#fff;
	margin-top:35px;
	height:312px;
	overflow:hidden;
	width:100%;
}
.leftafter{
	transition:left .2s ease 0.4s;
	left:0 !important;
}
.rightafter{
	transition:left .2s ease 0.4s;
}
.sec-news .news-list>ul>li.pull-right{
	position:absolute;
	top: 0;
	left:0;
	padding:19px;
}
.sec-news .list-news li{
	 width: 100%;
	background:url("/image/circle.png") no-repeat left center;
	 position:relative;
	 margin-bottom: 40px;
	 padding-left: 16px;
}
.sec-news .list-news li:hover a{
	color: #c81332 !important;
}
#ranklist .left-1{
	width:394px;
	height: 273px;
	float: left;
}
#ranklist code{
	float: right;
	color: #c81332;
	background: none;
	font-size: 14px;
}
.sec-news .list-news li.pull-right{
	float:right;
}
 .sec-news .list-news li img{
 	margin:0;
 	margin-right: 10px;
	width:100%;
	height:174px;
	background:#c81332;
}
#ranklist .text-1{
	font-size: 14px;
	color: #909090;
	margin-top: 10px;
	line-height: 20px;
}
#ranklist a{
	display: block;
	color: #909090;
	font-size: 14px;
}
.topcn{
	width:506px;
	height: 268px;
	float: right;
	text-indent: 2em;
	line-height: 25px;
}
.topcn code {float:right;
	color:#c81432; 
	background:#fff;
	 font-family:'微软雅黑';
	 position:absolute;
	 right: 0;
	 bottom: 0;
}
.topcn p a {
	width:290px; 
	height:24px; 
	white-space:nowrap;
	display:inline-block;
	text-overflow:ellipsis;
	overflow:hidden;
	line-height:32px;
}
.topcn div{
	line-height:19px; 
	padding-bottom:15px; 
	display:none;
	overflow:hidden;
	text-align:justify;
}
.topcn div a.text{
	display:inline-block;
	width:266px;
	height:96px; 
	overflow:hidden;
}

.sec-news .list-news li span{
	color:#c81332;
	position: absolute;
	bottom:0;
	right:0;
	line-height: 24px;
}
.sec-service h2{
	background:url("/image/sec-h-5.png") no-repeat bottom center;
}
.sec-service .service-list{
	position:relative;
	width:100%;
	height:408px;
	background:url("/image/bg-serpap.png") no-repeat center center;
	background-size:1920px 408px;
	margin:0 auto; 
	min-width:1000px; 
	overflow:hidden;
}
.sec-service{
	height:540px;
	position: relative;
}

.ser-list-main{
	    margin: 100px auto 0;
	height:170px;
	width:930px;
	overflow: hidden;
	position:relative;
}
.ser-list-main ul{
	width:400%;
	position:absolute;
	left:0;
	top: 0;
	z-index: 2;
} 
.ser-list-main li{
	width:193px;
	padding:0 15px;
	height:134px;
	float: left;
	display:table-cell;
	vertical-align: middle;
	text-align: center;

}
.ser-list-main li img{
	  /* width:150px;
	  height:auto; */
}
.ser-list-main li p{
	text-align:center;
	color:#5b5c5c;
	}
.service-net .container{
	height:408px;
	position:relative;
	width:1000px;
	 
	margin:0 auto;
} 
.service-net .container .ol ol li.left{
	position:absolute;
	top:166px;
	left:-40px;
	height:34px;
	width:17px;
	/* background:url("/image/net-l.png"); */
	cursor:pointer;
} 
.service-net .container .ol ol li.right{
	position:absolute;
	top:166px;
	right:-40px;
	height:34px;
	width:17px;
	/* background:url("/image/net-r.png"); */
	cursor:pointer;
}
.net-icons li{
	position:absolute;
}

 
.net-icons li i{
	margin-top:0;
	color:#c80e37;
	cursor: pointer;
}
 
@keyframes jump{
	0%{
		margin-top:0;
	}
	50%{
		margin-top:-20px;
	}
	100%{
		margin-top:0;
	}
}
@-webkit-keyframes jump{
	0%{
		margin-top:0;
	}
	50%{
		margin-top:-20px;
	}
	100%{
		margin-top:0;
	}
}
@-ms-keyframes jump{
	0%{
		margin-top:0;
	}
	50%{
		margin-top:-20px;
	}
	100%{
		margin-top:0;
	}
}

 
.mapLeft{
	width:460px;
	height:335px;
	background:url("/image/map.png") no-repeat;
	position:relative;
}
.mps{
	width: 24px;
	height: 40px;
	background: url("/image/bg-mark.png") no-repeat scroll 4px 20px;
	cursor: pointer;
	position: absolute;
	transition: all 0.2s ease-out 0s;
	 
	opacity:1;
}
.mps:hover{
	animation:line1 0.5s linear;
	-webkit-animation:line1 0.5s linear;
	-ms-animation:line1 0.5s linear;
}
@keyframes line1{
	0%{
		background: url("/image/bg-mark.png") no-repeat scroll 4px 20px;	
	}
	50%{
		background: url("/image/bg-mark.png") no-repeat scroll 4px 18px;	
	}
	100%{
		background: url("/image/bg-mark.png") no-repeat scroll 4px 20px;	
	}
}
@-webkit-keyframes line1{
	0%{
		background: url("/image/bg-mark.png") no-repeat scroll 4px 20px;	
	}
	50%{
		background: url("/image/bg-mark.png") no-repeat scroll 4px 18px;	
	}
	100%{
		background: url("/image/bg-mark.png") no-repeat scroll 4px 20px;	
	}
}
@-ms-keyframes line1{
	0%{
		background: url("/image/bg-mark.png") no-repeat scroll 4px 20px;	
	}
	50%{
		background: url("/image/bg-mark.png") no-repeat scroll 4px 18px;	
	}
	100%{
		background: url("/image/bg-mark.png") no-repeat scroll 4px 20px;	
	}
}
.mp1{ left:138px; top:108px;}
.mp2{ left:272px; top:225px;}
.mp3{ left:255px; top:115px;}
.mp4{ left:310px; top:128px;}
.mp5{ left:330px; top:252px;}
.mp6{ left:350px; top:221px;}
.mp7{ left:330px; top:105px;}
.mp8{ left:348px; top:170px;}
.mp9{ left:283px; top:193px;}
.mp10{ left:320px; top:96px;}
.mp11{ left:393px; top:63px;}
.mp12{ left:330px; top:143px;}
.mp13{ left:283px; top:123px;}
.mp14{ left:193px; top:183px;}
.mp15{ left:293px; top:163px;}

.mapRight{
	margin-top:43px;
	width:362px;
}
.map-b{
	overflow:hidden;
}
.map-b .img{
	height:125px;
	width:94px;
	background:#c81332;
	float:left;
	margin:22px 0 0 20px;
}
.map-b p{
	
	float:left;
}
.fenadr{
	min-height:224px;
	 
	background:rgba(255,255,255,0.4);
	background:rgba(255,255,255,0.4);filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#44ffffff,endColorstr=#44ffffff);
	display:none;
}
.fenadr h4{
	width:366px;
	font-size:16px;
	background:#c81432;
	color:#fff;
	height:46px;
	line-height:46px;
	padding-left:15px;
	font-weight:normal;
	 margin-left:-2px;
}
.fenadr p{
	padding:25px 0 0 24px;
	font-size:14px;
	line-height:24px;
	color:#666;
	width:226px;
	text-align:justify;
}
.fenadr:first-child{
	display:block;
}
.fl{ float:left;}
.fr{ float:right;}
 .sec-contact h2{
	background:url("/image/sec-h-6.png") no-repeat bottom center;
}
 .sec-contact .contact-list .contact-text{
	line-height:42px;
	float:left;
	width:50%;
	height:320px;
}
.sec-contact .contact-list .contact-text li{
	font-size:13px;
}
.sec-contact .contact-list .contact-text i{
	color:#c81332;
	font-size:20px;
}
.contact-form{
	float: right;
	width:50%;
	height:270px;
	line-height:40px;
	position: relative;
	background:#fff;
}

.contact-form input{
	float:right;
	height:40px;
	width:364px;
	background-color:#f1f2f7;
	padding-left:8px;
	margin-top:10px;
	
}
.contact-form textarea{
	float:right;
	height:78px;
	width:364px;
	background-color:#f1f2f7;
	padding-left:8px;
	margin-top:10px;
	resize:none;
}
 .sec-contact .contact-list .contact-form .btn-sub{
	height:36px;
	width:84px;
	background:#c81432;
	color:#fff;
	position:absolute;
	bottom:20px;
	right:0;
	line-height:36px;
	text-align:center;
	padding:0;
	
}
 .sec-contact .contact-list .contact-form .btn-sub:hover{
	 background:#960019;
}
.footer{
	height:302px; 
	width:100%;
	background:#191919;
	 padding-top:10px;
	 overflow:hidden;
}
.footer ul{ 
	float: left;
	width:70%;
}
.footer ul li{ 
	float: left;
	width:20%;
}
.footer li h3,.footer li p{
	color:#fff;
	font-weight:100;
	padding-left: 10px;
}
.footer img{
	margin-top:24px;
	
	width:246px; 
	height: 234px;
	 float:right;

}
.footer li h3{
	    line-height: 44px;
    background: url("/image/circle.png") no-repeat left center;
    font-size: 18px;
    padding-left: 13px;
    margin-left: -4px;

}
 
.footer li p a{
	font-size:14px;
	color:#fff;
}
.footer li p a:hover{
	font-size:14px;
	color:#c81432;
}
.footer-bar{
	border-top:2px solid #c81432;
	height:68px;
	line-height: 66px;
	background: #363636;
	width:100%;
	text-align: center;
}
.footer-bar p{
	color: #fff;
	margin:0;
}
.footer-bar span{ 
	color:#c81432;
 }

/*首页---end*/
/*关于---start*/
.about{
	width:100%;
	background:#fff;
	overflow:hidden;
	 
}
.about .left{
	 margin:0 0;
	
	border-bottom:1px solid #f1f2f7;
}
.about .container{
	background:#fff;
	padding:0;
}
.products .container{
	 
}
.about .about-fix{
	width:100%;
	height:8px;
	background:#fff;
}
.left-list{
	position:relative;
	float:left;
	width:210px;
	margin:0;
	
	
}
.left-shadow{
	box-shadow:#bbb 10px 0 42px;
	
}
.left-list>ul.left-shadow{
	box-shadow:#bbb 0 10px 38px;
}
.left-list>ul li ul.left-shadow{
	box-shadow:#bbb 10px 0 42px;
}
.about .left h2.left-shadow{
	box-shadow:#bbb 0 10px 38px;
}
.about .left h2{
	padding-left:40px;
	font-size:18px;
	color:#585858;
	height:40px;
	text-align:left;
	line-height:37px;
	background:url("/image/left-t-arr.png") no-repeat;
	cursor:pointer;
	margin:0;
}

.about .left h2.left-arr{
	line-height:40px;
	color:#fff;
	background:url("/image/left-t-d.png") no-repeat;
}
.about .left h2.left-arr a{
	color:#fff;
	
}
.about .left p{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
 	padding-left:32px;
	height:40px;
	font-size:14px;
	float:left;
	line-height:40px;
	margin:0;
	background:url("/image/rout-icon.png") no-repeat left 10px;
}
 .about .left p a.current{
	color:#c81332;
	cursor:text;
}
 .about .left-list>ul{
 	display:none; 
 	position:absolute;
 	left:0;
 	top:40px;
 	z-index:9999;
	background:#f1f2f7;
	padding-bottom:85px;
	background:url("/image/ul-bg.jpg") no-repeat center bottom;
 }
  .about .left-list>ul.show{
 	display:block; 
 	 
 }
.about .left-list>ul>li{
	border-bottom:1px solid #e5e6ea;
	display:block;
	line-height:35px;
	text-align:left;
	width:210px;
	color:#585858;
	background:#f6f6f9;
	position:relative;
}
.about .left-list>ul>li ul{
	background:#f1f2f7;
	width:300px;
	position:absolute;
	top:0;
	left:210px;
	display:none;
	padding:10px 56px;
}
.about .left-list>ul>li>a{
	display:block;
	padding-left:30px;
	font-size:15px;
	color:#585858;
	background:#f6f6f9;
	width:210px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
 
.about .left  i{
	margin-top:8px;
	display: block;
	height:18px;
	width: 210px;
	background: url("/image/menu-down.png") no-repeat center center;
	cursor: pointer;
}
.about .left  i.menu-up{
	background: url("/image/menu-up.png") no-repeat center center;
}
 
.about .text-1{
	width:700px;
	height:260px;
	background: #f1f2f7;
	color: #333;
	text-align: center;
	padding-top: 54px;
	margin:60px auto 0;
}
.about .list-1{
	margin:83px 0 120px;
}
.about .list-1 p{
	font-size: 18px;
	color: #626262;
	margin-top: 15px;
}
.about .list-1 li{
	float: left;
	text-align: center;
}
.about .list-1 li:hover p{
	color: #c81332;
}
.about .list-1 li:nth-child(2){
	margin:0 130px;
}
.about .list-1 li:nth-child(3){
	margin-right:130px;
}
.about .text-1 h3{
	font-size: 24px;
	margin-bottom: 36px;
}
.about .text-1 p{
	font-size: 18px;
}
.left .open-down{
	display: none;
}
.left .open-down li{
	width:210px;
	background:#f6f6f9;
	border-bottom:1px solid #e5e6ea;
	}
 .left .open-down li a{
	display: block;
    padding-left: 30px;
    font-size: 15px;
    color: #585858;
    background: #f6f6f9;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
	line-height:34px;
 }
 
.glory .left-list>ul>li,.glory .left-list>ul>li:hover{
	background:#f6f6f9;
	
}
.about .left-list>ul>li.bg-up{

	   
}
.about .left-list>ul>li.bg-up>a{
	color:#fff;
	background: #c81332;
	}
.about .left-list>ul>li>ul>li>a:hover{
	color:#c81332;
}	
.about .left-list>ul>li ul li{
	height:30px;
	line-height:30px;
}
.about .left-list>ul>li ul li a{
	 width:200px;
	display:block;
	color:#585858;
	 background:#f1f2f7;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.about .left-list>ul>li ul p{
	width:100%;
	text-align:center;
	background:url("/image/ulli-bg.png") no-repeat center bottom; 
	color:#000;
	font-size:16px;
	padding-left:0;
	float:none;
} 
 

 .about .left li ul li a{
	  color:#fff;
	font-size:13px;
}
 
.about .left li span{
	position:absolute;
	left:157px;
	top:10px;
	padding-left:20px;
	color:#fff;
	cursor:pointer;
} 
  
.about .right{
	width:100%;
	 
	overflow:hidden;
	 
}
.about .right .right-t{
	width:100%;
	 
	margin-bottom:10px;
}
.about .right .right-t h2{
	height:74px;
	font-size:22px;
	float:left;
	line-height:86px;
	margin:0;
	width:310px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
 .about .right .right-t p{
 	    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 32px;
    height: 71px;
    font-size: 14px;
    float: right;
    line-height: 84px;
    margin: 0;
    background: url("/image/rout-icon.png") no-repeat left 30px;
    float: right;
    
 }

.about .right .right-con{
	padding-bottom:35px;
	border-bottom:1px solid #ddd;
}
.about .right .right-con p{
	width:100%;
	text-indent:2em;
	padding-top:5px;
	line-height:24px;
	text-align:justify;
}
.about .right .img-about{
	height:220px;
	width:100%;
	background:#ccc;
}
.about .right .right-list{
	padding:34px 0 35px 0; 
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
.about .right .noborder{
	 
	border-bottom:0;
	 
}
.about .right .right-list .right-list-l{
	width:44%;
	float:left;
}
.about .right .right-list h3{
	font-weight: 600;
	margin-top: 0;
	font-size:16px;
}
.about .right .right-list p{
	font-size:12px;
	line-height:22px;
	text-indent:2em;
	text-align:justify;
	margin:0;
}
.about .right .right-list .right-list-r{
	width:310px;
	float:right;
	height:auto;
}
.about .right .right-list .right-list-r .img{
 	width:317px;
	height:196px;
}
.about .right .right-list .img{
	width:100%;
	height:194px;
	background:#ccc;
}
.ke-zeroborder td p{
	text-indent:2em;
	width:310px;
	}
.ke-zeroborder td p strong{
	font-weight:100;
	line-height:32px;
	font-size:16px;
	
	}
.right-1 p img{
	max-width:100%;}
.about .right .ke-zeroborder{
		width:680px;
		overflow:hidden;
}
/* .right-1 div img{
	 width:100%;
} */
.ke-zeroborder td{
	border:0; width:318px; overflow:hidden; padding:10px; text-align:left; padding-bottom:20px;
	border-bottom:1px solid #f2f2f2;}
.ke-zeroborder td p img{
	 max-width:310px;}
/*about--part-4-start*/
.about .right-4 .right-1-list-1{
	padding:30px 0;
	border-bottom:1px solid #ddd;
}
.about .right .right-1-list-1 h4{
	font-size:16px;
	font-weight:600;
	line-height:46px;
	text-indent:2em;
}
.about .right .right-1-list-1 p{
	font-size:13px;
	line-height:26px;
	text-indent:2em;
	text-align:justify;
}
.right-1-list-1 .img-list{
	
	overflow:hidden;
}
.right-1-list-1 .img-list .img{
	height:195px;
	float:left;
	width:30%;
	background:#ccc;
	margin-right:10px;
}
.right-1-list-2 .img-list .img{
	height:195px;
	float:left;
	width:40%;
	background:#ccc;
	margin-right:10px;
}
.about .right-4 .img-about{
	margin-top:30px;
}
.about .right-4 .right-1-list{
	padding-bottom:30px;
	border-bottom:1px solid #dfdfdf;
}
.about .right-4 .right-1-list-1 .img-list .img{
	width:180px;
	height:214px;
	margin-right:66px;
}
.about .right-4 .right-1-list-1 .img-list .nomargin{
	margin-right:0;
}
.about .right-4 .right-1-list-1 .img-list-3 .img{
	width:312px;
	height:212px;
	margin-right:50px;
}
.about .right-4 .right-list-r .img{
	width:314px;
	height:212px;
	 
}
.about .right-4 .noborder{
	border-bottom:0;
}
.about .right-4 .right-1-list-1 .img-list-3 .nomargin{
	margin-right:0;
}
.about .right-5 .img-about{
	margin-top:30px;
}
.about .right-5 .right-1-list-1 h4{
	text-indent:0;
}
.right-6 .right-1-list-1 .img-list{
	padding-bottom:30px;
	border-bottom:1px solid #dfdfdf;
}
.right-6 .right-1-list-1 .img-list .img{
	width:180px;
	height:212px;
	margin-right:68px;
}
.about .right-6 .noborder{
	border-bottom:0;
}
.about .right-6  .img,.about .right-6 .img-about{
	margin-top:10px;
}
.right-6 .right-1-list-2 .img-list .img{
	width:326px;
	height:212px;
	margin-right:23px;
	float:left;
}
.about .right-6  .right-1-list-3 p{
	width:300px;
}
.about .right-6 .right-1-list-3 .img{
	width:326px;
	height:212px;
}
.right-6 .right-1-list-1 .img-list .nomargin{
	margin-right:0;
}
.right-7 .right-1-list-1 .img-list{
	padding:2px 2px 30px 2px;
	border-bottom:1px solid #dfdfdf;
}
.right-7 .right-1-list-1 .noborder{
	 
	border-bottom:0;
}
.right-7 .right-1-list-1 .img-list .img{
	width:180px;
	height:280px;
	background:#f1f2f7;
	margin-right:64px;	
	border:1px solid #f1f2f7;
}
.right-7 .right-1-list-1 .img-list .img .img-obj{
	width:174px;
	height:167px;
	border:3px solid #fff;
	margin:3px;
	overflow:hidden;
	position:relative;
}
.right-7 .right-1-list-1 .img-list .img .img-obj img{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	 
}
 
.right-7 .right-1-list-1 .img-list .img h3{
	font-size:14px;
	color:#c81332;
	padding-left:20px;
	line-height:33px;
	margin:0;
	 
}
.right-7 .right-1-list-1 .img-list .img p{
	font-size:12px;
	padding:0 12px;
	line-height:19px;
	margin:0;
	text-align:justify;
}
.right-7 .right-1-list-1 .img-list .nomargin{
	margin-right:0;
}
.right-9 .newslist ul{
	padding-top:0;
}
.right-9 .newslist ul li{
	overflow:hidden;
	width:100%;
	height:30px;
	line-height:30px;
}
.right-9 .newslist ul li a{
	float:left;
	width:70%;
	height:30px; 
	line-height:30px;
	white-space:nowrap;
	text-overflow:ellipsis;
	
}
.right-9 .newslist ul li span{
	float:right;
	width:90px;
	height:30px;
	line-height:30px;
	text-align:right;
	 
}
.about .right-news-detail .right-t{
	height: 46px;
}
 
.about .right-news-detail .right-t h3{
	text-align: center;
	margin-bottom:0;
}
.about .right{
	position:relative;
	#padding:0 0 50px 0;
	padding:0 0 0px 0;
	
}

.pagecode{
	margin-bottom:30px;
	margin-top:30px;
	float:right;
	 
	overflow:hidden;
}
.pagecode a{
	height:26px;
	 padding:0 5px;
	border:1px solid #ddd;
	border-radius:1px;
	font-size:12px;
	text-align:center;
	line-height:26px;
	float:left;
	margin-left:10px;
	behavior: url("PIE.htc");
}
.pagecode a.page-l,.pagecode a.page-r{

	 
}
.pagecode a:hover,.pagecode a.active{
	border:1px solid #ddd;
	background:#c81332;
	border-color:#c81332;
	color:#fff;
}
news-detail-start
 
.about .right-news-detail .right-con p{
	width:100%;
	min-height:28px;
	line-height:28px;
}
.about .right-news-detail .right-con h5{
	height: 30px;
	margin: 0;
}
.about .right-news-detail .right-con h5 span{
	float:right;
	color:#989898;
}
.about .right-news-detail .right-con{
	border-color:#fff;
}



/*products-start*/
.products{
	min-height:600px;
	width:100%;
	margin-top:5px;
}
 
.products .products-list{
	overflow:hidden;
	padding:0 0 0 1px;
}
.about .right .products-list li{
    border: 2px solid #f0f0f0;
    float: left;
    margin: 0 28px 20px 0;
    height: 284px;
    width: 218px;
    background: #f1f2f7;
    padding: 3px 7px;
    position: relative;
}
.about .right .products-list li img{
	transition: 0.3s all ease;
}
.about .right .products-list li:hover img{
	transform:translate(-50%,-50%) scale(1.1) !important;
}
.about .right .products-list li:nth-child(4n){
	margin-right:0;
}
.about .right .products-list li:hover{

	border-bottom:2px solid #c81332;
}
.about .right .products-list li .pro-img>a{
	display:block;
	height:204px;
	 width:204px;
	 overflow: hidden;
	 text-align: center;
	 position: relative;
}
.about .right .products-list li .pro-img>a img{
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.about .right .products-list li .pro-img{
	max-width:110%; 
	width:100%;
	overflow:hidden;
	 
}
.about .right .products-list li p{
	width:90%;
	height:44px;
	text-align: center;
	line-height:44px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-align:center;
	margin:0 auto;
}
.about .right .products-list li p:nth-child(3){
	font-size:12px;
	color:#989898;
	}
.about .right .products-list li u{
	position:absolute;
	bottom:10px;
	left:30px;
	line-height:20px;
	text-decoration:none;
}
.about .right .products-list li i{
	position:absolute;
	bottom:10px;
	right:30px;
	line-height:20px;
	font-style:normal;
	cursor:pointer;
}
.about .right .products-list li span{
	margin:0 4px;
	color:#c81332;
	width:14px;
	height:14px;
	display:inline-block;
	background:url("/image/pro-cloud.png") no-repeat;
	margin-top:2px;
}
.about .right .products-list li i  span{
	height:11px;
	width:11px;
 	border:1px solid #c81332;
	margin:0;
	margin-top:4px;
	background:#fff;
	 
}
.about .right .products-list li i span.duigou{
	background:url("/image/pro-dui.png") no-repeat center center;
}	
.product-contrast table{
	 
	width:868px;
}
.product-contrast table tr{
	width:100%;
}
.product-contrast table td{
	padding:5px;
	line-height: 30px;
	font-size:13px;
	text-align:left;
	overflow:hidden; 
}
.product-contrast table td.col-2{
	text-align:center;
}
.product-contrast table td img{
	max-width:100%;
	}
.product-contrast table .col-1{
	width:120px;
	color:#c81332;
	font-size:13px;
}
.product-contrast table .col-3,.product-contrast table .col-4,.product-contrast table .col-5{
	 width:194px;
}
.product-contrast table .canshu{
	width:100%;
	color:#c81332;
	font-size:13px;
	text-align:left;
	padding-left:5px;
}
/*相关配件*/
 
 
.sort-l{
	width:140px;
	float:left;
	margin-right:20px;
	font-size:14px;
	text-align:right;
	/*
	text-align:justify;
	word-spacing: nowrap;
	display: inline-block;
    overflow: hidden;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
    overflow: hidden;
	*/
}
.sortlist{
	 display:none;
	position:absolute;
	left:200px;
	top:0;
	width:750px;
	height:auto;
	background:#f1f2f7;
	padding:15px;
}
.sort-main{
	overflow: hidden;
}

 .sort-r a{
	display:inline-block !important;
	padding:0 8px;
	border-left:1px solid #f1f2f7;
	font-size:13px;
	height:18px;
	white-space:nowrap;
	color:#616161;
	margin:0 0 5px 0;
	line-height:18px;
	background:#f1f2f7 !important;
}
 .sort-r a.current, .sort-r a:hover{
	color:#c81332;
}
.sort-r{
	width:560px;
	float:left;
	border-bottom:1px solid #f1f2f7;
	margin-bottom:10px;
	line-height:18px !important;
}
.about .pro-detail-1{

}
.about .pro-detail-1 .pro-ma-t-r p u{
	text-decoration:none;
	color:#c81332;
}
.about .pro-detail-1 .pro-ma-t-r .detail-1-list{
	padding-top:20px;
}
.about .pro-detail-1 .pro-ma-t-r .detail-1-list ul li{
	margin-top:10px;
	float:left;
	margin-right:4px;
	border:1px solid #f1f2f7;
	position:relative;
}
.about .pro-detail-1 .pro-ma-t-r .detail-1-list ul li.no-margin{
	margin-right:0;
}
.about .pro-detail-1 .pro-ma-t-r .detail-1-list ul li a{
	position:absolute;
	bottom:0;
	right:0;
	line-height:22px;
	font-size:10px;
} 
.about .pro-detail-1 .pro-ma-t-r .detail-1-list ul li .img{
	height: 120px;
	width:100px;
	display: table-cell;
	text-align:center;
	vertical-align:middle;
}
.about .pro-detail-1 .pro-ma-t-r .detail-1-list ul li img{
	border:none; max-width:100%; max-height:100%; display:block; margin:auto;
}
/**/
.floatdiv{
	padding-bottom:20px;
	width:100px;
	position:fixed;
	right: 0;
	bottom:100px;
	z-index: 9999999;
	background:#fff;
	display:none;
}
.floatdiv h5{
	line-height: 38px;
	margin:0;
	background:#c81332;
	color:#fff;
	text-align:center;
}
.floatdiv ul li{
	 
	width:100px;
	border-bottom:1px solid #efefef;

}
.floatdiv ul li.none{
	display:none;
}
.floatdiv ul li div{
	margin-top:5px;
	width:100px;
	text-align:center;
}
.floatdiv ul li a img{
	 
	width:50px !important;
}
.floatdiv ul li>a{
	display: block;
	width:70px;
	margin:0 15px;
	overflow: hidden;;
	white-space: nowrap;
	text-overflow:ellipsis;
	font-size:12px;
	line-height: 18px;
}
.floatdiv input{
	width:70px;
	height:24px;
	color:#fff;
	background:#c81332;
	margin: 26px 15px 14px 15px;
	font-size:13px;
}
.floatdiv>a{
	display: block;
	 
	width:120px;
	height:24px;
	text-align:center;
	line-height: 24px;
}
.floatdiv>a:hover{
	color:#616161;
}
.floatdiv i{
	position: absolute;
	top: 0;
	right: 0;
	font-size:16px;
	color:#fff;
	font-style:normal;
	cursor:pointer;
}
/*商品详情主体部分*/
.pro-same{
	width:100%;
	height:148px;
	background:#f1f2f7;

}
.pro-same .same-list{
	width:960px;
	height:148px;
	margin:0 auto;
	background:url("/image/product_nav_bg.gif") no-repeat center bottom;
	background-size:100%;
	position:relative;
}
.pro-same .same-list ol li{
	height:26px;
	width:26px;
	background:url("/image/same-l.png");
	cursor:pointer;
	position:absolute;
	top:61px;
	left:10px;
	display: none;
}
.pro-same .same-list ol li.right{
	height:26px;
	width:26px;
	background:url("/image/same-r.png");
	left:923px;
}
.pro-same .same-list ol li.disabled{
	opacity:0.3 !important;
	cursor:default;
}
.pro-same .same-list .same-main{
	width:840px;
	margin-left:60px;
	overflow:hidden;
	padding:10px 0;
	position:relative;
	height:148px;
}
.pro-same ul{
	width:800%;
	position:absolute;
	left:0;
	top:0;
}
.pro-same ul li{
	width:120px;
	height:148px;
	 
	float:left;

}
.pro-same ul li .same-img{
	 
	height:100px;
	width:120px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.pro-same ul li .same-img a{
	cursor: default;
}
.pro-same ul li h4{
	height:16px;
	line-height:16px;
	font-size:14px;
	text-align:center;
	width:100px;
	margin:0 auto;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.pro-same ul li img{
	width:80px;
}
.product-main{
	
}
.product-main .pro-ma-t{
	padding:12px 5px 38px 5px;
	 overflow:hidden;
	 position: relative;
}
.pro-ma-t-l{
	float:left;
}
.pro-ma-t-l .pro-ma-t-l-img{
	width:400px;
	height:400px;
}
.pro-ma-t-l .pro-ma-t-l-img li img{
	 max-width: 100%;
}

.pro-ma-t-l .pro-ma-t-l-img li{
	 display:none;
}
.pro-ma-t-l .pro-ma-t-l-img li.current{
	 display:block;
}
.pro-ma-t-l .pro-ma-t-l-imglist{
	 width:400px;
	 height:87px;
	 padding:12px 30px 0 30px;
	  
	 position:relative;
}
.pro-ma-t-l .pro-ma-t-l-imglist .pro-list{
	width:340px;
	 height:87px;
	 overflow: hidden;
	 position:relative; 
}
.pro-ma-t-l .pro-ma-t-l-imglist .pro-list ul{
	width:500%;
	overflow: hidden;
	position:absolute;
	top: 0;
	left:0;
}
.pro-ma-t-l .pro-ma-t-l-imglist ul li{
	float:left;
	border:1px solid #f1f2f7;
	width:74px;
	height:74px;
	margin-right:14px;
	cursor:pointer;
	overflow:hidden;
	text-align: center;
	position: relative;
}
.pro-ma-t-l .pro-ma-t-l-imglist ul li img{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
}
.pro-ma-t-l .pro-ma-t-l-imglist ol li.lt{
	width:12px;
	height:38px;
	line-height:38px;
	font-size:22px;
	position:absolute;
	left:-8px;
	top:27px;
	cursor:pointer;
}

.pro-ma-t-l .pro-ma-t-l-imglist ol li.gt{
	width:12px;
	height:38px;
	line-height:38px;
	font-size:22px;
	position:absolute;
	right:-8px;
	top:27px;
	cursor:pointer;
}
.pro-ma-t-r{
	width:390px;
	height:484px;
	 
	float:right;
	 position:relative;
	line-height:30px;
}
.pro-ma-t-r h3{
	margin:20px 0;
	line-height:40px;
	font-size:22px;
	color:#111;
}
.pro-ma-t-r p{
	font-size:12px;
	 color:#8e8e8e;
	margin:0;
	width:390px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:24px;
	background:url("/image/cir.png") no-repeat left center;
	background-size:4px 4px;
	 padding-left:20px;
	 margin-left:-20px;
}
.pro-ma-t-r p span{
	width:75px;
	text-align: left;
	 color:#000;
	 
}
.pro-ma-t-r .pro-video{
	display:inline-block;
	width:80px;
	height: 85px;
	 margin:50px 8px 0 0;
	 text-align: center;
	 
}
.pro-ma-t-r .pro-video:hover i{
	background:#960019;
}
.pro-ma-t-r .pro-video:hover span{
	color:#c81332;
}
 .pro-ma-t-r .pro-video i{
 	display:inline-block;
	height: 48px;
	width:48px;
	background:#c81332;
	border-radius: 50%;
	 position:relative;
	 z-index:99;
	-ms-border-radius: 50%;
	line-height: 48px; 
	 
	behavior:url("ie-css3.htc");
 }
  .pro-ma-t-r .pro-video i img{
	 width:76%; 
	 margin-top:;
	  }
.pro-ma-t-r .pro-video span{
	display:inline-block;
	font-size:13px; 
	line-height: 32px;
	
	text-align:center;
	 
	 
	 
}
.bshare-custom{
	position: absolute;
	bottom:10px;
	right: 0;
	font-size:14px;
}
.bshare-custom a{
	float: left;
	font-size: 12px;
    line-height: 17px;
    margin-right: 3px;
}
 .pro-ma-b-tab{
 	width:100%;
 	height:46px;
 	border-top:1px solid #f1f2f7;
 	border-bottom:1px solid #f1f2f7;
 }
 .pro-ma-b-tab h4{
 	height:44px;
 	width:170px;
 	float:left;
 	margin:0;
 	font-size:18px;
 	color:#555;
 	font-weight:600;
	line-height:44px;
 }
.pro-ma-b-tab ul{
	height:46px;
	width:auto;
	float:right;
	 overflow:hidden;
} 
.pro-ma-b-tab ul li{
	border-right:1px solid #f1f2f7;
	color:#000;
	text-align:center;
	float:left;
	height:48px;
	width:109px;
	 font-size:16px;
	line-height:44px;
	cursor:pointer;
	border-bottom:1px solid #f1f2f7;
} 
.pro-ma-b-tab ul li.noborder{
	border-right:0;
	border-bottom:1px solid #f1f2f7;
	
}
.pro-ma-b-tab ul li.current{
	 color:#c81332;
	 background:url("/image/detail-bg.png");
} 
.pro-ma-b-tab ul li.current img{
	filter:grayscale(0);
	-webkit-filter:grayscale(0);
	-ms-filter:grayscale(0);
	-o-filter:grayscale(0);
}
.pro-ma-b-tab ul li img{
	width:25px;
	float:left;
	margin-left:4px;
	margin-top:8px;
	
	filter:grayscale(1);
	-webkit-filter:grayscale(1);
	-ms-filter:grayscale(1);
	-o-filter:grayscale(1);
}

.pro-ma-b-con{
	padding-top:28px;	
}
.pro-ma-b-con ul li{
	min-height:350px;
} 
.pro-ma-b-con h4{
	font-size: 16px;
    color: #c81332;
    height: 16px;
    line-height: 16px;
    border-left: 2px solid #c81332;
    padding-left: 10px;
    margin-bottom: 16px;
}
.pro-ma-b-con table{
	padding-top:16px;
	border-top:1px solid #dfdfdf;	
}
.pro-ma-b-con-main{ 
	padding:10px 0 15px 0;
	border-top:1px solid #f1f2f7;
}
.pro-ma-b-con-main p{
	font-size:13px;
	line-height:22px;
	
	text-align:justify;
}
table{
	width:100%;
	 
	 
}
table td{
	 
	text-align:center;
	border:1px solid #ededed;
}
.pro-ma-b-con ul li{
	display:none;
	 
}
.pro-ma-b-con ul li.current{
	display:block;
	 
}
.pro-ma-b-con ul li tr{
	min-height:30px;
	line-height:28px;
	background:#fafafa;
	 
}
.pro-ma-b-con ul li tr:nth-child(2n){
	background:#fff;
		
}
.pro-ma-b-con ul li.jbpz tr{
	background:#fff;
}
.pro-ma-b-con ul li.jbpz tr img{
	height: 100px;
	width:100px;
	margin: 0 5px;
}
.pro-ma-b-con ul li.jbpz tr:nth-child(4n+1) td:nth-child(first){
	width:150px;
}
.glory-list{
	width:100%;
	min-height:300px;
	 
	overflow:hidden;
}
.glory-list ul{
	display:block;
	overflow:hidden;
	}
.glory-list ul li{
	float:left;
	width:152px;
	height:209px;
	border:1px solid #f1f2f7;
	border-radius:1px;
	padding:3px;
	margin:0 49px 34px 0;
	position:relative;
	behavior: url("PIE.htc");
	overflow:hidden;
	 
}
.glory-list ul.glory-h li{
	margin:0 40px 34px 0;
	width:209px;
	height:150px;
	overflow:hidden;}
.glory-list ul li:nth-child(5n){
	 
	margin-right:0;
}
.glory-list ul.glory-h li:nth-child(5n){
	 
	margin-right:40px;
}
.glory-list ul.glory-h li:nth-child(4n){
	 
	margin-right:0;
}
.glory-list ul li>a>img{
	width:100%;
	 
}
.glory-list ul li p{
	display:none;
	 margin:0;
	width:100%;
	height:34px;
	background:rgba(200,19,50,0.5);
	line-height:34px;
	text-align:center;
	position:absolute;
	bottom:3px;
	left:0;
	 
}
.glory-list ul li i{
	display:none;
	font-style:normal;
	}
.glory-list ul li i a{
	 
	width:100%;
	height:34px;
	line-height:34px;
	position:absolute;
	bottom:3px;
	left:4px;
	color:#fff;
	padding:0 38px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align:center;
}
.glory-con p{
	line-height:32px;
		
}
.glory-con p span{
	color:#c81332;
	
		
}
.glory-con .img{
	width:600px;
	padding:10px;
	border:1px solid #9d9697;
	 
}
 
/*视频中心-start*/
.video-center{
	width:100%;
	min-height:360px;
	position:relative;
}
.video-center .video-obj{
	#margin:32px 40px;
	margin: 32px 40px 0px;
	height:522px;
	width:800px;
	background:#f1f2f7;	
	overflow: hidden;
}
.video-center .video-obj video{
	 
	height:522px;
	width:800px;
	 
}
.video-center .video-shadow{
	width:800px;
	#position:absolute;
	#top:513px;
	#top:617px;
	margin-left: 40px;
}
.video-center .video-shadow img{
	width:800px;
 }
.video-control{
	padding-top:14px;	
}
.video-control ul li{
	 overflow:hidden;
	 padding-right:30px;	
}
.video-control ul li a{
	 line-height:30px;
	 float:left;	
}
/*
.video-control ul li span{
	 line-height:30px;
	 float:right;	
	 padding-left:30px;
	 background:url(/image/video.png) no-repeat left center;
	 cursor:pointer;
}*/
.video-control ul li .span{
	 line-height:30px;
	 float:right;	
	 padding-left:30px;
	 background:url("/image/video.png") no-repeat left center;
	 cursor:pointer;
}
<!--说明书下载-->
.right-9 .tec-instru-list{
	padding:20px 0;
}
.right-9 .tec-instru-list ul li span{
	width:55px;
	padding-left:25px;
	background:url("/image/download.png") no-repeat left center;
	cursor:pointer;	
}
<!--技术中心-start-->
.tec-center-list>ul>li ul li span{
	color:#c81332;
	padding:0 15px 0 10px;
}
.tec-center{
	padding:40px 0;
	 
 	width:100%;	
}
.tec-center .right-t{
	overflow:hidden;
}
.tec-center .right-t h2{
	font-size:22px;
	margin:0;
	line-height:46px;
	float:left;
}
.tec-center .right-t p{
	margin:0;
	line-height:46px;
	float:left;
	background:url("/image/rout-icon.png") no-repeat left center;
	padding-left:30px;
}
.tec-center hr{
	margin:0;
	border-top: 1px solid #f1f2f7;
	}
.tec-center .right-t p a.current{
	cursor:text;
	color:#c81332;
}
.tec-center-list{
	overflow:hidden;
	padding-top:40px;
}
.tec-center-list>ul>li{
	height:330px;
	width:279px;
	border-bottom:1px solid #f1f2f7;
	position:relative;
	float:left;
	margin:0 20px;
}
.tec-center-list>ul>li.noborder{
	border-bottom:0;
}
.tec-center-list>ul>li:nth-child(3n){
	border-right:0;
}
.tec-center-list>ul>li .tec-head{
	 margin-top:10px;
	height:138px;
	width:270px;
	 
}
.tec-center-list>ul>li .tec-head img{
	margin-left:95px;
	 
}
.tec-center-list>ul>li .tec-head a{
	 display:block;
	 font-size:22px;
	 line-height:36px;
	 text-align:center;
}
.tec-center-list>ul>li>span{
	  position:absolute;
	  bottom:12px;
	  right:34px;
}
.tec-center-list>ul>li ul li{
	line-height:30px;
}
.tec-center-list>ul>li ul li span{
	width:30px;
	text-align:center;
	color:#c81332;
	float:left;
}

<!--专业服务-start-->
.service-con{
		
}
.service .service-con h3{
	font-size:16px;
	text-indent:2em;
	margin:24px 0 0 0;
	line-height:48px;
}
.service .service-con img{
	width:100%;
	margin-bottom:20px;
	}
.service .service-con p{
	font-size:13px;
	 
	line-height:25px;
	text-align:justify;
	margin:0;
}
.service-2 .service-con h3{
	font-size:16px;
	font-weight:600;
	line-height:48px;
	margin:20px 0 0 0;
}
.service-2 .service-con p{
	font-size:13px;
	margin:0;
	line-height:25px;
 }
.ser-search{
	height:48px;
	width:960px;
	margin:20px 0 20px 0;
	position:relative;
}
.ser-search input{
	height:48px;
	width:960px;
	background:#f1f2f7;
	border-radius:2px;
	padding-left:10px;
	 
}
.ser-search .sear-control{
	height:48px;
	width:67px;
	background:url("/image/sear-con.png") no-repeat;
	border-radius:2px;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	behavior: url("PIE.htc");
}
.service-con .press ul li{
	height: 100px;
    line-height: 100px;
    text-align: center;
    overflow: hidden;
    float: left;
    width: 25%;
    padding: 0;
}

.service-con .press ul li a img{
	display:inline-block;
    vertical-align: middle;
    max-width:80%;
    max-height:90%;
}
.service-4 .service-con{
	margin-top:30px;
}
.service-5 .service-con h3{

	font-weight:100;
}
.service-7 .service-con{
	margin-top:25px;
}
.service-8 .service-con p{
	 
	line-height:48px;
	overflow:hidden;
	margin:0;
}
.service-8 .service-con p label{
	width:80px;
	margin-right:10px;
	text-align:justify;
	word-spacing: nowrap;
	display: inline-block;
    overflow: hidden;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
    overflow: hidden;
	float:left;
	font-size:16px;
	font-weight:100;
} 
.service-8 .service-con{
	padding-top:24px;
} 
.service-8 .service-con p input{
	width:835px;
	height:48px;
	padding-left:10px;
	background:#f1f2f7;
	float:left;
} 
.service-8 .service-con p span{
	width:30px;
	text-align:right;
	color:#c81332;
	float:left;
	font-size:20px;
} 
.service-8 .service-con p textarea{
	width:835px;
	height:160px;
	float:left;
	resize:none;
	background:#f1f2f7;
	padding:10px;
	font-size:14px;
	line-height:22px;
	
} 
.service-8 .service-con p.gray{
	margin-top:10px;
	color:#f1f2f7;
	text-align:right;
}
.service-8 .service-con p .submits{
	display:block;
	width:82px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#c81332;
	color:#fff;
	margin-top:10px;
	padding:0;
 }
.service-8 .service-con p .submits:hover{
	background:#960019;
 }

<!--诚聘英才-start-->
.recruitment .service-con p{
	text-indent:0;
}
.recruitment .service-con p.indent{
	text-indent:2em;
}
.recruitment .service-con h3{
	text-indent:0;
}
.recruitment-1 .service-con h3{
	font-size:18px;
	color:#c81332;
	text-indent:0;
}
.recruitment-1 .service-con p{
	line-height:30px;
	 width:445px;
	text-indent:0;
}
.recruitment-1 .recruitment-sub input{
	width:100px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background:#c81332;
	color: #fff;
	margin: 30px 0 0 550px;
}
.recruitment-1 .recruitment-sub input:hover{
	background:#960019;
}
	 

.contect-list{
	overflow:hidden;
	padding-top:26px;
}
.contect-list-l{
	width:398px;
	height:auto
	 
	float:left;
}
.contect-list-l p{
	line-height:38px;
	margin:0;
	 
	 
}
.contect-list-r{
	width:362px;
	height:349px;
	 
	float:right;
}
.contect-list-l-t{
	height:65px;
	width:100%;
	background:url("/image/phone.png") no-repeat left center;
	padding-left:58px;
	margin-bottom:20px;
}
.contect-list-l-t p{
	font-size:18px;
	line-height:20px;
	margin:0;
	
}
.contect-list-l-t h3{
	font-size:30px;
	line-height:32px;
	margin:0;
	color:#c81332;
}
.contect-list-r label{
	display:block;
	font-weight:100;
	font-size:13px;
	line-height:18px;
	margin-top:15px;
}
.contect-list-r input{
	width:362px;
	height:27px;
	height-height:27px;
	background:#f1f2f7;
	padding:0 10px;
}
.contect-list-r h3{
	color:#c81332;
	font-size:18px;
	font-weight:600;
	margin-top:0;
}
.contect-list-r textarea{
	width:362px;
	height:110px;
	background:#f1f2f7;
	padding:10px;
	resize:none;
}
.contect-list-r input.contect-sub{
	width:60px;
	height:30px;
	background:#c81332;
	color:#fff;
	margin:10px 0 0 300px;

	
}
.contect-list-r input.contect-sub:hover{
	background:#960019;

	
}
/*地图*/
.contect-map{
	padding-left:;

}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
 .iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

.contact-form .placeho::-webkit-input-placeholder {
　　color: #ccc !important;
}
.contact-form .placeho:-moz-placeholder {
　　color: #ccc !important; 
}
.contact-form .placeho::-moz-placeholder {
　　color: #ccc !important; 
}
.contact-form .placeho:-ms-input-placeholder {
　　color: #ccc !important;
}	
#ShowPictureBox { width:400px; height:400px;overflow:hidden; }
#ShowBigPictureBox{
	z-index:99999;
	 position:absolute; top:12px; left:472px;
	 overflow:hidden;
	  display:none;
	 border:1px solid #ccc;
	 padding:5px;
	  background-repeat:no-repeat;
	  background-color:#fff;
	  width:400px; height:400px;
}

/*分享链接变灰*/
.bshare-custom a{
	filter:grayscale(1);
	-webkit-filter:grayscale(1);
	-ms-filter:grayscale(1);
	-o-filter:grayscale(1);
}
.routmap{
	height:1349px;
	width:819px;
	background:url("/image/routmap.png") no-repeat;
	margin:20px auto;
	position:relative;
}
.routmap a{
	line-height:52px;
	width:300px;
	display:block;
	color:#000;
	position:absolute;
	text-align:center;
	font-size:18px;
}
.routmap a.hotline{
	left:267px;
	top:102px;
}
.routmap a.bjd{
	left:60px;
	top:228px;
}

.routmap a.yy{
	left:478px;
	top:228px;
}

.routmap a.ht{
	left:264px;
	top:424px;
}

.routmap a.fk{
	 left:264px;
	top:704px;
}

.routmap a.dd{
	left:60px;
	top:832px;
}

.routmap a.yh{
	left:467px;
	top:832px;
}
.routmap a.wb{
	left:264px;
	top:1026px;
}

.routmap a.wbline{
	left:264px;
	top:1292px;
}
/*招聘页面最新*/
 .job-con{
 	position: relative;
 }
 .job-con>h3{
 	background:#c81432;
 	color:#fff;
 	border-bottom:0;
 }
 .job-con>h3>p,.job-con>h3>span{
 	color:#fff;
 	text-align: left;
 }
 .job-con h3{
 	line-height:48px;
	overflow: hidden;
	border-bottom:1px solid #d1d2d7;
	margin:0;
 }
 .job-con h3.active{
	 background:#f1f2f7;
	 }
.job-con h3 p{
	width:400px;
	padding-left:20px;
	float:left;
	margin:0;
}
.job-con h3 span{
	width:140px;
	padding-left:20px;
	float:left;
}
.job-cor{
	height:48px;
	width:140px;
	background:url("/image/it1.png") no-repeat 20px center;
	cursor:pointer;


}
.job-cor-ac{
	background:url("/image/it.png") no-repeat 20px center;
}
.job-text{
	width:90%;
	padding:20px 0 70px;
	 
	margin:0 auto;
	position: relative;
	display:none;
}
.job-text p span{
	font-weight:bold;
}
.job-text input{
	height:40px;
	width:100px;
	background:#c81432;
	color:#fff;
	position: absolute;
	bottom:20px;
	right:15px;
}
.job-con .job-alert{
	height:300px;
	width:740px;
	position:absolute;
	top:70px;
	left:110px;
	background:#fff;
	border:1px solid #f1f2f7;
	padding-bottom:40px;
	display:none;
}
.job-con .job-alert h3{
	height:40px;
	border-bottom:0;
	margin:0;
}
.job-con .job-alert h3 span{
	width:52px;
	height:40px;
	float:right;
	color:#666;
	font-size:27px;
	font-weight:bold;
	cursor: pointer;
}
.job-con .job-alert p{
	overflow:hidden;
	padding:0 120px;
}
.job-con .job-alert p span,.job-con .job-alert p input,.job-con .job-alert p textarea{
	float:left;

}
.job-con .job-alert p span{
	width:70px;
}
.job-con .job-alert p input,.job-con .job-alert p textarea{
	width:427px;
	border:1px solid #f1f2f7;
	height:30px;
	padding:5px;
}
.job-con .job-alert p textarea{
	height:86px;
	resize:none;
}
.job-con .job-alert p #job-mail{
	width:65px;
	height:25px;
	background:#c81432;
	color:#fff;
	margin-left:70px;
	padding:0;
}
#pro_lm{
	padding: 15px 20px;
    margin-bottom: 0;
}
#pro_lm>li{
	width: 100%;
}
.pro-route ul li{
	width: auto;
	height:auto;
	float:left;
	margin-right: 36px;
	line-height: 40px;
}
.pro-route ul li span{
	float: left;
	margin-right: 36px;
	width: 80px;
}

.pro-route ul li a.no-border{
	border-right:0;
}




