.main__visual .slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
}

.main__visual .slick-dots li {
  display: inline;
  margin: 0 2px;
}

.main__visual .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  width: 25px;
  height: 3px;
  background-color: #87929c;
  cursor: pointer;
  padding: 0;
  outline: none;
}

.main__visual .slick-dots li.slick-active button {
  background-color: #dc0817;
}

.main__product {
  padding: 45px 0;
}

.main__product .product__top .top__tit {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.main__product .product__cell .cell__vga {
  width: 100%;
}

.main__product .product__cell .cell__vga .slick-dots {
  position: absolute;
  top: 4px;
  right: 10px;
}

.main__product .product__cell .cell__vga .slick-dots li {
  display: inline;
  margin: 0 2px;
}

.main__product .product__cell .cell__vga .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  width: 10px;
  height: 10px;
  background-color: #a9a9a9;
  cursor: pointer;
  padding: 0;
  outline: none;
}

.main__product .product__cell .cell__vga .slick-dots li.slick-active button {
  background-color: #dc0817;
}

.main__product .product__cell .cell__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main__product .product__cell .cell__other > a {
  width: 50%;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  background-color: #fff;
}

.main__product .product__cell .cell__other > a:nth-child(2),
.main__product .product__cell .cell__other > a:nth-child(3) {
  background-image: url(/image/main/cell_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.main__product .product__cell .cell__other > a .cell__tit {
  font-size: 1em;
  font-weight: 600;
  color: #404040;
  margin-bottom: 20px;
}

.main__product .product__cell .cell__other > a .cell__name {
  margin-top: 10px;
  font-size: .9em;
  line-height: 1.4em;
  color: #3d3d3d;
  text-align: center;
}

.main__product .product__cell .cell__other > a .cell__more {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 12px;
}

.main__product .top__more {
  display: block;
  width: 180px;
  margin: 35px auto 0 auto;
  font-size: 1em;
  color: #343738;
  border: 1px solid #626262;
  line-height: 45px;
  height: 45px;
  padding-left: 15px;
  padding-right: 30px;
  background-image: url(/image/main/more_icon.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 14px) center;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.main__support {
  background-color: #343434;
  position: relative;
  /*margin-bottom: 45px;*/
}

.main__support .support__info {
  background-color: #dc0817;
  padding: 45px 4%;
}

.main__support .support__info .info__param01 {
  line-height: 1em;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
  margin-right: 10px;
  display: inline-block;
}

.main__support .support__info .info__param02 {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 15px;
  display: inline-block;
}

.main__support .support__info .info__param03 {
  line-height: 1em;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  background-image: url(/image/main/call_icon.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 35px;
  padding-left: 40px;
  margin-bottom: 15px;
}

.main__support .support__info .info__param04{
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #fff;
  width: 100%;
}

.main__support .support__info .info__param04 .info__param01{
  margin-bottom: 5px;
}

.main__support .support__info .info__param04 span.info__param02{
  margin-bottom: 10px;
}

.main__support .support__info .info__param04 p.info__param02{
  margin-bottom: 5px;
  display: block;
}

.main__support .support__info .info__param04 ul li p:first-child{
  font-size: 1.3rem;
  font-weight: 500;
}

.main__support .support__info .info__param04 a {
  padding: 4px 10px;
  width: 175px;
  display: inline-block;
  border-radius: 30px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  transition: all 0.3s;
}

.main__support .support__info .info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main__support .support__info .info__link > a {
  width: 49%;
  height: 90px;
  margin-bottom: 2%;
  border: 1px solid #fff;
  padding-left: 12px;
  padding-top: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.main__support .support__info .info__link > a .link__img {
  position: absolute;
  background-image: url(/image/main/more_icon02.png);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 12px;
  right: 12px;
}

.main__support .support__banner .slick-dots {
  width: 100%;
  position: absolute;
  /*top: 20px;*/
  /*left: 20px;*/
  bottom: 20px;
  left: 20px;
}

.main__support .support__banner .slick-dots li {
  display: inline;
  margin-right: 6px;
}

.main__support .support__banner .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  line-height: 20px;
  background-color: #989898;
  cursor: pointer;
  padding: 0;
  outline: none;
  color: #fff;
  font-size: 13px;
}

.main__support .support__banner .slick-dots li.slick-active button {
  background-color: #dc0817;
}

.main__news {
  padding-top: 45px;
  padding-bottom: 45px;
}

.main__news .news__nav .nav__tit {
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 600;
}

.main__news .news__nav .nav__cate {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px;
}

.main__news .news__nav .nav__cate > p {
  cursor: pointer;
  font-size: 14px;
  line-height: 1em;
  margin-right: 15px;
  color: #666;
  display: inline-block;
  padding-bottom: 3px;
}

.main__news .news__nav .nav__cate > p.active {
  border-bottom: 2px solid #333;
  font-weight: 600;
  color: #333;
}
