@charset "UTF-8";
/* mixin */
/* caret 三角箭头 */
/* mixin end */
body{
  min-width: 1200px;
  background-color: #fff;
}
.bg {
  background-color: #f4f4f4;
}

.pd1 {
  padding: 10px 0px;
}

.pd-b-5 {
  padding-bottom: 50px;
}

.ad-item {
  padding: 30px;
  width: 480px;
  margin: 20px auto;
  -webkit-box-shadow: 3px 3px 10px #dcdcdc, -3px -3px 10px #dcdcdc;
  -moz-box-shadow: 3px 3px 10px #dcdcdc, -3px -3px 10px #dcdcdc;
  box-shadow: 3px 3px 10px #dcdcdc, -3px -3px 10px #dcdcdc;
}
.ad-item .top {
  zoom: 1;
}
.ad-item .top:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
.ad-item .top .img {
  float: left;
}
.ad-item .top h3 {
  margin-left: 90px;
  font-size: 24px;
  color: #ff7e00;
  line-height: 75px;
}
.ad-item .intr p {
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.img-item {
  text-align: center;
  margin-top: 25px;
}
.img-item img {
  margin: 15px 0;
}
.img-item h4 {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.img-item p {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
  color: #fff;
}

.sys_tab_03 {
  text-align: center;
}
.sys_tab_03 ul.tab-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  zoom: 1;
  display: inline-block;
  margin: 4px auto;
}
.sys_tab_03 ul.tab-list:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
.sys_tab_03 ul.tab-list > li {
  float: left;
  height: 40px;
  line-height: 40px;
  margin-right: -1px;
  position: relative;
  border: 1px solid #dcdcdc;
}
.sys_tab_03 ul.tab-list > li.active {
  border-color: #138fda;
}
.sys_tab_03 ul.tab-list > li.active a {
  color: #fff;
  font-weight: bold;
  background-color: #138fda;
}
.sys_tab_03 ul.tab-list > li:last-child {
  margin-right: 0;
}
.sys_tab_03 ul.tab-list > li:hover:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #2a5398;
}
.sys_tab_03 ul.tab-list > li > a {
  display: block;
  color: #666;
  font-size: 14px;
  font-weight: normal;
  padding-left: 15px;
  padding-right: 15px;
}
.sys_tab_03 .tab-content-box {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 20px;
}
.sys_tab_03 .tab-content-box .tab-panel {
  display: none;
}
.sys_tab_03 .tab-content-box .tab-panel.active {
  display: block;
}

.v-box {
  zoom: 1;
}
.v-box:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
.v-box .v-item {
  background-color: #fff;
  float: left;
  width: 340px;
  margin: 0 auto;
  margin-right: 20px;
  padding: 40px 20px 30px;
}
.v-box .v-item:hover .cont a.chat-btn {
  background-color: #ff7e00;
  color: #fff;
}
.v-box .v-item .title {
  font-size: 24px;
  text-align: center;
  color: #333;
}
.v-box .v-item .line {
  height: 1px;
  width: 320px;
  background-color: #aaa;
  margin: 30px auto 15px;
}
.v-box .v-item .cont ul {
  min-height: 320px;
  padding-left: 45px;
}
.v-box .v-item .cont ul li {
  list-style-type: disc;
  text-align: left;
  line-height: 28px;
  color: #666;
  font-size: 14px;
}
.v-box .v-item .cont p.price {
  font-size: 14px;
  color: #3b3b3b;
}
.v-box .v-item .cont p.price span.red {
  font-size: 24px;
  color: #f94856;
}
.v-box .v-item .cont a.chat-btn {
  display: block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  margin: 20px auto;
  color: #ff7e00;
  border: 1px solid #ff7e00;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

p.tip {
  margin-top: 30px;
  zoom: 1;
}
p.tip:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
p.tip span {
  font-size: 14px;
  color: #999;
}
p.tip .left {
  float: left;
}
p.tip .right {
  float: right;
}

/* 星级服务*/
.standard {
  width: 1200px;
  height: 640px;
  text-align: left;
  overflow: hidden;
}

.standard .standardNav {
  width: 750px;
  height: 60px;
  margin: 0 auto 40px;
}

.standard .standardNav li {
  float: left;
  width: 130px;
  height: 55px;
  margin: 0 10px;
  text-align: center;
  line-height: 55px;
  font-size: 18px;
  color: #666;
  cursor: pointer;
}

.standard .standardNav li.cur {
  color: #02ADEE;
  border-bottom: 5px solid #02ADEE;
}

.standard .standardCen {
  height: 640px;
  width: 1200px;
  background: #fff;
}

.standard .standardCen img {
  float: left;
  width: 235px;
  height: 640px;
  display: block;
}

.standard .standardCen .staCent {
  width: 905px;
  float: left;
  padding-top: 10px;
  padding-left: 60px;
}

.standard .standardCen .staCent h3 {
  font-size: 24px;
  color: #ff7e00;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: bold;
}

.standard .standardCen .staCent dl {
  width: 879px;
  height: 36px;
  line-height: 36px;
}

.standard .standardCen .staCent dl.active dt,
.standard .standardCen .staCent dl.active dd {
  background: #fff;
}

.standard .standardCen .staCent dl.staBg {
  height: 70px;
}

.standard .standardCen .staCent dl dt {
  float: left;
  width: 135px;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  font-size: 12px;
}

.standard .standardCen .staCent dl.staBg dt {
  height: 70px;
  line-height: 70px;
}

.standard .standardCen .staCent dl dd {
  width: 660px;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  float: left;
  padding-left: 50px;
  font-size: 12px;
  color: #888;
}

.listItem h4 {
  font-size: 20px;
  color: #888;
  font-weight: bold;
}

.listItem ul li {
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #888;
  /* text-indent: 2em; */
  padding-left: 2em;
  padding-right: 4em;
}

.starpirce {
  width: 915px;
  float: left;
  height: 80px;
  line-height: 70px;
  text-align: right;
}

.starpirce span {
  font-size: 30px;
  color: #ff7800;
}

.starpirce a {
  padding: 5px 25px;
  background: #ff7800;
  font-size: 16px;
  color: #fff;
  margin: 0 20px;
}

/*星级服务 end*/
.core-item {
  min-height: 260px;
  text-align: center;
  -webkit-box-shadow: 3px 3px 10px #fff6ee, -3px -3px 10px #fff6ee;
  -moz-box-shadow: 3px 3px 10px #fff6ee, -3px -3px 10px #fff6ee;
  box-shadow: 3px 3px 10px #fff6ee, -3px -3px 10px #fff6ee;
  /* -webkit-box-shadow: 3px 3px 12px #eee, -3px -3px 12px #eee;
  -moz-box-shadow: 3px 3px 12px #eee, -3px -3px 12px #eee;
  box-shadow: 3px 3px 12px #eee, -3px -3px 12px #eee; */
  margin: 40px 15px;
  padding: 30px 15px;
}
.core-item .img {
  text-align: center;
  margin-bottom: 30px;
}
.core-item h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}
.core-item p.desc {
  color: #999;
  line-height: 24px;
  font-size: 14px;
}
.core-item:hover h3 {
  color: #ff7e00;
}

