/*声明字体图标  这里要注意路径变化*/
/* @font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?627hks');
    src:  url('../fonts/icomoon.eot?627hks#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?627hks') format('truetype'),
    url('../fonts/icomoon.woff?627hks') format('woff'),
    url('../fonts/icomoon.svg?627hks#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
} */
/*版心*/
.w {
    width: 1200px;
    margin: 0 auto;
}
.fl {
     float: left;
 }
.fr {
    float: right;
}
.style_red {
    color: #c81623;
}
/*快捷导航模块*/
.shortcut {
    height: 100px;
    line-height: 100px;
    background-color: #f1f1f1;
}
.shortcut ul li {
    float: left;
}
.shortcut .fr ul li:nth-child(even) {
    width: 1px;
    height: 12px;
    background-color: #666;
    margin: 9px 15px 0;
}
.arrow-icon::after {
    content: '\ea50';
    font-family: 'icomoon';
    margin-left: 10px;
}
/*header 头部模块制作*/
.header {
    position: relative;
    height: 100px;
    display: flex;
    justify-content: space-between;
    /*background-color: pink;*/
}
.logo {
    position: absolute;
    top: 30px;
    width: 171px;
    height: 61px;
    /*background-color: blue;*/
}
.logo a {
    display: block;
    width: 524px;
    height: 40px;
    /* background: url(../images/name.png) no-repeat; */
    /*font-size: 0; 京东做法*/
    text-indent: -9999px;
    overflow: hidden;   /*淘宝做法*/
}
.logo img{
    height: 45px;
    margin-top: 5px;
}
.search {
    position: absolute;
    left: 346px;
    top: 25px;
    width: 538px;
    height: 36px;
    border: 2px solid #b1191a;
}
.search input {
    float: left;
    width: 454px;
    height: 32px;
    padding-left: 10px;
}
.search button {
    float: left;
    width: 80px;
    height: 32px;
    background-color: #b1191a;
    font-size: 16px;
    color: #fff;
}
.navigation {
    position: absolute;
    top: 40px;
    left: 544px;
    scroll-behavior: smooth;
}
.navigation a {
    display: inline-block;
    text-align: center;
    width: 86px;
    font-size: 18px;
    color: #3A3A3A;
    margin: 0 10px;
    padding-bottom: 10px;
}
.navigation a:hover {
    color: #33a1ff;
    border-bottom: 2px solid #33a1ff;
}
.shopcar {
    position: absolute;
    top: 25px;
    right: 60px;
    width: 140px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #dfdfdf;
    background-color: #f7f7f7;
}
.shopcar::before {
    content: '\e93a';
    font-family: 'icomoon';
    margin-right: 5px;
    color: #b1191a;
}
.shopcar::after {
    content: '\ea51';
    font-family: 'icomoon';
    margin-left: 10px;
}
.count {
    position: absolute;
    top: -5px;
    /*right: 20px;*/
    /*考虑到数字撑大盒子后的布局 细节！！！*/
    left: 105px;
    height: 14px;
    line-height: 14px;
    color: #fff;
    background-color: #e60012;
    padding: 0 5px;
    border-radius: 7px 7px 7px 0;
}
.nav {
    height: 47px;
    border-bottom: 2px solid #b1191a;
}
.nav .dropdown {
    float: left;
    width: 210px;
    height: 45px;
    background-color: #b1191a;
}
.nav .navitems {
    float: left;
}
.dropdown .dt {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
}
/*.dropdown .dt:hover .dd {*/
/*    display: block;*/
/*}*/
/*.dropdown .dt:hover {*/
/*    display: block;*/
/*}*/
.dropdown .dd {
    /*display: none;*/
    width: 210px;
    height: 465px;
    background-color: #c81623;
    /*color: #fff;*/
    margin-top: 2px;
}
.dropdown .dd ul li {
    position: relative;
    height: 31px;
    line-height: 31px;
    margin-left: 2px;
    padding-left: 10px;
}
.dropdown .dd ul li:hover {
    background-color: #fff;
}
.dropdown .dd ul li::after {
    position: absolute;
    top: 1px;
    right: 10px;
    color: #fff;
    font-family: 'icomoon';
    content: '\ea50';
}
.dropdown .dd ul li a {
    font-size: 14px;
    color: #fff;
}
.dropdown .dd ul li:hover a {
    color: #c81623;
}
.navitems ul li {
    float: left;
}
.navitems ul li a {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 0 25px;
}
.footer {
    height: 230px;
    background-color: #333333;
    padding-top: 30px;
}
.footer .divider {
    width: 100%;
    height: 2px;
    margin-top: 20px;
    background: url("../images/img_divider_cross.png") repeat-x;
}
.mod_service {
    height: 80px;
    /* border-bottom: 1px solid #ccc; */
}
.mod_service ul li {
    float: left;
    width: 390px;
    height: 130px;
    padding-left: 30px;
}
.mod_service ul li h5 {
    float: left;
    width: 50px;
    height: 50px;
    margin-top: 8px;
    margin-right: 8px;
}
.mod_service ul li:first-child h5 {
    background: url(../images/img_tel.png) no-repeat;
}
.mod_service ul li:nth-child(2) h5 {
    background: url(../images/img_time.png) no-repeat;
}
.mod_service ul li:last-child h5 {
   background: url(../images/img_email.png) no-repeat;
}
.mod_service ul li img {
    margin-left: -14px;
    margin-right: 14px;
    margin-top: -30px;
}
.service_txt {
    display: inline-block;
}
.service_txt h4 {
    font-size: 16px;
    color: #DADADA;
}
.service_txt p {
    font-size: 24px;
    color:#DADADA;
    margin-top: 8px;
}
.mod_help {
    height: 185px;
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
    padding-left: 50px;
}
.mod_help dl {
    float: left;
    width: 200px;
}
.mod_help dl dt {
    font-size: 16px;
    margin-bottom: 10px;
}
.mod_help dl:last-child {
    width: 90px;
    text-align: center;
}
.mod_copyright {
    text-align: center;
    padding-top: 20px;
}
.links {
    margin-bottom: 20px;
}
.links a{
    margin: 0 3px;
}
.copyright {
    line-height: 20px;
}
