/* ad-幻灯banner通用 */

.title_ad {
    position: absolute;
    top: 180px;
    left: 50%;
    z-index: 10;
    margin-left: -500px;
    width: 750px;
    max-height: 300px;
}

.title_ad h3 {
    color: #fff;
    font-size: 44px;
    line-height: 60px;
    margin-bottom: 20px;
    text-align: left;
    width: 550px;
    margin-right: 200px;
}

.title_ad p {
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: normal;
}


/* ad-幻灯banner通用 */


/* 经典案例 */

.top_28 {
    top: 100px
}


/* 首页顶部banner */
.index_banner {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 140px;
    z-index: 10;
    width: 750px;
    max-height: 300px;
    padding-left: 30px;
}

.index_banner h3 {
    color: #fff;
    font-size: 44px;
    line-height:1.8;
    margin-bottom: 20px;
    text-align: left;
    width: 550px;
    margin-right: 200px;
    font-weight: bold;
}

.index_banner p {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    font-weight: normal;
}

.index_banner p.text_alt {
    font-size: 20px;
    line-height: 1.8;
    color: #fff;
}
.index_banner::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    /* background: #fff; */
}
/*更多按钮*/
.view_btn {
    font-size: 16px;
    line-height: 2;
    border-radius: 40px;
    padding: 10px 40px;
    border: 1px solid rgba(110, 120, 135, 0.2);
    background: rgba(255,255,255,.4);
    color: #fff;
}
.view_btn:hover {
    color: #e60012;
    background: rgba(255,255,255,.9);
}
.view_btn i{
    margin-left: 2px;
}
.view_btn:hover i{
    margin-left: 8px;
    font-weight: bold;
}




/*幻灯*/


/*focus_commom-焦点-start*/

.focus_commom {
    position: relative;
    overflow: hidden;
}

.focus_commom_1 {
    /* width:480px;height:240px; */
    height: 200px;
}


/*数字按钮样式*/

.focus_commom .num {
    width: 100%;
    overflow: hidden;
    height: 15px;
    position: absolute;
    bottom: 10px;
    z-index: 3;
}

.focus_commom .num ul {
    width: auto;
    text-align: center;
    z-index: 3;
}

.focus_commom .num li {
    display: inline-block;
    zoom: 1;
    width: 18px;
    height: 15px;
    text-indent: -9999px;
    text-align: center;
    font-weight: 400;
    font-family: "微软雅黑", Arial;
    color: #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    background: url("../../images/common/bg_1.png") no-repeat;
    background-position: -6px -320px;
}

.focus_commom .num li.on {
    background-position: -45px -320px;
    height: 15px;
    width: 28px;
}

/*focus_num_big   slide-2数字按钮样式-big*/

.focus_commom.focus_num_big .num {
    width: 100%;
    overflow: hidden;
    height: 45px;
    padding: 10px 20px;
    position: absolute;
    top: 400px;
    z-index: 3;
}

.focus_commom.focus_num_big .num ul {
    width: auto;
    text-align: center;
    z-index: 3;
    line-height: 20px;
}

.focus_commom.focus_num_big .num li {
    display: inline-block;
    zoom: 1;
    width: 15px;
    height: 15px;
    line-height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    text-indent: -9999px;
    text-align: center;
    font-weight: 400;
    font-family: "微软雅黑", Arial;
    color: #fff;
    cursor: pointer;
    background: rgba(255,255,255,.8);
}

.focus_commom.focus_num_big .num li.on {
    width: 18px;
    height: 18px;
    /* background: rgba(0,0,0,.5); */
    background: var(--bg_theme);
}
/* -----------------------end */

/*focus_num_big_4   slide-4数字按钮样式-big*/

.focus_commom.focus_num_big_4 .num {
    width: 100%;
    overflow: hidden;
    height: 45px;
    padding: 10px 20px;
    position: absolute;
    top: 350px;
    z-index: 3;
}

.focus_commom.focus_num_big_4 .num ul {
    width: auto;
    text-align: center;
    z-index: 3;
    line-height: 20px;
}

.focus_commom.focus_num_big_4 .num li {
    display: inline-block;
    zoom: 1;
    width: 15px;
    height: 15px;
    line-height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    text-indent: -9999px;
    text-align: center;
    font-weight: 400;
    font-family: "微软雅黑", Arial;
    color: #fff;
    cursor: pointer;
    background: rgba(255,255,255,.8);
}

