@charset "UTF-8";

@font-face {
  font-family: 'HelveticaNeueLTPro';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local('HelveticaNeueLTPro'), url('../fonts/HelveticaNeueLTPro-Blk.woff2') format('woff2'), url('../fonts/HelveticaNeueLTPro-Blk.woff') format('woff');
}

@font-face {
  font-family: 'TProThEx';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local('TProThEx'), url('../fonts/HelveticaNeueLTPro-ThEx.woff2') format('woff2'), url('../fonts/HelveticaNeueLTPro-ThEx.woff') format('woff');
}

b, strong {
  font-family: 'HelveticaNeueLTPro';
}

body {
  font-family: "Noto Sans SC";
  font-weight: 100;
}


::-webkit-scrollbar

{
    width:6px;
    height:6px;
    background-color:#F5F5F5;
}

/*定义滚动条轨道

 内阴影+圆角*/

::-webkit-scrollbar-track

{

    -webkit-box-shadow:inset 0 0 6px rgba(142,142,142,0.1);

    border-radius:10px;

    background-color:#F5F5F5;

}

/*定义滑块

 内阴影+圆角*/

::-webkit-scrollbar-thumb

{

    border-radius:10px;

    -webkit-box-shadow:inset 0 0 6px rgba(142,142,142,.1);

    background-color:#8e8e8e;

}

img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border: 0;
  display: inline-block;
}

.w100 {
  width: 100%;
}

.index_2 {
  padding: 150px 0;
  position: relative;
  background: #fff;
}

.index_2 .row {
  position: relative;
}

.index_2 p {
  font-size: 16px;
  line-height: 32px;
  padding-left: 60px;
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: justify;

}

.index_2_main {
  position: relative;
}

.index_2_1 {
  position: absolute;
  bottom: -18px;
  right: 280px;
}

.more {
  position: absolute;
  right: 15px;
  bottom: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.more::after {
  content: '';
  display: block;
  width: 76px;
  margin-left: 10px;
  height: 1px;
  background: #000;
}

.more:hover a {
  color: #970707;
}

.more:hover::after {
  background: #970707;
}

.more:hover::before {
  width: 76px;
}

.writh {
  color: #fff;
}

.black {
  color: #000;
}

.aa {
  width: 100%;
  background: #fff;
}

a:hover {
  text-decoration: none;
  color: #970707;
}

.index_3 {
  background: #fff;
}

.index_3 .bt_3 {
  text-align: center;
  color: #000;
}

.index_3 .bt_3 h1 {
  font-size: 50px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 5px;
}

.index_3 .bt_3 h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

/*手风琴*/

.fold_wrap {
  width: 100%;
  height: 740px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 0;
}

.index_3_t {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, .58);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.index_3_t h1 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
  line-height: 28px;
}

.index_3_t h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
  font-family: 'TProThEx';
  line-height: 28px;
}

.index_3_t h2::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  margin: 20px auto;
  background: url('../images/index_3.png') center center no-repeat;
}

.index_3_t h3 {
  font-size: 20px;
  font-weight: 100;
}

.fold_wrap li {
  float: left;
  width: 25%;
  height: 740px;
  position: relative;
  overflow: hidden;

}
.more1 b{
  font-size: 12px;
}

.fold_wrap li .more1 {
  position: absolute;
  bottom:60px;
  width: 100%;
  color: #fff;
  text-align: center;

}

.fold_wrap li .more1 a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.fold_wrap li:hover a {
  color: #970707;
}

.fold_wrap li:hover a::after {
  background: #970707 !important;
}

.fold_wrap li .more1 a::after {
  content: '';
  display: block;
  position: relative;
  top: 2px;
  width: 76px;
  margin-left: 10px;
  height: 1px;
  background: #fff;
}



.fold_wrap li.big {
  width: 875px;
}


.pic_auto {
  width: 100%;
  height: 100%;
}

.index_4 {
  padding: 150px 0;
  overflow: hidden;
  background: #fff;
}

.index_4_main {
  padding-right: 40px;
}

.index_4_main h1 {
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 5px;

}

.index_4_main h1::after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background: #000000;
  margin: 30px 0 30px 0;
}

.index_4_main h2 {
  font-size: 28px;
  margin: 0;
  font-weight: 100;
  line-height: 34px;
}

.index_4_main p {
  margin: 0;
  padding-top: 30px;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}

.index_4_main .more {
  right: inherit;
}

.index_4_main .more::after {
  position: relative;
  top: 2px;
}

.index_4 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.index_4 ul li {
  flex: 1;
  padding-left: 15px;
}

.index_4 ul li img {
  width: 100%;
}

.index_5 {
  min-width: 100%;
  height: 660px;
  width: auto;
}

source.index5 {
  min-width: 100%;
  height: 660px;
  width: auto;
}

video#bgvid {
  position: fixed;
  z-index: -1;
  bottom: 0;
  object-fit: cover;
  min-width: 100%;
  height: 100vh;
  width: auto;
  background-size: cover;
  background-image: url('../images/bj.jpg');
  /*加滤镜*/
  /* filter: blur(15px); //背景模糊设置 */
  /*-webkit-filter: grayscale(100%);*/
  /*filter:grayscale(100%); //背景灰度设置*/
}

.index6 {
  padding: 150px 0
}

.index6 H1,
.index8 H1 {
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 5px;
  margin: 0;
  text-align: center;
}

.index6 H2,
.index8 H2 {
  font-size: 20px;
  font-weight: 400;
  font-family: 'TProThEx';
  margin: 0;
  padding-bottom: 60px;
  text-align: center;
}

