* {
    margin: 0;
    padding: 0;
    color: #333;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    border: none;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    width: 100%;
    background-color: #fff;
    position: relative;
    font-family: '微软雅黑', Microsoft YaHei, Arial, Verdana, Helvetica Neue, Helvetica, sans-serif;
}

ul, li {
    font-weight: normal;
    font-family: inherit;
    list-style: none;
}

a, a:link, a:visited {
    text-decoration: none;
}

.clear {
    clear: both;
}


/*头部*/
/*头部 欢迎*/
.top_bg {
    width: 100%;
    margin: 0 auto;
    height: 36px;
    background: #f4f4f4;
}

.top_bg .top {
    width: 1200px;
    margin: 0 auto;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
}

/*头部 logo*/
.pagetop {
    width: 1200px;
    margin: 0 auto;
    height: 142px;
}

.pagetop .p_left {
    float: left;
}

.pagetop .p_left .logo .limg {
    float: left;
    margin: 19px 35px 19px 0;
}

.pagetop .p_left .logo .cpm {
    float: left;
    margin: 35px 0;
}

.pagetop .p_right {
    float: right;
}

.pagetop .p_right img {
    margin: 39px 0;
}


/*头部 菜单*/
.nav_bg {
    height: 75px;
    margin: 0 auto;
    width: 100%;
    background: #204dc2;
}

.nav_bg .menu {
    width: 1200px;
    margin: 0 auto;
    height: 75px;
    position: relative;
}

.nav_bg .menu ul li {
    line-height: 75px;
    height: 75px;
    font-size: 18px;
    text-align: center;
    float: left;
    position: relative;
    border-bottom: 4px solid #204dc2;
    margin-right: 17px;
}

.nav_bg .menu ul .active {
    border-bottom: 4px solid #ffffff;
}

.nav_bg .menu ul li a {
    padding: 10px 30px;
    color: #fff;
}

.nav_bg .menu .active a {
    color: #f8491e;
    background-color: #fff;
}

.nav_bg .menu .line {
    height: 4px;
    width: 124px;
    bottom: 0px;
    left: 8px;
    position: absolute;
    background-color: #fff;
}

.nav_bg .menu a:hover {
    color: #f8491e;
    background: #fff;
}