.focus_commom.focus_num_big_4 .num li.on {
    width: 18px;
    height: 18px;
    background: var(--bg_theme);
}
/* -----------------------end */

/*当前项*/

.focus_commom .prev,.focus_commom .next {
    z-index: 2;
    display: none;
    width: 20px;
    height: 50px;
    background: url("../../images/common/bg_1.png") no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.focus_commom .prev {
    left: 0;
    background-position: 0px -50px;
}

.focus_commom .next {
    right: 0;
    background-position: -50px -50px;
}


/*focus_commom-焦点-end*/


/*首页2021 */

.index_banner .focus_commom .prev {
    left: 50%;
    margin-left: -600px;
}

.index_banner .focus_commom .next {
    right: 50%;
    margin-right: -300px;
}

.index_banner .focus_commom .num {
    bottom: 10px;
    width: 600px;
    left: 50%;
    margin-left: -450px;
}

.index_banner .focus_commom .num li {
    background: rgba(255, 255, 255, .5);
    filter: alpha(opacity=50);
    opacity: 0.5;
    border-radius: 0;
    width: 25px;
    height: 4px;
    margin: 0 3px;
}

.index_banner .focus_commom .num li.on {
    background: rgba(255, 255, 255, 0.7);
    filter: alpha(opacity=70);
    opacity: 0.7;
    border-radius: 0;
    width: 25px;
    height: 4px;
}


/*1f-焦点-start*/

/* .focus {
    position: relative;
    width: 480px;
    height: 240px;
    overflow: hidden;
} */


/*数字按钮样式*/

.focus_1 .num {
    width: 100%;
    overflow: hidden;
    height: 15px;
    position: absolute;
    bottom: 10px;
    z-index: 3;
}

.focus_1 .num ul {
    width: auto;
    text-align: center;
    z-index: 3;
    /*position: absolute;*width:60px;*left: 165px; padding:0px 15px; left:40%;*/
}

.focus_1 .num li {
    display: inline-block;
    zoom: 1;
    *display: block;
    *float: left;
    width: 18px;
    height: 15px;
    text-indent: -9999px;
    text-align: center;
    font-weight: 400;
    font-family: "微软雅黑", Arial;
    color: #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    background: url("../../images/new/new_bg_3.png") no-repeat;
    background-position: center -85px;
}

.focus_1 .num li.on {
    background-position: center -110px;
    height: 15px;
    width: 28px;
}


/*当前项*/

.focus_1 .prev,.focus_1 .next {
    z-index: 2;
    display: none;
    width: 20px;
    height: 36px;
    background: url("../../images/main_bg.png") no-repeat;
    position: absolute;
    top: 102px;
}

.focus_1 .prev {
    left: 0;
    background-position: -440px -290px;
}

.focus_1 .next {
    right: 0;
    background-position: -475px -290px;
}


/*1f-焦点-end*/

.common_list.focus_commom .prev {
    left: 50%;
    margin-left: -580px;
}

.common_list.focus_commom .next {
    right: 50%;
    margin-right: -580px;
}

.common_list.focus_commom .num {
    bottom: 10px;
    width: 600px;
    left: 50%;
    margin-left: -300px;
}

.common_list.focus_commom .num li {
    background: rgba(255, 255, 255, .5);
    filter: alpha(opacity=50);
    opacity: 0.5;
    border-radius: 0;
    width: 25px;
    height: 4px;
    margin: 0 3px;
}

.common_list.focus_commom .num li.on {
    background: rgba(255, 255, 255, 0.7);
    filter: alpha(opacity=70);
    opacity: 0.7;
    border-radius: 0;
    width: 25px;
    height: 4px;
}

.focus_commom .prev,.focus_commom .next,.focus_commom .prev:hover,.focus_commom .next:hover {
    z-index: 2;
    display: none;
    width: 60px;
    height: 60px;
    background: url("../../images/common/banner_next_1.png") no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}

.focus_commom .prev {
    left: 0;
    background-position: center -135px;
}

.focus_commom .next {
    right: 0;
    background-position: center 6px;
}

.focus_commom .prev:hover {
    background-position: center -208px;
}

.focus_commom .next:hover {
    background-position: center -65px;
}


/* 最左最右 */

.common_list_lr.focus_commom .num {
    bottom: 10px;
    width: 600px;
    left: 50%;
    margin-left: -300px;
}

.common_list_lr.focus_commom .num li {
    background: rgba(255, 255, 255, .5);
    filter: alpha(opacity=50);
    opacity: 0.5;
    border-radius: 0;
    width: 25px;
    height: 4px;
    margin: 0 3px;
}

.common_list_lr.focus_commom .num li.on {
    background: rgba(255, 255, 255, 0.7);
    filter: alpha(opacity=70);
    opacity: 0.7;
    border-radius: 0;
    width: 25px;
    height: 4px;
}
.common_list_lr.focus_commom .prev,
.common_list_lr.focus_commom .next,
.common_list_lr.focus_commom .prev:hover,
.common_list_lr.focus_commom .next:hover {
    z-index: 2;
    display: none;
    width: 60px;
    height: 60px;
    background: url("../../images/common/banner_next_2.png") no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}

.common_list_lr.focus_commom .prev {
    left: 50px;
    background-position: center -130px;
}

.common_list_lr.focus_commom .next {
    right: 50px;
    background-position: center 0px;
}

.common_list_lr.focus_commom .prev:hover {
    background-position: center -195px;
}

.common_list_lr.focus_commom .next:hover {
    background-position: center -62px;
}

/* 小幻灯 */

.focus-l-r.focus_commom .prev {
    left: 5px;
}

.focus-l-r.focus_commom .next {
    right: 5px;
}

.focus-l-r.focus_commom .num {
    bottom: 10px;
    width: 600px;
    left: 50%;
    margin-left: -300px;
}

.focus-l-r.focus_commom .num li {
    background: rgba(255, 255, 255, .5);
    filter: alpha(opacity=50);
    opacity: 0.5;
    border-radius: 0;
    width: 25px;
    height: 4px;
    margin: 0 3px;
}

.focus-l-r.focus_commom .num li.on {
    background: rgba(255, 255, 255, 0.7);
    filter: alpha(opacity=70);
    opacity: 0.7;
    border-radius: 0;
    width: 25px;
    height: 4px;
}


/*小幻灯加文字*/

.focus-text.focus_commom .prev {
    left: 5px;
}

.focus-text.focus_commom .next {
    right: 5px;
}

.focus-text.focus_commom .num {
    bottom: 10px;
    width: 200px;
    right: 0;
    padding: 0 10px;
}

.focus-text.focus_commom .num li {
    background: rgba(255, 255, 255, .5);
    filter: alpha(opacity=50);
    opacity: 0.5;
    border-radius: 0;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 50%;
}

.focus-text.focus_commom .num li.on {
    background: rgba(255, 255, 255, 0.7);
    filter: alpha(opacity=70);
    opacity: 0.7;
    border-radius: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.focus-text .p_list_title a {
    width: 80%;
    overflow: hidden;
    margin-left: 0;
}

.p_list_title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    height: 40px;
    padding: 10px;
    line-height: 20px;
}

.p_list_title a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}


