/* GLOBAL STYLES
-------------------------------------------------- */

body {
    font-family: "微软雅黑", Arial, Helvetica, sans-serif, Glyphicons Halflings;
    padding-top: 68px;
}

#allmap {width: 100%;height: 250px;overflow: hidden;margin:0;font-family:"微软雅黑"; border-radius: 20px;}

i{
    font-family: Glyphicons Halflings;
}

.logo-small{
    margin: auto;
    vertical-align: middle;
    line-height: 32px;
}
.logo-small img{
    border: none;
    border-radius: 100%;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 15px;
}

.logo-small h1{
    font-size: 20px;
    line-height: 36px;
    display: inline;
}

.container-fluid {
    padding: 0px;
}

#content table,
#content table tr th,
#content table tr td {
    border: 1px solid #666 !important;
    padding: 7px 10px !important;
}

#content table {
    width: 100%;
    min-height: 25px !important;
    line-height: 25px !important;
    text-align: left;
    border-collapse: collapse !important;
}

.aligncenter{
    text-align: center;
}



/* Padding below the footer and lighter body text */


/* body {background: url(img/bodybj.jpg) no-repeat;} */

.headbg {
    /* 
    background: -webkit-linear-gradient(#ffe4d4, #fff);
    /* Safari 5.1 - 6.0 */
    /* 
    background: -o-linear-gradient(#ffe4d4, #fff);
    /* Opera 11.1 - 12.0 */
    /* 
    background: -moz-linear-gradient(#ffe4d4, #fff);
    /* Firefox 3.6 - 15 */
    /* 
    background: linear-gradient(#ffe4d4, #fff);
    /* 标准的语法 */
    background-color: #fff;
}

.footerbg {
    background-color: #333;
    color: #999;
    border-top: 1px solid #555;
}

.footer {
    text-align: center;
    padding: 10px 0px;
    margin-top: 0px;
}

.footer a {
    color: #ddd;
}

.footer_bag {
    background-color: #333;
    border-top: 1px solid #444;
    padding: 20px 0px 20px 0px;
    color: #ddd;
}

.footer_bag a {
    color: #ddd;
}

.Padding10 {
    padding: 10px;
}

.Padding-right {
    padding-right: 20px;
}

.Padding-left {
    padding-top: 10px;
}

.noPadding {
    padding: 0px;
}

.noMargin {
    margin: 0px;
}

.logo {
    padding: 20px 0px;
    width: 100%;
    text-align: left;
}

.logo a {
    border: none;
    display: block;
    text-decoration: none;
    color: #ff3300;
    width: 100%;
}

.logo a:hover {
    color: #ff3300;
}

.logo>a>img {
    width: 100%;
    float: left;
    width: 20%;
}

.logo h4 {
    color: #ff3300;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

.logo h3 {
    float: left;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    width: 80%;
    font-size: 20px;
    color: #333;
}

.search-tool {
    margin-top: 50px;
}

.search-form .search-field {
    border: 1px solid #e0e0e0;
    border-radius: 20px 0px 0px 20px;
    float: left;
    line-height: 35px;
    padding: 0px 20px;
    width: 180px;
    color: #333;
    font-weight: normal;
    font-size: 10px;
}

.search-form .search-submit{
    border: 1px solid #e0e0e0;
    border-radius: 0px 20px 20px 0px;
}

#content-none {
    text-align: center;
    min-height: 300px;
    padding: 50px;
}

#content-none .search-form {
    display: inline-block;
    margin: 20px auto;
}

.search-form .search-submit {
    border: none;
    background-color: #333;
    line-height: 37px;
    padding: 0px 25px;
    float: left;
    color: #fff;
}

.no-results,
.not-found {
    padding: 0px 20px 20px;
    height: auto;
    overflow: auto;
}

.index .row {
    margin-bottom: 5px;
}

.wx_code {
    display: none;
    position: absolute;
    right: 0px;
    top: 28px;
}

.wx_code img {
    width: 100px;
}

#tabNav {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
}

#tabNav>ul {
    list-style: none;
    padding: 0px;
    font-size: 16px;
    margin-bottom: 0px;
    text-align: left;
    background-color: #fff;
}

#tabNav>ul>li {
    display: inline-block;
    padding: 7px 15px;
    margin: 0px;
}

#tabNav>ul>li a {
    color: #666;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

#tabNav>ul>li:first-child {
    background-color: #ff3300;
    color: #fff;
}

#tabNav>ul>li:hover {
    background-color: #ff3300;
    color: #fff;
    cursor: pointer;
}

#tabNav>ul>li:first-child a {
    color: #fff
}

#tabNav>ul>li:hover a {
    color: #fff
}

#tabs {
    display: block;
    color: #666;
    margin-right: 20px;
    margin-left: 20px;
}

#tabs a:hover {
    color: #ff3300;
}

#tabs ul {
    padding: 0px;
    list-style: none;
    min-height: 195px;
}

#tabs>ul>li {
    display: none;
}

#tabs ol {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#tabs ol li {
    line-height: 20px;
    background-color: #fff;
    padding: 10px 7px 10px 10px;
    border-top: 1px dotted #ccc;
}

#tabs ol li:nth-child(even) {
    background-color: #f2f2f2;
}

#tabs ol li a {
    color: #666;
    display: block;
}

#tabs ol li span {
    display: inline-block;
    background-color: #fff;
    padding: 0px 10px 0px 0px;
}

#tabs ol li:nth-child(even) span {
    background-color: #f2f2f2;
}

#tabs ol li i {
    float: right;
    color: #666;
    line-height: 24px;
}

#tabs ol li:hover {
    background: #3047f1;
    color: #666;
}

#tabs ol li:hover a {
    color: #fff;
}

#tabs ol li:hover i {
    color: #fff;
}

#tabs ol li:hover span {
    color: #fff;
    background: #ff3300;
}

#tabs>ul>li:first-child {
    display: block;
}

.aboutnews {
    background: #fff;
    padding: 30px 0px;
}

#About {
    padding: 30px 0px;
    background-color: #c30d24;
}

#About h1 {
    color: #fff;
    text-align: center;
    margin: 0px 0px 10px 0px;
    font-size: 36px;
}

#About h2 {
    color: #fff;
    text-align: center;
    margin:0px 0px 20px 0px;
    line-height: 30px;
    font-size: 20px;
}

#About img {
    width: 100%;
    border-radius: 10px;
}

#About p {
    text-indent: 2em;
    color: #fff;
    padding: 0px 0px 10px 0px;
    margin: 0px!important;
    font-size: 15px;
    line-height: 28px;
    text-indent: 2em;
}

