/*
 * @Author: yekexin ykx_webjob@163.com
 * @Date: 2022-11-28 19:17:56
 * @LastEditors: yekexin ykx_webjob@163.com
 * @LastEditTime: 2022-12-01 10:40:42
 * @FilePath: \TRS_four\images\industry-solutions.css
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 */
@charset "utf-8";
/* CSS Document */


/* ******************************banner部分************************ */
.banner-main {
    position: relative;
    width: 100%;
    height: 402px;
    background: url("./industry-solutions-banner.png") no-repeat center top;
}
.banner-content {
    position: absolute;
    width: 600px;
    top: 100px;
    right: 50%;
    transform: translateX(-5%);
}
.banner-content-title {
    font-size: 34px;
    font-weight: 700;
}
.banner-content-detail {
    width: 460px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 40px;
}
.banner-float {
    position: absolute;
    height: 146px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    border: 3px #fff solid;
    background-image: linear-gradient(to bottom, #f3f5f8, #fff);
    box-sizing: border-box;
    padding: 0 90px;
    display: flex;
    justify-content: space-around;
    box-shadow: 5px 8.66px 30px 0px rgb( 168, 192, 221 );
}
.banner-float-item {
    height: 100%;
    text-align: center;
    padding: 15px 0 25px 0;
    box-sizing: border-box;
}
.banner-float-item-num {
    font-size: 46px;
    font-family: "SourceHanSansCN";
    color: #ce400e;
    font-weight: bold;
}
.banner-float-item-text {
    font-size: 16px;
    margin-top: 20px;
}

/* ******************************政务场景************************ */
.sc-main {
    height: 410px;
    margin-top: 80px;
}
.content-title {
    height: 90px;
    line-height: 90px;
    font-size: 26px;
    text-align: center;
}
.sc-content {
    display: flex;
    justify-content: space-between;
    height: 320px;
}
.sc-content-item {
    height: 100%;
    width: 300px;
    border-bottom: 4px #0f51ca solid;
    box-shadow: -0.5px 3.062px 12px 0px rgb(180 180 180);
    padding: 33px 44px;
    box-sizing: border-box;
    cursor: pointer;
}
.sc-content-item1:hover {
    color: #fff;
    border-bottom: none;
    background: url("./industry-solutions-sc.png") no-repeat center;
}
.sc-content-item1:hover .sc-icon1 {
    background: url("./industry-solutions-sc-icon1-active.png");
}
.sc-content-item1:hover .sc-content-item-info {
    color: #fff;
}
.sc-content-item2:hover {
    color: #fff;
    border-bottom: none;
    background: url("./industry-solutions-sc.png") no-repeat center;
}
.sc-content-item2:hover .sc-icon2 {
    background: url("./industry-solutions-sc-icon2-active.png");
}
.sc-content-item2:hover .sc-content-item-info {
    color: #fff;
}
.sc-content-item3:hover {
    color: #fff;
    border-bottom: none;
    background: url("./industry-solutions-sc.png") no-repeat center;
}
.sc-content-item3:hover .sc-icon3 {
    background: url("./industry-solutions-sc-icon3-active.png");
}
.sc-content-item3:hover .sc-content-item-info {
    color: #fff;
}
.sc-content-item4:hover {
    color: #fff;
    border-bottom: none;
    background: url("./industry-solutions-sc.png") no-repeat center;
}
.sc-content-item4:hover .sc-icon4 {
    background: url("./industry-solutions-sc-icon4-active.png");
}
.sc-content-item4:hover .sc-content-item-info {
    color: #fff;
}
.sc-content-item-icon {
    width: 60px;
    height: 60px;
}
.sc-icon1 {
    background: url("./industry-solutions-sc-icon1.png");
}
.sc-icon2 {
    background: url("./industry-solutions-sc-icon2.png");
}
.sc-icon3 {
    background: url("./industry-solutions-sc-icon3.png");
}
.sc-icon4 {
    background: url("./industry-solutions-sc-icon4.png");
}
.sc-content-item-title {
    height: 78px;
    line-height: 78px;
    font-size: 22px;
}
.sc-content-item-info {
    font-size: 16px;
    line-height: 20px;
    color: #666;
}
.sc-content-item-info .item-info-text {
    margin-bottom: 12px;
}

/* ******************************经典案例************************ */
.case-main {
    width: 100%;padding-bottom:20px;
    max-width: 1920px;
    margin: 0 auto;
}
.case-content-main {
    width: 100%;
    height: 404px;
    background: url("./industry-solutions-case-banner.png") no-repeat center;
    box-shadow: 5px 8.66px 30px 0px rgb(168 192 221);
    border: 3px #fff solid;
    box-sizing: border-box;
}
.case-content {
    /* display: flex; */
    height: 100%;
}
.case-content-img {text-align: center;
    float: left;
    width: 740px;
    height: 398px;
    /*background: url("./industry-solutions-case1.png") no-repeat center;*/
}
.case-content-img img{display:inline-block;max-width:100%;}
.case-content-gover {
    float: left;
    /*height: 398px;*/
    padding: 45px 0 0 68px;
    box-sizing: border-box;
}
.case-content-gover-icon {display: none;
    width: 280px;
    height: 80px;
    background: url("./industry-solutions-case3.png") no-repeat center;
}
.case-content-gover-title {
    font-size: 20px;
    line-height: 42px;
    font-weight: 700;
    margin-top: 8px;
}
.case-content-gover-detail {
    width: 452px;
    font-size: 14px;
    line-height: 24px;
    color: #425068;
}

.case-main .more{font-size:18px; color:#00479d; height:30px; line-height:30px; width:120px; text-align:center; border:1px solid #00479d; border-radius:20px; display:block; margin-top:20px;}
.case-main .more:hover{background:#00479d; color:#fff}

/* ******************************产品介绍2的产品功能************************ */
.function2-hide {
    display: none;
}
.function2-title {
    margin: 20px 0;
}
.function2-main {
    width: 100%;
    max-width: 1920px;
    margin-top: 20px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(245,247,251) 99%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(245,247,251) 99%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(245,247,251) 99%);
    box-shadow: 5px 8.66px 30px 0px rgb( 168, 192, 221 );
    border: 3px #fff solid;
    margin: 0 auto;
    box-sizing: border-box;
}
.function2-content {
    margin-bottom: 40px;
}
.function2-content-top-text {
    margin: 40px 0;
}
.function2-text {
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
}
.function2-content-top-img {
    text-align: center;
}

.function2-content-change {
    margin-top: 40px;
}
.function2-change-nav {
    display: flex;
    justify-content: space-between;
}
.function2-change-nav-item {
    font-size: 16px;
    line-height: 1.6em;
    text-align: center;
    flex: auto;
    margin: 0 10px;padding:10px 0;
    cursor: pointer;
    box-sizing: border-box;
}
.function2-change-nav-item-active {
    color: #0f51ca;
    border-bottom: #0f51ca 5px solid;
}
.function2-change-item {
    width: 100%;min-height:200px;
    padding: 35px 68px;
    background-image: linear-gradient(to bottom, #f2f5fa, #f9fbfd);
    box-sizing: border-box;
}
.function2-change-item-text {
    margin-bottom: 30px;
}
.function2-change-text {
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
}
.function2-change-item-img {
    text-align: center;
}
.function2-content-top-img img {max-width:100%;}
.function2-change-item-img img {max-width:100%;}


/* 来自2019站点css开始 */
.hyyy_title{font-size:30px; color:#00459c; margin:50px 0; text-align:center;font-weight: normal;}
.bg_blue{background:#cdd6e4;overflow:hidden;padding-bottom: 30px;}

.hykh dd{float:left; border-left:1px solid #ebeff4; margin-bottom:16px; width:19%;}
.hykh dd p{height:40px; line-height:30px; text-align:center;display:block; border-bottom:1px solid #ebeff4; font-size:16px; color:#555;white-space: nowrap; margin:0 12px;}
.hykh .borderNo{border:0}


