/*样式初始化及公共样式部分lpm*/

body {
    color: #666;
    font-size: 13px;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
}

a {
    color: #666;
    text-decoration: none;
}


/*定义全局链接颜色lpm*/

a:hover {
    color: #e1322e;
    text-decoration: none;
}


/*定义全局链接鼠标滑过颜色lpm*/

div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}


/*主要标签的样式初始化lpm*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}


/*清除左右浮动lpm*/

.fl {
    float: left;
}


/*定义左浮动lpm*/

.fr {
    float: right;
}


/*定义右浮动lpm*/

.cp img {
    border: 1px solid #C1C1C1;
    padding: 2px;
    background: #fff;
}


/*定义标签调用图片的边框样式lpm*/

.cp a:hover img {
    border: 1px solid #ed6c00;
    padding: 2px;
    background: #fff;
}


/*定义鼠标经过时边框的变化效果lpm*/

#copy {
    display: none;
}

.page{ margin:0 auto; width:1200px}

.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top10 {
    padding-top: 10px;
}

.top40 {
    padding-top: 40px;
}

.top45 {
    padding-top: 45px;
}

.top50 {
    padding-top: 50px;
}

.top60 {
    padding-top: 60px;
}

.top70 {
    padding-top: 70px;
}
.top80 {
    padding-top: 80px;
}
.top90 {
    padding-top: 90px;
}
.top100 {
    padding-top: 100px;
}
.bg{ width: 100%; min-width: 1100px;}


.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}


.bg {
    width: 100%;
    min-width: 1200px;
}

.box_n{ margin-top:50px !important; margin-bottom:50px !important;}

@-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;
    }
}


