h2, h3, p, ul, ol, li {
    padding: 0;
    margin: 0;
    color: inherit;
}

ul {
    list-style:  none;
}

a {
    color: inherit;
    text-decoration: none;
}

.mainw,
.w1200 {
    display: block;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    clear: both;
}

.w1400 {
    width: 1440px !important;
}


.flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.flex.fw {
    flex-wrap:  wrap;
}


img {
    max-width: 100%;
    height:  auto;
}




/** beging **/

 
#top {
    border-bottom: 1px solid #ccc;
    position: absolute;
    top:  0;
    left:  0;
    width: 100%;
    z-index: 999;
}

#top .w1200 {
    display: flex;
    flex-wrap:  nowrap;
    align-items: center;
    justify-content:  space-around;
    width: 1300px;
}


#top .w1200  > * {
    padding-top: 1px;
    padding-bottom: 10px;
}

#top .logo  {
        padding-top: 20px;
}
#top .tel  {
    background: url(/static/pc/top-tel.png)  left center no-repeat;
    font-size: 30px;
    color: #f5d154;
    padding-left: 50px;
    font-weight: bold;
        position: relative;
    top: 13px;
}

#top  .nav {
    width: 735px;
    display: flex;
    justify-content: space-around;
    position: relative;
    bottom: -10px;

}

#top  .nav a {
    flex-grow: 1;

    text-align: center;
    line-height: 100px;
}

#top  .nav a:first-child {
        background: url(/static/pc/nav-a.png ) bottom center no-repeat;
}

#banner  {
    font-size:  0;
}


#dituContent  img {
    max-width:  none;
}

 
.main-t {
    display: block;
    text-align: center;
    background: url(/static/pc/main-w.png) left center no-repeat;
    background-position-x: calc(50% - 315px);
    position: relative;
}


.main-t  h3 {
    line-height: 200px;
    font-size: 36px;
    font-weight: bold;
}

.main-t p {
    position: absolute;
    width: 100%;
    bottom: 30px;
    text-align: center;
    color: #999;
}



#home-pros {
    background: url(/static/pc/probg.jpg) left bottom no-repeat;
}


#home-pros .qiehuan {
    display: flex;
    justify-content:  space-between;
    align-items: flex-start;
    j
}
 
#home-pros .qiehuan  .qiehuan-title {
    width: 193px;
    flex: 0 0 193px;
    height: 590px;
        background: url(/static/pc/pro-title.jpg)  no-repeat  ;
        padding-top: 40px;
}


#home-pros .qiehuan  .qiehuan-title a {
    height: 94px;
    display: block;
    padding-left: 70px;
    position: relative;
    overflow: visible;
}
#home-pros .qiehuan  .qiehuan-title a  h3 {
    margin-bottom: 20px;
}

#home-pros .qiehuan  .qiehuan-title a  span {
    display: block;
    font-size: 14px;
   color: #999;
}


#home-pros .qiehuan  .qiehuan-title a.hover h3 {
    color: #497aff;
}


#home-pros .qiehuan  .qiehuan-title a.hover::after {
    content: " ";
    background: url(/static/pc/pro-hover-sj.png) no-repeat;
    position: absolute;
    right: -19px;
    top: 16px;
    width: 20px;
    height: 26px;
}


#home-pros .qiehuan  .qiehuan-con {
    width: 970px;
    flex:  0 0 970px;
    
}


#home-pros .qiehuan  .qiehuan-con .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content:  space-between;
}



#home-pros .qiehuan  .qiehuan-con .flex  a {
    width: 31%;
    margin-bottom: 30px;
    background: url(/static/pc/pro-a.png) bottom center no-repeat;
    padding-bottom: 40px;
    text-align: center;
}

#home-pros .qiehuan  .qiehuan-con .flex  a img {
    border-top-left-radius:  2.5em;
    border-bottom-right-radius: 2.5em;
    
}

#home-pros .qiehuan  .qiehuan-con .flex  a:hover  {
        background: url(/static/pc/pro-a-hover.png) bottom center no-repeat;
}
#home-pros .qiehuan  .qiehuan-con .flex  a:hover  > * {
    color: white;
}
#home-pros .qiehuan  .qiehuan-con .flex  a h3 {
    line-height: 2em;
}

