@charset "utf-8";

/* CSS Document */


/*---------------------------------------header*/

#header {
    height: 138px;
    background: url("../image/headerBg.png");
    position: relative;
    z-index: 2;
}

#languageNav {
    height: 31px;
    line-height: 31px;
    vertical-align: middle;
    text-align: right;
    font-size: 0;
}

#languageNav li {
    display: inline-block;
}

#languageNav li a {
    margin: 0px 10px;
    font-weight: bold;
    font-size: 14px;
    color: #003559;
}

#languageNav li a:hover {
    color: #6a380a;
}

#nav {
    height: 107px;
}

#logo {
    width: 250px;
    float: left;
    text-align: center;
}

#mianNav {
    width: 750px;
    float: left;
    background: url('../image/mianNav.png');
    border-radius: 4px;
    font-size: 0;
}

#mianNav>li {
    display: inline-block;
    width: 75px !important;
    height: 47px;
    padding: 0px 10px 0px 15px;
    line-height: 47px;
    vertical-align: top;
}

.navLi {
    background: url('../image/mianLiNav.png') no-repeat;
}

.firstNuN {
    background: none;
    padding: 0px !important;
}

.lastNuN {
    background: url('../image/phone.png') no-repeat;
}

.lastNuN>p {
    font-size: 18px;
    height: 47px;
    line-height: 47px;
    font-weight: bold;
    width: 140px;
    color: #fff;
    text-align: right;
}

#mianNav>li>a {
    display: inline-block;
    width: 80px;
    height: 47px;
    line-height: 47px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

#mianNav>li>a:hover,
.navLi.on>a,
.navAon {
    display: inline-block;
    width: 80px;
    height: 47px;
    line-height: 47px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: url('../image/mianNavhover.png') no-repeat;
    background-position: 50% 0px;
}

.subnav {
    display: none;
    width: auto;
    border-top: 0;
    position: relative;
    z-index: 999;
    height: 42px;
    left: -20px;
    border-radius: 4px;
}

.subMianNav {
    width: 100%;
    height: 35px;
    -webkit-box-shadow: 0 0 20px rgba(204, 199, 194, 1);
    -moz-box-shadow: 0 0 20px rgba(204, 199, 194, 1);
    box-shadow: 0 0 20px rgba(204, 199, 194, 1);
    background: -webkit-linear-gradient(#d7d7d8, #fafafa);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#d7d7d8, #fafafa);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#d7d7d8, #fafafa);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#d7d7d8, #fafafa);
    /* 标准的语法（必须放在最后） */
    border-radius: 4px;
}

.subMianNav li {
    height: 35px;
    line-height: 35px;
    width: 100px;
    text-align: center;
    float: left;
}

.subMianNav li a {
    font-size: 15px;
    font-weight: bold;
    display: block;
    color: #8e6437;
    height: 35px;
    float: left;
    width: 100%;
}

.subMianNav li a:hover {
    color: #ff8400;
}


/*---------------------------------------main*/

.bottomBan {
    height: 318px;
    position: relative;
}

.bottomBan img {
    display: block;
    width: 1920px;
    height: 318px;
    left: 50%;
    margin-left: -960px;
    position: absolute;
}

#main {
    margin: 30px 0px 0px 0px;
    width: 100%;
    overflow: hidden;
}

#product {
    width: 100%;
    overflow: hidden;
    margin: 15px 0px 0px 0px;
}

#about {
    margin: 15px 0px 0px 0px;
}

#about>div {
    height: 415px;
    background: url('../image/aboutBg.jpg');
    margin: 0px 0px 30px 0px;
    vertical-align: middle;
    padding: 25px 0px 0px 0px;
}

#about>div p {
    height: 365px;
    width: 420px;
    background: rgba(249, 249, 249, .72);
    padding: 20px 25px 0px 25px;
    box-shadow: 5px -5px 10px #696768;
    line-height: 1.8;
    font-size: 18px;
    margin: 0px 0px 0px 515px;
    color: #555555;
}

#about>div p a {
    color: #8e6437;
    border: 1px solid #8e6437;
    width: 100px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    display: block;
    margin: 0px 0px 0px 310px;
}

#news {
    margin: 15px 0px 0px 0px;
}

.newsMian {
    width: 520px;
    margin: 0px 30px 0px 0px;
    float: left;
    height: 395px;
}

.newsMian a:hover .newsCon {
    background: #ebebeb;
}

.newsMian li {
    height: 75px;
    width: 100%;
    margin: 0px 0px 12px 0px;
}

.newsTime {
    height: 100%;
    width: 80px;
    float: left;
    margin: 0px 12px 0px 0px;
}

.newsTime h1 {
    background: #555;
    text-align: center;
    height: 45px;
    width: 100%;
    font-size: 36px;
    line-height: 45px;
    color: #fff;
    margin: 0px 0px 5px 0px;
}

.newsTime h2 {
    background: #555;
    text-align: center;
    line-height: 25px;
    height: 25px;
    width: 100%;
    font-size: 18px;
    color: #fff;
}

.newsTime h3 {
    display: none;
}

.newsCon {
    height: 100%;
    width: 418px;
    padding: 0px 0px 0px 10px;
    float: left;
}

.newsCon h1 {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #555;
    margin: 0px 0px 5px 0px;
}

.newsCon p {
    font-size: 14px;
    color: #868383;
    margin: 0px 0px 5px 0px;
    line-height: 1.5;
}


/*---------------------------------------footer*/

#footer {
    height: 28px;
    background: #999;
    overflow: hidden;
    padding: 12px 0px 0px 0px;
}

.footNav {
    font-size: 0;
    color: #000;
    height: 18px;
    float: left;
    line-height: 18px;
}

.footNav li {
    display: inline-block;
    font-size: 14px;
    height: 18px;
    width: 85px;
    line-height: 18px;
    text-align: center;
    border-left: 1px solid #fff;
}

.footNav li a {
    color: #fff;
}

.footNav li a:hover {
    text-decoration: underline;
}

.footNavNuN {
    width: 50px !important;
    border: none !important;
}

.rightcopy {
    width: 460px;
    float: right;
    height: 18px;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
}

.technology {
    padding: 5px 0px 0px 0px;
    text-align: center;
    background: transparent;
}

.technology p {
    font-size: 12px;
    color: #999;
}
