﻿@charset "UTF-8";
body {
    width: 100%;
    height: 100%;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.clearfix:after {
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 10px;
    visibility: hidden;
    content: '.';
}

header {
    background-color: #FFFFFF;
}

a {
    color: #333333;
    text-decoration: none;
}

a:link {
    color: #333333;
}

a:hover {
    color: #333333;
}


/*顶部样式*/

.headtop {
    background-color: #f6f6f6;
}

.headerLink {
    height: 20px;
    text-align: right;
    padding-top: 5px;
}

.headerLink a {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #666666;
    text-align: center;
    line-height: 12px;
    padding: 0px 6px;
    display: inline-block;
    text-decoration: none;
}

.headerLink a {
    border-right: 1px solid #CDCDCD;
}

.headerLink a:last-child {
    border-right: none;
}


/*头部样式*/

.header {
    box-shadow: 0 2px 4px 0 rgba(227, 227, 227, 0.5);
    background-color: #fff;
}

.header img {
    margin-top: 10px;
    float: left;
}

.searchBox {
    margin-top: 23px;
    height: 34px;
    position: relative;
    width: 266px;
    float: right;
    border: 1px solid #E6E0E0;
}

.searchBox input {
    padding: 0 10px;
    height: 100%;
}

.searchBox button {
    border: none;
    height: 100%;
    width: 73px;
    background: #e03642;
    color: #fff;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.menuNav {
    margin-top: 2px;
    /*width: 100%;*/
    display: flex;
    justify-content: space-around;
    height: 53px;
    font: bold 16px/1.5em "Microsoft YaHei";
    margin-bottom: 0
}

.menuNav li {
    position: relative;
    box-sizing: border-box;
    width: 170px;
    list-style: none;
}

.menuNav>li>a {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    line-height: 64px;
}

.menuNav>li:hover>a {
    background: #FFFFFF;
    box-shadow: inset 0 4px 0px 0 #e03642;
    padding: 0px 10px;
    box-sizing: border-box;
    color: #E03642;
}

.menuNav>li:hover .subMenu {
    display: block;
}

.subMenu {
    display: none;
    padding: 15px 0px;
    margin-bottom: 0px;
    position: absolute;
    background: #fff;
}

.subMenu li {
    background: #FFFFFF;
    width: 120px;
    text-align: center;
    line-height: 34px;
}

.subMenu li a {
    opacity: 0.88;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    color: #666;
    text-decoration: none;
}

.subMenu li a:hover {
    color: #E03642;
}

.bg-img img {
    height: 260px;
    margin-top: 5px;
    width: 100%;
}

.footer {
    background: #3E3A3E;
    width: 100%;
    height: auto;
}

.btmLink {
    display: flex;
    padding: 5px 380px;
    margin: 0 auto;
}

.btmLink li {
    margin: 10px 0;
    padding: 0 10px;
}

.btmLink a {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    width: 70px;
    text-decoration: none;
}

.footer p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 32px;
    margin: 0;
}

.footer a {
    color: #FFF;
}