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;
    margin:  0 auto;
}


.flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.flex.fw {
    flex-wrap:  wrap;
}


img {
    max-width: 100%;
    height:  auto;
}




.h0a {
    position: relative;
    height: 0;
    overflow: visible;
}
/** beging **/




#top {
    display: block;
    background: url(/static/pc/top.png); 
}

#top  * {
    color: white;
}

.w1485  {
    width: 1485px;
    margin:  0 auto;
    display: flex;
    align-items: center;
    height: 102px;
}


#top .tel {
        background: url(/static/pc/img/top-tel.png) left center no-repeat ;
        padding-left: 50px;
}

#top .tel  .nu {
    font-size: 24px;
    font-weight: bolder;
}
 
#top  .nav {
    
}
#top  .nav  a {
    padding:  0 30px;
    font-size: 16px;
}

.ght {
    background: url(/static/pc/ght.png);
    display: block; 
}
.ght  .con {
    width: 1300px;
    margin:  0 auto;
    display: flex;
    justify-content:  space-between;
    align-items: center;
    height: 100px;
}

.ght  .con  .name-more {
    display: flex;
    flex: 0 0 455px;
    color: white;
    justify-content:  space-between;
    background: url(/static/pc/ght-icon.png) left  center no-repeat;
    padding-left: 50px;
}

.ght  .con  h3 {
    font-size: 36px;
        letter-spacing: 2px;
}


.ght  .con  .name-more  .more {
    line-height: 71px;
}

.ght  .con  .info {
    /*display: flex;*/
    width: 750px;
}

.ght  .con  .info .text-left {
    text-align: left;
}

.ght  .con  .info .text-right {
    text-align: right;
}

#home-prolist { 
        padding-top: 20px;
}


#home-prolist  > .mx-title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-bottom: 60px;
}

#home-prolist  > .mx-title  h3 {
    font-size: 36px;
    line-height: 1.8em;
}
#home-prolist  > .mx-title  p {
    color: #666;
}


#home-prolist .qiehuan-title {
    width: 1200px;
    margin:  0 auto;
    display: flex;
    justify-content:  space-around;
}


#home-prolist .qiehuan-title .unit { 
    flex-grow: 1;
       background: url(/static/pc/list.png) bottom 63px center no-repeat;
           width: 183px;
           height: 204px;
           text-align: center;
           color: white;
           padding-top: 5px;
}


/*#home-prolist .qiehuan-title .unit.hover {
     background: url(/static/pc/list-hover.png) top center no-repeat ;
}*/

#home-prolist .qiehuan-title .unit h3 {
    padding-top: 20px;
    text-align: center;
    color: black;
}

#home-prolist .qiehuan-title .unit h3 span {
    background: transparent;
    color: black;
    display: inline-block;
    padding: 4px 15px;
        background: #076b57;
            color: white;
}

#home-prolist .qiehuan-title .unit.hover  h3 span {
    background: #076b57;
    color: white;
    display: inline-block;
    padding: 4px 15px;
}



#home-prolist .qiehuan-con .flex {
    display: flex;
    flex-wrap:  wrap;
    justify-content:  space-between;
    margin-top: 30px;
}






#home-prolist .qiehuan-con .flex a {
    width: 30%;

    border-top-right-radius:60px;
 
    margin: 5px;
    /*
    box-shadow: 0 0 5px 5px #ccc;
    */
       margin-bottom: 30px;
       position: relative;
       margin-bottom: 3em;
           margin-bottom: 5em;
}


#home-prolist .qiehuan-con .flex a  img {
    width: 100%;
        border-top-right-radius: 60px;
}
#home-prolist .qiehuan-con .flex a  .bigimg {
    font-size: 0;
}

#home-prolist .qiehuan-con .flex a  .bigimg  img {
}

#home-prolist .qiehuan-con .flex a p {
    line-height: 48px;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
    background: #076b57;
    color: white;
}

#home-prolist .qiehuan-con .flex a .name {

    position: absolute;
        bottom: -4em;
            width: 100%;
                display: block;
                    text-align: center;
                        font-size: 20px;
                            line-height: 4em;



}

#home-prolist .qiehuan-con .flex a:first-child .name ,
#home-prolist .qiehuan-con .flex a:hover .name {
    color: #18a57a;
    color: #4fab54;
    font-weight: 800;
}

#home-prolist .qiehuan-con .flex a p:after {
    position: absolute;
    top:  0;
    right:  0;
    height: 48px;
    width: 48px;
    line-height: 48px;
    content: "•••";
    text-align: center;
    font-size: 22px;
    background: #ccc;
    color: #c08648; 
      
    border-top-left-radius: 60px;
        background: #f7d08c;
}


#home-prolist .qiehuan-con .flex a:first-child p:after,
#home-prolist .qiehuan-con .flex a:hover p:after {
    background: #f7d08c;
}






