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;
}

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: #8a110a;
    width: 100%;
    height: 48px;
}
.header .txt-link{
    padding-top: 7px;
}
.header .txt-link .drop-down{
    margin: 0 10px;
    border-radius: 4px;
    z-index: 10;
}
.header .txt-link .drop-down a{
    line-height: 34px;
}
.header .txt-link a span{
    padding-right: 5px;
    color: white;
    font-size: 12px;
    line-height: 1.4;
}
.header .txt-link .drop-down ul{
    position: absolute;
    top: 34px;
    left: 0;
    width: 200px;
    border-radius: 4px;
    background-color: white;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	z-index: 999;
}
.header .txt-link .drop-down ul li{
    padding: 0 10px;
    text-align: left;
}
.header .search-wrap{
    background-color: white;
    overflow: hidden;
    border-radius: 28px;
    height: 28px;
    width: 230px;
    text-align: left;
}
.header .search-wrap input{
    width: 170px;
    height: 28px;
    border: none;
    background-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
    color: #666;
    font-size: 14px;
    border-radius: 28px;
}
.header .search-wrap button{
    cursor: pointer;
    padding: 0 6px 0 10px;
}
.header .search-wrap button i{
    font-size: 20px;
    color: #999;
}
/*nav*/
.nav{
    background-color: white;
    height: 95px;
}
.nav ul{
    padding-top:30px;
}
.nav ul li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-radius: 4px 4px 0 0;
    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: 14px;
    color: #998c8c;
    line-height: 30px;
    padding: 0 10px;
    font-weight: bold;
}
.nav ul li a i{
    color: #998c8c;
    font-size: 20px;
    font-weight: normal;
}
.nav ul li .sub-nav{
    display: none;
    width: 250px;
    padding: 10px 0;
    position: absolute;
    top: 30px;
    right: 0;
    background-color: white;
    border-radius: 4px 0 4px 4px;
    border-top: 2px solid #ff8521;
}
.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;*/
}
/*footer*/
.footer{
    padding: 30px 0 60px 0;
    background-color: #3c3c3c;
    border-top: 4px solid #a51109;
}
.footer .item{
    padding-left: 25px;
    /*padding-right: 25px;*/
}
.footer .item .tlist{
    width: 270px;
    padding-top: 10px;
}
.footer .item .tlist li{
    border-bottom: 1px solid #666;
    line-height: 38px;
}
.footer .item .tlist li a{
    font-size: 14px;
    color: #dedede;
    display: block;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}
.footer .item .code{
    margin-left: 130px;
}
/*.footer .copyright*/
.footer .cp p,
.footer .cp span,
.footer .cp a,
.footer .cp{
    font-size: 14px !important;
    color: white !important;
    line-height: 26px !important;
}
.footer .icon-link li i{
    font-size: 30px;
    color: #9D9D9D;
}

@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;
}
.header .txt-link .drop-down:hover,
.nav ul li:hover{
    background-color: #ff8521;
}
.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;
}