html {}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font: 14px "微软雅黑", "Arial Narrow", HELVETICA;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    position: relative;
}

a {
    color: #3550cb;
    text-decoration: none
}

a:hover {
    color: #3248a9;
    text-decoration: none
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

p {
    word-wrap: break-word
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.bold,
.b {
    /*  加粗 */
    font-weight: bold;
}

.mauto {
    margin: 0 auto;
}

.w100 {
    width: 100%;
}

.w1236 {
    width: 1236px;
}

.posr {
    position: relative;
}

/* HEAD */
.head {
    height: 96px;
    background: #000;
    position: fixed;
    z-index: 99;
    box-shadow: 0 0 3px #666
}

.nav {
    width: 912px;
    margin-left: 90px;
    position: relative;
    float: left;

}

.nav>ul {}

.nav>ul>li {
    float: left;
    width: 90px;
    height: 96px;
    line-height: 96px;

}

.nav>ul>li.foucs {}

.nav>ul>li>a {
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    position: relative;
    font-size: 16px;

}

.nav>ul>li>a:hover,
.nav>ul>li.foucs>a {
    color: #fff;
    background: #000;
}

.nav>ul>li>a:hover:after,
.nav>ul>li.foucs>a:hover:after,
.nav>ul>li.foucs>a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #D7000F;
    content: "";

}

.nav>ul>li>ul {
    background: rgba(0, 0, 0, 0.8);

    position: absolute;
    top: 96px;
    left: 90px;
    width: 825px;
    padding: 20px 60px;
    display: none;


}

.nav>ul>li>ul>li {
    float: left;
    width: auto;
    height: 16px;
    line-height: 16px;
    padding: 0 26px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;

}

.nav>ul>li>ul>li:last-child {
    border: none
}

.nav>ul>li>ul>li>a {
    color: #fff;
    height: auto;
    font-size: 14px;
    line-height: 22px;


}

.nav>ul>li>ul>li>a:hover {
    color: #D7000F;
}
/* 首页 */
 
.headindex .head {
    height: 96px;
    background: #fff;
    position: fixed;
    z-index: 99;
    box-shadow: 0 0 3px #666
}

.headindex .nav {
    width: 912px;
    margin-left: 90px;
    position: relative;
    float: left;

}


.headindex .nav>ul>li {
    float: left;
    width: 90px;
    height: 96px;
    line-height: 96px;

}

.headindex .nav>ul>li.foucs {}

.headindex .nav>ul>li>a {
    color: #000;
    font-weight: bold;
    display: block;
    text-align: center;
    position: relative;
font-size: 16px;


}

.headindex .nav>ul>li>a:hover,
.headindex .nav>ul>li.foucs>a {
    color: #fff;
    background: #000;
}

.headindex .nav>ul>li>a:hover:after,
.headindex .nav>ul>li.foucs>a:hover:after,
.headindex .nav>ul>li.foucs>a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #D7000F;
    content: "";

}

.headindex .nav>ul>li>ul {
    background: rgba(0, 0, 0, 0.8);

    position: absolute;
    top: 96px;
    left: 90px;
    width: 825px;
    padding: 20px 60px;
    display: none;


}

.headindex .nav>ul>li>ul>li {
    float: left;
    width: auto;
    height: 16px;
    line-height: 16px;
    padding: 0 26px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;

}

.headindex .nav>ul>li>ul>li:last-child {
    border: none
}

.headindex .nav>ul>li>ul>li>a {
    color: #fff;
    height: auto;
    font-size: 14px;
    line-height: 22px;


}

.headindex .nav>ul>li>ul>li>a:hover {
    color: #D7000F;
}















/*  */
.language {
    width: 130px;
    border-left: 1px solid #C0C0C0;
    height: 96px;
}

.searchbtn {
    width: 21px;
    height: 21px;
    background: url(../images/search.png) no-repeat center center;
    margin-top: 37px;
    margin-left: 15px;
    cursor: pointer;

}

.lang {
    margin-top: 37px;

}

.lang a {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    border-right: 1px solid #333;
    height: 16px;
    padding: 0 4px;
    line-height: 16px;


}

.lang a:last-child {
    border-right: none
}
.headindex .lang a {
    display: inline-block;
    font-weight: bold;
    color: #000;
    border-right: 1px solid #333;
    height: 16px;
    padding: 0 4px;
    line-height: 16px;


}

 

.searchboxindex {
    position: absolute;
    top: 96px;
    right: 0px;

    height: 46px;
    z-index: 12;
    background: rgba(0, 0, 0, 1);
    width: 232px;
    padding: 7px;
    display: none;


}

.searchboxindex input {
    height: 32px;
    float: left;
    width: 186px;
    border: none;
    padding: 0 10px;


}

.searchboxindex button {
    width: 32px;
    height: 32px;
    float: right;

    border: none;
    background: url(../images/btn-search.png) no-repeat center center #fff;
}

/* foot */
.foot {
    height: 460px;
    background: #000;
}

.footnav {
    margin: 0 90px;
    margin-top: 46px;

}

.footnav ul li {
    float: left;
    width: 11.11%;
}

.footnav ul li .fname {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
    position: relative;
}

.footnav ul li a {
    display: block;
    font-size: 12px;
    color: #fff;
    padding: 2px 0;
}

.footsearch {
    width: 126px;
    height: 26px;
    position: relative;

}

.footsearch input {
    border: 1px solid #fff;
    width: 126px;
    height: 26px;
    color: #fff;
    background: #000;
    padding-left: 10px;
    padding-right: 28px;

}

.footsearch button {
    height: 26px;
    width: 26px;
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/btn-search-w.png) no-repeat center center
}

.footlang {
    margin-left: 14px;
}

.footlang a {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 0 5px;
    font-size: 16px;
}

.copyright {
    padding-top: 60px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 26px;
    font-size: 12px;
    height: 60px;



}

.copy span {
    padding-left: 30px;

}

.cr {
    text-align: right;
    float: right;
}


.mobilemenu {
    display: none;
}


.currentpage {

    color: #000;
    background: url(../images/loc.png) no-repeat left center;
    height: 23px;
    line-height: 23px;
    padding-left: 20px;
    margin-top: 50px;
    margin-bottom: 36px;

}

.currentpage span,
.currentpage a {
    color: #000;
    padding: 0 4px
}

.bodyleft {
    width: 980px;
    float: left;
    padding-bottom: 50px;
    min-height: 500px;


}

.bodymenu {
    width: 180px;
    float: right;
    position: relative;
  
    padding-bottom: 50px;
  

}
.bodymenu ul {
    width: 100%;
    position: fixed;
    width: 180px; 
}
.bodymenu ul li {
    height: 40px;
    border-top: 2px solid #000;

}

.bodymenu ul li a {
    padding-left: 49px;
    line-height: 40px;
    display: block;
    color: #000;
    

}

.bodymenu ul li.focus a {
    background: #000;
    color: #fff;
    border-bottom: 2px solid #D7000F;
}


.page {
    margin-top: 40px;
}

.totop{
    position: fixed;
    right: 20px;
    bottom:40px;
    width: 45px;
    height: 45px;
    background: url(../images/totop.png) no-repeat ;
    display: none;

}


.container{
    position: relative;
}