@charset "utf-8";

.container{
	font-family: self !important;
}


.title.text-center {
    margin: 80px auto;
    width: 70%;
}

.title p {
    text-align: center;
    font-size: 38px;
    line-height: 1.26087;
    margin-bottom: .5em;
    font-family: 'self';
}

.title span {
    line-height: 2;
    color: #a0a0a0;
    display: block;
}

.title a {
    font-weight: bold;
    padding-top: 20px;
    display: block;
    font-size: 14px;
}

.title div {
    width: 100px;
    margin: 0 auto;
    height: 1px;
    background: #000;
    margin-top: 5px;
 transition:.5s
}
.title a:hover div{
  width: 50px;
}

.pro_list{
	margin-bottom: 80px;
	overflow: hidden;
}

.pro_c {
    text-align: center;
}

.pro_c h3 {
    font-family: 'self';
    font-size: 24px;
    margin-top: 1.7em;
    margin-bottom: .6em;
}
.pro_c p a {
    display: block;
    font-weight: bold;
}

.pro_c p span {
    transition: .4s;
    display: block;
    width: 95px;
    height: 1px;
    background: #000;
    margin: 7px  auto;
}
.pro_c li a {
    display: block;
    position: relative;
}
.pro_c li p:hover span {
    width: 50px;
}

.pro_list h4 {
    text-align: center;
    color: #a0a0a0;
    letter-spacing: .05em;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 1.6em;
    margin-bottom: 0;
    transition: .5s;
}
.pro_list h4:hover{
 color:#000;
}



.adv {
    padding-top: 2px;
    height: 600px;
    background: url(../images/adv_img.jpg) center no-repeat;
    background-size: 100% 100%;
}
.adv_banner .title span {
    font-size: 26px;
}
.adv .width {position: relative !important;}

.adv .title {
    color: #fff;
}

.adv .title span {
    color: #fff;
}

.adv .title a {
    color: #fff !important;
}
.adv .title a:hover span {
    width: 50px;
}
.adv .title a span{
 width: 100px;
 margin: 0 auto;
 height: 1px;
 background: #fff;
 margin-top: 5px;
 transition: .5s;
}
.adv .width .title {
    /* top: 100px; */
    width: 100%;
    /* position: absolute; */
}
 p.adv_ocs img {
}
 
 video {
     width: 60%;
 }
 
 .width.myvideo {
    margin-bottom: 50px;
}
 .swiper-container {
     padding-bottom:40px;
 }
 .swiper-wrapper{
 }
 .swiper-slide {
     width:978px;
 	transition-timing-function:linear;
 }
 @media only screen and (max-width:1200px){
     .swiper-slide {
         width:770px;
     }
 }
 @media only screen and (max-width:980px){
     .swiper-slide {
         width:471px;
     }
 }
 @media only screen and (max-height:480px){
     .swiper-slide {
         width:471px;
     }
 }
