@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

ol,
ul {
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

fieldset,
img {
  border: none;
}

/*img {
	vertical-align:top;
}
*/
input,
button {
  vertical-align: middle;
}

caption,
th {
  text-align: left;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #1b7c2f;
}

html {
  text-align: center;
  overflow-x: hidden;
}

@font-face {
  font-family: "siyuan";
  src: url("https://img2.jinhanfair.com/static/home/fonts/siyuan-light.woff") format("woff"), url("https://img2.jinhanfair.com/static/home/fonts/siyuan-light.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

body {
  font: 12px/1.5em;
  color: #50555f;
  margin: 0 auto;
  text-align: left;
  -webkit-text-size-adjust: none;
  background: #f6f6f6;
  overflow: hidden;
}

/*Common Style*/
.hidden {
  display: none;
}

.clear:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  *zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*版心*/
.w {
  width: 1200px;
  margin: 0 auto;
}

.content {
  position: relative;
  background: url(../images/bg.jpg);
}

.left_250 {
  width: 250px;
  float: left;
  border-right: 10px solid #f6f6f6;
}

.left_700 {
  width: 700px;
  float: left;
}

.right_730 {
  width: 730px;
  float: right;
}

.right_230 {
  width: 239px;
  float: right;
  border-left: 10px solid #f2f2f2;
  margin-left: -10px;
}

header {
  width: 100%;
  height: 135px;
  border-bottom: 1px solid #d4d4d4;
  background: #fff;
  margin-bottom: 1px;
}

.header_logo {
  padding-top: 23px;
  margin-left: -35px;
}

.nav li {
  float: left;
  padding: 0 20px;
}

.nav li a {
  padding: 20px 0px;
  font-size: 16px;
  color: #505050;
  display: block;
}

.nav > li {
  width: 98px;
  text-align: center;
  overflow: hidden;
}

.nav > li.current > a,
.nav > li:hover > a {
  color: #1b7c2f;
  border-bottom: 3px solid #1b7c2f;
}

.search {
  padding: 15px;
}

.search_input {
  width: 100px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #d4d4d4;
  color: #505050;
  border-radius: 15px;
  padding: 0 10px;
}

.search_btn {
  width: 26px;
  height: 26px;
  border: none;
  background: url(../images/ico1.png) center center no-repeat;
  cursor: pointer;
}

.Language {
  display: none;
  padding: 20px 0;
}

.Language_box {
  float: right;
}

.Language_box a {
  height: 27px;
  width: 90px;
  border-radius: 15px;
  border: 1px solid #d4d4d4;
  display: block;
  text-align: center;
  line-height: 27px;
  font-size: 16px;
  color: #727274;
}

.Language_box a:hover {
  border: 1px solid #1b7c2f;
  color: #1b7c2f;
}

.Language_box a span {
  width: 20px;
  height: 15px;
  display: inline-block;
  background: url(../images/ico.png) center center no-repeat;
}

.header_r_bd strong {
  font-size: 30px;
  color: #1b7c2f;
  font-style: oblique;
}

.header_r_bd p {
  font-size: 20px;
  color: #6a6a6a;
  text-align: right;
}

.banner {
  height: 540px;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 12px 0;
}

.banner ul.banner_bd {
  width: 1000%;
  position: absolute;
}

.banner ul.banner_bd li {
  width: 10%;
  height: 634px;
  float: left;
  position: relative;
  overflow: hidden;
}

.banner ul.banner_bd li img {
  position: absolute;
  left: 50%;
  margin-left: -950px;
  top: 0;
}

/*banner角标*/
.banner ol.banner_ft {
  bottom: 20px;
  left: 50%;
  margin-left: -30px;
  z-index: 2;
  position: absolute;
}

.banner ol.banner_ft li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 5px;
  float: left;
  cursor: pointer;
}

.banner ol.banner_ft li.current {
  background: #991c32;
}

.banner ol.banner_ft span {
  position: absolute;
  top: -5px;
  width: 50px;
  height: 20px;
  cursor: pointer;
}

.banner ol.banner_ft .banner_ft_r {
  right: -50px;
  background: url(../images/banner_r_red.png) center center no-repeat;
}

.banner ol.banner_ft .banner_ft_l {
  left: -50px;
  background: url(../images/banner_l_red.png) center center no-repeat;
}

.content_hd ul li {
  float: left;
  margin-right: 36px;
  width: 273px;
  height: 149px;
}

.content_hd ul li:last-of-type {
  margin: 0;
}

.content_hd ul li div {
  padding: 50px;
  height: 100%;
  box-sizing: border-box;
}

.content_hd .bg_green {
  background: #1b7c2f;
}

.content_hd .bg_blue {
  background: #d2e8e7;
}

.content_hd .bg_green .i-title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.content_hd .bg_blue .i-title {
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
}

.content_hd .bg_green .title-underline {
  width: 80px;
  height: 3px;
  display: block;
  margin-top: 10px;
  background: #fff;
}

.content_bd {
  padding: 30px 0;
}

.content_l {
  width: 808px;
}

.content_r {
  width: 390px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.shaow-block {
  box-shadow: 0px 0px 5px #ddd;
  background-color: #fff;
  border-radius: 20px;
}

.shaow-pad {
  padding: 40px 30px 30px;
}

.wrap {
  background: #edfdfa !important;
}

.wrap-con {
  box-sizing: border-box;
  text-align: center;
  width: calc(100% - 60px) !important;
  margin: 15px 30px 15px !important;
  position: relative;
}

.bg {
  position: absolute;
  left: 0px;
  top: 0px;
}

.block-title {
  font-size: 36px;
  position: relative;
  color: #065d4d;
  font-weight: 600;
  display: inline-block;
  line-height: 1.2;
  max-width: 85%;
}

.block-title span {
  position: relative;
}

.block-title::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 5px solid #fbd55a;
  width: 10px;
  height: 10px;
  top: 0px;
  left: -5px;
}

.description {
  margin: 20px auto;
  font-size: 18px;
  line-height: 1.5;
}

.list-1 {
  margin-top: 30px;
}

.list-1 .item {
  position: relative;
  padding: 30px;
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
  margin-left: 70px;
  padding-left: 170px;
  line-height: 2;
  text-align: left;
  background-color: #f2fbf9;
  box-shadow: none;
}

.list-1 .item:nth-child(even) {
  padding-left: 30px;
  padding-right: 120px;
  margin-left: unset;
  margin-right: 120px;
  background-color: #fefbf0;
}

.list-1 .item:nth-child(even) img {
  position: absolute;
  right: -140px;
  top: 50%;
  left: unset;
  transform: translateY(-50%);
}

.list-1 .item img {
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
}

.form-block .counter-list {
  background-color: #065d4d;
  display: flex;
  justify-content: space-between;
  color: #fff;
  border-radius: 20px;
  padding: 30px 20px 20px;
}

.form-block .counter-list .item {
  width: 21%;
}

.form-block .counter-list .item p {
  font-size: 18px;
  margin-bottom: 10px;
}

.form-block .counter-list .item .counter {
  margin: auto;
  color: #fbd55a;
  font-size: 30px;
}

.form-block form {
  display: flex;
  flex-direction: column;
}

.form-block form input,
.form-block form button,
.form-block form a,
.form-block form .btn {
  margin-top: 20px;
  border: unset;
  padding: 20px 28px;
  border-radius: 5px;
  font-size: 18px;
}

.form-block form > div {
  display: flex;
  justify-content: center;
}

.form-block form > div.has-error input {
  border: 1px solid red;
}

.form-block form > div:has(input:empty) {
  position: relative;
}

.form-block form > div:has(input:empty)::before {
  content: '*';
  color: red;
  position: absolute;
  top: calc(50% + 10px);
  left: 10px;
  transform: translateY(-50%);
  z-index: 1;
}

.form-block form input {
  flex: 1;
  background-color: #e8f8f7;
  position: relative;
}

.form-block form button,
.form-block form a,
.form-block form .btn {
  color: #fff;
  border-radius: 10px;
  color: #fff;
  background-color: #065d4d;
  cursor: pointer;
}

.green {
  font-weight: 600;
  color: #065d4d;
}

.text-block {
  margin-top: 15px;
}

.text-block p {
  font-size: 18px;
  color: #333;
  text-align: left;
  line-height: 2;
  margin-bottom: 20px;
}

.list-block .description {
  margin: 20px auto;
  font-size: 18px;
  line-height: 1.5;
  color: #666;
}

.list-block .list {
  display: flex;
  flex-wrap: wrap;
}

.list-block .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  height: 60px;
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
}

.list-block .list .item:hover img {
  transform: scale(1.2);
}

.list-block .list .item:nth-child(4n) {
  margin-right: 0;
}

.list-block .list .item.item-3 {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
}

.list-block .list .item.item-3:nth-child(3n) {
  margin-right: 0;
}

.list-block .list .item.fill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-block .list .item img {
  transition: .5s;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.type-block {
  margin-top: 25px;
}

.type-block img {
  width: 100%;
}

.type-block ul {
  margin-top: 10px;
}

.type-block ul li {
  display: flex;
  text-align: left;
  line-height: 1.5;
  padding: 17px 0;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}

.type-block ul li .green {
  line-height: 24px;
  font-size: 24px;
  margin-right: 5px;
}

.exhibits-list {
  margin-top: 60px;
}

.exhibits-list .item {
  border: unset !important;
  height: unset !important;
  overflow: unset !important;
  display: flex;
  position: relative;
  flex-direction: column;
}

.exhibits-list .item:nth-child(odd) {
  background-color: #065d4d;
}

.exhibits-list .item:nth-child(odd) .img {
  background-color: #065d4d;
}

.exhibits-list .item:nth-child(even) {
  background-color: #e7b000;
}

.exhibits-list .item:nth-child(even) .img {
  background-color: #e7b000;
}

.exhibits-list .item .img {
  border-radius: 50%;
  width: 95px;
  position: relative;
  top: -65px;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 8px solid #fff;
}

.exhibits-list .item .img img {
  height: 45px;
}

.exhibits-list .item .text {
  position: relative;
  padding: 0 13px;
  top: -45px;
  color: #fff;
}

.exhibits-list .item .text p:nth-child(1) {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.exhibits-list .item .text p:nth-child(2) {
  font-size: 16px;
  line-height: 2;
}

.list-2-block .list {
  margin-top: 30px;
}

.list-2-block .list .item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  text-align: left;
}

.list-2-block .list .item .title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 600;
}

.list-2-block .list .item .img {
  margin-right: 20px;
}

.list-2-block .list .item P:nth-child(2) {
  color: #666666;
  font-size: 18px;
  line-height: 1.5;
}

.list-2-block .list .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.list-2-block .list .item:nth-child(2n) .img {
  margin-right: 0;
  margin-left: 20px;
}

.footer {
  background-color: #065d4d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

.footer > div {
  text-align: center;
}

.footer > div p {
  color: #fff;
}

.footer > div p:nth-child(1) {
  font-size: 30px;
  margin-bottom: 20px;
}

.footer > div p:nth-child(2) {
  font-size: 18px;
}

@media screen and (max-width: 780px) {
  .wrap-con {
    padding: 15px;
    margin: 15px !important;
    width: calc(100% - 30px) !important;
  }
  .list-block .item {
    width: calc(50% - 5px) !important;
    margin: 0 0 10px !important;
  }
  .list-block .item:nth-child(odd) {
    margin-right: 10px !important;
  }
  .exhibits-list .item {
    width: 100% !important;
    margin: 0 0 70px !important;
  }
  .list-2-block .list .item {
    width: unset !important;
    display: unset !important;
    text-align: left;
    margin-bottom: 10px;
  }
  .list-2-block .list .item .img {
    margin-left: unset !important;
    margin: 20px 0;
  }
  .list-2-block .list .item p {
    margin-top: 10px;
  }
  .block-title {
    font-size: 24px;
  }
  .block-title span {
    position: relative;
  }
  .block-title::before {
    top: -5px;
    left: -10px;
  }
  .form-block .counter-list {
    flex-wrap: wrap;
    padding: 20px 10px 0px;
  }
  .form-block .counter-list .item {
    width: 50%;
    margin-bottom: 10px;
  }
  .form-block .counter-list .item p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .form-block .counter-list .item .counter {
    font-size: 24px;
  }
  .footer {
    flex-direction: column;
  }
  .footer > * {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer > * p {
    font-size: 16px !important;
  }
  .footer > * p:nth-child(1) {
    font-size: 24px !important;
  }
  .list-1 .item {
    padding-left: 10px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 10px !important;
    font-size: 16px;
    margin-top: 80px;
  }
  .list-1 .item img {
    width: 200px;
    left: 5% !important;
    top: -20px !important;
  }
}
