/* 公共样式 */
body {
    overflow: hidden;
}

#HorizontalLocalNavi li.Current a em {
    background-color: #eee;
}
h2 {
    border-radius: 15px;
    padding: 0;
    margin-bottom: 20px;
}

h2>span {
    display: block;
    width: auto;
    padding: 5px 25px;
    border-radius: 15px;
    line-height: 2;
    color: #FFF;
    background: #588699;
}
h2 a:link,
h2 a:visited {
    color: #FFF;
}

h3 {
    font-size: 100%;
    border-bottom: 2px solid #588699;
    color: #588699;
    padding: 10px;
    background: #f2f2f2;
}


.GridSet {
    width: 100%;
}

.GridSet .Grid4 .PageTitleStyle1,
.GridSet .Grid4 .PageTitleStyle2 {
    width: 100%;
    max-width: 965px;
    margin: 0 auto 20px;
}

.GridSet .Grid4 .Section {
    width: 100%;
    max-width: 965px;
    margin: 0 auto 30px;
}

.GridSet.normal {
    width: 100%;
    max-width: 965px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.marT10 {
    margin-top: 10px;
}

.marT20 {
    margin-top: 20px;
}

.marB10 {
    margin-bottom: 10px;
}

.marB20 {
    margin-bottom: 20px;
}

.marL10 {
    margin-left: 10px;
}

.marL20 {
    margin-left: 20px;
}

.marR10 {
    margin-right: 10px;
}

.pad20 {
    padding: 20px;
}

.w50 .Column1 {
    width: 49%;
    margin: 0;
}

.w50 img {
    width: 100%;
}

.w30 img {
    width: 100%;
}

.w50 .FirstItem {
    margin-right: 2%;
}


/* *********  首页  ********* */
#TopPage .GridSet {
    width: 100%;
}

#BrandingImage {
    width: 100%;
    margin-bottom: 20px;
}

#BrandingImage .Img {
    height: 400px;
    background: #28495a url(/image/ins/top/brandimage.png) center top no-repeat;
}

#BrandingImage .Img2 {
    display: none;
}

#BrandingImage .Img .words {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    max-width: 965px;
    padding: 60px 0;
    margin: 0 auto;
}

#BrandingImage .Img .words p {
    display: block;
    position: relative;
    width: 330px;
    height: 240px;
    border-radius: 10px;
    padding: 20px;
    line-height: 2;
    color: #FFF;
    font-size: 100%;
    background: #46798e;
}

#BrandingImage .Img .words p a {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #FFF;
    border-radius: 10px;
    background: #dd8b4f;
    text-align: center;
    line-height: 2;
    font-size: 110%;
    padding: 8px 0;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

#BrandingImage .Img .words p a:hover {
    opacity: .9;
}

#BrandingImage .Img2 p.TextStyle1 {
    position: relative;
    border-radius: 0 0 10px 10px;
    padding: 20px;
    line-height: 2;
    color: #FFF;
    font-size: 100%;
    background: #46798e;
    margin-top: -15px;
}

#BrandingImage .Img2 p.TextStyle1 a {
    display: block;
    color: #FFF;
    border-radius: 10px;
    background: #dd8b4f;
    text-align: center;
    line-height: 2;
    font-size: 110%;
    padding: 8px 0;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.productList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    margin-top: 30px;
}

.productList div.column {
    position: relative;
    width: 100%;
    max-width: 308px;
    height: 280px;
    margin: 0 15px 15px 0;
}
.productList div.column:nth-child(3n) {
    margin: 0 0 15px;
}

.productList div.column a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    height: 100%;
    box-sizing: border-box;
    background: #f2f2f2;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.productList div.column a:hover {
    background: #46798e;
    color: #FFF;
}

#TopPage .productList div.column a:hover * {
    color: #FFF;
}

#TopPage .productList div.column a>h2 {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    font-size: 150%;
    line-height: 1.2;
    color: #46798e;
    background: none;
    text-align: center;
}

.productList div.column a>span {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
    font-size: 83%;
    line-height: 1.5;
    height: 30px;
    color: #46798e;
}