.index6 .col-4 {
  overflow: hidden;

}

.index6 .col-4 a {
  color: #000;
}

.index6 .new_thumb .new_thumbimg {
}

.index6 .col-4 .new_thumb {
  position: relative;
}

.index6 .col-4:hover .new_thumb .list_IMG {
  transform:  scale(1.2);
}

.index6 .col-4:hover .jia {
  opacity: 1;
}

.jia {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  opacity: 0;
  z-index: 99;
  background: rgba(0, 0, 0, .7);
}

.index6 .col-4 H3 {
  font-size: 18px;
  font-weight: 100;
  padding-top: 30px;
  height: auto;
  font-weight: 400;
  word-wrap: break-word; /*强制换行*/
  overflow: hidden; /*超出隐藏*/
  text-overflow: ellipsis;/*隐藏后添加省略号*/
  white-space: nowrap;/*强制不换行*/
}

.index6 .col-4 p {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 24px;
  height: 70px;
  display:-webkit-box;
  overflow: hidden; /*超出隐藏*/
  text-overflow: ellipsis;/*隐藏后添加省略号*/
  -webkit-box-orient:vertical; 
  -webkit-line-clamp:3; 

}

.index6 .col-4:hover .more a {
  color: #970707;
}

.index6 .col-4:hover .more::after {
  background: #970707;
}

.index6 .col-4 .more {
  position: relative;
  right: 0;
}

.index7 {
  width: 100%;
  height: 500px;
  background: url('../images/066.jpg') center bottom no-repeat fixed;
}

.index8 {
  padding: 150px 0;
  padding-bottom: 140px;
}

.index8 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.index8 ul li {
  padding: 10px;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index8 ul li img {
  max-width: 100%;
}

.index9 {
  width: 100%;
  background: #F3F1EA;
  padding: 100px 0;
  overflow: hidden;
  padding-bottom: 120px;
}

.index9 H3 {
  font-size: 34px;
  font-weight: 100;
  line-height: 34px;
  margin-bottom: 0;
  padding-bottom: 20px;
  color: rgba(0, 0, 0, .9);
}

.index9 .form {
  padding-left: 40px;
}

.index9 input {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #707070;
  background: none;
  margin-bottom: 27px;
}

.index9 input::placeholder, .index9 textarea::placeholder {
  font-family: 'TProThEx';
  color: #000;
}

.index9 textarea {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #707070;
  background: none;

}

input:focus,
textarea:focus {
  outline: none !important;
}

.index9 button {
  right: 15px;
  margin-top: 40px;
  border: 0;
  display: block;
  width: 126px;
  height: 16px;
  background: url('../images/sub.png') center center no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: absolute;

}

.index9 button:hover {
  background: url('../images/sunb.png') center center no-repeat;
}

.footer {
  width: 100%;
  background: #000000;
  padding: 80px 10%;
  color: #970707;
}

.fot_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}

.fot_top a {
  font-family: 'TProThEx';
  color: #fff;
}

.fot_top ul,
.foot_bot ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}

.fot_top ul {
  margin-right: -26px;
}

.foot_bot ul {
  justify-content: flex-end;
}

.fot_top ul li {
  display: block;
  width: 110px;
  text-align: center;
}

.fot_top ul li .on, .fot_top ul li:hover .no {
  display: none;
}

.fot_top ul li:hover .on {
  display: block;
}

.fot_b {
  line-height: 24px;
  font-size: 24px;
  color: #fff;
  font-family: "Noto Sans SC";
  font-weight: 100;

}

.foot_bot {
  width: 100%;
  padding-top: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.lx_us .fot_no{
    display: block;
}
.foot_bot ul li .yq {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 100%;
  border: 2px solid #fff;
  align-items: center;
  margin-left: 15px;
  justify-content: center;
  cursor: pointer;
}

.foot_bot a {
  color: #fff;
  text-align: right;
  display: block;
  font-size: 12px;
  font-family: "Noto Sans SC";
  font-weight: 100;
  padding-top: 10px;
}

.foot_bot ul li {
  position: relative;
}

.foot_bot li:hover .tc {
  display: block;
}

.foot_bot .tc {
  position: absolute;
  top: -200px;
  text-align: center;
  font-size: 12px;
  left: -60px;
  padding: 5px;
  padding-bottom: 0;
  background: #fff;
  display: none;
  border-radius: 2px;
}

.foot_bot .tc p {
  line-height: 30px;
  margin-bottom: 10px;
}

.foot_bot .tc img {
  width: 140px;
}

/* 导航栏样式 */
/* Navigation Start*/



.header {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 5%;
  top: 0;
  left: 0;
  z-index: 999;
}

.header ul, #nav ul {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.no{
   letter-spacing: 1px;
}
.header li, #nav ul li {
  flex: 1;
  width:90px;
  text-align: center;
  position: relative;
  font-size: 14px;
}

.header li:hover .on,
.active .on, #nav ul li:hover .on {
  display: inline-block !important;
  font-family: 'Noto Sans SC' !important;
}

#nav ul li.active a::after {
  content: '';
  display: none;
}

#nav ul li.active a .on {
  border-bottom: 1px solid #fff;
}

.header li:hover a::after {
  content: '';
  display: block;
  top: 34px;
  width: 46px;
  height: 1px;
  position: absolute;
  left: 50%;
  margin-left: -23px;
  background: #fff;
}

.active a::after {
  content: '';
  display: block;
  top: 34px;
  width: 46px;
  height: 1px;
  position: absolute;
  left: 50%;
  margin-left: -23px;
  background: #fff;
}

.active a .no {
  display: none;
}

