*{padding: 0;margin:0; border:0}
a{ text-decoration: none; color:#585858;}
li{ list-style: none}
input{
    display: block;
    border:none;
    background: none;
}
.clear{clear: both;}
.hide{display: none}
.w440{
    width: 440px;
}
.w270{
    width: 270px;
}
body{  width:100%;font-family: "Microsoft Yahei";font-size: 14px;color:#585858;}
.header{
    width: 100%;
    height: 830px;
    position: relative;
}
.header .container{
    width: 100%;
    height: 95px;
    background: rgba(194,194,194,0.3);
    position: absolute;
    left:0;
    top:0;
}
.header .top{
    width: 1200px;
    height: 95px;
    margin: 0 auto;
    z-index: 50;
}
.header .top .logo{
    width: 205px;
    height: 95px;
    float: left;
}
.header .top .menu{
    width: 870px;
    height: 55px;
    float: right;
    padding: 20px 0;
}
.header .top .menu ul{
    width: 800px;
    height: 55px;
    float: left;
    line-height: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header .top .menu ul li{
    width: 110px;
    height: 55px;
    text-align: center;
}
.header .top .menu ul li a{
    color:#000000;
}
.header .top .menu ul li.on{
    background: url("../images/line.jpg") no-repeat bottom center;
}
.header .top .menu ul li.on a{
    font-weight: bold;
}
.header .top .menu .search{
    width: 30px;
    height: 30px;
    margin-top: 15px;
    float: right;
    position: relative;
}
#btn{
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.search .form{
    width: 205px;
    height: 38px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border:1px solid #c9c9c9;
    background-color: #FFFFFF;
    display: none;
    position: absolute;
    top:30px;
    left:0;
}
#keyword{
    width: 135px;
    height: 38px;
    float: left;
    outline: none;
    padding-left: 15px;
}
#btnsub{
    width: 27px;
    height: 27px;
    background: url("../images/search.png") no-repeat left center;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    outline: none;
}
#swiper1{
    width: 100%;
    height: 830px;
    z-index: -1;
}
.product{
    width: 1200px;
    height: auto;
    margin: 20px auto;
}
.dh{
    width: 1200px;
    height: 80px;
    background: url("../images/dh-bg.jpg") no-repeat top center;
}
.dh h2{
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    font-weight: 500;
}
.dh p{
    text-align: center;
    line-height: 30px;
    letter-spacing: 5px;
}
.product .tabs{
    width: 1200px;
    height: 350px;
    margin: 45px auto 35px auto;
}
.product .tabs ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product .tabs ul li{
    width: 264px;
    height: 350px;
}
.product .tabs ul li .thumb{
    width: 264px;
    height: 264px;
    overflow: hidden;
}
.product .tabs ul li .thumb img{
    display: block;
    width: 264px;
    height: 264px;
    transition: all 1.2s;
}
.product .tabs ul li .thumb img:hover{
    transform: scale(1.2);
}
.product .tabs ul li .info{
    width: 244px;
    height: 66px;
    background: #f1f1f1 url("../images/icon.png") no-repeat right 20px center;
    padding: 10px 10px;
    color:#313131;
}
.product .tabs ul li .info h2{
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
}
.product .tabs ul li .info p{
    font-size: 12px;
    line-height: 25px;
}
.product .list ul li{
    float: left;
    border:1px solid #a0a0a0;
    overflow: hidden;
}
.product .list ul li img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1.2s;
}
.product .list ul li img:hover{
    transform: scale(1.2);
}
.product .list ul li:nth-child(1){
    width: 292px;
    height: 463px;
    margin-right: 30px;
}
.product .list ul li:nth-child(2){
    width: 267px;
    height: 220px;
    margin-right: 32px;
}
.product .list ul li:nth-child(3){
    width: 267px;
    height: 220px;
    margin-right: 32px;
}
.product .list ul li:nth-child(4){
    width: 267px;
    height: 220px;
}
.product .list ul li:nth-child(5){
    width: 556px;
    height: 220px;
    margin-top: 20px;
    margin-right: 15px;
}
.product .list ul li:nth-child(6){
    width: 299px;
    height: 220px;
    margin-top: 20px;
}
.ys{
    width: 100%;
    height: auto;
    background: url("../images/bg01.jpg") no-repeat 50% 0;
    margin-top: 35px;
    padding-top: 50px;
    padding-bottom: 440px;
}
.ys .container{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.ys .container ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ys .container ul li{
    width: 191px;
    height: auto;
}
.ys .container ul li img{
    display: block;
    width: 191px;
    height: 229px;
}
.ys .container ul li h2{
    width: 191px;
    height: 40px;
    background-color: #533f3f;
    text-align: center;
    line-height: 40px;
    color:#FFFFFF;
    font-size: 18px;
    font-weight: 500;
}
.ys .container ul li p{
    text-align: center;
    padding: 10px 0;
    color:#FFFFFF;
    line-height: 25px;
}
.about{
    width: 100%;
    height: auto;
    background: url("../images/bg02.jpg") no-repeat 50% 0;
    padding: 80px 0;
    margin-top: -1px;
}
.about .container{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.about .dh{
    background: url("../images/dh-bg01.png") no-repeat top center;
}
.about .dh h2{
    color:#FFFFFF;
}
.about .dh p{
    color:#FFFFFF;
}
.about .text{
    width: 1160px;
    height:425px;
    margin-top: 60px;
    padding: 50px 20px;
    font-size: 18px;
    line-height: 35px;
}
.news{
    width:1200px;
    height: auto;
    margin: 25px auto;
}
.news .list{
    width: 1200px;
    height: auto;
    margin-top: 45px;
}
.news .list #swiper2{
    width: 1200px;
    height: 475px;
}
.news .list #swiper2 .swiper-slide{
    width: 375px;
    height: 475px;
    margin: 0 12.5px;
}
.news .list #swiper2 .swiper-slide .thumb{
    width: 375px;
    height: 250px;
}
.news .list #swiper2 .swiper-slide .info{
    width: 335px;
    height: 140px;
    padding: 0 20px;
}
.news .list #swiper2 .swiper-slide .info h2{
    line-height: 50px;
    font-size: 18px;
    color:#6a6a6a;
    font-weight: 500;
}
.news .list #swiper2 .swiper-slide .info p{
    height: 80px;
    margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
    color:#6a6a6a;
}
.news .list #swiper2 .swiper-slide .time{
    width: 350px;
    height: 65px;
    background: #a0a0a0 url("../images/icon_01.png") no-repeat right 30px center;
    padding-top: 10px;
    padding-left: 25px;
}
.news .list #swiper2 .swiper-slide .time h2{
    color:#FFFFFF;
    font-size: 24px;
    font-weight: 500;
}
.news .list #swiper2 .swiper-slide .time p{
    color:#FFFFFF;
    font-size: 18px;
}
.news .list .more{
    width: 180px;
    height: 50px;
    margin: 25px auto;
    border:1px solid #434343;
    text-align: center;
    line-height: 50px;
}
.news .list .more a{
    font-size: 18px;
}
.footer{
    width: 100%;
    height: auto;
    background-color: #1f1f1f;
}
.footer .container{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
}
.footer .container .lx{
    width: 380px;
    height: auto;
    float: left;
}
.footer .container .lx .f-logo{
    width: 190px;
    height: 122px;
    margin: 0 auto;
}
.footer .container .lx .tel{
    width: 380px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color:#d4d4d4;
    background: url("../images/icon_02.png") no-repeat left center;
    text-indent: 70px;
    margin-top: 20px;
}
.footer .container .lx .text{
    padding-left: 70px;
    color:#d4d4d4;
    line-height: 30px;
}
.footer .container .lx .text a{
    color:#d4d4d4;
}
.footer .container .nav{
    width: 390px;
    height: auto;
    float: left;
    margin-left: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 140px;
}
.footer .container .nav .box{
    width: 130px;
    height: auto;
}
.footer .container .nav .box h2{
    color:#ffffff;
    font-size: 18px;
    line-height: 50px;
}
.footer .container .nav .box ul li{
    line-height: 30px;
}
.footer .container .nav .box ul li a{
    color:#d4d4d4;
}
.footer .container .wx{
    width:170px;
    height: 180px;
    float: right;
    margin-right: 50px;
    padding-top: 140px;
}
.footer .flink{
    width: 100%;
    height: 52px;
    background-color: #434343;
    margin-top: 30px;
}
.footer .flink .content{
    width: 1200px;
    height: 52px;
    margin: 0 auto;
}
.footer .flink .content .img{
    width: 105px;
    height: 52px;
    float: left;
}
.footer .flink .content ul{
    width: 1095px;
    height: 52px;
    float: right;
}
.footer .flink .content ul li{
    line-height: 52px;
    padding: 0 15px;
    float: left;
}
.footer .flink .content ul li a{
    color:#dedede
}
/******************************************产品列表****************************************/
#main{
    width: 1200px;
    height: auto;
    margin: 0 auto 25px auto;
}
.position{
    width: 1190px;
    height: 50px;
    border-bottom: 1px solid #434343;
    line-height: 50px;
    padding-left: 10px;
    font-size: 16px;
}
.product_list{
    padding: 15px 0;
}
.product_list  ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_list ul li{
    width: 264px;
    height: 350px;
    margin-top: 25px;
}
.product_list ul li .thumb{
    width: 264px;
    height: 264px;
    overflow: hidden;
}
.product_list ul li .thumb img{
    display: block;
    width: 264px;
    height: 264px;
    transition: all 1.2s;
}
.product_list ul li .thumb img:hover{
    transform: scale(1.2);
}
.product_list ul li .info{
    width: 244px;
    height: 66px;
    background: #f1f1f1 url("../images/icon.png") no-repeat right 20px center;
    padding: 10px 10px;
    color:#313131;
}
.product_list ul li .info h2{
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
}
.product_list ul li .info p{
    font-size: 12px;
    line-height: 25px;
}
.pages{
    width: 800px;
    height: 50px;
    margin: 40px auto;
}
.pages ul li{
    padding: 5px 10px;
    float: left;
}
/*************************************新闻列表*******************************/
.news_list{
    padding: 10px 0;
}
.news_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_list ul li{
    width: 375px;
    height: 475px;
    margin-top: 20px;
}
.news_list ul  li .thumb{
    width: 375px;
    height: 250px;
}
.news_list ul li .info{
    width: 335px;
    height: 140px;
    padding: 0 20px;
}
.news_list ul li .info h2{
    line-height: 50px;
    font-size: 18px;
    color:#6a6a6a;
    font-weight: 500;
}
.news_list ul li .info p{
    height: 80px;
    margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
    color:#6a6a6a;
}
.news_list ul li .time{
    width: 350px;
    height: 65px;
    background: #a0a0a0 url("../images/icon_01.png") no-repeat right 30px center;
    padding-top: 10px;
    padding-left: 25px;
}
.news_list ul li .time h2{
    color:#FFFFFF;
    font-size: 24px;
    font-weight: 500;
}
.news_list ul li .time p{
    color:#FFFFFF;
    font-size: 18px;
}

#article{
    width: 1200px;
}
#article .title{
    height: 100px;
    border-bottom:1px solid #c4c4c4;
    text-align: center;
}
#article .title h1{
    font-size: 20px;
    line-height: 60px;
}
#article .title p{
    line-height: 30px;
    color:#c4c4c4;
}
#article .title p span{
    padding: 0 15px;
}
#article .body{
    padding: 20px;
}