#About b {
    color: #ff3300;
}

#About img{
    width: 100%;
}

.bidding_info {
    background: #fff;
    padding: 30px 0px;
}
.bidding_info h1 {
    color: #333;
    text-align: center;
    font-weight: bold;
    margin: 0px;
    font-size: 36px;
    vertical-align: top;
}

.bidding_info i{
    padding-bottom: -5px;
}
.bidding_info h1 b{
    font-size: 24px;
}

.bidding_info h2 {
    color: #333;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
    font-size: 20px;
}
.Tender_info{
    font-size: 14px;
}

.Tender_info a{
    color: #333;
    cursor: pointer;
    text-decoration: none;
    display: block;
}
.Tender_info li a b{
    color: #c30d24;
}

.Tender_info li a span{
    float: right;
}
.Tender_info ul{padding: 0px; margin: 0px;}
.Tender_info li{
    border-bottom: 1px dotted #e0e0e0;
    list-style: none;
    line-height: 45px;
    display: block;
    font-size: 12px;
}

.Tender_info li p{
    margin: 0px 0px 15px 0px;
    color: #ccc;
    line-height: 20px;
    font-size: 12px;
    text-indent: 2em;
}

#Policies-list{
    padding:20px 0px 20px 0px; 

}
#Policies-list>div{
    border: 0px solid #f7b52b;
    border-radius: 20px;
    
    /* box-shadow: #ccc 5px 1px 5px 1px; */
    /* background-color: #fcf5e7; */
}
#Policies-list h1,#Policies-list h2,#Policies-list h3{
    color: #ddd;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
#Policies-list h1{
    font-size: 36px;
    padding-top: 20px;
}
#Policies-list h2{
    /* border-bottom: 2px solid #f7b52b; */
    padding-bottom: 10px;
    margin: 0px 00px;
}
#Policies-list ul{
    /* background-color: #fff; */
    list-style: none;
    padding: 0 20px;
    margin: 0;
    border-radius: 20px;
    border-top: 1px solid #ddd;
}

#Policies-list ul li{
    line-height: 45px;
    border-bottom: 1px solid #444;
}

#Policies-list ul li a{
    color: #ddd;
}

/*-----------------------------------------*/
#Download-list{
    padding: 20px 0px;
}
#Download-list>div{
    border: 0px solid #999;
    border-radius: 20px;
    /* box-shadow: #ccc 5px 1px 5px 1px; */
    /* background-color: #f0f0f0; */

}
#Download-list h1,#Download-list h2,#Download-list h3{
    color: #dddddd;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
#Download-list h1{
    font-size: 36px;
    padding-top: 20px;
}
#Download-list h2{
    /* border-bottom: 2px solid #999; */
    padding-bottom: 10px;
    margin: 0px 20px;
}
#Download-list ul{
    /* background-color: #fff; */
    list-style: none;
    padding: 0 20px;
    margin: 0;
    border-radius: 20px;
    border-top: 1px solid #ddd;
}

#Download-list ul li{
    line-height: 45px;
    border-bottom: 1px solid #444;
}

#Download-list ul li a{
    color: #ddd;
}

#Contactus{
    padding: 20px 0px;
}
#Contactus>div{
    border: 0px solid #c30d24;
    border-radius: 20px;
    /* box-shadow: #ccc 5px 1px 5px 1px; */
    /* background-color: #fdedef; */
}
#Contactus h1,#Contactus h2,#Contactus h3{
    color: #ddd;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

#Contactus .telphone i,#Contactus .telphone h3{
    color: #f7b52b;
}
#Contactus h1{
    font-size: 36px;
    padding-top: 20px;
}
#Contactus h2{
    /* border-bottom: 2px solid #c30d24; */
    padding-bottom: 10px;
    margin: 0px 20px;
}
#Contactus ul{
    /* background-color: #fff; */
    list-style: none;
    padding: 0 20px;
    margin: 0;
    border-radius: 20px;
    border-top: 1px solid #ddd;
    overflow: hidden;
    height: 277px;
}

#Contactus ul li{
    line-height: 36px;
    border-bottom: 1px solid #444;
    color: #ddd;
    margin-right: 10px;
    padding: 10px 0px;
    text-align: center;
}

#Contactus ul li h3{
    margin: 20px 0px;
    font-size: 24px;
    display: inline;
}

#Contactus ul li i{
    margin-right: 20px;
    font-size: 20px;
}
#Contactus ul li h4{
    font-size: 1.125rem;
    color: #ddd;
    display: inline;
    
}
#Contactus ul li a{
    color: #c30d24;
}

#Contactus .email h3{
    font-size: 18px;
}

.newsinfo {
    width: 100%;
    padding: 30px 0px 30px 0px;
    background-color: #ff3300;
}

.newsinfo h1 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 0px;
    font-size: 26px;
}

.newsinfo h2 {
    color: #fff;
    text-align: center;
    line-height: 42px;
    margin-top: 0px;
    font-size: 18px;
}

.contact_info {
    background: #333;
    padding: 30px 0px 0px 0px;
}

.contact_info h1 {
    color: #ff3300;
    text-align: center;
    font-weight: bold;
    margin: 0px;
    font-size: 26px;
}

.contact_info h2 {
    color: #666;
    text-align: center;
    line-height: 42px;
    margin-top: 0px;
    font-size: 18px;
}

