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

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

.fa, .fas, .far, .fab {
  font-family: 'Font Awesome 5 Free' !important;
}

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

.logo-small{
    vertical-align: middle;
    line-height: 32px;
    background-color: white;
}
.logo-small img{
    border: none;
    background-size: cover;
    
    height: 40px;
    display: inline-block;
}

.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 !important;
}

.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 {
    max-width: 210px;
    float: left;
}

.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;
}



#About {
    padding: 50px 0;
  background-image: linear-gradient(
    0deg,
    hsl(0deg 0% 100%) 0%,
    hsl(0deg 0% 98%) 3%,
    hsl(0deg 0% 96%) 6%,
    hsl(0deg 0% 94%) 9%,
    hsl(0deg 0% 92%) 13%,
    hsl(0deg 0% 90%) 17%,
    hsl(0deg 0% 88%) 21%,
    hsl(0deg 0% 86%) 26%,
    hsl(0deg 0% 86%) 32%,
    hsl(0deg 0% 88%) 38%,
    hsl(0deg 0% 90%) 45%,
    hsl(0deg 0% 92%) 52%,
    hsl(0deg 0% 94%) 61%,
    hsl(0deg 0% 96%) 72%,
    hsl(0deg 0% 98%) 84%,
    hsl(0deg 0% 100%) 100%
  );
}

#About h1 {
    color: #cc0000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

#About h3 {
    text-align: center;
    margin-bottom: 30px;
}

/* 特色优势部分 */
.quality-card {
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.quality-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.quality-card i {
    font-size: 48px;
    margin-bottom: 15px;
}

.quality-card h4 {
    font-weight: bold;
    margin-bottom: 15px;
}

.quality-card p {
    font-size: 16px;
    font-weight: bold;
}

/* 资质与服务部分 */
.info-panel {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-bottom: 20px;
    height: 100%;
}

.info-panel h3 {
    /* color: #3330db; */
    font-weight: bold;
    margin-bottom: 20px;
}

.info-panel i{
    font-size: 36px;
    margin-bottom: 10px;
    display: block;
    color: #2ecc71;
}

.qualification-item, .service-item {
    margin: 10px 0;
    text-align: center;
}

.qualification-item span{
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}
.qualification-item h1{
    border-radius: 50%;
    border: 3px solid #3330db;
    color: #3330db;
    width: 58px;
    height: 58px;
    margin: 0px auto;
    line-height: 52px;
    
}

.qualification-item i {
    font-size: 36px;
    margin-bottom: 21px;
    display: block;
    color: #2ecc71;
}

.service-item i{
    font-size: 48px;
}

.service-label {
display: inline-block;
padding: 6px 12px;
margin: 4px;
border-radius: 16px;
font-weight: bold;
font-size: 14px;
color: white;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
transition: all 0.3s ease;
}
.service-label:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* 响应式调整 */
@media (max-width: 767px) {
    .quality-card {
        margin-bottom: 15px;
    }
    
    .info-panel {
        margin-bottom: 15px;
    }
}

.bidding_info {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(0,960,467)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23FFFFFF'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='365' height='304.2' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.02'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
    background-size: cover;
    padding: 20px 0px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #f1f1f1;

}
.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: 12px;
    background-color: #fff;
    margin: 0px 7px;
    padding: 20px 0px;
    border-radius: 10px;
}

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

.Tender_info li a span{
    float: right;
}
.Tender_info ul{padding:20px 15px 0px 5px; margin: 0px;}
.Tender_info h3{text-align:center; }
.Tender_info li{
    border-bottom: 1px dotted #e0e0e0;
    list-style: none;
    line-height: 45px;
    display: block;
    font-size: 12px;
}
.Tender_info {
  counter-reset: section;    /* 初始化计数器 */
  list-style: none;          /* 移除默认数字 */
  padding-left: 2em;         /* 调整缩进 */
}

.Tender_info  li {
  position: relative;
  margin-bottom: 0.5em;
}

