.policy {
    position: relative;
}

.policy .container {
    padding-bottom: 159px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.policy .container .flox.left01 {
    position: absolute;
    left: 0;
    top: 90px;
}

.policy .container .flox.left02 {
    position: absolute;
    left: 0;
    top: 720px;
}

.policy .container .right01 {
    position: absolute;
    right: 0;
    top: 658px;
}

.policy .container .right02 {
    position: absolute;
    bottom: 100px;
    right: 0;
}

.banner {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    background: url(../images/policy/banner.png) no-repeat center;
}

.policy .title {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.policy .title.nf01 {
    margin-top: 58px;
    position: relative;
    z-index: 2;
}

.policy .title .img img {
    display: block;
    margin: 0 auto;
}

.policy .title .img {
    text-align: center;
}

.policy .title .img .p1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 41px;
    text-align: center;
    letter-spacing: 0px;
    color: #333333;
}

.policy .title .img .p2 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 6px;
}

.policy .title .img .line {
    width: 310px;
    height: 2px;
    margin: 10px auto 0;
    background: linear-gradient(270deg, rgba(250, 148, 109, 0.00) -5%, #F25B3B 50%, rgba(242, 91, 59, 0.00) 100%);
}

.policy .title .down {
    position: absolute;
    right: 0;
    top: 19px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}

.policy .title .down img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 6px 0 0;
}

.alertBox {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99;
}

.alertBox .main {
    width: 657px;
    height: 690px;
    background: #FFFFFF;
    border-radius: 5px;
    margin: 5% auto;
    position: relative;
    padding: 16px;
    z-index: 9;
}

.alertBox .main .clos {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.alertBox .main .title {
    padding-top: 20px;
}

.alertBox .main .title img {
    display: block;
    margin: 0 auto;
}

.alertBox .main .center {
    width: 616px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #252525;
    padding-top: 30px;
    margin: 0 auto;
}

.alertBox .main .center .name {
    font-size: 32px;
    color: #F99935;
    font-weight: 600;
    margin: 14px 0;
}

.alertBox .main .center .name.active {
    color: #c6434e
}

.alertBox .main .center .text {
    width: 616px;
    height: 337px;
    overflow: auto;
    text-indent: 2em;
}

.alertBox .main .center .line {
    width: 100%;
    height: 2px;
    background: #F99935;
    margin: 12px 0;
}

.alertBox .main .center .line.active {
    background: #c6434e
}

.alertBox .main .center .downLx {
    margin-top: 20px;
    text-align: right;
    font-weight: 400;
    color: #F99935;
    line-height: 25px;
    display: block;
}

.alertBox .main .center .downLx.active {
    color: #c6434e
}

.alertBox .main .center .downLx img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 4px 0 0;
    cursor: pointer;
}

.alertBox .main .center .text::-webkit-scrollbar {
    width: 4px;
}

.alertBox .main .center .text::-webkit-scrollbar-track {
    background-color: #FFF;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.alertBox .main .center .text::-webkit-scrollbar-thumb {
    background-color: #d1d0d0;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.alertBox .main .center .text div {
    padding-right: 6px;
}

.zcMain {
    width: 1200px;
    margin: 0 auto;
    margin-top: 41px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.zcMain .item {
    transition: all 0.3s;
    cursor: pointer;
    float: left;
    margin: 0 11px 18px 0;
}

.zcMain .item.active {
    margin-right: 0;
}

.zcMain .item:hover {
    transform: scale(0.96);
}

.rcMain {
    width: 1200px;
    margin: 0 auto;
    margin-top: 41px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.rcMain .item {
    transition: all 0.3s;
    cursor: pointer;
    float: left;
    margin: 0 11px 18px 0;
}

.rcMain .item.active {
    margin-right: 0;
}

.rcMain .item:hover {
    transform: scale(0.96);
}

.catalogueBanner_bottom {
    width: 1200px;
    height: 694px;
    margin: 60px auto 0;
    background: #FBEDE8;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalogueBanner_bottom iframe {
    width: 1100px;
    height: 594px;
}

.flexslider {
    width: 897px;
    height: 650px;
    margin: 0 auto;
    padding-top: 22px;
}

.flexslider img {
    width: 897px;
    height: 650px;
    border-radius: 8px;
}

.bottomBg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 893px;
    background: url(../images/policy/btBg.png) no-repeat center;
}