@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: 38px;
    color: #fff;
    font-weight: normal;
}
.head-text p {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
}
.hotGoods {
  min-height: 450px;
  margin-top: 36px;
  color: #666;
  padding-bottom: 40px;
}
.hotGoods ul {
  width: 1134px;
  margin: 0 auto;
}
.hotGoods ul li {
  width: 320px;
  min-height: 390px;
  border: 1px solid #e5e5e5;
  padding: 25px 10px;
  float: left;
  margin: 0 18px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hotGoods 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;
}
.hotGoods ul li:hover div.hotDown p.hotMore {
  background: #ff7200;
}
.hotGoods ul li div.hotTop {
  border-bottom: 1px solid #e5e5e5;
  min-height: 80px;
  text-align: center;
}
.hotGoods ul li div.hotTop h4 {
  font-size: 24px;
  font-weight: normal;
  color: #333;
  text-align: center;
  line-height: 40px;
  margin: 10px 0 0 0;
}
.hotGoods ul li div.hotTop p {
  font-size: 14px;
  text-align: center;
  color: #999;
  line-height: 34px;
}
.hotGoods ul li div.hotDown {
  min-height: 140px;
}
.hotGoods ul li div.hotDown.p9 {
  padding-left: 90px;
}
.hotGoods ul li div.hotDown.p3 {
  padding-left: 70px;
}
.hotGoods ul li div.hotDown p {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
.hotGoods ul li div.hotDown p.conf {
  text-align: left;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.hotGoods ul li div.hotDown p.conf span {
  font-size: 14px;
  color: #666;
  margin-left: 15px;
}
/* .hotGoods ul li div.hotDown p.price {
  color: #666;
  font-size: 14px;
}
.hotGoods ul li div.hotDown p.price span {
  color: #ff3a3a;
  font-size: 24px;
} */
/* .hotGoods ul li div.hotDown p.hotMore {
  width: 206px;
  height: 40px;
  background: #108cee;
  font-size: 18px;
  margin: 25px auto 0;
  line-height: 40px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
} */
.hotGoods ul li .goods-bottom {
  text-align: center;
  min-height: 145px;
}
.hotGoods ul li .goods-bottom p.price {
  color: #666;
  font-size: 14px;
}

.relations {
  background-color: #f4f6f8;
  padding-top: 30px;
  padding-bottom: 40px;
}
.hotGoods ul li .goods-bottom p.price  span {
  color: #ff3a3a;
  font-size: 24px;
}
.hotGoods ul li .goods-bottom p.hotMore {
  width: 206px;
  height: 40px;
  background: #108cee;
  font-size: 18px;
  margin: 25px auto 15px;
  line-height: 40px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.block-title2 {
  text-align: center;
  margin: 50px auto;
}
.block-title2 h3 {
  font-size: 30px;
  color: #666;
  font-weight: 500;
  margin-bottom: 26px;
}
.block-title2 p {
  font-size: 18px;
  color: #666;
}

.main-cont {
  width: 1200px;
  margin: 0 auto;
}
.main-cont .r-item {
  width: 340px;
  min-height: 420px;
  background-color: #fff;
  float: left;
  margin: 0 30px;
  padding: 35px 0 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.main-cont .r-item:hover {
  -webkit-box-shadow: 3px 3px 10px #ebedef, -3px -3px 10px #ebedef;
  -moz-box-shadow: 3px 3px 10px #ebedef, -3px -3px 10px #ebedef;
  box-shadow: 3px 3px 10px #ebedef, -3px -3px 10px #ebedef;
}
.main-cont .r-item:hover .cont .bottom .p2 {
  color: #ff0909;
}
.main-cont .r-item:hover .cont .for-detail {
  color: #ff0909;
  border-color: #ff0909;
}
.main-cont .r-item .top {
  text-align: center;
  overflow: hidden;
  width: auto;
  max-width: 100%;
}
.main-cont .r-item .top hr {
  width: 258px;
  height: 1px;
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 30px auto;
}
.main-cont .r-item img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.main-cont .r-item .cont {
  width: 257px;
  margin: 20px auto;
}
.main-cont .r-item .cont .p1 {
  line-height: 28px;
  font-size: 14px;
  min-height: 140px;
  color: #666;
}
.main-cont .r-item .cont .bottom {
  display: block;
  color: #333;
  margin-top: 34px;
}
.main-cont .r-item .cont .bottom .p2 {
  color: #1e88e5;
  font-size: 16px;
}
.main-cont .r-item .cont .bottom .left,
.main-cont .r-item .cont .bottom .right {
  float: left;
}
.main-cont .r-item .cont .bottom .left {
  width: 80%;
}
.main-cont .r-item .cont .bottom .right {
  width: 20%;
}
.main-cont .r-item .cont .bottom .right .btn {
  color: #fff;
  line-height: 24px;
  text-align: center;
  width: 38px;
  height: 24px;
  background: url(/template/Home/AllNew/PC/Static/images/cloud/index/sm_bg.png) no-repeat center center;
  background-size: cover;
}
.main-cont .r-item .cont .for-detail {
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  border: 1px solid #666;
  margin: 20px auto;
  text-align: center;
}

.adva-item {
  text-align: center;
  width: 340px;
  margin: 25px auto;
  background-color: #fff;
  padding: 50px 15px;
  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;
}
.adva-item:hover {
  -webkit-box-shadow: 3px 3px 12px #dcdcdc;
  -moz-box-shadow: 3px 3px 12px #dcdcdc;
  box-shadow: 3px 3px 12px #dcdcdc;
}
.adva-item > img {
  width: 70px;
  height: 70px;
}
.adva-item .t1 {
  font-weight: normal;
  font-size: 18px;
  color: #1c2334;
  margin: 20px;
}
.adva-item .t2 {
  font-size: 14px;
  color: #777;
  line-height: 24px;
  min-height: 72px;
}

/*--综合性对比--*/
.aboutUs {
  width: 1200px;
  margin: 20px auto;
}

.aboutUs .aboutHang {
  width: 580px;
  height: 100px;
  float: left;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}

.aboutUs .aboutTable p {
  float: left;
  width: 277px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #666;
  font-size: 14px;
}

.aboutUs .aboutTable p.first_p {
  color: #333;
  border-left: 1px solid #ccc;
}
.aboutUs .aboutTable p.first_p.p_none {
  border: none;
}

.aboutUs .aboutTable p.first_l {
  font-size: 18px;
  background: #dcdcdc;
  border-top: 1px solid #ccc;
}

.aboutUs .aboutTable .next_p.first_l {
  background-color: #2e92f7;
  color: #fff;
  height: 60px;
  line-height: 60px;
  margin-top: -15px;
}

.aboutUs .aboutTable p.next_p {
  width: 360px;
  color: #666;
  font-size: 14px;
  background: #e7f1fc;
  border-left: none;
  border-right: none;
  -webkit-box-shadow: 3px 3px 10px #c5e1fd, -3px -3px 10px #c5e1fd;
  -moz-box-shadow: 3px 3px 10px #c5e1fd, -3px -3px 10px #c5e1fd;
  box-shadow: 3px 3px 10px #c5e1fd, -3px -3px 10px #c5e1fd;
}
.aboutUs .aboutTable p.next_p.p_last {
  width: 363px;
  background-color: #008eed;
  -webkit-box-shadow: 3px 3px 10px #c5e1fd, -3px -3px 10px #c5e1fd;
  -moz-box-shadow: 3px 3px 10px #c5e1fd, -3px -3px 10px #c5e1fd;
  box-shadow: 3px 3px 10px #c5e1fd, -3px -3px 10px #c5e1fd;
}

/*--综合性对比 end--*/
