.bodytheme3 {
    background-color: #eeeeee !important;
}

/*公共网页头部样式*/
#theme3 .header {
    width: 100%;
    /*height: 152px;*/
    margin: 0 auto;
}

#theme3 .header-top {
    width: 1020px;
    height: 110px;
    margin: 0 auto;
    position: relative;
    background: url("../images/header-bg.jpg") 0px 0px no-repeat;
}

    #theme3 .header-top .header-nav {
        height: 32px;
        line-height: 32px;
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 16px;
        background: #1d64a4;
        padding:0px 20px;
        -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 99%);
        clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 99%);
    }

#theme3 .header-nav li {
    float: left;
    display: inline;
    position: relative;    
}

    #theme3 .header-nav li a {
        margin: 0 7px;
        display: inline;
        color: #fff;
        font-size: 15px;
    }

    /*#theme3 .header-nav li.header-nav-login {
        position: relative
    }

        #theme3 .header-nav li.header-nav-login s {
        }

        #theme3 .header-nav li.header-nav-login a {
            margin-left: 15px;
            display: inline;
            color: #fff;
        }

    #theme3 .header-nav li.header-nav-submit {
        position: relative;
        margin-left: 10px;
    }

        #theme3 .header-nav li.header-nav-submit s {
        }

        #theme3 .header-nav li.header-nav-submit a {
            margin-left: 15px;
            display: inline;
            color: #fff;
        }

    #theme3 .header-nav li.header-nav-china {
        width: 51px;
        margin-left: 10px;
    }

        #theme3 .header-nav li.header-nav-china a {
            float: right;
            display: inline;
            color: #fff;
        }

    #theme3 .header-nav li.header-nav-english {
        width: 81px;
    }

        #theme3 .header-nav li.header-nav-english a {
            float: left;
            display: inline;
            color: #fff;
        }*/

    #theme3 .header-nav li span {
        margin: 0px 8px;
        color: #fff;
        display: inline-block
    }

#theme3 .header .header-info {
    position: absolute;
    top: 50px;
    right: 0px;
    font-size:15px;
    color:#000;
}


#theme3 .header .header-menu {
    width: 100%;
    height: 42px;
    margin: 0 auto;
    background: url("../images/header-menu-bg.jpg") 0px 0px repeat-x;
}

#theme3 .header-menu ul {
    width: 1020px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    list-style: none;
    display: table;
}

    #theme3 .header-menu ul li {
        text-align: center;
        font-size: 16px;
        display: table-cell;
        position: relative;
    }

        #theme3 .header-menu ul li a {
            display: block;
            color: #fff;
            font-size: 16px;
        }

            #theme3 .header-menu ul li a:hover {
                background-color: #fff;
                color: #296fb7;
            }



        #theme3 .header-menu ul li .ernav {
            position: absolute;
            left: 0px;
            top: 42px;
            z-index: 100000;
            *z-index: 10;
            background: #fff;
            width: 100%;
            box-shadow: 0 6px 8px rgb(0 0 0 / 20%);
            display: none;
        }

            #theme3 .header-menu ul li .ernav ul {
                width: 100%;
            }

            #theme3 .header-menu ul li .ernav li {
                background: none;
                width: 100%;
                line-height: 28px;
                margin: 0;
                text-align: center;
                display: block;
            }

                #theme3 .header-menu ul li .ernav li a {
                    line-height: 25px;
                    padding: 10px;
                    display: block;
                    font-weight: normal;
                    border: none;
                    text-align: center;
                    color: #333;
                    font-size: 16px;
                    background: none;
                }

                    #theme3 .header-menu ul li .ernav li a:hover {
                        color: #fff;
                        background: #1e66d3;
                    }


/*公共网页底部样式*/
#theme3 .footer {
    /*width: 100%;*/
    background-color: #004376;
    padding: 30px 0 20px;
    text-align: center;
}

    #theme3 .footer p, #theme3 .footer p span {
        line-height: 28px;
        color: #fff !important;
        font-size: 16px !important;
        background: none !important;
    }



#theme3 .header-menu .active {
    background-color: #fff !important;
    color: #296fb7 !important;
}

#theme3 .content {
    width: 1020px;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
}

/*banner*/
#theme3 .content-banner {
    height: auto;
    margin: 0 auto;
    padding: 22px;
}

    #theme3 .content-banner img {
        width: 974px;
        height: 193px;
        display: block;
        border: 1px solid #ddd;
        margin: 0 auto
    }


/*af*/
#theme3 .content .content-af {
    height: auto;
    margin: 0 auto;
    padding: 0px 22px 20px;
}