.header li:hover .no, #nav ul li:hover .no {
  display: none;
}

.header li a {
  color: #fff;
  font-size: 14px;
  font-family: 'TProThEx', 'Noto Sans SC';
}

#nav ul li a {
  color: #fff;
  font-size: 12px;
  font-family: 'TProThEx', 'Noto Sans SC';
}

.header li .on, #nav ul li .on {
  display: none;
}



#nav {
  height: 60px;
  background: rgba(0, 0, 0, .9);
  top: -60px;
  display: flex;
  padding: 0 5%;
  position: fixed;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  z-index: 9999;
}

.bbb {
  top: 0 !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}



.csss {
  top: -60px !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.top_banner {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_banner p {
  text-align: center;
  color: #fff;
}

.top_banner .p1 {
  font-family: 'HelveticaNeueLTPro';
  font-size: 78px;
  line-height: 78px;
  margin: 0;
}

.top_banner .p2 {
  font-family: 'TProThEx';
  font-size: 78px;
  line-height: 78px;
  margin: 0;
}

.top_banner .p3 {
  font-size: 46px;
  line-height: 46px;
  margin: 0;
}

.top_banner .p3::before {
  content: '';
  display: block;
  width: 78px;
  height: 1px;
  background: #fff;
  margin: 60px auto;
}




/* about_1 */
.about_1 {
  width: 100%;
}

.about_1 ul.menu {
  background: #fff;
  display: flex;
  padding: 80px 0;
  margin: 0 auto;
}

.about_1 ul.menu li {
  flex: 1;
  text-align: center;
  line-height: 30px;
  list-style: none;
  font-size: 26px;
  cursor: pointer;
  position: relative;
}
.about_1 ul.menu li:nth-child(1):after{
  background: none;
}
.about_1 ul.menu li::after{
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #000;
  position:absolute;
  top: 5px;
  left: 0;
}
.about_1 ul.menu li.active {
  color: #970707;
}

.bj_about{
  background: #F3F1EA;
  padding: 80px 0;
}

.bj_about .col-7{
  display: flex;
  align-items: center;
  padding-right: 100px;
}

.bj_about .col-7 h1{
  font-size: 50px;
}
.bj_about .col-7 h1::after{
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background: #000000;
  margin: 30px 0;
}
.bj_about .col-7 p{
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  padding-right: 20px;
}


.about_2{
  width: 100%;
  height: 660px;
}

source.about_2_video {
  min-width: 100%;
  height: 660px;
  width: auto;
}

video#bgvid1 {
  position: relative;
  z-index: -1;
  bottom: 0;
  object-fit: cover;
  min-width: 100%;
  height: 660px;
  width: auto;
  background-size: cover;
  background-image: url('../images/bj.jpg');
  /*加滤镜*/
  /* filter: blur(15px); //背景模糊设置 */
  /*-webkit-filter: grayscale(100%);*/
  /*filter:grayscale(100%); //背景灰度设置*/
}
.about_3 .col-lg-6 ,.about_4 .col-lg-6 {
  padding: 0;
}
.about_3_main{
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_3_r{
  text-align: right;
}
.about_3_r h1{
  font-size: 50px;
  overflow: hidden;
}
.about_3_r h1 b{
  display: block;
}
.about_3_r h1::after{
  content: '';
  margin:30px 0 0 0;
  display: block;
  float: right;
  width: 24px;
  height: 1px;
  background: #000;
}
.about_3_r p{
  font-size: 16px;
  line-height: 30px;
  margin: 30px 0;
}

.fzlc_all{
  max-width: 70%;
  margin: 0 auto;
  position: relative;
}
.swprev1{
margin-bottom: 15px;
background: url('../images/top.png') no-repeat;
height: 15px;
width: 9px;
}
.swprev1:hover{
  margin-bottom: 15px;
  background: url('../images/top1.png') no-repeat;
  height: 15px;
  width: 9px;
  }
.swnext1{
  background: url('../images/bot.png') no-repeat;
height: 15px;
width: 9px;
}
.swnext1:hover{
  background: url('../images/bot1.png') no-repeat;
height: 15px;
width: 9px;
}
.p4{
  font-size: 36px;
  margin: 0;
  padding-top: 15px;
}

.about_4 .col-lg-6{
  background: #F3F1EA;
}
.fzlc_list{
  overflow: hidden;
  height:450px;
  width: 100%;
}
.fzlc_list h1{
  font-size: 20px;
  border-bottom: 1px solid #000;
  display: inline-block;
  font-weight: bold;
}
.fzlc_list p{
  font-size: 16px;
  margin: 0 auto;
}
.fzlc_list .swiper-slide-thumb-active{
  color: #970707;
}
.fzlc_list .swiper-slide-thumb-active h1{
  border-bottom: 1px solid #970707;
}

.cp_menu{
  padding: 80px 0;
  width: 100%;
  overflow: hidden;
}
.cp_menu  ul{
  padding: 0;
  justify-content: center;
  list-style: none;
  align-items: center;
}
.cp_menu  ul li{
  position: relative;
}

.cp_menu  ul li a{
  color: rgba(0, 0, 0, .5);
}
.cp_menu  ul li a.act11,.cp_menu  ul li:hover a{
  color: #000;
}
.cp_menu  ul li::after{
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  background: rgba(122, 122, 122, .5);
  position: absolute;
  left: 0;
  top: 7px;
}
.cp_menu  ul li:nth-child(1)::after{
  background: none;
}
.cp_all{
  width: 100%;

  background: #F3F1EA;
  padding: 80px 10%;
}
.cp_all .cp_list{
  position: relative;
  overflow: hidden;
}
.cp_all .cp_list img{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-size: 100%!important;
}

.cp_all .cp_list .cp_p{
  color: #000;
  font-size: 20px;
  display: flex;
  padding-top: 10px;
  align-items: center;
  padding-bottom: 60px;
}
.cp_all .cp_list .cp_p span{
    position: relative;
    top: -2px;
}
.cp_all .cp_list .cp_p b{
  position: relative;
  font-size: 24px;
  padding-right: 10px;
  margin-right:9px;
}
.cp_all .cp_list .cp_p b::after{
position: absolute;
right: 0;
top: 8px;
content: '';
display: block;
width:1px;
height: 18px;
background-color: #000;
}
.more01{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  color: #000;
}
.more01::after{
  content: '';
  display: block;
  width: 60px;
  margin-left: 10px;
  height: 1px;
  background: #000;
}
.more01:hover::after{
  background: #970707
}
.cp_all .cp_list:hover img {
  background-size: 105%!important;
}

.cp_all .cp_list:hover .cp_p{
  color: #970707;
}
.cp_all .cp_list:hover .cp_p b::after{
 
  background-color: #970707;
}

.show_all {
  width: 100%;
  padding:80px 10%;
}
.show_all img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.show_page{
  margin-top: 120px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.prev_page{
  width: 50%;
  height: 300px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
}
.cp_show_1{
    max-width: 1455px;
    margin:0 auto!important;
}
.prev_page img{
  width: 101%;
  position:absolute; 
  z-index: -2;
/*top: -184px;*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s; 
}
.prev_page i{
  display: block;
  width: 100%;
  height: 100%;
  z-index: -2;
  background:rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s; 
  opacity: 0;
}
.prev_page:hover img{
  transform:  scale(1.2);  
}
.prev_page:hover i{
  opacity: 1;
}
.prev_page h1,.prev_page h2{
  display: block;
  width: 70%;
}
.prev_page h2 b{word-wrap: break-word; /*强制换行*/
  overflow: hidden; /*超出隐藏*/
  text-overflow: ellipsis;/*隐藏后添加省略号*/
  white-space: nowrap;/*强制不换行*/
}
.prev_page h1{
  color: #fff;
  font-size: 18px;
  text-align: right;
  font-weight: 100;
}
.prev_page h2 a{
  color: #fff;
  display: flex;
  justify-content:space-between;
  align-items: center;
}
.o svg{
  opacity: 0.2;
}
.prev_page h2{
  font-family: ;
  color: #fff;
  font-size: 30px;
  text-align: right;
  font-weight: 100;

  font-weight: bold;
}
.al_1{
  padding:110px 0%;
  font-size: 24px;
  text-align: center;
  line-height: 38px;
}
.al_al{
  padding-top: 180px;
}
.al_tit{
  text-align: center;

}
.al_tit h1{
  font-weight: 100;
}
.al_tit{
  background: #F3F1EA;
  padding: 180px 10% 0 10%;
}
.al_meni{
  display: flex;
  margin: 0 auto;
  justify-content: center;
  padding: 80px 15px 0 15px
}

.al_meni dd{
  flex: 1;
  border-bottom: 1px solid #918989;
  margin: 0;
  padding-bottom: 15px;
}
.al_meni dd a{
  color: #4E4B4B;
  font-size: 20px;
}

.al_meni dd.act11{
  border-bottom:3px solid #000;
}
.al_box{
  margin-bottom: 30px;
}
.al_box .al_p{
  position: absolute;
  bottom: 0;
  width: calc( 100% - 30px);
  padding: 20px ;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.al_box i{
  display: block;
  width: calc( 100% - 30px);
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s; 
  opacity: 0;
}
.al_box .al_p h1{
  font-size: 20px;
  color: #fff;
  font-weight: 100;
}
.al_box .al_p span{
  position: relative;
  margin-left:5px;
  padding-left: 8px;
}
.al_box .al_p span::after{
  content: '';
  display: block;
  width: 1px ;
  height: 16px;
  position: absolute;
left: 0;
top: 8px;
background: #fff;
}
.al_box .al_p h2{
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s; 
}
.al_box .al_p h2::after{
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  margin-left: 10px;
  background: #fff;
}
.al_box:hover i,.al_box:hover h2{
  opacity: 1;
}

.show_aal_top{
  background: #F3F1EA;
}
.al_show_1{
  display: flex;
  align-items: center;
  justify-content: center;
}
.al_show_tit{
  width: 70%;
  text-align: center;
}
.al_show_tit h1{
  font-size: 26px;
  font-weight: 100;
  padding-bottom: 20px;
}

.al_show_tit h1 span{
  position: relative;
  margin-left:15px;
  padding-left: 18px;
}
.al_show_tit h1 span::after{
  content: '';
  display: block;
  width: 1px ;
  height: 22px;
  position: absolute;
left: 0;
top: 10px;
background: #000;
}
.al_show_tit p{
  margin: 0;
  line-height: 30px;
}
.show_al_all{
  padding: 40px 0 30px 0;
}
.show_al_all img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
  
}
.show_aal_top .col-6{
  padding: 0;
}
.new_list{
  padding: 120px 10% 60px 10%;
}
.new_shhow{
  padding-top: 180px;
}
.new_thumb{
  overflow: hidden;
  position: relative;
}

.list_IMG{
  position:absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s; 
}
.new_list .col-4{
  padding: 0 20px;
  margin-bottom: 40px;
}
.new_list .col-4 h4{
  font-family: 'TProThEx';
  font-size: 12px;
  display: block;
  letter-spacing:1px;
  height: 16px;
  margin-top: 20px;
}
.new_list .col-4 H3{
  padding-top:5px;
}
.new_tit h2{
  font-family: 'TProThEx';
  padding: 0 5%;
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 40px;
}
.new_tit h1{
  padding: 0 5%;
  font-weight: 100;
  font-size: 50px;
  padding-bottom: 15px;
}
.new_shhow p{
  margin: 0;
}

.jm_1{
  width: 100%;
  padding: 100px 10%;
  background: #F3F1EA;
}
.jm_1 h1{
  font-weight: 100;
  font-size: 50px;
  text-align: center;
  padding-bottom: 70px;
}
.jm_1 .col-3{
  margin: 15px 0;
}
.zm_1_box{
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  padding: 60px 30px 50px 30px;
}
.zm_1_box p{
  text-align:left;
  color: #707070;
  font-size: 14px;
  padding-top: 30px;
  line-height: 24px;
}
.zm_1_box h2{
  font-size: 18px;
  padding-top: 30px;
  font-weight: 100;
}
.jm_2{
  width: 100%;
  padding: 120px 10%;
  background: #fff;
}
.jm_2 .col-5 h2{
  font-size: 26px;
  font-weight: 100;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  position: relative;
}
.jm_2 .col-5 h2::after{
  content: '';
  display: block;
  width: 70px;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: -2px;
}

.jm_2 .col-5 p{
  font-size: 14px;
  line-height: 24px;
  padding-top: 30px;
  text-align: justify;
  margin: 0;
}
.zm_2_box{
margin:0 8px ;
flex:1;
background: #fff;
text-align: center;
padding:40px 4px 10px 4px
}
.zm_2_box h2{
  font-size: 14px;
  padding-top: 40px;
  line-height: 24px;
  font-weight: 100;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hum{
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.xz{
  width: 100%;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.xz a{
  text-align: center;
  color: #000;
}
.xz span{
  display: block;
  margin: 0;
  padding-top: 10px;
}
.lx_us{
  display: flex;
  flex-wrap: wrap;
}
.lx_us dl dt{
  font-size: 20px;
  font-weight: 100;
  padding-top: 10px;
  font-weight: bold;
}
.lx_us dl dd{
  padding-bottom: 30px;
}
.lx_us h4{
  font-weight: 100;
  font-size: 24px;
  position: absolute;
  bottom: 0;
}




#header{
	background-color: #3f8dbf;
	float: left;
	width: 100%;
	height: 50px;
	color: rgba(255,255,255,1);
	line-height: 50px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#header a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	display: block;
	font-size: 15px;
}
#header-left{
	float: left;
	height: 50px;
}
#header-left:hover #header-left-icon{
	background-color: #3F8DBF;
}
#header-left:hover #header-left-text{
	background-color: #599BC8;
}
#header-left-icon{
	float: left;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #35759F;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-left-icon a {
	font-size: 25px;
}

#header-left-text{
	float: left;
	height: 50px;
		-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-left-text a {
	padding-left: 20px;
	padding-right: 20px;
}
#header-right{
	float: right;
	height: 50px;
}
#header-right:hover #header-right-icon{
	background-color: #3F8DBF;
	}
