@charset "UTF-8";
/* mixin */
/* caret 三角箭头 */
/* mixin end */
body {
    min-width: 1200px;
}
.head-text {
    margin: 0 auto;
    width: 1200px;
    padding: 200px 0 0 50px;
    color: #fff;
}
.head-text h3 {
    font-size: 38px;
    color: #fff;
    font-weight: normal;
}
.head-text p {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
}
.cus-media {
  padding: 45px 20px 80px;
  width: 245px;
  margin: 0 auto 50px;
  text-align: center;
  -webkit-box-shadow: 3px 3px 10px #ddd;
  -moz-box-shadow: 3px 3px 10px #ddd;
  box-shadow: 3px 3px 10px #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-media:hover {
  margin-top: -3px;
}
.cus-media > img {
  width: 100px;
  height: 100px;
}
.cus-media h4 {
  margin: 25px;
  font-size: 18px;
  font-weight: 700;
  color: #1c2334;
}
.cus-media p {
  font-size: 14px;
  color: #777;
  line-height: 24px;
}

.cus-media2 {
  text-align: center;
  width: 366px;
  margin: 20px auto 50px;
}
.cus-media2 img {
  max-width: 100%;
  width: 100%;
}
.cus-media2 p {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin: 10px;
}

div.more-prod {
  width: 200px;
  height: 50px;
  line-height: 50px;
  background-color: #ff7200;
  color: #fff;
  font-size: 18px;
  text-align: center;
  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;
}
div.more-prod:hover {
  background-color: #ff9742;
}
div.more-prod a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.adva-item {
  text-align: center;
  width: 380px;
  margin: 25px auto;
  background-color: #fff;
  padding: 50px 0px;
  -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-item:hover {
  -webkit-box-shadow: 3px 3px 10px white, -3px -3px 10px white;
  -moz-box-shadow: 3px 3px 10px white, -3px -3px 10px white;
  box-shadow: 3px 3px 10px white, -3px -3px 10px white;
}
.adva-item > img {
  width: 70px;
  height: 70px;
}
.adva-item .t1 {
  font-size: 18px;
  color: #333;
  margin: 20px;
}
.adva-item .t2 {
  font-size: 14px;
  color: #777;
  line-height: 24px;
}

.product-item {
  margin: 35px auto;
  padding: 24px 20px 50px;
  background-color: #fff;
  width: 280px;
  border: 1px solid #dcdcdc;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.product-item:hover {
  -webkit-box-shadow: 3px 3px 10px white, -3px -3px 10px white;
  -moz-box-shadow: 3px 3px 10px white, -3px -3px 10px white;
  box-shadow: 3px 3px 10px white, -3px -3px 10px white;
}
.product-item:hover h3 {
  color: #ff7200;
}
.product-item:hover a.btn-chat {
  background-color: #008eed;
  color: #fff;
}
.product-item h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 15px;
  font-weight: normal;
}
.product-item h3 span.hot {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  position: relative;
  background-color: #ff7200;
  padding: 3px;
  margin-left: 8px;
  vertical-align: middle;
}
.product-item h3 span.hot:after {
  content: '';
  border-left: 3px solid transparent;
  border-top: 3px solid transparent;
  border-right: 3px solid #ff7200;
  border-bottom: 3px solid #ff7200;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0px;
  left: -4px;
}
.product-item p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 15px;
}
.product-item p span {
  color: #ff7200;
  font-size: 20px;
}
.product-item p.mid-link {
  margin-top: 20px;
}
.product-item p.mid-link a {
  cursor: default;
}
.product-item a.btn-chat {
  margin-top: 20px;
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #008eed;
  color: #5b5b5b;
  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;
}

.services-box {
  border: 1px solid #dcdcdc;
  width: 360px;
  margin: 50px 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;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services-box:hover .item-bottom .bt-more {
  background-color: #ff7e00;
}
.services-box:hover .item-bottom .bt-more a {
  color: #fff;
}
.services-box .item-top {
  background-color: #ff7e00;
  padding: 30px 0px;
  text-align: center;
}
.services-box .item-top h4 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
}
.services-box .item-top h4 span.hui {
  position: relative;
  display: inline-block;
  background-color: #00c7eb;
  color: #fff;
  padding: 2px 5px;
  margin-left: 10px;
  font-size: 16px;
}
.services-box .item-top h4 span.hui:after {
  content: '';
  border-left: 3px solid transparent;
  border-top: 3px solid transparent;
  border-right: 3px solid #00c7eb;
  border-bottom: 3px solid #00c7eb;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0px;
  left: -4px;
}
.services-box .item-top p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.services-box .item-middle {
  zoom: 1;
  margin: 30px 0;
}
.services-box .item-middle:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
.services-box .item-middle .left,
.services-box .item-middle .mid,
.services-box .item-middle .right {
  float: left;
  width: 33.3333%;
  text-align: center;
}
.services-box .item-middle .left p,
.services-box .item-middle .mid p,
.services-box .item-middle .right p {
  line-height: 24px;
  font-size: 14px;
}
.services-box .item-middle .left .p1,
.services-box .item-middle .mid .p1,
.services-box .item-middle .right .p1 {
  color: #999999;
}
.services-box .item-middle .left .p2,
.services-box .item-middle .mid .p2,
.services-box .item-middle .right .p2 {
  color: #333333;
}
.services-box .item-middle .mid {
  width: 32.3333%;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.services-box .item-bottom h3.price {
  color: #ff7e00;
  font-size: 30px;
  text-align: center;
}
.services-box .item-bottom h3.price span.unit {
  font-size: 16px;
}
.services-box .item-bottom .bt-more {
  margin: 40px auto;
  width: 170px;
  height: 40px;
  border: 1px solid #dcdcdc;
  text-align: center;
  line-height: 40px;
}
.services-box .item-bottom .bt-more a {
  color: #333;
  line-height: 40px;
  display: block;
  height: 40px;
}

/*域名相关*/
.domain_reg_item {
  max-width: 80%;
  margin: 10px auto;
  padding: 3%;
  background-color: #fff;
}
.domain_reg_item .left_img {
  float: left;
  width: 70px;
  height: 75px;
  overflow: hidden;
}
.domain_reg_item .right_content {
  margin-left: 100px;
  min-height: 195px;
}
.domain_reg_item .right_content .info_title {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
}
.domain_reg_item .right_content p {
  font-size: 16px;
  color: #666;
  line-height: 26px;
}
.see_more_btn {
  width: 200px;
  height: 50px;
  line-height: 48px;
  background-color: #ff7200;
  border: 1px solid #ff7200;
  text-align: center;
  margin: 20px auto;
}
.see_more_btn:hover {
  background-color: #fff;
  border: 1px solid #ff7200;
  color: #ff7200;
}
.see_more_btn:hover a {
  color: #ff7200;
}
.see_more_btn a {
  color: #fff;
  font-size: 18px;
  display: block;
  width: 100%;
}