@charset "UTF-8";
/* mixin */
/* caret 三角箭头 */
/* mixin end */
body {
    min-width: 1200px;
}
.abouts {
  width: 1200px;
  height: 390px;
  margin: 0 auto;
  box-sizing: border-box;
}
.abouts ul li {
  width: 370px;
  min-height: 100px;
  float: left;
  padding: 15px;
  margin: 10px 0;
  box-sizing: border-box;
}
.abouts ul li div.bg {
  height: 100px;
  width: 100px;
  float: left;
  background: url(/template/Home/AllNew/PC/Static/images/rentingserver/icon.png) no-repeat;
  color: #333;
}
.abouts ul li div.info {
  background: none;
}
.abouts ul li div.info h3 {
  font-size: 24px;
  line-height: 50px;
  color: #555;
  font-weight: normal;
}
.abouts ul li div.info p {
  color: #b4b4b4;
  font-size: 14px;
  line-height: 24px;
}
.abouts ul li.abouts_bg1 .bg {
  background-position: 0 10px;
}
.abouts ul li.abouts_bg4 .bg {
  background-position: 0 -90px;
}
.abouts ul li.abouts_bg6 .bg {
  background-position: 0 -582px;
}
.abouts ul li.abouts_bg2 .bg {
  background-position: 0 -205px;
}
.abouts ul li.abouts_bg5 .bg {
  background-position: 0 -315px;
}
.abouts ul li.abouts_bg3 .bg {
  background-position: 0 -450px;
}

.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;
}

.saleServer {
  height: 310px;
  width: 100%;
}

.brandLeft h3 {
  font-size: 24px;
  line-height: 50px;
  margin-top: 30px;
  color: #ff7200;
  font-weight: normal;
}

.brandLeft h3 span {
  color: #ff7200;
}

.saleServer img {
  display: block;
  float: right;
  margin-top: 40px;
}

.brandLeft {
  float: left;
  text-indent: 25px;
  width: 780px;
}

.brandLeft p {
  width: 100%;
  color: #666;
  font-size: 14px;
  margin: 10px 0;
}

.brandLeft p a {
  padding-left: 30px;
  color: #ff7200;
}

/* 原样式 */
.overseas {
  width: 1200px;
  height: 560px;
  overflow: hidden;
  margin: 30px auto 0;
}

.overseas ul {
  width: 1200px;
  height: 520px;
}

.overseas ul li {
  float: left;
  width: 278px;
  height: 450px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  margin-right: 20px;
  padding: 30px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.overseas ul li:hover {
  -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;
}
.overseas ul li:hover a.chat-btn {
  background-color: #138fda;
  color: #fff;
}

.overseas ul li h3 {
  text-align: center;
  color: #1d8be7;
  font-size: 24px;
  font-weight: bold;
}

.overseas ul li img {
  display: block;
  border: none;
  margin: 15px auto;
  width: 190px;
}

.overseas ul li p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}

.overseas ul li .info {
  padding: 15px 25px 0px 48px;
  text-align: left;
  margin-bottom: 20px;
  min-height: 156px;
}

.overseas ul li p strong {
  font-size: 24px;
  color: #f80808;
  font-weight: bold;
}

.overseas ul li p.month {
  margin-top: 25px;
}

.overseas ul li p i {
  font-style: normal;
  color: #379aff;
}

.overseas ul li p a.chat-btn {
  text-align: center;
  display: block;
  width: 150px;
  height: 34px;
  border: 1px solid #138fda;
  margin: 20px auto;
  text-indent: 0px;
  color: #138fda;
  background: #fff;
  line-height: 34px;
  border-radius: 3px;
  font-size: 14px;
  margin-top: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.overseas ul li p.bot-p i {
  color: #1d8be7;
  font-size: 14px;
}

/* 原样式 end */