#header-right:hover #header-right-text{
	background-color: #599BC8;
	}
#header-right-icon{
	float: right;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #35759F;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-right-text{
	float: right;
	height: 50px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-right-text a {
	padding-right: 20px;
	padding-left: 20px;
}
.wrapper{
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 150px;
}
.wrapper-inner{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	 -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}
.wrapper-inner-buttons{
	width: 100%;
	float: left;
	margin-top:50px;
	text-align: center;
}
.wrapper-inner-buttons a{
	background-color: #3f8dbf;
	line-height: 35px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 10px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	border-radius: calc(35px / 2);
}
.wrapper-inner-buttons a.current{
	background-color: #f5d76e;
	color: #d35400;
}
.wrapper-inner-buttons a:hover{
	background-color: #35759F;
	color: #fff;
}
.mobile{
	width: 100%;
	float: left;
	margin-top: 100px;
}
.mobile-inner{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
	position: fixed;
  z-index: 999;
}

.mobile-inner-header{
	background-color: rgba(255,255,255,1);
	width: 100%;
	height: 50px;
	position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.mobile-inner-header-icon{
	color: #ffffff;
	height: 50px;
	font-size:25px;
	text-align: center;
	float:right;
	width: 50px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}


.mobile-inner-header-icon-out{
  background: url('/static/assets/wap/images/header.png') center center no-repeat;
  background-size: 24px 17px;
}
.mobile-inner-header-icon-click{
  background: url('/static/assets/wap/images/head.png') center center no-repeat;
    background-size: 24px 17px;
}








.mobile-inner-header-icon span{
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 1px;
	background-color: rgba(0,0,0,1);
}
/* .mobile-inner-header-icon span:nth-child(1){
transform: translateY(4px) rotate(0deg);
	}
.mobile-inner-header-icon span:nth-child(2){
transform: translateY(-4px) rotate(0deg);
	}
	 */



/* 	
.mobile-inner-header-icon-click span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
	}		
.mobile-inner-header-icon-click span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	}
	 */


/* @keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);
	  
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}	



@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  } */
}	
/* 
.mobile-inner-header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
	}		
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	} */

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}	



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

