@charset "utf-8";
/* CSS Document */
body {
  padding-top: 120px;
  overflow-x: hidden;
}
.container {
  width: 1420px;
}
.dingwei {
  position: relative;
  top: -200px;
}
.header {
  height: 120px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.header .logo {
  top: 20px;
  left: 0px;
  z-index: 2;
}
.header .index_nav {
  right: 0px;
  top: 35px;
}
.header .index_nav > ul {
  text-align: center;
}
.header .index_nav > ul > li {
  float: none;
  display: inline-block;
  height: 92px;
  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: #676666;
  font-size: 18px;
  line-height: 50px;
}
.header .index_nav > ul > li > a.on,
.header .index_nav > ul > li > a:hover {
  color: #ab3731;
  text-decoration: underline!important;
}
.header .index_nav > ul > li .xl {
  width: 120px;
  position: absolute;
  top: 92px;
  left: 50%;
  margin-left: -60px;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  display: none;
  overflow: hidden;
}
.header .index_nav > ul > li .xl li {
  border-top: solid 1px #fff;
}
.header .index_nav > ul > li .xl li:nth-child(1) {
  border-top: 0;
}
.header .index_nav > ul > li .xl li.huangtiao {
  content: '';
  width: 3px;
  height: 51px;
  background: #ab3731;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 2;
  margin-top: -1px;
}
.header .index_nav > ul > li .xl li a {
  color: #ffffff;
  display: block;
  height: 50px;
  line-height: 50px;
  -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: #ab3731;
  background: rgba(0, 0, 0, 0.6);
}
.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%;
  position: relative;
}
.banner > .container {
  position: absolute;
  left: 50%;
  height: 0;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
}
.banner > .container .banner_btn {
  position: absolute;
  bottom: 40px;
  right: 0;
}
.banner > .container .banner_btn .prev {
  float: left;
  width: 60px;
  height: 60px;
  background: url(../images/zuojian1.png) no-repeat center center;
  background-size: 100% 100%!important;
  cursor: pointer;
  margin-right: 30px;
}
.banner > .container .banner_btn .prev:hover {
  background: url(../images/zuojian.png) no-repeat center center;
  background-size: cover!important;
}
.banner > .container .banner_btn .next {
  float: left;
  width: 60px;
  height: 60px;
  background: url(../images/youjian1.png) no-repeat center center;
  background-size: cover!important;
  cursor: pointer;
}
.banner > .container .banner_btn .next:hover {
  background: url(../images/youjian.png) no-repeat center center;
  background-size: cover!important;
}
.banner > .container .banner_process {
  position: absolute;
  left: 0;
  bottom: 55px;
  width: 50%;
}
.banner > .container .banner_process .nums,
.banner > .container .banner_process .total {
  color: #fff4f4;
  font-size: 20px;
  font-weight: bold;
}
.banner > .container .banner_process .process_out {
  width: 190px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 13px;
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
  background: #3c393d;
}
.banner > .container .banner_process .process_out .process_in {
  width: 0%;
  height: 100%;
  background: #ae3631;
}
.banner > .container .banner_process .process_out .process_in.on {
  animation: shenzhang 5s linear;
}
.banner .owl-theme .owl-controls {
  margin-top: 0;
}
.banner #owl-demo1 {
  height: 850px;
}
.banner #owl-demo1 .owl-dots {
  display: block!important;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.banner #owl-demo1 .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  margin-left: 12px;
  margin-right: 12px;
  width: 60px;
  height: 4px;
  -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: #fff;
}
.banner #owl-demo1 .owl-dots .owl-dot.active {
  background: #ab3731;
}
.banner #owl-demo1 .item {
  display: block;
  height: 850px;
}
.banner #owl-demo1 .item .container {
  height: 100%;
}
.banner #owl-demo1 .item .container .item_abs {
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
}
.banner #owl-demo1 .item .container .item_abs .tit {
  font-size: 24px;
  line-height: 24px;
}
.banner #owl-demo1 .item .container .item_abs .tit1 {
  font-size: 36px;
  line-height: 60px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.banner #owl-demo1 .item .container .item_abs .more:hover span img {
  transform: translateX(5px);
}
.banner #owl-demo1 .item .container .item_abs .more span {
  display: block;
  width: 130px;
  height: 44px;
  line-height: 44px;
  background: #fff;
  border-radius: 2px;
  color: #ae3631;
  font-size: 14px;
  text-align: center;
}
.banner #owl-demo1 .item .container .item_abs .more span img {
  margin-left: 15px;
  width: auto!important;
  display: inline-block !important;
}
.pub_mt {
  margin-top: 80px;
}
.index_main1 {
  height: 506px;
  background: url(../images/aboutbg.jpg) no-repeat center center;
  background-size: cover!important;
}
.index_main1 .index_m1 {
  padding-left: 110px;
  padding-right: 190px;
  padding-top: 90px;
}
.index_main1 .index_m1 .tit {
  color: #ac3733;
  font-size: 24px;
  line-height: 24px;
}
.index_main1 .index_m1 .tit1 {
  color: #000000;
  font-size: 42px;
  line-height: 42px;
  margin-top: 30px;
}
.index_main1 .index_m1 .tit1 span {
  margin-left: 55px;
}
.index_main1 .index_m1 .note {
  color: #000000;
  font-size: 18px;
  line-height: 36px;
  margin-top: 36px;
}
.pub_more {
  margin-top: 40px;
}
.pub_more a:hover img {
  transform: translateX(5px);
}
.pub_more a {
  display: block;
  width: 130px;
  height: 44px;
  line-height: 44px;
  background: #ae3631;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.pub_more a img {
  margin-left: 15px;
  width: auto!important;
  display: inline-block !important;
}
.index_main2 {
  text-align: center;
}
.index_main2 .item {
  color: #000000;
  font-size: 18px;
  padding: 0 4.2%;
}
.index_main2 .item .tit {
  line-height: 18px;
}
.index_main2 .item .tit1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}
.index_main2 .item .tit1 span {
  font-size: 64px;
  position: relative;
  top: 10px;
}
.pub_tit {
  color: #ab3732;
  font-size: 24px;
  line-height: 24px;
}
.pub_tit1 {
  color: #000000;
  font-size: 36px;
  line-height: 36px;
  margin-top: 30px;
}
.index_main3 {
  background: url(../images/bgtp1.jpg) no-repeat center center;
  height: 1011px;
  padding-top: 80px;
  padding-bottom: 95px;
}
.index_main3 .m3_left {
  width: 570px;
  padding-left: 5px;
}
.index_main3 .m3_left .m3_qh {
  margin-top: 120px;
}
.index_main3 .m3_left .m3_qh .item {
  padding-left: 75px;
  position: relative;
  display: none;
}
.index_main3 .m3_left .m3_qh .item:nth-child(1) {
  display: block;
}
.index_main3 .m3_left .m3_qh .item > img {
  width: 58px;
  position: absolute;
  left: 0;
  top: 0;
}
.index_main3 .m3_left .m3_qh .item .item_cont .tit {
  color: #000000;
  font-size: 30px;
}
.index_main3 .m3_left .m3_qh .item .item_cont .note {
  color: #7d7d7d;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.index_main3 .m3_left .m3_qh .item .item_cont .note1 {
  padding-top: 15px;
  border-top: solid 1px #dadadd;
  color: #282828;
  font-size: 24px;
  line-height: 48px;
  padding-right: 45px;
}
.index_main3 .m3_right {
  margin-left: 620px;
}
.index_main3 .m3_right .item {
  width: 141px;
  margin-left: 15px;
}
.index_main3 .m3_right .item:hover .item_top,
.index_main3 .m3_right .item.on .item_top {
  background: url(../images/bgtpa11.jpg) no-repeat center top;
}
.index_main3 .m3_right .item:hover .item_top .name,
.index_main3 .m3_right .item.on .item_top .name {
  color: #fff;
}
.index_main3 .m3_right .item:hover .item_top .img,
.index_main3 .m3_right .item.on .item_top .img {
  transform: scale(1.1);
}
.index_main3 .m3_right .item:hover .item_bot,
.index_main3 .m3_right .item.on .item_bot {
  background: url(../images/bgtpb11.jpg) no-repeat center top;
}
.index_main3 .m3_right .item .item_top {
  height: 492px;
  background: url(../images/bgtpa1.jpg) no-repeat center top;
  background-size: cover!important;
  overflow: hidden;
}
.index_main3 .m3_right .item .item_top .name {
  color: #000000;
  font-size: 24px;
  position: absolute;
  top: 25px;
  left: 15px;
  width: 24px;
  line-height: 28px;
}
.index_main3 .m3_right .item .item_top .img {
  bottom: 0;
  left: 0;
}
.index_main3 .m3_right .item .item_top .img img {
  width: 100%;
}
.index_main3 .m3_right .item .item_bot {
  height: 320px;
  margin-top: 20px;
  background-size: cover!important;
  background: url(../images/bgtpb1.jpg) no-repeat center top;
}
.index_main3 .m3_right .item:nth-child(1) {
  margin-left: 0;
}
.index_main3 .m3_right .item:nth-child(2) .item_top {
  margin-top: 90px;
  height: 535px;
}
.index_main3 .m3_right .item:nth-child(2) .item_bot {
  height: 185px;
}
.index_main3 .m3_right .item:nth-child(3) .item_top {
  height: 595px;
}
.index_main3 .m3_right .item:nth-child(3) .item_bot {
  height: 215px;
}
.index_main3 .m3_right .item:nth-child(4) .item_top {
  margin-top: 210px;
  height: 530px;
}
.index_main3 .m3_right .item:nth-child(4) .item_bot {
  height: 70px;
}
.index_main3 .m3_right .item:nth-child(5) .item_top {
  margin-top: 0px;
  height: 535px;
}
.index_main3 .m3_right .item:nth-child(5) .item_bot {
  height: 275px;
}
.index_main4 {
  overflow: hidden;
  padding-top: 110px;
}
.index_main4 .m4_top .pub_more {
  right: 0;
  top: 20px;
  margin-top: 0;
}
.index_main4 .m4_top .m4_xxk {
  margin-top: 65px;
}
.index_main4 .m4_top .m4_xxk .item {
  border: solid 1px #848484;
  height: 54px;
  border-radius: 27px;
  padding: 0 20px;
  line-height: 52px;
  color: #848484;
  font-size: 18px;
  cursor: pointer;
  margin-right: 20px;
}
.index_main4 .m4_top .m4_xxk .item:hover,
.index_main4 .m4_top .m4_xxk .item.on {
  background: #ab3732;
  border: solid 1px #ab3732;
  color: #fff;
}
.index_main4 .m4_qh {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  position: relative;
}
.index_main4 .m4_qh .prev {
  top: 50%;
  margin-top: -30px;
  left: -170px;
  width: 60px;
  height: 60px;
  background: url(../images/zuojian4.png) no-repeat center center;
  background-size: 100% 100%!important;
  cursor: pointer;
  z-index: 2;
}
.index_main4 .m4_qh .prev:hover {
  background: url(../images/zuojian.png) no-repeat center center;
  background-size: cover!important;
}
.index_main4 .m4_qh .next {
  top: 50%;
  margin-top: -30px;
  right: -170px;
  width: 60px;
  height: 60px;
  background: url(../images/youjian4.png) no-repeat center center;
  background-size: cover!important;
  cursor: pointer;
  z-index: 2;
}
.index_main4 .m4_qh .next:hover {
  background: url(../images/youjian.png) no-repeat center center;
  background-size: cover!important;
}
.index_main4 .m4_qh .qhnr1 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.index_main4 .m4_qh .qhnr1.on {
  z-index: 2;
}
.index_main4 .m4_qh .qhnr1:nth-child(1) {
  opacity: 1;
  position: relative;
}
.index_main4 .m4_qh .owl-stage-outer {
  overflow: visible;
}
.index_main4 .m4_qh .owl-stage-outer .owl-item {
  position: relative;
}
.index_main4 .m4_qh .owl-stage-outer .owl-item:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 2;
}
.index_main4 .m4_qh .owl-stage-outer .owl-item.active:before {
  display: none;
}
.index_main4 .m4_qh .item {
  position: relative;
}
.index_main4 .m4_qh .item > img {
  width: 100%;
}
.index_main4 .m4_qh .item .yinying {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../images/yinying1.png) repeat-x bottom;
}
.index_main4 .m4_qh .item .tit {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  color: #fff;
  font-size: 20px;
}
.index_main5 {
  padding-top: 110px;
  padding-bottom: 165px;
  background: url(../images/bgtp2.jpg) no-repeat center center;
}
.index_main5 .m5_top .m5_xxk {
  right: 0;
  bottom: 0;
}
.index_main5 .m5_top .m5_xxk .item {
  cursor: pointer;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin-left: 20px;
}
.index_main5 .m5_top .m5_xxk .item.on,
.index_main5 .m5_top .m5_xxk .item:hover {
  color: #ab3731;
}
.index_main5 .m5_qh {
  margin-top: 60px;
}
.index_main5 .m5_qh .qhnr1 {
  margin-left: -30px;
  margin-right: -30px;
  display: none;
}
.index_main5 .m5_qh .qhnr1:nth-child(1) {
  display: block;
}
.index_main5 .m5_qh .qhnr1 .item {
  padding-left: 30px;
  padding-right: 30px;
  width: 25%;
}
.index_main5 .m5_qh .qhnr1 .item .item1 {
  background: url(../images/bgtp3.jpg) no-repeat center center;
  background-size: cover!important;
  transition: all 0.4s ease-in-out;
}
.index_main5 .m5_qh .qhnr1 .item .item1:hover {
  transform: translate(-8px, -8px);
  box-shadow: 8px 8px 0px 0px rgba(171, 55, 50, 0.3);
}
.index_main5 .m5_qh .qhnr1 .item .item1:hover .item2 {
  background: #ab3731;
}
.index_main5 .m5_qh .qhnr1 .item .item1:hover .item2 .date {
  color: #fff;
}
.index_main5 .m5_qh .qhnr1 .item .item1:hover .item2 .tit a {
  color: #fff;
}
.index_main5 .m5_qh .qhnr1 .item .item1:hover .item2 .more a {
  color: #fff;
}
.index_main5 .m5_qh .qhnr1 .item .item1 .item2 {
  height: 420px;
  padding: 40px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.index_main5 .m5_qh .qhnr1 .item .item1 .item2 .date {
  color: #000000;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
.index_main5 .m5_qh .qhnr1 .item .item1 .item2 .tit {
  margin-top: 25px;
}
.index_main5 .m5_qh .qhnr1 .item .item1 .item2 .tit a {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}
.index_main5 .m5_qh .qhnr1 .item .item1 .item2 .more {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.index_main5 .m5_qh .qhnr1 .item .item1 .item2 .more a {
  color: #000000;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
.index_main6 {
  background: url(../images/bgtp4.jpg) no-repeat center center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.index_main6 .m6_left {
  width: 50%;
  padding-right: 100px;
  padding-top: 10px;
}
.index_main6 .m6_left .note {
  color: #000000;
  font-size: 16px;
  margin-top: 135px;
}
.index_main6 .m6_left .pub_more {
  margin-top: 35px;
}
.index_main6 .m6_right {
  width: 50%;
}
.index_main6 .m6_right .tit {
  color: #000000;
  font-size: 24px;
  line-height: 24px;
}
.index_main6 .m6_right .m6_r .item {
  position: relative;
  margin-top: 35px;
  line-height: 40px;
}
.index_main6 .m6_right .m6_r .item .item1 {
  position: relative;
  width: 45%;
  float: left;
}
.index_main6 .m6_right .m6_r .item .item1:nth-child(2) {
  float: right;
}
.index_main6 .m6_right .m6_r .item .item2 {
  width: 160px;
}
.index_main6 .m6_right .m6_r .item .img {
  position: relative;
  top: 6px;
  margin-left: 25px;
}
.index_main6 .m6_right .m6_r .item .img img {
  width: 118px;
  height: 41px;
}
.index_main6 .m6_right .m6_r .item .cont1 {
  margin-left: 310px;
  position: relative;
  top: 5px;
}
.index_main6 .m6_right .m6_r .item .cont1 .btn1 {
  font-size: 20px;
  border: 0;
  background: #ab3731;
  color: #fff;
  width: 100%;
}
.index_main6 .m6_right .m6_r .item .name {
  position: absolute;
  top: 0;
  left: 0;
  color: #ab3731;
  font-size: 18px;
}
.index_main6 .m6_right .m6_r .item .cont {
  border-bottom: solid 2px #dbdcde;
}
.index_main6 .m6_right .m6_r .item .cont .inp1 {
  border: 0;
  background: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  width: 100%;
}
.map img {
  width: 100%;
}
.copyRight {
  padding: 40px 0;
  background: #ab3731;
  border-top: solid 2px #b64a46;
  color: #fff;
  font-size: 16px;
}
.copyRight div {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.copyRight a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.pcshow {
  display: block!important;
}
.mobileshow {
  display: none!important;
}
.pcshow1 {
  display: inline-block !important;
}
.mobileshow1 {
  display: none!important;
}
.footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #ab3731;
}
.footer .footer_left {
  padding-top: 20px;
  width: 350px;
}
.footer .footer_left .logo1 {
  display: block;
}
.footer .footer_left .logo1 img {
  max-width: 100%;
}
.footer .footer_left .tit {
  color: #fff;
  font-size: 16px;
  margin-top: 60px;
}
.footer .footer_left .number {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
.footer .footer_left .number a {
  color: #fff;
}
.footer .footer_left .ewm {
  width: 100px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
}
.footer .footer_left .ewm img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.footer .footer_center {
  margin-left: 300px;
  text-align: center;
  position: relative;
  top: -10px;
}
.footer .footer_center .item {
  line-height: 58px;
}
.footer .footer_center .item a {
  color: #ffcbcb;
  font-size: 16px;
  font-weight: bold;
}
.footer .footer_center .item a:hover {
  color: #fff;
  text-decoration: underline!important;
}
.footer .footer_right .tit {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}
.footer .footer_right .cont .item {
  line-height: 46px;
  color: #ffcbcb;
}
.footer .footer_right .cont .item img {
  margin-right: 10px;
}
.footer .footer_right .cont .item a {
  color: #ffcbcb;
}
.ejbanner img {
  width: 100%;
}
.breadCrumb {
  padding-top: 40px;
}
.breadCrumb .item {
  margin-right: 50px;
}
.breadCrumb .item a {
  color: #6b6b6b;
  font-size: 24px;
  display: block;
  position: relative;
}
.breadCrumb .item a:before {
  content: '';
  width: 34px;
  height: 1px;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: -10px;
}
.breadCrumb .item a:hover,
.breadCrumb .item a.on {
  color: #ab3731;
}
.breadCrumb .item a:hover:before,
.breadCrumb .item a.on:before {
  background: #ab3731;
}
.ej_tit {
  color: #000000;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
}
.ej_tit .hengtiao {
  margin-top: 20px;
  width: 50px;
  height: 5px;
  background: #ab3731;
}
.case_main {
  padding-top: 80px;
  padding-bottom: 0px;
}
.case_main .ej_m .item {
  margin-top: 40px;
}
.case_main .ej_m .item:hover .pic img {
  transform: scale(1.1);
}
.case_main .ej_m .item:hover .cont .tit a {
  color: #ab3731;
}
.case_main .ej_m .item .pic {
  width: 440px;
  overflow: hidden;
}
.case_main .ej_m .item .pic img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.case_main .ej_m .item .cont {
  padding-top: 15px;
  margin-left: 460px;
}
.case_main .ej_m .item .cont .tit a {
  color: #000000;
  font-size: 30px;
  transition: all 0.4s ease-in-out;
}
.case_main .ej_m .item .cont .date {
  color: #909090;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.case_main .ej_m .item .cont .note {
  color: #333333;
  font-size: 18px;
  line-height: 30px;
}
.pages {
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
  color: #777777;
  line-height: 40px;
  font-size: 16px;
}
.pages a {
  display: inline-block;
  color: #777777;
  font-size: 14px;
  width: 40px;
  height: 40px;
  transition: all 0.4s ease-in-out;
}
.pages a:hover,
.pages a.on {
  background: #ae3631;
  color: #fff;
}
.pages a.prev,
.pages a.next {
  background: #eeeeee;
}
.pages span {
  margin-left: 15px;
}
.ejmap {
  margin-bottom: 80px;
}
.ejmap img {
  width: 100%;
}
.about_main {
  margin-top: 170px;
}
.about_main .tit {
  color: #000000;
  font-size: 36px;
  line-height: 52px;
  margin-top: 60px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.about_main .note {
  color: #6b6b6b;
  font-size: 22px;
  margin-top: 40px;
}
.about_main .number {
  margin-top: 40px;
}
.about_main .number > a {
  color: #ac3731;
  font-size: 48px;
}
.about_main .number > a span {
  text-decoration: underline!important;
}
.about_main .number > a span:nth-child(1) {
  color: #000;
}
.about_main .note1 {
  color: #6b6b6b;
  font-size: 18px;
  line-height: 34px;
  margin-top: 40px;
}
.about_main1 {
  padding-top: 120px;
  padding-bottom: 140px;
}
.about_main1 .about_m1 {
  margin-left: -90px;
  margin-right: -90px;
  padding-top: 30px;
}
.about_main1 .about_m1 .item {
  padding-left: 90px;
  padding-right: 90px;
  position: relative;
  width: 33.33%;
  line-height: 44px;
  margin-top: 40px;
}
.about_main1 .about_m1 .item .btn1 {
  font-size: 20px;
  border: 0;
  background: #ab3731;
  color: #fff;
  width: 100%;
  position: relative;
  top: 7px;
}
.about_main1 .about_m1 .item.item3 {
  margin-top: 80px;
}
.about_main1 .about_m1 .item.item2 .img {
  position: relative;
  top: 7px;
  margin-left: 10px;
  width: 118px;
}
.about_main1 .about_m1 .item.item2 .img img {
  width: 100%;
}
.about_main1 .about_m1 .item.item1 {
  width: 66.66%;
}
.about_main1 .about_m1 .item .name {
  position: absolute;
  top: 0;
  left: 90px;
  color: #ab3731;
  font-size: 18px;
}
.about_main1 .about_m1 .item .cont {
  border-bottom: solid 1px #dbdcde;
}
.about_main1 .about_m1 .item .cont .inp1 {
  border: 0;
  background: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  width: 100%;
}
.js_main {
  padding-top: 80px;
  padding-bottom: 160px;
  background: url(../images/bgtp5.jpg) no-repeat center center;
  background-size: cover!important;
}
.js_main .tita {
  color: #000000;
  font-size: 36px;
  line-height: 36px;
}
.js_main .notea {
  color: #404040;
  font-size: 24px;
  line-height: 36px;
  margin-top: 50px;
}
.js_main .index_main2 {
  padding-bottom: 0;
  padding-top: 80px;
}
.js_main1 {
  background: #f5f6fa;
  padding-top: 90px;
  padding-bottom: 140px;
}
.js_main1 .js_m1 {
  margin-top: 35px;
  margin-left: -10px;
  margin-right: -10px;
}
.js_main1 .js_m1 .item {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}
.js_main1 .js_m1 .item .item1 {
  background: #fff;
  height: 640px;
  padding-top: 100px;
  padding-left: 25px;
  padding-right: 25px;
}
.js_main1 .js_m1 .item .item1 .icon {
  color: #000000;
  font-size: 24px;
}
.js_main1 .js_m1 .item .item1 .icon img {
  margin-bottom: 15px;
}
.js_main1 .js_m1 .item .item1 .note {
  color: #373737;
  font-size: 16px;
  line-height: 30px;
  margin-top: 50px;
}
.js_main1 .js_m1 .item2 {
  width: 66.66%;
  padding-left: 10px;
  padding-right: 10px;
}
.js_main1 .js_m1 .item2 .item3 {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -20px;
}
.js_main1 .js_m1 .item2 .item3 .item {
  width: 50%;
  margin-top: 20px;
}
.js_main1 .js_m1 .item2 .item3 .item .item1 {
  background: #fff;
  height: 310px;
  padding-top: 30px;
}
.js_main1 .js_m1 .item2 .item3 .item .item1 .icon {
  color: #000000;
  font-size: 24px;
}
.js_main1 .js_m1 .item2 .item3 .item .item1 .icon img {
  margin-bottom: 15px;
}
.js_main1 .js_m1 .item2 .item3 .item .item1 .note {
  color: #373737;
  font-size: 16px;
  line-height: 30px;
  margin-top: 45px;
}
.js_main2 {
  padding-top: 80px;
  padding-bottom: 140px;
}
.js_main2 .owl-carousel .owl-dots {
  display: block!important;
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 1;
}
.js_main2 .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  margin-left: 5px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  -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: #bfc1c2;
}
.js_main2 .owl-carousel .owl-dots .owl-dot.active {
  background: #8d2217;
}
.js_main2 .js_m2 {
  margin-top: 65px;
}
.js_main2 .js_m2 .item_top {
  width: 60%;
  padding-bottom: 70px;
  background: url(../images/yinying2.png) no-repeat center bottom;
  background-size: 100% 78px;
}
.js_main2 .js_m2 .item_top .item1 {
  float: left;
  width: 273px;
  height: 194px;
  margin-right: 30px;
}
.js_main2 .js_m2 .item_bot {
  margin-top: 50px;
  width: 60%;
  padding-bottom: 70px;
  background: url(../images/yinying3.png) no-repeat center bottom;
  background-size: 100% 78px;
}
.js_main2 .js_m2 .item_bot .item1 {
  float: right;
  width: 273px;
  height: 194px;
  margin-left: 30px;
}
.group_main {
  padding-top: 80px;
}
.group_main .group_m {
  margin-left: -20px;
  margin-right: -20px;
}
.group_main .group_m .item {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 40px;
  width: 50%;
}
.group_main .group_m .item:hover .pic img {
  transform: scale(1.1);
}
.group_main .group_m .item .pic {
  width: 232px;
  height: 290px;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
}
.group_main .group_m .item .pic img {
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}
.group_main .group_m .item .cont {
  margin-left: 250px;
  padding-top: 15px;
}
.group_main .group_m .item .cont .tit a {
  color: #000000;
  font-size: 18px;
}
.group_main .group_m .item .cont .note {
  color: #5a5a5a;
  font-size: 16px;
  margin-top: 5px;
  line-height: 20px;
  height: 192px;
  overflow: hidden;
}
.group_main .group_m .item .cont .btna {
  margin-top: 5px;
}
.group_main .group_m .item .cont .btna a {
  border-radius: 5px;
  background-color: #ab3732;
  width: 48px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
}
.group_main .group_m .item .cont .btna a:nth-child(3) {
  padding: 0 15px;
  width: auto;
  color: #fff;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.news_details {
  padding-top: 100px;
  padding-bottom: 80px;
}
.news_details .tit {
  color: #000000;
  font-size: 36px;
}
.news_details .date {
  color: #979797;
  font-size: 16px;
  line-height: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.news_details .cont {
  color: #403f3f;
  font-size: 18px;
  line-height: 30px;
}
.news_details .cont p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.news_details .cont img {
  max-width: 100%;
}
.news_details .details_pages {
  border-top: solid 2px #e5e5e5;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 50px;
}
.news_details .details_pages div {
  padding: 10px 0;
}
.news_details .details_pages a {
  color: #898989;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}
.news_details .details_pages a:hover {
  color: #1a1919;
}
.hsbtm1 {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 111;
}
.tk_close {
  position: absolute;
  width: 59px;
  height: 59px;
  background: url(../images/chacha.png) no-repeat center center;
  right: 45px;
  top: 40px;
  cursor: pointer;
}
.dh_tk {
  border-radius: 10px;
  background-color: #ffffff;
  width: 1126px;
  height: 580px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 112;
  text-align: center;
  display: none;
}
.dh_tk .tit {
  color: #000000;
  line-height: 40px;
  padding-top: 135px;
  font-size: 40px;
}
.dh_tk .number {
  color: #000000;
  font-size: 60px;
  line-height: 70px;
  font-weight: bold;
  margin-top: 70px;
}
.dh_tk .bot {
  padding-top: 60px;
}
.dh_tk .bot a {
  width: 373px;
  height: 58px;
  background: #ae3631;
  line-height: 58px;
  color: #fff;
  font-size: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.yy_tk {
  border-radius: 10px;
  background-color: #ffffff;
  width: 1126px;
  height: 580px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 112;
  text-align: center;
  display: none;
}
.yy_tk .tit {
  padding-top: 50px;
  color: #000000;
  font-size: 40px;
  text-align: center;
}
.yy_tk .tk_cont {
  padding-top: 30px;
}
.yy_tk .tk_cont .item4 {
  padding-top: 55px;
  width: 100%;
}
.yy_tk .tk_cont .item4 .btn1 {
  font-size: 20px;
  border: 0;
  background: #ab3731;
  color: #fff;
  width: 373px;
  height: 58px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.yy_tk .tk_cont .item {
  padding-left: 90px;
  padding-right: 90px;
  position: relative;
  width: 50%;
  line-height: 44px;
  margin-top: 40px;
}
.yy_tk .tk_cont .item.item3 {
  margin-top: 80px;
}
.yy_tk .tk_cont .item.item2 .img {
  position: relative;
  top: 7px;
  margin-left: 10px;
  width: 118px;
}
.yy_tk .tk_cont .item.item2 .img img {
  width: 100%;
}
.yy_tk .tk_cont .item.item1 {
  width: 100%;
}
.yy_tk .tk_cont .item .name {
  position: absolute;
  top: 0;
  left: 90px;
  color: #ab3731;
  font-size: 18px;
}
.yy_tk .tk_cont .item .cont {
  border-bottom: solid 1px #dbdcde;
}
.yy_tk .tk_cont .item .cont .inp1 {
  border: 0;
  background: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  width: 100%;
}
