.Banner .flex-control-nav {}

.Banner .flex-control-paging li {
  vertical-align: middle;
  position: relative;
}

.Banner .flex-control-paging li a {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-indent: 100em;
  background: #ddd;
}

.Banner .flex-control-paging li a.flex-active, .Banner .flex-control-paging li a:hover {
  background-color: #bd1a2d;
}

.Banner .flex-control-nav li {
  margin: 0 3px;
}

.Banner {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.slide-img {
  display: block;
}

.slide-img i {
  width: 100%;
  height: 0;
  padding-bottom: 66.667%;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 4;
}

.slide-txt {
  padding: 15px 30px;
}

.slide-txt h3 {
  font-weight: normal;
  line-height: 38px;
  height: 76px;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}

.slide-date {
  padding: 10px 0 0;
  display: block;
  height: 20px;
  line-height: 20px;
}

.slide-date i {
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.Banner .flexslider .slides>li a {
  color: #333;
}

.content {
  background: url(../images/body_bg_2020.jpg) no-repeat top center;
  padding-top: 40px;
}

.mode01 {
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-bottom: 20px;
}

.Banner {
  width: 50%;
}

.mode01:before {
  width: 1px;
  height: 100%;
  background: #ddd;
  top: 0;
  left: 50%;
  content: '';
  position: absolute;
}

.tab01 {
  width: 44%;
  padding-right: 3.3%;
  padding-top: 25px;
}

.tabMenu {
  height: 40px;
  line-height: 40px;
  position: relative;
}

.tabMenu:before, .readMore:before, .readMore:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #ddd;
  top: 50%;
  position: absolute;
  left: 0;
}

.tabMenu li {
  position: relative;
}

.tabMenu li a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: #fff;
  padding: 0 18px;
}

.tabMenu li:before, .tabMenu:after, .readMore>span:before, .readMore>span:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ddd;
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  z-index: 4;
}

.tabMenu li:before, .readMore>span:before {
  left: 0;
}

.tabMenu:after, .readMore>span:after {
  right: 0;
}

.tabMenu li:first-child {
  text-align: right;
}

.tabMenu li a {
  color: #999;
}

.tabMenu li.on a {
  color: #bd1a2d;
}

.bmbct-list01 {
  padding-top: 5px;
  ;
}

.bmbct-list01>li {
  padding: 11px 0;
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.3s ease-in-out;
}

.bmbct-list01>li:last-child {
  border-bottom: none;
}

.list-date01 {
  float: right;
  width: 44px;
  padding: 0 8px 0 10px;
  text-align: center;
}

.list-date01 strong {
  padding: 2px 0 6px;
}

.list-date01 strong, .list-date01 i {
  display: block;
  font-weight: normal;
  font-style: normal;
}

.bmbct-list01 a {
  display: table;
  height: 64px;
  line-height: 32px;
}

.bmbct-list01 a>span {
  display: table-cell;
  vertical-align: middle;
}

.readMore {
  height: 30px;
  line-height: 30px;
  position: relative;
}

.readMore span {
  display: block;
  text-align: center;
}

.readMore a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
  color: #bd1a2d;
}

.readMore:after {
  width: 0;
  transition: all 0.35s ease-in-out;
  left: 50%;
}

.readMore:hover:after {
  width: 100%;
  left: 0;
  z-index: 1;
  background: #bd1a2d;
}

.readMore:hover span:before, .readMore:hover span:after {
  background: #bd1a2d;
  transition-delay: 0.4s;
}

.tabListBox {
  display: none;
  transition: all 0.3s ease-in-out;
}

.tabListBox.on {
  display: block;
  transform: translateY(0);
}

.bmbct-list01>li:before {
  content: '';
  transition: all 0.35s ease-in-out;
}

/*mode02*/
.mode02 {
  margin-top: 50px;
  box-sizing: border-box;
  border: 1px solid #eee;
  position: relative;
}

