/*!
*main.css copyright Igentech 2023
*webH A
! */
/* --------base-------- */
html {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: "STHeiti-light", "Microsoft YaHei", "Arial", "sans-serif";
  line-height: 1;
  color: #60636A;
}

body {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1.125rem;
} /* 18px */
h2 {
  font-size: 2rem;
}

h3 {
  font-size: 0.875rem;
} /* 14px */
h1, h2, h3, h4, h5, h6 {
  margin: 1em 0;
  color: #353A49;
}

h1, h2, thead th {
  font-weight: 500;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a, button {
  outline: none;
}

a:hover {
  color: #4177E2 !important;
}

a:active {
  color: #315EB5 !important;
}

.active {
  color: #4C87FF !important;
}

.ofH {
  overflow: hidden;
}

.taL, .taL_E > * {
  text-align: left;
}

.taL-imp, .taL-imp_E > * {
  text-align: left !important;
}

.taC, .taC_E > * {
  text-align: center;
}

.taC-imp, .taC-imp_E > * {
  text-align: center !important;
}

.taR, .taR_E > * {
  text-align: right;
}

.taR-imp, .taR-imp_E > * {
  text-align: right !important;
}

.textCut, .textCut_E > *, .textCut_EE * {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

span.textCut {
  display: inline-block;
}

.fL, .fL_E > * {
  float: left;
}

.fR, .fR_E > * {
  float: right;
}

.dpB, .dpB_E > * {
  display: block;
}

.dpB-imp {
  display: block !important;
}

.dpN, .dpN_E > * {
  display: none;
}

.dpN-imp, .dpN-imp_E > * {
  display: none !important;
}

.dpIB, .dpIB_E > * {
  display: inline-block;
}

.dpIB-imp, .dpIB-imp_E > * {
  display: inline-block !important;
}

.tra, .tra_E > *, .tra_EE * {
  transition: 0.5s cubic-bezier(0.4, 0, 0.4, 1);
}

.pagination .page > span, .articleBox ul.articleList li, .tra-fast, .tra-fast_E > *, .tra-fast_EE *, a {
  transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
}

.boxR, .pagination .pageSize .dropDownMenu, .btn_return, header #head #langChange .dropDownMenu, .boxR_E > *, .boxR_EE * {
  border-radius: 0.3125rem;
} /* 5px */
.vaT, .vaT_E > *, .vaT_EE * {
  vertical-align: top;
}

.vaM, .vaM_E > *, .vaM_EE * {
  vertical-align: middle;
}

[class*=vaM] [type=radio], [class*=vaM] [type=checkbox] {
  margin-top: -pxRem(3);
} /* 3px */
.b {
  font-weight: 700;
}

.cPrimary {
  color: #4C87FF;
}

sub, .sub {
  color: #95979E;
}

.cHightL {
  color: #FF8D1A;
}

.taC {
  margin: 0 auto;
}

.posR {
  position: relative;
}

.posA {
  position: absolute;
}

@font-face {
  font-family: "icoIgen";
  src: url("../font/icoIgen.eot?1y9s8r");
  src: url("../font/icoIgen.eot?1y9s8r#iefix") format("embedded-opentype"), url("../font/icoIgen.ttf?1y9s8r") format("truetype"), url("../font/icoIgen.woff?1y9s8r") format("woff"), url("../font/icoIgen.svg?1y9s8r#icoIgen") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=font_iI_]:before, [class*=font_iI_] span:before {
  font-family: "icoIgen";
}

.font_iI_man01:before {
  content: "\e903";
}

header {
  background-color: #fff;
}
header #head {
  padding: 2rem 8.75%;
  /*nav*/
}
header #head > * {
  display: inline-block;
}
header #head #logo {
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  font-size: 1.125rem;
}
header #head #logo a {
  display: block;
  color: #231815 !important;
  padding-left: 150px;
  background: url(../images/logoh.png) 0 50%/auto 100% no-repeat;
  margin: 0 3.875rem 0 0;
}
header #head nav {
  font-size: 1rem;
}
header #head nav a {
  color: #353A49;
}
header #head nav ul li {
  display: inline-block;
  margin: 0 1.125rem;
}
header #head #langChange {
  position: relative;
  height: 30px;
  line-height: 30px;
  margin-top: 1.125rem;
  float: right;
  font-size: 0.875rem;
  color: #60636A;
  background: url(../images/lang.png) 100% 50% no-repeat;
  padding-right: 22px;
  cursor: pointer;
}
header #head #langChange .dropDownMenu {
  position: absolute;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  list-style: none;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: 0.25s;
  padding: 1.2em 0;
}
header #head #langChange .dropDownMenu li a {
  color: #60636A;
  padding: 0.5em 2em 0.5em 1em;
  white-space: nowrap;
}
header #head #langChange .dropDownMenu li a:hover {
  color: #4177E2;
}
header #head #langChange:hover .dropDownMenu {
  opacity: 1;
  visibility: visible;
}
header #banner {
  position: relative;
  width: 100%;
}
header #banner * {
  color: #fff !important;
}
header #banner section {
  font-weight: 300;
  position: absolute;
  max-width: 40%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 20%;
  /* 18px */
}
header #banner section p {
  font-size: 1.125rem;
  line-height: 1.6em;
}

