﻿@charset "utf-8";

/*产品分类*/
.djac_product {
    margin: 30px auto;
    position: relative;
    height: 500px;
}

.djac_product:after {
    content: '';
    height: 260px;
    background: #d8170f;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1
}

.djac_product_con {
    display: flex;
}

.djac_product_con .hd {
    width: 50%
}

.djac_product_con .hd p {
    width: 70%;
    font-size: 14px;
    line-height: 35px;
}

.djac_product_con .hd ul {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 50px
}

.djac_product_con .hd ul li {
    width: 40%;
}

.djac_product_con .hd ul a {
    text-align: left;
    color: #fff;
    display: block;
    line-height: 40px;
    text-indent: 10px;
    display: block;
    font-size: 14px;
}

.djac_product_con .hd ul a:hover {
    background: #fff;
    text-align: left;
    color: #333;
}

.djac_product_con .hd .on a {
    background: #fff;
    text-align: left;
    color: #333;
}

.djac_product_con .bd {
    width: 50%;
    z-index: 9;
    position: relative;
}



.djac_product_con .bd li img {
    width: 500px;
    height: 415px
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.djac_product_con .prev,
.djac_product_con .next {
    position: absolute;
    left: -12%;
    top: 55%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 99
}

.djac_product_con .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.djac_product_con .prev:hover,
.djac_product_con .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.djac_product_con .prevStop {
    display: none;
}

.djac_product_con .nextStop {
    display: none;
}

/*产品展示*/
.djac_pro {
    margin: 30px auto;
    position: relative;
    height: 500px;
}

.djac_pro_con {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.djac_pro_con dl {
    border: 1px solid #efefef;
    width: 32.33333%;
    margin-right: 1%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    position: relative;
}

.djac_pro_con dl:last-child {
    margin-right: none
}

.djac_pro_con dl img {
    width: 90%;
}

.djac_pro_con dl dt {
    display: none;
}

.djac_pro_con dl dd {
    display: none;
}

.djac_pro_con dl:hover:before {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.djac_pro_con dl:hover dt {
    display: block;
    position: absolute;
    top: 100px;
    left: 0px;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}

.djac_pro_con dl:hover dd {
    display: block;
    background: url(../images/more.png);
    width: 43px;
    height: 43px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -22px
}

/*解决方案*/
.djac_solution {
    background: #f9f9f9;
}


.djac_solution_con {
    display: flex;
    flex-direction: column;

    position: relative;
}

.djac_solution_con .hd {
    width: 100%;
    position: relative;
}


.djac_solution_con .hd ul {
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    top: 70px;
    right: 0;
    width: 80%
}

.djac_solution_con .hd ul li {}

.djac_solution_con .hd ul a {
    text-align: left;
    color: #333;
    display: block;
    line-height: 40px;
    padding: 0 10px;
    display: block;
    font-size: 14px;
}

.djac_solution_con .hd ul a:hover {
    background: #d8170f;
    text-align: left;
    color: #fff;
}

.djac_solution_con .hd ul .on a {
    background: #d8170f;
    text-align: left;
    color: #fff;
}

.djac_solution_con .bd {
    width: 100%;
    z-index: 9;
    position: relative;
}

.djac_solution_con .bd .left {
    float: left;
    width: 400px;
    position: absolute;
}

.djac_solution_con .bd .left em {
    width: 400px;
    height: 320px;
    ;
    border: 1px solid #efefef;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 98
}

.djac_solution_con .bd .left dl {
    width: 400px;
    height: 320px;
    position: relative;
    background: #d9221a;
    z-index: 99;
    box-sizing: border-box;
    padding: 30px;
    color: #fff
}

.djac_solution_con .bd .left dl dt {
    font-size: 30px;
    line-height: 60px;
    background: url(../images/dl_t.png) right no-repeat;
}

.djac_solution_con .bd .left dl dd {
    font-size: 14px;
    line-height: 30px;
}

.djac_solution_con .bd .right {
    width: 845px;
    height: 400px;
    float: right;
    position: relative;
    margin-top: 50px
}

.djac_solution_con .bd .right img {
    width: 100%;
    min-height: 400px
}


/* 下面是前/后按钮代码，如果不需要删除即可 */
.djac_solution_con .prev,
.djac_solution_con .next {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 99;
    background: #333;
    font-size: 30px;
    font-family: 'KaiTi';
    color: #fff;
    text-align: center;
    bottom: 30px;
    left: 240px;
    line-height: 50px
}

.djac_solution_con .prev:hover,
.djac_solution_con .next:hover {
    background: #d9221a;
}


.djac_solution_con .next {
    bottom: 30px;
    left: 295px;
    background-position: 8px 5px;
}

.djac_solution_con .prev:hover,
.djac_solution_con .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.djac_solution_con .prevStop {
    display: none;
}

.djac_solution_con .nextStop {
    display: none;
}


/*公司简介*/
.djac_about {
    height: 505px;
    position: relative;
    width: 100%;
    margin: 40px auto
}

.djac_about .left{position: absolute;left: 50%; margin-left: -960px}


.djac_about .right{ width: 555px; position: absolute; left: 50%; }

.djac_about .right dl{width: 25%; float: left;text-align: center; }
.djac_about .right dl dt{font-size:36px; font-family: 'Impact';color: #d8170f;position: relative;}
.djac_about .right dl dt em{font-style: normal;font-size: 14px; position: absolute; top: 0; margin-left:10px;font-family: 'Microsoft Yahei'; font-weight: bold;color: #666}
.djac_about .right dl dd{line-height: 50px}

.djac_about p {
    font-size: 14px;
    line-height: 35px;
    text-indent: 30px;
    text-align: left;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
overflow: hidden;
}


.djac_about a {
    padding: 10px 45px;
    color: #333;
    border: 1px solid #999999;
}

.djac_about a:hover {
    background: #d8170f;
    color: #fff;
    border: none;
}



/*新闻资讯*/
.djac_news {
}

.djac_news_con {
    display: flex;
    flex-direction: column;
    position: relative;
}

.djac_news_con .hd {
    width: 100%;
    position: relative;
}


.djac_news_con .hd ul {
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    top: -70px;
    right: 0;
    width: 80%
}

.djac_news_con .hd ul li {}

.djac_news_con .hd ul a {
    text-align: left;
    color: #333;
    display: block;
    line-height: 40px;
    padding: 0 20px;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.djac_news_con .hd ul a:hover {
    background: #d8170f;
    text-align: left;
    color: #fff;
}

.djac_news_con .hd ul .on a {
    background: #d8170f;
    text-align: left;
    color: #fff;
}


.djac_news_con .bd {
    width: 100%;

}

.djac_news_con .bd ul {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

.djac_news_con .bd .left {
    width: 575px;
    position: relative;
    box-sizing: border-box;
    float: left;
}

.djac_news_con .bd .left img {
    width: 575px;
    height: 245px;
    z-index: 1;
    position: relative;
    display: block;
    margin: 0 0 40px 0
}

.djac_news_con .bd .left .fl {
    border-right: 1px solid #ccc;
    width: 100px;
    font-size: 18px;
    text-align: right;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    height: 200px
}

.djac_news_con .bd .left .fl b {
    font-size: 14px;
    display: block;
}

.djac_news_con .bd .left .fr {
    width: 475px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.djac_news_con .bd .left .fr .t {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
    display: block;
    position: relative;
}

.djac_news_con .bd .left .fr .t:before {
    content: '';
    width: 1px;
    height: 40px;
    background: #d9221a;
    position: absolute;
    display: inline-block;
    left: -21px
}

.djac_news_con .bd .left .fr .t:hover {
    color: #d9221a
}

.djac_news_con .bd .left .fr p {
    line-height: 30px;
    font-size: 14px;
}

.djac_news_con .bd .left .fr .more {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    color: #333;
    padding: 0 30px;
    border-top: 1px solid #ccc;
    display: inline-block;
    margin: 20px 0 0 0
}


.djac_news_con .bd .right {
    width: 580px;
    margin: 0 0 0 20px;
    float: right;
    text-align: left
}

.djac_news_con .bd .right li {
    width: 100%;
    height: 160px
}

.djac_news_con .bd .right .fl {
    border-right: 1px solid #ccc;
    width: 100px;
    font-size: 18px;
    text-align: right;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    height: 160px
}

.djac_news_con .bd .right .fl b {
    font-size: 14px;
    display: block;
}

.djac_news_con .bd .right .fr {
    width: 475px;
    padding: 0 0 20px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc
}

.djac_news_con .bd .right .fr .t {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
    display: block;
    position: relative;
}

.djac_news_con .bd .right .fr .t:before {
    content: '';
    width: 1px;
    height: 40px;
    background: #d9221a;
    position: absolute;
    display: inline-block;
    left: -26px
}

.djac_news_con .bd .right .fr .t:hover {
    color: #d9221a
}

.djac_news_con .bd .right .fr p {
    line-height: 30px;
    font-size: 14px;
}

/*合作伙伴*/
.djac_partners {
    overflow: hidden;
    position: relative;
    margin: 30px auto;
    width: 1200px
}


.djac_partners .bd {
    padding: 10px;
}

.djac_partners .bd ul {
    overflow: hidden;
    zoom: 1;
}

.djac_partners .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.djac_partners .bd ul li .pic {
    text-align: center;
}

.djac_partners .bd ul li .pic img {
    width: 200px;
    height: 80px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.djac_partners .bd ul li .pic a:hover img {
    border-color: #999;
}

.djac_partners .bd ul li .title {
    line-height: 24px;
}