

/******************  inner ******************/

#daohang {
    width: 1200px;
    margin:  0 auto;
   line-height: 3em;
}

#inner {
    width: 1200px;
    margin:  0 auto;
    display: flex;
    justify-content:  space-between;
}


#sidebar {
    width: 305px;
        border: 1px solid #d2d2d2;
        border-top: 0;
       box-sizing: border-box;
           height: max-content;
}


#sidebar  .prolist {
    
}


#sidebar  .prolist .name {
    background: #232323c4;
    line-height: 3em;
    color: white;
    font-size: 24px;
    padding-left: 1em;
    margin-left: -1px;
    margin-right: -1px;
}

#sidebar  .prolist .name  span {
    font-size: 16px;
    
}

#sidebar  .prolist  a {
    line-height: 3em;
        border-bottom: 1px solid #e4e4e4;
    display: block;
    padding-left: 30px;
        white-space: nowrap;
            text-overflow: ellipsis;
                overflow: hidden;
}

#sidebar  .prolist  h3 {
    background: #0e4ebc;
    color: white;
}

#content {
    width: 845px;
}

/******************  list-text  ******************/
.list-text {
    
}


.list-text  a {
    display: block;
        border: 1px solid #e1e1e1;
    padding: 30px;
    margin-bottom: 30px;
}

.list-text  a:hover {
       box-shadow: 0px 2px 10px 1px rgba(8, 1, 3, 0.2); 
}


.list-text  a .name {
    display: flex;
    align-items: center;
    justify-content:  space-between;
    border-bottom: 1px solid #999;
}

.list-text  a .name  span {
    line-height: 2em;
    font-size: 20px;
}

.list-text  a .name   .ymd {
    font-size: 16px;
    color: #999;
}

.list-text  a .con {
    margin-top: 8px;
    line-height: 1.7em;
    color: #666;
}

.list-text  a  .more {
        background: #0e4ebc;
    color: white;
    display: inline-block;
    padding:  5px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}


/******************  list-pro  ******************/



.list-pic {
    display: flex;
    justify-content:  space-between;
    flex-wrap:  wrap;
}


.list-pic a  {
    width: 32%;
    padding: 5px;
    padding-bottom: 0;
    box-sizing: border-box;
    border: 1px solid #999;
        margin-bottom: 20px;
}

.list-pic a img {
        max-width: 100%;
        
        transition: all .5s ease;
}

.list-pic a img:hover {
	transform: scale(1.2);
}

.list-pic a .img {
    overflow: hidden;
}

.list-pic a  p {

    color: #333;
    text-align: center;
    line-height: 3em;
    overflow: hidden;
        text-overflow: ellipsis;
            white-space: nowrap;
   
 
}

.list-pic a:hover p {
     background: #0e4ebc;
       margin-left: -5px;
    margin-right: -5px;
    color: white;
}

/******************  page  ******************/

#page {
    
}


#page h1  {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin:  0;
    padding:  0;
    margin-bottom: 5px;
}

#page .ymd {
    border-bottom: 1px solid #ccc;
    line-height: 2em;
    color: #ccc;
}

#page .last-con {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.7em;
    color: #777;
}

#page .more-info {
    
}

#page .more-info .title {
    border: 1px solid #ccc;
    line-height: 2em;
}

#page .more-info .title  span {
    display: inline-block;
    padding:  0 20px;
    border-right: 1px solid #ccc;
    
    background: #0e4ebc;
    color: white;
    margin-bottom: -1px;
}

#page .more-info  .pics {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content:  space-between;
}

#page .more-info  .pics  a {
    width: 24%;
}

#page .more-info  .pics  a img {
    width: 100%;
    height:  auto;
}

#page .more-info  .pics  a p {
    background: #0e4ebc;
    text-align: center;
    line-height: 2em;
    color: white;
}


#page .more-info  .texts {
    display: flex;
    justify-content:  space-between;
    flex-wrap: wrap;
}

#page .more-info  .texts  a {
    width: 48%;
    line-height: 2.4em;
    border-bottom: 1px  solid #ccc;
    box-sizing: border-box;
    display: flex;
    justify-content:  space-between;
    color: #666;
}

#page .more-info  .texts  a span:nth-child(2) {
    color: #ccc;
}


.a-fiy {
    display: flex;
        display: flex;
            justify-content: space-between;
                align-items: center;
                    line-height: 2.1;
                        border-bottom: 2px solid #0e4ebc;
                            position: relative;
                                top: -14px;
}


