body {
    font-family: "微软雅黑";
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}
/*-------------------------------------------------------------------------------------------------------------------------*/

a {
    color: black;
    text-decoration: none;
}
/*-------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------*/
#product {
    height: 480px;
    width: 240px;
    position: absolute;
    top: -500px;
}

#yanse {
    height: 480px;
    width: 240px;
    position: absolute;
    z-index: 0;
    background-color: #0083D1;
    opacity: 0.8;
}

#product > ul {
    padding-top: 20px;
}

    #product > ul > li {
        height: 50px;
        width: 200px;
        padding-left: 40px;
        line-height: 50px;
        position: relative;
    }

        #product > ul > li:after {
            content: "";
            width: 8px;
            height: 8px;
            display: block;
            border-right: #FFAEB9 solid 2px;
            border-bottom: #FFAEB9 solid 2px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%) rotate(-45deg);
            right: 18px;
        }

        #product > ul > li > a {
            color: white;
        }

#product p {
    line-height: 20px;
    position: absolute;
    width: 120px;
    top: 5px;
    left: 80px;
}

#product > ul > li:hover {
    background-color: #FF7F00;
}

.subnav li {
    position: relative;
}

#product > ul > li:first-child:hover .subnav {
    top: -20px;
}

#product > ul > li:nth-child(2):hover .subnav {
    top: -70px;
}

#product > ul > li:nth-child(3):hover .subnav {
    top: -120px;
}

#product > ul > li:nth-child(4):hover .subnav {
    top: -170px;
}

#product > ul > li:nth-child(5):hover .subnav {
    top: -220px;
}

#product > ul > li:nth-child(6):hover .subnav {
    top: -270px;
}

#product > ul > li:nth-child(7):hover .subnav {
    top: -320px;
}

#product > ul > li:nth-child(8):hover .subnav {
    top: -370px;
}

#product > ul > li:nth-child(9):hover .subnav {
    top: -420px;
}
/*-------------------------------------------------------------------------------------------------------------------------*/
.subnav {
    width: 1000px;
    position: absolute;
    z-index: 500;
    top: -1500px;
    left: 240px;
    height: 480px;
}

    .subnav > li {
        width: 250px;
        float: left;
        background-color: rgba(255,255,255,0.8);
        height: 90px;
        line-height: 90px;
        vertical-align: middle;
    }

    .subnav img {
        width: 60px;
        height: 60px;
        vertical-align: middle;
        -webkit-box-shadow: 1px 1px 5px #888888;
         -moz-box-shadow: 1px 1px 5px #888888;
        margin-right: 10px;
        -webkit-transition: all 0.3s ease;
         -moz-transition: all 0.3s ease;
    }

    .subnav a {
        padding-left: 10px;
        font-size: 12px;
    }

        .subnav a:hover {
            color: #FF7F00;
        }

            .subnav a:hover img {
                transform: scale(1.1);
                /*图片放大1.14倍*/
            }
/*-------------------------------------------------------------------------------------------------------------------------*/
#six {
    position: relative;
    width: 1240px;
    margin: 0px auto;
    height: 190px;
}

.six1 > li {
    float: left;
    height: 170px;
}

    .six1 > li:first-child {
        width: 240px;
        background-color: #5F5750;
    }

.six2 {
    margin: 10px 10px 20px 10px;
}

    .six2 > li {
        float: left;
        width: 50px;
        height: 50px;
        padding: 11px;
        text-align: center;
        opacity: 0.7;
        border-right: 1px solid rgba(204, 192, 192, 0.1);
        border-bottom: 1px solid rgba(204, 192, 192, 0.1);
    }

        .six2 > li:nth-child(3),
        .six2 > li:nth-child(6) {
            border-right: 1px solid #5F5750;
        }

        .six2 > li:nth-child(4),
        .six2 > li:nth-child(5),
        .six2 > li:nth-child(6) {
            border-bottom: 1px solid #5F5750;
        }

        .six2 > li > a {
            font-size: 12px;
            color: #CDCAC8;
            font-family: 宋体;
        }

        .six2 > li:nth-child(6) div {
            top: -30px;
            left: -1500px;
            position: absolute;
            z-index: 1;
        }

        .six2 > li:nth-child(6):hover div {
            top: -30px;
            left: 230px;
        }

        .six2 > li:hover {
            opacity: 1;
        }

.six3 > li {
    float: left;
    width: 240px;
    margin-left: 10px;
    height: 170px;
    perspective: 600px;
}

.six3 img {
    width: 240px;
    height: 170px;
}

.six3 > li:hover img {
    -webkit-transform: rotateY(360deg);
    -webkit-transition: transform 1s ease-in-out;
     -moz-transform: rotateY(360deg);
    -moz-transition: transform 1s ease-in-out;
}
/*-------------------------------------------------------------------------------------------------------------------------*/
.news {
    width: 1240px;
    margin: 0 auto;
    height: 50px;
    border: 1px solid#FFFFFF;
    border-radius: 10px;
    position: relative;
}

    .news li {
        line-height: 50px;
        vertical-align: middle;
        float: left;
        background-color: #0083D1;
        width: 1094px;
        border-left: 0px;
        height: 50px;
    }

    .news img {
        vertical-align: middle;
        margin-left: 5px;
        margin-top: -2px;
    }

    .news a {
        color: #FFFFFF;
    }

    .news li:first-child {
        width: 146px;
        border-right: 0px;
        color: #000000;
        letter-spacing: 5px;
        /*调整字符间距*/
        text-align: center;
        font-size: 17px;
        position: relative;
        overflow: hidden;
    }

.news1 a {
    display: block;
    line-height: 30px;
    text-decoration: none;
    color: #555;
    font-size: 15px;
    color: #FFFFFF;
}