/*banner*/
.banner {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.banner .swiper {
    padding: 0;
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*内容背景大框*/
.bg_one {
    width: 100%;
    height: auto;
    position: absolute;
    background: url(../images/bg.png) no-repeat;
    background-size: 100%;
}

.bg_ong_center {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

/*获取报价*/
.get {
    width: 100%;
    height: 180px;
    margin-top: -40px;
    box-shadow: 1px 3px 30px #9c9c9c;
    position: relative;
    z-index: 999;
}

.get .get_tell {
    width: 30%;
    height: 100%;
    float: left;
    position: relative;
    background-color: #204dc2;
}

.get .get_tell .add {
    position: absolute;
    left: 0;
    bottom: 0;
}

.get .get_tell .icon {
    width: 88px;
    height: 106px;
    position: absolute;
    left: 136px;
    top: 44px;
}

.get .get_tell .icon span {
    color: #fff;
    margin-top: 6px;
    display: block;
    font-size: 20px;
    text-align: center;
}

.get .get_tell .icon img {
    margin-left: 10px;
}

.get .get_show {
    width: 70%;
    height: 100%;
    float: right;
    padding-left: 80px;
    background-color: #0084d8;
}

.get .get_show ul li {
    width: 182px;
    height: 106px;
    border: 2px solid #fff;
    border-radius: 10%;
    margin-top: 38px;
    float: left;
    margin-right: 48px;
}

.get .get_show span {
    display: block;
    color: #fff;
}

.get .get_show .hz {
    font-size: 20px;
    margin-top: 28px;
    margin-left: 16px;
    font-weight: bold;
}

.get .get_show .yw {
    font-size: 12px;
    margin-left: 16px;
}


/*产品展示*/
.product {
    width: 1200px;
    /*    height: 100px;*/
    margin-top: 80px;
}

.product .product_main {
    margin-top: 30px;
}

/*产品展示 左边*/
.product .product_main .menu_area {
    width: 240px;
    height: 1002px;
    float: left;
    background-color: #f4f4f4;
    overflow: hidden;
}

/*产品展示 左边*/
.product .product_main .menu {
    width: 257px;
    height: 1002px;
    float: left;
    background-color: #f4f4f4;
    overflow-y: scroll;
}

.product .product_main .menu .one {
    width: 100%;
}

.product .product_main .menu .title {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #2f404b;
}

.product .product_main .menu ul li {
    width: 100%;
    height: auto;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    padding: 0 20px;
    border: 1px solid #e8e8e8;
}

.product .product_main .menu ul li:hover {
    color: #fff;
    background-color: #0084d8;
}

.product .product_main .menu .two {
    width: 100%;
    height: 422px;
}

.product .product_main .menu .three {
    width: 100%;
    height: 258px;
}

.product .product_main .menu .four {
    width: 100%;
    height: 114px;
}

.product .product_main .menu .five {
    width: 100%;
    height: 122px;
}

/*产品展示 右边*/
.product .product_main .list {
    width: 942px;
    height: auto;
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: space-evenly;--*/
    
}

.product .product_main .list .list_bg {
    width: 303px;
    height: 298px;
    margin-bottom: 40px;
    float: left;
    margin-right: 10px;
}

.product .product_main .list .list_bg .pic {
    width: 100%;
    height: 236px;
    overflow: hidden;
    position: relative;
}

.product .product_main .list .list_bg .pic img {
    width: 100%;
    height: 230px;
}

.product .product_main .list .list_bg .pic span {
    display: block;
    height: 26px;
    width: 92px;
    position: absolute;
    top: 104px;
    left: 105px;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 20px;
    font-weight: bold;
}

.product .product_main .list .list_bg .detial {
    display: block;
    height: 42px;
    width: 303px;
    text-align: center;
    line-height: 42px;
    color: #333;
    margin-top: 20px;
    background: #fff;
    border: 1px solid #e7e7e7;
}

/*.product .product_main .list .list_bg .detial:hover{
    color: #fff;
    background-color: #0084d8;
    border: none;
}*/

/*销售地区*/
.area {
    width: 100%;
    height: 270px;
    position: relative;
    margin-top: 60px;
    background: url(../images/area_s01.png) no-repeat center;
}

.area .area_box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.area .area_box img {
    width: 100%;
    height: auto;
}

/*一体化服务*/
.all_ser {
    height: auto;
    width: 1200px;
    margin: 0 auto;
}

.all_ser .title {
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.all_ser .main {
    margin-top: 60px;
    margin-bottom: 44px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.all_ser .main .box {
    height: 282px;
    width: 190px;
}

.all_ser .main .one {
    background: url(../images/wms_off.png) no-repeat center;
}

.all_ser .main .one:hover {
    background: url(../images/wms_on.png) no-repeat center;
}

.all_ser .main .two {
    background: url(../images/fm_off.png) no-repeat center;
}

.all_ser .main .two:hover {
    background: url(../images/fm_on.png) no-repeat center;
}

.all_ser .main .three {
    background: url(../images/as_off.png) no-repeat center;
}

.all_ser .main .three:hover {
    background: url(../images/as_on.png) no-repeat center;
}

.all_ser .main .four {
    background: url(../images/ut_off.png) no-repeat center;
}

.all_ser .main .four:hover {
    background: url(../images/ut_on.png) no-repeat center;
}

.all_ser .main .five {
    background: url(../images/tc_off.png) no-repeat center;
}

.all_ser .main .five:hover {
    background: url(../images/tc_on.png) no-repeat center;
}

.all_ser .main .six {
    background: url(../images/ti_off.png) no-repeat center;
}

.all_ser .main .six:hover {
    background: url(../images/ti_on.png) no-repeat center;
}


/*客户案例*/
.case {
    height: 914px;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(../images/cc_bg.jpg) no-repeat center;
}

.case .case_box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.case .case_box .title {
    margin-top: 58px;
}

.case .case_box .main {
    margin-top: 52px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case .case_box .main .bor {
    width: 387px;
    height: 464px;
}

.case .case_box .main .bor .pic {
    height: 390px;
    width: 100%;
    border: 4px solid #fff;
    border-radius: 6px;
}

.case .case_box .main .bor .pic img {
    width: 100%;
    height: auto;
}

.case .case_box .main .bor a {
    display: block;
    width: 387px;
    height: 60px;
    margin-top: 14px;
    text-align: center;
    line-height: 60px;
    background: #fff;
}

.case .case_box .main .bor a:hover {
    background: #0084d8;
    color: #fff;
}

/*合作流程*/
.process {
    width: 100%;
    height: 259px;
    margin-top: 16px;
    background: url(../images/hzlc_bg01.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.process .process_box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.process .process_box img {
    width: 100%;
    height: auto;
}


/*公司简介*/
.profile {
    width: 100%;
    height: 1093px;
    background: url(../images/cp_bg.png) no-repeat;
    background-size: 100%;
}

.profile .profile_box {
    width: 1500px;
    height: auto;
    margin: 0 auto;
    padding-top: 64px;
}

.profile .profile_box .bor {
    position: relative;
}

.profile .profile_box .bor .bg {
    width: 838px;
    height: 932px;
    background: #2a373f;
    position: relative;
}

.profile .profile_box .bor .bg .yh {
    position: absolute;
    left: 708px;
    top: 52px;
}

.profile .profile_box .bor .bg .bg_box {
    margin-left: 114px;
}

.profile .profile_box .bor .bg .bg_box .title {
    height: 86px;
    width: 664px;
    position: absolute;
    top: 62px;
    border-bottom: 4px solid #fff;
}

.profile .profile_box .bor .bg .bg_box .title h1 {
    font-size: 35px;
    line-height: 86px;
    color: #fff;
    display: inline-block;
}

.profile .profile_box .bor .bg .bg_box .title span {
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}

.profile .profile_box .bor .bg .bg_box .title p {
    width: 52px;
    height: 7px;
    background: #ff0000;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.profile .profile_box .bor .bg .bg_box .name {
    position: absolute;
    top: 210px;
}

.profile .profile_box .bor .bg .bg_box .name .big {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.profile .profile_box .bor .bg .bg_box .name .small {
    color: #fff;
    font-size: 16px;
}

.profile .profile_box .bor .bg .bg_box .detail {
    position: absolute;
    top: 284px;
    width: 490px;
    height: 420px;
}

.profile .profile_box .bor .bg .bg_box .detail p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.profile .profile_box .bor .bg .bg_box .detail a {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    margin-top: 50px;
}

.profile .profile_box .bor .bg .bg_box .detail a:hover {
    background: #0084d8;
    color: #fff;
}

.profile .profile_box .bor .pic {
    width: 893px;
    height: 578px;
    position: absolute;
    top: 280px;
    left: 645px;
}

.profile .profile_box .bor .pic .swiper {
    width: 100%;
    height: 100%;
}

.profile .profile_box .bor .pic .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile .profile_box .bor .pic .swiper-button-prev {
    width: 72px;
    height: 66px;
    background: url(../images/cp_z.jpg);
    left: -72px;
    float: left;
    opacity: 1;
    z-index: 999
}

.profile .profile_box .bor .pic .swiper-button-prev:after {
    content: '';
}

.profile .profile_box .bor .pic .swiper-button-next {
    width: 72px;
    height: 66px;
    background: url(../images/cp_y.jpg);
    left: 0px;
    opacity: 1;
    z-index: 999
}

.profile .profile_box .bor .pic .swiper-button-next:after {
    content: '';
}

.profile .profile_box .bor .pic .cp {
    position: absolute;
    top: 512px;
}


/*新闻动态*/
.news {
    width: 100%;
    height: auto;
}

.news .news_box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news .news_box .title {
    margin-top: -20px;
}

.news .news_box .list {
    margin: 50px 0 56px 0;
    width: 582px;
    height: 384px;
}

.news .news_box .left .pic {
    width: 100%;
    height: 256px;
    overflow: hidden;
}

.news .news_box .left .pic img {
    width: 100%;
    height: auto;
}

.news .news_box .aaa {
    display: block;
    width: 582px;
    height: 108px;
    padding: 16px 20px 12px 0px;
    border: 1px solid #b4b4b4;
}

.news .news_box .aaa:hover {
    background: #0084d8;
    border: none;
}

.news .news_box .aaa .date {
    float: left;
    width: 114px;
    border-right: 2px solid #afafaf;
    height: 46px;
    padding-left: 24px;
    margin: 12px 0 10px 0;
}

.news .news_box .aaa .date span {
    font-size: 25px;
    color: #545454;
    display: block;
}

.news .news_box .aaa .date p {
    font-size: 15px;
    color: #545454;
}

.news .news_box .aaa .txt {
    width: 420px;
    height: 64px;
    float: right;
}

.news .news_box .aaa .txt span {
    font-size: 18px;
    font-weight: bold;
}

.news .news_box .aaa .txt p {
    font-size: 14px;
    color: #717171;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 2px;
}


/*底部*/
.footer {
    width: 100%;
    height: auto;
}

.footer .one {
    width: 100%;
    height: 68px;
    background: #dedede;
}

.footer .one .one_box {
    width: 1200px;
    margin: 0 auto;
}

.footer .one .one_box img {
    margin: 18px 36px 16px 56px;
    float: left;
}

.footer .one .one_box ul {
    float: left;
}

.footer .one .one_box ul li {
    width: 80px;
    float: left;
    line-height: 68px;
    text-align: center;
    margin-right: 20px;
}

.footer .one .one_box ul li a {
    font-size: 16px;
    color: #7b7b7b;
}

.footer .two {
    width: 100%;
    height: 58px;
    background: #4a4a4a;
}

.footer .two .two_box {
    width: 1200px;
    margin: 0 auto;
}

.footer .two .two_box ul {
    margin-left: 20px;
}

.footer .two .two_box ul li {
    width: 146px;
    float: left;
    line-height: 58px;
    text-align: center;
}

.footer .two .two_box ul li a {
    font-size: 18px;
    color: #fff;
}

.footer .three {
    width: 100%;
    height: 190px;
    background: #2e2e2e;
}

.footer .three .three_box {
    width: 1200px;
    margin: 0 auto;
}

.footer .three .three_box .flogo {
    margin: 68px 54px 68px 24px;
    float: left;
}

.footer .three .three_box .mes {
    width: 728px;
    height: 100%;
    float: left;
    margin: 35px 0 35px 20px;
}

.footer .three .three_box .mes p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.footer .three .three_box .mes .bq span {
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
}

.footer .three .three_box .code {
    width: 164px;
    height: auto;
    float: right;
}

.footer .three .three_box .code .code_box {
    width: 140px;
    height: 140px;
    background: #fff;
    margin: 24px 0;
    float: left;
    margin-right: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.footer .three .three_box .code .code_box img {
    width: 100%;
    height: 100%;
}

.footer .three .three_box .code span {
    display: block;
    margin-top: 26px;
    word-wrap: break-word;
    font-size: 14px;
    color: #fff;
}


/*子页面 开始*/
.z_banner {
    width: 100%;
    height: 574px;
    background: url(../images/z_banner.jpg) no-repeat center;
}

.z_main {
    width: 1200px;
    margin: 0 auto;
}

.z_main .place {
    margin-top: 62px;
    font-size: 14px;
    float: right;
}

.z_main .place .cc {
    color: #204dc2;
}

.z_main .show .titles {
    height: 56px;
    width: 1200px;
    background: url(../images/z_title.png) no-repeat center;
    background-size: 100%;
}

.z_main .show .titles h1 {
    font-size: 29px;
    line-height: 56px;
    margin-left: 36px;
    color: #fff;
}

.z_main .show .choice {
    margin-top: 40px;
    margin-bottom: 20px;
}

.z_main .show .choice ul li {
    width: 154px;
    height: 50px;
    float: left;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    border: 1px solid #204dc2;
    border-radius: 10px;
    margin-right: 16px;
    cursor: pointer;
}

.z_main .show .choice ul li:hover {
    border: none;
    background: #ff0000;
    color: #fff;
}

.z_main .show .choice .cur {
    border: none;
    background: #ff0000;
    color: #fff;
}

.z_main .show .fy {
    width: 400px;
    height: 50px;
    margin: 0 auto;
}

.z_main .show .fy img {
    width: 100%;
    height: auto;
}


/*子页 新品推荐和合作案例*/
.z_main .show .choice .display {
    margin-top: 44px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.z_main .show .choice .display .pic {
    width: 384px;
    height: 356px;
    margin-bottom: 26px;
}

.z_main .show .choice .display .pic .pic_box {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border: 1px solid #eee;
    position: relative;
}

.z_main .show .choice .display .pic .pic_box img {
    width: 100%;
    height: auto;
}

.z_main .show .choice .display .pic .pic_box .lab {
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    position: absolute;
    border-style: solid;
    box-sizing: border-box;
    border-width: 32px;
    border-color: #f8491e transparent transparent #f8491e;
    z-index: 999
}

.z_main .show .choice .display .pic .pic_box .lab span {
    position: absolute;
    left: -30px;
    top: -22px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    transform: rotate(-45deg);
}

.z_main .show .choice .display .pic .more {
    display: block;
    height: 44px;
    width: 384px;
    text-align: center;
    line-height: 44px;
    color: #333;
    margin-top: 12px;
    background: #e3e3e3;
}

.z_main .show .choice .display .pic .more:hover {
    color: #fff;
    background: #204dc2;
}

/*子页 产品展示 详情*/
.list_con {
    width: 942px;
    height: auto;
    float: right;
}

.list_con .con_pic {
    height: 600px;
    width: 942px;
}

.list_con .con_pic .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.list_con .con_pic .swiper-slide {
    border: 1px solid #e8e8e8;
    background-size: cover;
    background-position: center;
}

.list_con .con_pic .dmySwiper2 {
    height: 80%;
    width: 100%;
}

.list_con .con_pic .dmySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.list_con .con_pic .dmySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.list_con .con_pic .dmySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.list_con .con_pic .swiper-slide img {
    display: block;
    width: 60%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}

.list_con .con_box {
    width: 942px;
    margin-top: 40px;
    height: auto;
}

.list_con .con_box .til {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.list_con .con_box .til span {
    width: 140px;
    height: 40px;
    display: block;
    background: #204dc2;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

.list_con .con_box .imgs {
    margin-top: 20px;
    width: 80%;
    margin: 0 auto;
    height: 500px;
    background: #eee;
}


/*子页 新闻动态*/
.n_list {
    margin-top: 44px;
}

.n_list .n_list_box {
    width: 100%;
    height: 144px;
    margin-bottom: 30px;
}

.n_list .n_list_box .pic {
    width: 342px;
    height: 144px;
    float: left;
    overflow: hidden;
}

.n_list .n_list_box .pic img {
    width: 100%;
    height: auto;
}

.n_list .n_list_box a {
    display: block;
    width: 844px;
    height: 144px;
    float: right;
    padding: 20px 26px;
    border: 1px solid #b4b4b4;
}

.n_list .n_list_box a > .bt {
    font-size: 18px;
    font-weight: bold;
}

.n_list .n_list_box a > p {
    font-size: 14px;
    color: #717171;
    margin-top: 10px;
    margin-bottom: 6px;
}

.n_list .n_list_box a > .rq {
    font-size: 14px;
    color: #545454;
}


/*子页 新闻动态 详情页*/
.news_detail {
    margin-top: 98px;
}

.news_detail h1 {
    font-size: 22px;
    text-align: center;
}

.news_detail p {
    font-size: 14px;
    line-height: 30px;
    text-indent: 28px;
}

.news_detail .pic {
    width: 770px;
    height: 450px;
    overflow: hidden;
    margin: 0 auto;
}


/*子页 公司简介*/
.text {
    margin-top: 90px;
}

.text .pic01 {
    width: 100%;
    margin-bottom: 58px;
}

.text p {
    font-size: 14px;
    line-height: 40px;
}

.text .pic02 {
    margin: 60px 0 40px 0;
    width: 1054px;
    height: 260px;
    overflow: hidden;
}

.text .pic02 img {
    width: 100%;
    height: auto;
    border-radius: 0 20px 20px 0;
}