.a-fiy h2 {
}



.a-fiy span {
}




img.aligncenter  {
       display: block;
           margin: 0 auto;
               max-width: 100%
}


#baidumap img {
        max-width: inherit;
}




#xgcp .unit .flex  {
    display: flex;
    justify-content:  space-between;
    flex-wrap: wrap;
}

#xgcp .unit .flex  a {
    width: 32%;
    margin-bottom: 30px;
    position: relative;
/*box-shadow: 0 0 5px 5px #ececec;*/
}




#xgcp .unit .flex  a .img {
    font-size:  0;
}

#xgcp .unit .flex  a .img img {
    width: 100%;
    height:  auto;
}


#xgcp .unit .flex  a .p {
   height: 145px;
   background: url(/static/pc/pro-p.png) no-repeat;
   position: relative;
   top: -30px;
   left: 30px;
   padding: 20px;
   padding-right: 35px;
   padding-left: 40px;
   box-sizing: border-box;
   
}


#xgcp .unit .flex  a .p h3 {
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
}

 
#xgcp .unit .flex  a .p span {
    display: block;
    line-height: 2em;
     background: url(/static/pc/o.png)  left center no-repeat;
     padding-left: 13px;
}

#xgcp .unit .flex  a .p:after {
       content: " ";
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    background: #fa0b06;
    left: 13px;
    bottom: 15px;
}

#xgcp .unit .flex  a:hover  .p:after {
    width: 89%;
}






#xgxw .two-top {
    display: flex;
    justify-content:  space-between;
        flex-wrap: wrap;
}


#xgxw .two-top > a {
    width: 48%;
    display: flex;
    align-items: center;
}


#xgxw .two-top > a  img {
    width: 188px;
    flex: 0 0 188px;
}

#xgxw .two-top > a .info {
    flex-grow: 1;
    padding: 10px;
    background: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
      box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.22);
      line-height: 2em;
}



#xgxw .two-top > a:hover .info   h3 { 
    color: #fa0c06; 
}


.protitlex {
    display: block;
    margin: 30px auto;
    font-size: 32px;
    background: url(/static/pc/pdot.png) left top 10px no-repeat;
    padding-left: 30px;
    font-weight: bold;
}

.protitlex span {
    display: inline-block;
    text-align: right;
    font-size: 14px;
    float: right;
    font-weight: bold;
}

.protitlex span b {
    color: red;
}


.vvvv {
    font-size: 18px;
    line-height: 2em;
}


img.size-full {
    text-align: center;
    display: block;
    margin: 0 auto;
}





table
{
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
        width: 100%;
            width: 100% !important;
}
table td, table th
{
    border: 1px solid #cad9ea;
    color: #666;
    height: 30px;
    text-align: center !important
}
table thead th
{
    background-color: #CCE8EB;
    width: 100px;
}
table tr:nth-child(odd)
{
    background: #fff;
}
table tr:nth-child(even)
{
    background: #F5FAFA !important;

}

table td {
   background-color: inherit !important; 
}






/*************************************************/



.kuai-text {
        
}


.kuai-text {
        
}


.kuai-text h3 , .kuai-pic h3 {
    line-height: 2em;
    margin:  10px 0;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.kuai-text  .text  {
    text-align: justify;
    text-align-last: justify;
}

.kuai-text  .text p {
    line-height: 2em;
}
.kuai-text  .text   a.unit {
    display: inline-block;
    border: 1px #ccc dotted;
    padding: 1em;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
    width: 48%;
    text-align: left;
    text-align-last: left;

}

.kuai-text  .text   a.unit  h3 {
    color: #0d0d0d;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    padding-left: 40px;
    background: url(/static/pc/news-h3.png)  left center no-repeat ;  
}


.kuai-text  .text  a.unit span {
    position: absolute;
    right: 5px;
    bottom: 20px;
    padding-left: 40px;
    background: url(/static/pc/news-time.png)  left center no-repeat;  
}


/******************/

#top-inner {
    background: url(/static/pc/topin.jpg)  left center no-repeat;  
    height: 560px;
    color: white;
}

#top-inner.list-pro,
#top-inner.list-product  {
    height: auto;
    padding-bottom: 3em;
}

#top-inner .mbx {
    padding-top: 100px;
}

#top-inner h3 {
    color: #ff5600;
    margin-top: 100px;
    font-size: 48px;
    font-weight: bold;
}