main {
  background-color: #f4f4f8;
}

footer {
  color: #95979E;
  padding: 2.5rem;
  background-color: #EAEBEF;
  font-size: 0.75rem; /* 12px */
}
footer #copyright {
  margin-right: 2em;
}
footer a, footer a:hover, footer a:active {
  color: #95979E !important;
}

.btn_more {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  margin-top: 1em;
  padding: 1em;
  color: #4C87FF;
  border: 1px solid #4C87FF;
  border-radius: 3px;
}
.btn_more::after {
  content: "";
  float: right;
  margin-left: 2em;
  width: 16px;
  height: 16px;
  background: url(../images/arrowR.png) no-repeat;
}
.btn_more:hover {
  color: #4177E2;
  border-color: #4177E2;
}
.btn_more:active {
  color: #315EB5;
  border-color: #315EB5;
}

.btn_return {
  display: inline-block;
  color: #60636A;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.8em;
  border: 1px solid #dcdfe6;
}
.btn_return::after {
  content: "";
  float: left;
  margin-right: 0.5em;
  width: 16px;
  height: 16px;
  background: url(../images/arrowL.png) no-repeat;
}
.btn_return:hover {
  color: #4177E2;
  border-color: #4177E2;
}
.btn_return:active {
  color: #315EB5;
  border-color: #315EB5;
}

.searchInput {
  position: relative;
}
.searchInput input {
  padding: 0.625rem 1.875rem 0.625rem 0.875rem;
  border: 1px solid #ECEDEE;
  color: #60636A;
  border-radius: 3px;
}
.searchInput::after {
  content: "";
  background: url(../images/search.png) no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  cursor: pointer;
}

input {
  outline: none;
}

input:focus {
  border: 1px solid #4C87FF;
}

.shadowBox, .caseList dl, #page_3 .s1 article, .articleBox {
  background-color: #fff;
  border: 1px solid #ECEDEE;
  border-radius: 8px;
  box-shadow: 0px 12px 24px 0px rgba(96, 99, 106, 0.03);
}

.articleBox {
  padding: 1.5rem 0;
  border: none;
}
.articleBox ul.articleList li {
  padding: 0 1.5rem;
  line-height: 4.5em;
  list-style: none;
}
.articleBox ul.articleList li a {
  display: block;
  color: #353A49 !important;
  border-bottom: 1px solid #f4f4f8;
}
.articleBox ul.articleList li:hover {
  background: #EDF3FF;
}
.articleBox ul.articleList li:active {
  background: #EAEFF8;
}
.articleBox .th {
  font-size: 0.875rem;
  color: #60636A;
  padding: 1.5rem 1.5rem 0.75rem;
}
.articleBox .title, .articleBox .date {
  display: inline-block;
}
.articleBox .title {
  width: 68%;
}
.articleBox .date {
  color: #95979E;
}
.articleBox .dataEmpty {
  text-align: center;
  padding: 2em 0;
}
.articleBox .toolBox {
  padding: 0 1.5rem;
}

