﻿@charset "UTF-8";
/* CSS Document */

/*commmon*/
body, dl, dd, h1, h2, h3, h4, h5, h6, p, ol, ul, form { margin:0;padding:0;}
a { text-decoration: none; cursor: pointer;}
a:hover, a:active, a:visited, a:link{ text-decoration: none; cursor:pointer;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;}
*:focus{outline:none;}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

i{ font-style:normal}
ul li{ list-style:none;}
input { outline: none;}
img { border: 0 none; display:block;}

html{ height:100%; min-height:100%;}
body{ 
    color: #333;
  font-size: 14px; 
  font-weight:normal;
  font-family:"Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color:#fff;
  width:100%;
  min-width:1200px;
  height:100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.fr{ float:right;}
.fl{ float:left;}
.fz24{ font-size: 24px;}
.fz20{ font-size: 20px;}
.fz18{ font-size: 18px;}
.fz16{ font-size: 16px;}
.fz14{ font-size: 14px;}
.fz12{ font-size: 12px;}

.clearfloat:after{ display:block; content:''; clear: both;}



/*Tcloud*/
.Tcloud-banner{
  width:100%;
  min-width:1200px;
  height:450px;
  background:url(../images/banner.jpg) no-repeat center;
  background-size:cover;
  position:relative;
}
.Tcloud-banner-btn{
  width:400px;
  height:36px;
  position:absolute;
  left:50%;
  margin-left:-200px;
  bottom:60px;
  z-index:10;
}
.Tcloud-banner a{
  display:inline-block;
  margin:0 5px;
  width:185px;
  height:36px;
  cursor:pointer; 
}

.question-box{
  width:100%;
  min-width:1200px;
  padding:110px 0 140px;
}
.Tcloud-title{
  width:500px;
  margin:0 auto 100px;
  font-size:30px;
  text-align:center;
  color:#292e30;
}
.question-box ul{
  width:1200px;
  margin:0 auto;
}
.question-box ul li{
  float:left;
  width:180px;
  color:#999;
  line-height:20px;
  text-align: center;
  padding-top:50px;
  margin-left:60px;
}
.question-box ul li .fz16{ color:#666; margin-bottom:8px;}
.question-icon1{
  background:url(../images/q-shuju.png) no-repeat center top;
  background-size:32px auto;
}
.question-icon2{
  background:url(../images/q-guanli.png) no-repeat center top;
  background-size:30px auto;
}
.question-icon3{
  background:url(../images/q-hesuan.png) no-repeat center top;
  background-size:30px auto;
}
.question-icon4{
  background:url(../images/q-xiaolv.png) no-repeat center top;
  background-size:30px auto;
}
.question-icon5{
  background:url(../images/q-chengben.png) no-repeat center top;
  background-size:28px auto;
}

.g-box{
  width:100%;
  min-width:1200px;
  padding:110px 0 0;
}
.g-box-bg{
  width:100%;
  min-width:1200px;
}
.g-box-bg img{ display:block; margin:0;}

.c-box{
  width:100%;
  min-width:1200px;
  background: url(../images/bg-c.jpg) no-repeat center;
  height:560px;
  padding:110px 0 30px;
}
.c-box .ul-style-c{
  width:1000px;
  margin:0 auto;
}
.ul-style-c .list-style-c{
  width:220px;
  padding:0 0 24px;
  float:left;
  border-radius:5px;
  margin-right:40px;
  color:#666;
  cursor:pointer;
  background:#fff;
}
li.list-style-c .fz18{ text-align:center; margin-bottom:10px;}
.img-cloud-style{ width:46px; height:50px; margin:40px auto 20px;}
.ul-style-c li.card{background:#3788FF;}
li.card .fz18{ color:#fff;}
.c-list-text{ font-size:14px; color:#fff;}
.c-list-text li{ 
    padding:0 10px 0 22px; 
  background:url(../images/ring-w.png) no-repeat 13px 8px; 
  background-size:6px auto;
  line-height:24px;
}

/*lunbo*/
.lunbo-box{
  width:100%;
  min-width:1200px;
  height: auto;
  padding:110px 0 60px;
}
.lunbo-title{
  width:100%;
  min-width:1200px;
  text-align:center;
  font-size:30px;
  margin-bottom:60px;
}
.bannerbox { width: 1200px; height: 260px; overflow: hidden; margin: 0px auto;}
#focus { width: 1200px; height: 260px; clear: both; overflow: hidden; position: relative; float: left; }
#focus ul { width: 1200px; height: 260px; float: left; position: absolute; clear: both; }
#focus ul li { float: left; width: 1200px; padding-left:40px;height: 260px; overflow: hidden; position: relative;}

#focus .preNext { width: 550px; height: 260px; position: absolute; top: 0px; cursor: pointer; }
#focus .pre { left: 10px; background: url(../images/left.png) no-repeat left center; background-size:14px auto; }
#focus .next { right: 10px; background: url(../images/right.png) no-repeat right center;  background-size:14px auto;}

.lunbo-peop-img{ width:320px; margin-right:40px;}
.lunbo-peop-con{ width:800px;}
.com-title{ padding:10px 0 20px;}
.font-Weight{height:16px; margin-bottom:10px;}
.list-ring{ 
   color:#979797; margin-bottom:4px; padding-left:14px; 
   background:url(../images/ring.png) no-repeat left 6px;
   background-size:8px auto; font-size:14px;
}
.com-text{ width:360px;}
.border-r-style{ margin-right:30px;border-right:1px solid #e0e0e0;}
.yingyong{ padding-top:14px;}


/*2017.10.24 订货商城*/
.Tding-banner{
  width:100%;
  min-width:1200px;
  height:450px;
  background:url(../images/banner.jpg) no-repeat center;
  background-size:cover;
  position:relative;
}
.Tding-banner-btn{
  width:400px;
  height:36px;
  position:absolute;
  left:50%;
  margin-left:-200px;
  bottom:65px;
  z-index:10;
}
.Tding-banner a{
  display:inline-block;
  margin:0 5px;
  width:185px;
  height:36px;
  cursor:pointer; 
}
.gaoding-box{ 
    width:100%;
  min-width:1200px;
  background-image: linear-gradient(-180deg, #FFFFFF 50%, #F7F7F7 100%);
  padding:110px 0 120px;
}
.Tding-title{
  width:500px;
  margin:0 auto 16px;
  font-size:30px;
  text-align:center;
  color:#292e30;
}
.Tding-text{
  width:800px;
  margin:0 auto 100px;
  text-align:center;
}
.gaoding-img{
  width:560px;
  margin:0 auto;
}
.z-box{ width:100%; min-width:1200px;padding:110px 0 120px; background:#fff;}
.z-box-img{ width:800px; margin:0 auto;}
.d-box{
  width:100%;
  min-width:1200px;
  background: url(../images/bg-3.jpg) no-repeat center;
  height:560px;
  padding:110px 0 30px;
}
.d-img-box{ width:800px; margin:0 auto;}
.pro-box{
  width:100%;
  min-width:1200px;
  padding:110px 0 120px;
}
.pro-box-img{ width:860px; margin:0 auto; position:relative;}
.rext-pro-style{
  color:#666;
  text-align:center;
  position:absolute;
  top:145px;
}
.pro-mb4{ margin-bottom:4px;}
.pro-mb12{ margin-bottom:12px;}
.j-box{
  width:100%;
  min-width:1200px;
  background: url(../images/bg-5.png) no-repeat center;
  height:600px;
  padding:110px 0 60px;
}


/*footer*/
.footer{ width:100%; min-width:1200px;background:#312f38;padding:80px 0 40px;}
.footer-mid{ width:1200px; margin:0 auto; font-size:14px;}
.aboutOur, .safe, .help{ width:160px; margin-right:50px;}
.red-bar{
  width:160px; height:4px;
  background:-moz-linear-gradient(90deg,#f46360,#ff4b47);
  background:-webkit-gradient(linear,left,right,from(#f46360),to(#ff4b47));
  background:-webkit-linear-gradient(90deg,#f46360,#ff4b47);
  background:-o-linear-gradient(90deg,#f46360,#ff4b47);
  background:-ms-linear-gradient(90deg,#f46360,#ff4b47);
  background:linear-gradient(90deg,#f46360,#ff4b47);
}
.yellow-bar{
  width:160px; height:4px;
  background:-moz-linear-gradient(90deg,#fbd249,#f5a623);
  background:-webkit-gradient(linear,left,right,from(#fbd249),to(#f5a623));
  background:-webkit-linear-gradient(90deg,#fbd249,#f5a623);
  background:-o-linear-gradient(90deg,#fbd249,#f5a623);
  background:-ms-linear-gradient(90deg,#fbd249,#f5a623);
  background:linear-gradient(90deg,#fbd249,#f5a623);
}
.green-bar{
  width:160px; height:4px;
  background:-moz-linear-gradient(90deg,#b5eb45,#7ed321);
  background:-webkit-gradient(linear,left,right,from(#b5eb45),to(#7ed321));
  background:-webkit-linear-gradient(90deg,#b5eb45,#7ed321);
  background:-o-linear-gradient(90deg,#b5eb45,#7ed321);
  background:-ms-linear-gradient(90deg,#b5eb45,#7ed321);
  background:linear-gradient(90deg,#b5eb45,#7ed321);
}
.p-title{ color:#fff; margin-bottom:24px; margin-top:30px;}
a.footer-txt{ display:block; color:#96959a; line-height:28px; cursor:pointer;}
.two-code{ width:136px; height:136px; text-align:center; color:#96959a;}
.link-friend{ 
  width:100%; min-width:1170px; margin-top:40px; 
  border-top:1px solid #5b5a61;border-bottom:1px solid #5b5a61; color:#96959a;
}
.link-friend-mid{ width:1170px; margin:0 auto; padding:20px 0;}
.link-friend-mid a{ color:#96959a; padding-right:5px;}
a.plice-link{ 
  display:inline-block; height:20px; padding-left:22px; color:#96959a; 
  background:url(../images/batb.png) no-repeat left top; padding-top:2px;
}
.footer-text{ color:#96959a; text-align:center; padding-top:50px;}
