html{
    font-size: 16px;
}

header {
    min-width: 1200px;
    width: 100%;
    height: 90px;
    position: fixed;
    background-color: white;
    z-index: 1000;
}

header > .logo {
    float: left;
    margin-left: 40px;
}

.header-right {
    float: right;
    margin-top: 34px;
}

.header-nav > a, .header-nav > ul {
    float: right;
}

.header-nav > .try {
    width: 95px;
    height: 26px;
    margin-top: -3px;
    /*background: url(../img/button.png) no-repeat 0px 0px;*/
}


.header-nav > .contract {
    width: 100px;
    height: 26px;
    margin-top: -3px;
    margin-right: 20px;
    /*background: url(../img/button.png) no-repeat 5px -100px;*/
}

.header-nav > .active, .header-nav > .contract:hover {
    /*background: url(../img/button.png) no-repeat 5px -150px;*/
    cursor: pointer;
}

.header-nav > ul > li {
    float: left;
    margin-right: 20px;
}

.header-nav > ul > li > a {
    font-size: 20px;
    text-decoration: none;
    color: black;
}

/*.header-nav li.active a{*/
/*    color: #D0101B;*/
/*    border-bottom: solid 3px #D0101B;*/
/*}*/

.header-nav ul a:hover {
    color: #2C3E50;
    border-bottom: solid 3px #2C3E50;
}

.header-nav-list {
    position: fixed;
    top: 90px;
    padding-top: 70px;
    background-color: #f9f9f9;
    width: 100%;
    height: 270px;
    z-index: 999;
    display: none;
}

.header-nav-list .slide {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/button.png") no-repeat -134px -100px;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    left: 50%;
    cursor: pointer;
    transform: rotate(90deg);
}

.header-nav-list .box {
    width: 700px;
    height: 168px;
    margin: 0 auto;
}

.current {
    width: 100%;
    height: 68px;
    background-color: #f7f7f7;
}

.current .center {
    padding-top: 24px;
    padding-left: 30px;
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    height: 28px;
    background: url("../img/position.png") no-repeat 0px 19px;
}

.current span {
    font-size: 14px;
}

.current a {
    font-size: 14px;
    text-decoration: none;
    color: #000000;
}

.current .active,a:hover{
    color: #E21C1C;
}

.product-center {
    width: 100%;
    height: 100%;
    border-right: solid 1px #E3E3E3;
}

.product-center dl {
    width: 33%;
    float: left;
    border-left: solid 1px #E3E3E3;
}

.product-center dl dt {
    height: 34px;
    color: #E21C1C;
    font-size: 14px;
    font-weight: bold;
    text-indent: 12px;
}

.product-center dl dd a {
    display: block;
    font-size: 14px;
    text-indent: 12px;
    color: #6A6A6A;
    text-decoration: none;
    height: 34px;
}

.product-center dl dd a:hover {
    color: #E21C1C;
}

.main {
    width: 100%;
    padding-top: 90px;
}

footer {
    height: 200px;
    background-color: #302F35;
}

footer .left {
    position: relative;
    left: 100px;
    top: 60px;
    width: 800px;
}

footer .footer-nav {
    width: 100%;
    height: 30px;
}

footer .address {
    height: 25px;
}

footer .contract {
    height: 40px;
}

.footer-nav ul {
    position: relative;
    left: -15px;
}

.footer-nav li {
    position: relative;
    float: left;
}

.footer-nav li a > span {
    padding: 0 15px;
}

footer p, footer a {
    text-decoration: none;
    color: #dddddd;
    font-size: 14px;
    font-family: "微软雅黑", "宋体";
}

.footer-nav li:after {
    content: '';
    width: 1px;
    height: 12px;
    background-color: #dddddd;
    position: absolute;
    right: 0;
    top: 2px;
}

footer .line {
    width: 430px;
    height: 10px;
    border-top: 1px solid #dddddd;
}

