﻿@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: '微软雅黑';
}
image,input,button,a{
    border: none;
    outline: none;
    background: transparent;
}
a{
    color: inherit;
    text-decoration: none;
}
ul{
    list-style: none;
}
.clear:after{
    display: block;
    content: '';
    clear: both;
}

.px1340{
    width: 1340px;
    margin: auto;
}

body{
    min-width: 1340px;
    background: url("../images/body.jpg") no-repeat center center;

}

.header{
    padding: 20px 40px;
    overflow: hidden;
    background: url("../images/header.png") no-repeat right 40px  bottom;
}
.logo{
    float: left;
    width: 285px;
}
.logo a{
    display: block;
    width: 100%;
}
.search{
    float: right;
    position: relative;
    margin-right: 389px;
    margin-top: 20px;
}
.search input[type='text']{
    width: 200px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    color: #c52825;
    padding-left: 10px;
    padding-right: 35px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}
.search input[type='image']{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.nav{
    background: #c52825;
    font-size: 0;
}
.nav .lv1>li{
    display: inline-block;
    width: 268px;
    position: relative;
    text-align: center;
    padding: 20px 0;
}

.nav .lv1>li>a{
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #fff;
}
.nav .lv1>li:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 14px;
    background: #fff;
    transform: translateY(-50%);
}
.nav .lv1>li:before{
    content: '';
    position: absolute;
    bottom:0;
    left: 50%;
    display: none;
    border: 5px solid transparent;
    border-bottom-color: #fff;
    transform: translateX(-50%);
}
.nav .lv1>li:last-child:after{
    display: none;
}
.lv1 ul{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 200px;
    display: none;
    background: #c52825;
    transform: translateX(-50%);
    border-top: 2px solid #fff;
}


.lv1 ul>li>a{
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    text-align: center;
}
.nav .lv1>li.on:before{
    display: block;
}
.lv1 ul>li:hover>a{
    font-weight: 600;
}

.s6-hd{
    font-size: 0;
    text-align: center;
    padding-bottom: 34px;
    border-bottom: 1px solid #e6e6e6;
}
.s6-hd h4{
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    color: #333333;
    font-weight: normal;
    padding: 0 7px ;
    margin-left: 180px;
    position: relative;
    cursor: pointer;
}
.s6-hd h4:first-child{
    margin-left: 0;
}
.s6-hd h4:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -36px;
    height: 4px;
    background: #c52825;
    transition: all .3s;
}
.s6-hd h4.on:after{
    right: 0;
}
.s6-bd ul{
    display: none;
    overflow: hidden;
    padding: 0 20px;
}
.s6-bd ul>li{
    float: left;
    width: 142px;
    margin-left: 15px;
}
.s6-bd ul>li>a{
    display: block;
    font-size: 16px;
    line-height: 48px;
    color: #333333;
    transition: all .3s;
}
.s6-bd ul>li:hover a{
    color: #c52825;
    font-weight: 600;
    transform: translateY(-5px);
}
.s6-bd{
    margin-top: 26px;
}
.s6{
    margin-top: 36px;
}

.footer {
    font-size: 0;
    padding: 22px 0;
    background: #f6f6f6;
    text-align: center;
    border-top: 5px solid #c52825;
}
.footer img{
    display: inline-block;
    width: 31px;
    height: 37px;
    vertical-align: middle;
}
.footer p{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
   margin-left: 15px;
    vertical-align: middle;
}