.contact {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

.contact .qrcode img {
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
}

.contact h2 {
    color: #ff3300;
    border-bottom: 2px solid #ccc;
    line-height: 42px;
    font-size: 24px;
    margin-top: 0px;
}

.contact h2 a {
    color: #999;
    font-size: 12px;
    float: right;
    margin-top: 5px;
}

.contact h2 i {
    color: #ff3300;
    margin-left: 5px;
}

.contact h2 small {
    font-size: 18px;
}

.contact img {
    margin-bottom: 7px;
    width: 100%;
    border-radius: 10px;
}

.contact ul {
    list-style: none;
    padding: 0px;
    color: #666;
    line-height: 24px;
    text-align: center;
}

.contact ul li b {
    color: #ff3300;
    font-size: 18px;
}

.contact ul li i {
    font-weight: bold;
    font-size: 14px;
    color: #ff3300;
    font-style: normal;
}

.about_list {
    list-style: none;
    padding: 0px;
    margin-top: 20px;
    margin-left: 20px;
}

.about_list li {
    color: #fff;
    text-align: center;
    line-height: 61px;
    margin-bottom: 10px;
}

.about_list li i {
    font-size: 24px;
    margin-right: 20px;
    vertical-align: text-bottom;
}

.about_list li a {
    color: #fff;
    font-size: 24px;
    display: block;
}

.about_list .color1 {
    background-color: #8e1adb;
}

.about_list .color2 {
    background-color: #2adb1a;
}

.about_list .color3 {
    background-color: #1a8edb;
}

.about_list .color4 {
    background-color: #db471a;
}


/**
 * Environment 横向滚动
 * ------------------------------ */

.Environment {
    width: 1170px;
}

.Environment a {
    text-decoration: none
}

.Environment h1 {
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: bold;
    font-size: 36px;
}

.Environment h2 {
    color: #ff3300;
    line-height: 42px;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}

.Environment h2 a {
    color: #999;
    font-size: 12px;
    float: right;
    margin-top: 5px;
}

.Environment h2 a i {
    color: #ff3300;
    font-size: 14px;
    margin-right: 5px;
}

.Environment h2 small {
    font-size: 18px;
}

.Environment ul {
    list-style: none;
    padding: 0px;
    color: #888;
    height: auto;
    overflow: auto;
}

.Environment ul li {
    width: 25%;
    float: left;
}

.Environment ul li a {
    padding: 10px 10px;
    display: block;
}

.Environment ul li a img {
    width: 100%;
}

.Environment .box {
    overflow: hidden;
    position: relative;
    height: 364px;
    margin: 0px auto;
    width: 1090px;
}

.Environment .list {
    overflow: hidden;
    width: 99999px;
}

.Environment .list li {
    float: left;
    width: 546px;
}

.Environment .prev,
.Environment .next {
    position: absolute;
    top: 50%;
    margin-top: 0px;
    width: 40px;
    height: 50px;
    background-image: url(./img/control.png);
    background-repeat: no-repeat;
    font: 0/0 Arial;
    cursor: pointer;
}

.Environment .prev {
    left: 5px;
    background-position: 0 0;
}

.Environment .next {
    right: 5px;
    background-position: -40px 0;
}

.Environment .prev:hover {
    background-position: 0 -50px;
}

.Environment .next:hover {
    background-position: -40px -50px;
}

.links {
    list-style: none;
    padding: 0px;
    margin-right: 20px;
    margin-left: 20px;
}

.links h2 {
    color: #ff3300;
    border-bottom: 2px solid #ccc;
    line-height: 42px;
    font-size: 24px;
    margin-top: 0px;
}

.links h2 a {
    color: #999;
    font-size: 12px;
    float: right;
    margin-top: 5px;
}

.links h2 a i {
    color: #ff3300;
    font-size: 14px;
    margin-right: 5px;
}

.links h2 small {
    font-size: 18px;
}

.links ul {
    list-style: none;
    padding: 0px;
    color: #888;
    height: auto;
    overflow: auto;
}

.links ul li {
    width: 50%;
    float: left;
}

.links ul li a {
    padding: 10px 5px;
    display: block;
}

.links ul li a img {
    width: 100%;
    height: 60px;
    border: 1px solid #ccc;
}

.Certificate {
    text-align: center;
}

.Certificate img {
    max-height: 200px;
}

.Certificate b {
    margin: 5px 0px 15px 0px;
    text-align: center;
    display: block;
}

@media (min-width: 768px) {
    body {
        padding-top: 0px;
    }

    .Padding-left {
        padding-left: 40px;
    }

    .navbar-fixed-top{
        position: relative;
    }

    .index {
        padding: 0px;
        margin: 0px;
    }
    .index .row {
        margin-bottom: 15px;
    }

    .footer {
        text-align: center;
        padding: 30px 0px;
        margin-top: 0px;
    }

    .footer_bag {
        background-color: #333;
        border-top: 1px solid #444;
        padding: 50px 0px 30px 0px;
        color: #ddd;
    }
    
    .footer_bag a {
        color: #999;
    }

    #allmap {width: 100%;height: 500px;overflow: hidden;margin:0;font-family:"微软雅黑"; border-radius: 20px;}

    #tabNav {
        margin-top: 20px;
        margin-right: 0px;
        margin-left: 0px;
    }
    #tabNav>ul {
        list-style: none;
        padding: 0px;
        font-size: 16px;
        text-align: center;
    }
    #tabNav>ul>li {
        display: inline-block;
        padding: 10px 25px;
        margin: 0px;
    }
    #tabNav>ul>li a {
        color: #666;
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
    }
    #tabNav>ul>li:first-child {
        background-color: #ff3300;
        color: #fff;
    }
    #tabNav>ul>li:hover {
        background-color: #ff3300;
        color: #fff;
        cursor: pointer;
    }
    #tabNav>ul>li:first-child a {
        color: #fff
    }
    #tabNav>ul>li:hover a {
        color: #fff
    }
    #tabs {
        display: block;
        color: #666;
        margin-right: 0px;
        margin-left: 0px;
    }
    #tabs a:hover {
        color: #ff3300;
    }
    #tabs ul {
        padding: 0px;
        list-style: none;
        min-height: 195px;
    }
    #tabs>ul>li {
        display: none;
    }
    #tabs ol {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }
    #tabs ol li {
        line-height: 38px;
        background-color: #f2f2f2;
    }
    #tabs ol li:nth-child(even) {
        background-color: #fff;
    }
    #tabs ol li a {
        color: #666;
        display: block;
    }
    #tabs ol li span {
        display: inline-block;
        background-color: #f2f2f2;
        padding: 0px 10px;
        margin-right: 10px;
        width: 85px;
    }
    #tabs ol li:nth-child(even) span {
        background-color: #fff;
    }
    #tabs ol li i {
        float: right;
        color: #666;
        line-height: 38px;
        padding-right: 10px;
    }
    #tabs ol li:hover {
        background: #3047f1;
        color: #666;
    }
    #tabs ol li:hover a {
        color: #fff;
    }
    #tabs ol li:hover i {
        color: #fff;
    }
    #tabs ol li:hover span {
        color: #fff;
        background: #ff3300;
    }
    #tabs>ul>li:first-child {
        display: block;
    }
    .aboutnews {
        background: #fff;
        padding: 100px 0px;
    }
    .about a {
        text-decoration: none;
    }
    .about h1 {
        color: #ff3300;
        text-align: center;
        font-weight: bold;
        margin: 0px;
        font-size: 36px;
    }
    .about h3 {
        color: #666;
        text-align: center;
        font-size: 24px;
    }
    .about img {
        width: 100%;
        margin: 30px 0px;
        border-radius: 15px;
    }
    .about>p {
        text-indent: 2em;
        color: #666;
        padding: 0px;
        margin: 0px!important;
        padding: 12px 12px;
        font-size: 16px;
        line-height: 26px;
    }
    .about b {
        color: #ff3300;
    }
    .contact {
        margin-left: 0px;
        margin-right: 0px;
    }
    .contact .qrcode img {
        margin-bottom: 0px;
        width: 300px;
        float: right;
    }
    .contact h2 {
        color: #ff3300;
        border-bottom: 2px solid #ccc;
        line-height: 42px;
        font-size: 24px;
        margin-top: 20px;
    }
    .contact h2 a {
        color: #999;
        font-size: 12px;
        float: right;
        margin-top: 5px;
    }
    .contact h2 i {
        color: #ff3300;
        margin-left: 5px;
    }
    .contact h2 small {
        font-size: 18px;
    }
    .contact img {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 30px;
    }
    .contact ul {
        list-style: none;
        padding: 15px 0px 0px 0px;
        color: #666;
        line-height: 24px;
    }
    .contact ul li {
        line-height: 40px;
    }
    .contact ul li b {
        color: #ff3300;
        font-size: 16px;
    }
    .contact ul li i {
        font-weight: bold;
        font-size: 24px;
        color: #ff3300;
    }
    .about_list {
        list-style: none;
        padding: 0px;
        margin-top: 20px;
        margin-left: 20px;
    }
    .about_list li {
        color: #fff;
        text-align: center;
        line-height: 61px;
        margin-bottom: 10px;
    }
    .about_list li i {
        font-size: 24px;
        margin-right: 20px;
        vertical-align: text-bottom;
    }
    .about_list li a {
        color: #fff;
        font-size: 24px;
        display: block;
    }
    .about_list .color1 {
        background-color: #8e1adb;
    }
    .about_list .color2 {
        background-color: #2adb1a;
    }
    .about_list .color3 {
        background-color: #1a8edb;
    }
    .about_list .color4 {
        background-color: #db471a;
    }
    /**
    * Environment 横向滚动
    * ------------------------------ */
    .Environment {
        position: relative;
        width: 1170px;
    }
    .Environment h2 {
        color: #fff;
        line-height: 42px;
        font-size: 24px;
        margin-top: 0px;
    }
    .Environment h2 a {
        color: #fff;
        font-size: 12px;
        float: right;
        margin-top: 5px;
    }
    .Environment h2 a i {
        color: #fff;
        font-size: 14px;
        margin-right: 5px;
    }
    .Environment h2 small {
        font-size: 18px;
        color: #fff;
    }
    .Environment ul {
        list-style: none;
        padding: 0px;
        color: #888;
        height: auto;
        overflow: auto;
    }
    .Environment ul li {
        width: 25%;
        float: left;
    }
    .Environment ul li a {
        padding: 10px 10px;
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 15px;
        text-align: center;
    }
    .Environment ul li a b {
        line-height: 22px;
        display: block;
        padding-top: 10px;
        font-weight: normal;
    }
    .Environment ul li a img {
        width: 100%;
        height: 350px;
        border-radius: 15px;
    }
    .Environment .box {
        overflow: hidden;
        position: relative;
        height: auto;
        margin: 0px auto;
        width: 1090px;
    }
    .Environment .list {
        overflow: hidden;
        width: 99999px;
    }
    .Environment .list li {
        float: left;
        width: 546px;
        height: 100%;
    }
    .Environment .prev,
    .Environment .next {
        position: absolute;
        top: 55%;
        margin-top: 0px;
        width: 40px;
        height: 50px;
        background-image: url(./img/control.png);
        background-repeat: no-repeat;
        font: 0/0 Arial;
        cursor: pointer;
    }
    .Environment .prev {
        left: 5px;
        background-position: 0 0;
    }
    .Environment .next {
        right: 5px;
        background-position: -40px 0;
    }
    .Environment .prev:hover {
        background-position: 0 -50px;
    }
    .Environment .next:hover {
        background-position: -40px -50px;
    }
    .newsinfo {
        width: 100%;
        background-color: #fff;
        padding: 100px 0px;
    }
    .newsinfo h1 {
        color: #ff3300;
        text-align: center;
        font-weight: bold;
        margin: 0px;
        font-size: 36px;
    }
    .newsinfo h2 {
        color: #666;
        text-align: center;
        line-height: 42px;
        margin-top: 0px;
        font-size: 24px;
        margin-bottom: 30px;
    }
    .bidding_info {
        background: #fff;
        padding: 150px 0px;
    }
    .bidding_info h1 {
        color: #333;
        text-align: center;
        font-weight: bold;
        margin: 0px;
        font-size: 48px;
    }

    .bidding_info h1 b{
        font-size: 30px;
    }

    .bidding_info h2 {
        color: #333;
        text-align: center;
        line-height: 42px;
        margin-top: 0px;
        font-size: 24px;
    }
    .Tender_info{
        font-size: 16px;
    }

    .Tender_info a{
        color: #333;
        cursor: pointer;
        text-decoration: none;
        display: block;
    }
    .Tender_info li{
        border-bottom: 1px dotted #e0e0e0;
        list-style: none;
        line-height: 45px;
        display: block;
        font-size: 16px;
        cursor: pointer;
        
    }
    .Tender_info li a b{
        color: #c30d24;float: none;
    }

    .Tender_info li a span{
        float: right;
    }

    .Tender_info li p{
        margin: 0px 0px 15px 0px;
        color: #ccc;
        line-height: 20px;
        font-size: 14px;
        text-indent: 2em;
    }

    #About {
        padding: 150px 0px;
        background-color: #c30d24;
    }
    
    #About h1 {
        color: #fff;
        text-align: center;
        margin: 0px 0px 10px 0px;
        font-size: 58px;
    }
    
    #About h1 b{
        font-size: 30px;
        color: #fff;
    }
    
    #About h2 {
        color: #fff;
        text-align: center;
        margin:0px 0px 30px 0px;
        line-height: 42px;
        font-size: 24px;
    }
    
    #About img {
        width: 100%;
        border-radius: 10px;
    }
    
    #About p {
        text-indent: 2em;
        color: #fff;
        padding: 0px 0px 10px 0px;
        margin: 0px!important;
        font-size: 15px;
        line-height: 28px;
        text-indent: 2em;
    }
    
    #About b {
        color: #ff3300;
    }
    
    #About img{
        width: 100%;
        height: 320px;
    }

    #Policies-list{
        padding: 20px;

    }
    #Policies-list>div{
        border: 0px solid #f7b52b;
        border-radius: 20px;
        
        /* box-shadow: #ccc 5px 1px 5px 1px; */
        /* background-color: #fcf5e7; */
    }
    #Policies-list h1,#Policies-list h2,#Policies-list h3{
        color: #ddd;
        text-align: center;
        padding: 0px;
        margin: 0px;
    }
    #Policies-list h1{
        font-size: 58px;
        padding-top: 30px;
    }
    #Policies-list h2{
        /* border-bottom: 2px solid #f7b52b; */
        padding-bottom: 10px;
        margin: 0px 00px;
    }
    #Policies-list ul{
        /* background-color: #fff; */
        list-style: none;
        padding: 0 20px;
        margin: 0;
        border-radius: 20px;
        border-top: 1px solid #ddd;
    }

    #Policies-list ul li{
        line-height: 45px;
        border-bottom: 1px solid #444;
    }

    #Policies-list ul li a{
        color: #ddd;
    }

    /*-----------------------------------------*/
    #Download-list{
        padding: 20px;
    }
    #Download-list>div{
        border: 0px solid #999;
        border-radius: 20px;
        /* box-shadow: #ccc 5px 1px 5px 1px; */
        /* background-color: #f0f0f0; */

    }
    #Download-list h1,#Download-list h2,#Download-list h3{
        color: #dddddd;
        text-align: center;
        padding: 0px;
        margin: 0px;
    }
    #Download-list h1{
        font-size: 58px;
        padding-top: 30px;
    }
    #Download-list h2{
        /* border-bottom: 2px solid #999; */
        padding-bottom: 10px;
        margin: 0px 20px;
    }
    #Download-list ul{
        /* background-color: #fff; */
        list-style: none;
        padding: 0 20px;
        margin: 0;
        border-radius: 20px;
        border-top: 1px solid #ddd;
    }

    #Download-list ul li{
        line-height: 45px;
        border-bottom: 1px solid #444;
    }

    #Download-list ul li a{
        color: #ddd;
    }

    #Contactus{
        padding: 20px;
    }
    #Contactus>div{
        border: 0px solid #c30d24;
        border-radius: 20px;
        /* box-shadow: #ccc 5px 1px 5px 1px; */
        /* background-color: #fdedef; */
    }
    #Contactus h1,#Contactus h2,#Contactus h3{
        color: #ddd;
        text-align: center;
        padding: 0px;
        margin: 0px;
    }

    #Contactus .telphone i,#Contactus .telphone h3{
        color: #f7b52b;
    }
    #Contactus h1{
        font-size: 58px;
        padding-top: 30px;
    }
    #Contactus h2{
        /* border-bottom: 2px solid #c30d24; */
        padding-bottom: 10px;
        margin: 0px 20px;
    }
    #Contactus ul{
        /* background-color: #fff; */
        list-style: none;
        padding: 0 20px;
        margin: 0;
        border-radius: 20px;
        border-top: 1px solid #ddd;
        overflow: hidden;
        height: 277px;
    }

    #Contactus ul li{
        line-height: 46px;
        border-bottom: 1px solid #444;
        color: #ddd;
        margin-right: 10px;
        padding: 10px 0px;
    }

    #Contactus ul li h3{
        margin: 20px 0px;
        font-size: 30px;
        text-align: right;
        display: inline;
    }

    #Contactus ul li i{
        margin-right: 20px;
        font-size: 30px;
    }
    #Contactus ul li h4{
        font-size: 22px;
        color: #ddd;
        display: inline;
        
    }
    #Contactus ul li a{
        color: #c30d24;
    }

    #Contactus .email h3{
        font-size: 22px;
    }
    
    #Contactus{

    }
    .contantus-single {
        padding: 20px 0px 0px 0px;
    }
    .contantus-single li{
        list-style: none;
        font-size: 26px;
        padding: 10px 0px 10px 0px;
        text-align: center;
    }
    .contantus-single i{
        font-size: 26px;
        display: inline;
        margin-right: 15px;
    }

    .contact_info {
        background: #333;
        padding: 80px 0px 150px 0px;
        border-top: 0px solid #e0e0e0;
    }
    .contact_info h1 {
        color: #ff3300;
        text-align: center;
        font-weight: bold;
        margin: 0px;
        font-size: 36px;
    }
    .contact_info h2 {
        color: #666;
        text-align: center;
        line-height: 42px;
        margin-top: 0px;
        font-size: 24px;
        margin-bottom: 30px;
    }
    .links {
        list-style: none;
        padding: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .links h2 {
        color: #ff3300;
        border-bottom: 2px solid #ccc;
        line-height: 42px;
        font-size: 24px;
        margin-top: 0px;
    }
    .links h2 a {
        color: #999;
        font-size: 12px;
        float: right;
        margin-top: 5px;
    }
    .links h2 a i {
        color: #ff3300;
        font-size: 14px;
        margin-right: 5px;
    }
    .links h2 small {
        font-size: 18px;
    }
    .links ul {
        list-style: none;
        padding: 0px;
        color: #888;
        height: auto;
        overflow: auto;
    }
    .links ul li {
        width: 194px;
        float: left;
    }
    .links ul li a {
        padding: 10px 5px;
        display: block;
    }
    .links ul li a img {
        width: 100%;
        height: 60px;
        border: 1px solid #ccc;
    }
    .Certificate {
        text-align: center;
    }
    .Certificate img {
        height: 170px;
    }
    .Certificate b {
        margin: 5px 0px 15px 0px;
        text-align: center;
        display: block;
    }
}

