* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, div, ol, ul, li, dl, dt, dd, table, caption, tr, th, td, span, p, a, b, u, i, em, img, iframe, fieldset, form, label, legend, input, button, select, textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



input, button, textarea, select {
  font: 14px/100% "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;
  outline: 0;
  border: 0;
  background: none;
  color: #333;
}

input:focus, textarea:focus {
  color: #333;
}

input::-ms-clear {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  /*背景颜色*/
  box-shadow:0 0 0 60px #fff inset;
  /*字的颜色*/
  -webkit-text-fill-color: #878787;
}
:focus {
  outline:0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #333;
  line-height: 1.2;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

ol, ul, li {
  list-style: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: none;
}

table {
  border-collapse: collapse;
  border: 0;
}

caption, th {
  font-weight: normal;
}

img {
  border: 0;
  outline: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:focus {
  outline: 0;
}

/* 浮动与清除浮动 */
.f{
  float: left;
}
li{
  float: left;
  list-style: none;
}
.r{
  float: right;
}
.c{
  clear: both;
}
.mn{
  width: 1200px;
  margin: 0 auto;
}
.c:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}



.wh100{
  display: block;
  width: 100%;
  height: 100%;
}
.imgtop{
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.bgfff{
  background: #fff;
}

.w1000{
  width: 1000px;
  margin: 0 auto;
}
.duration{
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
}

/* 鼠标小手 */
.cursorp{
  cursor: pointer;
}
.gradientGreenBlue{
  background: -webkit-linear-gradient(left, #00c868 , #0089a2); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #00c868 , #0089a2); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #00c868 , #0089a2); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #00c868 , #0089a2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#00c868, endColorstr=#0089a2);
}

@media only screen and (max-width: 1440px){
  .containermodel1{
    width: 1200px;
  }
}

@media only screen and (max-width: 1200px){
  .container,
  .containermodel1{
    width: 1000px;
  }
}

@media only screen and (max-width: 1024px){
  .container,
  .containermodel1{
    width: 100%;
  }
}
@media only screen and (max-width: 768px){
  .ydshow{
    display: block;
  }
  .pcshow{
    display: none;
  }
  .containermodel,
  .containermodel1,
  .w1000{
    width: 100%;
  }
  .descstyle,
  .descstyle p,
  .descstyle span{
    font-size: 0.9rem!important;
    line-height: 1.2rem!important;
  }
  .descstyle.white,
  .descstyle.white p,
  .descstyle.white span{
    font-size: 0.9rem!important;
    line-height: 1.3rem!important;
  }
  .descstyle.l20,
  .descstyle.l20 p,
  .descstyle.l20 span{
    line-height: 1.7rem!important;
  }
}
