*{padding: 0px; margin: 0px; box-sizing: border-box}
div
{
    font-size: 0px;
}
body
{
    overflow-x:hidden;
}
a
{
    display: inline-block;
    color: #000;
}
img
{
    vertical-align:middle
}
a:hover
{
    text-decoration:none !important
}


header
{
    height: 90px;
    background: rgba(255,255,255,0.5);
    padding:0px 5%;
    position: absolute;
    width: 100%;
    line-height: 90px;
    z-index: 99;

}
header .left
{
    float: left;
    height: 50px;
}
header .left img
{
    /*height: 100%;*/
    width: 400px;
}
header .left a
{
    height: 100%;
}
header .center
{
    display: inline-block;
    float:right;
}  
header .center a
{
    font-size: 16px;
    color: #333333; 
    margin: 0px 2vw;
    position: relative;
    font-weight: bold;
}
header .center a:hover
{
    color: #ed1f33
}
header .center a.on
{
    color: #ed1f33
}
header .center a:hover::after
{
    content: "";
    position: absolute;
    bottom: 20px;
    width: 30px;
    height: 2px;
    background: #ed1f33;
    left: calc((100% - 30px)/2)
}
header .center a.on::after
{
    content: "";
    position: absolute;
    bottom: 20px;
    width: 30px;
    height: 2px;
    background: #ed1f33;
    left: calc((100% - 30px)/2)
}
header .right 
{
    float: right;
    font-size: 16px;
    color:#ed1f33;
    margin-left: 20px;

}
header .right  img
{
    margin-right: 10px;
}



