body{
    margin: 0;
    padding: 0;
}
.nav {
    position: fixed;
    top: 0;
    background-color:var(--COLOR-GRAY);
    text-align: center;
    height: 26px;
    line-height: 26px;
    z-index:1000;
}
.nav .menuIcon{
    display:none;
}
.nav .menu .menuListBottom{
    display:none;
}

.nav {
    width: 100%;
    top: 0;
    margin: 0;
    padding: 0;
}
.nav ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    color:white;
    font-size:12px;
}
.nav ul li a{
    text-decoration: none;
    color: white;
}
.nav ul{
    height: 26px;
    line-height: 5px;
    font-size: 12px;
    text-align: right;
}
.nav ul li {
    display: inline;
    margin-left: 1vw;
    margin-right: 1vw;
}

/*----------------------------------------------------------------------------------------------------*/
.banner .row1 .banner-title img {
    width: 30vw;
}

.banner .row1 .banner-logo img {
    width: 10vw;
}
.banner .row1 .banner-date .date-row {
}

.banner {
    margin-top: 50px;
    margin-bottom: 10px;
}
.banner .row1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap:  wrap;
}

.banner .row1 .banner-date {
    font-size: 12px;
    color:var(--COLOR-GRAY);
    width:20vw;
    text-align: center;
}

.banner .row1 .banner-title {
    width: 50vw;
    text-align: center;
}

.banner .row1 .banner-title .title-text {
    margin-top: 5vh;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px;
    border-bottom-style: solid;
    padding-bottom: 2vh;
    /*color: #5b5d61;*/
}

.banner .row1 .banner-logo {
    width:20vw;
    text-align: center;
}
.banner .row2 {
    text-align: center;
}
.banner .row2 .tabMenu{
    display: inline-block;
    list-style: none;
    text-align: center;
    padding: 0;
}
.banner .row2 .tabMenu .menuItem{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #3788ca;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}
.banner .row2 .tabMenu .menuItem a{
    text-decoration: none;
    color:var(--COLOR-GRAY);
}


/*----------------------------------------------------------------------------------------------------*/
.summary {
    width: 100%;
    text-align: center;
    /*border-bottom-color: var(--COLOR-GRAY);*/
    /*border-bottom-width: 1px;*/
    /*border-bottom-style: solid;*/
}
.summary .summary-title{
    background:var(--COLOR-BLUE);
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
}
.summary .summary-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    padding-left: 10vw;
    padding-right: 10vw;
}
.summary .summary-text p{
    text-align: left;
    text-indent:2em;
    margin: 5px;
}

/*----------------------------------------------------------------------------------------------------*/
.service {
    width: 100%;
    text-align: center;
    background-color: var(--COLOR-TABLE-BG-GRAY);
    padding-bottom: 20px;
}
.service .service-title {
    margin: 0;
    width:100%;
    text-align: center;
}
.service .service-title .title-text {
    border-bottom-color: var(--COLOR-GRAY);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    /*color: var(--COLOR-BLUE);*/
    width: 80vw;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 10px;
}
.service .service-list {
    display: flex;
    justify-content: space-around;
    padding-left: 5vw;
    padding-right: 5vw;
}

.service .service-list .service-item{
    width: 27vw;
    /*border-right-color: var(--COLOR-BLUE);*/
    /*border-right-style: solid;*/
    /*border-right-width: 1px;*/
    /*border-left-color: var(--COLOR-BLUE);*/
    /*border-left-style: solid;*/
    /*border-left-width: 1px;*/
    text-align: left;
}

