
/*header*/
.headr {
    position: relative;
}
.hd_box {
}
.wel {
    height: 43px;
    border-bottom: 1px solid #efefef;
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
}
.wb_le {
    line-height: 42px;
    color: #666;
    font-weight: 100;
}
.wb_ri {
}
.lb {
}
.wb_ri li {
    color: #666;
    list-style: none;
}
.wb_ri li+li {
    margin-left: 18px;
}
.wb_ri li a {
    line-height: 42px;
    color: #666;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 18px;
}
.wb_ri li a:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    margin-top: -8px;
    width: 1px;
    height: 16px;
    background: #ddd;
}
.wb_ri li a i {
    margin-right: 7px;
}
.wb_ri li a .xl {
    background: #eee;
    position: absolute;
    top: 43px;
    padding: 10px;
    transform-origin: top;
    transform: rotateX(90deg);
    transition: all 0.5s;
    right: -14px;
    z-index: 2;
}
.wb_ri li a .xl img {
    width: 117px;
}
.wb_ri li a:hover {
    color: #c79f62;
}
.wb_ri li a:hover .xl {
    transform: rotateX(0deg);
}
.wb_ri li a em {
    font-size: 18px;
    font-family: din;
    color: #fd9313;
    font-weight: bold;
}
.wb_ri li:last-child a {
    padding-right: 0;
}
.wb_ri li:last-child a i {
}
.wb_ri li:last-child a:after {
    display: none;
}
.df {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.h_adw {
    height: 127px;
    padding: 0 5%;
}
.logo {
    display: flex;
    align-items: center;
}
.logo a {width: 6.7708vw;}
.lg {
    display: flex;
    align-items: center;
}
.lg b {
    display: block;
    font-size: 20px;
    color: #fd9313;
}
.lg em {
    font-size: 14px;
    color: #999;
   
    margin-top: 15px;
     letter-spacing:1.7px
}
.lg>div {
    margin-left: 14px;
}
.logo i {
    width: 1px;
    height: 66px;
    background: rgba(0,0,0,0.1);
    display: block;
    margin: 0 30px;
}
.logo p {
}
.logo p b {
    font-size: 30px;
    font-family: "思源黑体 CN";
    display: inline-block;
}
.logo p b strong {
    font-family: Impact;
    font-size: 48px;
    line-height: 38px;
    display: inline-block;
    color: #fd9313;
}
.logo p span {
    font-size: 16px;
    display: block;
    font-weight: 100;
    color: #777;
    margin-top: 12px;
}
.logo img {
width: 100%;
}
.nav {
    width: 60%;
    position: relative;
}
.nav>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 127px;
}
.nav>ul>li {
    transition: 0.4s;
    display: block;
    height: 127px;
}
.nav > ul > li > a {
    color: #222;
    font-size: 16px;
    transition: 0.4s;
    line-height: 127px;
}
.nav>ul>li:after {
    width: 100%;
    height: 3px;
    transform: scale(0);
    background: #fd9313;
    content: '';
    display: block;
    margin-top: -3px;
}
.nav>ul>li+li {
}
.nav>ul>li a em {
    font-size: 0;
    margin-right: 5px;
    transition: 0.3s;
    opacity: 0;
    display: inline-block;
    line-height: 177px;
}
.nav .cur {
    transition: 0.4s;
}
.nav .cur > a, .nav > ul > li:hover > a {
    transition: 0.4s;
    color: #fd9313;
}
.nav .cur:after, .nav>ul>li:hover:after {
    transform: scale(1);
    transition: 1s;
}
/*下拉*/
.nav>ul>li>dl {
    position: absolute;
    width: 100%;
    display: block;
    z-index: 10000;
    background: #fff;
    left: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    top: 180px;
    padding: 40px;
}
.nav>ul>li>dl>dd {
    display: block;
    overflow: hidden;
    margin: auto;
}
.xl_bt {
    width: 100%;
    border-bottom: 1px #eee solid;
    padding-bottom: 40px;
    overflow: hidden;
}
.xl_bt p {
    font-size: 30px;
    color: #333;
    float: left;
    font-weight: bold;
    line-height: 40px;
}
.xl_bt a {
    width: 120px;
    height: 40px;
    background: #e79722;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: block;
    float: right;
    line-height: 40px;
}
.fl_box {
    width: 100%;
    overflow: hidden;
}
.fl_box li {
    width: calc( (100% - 40px)/5);
    float: left;
    margin-top: 25px;
    list-style: none;
}
.fl_box li+li {
    margin-left: 10px;
}
.fl_box li a {
    font-size: 17px;
    color: #666;
    position: relative;
    padding-left: 20px;
    text-align: left;
    line-height: 20px;
    display: block;
}
.fl_box li a:hover {
    color: #e79722;
}
.fl_box li a:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px #949494 solid;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
}
.fl_box li a:hover:before {
    border-color: #e79722;
}
.fl_box li:nth-child(6) {
    margin-left: 0
}
.fl_box li dt {
    margin-top: 5px;
    padding-left: 20px;
}
.fl_box li dt a {
    font-size: 15px;
    color: #999;
}
.fl_box li dt a:before {
    border-color: #a9a9a9;
}
.re {
    width: 100%;
    overflow: hideen;
    margin-top: 30px;
}
.re .rbt {
    font-size: 30px;
    color: #333;
    float: left;
    font-weight: bold;
    border-left: 5px #00 solid;
    border-left: 5px #e79722 solid;
    padding-left: 10px;
    margin-bottom: 30px;
}
.re .t_box {
    width: 100%;
    overflow: hidden;
}
.t_box>.progdwz2021 li {
    float: left;
    width: calc((100% - 30px)/4);
    border-radius: 15px;
}
.t_box>.progdwz2021 li img {
    width: 100%;
    height: auto;
    border: 1px #eee solid;
}
.t_box>.progdwz2021 li+li {
    margin-left: 10px;
}
.t_box>.progdwz2021 li a {
    line-height: 40px;
}
.t_box>.progdwz2021 li span {
    display: block;
    text-align: center;
}
.re .t_box>.news_div>.news_div_item {
    float: left;
    width: calc((100% - 20px)/2);
    text-align: left;
    border: 1px #eee solid;
    margin-bottom: 20px;
    box-shadow: 0 0 5px #eee;
    padding: 20px;
}
.re .t_box>.news_div>.news_div_item+.news_div_item {
    margin-left: 20px;
}
.re .t_box>.news_div>.news_div_item:nth-child(3) {
    margin-left: 0;
}
.re .t_box .news_div_item_a {
    font-size: 16px;
    line-height: 35px;
    color: #e79722;
    font-weight: bold;
}
.re .t_box .news_div_item_body {
    font-size: 14px;
    line-height: 23px;
    color: #666;
}
.news_div_item_date {
    display: flex;
}
.news_div_item_year, .news_div_item_month, .news_div_item_day {
    color: #666;
    font-size: 16px;
}
.nav>ul>li:hover>dl {
    opacity: 1;
    visibility: visible;
    top: 128px;
}
.com_bo {
    width: 100%;
    color: #666;
    line-height: 25px;
    overflow: hidden;
    text-align: left;
}
.fl_box ul {
    display: flex;
    flex-flow: wrap;
}
.fl_box li a {
    font-size: 17px;
    color: #666;
    position: relative;
    padding-left: 20px;
    text-align: left;
    line-height: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**/
@media screen and (max-width: 1700px) {
.h_adw, .wel {
    padding: 0 2%;
}
}

@media screen and (max-width: 1600px) {
.lg b {
    font-size: 26px;
}
.lg em {
    font-size: 14px;
}
.logo i {
    margin: 0 15px;
}
.logo p b {
    font-size: 24px;
}
.logo p b strong {
    font-size: 40px;
}
.logo p span {
    font-size: 13px;
}
.nav {
    width: 60%
}
}
/*banner*/
.bann {
    overflow: hidden;
}
.slider {
    width: 100%;
}
.slick-slide {
    height: auto;
}
.slick-slide img {
    width: 100%;
}
.slick-prev {
    left: 10%;
    z-index: 99;
}
.slick-next {
    right: 10%;
}
.bann>button {
    display: none!important;
}
.ban_bc {
    width: 100%;
    position: relative;
}
.slick-dotted.slick-slider {
    margin-bottom: 0!important;
}
.bann_num>span {
    font-size: 30px;
    color: #fff;
    display: block;
    z-index: 999;
    cursor: pointer;
}
.bann_num>.ban_prev {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: rotate(180deg);
}
.bann_num>.ban_next {
    position: absolute;
    top: 50%;
    right: 40px;
}
.ban_dot {
    position: absolute;
    bottom: 46px;
    left: 50%;
    display: flex;
    margin-left: -33px;
}
.ban_dot li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #fff;
}
.ban_dot li+li {
    margin-left: 12px;
}
.ban_dot li button {
    display: none;
}
.ban_dot li.slick-active {
    background: #fd9313;
}
/*search*/
#search {
    height: 100px;
    position: relative;
}
.box {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.search_tel {
}
.search_tel em {
    font-size: 49px;
    color: #fff;
}
.search_tel p {
    margin-left: 22px;
    color: #fff;
}
.search_tel p b {
    font-size: 16px;
    display: block;
}
.search_tel p i {
    font-size: 32px;
    font-family: Impact;
    line-height: 27px;
    margin-top: 15px;
}
.search_l {
    height: 100px;
    line-height: 100px;
    display: flex;
    align-items: center;
}
.search_l em {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #fd9313;
}
.search_l span {
    font-size: 14px;
    margin-left: 13px;
}
.search_l a {
    font-size: 14px;
    height: 100px;
    line-height: 100px;
}
.search_l a:hover {
}
.search_form {
    height: 100px;
}
.search_r {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    border-left: 1px solid #ddd;
    background: #fff;
}
.search_r em {
    font-size: 44px;
    width: 36px;
    margin-right: 19px;
    margin-left: 24px;
}
.z {
    width: 100px;
    height: 100px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fd9313;
}
input {
    border: none;
}
/*应言*/
.g-guide {
    background: url(../image/20211203105221_1560425944.jpg) no-repeat center top;
    height: 912px;
    padding-top: 80px;
    font-family: "Microsoft Yahei";
}
.guide {
    height: 660px;
}
.guide dt {
    width: 563px;
    height: 320px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.guide dl dt i {
    width: 41px;
    height: 41px;
    display: block;
    background: url(../image/20211203105313_1679416156.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20.5px;
    margin-top: -20.5px;
    z-index: 1;
}
.guide dt img {
    width: 100%;
    display: block;
}
.guide dd {
    height: 192px;
}
.guide dd h3 {
    font-size: 44px;
    color: #393c42;
    text-align: center;
    height: 100px;
}
.guide dd em {
    display: block;
    font-size: 22px;
    color: #393c42;
    font-weight: normal;
    margin-top: 12px;
}
.guide dd p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: center;
}
.digital {
    position: relative;
    display: flex;
}
.digital li {
    height: 82px;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #d8d8d8;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.digital li em {
    position: relative;
}
.digital li em b {
    margin-left: 0px;
    font-size: 60px;
    color: #29292b;
    font-family: "Myriad Pro", "Arial";
    font-weight: normal;
    height: 55px;
    line-height: 55px;
}
.digital li em i {
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    text-align: center;
    width: 23px;
    line-height: 23px;
    height: 23px;
    display: block;
    text-transform: uppercase;
    font-family: "Arial";
    position: absolute;
    bottom: 8px;
    right: 0px;
    background: #fd9313;
    display: block;
    border-radius: 100%;
}
.digital li h4 {
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    line-height: 30px;
}
.digital li:nth-child(1) {
}
.digital li:nth-child(1) em {
    width: 95px;
}
.digital li:nth-child(2) {
}
.digital li:nth-child(2) em {
    width: 95px;
}
.digital li:nth-child(3) {
}
.digital li:nth-child(3) em {
    width:130px;
}
.digital li:nth-child(4) {
}
.digital li:nth-child(4) em {
    width: 160px;
}
.digital li:nth-child(5) {
    border-right: 0;
}
.digital li:nth-child(5) em {
    width: 160px;
}
/*all_tit*/
.all_tit i {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 72px;
    position: relative;
    margin-top: -56px;
    color: #e2e4e5;
    z-index: 2;
}
.all_tit {
    text-align: center;
    margin-bottom: 50px;
}
.all_tit p {
    font-size: 42px;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}
.all_tit p i {
    width: 42px;
    height: 42px;
}
.all_tit p i.one {
    margin-right: 20px;
    animation: allTit0 3s linear infinite;
}
.all_tit p i.two {
    margin-left: 20px;
    animation: allTitt 3s linear infinite;
}
.all_tit p b {
    color: #fd9313;
}
.all_tit span {
    display: block;
    font-size: 18px;
    margin-top: 5px;
    color: #666;
    letter-spacing: 1px;
    font-weight: normal;
}
 @keyframes allTit0 {
 0% {
transform:rotate(0)
}
 100% {
transform:rotate(360deg)
}
}
@keyframes allTitt {
 0% {
transform:rotate(0)
}
 100% {
transform:rotate(-360deg)
}
}
/*products*/
.pro_bg {
    width: 100%;
    padding: 100px 0;
    background: linear-gradient(180deg, #f9f9f9, #f5f5f5);
}
.pro_le {
    width: 23.6%;
    background: #fd9313;
    padding: 0 6px;
    box-sizing: border-box;
}
.prl_tit {
    text-align: center;
    padding: 40px 0;
}
.prl_tit p {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
.prl_tit em {
    font-style: normal;
    display: block;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-top: 10px;
    margin-bottom: 12px;
}
.prl_tit i {
    width: 36px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 0 auto;
}
.pro_btm {
    display: flex;
    justify-content: space-between;
}
.prl_list {
    background: #fff;
}
.prl_list .prolist2021 {
}
.prl_list .prolist2021 ul {
}
.prl_list .prolist2021 li {
    height: 62px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
.prl_list .prolist2021 li:before {
    content: '\e652';
    font-size: 16px;
    font-family: 'iconfont';
    color: #666;
    position: absolute;
    left: 56px;
    top: calc(50% - 8px);
    line-height: 100%;
}
.prl_list .prolist2021 li:hover:before {
    color: #fd9313;
}
.prl_list .prolist2021 li>a {
    display: block;
    line-height: 62px;
    padding-left: 88px;
    position: relative;
    font-size: 16px;
}
.prl_list .prolist2021 li:hover>a {
    color: #fd9313;
    font-weight: bold;
}
.prl_list .prolist2021 li dl {
    background: #f4f4f4;
    position: absolute;
    top: 0;
    right: -200px;
    width: 200px;
    border-left: 1px solid #eee;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transition: all 0.5s;
}
.prl_list .prolist2021 li:hover dl {
    opacity: 1;
    visibility: visible;
}
.prl_list .prolist2021 li dt {
    height: 42px;
    border-bottom: 1px solid #eee;
    transition: all 0.5s;
}
.prl_list .prolist2021 li dt:hover {
    background: #fd9313;
}
.prl_list .prolist2021 li dt a {
    display: block;
    line-height: 42px;
    text-align: center;
}
.prl_list .prolist2021 li dt:hover a {
    color: #fff;
}
.prl_tel {
    color: #fff;
    padding: 38px 0 0;
    display: flex;
    justify-content: center;
}
.prlt_box {
}
.prlt_box p {
    text-align: center;
}
.prlt_box p img {
    width: 165px;
    padding: 6px;
    background: #fff;
}
.prlt_box p i {
    font-size: 22px;
    color: #fff;
    margin-right: 8px;
}
.prlt_box p span {
    font-size: 16px;
    color: #fff;
}
.prlt_box em {
    font-size: 16px;
    color: #fff;
    margin-top: 8px;
}
.prlt_box em+em {
    letter-spacing: 0;
    margin-top: 6px;
}
.pro_rc {
    width: 74.5%;
}
.pro_rc ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro_rc ul img {
    width: 100%;
    height: auto;
}
.pro_rc ul li {
    width: 32%;
    background: #fff;
    transition: all .3s;
    overflow: hidden;
}
.pro_rc ul span a {
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    background: #fff;
    padding-left: 24px;
    color: #000;
    position: relative;
    transition: all .3s;
}
.pro_rc ul span a:after {
    position: absolute;
    content: "\e614";
    font-family: "iconfont";
    font-size: 14px;
    right: 24px;
    width: 31px;
    height: 31px;
    border-radius: 100%;
    line-height: 31px;
    text-align: center;
    transition: all .3s;
    top: 50%;
    margin-top: -14px;
}
.pro_rc ul li:nth-child(n+4) {
    margin-top: 24px;
}
.pro_rc li:hover span a {
    background: #fd9313;
    color: #fff;
}
.pro_rc li:hover span a:after {
    color: #fff;
    background: #fff;
    color: #fd9313;
}
.pro_rc ul li br {
    display: none;
}
.pro_rc ul li>a {
    display: block;
    position: relative;
    padding: 6px;
}
.pro_rc ul li:hover {
    background: #fd9313;
}
.pro_rc ul li>a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(253, 147, 19, 0.6);
    top: -100%;
    left: 0;
    transition: all .5s;
}
.pro_rc ul li:hover>a:after {
    top: 0;
}
.pro_rc ul li>a:before {
    position: absolute;
    content: "\e652";
    font-family: "iconfont";
    font-size: 32px;
    color: #fff;
    z-index: 2;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 4px solid rgba(255,255,255,0.3);
    line-height: 70px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    transform: scale(0);
    transition: all .5s;
}
.pro_rc ul li:hover>a:before {
    transform: scale(1);
}
/*特点*/
.td_bc {
    padding: 100px 0;
}
.td_c {
}
.td_rc {
}
.td_rc ul {
    display: flex;
    justify-content: space-between;
}
.td_rc ul li {
    width: 19%;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    padding: 5% 2%;
    border-radius: 30px 0 30px 0;
    box-shadow: inset 0 0 20px 1px rgb(0 0 0 / 0.02);
    border: 5px solid #f8f8f8;
}
.td_rc li em{
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.td_rc li svg {
    font-size: 70px;
    transition: all .3s;
}
.td_rc li:nth-child(2) svg{
    font-size: 65px;
}
.td_rc li:nth-child(5) svg{
    font-size: 95px;
}

.td_rc li h3 {
    font-size: 24px;
    color: #333;
    line-height: 36px;
    text-align: center;
    font-weight: normal;
}
.td_rc li p {
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    margin-top: 20px;
}
.td_rc ul li+li {
}
.td_rc ul li:hover,.td_rc ul li.cur{
   transform: translateY(-10px);
   border-radius: 0;
   background: #fff;
   border: 5px solid #fd9313;
}
.td_rc li:hover svg,.td_rc ul li.cur svg {
    transform: rotateY(360deg);
}
/*sup*/
.ys {
    padding: 100px 0 0;
    background: #f9f9f9;
}
.ys_con {
    height: 700px;
}
.ys_con li {
    float: left;
    width: 15.6%;
    height: 700px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    margin-right: 0.533%;
}
.ys_con li:last-child {
    margin-right: 0;
}
.ys_con li .hv {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    text-align: center;
}
.ys_con li .hv em {
    display: block;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    font-family: Arial;
    margin: 100px 0 280px;
}
.ys_con li .hv img {
    display: block;
    margin: 0 auto 35px;
}
.ys_con li .hv h3 {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}
.ys_con li .hv span {
    color: #fff;
    font-size: 46px;
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: #fd9313;
    border-radius: 100%;
    position: relative;
    z-index: 2;
}
.ys_con li .hv p {
    width: 98px;
    height: 98px;
    border-radius: 100%;
    background: rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 35px;
}
.ys_con li .hv h3 i {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    opacity: 0.5;
    text-transform: uppercase;
    font-weight: normal;
}
.ys_txt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -160px;
    height: 160px;
    background: rgba(253, 147, 19, 0.85);
    padding: 0 2.604vw;
    transition: all 0.5s;
}
.ys_txt h3 {
    float: left;
    padding-right: 1.823vw;
    position: relative;
    height: 72px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 1.823vw;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    font-weight: normal;
    margin-top: 44px;
    margin-bottom: 30px;
}
.ys_txt h3 b {
    display: block;
    font-size: 26px;
    line-height: 38px;
    padding-bottom: 12px;
    color: #fff;
}
.ys_txt p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    opacity: 0.85;
    padding-top: 36px;
}
.ys_con li.cur {
    width: 51.6%;
}
.ys_con li.cur .hv {
    display: none;
}
.ys_con li.cur .ys_txt {
    bottom: 0;
}

@media screen and (max-width:1440px) {
.ys_con li .hv h3 {
    font-size: 22px;
}
.ys_txt h3 {
    font-size: 15px;
}
.ys_txt h3 b {
    font-size: 24px;
}
.ys_txt p {
    line-height: 24px;
}
}
/*case*/
.cas_ic>div {
    display: flex;
}
.cas_ic .divdgweb_new_div_item {
    flex-shrink: 0;
    width: 1333px;
    position: relative;
    display: flex;
    flex-flow: column-reverse;
    margin: 0 0.2%;
    opacity: 0.1;
}
.divdgweb_new_div_item.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
}
img.news_div_item_image {
    width: 100%;
}
.cas_num {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 5%;
    left: 20%;
}
.cas_ic .divdgweb_new_div_item_content {
    background: #fd9313;
    width: 65%;
    height: 260px;
    padding: 50px 60px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
}
.cas_ic .divdgweb_new_div_item.slick-active .divdgweb_new_div_item_content {
    opacity: 1;
    bottom: -130px;
    visibility: visible;
}
.cas_ic .divdgweb_new_div_item_a {
    color: #fff;
    font-size: 26px;
    position: relative;
}
.cas_ic .divdgweb_new_div_item_body {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin: 16px 0 38px;
    height: 56px;
    overflow: hidden;
}
.cas_ic .divdgweb_new_div_item_a:before {
    position: absolute;
    content: "了解更多";
    font-size: 18px;
    top: 137px;
    left: 0;
}
.cas_ic .divdgweb_new_div_item_a:after {
    position: absolute;
    content: "\e62a";
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 100%;
    color: #fd9313;
    font-family: "iconfont";
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    left: 82px;
    top: 139px;
}
.case_bc {
    padding: 100px 0;
    overflow: hidden;
}
.cas_ic .slick-track {
    padding-bottom: 130px;
}
.cas_num span, .cas_num span i {
    font-size: 16px;
}
.cas_num span i {
    display: inline-block;
}
.cas_num em {
    width: 210px;
    background: #ccc;
    height: 1px;
    margin: 0 25px;
}
.cas_num em i {
    width: 25%;
    background: #333;
    height: 2px;
    margin-top: -1px;
    transition: all .3s;
}
.cas_c {
    position: relative;
}
.cas_c .slick-prev:before,.cas_c .slick-next:before {
    font-family: "iconfont";
    content: "\e63a";
    font-size: 50px;
    color: #fd9313;
}
.cas_c .slick-prev{
    left: 10%;
    z-index: 100;
}
.cas_c .slick-next{
    right: 10%;
    z-index: 100;
}
.cas_c .slick-prev {
    transform: rotate(180deg)
}
 