body{
    font-family:Helvetica,'Microsoft YaHei',Arial,sans-serif,'SimSun';
}
nav{
    /*position: absolute;*/
    /*top:0;*/
    /*left:0;right: 0;*/
    /*z-index: 999;*/
}
*{margin: 0;padding: 0}
.clear{
    clear:both;
}
.can{
    min-width:1220px;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.can .nav-top{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}
.can .nav-top img{
    margin-top: 30px;
    display: block;
    float: left;
}
.can .nav-top ul{
    margin-top: 30px;
    float: right;
    /*width:600px;*/
    height: 40px;
}
.can .nav-top ul li{
    padding: 0 15px;
    height:40px;
    list-style: none;
    float: left;
    border-radius: 8px;
    margin: 0 15px;
    line-height: 40px;
}
.can .nav-top ul li{
}
.can .nav-top ul li:hover,.can .nav-top ul li.act {
    background-color: #db2129;
    color: white;
}
.can .nav-top ul li a{
    /*margin-top: 12px;*/
    display: block;
    text-align: center;
    text-decoration: none;
    color:black;
}
.can .nav-top ul li:hover a,.can .nav-top ul li.act a{
    color: white;
}
.nav-bottom{
    min-width: 1200px;
    max-width: 1920px;
    height: 500px;
    background: url("../images/banner_background.jpg") no-repeat center top;
}
.content{
    overflow: hidden;
    width:1220px;
    margin: 0 auto;
    padding-top: 50px;
}
.com-txt{
    margin: 0 35px;
    margin-top: 40px;
}
.com-txt p{
    font-size: 16px;
    color: #000;
    line-height: 2em;
    text-indent: 2em;
}
.bottom{
    background: url(../images/bottom.png) center;
    height: 494px;
    margin-top: -400px;
}
.footer{
    background: url(../images/bottom.png) no-repeat center;
    height: 64px;
}
.footer p{
    color: white;
    font-size: 13px;
    text-align: center;
    line-height: 64px;
}



/*contact*/
.contact-content-left{
    float: left;
    width:110px;
}
.contact-content-right{
    float: right;
    width:900px;
}
.content-right-top{

}
.contact-content-right-top-img{
    width:850px;
    height: 302px;
}
.contact-content-right-top-img img{
    padding: 0;
    margin: 0;
}
.content .contact-content-right .contact-content-right-top p{
    font-size: 14px;
    margin-top: 30px;
    padding: 0;
}
.contact-content-right .contact-content-right-bottom{
    margin-left: 100px;
    margin-top: 100px;
    width:600px;
    height: 250px;
}
.contact-content-right .contact-content-right-bottom div{
    padding-left: 80px;
    float: left;
    width:200px;
    height: 180px;
}
.contact-content-right .contact-content-right-bottom div img{
    padding-left: 25px;
}
.contact-content-right .contact-content-right-bottom div p span{
    display: block;
    text-align: center;
}