/*标签样式初始化*/

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


/*公共样式部分*/

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: #fb9001;
    text-decoration: none;
    border-bottom-style:
}

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

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

.box {
    width: 94%;
    min-width: 1400px;
    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 span {
    font-size: 18px;
    line-height: 70px;
    color:#999;
}

.t:after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    background: #e8761c;
    margin:0 auto;
}

@-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*/
.top_bg{width:100%;height:120px;min-width:1400px;}
.logo {
    margin: 24px 0 0 20px;
}


/*导航*/

.nav {
    margin-left: 9vw;
}

.nav ul li {
    float: left;
    display: block;
    position: relative;
    padding: 0 2vw;
    height: 120px;
    max-height: 120px;
}
.NavCeshi>li:hover>a {
    margin: 0 auto;
    color: #da251c;
}

.nav ul li a {
    font-size: 16px;
    color: #373737;
    height:120px;
    line-height: 120px;
    position: relative;
        display: block;
}

.nav ul li a:after {
    content: '';
    width: 0%;
    height: 2px;
    background: #da251c;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s all ease-in-out;
}

.nav ul li:hover a:after {
    width: 100%;
}
.NavCeshi>li.navcurrent a:after{
    width: 100%;
}
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a{    color: #da251c;}


/*电话*/
 
.cont {
    background: #e8761c;
    width: 260px;
    height: 120px;
}

.call {
    background: url(https://memberpic.114my.com.cn/dgbaida1/uploadfile/image/20200629/20200629090148_2019062815.png)no-repeat left top 7px;
    margin: 36px 0 0 30px;
    height: 60px;
    padding-left: 50px;
    color: #fff;
    font-size: 14px;
}

.call p {
    color: #fff;
    font-family: Tw Cen MT;
    font-weight: bold;
    font-size: 24px;
    margin-top: 0px;
}


/*幻灯片*/

.focus {
    width: 100%;
    min-width: 1400px;
    height: 800px;
    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: #da251c;
}

.focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 350px;
    background: url(https://memberpic.114my.com.cn/dgbaida1/uploadfile/image/20200710/20200710111808_917723209.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;
}



/*滚动数字*/
.digital_bg{width:1400px;height:160px;background:#fff;box-shadow: 0px 0px 40px 10px #eee;border-radius: 0px 0px 10px 10px;}
.digital_l{margin:50px 0 0 65px;}
.digital_l p{font-size:28px;color:#333;margin-bottom:10px;}
.digital_l span{font-size:18px;color:#666;}
.digital_c ul li{    width: 222px;float: left;border-left: 1px solid #eee;height: 67px;
margin-top: 50px;}
.jydbwz{margin-top:8px;}
.jdygkd{margin-left:62px;}
.jydbwz span{font-size:36px;font-weight:bold;color:#333;margin-bottom:10px;float:left;}
.ngrhjg{font-size:14px;color:#333;}
.jydbwz b{font-weight: normal;width: 27px;height: 27px;color: #fff;display: block; float: left; border-radius: 50%; background: #d52719;font-size: 13px;text-align: center;    margin-top: -15px;}








.pro_bg{width:100%;height:1232px;background:url(https://memberpic.114my.com.cn/dgbaida1/uploadfile/image/20200707/20200707153818_165330710.jpg)no-repeat center;min-width:1400px;}
.pro_m{width:1100px;margin:0 auto;}
.pro_m a{width:200px;height:65px;line-height:65px;background:#fff;color:#666;text-align:center;display:block;font-size:18px;float:left;margin-right:20px;}
.pro_m a:hover{background:#d52719;color:#fff;}
.pro_d table tbody tr td{    position: relative;float: left;padding: 0 !important;margin: 0 16px 15px 0;border: 1px solid #ccc;    overflow: hidden;}
.pro_d table tbody tr td:nth-child(4n){margin-right:0px !important;}
.pro_d table tbody tr td span{display:block;}
.pro_d table tbody tr td br{display:none;}
.pro_d table tr td span a{bottom: 0;width: 100%;position: absolute;font-size: 16px;display: block;background-color: rgba(0,0,0,.6);
 color: #fff;line-height: 60px; transition: .3s;text-align: center;}
.pro_d table tr td:hover span a{    padding: 110px 0 175px 0;font-size: 18px;}
.pro_d table tr td span a:after{    content: "";position: absolute;bottom: -11px;left: 147px;width: 40px;height: 1px;background: #f5f5f5;}
.pro_d table tr td span a:before{content: "查看更多";position: absolute;width: 116px;height: 32px;line-height:32px;font-size:14px;text-align:center;background:#e8761c;bottom: -32px;left: 114px; border-radius: 28px;}
.pro_d table tr td:hover span a:after{    top: 168px;background:#fff;}
.pro_d table tr td:hover span a:before{    top: 185px;}




/*解决方案*/
.solutionMain{height:390px;overflow:hidden;background:#e8761c;margin-bottom:16px;}
.solutionMain li{height:390px;position:relative;overflow:hidden;}
.solutionMain li .pImg{display:block;width:670px;height:390px;overflow: hidden;}
.solutionMain li img{width:670px;height:390px;transition:all .5s;animation:scale 30s infinite;}
.tempWrap{width:1400px !important;}
.solutionMain li .txt{position: absolute; background:#fff;padding:50px 60px;top:30px;right:30px;width:610px;height:230px;}
.solutionMain li h4{font-size:30px;color:#e8761c;margin-bottom:25px;font-weight:normal;}
.solutionMain li h4 a{color:#e8761c;font-size:30px;}
.solutionMain li .more{display:inline-block;margin-top:35px;width:150px;height:38px;line-height:38px;border:1px solid #e8761c;border-radius:20px;text-align:center;color:#e8761c;}
.solutionMain li .more i{font-style:normal;margin-left:15px;}
.solutionMain li .more:hover{background:#e8761c;color:#fff;}

.solutionPic{position:relative;}
.solutionPic .ohbox{height:125px;overflow:hidden;}
.solutionPic ul{width:1400px;}
.solutionPic li{float:left;width:220px;height:125px;overflow: hidden;margin-right:17px;position: relative;cursor: pointer;}
.solutionPic li a{display:block;overflow:hidden;}
.solutionPic li img{width:220px;height:125px;transition:all .5s;}
.solutionPic li a::after{content:"";position: absolute;left:0;top:0;width:100%;height:100%;background:#dc241c;opacity:0;transition:all .5s;transform: scale(0);}
.solutionPic .on a::after{opacity:.8;transform: scale(1);}
.solutionPic .btn{position:absolute;width:40px;height:40px;left:-20px;border-radius:50%;background:#262626;color:#fff;line-height:40px;text-align:center;top:40px;z-index:2;}
.solutionPic .sNext{left:auto;right:-20px;}
.solutionPic .btn:hover{background:#e8761c;}
@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}














/*百达优势*/
.adv_bg{width:100%;height:725px;background:#e8761c;min-width:1400px;min-width: 1400px;overflow: hidden;}
.adv_t p{color:#fff;font-size:40px;font-weight:bold;text-align: center;}
.adv_t span{color:#fff;font-size:18px;text-align: center;line-height:70px;display:block;}
.adv_marin{width:1400px;height:479px;background:#fff;}
.adv{position: relative;}
.adv_top li{width:180px;height:68px;border:1px solid #eee;float:left;line-height:68px;position: relative;}
.adv_top .on{background:#dc241c;    width: 175px;height: 70px;border: none;}
.adv_top .on span,.adv_top .on em{color:#fff 
!important;}
.adv_top span{font-size:22px;color:#333;padding-left:33px;}
.adv_top em{font-style: normal;color:#333;font-weight:lighter;font-size:16px;}
.adv_b_fr{position: absolute;right: -260px;width: 940px;overflow: hidden;}
.adv_b_fl{width:1400px;padding:74px 0 0 70px;}
.adv_title p{font-size:28px;color:#333;line-height:36px;}
.adv_text{padding-top:30px;}
.adv_text p{font-size:16px;color:#666;line-height:32px}
.adv_text span{color:#666;font-size:16px;font-weight:lighter;display:block;margin-top:55px;}
.adv_top .on:after{    content: "";display: block;width:0;height:0;border-right:17px solid transparent;border-left:17px solid transparent;border-top:17px solid #dc241c;
position: absolute;top: 62px;left: 72px;}


/*合作客户*/
.Partner_bg{width:100%;min-width:1400px;}
.Partner_d td{float: left;width: 199px;height: 149px;border: 1px solid #d9d9d9;margin-left: -1px;margin-top: -1px;overflow: hidden;position: relative;border: 1px solid #ccc;padding-left: 0px !important;}
.Partner_d td img{-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;width: 100%; height: 100%;}
.Partner_d td:hover img{    grayscale(0%): ;-moz-filter: grayscale(0%); -ms-filter: grayscale(0%);-o-filter: grayscale(0%); filter: grayscale(0%);}
.Partner_more{width:207px;height:57px;line-height:57px;background:#dc241c;margin:0 auto;text-align:center;border-radius: 28px;position: relative;}
.Partner_more a{color:#fff;font-size:18px;text-align:center;}
.Partner_more:hover{background:#e8761c;}
.Partner_more:after{content:"";background:url(https://memberpic.114my.com.cn/dgbaida1/uploadfile/image/20200708/20200708101530_8050502.png)no-repeat center;width:208px;height:37px;position: absolute; top: 57px;left:0px;}

/*公司简介*/
.about_bg{width:100%;height:735px;background:url(https://memberpic.114my.com.cn/dgbaida1/uploadfile/image/20200707/20200707172911_324349799.jpg)no-repeat center;min-width:1400px;}
.about_t{color:#fff;}
.about_t p{color:#fff !important;}
.about_t span{color:#fff !important;}
.about_box{width:1400px;height:455px;background:#fff;}
.about_l{width:700px;height:455px;}
.about_r{padding:40px 50px 0 50px;width:600px;}
.about_r p{margin-top:20px;font-size:25px;color:#333;font-weight:bold;    border-bottom: 1px solid #eee;padding-bottom: 20px;}
.about_r span{font-size:15px;line-height:30px;display:block;margin-top:20px;}
.adout_a{padding-top:34px;}
.adout_a a{text-align: center;font-size:15px;text-align: center;width:162px;height:62px;line-height:62px;float:left;display:block;margin-right:30px;color:#fff;}
.adout_a a:hover{background:#e8761c;}
.enterprise{background:#333;}
.contact{background:#dc2118;}



/*新闻中心*/
.news_t {text-align: center;width:100%;min-width:1400px;}
.news_t p {font-size: 40px;color: #222;font-weight:bold;}
.news_t span {font-size: 18px;line-height: 70px;color:#999;}
.news_cont{width:1400px;}
.news_cont ul{width:502px;margin:0 auto;    height: 42px;}
.news_cont ul a{width:158px;height:42px;background:#898c95;float:left;line-height:42px;text-align:center;margin-left:14px;display:block;color:#fff;font-size:16px;}
.news_cont ul a:nth-child(1){margin-left: 0px;}
.news_cont ul a.on{background:#dc241c;}
.news_box{margin-top:20px;}
.news_l .news_div_item:nth-child(1){width:680px;height: 544px;float: left;margin-right:20px;background:#fff;}
.news_l .news_div_item:nth-child(1){cursor: pointer;}
.news_l .news_div_item:nth-child(1){position: relative;}
.news_l .news_div_item:nth-child(1) .news_div_item_date{display:none;}
.news_l .news_div_item:nth-child(1) .news_div_item_year ,.news_div_item_month ,.news_div_item_day{float:left}
.news_l .news_div_item:nth-child(1) .news_div_item_content{position: absolute; top: 500px;    width: 680px;left: 0px;}
.news_l .news_div_item:nth-child(1) .news_div_item_pic{position: absolute;display:block;}
.news_l .news_div_item:nth-child(1) .news_div_item_pic img{width:680px;height:480px;border:1px #eee solid;}
.news_l .news_div_item:nth-child(1) .news_div_item_a{font-size:24px;color:#222;  width: 100%;height: 120px;line-height:50px; display: block;position: absolute; z-index: 3;}
.news_l .news_div_item:nth-child(1) .news_div_item_body{font-size:15px;color:#666; margin-top: 40px; line-height:40px;}
.news_l .news_div_item:nth-child(1) .news_div_item_a:hover{color:#dc241c;}
.news_l .news_div_item:nth-child(1):hover .news_div_item_body:after{width:100%; background:#dc241c;}
.news_l .news_div_item_year{float:left}

.news_r .news_div{width:680px;}
.news_r .news_div_item:nth-child(1){display: none;}
.news_r .news_div_item:nth-child(2){border-top:1px solid #eee !important;}
.news_r .news_div_item_pic{display: none;}
.news_r .news_div_item{border-bottom:1px solid #eee;padding:43px 0;position:relative;transition:300ms; height:103px;width:665px;margin-right:15px;}
.news_r .news_div_item:hover{box-shadow:0 0 20px rgba(0,0,0,0.1);z-index:1;transition:300ms;}
.news_r .news_div_item_date,.news_r .news_div_item_content{display:inline-block;vertical-align:top;}
.news_r .news_div_item_date{width:115px;text-align: center;}
.news_r .news_div_item_content{width:500px;padding-left:40px;}
.news_r .news_div_item_date>div{font-family:Arial;}
.news_r .news_div_item_title .news_div_item_a{font-size:24px;color:#222;}
.news_r .news_div_item:hover .news_div_item_title .news_div_item_a{color:#dc241c;}
.news_r .news_div_item_year,.news_r .news_div_item_month{display:inline-block;vertical-align:top;color:#999; font-size:24px;float: left;position: relative;top: 64px;left: 40px;}
.news_r .news_div_item_day{font-size:54px;color:#666;position: relative;top: -30px;left: 50px;}
.news_r .news_div_item:hover .news_div_item_day,.news_r .news_div_item:hover .news_div_item_year,.news_r .news_div_item:hover .news_div_item_month{color:#dc241c;}
.news_r .news_div_item_body{margin-top:10px;line-height:30px; height:60px;color:#666;padding-right:20px; font-size:15px;display: -webkit-box;-webkit-line-clamp:2;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.news_r .news_div_item+.news_div_item{ border-top:none;}
.news .tempWrap{width:1400px !important;}















/*友情链接*/
.link_bg{ height: 90px; line-height:90px; border-top:1px #eee solid;color:#999;}
.link p{font-size:18px; color:#222; padding-left:50px; background:url(https://memberpic.114my.com.cn/amico5993/uploadfile/image/20200618/20200618115211_182277126.png)no-repeat center left;}
.linkTagcs li a{font-size:15px; padding-left:10px;}
.linkTagcs li {margin-left: 0px !important;float:left !important;margin-top: 0px !important;text-aglin: left;}
.linkTagcs li a:hover{color:#d50404 !important;}





/*版权*/
.copy_bg{ background:#222; height: 380px; }
.copy_tel{ font-size: 16px; font-weight: 100; color: #fff; line-height:40px; text-align: right; padding: 60px 0 24px; position: relative}
.copy_tel p{ font-family: arial; font-size: 30px;  color: #fff; line-height: 42px; text-align:right; }
.copy_p2 a{display:block; float:right; width:42px; height:42px; background-color:#444; margin-left:16px;border-radius: 100%;position: relative; }
.copy_p2 a:nth-child(1){background-image:url(https://memberpic.114my.com.cn/dgbaida1/uploadfile/image/20200708/20200708091256_1926491760.png);}
.copy_p2 a:nth-child(2){background-image:url(https://memberpic.114my.com.cn/dgbaida1/uploadfile/image/20200708/20200708091328_1762421864.png);}
.copy_p2 a:nth-child(3){background-image:url(https://memberpic.114my.com.cn/dgbaida1/uploadfile/image/20200708/20200708091353_753406786.png);}
.copy_p2 a p{position: absolute; overflow: hidden; width:110px; height:0px;z-index: 2; top:50px; left:-34px;}
.copy_p2 a p img{width:100%;}
.copy_p2 a:hover{background-color:#fff;}
.copy_p2 a:hover p{height:110px;}

.friendlink { width: 215px; line-height: 50px; height: 50px; float: right;margin-top: 30px;position: relative;background: #d50404 url(https://memberpic.114my.com.cn/dgbaida1/uploadfile/image/20200708/20200708091353_753406786.png) no-repeat 177px 15px;cursor:pointer;}
.friendlink .fri_L { width: 160px; height: 50px; float: left; color: #ccc; font-size: 14px;  line-height: 47px; padding-left: 50px;background: #1e1e1e url(https://memberpic.114my.com.cn/dgbaida1/uploadfile/image/20200708/20200708091312_1265111085.png) no-repeat 15px center;font-weight: 100;border: 1px solid #444;border-right: 0 none;box-sizing: border-box;}
.friendlink .fri_R { height: 50px; display: block;  width: 160px; line-height: 50px; position: absolute; left: 0;opacity: 0;filter: alpha(opacity=0);transition:0.3s all ease;}
.friendlink .linkTagcs { width: 161px; max-height: 50px;overflow: hidden; transition: 0.3s all ease-in-out; position: absolute; bottom: 0px; z-index: 3; background: #fff;}
.friendlink:hover .linkTagcs{ max-height: 200px; overflow-x: hidden; overflow-y: auto; }
.friendlink .fri_R .linkTagcs li { float: none; line-height: 50px; text-align: left; text-indent: 10px; position: relative; width:130px !important; }
.friendlink .fri_R .linkTagcs li a { display: block; color: #666; font-size: 14px;font-weight: 100;}
.friendlink:hover .fri_R{opacity: 1;
filter: alpha(opacity=100);}


.copy_row1{width: 100%;}
.copy_row1 ul{float: left;padding: 50px 95px 0px 0;position: relative;}
.copy_row1 ul li{line-height: 34px;font-size: 14px;color: #999; }
.copy_row1 ul li a{color: #999; display: block;line-height: 34px;font-size: 14px;}
.copy_row1 ul strong a{color: #ddd;font-weight: normal;display:block;font-size:17px;line-height:60px}
.copy_row1 ul strong{display:block;padding-bottom:10px;}
.copy_row1 ul li a:hover{color: #eee;text-decoration: underline;}
.copy_row1 ul:hover:after{background-color: #fff;}
.copy_row1 ul:hover:before{background-color: #fff;}
.copy_row1 ul:hover strong a{color: #fff}
.copy_row2{line-height: 60px;height: 60px;position: relative;width: 100%;font-size: 13px;color: #999;font-weight:100;}
.copy_row2 a{color:#999;display: inline-block;font-weight:100;}
.copy_row2 a:hover{color: #fff;text-decoration: underline;}
.copy_row2:after{content: '';display: block;width: 1170px;height: 1px;background: #343434;position: absolute;top: 0px;right: 0;}

.footer_bg{ background:#222; height: 80px; line-height:80px; border-top:1px #383838 solid; font-size:14px; color:#999;}
.footer_bg a{font-size:14px; color:#999;}
.footer_bg a:hover{color:#fff;}
.about_prod table tr td:hover a{background:#d50404;color:#fff;transition:0.5s all ease-in-out;left:100%;}

















/* 客服样式*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(https://memberpic.114my.com.cn/dgbaida1/uploadfile/image/20200722/20200722162729_474592367.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #da251c; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #da251c; border-color: #da251c; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: #da251c; border-color: #da251c;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px; }
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -151px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -151px; }


.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 
/*咨询热线*/
.y-kefu-box01 .mobile-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color: #da251c; font-size: 18px; }
y-kefu-box .right {
width: 12px;
height: 12px;
position: absolute;
right: -12px;
top: 24px;
}
y-kefu-box .right-arrow1,
y-kefu-box .right-arrow2 {
width: 0;
height: 0;
display: block;
position: absolute;
left: 0;
top: 0;
border-top: 6px transparent dashed;
border-right: 6px transparent dashed;
border-bottom: 6px transparent dashed;
border-left: 6px white solid;
overflow: hidden;
}
y-kefu-box .right-arrow1 {
left: 1px;
border-left: 6px #efefef solid;
}
y-kefu-box .right-arrow2 {
border-left: 6px white solid;
}
/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width:115px; height:114px; margin: 20px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; }
.y-kefu-box01 .y-email-infos p { color: #da251c; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }

.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#f55b1b;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }


/*banner*/
.banner{overflow:hidden; width:100%; position:relative; z-index:1; background:#000;}
.banner-box{ min-width:1400px; height:700px; position:relative; margin:0 auto;}
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:700px; background-position: center; background-repeat: no-repeat;}
.banner-box .bd li a{ display:block; background-size:auto;     width: 100%;
    height: 80%;
    position: relative;
    z-index: 9;}
.banner-btn{ width: 100%; position: absolute; top:320px; left: 0; margin-left: 0; height: 347px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 999;}
.banner-btn a.prev{ left:-50px; background:url(https://memberpic.114my.com.cn/0460721/uploadfile/image/20210812/20210812190506_553830354.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(https://memberpic.114my.com.cn/0460721/uploadfile/image/20210812/20210812190506_553830354.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:10px; height:10px; border-radius :50%; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8;}
.banner-box .hd ul li.on{ background:#014bb4;border-radius: 8px; width:70px;}
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }
/*
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);
            transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }

}
@keyframes kenburns-top {
 0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);
            transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  }
@-webkit-keyframes kenburns-top1 {
  0% {
    -webkit-transform: scale(1.1) translateY(-15px);
            transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
   -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
   
  }

}
@keyframes kenburns-top1 {
 0% {
    -webkit-transform: scale(1.1) translateY(-15px);
            transform: scale(1.1) translateY(-15px);



    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
   -webkit-transform: scale(1) translateY(0);

            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
   
  }
  }*/
.banner-box .bd li{ -webkit-animation: kenburns-top1 3.5s ease-out  both;animation: kenburns-top1 3.5s ease-out  both;}