
  /*  */
  .ft1{
    color: #ff5722;
    font-size: 29px;
    font-family: fantasy;
  }
  .ft2{
    color: #333333;
    line-height: 32px;
    font-weight: 300;
    font-size: 19px;
    font-family: 'Roboto Condensed';
  }
  /*  */
.main_more{position:relative;display:inline-block;margin-top:25px;transition:all .5s;z-index:3;font-size: 16px;color: #333;line-height:48px;height: 48px;border-radius:0;padding-right: 0.35rem;overflow: hidden;font-weight: 700;text-transform: uppercase;background: #fac515;clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);width: 172px;padding-left: 12px;}
.main_more:hover{color: #333 !important;text-decoration: none;}
.main_more:before{content: "";position: absolute;height: 0%;left: 50%;top: 50%;width: 150%;z-index: -1;transition: all 0.35s ease 0s;background:rgba(255,255,255,0.5);-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);transform: translateX(-50%) translateY(-50%) rotate(-25deg);}
.main_more:hover:before{height: 450%;transition: all 1s ease 0s; background: rgba(255,255,255,0.1);}
.main_more:after{content:'';background: url(../images/icon.png) no-repeat;width:8px;height: 14px;display: inline-block;margin-left: 10px;margin-top: -3px;background-position: -32px -54px;transition:all .5s;vertical-align: middle;}
.main_more:hover:after{animation: scroll_right_anim 1.5s infinite;}
/*  */
.main_title{margin-bottom: 32px;text-align:center;position: relative;z-index: 5;}
.main_title .s_title{margin: 0;margin-bottom:10px;color: #fac515;line-height: 100%;text-transform: uppercase;letter-spacing: 5px;display: block;font-weight: 600;font-family: math;font-size: 25px;}
.main_title em{color:#333333;margin:0;position:relative;z-index: 2;display: block;}
.main_title .text{color:#808080;line-height: 28px;max-width: 52%;margin: auto;margin-top: 12px;font-family: fangsong;font-size: 16px;}
.main_title .line{display: inline-block;position: relative;width:60px;height:2px;margin-top: 0.15rem;overflow: hidden;background: #fac515;}
.main_title .line:after{content:'';width:6px;height:2px;position: absolute;left: 0;bottom: 0;background: #fff;
	-webkit-animation: animborder 2s linear infinite;
	animation: animborder 2s linear infinite;
}
.main_title .bg{display: block;position: absolute;left: 0;top: 0;text-align: center;width: 100%; line-height: 0.75;font-weight:700;opacity: 0.06;text-transform: uppercase;
	word-break: break-word;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #28303e;
    -webkit-text-fill-color: transparent;
    transition: all .3s ease-in-out;
}
@keyframes animborder {
	0% {
	  -webkit-transform: translateX(0px);
	  transform: translateX(0px);
	}
	100% {
	  -webkit-transform: translateX(60px);
	  transform: translateX(60px);
	}
  }
/*  */
.imgtop{
  margin-top: -100px;
}
/*  */
.foot{
  background: linear-gradient(45deg, #00BCD4, #eb4e4e);
}
/*  */
 
 .list{list-style: none;}
 .list li{display: flex;margin-bottom: 15px;}
 .list li .icon{display: inline-block;background: url(../images/icon.png) no-repeat;min-width: 18px;height: 18px;margin-top: 5px;}
 .list li p{margin: 0;font-size: 14px;line-height: 28px;color: #d1d1d1;margin-left: 10px;}
 .list li a{font-size: 14px;line-height: 24px;color: #d1d1d1;}
 .list li a:hover{color: #fac515;}
 .list li .fcon-add{display: inline-block;padding:4px 15px;font-size: 16px;text-transform: uppercase;color: #fff;margin-top: 20px;transition:all .5s;border-radius:30px;font-weight: 700;
	background: linear-gradient(to right, #f0bb08, #e98911);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #f0bb08), color-stop(1, #e98911));
}
 .list li .fcon-add:after{content:'';display: inline-block;margin-left: 5px;margin-top: -2px;vertical-align: middle;background: url(../images/icon.png) no-repeat;width: 12px;height: 10px;background-position: -83px -56px;transition:all .5s;}
 .list li .fcon-add:hover{text-decoration: none;color: #fff;}
 .list li .fcon-add:hover:after{animation: scroll_right_anim 1.5s infinite;}

.footer .social_icons{list-style: none;margin-top: 35px;}
.footer .social_icons li{display: inline-block;margin:0;margin-right:10px; padding: 0;border: none;position: relative;overflow: hidden;vertical-align:middle;}
.footer .social_icons li a{display: inline-flex;align-items: center;justify-content: center;width: 36px;height: 36px;border-radius: 50%;background: rgba(255,255,255,0.2);}
.footer .social_icons li a:hover{background: #fac515;}
/*  */
#bg-img{
  background-image: url("../images/about_h50.jpg");
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 121px 0px 120px 0px;
  position: relative;
}
#bg-img::after{
  content: " ";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #000000;
  opacity: 0.3;
}
#bg-img ul{
  padding:20px;
  margin: 0;
  position: relative;
  z-index: 2;
}
#bg-img li{
  list-style-type: none;
  text-align: center;
  color: #fff;
}
/*  */
.shadoxBox{
  box-shadow: 0 3px 50px rgba(0,22,55,.1607843137254902)
}
/*  */
/*  */

.link-bar {
  /* display: block; */
  position: relative;
  z-index: 5;
  background: #f3a321;
  font: 0/0 'Open Sans',Arial,sans-serif;
  text-align: center
}

 .link-bar ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  width: 100%;
  max-width: 1600px;
  margin: 0;
  padding: 0;
  background: #999 url(../images/bg-concrete.jpg) no-repeat center center;
  background-size: cover;
  box-shadow: 0 15px 25px rgba(0,0,0,0.75)
}

 .link-bar ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  width: 20%;
  margin: 0;
  padding: 0
}

 .link-bar ul li a {
  display: block;
  position: relative;
  margin: 0;
  padding: 40px 20px;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #000;
  border-left: 2px solid rgba(255,255,255,0.75);
  border-right: 2px solid rgba(0,0,0,0.75);
  font: 30px/70px 'enigmatic';
  color: #FFF;
  text-shadow: -2px -2px 0 rgba(0,0,0,1),0 0 50px rgba(0,0,0,1),0 0 50px rgba(0,0,0,1);
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  transition: background .3s ease
}

 .link-bar ul li a:before, .link-bar ul li a:before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  margin: 0 -110px;
  padding: 0;
  border-top: 0px solid transparent;
  border-left: 110px solid transparent;
  border-right: 110px solid transparent;
  border-bottom: 30px solid #f3a321;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease
}

 .link-bar ul li a:after, .link-bar ul li a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 20px;
  left: 80px;
  right: 80px;
  height: 12px;
  background: #f3a321;
  transform: skew(-45deg);
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease
}

 .link-bar ul li a:hover, .link-bar ul li a.nav-active {
  background: #000;
  background: rgba(0,0,0,0.6)
}

 .link-bar ul li a:hover:before, .link-bar ul li a.nav-active:before {
  top: -50px;
  opacity: 1;
  filter: alpha(opacity=100)
}

 .link-bar ul li a:hover:after, .link-bar ul li a.nav-active:after {
  left: 60px;
  right: 60px;
  opacity: 1;
  filter: alpha(opacity=100)
}
@media only screen and (min-width:768px) and (max-width:959px){ .link-bar ul li a{font-size:28px;line-height:28px}}
@media only screen and (max-width:767px){ 
  .link-bar ul{
    padding: 20px;
  }
  .link-bar{margin:20px 0} .link-bar ul li{width: 49%;} .link-bar ul li a{padding:20px 20px;font-size:24px;line-height:24px} .link-bar ul li a:before, .link-bar ul li a:before{display:none!important} .link-bar ul li a:after, .link-bar ul li a:after{display:none!important}
}
/*  */
.con{
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
/*  */
.t{
  font-family:fantasy;
  font-weight: 200;
  line-height: inherit;
  letter-spacing: 0px;
}
/*  */
@media (max-width:1680px){}
.header:hover a{color:#333;}
.header{background: transparent;transition: ease .5s;border-bottom:1px solid rgba(255,255,255,0.1);}
.header.on{
}
.ny-header{background: #fff;}
.header-con{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header.on .header-con{border: none;}
.header:hover .logo{filter: grayscale(0%) brightness(100%);}
.header .logo{height: 100%;z-index: 1200;}
.header .logo span{float:right; font-size:25px; margin-left:13px; font-family: "classic"; /*font-style:oblique; */letter-spacing:4px; margin-top:7px; color:#000;}
.header .logo span i{font-size:12px; letter-spacing:3px; display:block; margin-top:1px; color:#333; text-transform: uppercase;}
.header .logo img{
    height: 100%;
}
.header-right{display: flex;align-items: center;}
.header-top{background: url()no-repeat center;transition: ease .5s;padding: 25px 0;}
.ny-top{background: #fff;}
.ny-top .header-language a:hover{color: #F0BB44;}
.header-slogan{float: left;font-size: 22px;line-height: 40px;color: #341d17;}
.header-phone{display: flex;align-items: center;background: linear-gradient(
33deg, #00d43e, #4987f3);padding: 0px 12px;border-radius: 16px;}
.header-phone h4{ font-family: "DIN-BOLD"; font-size: 22px; letter-spacing:0.5px;}
.header-phone span{/* display: inline-block; *//* font-family: "ITCAvantGardeStd-BkCn"; *//* font-size: 22px; *//* line-height: 30px; *//* color: #341d17; */}
.header.on .header-search{ height:86px;}
.header-search{float:right;position: relative;  height:100px; text-align:center; margin-right:20px; }
.leg{float: right;color:#fff;margin-left: 25px;}
.leg a{font-size:16px;color:#fff;line-height:100px;display:inline-block;}
.header.on .leg a{color:#222;height: 88px;line-height: 88px;margin-right:0;}
.bt-search{position: relative;border: none;background: none;float: left;text-align: center;cursor: pointer;transition: .5s;z-index: 10;}
/* .bt-search:hover{background: #fff;} */
.bt-search .sub-bot{display: inline-block;width:47px;height:25px; margin-top:38px; background: transparent;border: none;z-index: 3;cursor: pointer;background: url(../images/20240828133244_1942147039.png) no-repeat center transparent;padding-right: 0px; background-size: 100% 100%;}
/* .header:hover .header-phone::before{background-image: url(../images/20240828133354_1688961819.png);} */
.header:hover .header-phone{}
/* .header.on .sub-bot, .ny-header .sub-bot{background-image: url(../images/20240828133244_1942147039.png); margin-top:33px;} */

.language{float: left;position: relative;padding-right: 18px;margin-right: 18px;font-size: 16px;line-height: 24px;}
.language::before{position: absolute;content: "";width: 1px;height: 17px;background: rgba(255,255,255,.6);right: 0;top: 50%;transform: translateY(-50%);}
.language a{display: block;width: 22px;height: 21px;background: url()no-repeat center;background-size: 100% 100%;transition: ease .5s;}
.language a:hover, .header.on .language a:hover, .ny-header .language a:hover{background-image: url();}
.header.on .language a, .ny-header .language a{background-image: url();}
.header.on .language::before, .ny-header .language::before{background: #414141;}
.header.on .header-phone, .ny-header .header-phone{color: #fff;}
/* .header.on .header-phone::before, .ny-header .header-phone::before{background-image: url(../images/20240827172034_1468346142.png);} */
.header-navbar{}
.navbar{transition: ease .5s;font-family: 'Roboto Condensed';font-size: 22px;}
.navitem{float: left;padding: 0 26px;}
.navitem > a{display: inline-block;/* font-size: 16px; *//* color: rgba(255,255,255,1); */line-height: 42px;-webkit-transition: all .4s;-o-transition: all .4s;transition: all .4s;background: transparent;padding: 35px 0;position: relative;}
.dropdown-menu{display:none;width:100%;left:0;position:absolute;background:#fff;border-top:1px solid #cfdae3;height: 100px;text-align: center;}
.dropdown-menu ul{display:flex;justify-content:center;width:100%;}
.dropdown-menu ul li{margin: 0px 18px;}
.dropdown-menu ul li dl{display:none;}
.dropdown-menu ul li img{display:block;margin:0 auto;height: 29px;}
.dropdown-menu ul li p{margin-top: 12px;line-height:20px;}
.dropdown-menu ul li a{display: block;color: #333333;}
.navitem.single{/*position: relative;*/}
.navitem:hover .dropdown-menu{display: flex;align-items: center;    justify-content: center;}
.dropdown-pad{text-align: center;background: #fff;padding: 8px 20px;}
.dropdown-menu a{display: block;font-size: 16px;/* padding: 2px 0; */color: #333;transition: ease .5s;border-top: 1px dashed #e5e5e5;}
.dropdown-menu a:hover{color: #ee7b1d;font-weight:bold;}
.dropdown-menu a:first-child{border-top: none;} @media (max-width:640px){.intw-txt, .pro-ul li .intw-txt, .pro-ul li:hover .intw-txt{padding: 30px 0;}
.abtbanner-font h4, .abtbanner-font h3, .abtbanner-font p{color: #222;}
.intw-slide:hover .intw-txt{transform: none;}
.intw-slide:hover .intw-txt::before{display: none;}
.intw-slide:hover .intw-txt h3{color: #333;}
.intw-slide:hover .intw-txt p{color: #666;}
.intw-slide:hover .intw-txt span{background-color: #ee7b1d;height: 2px;width: 29px;}
.intw-txt p, .intw-slide:hover .intw-txt p{-webkit-line-clamp: 2;}}
/* .navitem.active>a{font-weight: bold;color: #fff;} */
.navitem:hover > a, .ny-header .navitem:hover > a{color: #ee7b1d;}
.navitem > a::before{position: absolute;content: "";width: 0px;height: 3px;background: #ee7b1d;left: 50%;bottom: 21%;transform: translateX(-50%);transition: ease .5s;}
.header.on .navitem:hover > a::before, .header.on .navitem.active > a::before, .ny-header .navitem.active > a::before{width: 100%;}
.header.on{}
.header.on .navitem > a{padding: 28px 0;}
.header.on .navitem.active > a, .ny-header .navitem.active > a{color: #ee7b1d;font-weight: bold;}
.header .navitem:hover > a::before,.header.on .navitem:hover > a::before, .header.on .navitem.active > a::before, .ny-header .navitem.active > a::before{width: 100%;}
.header.on .navitem > a:hover{color: #ee7b1d;}
/*  */
.call{
  /* flex: 1; */
  color: #fff;
  line-height: 78px;
  font-size: 32px;
  font-family: fantasy;
  letter-spacing: 1px;
}
/*  */
@media (max-width: 768px) {
  .owl-dots{
    display: none !important;
  }
}
.foot{
  background-image: url("/s/fb.jpg");
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 121px 0px 120px 0px;
  position: relative;
}
.foot::after{
  content: " ";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #000000;
  opacity: 0.65;
  z-index: 1;
}
.footBox{
   z-index: 999;
   position: relative;
 
}
.footBox::after{
  content: " ";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #000000;
  opacity: 0.4;
 
  z-index: 2;
}
.foot_a{
  position: relative;
  z-index: 999;
}
/*  */
.topnav{
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo{
  max-width: max-content;
  /* height: auto; */
  max-height: 42px;
}
.navbg { position: absolute; top: 1px; right: 1px; }
.nav {/* width: auto; *//* position: relative; */display: block;display: flex;justify-content: center;align-items: center;}
.btn-nav {position: absolute;background: transparent;border: none;padding-top: 0.1em;transition: all .5s ease;cursor: pointer;z-index: 99999;}
.btn-nav:focus { outline: 0; }
/*  */
.icon-bar {display: block;margin: 6px 0;width: 42px;height: 5px;background-color: #ff0103;}
.btn-nav:hover .icon-bar {transition: all 1s ease;background-color: #f80406;}
.nav-content {position: fixed;top: -100%;bottom: 0;left: 0;right: 0;background: -webkit-linear-gradient(left, #0093E9, #80D0C7);display: block;height: 100%;z-index: 991;}
.nav-list { list-style: none; padding: 0; position: relative; top: 10%; }
.item-anchor:after { content: ""; position: absolute; width: 3px; height: 3px; left: 0; bottom: 0; z-index: 9; background: transparent; transition: all 1s ease; }
.item-anchor { color: #fff; font-size: 16px; text-transform: uppercase; position: relative; text-decoration: none; line-height: 0.6rem; }
.item-anchor:hover, .item-anchor:focus { color: #FCA311; transition: all 1s ease; }
.item-anchor:hover:after, .item-anchor:focus:after { width: 100%; background: #FCA311; transition: all 1s ease; }
.nav-item {text-align: center;font-size: 15px;line-height: 42px;}
.nav-item a { color: white }
.animated { display: block; margin: 0 auto; }
.animated:hover .icon-bar, .animated:focus .icon-bar { background-color: white; }
.animated:focus { cursor: pointer; z-index: 9999; }
.middle { margin: 0 auto; }
.icon-bar { transition: all .7s ease; z-index: 999999; }
.animated .icon-bar { z-index: 999999; background-color: #aa741c; }
.animated .top { transform: translateY(10px) rotateZ(45deg); }
.animated .bottom { transform: translateY(-11px) rotateZ(-45deg); }
.animated .middle { width: 0; }
 @keyframes showNav { from {
 opacity:0;
 top: -100%;
}
to { opacity: 1; top: 0; }
}
 @-webkit-keyframes showNav { from {
 opacity:0;
 top: -100%;
}
to { opacity: 1; top: 0; }
}
.showNav { animation: showNav 1s ease forwards; -webkit-animation: showNav 1s ease forwards; }
 @keyframes hideNav { from {
 top: 0;
 transform:rotateZ(-360deg);
}
to { top: -100%; }
}
 @-webkit-keyframes hideNav { from {
 top: 0;
 transform:rotateZ(-360deg);
}
to { top: -100%; }
}
.hideNav { animation: hideNav 1s ease forwards; -webkit-animation: hideNav 1s ease forwards }
.hid{
  display: none;
}
/*  */
footer { height: 72px; overflow: hidden; }
.home_menu { max-width: 640px; opacity: 0.9; min-width: 320px; position: fixed; bottom: 0; width: 100%; z-index: 19; min-height: 70px; float: left; background: #fff; box-shadow: 0 0 1px rgb(0 0 0 / 50%); }
.home_menu ul {width: 100%;overflow: hidden;display: flex;justify-content: space-around;}
.home_menu .li {position: relative;padding: 9px 0;}
.home_menu .li span { font-size: 12px; margin-top: 4px; display: block; }
.home_menu .li a { color: #0e0101; display: block; text-align: center; position: relative; }
.home_menu .li img { display: block; width: 24%; margin: 1px auto 0px; }
.home_menu .li1 { width: 22%; position: absolute; top: -30%; left: 39%; }
.home_menu ul li i { display: block; font-size: 30px; }
/*  */
.ihonour ul div { height: 3rem !important; }
/*  */
.cpaaa{
  display: flex !important;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.cpaaa img{
    margin-right: 16px !important;
    height: 72px !important;
}
/*  */
/*  */
.newslist li {
  box-shadow: 0px 0px 10px #ddd;
  padding: 20px;
  position: relative;
  margin: 2px 2px 2% 0;
  overflow: hidden;
}
.newshx:after,
.newshx:before,
.newssx:after,
.newssx:before {
  display: block;
  content: "";
  position: absolute;
  transition: all 0.5s ease;
  background: #ee7b1d;
}
.news_more {
  position: absolute;
  bottom: 20px;
  right: 25px;
}
.newshx:after,
.newshx:before {
  width: 0px;
  height: 3px;
}
.newshx:after {
  top: 0px;
  left: 0px;
}
.newshx:before {
  bottom: 0px;
  right: 0px;
}
.newssx:after {
  top: 0px;
  left: 0px;
}
.newssx:before {
  bottom: 0px;
  right: 0px;
}
.newssx:after,
.newssx:before {
  height: 0px;
  width: 3px;
}
.newslist li:hover .newshx:after,
.newslist li:hover .newshx:before {
  width: 100%;
}
.newslist li:hover .newssx:after,
.newslist li:hover .newssx:before {
  height: 100%;
}
.newspic {
  float: left;
  overflow: hidden;
  width: 20%;
}

@media only screen and (max-width:767px){ 
  .newspic{width: 100%;} 
  .newswa {width: 100% !important;}  
  .date{display:none !important}
}


.newspic img {
  width: 100%;
}
.newswa {
  width: 78%;
  float: right;
  padding-top: 1%;
}
.news_a a {
  font-size: 20px;
  font-weight: bold;
}
.news_a span {
  /* float: right; */
  font-size: 20px;
  color: #999;
  font-weight: bold;
}
.news_a .da{ 
   float: right;
}
.news_body {
  margin-top: 2%;
  font-size: 14px;
  line-height: 28px;
  transition: all 0.3s ease;
  position: relative;
  color: #888;
}
.news_more a {
  display: inline-block;
  padding: 0 23px;
  line-height: 34px;
  font-size: 14px;
  border-radius: 17px;
  background: #666;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
}
.newslist li:hover .news_body {
  padding-left: 2%;
}
.newslist li:hover .news_more a {
  border-radius: 0px;
  background: #ee7b1d;
}
.newslist li:hover .news_a a {
  color: #033893;
}
/*  */
.content h1 {
  font-size: 22px;
  text-align: center;
  padding-top: 10px;
  color: #ff0000;
  font-weight: 200;
  margin: 0;
  margin-bottom: 21px;
}
.date {
  font-size: 13px;
  line-height: 38px;
  height: 38px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 8px;
  margin-top: 8px;
  display: flex;
  text-align: center;
  justify-content: space-around;
}
.date span {
  margin-left: 4px;
  float: left;
  margin-right: 2px;
}
.date span b {
  color: #040000;
  font-weight: 200;
}
.content {
  line-height: 34px;
  margin-left: 0px;
  font-size: 15px;
  padding: 5px 0 28px;
}
.content > p {
  margin-bottom: 0px;
  text-indent: 19px;
  font-size: 15px;
  line-height: 35px;
}
.content > p>span {
  text-wrap: revert-layer !important;
}
.content > p iframe {
  width: 100%;
}
.content > h3 {
  /* text-align:center; */
  color: #ff5722;
  font-size: 16px;
  margin-bottom: 6px;
  height: 30px;
  margin-top: 6px;
  line-height: 30px;
  font-weight: 200;
  border-left: 6px solid #ff5722;
  padding-left: 15px;
}
.content img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  margin-top: 12px;
}
.content a {
  /* color: #009ce1; */
  margin-top: 30px;
}
.content .fanye {
  padding: 6px;
  width: 96%;
  font-size: 16px;
  height: 36px;
  line-height: 30px;
  margin: 2px auto;
  color: #140101;
}
.content table {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 12px;
  font-size: 13px;
}
/*  */
.fc{
  font-size: 32px;
  line-height: 34px;
  color: #1b1b1b;
  font-family: Impact;
}
.boxa{
line-height: 33px;
font-weight: 300;
}
 /*  */
 canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.button {
  background: none;
  position: relative;
  display: inline-block; 
  text-decoration: none;
  z-index: 2;
  font-weight: 100;
  font-size: 20px;
  letter-spacing: 1px;
}