.mobile-inner-nav{
	background-color: rgba(0,0,0,0.9);
	width: 100%;
  height: 100vh;
	position: absolute;
	top: 50px;
	left: 0px;
	display: none;
}
.mobile-inner-nav .aaa{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 80%;
}
.mobile-inner-nav a{
  text-align: center;
	display: inline-block;
	line-height: 50px;
	text-decoration: none;
	width: 100%;
	color: #FFFFFF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight:300;
}
.bbb .on{
  display: none;
}

.bbb .active .no{
  display: none;
}
.bbb .active .on{
  position: relative;
}
.bbb1  .active .on:after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom:10px;
  left: 0;

}
.wap_banner{
  width: 100%;
  height: 100vh;
}
.swiper-pagination span{
  background: #fff;
}



















@media only screen and (min-width: 992px) {
  .cp_menu  ul li{
    padding: 0 28px;
  }
  .cp_menu  ul li a{
    font-size: 16px;
  }
  #mainNav {
    border-bottom: 1px solid transparent;
    background: transparent;
  }

  #mainNav .navbar-brand {
    padding: 10px 20px;
    color: #fff;
  }

  #mainNav .navbar-brand:focus,
  #mainNav .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.8);
  }

  #mainNav .navbar-nav>li.nav-item>a {
    padding: 10px 20px;
    color: #fff;
  }

  #mainNav .navbar-nav>li.nav-item>a:focus,
  #mainNav .navbar-nav>li.nav-item>a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
}

