﻿@charset "utf-8";
body {
    font-weight: 400;
}
body .wrap {
    margin: 0 auto;
    background: #ffffff;
}
.row,
.siteWidth {
    margin: 0 auto;
}
.product-special {
    overflow: hidden
}
.special-content .siteWidth{
    padding:0 10px;
}

/*重置顶部和底部颜色*/
#header,
#footer{
    background: #16894A;
}
#footer .footNav a{
    color:rgba(255,255,255,0.8)
}
#footer .copyRight{
    color:rgba(255,255,255,0.6)
}
#footer .btns a {
    background: #f0fff7;
    color: #16894A;
    box-shadow: 0px 1px 6px #0d763d;
}

/* 头部 */
.special-header {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: url(../img/banner-bg.jpg) 50% 50% no-repeat #319d7b;
    background-size: cover;
	padding-top:50px;
}
.special-header .siteWidth {
    height: 400px;
    padding: 100px 10px 0;
    position: relative;
    z-index: 5;
    box-sizing: border-box;
}
.special-header .logo {
	display: none;
    position: absolute;
    left: 0px;
    top: 41px;
    height: 90px;
}
.special-header .logo img {
    max-height: 90px;
    width: auto;
}
.special-header .links {
	display: none;
    height: 36px;
    position: absolute;
    top: 48px;
    right: 0;
}
.special-header .links a {
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.34);
    color: #fff;
    font-size: 16px;
    float: left;
    padding: 0 1.5em;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    margin-left: 10px;
    box-sizing: content-box;
}
.special-header .links a:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.special-header .special-header-title_en {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 2;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.special-header .special-header-title_cn {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    line-height: 2;
    margin-bottom: 10px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.special-header .special-header-slogan {
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}


/* indTabBox */
.indTabBox .tHd{margin-bottom:20px;}
.indTabBox .tHd ul{display:block; display:flex; height:42px; background:#F1FAF7; border-radius:21px; }
.indTabBox .tHd ul li{width: 50%;text-align:center;font-size:16px;line-height:42px;height:42px;font-weight:bold;color:#006342;cursor:pointer;}
.indTabBox .tHd ul li a{color:#006342}
.indTabBox .tHd ul li.on{color:#fff; background:linear-gradient(to right, #6CB75A, #0FAB77); border-radius:21px;}



/* cBox */
.cBox .cHd {
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}
.cBox .cHd h3 {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 10px 40px;
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
}
.cBox .cHd h3::after,
.cBox .cHd h3::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 30px;
    height: 10px;
    margin-top: -5px;
}
.cBox .cHd h3::before {
    left: 0;
    background: url(../img/box-hd-left.png) right top no-repeat;
}
.cBox .cHd h3::after {
    right: 0;
    background: url(../img/box-hd-right.png) left top no-repeat;
}

/* box-dilemma */
#box-dilemma {
    padding: 0 0 20px;
    background: url(../img/box-dilemma-bg.jpg) center top no-repeat;
    background-size: cover;
}
#box-dilemma .row-intro {
    font-size: 14px;
    line-height: 2;
    padding: 10px;
}
#box-dilemma .row-intro p {
    text-indent: 2em;
    margin-bottom: 15px;
}
#box-dilemma .row-intro .more {
    font-weight: bold;
    color: #16894A;
    text-decoration: underline;
}
#box-dilemma .row-intro .more:hover {
    text-emphasis: none;
    color: #0FAB77;
}

/* problem-box */
#box-problem {
    margin-bottom: 50px;
}
.problem-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 25px 10px 10px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    padding: 10px;
}
.problem-box dt {
    width: 100%;
    overflow: hidden;
    height: 120px;
    border-radius: 25px 10px 10px 0;
    box-shadow: 0 0 30px rgba(85, 187, 17, 0.1);
    background: linear-gradient(50deg, #4CB162, #459768 80%, #459768 100%);
}
.problem-box dt strong {
    display: block;
    padding: 24px 0 24px 168px;
    font-size: 18px;
    line-height: 2;
    color: white;
    font-weight: bold;
    text-align: left;
    background: url(../img/problem-icon-1.png) 40px center no-repeat;
    background-size: auto 60%;
}
.problem-box dd {
    flex: 1;
    padding: 10px;
}

.problem-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.problem-list li {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0;
    height: 52px;
    line-height: 52px;
    padding-left: 65px;
    font-size: 14px;
    border-radius: 26px;
    background-color: #F0F7F7;
}
.problem-list li::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    background: #16894A url(../img/problem-icon-2.png) center center no-repeat;
}
.problem-list li:hover {
    font-weight: bold;
    color: #16894A;
}

