/* 公共样式表css */
html, body, div,b, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}
body {
       font: 12px/150%  "microsoft yahei",Arial,Verdana;
}

html,body {
    color: #2a2b33;
	background: #fff;
    margin: 0;
    height: 100%;
    font-family:"microsoft yahei","SimSun","Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #2a2b33;
}
a:hover {
    color: #3c5cf6;
}
.clear{clear:both;}

.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	height:80px;
	line-height:80px;
	padding: 0;
	background:#fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.container{max-width:1200px;margin:0 auto;}
/*logo*/
.header .left{
	width: auto;
	float:left;
	position:relative;
}
.header .left h1, .header .left a{text-indent:-9999px;display:inline;float:left;}
.header .left img{
	height:56px;
	margin-top:12px;
}

.header .left .repair-logo2{
	display: none;
}

.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height:80px;
	height:80px;
	margin:0;padding:0;
	display: block;
	float:right;
}
.topmenu{line-height:80px;
	height:80px;
	margin:0;padding:0;}
.header .topmenu li{
	color: #2a2b33;
	font-size:18px;
	float:left;
	position: relative;
	display:block;
}
.header .topmenu li:after{
    content: "";
    width: 0;
    height: 2px;
    background:#3c5cf6;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header .topmenu li:hover:after{
    width: 100%;
}
.header .topmenu li a{
	text-decoration:none;
	height: 100%;
	color: #2a2b33;padding:0 10px;
	font-size:18px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	
}
.header .topmenu li:hover a{
	color:#3c5cf6;
	font-weight:400;
}
.header .topmenu li.dropdown{
	display: inherit;
	position: relative;
	padding:0 10px;
}
.header .topmenu li.dropdown ul.dropmenu{
	display: none;
	position: absolute;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width:180px;
    left: -10%;
	z-index:999;
	
}
.header .topmenu li.dropdown ul.dropmenu a{
	font-size:17px;
	color: #666;
	padding: 0 15px;
	line-height: 40px;
	background: #fff;
	border-bottom:2px solid #f0f0f0;width:180px;
}
.header .topmenu li.dropdown:hover ul.dropmenu{
	display: block;
	background: #f3f3f3;
	margin:0;padding:0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .topmenu li.dropdown:hover ul.dropmenu a{
	color: #666;
}
.header .topmenu li.dropdown:hover ul.dropmenu a:hover{
	color: #fff;
	background:#3c5cf6;
}

.header .topmenu li.dropdown ul.dropmenu li ul{display:none;width:200px;}
.header .topmenu li.dropdown ul.dropmenu li ul li{width:200px;padding:0;}
.header .topmenu li.dropdown ul.dropmenu li ul li a{width:180px;padding:0 10px;background: #f0f0f0;}
.header .topmenu li.dropdown ul.dropmenu li:hover ul{display: block;
position:absolute;
top:0;left:150px;
	background: #f0f0f0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
	
/**/
.header.on{
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.header.on .left .repair-logo1{
	display: none;
}
.header.on .left .repair-logo2{
	display: block;
}
.header.on .topmenu li a{
	color: #2a2b33;
}
.header.on .topmenu li:hover a{
	color:#3c5cf6;
}
#navToggle{
	display: none;
}

.m-nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m-nav.open{
    transform: translateX(0);
}
.m-nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m-nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m-nav .logo{
	width: 100%;
	margin:0 auto;
}
.m-nav .logo img{
	height: 56px;
	display: block;
	margin:2px auto;
}
.m-nav .ul{
	margin-top: 30px;
}
.m-nav .ul li{
	padding: 0 20px;
	color: #2a2b33;
	font-size:1.1rem;
	line-height: 50px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m-nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m-nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m-nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m-nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m-nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m-nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m-nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m-nav .ul li a{
	display: block;
	text-decoration: none;
	color: #2a2b33;
	font-size:1.1rem;
	height: 50px;
	line-height: 50px;
	width:50%;
}
.m-nav li.dropdown{background:url(../images/drop.png) no-repeat center right 20px;}
.m-nav .ul li .dropmenu{
	display: none;
	background:#e0eaff;
	border-radius:6px;
}

.m-nav .ul li .dropmenu a{
	display: block;
	height: 50px;
	line-height: 50px;
	WIDTH:100%;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m-nav .ul li .dropmenu a:last-child{
	border: none;
}

.main-section {
	margin:0 auto;
	padding:0;
	width:100%;
	height:auto;
	clear:both;
	display:block;
}
.maincenter{max-width:1200px;margin:0 auto;padding:60px 0;height:780px;display:block;clear:both;}
.main-section .category {
	width:auto;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	margin:40px 0 10px;
}

.main-section .category:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 1px;
	background-color: #e1e2e6;
	z-index: 2;
}

.main-section .category:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #e1e2e6;
	z-index: 2;
}

.main-section .category a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.main-section .category .prev {
	display: none;
	position: absolute;
	top: 0;
	width: 59px;
	height: 100%;
	box-shadow: 0 0 3px #fad961;
	background: #fff;
	text-align: center;
	font-size: 0;
	left: 0;
	border-right: 1px solid #e1e3e6;
}

.main-section .category .prev span {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url(../images/arrow.svg);
	background-position: 96.77% 25%;
	background-size: initial;
}

.main-section .category .next span {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url(../images/arrow.svg);
	background-position: 61.29% 25%;
	background-size: initial;
}

.main-section .category .next {
	position: absolute;
	top: 0;
	width: 59px;
	height: 100%;
	box-shadow: 0 0 3px #fad961;
	background: #fff;
	text-align: center;
	font-size: 0;
	right: 0;
	border-left: 1px solid #e1e3e6;
}

.main-section .category ul li {
	float:left;
	white-space: nowrap;
	font-size: 16px;
	text-align: center;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	position: relative;
	padding: 15px 15px;
}

.main-section .category ul li.active {
	border-bottom-color: #3c5cf6;
	color: #3c5cf6;
	font-weight:bold;
}

.main-section .main-repair {
	display: none;
}

.main-section .main-repair.active {
	display: block;
}

.main-section .main-repair ul li {
	width: 290px;
	float: left;
	margin: 0 5px;
	box-sizing: border-box;
}

.main-section .main-repair ul li:nth-child(4n) {
	margin-right: 0px!important;
}

.main-section .main-repair ul li a {
	display: block;
	background-color: #fff;
	margin-top: 20px;
	padding:2px;
	border-radius:6px;
	background:#fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;	
}

.main-section .main-repair ul li a:hover {
	background:#fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.35);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;	
}

.main-section .main-repair ul li a:hover .main-list .in-title {
	color: #3c5cf6;
}

.main-section .main-repair ul li a .main-list {
	
	vertical-align: top;
}
.main-list-img {height:168px;overflow:hidden;border-radius:6px;}
.main-list-img img{width:100%;height:100%;}
.main-section .main-repair ul li a .main-list .in-title {
	font-size: 16px;
	font-weight: 400;
	color: #2a2b33;
	line-height: 32px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	text-align:center;
}

.main-section .main-repair ul li a .main-list p.main-list-desc {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	height: 42px;
	margin-top: -2px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.repair-all{width:100%;clear:both;margin:0 auto 0;padding:60px 0;background:#fff;}
.repair-all ul {color:#2a2b33;font-size:16px;line-height:40px;height:auto;text-align:center;margin:40px auto;clear:both;}
.repair-all ul li{width:113px;height:40px;float:left;margin:10px 10px;background:#f5f5f5;border-radius:6px;overflow:hidden;display:block;
-webkit-box-shadow: 0 0 20px rgba(184, 203, 255, 0.2);
    -moz-box-shadow: 0 0 20px rgba(184, 203, 255, 0.2);
    box-shadow: 0 8 20px rgba(184, 203, 255, 0.2);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.repair-all ul li:hover{float:left;background:#3c5cf6;color:#fff;display:block;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.repair-all ul li a{color:#fff;display:block;background:#3c5cf6}
.repair-all ul li a:hover{color:#fff;}
.all-repair{max-width:1200px;clear:both;padding-top:10px;height:30px;line-height:30px;font-size:12px;font-weight:normal;text-align:center;}
.all-repair strong{font-size:12px;font-weight:normal;color:#999}
.title-section{padding:0 2%;text-shadow:#c9c9c9 3px 4px 5px}
.title-section p{text-align:center;font-size:14px;color:#585b66;line-height:22px;}
.maintitle{text-align: center;
	font-size: 30px;
	color: #2a2b33;
	line-height: 24px;
	padding-bottom: 24px;
	position: relative;
	}
.subtitle{margin-top: 18px;
	text-align: center;
	font-size: 16px;
	color: #585b66;
	line-height: 30px;}

.maintitle:after {
	position: absolute;
	left: 50%;
	width: 46px;
	height: 1px;
	margin-left: -23px;
	background-color: #3c5cf6;
	bottom: 0;
	content: '';
}
.white-title-section{padding:60px 30px;width:400px;text-align:center;float:left;text-shadow:#2745d6 3px 4px 5px}
.white-title-section p{text-align:center;font-size:14px;color:#fff;}
.white-maintitle{text-align: center;
	font-size: 30px;
	color: #fff;
	line-height: 24px;
	padding-bottom: 24px;
	position: relative;
	}
.white-subtitle{margin-top: 18px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;}

.white-maintitle:after {
	position: absolute;
	left: 50%;
	width: 46px;
	height: 1px;
	margin-left: -23px;
	background-color: #fff;
	bottom: 0;
	content: '';
}
.moret{font-size:30px;color:#fff;line-height:60px;margin-top:40px;}
.repair-city-bg{width:100%;background:#e0eaff;padding:60px 0;display:block;clear:both;}
.repair-city{max-width:1200px;height:100%;clear:both;margin:30px auto 0;}
.repair-city p{font-size:16px;max-width:1100px;margin:0 auto;text-align:center;}
.repair-city ul {color:#2a2b33;font-size:16px;line-height:40px;text-align:center;margin:30px auto 0px;clear:both;height:230px;}
.repair-city ul li{width:98px;height:40px;float:left;margin:20px 11px;background:#f4f5f7;display:block;border-radius:6px;overflow:hidden;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.04);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.repair-city ul li:hover{float:left;background:#3c5cf6;color:#fff;display:block;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.repair-city ul li a{color:#fff;display:block;background:#3c5cf6}
.repair-city ul li a:hover{color:#fff;}



.info-section {
	background-color: #f9fafc;
	width: 100%;
	height: auto;
	padding: 60px 0;
}

.infocenter {
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
}


.tab-block {
	max-width: 1200px;
	height: 430px;
	margin: 50px auto 0;
	border-radius:6px;
	background-color: #FFF;-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	border: 1px solid #f4f5f7
}

.tab-block .information-tab {
	height: 430px
}

.tab-block .information-tab .repair-info-tabs {
	height: 380px
}

.tab-block .tab-buttons {
	width: 100%;
	height: 50px;
	background-color: #f4f5f7
}

.tab-block .tab-buttons .tab-button {
	width: 33.33%;
	float: left;
	height: 50px;
	text-align: center;
	font-size: 16px;
	color: #585b66;
	line-height: 50px;
	position: relative;
	cursor: pointer
}

.tab-block .tab-buttons .tab-button.cur {
	background-color: #ebeeff;
	color: #3c5cf6
}

.tab-block .tab-buttons .tab-button.cur:after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #3c5cf6
}

.tab-block .repair-info-tabs {
	width: 100%;
	height: 528px
}

.tab-block .repair-info-tabs .tab-item {
	width: auto;
	height: 100%;
	padding: 20px;
	display: none
}

.tab-block .repair-info-tabs .tab-item.active {
	display: block
}

.information-tab .information-left {
	width: 500px;
	height: 300px;
	overflow: hidden;
	position: relative;
	float: left;
	border-radius:6px;background:#ff0000;
	margin-top:20px;
}

.information-tab .information-left img {
	width:100%;
	height:100%;
}

.information-tab .information-left .left-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
	color: #fff;
	padding: 0 14px
}

.information-tab .information-left .left-bottom .article-title {
	font-size: 18px;
	width: 400px;
	float: left;
}

.information-tab .information-left .left-bottom .article-time {
	font-size: 14px;
	float: right;
}

.information-tab .information-right {
	width: 640px;
	height: 340px;
	float: right;
}

.information-tab .information-right .article-list {
	padding-top: 20px
}

.information-tab .information-right .article-list .article-link {
	display: block;
	padding: 0 20px
}

.information-tab .information-right .article-list .article-link .article-head span {
	display: inline-block;
	vertical-align: middle;
}

.information-tab .information-right .article-list .article-number {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	background-color: #999;
	font-size: 14px;display: inline-block;

}

.information-tab .information-right .article-list .article-title {
	font-size: 16px;
	color: #2a2b33;
	line-height: 20px;
	margin-left: 14px;
	width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.information-tab .information-right .article-list .article-time {
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 20px
}

.information-tab .information-right .article-list .article-content {
	margin-top: 15px;
	padding-left: 40px;
	width: 550px;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	display: none
}

.information-tab .information-right .article-list .article-content p {
	height: 52px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.information-tab .information-right .article-list:nth-of-type(1) .article-number,
.information-tab .information-right .article-list:nth-of-type(2) .article-number,
.information-tab .information-right .article-list:nth-of-type(3) .article-number {
	background-color: #2a2b33
}

.information-tab .information-right .article-list.current .article-link {
	background-color: #ebeeff;
	padding: 20px;
	border-radius:6px;
}

.information-tab .information-right .article-list.current .article-number {
	background-color: #3c5cf6!important
}

.information-tab .information-right .article-list.current .article-title {
	color: #3c5cf6;
	font-size:18px;
}

.information-tab .information-right .article-list.current .article-content {
	display: block
}

.question-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/question-icon.png) center no-repeat;
	-ms-background-size: 16px 16px;
	background-size: 16px 16px;
}



.repair-company{
    padding:20px 0;
	clear:both;
	margin:0 auto;
	display: block;background:#ebeeff;

}
.repair-company-center{width:1440px;margin:0 auto;overflow:hidden;}
.abdesc{padding:20px;width:490px;font-size:14px;line-height:30px;color:#f0f5ff;}
.adetail{margin:5px 0}
.fuwudesc{padding:20px;width:490px;font-size:24px;line-height:50px;color:#f0f5ff;text-align:center}
.fuwudetail{margin:5px 0}
.customer{overflow:hidden;padding:40px 0;}
.repair-company-list{margin-top:60px;}
.repair-company-list ul li{width:280px;height:158px;float:left;border-radius:6px;margin:3px;overflow:hidden;position:relative;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;	
}
.repair-company-list ul li .imgtitle{position:absolute;bottom:0px;text-align:center;width:100%;background:#3c5cf6 url(../images/sbg.png) repeat-x center;color:#fff;;font-size:14px;line-height:24px;}
.repair-company-list ul li img{display:block;width:100%;height:100%;}
.repair-company-list ul li:first-child{width:566px;height:322px;border-left:0;border-top:0;background:#f67524;}
.repair-company-list ul li .imgs{cursor:pointer;overflow:hidden;border-color:#fff;}
.repair-company-list ul li .imgs:after{content:'';display:block;width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:inset 0 0 0 0 #eee;transition:.2s;}
.repair-company-list ul li .imgs:hover:after{box-shadow:inset 0 0 0 5px #f6f6f6;}
.repair-company-list ul li .imgs img{opacity:.9;transition:.3s;}
.repair-company-list ul li:hover .imgs img{opacity:1;filter:grayscale(0);filter:none;transform:scale(.99) translateY(-1px);}
.repair-company-list{position:relative}
.repair-company-list .item{}
.repair-company-list .customer-buttons{position:absolute;top:20px;width:40%;left:0;height:0;text-align:right}
.repair-company-list .customer-buttons div{color:#FFF;display:inline-block;zoom:1;width:50px;height:50px;text-indent:60px;overflow:hidden;transition:all .3s ease-out 0s;cursor:pointer}
.repair-company-list .customer-buttons div.owl-prev{background:url(../images/left.png) no-repeat;margin-right:-1px}
.repair-company-list .customer-buttons div.owl-prev:hover{opacity:.6;background:url(../images/left_on.png) no-repeat}
.repair-company-list .customer-buttons div.owl-prev.disabled{background:url(../images/left_on.png) no-repeat}
.repair-company-list .customer-buttons div.owl-next{background:url(../images/right.png) no-repeat;margin-right:20px}
.repair-company-list .customer-buttons div.owl-next:hover{opacity:.6;background:url(../images/right_on.png) no-repeat}
.repair-company-list .customer-buttons div.owl-next.disabled{background:url(../images/right_on.png) no-repeat}

/*页脚*/
.footer{padding-top:79px; border-top: 20px solid #454b5d;background:#3a4050;display:block;clear:both;position:relative;}
.footer-center{ height: 313px;max-width: 1200px;margin: 0 auto;}
.footer-t{ height: 247px; overflow: hidden; border-bottom: 1px solid #283b49;}
.footer-lbox{ float: left; width: 300px; }
.footer-lbox p{ display: block; width: 300px; height:48px; margin-bottom:10px;}
.footer-lbox span{ display: block; overflow: hidden; margin-bottom: 4px;}
.footer-lbox span em{ display: block; float: left; font-size:14px; color: #fff;line-height: 30px;}
.footer-lbox span b{ display: block; float: left; font-size:24px; color: #fff; line-height: 30px;}
.footer-lbox span a{ display: block; float: left; width:100px; height: 30px;border-radius: 3px; overflow: hidden; background: url(../images/QQ.png) #fff no-repeat 11px center;padding-left:35px; font-size: 14px; color: #2a2b33; line-height: 30px; margin-right:10px}
.footer-lbox span:last-child{padding-top:10px;}
.footer-cbox{ float: left; overflow: hidden;width:750px;}
.footer-clist{ float: left;padding-top:14px;width:200px;}
.footer-clist p{ display: block; font-size: 18px; color: #fff;padding-bottom:20px;}
.footer-about{ overflow: hidden; margin-bottom: 22px;width:250px;}
.footer-about a{ display: block; font-size: 14px;line-height:30px;color:#bfbfbf;display:block;clear:both;}
.footer-about a:hover{color:#b8cbff;}
.footer-clist2{ float: left;padding-top:14px;width:350px;}
.footer-clist2 p{ display: block; font-size: 18px; color: #fff;padding-bottom:20px;}
.footer-about2{ overflow: hidden; margin-bottom: 22px;width:250px;}
.footer-about2 a{float:left;width:49%;margin-right:1%;font-size: 14px;line-height:30px;color:#bfbfbf;display:block;}
.footer-about2 a:hover{color:#b8cbff;}
.footer-rbox{float:left; width:144px; }
.footer-rbox span{ display: block; width: 120px; height: 120px; border:1px solid #ededed;padding:5px;margin:0 auto;margin-top:5px;}
.footer-rbox span img{ width: 100% }
.footer-rbox b{ display: block; font-size:18px;padding:10px 12px 12px 12px;color: #fff; text-align: center;font-weight:normal}
.footer-rbox p{ display: block; font-size:14px;padding:12px;color: #b0b0b0; text-align: center;}
.footer-bottom{ height: 65px; overflow: hidden; }
.footer-bottom a{color:#8c8c8c}
.footer-bottom span{ display: block; line-height: 65px; font-size:12px; color: #8c8c8c; float: left;}
.footer-bottom p{ display: block; line-height: 65px; font-size:12px; color: #8c8c8c; float: right;}
.repair-box{padding-top:150px;height:700px;width:100%;background:url(../images/repairbox.png) top no-repeat;}
.repair-center{max-width:1200px;margin:0 auto;}
.repair-box-left{width:300px;float:left;}
.maincontact{text-align:center;width:160px;margin:0 auto;padding:0 10px;background:#fadb14;height:42px;border-radius:6px;display:block;clear:both;
.maincontact:hover{-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
}
.maincontact a{height:42px;line-height:42px;clear:both;font-size:16px;text-align:center;background:#fadb14 url(../images/maincontact.gif) no-repeat center;padding:10px 20px;display:block;border-radius:6px;}
.maincontact:hover{-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.35);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.repair-box-right{width:880px;float:left;margin-left:20px;border-radius:10px;
background:#fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.repair-item-box{width:880px;}
.repair-item{width:auto;height:180px;margin:20px 0;padding:10px;clear:both;display:block;}
.repair-item:hover{background:#fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.repair-item-img{width:250px;height:160px;float:left;overflow:hidden;border-radius:6px;}
.repair-item-img img{width:100%;height:100%;}
.repair-item-info{width:590px;height:160px;float:left;margin-left:20px;}
.repair-item-title{font-size:24px;line-height:40px;}
.repair-item-time{font-size:12px;line-height:28px;color:#8c8c8c}
.repair-item-desc{font-size:14px;line-height:32px;color:#595959}
.repair-item-info :hover{color:#3c5cf6}

.news-box-right{width:880px;float:left;margin-left:20px;border-radius:10px;
background:#fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news-item-box{width:880px;}
.news-item{width:auto;height:160px;margin:20px 0;padding:10px 20px;clear:both;display:block;}
.news-item:hover{background:#fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.news-item-info{height:160px;float:left;}
.news-item-title{font-size:24px;line-height:40px;height:40px;}
.news-item-time{font-size:12px;line-height:28px;color:#8c8c8c;height:28px;}
.news-item-desc{font-size:14px;line-height:32px;color:#595959;height:92px;}
.news-item-info :hover{color:#3c5cf6}
.listpage {
	line-height: 36px;
	width:100%;
	display:block;
	clear: both;
	font-family: "Microsoft Yahei", simsun;
	text-align:center;
	margin:30px 0;
}
.listpage ul {
	display: inline-block;
}

.listpage ul li {
	float: left;padding: 0px 13px;line-height: 30px;
	height: 30px;
	margin-left: 5px;
	font-size: 16px;
	width: auto;
	background: #eee;
	border: 1px solid #eee;
}
.listpage ul li a{display:block;}
.listpage ul li a:hover {
	color: #ff0000;
	text-decoration: none;
}
.listpage ul li.thisclass, .listpage ul li.thisclass a, .listpage ul li.thisclass a:hover {
	background-color: #00a0e2;
	border: 1px solid #00a0e2;
	color: #FFF;padding: 0px 13px;line-height: 30px;
	height: 30px;
}
.listpage .pageinfo {
	line-height: 30px;
	padding: 12px 5px 10px 5px;
	color: #999;
}
.repair-title-section{padding:60px 30px;width:300px;text-align:center;float:left;text-shadow:#2745d6 3px 4px 5px}
.repair-title-section p{text-align:center;font-size:14px;color:#fff;}
.repair-maintitle{text-align: center;
	font-size: 30px;
	color: #fff;
	line-height: 24px;
	padding-bottom: 24px;
	position: relative;
	}
.repair-maintitle a{color:#fff;}
.repair-subtitle{margin-top: 18px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;}

.repair-maintitle:after {
	position: absolute;
	left: 50%;
	width: 46px;
	height: 1px;
	margin-left: -23px;
	background-color: #fff;
	bottom: 0;
	content: '';
}
.aboutbox{padding-top:100px;height:700px;width:100%;background:url(../images/aboutbox.jpg) top no-repeat;}
.contactbox{padding-top:100px;height:700px;width:100%;background:url(../images/contactbox.jpg) top no-repeat;}
.fuwubox{padding-top:100px;height:650px;width:100%;background:url(../images/fuwubox.jpg) top no-repeat;}
.contactright{float:left;width:600px;padding:110px 0 0 140px;}
.contactright p{text-align:left;font-size:20px;line-height:36px;color:#fff;}
.contactright a{color:#fff;}

.repair-aa{width:100%;padding:60px 0;
	background:#e0eaff url(../images/repair-aabg.png) no-repeat center top;
	
	}
.repair-aa1{max-width:1200px;margin:30px auto;clear:both;height:350px;}
.repair-aa1 p{font-size:1.1rem;line-height:34px;}
.repair-aa1eft{width:430px;margin-right:20px;float:left;text-align:right;height:150px;padding:100px 100px 100px 0;}
.wxlx1-tit{font-size:1.5rem;height:40px;line-height:40px;margin-bottom:10px;margin-right:20px;}
.repair-aa1right{width:580px;margin-left:20px;float:right;}
.repair-aa1right img{width:534px;height:350px;float:right;}
.repair-aa2{max-width:1200px;margin:30px auto;clear:both;height:350px;}
.repair-aa2 p{font-size:1.1rem;line-height:34px;}
.repair-aa2left{width:580px;margin-right:20px;float:left;}
.repair-aa2left img{}
.repair-aa2right{width:380px;margin-right:20px;float:left;text-align:left;height:150px;padding:100px 0 100px 150px;}
.wxlx2-tit{font-size:1.5rem;height:40px;line-height:40px;margin-bottom:10px;}
.repair-article{padding:20px;}
.repair-art-top{height:100%;border-bottom:1px dashed #3c5cf6;padding-bottom:10px;}
.repair-art-title{font-size:28px;line-height:38px;text-align:center;}
.repair-art-info{font-size:12px;line-height:24px;margin-top:10px;text-align:center;}
.repair-art-info span{margin-right:20px;}
.repair-art-content{font-size:16px;line-height:30px}
.repair-art-content strong, .repair-art-content h2, .repair-art-content h3{font-size:16px;border-left:4px solid #3c5cf6;padding-left:8px;}
.repair-art-content h1 {font-size:16px;font-weight:normal}
.repair-art-content p,.repair-art-content div{margin:15px 0;}
.repair-art-content img{max-width:90%;}
.repair-art-content table{font-size:16px;width:98%;margin:1%;border:2px solid #e0e0e0;border-collapse:collapse;}
.repair-art-content table th,td{border:2px solid #e0e0e0;padding:1%;}
.repair-art-content table th{background:#f1f1f1;color:#333;font-weight:normal;}
.article-pre-next{width:100%;margin:20px 0;padding:0 20px;}
.article-prev{font-size:16px;height:30px;line-height:30px;}
.article-next{font-size:16px;height:30px;line-height:30px;}
#video{width:100%;height:100%;margin-top:-40px;}
#video video{width:100%;height:100%;object-fit: fill;}
.onblack{height:40px;padding-bottom:15px;}
/*PC隐藏微信*/
 .tan{
        width:80%;
        height:180px;
        background-color:#e8e8e8;
        position:fixed;
        left:10%;
        top:40%;
        display:none;
        z-index: 200;
    }
@media screen and (max-width: 992px){
	/*手机站微信*/
    .tan{
        width:80%;
        height:auto;
        background-color:#e8e8e8;
        position:fixed;
        left:10%;
        top:40%;
        display:none;
        z-index: 200;
		border-radius: 10px;
    }
    .kuang{
        height:auto;
        text-align:center;
        padding: 15px 0;
    }
	.kuang b{font-size:16px;}
    .txtcss{
        color:red;
        font-weight:800;
        font-size:20px;
    }
    .copy{
        font-size: 16px;
        background-color: #5AD700;
		width:50%;margin:10px 25%;
        text-align:center;
		color: black;
        border-radius: 5px;
    }
    .copy a{color: white;}
    .guanbi{
        text-align:center;
        position:absolute;
		right:20px;
		top:10px;
		font-size:20px;
		
    }
	.repair-art-title{font-size:28px;line-height:38px;text-align:left;}
	.header .left{
	width: auto;
	float:left;
}
.header .left h1, .header .left a{text-indent:-9999px;display:inline;float:left;}
	.header .left img{
	height:40px;
	margin-top:10px;
}
	.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	height:60px;
	line-height:60px;
	padding: 0;
	background:#fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height:60px;
	height:50px;
	margin:0;padding:0;
	display: block;
	float:right;
}
.topmenu{line-height:60px;
	height:60px;
	margin:0;padding:0;}
	.container{width:100%;margin:0;height:100%;}
	.header #navToggle {
		height: 100%;
		padding:10px 15px;
		margin-right:5px;
		display: inline-block;
		position:absolute;right:0;top:0
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #4f4f4f;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}
	.repair-company{
    padding:30px 0;
	clear:both;
	margin:0px auto;
	display: block;background:#ebeeff;

}
.abdesc{padding:10px;width:auto;font-size:14px;line-height:30px;color:#f0f5ff;}
.adetail{margin:5px 0}
.fuwudesc{padding:10px;width:auto;font-size:14px;line-height:30px;color:#f0f5ff;}
.fuwudetail{margin:5px 0}
.customer{overflow:hidden;padding:40px 0;}
.customer{overflow:hidden;padding:30px 0;}
	.repair-company-center{
    width:98%;
	padding:1%;
    margin:0 auto;
    position:relative;
}
	.repair-company-center p{line-height:30px;}
.repair-company-list ul li{width:48%;max-height:130px;float:left;border-radius:6px;margin:1%;overflow:hidden;position:relative;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;	
}
.repair-company-list ul li .imgs{display:block;width:100%;height:100%;}
.repair-company-list ul li .imgs img{display:block;width:100%;height:100%;}
.repair-company-list ul li:first-child{width:100%;max-height:208px;border-left:0;border-top:0;margin:0;padding:0px;background:#f67524;}
.repair-company-list .customer-buttons{position:absolute;top:20px;width:100%;left:0;height:0;text-align:right}
	.main-section .main-repair ul li {
	width:48%;
	float: left;
	margin:1%;
	box-sizing: border-box;
}

.main-section .main-repair ul li a {
	display: block;
	background-color: #fff;
	margin-top: 20px;
	padding:2px;
	border-radius:6px;
	background:#fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;	
}
.main-list-img {max-height:148px;overflow:hidden;border-radius:6px;}
.main-list-img img{height:100%;}
.repair-all{width:100%;clear:both;margin:0 auto 30px;padding:30px 0;background:#fff;}
.repair-all ul li{width:23%;height:40px;float:left;margin:1%;background:#f4f5f7;border-radius:6px;overflow:hidden;display:block;
-webkit-box-shadow: 0 0 20px rgba(184, 203, 255, 0.2);
    -moz-box-shadow: 0 0 20px rgba(184, 203, 255, 0.2);
    box-shadow: 0 8 20px rgba(184, 203, 255, 0.2);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
	.repair-city-bg{width:100%;background:#e0eaff;padding:40px 0;height:auto;clear:both;}
.repair-city{max-width:1200px;height:100%;display:block;clear:both;padding:0 0 80px 0;margin:30px auto;}
	.repair-city ul li{width:23%;height:40px;float:left;margin:1%;background:#f4f5f7;display:block;border-radius:6px;overflow:hidden;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.04);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.information-tab .information-left {
	width:100%;
	max-height:200px;
	overflow: hidden;
	position: relative;
	float: left;
	border-radius:6px;background:#ff0000;
	margin-top:20px;
}
.information-tab .information-right {
	width:100%;
	height:auto;
	float: right;
}
.information-tab .information-left .left-bottom .article-title {
	font-size: 18px;
	width: auto;
	float: left;
}

.information-tab .information-left .left-bottom .article-time {
	font-size: 14px;
	float: right;
}


.information-tab .information-right .article-list {
	padding-top: 20px
}

.information-tab .information-right .article-list .article-link {
	display: block;
	padding: 0
}

.information-tab .information-right .article-list .article-link .article-head span {
	display: inline-block;
	vertical-align: middle;
}

.information-tab .information-right .article-list .article-number {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	background-color: #999;
	font-size: 14px;display: inline-block;

}
.tab-block .repair-info-tabs .tab-item {
	width: auto;
	height: 100%;
	padding:1%;
	display: none
}
.information-tab .information-right .article-list .article-title {
	font-size: 16px;
	color: #2a2b33;
	line-height: 20px;
	margin-left: 14px;
	width:70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.information-tab .information-right .article-list.current .article-link {
	background-color: #ebeeff;
	padding:1%;
	border-radius:6px;
}
.information-tab .information-right .article-list .article-time {
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 20px
}

.information-tab .information-right .article-list .article-content {
	margin-top: 15px;
	padding-left:0px;
	width:auto;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	display: none
}

.footer{display:none;clear:both;padding-top:30px; border-top: 20px solid #454b5d;background:#3a4050;}
.footer-center{ height:100%;max-width: 1200px;margin: 0 auto;text-align:center;}
.footer-t{ height:100%; overflow: hidden; border-bottom: 1px solid #283b49;}
.footer-lbox{display:none;}
.footer-cbox{ float:none; overflow: hidden;width:100%;}
.footer-clist{ float: left;padding-top:14px;width:44%;margin:1% 3%;}
.footer-clist p{ display: block; font-size: 18px; color: #2a2b33;line-height:30px;margin-bottom:20px;padding:0;background:#f0f0f0}
.footer-about{ overflow: hidden; margin-bottom: 22px;width:100%;}
.footer-about a{ display: block; font-size: 14px;line-height:30px;color:#bfbfbf;display:block;clear:both;}
.footer-about a:hover{color:#b8cbff;}
.footer-clist2{ float:none;clear:both;padding-top:14px;width:94%;margin:0 3%;}
.footer-clist2 p{ display: block;font-size: 18px;color: #2a2b33;line-height:30px;margin-bottom:20px;padding:0;background:#f0f0f0}
.footer-about2{ overflow: hidden; margin-bottom: 22px;width:100%}
.footer-about2 a{float:left;width:49%;margin-right:1%;font-size: 14px;line-height:30px;color:#bfbfbf;display:block;}
.footer-about2 a:hover{color:#b8cbff;}
.footer-rbox{float:none; width:144px; margin:0 auto;}
.footer-rbox span{ display: block; width: 120px; height: 120px; border:1px solid #ededed;padding:5px;margin:0 auto;margin-top:5px;}
.footer-rbox span img{ width: 100% }
.footer-rbox b{ display: block; font-size:18px;padding:10px 12px 12px 12px;color: #fff; text-align: center;font-weight:normal}
.footer-rbox p{ display: block; font-size:14px;padding:12px;color: #b0b0b0; text-align: center;}
.footer-bottom{ height: 65px; overflow: hidden; }
.footer-bottom a{color:#8c8c8c}
.footer-bottom span{ display: block; line-height: 65px; font-size:12px; color: #8c8c8c; float: left;}
.footer-bottom p{ display: block; line-height: 65px; font-size:12px; color: #8c8c8c; float: right;}
.aboutbox{padding-top:100px;max-height:700px;width:100%;background:url(../images/aboutbox.jpg) top no-repeat;}
.contactbox{padding-top:100px;max-height:700px;width:100%;background:url(../images/contactbox.jpg) top no-repeat;}
.fuwubox{padding-top:100px;max-height:700px;width:100%;background:url(../images/fuwubox.jpg) top no-repeat;}

.repair-aa1{width:100%;margin:0px auto 30px;clear:both;display:table;height:100%;}
.repair-aa1 p{font-size:1rem;line-height:24px;}
.repair-aa1eft{width:45%;margin:0 5% 0 0;float:left;text-align:right;height:auto;padding:0;}
.wxlx1-tit{font-size:1.2rem;height:40px;line-height:40px;margin-bottom:10px;margin-right:20px;}
.repair-aa1right{width:45%;margin-left:5%;float:right;}
.repair-aa1right img{width:100%;height:auto;float:right;}
.repair-aa2{width:100%;margin:0px auto;clear:both;height:auto;}
.repair-aa2 p{font-size:1rem;line-height:24px;}
.repair-aa2left{width:45%;margin-right:5%;float:left;}
.repair-aa2left img{width:100%;height:auto;}
.repair-aa2right{width:45%;margin:0 5% 0 0;float:left;text-align:left;height:auto;padding:0;}
.wxlx2-tit{font-size:1.2rem;height:40px;line-height:40px;margin-bottom:10px;}
.white-title-section{padding:60px 20px;width:100%;text-align:left;float:none;clear:both;display:block;}
.white-title-section p{text-align:left;font-size:14px;color:#fff;}
.white-maintitle{text-align:left;
	font-size: 30px;
	color: #fff;
	line-height: 24px;
	padding-bottom: 24px;
	position: relative;
	}
.white-subtitle{margin-top: 18px;
	text-align:left;
	font-size: 16px;
	color: #fff;
	line-height: 30px;}

.white-maintitle:after {
	position: absolute;
	left: 20px;
	width: 46px;
	height: 1px;
	margin-left: -23px;
	background-color: #fff;
	bottom: 0;
	content: '';
}
.contactright{float:left;clear:both;display:block;width:100%;padding:30px 2%;background:#fff;}
.contactright p{text-align:left;font-size:18px;line-height:32px;color:#222222;}
.contactright a{color:#222222;}
.moret{font-size:24px;color:#fff;line-height:60px;margin-top:40px;}
.repair-box{padding-top:80px;height:100%;width:100%;background:#3c5cf6;clear:both;display:block;}
.repair-center{max-width:1200px;margin:0 auto;}
.repair-box-left{width:100%;clear:both;display:block}
.repair-box-right{width:100%;clear:both;display:block;margin-left:0px;
background:#fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.repair-item-box{width:100%;}
.repair-item{width:auto;max-height:160px;margin:20px 0;padding:10px;clear:both;display:block;}
.repair-item:hover{background:#fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.repair-item-img{width:30%;max-height:140px;float:left;overflow:hidden;border-radius:6px;}
.repair-item-img img{width:100%;height:100%;}
.repair-item-info{width:68%;max-height:140px;float:left;margin-left:2%;}
.repair-item-title{font-size:22px;line-height:40px;height:40p;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.repair-item-time{font-size:12px;line-height:28px;color:#8c8c8c;height:28px;}
.repair-item-desc{font-size:14px;line-height:32px;color:#595959;max-height:70px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.repair-item-info :hover{color:#3c5cf6}

.news-box-right{width:100%;clear:both;display:block;margin-left:0px;
background:#fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news-item-box{width:100%;}
.news-item{width:auto;max-height:160px;margin:20px 0;padding:10px;clear:both;display:block;}
.news-item:hover{background:#fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.news-item-info{width:100%;max-height:140px;float:left;margin-left:0;}
.news-item-title{font-size:22px;line-height:40px;height:40p;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.news-item-time{font-size:12px;line-height:28px;color:#8c8c8c;height:28px;}
.news-item-desc{font-size:14px;line-height:32px;color:#595959;max-height:70px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news-item-info :hover{color:#3c5cf6}
.maincontact{text-align:center;width:160px;margin:50px 20px 50px 0;padding:0 10px;background:#fadb14;height:42px;clear:none;float:right;border-radius:6px;}
.maincontact a{height:42px;line-height:42px;clear:both;font-size:16px;text-align:center;background:#fadb14 url(../images/maincontact.gif) no-repeat center;padding:10px 20px;display:block;border-radius:6px;}
#video{width:100%;max-height:400px;margin-top:-10px;}
#video video{width:100%;max-height:400px;object-fit: fill;}
.repair-title-section{padding:30px 10px;width:50%;text-align:center;float:left;}
.repair-title-section p{text-align:center;font-size:14px;color:#fff;}
.repair-maintitle{text-align: center;
	font-size: 22px;
	color: #fff;
	line-height: 24px;
	padding-bottom: 24px;
	position: relative;
	}
.repair-maintitle a{color:#fff;}
.repair-subtitle{margin-top: 18px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;}

.repair-maintitle:after {
	position: absolute;
	left: 50%;
	width: 46px;
	height: 1px;
	margin-left: -23px;
	background-color: #fff;
	bottom: 0;
	content: '';
}
}
.onlinebox{position:fixed;top:20%;right:10px;width:200px; _position:absolute;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
 z-index:990;}

.onlineboxcenter{float:left;width:200px;height:auto;}
.onlineboxul{border:1px solid #fff;border-radius:10px;padding:10px 0 30px;background:#fbfbfb;height:auto;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.18);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.onlineboxul li{text-align:center;margin-bottom:10px;font-size:15px;}
.onlineboxul li span{color:#3c5cf6;font-size:18px;}
.onlineboxul .weixin{height:130px;font-weight:bold;}
.onlineboxul .weixin img{height:130px;}
.onlineboxul li .plx {display:block;font-weight:bold;}
.onlineboxul li .mlx{display:none;}
.onlineboxul li.onlinecontact {width:160px;border-radius:6px;margin:0 auto 10px;padding:0 10px;overflow:hidden;background:#fadb14}
.onlineboxul li.onlinecontact img{width:100%;height:42px;}

@media screen and (max-width: 1100px) {
.onlinebox{position:fixed;top:auto; bottom:0;right:0;width:100%; _position:absolute;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
 z-index:990;}

.onlineboxcenter{float:left;width:100%;color:#fff;}
.onlineboxul li.onlinecontact {width:23.8%;height:42px;line-height:42px;padding:0.5%;margin:0.1%;float:left;border-radius:6px;}
.onlineboxul li.onlinecontact img{width:100%;height:42px;}
.onlineboxul{border:0px solid #3c5cf6;padding:0px;margin:0;height:42px;line-height:42px;background:#fff;}
.onlineboxul li{text-align:center;width:23.8%;border-radius:5px;background:#3c5cf6;height:42px;line-height:42px;padding:0.5%;float:left;margin:0.1%;font-size:18px;}
.onlineboxul li a{color:#fff;display:block;}
.onlineboxul li span{color:#fff;font-size:18px;}
.onlineboxul .weixin{height:130px;display:none;}
.onlineboxul .weixin img{height:130px;}
.onlineboxul li .plx {display:none;}
.onlineboxul li .mlx{display:block;font-weight:bold;}
}