@media only screen and (max-width: 992px) {
  #mainNav {
    transition: background-color 0.5s;
  }
}

@media only screen and (min-width: 992px) {
  #mainNav {
    transition: background-color 0.5s;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }

  #mainNav.is-fixed {
    position: fixed;
    top: -67px;
    transition: transform 0.2s;
    background-color: rgba(0, 0, 0, 0.7);
  }

  #mainNav.is-fixed .navbar-brand {
    color: #fff;
  }

  #mainNav.is-fixed .navbar-brand:focus,
  #mainNav.is-fixed .navbar-brand:hover {
    color: #970707;
  }


  #mainNav.is-fixed .navbar-nav>li.nav-item>a {
    color: #fff;
  }

  #mainNav.is-fixed .navbar-nav>li.nav-item>a:focus,
  #mainNav.is-fixed .navbar-nav>li.nav-item>a:hover {
    color: #970707;
  }

  /* 当js事件触发时，给nav增加 is-visible样式，效果是显示出nav 
	其效果就相当于：
	postion: fixed;
	top:0;
	但是transform 这里使用的是GPU渲染会看起来更加流畅。
 */
  #mainNav.is-visible {
    transform: translate3d(0, 100%, 0);
  }
}



/* Navigation End*/

@media all and (max-width: 768px) {
body{
  max-width: 768px;
  width: 100%;
  margin:0 auto;
}
.cp_show_1{
        padding: 40px 0!important;
}
.cp_show_1 table tr{
    display: flex;
    flex-wrap:wrap ;
}
.cp_show_1 table {
    width: 94%!important;
}
.cp_show_1 table tr td{
    width: 100%;
}
.pp11{
    padding-top: 53px;
    display: block;
    font-size: 30px!important;
}  
.pp33 {
    font-size: 20px!important;
}
.pp {
    font-size: 16px;
    line-height: 30px;
    padding-left: 0px!important;
    padding-top: 30px!important;
    text-align: left!important;;
}
.pc{
  display: none;
}
.index_2,.index_4,.index6{
  padding: 60px 40px;
}
.index_2 p {
  font-size: 14px;
  line-height:28px;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  text-align: justify;
  margin: 0;
}
.index_2_1{
  display: none;
}

.index_3_wap{
  display: flex;
  width: 100%;
  padding: 0;
  flex-wrap: wrap;
  margin: 0;
}
.index_3_wap li{
  width: 50%;
  border: 2px solid #fff;
}
.index_4_main{
  padding: 0;
}
.index_4_main h1 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 5px;
  padding-top: 30px;
}
.index_4_main h1::after {
  content: '';
  display: block;
  width: 12px;
  height: 1px;
  background: #000000;
  margin: 30px 0 30px 0;
}

.index_4_main h2 {
  font-size: 20px;
  margin: 0;
  font-weight: 100;
  line-height: 28px;
}
.more{
  position: relative;
}
.index_4 .more{
  margin-top: 30px;
}

