.Computer .header .header-box .header-ul ul li:nth-child(5) a,
.Computer .nav .header-box .header-ul ul li:nth-child(5) a {
  font-weight: 800 !important;
  color: #2241b5 !important;
}
.Computer .banner {
  background-color: #2241b5;
  background-size: 1920px 275px;
  height: 275px;
  margin: auto;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-image: url(../../image/banner.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
.Computer .banner img {
  width: 100%;
}
.Computer .banner h1 {
  position: absolute;
  left: calc(50% - 177px);
  bottom: 50px;
  font-size: 84px;
  font-family: MyFont2;
  color: #ffffff;
  font-weight: normal;
}
.Computer .dynamic {
  min-width: 1220px;
  width: 100%;
}
.Computer .dynamic .dynamicBox {
  padding: 70px 10px;
  width: 1200px;
  margin: 0 auto;
}
.Computer .dynamic .dynamicBox .dynamicTitle {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.Computer .dynamic .dynamicBox .dynamicTitle h1 {
  color: #917c62;
  font-size: 30px;
  margin-bottom: 10px;
}
.Computer .dynamic .dynamicBox .dynamicTitle p {
  color: #737373;
  font-size: 14px;
}
.Computer .dynamic .dynamicBox .dynamicTitle a {
  position: absolute;
  right: 0;
  bottom: 20px;
  text-decoration: none;
  border: 1px solid #cccccc;
  color: #333333;
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 15px;
}
.Computer .dynamic .dynamicBox .dynamicTitle a:hover {
  color: #917c62;
  border-color: #917c62;
  transition: all 0.5s;
}
.Computer .dynamic .dynamicBox .dynamicTitle img {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -10px;
}
.Computer .dynamic .dynamicBox .dynamicCenter {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px 20px;
}
.Computer .dynamic .dynamicBox .dynamicCenter .dynamicCenterBox {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-decoration: none;
}
.Computer .dynamic .dynamicBox .dynamicCenter .dynamicCenterBox .dynamicCenterTitle {
  position: relative;
}
.Computer .dynamic .dynamicBox .dynamicCenter .dynamicCenterBox .dynamicCenterTitle:hover .dynamicCenterLogo {
  opacity: 1;
  transition: all 0.5s;
}
.Computer .dynamic .dynamicBox .dynamicCenter .dynamicCenterBox .dynamicCenterTitle img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 240px;
}
.Computer .dynamic .dynamicBox .dynamicCenter .dynamicCenterBox .dynamicCenterTitle .dynamicCenterLogo {
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  width: 64px;
  height: 64px;
}
.Computer .dynamic .dynamicBox .dynamicCenter .dynamicCenterBox .dynamicCenterTitle p {
  position: absolute;
  bottom: 10px;
  margin: 0 10px;
  color: #ffffff;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.Computer .dynamic .dynamicBox .dynamicCenter .dynamicCenterBox .dynamicCenterText {
  background-color: #fff;
  padding: 10px;
  border-radius: 0 0 10px 10px;
}
.Computer .dynamic .dynamicBox .dynamicCenter .dynamicCenterBox .dynamicCenterText p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 13px;
  color: #666666;
  line-height: 30px;
}
.Computer .dynamic .dynamicBox .dynamicCenter .dynamicCenterBox .dynamicCenterText div {
  padding: 10px 0 5px;
  color: #999999;
  font-size: 14px;
}
.Computer .dynamic .dynamicBox .dynamicCenter .dynamicCenterBox .dynamicCenterText div span {
  margin-right: 15px;
}
.Computer .reported {
  border-top: 1px solid #dedede;
  padding: 70px 0;
  min-width: 1220px;
}
.Computer .reported .reportedBox {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 500px 680px;
  grid-column-gap: 20px;
  padding: 0 10px;
}
.Computer .reported .reportedBox .rotation {
  height: 317px;
}
.Computer .reported .reportedBox .rotation:hover .btn,
.Computer .reported .reportedBox .rotation:hover .logo {
  opacity: 1;
  transition: all 0.5s;
}
.Computer .reported .reportedBox .rotation .swiper-container {
  width: 100%;
  height: 317px;
}
.Computer .reported .reportedBox .rotation .swiper-container a {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 317px;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.Computer .reported .reportedBox .rotation .swiper-container a img {
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
}
.Computer .reported .reportedBox .rotation .swiper-container a p {
  color: #ffffff;
  padding: 10px;
  font-size: 15px;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Computer .reported .reportedBox .rotation .btn {
  opacity: 0;
  transition: all 0.5s;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  background: #000 \9;
  border-radius: 50%;
}
.Computer .reported .reportedBox .rotation .btn:hover {
  background: rgba(0, 0, 0, 0.5);
}
.Computer .reported .reportedBox .rotation .swiper-button-next:after,
.Computer .reported .reportedBox .rotation .swiper-button-prev:after {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
}
.Computer .reported .reportedBox .reportedCenter .reportedCenterTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
}
.Computer .reported .reportedBox .reportedCenter .reportedCenterTitle h3 {
  font-size: 18px;
  color: #917c62;
}
.Computer .reported .reportedBox .reportedCenter .reportedCenterTitle a {
  text-decoration: none;
  font-size: 14px;
  color: #917c62;
}
.Computer .reported .reportedBox .reportedCenter ul li {
  list-style: none;
  padding: 7px 10px;
  border-top: 1px solid hsla(0, 0%, 60%, 0.15);
}
.Computer .reported .reportedBox .reportedCenter ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Computer .reported .reportedBox .reportedCenter ul li a:hover p {
  transition: all 0.5s;
  color: #917c62;
  font-weight: bold;
}
.Computer .reported .reportedBox .reportedCenter ul li a p {
  transition: all 0.5s;
  font-size: 14px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 80%;
}
.Computer .reported .reportedBox .reportedCenter ul li a span {
  color: #999999;
  font-size: 14px;
}
.Computer .CompanyProfile {
  background-size: cover;
  background: transparent url(../../image/CompanyProfileBg.png) repeat fixed top;
  min-width: 1220px;
  width: 100%;
}
.Computer .CompanyProfile .CompanyProfileBox {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
}
.Computer .CompanyProfile .CompanyProfileBox .CompanyProfileTitle {
  width: 100%;
  display: inline-block;
}
.Computer .CompanyProfile .CompanyProfileBox .CompanyProfileTitle h1 {
  font-size: 30px;
  color: #b89e7d;
}
.Computer .CompanyProfile .CompanyProfileBox .CompanyProfileTitle h1 span {
  margin-left: 15px;
  font-family: MyFont;
  color: #ffffff;
  font-weight: normal;
}
.Computer .CompanyProfile .CompanyProfileBox .CompanyProfileTitle p {
  display: inline-block;
  padding: 25px 0;
  font-size: 16px;
  color: #ffffff;
  line-height: 35px;
}
.Computer .CompanyProfile .CompanyProfileBox .video {
  position: relative;
  cursor: pointer;
}
@keyframes animation3 {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes animation3 {
  /* Safari 与 Chrome */
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.Computer .CompanyProfile .CompanyProfileBox .video .itemBox5,
.Computer .CompanyProfile .CompanyProfileBox .video .itemBox6 {
  position: absolute;
  background-color: #917c62;
  width: 230px;
  height: 180px;
}
.Computer .CompanyProfile .CompanyProfileBox .video .itemBox5 {
  left: 0;
  bottom: 0;
}
.Computer .CompanyProfile .CompanyProfileBox .video .itemBox6 {
  right: 0;
  top: 0;
}
.Computer .CompanyProfile .CompanyProfileBox .video .videoImage {
  position: absolute;
  top: 30px;
  left: 18px;
  width: 540px;
  height: 310px;
}
.Computer .CompanyProfile .CompanyProfileBox .video .videoImage .videoBg {
  width: 100%;
  height: 100%;
}
.Computer .CompanyProfile .CompanyProfileBox .video .videoImage .videoBtn {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../../image/mbg01.png) -2308px -845px no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
.Computer .CompanyProfile .CompanyProfileBox .video p {
  color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
}
.Computer .ConsultantMessage {
  padding: 100px 0;
  width: 100%;
  min-width: 1220px;
}
.Computer .ConsultantMessage .ConsultantMessageBox {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
}
.Computer .ConsultantMessage .ConsultantMessageBox h1 {
  padding: 20px 0;
  font-size: 30px;
  color: #917c62;
}
.Computer .ConsultantMessage .ConsultantMessageBox h1 span {
  color: #353535;
  margin-left: 15px;
  font-family: MyFont;
  font-weight: normal;
}
.Computer .ConsultantMessage .ConsultantMessageBox p {
  text-align: justify;
  font-size: 17px;
  color: #353535;
  line-height: 40px;
  text-indent: 2rem;
  margin-bottom: 50px;
}
.Computer .ConsultantMessage .ConsultantMessageBox a {
  border: 1px solid #666666;
  border-radius: 25px;
  padding: 10px 25px;
  text-decoration: none;
  font-size: 14px;
  color: #4b4b4b;
}
.Computer .ConsultantMessage .ConsultantMessageBox a:hover {
  border-color: #917c62;
  color: #917c62;
}
.Computer .ServiceConcept {
  background: url(../../image/ServiceConceptBg.jpg) no-repeat center, #dedede;
  min-width: 1220px;
  width: 100%;
}
.Computer .ServiceConcept .ServiceConceptBox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Computer .ServiceConcept .ServiceConceptBox .ServiceConceptLeft,
.Computer .ServiceConcept .ServiceConceptBox .ServiceConceptRight {
  flex: 1;
}
@keyframes myFirst {
  0% {
    transform: translateX(-420px) rotate(0deg);
  }
  100% {
    transform: translateX(0px) rotate(360deg);
  }
}
.Computer .ServiceConcept .ServiceConceptBox .ServiceConceptLeft div {
  height: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Computer .ServiceConcept .ServiceConceptBox .ServiceConceptLeft div img {
  border-radius: 50%;
  transition: all 0.5s;
}
.Computer .ServiceConcept .ServiceConceptBox .ServiceConceptLeft div img:hover {
  transition: all 0.5s;
  transform: scale(1.1);
}
.Computer .ServiceConcept .ServiceConceptBox .ServiceConceptRight .ServiceConceptTitle {
  margin-left: 50px;
}
.Computer .ServiceConcept .ServiceConceptBox .ServiceConceptRight .ServiceConceptTitle h1 {
  color: #917c62;
  font-size: 33px;
  margin-bottom: 20px;
}
.Computer .ServiceConcept .ServiceConceptBox .ServiceConceptRight .ServiceConceptTitle h1 span {
  color: #333333;
  margin-left: 15px;
  font-family: MyFont;
  font-weight: normal;
}
.Computer .ServiceConcept .ServiceConceptBox .ServiceConceptRight .ServiceConceptTitle p {
  font-size: 17px;
  color: #333333;
  line-height: 35px;
}
.Computer .ContactUs {
  margin: 70px 0;
  width: 100%;
  min-width: 1220px;
}
.Computer .ContactUs .contactUsBox {
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.Computer .ContactUs .contactUsBox .contactUsTitle h1 {
  color: #917c62;
  font-size: 30px;
}
.Computer .ContactUs .contactUsBox .contactUsTitle h1 span {
  font-weight: normal;
  color: #000;
  font-family: MyFont;
}
.Computer .ContactUs .contactUsBox .contactUsContent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  margin-top: 50px;
}
.Computer .ContactUs .contactUsBox .contactUsContent .contactUsContentLeft .mapBox {
  width: 100%;
}
.Computer .ContactUs .contactUsBox .contactUsContent .contactUsContentLeft .mapBox #map {
  width: 85%;
  height: 300px;
}
.Computer .ContactUs .contactUsBox .contactUsContent .contactUsContentRight .contactUsItem,
.Computer .ContactUs .contactUsBox .contactUsContent .contactUsContentRight .contactUsItem2 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.Computer .ContactUs .contactUsBox .contactUsContent .contactUsContentRight .contactUsItem img,
.Computer .ContactUs .contactUsBox .contactUsContent .contactUsContentRight .contactUsItem2 img {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.Computer .ContactUs .contactUsBox .contactUsContent .contactUsContentRight .contactUsItem span,
.Computer .ContactUs .contactUsBox .contactUsContent .contactUsContentRight .contactUsItem2 span {
  color: #666666;
  font-size: 20px;
}
.Computer .ContactUs .contactUsBox .contactUsContent .contactUsContentRight .contactUsItem2 span {
  font-weight: bold;
  font-size: 16px !important;
}
.Computer .ContactUs .contactUsBox .contactUsContent .contactUsContentRight p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.Computer .ContactAddress {
  background-color: #000000;
  padding: 50px 0;
  width: 100%;
  min-width: 1220px;
  display: none;
}
.Computer .ContactAddress .ContactAddressBox {
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.Computer .ContactAddress .ContactAddressBox .ContactAddressTitle {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.Computer .ContactAddress .ContactAddressBox .ContactAddressTitle h1 {
  font-size: 30px;
  color: #ffffff;
  padding: 20px 0;
}
.Computer .ContactAddress .ContactAddressBox .ContactAddressContent {
  margin-top: 30px;
}
.Computer .ContactAddress .ContactAddressBox .ContactAddressContent .ContactAddressItem {
  flex: 4;
}
.Computer .ContactAddress .ContactAddressBox .ContactAddressContent .ContactAddressItem .ContactAddressItemBox {
  padding: 20px;
}
.Computer .ContactAddress .ContactAddressBox .ContactAddressContent .ContactAddressItem .ContactAddressItemBox .ContactAddressItemTitle h1 {
  font-weight: normal;
  color: #b89e7d;
  font-size: 30px;
  margin-bottom: 20px;
}
.Computer .ContactAddress .ContactAddressBox .ContactAddressContent .ContactAddressItem .ContactAddressItemBox .ContactAddressItemTitle h1 span {
  color: #ffffff;
  font-size: 20px;
}
.Computer .ContactAddress .ContactAddressBox .ContactAddressContent .ContactAddressItem .ContactAddressItemBox .ContactAddressItemTitle p {
  font-size: 15px;
  color: #a9a9a9;
}
.Computer .ContactAddress .ContactAddressBox .ContactAddressContent .ContactAddressItem .ContactAddressItemBox .ContactAddressItemCarousel {
  margin-top: 50px;
}
.Computer .ContactAddress .ContactAddressBox .ContactAddressContent .ContactAddressItem .ContactAddressItemBox .ContactAddressItemCarousel .demo12 .inDemo12 {
  display: flex;
}
.Computer .ContactAddress .ContactAddressBox .ContactAddressContent .ContactAddressItem .ContactAddressItemBox .ContactAddressItemCarousel .demo12 .inDemo12 .demo_ul {
  display: flex;
  background-color: transparent;
  padding: 0;
}
.Computer .ContactAddress .ContactAddressBox .ContactAddressContent .ContactAddressItem .ContactAddressItemBox .ContactAddressItemCarousel .demo12 .inDemo12 .demo_ul li {
  margin: 10px 0;
}
.Computer .ContactAddress .ContactAddressBox .ContactAddressContent .ContactAddressItem .ContactAddressItemBox .ContactAddressItemCarousel .demo12 .inDemo12 .demo_ul li a {
  margin: 0;
}
.Computer .ContactAddress .ContactAddressBox .ContactAddressContent .ContactAddressItem .ContactAddressItemBox .ContactAddressItemCarousel .demo12 .inDemo12 .demo_ul li a div {
  width: 230px;
  height: 170px;
  overflow: hidden;
  margin: 0 15px;
}
.Computer .ContactAddress .ContactAddressBox .ContactAddressContent .ContactAddressItem .ContactAddressItemBox .ContactAddressItemCarousel .demo12 .inDemo12 .demo_ul li a div img {
  width: 230px;
  height: 170px;
  transition: all 0.5s;
}
.Computer .ContactAddress .ContactAddressBox .ContactAddressContent .ContactAddressItem .ContactAddressItemBox .ContactAddressItemCarousel .demo12 .inDemo12 .demo_ul li a div img:hover {
  transition: all 0.5s;
  transform: scale(1.1);
}
.Computer .modal {
  display: none;
  position: fixed;
  /* 留在原地 */
  z-index: 21;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* 全屏宽度 */
  height: 100%;
  /* 全屏高度 */
  background-color: rgba(0, 0, 0, 0.4);
  /* 黑色带不透明度 */
  overflow: hidden;
}
.Computer .modal .modalContent {
  width: 800px;
  margin: calc(50vh - 300px) auto;
  height: 600px;
  background-color: #000000;
  position: relative;
}
.Computer .modal .modalContent .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