.service .service-list .service-item .item-title{
    background:var(--COLOR-GRAY);
    color:white;
    height: 250px;
    line-height: 250px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.service .service-list .service-item .item-title .title-row1 {
    height:80%;
}
.service .service-list .service-item .item-title .title-row1 .title-icon{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: white;
    color: var(--COLOR-GRAY);
    display: inline-block;
    line-height: 100px;
}
.service .service-list .service-item .item-title .title-row2 {
    height:20%;
    line-height: 40px;
    text-align: left;
    padding-left: 20px;
}
.service .service-list .service-item .item-title .title-row2 .title-text{

}

.service .service-list .service-item .item-content{
    height: 600px;
    font-size: 14px;
    padding: 20px;
    background: white;
}
.service .service-list .service-item .item-bottom{
    height: 7px;
    background:var(--COLOR-GRAY);
}

.service .service-list .service-scope .item-title {
    background-image:url("../img/service-item-scope.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.service .service-list .service-scope .item-content ul {
    list-style-type: simp-chinese-informal;
}
.service .service-list .service-scope .item-content ul li {
    margin-top: 20px;
}


.service .service-list .service-field .item-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height:100%;
    margin: 0;
    font-size: 12px;
}
.service .service-list .service-field .item-content ul li{
    float: left;
    margin: 0 7px;
}
.service .service-list .service-field .item-content ul li:nth-child(7n + 5) {
  margin-left: 44px;
}
.service .service-list .service-field .item-content .field-item{
    overflow: hidden;
    display: block;
    width: 60px;
    height: 70px;
    transform: rotate(-60deg) skewY(30deg);
}
.service .service-list .service-field .item-content .field-label{
    background-color: var(--COLOR-LIGHT-GRAY);
    display: block;
    width: 60px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    transform: skewY(-30deg) rotate(60deg);
}
.service .service-list .service-field .item-content .item-active{
    background-color: var( --COLOR-BLUE );
    color: white;
}
.service .service-list .service-field .item-content .item-activeing{
    background-color: var( --COLOR-RED );
    color: white;
}
.service .service-list .service-field .item-content .field-label a{
    line-height: 15px;
    text-align: center;
    display: inline-block;
    padding: 5px;
    vertical-align: middle;
}

.service .service-list .service-target .item-content h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}
.service .service-list .service-target .item-content  p{
    text-indent:2em;
}
/*----------------------------------------------------------------------------------------------------*/
.example .exampleList .exampleItem {
}

.example {
    font-size: 14px;
    width: 100%;
    text-align: center;
    /*background-color: var(--COLOR-LIGHT-GRAY);*/
    padding-bottom: 20px;
    padding-top: 20px;
}
.example .exampleTitle {
    /*background-color: var(--COLOR-BLUE);*/
    margin: 0;
    width:100%;
    text-align: center;
    /*color: white;*/
}
.example .exampleTitle .titleText {
    border-bottom-color: var(--COLOR-GRAY);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    width: 80vw;
    display: inline-block;
    padding-bottom: 20px;
}
.example .exampleList {
    padding-left: 5vw;
    padding-right: 5vw;
}
.example .exampleList .exampleItem{
    margin-top: 20px;
    margin-bottom: 20px;
    background: white;
    display: flex;
    text-align: left;
    height: 70vh;
    margin-left: 2vw;
    margin-right: 2vw;
}

.example .exampleList .exampleItem .exampleCloumn1 {
    background-color:white;
    width:30vw;
    position: relative;
    overflow: hidden;

}
.example .exampleList .exampleItem .exampleCloumn1 img{
    width:30vw;
    position: absolute;
    right: 20px;
    top: 20%;
}
.example .exampleList .exampleItem .exampleCloumn1 .frontTitle{
    position: absolute;
    background: var( --COLOR-BLUE);
    height: 50px;
    color: white;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    width: 50%;
}
.example .exampleList .exampleItem .exampleCloumn1 .frontBg{
    position: absolute;
    width: 40%;
    height: 200%;
    background:var(--COLOR-GRAY);
    top:0;
    filter:alpha(Opacity=10);
    -moz-opacity:0.1;
    opacity: 0.1;
    transform: skewY(-30deg) rotate(60deg);
    top: 10%;
    display: none;
}
.example .exampleList .exampleItem .exampleCloumn2 {
    width:58vw;
    padding-left: 20px;
    background-color: var(--COLOR-LIGHT-GRAY);
}
.example .exampleList .exampleItem .exampleCloumn2 ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.example .exampleList .exampleItem .exampleCloumn2 ul li{
    width: 200px;
    height: 100px;
    background: white;
    padding: 10px;
    margin-left: 20px;
    margin-top: 10px;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: var(--COLOR-BLUE);
}
.example .exampleList .exampleItem .exampleCloumn2 ul li p{
    text-indent:2em;
}
.example .exampleList .exampleItem .exampleCloumn2 ul li .itemNumber{
    display:none;
}

/*----------------------------------------------------------------------------------------------------*/
footer{
    height: auto;
    background: var(--COLOR-GRAY);
    width: 100%;
    font-size: 12px;
    color: var(--COLOR-LIGHT-GRAY);
}
footer .wrap{
    margin: 0px 5vw 0px 5vw;
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
}
footer ul{
    list-style: none;
}

footer ul li{
    margin-top: 5px;
}

footer .column1 ul li span{
    margin-left:10px;
    font-style: italic;
}

footer .wrap .column1{
    width:60%;
}

footer .wrap .column2{
    width:40%;
}

footer .column2 ul li span{
    margin-left:10px;
}

footer .column2 ul li span a{
    text-decoration: none;
    color: white;
}
}