.index6 H1, .index8 H1 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 5px;
  margin: 0;
  text-align: center;
}
.index6 H2, .index8 H2 {
  font-size: 12px;
  font-weight: 400;
  font-family: 'TProThEx';
  margin: 0;
  padding-bottom: 30px;
  text-align: center;
}
.index6 .col-4{
  width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
.index6 .col-4 p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  height: auto;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.index6 .col-4 .more{
  margin-bottom: 30px;
}
.index6 .col-4 H3 {
  font-size: 18px;
  font-weight: 100;
  padding-top: 20px;
  height: auto;
  font-weight: 400;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index8{
  padding: 60px 15px;
}
.index8 ul li {
  padding: 10px;
  width: 33.333%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index9 .form{
  padding: 0;
  padding-top: 30px;
}
.index9 H3 {
  font-size: 34px;
  font-weight: 100;
  line-height: 34px;
  margin-bottom: 0;
  padding-bottom: 20px;
  color: rgba(0, 0, 0, .9);
  text-align: center;
}

.index9 button {
  right: 15px;
  margin-top:30px;
  border: 0;
  display: block;
  width: 126px;
  height: 16px;
  background: url(../images/sub.png) center center no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: absolute;
}


.index9{
  padding: 60px 15px 100px 15px;
}
.foot_bot {
  width: 100%;
  padding-top:0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot_bot ul {
  justify-content:center;
}
.foot_bot ul li .yq {
    width: 36px;
    height: 36px;
    display: flex;
    border-radius: 100%;
    border: 1px solid #fff;
    align-items: center;
    margin: 0 10px;
    justify-content: center;
    cursor: pointer;
}
.fot-b{
  padding: 40px 0;
}
.footer{
  padding: 0;
}
.wap_top{
  padding: 10px 0;
  border-bottom: 1px solid rgba(122, 122, 122, .6);
  display: flex;
  justify-content: center;
}

.foot_wap_bot{
  text-align: center;
  padding-top: 30px;
}
.foot_wap_bot p{
  margin: 0;
  font-size: 12px;
  color: #fff;
  padding-bottom: 5px;
}
.foot_wap_bot img{
  margin-bottom: 15px;
}
.about_1 ul.menu {
  background: #fff;
  display: flex;
  padding: 60px 0;
  margin: 0 auto;
}

.about_1 ul.menu li {
  flex: 1;
  text-align: center;
  line-height: 16px;
  list-style: none;
  font-size:18px;
  cursor: pointer;
  position: relative;
}
.about_1 ul.menu li::after {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  background: #000;
  position: absolute;
  top: 3px;
  left: 0;
}

.bj_about{
  padding: 0 0;
}
.about_wap_1{
  padding: 60px 15px;
}
.bj_about .col-12{
  padding: 0;
}
.bj_about .col-12 h1 {
  font-size: 26px;
  padding-top: 20px;
}
.bj_about .col-12 h1::after {
  content: '';
  display: block;
  width: 12px;
  height: 1px;
  background: #000000;
  margin: 20px 0;
}
.bj_about .col-12 p {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  padding-right: 0px;
}
.wap_about_2{
  width: 100%;
}
.about_3{
  padding: 60px 15px;
}

.about_3 .col-lg-6, .about_4 .col-lg-6 {
  padding: 15px;
}
.about_3_r h1 {
  font-size: 26px;
  overflow: hidden;
}
.about_3_r h1::after {
  content: '';
  margin: 20px 0 0 0;
  display: block;
  float: right;
  width: 24px;
  height: 1px;
  background: #000;
}

.about_3_r p {
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
}

.fzlc_all {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.about_4 .row{
  flex-direction: column-reverse;
  padding-bottom: 50px;
}


.about_4 .wap_video_cz{
  padding: 60px 15px;
}

.about_4{
  background: #F3F1EA;
}

.about_4 .swiper-slide{
  text-align: right
}
.swprev1,.swnext1 {
  float: right;
}
#cp_wap_menu_box{
  display: none;
}



.cp_wap_main{
  width: 100%;
  padding: 25px ;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.cp_wap_main h1{
  font-size: 16px;
  font-weight: 100;
  margin: 0;
}
.cp_wap_main h1 b{
  font-size: 20px;
}
.cp_wap_main h1 span{
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.cp_wap_main h1 span::after{
  content: '';
  display: block;
  height: 14px;
  width: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 5px;
}

#cp_wap_menu{
  font-size: 14px;
  display: flex;
  align-items: center;
}
#cp_wap_menu span{
  font-size: 14px;
  padding-right: 5px;
}
#cp_wap_menu_box ul{
  padding: 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 15px ;
}
#cp_wap_menu_box ul li{
  padding:5px 8px;
  border:1px solid #000;
  margin: 5px;
}
#cp_wap_menu_box ul li a{
  color: #000;
  font-size: 14px;
  line-height: 14px;
}

.cp_all{
  padding: 60px 20px;
}
.cp_all .cp_list{
  padding: 0;
}

.cp_all .cp_list img{
  background-size: cover!important;
}

.cp_all .cp_list .cp_p {
  color: #000;
  font-size: 14px;
  display: flex;
  padding-top: 10px;
  align-items: center;
  padding-bottom:30px;
}

.cp_all .cp_list .cp_p b {
  position: relative;
  font-size: 18px;
  padding-right: 10px;
  margin-right: 9px;
}

.cp_all .cp_list .cp_p b::after {
  position: absolute;
  right: 0;
  top: 6px;
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  background-color: #000;
}



.show_all{
  padding: 60px 15px 20px 15px;
}

.cp_wap_shp{
  margin-top: 50px;
}
.prev_page {
  width: 100%;
  height: 140px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.show_page {
  margin-top: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prev_page h1 {
  color: #fff;
  font-size: 14px;
  text-align: right;
  font-weight: 100;
}
.prev_page h2 b {
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}

.al_1 {
  padding: 60px 30px;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
}
.al_tit {
  background: #F3F1EA;
  padding: 60px 15px 0 15px;
}
.al_tit h1{
  font-size: 20px;
}
.al_meni {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  padding: 40px 15px 0 15px;
}
.al_meni dd a {
  color: #4E4B4B;
  font-size: 16px;
}
.al_meni dd {
  flex: 1;
  border-bottom: 1px solid #918989;
  margin: 0;
  padding-bottom: 8px;
}
.al_box {
  padding: 5px;
}
.al_box img{
  background-size: cover!important;
}
.al_box .al_p {
  position: absolute;
  bottom: 0;
  width: calc( 100% - 10px); 
   padding: 0;
   left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 6px;
}
.al_box .al_p h1{
  font-size: 14px;
}
.al_box .al_p h2{
  display: none;
}

.al_box .al_p span::after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  left: 0;
  top:6px;
  background: #fff;
}
.al_box i {
  display: block;
  width: calc( 100% - 10px);
  height:calc( 100% - 10px);;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top:5px;
  left:5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
}
.wap_show_al_1,.wap_show_al_2{
  flex: 0 0 100%;
    max-width:100%;
}
.wap_show_al_2{
  padding: 60px 15px!important;
}
.al_show_tit{
  width: 100%;
}

.al_show_tit p{
  text-align: left;
}
.show_al_all{
  padding: 40px 15px 0 15px;
}

.new_list .col-4 h4 {
  font-family: 'TProThEx';
  font-size: 12px;
  display: block;
  height: auto;
  margin-top: 20px;
}
.new_tit h1 {
  padding: 0 ;
  padding-top: 30px;
  font-weight: 100;
  font-size: 18px;
  padding-bottom: 10px;
}
.new_tit h2 {
  font-family: 'TProThEx';
  padding: 0 0;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 20px;
}

.jm_1 {
  width: 100%;
  padding: 60px 15px;
  background: #F3F1EA;
}
.jm_1 h1 {
  font-weight: 100;
  font-size: 20px;
  text-align: center;
  padding-bottom: 30px;
}
.jm_1 .col-3 {
  margin: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 5px;
}
.zm_1_box {
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  padding: 30px 10px 30px 10px;
}
.zm_1_box p {
  text-align: left;
  color: #707070;
  font-size: 14px;
  padding-top: 10px;
  line-height: 24px;
}
.jm_2 {
  width: 100%;
  padding: 60px 15px 20px 15px;
  background: #fff;
}

.jm_2 .col-5{
  flex: 0 0 100%;
  max-width:100%;
}

.jm_2 .col-5 h2 {
  font-size: 18px;
  font-weight: 100;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  position: relative;
}
.jm_2 .col-5 p {
  font-size: 14px;
  line-height: 24px;
  padding-top: 15px;
  text-align: justify;
  margin: 0;
  padding-bottom: 40px;
}
.zm_2_box {
  flex:auto;
  width: 40%;
  background: #fff;
  text-align: center;
  padding: 40px 4px 10px 4px;
  margin:  5px;
}
.zm_2_box h2 {
  font-size: 14px;
  padding-top:20px;
  line-height: 24px;
  font-weight: 100;
  margin-bottom: 0;
  padding-bottom: 0;
}
.jm_3 .row,.jm_1 .row{
  margin: 0;
}
.xz {
  width: 100%;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.lx_us,.us_wap{
  flex: 0 0 100%;
  max-width:100%;
}
.lx_us dl dd {
  padding-bottom: 15px;
}
.lx_us dl{
  margin-bottom: 0;
}
.lx_us h4 {
  font-weight: 100;
  font-size: 24px;
  position: relative;
  bottom: 0;  
}
.us_t{
  text-align: left!important;
  padding-top: 30px;
}

}







@media all and (min-width: 769px) {
  .pc{
    display: block;
  }
  .wap{
    display: none;
  }
  }
@media all and (min-width: 1024px) {
  
  .about_2{
    width: 100%;
    height: 560px;
  }
  
  source.about_2_video {
    min-width: 100%;
    height: 560px;
    width: auto;
  }
  
  video#bgvid1 {
    position: relative;
    z-index: -1;
    bottom: 0;
    object-fit: cover;
    min-width: 100%;
    height: 560px;
    width: auto;
    background-size: cover;
    background-image: url('../images/bj.jpg');
    /*加滤镜*/
    /* filter: blur(15px); //背景模糊设置 */
    /*-webkit-filter: grayscale(100%);*/
    /*filter:grayscale(100%); //背景灰度设置*/
  }
  
  
  
  .index_4_main {
    flex: 0 0 38%;
    max-width: 38%;
  }

  .index_4_main {
    padding-right: 20px;
    padding-bottom: 30px;
  }

  .index_4_main h1 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 5px;
  }

  .index_4_main h1::after {
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    background: #000000;
    margin: 15px 0 15px 0;
  }

  .index_4_main h2 {
    font-size: 22px;
    margin: 0;
    line-height: 28px;
  }

  .index_4_main p {
    margin: 0;
    padding-top: 15px;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
  }

  .index_4_main .more {
    right: inherit;
  }

  .index_4_main .more::after {
    position: relative;
    top: 2px;
  }

}

