*{
    padding: 0;
    margin: 0;
    border:none;
}
a{ text-decoration: none; color:#585858;}
li{ list-style: none}
.clear{clear: both;}
.hide{display: none}
body{  width:100%;font-family: "Microsoft YaHei";font-size: 12px;color:#585858}
.header{
    width: 100%;
    height: auto;
}
header{
    width: 100%;
    height: 40px;
    background-color: #f8f8f8;
    border-bottom:1px solid #eeeeee;
}
header .container{
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    color:#999999;
    line-height: 40px;
}
header .container p{
    width: 550px;
    height: 40px;
    float: left;
}
header .container .map{
    width: 200px;
    height: 40px;
    float: right;
}
header .container .map a{
    color:#999999;
}
.header .center{
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}
.header .center .logo{
    width: 645px;
    height: 120px;
    float: left;
}
.header .center .tel{
    width: 335px;
    height: 120px;
    float: right;
}
.header .menu{
    width: 100%;
    height: 50px;
    background-color: #0066cc;
    line-height: 50px;
}
.header .menu ul{
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}
.header .menu ul li{
    width: 150px;
    height: 50px;
    float: left;
    text-align: center;
    background: url("../images/li_icon.jpg") no-repeat right center;
}
.header .menu ul li:last-child{
    background: none;
}

.header .menu ul li a{
    display: block;
    width:150px;
    height: 50px;
    color:#ffffff;
}
.header .menu ul li:hover a{
    background-color: #ff9900;
}

/****幻灯******/
.flexslider{position:relative;height:500px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:500px; cursor: pointer;}
.flex-control-nav{position:absolute;bottom:20px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:50px;height:5px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:50px;height:5px;line-height:40px;overflow:hidden;background:#ffffff;cursor:pointer;}
.flex-control-nav .flex-active{background:#ff9900;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}

.search-box{
    width: 100%;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    background-color: #f8f8f8;
}
.search-box .container{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.search-box .hot{
    width: 350px;
    float: left;
}
.search{
    width: 310px;
    height: 40px;
    margin-top:10px;
    float: right;
}
#inputtext{
    width: 259px;
    height: 38px;
    border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    border-left:1px solid #cccccc;
    padding-left: 10px;
    float: left;
    color:#cccccc;
}
#btn{
    width: 40px;
    height: 40px;
    float: left;
    background: url("../images/search.jpg") no-repeat left center;
    background-size: 100% 100%;
}
.product{
    width: 1200px;
    height: auto;
    margin: 30px auto;
}
.product .dh{
    width: 220px;
    height: 90px;
    margin: 0 auto;
}
.product .tabs{
    width: 960px;
    height: 45px;
    margin: 40px auto 30px auto;
}
.product .tabs a{
    display: block;
    width: 140px;
    height: 45px;
    background-color: #cccccc;
    text-align: center;
    line-height: 45px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    float: left;
    margin: 0 10px;
    font-size: 16px;
}
.product .tabs a.on{
    background-color: #ff9900;
    color:#ffffff;
}
.product .tabbox{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.product .tabbox ul li{
    width: 285px;
    height: 265px;
    float: left;
    margin: 10px 7.5px;
}
.product .tabbox ul li .thumb{
    width: 283px;
    height: 213px;
    border: 1px solid #ccc;
}
.product .tabbox ul li .thumb img{
    display: block;
    width: 283px;
    height: 213px;
}
.product .tabbox ul li .info{
    width: 285px;
    height: 50px;
    background-color: #eeeeee;
    line-height: 50px;
    text-align: center;
}
.product .tabbox ul li .info p a{
    font-size: 16px;
}
.product .tabbox ul li .info p{
    width: 285px;
    height: 50px;
    background: url("../images/li_icon01.png") no-repeat right center;
}
.product .tabbox ul li:hover .info{
    background-color: #ff9900;
}
.product .tabbox ul li:hover .info a{
    color:#ffffff;
}
.product .tabbox ul li:hover .info p{
    background: url("../images/li_icon02.png") no-repeat right center;
}

.ly{
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
    padding: 35px 0 30px 0;
    margin: 50px auto 0 auto;
    position: relative;
}
.ly .container{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.ly .dh{
    width: 235px;
    height: 90px;
    margin: 0 auto;
}
.ly ul{
    width: 1200px;
    height: 210px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin:80px auto;
    z-index: 5;
    position: relative;
}
.ly ul li{
    width: 200px;
    height: 210px;
}
.ly ul li:nth-child(1) .thumb{
    width: 128px;
    height: 148px;
    background: url("../images/ly01.png") no-repeat center center;
    margin: 0 auto;
}
.ly ul li:nth-child(1):hover .thumb{
    width: 128px;
    height: 148px;
    background: url("../images/ly01-01.png") no-repeat center center;
    margin: 0 auto;
}
.ly ul li:nth-child(2) .thumb{
    width: 128px;
    height: 148px;
    background: url("../images/ly02.png") no-repeat center center;
    margin: 0 auto;
}
.ly ul li:nth-child(2):hover .thumb{
    width: 128px;
    height: 148px;
    background: url("../images/ly02-01.png") no-repeat center center;
    margin: 0 auto;
}
.ly ul li:nth-child(3) .thumb{
    width: 128px;
    height: 148px;
    background: url("../images/ly03.png") no-repeat center center;
    margin: 0 auto;
}
.ly ul li:nth-child(3):hover .thumb{
    width: 128px;
    height: 148px;
    background: url("../images/ly03-01.png") no-repeat center center;
    margin: 0 auto;
}
.ly ul li:nth-child(4) .thumb{
    width: 128px;
    height: 148px;
    background: url("../images/ly04.png") no-repeat center center;
    margin: 0 auto;
}
.ly ul li:nth-child(4):hover .thumb{
    width: 128px;
    height: 148px;
    background: url("../images/ly04-01.png") no-repeat center center;
    margin: 0 auto;
}
.ly ul li:nth-child(5) .thumb{
    width: 128px;
    height: 148px;
    background: url("../images/ly05.png") no-repeat center center;
    margin: 0 auto;
}
.ly ul li:nth-child(5):hover .thumb{
    width: 128px;
    height: 148px;
    background: url("../images/ly05-01.png") no-repeat center center;
    margin: 0 auto;
}
.ly ul li:nth-child(6) .thumb{
    width: 128px;
    height: 148px;
    background: url("../images/ly06.png") no-repeat center center;
    margin: 0 auto;
}
.ly ul li:nth-child(6):hover .thumb{
    width: 128px;
    height: 148px;
    background: url("../images/ly06-01.png") no-repeat center center;
    margin: 0 auto;
}
.ly ul li .info{
    width: 200px;
    height: 62px;
    text-align: center;
}
.ly ul li .info h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
}
.ly .float-img01{
    width: 510px;
    height: 489px;
    position: absolute;
    left: 0;
    bottom:0;
    z-index: 1;
}
.ly .float-img02{
    width: 410px;
    height: 420px;
    position: absolute;
    right:0;
    bottom:0;
    z-index: 1;
}
.ys{
    width: 1200px;
    height: auto;
    margin: 40px auto;
}
.ys .dh{
    width: 635px;
    height: 105px;
    margin: 0 auto;
    position: relative;
}
.ys .dh .bigImg{
    width: 635px;
    height: 105px;
    position: absolute;
    left:0;
    bottom:0;
}
.ys .dh .smallImg{
    width: 370px;
    height: 40px;
    position: absolute;
    left:132.5px;
    top:32.5px;
}
.ys .p{
    width: 380px;
    height: 45px;
    margin: 0 auto;
    background-color: #ff9900;
    color:#ffffff;
    line-height: 45px;
    text-align: center;
}
.ys .box{
    width: 1200px;
    height: auto;
}
.ys .one{
    background: url("../images/ys01.png") no-repeat right bottom 50px;
}
.ys .two{
    padding-left: 580px;
    width: 620px;
    background: url("../images/ys02.png") no-repeat left bottom 50px;
}
.ys .box .li{
    width: 620px;
    height: auto;
}
.ys .box .li .tit{
    width: 620px;
    height: 55px;
}
.ys .box .li .tit span{
    display: block;
    width: 51px;
    height: 51px;
    border:2px solid #b2d1f0;
    -webkit-border-radius: 360%;
    -moz-border-radius: 360%;
    border-radius: 360%;
    background-color: #0066cc;
    text-align: center;
    line-height: 51px;
    color:#ffffff;
    font-size: 26px;
    font-weight: bold;
    float: left;
}
.ys .box .li .tit .info{
    width: 550px;
    height: 55px;
    float: right;
}
.ys .box .li .tit .info h2{
    color:#0066cc;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
}
.ys .box .li .tit .info p{
    color:#0066cc;
}
.ys .box .li .text {
    width: 620px;
    height: auto;
    margin-top: 15px;
}
.ys .box .li .text p{
    width: 620px;
    height: auto;
    line-height: 45px;
    background:url("../images/li_img05.png") no-repeat left top 20px;
    text-indent:25px;
    font-size: 14px;
}
.ad{
    width: 100%;
    height: 200px;
    background: url("../images/bg.jpg") no-repeat left center;
    background-size: 100% 100%;
}
.ad .container{
    width: 1200px;
    height: 200px;
    margin: 0 auto;
}
.ad .container .p{
    width: 500px;
    height: 80px;
    margin-top:60px;
    float: left;
    line-height: 40px;
}
.ad .container .imgs{
    width: 430px;
    height: 140px;
    float: right;
    margin-top: 30px;
}
.about{
    width: 1200px;
    height: auto;
    margin: 60px auto;
}
.about .thumb{
    width: 500px;
    height: 330px;
    float: left;
}
.about .info{
    width: 680px;
    height: auto;
    float: right;
}
.about .info .dh{
    width: 680px;
    height: 65px;
    background: url("../images/line.jpg") no-repeat bottom left;
    line-height: 65px;
}
.about .info .dh h2{
    font-size: 20px;
    color:#0066cc
}
.about .info .dh h2 span{
    font-weight: 500;
}
.about .info .txt{
    width: 680px;
    height: auto;
    line-height: 40px;
    font-size: 14px;
}
.about .info .more{
    display: block;
    width: 150px;
    height: 45px;
    border:1px solid #cccccc;
    text-align: center;
    line-height: 45px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 10px;
    font-size: 14px;
}
.al{
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
    position: relative;
    padding: 30px 0 50px 0;
}

.al .float-img01{
    width: 510px;
    height: 489px;
    position: absolute;
    left: 0;
    bottom:0;
    z-index: 1;
}
.al .float-img02{
    width: 410px;
    height: 420px;
    position: absolute;
    right:0;
    bottom:0;
    z-index: 1;
}
.al .dh{
    width: 240px;
    height: 90px;
    margin: 0 auto;
}
.al .wrap{
    width: 1200px;
    height: 280px;
    margin: 40px auto;
    position: relative;
    overflow: hidden;
}
.al .wrap ul{
    width: 2400px;
    height: 280px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    z-index: 10;
}
.al .wrap ul li{
    width: 285px;
    height: 280px;
}
.al .wrap ul li .thumb{
    width: 281px;
    height: 211px;
    border:2px solid #cccccc;
}
.al .wrap ul li .thumb img{
    display: block;
    width: 281px;
    height: 211px;
}
.al .wrap ul li p{
    width: 285px;
    height: 55px;
    margin-top: 10px;
    background-color: #eeeeee;
    text-align: center;
    line-height: 55px;
}
.al .wrap ul li p a{
    font-size: 14px;
}
.zixun{
    width: 1200px;
    height: auto;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zixun .box{
    width: 385px;
    height: auto;
}
.zixun .box .dh{
    width: 385px;
    height: 70px;
    border-bottom:1px solid #cccccc;
    color:#000000;
}
.zixun .box .dh .tit{
    width: 180px;
    height: 70px;
    background: url("../images/li_img04.jpg") no-repeat left center;
    padding-left: 15px;
    float: left;
}
.zixun .box .dh .tit h2{
    font-weight: 500;
    font-size: 20px;
    padding-top: 15px;
}
.zixun .box .dh .more{
    width: 25px;
    height: 25px;
    background-color: #0066cc;
    -webkit-border-radius: 360%;
    -moz-border-radius: 360%;
    border-radius: 360%;
    text-align: center;
    line-height: 25px;
    float: right;
    margin-top: 30px;
}
.zixun .box .dh .more a{
    color:#ffffff;
}
.zixun .box ul li{
    width: 385px;
    height: 45px;
    border-bottom:1px dashed #e7e7e7;
    background: url("../images/li_img05.png") no-repeat left center;
    text-indent: 20px;
    line-height: 45px;
    font-size: 14px;
}
.zixun .box ul li span{
    float: right;
}
.zixun .box ul li:hover{
    background: url("../images/li_img06.jpg") no-repeat left center;
    border-bottom:1px dashed #448fda;
    color:#448fda;
}
.zixun .box ul li:hover a{
    color:#448fda;
}
.footer{
    width: 100%;
    height: auto;
    background-color: #292929;
    margin-top: 50px;
}
.footer .flink{
    width: 100%;
    height: 60px;
    background: url("../images/line02.jpg") repeat-x bottom;
}
.footer .flink .container{
    width: 1200px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    color:#999999;
    font-size: 14px;
}
.footer .flink .container a{
    color:#999999;
}
.footer .f-center{
    width: 780px;
    height: auto;
    margin: 35px auto;
    padding-bottom: 50px;
}
.footer .f-center .f-logo{
    width: 260px;
    height: 85px;
    float: left;
    margin-top: 25px;
}

.footer .f-center .info{
    width: 500px;
    height: auto;
    float: right;
    line-height: 30px;
    font-size: 14px;
}
.footer .f-b{
    width: 100%;
    height: 55px;
    background-color: #1d1d1d;
    font-size: 14px;
}
.footer .f-b .container{
    width: 1200px;
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
}
/***********************************产品页列表*********************/
#container{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
#container .container-l{
    width: 885px;
    height: auto;
    float: left;
}
#container .container-l .position{
    width: 885px;
    height: 50px;
    line-height: 50px;
    background: url("../images/line03.jpg") no-repeat bottom left;
}

#container .container-l .list{
    width: 885px;
    height: auto;
}
#container .container-l .list ul{
    padding: 15px 0;
}
#container .container-l .list ul li{
    width: 280px;
    height: 265px;
    float: left;
    margin: 10px 7.5px;
}
#container .container-l .list ul li .thumb{
    width: 280px;
    height: 210px;
}
#container .container-l .list ul li .thumb img{
    display: block;
    width: 278px;
    height: 210px;
    border: 1px solid #ccc;
}
#container .container-l .list ul li p{
    width: 278px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
}
#container .container-l .list ul li p a{
    font-size: 14px;
}
#container .container-l .list ul li:hover p{
    background-color: #ff9900;
}
#container .container-l .list ul li:hover p a{
    color:#ffffff;
}
#container .container-l #pages{
    width: 870px;
    height: 60px;
    margin: 20px auto;
    border:1px solid #cccccc;
}
#container .container-l #pages .info{
    width: 180px;
    float: left;
    padding-left: 15px;
    line-height: 60px;
}
#container .container-l #pages .page{
    width: 400px;
    height: 30px;
    float: right;
    margin-top: 15px;

}
#container .container-l #pages .page a{
    display: block;
    padding: 5px 10px;
    margin: 0 2px;
    float: left;
    border:1px solid #cccccc;
}
#container .container-l #pages .page a.curr{
    background-color: #0066cc;
    color:#ffffff;
}
#container .container-l .news{
    width:880px;
    height: auto;
    margin-top: 20px;
}
#container .container-l .news .dh{
    width: 880px;
    height: 45px;
    background: url("../images/line03.jpg") no-repeat bottom center;
    color:#0066cc;
    line-height: 45px;
}
#container .container-l .news .dh h2{
    font-size: 18px;
    float: left;
}
#container .container-l .news .dh span{
    font-size: 14px;
    color:#cccccc
}
#container .container-l .news .dh .more{
    display: block;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 360%;
    -moz-border-radius: 360%;
    border-radius: 360%;
    background-color: #0066cc;
    color:#ffffff;
    text-align: center;
    line-height: 20px;
    float: right;
    margin-top: 15px;
}

