@charset "utf-8";
/* CSS Document */

/* ******************************banner部分************************ */
.banner-main {
    height: 473px;
    background: url("./m-industry-solutions-banner.png") no-repeat center top;
}
.banner-content {
    width: 660px;
    top: 125px;
    transform: translateX(50%);
}
.banner-content-title {
    width: 515px;
    font-size: 40px;
}
.banner-content-detail {
    width: 660px;
    font-size: 20px;
    line-height: 36px;
    margin-top: 30px;
}
.banner-float {
    width: 690px;
    position: absolute;
    height: 184px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 64%);
    border: 3px #fff solid;
    background-image: linear-gradient(to bottom, #f3f5f8, #fff);
    box-sizing: border-box;
    padding: 0;
    display: flex;
}
.banner-float-item {
    padding: 40px 0 25px 0;
}
.banner-float-item-text {
    font-size: 20px;
    margin-top: 20px;
}

/* ******************************政务场景************************ */
.content-title {
    height: 100px;
    line-height: 100px;
    font-size: 34px;
}
.sc-main {
    margin-top: 122px;
    height: 815px;
}
.sc-content {
    height: 710px;
    display: grid;
    grid-template-rows: 340px 340px;
    grid-template-columns: 330px 330px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    justify-content: center;
}
.sc-content-item {
    width: 330px;
    height: 340px;
    border-bottom: 4px #0f51ca solid;
    box-shadow: 5px 8.66px 32px 0px rgb( 175, 184, 196 );
    padding: 40px 37px;
    box-sizing: border-box;
    cursor: pointer;
}
.sc-content-item:hover {
    color: #fff;
    border-bottom: none;
    background: url("./m-industry-solutions-sc.png") no-repeat center;
}
.sc-content-item-title {
    height: 78px;
    line-height: 78px;
    font-size: 32px;
}
.sc-content-item-info {
    font-size: 24px;
    line-height: 30px;
}

/* ******************************经典案例************************ */
.case-content-main {
    height: auto;
    background-image: none;
}
.case-content-img {
    float: none;
    width: 750px;
    height: 383px;
    background: url("./m-industry-solutions-case1.png") no-repeat center;
    box-shadow: 1.5px 2.598px 51px 0px rgb( 171, 181, 193 );
}
.case-content-gover {
    float: none;
    /*height: 376px;*/
    padding: 16px 30px;
}
.case-content-gover-icon {
    margin: 0 auto;
}
.case-content-gover-title {
    font-size: 30px;
    line-height: 42px;
    margin-top: 8px;
    text-align: center;
}
.case-content-gover-detail {
    width: auto;
    font-size: 24px;
    line-height: 40px;
    margin-top: 20px;
}


/* ******************************产品介绍2的产品功能************************ */
.function2-title {
    margin: 0;
}
.function2-content {
    margin-bottom: 0;
}
.function2-content-top {
    width: 690px;
    margin: 0 auto;
}
.function2-content-top-text {
    margin: 20px 0;
}
.function2-text {
    text-indent: 2em;
    font-size: 20px;
    line-height: 40px;
}
.function2-content-top-img {
    text-align: center;
}

.m-function2-content-change {
    margin-top: 20px;
}
.m-function2-change-item-content {
    width: 690px;
    margin: 0 auto;
    padding: 20px;
}
.m-function2-change-item-nav {
    position: relative;
    height: 112px;
    padding: 41px 30px 0 30px;
    background-image: linear-gradient(to bottom, #f3f5f8 , #fff);
    box-sizing: border-box;
}
.m-function2-change-item-nav-active {
    background: #fff;
}
.m-function2-change-item-text {
    margin-bottom: 20px;
}
.m-function2-change-item-nav-text {
    height: 30px;
    line-height: 26px;
    font-size: 30px;
    font-weight: 500;
    color: #000;
    border-left: 6px #0f51ca solid;
    text-indent: 1em;
}
.m-function2-change-item-nav-img {
    position: absolute;
    top: 40px;
    right: 35px;
    width: 30px;
    height: 30px;
    background: url("./s_m_arrow.png") no-repeat center;
    background-size: contain;
}
.m-function2-change-item-nav-img-active {
    background: url("./s_m_arrow_active.png") !important;
}
.m-function2-change-text {
    text-indent: 2em;
    font-size: 20px;
    line-height: 40px;
}
.m-function2-change-item-img {
    text-align: center;
}

.m-function2-change-item-img img {max-width:100%;}

/* 来自2019站点css开始 */
.hyyy_title{font-size:45px}
.bg_blue{padding-left: 24px;padding-right: 24px;}
.hykh dd{border:0; width:33% !important;margin-bottom:50px;}
.hykh dd p{border:0; font-size:26px; margin:0; white-space: initial; padding-right:0; line-height:34px}



/*特殊分辨率处理*/	
@media screen and (max-width:600px)
{


}

@media screen and (max-width:400px)
{


}

@media screen and (max-width:360px)
{


}