.listTitle02 {
  text-align: center;
  position: absolute;
  width: 90%;
  top: -17px;
  z-index: 10;
  left: 5%;
  transition: all 0.35s ease-in-out;
}

.listTitle02 h2 {
  padding: 0 10px;
  height: 60px;
  line-height: 60px;
  background: #bd1a2d;
  position: relative;
  font-weight: normal;
}

.listTitle02 h2 a {
  display: block;
  color: #fff;
  font-weight: normal;
}

.listTitle02 h2:before, .listTitle02 h2:after, .listTitle02 h2 a:before, .listTitle02 h2 a:after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: 0;
}

.listTitle02 h2:before {
  border-top: 60px solid #bd1a2d;
  border-left: 20px solid transparent;
  left: -20px;
}

.listTitle02 h2:after {
  border-top: 60px solid #bd1a2d;
  border-right: 20px solid transparent;
  right: -20px;
}

.listTitle02 h2 a:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 18px solid #6a0f1a;
  left: -28px;
}

.listTitle02 h2 a:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 18px solid #6a0f1a;
  right: -28px;
}

.bmbct-con1{

}

.bmbct-con1 .gp-fl {
  width: 42.25%;
  position: relative;
  overflow: hidden;
}

.listTitle03 {
  width: 135px;
  text-align: center;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5
}

.listTitle03 a {
  color: #bd1a2d
}

.bmbct-list2 {
  margin-left: 136px;
  padding: 10px 0;
  position: relative;
  z-index: 15;

}

.bmbct-list2 li {
  padding: 10px 0;
  margin-right: 28px;
  transition: all 0.3s ease-in-out;
}

.bmbct-column1:before {
  content: '';
  width: 127px;
  height: 100%;
  background: url(../images/bg01_2020.png) no-repeat left bottom #f9f8f6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.bmbct-column1:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 255px solid #fff;
  border-left: 56px solid transparent;
  position: absolute;
  left: 70px;
  bottom: 0;
  z-index: 0;
}

/*ä¿¡æ¯å…¬å¼€*/
.bmbct-column2 {
  position: relative;
  width: 40.25%;
  overflow: hidden;
}

.bmbct-column2 .listTitle03 {
  left: auto;
  right: 0;
}

.bmbct-list3 {
  padding: 10px 0;
  margin-right: 135px;

  position: relative;
  z-index: 15;
  ;
}

.bmbct-list3 li {
  padding: 10px 0;
  padding-left: 28px;
  transition: all 0.3s ease-in-out;
}

.bmbct-column2:before {
  content: '';
  width: 127px;
  height: 100%;
  background: url(../images/bg02_2020.png) no-repeat left bottom #f9f8f6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.bmbct-column2:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 250px solid transparent;
  border-left: 56px solid #fff;
  position: absolute;
  right: 71px;
  bottom: 0;
  z-index: 0;
}

.readMore2 {
  width: 160px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;

  overflow: hidden;
}

.readMore2 a {
  display: block;
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  top: 60%;
  color: #bd1a2d;
}

.readMore2:before, .readMore2:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #efefef;
  position: absolute;
}

.readMore2:before {
  left: 0;
  transform: rotate(-20deg);
  transform-origin: top;
}

.readMore2:after {
  right: 0;
  transform: rotate(20deg);
  transform-origin: top;
}

.wrap_mode03 {
  background: #f9f8f6;
  padding: 58px 0;
}

.wrapTab2 {
  width: 54.4167%;
}

.listTitle4 {
  width: 78px;
  float: left;
  padding-top: 44px;
}

.listTitle4>a {
  display: block;
  color: #fff;
  padding: 20px 25px;
  background: #bd1a2d;
}

.tabMenu2 {
  border-bottom: 1px solid #dbd9d6;
  padding-left: 4px;
}

.tabMenu2 li {
  margin-left: 24px;
  padding-bottom: 12px;
  position: relative;
}

