/* 公共样式表
    可以包含版心宽度、清除浮动、页面文字颜色等公共样式。 */


/* 字体声明 */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?tomleg');
    src: url('../fonts/icomoon.eot?tomleg#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?tomleg') format('truetype'),
        url('../fonts/icomoon.woff?tomleg') format('woff'),
        url('../fonts/icomoon.svg?tomleg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* 版心 */
.w {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* <!-- 快捷导航模块 --> */
.shortcut {
    line-height: 31px;
    height: 31px;
    background-color: #f1f1f1;
}

.shortcut ul li {
    float: left;
}

.style-red {
    color: red;
}

.fr ul li {
    float: right;
}

.shortcut .fr ul li:nth-child(even) {
    width: 1px;
    height: 12px;
    background-color: #666666;
    margin: 8px 14px 8px;
}

.arrow-icon::after {
    content: "\e91e";
    font-family: 'icomoon';
    margin-left: 8px;
}

.header {
    position: relative;
    height: 105px;
    /* background-color: pink; */

}

.logo {
    position: absolute;
    top: 21px;
    width: 177px;
    height: 60px;
    /* background-color: skyblue; */
}

.logo a {
    
    display: block;
    width: 177px;
    height: 61px;
    background: url(../images/logo.png) no-repeat;
    /* 淘宝隐藏字体做法 */
    text-indent: -999px;
    overflow: hidden;
    /* font-size: 0;  京东隐藏字体的方法 */
}

.header .search {
    position: absolute;
    top: 28px;
    left: 350px;
    width: 538px;
    height: 36px;
    border: 2px solid #b1191a;
}

.search input {
    float: left;
    height: 32px;
    width: 454px;
    padding-left: 10px;
}

.search button {
    float: left;
    width: 80px;
    height: 33px;
    background-color: #b1191a;
    font-size: 16px;
    color: #ffffff;
}

.hotwords {
    position: absolute;
    top: 70px;
    left: 360px;
}

.hotwords a {
    margin-right: 24px;
}

.shopcar {
    position: absolute;
    right: 64px;
    top: 25px;
    width: 140px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #f7f7f7;
    border: 1px solid #dfdfdf;
}

.shopcar::before {
    font-family: 'icomoon';
    content: "\e93a";
    margin-right: 5px;
    color: #b1191a;
}

.shopcar::after {
    font-family: 'icomoon';
    content: "\e920";
    margin-right: 10px;
}

.shopcar i {
    position: absolute;
    top: -7px;
    left: 105px;
    height: 14px;
    line-height: 14px;
    padding: 0 5px;
    border-radius: 7px 7px 7px 0;
    background-color: #b1191a;
    color: #fefefe;

}

.nav {
    height: 48px;
    border-bottom: 2px #b1191a solid;
}

.nav .dropdown {
    width: 209px;
    height: 46px;
    float: left;
    background-color: #b1191a;
}

.navitems {
    float: left;
    margin-left: 15px;
}

.dropdown .dt {
    width: 100%;
    height: 100%;
    background-color: #b1191a;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    color: #e2bbbb;
}

.dropdown .dd {
    /* display: none; */
    width: 209px;
    height: 466px;
    background-color: #c81623;
    margin-top: 2px;
}

.dropdown .dd ul li {
    height: 31px;
    width: 100%;
    line-height: 31px;
    background-color: #c81623;
    /* margin-left: 2px; */

    padding-left: 10px;
}

.dropdown .dd ul li::after {
    float: right;
    margin-right: 10px;
    font-family: 'icomoon';
    content: "\e920";
    color: #f7f7f7;
    font-size: 14px;
}

.dropdown .dd ul li:hover {
    margin-left: 2px;
    background-color: #f7f7f7;
}


.dropdown .dd ul li a {
    color: #fff;
    font-size: 14px;
}

.dropdown .dd ul li:hover a {
    color: #c81623;
}
.navitems ul li {
    float: left;
    

}

.navitems ul li a {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 0 25px;
}

/* footer模块 */
.footer {
    height: 418px;
    background-color: #f5f5f5;
    padding-top: 30px;
}

.footer .mod-servers {
    height: 80px;
    
    border-bottom: 1px solid #d8d5d5;
}

.footer .mod-servers ul li {
    float: left;
    width: 240px;
    height: 50px;
    padding-left: 37px;
    /* background-color: pink; */
}

.footer .mod-servers ul li h5 {
    float: left;
    width: 50px;
    height: 50px;
    
    margin-right: 8px;
    /* background-color: skyblue; */
    background: url(../images/icons.png) no-repeat -252px -3px;
}

.footer .mod-servers ul li:nth-child(2) h5 {
    
    background: url(../images/icons.png) no-repeat -254px -54px;
}
.footer .mod-servers ul li:nth-child(3) h5 {
    background: url(../images/icons.png) no-repeat -256px -106px;
}
.footer .mod-servers ul li:nth-child(4) h5 {
    background: url(../images/icons.png) no-repeat -258px -157px;
}
.footer .mod-servers ul li:nth-child(5) h5 {
    background: url(../images/icons.png) no-repeat -257px -208px;
}
.footer .mod-servers ul li .servers-txt h4 {
    
    font-size: 14px;
    font-weight: 700;
}

.footer .mod-servers ul li .servers-txt {
    padding-top: 5px;
}

.footer .mod-help {
    height: 190px;
    border-bottom: 1px solid #d8d5d5;
    padding-top: 23px;
    padding-left: 54px;
}

.footer .mod-help dl dt {
    font-size: 14px;
    margin-bottom: 10px;
}
.footer .mod-help dl {
    float: left;
    width: 200px;
}

.footer .mod-help dl:last-child{
    width: 94px;
    text-align: center;
}

.mod-copyright {
    text-align: center;
    padding-top: 20px;
    
}

.mod-copyright .link {
    margin-bottom: 15px;
}

.mod-copyright .link a {
    margin: 0 10px;
}

.mod-copyright .copyright {
line-height: 20px;

}