.productList div.column a:hover>i {
    transform: scale(1.1);
}

i.icon {
    display: block;
    width: 160px;
    height: 160px;
    background-image: url(/image/ins/icon/products.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: all 0.3s ease-in-out;
}

i.icon.part1 {
    background-position: 0 0;
}

i.icon.part2 {
    background-position: 0 12.5%;
}

i.icon.part3 {
    background-position: 0 25%;
}

i.icon.part4 {
    background-position: 0 37.5%;
}

i.icon.part5 {
    background-position: 0 50%;
}

i.icon.part6 {
    background-position: 0 62.5%;
}

i.icon.part7 {
    background-position: 0 75%;
}
i.icon.part8 {
    background-position: 0 87.5%;
}

i.icon.part9 {
    background-position: 0 100%;
}




.productList div.column i.icon {
    display: flex;
    top: 20%;
    left: 0;
    right: 0;
}





/* 
.titPic  i.icon.part1 { background-position: center 0;}
.titPic  i.icon.part2 { background-position: center -300px;}
.titPic  i.icon.part3 { background-position: center -600px;}
.titPic  i.icon.part4 { background-position: center -900px;}
.titPic  i.icon.part5 { background-position: center -1200px;}
.titPic  i.icon.part6 { background-position: center -1500px;}
.titPic  i.icon.part7 { background-position: center -1800px;}
.titPic  i.icon.part8 { background-position: center -2100px;} */

/* *********** 部门介绍 ********* */
#about .abouth1 {
    font-size: 32px;
    margin-bottom: 20px;
}

#about dl {
    font-size: 90%;
}

#about .ColumnSet .Column1 {
    width: 49%;
    margin: 0;
}

#about .ColumnSet img {
    width: 100%;
}

#about .ColumnSet .FirstItem {
    margin-right: 2%;
}


.titleArea {
    display: block;
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
}

.titleArea2 {
    display: none;
}

.titleArea .wordsArea {
    display: block;
    position: absolute;
    width: 100%;
    height: 190px;
    left: 50%;
    top: 50px;
    margin-left: -322.5px;
    background: #eee;
    box-sizing: border-box;
    padding: 25px 0 25px 130px;
    border-radius: 15px 0 0 15px;
}

.titleArea .wordsArea h2 {
    font-size: 30px;
    color: #4e8194;
    background: none;
}

.titleArea .wordsArea p {
    width: 100%;
    max-width: 670px;
}

.titleArea .iconArea {
    display: block;
    position: relative;
    width: 100%;
    left: -50%;
    margin-left: -232px;
    background: #588699;
    z-index: 99;
    height: 200px;
    border-radius: 0 15px 15px 0;
}

.titleArea .iconArea i.icon {
    width: 200px;
    height: 200px;
    margin: 0 25px;
    float: right;
}



#HorizontalLocalNavi li {
    width: 25%;
}


/* ********** 产品 ************* */
.productsBgc {
    background-color: #f2f2f2;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
}

#products .productList .column {
    width: 100%;
    max-width: 475px;
    margin-right: 15px;
    height: auto;
}

#products .productList .column:nth-child(2n) {
    margin-right: 0;
}

#products .productList .column a {
    display: block;
    background: none;
    color: #333;
    border: none;
    padding: 0;
}

#products .productList .column a {
    color: #333;
}

#products .productList .column a:hover {
    background: none
}

#products .productList div.column i.icon {
    float: left;
    margin-top: -20px;
    margin-right: 10px;
}

#products .productList .column a>span {
    position: static;
    line-height: 1.5;
    font-size: 90%;
    color: #333;
}

/* ****** 联系我们 ****** */
#inquiry dl {
    font-size: 90%;
}

/* ******* smartfam ******** */
.smartfamUl li {
    margin-right: 60px;
    color: red;
    vertical-align: middle;
    font-size: 14px;
}

.smartfamUl li i {
    display: inline-block;
    margin-left: 5px;
}


#productsMain .smartfamDl {
    border: #f2f2f2 1px solid;
}

