body .indexTitleBar {
  height: auto;
}

body .indexTitleBar .company_name {
  margin: 15px 85px;
  font-size: 28px;
  color: dodgerblue;
}

body .indexTitleBar .nav_bar {
  padding: 5px 0;
}

body .titleBar {
  height: auto;
}

body .titleBar .company_name {
  margin: 15px 85px;
  font-size: 28px;
  color: dodgerblue;
}

body .titleBar .nav_bar {
  padding: 5px 0;
}

body .showPage {
  position: relative;
  width: 100%;
  height: 620px;
  font-size: 48px;
  z-index: 0;
}

body .showPage .showImg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 620px;
  z-index: 0;
}

body .showPage .slogan div {
  display: flex;
  position: absolute;
  top: 40%;
  left: 26%;
  width: 16%;
  padding-left: 4%;
  z-index: 2;
  color: white;
  font-size: 48px;
  animation: bounceInDown 1s;
  -webkit-animation: bounceInDown 1s;
}

body .showPage .showCompany {
  position: absolute;
  top: 60%;
  width: 100%;
  text-align: center;
  z-index: 2;
  color: white;
  font-size: 22px;
  animation: bounceInUp 1s;
  -webkit-animation: bounceInUp 1s;
}

body .s_scope {
  width: 100%;
  height: 620px;
  padding-top: 50px;
}

body .s_scope .s_title {
  display: none;
  text-align: center;
  font-size: 42px;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3;
}

body .s_scope .s_container .serviceDetail {
  display: none;
  width: 30%;
  vertical-align: top;
  margin-top: 60px;
  margin-left: 10%;
  text-align: center;
}

body .s_scope .s_container .serviceDetail .icon {
  font-size: 48px;
  color: dodgerblue;
}

body .s_scope .s_container .serviceDetail div {
  display: inline-block;
  font-size: 36px;
  margin-left: 15px;
}

body .s_scope .s_container .serviceDetail p {
  text-align: left;
  font-size: 22px;
}

body .s_scope .s_more {
  display: none;
  width: 100%;
  margin-top: 60px;
}

body .s_scope .s_more a:hover {
  color: dodgerblue;
}

body .s_scope .s_more p {
  /* display: none; */
  width: 26%;
  height: 35px;
  line-height: 35px;
  margin-left: 35%;
  text-align: center;
  border: slategrey 2px solid;
  border-radius: 25px;
}

body .s_scope .s_more div {
  display: none;
  width: 13%;
  height: 35px;
  line-height: 35px;
  margin-left: 35%;
  margin-right: -35%;
  text-align: center;
  border: slategrey 2px solid;
  border-radius: 25px;
}

body .s_scope .s_more:hover p {
  display: none;
}

body .s_scope .s_more:hover div {
  display: inline-block;
}

body .t_scope {
  width: 100%;
  height: 650px;
  padding-top: 50px;
  background-color: #eeeeee88;
}

body .t_scope .t_title {
  display: none;
  text-align: center;
  font-size: 42px;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}

body .t_scope .t_transScope {
  display: none;
  text-indent: 0;
  margin-top: 20px;
  margin-left: 150px;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

body .t_scope .t_transScope .introduce {
  text-indent: 2em;
}

body .t_scope .t_transScope .transScopeItem {
  display: inline-block;
  width: 25%;
  color: slategray;
  padding: 10px 25px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-left: #ccc9c9 2px solid;
}

body .t_scope .t_transScope .transScopeItem .itemImg {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
}

body .t_scope .t_transScope .transScopeItem .itemImg img {
  width: 100%;
  transition: all 0.2s linear;
  z-index: 1;
}

body .t_scope .t_transScope .transScopeItem .itemImg .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 190px;
  opacity: 0.2;
  background-color: #4e5050;
  z-index: 2;
}

body .t_scope .t_transScope .transScopeItem p {
  color: black;
}

body .t_scope .t_transScope .transScopeItem:hover p {
  color: dodgerblue;
}

body .t_scope .t_transScope .transScopeItem:hover .mask {
  animation: expand 0.5s;
  -webkit-animation: expand 0.5s;
  width: 320px;
}

