body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    color: #333;
}

body, button, input, select, textarea {
    font-size: 12px;
    font-family: "微软雅黑";
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: couriernew, courier, monospace;
}
input::-webkit-input-placeholder {
color: #ae191d; 
} 
input:-moz-placeholder {
color: #ae191d; 
} 
input::-moz-placeholder { 
color: #ae191d; 
} 
input:-ms-input-placeholder {
color: #ae191d; 
}
small {
    font-size: 12px;
}
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}
/*a:hover {*/
/*text-decoration: underline;*/
/*}*/

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
}
input::-webkit-input-placeholder{
    color:#ccc
 }
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#ccc
}
.w1200{
    width: 1200px;
}
input,button{
    outline: none;
}
.vat{
    vertical-align: top;
}

.header{
    background: #971418;
    width: 100%;
		padding: 25px 0;
		border-bottom: 5px solid #ad151a;
}
.header .txt-link{
	text-align: right;
}
.header .search-wrap{
    background-color: #f0dede;
    overflow: hidden;
    border-radius: 34px;
    height: 34px;
    text-align: left;
}
.header .search-wrap input{
    width: 200px;
    height: 34px;
    border: none;
    background-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
    color: #971418;
    font-size: 14px;
    border-radius: 34px;
}
.header .search-wrap button{
    cursor: pointer;
    padding: 0 6px 0 10px;
}
.header .search-wrap button i{
    font-size: 20px;
    color: #971418;
}
/*nav*/
.nav{
    background-color: #a00c12;
    height: 40px;
}
.nav ul{
	text-align: center;
}
.nav ul li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    position: relative;
    z-index: 999;
    -webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    -ms-transition: 250ms all;
    -o-transition: 250ms all;
    transition: 250ms all;
}
.nav ul li a{
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    padding: 0 32px;
}
.nav ul li a i{
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}
.nav ul li .sub-nav{
    display: none;
    width: 250px;
    padding: 10px 0;
    position: absolute;
    top: 40px;
    right: 0;
    background-color: white;
    border-radius: 4px 0 4px 4px;
    border-top: 2px solid #c0113a;
}
.nav ul li .sub-nav .child{
    display: none;
    width: 250px;
    padding: 0;
    position: absolute;
    top: 0px;
    left: -250px;
    background-color: white;
    border-radius: 4px 0 4px 4px;
    border-top: 2px solid #ff8521;
}
.nav ul li .sub-nav .sub-list{
    text-align: center;
    width: 100%;
}
.nav ul li .sub-nav .sub-list a{
    padding: 10px 10px;
    line-height: 1.4;
    /*font-weight: normal;*/
}
.nav ul li.active{
    background-color: #c0113a;
}
/*footer*/
.footer{
    padding: 25px 0;
    background-color: #871519;
    border-bottom: 3px solid #a81d23;
}
/*.footer .copyright*/
.footer .cp p{
    font-size: 14px;
    color: #e7cfcf !important;
    line-height: 20px;
}
.footer .right a{
    color: #e7cfcf;
		margin-left: 30px;
}

@media screen and (max-device-width: 750px) {
    html,body {
        min-width: 1200px;
    }
    .footer .item .code{
        margin-left: 100px;
    }
    .footer .item .tlist{
        width: auto;
    }
    .news-list .item-head .view{
        opacity: 1;
    }
}
/*hover*/
.nav ul li a:hover{
    color: #de6f53;
}
.nav ul li:hover{
    background-color: #c0113a;
}
.header .txt-link .drop-down ul li:hover,
.nav ul li .sub-nav .sub-list:hover{
    background-color: #e2e2e2;
}
.nav ul li:hover a,
.nav ul li:hover a i,
.footer .item .tlist li a:hover,
.footer .icon-link li i:hover{
    color: white;
}
.footer .item .tlist li:hover{
    border-color: #999;
}
.nav ul li:hover .sub-list a{
    color: #998c8c;
}
.nav ul li .sub-nav .sub-list:hover a{
    color: #333;
}