@charset "utf-8";
.main{
    width: 1200px;
    margin: 0 auto;
}

/*top start*/
.top{
    overflow: hidden;
}
.welcome{
    width: 100%;
    height: 30px;
    background: url("../img/top-bg.jpg") repeat-x;
}
.welcome span{
    line-height: 30px;
    display: block;
    color: #666;
}
.logo a{
    display: block;
    float: left;
}
.logo a img{
    width: 80px;
    height: 100px;
}
.logo p{
    float: left;
    font-size: 20px;
    color: #222360;
    margin-top: 30px;
    width: 290px;
    text-align: center;
}
.logo p span{
    display: block;
    font-size: 16px;
}
.search{
    height: 70px;
    position: relative;
}
.searchbar{
    border: 1px solid #222360;
    border-radius: 20px;
    width: 240px;
    height: 30px;
    margin-top: 30px;
    position: absolute;
    right: 0;
}
.searchbar input{
    border: none;
    outline: none;
    display: block;
    float: left;
}
.searchbar .sk{
    width: 180px;
    height: 30px;
    margin-left: 20px;
    font-size: 14px;
}
.searchbar .sumb{
    width: 30px;
    height: 30px;
    background: url("../img/tubiao.png") no-repeat -6px -10px;
}
.skey{
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    text-align: right;
    margin-top: 65px;
}
.skey a{
    color: #666;
    padding: 0 5px;
}
.skey a:hover{
    text-decoration: underline;
}
/*top end*/

/*nav start*/
.nav{
    width: 100%;
    height: 50px;
    background: #1b1b1b;
}
.nav ul{
    overflow: hidden;
    margin: 0 auto;
}
.nav ul li{
    float: left;
    width: 170px;
}
.nav ul li a{
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.nav ul li a:hover{
    background: #7c1922;
}
.nav ul li.on a{
    background: #7c1922;
}
/*nav end*/

/*product start*/
.lpro{
    width: 280px;
}
.promenu{
    margin-bottom: 20px;
}
.promenu h2{
    background: url("../img/tit-bg.jpg") repeat-x;
}
.promenu h2 p{
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background: url("../img/tubiao.png") no-repeat -17px -59px;
}
.promenu ul{
    border: 1px solid #eee;
    border-top: none;
    padding: 15px;
}
.promenu ul li{
    border-top: 1px dashed #ddd;
}
.promenu ul li:first-child{
    border: none;
}
.promenu ul li a{
    display: block;
    line-height: 50px;
    font-size: 16px;
    text-indent: 20px;
}
.promenu ul li a:hover{
    background: #eee;
}
.promenu ul li.on a{
    background: #eee;
}
.rpro{
    width: 850px;
}
.rpro ul{
    overflow: hidden;
}
.rpro ul li{
    float: left;
    margin-right: 50px;
    margin-bottom: 40px;
}
.rpro ul li a{
    display: block;
    width: 248px;
    height: 222px;
    border: 1px solid #eee;
}
.rpro ul li a img{
    width: 248px;
    height: 192px;
    display: block;
    transition: all .3s;
}
.rpro ul li a:hover img{
    animation: imgyd .6s;
}
.rpro ul li a span{
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
.rpro ul li a:hover span{
    color: #7c1922;
}
@-webkit-keyframes imgyd {
     0%{ transform: rotate(0deg)}
     25%{ transform: rotate(2deg)}
     50%{ transform: rotate(0deg)}
     75%{ transform: rotate(-2deg)}
     100%{ transform: rotate(0deg)}
 }
@keyframes imgyd {
    0%{ transform: rotate(0deg)}
    25%{ transform: rotate(2deg)}
    50%{ transform: rotate(0deg)}
    75%{ transform: rotate(-2deg)}
    100%{ transform: rotate(0deg)}
}
/*product end*/

.case-con ul{
    margin-top: 20px;
    overflow: hidden;
}
.case-con ul li{
    float: left;
    width: 300px;
}
.case-con ul li div{
    border: 1px solid #eee;
    width: 246px;
    margin: 0 auto;
}
.case-con ul li div img{
    width: 246px;
    height: 204px;
    display: block;
}
.case-con ul li div p{
    margin: 0 15px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px dashed #ddd;
}
.case-con ul li div a{
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #eee;
    margin: 10px 15px;
    font-size: 14px;
    border-radius: 2px;
}
.case-con ul li div a:hover{
    background: #7c1922;
    color: #fff;
}

/*footer start*/
.footer{
    width: 100%;
    height: 100px;
    background: #eee;
}
.footer ul{
    overflow: hidden;
    margin: 0 auto;
    padding-top: 10px;
}
.footer ul li{
    float: left;
    width: 120px;
}
.footer ul li a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.footer ul li a:hover{
    color: #7c1922;
}
.footer p{
    text-align: center;
}
.footer p span{
    padding: 0 20px;
    font-size: 14px;
    color: #666;
}
/*footer end*/

/*********** 翻页 **************/
.num{padding:4px;solid #F00;margin:4px;}
.current{padding:4px;background:#2e6cb7;margin:4px;color:#FFF;font-weight:bold;}
.fanye{
clear:both;
}

/*record*/
.record{
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #222;
}
.record span{
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
}

.record span a{
    color: #fff;
}
.record span a:hover{
    text-decoration: underline;
}