/*标签样式初始化*/

div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}

em {
    font-style: normal;
    font-family: Arial;
}
*{margin:0px;padding:0px;}
h1,h2,h3,h4{font-weight:normal;font-size:14px;}
/*公共样式部分*/

body {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
}

#copy {
    display: none;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #23247f;
    text-decoration: none;
    border-bottom-style:
}

.page {
    margin: 0 auto;
    width: 1300px;
}

.bg {
    width: 100%;
    min-width: 1300px;
}

.box {
    width: 94%;
    min-width: 1300px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*左右浮动清除*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}


/*间隙*/

.top10 {
    padding-top: 10px;
}

.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top40 {
    padding-top: 40px;
}

.top50 {
    padding-top: 50px;
}

.top60 {
    padding-top: 60px;
}

.top70 {
    padding-top: 70px;
}

.top80 {
    padding-top: 80px;
}

.top90 {
    padding-top: 90px;
}

.top100 {
    padding-top: 100px;
}


/*英文样式*/

.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}


/*公共标题样式*/

.t {
    text-align: center;
}

.t p {
    font-size: 40px;
    color: #222;
    font-weight: bold;
}

.t em {
    font-style: normal;
    font-weight: normal;
}

.t p b {
    color: #23247f;
}

.t span {
    font-size: 18px;
    line-height: 70px;
    color: #999;
}

