﻿/*顶部区域开始*/
.header{
    height: 170px;
    width: 100%;
    background-color: #C9CACB;
}
.header_top{
    height: 35px;
    width: 100%;
    border-bottom: 2px solid #EBEBEB;
}
.header_top_content{
    height: 35px;
    width: 1200px;
    margin: 0 auto;
}
.index{
    float: left;
    height: 35px;
    width: 50px;
    line-height: 35px;
    font-size: 13px;
}
.index>img{
    height: 10px;
    position: relative;
    top: 13px;
    float: left;
}
.index>a{
    float: left;
    position: relative;
    left: 5px;
}
.header_guide{
    float: right;
    height: 35px;
    width:auto;
    line-height: 35px;
    font-size: 13px;
}
.header_guide>a{
    color: black;
}
.header_guide>a:hover{
    color: #9E3533;
}
.header_main{
    height: 74px;
    width: 100%;
}
.header_main_content{
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}
.logo{
    width: 570px;
    float: left;
    height: 100px;
}
.logo>a>img {
    float: left;
    position: relative;
    width: 570px; /*400px;*/
    height: 100%;
}
.logo a {
    float: left;
    font-size: 18px;
    color: #9E3533;
    font-weight: 600;
}
/***********  logo下文字 *************/
.honor{
    font-family:"宋体";
    font-size:18px;
    margin-left:205px;
    line-height: 20px;
letter-spacing:1px;
}
.search{
    float: right;
    width: 330px;
    height: 100%;
}
.search_btn{
    float: right;
    width: 30px;
    height: 34px;
	border-radius: 2px;
    background-color: #A50202;
}
.search_put{
    float: right;
    margin-top: 30px;
}
.search_put>input:first-child{
    height: 30px;
    width: 250px;
}
/*顶部区域结束*/
/*导航栏开始*/
.menu{
    height: 50px;
    width: 100%;
    background-color: #A50202;
    background-size:cover;
}
.menu_content{
    width: 1226px;
    height: 50px;
    margin: 0 auto;
}
.menu_content>ul>li{
    float: left;
    width: 132px;
    height: 50px;
    text-align: center;
}
.menu_content>ul>li:first-child{
    /*width:144px;*/
    width: 170px;
}
.menu_content>ul>li:first-child>a{
    border-left: none;
}
.menu_content>ul>li:hover{
    transition:background-color 0.3s linear;
}
.menu_content>ul>li>a{
    display: block;
    color: white;
    font-size: 19px;
    width: 132px;
    height: 30px;
    border-left: 2px solid white;
    margin-top: 10px;
}
.menu_content>ul>li>a:hover{
}
.menu_hidden{
    position: relative;
    margin-top: 10px;
    z-index: 99999; /*置顶显示*/
    display: none;
}
.menu_content>ul>li:hover>.menu_hidden{
    display: block;
}
.menu_hidden>dt{
    float: left;
    width: 171px;
    height: 55px;
    background-color: #9E3533;
    line-height: 55px;
}
.menu_hidden>dt:hover{
    background-color: #C9CACB;
}
.menu_hidden>dt>a{
    color: white;
    display: block;
    width: 70px;
    height: 55px;
    text-align: justify;
    text-align-last: justify;
    margin-left: 52px;
}
.menu_hidden>dt:hover>a{
    color: #9E3533;
}
/*导航栏结束*/
/*轮播图*/
.banner{
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    /*background-color: palegoldenrod;*/
}
.banner_box{
    position: relative;
    width: 1200px;
    height: 350px;
    overflow: hidden;
}
/*导航栏结束*/
/*内容区域开始*/
.content{
    height: 870px;
    width: 100%;
}
.content_first{
    height: 370px;
    width: 1200px;
    margin: 0 auto;
}
.office{
    float: left;
    height: 320px;
    margin-top: 20px;
    width: 330px;
/*275px;*/
}
.office_title{
    height: 40px;
    width: 100%;
    color: #A50202;
    font-weight: 800;
    font-size: 20px;
}
.office_content{
    height: 360px;
    width: 100%;
}
.office1{
    width: 100%;
    height: 87px;
    background-color: #458EDB;
}
.office img{
    float: left;
    height:87px;
    margin-left:33px;
}
.office a{
    float: left;
    margin-top: 13px;
    margin-left: 30px;
    color: white;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
}
.office2{
    width: 100%;
    height: 87px;
    margin-top: 11px;
    background-color: #458EDB;
}
.office3{
    width: 100%;
    height: 87px;
    margin-top: 11px;
    background-color: #458EDB;
}
.introduction{
    float: left;
    height: 320px;
    margin-top: 20px;
    width: 380px;/*420*/
    margin-left: 55px;
}
.introduction_title{
    height: 40px;
    width: 100%;
    color: #A50202;
    font-weight: 800;
    font-size: 20px;
}
.introduction_content{
    height: 280px;
    width: 100%;
    border: solid 2px #cdc9c9;
    border-radius: 15px;
    overflow:auto;
}
.introduction_content>ul>li{
	float: left;
	width: 420px;
	height: 35px;	
}/* 新增 样式*/