#home-prolist .qiehuan-con .flex a h3 {
    line-height: 2.4em;
    text-align: center;
}

#home-prolist .qiehuan-con .flex a:first-child h3 {
    color: #076b57;
}





#home-about {}

#home-about .con {
    background: url(/static/pc/home-about-con.jpg) top right no-repeat;
    height: 656px;
    align-items:  flex-start;
    margin-top: 30px;
}

#home-about .con .info {
    width: 530px;
}

#home-about .con .info .name {}

#home-about .con .info .name p:nth-child(1) {
    font-size: 14px;
    text-transform: uppercase;
}

#home-about .con .info .name p:nth-child(2) {
    font-size: 14px;
    text-transform: uppercase;
}

#home-about .con .info .name p:nth-child(3) {
    font-size: 30px;
    font-weight: bold;
}

#home-about .con .info .name p:nth-child(4) {
    font-size: 24px;
    font-weight: bold;
    color: #10a56e;
    color: #0b835b;
}

#home-about .con .info .jianjie {
    font-size: 16px;
    color: #787777;
    padding-top: 20px;
    padding-bottom: 20px;
        line-height: 1.8em;
}

#home-about .con .info a {
    margin-top: 30px;
    border: 1px solid #ccc;
    padding-bottom: 10px;
    padding: 5px 30px;
}

#home-about .w1400 {
    position: relative;
}

#home-about .five {
    width: 1198px;
    height: 137px;
    position: absolute;
    bottom: 60px;
    left: 0;
    background: url(/static/pc/home-five.png) top right no-repeat;
    display: flex;
}

#home-about .five a {
    width: 20%;
    color: white;
    text-align: center;
    font-size: 22px;
    padding: 0 20px;
    padding-top: 80px;
    position: relative;
}

#home-about .five a:nth-child(1) {
    left: -16px;
}

#home-about .five a:nth-child(2) {
    left: -22px;
}

#home-about .five a:nth-child(3) {
    left: -19px;
}

#home-about .five a:nth-child(4) {
    left: 8px;
}

#home-about .five a:nth-child(5) {
    left: 17px;
}

#home-about .con .video {
    width: 530px;
    flex: 0 0 700px;
        background: url(/static/pc/icon-video.png) no-repeat center;
}




#home-wuliao {
    margin-top: 30px;
}




#home-case {
    width: 1200px;
    margin:  0 auto;
}

#home-case  .metas {
    display: flex;
    flex-wrap: wrap;
  
}

#home-case  .metas a {
    margin:  20px 15px;
    padding:  5px 20px;
    border: 1px dotted #ccc;
    border-radius: 30px;
    font-size: 18px;
    line-height: 2em;
}



#home-case .swiper-slide {
    display: flex;
    justify-content:  space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 5px;
    box-sizing: border-box;
}


#home-case .swiper-slide .info {
    flex:  0 0 512px;
        box-sizing: border-box;
        box-shadow: 0 0  5px  #ccc;
        padding: 15px;
        position: relative;
        z-index: 2;
        background: white;
        margin-left: -5px;
        border: 1px solid #ccc; 
}

#home-case .swiper-slide .video {
    flex:  0 0 800px;
    margin-left: -212px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

#home-case .swiper-slide .video img {
    width: 100%;
    height: 500px;
}


#home-case .swiper-slide  .info   {
    position: relative;
}


#home-case .swiper-slide  .info .dots {
    position: absolute;
    right: 15px;
    bottom: 15px;

}


#home-case .swiper-slide  .info .dots  span {
    width: 20px;
    height: 20px;
    display: inline-block;
        background: url(/static/pc/dot.png)  no-repeat;
}


#home-case .swiper-slide  .info  h3 {
    font-size: 24px;
    color: #076b57;
    line-height: 2.4em;
}


#home-case .swiper-slide  .info   .desc {
    font-size: 16px;
    color: #333;
    margin-top: 1em;
    margin-bottom: 1em;
}


#home-case .swiper-slide  .info .me {
    
}

#home-case .swiper-slide  .info .me .u  {
    line-height: 2em;
    display: block;
    background: url(/static/pc/dot.png) left  top 10px  no-repeat;
    padding-left: 18px;
}


#home-case .swiper-slide  .info .me .u span  {
    color: #0a6d57;
    font-weight: bold;
}


#home-case .swiper-slide  .info .more {
    text-align: left;
    display: inline-block;
   background: #84b5ad;
   padding: 5px;
   border-radius: 30px;
       margin-top: 10px;
}

 
#home-case .swiper-slide  .info .more a {
       display: inline-block;
   background: #056957;
   padding: 5px;
   color: white;
   padding:  5px 20px;
   border-radius: 30px;
}








#home-news {
    
}

#home-news .mainw {
    display: flex;
    justify-content:  space-between;
}
#home-news .mainw  .qyxw {
    width: 550px;
}

