@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  font-family: "微软雅黑";
  background-color: #fff;
  font-size: 14px;
  height: 100%;
}
a,
a:hover {
  text-decoration: none !important;
  outline: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.common_width {
  width: 1200px;
  margin: 0 auto;
}
body ul,
body p {
  margin: 0;
}
ul > li {
  list-style-type: none;
}
img {
  border: none;
  outline: none;
}
input {
  outline: none;
  border: 0;
  font-family: "微软雅黑";
  background: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
/*清除苹果按钮样式*/
.btn:focus {
  outline: none !important;
}
@font-face {
  font-family: "KabelCBook";
  src: url(KabelC-Book.otf);
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
}
/*------LESS------*/
.bd_weixin_popup {
  box-sizing: content-box;
}
.header {
  height: 150px;
  background: url(../images/header_bg.png) no-repeat center top;
}
.header a.logo {
  width: 196px;
  height: 100px;
  float: left;
  background: url(../images/logo.png) no-repeat left center;
}
.header .bdsharebuttonbox {
  height: 100px;
  float: left;
}
.header .bdsharebuttonbox a {
  padding-left: 19px;
  margin: 42px 12px 42px 0;
}
.header .bdsharebuttonbox a.bds_weixin {
  background: url(../images/wechat.png) no-repeat center;
}
.header .bdsharebuttonbox a.bds_tqq {
  background: url(../images/tqq.png) no-repeat center;
}
.header .bdsharebuttonbox a.bds_sqq {
  background: url(../images/qq.png) no-repeat center;
}
.header .bdsharebuttonbox a.bds_more {
  background: url(../images/more.png) no-repeat center;
}
.header form {
  width: 190px;
  height: 32px;
  border: 1px solid #ccc;
  background-color: #fff;
  float: left;
  border-radius: 32px;
  line-height: 30px;
  margin: 34px 0 34px 20px;
}
.header form input[type='text'] {
  float: left;
  width: 158px;
  padding: 0 18px;
  color: #999;
}
.header form input[type='submit'] {
  float: left;
  width: 30px;
  background: url(../images/search.png) no-repeat center;
}
.header .nav {
  height: 50px;
  background-color: #c20e2f;
  padding: 13px 0;
}
.header .nav > ul {
  height: 100%;
  line-height: 24px;
}
.header .nav > ul > li {
  float: left;
  width: 14.28571429%;
  text-align: center;
}
.header .nav > ul > li a {
  color: #fff;
  display: block;
  font-size: 16px;
}
.header .nav > ul > li + li {
  border-left: 1px solid #d1546b;
}
.header .nav > ul > li:first-child {
  text-align: left;
  background: url(../images/home.png) no-repeat left 50px center;
}
.header .nav > ul > li:first-child a {
  padding-left: 82px;
}

.footer {
  line-height: 38px;
  background-color: #990b25;
  text-align: left;
  color: #f0d5ce;
  font-size: 14px;
  /* padding-left: 357px; */
  padding-bottom: 15px;
  padding-top: 15px;
  height: 185px;
}
.footer a,.footer a:hover{
  color: #f0d5ce;
}
.slide {
  height: 517px;
}
.slide .swiper-container {
  height: 100%;
}
.slide .swiper-container a {
  display: block;
  height: 100%;
  position: relative;
}
.slide .swiper-container a p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  background-color: rgba(153, 11, 37, 0.9);
  z-index: 999;
  line-height: 60px;
}
.slide .swiper-container a p span {
  display: block;
  font-size: 18px;
  color: #fff;
}
.slide .swiper-container a p span em {
  font-style: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 80%;
  display: block;
}
.slide .swiper-container .swiper-pagination_shell {
  position: absolute;
  height: 60px;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
}
.slide .swiper-container .swiper-pagination_shell .swiper-pagination {
  right: 0;
  height: 60px;
  font-size: 0;
}
.slide .swiper-container .swiper-pagination_shell .swiper-pagination span.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  border-radius: 10px;
  margin: 25px 0 25px 10px;
  transition: all 0.2s ease 0.1s;
}
.slide .swiper-container .swiper-pagination_shell .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
}
.slide .swiper-container .swiper_btn {
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -600px;
  margin-top: -60px;
}
.slide .swiper-container .swiper_btn .swiper-button-prev {
  width: 60px;
  height: 60px;
  top: 0;
  margin-top: 0;
  background: url(../images/prev.png) no-repeat center;
  left: -120px;
}
.slide .swiper-container .swiper_btn .swiper-button-next {
  width: 60px;
  height: 60px;
  top: 0;
  margin-top: 0;
  background: url(../images/next.png) no-repeat center;
  right: -120px;
}
.main {
  background: url(../images/main_bg.jpg) no-repeat center/cover;
}
.main .common_width {
  padding-top: 30px;
}
.main .common_width .row .col-md-6 h2 {
  height: 38px;
  border-bottom: 2px solid #ae0c2a;
  margin: 0 0;
}
.main .common_width .row .col-md-6 h2 a {
  font-size: 22px;
  color: #c20e2f;
  display: block;
  height: 36px;
  padding-left: 34px;
}
.main .common_width .row .col-md-6 h2 a span {
  line-height: 36px;
  float: right;
  font-size: 14px;
  font-weight: bold;
}
.main .common_width .row .col-md-6.news h2 {
  background: url(../images/news.png) no-repeat left 3px top;
}
.main .common_width .row .col-md-6.news ul {
  padding-top: 22px;
}
.main .common_width .row .col-md-6.news ul li {
  height: 42px;
  line-height: 42px;
}
.main .common_width .row .col-md-6.news ul li p {
  float: left;
  color: #222;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main .common_width .row .col-md-6.news ul li span.date {
  float: right;
  color: #999;
}
.main .common_width .row .col-md-6.news ul li:first-child {
  height: 140px;
  margin-bottom: 16px;
}
.main .common_width .row .col-md-6.news ul li:first-child a {
  display: block;
  height: 100%;
  position: relative;
}
.main .common_width .row .col-md-6.news ul li:first-child a .pic {
  width: 240px;
  height: 100%;
}
.main .common_width .row .col-md-6.news ul li:first-child a .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 262px;
}
.main .common_width .row .col-md-6.news ul li:first-child a .txt h5 {
  font-size: 16px;
  color: #222;
  line-height: 25px;
  height: 50px;
  margin-top: 7px;
  margin-bottom: 6px;
  overflow: hidden;
}
.main .common_width .row .col-md-6.news ul li:first-child a .txt p {
  line-height: 25px;
  height: 50px;
  font-size: 14px;
  color: #999;
  max-width: 100%;
  white-space: normal;
}
.main .common_width .row .col-md-6.news ul li:first-child a .txt span.date {
  line-height: 18px;
  padding-top: 6px;
  float: left;
}
.main .common_width .row .col-md-6.notice h2 {
  background: url(../images/notice.png) no-repeat left 3px top;
}
.main .common_width .row .col-md-6.notice ul {
  padding: 10px 0;
}
.main .common_width .row .col-md-6.notice ul li {
  line-height: 42px;
  height: 42px;
  position: relative;
}
.main .common_width .row .col-md-6.notice ul li em {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid #ae0c2a;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -5px;
}
.main .common_width .row .col-md-6.notice ul li p {
  padding-left: 22px;
  float: left;
  color: #222;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.2s ease 0.1s;
}
.main .common_width .row .col-md-6.notice ul li span.date {
  color: #999;
  font-size: 14px;
  float: right;
  line-height: 42px;
  transition: all 0.2s ease 0.1s;
}
.main .common_width .row .col-md-6.notice ul li:hover p,
.main .common_width .row .col-md-6.notice ul li:hover span.date {
  color: #ae0c2a;
}
.main .common_width .links {
  position: relative;
  padding: 32px 0;
}
.main .common_width .links .swiper_btn{
  display: none;
}
.main .common_width .links li {
  width: 220px;
  height: 56px;
  float: left;
}
.main .common_width .links li a {
  display: block;
  height: 100%;
}
/*.main .common_width .links li + li {
  margin-left: 25px;
}*/
.page {
  padding-top: 240px;
  background: url(../images/pagetit_bg.jpg) no-repeat center top;
}
.page .page_bg {
  background: url(../images/page_bg.jpg) no-repeat center bottom;
}
.page .common_width > .fl {
  width: 280px;
  margin-right: 40px;
  margin-bottom: 40px;
}
.page .common_width > .fl h3 {
  line-height: 50px;
  height: 50px;
  background-color: #990b25;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.page .common_width > .fl > ul {
  background-color: #ebebeb;
  text-align: center;
  padding: 0 25px;
}
.page .common_width > .fl > ul > li {
  line-height: 49px;
  font-size: 16px;
}
.page .common_width > .fl > ul > li a {
  color: #333;
  display: block;
  transition: all 0.2s ease 0.1s;
}
.page .common_width > .fl > ul > li + li {
  border-top: 1px solid #e0e0e0;
}
.page .common_width > .fl > ul > li:hover > a,
.page .common_width > .fl > ul > li.active > a {
  color: #c20e2f;
}
.page .common_width > .fl > ul > li > ul {
  line-height: 40px;
  font-size: 14px;
  background-color: #dbdbdb;
  width: 255px;
  padding-right: 25px;
  /*display: none;*/
}
.page .common_width > .fl > ul > li > ul li {
  position: relative;
}
.page .common_width > .fl > ul > li > ul li em {
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #ae0a29;
  position: absolute;
  left: 66px;
  top: 50%;
  margin-top: -4px;
  opacity: 0;
  transition: all 0.2s ease 0.1s;
}
.page .common_width > .fl > ul > li > ul li a {
  color: #333;
  transition: all 0.2s ease 0.1s;
}
.page .common_width > .fl > ul > li > ul li:hover a,.page .common_width > .fl > ul > li > ul li.active a {
  color: #c20e2f;
}
.page .common_width > .fl > ul > li > ul li:hover em,.page .common_width > .fl > ul > li > ul li.active em {
  opacity: 1;
}
.page .common_width > .fr {
  width: 880px;
  margin-bottom: 40px;
}
.page .common_width > .fr h3 {
  height: 50px;
  line-height: 49px;
  font-size: 22px;
  color: #c20e2f;
  margin: 0;
  border-bottom: 1px solid #ae0c2a;
}
.page .common_width > .fr h3 > a{
  color: #c20e2f;
}
.page .common_width > .fr h3 .crumbs {
  float: right;
  font-size: 14px;
}
.page .common_width > .fr h3 .crumbs a {
  color: #666;
}
.page .common_width > .fr h3 .search_info {
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 49px;
  float: left;
}
.page .common_width > .fr ul.normal_list li {
  line-height: 44px;
  height: 45px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.page .common_width > .fr ul.normal_list li a {
  color: #4c4c4c;
  width: 86%;
  font-size: 16px;
  display: block;
  position: absolute;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  top: 0;
  left: 0;
  transition: all 0.2s ease 0.1s;
}
.page .common_width > .fr ul.normal_list li span.date {
  float: right;
  font-size: 16px;
  color: #999;
  font-family: 'Arial';
}
.page .common_width > .fr ul.normal_list li:hover a {
  color: #ae0c2a;
}
.page .common_width > .fr ul.pic_list {
  padding-top: 22px;
}
.page .common_width > .fr ul.pic_list li {
  height: 136px;
  margin-bottom: 20px;
}
.page .common_width > .fr ul.pic_list li a {
  display: block;
  height: 100%;
  position: relative;
}
.page .common_width > .fr ul.pic_list li a .pic {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
}
.page .common_width > .fr ul.pic_list li a .txt {
  height: 100%;
  padding-left: 230px;
}
.page .common_width > .fr ul.pic_list li a .txt h6 {
  line-height: 46px;
  height: 46px;
  font-size: 16px;
  color: #333;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.2s ease 0.1s;
}
.page .common_width > .fr ul.pic_list li a .txt span.date {
  line-height: 20px;
  height: 20px;
  font-size: 14px;
  color: #999;
  padding-left: 20px;
  background: url(../images/date.png) no-repeat left center;
}
.page .common_width > .fr ul.pic_list li a .txt p {
  line-height: 24px;
  height: 48px;
  color: #666;
  font-size: 14px;
  overflow: hidden;
  margin-top: 12px;
}
.page .common_width > .fr ul.pic_list li:hover a .txt h6 {
  color: #ae0c2a;
}
.page .common_width > .fr ul.notice_list {
  padding-top: 16px;
}
.page .common_width > .fr ul.notice_list li {
  line-height: 40px;
}
.page .common_width > .fr ul.notice_list li a {
  font-size: 14px;
  color: #333;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 22px;
  position: relative;
}
.page .common_width > .fr ul.notice_list li a em {
  width: 3px;
  height: 3px;
  background-color: #990b25;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 19px;
  left: 7px;
}
.page .common_width > .fr ul.notice_list li:nth-child(5n-1) + li {
  box-sizing: content-box;
  padding-bottom: 18px;
  border-bottom: 1px dashed #ebced3;
  margin-bottom: 18px;
}
.page .common_width > .fr .r_content {
  padding-top: 6px;
}
.page .common_width > .fr .r_content p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin: 20px 0;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
.page .common_width > .fr .r_content.smfont_size .tit {
  border-bottom: 1px solid #ebebeb;
  padding: 19px 0 0;
  text-align: center;
}
.page .common_width > .fr .r_content.smfont_size .tit h4 {
  font-size: 24px;
  line-height: 28px;
  color: #c20e2f;
  margin: 0;
}
.page .common_width > .fr .r_content.smfont_size .tit span.date {
  line-height: 40px;
  font-size: 14px;
  color: #999;
}
.page .common_width > .fr .r_content.smfont_size p {
  font-size: 14px;
  line-height: 25px;
}
.page .common_width > .fr .page_nav {
  margin-top: 26px;
}
.page .common_width > .fr .download {
  padding-top: 20px;
}
.page .common_width > .fr .download form {
  height: 245px;
  border: 1px solid #ccc;
  background-color: #fafafa;
  border-radius: 3px;
  padding-left: 47px;
}
.page .common_width > .fr .download form p {
  margin-top: 8px;
  line-height: 50px;
  font-size: 18px;
  color: #333;
}
.page .common_width > .fr .download form input[name='user_name'] {
  width: 302px;
  height: 42px;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: block;
  background: #ffffff url(../images/name.png) no-repeat left 23px center;
  padding: 0 20px 0 62px;
  margin-bottom: 10px;
}
.page .common_width > .fr .download form input[name='password'] {
  width: 302px;
  height: 42px;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: block;
  background: #ffffff url(../images/password.png) no-repeat left 23px center;
  padding: 0 20px 0 62px;
  margin-bottom: 18px;
}
.page .common_width > .fr .download form input[type='button'] {
  width: 120px;
  height: 40px;
  background-color: #ae0a29;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
}
.page .common_width > .fr .download form a {
  line-height: 40px;
  display: inline-block;
  font-size: 14px;
  color: #333;
  padding-left: 22px;
}
.page .common_width > .fr .download h4 {
  margin: 42px 0 0;
  line-height: 50px;
  background-color: #ae0a29;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding-left: 23px;
}
.page .common_width > .fr .download ul.download_list li {
  line-height: 50px;
  background-color: #fff;
  font-size: 14px;
  position: relative;
}
.page .common_width > .fr .download ul.download_list li a {
  display: block;
  color: #333;
  padding-left: 23px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 20px;
}
.page .common_width > .fr .download ul.download_list li span {
  color: #ae0a29;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 50px;
}
.page .common_width > .fr .download ul.download_list li:nth-child(even) {
  background-color: #f7f0f1;
}
.page .common_width > .fr .tab_page {
  padding-top: 276px;
  background: url(../images/tab_bg.jpg) no-repeat center top 20px;
}
.page .common_width > .fr .tab_page .tab_nav {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
.page .common_width > .fr .tab_page .tab_nav span {
  width: 200px;
  margin-right: 1px;
  display: block;
  float: left;
  background-color: #999;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease 0.1s;
}
.page .common_width > .fr .tab_page .tab_nav span.active {
  background-color: #c20e2f;
}
.page .common_width > .fr .tab_page .tab_info {
  padding: 0 20px;
}
.page .common_width > .fr .tab_page .tab_info .txt {
  display: none;
}
.page .common_width > .fr .tab_page .tab_info .txt p {
  font-size: 14px;
  color: #333;
  line-height: 28px;
  margin: 20px 0;
}
.page .red {
  color: #c20e2f !important;
}
.phone_nav {
  display: none;
}
.point_out {
  width: 600px;
  height: 300px;
  background-color: #fff;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -300px;
  text-align: center;
  color: #888;
  z-index: 1002;
  display: none;
}
.point_out a span {
  background-color: #0086f9;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  padding: 0 15px;
  border-radius: 3px;
  margin: 20px auto 0;
  text-decoration: none;
}
.point_out a {
  width: 185px;
  display: inline-block;
}
.point_out p {
  padding: 0 60px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 16px;
  font-size: 16px;
}
.point_out .close_btn {
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../images/close.png) no-repeat center;
  cursor: pointer;
}
.masking {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: transparent;
  transition: all 0.5s ease 0.2s;
  z-index: -1;
}
.masking.active {
  background: url(../images/bgbg.png) repeat center;
  z-index: 1001;
}
.page_nav a{
  color: #333;
  display: inline-block;
  padding: 0 12px;
}

.pic_links{
  height: 230px;
  border-top: 1px solid #d68594;
  border-bottom: 1px solid #d68594;
  padding-top: 27px !important;
}
.pic_links .swiper-slide{
  width: 20%;
}
.pic_links .swiper-slide a{
  display: block;
  height: 100%;
}
.pic_links .swiper-slide a .pic{
  height: 138px;
}
.pic_links .swiper-slide a p{
  line-height: 62px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.links_swiper_btn {
  display: none;
}
/*2020.2.18*/
.pic_links .links_swiper_btn{
  display: block;
}
.pic_links .links_swiper_btn .swiper-button-prev{
  background: rgba(0,0,0,.7) url(../images/222.png) no-repeat center;
  margin-top: -37px;
}
.pic_links .links_swiper_btn .swiper-button-next{
  background: rgba(0,0,0,.7) url(../images/111.png) no-repeat center;
  margin-top: -37px;
}


/*媒体查询*/
@media screen and (max-width: 414px) {
  .phone_nav {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    margin-left: -40%;
    transition: all 0.6s ease 0.2s;
    z-index: 1002;
  }
  .phone_nav.active {
    margin-left: 0;
    display: block !important;
  }
  .phone_nav > .fl {
    background-color: rgba(255, 255, 255, 0.98);
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 46px;
    padding-top: 80px;
    transition: all 0.3s ease 0.2s;
  }
  .phone_nav > .fl > ul > li > a {
    color: #ae0c2a;
    font-size: 0;
    line-height: 46px;
    display: block;
  }
  .phone_nav > .fl > ul > li > a > em {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
  }
  .phone_nav > .fl > ul > li > a > span {
    height: 46px;
    width: 16px;
    padding-left: 8px;
    box-sizing: content-box;
    display: inline-block;
    background: url(../images/phone_more.png) no-repeat right center;
    vertical-align: middle;
  }
  .phone_nav > .fl > ul > li > ul {
    display: none;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .phone_nav > .fl > ul > li > ul a {
    color: #ae0c2a;
  }
  .common_width {
    width: 100%;
    padding: 0 15px;
  }
  .footer {
    line-height: 30px;
    padding: 1px 0;
    padding-left: 42px;
    height: 120px;
    /* margin-left: 30px; */
  }
  .footer a {
    display: block;
    text-indent: -2em;
  }
  .main .common_width .links li {
    width: 280px !important;
    height: 70px;
  }
  .main .common_width .row .col-md-6.notice {
    margin-top: 20px;
  }
  .main .common_width .row .col-md-6.news ul li:first-child a .pic {
    display: none;
  }
  .main .common_width .row .col-md-6.news ul li:first-child {
    margin-bottom: 6px;
  }
  .main .common_width .row .col-md-6.news ul li:first-child a .txt {
    padding-left: 0;
  }
  .header .nav {
    display: none;
  }
  .header a.logo {
    /*width: 46px;*/
    height: 70px;
  }
  .header .bdsharebuttonbox {
    height: auto;
    float: right;
    display: none;
  }
  .header .bdsharebuttonbox a {
    margin: 22px 12px 12px 0;
  }
  .header form {
    float: none;
    margin-top: 50px;
    display: none;
  }
  .header {
    height: 70px;
    overflow: hidden;
    background: url(../images/header_bg.png) no-repeat left 73% top;
  }
  .slide {
    height: 230px;
  }
  .slide .swiper-container .swiper_btn {
    display: none;
  }
  .slide .swiper-container a p {
    height: 40px;
    line-height: 40px;
  }
  .slide .swiper-container a p span {
    font-size: 14px;
  }
  .slide .swiper-container .swiper-pagination_shell {
    height: 40px;
    margin: 0;
    left: 0;
  }
  .slide .swiper-container .swiper-pagination_shell .swiper-pagination {
    height: 40px;
    right: 15px;
  }
  .slide .swiper-container .swiper-pagination_shell .swiper-pagination span.swiper-pagination-bullet {
    margin-top: 15px;
  }
  .slide .swiper-container a p span em,
  .main .common_width .row .col-md-6.news ul li p,
  .main .common_width .row .col-md-6.notice ul li p {
    max-width: 70%;
  }
  .header .nav_btn {
    float: right;
    width: 50px;
    height: 70px;
    display: block;
    background: url(../images/000.png) no-repeat right center;
  }
  .page .common_width > .fl {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .page {
    background-size: 230% auto;
    padding-top: 115px;
  }
  .page .common_width > .fr {
    width: 100%;
  }
  .page .common_width > .fr .r_content.smfont_size .tit {
    padding: 19px 15px 0;
  }
  .page .common_width > .fr .r_content.smfont_size img {
    max-width: 100%;
  }
  .page .common_width > .fr ul.normal_list li a {
    width: 100%;
  }
  .page .common_width > .fr ul.normal_list li span.date {
    display: none;
  }
  .page .common_width > .fl > ul > li > ul {
    width: 100%;
    padding: 0;
  }
  .page .common_width > .fr .tab_page {
    background-size: 120% auto;
    padding-top: 147px;
  }
  .page .common_width > .fr .tab_page .tab_nav {
    height: auto;
    padding: 0 20px;
  }
  .page .common_width > .fr .tab_page .tab_nav span {
    width: 100%;
    margin: 2px 0 0 0;
  }
  .page .common_width > .fr h3 {
    height: auto;
  }
  .page .common_width > .fr .download form {
    padding: 0 20px;
  }
  .page .common_width > .fr .download form input[name='user_name'],
  .page .common_width > .fr .download form input[name='password'] {
    width: 100%;
  }
  .page .common_width > .fr .download form input[type='button'] {
    width: 90px;
  }
  .page .common_width > .fr .download ul.download_list li span {
    display: none;
  }
  .page .common_width > .fr ul.pic_list li a .txt {
    padding-left: 0;
    height: auto;
    padding-top: 196px;
  }
  .page .common_width > .fr ul.pic_list li a .pic {
    height: 192px;
    width: 100%;
  }
  .page .common_width > .fr ul.pic_list li {
    box-sizing: content-box;
    height: auto;
    margin-bottom: 22px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
  }
  /*2019.4.1update*/
  .pic_links{
    height: auto;
  }
  .pic_links .col-md-3{
    width: 50%;
    float: left;
  }
  .pic_links .col-md-3 a .pic{
    height: 102px;
  }
  .main .common_width .links .swiper-wrapper{
    width: 280px;
    height: 70px;
  }
  .main .common_width .links{
    width: 280px;
  }
  .main .common_width .links_swiper_btn{
    height: 0;
    position: relative;
    top: -102px;
    left: 0;
    padding: 0;
    display: block;
  }
  .main .common_width .links_swiper_btn .swiper-button-prev{
    background: url(../images/222.png) no-repeat center;
    opacity: 1;
    left: 0px;
  }
  .main .common_width .links_swiper_btn .swiper-button-next{
    background: url(../images/111.png) no-repeat center;
    opacity: 1;
    right: 0px;
  }
  .main .common_width .links_swiper_btn .swiper-button-next, .main .common_width .links_swiper_btn .swiper-button-prev{
    margin-top: 12px;
  }
  .pic_links .swiper-slide a{
    width: 280px;
    margin: 0 auto;
  }
  .pic_links .links_swiper_btn div{
    margin-top: -48px !important;
  }
}

.foot_right fr{

    padding-right: 359px;
    text-align: center;
    padding-top: 14px;
}

.weixin{
    margin: center;
    /* padding-top: 14px; */
    float: right;
    text-align: center;
    padding-top: 20px;
    /* margin-right: -17%; */
    width: 14%;
}
.foot_left{
      margin-top: 115px;
      width: 50%;
}

.tuanwei{
	background: url(../images/tuanwei.png) no-repeat center;
	background-size: 100%;
}

@media screen and (max-width:980px ) {
  .weixin {
    padding-right: 114px;
  }
  .foot_left{
        width: 100%;
        font-size: 10px;
  }
  .footer{
    padding-left: 0px !important;
  }
}


@media only screen and (max-width: 640px) {
   .weixin {
    padding-right: 114px;
    width: 30%;
  }
}

@media screen and (max-width: 414px){
  .weixin {
    display:none
  }
  .foot_left{
    margin-top: 15px;
    margin-left: 24%;
    width: 50%;
    text-align: center;
  }
}


@media only screen and (max-width: 1240px) {
  .footer {
    line-height: 38px;
    background-color: #990b25;
    text-align: left;
    color: #f0d5ce;
    font-size: 14px;
    padding-left: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 185px;
}
}

@media only screen and (max-width: 1200px) {
  .footer {
    line-height: 38px;
    background-color: #990b25;
    text-align: left;
    color: #f0d5ce;
    font-size: 14px;
    padding-left: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 185px;
}
}