.Computer .header .header-box .header-ul ul li:nth-child(2) a,
.Computer .nav .header-box .header-ul ul li:nth-child(2) a {
  font-weight: 800 !important;
  color: #2141b5 !important;
}
.Computer .page {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Computer .page a {
  text-decoration: none;
  font-size: 14px;
  color: #666666;
  padding: 0 10px;
}
.Computer .page .pageBox {
  display: flex;
  align-items: center;
}
.Computer .page .pageBox div {
  padding: 0 10px;
}
.Computer .page .pageBox .active {
  color: #2241b5;
}
.Computer .banner {
  background-color: #2241b5;
  height: 275px;
  margin: auto;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-image: url(../../image/banner.jpg);
  background-size: 1920px 275px;
  background-position: center 0;
  background-repeat: no-repeat;
}
.Computer .banner h1 {
  position: absolute;
  left: calc(50% - 244px);
  bottom: 50px;
  font-size: 84px;
  font-family: MyFont2;
  color: #ffffff;
  font-weight: normal;
}
.Computer .recommend {
  min-width: 1220px;
}
.Computer .recommend .recommendBox {
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.Computer .recommend .recommendBox .recommendTitle {
  text-align: center;
  margin-top: 40px;
}
.Computer .recommend .recommendBox .recommendTitle h1 {
  color: #333333;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 10px;
}
.Computer .recommend .recommendBox .recommendTitle p {
  font-size: 15px;
  color: #999999;
}
.Computer .recommend .recommendBox .recommendContent {
  margin: 50px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}
.Computer .recommend .recommendBox .recommendContent .recommendContentBox {
  text-decoration: none;
  border-radius: 15px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  display: flex;
  transition: all 0.5s;
  margin-top: 50px;
}
.Computer .recommend .recommendBox .recommendContent .recommendContentBox:hover {
  transform: translateY(-20px);
  transition: all 0.5s;
}
.Computer .recommend .recommendBox .recommendContent .recommendContentBox:hover .recommendContentText h1 {
  color: #2141b5;
  font-weight: bold;
}
.Computer .recommend .recommendBox .recommendContent .recommendContentBox .recommendContentImage {
  width: 180px;
  height: 124px;
}
.Computer .recommend .recommendBox .recommendContent .recommendContentBox .recommendContentImage img {
  width: 100%;
  height: 124px;
  object-fit: contain;
}
.Computer .recommend .recommendBox .recommendContent .recommendContentBox .recommendContentText {
  margin-left: 10px;
}
.Computer .recommend .recommendBox .recommendContent .recommendContentBox .recommendContentText h1 {
  margin-top: 10px;
  font-size: 22px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 5px;
}
.Computer .recommend .recommendBox .recommendContent .recommendContentBox .recommendContentText p {
  font-size: 12px;
  color: #4b4b4b;
  margin-bottom: 10px;
}
.Computer .recommend .recommendBox .recommendContent .recommendContentBox .recommendContentText .ItemText p {
  line-height: 25px;
  font-size: 14px;
  color: #4b4b4b;
  margin: 0;
}
.Computer .workflow {
  min-width: 1220px;
  background: url(../../image/workflowBg.png) repeat top, transparent;
  background-size: cover;
  height: 635px;
}
.Computer .workflow .workflowBox {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
  position: relative;
}
.Computer .workflow .workflowBox .workflowBoxTitle {
  text-align: center;
  margin-bottom: 80px;
}
.Computer .workflow .workflowBox .workflowBoxTitle h1 {
  color: #b89e7d;
  font-size: 30px;
  margin-bottom: 10px;
}
.Computer .workflow .workflowBox .workflowBoxTitle p {
  font-size: 15px;
  color: #ffffff;
}
.Computer .workflow .workflowBox .workflowContent {
  position: absolute;
  top: 230px;
  left: 10px;
  background-color: #fff;
  padding: 50px;
}
.Computer .workflow .workflowBox .workflowContent ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 60px;
}
.Computer .workflow .workflowBox .workflowContent ul li {
  text-align: center;
  list-style: none;
}
.Computer .workflow .workflowBox .workflowContent ul li a {
  text-decoration: none;
  color: #ffffff;
  width: 170px;
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  display: inline-block;
  background: #917c62;
}
.Computer .workflow .workflowBox .workflowContent ul li h5 {
  color: #333333;
  font-size: 16px;
  margin: 20px 0 7px;
}
.Computer .workflow .workflowBox .workflowContent ul li p {
  font-size: 14px;
  color: #4b4b4b;
  line-height: 25px;
}
.Computer .workflow .workflowBox .workflowContent .workflowLogo,
.Computer .workflow .workflowBox .workflowContent .workflowLogo2,
.Computer .workflow .workflowBox .workflowContent .workflowLogo3,
.Computer .workflow .workflowBox .workflowContent .workflowLogo4 {
  position: absolute;
  top: 65px;
  width: 22px;
  height: 22px;
}
.Computer .workflow .workflowBox .workflowContent .workflowLogo {
  left: 240px;
}
.Computer .workflow .workflowBox .workflowContent .workflowLogo2 {
  left: 470px;
}
.Computer .workflow .workflowBox .workflowContent .workflowLogo3 {
  left: 700px;
}
.Computer .workflow .workflowBox .workflowContent .workflowLogo4 {
  left: 930px;
}
.Computer .information {
  border-top: 1px solid #dedede;
}
.Computer .information .informationBox {
  width: 1200px;
  margin: 0 auto;
}
.Computer .information .informationBox .informationTitle {
  text-align: center;
  margin-top: 70px;
  position: relative;
  padding: 0 10px 10px;
}
.Computer .information .informationBox .informationTitle h1 {
  font-size: 30px;
  font-weight: normal;
  color: #917c62;
}
.Computer .information .informationBox .informationTitle p {
  color: #737373;
  font-size: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
}
.Computer .information .informationBox .informationTitle img {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0px;
}
.Computer .information .informationBox .informationContent {
  padding: 50px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px 50px;
}
.Computer .information .informationBox .informationContent a:link,
.Computer .information .informationBox .informationContent a:visited {
  text-decoration: none;
}
.Computer .information .informationBox .informationContent .informationContentBox {
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px dashed #F0F0F0;
}
.Computer .information .informationBox .informationContent .informationContentBox .informationContentImage {
  width: 200px;
  height: 120px;
  margin-right: 15px;
}
.Computer .information .informationBox .informationContent .informationContentBox .informationContentImage img {
  width: 200px;
  height: 120px;
  border-radius: 10px;
}
.Computer .information .informationBox .informationContent .informationContentBox .informationContentTitle h4 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 25px;
}
.Computer .information .informationBox .informationContent .informationContentBox .informationContentTitle p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
}
.Computer .information .informationBox .informationContent .informationContentBox:nth-child(5),
.Computer .information .informationBox .informationContent .informationContentBox:nth-child(6) {
  border-bottom: none;
}
.Computer .consultation {
  padding: 80px 0;
  border-bottom: 1px solid #dedede;
}
.Computer .consultation .consultationBox {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
}
.Computer .consultation .consultationBox .consultationBoxLeft .consultationBoxLeftTitle,
.Computer .consultation .consultationBox .consultationBoxRight .consultationBoxLeftTitle {
  border-bottom: 1px solid #eeeeee;
}
.Computer .consultation .consultationBox .consultationBoxLeft .consultationBoxLeftTitle .TitleBox,
.Computer .consultation .consultationBox .consultationBoxRight .consultationBoxLeftTitle .TitleBox {
  padding: 15px 0;
  display: inline-block;
  border-bottom: 3px solid #222222;
}
.Computer .consultation .consultationBox .consultationBoxLeft .consultationBoxLeftTitle .TitleBox h1,
.Computer .consultation .consultationBox .consultationBoxRight .consultationBoxLeftTitle .TitleBox h1 {
  padding: 0 20px;
  font-size: 20px;
  color: #917c62;
}
.Computer .consultation .consultationBox .consultationBoxLeft .consultationBoxLeftList,
.Computer .consultation .consultationBox .consultationBoxRight .consultationBoxLeftList {
  padding: 5px 15px;
}
.Computer .consultation .consultationBox .consultationBoxLeft .consultationBoxLeftList .listBox,
.Computer .consultation .consultationBox .consultationBoxRight .consultationBoxLeftList .listBox {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
}
.Computer .consultation .consultationBox .consultationBoxLeft .consultationBoxLeftList .listBox:nth-child(10n),
.Computer .consultation .consultationBox .consultationBoxRight .consultationBoxLeftList .listBox:nth-child(10n) {
  border-bottom: none;
}
.Computer .consultation .consultationBox .consultationBoxLeft .consultationBoxLeftList .listBox:hover p,
.Computer .consultation .consultationBox .consultationBoxRight .consultationBoxLeftList .listBox:hover p {
  color: #917c62;
}
.Computer .consultation .consultationBox .consultationBoxLeft .consultationBoxLeftList .listBox p,
.Computer .consultation .consultationBox .consultationBoxRight .consultationBoxLeftList .listBox p {
  color: #545454;
  font-size: 16px;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Computer .consultation .consultationBox .consultationBoxLeft .consultationBoxLeftList .listBox span,
.Computer .consultation .consultationBox .consultationBoxRight .consultationBoxLeftList .listBox span {
  font-size: 14px;
  color: #666666;
}
.Computer .HandlingGuide .HandlingGuideBox {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  border-bottom: 1px solid #dedede;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideTitle {
  text-align: center;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideTitle h1 {
  font-size: 30px;
  color: #917c62;
  margin-bottom: 10px;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideTitle h1 span {
  color: #000 !important;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideTitle p {
  color: #666666;
  font-size: 14px;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px 0;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList ul {
  width: 1200px;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList li {
  width: 50%;
  float: left;
  line-height: 180%;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList li a:link,
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList li a:visited {
  text-decoration: none;
  color: #000;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList li a:hover {
  color: #917c62;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList .HandlingGuideListBox {
  overflow: hidden;
  position: relative;
  background: url(../../image/beijing.jpg) repeat top, #000;
  width: 300px;
  height: 352px;
  margin: 0 auto;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList .HandlingGuideListBox:hover .HandlingGuideListP {
  transition: all 0.5s;
  opacity: 0;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList .HandlingGuideListBox:hover .HandlingGuideListP p {
  transition: all 0.5s;
  transform: translateY(-10px);
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList .HandlingGuideListBox:hover .Shady {
  opacity: 1;
  transition: all 0.5s;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList .HandlingGuideListBox:hover .Shady .ShadyBox {
  transition: all 0.5s;
  transform: translateY(0);
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList .HandlingGuideListBox .HandlingGuideListP {
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 15px 0;
  text-align: center;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList .HandlingGuideListBox .HandlingGuideListP p {
  transform: translateY(0);
  color: #ffffff;
  font-size: 20px;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList .HandlingGuideListBox .Shady {
  transition: all 0.5s;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList .HandlingGuideListBox .Shady .ShadyBox {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  transform: translateY(150px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList .HandlingGuideListBox .Shady .ShadyBox h1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList .HandlingGuideListBox .Shady .ShadyBox p {
  padding: 4px 0;
  font-size: 15px;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList .HandlingGuideListBox .Shady .ShadyBox a {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #fff;
  text-decoration: none;
  color: #1e50aefe;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList .ListBox2 {
  background: url(../../image/shanghai.jpg) repeat top, #000;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList .ListBox3 {
  background: url(../../image/guangzhou.jpg) repeat top, #000;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList .ListBox4 {
  background: url(../../image/kunming.jpg) repeat top, #000;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList .ListBox5 {
  background: url(../../image/chengdu.jpg) repeat top, #000;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList .ListBox6 {
  background: url(../../image/nanning.jpg) repeat top, #000;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList .ListBox7 {
  background: url(../../image/qingdao.jpg) repeat top, #000;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList .ListBox8 {
  background: url(../../image/xiamen.jpg) repeat top, #000;
}
.Computer .HandlingGuide .HandlingGuideBox .HandlingGuideList .ListBox9 {
  background: url(../../image/xian.jpg) repeat top, #000;
}
.Computer .Answering {
  margin-top: 100px;
}
.Computer .Answering .AnsweringBox {
  width: 1200px;
  margin: 0 auto;
}
.Computer .Answering .AnsweringBox .AnsweringTitle {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
}
.Computer .Answering .AnsweringBox .AnsweringTitle h1 {
  font-size: 30px;
  color: #917c62;
  margin-bottom: 10px;
}
.Computer .Answering .AnsweringBox .AnsweringTitle p {
  font-size: 14px;
  color: #666666;
}
.Computer .Answering .AnsweringBox .AnsweringContent {
  padding: 0 25px;
}
.Computer .Answering .AnsweringBox .AnsweringContent .AnsweringContentBox .AnsweringContentBoxItem {
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
}
.Computer .Answering .AnsweringBox .AnsweringContent .AnsweringContentBox .AnsweringContentBoxItem:last-child {
  border-bottom: none;
}
.Computer .Answering .AnsweringBox .AnsweringContent .AnsweringContentBox .AnsweringContentBoxItem h1 {
  font-size: 18px;
  color: #333333;
}
.Computer .Answering .AnsweringBox .AnsweringContent .AnsweringContentBox .AnsweringContentBoxItem span {
  display: inline-block;
  margin: 15px 0;
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.Computer .Answering .AnsweringBox .AnsweringContent .AnsweringContentBox .AnsweringContentBoxItem p {
  font-size: 14px;
  color: #999999;
}