#container .container-l .news ul li{
    width: 420px;
    height: 45px;
    border-bottom:1px dashed #e7e7e7;
    background: url("../images/li_img05.png") no-repeat left center;
    text-indent: 20px;
    line-height: 45px;
    font-size: 14px;
    float: left;
    margin: 0 10px;
}
#container .container-l .news ul li span{
    float: right;
}
#container .container-l .news ul li:hover{
    background: url("../images/li_img06.jpg") no-repeat left center;
    border-bottom:1px dashed #448fda;
    color:#448fda;
}
#container .container-l .news ul li:hover a{
    color:#448fda;
}

#container .container-r{
    width: 300px;
    height: auto;
    float: right;
}
#container .container-r .type{
    width: 300px;
    height: auto;
    margin-top: 20px;
}
#container .container-r .type .dh{
    width: 300px;
    height: 60px;
    background-color: #0066cc;
    text-align: center;
    line-height: 60px;
    color:#ffffff;
    font-size: 18px;
}
#container .container-r .type .list{
    width: 260px;
    height: auto;
    border-left:2px solid #0066cc;
    border-right:2px solid #0066cc;
    border-bottom:2px solid #0066cc;
    padding: 10px 18px;
}
#container .container-r .type .list .box{
    width: 260px;
    height: auto;
    margin-bottom: 10px;
}
#container .container-r .type .list .box h2{
    width: 260px;
    height: 45px;
    background-color: #0066cc;
    text-align: center;
    line-height: 45px;
    color:#ffffff;
}
#container .container-r .type .list .box h2 a{
    font-size: 14px;
    font-weight: 500;
    color:#ffffff;
}
#container .container-r .type .list .box ul li{
    width: 240px;
    height: 45px;
    padding-left: 20px;
    border-bottom:1px dashed #e7e7e7;
    line-height: 45px;
    background: url("../images/li_img07.jpg") no-repeat left 20px center;
    text-indent: 20px;
}
#container .container-r .lx{
    width: 300px;
    height: auto;
    margin-top: 25px;
}
#container .container-r .lx .dh{
    width: 300px;
    height: 60px;
    background-color: #0066cc;
    text-align: center;
    line-height: 60px;
    color:#ffffff;
    font-size: 18px;
}
#container .container-r .lx .content{
    width: 260px;
    height: auto;
    border-left:2px solid #0066cc;
    border-right:2px solid #0066cc;
    border-bottom:2px solid #0066cc;
    padding: 10px 18px;
    font-size: 14px;
    line-height: 30px;
}
/********************************新闻页列表**********************/
#container .container-l .list-news{
    width: 885px;
    height: auto;
}
#container .container-l .list-news ul li{
    width: 885px;
    height:130px;
    padding: 15px 0;
    border-bottom:1px dashed #e7e7e7;
}
#container .container-l .list-news ul li .title{
    width: 865px;
    height: 35px;
    line-height: 35px;
    background: url("../images/li_img05.png") no-repeat left 5px center;
    text-indent: 20px;
}
#container .container-l .list-news ul li .title a{
    font-size: 14px;
}
#container .container-l .list-news ul li .content{
    width: 865px;
    padding-left: 20px;
    height: 70px;
    line-height: 30px;
}
#container .container-l .list-news ul li .info{
    width: 865px;
    padding-left: 20px;
}
#container .container-l .list-news ul li .info .time{
    display: block;
    width: 165px;
    height: 20px;
    float: left;
    background: url("../images/time.png") no-repeat left center;
    text-indent: 15px;
    line-height: 20px;
}
#container .container-l .list-news ul li .info .yd{
    display: block;
    width: 165px;
    height: 20px;
    float: left;
    background: url("../images/yd.png") no-repeat left center;
    text-indent: 15px;
    line-height: 20px;
}
#container .container-l .list-news ul li:hover{
    background-color: #f8f8f8;
}
#container .container-l .list-news ul li:hover .title a{
    color:#428dd8;
}