/* cBox_1 - row-1 */
#cBox_1 .row-1 {
    padding-bottom: 30px;
    position: relative;
}
#cBox_1 .row-1 .row-intro {
    line-height: 1.6;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 14px;
}
.solution-institution .sRow-con .bg::after {
    opacity: 0.1;
}
.solution-institution .pics li:nth-child(1) {
    order: 2;
}
.solution-institution .pics li:nth-child(2) {
    order: 1;
}


/* cBox_1 - row-2 */
#cBox_1 .row-2 {
    background: #F8FAFA;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative
}


/* cBox_1 - row-4 */
#cBox_1 .row-4 {
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
}

/* cBox_1 - row-5 */
#cBox_1 .row-5 {
    background: url(../img/row-5-bg.jpg) center top no-repeat;
    background-size: auto 100%;
    padding-bottom: 30px;
    padding: 50px 0;
}



/* cBox_1 - row-6 */
#cBox_1 .row-6 {
    background: url(../img/row-6-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 30px 0px;
}

/* 多重防御体系 - 样式重置 */
.solution-defenseSystem .sRow-more{
    background-color: #F1FAF7;
    border-radius: 28px;
}
.solution-defenseSystem .sRow-more a{
    color: #16894A;
}
.solution-defenseSystem .sRow-more:hover{
    background: linear-gradient(45deg, #6CB75A, #0FAB77);
}
.solution-defenseSystem .sRow-more:hover a{
	color:white;
}

/* cBox_2 */
#cBox_2 {
    position: relative;
}
#cBox_2::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 270px;
    background: linear-gradient(to bottom, #6CB75A, #0FAB77);
    display: block;
    z-index: 0
}
#cBox_2 .cBd {
    position: relative;
    z-index: 2;
}
#cBox_2 .row-intro {
    font-size: 16px;
    line-height: 2;
    text-indent: 2em;
    margin-bottom: 50px;
}
#cBox_2 .list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
#cBox_2 .tips {
    text-align: center;
    font-size: 16px;
    color: #fff;
}
#cBox_2 .tips a {
    color: #fff;
    text-decoration: underline;
}

/* cBox_3 */
#cBox_3 {
    padding-bottom: 20px;
    overflow: hidden;
    background-color: #FCFCFC;
}
.solution-mobileDevices {
    display: flex;
    flex-direction: column;
}
.solution-mobileDevices .sRow-pic {
    width: 100%;
    padding: 0;
    border-radius: 0;
    height: 240px;
    margin: 0 auto;
    background:  url(../img/pic-mobiledevices.jpg) center center no-repeat;
    background-size: contain;
}
.solution-mobileDevices .sRow-pic img {
    width: 100%;
    height: auto;
}
.solution-mobileDevices .sRow-intro {
    flex: 1;
    text-align: left;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0;
}
.solution-mobileDevices .sRow-intro p {
    text-indent: 2em;
    margin-bottom: 15px;
}

/* indTabBox_01 */
#indTabBox_01 .pic {
    text-align: center;
}

/* cBox_4 */
#cBox_4 {
    /* padding-bottom: 50px; */
    overflow: hidden
}
#cBox_4 .row-intro {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    text-indent: 2em;
    margin: 0 auto 20px;
    color: #666666;
}
#cBox_4 .row-pic {
    text-align: center;
    padding: 25px 0px;
    background: #FBFBFB;
    border-radius: 20px 180px 20px 180px;
    margin-bottom: 50px;
}
#cBox_4 .more {
    width: auto;
    height: 46px;
    line-height: 46px;
    text-align: center;
    overflow: hidden;
    background: #F1FAF7;
    border-radius: 23px;
    position: relative;
    display: block;
}
#cBox_4 .more::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #6CB75A, #0FAB77);
    z-index: 0;
    opacity: 0;
    transition: 0.5s;
}
#cBox_4 .more a {
    display: block;
    height: 46px;
    font-size: 14px;
    font-weight: bold;
    color: #006342;
    position: relative;
    z-index: 1;
}
#cBox_4 .more:hover::after {
    opacity: 1;
    color: #fff
}
#cBox_4 .more:hover a,
#cBox_4 .more a:hover {
    color: #fff;
}

