.content {
    width: 70%;
    margin: 0 auto;
}


.qiye {
    margin: 50px 0;
    width: 100%;
}

    .qiye > .content {
        height: 450px;
        position: relative;
    }

        .qiye > .content > .left {
            background: lightgoldenrodyellow;
            position: absolute;
            left: 0;
            width: 78%;
            height: 100%;
        }

            .qiye > .content > .left > .title {
                position: absolute;
                top: 0;
                width: 98%;
                height: 50px;
                background: #E15616;
                padding-left: 2%;
                color: white;
                line-height: 50px;
            }

                .qiye > .content > .left > .title > .textCN {
                    font-size: 20px;
                    font-weight: bold;
                }

                .qiye > .content > .left > .title > .textEN {
                    font-size: 12px;
                    letter-spacing: 1px;
                    font-family: Arial;
                }


                .qiye > .content > .left > .title > img {
                    margin: 13px;
                    height: 25px;
                }

            .qiye > .content > .left > .bigimg {
                position: absolute;
                top: 50px;
                width: 34.4%;
            }


            .qiye > .content > .left > .bottomtitle {
                position: absolute;
                right: 0;
                height: 35px;
                width: 65.6%;
                bottom: 0;
            }

                .qiye > .content > .left > .bottomtitle > .graybg {
                    background: #C2C1C1;
                    float: left;
                    width: 65%;
                    height: 100%;
                    color: white;
                    font-size: 0.6vw;
                    text-align: right;
                    padding-right: 3%;
                    vertical-align: middle;
                    letter-spacing: 0.5px;
                    line-height: 35px;
                    font-family: Arial;
                }

                .qiye > .content > .left > .bottomtitle > .orangebg {
                    background: url(../images/LiaoJiePH/qiye/orangebg.png);
                    background-size: 100% 100%;
                    width: 33%;
                    height: 100%;
                    right: 0;
                    position: absolute;
                    color: white;
                    font-size: 1.3vw;
                    font-weight: bolder;
                    text-align: center;
                    padding-left: 1%;
                    letter-spacing: 1px;
                    line-height: 35px;
                }



            .qiye > .content > .left > .textcontent {
                position: absolute;
                width: 61.8%;
                height: 72%;
                margin-top: 50px;
                background: white;
                right: 0;
                color: gray;
                padding: 20px 1.9%;
                line-height: 26px;
                overflow: auto;
                text-align: justify;
            }

                .qiye > .content > .left > .textcontent > strong {
                    font-size: 17px;
                    font-weight: bolder;
                    color: black;
                }

                .qiye > .content > .left > .textcontent p {
                    font-size: 14px;
                    line-height: 26px;
                    /*text-indent:2em;*/
                }

                    .qiye > .content > .left > .textcontent p > strong {
                        font-size: 18px !important;
                        margin: 5px;
                        margin-left: 0;
                    }

        .qiye > .content > .right {
            position: absolute;
            right: 0;
            height: 100%;
            width: 18.5%;
        }

            .qiye > .content > .right > .child {
                width: 100%;
                height: 21%;
                margin: 5% 0;
                background: #DEDEDD;
                color: #E15616;
            }

            .qiye > .content > .right > .isJisu {
                width: 100%;
                height: 23%;
                margin: 2% 0;
                background: #DEDEDD;
                color: #E15616;
            }


            .qiye > .content > .right > .child > .codeCN {
                font-size: 1.35vw;
                font-family: "微软雅黑";
                padding-left: 6%;
                padding-top: 7%;
                font-weight: bold;
                letter-spacing: 1px;
            }

            .qiye > .content > .right > .child > .codeEN {
                font-size: 0.5vw;
                padding-left: 6%;
                font-family: Arial;
                letter-spacing: 1px;
            }



.div1 {
    margin: 50px 0;
}

    .div1 > .content {
        background: #DEDEDD;
        overflow: hidden;
    }

        .div1 > .content > .child {
            margin: 30px 0 30px 3%;
            width: 30%;
            text-align: center;
            float: left;
        }

            .div1 > .content > .child > img {
                width: 22%;
            }

            .div1 > .content > .child > .textdiv {
                color: #7A7676;
                margin-top: 5px;
            }

                .div1 > .content > .child > .textdiv > .textCN {
                    font-size: 1.3vw;
                    font-weight: bold;
                }

                .div1 > .content > .child > .textdiv > .textEN {
                    font-size: 14px;
                }

