@charset "UTF-8";
/* mixin */
/* caret 三角箭头 */
/* mixin end */
body{
  min-width: 1200px;
  background-color: #fff;
}
.head-text {
    margin: 0 auto;
    width: 1200px;
    padding: 180px 0 0 50px;
    color: #fff;
}
.head-text h3 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}
.head-text p {
    margin-top: 18px;
    line-height: 24px;
    font-size: 18px;
    font-family: "Microsoft Yahei";
}
.bg {
  background-color: #f4f4f4;
}

.pd1 {
  padding: 10px 0px;
}

/*原样式*/
.isp_con {
  margin-top: 35px;
}

.isp_con .service {
  margin-bottom: 50px;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.isp_con .service .text {
  float: left;
  width: 502px;
  margin-left: 36px;
  padding-top: 20px;
  font-family: "微软雅黑";
  color: #666;
}

.isp_con .service .text h3 {
  font-weight: normal;
  font-size: 30px;
  color: #666;
  margin-bottom: 6px;
}

.isp_con .service .text h3 em {
  font-style: normal;
  color: #f57f00;
}

.isp_con .service .text p {
  font-size: 14px;
  line-height: 30px;
}

.isp_con .service .img {
  float: left;
  width: 530px;
  margin-left: 80px;
}
.isp_con.isp_con2 .service .img {
  width: 140px;
}
.isp_con.isp_con2 .service .text {
  width: 860px;
}

/* list_con */
.isp_con .isp_list {
  padding-bottom: 90px;
  border-bottom: 1px solid #dcdcdc;
}

.isp_con .list_con {
  float: left;
  width: 266px;
  margin-left: 142px;
}

.isp_con .list_con:first-child {
  margin-left: 42px;
}

.isp_con .list_con .img {
  text-align: center;
}

.isp_con .list_con .img img {
  margin: 13px 0;
}

.isp_con .list_con .text {
  font-family: "微软雅黑";
}

.isp_con .list_con .text h3 {
  text-align: center;
  line-height: 45px;
  color: #353535;
  font-size: 18px;
  font-weight: normal;
}

.isp_con .list_con .text p {
  line-height: 30px;
  color: #666;
  font-size: 14px;
  height: 120px;
  margin-bottom: 24px;
}

.isp_con .list_con .text a {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 42px;
  background: #eb6100;
  color: #fff;
  font-size: 18px;
}

.isp_con .list_con .text a:hover {
  background: #d9610d;
}

/*原样式 end*/
.cus2-intr {
  box-sizing: border-box;
  width: 480px;
  margin: 12px auto 40px;
  padding: 40px 25px 20px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 14px #ddd, -3px -3px 14px #ddd;
  -moz-box-shadow: 3px 3px 14px #ddd, -3px -3px 14px #ddd;
  box-shadow: 3px 3px 14px #ddd, -3px -3px 14px #ddd;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cus2-intr .left-img {
  float: left;
}
.cus2-intr .right-intr {
  margin-left: 130px;
}
.cus2-intr .right-intr h3 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  margin-bottom: 20px;
}
.cus2-intr .right-intr p {
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  color: #666;
  height: 112px;
}
.cus2-intr .view-btn {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #eb6100;
  border: 1px solid #eb6100;
  color: #fff;
  font-size: 16px;
  margin: 15px auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* .cus2-intr:hover {
  box-shadow: none;
} */
.cus2-intr:hover .view-btn {
  background-color: #fff;
  color: #eb6100;
}

.cus-2 {
  float: left;
  position: relative;
  top: 0;
  box-sizing: border-box;
  width: 360px;
  text-align: center;
  margin: 12px 12px 40px;
  padding: 40px 25px 20px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 14px #ddd, -3px -3px 14px #ddd;
  -moz-box-shadow: 3px 3px 14px #ddd, -3px -3px 14px #ddd;
  box-shadow: 3px 3px 14px #ddd, -3px -3px 14px #ddd;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cus-2 .img {
  text-align: center;
  width: auto;
  max-width: 100%;
}
.cus-2 .img img {
  width: auto;
  max-width: 100%;
}
.cus-2 .text {
  margin: 1em 0px;
  padding: 0 1em;
  text-align: center;
}
.cus-2 .text h3 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  margin-bottom: 20px;
}
.cus-2 .text p {
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  color: #666;
  height: 112px;
}
.cus-2 .view-btn {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #eb6100;
  border: 1px solid #eb6100;
  color: #fff;
  font-size: 16px;
  margin: 15px auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cus-2:hover {
  top: -5px;
}
.cus-2:hover .view-btn {
  background-color: #fff;
  color: #eb6100;
}



.top-intr {
  zoom: 1;
  background-color: #fff;
  padding: 40px 20px;
  margin-bottom: 50px;
}
.top-intr:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
.top-intr .cont {
  width: 900px;
  margin-right: 50px;
  float: left;
}
.top-intr .cont h3 {
  font-size: 24px;
  color: #353535;
  margin-bottom: 20px;
  font-weight: normal;
}
.top-intr .cont p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.top-intr .img {
  float: left;
  width: 200px;
  text-align: center;
}
.top-intr .img img {
  width: auto;
  max-width: 100%;
}

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

/*优势*/
.advantage_con {
  width: 560px;
  float: left;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 78px;
  margin-right: 35px;
  -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;
}

.advantage_con .img {
  width: 77px;
  float: left;
  margin-right: 30px;
}

.advantage_con .text {
  float: left;
  width: 380px;
  font-family: "微软雅黑";
}

.advantage_con .text h3 {
  color: #ff8401;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 6px;
}

.advantage_con .text p {
  font-size: 14px;
  color: #3f3d3d;
  line-height: 30px;
}

/*优势 end*/
/* 国内点对点 */
/* guonei_text2 */
.guonei_text2 {
  margin-bottom: 58px;
}

.guonei_text2 .left,
.guonei_text2 .right {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 50px;
  padding-right: 34px;
}

.guonei_text2 .title {
  font-size: 24px;
  color: #353535;
  padding-bottom: 14px;
  border-bottom: 3px solid #e5e5e5;
  position: relative;
  font-weight: normal;
  margin-bottom: 28px;
}

.guonei_text2 .title span {
  display: block;
  width: 156px;
  height: 3px;
  background: #ff9a2f;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.guonei_text2 p {
  width: 489px;
  margin: 0 auto;
  font-size: 14px;
  color: #3f3d3d;
  line-height: 30px;
}

/* 国内点对点 end */
.attr-item {
  width: 220px;
  background-color: #fff;
  padding: 25px 0;
  margin: 0 auto;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.attr-item:hover {
  -webkit-box-shadow: 3px 3px 10px #f4e5d6, -3px -3px 10px #f4e5d6;
  -moz-box-shadow: 3px 3px 10px #f4e5d6, -3px -3px 10px #f4e5d6;
  box-shadow: 3px 3px 10px #f4e5d6, -3px -3px 10px #f4e5d6;
}
.attr-item .img {
  max-width: 100%;
  text-align: center;
}
.attr-item .img img {
  width: auto;
  max-width: 100%;
}
.attr-item .intr {
  margin-top: 25px;
  text-align: center;
  padding: 10px 15px;
}
.attr-item .intr h4 {
  color: #353535;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}
.attr-item .intr p {
  line-height: 24px;
  font-size: 14px;
  color: #666;
  min-height: 96px;
  overflow: hidden;
}

.bot-image {
  width: 100%;
  padding: 30px 0px;
  background-color: #fff;
  margin-bottom: 40px;
  text-align: center;
}

/*办公楼宽带*/
.page_color {
  color: #ff7200;
}
.i_intr {
  margin-bottom: 30px;
}
.i_intr .sort {
  font-size: 40px;
  color: #b1b1b1;
}
.i_intr .title {
  color: #ff7200;
  font-size: 22px;
  line-height: 36px;
}
.i_intr .intr_text {
  line-height: 36px;
  color: #666;
}

.fun_item {
  width: 220px;
  margin: 0 auto;
  padding: 20px 10px;
  border: 2px solid #f4f4f4;
}
.fun_item:hover {
  box-shadow: 2px 10px 10px #d7d7d7;
  -webkit-box-shadow: 2px 10px 10px #d7d7d7;
  -ms-box-shadow: 2px 10px 10px #d7d7d7;
}
.fun_item .title {
  font-size: 22px;
  margin: 20px auto;
}
.fun_item .intr {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.fun_item .img {
  width: 72px;
  height: 72px;
  margin: 10px auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fun_item .img1 {
  background-image: url(/template/Home/AllNew/PC/Static/images/isp/building/img_01.png);
}
.fun_item:hover .img1 {
  background-image: url(/template/Home/AllNew/PC/Static/images/isp/building/img_01_active.png);
}
.fun_item .img2 {
  background-image: url(/template/Home/AllNew/PC/Static/images/isp/building/img_02.png);
}
.fun_item:hover .img2 {
  background-image: url(/template/Home/AllNew/PC/Static/images/isp/building/img_02_active.png);
}
.fun_item .img3 {
  background-image: url(/template/Home/AllNew/PC/Static/images/isp/building/img_03.png);
}
.fun_item:hover .img3 {
  background-image: url(/template/Home/AllNew/PC/Static/images/isp/building/img_03_active.png);
}
.fun_item .img4 {
  background-image: url(/template/Home/AllNew/PC/Static/images/isp/building/img_04.png);
}
.fun_item:hover .img4 {
  background-image: url(/template/Home/AllNew/PC/Static/images/isp/building/img_04_active.png);
}

.sence {
  width: 95%;
  margin: 0 auto;
}
.sence .sence_top {
  margin-bottom: 20px;
}
.sence .sence_top .name {
  color: #000;
  font-size: 22px;
  line-height: 50px;
}
.sence .sence_top .bg {
  width: 100%;
  height: 3px;
  background-color: #e5e5e5;
}
.sence .sence_top .bg .line {
  width: 166px;
  height: 3px;
  background-color: #ff7200;
}
.sence_body .title {
  font-size: 18px;
  color: #000;
  line-height: 30px;
}
.sence_body ul.list {
  margin-left: 25px;
  margin-bottom: 15px;
}
.sence_body ul.list li {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  list-style: disc;
}

.adva-intr {
  box-sizing: border-box;
  width: 480px;
  margin: 12px auto 40px;
  padding: 40px 25px 20px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 14px #ddd, -3px -3px 14px #ddd;
  -moz-box-shadow: 3px 3px 14px #ddd, -3px -3px 14px #ddd;
  box-shadow: 3px 3px 14px #ddd, -3px -3px 14px #ddd;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.adva-intr .left-img {
  float: left;
}
.adva-intr .right-intr {
  margin-left: 100px;
}
.adva-intr .right-intr h3 {
  font-size: 22px;
  color: #ff7200;
  font-weight: 700;
  margin-bottom: 20px;
}
.adva-intr .right-intr p {
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  color: #666;
  height: 112px;
}
.adva-intr .view-btn {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #eb6100;
  border: 1px solid #eb6100;
  color: #fff;
  font-size: 16px;
  margin: 15px auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.adva-intr:hover .view-btn {
  background-color: #fff;
  color: #eb6100;
}

.fun_item2 {
  width: 260px;
  margin: 0 auto;
  padding: 20px 10px;
  border: 2px solid #f4f4f4;
}
.fun_item2:hover {
  box-shadow: 2px 10px 10px #d7d7d7;
  -webkit-box-shadow: 2px 10px 10px #d7d7d7;
  -ms-box-shadow: 2px 10px 10px #d7d7d7;
}
.fun_item2 .title {
  font-size: 18px;
  margin: 20px auto;
}
.fun_item2 .color_line {
  width: 168px;
  height: 4px;
  margin: 25px auto;
  background-color: #ff7200;
}
.fun_item2 .intr {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.fun_item2 .img {
  width: 108px;
  height: 108px;
  margin: 10px auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fun_item2 .img1 {
  background-image: url(/template/Home/AllNew/PC/Static/images/isp/cloudLine/03.01.jpg);
}
.fun_item2 .img2 {
  background-image: url(/template/Home/AllNew/PC/Static/images/isp/cloudLine/03.02.jpg);
}
.fun_item2 .img3 {
  background-image: url(/template/Home/AllNew/PC/Static/images/isp/cloudLine/03.03.jpg);
}
.fun_item2 .img4 {
  background-image: url(/template/Home/AllNew/PC/Static/images/isp/cloudLine/03.04.jpg);
}

a.btn-line {
    display: inline-block;
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 10px auto;
    background-color: #108cee;
    color: #fff;
    font-size: 14px;
}

.pack-buy-box {
  width: 100%;
}
.pack-buy-warn {
  height: 42px;
  line-height: 42px;
  color: #fff;
  background: #ff5400;
}
.pack-buy-warn>span {
  margin-left: 32px;
  padding-left: 29px;
  background: url(./img/20191111/warn-icon.png) no-repeat left;
}
.pack-buy-box .formTable{
  padding: 10px 0 10px 35px;
}
.formTable th {
font-size: 14px;
font-weight: normal;
color: #666;
text-align: left;
width: 90px;
vertical-align: top;
padding-top: 20px;
}
.formTable tr {
height: 57px;
}
.formTable td {
padding: 12px 0 9px 10px;
}
button.aui_state_highlight.group-btn {
  background: #ff7f00;
  padding: 0px 120px;
  line-height: 40px;
  height: 40px;
}
#seckillPrice {
  color: #ff6600;
  font-size: 18px;
  font-weight: 700;
}
.block-title {
    margin: 20px 0px;
}
