.ele_wrap{
    overflow: hidden;
    width:100%;
    box-sizing: border-box;
    padding:0 0 100px 0;
    margin:48px 0 0 0;
}
.ele_wrap a{
    text-decoration: none;
}
.slide_wrap{
    position:relative;
}
.slide_wrap .img_wrap{
    height:360px;
    overflow: hidden;
    position:relative;
    z-index: 1;
    margin:0 0 60px 0;
}
.slide_wrap .img_wrap ul{
    width:100%;
    height:100%;
}
.slide_wrap .img_wrap ul li{
    width:100%;
}
.slide_wrap .img_wrap ul li a,
.slide_wrap .img_wrap ul li a img{
    display: block;
    margin:0 auto;
}
.slide_wrap .img_wrap ul li p{
    position:absolute;
    z-index: 1;
    width:1000px;
    margin:0 auto;
    bottom:30px;
    left:50%;
    margin:0 0 0 -500px;
}
.slide_wrap .img_wrap ul li.special p span{
    color:#fff;
    border:1px #fff solid;
}
.slide_wrap .img_wrap ul li p span{
    border:1px #80807e solid;
    width:115px;
    line-height:28px;
    height:28px;
    display: block;
    text-align: center;
    font-size:14px;
    margin:0 0 0 10px;
    color:#2c2d2a;
    cursor: pointer;
}
.slide_wrap .img_wrap ul li p span:after{
    content:"▶";
    display: inline-block;
    vertical-align: top;
    margin:-1px 0 0 3px;
}
.slide_wrap .img_wrap ul li:hover p span{
    background:#000;
    color:#fff;
    border:1px #000 solid;
}
.slide_wrap .btn_box{
    width:1000px;
    height:100%;
    position:absolute;
    top:0;
    left:50%;
    margin:0 0 0 -500px;
}
.slide_wrap .btn_box ul{
    position:absolute;
    right:0;
    top:50%;
    background:#fff;
    width:157px;
}
.slide_wrap .btn_box ul li{
    width: 100%;
    background:none;
    display: block;
    border-radius:0;
    height:70px;
    border:0;
    border-top:1px #cccccc solid;
    opacity: 1;
}
.slide_wrap .btn_box ul li:first-child{
    border-top:0;
}
.slide_wrap .btn_box ul li.swiper-pagination-bullet-active{
    border:2px #ff7116 solid;
    box-sizing: border-box;
    opacity: 1;
}
.slide_wrap .btn_box ul li a{
    display: block;
    line-height:70px;
    font-size:16px;
    text-align: left;
    padding:0 0 0 20px;
}
.slide_wrap .btn_box ul li.swiper-pagination-bullet-active a{
    color:#ff7116;
    font-family:'noto4';
}

/* �⑤씪�� �� */
.ele_form{
    max-width:1000px;
    width:100%;
    display: table;
    margin:50px auto 0 auto;
}

.ele_form .blue{
    border-top:2px #559ff1 solid;
    border-bottom:2px #559ff1 solid;
    margin:0 auto;
}
.ele_form .red{
    border-top:2px #ff8c89 solid;
    border-bottom:2px #ff8c89 solid;
}
.ele_form .green{
    border-top:2px #71ac60 solid;
    border-bottom:2px #71ac60 solid;
}
.ele_form .gray{
    border-top:2px #909090 solid;
    border-bottom:2px #909090 solid;
}



.ele_form .txt,
.ele_form .img,
.ele_form .list,
.ele_form .notice{
    border-right:1px #d9d9d9 solid;
    display: table-cell;
    vertical-align: top;
    position:relative;
}
.ele_form .txt{
    min-width:150px;
    padding:30px 0 0 0;
}
.ele_form .blue .tit,
.ele_form .blue .link_list a{
    color:#3d7ec5
}
.ele_form .red .tit,
.ele_form .red .link_list a{
    color:#e53a35
}
.ele_form .green .tit,
.ele_form .green .link_list a{
    color:#71ac60
}
.ele_form .gray .tit,
.ele_form .gray .link_list a{
    color:#464646;
}

