﻿body{background-color:#fff;}
body, html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body,form{margin:0;padding:0;font:14px/180% "Arial","MicroSoft Yahei","宋体";color:#333;}
* {
    font-family: "MicroSoft Yahei","黑体","苹方", "PingFang SC","宋体";
    margin: 0;
    padding: 0;
}/*此地方不要加颜色属性*/
.ul,li{list-style:none;}
a{text-decoration:none;color:#333;}
a:hover{text-decoration:none;color:#33cc33;}


body {
    /*background-image: url(/Skins/UI/Cn/Images/pageBodyBg.png);*/
    /*background-image: url(/Skins/UI/Cn/Images/pageBodyBg.png);*/
    background-image: url('/Skins/UI/Cn/Images/pageBodyBg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 40%;
    background-position: right bottom;
    background-attachment: fixed;
}

.width {
    width: 90%;
    margin-left: auto;
    margin-right:auto;
}
.width100{
    width:100%;
    height:100%;overflow:hidden;
}
.width94 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}


/*页面布局 Begin*/
.pageHead{
    width:100%;
    height:10%;
    position:fixed;
    top:2%;
    left:0;
    bottom:0;
    right:0;
    z-index:99;
    background:rgba(255,255,255,0.8);
}
.topPadding {
    width: 100%;
    height: 12%;
}

.pageLoction {
    display: none;
    width: 97%;
    height: 5%;
    overflow: hidden;
    margin-right: 3%;

}
.pageBody {
    width: 100%;
    height: 77%;
}
.pageBottom {
    width: 100%;
    height: 9%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #f3f3f3;
    padding-top:2%;
}

/*页面布局 End*/
/*通用布局部分开始*/
.pagePosition {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .pagePosition .nav {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 30px;
        font-size: 16px;
        font-weight: bold;
        color: #808080;
    }
        .pagePosition .nav a{color:#808080;}

        .pagePosition .nav i{color:#808080;font-size:16px;font-style:normal;font-weight:normal;}

        .pagePosition .nav span {
            line-height: 30px;
            display: inline-block;
            margin-right: 10px;
            font-weight: normal;
            font-size: 16px;
            color: #808080;
            transition: all 0.5s;
            border-radius: 10px;
        }
        .pagePosition .nav .active s {
            width: 100%;
            display: block;
            height: 5px;
            background: linear-gradient(to right,#3c3 66%,#0b308e 100%);
            border-radius: 3px;
            transition: all 0.5s;
        }


.pageLeft {
    width: 10%;
    float: left;
    margin-right: 3%;
    height: 100%;
    margin-left: 3%;
    display:table;
}
.pageLeftNav{
    width:100%;
    height:100%;
    display:table-cell;
    vertical-align:middle;
}

.pageLeft li {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    position: relative;
}
    .pageLeft li h2 {
        width: 100%;
        height: 70px;
        overflow: hidden;
        line-height: 70px;
        font-size: 16px;
        color: #808080;
        transition: all 0.3s;
        /*white-space: nowrap;
        text-overflow: ellipsis;*/
    }

    .pageLeft li:hover h2 {
        font-weight: bold;
        text-indent: 5px;
    }
        .pageLeft li a {
            color: #808080;
        }

    .pageLeft .active h2 {
        font-weight: bold;
    }

.pageLeft .subList {
    width: 130px;
    height: auto;
    position: absolute;
    top: 0;
    left: 110px;
    background: rgba(0,0,0,0.6);
    padding: 20px 20px 20px 30px;
    z-index: 999;
}

    .pageLeft .subList::after {
        content: "";
        position: absolute;
        top: 25px;
        left: -5px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #000;
        opacity: 0.6;
    }

    .pageLeft .subList h3 {
        width: 100%;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        color: #fff;
        transition: all 0.5s;
        opacity: 0.8;
    }

        .pageLeft .subList h3:hover {
            opacity: 1;
        }

    .pageLeft .subList a {
        color: #fff;
    }


.productLeft {
    width: 10%;
    float: left;
    margin-right: 3%;
    height: 100%;
    margin-left: 3%;
    display: table;
    min-width:120px;
}
.productLeftNav {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
    .productLeft li {
        width: 100%;
        height: auto;
        position: relative;
    }
        .productLeft li h2 {
            width: 100%;
            height: 70px;
            overflow: hidden;
            line-height: 70px;
            font-size: 16px;
            color: #808080;
            transition: all 0.3s;
            /*white-space: nowrap;
            text-overflow: ellipsis;*/
        }
         .productLeft li h2 a{color:#808080;}
          .productLeft li:hover h2{
              font-weight:bold;
              text-indent:5px;
          }
.productLeft .active h2{
    font-weight:bold;
}


.productLeft .subList {
    width: 150px;
    height: auto;
    position: absolute;
    top: 0;
    left: 150px;
    background: rgba(0,0,0,0.6);
    padding: 20px 20px 20px 30px;
    z-index: 999;
}

    .productLeft .subList::after {
        content: "";
        position: absolute;
        top: 25px;
        left: -5px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #000;
        opacity: 0.6;
    }

.productLeft li:last-child .subList {
    bottom: 0;
    top: auto;
}
    .productLeft li:last-child .subList::after {
        bottom: 25px;
        top:auto;
    }

    .productLeft .subList h3 {
        width: 100%;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        color: #fff;
        transition: all 0.5s;
        opacity: 0.8;
    }

        .productLeft .subList h3:hover {
            text-indent: 5px;
            opacity: 1;
            cursor:pointer;
        }

    .productLeft .subList a {
        color: #fff;
    }

.subProductList{
    width:100%;
    max-height:240px;
    overflow-y:auto;
}


.pageRight {
    width: 81%;
    float: left;
    height: 94%;
    overflow: hidden;
    margin-right: 3%;
    margin-bottom: 3%;
}
/*.pageRight img{
    max-width:100%;
}*/
.pageRightContent {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; /* 垂直居中 */
}

.pageNav {
    width: 300px;
    height: auto;
    overflow: hidden;
    position: fixed;
    top: 30%;
    right: 10%;
    z-index: 9;
}

.pageNavTitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.pageNavList {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    padding: 10px 0;
}

    .pageNavList li {
        width: 90%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        border-bottom: 1px solid #eee;
        transition: all 0.5s;
        margin: 0 auto;
        text-indent: 20px;
    }

        .pageNavList li:hover {
            text-indent: 30px;
            background-color: #000;
            color: #fff;
        }

    .pageNavList .active {
        background-color: #000;
        color: #fff;
    }



.pageSubNavList {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .pageSubNavList li {
        float: left;
        line-height: 40px;
        padding: 0 20px;
        margin-right: 20px;
        transition: all 0.5s;
        font-size: 16px;
    }

        .pageSubNavList li:hover {
            background-color: #1aa73f;
            color: #fff;
        }

    .pageSubNavList .active {
        background-color: #212b68;
        color: #fff;
    }

.pageWidth {
    width: 96%;
    margin-left:auto;
    margin-right:auto;
    height: 100%;
}

.pageAbout {
    width: 100%;
    height: 100%;
}

    .pageAbout img {
        width: 100%;
        height: 100%;
    }

.pageList {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .pageList li {
        width: 28%;
        float: left;
        border: 1px solid #eee;
        margin: 0 3% 30px 0;
        transition: all 0.5s;
        padding: 10px 1% 30px 1%;
    }

        .pageList li h2 {
            width: 100%;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            font-size: 18px;
            color: #000;
            font-weight: bold;
        }

        .pageList li s {
            width: 40px;
            height: 2px;
            display: inline-block;
            background-color: #183b57;
            transition: all 0.5s;
        }

        .pageList li h3 {
            width: 100%;
            height: 40px;
            overflow: hidden;
            line-height: 20px;
            margin-top: 10px;
            color: #999;
        }

        .pageList li:hover s {
            width: 100%;
        }

        .pageList li:hover {
            background-color: #153554;
            color: #fff;
        }

            .pageList li:hover a {
                color: #fff;
            }

            .pageList li:hover h2 {
                color: #fff;
            }

.pageTitle {
    width: 100%;
    height: 8%;
    overflow: hidden;
}

    .pageTitle h1 {
        line-height: 50px;
        font-weight: bold;
        font-size: 30px;
    }

    .pageTitle s {
        display: inline-block;
        width: 80px;
        height: 2px;
        background-color: #b99129;
        margin-bottom: 10px;
        margin-top: 10px;
    }

.pageOther {
    width: 100%;
    height: 7%;
    overflow: hidden;
}

.pageContent {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
}

    .pageContent img {
        max-width: 100%;
        margin: 5px 0;
    }

.pageShowTitle {
    width: 100%;
    height: 10%;
    overflow: hidden;
}

    .pageShowTitle h1 {
        line-height: 50px;
        font-weight: bold;
        font-size: 30px;
    }

    .pageShowTitle s {
        display: inline-block;
        width: 80px;
        height: 2px;
        background-color: #b99129;
        margin-bottom: 10px;
        margin-top: 10px;
    }

.pageShowOther {
    width: 100%;
    height: 10%;
    overflow: hidden;
}

.pageShowContent {
    width: 100%;
    height: 70%;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 2% 0 2% 0;
}
    .pageShowContent img {
        max-width: 100%;
        margin: 5px 0;
    }

/*嵌套层，是用来居中的，这个说白了就是防止换行*/
.insertIframe {
    width: 100%;
    height: auto;
}
/*通用布局部分结束*/

/*弹窗布局*/
.popupBody {
    width: 90%;
    height:97%;
    margin: 1% auto 2% auto;
    padding: 0 5%;
}
.popupWidth {
    width: 100%;
    height: 90%;
    margin:5% 0;
}

/*分页*/
.list_page {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}

@media screen and (min-width:720px) and (max-width:1280px) {
    body {
        background-size: 60%;
    }

    .pageLeft li h2 {
        height: 55px;
        line-height: 55px;
    }

    .pageRight {
        width: 76%;
    }
} 

@media screen and (max-width:1000px){
    .pageBottom{display:none;}
}

@media(max-width:719px) {
    body, html {
        width: 100%;
        height: 100%;
        overflow: auto;
        overflow-y: auto;
    }

    body {
        background-size: 80%;
    }

    .width {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        min-width: 300px;
    }


    .width100 {
        width: 94%;
        height: auto;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }


    /*页面布局 Begin*/
    .pageHead {
        display: none;
    }

    .topPadding {
        display: none;
    }

    .pageLoction {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        position:fixed;
        background-color:#fff;
        z-index:999;
        top:80px;
        padding-bottom:5px;
        /*padding-top:5px;*/
    }
    .pagePosition .nav {
        border-top: 0.5px solid #000;
        padding-top:5px;
    }
    .pagePosition .nav span{
        line-height:25px;
    }

    .pageBody {
        width: 94%;
        height: auto;
        overflow: hidden;
        margin: 10px auto;
    }

    .pageBottom {
        display: none;
    }

    /*页面布局 End*/
    /*通用布局部分开始*/
    .pagePosition {
        height: auto;
        overflow: hidden;
    }

        .pagePosition .nav {
            font-size: 16px;
            text-align: left;
        }

            .pagePosition .nav span {
                font-size: 13px;
                margin-right: 5px;
                padding: 0 5px;
            }


    .pageLeft {
        display: none;
    }

    .productLeft {
        display: none;
    }


    .pageRight {
        width: 100%;
        float: left;
        height: 100%;
        overflow: hidden;
        overflow-x: auto;
        margin-right: 0;
    }

    .pageNav {
        width: 300px;
        height: auto;
        overflow: hidden;
        position: fixed;
        top: 30%;
        right: 10%;
        z-index: 9;
    }

    .pageNavTitle {
        width: 100%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        background-color: #000;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }

    .pageNavList {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #fff;
        padding: 10px 0;
    }

        .pageNavList li {
            width: 90%;
            height: 40px;
            line-height: 40px;
            overflow: hidden;
            border-bottom: 1px solid #eee;
            transition: all 0.5s;
            margin: 0 auto;
            text-indent: 20px;
        }

            .pageNavList li:hover {
                text-indent: 30px;
                background-color: #000;
                color: #fff;
            }

        .pageNavList .active {
            background-color: #000;
            color: #fff;
        }



    .pageSubNavList {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .pageSubNavList li {
            float: left;
            line-height: 40px;
            padding: 0 20px;
            margin-right: 20px;
            transition: all 0.5s;
            font-size: 16px;
        }

            .pageSubNavList li:hover {
                background-color: #1aa73f;
                color: #fff;
            }

        .pageSubNavList .active {
            background-color: #212b68;
            color: #fff;
        }

    .pageWidth {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
    }



    .pageAbout {
        width: 100%;
        height: 100%;
    }

        .pageAbout img {
            width: 100%;
            height: 100%;
        }

    .pageList {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .pageList li {
            width: 28%;
            float: left;
            border: 1px solid #eee;
            margin: 0 3% 30px 0;
            transition: all 0.5s;
            padding: 10px 1% 30px 1%;
        }

            .pageList li h2 {
                width: 100%;
                height: 30px;
                line-height: 30px;
                overflow: hidden;
                font-size: 18px;
                color: #000;
                font-weight: bold;
            }

            .pageList li s {
                width: 40px;
                height: 2px;
                display: inline-block;
                background-color: #183b57;
                transition: all 0.5s;
            }

            .pageList li h3 {
                width: 100%;
                height: 40px;
                overflow: hidden;
                line-height: 20px;
                margin-top: 10px;
                color: #999;
            }

            .pageList li:hover s {
                width: 100%;
            }

            .pageList li:hover {
                background-color: #153554;
                color: #fff;
            }

                .pageList li:hover a {
                    color: #fff;
                }

                .pageList li:hover h2 {
                    color: #fff;
                }

    .pageTitle {
        width: 100%;
        height: 8%;
        overflow: hidden;
    }

        .pageTitle h1 {
            line-height: 50px;
            font-weight: bold;
            font-size: 30px;
        }

        .pageTitle s {
            display: inline-block;
            width: 80px;
            height: 2px;
            background-color: #b99129;
            margin-bottom: 10px;
            margin-top: 10px;
        }

    .pageOther {
        width: 100%;
        height: 7%;
        overflow: hidden;
    }

    .pageContent {
        width: 100%;
        height: 84%;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 16px;
        margin: 2% 0 2% 0;
    }

        .pageContent img {
            max-width: 100%;
            margin: 5px 0;
        }


    .pageShowTitle {
        width: 100%;
        height: 10%;
        overflow: hidden;
    }

        .pageShowTitle h1 {
            line-height: 50px;
            font-weight: bold;
            font-size: 30px;
        }

        .pageShowTitle s {
            display: inline-block;
            width: 80px;
            height: 2px;
            background-color: #b99129;
            margin-bottom: 10px;
            margin-top: 10px;
        }

    .pageShowOther {
        width: 100%;
        height: 10%;
        overflow: hidden;
    }

    .pageShowContent {
        width: 100%;
        height: 70%;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 16px;
        margin: 2% 0 2% 0;
    }

        .pageShowContent img {
            max-width: 100%;
            margin: 5px 0;
        }
    /*通用布局部分结束*/


    .popupWidth {
        overflow-y: auto;
    }
}