.head-telphone-phone {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 18px;
    display: block;
    width: 100%;
    text-align: center;
}

.head-telphone-phone a {
    color: #ff3300;
    font-weight: bold;
    text-decoration: none;
}

.head-telphone-phone b {
    font-size: 18px;
}

.contantus-single {
    padding: 20px 0px 0px 0px;
}
.contantus-single li{
    list-style: none;
    font-size: 18px;
    padding: 10px 0px 10px 0px;
    text-align: center;
}
.contantus-single i{
    font-size: 26px;
    display: inline;
    margin-right: 15px;
}

@media (min-width: 768px) {
    .logo {
        padding: 25px 0px;
        max-width: 520px;
    }
    .logo>a {
        display: inline-block;
        font-family: 微软雅黑;
    }
    .logo>a>img {
        width: 100%;
        float: left;
        display: inline-block;
        margin: 0px;
    }
    .logo>a>h3,
    .logo>a>h4 {
        text-align: left;
        float: left;
        display: inline;
        width: 320px;
        font-family: 微软雅黑;
        position: relative;
        top: 16px;
        font-weight: bold;
        color: #333;
    }
    .head-telphone {
        font-size: 14px;
        line-height: 28px;
        float: right;
        position: relative;
        text-align: right;
        top: 5px;
        padding-top: 35px;
    }
    .head-telphone a {
        color: #666;
        text-decoration: none;
    }
    .head-telphone i {
        font-size: 16px;
        color: #ff3300;
        padding-right: 3px;
    }
    .head-telphone b {
        font-size: 22px;
        color: #ff3300;
    }
    .top-menu a {
        margin-right: 15px;
    }
    .top-menu a:last-child {
        margin-right: 0px;
    }
    .top-menu i {
        color: #666;
    }
    #date {
        color: #666;
        line-height: 35px;
        margin-top: 10px;
    }
    #content {
        min-height: 600px;
    }
}

