*{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;
}
img{
    display: block;
    width: 100%;
    height: 100%;
}
body{  width:100%;font-family: "Microsoft Yahei";font-size: 14px;color:#585858;}
.header{
    width: 100%;
    height: auto;
}
.header .header-top{
    background-color: #f0f0f0;
    height: 40px;
    line-height: 40px;
    color:#5b5b5b
}
.header .header-top .container{
    width: 1200px;
    margin: 0 auto;
}
.header .header-top .container p{
    width: 350px;
    float: left;
}
.header .header-top .container .top-nav{
    width: 150px;
    float: right;
}
.header .header-c{
    width: 1200px;
    height: 90px;
    padding: 5px 0;
    margin: 0 auto;
}
.header .header-c .logo{
    width: 215px;
    height: 90px;
    float: left;
}
.header .header-c .tel{
    width: 260px;
    height: 90px;
    float: right;
}
.header .nav{
    height: 55px;
    border-top:2px solid #919191;
    position: relative;
}
.header .nav ul{
    width: 1200px;
    margin: 0 auto;
    color:#000000;
    font-size: 18px;
    line-height: 55px;
}

.header .nav ul li{
    width: 150px;
    background: url("../images/icon.jpg") no-repeat right 20px center;
    text-align: center;
    float: left;
    position: relative;
}
.header .nav ul li:first-child{
    background: none;
}
.header .nav .subNav{
    width: 150px;
    height: auto;
    position: absolute;
    top:55px;
    left:0;
    background: rgba(243,243,243,0.8);
    z-index: 999;
}
.header .nav .subNav dd{
    display: block;
    width: 150px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-bottom:1px dashed #cccccc;
}
.header .nav .subNav dd:hover{
    background-color: #247ff1;;
}
.header .nav .subNav dd:hover a{
    color:#ffffff;
}
.header .nav .subNav dd:last-child{
    border-bottom:0;
}
#swiper-container{
    width: 100%;
    height: 460px;
}
#swiper-container .swiper-slide img{
    display: block;
    width: 100%;
    height: 460px;
}
.search{
    width: 1200px;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
}
.search .hot{
    width: 500px;
    float: left;
}
.search .hot span{
    color:#ff0000;
    font-weight: bold;
}
.search .form{
    width: 330px;
    height: 32px;
    margin: 4px 0;
    float: right;
}
#keyword{
    width: 288px;
    height: 30px;
    border:1px solid #919191;
    float: left;
}
#btn{
    width: 40px;
    height: 32px;
    background: url("../images/search.jpg") no-repeat left center;
    float: right;
}
.product{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.product h1{
    text-align: center;
    line-height: 4.5rem;
    font-size: 36px;
    font-weight: 500;
}
.product .tabs{
    height: 55px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product .tabs a{
    display: block;
    width: 145px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background-color: #dcdcdc;
    font-size: 18px;
}
.product .tabs a.active{
    background-color: #247ff1;
    color:#ffffff;
}
.product .list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product .list ul li{
    width: 290px;
    height:290px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.product .list ul li .thumb{
    width: 290px;
    height:290px;
}

.product .list ul li p{
    width: 290px;
    height: 290px;
    position: absolute;
    left:0;
    top:0;
    text-align: center;
    line-height: 290px;
    background-color: #000000;
    opacity: 0.2;
}
.product .list ul li p a{
    color:#ffffff;
    font-size: 20px;
}
.product .more{
    width: 305px;
    height: 60px;
    margin: 25px auto;
    border:1px solid #959595;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
}
.ys{
    width: 100%;
    height: auto;
    background: url("../images/bg.jpg") repeat;
    padding: 25px 0;
}
.ys .container{
    width: 1200px;
    height: auto;
    margin: 25px auto;
    background-color: #ffffff;
    overflow: hidden;
}
.ys h1{
    text-align: center;
    line-height: 80px;
    font-size: 36px;
    font-weight: 500;
}
.ys ul li{
    width: 300px;
    height:520px;
    float: left;
    text-align: center;
    padding-top: 15px;
    position: relative;
}
.ys ul li:nth-child(1),.ys ul li:nth-child(2),.ys ul li:nth-child(3){
    width: 299px;
    border-right: 1px solid #d0d0d0;
}
.ys ul li img{
    width: 175px;
    height: 185px;
    display: block;
    margin: 0 auto;
}
.ys ul li h2{
    font-size: 24px;
    font-weight: 500;
}

.ys ul li h3{
    font-size: 14px;
    line-height: 45px;
    background:url("../images/line.png") no-repeat bottom center;
}
.ys ul li .content{
    color:#000000;
    line-height: 30px;
    padding: 10px 10px;
    text-align: left;
}
.ys ul li:hover{
    background-color: #cc2722;
    opacity: 0.9;
    color:#ffffff;
}
.ys ul li:hover p{
    color:#ffffff;
}
.ys ul li .more{
    width: 180px;
    height: 40px;
    border:1px solid #d0d0d0;
    text-align: center;
    line-height: 40px;
    position: absolute;
    bottom:15px;
    right:15px;
}
.ys ul li:hover .more a{
    color:#ffffff;
}

.al{
    width: 1200px;
    height: auto;
    margin: 20px auto;
}
.al .dh{
    width: 500px;
    height: 85px;
    background: url("../images/line01.png") no-repeat bottom center;
    margin: 0 auto;
}
.al .dh h2{
    line-height: 70px;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
}
.al p{
    text-align: center;
    line-height: 45px;
    color:#434343;
    font-size: 18px;
}
#wrap{
    width: 1200px;
    height: auto;
}
#wrap .more{
    width: 180px;
    height: 45px;
    background-color: #f08519;;
    text-align: center;
    line-height: 45px;
    float: right;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#wrap .more a{
    color:#ffffff;
    font-size: 16px;
}
#swiper-container1{
    width: 1200px;
    height: auto;
    margin-top: 20px;
}
#swiper-container1 .swiper-slide{
    width: 290px;
    height: 400px;
    background-color: #eeeeee;
}
#swiper-container1 .swiper-slide .thumb{
    width: 270px;
    height: 190px;
    margin: 10px auto;
}
#swiper-container1 .swiper-slide .info{
    width: 270px;
    height: 120px;
    margin: 0 auto;
}
#swiper-container1 .swiper-slide .info h2{
    font-size: 18px;
}
#swiper-container1 .swiper-slide .info p{
    font-size: 14px;
    line-height: 25px;
    text-align: left;
}
#swiper-container1 .swiper-slide .xq{
    width: 150px;
    height: 35px;
    border:#247ff1 1px solid;
    margin: 15px auto 0 auto;
    text-align: center;
    line-height: 35px;
}
#swiper-container1 .swiper-slide .xq a{
    color:#247ff1;;
    font-size: 16px;
}
.news{
    width: 1200px;
    height: auto;
    margin: 40px auto 20px auto;
}
.news #tabs{
    width: 480px;
    height: 50px;
    line-height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news #tabs a{
    display: block;
    width: 230px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
}
.news #tabs a span{
    font-size: 14px;
    color:#6d6d6d;
}