.pagination {
  margin-top: 1.6em;
  text-align: right;
  font-size: 0.75rem;
  color: #60636A;
}
.pagination > * {
  display: inline-block;
}
.pagination .pageSize, .pagination .page > span, .pagination .goToPage input {
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  font-size: 12px;
  height: 2em;
  line-height: 2em;
  padding: 0 0.5em;
  text-align: center;
  display: inline-block;
}
.pagination .total {
  vertical-align: text-bottom;
}
.pagination .pageSize {
  position: relative;
  cursor: pointer;
  vertical-align: bottom;
}
.pagination .pageSize .dropDownMenu {
  position: absolute;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  list-style: none;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: 0.25s;
  padding: 0.5em 0 0.5em;
}
.pagination .pageSize .dropDownMenu li {
  padding: 0.5em 2em 0.5em 1em;
  cursor: pointer;
  white-space: nowrap;
}
.pagination .pageSize .dropDownMenu li:hover {
  color: #4177E2;
}
.pagination .pageSize:hover .dropDownMenu {
  opacity: 1;
  visibility: visible;
}
.pagination .page {
  vertical-align: bottom;
}
.pagination .page > span {
  float: left;
  cursor: pointer;
  width: 2em;
  padding: 0;
  margin: 0 0.25em;
  text-align: center;
}
.pagination .page > span:hover {
  color: #4177E2;
  border-color: #4177E2;
}
.pagination .page > span:active {
  color: #315EB5;
}
.pagination .page > span.active {
  color: #4C87FF;
  border-color: #4C87FF;
}
.pagination .page .pre, .pagination .page .next {
  border: none;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.pagination .goToPage input {
  width: 2em;
  margin: 0 0.5em;
  color: #60636A;
}

/* page_index */
#page_index #banner {
  padding-top: 18.6%;
  background: url("../images/banner1.png") 50% 50%/100% auto no-repeat;
}
#page_index .s1, #page_index .s2, #page_index .s3, #page_index .s4, #page_index .s5 {
  padding: 6.5rem 20%;
  position: relative;
  overflow: hidden;
}
#page_index .s1 .sectionImg, #page_index .s2 .sectionImg, #page_index .s3 .sectionImg, #page_index .s4 .sectionImg, #page_index .s5 .sectionImg {
  width: 360px;
  height: 270px;
}
#page_index .s1 article, #page_index .s2 article, #page_index .s3 article, #page_index .s4 article, #page_index .s5 article {
  font-weight: 300;
  /* 18px */
}
#page_index .s1 article h2, #page_index .s2 article h2, #page_index .s3 article h2, #page_index .s4 article h2, #page_index .s5 article h2 {
  color: #4C87FF;
}
#page_index .s1 article p, #page_index .s2 article p, #page_index .s3 article p, #page_index .s4 article p, #page_index .s5 article p {
  font-size: 1.125rem;
  line-height: 1.6em;
}
#page_index .s1, #page_index .s3, #page_index .s5 {
  background-color: #fff;
}
#page_index .rightImg .sectionImg {
  float: right;
  margin-left: 3rem;
}
#page_index .leftImg .sectionImg {
  float: left;
  margin-right: 3rem;
}

#page_2 #banner {
  padding-top: 18.6%;
  background: url("../images/banner2.png") 50% 50%/100% auto no-repeat;
}
#page_2 #banner .sectionImg {
  width: 8.75%;
  right: 20%;
  margin-left: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#page_2 main .s1 {
  padding: 6.5rem 20%;
}

#page_2_1 main .s1 {
  border-top: 1px solid #ECEDEE;
  background: #fff;
  padding: 2.75rem 20% 6.5rem;
}
#page_2_1 main .s1 section.title {
  margin-bottom: 5rem;
}
#page_2_1 main .s1 section.title h2 {
  color: #4C87FF;
}
#page_2_1 main .s1 section.title p {
  color: #353A49;
}

#page_3 #banner {
  padding-top: 18.6%;
  background: url("../images/banner3.png") 50% 50%/100% auto no-repeat;
}
#page_3 #banner .sectionImg {
  width: 8.75%;
  right: 20%;
  margin-left: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#page_3 .s1 {
  padding: 6.5rem 20% 12rem;
}
#page_3 .s1 article {
  position: relative;
  overflow: hidden;
  color: #353A49;
  font-size: 0.875rem;
  padding: 1.125rem 1.5rem;
}
#page_3 .s1 article img {
  margin-right: 1.5rem;
  width: 204px;
  height: 205px;
}
#page_3 .s1 article .content {
  position: absolute;
  padding-left: 14.25rem;
  padding-right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
#page_3 .s1 article .content h2 {
  font-weight: 600;
}
#page_3 .s1 article .content p {
  line-height: 1.6;
}

#page_4 #banner {
  padding-top: 18.6%;
  background: url("../images/banner4.png") 50% 50%/100% auto no-repeat;
}
#page_4 #banner .sectionImg {
  width: 8.75%;
  right: 20%;
  margin-left: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#page_4 main .s1, #page_4 main .s2 {
  padding: 6.5rem 20%;
}
#page_4 main .s1 h2, #page_4 main .s2 h2 {
  color: #4C87FF;
  margin-top: 0;
}
#page_4 main .s2 {
  background: #fff;
}
#page_4 main .s2 .title {
  margin-bottom: 5rem;
}
#page_4 main .s2 .title p {
  color: #353A49;
}
#page_4 main .s2 .content {
  font-size: 0.875rem;
}
#page_4 main .s2 .content h3 {
  font-size: 1.125rem;
  margin-top: 2rem;
}
#page_4 main .s2 .content .email {
  font-size: 1.125rem;
}
#page_4 main .s2 .content ul {
  list-style: none;
}
#page_4 main .s2 .content p {
  margin-bottom: 0;
}
#page_4 main .s2 .content p, #page_4 main .s2 .content ul {
  line-height: 1.6;
}
#page_5 #banner {
  padding-top: 18.6%;
  background: url("../images/banner5.png") 50% 50%/100% auto no-repeat;
}
#page_5 #banner .sectionImg {
  width: 8.75%;
  right: 20%;
  margin-left: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#page_5 .s1 {
  padding: 6.5rem 20% 12rem;
}
#page_5 .s1 article {
  position: relative;
  overflow: hidden;
  color: #353A49;
  font-size: 0.875rem;
  padding: 1.125rem 1.5rem;
}
#page_5 .s1 article img {
  margin-right: 1.5rem;
  width: 204px;
  height: 205px;
}
#page_5 .s1 article .content {
  position: absolute;
  padding-left: 14.25rem;
  padding-right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