.news a:hover {
    color: #FF7F00;
}

.moreurl {
    position: absolute;
    right: 10px;
}

.news1 {
    float: left;
    height: 30px;
    overflow: hidden;
    margin: 12px 590px 0px 15px;
}

.beijing {
    width: 350px;
    height: 150px;
    background-color: #BDB76B;
    position: absolute;
    top: 0px;
    left: -110px;
    display: inline-block;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    z-index: 1;
}

.nesfont {
    position: absolute;
    z-index: 2;
    left: 10px;
    color: #555555;
    font-weight: 600;
}
/*-------------------------------------------------------------------------------------------------------------------------*/
.navtitle {
    width: 1240px;
    margin: 0 auto;
    font-size: 22px;
    position: relative;
}

    .navtitle span:nth-of-type(2) {
        text-align: right;
        margin-left: 1040px;
        font-size: 17px;
    }

    .navtitle div {
        width: 20px;
        height: 20px;
        line-height: 20px;
        border: 1px solid #1BBC9B;
        border-radius: 250%;
        font-size: 17px;
        text-align: center;
        position: absolute;
        top: 7px;
        right: 9px;
        background-color: #1BBC9B;
        color: #FFFFFF;
    }

    .navtitle a:hover div {
        border: 1px solid #FF7F00;
        background-color: #FF7F00;
        transition: all 1s ease;
    }

    .navtitle a:hover {
        color: #FF7F00;
        transition: all 1s ease;
    }

.li2 {
    text-align: right;
}

    .li2 a {
        padding-right: 20px;
    }
/*-------------------------------------------------------------------------------------------------------------------------*/
#impornews {
    width: 1240px;
    margin: 10px auto;
    overflow: auto;
    overflow:hidden;
}

    #impornews li {
        float: left;
        width: 400px;
        height: 284px;
        background-color: black;
        margin: 10px;
    }

        #impornews li:first-child {
            margin-left: 0px;
        }

        #impornews li:last-child {
            margin-right: 0px;
        }

    #impornews img {
        width: 400px;
        height: 284px;
        opacity: 1;
    }

    #impornews a {
        position: relative;
    }

    #impornews span {
        position: absolute;
        left: 0px;
        top: -24px;
        background-color: #0083D1;
        color: #FFFFFF;
        padding: 10px;
        opacity: 0;
        -webkit-transition: all .5s ease;
         -moz-transition: all .5s ease;
        width: 380px;
        font-size:14px;
    }

    #impornews a:hover span {
        opacity: 0.8;
    }

    #impornews span:hover {
        color: #FF7F00;
    }

    #impornews a:hover img {
        opacity: 0.3;
        -webkit-transition: opacity .5s ease;
         -moz-transition: opacity .5s ease;
    }
/*-------------------------------------------------------------------------------------------------------------------------*/
#hotP {
    width: 100%;
    margin: 10px auto;
    background-color: #F0F0F0;
    overflow: auto;
    padding-bottom: 15px;
}

    #hotP ul {
        width: 1240px;
        margin: 0px auto;
    }

    #hotP li {
        top: 0px;
        width: 295px;
        height: 335px;
        vertical-align: top;
        text-align: center;
        background-color: #FFFFFF;
        float: left;
        margin: 15px 10px 0px 5px;
        -webkit-transition: all .3s ease;
           -moz-transition: all .3s ease;
        overflow: hidden;
        position: relative;
    }

        #hotP li:hover {
            -webkit-box-shadow: 5px 5px 10px #FFE4E1;
              -moz-box-shadow: 5px 5px 10px #FFE4E1;
            top: -6px;
        }

    #hotP a {
        color: #0083D1;
        font-size: 15px;
    }

    #hotP span {
        font-size: 13px;
        color: #888888;
    }

    #hotP p {
        top: 318px;
        width: 275px;
        position: absolute;
        font-size: 13px;
        color: #FFFFFF;
        background-color: #0083D1;
        padding: 10px;
        opacity: 0.8;
        -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
        height: 100px;
    }

    #hotP img {
        width: 200px;
        height: 200px;
    }

    #hotP li:hover p {
        top: 235px;
    }

    #hotP p span {
        color: yellow;
        margin-bottom: 5px;
    }
/*-------------------------------------------------------------------------------------------------------------------------*/
#hotcase {
    width: 1240px;
    margin: 0 auto;
    height: 600px;
}

    #hotcase ul {
        position: relative;
    }

        #hotcase ul li {
            margin-top: 20px;
            position: absolute;
            overflow: hidden;
        }

            #hotcase ul li:hover {
                opacity: 0.9;
                border: 1px solid #0083D1;
            }

            #hotcase ul li img {
                width: 400px;
                height: 240px;
            }

            #hotcase ul li:first-child {
                margin-top: 20px;
                width: 400px;
                height: 500px;
            }

                #hotcase ul li:first-child img {
                    width: 400px;
                    height: 500px;
                }

            #hotcase ul li:nth-child(2) {
                left: 420px;
                width: 400px;
                height: 240px;
            }

            #hotcase ul li:nth-child(3) {
                left: 840px;
                width: 400px;
                height: 240px;
            }

            #hotcase ul li:nth-child(4) {
                top: 260px;
                left: 420px;
                width: 400px;
                height: 240px;
            }

            #hotcase ul li:nth-child(5) {
                top: 260px;
                left: 840px;
                width: 400px;
                height: 240px;
            }

            #hotcase ul li p {
                position: absolute;
                bottom: -18px;
                background-color: rgba(0, 0, 0, 0.5);
                width: 100%;
                height: 40px;
                line-height: 40px;
                opacity: 0.9;
                color: #FFFFFF;
                text-align: center;
            }

/*-------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------*/