/* indTabBox_02 */
#indTabBox_02 {
    margin-bottom: 20px;
}
#indTabBox_02 .pic {
    text-align: center;
}

/* 多重防御体系 - 样式重置 */
.solution-defenseSystem .sRow-intro {
    padding:0;
}
.solution-defenseSystem .sRow-card {
    width: 100%;
}

.solution-ITAI .sRow-intro{
    font-size: 14px;
    line-height: 1.8;
}

/* box-solution */
.box-solution {
    background: url(../img/box-solution-bg.jpg) center top no-repeat;
    background-size: auto 50%;
}
.box-solution .hd {
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: white;
}
.box-solution .bd {
    padding: 15px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.box-solution .box-intro {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
}
.box-solution .box-intro p {
    text-indent: 2em;
    margin-bottom: 15px;
}


.solution-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.solution-list li {
    box-sizing: border-box;
    margin: 0 auto 10px;
    text-align: center;
    padding: 15px 15px 20px;
    width: 100%;
    border-radius: 12px;
    background-color: #E9F8FF;
}
.solution-list li .num {
    display: inline-block;
    width: 82px;
    height: 82px;
    line-height: 82px;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background: url(../img/solution-icon.png) center top no-repeat;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.solution-list li:hover .num {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.solution-list li .intro {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}
.solution-list li:nth-child(1),
.solution-list li:nth-child(10) {
    background-color: #E9F8FF;
}
.solution-list li:nth-child(2),
.solution-list li:nth-child(8) {
    background-color: #F4F4FF;
}
.solution-list li:nth-child(3),
.solution-list li:nth-child(9) {
    background-color: #F0FCF8;
}
.solution-list li:nth-child(4),
.solution-list li:nth-child(6) {
    background-color: #FFF8F5;
}
.solution-list li:nth-child(5),
.solution-list li:nth-child(7) {
    background-color: #F2F9F5;
}
.solution-list li:nth-child(2) .num,
.solution-list li:nth-child(8) .num {
    background-position: center -100px;
}
.solution-list li:nth-child(3) .num,
.solution-list li:nth-child(9) .num {
    background-position: center -200px;
}
.solution-list li:nth-child(4) .num,
.solution-list li:nth-child(6) .num {
    background-position: center -300px;
}
.solution-list li:nth-child(5) .num,
.solution-list li:nth-child(7) .num {
    background-position: center -400px;
}

/* solution-platforms  重置 */
.solution-platforms .sBox .sHd {
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    height: auto;
    border-bottom: 0;
}
.solution-platforms .sBox .sHd h3 {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 10px 40px;
    font-size: 24px;
    line-height: 1.6;
    height: auto;
    font-weight: bold;
}
.solution-platforms .sBox .sHd h3::after,
.solution-platforms .sBox .sHd h3::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 30px;
    height: 10px;
    margin-top: -5px;
}
.solution-platforms .sBox .sHd h3::before {
    left: 0;
    background: url(../img/box-hd-left.png) right top no-repeat;
}
.solution-platforms .sBox .sHd h3::after {
    right: 0;
    bottom: auto;
    left: auto;
    background: url(../img/box-hd-right.png) left top no-repeat;
}
.solution-platforms .platforms-flex .con .intro{
    font-size:14px;
}

#sBox_release,
#sBox_sso {
    background-color: #FCFCFC;
}


/* cBox_8 */
#cBox_8 .row-intro {
    margin: 0 auto 50px;
    font-size: 14px;
    text-indent: 2em;
}