#home-pros .qiehuan  .qiehuan-con .flex  a p {
    text-align: left;
    position: relative;
    top: 10px;
    left: 50px;
}


#home-about {
    background: url(/static/pc/home-about.jpg) top center no-repeat;
}

#home-about  .main-t {
    color: white;
}

#home-about  .w1200 {
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 1.8em;
    color: white;
    font-size: 16px;
}


#home-about  .w1200 .more {
    text-align: right;
}


#home-about  .w1200  .more a {
    display: inline-block;
    line-height: 2em;
    margin: 20px;
    color: white;
    padding:   0 20px;
    border: 1px solid white;
}

#home-about  .w1200 .three {
    display:flex;
    margin:  20px 30px;
    justify-content:  space-between;
}


#home-about  .w1200 .three .u {
    flex-grow: 1;
    border-right: 1px solid #ccc;
    text-align: center;
}

#home-about  .w1200 .three .u:last-child {
    border-right:  0;
}

#home-about  .w1200 .three h3 {
    font-size: 30px;
    color: #85b9ff;
    font-weight: bold;
    line-height: 2em;
}

#home-about  .w1200 .three p {
    color: #999;
}
 

#home-about  .bigimg {
    text-align: center;
}

#home-fanwei {
    margin-top: 10px;
    margin-top: 20px;
}

#home-fanwei  b {
    color: #497aff;
}

 
 


#home-fanwei .line {
box-shadow: 0 0 5px 5px #ececec;
line-height: 45px;
display: flex;
justify-content:  space-between;
}

#home-fanwei .line .text {
    padding:  0 20px;
    font-size: 18px;
        letter-spacing: 2px;
}

#home-fanwei .line .text span:first-child {
    font-weight: bold;
    color: #184ebb;
}

#home-fanwei .line .text span:nth-child(2) {
     font-weight: bold;
    color: #d9061d;
    font-size: 20px;
}

#home-fanwei .line a {
    background: #184ebb;
    font-size: 20px;
    font-weight: bold;
    color: white;
    padding:  0 30px;
}
#home-fanwei  .desc {
    text-align: center;
    position: absolute;
    bottom: 50px;
    width: 100%;
}

#home-fanwei .w1200 {
    margin-top: 30px;
    margin-bottom: 40px;
}














#home-video {
    overflow-x: hidden;
    
    background: url(/static/pc/vbg.jpg) bottom center no-repeat;
}
#home-video .flipster {
/*   overflow-x: hidden;
   overflow-y:  visible;*/
}


#home-video .flipster a  {
    text-align: center;
    background: #e5e3e3;
    padding: 20px;
    margin: 0 30px;
    box-sizing: border-box;
}

.flipster-carousel .flip-items .pic {
    box-shadow:  none;
}

#home-video .flipster a   img {
    max-height: 400px;
}

#home-video .flipster a  p {
    line-height: 2em;
        font-size: 24px;
            position: relative;
                top: 11px;
}












#home-news .w1200 {
    border: 1px solid #ccc;
    padding: 0 10px;
    box-sizing: border-box;
}




#home-news  .title {
    display: flex;
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
    background: linear-gradient(to right, #2130c0,  #4879fd 50%, white 50%, white );
    padding-right: 20px;
}

#home-news .title .unit {
    font-size: 20px;
    font-weight: bold;
    flex-grow: 1;
    text-align: center;
    line-height: 2em;
    font-size: 2em;
    margin-left: -10px;
        
}

#home-news  .title .unit:first-child {

    color: white;
}


#home-news  .title .unit:nth-child(2) {
    background: white;
    border-top-left-radius:  10px;
    border-right: 20px;
}


#home-news .con {
    display: flex;
    justify-content:  space-between;
}

#home-news .list-textx  {
    width: 580px;    
}





#home-news .list-picx {
    width: 580px;    
    padding: 20px;
    box-sizing: border-box;
}