#top-inner p {
    margin-top: 30px;
}

#inner-classify {
    background: url(/static/pc/sg.png);
}

#inner-classify .pro-head  {
    background: url(/static/pc/pro-head.png)  left center no-repeat;  
    width: 1200px;
    margin:  0 auto;
    height: 171px;
    box-sizing: border-box;
    padding: 20px 100px;
    display: flex;
    justify-content:  space-around;

    position: relative;
    top: -60px;
}

#inner-classify .pro-head  a {
    text-align:  center;
    border-right: 1px solid #ccc;
    height: 80px;
    line-height: 80px;
    flex-grow: 1;
    margin-top: 30px;
    font-size: 24px;
}

#inner-classify .pro-head  a:last-child {
    border-right: 0px solid #ccc;

}
#inner-classify .pro-head  a:hover ,
#inner-classify .pro-head  a.on  {
    color: #ff5600;
}

#inner-classify  .pro-list {
    display: flex;
    margin:  0 auto;
    width: 1200px;
    flex-wrap: wrap;
    justify-content:  space-between;
}

#inner-classify  .pro-list  a {
    width: 30%;
    margin: 1%;
    margin-bottom: 20px;
    background-color: rgb(253, 252, 252);
    box-shadow: 0px 0px 13px 0px rgba(4, 0, 0, 0.46);
}

#inner-classify  .pro-list  > i {
    width: 30%;
    margin: 1%;
}



#inner-classify  .pro-list a .bigimg {
    position: relative;

}

#inner-classify  .pro-list a .bigimg  .star {
    position: absolute;
    top: 0;
    right: 0;
    width: 139px;
    height: 61px;
    background:url(/static/pc/s.png);
}
#inner-classify  .pro-list a .bigimg:hover   .star {
    background:url(/static/pc/sh.png);
}

#inner-classify  .pro-list  a .bigimg img {
    width: 100%;
    height:  auto;
}

#inner-classify  .pro-list  a .info {
    box-sizing: border-box;
    padding: 10px 0 0 20px;
    background: url(/static/pc/wl.png) left bottom;
}
#inner-classify  .pro-list  a .info  h3 {
    margin-bottom: .5em;
}

#inner-classify  .pro-list  a .info p {
    line-height: 1.5em;
    padding-left: 2em;
}

#inner-classify  .pro-list  a .info p:nth-child(1) {
    background: url(/static/pc/m1.png) left center no-repeat;
}

#inner-classify  .pro-list  a .info p:nth-child(2) {
    background: url(/static/pc/m2.png) left center no-repeat;
}
/*************/



h1 {
    text-align: center;
    margin:  30px 0;
    font-weight: bold;
    font-size: 32px;
}

.last-con {
    line-height: 1.7em;
    font-size: 16px;
    max-width: 1200px;
        margin: 0 auto;
}
.last-con p:before {
    content: "　　";
}

.last-con .more-info {
    text-align: center;
    border-top: 1px solid #ccc;
}


.last-con .desc {
    width: 960px;
    margin:  0 auto;
    padding: 10px;
    line-height: 2;
    background: #ccc;
    margin: 30px auto;
}

.last-con .desc span {
    color: red;

}


#last-proinfo  {

}

#last-proinfo   {

}
#last-proinfo  h1 {
    margin-top: 0;
}


#last-proinfo  .top   {
    margin:  30px auto;
}

#last-proinfo  .top  .img {
    width: 600px;
    height: 400px;
    display: inline-block;
}

#last-proinfo  .top  .desc {
    width: 550px;
    float: right;
    background: white;
    margin:  0;
}


#last-proinfo  .lianxi {

}

#last-proinfo  .lianxi .unit {
    width: 45%;
    background: red;
    background: #ff5600;
    color: white;

}


#last-proinfo .xiangqing {
    line-height: 3;
    background: #eeeeee;

}


#last-proinfo .xiangqing span {
    background: red;
    background: #ff5600;
    color: white;
    width: 100px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}


.kuai-pic .just p {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 18px;
}




.just {
    text-align: justify;
    text-align-last: justify;
}

.just > .junit ,
.just > .unit {
    display: inline-block;
    text-align: center;
    text-align-last: center;
    width: 24%;
}

.just img {
    max-width: 100%;
}

.kuai-pic .just img {
    border: 2px solid #ccc;
    border-radius: 22px;
    box-sizing: border-box;
}



.real-con iframe {
    display: block;
    margin: 0 auto;
}