.navbar {
    margin-bottom: 0px;
}

.navbar-header{background-color: #c30d24;}

.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
    position: static;
    z-index: 9999;
    top: 148px;
    border-top: none;
    -webkit-box-shadow: none;
}

.navbar-nav {
    background-color: transparent;
    display: inline-block;
    margin: 0px auto;
}

.navbar-nav>li {
    border-right: none;
}

.navbar-nav>li a {
    padding-left: 51px;
    padding-right: 51px;
}

.navbar-nav>li:last-child {
    border-right: none;
}

.navbar-default {
    background-color: #c30d24;
    color: #fff;
    border-radius: 0px;
    border: none;
    font-size: 16px;
}

.navbar-default .navbar-brand {
    color: #fff;
    text-align: center;
    padding: 14px 0px 0px 0px;
    height: 68px;
    font-size: 20px;
    float: none;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #fff;
}


.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #f7b52b;
}

.navbar-default .navbar-nav>li:first-child>a{
    color: #fff;
    background-color: #f7b52b;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #3047f1;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: #3047f1;
}

.navbar-default .navbar-search{
    float: right;
    background-color: transparent;
    border: none;
    margin: 14px 10px 0px 0px;
}

.navbar-default .navbar-search i{
    font-size: 32px;
}

.navbar-default .navbar-toggle {
    border: none;
    font-size: 30px;
    padding: 0px;
    margin: 14px 0px 5px 10px;
    float: left;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
    max-height: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

@media (min-width: 767px) {
    .navbar-nav>li a {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav>li a {
        padding-left: 51px;
        padding-right: 51px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
        position: absolute;
        z-index: 9999;
        top: 68px;
        border-top: none;
        -webkit-box-shadow: none;
        width: 100%;
        text-align: right;
        filter: alpha(Opacity=96);
        -moz-opacity: 0.96;
        opacity: 0.96;
        max-height: none;
    }
    .navbar-nav {
        background-color: #333;
        text-align: left;
        width: 100%;
        margin: 0px;
    }
    .navbar-nav>li {
        border-right: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: #e7e7e7;
    }
}

.navbar-default .navbar-link {
    color: #fff;
}

.navbar-default .navbar-link:hover {
    color: #fff;
}

.navbar-default .btn-link {
    color: #fff;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #fff;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */


/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}


/* Flip around the padding for proper display in narrow viewports */

.navbar-wrapper>.container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-wrapper .navbar .container {
    width: auto;
}

.navbar-nav>li>.sub-menu {
    list-style: none;
    padding: 0px;
    background-color: #e5e5e5;
    padding: 16px 0px;
    list-style: none;
}

.navbar-nav>li>.sub-menu a {
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-nav>li>.sub-menu li {
    min-height: 30px;
    line-height: 30px;
    list-style: none;
    text-indent: 1em;
}

.navbar-nav>li>.sub-menu li:hover {
    background-color: #e5e5e5;
}

.navbar-nav>li:hover>.sub-menu {
    display: block;
}

@media (min-width: 768px) {
    .navbar-nav>li>.sub-menu {
        display: none;
        list-style: none;
        padding: 0px;
        position: absolute;
        top: 50px;
        left: 0px;
        z-index: 999;
        background-color: #333;
    }
    .navbar-nav>li>.sub-menu a {
        color: #fff;
        text-decoration: none;
        
    }
    .navbar-nav>li>.sub-menu li {
        min-height: 50px;
        line-height: 50px;
        border-bottom: 0px solid #333;
        text-indent: 0em;
        list-style: none;
        background-color: #333;
        padding: 0px;
    }

    .navbar-nav>li>.sub-menu li:hover {
        min-height: 50px;
        line-height: 50px;
        border-bottom: 0px solid #ffca58;
        text-indent: 0em;
        background-color: #c30d24;
        list-style: none;
    }
    .navbar-nav>li>.sub-menu li ul li a{
        padding: 0px 51px 0px 66px;
    }
    .navbar-nav>li>.sub-menu li ul li:last-child {
        border-bottom: none;
    }

    .navbar-nav>li>.sub-menu li ul {
        padding: 0px;
        margin: 0px;
    }
    .navbar-nav>li>.sub-menu li ul li:hover {
        background-color: #c30d24;;
        border-bottom: 0px solid #ffca58;
    }
    .navbar-nav>li:hover>.sub-menu {
        display: block;
    }
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/* Carousel base class */

.myCarousel {
    padding: 0px;
    min-height: 3px;
    background-color: #ff3300;
}

.carousel {
    height: 220px;
}


/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    z-index: 10;
}


/* Declare heights because of positioning of img element */

.carousel .item {
    height: 220px;
    background-color: #777;
}

.carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 220px;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.myCarousel {
    padding: 0px 15px;
}
/* Carousel base class */
.carousel {
    height: 170px;
    margin-bottom: 30px;
    margin: 0px 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
    height: 170px;
    background-color: #777;
}
.carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 170px;
}

@media (min-width: 768px) {
    .myCarousel {
        padding: 0px 15px;
    }
    /* Carousel base class */
    .carousel {
        height: 680px;
        margin-bottom: 30px;
        margin: 0px 0px;
    }
    /* Since positioning the image, we need to help out the caption */
    .carousel-caption {
        z-index: 10;
    }
    /* Declare heights because of positioning of img element */
    .carousel .item {
        height: 680px;
        background-color: #777;
    }
    .carousel-inner>.item>img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 680px;
    }
}


/* MARKETING CONTENT
-------------------------------------------------- */


/* Center align the text within the three columns below the carousel */

.newProducts {}

.newProducts h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
}