#productsMain .smartfamDl dt {
    background-color: #f2f2f2;
    /* height: 48px; */
    line-height: 48px;
    padding: 5px 20px;
}

#productsMain .smartfamDl dd {
    line-height: 300%;
    padding: 5px 20px;
}

#productsMain span.smartfamGreen,
#productsMain span.smartfamRed,
#productsMain span.smartfamBlue {
    color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 2px;
    border: 1px solid #000000;
    width: 64px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
}

#productsMain .smartfamGreen {
    background-color: #a99718;
}

#productsMain .smartfamRed {
    background-color: #b5553e;
}

#productsMain .smartfamBlue {
    background-color: #7b9ba6;
}

.smartfamUldisc li {
    list-style-type: disc;
    margin-left: 20px;
}

#productsMain .productsBgc {
    padding: 20px;
}

/* ********** vsip ********** */
#vsip .vsipDl {
    border: #4bacc6 1px solid;
}

#vsip .vsipDl dt {
    background-color: #e9f1f5;
    /* height: 40px; */
    line-height: 40px;
    padding-left: 10px;

}

#vsip .vsipDl dd {
    background-color: #d0e3ea;
    /* height: 40px; */
    line-height: 40px;
    padding-left: 10px;


}

#vsip .vsipDl .vsipDlBot {
    border-bottom: 1px solid #4bacc6;
}

#vsip .vsipColumnSet .Column1 {
    margin: 0;
}

#vsip .vsipColumnSet .Column1 img {
    width: 100%;
}

#vsip .vsipColumnSet .FirstItem {
    margin-right: 2%;
    width: 36%;
}

#vsip .vsipColumnSet .LastItem {
    width: 62%;
}

#vsip .vsiph2 {
    background-image: none;
}

#vsip .vsiph2 span {
    background-color: #557ec0;
    color: #ffffff;

}

#vsip .vsipColumnSet li {
    margin-left: 20px;
}

#vsip .smartfamUldisc li {
    list-style-type: disc;
    margin-left: 20px;
}

#vsip .vsipTab .vsipTabBlue {
    background-color: #557ec0;
}

#vsip .vsipTab .vsipTabBlue th {
    background-color: #557ec0;
    color: #ffffff;
}

#vsip .vsipTab .vsipTabFirst th,
#vsip .vsipTab .vsipTabFirst td {
    background-color: #d0d8e8;
}

#vsip .vsipTab .vsipTabSecound th,
#vsip .vsipTab .vsipTabSecound td {
    background-color: #e9edf4;
}

#vsip .vsipTab th,
#vsip .vsipTab td {
    border: solid 1px #ffffff;
}

#vsip .vsipTab .org1 {
    display: inline-block;
    background-color: #e46c0a;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}

#vsip .showHidden {
    visibility: hidden;
}

.vsipTab .tabColor {
    background-color: #ffffff;
}

#vsip .vsiptabColor th,
#vsip .vsiptabColor td {
    border: solid 1px #17375e;
}


/* ******** *** mlcp *** ******* */
.mlcpCenterWorld {
    font-size: 24px;
    font-weight: 600;
    padding: 20px 60px;
}
#mlcp .ColumnSet .Column1 .ImgOnlyStyle img {
    width: 100%;
}

/* ************** enewatcher ******** */


/* *************** adstefan ******** */
.adstefanBor {
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 5px 30px;
    display: inline-block;
}

.triangle {
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #000000;
    margin-left: 10%;
}

.flW33 li {
    float: left;
    width: 28%;
}

/* ***** logistics **** */
#logistics .logisticsh1 {
    font-size: 22px;
}

.logisticsTab {
    width: 100%;
}

.logisticsTab th {
    width: 30%;
    text-align: center;
    background-color: #6d98c5;
    border: solid 1px #ffffff;
    color: #ffffff;
}

.logisticsTab td {
    width: 70%;
    padding-left: 20%;
    background-color: #f2f2f2;
    border: solid 1px #ffffff;

}

.logisticsDivBlue {
    background-color: #e1eaf1;
    padding: 20px 40px;
}

#logistics .w70 {
    width: 68%;
    margin-right: 2%;

}