#home-news .list-textx  a {
    border-bottom: 1px dotted #ccc;
    background: url(/static/pc/news-3.png) no-repeat left 7px center;
    display: flex;
    justify-content:  space-between;
    line-height: 3.1em;
    
}

#home-news .list-textx  a .con {
    width: 75%;
    padding-left: 40px;
    box-sizing: border-box;
}

#home-news .list-textx  a .more {
    width: 20%;
    text-align: right;
}

#home-news .list-textx  a:nth-child(1),
#home-news .list-textx  a:nth-child(2) {
    background: url(/static/pc/news-1.png) no-repeat left 7px center;
        color: #13a57e;
        color: #426ef4;
            font-weight: bolder;
}


#home-news .list-textx  a:nth-child(1) .more ,
#home-news .list-textx  a:nth-child(2)  .more {
    background: url(/static/pc/news-2.png) no-repeat center;
    color:  transparent;
}




#home-news .list-picx a {
    display: flex;
    justify-content: space-between;
}

#home-news .list-picx .img {
    width: 30%;
}

#home-news .list-picx .img img {
    width: 100%;
}

#home-news .list-picx .info {
    width: 65%;
}

#home-news .list-picx .info h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 18px;
        letter-spacing: 1px;
}

#home-news .list-picx .info p {
   line-height: 2em;
   margin-top: 5px;
   font-size: 15px;
   
}
#home-news .list-picx .info p  span{
   display: inline-block;
   float: right; 
}
 






 


#footer {
      background: url(/static/pc/footer.jpg) top  center no-repeat;
      height: 558px;
          background-size: cover;
}


#footer .con {
    padding-top: 100px;
}


#footer .con  .msg-msg {
    margin-top: 40px;
    color: white;
    display: flex;
}

#footer .con  .msg-msg .meta {
    flex:  0 0 356px;
}

#footer .con  .msg-msg .form {
    flex-grow: 1;
        max-width: 500px;
    
}


#footer .w1200  {
    position: relative;
}
#footer .w1200 .ewm {
   position: absolute;
    right: 78px;
    top: 52px;
    color: white;
    line-height: 4em;
    text-align: center;
}






#footer   form {
    width: 480px;
   
        margin-left: 44px;
     margin-left: 30px;
     position: relative;
     top: 30px;
         top: 17px;
         left: -30px;
}

#footer   h3 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
        line-height: 3em;
}

#footer   form  .info {
    display: inline-block;
    width: 20%;
    line-height: 40px;
    vertical-align:  central;

}

#footer   form  input {
    width: 70%;
    height: 20px;
    padding: 5px;
    margin: 10px;
    font-size: 16px;
    background: rgba(0,0,0,0);
    border: 1px solid #c2ddf7;
    border-radius: 5px;
    color: white;
}

#footer   form  textarea {
    width: 70%;

    padding: 5px;
    margin: 10px;
    height: 40px;
    font-size: 16px;
    background: rgba(0,0,0,0);
    border-radius: 5px;
    color: white;
    border: 1px solid #c2ddf7;
    
} 

#footer   form  .line {
    position: relative;
}

#footer   form .ab {
    position: absolute;
    /*top: 50px;*/
    left: 0;
}


#footer   form #submit {
    height: 40px;
    width: 100px;
    background: #ff6528;
    color: white;
    border: 0;
    
}



#footer .meta p {
    line-height: 4em;
    padding-left: 3.5em;
    background-repeat:  no-repeat;
}

#footer .meta p:nth-child(2) {  background: url(/static/pc/footer-1.png) left center no-repeat; }
#footer .meta p:nth-child(3) {  background: url(/static/pc/footer-2.png) left center no-repeat ; }
#footer .meta p:nth-child(4) {  background: url(/static/pc/footer-3.png) left center no-repeat ; }
#footer .meta .tel {  background: url(/static/pc/footer-4.png) left center no-repeat ; }

#footer .meta .tel {
   padding: 20px 0;
   padding-left: 60px;
}

#footer .meta .tel  .nu {
    font-size: 28px;
    color: #ffffff;
}

#footer .cp  {
    background:  black;
    color: white;
    text-align: center;
    line-height: 2.7em;
}


img.size-full {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