@-webkit-keyframes test {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes mymove {
    0% {
        top: 0px;
    }
    50% {
        top: 30px;
    }
    100% {
        top: 0px;
    }
}

@-webkit-keyframes mymove
/* Safari and Chrome */

{
    0% {
        top: 0px;
    }
    50% {
        top: 30px;
    }
    100% {
        top: 0px;
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes warn {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

@keyframes warn {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes warn1 {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}

@keyframes warn1 {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}

@-webkit-keyframes "warn" {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}


/*抬头*/

.head {
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #999;
    height: 40px;
    line-height: 40px;
}

.head .fr a {
    color: #999;
}

.head .fr a {
    display: inline-block;
    padding-left: 50px;
    background: url(https://memberpic.114my.com.cn/dgsfct/uploadfile/image/20200616/20200616203624_636453989.png) no-repeat 2px 5px;
    transition: 0.3s all ease-in-out;
    font-size: 13px;
    line-height: 42px;
    padding-right: 15px;
    cursor: pointer;
    position: relative;
    color: #666;
    border-left: #eee 1px solid;
}

.head .fr .wx {
    background-position: 10px 5px;
}

.head .fr .sj {
    background-position: -105px 5px;
}

.head .fr .dz {
    background-position: -218px 5px;
}

.head .fr .wx .wxewm,
.head .fr .sj .wxewm {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 42px;
    z-index: 2;
    left: 0;
    display: none;
}

.wxewm img {
    width: 120px;
}

.head .fr .wx:hover .wxewm,
.head .fr .sj:hover .wxewm {
    display: block;
}

.head .fr a:hover,
.head .fr strong:hover {
    background-position-y: -30px;
    color: #fff;
    background-color: #b23831;
}

.logo {
    margin-top: 18px;
}

.ggy {
    margin: 18px 0 0px 18px;
}

.ggy b {
    color: #b33c35;
}

.ggy p {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 11px;
}

.ggy span {
    font-size: 18px;
    color: #666;
}

.call {
    position: relative;
    margin-top: 3px;
}

.call p {
    font-size: 25px;
    color: #23247f;
    font-weight: bold;
    font-family: Arial;
    line-height: 27px;
}

.call i {
    background: url(https://memberpic.114my.com.cn/dgsfct/uploadfile/image/20200616/20200616202231_1786225755.png)no-repeat;
    position: absolute;
    width: 60px;
    height: 68px;
    left: -72px;
    top: 8px;
}


/*导航*/

.nav_bg {
    background: #23247f;
    width: 100%;
    min-width: 1300px;
    height: 80px;
}

.nav {
    width: 1300px;
    margin: 0 auto;
}

.nav li {
    position: relative;
    float: left;
}

.nav li a {
    width: 162px;
    height: 61px;
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 19px 0 0 0px;
    text-align: center;
    z-index: 3333;
    position: relative;
}

.nav li em {
    font-size: 13px;
    font-family: Arial;
    opacity: 0.4;
    line-height: 20px;
}

.navcurrent {
    background: #b23831;
    color: #fff;
}

.nav ul li:after,
.nav ul li:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0px;
    background: #b23831;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 2222;
}

.nav ul li.navcurrent:after,
.nav ul li:hover:after {
    height: 100%;
}


/*导航下拉*/

.nav li .sedNav {
    width: 300px;
    padding: 30px;
    border: 3px #fff solid;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    top: 100%;
    z-index: 99;
    display: none;
}

.nav li .sedNav p {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    padding-bottom: 8px;
}

.nav li .sedNav span {
    font-size: 12px !important;
}

.nav li .sedNav span:after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background: #23247f;
    margin-top: 20px;
}

.nav li .sedNav a {
      display: block;
    border: 1px #ccc solid;
    margin-bottom: 14px;
    width: 140px;
    color: #333;
    font-size: 13px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    padding-top: 0px !important;
}

.nav li .sedNav a:hover {
    color: #fff;
    background-color: #23247f;
}

.nav li .nav2 {
    width: 250%;
}

.nav li .nav2 a {
    width: 50%;
    float: left;
}

.nav li#Zz8 .sedNav,
.nav li#Zz9 .sedNav {
    left: -246px;
}


/*幻灯片*/

.focus {
    width: 100%;
    min-width: 1300px;
    height: 600px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.focus ul {
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.focus ul li {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.focus ul li div {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.focus .btnBg {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
    display: none;
}

.focus .btn {
    position: absolute;
    width: 952px;
    height: 23px;
    margin-left: -480px;
    left: 50%;
    bottom: 15px;
    text-align: center;
}

.focus .btn span {
    font-size: 0;
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 10px;
    height: 10px;
    text-align: center;
    _font-size: 0;
    margin-left: 16px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
}

.focus .btn span.on {
    background: #b33c35;
}

.focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 265px;
    background: url(https://memberpic.114my.com.cn/dgsfct/uploadfile/image/20200619/20200619150235_2126985950.png) no-repeat 0 0;
    cursor: pointer;
}

.focus .pre {
    left: -45px;
}

.focus .next {
    right: -45px;
    background-position: right top;
}

.focus:hover .pre {
    left: 0px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.focus:hover .next {
    right: 0px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}


/*内页幻灯片*/

.focus_n {
    width: 100%;
    min-width: 1300px;
    height: 400px;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.focus_n ul {
    height: 100%;
    position: absolute;
}

.focus_n ul li {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.focus_n ul li div {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.focus_n .btnBg {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
    display: none;
}

.focus_n .btn {
    position: absolute;
    width: 952px;
    padding-right: 50px;
    height: 23px;
    margin-left: -501px;
    left: 50%;
    bottom: 15px;
    text-align: center;
}

.focus_n .btn span {
    font-size: 0;
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 10px;
    height: 10px;
    text-align: center;
    _font-size: 0;
    margin-left: 16px;
    cursor: pointer;
    background: #666;
    border-radius: 50%;
}

.focus_n .btn span.on {
    background: #c51620;
}

.focus_n .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 110px;
    background: url(https://memberpic.114my.com.cn/dgsfct/uploadfile/image/20200619/20200619150306_1954912631.png) no-repeat 0 0;
    cursor: pointer;
    display: none;
}

.focus_n .pre {
    left: 0;
}

.focus_n .next {
    right: 0;
    background-position: right top;
}


/*搜索*/

.search_nbg {
    width: 100%;
    min-width: 1300px;
    height: 80px;
    margin: 0 auto;
    position: absolute;
    top: 575px;
    background: #f5f5f5;
}

.search_bg {
    width: 100%;
    min-width: 1300px;
    height: 80px;
    margin: 0 auto;
    background: #f5f5f5;
}

#search {
    color: #999;
    width: 1300px;
    height: 80px;
    margin: 0 auto;
    line-height: 70px;
}

.search_01 i {
    display: block;
    float: left;
    padding-top: 20px;
    margin-right: 14px;
}

.search_01 h1 {
    font-weight: normal;
}

.search_01 {
    float: left;
    width: 850px;
    line-height:80px;
}

.search_01 a {
    font-size: 15px;
    color: #999;
}

.search_01 a:hover {
    color: #262780;
}

.search_02 {
    width: 238px;
    height: 46px;
    float: right;
    margin-top: 18px;
    background: #fff;
    border-radius: 22px;
}

.search-i {
    width: 44px;
    height: 44px;
    background: #23247f;
    border-radius: 22px;
}


/*产品*/

.pro_bg {
    width: 100%;
    height: auto;
    min-width: 1300px;
    margin: 0 0 30px 0;
    height: 883px;
}

.pro_l {}

.pro_z {
    width: 193px;
    height: 80px;
    background: #23247f;
    position: relative;
}

.pro_z a {
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 80px;
    padding-left: 8px;
}

.pro_a {
    float: right;
    margin: 31px 20px 0 0;
    color: #999;
    font-size: 16px;
}

.pro_r a {
    font-size: 16px;
}

.pro_z a:after {
    content: "";
    background: url(https://memberpic.114my.com.cn/dgsfct/uploadfile/image/20200617/20200617095411_433413067.png)no-repeat;
    width: 22px;
    height: 18px;
    display: block;
    position: absolute;
    top: 32px;
    left: 26px;
}

.pro_z a:before {
    content: "";
    background: url(https://memberpic.114my.com.cn/dgsfct/uploadfile/image/20200617/20200617095815_1790958705.png)no-repeat;
    width: 10px;
    height: 14px;
    display: block;
    position: absolute;
    top: 34px;
    right: 30px;
}

.pro_r {
    background: #f5f5f5;
    width: 1107px;
    height: 80px;
}

.pro_r dl {
    padding-left: 20px;
}

.pro_r dl dd {
    float: left;
    font-size: 16px;
    width: 108px;
    line-height: 80px;
    text-align: center;
    margin: 0px 20px;
}

.pro_r dl dd a {
    font-size: 16px;
}

#tablit .on {
    border-bottom: 3px solid #23247f;
}

#tablit .on a {
    color: #23247f;
}

.prod_img {
    position: relative;
    margin-right: 28px;
}

.prod_img p {
    position: absolute;
    top: 70px;
    left: 42px;
    font-size: 26px;
    font-weight: bold;
    color: #222;
}

.prod_img a {
    position: absolute;
    bottom: 40px;
    left: 42px;
    width: 112px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: #222;
    display: block;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.prod_img a:hover {
    width: 150px;
    background: #ff540d;
}

.pro_d .divproduct_new_div_item {
    position: relative;
    float: left;
    width: 380px;
    height: 236px;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.pro_d .divproduct_new_div_item:nth-child(4n) {
    margin-right: 0px;
}

.divproduct_new_div_item_content {
    position: absolute;
    top: 236px;
    left: 0;
    width: 100%;
    height: 67px;
    padding: 20px;
    box-sizing: border-box;
    background: #f5f5f5;
    transition: 0.3s ease-out;
}

.pro_d .divproduct_new_div_item:hover .divproduct_new_div_item_content {
    background: #b23831;
}

.pro_d .divproduct_new_div_item {
    position: relative;
    float: left;
    width: 310px;
    height: 307px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.pro_d .divproduct_new_div_item .product_div_item_pic {
    width: 308px;
    height: 235px;
    overflow: hidden;
    border: 1px solid #eee;
}

.pro_d .divproduct_new_div_item .product_div_item_pic img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-out;
}

.pro_d .divproduct_new_div_item:hover .product_div_item_pic img {
    transform: scale(1.1) translateY(0);
}

.pro_d .divproduct_new_div_item_a {
    font-size: 18px;
    color: #222;
}

.pro_d .divproduct_new_div_item:hover .divproduct_new_div_item_a {
    color: #fff;
}

.pro_d .divproduct_new_div_item_body {
    width: 100%;
    display: none;
}

.pro_d .divproduct_new_div_item .divproduct_new_div_item_title {
    line-height: 27px;
    padding-bottom: 8px;
    transition: 0.2s all ease-in-out;
}


/*产品优势*/

.magnet_bg {
    background: url(https://memberpic.114my.com.cn/dgsfct/uploadfile/image/20200617/20200617115046_1291216314.jpg)no-repeat center;
    width: 100%;
    min-width: 1300px;
    height: 922px;
    position: relative;
}

.magnet_d {
    position: relative;
}

.magnet_d li {
    background: url(https://memberpic.114my.com.cn/dgsfct/uploadfile/image/20200617/20200617112836_549568749.png)no-repeat;
    width: 200px;
    height: 230px;
    float: left;
    text-align: center;
    position: absolute;
}

.magnet_d li em {
    font-size: 22px;
    font-family: Arial;
    text-align: left;
    display: block;
    color: #fff;
    margin-top: 20px;
    padding-left: 87px;
    font-weight: bold;
}

.magnet_d li p {
    margin-top: 55px;
    font-size: 20px;
    color: #23247f;
    font-weight: bold;
}

.magnet_d li span {
    font-size: 14px;
    color: #666;
    margin-top: 6px;
    line-height: 20px;
    display: block;
}

.prod_r1_ico {
    left: 0px;
    top: 138px;
}

.prod_r2_ico {
    left: 276px;
    top: 80px;
}

.prod_r3_ico {
    left: 546px;
    top: 20px;
}

.prod_r4_ico {
    right: 276px;
    top: 80px;
}

.prod_r5_ico {
    right: 0px;
    top: 138px;
}

.prod_ct {
    background: url(https://memberpic.114my.com.cn/dgsfct/uploadfile/image/20200619/20200619093329_51010873.png)no-repeat;
    width: 376px;
    height: 329px;
    position: absolute;
    top: 361px;
    left: 475px;
}


/*产品应用*/

.case_bg {
    background: #f5f5f5;
    width: 100%;
    min-width: 1300px;
    padding: 70px 0 60px 0;
}

.convert {
    width: 1300px;
    height: 450px;
    margin: 0 auto;
    position: relative;
}

.convert .tab {
    width: 431px;
    height: 50px;
    margin: 0 auto;
}

.convert .tab a {
    display: block;
    width: 207px;
    height: 150px;
    float: left;
    background: #fff;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 18px;
}

.convert .tab a.on {
    display: block;
    background: #b23831;
    color: #fff;
}

.convert .content {
    overflow: hidden;
    width: 851px;
    height: 453px;
    position: relative;
}

.convert em {
    width: 55px;
    height: 51px;
    overflow: hidden;
    font-style: normal;
    display: block;
    padding-top: 36px;
    margin-top: 7px;
    margin: 0 auto;
    padding-bottom: 4px;
}

.convert .on em img {
    transform: translatex(-68px);
    transition: 500ms;
}

.convert .content ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 453px;
}

.convert .content li {
    width: 858px;
    height: 453px;
    float: left;
    position: relative;
}

.divdgweb_new_div_item_content {
    position: absolute;
    bottom: 0px;
    padding: 21px 42px;
    background: rgba(0, 0, 0, 0.4);
    width: 766px;
}

.divdgweb_new_div_item_content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}

.divdgweb_new_div_item_content span {
    color: #ccc;
    font-size: 14px;
}
.divdgweb_new_div_item_content  a
{
    color: #ccc;
    font-size: 14px;
}
.divdgweb_new_div_item_content  a:hover{color:#fff;}
.more_case{    width: 207px;
    height: 150px;
    background: #fff;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 301px;
    left: 209px;}
.more_case a{  
    color: #333;    font-size: 18px;}
.more_case:hover a{color:#fff;}
.more_case:hover{color: #fff;background: #b23831;}
.more_case:hover img{ transform: translatex(-68px); transition: 500ms;}

/*优势*/

.adv_bg {
    background: url(https://memberpic.114my.com.cn/dgsfct/uploadfile/image/20200617/20200617162946_475767593.jpg)no-repeat center;
    width: 100%;
    min-width: 1300px;
    height: 950px;
}

.advtab {
    width: 1300px;
    height: 100px;
    box-shadow: 0px 0px 5px 5px rgba(102, 102, 102, 0.1);
}

.advtab li {
    float: left;
    font-size: 26px;
    color: #333;
    width: 325px;
    line-height: 100px;
    position: relative;
    cursor: pointer;
    
}

.advtab li:after {
    content: "";
    width: 1px;
    height: 40px;
    background: #eee;
    right: 0px;
    position: absolute;
    top: 32px;
}

.advtab li em {
    width: 41px;
    height: 49px;
    overflow: hidden;
    font-style: normal;
    display: block;
    float: left;
    margin: 32px 11px 0 78px;
}

.advtab .cur em img {
    transform: translatex(-47px);
    transition: 500ms;
}

.advcon {
    width: 1300px;
    height: 510px;
    overflow: hidden;
}

.advcon ul {
    width: 1298px;
    height: 510px;
    border: 1px solid #eee;
    background: #fff;
}

.advtab li:hover p,
.advtab li.cur p {
    color: #b23831;
    font-weight: bold;
}

.advtab li.cur p:after {
    content: "";
    width: 150px;
    bottom: 0px;
    position: absolute;
    height: 3px;
    background: #b23831;
    left: 81px;
}

.adv_img {
    padding: 25px 0 0 25px;
}

.adv_r {
    padding: 63px 0 0 47px;
    width: 560px;
}

.adv_r p {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    padding-bottom: 6px;
}

.adv_r b {
    color: #23247f;
}

.adv_r em {
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
}

.adv_r i {
    display: block;
    width: 560px;
    background: #eee;
    height: 1px;
    margin: 5px 0 20px 0;
}

.adv_r span>em {
    color: #23247f;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
}

.adv_r span {
    display: block;
    font-size: 15px;
    color: #666;
    background: url(https://memberpic.114my.com.cn/dgsfct/uploadfile/image/20200617/20200617180606_1084777049.png)no-repeat left top 10px;
    padding-left: 20px;
    margin-bottom: 15px;
    line-height: 30px;
}

.adv_a {
    font-size: 15px;
    width: 120px;
    border: 1px solid #23247f;
    height: 40px;
    line-height: 40px;
    color: #666;
    padding-left: 30px;
    margin-top: 39px;
}

.adv_a img {
    float: left;
    padding-top: 14px;
    padding-right: 9px;
}


/*新闻*/

.new {
    width: 100%;
    padding-bottom: 70px;
}

.new .page_nr {
    margin: 0 auto;
    overflow: hidden;
}

.new .news {
    width: 406px;
    float: left;
    background: #f5f5f5 url(https://memberpic.114my.com.cn/dgsfct/uploadfile/image/20200617/20200617191201_1396096291.jpg) no-repeat;
    height: 597px;
    position: relative;
}

.new .news_e {
    padding: 0 30px;
    width: 356px;
    float: left;
}

.new .news1 {
    padding-top: 30px;
    font-size: 24px;
    color: #fff;
    float: left;
}

.new .news1 p {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

.new .news11 {
    float: right;
    padding-right: 10px;
    padding-top: 40px;
}

.new img.news_div_item_image {
    position: relative;
    width: 406px;
    padding: 30px;
    bottom: 240px;
}

.news .news_div_item_content {
    line-height: 30px;
    position: relative;
    top: 200px;
    width: 406px;
    padding: 30px;
}

.news .news_div_item_body {
    color: #706c6c;
    font-size: 14px;
    line-height: 30px;
    width: 350px;
}

.news .news_div_item_date {
    top: 422px;
    padding: 30px;
    position: relative;
    padding-left: 300px;
}

.news {
    padding: 0px 0 5px;
}

.news .news_div_item_day,
.news_div_item_month,
.news_div_item_year {
    display: inline;
    color: #706c6c;
    font-size: 14px;
    font-family: arial
}

.news .news_div_item_title .news_div_item_a {
    display: block;
    color: #333;
    font-weight: bolder;
    font-size: 18px;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_tit a {
    font-size: 24px;
    color: #fff;
    display: block;
    line-height: 30px;
    position: relative;
    font-weight: 100;
}

.news_tit a .en {
    font-size: 14px;
    font-family: arial, microsoft yahei;
    display: block;
    line-height: 25px;
    font-weight: 100;
    text-transform: capitalize;
}

.page_nr>.fr {
    width: 764px;
    height: 580px;
}

.new .news_row2 {
    margin-bottom: 30px;
    padding: 30px 35px;
    width: 787px;
    height: 226px;
    background: #f5f5f5;
    position: relative;
}

.new .news_row2 .news_tit a,
.news_row3 .news_tit a {
    color: #343434
}

.new .news_row2 .news_tit a .color,
.news_row3 .news_tit a .color {
    color: #23247f;
    font-size: inherit;
    font-weight: normal;
}

.new .news_row2 .news_tit a .en,
.news_row3 .news_tit a .en {
    color: #999;
    text-transform: uppercase;
}

.new .news_row2 .news_tit a .en,
.news_row3 .news_tit a .en {
    color: #999;
    text-transform: uppercase;
}

.new .news_row3 {
    padding: 30px 35px;
    width: 764px;
    height: 275px;
    background: #fff;
    position: relative;
}

.new .news_r2_cont {
    padding-top: 20px;
    overflow: hidden;
}

.new .news_r2_cont_tit {
    position: absolute;
    width: 17%;
    top: 40px;
    text-align: right;
    right: 40px;
}

.new .news_r2_cont_tit li {
    width: 10px;
    height: 10px;
    background: #dedede;
    display: inline-block;
    border-radius: 50px;
    transition: 0.3s all ease;
    margin-right: 3px;
    cursor: pointer
}

.new .news_r2_cont_tit li.cur {
    width: 30px;
    background: #23247f
}

.new .news_l_cont_i i {
    font-size: 14px;
    font-family: arial;
    line-height: 30px;
    position: relative;
    text-align: right;
    color: #999;
    display: block;
    width: 100%;
    height: 30px;
    font-style: normal;
    margin-top: 55px;
}

.new .news_l_cont_i i:after,
.news_r2_cont_i i:after {
    content: '';
    width: 65px;
    height: 1px;
    top: 14px;
    background: #ccc;
    display: block;
    position: absolute;
    transition: 0.3s all ease;
}

.new .news_l_cont_i *,
.news_r2_cont_i * {
    transition: 0.3s all ease;
}

.new .news_l_cont_i:hover i:after,
.news_r2_cont_i:hover i:after {
    background: #23247f;
    width: 100px
}

.new .news_l_cont_i:hover strong,
.news_r2_cont_i:hover strong {
    color: #23247f
}

.new .news_r2_cont_i {
    width: 365px;
    float: left;
    margin-right: 40px;
}

.new .news_r2_cont_i i {
    font-size: 14px;
    font-family: arial;
    line-height: 30px;
    position: relative;
    text-align: right;
    color: #999;
    display: block;
    width: 100%;
    height: 30px;
    font-style: normal;
    margin-top: 25px;
}

.new .news_l_cont_i i em,
.news_r2_cont_i i em {
    font-size: inherit;
    font-style: normal;
    font-family: inherit;
    float: right;
}

.new .news_row2+.news_row2 .news_r2_cont_i strong {
    background: url(https://memberpic.114my.com.cn/dgsfct/uploadfile/image/20200617/20200617191711_247118965.png) no-repeat left center;
    padding-left: 40px;
    line-height: 36px;
    font-size: 15px;
    font-weight: normal;
    display: block;
}

.new .news_row2+.news_row2 .news_r2_cont_i p {
    background: url(https://memberpic.114my.com.cn/dgsfct/uploadfile/image/20200617/20200617191841_582708904.png) no-repeat left center;
    font-size: 14px;
    color: #999;
    padding-left: 40px;
    display: block;
    line-height: 32px;
    font-weight: 100;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new .news_r2_cont_i strong {
    font-weight: bold;
    font-size: 16px;
    line-height: 34px;
}

.new .news_r2_cont_i p {
    color: #666;
    line-height: 24px;
}

.new .news_l_cont {
    width: 335px;
    position: absolute;
    left: 35px;
    top: 110px;
    overflow: hidden;
}

.new .news_l_cont_in {
    width: 100%;
}

.new .news_l_cont_i {
    display: block;
    width: 100%;
}

.new .news_l_cont_i img {
    width: 100%;
    height: 240px;
    display: block;
}

.new .news_l_cont_i strong,
.news_r2_cont_i strong {
    font-size: 18px;
    font-weight: normal;
    color: #343434;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
    line-height: 50px;
    text-overflow: ellipsis;
}

.new .news_l_cont_i p,
.news_r2_cont_i p {
    font-size: 14px;
    font-weight: 100;
    color: #999;
    line-height: 28px;
}


/*公司简介*/

.about_bg {
    background: url(https://memberpic.114my.com.cn/dgsfct/uploadfile/image/20200617/20200617200052_474298310.jpg)no-repeat center;
    width: 100%;
    height: 576px;
}

.about_l {
    padding-top: 112px;
    width: 629px;
    height: 400px;
}

.about_l p {
    font-size: 40px;
    font-weight: bold;
    color: #23247f;
}

.about_l span {
    color: #666;
    font-size: 22px;
    display: block;
    margin: 20px 0 20px 0;
}

.about_l i {
    display: block;
    margin: 20px 0 36px 0;
}

.about_l em {
    font-size: 15px;
    line-height: 30px;
    color: #666;
}

.about_a a {
    width: 141px;
    padding-left: 34px;
    line-height: 43px;
    display: block;
    margin-top: 40px;
    color: #fff;
    background: url(https://memberpic.114my.com.cn/dgsfct/uploadfile/image/20200617/20200617201455_1875438606.png) no-repeat;
    transition: 0.4s all ease-in-out;
}

.about_a a:hover {
    width: 164px;
    padding-left: 40px;
    text-decoration: none;
    background: url(https://memberpic.114my.com.cn/dgsfct/uploadfile/image/20200617/20200617201108_1533349449.png) no-repeat;
}

.about_r {
    margin: 60px 48px 0 0;
}


/*厂房车间*/

.Workshop {
    width: 1440px;
    margin: 0 auto;
    position: relative;
    height: 335px;
}

.btnLeft {
    width: 44px;
    float: left;
    margin-right: 16px;
    margin-top: 130px;
    height: 79px;
    display: block;
    background: url(https://memberpic.114my.com.cn/dgsfct/uploadfile/image/20200617/20200617203646_1535790033.jpg) no-repeat center;
}

.btnRight {
    width: 44px;
    float: right;
    height: 79px;
    margin-top: 130px;
    display: block;
    background: url(https://memberpic.114my.com.cn/dgsfct/uploadfile/image/20200617/20200617203754_1541865348.jpg) no-repeat center;
}

.Workshop dl {
    display: block;
    float: left;
    width: 1320px;
}

.hj {
    width: 1320px;
    margin: 0 auto;
}

.hez {}

.Workshop .hzCont {
    position: relative;
}

.Workshop .hzCont ul {
    margin: 0 auto;
    width: 1320px;
    overflow: hidden;
}

.Workshop .hzCont ul td {
    height: 335px;
    overflow: hidden;
    padding: 0 10px !important;
    width: 310px !important;
    text-align: center !important;
}

.hzCont td br {
    display: none !important;
}

.Workshop td {
    height: 290px;
    overflow: hidden;
    position: relative;
}

.Workshop td div {
    position: absolute;
    bottom: 0;
    width: 308px;
    border: 1px solid #dedede;
    padding-top: 0 !important;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    background: #fff url(https://memberpic.114my.com.cn/dgsfct/uploadfile/image/20200619/20200619133812_1115220017.png ) 256px 17px no-repeat;
    transition: all linear 0.2s;
}

.Workshop td div a {
    position: relative;
    z-index: 3;
    float: left;
    text-align: left !important;
    padding-left: 25px;
    font-size: 14px;
}

.Workshop td:hover div {
    background: #fff url(https://memberpic.114my.com.cn/dgsfct/uploadfile/image/20200619/20200619134046_1589060401.png) 256px 17px no-repeat;
}

.Workshop td:hover div a {
    color: #23247f;
}


/*友情链接*/

.link_bg {
    background: #23247f;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
}

.link {
    position: relative;
    color: #fff;
}

.link:before {
    content: "";
    position: absolute;
    top: 21px;
    left: 0px;
    background: url(https://memberpic.114my.com.cn/dgsfct/uploadfile/image/20200618/20200618103016_2034600714.png);
    width: 89px;
    height: 32px;
}

.link_l {
    font-size: 16px;
    margin-left: 23px;
}

.linkTagcs li a {
    font-size: 14px;
}

.link_r {
    margin-top: 20px;
}


/*版权*/

.footer_bg {
    background: #f5f6f9;
    height: 291px;
    border-bottom: 1px #ccc solid;
    padding-top: 65px;
}

.copy_bg {
    height: 80px;
    line-height: 80px;
    background: #f5f6f9;
    
}

.footer_l {}

.footer_l li {
    display: block;
    float: left;
    width: 153px;
}

.footer_t {
    color: #333;
    font-size: 18px;
}

.footer_a {
    margin-top: 20px;
}

.footer_a a {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 38px;
}

.footer_a a:hover {
    color: #23247f;
}

.footer_l li:nth-child(4) {
    width: 382px;
}

.footer_tel {
    font-size: 14px;
    color: #666;
    line-height: 34px;
    margin-top: 20px;
}

.footer_ma {
    width: 160px;
    color: #999;
}

.footer_ma img {
    width: 160px;
    display: block;
}

.footer_ma p {
    width: 160px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    border: 1px #2e2e2e solid;
    margin-top: 6px;
}

.footer_ma:nth-child(1) {
    margin-right: 10px;
}

.copy {
    line-height: 80px;
    font-size: 14px;
    color: #333;
}

.copy a {
    font-size: 14px;
    color: #333;
}

.copy a:hover {
    color: #23247f;
}






/*浮动ＱＱ*/
.my-kefu{position: fixed;right: 0px;top:20%;z-index:9999;}
.my-kefu ul{width: 77px;}
.my-kefu li a{text-decoration: none;}
.my-kefu li{background: #23247f;margin-top: 1px;padding: 9px 0;height: 56px;width: 77px;}
.my-kefu li i{background: url(https://memberpic.114my.com.cn/dgyuehongfan/uploadfile/image/20171220/20171220175102_1029219638.png) no-repeat;display:block; width: 30px; height: 27px; margin: 0px auto; text-align: center;}
.my-kefu li p{height: 20px; line-height: 20px; overflow: hidden;text-align: center;color: #fff;}
.my-kefu .my-kefu-qq i{background-position: 4px 0;}
.my-kefu .my-kefu-tel i{background-position: 0 -25px;}
.my-kefu .my-kefu-tel1 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel1:hover{ width:246px; height:145px;}
.my-kefu .my-kefu-tel2 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel2:hover{ width:246px; height:145px;}
.my-kefu .my-kefu-liuyan i{background-position: 4px -53px;}
.my-kefu .my-kefu-weixin i{background-position: -34px 4px;}
.my-kefu .my-kefu-weibo i{background-position: -30px -22px;}
.my-kefu .my-kefu-ftop{background-color:#23247f;}
.my-kefu .my-kefu-ftop i{width:33px;height:35px;background-position: -27px -51px;}
.my-kefu-left{ float: left; width: 77px; height: 47px;position: relative;}
.my-kefu-tel-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 24px; padding-left:15px; border-left: 1px solid #fff; padding-top: 10px;}
.my-kefu-tel1-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 22px; margin-top: 8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-tel2-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 22px; margin-top: 8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-right{width: 20px;}
.my-kefu-tel-main{color: #fff; margin-top: 9px; height: 47px; width: 247px;}
.my-kefu-main{width: 97px;position: relative;}
.my-kefu-weixin-pic{position: absolute;left: -130px;top: -24px; display: none;}