
/* CSS Document */
/*网站公共样式*/
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
    cursor:pointer;
}
.clear {
    clear: both;
}
#container_content .wp_article_list .list_item{border:none;}
.dynamic .moretext img{width: 15%;}

/*-------------------------------------------------头部样式----------------------------------------------------------*/
.none {
    display: none;
}
.header {
    height: 154px;
    background: url(../image/logo_back.jpg) center no-repeat;
    background-size: 100% 100%;
    padding-top: 20px;
}
.header_top {
    width: 1200px;
    height: 73px;
    margin: 0 auto;
    text-align: center;
}
.header_top img{width: 485px;}
.header_bot {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}
.header_phone {
    display: none;
}
.header_ph_menu {
    display: none;
}
.header_bot > ul > li {
    width: 109px;
    height: 60px;
    float: left;
    line-height: 60px;
}
.header_bot > ul > li > a {
    color: #fff;
    display: block;
    height: 60px;
    width: 100%;
}

/*以下是二级列表样式表*/      
.erji {
    width: 109px;
    height: 49px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    float: none;
    background-color: #9b0004;
}
.erji > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.erji a:hover {
    color: #fff;
}
.erji_ul {
    display: none;
    position: absolute;
    background-color: #ffffff;
    clear: both;
}
ul li:hover .erji_ul {
    display: block;
}
/*-------------------------------------------------头部样式结束----------------------------------------------------------*/

/*-------------------------------------------------底部开始----------------------------------------------------------*/
/*友情链接*/
.link{
    width:1200px;
    height:50px;
    font-size:16px;
    text-align:center;
    margin:15px auto 25px;
}
.link_list{
    width:1200px;
    height:50px;
    font-size:16px;
    text-align:center;
    margin:15px auto 25px;
}
.link_left{
    width:10%;
    color:#9b0004;
    float:left;
    line-height:42px;
}
.link_right{
    width:90%;
    overflow:hidden;
    float:right;
}
.link_right li{
    float:left;
    margin:1% 2% 0;
}
.link_right li a{
    color:#989898;
    display:block;
    width:100%;
    height:100%;
}
/*中间信息部分*/
.foot_information{
    background-color:#ededed;
    height:147px;
    padding:24px 0;
}
.foot_in_cen{
    width:1200px;
    height:147px;
    margin:0 auto;
}
.foot_in_cen div{
    text-align:center;
    float:left;
}
.foot_in1{
    width:152px;
}
.foot_in1 img{
    width:100%;
    height:100%;
}
.foot_in2{
    width:164px;
    margin-top: 30px;
}
.foot_in3{
    width:112px;
}
.foot_in2 dt{
    font-size:16px;
    color:#9b0004;
    line-height:24px;
}
.foot_in2 dd{
    font-size:12px;
    line-height:24px;
}
.foot_in2 dd a{
    color:#232323;
    display:block;
    width:100%;
    height:100%;
}
.foot_p1{
    height:92px;
    width:92px;
}
.foot_p1 img{
    width:100%;
    height:100%;
}
.foot_p2{
    width:92px;
    height:20px;
    text-align:center;
    font-size:14px;
}
/*版权*/
.copyright{
    background-color:#9a0004;
    padding:20px 0;
}
.copy{
    width:1200px;
    height:90px;
    margin:0 auto;
}
.copy p{
    width:100%;
    line-height:30px;
    height:30px;
    font-size:14px;
    color:#fff;
    text-align:center;
}