body .t_scope .t_transScope .transScopeItem:hover img {
  transform: scale(1.1);
}

body .t_scope .t_more {
  width: 100%;
  margin-top: 10px;
}

body .t_scope .t_more a:hover {
  color: dodgerblue;
}

body .t_scope .t_more a {
  /* display: none; */
  width: 36%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 25px;
}

body .t_scope .t_more div {
  width: 13%;
  height: 30px;
  line-height: 35px;
  margin-left: 40%;
  text-align: center;
  border: slategrey 2px solid;
  border-radius: 25px;
}
.item_container {
  margin-left: 15%;
}
/* body .item_container { */
/* background-color: #F5F5F5; */
/* } */

body .item_container .detailImg {
  width: 100%;
}

body .item_container .infoContainer {
  width: 80%;
  margin-left: 10%;
  margin-top: 15px;
  padding-bottom: 30px;
}

body .item_container .infoContainer a:hover {
  color: tomato;
}

body .item_container .infoContainer .nav_tree {
  vertical-align: top;
  display: inline-block;
  width: 20%;
  margin-right: 5%;
  background-color: white;
}

body .item_container .infoContainer .nav_tree .nav_tree_title {
  height: 60px;
  font-size: 26px;
  background-color: tomato;
  color: white;
  padding: 20px 10px;
}

body .item_container .infoContainer .nav_tree .nav_tree_title div {
  font-size: 18px;
}

body .item_container .infoContainer .nav_tree .nav_tree_SecondTitle {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  border-bottom: #F5F5F5 2px solid;
  color: slategray;
  padding-left: 10px;
}

body .item_container .infoContainer .nav_tree a {
  display: block;
  width: 90%;
  height: 50px;
  line-height: 50px;
  border-bottom: #F5F5F5 2px solid;
  padding-left: 10%;
}

body .item_container .infoContainer .nav_tree .selected {
  color: tomato;
}

body .item_container .infoContainer .info {
  display: inline-block;
  width: 90%;
  height: 762px;
  background-color: white;
}

body .item_container .infoContainer .info .info_title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-left: tomato 3px solid;
  border-bottom: #F5F5F5 2px solid;
  padding-left: 15px;
}

body .item_container .infoContainer .info .info_title .nowAdress {
  display: inline-block;
  width: 85%;
  text-align: right;
  font-size: 13px;
}

body .item_container .infoContainer .info .info_title .nowAdress a {
  margin-right: 5px;
}

body .item_container .infoContainer .info .info_detail {
  margin: 80px 45px;
  font-size: 16px;
  text-indent: 2em;
  line-height: 25px;
}

body .item_container .infoContainer .info .info_detail p {
  margin-top: 20px;
  letter-spacing: 3px;
}

body .item_container .infoContainer .info .info_detail .verificationCode {
  width: 420px;
  display: flex;
}

body .item_container .infoContainer .info .info_detail .verificationCode .layui-input {
  margin-right: 20px;
  width: 100px;
}

body .item_container .infoContainer .info .info_detail .point_word {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: tomato;
  text-indent: 5px;
  animation: swing 1s 3;
  -webkit-animation: swing 1s 3;
}

body .item_container .infoContainer .info .info_detail .culture {
  position: relative;
  width: 65%;
  background-color: #007B80;
  padding-left: 30%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 5%;
  color: #f74a2c;
  font-size: 18px;
  text-align: right;
  overflow: hidden;
}

body .item_container .infoContainer .info .info_detail .culture div {
  border-right: white 2px solid;
  padding-right: 10px;
  z-index: 4;
}

body .item_container .infoContainer .info .info_detail .culture div div {
  border-right: white 0px solid;
}

body .item_container .infoContainer .info .info_detail .culture div p {
  font-size: 22px;
  color: white;
}

