﻿.y-row {
    min-width: 1000px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    zoom: 1;
}

.section {
    position: relative;
}


/* 头部导航 */

.top_wrap {
    min-width: 1200px;
    height: 36px;
    line-height: 36px;
    background-color: #f9f9f9;
}

.top {
    width: 1200px;
    margin: 0 auto;
}

.top a:hover {
    color: #007EFB;
}

.head_wapper {
    top: 0px;
    width: 100%;
    min-width: 1200px;
    z-index: 1000;
    box-shadow: 0 1px 12px -4px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #efefef;
}

.head {
    position: relative;
    width: 1200px;
    height: 100%;
    z-index: 999;
    margin: 0 auto;
    color: #fff;
    display: table;
    font-size: 16px;
}

.head .logo {
    display: table-cell;
    vertical-align: middle;
}

.head .logo img {
    width: 400px;
}

.head .nav {
    position: relative;
    line-height: 78px;
}

.head .nav li {
    display: inline-block;
    height: 78px;
    margin-left: 0px;
    text-align: left;
}

.head .nav li>a {
    padding: 0 12px;
    text-align: center;
    display: block;
    /* color: #fff; */
}

.head .nav a:hover {
    color: #007EFB
}

.head .sub_menu {
    position: absolute;
    transition: height 0.3s cubic-bezier(0, 0, 0.2, 1) 0.15s;
    top: 48px;
    height: 0px;
    overflow: hidden;
    z-index: 1000;
}


/* 添加二级菜单后在此处修改菜单的高度 */

.head .nav li:nth-child(1):hover .sub_menu {
    /* height: 200px; */
}

.head .nav li:nth-child(2) .sub_menu {
    left: -115px;
}

.head .nav li:nth-child(2):hover .sub_menu {
    height: 327px;
    left: -115px;
}

.head .nav li:nth-child(3):hover .sub_menu {
    height: 236px;
}

.head .nav li:nth-child(4):hover .sub_menu {
    height: 252px;
}

.head .nav li:nth-child(5):hover .sub_menu {
    height: 306px;
}

