@charset "utf-8";

/* ---------------------------------------重置属性开始--------------------------------------- */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Microsoft Yahei",Arial, "Lucida Grande", Verdana, Lucida, Helvetica, sans-serif;
}

body,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.clear::after {
    content: '';
    clear: both;
    display: table;
}

.currency_content {
    width: 100%;
    min-width: 1180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.currency_content.bgblue {
    background-color: #46b3fd;
}

.currency_content.bgwathet {
    background-color: #ecf7fd;
}

.currency_content.bgscene {
    background-image: url(../images/bg_scene.png);
}

.currency_content.bgproduct {
    background-image: url(../images/bg_product_top.png), url(../images/bg_product_bottom.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, left bottom;
    background-size: auto, auto;
}

.currency_box {
    width: 1180px;
    padding-bottom: 50px;
    margin: 0 auto;
}

.currency_title_content {
    padding-top: 52px;
    text-align: center;
}

.currency_title_content h2 {
    height: 36px;
    line-height: 34px;
    font-size: 36px;
    color: #333;
}

.currency_title_content p {
    width: 1140px;
    margin: 36px auto 0;
    line-height: 27px;
    font-size: 18px;
    color: #333;
    word-break: break-all;
}

.currency_title_content p span {
    color: #46b3fd;
}

.currency_title_content.white h2,
.currency_title_content.white p {
    color: #fff;
}

.currency_img_content {
    padding-top: 40px;
    text-align: center;
    font-size: 0;
}

.currency_img_content img {
    max-width: 100%;
}

/* ---------------------------------------重置属性结束--------------------------------------- */

/* -----------------------------------------顶部开始----------------------------------------- */


.header_content {
    width: 100%;
    background-color: #ebebeb;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
}

.header_box {
    width: 1180px;
    height: 34px;
    margin: 0 auto;
    padding: 7px 0 0;
    font-size: 0;
}

.header_left {
    margin-top: 3px;
    margin-left: -20px;
}

.showewminfo {
    width: 145px;
    height: 160px;
    display: none;
    border: 1px solid rgb(221, 221, 221);
    background: rgb(255, 255, 255);
    position: absolute;
    top: 24px;
    z-index: 1;
}

.header_left > ul > li:hover .showewminfo {
    display: block;
}

.header_left > ul > li,
.header_right > ul > li {
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    position: relative;
}

.header_right > ul > li {
    padding: 0 10px;
}

.header_left > ul > li:last-child,
.header_right > ul > li:last-child {
    border-right: 0px;
}

.header_left > ul > li > a,
.header_right > ul > li > a {
    font-size: 12px;
    color: #333;
}

.header_left > ul > li > a > i {
    margin-right: 6px;
    font-size: 16px;
    vertical-align: -2px;
}

.header_right > ul,
.header_phone {
    display: inline-block;
    vertical-align: middle;
}

.header_phone {
    margin-left: 10px;
}

.header_phone i {
    margin-right: 10px;
    font-size: 20px;
    color: #46b3fd;
    vertical-align: -8px;
}

.header_phone strong {
    font-size: 13px;
    color: #46b3fd;
    vertical-align: middle;
}

/* -----------------------------------------顶部结束----------------------------------------- */

/* -----------------------------------------导航开始----------------------------------------- */

.nav_content {
    width: 100%;
    background-color: transparent;
    transition: all .5s;
    position: fixed;
    top: 34px;
    left: 0;
    z-index: 100;
}

.nav_box {
    width: 1180px;
    height: 78px;
    margin: 0 auto;
}

.nav_left {
    padding-top: 9px;
}

.nav_logo,
.nav_logo img {
    height: 60px;
}

.nav_logo a h1 img:nth-child(2) {
    display: none;
}

.nav_title h2 {
    height: 20px;
    line-height: 20px;
    margin: 4px 0 2px;
    font-size: 20px;
    color: #fff;
    transition: all .2s;
}

.nav_title span {
    font-size: 14px;
    color: #fff;
    transition: all .2s;
}

.nav_right > ul {
    font-size: 0;
}

.nav_right > ul > li {
    height: 78px;
    line-height: 78px;
    padding: 0 30px;
    display: inline-block;
    position: relative;
}

.nav_right > ul > li::after {
    content: '';
    width: 20px;
    height: 4px;
    display: none;
    transform: translateX(-50%);
    background-color: #fff;
    transition: all .2s;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
}

.nav_right > ul > li > a {
    font-size: 16px;
    color: #fff;
}

.nav_right > ul > li.active::after,
.nav_right > ul > li:hover::after {
    display: block;
}

.nav_right > ul > li.active > a,
.nav_right > ul > li:hover > a {
    font-weight: bold;
}

.nav_content.active {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
}

.nav_content.active .nav_title h2,
.nav_content.active .nav_title span {
    color: #424242;
}

.nav_content.active .nav_right > ul > li::after {
    background-color: #46b3fd;
}

.nav_content.active .nav_right > ul > li > a {
    color: #797979;
}

.nav_content.active .nav_right > ul > li.active > a,
.nav_content.active .nav_right > ul > li:hover > a {
    color: #46b3fd;
}

/* -----------------------------------------导航结束----------------------------------------- */

/* -----------------------------------------首页开始----------------------------------------- */

/* banner */

.home_banner_content {
    width: 100%;
}

.home_banner_content img {
    width: 100%;
}

.swiper-container-horizontal > .home_banner_pagination.swiper-pagination-bullets {
    width: 100%;
    text-align: center;
    font-size: 0;
    position: absolute;
    bottom: 70px;
    left: 0;
    z-index: 1;
}

.home_banner_pagination .swiper-pagination-bullet {
    width: 34px;
    background-color: #fff;
    border-radius: 50px;
    opacity: .5;
}

.home_banner_pagination.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.home_banner_pagination .swiper-pagination-bullet-active {
    width: 57px;
    background-color: #fff;
    opacity: 1;
}

/* 产品介绍 */

.home_introduce_content {
    width: 100%;
    margin-top: -38px;
    position: relative;
    z-index: 1;
}

.home_introduce_box {
    width: 1180px;
    margin: 0 auto;
    font-size: 0;
}

.home_introduce_box > ul > li {
    width: 265px;
    height: 142px;
    padding: 22px 20px 0;
    margin-right: 40px;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 30px rgba(70, 179, 253, .3);
}

.home_introduce_box > ul > li:last-child {
    margin-right: 0;
}

.home_introduce_img,
.home_introduce_img img {
    width: 98px;
    height: 98px;
    margin-right: 10px;
    float: left;
}

.home_introduce_text {
    width: 117px;
    float: left;
}

.home_introduce_text h3 {
    margin-top: 10px;
    font-size: 20px;
    color: #333;
}

.home_introduce_text span {
    margin-top: 14px;
    font-size: 14px;
    color: #333;
    display: block;
}

/* 丰富多样的强大功能 */

.home_powerfulfun_content {
    padding: 50px 44px 0;
    position: relative;
}

.home_powerfulfun_left {
    width: 490px;
}

.home_powerfulfun_left > ul > li {
    padding: 15px 34px 12px 10px;
    margin-bottom: 6px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.home_powerfulfun_left > ul > li::before {
    content: '';
    width: 0;
    height: 0;
    display: none;
    transform: translateY(-50%);
    border-right: 10px solid transparent;
    border-bottom: 18px solid transparent;
    border-top: 18px solid transparent;
    border-left: 10px solid #fda528;
    position: absolute;
    top: 50%;
    right: -20px;
    z-index: 1;
}

.home_powerfulfun_icon {
    width: 64px;
    height: 64px;
    margin-right: 10px;
    background-position: center;
}

.home_powerfulfun_text h3 {
    margin-top: 6px;
    font-size: 20px;
    color: #333;
    font-weight: normal;
}

.home_powerfulfun_text span {
    margin-top: 6px;
    font-size: 14px;
    color: #666;
    display: block;
}

.home_powerfulfun_icon.icon1 {
    background-image: url(../images/icon_powerfulfun1_1.png);
}

.home_powerfulfun_icon.icon2 {
    background-image: url(../images/icon_powerfulfun2_1.png);
}

.home_powerfulfun_icon.icon3 {
    background-image: url(../images/icon_powerfulfun3_1.png);
}

.home_powerfulfun_icon.icon4 {
    background-image: url(../images/icon_powerfulfun4_1.png);
}

.home_powerfulfun_icon.icon5 {
    background-image: url(../images/icon_powerfulfun5_1.png);
}

.home_powerfulfun_left > ul > li.active,
.home_powerfulfun_left > ul > li:hover {
    background-color: #fda528;
    box-shadow: 0 0 10px rgba(253, 165, 40, 1);
}

.home_powerfulfun_left > ul > li.active::before,
.home_powerfulfun_left > ul > li:hover::before {
    display: block;
}

.home_powerfulfun_left > ul > li.active .home_powerfulfun_icon.icon1,
.home_powerfulfun_left > ul > li:hover .home_powerfulfun_icon.icon1 {
    background-image: url(../images/icon_powerfulfun1_2.png);
}

.home_powerfulfun_left > ul > li.active .home_powerfulfun_icon.icon2,
.home_powerfulfun_left > ul > li:hover .home_powerfulfun_icon.icon2 {
    background-image: url(../images/icon_powerfulfun2_2.png);
}

.home_powerfulfun_left > ul > li.active .home_powerfulfun_icon.icon3,
.home_powerfulfun_left > ul > li:hover .home_powerfulfun_icon.icon3 {
    background-image: url(../images/icon_powerfulfun3_2.png);
}

.home_powerfulfun_left > ul > li.active .home_powerfulfun_icon.icon4,
.home_powerfulfun_left > ul > li:hover .home_powerfulfun_icon.icon4 {
    background-image: url(../images/icon_powerfulfun4_2.png);
}

.home_powerfulfun_left > ul > li.active .home_powerfulfun_icon.icon5,
.home_powerfulfun_left > ul > li:hover .home_powerfulfun_icon.icon5 {
    background-image: url(../images/icon_powerfulfun5_2.png);
}

.home_powerfulfun_left > ul > li.active .home_powerfulfun_text h3,
.home_powerfulfun_left > ul > li:hover .home_powerfulfun_text h3,
.home_powerfulfun_left > ul > li.active .home_powerfulfun_text span,
.home_powerfulfun_left > ul > li:hover .home_powerfulfun_text span {
    color: #fff;
}

.home_powerfulfun_left > ul > li.active .home_powerfulfun_text h3,
.home_powerfulfun_left > ul > li:hover .home_powerfulfun_text h3 {
    font-weight: bold;
}

.home_powerfulfun_right {
    transform: translateY(-45%);
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
}

.home_powerfulfun_right ul li {
    display: none;
}

.home_powerfulfun_right ul li:first-child {
    display: block;
}

/* 安菲社区团购整体解决方案 */

.home_solution_box {
    padding-top: 90px;
    background-repeat: no-repeat;
}

.bgl {
    background-image: url(../images/bg_solution_l.png);
    background-position: left 100px;
}

.bgr {
    background-image: url(../images/bg_solution_r.png);
    background-position: right -50px;
}

.home_solution_describe,
.synopsis_product_describe {
    width: 440px;
}

.home_solution_describe h3,
.synopsis_product_describe h3 {
    height: 36px;
    line-height: 34px;
    margin-top: 40px;
    font-size: 36px;
    color: #333;
    font-weight: normal;
}

.home_solution_describe ul li,
.synopsis_product_describe ul li {
    margin-top: 32px;
    padding-left: 41px;
    font-size: 18px;
    color: #333;
    word-break: break-all;
    position: relative;
}

.home_solution_describe ul li::before,
.synopsis_product_describe ul li::before {
    content: '';
    width: 21px;
    height: 12px;
    display: inline-block;
    border-radius: 100px;
    background-color: #fda528;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 1;
}

.home_solution_text.white .home_solution_describe h3,
.home_solution_text.white .home_solution_describe ul li{
    color: #fff;
}

.home_solution_text.white .home_solution_describe ul li::before {
    background-color: #fff;
}

.home_solution_list ul {
    padding-top: 60px;
    font-size: 0;
}

.home_solution_list ul li {
    margin-right: 36px;
    text-align: center;
    display: inline-block;
}

.home_solution_list ul li:last-child {
    margin-right: 0;
}

.home_solution_list ul li span {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    display: block;
}

.home_solution_smallimg {
    margin-top: 40px;
    font-size: 0;
}

/* 安菲上门o2o应用场景 */

.home_scene_content ul {
    padding-top: 40px;
    font-size: 0;
}

.home_scene_content ul li {
    width: 220px;
    height: 174px;
    margin: 20px 20px 0 0;
    text-align: center;
    background-color: rgba(255, 255, 255, .76);
    display: inline-block;
    border-radius: 6px;
}

.home_scene_content ul li:nth-child(5n) {
    margin-right: 0;
}

.home_scene_content ul li img {
    margin-top: 28px;
}

.home_scene_content ul li span {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    display: block;
    font-weight: bold;
}

/* 产品页面展示 */

.home_productpage_content {
    padding-top: 40px;
    font-size: 0;
}

.home_productpage_tabs {
    text-align: center;
}

.home_productpage_tabs ul li {
    width: 148px;
    height: 66px;
    line-height: 64px;
    margin: 0 38px;
    font-size: 24px;
    color: #666;
    display: inline-block;
    border: 1px solid #ccc;
    transition: all .2s;
    border-radius: 100px;
    cursor: pointer;
}

.home_productpage_tabs ul li.active,
.home_productpage_tabs ul li:hover {
    color: #fff;
    background-color: #46b3fd;
    border-color: #46b3fd;
}

.home_productpage_list ul {
    padding: 0 40px;
    display: none;
}

.home_productpage_list ul:first-child {
    display: block;
}

.home_productpage_list ul li {
    margin-top: 52px;
    margin-right: 100px;
    display: inline-block;
    box-shadow: 0 0 20px rgba(70, 179, 253, .3);
}

.home_productpage_list ul li:nth-child(3n) {
    margin-right: 0;
}

/* -----------------------------------------首页结束----------------------------------------- */

/* ------------------------------------产品介绍-移动端开始------------------------------------ */

.synopsis_banner_content {
    width: 100%;
    height: 400px;
    background-color: #46b3fd;
}

.synopsis_banner_box {
    width: 1180px;
    margin: 0 auto;
    padding: 0 0 0 70px;
    position: relative;
}

.synopsis_banner_left {
    padding-top: 150px;
}

.synopsis_banner_left h2 {
    height: 36px;
    line-height: 34px;
    font-size: 36px;
    color: #fff;
    font-weight: normal;
}

.synopsis_banner_left p {
    margin-top: 14px;
    font-size: 24px;
    color: #fff;
}

.synopsis_banner_left a {
    height: 40px;
    line-height: 36px;
    padding: 0 8px;
    margin-top: 22px;
    font-size: 24px;
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 6px;
}

.synopsis_banner_right {
    position: absolute;
    top: 70px;
    right: 54px;
    z-index: 1;
}

.synopsis_product_content {
    width: 100%;
}

.synopsis_product_box {
    width: 1180px;
    padding: 174px 0 34px;
    margin: 0 auto;
}

.synopsis_product_title_content {
    text-align: center;
}

.synopsis_product_title_content h2 {
    height: 36px;
    line-height: 34px;
    font-size: 36px;
    color: #424242;
    font-weight: normal;
}

.synopsis_product_main {
    padding-top: 80px;
}

.synopsis_product_left {
    margin-left: 110px;
}

.synopsis_phone_content {
    width: 260px;
    height: 528px;
    padding: 15px 17px 35px;
    box-shadow: 0 10px 50px rgba(70, 179, 253, .3);
    border-radius: 40px;
    position: relative;
}

.synopsis_phone_btn {
    width: 44px;
    height: 44px;
    background-position: center;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 1;
}

.synopsis_phone_btn.l {
    background-image: url(../images/phone_btn_left.png);
    left: -84px;
}

.synopsis_phone_btn.r {
    background-image: url(../images/phone_btn_right.png);
    right: -84px;
}

.synopsis_phone_model {
    width: 264px;
    height: 100%;
    background-image: url(../images/phone_model.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -2px;
    z-index: 1;
}

.synopsis_phone_img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.synopsis_phone_img ul {
    height: 100%;
    position: absolute;
    left: 0;
}

.synopsis_phone_img ul li {
    width: 230px;
    height: 100%;
    float: left;
}

.synopsis_phone_img ul li img {
    width: 100%;
    height: 100%;
}

.synopsis_product_describe {
    padding-top: 30px;
}

.synopsis_product_describe ul li::before {
    background-color: #46b3fd;
}

.synopsis_product_tabs {
    width: 500px;
    font-size: 0;
}

.synopsis_product_tabs > ul > li {
    width: 80px;
    height: 80px;
    margin: 50px 50px 0 0;
    text-align: center;
    display: inline-block;
    transition: all .2s;
    border-radius: 6px;
    cursor: pointer;
}

.synopsis_product_tabs > ul > li:nth-child(4n) {
    margin-right: 0;
}

.synopsis_product_tabs > ul > li > i {
    width: 32px;
    height: 32px;
    margin-top: 10px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .2s;
}

.synopsis_product_tabs > ul > li > i.icon1 {
    background-image: url(../images/icon_product1_1.png);
}

.synopsis_product_tabs > ul > li > i.icon2 {
    background-image: url(../images/icon_product2_1.png);
}

.synopsis_product_tabs > ul > li > i.icon3 {
    background-image: url(../images/icon_product3_1.png);
}

.synopsis_product_tabs > ul > li > i.icon4 {
    background-image: url(../images/icon_product4_1.png);
}

.synopsis_product_tabs > ul > li > i.iconjd1 {
    background-image: url(../images/icon_jdproduct1_1.png);
}

.synopsis_product_tabs > ul > li > i.iconjd2 {
    background-image: url(../images/icon_jdproduct2_1.png);
}

.synopsis_product_tabs > ul > li > i.iconjd3 {
    background-image: url(../images/icon_jdproduct3_1.png);
}

.synopsis_product_tabs > ul > li > i.iconjd4 {
    background-image: url(../images/icon_jdproduct4_1.png);
}

.synopsis_product_tabs > ul > li > span {
    margin-top: 12px;
    font-size: 14px;
    color: #424242;
    display: block;
    transition: all .2s;
}

.synopsis_product_tabs > ul > li.active,
.synopsis_product_tabs > ul > li:hover {
    background-color: #46b3fd;
}

.synopsis_product_tabs > ul > li.active > i.icon1,
.synopsis_product_tabs > ul > li:hover > i.icon1 {
    background-image: url(../images/icon_product1_2.png);
}

.synopsis_product_tabs > ul > li.active > i.icon2,
.synopsis_product_tabs > ul > li:hover > i.icon2 {
    background-image: url(../images/icon_product2_2.png);
}

.synopsis_product_tabs > ul > li.active > i.icon3,
.synopsis_product_tabs > ul > li:hover > i.icon3 {
    background-image: url(../images/icon_product3_2.png);
}

.synopsis_product_tabs > ul > li.active > i.icon4,
.synopsis_product_tabs > ul > li:hover > i.icon4 {
    background-image: url(../images/icon_product4_2.png);
}

.synopsis_product_tabs > ul > li.active > i.iconjd1,
.synopsis_product_tabs > ul > li:hover > i.iconjd1 {
    background-image: url(../images/icon_jdproduct1_2.png);
}

.synopsis_product_tabs > ul > li.active > i.iconjd2,
.synopsis_product_tabs > ul > li:hover > i.iconjd2 {
    background-image: url(../images/icon_jdproduct2_2.png);
}

.synopsis_product_tabs > ul > li.active > i.iconjd3,
.synopsis_product_tabs > ul > li:hover > i.iconjd3 {
    background-image: url(../images/icon_jdproduct3_2.png);
}

.synopsis_product_tabs > ul > li.active > i.iconjd4,
.synopsis_product_tabs > ul > li:hover > i.iconjd4 {
    background-image: url(../images/icon_jdproduct4_2.png);
}

.synopsis_product_tabs > ul > li.active > span,
.synopsis_product_tabs > ul > li:hover > span {
    color: #fff;
}

/* 亮点介绍 */

.product_bottom_img {
    width: 100%;
    margin-bottom: -50px;
    text-align: center;
    font-size: 0;
}

.product_bottom_img img {
    max-width: 100%;
}

.product_describe_content {
    padding: 50px 0 0;
    position: relative;
}

.product_describe_text {
    padding: 0 150px 0 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.product_describe_text.fl {
    left: 0;
}

.product_describe_text.fr {
    right: 0;
}

.product_describe_text h3 {
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    color: #333;
    font-weight: normal;
}

.product_describe_text p {
    width: 400px;
    margin-top: 30px;
    font-size: 20px;
    color: #666;
    word-break: break-all;
}



/* ------------------------------------产品介绍-移动端结束------------------------------------ */