html,body{
    width: 100%;
    height: 100%;
}
#mycontent{
    width: 100%;
    overflow: hidden;
    height: calc(100% - 70px);
    height: -ms-calc(100% - 70px);
    height: -moz-calc(100% - 70px);
	height: -webkit-calc(100% - 70px);
	height: -o-calc(100% - 70px);
    position: relative;
}
#mycontent div.mybox{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.swiper-container{
    width: 100%;
    height: 80%;
    background: #f7f7f7;
    position: relative;
}
.swiper-wrapper{
    width: 200%;
    height: 100%;
}
.swiper-slide{
    width: 50%;
    height: 100%;
    position:relative;
    float: left;
}
.swiper-slide>div{
    width: 1100px;
    height: 360px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.swiper-slide>div>img{
    display: block;
    width: 460px;
    height: 100%;
    float: left;
}
.swiper-slide>div>div{
    float: left;
    width: 640px;
    height: 100%;
}
.swiper-slide>div>div>p:first-of-type{
    font-size: 58px;
    color: #333;
    margin-top:20px;
    padding-left: 80px;
}
.swiper-slide>div>div>p:nth-of-type(2){
    width: 460px;
    font-size: 16px;
    margin-top: 60px;
    padding-left: 85px;
}
.swiper-slide>div>div>p:nth-of-type(3){
    width: 460px;
    font-size: 16px;
    margin-top: 10px;
    padding-left: 85px;
}
.swiper-slide>div>div>p:last-of-type{
    font-size: 36px;
    width: 240px;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    margin: 100px auto 0;
    background: #ff971c;
    background: linear-gradient(left,#ff971c,#f86809);
    background: -webkit-linear-gradient(left,#ff971c,#f86809);
    background: -moz-linear-gradient(left,#ff971c,#f86809);
    background: -o-linear-gradient(left,#ff971c,#f86809);
    background: -ms-linear-gradient(left,#ff971c,#f86809);
}
.swiper-slide>div>div>p:last-of-type:active{
    background: #f86809;
}
 
.swiper-slide>div>div>p:last-of-type>a{
    display: block;
    color: #fff;
}
span.swiper-pagination-bullet{
    opacity: 1;
    background: #ffb7b3;
}
span.swiper-pagination-bullet-active{
    background: #e81b11;
}
#mybtn{
    width: 100%;
    height: 20%;
    position: relative;
}
#mybtn>ul{
    width: 895px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#mybtn>ul>li{
    width: 283px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    font-size: 18px;
    color: #333;
    float: left;
    border: 1px solid #a8a8a8;
    border-radius: 4px;
    cursor: pointer;
}
#mybtn>ul>li>a{
    display: block;
    width: 100%;
    height: 100%;
}
#mybtn>ul>li:first-child~li{
    margin-left: 20px;
}
@media screen and (max-width:1366px){
    #mycontent{
        height: calc(100% - 50px);
        height: -ms-calc(100% - 50px);
        height: -moz-calc(100% - 50px);
        height: -webkit-calc(100% - 50px);
        height: -o-calc(100% - 50px);
    }
    #mycontent div.mybox{
        width: 960px;
    }
    .swiper-container{
        height: 70%;
    }
    .swiper-slide>div{
        width: 820px;
        height: 240px;
    }
    .swiper-slide>div>img{
        width: 350px;
    }
    .swiper-slide>div>div{
        width: 470px;
    }
    .swiper-slide>div>div>p:first-of-type{
        font-size: 30px;
        margin-top:4px;
    }
    .swiper-slide>div>div>p:nth-of-type(2){
        font-size: 12px;
        width: 350px;
        margin-top: 30px;
    }
    .swiper-slide>div>div>p:nth-of-type(3){
        font-size:12px;
    }
    .swiper-slide>div>div>p:last-of-type{
        font-size: 16px;
        width: 120px;
        height: 40px;
        line-height: 40px;
        margin: 46px auto 0;
    }
    #mybtn{
        height: 30%;
    }
    #mybtn>ul{
        width: 755px;
        height: 60px;
    }
    #mybtn>ul>li{
        width: 223px;
        height: 58px;
        line-height: 58px;
    }
}