@charset "UTF-8";
.container h2 {
    font-size: 32px;
    color: #26b461;
    padding-bottom: 30px;
}
.container>span {
    font-size: 18px;
    color: #26b461;
}
.content {
    overflow: hidden;
}
.part1, .part2 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.part-title {
    margin-bottom: 15px;
}
.content h1 {
    font-size: 34px;
    color: #222;
    padding-bottom: 15px;
    text-align: center;
}
.part1 span {
    font-size: 18px;
    color: #222;
}
.imgbg {
    width: 564px;
    height: 492px;
    float: left;
    border-radius: 20px 20px 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.cheackbox {
    width: 560px;
    height: 306px;
    margin-top: 100px;
    box-shadow: 0 10px 60px 0 rgba(42,109,239,.15);
    border-radius: 6px;
    float: left;
    background-color: #fff;
}
.cheackbox ul {
    display: inline-block;
    margin: 0 auto;
    margin-top: 50px;
}
.cheackbox ul li {
    float: left;
    display: block;
    line-height: 46px;
    width: 112px;
    height: 46px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ddd;
}
.cheackbox ul li {
    border-radius: 6px 0 0 6px;
}
.cheackbox ul li:not(:last-child) {
}
.cheackbox ul li:last-child {
    border-radius: 0 6px 6px 0;
    border-left: none;
}
.pccontent, .ydcontent {
    text-align: left;
}
.pccontent h3, .ydcontent h3 {
    color: #222;
    font-size: 20px;
    line-height: 50px;
    margin-left: 50px;
    margin-top: 50px;
}
.pccontent h3, .ydcontent h3 {
    color: #222;
    font-size: 20px;
    line-height: 50px;
    margin-left: 50px;
    margin-top: 50px;
}
.part1, .part2 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    max-width: 1200px;
}
.liselected {
    background-color: #2a6def;
    color: #fff;
    font-size: 16px;
    border: 1px solid #2a6def!important;
}
.pccontent p, .ydcontent p {
    color: #222;
    font-size: 16px;
    margin-left: 50px;
}
.cheackbox2 ul {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 50px;
}
.cheackbox2 ul li {
    float: left;
    display: block;
    line-height: 46px;
    width: 192px;
    height: 46px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ddd;
    margin: 0 0 -1px -1px;
}
.cheackbox2 ul li {
    border-radius: 6px 0 0 6px;
}
.cheackbox2 ul li:not(:last-child) {
}
.cheackbox2 ul li:nth-child(2) {
    border-radius: 0;
}
.cheackbox2 ul li:last-child {
    border-radius: 0 6px 6px 0;
    border-left: none;
}
.clear {
    clear: both;
}
.tab-text {
    height: 500px;
    text-align: left;
    position: relative;
    overflow: hidden;
    display: none;
}
.tab-text h3 {
    color: #222;
    font-size: 20px;
    line-height: 60px;
    margin-top: 150px;
}
.tab-text p {
    color: #222;
    font-size: 16px;
}
.tab-text img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 40%;
}



.drop {
    background-color:#e3e6e4;
    position: absolute;
    display: none;
    z-index: 9999;
    transition: max-height .3s ease-in;
    transform-origin: 50% 0;
    animation: slide-down 0.3s ease-in;
    -webkit-animation: slide-down 0.3s ease-in;
}
.drop dl dt{
    border-bottom: 1px #fff solid;
}
@keyframes slide-down{
    0%{transform:scale(1,0);}
    100%{transform:scale(1,1);}
  }

  @-webkit-keyframes slide-down{
    0%{-webkit-transform:scale(1,0);}
    100%{-webkit-transform:scale(1,1);}
  }
/* banner */
.banner {
    margin: 0 auto;
}
.swiper-slide img {
    margin: 0 auto;
    width: 100%;
}

/* content */
.content {
    overflow: hidden;
}
.bgblack {
    background: #eff3f6;
    padding-bottom: 20px;
    position: relative;
}
.content-h {
    height: 111px;
    background: url(../Images/sstg/bg-tit.png) no-repeat;
    background-size: cover;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}
.content-h h4 {
    font-size: 1.2rem;
    color: #52B058;
    letter-spacing: 3px;
    font-weight: lighter;
    display: inline-block;
    margin-top: 58px;
}
.content-h em {
    font-size: .8rem;
    color: #5f5f5f;
    letter-spacing: 3px;
    font-weight: lighter;
    line-height: 40px;
}

