﻿.container
{
    width: 960px;
    margin: 0 auto;
}
.top
{
    height: 30px;
    line-height: 30px;
    color: #999;
    border-bottom: 1px solid #efefef;
}
.top p a
{
    margin: 0 8px;
    color: #999;
}
.top p a:hover
{
    color: #ee782f;
}
.logo
{
    padding: 25px 0 20px 0;
}
.logo_r
{
    width: 220px;
    margin-top: 10px;
}
.logo_r dt
{
    width: 60px;
    float: left;
    margin-top: 5px;
}
.logo_r dd
{
    width: 160px;
    float: left;
    line-height: 22px;
    font-size: 14px;
}
.logo_r dd.dd2
{
    font-size: 22px;
    color: #ee782f;
}
.nav
{
    height: 48px;
    line-height: 48px;
    background: url(../images/nav_bg.jpg) repeat-x left top;
}
.nav ul li
{
    float: left;
}
.nav ul li a
{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    padding: 0 25px;
    background: url(../images/nav_bg1.jpg) no-repeat right center;
}

.nav ul li.current a, .nav ul li a:hover
{
    background: url(../images/curr1.jpg) no-repeat center center;
}

.guan
{
    height: 50px;
    line-height: 50px;
}
.guan a
{
    margin: 0 5px;
}
.guan .hot-key
{
    width: 710px;
}
.guan .hot-key a
{
    margin: 0 5px;
    color: #888;
}
.guan .hot-key a:hover
{
    color: #ee782f;
}
.search
{
    height: 25px;
    width: 213px;
    line-height: 25px;
    position: relative;
    margin-top: 12px;
}
.search label
{
    position: absolute;
    left: 14px;
    top: 2px;
    color: #ccc;
    line-height: 22px;
    padding-left: 23px;
}
.search input
{
    width: 160px;
    border: 1px solid #dad7d2;
    margin: 0;
    padding: 0;
    height: 23px;
    text-indent: 23px;
    margin-left: 10px;
    background: url(../images/fd.jpg) no-repeat 5px center;
}
.search button
{
    background: url(../images/s_ss.jpg) no-repeat left center;
    height: 27px;
    width: 42px;
    line-height: 25px;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 0px;
    top: -1px;
}
.pro
{
    background: url(../images/bg1.jpg) repeat left top;
    padding: 20px 0;
}
.pro .pro_l
{
    border: 1px solid #0491e1;
    width: 208px;
}
.pro .cate
{
    border: 1px solid #39c7ef;
    width: 206px;
    background: #eefaff;
    padding-bottom: 15px;
}
.pro .cate h1
{
    background: #0491e1;
    color: #fff;
    height: 63px;
    overflow: hidden;
    padding-top: 15px;
    text-align: center;
    margin-bottom: 15px;
}
.pro .cate h1 span
{
    color: #bcd5ec;
    font: 14px "Arial";
    text-transform: uppercase;
}
.pro .cate dl
{
    line-height: 32px;
}
.pro .cate dl dt
{
    background: url(../images/line2.jpg) no-repeat 0px center;
    height: 31px;
    width: 190px;
    line-height: 31px;
    margin: 15px 0 15px 8px;
    text-indent: 22px;
    color: #fff;
}
.pro .cate dl dd
{
    background: url(../images/line1.jpg) no-repeat 20px center;
    text-indent: 35px;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
.pro .pro_r
{
    width: 736px;
}
.pro .pro_r .pro_list
{
    overflow: hidden;
}
.pro .pro_r .pro_list dl
{
    width: 236px;
    float: left;
    margin: 0px 4px 0px 5px;
}
.pro .pro_r .pro_list dl dt
{
    width: 220px;
    height: 180px;
    overflow: hidden;
    border: 1px solid #c3c3c3;
}
.pro .pro_r .pro_list dl dt img
{
    width: 220px;
    height: 180px;
    overflow: hidden;
}
.pro .pro_r .pro_list dl dd
{
    width: 238px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 5px;
}
.pro .pro_r .pro_list dl dt img
{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 1s ease 0s;
    width: 100%;
}
.pro .pro_r .pro_list dl dt a:hover img
{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.link h4
{
    border-bottom: 3px solid #0061bb;
    font-size: 16px;
    line-height: 30px;
    color: #015ba2;
    margin: 10px 0;
}
.link p span
{
    margin: 0 3px;
    color: #999;
}
.footer
{
    padding-bottom: 20px;
    border-top: 5px solid #004281;
    background: #0061bb;
    color: #fff;
}
.footer p
{
    background: #0087f2;
    height: 40px;
    line-height: 40px;
    margin: 30px auto;
    text-align: center;
}
.footer p a
{
    color: #fff;
}
.footer p span
{
    color: #fff;
    margin: 0 8px;
}
.footer dl
{
    width: 450px;
    overflow: hidden;
    margin-left: 290px;
}
.footer dl dt img
{
    width: 130px;
    height:130px;
    overflow:hidden;
    float: left;

}
.footer dl dd
{
    float: right;
    width: 300px;
    line-height: 25px;
}
.footer dl dd a
{
    color: #fff;
}