.tabMenu2 li:before {
  content: '';
  width: 100%;
  height: 4px;
  background: #bd1a2d;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(20px);
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.tabMenu2 li.on:before {
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tab2 {
  margin-left: 78px;
  position: relative;
}

.tab2:before {
  content: '';
  width: 1px;
  height: 102%;
  background: #dbd9d6;
  position: absolute;
  left: 0;
  top: 0;
}

.bmbct-list4 li {
  margin-bottom: 12px;
}

.list-date2 {
  height: 40px;
  border-left: 1px solid #dbd9d6;
  margin-left: 18px;
}

.list-date2 strong, .list-date2 i {
  display: block;
  text-align: center;
  font-style: normal;
  padding-left: 10px;
  line-height: 1;
}

.list-date2 strong {
  font-weight: normal;
}

.bmbct-list4 {
  padding: 20px 0 0 30px;
}

.bmbct-list4 li {
  height: 64px;
  overflow: hidden;
}

.bmbct-list4 li>a {
  line-height: 32px;
  height: 64px;
  display: table;
}

.bmbct-list4 li>a>span {
  display: table-cell;
  vertical-align: middle;
}

.readMore3 {
  height: 32px;
  line-height: 32px;
  border-top: 1px solid #dbd9d6;
  text-align: right;
  position: relative;
}

.readMore3 a {
  color: #bd1a2d;
}

.readMore3:before {
  transition: all 0.3s ease-in-out;
  content: '';
  position: absolute;
  right: 0;
  top: -1px;
  background: #bd1a2d;
  height: 1px;
  width: 0;
}

.bmbct-column3 {
  width: 39.4167%;
}

.bmbct-list5 {
  margin-left: 78px;
  margin-top: 45px;
  position: relative;
  border-top: 1px solid #dbd9d6;
  padding: 26px 0 26px 12px;
  overflow: hidden;
}

.bmbct-list5:after {
  width: 1px;
  height: 45px;
  background: #dbd9d6;
  position: absolute;
  left: -1px;
  top: -45px;
  content: ''
}

.bmbct-list5:before {
  content: '';
  width: 1px;
  height: 102%;
  background: #dbd9d6;
  position: absolute;
  left: 0;
  top: 0;
  ;
}

.bmbct-list5 li {
  margin-bottom: 16px;
}

.bmbct-list5 li>a {
  margin-left: 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  border: 1px solid #dbd9d6;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.bmbct-list5 li>a i {
  color: #ccc5b8;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  margin-right: 14px;
  font-size: 23px;
  border: 1px solid #dbd9d6;
  float: left;
  margin-left: -1px;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}

.mode04 {
  margin-bottom: 80px;
  overflow: hidden;
}

.mode04 .flex-direction-nav {
  display: none;
}

.mode04 .flex-control-nav {
  bottom: 10px;
}

.mode04 .flex-control-paging li a {
  text-indent: 999em;
  background: #fff;
  transition: all 0.35s ease-in-out;
  border-radius: 50%;
  cursor: pointer;
}

.mode04 .flex-control-paging li a:hover, .mode04 .flex-control-paging li a.flex-active {
  text-indent: 999em;
  background: #bd1a2d;
  ;
}

.mode05 {
  margin-bottom: 60px;
}

.bmbct-column5 {
  border: 1px solid #eee;
  width: 48.3%;
  box-sizing: border-box;
  padding: 67px 35px 0;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.bmbct-column5 .listTitle02 h2 {
  background: url(../images/title_bg02_2020.png) no-repeat center;
  min-width: 199px;
}

.bmbct-column5 .listTitle02 h2 a {
  color: #bd1a2d;
}

.bmbct-column5 .listTitle02 h2:before, .bmbct-column5 .listTitle02 h2:after {
  display: none;
}

.bmbct-column5 .listTitle02 h2 a:before, .bmbct-column5 .listTitle02 h2 a:after {
  display: none;
}

.tabMenu3 {
  border-bottom: 1px solid #eee;
}

.tabMenu3 li {
  margin-right: 30px;
  position: relative;
}

.tabMenu3 li:before {
  content: '';
  width: 100%;
  height: 4px;
  background: #bd1a2d;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out;
}

.tabMenu3 li>a {
  display: block;
  padding-bottom: 12px;
}

.tabMenu3 li.on a {
  color: #bd1a2d;
}

.tabMenu3 li.on:before {
  opacity: 1;
  transform: none;
}

/* .tabListBox {overflow: hidden;} */
.bmbct-list6 {
  padding: 28px 0 18px;
  overflow: hidden;
}

.bmbct-list6 li {
  margin-bottom: 30px;
}

.bmbct-list6 li>a {
  display: block;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}

.bmbct-list6 li i {
  width: 34px;
  height: 34px;
  border: 1px solid #eee;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
  float: left;
  margin-right: 15px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

.bmbct-list6 li.color1 i {
  color: #e99e34
}

.bmbct-list6 li.color2 i {
  color: #3491e9
}

.bmbct-list6 li.color3 i {
  color: #b434e9
}

.bmbct-list6 li.color4 i {
  color: #e93481
}

.bmbct-list6 li.color5 i {
  color: #e93434
}

.bmbct-list6 li.color6 i {
  color: #5a34e9
}

.bmbct-list7 {
  overflow: hidden;
  padding-bottom: 18px;
}

.bmbct-list7 li i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #eee;
  float: left;
  margin-right: 13px;
  line-height: 34px;
  text-align: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

.bmbct-list7 li a {
  display: block;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}

.bmbct-list7 li {
  padding: 14px 0 24px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.bmbct-list7 li.color1 i {
  color: #346be9;
}

.bmbct-list7 li.color2 i {
  color: #e99a34;
}

.bmbct-list7 li.color3 i {
  color: #d634e9;
}

.bmbct-list7 li.color4 i {
  color: #52d055;
}

.bmbct-list7 li.color5 i {
  color: #e93434;
}

.bmbct-list7 li.color6 i {
  color: #346be9;
}

.bmbct-list7 li.color5, .bmbct-list7 li.color6 {
  border-bottom: none;
}

.wrap_mode06 {
  background-color: #f9f8f6;
  position: relative;
  overflow: hidden;
}

.wrap_mode06:before {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ede6e0;
  z-index: 2;
}

.mode06 {
  position: relative;
  background-color: #f9f8f6;

  padding-bottom: 42px;
  z-index: 10;
}

.mode06:after {
  content: '';
  width: 820px;
  height: 100%;
  position: absolute;
  left: -359px;
  background: url(../images/bg03_2020.jpg) no-repeat center;
  top: 0;
  background-size: cover
}

.mode06>.gp-fl {
  width: 28.67%;
  position: relative;
  z-index: 5;
  padding-top: 10px
}

.listTitle5 {
  height: 62px;
  line-height: 62px;
  ;
}

.listTitle5 h2 {
  font-weight: normal;
}

.listTitle5 a {
  color: #bd1a2d;
}

.bmbct-list8 {
  margin: 0 -15px 39px;
  overflow: hidden;
}

.bmbct-list8>li {
  margin-bottom: 20px;
}

.bmbct-list8>li>a {
  display: block;
  margin: 0 15px;
  height: 38px;
  line-height: 37px;
  border: 1px solid #eee;
  padding-left: 62px;
  border-radius: 25px;
  background: url(../images/icon_2020.png) no-repeat #fff;
  transition: all 0.3s ease-in-out;
}

.bmbct-list8>li.li1>a {
  background-position: 18px 0;
}

.bmbct-list8>li.li2>a {
  background-position: 18px -76px;
}

.bmbct-list8>li.li3>a {
  background-position: 18px -152px;
}

.bmbct-list8>li.li4>a {
  background-position: 18px -228px;
}

.bmbct-list8>li.li5>a {
  background-position: 18px -304px;
}

.bmbct-list8>li.li6>a {
  background-position: 18px -380px;
}

.bmbct-list8>li>a:hover {
  background: url(../images/icon_2020.png) no-repeat #bd1a2d;
  color: #fff;
  box-shadow: 0 0 5px rgba(189, 26, 45, 0.25);
  border-color: #bd1a2d;
}

.bmbct-list8>li.li1>a:hover {
  background-position: 18px -38px;
}

.bmbct-list8>li.li2>a:hover {
  background-position: 18px -114px;
}

.bmbct-list8>li.li3>a:hover {
  background-position: 18px -190px;
}

.bmbct-list8>li.li4>a:hover {
  background-position: 18px -266px;
}

.bmbct-list8>li.li5>a:hover {
  background-position: 18px -342px;
}

.bmbct-list8>li.li6>a:hover {
  background-position: 18px -418px;
}

.readMore4 {
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 25px;
  background-color: #fff;
}

.readMore4 i {
  color: #bd1a2d;
  margin-right: 15px;
  font-size: 24px;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1
}

.mode06>.gp-fr {
  width: 61.3%;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}

.listTitle6 {
  width: 60px;
}

.listTitle6 a {
  display: block;
  padding: 0 15px;
  position: absolute;
  left: 0;
  top:-50px;
  transform: translateY(150px);
  width: 20px;
  color: #bd1a2d;
}

.tab4 {
  margin-left: 60px;
  position: relative;
}

.tab4:before {
  content: '';
  width: 1px;
  height: 106%;
  background: #dbd9d6;
  position: absolute;
  left: 0;
  top: 0;
}

.tabMenu4 {
  border-bottom: 1px solid #dbd9d6;
  border-left: 1px solid #dbd9d6;
  padding-left: 28px;
}

.tabMenu4 li {
  position: relative;
  margin-right: 20px;
}

.tabMenu4 li>a {
  display: block;
  padding-bottom: 15px;
}

.tabMenu4 li:before {
  content: '';
  width: 100%;
  height: 4px;
  background: #bd1a2d;
  position: absolute;
  left: 0;
  bottom: -1px;
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.35s ease-in-out;
}

.tabMenu4 li.on:before {
  opacity: 1;
  filter: alpha(opacity=10);
  transform: none;
}

.tableList {
  text-align: center;
  line-height: 1.8;
  width: 100%;
}

.tableList .th1 {
  width: 24%;
}

.tableList .th2 {
  width: 35%;
}

.tableList .th3 {
  width: 35%%;
}

.tableList span, .tableList strong {
  font-weight: normal;
  display: block;
  font-size: 1.4rem;
}

.tableList {
  border-width: 0px 0px 1px 0px;
}

.tabList .td3, .tabList .th3 {
  border-left-color: #eee;
}

.tabList .td1, .tabList .th1 {
  border-left: none;
}

.tabList .th2 {
  border-left: 1px solid #dbd9d6;
}

.tabList th {
  font-weight: normal;
}

.tableList .tableLink {
  text-align: left;
  padding: 8px 0;
  padding: 0.8rem 0
}

.tableLink a {
  margin-left: 30px;
  font-size: 1.4rem;
  color: #bd1a2d;
}

.bmbct-list9 {
  margin: 0 -8px;
  padding-left: 30px;
  overflow: hidden;
  
}

.bmbct-list9 li {
  border-bottom: 1px solid #dbd9d6;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.bmbct-list9 li>a {
  display: block;
  margin: 0 8px;
  padding-left: 20px;
}

.bmbct-list9 li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ede6e0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  transition: all 0.3s ease-in-out;
}

.mode07 {
  margin-top: 35px;
  position: relative;
  overflow: hidden;
}

.listTitle7 {
  height: 64px;
  line-height: 64px;
  ;
}

.listTitle7 h2 {
  font-weight: normal;
}

.item-img01.gp-img-responsive {
  padding-bottom: 55.81%;
}

.item-txt01 {}

.mode07 .flexslider .slides>li>a {
  display: block;
  position: relative;
}

.item-txt01 {
  height: 32px;
  line-height: 32px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.item-txt01:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
}

.item-txt01 span {
  position: relative;
  z-index: 5;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  display: block;
}

.mode07 .slick-arrow {
  width: 47px;
  height: 47px;
  border-radius: 0;
  bottom: -60px;
  background: #fff;
  border: 1px solid #eee;
  color: #bd1a2d;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
}

.mode07 .slick-next {
  left: auto;
  right: 50px;
  background: #bd1a2d;
  color: #fff
}

.mode07 .slick-prev {
  right: 0;
}

.mode07 .flex-control-nav {
  display: none;
}

.mode07 .flex-direction-nav li a:after {
  display: none;
}

.mode07 .flex-viewport {
  padding-bottom: 87px;
}

.mode07 #slider .flex-direction-nav {
  display: none;
}

.mode07 #slider {
  width: 310px;
  float: left;
}

.mode07 #carousel {
  margin-left: 340px;
}

/* start */
.slider-for {
  width: 330px;
  float: left;
}

.slider-nav {
  margin-left: 330px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide>a {
  display: block;
  position: relative;
  margin: 0 5px
}

.mode07 .flexslider {
  padding-bottom: 143px;
}

.mode07 .slider-for .slick-list {
  overflow: visible;
}

/* end */
.mode08 {}

.bmbct-list10 {
  border-top: 1px solid #eee;
  ;
}

.bmbct-list10 li>div {
  border-left: 1px solid #eee;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.bmbct-list10 li:first-child>div {
  border-left: none;
}

.linkTitle {
  display: block;
  height: 50px;
  line-height: 50px;
}

.divSelect {
  position: relative;
}

.divSelect cite {
  height: 50px;
  line-height: 50px;
  display: block;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  color: #333;
  font-style: normal;
}

.linkList02 {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 5000;
  background-color: #fff;
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  display: none;
  box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.35);
  ;
}

.linkList02 li {
  padding: 8px 15px;
  font-size: 14px;
  text-align: center;
  width: auto;
}

.linkList02 li:hover {
  background-color: #f1f1f1;
}

.linkList02 li a {
  display: block;
}

.b-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #dabb85;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}

.divSelect.active .b-arrow {
  transform: rotate(180deg);
}

/* .divSelect.active .select_mask{background-color: #004f99;opacity: 1;} */
.phoneMore {
  display: none;
}

@media screen and (min-width:1260px) {
  .bmbct-list2 li:nth-child(5) {
    margin-left: 30px;
  }

  .bmbct-list2 li:nth-child(9) {
    margin-left: 60px;
  }

  .bmbct-list3 li:nth-child(3), .bmbct-list3 li:nth-child(4), .bmbct-list3 li:nth-child(5), .bmbct-list3 li:nth-child(6) {
    transform: translateX(-28px);
  }

  .bmbct-list3 li:nth-child(9) {
    transform: translateX(-56px);
  }
}

@media screen and (min-width:1020px) {
  .readMore3:hover:before {
    width: 100%;
    ;
  }

  .bmbct-list5 li>a:hover i {
    background: #ccc5b8;
    color: #fff;
  }

  .mode07 .flexslider .slides>li:hover .item-txt01:before {
    background: #bd1a2d;
  }

  .mode07 .flexslider .slides>li:hover .item-txt01 span {
    color: #fff
  }

  .slide-txt h3:hover {
    color: #333;
    margin-left: 15px;
  }

  .bmbct-list01>li:hover:before {
    content: '';
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-bottom-color: #fff;
    position: absolute;
    left: -3%;
    top: 0;
    width: 106%;
    height: 100%;
    z-index: 2;
  }

  .bmbct-list01>li, .bmbct-list01>li>a, .bmbct-list01>li>span {
    position: relative;
    z-index: 15;
  }

  .bmbct-list01>li:hover {
    border-bottom-color: #fff;
    transform: scale(1.05);
  }

  .listTitle4 {
    position: relative;
  }

  .listTitle02:hover, .listTitle4:hover {
    opacity: 0.8;
  }

  .bmbct-list6 li:hover i, .bmbct-list7 li:hover i {
    background: #bd1a2d;
    color: #fff;
  }

  .bmbct-list9 li:hover:before {
    -webkit-animation: passing 1s linear infinite;
    animation: passing 1s linear infinite;
    background: #bd1a2d;
  }

  .bmbct-list6 li:hover i, .bmbct-list7 li:hover i, .readMore4:hover i, .bmbct-list5 li>a:hover i {
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
    transform-origin-x: 90%;
    transform-origin-y: 35%;
    transform-origin-z: initial
  }

  .bmbct-list2 li:hover, .bmbct-list3 li:hover {
    transform: translateY(-5px);
  }

  .bmbct-list3 li:nth-child(3):hover, .bmbct-list3 li:nth-child(4):hover, .bmbct-list3 li:nth-child(5):hover, .bmbct-list3 li:nth-child(6):hover, .bmbct-list3 li:nth-child(7):hover, .bmbct-list3 li:nth-child(8):hover {
    transform: translate(-28px, -5px);
  }


}

@media screen and (min-width:998px) {
  .bmbct-list10>li {
    width: 16.66%;
  }

  .mode07 .flexslider .slides>li {
    transition: all 1s ease-in-out;
  }

  .mode07 .flexslider .slides {
    min-height: 185px;
  }

  .mode07 .item-txt01 {}

  .mode07 .flexslider .slides>li.move0 {
    width: 330px !important;
  }

  .slider-for a {
    padding-right: 10px;
    display: block;
  }

  .slider-for .item-txt01 {
    left: 270px;
    background: #fff;
    height: 55px;
    line-height: 55px;
    bottom: -30px;
    border: 1px solid #eee;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: auto;
    padding: 0 10px;
    min-width: 150px;
    transition: all 0.6s ease-in-out;
    transition-delay: 0.4s;
  }

  .slider-for .item-txt01:before {
    background: #fff;
    opacity: 1;
    transition: all 0.35s ease-in-out;
  }

  .slider-for .item-txt01 span {
    color: #333;
    font-size: 18px;
  }

  .slider-for .item-txt01:hover:before {
    background: #bd1a2d;
  }

  .slider-for .item-txt01:hover span {
    color: #fff
  }
}

@media screen and (max-width:998px) {
  .slider-for {
    display: none;
  }

  .slider-nav {
    margin-left: 0;
  }

  .mode07 .flexslider {
    padding-bottom: 90px;
  }

  /* .mode07 .slick-arrow{top: 134px;} */
  
  .view.TRS_UEDITOR table{width: 100% !important;}
}

@media screen and (max-width: 1260px) {
  .bmbct-list01 a {
    line-height: 28px;
    height: 56px;
  }

  .bmbct-list2 li:nth-child(9) {
    margin-left: 0;
  }

  .listTitle4 {
    width: 64px;
  }

  .listTitle4>a {
    padding: 20px 21px
  }

  .tab2, .bmbct-list5 {
    margin-left: 64px;
  }

  .bmbct-list5 {
    padding-left: 0;
  }

  .bmbct-list5 li>a {
    margin-left: 15px;
  }

  .bmbct-column3 {
    width: 41%;
  }

  .bmbct-list5 li>a i {
    margin-right: 10px;
  }

  .bmbct-column5 {
    padding: 67px 25px 0
  }

  .bmbct-list7 li {
    padding-bottom: 21px;
  }

  .mode06>.gp-fl {
    width: 34%;
  }

  .mode06>.gp-fr {
    width: 57%;
  }

}

@media screen and (max-width:998px) {

  .Banner, .tab01, .wrapTab2, .bmbct-column3, .bmbct-column5, .bmbct-column5, .mode06>.gp-fl, .mode06>.gp-fr {
    width: 100%;
    box-sizing: border-box;
    float: none;
  }

  .mode01:before {
    display: none;
  }

  .tab01 {
    padding: 25px; padding-bottom: 0px;
  }

  .bmbct-list2 li:nth-child(5) {
    margin-left: 0;
  }

  .bmbct-list3 li {
    transform: none !important;
  }

  .listTitle03 {
    width: 100px;
  }

  .bmbct-list2 {
    margin-left: 110px;
  }

  .bmbct-list3 {
    margin-right: 100px;
  }

  .readMore2 {
    width: 140px;
  }

  .bmbct-column5 {
    margin-top: 55px;
  }

  .mode04 {
    margin-bottom: 20px;
  }

  .mode06:after, .wrap_mode06:before {
    display: none;
  }

  .bmbct-list8 {
    margin-bottom: 5px;
  }

  .phoneMore {
    display: block;
    border-top: none;
  }

  .mode07 {
    margin-top: 25px;
  }

  .listTitle02 {
    left: 50%;
    transform: translateX(-50%);
    width: auto;
  }

  .bmbct-list7 li.color5, .bmbct-list7 li.color6 {
    border-bottom: 1px solid #eee;
    ;
  }

  .mode07 .flex-viewport {
    padding-bottom: 0;
  }

  .mode07 .flex-direction-nav {
    height: 50px;
    padding: 15px 0;
    text-align: right;
  }

  .mode07 .flex-direction-nav li {
    display: inline-block;
    vertical-align: top;
  }

  .mode07 .flex-direction-nav li a {
    position: static;
    margin: 0 !important
  }
}

@media screen and (max-width:998px) and (min-width:768px) {
  .slide-img {
    width: 50%;
    float: left;
  }

  .slide-txt {
    margin-left: 50%;
  }

  .Banner .flex-direction-nav {
    display: none;
  }

  /* .bmbct-list3 li:first-child{margin-left: 198px;} */
  /* .bmbct-list2 li:first-child{margin-right: 152px;} */

}

@media screen and (max-width: 767px) {

  
.listTitle03 {


  top: 60%;
  
}

  .bmbct-con1 .gp-fl, .bmbct-con1 .gp-fr {
    width: 100%;
    float: none;
  }

  .bmbct-column1 {
    padding: 50px 0 20px; padding-bottom: 0px;
    border-bottom: 1px solid #eee;
   
  }

  .bmbct-list3 {
    border-bottom: 1px solid #eee;
  }

  .readMore2 {
    position: relative;
    padding: 0;
    height: 60px;
    line-height: 60px;
  }

  .readMore2 a {
    transform: none;
    top: 0;
    left: 40%;
  }

  .bmbct-list8>li>a {
    margin: 0 8px
  }

  .bmbct-list8 {
    margin: 0 -8px 5px
  }

  .listTitle6 a {
    padding: 0 5px;
    transform: translateY(100px);
  }

  .tab4 {
    margin-left: 46px;
  }

  .tableList td {
    padding: 0.5rem !important
  }

  .bmbct-list9 li {
    height: 40px;
    line-height: 40px;
  }

  .bmbct-list6 li {
    margin-bottom: 12px;
  }

  .bmbct-list7 li {
    padding: 5px 0 10px;
    margin-bottom: 5px;
  }

  .bmbct-list10>li:last-child {
    width: 100%;
  }

  .slide-txt h3 {
    line-height: 24px;
    height: 48px;
    font-size: 1.8rem;
  }

  .slide-txt {
    padding: 15px
  }

  .bmbct-list10 li:nth-child(3)>div, .bmbct-list10 li:last-child>div {
    border-left: none;
  }

  .tabMenu li a {
    font-size: 20px;
  }
}

@media screen and (max-width:480px) {
  .bmbct-list2 li {
    margin-right: 15px;
  }

  .tabMenu li a {
    font-size: 16px;
    padding: 0 10px;
  }



}

@media screen and (max-width:400px) {
  .bmbct-list2 {
    margin-left: 115px;
  }

  .bmbct-list5>li {
    width: 100%;
  }




}