.head .sub_menu .sub_menu_con {
    background: #ffffff;
    margin-top: 16px;
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.head .sub_menu .triangle1,
.head .sub_menu .triangleRight {
    width: 0;
    border: 12px solid transparent;
    border-bottom-color: #efefef;
    position: absolute;
    z-index: 1000;
    top: -24px;
    left: 205px;
}

.head .nav_sub_1 {
    margin-top: 16px;
    padding-bottom: 16px;
    padding-top: 16px;
}

.head .nav_sub_1 dl {
    margin-left: 24px;
    margin-right: 24px;
}

.head .nav_sub_1 dt {
    line-height: 32px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    font-size: 16px;
    color: #212121;
    border-bottom: 1px solid #e6e6e6;
}

.head .sub_menu a {
    display: block;
}

.head .nav_sub_1 a {
    display: block;
    padding-top: 14px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}


/* 轮播图 */

.index_banner {
    position: relative;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

.index_banner .banner {
    position: relative;
    height: 453px;
}

.index_banner .banner li {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.index_banner .banner li.ac {
    display: block;
}

.index_banner .banner li img {
    height: 450px;
}

.index_banner .btn-prev,
.index_banner .btn-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    z-index: 10;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 36px;
    background-color: rgba(0, 0, 0, 0.3)
}

.index_banner .btn-prev {
    left: 50px;
}

.index_banner .btn-next {
    right: 50px;
}


/* 首页轮播图中圆点样式 */

.dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
}

.dots div {
    display: inline-block;
    margin-right: 25px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.dots div.active {
    background: transparent;
    border: 2px solid #fff;
    width: 13px;
    height: 13px;
    margin-bottom: -2px;
}


/* 公共标题 */

.main-title {
    min-width: 1200px;
    margin-bottom: 56px;
    padding-top: 40px;
}

.main-title .title {
    font-size: 30px;
    color: #212121;
    letter-spacing: 0;
    text-align: center;
    line-height: 48px;
    margin-top: 0px;
    margin-bottom: 8px
}

.main-title .text {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
}


/* 我们的产品 */

.product-tab {
    width: 1244px;
    margin: 0 auto
}

.product-tab .item {
    width: 25%;
    padding: 0 37px;
    position: relative;
    text-align: center;
    background: transparent;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    border-radius: 3px;
    cursor: pointer;
}

.product-tab .item .icon {
    width: 160px;
    height: 100px;
    display: block;
    margin: 0px auto 16px;
}

.product-tab .item:nth-child(1) .icon {
    background: url(/src/images/cp_rms.png) no-repeat;
    background-size: cover;
}

.product-tab .item:nth-child(2) .icon {
    background: url(/src/images/cp_cn.png) no-repeat;
    background-size: cover;
}

.product-tab .item:nth-child(3) .icon {
    background: url(/src/images/cp_tferp.png) no-repeat;
    background-size: cover;
}

.product-tab .item:nth-child(4) .icon {
    background: url(/src/images/cp_other.png) no-repeat;
    background-size: cover;
}

.product-tab .item:nth-child(5) .icon {
    background: url(/images/icon_nav1.jpg) no-repeat;
    background-size: cover;
}

.product-tab .item .name {
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.product-tab .item.active .name {
    color: #00ccc5;
}

.product-tab .item .tabs-solid {
    width: 0%;
    transition: width 1s;
}

.product-tab .item.active .tabs-solid {
    display: block;
    width: 100%;
    height: 28px;
    margin: 0 auto;
    border-bottom: 4px solid #00ccc5;
}

.product-main {
    position: relative;
    width: 100%;
    height: 520px;
    background-color: #f2f5f7;
    min-width: 1200px;
}

.product-main .item {
    position: relative;
    width: 1300px;
    padding: 0 50px;
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    opacity: 0;
}

.product-main .item.active {
    display: block;
    opacity: 1;
    height: 520px;
    opacity: 1;
}

.product-main .item .text {
    position: relative;
    width: 730px;
    overflow: hidden;
    padding-top: 50px;
}

.product-main .product_scoll_js {
    width: 1200px;
    overflow: hidden;
    padding: 0;
    padding-top: 52px;
}

.product-main .product_scoll_js ul {
    position: relative;
    height: 470px;
    overflow: hidden;
}

.product-main .product_scoll_js .tit {
    margin: 0;
    font-size: 22px;
    font-weight: 200;
    line-height: 58px;
    color: #333;
}

.product-main .product_scoll_js .btn {
    margin-top: 20px;
}

.product-main .product_scoll_js .product_dots a {
    display: inline-block;
    width: 42px;
    height: 28px;
    line-height: 24px;
    padding: 3px 5px;
    border: 1px solid #e0e0e0;
    font-size: 32px;
    color: #b0b0b0;
    text-align: center;
}


/* .product-main .product_scoll_js .product_dots a:hover {
    color: #ff6700;
} */

.product-main .item .text dt {
    margin-top: 0px;
    padding-bottom: 16px;
    line-height: 48px;
    font-size: 26px;
    font-weight: 400;
    color: #212121;
}

.product-main .item .text dd {
    line-height: 32px;
    list-style-type: decimal;
    font-size: 16px;
    color: #666666;
}

.product-main .item li {
    position: relative;
    width: 270px;
    height: 364px;
    margin-bottom: 70px;
    margin-right: 40px;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.product-main .item li.first {
    margin-left: 0;
}

.product-main .item li:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.product-main .item li:hover .con {
    opacity: 1;
}

.product-main .item li .pic {
    height: 270px;
}

.product-main .item li .pic a {
    display: block;
}

.product-main .item li .pic img {
    width: 100%;
}

.product-main .item li .con {
    /* width: 288px; */
    height: 72px;
    margin: 0 28px 22px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.product-main .item li .info {
    margin: 10px 14px;
    font-size: 14px;
}

.product-main .item li .tit {
    width: 242px;
    height: 46px;
    line-height: 18px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}

.product-main .item li .tit a {
    font-size: 14px;
}

.product-main .item li .tit a:hover {
    color: #007EFB;
}

.product-main .item li .sep {
    margin: 0 .25em;
    font-family: sans-serif;
    color: #e0e0e0;
}

.product-main .item li .price {
    margin: 0;
    color: #ff6700;
    margin: 0 16px;
    font-style: 13px;
}

.product-main .item li .price span {
    color: #666;
}

.product-main .btn-box {
    margin-top: 40px;
    padding: 0px;
}

.product-main .try {
    display: inline-block;
    width: 128px;
    height: 40px;
    line-height: 40px;
    margin-top: 0px;
    margin-right: 32px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.product-main .item .img {
    position: absolute;
    width: 500px;
    height: 100%;
    top: 40px;
    right: 0;
}

.product-main .item .img img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    margin: auto;
    position: absolute;
    top: -160px;
    bottom: 0;
    left: 0;
    /* right: 0; */
    width: 470px;
}


/* 我们的产品结束 */


/* 我们的优势 */

.advantage {
    padding-bottom: 70px;
}

.advantage .advantage-list {
    border: 1px solid rgba(151, 151, 151, 0.2);
    border-radius: 5px;
    box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.08);
}

.advantage .advantage-list .item {
    position: relative;
    width: 25%;
    height: 360px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    margin-left: 0;
}

.advantage .advantage-list .item::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid rgba(151, 151, 151, 0.2);
}

.advantage .advantage-list .item .img {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.advantage .advantage-list .item.active .img {
    opacity: 1;
}

.advantage .advantage-list .item .cover {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

.advantage .advantage-list .item .cover .icon {
    position: relative;
    top: 0;
    height: 40px;
    margin: 100px auto 0;
    -webkit-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.advantage .advantage-list .item.active .icon {
    top: -60px;
}

.advantage .advantage-list .item .cover .title {
    position: relative;
    top: 0;
    margin-top: 64px;
    font-size: 20px;
    line-height: 32px;
    color: #212121;
    -webkit-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.advantage .advantage-list .item.active .title {
    top: -60px;
    color: #fff;
}

.advantage .advantage-list .item .cover .desc {
    position: relative;
    top: 0;
    margin-top: 16px;
    padding: 0 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.advantage .advantage-list .item.active .desc {
    top: -60px;
    opacity: 1;
}


/* 首页新闻动态 */

.m-news .m-news-bg {
    /* background: #f4f7f9; */
}

.m-news .m-news-con {
    margin-bottom: 30px;
}

.m-news .news-banner {
    display: inline-block;
    margin: 40px 20px 20px 20px;
    margin-right: 30px;
    height: 192px;
    width: 580px;
    position: relative;
}

.m-news .news-banner-item {
    position: absolute;
}

.m-news .news-banner-item img {
    height: 224px;
    width: 580px;
}

.m-news .news-list {
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
    width: 560px;
    margin-right: 30px;
    overflow: hidden;
}

.m-news .news-list .news_title {
    padding-bottom: 16px;
    font-size: 22px;
    color: #333;
}

.m-news .news-list .news_title a {
    background: url(../images/news_more.png) no-repeat 100px 3px;
    padding-right: 50px;
    background-size: 22px 22px;
}

.m-news .news-list .news_title a:hover {
    background: url(../images/news_more1.png) no-repeat 100px 3px;
    color: #1296db;
    background-size: 22px 22px;
}

.m-news .news-group {
    overflow: hidden;
    padding-bottom: 40px;
}

.m-news .news-group .news-article-item {
    display: table;
    width: 100%;
    height: 32px;
    line-height: 32px;
}

.m-news .news-group .news-article-item img {
    height: 200px;
    width: 560px;
    padding-bottom: 12px;
}

.m-news .news-group .news-article-item .title {
    font-size: 14px;
    color: #333;
    max-width: 60%;
    text-decoration: none;
}

.m-news .news-group .news-article-item .title:hover {
    color: #0091ff;
}

.m-news .news-group .news-article-item .time {
    font-size: 14px;
    color: #999;
    width: 94px;
    overflow: hidden;
    height: 32px;
}


/* 底部 */

.footer-wrap {
    background: #ededed;
    width: 100%;
    font-size: 14px;
    min-width: 1200px;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.footer .menu {
    padding-top: 50px;
}

.footer .service {
    margin: 0 auto;
    padding-bottom: 29px;
    margin-top: 30px;
    line-height: 24px;
}

.footer .service li {
    width: 33.33%;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 12px;
    margin: 0;
    font-size: 14px;
    transition: 0.3s;
    color: #333;
    background-repeat: no-repeat;
}

.footer .service li.li_1 {
    background-image: url(/images/foot1.png);
    background-position: center 10px;
}

.footer .service li.li_2 {
    background-image: url(/images/foot2.png);
    background-position: center 10px;
}

.footer .service li.li_3 {
    background-image: url(/images/foot3.png);
    background-position: center 10px;
}

.footer .menu-list {
    width: 60%
}

.footer .menu-list dl {
    width: 25%;
}

.footer .menu-list dt {
    padding-bottom: 24px;
    color: #333;
    font-size: 16px;
}

.footer .menu-list dd {
    padding-bottom: 12px;
    font-size: 14px;
    margin-left: 0px;
}

.footer .menu-list dd a {
    font-size: 14px;
    color: #333;
    opacity: 0.8;
    display: inline-block;
}

.footer .menu-list dd a:hover {
    opacity: 1;
}

.footer .menu-info {
    width: 40%;
    border-left: #ddd 1px solid;
}

.footer .menu-info .tel {
    width: 470px;
    padding-left: 96px;
    padding-bottom: 24px;
    color: #333;
    font-size: 16px;
}

.footer .menu-info .tel p {
    margin-bottom: 16px;
}

.footer .menu-info .follow {
    margin-left: 200px;
}

.footer .menu-info .follow .pic .title {
    width: 408px;
    padding-bottom: 24px;
    color: #333;
    font-size: 16px;
    text-align: left;
}

.footer .menu-info .follow .pic {
    display: inline-block;
}

.footer .menu-info .follow .pic p {
    width: 100px;
    color: #333;
    opacity: 0.8;
    font-size: 14px;
    padding-top: 8px;
    text-align: center;
}

.footer .link {
    position: relative;
    padding-top: 50px;
    padding-bottom: 32px;
    padding-left: 70px;
    padding-right: 0px;
    line-height: 32px;
}

.footer .link span {
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #333;
}

.footer .link a {
    font-size: 14px;
    color: #333;
    opacity: 0.6;
    display: inline-block;
    padding-left: 40px;
}

.footer .link a:hover {
    opacity: 1;
}

.footer .address {
    margin: 28px 0px;
    padding: 0px;
    font-size: 14px;
    color: #333;
}


/* jiage页面 */

.summary-box {
    width: 960px;
    margin: 0 auto;
}

.summary-box .item {
    position: relative;
    border: 1px solid #eee;
    overflow: hidden;
    margin-top: 60px;
}

.summary-box .item>div {
    position: relative;
    z-index: 10;
}

.summary-box .item .pic {
    margin: 40px 60px 35px 60px;
}

.summary-box .item .pic img {
    border-radius: 8px;
    vertical-align: middle;
    box-shadow: 0px 4px 16px rgba(0, 166, 255, 0.20);
}

.summary-box .item .pic .tit {
    margin: 20px 0px 0px 0px;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #444444;
}

.summary-box .item .pic .tit a {
    color: #3CBAFF;
}

.summary-box .item .text {
    width: 365px;
    margin: 30px 0px 30px 0px;
}

.summary-box .item .text p {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 20px 0;
}

.summary-box .item .text ul li {
    margin-top: 12px;
    margin-left: 0;
    color: #808080;
    font-size: 15px;
}

.summary-box .item .right {
    width: 260px;
}

.summary-box .item .right .price {
    margin-right: 20px;
    margin-top: 50px;
    margin-bottom: 90px;
    text-align: right;
    font-size: 16px;
    color: #3CBAFF;
}

.summary-box .item .right .price span {
    font-size: 22px;
}

.summary-box .item .right .price em {
    font-size: 44px;
}

.summary-box .item .right .btn-blue {
    margin-left: 15px;
    padding: 8px 18px;
    border: 1px solid #48BFFF;
    border-radius: 6px;
    font-size: 14px;
    color: #48BFFF;
}

.summary-box .item::before,
.summary-box .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.summary-box .item::before {
    border-top: 1px solid #3CBAFF;
    border-bottom: 1px solid #3CBAFF;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}

.summary-box .item::after {
    border-left: 1px solid #3CBAFF;
    border-right: 1px solid #3CBAFF;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
}

.summary-box .item:hover::before,
.summary-box .item:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    /* transform: scale3d(1, 1, 1); */
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
}

.process {
    width: 1200px;
    margin: 90px auto;
    text-align: center;
}

.process .title {
    text-align: center;
    font-weight: initial;
    color: #000 !important;
    font-size: 24px;
    margin-bottom: 0px;
}

.process ul {
    overflow: hidden;
    padding-left: 8px;
    padding-top: 25px;
    padding-bottom: 8px;
    display: inline-block;
    text-align: left;
}

.process ul li {
    float: left;
    width: 178px;
    margin-left: 0px;
    margin-right: 47px;
    border: 1px solid #EEF8FF;
    box-shadow: 0px 2px 8px rgba(0, 133, 250, 0.12);
}

.process ul li:last-child {
    margin-right: 5px;
}

.process ul li .itme-title {
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
}

.process ul li .item-title-bg1 {
    background: url(../images/bg_rd_1.png);
}

.process ul li .item-title-bg2 {
    background: url(../images/bg_rd_2.png);
}

.process ul li .item-title-bg3 {
    background: url(../images/bg_rd_3.png);
}

.process ul li .item-title-bg4 {
    background: url(../images/bg_rd_4.png);
}

.process ul li .item-title-bg5 {
    background: url(../images/bg_rd_5.png);
}

.process ul li .item-text {
    height: 160px;
    font-size: 16px;
    color: #9D9D9D;
    padding: 19px 15px 0 15px;
    line-height: 26px;
}


/* 价格 */


/* 产品详情 */

.tab {
    text-align: center;
    padding-top: 30px;
}

.tab .tab-btn {
    width: 100px;
    height: 46px;
    line-height: 46px;
    background: none;
    border: none;
    font-size: 16px;
}

.tab .tab-btn:hover {
    color: #007fff;
}

.tab .active {
    color: #007fff;
    border-bottom: 2px solid #007fff;
}

.g-sect-product {
    background-color: #fff;
    font-size: 14px;
}

.g-sect-product .title {
    text-align: left;
    line-height: 32px;
    font-size: 28px;
    padding-top: 50px;
}

.rms_remote {
    padding-top: 30px;
    padding-bottom: 14px;
}

.rms_remote li {
    width: 50%;
    text-align: center;
    padding: 20px;
    transition: all .3s;
}

.rms_remote li:hover {
    z-index: 2;
    -webkit-box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.rms_remote li img {
    width: 116px;
}

.rms_remote li .name {
    display: inline-block;
    font-size: 16px;
    color: #333;
    margin-top: 14px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 230px;
    height: 20px;
    transition: all .3s;
}

.rms_remote li:hover .name {
    color: #007EFB;
}

.rms_remote li .description {
    display: block;
    font-size: 14px;
    color: #808080;
    margin-top: 14px;
    margin-bottom: 8px;
    text-align: center;
    text-overflow: ellipsis;
    /* height: 32px; */
    /* white-space: nowrap; */
    width: 100%;
    transition: all .3s;
}

.rms_remote li:hover .description {
    color: #007EFB;
}

.m-apps {
    /* height: 460px; */
    padding-bottom: 50px;
    overflow: hidden;
}

.m-apps .app-main {
    margin-top: 40px;
}

.m-apps .app-item {
    display: inline-block;
    position: relative;
    width: 338px;
    margin-bottom: 30px;
    margin-right: 80px;
}

.m-apps .app-icon {
    display: inline-block;
    height: 75px;
    width: 75px;
    margin-right: 20px;
    border-radius: 9px;
    transition: all .3s;
}

.m-apps .app-icon:hover {
    z-index: 2;
    -webkit-box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.m-apps .app-info {
    display: inline-block;
    vertical-align: top;
}

.m-apps .app-item .name {
    font-size: 16px;
    color: #333;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 230px;
    height: 20px;
}

.m-apps .app-item .description {
    position: absolute;
    top: 30px;
    right: 10px;
    font-size: 14px;
    color: #808080;
    /* height: 32px; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    width: 230px;
}

.m-online-t .description {}

.m-apps .app-item:nth-child(3n) {
    margin-right: 0;
}

.m-apps .app-item:nth-child(n+4),
.m-apps .app-item:nth-child(n+5),
.m-apps .app-item:nth-child(n+6) {
    padding-top: 30px;
    border-top: 2px dashed #e5e5e5;
}

.m-apps .app-item:nth-child(n+4) .description,
.m-apps .app-item:nth-child(n+5) .description,
.m-apps .app-item:nth-child(n+6) .description {
    top: 60px;
}

.m-product {
    margin: 24px auto 74px!important;
}

.m-product .btn_more_box {
    text-align: center;
    padding-top: 20px;
}

.m-product .btn_more {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    transition: all .4s;
    background-color: #228de8;
    border: .01rem solid #1890ff;
}

.m-product .btn_more:hover {
    background-color: #176ae2;
}


/* 表格 */

.layui-table {
    width: 100%;
    margin: 10px 0;
    background-color: #fff;
    color: #666;
}

.layui-table {
    /* box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09); */
}

.layui-table tr {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.layui-table th {
    text-align: left;
    font-weight: 400;
}

.layui-table th,
.layui-table td,
.layui-table[lay-skin="line"],
.layui-table[lay-skin="row"],
.layui-table-view,
.layui-table-header,
.layui-table-tool,
.layui-table-page,
.layui-table-fixed-r,
.layui-table-tips-main {
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
}

.layui-table th,
.layui-table td {
    position: relative;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.section .layui-table th,
.section .layui-table td {
    width: 36px;
    border: 0;
    padding: 9px 0;
}

.product-table th.td1,
.product-table td.td1 {
    text-align: center;
}

.buy td {
    height: 90px;
}

.product-table td p {
    line-height: 22px;
}

.package-main {
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    margin-top: 50px;
}

.package-main .main-header {
    border-style: solid;
    border-color: #EBEBEB;
    border-width: 0 0 1px 1px;
    border-collapse: collapse;
    width: 100%;
    height: 100%;
}

.package-main .header-item {
    width: 14%;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #EBEBEB;
    border-top: 6px solid;
    background: #fff;
    padding: 0;
}

.package-main .header-item .item-title {
    font-size: 16px;
    font-weight: 700;
    color: #1F2D3D;
    padding: 15px 0;
}

.package-main .header-item.style-grey {
    border-top-color: #B5B5B7;
}

.package-main .header-item.free {
    border-top-color: #779AFF;
}

.package-main .header-item.lite {
    border-top-color: #70DD8D;
}

.package-main .header-item.std {
    border-top-color: #FFDE52;
}

.package-main .header-item.custom {
    border-top-color: #FFA052;
}

.package-main .main-title {
    font-size: 20px;
    text-align: center;
    border-style: solid;
    border-color: #EBEBEB;
    border-width: 0 1px;
    padding: 17px 0;
    color: #000;
    margin: 0;
}

.package-main .main-body {
    border-style: solid;
    border-color: #EBEBEB;
    border-width: 1px 0 0 1px;
    border-collapse: collapse;
    width: 100%;
    height: 100%;
}

.package-main .main-body .body-item {
    width: 14%;
    line-height: 24px;
    vertical-align: middle;
    text-align: left;
    border-style: solid;
    border-color: #EBEBEB;
    border-width: 0 1px 1px 0;
    border-collapse: collapse;
    background: #fff;
    padding: 15px;
    font-size: 14px;
    color: #5E6D82;
}

.package-main .main-body .body-item0 {
    width: 4%!important;
    line-height: 24px;
    vertical-align: middle;
    text-align: left;
    border-style: solid;
    border-color: #EBEBEB;
    border-width: 0 1px 1px 0;
    border-collapse: collapse;
    background: #fff;
    padding: 20px;
    font-size: 14px;
    color: #5E6D82;
}

.package-main .main-body .body-item:first-child {
    color: #1F2D3D;
    text-align: left;
}

.package-main .btn_price:hover {
    color: #007EFB;
}

.package-main .link_detail {
    font-weight: bold;
}

.package-main .link_detail:hover {
    color: #007EFB;
}


/* 表格 */

.service {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.service .service-list {
    margin-top: 45px;
    margin-bottom: 25px;
}

.service .service-list:first-child {
    margin-top: 0;
    padding-top: 30px;
}

.service .list-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.service .list-con {
    font-size: 0;
}

.service .item {
    display: inline-block;
    width: 283px;
    height: 110px;
    margin-bottom: 30px;
    padding: 26px 20px;
    background: white;
    margin-right: 22px;
    transition: all ease 0.2s;
}

.service .item:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 0 36px #d8dde5;
    opacity: 1;
}

.service .item:nth-child(4n) {
    margin-right: 0;
}

.service .item-div {
    display: block;
    font-size: initial;
}

.service .name {
    display: block;
    font-size: 16px;
    color: #333;
}

.service .name:hover {
    color: #0091ff;
}

.service .image {
    height: 60px;
    width: 60px;
    background: white;
    border-radius: 6px;
    border: 1px solid #f2f2f2;
    cursor: pointer;
}

.service .info {
    width: 180px;
    padding-left: 20px;
}

.service .intro {
    line-height: 22px;
    font-size: 12px;
    color: #666;
}

.m-product .product-text {
    width: 600px;
    /* padding: 40px 0; */
    line-height: 32px;
    color: #666;
    text-indent: 2em;
    font-size: 16px;
}

.m-product img {
    /* width: 100%; */
    /* height: 300px;
    margin-right: 50px; */
}


/* .product-table img {
    width: 16px;
    height: 16px;
} */

.product-table .ac a {
    color: #007EFB;
}

.product-table .ac:hover {
    color: #f60;
    text-decoration: underline;
}

.m-product .product-dow {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    width: 273px;
    min-height: 350px;
    margin-left: 50px;
    border: 2px solid #f2f3f6;
    background-color: #fff;
    border-radius: 6px;
    vertical-align: top;
    cursor: text;
    margin-top: 40px;
}

.m-product .product-dow:first-child {
    margin-left: 0;
}

.m-product .product-dow .dow-top {
    position: relative;
    height: 120px;
    line-height: 120px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    background-image: url(../iamges/price-4.png);
    background-size: contain;
    border-radius: 4px 4px 0 0;
}

.m-product .product-dow .dow-top.dow-blue {
    background: url(../images/price-2.png);
    background-size: contain;
}

.m-product .product-dow .dow-top.dow-green {
    background: url(../images/price-1.png);
    background-size: contain;
}

.m-product .product-dow .dow-top.dow-orange {
    background: url(../images/price-3.png);
    background-size: contain;
}

.m-product .dow-tr {
    position: absolute;
    top: 0;
    right: 0;
}

.m-product .dow-mid {
    padding-top: 30px;
    text-align: center;
}

.m-product .num {
    position: relative;
    top: 2px;
    font-size: 42px;
    color: #383838;
    line-height: 1.2;
    margin-left: 10px;
}

.m-product .num em {
    position: absolute;
    left: -16px;
    top: 30px;
    font-size: 14px;
    line-height: 1;
}

.m-product .summary {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    padding: 0 30px;
}

.m-product .download {
    padding: 30px 0;
}

.m-product .download .layui-btn {
    width: 94px;
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #C9C9C9;
    background-color: #fff;
    color: #555;
    box-shadow: 0 5px 10px 0 rgba(29, 29, 31, 0.09);
}

.m-product .download div a:hover {
    color: #007fff;
}

.m-product .product-menu {
    min-width: 130px;
    max-width: 222px;
    height: 650px;
    /* border-right: solid 1px #e6e6e6; */
}

.m-product .product-menu h2 {
    font-size: 18px;
    color: #434343;
    font-weight: bold;
    line-height: 16px;
}

.m-product .product-menu .menu-list {
    padding-top: 28px;
}

.m-product .product-menu .menu-list li {
    font-size: 15px;
    height: 20px;
    color: #434343;
    margin-bottom: 20px;
    cursor: pointer;
}

.m-product .product-menu .menu-list li.ac {
    color: #007EFB;
}

.m-product .product-con {
    margin-left: 50px;
}

.m-product .product-details {
    width: 1000px;
}

.m-product .product-con li {
    display: none;
}

.m-product .product-con li:first-child {
    display: block;
}

.m-product .product-con li h1 {
    font-size: 24px;
    color: #434343;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 34px;
}

.m-product .product-con li p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-top: 4px;
    margin-bottom: 34px;
}

.m-product .product-con li h2 {
    font-size: 16px;
    /* padding-bottom: 20px; */
}

.m-product .product-con li img {
    max-width: 1000px;
    padding: 15px 0 50px;
}

.logo-tab-comp .logo-list {
    color: #666;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.logo-tab-comp .logo-list .logo {
    display: inline-block;
    width: 200px;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
    margin: 10px 0;
}

.logo-tab-comp .logo-list .logo .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 0 20px 45px;
    background: #fff;
    border: 1px solid #E7EAF1;
    overflow: hidden;
}

.logo-tab-comp .img-box-active {
    background: #E7F4FF!important;
}

.logo-tab-comp .logo-list .logo .img-box img {
    width: 100%;
}

.logo-tab-comp .logo-list .logo p {
    font-size: 12px;
}

.logo-tab-comp .comment {
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    max-width: 1000px;
    min-height: 200px;
    margin: 0 auto;
    padding: 30px 0;
}

.logo-tab-comp .comment:after,
.logo-tab-comp .comment:before {
    position: absolute;
    top: 30px;
    font-size: 35px;
    color: #E4E5E5;
    font-family: finex;
}


/* .logo-tab-comp .comment:before {
    content: '\E62E';
    left: -50px;
} */


/* 产品详情 */


/* 关于我们 */

.m-bar {
    height: 600px;
}

.m-news-bar {
    height: 400px;
}

.m-bar,
.m-about-bar,
.m-news-bar {
    position: relative;
    width: 100%;
    background: #0091ff;
    line-height: 0;
    overflow: hidden;
    min-width: 1200px;
}

.index-banner .bar-img {
    height: 600px;
}

.news-banner .bar-img,
.m-about-bar .bar-img {
    height: 230px;
}

.index-banner .bar-img,
.news-banner .bar-img {
    width: 1920px;
    position: relative;
    left: 50%;
    top: 0;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wrapper {
    position: relative;
    width: 1200px;
    margin: auto;
}

.wrapper .half {
    position: relative;
    width: 50%;
}

.wrapper .half.ac {
    width: 100%;
}

.wrapper .half .section-title {
    margin-bottom: 15px;
}

.wrapper .half .text-intro {
    font-size: 15px;
    color: #666666;
    line-height: 26px;
}

.about-section-bg-1 {
    position: relative;
    left: 50px;
    width: 500px;
    height: 330px;
    background-image: url(../images/about_rms.png);
    background-size: cover;
}

.about-section-bg-2 {
    position: relative;
    width: 468px;
    height: 339px;
    background-image: url(../images/1@2x.png);
    background-size: cover;
    margin-left: 50px;
}

.about_tab {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #efefef;
}

.about_tab .about-btn {
    display: block;
    float: left;
    margin-right: 40px;
    background-color: #fff;
    line-height: 38px;
    font-size: 15px;
    color: #333;
}

.about_tab .about-btn.active {
    border-bottom: 2px solid #007EFB;
    color: #007EFB;
    font-weight: bold;
}

.about_box {
    display: none;
}

.about_box .pic-list {
    /* display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; */
}

.about_box .pic-list img {
    float: left;
    width: 15%;
    margin-right: 60px;
    margin-bottom: 60px;
    border: 1px solid #eee;
    transition: all .3s;
}

.about_box .pic-list img:hover {
    cursor: pointer;
    z-index: 2;
    -webkit-box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.about-contact {
    font-size: 14px;
    line-height: 24px;
}

.about_box .wxpic-list img {
    float: left;
    width: 25%;
    margin-right: 60px;
    margin-bottom: 60px;
    border: 1px solid #eee;
    transition: all .3s;
}

.about_box .wxpic-list img:hover {
    cursor: pointer;
    z-index: 2;
    -webkit-box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.intro-company .wrapper .company-content {
    color: #333;
    margin-top: 40px;
    margin-top: 2.5rem;
    font-size: 16px;
    font-size: 1rem;
    text-align: justify;
    line-height: 30px;
    line-height: 1.875rem;
}

.intro-company .wrapper .company-timeline {
    padding-top: 80px;
}

.intro-company .wrapper .company-timeline>div {
    display: block;
    position: relative;
    left: 50%;
    padding: 0;
    width: 200px;
    height: 85px;
    border-left: 1px solid #0096fd;
}

.intro-company .wrapper .company-timeline>div span.top-year-icon {
    float: left;
    margin: -4px 0 0 -16px;
    width: 33px;
    height: 33px;
    background: url('/src/images/timeline_year_1st.png') no-repeat center;
}

.intro-company .wrapper .company-timeline>div span.year-icon {
    float: left;
    margin-left: -12px;
    width: 22px;
    height: 22px;
    background: url('/src/images/timeline_year_dot.png') no-repeat center;
}

.intro-company .wrapper .company-timeline>div span.year-info {
    float: left;
    margin: -4px 0 0 10px;
    padding-left: 20px;
    width: 92px;
    height: 33px;
    color: #fff;
    font-size: 18px;
    line-height: 33px;
    background: url('/src/images/timeline_year_bubble.png') no-repeat center;
}

.intro-company .wrapper .company-timeline>ul {
    position: relative;
    left: 50%;
    width: 404px;
    height: 85px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.intro-company .wrapper .company-timeline>ul.left-side {
    margin-left: -449px;
    padding-right: 45px;
    border-right: 1px solid #0096fd;
}

.intro-company .wrapper .company-timeline>ul.left-side li {
    font-size: 14px;
    line-height: 25px;
}

.intro-company .wrapper .company-timeline>ul.left-side li span {
    display: block;
    position: relative;
    top: -20px;
    width: 46px;
    height: 16px;
}

.intro-company .wrapper .company-timeline>ul.left-side li.date {
    float: right;
    margin-left: 20px;
    color: #0096fd;
}

.intro-company .wrapper .company-timeline>ul.left-side li.date span {
    left: 59px;
    background: url('/src/images/timeline_content_dot_left.png') no-repeat center;
}

.intro-company .wrapper .company-timeline>ul.left-side li.content {
    float: left;
    width: 310px;
    color: #666;
    text-align: justify;
}

.intro-company .wrapper .company-timeline>ul.right-side {
    padding-left: 45px;
    border-left: 1px solid #0096fd;
}

.intro-company .wrapper .company-timeline>ul.right-side li {
    font-size: 14px;
    line-height: 25px;
}

.intro-company .wrapper .company-timeline>ul.right-side li span {
    display: block;
    position: relative;
    top: -20px;
    width: 46px;
    height: 16px;
}

.intro-company .wrapper .company-timeline>ul.right-side li.date {
    float: left;
    color: #0096fd;
    margin-right: 20px;
}

.intro-company .wrapper .company-timeline>ul.right-side li.date span {
    left: -54px;
    background: url('/src/images/timeline_content_dot_right.png') no-repeat center;
}

.intro-company .wrapper .company-timeline>ul.right-side li.content {
    float: right;
    width: 310px;
    color: #666;
    text-align: justify;
}

.intro-patent {
    padding-top: 250px;
    padding-top: 15.625rem;
}

.intro-patent .wrapper {
    padding-bottom: 180px;
    padding-bottom: 11.25rem;
}

.intro-patent .wrapper .patent-content {
    margin-top: 60px;
    margin-top: 3.75rem;
}

.intro-patent .wrapper .patent-content .patent-subtitle {
    color: #666;
    font-size: 22px;
    font-size: 1.375rem;
}

.intro-patent .wrapper .patent-content img {
    margin-top: 32px;
    margin-top: 2rem;
    width: auto;
    max-width: 100%;
}

.intro-patent .wrapper .patent-content:first-child {
    margin-top: 85px;
    margin-top: 5.3125rem;
}

.servItem,
.xgfItem {
    padding-top: 0px;
    padding-bottom: 20px;
}

.servItem .servItem-summary p {
    /* width: 1000px; */
    margin: 0 auto;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
}

.servItem .servItem-summary p span {
    /* width: 1000px; */
    margin: 0 auto;
    font-weight: bold;
}

.servItem .servItem-img p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
}

.servItem .servItem-title,
.xgfItem .xgfItem-title {
    margin: 20px;
    font-size: 28px;
    text-align: center;
}

.servItem .servItem-text p {
    /* width: 1000px; */
    margin: 0 auto;
    line-height: 32px;
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
    text-indent: 2em;
}

.servItem .servItem-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 30px 0 45px;
}

.servItem .servItem-img img {
    max-width: 1000px;
}

.about_culture,
.about_culture1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.about_culture .item,
.about_culture1 .item {
    /* padding: 0 18px; */
    text-align: center;
    flex: 1;
}

.about_culture .item img {
    width: 100px;
    transition: all .3s;
    border-radius: 50%;
    cursor: pointer;
}

.about_culture .item img:hover,
.about_culture1 .item img:hover {
    z-index: 2;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.about_culture .item .tit {
    font-size: 16px;
    line-height: 48px;
    font-weight: bold;
}

.about_culture .item .text {
    font-size: 14px;
    color: #555;
    line-height: 24px;
}

.about_culture1 img {
    width: 330px;
    transition: all .3s;
    cursor: pointer;
}

.about_culture1 .text {
    font-size: 14px;
    color: #555;
    line-height: 32px;
}


/* 关于我们 */


/* 技术支持 */

.jszc {
    width: 1200px;
    margin-bottom: 30px;
    /* overflow: hidden; */
}

.posi_title {
    width: 1200px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    font-size: 14px;
    position: relative;
}

.posi_title a:hover {
    color: #007EFB;
}

.main-wrap {}

.jszc .line {
    width: 30px;
    border-left: 1px solid #ddd;
    margin-left: 30px;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
}

.jszc .side {
    width: 360px;
    padding: 22px;
    margin-bottom: 20px;
}

.jszc .side:last-child {
    background: #fff;
    padding: 0 30px;
}

.search-bg {
    width: 100%;
    height: 230px;
    background: url(../images/head-img.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
}

.search {
    width: 720px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 2px;
    margin: auto;
    font-size: 0;
}

.search select {
    display: none;
}

.search input[type="text"] {
    position: relative;
    z-index: 2;
    width: 720px;
    height: 48px;
    line-height: 48px;
    margin-bottom: 0;
    padding: 6px;
    font-size: 14px;
    color: #4c5a65;
}

.search input[type="submit"] {
    height: 48px;
    position: absolute;
    padding: 6px 24px;
    border: 1px solid #1890ff;
    background-color: #1890ff;
    color: #fff!important;
    cursor: pointer;
    float: left;
    font-size: 14px;
    z-index: 3;
}

.search input[type="submit"]:hover {
    background: #0084fe
}

.page-bar .search {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.page-bar .search input[type="submit"] {
    right: 0;
}

.main-wrap .search {
    position: relative;
    height: auto;
}

.main-wrap .search input[type="text"] {
    width: 232px;
    height: 32px;
}

.main-wrap .search input[type="submit"] {
    height: 32px;
}

.jszc .side .side-link {
    width: 100%;
    /* background-color: #007EFB; */
    margin-bottom: 20px;
    text-align: center;
    font-size: 0;
    transition: all .3s;
}

.jszc .side .side-link a {
    display: block;
    color: #fff;
}

.jszc .side .side-link a img {
    border: 1px solid #eee;
}

.jszc .side .side-link:hover {
    z-index: 2;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.jszc .side h2 {
    font-weight: bold;
    font-size: 16px;
    text-indent: -24px;
}

.jszc .side .side-menu {
    font-size: 14px;
}

.jszc .side .side-menu img {
    width: 100%;
}

.jszc .side .side-menu .item {
    padding: 10px 0 0;
    margin: 10px 0 0;
    /* background-color: #fff; */
}

.jszc .side .side-menu .item img {
    width: 60px;
    height: 60px;
}

.jszc .side .side-menu .item .sub-item {
    text-indent: 2em;
}

.jszc .side .side-menu .item a {
    display: block;
    /* width: 254px; */
    /* height: 16px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* padding-left: 16px; */
}

.jszc .side .side-menu .item span {
    /* padding-left: 16px; */
    margin-top: 8px;
    color: #666;
    display: inline-block;
    font-size: 12px;
}

.jszc .side .side-menu a:hover {
    color: #007EFB;
}

.jszc .con-wrap {
    width: 800px;
}

.jszc .news-tab {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #efefef;
}

.jszc .news-tab a {
    display: block;
    float: left;
    margin-right: 30px;
    font-size: 15px;
    color: #333;
}

.jszc .news-tab a:hover {
    color: #007EFB;
}

.jszc .news-tab a.ac {
    border-bottom: 2px solid #007EFB;
    /* margin-top: -2px; */
    color: #007EFB;
    font-weight: bold;
}

.jszc .news-list li {
    padding: 30px 0;
    border-bottom: 1px dashed #efefef;
}

.jszc .news-list li .pic {
    width: 250px;
    transition: all .3s;
}

.chanpin .news-list li .pic {
    width: 200px;
    border: 1px solid #eee;
}

.jszc .news-list li .pic:hover {
    /* z-index: 2;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0); */
    z-index: 2;
    -webkit-box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.jszc .news-list li .pic img {
    width: 100%;
    height: 150px;
    /* border: 1px solid #f1f1f1; */
}

.chanpin .news-list li .pic img {
    height: 200px;
}

.jszc .news-list li .text {
    width: 526px;
    /* padding-right: 20px; */
}

.chanpin .news-list li .text {
    width: 580px;
    height: 203px;
    position: relative;
}

.jszc .news-list .title {
    padding-bottom: 14px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif
}

.jszc .news-list .title a:hover {
    color: #007EFB;
}

.jszc .news-list .date {
    padding-bottom: 14px;
    color: #666;
    font-size: 14px;
}

.jszc .news-list .date span {
    padding-right: 20px;
}

.jszc .news-list .date span img {
    width: 20px;
    vertical-align: middle;
}

.jszc .news-list .abstract {
    font-size: 14px;
    /* height: 76px; */
    line-height: 24px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.chanpin .news-list .abstract {
    /* height: 120px; */
    margin-bottom: 4px;
    -webkit-line-clamp: 5;
}

.chanpin .news-list .abstract i {
    display: block;
    height: 6px;
}

.jszc .news-list .btn-box {
    position: absolute;
    bottom: 0;
    padding-top: 10px;
    text-align: right;
    right: 0;
}

.jszc .news-list .btn-box a {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    transition: all .4s;
    background-color: #228de8;
    margin-left: 8px;
    border: .01rem solid #1890ff;
}

.jszc .news-list .btn-box a:hover {
    background: #176ae2;
}


/* .jszc .news-list .btn-box a.bg-red:hover {
    border: 1px solid #F22D00;
    background: #F22D00;
} */

.jszc .remote {}

.jszc .remote h2 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
}

.jszc .remote .info {
    font-size: 14px;
    line-height: 28px;
}

.jszc .remote .info p {
    text-indent: 2em;
    padding-bottom: 10px;
}

.jszc .remote .info .img {
    text-align: center;
    padding-bottom: 10px;
}

.jszc .remote dl {
    font-size: 14px;
}

.jszc .remote dt {
    color: #000;
    font-weight: bold;
}

.jszc .guest a {
    color: #007EFB;
}


/* 技术支持 */


/* 分页样式 */

.showpage,
.show_page {
    padding-top: 20px;
    font-size: 14px;
}

.showpage *,
.show_page * {
    padding: 0 4px;
}


/* 移动app */

.appbanner {
    background: url(/app/images/appBanner.jpg) center no-repeat;
    height: 450px;
    background-size: cover;
}

.app-wrap {
    background: #fff;
}

.app-wrap2 {
    background: #2a95ff;
}

.app-wrap3 {
    background: #fff;
    overflow: hidden;
}

.app {
    width: 1050px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 50px;
}

.app .app-left {
    width: 479px;
}

.app .app-left h3 {
    font-size: 32px;
    color: #505050;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 1px;
    margin-top: 50px;
}

.app .app-left h3 span {
    content: '';
    width: 3px;
    height: 32px;
    background: #2a95ff;
    display: inline-block;
    position: absolute;
    left: -14px;
    top: 8px;
}

.app-wrap2 .app .app-left span {
    background: #fff;
}

.app .app-left .blue {
    color: #2a95ff;
}

.app .app-left .white {
    color: #fff;
}

.app .app-left p {
    font-size: 20px;
    color: #737373;
    line-height: 38px;
    margin-bottom: 110px;
    text-align: justify;
    padding-right: 30px;
}

.app-wrap2 .app .app-left p {
    color: #fff;
}

.app .app-right {
    width: 530px;
}

.app-wrap3 h1 {
    padding-top: 120px;
    text-align: center;
    font-size: 32px;
    color: #2b97f1;
    margin-bottom: 70px;
    letter-spacing: 2px;
    font-weight: bold;
}

.app-wrap3 ul {
    width: 1142px;
    margin: 0 auto;
}

.app-wrap3 ul li {
    text-align: center;
    width: 190px;
    float: left;
    margin-bottom: 60px;
}

.app-wrap3 ul li>div {
    font-size: 18px;
    color: #737373;
    margin-top: 15px;
}

.app-wrap4 {
    background: #2a95ff;
    padding: 100px 0;
}

.app-wrap4 h1 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
    font-weight: bold;
    letter-spacing: 2px;
}

.app-wrap4 .tab_img {
    text-align: center;
}


/* 产品中心 */

.cp_wrap {
    position: relative;
}

.posi_cp_wrap {
    width: 100%;
    height: 56px;
    background-color: #f3f3f3;
    position: absolute;
    left: 0;
    top: 350px;
    z-index: 77;
    /* opacity: 0; */
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    display: none;
    text-align: center;
}

.posi_cp_wrap .nav_list {
    /* width: 720px; */
    display: inline-block;
    height: 100%;
    margin: 0 auto;
}

.posi_cp_wrap .nav_link {
    display: block;
    /* width: 90px; */
    margin: 0 45px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #181818;
    font-size: 16px;
    padding-top: 3px;
    border-bottom: 3px solid #f3f3f3;
    transition: border ease .3s;
    -webkit-transition: border ease .3s;
}

.posi_cp_wrap .nav_link.active {
    border-color: #38c5f5;
}


/*产品价值*/

#worth_yjxc {
    width: 100%;
    /* padding-top: 98px; */
    position: relative;
}

.worth_title {
    font-size: 28px;
    line-height: 1;
    color: #181818;
    font-weight: 400;
    text-align: center;
}

.chanpin_title {
    width: 1200px;
    margin: 0 auto;
    font-size: 22px;
    color: #333;
    font-weight: 400;
    padding-bottom: 20px;
}

#worth_yjxc .section {
    width: 1122px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    /*overflow:hidden;*/
}

.section_border {
    height: 2px;
    background: url(/src/images/chanpin/section_border.png) no-repeat center center;
    position: relative;
    z-index: 7;
}

#worth_yjxc .section .picture {
    position: absolute;
}

#worth_yjxc .section .title {
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    color: #38c5f5;
}

#worth_yjxc .section .detail {
    font-size: 16px;
    line-height: 28px;
    color: #2f2f2f;
    margin-top: 24px;
    margin-left: 21px;
}

#worth_yjxc .section .detail li {
    /*list-style-image:url(/resource/images/product_yjxc/dot.png);*/
    margin-left: 0;
    position: relative;
}

#worth_yjxc .section .detail li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: url(/src/images/chanpin/dot.png) no-repeat;
    position: absolute;
    left: -13px;
    top: 11px;
}

#worth_yjxc .section_1 .picture {
    left: 37px;
    top: 47px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    opacity: 0;
    transition: all ease-out .37s;
    -webkit-transition: all ease-out .37s;
}

#worth_yjxc .section_1 .picture.slideIn {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    opacity: 1;
}

#worth_yjxc .section_1 .content {
    margin-left: 677px;
    padding-top: 127px;
}

#worth_yjxc .section_2 .picture {
    left: 477px;
    top: 56px;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    opacity: 0;
    transition: all ease-out .37s;
    -webkit-transition: all ease-out .37s;
}

#worth_yjxc .section_2 .picture.slideIn {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    opacity: 1;
}

#worth_yjxc .section_2 .content {
    margin-left: 88px;
    padding-top: 127px;
}

#worth_yjxc .section_3 .picture {
    left: 37px;
    top: 47px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    opacity: 0;
    transition: all ease-out .37s;
    -webkit-transition: all ease-out .37s;
}

#worth_yjxc .section_3 .picture.slideIn {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    opacity: 1;
}

#worth_yjxc .section_3 .content {
    margin-left: 677px;
    padding-top: 130px;
}

#worth_yjxc .section_4 .picture {
    left: 517px;
    top: 47px;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    opacity: 0;
    transition: all ease-out .37s;
    -webkit-transition: all ease-out .37s;
}

#worth_yjxc .section_4 .picture.slideIn {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    opacity: 1;
}