body .item_container .infoContainer .info .info_detail .culture .cultureImg {
  position: absolute;
  left: -66px;
  bottom: 55%;
  top: 0;
  width: 35%;
  padding: 0 0;
  background-image: url("../img/culture.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-right: white 0px solid;
  opacity: 0.7;
}

body .item_container .infoContainer .info .info_detail .info_Page {
  position: relative;
  height: 620px;
}

body .item_container .infoContainer .info .info_detail .info_Page .pagecontent {
  margin-top: -20px;
  text-indent: 0;
}

body .item_container .infoContainer .info .info_detail .info_Page .pagecontent ul li {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: #999 1px dashed;
  font-size: 15px;
}

body .item_container .infoContainer .info .info_detail .info_Page .pagecontent ul li .arrow {
  display: inline-block;
  font-size: 8px;
  margin-right: 10px;
}

body .item_container .infoContainer .info .info_detail .info_Page .pagecontent ul li .title {
  display: inline-block;
  height: 25px;
}

body .item_container .infoContainer .info .info_detail .info_Page .pagecontent ul li .date {
  position: absolute;
  top: 0;
  right: 10px;
  text-align: right;
  font-size: 13px;
  color: #999;
}

body .item_container .infoContainer .info .info_detail .info_Page .page_action {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  margin-top: 20px;
}

body .item_container .infoContainer .info .info_detail .serviceScope {
  padding: 0 5%;
  text-indent: 0%;
}

body .item_container .infoContainer .info .info_detail .serviceScope .serviceDetail {
  display: none;
  width: 40%;
  vertical-align: top;
  margin-top: 60px;
  margin-left: 5%;
}

body .item_container .infoContainer .info .info_detail .serviceScope .serviceDetail .icon {
  font-size: 26px;
  color: dodgerblue;
}

body .item_container .infoContainer .info .info_detail .serviceScope .serviceDetail div {
  display: inline-block;
  font-size: 22px;
  margin-left: 15px;
}

body .item_container .infoContainer .info .info_detail .serviceScope .serviceDetail p {
  text-align: left;
  font-size: 16px;
  text-indent: 2em;
}

body .item_container .infoContainer .info .info_detail .serviceItem p {
  color: tomato;
  font-size: 20px;
  text-indent: 0;
  margin-top: 35px;
  margin-bottom: 10px;
}

body .item_container .infoContainer .info .info_detail .serviceItem .tips {
  margin-top: 20px;
  font-size: 13px;
  text-indent: 0;
  color: slategrey;
}

body .item_container .infoContainer .info .info_detail .transScope {
  text-indent: 0;
}

body .item_container .infoContainer .info .info_detail .transScope .introduce {
  text-indent: 2em;
}

body .item_container .infoContainer .info .info_detail .transScope .transScopeItem {
  display: inline-block;
  width: 320px;
  color: slategray;
  padding: 10px 25px;
  margin-right: 10px;
  margin-bottom: 20px;
  border-left: #ccc9c9 2px solid;
}

body .item_container .infoContainer .info .info_detail .transScope .transScopeItem .itemImg {
  position: relative;
  width: 320px;
  height: 190px;
  overflow: hidden;
}

body .item_container .infoContainer .info .info_detail .transScope .transScopeItem .itemImg img {
  width: 100%;
  transition: all 0.2s linear;
  z-index: 1;
}

body .item_container .infoContainer .info .info_detail .transScope .transScopeItem .itemImg .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 190px;
  opacity: 0.2;
  background-color: #4e5050;
  z-index: 2;
}

body .item_container .infoContainer .info .info_detail .transScope .transScopeItem p {
  color: black;
}

body .item_container .infoContainer .info .info_detail .transScope .transScopeItem:hover p {
  color: dodgerblue;
}

body .item_container .infoContainer .info .info_detail .transScope .transScopeItem:hover .mask {
  animation: expand 0.5s;
  -webkit-animation: expand 0.5s;
  width: 320px;
}

body .item_container .infoContainer .info .info_detail .transScope .transScopeItem:hover img {
  transform: scale(1.1);
}

body .item_container .infoContainer .info .info_detail .offer p {
  color: tomato;
  font-size: 20px;
  text-indent: 0;
  margin-top: 35px;
  margin-bottom: 10px;
}

body .item_container .infoContainer .info .info_detail .offer .tips {
  margin-top: 20px;
  font-size: 13px;
  text-indent: 0;
  color: slategrey;
}

body .item_container .infoContainer .info .info_detail .procedure {
  width: 100%;
  text-indent: 0;
}

body .item_container .infoContainer .info .info_detail .procedure img {
  width: 100%;
}