/*抬头*/
.top_bg{width: 100%;min-width: 1200px;height: 38px;line-height: 38px;background: #232323;font-size: 13px;color: #999;}
.top{position: relative;}
.cn{width: 124px;border-bottom: none;border-top: none;border-right: none;background:none;border-left: 1px #333 solid;height:38px;overflow: hidden;transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;-webkit-transition: all 0.5s;position: absolute;top:0px;right:0px;display: block;}
.cn li{color: #999; padding-left: 48px;background: url(images/top_english.png)no-repeat 12px 8px;font-family: Arial, Helvetica, sans-serif;}
.cn li:nth-child(2){color: #999; padding-left: 48px;background: url(images/top_chinese.jpg)no-repeat 12px 8px;font-family: Arial, Helvetica, sans-serif;}
.cn:hover{height: 76px;background: #232323;}
.cn li span{margin-left:6px;margin-right: 15px;font-size: 13px;line-height: 38px;}
.can{width: 100px;text-align: center;    margin-right: 120px;}
.can a{color: #999;}
/*搜索*/
.search{width:50px; height:38px;position: relative; z-index: 999;}
.search-form {    
    position: absolute;
    right: 0px;

}
.search-form .form-group {  
  float: right !important;
  -webkit-transition: all 0.35s, border-radius 0s;
  transition: all 0.35s, border-radius 0s;
  width:50px;
  height:38px; 
  border: 1px solid #333; border-bottom: none;border-top:none;}

.search-form .form-group .form-control{width:50px; background:none; outline:none; color:#d2d1d1; padding-left: 10px; border: none; height:38px; line-height:38px;}
.search-form .form-group:hover .form-control{width: 180px;}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 180px;}
.search-form .form-group .form-control{opacity:0; -webkit-transition-delay:0.1s; transition-delay:0.1s;}
.search-form .form-group:hover .form-control,.search-form .form-group.hover .form-control{opacity:1;}
.search-form .form-group .form-control-feedback {
  position: absolute;
  top:0px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 50px;
  height: 38px;
  line-height: 19px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px; 
  pointer-events: auto;
  }


/*导航*/
.head_bg{height: 130px;width: 100%;min-width: 1200px;}
.logo{margin-top: 32px;}
.name{margin-top: 25px;}
.name p{font-size: 30px;font-weight: bold;color: #f38001;}
.name span{display: block;font-size: 12px;color: #999;}
.name_text{margin-left: 15px; font-size: 16px; line-height: 30px; margin-top: 10px;}


.nav{padding-top:50px;}
.nav>ul>li{ float: left; display: block;position: relative;margin-left: 52px;}
.nav ul li a{ display: block; line-height: 38px; color: #333; font-size: 15px; text-align: center; position: relative; z-index: 3333}
.nav ul li:after,.nav ul li:after{content: ''; display: block;width: 100%; height: 38px; position: absolute; top:0px; left: 0; opacity: 0; filter: alpha(opacity=0); -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out;border-radius: 50px;z-index: 2222}
.nav ul li.navcurrent:after,.nav ul li:hover:after{ opacity: 1; filter: alpha(opacity=100); top: 0;}
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a {margin: 0 auto;color: #333;}
.nav ul li a i{display: block;background: url(images/20181109093417_540761685.png)no-repeat center right;width: 11px;height: 6px;float: right;margin-top: 16px;margin-left: 11px;}

.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a {margin: 0 auto;color: #f38001;}


.nav ul li>ul{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;position: absolute;width: 210px;border-top: #f38001 3px solid;opacity: 0;visibility: hidden;transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(0px, 10px, 0px);-webkit-transform: translate3d(0px, 10px, 0px);z-index: 9999;left:-70px;top: 72px;}
.nav ul li>ul li a{background: #f38001;-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .1);box-shadow: 0 6px 10px rgba(0, 0, 0, .1);padding: 14px 0 14px 30px;width: 180px;height: 14px;line-height: 14px;display: block;color: #fff;font-size: 13px;text-align: left;    -webkit-transition: none ease-out .3s;    transition: none ease-out .3s;    -webkit-transition-property: color, background, text-indent, opacity;    transition-property: color, background, text-indent, opacity;}
.nav ul li>ul li a:hover{background: #fff; text-indent: 10px;color: #f38001;}
.nav ul li:hover > ul {opacity: 1;visibility: visible;transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}




/*产品中心*/
.prod_bg{width: 100%;min-width: 1200px;background: #f5f5f5;height: 1156px; padding-bottom: 60px;}
.prod_t{text-align: center;}
.prod_t p{font-size: 40px;color: #f38001;font-weight: bold;position: relative; line-height:40px;}
.prod_t p:before{content: "";position: absolute;top: 30px;left: 460px;width: 40px;height: 1px;background: #ccc;}
.prod_t p:after{content: "";position: absolute;top: 30px;right: 460px;width: 40px;height: 1px;background: #ccc;}

.prod_d{height: 502px;}
.hzkh_b{ width:1200; margin:0 auto; height:200px;}
.btnLeft{ width:78px; float:left; height:78px; border:1px #e1e1e1 solid; background:#fff url(images/20190717205239_1898939738.png) no-repeat center; border-radius: 100%;position: absolute; left:-40px;}
.btnRight{width:78px; float:right; height:78px; display:block; border:1px #e1e1e1 solid; background:#fff url(images/20190514204950_251568112.png) no-repeat center; border-radius: 100%;position: absolute; right:-40px;}
.hzkh_b dl{ display:block; width:1200px;margin:0 auto;}
.hj{width:1200px; margin:0 auto;}
.hzhb .hzCont{position:relative;}
.hzhb .hzCont ul{margin:0 auto; height: 502px;overflow:hidden;}
.hzhb .hzCont ul li{width:1200px; height:502px;float: left; position: relative;background:#fff;}
.hzhb .hzCont .btnLeft , .hzhb .hzCont .btnRight{position:absolute; top:0; width:58px; height:131px;}
.hzhb .btnCkgd{margin:42px auto 0 auto; display:block; width:220px; height:30px; line-height:30px; text-align:center; color:#555; border:3px solid #d1d1d1;}
.imgTop img{margin-left: 20px; }
.hzkh_img{ margin:0 auto;position: relative;     z-index: 1; width:1200px;}
.hzkh_img a{ font-size:14px; color:#333; font-weight:normal;}
.hzkh_img a:hover{ color:#fff;}

.leri{width:1200px; margin:0 auto;position: absolute; top:200px;}

.prod_l{margin-left: 80px;width: 485px;}
.prod_w1{font-size: 28px;font-weight: bold;color: #333;margin-top: 108px;}
.prod_w2{margin-top: 38px;}
.prod_w2 p{color: #f38001;font-size: 18px;font-weight: bold;}
.prod_w2 span{display: block;font-size: 16px;line-height: 30px;margin-top: 14px; height:150px; overflow:hidden;}
.prod_r{ width:502px; height:502px; margin-left:20px;}
.prod_r img{ width:100%; height:100%;}

.prod_more{margin-top:40px;}

.prod_more dl{display:block; margin-top:20px;}
.prod_more dl dd{float:left; width:96px; height:38px; display:block; line-height:38px; text-align:center; overflow: hidden;}

.prod_more dl .prod_more_01{border:1px #ccc solid; margin-left:-1px; border-bottom-left-radius:50px; border-top-left-radius:50px; position:relative; -webkit-transition:0.3s; transition:0.3s;}
.prod_more dl .prod_more_01:after{content:"";background:#f38001; color:#fff; border:1px #f38001 solid; height: 38px; width:100px; display:block; -webkit-transition:0.3s; transition:0.3s; right:-100px; z-index:1;}
.prod_more dl .prod_more_01.select-li:after{ position:absolute; top:0; right:0; -webkit-transition:0.3s; transition:0.3s;}

.prod_more dl .prod_more_02{border:1px #ccc solid; border-left:1px #f38001 solid; margin-left:-1px; border-bottom-right-radius:50px; border-top-right-radius:50px; position:relative; -webkit-transition:0.3s; transition:0.3s;}
.prod_more dl .prod_more_02:after{content:"";background:#f38001; color:#fff; border:1px #f38001 solid; height: 38px; width:100px; display:block; -webkit-transition:0.3s; transition:0.3s; left:-100px; top:0; z-index:1;}
.prod_more dl .prod_more_02.select-li:after{ position:absolute; top:0; left:0; -webkit-transition:0.3s; transition:0.3s;}
.prod_more dl .select-li{border:1px #f38001 solid;}

.prod_more dl .select-li a{ -webkit-transition:none; transition:none; position:relative; z-index:2; color:#fff; display:block; -webkit-transition:0.3s; transition:0.3s;}


.prod_wt a{display: block; float: left; height: 46px; line-height: 46px; width:160px; text-align: center;color:#fff !important;background: #f38001;border-radius: 10px;font-size:15px !important;margin-left:48px; margin-bottom:10px;}
.prod_wt a:nth-child(1){margin-left: 0px;}
.prod_wt a:nth-child(7){margin-left: 0px;}
.prod_wt a:nth-child(13){margin-left: 0px;}

.prod2_d{padding-top:40px;}
.prod2_d a{color:#333; font-size:15px; line-height:40px;}
.prod2_d #roller_pro table table>tbody>tr>td{padding-left:16px !important; position: relative;}
.prod2_d #roller_pro table table>tbody>tr>td br{display:none;}
.prod2_d #roller_pro table table>tbody>tr>td>a{ display: block; width:285px; height:285px;overflow: hidden;}
.prod2_d #roller_pro table table>tbody>tr>td>a:after{content:"点击查看"; display: block;width: 120px;height: 40px; border-radius: 100px;background:rgba(0,0,0,0.4); color:#fff; font-size:16px; line-height:40px; text-align:center;    position: absolute; top:-130px; left:100px;  transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s; }
.prod2_d #roller_pro table table>tbody>tr>td:hover>a:after{top:130px;}
.prod2_d #roller_pro table table>tbody>tr>td img{ transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s;}
.prod2_d #roller_pro table table>tbody>tr>td:hover img{transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1);}
.colee_left1{overflow:hidden; width:1200px;}

/*优势1*/
#ys_bg{width: 100%;
    height: 724px;
    background: url(images/ys_bg.jpg);
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: fixed;
    background-position: center 158px; margin-bottom:50px;  z-index: auto;position: relative;}
.ys_t{color: #fff;text-align: right;background: url(images/ys_name1.png)no-repeat center 10px;height: 97px;position: relative;width: 554px;    margin-top: 112px;margin-right: 101px;    margin-bottom: 77px;}
.ys_t p{color: #fff;font-size: 30px;position: absolute;top:42px;left:11px;    font-style: italic;}
.ys_t span{display: block; color: #fff;font-size: 16px;position: absolute;top: 74px;left:12px;    font-style: italic;}
.ys_w1{background: url(images/ys_zbg.png)no-repeat center;height: 440px;width: 396px;text-align: center;}
.ys_w1 p{font-size: 30px;font-weight: bold;margin-top: 168px; color:#fff;}
.ys_w1 span{font-size: 14px;color: #ccc;display: block;margin-top:6px;}
.ys_w1 a{display: block;width: 180px;height: 44px;line-height: 44px;color:#fff !important;font-size: 16px !important;border: 1px #fff solid;margin: 0 auto;margin-top: 40px;}

.ys_w1 b{font-size: 22px;display: block; padding-top:30px; color:#fff;}


@-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)
    }
}

.ys_w1 a:hover{    -webkit-animation: test 0.3s ease-in 2;
    animation: test 0.3s ease-in 2;
    cursor: pointer;}
.ys_w2{width: 268px;background:#f5f5f5 url(images/20180521203959_157416870.jpg) no-repeat 122px 207px;height: 440px;text-align: center;}

.ys_w3{width: 268px;background:#f5f5f5 url(images/20180521204508_1471568481.jpg) no-repeat 122px 220px;height: 440px;text-align: center;}

.ys_ww{height:220px;}
.ys_ww p{color: #222;font-size: 24px;padding-top: 58px;}
.ys_ww span{font-weight: lighter;font-size: 13px;color: #666;line-height: 22px;display: block;margin-top: 20px;}
.ys_wt{position: relative;}


/*成功案例*/
.case_t p:before{content: "";position: absolute;top: 30px;left: 410px;width: 40px;height: 1px;background: #ccc;}
.case_t p:after{content: "";position: absolute;top: 30px;right: 410px;width: 40px;height: 1px;background: #ccc;}

.prod_ww{margin-top:47px;}
.prod_fr{width: 583px;margin-left: 17px;}
.prod_fr li{display: block;float: left;width: 281px;margin-bottom: 13px;margin-right: 16px;}

.prod_fl{width:587px;height: 437px;overflow: hidden;position: relative;}
.prod_fl font img{ width:100%; height:100%;}

.prod_fr{overflow:hidden;}

.prod_fr img{width: 281px;height: 211px;}
.major-list{float: right;width: 580px;}
.major-list li{width:281px; height:211px; float:left; position:relative;}
.major-list li a, .major-list li a span{width:100%;height:100%;display:block;position:absolute;left:0;top:0}
.front-face{z-index:2;}
.back-face{z-index:1; display:block; text-align:center; font-size:14px; color:#fff; padding-top:90px; line-height:20px; background:rgba(243,128,1,0.8);width: 100%;height: 100%;}
.major-list li a{overflow:hidden}
.major-list li:hover a .back-face{z-index:3;}
.major-list li:nth-child(1){ display:none;}
.major-list li:nth-child(3){margin-right:0px;}
.major-list li:nth-child(5){margin-right:0px;}

.prod_fr font{border: 1px #fff solid;display: block;width: 194px;height: 36px;line-height: 36px;text-align: center; margin: 0 auto;}


.prod_fl a:hover{-webkit-transform: scale(1.2);transform: scale(1.2);}

.prod_fl span{display: block;position: absolute;background: rgba(243,128,1,0.7);padding: 20px !important;color: #fff;width:560px;top: 180px;left: 0px;text-align: center;-webkit-transform: scale(1.1,1.1) rotateX(180deg);transform: scale(1.1,1.1) rotateX(180deg);-webkit-transition: all 0.5s;transition: all 0.5s;opacity: 0;bottom: auto;height: auto;font-size:16px;}
.prod_fl:hover span{opacity: 1;-webkit-transform: scale(1) rotateX(0deg);transform: scale(1) rotateX(0deg);-webkit-transition: all 0.5s;transition: all 0.5s;}
.prod_fl t{display: block;margin-top: 12px;}



/*优势*/
.ys_bj{ width:100%; margin:0 auto; height:950px; background:url(images/20190730191943_882923192.jpg) center no-repeat;}
.ys_bt{ width:575px; height:52px; font-size:40px; background:url(images/ys_name.png) center no-repeat; line-height:52px; font-weight: bold; text-align:center; margin:0 auto; color:#fff;}
.ys_xbt{ width:100%; text-align:center; font-size:18px; color:#d7d7d7; height:auto; margin-top:12px;}

.chara{padding: 71px 0 0;height:800px;overflow: hidden;font-family:"Microsoft Yahei";line-height: 33px;    margin-top: -41px;position: relative;}
.charatil{width: 1200px;height: 270px;left: 0;top:449px;overflow: hidden;position: absolute;}
.charatil li{width:300px;float: left;text-align: center;background:url(images/20190416161106_1902403992.gif) no-repeat center bottom;}
.charatil li p{display: block;height: 117px;letter-spacing: 2px; font-size:16px;}
.charatil li p b{display: block;font-size: 22px;line-height: 34px;}
.charatil li span{display: block;padding: 50px 0 0;height:105px;}
.charatil li span img{width: auto;height: auto;display: none;margin:0 auto;}
.charatil li.cur{width:299px;float: left;text-align: center;background:url(images/20190730192229_1990959620.png) no-repeat center bottom;color: #fff;height: 270px;}
.charatil li.cur span img{display: block;}
.chara_p,.chara_p img{width: 1200px;height: 500px;display: block;}
.chara_w{border: solid 1px #e0e0e0;border-top: 0;padding: 178px 0 0 64px;height: 100px;}
.chara_w li{clear: both;background:url(images/20190416161342_1242955104.gif) no-repeat 0 8px;padding: 0 0 0 30px; font-size:16px; color:#666;}

/*简介*/
#company_box{width:100%;background:url(images/20180922183839_1608610494.jpg) center no-repeat;  height:581px; overflow:hidden;}
#company{width:566px; float:left; padding:50px; margin-top:80px;}
#company_bt{width:566px; float:left; font-size:24px; line-height:44px;font-weight: bold;color: #333;}
#company_bt1{width:566px; float:left; font-size:20px; line-height:34px; font-family:Tahoma, Geneva, sans-serif; color:#ccc; text-transform:uppercase;}
#company_bg{width:566px; float:left; font-size:14px; line-height:30px; padding-top:15px; padding-bottom:15px;}
#company_more{width:200px; float:left; text-align:center; border:1px #eee solid; line-height:33px; height:33px; color:#999; -webkit-transition: all 0.4s; transition: all 0.4s;}
#company_more a{color:#999;}
#company_more:hover{width:220px; display:block; line-height:35px; background:#f38001; color:#fff; -webkit-transition: all 0.4s; transition: all 0.4s;    border: 1px #e17600 solid;}
#company_more:hover a{color:#fff;}



/*新闻*/
#news_bg{width: 100%;height: auto;background:#fff;margin-bottom:70px;}

.news_d{margin-top: 70px;}
.news h4{height: 80px;background: #f2f2f2;font-weight:normal;}
.news h4 b{float: left;width:160px;height: 62px;background:  #f38001;padding:18px 0 0 30px;font-size: 20px;}
.news h4 b a{color: #fff;font-size:20px;}
.news h4 b i{display: block;font-size: 12px;font-weight:normal;font-family: "Arial";padding-top: 5px;    text-transform: uppercase;}
.news h4>a{float: right;width: 102px;height:45px;line-height: 45px;text-align: center;font-size: 12px;color: #fff;background: #bbb;-webkit-transition: all 0.4s ease;transition: all 0.4s ease;}
.news h4>a:hover{background: #f38001;}
.new_l{float: left;width: 585px;}

.new_r{float: right;width: 586px;}

.wd{margin-top:70px;height: 200px;}
.wd h5{float: left;width: 150px;height:158px;font-size: 18px;padding:42px 0 0 24px;background:url(images/20180913090149_1418323155.png) no-repeat 27px 132px  #f38001;}
.wd h5 a{color:#fff;font-size:18px;}
.wd h5 i{display: block;padding-top: 6px;}
.news_div{width:585px; height:391px;  overflow: hidden;}
.news_div_item{width:585px;height:55px;border-bottom:1px solid #d3d3d3;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}
.news_div_item .news_div_item_date{float:left;width: 110px;padding-left: 45px; position: relative;}
.news_div_item .news_div_item_year{display:none; font-size: 12px;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.news_div_item .news_div_item_month{float:left;font-size: 16px;color: #484848;line-height:55px;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}
.news_div_item .news_div_item_day{float:left;font-size: 16px;color: #484848;line-height:55px;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}

.news_div_item .news_div_item_content{float:right;width:426px;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.news_div_item .news_div_item_a{font-size: 14px;color: #666;line-height:55px;display:block; -webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.news_div_item .news_div_item_body{display:none;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}

.news_div_item.on{height:110px;}
.news_div_item.on .news_div_item_year{display:block;position: absolute;top: 54px;left: 56px; font-size: 18px; color: #484848;line-height: 18px;}
.news_div_item.on .news_div_item_month{font-size: 26px;}
.news_div_item.on .news_div_item_day{font-size: 26px;}
.news_div_item.on .news_div_item_a{font-weight: bold;line-height: 26px;    padding-top: 12px;}
.news_div_item.on .news_div_item_body{display:block;    float: left;width: 395px;font-size: 14px; color: #333;line-height: 24px;padding-top: 5px;}


.new_r .divdgweb_new_div{width:586px;height:280px;position: relative;}
.new_r .news_div_item_pic{position: absolute;top: 0px;left: 0px;width:195px;height:170px;}
.new_r .news_div_item_pic img{width:195px;height:195px;}
.new_r .divdgweb_new_div_item_date{position: absolute;top: 0px;right: 0px;width:325px;height:169px;border-bottom:1px solid #d3d3d3;border-right:1px solid #d3d3d3;}
.new_r .divdgweb_new_div_item_month,.divdgweb_new_div_item_day{ display: block; line-height: 60px;font-size: 48px; padding-top: 34px;border-bottom: 1px solid #e4e4e4;margin: 0 auto 8px;width: 74px;float:left;}
.new_r .divdgweb_new_div_item_year{display:block;position: absolute;top: 112px;left: 96px; font-size: 18px; color: #484848;line-height: 18px;}
.new_r .divdgweb_new_div_item_month{margin-left:50px;}
.new_r .divdgweb_new_div_item_content{padding-top:200px;}
.new_r .divdgweb_new_div_item_a {font-size: 16px;margin-bottom: 12px;line-height: 16px;display:block;font-weight:bold;}
.new_r .divdgweb_new_div_item_body{font-size: 14px;line-height: 40px;}

.wd .divdgweb_new_div_item{float: left;width: 280px; margin-left: 60px;}
.wd .divdgweb_new_div_item_title{display: block; height: 50px; line-height: 50px;font-size: 14px;padding-top: 23px; background: url(images/20180913103454_1979738144.jpg) no-repeat;}
.wd .divdgweb_new_div_item_title a{color:#333;    font-weight: bold;}
.wd .divdgweb_new_div_item_body{padding-top: 40px;font-size: 14px; color: #333; line-height: 20px; background: url(images/20190730223016_1255229125.jpg) no-repeat;}
.news_more a{display:block;font-size: 12px;color: #484848;width: 90px;height: 27px;line-height: 27px; text-align: center;border: 1px solid #d2d2d2;margin-top: 16px;    text-transform: uppercase;border-radius: 5px; }
.news_more a:hover{border: 1px solid #f38001;color: #fff;background:#f38001;}

.news_div_item_a:hover,.divdgweb_new_div_item_a:hover{color:#f38001!important;}