.introduction_content>ul>li:first-child {
	margin-top: 7px;
}/* 新增 样式*/

.introduction_content>ul>li>a {
    /* float: left; */
    color: black;
    font-size: 15px;
    margin-left: 10px;
}/* 新增 样式*/

.introduction_content>ul>li>a:hover{
    color: #A50100;
}/* 新增 样式*/

.introduction_content>ul>li>em::before {
	    counter-increment: section;
	    content: "" counter(section);
	}/* 新增样式 */


.introduction_content>ul>li>em {
    background-color: #777575;
    padding: 0px 4px;
    float: left;
    font-size: 12px;
    font-style: normal;
    text-align: center;
    margin-left: 5px;
    margin-top: 3px;
	}/* 新增样式 */
.news{
    float: left;
    height: 320px;
    margin-top: 20px;
    width: 380px;/*400*/
    margin-left: 50px;
}
.news_title{
    height: 40px;
    width: 100%;
}
.news_title>a{
	 color: #A50202;
    font-weight: 800;
    font-size: 20px;
}
.news_content{
    height: 280px;
    width: 100%;
    border: solid 2px #cdc9c9;
    border-radius: 15px;
    counter-reset: section;/*计数器*/
}
.news_content>ul>li{
	float:left;
    width: 450px;
    height: 35px;
}
.news_content>ul>li:first-child{
	margin-top:7px;
}
.news_content>ul>li>em{
	background-color:#e6e6e6;
	padding:0px 4px;
	float:left;
	font-size:12px;
	font-style:normal;
	text-align:center;
	margin-left:5px;
	margin-top:3px;
}
.news_content>ul>li:nth-child(1) em{
	/*background-color:#bf0000;
	color:white;*/
}
.news_content>ul>li:nth-child(2) em{
	/*background-color:#bf0000;
	color:white;*/
}
.news_content>ul>li:nth-child(3) em{
	/*background-color:#bf0000;
	color:white;*/
}
.news_content>ul>li>em::before {
  counter-increment: section;
  content: "" counter(section);
}
.news_content>ul>li>a{
    float: left;
    color: black;
    font-size: 15px;
    margin-left: 10px;
}
.news_content>ul>li>a:hover{
    color: #A50100;
}
.news_content>ul>li>p{
    float: right;
    margin-right: 55px;
}

/************0911************************/
.new{
  /* top:10px;
   left:10px;*/
}