body .item_container .infoContainer .info .info_detail .company_info {
  margin-top: 20px;
}

body .item_container .infoContainer .info .info_detail .company_info p {
  display: inline-block;
  width: 45%;
  font-size: 16px;
  margin-right: 2%;
  vertical-align: top;
}

body .item_container .infoContainer .info .info_detail .detail_Info {
  margin-top: -30px;
}

body .item_container .infoContainer .info .info_detail .detail_Info .title {
  font-size: 18px;
  text-align: center;
  text-indent: 0;
}

body .item_container .infoContainer .info .info_detail .detail_Info .detailInfo {
  position: relative;
  text-indent: 0;
  background-color: #eeeeee88;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  padding: 0px 10px;
  margin-top: 20px;
}

body .item_container .infoContainer .info .info_detail .detail_Info .detailInfo .news_issuer {
  display: inline-block;
}

body .item_container .infoContainer .info .info_detail .detail_Info .detailInfo .news_date {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  text-align: right;
}

body .item_container .infoContainer .info .info_detail .detail_Info .backButton {
  display: none;
  text-align: center;
  margin-top: 30px;
  text-indent: 0;
}

body .item_container .infoContainer .info .info_detail .detail_Info .backButton input {
  width: 60px;
}

body .item_container .infoContainer .info .info_detail .fillInfo {
  text-indent: 0;
}

body .item_container .infoContainer .info .info_detail .fillInfo .layui-form-label {
  width: 82px;
}

body .item_container .infoContainer .info .info_detail .fillInfo .layui-input-block {
  margin-left: 115px;
}

body .item_container .infoContainer .info .info_detail .fillInfo .oneLine {
  width: 45%;
  display: inline-block;
}

body .item_container .infoContainer .info .info_detail .fillInfo .locationInput .layui-inline {
  width: 120px;
}

body .indexBottomBar {
  padding-top: 50px;
  margin-top: 50px;
  background-color: #011E39;
}

body .indexBottomBar hr {
  border-bottom: 1px solid #1B354D !important;
}

body .indexBottomBar .bottomNav {
  text-align: center;
  margin-bottom: 30px;
}

body .indexBottomBar .bottomNav a {
  font-size: 18px;
  color: white !important;
}

body .indexBottomBar .bottomNav a:hover {
  color: dodgerblue !important;
}

body .indexBottomBar .copyright {
  text-align: center;
  font-size: 12px;
  color: #999;
  padding-bottom: 15px;
}

body .indexBottomBar .copyright p {
  display: inline-block;
  margin: 0 100px;
}

body .indexBottomBar .copyright a {
  color: #999;
}

body .indexBottomBar .copyright a:hover {
  color: tomato;
}

body .bottomBar {
  padding-top: 30px;
  background-color: #011E39;
}

body .bottomBar hr {
  border-bottom: 1px solid #1B354D !important;
}

body .bottomBar .bottomNav {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}

body .bottomBar .bottomNav a {
  color: white;
}

body .bottomBar .bottomNav a:hover {
  color: dodgerblue !important;
}

body .bottomBar .bottomNav span {
  width: 25px;
  color: white;
}

body .bottomBar .copyright {
  text-align: center;
  font-size: 12px;
  color: #999;
  padding-bottom: 15px;
}

body .bottomBar .copyright p {
  display: inline-block;
  margin: 0 100px;
}

body .bottomBar .copyright a {
  color: #999;
}

body .bottomBar .copyright a:hover {
  color: tomato;
}

@keyframes bounceInDown {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 40%;
    opacity: 1;
  }
}

@keyframes bounceInUp {
  from {
    top: 100%;
    opacity: 0;
  }
  to {
    top: 60%;
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    font-size: 22px;
    opacity: 0;
  }
  50% {
    font-size: 12px;
    opacity: 0.5;
  }
  100% {
    font-size: 22px;
    opacity: 1;
  }
}

@keyframes swing {
  20% {
    transform: rotate(20deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes expand {
  0% {
    width: 0px;
  }
  100% {
    width: 320px;
  }
}
/*# sourceMappingURL=public.css.map */

.layui-form-radio {
  margin-right: 3px !important;
}