.Tender_info  li::before {
  counter-increment: section; /* 计数器递增 */
  content: counter(section); /* 格式化为两位数 */
  font-style: italic;
  font-weight: bold;
  position: absolute;
  padding-right: 7px;
  left: -2em;
  width: 1.8em;
  text-align: center;
  color: #333;
}


.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 #e84b18;
    
    /* box-shadow: #ccc 5px 1px 5px 1px; */
    /* background-color: #fcf5e7; */
}
#Policies-list h1,#Policies-list h2,#Policies-list h3{
    color: #ddd;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
#Policies-list h1{
    font-size: 36px;
    padding-top: 20px;
}
#Policies-list h2{
    /* border-bottom: 2px solid #e84b18; */
    padding-bottom: 10px;
    margin: 0px 0px;
    font-size: 18px;
}
#Policies-list ul{
    /* background-color: #fff; */
    list-style: none;
    padding: 0 20px;
    margin: 0;
    border-top: 1px solid #ddd;
}

#Policies-list ul li{
    line-height: 36px;
    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: left;
    padding: 0px;
    margin: 0px;
}
#Download-list h1{
    font-size: 36px;
    padding-top: 20px;
}
#Download-list h2{
    margin: 0px 0px;
}
#Download-list ul{
    /* background-color: #fff; */
    list-style: none;
    padding: 0 0px;
    margin: 0;
    border-top: 1px solid #ddd;
}

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

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

#Contactus{
    padding: 20px 0px;
}
#Contactus>div{
    border: 0px solid #222;
}
#Contactus h1,#Contactus h2,#Contactus h3{
    color: #ddd;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

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

#Contactus ul li{
    line-height: 28px;
    color: #ddd;
    padding: 0px 0px;
    text-align: left;
}

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

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

#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;
    color: #fff;
}

.contact_info h2{
    font-size: 18px;
    margin: 10px 40px 10px 40px;
}

.contact_info ul{
    list-style: none;
    padding: 7px 0px 0px 0px;
    margin: 0px 40px;
    border-top:1px solid #fff ;
}

.contact_info li{
    line-height: 32px;
}
.contact_info li a{
    color: #fff;
}

.contact_info li i{
    margin-right: 10px;
}

.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 {
        padding: 80px 0px;
        border-top: 1px solid #f5f5f5;
    }
    .bidding_info h1 {
        color: #333;
        text-align: center;
        font-weight: bold;
        margin: 0px 0px 40px 0px;
        font-size: 36px;
    }

    .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: 14px;
    }

    .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: 35px;
        display: block;
        font-size: 14px;
        cursor: pointer;
        
    }
    .Tender_info li a b{
        color: #222;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;
    }

    #Policies-list{
        padding: 20px;

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

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

    /*-----------------------------------------*/
    #Download-list{
        padding: 20px;
    }
    #Download-list>div{
        border: 0px solid #999;

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

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

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

    #Contactus ul li{
        line-height: 28px;
        color: #ddd;
        padding: 0px 0px;
    }

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

    #Contactus ul li i{
        margin-right: 10px;
        font-size: 14px;
    }
    #Contactus ul li h4{
        font-size: 22px;
        color: #ddd;
        display: inline;
        
    }
    #Contactus ul li a{
        color: #222;
    }

    #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 40px 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 {
        margin-top: 0px;
    }
    .links {
        list-style: none;
        padding: 50px 0px 0px 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .links h1{font-size: 58px;color: #fff;}
    .links h2 {
        color: #fff;
        border: none;
        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 {
        border-top: 1px solid #fff;
        border-radius: 20px;
        padding: 20px 0px 0px 0px;
        color: #888;
        height: auto;
        overflow: auto;
    }
    .links ul li {
        width: 194px;
        float: left;
        margin: 0px 20px;
    }
    .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: 200px;
    }
    .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;
    }
}

@media (min-width: 992px) {
    .logo {
        padding: 25px 0px;
        max-width: 250px;
    }
}