#home-news .qyxw  {
    margin-top: 30px;
    margin-bottom: 30px;
}


#home-news .qyxw >a  {
    line-height: 2em;
    margin-bottom: 20px;
}
#home-news .qyxw >a   {
    line-height: 1.3em;
    display: flex;
    justify-content:  space-between;
    height: 28px;
}

#home-news .qyxw >a  .name {
    background: url(/static/pc/img/news-t.png) left no-repeat;
    padding-left: 60px;
    font-size: 24px;
    font-weight: bold;
}


#home-news .qyxw  .top  a {
    display: flex;
    flex-wrap: nowrap;
       background: url(/static/pc/img/news-b.png);
       width: 571px;
       height: 139px;
       padding: 10px;
       box-sizing: border-box;
       margin-bottom: 30px;
}

#home-news .qyxw  .top .img {
 margin-right: 20px;
 flex: 0 0 153px;
}

#home-news .qyxw  .top .img  img{
 width: 100%;
 max-height: 100%;
}
#home-news .qyxw  .top h3 {
    font-size: 18px;
    font-weight: normal;
}

#home-news .qyxw  .top  p {
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px;
}

#home-news .qyxw  .list {
    
}

#home-news .qyxw  .list  a {
   display: flex;
   flex-wrap:  nowrap;
   line-height: 2.4em;
   justify-content:  space-between;
   padding-left: 60px;
          background: url(/static/pc/img/news-u.png) left center no-repeat ;
}

 



#links {
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(/static/pc/img/link.png) left center no-repeat;
    padding-left: 150px;
    margin:  0 auto;
    width: 1200px;
    box-sizing: border-box;
}

 




#links .namex {
     color: #fa7906;
     font-size: 18px;
     text-align: left;
}

#links .namex span {
    color: white;
}

#links {
    margin-top: 1em;
    margin-bottom: 1em;
        min-height: 51px;
}


#links a {
    vertical-align:  top;
}








#home-fuwu {
    background: url(/static/pc/fuwu.jpg) center;
    height: 337px;
    clear: both;
}


#footer {
        background: url(/static/pc/footer.jpg) center no-repeat;
        height: 436px;
        padding-top: 40px;
        box-sizing: border-box;
}
#footer > * {
    color: white;
}

#footer .three {
    display: flex;
    justify-content:  space-around;
    
}

#footer .three .u {
    border-right: 1px solid #ccc;
    height: 100px;
    flex-grow:  1;
    padding-left: 40px;
}

#footer .three .u:last-child {
    border: 0;
}

#footer .three .u h3 {
        padding-left: 35px;
    line-height: 3em;
}
#footer .three .u:nth-child(1) h3 {
    background: url(/static/pc/footer-1.png) left center no-repeat;
}

#footer .three .u:nth-child(2) h3 {
    background: url(/static/pc/footer-2.png) left center no-repeat;
}

#footer .three .u:nth-child(3) h3 {
    background: url(/static/pc/footer-3.png) left center no-repeat;
}

#footer .four {
    display: flex;
    padding-top: 20px;
    width: 1200px;
}
#footer .four  .u {
   width: 200px;
   flex-grow: 1;
   border-right: 1px dashed #ccc;
   padding-left: 50px;
   height: fit-content;
}


#footer .four  .u2 {
   width: 400px;
   flex-grow: 1;
      border-right: 1px dashed #ccc;
   padding-left: 50px;
   border-right: 0;
}

#footer .four  a {
    display: block;
    line-height: 2em;
}
#footer .four  p a {
    display: inline-block;
}

#footer .four  a.h3 {
    font-size:24px;
    position: relative;
    left: 30px;
}

#footer .four  a.h3:before {
    width: 30px;
    height: 3px;
    content: " ";
    background: #0ba485;
    position: absolute;
    left: -47px;
    top: 14px;
}

#footer .four .ewm {
    display: flex;
    justify-content:  space-around;
}

#footer .four .ewm  .unit {
    width: 39%;
    text-align: center;
}


#footer .four .ewm  .unit img {
    width: 100%;
}

#footer .four .ewm p {
    line-height: 2em;
    margin-top: 10px;
}

#cp {
    background: linear-gradient(to right, #076b57, #076b57);
    background: #076b57;
    color: white;
    line-height: 3em;
    text-align: center;
}
































#dituContent  img {
    max-width:  none;
}

#telx {
    position: relative;
    top: -40px;
    z-index: 999999;
}


#telx  .tel {
    float: right;
    position: relative;
	top: 2px;
}

#telx  .tel  span {
	color: white;
	font-size: 25px;
	position: absolute;
	top: 20px;
	left: 200px;
	color: white;
	font-size: 25px;
	position: absolute;
	top: 26px;
	left: 177px;
}

#chanpin {
	clear: both;
	position: relative;
	top: -20px;
}


