@import url(//at.alicdn.com/t/font_1445739_8fvzfwlshzd.css);


#banner {
    z-index: 1;
      margin-bottom: 0px; 
}

a {
    color: inherit;
}
 
 
.just {
    display: flex;
    flex-wrap:  wrap;
    justify-content:  space-around;
}



.main-title {
    display: block;
    text-align: center;
}


.main-title h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.main-title h3:after {
    display: inline-block;
    content: " ";
    height: 30px;
    background: url(/static/yilang/ma.png) center  top 10px  no-repeat;
    width: 42px;
    padding-left: 1em;
}


.main-title h3:before {
    content: " ";
    height: 30px;
    background: url(/static/yilang/mb.png) center top 10px  no-repeat; 
       width: 42px;
           display: inline-block;
           padding-right: 1em;
}


.main-title p {
    color: #999;
}
 
/***************************************************************************************************/
 
#logo-tel {
    height: 90px;
    position: absolute;
    width: 100%;
    z-index: 999;
    background: rgba(0,0,0,.5);
    color: white;
}


#logo-tel .mainw  {
    display: flex;
    width: 1400px;
}


#logo-tel .mainw .logo {
    width: 320px;
    position: relative;
    top: 5px;
    
}

#logo-tel .mainw .nav {
    width: 830px;
    
}

#logo-tel .mainw .nav  a {
    display: inline-block;
    padding:  0 20px;
    line-height: 80px;
    border-bottom: 3px;
}

#logo-tel .mainw .nav  a:hover {
    border-bottom:  3px solid white;
}

#logo-tel .mainw .tel {
    width: 240px;;
    color: #f1761b;
    background: url(/static/yilang/top-tel.png) left top 20px  no-repeat;
    padding-left: 50px;
}



#logo-tel .mainw .tel  .top {
    padding-top: 1em;
    font-size: 16px;
}


#logo-tel .mainw .tel  .nu { 
    font-size: 30px;
    font-weight: bold;
}





#home-prolist {
    
}


#home-prolist  .qiehuan-title{
    max-width: 900px;
    margin:  0 auto;
    display: flex;
    flex-wrap:  nowrap;
    justify-content:  space-between;
    margin-top: 2em;
}


#home-prolist  .qiehuan-title a {
    width: 181px;
    padding-top: 159px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#home-prolist  .qiehuan-title a.unit-1 {
    background: url(/static/yilang/list-1.png) top  center no-repeat;
}

#home-prolist  .qiehuan-title a.unit-2 {
    background: url(/static/yilang/list-2.png) top  center  no-repeat;
}
#home-prolist  .qiehuan-title a.unit-3 {
    background: url(/static/yilang/list-3.png) top  center  no-repeat;
}
#home-prolist  .qiehuan-title a.unit-4 {
    background: url(/static/yilang/list-4.png) top  center  no-repeat;
}


 
#home-prolist  .qiehuan-con {
    margin-top: 2em;
}

#home-prolist  .qiehuan-con .unit {
    display: flex;
    flex-wrap:  nowrap;
   justify-content:  space-between;
}


#home-prolist  .qiehuan-con .unit a {
    width: 23%;
        box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
        margin-bottom: 1em;
        background: white;
        position: relative;
        overflow:  visible;
        margin-bottom: 2em;
}

#home-prolist  .qiehuan-con .unit a:hover:after {
    position: absolute;
    content:  " ";
    display: block;
    width: 100%;
    bottom:  -20px;
    height: 4px;
    background: linear-gradient(to right, #073d6b, #066dc3);
}


#home-prolist  .qiehuan-con .unit a  img {
    width: 100%;
    height:  auto;
}

#home-prolist  .qiehuan-con .unit a p {
    text-align: center;
    line-height: 2.6em;
}





#home-hot {
    color: white;
    height: 540px;
        background: url(/static/yilang/hot.jpg) top  center  no-repeat;
        margin: 1em auto;
}


#home-hot .mainw {
    position: relative;
    
}


#home-hot .mainw  .con {
    width: 800px;
    padding-top: 30px;
}

#home-hot .mainw  .con h3 {
    color: #f1761b;
    font-size: 24px;
}

#home-hot .mainw  .con  .pics {
    margin-top: 110px;
    display: flex;
    flex-wrap:  nowrap;
    justify-content:  space-between;
}

#home-hot .mainw  .con  .pics a {
    width: 30%;
}

#home-hot .mainw  .con  .pics a img {
    width: 100%;
    height:  auto;
}



#home-case {
    
}


#home-case .just  {
    
}

#home-case .just a  {
    margin-top: 2em;
    width: 23%;
    background: #393b45;
    color: white;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}



#home-case .just a h3 {
    position: relative;
}


#home-case .just a h3:after {
   width: 30%;
   margin:  0 auto;
   content: " ";
   display:  block;
   background: #3074f7;
   height: 5px;
   position: relative;
   bottom:  -.5em;
}


#home-case .just a:hover , #home-case .just a:first-child{
    background: #f1761b;
    color: white;
}


#home-case .just a   img {
    display: block;
    margin: 1em auto;
}


#home-case .just a   p {
    font-size: 12px;
    padding-bottom: 10px;
}

#home-case .just a .p2 {
    
}