/* 导航 */
.wapheader{height: 50px; z-index: 999; display: none;  background: #fff;transition: 0.5s; position: fixed; top: 0px; left: 0px; width: 100%; text-align: center;}
.wapheader>div{text-align: center;border-bottom: 1px solid #e3212b; padding: 0px 15px;padding-top:9px; background: #fff; height: 50px; line-height: 50px;}
.wapheader>div div{display: inline-block;}
.wapheader>div .logo{float: left;}
.wapheader>div .sousou{float: right; margin-top: 3px;}
.wapheader>div .right{float: right}
.wapheader>div .right span{width: 25px; height:2px; background: #e3212b;display:block; margin-bottom: 5px;}
.wapheader>div .right {width: 25px;padding-top:7px;  margin-left: 15px;}
.wapheader>div .right.on span:nth-of-type(1){transform: rotate(45deg); margin-top: 7px;}
.wapheader>div .right.on span:nth-of-type(3){transform: rotate(-45deg);margin-top: -7px;}
.wapheader>div .right.on span:nth-of-type(2){display: none;}
.wapheader ul{position: fixed;display: none; line-height:40px; text-align: left;overflow-y:auto; top: 0px; left: 0px; width: 100%; background: rgba(0,0,0,0.5); height:calc(100% - 50px); top:50px;}
.wapheader ul.on{display: block;}
.wapheader ul{
    padding-top: 50px;
}
.wapheader ul a
{
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    display: block;
}
.wapheader ul a:hover
{
    color: #fff;
}


footer
{
    background: #2c2e33;
   
}
footer .top
{
   
    padding:40px 5%;
    height: auto;
    overflow: hidden;
}
footer .top .left
{
   
    text-align: left;
    color: #fff;
    background: url("../img/map.png") 5% top  no-repeat 
}
footer .top .center
{
   
}
footer .top .right
{
   
    text-align: right
}

footer .top .left  h3
{
   font-size: 18px;
   font-weight: 100;  
   margin-top: 0px;
}
footer .top .left  h3 img
{
    margin-left: 10px;
}
footer .top .left span
{
    font-size: 14px;
    color: #707174;
}
footer .top .center div
{
    margin-bottom: 50px;
}
footer .top .center div a
{
    display: inline-block;
    font-size: 16px;
    padding:0px 15px;
    border-right: 1px solid #fff;
    color: #fff;
    height: 14px;
    line-height: 14px;
    
}
footer .top .center div a:nth-last-child(1){
    border: none;
}
footer .top .center  p
{
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    padding-left: 15px;

}
footer .top .right div
{
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-left: 15px;
    
}

footer .top .right div img
{
    width: 90px;
    margin-bottom: 15px;
}
footer .icp
{
    height: auto;
    overflow: hidden;
    padding: 10px 5%;
    background: #000;
}
footer .icp div
{
    display: inline-block;
    float: left;
    margin-left: -15px;
}
footer .icp div a
{
    font-size: 12px;
    color: #fff;
    opacity: 0.8;
    padding:0px 15px;
    height: 14px;
    line-height: 14px;
    
    border-right: 1px solid #fff;
}
footer .icp div a:nth-last-child(1){
    border: none;
}
footer .icp p
{
    float: right;
    font-size: 12px;
    color: #fff;
    opacity: 0.8;
    margin: 0px;
}



.footertab
{
    position: fixed;
    height: 60px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e3212b;
    z-index: 999;;
    display: none;
    padding-top: 5px;
}
.footertab a
{
    float: left;
    width: 50%;
    text-align: center;
    padding-top: 5px;
}
.footertab a:nth-of-type(1)
{
    border-right: 1px solid #eee;
}
.footertab a p
{
    font-size: 12px;
    color: #333;
}
.footertab a>div
{
    width: 23px;
    height: 23px;
    overflow: hidden;
    display: inline-block;
}
.footertab a>div div
{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.footertab a>div div img
{
    width: 99%;
    height: 99%;
    /* object-fit: contain; */
}
.footertab a.on .img
{
    display: none;
}
.footertab a.on  p
{
    color: #e3212b;
}




.listbanner
{
    display: table;
    position: relative;
    width: 100%;
    height: 450px;
    
}

.listbanner img
{
    position:absolute;
    width: 100%;
    top: 0px;
    height: 100%;
    object-fit: cover;
}
.listbanner div
{
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.listbanner div h3
{
    font-size: 50px;
}
.listbanner div  p
{
    font-size: 36px;
    text-transform: uppercase;
}



@media(max-width:768px){
   .wapheader,.footertab
   {
       display: block;
   }
    footer .top .right{
      text-align: center;
    } 
    footer .top .center
    {
        display: none;
    }
    footer .top .left span
    {
        display: none;
    }
    footer .icp div
    {
        display: none;
    }
    footer .icp p
    {
       text-align: center
    }

    .listbanner
    {
       
        height: 250px;
        
    }

    .listbanner div h3
        {
            font-size: 24px;
        }
        .listbanner div  p
        {
            font-size: 18px;
           
        }

        header
        {
            display: none !important
        }  

        body
        {
            padding: 50px 0 60px 0 !important;
            box-sizing: border-box;
        }
}




/* 首页 */
.section
{
 
}
.section4
{
    padding-top: 0px;
}
@media(max-width:768px){
    .section
        {
        padding-top: 0px !important;
        margin-top: -50px;
        }
        .section4
        {
            padding-top: 0px;
        }
        .fixed_right
        {
            display: none;
        }
    #dowebok video{
        display: none;
    }
}
.section2
{
    background: url(../img/indexbj1.png) center/cover
}
.section1
{
    background: url(../img/video_bj.jpg) center/cover
}
.section3
{
    background: url(../img/indexbj2.png) center/cover
}

.fixed_right
{
    position: fixed;
    top: calc((100% - 114px)/2);
    right: 2%;
    z-index: 99;
    font-size: 16px;
    width: 110px;
}
.fixed_right div a
{
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
    
}
.fixed_right div a::after
{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    top: 12px;
    right: 0px;
}
.fixed_right div a::before
{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius:6px;
    background: #fff;
    top: 10px;
    right: 0px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    -o-border-radius:6px;
}
.fixed_right div a.on
{
    color: #e3212b;
}
.fixed_right div a.on::after
{
    background: #e3212b;
}
.fixed_right div a.on::before
{
    background: #e3212b;
}

.section1 .swiper-slide  
{
    position: relative;
    width: 100%;
}
.section1 .swiper-slide img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section1 .swiper-slide::after
{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.3) url(../img/fixed.png) center/ auto no-repeat;
    
}
@media(max-width:768px){
    .section1 .swiper-slide::after
    {
     
        background:rgba(0,0,0,0.3) url(../img/fixed.png) center/80% auto no-repeat;
        
    }
}

.indexabout 
{
    /*height:400px ;*/
    background: url(../img/index1.png) center/cover no-repeat;
    padding-left: 30%;
    padding-right: 5%; 
    padding-top: 5%;

}

.indexabout  div 
{
    height: auto;
    overflow: hidden;
}
.indexabout  div img
{
 float: left;
 width: 30%;
 vertical-align: bottom
}
.indexabout  div  p
{
    font-size: 22px;
    color: #333;
}
.indexabout  div  p:nth-of-type(1)
{
    margin-top: 30px;
}
.indexabout>p
{
    font-size: 15px;
    line-height: 24px;
    /*margin-top: 40px;*/
}

@media(max-width:768px){
    .indexabout{
        padding:10% 5%;
        height:auto ;
    }
    .indexabout  div  p:nth-of-type(1)
    {
        margin-top: 0px;
    }
    .indexabout  div  p
    {
        font-size: 16px;
    }
    .indexabout>p
    {
        font-size: 14px;
        line-height: 30px;
    }
}

.section3 .title
{
    text-align: center;
    color: #fff;
}
.section3 .title h3
{
    font-size: 18px;
}
.section3 .title p
{
    font-size: 16px;
    text-transform: uppercase;

}




.section3 .list a
{
    display: inline-block;
}
.section3 .list a .img
{
    width: 100%;
    overflow: hidden;
    height: 280px;
}
.section3 .list a .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.section3 .list a:hover> .img img
{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.section3 .list a .text
{
    padding: 15px;
}
.section3 .list a .text h3
{
   font-size: 17px;
   color: #fff; 
   overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
   margin-top: 0px;
}
.section3 .list a .text p
{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.section3 .list a .text span
{
    display: inline-block;
    overflow: hidden;
    width: 120px;
    line-height: 35px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    color: #dd2321;
    text-transform: uppercase;
}
.section3 .list a .text span  img
{
 margin-left: 15px;
}
.section3 .list a:hover span img
{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
   
}
.section3 .list
{
    margin-top: 20px;
}
.section3 .list a
{
    margin-bottom: 20px;
}
.section3 .list  span img:nth-of-type(1)
{
    display: none;
}
.section3 .list a:hover span
{
    color: #fff;
    background: #dd2321;
    border-color: #dd2321;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.section3 .list a:hover span img:nth-of-type(1)
{
    display: inline-block;
}
.section3 .list a:hover span img:nth-of-type(2)
{
    display:none;
}
.section3 .list a:hover .text
{
 background: #fff;
}
.section3 .list a:hover h3
{
    color: #333;
}
.section3 .list a:hover p
{
    color: #666;
}
  .section3 .list a:nth-of-type(4)
        {
            display: none ;
        }

@media(max-width:768px){
   
    .section3 .list a span
    {
        display: none !important;
    }
    .section3 .list a .text
        {
        background: #fff;
        }
        .section3 .list a h3
        {
            color: #333 !important;
        }
        .section3 .list a p
        {
            color: #666 !important;
        }
        .section3 .list a .img
        {
            height: 140px;
        }
        .section3 .list a:nth-of-type(4)
        {
           display: inline-block
        }

}
/* 产品中心 */
.productlist  .top_title
{
    text-align: center;
    margin: 30px 0;
}
.productlist  .top_title h3
{
    font-size: 36px;
    color: #0074b8
}
.productlist  .top_title p
{
  font-size: 18px;
  color: #808080;  
}
.productlist  .list1
{
    height: auto;
    overflow: hidden;
}

.productlist  .list1 .left
{
   background: #000;
    height: 300px;
}

.productlist  .list1 .left video
{
    width: 100%;
    height: 100%;
}
.productlist  .list1 .right h3
{
  font-size: 24px;
  color: #333333;
  margin-top: 0px;
}
.productlist  .list1 .right p
{
    font-size: 16px;
    color: #ea1f33;
    text-transform: uppercase;
}
.productlist  .list1 .right span
{
    display: inline-block;
    font-size: 16px;
    color: #808080;
    line-height:34px;
}

.productlist  .list2
{
    text-align: center;
    background: url(../img/bj.png);
    margin-top: 30px;
    padding: 40px 0;
}


.productlist  .list2 .title
{
  margin: 30px 0;   
}
.productlist  .list2 .title h3
{
    font-size: 24px;
    color: #333333;
    font-weight: 600;
}
.productlist  .list2 .title p
{
    font-size: 16px;
    color: #ea1f33;
}
.productlist  .list2 .box
{
    height: auto;
    overflow: hidden;

}
.productlist  .list2 .box a .img
{
    width: 130px;
    height: 130px;
    border-radius: 130px;
    border:1px solid #ed1f33;
    text-align: center;
    line-height: 130px;
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    -ms-border-radius: 130px;
    -o-border-radius: 130px;
    display: inline-block;
    background: #fff;
}
.productlist  .list2 .box a .img img
{
    height:40px ;
}
.productlist  .list2 .box a  p
{
    font-size: 18px;
    color: #333333;
    margin: 20px 0;
}
.productlist  .list2 .box a   span
{
    display: inline-block;
    color: #8c8c8c;

}
.productlist  .list2 .box a 
{
    margin-bottom: 30px;
}
.productlist  .list2 .box a:hover p
{
    color: #ea1f33;
}
.productlist  .list2 .box a:hover .img
{
    background: #dd2321;
}
.productlist  .list2 .box a:hover .img img
{
    margin-top: 80px;
    filter:drop-shadow(0px -40px 0  #fff ) ;
    -webkit-filter:drop-shadow(0px -40px 0  #fff ) ;
}
.productlist  .list3 .title
{
  margin: 30px 0;  
  text-align: center 
}
.productlist  .list3 .title h3
{
    font-size: 24px;
    color: #333333;
    font-weight: 600;
}
.productlist  .list3 .title p
{
    font-size: 16px;
    color: #ea1f33;
}
.productlist  .list3  .box a
{
display: inline-block;
height: auto;
overflow: hidden;
}

.productlist  .list3  .box a .left
{
   border: 1px solid #eee;
   height:300px ; 
   padding: 25px;
   margin: 0px;
}
.productlist  .list3  .box a .left h3
{
   font-size: 20px;
   color: #dd2321; 
}
.productlist  .list3  .box a .left p
{
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}
.productlist  .list3  .box a .right
{
    height: 300px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.productlist  .list3  .box a .right img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.productlist  .list3  .box a:hover img
{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    -webkit-transform: scale();
}
.productlist  .list3 a:nth-of-type(2n) .left
    {
    float: right;
    }
.productlist  .list3 
{
    margin-bottom: 30px;
}
@media(max-width:768px){
    .productlist  .list3 a:nth-of-type(2n) .left
    {
    float: left;
    }

}


.aboutlist  .title
{
  margin: 30px 0;   
  text-align: center
}
.aboutlist .title h3
{
    font-size: 24px;
    color: #333333;
}
.aboutlist .title p
{
    font-size: 16px;
    color: #ea1f33;
    text-transform: uppercase
}

.aboutlist  .list1
{
    height: auto;
    overflow: hidden;
   
}
.aboutlist  .list1 .left h3
{
 font-size: 24px;
 color: #e3212b;
}
.aboutlist  .list1 .left  p
{
   font-size: 20px;
   color: #9b9b9b; 
}
.aboutlist  .list1 .left font
{
    font-size: 16px;
    color: #666666;
    display:block;
    line-height: 30px;
}
.aboutlist  .list1 .left 
{
    margin: 33px 0;
}
.aboutlist  .list1 .left>span
{
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #dd2321;
    margin-bottom: 20px;
}
.aboutlist  .list1 .left div
{
    text-align: right;
    margin-top: 60px;
}
.aboutlist  .list1 .left div span
{
font-size: 14px;
color: #666666;
}
.aboutlist  .list1 .right img
{
    width: 100%;
    height: 400px;
    object-fit: cover
}

.aboutlist  .list2
{
    background: url(../img/abbj.png);
    margin-top: 40px;
   
}
.aboutlist  .list2 .bottom
{
    clear: both;
}
.aboutlist  .list2 .top
{
    background: url(../img/dt.png) top right no-repeat;
    height: 465px;
    overflow: hidden;
    margin-top: 40px;
}
@media(max-width:768px){
    .aboutlist  .list2 .top{
        background: transparent
    } 
}
.aboutlist  .list2 .top h3
{
  font-size: 24px;
  color: #e3212b;
  padding-bottom: 10px;
  border-bottom: 2px solid #dd2321;
  margin-top: 40px;
}
.aboutlist  .list2 .top span
{
    font-size: 20px;
    color: #333333;
    margin: 15px 0;
    display: block;
}
.aboutlist  .list2 .top  font
{
    display: block;
    width: 40px;
    height: 2px;
    background: #dd2321;
    margin: 10px 0;
}
.aboutlist  .list2 .top p
{
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 30px;

}
.aboutlist  .list2 .top h4
{
    font-size: 14px;
    line-height: 35px;
    color: #666;
}
.aboutlist  .list2 .bottom
{
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}
.aboutlist  .list2 .bottom div
{
    margin: 20px 0;
    border-right: 1px solid #eae6e6;
    text-align: center;
}
.aboutlist  .list2 .bottom div h3
{
    font-size: 40px;
    color: #666666;
    
}
.aboutlist  .list2 .bottom div:nth-last-child(1)
{
    border: none;
}
@media(max-width:768px){
    .aboutlist  .list2 .bottom div:nth-last-child(3)
    {
        border: none;
    }
}
.aboutlist  .list2 .bottom div h3 span
{
    font-size: 14px;
    vertical-align: top;
    position: relative;
    top: -10px;
}
.aboutlist  .list2 .bottom div p

{
    font-size: 14px;
    color: #999999;
}

.aboutlist  .list3
{
    text-align: center;
}
.aboutlist  .list3 .box
{
    height: auto;
    overflow: hidden;
}
.aboutlist  .list3 .box a
{
    display: inline-block;
    border: 1px solid #eee;
    width: 100%;
}
.aboutlist  .list3 .box .img
{
    overflow: hidden;
    width: 100%;
    height:240px ;
}
.aboutlist  .list3 .box .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s  ;
    -webkit-transition: 0.5s  ;
    -moz-transition: 0.5s  ;
    -ms-transition: 0.5s  ;
    -o-transition: 0.5s  ;
}
.aboutlist  .list3 .box a:hover .img img
{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.aboutlist  .list3 .box  h3
{
    font-size: 18px;
    color: #666666;
}
.aboutlist  .list3 .box p
{
    font-size: 16px;
    color: #999999;
    margin-bottom: 25px;
}
.aboutlist  .list3 .box a
{
    margin-bottom: 30px;
    
}


.aboutlist  .list4
{
    background: url(../img/abbj2.png) bottom no-repeat;
    padding-bottom: 100px;
}

.aboutlist  .list4
{
    text-align: center;
}
.aboutlist  .list4 .box
{
    height: auto;
    overflow: hidden;
}
.aboutlist  .list4 .box a
{
    display: inline-block;
    border: 1px solid #dd2321;
    width: 100%;
}
.aboutlist  .list4 .box .img
{
    overflow: hidden;
    width: 100%;
    height:280px ;
}
.aboutlist  .list4 .box .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s  ;
    -webkit-transition: 0.5s  ;
    -moz-transition: 0.5s  ;
    -ms-transition: 0.5s  ;
    -o-transition: 0.5s  ;
}
.aboutlist  .list4 .box a:hover .img img
{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.aboutlist  .list4 .box  h3
{
    font-size: 18px;
    color: #666666;
    padding-bottom: 18px;
}
.aboutlist  .list4 .box span
{
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #dd2321;
    margin: 10px 0px 15px 0;
}
.aboutlist  .list4 .box p
{
    font-size: 16px;
    color: #999999;
    margin-bottom: 25px;
    text-transform: uppercase
}
.aboutlist  .list4 .box a
{
    margin-bottom: 30px;
    
}

.aboutlist  .list5 .box
{
    height: 400px; 
}
.aboutlist  .list5 .box .swiper-container 
{
    height: 100%; 
}
.aboutlist  .list5 .box  .swiper-slide
{
    text-align: center;
}
.aboutlist  .list5 .box  .swiper-slide img
{
    max-width: 90%;
    height: 273px;
    object-fit: contain
}
.aboutlist  .list5 .box  .swiper-slide h3
{
    font-size: 16px;
    color: #666666;
}
.aboutlist  .list5 .box  .swiper-slide p
{
    font-size: 14px;
    color: #999999;
}
.aboutlist  .list6 
{
    margin-bottom: 80px;
}
.aboutlist  .list6 .box a

{
 float: left;
}


.aboutlist  .list6 .box
{
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    height: auto;
    overflow: hidden;
   
}
.aboutlist  .list6 .box a
{
    width: 20%;
    height: 140px;
    text-align: center;
    line-height: 140px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    transition: 0.5s       ;
    -webkit-transition: 0.5s       ;
    -moz-transition: 0.5s       ;
    -ms-transition: 0.5s       ;
    -o-transition: 0.5s       ;
}

@media(max-width:768px){
    .aboutlist  .list6 .box a
    {
        width: 50%;
    }  
}


.listtop
{
    box-shadow: 0px 0px 5px 3px #eee;
    padding: 15px;
}
.listtop a
{
    font-size: 16px;
    color: #666666;   
    padding: 10px 0;
    margin-right: 2vw;
    border-bottom: 2px solid #fff;
}
.listtop a.on
{
    border-bottom: 2px solid #dd2321;
}
.listtop a:hover
{
    color: #dd2321;
    border-bottom: 2px solid #dd2321;
}



.aboutlist  .list6 .box a img
{
    max-width: 90%;
    max-height: 90%;
}
.aboutlist  .list6 .box a:hover
{
    box-shadow: 0px 0px 10px 5px #eee;
}




.caselist .list a
{
    display: inline-block;
}
.caselist .list a .img
{
    width: 100%;
    overflow: hidden;
    height: 280px;
}
.caselist .list a .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.caselist .list a:hover> .img img
{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.caselist .list a .text
{
    padding: 15px;
}
.caselist .list a .text h3
{
   font-size: 17px;
   color: #333; 
   overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
   margin-top: 0px;
}
.caselist .list a .text p
{
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.caselist .list a .text span
{
    display: inline-block;
    overflow: hidden;
    width: 120px;
    line-height: 35px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 14px;
    color: #dd2321;
    text-transform: uppercase;
}
.caselist .list a:hover span img
{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.caselist .list a:hover span
{
    color: #fff;
    background: #dd2321;
    border-color: #dd2321;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.caselist .list
{
    margin: 50px auto;
}
.caselist .list a:hover span img:nth-of-type(2)
{
    margin-right: 0px;
}
.caselist .list a:hover span img:nth-of-type(2)
{
    margin-right: -20px;
}
.caselist .list a:hover span img:nth-of-type(1)
{
    margin-left: 20px;
}
.caselist .list a:hover .text
{
    background: #f8f8f8;
}


.newslist .list
{
    margin: 50px auto;
}
.newslist .list a
{
    display: inline-block;
    position: relative;
    box-shadow: 0px 0px 5px 2px #eee;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
}
.newslist .list  .img{float: left; width: 250px; height: 200px; overflow: hidden;}
.newslist .list a:hover img{transform: scale(1.1);}
.newslist .list .img img{width: 100%; height: 100%; object-fit: cover;transition: 0.5s;}
.newslist .list .box{float: left; width:850px; padding-left: 20px;}
.newslist .list .box h3{font-size:18px; color: #333333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; }
.newslist .list .box p{font-size: 15px; color: #7a7a7a;  margin-top:20px;line-height: 30px; height: 60px; overflow: hidden;max-width: 85%}
.newslist .list .box font{border: 1px solid #eee; transition: 0.3s; padding: 5px 20px; font-size: 14px; color: #333; margin-top: 30px;display: inline-block;}
.newslist .list .box font span{font-family: 宋体; display: inline-block;}
.newslist .list  .righttop{position: absolute; top: 0px; right: 15px; background: #e50021; width: 80px; height: 80px;text-align: center; color: #fff;}
.newslist .list  .righttop h3{font-size: 25px; border-bottom: 1px solid #fff;margin: 0px; line-height: 45px;}
.newslist .list  .righttop p{font-size: 16px;padding-top: 7px;}
.newslist .list a:hover .box h3{color: #e50021;}
.newslist .list a:hover font{color: #e50021;}

@media(max-width:678px)
{
    .newslist .list  .img{
        width: 100%;
    }
    .newslist .list  .box{
        width: 100%;
    }
    .newslist .list  .righttop{
       display: none;
    }

}


.contactlist .title
{
    text-align: center;
    margin: 40px auto;
}
.contactlist .title h3
{
    font-size: 24px;
    color: #333;
    font-weight: 800;
}
.contactlist .title p
{
    font-size: 18px;
    color: #dd2321;
    text-transform: uppercase
}
.contactlist .list1
{
    text-align: center;
}
.contactlist .list1 div
{
    margin-bottom: 20px;
}
.contactlist .list1 h3
{
    font-size: 20px;
    color: #333;
}
.contactlist .list1 p
{
    font-size: 16px;
    color: #666666;
}
.contactlist  .list2 img
{
 max-width: 100%;
}
.contactlist  .list3 
{
    height: auto;
    overflow: hidden;
}

.contactlist  .list3  div input,.contactlist  .list3  div textarea
{
    font-size: 14px;
    width: 100%;
    background: #f6f6f6;
    padding:  10px;
    border: 0px;
    margin-bottom: 20px;
}

.contactlist  .list3   .back
{
    display: block;
    margin: 0px auto;
    width: 130px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #dd2321;
    border: none;
    margin-bottom: 50px;
    text-align: center;
}
/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333; height: auto; margin-bottom: 30px;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px; margin-bottom: 30px; line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;text-align:center;padding:3px 10px;margin:3px 5px; border-radius: 5px; border: 1px solid #eee;}
.page_list a:hover{color:#fff; color: #37973c; border-bottom: 2px solid #37973c; border-radius:0px;}
.page_list a.on{color:#333; background: #37973c; color: #fff;}

