@charset "utf-8";

.repairbox {
	padding-top: 77px;
}

.repairbox .w78 {
	height: 100%;
}

.repair-banner {
	background: #009242;
	background: linear-gradient(to right, #009242, #0091da);
	height: 550px;
	min-height: calc(100vh - 177px);
	position: relative;
}

.nav-content .logo span {
	display: inline-block;
}

/* .repair-banner::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/repairservice.png) no-repeat right top;
	background-size: auto 100%;
	position: absolute;
	z-index: 2;
} */
.repair-banner .bannerimg {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.repair-text {
	width: 52%;
	color: #fff;
	position: relative;
	z-index: 3;
	height: 100%;
	display: flex;
	align-items: center;
	padding-top: 40px \0;
	_padding-top: 100px;
}

.repair-text h1 {
	font-size: 45px;
	margin-bottom: 30px;
}

.repair-text p {
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 32px;
}

.normal-title {
	font-size: 32px;
	color: #2f2f2f;
	font-weight: bold;
	text-align: center;
	padding-top: 60px;
	margin-bottom: 60px;
}

.normal-title span {
	position: relative;
	display: inline-block;
	min-width: 230px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}

.normal-title span::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #d3d3d3;
	left: 0;
	bottom: 0;
}

.normal-title span::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 60%;
	height: 5px;
	background-color: #009242;
	left: 20%;
	bottom: 0;
}

.rbanner-bot {
	background: #e6f4ed;
}

.service-nav {
	display: flex;
	align-items: center;
}

.service-nav dl {
	width: 80%;
	display: flex;
	align-items: center;
	height: 80px;
}

.service-nav dl::after {
	content: '';
	height: 1px;
	width: 100%;
	display: block;
}

.service-nav dl dt {
	background: #ddebe5;
	display: block;
	height: 80px;
	
	text-align: center;
	align-items: center;
	color: #2f2f2f;
	font-size: 20px;
	float: left;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 0 50px;
}

.service-nav dl dt strong {
	display: block;
	color: #009242;
	font-size: 24px;
	margin-top: 10px;
}

.service-nav dl dd {
	height: 100%;
	float: left;
	display: flex;
}

.service-nav dl dd ul {
	width: 100%;
	display: flex;
	height: 100%;
}

.service-nav dl dd ul::after {
	content: '';
	height: 1px;
	width: 100%;
	display: block;
}

.service-nav dl dd li {
	margin-left: 50px;
	font-size: 20px;
	color: #2f2f2f;
	height: 100%;
	cursor: pointer;
	float: left;
	line-height: 80px;
	white-space: nowrap;
}

.service-nav dl dd li.active,
.service-nav dl dd li:hover {
	color: #009242;
	position: relative;
	border-bottom: 2px solid #009242 \0;
}

.service-nav dl dd li.active::after,
.service-nav dl dd li:hover::after {
	content: '';
	display: inline-block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #009242;
	bottom: 0;
	left: 0;
}

.service-nav .repair-chat {
	flex: 1;
	text-align: right;
}

.normalbtn {
	background: linear-gradient(to right, #22aa86, #6baa41);
	color: #fff;
	padding: 16px 40px;
	border-radius: 100px;
	font-size: 20px;
	display: inline-block;
	
}

.normalbtn:hover {
	opacity: 0.9;
}

.whitebtn,
.white-bbtn {
	border-radius: 6px;
	background-color: #fff;
	font-size: 18px;
	color: #009242;
	display: inline-block;
	padding: 12px 15px;
	border: 1px solid #009242;
	margin-right: 6px;
}

.whitebtn .iconfont,
.white-bbtn .iconfont {
	font-size: 110%;
	margin-right: 10px;
}

.white-bbtn {
	background: none;
	color: #fff;
	border: 1px solid #fff;
	
}

.banner-btn-fault {
	padding-top: 80px;
}

.banner-btn-fault a {
	color: #ffffcc;
	display: inline-block;
	border-bottom: 1px solid #4db379;
	padding-bottom: 15px;
}

.banner-btn-fault a .iconfont {
	font-size: 110%;
	margin-right: 5px;
}

.sticky-sidebar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 53, 25, .2);
	-moz-box-shadow: 0 4px 5px 0 rgba(0, 53, 25, .2);
	box-shadow: 0 4px 5px 0 rgba(0, 53, 25, .2);
}

