@charset "utf-8";

.redie{
    width: 1000px;
    margin: 0 auto;
    height: 500px;
}
.redie iframe{

    width: 1000px;
    margin: 0 auto;
    height: 500px;
}

.mainimg{
    margin: -21.8px 0 0 0;
}


.slick01{
    float: left;
    width: 60%;
    height: 100%; 
}
.slick02{
    float: right;
    width: 40%;
    position: relative;
}
.slick-slide:focus{
    outline:none;
}
.slider03box{
    height: 100%; 
    text-align: center;
    background: #fff;
    margin: 0 auto;
}
.slick-slide img{
    display: inline-block;
	width: 100vw;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .slick-slide img{
        display: inline-block;
        width: 65vw;
        margin: 0 auto;
    }
}
.slider03boxin{
    position: relative;
    display: inline-block;
}
.slider03boxin .text{
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 0.9rem;
    color: #000000;
    line-height: 1.3;
    text-align: left;
}

.black {
    color: #000 !important;
}

.gray {
    color: #808080 !important;
}

.white {
    color: #fff !important;
}

/*@media screen and (max-width: 1260px) {
	 max-height: 405px;
}
}*/


@media screen and (max-width: 767px) {
    .mainimg{
        margin:0;
    }
    .slick01{
        float: none;
        width: 100%;
    }
    .slick02{
        float: none;
        width: 100%;
        position: relative;
    }
}
.slider04box{
    display: table;
    width: 100%;
    background: #eb6c1f;
    padding: 0 0 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.slick02:before{
    content: '';
    position: absolute;
    background: url("../img/top/ico_slider03.png")no-repeat 0 0;
    width: 12px;
    height: 12px;
    bottom: 8px;
    right: 8px;
    z-index: 2;
}
.slider04box .slider04boxin{
    display: table-cell;
    vertical-align: middle;
    padding: 2rem 0;
}
.slider04box .slider04boxin .date{
    font-size: 1.4rem;
    color: #fff;
}
.slider04box .slider04boxin .title{
    font-size: 3.6rem;
    color: #fff;
    line-height: 0.8;
    font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
    padding: 0 0 1rem 0;
}
.slider04box .slider04boxin .title span{
    vertical-align: middle;
    font-size: 1.6rem;
    padding: 0 0 0 30px;
    background: url('../img/top/ico_slider01.png')no-repeat left 10px center;
}
.slider04box .slider04boxin .tit{
    border-top: 1px solid #fff;
    font-size: 2.6rem;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.1;
    color: #fff;
    padding: 1rem 50px 0 0;
}

.slider04box .slider04boxin .tit a {
    color: #fff;
}

.slider04box .slider04boxin .tit a:hover {
    text-decoration: none;
}

.slider04box .slider04boxin .txt {
    font-size: 1.3rem;
    color: #fff;
    padding: 0.5rem 40px 0 0;
}
.slider04box .slider04boxin .txt a{
    font-size: 1.3rem;
    color: #fff;
    padding: 0.5rem 40px 0 0;
    display: inline-block;
    text-decoration: none;
}
.slider04 .slick-dots{
    bottom: 20px;
    left: -60px;
}
.slider04 .slick-dots li{
    margin: 0 3px;
}
/*选中active*/
.slider04 .slick-dots li.slick-active button:before{
    background: #eb6c1f;
    border: 4px solid #f5b58f;
}
.slider04 .slick-dots li button:before{
    background: #f5b58f;
    content: '';
    border: 4px solid #eb6c1f;
    width: 10px;
    height: 10px;
}
.pagingInfo{
    position: absolute;
    bottom: 15px;
    left: 40px;
    z-index: 3;
    width: 80px;
    height: 27px;
}
.pagingInfo .span01{
    font-size: 16px;
    color: #fff;
    display: inline-block;
    -webkit-transform: translate(0px,-7px);
    transform: translate(0px,-7px);
}
.pagingInfo .span02{
    background: url("../img/top/ico_slider02.png")no-repeat center center;
    height: 20px;
    width: 12px;
    display: inline-block;
}
.pagingInfo .span03{
    font-size: 10px;
    color: #fff;
    display: inline-block;
    -webkit-transform: translate(-4px,0);
    transform: translate(-4px,0);
}
@media screen and (max-width: 1366px) {
    .slider04 .slick-dots {
        bottom: 20px;
        left: 0;
    }
}
@media screen and (max-width: 767px) {
    .slick01 {
        width: auto;
        float: none;
    }

    .slick02 {
        float: none;
        width: auto;
        position: relative;
    }
    .slider04box{
        display: table;
        width: 100%;
        padding: 0 0 0 20px;
    }
    .slider04box .slider04boxin{
        display: table-cell;
        vertical-align: middle;
        padding: 2rem 0 5rem 0;
    }
    .slider04box .slider04boxin .date{
        font-size: 1.2rem;
    }
    .slider04box .slider04boxin .title{
        font-size: 2.4rem;
        padding: 0 0 1rem 0;
    }
    .slider04box .slider04boxin .title span{
        font-size: 1.4rem;
        padding: 0 0 0 25px;
        background: url('../img/top/ico_slider01.png')no-repeat left 10px center;
        background-size: 8px;
    }
    .slider04box .slider04boxin .tit{
        padding: 0.5rem 0 0 0;
        font-size: 1.8rem;
    }
    .slider04box .slider04boxin .txt a{
        font-size: 1.2rem;
        padding: 0.5rem 20px 0 0;
    }
    .slider04 .slick-dots{
        bottom: 10px;
        left: 0;
    }
    .slider04 .slick-dots li{
        margin: 0 1px;
    }
    /*选中active*/
    .slider04 .slick-dots li.slick-active button:before{
        background: #eb6c1f;
        border: 3px solid #f5b58f;
    }
    .slider04 .slick-dots li button:before{
        background: #f5b58f;
        content: '';
        border: 3px solid #eb6c1f;
        width: 8px;
        height: 8px;
    }
}













.news{
    padding: 7rem 0 16rem;
}
.newslist{
    margin: 0 0 0 -20px;
}
.newslist li{
    float: left;
    width: 33.33%;
    padding: 0 0 0 20px;
    margin: 4rem 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.newslist .newsbox{
    background: #fff;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
}
.newslist .newsbox:hover{
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -moz-box-shadow:0 6px 20px #F2BC9B;          -webkit-box-shadow:0 6px 20px #F2BC9B;       box-shadow:0 6px 20px #F2BC9B;
    transition: all 0.5s;
}
.newslist .newsbox:hover .textbox dd a{
    color: #eb6c1f;
    background: url("../img/common/arrow03.png")no-repeat right center;
}
.newslist .newsbox .img{
    padding: 10px 0;
    margin: 0 10px;
    text-align: center;
    width: auto;
    border-bottom: 1px solid #f0f0f0;
}

.newslist .newsbox .img a {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.newslist .newsbox .img a span {
    display: table-cell;
    vertical-align: middle;
}

.newslist .newsbox .img img {
    max-height: 183px;
}
.newslist .newsbox .textbox{
    margin: 20px;
    position: relative;
}
.newslist .newsbox .textbox .date{
    font-size: 1.2rem;
    font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.newslist .newsbox .textbox .tit{
    font-size: 2.4rem;
    font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
    line-height: 0.8;
}
.newslist .newsbox .textbox .tit span{
    vertical-align: middle;
    font-size: 1.2rem;
    padding: 0 0 0 15px;
    background: url("../img/common/arrow01.png")no-repeat left 5px center;
}
.newslist .newsbox .textbox .tit01{
    font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 2rem 0 1rem 0;
}

.newslist .newsbox .textbox  a {
    color: #000;
    display: block;
}

.newslist .newsbox .textbox  a:hover {
    text-decoration: none;
}
.newslist .newsbox .textbox .txt{
    font-size: 1.2rem;
    color: #404040;
    line-height: 1.3;
    padding: 0 0 10rem 0;
}
.newslist .newsbox .textbox dl{
    /*position: absolute;*/
    padding-bottom: 20px;
    display: table;
    width: 319px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.newslist .newsbox .textbox dt{
    display: table-cell;
    vertical-align: middle;
    font-size: 0.8rem;
    line-height: 1;
    color: #808080;
}

.newslist .newsbox .textbox dt a {
    color: #808080;
}
.newslist .newsbox .textbox dd{
    display: table-cell;
    width: 70px;
    vertical-align: middle;
    text-align: right;
}
.newslist .newsbox .textbox dd a{
    font-size: 1.2rem;
    font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
    color: #000;
    text-decoration: none;
    padding: 0 8px 0 0;
    background: url("../img/common/arrow02.png")no-repeat right center;
}
.newslist .newsbox .textbox .animate_btn{
    position: absolute;
    top: 0;
    right: 0;
}
.newslist .newsbox .textbox .animate_btn a{
    display: inline-block;
    width: 140px;
    padding: 0.8rem 0 0.8rem 40px;
    background: url("../img/common/ico_btn01.png")no-repeat left 10px center #ec0000;
    font-size: 1.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    border-radius: 20px;
    border-bottom: 2px solid #a00000;
    transition: none;
}

.newslist .newsbox .textbox .animate_btn a:hover{
    border: 1px solid #a00000;
    text-decoration: none;
}
.newslist .newsbox .textbox .animate_btn a:active{
    border-top: 2px solid #a00000;
    border-bottom: 1px solid #a00000;
    border-left: 1px solid #a00000;
    border-right: 1px solid #a00000;
    transition: none;
    background: url("../img/common/ico_btn01.png")no-repeat left 10px center #c00000;
}
@media screen and (max-width: 767px) {
    .news{
        padding: 3rem 0 4rem;
    }
    .newslist{
        margin: 0 0 0 -10px;
    }
    .newslist li{
        float: left;
        width: 50%;
        padding: 0 0 0 10px;
        margin: 1rem 0 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .newslist .newsbox:before{
        content: '';
        position: absolute;
        background: url("../img/common/ico_com01.png")no-repeat 0 0;
        width: 10px;
        height: 10px;
        right: 5px;
        bottom: 5px;
        z-index: 2;
    }
    .newslist .newsbox .img{
        padding: 5px 0;
        margin: 0 5px;
        width: auto;
    }
    .newslist .newsbox .textbox{
        margin: 10px;
    }
    .newslist .newsbox .textbox .date{
        font-size: 1.2rem;
        font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
    }
    .newslist .newsbox .textbox .tit{
        font-size: 1.8rem;
    }
    .newslist .newsbox .textbox .tit span{
        padding: 0 0 0 15px;
        background: url("../img/common/arrow01.png")no-repeat left 5px center;
    }
    .newslist .newsbox .textbox .tit01{
        font-size: 1.4rem;
        margin: 1rem 0 0.8rem;
    }
    .newslist .newsbox .textbox .txt{
        font-size: 1.2rem;
        line-height: 1.3;
        padding: 0 0 7rem 0;
    }
    .newslist .newsbox .textbox dl{
        position: absolute;
        padding-bottom: 0;
        bottom: 10px;
        display: table;
        width: 100%;
    }
    .newslist .newsbox .textbox dt{
        display: table-cell;
        vertical-align: middle;
        font-size: 0.8rem;
        line-height: 1;
    }
    .newslist .newsbox .textbox dd{
        display: none;
    }
    .newslist .newsbox .textbox .btn{
        position: inherit;
        display: none;
    }

    .newslist .newsbox .img img {
        max-height: 100px;
    }
}
.studio{
    padding: 0 0 8rem 0;
}
.combox{
    background: url("../img/top/bg_top01.png")no-repeat top center;
    padding: 40px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.combox .combox01{
    float: left;
    width: 555px;
}
.combox .combox02{
    float: right;
    width: 500px;
    padding: 0 60px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.combox .combox02 .tit{
    font-size: 3.6rem;
    font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
    line-height: 1;
}
.combox .combox02 .tit span{
    position: relative;
    display: inline-block;
}
.combox .combox02 .tit span:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 16px;
    background: #eb6c1f;
    top: -44px;
    left: 0;
    z-index: 2;
}
.combox .combox02 .txt{
    font-size: 1.2rem;
    color: #404040;
    line-height: 1.3;
    margin: 1.5rem 0 0 0;
}
.combox .combox02 .link{
    position: absolute;
    bottom: 40px;
    left: 0;
}
.combox .combox02 .link a{
    display: block;
    width: 240px;
    height: 54px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 50px;
    border: 2px solid #eb6c1f;
    background: url("../img/common/ico_com03.png")no-repeat right bottom  #fff;
    color: #eb6c1f;
    font-size: 1.6rem;
    text-align: center;
}
.combox .combox02 .link a:hover{
    background: url("../img/common/ico_com02.png")no-repeat right bottom  #eb6c1f;
    color: #fff;
    text-decoration: none;
}
.combox .combox02 .link a+a{
    margin: 2rem 0 0 0;
}
.combox .img{
    padding: 2px 0 0 0;
}
@media screen and (max-width: 767px) {
    .studio{
        padding: 0 0 4rem 0;
    }
    .studio .inner_s{
        padding: 0;
    }
    .combox{
        background: #F8F8F8;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .comboxin{
        position: relative;
    }
    .combox .combox01{
        float: none;
        width: 100%;
        text-align: center;
    }

    .box_custom {
        display: table;
        width: 100%;
        background: #F8F8F8;
    }

    .box_custom span {
        display: table-cell;
        vertical-align: middle;
    }

    .box_custom span.img_combox {
        width: 85%;
    }

    .box_custom span.txt_img {
        background: #F8F8F8;
    }
    .combox .combox02{
        float: none;
        width: 100%;
        /*padding: 0;*/
        position: inherit;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .combox .combox02 .tit{
        font-size: 2.2rem;
        font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
        line-height: 1;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }
    .combox .combox02 .txt{
        font-size: 1.4rem;
        line-height: 1.3;
        margin: 2.5rem 0 0 0;
        text-align: center;
    }
    .combox .combox02 .link{
        position: inherit;
        bottom: auto;
        left: 0;
        text-align: center;
        margin: 2rem 0 0 0;
    }
    .combox .combox02 .link a{
        display: inline-block;
        width: 45%;
        height: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 50px;
        border: 1px solid #eb6c1f;
        font-size: 1.2rem;
    }
    .combox .combox02 .link a+a{
        margin: 0 0 0 10px;
    }
    .combox .img{
        padding: 5rem 0 0 0;
        margin: 0 0 0 -4px;
    }
    .combox .img img{
        float: left;
        width: 50%;
        padding: 0 0 0 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .combox .img .img01{
        display: none;
    }
    .combox .img .img02{
        display: block;
    }
    .combox .comlink{
        padding: 0 10px;
    }

    .studio .comlink {
        margin: 2rem 1rem 0 1rem;
    }
}































@media screen and (max-width: 767px) {

}