/*left*/
#theme3 .content-af-left {
    width: 236px;
    height: auto;
    float: left;
    display: inline;
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
    box-shadow: 0px 3px 0px #f3f3f3;
    padding-bottom: 28px;
}

    #theme3 .content-af-left h3 {
        height: 30px;
        line-height: 30px;
        width: 236px;
        position: relative;
        border-bottom: 1px solid #b4b4b4;
        background: url("../images/p-icon-img.png") 0px -31px no-repeat;
    }

        #theme3 .content-af-left h3 s {
            width: 4px;
            height: 6px;
            background: url("../images/p-icon-img.png") 0px 0px no-repeat;
            position: absolute;
            top: 12px;
            left: 10px;
            overflow: hidden
        }

        #theme3 .content-af-left h3 i {
            font-size: 16px;
            color: #fff;
            font-weight: normal;
            font-style: normal;
            position: absolute;
            top: 0px;
            left: 23px;
        }

    #theme3 .content-af-left ul {
        height: auto;
    }

        #theme3 .content-af-left ul li {
            margin-left: 22px;
            border-bottom: 1px dashed #b4b4b4;
            background: url(../images/lia1.png) 0px 18px no-repeat;
            padding-left: 13px;
        }

            #theme3 .content-af-left ul li a {
                font-size: 16px;
                line-height: 24px;
                padding: 8px 0;
                display: block;
                color: #333;
            }

            #theme3 .content-af-left ul li i {
                font-style: normal;
            }

/* #theme3 .content-af-left ul li s {
    width: 4px;
    height: 6px;
    
    position: absolute;
    top: 11px;
    left: 20px;
} */

/*right*/
#theme3 .content-af-right {
    width: 716px;
    height: auto;
    float: right;
    display: inline;
}

/*轮播*/
#theme3 #box {
    width: 716px;
    height: 286px;
    margin: 0 auto 22px;
    position: relative;
    overflow: hidden;
    z-index: 5000;
}

    #theme3 #box img {
        width: 716px;
        height: 286px;
        cursor: pointer;
    }

/*#theme3 #list {
    position: absolute;
    left: 0;
    top: 0;
}

#theme3 #listli {
    width: 715px;
    height: 286px;
    cursor: pointer;
}

#theme3 #num {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#theme3 #num li {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #fff;
}*/


/*新闻*/
/*af*/
#theme3 .content-af-right-af {
    width: 715px;
    height: auto;
    margin-bottom: 22px;
}

    #theme3 .content-af-right-af h3 {
        line-height: 36px;
        position: relative;
        border-bottom: 1px solid #7e7e7e;
    }

        #theme3 .content-af-right-af h3 span {
            min-width: 120px;
            line-height: 36px;
            height:36px;
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            padding: 2px 20px;
            text-align: center;
            background-color: #286fb7;
            display: inline-block;
            overflow:hidden;
        }

        #theme3 .content-af-right-af h3 a {
            width: 18px;
            height: 18px;
            background: url("../images/p-icon-img.png") -8px 0px no-repeat;
            position: absolute;
            top: 10px;
            right: 0px;
        }

#theme3 .content-af-right-af-nav {
    padding: 20px 0;
}

    #theme3 .content-af-right-af-nav .news {
        display: inline-block;
        list-style: none;
    }

        #theme3 .content-af-right-af-nav .news li {
            width: 697px;
            line-height: 36px;
            border-bottom: 1px solid #e1e1e1;
            position: relative;
            background: url(../images/lia1.png) 0px 20px no-repeat;
            padding: 5px 5px 5px 15px;
            overflow: hidden;
        }

            #theme3 .content-af-right-af-nav .news li a {
                font-size: 16px;
                color: #333;
            }

                #theme3 .content-af-right-af-nav .news li a i {
                    font-style: normal;
                }


            #theme3 .content-af-right-af-nav .news li b {
                position: absolute;
                top: 7px;
                right: 4px;
                font-weight: normal;
                color: #333;
            }

            #theme3 .content-af-right-af-nav .news li:hover {
                background: #f5f5f5 url(../images/lia1.png) 0px 20px no-repeat;
            }

/*bf*/
#theme3 .content-af-right-bf {
    width: 715px;
    height: auto;
}

    #theme3 .content-af-right-bf h3 {
        line-height: 36px;
        border-bottom: 1px solid #7e7e7e;
    }

        #theme3 .content-af-right-bf h3 span {
            min-width: 120px;
            font-size: 16px;
            font-weight: normal;
            color: #fff;
            text-align: center;
            padding: 2px 20px;
            background-color: #286fb7;
            display: inline-block;
        }

#theme3 .content-af-right-bf-text {
    margin-top: 10px;
    margin-bottom: 30px;
}

    #theme3 .content-af-right-bf-text p {
        line-height: 29px;
        font-size: 16px;
        color: #454545
    }

        #theme3 .content-af-right-bf-text p img {
            width: 100%;
            height: auto;
        }


#theme3 #leftcategory li {
    border-bottom: none;
    height: auto;
    line-height: auto;
}

#theme3 .right-nr {
    font-size: 14px;
    color: #666;
    position: relative;
    padding: 15px 50px;
    /* padding-top: 0; */
    margin-top: 0;
}

#theme3 ul.data-list > li > a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 70%;
}

#theme3 #leftcategory a.active i {
    color: #296FB7;
}



#theme3 .el-carousel__indicators--horizontal {
    bottom: 20px;
}

#theme3 .el-carousel__button {
    width: 20px;
    height: 20px;
    background-color: #eee;
    opacity: .6;
    margin: 5px;
}

#theme3 .el-carousel__indicator.is-active button {
    opacity: 1;
}