.padt90 {
	padding-top: 50px;
}

.r-part1 {
	background: ;
}

.video-js {
	width: 100%;
}

.r-part1 {
	background:#f1f1f1 url(../img/part1bg_02.png) no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 60px;

}

.r-part1 .w78 {
	display: flex;
}

.part1-list {
	width: 60%;
	padding-top: 20px;
	float: left\0;
	overflow: hidden;

}

.product-pic {
	float: left\0;
	width: 40%;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.product-pic img {
	width: 100%;
	display: block;
	height: auto;
}

.part1-list ul::after {
	content: '';
	clear: both;
	display: block;
	height: 1px;
	width: 100%;
}

.part1-list ul li {
	border: 1px solid #DCDEE0\0;
	background: #fff;
	border-left: 10px solid #009242;
	border-radius: 10px;
	float: left;
	width: 46%\0;

	width: calc(50% - 25px);
	height: 220px;
	box-sizing: border-box;
	margin-bottom: 25px;
	margin-right: 25px;
	box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.08);
}

.part1-list ul li:nth-child(2n) {
	margin-right: 0;
}

.part1-list ul li .box-icon {
	text-align: center;
	padding: 20px 0 0px;
}

.part1-list ul li .box-icon .iconfont {
	color: #009242;
	font-size: 80px;
}

.part1-list li h2 {
	font-size: 18px;
	text-align: center;
	color: #009242;
}

.part1-list li p {
	padding: 15px 15px 0;
	font-size: 14px;
	text-align: center;
}

.part1-list ul li:hover {
	background: #009242;
	color: #fff;
	border-left: 10px solid #00aa4d;
}

.part1-list ul li:hover .box-icon .iconfont,
.part1-list ul li:hover h2 {
	color: #fff;

}

.r-part2 {
	background: url(../img/onebg1.png) no-repeat center 60px;
	background-size: 94% auto;
	min-height: 680px;
	padding-bottom: 60px;
	box-sizing: border-box;
}

.part2-list ul {
	display: block;
}

.part2-list ul::after {
	content: '';
	clear: both;
	width: 100%;
	height: 1px;
	display: block;
}

.part2-list ul li {
	float: left;
	width: 515px\0;
	border: 1px solid #DCDEE0\0;
	width: calc(50% - 37px);
	background: #fff url(../img/boxbotbg.png) no-repeat center bottom;
	background-size: 100% auto;
	margin-right: 70px;
	box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}

.part2-list ul li:hover {
	box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.15);
}

.part2-list ul li:last-child {
	margin-right: 0;
}

.part2-list ul li .icon-box {
	padding-top: 35px;
}

.part2-list ul li .icon-box .iconfont {
	font-size: 110px;
	color: #2f2f2f;
}

.part2-list .tel-num {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}

.part2-list li p {
	font-size: 20px;
}

.part2-list li a {
	display: inline-block;
	background: #0b8e46;
	border-radius: 4px;
	padding: 12px 30px;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 60px;
}

.part2-list li a:hover {
	opacity: 0.95;
}

.r-part3 {
	background: #f1f8fe;
	min-height: 700px;
}

.r-part3 .part3-pic {
	width: 40%;
}

.r-part3 .part3-list {
	flex: 1;
	align-items: center;
	display: flex;
	float: left\0;
}

.r-part3 .part3-list h2 {
	font-size: 32px;
	margin-bottom: 20px;
	margin-top: 90px\0;
}

.r-part3 .part3-list p {
	font-size: 16px;
	margin-bottom: 30px;
}

.r-part3 .part3-pic img {
	width: 100%;
	height: auto;
}

.r-part3 .part3-pic {
	float: right\0;
}

.r-part3 .w78 {
	display: flex;
}

.part3-btn a {
	display: inline-block;
	padding: 12px 30px;
	background-color: #009242;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #009242;
}

.part3-btn a:first-child {
	margin-right: 20px;
}

.part3-btn a:first-child:hover {
	opacity: 0.9;
}

.part3-btn a:first-child .iconfont {
	font-size: 110%;
}

