@charset "utf-8";
/* CSS Document */
.header {
  height: 110px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 13;
}
.header.header2 .index_nav > ul > li > a {
  color: #333;
}
.header.header2 .index_nav > ul > li > a.on {
  color: #333;
}
.header.header2 .logo {
  transform: translateY(-15px);
}
.header.header2 .logo .imgaa {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header.header2 .menua .bai {
  opacity: 0;
  display: block;
}
.header.header2 .menua .hei {
  position: absolute;
  top: 0;
  left: 0;
}
.header.header2.on .logo > img {
  opacity: 0;
}
.header.header2.on .logo > img.imgaa {
  opacity: 1;
}
.header.on {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.header.on .index_nav > ul > li > a {
  color: #fff !important;
}
.header.on .index_nav > ul > li > a.on {
  color: #fff !important;
}
.header.on .menua .hei {
  opacity: 0;
}
.header.on .menua .bai {
  opacity: 1;
}
.header .logo {
  top: 25px;
  left: 100px;
  z-index: 2;
}
.header .index_nav {
  right: 180px;
  top: 0px;
}
.header .index_nav > ul {
  text-align: center;
}
.header .index_nav > ul > li {
  float: none;
  display: inline-block;
  height: 110px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.header .index_nav > ul > li:nth-child(1) {
  background: none;
}
.header .index_nav > ul > li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 110px;
  border-top: solid 3px rgba(0, 0, 0, 0);
  opacity: 0.9;
}
.header .index_nav > ul > li > a.on,
.header .index_nav > ul > li > a:hover {
  opacity: 1;
  color: #fff;
  border-top: solid 3px #b81c22;
}
.header .index_nav > ul > li .xl {
  position: absolute;
  top: 100px;
  margin-left: -200px;
  width: 700px;
  height: auto;
  padding-top: 10px;
  display: none;
}
.header .index_nav > ul > li .xl:before {
  content: '';
  width: 18px;
  height: 10px;
  background: url(../images/xiaojian.png) no-repeat center;
  position: absolute;
  left: 215px;
  top: 0px;
}
.header .index_nav > ul > li .xl ul {
  background: rgba(0, 0, 0, 0.5);
  border-bottom: solid 6px #b81c22;
  text-align: center;
  padding: 30px 30px;
}
.header .index_nav > ul > li .xl li {
  width: 50%;
  float: left;
  text-align: left;
}
.header .index_nav > ul > li .xl li:nth-child(1) {
  border-top: 0;
}
.header .index_nav > ul > li .xl li a {
  color: #ffffff;
  display: block;
  height: 42px;
  line-height: 42px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header .index_nav > ul > li .xl li a:hover {
  color: #b81c22;
}
.container {
  width: 100%;
}
.menu {
  font-size: 22px;
  position: absolute;
  right: 15px;
  top: 18px;
  color: #fff;
  border: solid 1px #fff;
  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%;
}
.banner .owl-theme .owl-controls {
  margin-top: 0;
}
.banner #owl-demo1 .owl-dots {
  display: block!important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
  text-align: center;
}
.banner #owl-demo1 .owl-dots .owl-dot {
  display: block;
  float: none;
  margin-left: 12px;
  margin-right: 12px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.5);
  -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;
  position: relative;
  margin-top: 30px;
}
.banner #owl-demo1 .owl-dots .owl-dot:nth-child(1) {
  margin-top: 0;
}
.banner #owl-demo1 .owl-dots .owl-dot span {
  width: 34px;
  height: 34px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -17px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.5);
  -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;
}
.banner #owl-demo1 .owl-dots .owl-dot.active span {
  background: #b81c22;
  color: #fff;
}
.banner #owl-demo1 .owl-item.active .item img {
  transform: scale(1);
}
.banner #owl-demo1 .owl-item.active .item .tit,
.banner #owl-demo1 .owl-item.active .item .tit1,
.banner #owl-demo1 .owl-item.active .item .kuai {
  opacity: 1;
  transform: translateX(0);
}
.banner #owl-demo1 .item {
  display: block;
  overflow: hidden;
}
.banner #owl-demo1 .item .item_abs {
  position: absolute;
  top: 50%;
  left: 200px;
  transform: translateY(-50%);
  z-index: 2;
}
.banner #owl-demo1 .item .item_abs .tit {
  color: #ffffff;
  font-size: 36px;
  line-height: 36px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: translateX(30px);
}
.banner #owl-demo1 .item .item_abs .tit1 {
  line-height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 60px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: translateX(30px);
  transition-delay: 0.3s;
}
.banner #owl-demo1 .item .item_abs .kuai {
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: translateX(30px);
  transition-delay: 0.6s;
}
.banner #owl-demo1 .item img {
  transform: scale(1.1);
  width: 100%;
  transition: all 8s linear;
}
.mobileshow {
  display: none!important;
}
.menua {
  position: fixed;
  top: 49px;
  right: 100px;
  z-index: 5;
  cursor: pointer;
}
.gupiao {
  width: 570px;
  height: 86px;
  background: rgba(255, 255, 255, 0.9);
  border-right: solid 6px #b81c22;
  padding: 16px 30px 0 35px;
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 11;
  transition: all 0.7s ease-in-out;
}
.gupiao.on {
  right: -100%;
}
.gupiao .gpleft {
  color: #000000;
  width: 340px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.gupiao .gpleft .note {
  font-size: 32px;
  line-height: 36px;
}
.gupiao .gpleft .note span {
  margin-left: 10px;
  margin-right: 10px;
}
.gupiao .gpleft .note div {
  font-size: 16px;
}
.gupiao .gpright {
  color: #666666;
  padding-top: 5px;
  font-size: 14px;
  line-height: 24px;
}
.index_main {
  padding-top: 115px;
  padding-bottom: 135px;
  padding-left: 15px;
  padding-right: 15px;
}
.index_main .index_tit {
  color: #000000;
  font-size: 44px;
  line-height: 44px;
}
.index_main .index_note {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.index_main .index_m .item {
  margin-top: 30px;
  border-radius: 15px;
  transition: all 0.4s ease-in-out;
}
.index_main .index_m .item:hover {
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}
.index_main .index_m .item:hover .picspan {
  transform: scale(1.1);
}
.index_main .index_m .item:hover .hengxian {
  transform: scaleX(2);
}
.index_main .index_m .item.item2 {
  cursor: pointer;
}
.index_main .index_m .item.item2:hover .item_div1 img {
  transform: scale(1.1);
}
.index_main .index_m .item .item_abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.index_main .index_m .item .item_abs span {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(1.1);
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  font-weight: bold;
  font-size: 30px;
}
.index_main .index_m .item:hover .item_abs span {
  transform: translateY(-50%) scale(1);
  opacity: 1;
  font-weight: bold;
}
.index_main .index_m .item .picbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bgtp1.jpg) repeat-y;
  background-size: 100%;
}
.index_main .index_m .item .item_div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 50px 0;
}
.index_main .index_m .item .item_div .tit {
  color: #ffffff;
  font-size: 44px;
  line-height: 60px;
}
.index_main .index_m .item .item_div .hengxian {
  background-color: #ffffff;
  width: 67px;
  height: 4px;
  margin-top: 25px;
  transition: all 0.4s ease-in-out;
  transform-origin: left center;
}
.index_main .index_m .item .item_div .more {
  color: #fff;
  font-size: 14px;
  margin-top: 35px;
}
.index_main .index_m .item .picbg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b81c22;
  background-size: 100%;
  border-radius: 200px;
}
.index_main .index_m .item .item_div1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  color: #fff;
  font-size: 34px;
  text-align: center;
  z-index: 1;
}
.index_main .index_m .item .item_div1 img {
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.index_main .index_m .item .item_div2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  background: #b81c22;
  border-radius: 200px;
  transform: translate(-50%, -50%);
  z-index: 11;
  transition: all 0.6s ease-in-out;
}
.index_main .index_m .item .item_div2.on {
  width: 3400px;
  height: 2000px;
}
.index_main1 {
  background: url(../images/bgtp2.jpg) no-repeat center top;
  padding-top: 140px;
  background-size: 100%;
}
.index_main1 .m1_top .item .tit {
  color: #ffffff;
  font-size: 66px;
  font-weight: bold;
  line-height: 66px;
}
.index_main1 .m1_top .item .note {
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}
.index_main1 .m1_bot {
  margin-top: 100px;
}
.index_main1 .m1_bot .bot_right {
  width: 1220px;
  margin-right: -15px;
}
.index_main1 .m1_bot .bot_right .itema {
  border-radius: 10px;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
.index_main1 .m1_bot .bot_right .itema.on {
  opacity: 1;
  z-index: 2;
}
.index_main1 .m1_bot .bot_right .itema .prev {
  width: 50px;
  height: 50px;
  background: url(../images/zuojian1.png) no-repeat center center;
  top: 50%;
  margin-top: -25px;
  left: 60px;
  z-index: 2;
  cursor: pointer;
}
.index_main1 .m1_bot .bot_right .itema .next {
  width: 50px;
  height: 50px;
  background: url(../images/youjian1.png) no-repeat center center;
  top: 50%;
  margin-top: -25px;
  right: 60px;
  z-index: 2;
  cursor: pointer;
}
.index_main1 .m1_bot .bot_right .itema .item img {
  border-radius: 10px;
  width: 100%;
}
.index_main1 .m1_bot .bot_left {
  margin-right: 1220px;
  margin-left: 85px;
}
.index_main1 .m1_bot .bot_left .left_top {
  height: 312px;
  margin-right: 30px;
  background: url(../images/bgtp1.jpg) repeat-y;
  background-size: 100%;
  border-radius: 10px 10px 0 0;
}
.index_main1 .m1_bot .bot_left .left_top .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 40px 0;
  font-weight: bold;
  display: none;
}
.index_main1 .m1_bot .bot_left .left_top .item:nth-child(1) {
  display: block;
}
.index_main1 .m1_bot .bot_left .left_top .item .tit {
  color: #ffffff;
  font-size: 36px;
  line-height: 46px;
}
.index_main1 .m1_bot .bot_left .left_top .item .note {
  margin-top: 20px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 14px;
}
.index_main1 .m1_bot .bot_left .left_top .item .more a {
  color: #fff;
  font-size: 14px;
}
.index_main1 .m1_bot .bot_left .left_bot {
  margin-top: -70px;
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 70px 0 0 0;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.index_main1 .m1_bot .bot_left .left_bot .item {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #eeeeee;
  cursor: pointer;
}
.index_main1 .m1_bot .bot_left .left_bot .item.on .xuhao {
  background: #b81c22;
  color: #fff;
}
.index_main1 .m1_bot .bot_left .left_bot .item .xuhao {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  text-align: center;
  line-height: 70px;
  color: #b81c22;
  font-size: 24px;
  background: #f8e8e8;
}
.index_main1 .m1_bot .bot_left .left_bot .item .cont {
  margin-left: 100px;
  padding-top: 10px;
}
.index_main1 .m1_bot .bot_left .left_bot .item .cont .tit {
  color: #000000;
  font-size: 24px;
}
.index_main2 {
  margin-top: 150px;
  background: url(../images/bgtp3.png) repeat-x bottom;
  position: relative;
}
.index_main2 .m2_right {
  width: 430px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  top: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index_main2 .m2_right .mr_top video {
  width: 380px;
  height: 214px;
}
.index_main2 .m2_right .mr_mid {
  padding-top: 60px;
  padding-bottom: 45px;
  border-bottom: solid 1px #cccccc;
}
.index_main2 .m2_right .mr_mid ul {
  border-left: solid 1px #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}
.index_main2 .m2_right .mr_mid ul li a {
  display: block;
  padding-left: 30px;
  position: relative;
  color: #000000;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
  line-height: 46px;
  height: 46px;
}
.index_main2 .m2_right .mr_mid ul li a:hover {
  color: #b81c22;
}
.index_main2 .m2_right .mr_mid ul li a:hover:before {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: #b81c22;
  left: -6px;
}
.index_main2 .m2_right .mr_mid ul li a:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #ccc;
  position: absolute;
  transition: all 0.4s ease-in-out;
  left: -4px;
  top: 50%;
  margin-top: -4px;
  border-radius: 50%;
}
.index_main2 .m2_right .mr_bot {
  padding-top: 100px;
  position: relative;
}
.index_main2 .m2_right .mr_bot #owl-demo5 {
  padding-bottom: 70px;
}
.index_main2 .m2_right .mr_bot .owl-dots {
  display: block!important;
  position: absolute;
  bottom: 0;
  left: 0px;
  text-align: center;
}
.index_main2 .m2_right .mr_bot .owl-dots .owl-dot {
  display: inline-block;
  background-color: #9a9a9a;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.index_main2 .m2_right .mr_bot .owl-dots .owl-dot.active {
  background: #000;
}
.index_main2 .m2_right .mr_bot .tit {
  color: #000000;
  font-size: 28px;
  line-height: 28px;
}
.index_main2 .m2_right .mr_bot .note {
  color: #666666;
  font-size: 16px;
  margin-top: 25px;
  padding-bottom: 35px;
}
.index_main2 .m2_right .mr_bot .more a {
  color: #000000;
  font-size: 18px;
}
.index_main2 .m2_right .mr_bot .more a img {
  width: 20px;
  margin-left: 10px;
  display: inline-block;
}
.index_main2 .m2_left {
  margin-right: 430px;
  background: #f3f4f6;
}
.index_main2 .m2_left .pic {
  height: 760px;
  background-size: cover!important;
  border-radius: 10px;
  overflow: hidden;
}
.index_main2 .m2_left .pic .picspan {
  animation: scaleT infinite 55s ease-in-out;
}
.index_main2 .m2_left .m2_bot {
  padding: 30px 0;
}
.index_main2 .m2_left .m2_bot .m2b_left {
  padding-top: 60px;
  width: 884px;
  padding-left: 95px;
  padding-right: 72px;
  border-right: solid 1px #cccccc;
  padding-bottom: 100px;
}
.index_main2 .m2_left .m2_bot .m2b_left .tit {
  color: #000000;
  font-size: 40px;
  line-height: 40px;
}
.index_main2 .m2_left .m2_bot .m2b_left .note {
  color: #000000;
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.index_main2 .m2_left .m2_bot .m2b_left .note1 {
  color: #666666;
  font-size: 16px;
}
.index_main2 .m2_left .m2_bot .m2b_left .bot {
  padding-top: 50px;
}
.index_main2 .m2_left .m2_bot .m2b_left .bot a {
  border-radius: 30px;
  background-color: #b81c22;
  width: 264px;
  height: 62px;
  display: block;
  text-align: center;
  line-height: 62px;
  color: #fff;
  font-size: 24px;
}
.index_main2 .m2_left .m2_bot .m2b_left .bot a img {
  margin-right: 10px;
}
.index_main2 .m2_left .m2_bot .m2b_right {
  margin-left: 884px;
  padding-left: 70px;
  padding-right: 70px;
}
.index_main2 .m2_left .m2_bot .m2b_right .item {
  border-top: solid 1px #ccc;
  text-align: center;
}
.index_main2 .m2_left .m2_bot .m2b_right .item:nth-child(1) {
  border-top: 0;
}
.index_main2 .m2_left .m2_bot .m2b_right .item a {
  display: block;
  color: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 18px;
}
.index_main2 .m2_left .m2_bot .m2b_right .item a img {
  margin-bottom: 25px;
}
.index_main3 {
  padding-top: 150px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
.index_main3 .m3_left {
  width: 684px;
  padding-left: 100px;
}
.index_main3 .m3_left .tit {
  color: #000000;
  font-size: 42px;
  line-height: 42px;
}
.index_main3 .m3_left .note {
  color: #000000;
  font-size: 20px;
  line-height: 20px;
  padding-top: 35px;
  padding-bottom: 15px;
}
.index_main3 .m3_left .note1 {
  color: #666666;
  font-size: 16px;
}
.index_main3 .m3_left .bot {
  padding-top: 30px;
  width: 500px;
}
.index_main3 .m3_left .bot a {
  display: inline-block;
  margin-top: 18px;
  border-radius: 20px;
  background-color: #f3f4f6;
  width: 150px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #000000;
  font-weight: bold;
  margin-right: 35px;
}
.index_main3 .m3_left .bot a:hover {
  color: #fff;
  background: #b81c22;
}
.index_main3 .m3_left .bot1 {
  margin-top: 50px;
  padding-top: 40px;
  background: url(../images/bgtp4.jpg) no-repeat left top;
}
.index_main3 .m3_left .bot1 .item {
  color: #666666;
  font-size: 14px;
  line-height: 44px;
}
.index_main3 .m3_left .bot1 .item img {
  margin-right: 15px;
}
.index_main3 .m3_right {
  position: absolute;
  left: 980px;
  bottom: -100px;
}
.index_main3 .m3_right > img {
  position: relative;
  z-index: 3;
}
.index_main3 .m3_right .quan1 {
  width: 1231px;
  height: 1231px;
  background: url(../images/yuanquan2.png) no-repeat center center;
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -615px;
  z-index: 3;
  animation: zhuanquan1 infinite 15s linear;
}
.index_main3 .m3_right .quan2 {
  width: 1434px;
  height: 1434px;
  background: url(../images/yuanquan1.png) no-repeat center center;
  position: absolute;
  top: -211px;
  left: 50%;
  margin-left: -717px;
  z-index: 1;
  animation: zhuanquan1 infinite 30s linear;
}
.index_main3 .m3_right .m3_abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.index_main3 .m3_right .m3_abs .item {
  position: absolute;
  border-radius: 50%;
  background-color: #b81c22;
  width: 16px;
  height: 16px;
}
.index_main3 .m3_right .m3_abs .item .dian {
  width: 16px;
  height: 16px;
  position: relative;
}
.index_main3 .m3_right .m3_abs .item .dian div {
  background-color: #b81c22;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: scale1 infinite 4s linear;
}
.index_main3 .m3_right .m3_abs .item .shuxian {
  position: absolute;
  bottom: 0;
  left: 7px;
  width: 1px;
  background: #b81c22;
}
.index_main3 .m3_right .m3_abs .item .shangdian {
  border-radius: 50%;
  background-color: #b81c22;
  width: 11px;
  height: 11px;
  position: absolute;
  left: -5px;
  top: -5px;
}
.index_main3 .m3_right .m3_abs .item .shangdian:before {
  content: '';
  width: 29px;
  height: 29px;
  background: rgba(184, 28, 34, 0.1);
  border: solid 1px #b81c22;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_main3 .m3_right .m3_abs .item .note {
  color: #b81c22;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  top: -12px;
  left: 100%;
  margin-left: 25px;
  width: 100px;
}
.index_main3 .m3_right .m3_abs .item:nth-child(1) {
  top: 39%;
  left: 73%;
}
.index_main3 .m3_right .m3_abs .item:nth-child(1) .shuxian {
  height: 160px;
}
.index_main3 .m3_right .m3_abs .item:nth-child(1) .dian div:nth-child(1) {
  animation-delay: 1s;
}
.index_main3 .m3_right .m3_abs .item:nth-child(1) .dian div:nth-child(2) {
  animation-delay: 3s;
}
.index_main3 .m3_right .m3_abs .item:nth-child(2) {
  top: 48%;
  left: 35%;
}
.index_main3 .m3_right .m3_abs .item:nth-child(2) .shuxian {
  height: 150px;
}
.index_main3 .m3_right .m3_abs .item:nth-child(2) .dian div:nth-child(1) {
  animation-delay: 3s;
}
.index_main3 .m3_right .m3_abs .item:nth-child(2) .dian div:nth-child(2) {
  animation-delay: 1s;
}
.index_main3 .m3_right .m3_abs .item:nth-child(3) {
  top: 53%;
  left: 23%;
}
.index_main3 .m3_right .m3_abs .item:nth-child(3) .shuxian {
  height: 230px;
}
.index_main3 .m3_right .m3_abs .item:nth-child(3) .dian div:nth-child(1) {
  animation-delay: 0.5s;
}
.index_main3 .m3_right .m3_abs .item:nth-child(3) .dian div:nth-child(2) {
  animation-delay: 2.5s;
}
.index_main3 .m3_right .m3_abs .item:nth-child(4) {
  top: 48%;
  left: 54.5%;
}
.index_main3 .m3_right .m3_abs .item:nth-child(4) .shuxian {
  height: 195px;
}
.index_main3 .m3_right .m3_abs .item:nth-child(4) .dian div:nth-child(1) {
  animation-delay: 1.5s;
}
.index_main3 .m3_right .m3_abs .item:nth-child(4) .dian div:nth-child(2) {
  animation-delay: 3.5s;
}
.index_main3 .m3_right .m3_abs .item:nth-child(5) {
  top: 57%;
  left: 39.5%;
}
.index_main3 .m3_right .m3_abs .item:nth-child(5) .shuxian {
  height: 130px;
}
.index_main3 .m3_right .m3_abs .item:nth-child(5) .dian div:nth-child(1) {
  animation-delay: 2s;
}
.index_main3 .m3_right .m3_abs .item:nth-child(5) .dian div:nth-child(2) {
  animation-delay: 4s;
}
.index_main3 .m3_right .m3_abs .item:nth-child(6) {
  top: 30%;
  left: 20.5%;
}
.index_main3 .m3_right .m3_abs .item:nth-child(6) .shuxian {
  height: 130px;
}
.index_main3 .m3_right .m3_abs .item:nth-child(6) .dian div:nth-child(1) {
  animation-delay: 2s;
}
.index_main3 .m3_right .m3_abs .item:nth-child(6) .dian div:nth-child(2) {
  animation-delay: 4s;
}
.index_main4 {
  background: #f3f4f6;
  padding: 30px 0px;
  margin-bottom: 90px;
}
.index_main4 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 50px;
  width: auto!important;
  height: auto!important;
}
.index_main5 {
  height: 240px;
  overflow: hidden;
  background: url(../images/bgtp5.png) repeat-y center;
  background-size: 100%;
  padding-left: 260px;
  padding-right: 260px;
  padding-top: 88px;
}
.index_main5 .k1 {
  bottom: 30px;
  left: -50px;
}
.index_main5 .k2 {
  top: 30px;
  left: 400px;
}
.index_main5 .k3 {
  bottom: -100px;
  right: -300px;
}
.index_main5 .m5left {
  position: relative;
}
.index_main5 .m5left .tit {
  color: #ffffff;
  font-size: 42px;
  line-height: 42px;
}
.index_main5 .m5left .note {
  color: #ffffff;
  font-size: 22px;
  margin-top: 15px;
}
.index_main5 .m5right {
  position: relative;
  padding-top: 12px;
}
.index_main5 .m5right a {
  display: block;
  border-radius: 30px;
  background-color: #ffffff;
  box-shadow: 0px 4px 9px 0px rgba(148, 23, 3, 0.5);
  width: 264px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  color: #000;
  font-size: 24px;
}
.copyRight {
  height: 68px;
  background: #000000;
  padding-left: 100px;
  padding-right: 100px;
}
.copyRight .item {
  padding: 0 40px;
  color: #999999;
  line-height: 68px;
  border-left: solid 1px #292929;
  border-right: solid 1px #292929;
  margin-left: -1px;
}
.copyRight .item img {
  margin-right: 15px;
}
.copyRight .item1 {
  padding: 0 30px;
  color: #999999;
  line-height: 68px;
  border-left: solid 1px #292929;
  border-right: solid 1px #292929;
  background: #1a1a1a;
  cursor: pointer;
}
.copyRight .item1 img {
  margin-right: 15px;
}
.footer {
  background: #0e0e0e;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.footer .footer_left {
  display: none;
  width: 360px;
}
.footer .footer_left .tit {
  color: #ffffff;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 15px;
}
.footer .footer_left .note {
  color: #cccccc;
  font-size: 14px;
}
.footer .footer_right {
  width: 260px;
}
.footer .footer_right .fr_top a {
  border-radius: 29px;
  background-color: #b81c22;
  width: 264px;
  height: 60px;
  display: block;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
}
.footer .footer_right .fr_top a img {
  margin-right: 15px;
}
.footer .footer_right .follow {
  padding-top: 50px;
}
.footer .footer_right .follow .tit {
  color: #ffffff;
  font-size: 18px;
}
.footer .footer_right .follow .cont {
  margin-top: 20px;
  margin-right: -50px;
}
.footer .footer_right .follow .cont .item {
  width: 25%;
}
.footer .footer_right .note {
  padding-top: 60px;
  color: #cccccc;
}
.footer .footer_cont {
  margin-left: 0px;
  margin-right: 300px;
}
.footer .footer_cont .item {
  padding: 0 3%;
}
.footer .footer_cont .item .tita {
  padding-bottom: 10px;
}
.footer .footer_cont .item .tita a {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
.footer .footer_cont .item .cont li {
  line-height: 44px;
}
.footer .footer_cont .item .cont li a {
  color: #cccccc;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
.footer .footer_cont .item .cont li a:hover {
  color: #fff;
}
.contact_tk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
  background: #b81c22;
  display: none;
}
.contact_tk .tk_close {
  width: 19px;
  height: 18px;
  background: url(../images/chacha.png) no-repeat center center;
  position: absolute;
  right: 21px;
  top: 21px;
  cursor: pointer;
  z-index: 3;
}
.contact_tk1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 34px;
}
.contact_tk1 img {
  margin-bottom: 15px;
}
.contact_tk2 {
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  bottom: 0;
  background: url(../images/bgtp6.jpg) no-repeat center center;
  background-size: cover;
  transform: translateY(100%);
}
.contact_tk2.on {
  transform: translateY(0%);
}
.contact_tk2 .c2_bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: url(../images/bgtp7.png) repeat-y center;
  background-size: 100%;
  color: #ffffff;
  padding: 45px 260px 0;
}
.contact_tk2 .c2_bot .tit {
  font-size: 28px;
}
.contact_tk2 .c2_bot .note {
  font-size: 42px;
  font-weight: bold;
}
.contact_tk2 .c2_bot .note1 {
  font-size: 14px;
}
.contact_tk2 .c2_bot .c2b_right {
  padding-top: 20px;
  padding-right: 130px;
}
.contact_tk2 .c2_bot .c2b_right div {
  border-radius: 8px;
  background-color: #b81c22;
  width: 330px;
  height: 72px;
  text-align: center;
  line-height: 72px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}
.contact_tk3 {
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  bottom: 0;
  background: url(../images/bgtp8.jpg) no-repeat center center;
  background-size: cover;
  transform: translateY(100%);
}
.contact_tk3.on {
  transform: translateY(0%);
}
.contact_tk3 .tk3_m {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.contact_tk3 .tk3_m .tk3_top .tit {
  color: #000;
  font-size: 42px;
  line-height: 42px;
}
.contact_tk3 .tk3_m .tk3_top .note {
  color: #666666;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.contact_tk3 .tk3_m .tk3_top .btn1 .btna {
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  border-radius: 8px;
  width: 166px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  color: #000000;
  font-size: 18px;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
  display: inline-block;
}
.contact_tk3 .tk3_m .tk3_top .btn1 .btna.on {
  background: #b81c22;
  border-color: #b81c22;
  color: #fff;
}
.contact_tk3 .tk3_m .tk3_cont {
  margin-top: 30px;
}
.contact_tk3 .tk3_m .tk3_cont .name {
  width: 120px;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
}
.contact_tk3 .tk3_m .tk3_cont .item {
  line-height: 36px;
}
.contact_tk3 .tk3_m .tk3_cont .item .cont {
  margin-left: 120px;
  max-width: 1220px;
}
.contact_tk3 .tk3_m .tk3_cont .item .cont .item1 {
  min-width: 25%;
  float: left;
  padding-right: 50px;
  color: #666666;
  font-size: 18px;
  margin-bottom: 24px;
}
.contact_tk3 .tk3_m .tk3_cont .item .cont .item1 input {
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -4px;
}
.contact_tk3 .tk3_m .tk3_cont .m3_bot .name {
  line-height: 60px;
}
.contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_left {
  width: 47%;
}
.contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_left .item1 {
  margin-bottom: 30px;
}
.contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_left .item1 .cont {
  margin-left: 120px;
}
.contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_left .item1 .cont .inp1 {
  width: 100%;
  height: 60px;
  border: solid 1px #000;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background: none;
}
.contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_right {
  width: 47%;
}
.contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_right .item1 {
  margin-bottom: 30px;
}
.contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_right .item1 .cont {
  margin-left: 120px;
}
.contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_right .item1 .cont .textarea {
  width: 100%;
  height: 240px;
  border: solid 1px #000;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background: none;
}
.contact_tk3 .tk3_m .tk3_cont .m3_btn {
  padding-top: 45px;
  text-align: center;
}
.contact_tk3 .tk3_m .tk3_cont .m3_btn input {
  border-radius: 8px;
  background-color: #b81c22;
  width: 420px;
  height: 72px;
  text-align: center;
  line-height: 72px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border: 0;
}
.ejbanner {
  margin-top: 110px;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  z-index: 3;
}
.ejbanner .yuan1 {
  position: absolute;
  top: 0%;
  left: 25%;
}
.ejbanner .yuan2 {
  position: absolute;
  bottom: 0%;
  right: 15%;
}
.ejbanner .ejb {
  z-index: 3;
}
.ejbanner .ejb .tit {
  color: #000000;
  font-size: 32px;
  max-width: 60%;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: translateX(30px);
  transition-delay: 0.5s;
}
.ejbanner .ejb .note {
  color: #000000;
  font-size: 120px;
  line-height: 140px;
  padding-top: 20px;
  padding-bottom: 70px;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: translateX(30px);
  transition-delay: 0.8s;
}
.ejbanner .ejb .kuai {
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: translateX(30px);
  transition-delay: 1.1s;
}
.ejbanner .ejb.on .tit,
.ejbanner .ejb.on .note,
.ejbanner .ejb.on .kuai {
  opacity: 1;
  transform: translateX(0);
}
.kuai span {
  margin-right: 40px;
  float: left;
}
.kuai .redk {
  background-color: #b81c22;
  width: 69px;
  height: 23px;
}
.kuai .redk1 {
  background-color: #e10414;
  width: 69px;
  height: 23px;
}
.kuai .yellowk {
  background-color: #fcc901;
  width: 69px;
  height: 23px;
}
.ej_nav1 {
  margin-left: 100px;
  margin-right: 100px;
  border-bottom: solid 1px #eeeeee;
}
.ej_nav1 .item {
  width: 16.6%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  top: 3px;
  color: #666;
  font-size: 18px;
}
.ej_nav1 .item img {
  margin-bottom: 28px;
}
.ej_nav1 .item.on {
  border-bottom: solid 5px #b81c22;
  color: #000;
}
.ej_nav2 {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  transform: translateY(10px);
}
.ej_nav2 a {
  height: 48px;
  line-height: 48px;
  color: #999;
  font-size: 18px;
  overflow: hidden;
  padding-left: 22px;
  padding-right: 22px;
  display: inline-block;
}
.ej_nav2 a:hover,
.ej_nav2 a.on {
  background: #b81c22;
  color: #fff;
  border-radius: 8px;
}
.ej_nav2 a:hover span,
.ej_nav2 a.on span {
  opacity: 1;
}
.pro_main {
  padding-top: 0px;
  padding-left: 100px;
  padding-right: 100px;
}
.pro_main .ej_tit {
  color: #000000;
  font-size: 42px;
  font-weight: bold;
  line-height: 42px;
}
.pro_main .pro_m {
  margin-left: -10px;
  margin-right: -10px;
}
.pro_main .pro_m .col-xs-12 {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}
.pro_main .pro_m .col-xs-12 .item {
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}
.pro_main .pro_m .col-xs-12 .item:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.pro_main .pro_m .col-xs-12 .item .item_abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 60px;
  padding-top: 130px;
}
.pro_main .pro_m .col-xs-12 .item .item_abs .note span {
  display: inline-block;
  border-radius: 8px;
  background-color: #b81c22;
  height: 30px;
  line-height: 30px;
  padding: 0 22px;
  color: #ffffff;
  font-size: 16px;
}
.pro_main .pro_m .col-xs-12 .item .item_abs .tit {
  padding-top: 30px;
  color: #000000;
  font-size: 32px;
  font-weight: bold;
}
.pro_main .pro_m .col-xs-12 .item .item_abs .note1 {
  max-width: 55%;
  color: #666666;
  font-size: 16px;
  padding-top: 20px;
}
.pub_pad2 {
  padding-left: 250px;
  padding-right: 250px;
}
.pro_details {
  padding-top: 120px;
  padding-bottom: 50px;
}
.pro_details .details_top .tit {
  color: #000000;
  font-size: 56px;
  line-height: 56px;
  font-weight: bold;
}
.pro_details .details_top .return {
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  border-radius: 8px;
  width: 91px;
  height: 32px;
  text-align: center;
  display: block;
  line-height: 30px;
  color: #000000;
  font-size: 18px;
  margin-top: 10px;
}
.pro_details .details_mid {
  padding-top: 70px;
  padding-bottom: 80px;
}
.pro_details .details_mid .details_pic {
  width: 850px;
  height: 518px;
  background: url(../images/bgtp9.jpg) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 10px;
  overflow: hidden;
}
.pro_details .details_mid .details_pic .item {
  width: 850px;
  height: 518px;
  line-height: 518px;
  text-align: center;
}
.pro_details .details_mid .details_pic .item img {
  max-width: 80%;
  max-height: 80%;
  width: auto!important;
  height: auto!important;
  display: inline-block;
}
.pro_details .details_mid .details_pic .owl-dots {
  display: block!important;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.pro_details .details_mid .details_pic .owl-dots .owl-dot {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.pro_details .details_mid .details_pic .owl-dots .owl-dot.active {
  background: #b81c22;
}
.pro_details .details_mid .cont {
  margin-left: 920px;
  padding-top: 100px;
}
.pro_details .details_mid .cont .note span {
  border-radius: 8px;
  background-color: #b81c22;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.pro_details .details_mid .cont .tit {
  color: #000000;
  font-size: 32px;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 20px;
}
.pro_details .details_mid .cont .note1 {
  color: #666666;
  font-size: 16px;
  min-height: 140px;
}
.pro_details .details_bot {
  font-size: 16px;
}
.contact_btn {
  margin-top: 20px;
}
.contact_btn a {
  display: inline-block;
  background-color: #b81c22;
  width: 264px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  color: #fff;
  font-size: 24px;
  border-radius: 31px;
}
.contact_btn a img {
  margin-right: 5px;
}
.sevice_main1 {
  margin-left: 100px;
  margin-right: 100px;
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
}
.sevice_main1 .sevice_left {
  padding-top: 220px;
  border-right: solid 1px #eee;
  padding-bottom: 105px;
  padding-left: 50px;
  padding-right: 50px;
  width: 1150px;
  position: relative;
  z-index: 2;
}
.sevice_main1 .sevice_left:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: #eee;
}
.sevice_main1 .sevice_left .tit {
  color: #000000;
  font-size: 90px;
  line-height: 90px;
  position: relative;
  z-index: 2;
}
.sevice_main1 .sevice_left .note {
  color: #000000;
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.sevice_main1 .sevice_left .hengtiao {
  background-color: #b81c22;
  width: 135px;
  height: 14px;
  position: relative;
  z-index: 2;
}
.sevice_main1 .sevice_left .pic {
  padding-top: 55px;
  position: relative;
  z-index: 2;
}
.sevice_main1 .sevice_left .pic img {
  width: 100%;
}
.sevice_main1 .cont {
  padding-top: 440px;
  margin-left: 1150px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  z-index: 2;
}
.sevice_main1 .cont .tit {
  color: #000000;
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
}
.sevice_main1 .cont .note {
  color: #666666;
  font-size: 16px;
  padding-top: 35px;
  padding-bottom: 60px;
}
.sevice_main2 {
  background: #f3f4f6;
  padding-top: 150px;
}
.sevice_main2 .m2_pic {
  width: 1180px;
}
.sevice_main2 .m2_pic .pic_abs {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.sevice_main2 .m2_pic .pic_abs .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 8s ease-in-out;
}
.sevice_main2 .m2_pic .pic_abs .item:hover {
  transform: scale(1.2);
}
.sevice_main2 .m2_left {
  margin-right: 1180px;
  padding-left: 130px;
  padding-right: 65px;
}
.sevice_main2 .m2_left .tit {
  color: #000000;
  font-size: 36px;
  line-height: 36px;
}
.sevice_main2 .m2_left .note {
  color: #666666;
  font-size: 16px;
  margin-top: 20px;
}
.sevice_main2 .m2_left .btop {
  margin-top: 35px;
  background: url(../images/bgtp1.jpg) repeat-y center;
  background-size: 100%;
  height: 300px;
  border-radius: 15px 15px 0 0;
}
.sevice_main2 .m2_left .btop .item {
  top: 0;
  left: 0;
  padding: 25px 50px 65px;
}
.sevice_main2 .m2_left .btop .item .tit1 {
  color: #ffffff;
  font-size: 24px;
}
.sevice_main2 .m2_left .btop .item .note1 {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
}
.sevice_main2 .m2_left .bbot {
  background: #f3f4f6;
  position: relative;
  z-index: 2;
  border-radius: 35px 0 0 0;
  margin-top: -35px;
  padding-top: 10px;
  padding-left: 35px;
}
.sevice_main2 .m2_left .bbot .item {
  color: #000000;
  font-size: 18px;
  margin-top: 35px;
  cursor: pointer;
}
.sevice_main2 .m2_left .bbot .item .icon {
  margin-right: 15px;
}
.sevice_main2 .m2_left .bbot .item .icon .imgb {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.sevice_main2 .m2_left .bbot .item.on {
  color: #b81c22;
}
.sevice_main2 .m2_left .bbot .item.on .icon .imgb {
  opacity: 1;
}
.sevice_main2 .m2_left .bbot .item.on .icon .imga {
  opacity: 0;
}
.sevice_main3 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f3f4f6;
  padding-left: 100px;
  padding-right: 100px;
}
.sevice_main3.case_main3 {
  background: none;
  padding-top: 50px;
}
.sevice_main3.case_main3 .row .col-xs-12 .item .cont {
  padding-top: 0;
  padding-bottom: 40px;
}
.sevice_main3 .row {
  margin-left: -35px;
  margin-right: -35px;
}
.sevice_main3 .row .col-xs-12 {
  padding-left: 35px;
  padding-right: 35px;
}
.sevice_main3 .row .col-xs-12 .item .pic {
  border-radius: 15px;
}
.sevice_main3 .row .col-xs-12 .item:hover .pic .picspan {
  transform: scale(1.1);
}
.sevice_main3 .row .col-xs-12 .item .cont .tit {
  padding-top: 35px;
  padding-bottom: 20px;
}
.sevice_main3 .row .col-xs-12 .item .cont .tit a {
  color: #000000;
  font-size: 36px;
}
.sevice_main3 .row .col-xs-12 .item .cont .note {
  color: #666666;
  font-size: 16px;
}
.case_main1 .case_right {
  width: 1200px;
  position: relative;
}
.case_main1 .case_right .case_pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.case_main1 .case_right .case_pic .itema {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.case_main1 .case_right .case_pic .itema .picspan {
  transition: all 8s ease-in-out;
}
.case_main1 .case_right .case_pic .itema .item:hover .picspan {
  transform: scale(1.1);
}
.case_main1 .case_right .case_pic .owl-dots {
  display: block!important;
  position: absolute;
  bottom: 30px;
  left: 0px;
  text-align: center;
  z-index: 2;
  width: 100%;
}
.case_main1 .case_right .case_pic .owl-dots .owl-dot {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.case_main1 .case_right .case_pic .owl-dots .owl-dot.active {
  background: #fff;
}
.case_main1 .case_left {
  margin-right: 1200px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 100px;
}
.case_main1 .case_left .case_top {
  padding-top: 120px;
}
.case_main1 .case_left .case_top .num {
  color: #000000;
  font-size: 42px;
}
.case_main1 .case_left .case_top .total {
  color: #666;
  font-size: 16px;
}
.case_main1 .case_left .case_bot {
  padding-top: 90px;
}
.case_main1 .case_left .case_bot .prev {
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: -50px;
  left: 0;
  background: url(../images/zuojiana.png) no-repeat center center;
  cursor: pointer;
}
.case_main1 .case_left .case_bot .next {
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: -50px;
  left: 60px;
  background: url(../images/youjiana.png) no-repeat center center;
  cursor: pointer;
}
.case_main1 .case_left .case_bot .item .tit {
  color: #000000;
  font-size: 36px;
  line-height: 36px;
}
.case_main1 .case_left .case_bot .item .tit1 {
  margin-top: 25px;
  margin-bottom: 35px;
  color: #000000;
  font-size: 20px;
}
.case_main1 .case_left .case_bot .item .note {
  color: #666666;
  font-size: 16px;
}
.case_main2 {
  padding-top: 130px;
  padding-bottom: 55px;
  overflow: hidden;
  border-bottom: solid 1px #ddd;
}
.case_main2 img {
  animation: gd1 infinite 30s linear;
  max-height: 70px;
}
.notice_main1 {
  padding: 0 100px 65px;
}
.notice_main1 .pic {
  border-radius: 15px;
  overflow: hidden;
}
.notice_main1 img {
  width: 100%;
}
.notice_main2 {
  padding-left: 100px;
  padding-right: 100px;
}
.notice_main2 .row {
  margin-left: -25px;
  margin-right: -25px;
}
.notice_main2 .row .col-xs-12 {
  padding-left: 25px;
  padding-right: 25px;
}
.notice_main2 .row .col-xs-12 .item {
  margin-top: 50px;
  background: #f3f4f6;
  position: relative;
  padding: 90px 60px 0;
  height: 400px;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}
.notice_main2 .row .col-xs-12 .item:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.notice_main2 .row .col-xs-12 .item .date {
  position: absolute;
  top: 0;
  left: 0;
}
.notice_main2 .row .col-xs-12 .item .date span {
  background-color: #b81c22;
  width: 180px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.notice_main2 .row .col-xs-12 .item .tit {
  line-height: 32px;
  max-height: 84px;
  overflow: hidden;
}
.notice_main2 .row .col-xs-12 .item .tit a {
  color: #000000;
  font-size: 32px;
}
.notice_main2 .row .col-xs-12 .item .note {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  max-height: 168px;
  margin-top: 20px;
  overflow: hidden;
}
.tk_hsbtm {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11111;
  width: 100%;
  height: 100%;
}
.notice_tk {
  border-radius: 8px;
  background-color: #ffffff;
  width: 1400px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 120px;
  padding-left: 65px;
  padding-right: 65px;
  padding-bottom: 70px;
  z-index: 11112;
  box-sizing: border-box;
}
.notice_tk .chacha {
  width: 30px;
  height: 30px;
  background: url(../images/chacha1.png) no-repeat center center;
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 40px;
}
.notice_tk .date {
  position: absolute;
  top: 0;
  left: 0;
}
.notice_tk .date span {
  background-color: #b81c22;
  width: 180px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.notice_tk .cont {
  padding-right: 20px;
  overflow-y: auto;
}
.notice_tk .cont .tit {
  color: #000000;
  font-size: 56px;
  font-weight: bold;
  line-height: 56px;
}
.notice_tk .cont .note {
  color: #666666;
  font-size: 18px;
  margin-top: 40px;
}
.notice_tk .cont .note p.b {
  font-size: 22px;
  color: #000;
}
.notice_tk .tk_btn {
  padding-top: 65px;
}
.notice_tk .tk_btn a {
  border-radius: 8px;
  background-color: #b81c22;
  width: 232px;
  height: 68px;
  text-align: center;
  line-height: 68px;
  color: #fff;
  font-size: 22px;
}
.contact_main1 img {
  width: 100%;
}
.contact_main1 .m1_abs {
  background: url(../images/bgtp9.png) repeat-y center;
  background-size: 100%;
  width: 525px;
  height: auto;
  padding: 40px 0 40px 75px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.contact_main1 .m1_abs .tit {
  color: #ffffff;
  font-size: 28px;
  line-height: 28px;
}
.contact_main1 .m1_abs .number {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.contact_main1 .m1_abs .note {
  color: #fff;
  font-size: 14px;
}
.contact_main2 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.contact_main2 .contact_tk3 {
  position: static!important;
  background: none;
  transform: translate(0) !important;
}
.contact_main2 .contact_tk3 .tk3_m {
  position: static!important;
  transform: translate(0) !important;
}
.job_main1 {
  padding-left: 100px;
  padding-right: 100px;
}
.job_main1 .pic {
  border-radius: 10px;
  overflow: hidden;
}
.job_main1 .pic img {
  width: 100%;
}
.job_main2 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.job_main2 .tit {
  color: #000000;
  font-size: 56px;
  line-height: 56px;
}
.job_main2 .note {
  padding-top: 30px;
  padding-bottom: 60px;
  color: #666666;
  font-size: 16px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.job_main2 .pic {
  max-width: 1400px;
}
.job_main2 .pic img {
  width: 100%;
}
.job_main3 .tit {
  color: #000000;
  font-size: 60px;
}
.job_main3 .note {
  color: #666666;
  font-size: 16px;
  margin-top: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.job_main3 .job_m3 {
  margin-top: 90px;
  border-bottom: solid 1px #ddd;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.job_main3 .job_m3 .item {
  padding-top: 55px;
  padding-bottom: 55px;
  border-top: solid 1px #ddd;
  position: relative;
}
.job_main3 .job_m3 .item.on .jiantou {
  transform: rotate(0deg);
}
.job_main3 .job_m3 .item.on .tit {
  color: #b81c22;
}
.job_main3 .job_m3 .item .jiantou {
  width: 19px;
  height: 11px;
  background: url(../images/jiantoua.png) no-repeat center center;
  position: absolute;
  top: 125px;
  right: 60px;
  transform: rotate(-90deg);
}
.job_main3 .job_m3 .item .tit {
  color: #000000;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.job_main3 .job_m3 .item .note1 {
  padding-top: 40px;
}
.job_main3 .job_m3 .item .note1 .item1 {
  color: #000000;
  font-size: 20px;
  line-height: 36px;
  width: 50%;
}
.job_main3 .job_m3 .item .cont {
  margin-top: 60px;
  display: none;
}
.job_main3 .job_m3 .item .cont .cont1 {
  color: #666666;
  font-size: 16px;
}
.job_main3 .job_m3 .item .cont .cont1 p.b {
  color: #000000;
  font-size: 22px;
}
.job_main3 .job_m3 .item .cont .btna {
  margin-top: 50px;
}
.job_main3 .job_m3 .item .cont .btna a {
  border-radius: 8px;
  background-color: #b81c22;
  width: 272px;
  height: 68px;
  text-align: center;
  line-height: 68px;
  color: #fff;
  font-size: 22px;
}
/* ======================================== */
.about_main1_bg {
  padding-bottom: 8.5%;
  background-color: #f3f4f6;
}
.about_main1 {
  border: none !important;
}
.about_main1 .sevice_left {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  border-right: none !important;
}
.about_main1 .sevice_left::before {
  display: none !important;
}
.about_main1 .sevice_left .div-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_main1 .sevice_left .hengtiao_right {
  font-size: 0;
  margin: 0 -19px;
}
.about_main1 .sevice_left .hengtiao_right span {
  display: inline-block;
  width: 68px;
  height: 23px;
  margin: 0 19px;
}
.about_main1_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_main1_cont .div-left {
  width: 59.53%;
}
.about_main1_cont .div-left .pic {
  border-radius: 10px;
  overflow: hidden;
}
.about_main1_cont .div-left .pic video {
  object-fit: cover;
}
.about_main1_cont .div-left .pic img {
  width: 100%;
}
.about_main1_cont .div-left .pic .icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.about_main1_cont .div-left .pic .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9.4%;
}
.about_main1_cont .content {
  width: 38%;
}
.about_main1_cont .content .tit {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
.about_main1_cont .content .tit .b1 {
  font-size: 18px;
  color: #000;
}
.about_main1_cont .content .cont_num {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_main1_cont .content .cont_num .item {
  width: 48%;
  text-align: center;
  margin-top: 9%;
}
.about_main1_cont .content .cont_num .item .num {
  font-size: 66px;
  color: #000;
  font-weight: bold;
}
.about_main1_cont .content .cont_num .item .des {
  font-size: 16px;
  color: #000;
}
.about_main2 .m3_left {
  width: 954px !important;
  max-width: 90% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center;
}
.about_main2 .m3_right {
  position: relative !important;
  width: 971px !important;
  max-width: 90% !important;
  margin: 120px auto 0 !important;
  left: 0 !important;
  bottom: -156px;
}
.about_main2 .m3_right img {
  margin: 0 auto;
}
.about_main3 {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  background-image: linear-gradient(to right, #d8131a, #ffc451);
}
.about_main3.index_main4 {
  background: #f3f4f6;
}
.about_main3 .picMarquee-left {
  overflow: hidden;
  position: relative;
}
.about_main3 .picMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.about_main3 .picMarquee-left .bd ul li {
  margin: 0 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.about_main3 .picMarquee-left .bd ul li .pic {
  width: 320px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  font-size: 0;
}
.about_main3 .picMarquee-left .bd ul li .pic img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.about_main4 .pic {
  width: 72.6%;
  margin: 5% auto 0;
}
.about_main4 img {
  max-width: 100%;
  border-radius: 10px;
}
.about_main4 .about-history-word {
  color: #000;
}
.about_main4 .slider-year {
  margin-top: 160px;
  cursor: pointer;
}
.about_main4 .slider-year .slick-list {
  overflow: visible;
}
.about_main4 .slider-year .slick-arrow {
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 2;
  top: 0;
  transform: translateY(-50%);
  background: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  border: 0;
  outline: none;
}
.about_main4 .slider-year .slick-arrow.slick-prev {
  left: 40%;
  background-image: url('../images/about-prev.png');
}
.about_main4 .slider-year .slick-arrow.slick-next {
  right: 40%;
  background-image: url('../images/about-next.png');
}
.about_main4 .about-history-year {
  position: relative;
  color: #000;
  text-align: center;
  margin: 0 auto;
  border-top: 1px solid #ccc;
}
.about_main4 .about-history-year .year {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 120px;
  font-size: 20px;
  vertical-align: bottom;
  padding-bottom: 21px;
}
.about_main4 .about-history-year .year::after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 13px;
  background-color: #ccc;
  left: 50%;
  bottom: 0;
  transition: all 0.1s linear 0s;
}
.about_main4 .about-history-year .year bdo {
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b81c22;
  opacity: 0;
  transition: all 0.1s linear 0s;
}
.about_main4 .about-history-year .year bdo::before {
  content: " ";
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  border: 1px solid #b81c22;
  border-radius: 50%;
}
.about_main4 .about-history-year .cont {
  padding-top: 30px;
}
.about_main4 .about-history-year .cont .tit {
  font-size: 22px;
  color: #000;
  line-height: 1.25;
}
.about_main4 .about-history-year .cont .des {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  opacity: 0;
  padding-top: 30px;
}
.about_main4 .slider-year .slick-current .about-history-year .year {
  font-size: 36px;
  align-items: flex-start;
}
.about_main4 .slider-year .slick-current .about-history-year .year::after {
  height: 42px;
  background-color: #b81c22;
}
.about_main4 .slider-year .slick-current .about-history-year .year bdo {
  opacity: 1;
}
.about_main4 .slider-year .slick-current .about-history-year .cont {
  padding-top: 50px;
}
.about_main4 .slider-year .slick-current .about-history-year .cont .tit {
  font-size: 32px;
}
.about_main4 .slider-year .slick-current .about-history-year .cont .des {
  opacity: 1;
}
.about_main5 {
  padding: 6.875% 2.86% 5.2%;
  background-color: #f3f4f6;
}
.about_list {
  display: flex;
  flex-wrap: wrap;
}
.about_list li {
  width: 33.33%;
  padding-left: 2.48%;
  padding-right: 2.48%;
  text-align: center;
}
.about_list li .div-img {
  border-radius: 10px;
}
.about_list li .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s linear 0s;
}
.about_list li .img img {
  width: 100%;
}
.about_list li .cont {
  width: 76.69%;
  margin-left: auto;
  margin-right: auto;
}
.about_list li .tit {
  font-size: 32px;
  color: #000;
  margin-top: 30px;
  line-height: 1.625;
}
.about_list li .des {
  font-size: 16px;
  line-height: 1.625;
  color: #666;
  margin-top: 20px;
}
.about_main6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7.4% 0 3%;
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
}
.about_main6 .m3_left {
  width: 45.7%;
  padding-left: 0;
}
.about_main6 .cont_img {
  width: 52.14%;
}
.about_main6 .cont_img img {
  max-width: 100%;
}
.news-main1 {
  margin-top: 10.4%;
}
.news-main1 .yuan1 {
  position: absolute;
  top: -5%;
  left: 30.625%;
}
.news-main1 .yuan2 {
  position: absolute;
  top: 8%;
  left: 58%;
}
.news-list {
  z-index: 2;
}
.news-list .li1,
.news-list .li2 {
  padding-left: 5%;
  padding-right: 5%;
}
.news-list .li1 {
  border-bottom: 1px solid #eee;
}
.news-list .li2 {
  border-top: 1px solid #eee;
}
.news-list .case_main2 {
  padding-top: 55px;
}
.news-list .case_main2 img {
  height: 80px;
}
.news-a1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 6%;
  padding-bottom: 6%;
}
.news-a1 .div-img {
  width: 50%;
  border-radius: 10px;
}
.news-a1 .div-img .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s linear;
}
.news-a1 .div-img img {
  width: 100%;
}
.news-a1 .cont {
  width: 44.18%;
}
.news-a1 .cont .date {
  font-size: 16px;
  color: #666;
}
.news-a1 .cont .title {
  font-size: 48px;
  line-height: 1.43;
  color: #000;
  display: -webkit-box;
  /* 使用弹性盒子布局模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列子元素 */
  -webkit-line-clamp: 2;
  /* 限制在3行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 多行时显示省略号 */
  margin-top: 3%;
}
.news-a1 .cont .des {
  font-size: 16px;
  color: #666;
  line-height: 1.375;
  display: -webkit-box;
  /* 使用弹性盒子布局模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列子元素 */
  -webkit-line-clamp: 2;
  /* 限制在3行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 多行时显示省略号 */
  margin-top: 3%;
}
.news-a1 .cont .more {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000;
  margin-top: 10%;
}
.news-a1 .cont .more img {
  margin-left: 1.5%;
}
.news_main2 {
  padding-top: 7.2%;
  padding-bottom: 5%;
  background-color: #f3f4f6;
}
.news_main2 .swiper-container {
  width: 100%;
  padding-bottom: 5.4%;
}
.news_main2 .swiper-slide {
  width: calc(0.21 * 100vw);
  min-width: 200px;
}
.news_main2 .swiper-container-horizontal > .swiper-scrollbar {
  width: 100%;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 5px;
}
.news_main2 .swiper-scrollbar-drag {
  background-color: #b81c22;
}
.news_main2 .swiper-scrollbar-drag::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 1px;
  background-color: #b81c22;
}
.news_main2 .swiper-scrollbar-drag::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #b81c22;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.news-a2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.news-a2 .div-img {
  width: 100%;
  border-radius: 10px;
}
.news-a2 .div-img .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s linear;
}
.news-a2 .div-img img {
  width: 100%;
}
.news-a2 .cont {
  width: 100%;
  padding: 12% 6.9% 10%;
}
.news-a2 .cont .date {
  font-size: 18px;
  color: #666;
}
.news-a2 .cont .title {
  font-size: 28px;
  line-height: 1.285;
  color: #000;
  display: -webkit-box;
  /* 使用弹性盒子布局模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列子元素 */
  -webkit-line-clamp: 2;
  /* 限制在3行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 多行时显示省略号 */
  margin-top: 3%;
}
.news-a2 .cont .des {
  font-size: 16px;
  color: #666;
  line-height: 1.68;
  display: -webkit-box;
  /* 使用弹性盒子布局模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列子元素 */
  -webkit-line-clamp: 3;
  /* 限制在3行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 多行时显示省略号 */
  margin-top: 3%;
}
.news-a2 .cont .more {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #666;
  margin-top: 10%;
}
.news-a2 .cont .more img {
  margin-left: 5%;
}
.news-a2 .cont .more .mg {
  display: inline-block;
}
.news-a2 .cont .more .mgh {
  display: none;
}
.news_art {
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 6%;
}
.news_art .title,
.news_art .news_art_cont {
  z-index: 2;
}
.news_art .title {
  padding-bottom: 4%;
  border-bottom: 12px solid #eee;
}
.news_art .title .tit {
  font-size: 66px;
  line-height: 1.27;
  font-weight: bold;
  max-width: 90%;
}
.news_art .title .tit_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5%;
}
.news_art .title .tit_info .date {
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
.news_art .title .tit_info .icon .span_icon {
  margin-left: 35px;
}
.news_art .news_art_cont {
  margin-top: 4.3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_art .news_art_cont .news_left {
  width: 50%;
}
.news_art .news_art_cont .news_right {
  width: 43.6%;
}
.news_art .news_art_cont .news_right .cont {
  font-size: 16px;
  line-height: 1.375;
  color: #000;
}
.news_art .news_art_cont .news_right .cont .b1 {
  font-size: 22px;
}
.news_list2 li {
  margin-top: 6.2%;
}
.news_list2 li:first-child {
  margin-top: 0;
}
.news-a3 .div-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.news-a3 .div-img .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s linear;
}
.news-a3 .div-img img {
  width: 100%;
}
.news-a3 .des {
  font-size: 20px;
  color: #000;
  line-height: 1.7;
  margin-top: 5%;
}
.news_pages {
  display: flex;
  justify-content: space-between;
  background-color: #eee;
  padding: 0 5%;
  margin-top: 10%;
}
.news_pages a {
  font-size: 16px;
  color: #000;
  line-height: 66px;
}
@media (min-width: 768px) {
  .news-list .li2 .news-a1 .cont {
    order: -1;
  }
}
@media (min-width: 1200px) {
  .news-a1:hover .div-img .img,
  .news-a2:hover .div-img .img {
    transform: scale(1.05);
  }
  .news-a1:hover .cont .title,
  .news-a2:hover .cont .title {
    color: #b81c22;
  }
  .news-a1:hover .cont .more,
  .news-a2:hover .cont .more {
    color: #b81c22;
  }
  .news-a2:hover .cont .more .mg {
    display: none;
  }
  .news-a2:hover .cont .more .mgh {
    display: inline-block;
  }
  .news_pages a:hover {
    color: #b81c22;
  }
  .news-a3:hover .div-img .img {
    transform: scale(1.05);
  }
  .news-a3:hover .des {
    color: #b81c22;
  }
}
@media (max-width: 1660px) {
  .about_main1_cont .content .cont_num .item .num {
    font-size: 46px;
  }
  .about_list li .tit {
    font-size: 26px;
  }
  .about_main4 .about-history-year .year {
    font-size: 18px;
  }
  .about_main4 .about-history-year .cont .tit {
    font-size: 18px;
  }
  .about_main4 .slider-year .slick-current .about-history-year .year {
    font-size: 22px;
  }
  .about_main4 .slider-year .slick-current .about-history-year .cont .tit {
    font-size: 26px;
  }
  .news-list .case_main2 {
    padding-top: 35px;
  }
  .news-a1 .cont .date {
    font-size: 14px;
  }
  .news-a1 .cont .title {
    font-size: 28px;
  }
  .news-a1 .cont .des {
    font-size: 14px;
  }
  .news-a1 .cont .more {
    font-size: 16px;
  }
  .news-a2 .cont .date {
    font-size: 14px;
  }
  .news-a2 .cont .title {
    font-size: 24px;
  }
  .news-a2 .cont .des {
    font-size: 14px;
  }
  .news-a2 .cont .more {
    font-size: 16px;
  }
  .news-main1 .yuan1,
  .news-main1 .yuan2 {
    width: 400px;
  }
  .news_art .title .tit {
    font-size: 50px;
  }
  .news_art .news_art_cont .news_right .cont {
    font-size: 14px;
  }
  .news_art .news_art_cont .news_right .cont .b1 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .about_main1_cont .content .cont_num .item .num {
    font-size: 40px;
  }
  .about_main1 .sevice_left .hengtiao_right span {
    width: 50px;
    height: 15px;
  }
  .about_list li .tit {
    font-size: 24px;
  }
  .about_list li .des {
    font-size: 14px;
    margin-top: 10px;
  }
  .news-list .case_main2 {
    padding-top: 25px;
  }
  .news-a1 .cont .date {
    font-size: 12px;
  }
  .news-a1 .cont .title {
    font-size: 24px;
  }
  .news-a1 .cont .des {
    font-size: 12px;
  }
  .news-a1 .cont .more {
    font-size: 14px;
  }
  .news-a2 .cont .date {
    font-size: 12px;
  }
  .news-a2 .cont .title {
    font-size: 20px;
  }
  .news-a2 .cont .des {
    font-size: 12px;
  }
  .news-a2 .cont .more {
    font-size: 14px;
  }
  .news-main1 .yuan1,
  .news-main1 .yuan2 {
    width: 300px;
  }
  .news_art .title .tit {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .about_main1_cont .div-left {
    width: 100%;
  }
  .about_main1_cont .content {
    width: 100%;
    margin-top: 30px;
  }
  .about_main1_cont .content .cont_num .item {
    margin-top: 5%;
  }
  .news-a2 .cont .title {
    font-size: 16px;
  }
  .news-a2 .cont .more {
    font-size: 12px;
  }
  .news_art .title .tit {
    font-size: 28px;
  }
  .news_art .news_art_cont .news_left {
    width: 100%;
    margin-top: 5%;
  }
  .news_art .news_art_cont .news_right {
    width: 100%;
    order: -1;
  }
  .news_pages {
    margin-top: 5%;
  }
}
@media (max-width: 767px) {
  .about_main1 .sevice_left .hengtiao_right {
    margin: 0 -5px;
  }
  .about_main1 .sevice_left .hengtiao_right span {
    width: 30px;
    height: 5px;
    margin: 0 5px;
  }
  .about_main1_cont {
    margin-top: 20px;
  }
  .about_main1_cont .div-left .pic video {
    width: 100%;
    height: 200px;
  }
  .about_main1_cont .content .tit {
    font-size: 12px;
  }
  .about_main1_cont .content .tit .b1 {
    font-size: 14px;
  }
  .about_main1_cont .content .cont_num .item .num {
    font-size: 26px;
  }
  .about_main1_cont .content .cont_num .item .des {
    font-size: 12px;
  }
  .about_main2 .m3_right {
    max-width: 70% !important;
    margin-top: 60px !important;
  }
  .about_list li {
    width: 100%;
    margin-top: 15px;
  }
  .about_list li:first-child {
    margin-top: 0;
  }
  .about_list li .tit {
    margin-top: 10px;
  }
  .about_main3 {
    padding: 15px 0;
  }
  .about_main3 .picMarquee-left .bd ul li .pic {
    width: 150px;
    height: 40px;
  }
  .about_main4 .pic {
    width: 90%;
  }
  .about_main4 .pic img {
    width: 100%;
  }
  .about_main4 .slider-year {
    margin-top: 130px;
  }
  .about_main4 .slider-year .slick-current .about-history-year .year::after {
    height: 35px;
  }
  .about_main4 .slider-year .slick-arrow.slick-prev {
    left: 5%;
  }
  .about_main4 .slider-year .slick-arrow.slick-next {
    right: 5%;
  }
  .about_main4 .about-history-year .year {
    height: 90px;
  }
  .about_main4 .about-history-year .cont .des {
    padding-top: 15px;
  }
  .about_main4 .slider-year .slick-current .about-history-year .cont {
    padding-top: 30px;
  }
  .news-main1 {
    margin-top: 60px;
  }
  .news-list .case_main2 {
    padding-top: 15px;
  }
  .news-a1 .div-img {
    width: 100%;
  }
  .news-a1 .cont {
    width: 100%;
    margin-top: 4%;
  }
  .news-a1 .cont .title {
    font-size: 16px;
  }
  .news-a1 .cont .more {
    margin-top: 5%;
    font-size: 12px;
  }
  .news-main1 .yuan1,
  .news-main1 .yuan2 {
    width: 150px;
  }
  .news_art .title {
    padding-top: 5%;
  }
  .news_art .title .tit {
    font-size: 20px;
  }
  .news_art .title .tit_info .date {
    font-size: 14px;
  }
  .news_art .title .tit_info .icon .span_icon {
    width: 20px;
    margin-left: 10px;
  }
  .news_art .title .tit_info .icon .span_icon img {
    width: 100%;
  }
  .news_art .news_art_cont .news_right .cont {
    font-size: 12px;
  }
  .news_art .news_art_cont .news_right .cont .b1 {
    font-size: 14px;
  }
  .news_pages a {
    font-size: 14px;
    line-height: 50px;
  }
  .news-a3 .des {
    font-size: 16px;
  }
}
.index_main .pcshow {
  position: relative;
  z-index: 11;
}
@keyframes scaleT {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.yun1 {
  height: 100%;
  background: url(../images/yun1.png) repeat-x center bottom;
  width: 7200px;
  position: absolute;
  right: 0;
  bottom: 0px;
  animation: gundong infinite 400s linear;
}
.yun2 {
  height: 100%;
  background: url(../images/yun2.png) repeat-x center bottom;
  width: 7200px;
  position: absolute;
  right: 0;
  bottom: 0px;
  animation: gundong infinite 850s linear;
}
@keyframes gundong {
  0% {
    right: 0;
  }
  50% {
    right: -3000px;
  }
  100% {
    right: 0;
  }
}
@keyframes gd1 {
  0% {
    transform: translateX(60%);
  }
  100% {
    transform: translateX(-100%);
  }
}
