@charset "utf-8";
/* CSS Document */
   
a:hover {
  color: #008dd5;
  text-decoration: none;
}
a:focus {
  color: var(--main-color);
  text-decoration: underline;
}
:root {
  --border: #eee solid 1px;
  --wrapper: 1620px;
  --main-color: #0d6435;
  --main2-color: #0d6435;
  --main3-color:#0d6435;
  --linearX: linear-gradient(#0d6435, #8cbc61);
  --linearY: linear-gradient(90deg, #0d6435, #009944);
  --listbg: #f4f8fa;
  --tit-color: #2a2a29;
  --sum-color: #7d7772;
}


.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px;
    line-height: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--main-color);
}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */

    color : #cccccc

}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

   color : #cccccc;

}

::-moz-placeholder { /* Mozilla Firefox 19+ */

   color : #cccccc;

}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */

   color : #cccccc;

}

input::-ms-input-placeholder { /* Microsoft Edge */

   color : #cccccc;
}

.btn-primary {
    color: #fff;

}
  :root {
    --padding: 80px 10px;
    --margin: 90px auto;
    --m80: 80px 0;
    --m50: 50px 0;
    --f80: 80px;
    --f70: 70px;
    --f60: 60px;
    --f50: 50px;
    --f48: 48px;
    --f40: 40px;
    --f36: 36px;
    --f30: 30px;
    --f28: 28px;
    --f26: 26px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
  } 
  .btn-primary {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}


@media only screen and (max-width: 1400px) and (min-width: 1200px){


}
@media only screen and (max-width: 1200px) and (min-width: 768px){
  

  

}
@media screen and (max-width:768px){
 .swiper-slide.p_rollSlide {
     padding: 0 ;
}
  .swiper-button-next, .swiper-button-prev {
    display: none;
}
}

@media screen and (min-width:768px){


}