@charset "utf-8";
/* CSS Document */
.mobileshow {
  display: none!important;
}
body {
  padding-top: 100px;
}

::-webkit-scrollbar {/*滚动条整体样式*/

	width: 2px;     /*高宽分别对应横竖滚动条的尺寸*/

	height: 1px;

}

::-webkit-scrollbar-thumb {/*滚动条里面小方块*/

	border-radius: 10px;

	 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

	background: #535353;

}

::-webkit-scrollbar-track {/*滚动条里面轨道*/

	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

	border-radius: 10px;

	background: #EDEDED;

}
.header {
  height: 100px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.header.header1 {
  height: 80px;
}
.header.header1 .logo {
  top: 22px;
}
.header.header1 .index_nav > ul > li {
  position: relative;
}
.header.header1 .index_nav > ul > li > a {
  line-height: 80px;
}
.header.header1 .header_top {
  line-height: 80px;
}
.header .logo {
  top: 32px;
  left: 100px;
  z-index: 2;
}
.header .index_nav {
  right: 270px;
  top: 0px;
  border-right: solid 1px #eeeeee;
}
.header .index_nav > ul {
  text-align: center;
  margin-bottom: 0;
}
.header .index_nav > ul > li {
  float: none;
  display: inline-block;
  position: relative;
  padding-left: 37px;
  padding-right: 37px;
}
.header .index_nav > ul > li > a {
  display: block;
  color: #231815;
  font-size: 18px;
  line-height: 100px;
}
.header .index_nav > ul > li.active a,
.header .index_nav > ul > li > a.on,
.header .index_nav > ul > li > a:hover {
  color: #e60012;
}
.header .index_nav > ul > li .xl {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #fff;
  display: none;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.header .index_nav > ul > li .xl li a {
  height: 50px;
  line-height: 50px;
  color: #333;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  padding: 0 20px;
}
.header .index_nav > ul > li .xl li a:hover {
  background: #e60012;
  color: #fff;
}
.header .header_top {
  width: 270px;
  position: absolute;
  right: 0;
  text-align: center;
  color: #666666;
  font-size: 18px;
  line-height: 100px;
  font-family: "Montserrat";
}
.header .header_top span {
  color: #e81728;
}
.dw {
  position: relative;
  display: block;
  top: -80px;
}
.menu {
  font-size: 22px;
  position: absolute;
  right: 15px;
  top: 18px;
  color: #000;
  border: solid 1px #000;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  display: none;
  z-index: 1;
}
.hsbtm {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
.menu_close {
  font-size: 14px;
  padding: 10px;
  background: #fff;
  color: #000;
  position: absolute;
  top: 0px;
  left: -39px;
  z-index: 11;
  display: none;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .owl-theme .owl-controls {
  margin-top: 0;
}
.banner #owl-demo1 {
  width: 102%;
}
.banner #owl-demo1 .owl-dots {
  display: block!important;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
}
.banner #owl-demo1 .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  margin-left: 8px;
  margin-right: 8px;
  width: 16px;
  height: 25px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: url(../images/huawen.png) no-repeat center center;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0.7;
}
.banner #owl-demo1 .owl-dots .owl-dot.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.banner #owl-demo1 .active .item .item_abs .tit,
.banner #owl-demo1 .active .item .item_abs .tit1,
.banner #owl-demo1 .active .item .item_abs .tit2,
.banner #owl-demo1 .active .item .item_abs span.db {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.banner #owl-demo1 .active .item .item_abs .tit {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.banner #owl-demo1 .active .item .item_abs .tit1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.banner #owl-demo1 .active .item .item_abs .tit2 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.banner #owl-demo1 .active .item .item_abs span.db {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.banner #owl-demo1 .item {
  display: block;
}
.banner #owl-demo1 .item img {
  width: 100%;
}
.banner #owl-demo1 .item .item_abs {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-left: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner #owl-demo1 .item .item_abs .tit {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.banner #owl-demo1 .item .item_abs .tit1 {
  color: #ffffff;
  font-size: 56px;
  line-height: 56px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 28px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.banner #owl-demo1 .item .item_abs .tit2 {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.banner #owl-demo1 .item .item_abs span.db {
  margin-top: 64px;
  border-radius: 3px;
  background-color: #e60012;
  width: 165px;
  height: 56px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 56px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.banner .banner_num {
  font-family: "Montserrat";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  width: 290px;
}
.banner .banner_num .cur {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  width: 32px;
}
.banner .banner_num .sum {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  opacity: 0.5;
  width: 32px;
  text-align: center;
}
.banner .banner_num .hengxian {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.banner .banner_num .hengxian.on .hengxian1 {
  width: 100%;
  -webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
}
.banner .banner_num .hengxian .hengxian1 {
  width: 0;
  background: #fff;
  height: 1px;
}
.index_main1 {
  padding: 70px 0;
}
.index_main1 .pic {
  width: 475px;
}
.index_main1 .pic img {
  max-width: 100%;
}
.index_main1 .cont {
  margin-right: 700px;
}
.index_main1 .cont .tit {
  color: #231815;
  font-size: 46px;
  font-weight: bold;
}
.index_main1 .cont .tit1 {
  font-weight: bold;
  color: #333333;
  font-size: 36px;
  opacity: 0.15;
  text-transform: uppercase;
}
.index_main1 .cont .note {
  color: #333333;
  font-size: 16px;
  line-height: 36px;
  font-family: "微软雅黑";
  padding-top: 40px;
}
.index_main1 .cont .more {
  padding-top: 60px;
}
.index_main1 .cont .more a {
  color: #e60012;
  font-size: 16px;
  text-transform: uppercase;
}
.index_main1 .cont .bot {
  margin-top: 80px;
}
.index_main1 .cont .bot .item {
  width: 33.33%;
  border: solid 1px #eee;
  border-left: 0;
  height: 190px;
  padding-top: 50px;
  padding-left: 40px;
}
.index_main1 .cont .bot .item:nth-child(1) {
  border-left: solid 1px #eee;
}
.index_main1 .cont .bot .item .tita {
  color: #666666;
  font-size: 16px;
}
.index_main1 .cont .bot .item .notea {
  color: #e60012;
  font-size: 18px;
  line-height: 44px;
  padding-top: 30px;
}
.index_main1 .cont .bot .item .notea span {
  color: #e60012;
  font-size: 44px;
  position: relative;
  top: -10px;
}
.index_main2 img {
  width: 100%;
}
.index_main2 .index_m2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #ffffff;
}
.index_main2 .index_m2 .tit {
  font-size: 16px;
  font-weight: bold;
}
.index_main2 .index_m2 .tit1 {
  font-size: 46px;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 25px;
}
.index_main2 .index_m2 .note {
  font-size: 16px;
  line-height: 36px;
  max-width: 600px;
  margin: 0 auto;
}
.index_main2 .index_m2 .more {
  padding-top: 60px;
}
.index_main2 .index_m2 .more a {
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 3px;
  width: 166px;
  height: 52px;
  line-height: 48px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
.index_main2 .index_m2 .more a:hover {
  background: #e60012;
  color: #fff;
  border-color: #e60012;
}
.footer {
  background: #f8f8f8;
  padding-top: 85px;
  padding-bottom: 80px;
}
.footer .footer_left .footer_ewm {
  margin-top: 50px;
}
.footer .footer_left .footer_ewm .item {
  border-width: 2px;
  border-color: rgba(238, 238, 238);
  border-style: solid;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}
.footer .footer_left .footer_ewm .item span {
  position: absolute;
  top: 44px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  border: solid 5px #fff;
  display: none;
}
.footer .footer_left .footer_ewm .item span img {
  width: 100%;
}
.footer .footer_right {
  width: 280px;
  font-family: "微软雅黑";
}
.footer .footer_right .tit {
  color: #231815;
  font-size: 18px;
}
.footer .footer_right .cont {
  margin-top: 25px;
}
.footer .footer_right .cont .item {
  color: #666666;
  font-size: 16px;
  line-height: 34px;
}
.footer .footer_right .cont .item .name {
  width: 48px;
}
.footer .footer_right .cont .item .note {
  margin-left: 48px;
}
.footer .footer_center {
  margin-left: 290px;
  margin-right: 390px;
  padding-left: 50px;
  padding-right: 50px;
  height: 215px;
  border-left: solid 1px #e7e7e7;
  border-right: solid 1px #e7e7e7;
}
.footer .footer_center .item {
  width: 33.33%;
  padding-left: 60px;
}
.footer .footer_center .item .tit a {
  color: #231815;
  font-size: 18px;
}
.footer .footer_center .item ul {
  margin-top: 25px;
}
.footer .footer_center .item ul li {
  /*line-height: 34px;*/
}
.footer .footer_center .item ul li + li {
  margin-top: 12px;    
}
.footer .footer_center .item ul li a {
  font-size: 16px;
  color: #666666;
}
.footer .footer_center .item ul li a:hover {
  color: #333;
}
.copyRight {
  border-top: solid 1px #e7e7e7;
  background: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "微软雅黑";
}
.copyRight .copyleft {
  color: #666666;
  font-size: 16px;
}
.copyRight .copyleft a {
  color: #666666;
}
.copyRight .support {
  color: #666666;
  font-size: 16px;
}
.copyRight .support a {
  color: #666666;
}
.ejbanner img {
  width: 100%;
}
.ejbanner .b_abs {
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ejbanner .b_abs .tit {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
}
.ejbanner .b_abs .cont {
  color: #ffffff;
  font-size: 56px;
  font-weight: bold;
  margin-top: 15px;
}
.ej_nav {
  height: 90px;
  background: #fff;
  border-bottom: solid 1px #eee;
  line-height: 88px;
  font-size: 0;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}
.ej_nav a {
  color: #333333;
  font-size: 18px;
  display: inline-block;
  border-bottom: solid 2px #fff;
  margin: 0 50px;
}
.ej_nav a:hover,
.ej_nav a.on {
  color: #e60012;
  border-bottom: solid 2px #e60012;
}
.ej_tit .tit {
  color: #231815;
  font-size: 46px;
  line-height: 46px;
  margin-bottom: 15px;
  font-weight: bold;
}
.ej_tit .titt {
  color: #231815;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}
.ej_tit .tit1 {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  opacity: 0.15;
  text-transform: uppercase;
}
.ej_tit .tit2 {
  color: #333;
  font-size: 18px;
}
.ej_tit .hengxian {
  background-color: #e60012;
  width: 50px;
  height: 2px;
}
.ej_tit.ej_tit_white .tit,
.ej_tit.ej_tit_white .tit1,
.ej_tit.ej_tit_white .tit2,
.ej_tit.ej_tit_white .titt {
  color: #fff;
}
.ej_tit.ej_tit_white .hengxian {
  background: #fff;
}
.tw_main {
  padding-top: 100px;
}
.tw_main .tw_left {
  width: 824px;
}
.tw_main .tw_left .tw_cont {
  margin-left: -12px;
  margin-right: -12px;
  padding-top: 25px;
}
.tw_main .tw_left .tw_cont .col-xs-6 {
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 25px;
}
.tw_main .tw_left .tw_cont .col-xs-12 {
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 25px;
}
.tw_main .tw_left .tw_cont .item .inp1 {
  border-width: 1px;
  border-color: #eeeeee;
  border-style: solid;
  border-radius: 0px;
  width: 100%;
  height: 54px;
  color: #231815;
  font-size: 16px;
  padding: 0 35px;
}
.tw_main .tw_left .tw_cont .item .text1 {
  border-width: 1px;
  border-color: #eeeeee;
  border-style: solid;
  border-radius: 3px;
  width: 100%;
  height: 118px;
  padding: 15px 35px;
}
.tw_main .tw_left .tw_cont .item_btn {
  padding-top: 15px;
  font-size: 0;
}
.tw_main .tw_left .tw_cont .item_btn .btna {
  border-radius: 3px;
  background-color: #f8f8f8;
  width: 160px;
  height: 56px;
  font-size: 18px;
  color: #231815;
  border: 0;
}
.tw_main .tw_left .tw_cont .item_btn .btna.btn1 {
  background: #e60012;
  color: #fff;
  margin-right: 30px;
}
.tw_main .tw_right {
  width: 490px;
  background: url(../images/tp3.jpg) no-repeat center center;
  background-size: cover!important;
  height: 700px;
  padding: 90px 0 0 60px;
}
.tw_main .tw_right .tw_cont .item {
  margin-top: 50px;
  font-family: "微软雅黑";
}
.tw_main .tw_right .tw_cont .item .icon {
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.3);
  border-style: solid;
  border-radius: 50%;
  width: 86px;
  height: 86px;
  text-align: center;
  line-height: 82px;
}
.tw_main .tw_right .tw_cont .item .cont {
  margin-left: 110px;
  padding-top: 10px;
}
.tw_main .tw_right .tw_cont .item .cont .tit {
  color: #ffffff;
  font-size: 18px;
}
.tw_main .tw_right .tw_cont .item .cont .note {
  color: #fff;
  font-size: 22px;
  margin-top: 10px;
}
.gj_main {
  padding: 100px 0;
}
.gj_main .gj_m {
  margin-top: 55px;
}
.gj_main .gj_m .gj_left {
  width: 900px;
  background: #fff;
  border: solid 1px #eeeeee;
  padding: 50px 80px;
  height: 580px;
}
.gj_main .gj_m .gj_left .tit {
  color: #231815;
  font-size: 28px;
}
.gj_main .gj_m .gj_left .pic {
  margin-top: 50px;
}
.gj_main .gj_m .gj_left .pic img {
  max-width: 100%;
}
.gj_main .gj_m .gj_right {
  width: 480px;
  height: 580px;
  background: url(../images/bgtp1.jpg) no-repeat center center;
  background-size: cover!important;
  padding: 55px 65px 0;
}
.gj_main .gj_m .gj_right .tit {
  color: #231815;
  font-weight: bold;
  font-size: 28px;
}
.gj_main .gj_m .gj_right .tit1 {
  color: #231815;
  font-size: 18px;
  font-family: "微软雅黑";
  border-bottom: solid 1px #dddddd;
  margin-top: 35px;
  padding-bottom: 15px;
}

.gj_main .gj_m .gj_right .price {
  color: #e60012;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 30px;
}
.gj_main .gj_m .gj_right .price.on{
  color:#009f1c;
}
.gj_main .gj_m .gj_right .price span {
  font-size: 48px;
}
.gj_main .gj_m .gj_right .cont {
  padding-top: 15px;
}
.gj_main .gj_m .gj_right .cont .item {
  margin-top: 30px;
  width: 50%;
}
.gj_main .gj_m .gj_right .cont .item .tita {
  color: #888888;
  font-size: 16px;
}
.gj_main .gj_m .gj_right .cont .item .notea {
  font-size: 24px;
  color: #333333;
  margin-top: 5px;
}
.gj_main .gj_m .gj_right .date {
  color: #666666;
  font-size: 16px;
  border-top: solid 1px #ddd;
  margin-top: 40px;
  padding-top: 25px;
  font-family: "微软雅黑";
}
.padshow {
  display: none!important;
}
.contact_main1 {
  padding: 100px 0;
}
.contact_main1 .contact_m1 {
  margin-top: 55px;
}
.contact_main1 .contact_m1 .item {
  width: 25%;
  border: solid 1px #eee;
  border-left: 0;
  padding: 78px 0 70px;
  text-align: center;
}
.contact_main1 .contact_m1 .item:nth-child(1) {
  border-left: solid 1px #eee;
}
.contact_main1 .contact_m1 .item .icon {
  border-radius: 50%;
  background-color: #e60012;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
}
.contact_main1 .contact_m1 .item .tit {
  color: #666666;
  font-size: 20px;
  padding-top: 25px;
  padding-bottom: 10px;
}
.contact_main1 .contact_m1 .item .note {
  color: #231815;
  font-size: 18px;
}
.contact_main2 > img {
  width: 100%;
}
.contact_main2 .contact_m2 {
  position: absolute;
  top: 50%;
  right: 12.7vw;
  /*width: 100%;*/
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact_main2 .contact_m2 .m2_lyb {
  width: 385px;
  background: #fff;
}
.contact_main2 .contact_m2 .m2_lyb .xxk {
  font-size: 0;
  border-bottom: solid 1px #cccccc;
}
.contact_main2 .contact_m2 .m2_lyb .xxk .xxk1 {
  display: inline-block;
  width: 50%;
  height: 48px;
  line-height: 48px;
  color: #111111;
  font-size: 16px;
  text-align: center;
}
.contact_main2 .contact_m2 .m2_lyb .xxk .xxk1.on {
  background: #e60012;
  color: #fff;
}
.contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 {
  padding: 50px;
  background-color: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.11);
  font-family: "微软雅黑";
}
.contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 .tit {
  color: #231815;
  font-size: 22px;
  font-weight: bold;
}
.contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 .note {
  color: #666666;
  font-size: 16px;
  margin-top: 10px;
}
.contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 .cont {
  padding-top: 10px;
}
.contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 .cont .item {
  padding-top: 10px;
  border-bottom: solid 1px #eee;
}
.contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 .cont .item .inp1 {
  display: block;
  width: 100%;
  height: 56px;
  border: 0;
  font-size: 16px;
}
.contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 .cont .item_btn {
  padding-top: 40px;
}
.contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 .cont .item_btn .btn1 {
  border-radius: 3px;
  background-color: #e60012;
  width: 270px;
  height: 50px;
  border: 0;
  color: #fff;
  font-size: 18px;
}
.pages a {
  color: #666666;
  font-size: 18px;
  line-height: 42px;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pages a:hover,
.pages a.on {
  color: #e60012;
}
.pages a.tsa {
  line-height: 40px;
  border-width: 1px;
  border-color: #aeaeae;
  border-style: solid;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  text-align: center;
  vertical-align: middle;
}
.pages a.tsa.tsa1 {
  background: url(../images/zuojianc2.png) no-repeat center center #fff;
}
.pages a.tsa.tsa1:hover {
  background: url(../images/zuojianc1.png) no-repeat center center #e60012;
  border-color: #e60012;
}
.pages a.tsa.tsa2 {
  background: url(../images/youjianc2.png) no-repeat center center #fff;
}
.pages a.tsa.tsa2:hover {
  background: url(../images/youjianc1.png) no-repeat center center #e60012;
  border-color: #e60012;
}
.gg_main {
  padding-top: 60px;
  padding-bottom: 80px;
}
.gg_main .row {
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 60px;
}
.gg_main .row .col-xs-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.gg_main .item {
  margin-top: 20px;
  background: #fbfbfb;
  padding: 65px 50px 0;
  height: 380px;
}
.gg_main .item:hover {
  background: #e60012;
}
.gg_main .item:hover .date {
  color: #fff;
}
.gg_main .item:hover .tit a {
  color: #fff;
}
.gg_main .item:hover .download a {
  color: #fff;
}
.gg_main .item .date {
  color: #e60012;
  font-size: 16px;
}
.gg_main .item .tit {
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin-top: 30px;
  font-family: "微软雅黑";
}
.gg_main .item .tit a {
  color: #251a17;
  font-size: 18px;
}
.gg_main .item .download {
  padding-top: 75px;
}
.gg_main .item .download a {
  color: #999999;
  font-size: 14px;
}
.gg_main .item .download a img {
  margin-right: 10px;
}
.word_red {
  color: #e60012 !important;
}
.gg_details .container {
  max-width: 980px;
}
.gg_details .gg_top {
  background: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 85px;
}
.gg_details .gg_top .tit {
  color: #231815;
  font-size: 40px;
  font-family: "微软雅黑";
}
.gg_details .gg_top .note {
  font-size: 16px;
  color: #666666;
  font-style: italic;
  margin-top: 30px;
}
.gg_details .gg_top .note .item {
  margin-right: 35px;
  display: inline-block;
}
.gg_details .gg_bot {
  padding-top: 70px;
  padding-bottom: 85px;
}
.gg_details .gg_bot .cont {
  color: #333333;
  font-size: 18px;
  line-height: 38px;
  padding-bottom: 80px;
  border-bottom: solid 1px #eee;
  margin-bottom: 40px;
  font-family: "微软雅黑";
}
.gg_details .gg_bot .cont img {
  max-width: 100%;
  display: block;
  margin: 50px auto;
}
.fanye a.fya {
  line-height: 40px;
  border-width: 1px;
  border-color: #aeaeae;
  border-style: solid;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #666666;
  font-size: 18px;
}
.fanye a.fya.fl {
  background: url(../images/zuojianc2.png) no-repeat center center #fff;
}
.fanye a.fya.fl:hover {
  background: url(../images/zuojianc1.png) no-repeat center center #e60012;
  border-color: #e60012;
}
.fanye a.fya.fr {
  background: url(../images/youjianc2.png) no-repeat center center #fff;
}
.fanye a.fya.fr:hover {
  background: url(../images/youjianc1.png) no-repeat center center #e60012;
  border-color: #e60012;
}
.fanye a.fanye_abs {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news_main {
  padding-top: 80px;
  padding-bottom: 80px;
}
.news_main .news_top {
  background: #f8f8f8;
}
.news_main .news_top:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news_main .news_top .pic {
  width: 700px;
}
.news_main .news_top .pic img {
  width: 100%;
}
.news_main .news_top .cont {
  padding: 80px 80px 0;
  margin-right: 700px;
}
.news_main .news_top .cont .date {
  color: #888888;
  font-size: 16px;
}
.news_main .news_top .cont .tit {
  padding: 30px 0;
}
.news_main .news_top .cont .tit a {
  color: #231815;
  font-size: 24px;
  font-weight: bold;
}
.news_main .news_top .cont .note {
  color: #666666;
  font-size: 16px;
  line-height: 36px;
  height: 108px;
  overflow: hidden;
}
.news_main .news_top .cont .more {
  padding-top: 75px;
}
.news_main .news_top .cont .more a {
  color: #e60012;
  text-transform: uppercase;
}
.news_main .news_list {
  padding-top: 30px;
  padding-bottom: 60px;
}
.news_main .news_list ul li {
  padding: 50px 0;
  border-bottom: solid 1px #eee;
}
.news_main .news_list ul li:hover {
  border-color: #e60012;
}
.news_main .news_list ul li:hover .more a {
  background: url(../images/youjianc1.png) no-repeat center center #e60012;
  border-color: #e60012;
}
.news_main .news_list ul li .date {
  text-align: center;
}
.news_main .news_list ul li .date .day {
  color: #e72432;
  font-size: 46px;
  line-height: 46px;
}
.news_main .news_list ul li .date .month {
  margin-top: 10px;
  color: #888888;
  font-size: 16px;
}
.news_main .news_list ul li .more {
  padding-top: 10px;
}
.news_main .news_list ul li .more a {
  border-width: 1px;
  border-color: #aeaeae;
  border-style: solid;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  text-align: center;
  display: block;
  background: url(../images/youjianc2.png) no-repeat center center #fff;
}
.news_main .news_list ul li .cont {
  margin-left: 160px;
  margin-right: 290px;
}
.news_main .news_list ul li .cont .tit a {
  color: #231815;
  font-size: 22px;
  font-weight: bold;
  font-family: "微软雅黑";
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_main .news_list ul li .cont .note {
  color: #666666;
  font-size: 16px;
  overflow: hidden;
  margin-top: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hz_main .hz_top {
  padding: 120px 0;
  color: #231815;
  font-size: 22px;
  line-height: 46px;
  background: #f8f8f8;
}
.hz_main .hz_top .container {
  max-width: 1170px;
}
.hz_main .hz_bot {
  padding-top: 100px;
  padding-bottom: 100px;
}
.hz_main .hz_bot .row {
  margin-left: -10px;
  margin-right: -10px;
}
.hz_main .hz_bot .row .col-xs-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.hz_main .hz_bot .row .col-xs-12 .item:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hz_main .hz_bot .row .col-xs-12 .item .pic img {
  width: 100%;
}
.hz_main .hz_bot .row .col-xs-12 .item .cont .tit {
  padding-top: 35px;
}
.hz_main .hz_bot .row .col-xs-12 .item .cont .tit a {
  color: #231815;
  font-size: 30px;
  font-family: "微软雅黑";
  font-weight: bold;
}
.hz_main .hz_bot .row .col-xs-12 .item .cont .note {
  color: #666666;
  font-size: 16px;
  line-height: 32px;
  font-family: "微软雅黑";
  margin-top: 20px;
  margin-bottom: 35px;
}
.hz_main .hz_bot .row .col-xs-12 .item .cont .more a {
  color: #e60012;
  font-size: 16px;
  text-transform: uppercase;
}
.ej_nav2 {
  height: 90px;
  border-bottom: solid 1px #eee;
  position: relative;
  z-index: 2;
}
.ej_nav2 .item {
  width: 320px;
  height: 90px;
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
  margin-left: -1px;
  padding-left: 80px;
  background: url(../images/xiajian1.png) no-repeat 240px center;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.ej_nav2 .item.on {
  background: url(../images/shangjian.png) no-repeat 240px center;
}
.ej_nav2 .item .note {
  color: #231815;
  font-size: 18px;
  line-height: 90px;
}
.ej_nav2 .item .nav_xl {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 0 1px 1px #eee;
  display: none;
}
.ej_nav2 .item .nav_xl ul {
  margin-bottom: 0;
  font-family: "微软雅黑";
}
.ej_nav2 .item .nav_xl ul li {
  height: 90px;
}
.ej_nav2 .item .nav_xl ul li a {
  display: block;
  background: #fff;
  color: #231815;
  font-size: 18px;
  height: 90px;
  line-height: 90px;
  padding-left: 80px;
}
.ej_nav2 .item .nav_xl ul li a:hover {
  color: #e60012;
}
.zl_main1 {
  font-family: "微软雅黑";
  padding: 100px 0;
}
.zl_main1 .zl_m1 {
  padding-top: 50px;
}
.zl_main1 .zl_m1 .pic {
  width: 700px;
}
.zl_main1 .zl_m1 .pic:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.zl_main1 .zl_m1 .pic img {
  width: 100%;
}
.zl_main1 .zl_m1 .cont {
  margin-right: 700px;
  padding-right: 110px;
}
.zl_main1 .zl_m1 .cont .tit {
  color: #231815;
  font-size: 40px;
  line-height: 40px;
}
.zl_main1 .zl_m1 .cont .hengxian {
  background-color: #e60012;
  width: 50px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.zl_main1 .zl_m1 .cont .note {
  color: #333333;
  font-size: 16px;
  line-height: 36px;
}
.zl_main2 {
  background-size: cover!important;
  padding-top: 100px;
  padding-bottom: 100px;
}
.zl_main2 .zl_m2 {
  margin-top: 90px;
  margin-left: -60px;
  margin-right: -60px;
}
.zl_main2 .zl_m2 .item {
  padding-left: 60px;
  padding-right: 60px;
  width: 25%;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
}
.zl_main2 .zl_m2 .item:hover .icon img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.zl_main2 .zl_m2 .item:nth-child(1) {
  border-left: 0;
}
.zl_main2 .zl_m2 .item .tit {
  color: #ffffff;
  font-size: 26px;
  margin-top: 75px;
  margin-bottom: 20px;
}
.zl_main2 .zl_m2 .item .note {
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  height:160px;
  overflow-y: auto;
  margin-right: -10px;
  padding-right: 10px;
}
.zl_main3 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.zl_main3 .zl_m3 {
  margin-top: 60px;
}
.zl_main3 .zl_m3 .item:hover {
  -webkit-transform: translatey(-3px);
  transform: translatey(-3px);
  box-shadow: 0px 0px 15px 5px rgba(230, 0, 18, 0.16);
}
.zl_main3 .zl_m3 .item:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.zl_main3 .zl_m3 .item .pic img {
  width: 100%;
}
.zl_main3 .zl_m3 .item .cont {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(230, 0, 18, 0.16);
  padding: 40px;
  font-family: "微软雅黑";
}
.zl_main3 .zl_m3 .item .cont .tit {
  color: #231815;
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
}
.zl_main3 .zl_m3 .item .cont .note {
  color: #666666;
  font-size: 16px;
  line-height: 32px;
  margin-top: 20px;
  height:224px;
  overflow-y:auto;
  margin-right: -10px;
  padding-right: 10px;
}
.wh_tit .tit {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
}
.wh_tit .tit.word_black {
  color: #231815;
}
.wh_tit .hengxian {
  background-color: #e60012;
  width: 50px;
  height: 3px;
  margin-top: 30px;
}
.wh_main .wh_top {
  padding: 100px 0 60px;
}
.wh_main .wh_m {
  background: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
}
.wh_main .wh_m .item .tit1 {
  font-size: 24px;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 40px;
}
.wh_main .wh_m .item .note {
  color: #666666;
  font-size: 16px;
  line-height: 36px;
}
.wh_main .wh_m .item1 {
  background: #fff;
  padding: 70px 60px 0;
  border-top: solid 3px #e60012;
  height: 405px;
}
.wh_main .wh_m .item1 .tit {
  margin-top: 70px;
  margin-bottom: 30px;
  color: #231815;
  font-size: 30px;
  font-weight: bold;
}
.wh_main .wh_m .item1 .note {
  color: #666666;
  font-size: 16px;
  line-height: 36px;
}
.wh_main1 {
  padding: 250px 0;
  background-size: cover!important;
}
.wh_main1 .cont {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 36px;
  margin-top: 30px;
}
.wh_main2 .wh_item {
  position: relative;
}
.wh_main2 .wh_item:nth-child(2) .prev {
  right: 50%;
  left: auto;
  margin-left: 0;
  margin-right: -100px;
}
.wh_main2 .wh_item:nth-child(2) .next {
  right: 50%;
  left: auto;
  margin-left: 0;
  margin-right: -170px;
}
.wh_main2 .wh_item:nth-child(2) .item .cont {
  padding-right: 0;
  padding-left: 100px;
  right: auto;
  left: 50%;
}
.wh_main2 .wh_item .owl-controls {
  display: none;
}
.wh_main2 .wh_item .prev {
  position: absolute;
  left: 50%;
  margin-left: -700px;
  width: 11px;
  height: 16px;
  background: url(../images/zuojiand1.png) no-repeat center center;
  cursor: pointer;
  bottom: 80px;
  z-index: 3;
}
.wh_main2 .wh_item .prev:hover {
  background: url(../images/zuojiand2.png) no-repeat center center;
}
.wh_main2 .wh_item .next {
  position: absolute;
  left: 50%;
  margin-left: -630px;
  width: 11px;
  height: 16px;
  background: url(../images/youjiand1.png) no-repeat center center;
  cursor: pointer;
  bottom: 80px;
  z-index: 3;
}
.wh_main2 .wh_item .next:hover {
  background: url(../images/youjiand2.png) no-repeat center center;
}
.wh_main2 .wh_item .item {
  position: relative;
}
.wh_main2 .wh_item .item .pic {
  width: 50%;
}
.wh_main2 .wh_item .item .pic img {
  width: 100%;
}
.wh_main2 .wh_item .item .cont {
  top: 50%;
  right: 50%;
  width: 700px;
  padding-right: 100px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wh_main2 .wh_item .item .cont .note {
  color: #666666;
  font-size: 16px;
  line-height: 36px;
  margin-top: 30px;
  height:216px;
  overflow-y:auto;
}
.yy_main {
  padding-top: 100px;
}
.yy_main .yy_item:nth-child(2) .pic {
  float: left;
}
.yy_main .yy_item:nth-child(2) .cont {
  left: auto;
  margin-left: 0;
  right: 50%;
  margin-right: -700px;
  padding-right: 0;
  padding-left: 80px;
}
.yy_main .yy_item:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.yy_main .yy_item .pic {
  width: 50%;
  float: right;
}
.yy_main .yy_item .pic img {
  width: 100%;
}
.yy_main .yy_item .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -700px;
  width: 700px;
  padding-right: 80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.yy_main .yy_item .cont .note {
  color: #666666;
  font-size: 16px;
  line-height: 32px;
  margin-top: 25px;
}
.yy_main1 {
  padding-top: 100px;
  padding-bottom: 170px;
}
.yy_main1 .container {
  margin-top: 60px;
  position: relative;
}
.yy_main1 .container .prev {
  position: absolute;
  left: 50%;
  margin-left: -150px;
  width: 11px;
  height: 16px;
  background: url(../images/zuojiand1.png) no-repeat center center;
  cursor: pointer;
  bottom: -50px;
  z-index: 3;
}
.yy_main1 .container .prev:hover {
  background: url(../images/zuojiand2.png) no-repeat center center;
}
.yy_main1 .container .next {
  position: absolute;
  left: 50%;
  margin-left: 140px;
  width: 11px;
  height: 16px;
  background: url(../images/youjiand1.png) no-repeat center center;
  cursor: pointer;
  bottom: -50px;
  z-index: 3;
}
.yy_main1 .container .next:hover {
  background: url(../images/youjiand2.png) no-repeat center center;
}
.yy_main1 .container .owl-dots {
  display: block!important;
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  text-align: center;
}
.yy_main1 .container .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  margin-left: 8px;
  margin-right: 8px;
  width: 16px;
  height: 25px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: url(../images/dot2.png) no-repeat center center;
  opacity: 0.7;
}
.yy_main1 .container .owl-dots .owl-dot.active {
  background: url(../images/dot1.png) no-repeat center center;
  opacity: 1;
}
.yy_main1 .container .item .item1 {
  width: 25%;
  border: solid 1px #eee;
  height: 400px;
  border-left: 0;
  text-align: center;
}
.yy_main1 .container .item .item1:nth-child(1) {
  border-left: solid 1px #eee;
}
.yy_main1 .container .item .item1:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.yy_main1 .container .item .item1 .pic {
  height: 310px;
  text-align: center;
  line-height: 310px;
  overflow: hidden;
}
.yy_main1 .container .item .item1 .pic img {
  max-width: 100%;
  max-height: 310px;
  width: auto!important;
  height: auto!important;
  display: inline-block !important;
}
.yy_main1 .container .item .item1 .tit a {
  color: #231815;
  font-size: 16px;
}
.yy_main2 {
  padding-top: 100px;
  padding-bottom: 120px;
}
.yy_main2 .cont {
  margin-top: 100px;
  text-align: center;
}
.yy_main2 .cont .col-xs-12:hover .icon img {
  -webkit-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}
.yy_main2 .cont .icon {
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.2);
  border-style: solid;
  border-radius: 50%;
  width: 116px;
  height: 116px;
  text-align: center;
  line-height: 112px;
}
.yy_main2 .cont .tit {
  color: #ffffff;
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 26px;
}
.yy_main2 .cont .note {
  color: #ffffff;
  font-size: 18px;
  line-height: 36px;
}
.zl_maina {
  padding-top: 100px;
  padding-bottom: 100px;
}
.zl_maina .zl_js {
  position: relative;
  margin-top: 60px;
}
.zl_maina .zl_js .prev {
  position: absolute;
  left: 31%;
  width: 11px;
  height: 16px;
  background: url(../images/zuojiand1.png) no-repeat center center;
  cursor: pointer;
  top: 50%;
  margin-top: -8px;
  z-index: 3;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.zl_maina .zl_js .prev:hover {
  background: url(../images/zuojiand2.png) no-repeat center center;
}
.zl_maina .zl_js .next {
  position: absolute;
  left: 68%;
  width: 11px;
  height: 16px;
  background: url(../images/youjiand1.png) no-repeat center center;
  cursor: pointer;
  top: 50%;
  margin-top: -8px;
  z-index: 3;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.zl_maina .zl_js .next:hover {
  background: url(../images/youjiand2.png) no-repeat center center;
}
.zl_maina .zl_js .swiper-slide {
  opacity: 0.5;
}
.zl_maina .zl_js .swiper-slide .pic img {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  width: 100%;
}
.zl_maina .zl_js .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.zl_maina .zl_js .swiper-slide.swiper-slide-active .pic img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.zl_maina .zl_js .zl_btn {
  text-align: center;
  padding-top: 40px;
}
.zl_maina .zl_js .zl_btn .tit {
  color: #333333;
  font-size: 24px;
}
.zl_maina .zl_js .zl_btn .tit1 {
  color: #666666;
  margin-top: 15px;
  font-size: 16px;
}
.zl_mainb {
  background: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
}
.zl_mainb .zl_mb {
  margin-top: 60px;
  background: #fff;
}
.zl_mainb .zl_mb .owl-controls {
  display: none;
}
.zl_mainb .zl_mb .pic {
  width: 50%;
}
.zl_mainb .zl_mb .pic .item {
  overflow: hidden;
}
.zl_mainb .zl_mb .pic:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.zl_mainb .zl_mb .pic .prev {
  position: absolute;
  left: 40px;
  width: 11px;
  height: 16px;
  background: url(../images/zuojiand3.png) no-repeat center center;
  cursor: pointer;
  top: 50%;
  margin-top: -8px;
  z-index: 3;
}
.zl_mainb .zl_mb .pic .prev:hover {
  background: url(../images/zuojiand2.png) no-repeat center center;
}
.zl_mainb .zl_mb .pic .next {
  position: absolute;
  right: 40px;
  width: 11px;
  height: 16px;
  background: url(../images/youjiand3.png) no-repeat center center;
  cursor: pointer;
  top: 50%;
  margin-top: -8px;
  z-index: 3;
}
.zl_mainb .zl_mb .pic .next:hover {
  background: url(../images/youjiand2.png) no-repeat center center;
}
.zl_mainb .zl_mb .cont {
  margin-right: 50%;
  padding: 90px 75px 0;
}
.zl_mainb .zl_mb .cont .item {
  color: #010101;
  font-size: 16px;
  line-height: 36px;
  margin-top: 35px;
  padding-left: 35px;
  background: url(../images/dot3.png) no-repeat left 11px;
}
.zl_mainb .zl_mb .cont .item:nth-child(1) {
  margin-top: 0;
}
.zl_mainc {
  padding: 100px 0;
  font-family: "微软雅黑";
}
.zl_mainc .zl_mtop {
  margin-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}
.zl_mainc .zl_mtop .prev {
  position: absolute;
  left: 0px;
  width: 11px;
  height: 16px;
  background: url(../images/zuojiand1.png) no-repeat center center;
  cursor: pointer;
  top: 50%;
  margin-top: -8px;
  z-index: 3;
}
.zl_mainc .zl_mtop .prev:hover {
  background: url(../images/zuojiand2.png) no-repeat center center;
}
.zl_mainc .zl_mtop .next {
  position: absolute;
  right: 0px;
  width: 11px;
  height: 16px;
  background: url(../images/youjiand1.png) no-repeat center center;
  cursor: pointer;
  top: 50%;
  margin-top: -8px;
  z-index: 3;
}
.zl_mainc .zl_mtop .next:hover {
  background: url(../images/youjiand2.png) no-repeat center center;
}
.zl_mainc .zl_mtop .item {
  cursor: pointer;
}
.zl_mainc .zl_mtop .item.on .icon,
.zl_mainc .zl_mtop .item:hover .icon {
  border-color: #e60012;
  background: #e60012;
}
.zl_mainc .zl_mtop .item.on .icon img.imggb,
.zl_mainc .zl_mtop .item:hover .icon img.imggb {
  opacity: 1;
}
.zl_mainc .zl_mtop .item.on .icon img.imgga,
.zl_mainc .zl_mtop .item:hover .icon img.imgga {
  opacity: 0;
}
.zl_mainc .zl_mtop .item.on .tit,
.zl_mainc .zl_mtop .item:hover .tit {
  color: #e60012;
}
.zl_mainc .zl_mtop .item .icon {
  border-width: 2px;
  border-color: #eeeeee;
  border-style: solid;
  border-radius: 50%;
  width: 82px;
  height: 82px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.zl_mainc .zl_mtop .item .icon img {
  width: 35px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.zl_mainc .zl_mtop .item .icon img.imggb {
  opacity: 0;
}
.zl_mainc .zl_mtop .item .tit {
  color: #666666;
  font-size: 18px;
  margin-top: 15px;
  font-weight: bold;
}
.zl_mainc .zl_mbot {
  margin-top: 55px;
}
.zl_mainc .zl_mbot .item {
  border: solid 1px #eee;
  display: none;
  padding: 50px 100px;
}
.zl_mainc .zl_mbot .item:nth-child(1) {
  display: block;
}
.zl_mainc .zl_mbot .item .zl_top {
  color: #333333;
  font-size: 16px;
}
.zl_mainc .zl_mbot .item .zl_top .dib {
  margin-right: 80px;
}
.zl_mainc .zl_mbot .item .zl_bot .zl_left {
  width: 45%;
  margin-top: 40px;
}
.zl_mainc .zl_mbot .item .zl_bot .zl_left .tit {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.zl_mainc .zl_mbot .item .zl_bot .zl_left .note {
  color: #666666;
  font-size: 16px;
  line-height: 38px;
  margin-top: 15px;
}
.fc_main {
  padding-top: 90px;
  padding-bottom: 100px;
}
.fc_main .row {
  margin-left: -10px;
  margin-right: -10px;
}
.fc_main .row .col-xs-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.fc_main .row .col-xs-12 .note {
  color: #333333;
  font-size: 16px;
  line-height: 36px;
  font-family: "微软雅黑";
}
.fc_main .row .col-xs-12 .pic {
  margin-top: 70px;
}
.fc_main .row .col-xs-12 .pic:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.fc_main .row .col-xs-12 .pic img {
  width: 100%;
}
.fc_main1 {
  padding-top: 100px;
  background: #f8f8f8;
}
/*-----------------------------*/
.fc_main1 .fc_m1 .pic {
  width: 480px;
  margin-top: -11%;
}
.fc_main1 .fc_m1 .pic img {
  max-width: 100%;
}
.fc_main1 .fc_m1 .cont .note {
  margin-top: 80px;
  padding-left: 70px;
  /*max-width: 750px;*/
  padding-right: 70px;
  /*margin-right: 480px;*/
  position: relative;
  color: #333333;
  font-size: 24px;
  line-height: 44px;
  
}
.fc_main1 .fc_m1 .cont .note:before {
  content: '';
  width: 17px;
  height: 14px;
  background: url(../images/yinhao1.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: -10px;
}
.fc_main1 .fc_m1 .cont .note:after {
  content: '';
  width: 17px;
  height: 14px;
  background: url(../images/yinhao2.png) no-repeat center center;
  position: absolute;
  right: 0;
  bottom: -10px;
}
.fc_main1 .fc_m1 .cont .qianming {
  padding-left: 70px;
  display: none;
  margin-top: 70px;
}
.fc_main1 .fc_m1 .cont .qianming .hengxian {
  background-color: #999999;
  width: 42px;
  height: 2px;
}
.fc_main2 {
  background-size: cover!important;
  padding-top: 100px;
  padding-bottom: 160px;
  overflow: hidden;
}
.fc_main2 .fc_m2 {
  position: relative;
}
.fc_main2 .fc_m2 .prev {
  border-radius: 50%;
  background: url(../images/zuojiane1.png) no-repeat center center #ffffff;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -58px;
  z-index: 3;
  cursor: pointer;
}
.fc_main2 .fc_m2 .prev:hover {
  background: url(../images/zuojiane11.png) no-repeat center center #e60012;
}
.fc_main2 .fc_m2 .next {
  border-radius: 50%;
  background: url(../images/youjiane1.png) no-repeat center center #ffffff;
  width: 56px;
  height: 56px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -58px;
  z-index: 3;
  cursor: pointer;
}
.fc_main2 .fc_m2 .next:hover {
  background: url(../images/youjiane11.png) no-repeat center center #e60012;
}
.fc_main2 .fc_m2 .prev_year {
  color: #ffffff;
  font-size: 26px;
  position: absolute;
  top: 50%;
  margin-top: -115px;
  left: 15px;
  width: 56px;
  text-align: center;
}
.fc_main2 .fc_m2 .next_year {
  color: #ffffff;
  font-size: 26px;
  position: absolute;
  top: 50%;
  margin-top: -115px;
  right: 15px;
  width: 56px;
  text-align: center;
}
.fc_main2 .fc_m2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1000%;
  margin-left: -3000px;
  height: 1px;
  margin-top: -30px;
  background: rgba(255, 255, 255, 0.4);
}
.fc_main2 .fc_m2 .item {
  text-align: center;
}
.fc_main2 .fc_m2 .item .year {
  color: #ffffff;
  font-size: 180px;
  font-weight: bold;
  line-height: 180px;
}
.fc_main2 .fc_m2 .item .note {
  color: #ffffff;
  font-size: 20px;
  margin-top: 120px;
  margin-bottom: 25px;
}
.fc_main2 .fc_m2 .item .date {
  color: #ffffff;
  font-size: 16px;
}
.fc_main3 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.fc_main3 .col-xs-12 {
  margin-top: 55px;
}
.fc_main3 .col-xs-12:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.fc_main3 .pic img {
  width: 100%;
}
.fc_main3 .cont {
 display: none!important;
}
.fc_main3 .cont .tit {
  color: #333333;
  font-size: 16px;
}
.fc_main3 .cont .tit span {
  font-size: 20px;
  margin-right: 15px;
}
.fc_main3 .cont .note {
  color: #666666;
  font-size: 16px;
  margin-top: 15px;
}
.layerVideo {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.layerVideo .box {
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 34.375rem;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
.layerVideo .box video {
  width: 100%;
}
.layerVideo .box span {
  position: absolute;
  right: -2.1875rem;
  top: -2.1875rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}
.hsbtmc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}
.hsbtmc.on {
  z-index: 10;
}
.details_tk {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 1200px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: -1;
  padding: 100px;
  width: 90%;
}
.details_tk.on {
  z-index: 11;
}
.details_tk .tk_close {
  width: 20px;
  height: 20px;
  top: 40px;
  right: 40px;
  position: absolute;
  background: url(../images/chachaa.png) no-repeat center center;
  cursor: pointer;
}
.details_tk .tk_close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.details_tk .pic {
  width: 470px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.details_tk .pic .prev {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -8px;
  width: 11px;
  height: 16px;
  background: url(../images/zuojiand1.png) no-repeat center center;
  cursor: pointer;
  z-index: 3;
}
.details_tk .pic .prev:hover {
  background: url(../images/zuojiand2.png) no-repeat center center;
}
.details_tk .pic .next {
  position: absolute;
  right: 0px;
  width: 11px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  background: url(../images/youjiand1.png) no-repeat center center;
  cursor: pointer;
  z-index: 3;
}
.details_tk .pic .next:hover {
  background: url(../images/youjiand2.png) no-repeat center center;
}
.details_tk .pic .item {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 400px;
}
.details_tk .pic .item img {
  display: inline-block !important;
  max-width: 100%;
  max-height: 100%;
  height: auto!important;
  width: auto!important;
}
.details_tk .cont {
  margin-right: 470px;
  padding-right: 100px;
}
.details_tk .cont .tit {
  font-size: 30px;
  color: #231815;
  font-weight: bold;
}
.details_tk .cont .note {
  margin-top: 30px;
}
.details_tk .cont .note ul li {
  color: #231815;
  font-size: 16px;
  line-height: 42px;
  padding-left: 25px;
  position: relative;
}
.details_tk .cont .note ul li:before {
  content: '';
  position: absolute;
  border-radius: 2px;
  background-color: #e60012;
  width: 5px;
  height: 5px;
  top: 50%;
  left: 0;
  margin-top: -3px;
}
.details_tk .cont .note1 {
  margin-top: 50px;
}
.details_tk .cont .note1 ul li {
  border-radius: 3px;
  background-color: #f8f8f8;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #000000;
  font-size: 14px;
  margin-top: 20px;
  margin-right: 20px;
}
.more:hover img {
  margin-left: 15px;
}
.more img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.az{
	padding-bottom: 7%;
}
@media only screen and (max-width: 768px){
				.fc_main1 .fc_m1 .pic {
				  margin-top: 0;
				}
				.az{
					padding-bottom: 0%;
				}
			}
			
			
			
/*===================新增==========================*/
.pt {
  padding-top: 100px;
}
.pb {
  padding-bottom: 100px;
}
.pu_link {
  display: inline-block;
}
.pu_link .a {
  transition: 0.4s;
  display: block;
  border: 2px solid #e50011;
  border-radius: 3px;
  width: 166px;
  height: 52px;
  line-height: 48px;
  font-size: 16px;
  text-transform: uppercase;
  color: #e50011;
  text-align: center;
}
.pu_link.white .a {
  border-color: #fff;
  color: #fff;
}
.pu_link:hover .a {
  border-color: #e50011;
  background: #e50011;
  color: #fff;
}
.business_100 {
  /*background: url("../images/100.jpg") no-repeat center bottom;*/
  /*background-size: 100% auto;*/
  /*min-height: 770px;*/
}
.business_100 .container {
  display: flex;
  flex-wrap: wrap;
}
.business_100 .container .le_box {
  width: 38%;
}
.business_100 .container .ri_box {
  width: 62%;
}
.business_100 .container .ri_box .content1 {
  color: #666;
  font-size: 16px;
  line-height: 2;
}
.business_100 .container .ri_box .content2 {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.business_100 .container .ri_box .content2 .item .data {
  color: #e50011;
  display: flex;
  align-items: flex-end;
}
.business_100 .container .ri_box .content2 .item .data span {
  font-size: 52px;
  line-height: 0.8;
}
.business_100 .container .ri_box .content2 .item .data div {
  margin-left: 6px;
  font-size: 20px;
}
.business_100 .container .ri_box .content2 .item .desc {
  margin-top: 16px;
  color: #333;
  font-size: 18px;
}
.industry_100 .container {
  display: flex;
  flex-wrap: wrap;
}
.industry_100 .container .le_box {
  width: 55%;
  padding-right: 9%;
}
.industry_100 .container .le_box .desc {
  margin-top: 50px;
  color: #333;
  font-size: 16px;
  line-height: 2;
  height: 22em;
  overflow: auto;
  padding-right: 10px;
}
.industry_100 .container .le_box .desc p {
  margin: 0;
}
.industry_100 .container .le_box .click {
  margin-top: 68px;
}
.industry_100 .container .ri_box {
  width: 45%;
}
.industry_100 .container .ri_box img {
  width: 100%;
}
.bmodel_100 .el_bot {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}
.bmodel_100 .el_bot .item {
  transition: 0.4s;
  background: #f8f8f8;
}
.bmodel_100 .el_bot .item .img {
  width: 100%;
  overflow: hidden;
}
.bmodel_100 .el_bot .item .img img {
  transition: 0.4s;
  width: 100%;
}
.bmodel_100 .el_bot .item .box {
  padding: 36px 28px;
}
.bmodel_100 .el_bot .item .box .x1 {
  font-size: 28px;
  color: #000;
}
.bmodel_100 .el_bot .item .box .x2 {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
  line-height: 2;
}
.bmodel_100 .el_bot .item:hover {
  transform: translateY(-10px);
}
.team_100 {
  position: relative;
}
.team_100 picture {
  display: block;
  width: 100%;
}
.team_100 picture img {
  width: 100%;
}
.team_100 .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
}
.team_100 .post > div {
  color: #fff;
  text-align: center;
  margin: auto;
}
.team_100 .post > div .t1 {
  font-size: 46px;
}
.team_100 .post > div .t2 {
  margin-top: 12px;
}
.development_100 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.development_100 .container .le_box {
  width: 58%;
  padding-right: 5%;
}
.development_100 .container .le_box .content2 {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.development_100 .container .le_box .content2 .div1 {
  width: 35%;
}
.development_100 .container .le_box .content2 .div1 > div {
  --w: 58px;
  --gap: 33px;
}
.development_100 .container .le_box .content2 .div1 > div > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: fit-content;
  cursor: pointer;
}
.development_100 .container .le_box .content2 .div1 > div .yuan {
  position: relative;
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  display: flex;
}
.development_100 .container .le_box .content2 .div1 > div .yuan svg {
  width: var(--w);
  height: var(--w);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.development_100 .container .le_box .content2 .div1 > div .yuan svg .cir2 {
  stroke-dashoffset: 170;
  stroke-dasharray: 170;
}
.development_100 .container .le_box .content2 .div1 > div .yuan img {
  transition: 0.4s;
  margin: auto;
  filter: brightness(0);
  opacity: 0.5;
  max-width: 40%;
  max-height: 40%;
}
.development_100 .container .le_box .content2 .div1 > div .text {
  padding-left: 20px;
  color: #666;
  font-size: 22px;
}
.development_100 .container .le_box .content2 .div1 > div + div {
  margin-top: var(--gap);
}
.development_100 .container .le_box .content2 .div1 > div + div .yuan::after {
  content: '';
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background: #ccc;
}
.development_100 .container .le_box .content2 .div1 > div.active .yuan img {
  filter: brightness(1);
  opacity: 1;
}
.development_100 .container .le_box .content2 .div1 > div.active .yuan svg .cir2 {
  animation: yuan 5s linear forwards;
}
.development_100 .container .le_box .content2 .div1 > div.active .text {
  color: #000;
}
.development_100 .container .le_box .content2 .div2 {
  width: 65%;
}
.development_100 .container .le_box .content2 .div2 > div {
  display: none;
}
.development_100 .container .le_box .content2 .div2 > div.active {
  display: block;
}
.development_100 .container .le_box .content2 .div2 > div.active .t1,
.development_100 .container .le_box .content2 .div2 > div.active .t2 {
  animation: fadeUp 1s ease both;
  animation-delay: 0.4s;
}
.development_100 .container .le_box .content2 .div2 > div .t1 {
  font-size: 28px;
  color: #000;
}
.development_100 .container .le_box .content2 .div2 > div .t2 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  color: #666;
  height: 12em;
  overflow: auto;
  padding-right: 10px;
}
.development_100 .container .ri_box {
  width: 42%;
}
.development_100 .container .ri_box div {
  width: 100%;
  display: none;
}
.development_100 .container .ri_box div.active {
  display: block;
  /*animation: fadeUp 1s ease both;*/
  /*animation-delay: 0.4s;*/
}
.development_100 .container .ri_box div img {
  width: 100%;
}
.core_100 {
  position: relative;
  background: url('../images/107.jpg') no-repeat;
  background-size: cover;
}
.core_100 .content2 {
  margin-top: 130px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.core_100 .content2 .item {
  --p: 44px;
  position: relative;
  color: #f8f8f8;
  border-left: 1px solid rgba(248, 248, 248, 0.5);
  padding: var(--p);
}
.core_100 .content2 .item .box1 {
  transition: 0.3s;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: var(--p);
}
.core_100 .content2 .item .box1 .svg {
  height: 80px;
}
.core_100 .content2 .item .box1 .svg img {
  max-height: 100%;
}
.core_100 .content2 .item .box1 .text {
  margin-top: 36px;
  font-size: 28px;
  color: #f8f8f8;
}
.core_100 .content2 .item .box2 {
  transition: 0.4s;
  opacity: 0;
}
.core_100 .content2 .item .box2 .t1 {
  font-size: 28px;
}
.core_100 .content2 .item .box2 .t2 {
  margin-top: 16px;
  font-size: 16px;
  line-height: 2;
  height: 18em;
  overflow: auto;
  padding-right: 10px;
}
.core_100 .content2 .item .box2 .t2 p {
  margin: 0;
}
@media (min-width: 1200px) {
  .core_100 .content2 .item.active {
    border-left-color: #f8f8f8;
  }
  .core_100 .content2 .item.active .box1 {
    opacity: 0;
  }
  .core_100 .content2 .item.active .box2 {
    animation: fadeUp 1s ease both;
  }
}
@keyframes yuan {
  0% {
    stroke-dashoffset: 170;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 1600px) {
  .core_100 .content2 .item .box2 .t1,
  .core_100 .content2 .item .box1 .text,
  .development_100 .container .le_box .content2 .div2 > div .t1,
  .bmodel_100 .el_bot .item .box .x1 {
    font-size: 24px;
  }
  .development_100 .container .le_box .content2 .div1 > div .text {
    font-size: 20px;
  }
  .team_100 .post > div .t1 {
    font-size: 40px;
  }
  .business_100 .container .ri_box .content2 .item .data span {
    font-size: 46px;
  }
  .pt {
    padding-top: 80px;
  }
  .pb {
    padding-bottom: 80px;
  }
  .development_100 .container .le_box .content2 .div1 > div .text {
    padding-left: 12px;
  }
  .core_100 .content2 {
    margin-top: 100px;
  }
}
@media (max-width: 1200px) {
  .pt {
    padding-top: 50px;
  }
  .pb {
    padding-bottom: 50px;
  }
  .business_100 {
    /*min-height: 700px;*/
    /*background: url(../images/100-1.png) no-repeat center bottom;*/
    /*background-size: 100% auto;*/
    /*padding-bottom: 100px;*/
  }
  .development_100 .container .le_box .content2 .div1 > div + div .yuan::after,
  .core_100 .content2 .item .box1 {
    display: none;
  }
  .core_100 .content2 .item .box2 {
    opacity: 1;
  }
  .core_100 .content2 {
    margin-top: 60px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }
  .core_100 .content2 .item {
    --p: 20px;
  }
  .bmodel_100 .el_bot {
    margin-top: 36px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .bmodel_100 .el_bot .item .box {
    padding: 20px;
  }
  .development_100 .container .le_box {
    padding-right: 0;
  }
  .development_100 .container .le_box .content2 .div1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .development_100 .container .le_box .content2 .div1 > div + div {
    margin-top: 0;
  }
  .team_100 picture img {
    min-height: 30vh;
  }
  .pu_link .a {
    font-size: 14px;
    width: 126px;
    height: 42px;
    line-height: 38px;
  }
  .dw {
    top: -59px; 
  } 
  .development_100 .container .ri_box div,
  .industry_100 .container .ri_box {
      text-align: center;
  }
  .development_100 .container .ri_box div img,
  .industry_100 .container .ri_box img {
      max-width: 80%;
  }
  
  .team_100 .post > div .t1 {
    font-size: 26px;
  }
  .business_100 .container .ri_box .content2 .item .data span {
    font-size: 36px;
  }
  .development_100 .container .ri_box,
  .development_100 .container .le_box .content2 .div2,
  .development_100 .container .le_box .content2,
  .industry_100 .container .ri_box {
    margin-top: 36px;
  }
  .business_100 .container .ri_box .content2 .item .data div,
  .development_100 .container .le_box .content2 .div1 > div .text,
  .core_100 .content2 .item .box2 .t1,
  .core_100 .content2 .item .box1 .text,
  .development_100 .container .le_box .content2 .div2 > div .t1,
  .bmodel_100 .el_bot .item .box .x1 {
    font-size: 18px;
  }
  .bmodel_100 .el_bot .item .box .x2,
  .core_100 .content2 .item .box2 .t2,
  .industry_100 .container .le_box .desc,
  .business_100 .container .ri_box .content1 {
    font-size: 14px;
  }
  .business_100 .container .ri_box .content2 .item .desc {
    font-size: 16px;
  }
  .industry_100 .container .le_box {
    padding-right: 0;
  }
  .industry_100 .container .le_box .click,
  .industry_100 .container .le_box .desc,
  .business_100 .container .ri_box {
    margin-top: 26px;
  }
  .development_100 .container .le_box .content2 .div2,
  .development_100 .container .ri_box,
  .development_100 .container .le_box,
  .development_100 .container .le_box .content2 .div1,
  .industry_100 .container .ri_box,
  .industry_100 .container .le_box,
  .business_100 .container .le_box,
  .business_100 .container .ri_box {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .core_100 .content2 .item {
     --p: 0px;
     border: none;   
  }
  .development_100 .container .le_box .content2 .div1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .core_100 .content2,
  .bmodel_100 .el_bot {
    grid-template-columns: repeat(1, 1fr);
  }
  .business_100 .container .ri_box .content2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

