﻿@charset "utf-8";

/* header begin */

.header {
    width: 100%;
}

.head-top {
    width: 100%;
    border-bottom: 1px solid #e7e8ed;
    background: #f7f8fa;
}

.head-top .top {
    width: 1400px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
}

.head-top .top .fr {
    position: relative;
}

.head-top .top .fr #code {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 10px;
    border: 1px solid #808080;
    background: #fff;
    z-index: 99;
    width: 100px;
    height: 100px;
    display: none;
}

.head-top .top .fr #code img {
    width: 100px;
    height: 100px;
}

.head-top .top .fr a.moblie:hover #code {
    display: block;
}

.header .head {
    width: 1400px;
    height: 100px;
    margin: 0 auto;
}

.header .head h1 {
    float: left;
}

.header .head ul.nav {
    float: right;
}

.header .head h1 a {
    display: block;
}

.header .head h1 img {
    width: 182px;
    height: auto;
    margin-top: 28px;
}

.header .head ul.nav {
    margin-top: 32px;
}

.header .head ul.nav>li {
    float: left;
    height: 35px;
    line-height: 35px;
    position: relative;
}

.header .head ul.nav>li>a {
    padding: 0 30px;
}

.header .head ul.nav .menu {
    position: absolute;
    top: 53px;
    left: 0;
    z-index: 99;
    display: none;
    background: #f3f4f5;
    border-radius: 4px;
}

.header .head ul.nav .menu i.iconfont {
    color: #f3f4f5;
    font-size: 18px;
    width: 100%;
    height: 18px;
    position: absolute;
    top: -18px;
    left: 0;
    display: block;
}

.header .head ul.nav .menu i.iconfont::before {
    content: "\e612";
    position: absolute;
    left: 50%;
    margin-left: -9px;
}

.header .head ul.nav ul li {
    line-height: 24px;
    padding: 3px 20px;
}

.header .head ul.nav>li:hover,
.header .head ul.nav>li.on {
    background: #e9280c;
    border-radius: 4px;
}

.header .head ul.nav>li:hover a,
.header .head ul.nav>li.on a {
    color: #fff;
}

.header .head ul.nav .menu {
    width: 100%;
    padding: 10px 0;
}

.header .head ul.nav .menu li a {
    color: #1a1a1a;
}

.header .head ul.nav .menu li:hover a {
    text-decoration: underline;
    color: #da2d03;
}

.header .head ul.nav .menu .bd ul .fr {
    width: 200px;
}

.header .head ul.nav .menu .bd ul .fr img {
    width: 100%;
    height: auto;
}

.header .head ul.nav>li:hover .menu {
    display: block;
}

.header .head .search {
    width: 300px;
}

.header .head .search .language {
    width: 100px;
    height: 24px;
    line-height: 24px;
    text-align: right;
    padding-left: 25px;
    background: url(../images/header-icon_03.png) no-repeat;
    color: #808080;
    margin: 10px 0 10px 170px;
}

.header .head .search .language span {
    font-size: 12px;
    margin: 0 3px;
    color: #808080;
}

.header .head .search .sear {
    width: 298px;
    height: 28px;
    border: 1px solid #e6e6e6;
    position: relative;
    border-radius: 4px;
}

.header .head .search .sear input {
    width: 230px;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
}

.header .head .search .sear button {
    width: 55px;
    height: 28px;
    background: url(../images/header-icon_07.png) no-repeat center;
    position: absolute;
    top: 1px;
    right: 1px;
    border: none;
    cursor: pointer;
}


/* header end */


/* footer begin */

.footer {
    width: 100%;
    background: #000;
}

.footer .foot {
    width: 1400px;
    margin: 0 auto 30px;
    position: relative;
}

.footer .foot .fl p {
    float: left;
    line-height: 30px;
    font-size: 12px;
    color: #666;
}

.footer .foot a.i_lo {
    position: absolute;
    width: 65px;
    display: block;
    left: 50%;
    margin-left: -32px;
    top: 0px;
}

.footer .foot .fr {
    overflow: hidden;
}

.footer .foot .fr li {
    float: left;
    line-height: 30px;
    margin: 0 10px;
    font-size: 12px;
    color: #666;
}

.footer p.foot-p {
    line-height: 50px;
    font-size: 12px;
    color: #666;
    text-align: center;
}


/* footer end */