.news #tabs a.on{
    color:#247ff1;
    border-bottom:2px solid #247ff1;
}
#tabbox{
    width: 1200px;
    height: auto;
    margin-top: 20px;
}
#tabbox .list{
    width: 1200px;
    height: auto;
}
#tabbox .list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#tabbox .list ul li{
    width: 570px;
    height: 70px;
    background-color: #f6f6f6;
    padding: 10px 10px;
    cursor: pointer;
    margin-bottom: 12px;
}
#tabbox .list ul li .time{
    width: 90px;
    height: 70px;
    float: left;
    border-right: 1px solid #dddddd;
    text-align: center;
}
#tabbox .list ul li .time h2{
    line-height: 40px;
    font-size: 24px;
}
#tabbox .list ul li .time p{
    line-height: 30px;
    font-size: 14px;
}
#tabbox .list ul li .info{
    width: 450px;
    height: 70px;
    float: right;
}
#tabbox .list ul li .info h2{
    line-height: 35px;
}
#tabbox .list ul li .info h2 a{
    color:#000000;
    font-size: 14px;
    font-weight: 500;
}
#tabbox .list ul li .info p{
    font-size: 12px;
}
#tabbox .list ul li:hover{
    box-shadow: 0 0 5px #247ff1;
}
.kh{
    width: 1200px;
    height: auto;
    margin: 25px auto;
}
.kh h1{
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color:#000000;
    line-height: 100px;
}
.kh .list{
    margin-top:25px;
}
.kh .list ul li{
    width: 126px;
    height: 91px;
    border:2px solid #86f0fd;
    float: left;
    margin-left: 20px;
}
.kh .list ul li:first-child{
    margin-left: 0;
}

.footer{
    width: 100%;
    height: auto;
    background-color: #247ff1;
    overflow: hidden;
    padding: 30px 0;
}
.footer .container{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.footer .f-nav{
    width: 340px;
    height: auto;
    float: left;
    border-right: 2px solid #ffffff;
}
.footer .f-nav ul li{
    width: 170px;
    height: 70px;
    float: left;
    text-align: center;
    line-height: 70px;
}
.footer .f-nav ul li a{
    color:#ffffff;
    font-size: 18px;
}
.footer .f-r{
    width: 780px;
    height:auto;
    float: right;
    color:#ffffff;
    font-size: 18px;
    background: url("../images/wx.png") no-repeat right top 30px;
}
.footer .f-r h2{
    line-height: 70px;
    font-size: 18px;
}
.footer .f-r p{
    line-height: 35px;
}
/************************产品列表******************/
#product{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

#product .list ul li{
    width: 290px;
    height:290px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    margin-right: 10px;
}
#product .list ul li:nth-child(4n){
    margin-right: 0;
}
#product .list ul li .thumb{
    width: 290px;
    height:290px;
}
#product .list ul li .thumb img{
    display: block;
    width: 290px;
    height:290px;
}
#product .list ul li p{
    width: 290px;
    height: 290px;
    position: absolute;
    left:0;
    top:0;
    text-align: center;
    line-height: 290px;
    background-color: #000000;
    opacity: 0.2;
}
#product .list ul li p a{
    color:#ffffff;
    font-size: 20px;
}
.pages{
    width: 800px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 25px auto;
}
.pages ul li{
    float: left;
}