/* 企业服务选项卡 */

.layui-tab {
    margin: 10px 0 60px 0;
    text-align: left!important;
    width: 100%;
}
.layui-tab-brief {
    background: #fff;
    overflow: hidden;
}
.service-tabs__tab:first-child {
    border-left: 1px solid #ebedf0;
}
.service-tabs__tab img {
    flex: 1 1;
    padding: 40px 25px;
    border: none;
    bottom: 0;
    -webkit-transition: all .25s;
    transition: all .25s;
    cursor: pointer;
}
.service-img-wrapper, .service-content-wrapper {
    float: left;
}
.service-content-wrapper {
    padding-left: 72px;
    width: 400px;
}
.service-content-wrapper h3 {
    margin-top: 50px;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
}
.service-content-wrapper p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 18px;
    margin-bottom: 36px;
    padding-right: 30px;
    color: #222;
}
.service-tabs__tab {
    height: 120px;
    border-right: 1px solid #ebedf0;
    border-top: 1px solid #ebedf0;
}
.common-wrapper {
    width: 80%;
    margin: 0 auto;
}

.list-img {
    width: 20%;
    height: 100px;
}
.list-img img{
    width: 80%;
    margin-top: 10px;
}


/* 智能营销css */
.hometabe2 {
    position: relative;
    left: 0;
    white-space: nowrap;
    font-size: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.hometab2 li {
    float: left;
    width: 210px;
    height: 40px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.ico-size {
    font-size: 28px!important;
    margin-left: 20px;
}
.layui-this2 {
    border: none;
    border-radius: 0;
    border-bottom: 8px solid #5FB878;   
}

/* about */

.index-about {
    width: 80%;
    margin: 0 auto;
}
.index-about h1 {
    font-size: 22px;
    color:#5f5f5f;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.about-info {
    width: 340px;
    float: left;
    margin: 0 10px;
}
.index-about p {
    font-size: 12px;
    text-indent:20px;
    color:#5f5f5f;
    letter-spacing: 2px;
    line-height: 32px;
}
.float-r {
    float: right;
    margin: 20px 0;
}
.quanjin {

}

.box-1 {
    float: left;
    width: 630px;
    height: 310px;
    overflow: hidden;
    position: relative;
}
.box-2 {
    float: left;
    width: 125px;
    height: 310px;
    margin-left: 20px;
    overflow: hidden;
}
.box-2 li {
    position: relative;
}
.box-2 li img {
    width: 125px;
    margin: 4px 0;
}
.box-1 img {
    width: 243px;
    position: absolute;
    top:26%;
    left: 30%;
}

.item-name {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 24px;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
}
.Checked {
    border:green 1.5px solid;
}
.img1 {
    background: url(../Images/sstg/630x310.jpg);
}
.img2 {
    background: url(../Images/sstg/630x310-2.jpg);
}
.img3 {
    background: url(../Images/sstg/630x310-3.jpg);
}
.img4 {
    background: url(../Images/sstg/630x310-4.jpg);
}


#colee_left {
    overflow: hidden;
    width: 1200px;
    padding-bottom: 40px;
    margin: auto;
}
.pro_td {
    padding: 3px;
    width: 190px;
    height: 100px;
}
#colee_left img {
    border: #CCCCCC 1px solid;
    width: 172px;
    height: 82px;
}
.btn-center {
    position: absolute;
    left: 47%;
    bottom: 20px;
}

