@charset "UTF-8";
body {
  font-size: 14px;
  background: #ffffff;
}

.wbox {
  width: 100%;
}

.mbox {
  width: 1230px !important;
  margin: 0 auto;
}

.header {
  padding: 25px 0;
  position: fixed;
  z-index: 99;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
.header .cont {
  display: flex;
  flex-wrap: nowrap;
}
.header .cont .logo {
  width: 260px;
}
.header .cont .logo img {
  width: 251px;
  height: auto;
  object-fit: cover;
}
.header .cont .nav {
  flex: 1;
  height: 70px !important;
}
.header .cont .nav ul {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.header .cont .nav ul li {
  width: 12%;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}
.header .cont .nav ul li a {
  color: #000000;
  position: relative;
}
.header .cont .nav ul li a:after {
  width: 0;
  content: '';
  height: 2px;
  line-height: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: all 0.36s ease;
}
.header .cont .nav ul li a.current:after, .header .cont .nav ul li a:hover:after {
  width: 100%;
  content: '';
  height: 2px;
  line-height: 2px;
  background: #9C0D12;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.header .cont .nav ul li i {
  color: #777777;
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
}
.header .cont .tel {
  height: 70px !important;
  line-height: 70px;
  width: 220px;
  color: #D71E06;
  font-size: 20px;
  font-weight: bold;
}
.header .cont .tel i {
  font-size: 26px;
}

.top-line {
  height: 125px;
  line-height: 125px;
  clear: both;
  visibility: hidden;
}

.index-banner {
  position: relative;
}
.index-banner .swiper-banner {
  width: 100%;
  margin: 0 auto;
}
.index-banner .swiper-banner img {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -980px;
}
.index-banner .swiper-banner .swiper-button-next, .index-banner .swiper-banner .swiper-button-prev {
  color: #9C0D12;
}
.index-banner .banner-pic {
  width: 100%;
  position: absolute;
  bottom: 50px;
  z-index: 8;
}
.index-banner .banner-pic .cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 144px;
}
.index-banner .banner-pic .cont .left {
  width: 14%;
  background: #A00005;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-banner .banner-pic .cont .left .p-1 {
  color: #C98D8E;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.index-banner .banner-pic .cont .left .p-2 {
  color: #AC393D;
  font-size: 21px;
}
.index-banner .banner-pic .cont .right {
  width: 86%;
  background: #FFFFFF;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.index-banner .banner-pic .cont .right ul {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
.index-banner .banner-pic .cont .right ul li {
  width: 16%;
  text-align: center;
  cursor: pointer;
}
.index-banner .banner-pic .cont .right ul li i {
  display: block;
  font-size: 65px;
  margin-bottom: 10px;
  color: #CFCFCF;
  transition: all 0.36s ease;
}
.index-banner .banner-pic .cont .right ul li span {
  color: #A91E25;
  transition: all 0.36s ease;
}
.index-banner .banner-pic .cont .right ul li:hover span {
  color: #CFCFCF;
}
.index-banner .banner-pic .cont .right ul li:hover i {
  color: #A91E25;
}

.index-line {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #F2F2F2;
  clear: both;
}

.index-pro {
  background: url("../images/pro_bg.jpg") no-repeat top center;
}
.index-pro .tt {
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.index-pro .tt .left {
  width: 80px;
  margin-right: 10px;
}
.index-pro .tt .left img {
  width: 100%;
}
.index-pro .tt .right h3 {
  font-size: 31.5px;
  color: #9C0D12;
  margin-bottom: 10px;
}
.index-pro .tt .right strong {
  font-size: 21px;
  color: #9C0D12;
  position: relative;
}
.index-pro .tt .right strong:after {
  content: '';
  width: 100%;
  height: 2px;
  line-height: 2px;
  background: #000;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.index-pro .tt .right span {
  font-size: 20px;
}
.index-pro .index-tab .tab_menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.index-pro .index-tab .tab_menu li {
  width: 19%;
}
.index-pro .index-tab .tab_menu li dl {
  height: 200px;
  background: url("../images/pro_type_bg.png") no-repeat;
  text-align: center;
  position: relative;
  cursor: pointer !important;
}
.index-pro .index-tab .tab_menu li dl dt {
  font-size: 21px;
  height: 53px;
  line-height: 53px;
  border-bottom: 1px solid #696969;
  color: #ffffff;
}
.index-pro .index-tab .tab_menu li dl dd {
  margin-top: 10px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.index-pro .index-tab .tab_menu li dl .num {
  position: absolute;
  font-size: 140px;
  font-weight: bold;
  color: #696969;
  bottom: -30px;
  right: 10px;
  z-index: 1;
}
.index-pro .index-tab .tab_menu li.current dl {
  background: url("../images/pro_type_current_bg.png") no-repeat;
}
.index-pro .index-tab .tab_menu li.current dl dt {
  border-bottom: 1px solid #B22024;
}
.index-pro .index-tab .tab_menu li.current dl .num {
  color: #C72A30;
}
.index-pro .index-tab .tab-hide {
  display: none;
}
.index-pro .index-tab .tab_box .cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.index-pro .index-tab .tab_box .cont .left {
  width: 19%;
}
.index-pro .index-tab .tab_box .cont .left dl {
  display: flex;
  flex-wrap: nowrap;
  height: 298px;
}
.index-pro .index-tab .tab_box .cont .left dl dt {
  height: 100%;
  width: 41px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #343434;
  color: #ffffff;
  writing-mode: vertical-lr;
  letter-spacing: 10px;
  font-size: 21px;
}
.index-pro .index-tab .tab_box .cont .left dl dd {
  height: 100%;
  flex: 1;
  background: #D1D1D1;
}
.index-pro .index-tab .tab_box .cont .left dl dd ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-pro .index-tab .tab_box .cont .left dl dd ul li {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #C1C1C1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.index-pro .index-tab .tab_box .cont .left dl dd ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.index-pro .index-tab .tab_box .cont .right {
  width: 79.7%;
}
.index-pro .index-tab .tab_box .cont .right .cont-pro {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-1,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-2,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-3,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-4,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-5 {
  width: 100%;
  position: relative;
}
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-1 .swiper-button-next, .index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-1 .swiper-button-prev,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-2 .swiper-button-next,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-2 .swiper-button-prev,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-3 .swiper-button-next,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-3 .swiper-button-prev,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-4 .swiper-button-next,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-4 .swiper-button-prev,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-5 .swiper-button-next,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-5 .swiper-button-prev {
  width: 45px;
  height: 97px;
  top: 40% !important;
}
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-1 .swiper-button-next,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-2 .swiper-button-next,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-3 .swiper-button-next,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-4 .swiper-button-next,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-5 .swiper-button-next {
  background: url("../images/p_right.png") no-repeat;
}
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-1 .swiper-button-prev,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-2 .swiper-button-prev,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-3 .swiper-button-prev,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-4 .swiper-button-prev,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-5 .swiper-button-prev {
  background: url("../images/p_left.png") no-repeat;
}
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-1 .swiper-button-next:after,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-2 .swiper-button-next:after,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-3 .swiper-button-next:after,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-4 .swiper-button-next:after,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-5 .swiper-button-next:after {
  content: '';
}
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-1 .swiper-button-prev:after,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-2 .swiper-button-prev:after,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-3 .swiper-button-prev:after,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-4 .swiper-button-prev:after,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-5 .swiper-button-prev:after {
  content: '';
}
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-1 .swiper-wrapper,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-2 .swiper-wrapper,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-3 .swiper-wrapper,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-4 .swiper-wrapper,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-5 .swiper-wrapper {
  justify-content: space-between;
}
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-1 dl,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-2 dl,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-3 dl,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-4 dl,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-5 dl {
  width: 228px;
}
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-1 dl dt,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-2 dl dt,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-3 dl dt,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-4 dl dt,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-5 dl dt {
  width: 100%;
  height: 263px;
}
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-1 dl dt img,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-2 dl dt img,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-3 dl dt img,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-4 dl dt img,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-5 dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-1 dl dt:hover,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-2 dl dt:hover,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-3 dl dt:hover,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-4 dl dt:hover,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-5 dl dt:hover {
  cursor: url('../images/icon_big.png') no-repeat;
}

.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-1 dl dd,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-2 dl dd,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-3 dl dd,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-4 dl dd,
.index-pro .index-tab .tab_box .cont .right .cont-pro .swiper-pro-5 dl dd {
  background: #000;
  color: #ffffff;
  text-align: center;
  height: 37px;
  line-height: 37px;
}
.index-pro .more {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
}

.index-about {
  background: url("../images/about_bg_2.jpg") no-repeat top center;
  padding-top: 85px;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
.index-about .mbox {
  width: 1169px !important;
  margin: 0 auto;
  background: url("../images/contact_bg_2.png") no-repeat center center;
  position: relative;
  z-index: 2;
}
.index-about .title {
  font-size: 21px;
}
.index-about .title h3 {
  margin-bottom: 10px;
}
.index-about .title h3 span {
  color: #A00005;
}
.index-about .title p {
  position: relative;
  font-weight: bold;
}
.index-about .title p .t-1 {
  color: #A00005;
}
.index-about .title p .t-2 {
  color: #909090;
}
.index-about .title p:after {
  content: '';
  width: 8%;
  height: 3px;
  line-height: 30px;
  background: #A00005;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.index-about .cont {
  margin-top: 50px;
  display: flex;
  flex-wrap: nowrap;
}
.index-about .cont .left {
  width: 50%;
}
.index-about .cont .left .img {
  width: 330px;
  height: 112px;
  overflow: hidden;
}
.index-about .cont .left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .cont .left .desc {
  width: 330px;
  margin-top: 10px;
  line-height: 1.5;
  text-indent: 20px;
}
.index-about .cont .left .btn {
  width: 330px;
  margin-top: 50px;
  display: flex;
  justify-content: right;
}
.index-about .cont .left .btn a {
  display: block;
  width: 105px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #A00005;
  color: #ffffff;
}
.index-about .cont .right {
  width: 40%;
}
.index-about .cont .right .txt .t-1 img {
  width: 345px;
  object-fit: cover;
}
.index-about .cont .right .txt .t-2 {
  font-weight: bold;
  margin-top: 30px;
  font-size: 17px;
  color: #A00005;
  margin-left: 20px;
}
.index-about .cont .right .txt .t-3 {
  margin-left: 20px;
  margin-top: 20px;
}
.index-about .cont .right .txt .t-3 span {
  color: #999999;
}
.index-about .cont .right .txt .t-3 span i {
  font-size: 20px;
}
.index-about .cont .right .txt .t-3 strong {
  font-size: 17px;
  font-weight: bold;
  color: #A00005;
}
.index-about .cont .right .txt .t-4 {
  margin-left: 33%;
  margin-top: 20px;
}
.index-about .cont .right .txt .t-4 i {
  font-size: 23px;
  color: #A00005;
}
.index-about .cont .right .index-form {
  margin-top: 50px;
}
.index-about .cont .right .index-form input,
.index-about .cont .right .index-form textarea {
  border: 1px solid #E4E4E4;
  background: #ffffff;
}
.index-about .cont .right .index-form ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.index-about .cont .right .index-form ul li label {
  margin-right: 10px;
}
.index-about .cont .right .index-form ul li input {
  width: 200px;
  height: 35px;
  line-height: 35px;
  font-size:16px;
}
.index-about .cont .right .index-form ul li textarea {
  width: 300px;
  height: 100px;
  font-size:16px;
}
.index-about .cont .right .index-form ul li.checkcode input {
  width: 100px;
  margin-left: 10px;
}
.index-about .cont .right .index-form ul li.checkcode img {
  width: 100px;
  height: auto;
  padding-left: 10px;
}
.index-about .cont .right .index-form ul li.btn {
  margin-top: 50px;
}
.index-about .cont .right .index-form ul li.btn input {
  display: block;
  width: 105px;
  height: 35px;
  line-height: 35px;
  background: #A00005;
  color: #ffffff;
  cursor: pointer;
}

.footer {
  background: #343434;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .cont-1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer .cont-1 .box-1 {
  width: 40%;
}
.footer .cont-1 .box-1 h4 {
  color: #A00005;
}
.footer .cont-1 .box-1 dl {
  margin-left: 20px;
  margin-top: 30px;
}
.footer .cont-1 .box-1 dl dt {
  color: #ffffff;
  font-weight: bold;
}
.footer .cont-1 .box-1 dl dd {
  margin-top: 20px;
}
.footer .cont-1 .box-1 dl dd ul {
  display: flex;
  flex-wrap: nowrap;
}
.footer .cont-1 .box-1 dl dd ul li {
  color: #ffffff;
  margin-right: 10px;
}
.footer .cont-1 .box-1 dl dd ul li a {
  color: #ffffff;
}
.footer .cont-1 .box-2 {
  width: 30%;
}
.footer .cont-1 .box-2 .f-logo {
  margin: 0 auto;
  width: 243px;
  margin-top: 20px;
}
.footer .cont-1 .box-2 .f-logo img {
  width: 70%;
}
.footer .cont-1 .box-2 p {
  margin: 0 auto;
  width: 243px;
  margin-top: 10px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}
.footer .cont-1 .box-3 {
  width: 30%;
  color: #ffffff;
}
.footer .cont-1 .box-3 h4 {
  margin-bottom: 20px;
}
.footer .cont-1 .box-3 h4 i {
  font-size: 25px;
  padding-right: 5px;
}
.footer .cont-1 .box-3 ul li {
  margin-bottom: 7px;
}
.footer .cont-1 .box-3 ul li.ewm {
  margin-top: 10px;
  display:flex;
  flex-wrap:nowrap;
}
.footer .cont-1 .box-3 ul li.ewm p {
 margin-right: 20px;
  text-align: center;
  width: 100px;
}
.footer .cont-1 .box-3 ul li.ewm p img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.footer .cont-1 .box-3 ul li.ewm p span {
  padding-top: 5px;
}
.footer .cont-2 {
  margin-top: 30px;
  margin-left: 20px;
  color: #8C8C8C;
}

.copyright {
  background: #000;
  min-height: 50px;
  line-height: 50px;
  color: #ffffff;
}
.copyright .cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

/*************************内页***********************/
.pgmcbox {
  margin: 0 auto;
}

.content {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  padding:50px;
}
.content p {
  margin-bottom: 10px;
}

/*分页*/
.pagination {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.page-num:not(:disabled) {
  cursor: pointer;
}

.page-num, .page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #A00005;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

a.page-num:hover, .page-link:hover {
  text-decoration: none;
}

.page-num-current {
  z-index: 1;
  color: #fff !important;
  background-color: #A00005;
  border-color: #A00005;
}

.page-num-current:hover {
  color: #fff;
}

/*其他*/
.pages {
  min-height: 150px;
  padding-top: 50px;
  padding-bottom: 10px;
}

.page_banner {
  width: 100%;
  max-height: 380px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.page_banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page_banner .cate-txt,
.page_banner .icon {
  width: 100%;
  z-index: 1;
  position: absolute;
  text-align: center;
}
.page_banner .cate-txt {
  top: 20%;
  font-size: 60px;
  color: #ffffff;
}
.page_banner .icon {
  bottom: 30px;
}
.page_banner .icon i {
  font-size: 20px;
  color: #999999;
  font-weight: bold;
  -moz-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  transition: all 0.36s ease;
  cursor: pointer;
}
.page_banner .icon i:hover {
  color: #ffffff;
}

.bk_page {
  height: 100px;
  line-height: 100px;
  clear: both;
  visibility: hidden;
}

.sub-title {
  height: 100px;
  font-size: 42px;
  line-height: 1.25em;
  position: relative;
  color: #181b31;
  font-weight: 300;
}
.sub-title:after {
  content: '';
  width: 115px;
  height: 2px;
  line-height: 2px;
  background: #ebebeb;
  position: absolute;
  bottom: 30px;
  left: 0;
}

.page-form {
  width: 30%;
  margin: 0 auto;
}
.page-form ul li {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.page-form ul li label {
  width: 100%;
  margin-bottom: 10px;
}
.page-form ul li input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 5px;
}
.page-form ul li textarea {
  width: 100%;
  height: 100px;
  padding: 5px;
}
.page-form ul li.btn input {
  display: block;
  width: 50%;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  background: #A00005;
  color: #ffffff;
  border: none;
}

/*****单页*******/
.about-video {
  width: 100%;
}
.about-video video {
  width: 100%;
}

.page-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.page-box .page-left {
  width: 65%;
}
.page-box .page-right {
  width: 22.5%;
}

.arc-list dl {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.arc-list dl dt {
  font-weight: 400;
  line-height: 1.2em;
  font-size: 21px;
  color: #181b31;
}
.arc-list dl dd {
  margin-top: 10px;
  color: #777777;
}

.page-right-box {
  margin-top: 30px;
}
.page-right-box h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.page-right-box .cont .arclist li {
  margin-top: 10px;
  list-style-type: circle;
  list-style-position: inside;
}
.page-right-box .cont .catlist li {
  margin-top: 10px;
}

.cont-line {
  height: 2px;
  line-height: 2px;
  background: #A00005;
  clear: both;
}

.pgmcbox h1 {
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 10px;
}
.pgmcbox .time {
  text-align: right;
  color: #777777;
  margin-bottom: 20px;
}

.pic-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pic-list dl {
  width: 32%;
  margin-right: 1.5%;
  margin-bottom: 45px;
  cursor: pointer;
}
.pic-list dl:nth-of-type(3n) {
  margin-right: 0;
}
.pic-list dl dt {
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pic-list dl dt a {
  display: block;
  width: 100%;
  height: 100%;
}
.pic-list dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pic-list dl dd {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
  line-height: 25px;
}

.job-card {
  display: flex;
  flex-wrap: wrap;
}
.job-card dl {
  width: 32%;
  margin-right: 1.5%;
  margin-bottom: 40px;
  min-height: 200px;
  border-radius: 5px;
}
.job-card dl:nth-of-type(3n) {
  margin-right: 0;
}
.job-card dl dt {
  background: #D1D1D1;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.job-card dl .desc {
  background: #EEEEEE;
  padding: 15px;
}
.job-card dl .desc p {
  margin-top: 20px;
}
.job-card dl .desc p a {
  display: block;
  width: 27%;
  height: 35px;
  line-height: 35px;
  background: #A00005;
  color: #ffffff;
  border-radius: 5px;
  text-align: center;
}
.job-card dl .time {
  background: #D1D1D1;
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.page-history {
  margin-top: 50px;
}
.page-history .cont .fl {
  display: flex;
  flex-wrap: wrap !important;
  justify-content: left;
}
.page-history .cont .fl dl {
  width: 50%;
  border-right: 1px solid #A00005;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  justify-content: right;
  align-items: center;
  padding: 20px 0;
}
.page-history .cont .fl dl dt {
  color: #A00005;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  right: -49px;
}
.page-history .cont .fl dl dt .i-2 {
  font-size: 18px;
}
.page-history .cont .fl dl dd {
  min-height: 50px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 30px;
  flex-direction: row-reverse;
  flex: 1;
}
.page-history .cont .fl dl dd .c-1 {
  position: relative;
  left: -5px;
}
.page-history .cont .fl dl dd .c-1 i {
  color: #f1f1f1;
}
.page-history .cont .fl dl dd .c-2 {
  min-height: 50px;
  width: 400px;
  background: #f1f1f1;
  padding: 20px;
  box-shadow: rgba(241, 241, 241, 0.7) 0 0 10px;
  line-height: 2;
}
.page-history .cont .fr {
  display: flex;
  flex-wrap: nowrap;
  justify-content: right;
}
.page-history .cont .fr .fr-box {
  width: 50%;
}
.page-history .cont .fr dl {
  width: 50%;
  border-left: 1px solid #A00005;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  align-items: center;
  padding: 50px 0;
  left: -1px;
}
.page-history .cont .fr dl dt {
  color: #A00005;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row-reverse;
  position: absolute;
  left: -49px;
}
.page-history .cont .fr dl dt .i-2 {
  font-size: 18px;
}
.page-history .cont .fr dl dd {
  min-height: 50px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: 30px;
}
.page-history .cont .fr dl dd .c-1 {
  position: relative;
  left: 5px;
}
.page-history .cont .fr dl dd .c-1 i {
  color: #f1f1f1;
}
.page-history .cont .fr dl dd .c-2 {
  min-height: 50px;
  width: 400px;
  background: #f1f1f1;
  padding: 20px;
  box-shadow: rgba(241, 241, 241, 0.7) 0 0 10px;
  line-height: 2;
}

.contact-banner .page_banner {
  height: 400px;
  overflow: hidden;
  align-items: normal;
}
.contact-banner .page_banner img {
  height: 100%;
}


.contact-message {
  position: relative;
}
.contact-message .cont-box2 {
  width: 100%;
  min-height: 300px;
  position: absolute;
  background: #ffffff;
  top: -30px;
  z-index: 1;
  padding: 30px 50px;
  box-shadow: 0 0 10px rgba(71, 71, 73, 0.8);
}
.contact-message .cont-box2 .title h3 {
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: 300;
}
.contact-message .cont-box2 .title p {
  width: 60%;
  color: #777777;
  line-height: 1.8;
}
.contact-message .cont-box2 .cont {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
}

.cont-box {
  width: 100%;
  min-height: 300px;
  background: #ffffff;
  z-index: 1;
}
.cont-box .title h3 {
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: 300;
}
.cont-box .title p {
  width: 60%;
  color: #777777;
  line-height: 1.8;
}
.cont-box .cont {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.cont-box .cont .left {
  width: 47%;
}
.cont-box .cont .left ul li {
  height: 45px;
  display: flex;
  flex-wrap: nowrap;
  background: #F3F3F3;
  margin-bottom: 20px;
  align-items: center;
}
.cont-box .cont .left ul li input {
  flex: 1;
  height: 45px;
  line-height: 45px;
  background: none;
  border: none;
  text-indent: 5px;
}
.cont-box .cont .left ul li i {
  width: 50px;
  text-align: center;
}
.cont-box .cont .left ul li.textarea {
  min-height: 100px;
}
.cont-box .cont .left ul li.textarea textarea {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  text-indent: 5px;
  line-height: 2;
}
.cont-box .cont .left ul li.btn {
  background: none;
}
.cont-box .cont .left ul li.btn input {
  width: 130px !important;
  height: 45px;
  line-height: 45px;
  background: #A00005;
  text-align: center;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
.cont-box .cont .right {
  width: 47%;
}

.contact-cont {
  margin-top: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.contact-cont ul {
  width: 24%;
  height: 230px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background: #f1f1f1;
  -moz-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  transition: all 0.36s ease;
}
.contact-cont ul li {
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
.contact-cont ul li i {
  width: 100%;
  font-size: 60px;
  font-weight: normal;
}
.contact-cont ul li p {
  font-size: 20px;
  font-weight: 300;
  margin: 20px 0;
}
.contact-cont ul:hover {
  background: #A00005;
  color: #ffffff;
}

.bottom-line {
  height: 70px;
  line-height: 70px;
  clear: both;
  visibility: hidden;
}

.bottom-form {
  background: rgba(0, 0, 0, 0.6);
  height: 150px;
  position: fixed;
  bottom: 0;
  z-index: 2;
}
.bottom-form .cont {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-form .cont .txt {
  width: 300px;
  margin-right: 50px;
  color: #ffffff;
}
.bottom-form .cont .txt strong {
  font-size: 32px;
  font-weight: 300;
}
.bottom-form .cont .txt .desc {
  font-size: 18px;
  margin-top: 10px;
}
.bottom-form .cont .txt i {
  font-size: 30px;
  padding-right: 10px;
}
.bottom-form .cont .form {
  width: 600px;
}
.bottom-form .cont ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bottom-form .cont ul li {
  width: 270px;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
}
.bottom-form .cont ul li input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 5px;
  background: #f1f1f1;
  border: none;
  border-radius: 5px;
}
.bottom-form .cont ul .textarea {
  width: 60%;
  margin-top: 10px;
}
.bottom-form .cont ul .textarea textarea {
  width: 100%;
  height: 40px;
  text-indent: 5px;
  line-height: 1.5;
  border-radius: 5px;
  border: none;
}
.bottom-form .cont ul .btn {
  width: 30% !important;
  margin-top: 10px;
}
.bottom-form .cont ul .btn input {
  width: 100%;
  background: #000;
  color: #ffffff;
  cursor: pointer;
}
.bottom-form .cont .btn-close {
  width: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
}
.bottom-form .cont .btn-close i {
  font-size: 34px;
  font-weight: 300;
}

.page-cate {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 50px;
  height: 50px;
  line-height: 50px;
  padding-bottom: 5px;
}
.page-cate .cont ul {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
}
.page-cate .cont ul li {
  height: 49px;
  line-height: 49px;
  margin-right: 20px;
  background: #ffffff;
}
.page-cate .cont ul li.current a {
  color: #A00005;
  border-bottom: 2px solid #A00005;
}
.page-cate .cont ul li a {
  display: block;
}
.page-cate .cont ul li a:Hover {
  color: #A00005;
  border-bottom: 2px solid #A00005;
}

.pro-list dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.pro-list dl dt {
  width: 845px;
  height: 400px;
  overflow: hidden;
}
.pro-list dl dt img {
  height: 100%;
  object-fit: cover;
}
.pro-list dl dd {
  flex: 1;
  height: 400px;
  overflow-y: auto;
  background: #D9D9D9;
  color: #333333;
  padding: 20px;
}
.pro-list dl dd p {
  margin-bottom: 10px;
  line-height: 1.5;
}
.pro-list dl dd::-webkit-scrollbar {
  width: 0 !important;
}
.pro-list dl dd .title {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  color: #A00005;
  margin-bottom: 20px;
}

.right_fix {
  position: fixed;
  right: 1%;
  top: 35%;
  z-index: 99;
}
.right_fix .text li {
  position: relative;
  width: 98px;
  background: rgba(0, 0, 0, 0.3);
  border-top: 1px solid #eee;
  border-radius: 10px;
  margin-top: 5px;
}
.right_fix .text li:first-child {
  border: none;
}
.right_fix .text li .pic {
  width: 100%;
  padding: 8px 0;
}
.right_fix .text li .pic img {
  height: 30px;
  display: block;
  width: auto;
  margin: 0 auto;
}
.right_fix .text li .pic .img1 {
  display: block;
}
.right_fix .text li .pic .img2 {
  display: none;
}
.right_fix .text li .pic span {
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 8px;
}
.right_fix .text li .text {
  background: #fff;
  padding: 8px;
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  display: none;
}
.right_fix .text li .text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.right_fix .text li .text1 {
  height: 73px;
  position: absolute;
  left: -220px;
  top: 7px;
  width: 220px;
  display: none;
}
.right_fix .text li .text1 .search {
  position: relative;
  background: #A00005;
  padding: 8px;
}
.right_fix .text li .text1 .inp1 {
  width: 100%;
  background: #fff;
  height: 42px;
  border: none;
  outline: 0;
  padding-left: 5px;
}
.right_fix .text li .text1 .btn_sub {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 40px;
  height: 42px;
  background: url("../img/seah.png") no-repeat center #fff;
  background-size: 16px;
  border: none;
  outline: 0;
}
.right_fix .text li:hover {
  background: #A00005;
  cursor: pointer;
}
.right_fix .text li:hover .pic .img1 {
  display: none;
}
.right_fix .text li:hover .pic .img2 {
  display: block;
}
.right_fix .text li:hover .text {
  display: block;
}
.right_fix .text li:hover .text1 {
  display: block;
}

.page-about .about-title {
  margin-top: 50px;
  text-align: center;
}
.page-about .about-title h3 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  border-bottom: 1px solid #cccccc;
  margin: 0 auto 10px;
  padding: 1rem 0 20px;
}
.page-about .about-title p {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}
.page-about .box-1 .cont {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.page-about .box-1 .cont .left {
  width: 33%;
  overflow: hidden;
  margin-right: 50px;
}
.page-about .box-1 .cont .left img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-about .box-1 .cont .right {
  width: 49%;
  display: flex;
  align-items: center;
}
.page-about .about-line {
  height: 1px;
  line-height: 1px;
  background: #eeeeee;
}
.page-about .box-2 {
  background: url("../images/wenhua_bg.jpg") no-repeat top center;
  height: 541px;
}
.page-about .box-2 .cont {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-about .box-2 .cont p {
  font-size: 16px;
  margin: 0 20px;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 2px;
}
.page-about .box-2 .cont p strong {
  writing-mode: vertical-lr;
  margin-left: 10px;
}
.page-about .box-2 .cont p span {
  writing-mode: vertical-lr;
}
.page-about .box-3 .cont ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.page-about .box-3 .cont ul li {
  width: 24% !important;
}
.page-about .box-3 .cont ul li img {
  width: 100%;
  object-fit: cover;
  border: 1px solid #dddddd;
}


/*# sourceMappingURL=basic.css.map */