#home-case .just a .p2 .x1  {
        background: url(/static/yilang/casex1.png) left  center  no-repeat;
        display: inline-block;
        padding-left: 1em;
        padding-right: 1em;
       
}

#home-case .just a .p2 .x2  {
        background: url(/static/yilang/casex2.png) left  center  no-repeat;
        display: inline-block;
        padding-left: 1em;
       
}

#home-about {
    margin-top: 1em;
    margin-bottom: 1em;
}


#home-about  .con {
            background: url(/static/yilang/about.jpg) top   center  no-repeat;
            height: 440px;
            margin-top: 1em;
            margin-bottom: 1em;
            display: flex;
}

#home-about  .con a {
   height: 440px;
   width: 50%;
    
}














#newsbg {
    margin-top: 50px;
           /*background: url(/static/yilang/newsbg.jpg)  center bottom no-repeat;*/
    
}

#news {
    background: white;
}

#news .news-title {
    font-size: 30px;
    color: #282827;
    font-weight: bold;
         padding-bottom: 30px;
         display: block;
} 

#news .news-title span {
    color: #fcfbfa;
    background: #dcdcdc;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    text-transform:  uppercase;
}

#news  .item {
    width: 48%;
     text-align: left;
     text-align-last: left;
     vertical-align: top;

     
}

#news  .qyxw {
    
}

#news  .qyxw .big {
    display: block;
    margin-bottom: 20px;
}

#news  .qyxw .top {
    
}

#news  .qyxw .top h3 {
    font-size: 16px;
    color: #f1761b;
    
}


#news  .qyxw .top p {
    font-size: 14px;
    color: #5a5958;
}


#news  .qyxw .top a {
    font-size: 14px;
    color: #f9f7f4;
    background: #f1761b;
    display: inline-block;
    padding: 5px 20px;
   text-transform: uppercase;
   float: right;
}


#news  .qyxw ul {
    margin-top: 50px;
}

#news  .qyxw ul  li {
    line-height: 2.4em;
                background: url(/static/yilang/news-li.png) left center no-repeat;
                padding-left: 30px;
                border-bottom: 1px dotted #ccc;
}

#news  .qyxw ul  li  a {
    display: block;
}

#news  .qyxw ul  li  a  .con {
    width: 440px;
    display: inline-block;
}

#news  .qyxw ul  li  a  .time {
    width: 100px;
    display: inline-block;
    text-align: right;
}


#news  .jswd {
    
}

#news  .jswd .unit {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

#news  .jswd .unit  .ymd {
    width: 100px;
   background: #f1761b;
   float: left;
   text-align: center;
   text-align-last: center;
   color: white;
}


#news  .jswd .unit  .ymd  .d {
    line-height: 1.7em;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

#news  .jswd .unit  .ymd  .ym {
     line-height: 1.7em;
}

#news  .jswd .unit  .con {
    width: 440px;
    display: inline-block;
    float: right;
    position: relative;
}

#news  .jswd .unit  .con h3 {
    font-size: 16px;
}

#news  .jswd .unit  .con p {
    margin-top: 10px;
    line-height: 1.3em;
    font-size: 14px;
}

#news  .jswd .unit  .con span {
    position: absolute;
    top: 100px;
    right:  0;
}



 


#home-links {
    border: 1px solid #ccc;
}

#home-links  .title {
           background: url(/static/yilang/links.png) left  10px center no-repeat;
           display: inline-block;
           width: 150px;
           height:  100%;
           min-height: 80px;
           border-right: 1px solid #ccc;
}

#home-links  .title span {
    position: relative;
    left: 50px;
    top: 20px;
    font-size: 18px;
    font-weight: bold;
}

#home-links  .con {
    display: inline-block;
}









#footer {
    background: #1b1b1b;
    color: white;
    padding-top: 2em;
}


#footer .mainw.con {
    display: block;
    flex-wrap: nowrap;
}

#footer .mainw.con  .one {
    display: inline-block;
    width: 552px;
}

#footer .mainw.con .ewm {
     display: inline-block;
    width: 211px;
    padding-top: 30px;
        text-align: center;
}

#footer .mainw.con  .three {

}


#footer .mainw.con  .one {
    background: url(/static/img/footer-logo.png) top 3em  center no-repeat   ;
    padding-top: 7em;
}

#footer .mainw.con  .one  .con {
    margin-top: 20px;
}


#footer .mainw.con  .one  .con p {
    display: inline-block;
    width: 48%;
        line-height: 2.2em;
}

#footer .mainw.con  .form {
       display: inline-block;
    width: 400px;
    overflow: hidden;;
    padding-top: 2em;
    vertical-align: top;
}

#footer .mainw.con  .form  input, #footer .mainw.con  .form  textarea {
    background: transparent;
    border: 1px solid #666;

        width: 317px;
        margin-bottom: 10px;
        color: white;
}

#footer .mainw.con  .form  tr td:first-child {
    width: 70px;
    display: inline-block;
    text-align: left !important;
 
}


#footer .mainw.con  .form .submit {
    width: 200px;
    background: #f1761b;
    color: white;
    line-height: 2em;
}


#footer   .cp {
    border-top: 1px #ccc solid;
    margin-top: 1em;
}

#footer  .cp p {
    margin:  0;
    line-height: 3em;
    text-align: center;
}


img.aligncenter {
    margin: 0 auto;
    display: block;
}