#worth_yjxc .section_4 .content {
    margin-left: 88px;
    padding-top: 133px;
}


/*产品功能*/

#function_yjxc {
    width: 1122px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 auto;
}

#function_yjxc .function_title {
    font-size: 28px;
    line-height: 1;
    color: #181818;
    font-weight: 400;
    text-align: center;
}

#function_yjxc .function_container {
    margin-top: 40px;
}

#function_yjxc .section_container {
    width: 321px;
    height: 321px;
    padding: 2px;
    background: url(/src/images/chanpin/section_background.png) no-repeat;
    margin-right: 79px;
}

#function_yjxc .section_container:last-child {
    margin: 0;
}

#function_yjxc .section_container .section {
    width: 100%;
    height: 157px;
    position: relative;
    overflow: hidden;
}

#function_yjxc .section_container .section:last-child {
    margin-top: 2px;
}

#function_yjxc .section .icon {
    display: block;
    width: 64px;
    height: 62px;
    background: url(/src/images/chanpin/function_icon.png) no-repeat;
    position: absolute;
    left: 60px;
    top: 31px;
    margin: 0;
}

#function_yjxc .section .title {
    font-size: 22px;
    line-height: 1;
    color: #2f2f2f;
    font-weight: 400;
    margin: 49px 0 0 149px;
}

