input {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei';
}

img {
  border: none;
  background: none;
  vertical-align: middle;
}

ul,
ol,
li {
  list-style-type: none;
}

select,
input,
img,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

table,
th,
td {
  vertical-align: middle
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  zoom: 1
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

h1,
h2,
h3,
h4 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

p {
  margin: 0;
}


/*滚动*/

#demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#indemo {
  float: left;
  width: 800%
}

#demo1 {
  float: left;
}

#demo2 {
  float: left;
}

#m_demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#m_indemo {
  float: left;
  width: 800%
}

#m_demo1 {
  float: left;
}

#m_demo2 {
  float: left;
}


/*----- Common css ------*/

.fl {
  float: left;
}

.fr {
  float: right;
}

.di {
  _display: inline;
}

.fwn {
  font-weight: normal;
}

.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}

.max1200 {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}


/*主体样式*/



/* c5_index */

.c5_index {
  position: relative;
  background: url(../images/fb485657cbd4047681009cb9157bc6c6e062ec91.jpg) no-repeat center top;
  /*background-size: contain;*/
  padding: 3.125% 0 1.125%;
}

.ttt5 {
  text-align: center;
}

.ttt5 h3 {

  font-size: 35px;
  color: #000000;
  padding-top: 30px;
  font-weight: 800;
}

.ttt5 p {
  font-size: 20px;
  color: #fff;
}

.c5_conttt {
  position: relative;
  background: #fff;
  border: 1px solid #cccccc;
  padding: 30px;
  margin-top: 2.125%;
}

.c5_list {
  position: relative;
}

.c5_list li {
  position: relative;
  margin: 0 15px;
}

.c5_list li a {
  display: block;
  text-decoration:none;
}

.c5_list li .cimg {
  overflow: hidden;
}

.c5_list li .cimg img {
  width: 100%;
  transition: transform 1.3s ease;
}

.c5_list li .cimg   :hover{
  transform: scale(1.1);
}

.c5_list li h3 {
  line-height: 1.7;
  text-align: center;
  font-size: 18px;
  color: #33383c;
  font-weight: normal;
  padding: 10px 0 0;
}

.c5_list .slick-prev,
.c5_list .slick-next {
  position: absolute;
  width: 51px;
  height: 51px;
  outline: none;
  font-size: 0;
  top: 40%;
  border: none;
}

.c5_list .slick-prev {
  left: -8.88%;
  background: url(../images/20361ea85496bb21e82aa59f47435810bf1ab3a6.png) no-repeat center;
}

.c5_list .slick-next {
  right: -8.88%;
  background: url(../images/20361ea85496bb21e82aa59f47435810bf1ab3a6.png) no-repeat center;
  transform: rotate(180deg);
}

@media (max-width:1200px) {
  .c5_list .slick-prev,
  .c5_list .slick-next {
      display: none!important;
  }
  .c5_conttt {
      padding: 15px;
  }
  .ttt5 h3 {
      font-size: 38px;
      background-size: contain;
      padding-top: 10px;
  }
  .ttt5 p {
      font-size: 18px;
  }
  .c5_list li h3 {
      font-size: 16px;
  }
}

@media (max-width:768px) {
  .c5_conttt {
      padding: 10px;
  }
  .ttt5 h3 {
      font-size: 28px;
  }
  .ttt5 p {
      font-size: 16px;
  }
  .c5_list li {
      margin: 0 5px;
  }
  .c5_list li h3 {
      font-size: 14px;
      padding-top: 5px;
  }
}

