@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

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 {
    max-width: 1300px;
    margin: 0 auto;
}

.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);
}
.fl{ float:left}
.fr{ float:right}
.clear{clear:both;height:0px;font-size:1px;line-height:0px}
@-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);
    }
}
.header{
    padding:20px 0;
}
.header .logo{
    width:72%;
}
.header .logo img{
   display:block;
   max-width:100%;
}
.search_con{
    width:22%;
    padding-top: 32px;
}
.search{
	position: relative;
	width:100%;
	height: 36px;
	line-height: 36px;
	background: #fff;
}
.search input{
	display: inline-block;
	outline: none;
	border: none;
}
.search input[type="text"]{
	position: absolute;
           left: 0px;
           top: 0px;
	width: calc(100% - 2px);
	height: 34px;
	line-height: 34px;
	vertical-align: top;
	border: 1px solid #c7131a;
	color: #333;
	text-indent: 12px;
}
.search input[type="image"]{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 36px;
	cursor: pointer;
}
@-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: #c7131a;
}
.nav>ul{    width: 100%;
    text-align: center;}
.nav>ul>li {
        position: relative;
    display: inline-block;
    width: 12%;
    text-align: center;
}

.nav>ul>li>a {
    display: block;
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    border-bottom: 5px solid transparent;
}

.nav>ul>li:hover {
    background-color: #ffa10e;
}

.nav>ul>li:hover>a {
    color: #fff;
}

.nav>ul>li>ul {
    position: absolute;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    background: #c7131a;
    padding-bottom: 10px;
    display: none;
    padding: 0 10px 20px;
    box-sizing: border-box;
    z-index: 999;
}

.nav>ul>li>ul>li {
    position: relative;
    line-height: 40px;
    border-bottom: 1px dashed #fff;
}

.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: 18px;
    color: #fff;
}

.nav>ul>li>ul>li:hover>a {
    color: #ffa10e;
}

.footer {
    padding: 25px 0;
    background-color: #aa040b;
}

.footer p {
        text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 1.75;
}


/* 移动端 */

.wap {
    display: none;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 28px;
    top: 40px;
    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;
}
@media screen and (max-width: 1300px) {
    .px1300 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1024px) {
    .yd {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1000;
    }
    .yd.on {
        background: rgba(0, 0, 0, .6);
    }
    .wap {
        display: block !important;
    }
    #nav {
        display: none;
    }
    .m-head {
        position: fixed;
        top: 30px;
        right: 15px;
        width: 50px;
        height: 45px;
        background: #aa040b;
        z-index: 999;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-nav {
        position: fixed;
        top: 106px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #a31818;
        overflow-y: scroll;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 16px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .yd.on .m-head {
        left: 0;
        width: 100%;
    }
    .m_search{
	position: relative;
          margin:20px 15px 0;
	height: 36px;
	line-height: 36px;
	background: #fff;
}
.m_search input{
	display: inline-block;
	outline: none;
	border: none;
}
.m_search input[type="text"]{
	position: absolute;
           left: 0px;
           top: 0px;
	width: calc(100% - 2px);
	height: 34px;
	line-height: 34px;
	vertical-align: top;
	border: 1px solid #fff;
	color: #333;
	text-indent: 12px;
}
      .m_search input[type="image"]{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 36px;
	cursor: pointer;
      }
     .search_con{display:none;}
}
#banner{position: relative;}
#banner .banner_con .swiper-button-prev{left: 2rem;width: 3.625rem;height: 3.625rem;background: url("../images/banner_l.png") no-repeat center center;background-size: 100% 100%;z-index: 9;}
#banner .banner_con .swiper-button-next{right: 2rem;width: 3.625rem;height: 3.625rem;background: url("../images/banner_r.png") no-repeat center center;background-size: 100% 100%;z-index: 9;}
#banner .banner_con .swiper-pagination{bottom: 1.5rem;}
#banner .banner_con .swiper-pagination .swiper-pagination-bullet{width: 14px;height: 14px;text-align: center;font-size: 0;background: transparent;margin: 0 6px;opacity: 1;vertical-align: middle;border: 1px solid #fff;}
#banner .banner_con .swiper-pagination .swiper-pagination-bullet-active{background: #fff;}
#banner .banner_con .swiper-slide a img{display: block;width: 100%;height: auto;}
@media screen and (max-width: 1024px) {
     #banner .banner_con .swiper-button-prev{left:1rem;width: 2.5rem;height: 2.5rem;}
     #banner .banner_con .swiper-button-next{right:1rem;width: 2.5rem;height: 2.5rem;}
     #banner .banner_con .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;}
     #banner .banner_con .swiper-pagination{bottom:1rem;}
}
@media screen and (max-width: 768px) {
   #banner .banner_con .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;}
}
@media screen and (max-width: 700px) {
    .header .logo {width: 80%;}
    .footer p{font-size: 14px;}
}
@media screen and (max-width: 600px) {
    .m-head{top: 28px;width: 44px;height: 40px;}
    .top{right: 25px;top: 36px;}
}
@media screen and (max-width: 465px) {
   .m-head{top:22px;width: 40px;height: 36px;}
   .top {top: 30px;}
   .wap-menu img{height: 20px}
   #banner .banner_con .swiper-button-prev{left:1rem;width: 2rem;height: 2rem;margin-top:-1rem;}
   #banner .banner_con .swiper-button-next{right:1rem;width: 2rem;height: 2rem;margin-top:-1rem;}
   #banner .banner_con .swiper-pagination{bottom:0.75rem;}
}
@media screen and (max-width: 465px) {
   .m-head{top:18px;}
   .top {top: 26px;}
}