#function_yjxc .section .content {
    font-size: 15px;
    line-height: 20px;
    color: #969696;
    margin: 33px 0 0 40px;
}

#function_yjxc .section .content p {
    font-size: 15px;
    line-height: 20px;
    color: #969696;
}

#function_yjxc .section_1 .icon {
    background-position: 0 0;
}

#function_yjxc .section_2 .icon {
    background-position: -192px 0;
}

#function_yjxc .section_3 .icon {
    background-position: -64px 0;
}

#function_yjxc .section_4 .icon {
    background-position: -256px 0;
}

#function_yjxc .section_5 .icon {
    background-position: -128px 0;
}

#function_yjxc .section_6 .icon {
    background-position: -320px 0;
}

#customer {
    padding: 45px 10px 30px;
}

#customer .customer-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 10px;
}

.customer-hd {
    margin-bottom: 30px;
}

.customer-hd .customer-title {
    text-align: center;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    font-size: 24px;
}

.customer-bd li {
    margin-bottom: 50px;
    padding: 0 3.603%;
    width: 25%;
    max-height: 64px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    cursor: pointer !important;
}

.customer-bd li img {
    max-height: 64px;
}

.show {
    display: block;
}

#makecourse {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 80px 0 80px 0;
    min-width: 1050px;
}