#logistics .w30 {
    width: 30%;
    margin: 0;
}

.logisticsBorBlue {
    border: 1px solid #708cb3;
}

.logisticsTab2 {
    width: 100%;

}

.logisticsTab2 th {
    width: 30%;
    text-align: center;
    background-color: #6d98c5;
    border: solid 1px #ffffff;
    color: #ffffff;
}

.logisticsTab2 td {
    width: 70%;
    padding-left: 60px;
    background-color: #e1eaf1;
    border: solid 1px #ffffff;

}

.logisticsH2Blue2 {
    margin: 0;
    padding: 0;
    background-image: none;
    background-color: #6d98c5;
}

.logisticsH2Blue2 span {
    background-color: #6d98c5;
    color: #ffffff;
}

.object li {
    padding: 5px 20px;
}

.objectDiv {
    border: 1px solid #6d98c5;
    width: 50px;
    height: 50px;
}

.objectDiv span {
    background-color: #6d98c5;
    display: block;
    height: 44px;
    width: 44px;
    margin: 3px;
    text-align: center;
    line-height: 44px;
    color: #ffffff;

}

#logistics .w80 {
    width: 80%;
    margin-left: 2%;

}

.ColumnSet98 {
    width: 96%;
    margin-left: 2%;
}

.w33 div {
    display: inline-block;
    width: 31.3%;
    padding: 0 1%;
}

/* ********* ipc ****** */
.ipcmDl dt {
    font-size: 100%;
    font-weight: 600;
    margin-top: 10px;
}


/* ********* wtd ****** */
.wtd .bgTableSet {
    position: relative;
    width: 100%;
    height: 520px;
    background: #588699 url(/image/ins/wtd/imgSetBg.png) center center no-repeat;
}

.wtd .bgTableSet p.ImgOnlyStyle {
    position: absolute;
    right: 30px;
    top: 30px;
}

.wtd .bgTableSet .tableSet {
    position: absolute;
    top: 90px;
    left: 50px;
    opacity: .9;
    width: 35%;
}

.wtd .bgTableSet .tableSet table {
    width: 100%;
}

.wtd .bgTableSet .tableSet h4 {
    color: #FFF;
}

.wtd p.block {
    font-size: 180%;
    color: #FFF;
    text-align: center;
    line-height: 2;
    border: 2px solid #FFF;
    border-radius: 15px;
    background: rgba(52, 83, 96, .9);
}
.wtd .bgTableSet p.block {
    position: absolute;
    bottom: 10px;
    left: 30px;
    right: 30px;
}






/* -------------------------------   自适应   ------------------------------ */

@media screen and (max-width: 994px) {
    .JS .Grid3 {
        padding: 0;
    }

    .JS .GridSet {
        margin: 0;
    }

    .JS .Grid4 {
        padding: 0px;
    }

    .JS #products .productList .column {
        width: 48%;
        /* max-width: 475px; */
        margin: 1%;
        height: auto;
    }

    .JS #BrandingImage .Img {
        display: none;
    }

    .JS #BrandingImage .Img2 {
        display: block;
    }

    .JS .ColumnSet {
        margin: 0;
    }

    .JS .productList div.column {
        position: relative;
        width: 32%;
        height: 300px;
        margin: 0 2% 20px 0;
    }
    .productList div.column:nth-child(3n) {
        margin: 0 0 20px;
    }

    .JS .productList div.column.FirstItem {
        margin-left: 0;
    }

    .JS .productList div.column.LastItem {
        margin-right: 0;
    }

    .JS .titleArea .iconArea {
        position: relative;
        width: 100%;
        left: -50%;
        margin-left: -178px;
    }

    .JS .titleArea .wordsArea {
        position: absolute;
        width: 100%;
        left: 58%;

    }

    .JS .titleArea .wordsArea p {
        width: 100%;
        max-width: 560px;
    }

    .JS .w50 .Column1 {
        width: 49%;
        margin: 0;
    }
}