.newProducts .row {
    margin: 0px;
}

.newProducts .col-lg-3 {
    margin-bottom: 0px;
    text-align: center;
    border-bottom: none;
    padding: 0px 0px 30px 0px;
}

.newProducts img {
    width: 100%;
    border-radius: 0px;
}

.newProducts h2 {
    font-weight: normal;
}

.newProducts .col-lg-3 p {
    margin-right: 10px;
    margin-left: 10px;
    text-indent: 2em;
    text-align: left;
}

.service {
    background-color: #333;
    padding-top: 30px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}


/* .service .one{background-color: #E91E63;}
.service .two{background-color: #9C27B0;}
.service .three{background-color: #4caf50;}
.service .four{background-color: #2196f3;}
.service .five{background-color: #607d8b;}
.service .six{background-color: #673ab7;} */

.service span {
    font-size: 92px;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    display: block;
    color: #333;
    margin: auto;
    background-color: #fff;
}

.service h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: bold;
}

.service .col-lg-4 {
    margin-bottom: 40px;
    text-align: center;
}

.service h2 {
    font-weight: normal;
}

.service p {
    margin-right: 10px;
    margin-left: 10px;
    text-align: left;
    text-indent: 2em;
}

@media (min-width: 768px) {
    .newProducts {
        padding-bottom: 40px;
    }
    .newProducts .row {
        margin: -15px;
    }
    .newProducts h1 {
        font-size: 36px;
        margin-bottom: 50px;
    }
    .newProducts .col-lg-3 img {
        width: 100%;
        border-radius: 5px;
    }
    .newProducts .col-lg-3 {
        border: none;
        padding: 0px 15px;
    }
    .service h1 {
        font-size: 36px;
        margin-bottom: 50px;
    }
    .service .col-lg-4 {
        margin-bottom: 20px;
        text-align: center;
    }
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0;
    /* Space out the Bootstrap <hr> more */
}