.ele_form .img{
    width:303px;
    position:relative;
}
.ele_form .img .popup{
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
.ele_form .img .popup > a{
    position:absolute;
    right:12px;
    top:15px;
    width:25px;
    height:25px;
    font-size:0;
    z-index: 2;
}
.ele_form .img .popup .pop_cont{
    position:relative;
}
.ele_form .img .popup .pop_cont a{
    position:absolute;
    width:242px;
    height:40px;
    z-index: 2;
    font-size:0;
    bottom:37px;
    left:32px;
}
.ele_form .list{
    width:55%;
    border-right:0;
}
.ele_form .notice{
    width:100%;
    border-right:0;
    padding:40px 0;
}
.ele_form .txt .tit{
    font-size:25px;
    letter-spacing: -2px;
	font-family:'noto5';
	line-height:130%;
}
.ele_form .txt .link_list{
    position:absolute;
    bottom:20px;
}
.ele_form .txt .link_list p{
    color:#000;
    font-size:16px;
    font-family:'noto4';
    margin:0 0 10px 0;
}
.ele_form .txt .link_list ul li{
    margin:5px 0 0 0;
}
.ele_form .txt .link_list ul li:first-child{
    margin:0;
}
.ele_form .txt .link_list ul li a{
    display: inline-block;
    padding:0  5px;
    font-size:12px;
    line-height:30px;
    border:1px #c3c3c3 solid;
}
.ele_form .txt .link_list ul li a:hover{
    background:#e7e7e7
}

.ele_form .img a{
    display: block;
    height: 100%;
}
.ele_form .img a img{
    display: block;
}

.ele_form .list .list_wrap{
    border-top:1px #d9d9d9 solid;
    position:relative;
    width:550px;
    overflow:hidden;
}


.ele_form .list .list_wrap:first-child{
    border-top:0;
}
.ele_form .list .list_wrap .top_btn{
    right:10px;
    top:9px;
	right:0;
    position:absolute;
    z-index:9;
	width:80px;
}

.ele_form .list .book_slide_1 .top_btn{
	top:12px;
	width:74px;
	display:block;
}


.ele_form .list .list_wrap .top_btn .current_num {
    font-size:13px;
    display: inline;
    letter-spacing: -1.5px;
}
.ele_form .list .list_wrap .top_btn .current_num .swiper-pagination-current{
    color:#e15124;
}
.ele_form .list .list_wrap .top_btn .current_num .swiper-pagination-total{
    color:#1f1f1f
}
.ele_form .list .list_wrap .top_btn .arrow_group{
    display:inline-block;
    vertical-align:top;
    font-size:0;
    width:43px;
    position:relative;
    margin:3px 0 0 6%;
}
.ele_form .list .list_wrap .top_btn .arrow_group .next,
.ele_form .list .list_wrap .top_btn .arrow_group .prev{
    border:1px #a1a1a1 solid;
    width:20px;
    height:15px;
    position:absolute;
    cursor:pointer;
}
.ele_form .list .list_wrap .top_btn .arrow_group .next{
    background:url(/_skin/tpl_skin/basic_electricity3/new_main/next-bg.jpg) no-repeat center center;
    right:0;
}
.ele_form .list .list_wrap .top_btn .arrow_group .prev{
    background:url(/_skin/tpl_skin/basic_electricity3/new_main/prev_bg.jpg) no-repeat center center;
}
.ele_form .list .list_wrap .top_btn .arrow_group .next.swiper-button-disabled,
.ele_form .list .list_wrap .top_btn .arrow_group .prev.swiper-button-disabled{
    opacity: 0.3;
}
.ele_form .list .big_img{
    font-size:0;
    width:100%;
    box-sizing: border-box;
    display: flex;
}
.ele_form .list .big_img > li{
/*     display: table-cell; */
    display: inline-block;
    box-sizing: border-box;
    font-size:12px;
    vertical-align: top;
/*     flex: auto; */
    padding:0 0 0 4%
}
.ele_form .list .big_img > li:first-child{
/*     margin:0 0 0 5px; */
}
.ele_form .list .big_img > li:hover p{
    text-decoration: underline;
}
.ele_form .list .big_img > li a{
    display: block;
}
.ele_form .list .big_img > li .lec-img{
    position:relative;
/*     width:148px; */
    width:100%;
    height:152px;
    box-sizing: border-box;
    overflow: hidden;
    margin:0 auto;
}
.ele_form .list .big_img > li .lec-img img{
    display: block;
    margin:0 auto;
/*     max-width: 153px; */
    border:1px #d9d9d9 solid;
    box-sizing: border-box;
    width:100%;
    height:100%;
}
.ele_form .list .big_img > li .lec-img .layer{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    *opacity : 0.3;
    display: none;
}
.ele_form .list .big_img > li .lec-img .layer a{
    width:88px;
    line-height:26px;
    position:absolute;
    text-align: center;
    color:#fff;
    left:50%;
    top:50%;
    margin:-13px 0 0 -44px;
    z-index: 2;
    background:#a4a4a4
}
.ele_form .list .big_img > li:hover .lec-img .layer,
.ele_form .list .big_img > li .lec-img .layer.on{
    display: table
}
.ele_form .list .big_img > li .lec-img .layer .mid{
    display: table-cell;
    vertical-align: middle;
}
.ele_form .list .big_img > li .lec-img .layer a:hover,
.ele_form .list .big_img > li .lec-img .layer.on a{
    background:#ff7116;
}
.ele_form .list .big_img > li .lec_tit{
    padding:10px 0;
    text-align:center;
    line-height:120%;
}
.ele_form .list .big_img > li .lec_tit b{
    display: block;
	font-family:'noto4';
}
.ele_form .list .big_img > li table{
    width:100%;
    margin:0 auto;
}
.ele_form .list .big_img > li table th{
	font-size:14px;
    font-weight:100;
    font-family:'noto4';
}

.ele_form .list .big_img > li table td{
    text-align:center;
    color:#e15124;
    font-size:13px;
    font-family:'noto4';
}

.ele_form .list .small_img{
    padding:28px 0 20px 0;
    font-size:0;
    position:relative;
}
.ele_form .list .small_img.on{
    padding:42px 0 10px 0;
}
.ele_form .list .small_img > li{
    display: inline-block;
    box-sizing: border-box;
    font-size:12px;
    vertical-align: top;
    width:180px;
}
.ele_form .list .tab_view{
    display: none;
    border:1px #525252 solid;
    box-sizing: border-box;
    position:absolute;
    background:#fff;
    padding:12px 12px 20px 12px;
    text-align: left;
    height:100%;
    bottom:0;
    left:0;
    width:100%;
    z-index: 99;
    height:auto;
}
.ele_form .list .tab_view.on{
    display: block;
}
.ele_form .list .tab_view.on,
.ele_form .list .tab_view div.on{
    display:block
}
.ele_form .list .tab_view h3{
    margin:0 0 10px 0;
    font-size:13px;
    color:#0874b1;
    line-height:100%;
}
.ele_form .list .tab_view .close{
    position:absolute;
    top:10px;
    right:10px;
    width:21px;
    height:21px;
    text-indent: -9999px;
    font-size:0;
    background:url(/_skin/tpl_skin/basic_distribution_3/images/new_main/close_btn.jpg) no-repeat center center;
}
.ele_form .list .tab_view .con{
    height:110px;
    overflow: hidden;
}
.ele_form .list .tab_view ul{
    width:100%;
    padding:0 0 10px 0;
}
.ele_form .list .tab_view ul li{
    width:100%;
    color:#525356;
}
.ele_form .list .tab_view ul li a:before{
    content:"ㆍ";
    display:inline;
}
.ele_form .list .tab_view ul li a{
    display: block;
    font-size:12px;
    color:#525356;
    line-height:20px;
    max-width:90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ele_form .list .tab_view ul li a:hover{
    color:#ff7116;
    text-decoration:underline;
    font-family:'noto4';
}
.ele_form .list .tab_view .paging{
    text-align:center;
    margin:10px 0 0 0;
}
.ele_form .list .tab_view .paging a{
    color:#343434;
    font-size:12px;
    margin:0 3px;
}
.ele_form .list .tab_view .paging a:hover,
.ele_form .list .tab_view .paging a.on{
    text-decoration:underline;
    font-family:'noto4';
}
/*페이징*/
.ele_form .list .tab_view .look_page{
    text-align:center;
    position:absolute;
    bottom:7px;
    padding:0;
    box-sizing:border-box;
    z-index:99
}
.ele_form .list .tab_view .look_page li{
    display: inline-block;
    *display: inline;
    zoom:1;
    width:auto;
}
.ele_form .list .tab_view .look_page li button{
    color:#343434;
    font-size:12px;
    margin:0 5px;
    background:none;
    border:0;
}
.ele_form .list .tab_view .look_page li button:hover,
.ele_form .list .tab_view .look_page li button.selectedPage{
    text-decoration:underline;
    font-family:'noto4';
    cursor: pointer;
}


.ele_form .list .small_img > li:hover p{
    text-decoration: underline
}
.ele_form .list .small_img > li .book-img{
    text-align: center;
    position:relative;
    width:109px;
    height:141px;
    margin:0 auto;
    overflow:hidden;
}
.ele_form .list .small_img > li .book-img img{
    display: block;
    margin:0 auto;
    max-width:100%;
    height:100%;
}
.ele_form .list .small_img > li .book-img .layer{
    position:absolute;
    display: table;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    border:1px #525252 solid;
    border-right:0;
    display:none;
    box-sizing: border-box;
}
.ele_form .list .small_img > li:hover .book-img .layer,
.ele_form .list .small_img > li .book-img .layer.on{
    display: table;
    height:100%;
}
.ele_form .list .small_img > li .book-img .layer .mid{
    display: table-cell;
    vertical-align: middle;
    height:100%;
}
.ele_form .list .small_img > li .book-img .layer a{
    width:88px;
    line-height:26px;
    text-align: center;
    color:#fff;
    z-index: 2;
    background:#a4a4a4;
    display: block;
    margin:3px auto 0 auto;
}
.ele_form .list .small_img > li .book-img .layer a:hover,
.ele_form .list .small_img > li .book-img .layer a.on{
    background:#ff7116;
}

.ele_form .list .small_img > li .book_tit{
    text-align: center;
    padding:10px 0;
/*     width:90%; */
    width:135px;
    margin:0 auto;
    word-break:keep-all;
    max-height: 93px;
}
.ele_form .list .small_img > li .book_tit p{
    height:34px;
    overflow: hidden;
    line-height:135%;
    color:#343434;
}
.ele_form .list .small_img > li .book_tit.on p{
    height:48px;
    overflow: hidden;
}
.ele_form .list .small_img > li .book_tit .red_deco{
    border:1px #e87754 solid;
    display: block;
    width:80px;
    height:20px;
    line-height:20px;
    color:#343434;
    margin:7px auto 0 auto;
}
.ele_form .list .small_img > li .price_txt{
    text-align:center;
}
.ele_form .list .small_img > li .price_txt span{
    font-size:13px;
}
.ele_form .list .small_img > li .price_txt .last{
    color:#979797;
    text-decoration:line-through
}
.ele_form .list .small_img > li .price_txt .current{
    color:#e15124;
}
.ele_form .list .small_img > li .price_txt .current b{
    font-weight:600
}
.ele_form .squared_txt{
    font-size:0;
    padding:35px 0 35px 40px;
}
.ele_form .squared_txt:before{
    border-top:1px #d9d9d9 solid;
    content:"";
    position:absolute;
    left:0;
    top:50%;
    width:100%;
    margin:0 0 0 -0.5px;
}
.ele_form .squared_txt li{
    border:1px #d9d9d9 solid;
    display: inline-block;
    *display: inline;
    zoom:1;
    width:30%;
    vertical-align: top;
    box-sizing: border-box;
    margin:0 0 41px 5%;
    padding:30px 0;
    text-align:center;
    font-size:30px;
	height:219px;
}
.ele_form .squared_txt li:nth-of-type(3n+1),
.ele_form .squared_txt li:first-child{
    margin:0;
}
.ele_form .squared_txt li:nth-of-type(4),
.ele_form .squared_txt li:nth-of-type(5),
.ele_form .squared_txt li:nth-of-type(6){
  margin-top:40px;
    margin-bottom:0;
}
.ele_form .squared_txt li.fir:hover{
    border:2px #678bbf solid;
	box-sizing:border-box;
}
.ele_form .squared_txt li.sec:hover{
    border:2px #62aca1 solid;
	box-sizing:border-box;
}
.ele_form .squared_txt li.thir:hover{
    border:2px #bf6780 solid;
	box-sizing:border-box;
}
.ele_form .squared_txt li.four:hover{
    border:2px #c7ad88 solid;
	box-sizing:border-box;
}
.ele_form .squared_txt li.five:hover{
    border:2px #939393 solid;
	box-sizing:border-box;
}
.ele_form .squared_txt li.six:hover{
    border:2px #d9d9d9 solid;
	box-sizing:border-box;
}
.ele_form .squared_txt li a{
    display: block;
    font-size:19px;
    font-family: 'noto4';
    line-height:110%;
    word-break: keep-all;
	line-height:26px;
}
.ele_form .squared_txt li em{
    font-size:13px;
    margin:0 auto 25px auto;
    display: block;
    width:97px;
    border-radius: 50px;
    text-align: center;
    line-height:25px;
    color:#fff;
    background:#333;
    font-family: 'noto3';
}
.ele_form .squared_txt li.fir em{
    background:#678bbf
}
.ele_form .squared_txt li.sec em{
    background:#67bf9f
}
.ele_form .squared_txt li.thir em{
    background:#bf6780
}
.ele_form .squared_txt li.four em{
    background:#c7ad88
}
.ele_form .squared_txt li.five em{
    background:#939393
}
.ele_form .squared_txt li span{
    font-family: 'noto4';
    font-size:12px;
    display: block;
    line-height:150%;
    margin:25px 0 0 0;
    color:#989898;
}

.ele_form .squared_txt li.four em,
.ele_form .squared_txt li.five em,
.ele_form .squared_txt li.six em{
	margin:0 auto 35px auto;
}

/*single*/
.list .single_list{
    font-size:0;
}
.list .single_list > li{
    box-sizing: border-box;
}
.list .single_list > li .mouse-area:hover .add p{
    text-decoration: underline;
    cursor: pointer;
}
.list .goods_wrap{
    padding:67px 0 65px 30px;
    position:relative;
}
.list .mouse-area{
    display:table;
    width:100%;
    box-sizing:border-box;
}
.list .mouse-area .txt_box,
.list .mouse-area .img_box{
    display: table-cell;
    vertical-align: middle;
}
.list .mouse-area .img_box{
    position:relative;
}
.list .mouse-area .txt_box{
    padding:0 20px 0 0;
}
.list .mouse-area .txt_box .add{
    margin:0 0 20px 0;
}
.list .goods_wrap .txt_box .add p{
    font-size:14px;
    line-height:140%;
    margin:0 0 10px 0;
    max-width:100%;
    word-break:keep-all;
	font-family:'noto';
}

.list .goods_wrap .txt_box .add p b{
    font-weight:600;
    display:block;
    font-size:15px;
    line-height:130%;
	font-family:'noto6';
}

.list .goods_wrap .txt_box .add span{
    display: block;
    color:#949393;
    font-size:13px;
    line-height:130%;
    position:relative;
    padding:3px 0 3px 10px;
    word-break:keep-all;
}
.list .goods_wrap .txt_box .add span.no_dot{
    padding:3px 0;
}
.list .goods_wrap .txt_box .add span:before{
    content: "·";
    color:#949393;
    font-size:12px;
    position:absolute;
    left:0;
    height:100%;
}
.list .goods_wrap .txt_box .add span.no_dot:before{
    display: none;
}
.list .goods_wrap .txt_box ul li{
    margin:5px 0 0 0;
}
.list .goods_wrap .txt_box ul li:first-child{
    margin:0;
}
.list .goods_wrap .txt_box ul li em,
.list .goods_wrap .txt_box ul li .gray_p,
.list .goods_wrap .txt_box ul li p{
    display: inline-block;
    *display: inline;
    zoom:1;
    vertical-align:middle;
    font-size:13px;
    color:#e15124;
    letter-spacing:0.5px;
}
.list .goods_wrap .txt_box ul li em{
    border:1px #e87754 solid;
    width:80px;
    text-align:center;
    line-height:21px;
    height:21px;
    font-size:12px;
    color:#343434;
    margin:0 20px 0 0;
    font-weight:500
}
.list .goods_wrap .txt_box ul li .gray_p{
    color:#979797;
    text-decoration: line-through;
    margin:0 5px 0 0;
}
.list .goods_wrap .txt_box ul li b{
    font-family:'noto4';
}
.list .mouse-area .txt_box table{
    width:100%
}
.list .mouse-area .txt_box table th{
    font-size:14px;
	font-family:'noto4';
    text-align: left;
    width:38%;
	font-weight:100;
}
.list .mouse-area .txt_box table td{
    text-align: right;
    color:#e15124;
    font-size: 14px;
    text-align: left;
	font-family:'noto4';
}
.list .mouse-area .img_box{
    position:relative;
    text-align:center;
    width:130px;
    height:147px;
    overflow: hidden;
}
.list .mouse-area .img_box img{
    display: inline-block;
    max-width: 100%;
    height:100%;
}
.list .goods_wrap .img_box .btn_box{
    position:absolute;
    top:0;
    left:0;
    display:table;
    width:100%;
    height:160px;
    background:#fff;
    text-align:center;
    background:rgba(0,0,0,0.5);
    border:1px #525252 solid;
    box-sizing: border-box;
    display: none;
}
.list .goods_wrap .mouse-area:hover .btn_box,
.list .goods_wrap .img_box .btn_box.on{
    display: table;
}
.list .goods_wrap .img_box .btn_box .mid{
    display: table-cell;
    vertical-align: middle;
}
.list .goods_wrap .img_box .btn_box a{
    vertical-align: middle;
    width:88px;
    line-height:26px;
    text-align: center;
    color:#fff;
    z-index: 2;
    background:#a4a4a4;
    display: block;
    margin:3px auto 0 auto;
    font-size:12px;
}
.list .goods_wrap .img_box .btn_box a:hover,
.list .goods_wrap .img_box .btn_box.on a.lookLec{
    background:#ff7116;
}

.ele_form .list .small_img{
    padding:28px 0 20px 0;
    font-size:0;
    position:relative;
}
.ele_form .list .small_img.on{
    padding:42px 0 10px 0;
}
.ele_form .list .small_img > li{
    display: inline-block;
    box-sizing: border-box;
    font-size:12px;
    vertical-align: top;
    width:180px;
}
.ele_form .list .tab_view{
    display: none;
    border:1px #525252 solid;
    box-sizing: border-box;
    position:absolute;
    background:#fff;
    padding:12px 12px 20px 12px;
    text-align: left;
    height:100%;
    bottom:0;
    left:0;
    width:100%;
    z-index: 99;
    height:auto;
}
.ele_form .list .tab_view.on{
    display: block;
}
.ele_form .list .tab_view.on,
.ele_form .list .tab_view div.on{
    display:block
}
.ele_form .list .tab_view h3{
    margin:0 0 10px 0;
    font-size:13px;
    color:#0874b1;
    line-height:100%;
}
.ele_form .list .tab_view .close{
    position:absolute;
    top:10px;
    right:10px;
    width:21px;
    height:21px;
    text-indent: -9999px;
    font-size:0;
    background:url(/_skin/tpl_skin/basic_distribution_3/images/new_main/close_btn.jpg) no-repeat center center;
}
.ele_form .list .tab_view .con{
    height:110px;
    overflow: hidden;
}
.ele_form .list .tab_view ul{
    width:100%;
    padding:0 0 10px 0;
}
.ele_form .list .tab_view ul li{
    width:100%;
    color:#525356;
}
.ele_form .list .tab_view ul li a:before{
    content:"ㆍ";
    display:inline;
}
.ele_form .list .tab_view ul li a{
    display: block;
    font-size:12px;
    color:#525356;
    line-height:20px;
    max-width:90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ele_form .list .tab_view ul li a:hover{
    color:#ff7116;
    text-decoration:underline;
    font-family:'noto4';
}
.ele_form .list .tab_view .paging{
    text-align:center;
    margin:10px 0 0 0;
}
.ele_form .list .tab_view .paging a{
    color:#343434;
    font-size:12px;
    margin:0 3px;
}
.ele_form .list .tab_view .paging a:hover,
.ele_form .list .tab_view .paging a.on{
    text-decoration:underline;
    font-family:'noto4';
}



/* 고객센터 */
.ele_form .gray_btn{
    width:100%;
    text-align:right;
    font-size:0;
}
.ele_form .gray_btn li{
    display:inline-block;
    *display:inline;
    zoom:1;
    text-align:center;
    background:#e8e8e8;
    width:250px;
    margin:0 0 0 20px;
    border:1px #d9d9d9 solid;
    box-sizing: border-box;
    transition:0.5s;
}
.ele_form .gray_btn li:hover{
    border:1px #6a6363  solid;
/*     background:#909090  */
}
.ele_form .gray_btn li:first-child{
    margin:0;
}
.ele_form .gray_btn li a{
    display: block;
    font-size:14px;
    line-height:130%;
    padding:20px 0;
}
.ele_form .gray_btn li a b{
    display: block;
}
.ele_form .news_list{
    font-size:0;
    padding:0 0 30px 60px;
    text-align:left;
}
.ele_form .news_list > ul > li {
    display: inline-block;
    *display: inline;
    zoom:1;
    vertical-align: top;
    width:350px;
    font-size:12px;
}
.ele_form .news_list > ul > li:first-child{
    margin:0 85px 0 0;
}
.ele_form .news_list > ul > li .top{
    position:relative;
}
.ele_form .news_list > ul > li .top h3{
    font-size:16px;
    line-height:100%;
    padding:0 0 15px 0;
    margin:0 0 5px 0;
    border-bottom:1px #9a9c9f solid;
}
.ele_form .news_list > ul > li .top a{
    position:absolute;
    right:0;
    top:0;
    color:#919191;
    font-size:12px;
}
.ele_form .news_list > ul > li .bottom li{
    border-top:1px #e0e0e0 solid;
}
.ele_form .news_list > ul > li .bottom li:first-child{
    border-top:0;
}
.ele_form .news_list > ul > li .bottom li a{
    display: block;
    line-height:40px;
    font-size:14px;
    max-width:90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ele_form .news_list > ul > li .bottom li a:hover{
    text-decoration: underline;
    font-weight:600
}

/*event pop*/
.event_wrap{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    z-index: 99999999;
    display: none;
    font-family: 'noto3', sans-serif;
}
.event_wrap .event_con{
    width:450px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-281px 0 0 -225px;
    background:#fff;
}
.event_wrap .event_con .tit{
    background:#0f46ba;
    color:#fff;
    padding:12px 10px;
    font-size:16px;
    font-family:'noto4';
    position:relative;
}
.event_wrap .event_con .tit a{
    position: absolute;
    right:10px;
    top:50%;
    margin:-14px 0 0 0;
    background:#fff;
    color:#333;
    width:52px;
    font-size:14px;
    font-weight:400;
    text-align: center;
    border-radius: 50px;
    padding:2px 18px 2px 0;
    line-height:24px;
}
.event_wrap .event_con .tit a span{
    background:#0f46ba;
    position:absolute;
    right:1px;
    top:1px;
    border-radius: 100%;
    color:#fff;
    font-size:15px;
    width:28px;
    line-height:26px;
    font-family:'noto4';
}
.event_wrap .event_con  .event_txt{
    padding:25px 20px;
}
.event_wrap .event_con  .event_txt > img{
    display: block;
    margin:0 0 25px 0;
}
.event_wrap .event_con  .event_txt .table_wrap{
    border:1px #bfc3c9 solid;
    background:#f1f1f1;
    padding:0 20px;
    margin:0 0 20px 0;
}
.event_wrap .event_con  .event_txt table{
    width:100%;
}
.event_wrap .event_con  .event_txt table tr{
    border-top:1px #d3d3d3 dashed;
}
.event_wrap .event_con  .event_txt table tr:first-child{
    border-top:0;
}
.event_wrap .event_con  .event_txt table th{
    font-size:17px;
    padding:17px 15px 20px 0;
    vertical-align:top;
    color:#313d4c;
    text-align: left;
}
.event_wrap .event_con  .event_txt table td{
    font-size:15px;
    padding:18px 0;
    line-height:130%
}
.event_wrap .event_con  .event_txt a{
    width:250px;
    line-height:45px;
    display: block;
    margin:0 auto;
    background:#000;
    border-radius: 50px;
    color:#fff;
    text-align: center;
    font-family:'noto4';
    font-size:19px;
}.ele_wrap{
    overflow: hidden;
    width:100%;
    box-sizing: border-box;
    padding:0 0 100px 0;
    margin:29px 0 0 0;
}
.ele_wrap a{
    text-decoration: none;
}
.slide_wrap{
    position:relative;
}
.slide_wrap .img_wrap{
    height:360px;
    overflow: hidden;
    position:relative;
    z-index: 1;
    margin:0 0 60px 0;
}
.slide_wrap .img_wrap ul{
    width:100%;
    height:100%;
}
.slide_wrap .img_wrap ul li{
    width:100%;
}
.slide_wrap .img_wrap ul li a,
.slide_wrap .img_wrap ul li a img{
    display: block;
    margin:0 auto;
}
.slide_wrap .img_wrap ul li p{
    position:absolute;
    z-index: 1;
    width:1000px;
    margin:0 auto;
    bottom:30px;
    left:50%;
    margin:0 0 0 -500px;
}
.slide_wrap .img_wrap ul li.special p span{
    color:#fff;
    border:1px #fff solid;
}
.slide_wrap .img_wrap ul li p span{
    border:1px #80807e solid;
    width:115px;
    line-height:28px;
    height:28px;
    display: block;
    text-align: center;
    font-size:14px;
    margin:0 0 0 10px;
    color:#2c2d2a;
    cursor: pointer;
}
.slide_wrap .img_wrap ul li p span:after{
    content:"▶";
    display: inline-block;
    vertical-align: top;
    margin:-1px 0 0 3px;
}
.slide_wrap .img_wrap ul li:hover p span{
    background:#000;
    color:#fff;
    border:1px #000 solid;
}
.slide_wrap .btn_box{
    width:1000px;
    height:100%;
    position:absolute;
    top:0;
    left:50%;
    margin:0 0 0 -500px;
}
.slide_wrap .btn_box ul{
    position:absolute;
    right:0;
    top:50%;
    background:#fff;
    width:157px;
}
.slide_wrap .btn_box ul li{
    width: 100%;
    background:none;
    display: block;
    border-radius:0;
    height:70px;
    border:0;
    border-top:1px #cccccc solid;
    opacity: 1;
}
.slide_wrap .btn_box ul li:first-child{
    border-top:0;
}
.slide_wrap .btn_box ul li.swiper-pagination-bullet-active{
    border:2px #ff7116 solid;
    box-sizing: border-box;
    opacity: 1;
}
.slide_wrap .btn_box ul li a{
    display: block;
    line-height:70px;
    font-size:16px;
    text-align: left;
    padding:0 0 0 20px;
}
.slide_wrap .btn_box ul li.swiper-pagination-bullet-active a{
    color:#ff7116;
    font-family:'noto4';
}

