::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 3px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  height: 30px;
  background-color: #999;
  -webkit-border-radius: 7px;
  outline: 2px solid #fff;
  outline-offset: -2px;
  border: 2px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
  height: 30px;
  background-color: #9f9f9f;
  -webkit-border-radius: 8px;
}

body {
  font-family: Microsoft Yahei;
  position: relative;
}

ul,
li,
ol,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  font-family: Microsoft Yahei;
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #A7241C;
  text-decoration: none;
}

.small_en {
  font-size: 12px;
  -webkit-transform-origin-x: center;
  -webkit-transform: scale(0.6667);
  text-transform: uppercase;
}

.smallsize {
  font-size: 8px;
}

.container {
  margin: 30px auto;
  padding: 0;
  overflow: hidden;
}

.header .container {
  margin: 0 auto;
  padding: 0;
  overflow: visible;
}
.header .logo {
  margin-top: 20px;
}
.header .logo .logotxt {
  display: none;
  margin-bottom: 10px;
}
.header .logo a {
  display: inline-block;
  width: 200px;
  height: 49px;
}
.header .logo a img {
  width: 100%;
}
.header nav {
  float: none !important;
}
.header nav .navbar-header {
  margin: 30px 0 0;
}
.header nav .navbar-header .navbar-toggle {
  padding: 3px;
}
.header nav .navbar-header .navbar-toggle .icon-bar {
  background: #A7241C;
  width: 30px;
  margin: 8px 0;
}
.header nav .meun li {
  text-align: center;
  position: relative;
}
.header nav .meun li a {
  display: block;
  font-size: 14px;
}
.header nav .meun li a span {
  display: block;
}
.header nav .meun li dl {
  position: absolute;
  top: 119px;
  left: 0;
  min-width: 100%;
  padding: 15px 10px;
  z-index: 999;
  background: #A7241C;
  display: none;
}
.header nav .meun li dl dd {
  display: block;
}
.header nav .meun li dl dd a {
  color: #fff;
  padding: 5px 0;
}
.header nav .meun li:hover {
  background: #A7241C;
}
.header nav .meun li:hover a {
  color: #fff;
}

@media (min-width: 768px) {
  .header {
    height: 120px;
  }
  .header .container {
    margin: 0 auto;
    overflow: visible;
  }
  .header .logo {
    margin-top: 20px;
  }
  .header .logo .logotxt {
    margin-bottom: 30px;
    font-size: 12px;
    display: block;
  }
  .header .logo a {
    display: inline-block;
    width: 135px;
    height: 47px;
  }
  .header .logo a img {
    width: 100%;
  }
  .header nav {
    float: right !important;
  }
  .header nav .meun li {
    text-align: center;
    position: relative;
  }
  .header nav .meun li a {
    display: block;
    padding-top: 70px;
    font-size: 14px;
  }
  .header nav .meun li a span {
    display: block;
  }
  .header nav .meun li dl {
    position: absolute;
    top: 119px;
    left: 0;
    min-width: 100%;
    padding: 15px 10px;
    z-index: 999;
    background: #A7241C;
    display: none;
  }
  .header nav .meun li dl dd {
    display: block;
  }
  .header nav .meun li dl dd a {
    color: #fff;
    padding: 5px 0;
  }
  .header nav .meun li:hover {
    background: #A7241C;
  }
  .header nav .meun li:hover a {
    color: #fff;
  }
}
.banner .carousel-control {
  background-image: none;
}

.title {
  text-align: center;
  border: none;
  border-top: 1px solid #000;
}
.title legend {
  font-size: 18px;
}
.title span {
  display: block;
}

