﻿.ItemTop {
    width:100%;
    padding-bottom:20%;
    position:relative;
    background-size:auto 100%;
    background-position-x:50%;
}

.ItemNav {
    width:100%;
    margin:20px 0;
    padding:5px 0;
    border-bottom:2px solid #bebebe;
}
.ItemNav div {
    width:100%;
    max-width:1200px;
    margin:auto;
    position:relative;
}
.ItemNav ul {
    width:100%;
    text-align:left;
}
.ItemNav li {
    margin:5px;
    padding:3px 7px;
    display:inline-block;
    background-color:#e9e9e9;
    cursor:pointer;
}
.ItemNav li:hover, #ItemNavLi {
    background-color:#2db4eb;
    color:#fff;
}
.ItemNav p {
    right:0;
    top:8px;
    margin:0;
    position:absolute;
}
.ItemNav p > span {
    color:#525051;
    display:inline-block;
    margin:5px;
    font-size:14px;
}
.ItemNav p > span::after {
    content:">";
    margin-left:5px;
}
.ItemNav p > span:nth-last-child(1):after {
    content: "";
}

.ItemList {
    width:100%;
    max-width:1200px;
    margin:30px auto;
    position:relative;
    font-size:0;
    text-align:left;
}
.ItemList > div {
    width:29%;
    margin:30px 2%;
    display:inline-block;
    vertical-align:top;
    text-align:center;
    cursor:pointer;
    opacity:0.8;
}
.ItemList > div:hover {
    opacity:1;
}
.ItemList > div img {
    width:calc(100% - 60px);
    display:inline-block;
}
.ItemList > div ul {
    width:60px;
    display:inline-block;
    font-size:16px;
}
.ItemList > div li {
    margin:5px 0;
    padding:2px 0;
    background-color:#dfdfdd;
    color:#000;
    border-radius:100px;
}
.ItemList > div p {
    width:100%;
    margin:0;
}
.ItemList > div p > span {
    width:calc(50% - 20px);
    padding:5px 10px;
    display:inline-block;
    font-size:14px;
    text-align:left;
    overflow:hidden;
}
.ItemList > div p > span:nth-child(1) {
    color:#fff;
    background-color:#848283;
}
.ItemList > div p > span:nth-child(2) {
    color:#3a3633;
    background-color:#dfdfdd;
}
.ItemListLi4 {
    color:#fff !important;
    background:#79a7c9 !important;
}
.ItemListLi5 {
    color:#fff !important;
    background:#94af60 !important;
}

.ItemPage {
    width:100%;
    max-width:1200px;
    margin:30px auto;
    position:relative;
    text-align:right;
}
.ItemPage li {
    padding:3px 8px;
    margin:2px;
    display:inline-block;
    color:#848283;
    background-color:#ededed;
    cursor:pointer;
    /*transition:0.3s;*/
}
.ItemPage li:hover, #ItemPageLi {
    color:#fff;
    background-color:#325f9a;
}

.ItemBox {
    width:100%;
    max-width:1200px;
    margin:50px auto;
    position:relative;
}
.ItemImg img {
    max-width:60%;
    max-height:600px;
    margin:10px auto;
    display:block;
}
.ItemImg ul {
    width:100%;
    position:relative;
    font-size:0;
    text-align:left;
}
.ItemImg li {
    width:calc(20% - 20px);
    margin:10px;
    display:inline-block;
    vertical-align:middle;
    opacity:0.5;
    cursor:pointer;
    /*transition:0.3s;*/
}
.ItemImg li img {
    max-width: 100%;
}
.ItemImg li:hover, #ItemImg {
    opacity:1;
}
#ItemBoxNav {
    margin:20px 0;
    padding:10px 0;
    position:relative;
    border-bottom:2px solid #bebebe;
    font-weight:normal;
    text-align:left;
    font-size:0;
}
#ItemBoxNav > span {
    width:180px;
    padding:5px 10px;
    display:inline-block;
    color:#fff;
    font-size:16px;
    text-align:center;
}
#ItemBoxNav > span:nth-child(1) {
    background-color:#e77918;
}
#ItemBoxNav > span:nth-child(2) {
    background-color:#727071;
}
#ItemBoxNav ul {
    top:0;
    right:0;
    position:absolute;
}
#ItemBoxNav li {
    width:50px;
    margin:13px 5px;
    padding:2px 5px;
    display:inline-block;
    border-radius:100px;
    text-align:center;
    font-weight:bold;
    color:#4f4b4a;
    font-size:16px;
    background-color:#dfdfdd;
}
#ItemBoxHtml  {
    width:100%;
    height:auto;
    margin:30px 0;
    position:relative;
    overflow-y:hidden;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}
#ItemBoxHtml p,
#ItemBoxHtml h1 {
    margin: auto;
}
.ItemBoxHtml_P {
    margin:3px 0;
    top: -25px;
    position: relative;
    display:none;
    text-align:center;
    font-size:12px;
    color:#666;
}
.ItemBox h2 {
    width:100%;
    margin:15px 0;
    text-align:right;
    font-size:16px;
    font-weight:normal;
}
.ItemBox h2 > span {
    padding:5px 20px;
    border-radius:50px;
    color:#103c87;
    background-color:#eaebed;
    cursor:pointer;
    /*transition:0.3s;*/
}
.ItemBox h2 > span:hover {
    color:#eaebed;
    background-color:#103c87;
}


