*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  color: #3d4c63;
  background: #fff;
  font: 14px/1.5 roboto, source-han-sans-simplified-c, sans-serif;
  outline: 0;
  font-weight: 200;
  font-style: normal;
}
a {
  color: #333;
  text-decoration: none;
}
img {
  max-width: 100%;
  border: none;
}
em,
i {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select,
textarea {
  font-size: 12px;
  color: #444;
  font-family: roboto, source-han-sans-simplified-c, sans-serif;
  font-weight: 200;
  font-style: normal;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input[type=button],
input[type=reset],
input[type=submit],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus {
  background: #fff;
  border: 1px solid #bbb;
}
.false:focus {
  border: 2px solid #ff1531;
  background: #fff;
}
::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
.fix {
  *zoom: 1;
}
.fix:after,
.fix:before {
  display: block;
  content: "";
  height: 0;
  clear: both;
}
.c {
  clear: both;
}
.col-l,
.l {
  float: left;
}
.col-r,
.r {
  float: right;
}
.ani {
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.unselect {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.wp {
  width: 98%;
  max-width: 1400px;
  margin: 0 auto;
}
.wp-1200 {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
}
.h50 {
  height: 50px;
  clear: both;
  overflow: hidden;
}
.h100 {
  height: 100px;
  clear: both;
  overflow: hidden;
}
@font-face {
  font-family: TPR;
  src: url(../fonts/TrajanPro-Regular.otf);
}
/* @font-face{font-family:SHSCL;src:url(../fonts/SourceHanSansCN-Light.otf)} */
.header {
  height: 94px;
  background-color: #fff;
  position: relative;
  z-index: 200;
}
.hd-logo {
  float: left;
  overflow: hidden;
  height: 59px;
  position: relative;
  top: 19px;
}
.hd-logo img {
  display: block;
  height: 100%;
  width: auto;
}
.hd-r {
  float: right;
  font-size: 0;
  line-height: 94px;
}
.hd-lang {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.hd-lang a {
  color: #44555e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hd-lang a:hover {
  color: #cdbda4;
}
.nav {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-right: 25px;
}
.nav-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 7px;
}
.nav-item > a {
  display: block;
  padding: 0 17px;
  color: #44555e;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-item.ok > a,
.nav-item.on > a,
.nav-item > a:hover {
  background: #cdbda4;
  box-shadow: 2px 2px 2px 1px rgba(192, 173, 145, 0.85) inset;
  color: #fff;
}
.nav2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 7px;
  right: 7px;
  background-color: #fff;
}
.nav2-item a {
  display: block;
  color: #44555e;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav2-item:last-child a {
  border-bottom: none;
}
.nav2-item a:hover {
  background: #cdbda4;
  color: #fff;
}
.fd-top {
  background-color: #5b7484;
  padding: 43px 0 45px;
  overflow: hidden;
}
.fd-link {
  float: left;
  font-size: 0;
}
.fd-link a {
  display: inline-block;
  vertical-align: middle;
  color: #b6c3cf;
  font-size: 14px;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fd-link a:after {
  content: '';
  width: 1px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #b6c3cf;
}
.fd-link a:hover {
  color: rgba(182, 195, 207, 0.8);
}
.fd-link a:last-child {
  padding-right: 0;
  margin-right: 0;
}
.fd-link a:last-child:after {
  display: none;
}
.fd-info {
  float: right;
  overflow: hidden;
}
.fd-info_item {
  float: left;
  font-size: 14px;
  color: #b6c3cf;
  margin-left: 30px;
  line-height: 24px;
}
.fd-info_item:first-child {
  margin-left: 0;
}
.fd-info_item a {
  color: #b6c3cf;
}
.fd-info_item a:hover {
  opacity: 0.8;
}
.fd-bot {
  background-color: #536978;
  line-height: 74px;
}
.copyright {
  float: left;
  font-size: 14px;
  color: #b6c3cf;
}
.copyright a {
  color: #b6c3cf;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.copyright a:hover {
  opacity: 0.8;
}
.fd-share {
  font-size: 0;
  float: right;
}
.fd-share a {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fd-share a:hover {
  opacity: 0.8;
}
.fd-share .wx {
  background-image: url(../images/wx.png);
  background-image: -webkit-image-set(url(../images/wx.png) 1x, url(../images/wx%402x.png) 2x);
  position: relative;
}
.pop-qr {
  opacity: 0;
  z-index: -1;
  position: absolute;
  right: 110%;
  bottom: 120%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #fff;
}
.pop-qr img {
  display: block;
  width: 100%;
  height: 100%;
}
.fd-share a:hover .pop-qr {
  z-index: 1;
  opacity: 1;
}
.z-tab {
  text-align: right;
  padding: 43px 0 80px;
}
.tab-item {
  display: inline-block;
  margin-left: 40px;
}
.tab-item .tab-item__link {
  display: block;
  font-size: 24px;
  color: #272f34;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tab-item__on .tab-item__link {
  background-color: #cdbda4;
  color: #fff;
  padding: 0 16px;
}
.tab-item .tab-item__link:hover {
  color: #cdbda4;
}
.tab-item__on .tab-item__link:hover {
  color: #fff;
}
.hots-news {
  background-color: #eef6f7;
  overflow: hidden;
}
.hots-pic {
  float: left;
  width: 544px;
  margin-right: 54px;
}
.hots-pic a {
  display: block;
  position: relative;
  padding-top: 69.3%;
  overflow: hidden;
}
.hots-pic a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hots-pic a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.hots-txt {
  overflow: hidden;
  padding: 60px 30px 0 0;
}
.hots-time {
  font-size: 24px;
  color: #272f34;
}
.hots-tit {
  font-size: 24px;
  color: #272f34;
  margin-bottom: 24px;
}
.hots-tit a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hots-tit a:hover {
  color: #cdbda4;
}
.hots-intro {
  font-size: 18px;
  line-height: 30px;
  color: #5b7484;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 120px;
}
.hots-more {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  color: #fff;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #c8bba6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hots-more:hover {
  opacity: 0.8;
}
.news-item a {
  position: relative;
  display: block;
  padding-right: 170px;
  border-bottom: 1px dotted #8f9ea8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-item a:after {
  content: '';
  position: absolute;
  right: 141px;
  width: 1px;
  top: 55px;
  bottom: 46px;
  background-color: #ececed;
}
.ul-news .news-tit {
  font-size: 24px;
  color: #272f34;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ul-news .news-intro {
  font-size: 18px;
  line-height: 1.667;
  color: #5b7484;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 90px;
}
.ul-news .news-time {
  font-size: 24px;
  color: #5b7484;
}
.news-r {
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  width: 141px;
  padding-left: 40px;
  line-height: 1.2;
}
.ul-news .news-time {
  margin-bottom: 24px;
}
.ul-news .news-time span {
  display: block;
  font-size: 30px;
}
.ul-news .news-arrow {
  width: 51px;
  height: 51px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/z-arrow.png);
  background-image: -webkit-image-set(url(../images/z-arrow.png) 1x, url(../images/z-arrow%402x.png) 2x);
  background-size: 100% 100%;
}
.news-l {
  padding: 64px 0 48px;
}
.ul-news a:hover {
  box-shadow: 0 4px 10px rgba(221, 221, 221, 0.75);
  border-bottom-color: transparent;
}
.ul-news a:hover .news-arrow {
  background-image: url(../images/z-arrow-on.png);
  background-image: -webkit-image-set(url(../images/z-arrow-on.png) 1x, url(../images/z-arrow-on%402x.png) 2x);
}
.g-more {
  font-family: Roboto;
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  line-height: 2;
  color: #5b7484;
  margin: 46px 0 60px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../images/z-more.png);
  background-image: -webkit-image-set(url(../images/z-more.png) 1x, url(../images/z-more%402x.png) 2x);
  background-size: 30px 10px;
}
.m-text {
  padding: 15px 0 0;
}
.m-text h1 {
  font-weight: 400;
  font-size: 36px;
  color: #272f34;
  margin-bottom: 16px;
}
.m-text .time {
  font-size: 24px;
  color: #272f34;
}
.m-text .con {
  padding: 45px 0 150px;
  font-size: 18px;
  line-height: 1.667;
}
.m-text .con img {
  display: block;
  margin: 0 auto 145px;
}
.m-page2 {
  overflow: hidden;
  padding: 0 0 120px;
}
.m-page2 a {
  position: relative;
  float: left;
  width: 50%;
  font-size: 18px;
  color: #272f34;
  line-height: 118px;
  background-repeat: no-repeat;
  background-color: #eef6f7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-page2 a.prev {
  padding: 0 10px 0 84px;
  background-image: url(../images/z-prev.png);
  background-image: -webkit-image-set(url(../images/z-prev.png) 1x, url(../images/z-prev%402x.png) 2x);
  background-position: 31px center;
}
.m-page2 a.next {
  padding: 0 84px 0 10px;
  text-align: right;
  background-image: url(../images/z-next.png);
  background-image: -webkit-image-set(url(../images/z-next.png) 1x, url(../images/z-next%402x.png) 2x);
  background-position: right 31px center;
}
.m-page2 a.prev:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 59px;
  width: 1px;
  height: 17px;
  background-color: #96a8b2;
}
.m-page2 a.next:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 59px;
  width: 1px;
  height: 17px;
  background-color: #96a8b2;
}
.m-page2 a:hover {
  background-color: #d4ecef;
}
.ban-bg {
  display: block;
  width: 100%;
  height: 650px;
  background: no-repeat right center;
  -webkit-background-size: cover;
  background-size: cover;
}
.ban-txt {
  max-width: 1400px;
  width: 98%;
  margin: 0 auto;
  color: #fff;
  position: relative;
  top: 47.6%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ban-txt_tit {
  font-size: 52px;
  font-weight: lighter;
  margin-bottom: 12px;
}
.ban-txt_desc {
  font-size: 30px;
  font-weight: lighter;
}
.banner .slick-ban .slick-list {
  width: 100%;
  display: block;
}
.banner .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.banner .slick-dots button {
  font-size: 0;
  border: none;
  background: 0 0;
}
.banner .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 11px;
  cursor: pointer;
  background-color: #323e44;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.banner .slick-dots .slick-active {
  background-color: #cdbda4;
}
.idx1 {
  padding: 102px 0 82px;
  background-color: #fff;
}
.idx1-desc {
  text-align: center;
  white-space: pre-line;
  color: #272f34;
  font-size: 24px;
  line-height: 42px;
}
.idx1-list {
  padding-top: 52px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 925px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.idx1-list:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: transparent;
  border-bottom: 1px dashed #b6c3cf;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.idx1-item {
  width: 123px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.idx1-icon {
  width: 123px;
  height: 123px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.idx1-icon:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  position: relative;
  z-index: 2;
}
.idx1-item1 .idx1-icon {
  background-color: #b6c3cf;
  box-shadow: 0 4px 4px 0 rgba(155, 166, 176, 0.75) inset;
}
.idx1-item2 .idx1-icon {
  background-color: #81acc1;
  box-shadow: 0 4px 4px 0 rgba(102, 134, 150, 0.75) inset;
}
.idx1-item3 .idx1-icon {
  background-color: #9facac;
  box-shadow: 0 4px 4px 0 rgba(128, 139, 139, 0.75) inset;
}
.idx1-name {
  color: #272f34;
  font-size: 18px;
  margin-top: 14px;
  padding-bottom: 9px;
  position: relative;
}
.idx1-name:after {
  content: '';
  width: 61px;
  height: 2px;
  background-color: #272f34;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.idx2 {
  background: no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 64px 0 30px;
}
.idx-tit {
  color: #2e6070;
  font-size: 24px;
  text-transform: capitalize;
}
.idx-tit h3 {
  color: #272f34;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: -5px;
}
.idx2-con {
  display: block;
  background-color: #fff;
  position: relative;
  margin: 0 15px;
  padding: 60px 10px 100px;
}
.idx2-icon {
  margin-bottom: 50px;
  height: 66px;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.idx2-icon img {
  display: inline-block !important;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.idx2-name {
  text-align: center;
  color: #2e6070;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  margin-bottom: 5px;
}
.idx2-date,
.idx2-info {
  color: #2e6070;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.idx2-info {
  margin-bottom: 5px;
}
.idx2-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c8bba6;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.idx2-con:hover .idx2-mask {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.idx2-mask_img {
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  line-height: 66px;
  font-size: 0;
  text-align: center;
}
.idx2-mask_img img {
  display: inline-block !important;
  vertical-align: middle;
  width: 50%;
}
.idx2-slick .slick-arrow {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #2e6070;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 10px auto;
  background-size: 10px auto;
  border: none;
  font-size: 0;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.idx2-slick .slick-prev {
  background-image: url(../images/l1.png);
  background-image: -webkit-image-set(url(../images/l1.png) 1x, url(../images/l1%402x.png) 2x);
  left: 0;
}
.idx2-slick .slick-next {
  background-image: url(../images/r1.png);
  background-image: -webkit-image-set(url(../images/r1.png) 1x, url(../images/r1%402x.png) 2x);
  right: 0;
}
.idx2-slick .slick-arrow:hover {
  opacity: 0.8;
}
.idx2-slick {
  margin-top: 58px;
}
.idx3 {
  padding: 65px 0 89px;
}
.idx3-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -48px;
}
.idx3-item {
  width: calc(50% - 51px);
  background-color: #eef6f7;
  margin-bottom: 48px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.idx3-con {
  position: relative;
  padding-left: 83px;
}
.idx3-date {
  position: absolute;
  left: 0;
  top: 0;
  width: 83px;
  height: 100%;
  background-color: #5b7484;
  color: #fff;
  text-align: center;
}
.date-in {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.idx3-date .year {
  font-size: 14px;
}
.idx3-date .date {
  font-size: 18px;
}
.idx3-txt {
  padding: 18px 100px 16px 25px;
}
.idx3-tit a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #272f34;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 13px;
}
.idx3-tit a:hover {
  color: #2e6070;
}
.dix3-desc {
  color: #5a6e7a;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  height: 48px;
}
.btn-more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 86px;
  height: 34px;
  text-align: center;
  background-color: #bfa67d;
  color: #fff;
  padding-top: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-more i {
  display: block;
  width: 42px;
  margin: 0 auto;
  height: 4px;
  background-image: url(../images/arrow.png);
  background-image: -webkit-image-set(url(../images/arrow.png) 1x, url(../images/arrow%402x.png) 2x);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 4px;
  background-size: auto 4px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.idx3-con:hover .btn-more i {
  -webkit-transform: translateX(13px);
  -moz-transform: translateX(13px);
  -ms-transform: translateX(13px);
  -o-transform: translateX(13px);
  transform: translateX(13px);
}
.idx3-list {
  padding-top: 77px;
}
.idx3-item:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.btn-more:hover {
  background-color: #c8bba6;
}
.ban-in {
  background-color: #44555e;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 14px;
}
.ban-in h3 {
  padding-top: 72px;
  font-size: 36px;
  font-weight: 400;
}
.cpy-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -11px;
  padding-top: 77px;
  position: relative;
}
.cpy-list .idx2-item {
  width: 25%;
  margin-bottom: 27px;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.cpy-list .idx2-con {
  margin: 0 11px;
  border: 1px solid #ececec;
  padding-top: 45px;
  padding-bottom: 39px;
  background-color: #fff;
  z-index: 5;
}
.cpy-list .idx2-mask {
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.cpy-list .idx2-icon {
  height: 82px;
  line-height: 52px;
  text-align: center;
  margin-bottom: 27px;
}
.cpy-list .idx2-icon img {
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  max-height: unset;
}
.cpy-content {
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: 11px;
  width: 100%;
  max-width: 1400px;
  padding-top: 30px;
  padding-bottom: 54px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cpy-list .idx2-item .idx2-con:after {
  opacity: 0;
  content: '';
  width: 16px;
  height: 14px;
  background-image: url(../images/san.png);
  background-image: -webkit-image-set(url("../images/san.png") 1x, url("../images/san%402x.png") 2x);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cpy-list .idx2-item.on .idx2-con:after {
  opacity: 1;
}
.cpy-list .idx2-item.on .cpy-content {
  opacity: 1;
  z-index: 1;
}
.cpy-tit {
  color: #272f34;
  font-size: 36px;
  font-weight: lighter;
  padding-bottom: 27px;
}
.cpy-desc {
  color: #272f34;
  font-size: 18px;
  border-top: 1px solid #c8bba6;
  border-bottom: 1px solid #c8bba6;
  padding-top: 25px;
  line-height: 30px;
}
.cpy-desc p {
  padding-bottom: 34px;
}
.cpy-link {
  font-size: 18px;
  color: #272f34;
  padding-top: 10px;
}
.cpy-link a {
  color: #2e6070;
}
.cpy-list .idx2-item.on .idx2-mask {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.m-cpy {
  overflow: hidden;
}
.us1 {
  padding: 122px 0 90px;
  background-color: #fff;
}
.us1-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 30px;
}
.us1-item {
  flex: 1;
}
.us1-con {
  border: 1px solid #aa9367;
  position: relative;
}
.us1-inner {
  margin: 19px;
  border: 1px solid #aa9367;
}
.us1-name {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  color: #aa9367;
  font-family: TPR;
  padding-top: 35px;
}
.us1-bg {
  margin-top: 18px;
  height: 254px;
  background: no-repeat bottom center;
  -webkit-background-size: contain;
  background-size: contain;
}
.us1-bg h3 {
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  padding-top: 56px;
  position: relative;
}
.us1-bg h3:after {
  content: '';
  height: 1px;
  background-color: #aa9367;
  width: 118px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -30px;
}
.us1-info {
  padding-left: 25px;
  padding-top: 40px;
  line-height: 36px;
  color: #272f34;
  font-size: 18px;
}
.us2 {
  background-color: #eef6f7;
}
.us2-list {
  display: flex;
  justify-content: space-between;
}
.us2-item {
  padding: 73px 0 83px;
  overflow: hidden;
}
.us2-item:hover .us2-icon {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.us2-icon {
  display: block;
  width: 86px;
  height: 86px;
  background: no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  float: left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.us2-txt {
  overflow: hidden;
  padding-left: 20px;
  color: #272f34;
  font-size: 18px;
  line-height: 36px;
  padding-top: 5px;
}
.us3 {
  overflow: hidden;
  padding: 80px 0 275px;
}
.us3-l {
  float: left;
  width: 693px;
}
.form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.form-item {
  width: 334px;
}
.form-item span {
  display: block;
  color: #272f34;
  font-size: 18px;
  padding-bottom: 5px;
}
.form-inp {
  display: block;
  border: 1px solid #ececed;
  height: 43px;
  line-height: 43px;
  padding-left: 10px;
  width: 100%;
  font-size: 14px;
  color: #272f34;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.form-row2 span {
  display: block;
  padding-bottom: 10px;
  font-size: 18px;
}
.form-row2 textarea {
  display: block;
  height: 178px;
  width: 100%;
  border: 1px solid #ececec;
  padding: 10px;
  resize: none;
  font-size: 14px;
  color: #272f34;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.form-row2 textarea::-webkit-input-placeholder {
  color: #ccc;
}
.form-row2 textarea::-moz-placeholder {
  color: #ccc;
}
.form-row2 textarea:-moz-placeholder {
  color: #ccc;
}
.form-row2 textarea:-ms-input-placeholder {
  color: #ccc;
}
.btn-sub {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  margin-top: 16px;
  background-color: #c8bba6;
  font-size: 18px;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-sub:hover {
  opacity: 0.8;
}
.us3-r {
  overflow: hidden;
  padding-top: 70px;
}
.qr-logo {
  height: 40px;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.qr-logo img {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: auto;
}
.qr-img {
  height: 100px;
  font-size: 0;
  overflow: hidden;
  text-align: center;
  margin: 30px 0 0;
}
.qr-img img {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: auto;
}
.qr-txt {
  text-align: center;
  color: #272f34;
  font-size: 18px;
}
.qr-txt1 {
  font-size: 12px;
  color: #69757b;
  text-align: center;
  margin-bottom: 30px;
}
.ban-in2 {
  height: 362px;
  background: no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}
.ban-in2 h3 {
  padding-top: 164px;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: -6px;
}
.intro1 {
  padding: 88px 0 135px;
  background-color: #fff;
}
.intro1 .us1-con {
  width: 480px;
  margin: 0 auto;
}
.intro1 .us1-name {
  padding-top: 7px;
  line-height: 1.2;
}
.intro1 .us1-bg {
  margin-top: 0;
}
.intro1 .us1-bg h3 {
  padding-top: 43px;
}
.intro1 .us1-bg h3:after {
  bottom: -37px;
}
.intro1-desc {
  color: #272f34;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  padding: 0 45px;
  margin-top: 91px;
}
.intro2 {
  background-image: url(../images/bgr.jpg);
  background-image: -webkit-image-set(url(../images/bgr.jpg) 1x, url(../images/bgr%402x.jpg) 2x);
  background-repeat: repeat;
  background-position: top left;
  -webkit-background-size: auto;
  background-size: auto;
  padding: 0 0 75px;
}
.intro2-icon {
  width: 145px;
  height: 145px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.intro2-item1 .intro2-icon {
  background-color: #b6c3cf;
  box-shadow: 0 4px 4px 0 rgba(128, 139, 139, 0.75) inset;
}
.intro2-item2 .intro2-icon {
  background-color: #81acc1;
  box-shadow: 0 4px 4px 0 rgba(128, 139, 139, 0.75) inset;
}
.intro2-item3 .intro2-icon {
  background-color: #9facac;
  box-shadow: 0 4px 4px 0 rgba(128, 139, 139, 0.75) inset;
}
.intro2-list {
  display: flex;
  justify-content: space-between;
  margin: 0 -20px;
  padding-top: 38px;
}
.intro2-item {
  width: 33.3%;
  position: relative;
  padding-top: 60px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.intro2-item:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.intro2-item a {
  display: block;
  margin: 0 20px;
  height: 100%;
}
.ovh {
  overflow: hidden;
}
.intro2-top {
  height: 168px;
  background-color: #2e6070;
  text-align: center;
  color: #fff;
  font-size: 30px;
  padding-top: 103px;
}
.intor2-bot {
  background-color: #fff;
  height: 360px;
  padding: 81px 44px 0 37px;
  color: #272f34;
  font-size: 18px;
  line-height: 35px;
}
.intor2-bot strong {
  color: #44555e;
  font-size: 24px;
}
.hd-logo-m {
  display: none;
}
.esg {
  padding: 40px 50px;
  margin-top: 50px;
  background-color: #fff;
}
.esg .hd {
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}
.esg .dash-line {
  width: 150px;
  margin: 25px auto 20px;
  display: block;
  height: 1px;
  background-color: #aa9367;
}
.esg .content {
  color: #272f34;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .idx3-item {
    width: calc(50% - 20px);
  }
  .cpy-list {
    margin: 0;
  }
  .cpy-content {
    width: calc(100% - 11px);
  }
  .us1-bg {
    height: 230px;
  }
}
@media only screen and (max-width: 1199px) {
  body {
    padding-top: 50px;
  }
  .header {
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .hd-logo {
    height: 36px;
    top: 6px;
  }
  .hd-r {
    display: none;
    float: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #fff;
    line-height: 40px;
    height: calc(100vh - 50px);
    border-top: 1px solid #eee;
    z-index: 101;
  }
  .nav {
    display: block;
    margin: 0;
    line-height: 40px;
    padding-top: 20px;
  }
  .nav-item {
    margin: 0;
    display: block;
    padding: 0;
  }
  .nav-item > a {
    padding: 0;
    text-align: center;
  }
  .hd-lang {
    display: block;
    text-align: center;
  }
  .menuBtn {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    background: url(../images/bar.svg) no-repeat center center;
    -webkit-background-size: 80% 80%;
    background-size: 80% 80%;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menuBtn.open {
    background-image: url(../images/close.svg);
  }
  .ban-bg {
    height: 400px;
  }
  .ban-txt_tit {
    font-size: 42px;
  }
  .ban-txt_desc {
    font-size: 24px;
  }
  .idx1 {
    padding: 50px 0;
  }
  .idx1-desc {
    font-size: 20px;
  }
  .idx2 {
    padding: 50px 0;
  }
  .idx3 {
    padding: 50px 0;
  }
  .ban-in {
    font-size: 20px;
  }
  .ban-in h3 {
    font-size: 30px;
    padding-top: 50px;
  }
  .cpy-list {
    padding: 50px 0;
  }
  .cpy-list .idx2-item {
    width: 33.3%;
  }
  .cpy-content {
    padding-bottom: 30px;
  }
  .us1 {
    padding: 50px 0;
  }
  .us1-item {
    width: 32%;
  }
  .us1-name {
    font-size: 20px;
  }
  .us1-bg {
    height: 210px;
  }
  .us3-l {
    float: none;
    width: 100%;
  }
  .form-item {
    width: 45%;
  }
  .us3-r {
    float: none;
    margin: 0 auto;
  }
  .qr-img {
    margin: 0 auto;
  }
  .us3 {
    padding: 50px 0;
  }
  .nav2 {
    position: static;
    display: none;
  }
  .intro2-item a {
    margin: 0 5px;
  }
  .intro2-list {
    margin: 0 -5px;
  }
  .intor2-bot {
    height: 430px;
  }
  .intro1 {
    padding: 50px 0;
  }
  .hd-logo {
    display: none;
  }
  .hd-logo-m {
    display: block;
    height: 20px;
    float: left;
    position: relative;
    top: 15px;
  }
  .hd-logo-m img {
    display: block;
    height: 100%;
    width: auto;
  }
  .hots-pic {
    margin-right: 30px;
  }
  .hots-txt {
    padding: 30px 10px 0 0;
  }
  .z-tab {
    padding: 20px 0 40px;
  }
}
@media only screen and (max-width: 959px) {
  .ban-bg {
    height: 300px;
  }
  .idx1-desc {
    font-size: 16px;
    line-height: 30px;
  }
  .idx3-list {
    padding-top: 30px;
  }
  .idx1-list {
    padding: 30px;
  }
  .idx1-name {
    font-size: 14px;
  }
  .idx1,
  .idx2,
  .idx3 {
    padding: 30px 0;
  }
  .idx-tit h3 {
    font-size: 20px;
  }
  .idx-tit {
    font-size: 14px;
  }
  .idx2-slick {
    margin-top: 30px;
  }
  .idx2-con {
    margin: 0 5px;
    padding: 40px 10px;
  }
  .idx2-name {
    font-size: 16px;
  }
  .idx3-item {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .idx3-list {
    margin: 0;
  }
  .idx1-list:after {
    display: none;
  }
  .ban-in h3 {
    font-size: 22px;
  }
  .ban-in {
    font-size: 16px;
  }
  .cpy-list {
    padding: 30px 0;
  }
  .cpy-list .idx2-item {
    width: 50%;
  }
  .cpy-tit {
    font-size: 18px;
    padding: 10px 0;
  }
  .cpy-desc {
    font-size: 14px;
    line-height: 1.8;
    padding-top: 15px;
  }
  .cpy-desc p {
    padding-bottom: 15px;
  }
  .cpy-link {
    font-size: 16px;
  }
  .us1-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .us1-list {
    display: block;
  }
  .us1-info {
    padding: 10px;
  }
  .us1 {
    padding: 30px 0;
  }
  .us1-name {
    font-size: 20px;
  }
  .us1-bg {
    height: 200px;
  }
  .us1-bg h3 {
    font-size: 18px;
  }
  .us1-bg h3:after {
    bottom: -20px;
    width: 80px;
  }
  .us1-info {
    font-size: 16px;
    line-height: 1.8;
  }
  .us2-list {
    display: block;
  }
  .us2-item {
    padding: 30px;
  }
  .us3 {
    padding: 30px 0;
  }
  .ban-in2 {
    height: 100px;
    font-size: 16px;
  }
  .ban-in2 h3 {
    padding-top: 30px;
    font-size: 22px;
  }
  .intro1 {
    padding: 30px 0;
  }
  .intro1 .us1-bg {
    margin-top: 20px;
    height: auto;
    padding: 20px 0 50px;
  }
  .intro1 .us1-bg h3 {
    padding-top: 0;
  }
  .intro1 .us1-bg h3:after {
    bottom: -20px;
  }
  .intro1-desc {
    padding: 0 20px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 32px;
  }
  .intro2-list {
    margin: 0;
    display: block;
  }
  .intro2-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .intro2-item a {
    margin: 0;
  }
  .intor2-bot {
    height: auto;
    padding: 20px;
    font-size: 14px;
    line-height: 2;
  }
  .intor2-bot strong {
    font-size: 18px;
  }
  .intro2-top {
    font-size: 18px;
    height: auto;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .intro2-icon {
    width: 100px;
    height: 100px;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
  }
  .intro2 {
    padding: 30px 0;
  }
  .intro2-item:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .hots-pic {
    width: 420px;
  }
  .hots-txt {
    padding: 20px 10px 0 0;
  }
  .hots-tit {
    margin-bottom: 10px;
  }
  .hots-intro {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    height: 100px;
  }
  .g-more {
    margin: 20px 0 50px;
    font-size: 22px;
  }
  .hots-time {
    font-size: 20px;
  }
  .hots-tit {
    font-size: 20px;
  }
  .ul-news .news-tit {
    font-size: 20px;
  }
  .ul-news .news-intro {
    font-size: 14px;
    line-height: 25px;
    height: 75px;
  }
  .ul-news .news-time {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ul-news .news-time span {
    font-size: 22px;
  }
  .news-l {
    padding: 30px 0;
  }
  .news-r {
    top: 30px;
  }
  .news-item a:after {
    top: 30px;
  }
  .ul-news .news-arrow {
    -webkit-background-size: 36px auto;
    background-size: 36px auto;
  }
  .m-text h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .m-text .time {
    font-size: 18px;
  }
  .m-text .con {
    font-size: 14px;
    padding: 20px 0 50px;
  }
  .m-text .con img {
    margin-bottom: 20px;
  }
  .m-page2 a {
    line-height: 48px;
    font-size: 14px;
  }
  .m-page2 {
    padding: 0 0 60px;
  }
  .tab-item {
    margin-left: 20px;
  }
  .esg {
    padding: 30px 20px;
    margin-top: 20px;
  }
  .esg .hd {
    font-size: 18px;
  }
  .esg .dash-line {
    width: 120px;
    margin: 15px auto 10px;
  }
  .esg .content {
    font-size: 14px;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .wp,
  .wp-1200 {
    width: 100%;
    padding: 0 15px;
  }
  .banner .slick-dots {
    bottom: 10px;
  }
  .banner .slick-dots li {
    margin: 0 5px;
    width: 10px;
    height: 10px;
  }
  .ban-txt {
    padding: 0 30px;
  }
  .ban-txt_tit {
    font-size: 18px;
  }
  .ban-txt_desc {
    font-size: 14px;
  }
  .idx1-list {
    padding: 20px 0 0;
    flex-wrap: wrap;
  }
  .idx1-item {
    width: 33.3%;
    margin-bottom: 20px;
  }
  .idx1-icon {
    margin: 0 auto;
  }
  .idx3-txt {
    padding-right: 25px;
    padding-bottom: 40px;
  }
  .idx3-item:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .idx3-list {
    padding-top: 10px;
  }
  .idx3 {
    padding-bottom: 10px;
  }
  .fd-link {
    float: none;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  .fd-info_item {
    float: none;
    margin-left: 0;
  }
  .fd-info {
    float: none;
  }
  .fd-top {
    padding: 30px 0;
  }
  .fd-bot {
    line-height: 1.5;
    padding: 20px 0;
  }
  .copyright {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .fd-share {
    float: none;
    text-align: center;
  }
  .idx1-icon {
    width: 80px;
    height: 80px;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
  }
  .idx1-desc {
    white-space: normal;
    text-align: left;
  }
  .cpy-list {
    margin: 0;
  }
  .cpy-list .idx2-item {
    width: 100%;
  }
  .cpy-content {
    position: static;
    opacity: 1;
    padding-bottom: 0;
    width: 100%;
  }
  .cpy-link a {
    display: block;
  }
  .cpy-list .idx2-icon {
    height: 66px;
    margin-bottom: 25px;
  }
  .cpy-list .idx2-mask {
    display: none;
  }
  .us1-inner {
    margin: 10px;
  }
  .us1 {
    padding-bottom: 0;
  }
  .us2-txt {
    font-size: 16px;
  }
  .form-row {
    display: block;
    margin-bottom: 0;
  }
  .form-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-item span {
    font-size: 16px;
  }
  .form-row2 span {
    font-size: 16px;
  }
  .btn-sub,
  .form-inp {
    line-height: 35px;
    height: 35px;
  }
  .form-row2 textarea {
    height: 140px;
  }
  .qr-txt {
    font-size: 16px;
  }
  .menuBtn {
    width: 30px;
    height: 30px;
    top: 10px;
  }
  .nav-item > a {
    font-size: 16px;
  }
  .nav2-item a {
    font-size: 14px;
  }
  .ban-in h3 {
    padding-top: 20px;
  }
  .us2-icon {
    width: 60px;
    height: 60px;
  }
  .us2-txt {
    line-height: 1.8;
    padding-top: 5px;
  }
  .us2-item {
    padding: 20px;
  }
  .us1-bg {
    height: 100px;
  }
  .us1-bg h3 {
    padding-top: 30px;
    font-size: 18px;
  }
  .us1-bg h3:after {
    width: 40px;
    bottom: -10px;
  }
  .intro1 .us1-con {
    width: 100%;
  }
  .intro1-desc {
    padding: 0;
  }
  .idx3-date {
    position: static;
  }
  .idx3-con {
    padding-left: 0;
  }
  .idx3-txt {
    padding: 10px 10px 40px;
  }
  .date-in {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cpy-list .idx2-con {
    margin: 0;
  }
  .tab-item {
    margin-left: 20px;
  }
  .tab-item .tab-item__link {
    font-size: 18px;
  }
  .hots-pic {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .hots-txt {
    padding: 10px;
  }
  .news-r {
    width: 70px;
    padding-left: 10px;
  }
  .news-item a:after {
    right: 80px;
  }
  .news-item a {
    padding-right: 90px;
  }
  .z-tab {
    padding: 20px 0;
  }
  .m-page2 a {
    float: none;
    width: auto;
    display: block;
    margin-bottom: 5px;
  }
  .m-text .con {
    padding-bottom: 10px;
  }
  .m-page2 {
    padding-bottom: 30px;
  }
  .news-r {
    position: static;
    width: 100%;
    padding-left: 0;
  }
  .news-item a {
    padding-right: 0;
    border-right: none;
  }
  .news-item a:after {
    display: none;
  }
  .ul-news .news-time span {
    display: inline-block;
    font-size: 18px;
    padding-left: 10px;
  }
  .news-l {
    padding: 20px 0;
  }
  .ul-news .news-time {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  .ul-news .news-arrow {
    display: none;
  }
  .news-item a {
    padding-bottom: 20px;
  }
  .ul-news a:hover {
    box-shadow: none;
    border-bottom-color: #8f9ea8;
  }
  .idx2-con:hover .idx2-mask {
    display: none;
  }
}
