@charset "utf-8";
/* CSS document*/
.site-operations-slider {
  width: 1200px;
  height: 290px;
  margin: 0 auto;
}
.site-operations-slider .carousel-indicators li {
  display: inline-block;
  width: 42px;
  height: 11px;
  margin: 0;
  text-indent: -999px;
  border: 0;
  border-radius: 0px;
  cursor: pointer;
  background-color: #000;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.site-operations-slider .carousel-indicators .active {
  margin: 0;
  width: 42px;
  height: 12px;
  background-color: #534795;
}
.operations-qualifications {
  width: 1200px;
  margin: 25px auto;
  height: 244px;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  border:  2px solid transparent;
  background: #fff;
  
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: -50px;
  background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: -50px;
  background: url(../images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next  .icon-arrow_right {
  color: #666;
  line-height: 244px;
  font-size: 18px;
}
.bx-wrapper .bx-prev  .icon-arrow_left {
  color: #666;
  line-height: 244px; 
  font-size: 18px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top:0;
  outline: 0;
  width: 40px;
  height: 244px;
  z-index: 99;
  background: #f2f2f2;
  border:1px solid #dedede;
  text-align: center;
  cursor:pointer;
  display: block;
}
.bx-wrapper .bx-controls-direction a:hover {
  background: #eaeaea;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.operations-recommand {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.operations-recommand > ul > li {
  width: 590px;
  height: 240px;
  padding:15px 40px;
  float: left;
  border: 1px solid #dedede;
}
.operations-recommand > ul > .item2 {
  margin-left: 20px;
}
.operations-recommand > ul > li .ld {
  width: 298px;
  height: 208px;
  float: left;
}
.operations-recommand > ul > li .rd {
  width: 170px;
  height: 208px;
  margin-left: 40px;
  float: left;
}
.operations-recommand > ul > li .btn {
  display: block;
  height: 52px;
  font-size: 18px;
  line-height: 38px;
  margin-top: 78px;
}
.operations-recommand > ul > .item1 .btn {
  background: #398ccb; 
  border:1px solid #398ccb;
}
.operations-recommand > ul > .item1 .btn:hover,
.operations-recommand > ul > .item1 .btn:active {
  background: #2d7bb6;
  border:1px solid #2d7bb6;
}
.operations-recommand > ul > .item2 .btn {
  background: #61d1c4; 
  border:1px solid #61d1c4;
}
.operations-recommand > ul > .item2 .btn:hover,
.operations-recommand > ul > .item2 .btn:active{
  background: #50baae;
  border:1px solid #50baae;
}
.operations-recommand > ul > li .ld .hd {
  height: 93px;
  border-bottom: 1px solid #dedede;
}
.operations-recommand > ul > li .hd h2 {
  float: left;
  display: inline-block;
  line-height: 92px;
  font-weight: bold;
  font-size: 24px;
}
.operations-recommand > ul > li .ld span {
    float: right;
    font-size: 80px;
    margin-right: 25px;
}
.operations-recommand > ul > li .md p {
  padding-top: 20px;
  line-height: 24px;
  height: 92px;
  overflow: hidden;
}
.operations-recommand > ul > .item1 .hd h2,
.operations-recommand > ul > .item1 .hd span {
  color: #398ccb;
}
.operations-recommand > ul > .item2 .hd h2,
.operations-recommand > ul > .item2 .hd span {
  color:  #61d1c4;
}
.operations-shelf-box {
  height: 319px;
  margin-bottom: 30px;
}
.operations-shelf-l {
  width: 260px;
  height: 319px;
  float: left;
  color: #fff;
  text-align: center;
}
.operations-shelf-l .title {
  width: 200px;
  height: 58px;
  background: url(../images/operations-shelf-l-title-bg.png);
}
.operations-shelf-l .title h1 {
  line-height: 58px;
  padding-left: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}
.operations-shelf-l .icon span {
    width: 150px;
    height: 150px;
    display: block;
    font-size: 150px;
    margin: 30px auto;
}
.operations-shelf-l .btn {
    border:2px solid #fff;
    padding:8px 30px;
    color: #fff;
    margin-top: 10px;
}
.operations-shelf-r {
  width: 940px;
  height: 319px;
  float: left;
  border-top:1px solid #dedede;
  border-left: 1px solid #dedede;
}
.operations-shelf-r > ul > li {
    width: 313px;
    height: 318px;
    float: left;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.operations-shelf-r > ul > .item-combination {
    border-bottom: 0px solid #dedede;
}
.operations-shelf-r > ul > li .big {
    width: 312px;
    height: 317px;
    display: block;
	overflow:hidden;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.operations-shelf-r > ul > li .big:hover {
    box-shadow: 2px 2px 10px 3px #eeeeee;
    position: relative;
    z-index: 1;
}
.operations-shelf-r > ul > .item-combination .small {
    width: 312px;
    height: 159px;
    border-bottom: 1px solid #dedede;
}
.operations-shelf-r > ul > .item-combination .small a {
    width: 312px;
    height: 158px;
    display: block;
	overflow:hidden;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.operations-shelf-r > ul > .item-combination .small a:hover {
    box-shadow: 2px 2px 10px 3px #eeeeee;
    position: relative;
    z-index: 2;
}
.operations-shelfitem1 .operations-shelf-l{
  background: #7569b5;
}
.operations-shelfitem1 .title h1 {
  color:#7569b5;
}
.operations-shelfitem2 .operations-shelf-l{
  background: #ffbc00;
}
.operations-shelfitem2 .title h1 {
  color:#ffbc00;
}
.operations-shelfitem3 .operations-shelf-l{
  background: #ff98aa;
}
.operations-shelfitem3 .title h1 {
  color:#ff98aa;
}
.operations-shelfitem4 .operations-shelf-l{
  background: #00c4e1;
}
.operations-shelfitem4 .title h1 {
  color:#00c4e1;
}
.operations-shelfitem5 .operations-shelf-l{
  background: #5ebf00;
}
.operations-shelfitem5 .title h1 {
  color:#5ebf00;
}

/*extended-arranty*/
.extended-arranty-banner {
    width: 1200px;
    height: 180px;
    overflow: hidden;
    margin: 0 auto 30px;
}
.extended-arranty-tools {
    margin-bottom: 30px;
}
.extended-arranty-tools .ld {
    float: left;
}
.extended-arranty-tools .ld span {
    width: 40px;
    height:40px;
    line-height: 40px;
    font-size: 40px;
    color: #34aff6;
    vertical-align: middle;
}
.extended-arranty-tools .ld p {
    width: 280px;
    height: 40px;
    padding-left: 5px;
    display: inline-block;
    line-height: 20px;
    overflow: hidden;
    vertical-align: middle;
    font-size: 12px;
}
.extended-arranty-tools .rd {
    float: right;
}
.extended-arranty-tools .rd .form-control {
    float: left;
    display: inline-block;
    width: 250px;
}
.extended-arranty-tools .rd .search-btn {
    float: left;
    width: 66px;
    height: 38px;
    border:1px solid #ccc;
    border-left: 0px;
}
.extended-arranty-tools .rd .iconfont {
    font-family: 'common';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #666666;
}
.extended-arranty-main {
    padding-bottom: 50px;
}
.extended-arranty-main .table {
    font-size: 12px;
}
.extended-arranty-main .table > thead {
    background: #f5f5f5;
    border:1px solid #dedede;
}
.extended-arranty-main .table > thead > tr > th {
    border-bottom: 1px solid #dedede;
    height: 48px;
    font-weight: normal;
    padding: 13px 16px;
    font-size: 14px;
}
.extended-arranty-main .table-bordered > thead > tr > th {
    border:0px;
}
.extended-arranty-main .extended-arranty-list-pr .img {
    float: left;
    width: 68px;
    height: 68px;
    overflow: hidden;
}
.extended-arranty-main .extended-arranty-list-pr .name{
    float: left;
    width: 166px;
    height: 68px;
    overflow: hidden;
    padding: 5px 0 0px 10px;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
}
.extended-arranty-main .table-bordered > tbody> tr > td .radio{
    width: 166px;
    height: 20px;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    overflow: hidden;
    line-height: 20px;
    text-align: left;
} 
.extended-arranty-main .table-bordered > tbody> tr > td .radio + .radio {
    margin-top: 5px;
}
.extended-arranty-main .table-bordered > tbody> tr > td .icon-cart-add {
    font-size: 20px;
    color: #534795;
}
/*maintenance-service*/

.maintenance-service-banner {
    width: 1200px;
    height: 150px;
    margin: 0 auto 30px;
}
.maintenance-service-summary {
    width: 1200px;
    height: 181px;
    border-bottom: 1px solid #dedede;
    position: relative;
}
.maintenance-service-summary .img {
    width: 220px;
    height: 150px;
    float: left;
    overflow: hidden;
}
.maintenance-service-summary .description {
    width: 670px;
    padding-left: 40px;
    float: left;
}
.maintenance-service-summary .description h1 {
    font-size: 24px;
    color: #333;
    padding-bottom: 20px;
}
.maintenance-service-summary .description p {
    font-size: 14px;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
}
.maintenance-service-summary .bg {
    width: 220px;
    height: 101px;
    position: absolute;
    right: 40px;
    bottom: 0px;
    background: url(../images/maintenance-service-summary-bg.png);
}   
.maintenance-service-detail {
    padding-top: 30px;
}
.maintenance-service-detail .nav-tabs {
    height: 48px;
    text-align: center;
    background: #f0f0f0;
    border:0px;
}
.maintenance-service-detail .nav-tabs a {
    padding: 0px 20px;
    line-height: 46px;
    display: inline-block;
    border-bottom: 2px solid #f0f0f0;
}
.maintenance-service-detail .nav-tabs a:hover {
    border:0px;
    border-bottom: 2px solid #f0f0f0;
    background:#f0f0f0; 
}
.maintenance-service-detail .nav-tabs > li.active > a,
.maintenance-service-detail .nav-tabs > li.active > a:hover,
.maintenance-service-detail .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f0f0f0;
  border: 0px;
  border-bottom: 2px solid #534795;
  cursor: default;
}
.maintenance-service-detail .nav-tabs .active a  {
    border:0px;
    background: #f0f0f0;
    border-bottom: 2px solid #534795;
}
.nav-tabs > li.active > a:focus {
    border:0px;
    background: #f0f0f0;
    border-bottom: 2px solid #534795;
}
.maintenance-service-detail .nav-tabs > li {
    display: inline-block;
    float: none;
}
.maintenance-service-detail .nav-tabs > li > a {
    border:0px;
}
.maintenance-service-detail  .tab-content {
    padding:10px;
    margin-bottom: 10px;
}
.maintenance-service-pr ul {
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
}
.maintenance-service-pr ul li {
    width: 240px;
    height: 230px;
    padding: 15px 20px;
    float: left;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.maintenance-service-pr > ul > li:hover {
    cursor: pointer;
    box-shadow: 2px 2px 10px 5px #eeeeee;
}
.maintenance-service-pr > ul > li .img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
}
.maintenance-service-pr  > ul > li .name {
    height: 24px;
    display: block;
    line-height: 24px;
    color: #333333;
    overflow: hidden;
}
.maintenance-service-pr  > ul > li .name:hover {
    color: #483882;
}
.maintenance-service-pr  > ul > li .price {
    line-height: 24px;
    color: #e90e1e;
}


.home-sidebar-r  .icon-apply {
  width: 20px;
  height: 20px;
  margin: 7px;
  display: block;
  background: url(../images/icon-apply.png);
}