footer {
    background-color: #2a2730;
    overflow: hidden;
    color:#fff;
}
.foot {
    width: 80%;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 14px;
    position: relative;
}
.foot span {
    line-height: 30px;
    margin-right: 20px;
}
.bottom-wx {
    width: 120px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.bottom-wx img {
    width: 120px;
}

.banner-bg {
    background-image: url(../Images/sstg/t012d5779cdc2d97d5a.png);
    position: relative;
    width: 100%;
    height: 392px;
    padding: 111px 0 0;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: top;
    /* max-width: 1200px; */
    margin: 0 auto;
}
.banner-bg-xxl {
    background-image: url(../Images/sstg/t010d8e4c79eeb4f76a.png);
    position: relative;
    width: 100%;
    height: 392px;
    padding: 111px 0 0;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: top;
   max-width: 1200px;
    margin: 0 auto;
}
.banner-bg-pptg {
    background-image: url(../Images/sstg/t010d8e4c79eeb4f76a.png);
    position: relative;
    width: 100%;
    height: 392px;
    padding: 111px 0 0;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: top;
    max-width: 1200px;
    margin: 0 auto;
}
.banner-bg-baike {
    background-image: url(../Images/sstg/t01600cab8a0e5a487d.png);
    position: relative;
    width: 100%;
    height: 392px;
    padding: 111px 0 0;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: top;
    max-width: 1200px;
    margin: 0 auto;
}
.banner-bg-city {
    background-image: url(../Images/sstg/t01a67c4dd2f2f8edfc.png);
    position: relative;
    width: 100%;
    height: 392px;
    padding: 111px 0 0;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: top;
    max-width: 1200px;
    margin: 0 auto;
}


.banner-bg-web {
    background-image: url(../Images/sstg/t01c5c8eced1b100182.png);
    position: relative;
    width: 100%;
    height: 392px;
    padding: 111px 0 0;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: top;
    max-width: 1200px;
    margin: 0 auto;
}

.banner-bg-lwt {
    background-image: url(../Images/sstg/t01bf8f0d9177fdd58d.png);
    position: relative;
    width: 100%;
    height: 392px;
    padding: 111px 0 0;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: top;
    max-width: 1200px;
    margin: 0 auto;
}
.banner-bg-shang {
    background-image: url(../Images/sstg/t018a3300c83e132ff4.png);
    position: relative;
    width: 100%;
    height: 392px;
    padding: 111px 0 0;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: top;
    max-width: 1200px;
    margin: 0 auto;
}

.container {
    width: 80%;
    margin: 0 auto;
}
.container h2 {
    font-size: 32px;
    color: #26b461;
    padding-bottom: 30px;
}
.container>span {
    font-size: 18px;
    color: #26b461;
}
.part1,.part2 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.part2{
    margin-top: 80px;
}
.part1 h1,.part2 h1 {
    font-size: 34px;
    color: #222;
    padding-bottom: 15px;
}
.content h1 {
    font-size: 34px;
    color: #222;
    padding-bottom: 15px;
    text-align: center;
}
.content h2 {
    font-size: 20px;
    color: #222;
    padding-bottom: 15px;
    text-align: center;
}
.part1 span {
    font-size: 18px;
    color: #222;
}
.part-title {
    margin-bottom: 40px;
}
.imgbg {
    width: 564px;
    height: 492px;
    float: left;
    border-radius: 20px 20px 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../Images/sstg/t0196d0f5cf2b804307.png);
}
.cheackbox {
    width: 560px;
    height: 306px;
    margin-top: 100px;
    box-shadow: 0 10px 60px 0 rgba(42,109,239,.15);
    border-radius: 6px;
    float: left;
    background-color:#fff;
}
.cheackbox ul li {
    float: left;
    display: block;
    line-height: 46px;
    width: 112px;
    height: 46px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ddd;
}
.cheackbox2 ul li {
    float: left;
    display: block;
    line-height: 46px;
    width: 192px;
    height: 46px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ddd;
    margin:0 0 -1px -1px;
}

.liselected {
    background-color: #2a6def;
    color: #fff;
    font-size: 16px;
    border: 1px solid #2a6def!important;
}
.cheackbox ul li:not(:last-child) {

}
.cheackbox2 ul li.liselected:nth-child(2) {
    border-radius: 0;
}
.cheackbox2 ul li:nth-child(2) {
    border-radius: 0;
    

}
.cheackbox2 ul li:not(:last-child) {

}
.cheackbox ul {
    display: inline-block;
    margin:  0 auto;
    margin-top: 50px;
}
.cheackbox2 ul {
    display: inline-block;
    margin:  0 auto;
    margin-bottom: 50px;
}
.cheackbox ul li {
    border-radius: 6px 0 0 6px;
}
.cheackbox2 ul li {
    border-radius: 6px 0 0 6px;
}
.cheackbox ul li:last-child {
    border-radius: 0 6px 6px 0;
    border-left: none;
}
.cheackbox2 ul li:last-child {
    border-radius: 0 6px 6px 0;
    border-left: none;
}
.pccontent,.ydcontent {
    text-align: left;
}
.pccontent h3,.ydcontent h3 {
    color: #222;
    font-size: 20px;
    line-height: 50px;
    margin-left: 50px;
    margin-top: 50px;
}
.pccontent p,.ydcontent p {
    color: #222;
    font-size: 16px;
    margin-left: 50px;
}