#makecourse .title {
    height: 32px;
    line-height: 32px;
    font-size: 36px;
    color: #333;
    text-align: center;
}

#makecourse .text {
    height: 97px;
    line-height: 97px;
    color: #545454;
    font-size: 18px;
    text-align: center;
    padding-bottom: 30px;
}

#makecourse .content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 687px;
}

#makecourse .content .iimg {
    position: absolute;
    top: 0;
    left: -120px;
    width: 353px;
    /* height: 563px; */
    display: none;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    opacity: 0;
}

#makecourse .content .iimg.show {
    left: 120px;
    opacity: 1;
}

#makecourse .content .iimg.active {
    display: block;
}

#makecourse .content .right {
    width: 530px;
    height: 491px;
    position: absolute;
    top: 72px;
    left: 67px;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    opacity: 0;
}

#makecourse .content .right.show {
    left: 591px;
    opacity: 1;
}

#makecourse .content .right ul li {
    height: 95px;
    width: 100%;
    display: flex;
}

#makecourse .content .right ul li.active {
    background: #f6f6f6;
    border-radius: 5px;
}

#makecourse .content .right ul li .left2 {
    width: 70px;
    overflow: hidden;
    text-align: left;
}

#makecourse .content .right ul li .left2 img {
    display: inline-block;
    height: 30px;
    width: auto;
    margin-top: 20px;
    margin-left: 20px;
}

