@charset "utf-8";
body{ 
min-width:1200px;}
* {
    padding: 0;
    margin: 0;
}
input::placeholder {
    color: rgba(255,255,255,0.7); /* 更改为你想要的颜色 */
}
input::-webkit-input-placeholder{
    color: rgba(255,255,255,0.7); /* 更改为你想要的颜色 */
}
input::-moz-placeholder{
    color: rgba(255,255,255,0.7); /* 更改为你想要的颜色 */
}
input::-moz-placeholder{
    color: rgba(255,255,255,0.7); /* 更改为你想要的颜色 */
}
input::-ms-input-placeholder{
    color: rgba(255,255,255,0.7); /* 更改为你想要的颜色 */
}
.clearfix:after {display:block; visibility:hidden; clear:both; content:'.'; overflow:hidden; width:0; height:0; font-size:0; line-height:0;}
.clearfix {*zoom:1;display:block;}
li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1300 {
    width: 1300px;
    margin: 0 auto;
min-width:1200px;
}

.pic {
    padding-top: 45%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

.pic img:hover {
    transform: scale(1.05);
}

.banner {
    width: 100%;
    overflow:hidden;
    position: relative;
    z-index: 8;
}
.bannerSub {
}
.bannerSub>div{
float:left;
}
.banner a {
    display: block;
    position: relative;
}

.banner a .pic {
    padding-top: 26.3%;
}

.banner a img {
    position: absolute;
    left: 0;
    right: 0;
    width:100%;
    height:100%
   }

.banner .slick-dots {
    width: 100%;
    left: 0;
    bottom: 1.5rem;
   position: absolute;
    text-align: center;
}

.banner .slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 10px;
}

.banner .slick-dots li.slick-active {
    background-color: #ffa10e;
}

@-webkit-keyframes move1 {
    0% {
        transform: scale(0);
    }
    95% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
    }
}

@-ms-keyframes move1 {
    0% {
        transform: scale(0);
    }
    95% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
    }
}

.banner .b-txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.banner .b-txt p img {
    -webkit-animation: move1 2s ease-in-out;
    -moz-animation: move1 2s ease-in-out;
    -ms-animation: move1 2s ease-in-out;
    -o-animation: move1 2s ease-in-out;
    animation: move1 2s ease-in-out;
}

.banner .b-txt p:first-child img {
    display: block;
    width: 460px;
    margin-left: auto;
    margin-right: auto;
}

.banner .b-txt p:last-child img {
    display: block;
    max-width: 1298px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@-o-keyframes move1 {
    0% {
        transform: scale(0);
    }
    95% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
    }
}

@-moz-keyframes move1 {
    0% {
        transform: scale(0);
    }
    95% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes move1 {
    0% {
        transform: scale(0);
    }
    95% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
    }
}

#nav {
    background-color: #cd2727;
}

.nav>ul>li {
    position: relative;
    float: left;
    width: 14.285%;
    text-align: center;
}

.nav>ul>li>a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}


.nav>ul>li:hover,.nav>ul>li.on {
    background-color: #ffa10e;
}

.nav>ul>li:hover>a {
    color: #fff;
}

.nav>ul>li>ul {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding-bottom: 10px;
    display: none;
    box-shadow: 0 0 10px #facbcb;
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 999;
}

.nav>ul>li>ul>li {
    position: relative;
    line-height: 40px;
    border-bottom: 1px dashed #d3cbcb;
}

.nav>ul>li>ul>li>span {
    position: absolute;
    background: url() no-repeat center center;
    background-size: 12px auto;
    width: 20px;
    height: 20px;
    right: 5px;
    top: 13px;
}

.nav>ul>li>ul>li>span.on {
    background: url() no-repeat center center;
    background-size: 12px auto;
}

.nav>ul>li>ul>li>ul {
    display: none;
}

.nav>ul>li>ul>li>ul>li {
    line-height: 30px;
}

.nav>ul>li>ul>li>ul>li>a {
    font-size: 14px;
    color: #e3dede;
}

.nav>ul>li>ul>li>a {
    font-size: 14px;
    color: #333;
}

.nav>ul>li>ul>li:hover>a {
    color: #0671bd;
}

.footer {
    background-color: #cd2727;
}

.footer p {
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
}


/* 移动端 */

.wap {
    display: none;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}
.header {
    position: absolute;
    padding: 30px 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0) 100%);
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
}

.header .px1300 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .logo a,.header .logo a img{
    
display: block;
    
width: auto;
    
height: auto;
    
position: static;
    
height: 68px;
}
.search>div{
    width: 228px;
    height: 40px;
    background: transparent;
    border: 1px solid #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 24px;
}
.search .text {
    float: left;
    display: block;
    width: calc(100% - 42px);
    outline: none;
    line-height: 38px;
    height: 38px;
    padding: 0 0 0 10px;
    font-size: 16px;
    margin: 0;
    background: transparent;
    color: #ffffff;
    box-sizing: border-box;
    border: none;
}
.search .submit {
    width: 42px;
    height: 38px;
    float: right;
    border: none;
    box-sizing: content-box;
    position:relative;
    background: url(../img/search.png) no-repeat center;
}
@media only screen and (max-width: 1340px){
.px1300 {
    width: 100%;
padding:0 30px;
box-sizing:border-box;
}
}