@charset "utf-8";

.bannerBox{
    position: relative;
}
.banner a{
    display: block;
    overflow: hidden;
}
.banner img{
    display: block;
    width: 100%;
}

.searchBox{
    position: absolute;
    left: 0;
    right: 0;
    width: 638px;
    bottom: 76px;
    z-index: 99;
    margin: auto;
}
.s-hd{
    font-size: 0;
    border-bottom: 1px solid #feaa56;
}

.s-hd>div>span,.s-hd>span{
    display: inline-block;
    width: 144.5px;
    font-size: 20px;
    line-height: 54px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-left: 10px;
    border-radius: 10px 10px 0 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all .3s;
    cursor: pointer;
}
.s-hd span.on{
    color: #fff;
    background: #feaa56;
}
.s-hd>span:first-child{
    margin-left: 0;
}
.search{
    position: relative;
}
.search input[type='text']{
    width: 410px;
    height: 52px;
    line-height: 50px;
    font-size: 14px;
    color: #8c1616;
    padding-left: 35px;
    padding-right: 140px;
    border: 1px solid #8c1616;
    background: #fff url("../images/search.png") no-repeat left 12px center;
}
.search input[type='submit']{
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 52px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #8c1616;
    cursor: pointer;
}
.s-bd{
    height:140px;
    padding: 37px 50px;
    background: rgba(255, 255, 255, 0.5);
}
.s-bd>div{display:none;}
.s1-l {
    float: left;
    width: 282px;
}
.gg-tit{
    padding-bottom: 9px;
    border-bottom: 3px solid #eaeaea;
}
.gg-tit h4{
    font-size: 27px;
    color: #000;
    line-height: 48px;
    text-align: center;
    position: relative;
}
.gg-tit h4:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 59px;
    height: 3px;
    background: #feaa56;
    transform: translateX(-50%);
}
.s1-l .gg-tit h4{
    background: url("../images/tit-1.png") no-repeat top center;
}
.s1-list>ul>li{
    position: relative;
    margin-top: 10px;
    border: 1px solid transparent;
    transition: all .3s;
}
.s1-list>ul>li>a{
    display: block;
    overflow: hidden;
}
.s1-list>ul>li img{
    display: block;
    width: 100%;
    transition: all .3s;
}
.s1-list{
    margin-top: 18px;
}
.s1-list>ul>li:hover{
    border-color: #8c1616;
}
.s1-list>ul>li:hover img{
    transform: scale(1.1);
}

.s1-r{
    overflow: hidden;
    padding-left: 48px;
}

.s1-item-1 .gg-tit h4{
    background: url("../images/tit-2.png") no-repeat top center;
}
.s1-list2>ul{
    overflow: hidden;
}
.s1-list2>ul>li{
    float: left;
    width: 96px;
    margin-left: 33px;
    margin-top: 25px;
}
.s1-list2>ul>li:nth-child(7n+1){
    margin-left: 0;
}
.s1-list2>ul>li a{
    display: block;
    overflow: hidden;
}
.s1-list2>ul>li .pic{
    width: 94px;
    height: 94px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin: auto;
    transition: all .3s;
}
.s1-list2>ul>li .pic img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.s1-list2>ul>li .pic img:nth-child(2){
    opacity: 0;
}
.s1-list2>ul>li p{
    font-size: 16px;
    line-height: 1;
    color: #333333;
    text-align: center;
    margin-top: 19px;
}

.s1-list2>ul>li:hover .pic{
    background: #8c1616;

}
.s1-list2>ul>li:hover .pic img:nth-child(1){
    opacity: 0;
}
.s1-list2>ul>li:hover .pic img:nth-child(2){
    opacity: 1;
}
.s1-list2{
    margin-top: 10px;
}


.s1-item-2 .gg-tit h4{
    background: url("../images/tit-3.png") no-repeat top center;
}


.s1-list3 ul:nth-child(1) li:nth-child(3){display:none;}
.s1-list3 ul:nth-child(2) li:last-child{display:none;}


.s1-list3>ul{
    overflow: hidden;
    padding-top: 17px;
}
.s1-list3>ul>li{
    float: left;
    width: 100px;
    margin-left: 9px;
    border-radius: 50px;
    transition: all .3s;
}

.s1-list3>ul>li>a{
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    text-align: center;
}
.s1-list3>ul>li.on,.s1-list3>ul>li:hover {
    background: #8c1616;
}
.s1-list3>ul>li.on a,.s1-list3>ul>li:hover a{
    color: #fff;
    font-weight: 600;
}
.s1-list3{
    margin-top: 15px;
}
.s1-item-2{
    margin-top: 86px;
}
.s1{
    overflow: hidden;
}

.s2-l {
    float: left;
    width: 520px;
}
.s2-banner a{
    display: block;
    overflow: hidden;
    position: relative;
}
.s2-banner img{
    display: block;
    width: 100%;
}
.s2-banner a>p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 46px;
    color: #fff;
    padding-left: 20px;
    padding-right: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.7);
}
.s2-banner ul button{
    display: none;
}
.s2-banner ul>li{
    width: 7px;
    height: 7px;
    background: #9a9b9b;
    margin-left: 3px;
    transition: all .3s;
}
.s2-banner ul>li.slick-active{
    background: #feaa56;
}
.s2-banner ul{
    width: auto;
    right: 16px;
    bottom: 10px;
}
.s2-banner>button{
    position: absolute;
    top: 50%;
    width: 22px;
    height: 42px;
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
    cursor: pointer;
}

.s2-banner .slick-prev{
    left: 30px;
    background-image: url("../images/arrows-l.png");
}
.s2-banner .slick-next{
    right: 20px;
    background-image: url("../images/aroows-r.png");
}
.s2-r{
    overflow: hidden;
    padding-left: 35px;
}
.s2-hd{
    font-size: 0;
    border-bottom: 2px solid #8c1616;
}
.s2-hd span{
    display: inline-block;
    font-size: 16px;
    color: #333333;
    line-height: 43px;
    height: 43px;
    text-align: center;
    width: 88px;
    background: #eaeaea;
    margin-left: 4px;
    transition: all .3s;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
}
.s2-hd span:first-child{
    margin-left: 0;
}
.s2-hd span.on{
    color: #fff;
    background: #8c1616;
    border-bottom: 1px solid #8c1616;
}

.s2-bd>ul>li{
    position: relative;
    line-height: 40px;
}
.s2-bd>ul>li>a{
    display: block;
    font-size: 16px;
    color: #333333;
    padding-left: 20px;
    padding-right: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.s2-bd>ul>li span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #999999;
}
.s2-bd>ul>li:before{
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #8c1616;
    border-radius: 50%;
    transform: translateY(-50%);
}
.s2-bd>ul{
    margin-top: 20px;
    display: none;
}
.s2-bd>ul>li:hover a{
    font-weight: 600;
    color: #8c1616;
}

.s2{
    margin-top: 86px;
}
.index{
    padding-top: 75px;
    background: url("../images/index.jpg") no-repeat bottom center;
    background-size: contain;
}
#d_search_btn_1{    position: absolute;}
#d_search_box_1{z-index:999}