@charset "utf-8";
html,
body,
div,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-style: normal;
}
ol,
ul,
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
body {
  overflow-x: hidden;
}
.form-control-sm {
  font-size: 0.5rem;
}
a:hover {
  color: #c30d23;
}
/* ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
} */
img {
  border: 0;
  vertical-align: middle;
}
.backwhite {
  background-color: #fff;
  height: 100%;
}
.min-w {
  width: 1400px;
  margin: 0 auto;
}
.text-r {
  text-align: right;
}
.top_header {
  padding: 0;
  margin: 0;
  /* height: 123px; */
}
.top_header .navbar {
  padding: 0;
  background-color: #fff;
}
.top_header .navbar-nav {
  margin: 0 auto;
}
.top_header .navbar .nav-link {
  height: 120px;
  line-height: 200px;
  overflow: hidden;
  color: #333;
  padding: 0 1rem;
}
.top_header .nav-item {
  position: relative;
}
.top_header .nav-item .dropdown-menu {
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 0.8rem;
  border: 0;
  margin-top: 3px;
  display: block;
  height: 0;
  overflow: hidden;
}
.top_header .nav-item:hover .dropdown-menu {
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  -ms-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.top_header .dropdown-toggle:after {
  width: 0;
  display: none;
}
.top_header .dropdown-item {
  line-height: 1.5rem;
}
.top_header .dropdown-item:hover {
  background-color: #c40e25;
  color: #fff;
  cursor: pointer;
}
.top_header .dropdown-menu[data-bs-popper] {
  margin-top: -1px;
}
.top_header .current {
  border-bottom: 3px solid #c40e25;
  background-color: #efefef;
  font-weight: 600;
}
.top_header .form-control {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding-left: 30px;
  width: 120px;
}
.top_header .input-group {
  padding-top: 75px;
  /* #e9ecef */
}
.top_header .form-control {
  background-color: #e9ecef;
  border-right: 0;
  padding-left: 20px;
}
.top_header .input-group-text {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.grapbg {
  background-color: #f7f7f7;
  /* padding: 2.5rem; */
  /* overflow: hidden; */
}

.main_title {
  padding: 3.5rem 0 1.5rem 0;
  text-align: center;
}
.main_title .text {
  color: #d9d9d9;
  font-size: 0.5rem;
}

.class_nav li {
  padding: 0px 30px;
  background-color: #fff;
  margin-right: 20px;
  border: 1px solid #eee;
  font-weight: 600;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.class_nav li a {
  color: #777;
}
.class_nav li a:hover {
  color: #fff;
}
.class_nav li:hover {
  background-color: rgba(253, 158, 158, 0.8);
  color: #777;
}
.class_nav li:active {
  background-color: #c30d23;
}
.class_nav .current {
  background-color: #c30d23;
}
.class_nav .current:hover {
  background-color: #c30d23;
}
.class_nav .current a {
  color: #fff;
}
.class_img {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.class_img img {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.class_img img:hover {
  /*width: 1400px;*/
  transform: scale(1.2);
}
.list_img .caselist {
  max-width: 45%;
  max-height: 74px;
  margin: 3px;
  float: left;
  overflow: hidden;
}
.list_img .col-sm-4 {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.list_img .col-sm-4:hover b {
  color: #c30d23;
}
.list_img .col,
.list_img .col-sm-4 {
  overflow: hidden;
}
.list_img .col-sm-6 img {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.list_img .col-sm-6 img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.list_img .col-sm-6:hover {
  color: #c30d23;
}
.list_img .text {
  background-color: #fff;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.list_img .text:hover h6 {
  color: #c30d23;
  font-weight: 600;
}
.class_img .context {
  position: absolute;
  bottom: 50px;
  left: 5%;
  width: 90%;
  z-index: 999;
  overflow: hidden;
  background-color: #fff;
}
.class_img .context:hover {
  color: #c30d23;
}
.class_img .title {
  padding: 1rem;
}
.class_img .title h5 {
  font-weight: bold;
  color: #c30d23;
}
.class_img .title div {
  color: #666;
}
.class_img .more {
  background-color: #f7f7f7;
  color: #888;
}
.gcgjc {
  background-image: url('../images/gcgjbg.jpg');
  /* background-size: 100vw; */
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
}
.class_list {
  float: left;
}

.last_but {
  background-color: #000;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding: 30px 5px;
}

.next_but {
  background-color: #000;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  padding: 30px 5px;
}
.trapezoid .navbar {
  padding-left: 25px;
}
.trapezoid li.nav-item a {
  color: #fff;
  padding: 10px 30px;
  margin-right: 20px;
  background: #c30d23;
  text-shadow: 1px 1px 2px #000;
  border: none;
  border-radius: 0;
  opacity: 0.5;
  position: relative;
  font-size: 1.2rem;
  z-index: 999;
  /* transition: all 0.3s ease 0s; */
}
.trapezoid li a:hover {
  background: #c30d23;
  opacity: 0.8;
}
.trapezoid li.current a {
  opacity: 1;
}
.trapezoid li.current a,
.trapezoid li.current a:hover,
.trapezoid li.current a:focus {
  color: #fff;
  background: #c30d23;
  border: none;
  border-radius: 0;
}
.trapezoid li a:before,
.trapezoid li a:after {
  content: '';
  border-top: 50px solid transparent;
  position: absolute;
  top: -1px;
}
.trapezoid li a:before {
  border-right: 25px solid #c30d23;
  left: -25px;
  z-index: 9;
}
.trapezoid li a:after {
  border-left: 25px solid #c30d23;
  right: -25px;
}
.trapezoid li a i,
.tab .nav-tabs li.current a i {
  display: inline-block;
  padding-left: 5px;
  font-size: 1rem;
  text-shadow: none;
}
.trapezoid li a span {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: -9px;
  opacity: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.trapezoid li a:hover span,
.trapezoid li.current a span {
  letter-spacing: 1px;
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.trapezoid .context {
  margin-top: -8px;
  border-top: #c30d23 4px solid;
  position: relative;
}
.trapezoid .context .text {
  padding: 10rem 20rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.trapezoid .context .text > div {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.trapezoid .context:hover .text > div {
  transition: all 0.3s ease 0s;
  background-color: rgba(185, 2, 2, 0.5);
}

.trapezoid .context .text i {
  font-size: 5rem;
}

.trapezoid .context .text a {
  color: #fff;
}

.divider {
  border-top: 1px solid #ccc;
}

.designermor {
  border: 1px solid #ddd;
  line-height: 3rem;
}
.designermor a {
  font-weight: bold;
}

.imgborder {
  border: 4px solid #fff;
}

.redborder {
  height: 2px;
  background-color: #c30d23;
}

.redradius {
  background-color: #c30d23;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #fff;
  line-height: 2rem;
}

.buildlist li {
  margin-right: 10px;
  float: left;
}

/* .logos {
  background-color: #ddd;
  text-align: center;
  height: 100px;
  display: block;
  line-height: 100px;
}
.logos img {
  width: 100%;
  vertical-align: center;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.logos:hover img {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
} */
.logos {
  margin: 120px 120px;
}
.logos li {
  float: left;
  margin: 50px 0 0 50px;
}
.logos li div a {
  width: 120px;
  height: 120px;
  transform: rotateZ(45deg);
  background-color: #fff;
  overflow: hidden;
  display: block;
  text-align: center;
}
.logos li div a img {
  transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  height: 40px;
  margin: 40px auto 0 auto;
}
.serverbg {
  background-image: url('../images/foot_bg.jpg');
  background-size: 100vw;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
}
.serverbg .cover {
  /* background-color: rgba(0, 0, 0, 0.5); */
}
.serverbg i {
  font-size: 3rem;
  color: #fff;
}
.serverbg p {
  font-size: 1rem;
  color: #fff;
}
.serverbg .col {
  transition: all 1s;
}
.serverbg .col:hover i {
  transform: scale(0.85);
  color: #c30d23;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
}
.food {
  position: relative;
}
.food .but {
  background-color: #c30d23;
  color: #fff;
  border: #c30d23 1px solid;
}
.bottom {
  color: #fff;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.bottom .container {
  position: relative;
}
.bottom .butred {
  border: 1px solid #fff;
  background-color: #c30d23;
  line-height: 1.5rem;
  float: left;
  padding: 3px 5px;
  border-radius: 0.2rem;
}
.bottom .butdefault {
  border: 1px solid #fff;
  border-left: 0;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  float: left;
  padding: 2px 10px;
  margin-top: 4px;
}
.bottom i {
  font-size: 2rem;
}
.bottom .but {
  background-color: #c30d23;
  color: #fff;
  border-radius: 0.2rem;
  padding: 0.25rem 0.5rem;
  min-height: calc(1.5em + 0.5rem + 2px);
}

.sendmsg a {
  color: #fff;
}
.sendmsg a:hover {
  color: #fff;
}
.sendmsg a:hover i {
  color: #ccc;
}
.bottom .img {
  position: absolute;
  bottom: 0;
  right: 100px;
  z-index: 999;
  width: 200px;
  height: 200px;
  background-image: url('../images/home.png');
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.message {
  position: fixed;
  bottom: 5px;
  left: 0;
  width: 250px;
  z-index: 999;
  cursor: pointer;
}
.message .top {
  background-color: #c30d23;
  color: #fff;
  overflow: hidden;
}
.message .top span {
  float: left;
}
.message .top i {
  float: right;
  font-size: 1rem;
}
.message .from {
  padding: 0.25rem;
  clear: both;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #ccc;
}

.weixin {
  position: fixed;
  bottom: 5px;
  right: 0;
  background-color: #c30d23;
  color: #fff;
  z-index: 1001;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.weixin span {
  padding: 0 0.5rem;
}

.weixin2 {
  position: fixed;
  bottom: 39px;
  right: 0;
  /* background-color: #c30d23; */
  color: #fff;
  z-index: 1001;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.weixin2 span {
  padding: 0 0.5rem;
}

.sendmsg {
  position: fixed;
  bottom: 250px;
  right: 0;
  background-color: #c30d23;
  color: #fff;
  z-index: 1001;
}
.sendmsg i {
  font-size: 1.5rem;
}
.sendmsg span {
  font-size: 10px;
}
.sendmsg .p-2 {
  border-bottom: 1px solid #fff;
}
.sendmsg .p-2:last-of-type {
  border-bottom: 0;
}

.top .img {
  background-size: 100vw;
  background-position: top center;
  height: 200px;
}

.more {
  transition: all 1s;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.more:hover {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  color: #c30d23;
}
.more {
  font-size: 2rem;
  color: #fff;
}
.more i:hover {
  color: #c30d23;
}

.textover {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.page-link {
  color: rgba(0, 0, 0, 0.8);
}
.page-item.active .page-link {
  background-color: #c30d23;
  border-color: #c30d23;
}
.page-item.active .page-link:hover {
  color: #fff;
}
.page-item .page-link:hover {
  color: #c30d23;
}

.imggrapbg {
  position: relative;
  background-position: top center;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.item_img {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  overflow: hidden;
  background-color: #fff;
}
.item_img img {
  border: 20px solid #fff;
  border-top-right-radius: 50px;
}
.item_img .but {
  background-color: #c30d23;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  color: #fff;
}

.aboutheader {
  position: relative;
  /* height: 130px; */
  padding-top: 90px;
}
.aboutheader .aboutback {
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 1;
  color: rgba(0, 0, 0, 0.1);
  font-size: 5rem;
  font-weight: 700;
}
.aboutheader .abouttext {
  position: absolute;
  right: left;
  top: 0;
  z-index: 99;
}

.about-box {
  width: 100%;
  height: 120px;
}
.fxc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-left {
  width: 49%;
  height: 100%;
  position: relative;
}
.time-box {
  width: 1px;
  background-color: #000;
  height: 100%;
  position: relative;
}
.time-box:before {
  position: absolute;
  display: block;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: -13px;
  background-color: #c30d23;
  z-index: 999;
}
.item-right {
  width: 49%;
  height: 100%;
  position: relative;
}
.item-content {
  position: absolute;
  width: 80%;
  left: 0;
  top: -52px;
}
.item-year {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #000;
  font-size: 28px;
  color: #000;
  line-height: 50px;
  padding-left: 50px;
}
.item-des {
  width: 100%;
  padding-left: 50px;
  padding-top: 10px;
}
.item-left .item-content2 {
  position: absolute;
  width: 80%;
  right: 0;
  top: -52px;
  text-align: right;
}
.item-year2 {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #000;
  font-size: 28px;
  color: #000;
  line-height: 50px;
  padding-right: 50px;
}
.item-des2 {
  width: 100%;
  padding-right: 50px;
  padding-top: 10px;
}
.about_jj_img {
  height: 300px;
  display: flex;
}
.about_jj_img img {
  max-height: 300px;
  align-self: center;
  margin: 0 auto;
}

.shadowbox:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.shadowbox:hover .card-title {
  color: #c30d23;
}
.shadowbox .redrow {
  width: 0;
  height: 3px;
  transition: all 1s;
}
.shadowbox:hover .redrow {
  height: 3px;
  background-color: #c30d23;
  width: 100%;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #c30d23;
}
.nav-link:focus,
.nav-link:hover {
  color: #c30d23;
}
.nav-link {
  color: #333;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.pagetitle {
  padding-top: 2rem;
  border-bottom: 1px solid #666;
  width: 100%;
}

.realback {
  background: linear-gradient(to top right, #ececec, #e9e2da);
  border-right: 5px solid #d1bd9a;
}
.realback .badgeico {
  width: 120px;
  /* height: 120px; */
}
.realback .badgeico img {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.btn {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.card {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.card-img,
.card-img-top {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.mwbg {
  background-image: url('../images/mwbg.png');
  width: 100vw;
}
.childnav a:hover {
  color: #fff;
}
.smallfontsize {
  font-size: 0.8rem;
  font-weight: normal;
}

.addbg {
  background-image: url('../images/linkusbg.png');
  background-position: bottom right;
  background-repeat: no-repeat;
}

.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.fubg {
  position: relative;
}
.fubg .main_title {
  position: absolute;
  width: 100%;
}

.fivebg {
  background-image: url('../images/lnbg.jpg');
  background-size: 100vw;
  background-position: center;
  background-repeat: no-repeat;
}

.fivposition {
  position: relative;
}
.fivposition img {
  border: 10px solid #000;
}
.fivposition img.sdark {
  border: 10px solid #ccc;
}
.fivposition img.noborder {
  border: 1px solid #ccc;
}
.fivposition .flex {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.fivposition .flexr {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
}

#art_content p {
	margin: 0;
}