#container .container-l .product-hot{
    width:885px;
    height: auto;
    margin-top: 20px;
}
#container .container-l .product-hot .dh{
    width: 885px;
    height: 45px;
    background: url("../images/line03.jpg") no-repeat bottom center;
    color:#0066cc;
    line-height: 45px;
}
#container .container-l .product-hot .dh h2{
    width: 230px;
    font-size: 18px;
    float: left;
}
#container .container-l .product-hot .dh span{
    font-size: 14px;
    color:#cccccc
}
#container .container-l .product-hot .dh .more{
    display: block;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 360%;
    -moz-border-radius: 360%;
    border-radius: 360%;
    background-color: #0066cc;
    color:#ffffff;
    text-align: center;
    line-height: 20px;
    float: right;
    margin-top: 15px;
}
#container .container-l .product-hot ul{
    padding: 15px 0
}
#container .container-l .product-hot ul li{
    width: 200px;
    height: 200px;
    float: left;
    margin: 0 10px;
}
#container .container-l .product-hot ul li .thumb{
    width: 200px;
    height: 150px;
}
#container .container-l .product-hot ul li .thumb img{
    display: block;
    width: 198px;
    height: 150px;
    border: 1px solid #ccc;
}
#container .container-l .product-hot ul li p{
    width: 198px;
    height: 49px;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    text-align: center;
    line-height: 49px;
}
#container .container-l .product-hot ul li p a{
    font-size: 14px;
}
#container .container-l .product-hot ul li:hover p{
    background-color: #ff9900;
}
#container .container-l .product-hot ul li:hover p a{
    color:#ffffff;
}
#container .container-r .type .list ul li{
    width: 260px;
    height: 45px;
    border-bottom:1px dashed #e8e8e8;
    text-align: center;
    line-height: 45px;
}
#container .container-r .type .list ul li a{
    font-size: 14px;
}
#container .container-r .type .list ul li.on{
    background-color: #0066cc;
}
#container .container-r .type .list ul li.on a{
    color:#ffffff;
}