@media screen and (max-width: 965px) {
    .JS .titleArea .wordsArea p {
        width: 100%;
        max-width: 490px;
    }
    .JS .wtd .bgTableSet {
        background: none;
        height: auto;
    }

    .JS .wtd .bgTableSet div.tableSet,
    .JS .wtd .bgTableSet p.ImgOnlyStyle,
    .JS .wtd p.block {
        box-sizing: border-box;
        position: static;
        width: 100%;

    }

    .JS .wtd .bgTableSet div.tableSet h4 {
        color: #333;
    }

    .JS .wtd .bgTableSet p.ImgOnlyStyle {
        background: #588699 url(/image/ins/wtd/imgSetBg.png) center center no-repeat;
        background-size: 100%;
        padding: 30px;
        margin: 0;
    }
    .JS .wtd p.block {
        border-radius: 0;
        border: 0;
        font-size: 140%;
        padding: 5px 20px;
        line-height: 1.5;
    }
    

}

@media screen and (max-width: 767px) {
    .JS #products h2 {
        margin: 0;
    }

    .JS .titleArea {
        display: none;
    }

    .JS .titleArea2 {
        display: block;
        background: #eee;
        margin-bottom: 10px;
    }

    .JS div.titleArea2 div {
        display: inline-block;
    }

    .JS div.titleArea2 .iconArea {
        position: relative;
        /* display: block; */
    }

    .JS .titleArea2 .iconArea i {
        position: absolute;
        top: 50%;
        left: 40px;
        transform: translate(0, -50%);
        /* float: left; */
        /* margin-left: 40px; */
        /* margin-top: 20px; */
    }

    .JS .titleArea2 .iconArea .wordsArea {
        /* position: absolute; */
        /* top: 50%; */
        /* right: 0; */
        /* transform: translate(-50%, -50%); */

        float: right;
        width: 50%;
        margin-right: 40px;
        margin-top: 30px;
    }



    .JS #vsip .vsipColumnSet .FirstItem {
        margin-right: 0;
        width: 100%;
    }

    .JS #vsip .vsipColumnSet .LastItem {
        width: 100%;
    }

    .JS .w50 .Column1 {
        width: 100%;
        margin-top: 10px;
    }

    .JS #logistics .w70 {
        width: 100%;
        margin-right: 0;
    }

    .JS #logistics .w30 {
        width: 100%;
        margin: 0;
    }

    .JS #ipc .Section .ResponsiveTableStyle1 .DataTableStyle1 tr td span {
        display: none;
    }





}

@media screen and (max-width: 579px) {
    .JS #products .productList .column {
        width: 100%;
        /* max-width: 475px; */
        margin: 10px 0 0 0;
        height: auto;
    }

    .JS .productList div.column {
        position: relative;
        width: 46%;
        max-width: 46%;
        height: 300px;
        margin: 2%;
    }
    

    .JS .productList div.column.FirstItem {
        margin-left: 1%;
    }

    .JS .productList div.column.LastItem {
        margin-right: 1%;
    }

}

@media screen and (max-width: 520px) {
    .JS .titleArea2 .iconArea i {
        float: left;
        margin-left: 0;
        margin-top: 50px;
    }

    .JS .titleArea2 .iconArea .wordsArea {
        float: right;
        width: 50%;
        margin-right: 10px;
    }

    .JS .titleArea2 .iconArea i {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0,0);
        float: none;
        margin-top: 0;
        margin: 0 auto;
    }

    .JS .titleArea2 .iconArea .wordsArea {
        box-sizing: border-box;
        float: none;
        width: 100%;
        margin-top: 0;
        padding: 0 10px 10px;

    }

    .JS .titleArea2 .wordsArea h2 {
        margin: 0;
    }

}

@media screen and (max-width: 370px) {
    .JS .productList div.column {
        position: relative;
        width: 98%;
        max-width: 98%;
        height: 330px;
        margin: 1%;
    }

    .JS .productList div.column.FirstItem {
        margin-left: 1%;
    }

    .JS .productList div.column.LastItem {
        margin-right: 1%;
    }






    .mlcpCenterWorld {
        padding: 0;
    }

    .JS #Contents {
        padding-right: 0;
        padding-left: 0;
    }

}