#makecourse .content .right ul li .right2 {
    flex: 1;
    padding: 11px 0;
}

#makecourse .content .right ul li .right2 .p1 {
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    color: #333;
}

#makecourse .content .right ul li .right2 .p2 {
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #545454;
}

#makecourse .content .right .btngroup {
    margin-top: 70px;
    height: 52px;
}

#makecourse .content .right .btngroup .btneach {
    display: inline-block;
    width: 136px;
    height: 46px;
    line-height: 46px;
    border-radius: 2px;
    border: 2px solid #1890ff;
    font-size: 20px;
    text-align: center;
    padding: 0;
}

#makecourse .content .right .btngroup .btneach.btn1 {
    background: #1890ff;
    color: #fff;
}

#makecourse .content .right .btngroup .btneach.btn2 {
    color: #1890ff;
    background: rgba(0, 0, 0, 0);
    margin-left: 52px;
}


/* 产品中心 */


/* 视频文档 */

.section-container {
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    box-sizing: border-box;
}

.video {
    box-sizing: border-box;
    padding: 30px 0;
}

.section-left .index-video-course {
    position: relative;
    z-index: 600;
}

.video-top-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    position: relative;
    line-height: 20px;
    padding-bottom: 30px;
}

.video-top-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    position: relative;
    line-height: 20px;
    padding-bottom: 30px;
}

