﻿@charset "utf-8";
/* CSS Document */
* {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-family: "Microsoft YaHei"
}

body {
    background: #f7f7f7
}

ul, li {
    list-style: none;
}

a, a:link, a:hover {
    text-decoration: none;
}

img {
    border: 0px;
    font-size: 0px;
}

/*header*/
.header {
    width: 100%;
    background: #be0102;
}

.header1200 {
    width: 1200px;
    margin: 0 auto;
    line-height: 40px;
    color: #fff;
    overflow: hidden;
}

.toptel {
    background: #df3132 url("../images/icon.png") no-repeat -10px -12px;
    padding-left: 45px;
    padding-right: 10px;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
}

.top {
    width: 100%;
   
    box-shadow: 0px 2px 10px #CCC;
    background: #fff;
    float:left;
}

.top1200 {
    width: 1200px;
    margin: 0 auto;
   
}

.topNav>li {
    float: left;
    padding: 37px 10px;
    position: relative;
    z-index:100
}

.topNav>li a {
    padding: 0 5px;
    line-height: 35px;
    display: inline-block;
    color: #4f4f4f;
    font-size: 16px;
}

.topNav>li i {
    width: 80%;
    height: 3px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -40%;
    background: #e60012;
    display: none;
}

.topNav>li.on i, .topNav>li:hover i {
    display: block;
}

.topNav>li.on a, .topNav>li:hover a {
    color: #e60012;
    border-radius: 5px;
}
    .topNav>li ul {
        display: none; 
        width: 110px; 
        box-shadow: rgba(152, 150, 150, 0.4) 1px 3px 6px -2px;        
        position: absolute; 
        background: rgba(250, 250, 250, 0.9);
        top:80px;
        left:-8px;
        text-align:center;
    }
        .topNav > li ul li a:hover {
          text-decoration:underline
        }

/*公告*/
.j_notice {
    width: 100%;
    background: #f1f1f1;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.index-noticeTitle {
    display: inline-block;
    width: 100px;
    background: url("../images/icon.png") no-repeat -19px -57px;
    padding-left: 28px;
    float: left;
}

.index-noticeUl {
    display: inline-block;

    width: 1070px;
    float: right;

    left: 128px;

}

.index-scroll {
    position: relative;
}

.index-noticeUl li {
   display: inline-block;
    width: 100%;

}

.index-noticeUl li>div {
    width: 320px;
    margin-right: 35px;
    float: left;
    color: #4e4e4e;

}


.index-noticeUl li a {
    /*color: #4e4e4e;*/
   color: red;
}

.index-noticeUl li a:hover {
    color: #df3132;
}

.index-noticeUl li > span {
    width: 12px;
    background: url("../images/dot.jpg") no-repeat left center;
    display: inline-block;
    height: 50px;
    float: left;
}

/*banner*/
.bannerIndex {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 596px;
}

.www51buycom {
    overflow: hidden;
}

.buypic li {
    width: 100%;
    height: 596px;
}

.num {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -60px;
}

.num li {
    width: 30px;
    height: 8px;
    border-radius: 50px;
    float: left;
    font-size: 0;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
    text-align: center;
}

.num li.on {
    background: #e60012;
}

/*上一个  下一个*/
.www51buycom .prev,
.www51buycom .next {

    width: 60px;
    height: 100px;
    background: url(../images/btn.png) no-repeat;
    position: absolute;
    top: 250px;
    opacity: 0.7;
}

.www51buycom .prev {
    left: 5%;

}

.www51buycom .next {
    right: 5%;

    background-position: right
}

/*part*/
.index-title {
    text-align: center;
    font-size: 32px;
    color: #4e4e4e;
    height: 42px;
    margin-top: 20px;
}

.index-title img {
    display: inline-block;
    vertical-align: middle;
}

.index-ENtitle {
    text-align: center;
    color: #b3b3b3;
    font-size: 16px;
}

.index-subheading {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin: 15px 0;
}

.index-subheading a {
    display: inline-block;
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
    border-radius: 50px;
    border: 1px solid #d8d8d8;
    color: #4e4e4e;
    margin: 0 12px;
    font-size: 16px;
}

.index-subheading a:hover, .index-subheading a.cur {
    background: #be0102;
    border-color: #be0102;
    color: #fff
}