/*小于414*/
@media only screen and (max-width: 414px) {
/*-------------------------------------------------头部开始----------------------------------------------------------*/

.header {
    height: 3em;
    background: url(../image/logo_back.jpg) center no-repeat;
    background-size: 100% 100%;
    padding: 0.5em 0;
    line-height: 3em;
}
.header_top {
    width: 80%;
    height: 3em;
    text-align: center;
    float: left;
}

.header .topBox {
    display: none;
}

.header_phone {
    width: 20%;
    height: 3em;
    text-align: center;
    float: right;
    display: block;
}
.header_phone img {
    width: 40%;
    margin-top: 15%;
}
.header_bot {
    display: none;
}
.header_top img {
    width: 95%;
}
/*-------------------------------------------------头部样式结束----------------------------------------------------------*/

/*--------------------菜单样式----------------------*/
.header_ph_menu {
    display: none;
}
.header_ph_menu li {
    font-size: 0.8em;
    background-color: #f5f5f5;
    padding-left: 5%;
    line-height: 3em;
}
.header_ph_menu li a {
    color: #000;
    display: block;
    border-bottom: 1px solid #9b0004;
}
/*--------------------菜单样式结束----------------------*/

/*-------------------------------------------------底部开始----------------------------------------------------------*/
/*友情链接*/
.link{
    width:100%;
    height:auto;
    font-size:16px;
    text-align:center;
    margin:20px auto;
    /* position:relative;
    top:-70px; */
    overflow: hidden;
}
.link_list{
    width:100%;
    height:50px;
    font-size:16px;
    text-align:center;
    margin:20px auto 0;
    display: none;
}
.link_left{
    width:20%;
    color:#9b0004;
    float:left;
    line-height:30px;
}
.link_right{
    width:80%;
    overflow:hidden;
    float:right;
}
.link_right li{
    float:left;
    margin:1% 2% 0;
}
.link_right li a{
    color:#989898;
    display:block;
    width:100%;
    height:100%;
}
.foot_information{ display:none;}

/*版权*/
.copyright{
    background-color:#9a0004;
    padding:10px 0;
}
.copy{
    width:90%;
    height:auto;
    margin:0 auto;
}
.copy p{
    width:100%;
    line-height:20px;
    font-size: 13px;
    height:auto;
    color:#fff;
    text-align:center;
}
.copy p span {
    display: block;
}
/*.copy_p1{ display:none;}*/
/*-------------------------------------------------底部结束----------------------------------------------------------*/ 
}

/*===================================================================414到1024之间==================================================================*/
@media only screen and (min-width: 415px) and (max-width: 1024px) {
/*--------------------头部样式开始----------------------*/    
.header {
    width: 100%;
    height: 192px;
    background: url(../image/logo_back.jpg) center no-repeat;
    background-size: 100% 100%;
    padding-top: 30px;
}

.header .topBox {
    width: 90%;
    height: auto;
}

.header .topBox a {
    color: #FFF;
}
.header_top {
    width: 100%;
    height: 120px;
    margin: 0 auto;
    text-align: center;
}
.header_top img {
    width: 80%;
}
.header_bot {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.8em;
}
.header_phone {
    display: none;
}
.header_ph_menu {
    display: none;
}
.header_bot > ul > li {
    width: 9%;
    height: 50px;
    float: left;
    line-height: 50px;
}
.header_bot > ul > li > a {
    color: #fff;
    display: block;
    height: 50px;
    width: 100%;
}

/*以下是二级列表样式表*/      
.erji {
    width: 109px;
    height: 49px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    float: none;
    background-color: #9b0004;
}
.erji > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.erji a:hover {
    color: #fff;
}
.erji_ul {
    display: none;
    position: absolute;
    background-color: #ffffff;
}
ul li:hover .erji_ul {
    display: block;
}
/*-------------------------------------------------头部样式结束----------------------------------------------------------*/   

/*-------------------------------------------------底部开始----------------------------------------------------------*/
/*友情链接*/
.link{
    height:50px;
    font-size:16px;
    text-align:center;
    /* position:relative;
    top:-50px; */
}
.link_list{
    height:50px;
    font-size:16px;
    text-align:center;
    width:90%;
    margin:0 auto;
}
.link_left{
    width:15%;
    color:#9b0004;
    float:left;
    line-height:30px;
}
.link_right{
    width:85%;
    overflow:hidden;
    float:right;
}
.link_right li{
    float:left;
    margin:1% 2% 0;
}
.link_right li a{
    color:#989898;
    display:block;
    width:100%;
    height:100%;
}

/*中间信息部分*/
.foot_information{
    background-color:#ededed;
    height:147px;
    padding:24px 0;
}
.foot_in_cen{
    width:90%;
    height:147px;
    margin:0 auto;
}
.foot_in_cen div{
    text-align:center;
    float:left;
}
.foot_in1{
    width:15%;
}
.foot_in1 img{
    width:100%;
    height:100%;
}
.foot_in2{
    width:11%;
    /*margin-top: 30px;*/
}
.foot_in3{
    width:15%;
}
.foot_in3 img{
    width:100%;
    height:100%;
}
.foot_in2 dt{
    font-size:16px;
    color:#9b0004;
    line-height:24px;
}
.foot_in2 dd{
    font-size:12px;
    line-height:24px;
}
.foot_in2 dd a{
    color:#232323;
    display:block;
    width:100%;
    height:100%;
}
.foot_p1{
    height:92px;
    width:92px;
    text-align: right;
    margin-left: 10%;
}
.foot_p1 img{
    width:100%;
    height:100%;
}
.foot_p2{
    height:20px;
    text-align:center;
    font-size:14px;
}
/*版权*/
.copyright{
    background-color:#9a0004;
    padding:20px 0;
}
.copy{
    width:90%;
    height:90px;
    margin:0 auto;
}
.copy p{
    width:100%;
    line-height:30px;
    height:90px;
    font-size:14px;
    color:#fff;
    text-align:center;
}
/*-------------------------------------------------底部结束----------------------------------------------------------*/
}