/* 代维 */
dl, dt, dd, ol, ul, li {
  text-align: left;
  font-size: 14px;
}

.topNav ul {
  width: 1200px;
  height: 60px;
}

#deviNav3.topNav ul {
  width: 900px;
  height: 60px;
  margin: auto;
}

.topNav ul li {
  width: 300px;
  height: 60px;
  float: left;
  cursor: pointer;
}

#deviNav ul li {
  width: 200px;
}

.topNav ul li.active {
  background-image: url(/template/Home/AllNew/PC/Static/images/maintenance/anli.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.topNav ul li a {
  width: 300px;
  height: 50px;
  display: block;
  border: 1px solid #e5e5e5;
  border-right: none;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #282828;
  text-decoration: none;
}

#deviNav ul li a {
  width: 200px;
  font-size: 16px;
  color: #666;
}

#deviNav3 ul li a,
#deviNav4 ul li a,
#deviNav5 ul li a {
  font-size: 16px;
  color: #666;
}

#deviSite ul li a,
#deviSite3 ul li a {
  font-size: 16px;
  color: #666;
}

.topNav ul li.vipLast a {
  border-right: 1px solid #e5e5e5;
}

.topNav ul li a:hover {
  background: #eee;
  color: #f60;
}

#deviSite3 ul li a:hover {
  background: #eee;
  color: #666;
}

.topNav ul li.active a {
  border-bottom: none;
  color: #fff;
  background: none;
}

#deviSite ul li.cur a,
#deviNav ul li.cur a,
#deviNav3 ul li.cur a,
#deviNav4 ul li.cur a,
#deviNav5 ul li.cur a {
  border-bottom: none;
  color: #fff;
}

.deviWarp ol li {
  color: #666;
}

.centent {
  width: 1200px;
  margin: 0 auto;
  height: auto;
  font-size: 14px;
  color: #8a8a8a;
  overflow: hidden;
}

.deviCentent {
  width: 1200px;
  height: auto;
  margin: 22px 0 88px;
  overflow: hidden;
}

.deviCentent div.deviWarp {
  width: 1200px;
  height: auto;
  padding-top: 5px;
  background-color: #02adee;
  border-left: 1px solid #e5e5e5;
  overflow: hidden;
}

.deviCentent div.deviWarp dl,
.deviCentent div.deviWarp ul {
  height: 50px;
  width: 1200px;
}

.deviCentent div.deviWarp dl {
  height: 52px;
}

.deviCentent div.deviWarp ul {
  background: #f4f9ff;
}

.deviCentent div.deviWarp dl dd,
.deviCentent div.deviWarp p,
.deviCentent div.deviWarp ul li {
  width: 258px;
  height: auto;
  float: left;
  border-right: 1px solid #e5e5e5;
  height: 50px;
  text-align: center;
  font-size: 16px;
}

