body {
	font-family: "Microsoft YaHei UI","Microsoft YaHei","PingFang SC","Helvetica Neue",Helvetica,Arial,sans-serif;
}
*:before,*:after {
	font-family: "Microsoft YaHei UI","Microsoft YaHei","PingFang SC","Helvetica Neue",Helvetica,Arial,sans-serif,"FontAwesome";
}
.bg-gray {
	background-color: #f9fafc;
}
.bg-white {
	background-color: #fff;
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}
.part img {
	max-width: 100%;
	margin: 20px auto;
	display: block;
}
header {
	position: absolute;
	z-index: 1;
	width: 100%;
}
header .logo {
	background:url('../imgs/logo.svg') no-repeat left center / auto 100%;
	height: 24px;
	width: 100%;
	display: block;
	margin-top: 16px;
}
header .desktop {
	padding-top: 18px;
	text-align: right;
}
header .desktop .menu-list{
	padding: 0;
	display: inline-block;
}
header .desktop .menu-list:hover > li {
	opacity: 0.5;
}
header .desktop .menu-list>li:hover {
	opacity: 1;
	transition: .25s;
}
header .desktop .menu-list>li{
	list-style: none;
	display: inline-block;
	line-height: 1em;
	padding: 0 8px 0 6px;
	border-right: 1px solid #fff;
	transition: .25s;
}
header .desktop .menu-list>li:last-child {
	margin-right: 0;
	border-right: none;
}
header .desktop .menu-list>li a {
	color: #fff;
	text-decoration: none;
}

header .mobile .mobile-button {
	width: 24px;
	height: 24px;
	background: transparent;
	position: absolute;
	right: 16px;
	top: 16px;
	cursor: pointer;
}
header .mobile .bread {
	width: 24px;
	height: 2px;
	background-color: #fff;
	margin: 4px 0;
	border-radius: 1px;
}
header .mobile .menu-list {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 4px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    list-style: outside none none;
    margin-top: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 43px;
}
header .mobile .menu-list > li {
    margin: 20px 25px;
}
header .mobile .menu-list a {
    color: #475669;
    font-size: 16px;
    text-shadow: 0 1px #fff;
    text-decoration: none;
    white-space: nowrap;
}
.actualShop_title {
	text-align: center;
	background-color: #20a0ff;
	background:url('../imgs/actualShop/top_bg.jpg');
	background:url('../imgs/actualShop/cloud.png') repeat-x center bottom,url('../imgs/actualShop/top_bg.jpg') center center / cover;
	height: 410px;
}
.actualShop_title h3 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 15px;
	text-shadow: 0 3px 5px rgba(0,0,0,.2);
	padding: 0;
}
.container {
	position: relative;
}
.actualShop_title p {
	color: #fff;
	text-shadow: 0 3px 5px rgba(0,0,0,.2);
}
.actualShop_title p span {
	display: inline-block;
}
.actualShop_title .imgFloat {
	position: absolute;
    right: 0;
    top: -50px;
    max-width: 50%;
	display: block;
}
.actualShop_title a {
	color: #fff;
	background-color: transparent;
	padding: 6px 15px;
	border-radius: 4px;
	text-decoration: none;
	display: inline-block;
	border: 1px solid rgba(255,255,255,.5);
	margin-top: 10px;
	transition: .25s;
}
.actualShop_title a:hover {
	color: #20a0ff;
	background-color: #fff;
	border-color: #fff;
	transition: .25s;
}

.imgFloatTop {
	margin-top: -40px !important;
}
/*part*/
.part {
	padding: 40px 0;
	min-height: 400px;
	text-align: center;
}
.part h3 {
	color: #666;
	font-size: 22px;
	padding: 0;
	margin: 0 0 20px 0;
}
.tac {
	padding: 0 0 0 24px;
	margin: 6px 0;
}
.tac h4{
	color: #20a0ff;
	font-size: 16px;
	position: relative;
}
.tac h4 i {
	position: absolute;
	left: -24px;
	top: 1px;
	width: 16px;
	text-align: center;
}
.tac p {
	color: #91a2b3;
}

.oc {
	padding: 0;
	color: #91a2b3;
	padding-top: 6px;
}

.cai {
	padding: 0 0 0 24px;
}

.cai p {
	position: relative;
	color: #91a2b3;
}
.cai p i {
	position: absolute;
	left: -24px;
	top: 3px;
	width: 16px;
	text-align: center;
	color: #20a0ff;
}
.blue_foot {
	background: #20a0ff;
	background: linear-gradient(90deg,#20a0ff,#4acaff);
	position: relative;
	height: 245px;
	text-align: center;
	color: #fff;
}
.blue_foot:before {
	content: "";
	background: url('../imgs/whitewave.svg') no-repeat left 80%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .13;
	z-index: 1;
}
.blue_foot:after {
	content: "";
	background: url('../imgs/actualShop/fwtd.png') no-repeat center bottom;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blue_foot .container {
	z-index: 1;
	position: relative;
}
.blue_foot h3 {
	margin: 50px 0 20px;
	font-size: 22px;
}
.blue_foot a {
	color: #20a0ff;
	background-color: #fff;
	padding: 7px 13px;
	border-radius: 4px;
	text-decoration: none;
	display: inline-block;
	margin-top: 30px;
}
footer {
	background-color: #434f5d;
	color: #fff;
	text-align: center;
	padding: 28px 15px;
	font-size: 12px;
}
footer .beian {
	opacity: .3;
}
@media (min-width: 768px) {
header .logo {
	height: 34px;
}
.actualShop_title {
	height: 580px;
	text-align: left;
}
.product-logo {
	width: 100px;
	height: 100px;
	margin: 190px auto 0 auto;
}
.part {
	text-align: left;
}
.part h3 {
	font-size: 28px;
}
.tac {
	padding: 0 15px 0 24px;
}
.tac.double p {
	height: 4em;
}
}