.banner{
    width: 100%;
    height: 200px;
    background: url("../images/list-banner.jpg") no-repeat 50% 0;
}
/**************************新闻列表*******************/
.menu{
    width: 470px;
    height: 40px;
    margin: -40px auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 99;
}
.menu a{
    display: block;
    width: 225px;
    height: 40px;
    background-color: #ffffff;
    opacity: 0.8;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}
.menu a.on{
    border-top:3px solid #247ff1;
    opacity: 1;
    height: 37px;
}
.position{
    width: 1200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin: 40px auto 0 auto;
}
#main{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
#main .list ul li{
    width: 370px;
    height: 385px;
    float: left;
    margin-right: 30px;
    margin-top: 35px;

}
#main .list ul li .thumb{
    width: 370px;
    height: 245px;
    position: relative;
    overflow: hidden;
}
#main .list ul li .thumb img{
    display: block;
    width: 370px;
    height: 245px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    transition: all 0.5s;
}
#main .list ul li .thumb img:hover{
    transform: scale(1.2);
}
#main .list ul li:nth-child(3n){
    margin-right: 0;
}

#main .list ul li .thumb p{
    width: 370px;
    height: 50px;
    position: absolute;
    left:0;
    bottom:0;
    background: rgba(0,0,0,0.8);
    text-align: center;
    line-height: 50px;
}
#main .list ul li .thumb p a{
    font-size: 18px;
    color:#ffffff;
}
#main .list ul li .info{
    width: 328px;
    height: 110px;
    box-shadow: 0 0 2px #dddddd;
    padding: 15px 20px;
    background-color: #ffffff;
}
#main .list ul li .info p{
    height: 70px;
}
/***************************新闻内页**********************/
.main{
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
}
.main .article{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    background-color: #ffffff;
    padding-bottom: 35px;
}
.main .article .title{
    line-height: 100px;
    border-bottom:1px solid #dddddd;
    text-align: center;
    font-weight: 500;
}
.main .article .title h1{
    font-weight: 500;
}
.main .article .arc_info{
    line-height: 50px;
    color:#919191;
    text-align: center;
}
.main .article .body{
    padding: 20px 20px;
    line-height: 35px;
    font-size: 18px;
}
.main .article .body p{
    margin: 15px 0;
}
.prenext{
    width: 1200px;
    height: auto;
    margin: 25px auto 0 auto;
    padding-bottom: 30px;
    padding-left: 25px;
}
.prenext ul li{
    line-height: 45px;
    font-size: 18px;
}
/**********************产品页*******************/
.article .article-top{
    width: 1140px;
    padding: 30px 30px;
}
.article .article-top .thumb{
    width: 560px;
    height: 460px;
    float: left;
}
.article .article-top .thumb img{
    display: block;
    width: 560px;
    height: 460px;
}
.article .article-top .info{
    width: 550px;
    height: auto;
    float: right;
}
.article .article-top .info h1{
    line-height: 50px;
    font-size: 24px;
    font-weight: 500;
}
.article .article-top .info .dec{
    height: 100px;
    padding: 15px 0;
    border-bottom:1px solid #f6f6f6;
    color:#919191;
    line-height: 30px;
}
.article .article-top .info .xgtj{
    width: 550px;
    height: auto;
    padding-bottom: 15px;
    border-bottom:1px solid #cccccc;
}
.article .article-top .info .xgtj h2{
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
}
.article .article-top .info .xgtj ul li{
    width: 150px;
    height: 140px;
    float: left;
    margin-right: 30px;
}
.article .article-top .info .xgtj ul li img{
    width: 140px;
    height: 80px;
    border:1px solid #cccccc;
    padding: 5px 5px;
}
.article .article-top .info .xgtj ul li img:hover{
    border:1px solid #247ff1;
}
.article .article-top .info .xgtj ul li p{
    text-align: center;
    line-height: 40px;
}
.article .article-top .info .zx{
    width: 150px;
    height: 45px;
    border:1px solid #000000;
    text-align: center;
    line-height: 45px;
    margin-top: 20px;
}
.article .article-top .info .zx a{
    font-size: 18px;
}

.article .tit{
	width:1140px;
	margin:15px auto;
	height:40px;
	border-bottom:1px solid #cccccc;
}
.article .tit h2{
	width:180px;
	height:41px;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #ffffff;
	text-align:center;
	line-height:40px;
}