.replace-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    cursor: pointer;
}

.right-more {
    width: 6px;
    margin-left: 5px;
    float: right;
    margin-top: 6px;
}

.video-box {
    box-sizing: border-box;
    width: 1220px;
}

.video-item {
    position: relative;
    display: none;
    float: left;
    width: 224px;
    margin-right: 20px;
    padding-bottom: 40px;
}

.video-btn {
    padding-top: 6px;
    padding-right: 6px;
}

.video-btn a {
    color: #2b97f1;
}

.video-btn a:hover {
    text-decoration: underline
}

.video-img-box {
    overflow: hidden;
    width: 100%;
    height: 125px;
    border: 1px solid #efefef;
}

.video-img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: transform linear .3s;
    transition: transform linear .3s;
}

.bg-mark {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    background: rgba(0, 0, 0, .2);
    transition: all .3s;
}

.video-start,
.start-light {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 33px;
    height: 33px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.start-light {
    display: none;
}

.video-img-box:hover .video-img {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.bg-mark:hover {
    background: rgba(0, 0, 0, .4);
}

.bg-mark:hover .video-start {
    display: none;
}

.bg-mark:hover .start-light {
    display: block;
}

.line-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.div-overflow {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-title {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    position: relative;
    line-height: 18px;
    margin-top: 20px;
}

.video-article {
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px;
    color: #999;
    -webkit-line-clamp: 2;
    height: 36px;
}


/* 视频文档 */


/* 云应用服务 */

.cloud_ser {
    margin-top: 20px;
}

.cloud_ser li {
    width: 25%;
    overflow: hidden;
    padding: 0 6px 24px;
}

.cloud_ser li .pic {
    transition: all .3s;
}

.cloud_ser li .pic:hover {
    z-index: 2;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.cloud_ser li img {
    width: 100%;
}


/* 云应用服务 */

.package-main .main-body.rms_table td:first-child {
    width: 8%;
}


/* 商城 */

.page-main {
    padding: 25px;
    background: #f5f5f5;
}

.container {
    width: 1226px;
    *zoom: 1;
    margin-right: auto;
    margin-left: auto;
}

.home-brick-box {
    margin-bottom: 8px;
}

.home-brick-box.g-wrap {
    background-color: #f5f5f5;
    padding: 0;
}

.home-brick-row-2-box {
    height: 686px;
}

.xm-plain-box .box-hd {
    position: relative;
    height: 58px;
    -webkit-font-smoothing: antialiased;
}

.xm-plain-box .box-hd .title {
    margin: 0;
    font-size: 22px;
    font-weight: 200;
    line-height: 58px;
    color: #333;
}

.xm-plain-box .box-hd .more {
    position: absolute;
    top: 0;
    right: 0;
}

.xm-plain-box .box-hd .more .more-link {
    font-size: 16px;
    line-height: 58px;
    color: #424242;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.xm-plain-box .box-hd .more .more-link:hover {
    color: #ff6700;
}

.row {
    margin-left: -14px;
    _margin-left: 0;
    *zoom: 1;
}

.brick-list {
    width: 992px;
}

.brick-list,
.brick-promo-list {
    height: 614px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.home-brick-box .brick-list,
.home-brick-box .brick-promo-list {
    margin: 0 0 -14px -14px;
    _margin-left: 0;
}

.brick-item {
    position: relative;
    z-index: 1;
    float: left;
    width: 234px;
    margin-left: 14px;
    margin-bottom: 14px;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.brick-item:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.brick-item-l {
    height: 614px;
}

.brick-promo-list a {
    display: block;
    width: 100%;
    height: 100%;
}

.brick-promo-list img {
    width: 234px;
}

.brick-promo-list .brick-item-l img {
    height: 614px;
}

.brick-item-m-2 {
    height: 300px;
    /* padding: 20px 0; */
}

.brick-item-m .figure-img {
    /* width: 150px;
    height: 150px; */
    /* margin: 0 auto 18px; */
}

.brick-item-m-2 .figure-img {
    /* width: 160px;
    height: 160px; */
}

.brick-item-m .figure-img a {
    display: block;
}

.brick-item-m-2 .figure-img img {
    width: 234px;
    height: 216px;
}

.brick-item-m .title {
    margin: 0 10px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.brick-item-m .title,
.brick-item-m .title a {
    color: #333;
}

.brick-item-m-2 .title {
    margin: 0 10px 2px;
}

.brick-item-m .title a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.brick-item-m .desc {
    margin: 0 10px 10px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;
    color: #b0b0b0;
}

.brick-item-m .price {
    margin: 0 10px 10px;
    text-align: center;
    color: #ff6700;
    font-size: 14px;
}

.brick-item-m-2 .price {
    margin: 0 10px 14px;
}

.brick-item .flag {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    width: 64px;
    height: 20px;
    margin-left: -32px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.brick-item .flag-saleoff {
    background-color: #e53935;
}

.brick-item .flag-new {
    background-color: #83c44e;
    z-index: 5;
}

.mall_item {
    width: 1200px;
    min-height: 520px;
    border: 1px solid #e4e4e4;
    margin: 0 auto 0px;
    background: #fff;
    padding: 15px 15px;
    font-size: 12px;
}

.mall_item .detail {
    margin-bottom: 70px;
}

.mall_item .gallery {
    width: 450px;
}

.swiper-wrapper .swiper-slide {}

.swiper-container {
    margin-bottom: 20px;
}

.swiper_top {
    border: 1px solid #eee;
}

.swiper_top img {
    width: 100%;
}

.swiper-wrapper .swiper-slide-thumb-active {
    border: 2px solid #f60;
}

.property {
    width: 680px;
    margin-left: 30px;
}

.property .title span {
    font-weight: bolder;
    color: #333333;
    font-size: 16px;
}

.property .price {
    margin-top: 20px;
    padding: 0 15px;
    background-color: #f6f6f6;
    line-height: 60px;
}

.layui-col-xs9 {
    width: 75%;
}

.layui-col-xs3 {
    width: 25%;
}

.property .price_l {
    height: 60px;
}

.property .price_r {
    height: 60px;
    font-size: 12px;
    color: #333333;
}

.property .num {
    text-align: center;
    margin-top: 15px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.txtCount {
    font-size: 0;
}

.price-plus,
.price-add {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #cbcbcb;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.priceCount {
    width: 67px;
    border: 1px solid #cbcbcb;
    border-left: none;
    border-right: none;
    text-align: center;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}

.unit {
    font-size: 12px;
}

.property .total-control {
    height: 58px;
    line-height: 58px;
    background: #f0f0f0;
    text-align: center;
    overflow: hidden;
}

.property .total-control li {
    width: 33.3%;
}

.btn-order {
    margin-top: 25px;
    text-align: center;
}

.btn-buy,
.btn-add {
    cursor: pointer;
    width: 134px;
    height: 38px;
    text-align: center;
    font-family: "Hiragino Sans GB", "microsoft yahei", sans-serif;
    font-size: 16px;
    line-height: 38px;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.btn-buy {
    color: #E5511D;
    border-color: #F0CAB6;
    background: #FFE4D0;
}

.btn-buy:hover {
    border-color: #F0CAB6;
    background: #FFD9BC;
}

.btn-add {
    width: 180px;
    color: #FFF;
    border-color: #F40;
    background: #F40;
}

.btn-add:hover {
    border-color: #F22D00;
    background: #F22D00;
}

.mall_box .top {
    font-size: 14px;
    line-height: 48px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    width: auto;
}

.mall_box .text {
    font-size: 16px;
    text-indent: 2em;
    line-height: 32px;
}


/* 商城 */