.system-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.system-list li {
    box-sizing: border-box;
    padding: 0 10px 20px;
    margin: 0 auto 15px;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    background-color: rgba(241, 250, 247, 0.5);
}
.system-list li:hover {
    background-color: #F1FAF7;
}
.system-list li .intro {
    font-size: 14px;
    line-height: 2;
    color: #666;
    text-align: justify;
}
.system-list li .intro p {
    margin-bottom: 20px;
    text-indent: 2em;
}
.system-list li .title {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    border-radius: 0 0 20px 20px;
}
.system-list li .title::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(45deg, #4cb162, #459768);
}
.system-list li .more {
    display: inline-block;
    padding: 0 10px;
    margin: 0 auto;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #16894A;
    border: 1px solid #B1CDBE;
    border-radius: 23px;
}
.system-list li .more:hover {
    background-color: #16894A;
    border-color: #16894A;
    color: white;
}

/* cBox_9 */
#cBox_9 {
    position: relative;
    padding-bottom: 20px;
}
#cBox_9 .row-title {
    font-size: 20px;
    font-weight: bold;
    color: #16894A;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: center;
}
#cBox_9 .row-intro {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 2;
    color: #666;
    text-align: center;
}
#cBox_9 .row-intro .red {
    color: #f00;
}

.case-pic-box {
    margin-bottom: 15px;
}
.case-pic-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.case-pic-list li {
    position: relative;
    z-index: 1;
    width: calc(100% / 2 - 5px);
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}
.case-pic-list li .pic {
    overflow: hidden;
}
.case-pic-list li .pic img {
    width: 100%;
    height: auto;
}
.case-pic-list li .title {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    color: white;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.case-info {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.case-info img {
    max-width: 100%;
    height: auto;
    text-align: center;
}

.lxss a, .lxss a.sq { background-color: #368C4F}
.lxss a:hover { background-color: #368C4F}


/* cBox_1 - row-5 */
#cBox_1 .row-5 .row-icon{width:42px;height: 60px;margin:0 auto 21px;background:url(../img/icon-08.png) 0 0 no-repeat;background-size:42px auto;}
#cBox_1 .row-5 .row-title2{font-size:20px; font-weight:bold; text-align:center; color:#fff; text-shadow:0 0 4px rgba(0,0,0,0.25); line-height:2; margin-bottom:10px;}
#cBox_1 .row-5 .row-title3{font-size:16px; text-align:center; color:#fff; text-shadow:0 0 4px rgba(0,0,0,0.25); line-height:2; margin-bottom:30px;}
#cBox_1 .row-5 .provinceList{display:grid;  grid-template-columns:repeat(2,1fr); grid-gap:15px;}
#cBox_1 .row-5 .provinceList li{height:36px; line-height:36px; width:100%; background:#fff; text-align:center; font-size:16px; color:#006342; border-radius:18px;}


#skipmenu{background: #459768;}
.atlasBox .hd {background: #009688;background: linear-gradient(to bottom, #14c9a1, #26af6c)}
.atlasBox dt {background: linear-gradient(90deg, #26AF6C 0%, #249682 100%);}
.atlasBox ul li a:hover { background-color:#2b9f7f; color:#fff;}

.rowBox>.hd h3{color:#333; display: inline-block; position:relative;    margin: 0 auto;
    text-align: center;
    padding: 10px 40px;
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;}
.rowBox>.hd  h3::after,
.rowBox>.hd  h3::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 30px;
    height: 10px;
    margin-top: -5px;
}
.rowBox>.hd  h3::before {
    left: 0;
    background: url(../img/box-hd-left.png) right top no-repeat;
}
.rowBox>.hd  h3::after {
    right: 0;
    background: url(../img/box-hd-right.png) left top no-repeat;
}


.solutionSafety-07 .more{background: #F1FAF7;}
.solutionSafety-07 .more a::before{    border: 1px solid #16894a;}
.solutionSafety-07 .more a {color:#16894a; font-weight:bold;display: block;}
.platformList .row-intro{text-indent:2em;font-size: 14px;}
.platformList .pic img.cpmb { margin: 20px;border: #fff solid 20px;box-shadow: #ccc 0 0 20px; width:76%;border-radius: 10px;}