/*导航*/
* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    font-size: 16px;
    font-family: 微软雅黑, Arial, Helvetica, sans-serif;
    background-color: #f3f3f3;
}

ul, li {
    list-style: none;
}

img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #000;
    font-weight: normal;
}

.cont-all {
    overflow: hidden;
    position: relative;
    min-width: 1200px;
    padding-top: 100px;
}

.sel_item {
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
}

.nav-cont {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    height: 100px;
    width: 100%;
    min-width: 1200px;
    border-top: 3px solid #d72323;

}

.top-nav {
    color: #000;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 999;
    height: 100px;
    width: 1200px;
    margin-left: -600px;
}

.top-nav-logo {
    padding-top: 20px;
}

.top-nav-logo img {
    border: none;
    height: 60px;
}

.top-nav ul {
    float: left;
    margin-left: 380px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.top-nav li {
    float: left;
    line-height: 100px;
    margin-left: 75px;
    cursor: pointer;
}

.top-nav li:first-child {
    margin-left: 0;
}

.top-nav ul > li > a:hover {
    color: #d72323;
}

.top-nav ul > li > a {
    color: #000;
}
.nav-company{
    position: relative;
}
.nav-company:hover .company-content{
    display: block;
}
.nav-company div{
    position: absolute;
    top: 97px;
    left: -46px;
    width: 150px;
    background: #fff;
    display: none;
}
.company-content p{
   margin: 0;
    line-height: 30px;
    border-bottom: 1px solid #f2f2f2;
    color: #000;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    text-align: center;
}
.company-content p:last-child{
    border-bottom: none;
}
.company-content a:hover{
    text-decoration: none;
}
.company-content a:hover p{
    background:#c02020;
    color: #fff;
}
.nav-cont .language-checkout {
    position: absolute;
    width: 65px;
    height: 34px;
    right: 70px;
    top: 28px;
    z-index: 1000;
}

.language-checkout div {
    float: left;
    width: 30px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.language-checkout-btn {
    /*border-top-left-radius: 5px;*/
    /*border-bottom-left-radius: 5px;*/
    /*background: #d72323;*/
    /*color: #fff;*/
    color: #d72323;
}

.language-checkout-btn a {
    color: #d72323;
}

.language-checkout-btn-right {
    /*border-top-right-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
    /*background: #fff;*/
    /*color: #737373;*/
    /*-moz-box-shadow: 0 0 2px #737373;*/
    /*-ms-box-shadow: 0 0 2px #737373;*/
    /*box-shadow: 0 0 2px #737373;*/
    color: #000;
}

div.language-checkout-btn-right {
    margin-top: 1px;
    height: 32px;
}

.language-checkout-btn-right a {
    color: #000;
}
.language-checkout .language-line{
    width: 2px;
    color: #000;
}
.top-nav-logo {
    position: absolute;
    left: 0;
    margin-left: 0;
}

/*页脚*/
/*.footer {*/
    /*position: relative;*/
    /*float: left;*/
    /*color: #eee;*/
    /*width: 100%;*/
    /*font-size: 14px;*/
    /*height: 328px;*/
    /*!*background: url(images/footer-back.jpg) repeat-y top center;*!*/

/*}*/

/*.footer-background img {*/
    /*width: 100%;*/
    /*height: 328px;*/
/*}*/

/*.footer a {*/
    /*color: #eee;*/
/*}*/

/*.footer-cont {*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 0;*/
    /*margin-left: -600px;*/
    /*padding: 0 5px;*/
    /*width: 1200px;*/
    /*height: 211px;*/
    /*overflow: hidden;*/
/*}*/
/*.footer-copy-right {*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 211px;*/
    /*width: 100%;*/
    /*height: 116px;*/
    /*text-align: center;*/
    /*!*line-height: 90px;*!*/
    /*padding-top: 30px;*/
    /*border-top: 1px solid #43484c;*/
    /*color: #707173;*/
/*}*/

/*.footer-copy-right a {*/
    /*color: #707173;*/
/*}*/

/*.company-information-list {*/
    /*float: left;*/
    /*width: 40%;*/
/*}*/

/*.company-information-list li {*/
    /*margin-top: 30px;*/
/*}*/

/*.company-information-list li:first-child {*/
    /*margin-top: 55px;*/
/*}*/

/*.company-information-list li a {*/
    /*margin-left: 25px;*/
/*}*/

/*.company-information-list li a:first-child {*/
    /*margin-left: 0;*/
/*}*/

/*.bottom-logo {*/
    /*text-align: center;*/
    /*padding-top: 40px;*/
    /*float: left;*/
    /*width: 20%;*/
/*}*/

/*.other-information li {*/
    /*text-align: right;*/

/*}*/