#page_5 .s1 article .content h2 {
  font-weight: 600;
}
#page_5 .s1 article .content p {
  line-height: 1.6;
}
#page_6 #banner {
  padding-top: 18.6%;
  background: url("../images/banner6.png") 50% 50%/100% auto no-repeat;
}
#page_6 #banner .sectionImg {
  width: 8.75%;
  right: 20%;
  margin-left: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#page_6 .s1 {
  padding: 6.5rem 20% 12rem;
}
#page_6 .s1 article {
  position: relative;
  overflow: hidden;
  color: #353A49;
  font-size: 0.875rem;
  padding: 1.125rem 1.5rem;
}
#page_6 .s1 article img {
  margin-right: 1.5rem;
  width: 204px;
  height: 205px;
}
#page_6 .s1 article .content {
  position: absolute;
  padding-left: 14.25rem;
  padding-right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
#page_6 .s1 article .content h2 {
  font-weight: 600;
}
#page_6 .s1 article .content p {
  line-height: 1.6;
}
.caseList {
  display: flex;
  justify-content: space-between;
  margin: 0 -0.5rem;
}
.caseList dl {
  flex: 1;
  padding: 9rem 1rem 2.5rem;
  margin: 0 0.5rem;
  background-position: 1rem 2.5rem;
  background-repeat: no-repeat;
}
.caseList dl dt {
  font-size: 1rem;
  margin-bottom: 2.5rem;
  font-weight: 600;
}
.caseList dl dd {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}
.caseList .d1 {
  background-image: url(../images/icon_case1.png);
}
.caseList .d2 {
  background-image: url(../images/icon_case2.png);
}
.caseList .d3 {
  background-image: url(../images/icon_case3.png);
}
.caseList .d4 {
  background-image: url(../images/icon_case4.png);
}
.caseList .d5 {
  background-image: url(../images/icon_case5.png);
}

.article_hP {
  text-align: center;
  margin-bottom: 4.3%;
}
.article_hP h1, .article_hP h2, .article_hP h4 {
  line-height: 1.2em;
  font-weight: 200;
  margin: 0.7em 0;
}
.article_hP h1 {
  font-size: 30px;
}
.article_hP h1 span {
  font-weight: 200;
  font-size: 24px;
}
.article_hP p {
  font-size: 14px;
  line-height: 1.86em;
}/*# sourceMappingURL=main.css.map */

.mainPage{
  padding: 30px 72px;
 
}
.mainPage .subTit{
  font-weight: 400;
  font-size: 12px;
  color: rgb(19, 20, 21);
  padding-bottom: 12px;
}
.mainPage .itemTit{
  font-weight: 700;
  font-size: 36px;
  color: rgb(0, 0, 0);
  width: 50%;
}
.mainPage .contentAll{
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}
.mainPage .contentAll .box{
  width: 418px;
  background: #fff;
  min-height: 342px;
  padding: 32px 28px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.08) 2px 4px 12px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.mainPage .contentAll .box .content{
  line-height: 22px;
}
.mainPage .contentAll .box .image{
  width: 48px;
  object-fit: contain;
  height: 48px;
  display: inline-block;
}
.mainPage .contentAll .box .linkToAll{
  display: flex;
  padding-top: 8px;
  position: absolute;
  bottom: 18px;
}
.mainPage .contentAll .box .linkToAll .childrenLink{
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.mainPage .contentAll .box .linkToAll .childrenLink .linkTit a{
  color: rgb(29, 196, 19);
}
.mainPage .contentAll .box .linkToAll .childrenLink .linkIcon{
  width: 10px;
  height: 10px;
  margin-left: 4px;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}
.mainPage .instruction{
  margin-top: 12px;
}
.mainPage .anotherHeight .box{
  min-height: 100px!important;
}
.gutterBig{
  margin-top:80px ;
}
