.RepairAndParts_content{
	width: 1200px;
	margin: 0 auto;
}
.WatchParts{
	margin-top: 30px;
}
h2{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	border-bottom: 2px solid #E5BB73;
    color: #333333;
}
.PonitShow{
	float: right;
	
}
.StoreNavigation{
    position: absolute;
    width: 16%;
    right: 0;
    top: 0;
    left: 0;
    cursor: pointer;
    transform: translateY(-150%);
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    -o-transform: translateY(-150%);
    z-index: 200;
    float: right;
}
.QRShow{
    position: absolute;
    width: 90%;
    top: 20px;
    left: 0;
    text-align: center;
    border: 1px solid #CCCCCC;
    padding: 5%;
    background: #FFFFFF;
    display: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
	    
}
.StoreNavigation>img {
    width: 12%;
    vertical-align: middle;
}
.QRShow>img{
    display: block;
    width: 100%;
}
.StoreNavigation:hover>span{
    color: #E2B05B;
}
.StoreNavigation:hover .QRShow{
    display: block;
}
.StoreNavigation>img{
    width: 12%;
    vertical-align: middle;
}

.StoreNavigation>b {
    display: inline-block;
    vertical-align: bottom;
    border: 5px solid transparent;
    border-top-color: #E2B05B;
    margin-left: 5px;
}
.StoreNavigation>span {
    vertical-align: middle;
    margin-left: 5px;
}
.PonitShow>span{
	display: inline-block;
	height: 30px;
	width: 35px;
	cursor: pointer;
	border: 1px solid #cdcdcd;
	background: url(../images/AllIcon.png) no-repeat -120px -75px;
}
.PonitShow>span:last-child{
	margin-left: 10px;
	background: url(../images/AllIcon.png) no-repeat -150px -75px;
}
.WatchParts_content{
	position: relative;
	margin-top: 10px;
}
.WatchParts_content>img{
	width: 100%;
	display: block;
}
.WatchParts_content div{
	position: absolute;
	width: 90%;
	top: 0;
	left: 0;
	white-space: nowrap;
	padding:2.8% 5% ;
}
.WatchParts_content div>ul{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.WatchParts_content div>ul>li{
	display: inline-block;
	width: 33.33%;
    float: left;
}
.WatchParts_content li>a{
	position: relative;
	display: inline-block;
}
.WatchParts_content li>a>img{
	width: 100%;
	display: block;
}
.WatchParts_content li>a>div{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding: 22% 0;
	text-align: center;
	color: #FFFFFF;
}
.WatchParts_content li>a>div>span{
	display: block;
	width: 0;
	margin: 5px auto;
	height: 1px;
	background: #FFFFFF;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.WatchParts_content li:hover>a>div>span{
	width: 30%;
}
.RepairObject{
	margin-top: 10px;/*40px*/
}
.ObjList{
	overflow: hidden;
    margin-top: 10px;
	white-space: nowrap;
}
.ObjList>ul{
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.ObjList>ul:first-child{
	margin-right: 1.333%;
}
.ObjList li{
    float: left;
    width: 19%;
    margin: 0.6165% 0;
    margin-right: 1.2333%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.ObjList li:hover{
	box-shadow: 0 0 10px 0 #AAAAAA;
	-webkit-box-shadow: 0 0 10px 0 #AAAAAA;
}
.ObjList li:nth-child(5n){
	margin-right: 0;
}
.ObjList li img{
	width: 100%;
	display: block;
}
.ObjList li a>div{
	border: 1px solid #CDCDCD;
	border-top: 0;
	padding: 10px 4%;
}
.ObjList li a>div>span{
	font-weight: bold;
    float: left;
}
.ObjList li a>div>div{
	float: right;
}
.FlagRight{
	display: inline-block;
	margin-left: 5px;
	width: 13px;
	height: 13px;
	vertical-align: middle;
	background: url(../images/AllIcon.png) no-repeat -175px 0;
}
.ObjList li a>div>div>span{
	color: #E5BB73;
}
.SupportBrand,.SupportBrandList{
	margin-top: 30px;
	position: relative;
}
.PointLeft,.PointRight{
	width: 4%;
	height: 149px;
	display: inline-block;
	background: #F5F5F5;
	vertical-align: middle;
	cursor: pointer;
}
.SupportBrandList>ul{
	display: block;
	display: inline-block;
	width: 92%;
	height: 149px;
	white-space: nowrap;
	vertical-align: middle;
	overflow: hidden;
}
.SupportBrandList>ul li{
	display: inline-block;
	margin-right: 10px;
}
.SupportBrandList li a{
	display: block;
	height: 147px;
	width: 147px;
	border: 1px solid #cdcdcd;
	position: relative;
}
.SupportBrandList li img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	width: 80%;
	display: block;
	position: static \9;
	margin: 30px auto \9;
}
.SupportBrandList li a>span{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	line-height: 30px;
	overflow: hidden;
	background: #f1ddba;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.SupportBrandList li:hover a>span{
	height: 30px;
}
.SupportBrandList li:hover a{
	border-color:#E5BB73;
}
.PointLeft>span{
	display: block;
	margin: 53px auto;
	width: 24px;
	height: 48px;
	background: url(../images/AllIcon.png) no-repeat -148px -106px;
}
.PointRight>span{
	display: block;
	margin: 53px auto;
	width: 24px;
	height: 48px;
	background: url(../images/AllIcon.png) no-repeat -176px -106px;
}
.RepairProgress{
	margin-top: 30px;
}
.RepairProgress_head>div{
	width: 30%;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}
.RepairProgress_head>div>span{
	padding: 3px 3%;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.RepairProgress_head>div>span.RepairActive{
	background: #E5BB73;
	margin: 0 3%;
	color: #FFFFFF;
}
.RepairProgress_head>div>b{
	margin: 0 6px;
	font-weight: normal;
}
.RepairProgressShow{
	margin-top: 40px;
	white-space: nowrap;
	overflow: hidden;
}
.RepairProgressShow>div{
	display: inline-block;
	width: 100%;
}
.ShowTopInfo>li:first-child,.ShowSendTopInfo>li:first-child{
	margin-left: 1%;
}
.ShowTopInfo>li,.ShowBottomInfo>li,.ShowSendTopInfo>li,.ShowSendBottomInfo>li{
	float: left;
	width: 21.9%;
	text-align: center;
}
.ShowTopInfo>li>span,.ShowBottomInfo>li>span,.ShowSendTopInfo>li>span,.ShowSendBottomInfo>li>span{
	height: 25px;
	display: inline-block;
	line-height: 25px;
	padding: 0 4%;
	background: #f0f0f0;
}
.ShowTopInfo>li.InfoActive>span,
.ShowBottomInfo>li.InfoActive>span,
.ShowSendTopInfo>li.InfoActive>span,
.ShowSendBottomInfo>li.InfoActive>span{
	background: #E5BB73;
	color: #FFFFFF;
}
.ShowBottomInfo>li:first-child,
.ShowSendBottomInfo>li:first-child{
	margin-left: 12%;
}
.ProgressShow,.SendProgressShow{
	position: relative;
	overflow: hidden;
	height: 20px;
	margin: 10px 0;
}
.ProgressShow>span,.SendProgressShow>span{
	display: block;
	width: 100%;
	margin-top: 10px;
	height: 2px;
	background: #666;
}
.ProgressShow ul,.SendProgressShow ul{
	position: absolute;
	top: 0;
	width: 112.9%;
	
}
.ProgressShow li,.SendProgressShow li{
	float: left;
	width: 9.72%;
	z-index: 2;
}
.ProgressShow li.ProgressActive>span,
.SendProgressShow li.ProgressActive>span{
	background: #E5BB73;
}
.ProgressShow li>span,
.SendProgressShow li>span{
	display: inline-block;
	width: 20px;
	border-radius: 10px;
	height: 20px;
	background: #666;
	cursor: pointer;
}
.ProgressShow li:first-child>span,
.ProgressShow li:last-child>span,
.SendProgressShow li:first-child>span,
.SendProgressShow li:last-child>span{
    margin: 3.3px 0;
    width: 9px;
    border-radius: 10px;
    height: 9px;
    background: #ffffff;
    border: 3px solid #666666;
}
.ProgressShowDetail,.ProgressSendShowDetail{
	position: relative;
	margin-top: 30px;
}
.ProgressShowDetail>span,.ProgressSendShowDetail>span{
	display: block;
	margin-left: 11%;
	width: 0px;
	border: 8px solid transparent;
	border-bottom: 8px solid #f0f0f0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.ProgressShowDetail>div,.ProgressSendShowDetail>div{
    overflow-y: auto;
    overflow-x: hidden;
    height: 150px;
}
.ProgressShowDetail>div>ul,.ProgressSendShowDetail>div>ul{
	position: relative;
	left: 0;
	white-space: nowrap;
}
.ProgressShowDetail>div li,.ProgressSendShowDetail>div li{
	padding: 10px 5%;
	background: #f0f0f0;
    width: 100%;
	display: inline-block;
	display: none;
}
.ProgressShowDetail>div li:first-child,
.ProgressSendShowDetail>div li:first-child{
	display: inline-block;
}
.ProgressShowDetail>div li>img,
.ProgressSendShowDetail>div li>img{
	width: 7%;
	display: inline-block;
	border-radius: 100%;
	vertical-align: middle;
}
.ProgressShowDetail>div li>div,
.ProgressSendShowDetail>div li>div{
	width: 91%;
	margin-left: 2%;
	vertical-align: middle;
	display: inline-block;
}
.ProgressShowDetail li>div>em,
.ProgressSendShowDetail li>div>em{
	display: block;
	font-style: normal;
}
.ProgressShowDetail li>div>b,
.ProgressSendShowDetail li>div>b{
	display: block;
	margin: 5px 0;
	color: #333333;
}
.ProgressShowDetail li>div>p,
.ProgressSendShowDetail li>div>p{
	font-size: 14px;
}
.RepairAddress,.RepairAddressShow{
	position: relative;
	width: 100%;
	margin-top: 30px;
}
.RepairAddressShow {
    margin-top: 50px;
}
.RepairAddressSearch{
	position: absolute;
	right: 0;
	top: 0;
	width: 25%;
	height: 100%;
	background: #f0f0f0;
	padding: 0 20px;
}
.RepairMap {
    position: relative;
    width: 71.5%;
}
.StoreInfomation{
    position: absolute;
    width: 200px;
    top: 48px;
    left: 435px;
    z-index: 30;
    padding: 20px;
    background-color: rgba(255,255,255,0.85);
    background-color:#FFFFFF \9;
    display: none;
}
.StoreInfomation p{
    line-height:20px ;
    color: #333;
    word-break: break-all;
}
.StoreInfomation a {
    display: block;
    color: #e5bb73;
    text-decoration: underline;
    margin-top: 5px;
}
#Map>img{
	width: 100%;
	display: block;
}
.RepairAddressSearch>b{
	display: block;
	margin-top: 20px;
	font-size: 14px;
	color: #333333;
}

.ChooseArea>div{
margin-top: 20px;	
}
.ChooseArea>div>span{
	display: block;
	color: #333333;
}
.ChooseArea>div>select{
	margin-top: 10px;
	width: 100%;
	height: 30px;
	padding: 0 15px 0 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #cdcdcd;
	background: url(../images/Selected.png) no-repeat right center #FFFFFF;
	
}
.RepairAddressSearch>a{
	display: block;
	margin-top: 20px;
	text-align: right;
	
}
.RepairAddressSearch>a>span{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 6%;
	background: #D90000;
	color: #FFFFFF;
    cursor: pointer;
}
.Maintainknows{
	position: relative;
	margin-top: 30px;
}
.Question{
	float: left;
	width: 50%;
	background: #f0f0f0;
}
.Question>ul{
	width: 100%;
	margin: 10px 0;    
	padding-left: 3%;
}
.Question>ul>li{
	position: relative;
	z-index: 2;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	display: block;
	padding: 0 5%;
	width: 87%;
	border: 1px solid transparent;
    cursor: pointer;
}
.Question>ul>li.QusActive{
	border-color: #CDCDCD;
	border-right: 1px solid #FFFFFF;
	background: #FFFFFF;
}
.MaintainknowsShow{
	margin-top:20px ;
	position: relative;
}
.Maintainknows_head>a{
	display: inline-block;
	float: right;
	height: 37px;
	line-height: 37px;
}
.SamllPoint{
	display: inline-block;
	width: 6px;
	height: 15px;
	vertical-align: middle;
	background: url(../images/AllIcon.png) no-repeat -110px -24px;
}
.Question>ul>li p{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 92%;
	margin-left: 2%;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.Answer{
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 20px;
	background: #FFFFFF;
	border: 1px solid #cdcdcd;
	overflow: hidden;
}
.Answer ul{
	position: relative;
	width: 100%;
	height: 100%;
}
.Answer li{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.Answer li:first-child{
	display: block;
}
.Answer li>span{
	display: inline-block;
	width: 10%;
	vertical-align: top;
	color: #E5BB73;
}
.Answer li>div{
	display: inline-block;
	width: 90%;
	vertical-align: top;
	color: #333333;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 20px;
}
.MaintainNewsShow,.MaintainNews{
	margin-top: 30px;
	
}
.ShowNewBanner{
	position: relative;
	float: left;
	width: 40%;
}
#slider{
	min-width: 100%;
	height: 366px;
}
#slider li a>img{
	width: 100%;
}
#slider ul li a{
	height: 268px;;
}
.ctrl_btn{
	bottom: 0;
    z-index: 202;
    right: 10px !important;
}
.ctrl_btn span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 6px;
    background: #f5f5f5;
     border: 0; 
    cursor: pointer;
}
.NewInfo{
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 40px;
	bottom: 0;
	left: 0;
	line-height: 40px;
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
}
.NewInfo>ol{
	padding-left: 10px;
}
.MaintainNewsList{
	float: left;
	width: 57%;
	margin-left: 3%;
}
.ShowMoreList li{
	margin-bottom: 10px;
}
.ShowMoreList li .SamllPoint{
	vertical-align: top;
	margin-top: 3px;
}
.ShowMoreList li>div{
	display: inline-block;
	width: 95%;
	margin-left: 3%;
	vertical-align: top;
	color: #333333;
}
.ShowMoreList li>div>h3{
	font-size: 13px;
	margin-bottom: 5px;
}
.ShowMoreList li>div>p{
	display: inline-block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #555555;
}
.ShowMoreList li>div>a{
	color: #E5BB73;
}
.ShowLittleList li{
	float: left;
	width: 49%;
	margin-bottom: 2%;
	margin-right: 2%;
}
.ShowLittleList li:nth-child(2n){
	margin-right: 0;
}
.ShowLittleList li a>p{
	display: inline-block;
	width: 91%;
	margin-left: 6%;
    vertical-align: middle;
    font-weight: bold;
    color: #333333;
}
