@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;
  position:relative;
}
.g-box-bg{
  width:100%;
  min-width:1200px;
}
.g-box-bg img{ display:block; margin:0;}
.g-box-text{
  width:1100px;
  position:absolute;
  margin-left:50%;
  left:-550px;
  bottom:80px;
  z-index:10;
}

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



/*2017.10.26*/
.TPlus-banner{
  width:100%;
  min-width:1200px;
  height:450px;
  background:url(../images/banner.jpg) no-repeat center;
  background-size:cover;
  position:relative;
}
.TPlus-banner-btn{
  width:400px;
  height:36px;
  position:absolute;
  left:50%;
  margin-left:-200px;
  bottom:60px;
  z-index:10;
}
.TPlus-banner a{
  display:inline-block;
  margin:0 5px;
  width:185px;
  height:36px;
  cursor:pointer; 
}
.shiyong-box{ 
    width:100%;
  min-width:1200px;
  background:#fafafa;
  padding:110px 0 120px;
}
.shiyong-img{
  width:800px;
  margin:0 auto;
}
.l-box{
  width:100%;
  min-width:1200px;
  background: url(../images/bg2.jpg) no-repeat center;
  height:640px;
  padding:110px 0 0;
}
.Tplus-list{
  width:1000px;
  margin:0 auto;
}
.Tplus-list li{
  float:left;
  width:140px;
  color:#fff;
  margin-left:50px;
  text-align:center;
}
.Tplus-list li .fz18{ color:#c4c5c6; margin:16px 0;}
.img-Tplus-icon{
  width:120px;
  padding-left:18px;
}
.t-puls-box{
  width:100%;
  min-width:1200px;
  background:#fafafa;
  padding:110px 0 100px;
}
.red-icon-box{
  width:1200px;
  margin:0 auto;
  border-top:1px solid #e7e7e7;
  padding-top:80px;
}
.red-icon-box li{
  float:left;
  width:340px;
  height:140px;
  margin-left:50px;
  color:#666;
  padding-left:90px;
  margin-bottom:80px;
}
.red-icon-box li .fz18{ color:#333; font-weight:600; margin-bottom:8px;}
.red-icon1{ background:url(../images/4-1icon.png) no-repeat left top; background-size:74px auto;}
.red-icon2{ background:url(../images/4-2icon.png) no-repeat left top; background-size:74px auto;}
.red-icon3{ background:url(../images/4-3icon.png) no-repeat left top; background-size:74px auto;}
.red-icon4{ background:url(../images/4-4icon.png) no-repeat left top; background-size:74px auto;}
.red-icon5{ background:url(../images/4-5icon.png) no-repeat left top; background-size:74px auto;}
.red-icon6{ background:url(../images/4-6icon.png) no-repeat left top; background-size:74px auto;}
.red-icon7{ background:url(../images/4-7icon.png) no-repeat left top; background-size:74px auto;}
.red-icon8{ background:url(../images/4-8icon.png) no-repeat left top; background-size:74px auto;}
.red-icon9{ background:url(../images/4-9icon.png) no-repeat left top; background-size:74px auto;}




/*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;}

/*弹窗*/
.pop-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  color: #333; }

.bg {
  background: #000;
  opacity: 0.4;
  width: 100%;
  height: 100%; }

.pop-form {
  width: 500px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  margin-left: 50%;
  top: 120px;
  left: -250px;
  z-index: 110; }

.pop-form-top {
  width: 100%;
  height: 46px;
  line-height: 46px;
  color: #333;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  background: #E8E8E8;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.pop-form-top i {
  display: block;
  cursor: pointer;
  width: 46px;
  height: 46px;
  background: url(../images/pop-close.png) no-repeat center;
  background-size: 16px auto;
  position: absolute;
  top: 0;
  right: 0; }

.pop-form-footer {
  width: 100%;
  padding: 30px 40px; }

.group-title-style {
  height: 34px;
  line-height: 34px; }

.group-input-pop {
  width: 260px;
  margin: 0 auto 20px;
  height: 34px;
  line-height: 34px;
  position: relative; }

.group-input-pop input[type="text"] {
  width: 100%;
  height: 34px;
  background: #fff;
  line-height: 32px;
  border: 1px solid #ececec;
  font-size: 14px;
  color: #666;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px; }

.btn-box-pop {
  width: 100%;
  border-top: 1px solid #ebebeb;
  padding-top: 16px; }

.btn-pop-style {
  display: inline-block;
  width: 140px;
  margin: 0 auto;
  height: 34px;
  line-height: 32px;
  text-align: center;
  border-radius: 4px; }

.red-btn-t {
  background: #ff4b47;
  border: 1px solid #ff4b47;
  color: #fff;
  margin-right: 20px; }

.red-btn-t:hover {
  box-shadow: 0 0 15px rgba(255, 75, 71, 0.5);
  -webkit-box-shadow: 0 0 15px rgba(255, 75, 71, 0.5);
  -ms-box-shadow: 0 0 15px rgba(255, 75, 71, 0.5); }

.white-btn-q {
  background: #fff;
  border: 1px solid #ececec;
  color: #333; }

.white-btn-q:hover {
  box-shadow: 0 0 15px rgba(236, 236, 236, 0.8);
  -webkit-box-shadow: 0 0 15px rgba(236, 236, 236, 0.8);
  -ms-box-shadow: 0 0 15px rgba(236, 236, 236, 0.8); }

.pop-erro {
  padding-top: 10px;
  color: #bf0719;
  width: 310px;
  margin: 0 auto; }

.pop-form2 {
  width: 640px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  margin-left: 50%;
  top: 120px;
  left: -320px;
  z-index: 110; }

.pop-form .fz20 {
  margin-bottom: 10px;
  color: #bf0719; }

.pop-form .closeIcon {
  display: block;
  width: 46px;
  height: 46px;
  background: url(../images/pop-close.png) no-repeat center;
  background-size: 16px auto;
  position: absolute;
  top: 0;
  right: 0; }

.group-input-pop2 {
  width: 220px;
  margin: 0 auto 20px;
  height: 34px;
  line-height: 34px;
  position: relative; }

.group-input-pop2 input[type="text"] {
  width: 100%;
  height: 34px;
  background: #fff;
  line-height: 32px;
  border: 1px solid #ececec;
  font-size: 14px;
  color: #666;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px; }

.select-box {
  display: none;
  width: 100%;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 900;
  border: 1px solid #ededed;
  border-radius: 2px; }

.select-box li {
  width: 100%;
  height: 28px;
  line-height: 28px;
  background: #fff;
  font-size: 12px;
  padding-left: 10px; }

.select-box li:hover {
  background: #BFD6E4; }

.seclect-icon {
  display: block;
  width: 34px;
  height: 34px;
  background: url(../images/secter-icon.png) no-repeat center;
  background-size: 12px auto;
  position: absolute;
  right: 0;
  top: 0; }

