* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html body {
    width: 100%;
    height: 100%;
}

.outer_box {
    width: 100%;
    /*min-width: 1350px;*/
    font-size: 0;
    position: relative;
    height: 93%;
}

.main_list {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #191919;
    position: relative;
    white-space: nowrap;
}

.main_list_items {
    /*font-size: 18px;*/
    flex: 1;
    -ms-flex: 1;  
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    height: 100%;
    position: relative;
    text-align: center;
}

.item_width_20 {
    width: 20% !important
}

img {}

.main_list_item {
    display: block;
}

.main_list_item_list {
    background: #191919;
    margin-top: 160px;
}

.main_list_item img {
    width: 100%;
}

.main_list_item_icons img {
    width: 150px;
    display: block;
    margin: 0 auto;
}

.main_list_item_icons {
    height: 30%;
}

.main_list_item_icons h2 {
    color: #fff;
}

.main_list_item_icons a,
.main_list_item_icons a:visited,
.main_list_item_icons a:link {
    color: #F6416C;
    text-decoration: none;
}

.list_item_list_num {
    position: relative;
}

.list_item_list_num img {
    height: 100%;
}

.list_item_list_num>h3 {
    position: absolute;
    text-align: left;
    left: 0;
    right: 0;
    top: 1.4vw;
    margin: auto;
    font-size: 1.1vw;
    font-weight: 600;
    padding-left: 6%;
    color: #222;
    text-shadow: 0px 1px 5px #001833;
}
.title_white {
    color: #fafafa !important;
}
.list_item_list_num>h6 {
    position: absolute;
    text-align: left;
    left: 0;
    right: 0;
    top: 3vw;
    margin: auto;
    font-size: 0.8vw;
    padding-left: 6%;
    color: #222;
}


.main_list_item_header {
    background: #fff;
    height: 40px;
    line-height: 40px;
}

.main_list_item_header p {
	text-align: left;
    margin-left: 6%;
    color: #1868ff;
    font-size: 18px;
    float: left;
}
.all_products{
	width: 65px;
	margin-top: 10px;
	line-height: 18px;
	text-align: center;
	border: 1px solid #1868ff;
	color: #1868FF;
	float: right;
	font-size: 11px;
	margin-right: 6%;
	border-radius: 3px;
}
.all_products:hover{
	background: #1868ff;
	color: #fafafa;
	cursor: pointer;
}
.main_list_btns {}

.main_list_btns img {
    width: 60px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    height: 60px;
}

.pre_btn {
    left: 0;
}

.next_btn {
    right: 0;
}

.roll_icon {
    display: block;
    position: absolute;
    bottom: 1%;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.bgclsspan{
            width: 166px;
			height: 160px;
            overflow: hidden;
			cursor:pointer;
}

.bgclsspanimg{
           width: 166px;height: 160px;display: inline-block; position: relative; 
}
.bgclsspanimgshow{
           width: 166px;height: 160px;display: inline-block; position: relative; left: -166px; border-right: 166px solid transparent; -webkit-filter:drop-shadow(166px 0 #ffffff);filter:drop-shadow(166px 0 #ffffff);overflow: hidden;
}
.Banner {
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.amplify:hover .Banner {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}