.content_second{
    height: 320px;
    width: 1200px;
    margin: 0 auto;
}
.model{
    float: left;
    height: 320px;
    margin-top: 10px;
    width: 330px;/*275*/
}
.model_title{
    height: 40px;
    width: 100%;
    color: #A50202;
    font-weight: 800;
    font-size: 20px;
}
.model_content{
    height: 335px;
    width: 100%;
}
.model1{
    width: 100%;
    height: 77px;
    background-color: #CBC0C5;
}
.model a{
    float: left;
    margin-top: 20px;
    margin-left: 60px;/*35*/
    width: 200px;
    color: black;
    font-size: 27px;
    font-weight: 800;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute-all-lines;
}
.model2{
    width: 100%;
    height: 77px;
    margin-top: 14px;
    background-color: #CBC0C5;
}
.model3{
    width: 100%;
    height: 77px;
    margin-top: 14px;
    background-color: #CBC0C5;
}
.catalog{
    float: left;
    height: 320px;
    margin-top: 10px;
    width: 380px;/*420*/
    margin-left: 55px;
}
.catalog_title{
    height: 40px;
    width: 100%;
    color: #A50202;
    font-weight: 800;
    font-size: 20px;
}
/*.catalog_content{
    height: 335px;
    width: 100%;
    border: solid 2px #A50202;
    overflow:auto;
}
.catalog_content>ul>li{
	float:left;
    width: 410px;
    height: 25px;
    line-height: 25px;
}
.catalog_content>ul>li>a{
    float: left;
    color: black;
    font-size: 15px;
    margin-left: 30px;
}
.catalog_content>ul>li>a:hover{
    color: #A50100;
}
.catalog_content>ul>li>p{
    float: right;
    margin-right: 50px;
}*/
.catalog_content{
    height: 255px;
    width: 100%;
    border: solid 2px #cdc9c9;
    counter-reset: section;/*计数器*/
    border-radius: 15px;
}
.catalog_content>ul>li{
	float:left;
    width: 450px;
    /*height: 42px;*/
    height:35px;
}
.catalog_content>ul>li:first-child{
	margin-top:7px;
}
.catalog_content>ul>li>em{
	background-color:#e6e6e6;
	padding:0px 4px;
	float:left;
	font-size:12px;
	font-style:normal;
	text-align:center;
	margin-left:5px;
	margin-top:3px;
}
/*
.catalog_content>ul>li:nth-child(1) em{
	background-color:#bf0000;
	color:white;
}
.catalog_content>ul>li:nth-child(2) em{
	background-color:#bf0000;
	color:white;
}
.catalog_content>ul>li:nth-child(3) em{
	background-color:#bf0000;
	color:white;
}
*/
.catalog_content>ul>li>em::before {
  counter-increment: section;
  content: "" counter(section);
}
.catalog_content>ul>li>a{
    float: left;
    color: black;
    font-size: 15px;
    margin-left: 10px;
}
.catalog_content>ul>li>a:hover{
    color: #A50100;
}
.catalog_content>ul>li>p{
    float: right;
    margin-right: 55px;
}
.catalog_content a{
    color:black;
}
.catalog_content .wp_article_list .list_item{
  height:30px;
}
.catalog_title>h1{
    float: left;
    font-size: 20px;
    font-weight: bold;
}
.catalog_title>h2{
    float: left;
    margin-left: 20px;
    color: #666768;
    font-size: 18px;
}
.else{
    float: left;
    height: 320px;
    margin-top: 10px;
    width: 380px;/*400*/
    margin-left: 50px;
}
.else_title{
    height: 40px;
    width: 100%;
    color: #A50202;
    font-weight: 800;
    font-size: 20px;
}
.else_title span{
    color:#A50202;
}
.else_content{
    height: 255px;
    width: 100%;
    border: solid 2px #cdc9c9;
    border-radius: 15px;
    overflow:auto;
}
.else_content1{
    height: 335px;
    /*background-color: #CBC0C5;
    text-align: center;
    font-size: 27px;
    line-height: 150px;*/
    border: solid 2px #A50202;
    /*border-radius: 20px;*/
}
.else_content2{
    height: 150px;
    margin-top: 35px;
    background-color: #CBC0C5;
    text-align: center;
    font-size: 27px;
    line-height: 150px;
    border-radius: 20px;
}
.else_content a{
    width: 200px;
	color:black;
    font-weight: 800;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute-all-lines;
}
/*内容区域结束*/
/*底部区域开始*/
.footer{
    height: 100px;
    width: 100%;
}

.footer_guide {
    height: 33px;
    width: 522px;
    line-height: 33px;
    color: black;
    font-weight: 300;
    margin-left: 200px;
    margin-top: 22px;
}
.footer_guide>a{
    padding-left: 47px;
    //padding-right: 35px;
    font-size: 15px;
    color: black;
    font-weight: 400;
}
.footer_guide>a:nth-child(4)::after {
  content: "";
  display: block;
}
.copyright {
    height: 39px;
    font-size: 15px;
    text-align: center;
    line-height: 44px;
    color: black;
    font-weight: 900;
    margin-top: 85px;
}
.record{
    height: 28px;
    font-size: 10px;
    text-align: center;
    line-height: 25px;
    color: black;
    font-weight: 300;
}
.record>img{
    height: 17px;
    position: relative;
    top: 3px;
}
/*底部区域结束*/
input#keyword {
    height: 30px;
    width: 250px !important;
    line-height: 30px;
}
.wp_search {
    margin-top: 50px;
/*25px*/
}
.wp_search .search {
width: 30px;
    height: 34px;
	border-radius: 2px;
    background:  url( seach.jpg) no-repeat center;
}
.date0 {
    /*width: 145px;*/
    width: 159px;
    overflow: hidden;
    display: block;
    height: 30px;
}

.wp_article_list .news{
    width: 360px!important;
    height: 550px !important;
    line-height: 20px;
    border-bottom: 1px dashed #ccc;
    vertical-align: top;
    margin-left:20px !important;
}   
.CoverQRcode{
   width:1234px;//1200px;
   height:70px;
   float:right;
   //margin:0 auto;
   //position:relative;
}
.CoverQRcode>div{
   /*position:absolute;
   right:40px;*/
   float:right;
   margin-right:221px;
   margin-top:-163px;
}/* 新增 样式*/
.CoverQRcode>div>img{
   height:125px;
   padding-left:40px;
}/* 新增 样式*/