@charset "utf-8";
/* CSS Document */
#main {
    padding-bottom: 0px;
}

/*sw-photo-main Start*/
.sw-photo-main {
    background-color: #eeeeee;
    height: calc(100vh - 0px);
    min-height: 500px;
    max-height: 500px;
}
.sw-photo-main-inner {
    background-color: #FFFFFF;
    height: 100%;
    max-width: 1720px;
    margin: 0 auto;
    position: relative;
}

.sw-photo-button {
    margin-left: -205px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    z-index: 99;
}
.sw-photo-button .swiper-button-next2 {
    display: inline-block;
	background-image: url("../images/bg4-arrow-right.png");
	background-position: center 0px;
	background-size: 50px 100px;
    width: 50px;
    height: 50px;
    margin: 0 10px;
	cursor: pointer;
}
.sw-photo-button .swiper-button-next2-down {
	background-image: url("../images/bg4-arrow-right.png");
	background-position: center -50px;
}
.sw-photo-button .swiper-button-prev2 {
    display: inline-block;
	background-image: url("../images/bg4-arrow-left.png");
	background-position: center 0px;
	background-size: 50px 100px;
    width: 50px;
    height: 50px;
    margin: 0 10px;
	cursor: pointer;
}
.sw-photo-button .swiper-button-prev2-down {
	background-image: url("../images/bg4-arrow-left.png");
	background-position: center -50px;
}

.sw-photo-box {
    height: 100%;
}
.sw-photo-b-left {
	background-color: #1d2088;
    float: left;
    width: 50%;
    height: 100%;
    padding: 10px 90px 10px 75px;
}
.sw-photo-b-right {
    float: right;
    width: 50%;
    height: 100%;
}

.sw-photo-b-l-table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.sw-photo-b-l-td {
    vertical-align: middle;
    display: table-cell;
}
.sw-photo-b-l-t1 {
    margin: 0 0 25px 0;
}
.sw-photo-b-l-t1-0 {
    color: #ffcc00;
	font-size: 46px;
	font-weight: bold;
	line-height: 66px;
    letter-spacing: 2px;
    text-align: justify;
}
.sw-photo-b-l-t1-1 {
    display: block;
}
.sw-photo-b-l-t1-2 {
    display: block;
}
.sw-photo-b-l-t2 {
    color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	line-height: 48px;
    text-align: justify;
    margin: 0 0 25px 0;
}
.sw-photo-b-l-button {
    text-align: left;
}
.sw-photo-b-l-button a {
    color: #1d2088;
	font-size: 28px;
	font-weight: bold;
	line-height: 48px;
    background-color: #FFFFFF;
    display: inline-block;
    padding: 0 30px;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}
.sw-photo-b-l-button a:hover {
    color: #FFFFFF;
    background-color: #666666;
}

.sw-photo-b-r-bg {
    background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    height: 100%;
}
.sw-photo-b-r-bg-img1 {
	background-image: url("../images/product01.jpg");
}
.sw-photo-b-r-bg-img2 {
	background-image: url("../images/product02.jpg");
}
.sw-photo-b-r-bg-img3 {
	background-image: url("../images/product03.jpg");
}
.sw-photo-b-r-bg-img4 {
	background-image: url("../images/product04.jpg");
}
.sw-photo-b-r-bg-img5 {
	background-image: url("../images/product05.jpg");
}
.sw-photo-b-r-bg-img6 {
	background-image: url("../images/product06.jpg");
}
/*sw-photo-main End*/

@media only screen and (max-width: 1520px){
    .sw-photo-b-l-t1 {
        margin: 0 0 20px 0;
    }
    .sw-photo-b-l-t1-0 {
        font-size: 28px;
        line-height: 48px;
        letter-spacing: 1px;
    }
    .sw-photo-b-l-t2 {
        font-size: 20px;
        line-height: 36px;
    }
    .sw-photo-b-l-button a {
        font-size: 20px;
        line-height: 42px;
        padding: 0 28px;
    }
}

@media only screen and (max-width: 1366px){
    .sw-photo-main {
        min-height: 420px;
        max-height: 420px;
    }
    .sw-photo-b-l-t1 {
        margin: 0 0 15px 0;
    }
    .sw-photo-b-l-t1-0 {
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 0px;
    }
    .sw-photo-b-l-t2 {
        font-size: 16px;
        line-height: 32px;
        margin: 0 0 20px 0;
    }
    .sw-photo-b-l-button a {
        font-size: 16px;
        line-height: 40px;
        padding: 0 25px;
        border: 1px solid #ffffff;
    }
}

@media only screen and (max-width: 1200px){
    .sw-photo-main {
        min-height: 360px;
        max-height: 360px;
    }
    .sw-photo-b-left {
        padding: 10px 60px 10px 45px;
    }
    .sw-photo-b-l-t2 {
        font-weight: normal;
    }
    .sw-photo-button {
        margin-left: -175px;
    }
    .sw-photo-button .swiper-button-next2 {
        margin: 0 10px;
    }
    .sw-photo-button .swiper-button-prev2 {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 1100px){
}

@media only screen and (max-width: 1024px){
}

@media only screen and (max-width: 980px){
    .sw-photo-b-left {
        padding: 10px 40px 10px 25px;
    }
    .sw-photo-b-l-t1 {
        margin: 0 0 10px 0;
    }
    .sw-photo-b-l-t1-0 {
        font-size: 20px;
        line-height: 36px;
    }
    .sw-photo-b-l-t2 {
        line-height: 28px;
        margin: 0 0 15px 0;
    }
    .sw-photo-button {
        margin-left: -125px;
        bottom: 15px;
    }

    .sw-photo-button .swiper-button-next2 {
        background-size: 40px 80px;
        width: 40px;
        height: 40px;
        margin: 0 5px;
    }
    .sw-photo-button .swiper-button-next2-down {
        background-position: center -40px;
    }
    .sw-photo-button .swiper-button-prev2 {
        background-size: 40px 80px;
        width: 40px;
        height: 40px;
        margin: 0 5px;
    }
    .sw-photo-button .swiper-button-prev2-down {
        background-position: center -40px;
    }
}

@media only screen and (max-width: 780px){
    .sw-photo-main {
        min-height: 300px;
        max-height: 300px;
    }
    .sw-photo-b-l-t1-0 {
        font-size: 20px;
        line-height: 32px;
    }
    .sw-photo-b-l-t2 {
        font-size: 15px;
        line-height: 24px;
        margin: 0 0 10px 0;
    }
}

@media only screen and (max-width: 680px){
    .sw-photo-main {
        height: auto;
        min-height: inherit;
        max-height: inherit;
    }
    .sw-photo-b-left {
        float: none;
        width: auto;
        height: 270px;
        padding: 30px 40px 10px 40px;
        border-bottom: 1px solid #eeeeee;
    }
    .sw-photo-b-right {
        float: none;
        width: auto;
        height: auto;
    }
    .sw-photo-b-r-bg {
        height: auto;
        padding-top: 57.80%;
    }
    .sw-photo-b-l-td {
        vertical-align: top;
    }
    .sw-photo-button {
        margin-left: 0px;
        left: auto;
        right: 15px;
    }
    .sw-photo-button .swiper-button-next2 {
        margin: 0 10px;
    }
    .sw-photo-button .swiper-button-prev2 {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 580px){
    .sw-photo-b-left {
        height: 260px;
        padding: 25px 20px 10px 20px;
    }
    .sw-photo-button {
        bottom: 20px;
    }
}

@media only screen and (max-width: 420px){
    .sw-photo-b-left {
        height: 305px;
        padding: 25px 15px 10px 15px;
    }
}