@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color:#333;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    position: relative;
    font-family: "微软雅黑";
    min-width: 1300px;
}

input,
img,
a,
button {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.pic:hover img {
    transform: scale(1.2);
}

.wp {
    width: 1300px;
    margin: 0 auto;

}

.main-top {
   /* position: absolute;*/
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

.header {
    padding-top: 20px;
    padding-bottom: 15px;
  background: url(../images/top-bg.png) no-repeat center center;
    background-size: cover;  overflow: hidden;
}

  

.head-l {
    float: left;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
    width: 482px;
}

.head-r {
    float: right;
    text-align: right;
}

.search {
    margin-top: 27px;
    width: 260px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    text-align: left;
    font-size: 0;
    border-radius: 30px;
}

.search input[type="text"] {
    padding-left: 10px;
    padding-right: 10px;
    width: 225px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    vertical-align: middle;
    color: #fff;
}

input::placeholder {
    font-size:14px;
    color: #fff;
}

input::-ms-input-placeholder {
    font-size: 14px;
    color: #fff;
}

input::-webkit-input-placeholder {
    font-size: 14px;
    color: #fff;
}

input::-moz-placeholder {
    font-size: 14px;
    color: #fff;
}

.search input[type="image"] {
    display: inline-block;
    vertical-align: middle;height: 20px;
}

#nav {
    border-top: 2px solid #9b0d14;
    background-color: #a30000;
    border-bottom: 2px solid #9b0d14;
}

.nav {
    line-height: 50px;
}
.nav ul {
    display: flex;
    justify-content: space-between;
}
.nav>ul>li {
    position: relative;
    float: left;
 /*   width: 10%; */
    text-align: center;
}

.nav>ul>li>a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #fff;
    z-index: 3;
}

.nav>ul>li::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    bottom: -2px;
    background: #9b0d14;
    display: none;
}

.nav>ul>li:hover::after {
    display: block;
}

.nav>ul>li>ul {
    position: absolute;
    left: 0;
    width: 140px;
    background-color: #9b0d14;
    z-index: 999;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
}

.nav>ul>li>ul>li {
    line-height: 24px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    padding-left: 15px;
    padding-right: 10px;
}

.nav>ul>li>ul>li>a {
    font-size: 16px;
    color: #fff;
}

.nav>ul>li>ul>li:hover {
    background-color: #8b0f15;
}


.nav>ul>li>ul>li:hover>a {
    color: #fff;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    width: auto;
    bottom: 78px;
    left: 50%;
    transform: translateX(-50%);
}

.banner .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 11px;
    background: url(../images/slick.png) no-repeat center center;background-size: 16px auto;
}
.banner .slick-dots li.slick-active{
    background: url(../images/slick-active.png) no-repeat center center;background-size: 16px auto;
}


.footer {
   
 background: url(../images/ft-bg.png) no-repeat center top;
    background-size: cover;
}

.foot { position: relative;
padding-top: 30px;
    padding-bottom:25px;
    text-align: center;
}

.f-l {
    float: left;
    margin-top: 40px;
}

.f-l a {
    display: block;
}

.f-l a img {
    display: block;
    height: 62px;
}

.f-r {
    float: right;
    text-align: left;
}

.f-r p {
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    opacity: .8;
}

.fd {
    line-height: 44px;
    background: rgba(0, 0, 0, .4);
}

.fd p {
    font-size: 14px;
    color: #fff;
    opacity: .8;
}

.fd p span {
    float: right;
    font-size: 14px;
    color: #fff;
    opacity: .4;
}
.ft-link{
    position: absolute;
    right: 20%;
    top:30px;
    }
.foot h2{
    text-align: left;
    font-size: 18px;
    color: #fff;
    padding-left: 10px;
    margin-bottom: 35px;
    }
.ft-link>ul>li{margin-top:15px;display: inline-block;margin: 0 10px;}
.f-link {
    width: 196px;
    position: relative;
}

.f-link p {
    width: 100%;
    font-size: 14px;
    color: #dcdcdc;
    text-align: left;
    line-height: 39px;
    padding-left: 13px;
    background: url(../images/link-arrow.png) no-repeat;
    background-position: right 10px center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    box-sizing: border-box;
}

.f-link ul {
    position: absolute;
    bottom:39px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0 10px #999;
    display: none;
    max-height: 300px;
    overflow-y: auto;
    z-index: 9;
}
.ft-link ul{margin-top: 47px;
}
.f-link:hover ul {
    display: block;
}
.f-r h2{padding-left:0;}
.f-link ul li a {
    display: block;
    line-height: 35px;
    font-size: 14px;
    padding-left: 10px;
    color: #333;text-align: left;
}

.f-link ul li a:hover {
    background-color:#9d111a;
    color: #fff;
}