#container .container-r .hot{
    width: 300px;
    height: auto;
    margin-top: 20px;
}
#container .container-r .hot .dh{
    width: 300px;
    height: 60px;
    background-color: #0066cc;
    text-align: center;
    line-height: 60px;
    color:#ffffff;
    font-size: 18px;
}
#container .container-r .hot .content{
    width: 260px;
    height: auto;
    border-left:2px solid #0066cc;
    border-right:2px solid #0066cc;
    border-bottom:2px solid #0066cc;
    padding: 10px 18px;
    font-size: 14px;
}
#container .container-r .hot .content ul li{
    width: 260px;
    height: 45px;
    border-bottom:1px dashed #e8e8e8;
    line-height: 45px;
    background: url("../images/li_img05.png") no-repeat left center;
    text-indent: 20px;
}
#container .container-r .hot .content ul li:hover{
    background: url("../images/li_img06.jpg") no-repeat left center;
}
#container .container-r .hot .content ul li:hover a{
    color:#0066cc;
}
/*******************************产品内容页************************/
#container .container-l .article{
    width: 845px;
    height: auto;
    border:1px solid #cccccc;
    margin-top: 30px;
    padding: 20px 20px;
}
#container .container-l .article .article-show{
    width: 845px;
    height: 300px;
}
#container .container-l .article .article-show .thumb{
    width: 392px;
    height: 292px;
    border:2px solid #cccccc;
    padding: 2px 2px;
    float: left;
}
#container .container-l .article .article-show .thumb img{
    display: block;
    width: 392px;
    height: 292px;
}
#container .container-l .article .article-show .info{
    width: 415px;
    height: auto;
    float: right;
}
#container .container-l .article .article-show .info .title{
    width: 415px;
    height: 55px;
    border-bottom: 1px dashed #e7e7e7;
    line-height: 55px;
}
#container .container-l .article .article-show .info .title h2{
    font-size: 20px;
    color:#0066cc;
}
#container .container-l .article .article-show .info p{
    line-height: 45px;
    font-size: 14px;
}
#container .container-l .article .article-show .info p b{
    color:#0066cc;
    font-size: 24px;
}
#container .container-l .article .body{
    width: 845px;
    height: auto;
    margin-top: 20px;
    font-size: 14px;
    padding-bottom: 35px;
    border-bottom:1px solid #cccccc;
}
#container .container-l .article .body .tt{
    width: 845px;
    height: 50px;
    border-bottom:1px solid #cccccc;
    margin-bottom: 15px;
}
#container .container-l .article .body .tt h2{
    width: 140px;
    height: 50px;
    background-color: #cccccc;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
}
#container .container-l .article .tag{
    width: 845px;
    height: 60px;
    line-height: 60px;
    border-bottom:1px solid #cccccc;
}
/*****************************新闻内容页****************/
.article .article-title{
    width: 845px;
    height: 105px;
    border-bottom:1px dashed #e8e8e8;
    text-align: center;
}
.article .article-title h2{
    line-height:60px;
    font-size: 18px;
}
.article .article-title p span{
    padding: 0 5px;
}
.article .prenext{
    width: 845px;
    height: auto;
    line-height: 45px;
}