.fanwei {
  padding: 15px 0;
  text-align: center;
}
.fanwei li {
  width: 50%;
  height: 220px;
  float: left;
  position: relative;
}
.fanwei li span {
  display: block;
}
.fanwei li .ico {
  margin-bottom: 30px;
  height: 85px;
}
.fanwei li .more {
  width: 85px;
  height: 21px;
  position: absolute;
  bottom: 0;
  margin-left: 50%;
  left: -42.5px;
  display: none;
  background: url(../images/more.png) center no-repeat;
}
.fanwei li .ico1 {
  background: url(../images/ico1-1.png) center no-repeat;
}
.fanwei li .ico2 {
  background: url(../images/ico2-1.png) center no-repeat;
}
.fanwei li .ico3 {
  background: url(../images/ico3-1.png) center no-repeat;
}
.fanwei li .ico4 {
  background: url(../images/ico4-1.png) center no-repeat;
}
.fanwei li .ico5 {
  background: url(../images/ico5-1.png) center no-repeat;
}
.fanwei li:hover .more {
  background: url(../images/more-hover.png) center no-repeat;
}
.fanwei li:hover .ico1 {
  background: url(../images/ico1-2.png) center no-repeat;
}
.fanwei li:hover .ico2 {
  background: url(../images/ico2-2.png) center no-repeat;
}
.fanwei li:hover .ico3 {
  background: url(../images/ico3-2.png) center no-repeat;
}
.fanwei li:hover .ico4 {
  background: url(../images/ico4-2.png) center no-repeat;
}
.fanwei li:hover .ico5 {
  background: url(../images/ico5-2.png) center no-repeat;
}

@media (min-width: 768px) {
  .fanwei {
    padding: 15px 0;
    text-align: center;
  }
  .fanwei li {
    width: 20%;
    height: 220px;
    float: left;
    position: relative;
  }
  .fanwei li span {
    display: block;
  }
  .fanwei li .ico {
    margin-bottom: 30px;
    height: 85px;
  }
  .fanwei li .more {
    width: 85px;
    height: 21px;
    position: absolute;
    bottom: 0;
    margin-left: 50%;
    left: -42.5px;
    background: url(../images/more.png) center no-repeat;
  }
  .fanwei li .ico1 {
    background: url(../images/ico1-1.png) center no-repeat;
  }
  .fanwei li .ico2 {
    background: url(../images/ico2-1.png) center no-repeat;
  }
  .fanwei li .ico3 {
    background: url(../images/ico3-1.png) center no-repeat;
  }
  .fanwei li .ico4 {
    background: url(../images/ico4-1.png) center no-repeat;
  }
  .fanwei li .ico5 {
    background: url(../images/ico5-1.png) center no-repeat;
  }
  .fanwei li:hover .more {
    background: url(../images/more-hover.png) center no-repeat;
  }
  .fanwei li:hover .ico1 {
    background: url(../images/ico1-2.png) center no-repeat;
  }
  .fanwei li:hover .ico2 {
    background: url(../images/ico2-2.png) center no-repeat;
  }
  .fanwei li:hover .ico3 {
    background: url(../images/ico3-2.png) center no-repeat;
  }
  .fanwei li:hover .ico4 {
    background: url(../images/ico4-2.png) center no-repeat;
  }
  .fanwei li:hover .ico5 {
    background: url(../images/ico5-2.png) center no-repeat;
  }
}
.news li a .index_news_img {
  position: relative;
  width: 100%;
  height: 250px;
}
.news li a .index_news_img img {
  width: 100%;
  height: 100%;
}
.news li a .index_news_img .index_news_time {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: #000000;
  padding: 15px 10px;
}
.news li a .index_news_img .index_news_time span {
  display: block;
  color: #fff;
}
.news li a .index_news_title {
  padding: 10px 0 20px;
  border-bottom: 1px solid #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news li a:hover .index_news_time {
  background: #A7241C;
}
.news li a:hover .index_news_title {
  border-bottom: 1px solid #A7241C;
}

.kehu ul li {
  margin-top: 10px;
}
.kehu ul li a {
  position: relative;
  display: block;
}
.kehu ul li a .kehu_txt {
  position: absolute;
  width: 100%;
  left: 0;
  top: 20%;
  text-align: center;
}
.kehu ul li a .kehu_txt span {
  display: block;
  white-space: nowrap;
}
.kehu ul li a .kehu_txt .more {
  width: 85px;
  height: 21px;
  display: inline-block;
  margin: 15px auto 0;
  background: url(../images/more.png) center no-repeat;
}
.kehu ul li a img {
  width: 100%;
}
.kehu ul li a:hover .more {
  width: 85px;
  height: 21px;
  background: url(../images/more-hover.png) center no-repeat;
}

