/*样式初始化及公共样式部分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: #f91d1d;
    text-decoration: none;
    border-bottom-style:
}


/*定义全局链接鼠标滑过颜色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;
}

.box{width:1200px;
    height: auto;
    margin: 0 auto;}
/*隐藏后台自带版权DIVlpm*/

.page {
    width:1200px;
    height: auto;
    margin: 0 auto;
    min-width: 1200px;
}

/*定义版面统一宽度lpm*/

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


.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: 1200px;}
.t{text-align:center; font-size:30px; font-weight:bold; color:#0077bf; height:80px; margin-top:70px;padding-top:36px;}



@-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 icon-bounce {
  0%, 100% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  25% {-webkit-transform: rotate(15deg);transform: rotate(15deg);}
  50% {-webkit-transform: rotate(-15deg);transform: rotate(-15deg);}
  75% {-webkit-transform: rotate(5deg);transform: rotate(5deg);}
  85% {-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-webkit-keyframes icon-bounce {
  0%, 100% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  25% {-webkit-transform: rotate(15deg);transform: rotate(15deg);}
  50% {-webkit-transform: rotate(-15deg);transform: rotate(-15deg);}
  75% {-webkit-transform: rotate(5deg);transform: rotate(5deg);}
  85% {-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}

/*抬头*/
.head_bg{background: #333;width: 100%;min-width: 1200px;height: 38px;line-height: 38px;color: #ccc;font-size: 14px;}
.head,.top{width:1200px; margin:0 auto;}
.head_r{margin-top:2px;}
.wx,.e-m{width:28px; height:23px; background:#f5f5f5; border-radius:100%; margin:3px 0 0 24px; text-align: center; padding-top:5px; cursor: pointer;}
.wx{ position: relative;}
.wx p{width:90px; height:90px; padding:4px; border:1px #eee solid; background:#fff; transition:all linear 0.5s; -moz-transition:all linear 0.5s; -ms-transition:all linear 0.5s; -webkit-transition:all linear 0.5s; position: absolute; z-index: 9999; top:100px; left:-36px; display: none;}
.wx p img{width:100%;transition:all linear 0.5s; -moz-transition:all linear 0.5s; -ms-transition:all linear 0.5s; -webkit-transition:all linear 0.5s; }
.wx:hover p{ top:35px; display: block;}
.tel{padding-top:6px;}



/*搜索*/
.search{width: 28px; height:28px;  position: relative; z-index: 999; margin:3px 0 0 24px;}
.search-form {    position: absolute; right:0;}
.search-form .form-group {  
  float: right !important;
  -webkit-transition: all 0.35s, border-radius 0s;
  transition: all 0.35s, border-radius 0s;
  width: 28px;
  height: 28px;
  background-color: #f5f5f5; 
  border-radius: 100px;}

.search-form .form-group .form-control{width:26px; background:none; outline:none; color:#e1e1e1; padding-left: 10px; border: none; height:28px;  margin-right:30px;}
.search-form .form-group:hover .form-control{width: 150px;}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 190px;
  border-radius: 4px 25px 25px 4px; }
.search-form .form-group .form-control{opacity:0;}
.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: -1px;
  right: 1px;
  z-index: 2;
  display: block;
  padding: 6px; 
  text-align: center;
  left: initial;
  pointer-events: auto;
  }




/*导航*/
.top{height: 106px;}
.logo{margin-top: 26px;}
.name{width: 200px;height: 32px;line-height: 32px;text-align: center;font-size: 16px;color: #e71f18; font-weight:bold; background: #eee;border-radius: 50px;margin-top: 42px;margin-left: 20px;}
.nav{padding-top: 36px;}
.nav>ul>li{ float: left; display: block;position: relative;padding:0 24px; height:67px;}
.nav ul li>a{ display: block; line-height: 20px; color: #333; font-size: 15px; text-align: center; position: relative; z-index: 3333}
.nav ul li a span{display: block; font-size:12px; color:#999; }


.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(../../login.114my.cn/memberpic/025720/uploadfile/image/20181109/20181109093417_540761685.png)no-repeat center right;width: 11px;height: 6px;float: right;margin-top: 16px;margin-left: 11px;}

.NavCeshi > li.navcurrent, .NavCeshi > li:hover {border-bottom:3px #0077bf solid; }


.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: #0077bf 3px solid;opacity: 0;visibility: hidden;transform: translate3d(26px, 10px, 0px);-moz-transform: translate3d(26px, 10px, 0px);-webkit-transform: translate3d(26px, 10px, 0px);z-index: 9999;left:-70px;top: 72px;}
.nav ul li>ul li>a{background: #0077bf;-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: 20px;line-height: 20px;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: #0053b9;}
.nav ul li:hover > ul {opacity: 1;visibility: visible;transform: translate3d(26px, -6px, 0px);-moz-transform: translate3d(26px, -6px, 0px);-webkit-transform: translate3d(26px, -6px, 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;}

.nav ul li ul li{ position: relative;}
.nav ul li ul li div{position: absolute; top:0; left:210px;  opacity: 0; background:#fff; }
.nav ul li>ul li:hover div{opacity: 1;}
.nav ul li ul li div a{display:none; width:120px; float:left; text-align:center; line-height:62px;}
.nav ul li>ul li:hover div a{display:block; }
.nav ul li>ul li:hover div a:hover{ background:#eee; color:#0053b9;}

/*幻灯片*/

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

.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: #009c98;
}

.focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 250px;
    background: url(../../login.114my.cn/memberpic/025720/uploadfile/image/20181109/20181109164543_1310214425.png) no-repeat 0 0;
    cursor: pointer;
}

.focus .pre {
    left: 0;
}

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


/*内页幻灯片*/

.focus_n {
    width: 100%;
    min-width: 1200px;
    height: 350px;
    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: #333;
}

.focus_n .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 110px;
    background: url(../../login.114my.cn/memberpic/025720/uploadfile/image/20181109/20181109164543_1310214425.png) no-repeat 0 0;
    cursor: pointer;
    display: none;
}

.focus_n .pre {
    left: 0;
}

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

/*内页幻灯片*/

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

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

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

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

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

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

.focus_nt .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_nt .btn span.on {
    background: #009c98;
}

.focus_nt .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 110px;
    background: url(../../login.114my.cn/memberpic/025720/uploadfile/image/20181109/20181109164543_1310214425.png) no-repeat 0 0;
    cursor: pointer;
    display: none;
}

.focus_nt .pre {
    left: 0;
}

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

/*产品*/


.prod{ position: relative; width:100%； min-width:1200px; border-bottom:1px #e1e1e1 solid;}
.prod_t{background:#fff url(../uploadfile/image/20181124/20181124142013_506654812.jpg)no-repeat center top;}
.prod_m{height:70px; }
.prod_m a{display: block; width:200px; height:55px; float:left;  }
.prod_m div a:nth-child(1){margin-left:100px;}
.prod_m div a:nth-child(4){background:none;}
.prod_m a:after{content:"";display: block; margin:0 auto; width:160px; height:55px;  transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s;}
.prod_m div a:nth-child(1):after{ background: url(../uploadfile/image/20190118/20190118090922_1721093472.jpg)no-repeat center;}
.prod_m div a:nth-child(2):after{ background: url(../uploadfile/image/20181124/20181124155859_1947985105.png)no-repeat center;}
.prod_m div a:nth-child(3):after{ background: url(../uploadfile/image/20181124/20181124155859_2102462234.png)no-repeat center;}
.prod_m div a:nth-child(4):after{ background: url(../uploadfile/image/20181124/20181124155859_982505513.png)no-repeat center;}
.prod_m div a:nth-child(5):after{ background: url(../uploadfile/image/20181224/20181224141756_1228583071.jpg)no-repeat center;}

.prod_m a:hover:after{border-radius:10px; box-shadow: 0 0 15px #aaa;}

.prod_m div a:hover:nth-child(1):after{ background: url(../uploadfile/image/20190118/20190118090609_1502806022.jpg)no-repeat center;}
.prod_m div a:hover:nth-child(2):after{ background: url(../uploadfile/image/20181124/20181124160005_1771217119.png)no-repeat center;}
.prod_m div a:hover:nth-child(3):after{ background: url(../uploadfile/image/20181124/20181124160005_1018428692.png)no-repeat center;}
.prod_m div a:hover:nth-child(4):after{ background: url(../uploadfile/image/20181124/20181124160006_1878425020.png)no-repeat center;}
.prod_m div a:hover:nth-child(5):after{ background: url(../uploadfile/image/20181224/20181224141741_197584054.jpg)no-repeat center;}



.prod_d{padding-top:20px;width:1200px;margin:0 auto;position: relative; }
.prod #bd{ width:1200px !important;height:360px; margin:0 auto;}

#prod_a{display: block;width:180px;height:40px;border:1px #ccc solid; position:absolute;top:380px; font-size:14px; line-height:40px; text-align:center;left:42.4%; color:#666;}
#appr_l, #appr_r{display:block;width:49px;height:97px;position:absolute;top:120px; cursor: pointer; opacity: 0.2;}
#appr_l{left:-80px;background: url(../uploadfile/image/20181124/20181124143231_567758612.jpg)no-repeat center;} 
#appr_r{right:-80px;background: url(../uploadfile/image/20181124/20181124143245_681964151.jpg)no-repeat center;}

#bd td { display: block; float: left; padding: 0 !important; width: 283px; border:1px #eee solid; position: relative;    margin-right: 20px;}
#bd td > a:after,.pro_cont_page td > a::after{ content: ''; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.5) url(../uploadfile/image/20181126/20181126191951_216261902.png) no-repeat center; left:0; top: -100%; transition:0.3s all ease-in-out; }

#bd td > span { height:44px; width:100% !important; padding-top: 0 !important; display: block; overflow: hidden; background:rgba(0,0,0,0.2);    position: absolute; bottom:0;}
#bd td > span > a{ display:block; height: 44px; line-height: 44px; color: #fff; font-size: 14px; transition:0.3s all ease-in-out; position: relative; z-index: 1111}
#bd td > span:after,.pro_cont_page td > span::after{ position: absolute; content: ''; width: 100%; height: 100%; background: #0077bf; bottom: -100%; left: 0; transition:0.3s all ease-in-out; }
#bd td:hover > a:after,.pro_cont_page td:hover > a::after{ top: 0; }
#bd td:hover > span > a{ color: #fff; }
#bd td:hover > span:after,.pro_cont_page td:hover > span::after{ bottom: 0; }
#bd td br { display: none;}
#bd tr:after, .pro_cont_page tr::after { content: ''; display: block; clear: both; }
#bd td a{ position: relative; display: block; overflow: hidden; }
#bd td a img{ display: block; width: 100%; height: auto; transition:0.5s all ease-in-out;}
#bd td:hover a img{ transform:scale(1.1); }

/*服务体系*/
.ser_t{background: url(../uploadfile/image/20181124/20181124150430_915722217.jpg)no-repeat center top;}
.ser_d{width:1200px; margin:0 auto;}
.ser_d li{width:285px; float:left; position: relative; overflow: hidden; margin-left:20px; height:236px;background:#000;}
.ser_d li:nth-child(1){margin-left:0;}
.ser_d li img{width:100%; opacity: 0.5; transition:all linear 0.5s; -moz-transition:all linear 0.5s; -ms-transition:all linear 0.5s; -webkit-transition:all linear 0.5s;}
.ser_d li p{width:100%; height:50px;  font-size:20px; text-align:center; color:#333; line-height:50px; background:#eee; position: relative;
    z-index: 1;}
.ser_d li i{display: block;position: absolute; top:30%; left:50%; margin-left:-34px; height:100px; text-align:center; width:70px;}

.ser_d li:hover img{transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1); opacity: 0.2;}

/*关于我们*/
.com_t{background: url(../uploadfile/image/20181124/20181124150040_197314682.jpg)no-repeat center top;}
.com_b{width:100%; min-width:1200px; height:394px; background: url(../uploadfile/image/20181124/20181124161727_1011108701.jpg)no-repeat center top;}

.com_bl{width:714px;color:#fff; }
.com_bl p{font-size:24px; padding:70px 0 36px 0; }
.com_bl span{display: block; font-size:14px; line-height:30px; height:160px; }
.com_bl a{display: block; width:122px; height:41px; line-height:41px; padding-left:20px; position: relative;font-size:14px; color:#333;    overflow: hidden; background: url(../uploadfile/image/20181124/20181124162224_632446259.png)no-repeat left;}
.com_bl a i{display: block; width:14px; height:12px; position: absolute;left:86px;top:14px; background: url(../uploadfile/image/20181124/20181124162546_1484974537.jpg)no-repeat center; transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s;}


.com_br{width:415px; padding-top:14px;}
.com_br a{display: block; width:288px; height:80px; line-height:80px; border-bottom:1px #e1e1e1 solid;position: relative;}
.com_br a i{display: block;width:8px; height:8px; border-radius:100%;background:#aaa; left:0; bottom:-4px; position: absolute; }
.com_br a:hover i{background:#000;}
.com_br a:nth-child(1){margin-left:120px;}
.com_br a:nth-child(2){margin-left:80px;}
.com_br a:nth-child(3){margin-left:40px;}
.com_br a p{font-size:16px; color:#000; opacity: 0.5; padding-left:150px;}
.com_br a:hover p{ opacity: 1; }

.com_br a:nth-child(1) p{background: url(../uploadfile/image/20181124/20181124164427_883064557.png)no-repeat 114px center; }
.com_br a:nth-child(2) p{background: url(../uploadfile/image/20181124/20181124164427_2116245043.png)no-repeat 114px center; }
.com_br a:nth-child(3) p{background: url(../uploadfile/image/20181124/20181124164427_26753667.png)no-repeat 114px center; }
.com_br a:nth-child(4) p{background: url(../uploadfile/image/20181124/20181124164427_168654038.png)no-repeat 114px center; }



/*新闻*/
.news{ width:1200px !important;margin:0 auto; }
.news>div{ height:380px;}
.news_t{height:120px; padding-top:60px; text-align:center;}
.news_t p{  font-size:30px; font-weight:bold; color:#0077bf; background: url(../uploadfile/image/20181124/20181124165947_2051911299.jpg)no-repeat center;}
.news_t a{ font-size:18px;padding:0 30px; line-height:50px; background: url(../uploadfile/image/20181124/20181124170221_310253136.jpg)no-repeat left center;}
.news_t a:hover{color:#0077bf; background: url(../uploadfile/image/20181124/20181124171324_1775017064.jpg)no-repeat left center;}

.news_d{position: relative; height:400px;width:1200px;margin:0 auto; }

.news_d #news_l,.news_d #news_r{display:block;width:49px;height:97px;position:absolute;top:100px;     cursor: pointer;}
.news_d #news_l{left:-60px;background: url(../uploadfile/image/20181124/20181124143231_567758612.jpg)no-repeat center;} 
.news_d #news_r{right:-60px;background: url(../uploadfile/image/20181124/20181124143245_681964151.jpg)no-repeat center;}


.news_d .news_div_item{ position:relative;width:360px; float: left;height:387px; margin-left: 30px;}
.news_d .divdgweb_new_div_item{position:relative;width:330px; float: left;height:387px;     margin-left: 20px;}
.news_d .divdgweb_new_div_item:hover{-webkit-box-shadow:0px 0px 15px #ccc;box-shadow:0px 0px 15px #ccc;-webkit-animation:test 0.3s ease-in 2;animation:test 0.3s ease-in 2;}
.news_d .news_div_item_pic{ position:absolute; top:0;}
.news_d .news_div_item_pic a{display:block; width:360px; height:245px; position: relative; overflow: hidden;}
.news_div_item .news_div_item_pic a:after{content:"";display:block;width:100%; height:100%; position: absolute; top:-250px; left:0; background: rgba(0,0,0,0.5) url(../uploadfile/image/20181126/20181126191951_216261902.png) no-repeat center; transition:0.3s all ease-in-out; transition:0.3s all ease-in-out; }
.news_div_item:hover .news_div_item_pic a:after{ top:0; left:0; }

.news_d .news_div_item_pic img{width:358px; height:243px;border: 1px #f5f5f5 solid; transition:all linear 0.5s; -moz-transition:all linear 0.5s; -ms-transition:all linear 0.5s; -webkit-transition:all linear 0.5s;}
.news_div_item:hover .news_div_item_pic  img{ transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1);}
.news_d .news_div_item_content{line-height:30px; height:100px; width:348px; padding:12px 0 12px 12px;position:absolute; top:240px; }
.news_d .divdgweb_new_div_item_content{line-height:30px; height:82px; width:340px; padding:20px;position:absolute; top:265px; }
.news_d .news_div_item_body,.news_d .divdgweb_new_div_item_body{ color:#666; line-height:22px; margin-top:20px;}
.news_d .news_div_item_a,.news_d .divdgweb_new_div_item_a{color:#444; font-size:15px; font-weight:bold;}
.news_d .news_div_item_a:hover,.news_d .divdgweb_new_div_item_a:hover{color:#0077bf;}

.news_d .news_div_item_date,.news_d .divdgweb_new_div_item_date{position:absolute; left:0; line-height:15px; top:280px; left:12px; z-index: 9;color:#ccc;}
.news_d .news_div_item_date div,.news_d .divdgweb_new_div_item_date div{float:left;}


.news_b a{display:block; margin:0 auto;  width:160px; height:50px; line-height:54px; color:#0077bf; font-size:16px; padding-left:66px; border:1px #0077bf solid;   background: url(../uploadfile/image/20181124/20181124173122_187697551.png)no-repeat 160px center; transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s;  }
.news_b a:hover{width:166px; color:#fff;background:#0077bf url(../uploadfile/image/20181124/20181124173400_1425060665.png)no-repeat 160px center;}


/*版权*/
.foot_bg{border-top:3px #0077bf solid; background:#222; padding-top:40px; height:180px; color:#999; }
.foot_l{width:386px; padding-top:10px; }
.foot_l p{height:36px; margin-bottom:30px;}
.foot_l p img{display:block;  float:left; }
.foot_l span{line-height:36px; padding-left:10px; font-size:16px; display:block; float:left;}
.foot_m{padding-left:60px; border-left:1px #333 solid; font-size:14px; line-height:30px;}
.foot_r{width:300px;}
.foot_r li{float:left; width:110px; margin-left:30px;text-align:center;}
.foot_r li img{width:110px; display:block; padding:2px; background:#fff;}
.foot_r li span{  line-height:40px; font-size:14px;}


.copy_bg{background:#181818; height:60px; line-height:60px;text-align:center;}
.copy_t{color:#999; line-height:50px; padding-top:16px;}
.copy_t a{color:#999; font-size:16px;}
.copy_t a:hover,.copy_b a:hover{color:#fff;}
.copy_b{font-size:14px;}




/*内页banner*/
.banner_about{ width:100%; height:350px; background:url(../uploadfile/image/20181127/20181127090427_1737720031.jpg) center; overflow:hidden;}
.banner_prod{ width:100%; height:350px; background:url(../uploadfile/image/20181127/20181127090452_1597408743.jpg) center; overflow:hidden;}
.banner_news{ width:100%; height:350px; background:url(../uploadfile/image/20181127/20181127090506_701417220.jpg) center; overflow:hidden;}
.banner_cont{ width:100%; height:350px; background:url(../uploadfile/image/20181127/20181127090524_1177345004.jpg) center; overflow:hidden;}
.banner_zy{ width:100%; height:350px; background:url(../uploadfile/image/20181205/20181205143533_1727355819.jpg) center; overflow:hidden;}
.banner_jz{ width:100%; height:350px; background:url(../uploadfile/image/20181213/20181213111430_130967123.jpg) center; overflow:hidden;}


/*内页新闻*/
.dgweb_content_title h4{font-size:18px; color:#333 !important; line-height:40px;}
.dgweb_content_title hr{display:none;}
.dgweb_list_item_a{padding-bottom: 15px !important;}


/*内页小导航*/
.mianbxContent{ width:1200px !important; text-align:left !important; height:40px !important;  line-height:40px !important; 
margin-bottom:10px !important; }
.strong_title{display:none;}


#bodycon{padding-top:30px !important; padding-bottom:30px;width:100% !important;}


.pcontent_title_h4 h4{text-align: center; font-size:16px; color:#333 !important;    display: none;}
.pcontent_title_h4{width: 900px !important; display: none;}

.detail_title{width: 100% !important;margin-left:0px !important; background:#0053b9; color:#fff; line-height:30px; font-size:18px;    margin-top: 10px; display: none;}
.detail_title strong{padding-left:10px;}

/*内页分类*/
.list_bg{height:90px; margin-top:1px; border-bottom:1px #eee dashed;}
.list{width:1200px; margin:0 auto;}
.list li{display: block; width:220px; height:90px; float:left;position: relative; transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s;}
.list li:nth-child(1){margin-left:60px;}
.list li>a{display: block; margin:0 auto; width:160px; height:90px;  transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s;}
.list_t1{ background: url(../uploadfile/image/20190118/20190118090609_1502806022.jpg)no-repeat center;}
.list_t2{ background: url(../uploadfile/image/20181124/20181124160005_1018428692.png)no-repeat center;}
.list_t3{ background: url(../uploadfile/image/20181124/20181124160005_1771217119.png)no-repeat center;}
.list_t4{ background: url(../uploadfile/image/20181124/20181124160006_1878425020.png)no-repeat center;}
.list_t5{ background: url(../uploadfile/image/20181224/20181224141127_239316049.jpg)no-repeat center;}

.list li p{ width:100%;height:0; opacity: 0;  transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s; position: absolute; left:0;  z-index: 1;  display: none;}
.list li p a{display: block; line-height:44px;background:#0174bc; border-bottom:1px #0a8cdb solid; color:#fff; font-size:14px; padding-left:14px; transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s;}
.list li p a:hover{background:#019994;}
.list li:hover p{height:auto; opacity: 1;top:90px; display: block;}

.pro_pic img{border:1px #eee solid !important; }
.pro_name a{line-height:40px; font-size:14px; color:#333; font-weight:bold;}

/*分页*/
.pages_info{overflow:hidden;text-align:center;margin-top: 20px !important;}
.pages_info span{display:inline-block;padding:5px 12px;border: 1px dashed #ccc;}
.pages_info span+span{margin-left:5px;}




/*内页新闻*/
.pro_list_box_item_zdy{display:block;height:166px;overflow:hidden;  padding: 14px 10px 0 14px; background:#fafafa; margin-bottom:20px;}
.pro_list_box_item_zdy:hover{background:#f1f1f1;}
.pro_list_box_item_l_zdy{width:200px; height:150px; float:left;}
.pro_list_box_item_l_zdy a img {width:200px; height:150px; border:1px solid #eee;}
.pro_list_box_item_l_zdy a:hover img { border:1px solid #0071bb; }
.pro_list_box_item_r_zdy{width:960px; float:right; text-align:left;}
.pro_list_box_item_r_zdy p{height: 26px; font-size: 16px; color: #000; border: none;line-height: 26px;padding-bottom: 5px;}
.pro_list_box_item_r_zdy p a{height: 26px; font-size: 16px; color: #0071bb; border: none;}
.pro_list_box_item_r_zdy div{ font-size:13px; font-weight:normal; color:#888; height:68px; overflow:hidden; line-height:23px; }
.pro_list_box_item_r_zdy div > span{font-size:13px !important; font-weight:normal; color:#888;  overflow:hidden; line-height:24px !important;}
.pro_list_box_item_r_zdy div p{ font-size:13px; font-weight:normal;}
.pro_list_box_item_r_zdy a{text-decoration:none}
.pro_list_box_item_r_zdy a:hover{text-decoration:none}
.pro_list_box_item_zdy:hover .pro_list_box_item_r_zdy a{background:#0071bb;}
.pro_list_box_item_zdy:hover .pro_list_box_item_r_zdy p{color:#0071bb;}

.content_more_a_zdy{ width:90px; height:30px; background: #c1c1c1; display:block; margin-top:10px;  text-align: center; line-height: 29px; height: 30px; color: #fff !important;font-size: 13px !important; letter-spacing: 0.5px;}
.dgcontent_title_h5 { display: block;text-align: center;border-bottom:1px solid #ddd;height:55px !important;line-height:55px !important;margin: 10px auto 25px !important;}
.dgcontent_title_h5 h5,.dgcontent_title_h5 h5 strong{ font-size:18px}
.news_content_title { display: block;text-align: center;height:55px !important;line-height:55px !important;margin: 10px auto;}
.news_content_title h3,.news_content_title h3 strong{ font-size:18px}
.news_content_title hr{display:none;}
.content_more_a_zdy::after,.content_more_a_zdy:after{content: '查看更多>>';color: #fff;}



.shopmrsc{ padding: 14px 10px 14px 14px; background:#fafafa; margin-bottom:20px; border:0 !Important;}
.shopmrsc:hover{background:#f1f1f1;}
.shopmrsc li a.xwlb_img{width:182px; height:137px; }
.xwlb_content{width:960px !important;}
.shopmrsc a:hover{color:#0071bb !important; }
.news_content_title hr{display:none;}
.news_content_title h3{font-size:16px; color:#333;}
.xwlb_img img{border: 1px #eee solid;}

.xw{line-height:30px; font-size:14px;}

/*技术支援*/
    .support_wt li{display: block;position: relative;float: left;width: 292px;overflow:hidden;height: 220px;    margin-right:10px;}
    .support_w{position: absolute;top:170px;left: 0px;width: 290px;background:rgba(0,0,0,0.6);height: 36px;line-height: 36px;color: #fff;font-size: 16px;    margin-left: 1px;}
    .support_w i{background: url(../uploadfile/image/20181126/20181126164633_782736007.png)no-repeat center;display: block;float: left;height: 36px;width: 10px;padding-right: 22px;}
    .support_wt li:nth-child(4){margin-right: 0px;}
    .support_wt li:hover{-webkit-animation: test 0.3s ease-in 2;animation: test 0.3s ease-in 2;}








   .comn_bg{background: url(../uploadfile/image/20181127/20181127101259_594507173.png)no-repeat center bottom;width: 100%;min-width: 1200px;height: 600px; padding-top:20px;}
    .comn_t{text-align: center;}
    .comn_t p{font-size: 32px;color: #333;}
    .comn_t span{display: block;background: url(../uploadfile/image/20181126/20181126175005_377857629.png)no-repeat center;margin: 0 auto;height: 36px;line-height: 36px;margin-top: 20px;}
.comn_m{margin-top: 50px;}
    .comn_w{font-size: 15px;line-height: 28px;width: 600px;margin-top: 60px;}
    .comn_w p{margin-bottom: 22px;}
#ser_bg {
    width: 100%;
    height: 220px;
    padding-top:200px;
}

#tablit {background: url(../uploadfile/image/20181126/20181126211004_1627328751.png) no-repeat center;
    margin: 0 auto;
    height: 50px;
    position: relative;
}
.tabcon:nth-child(2n-1){background: url(../uploadfile/image/20181126/20181126211035_1900454365.png) no-repeat center;}
#tablit dl {

position: relative;
     width: 100%;
    margin: 0 auto;
}

#tablit dl dd {position: absolute; float: left;min-width:50px; min-height: 50px; background: url(../uploadfile/image/20181126/20181126211106_1862350567.png) no-repeat center;    color: #fff;    line-height: 0px;}


#tablit dl dd:hover,#tablit .on {background: url(../uploadfile/image/20181126/20181126211129_13687059.png) no-repeat center;}

.tabcon {
    width:236px;
    position: absolute;
    top: 70px;
    background: url(../uploadfile/image/20181126/20181126211153_913092756.png)no-repeat;
    height: 126px;
}

.tabcon p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    width: 200px;
    margin: 0 auto;
    padding-top:10px;
    padding-bottom: 10px;
}
.tabcon p>span{
    font-size:18px;
    color: #333;display: block;font-weight: bold;
}    
#showtd0{left:7%;}
#showtd1{left:14%;}
#showtd2{left:21%;}
#showtd3{left:28%;}
#showtd4{left:35%;}
#showtd5{left:42%;}
#showtd6{left:49%;}
#showtd7{left:56%;}
#showtd8{left:63%;}
#showtd9{left:70%;}
#showtd10{left:77%;}
#showtd11{left:84%;}
#showtd12{left:92%;}    

#showdiv0 {
    left:-0.7%;top: 60px;
}

#showdiv1 {
    left:6.3%; top:-145px;
}

#showdiv2 {
    left: 13.3%;top: 60px;
}

#showdiv3 {
    left: 20.3%;top:-145px;
}

#showdiv4 {
    left: 27.3%;top: 60px;
}

#showdiv5 {
    left: 34.3%;top:-145px;
}

#showdiv6 {
    left: 41.3%;top:60px;
}
#showdiv7 {
    left: 48.3%;top:-145px;
}
#showdiv8 { left: 55.3%;top: 60px;
}    
#showdiv9 { left: 62.3%;top:-145px;
}  
#showdiv10 { left: 69.3%;top: 60px;
}
#showdiv11 { left: 76.3%;top: -145px;
}      
#showdiv12 { left: 84.3%;top: 60px;
}


   
    .growth_bg{background: url(../uploadfile/image/20190105/20190105143317_1077544950.jpg)no-repeat center;width: 100%;min-width: 1200px;height:807px;}
    .page{width: 1200px;margin: 0 auto;min-width: 1200px;}
    .comm_a{width: 200px;height: 50px;line-height: 50px;border: 1px #fff solid;color: #fff;font-size: 16px;text-align: center;border-radius: 50px;margin: 0 auto;margin-top: 20px;}  
.con_con {
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto;
}
.con_con_in {
    overflow: hidden;
}
.h_title {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 50px;
}
.h_title.contact {
    padding: 55px 0 30px 0;
}
.h_title div {
    width: 250px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #C60211;
    margin: 0 auto;
    position: relative;
}
.h_title .div1 {
    width: 300px;
}
.con_con_below {
    height: 110px;
    line-height: 85px;
    width: 100%;
    overflow: hidden;
}
.one_move {
    height: 43px;
    width: 347px;
    background: url(../../login.114my.cn/memberpic/dgkesu/uploadfile/image/20181031/20181031105112_1338371695.png) #fff no-repeat;
    margin: 20px auto;
}
.h_title div strong {
    font-weight: normal;
    font-size: 18px;
}
.h_title.contact strong {
    font-size: 18px;
}
.h_title div .span1, .h_title div .span2 {
    width: 80px;
    height: 1px;
    display: block;
    background: #C60211;
    position: absolute;
    top: 10px;
}
.h_title div .span1 {
    left: 0;
}
.h_title div .span2 {
    right: 0;
}
    .growth_t{text-align: center;color: #fff;padding-top: 70px;}
    .growth_t p{font-size: 32px;}
    .growth_t span{background: url(../uploadfile/image/20181126/20181126202126_244621155.png)no-repeat center;margin: 0 auto;display: block;height: 36px;line-height: 36px;margin-top: 20px;}
/*服务体系*/
    .service_t{text-align: center;}
    .service_t p{font-size: 32px;color: #333;}
    .service_t span{display: block;background: url(../uploadfile/image/20181126/20181126175005_377857629.png)no-repeat center;margin: 0 auto;height: 36px;line-height: 36px;margin-top: 20px;} 
    .service_wt{margin-top: 75px;}
    .service_wt li{display: block;float: left;width: 300px;height: 300px;}
    .service_wt li:nth-child(1){background: url(../uploadfile/image/20181126/20181126203255_620602935.png)no-repeat center;}
    .service_wt li:nth-child(2){background: url(../uploadfile/image/20181126/20181126203340_1417516228.png)no-repeat center;}
    .service_wt li:nth-child(3){background: url(../uploadfile/image/20181126/20181126203255_620602935.png)no-repeat center;}
    .service_wt li:nth-child(4){background: url(../uploadfile/image/20181126/20181126203340_1417516228.png)no-repeat center;}
    .service_wt li .bg1{background: url(../uploadfile/image/20181126/20181126203515_1710983845.png)no-repeat center;height: 300px;width: 300px;}
    .service_wt li .bg2{background: url(../uploadfile/image/20181126/20181126203558_1918657793.png)no-repeat center;height: 300px;width: 300px;}
    .service_wt li .bg3{background: url(../uploadfile/image/20181126/20181126203612_1615015880.png)no-repeat center;height: 300px;width: 300px;}
    .service_wt li .bg4{background: url(../uploadfile/image/20181126/20181126203627_1628710998.png)no-repeat center;height: 300px;width: 300px;}
    .service_wt li p{text-align: center;font-size: 24px;color: #fff;padding-top: 160px;}
    .service_tel{background: #333;color: #fff;font-size: 18px;text-align: center;width: 277px;height: 53px;line-height: 53px;border-radius: 50px; margin: 0 auto;margin-top: 72px;}
/*营销网络*/
    .market_bg{background:#eee;width: 100%;min-width: 1200px;height: 692px;}
    .market_t{text-align: center;padding-top: 50px;}
    .market_t p{font-size: 32px;color: #333;}
    .market_t span{display: block;background: url(../uploadfile/image/20181126/20181126175005_377857629.png)no-repeat center;margin: 0 auto;height: 36px;line-height: 36px;margin-top: 20px;}
    .market_img p{text-align: center;font-size: 21px;color: #333;margin-top: 10px;}
/*资质证书*/
    .honor_t{text-align: center;}
    .honor_t p{font-size: 32px;color: #333;}
    .honor_t span{display: block;background: url(../uploadfile/image/20181126/20181126175005_377857629.png)no-repeat center;margin: 0 auto;height: 36px;line-height: 36px;margin-top: 20px;}
/*联系方式*/
.trend_t{text-align: center;margin-bottom: 40px;}
.trend_t p{font-size: 32px;color:#333;}
.trend_t span{background: url(../uploadfile/image/20181126/20181126175005_377857629.png)no-repeat center;width: 496px;height: 43px;line-height: 42px;margin: 0 auto;display: block;margin-top: 20px;}
.trend_w{font-size: 14px;line-height: 28px;text-indent: 32px;margin-top: 20px;}    
.touch_w{width: 570px;}
.touch_w1{font-weight: bold;font-size: 22px;color: #333;padding-top: 20px;border-bottom: 1px #eee solid;padding-bottom: 10px;margin-bottom: 40px;}
.touch_w2{font-size: 16px;line-height:42px;color: #666;margin-top: 10px;}
.touch_w2 span>img{width: 35px;display: block;float: left;margin-right: 20px;}
    .touch_wt{margin-top:10px;}
    .touch_wt li{display: block;width:370px;  border-bottom: 1px #ccc dashed;padding:14px 0 14px 14px;}
    .touch_w3{font-size: 18px;color: #333;}
    .touch_w4{font-size: 14px;line-height: 32px;margin-top: 10px;}
    .touch_w4 span{display: block;position: relative;padding-left: 16px;}
    .touch_w4 span:before{content:"";position: absolute;top: 14px;left: 0px;width: 5px;height: 5px;background: #c60211;border-radius: 50%;}
    .touch_wt li:nth-child(3){margin-right: 0px;}
/*在线留言*/
    .lxf{width: 750px;background: #f5f5f5;padding: 0 20px 20px 20px;}
    .liuyann_til{font-size:20px;font-weight: bold;color: #0077bf;margin-top: 20px;margin-bottom: 4px;}
    .liuyann_wz{font-size: 14px;color: #333;margin-bottom: 15px;}
    .lxf #tianxiethree input{display: block;width: 730px;height: 38px;margin-bottom: 10px;padding-left: 10px;    border-radius: 10px;    border: 1px #ddd solid;}
    .lxf #tianxiethree textarea{display: block;width: 730px;    margin-bottom: 13px;    border-radius: 10px;    border: 1px #ddd solid;    height: 86px;padding-top: 34px; padding-left: 14px;}
/**/
.news_nav{ overflow:hidden; width:100%; height:70px; position:relative;}
.news_nav i{ display:block; width:100%; height:1px; background-color:#e9e9e9; position:absolute; left:0; bottom:0;}
.news_nav ul{ overflow:hidden; position:relative; z-index:2}
.news_nav li{ float:left; font-size:14px; margin-right:9px; height:68px; line-height:68px;}
.news_nav li a{ color:#323232; display:block; text-decoration:none;    width: 100px;text-align: center;font-size: 14px;}
.news_nav li.on a{color: #fff;}
.news_nav li.on, .news_nav li:hover{ font-weight:bold; background:#0077bf;}
.news_nav li.on, .news_nav li a:hover{color: #fff;}

    /*联系方式*/
    .touchh_l{width: 500px;}
    .map_r{width: 700px;}
    .touchh_t p{font-size: 30px;padding-bottom: 18px;color: #2f2f2f;font-weight: 400;padding-top: 45px;}
    .touchh_t span{display: block;width: 34px;border-bottom: 2px solid #000;}
    .touchh_w{font-size: 18px;line-height: 36px;color: #333;font-weight: 500;margin-top: 30px;margin-bottom: 10px;}
    .touchh_w1{font-size: 16px;line-height: 36px;color: #666;}
    .touchh_w1 a{font-size: 16px;color: #666;}
    .touchh_w2{font-size: 14px;color:#888;margin-top:12px;}
    .online_t{text-align: center;margin-top: 50px;color: #0093dd;}
    .online_t p{font-size: 24px;margin-bottom: 10px;}
    .online_t span{font-size: 18px;font-weight: bold;}
    .index-active-yy input{border-top: none;border-left: none;border-right: none;border-bottom: 1px #ccc solid;    width: 320px;margin-right:70px;    height: 34px;margin-top: 30px;}
    .index-active-yy input:nth-child(1){background: url(../uploadfile/image/20181126/20181126213920_1795353827.png)no-repeat center left;background-size: 20px;padding-left: 30px;}
    .index-active-yy input:nth-child(2){background: url(../uploadfile/image/20181126/20181126213939_1172637549.png)no-repeat center left;background-size: 20px;padding-left: 30px;}
    .index-active-yy input:nth-child(3){margin-right: 0px;background: url(../uploadfile/image/20181126/20181126213954_1304219196.png)no-repeat center left;background-size: 20px;padding-left: 30px;}
    .index-active-yy input:nth-child(4){margin-right: 0px;width: 1170px;margin-top: 40px;background: url(../uploadfile/image/20181126/20181126214007_1606146581.png)no-repeat center left;background-size: 20px;padding-left: 30px;}
    .index-active-yy button{width: 100px;height: 40px;border:1px #e8e8e8 solid; margin-left: 550px;margin-top: 20px;background:#fff;}

/*咨询专家*/
.lxfsl  p{line-height:30px;    margin-top: 20px}
.liuyan_til {font-size:20px; color:#0077bf; font-weight:bold; margin-bottom:4px;    margin-top: 20px;}
.liuyan_wz { color:#333; font-size:14px; font-weight: normal; margin-bottom:15px;}
.liuyan { width:800px; overflow:hidden;}
.liuyan li { width:350px; float:left; margin-bottom:10px; margin-right:20px;}
.liuyan li input { background:#ededed; height:34px; line-height:34px; outline:none; width:358px; border: none; padding-left:10px; color:#333}
.liuyan li textarea {background:#ededed; padding-left:10px; height:80px; outline:none; width:356px; color:#333; border: none; line-height:32px;}
.liuyan li.lnrirong {width:368px;}
.liuyan li.lnrirong strong { float:left}
.liuyan li.tijiao input:nth-child(1) { width:100px; background:#0280ca; color:#fff; cursor: pointer; padding-left:0px;}
.liuyan li.tijiao input:nth-child(2) { width:100px; background:#5dbd25; color:#fff; cursor: pointer; padding-left:0px;}    
#tianxiethree input {
    height: 34px;
    line-height: 34px;
    outline: none;
    width: 787px;
    border: none;
    padding-left: 10px;
    color: #333;
	border:1px  solid  #eee;
    border-radius: 10px;
    margin-bottom: 10px;
}
#tianxiethree textarea {
    padding-left: 10px;
    height: 80px;
    outline: none;
    width: 784px;
    color: #333;
    border: none;
    line-height: 32px;
	 border: 1px solid #eee;
        border-radius: 10px;
    margin-bottom: 10px;
}
.serve_t{margin-bottom: 10px; width:300px; height:398px; border:1px #eee solid; padding:20px;}
.serve_t p{color: #0077bf;font-size: 16px;font-weight: bold; padding:20px 0 10px 0;}
.serve_t span{color: #666;font-size: 14px;}
.lxfsr{width:800px; background:#f5f5f5; padding:0 20px 20px 20px;}
















/*行业资讯参数*/

    .KJ {
        width：100%;
    }
    .xs {
        width: 1200px;
    }
    .kja {
        height: 50px;
        border-bottom: 1px solid #006699;
        margin-top: 24px;
    }
    .kja p {
        color: #006699;
        font-size: 24px;
    }
.kjb p{ margin:4px 0 14px 0;}
    .kjb {
        width: 878px;
        float: left;
        padding-top: 15px;
    }
    .kjb img {
        margin-right: 20px;
        width: 195px;
    }
    .kjz img {
        width: 220px;
        border: 1px solid #ccc;
    }
    .kjz a {
        display: block;
        float: left;
        width: 222px;
    }
    .kjz {
        padding-top: 30px;
    }
    .kjz p {line-height:40px;
        text-align: center;
    }
    .kjc img {
        float: right;
        margin-top: 21px;
        width: 300px;
        border: 1px solid #ccc;
    }
    .kjz a {
        margin-right: 22px;
    }
/*浮动*/
.qqkefu{
    position: fixed;
    top:44%;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 20;
    /*right:0;*/
    right: 10px;
    width:39px;
}
.qqkefu ul li{
    width: 45px;
    height:45px;
    margin-bottom:1px;
    float:right;
    background:url("../uploadfile/image/20181127/20181127102654_863819917.png") no-repeat;
    background-color:#333;
    line-height:45px;
    font-size:14px;
    cursor:pointer;
    position:relative;
}
.qqkefu ul li a{
    color:#fff;
    overflow: hidden;
    display: block;
    height: 45px;
    padding-left: 10px;
}
.qqkefu ul li.qq_cza{
    overflow:hidden
}
.qqkefu ul li:hover{
    background-color:#0077bf;
}
.qqkefu ul li.top{
    background-position: 0 0;
    position:relative;
    width:45px;
    height: 45px;
    cursor:pointer;
}

.qqkefu ul li b{
    width:45px;
    height:45px;
    display:block;
    overflow:hidden;
    float:right;
}
.qqkefu ul li span{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}
.qqkefu ul li.qq_phone{
    background-position: right -46px;
}
.qqkefu ul li.qq_ku{
    background-position: right -92px;
}
.qqkefu ul li.qq_ms{
    background-position: right -138px;
}
.qqkefu ul li.qq_czb{
    background-position: right -184px;
}
.qqkefu ul li.qq_czc{
    background-position: right -184px;
}
.qqkefu ul li.qq_app{
    background-position: right -228px;
}
.qqkefu ul li.qq_czae{ line-height:15px !important}

    .erweima{
    width: 220px;
    height:250px;
    position: absolute;
    top: -107px;
    left: -230px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.erweima p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 150px;
}
.erweima p img{
    width: 200px;
    height: 200px;
    margin: 10px 10px 0px 10px;
}
.erweima span{display: block; width:220px; text-align: center; color:#333 !important; font-size:16px !important; line-height:40px;     font-weight: normal !important;}
.erweima .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 122px;
}
    .app{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.app p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.app p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.app .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 132px;
}


    .erweima1{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.erweima1 p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.erweima1 p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.erweima1 .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 122px;
}

/*在线留言*/
.touch_t{text-align: center;margin-bottom: 20px;}
.touch_t p{font-size: 32px;color:#333;}
.touch_t span{background: url(../uploadfile/image/20181126/20181126175005_377857629.png)no-repeat center;width: 496px;height: 43px;line-height: 42px;margin: 0 auto;display: block;margin-top: 20px;}
    .online_t{text-align: center;margin-top: 50px;color: #0093dd;}
    .online_t p{font-size: 24px;margin-bottom: 10px;}
    .online_t span{font-size: 18px;font-weight: bold;}
    .index-active-yy input{border-top: none;border-left: none;border-right: none;border-bottom: 1px #ccc solid;    width: 320px;margin-right:70px;    height: 34px;margin-top: 30px;}
    .index-active-yy input:nth-child(1){background: url(../uploadfile/image/20181130/20181130091537_1143018095.png)no-repeat center left;background-size: 20px;padding-left: 30px;}
    .index-active-yy input:nth-child(2){background: url(../uploadfile/image/20181130/20181130091559_586314166.png)no-repeat center left;background-size: 20px;padding-left: 30px;}
    .index-active-yy input:nth-child(3){margin-right: 0px;background: url(../uploadfile/image/20181130/20181130091619_1772951890.png)no-repeat center left;background-size: 20px;padding-left: 30px;}
    .index-active-yy input:nth-child(4){margin-right: 0px;width: 1170px;margin-top: 40px;background: url(../uploadfile/image/20181130/20181130091637_1272338832.png)no-repeat center left;background-size: 20px;padding-left: 30px;}
    .index-active-yy button{width: 100px;height: 40px;border:1px #e8e8e8 solid; margin-left: 550px;margin-top: 20px;background:#fff;}




.zcs div .element{height: 0px;}

#bodycon #center{width:100% !important;}

.product_content{width:100% !important; padding-top:50px;}


/*定期校正*/
    .correction{    margin-top: 30px;}
    .correction_t{text-align: center;font-size: 42px;color: #333;}
    .correction_l{width: 600px;}
    .correction_l p{font-size: 28px;color: #333;font-weight: bold;margin-bottom: 22px;margin-top: 40px;}
    .correction_l span{font-size: 16px;line-height: 34px;color: #333;}
    .correction_r{margin-top: 40px;}
    .project_bg{background: url(../uploadfile/image/20181213/20181213100523_761561083.jpg)no-repeat center;width: 100%;min-width: 1200px;height: 696px;}
    .project_t{font-size: 42px;color: #fff;text-align: center;padding-top: 60px;}
    .project_wt{width: 1200px;height: 500px;border-radius: 10px;background: #fff;margin-top: 60px;}
    .project_wt li{font-size: 15px;line-height: 30px;color: #333;display: block;float: left;padding-top: 40px;width:300px;margin-right: 20px;}
    .project_wt li:first-child{margin-left: 30px; width:240px;}
    .project_wt li:nth-child(2){width:220px;}
    .examine_bg{background: url(../uploadfile/image/20181213/20181213102122_1721244176.jpg)no-repeat center;width: 100%;min-width: 1200px;height: 709px;margin-top: 45px;}
    .examine_t p{font-size:50px;color: #333;}
    .examine_t{text-align: center;padding-top: 64px;}
    .examine_t span{display: block;font-size: 26px;font-weight: bold;color: #0077bf;margin-bottom: 45px;    margin-top: 28px;}
    .examine_w{font-size: 16px;line-height: 34px;color: #333;margin-left: 420px;margin-top: 40px;}
    .examine_a{width: 229px;height: 62px;background:#009c98 url(../uploadfile/image/20181213/20181213103430_1842154736.png)no-repeat center;border-radius: 50px;margin: 0 auto;margin-top: 30px;}
    .examine_a a{display: block;line-height: 62px;color: #fff;text-align: center;font-size: 18px;text-indent: -40px;}
    .examine_a:hover{background:#0077bf url(../uploadfile/image/20181213/20181213103430_1842154736.png)no-repeat center;}





/*弹簧试验机厂家产品参数*/
    .zcs{width:100%; height:auto;min-width:1200px; }
    .cpt{width:1198px;margin:auto; height:auto;}
    .cpt_fl{float:left;text-align: center;}
    .cpt_fr{float:right; width:550px;}
    .cpt_fr_t p{font-size:40px;color:#0077bf;padding-bottom: 24px;}
    .cpt_fr_t span{font-size:30px;color:#333;padding-bottom: 35px; display: block;font-weight:bold;}
    .cpt_fr_b{font-size:18px;color:#666;line-height:30px;text-align: center; padding-bottom:30px;}
    .cpt_fr_b spam{color:#019994;}
    .cpys{background: url(../uploadfile/image/20181208/20181208092635_1936644328.jpg)no-repeat 0px 0px;width:100%;color:#fff;font-size:40px; height:auto; padding-bottom:60px;}
    .cpys>p{text-align: center;margin:auto; padding-top:80px;}
    .cpys_b{width:1200px;margin:auto;padding-top:52px;}
    .cpys_b1{background: url(../uploadfile/image/20181207/20181207150333_1071536929.png)no-repeat 0px 0px;width:270px;height:396px;float:left;margin-right:40px;}
    .cpys_b1 p{width:227px;color:#333;font-size:14px;margin-left:22px;margin-top:20px;}
    .cpys_b1 spam{color:#019994;font-size:20px;font-weight:900;display:block;padding: 30px 0px 10px 19px;}
    .cpys_b4{margin-right:0px }
    .cst{width:1200px;margin:auto;padding-top:78px;}
    .cst p{color:#333;font-size:40px;text-align:center;padding-bottom:30px;}
    .cst img{margin:auto;display: table-cell;}
    .csb{width:1200px;margin:auto;}
    .csb p{font-size:40px;color:#0077bf;text-align:center;padding-top: 20px; height:50px;}
    .xt{width:100%;border-right: 2px solid #ccc;}
.cpys_b2{background: url(../uploadfile/image/20181208/20181208090348_366722763.png)no-repeat 0px 0px;}
.cpys_b3{background: url(../uploadfile/image/20181208/20181208090348_922290594.png)no-repeat 0px 0px;}
.cpys_b4{background: url(../uploadfile/image/20181208/20181208092239_678540223.png)no-repeat 0px 0px;}


/*自动荷重试验机产品参数*/

    .thyous{width:1200px;margin:auto;padding-top:35px;}
    .thyous_wz{width:100%;text-align:center;}
    .thyous_wz p{color:#000;font-size:50px;line-height: 150px;}
    .thyous_wz spam{color:#019994;font-size:50px;width:525px;}
    .thyous_t{background: url(../uploadfile/image/20181211/20181211093552_1876110778.jpg)no-repeat 0px 0px;height:588px;padding-bottom: 40px;}
    .thyous_t spam{color:#000;font-size:50px;padding: 228px 0px 0px 600px;display:block; }
    .thyous_t p{color:#000;font-size:20px;display:block;    padding: 32px 0px 0px 600px;line-height: 32px;}
    .thyous_z{background: url(../uploadfile/image/20181211/20181211093553_1414363141.jpg)no-repeat 0px 0px;}
    .thyous_b{background: url(../uploadfile/image/20181211/20181211093553_1311613606.jpg)no-repeat 0px 0px;}
    .thyous_z spam{padding: 228px 0px 0px 0px;}
    .thyous_z p{padding: 32px 0px 0px 0px;}
    .cpyous_b1{background: url(../uploadfile/image/20181211/20181211104737_1802670975.png)no-repeat 0px 0px;width:270px;height:396px;float:left;margin-right:40px;}
    .cpyous_b2{background: url(../uploadfile/image/20181211/20181211104737_1196649445.png)no-repeat 0px 0px;}
.cpyous_b3{background: url(../uploadfile/image/20181211/20181211104737_129837614.png)no-repeat 0px 0px;}
.cpyous_b4{background: url(../uploadfile/image/20181211/20181211104738_59450366.png)no-repeat 0px 0px;}
    .cpyous_tp{text-align:center; margin:auto;color:#000;font-size:40px;  height:60px; padding-top:70px;}
    .cpyous_b{width:1200px;margin:auto;}
    .cpyous_b1 p{width:227px;color:#fff;font-size:14px;margin-left:22px;margin-top:20px;}
    .cpyous_b1 spam{color:#fff;font-size:20px;font-weight:900;display:block;padding: 30px 0px 10px 19px;}
    .cpyous_b4{margin-right:0px }
    .yanp{width:1200px;margin:auto;}
    .yanp img{width:287px;float:left;padding-right:17px;}

/*产品参数*/
    .cpcs_wt{float:left !important;margin-left: 50px;}
    .cpcs_t{height:120px;}
    .cpcs_t p{font-size: 40px;color: #0077bf;    line-height: 40px;    margin-bottom: 20px;}
    .cpcs_t span{font-size: 30px;font-weight: bold;color: #333;    line-height: 30px;}
    .cpcs_w{font-size: 16px;color: #333;line-height: 30px;}
    .cpcs_img1{margin-top: 30px;}
    .examination_t{text-align: center;font-size: 50px;color: #333;padding-top: 40px;    line-height: 50px;    margin-bottom: 16px;}
    .examination_t t{color: #019994;font-weight: bold;}
    .examination_bg{background: url(../uploadfile/image/20181217/20181217160322_1534874943.jpg)no-repeat center;width: 100%;min-width: 1200px;height: 907px;}
    .examination_w{font-size: 30px;color: #333;margin-bottom: 22px;padding-top: 110px;}
    .examination_w1{font-size: 18px;color: #666;line-height: 30px;margin-bottom:14px;}
    .examination_w2{font-size: 18px;color: #666;line-height: 30px;}
    .examination_w3{font-size: 30px;color: #333;margin-bottom: 22px;padding-top:54px;}
    .examination_w4{font-size: 18px;color: #666;line-height: 30px;margin-bottom:14px;}
    .examination_w5{font-size: 18px;color: #666;line-height: 30px;}
    .features_t{text-align: center;font-size: 40px;color: #222;padding-top: 74px;    line-height: 40px;    margin-bottom: 43px;}
    .features_wt li{display: block;float: left;background:url(../uploadfile/image/20181217/20181217161425_533294936.png)no-repeat center;width: 380px;height: 381px;color: #fff;text-align: center;margin-left: 30px;}
    .features_wt li:first-child{margin-left: 0px;}
    .features_wt li p{font-size: 24px;font-weight: bold;padding-top: 96px;margin-bottom: 22px;}
    .features_wt li span{font-size: 16px;line-height: 28px;}
    .cpcs_wd{text-align: center;font-size: 40px;color:#333;padding-top: 30px;    line-height: 40px;margin-bottom: 43px;}
.cpcs_dd{width:1200px; margin:0 auto;}
    .cpcs_d{display: block;margin-bottom: 20px;}
    .cpcs_d table {border-collapse: collapse;width: 100%; font-size:14px; color:#333;}
    .cpcs_d table td {border: 1px #e1e1e1 solid !important;line-height: 40px;text-align: center;}
    .cpcs_d table td strong{font-weight: normal;}
    .trait_t{text-align: center;color:#222;font-size: 50px;line-height: 50px;padding: 60px 0 40px 0;}
.trait_t span{font-size:18px; color:#666;}
    .trait_t t{color:#019994;font-weight: bold;}
    .trait_wt{background: url(../uploadfile/image/20181217/20181217165338_76063452.png)no-repeat center;height: 520px;margin-top:20px;}
    .trait_wwt li{display: block;float: left;width: 378px;height:300px;background: #0077bf;border-radius:10px;color: #fff;text-align: center;margin-left: 32px;}
    .trait_wwt li p{font-size: 24px;font-weight: bold;padding-top: 60px;margin-bottom: 36px;}
    .trait_wwt li span{display: block;font-size: 16px;line-height: 28px;}
    .trait_wwt li:first-child{margin-left: 0px;}
    .reveal_t{text-align: center;font-size: 40px;color:#333;padding-top: 70px;    line-height: 40px;margin-bottom: 43px;}
    .trait_wtt li{display: block;float: left;width: 240px;height: 252px;color:#fff;padding-top: 44px;padding-left: 37px;margin-left: 30px;margin-bottom: 26px;}
    .trait_wtt li:nth-child(1),.trait_wtt li:nth-child(5),.trait_wtt li:nth-child(9){margin-left: 0px;}

    .trait_wtt li:nth-child(1),.trait_wtt li:nth-child(3),.trait_wtt li:nth-child(6),.trait_wtt li:nth-child(8),.trait_wtt li:nth-child(9),.trait_wtt li:nth-child(11){background: url(../uploadfile/image/20181217/20181217173234_1597528891.jpg)no-repeat center;}
    .trait_wtt li:nth-child(2),.trait_wtt li:nth-child(4),.trait_wtt li:nth-child(5),.trait_wtt li:nth-child(7),.trait_wtt li:nth-child(8),.trait_wtt li:nth-child(10),.trait_wtt li:nth-child(12){background: url(../uploadfile/image/20181217/20181217173156_1098967298.jpg)no-repeat center;}

    .trait_wtt li p{font-weight: bold;font-size: 20px;margin-bottom: 20px;line-height: 30px;}
    .trait_wtt li span{font-size: 15px;line-height: 28px;display: block;}
    .function_bg{background:#f5f5f5;width: 100%;min-width: 1200px;height: auto;margin-top: 60px; padding-bottom:60px;}
.function_m{color:#333; padding-left:40px;}
.function_m p{font-size:30px;  padding:40px 0 30px 0;}
.function_m span{font-size:20px; line-height:40px;}
    .trait_wt1{width: 802px;margin: 0 auto;}
    .trait_wt1 li{display: block;float: left;background: url(../uploadfile/image/20181217/20181217185440_1810762562.png)no-repeat center;width: 360px;height: 360px;text-align: center;margin-left: 82px;}
    .trait_wt1 li p{font-size: 24px;font-weight: bold;color: #333;padding-top: 100px;margin-bottom: 20px;}
    .trait_wt1 li span{font-size: 15px;line-height: 28px;}
    .trait_wt1 li:first-child{margin-left: 0px;}
.reveal_img1{text-align:center;}
.reveal t,.reveal b{font-size:18px; line-height:38px;}
.reveal b{ color:#019994;}
    .features_l{width: 600px;}
    .features_l p{font-size: 40px;color: #222;margin-bottom: 32px;padding-top: 56px;}
    .features_l span{display: block;font-size: 15px;line-height: 28px;margin-bottom: 10px;}
    .reveal_t1{font-size: 40px;line-height: 40px;padding-top: 50px;color: #333;text-align: center;margin-bottom: 57px;}
    .cpcs_wwt{border: 1px #eee solid;width: 1200px;}
    .cpcs_w2{padding-top: 15px;}
    .cpcs_w2 p{color: #0077bf;font-size: 40px;line-height: 40px;margin-bottom:12px;}
    .cpcs_w2 span{font-size: 30px;font-weight: bold;color: #333;}
    .cpcs_w3{font-size: 15px;line-height:30px;margin-top: 16px;}
    .cpcs_img2{margin-right: 37px;}
    .cpcs_w1{height: 300px;width: 580px;border-right: 1px #ccc solid;margin-top: 22px;margin-left: 20px;}
    .cpcs_w4{height: 300px;width: 550px;margin-top: 22px;}
    .cpcs_img3{margin-top: 66px;margin-right: 22px;}
    .cpcs_w5{font-size: 15px;line-height:30px;margin-top: 51px;}
    .quality_t{text-align: center;padding-top: 80px;}
    .quality_t p{font-size: 50px;color: #222;line-height: 50px;}
    .quality_t p>t{font-weight: bold;color: #019994;}
    .quality_t span{font-size: 20px;display: block;margin-top: 14px;}
    .quality_img{margin-top: 30px;}
    .quality_img{margin-top: 50px;}
    .digital_t{text-align: center;padding-top: 74px;}
    .digital_t p{font-size: 40px;line-height: 40px;color: #333;}
    .digital_t span{font-size: 20px;display: block;margin-top: 14px;}
    .result_bg1{background: #f5f5f5;width: 100%;min-width: 1200px;height:626px;margin-top: 70Px;}
    .cpcs_wwt1{border: 1px #eee solid;height: 460px;width: 1200px;}
    .trait_t1{text-align: center;color:#222;font-size: 50px;line-height: 50px;padding-top:60px;}
    .trait_t1 t{color:#019994;font-weight: bold;}
    .trait_w1{font-size: 14px;line-height: 34px;color: #333;width: 606px;padding-top: 14px;}
    .trait_w3{width: 560px;padding-top: 40px;}
    .cpcs_wwt2{border: 1px #eee solid;height:auto;width: 1200px; padding-bottom:20px;}
    .cpcs_wtt{padding-top: 50px;}
    .trait_w44{background: url(../uploadfile/image/20181218/20181218140210_1031032806.jpg)no-repeat center;height: 345px;}
    .trait_t34{width: 290px;padding-top: 64px;}
    .trait_t34 p{font-size: 24px;color: #333;line-height: 24px;}
    .trait_t34 span{display: block;font-size: 15px;line-height: 28px;margin-top: 34px;}
    .total_t{font-size: 40px;line-height: 40px;color: #222;text-align: center;}
    .total_wt{margin-top: 52px;}
    .total_wt li{display: block;float: left;width: 250px;height: 366px;margin-left: 40px;color: #fff;padding-top: 30px;padding-left:20px;}
    .total_wt li:nth-child(1){background: url(../uploadfile/image/20181218/20181218141259_353765607.jpg)no-repeat center;margin-left: 0px;}
    .total_wt li:nth-child(2){background: url(../uploadfile/image/20181218/20181218141413_613266717.jpg)no-repeat center;}
    .total_wt li:nth-child(3){background: url(../uploadfile/image/20181218/20181218141428_1003174487.jpg)no-repeat center;}
    .total_wt li:nth-child(4){background: url(../uploadfile/image/20181218/20181218141442_249180270.jpg)no-repeat center;}
    .total_wt li p{font-weight: bold;font-size: 20px;margin-bottom: 10px;line-height: 28px;}
    .total_wt span{font-size: 14px;line-height: 24px;display: block;margin-top: 20px;}
    .cpcs_wwt4{border: 1px #eee solid;height: 540px;width: 1200px;}
    .cpcs_wtt1{padding-top:68px;}
    .total_t1{font-size: 50px;color: #222;line-height: 50px;text-align: center;}
    .total_t1 t{color: #019994;font-weight: bold;}
    .total_t2{background: url(../uploadfile/image/20181218/20181218145048_1370238205.jpg)no-repeat center;height: 454px;margin-top: 65px;width: 1200px;}
    .total_t2 p{font-size: 40px;color: #333;line-height: 40px;margin-bottom: 30px;padding-top: 136px;padding-left: 650px;}
    .total_t2 span{font-size: 20px;display: block;padding-left: 650px;}
    .total_t3{width: 590px;height: 307px;background: #dfe1ec;margin-top: 32px;}
    .total_t4{color: #333;padding-top: 62px;padding-left: 28px;}
    .total_t4 p{font-size: 30px;line-height: 30px;margin-bottom: 24px;}
    .total_t4 span{font-size: 16px;line-height: 30px;}
    .total_t5{padding-top:40px;padding-right: 20px;}
    .total_t6{background: url(../uploadfile/image/20181218/20181218150504_348281545.jpg)no-repeat center;width: 1200px;height: 307px;margin-top: 30px;}
    .cpcs_wwt5{border: 1px #eee solid;height: 626px;width: 1200px;}
    .cpcs_w6{font-size: 16px;line-height: 30px;color: #333;padding-bottom: 36px;}
    .cpcs_w6 t{display: block;font-weight: bold;}
    .trait_t344{font-size: 14px;line-height: 34px;color: #333;padding-top: 16px;}
    .cpcs_wwt6{border: 1px #eee solid;height:963px;width: 1200px;}
    .cpcs_w7{margin-left:56px;}
    .cpcs_wwt7{border: 1px #eee solid;height:438px;width: 1200px;}
    .cpcs_wwt8{border: 1px #eee solid;height:491px;width: 1200px;}
    .cpcs_wt1{width: 430px;}
    .cpcs_wwt9{border: 1px #eee solid;height:470px;width: 1200px;}
    .cpcs_tt1 span{font-size: 40px;color: #0077bf;line-height: 40px;margin-bottom: 20px;display: block;float: left;}
    .cpcs_tt1 t{font-size: 30px;font-weight: bold;color: #333;line-height: 30px;display: block;float: left;margin-left: 27px;margin-top:4px;}
    .cpcs_w8{font-size: 16px;line-height: 30px;color: #333;}
    .cpcs_w9{font-size: 16px;line-height: 30px;color: #333;padding-top:6px;}
    .cpcs_wwt10{border: 1px #eee solid;height:395px;width: 1200px;}
    .cpcs_t1{padding-top: 90px;}
    .cpcs_wt4{width:573px;}
    .cpcs_wwt11{border: 1px #eee solid;height:744px;width: 1200px;}
    .cpcs_w10{font-size: 16px;line-height: 28px;    margin-top: 28px;}
    .cpcs_w11{border-bottom: 1px #eee solid;width: 1100px;margin: 0 auto;height: 338px;}
    .cpcs_w12{font-size: 40px;color: #222;line-height: 40px;text-align: center;margin-top:50px;margin-bottom:40px;}
    .cpcs_wwt12{border: 1px #eee solid;height:475px;width: 1200px;}
    .cpcs_w14{font-size: 16px;line-height: 30px;color: #333;padding-top:12px;}
    .cpcs_wt6{width:1035px;}
    .quality_t1{margin-left: 44px;}
    .quality_t1 p{font-size: 40px;color: #222;line-height: 40px;}
    .quality_t1 span{font-size: 16px;line-height: 34px;color: #333;margin-top: 44px;display: block;}
    .quality_t2{margin-left: 94px;}
    .quality_t2 p{padding-left: 16px;}
    .quality_t2 img{margin-top: 26px;display: block;}
    .quality_t3{width: 580px;}
    .quality_t3>p{font-size: 40px;line-height: 40px;color: #222;margin-bottom: 33px;}
    .quality_t4{width: 550px;}
    .quality_t4>p{font-size: 40px;line-height: 40px;color: #222;margin-bottom: 33px;}
    .quality_t3 table {border-collapse: collapse;width: 100%;}
    .quality_t3 table td {border: 1px #ccc solid !important;line-height: 64px;text-align: center; font-size:14px;}    
    .cpcs_wwt13{border: 1px #eee solid;height:372px;width: 1200px;}
    .cpcs_wwt14{border: 1px #eee solid;height:403px;width: 1200px;}
    .cpcs_wt8{margin-top: 12px;}
    .cpcs_wt9{text-align: center;font-size: 40px;line-height: 40px;font-weight: bold;color: #222;margin-bottom: 45px;}
    .cpcs_wt10{text-align: center;font-size: 40px;line-height: 40px;color: #222;margin-bottom: 45px;padding-top: 60px;}
    .cpcs_wt14{width: 540px;}
    .cpcs_wt12{margin-bottom: 40px;}

.hfdianz{background: url(../uploadfile/image/20181217/20181217173030_1507158517.jpg)no-repeat center;height:939px;} 
    .HFbj{background:#f5f5f5;}



/*ALGOL分类 产品参数*/
    .cpt_flbkx{border:1px solid #ccc;}
    .lanse{color:#019994;font-size:20PX;padding:0px 0 20px 0;}
    .shiycp p{color:#222;font-size:20px;padding:14px 0 10px 0;font-weight:bold }
.cpt_flbkx img{height: 470px;
    text-align: center;}
    .shiycp t{color:#333 !important;font-size:16px !important;}
.cpcs_imgHF img{width:350px;}

 .JSV-200H_lt p{color:#019994;font-size:20px;}
    .JSV-200H_lt t{color:#333;font-size:16px;}
    .JSV-200H_lb p{font-size:20px;color:#222;}
.JSV-200H_lt p{color:#019994;font-size:20px;margin: 30px 0 20px 0;}
    .JSV-200H_lt t{color:#333;font-size:16px;}
    .JSV-200H_lb p{font-size:20px;color:#222;margin: 33px 0 23px 0;font-weight:bold }
.JSV-200H_btgy{line-height: 30px;font-size: 16px;color:#333;}
.hf200{padding-left:54px;width: 530px !important;}
.JSV-200H_Z{text-align: center;padding-battom: 50px;}
.JSV-200H_Z img{padding-top: 50px;}
.JSV-200H_t{border: 0px #ccc solid  !important;background: #f5f5f5;}
.hf201{width:500px !important;padding:58px 0 0 69px;}
.HF-2Stp img{padding-left: 130px;}

.RA-007mcj{padding-left:50px; padding-top:20px;}
.RA-007wenz img{    padding-top: 50px;}
.RA-007wz{padding-top: 20px;}
.RA-007wz span{font-size: 20px !important;color: #333 !important; font-weight:bold; padding-bottom:10px;}
.tlld{padding-bottom: 45px;}
.cpt_fr_b t{display:block;padding-top:15px;}
.PROxl{padding-left:135px;}

.JSV-H1000t{width:1198px; border:#eee solid 1px; height:590px; margin-bottom:30px;}
.JSV-H1000tup{padding-left:50px;}
.JSV-H1000tupian img{padding-top:40px; }
.JSV-H1000_top{padding-top: 20px;}
.RA-007bianju{padding-left:79px;}
.JSH-H1000top{padding-top: 0px !important;}

/*参数表格*/
.cpcs_d table tr:nth-child(2n+1){background:#daeef3; }

.lm_145504{padding-top: 20px;}
.lm145504 table td{border: 1px #e1e1e1 solid !important;line-height: 30px;    padding: 20px;min-width: 120px;}
.lm145504 table{border-collapse: collapse;width: 100%;font-size: 15px;color: #333;}