@media (min-width: 1200px) {
    .logo {
        padding: 25px 0px;
        max-width: 250px;
    }
}

.navbar {
    margin-bottom: 0px;
}

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

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

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

.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: #222;
    color: #222;
    border-radius: 0px;
    border: none;
    font-size: 16px;
}

.navbar-default .navbar-brand {
    text-align: left;
    padding: 14px 0px 10px 15px;
    height: auto;
    font-size: 20px;
    float: none;
    background-color: white;
}

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

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

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

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #fff;
    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: 18px 0px 5px 10px;
    right:15px;
}

.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: #fff;
    background-color: #e7e7e7;
}



@media (min-width: 768px) {
    .navbar-nav>li a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
        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: #222;
        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;
    }
}

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

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

.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: #222;
        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: #222;;
        border-bottom: 0px solid #ffca58;
    }
    .navbar-nav>li:hover>.sub-menu {
        display: block;
    }
}


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


/* Carousel base class */


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

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

.myCarousel {
    padding: 0px 15px;
}
/* Carousel base class */
.carousel {
    height: 150px;
    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: 150px;
    background-color: #777;
}
.carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 150px;
}

@media (min-width: 768px) {
    .myCarousel {
        padding: 0px 15px;
    }
    /* Carousel base class */
    .carousel {
        height: 280px;
        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: 280px;
        background-color: #777;
    }
    .carousel-inner>.item>img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 280px;
    }
}

@media (min-width: 992px) {
    .myCarousel {
        padding: 0px 15px;
    }
    /* Carousel base class */
    .carousel {
        height: 400px;
        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: 400px;
        background-color: #777;
    }
    .carousel-inner>.item>img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 400px;
    }
}

@media (min-width: 1200px) {
    .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: 40px 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: #222;
    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: 40px 0px 50px 0px;
        color: #fff;
        color: #333;
        margin: 0px;
        font-size: 30px;
        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: #222;
        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: 15px 0px 40px 0px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
.entry-header h4{
    text-align: left;
    color: #999;
    font-size: 10px;
    border-bottom:1px dotted #e5e5e5;
    padding-bottom: 5px;
}
@media (min-width: 768px) {
    .entry-header h4{
        text-align: left;
        color: #999;
        font-size: 10px;
        border-bottom:none;
        padding-bottom: 5px;
    }
}
.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: 10px;
    text-align: center;
    border: none;
    line-height: 10px;
    border-radius: 5px;
    color: #999;
    font-weight: normal;
}

@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: 5px 0px 10px 0px;
        font-weight: bold;
        letter-spacing: 1px;
        padding:10px 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;
        text-align: center;
        margin-bottom: 20px;
    }

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

    .entry-time{
        font-size: 12px;
        text-align: right;
        border: none;
        line-height: 36px;
    }

    .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: #222;
    color: #fff;
    font-weight: bolder;
    border: 1px solid#222;
}

.engineering-case h1 {
    text-align: center;
    margin: 60px 0px 40px 0px;
    color: #333;
    font-weight: bold;
    font-size: 30px;
}

.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;
}