.part3-btn a .iconfont {
	margin-right: 5px;
}

.part3-btn a:last-child {
	border: 1px solid #009242;
	background: none;
	color: #009242;
}

.part3-btn a:last-child:hover {
	background: rgba(0, 146, 66, 0.1);
}

.part4-list ul {
	padding: 40px 0 100px;
}

.part4-list ul::after {
	display: block;
	content: '';
	height: 1px;
	width: 100%;
	clear: both;
}

.part4-list li {
	width: 25%;
	float: left;
	text-align: center;
	color: #777;
	cursor: pointer;
}

.part4-list li .iconfont {
	display: block;
	font-size: 60px;
	margin: 0 auto 15px;
}

.part4-list li:hover {
	color: #009242;
}

.searchBox {
	width: 78%;
}

.noData-icon {
	background: url(../img/nodatapic.png) no-repeat center center;
	background-size: 100% auto;
	width: 280px;
	height: 280px;
	margin: 0 auto;
}

.noData {
	text-align: center;
	padding-bottom: 20px;
}

.noData span {
	color: #999;
}

.layui-layer-setwin .layui-layer-close2 {
	position: absolute;
	right: -12px;
	right: 0px\0;

	top: -58px;
	top: -80px\0;
	width: 30px;
	height: 30px;
	margin-left: 0;
	background-position: -149px -32px;
}
.layui-layer-setwin .layui-layer-close2:hover{background-position:-180px -32px}
.search-line {
	display: flex;
	padding: 24px 0 15px;
	width: 78%;
	margin: 0 auto;
}

.search-line .newsearch-input {
	width: 80%;
	height: 65px;
	line-height: 65px;
	float: left\0;
	position: relative;
}

.newsearch-btn {	
	float: left\0;
	width: 20%;
	box-sizing: border-box;
}

.newsearch-input #typeVal {
	display: block;
	height: 100%;
	width: 100%;
	background: #f7f7f7;
	border-radius: 6px;
	outline: none;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
	padding-left: 50px;
	font-size: 18px;
}

.newsearch-input .iconfont {
	position: absolute;
	left: 15px;
	top: 0px;
	font-size: 20px;
	color: #999;
}

.newsearch-btn {
	text-align: center;
}

.newsearch-btn span {
	background: #009242;
	color: #fff;
	border-radius: 6px;
	display: inline-block;
	height: 100%;
	width: 90%;
	line-height: 60px;
	font-size: 20px;
	cursor: pointer;

}

.searchBox {
	top: 120px !important;
	top: 30px \0 !important;
	border-radius: 6px;
}

#searchShow {
	padding: 0 24px 30px;
	box-sizing: border-box;
	max-height:calc(100vh - 239px);
	overflow-y: auto;
}

#searchShow::-webkit-scrollbar,#supportBox::-webkit-scrollbar {
	width: 8px;
	background-color: none;
	-webkit-appearance: none
}

#searchShow::-webkit-scrollbar-thumb,#supportBox::-webkit-scrollbar-thumb {
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
	background-color: #ddd
}

.mytable .mytable-tr {
	display: flex;
	width: 100%;
}

.mytable .mytable-tr:nth-child(n2) {
	background: #f9f9f9
}

.mytable-tit {
	background: #888888;
	color: #fff;
	width: 50px;
	display: flex;
	float: left\0;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #fff;
}

.mytable-tit span {
	display: block;
	width: 1em;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
}

.mytable-td {
	flex: 1;
	float: left\0;
	width: 920px\0;
}

.mytable-td ul {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888;
	font-size: 14px;
	box-sizing: border-box;
}

.bortop {
	border-top: 1px solid #888;
	box-sizing: border-box;
}

.borright2 li {
	border-right: 1px solid #888;
	box-sizing: border-box;
	height: 40px \0;
	width: 390px\0;
	float: left\0;
}

.borright2 li:last-child {
	border-right: 0;
}

.mytable-td ul li {
	width: 33.33%;
	box-sizing: border-box;
	padding: 8px 15px;
	font-size: 14px;
}

.aitd {
	display: flex;
	width: 100%;
}

.aitd-l {
	width: 50%;
	box-sizing: border-box;
	float: left\0;
}

.aitd-l ul {
	border: none;
}

