@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}
body{min-width:1200px;}
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: 75%;
    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);
    }
}

/*header*/

.header {
	background: #a9040b url(../images/top_bg.png) center no-repeat;
	height: 128px;

}

.header .px1300 {
	position: relative;
}


.header .logo {
	width: 662px;
	padding-top: 24px;
	overflow: hidden;
	box-sizing: border-box;
}
.header .logo img{
	width: 662px;
}

.topright{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12px;
}



/*search*/
#search-box {
	width: 202px;
	height: 36px;
    margin-top: 6px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;

	position: relative;

	margin: auto;
}
#search-box .wzTv-inp-txt {
	width: 202px;
	float: left;
	height: 36px;
	background: none;
	padding-left: 19px;
	box-sizing: border-box;
	font-size: 14px;
	border: none;
color:#ffffff;
}

#search-box .wzTv-inp-sub {

	float: right;
	text-indent: 999999999px;
	position: absolute;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	margin: 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: #f6dace;
}

.nav>ul>li {
    position: relative;
    float: left;
    width: 16.6%;
    text-align: center;
}

.nav>ul>li>a {
    display: block;
    padding:14px 0 9px;
    font-size: 18px;
    color: #434343;
    font-weight: bold;
    border-bottom: 5px solid transparent;
}



.nav>ul>li:hover {
    background-color: #942f22;
}

.nav>ul>li:hover>a {
    color: #fff;
}

.nav>ul>li>ul {
    position: absolute;
    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(../images/ny-jt.png) 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(../images/ny-jt-other.png) 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;
	margin-top: 40px;
}

.footer p {
    padding: 25px 0;
    text-align: center;
    font-size: 14px;
	line-height: 30px;
    color: #fff;
}