.iengineering-case{
    padding-bottom: 80px;
    background-color: #fff;
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1920' height='1200' preserveAspectRatio='none' viewBox='0 0 1920 1200'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1006%26quot%3b)' fill='none'%3e%3cpath d='M72.32 227.18L120.82 255.18L120.82 311.18L72.32 339.18L23.82 311.18L23.82 255.18zM72.32 395.18L120.82 423.18L120.82 479.18L72.32 507.18L23.82 479.18L23.82 423.18zM23.82 647.18L72.32 675.18L72.32 731.18L23.82 759.18L-24.68 731.18L-24.68 675.18zM72.32 731.18L120.82 759.18L120.82 815.18L72.32 843.18L23.82 815.18L23.82 759.18zM23.82 815.18L72.32 843.18L72.32 899.18L23.82 927.18L-24.68 899.18L-24.68 843.18zM23.82 1151.18L72.32 1179.18L72.32 1235.18L23.82 1263.18L-24.68 1235.18L-24.68 1179.18zM169.32 227.18L217.82 255.18L217.82 311.18L169.32 339.18L120.82 311.18L120.82 255.18zM120.82 479.18L169.32 507.18L169.32 563.18L120.82 591.18L72.32 563.18L72.32 507.18zM169.32 731.18L217.82 759.18L217.82 815.18L169.32 843.18L120.82 815.18L120.82 759.18zM266.31 395.18L314.81 423.18L314.81 479.18L266.31 507.18L217.82 479.18L217.82 423.18zM217.82 479.18L266.31 507.18L266.31 563.18L217.82 591.18L169.32 563.18L169.32 507.18zM217.82 647.18L266.31 675.18L266.31 731.18L217.82 759.18L169.32 731.18L169.32 675.18zM266.31 731.18L314.81 759.18L314.81 815.18L266.31 843.18L217.82 815.18L217.82 759.18zM217.82 815.18L266.31 843.18L266.31 899.18L217.82 927.18L169.32 899.18L169.32 843.18zM266.31 1067.18L314.81 1095.18L314.81 1151.18L266.31 1179.18L217.82 1151.18L217.82 1095.18zM363.31 59.18L411.81 87.18L411.81 143.18L363.31 171.18L314.81 143.18L314.81 87.18zM363.31 227.18L411.81 255.18L411.81 311.18L363.31 339.18L314.81 311.18L314.81 255.18zM314.81 311.18L363.31 339.18L363.31 395.18L314.81 423.18L266.31 395.18L266.31 339.18zM314.81 647.18L363.31 675.18L363.31 731.18L314.81 759.18L266.31 731.18L266.31 675.18zM314.81 815.18L363.31 843.18L363.31 899.18L314.81 927.18L266.31 899.18L266.31 843.18zM411.81 -24.82L460.31 3.18L460.31 59.18L411.81 87.18L363.31 59.18L363.31 3.18zM460.31 227.18L508.81 255.18L508.81 311.18L460.31 339.18L411.81 311.18L411.81 255.18zM411.81 311.18L460.31 339.18L460.31 395.18L411.81 423.18L363.31 395.18L363.31 339.18zM460.31 395.18L508.81 423.18L508.81 479.18L460.31 507.18L411.81 479.18L411.81 423.18zM411.81 1151.18L460.31 1179.18L460.31 1235.18L411.81 1263.18L363.31 1235.18L363.31 1179.18zM508.81 -24.82L557.31 3.18L557.31 59.18L508.81 87.18L460.31 59.18L460.31 3.18zM508.81 479.18L557.31 507.18L557.31 563.18L508.81 591.18L460.31 563.18L460.31 507.18zM508.81 647.18L557.31 675.18L557.31 731.18L508.81 759.18L460.31 731.18L460.31 675.18zM557.31 1067.18L605.81 1095.18L605.81 1151.18L557.31 1179.18L508.81 1151.18L508.81 1095.18zM654.3 59.18L702.8 87.18L702.8 143.18L654.3 171.18L605.81 143.18L605.81 87.18zM654.3 227.18L702.8 255.18L702.8 311.18L654.3 339.18L605.81 311.18L605.81 255.18zM605.81 479.18L654.3 507.18L654.3 563.18L605.81 591.18L557.31 563.18L557.31 507.18zM654.3 563.18L702.8 591.18L702.8 647.18L654.3 675.18L605.81 647.18L605.81 591.18zM605.81 815.18L654.3 843.18L654.3 899.18L605.81 927.18L557.31 899.18L557.31 843.18zM605.81 983.18L654.3 1011.18L654.3 1067.18L605.81 1095.18L557.31 1067.18L557.31 1011.18zM702.8 -24.82L751.3 3.18L751.3 59.18L702.8 87.18L654.3 59.18L654.3 3.18zM751.3 59.18L799.8 87.18L799.8 143.18L751.3 171.18L702.8 143.18L702.8 87.18zM751.3 227.18L799.8 255.18L799.8 311.18L751.3 339.18L702.8 311.18L702.8 255.18zM751.3 395.18L799.8 423.18L799.8 479.18L751.3 507.18L702.8 479.18L702.8 423.18zM751.3 731.18L799.8 759.18L799.8 815.18L751.3 843.18L702.8 815.18L702.8 759.18zM702.8 815.18L751.3 843.18L751.3 899.18L702.8 927.18L654.3 899.18L654.3 843.18zM702.8 1151.18L751.3 1179.18L751.3 1235.18L702.8 1263.18L654.3 1235.18L654.3 1179.18zM848.3 227.18L896.8 255.18L896.8 311.18L848.3 339.18L799.8 311.18L799.8 255.18zM799.8 647.18L848.3 675.18L848.3 731.18L799.8 759.18L751.3 731.18L751.3 675.18zM848.3 899.18L896.8 927.18L896.8 983.18L848.3 1011.18L799.8 983.18L799.8 927.18zM799.8 983.18L848.3 1011.18L848.3 1067.18L799.8 1095.18L751.3 1067.18L751.3 1011.18zM896.8 143.18L945.3 171.18L945.3 227.18L896.8 255.18L848.3 227.18L848.3 171.18zM945.3 227.18L993.8 255.18L993.8 311.18L945.3 339.18L896.8 311.18L896.8 255.18zM945.3 395.18L993.8 423.18L993.8 479.18L945.3 507.18L896.8 479.18L896.8 423.18zM896.8 479.18L945.3 507.18L945.3 563.18L896.8 591.18L848.3 563.18L848.3 507.18zM896.8 647.18L945.3 675.18L945.3 731.18L896.8 759.18L848.3 731.18L848.3 675.18zM945.3 731.18L993.8 759.18L993.8 815.18L945.3 843.18L896.8 815.18L896.8 759.18zM993.8 -24.82L1042.29 3.18L1042.29 59.18L993.8 87.18L945.3 59.18L945.3 3.18zM993.8 143.18L1042.29 171.18L1042.29 227.18L993.8 255.18L945.3 227.18L945.3 171.18zM1042.29 227.18L1090.79 255.18L1090.79 311.18L1042.29 339.18L993.8 311.18L993.8 255.18zM993.8 311.18L1042.29 339.18L1042.29 395.18L993.8 423.18L945.3 395.18L945.3 339.18zM993.8 815.18L1042.29 843.18L1042.29 899.18L993.8 927.18L945.3 899.18L945.3 843.18zM993.8 983.18L1042.29 1011.18L1042.29 1067.18L993.8 1095.18L945.3 1067.18L945.3 1011.18zM993.8 1151.18L1042.29 1179.18L1042.29 1235.18L993.8 1263.18L945.3 1235.18L945.3 1179.18zM1090.79 647.18L1139.29 675.18L1139.29 731.18L1090.79 759.18L1042.29 731.18L1042.29 675.18zM1139.29 731.18L1187.79 759.18L1187.79 815.18L1139.29 843.18L1090.79 815.18L1090.79 759.18zM1090.79 815.18L1139.29 843.18L1139.29 899.18L1090.79 927.18L1042.29 899.18L1042.29 843.18zM1139.29 899.18L1187.79 927.18L1187.79 983.18L1139.29 1011.18L1090.79 983.18L1090.79 927.18zM1236.29 227.18L1284.79 255.18L1284.79 311.18L1236.29 339.18L1187.79 311.18L1187.79 255.18zM1187.79 311.18L1236.29 339.18L1236.29 395.18L1187.79 423.18L1139.29 395.18L1139.29 339.18zM1187.79 647.18L1236.29 675.18L1236.29 731.18L1187.79 759.18L1139.29 731.18L1139.29 675.18zM1236.29 731.18L1284.79 759.18L1284.79 815.18L1236.29 843.18L1187.79 815.18L1187.79 759.18zM1187.79 815.18L1236.29 843.18L1236.29 899.18L1187.79 927.18L1139.29 899.18L1139.29 843.18zM1236.29 899.18L1284.79 927.18L1284.79 983.18L1236.29 1011.18L1187.79 983.18L1187.79 927.18zM1333.29 59.18L1381.79 87.18L1381.79 143.18L1333.29 171.18L1284.79 143.18L1284.79 87.18zM1333.29 227.18L1381.79 255.18L1381.79 311.18L1333.29 339.18L1284.79 311.18L1284.79 255.18zM1333.29 395.18L1381.79 423.18L1381.79 479.18L1333.29 507.18L1284.79 479.18L1284.79 423.18zM1284.79 983.18L1333.29 1011.18L1333.29 1067.18L1284.79 1095.18L1236.29 1067.18L1236.29 1011.18zM1381.79 143.18L1430.29 171.18L1430.29 227.18L1381.79 255.18L1333.29 227.18L1333.29 171.18zM1430.29 563.18L1478.78 591.18L1478.78 647.18L1430.29 675.18L1381.79 647.18L1381.79 591.18zM1381.79 647.18L1430.29 675.18L1430.29 731.18L1381.79 759.18L1333.29 731.18L1333.29 675.18zM1381.79 983.18L1430.29 1011.18L1430.29 1067.18L1381.79 1095.18L1333.29 1067.18L1333.29 1011.18zM1478.78 -24.82L1527.28 3.18L1527.28 59.18L1478.78 87.18L1430.29 59.18L1430.29 3.18zM1527.28 59.18L1575.78 87.18L1575.78 143.18L1527.28 171.18L1478.78 143.18L1478.78 87.18zM1527.28 563.18L1575.78 591.18L1575.78 647.18L1527.28 675.18L1478.78 647.18L1478.78 591.18zM1478.78 647.18L1527.28 675.18L1527.28 731.18L1478.78 759.18L1430.29 731.18L1430.29 675.18zM1478.78 983.18L1527.28 1011.18L1527.28 1067.18L1478.78 1095.18L1430.29 1067.18L1430.29 1011.18zM1624.28 227.18L1672.78 255.18L1672.78 311.18L1624.28 339.18L1575.78 311.18L1575.78 255.18zM1575.78 479.18L1624.28 507.18L1624.28 563.18L1575.78 591.18L1527.28 563.18L1527.28 507.18zM1624.28 563.18L1672.78 591.18L1672.78 647.18L1624.28 675.18L1575.78 647.18L1575.78 591.18zM1624.28 731.18L1672.78 759.18L1672.78 815.18L1624.28 843.18L1575.78 815.18L1575.78 759.18zM1624.28 899.18L1672.78 927.18L1672.78 983.18L1624.28 1011.18L1575.78 983.18L1575.78 927.18zM1575.78 1151.18L1624.28 1179.18L1624.28 1235.18L1575.78 1263.18L1527.28 1235.18L1527.28 1179.18zM1721.28 59.18L1769.78 87.18L1769.78 143.18L1721.28 171.18L1672.78 143.18L1672.78 87.18zM1672.78 143.18L1721.28 171.18L1721.28 227.18L1672.78 255.18L1624.28 227.18L1624.28 171.18zM1672.78 479.18L1721.28 507.18L1721.28 563.18L1672.78 591.18L1624.28 563.18L1624.28 507.18zM1721.28 899.18L1769.78 927.18L1769.78 983.18L1721.28 1011.18L1672.78 983.18L1672.78 927.18zM1672.78 983.18L1721.28 1011.18L1721.28 1067.18L1672.78 1095.18L1624.28 1067.18L1624.28 1011.18zM1769.78 -24.82L1818.28 3.18L1818.28 59.18L1769.78 87.18L1721.28 59.18L1721.28 3.18zM1818.28 395.18L1866.77 423.18L1866.77 479.18L1818.28 507.18L1769.78 479.18L1769.78 423.18zM1769.78 479.18L1818.28 507.18L1818.28 563.18L1769.78 591.18L1721.28 563.18L1721.28 507.18zM1818.28 731.18L1866.77 759.18L1866.77 815.18L1818.28 843.18L1769.78 815.18L1769.78 759.18zM1818.28 1067.18L1866.77 1095.18L1866.77 1151.18L1818.28 1179.18L1769.78 1151.18L1769.78 1095.18zM1769.78 1151.18L1818.28 1179.18L1818.28 1235.18L1769.78 1263.18L1721.28 1235.18L1721.28 1179.18zM1915.27 59.18L1963.77 87.18L1963.77 143.18L1915.27 171.18L1866.77 143.18L1866.77 87.18zM1915.27 395.18L1963.77 423.18L1963.77 479.18L1915.27 507.18L1866.77 479.18L1866.77 423.18zM1866.77 647.18L1915.27 675.18L1915.27 731.18L1866.77 759.18L1818.28 731.18L1818.28 675.18zM1866.77 815.18L1915.27 843.18L1915.27 899.18L1866.77 927.18L1818.28 899.18L1818.28 843.18zM1915.27 899.18L1963.77 927.18L1963.77 983.18L1915.27 1011.18L1866.77 983.18L1866.77 927.18zM1915.27 1067.18L1963.77 1095.18L1963.77 1151.18L1915.27 1179.18L1866.77 1151.18L1866.77 1095.18zM1866.77 1151.18L1915.27 1179.18L1915.27 1235.18L1866.77 1263.18L1818.28 1235.18L1818.28 1179.18z' stroke='rgba(234%2c 234%2c 234%2c 0.22)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1006'%3e%3crect width='1920' height='1200' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e"); */

}