.aitd-l ul li {
	width: 70%;
	box-sizing: border-box;
	padding: 8px 15px;
	font-size: 14px;
	border: none;
	float:left;
}

.aitd-l ul li:nth-child(2) {
	width: 30%;
	box-sizing: border-box;
	padding: 8px 15px;
	font-size: 14px;
}

.aitd-r {
	width: 50%;
	border-right: 1px solid #888;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	float: left\0;
}

.aitd-r label {
	width: 33%;
	display: inline-block;
	font-size: 14px;
}

.tabtips {
	min-height: 60px;
	border-bottom: 1px solid #888;
	box-sizing: border-box;
	border-right: 1px solid #888;
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.jbxx {
	height: 123px\0;
}

.td3 {
	height: 100px\0;
}

.table-data {
	border-right: 1px solid #888;
	border-top: 1px solid #888;
	max-width: 100%;
}

.table-data td {
	border-left: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 8px 10px;
	font-size: 14px;
}

.tab-tit {
	position: relative;
	width: 30px;
	background:#888 url(../img/whitebg.png) bottom center repeat-x;
}

.tab-tit span {
	display: block;
	height: 100%;
	color: #fff;
	width: 1em;
	margin: 0 auto;
}

.nopicbg{
	background-image: none;
}

.faultVideo{
	background: none!important;
	box-shadow: none!important;
	
}
.faultVideo.rfloat{
	position: fixed!important;
	right: 30px;
	bottom:40px;
	width:400px;
	height:300px;
	left:unset!important;
	top:unset!important;
}
.faultVideo .faultBox{
	padding: 80px 66px 51px 70px;
	background: url(../img/videobg.png) no-repeat;
	background-size: 100%;
}
.faultVideo.rfloat .faultBox{
	padding: 40px 36px 21px 40px;
	background: url(../img/videobg.png) no-repeat;
	background-size: 100%;
}
.faultVideo.rfloat .faultBox video{
	width:100%;
	height:100%;
}
.faultbg{
	display: none;
}
.faultbg img{
	max-width: 100%;
}

.nodataSearch{
	width:460px;
	margin: 0 auto;
}
.nodataSearch h1{
	text-align: center;
	font-size: 21px;
	font-weight: normal;
}
.nodataSearch .form_group{
	height: 40px;
	line-height: 40px;
}
.nodataSearch .form_group .form_item{
	width: 220px;
	float: left;
	
}
.nodataSearch .form_group .form_item:first-child{
	margin-right: 20px;
}
.nodataSearch .form_group .form_item select{
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	height: 40px;
	border: 1px solid #dedede;
	outline: none;
	height: 48px;
	    background: #fff;
	    border: 1px solid #ccc;
	    border-radius: 2px;
	    vertical-align: middle;
	    color: #979797;
	    
	    appearance: none;
	    background-color: #fff;
	    background-image: none;
	    box-sizing: border-box;
	    outline: 0;border-radius: 4px;
	    padding: 3px 10px;
	    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
.nodataSearch li {
	margin-top: 15px;
}

.nodataSearch li input{
	height: 48px;
	    background: #fff;
	    border: 1px solid #ccc;
	    border-radius: 2px;
	    vertical-align: middle;
	    color: #979797;
	    border-radius: 4px;
	    appearance: none;
	    background-color: #fff;
	    background-image: none;
	    box-sizing: border-box;
	    outline: 0;
	    padding: 3px 10px;
	    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
		width: 460px;
}
.nodataSearch li strong{
	display: block;
	margin-bottom: 5px;
}

#noDataSearch{
	display: block;
	height: 48px;
	line-height: 48px;
	background: #009242;
	border: 1px solid #009242;
	border-radius: 6px;
	clear: both;
	margin-top: 25px;
	color: #fff;
	text-align: center;
}
.searchBox{
	top: 75px!important;
	left: 0!important;
	right: 0!important;
	bottom: 0!important;
	box-shadow: none!important;
	border-radius: 0!important;
	width: 100%!important;
	border-top: 4px solid #009242;
	/*overflow-y: auto;*/
}
.searchBox .searchPan,.searchBox .searchSupport{
	width: 78%;
	margin: 0 auto;
}
.searchBox .searchPan h1.searchTit{
	text-align: center;
	    font-size: 24px;
	    font-weight: normal;
		margin-top: 10px;
		height: 50px;
		line-height: 50px;
}
body.overflow{
	overflow: hidden;
}
.searchBox .layui-layer-setwin {
    position: absolute;
	width: 78%;
	border-bottom:1px solid #f1f1f1;
	left: 11%!important;
    right:unset;
	height: 50px;
    *right: 0;
    top: 17px;
    font-size: 0;
    line-height: initial;
}
.searchBox .layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    left: 0%!important;
	top: 0!important;
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
	background: none;
	font-size: 24px;
}
.searchBox .layui-layer-close2::before{
	font-family: "iconfont" !important;
	content: '\e617';
	display: inline-block;
	font-size: 18px;
	color: #666;
	margin-right: 10px;
}
.searchBox .layui-layer-close2::after{
	content: '返回增值服务';
	display: inline-block;
	color: #666;
	font-size: 18px;
}
.searchBox .layui-layer-setwin .layui-layer-close2:hover::before,.searchBox .layui-layer-setwin .layui-layer-close2:hover::after{
	color:#009242;
}
.tableBox{
	width:78%;
	margin: 0 auto;
	padding-top: 30px;
}