.tab-text h3 {
    color: #222;
    font-size: 20px; 
    line-height: 60px;
    margin-top: 150px;
}

.tab-text p {
    color: #222;
    font-size: 16px; 

}
.tab-text {
    height: 500px;
    text-align: left;
    position: relative;
    overflow: hidden;
    display: none;
}
.tab-text img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 40%;
}
.tab-text .show {
    display: block;
}

.tijiao {
    text-align: center;
    margin:50px 0;
}

.comp-list {
    margin: 0 auto;
    width: 80%;
    overflow: hidden;
    font-size: 18px;
    letter-spacing: 2px;

}
.list-box1 {
    margin-bottom: 80px;
}
.comp-list ul,.list-box1 ul{
    display: table;
    margin: 0 auto;
    text-align: center;
}
.comp-list li{
    float: left;
    height: 64px;
    line-height: 64px;
    border: 1px solid #ddd;
    margin-left: -1px;
    padding: 0 50px;
}
.list-box1 li {
    float: left;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ddd;
    margin-left: -1px;
    padding: 0 50px;
}

.comp-list li:first-child,.list-box1 li:first-child{
    border-radius: 6px 0 0 6px;
}
.comp-list li:last-child,.list-box1 li:last-child {
    border-radius: 0 6px 6px 0;
}

.comp-list i {
    font-size: 28px;
    margin-right: 10px;
}
.comp-list li.active:first-child,.list-box1 li:first-child {
    border-radius: 6px 0 0 6px;
}
.comp-list li.active,.list-box1 li.active {
    background-color: #2a6def;
    color: #fff;
    border-color: #2a6def;

}
.comp-wrap>div {
    display: none;
}
.comp-box h1 {
    text-align: center;
    font-size: 36px;
    line-height: 150px;
}


.expo-box--infoflow--dmp__image, .expo-box--infoflow--pc__image {
    position: relative;
    width: 563px;
    height: 379px;
    border-radius: 20px;
    box-shadow: 0 96px 84px 0 rgba(0,37,101,.2);
}
.expo-box--infoflow--dmp__image img, .expo-box--infoflow--pc__image img {
    position: absolute;
    width: 702px;
    height: 394px;
    z-index: 1;
    top: 0;
    left: -70px;
    max-width: unset;
}
.expo-box--infoflow--pc__image .image-cover {
    position: absolute;
    width: 544px;
    height: 338px;
    top: 20px;
    left: 10px;
    z-index: 1;
    background-color: #fff;
    opacity: 0;
}
.expo-box--infoflow--pc__image .animated-cover1 {
    top: 203px;
    left: 93px;
}
.expo-box--infoflow--pc__image .animated-cover {
    position: absolute;
    width: 0;
    height: 0;
    border: 1px dashed #2a6def;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

.list-box1-wrap>div {
    display: none;
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;max-width: 1200px;margin: 0 auto;

}

.factory h1{
    text-align: center;
    font-size: 36px;
    line-height: 150px;
}
.factory-list {
    width: 80%;
    margin: 0 auto;    max-width: 1200px; margin: 0 auto;
}


.factory-list li:first-child {
    background-image: url(../Images/sstg/4bf82470dab67b8b.svg);
}
.factory-list li:nth-child(2) {
    background-image: url(../Images/sstg/076c9274cb58519a.svg);
}
.factory-list li:nth-child(3) {
    background-image: url(../Images/sstg/286176d15a2a2497.svg);
}

.dmp360 {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}
.dmp-text {
    padding: 70px 30px 0 100px;
    position: absolute;
    left: 50%;
    top: 15%;
    width: 500px;
    height: 200px;
    box-shadow: 0 10px 60px 0 rgba(42,109,239,.15);
    border-radius: 6px;
}
.dmp-text p {
    font-size: 16px;
    color: #222;
    line-height: 30px;
}

.comp-box h2 {

        text-align: center;
        font-size: 18px;
        margin-top: 16px;

}

.divcent {
       margin: 0 auto;
       width: 100%;
       max-width: 1200px;
       margin: 0 auto;
       height: auto;
}

#list-box5 {
    width: 400px;
    position: absolute;
    z-index: 999;
    right: 130px;
    top: 100px;
}
#list-box5 li {
    padding: 0 10px;
}