/*大于1025*/
@media only screen and (min-width: 1025px) {
/*-------------------------------------------------头部样式----------------------------------------------------------*/
.none {
    display: none;
}
.header {
    height: 154px;
    background: url(../image/logo_back.jpg) center no-repeat;
    background-size: 100% 100%;
    padding-top: 20px;
}
.header_top {
    width: 1200px;
    height: 73px;
    margin: 0 auto;
    text-align: center;
}

.header .topBox {
    height: auto;
} 

.header .topBox a {
    color : #FFF;
    text-decoration: underline;
} 

.header .topBox a:hover {
    text-decoration: none;
}
.header_top img{width: 485px;}
.header_bot {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}
.header_phone {
    display: none;
}
.header_ph_menu {
    display: none;
}
.header_bot > ul > li {
    width: 109px;
    height: 60px;
    float: left;
    line-height: 60px;
}
.header_bot > ul > li > a {
    color: #fff;
    display: block;
    height: 60px;
    width: 100%;
}

/*以下是二级列表样式表*/      
.erji {
    width: 109px;
    height: 49px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    float: none;
    background-color: #9b0004;
}
.erji > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.erji a:hover {
    color: #fff;
}
.erji_ul {
    display: none;
    position: absolute;
    background-color: #ffffff;
    clear: both;
}
ul li:hover .erji_ul {
    display: block;
}
/*-------------------------------------------------头部样式结束----------------------------------------------------------*/

/*-------------------------------------------------底部开始----------------------------------------------------------*/
/*友情链接*/
.link{
    width:1200px;
    height:50px;
    font-size:16px;
    text-align:center;
    margin:15px auto 25px;
}
.link_list{
    width:1200px;
    height:50px;
    font-size:16px;
    text-align:center;
    margin:15px auto 25px;
}
.link_left{
    width:10%;
    color:#9b0004;
    float:left;
    line-height:42px;
}
.link_right{
    width:90%;
    overflow:hidden;
    float:right;
}
.link_right li{
    float:left;
    margin:1% 2% 0;
}
.link_right li a{
    color:#989898;
    display:block;
    width:100%;
    height:100%;
}
/*中间信息部分*/
.foot_information{
    background-color:#ededed;
    height:147px;
    padding:24px 0;
}
.foot_in_cen{
    width:1200px;
    height:147px;
    margin:0 auto;
}
.foot_in_cen div{
    text-align:center;
    float:left;
}
.foot_in1{
    width:152px;
}
.foot_in1 img{
    width:100%;
    height:100%;
}
.foot_in2{
    width:164px;
    margin-top: 30px;
}
.foot_in3{
    width:112px;
}
.foot_in2 dt{
    font-size:16px;
    color:#9b0004;
    line-height:24px;
}
.foot_in2 dd{
    font-size:12px;
    line-height:24px;
}
.foot_in2 dd a{
    color:#232323;
    display:block;
    width:100%;
    height:100%;
}
.foot_p1{
    height:92px;
    width:92px;
}
.foot_p1 img{
    width:100%;
    height:100%;
}
.foot_p2{
    width:92px;
    height:20px;
    text-align:center;
    font-size:14px;
}
/*版权*/
.copyright{
    background-color:#9a0004;
    padding:20px 0;
}
.copy{
    width:1200px;
    height:90px;
    margin:0 auto;
}
.copy p{
    width:100%;
    line-height:30px;
    height:30px;
    font-size:14px;
    color:#fff;
    text-align:center;
}
/*-------------------------------------------------底部结束----------------------------------------------------------*/
}