#supportBox{
	padding: 0px 24px 30px;
	box-sizing: border-box;
	max-height: calc(100vh - 149px);
	overflow-y: auto;
	margin-top: 20px;
}
#supportBox .form_group{
	height:48px;
	display: flex;
}
 #supportBox .form_item{
	 width:33.33%;
	 margin-right: 15px;
 }
  #supportBox .form_item:last-child{
	  margin-right: 0;
  }
#supportBox .form_item select,#supportBox .form_item option{
	width: 100%;    border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	border: 1px solid #dedede;
	outline: none;
	height: 45px;
	    background: #fff;
	    border: 1px solid #ccc;
	    border-radius: 2px;
	    vertical-align: middle;
	    color: #979797;
	    line-height: 1.5;
	    appearance: none;
	    background-color: #fff;
	    background-image: none;
	    box-sizing: border-box;
	    outline: 0;
	    padding: 3px 10px;
	    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
#supportBox .form_item option{
	    padding: 13px 10px;
		line-height:40px;
}
#supportBox ul{
	width: 78%;
	margin: 0 auto;
	min-width: 800px;
}
#supportBox li {
	margin-top: 12px;
	padding-left:180px;
	position: relative;
}

#supportBox li input{
	height: 45px;
	    background: #fff;
	    border: 1px solid #ccc;
	    border-radius: 2px;
	    vertical-align: middle;
	    color: #979797;
	    
	    appearance: none;
	    background-color: #fff;
	    background-image: none;
	    box-sizing: border-box;
	    outline: 0;
	    padding: 3px 10px;
	    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
		width: 100%;    border-radius: 4px;
}
#supportBox li textarea{
	    background: #fff;
	    border: 1px solid #ccc;
	    border-radius: 2px;
	    vertical-align: middle;
	    color: #979797;
	    line-height: 1.5;
	    appearance: none;
	    background-color: #fff;
	    background-image: none;
	    box-sizing: border-box;
	    outline: 0;
	    padding: 12px 10px;
	    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
		width: 100%;
		font-family: '微软雅黑';    border-radius: 4px;
}
#supportBox li strong{
	display: block;
	margin-bottom: 5px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 40px;
	text-align: right;
	width:150px;
}

#supportBtn {
    display: block;
    height: 48px;
    line-height: 48px;
    background: #009242;
    border: 1px solid #009242;
    border-radius: 6px;
    clear: both;
    margin-top: 25px;
    color: #fff;
    text-align: center;
	width:33.33%;
	min-width: 200px;
}

#proposal{
	margin-left: 50px;
	    font-size: 20px;
	    color: #2f2f2f;
	    height: 100%;
	    cursor: pointer;
	    float: left;
	    line-height: 80px;
	    white-space: nowrap;
		display: inline-block;
}
#proposalBox textarea{
	outline:none;
}
.layui-layer-btn .layui-layer-btn0 {
    border-color: #009242;
    background-color: #009242;
    color: #fff;
}