.deviCentent div.deviWarp p {
  height: 278px;
  /* height: 305px\9; */
  border-bottom: 1px solid #e5e5e5;
  padding-top: 180px;
}

.deviCentent div.deviWarp dd.red {
  background: #f7f7f7;
}

.deviCentent div.deviWarp dd a,
.deviCentent div.deviWarp p a {
  display: block;
  width: 120px;
  height: 30px;
  margin: 0 auto;
  line-height: 30px;
  color: #fff;
  background: #f7931e;
  border-radius: 5px;
}

.deviCentent div.deviWarp dl {
  background: #fff;
}

.deviCentent div.deviWarp dl dt:hover dd.red,
.deviCentent div.deviWarp dl:hover,
.deviCentent div.deviWarp dl dd.red:hover {
  background: #fff7eb;
}

.deviCentent div.deviWarp dd a {
  margin-top: 10px;
}

.deviCentent div.deviWarp ul li.deviWk {
  width: 680px;
}

.deviCentent div.deviWarp dl dt {
  width: 600px;
  float: left;
  height: 50px;
  line-height: 50px;
  border-right: 1px solid #e5e5e5;
  padding-left: 80px;
  border-bottom: 1px solid #e5e5e5;
}

.deviCentent div.deviWarp ul li {
  border-bottom: 1px solid #e5e5e5;
  line-height: 50px;
}

.deviCentent div.deviWarp ul.deviWarpFisrt li {
  color: #282828;
  font-weight: bold;
  letter-spacing: 2px;
}

.deviCentent div.deviWarp dl dd {
  line-height: 50px;
  background: none;
  border-bottom: 1px solid #e5e5e5;
}

li span.price,
.deviCentent div.deviWarp dl dd span {
  color: red;
  font-size: 14px;
  font-weight: bold;
}

.deviCentent div.deviWarp ol {
  width: 680px;
  float: left;
  background: #fff;
  border-right: 1px solid #e5e5e5;
}

.deviCentent div.deviWarp ol li {
  height: 50px;
  line-height: 50px;
  /* height:53px\9;
  line-height:53px\9; */
  border-bottom: 1px solid #e5e5e5;
  padding-left: 80px;
}

.deviSite {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 50px auto 100px;
  background-color: #fff;
}

.siteWarp {
  width: 1200px;
  height: auto;
  overflow: hidden;
  background: url(/template/Home/AllNew/PC/Static/images/maintenance/devi.png) repeat-y 303px 0;
}

.deviSite .siteNav {
  width: 1199px;
  height: 50px;
  background: #fff;
  border-top: 5px solid #02adee;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: none;
}

.deviSite .siteNav ul {
  width: 1199px;
  height: 50px;
  background: #f4f9ff;
}

.deviSite .siteWarp ol {
  width: 1199px;
  height: 50px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.deviSite .siteWarp ol:hover {
  background: #fff7eb;
}

.deviSite .siteWarp ol li,
.deviSite .siteNav ul li {
  width: 208px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  float: left;
  border-left: 1px solid #e5e5e5;
}

.deviSite .siteWarp ol li,
.deviWarp dl dt,
.deviWarp dl dd {
  font-size: 14px;
  font-weight: normal;
  color: #666;
}

.deviSite .siteWarp ol li.site_li,
.deviSite .siteNav ul li.site_li {
  width: 745px;
}

.deviSite .siteWarp ol li.site_li1,
.deviSite .siteNav ul li.site_li1 {
  width: 242px;
}

.deviSite .siteWarp ol li a {
  background: #f7931e;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
}

#contentChange .deviWarp ul li {
  font-size: 14px;
}

#contentChange .deviWarp dd a {
  background: #f7931e;
  color: #fff;
  /* padding: 5px 20px; */
  border-radius: 5px;
  font-size: 14px;
  height: 29px;
  line-height: 29px;
  width: 96px;
}

.deviSite .siteWarp ol li.site_li dl {
  width: 745px;
  height: 50px;
}

.deviSite .siteWarp ol li.site_li dl dt {
  width: 271px;
  height: 50px;
  float: left;
  border-right: 1px solid #e5e5e5;
  text-align: left;
  padding-left: 30px;
}

.deviSite .siteWarp ol li.site_li dl dd {
  width: 413px;
  height: 50px;
  float: left;
  text-align: left;
  padding-left: 30px;
}

.deviPlan {
  width: 1200px;
  height: auto;
  margin: 30px auto 80px;
}

/* 代维end */


/* 等保 */
.deviW{
  width: 87%;
  margin: auto;
  text-align: left;
  height: auto;
  overflow: hidden;
}
.deviW span{
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #888;
    /* text-indent: 2em; */
    padding-left: 2em;
    padding-right: 4em;
}
.deviW h4{
    font-size: 20px;
    color: #888;
    font-weight: bold;
}



/* 等保end */
