@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: 微软雅黑;
    background: url("../images/qx.png") center;
    min-width: 1400px;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1300 {
    max-width: 1300px;
    margin: 0 auto;
}

.pic {
    padding-top: 68%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pic img:hover {
    transform: scale(1.05);
}

.banner a {
    position: relative;
    display: block;
}

.banner a>img {
    display: block;
    width: 100%;
}

@-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: #c7131a;
}

.nav>ul>li {
    position: relative;
    float: left;
    /* width: 15%; */
    padding: 0px 35px;
    text-align: center;
}
.nav>ul>li.active:before
{
    position:absolute;
    width:100%;
    height: 5px;
    content:"";
    bottom:0px;
    left: 0;
    right: 0;
    background: #ffa10e;
}
.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:first-child>a {
   
}

.nav>ul>li:hover {
    background-color: #942f22;
}

.nav>ul>li:hover>a {
    color: #fff;
}

.nav>ul>li>ul {
    position: absolute;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    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: #cc0500;
}

.footer {
    background-color: #aa040b;
}

.footer p {
    padding: 25px 0;
    text-align: center;
    font-size: 17px;
    color: #fff;
    line-height: 30px;
}


/* 移动端 */

.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;
}
.banner
{
	width:100%;
	/* height: 560px; */
}
.banner a 
{
	width:100%;
	height:100%;
}
.banner a img
{
	width:100%;
	/* height:100%; */
}

.banner img
{
	width:100%;
	height:100%;
}
.pageTips .container a.close
{
    display:none !important
}
.pageTips
{
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.pageTips .container
{
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 630px;
    margin-left: -315px;
    margin-top: -160px;
}
.pageTips .container a.close
{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    left: auto;
    right: -15px;
    top: 40px;
    bottom: auto;
}
.pageTips .container .img
{
    text-align: center;
}
.pageTips .container .msg
{
    font-size: 18px;
    line-height: 36px;
    padding-top: 30px;
}
.pageTips .container a
{
    color: #fff;
    text-decoration: underline;
}