.box5-content>div,.box6-content>div {
    display: none;
}
.box6-content>div {
    display: none;
    width: 80%;
    margin: 0 auto;max-width: 1200px;margin: 0 auto;
}
.box6-text {
    width: 40%;
    float: left;
}
.box6-text p{
    font-size: 16px;
    line-height: 30px;
}
.box6-text p:first-child{
    margin-top: 150px;

}
.box6-img {
    width: 60%;
    float: left;

}
.box6-img img {
    width: 100%;
}
.baike-box {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}
#baike-box {
    position: absolute;
    right: 100px;
    top:100px;
}
#baike-box li{
    padding: 0 30px;
}
.baike-box-left {
    width: 30%;
    float: left;
}
.baike-box-left img{
    width: 100%;
}
.baike-box-right {
    width: 65%;
    float: left;
    text-align: left;
    margin-left: 5%;
}
.baike-box-right li {
    float: left;
    width: 45%;
    height: 211px;
    padding-left: 15px;
}
.baike-box-right li:first-child{
    background: url(../Images/sstg/70be1c6ed637ff91.svg) 10px 30px no-repeat;
    background-size: auto;
    border-bottom: 1px solid #eff0f2;
    border-right: 1px solid #eff0f2;
}
.baike-box-right li:nth-child(2){
    background: url(../Images/sstg/3de3b57ad6659a54.svg) 10px 30px no-repeat;
    background-size: auto;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
.baike-box-right li:nth-child(3){
    background: url(../Images/sstg/8bf1cfe770af4f60.svg) 10px 30px no-repeat;
    background-size: auto;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
.baike-box-right li:nth-child(4){
    background: url(../Images/sstg/0208e9a0f1182617.svg) 10px 30px no-repeat;
    background-size: auto;
    border-top: 1px solid #eff0f2;
    border-left: 1px solid #eff0f2;

}
.baike-box-right h1 {
    margin-top: 100px;
}
.baike-box-right h1 {
    font-size: 18px;
    text-align: left;
}
.baike-box-right p {
    font-size: 14px;
    text-align: left;
    margin-right: 20px;
}

.baike-box-left-img {
    width: 60%;
    float: left;
    box-shadow: 0 96px 84px 0 rgba(0,37,101,.2);
    border-radius: 20px;
}
.baike-box-left-img img{
    width: 100%;
}
.baike-box-right-text {
    width: 40%;
    height: 306px;
    margin-top: 40px;
    float: left;
    box-shadow: 0 10px 60px 0 rgba(42,109,239,.15);
    border-radius: 6px;
}
#baike-tab>div {
    display: none;
}
.baike-box-right-text p {
    margin: 140px 50px;
    color: #222;
    line-height: 25px;
}
.city-box {
    width: 80%;
    margin: 0 auto;
}
.spacing50 {
    margin-top: 50px;
}
.webimg {
    width: 45%;
    float: left;
    text-align: center;
}
.webimg2 {
    width: 45%;
    float: left;
    text-align: center;
}
.webimg2 h3 {
    font-size: 18px;
    line-height: 40px;
}
.webimg span {
    color:#222;
    line-height: 60px;
}
.webimg:last-child{
    margin-left: 40px;
}
.webimg img {
    width: 100%;
}
.lwt-box {
    width: 450px;
    height: 250px;
    background:#fff;
    margin: .5px;
    text-align: center;
}
.flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.lwt-box img{
    margin-top: 40px;
}
.lwt-box h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}
.lwt-box p {
    color: #555;
    font-size: 14px;
    margin: 0 70px;
}
.lwt-box:hover{

    z-index: 1;
    box-shadow: 0 4px 15px rgba(42,109,239,.15); 
}
.lwt-tab>div {
    display: none;
    position: relative;
}
.lwt-tab {
    width: 80%;
    margin: 0 auto;
}
.lwt-tab-text {
    position: absolute;
    width: 400px;
    height: 180px;
    padding: 60px;
    right: 0;
    top: 50px;
    box-shadow: 0 10px 60px 0 rgba(42,109,239,.15);
    border-radius: 6px;
}

.shang-bg {
    height: 512px;
    background: url(../Images/sstg/t01899025b5a64f86fd.png) 50% no-repeat;
    background-size: 100% 100%;
}
.shang-list_item{
    width: 48%;
    float: right;
    background: rgba(255, 255, 255, 0.4);
    margin: 20px 4px;
}
.shang-list_item img{
    width: 100%;
}
.shang-list_item:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}

.shang-list_item h2 {
    font-size: 20px;
    line-height: 1;
    margin-top: 20px;
}
.shang-list_item p {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 20px;
}