.zhonggulianhang .pic {
  margin-top: 30px;
}
.zhonggulianhang .pic img {
  width: 100%;
}

.footer {
  height: 100px;
  background: #A7241C;
}
.footer .container {
  padding: 0;
}
.footer .container .foot_logo {
  float: none !important;
  text-align: center;
}
.footer .container .copy {
  display: none;
  color: #fff;
  font-size: 12px;
}
.footer .container .copy li {
  float: right;
  width: 33%;
  border-left: 1px solid #fff;
}
.footer .container .copy li:first-child {
  margin-left: 10px;
}
.footer .container .copy li:last-child {
  border-left: none;
}
.footer .container .copy .link {
  padding-left: 15px;
}
.footer .container .copy .link span {
  display: block;
  color: #fff;
}
.footer .container .copy .link a {
  display: block;
  color: #fff;
}
.footer .container .copy .lx {
  padding: 0 15px;
}
.footer .container .copy .lx span {
  display: block;
  font-size: 12px;
  margin: 5px 0;
}
.footer .container .copy .lx .c_name i {
  font-style: normal;
  font-size: 12px;
}

@media (min-width: 768px) {
  .footer {
    height: 130px;
    background: #A7241C;
  }
  .footer .container .foot_logo {
    float: left !important;
    text-align: left;
  }
  .footer .container .copy {
    display: block;
    color: #fff;
    font-size: 12px;
  }
  .footer .container .copy li {
    float: right;
    border-left: 1px solid #fff;
  }
  .footer .container .copy li:first-child {
    margin-left: 10px;
  }
  .footer .container .copy .link {
    padding-left: 15px;
  }
  .footer .container .copy .link span {
    display: block;
    color: #fff;
  }
  .footer .container .copy .link a {
    display: block;
    color: #fff;
  }
  .footer .container .copy .lx {
    padding: 0 15px;
  }
  .footer .container .copy .lx span {
    display: block;
    font-size: 12px;
    margin: 5px 0;
  }
  .footer .container .copy .lx .c_name i {
    font-style: normal;
    font-size: 12px;
  }
}
.n_title {
  padding: 0 0 30px;
  border-bottom: 1px solid #000;
}
.n_title span {
  font-size: 18px;
  display: block;
}

.n_menu {
  padding-top: 20px;
  text-align: center;
}
.n_menu li {
  padding: 0 20px;
  text-align: center;
  display: block;
}
.n_menu li a {
  display: block;
  padding: 3px 0;
}
.n_menu li a.on {
  color: #A7241C;
  border-bottom: 1px dotted #A7241C;
}

