﻿*{
    margin:0;
    padding:0;
}
body{
    font-family:'Microsoft YaHei';
    font-size:14px;
}
li{
    list-style:none;
}
a{
    color:#fff;
    text-decoration:none;
}
/*header*/
.top{
    height:160px;
    line-height:160px;
}
.content {
    float: none;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.logo{
    float:left;
}
.icon-top{
    float:right;
}
.top img{
    max-height:160px;
    vertical-align:middle;
}
.menu-pane{
    height:50px;
    background:url(../images/index_muenbg.png)
}

.menu-items{
    max-width:800px;
    margin-left:10px;
    height:50px;
    line-height:50px;
    float:left;
    box-shadow: 5px 0px 9px 0px rgba(0, 0, 0, 0.16),-5px 0px 9px 0px rgba(0, 0, 0, 0.16);
    font-size:16px;
}
.menu-bg-right{
    float:left;
    height:50px;
    overflow:hidden;
    margin-left:60px;
}
.menu-bg-right>input[type=text]{
    width:175px;
    height:36px;
    background:#fff;
    outline:none;
    border:none;
    margin:7px 0;
    float:left;
}
.menu-bg-right>input[type=button]{
    width:63px;
    height:36px;
    background:url('/Themes/images/Search.png') center center no-repeat;
    background-color:#fff;
    -moz-background-size: auto 30px!important;   
    -webkit-background-size: auto 30px!important;   
    -o-background-size: auto 30px!important;
    -ms-background-size: auto 30px!important;
    background-size: auto 30px!important;
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='/Themes/images/Search.png',
    sizingMethod='scale')!important;
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='/Themes/images/Search.png',
    sizingMethod='scale');*/
    border:none;
    border-left:1px solid #e6e6e6;
    margin-left:0;
    outline:none;
    margin:7px 0;
    float:left;
}
#useHelp{
    float:right;
    line-height:50px;
}
/*end header*/


/*yqlj*/
#yqlj{
    
    width:1200px;
    margin:0 auto;
    padding:25px 20px;
}
#yqlj .title{
    color:#e90a0a;
    font-size:16px;
}
#yqlj .list{
    margin-top:15px;
}
#yqlj .list a{
    color:#666666;
    display:inline-block;
    margin-bottom:20px;
    font-size:14px;
}
#yqlj .list a:hover{
    color:#e90a0a;
}
#yqlj .list font-face{
    margin:0 5px;
}
/*footer*/
.footer{
    width:100%;
    height:180px;
    background:#c50707;
}
.footer>.content{
    width:1100px;
    height:150px;
    padding:15px 50px;
}
.footer_left{
    float:left;
}
.footer_right{
    float:right;
    /*display:none*/
}
.footer_right>img{
    max-width: 115px;
    height: auto;
    object-fit:contain;
}
.footer_left p{
    color:#fff;
    text-align:left;
    margin:49px 0;
    line-height:26px;
}
.footer_right p{
    text-align:center;
    color:#fff;
    margin-top:8px;
}