Item1ListBox {
    width:100%;
    position:relative;
}

.Item1Type, .Item2Type {
    width:100%;
    margin:50px 0;
    position:relative;
}
.Item1Type ul, .Item2Type ul {
    position:relative;
    z-index:2;
}
.Item1Type li {
    width:calc(33% - 20px);
    max-width:380px;
    min-width:300px;
    height:38px;
    margin:10px;
    display:inline-block;
    vertical-align:top;
    text-align:left;
}
.Item1Type li > a img {
    width:100px;
    vertical-align:middle;
}
.Item1Type li > a span {
    font-size:16px;
    color:#000;
    font-weight: bolder;
    vertical-align:middle;
    /*transition:0.3s;*/
}
.Item1Type li > a:hover span, #ItemTypeLi > a span {
    color:#103c85;
}
.Item1Type li p {
    margin:0px;
    margin-top:13px;
}
.Item1Type li p > span {
    margin: 0 10px;
    padding: 10px 0;
    display:inline-block;
    line-height: 28px;
    font-size:12px;
    cursor:pointer;
    /*transition:0.3s;*/
}
.Item1Type li p > span:hover, #ItemTypeC1 {
    color:#103c85;
}
#ItemTypeC1, #ItemTypeC2 {
    background-image:url(../../Image/ItemBg2.jpg);
    background-repeat:no-repeat;
    background-position:50% -3px;
}
.Item1Type h5, .Item2Type h5 {
    width:100%;
    height:51px;
    margin:0;
    position:relative;
    background-size:100% 100%;
    background-image:url(../../Image/ItemBg1.jpg);
    z-index:1;
}
.Item1Type > div {
    width:calc(100% - 10px);
    max-width:1200px;
    margin:5px auto;
    text-align:left;
}
.Item1Type > div > span {
    padding:3px 7px;
    display:inline-block;
    background-color:#e9e9e9;
    cursor:pointer;
    /*transition:0.3s;*/
}
.Item1Type > div > span:hover, #ItemTypeC2 {
    background-color:#d7edfb;
}

.Item1Index {
    width:100%;
    margin:50px 0;
    position:relative;
    overflow:hidden;
}
.Item1Index div {
    width:100%;
    background-size:1920px 100%;
    background-position-x:50%;
    cursor:pointer;
}
.Item1Index div:nth-child(1) {
    padding-bottom:930px;
    background-image:url(../../Image/ItemIndex1.jpg);
}
.Item1Index div:nth-child(2) {
    padding-bottom:700px;
    background-image:url(../../Image/ItemIndex2.jpg);
}
.Item1Index div:nth-child(3) {
    padding-bottom:700px;
    background-image:url(../../Image/ItemIndex3.jpg);
}
.Item1Index > img {
    width:100%;
    display:none;
    cursor:pointer;
}

.Item2Type ul {
    max-width:1200px;
    margin:auto;
    font-size:0;
}
.Item2Type li {
    width:8.3%;
    position:relative;
    display:inline-block;
    vertical-align:top;
    cursor:pointer;
}
.Item2Type li > img {
    width:80px;
    max-width:100%;
    margin:auto;
    display:block;
}
.Item2Type li > span {
    margin:auto;
    padding: 14px 0;
    top:calc(100% + 3px);
    left:0;
    right:0;
    position:absolute;
    font-size:14px;
}
.Item2Type li:hover span {
    color:#103c85;
}

@media screen and (max-width: 1150px) {
    .Item1Index div {
        background-size: 165% 100%;
    }
    .Item1Index div:nth-child(1) {
        padding-bottom:85%;
    }
    .Item1Index div:nth-child(2) {
        padding-bottom:70%;
    }
    .Item1Index div:nth-child(3) {
        padding-bottom:70%;
    }
}
@media screen and (max-width: 1000px) {
    .ItemTop {
        padding-bottom:30%;
    }
    .Item1Type {
        margin:0px;
    }
    .Item1Type ul {
        text-align:left;
    }
    .Item1Type li {
        width: calc(100% - 20px);
        height:auto;
        max-width: none;
        border-bottom:1px solid #ccc;
    }
    .Item1Type li:nth-last-child(1) {
        border-bottom:0px solid #ccc;
    }
    .Item1Type li p {
        margin-top:0;
    }
    .Item1Type h5 {
        display:none;
    }
    #ItemTypeC1 {
        background-image:none;
    }

    .ItemNav p {
        text-align:left;
        position:relative;
    }
}
@media screen and (max-width: 850px) {
    .ItemList > div {
        width:46%;
        margin:2%;
    }
    .ItemList > div p > span {
        width:calc(100% - 20px);
    }

    .Item1Index div {
        display:none;
    }
    .Item1Index > img {
        display:block;
    }
    #ItemBoxNav ul {
        position:relative;
    }

    .ItemPage {
        text-align:center;
    }

    .Item2Type h5 {
        display:none;
    }
    .Item2Type ul {
        border-bottom: 2px solid #bebebe;
    }
    .Item2Type li > span {
        display:none;
    }

}
@media screen and (max-width: 550px) {
    .ItemList > div {
        width:96%;
        margin:2%;
    }
    .ItemBoxHtml_P {
        display:block;
    }

    .Item2Type li {
        width:16%;
    }
}