/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}


/* 产品中心-所有分类 CSS
-------------------------------------------------- */

.products-cat h1 {
    text-align: center;
    font-size: 26px;
}

.products-cat>.row {
    margin: 0px;
}

.products-cat>.row .product-cat-list {
    padding: 7px;
}

.products-cat>.row .product-cat-list>div {
    padding: 10px;
    border: 1px solid #e5e5e5;
}

.products-cat a {
    border: none;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.products-cat img {
    width: 100%;
}

.products-cat span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .products-cat h1 {
        text-align: left;
        font-size: 36px;
        padding: 0px 10px;
    }
    .products-cat img {
        width: 100%;
        height: 112px;
    }
}

@media (min-width: 1200px) {
    .products-cat img {
        width: 100%;
        height: 137px;
    }
}


/* 产品中心-分类产品 CSS
-------------------------------------------------- */

.products img {
    width: 100%;
    height: auto;
}

.products>.row {
    margin: 0px;
}

.products .products-list {
    padding: 0px;
}

.products .products-list h3 {
    border-bottom: none;
    padding-bottom: 10px;
    font-size: 26px;
    text-align: center;
}

.products .products-list>.row {
    margin: 0px;
}

@media (min-width: 768px) {
    .products .products-list h3 {
        border-bottom: 2px solid #333;
        padding-bottom: 10px;
        font-size: 24px;
        text-align: left;
    }
    .products .products-list {
        padding: 0px 15px;
    }
}

.products>.row .ProductItem {
    padding: 7px;
}

.products>.row .ProductItem>div {
    padding: 10px;
    border: 1px solid #e5e5e5;
}

.products a {
    border: none;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.products span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}


/* 产品详细 CSS
-------------------------------------------------- */

.product-info {
    background-color: #e5e5e5;
    width: 100%;
    margin-top: 10px;
}

.product-info>div {
    padding: 20px;
    text-align: center;
}

.product-info img {
    width: 100%;
}

@media (min-width: 768px) {
    .product-info {
        background-color: #e5e5e5;
        width: 100%;
        margin-top: 10px;
    }
    .product-info>div {
        padding: 20px;
        text-align: center;
    }
    .product-info img {
        width: auto;
    }
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }
    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}

.sidebar {
    border: 1px solid #e5e5e5;
    border-top: 2px solid #ff3300;
    margin-top: 20px;
}

.sidebar h3 {
    border-bottom: 2px solid #e5e5e5;
    padding: 0px 20px 12px;
    margin-top: 15px;
    color: #ff3300;
    font-size: 18px;
}

.sidebar ul {
    padding: 0px;
    list-style: none;
}

.sidebar li {
    padding: 10px 20px;
    margin: 0px;
    font-weight: normal;
}

.sidebar li:hover {
    background-color: #ff3300;
    color: #fff;
}

.sidebar li a {
    color: #333;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px dotted #e5e5e5;
    display: block;
    padding-bottom: 5px;
}

.sidebar li:hover a {
    color: #fff;
    display: block;
}

.contact_sidebar {
    margin-bottom: 20px;
    color: #666;
}

.contact_sidebar ul li img {
    width: 100%;
    margin-bottom: 5px;
}

.contact_sidebar ul li {
    line-height: 24px;
    padding: 0px 20px;
}

.contact_sidebar ul li:hover {
    background-color: #fff;
    color: #666;
}

.contact_sidebar ul li b {
    color: #ff3300;
    font-size: 16px;
}

.article-list {
    margin: 20px;
    /* border: 1px solid #e5e5e5; */
    /* border-top: 2px solid #ff3300; */
    height: auto;
    overflow: auto;
}

.nextArticle {
    margin-left: 20px;
    margin-top: 0px;
}

.nextArticle a {
    color: #333;
    line-height: 28px;
}



.article-list h1 {
    /* border-bottom: 1px solid #e5e5e5; */
    padding: 30px 0px 0px 0px;
    color: #333;
    margin: 0px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.article-list h2 {
    /* border-bottom: 1px solid #e5e5e5; */
    padding: 15px 0px 20px 0px;
    color: #fff;
    color: #333;
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #333;
}

.article-list h3 span {
    color: #ff3300
}

.article-list ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    border-radius: 20px;
}

.article-list li {
    line-height: 20px;
    background-color: #fff;
    padding: 20px 20px;
    margin: 20px 0px;
    border-bottom: 1px dotted #ccc;
}

.article-list li i {
    float: right;
    color: #666;
    line-height: 20px;
    padding-right: 5px;
}

.article-list li a {
    color: #333;
    display: block;
    font-size: 16px;
    text-decoration: none;
}

.article-list li span {
    float: right;
    color: #333;
}
.article-list li b {
    font-weight: normal;
    color: #333;
    font-size: 16px;
}

.article-list li p {
    text-indent: 2em;
    font-size: 14px;
    padding: 10px 0px 0px 0px;
    color: #ccc;
    font-weight:normal;
}