.div2 {
    width: 100%;
}





.content > .title {
    margin: 40px auto 10px;
    color: #E15518;
    text-align: center;
}

    .content > .title > .textCN {
        font-size: 2.5vw;
        font-weight: bold;
        color: #EA5504;
    }

    .content > .title > .textEN {
        color: gray;
        font-size: 13px;
        letter-spacing: 1px;
        font-family: Arial;
    }




.div2 > .content > .parent {
    /*overflow: hidden;*/
    margin: 20px 0;
    /*height:450px;*/
}

    .div2 > .content > .parent > .swiper-container > .swiper-wrapper > div {
        cursor: pointer;
    }



    .div2 > .content > .parent > .swiper-container > .swiper-wrapper > .left {
        position: relative;
        background: #EFEFEF;
        float: left;
        width: 22%;
        height: 400px;
        color: gray;
        padding: 2%;
        /*overflow:hidden;*/
    }

@media only screen and (max-width: 1700px) {
    .div2 > .content > .parent > .swiper-container > .swiper-wrapper > .left {
        height: 370px;
    }
}


@media only screen and (max-width: 1450px) {
    .div2 > .content > .parent > .swiper-container > .swiper-wrapper > .left {
        height: 340px;
    }
}

@media only screen and (max-width: 1280px) {
    .div2 > .content > .parent > .swiper-container > .swiper-wrapper > .left {
        height: 310px;
    }
}



.div2 > .content > .parent > .swiper-container > .swiper-wrapper > .hover {
    color: white !important;
    background: #E15616 !important;
}

.div2 > .content > .parent > .swiper-container > .swiper-wrapper > .left > .text {
    position: absolute;
    height: 100%;
    top: 0;
    padding-right: 25px;
}

    .div2 > .content > .parent > .swiper-container > .swiper-wrapper > .left > .text > .title {
        width: 100%;
        font-size: 20px;
        margin-top: 21px;
        font-weight: bold;
        margin-bottom: 5px;
    }

@media only screen and (max-width: 1450px) {
    .div2 > .content > .parent > .swiper-container > .swiper-wrapper > .left > .text > .title {
        font-size: 16px;
    }
}

.div2 > .content > .parent > .swiper-container > .swiper-wrapper > .left > .text > .title > h3 {
    margin-bottom: 5px;
}

.div2 > .content > .parent > .swiper-container > .swiper-wrapper > .left > .text > .from {
    font-size: 9px;
    width: 100%;
    text-align: center;
}

.div2 > .content > .parent > .swiper-container > .swiper-wrapper > .left > .text > .newscontent {
    /*height:50%;*/
    line-height: 23px;
    text-align: justify;
    font-size: 14px;
}








    .div2 > .content > .parent > .swiper-container > .swiper-wrapper > .left > .text > .newscontent > p {
        margin: 0;
    }








.div3 > .content > .title {
    text-align: center;
}