/*4f-焦点-start*/

.focus_4 .loading {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 390px;
    color: #fff;
    text-align: center;
    background: #2c2c2c;
    line-height: 390px;
    vertical-align: middle;
}


/*载入画面*/

.focus_4 .pic li {
    width: 390px;
    position: relative;
    overflow: hidden;
    *margin-top: -2px;
}

.focus_4 .pic li p {
    width: 390px;
    position: absolute;
}

.focus_4 .pic li p a {
    display: block;
}


/*图片和焦点图框架一样大小*/

.focus_4 .pic li p img {}

.focus_4 .txt li {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 390px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: none;
}

.focus_4 .txt li a {
    display: block;
    color: #fff;
    padding: 2px 0 0 16px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}


/*标题样式*/

.focus_4 .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 390px;
    height: 30px;
    overflow: hidden;
    /*background:#333;filter:alpha(opacity=60);*/
    opacity: 0.6;
    left: 1px;
}


/*标题背景*/

.focus_4 .num {
    position: absolute;
    z-index: 3;
    bottom: 6px;
    right: 8px;
    color: #333;
}


/*按钮样式*/

.focus_4 .num li {
    border-radius: 50px;
    font-size: 12px;
    font-family: Arial;
    float: left;
    width: 20px;
    height: 15px;
    position: relative;
    line-height: 15px;
    text-align: center;
    margin-right: 3px;
    cursor: pointer;
    background: #434343;
    filter: alpha(opacity=90);
    opacity: 0.9;
    color: #fff;
}

.focus_4 .num li.current,
.focus_4 .num li.hover {
    background: #e73736;
    color: #fff;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    top: -2px;
    width: 30px;
}


/*4f-焦点-end*/