@media (min-width: 768px) {
  .n_menu {
    padding-top: 20px;
    text-align: center;
  }
  .n_menu li {
    padding: 0 20px;
    text-align: center;
    display: inline-block;
  }
  .n_menu li a {
    display: block;
    padding: 3px 0;
  }
  .n_menu li a.on {
    color: #A7241C;
    border-bottom: 1px solid #A7241C;
  }
}
.n_content {
  padding: 20px 0;
}
.n_content img {
  width: 100%;
}
.n_content .n_newslist a {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.n_content .n_newslist a .news_title {
  font-size: 20px;
  display: inline-block;
}
.n_content .n_newslist a .more {
  width: 85px;
  height: 21px;
  background: url(../images/more.png) center no-repeat;
  display: none;
  float: right;
}
.n_content .n_newslist a .con {
  text-indent: 2em;
  margin: 30px 0;
}
.n_content .n_newslist a .news_time {
  font-size: 16px;
}
.n_content .n_newslist a:hover {
  border-bottom-color: #A7241C;
}
.n_content .n_newslist a:hover .more {
  background: url(../images/more-hover.png) center no-repeat;
}
.n_content .n_newslists li a {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  overflow: hidden;
}
.n_content .n_newslists li a .news_pic {
  width: 100px;
  height: 60px;
  float: left;
}
.n_content .n_newslists li a .news_pic img {
  width: 100%;
  height: 100%;
}
.n_content .n_newslists li a .news_txt {
  width: calc(100% - 110px);
  float: right;
}
.n_content .n_newslists li a .news_txt .news_title {
  font-size: 14px;
  display: inline-block;
}
.n_content .n_newslists li a .news_txt .more {
  width: 85px;
  height: 21px;
  background: url(../images/more.png) center no-repeat;
  display: none;
  float: right;
}
.n_content .n_newslists li a .news_txt .con {
  text-indent: 2em;
  margin: 30px 0;
  display: none;
}
.n_content .n_newslists li a .news_txt .news_time {
  font-size: 16px;
}
.n_content .n_newslists li a:hover {
  border-bottom-color: #A7241C;
}
.n_content .n_newslists li a:hover .more {
  background: url(../images/more-hover.png) center no-repeat;
}
.n_content .n_news .n_news_title .t {
  font-size: 16px;
}
.n_content .n_news .n_news_title .m {
  float: right;
}
.n_content .n_news .n_news_time {
  font-size: 12px;
  margin: 15px 0;
}
.n_content .n_news .n_news_con {
  line-height: 26px;
}
.n_content .n_news .n_news_con img {
  width: 100%;
}
.n_content .n_news .n_news_next a {
  display: inline-block;
  border: 1px solid #000;
  margin: 10px 2px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  padding: 0 3px;
}
.n_content .n_news .n_news_next .news_prev,
.n_content .n_news .n_news_next .news_next {
  width: 26px;
  text-align: center;
  padding: 0;
}
.n_content .n_pro .nav-tabs {
  border: none;
}
.n_content .n_pro .nav-tabs li {
  margin: 0;
  width: 50%;
}
.n_content .n_pro .nav-tabs li a {
  color: #fff;
  background: #000;
  border-radius: 0;
  border: none;
  margin: 0;
  text-align: center;
}
.n_content .n_pro .nav-tabs li a:hover {
  background: #A7241C;
}
.n_content .n_pro .nav-tabs li.active a {
  background: #A7241C;
}
.n_content .n_pro ul {
  margin-top: 20px;
}
.n_content .n_pro ul li {
  margin: 10px 0;
  cursor: pointer;
}
.n_content .n_pro ul li .b {
  border: 1px solid #000;
  height: 80px;
}
.n_content .n_pro ul li .b i {
  width: 60px;
  height: 100%;
  text-align: center;
  line-height: 80px;
  color: #fff;
  background: #000;
  font-size: 24px;
  font-style: normal;
  display: inline-block;
  float: left;
}
.n_content .n_pro ul li .b .t {
  width: calc(100% - 72px);
  float: left;
  font-size: 12px;
  margin: 10px 0 0 10px;
  height: 68px;
}
.n_content .n_pro ul li .b .t span {
  display: block;
}
.n_content .n_pro ul li .b .t .small_en {
  -webkit-transform-origin-x: 0;
}
.n_content .n_pro ul li:hover .b {
  border-color: #A7241C;
}
.n_content .n_pro ul li:hover .b i {
  background: #A7241C;
}
.n_content .n_pro ul li:hover .b .t {
  color: #A7241C;
}

@media (min-width: 768px) {
  .n_content {
    padding: 20px 0;
  }
  .n_content .n_newslist a {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
  }
  .n_content .n_newslist a .news_title {
    font-size: 20px;
    display: inline-block;
  }
  .n_content .n_newslist a .more {
    width: 85px;
    height: 21px;
    background: url(../images/more.png) center no-repeat;
    display: inline-block;
    float: right;
  }
  .n_content .n_newslist a .con {
    text-indent: 2em;
    margin: 30px 0;
  }
  .n_content .n_newslist a .news_time {
    font-size: 16px;
  }
  .n_content .n_newslist a:hover {
    border-bottom-color: #A7241C;
  }
  .n_content .n_newslist a:hover .more {
    background: url(../images/more-hover.png) center no-repeat;
  }
  .n_content .n_newslists li a {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
    overflow: hidden;
  }
  .n_content .n_newslists li a .news_pic {
    width: 300px;
    height: 180px;
    float: left;
  }
  .n_content .n_newslists li a .news_pic img {
    width: 100%;
    height: 100%;
  }
  .n_content .n_newslists li a .news_txt {
    width: calc(100% - 350px);
    float: right;
  }
  .n_content .n_newslists li a .news_txt .news_title {
    font-size: 20px;
    display: inline-block;
  }
  .n_content .n_newslists li a .news_txt .more {
    width: 85px;
    height: 21px;
    background: url(../images/more.png) center no-repeat;
    display: none;
    float: right;
  }
  .n_content .n_newslists li a .news_txt .con {
    text-indent: 2em;
    margin: 30px 0;
    display: block;
  }
  .n_content .n_newslists li a .news_txt .news_time {
    font-size: 16px;
  }
  .n_content .n_newslists li a:hover {
    border-bottom-color: #A7241C;
  }
  .n_content .n_newslists li a:hover .more {
    background: url(../images/more-hover.png) center no-repeat;
  }
  .n_content .n_news .n_news_title .t {
    font-size: 16px;
  }
  .n_content .n_news .n_news_title .m {
    float: right;
  }
  .n_content .n_news .n_news_time {
    font-size: 12px;
    margin: 15px 0;
  }
  .n_content .n_news .n_news_con {
    line-height: 26px;
  }
  .n_content .n_news .n_news_con img {
    width: auto;
  }
  .n_content .n_news .n_news_next a {
    display: inline-block;
    border: 1px solid #000;
    margin: 10px 2px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    padding: 0 3px;
  }
  .n_content .n_news .n_news_next .news_prev,
.n_content .n_news .n_news_next .news_next {
    width: 26px;
    text-align: center;
    padding: 0;
  }
  .n_content .n_pro .nav-tabs {
    border: none;
  }
  .n_content .n_pro .nav-tabs li {
    margin: 0;
    width: 50%;
  }
  .n_content .n_pro .nav-tabs li a {
    color: #fff;
    background: #000;
    border-radius: 0;
    border: none;
    margin: 0;
    text-align: center;
  }
  .n_content .n_pro .nav-tabs li a:hover {
    background: #A7241C;
  }
  .n_content .n_pro .nav-tabs li.active a {
    background: #A7241C;
  }
  .n_content .n_pro ul {
    margin-top: 20px;
  }
  .n_content .n_pro ul li {
    margin: 10px 0;
    cursor: pointer;
  }
  .n_content .n_pro ul li .b {
    border: 1px solid #000;
    height: 80px;
  }
  .n_content .n_pro ul li .b i {
    width: 60px;
    height: 100%;
    text-align: center;
    line-height: 80px;
    color: #fff;
    background: #000;
    font-size: 24px;
    font-style: normal;
    display: inline-block;
    float: left;
  }
  .n_content .n_pro ul li .b .t {
    width: calc(100% - 72px);
    width: 200px\0 ;
    float: left;
    font-size: 12px;
    margin: 10px 0 0 10px;
    height: 68px;
  }
  .n_content .n_pro ul li .b .t span {
    display: block;
  }
  .n_content .n_pro ul li .b .t .small_en {
    -webkit-transform-origin-x: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .n_content .n_pro ul li:hover .b {
    border-color: #A7241C;
  }
  .n_content .n_pro ul li:hover .b i {
    background: #A7241C;
  }
  .n_content .n_pro ul li:hover .b .t {
    color: #A7241C;
  }
  .n_content .n_pros .n_menu li {
    padding: 0 5px;
  }
}
.pages {
  text-align: center;
}
.pages #pagesize a,
.pages #pagesize span {
  float: none;
}

#map {
  width: calc(100%);
  height: 550px;
}

.n_path {
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding: 0 15px;
  background: #000;
  margin-top: 30px;
}
.n_path a {
  color: #fff;
}