.article-list li:hover {
    background: #c30d24;
    color: #666;
}

.article-list li:hover i {
    color: #fff;
}

.article-list li:hover span {
    color: #fff;
}

.article-list li:hover a ,.article-list li:hover b,.article-list li:hover p{
    color: #fff;
}

@media (min-width: 768px) {
    .article-list {
        margin: 20px 0px;
        /* border: 1px solid #e5e5e5; */
        /* border-top: 2px solid #ff3300; */
        height: auto;
        overflow: auto;
    }

    .article-list h1 {
        /* border-bottom: 1px solid #e5e5e5; */
        padding: 45px 0px 0px 0px;
        color: #333;
        margin: 0px;
        font-size: 56px;
        font-weight: bold;
        text-align: center;
    }

    .article-list h2 {
        /* border-bottom: 1px solid #e5e5e5; */
        padding: 15px 0px 50px 0px;
        color: #fff;
        color: #333;
        margin: 0px;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px solid #333;
    }

    .article-list h3 {
        /* border-bottom: 2px solid #e5e5e5; */
        /* border-radius: 25px; */
        padding: 20px;
        color: #fff;
        color: #c30d24;
        margin: 0px;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }

    .article-list ul {
        padding: 20px;
        margin: 0px;
        list-style: none;
        border-radius: 20px;
    }

    .nextArticle {
        margin: 50px 100px 0px 100px;
        padding: 20px 20px 20px 20px;
        border-top: 1px dotted #333;
    }
}

#dituContent {
    width: 100%;
    height: 300px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.entry-single {
    /* border: 1px solid #e5e5e5; */
    /* border-top: 2px solid #ff3300; */
    margin: 20px;
}

.entry-header>h3 {
    margin: 20px 0px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
.entry-header h4{
    text-align: right;
    
}
.entry-header {
    text-align: center;
    /* border-bottom: 2px solid #e5e5e5; */
    padding: 35px 0px 35 0px;
}

.entry-header>h1{
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: 40px;
}

.entry-header>h2{
    font-size: 18px;
}

.entry-content {
    margin-bottom: 10px;
    padding: 7px 20px;
    line-height: 26px;
}

.entry-time{
    font-size: 12px;
    text-align: center;
    border: 1px solid #f0f0f0;
    line-height: 36px;
    border-radius: 5px;

    
}

@media (min-width: 768px) {
    .entry-single {
        /* border: 1px solid #e5e5e5; */
        /* border-top: 2px solid #ff3300; */
        margin: 30px 0px 100px 0px;
    }
    .entry-content {
        margin: 0px 100px;
        padding: 20px 30px;
        line-height: 26px;
        min-height: 550px;
        border-top: 0px solid #333;
        /* border-bottom: 1px solid #f0f0f0; */
        border-radius: 20px;
        font-size: 14px;
    }

    .entry-content p{
        text-indent: 2em;
        padding: 0px;
    }

    .entry-header>h3 {
        margin: 50px 0px 10px 0px;
        font-weight: bold;
        letter-spacing: 1px;
        padding:30px 30px 0px 30px;
        font-size: 26px;
        border-top: 1px dotted #ccc;
    }
    .entry-header>h1{
        font-size: 56px;
        display: inline;
        text-align: left;
    }

    .entry-header>h2{
        font-size: 30px;
    }

    .entry-header h4{
        text-align: left;
        font-size: 14px;
        color: #999;
        padding-left: 31px;
        
    }
    .entry-header {
        text-align: center;
        /* border-bottom: 2px solid #e5e5e5; */
        padding: 20px 100px 0px 100px;
    }

    .entry-time{
        font-size: 12px;
        text-align: left;
        padding-bottom: 50px;
        border: none;
        line-height: 36px;
        float: left;
    }

    .page_navi {
        overflow: hidden;
        width: 100%;
        text-align: center;
        margin-bottom: 80px;
    }
}

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0px auto;
}

.size-full {
    max-width: 100%;
    border-radius: 20px;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.page_navi {
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.page_navi a {
    height: 36px;
    border: 1px solid #DDD;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #888;
    text-decoration: none;
    line-height: 36px;
    font-weight: bolder;
    margin: 2px;
    padding: 3px 8px
}

.page_navi a:hover,
.page_navi a.current {
    background-color: #c30d24;
    color: #fff;
    font-weight: bolder;
    border: 1px solid#c30d24;
}

.engineering-case h1 {
    text-align: center;
    margin-top: 40px;
    color: #c30d24;
    font-weight: bold;
    font-size: 24px;
}

.engineering-case h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px;
    color: #333;
}

.engineering-case a {
    display: block;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    text-align: center;
    color: #333;
    margin-bottom: 15px;
}

.engineering-case a img {
    width: 100%;
    height: 250px;
    margin-bottom: 7px;
}

.entry-print {text-align: right;float: right;}
.entry-print button{
    background-color: #333;
    color: #fff;
    padding: 5px 20px;
    font-size: 12px;
    border-radius: 5px;
    border: none;
}

.entry-title{
    height: auto;
    overflow: auto;
}

@media (min-width: 768px) {
    .engineering-case h1 {
        text-align: center;
        margin-top: 80px;
        color: #ff3300;
        font-weight: bold;
        font-size: 36px;
    }
    .engineering-case h2 {
        text-align: center;
        margin-bottom: 50px;
        font-size: 24px;
        color: #333;
    }
    .engineering-case a {
        display: block;
        padding: 15px;
        border-radius: 10px;
        border: 1px solid #e5e5e5;
        text-align: center;
        color: #333;
        margin-bottom: 25px;
    }
    .engineering-case a img {
        width: 100%;
        height: 250px;
        margin-bottom: 7px;
    }
}

@media print{
    /*改变打印边距和A4 */
    @page{
        margin: 5mm 10mm 10mm 10mm;
        size: A4 portrait;
        zoom: normal;
    }
    body {
        
        padding-top: 0px;
    }
    .print-logo{
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #000;
        margin-bottom: 10px;
    }
    .entry-single{
        margin: 0;
        padding: 0;
    }
    .entry-time{
        text-align: right;
        border: none;
    }
    .entry-header{
        padding: 0;
        margin: 0;
    }
    .entry-header>h3{
        margin: 0px 0px 10mm;
        padding: 0px;
    }
    .entry-header>h2{
        font-size: 22px;
        margin: 10px;
    }

    .entry-content{
        margin: 0px;
        padding: 0px;
        line-height: 20px;
        border-top: none;
        border-radius: 0px;
        font-size: 14px;
    }
    .entry-content>p{
        font-size: 14px;
    }
}