@charset "utf-8";
@import "common.css";



.ban_1{
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 10px 20px;
}
.ban_1 dt span{
    display: inline-block;
    background: #0066cb;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    padding: 0 10px;
}
.ban_1 dt.tit span{
    width: 195px;
    margin-top: 5px;
}
.ban_1 dt b{
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-left: 10px;
}
.ban_1 dd{
    position: relative;
    font-size: 12px;
    padding-left: 7px;
    margin-top: 10px;
}
.ban_1 dd:before{
    content: '';
    width: 3px;
    height: 3px;
    background: #333;
    position: absolute;
    top: 5px;
    left: 0;
}
.ban_2,.ban_3{
    width: 100%;
    border: 1px solid #10269e;
    padding: 10px 20px;
    cursor: pointer;
}
.ban_2 h3,.ban_3 h3{
    font-size: 18px;
    font-weight: 500;
    color: #0066cb;
}
.ban_2 dt,.ban_3 dt{
    font-size: 15px;
    font-weight: 500;
    color: #d85926;
    text-align: center;
    margin: 5px 0 7px 0;
}
.ban_2 dd span{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin-top: 5px;
}
.ban_4{
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 20px 20px 20px 77px;
    background: url(/assets/img/main/ban4_icon.gif) no-repeat 40px 20px;
}
.ban_4 dt{
    font-size: 15px;
    font-weight: 500;
}
.ban_4 dd{
    font-size: 18px;
    font-weight: 500;
    color: #d85926;
}
.visual{
    position: relative;
    width: 100%;
    height: 370px;
    margin-bottom: 45px;
}
.visual_bar{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 58px;
    z-index: 10;
    background: rgba(17,22,99,.5);
    padding: 20px 0 0 20px;
}
.visual_bar p{
    font-size: 16px;
    color: #fff;
}
.swiper-container{
    height: 370px;
}
.swiper-slide {
    overflow: hidden;
}
.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: -5;
}
/* animate */
.animate {
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
}
.visual_txt div{
    font-size: 25px;
    color: #222;
}
.swiper-slide-active .visual_txt div{
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration:1s;
    animation-duration:1s;
}
.swiper-wrapper > div:nth-child(even) .visual_txt .txt1{
    position: absolute;
    top: 188px;
    right: 260px;
    animation-delay: 1s;
}
.swiper-wrapper > div:nth-child(even) .visual_txt .txt2{
    position: absolute;
    top: 188px;
    right: 40px;
    animation-delay: 1.5s;
}
.swiper-wrapper > div:nth-child(even) .visual_txt .txt3{
    position: absolute;
    top: 220px;
    right: 40px;
    color: #2c2f5d;
    font-weight: 500;
    animation-delay: 2s;
}
.swiper-wrapper > div:nth-child(odd) .visual_txt .txt1{
    position: absolute;
    top: 174px;
    right: 40px;
    animation-delay: 1s;
}
.swiper-wrapper > div:nth-child(odd) .visual_txt .txt2{
    position: absolute;
    top: 203px;
    right: 40px;
    animation-delay: 1.5s;
}
.swiper-wrapper > div:nth-child(odd) .visual_txt .txt3{
    position: absolute;
    top: 234px;
    right: 40px;
    color: #2c2f5d;
    font-weight: 500;
    animation-delay: 2s;
}
.mid{
    width: 530px;
}
.prd .flex{
    flex-wrap: wrap;
}
.prd .img_area li{
    width: 170px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}
.prd .img_area li img{
    border: 1px solid #333;
    box-shadow: 3px 3px 5px rgba(0,0,0,.2);
}
.prd .img_area li span{
    display: block;
    font-size: 14px;
    color: #525252;
    margin: 5px 0 0;
}
.notice{
    background: url(/assets/img/main/notice_bg.gif) no-repeat 0 0;
    width: 530px;
    height: 145px;
    padding: 20px;
    margin-top: 20px;
}
.notice h3{
    font-size: 16px;
    color: #5f5f5f;
}
.notice ul{
    width: 328px;
    float: right;
    margin-top: 11px;
}
.notice ul:after{
    content: "";
    clear: both;
    display: table;
}
.notice li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.notice a{
    width: calc(100% - 80px);
    color: #747474;
    overflow:hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
}
.notice a:hover{
    color: #054373;
}
.notice span{
    width: 70px;
    text-align: right;
    color: #747474;
}
.fence{
    width: 180px;
}
.fence li{
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #dfdfdf;
}
.fence li:first-child{
    padding-top: 0;
}
.fence li:last-child{
    padding-bottom: 0;
    border: 0;
}
.fence li span{
    display: inline-block;
    font-size: 12px;
    padding-left: 17px;
    background: url(/assets/img/main/fence_arrow.gif) no-repeat 0 50%;
    margin-top: 10px;
}