.iengineering-case h1 {
    text-align: center;
    margin: 40px 0px;
    color: #333;
    font-weight: bold;
    font-size: 24px;
}

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

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

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

.iengineering-case .more{
    text-align: center;
}
.iengineering-case .more a{
    border-radius: 15px;
    border: none;
    color: #fff;
    background-color: #333;
    padding:7px 25px;
    margin-top: 30px;
    font-size: 18px;
    display: inline-block;
}

@media (min-width: 768px) {
    .iengineering-case h1 {
        text-align: center;
        margin-top: 80px;
        color: #fff;
        font-weight: bold;
        font-size: 36px;
    }
    .engineering-case h1 i{
        text-align: center;
        color: #ff3300;
        font-weight: bold;
        font-size: 58px;
    }
    .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;
    }

    .iengineering-case h1 {
        text-align: center;
        margin-top: 80px;
        color: #333;
        font-weight: bold;
        font-size: 36px;
    }
    .iengineering-case h1 i{
        text-align: center;
        color: #ff3300;
        font-weight: bold;
        font-size: 58px;
    }
    .iengineering-case h2 {
        text-align: center;
        margin-bottom: 50px;
        font-size: 24px;
        color: #333;
    }
    .iengineering-case a {
        display: block;
        padding: 15px;
        border-radius: 10px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        text-align: center;
        color: #333;
        margin-bottom: 25px;
    }
    .iengineering-case a img {
        width: 100%;
        height: 250px;
        margin-bottom: 7px;
    }
}

    .list-unstyled {
        text-align: center;
        font-size: 18px;
        line-height: 36px;
    }
    .list-unstyled i{
        color: #2ecc71;
        margin-right: 5px;
    }
    .culture-header i{
        margin-bottom: 10px;
    }
    .culture-header {
        text-align: center;
        font-size: 26px;
        margin-bottom: 10px;
    }

    .culture-header h3 {
        text-align: center;
    }
.target-icon{
    font-size: 28px;
    color: #2ecc71;
    margin-top: 30px;
    margin-bottom: 20px;
}
    .target-text strong{
    margin-bottom: 20px;
        font-size: 28px;
    }
    .target-text span{
        font-size: 22px;
        line-height: 46px;
        }
