﻿.container {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 30px;
}

.banner {
    width: 100%;
    min-height: 300px;
    background-color: #fff;
}

.banner a{
   display: inline-block;
   font-size: 0;
}

.til {
    display: flex;
    height: 80px;
    align-items: center;
    background-color: #fff;
    padding: 0 20px;
    border-bottom: 1px solid #ececec;
}

.til .crm {
    top: 0;
    height: 100%;
    line-height: 80px;
    width: 370px;
    font-size: 0;
    letter-spacing: -4px;
}

.til .crm .crm-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../images/crm-icon.png") no-repeat left bottom;
    letter-spacing: normal;
}

.til .crm a {
    display: inline;
    background: url("../images/crm-arr-icon.png") no-repeat 15px center;
    padding-left: 30px;
    font-size: 14px;
    color: #929292;
    letter-spacing: normal;
    font-weight: bold;
}

.crm a.last {
    cursor: auto;
}

.til .sub_nav {
    position: relative;
    width: calc(100% - 370px);
}

.til .sub_nav .suul {
    font-size: 0;
    letter-spacing: -4px;
    text-align: right;
}


/* 鼠标特效移动 */
.til .sub_nav a {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 80px;
    letter-spacing: normal;
    color: #726f6b;
    padding: 0 20px;
    font-weight: bold;
    transition: all .3s;
}

.sub_nav a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: calc(100% - 2px);
    border-bottom: 2px solid #195094;
    transition: 0.2s all linear;
}

.sub_nav a:hover::before {
    width: 100%;
    top: 0;
    left: 0;
    transition-delay: 0.1s;
    border-bottom-color: #195094;
    z-index: 0;
}

.sub_nav a:hover~a::before {
    left: 0;
}

.sub_nav a:active {
    color: #195094;
}

.sub_nav a.active {
    color: #195094;
}

/* 鼠标特效移动 */


/* 模块 */
.clon {
    display: flex;
    width: 100%;
    background-color: #fff;

}

.clon .c_w_l {
    position: relative;
    width: 400px;
    border-right: 1px solid #ececec;
    padding-bottom: 20px;
    padding-top: 80px;
    min-height: 300px;
}

.c_w_l .l_img{
    position: relative;
    width: 200px;
    padding: 10px;
    margin: 0 auto;
    top: 40%;
    transform: translateY(-90%);
}

.clon .c_w_l .company_year {
    display: block;
    font-size: 60px;
    color: rgb(218,216,216);
    font-family: 'Cascadia Code';
    font-weight: 600;
}

.clon .c_w_l .brief_desc {
    font-size: 25px;
    color: rgb(218,216,216);
    font-family: 'Cascadia Code';
    font-weight: 600;
}

.clon .c_w_r {
    width: calc(100% - 400px);
    padding-left: 20px;
    padding-top: 80px;
}

.clon .c_w_r .c_w_content {
    padding-bottom: 50px;
    padding-right: 20px
}

.c_w_content .site_logo{
    margin-left: 10px;
}

.c_w_content .site_logo a {
    display: inline-block;
}

.c_w_content .t_text {
    width: 100%;
    min-height: 100px;
    line-height: 2;
    padding: 0 5px;
    margin-top: 30px;
}

.c_w_content .b_list {
    width: 100%;
    margin: 30px auto 15px;
}

.c_w_content .b_list ul {
    display: flex;
    flex-wrap: wrap;
}


.soft .b_list ul li {
    width: 32%;
    flex: 0 0 32%;
    padding: 10px 5px;
}

.skill .b_list ul li {
    width: 25%;
    flex: 0 0 25%;
    padding: 10px 5px;
}


.b_list .conlist {
    box-shadow: 0 0 5px #aaa;
    height: 245px;
}

.conlist .t_img {
    width: 100%;
    text-align: center;
    padding-top: 15px;
}

.conlist .t_img .img {
    width: 85px;
    height: 85px;
    margin: 0 auto;
}

.conlist .t_img h3 {
    font-size: 16px;
    margin-top: 15px;
    font-weight: bold;
}

.t_img .img img {
    width: 100%;
    max-width: 100%;
}

.explain {
    margin-top: 20px;
    padding: 0 12px 15px;
    font-size: 14px;
    color: #73706e;
    line-height: 24px;
    text-align: justify;
    overflow: hidden;
}

.animated {
    visibility: visible;
    animation-duration: 1.5s;
    animation-name: fadeIn;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* 技术服务 */
.skill {
    padding-bottom: 0px;
}

.hzhb {
    background: #fff;
    padding: 32px 17px 20px;
    margin-bottom: 30px;
}

.hzhb h2 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    height: 44px;
    line-height: 44px;
    padding-left: 16px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

.hzhb .hzkh_tr {
    display: flex;
}

.hzhb .hzkh_td {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 100px;
    border-right: 1px solid #f3f7f9;
    border-bottom: 1px solid #f3f7f9;
}

.hzhb .hzkh_tr .hzkh_td:last-child {
    border-right: none;
}

.hzhb .hzkh_tr:last-child .hzkh_td {
    border-bottom: none;
}

.hzhb .hzkh_td .hzkh {
    width: 150px;
}

/* 软件产品 */
.soft .b_list li .plan {
    display: flex;
    align-items: center;
    height: 80px;
    border-radius: 10px;
    justify-content: center;
    border: 1px solid #eee;
    box-shadow: 0 0 5px #eee;
}

.plan a{
    color: rgb(212,98,97)
}

.hzhb .hz_box {
    display: flex;
    margin-top: 20px;
}

.hzhb .hz_box .cust {
    flex: 1 0 50%;
    width: 50%;
    min-height: 50px;
}

.hzhb .hz_box .l_cust {
    padding-right: 40px;
}

.hzhb .hz_box .r_cust {
    padding-left: 40px;
}

.cust ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cust li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 25%;
    width: 25%;
    height: 135px;
}

.cust li .c_img {
    width: 90%;
    height: 90%;
    background-color: #ececec;
}

/* 零售业务 */

.retail .b_list{
    margin-top: 15px;
}

.retail .b_list li.movie {
    width: 25%;
    flex: 0 0 25%;
    padding: 10px 10px;
    margin-bottom: 15px;
}

li.movie a {
    display: block;
    border: 1px solid #eee;
    box-shadow: 0 0 5px #eee;
    color: #172c45;
    transition: all .3s;
}

li.movie a:hover {
    box-shadow: 0 0 5px red;
}


li.movie a .t_img {
    display: flex;
    width: 100%;
    height: 120px;
    justify-content: center;
    align-items: center;
}

li.movie a img{
    width: 100px;
}

li.movie .b_con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0 10px 15px;
    margin-top: 3px;
}

li.movie .b_con h3 {
    width: 100%;
    font-size: 15px;
    height: 42px;
    line-height: 1.5;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.b_con .offer {
    font-size: 13px;
    width: 100%;
    margin: 8px 0 5px;
    color: #999;
}

.b_con .cost {
    width: 100%;
    font-size: 14px;
    margin-top: 5px;
    color: #000;
}

.b_con .cost .p_num {
    font-size: 16px;
    color: #dd3300;
    font-weight: 500;
}