.index-comIMG {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.index-comIMG li {
    width: 300px;
    height: 184px;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.index-comIMG li > span {
    display: inline-block;
    text-align: left;
    font-size: 17px;
    line-height: 30px;
    position: relative;
    top: 50%;
    margin-top: -30px
}

.index-comIMG li font {
    font-size: 16px;
}

.icon-down {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: url("../images/down.png") no-repeat;
}

.icon-up {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url("../images/up.png") no-repeat;
}

.index-introduce {
    margin: 20px 0;
    padding: 25px 40px;
    width: 1120px;
    line-height: 26px;
    background: #f7f7f7;
    color: #4e4e4e
}

.index-introduce p {
    text-indent: 2em;
    padding: 5px 0
}

/*列表页*/
.bannerList {
    width: 100%;
    height: 270px;
    float:left;

}

.aboutUs {
    background: url("../images/top_bg_enterprise.jpg") no-repeat top center;
}
.proCenter {
    background: url("../images/top_bg_product.jpg") no-repeat top center;
}
.recuite {
    background: url("../images/top_bg_recruitment.jpg") no-repeat top center;
}
.tender {
    background: url("../images/top_bg_tender.jpg") no-repeat top center;
}
.newsCenter {
    background: url("../images/top_bg_news.jpg") no-repeat top center;
}
.equip{
    background: url("../images/top_bg_production.jpg") no-repeat top center;
}
.internet{
    background: url("../images/top_bg_online.jpg") no-repeat top center;
}
.contact{
    background: url("../images/top_bg_contact.jpg") no-repeat top center;
}

.main_list {
    width: 100%;
    overflow: hidden;
}

.position {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

.position > div {
    display: inline-block;
    width: auto;
}

.currentList {
    font-size: 32px;
    letter-spacing: 2px;
    color: #4e4e4e;
    font-family: "Microsoft YaHei";
    line-height: 60px;
}

.currentList > span {
    font-size: 16px;
    color: #b3b3b3;
    letter-spacing: normal;
    padding-left: 20px;
}

.currentPst {
    color: #4e4e4e;
    line-height: 60px;
}

.currentPst a {
    color: #4e4e4e;
}

.currentPst span.on {
    color: #be0102;
}

.list-Nav {
    width: 150px;
    float: left;

}

.list-Nav li > a,.list-Nav li span > a {
    display: inline-block;
    float: left;
    margin-bottom: 15px;
    width: 150px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #4e4e4e;
    font-size: 16px;
    box-shadow: 1px 1px 5px 0px rgba(136, 136, 136, 0.5);
}

.list-Nav li > a:hover, .list-Nav li > a.on,.list-Nav li span a:hover, .list-Nav li span> a.on {
    background: #df3132;
    color: #fff;
}

.list-con {
    width: 990px;
    float: right;
    background: #fff;
    box-shadow: 1px 1px 5px 0px rgba(136, 136, 136, 0.5);
    margin-bottom: 40px;
}

.text-detail {
    padding: 20px 60px;

}

.detail-title {
    line-height: 40px;
    font-size: 22px;
    color: #4e4e4e;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0 25px 0;
}

.detail-title p > span {
    padding: 0 10px;
    color: #b3b3b3;
}

.detail-titleP {
    font-size: 22px;
    color: #4e4e4e;
}

.detail-content {
    width: 100%;
    line-height: 28px;
    padding: 15px 0;
}

.detail-content p {
    padding: 5px 0;
}

.detail-content img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

.currentPst a:hover {
    color: #be0102;
}

.oprate {
    text-align: center;
    padding: 35px 0;
    line-height: 40px;
    color: #4e4e4e
}

.oprate .submitBTN {
    width: 300px;
    height: 46px;
    line-height: 46px;
}

.recuitTable {
    background: #f7f7f7;
    padding: 15px;
    overflow: hidden;
    margin-top: 20px;
}

/*招聘信息*/
.job-detailTable td {
    line-height: 24px;
    padding: 8px 10px;
    color: #4e4e4e
}

.job-detailTable td span {
    color: #979797
}

.job-detail {
    padding: 40px 60px;
}

/*资质荣誉*/
.list-threeImg {
    padding: 20px 45px;
}

.list-threeImg ul {
    width: 120%;
    overflow: hidden;
    padding-top: 30px;
}

.list-threeImg ul li {
    margin-bottom: 10px;
    width: 280px;
    float: left;
    margin-right: 30px;
    text-align: center;
}
.list-threeImg ul li img {
    width:280px;
    height:186px;
}
.list-threeImg ul.cgzl li img {
        width:280px;
    height:400px;
}
.list-caption {
    line-height: 24px;
    padding: 5px 0 10px 0;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Equipment-description {
    line-height: 26px;
    background: #f7f7f7;
    padding: 20px 30px;
    text-indent: 2em;
    margin-top: 20px;
}

.list-newsList {
    padding: 20px 0px 00px;
}

.list-newsList  a {
    color: #4e4e4e;
}

.list-newsList  a:hover{
    color: #df3132;
}

.list-newsList ul {
    width: 100%;
    overflow: hidden;
}

.list-newsList ul li {
    padding: 20px 45px;
    overflow: hidden;
    float: left;
    text-align: left;
    width:900px;
    border-bottom: 1px solid #e1e1e1;
}

.list-newsList ul li:hover {
    box-shadow: 0px 2px 10px #CCC;
}

.list-newsListImg {
    width: 180px;
    float: left;
    margin-right: 15px;
}

.list-newsListImg img {
    display: block;
}

.list-newsListText {
    display: inline-block;
    float: left;
    width: 705px;
}

.list-newsListTitle {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #4e4e4e;
    line-height: 40px;
}

.list-newsListText p {
    color: #979797;
    line-height: 26px;
    padding-top: 5px;
}

.list-newsListText p.ell2 {
    height: 52px;
}

.list-more{
    display: inline-block;
    height: 20px;
    line-height: 20px;
   border:1px solid #979797;
    color: #979797;
    padding: 0 8px;
    margin-top: 10px;
}
.more1{
    display: inline-block;
    height: 20px;
    line-height: 20px;
  
    color: #979797;
    padding: 0 8px;
    margin-top: 10px;
}
.list-more:hover{
 border:1px solid #df3132;
    color: #df3132;
}
.more1:hover {
 
    color: #df3132;
}
.list-more font,.more font,.more1 font{
    font-family:SimSun;
    padding-left:2px;
}

/*网上服务*/
.form {
    width: 510px;
    margin: 30px auto;
}

.form td {
    padding: 10px 0;

}

.form td input[type=radio] {
    vertical-align: -1px;
    margin-right: 3px;
}

.form td textarea {
    width: 500px;
    border: 1px solid #eaeaea;
    padding: 5px;
    
}

.input-large {
    width: 500px;
    border: 1px solid #eaeaea;
    padding: 5px;
    line-height: 30px;
}

.input-smart {
    width: 238px;
    border: 1px solid #eaeaea;
    padding: 5px;
    line-height: 30px;
}

.submitBTN {
    width: 190px;
    height: 48px;
    line-height: 48px;
    background: #df3132;
    color: #df3132;
    border: 0px;
    color: #FFF;
    font-size: 18px;
    outline: none;
    cursor: pointer;
}

/*对外公告*/
.list-time {
    display: inline-block;
    width: 90px;
    float: left;
    text-align: center;

}

.list-time span {
    font-size: 48px;
    font-family: Arial;
    color: #979797
}

.list-time span.news-time {
    font-size: 14px;
}

.list-newsText {
    width: 800px;
    float: right;
}

.list-newsA li a {
    display: block;
    width: 100%;
    color: #979797;
    padding: 23px 0;
    overflow: hidden;

}

.list-newsA li a:hover {
    background: #df3132;
    color: #fff
}

.list-newsA li a:hover span, .llist-newsA li a:hover .list-newsListTitle {
    color: #fff
}

.list-newsA a:hover .list-newsText p.list-newsListTitle {
    color: #fff
}

.list-newsA .list-newsText p.list-newsListTitle {
    color: #4e4e4e;
    font-size: 16px;
    height: 30px;
    padding-bottom: 10px;
    line-height: 30px;
}

.list-newsA .list-newsText p {
    height: 52px;
    line-height: 26px;

}
p.list-newsListTitle {

color:#000

}
.LNEW{
    padding:0px 45px;
}
.list-newsList ul.LNEW  li{
    padding:0 ;
}
.list-newsList ul.LNEW  li:hover{
    box-shadow: none;
}
/*左侧导航*/
.list-Nav > li > ul.sub-menu {
    display: none;
    overflow: hidden;
    list-style: none;
    clear: both;
    padding-bottom: 5px;
}

.list-Nav > li.active > ul.sub-menu, .list-Nav > li > ul.sub-menu > li.active > ul.sub-menu {
}

.list-Nav > li > ul.sub-menu li {
    background: none;
    margin: 0px;
    padding: 0px;
}

.list-Nav > li > ul.sub-menu li > a {
    display: block;
    background: #ebebeb;
    box-shadow: none;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 36px;
    clear: both;
}
.list-Nav > li > ul.sub-menu li > a:hover{
    background: #fa5f60;
    color:#fff
}
.list-Nav > li > ul.sub-menu li > ul.sub-menu li >a.active{
    color: #fa5f60;

}
.list-Nav > li > ul.sub-menu li > a.active, .list-Nav > li > ul.sub-menu li > a:hover,.list-Nav > li > ul.sub-menu li > a.on{
    background: #fa5f60;
    color:#fff
}
.list-Nav > li > ul.sub-menu li ul.sub-menu li.open a.active,.list-Nav > li > ul.sub-menu li ul.sub-menu li a:hover{
    color:#df3132;
    border:1px solid #df3132;
}
.list-Nav > li > ul.sub-menu > li > ul.sub-menu {
    position: relative;
    top: -5px;
    display: none;
    overflow: hidden;
    list-style: none;
    clear: both;
    padding-bottom: 5px;
}

.list-Nav > li > ul.sub-menu > li > ul.sub-menu li a {
    background: none;
    padding-left: 40px;
    text-align: left;
    background: url("../images/arrow.jpg") no-repeat 30px center;
    line-height: 28px;
    margin-bottom: 5px;
    width:108px;
    border:1px solid #f7f7f7;
}
.list-Nav > li > ul.sub-menu > li > ul.sub-menu li a.on{
    color:#df3132;
}
/*联系我们*/
.contactUS-detail {
    padding: 45px 0px;
    overflow: hidden;
}

.detail-contact-info {
    padding-left: 128px;
    overflow: hidden;
    margin: 0 auto;
    background: url("../images/contactBG.jpg") no-repeat 220px 87px;
}

.detail-map {
    width: 740px;
    margin: 0 auto;
}

.detail-contact-info ul li {
    width: 318px;
    height: 150px;
    overflow: hidden;
    float: left;
    background: #f7f7f7;
    margin: 30px 99px 30px 0;
    overflow: hidden;
}

.list-recuit-title {
    line-height: 50px;
    padding: 20px 0 10px 0;
}

.searchINT {
    width: 200px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #eaeaea;
    border-right: 0px;
    padding-left: 26px;
    background: url("../images/search.jpg") no-repeat 5px center;
    float: left;
    outline: none;
}

.searchBTN {
    padding: 0 14px;
    height: 30px;
    line-height: 30px;
    border: 0PX;
    background: #df3132;
    color: #fff;
    font-size: 14px;
    float: left;
    outline: none;
    cursor: pointer;
}

.list-recuit {
    padding: 10px 45px;
}

.recuitTitlt {
    font-size: 30px;
    color: #4e4e4e;
    padding: 20px 0;

}

.recuitINFO {
    margin-top: 8px;
    height: 50px;
    line-height: 50px;
    background: #f7f7f7;
    text-align: center;
}

.recuitINFO span {
    padding: 0 20px;
    color: #4e4e4e;
}

.recuitINFO span font {
    color: #979797;
}

/*总包服务*/
.list-twoImg {
    padding: 50px 0 20px 0;
}

.list-twoImg li {
    width: 420px;
    float: left;
    margin-left: 50px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;

}

.list-twoImg li span {
    width: 100%;
    float: left;
    overflow: hidden;
}

.list-twoImg li span img {
    display: block;
}

.list-twoImg .ell2 {
    line-height: 24px;
    height: 40px;
    padding: 10px 0;
}

/*行业业绩*/
.list-news {
    padding: 30px 45px 0 45px;
}

.list-table thead td {
    background: #f7f7f7;
    color: #4e4e4e;
    line-height: 40px;
    padding: 0px 0px 0px 20px;
    font-size: 16px;
}
.list-table thead td b{
    font-weight: bold;
    font-size: 16px;
}
.list-table tbody td {
    line-height: 26px;
    height: 52px;
    padding: 10px 0px 10px 20px;
    color: #4e4e4e;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
}
.list-table tbody td.color-gray{
    color:#979797;
}

.list-table tbody td a {
    color: #4e4e4e;
}

.list-table tbody td a.j_companyName {
    color: #4e4e4e;
}

.list-table tbody tr {
    transition: all .6s;
}

.list-table tbody tr:hover {

    color: #d80001;
}

.list-table tbody tr:hover td {
    color: #d80001;
}

.list-table tbody tr:hover td a, .list-table tbody tr:hover td .j_companyName {
    color: #d80001;
    text-decoration: underline;
}

.list-table tbody td img {
    display: block;
    height: 48px;
}
.list-table tbody td.color-red{
    color:#df3132;
}
.list-news .index-subheading {
    padding-bottom: 15px;
}

.list-news .index-subheading a {
    padding: 0 30px;
}

/*old*/
.z_index_conmany {
    float: left;
    width: 460px;
    overflow: hidden;
    line-height: 22px;
}

.z_index_conmany_con {
    overflow: hidden;
    margin-top: 30px;
}

.z_index_conmany_con img {
    float: left;
    padding: 0 10px 5px 0;
}

.z_index_conmany_con p {
    color: #006fc7;
    padding-bottom: 10px;
}

.indexTitle {
    margin-top: 40px;
    overflow: hidden;
}

.more {
    float: right;
    padding-right: 8px;
    /*background: url(../images/more.jpg) no-repeat 30px center;*/

    height: 28px;
    line-height: 28px;
    color: #979797;
    margin-left: 70px;

}

.more:hover {
    color: #df3132
}

.z_index_product {
    width: 1200px;
    float: left;
    overflow: hidden;
}

.scroll_horizontal {
    position: relative;
    width: 1200px;
    padding-top: 30px
}

.scroll_horizontal .box {
    overflow: hidden;
    position: relative;
    width: 1120px;
    margin: 0 auto;
}

.scroll_horizontal .list {
    overflow: hidden;
    width: 9999px;
}

.scroll_horizontal .list li {
    float: left;
    width: 270px;
    padding: 0 5px;
    overflow: hidden;
}

.scroll_horizontal .list li img {
    width: 270px;
}

.scroll_horizontal .list li a p {
    width: 265px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;

    color: #4e4e4e;
    text-align: center;
    margin-top: 5px;
    padding: 0 5px 15px 5px;
}

.scroll_horizontal .list li a:hover p {
    color: #df3132;
}

.z_ellip {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.scroll_horizontal .prev,
.scroll_horizontal .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 40px;
    height: 50px;
    background-image: url(../images/control.png);
    background-repeat: no-repeat;
    font: 0/0 Arial;
    cursor: pointer;
}

.scroll_horizontal .prev {
    left: 5px;
    background-position: 0 0;
}

.scroll_horizontal .next {
    right: 5px;
    background-position: -56px 0;
}

/*招标项目*/
.index-biding {
    width: 110%;
    overflow: hidden;
    margin-top: 30px;
}

.index-bidingOne {
    width: 375px;
    border: 1px solid #d8d8d8;
    margin-right: 20px;
    float: left;
    height: 404px;

}

.index-bidingOneTitle {
    font-size: 18px;
    color: #000;
    margin: 0px 10px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

.index-redbtm {
    display: inline-block;
    position: absolute;
    width: 35px;
    height: 3px;
    bottom: -2px;
    left: 0px;
    background: #be0102;
}

.index-more {
    float: right;
    display: inline-block;
    width: 26px;
    height: 48px;
    background: url("../images/index-more.png") no-repeat center;
}

.index-bidingOne ul {
    display: block;
    width: 100%;
}

.index-bidingOne ul li {
    line-height: 28px;
    padding: 12px 10px;
    border-bottom: 1px dotted #cfcfcf;
    color: #4e4e4e;
    overflow: hidden;
}

.index-bidingOne ul li:hover {
    box-shadow: 0px 2px 10px #CCC;
}

.index-bidingOne ul li a {
    display: inline-block;
    width: 100%;
    color: #4e4e4e;
}

.index-bidingOne ul li a:hover {
    color: #df3132;

}

.Time {
    display: inline-block;
    width: 50%;
    float: left;
    color: #979797

}

.index-bidingOne li i {
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #df3132;
    font-style: normal;
    line-height: 14px;
    color: #df3132;
    margin-right: 3px;

}

.index-bidingOne li a > span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    float: left;

}

/*新闻*/
.index-news {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.index-newsLar {
    float: left;
    width: 480px;
    margin-right: 55px;
    padding-top: 23px;
}

.index-newsLar a {
    color: #4e4e4e;
}

.index-newsLar a:hover {
    color: #df3132;
}

.index-newsLarText {
    line-height: 40px;
    background: url("../images/more-news.png") no-repeat left center;
    padding-left: 30px;
    font-size: 16px;

}

.index-newsList {
    width: 665px;
    float: right;
}

.index-newsList li {
    width: 100%;
    overflow: hidden;
    float: left;
    text-align: left;
    padding: 23px 0;
    border-bottom: 1px solid #e1e1e1;
}

.index-newsList li a {
    color: #4e4e4e
}

.index-newsList li a p.index-newsListTitle:hover {
    color: #df3132;

}

.index-newsListImg {
    width: 120px;
    float: left;
    margin-right: 15px;
}

.index-newsListText {
    display: inline-block;
    float: left;
    width: 530px;
}

.index-newsListText p {
    color: #979797;
    line-height: 24px;
}

p.index-newsListTitle {
    color: #4e4e4e;
    line-height: 30px;
    font-weight: bold;
}

.index-contactUs {
    width: 100%;
    overflow: hidden;
    padding: 40px 0 0;
}

.index-contact-info {
    width: 700px;
    float: left;
    overflow: hidden;
}

.index-contact-info ul li {
    width: 318px;
    height: 150px;
    overflow: hidden;
    float: left;
    background: #f7f7f7;
    margin: 0px 28px 28px 0;
    overflow: hidden;
}

.index-contactIcon1 {
    width: 124px;
    height: 20px;
    text-align: center;
    float: left;
    background: url("../images/icon.png") no-repeat 25px -213px;
    padding-top: 60px;
    color: #df3132;
    font-size: 16px;
    margin-top: 30px;
}

.index-contactIcon2 {
    width: 124px;
    height: 20px;
    text-align: center;
    float: left;
    background: url("../images/icon.png") no-repeat 25px -301px;
    padding-top: 60px;
    color: #df3132;
    font-size: 16px;
    margin-top: 30px;
}

.index-contactIcon3 {
    width: 124px;
    height: 20px;
    text-align: center;
    float: left;
    background: url("../images/icon.png") no-repeat 25px -394px;
    padding-top: 60px;
    color: #df3132;
    font-size: 16px;
    margin-top: 30px;
}

.index-contactIcon4 {
    width: 124px;
    height: 20px;
    text-align: center;
    float: left;
    background: url("../images/icon.png") no-repeat 25px -482px;
    padding-top: 60px;
    color: #df3132;
    font-size: 16px;
    margin-top: 30px;
}

.index-contactBasicInfo {
    width: 190px;
    text-align: left;
    float: left;
    position: relative;
    top: 26px;
}

.index-contactBasicInfo>span {
    display: inline-block;
    float: left;
    width: 100%;
    line-height: 22px;
    padding: 4px 0;
    color: #4e4e4e
}

.compamy-culture {
    padding: 55px 55px 15px 55px;
    overflow: hidden;
}

.compamy-culture img {
    display: block;
    float: left;
    margin-bottom: 40px;
}

.list-product {
    padding: 15px 35px;
}

.video {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    overflow: hidden;
    font-size: 16px;
}

.video video {
    height: 400px;
}

.list-productOne {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;

}

.list-title {
    padding: 0 20px;
    line-height: 40px;
    background: #f7f7f7;
    overflow: hidden;
    color: #4e4e4e;
    margin-bottom: 18px;
    margin-top: 15px
}

.list-title a {
    color: #979797;
    font-size: 12px;

}

.list-title a:hover {
    color: #df3132
}

.list-fourImg {
    display: block;
    width: 120%;
}

.list-fourImg li {
    width: 218px;
    margin-right: 15px;
    float: left;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.list-fourImg li a {
    display: inline-block;
    color: #4e4e4e;
    width:100%;

}

.list-fourImg li a:hover {
    color: #df3132
}
.list-fourImg li a:hover .j_text{
    background: #df3132;
    color:#fff;
}
.list-fourImg li a span img{
    display: block;
}
.j_text{
    display: inline-block;
    width:100%;
    float: left;
    height:34px;
    line-height: 34px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.j_companyName {
    font-size: 16px;
    color: #4e4e4e
}

.searchTitle {
    display: inline-block;
    width: auto;
    padding-top: 10px;
    float: right;
}

/*zzw*/
.z_index_new {
    width: 790px;
    float: left;
    overflow: hidden;
}

.z_index_new_con {
    overflow: hidden;
    padding-top: 15px;
}

.z_index_new_con img {
    float: left;
    padding-right: 15px;
    border-right: 1px solid #bdbdbd;
}

.z_index_new_right {
    padding-left: 15px;
    overflow: hidden;
}

.z_index_new_right p {
    text-align: left;
    line-height: 20px;
    color: #8a8a8a;
}

.z_index_new_right p a {
    font-size: 16px;
    font-weight: 500;
    width: 400px;
    display: block;
    color: #000;
    padding-bottom: 5px;
}

.z_index_new_right p a:hover {
    color: #e60012;
}

.z_index_new_right p span {
    padding-left: 10px;
    display: block;
}

.z_index_new_right li {
    margin-top: 10px;
}

.z_index_new_right li a {
    color: #8a8a8a;
    display: block;
}

.z_index_new_right li a:hover {
    color: #e60012;
}

.z_index_contact {
    width: 290px;
    float: right;
    overflow: hidden;
    background: url(../images/map.png) no-repeat right 80px;
}

.z_index_contact p {
    padding-top: 80px;
    line-height: 24px;
    color: #8a8a8a;
}

.z_index_contact p span {
    color: #e60012;
}

.introductImg {
    float: left;
    margin-right: 10px
}

.j_introP {
    line-height: 250%;
    font-size: 14px;
    text-indent: 2em;
    padding-top: 3px
}

.picUl {
    width: 120%;
}

.picUl li {
    text-align: center;
    float: left;
    margin: 0 20px 0 2px;
    position: relative;
    height: 295px;
    overflow: hidden;
}

.picUl li a {
    color: #161616;
    display: block;
}

.picUl li img {
    width: 246px;
    height: 246px;
    border: 1px solid #e8e8e8;
}

.picUl li a span {
    display: block;
    width: 120px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    background: #4294ce;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    margin: 10px auto;
}

.proName {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.picUl li .proName a {
    color: #fff;
}

.priceTable {
    border: 1px solid #e8e8e8;
    overflow: hidden;
    margin-top: 15px;
}

.priceTable td {
    text-align: center;
    line-height: 200%;
    padding: 10px 5px;
    color: #747474;
    border-bottom: 1px solid #f4f4f4;
}

.priceTable thead th {
    border-bottom: 2px solid #2355ad;
    line-height: 300%;
    color: #313131;
}

.newsUl {
    float: right;
}

.newsUl li {
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
    padding: 20px 10px;
    color: #6a6a6a;
    font-size: 14px;
    line-height: 20px;
}

.newsUl li a {
    color: #000;
    font-size: 18px;
    display: block;
    padding: 10px 0;
}

.newsUl li a:hover {
    color: #e60012;
}

.titleOne {
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
}

.contactEwm {
    width: 140px;
    text-align: center;
    line-height: 180%;
    padding-top: 20px;
}

.contactEwm img {
    display: inline-block;
}

.indexBody02 {
    width: 100%;
    padding: 20px 0;
}

.contacText {
    width: 370px;
    line-height: 250%;
    font-size: 14px;
}

.contactIndex {
    padding-top: 15px;
    float: right;
    overflow: hidden;
}

.index-map {
    width: 500px;
    height: 320px;
    float: right;
}

.foot {

    width: 100%;
    padding: 0px 0;
    text-align: center;
    line-height: 30px;
    color: #e9e9e9;

}

.footUP {
    width: 100%;
    overflow: hidden;
    background: #353535;
    padding: 40px 0 20px 0;
}

.footUP ul {
    display: block;
    width: 1200px;
    margin: 0 auto;

}

.footUP ul li {
    border-right: 1px solid #434343;
    float: left;
}

.foot a {
    color: #e9e9e9;
}

.foot span {
    padding: 0 20px;
}

.foot-NAV span {
    display: inline-block;
    width: 90px;
    padding: 0 0 0 30px;
    float: left;
    text-align:left;
}

.foot-NAV span a {
    display: inline-block;
    color: #979797;
    line-height: 20px;
    width: auto;
}

.foot-NAV span a.foot-aTtitle {
    color: #dfdfdf;
    font-size: 16px;
    padding-bottom: 20px;
}

.foot-NAV span a:hover {
    color: #dfdfdf;
}

.foot-ewm {
    width: 130px;
    text-align: center;
    line-height: 30px;
    padding-left: 30px;
    float: left;
}

.foot-contact {
    width: 250px;
    float: left;
    padding-left: 30px;
    padding-top: 15px;

}

.foot-contact span {
    display: inline-block;
    float: left;
    padding: 0px;
}

.foot-contact span .foot-tel {
    color: #df3132;
    font-weight: bold;
    float: none;
    font-size: 24px;
}

.footDown {
    background: #262626;
    padding: 25px 0;
}

.footDown span {
    color: #919191
}

.footDown span a {
    color: #424242;
}

.footDown span a:hover {
    color: #d4d2d2
}

/*list*/
.lisTitle {
    text-align: center;
    font-size: 28px;
    line-height: 50px;
    padding-top: 30px;
    color: #000;
}

.listBody {
    padding: 40px 0 10px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.listBody .picUl li {
    margin-bottom: 15px;
}

/*page*/
.page100 {
    width: 100%;
    border-top: 1px solid #ddd;
    text-align: center;
    overflow: hidden;
    padding: 25px 0;
}

.page {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    overflow: hidden;
}

.page li {
    float: left;
    line-height: 38px;
}

.page li a {

    margin: 0 5px;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border: 1px solid #dadada;
    width: 100px;
    text-align: center;
    overflow: hidden;
    color: #8a8a8a;
    cursor: pointer;

}

.page li span {

    margin: 0 5px;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border: 1px solid #dadada;
    padding: 0 20px;
    text-align: center;
    overflow: hidden;
    color: #8a8a8a;

}

.page li a:hover, .page li a.on {
    border: 1px solid #df3132;
    color: #df3132;
}

.time {
    text-align: center;
    font-size: 14px;
    color: #979797;
}

.z_banner {
    width: 100%;
    height: 370px;
    margin: 0 auto;
}

.z_banner_information {
    background: url(../images/information_banner.jpg) center;
}

.z_banner_new {
    background: url(../images/new_banner.jpg) center;
}

.z_banner_product {
    background: url(../images/product_banner.jpg) center;
}

.z_banner_contact {
    background: url(../images/contact_banner.jpg) center;
}

.z_title {
    border-bottom: 1px solid #dddddd;
    padding: 20px 0;
}

.z_title .z_position {
    background: url(../images/position.png) no-repeat left top;
    height: 22px;
    line-height: 22px;
    float: right;
    text-align: left;
    padding-left: 30px;
    color: #222222;
}

.z_title .z_position a {
    color: #222222;
}

.z_title .z_position a:hover {
    color: #e60012;
}

.z_contact {
    position: absolute;
    top: 74px;
    right: 15px;
    border: 1px solid #dadada;
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

.z_contact p {
    color: #030000;
    font-size: 20px;
    padding: 10px 0 20px;
}

.z_contact_con {
    text-align: left;
    line-height: 36px;
}

.z_contact_con span {
    color: #e60012;
}

/*报价*/
.fileName {
    color: #df3132
}

.borderTd td {
    border-bottom: 1px solid #eaeaea;
}

.upTender {
    height: 44px;
    line-height: 44px;
    border: 1px solid #df3132;
    color: #df3132;
    padding: 0 60px 0 100px;
    background: #fff;
    font-size: 16px;
    border-radius: 3px;
    background: url("../images/uoTender.jpg") no-repeat 70px center;
}

.baojia {
    width: 600px;
    margin: 0 auto;
}

.baojia td {
    line-height: 26px;
    padding: 15px 10px;
    color: #4e4e4e;
}

.baojia td.tableTitle {
    font-size: 18px;
    color: #4e4e4e;
    padding: 30px 0 10px 0
}

.textINP {
    WIDTH: 304PX;
    height: 44px;
    border: 1px solid #eaeaea;
    text-indent: 2em;
}

/*共用样式*/
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
    font-size:16px;
}

.fr {
    float: right
}

.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ell2 {
   display: -webkit-box; 
   -webkit-line-clamp: 2; 
   -webkit-box-orient: vertical; 
   overflow: hidden;

}

.ell3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.last-noneBor li:last-child, .last-noneBor tr:last-child td {
    border: 0px;
}

.color-red {
    color: #be0102;
}

.color-gray {
    color: #979797
}
.color-blue,.list-table tbody td a.color-blue,.list-table tbody td.color-blue{
    color:#541a8b;
}
.color-darkGray {
    color: #4e4e4e;
}

.mt15 {
    margin-top: 15px;
}

.priceTable td.color-orange {
    color: #e60012;
}

.w100per {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}

.bg-gray {
    background: #f7f7f7;
}

.bg-white {
    background: #fff;
}

.bg-red {
    background: #df3132;
    color: #fff;
}

.bg-darkGray {
    background: #dfdfdf;
}

/*动画*/
.animate img {
    transition: transform 0.6s;
}

.animate img:hover {
    transform: scale(1.05)
}

.shadow {
    transition: transform 0.6s;
}

.shadow:hover {
    box-shadow: 0px 2px 10px #CCC;
}
input[type="button"],
[type="reset"],
[type="submit"],[type="text"] {
    -webkit-appearance: none;
}.color-black{
     color:#000
 }
 .Equipment-description p{
display:inline
}
   .floatAdver{z-index:900;position: relative;}  
        #closepiaofu{
            position: absolute;
            right:0px;
            top: 0px;
            width:30px;
            cursor: pointer;
        }  
        #closepiaofu img{
            width: 100%
        }
     