#gotop {
    position: fixed;
    z-index: 99;
    right: 10px;
    bottom: 50px;
    background: url(/Shared/home2017/images/icon/gotop.png) no-repeat;
    width: 55px;
    height: 50px;
    background-position: 0% 85%;
    border-radius: 5px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}
.banner_bgtext {
    position: absolute;
    top: 50px;
    left: 300px;
    text-align: left;
}

.banner_bgtext h3 {
    height: 110px;
    line-height: 110px;
    background: url('/Shared/images/homev1/newpart/banner_bg.png') no-repeat left center;
    background-size: contain;
    font-size: 50px!important;
    color: #fff;
    text-indent: 40px;
}

.banner_bgtext h5 {
 font-size: 36px;
 color: #fff;
 text-indent: 40px;
 margin-bottom: 34px;
}

.banner_bgtext .text1 {
    color: #fff;
    font-size: 30px;
    margin-top: 5px;
    line-height: 38px;
    padding-left: 40px;
	font-weight: 400;
}

.banner_bgtext .firstfu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.banner_bgtext .firstfu em {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 5px;
    font-weight: bold;
}

.banner_bgtext .firstfu em i {
    margin-left: 6px;
}

.banner_bgtext .text1 strong {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
}

.banner_bgtext .text1 i {
    color: #fff;

}

.banner_bgtext .text2 {
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: lighter;
    padding-left: 40px;
}

.banner_bgtext .secfu {
    margin-top: 0;
}

.newbanner_text3::before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
}

.add_newitem {
	padding-bottom: 65px;
    background-image: url(/Shared/images/homev1/superstore/cloud.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.add_newitem img.add_img_com {
    margin: 60px auto 0;
    display: block;
    width: 100%;
	
}
.add_title_com {
    text-align: center;
    margin-top: 40px;
}
.add_title_com h3.onetitle {
    color: #333;
}

.add_title_com .detailtext {
    color: #666;
    margin-top: 20px;
}

.efficient_store {
	position: relative;
    background: #1268CD;
	background-image: url(/Shared/images/homev1/solutionv1/leftbottom.png),
	url(/Shared/images/homev1/solutionv1/lefttop.png);
	background-position: left top,
	center bottom;
	background-repeat: no-repeat no-repeat;
}
.efficient_store .efficient_title_com {
    text-align: center;
}
.efficient_title_com .onetitle {
	font-size: 40rpx;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 89px;
	padding-bottom: 27px;
}
.efficient_title_com .detailtext {
	font-size: 24px;
	font-family: Microsoft YaHei;
	color: #FFFFFF;
}

.efficient_content_com {
	display: flex;
	justify-content: space-between;
	padding-top: 203px;
	padding-bottom: 167px;
}

.efficient_content_com img.add_img_com {
	position: absolute;
	top: 232px;
	left: 0;
	right: 0;
	display: block;
	margin:  auto;
}
.efficient_content_com .efficient_content_left {
	color: #FFFFFF;
	display: flex;
	align-items: center;
}
.efficient_content_left h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24px;
}
.efficient_content_left p {
	font-size: 16px;
	margin-bottom: 35px;
}
.efficient_content_left_t1 {
	width: 230px;
	height: 242px;
}
.efficient_content_left_t2 .effi_img_com {
margin-left: 69px;
}

.efficient_content_left_t2 .effi_img_com1 {
margin-right: 69px;
}

.efficient_item {
    margin-top: 182px;
}

.efficient_item .efficient_item_title h3{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 108px;
}
.efficient_item_content {
	display: flex;
	justify-content: space-between;
}
.efficient_item_content .efficient_item_content_left {
    width: 389px;
}

.efficient_item_content_left_info{
	margin-bottom: 108px;
}

.efficient_item_content_left_info p{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	margin-bottom: 15px;
}
.efficient_item_content_left_info span {
	font-size: 16px;
}

#bgcolor .banner_bgtext a.contentmiddle {
	line-height: 46px;
	margin-top: 36px;
    background: #79C061;
    box-shadow: 0px -5px #5cac34 inset;
	margin-left: 40px;
	text-align: center;
	color: #FFFFFF;
}

#bgcolor a.contentmiddle:hover {
     box-shadow: none;
     background: #fff;
     color: #333;
 }