@media all and (min-width: 1580px) {
  .cp_menu  ul li{
    padding: 0 35px;
  }
  .cp_menu  ul li a{
    font-size: 18px;
  }
  .about_2{
    width: 100%;
    height: 760px;
  }
  
  source.about_2_video {
    min-width: 100%;
    height: 760px;
    width: auto;
  }
  
  video#bgvid1 {
    position: relative;
    z-index: -1;
    bottom: 0;
    object-fit: cover;
    min-width: 100%;
    height: 760px;
    width: auto;
    background-size: cover;
    background-image: url('../images/bj.jpg');
    /*加滤镜*/
    /* filter: blur(15px); //背景模糊设置 */
    /*-webkit-filter: grayscale(100%);*/
    /*filter:grayscale(100%); //背景灰度设置*/
  }
  
  
  
  .index_4_main {
    flex: 0 0 25%;
    max-width: 40%;

  }

  .index_4_main {
    padding-right: 40px;
  }

  .index_4_main h1 {
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 5px;
  }

  .index_4_main h1::after {
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    background: #000000;
    margin: 30px 0 30px 0;
  }

  .index_4_main h2 {
    font-size: 28px;
    margin: 0;
    line-height: 34px;
  }

  .index_4_main p {
    margin: 0;
    padding-top: 30px;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
  }

  .index_4_main .more {
    right: inherit;
  }

  .index_4_main .more::after {
    position: relative;
    top: 2px;
  }

}