@charset "UTF-8";
/* mixin */
/* caret 三角箭头 */
/* mixin end */
body{
  min-width: 1200px;
  background-color: #fff;
}
.city_nav {
  width: 100%;
  height: 44px;
  padding: 16px 0;
  background: #fbfbfb;
  -webkit-box-shadow: 0 4px 12px #ccc;
  -moz-box-shadow: 0 4px 12px #ccc;
  box-shadow: 0 4px 12px #ccc;
}
.city_nav li {
  float: left;
  position: relative;
  font-size: 16px;
}
.city_nav li a {
  display: block;
  width: 166px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-left: 1px solid #e5e5e5;
}
.city_nav li span {
  display: block;
  position: absolute;
  right: 14px;
  top: 14px;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.city_nav li.active a {
  color: #008ffe;
}
.city_nav li:hover .sub_box {
  display: block;
  background-color: #fbfbfb;
}
.city_nav .sub_box {
  position: absolute;
  display: none;
  z-index: 1;
  padding-bottom: 15px;
  -webkit-box-shadow: 0 4px 12px #cbc9ca;
  box-shadow: 0 4px 12px #cbc9ca;
}
.city_nav .sub_box a {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  border-left: none;
}

.fl {
  float: left;
}

.idc-bg {
  background-color: #f4f4f4;
  padding: 40px 0px;
}

.pad-no {
  padding-top: 1px;
}

/* 内部轮播 */
.introduction {
  position: relative;
  padding: 30px;
  background-color: #fff;
}

.introduction .left {
  width: 490px;
  margin: 0 50px 0 10px;
}
.introduction .left img {
  width: 100%;
  max-width: 100%;
}

.introduction .left .introduction_show {
  height: 106px;
  width: 490px;
  position: relative;
  background: #f4f4f4;
  margin-top: 20px;
}

.introduction .left .introduction_show .show_con {
  position: absolute;
  top: 10px;
  left: 40px;
  width: 345px;
  height: 80px;
  margin-left: 35px;
  overflow: hidden;
}

.introduction .left .introduction_show .show_con ul {
  width: 1000px;
}

.introduction .left .introduction_show .show_con li {
  float: left;
  border: 2px solid #F4F4F4;
  width: 104px;
  height: 76px;
  margin-right: 9px;
}

.introduction .left .introduction_show .show_con li img {
  width: 104px;
  height: 76px;
}

.introduction .left .introduction_show .show_con li.active {
  border: 2px solid #1d66aa;
}

.introduction .left .introduction_show .show_bnt a {
  display: block;
  width: 14px;
  height: 22px;
  position: absolute;
  top: 38px;
  background: url(/template/Home/AllNew/PC/Static/images/trusteeship/al.png) no-repeat;
}

.introduction .left .introduction_show .show_bnt a.pre {
  left: 16px;
}

.introduction .left .introduction_show .show_bnt a.next {
  right: 16px;
  background-position-x: -18px;
}

.introduction .right {
  width: 570px;
}
.introduction .right p {
  line-height: 30px;
  font-size: 14px;
}

.introduction .right em {
  color: #ff001e;
}

.right .kouhao {
  position: absolute;
  bottom: 30px;
  display: block;
  width: 570px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  background: #00a0e9;
  color: #ffffff;
}

.introduction .right p {
  font-size: 14px;
  color: #666;
}
.introduction .right p.indent {
  padding-left: 20px;
}

.right .cuxiao {
  position: absolute;
  bottom: 80px;
}
.right .cuxiao:hover a {
  color: #008ffe;
}
.right .cuxiao img {
  margin-left: 10px;
}

/* 数据中心特点 */
.trait .tab_nav {
  position: relative;
  height: 70px;
  width: 1056px;
  margin: 0 auto;
  margin-bottom: 50px;
}

/* .trait .tab_nav .tav_nav_span span {
    position: absolute;
    display: block;
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: #00a0e9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
} */
.trait .tab_nav .tav_nav_span span.right {
  right: 0;
}

.trait .tab_nav ul {
  width: 855px;
  margin: 0 auto;
}

.trait .tab_nav li {
  position: relative;
  float: left;
  line-height: 70px;
  margin-right: 70px;
  background-color: #f7f7f7;
  padding: 0 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.trait .tab_nav li a {
  display: block;
  height: 70px;
  font-size: 16px;
  color: #555555;
}
.trait .tab_nav li:before {
  position: absolute;
  content: '';
  display: block;
  bottom: -7px;
  left: 50%;
  margin-left: -12px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 7px solid #f7f7f7;
}
.trait .tab_nav li:hover, .trait .tab_nav li.active {
  background-color: #00a0e9;
  -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;
}
.trait .tab_nav li:hover a, .trait .tab_nav li.active a {
  color: #fff;
}
.trait .tab_nav li:hover:before, .trait .tab_nav li.active:before {
  border-top-color: #00a0e9;
}
.trait .tab_nav li span {
  display: block;
  width: 70px;
  height: 58px;
  background: url(/template/Home/AllNew/PC/Static/images/trusteeship/dot.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 100%;
  top: 0;
}

.trait .tab_nav li
.trait .tab_nav li:hover span,
.trait .tab_nav li.active span {
  display: block;
}

/* .trait .tab_item { width:1056px; height:350px; margin:0 auto; margin-bottom:50px; background:url(../image/ct.jpg) bottom right no-repeat; } */
.trait .tab_item {
  width: 1044px;
  height: 380px;
  margin: 0 auto;
  margin-bottom: 50px;
  background: url(/template/Home/AllNew/PC/Static/images/trusteeship/ct.png) bottom right no-repeat;
}

.trait .tab_item h3 {
  font-size: 24px;
  font-weight: normal;
  color: #00a0e9;
  margin-bottom: 10px;
}

.trait .tab_item li {
  color: #585858;
  line-height: 36px;
}

.trait .tab_item li span {
  display: block;
  width: 6px;
  height: 6px;
  background: #585858;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin: 16px 6px 0 6px;
}

/* .trait .tab_item li a { color:#585858; } */
.trait .tab_item li a {
  color: #585858;
  font-size: 14px;
  display: inline-block;
  width: 590px;
}