.orientation-content {
    width: 100%;
    padding-left: 80px;
    padding-top: 120px;
    flex: 1 1;
    text-align: left;
}

.orientation-content h3 {
    font-size: 24px;
    margin-bottom: 24px;
}
.orientation-content h5 {
    position: relative;
    font-size: 16px;
    padding-left: 14px;
    margin-top: 20px;
    margin-bottom: 8px;
}
.orientation-content h5:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #fccf6c;
    top: 5px;
    left: 0;
}
.orientation-content p {
    font-size: 14px;
    line-height: 22px;
}

.system-list {
    display: flex;
    justify-content: center;
    padding-bottom: 96px;
}
.system-list__item:first-child {
    background-image: url(../Images/sstg/084d28da99df739e.svg);
}
.system-list__item:nth-child(2) {
    background-image: url(../Images/sstg/c9ec4b848d994f82.svg);
}
.system-list__item:nth-child(3) {
    background-image: url(../Images/sstg/f3372a48a1c308e8.svg);
}
.system-list__item:nth-child(4) {
    background-image: url(../Images/sstg/f660ba07412587a1.svg);
}
.system-list__item:nth-child(5) {
    background-image: url(../Images/sstg/9ddc25f605d6b1c0.svg);
}
.system-list__item:nth-child(6) {
    background-image: url(../Images/sstg/67cb11bbaa729ab5.svg);
}
.system-list__item:nth-child(7) {
    background-image: url(../Images/sstg/1e9fd8f0d905b4f9.svg);
}
.system-list__item {
    width: 172px;
    height: 102px;
    padding-top: 80px;
    text-align: center;
    background-size: 48px 48px;
    background-position: top;
    background-repeat: no-repeat;
}
.advantage-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.advantage-list__item {
    width: 200px;
    margin-bottom: 32px;
    padding: 156px 30px 28px;
    text-align: center;
    background-color: #fff;
    background-size: 68px 68px;
    background-position: top 56px center;
    background-repeat: no-repeat;
}
.advantage-list__item:not(:nth-child(4n)) {
    margin-right: 32px;
}
.advantage-list__item:first-child {
    background-image: url(../Images/sstg/b9ca53339215c002.svg);
}
.advantage-list__item:nth-child(2) {
    background-image: url(../Images/sstg/b9f662797c97a44f.svg);
}
.advantage-list__item:nth-child(3) {
    background-image: url(../Images/sstg/52ccec28a73d5ede.svg);
}
.advantage-list__item:nth-child(4) {
    background-image: url(../Images/sstg/9cd01f3cc74e6521.svg);
}
.advantage-list__item:not(:nth-child(4n)) {
    margin-right: 32px;
}
.advantage-list__item:nth-child(5) {
    background-image: url(../Images/sstg/a2ea027b2f3777cd.svg);
}
.advantage-list__item:nth-child(6) {
    background-image: url(../Images/sstg/e5065547dc2df88b.svg);
}
.advantage-list__item:nth-child(7) {
    background-image: url(../Images/sstg/74e2d173df6218aa.svg);
}
.advantage-list__item:nth-child(8) {
    background-image: url(../Images/sstg/3f2eeabe143d8ba0.svg);
}
.advantage-list__item h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.advantage-list__item p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.case-list {
    width: 30%;
    text-align: center;
    box-shadow: 0 10px 30px 0 rgba(42,109,239,.08);
    border-radius: 6px;
    cursor: pointer;
    background-color: #fff;
    padding-bottom:20px;
    float: left;
    margin: 20px 15px;
}
.case-list:hover {
    box-shadow: 0 10px 30px 0 rgba(42,109,239,.2)
}
.case-img img {
    width: 100%;
    height: 200px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.case-title h3{
padding: 24px 24px 0;
font-size: 20px;
color: #222;
line-height: 20px;
font-weight: 400;
overflow: hidden;
text-align: left;
}

span.case-info{
    padding: 12px 24px;
    font-size: 14px;
    color: #555;
    line-height: 20px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #eff0f2;
    margin-bottom: 24px;
}

span.daliang {
    font-size: 27px ;
    color: #2a6def;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    text-align: center;
}



.news-list-b{padding-left: 160px;width: 100%;}
.news-list-img img{width: 150px;height: 90px;}
.news-list-b h2{font-size: 16px;padding:5px 0;}
.news-list-b p{height: 40px;line-height: 20px;}
.news-list-time{margin-top: 5px;}
.news-list-b p{margin-bottom: 0;}
.news-list-img {
  position: absolute;
  left: 0;
  border: 1px solid #dddddd;}
  

.news-list-img img {
  width: 320px;
  height: 190px;
}

.news-list-b {
  padding-left: 340px;
  width: 70%;
  padding-right: 10px;
}
.news-list-b h2 {
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  width: 100%;
  text-align: left;
}
.news-list-b p {
  color: #666666;
  font-size: 14px;
  height: 70px;
  overflow: hidden;
  width: 100%;
  line-height: 24px;
}
.news-list-time {
  margin-top: 17px;
  margin-bottom: 15px;
}
.news-list-time div {
  display: inline-block;
}
.news-time span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../Images/sstg/news-map.png) no-repeat;
  background-position: 0 -26px;
  background-size: cover;
  vertical-align: middle;
}
.news-list-time em {
  color: #999999;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
.news-list:first-child {
  border-top: 1px solid #f5f5f5;
}
.news-list {
  border-bottom: 1px dashed #cfd3d8;
  padding: 20px 0;
  margin-bottom: 0;
  position: relative;
}
.news-list:hover{background:#f5fcfe; }

.news-list a:hover{ text-decoration:none;}
.row a:hover{ text-decoration:none;}
.row{margin-right:-15px;margin-left:-15px;}
.news-list:hover .news-list-b h2{color:#00a6e1; }


.join-content-t {
    text-align: center;
    border-bottom: 1px dashed #dedede;
}
.join-content-b {
    margin-top: 20px;
}
.join-content-date {
    text-align: center;
    padding: 10px 0px;
}
.join-content-date em,.join-content-date span {
    color: #666666;
    font-size: 12px;
    padding: 0 5px;
}
.join-content-dir {
    padding: 10px 0;
    width: 100%;
}

.join-content-dir a:hover {
    color: #00a6e1;
}
.join-content-dir span {
    color: #666666;
    font-size: 12px;
    padding: 0 5px;
}
.newsbanner {
    width: 100%;
    height: 250px;
    min-width: 1000px;
    background: url(../Images/sstg/newsbanner.png) no-repeat center center;
}
.case-list__reading {
    display: flex;
    justify-content: space-around;
    padding-top: 12px;
}

.fixed-bar .icon,.fixed-bar .consult-list .tel-icon{background:url("../Images/sstg/js_02.png") no-repeat;}
.fixed-bar .icon{display:block;position:absolute;top:50%;left:50%;width:23px;height:12px;overflow:hidden;margin:-18px 0 0 -12px;background-position:right -220px;text-indent:-999em;}
.fixed-bar{position:fixed;right:1px;bottom:50px;z-index:50;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))-30);}
.fixed-bar .gotop{position:relative;z-index:1;display:block;width:68px;height:36px;overflow:hidden;margin:-1px 0 0;padding:32px 0 0;border:1px solid #e6e6e6;border-top:1px dashed #eaeaea;background-color:#fff;color:#666;font:normal 14px/36px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";text-align:center;}
.fixed-bar .share{height:68px;overflow:hidden;margin:-1px 0 0;border:1px solid #e6e6e6;}
.fixed-bar .gotop:hover{z-index:10;border-color:#2acb6b;background-color:#2acb6b;color:#fff;text-decoration:none;}
.fixed-bar .gotop:hover .icon{background-position:right -251px;}
.fixed-bar .consult-box{border:1px solid #e6e6e6;}
.fixed-bar .consult-box .consult-header{position:relative;height:36px;margin:-1px -1px 0;background:#2acb6b;}
.fixed-bar .consult-box .consult-title{color:#fff;font:normal 16px/36px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";text-align:center;}
.fixed-bar .consult-box .icon{display:none;top:0;left:-28px;width:28px;height:36px;overflow:hidden;margin:0;background-position:-80px -530px;cursor:pointer;}
.fixed-bar .consult-box .icon:hover{background-position:-110px -530px;}
.fixed-bar .consult-list{margin:0 2px -1px;padding:9px 0;border-bottom:1px dashed #eaeaea; overflow:hidden}
.fixed-bar .consult-list li{padding:6px 0 6px 23px;color:#666;font:normal 12px/24px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";}
.fixed-bar .consult-list span,.fixed-bar .consult-list a{float:left;line-height:24px;}
.fixed-bar .consult-list span{padding-right:10px;}
.fixed-bar .consult-list img{vertical-align:top;}
.fixed-bar .wide-bar{width:134px;background:#fff;}
.fixed-bar .wide-bar .share .bds_more{width:148px;_width:146px;background-position:-252px -568px;}
.fixed-bar .wide-bar .share .bds_more:hover{background-position:-354px -568px;}
.fixed-bar .wide-bar .gotop{width:132px;}
.fixed-bar .consult-list .tel-icon{margin-left:-15px;padding:0 0 0 20px;background-position:-591px -264px;}
.foot a {
  color:#fff;
}
.fixednav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}

.expo-box__content {
    width: 612px;
    height: 306px;
    box-shadow: 0 10px 60px 0 rgba(42,109,239,.15);
    border-radius: 6px;
    position: absolute;
    top: 20%;
    left: 48%;
}
.expo-box__textwrapper {
    padding: 64px 71px;
}
.expo-box__textwrapper p {
    font-size: 16px;
    line-height: 30px;
}
#list-box1 li,#list-box6 li{font-size: 15px;}
.ocpc-list {
    display: flex;
    justify-content: center;
}
.ocpc-list__item, .ocpc-list__item2 {
    width: 370px;
    padding-top: 162px;
    text-align: center;
    box-shadow: 0 10px 30px 0 rgba(42,109,239,.1);
    border-radius: 6px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top 56px center;
    background-size: auto 68px;
}
.ocpc-list__item:not(:last-child), .ocpc-list__item2:not(:last-child) {
    margin-right: 33px;
}
.ocpc-list__item2:first-child {
    background-image: url(../Images/sstg/t016f11698ef39157c8.png);
    background-size: auto;
}
.ocpc-list__item2:nth-child(2) {
    background-image: url(../Images/sstg/t0118c5f8c215a2bd93.png);
    background-size: auto;
}
.ocpc-list__item2:nth-child(3) {
    background-image: url(../Images/sstg/t018052e54dced06462.png);
    background-size: auto;
}
.ocpc-list__item2:nth-child(4) {
    background-image: url(../Images/sstg/t015b273a7527e812b2.png);
    background-size: auto;
}
.ocpc-list__item:first-child {
    background-image: url(../Images/sstg/t0176a5e6999fe0e770.png);
}
.ocpc-list__item:nth-child(2) {
    background-image: url(../Images/sstg/t01e1cd1d0a30b15ba2.png);
}
.ocpc-list__item:nth-child(3) {
    background-image: url(../Images/sstg/t011b449648d0b65c6f.png);
}
.product-formation-list__item:first-child {
    background-image: url(../Images/sstg/t01b514e1dfdcedb5fe.png);
}
.product-formation-list__item:nth-child(2) {
    background-image: url(../Images/sstg/t017cf36cb91fb38378.png);
}
.product-formation-list__item:nth-child(3) {
    background-image: url(../Images/sstg/t010ebd44114a0a826e.png);
}
.ocpc-list__item p, .ocpc-list__item2 p {
    font-size: 14px;
    margin-bottom: 40px;
}
.media-mobile-list {
    display: flex;
    flex-wrap: wrap;
}
.media-mobile-list__item {
    position: relative;
    width: 88px;
    height: 118px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
}
.media-mobile-list__item:not(:nth-child(10n)) {
    margin-right: 32px;
}
.media-mobile-list__item img {
    width: 88px;
    height: 88px;
    border-radius: 20px;
    border: 1px solid #ddd;
    margin-bottom: 16px;
}
.business-type__text {
    text-align: center;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 24px;
}
.business-type__image img:first-child {
    width: 846px;
    height: 560px;
    border-radius: 20px;
    box-shadow: 0 20px 60px 0 rgba(0,37,101,.1), 0 0 20px 0 #e2e4e9;
}
.business-type__image img:last-child {
    width: 260px;
    height: 518px;
    border-radius: 20px;
    box-shadow: 0 -20px 60px 0 rgba(0,37,101,.1), 0 0 20px 0 #e2e4e9;
}
#list-box2 li,#list-box3 li,#list-box4 li{    font-size: 17px;}
.product-formation-list__item {
    width: 370px;
    padding-top: 162px;
    text-align: center;
    box-shadow: 0 10px 30px 0 rgba(42,109,239,.1);
    border-radius: 6px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top 56px center;
    background-size: auto 68px;
    float: left;
}
.product-formation-list__item h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 24px;
}
.product-formation-list__item p {
    padding: 0 45px;
    font-size: 14px;
}