@charset "utf-8";
/* CSS Document */
html {
  background: #fff;
}
body {
  font-size: 14px;
  background-color: #fff;
  color: #323232;
  font-family: 'Microsoft YaHei', '微软雅黑', SimSun, '宋体', 'Lucida Grande',
    Tahoma, Arial, Helvetica, sans-serif;
}
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
sub,
sup,
tt,
var,
legend,
fieldset {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
fieldset,
img {
  border: 0;
}
img,
object {
  max-width: 100%;
  height: auto;
  width: auto\9; /* for ie8 */
  -ms-interpolation-mode: bicubic;
}
a {
  outline: none;
  blr: expression(this.onFocus=this.blur());
  text-decoration: none;
  color: #323232;
}
a:hover {
  color: #323232;
  text-decoration: none;
}
input[type='button'] {
  outline: none;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}
/*定义清除浮动样式 方法一*/
.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
/*定义清除浮动样式 方法二*/
.clear {
  clear: both;
}
.imgResponse {
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  overflow: hidden;
  display: block;
}
.imgResponse img {
  width: 100%;
}
.cleaFix {
  *zoom: 1;
  clear: both;
}
.cleaFix:after {
  content: '';
  display: block;
  clear: both;
}
/*font-size */
.f12px {
  font-size: 12px;
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.f18px {
  font-size: 18px;
}
.f20px {
  font-size: 20px;
}
.f22px {
  font-size: 22px;
}
.f24px {
  font-size: 24px;
}
.f48px {
  font-size: 48px;
}
/*float */
.fl {
  float: left;
}
.fr {
  float: right;
}
ul,
ol,
li {
  list-style: none outside none;
}
.tc {
  text-align: center !important;
}
.tl {
  text-align: left !important;
}
.tr {
  text-align: right !important;
}
.fwn {
  font-weight: normal;
}
.fwb {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
q:before,
q:after {
  content: '';
  content: none;
}
input,
textarea,
select {
  font-weight: inherit;
  font-size: 100%;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.inblock {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.disnone {
  display: none;
}
.block {
  display: block;
}
.hidden {
  overflow: hidden !important;
}
.none {
  display: none;
}
.textoverflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.underline:hover {
  text-decoration: underline;
}
.mtc {
  margin: 0 auto;
}
.number {
}
.fw600 {
  font-weight: 600;
}
.hand {
  cursor: pointer;
}
.distable {
  display: table;
}
.distr {
  display: table-row;
}
.distd {
  display: table-cell;
}

/*基础样式*/
.header {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  z-index: 2;
  position: relative;
}
.search {
  width: 219px;
  height: 29px;
}
.search input {
  position: absolute;
  width: 178px;
  height: 29px;
  line-height: 29px;
}
.search input.notxt {
  color: #3f3f3c;
  padding-left: 12px;
}
.search input.notxt1 {
  position: absolute;
  width: 28px;
  height: 29px;
  top: 0px;
  left: 0px;
  border: none;
  cursor: pointer;
  background: none;
  cursor: pointer;
}
.logo {
}
.nav {
  height: 41px;
  z-index: 888;
}
.nav ul {
  margin: 0 auto;
}
.nav ul li {
  float: left;
  padding: 0px;
  position: relative;
}
.nav ul li a {
  text-align: center;
  font-size: 14px;
  text-align: center;
}
.nav ul li a:hover {
  font-weight: bold;
}
.nav ul li .subNav {
  line-height: 38px;
  font-size: 14px;
  display: none;
  position: absolute;
  left: 0;
  top: 41px;
  text-align: center;
  z-index: 9999;
  background-color: #fff;
  width: 150px;
}
.nav ul li.on {
}
.nav ul li.on a {
  font-weight: bold;
}
.nav ul li.on .subNav {
  display: block;
}
.nav ul li.on .subNav dl {
  overflow: hidden;
}
.nav ul li.on .subNav dl dd {
  line-height: 30px;
  height: 30px;
  text-align: left;
}
.nav ul li.on .subNav dl dd a {
  font-size: 14px;
  line-height: 20px;
  border-top: none;
  text-align: center;
  font-weight: normal;
  height: auto;
  font-family: 'Microsoft YaHei';
  padding-left: 28px;
}
.nav ul li.on .subNav dl dd a:hover {
  font-weight: bolder;
}
.content {
  z-index: 1;
  position: relative;
}
.Banner {
}
.row {
}
.menu {
}
.subMenu {
}
.mode {
}
.col {
}
.date {
}
.time {
}
.more {
  float: right;
}
.scroll {
}
.tab {
}
.list {
}
.title {
}
.service {
}
.hot {
}
.news {
}
.download {
}
.regsiter {
}
.status {
}
.btn {
}
.vote {
}
.partner {
}
.friendLink {
}
.footer {
  position: relative;
}
.copyRight {
}

/*组件*/

/*articleList*/
.articleList {
}
.listTitle {
  height: 33px;
  line-height: 33px;
  height: 33px;
}
.listTitle h2 {
  font-weight: bold;
  line-height: 33px;
  padding-left: 14px;
}
.articleList ul li {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}
.articleList ul li span {
  float: right;
}

/*articlePicture*/
.articlePicture {
}
.articTitle {
  height: 33px;
  line-height: 33px;
  height: 33px;
}
.articTitle h2 {
  font-weight: bold;
  line-height: 33px;
  padding-left: 14px;
}
.articlePicture .Article {
  line-height: 28px;
}
.articlePicture .Article img {
  float: left;
}

/*flexslider start*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}

.slides:after {
  content: '\0020';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}

.no-js .slides > li:first-child {
  display: block;
}

.flexslider {
  background: #fff;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 28px;
  height: 48px;
  position: absolute;
  margin-top: -20px;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  background: url(./images/arr.png) no-repeat;
  text-indent: -999em;
}
.flex-direction-nav .flex-prev {
  left: -30px;
  background-position: 0 0;
}
.flex-direction-nav .flex-next {
  right: -30px;
  background-position: -132px 0;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 20px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 20px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  background: #ddd;
}
.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  z-index: 1000;
}
.flex-control-nav li {
  margin: 0 8px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 6px;
}
.flex-control-paging li a:hover {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
}
/*flexslider end*/

/*tab start*/
.tabArticleList .tabListTitle {
  overflow: hidden;
}
.tabArticleList .tab_menu {
  width: 100%;
}
.tabArticleList .tab_menu h3 {
  height: 30px;
  line-height: 30px;
  float: left;
}
.tabArticleList .tab_menu h3 a {
  font-size: 14px;
  color: #202020;
  display: block;
  text-align: center;
  font-family: '微软雅黑';
}
.tabArticleList .tab_menu h3:hover,
.tabArticleList .tab_menu h3.on {
  height: 30px;
  line-height: 30px;
  float: left;
}
.tabArticleList .tab_menu h3:hover a,
.tabArticleList .tab_menu h3.on a {
  font-size: 14px;
  color: #1d8600;
  display: block;
  text-align: center;
  font-family: '微软雅黑';
}
.tabArticleList .more_tab {
  display: none;
}
.tabArticleList .tabListTitle .more {
  float: right;
}
.tabArticleList .tabListTitle .more a {
  font-size: 12px;
}

.tabArticleList .tabList {
  width: 100%;
}
.tabArticleList .tabListBox {
  display: none;
}
.tabArticleList .tabListBox ul {
}
.tabArticleList .tabListBox ul li {
  line-height: 30px;
  height: 30px;
  padding-left: 0px;
}
.tabArticleList .tabListBox ul li span {
  font-weight: normal;
  font-size: 12px;
  color: #b1a39a;
  float: right;
}
/*tab end*/

/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  color: #bd070b;
}

/*头部*/
.header {
  width: 100%;
  height: 315px;
  margin: 0 auto;
  background-size: cover !important;
}
.top {

  height: 319px;
  margin: 0 auto;
}

.logo {
  height: 260px;
  position: relative;
}
.logo .logo01 {
  display: inline-block;
  max-width: 323px;
  margin: 25px 0 0 0;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.logo .logo01 .logo_01 {
  display: inline-block;
  float: left;
  width: 80%;
}
.logo .logo01 .logo_02 {
  display: inline-block;
  width: 42%;
  float: right;
  margin: 7px 0;
}
.logo a.logo02 {
  display: block;
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
.logo_link {
  width: 711px;
  height: 319px;
  display: block;
}
.logo img {
  height: 260px;
  width:100%
}

.nav {
  max-width: 1200px;
  height: 56px;
  line-height: 56px;
  background: #a62123;
  margin: 0 auto;
}
.nav ul {
  overflow: hidden;
}
.nav ul li {
  float: left;
  color: #ffffff;
  font-size: 18px;
  height: 56px;
  line-height: 56px;
  padding: 0px 1.1%;
}
.nav ul li:first-child {
  background: none;
}
.nav ul li a {
  color: #ffffff;
  font-size: 18px;
}
.nav ul li a:hover,
.nav ul li.on a,
.nav ul li .subNav a:hover {
  color: #ffffff;
}
.nav ul li .subNav {
  top: 56px;
  padding: 10px;
  width: auto;
  background: #bd070b;
}
.nav ul li.on .subNav dl dd {
  height: auto;
  line-height: 20px;
  padding: 3px 10px 3px 20px;
}
.nav ul li.on .subNav dl dd {
  color: #016d38;
}
.nav ul li.on .subNav dl dd a {
  padding: 0px;
}
.sub_left li strong.arrow {
  display: block;
  height: 53px;
  line-height: 53px;
  width: 53px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  color: #7f0007;
  z-index: 33;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.sub_left li strong.arrow:hover {
  background-color: #f3d949;
}

/*手机端导航*/
.snav {
  display: none;
  height: 35px;
  background-color: #bd070b;
  left: 0px;
  top: 0;
  z-index: 1002;
  width: 100%;
}
.mbtn {
  height: 30px;
  left: 10px;
  top: 0;
  z-index: 1002;
  width: 30px;
  cursor: pointer;
}
.navm {
  width: 100%;
  line-height: 30px;
  background-color: #bd070b;
  overflow: hidden;
  text-align: left;
  display: none;
  top: 30px;
  left: 0;
}
.navm ul {
  padding: 0 0 10px;
  border-top: 1px solid #9f0007;
}
.navm li {
  border-bottom: 1px solid #9f0007;
  position: relative;
}
.navm li strong.arrow {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  right: 5px;
  top: 0;
  display: block;
  color: #fff;
  background-color: #9f0007;
}
.navm li a {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0px 10px 13px;
  color: #fff;
  display: block;
  width: 90%;
}
.navm li a:hover {
  color: #fff;
}
.navm li.sub_has span {
  margin-left: 10px;
}
.navm li.on a {
  color: #fff;
  display: block;
  width: 100%;
}
.navm dl {
  display: none;
  background-color: #fff;
  color: #004489;
}
.navm dl dd {
  padding-left: 30px;
  line-height: 18px;
  padding: 8px 0px 8px 30px;
  border-bottom: 1px solid #e5e5e5;
}
.navm li.on dl dd a {
  font-size: 14px;
  color: #282828;
  font-weight: normal;
  display: inline;
  border: none;
  padding: 0px;
}
.navm li dl dd a {
  font-size: 14px;
  color: #282828;
  font-weight: normal;
  display: inline;
  display: block;
  border: none;
  padding: 0px;
}
.navm li dl dd a:hover {
  color: #9f0007;
}

.sub_left {
  background: #e3e3e3;
}
.sub_left li {
  position: relative;
}
.sub_left li a {
  position: relative;
  z-index: 1;
  padding: 14px 22px 14px 20px;
  display: block;
  font-size: 12px;
  font-size: 1.2em;
  border-bottom: 1px solid #d3d3d3;
  border-top: 1px solid #fff;
  text-align: left;
  color: #333333;
}
.sub_left li a:hover,
.sub_left li a.active {
  border-left: 5px solid #bd070b;
  border-right: 5px solid #bd070b;
  background-color: #fff;
  padding: 14px 22px 14px 15px;
  border-top: 1px solid #fff;
}
.sub_left li strong.arrow {
  display: block;
  height: 53px;
  line-height: 53px;
  width: 53px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  color: #bd070b;
  z-index: 33;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.sub_left li strong.arrow:hover {
  background-color: #bd070b;
  color: #ffffff;
}
.twoJ_menu {
  background-color: #fff;
  display: none;
}
.sub_left .twoJ_menu dd a {
  padding: 8px 22px 8px 20px;
  font-size: 10px;
  font-size: 1em;
}

.sub_mbtn {
  width: 100%;
  height: 40px;
  background: url(./images/sub-mbtn02.png) no-repeat center center;
  background-color: #d8d8d8;
  cursor: pointer;
  display: none;
}
.open {
  background: url(./images/sub-mbtn02.png) no-repeat center center;
  background-color: #d8d8d8;
}
.sub_navm {
  width: 100%;
  overflow: hidden;
  display: none;
}
.sub_navm h2 {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #003c7f;
}
.sub_navm h2 a {
  padding-left: 13px;
  font-size: 20px;
  font-family: Tahoma;
  display: block;
  color: #fff;
}
.sub_navm ul {
}
.sub_navm li {
  position: relative;
}
.sub_navm li a {
  font-size: 14px;
  color: #282828;
  padding-left: 13px;
  font-family: Helvetica;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #d3d3d3;
  display: block;
}
.sub_navm li a:hover {
  color: #bd070b;
}
.sub_navm li.sub_has span {
  margin-left: 10px;
}
.sub_navm li.on a {
  color: #7f0007;
  display: block;
  width: 100%;
}
.sub_navm dl {
  display: none;
  background-color: #fff;
  padding: 0px 0px 5px;
}
.sub_navm dl dd {
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px dotted #ddd;
}
.sub_navm li.on dl dd a {
  font-size: 14px;
  color: #282828;
  font-weight: normal;
  display: inline;
  border: none;
  padding: 0px;
  height: 30px;
  line-height: 30px;
}
.sub_navm li dl dd a {
  font-size: 14px;
  color: #282828;
  font-weight: normal;
  display: inline;
  border: none;
  padding: 0px;
}
.sub_navm li dl dd a:hover {
  color: #bd070b;
}
.sub_navm li strong.phone_arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  color: #bd070b;
  cursor: pointer;
}
.subPage_con {
  width: 100%;
  overflow: hidden;
  min-height: 470px;
}

.content {
  max-width: 1160px;
  margin: 0px auto;
  padding: 4px 20px 40px 20px;
  background: #fff;
  overflow: hidden;
}
.Banner {
}

/*图片轮播*/
.flexslider {
}
.flex-control-paging li a {
  width: 8px;
  height: 8px;
  background: url(./images/a_03.png) no-repeat;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background: url(./images/a_hover_03.png) no-repeat;
}
.flexslider ul.slides li img {
  width: 681px;
  height: 411px;
}
.flex-control-nav {
  position: absolute;
  bottom: 5px;
  right: 10px;
  text-align: right;
  width: auto;
}
.flex-control-paging li {
  margin: 0 0 0 9px;
}
.flex-control-paging li a {
  text-indent: 999em;
}
.til_slides {
  padding: 0 2% 0 2%;
  width: 96%;
  height: 40px;
  line-height: 40px;
  background: url(./images/slider_03.png) repeat-x;
  position: absolute;
  bottom: 0px;
  font-size: 18px;
  color: #ffffff;
  overflow: hidden;
}
.flexslider .slides > li a {
  padding-bottom: 60.3%;
  height: 0px;
  display: block;
  width: 100%;
  overflow: hidden;
}

.mode01 {
  max-width: 1160px;
  overflow: hidden;
  clear: both;
}
.mode01 .lf {
  width: 58.7%;
  float: left;
  padding: 11px 0 0 0;
}
.mode01 .rt {
  width: 39.3%;
  float: right;
}
.articleList .title {
  height: 55px;
  line-height: 55px;
  background: url(./images/title01_03.png) no-repeat #ff9e1b;
  overflow: hidden;
}
.articleList h2 {
  height: 44px;
  line-height: 44px;
  width: auto;
  float: left;
  margin: 11px 0 0 60px;
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
}
.articleList .title a {
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
  float: right;
  margin: 20px 9px 0 0;
  color: #ffffff;
}
.articleList .title a:hover {
  color: #ffffff;
  font-weight: bold;
}
.articleList ul {
  padding: 8px 13px 14px 19px;
  border: 1px solid #e6aaab;
  border-top: none;
  background: #faf7f7;
  overflow: hidden;
}
.articleList ul li {
  overflow: hidden;
  height: 43px;
  line-height: 43px;
  padding: 0 0 0 11px;
  background: url(./images/li_03.png) no-repeat left center;
  *vertical-align: middle;
}
.articleList ul li span {
  float: right;
  color: #999999;
  margin: 0 0 0 10px;
  font-family: 'Arial';
}
.articleList ul li a {
}

.mode02 {
  width: 1160px;
  height: 154px;
  background: #f2f2f2;
  margin: 20px auto 13px;
}

.articleList01 .title {
  padding: 15px 18px;
  width: auto;
  float: left;
  width: 17px;
  background: #bd070b;
}
.articleList01 .title h2 {
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
}
.articleList01 ul {
  float: left;
  overflow: hidden;
  width: 1060px;
  padding: 20px 0 0px 0;
}
.articleList01 ul li {
  *vertical-align: middle;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  padding: 0 0 0 44px;
  background: url(./images/li01_03.png) no-repeat 30px center;
  float: left;
  width: 440px;
  margin: 0 45px 0 0;
}
.articleList01 ul li span {
  font-size: 14px;
  font-family: Arial;
  color: #999999;
  float: right;
}
.articleList01 ul li a {
  float: left;
}
.articleList01 p {
  width: 15px;
  padding: 45px 16px 0 16px;
  height: 109px;
  background: #e6e6e6;
  float: right;
}
.articleList01 p a {
  font-size: 14px;
  color: #999999;
}

.mode03 {
  max-width: 1160px;
  margin: 22px 0 0 0;
  overflow: hidden;
}
.mode03 .lf {
  width: 48.3%;
  float: left;
}
.mode03 .rt {
  width: 49%;
  float: right;
}

.articleList02 .title {
  height: 60px;
  background: url(./images/title02.png) no-repeat;
}
.articleList02 h2 {
  height: 40px;
  line-height: 40px;
  width: auto;
  float: left;
  margin: 20px 0 0 60px;
  font-family: '微软雅黑';
  font-size: 20px;
  color: #ffffff;
}
.articleList02 .title a {
  width: auto;
  float: right;
  margin: 29px 9px 0 0;
  color: #ffffff;
}
.articleList02 .title a:hover {
  color: #ffffff;
  font-weight: bold;
}
.articleList02 ul {
  padding: 8px 13px 14px 19px;
  border: 1px solid #e6aaab;
  border-top: none;
  overflow: hidden;
}
.articleList02 ul li {
  *vertical-align: middle;
  height: 43px;
  line-height: 43px;
  padding: 0 0 0 11px;
  background: url(./images/li_03.png) no-repeat left center;
  overflow: hidden;
}
.articleList02 ul li span {
  float: right;
  color: #999999;
}
.articleList02 ul li a {
  
  height: 43px;
 
}

.articleList03 .title {
  height: 60px;
  background: url(./images/title03.png) no-repeat;
}
.articleList03 h2 {
  height: 40px;
  line-height: 40px;
  width: auto;
  float: left;
  margin: 20px 0 0 60px;
  font-family: '微软雅黑';
  font-size: 20px;
  color: #ffffff;
}
.articleList03 .title a {
  width: auto;
  float: right;
  margin: 29px 9px 0 0;
  color: #ffffff;
}
.articleList03 .title a:hover {
  color: #ffffff;
  font-weight: bold;
}
.articleList03 ul {
  padding: 8px 13px 14px 19px;
  border: 1px solid #e6aaab;
  border-top: none;
  overflow: hidden;
}
.articleList03 ul li {
  *vertical-align: middle;
  height: 43px;
  line-height: 43px;
  padding: 0 0 0 11px;
  background: url(./images/li_03.png) no-repeat left center;
  overflow: hidden;
}
.articleList03 ul li span {
  float: right;
  color: #999999;
  height: 43px;
}
.articleList03 ul li a {
 
}

.mode04 {
  max-width: 1160px;
  margin: 0 auto;
  overflow: hidden;
}
.mode04 .lf {
  width: 60%;
  float: left;
  padding: 10px 20px 20px 20px;
  background: #f2f2f2;
}
.mode04 .rt {
  width: 30%;
  float: right;
  padding: 10px 20px;
  background: #f2f2f2;
}
.articleList04 {
  overflow: hidden;
}
.articleList04 ul {
  margin: 20px -15px 5px -15px;
  overflow: hidden;
}
.articleList04 ul li {
  width: 50%;
  float: left;
}
.articleList04 ul li a {
  display: block;
  margin: 0 15px;
  overflow: hidden;
}
.articleList04 ul li a .art-Img {
  display: block;
  height: 0;
  padding-bottom: 56%;
  border: #cccccc 1px solid;
  overflow: hidden;
}
.articleList04 ul li a .art-Text {
  display: block;
  overflow: hidden;
}
.articleList04 ul li a .art-Text h3 {
  font-size: 14px;
  margin: 14px 0 10px 0;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}
.articleList04 ul li a .art-Text p {
  font-size: 14px;
  color: #999;
  display: block;
  height: 66px;
  line-height: 22px;
  overflow: hidden;
}
.articleList04 ul li a .art-Img img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.articleList04 ul li a:hover .art-Img img {
  transform: scale(1.1);
}

.mode05 {
  max-width: 1160px;
  overflow: hidden;
  margin: 30px auto;
  padding: 10px 20px 20px 20px;
  background: #f2f2f2;
}
.articleList_image .rticleList_image_title,
.articleList04 .rticleList_image_title {
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid #c4080f;
}
.articleList_image .rticleList_image_title h2,
.articleList04 .rticleList_image_title h2 {
  width: auto;
  float: left;
  font-size: 22px;
  color: #bd070b;
}
.articleList_image .rticleList_image_title a,
.articleList04 .rticleList_image_title a {
  width: auto;
  float: right;
  color: #999999;
}
.channelImage {
  width: 372px;
  height: 231px;
  float: left;
  margin: 20px 30px 0 0;
  border: 1px solid #cccccc;
}
.channelImage .lk_img {
  height: 0px;
  display: block;
  padding-bottom: 62%;
  width: 100%;
  overflow: hidden;
}
.channelImage .lk_img img {
  width: 100%;
}
.channelText {
  margin: 0 0 0 404px;
  overflow: hidden;
}
.articleList_image ul {
  padding: 10px 0 0 0;
  width: 47%;
}
.articleList_image ul li {
  *vertical-align: middle;
  padding: 0 0 0 16px;
  background: url(./images/li01_03.png) no-repeat left center;
  height: 43px;
  line-height: 43px;
  overflow: hidden;
}
.articleList_image ul.lf {
  float: left;
}
.articleList_image ul.rt {
  float: right;
}
.articleList_image ul.last_ul {
  width: 100%;
  padding-bottom: 3px;
}
.articleList_image ul.last_ul li {
  height: 40px;
  line-height: 40px;
}

.articleList06 .title {
  margin: 4px 0 0 0;
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid #c4080f;
}
.articleList06 .title h2 {
  width: auto;
  float: left;
  font-size: 22px;
  color: #bd070b;
  font-weight: normal;
}
.articleList06 .title a {
  width: auto;
  float: right;
  color: #999999;
}
.articleList06 ul {
  padding: 5px 0 0 0;
}
.articleList06 ul li {
  *vertical-align: middle;
  height: 39px;
  line-height: 39px;
  padding: 0 0 0 16px;
  background: url(./images/li01_03.png) no-repeat left center;
  overflow: hidden;
}

/*底部开始*/
.footer {
  background-color: #bd070b;
  color: #fff;
  overflow: hidden;
}
.copyRight {
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
  font-family: '微软雅黑';
  padding: 45px 15px;
  line-height: 30px;
}

/*二级页*/
.subPage {
  max-width: 1160px;
  margin: 0px auto;
  padding: 20px;
  background: #ffffff;
}
.Bread {
  width: auto;
  height: 39px;
  line-height: 39px;
  font-size: 13px;
  color: #bd070b;
}
.Bread a {
  color: #bd070b;
}
.articleList2 {
}
.articleList2 ul {
  margin: 10px 0 0 0;
}
.articleList2 ul li {
  background: url(./images/li01_03.png) no-repeat left top 18px;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 20px;
}
.articleList2 ul li a {

  height: 40px;
  overflow: hidden;

  font-size: 14px;
}
.articleList2 ul li span {
  float: right;
  color: #999;
}
.listTitle2 {
  background: none;
  height: 44px;
  line-height: 44px;
  background: #f0f0f0;
}
.listTitle2 h2 {
  color: #bd070b;
  font-size: 16px;
  font-weight: bold;
  height: 44px;
  display: inline-block;
  padding: 0 30px;
  line-height: 44px;
  background: url(./images/tb.png) no-repeat left 15px center
    #c31616;
  padding-left: 47px;
  color: #ffffff;
}
.subPage .articleList2 {
  overflow: hidden;
}
.pictureList2 ul {
  width: 1000px;
  margin: 15px 0 0 0;
}
.pictureList2 ul li {
  width: 252px;
  float: left;
  margin: 0 44px 0 0;
}
.pictureList2 ul li img {
  width: 252px;
  height: 168px;
}
.pictureList2 ul li p {
  height: 30px;
  line-height: 30px;
  text-align: center;
}

/*分页*/
.pages {
  text-align: center;
  height: 28px;
  *height: 29px;
  font-size: 15px;
  line-height: 28px;

  overflow: hidden;
  padding-left: 15px;
}
.pages img {
  vertical-align: middle;
}
.pages span {
  color: #990000;
  padding: 0 20px 0 0px;
}
.pages a.start,
.pages a.prev,
.pages a.next,
.pages a.end {
  width: auto;
  padding: 0 11px;
}
.pages a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *vertical-align: middle;
  width: 27px;
  height: 28px;
  *height: 29px;
  font-size: 15px;
  text-align: center;
  color: #636363;
  margin: 0 3px;
}
.pages a img {
  *display: block;
  *margin-top: 8px;
}
.pages a:hover {
}
.pages a.on_pages {
  background: #c31616;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
}

.pages_min {
  margin: 25px 0;
  overflow: hidden;
  display: none;
  font-size: 14px;
}
.pages_min a.prev_min,
.pages_min a.next_min {
  display: block;
  width: 100px;
  height: 30px;
  font-size: 13px;
  float: left;
  background: #f9eeee;
  border-radius: 3px;
  color: #666666;
  line-height: 30px;
  text-align: center;
}
.pages_min a.next_min {
  float: right;
}
.pages_min a:hover {
  background: #bd070b;
  color: #fff;
  transition: 0.3s;
}

.picList {
  overflow: hidden;
}
.picList ul {
  margin: 20px -15px;
  overflow: hidden;
}
.picList ul li {
  width: 33.3%;
  float: left;
}
.picList ul li a {
  display: block;
  margin: 8px 15px;
  overflow: hidden;
}
.picList ul li a .art-Img {
  display: block;
  height: 0;
  padding-bottom: 56%;
  border: #cccccc 1px solid;
  overflow: hidden;
}
.picList ul li a .art-Text {
  display: block;
  overflow: hidden;
}
.picList ul li a .art-Text h3 {
  font-size: 14px;
  margin: 14px 0 10px 0;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}
.picList ul li a .art-Text p {
  font-size: 14px;
  color: #999;
  display: block;
  height: 66px;
  line-height: 22px;
  overflow: hidden;
}
.picList ul li a .art-Img img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.picList ul li a:hover .art-Img img {
  transform: scale(1.1);
}

.articleTitle {
  width: 100%;
  text-align: center;
}
.articleTitle h2 {
  font-size: 18px;
  color: #bd070b;
  line-height: 20px;
  padding: 10px 0;
}
.articleTitle h3 {
  font-size: 14px;
  color: #555;
  line-height: 20px;
  padding: 10px 0;
  font-weight: bold;
}
.articleAuthor {
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 10px;
  background: #f5f5f5;
  color: #777;
}
.article {
  overflow: hidden;
  margin: 20px 10px;
  font-size: 16px;
  line-height: 37px;
}
.article img {
  padding: 5px 0;
}
.article i {
  font-style: italic;
}
.article strong {
  font-weight: bold;
}
.Annex {
  padding: 0px;
  overflow: hidden;
  margin-bottom: 30px;
}
.Annex h3 {
  font-size: 16px;
  line-height: 30px;
  color: #bd070b;
  padding-left: 5px;
}
.Annex ul li {
  height: 26px;
  line-height: 26px;
  background: url(./images/li01_03.png) no-repeat 10px center;
  padding-left: 28px;
}
.Annex ul li a {
  font-size: 12px;
  line-height: 24px;
  color: #656464;
}
.Annex ul li a:hover {
  color: #bd070b;
}

/*通栏图片页开始*/
.pictureList_tl2 ul {
  width: 1184px;
  overflow: hidden;
  margin: 20px 0 0 0;
}
.pictureList_tl2 ul li {
  width: 252px;
  float: left;
  text-align: center;
  margin: 0 40px 0 0;
}
.pictureList_tl2 ul li img {
  width: 252px;
  height: 168px;
  display: block;
}
.pictureList_tl2 ul li p {
  height: 30px;
  line-height: 30px;
}
/*通栏图片页结束*/

/*二级页左右分栏开始*/
.con {
  max-width: 1160px;
  height: auto;
  overflow: hidden;
}
.con .con_left {
  width: 260px;
  float: left;
  border: 1px solid #e3e3e3;
  margin: 5px 0 0 0;
}
.con .con_left .left_title {
  height: 50px;
  line-height: 50px;
  background: #bd070b;
}
.con .con_left .left_title h2 {
  padding: 0 0 0 50px;
  background: url(./images/tb.png) no-repeat 10px center;
}
.con .con_left .left_title h2 a {
  font-size: 16px;
  font-family: '微软雅黑';
  color: #ffffff;
  font-weight: bold;
}

.con .con_right {
  width: 870px;
  height: auto;
  float: right;
}

/*二级页左右分栏结束*/

@media screen and (max-width: 138px) {
  .top,
  .nav {
    max-width: 1100px;
  }
  .content,
  .subPage {
    max-width: 1058px;
  }
  .nav ul li {
    padding: 0 4%;
  }
  .articleList ul li {
    height: 38.5px;
    line-height: 38.5px;
  }
  .articleList_image ul.last_ul li {
    height: 38px;
    line-height: 38px;
  }
}

@media screen and (max-width: 124px) {
  .top {
    padding: 0 20px;
  }
  .nav ul li {
    padding: 0 3.5%;
  }
}

@media screen and (max-width: 102px) {
  .nav {
    display: none;
  }
  .snav {
    display: block;
  }
  .logo {
    height: auto;
    padding: 20px 0;
  }
  .logo .logo01 {
    display: block;
    text-align: center;
    margin: 25px auto 10px auto;
  }
  .logo .logo02 {
    margin-top: 0 !important;
  }

  .header {
    height: auto;
  }
  .top {
    height: auto;
    width: auto;
  }
  .articleList01 .title {
    width: auto;
    float: none;
  }
  .mode02 {
    height: auto;
  }
  .articleList01 ul {
    float: none;
    width: 100%;
  }
  .articleList01 ul li {
    width: auto;
    float: none;
  }
  .articleList01 p {
    width: auto;
    float: none;
    height: auto;
    padding: 10px;
    text-align: center;
  }
  .mode01 .lf {
    width: 100%;
    height: auto;
    float: none;
  }
  .mode01 .rt {
    width: 100%;
    height: auto;
    float: none;
    margin: 20px 0 0 0;
  }
  .Banner {
    width: 100%;
    height: auto;
  }
  .flexslider {
    width: 100%;
    height: auto;
  }
  .flexslider ul.slides li img {
    width: 100%;
    height: auto;
  }
  .til_slides {
    bottom: 0px;
  }
  .mode04 .lf {
    padding: 10px 20px 0 20px;
    margin-bottom: 20px;
  }
  .mode05 {
    margin: 20px auto;
  }
  .mode03 {
    margin: 20px 0 0 0;
  }
  .mode03 .lf {
    margin-bottom: 20px;
  }
  .mode03 .lf,
  .mode03 .rt,
  .mode04 .lf,
  .mode04 .rt {
    width: auto;
    float: none;
  }
  .articleList .title {
    height: 40px;
    line-height: 40px;
    background: -webkit-linear-gradient(
      left,
      #de2c00,
      #fe9c1a
    ); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(
      right,
      #de2c00,
      #fe9c1a
    ); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(
      right,
      #de2c00,
      #fe9c1a
    ); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #de2c00, #fe9c1a); /* 标准的语法 */
  }
  .articleList02 .title,
  .articleList03 .title {
    height: 40px;
    line-height: 40px;
    background: #bd070b;
  }
  .articleList02 h2,
  .articleList02 .title a,
  .articleList h2,
  .articleList .title a,
  .articleList03 h2,
  .articleList03 .title a {
    margin: 0 20px;
  }
  .articleList ul li,
  .articleList02 ul li,
  .articleList03 ul li {
    width: 46%;
    float: left;
    margin: 0 1%;
  }
  .channelImage {
    float: none;
    width: 100%;
    height: auto;
  }
  .channelText {
    margin: 0;
  }

  .pages {
    display: none;
  }
  .pages_min {
    display: block;
  }
}

@media screen and (max-width: 76px) {
  .picList ul li {
    width: 50%;
  }
}

@media screen and (max-width: 64px) {
  .content {
    padding: 4px 15px 15px 15px;
  }
  .articleList ul li,
  .articleList02 ul li,
  .articleList03 ul li {
    width: auto;
    float: none;
    height: auto;
    background: none;
    line-height: 1.5;
    padding-top: 10px;
  }
  .articleList ul li:before,
  .articleList02 ul li:before,
  .articleList03 ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ea7559;
    position: absolute;
    left: 38px;
    margin-top: 10px;
  }
  .articleList_image ul.last_ul li {
    width: auto;
    float: none;
    height: auto;
    background: none;
    line-height: 1.5;
    padding-top: 10px;
  }
  .articleList_image ul.last_ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ea7559;
    position: absolute;
    left: 38px;
    margin-top: 9px;
  }
  .channelText ul.lf li,
  .channelText ul.rt li {
    width: auto;
    float: none;
    height: auto;
    background: none;
    line-height: 1.5;
    padding-top: 10px;
  }
  .channelText ul.lf li:before,
  .channelText ul.rt li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ea7559;
    position: absolute;
    left: 38px;
    margin-top: 9px;
  }
  .articleList02 ul li a {
    height: auto;
  }
  .articleList_image ul {
    width: auto;
    padding: 0;
  }
  .articleList_image ul.lf,
  .articleList_image ul.rt {
    float: none;
  }
  .articleList04 ul {
    margin: 20px -15px 0 -15px;
  }
  .articleList04 ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .articleList04 ul li a .art-Text h3,
  .articleList04 ul li a .art-Text p {
    height: auto;
  }

  .articleList h2,
  .articleList02 h2,
  .articleList03 h2,
  .articleList_image .rticleList_image_title h2,
  .articleList04 .rticleList_image_title h2 {
    font-size: 18px;
  }
  .copyRight {
    font-size: 13px;
    padding: 20px 15px;
  }
  .articleList2 ul li {
    height: auto;
    line-height: 1.5;
    background: url(./images/li01_03.png) no-repeat left top 8px;
    padding: 0 0 20px 20px;
  }
  .articleList2 ul li a {
    display: block;
    float: none;
    width: 100%;
    height: auto;
  }
  .articleList2 ul li span {
    display: block;
    float: none;
  }
  .picList ul li {
    width: 100%;
  }
  .logo .logo01 {
    width: 183px;
    height: 30px;
    line-height: 30px;
  }
  .logo .logo01 .logo_01,
  .logo .logo01 .logo_02 {
    height: 30px;
    width: auto;
    margin: 0;
  }
  .logo .logo01 a img {
    height: 30px;
  }
}
.wp_article_list{
    display: ;
    width:auto ;
}
.wp_article_list .list_item {
    width: auto;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px dashed #ccc;
    vertical-align: top;
}
.wp_article_list .list_item .Article_Index{
    margin-top: 13px;
   width:auto;display:none;
}
.page_nav a{
 width:auto !important;
 height: 25px !important;
}
.pages_count{
height: 25px !important;
 line-height: 25px !important;
}
.page_jump{
height: 25px !important;
 line-height: 25px !important;
}
.page_jump span{
float: left  !important;
}

.wp_nav .nav-item a.parent {color:#fff;}


.wp_article_list .list_item .pr_fields{display:block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 80%;}
.wp_article_list .list_item .Article_Title{float:none;margin:0;}
.wp_article_list .list_item span.Article_Title{display:initial;}
#wp_news_w10 .wp_article_list .list_item .pr_fields{width: 70%;}
