
*{ font-size: 1vw;}

body{ background-color: #555; }


.main{ width: 100%; min-width: 1200px; height: 100vh; min-height: 45vw; overflow: hidden; position: relative;}

/*轮播*/
.swiper-container{ width: 100%; height: 100%; position: absolute; top: 0;}
.swiper-slide{ width: 100%; height: 100%; color: #fff;}
.swiper-button-prev,
.swiper-button-next{ width: 3rem; height: 6rem; margin-top: -3rem; background-position: center center; background-repeat: no-repeat; background-size: 2rem 5rem; transition: all 0.2s ease-out 0s;}
.swiper-button-prev{ left: 0rem; background-image: url(../img/swiper_button_bg1.png);}
.swiper-button-next{ right: 0rem; background-image: url(../img/swiper_button_bg2.png);}
.swiper-button-prev:hover,
.swiper-button-next:hover{ display: block; background-color: rgba(0,0,0,0.8);}
.swiper-pagination-bullet,
.swiper-pagination-bullet-active{ width: 1rem; height: 1rem; background: #fff;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin: 1rem 0.5rem;}


/*slide单元样式*/
.slide_cell{ width: 100%; height: 100%; overflow: hidden; position: relative; background-position: top center; background-size: 100% auto; background-repeat: no-repeat;}
.slide_cell.cell1{ background-image: url(../img/img1.jpg);}
.slide_cell.cell2{ background-image: url(../img/img2.jpg);}
.slide_cell.cell3{ background-image: url(../img/img3.jpg);}
.slide_cell.cell4{ background-image: url(../img/img4.jpg);}
.slide_cell.cell5{ background-image: url(../img/img5.jpg);}
.slide_cell.cell6{ background-image: url(../img/img6.jpg);}

.slide_cell .cell_right{ width: 37rem; height: auto; position: absolute; top: 13%; right: 5rem; bottom: 0;}
.slide_cell .st{}

.slide_cell .st1{ width: auto; height: auto; position: absolute; /*top: 52rem;*/ top: 80%; left: 2rem; -webkit-opacity: 0.6; -moz-opacity: 0.6; opacity: 0.6; font-size: 0.8rem; line-height: 200%; color: #f6f1e5;}
.slide_cell .st2{ width: 9rem; height: auto; margin: 0 auto; position: relative;}
.slide_cell .st3{ width: 27rem; height: auto; margin: 7rem auto 0; position: relative;}
.slide_cell .st4{ width: 100%; height: 6rem; margin: 1rem auto 0; padding-right: 12.5rem; position: relative; font-size: 2.4rem; line-height: 3rem; color: #f0ebd5;}
.slide_cell .st4 span{ display: block; width: auto; height: 100%; position: absolute; top: 0; right: 0; font-size: 4rem; line-height: 6rem; color: #f6f1e5;}
.slide_cell .st5{ margin-top: 2rem; position: relative; font-size: 1rem; line-height: 200%; color: #f6f1e5; text-align: center;}
.slide_cell .st5 span{ display: inline-block; font-size: 1rem; line-height: 200%; color: #f6f1e5; text-align: center;}
.slide_cell .st5 .c1{ margin-right: 1.5rem;}

.slide_cell .st6{ width: 100%; height: auto; margin-top: 5rem; position: relative; text-align: center;}
.slide_cell .st6 .c{ display: inline-block;}
.slide_cell .st6 .c.c1{ width: 11rem; height: auto; margin-right: 1.5rem;}
.slide_cell .st6 .c.c2{ width: 14.6rem; height: auto;}
.slide_cell .st6 .c .c_tit{ font-size: 0.8rem; line-height: 200%; color: #b3b1a3; text-align: left;}
.slide_cell .st6 .c .c_list{}

.slide_cell .st7{ width: auto; height: auto; position: absolute; bottom: 5%; right: 0; font-size: 0.8rem; line-height: 200%; color: #f6f1e5;}
