﻿.main_bg {
    width: 100%;
    /*background: url(../images/main_bg.jpg) repeat-x;*/
    margin-top: 126px;
    /*position:fixed;
    left:0;*/
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}
/*内页banner*/
.banner_bg {
    width: 1920px;
    background: url(../images/ban_bg.jpg) no-repeat top;
    height: 1280px;
    margin-left: -360px;
    margin-top: 0px;
    position: fixed;
    top: 0;
}

.nyban {
    /*margin-top: -120px;*/
    position: relative;
    z-index: -1;
    width: 1920px;
    margin-left: -360px;
}

/*.nyban img {
        width: 100% !important;
        height: auto !important;
    }*/
/*内页标题*/
.nytitle_en {
    font-size: 18px;
    color: #e0e0e0;
    text-transform: uppercase;
    margin-top: 15px;
}

.nytitle {
    font-size: 32px;
    color: #f4b125;
    margin-bottom: 15px;
    margin-top: 40px;
}

.neirong {
    /*color: #5b5b5b;*/
    text-align: left;
    font-weight: 500;
    margin: 12px;
    font-size: 14px;
}

    .neirong img {
        max-width: 100% !important;
        height: auto !important;
    }
/*当前位置*/
.position_box_bg {
    background: #fff;
}

.position_box {
    width: 1200px;
    margin: 20px auto;
    height: 40px;
    line-height: 40px;
}

.weizhi_box {
    width: 1200px;
    margin: 0 auto;
    /*border-bottom: 1px solid #757575;*/
    margin-top: 0px;
    height: 40px;
    line-height: 40px;
}

.weizhi {
    width: auto;
}

    .weizhi ul {
        width: 100%;
        list-style: none;
    }

        .weizhi ul li {
            float: left;
            width: auto;
            height: 40px;
            line-height: 40px;
            margin-right: 10px;
        }

            .weizhi ul li a {
                float: left;
                width: auto;
                height: 40px;
                line-height: 40px;
                background: #002b61;
                border-bottom: none;
                color: #fff;
                padding: 0 20px 0 20px;
                font-size: 16px;
                border-radius: 25px;
            }

                .weizhi ul li a:hover {
                    float: left;
                    width: auto;
                    height: 40px;
                    line-height: 40px;
                    /*border: 1px solid #CCC;*/
                    border-bottom: none;
                    color: #fff;
                    background: #e60012;
                    padding: 0 20px 0 20px;
                    font-size: 16px;
                }

.weizhi_right {
    width: auto;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    color: #333;
    font-size: 16px;
}

    .weizhi_right a {
        color: #333;
    }
/*分页样式*/
.fenye {
    max-width: 1200px;
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: center;
    color: #333;
}

.yangshi {
    height: 25px;
    line-height: 25px;
    width: 30px;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #CCC;
    background: #f1f1f1;
    color: #606060;
}
/*详情页样式*/
.botmborder {
    text-align: center;
    padding-bottom: 10px;
    font-size: 20px;
    width: auto;
    margin-top: 24px;
    border-bottom: 1px dashed #CCC;
}

.txtcont {
    width: 98%;
    margin-left: 1%;
    /*border-top: 1px dashed #CCC;*/
    border-bottom: 1px solid #CCC;
    padding: 5px 0px;
}

.detail {
    width: 100%;
    text-align: left;
}
