/* 轮播图 */
.banner{width: 100%;background:green}
#test1{min-width:1300px;height:800px !important;overflow: hidden;}
#test1 img{width:100%}
@media screen and (max-width:1650px){
    #test1 {
        height:600px !important;
    }
}
.layui-carousel-ind {position: relative;top: -75px !important;width:100%}

/* 关于我们   */
.company{min-width:1300px;width: 100%;height:560px;padding:50px 0px;}
.company .title {margin:20px 0px;}
.company .title h2{color:#DD4422;text-align: center;font-size:28px;line-height: 35px;letter-spacing: 5px;}
.company .title .description{color:#DD4422;text-align: center;font-size:16px;line-height: 32px;}
.company .company_content{display: flex;justify-content: space-between;}
.company .company_content .company_team{width:650px;height: 500px;}
.company .company_team .img{display: block;width:100%;height:500px;overflow:hidden;}
.company .company_team img{width:100%;}
.company .company_team:last-child{position: relative;}
.company .company_team .company_info{width:650px;height:400px;padding:60px;box-sizing: border-box;
    position: absolute; top: 50px;left: -50px;background-color: #FFFFFF;
    box-shadow: 0px 0px 1px #ececea;}
.company .company_team:last-child h3{line-height: 40px;}
.company .company_team:last-child h3 a{color:#373636;font-size:20px;display: block;height: 40px;overflow: hidden;}
.company .company_team:last-child .company_des{line-height: 30px;height: 245px;overflow: hidden;}
.company .company_team:last-child .company_des a{color:#9a9696;font-size:14px;}
   
/* 产品中心 */
.product{min-width:1300px;width: 100%;height:600px;padding:50px 0px;}
.product .title {margin:20px 0px;}
.product .title h2{color:#DD4422;text-align: center;font-size:28px;line-height: 35px;letter-spacing: 5px;}
.product .title .description{color:#DD4422;text-align: center;font-size:16px;line-height: 32px;}
.product .product_content{display: flex;justify-content: space-between;flex-wrap: wrap;}
.product .product_content .product_team{width:33.33%;height: 259px;position: relative;}
.product .product_team .img1{width: 100%;}
.product .product_content .product_info{width:100%;height: 259px;background-color: #0c0c0c52;
    position: absolute;top:0px;left:0px;padding:40px;box-sizing: border-box;cursor: pointer;}
    
.product .product_content .product_info h3{color:#F2F2F2;font-size:26px;line-height: 35px;letter-spacing: 2px;}
.product .product_content .product_info p{color:#F2F2F2;font-size:18px;line-height: 30px;}
.product .product_content .product_info .img2{width:25px;position: relative;top:95px;left:0px;}
.product .product_content .product_info:hover{background-color: #0c0c0c9e;}

  
/* 新闻中心 */
.news{min-width:1300px;width: 100%;height:600px;background-color:#F5F5F5;background-image: url('../images/bg3.png');background-repeat: no-repeat;padding:30px 0px;
    background-position: 0px -300px;}
.news .title {margin:20px 0px;}
.news .title h2{color:#DD4422;text-align: center;font-size:28px;line-height: 35px;letter-spacing: 5px;}
.news .title .description{color:#DD4422;text-align: center;font-size:16px;line-height: 32px;}
.news .news_content{display: flex;justify-content: space-between;}
.news .news_content .news_team{width:400px;height: 455px;}
.news .news_team  .img{display: block;width:100%;height:275px;overflow:hidden;}
.news .news_team img{width:100%; transition:all 2s}
.news .news_team img:hover{ transform: scale(1.2);  }
.news .news_team h3{line-height: 25px;height:25px;overflow: hidden;margin:6px 0px;}
.news .news_team .h3{color:#0C0C0C;font-size:16px;}
.news .news_team p{color:#858585;font-size:14px;line-height: 20px;height: 60px;overflow: hidden;}
.news .button{text-align: center;}
.news button {width:150px;border:none;letter-spacing: 2px;}
.news .button a{color:white;display: block;width:100%;background-color: #DD4422;line-height: 35px;border-radius: 2px;font-size:16px;}

/* 联系 */
.link{min-width:1300px;width: 100%;height:150px;background-image: url(../images/bg1.png);}
.link .container{display: flex;justify-content: center;padding:20px 0px;}
.link .link_team{width:675px;height:110px;
    padding:0px 50px;box-sizing: border-box;color:white;}
.link .link_team:first-child{display: flex;align-items:center;justify-content: flex-end;border-right:1px solid white;}
.link .link_team h3{font-size: 14px;line-height: 30px;letter-spacing: 2px;}
.link .link_team p{font-size: 14px;line-height: 25px;}
