﻿.midle {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

body {
    margin: 0;
    padding: 0;
}

div,
input {
    box-sizing: border-box;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.con-index .index-warp {
    position: relative;
}

    .con-index .index-warp .temp1 {
        width: 100%;
        height: 100vh;
        background-image: url(../../images/site/English-bg15.png);
        background-size: 100%;
        /* background-size: 100% 100%; */
    }

        .con-index .index-warp .temp1 .header-box {
            width: 100%;
            height: 100px;
            background: #1278B9;
        }

            .con-index .index-warp .temp1 .header-box .midle {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .con-index .index-warp .temp1 .header-box .midle .s-text {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-end;
                }

                    .con-index .index-warp .temp1 .header-box .midle .s-text .s-t-top {
                        display: flex;
                        align-items: center;
                        margin-bottom: 28px;
                    }

                        .con-index .index-warp .temp1 .header-box .midle .s-text .s-t-top div {
                            display: flex;
                            align-items: center;
                            padding: 0 16px;
                            height: 18px;
                            border-left: 1px solid #fff;
                        }

                            .con-index .index-warp .temp1 .header-box .midle .s-text .s-t-top div p {
                                font-weight: bold;
                                font-size: 14px;
                                color: #FFFFFF;
                                margin-left: 8px;
                            }

                            .con-index .index-warp .temp1 .header-box .midle .s-text .s-t-top div a {
                                padding-left: 0;
                            }

                        .con-index .index-warp .temp1 .header-box .midle .s-text .s-t-top a {
                            display: flex;
                            align-items: center;
                            padding: 0 16px;
                            border-left: 1px solid #fff;
                            height: 18px;
                        }

                        .con-index .index-warp .temp1 .header-box .midle .s-text .s-t-top div:first-child {
                            border: none;
                        }

                        .con-index .index-warp .temp1 .header-box .midle .s-text .s-t-top a:hover {
                            opacity: 0.8;
                        }

                        .con-index .index-warp .temp1 .header-box .midle .s-text .s-t-top a:first-child {
                            border-left: none;
                        }

                        .con-index .index-warp .temp1 .header-box .midle .s-text .s-t-top a:last-child {
                            padding-right: 0;
                        }

                        .con-index .index-warp .temp1 .header-box .midle .s-text .s-t-top a p {
                            font-weight: bold;
                            font-size: 14px;
                            color: #FFFFFF;
                            margin-left: 8px;
                        }

                    .con-index .index-warp .temp1 .header-box .midle .s-text .s-t-bottom {
                        display: flex;
                        align-items: center;
                    }

                        .con-index .index-warp .temp1 .header-box .midle .s-text .s-t-bottom a {
                            font-weight: bold;
                            font-size: 18px;
                            color: #FFFFFF;
                            margin-left: 48px;
                        }

                            .con-index .index-warp .temp1 .header-box .midle .s-text .s-t-bottom a:hover {
                                opacity: 0.8;
                            }

        .con-index .index-warp .temp1 .search-box {
            width: 1200px;
            margin: 13% auto 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .con-index .index-warp .temp1 .search-box .s-input-box {
                width: 1200px;
                height: 108px;
                background: rgba(255, 255, 255, 0.65);
                padding: 24px 52px;
                display: flex;
                justify-content: space-between;
            }

                .con-index .index-warp .temp1 .search-box .s-input-box .s-input {
                    width: 920px;
                    height: 60px;
                    background: #FFFFFF;
                    border-radius: 5px 5px 5px 5px;
                    border: none;
                    outline: none;
                    font-size: 16px;
                    padding-left: 40px;
                }

                    .con-index .index-warp .temp1 .search-box .s-input-box .s-input::placeholder {
                        font-weight: 400;
                        font-size: 16px;
                        color: #999999;
                    }

                .con-index .index-warp .temp1 .search-box .s-input-box .s-button {
                    width: 166px;
                    height: 60px;
                    background: #FFD73C;
                    border-radius: 5px 5px 5px 5px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    cursor: pointer;
                    border: none;
                }

                    .con-index .index-warp .temp1 .search-box .s-input-box .s-button:hover {
                        opacity: 0.8;
                    }

                    .con-index .index-warp .temp1 .search-box .s-input-box .s-button p {
                        font-weight: bold;
                        font-size: 20px;
                        color: #FFFFFF;
                        margin-right: 13px;
                    }

    .con-index .index-warp .temp2 {
        width: 100%;
        height: 100vh;
        background-image: url(../../images/site/English-bg22.png);
        padding-top: 100px;
        position: relative;
        background-size: 100%;
    }

        .con-index .index-warp .temp2 .data-box {
            width: 1200px;
            height: 489px;
            background: rgba(255, 255, 255, 0.8);
            margin: 0 auto;
            padding: 60px 52px 0;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .con-index .index-warp .temp2 .data-box .d-title {
                font-weight: bold;
                font-size: 40px;
                color: #1278B9;
            }

            .con-index .index-warp .temp2 .data-box .d-list {
                display: flex;
                flex-wrap: wrap;
                margin-top: 40px;
            }

                .con-index .index-warp .temp2 .data-box .d-list .d-item {
                    margin-right: 24px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    margin-bottom: 36px;
                }

                    .con-index .index-warp .temp2 .data-box .d-list .d-item:nth-child(5n) {
                        margin-right: 0px;
                    }

                    .con-index .index-warp .temp2 .data-box .d-list .d-item:nth-child(n+6) {
                        margin-bottom: 0px;
                    }

                    .con-index .index-warp .temp2 .data-box .d-list .d-item img {
                        width: 200px;
                        height: 80px;
                    }

                    .con-index .index-warp .temp2 .data-box .d-list .d-item a {
                        font-weight: 400;
                        font-size: 16px;
                        color: #333333;
                        margin-top: 16px;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        max-width: 180px;
                    }

                        .con-index .index-warp .temp2 .data-box .d-list .d-item a:hover {
                            color: #1278B9;
                            text-decoration-line: underline;
                        }

        .con-index .index-warp .temp2 .footer-box {
            width: 100%;
            height: 197px;
            background: #1278B9;
            opacity: 0.8;
            position: absolute;
            bottom: 0;
        }

            .con-index .index-warp .temp2 .footer-box .midle {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .con-index .index-warp .temp2 .footer-box .midle .f-logo p {
                    font-weight: 400;
                    font-size: 14px;
                    color: #FFFFFF;
                    margin-top: 32px;
                }

                .con-index .index-warp .temp2 .footer-box .midle .f-text .t-title {
                    font-weight: bold;
                    font-size: 16px;
                    color: #FFFFFF;
                }

                .con-index .index-warp .temp2 .footer-box .midle .f-text div {
                    display: flex;
                    align-items: center;
                }

                    .con-index .index-warp .temp2 .footer-box .midle .f-text div a {
                        font-weight: 400;
                        font-size: 14px;
                        color: #FFFFFF;
                        margin-right: 30px;
                    }

                .con-index .index-warp .temp2 .footer-box .midle .f-text a {
                    font-weight: 400;
                    font-size: 14px;
                    color: #FFFFFF;
                    display: block;
                }

                    .con-index .index-warp .temp2 .footer-box .midle .f-text a:hover {
                        text-decoration: underline;
                    }

                .con-index .index-warp .temp2 .footer-box .midle .f-text .item {
                    margin-bottom: 16px;
                }

                    .con-index .index-warp .temp2 .footer-box .midle .f-text .item:last-child {
                        margin-bottom: 0px;
                    }

    .con-index .index-warp .menu-box {
        position: fixed;
        bottom: 316px;
        right: 72px;
    }

        .con-index .index-warp .menu-box .m-item {
            width: 72px;
            height: 72px;
            background: #FFFFFF;
            border-radius: 0px 0px 0px 0px;
            opacity: 0.8;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            margin-bottom: 10px;
            cursor: pointer;
            overflow: hidden;
        }

            .con-index .index-warp .menu-box .m-item:last-child {
                margin-bottom: 0px;
            }

            .con-index .index-warp .menu-box .m-item p {
                font-weight: 400;
                font-size: 14px;
                color: #1278B9;
                margin-top: 2px;
            }

            .con-index .index-warp .menu-box .m-item:hover {
                background: #1278B9;
            }

                .con-index .index-warp .menu-box .m-item:hover img {
                    position: relative !important;
                    left: 200px !important;
                    z-index: 11 !important;
                    filter: drop-shadow(-200px 0px 0px #FFFFFF);
                }

                .con-index .index-warp .menu-box .m-item:hover p {
                    color: #FFFFFF;
                }


#newsContent .temp1{
    height:auto;
}
#newsContent #body{
    padding-bottom:40px;
}
#newsContent .temp2 {
    height: 197px;
    background-position: left bottom;
    padding: 0;
}