.div3 > .content > .parent {
    position: relative;
    width: 100%;
    margin: 40px 0;
}

    .div3 > .content > .parent > .leftParent {
        width: 60%;
    }

        .div3 > .content > .parent > .leftParent > .left {
            width: 100%;
        }

    .div3 > .content > .parent > leftParent > .left > img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
    }

    .div3 > .content > .parent > .leftParent > .left > .text {
        position: absolute;
        bottom: 0px;
        width: 50%;
        height: 25%;
        background: #E15616;
        font-size: 0.85vw;
        color: white;
        padding: 20px 5%;
        opacity: 0.8;
        letter-spacing: 1px;
        line-height: 25px;
    }

    .div3 > .content > .parent > .right {
        position: absolute;
        top: 0;
        right: 0;
        width: 40%;
        height: 100%;
        background: #E15616;
    }

        .div3 > .content > .parent > .right > .icondiv {
            position: absolute;
            left: 15%;
            top: 13%;
            width: 60%;
            height: 70%;
        }

            .div3 > .content > .parent > .right > .icondiv > .icon {
                position: relative;
                margin: 0.8% 0;
                overflow: hidden;
                height: 16%;
            }

                .div3 > .content > .parent > .right > .icondiv > .icon > .index {
                    font-size: 2.2vw;
                    font-weight: bold;
                    font-style: italic;
                    color: white;
                    text-decoration: underline;
                    float: left
                }


                .div3 > .content > .parent > .right > .icondiv > .icon > .text {
                    /*position: absolute;
	top: 30px;*/
                    color: white;
                    font-family: "微软雅黑";
                    font-weight: 700;
                    line-height: 3vw;
                    font-size: 1.1vw;
                    width: 70%;
                    float: right;
                }

        .div3 > .content > .parent > .right > .point {
            position: absolute;
            width: 30px;
            top: 35%;
            height: 40%;
            right: 12%;
        }

            .div3 > .content > .parent > .right > .point > button {
                background: none;
                border: 0;
                outline: none;
            }

                .div3 > .content > .parent > .right > .point > button > .top {
                    transform: rotate(180deg);
                }

                .div3 > .content > .parent > .right > .point > button > .bottom {
                    margin-top: 80px;
                }



.div4 > .content > .title {
    text-align: center;
}



.div4 > .content > .text {
    margin: 1% 0;
    font-size: 14px;
    letter-spacing: 1px;
    color: gray;
    text-align: justify;
    text-indent: 2em;
}

.div4 > .content > .parent {
    overflow: hidden;
    width: 100%;
}

    .div4 > .content > .parent > .child {
        float: left;
        width: 150px;
        height: 500px;
        margin: 0;
    }






.div5 > .content > .parent {
    /*overflow: hidden;*/
    margin: 20px 0;
    /*height:450px;*/
}

.div5 > .content > .parent > .swiper-container > .swiper-wrapper > div {
    cursor: pointer;
}



.div5 > .content > .parent > .swiper-container > .swiper-wrapper > .left {
    position: relative;
    background: #EFEFEF;
    float: left;
    width: 22%;
    height: 220px;
    color: gray;
    padding: 2%;
    /*overflow:hidden;*/
}

@media only screen and (max-width: 1700px) {
    .div5 > .content > .parent > .swiper-container > .swiper-wrapper > .left {
        height: 210px;
    }
}


@media only screen and (max-width: 1450px) {
    .div5 > .content > .parent > .swiper-container > .swiper-wrapper > .left {
        height: 200px;
    }
}

@media only screen and (max-width: 1280px) {
    .div5 > .content > .parent > .swiper-container > .swiper-wrapper > .left {
        height: 200px;
    }
}



.div5 > .content > .parent > .swiper-container > .swiper-wrapper > .hover {
    color: white !important;
    background: #E15616 !important;
}

.div5 > .content > .parent > .swiper-container > .swiper-wrapper > .left > .text {
    position: absolute;
    height: 100%;
    top: 0;
    padding-right: 25px;
}

.div5 > .content > .parent > .swiper-container > .swiper-wrapper > .left > .text > .title {
    width: 100%;
    font-size: 20px;
    margin-top: 21px;
    font-weight: bold;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1450px) {
    .div5 > .content > .parent > .swiper-container > .swiper-wrapper > .left > .text > .title {
        font-size: 16px;
    }
}

.div5 > .content > .parent > .swiper-container > .swiper-wrapper > .left > .text > .title > h3 {
    margin-bottom: 5px;
}

.div5 > .content > .parent > .swiper-container > .swiper-wrapper > .left > .text > .from {
    font-size: 9px;
    width: 100%;
    text-align: center;
}

.div5 > .content > .parent > .swiper-container > .swiper-wrapper > .left > .text > .newscontent {
    /*height:50%;*/
    line-height: 23px;
    text-align: justify;
    font-size: 14px;
}








    .div5 > .content > .parent > .swiper-container > .swiper-wrapper > .left > .text > .newscontent > p {
        margin: 0;
    }

.line {
    width: 90%;
    margin-left: 5%;
}

.dowebok {
    width: 100%;
    margin: 0px auto 10px;
    font-size: 0 !important;
}

    .dowebok img {
        vertical-align: top;
    }
