body {
  padding-top: 100px;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.a_txt {
  display: none;
}
.header {
  height: 100px;
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 999999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
}
.header .logo {
  float: left;
  margin-left: 5%;
  padding-top: 12px;
}
.header .logo img {
  display: block;
}
.header .navbox {
  float: left;
}
.header .tel {
  text-align: right;
  font-size: 30px;
  line-height: 1;
  font-family: DolceVita;
  padding-top: 16px;
  padding-right: 22px;
}
.header .tel i {
  color: #cf1a23;
  font-size: 26px;
  margin-right: 10px;
}
.header .nav ul li {
  position: relative;
  display: inline-block;
  width: 110px;
  text-align: center;
}
.header .nav ul li > a {
  display: block;
  line-height: 54px;
}
.header .nav ul li > a::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #cf1a23;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header .nav ul li.current > a::after,
.header .nav ul li:hover > a::after {
  width: 100%;
  opacity: 1;
}
.header .nav dl {
  display: none;
  position: absolute;
  top: 54px;
  width: 160%;
  margin-left: -30%;
  background-color: #cf1a23;
  z-index: 99;
}
.header .nav dl dd a {
  display: block;
  color: #fff;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header .nav dl dd a:hover {
  background-color: #ffa9a9;
}
.header .nav dl dd:nth-child(n+2) a {
  border-top: 1px solid #ffa9a9;
}
.header .search {
  float: left;
  width: 120px;
  height: 100px;
  position: relative;
  z-index: 99;
}
.header .search i {
  position: relative;
  top: 0;
  opacity: 1;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #545759;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header .search i.hide:before {
  content: "\eaf2";
}
.header .search form {
  position: absolute;
  width: 100%;
  top: -200px;
  z-index: 99;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header .search form.show {
  top: 100%;
  opacity: 1;
}
.header .search div {
  position: absolute;
  top: 0;
  left: 0;
  width: 480px;
  height: 100%;
  padding: 32px 0 0 40px;
  background-color: #545759;
  transform: translateX(-100%);
}
.header .search input {
  width: 80%;
  height: 34px;
  line-height: 34px;
  text-indent: 18px;
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #363636;
}
.header .search input::-webkit-input-placeholder {
  color: #dce3f7;
}
.header .search input:-moz-placeholder {
  color: #dce3f7;
}
.header .search input::-moz-placeholder {
  color: #dce3f7;
}
.header .search input:-ms-input-placeholder {
  color: #dce3f7;
}
.header .search button {
  width: 100%;
  height: 100%;
  background-color: #545759;
  border: 0;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.header .menu {
  display: none;
}
.m_nav {
  display: none;
}
.footer {
  background-color: #202020;
  padding-top: 40px;
  color: #7c7c7c;
}
.footer a {
  color: #7c7c7c;
}
.footer .foot {
  padding-bottom: 36px;
}
.footer .foot .logof {
  margin-top: -10px;
  float: left;
}
.footer .foot .logof img {
  display: block;
  margin-bottom: 26px;
}
.footer .foot .logof p {
  line-height: 1.2;
  padding-bottom: 10px;
}
.footer .foot .m_tel {
  display: none;
}
.footer .foot .navf {
  float: left;
  padding-left: 20px;
}
.footer .foot .navf dl {
  float: left;
  margin-left: 58px;
}
.footer .foot .navf dl dt {
  line-height: 1.6;
  margin-bottom: 10px;
}
.footer .foot .navf dl dd a {
  font-size: 14px;
  color: #fff;
  line-height: 34px;
}
.footer .foot .code {
  float: right;
  padding-top: 10px;
}
.footer .foot .code li {
  float: left;
  text-align: center;
}
.footer .foot .code li:first-child {
  margin-right: 32px;
}
.footer .foot .code li img {
  display: block;
  width: 80px;
}
.footer .foot .code li span {
  font-size: 14px;
  line-height: 38px;
}
.footer .foot .code li p {
  display: none;
}
.footer .bottom {
  padding: 30px 0;
  line-height: 1.6;
  border-top: 1px solid #2d2d2d;
}
.footer .bottom p > a {
  margin-left: 2%;
}
.footer .bottom span,
.footer .bottom a {
  display: inline-block;
}
.footer .bottom span.a {
  float: right;
}
.side {
  position: fixed;
  width: 78px;
  right: 0;
  top: 50%;
  margin-top: -200px;
  z-index: 100;
  border-bottom: 0;
}
.side li {
  width: 78px;
  height: 78px;
  float: left;
  position: relative;
  color: #fff;
  background-color: #545759;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  margin-bottom: 5px;
}
.side li a {
  color: #fff;
}
.side li:hover {
  background: #cf1a23;
  color: #fff;
}
.side li:hover a {
  color: #fff;
}
.side li i {
  font-size: 25px;
  margin-bottom: 8px;
  display: block;
  overflow: hidden;
  margin-top: 16px;
  transition: all 0.3s;
  line-height: 1;
}
.side li .sidebox {
  position: absolute;
  width: 78px;
  height: 78px;
  top: 0;
  right: 0;
  transition: all 0.3s;
  overflow: hidden;
}
.side li.sidetop {
  background: #cf1a23;
  color: #fff;
}
.side li.sidetop:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.side li.sideewm .ewBox.son {
  width: 120px;
  display: none;
  position: absolute;
  left: -120px;
  top: 0;
}
.side li.sideewm .ewBox.son img {
  display: block;
  width: 100%;
}
.side li.sideewm:hover .son {
  display: block!important;
  animation: fadein 1s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bodybg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.nybanner {
  height: 330px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nybanner .column {
  position: relative;
  top: 78px;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, 0.5);
}
.nybanner .column h2 {
  font-size: 32px;
  font-weight: normal;
  color: #ffffff;
  padding-top: 46px;
  line-height: 32px;
  text-indent: 37px;
}
.nybanner .column p {
  font-family: DolceVita;
  margin-top: 10px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
}
.nybanner .column p i {
  color: #fff;
  margin-right: 10px;
  display: inline-block;
  margin-left: 37px;
}
.nav-location {
  line-height: 69px;
  border-bottom: 1px solid #aaaaaa;
}
.nav-location .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.nynav {
  flex: 1;
  overflow: hidden;
}
.nynav .swiper-wrapper {
  width: 100%;
}
.nynav .swiper-slide {
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nynav ul {
  width: max-content;
}
.nynav ul li {
  float: left;
}
.nynav ul li a {
  position: relative;
  display: block;
  padding: 0 20px;
  text-align: center;
}
.nynav ul li.active a {
  background-color: #fafafa;
}
.nynav ul li.active a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #cf1a23;
}
.location {
  font-size: 14px;
  color: #555;
}
.location i {
  margin-right: 5px;
  color: #c9151e;
}
.location a {
  color: #555;
}
.location span {
  font-weight: bold;
  color: #c9151e;
}
.sub_nav {
  position: relative;
  margin-top: 16px;
}
.sub_nav li {
  display: inline-block;
  line-height: 44px;
  background-color: #eaeaea;
  text-align: center;
}
.sub_nav li a {
  padding: 0 18px;
  display: block;
  color: #aaaaaa;
}
.sub_nav li.active {
  background-color: #cf1a23;
}
.sub_nav li.active a {
  color: #fff;
}
.sub_nav a.more {
  position: absolute;
  right: 0;
  top: 0;
}
.list-about {
  padding-top: 70px;
  padding-bottom: 90px;
}
.list-about .container {
  position: relative;
}
.list-about .aboutcon .pic {
  float: right;
  margin-left: 5%;
}
.list-about .aboutcon .tit {
  margin-bottom: 30px;
}
.list-about .aboutcon .tit .cn {
  font-size: 33px;
  color: #cf1a23;
  letter-spacing: 5px;
  margin-top: 3%;
  font-weight: bold;
}
.list-about .aboutcon .tit .en {
  font-family: 'Times New Roman';
  font-size: 14px;
  color: #d3d3d3;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
}
.list-about .aboutcon p {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  text-align: justify;
  margin: 0;
  text-indent: 2em;
}
.list-contact {
  padding: 50px 0;
}
.list-contact .box {
  position: relative;
}
.list-contact .box .contact {
  width: 480px;
  height: 418px;
  box-sizing: border-box;
  position: absolute;
  right: 60px;
  top: 65px;
  padding: 40px;
  z-index: 999;
  background-color: #d90b17;
}
.list-contact .box .contact ul {
  padding: 30px 0 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.list-contact .box .contact ul li {
  position: relative;
  line-height: 1.6em;
  color: #fff;
  line-height: 36px;
}
.list-contact .box .contact ul li i {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  margin-right: 10px;
}
.list-contact .box .contact a {
  display: none;
}
.list-contact .box .mapbox #allmap {
  height: 100%;
  overflow: hidden;
}
.list-contact .box .mapbox .Map {
  height: 550px;
  /* padding: 15px; */
}
.page_mess .box .li2 {
  margin-bottom: 20px;
}
.page_mess .box .li2 input {
  float: left;
  height: 50px;
  border: 1px solid #eaeaea;
  text-indent: 30px;
}
.page_mess .box .li2 input::-webkit-input-placeholder {
  color: #aaa;
}
.page_mess .box .li2 input:-moz-placeholder {
  color: #aaa;
}
.page_mess .box .li2 input::-moz-placeholder {
  color: #aaa;
}
.page_mess .box .li2 input:-ms-input-placeholder {
  color: #aaa;
}
.page_mess .box .li2 input:nth-child(1) {
  width: 20%;
}
.page_mess .box .li2 input:nth-child(2) {
  width: 20%;
  margin-left: 2%;
}
.page_mess .box .li2 input:nth-child(3) {
  width: 26%;
  margin-left: 2%;
}
.page_mess .box .li2 input:nth-child(4) {
  width: 28%;
  margin-left: 2%;
}
.page_mess .box .li1 {
  margin-bottom: 20px;
}
.page_mess .box .li1 textarea {
  display: block;
  width: 100%;
  height: 220px;
  resize: none;
  border: 1px solid #eaeaea;
  line-height: 1.6;
  padding: 15px 30px;
}
.page_mess .box .li1 textarea::-webkit-input-placeholder {
  color: #aaa;
}
.page_mess .box .li1 textarea:-moz-placeholder {
  color: #aaa;
}
.page_mess .box .li1 textarea::-moz-placeholder {
  color: #aaa;
}
.page_mess .box .li1 textarea:-ms-input-placeholder {
  color: #aaa;
}
.page_mess .box .li3 .fl input {
  float: left;
  width: 140px;
  height: 50px;
  border: 1px solid #eaeaea;
  text-indent: 15px;
}
.page_mess .box .li3 .fl img {
  float: left;
  width: 140px;
  height: 50px;
  border: 1px solid #eaeaea;
  margin-left: 20px;
}
.page_mess .box .li3 .fr input {
  width: 140px;
  height: 50px;
  border: none;
  color: #fff;
}
.page_mess .box .li3 .fr input[type="submit"] {
  background-color: #cf1a23;
}
.page_mess .box .li3 .fr input[type="reset"] {
  background-color: #aaa;
}
.page_mess.page_chairman .box .li2 input:nth-child(1) {
  width: 25%;
}
.page_mess.page_chairman .box .li2 input:nth-child(2) {
  width: 28%;
  margin-left: 4.5%;
}
.page_mess.page_chairman .box .li2 input:nth-child(3) {
  width: 38%;
  margin-left: 4.5%;
}
.page_mess.page_report .box .subtit {
  line-height: 24px;
  padding: 8px 0px;
  font-weight: bold;
  background-color: #f2f2f2;
  margin-bottom: 18px;
  text-align: center;
}
.page_mess.page_report .box .li2 input:nth-child(1) {
  width: 45%;
}
.page_mess.page_report .box .li2 input:nth-child(2) {
  width: 50.5%;
  margin-left: 4.5%;
}
.page-enterprise {
  background-color: #f7f7f7;
}
.page-enterprise .title {
  background-color: #fbfbfb;
  padding: 22px 30px;
}
.page-enterprise .title h1 {
  font-size: 26px;
  line-height: 1;
}
.page-enterprise .page-enterprise-container {
  padding: 100px 15px;
}
.page-enterprise .form-box {
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border: 2px solid #34abfd;
  border-radius: 25px;
  margin: 0 auto;
  overflow: hidden;
}
.page-enterprise .form-box input {
  width: 85%;
  border: 0;
  padding: 0 20px;
  line-height: 46px;
  height: 46px;
}
.page-enterprise .form-box button {
  width: 15%;
  background-color: #fff;
  color: #34abfd;
  border: 0;
  line-height: 46px;
  height: 46px;
  cursor: pointer;
}
.page-enterprise .sector_box {
  padding-bottom: 50px;
}
.page-enterprise .sector_result {
  margin-bottom: 50px;
}
.page-enterprise .sector_result .item {
  display: flex;
  padding: 15px;
}
.page-enterprise .sector_result .item div {
  flex: 1;
  max-width: 375px;
}
.page-enterprise .sector_result .item span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.page-enterprise .sector_result .item p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.page-enterprise .sector_more {
  display: block;
  width: 100px;
  border-radius: 4px;
  padding: 8px;
  background-color: #34abfd;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.list-article-dsj {
  padding: 50px 0;
}
.list-article-dsj > div {
  padding: 0 7px;
}
.list-article-dsj .sliderbox {
  position: relative;
  height: 86px;
  overflow: hidden;
}
.list-article-dsj .arrow-btn {
  position: absolute;
  top: 0;
  display: inline;
  background: #cf1a23;
  color: #fff;
  width: 26px;
  height: 55px;
  overflow: hidden;
  cursor: pointer;
  font-size: 18px;
  line-height: 55px;
  text-align: center;
  margin-top: 18px;
}
.list-article-dsj #btn-left {
  left: 0;
}
.list-article-dsj #btn-left.dasabled {
  color: #ccc;
}
.list-article-dsj #btn-right {
  right: 0;
}
.list-article-dsj #btn-right.dasabled {
  color: #ccc;
}
.list-article-dsj #btn-right i {
  display: block;
  transform: rotate(180deg);
}
.list-article-dsj .slider {
  overflow: hidden;
  position: relative;
  height: 86px;
  margin: 5px 32px 0;
}
.list-article-dsj .nian {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1800px;
  text-align: center;
  padding: 15px 0;
}
.list-article-dsj .nian li {
  background: url(../img/SelectnoTab1.jpg) no-repeat;
  width: 80px;
  height: 52px;
  text-align: center;
  line-height: 50px;
  float: right;
  font-family: Verdana;
  font-size: 30px;
  color: #666;
  padding-top: 3px;
  margin: 0 3px;
}
.list-article-dsj .nian li a {
  text-align: center;
  font-family: Verdana;
  font-size: 24px;
  color: #666;
  cursor: pointer;
}
.list-article-dsj .nian li a:hover {
  color: #FF9900;
  text-decoration: none;
}
.list-article-dsj .nian li.curr {
  background: url(../img/SelectTab1.jpg) no-repeat;
}
.list-article-dsj .nian li.curr a {
  color: #cf1a23;
}
.list-article-dsj .nian li.curr a:hover {
  color: #cf1a23;
  text-decoration: none;
}
.list-article-dsj .con_box .con_top {
  height: 52px;
  line-height: 52px;
  background: url(../img/bg_dashiji.jpg) no-repeat;
  color: #cf1a23;
  text-indent: 69px;
  font-size: 16px;
  font-family: Arial,宋体;
  font-weight: bold;
}
.list-article-dsj iframe {
  width: 100%;
  height: 500px;
  background: #fff;
  border: none;
}
.list-article {
  padding-top: 50px;
  padding-bottom: 60px;
}
.list-article .article-list {
  margin-bottom: 30px;
}
.list-article ul li {
  position: relative;
  margin-bottom: 30px;
  background-color: #f8f8f8;
  transition: all 0.52s;
}
.list-article ul li:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.list-article ul li:hover .child_news_more {
  background-color: #cf1a23;
}
.list-article ul li:hover .child_news_more i {
  color: #fff;
}
.list-article ul li > a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.list-article ul li .child_news_time {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 100%;
  overflow: hidden;
}
.list-article ul li .child_news_time_wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #b2b2b2;
  font-size: 16px;
}
.list-article ul li .child_news_time_wrap > h5 {
  font-style: normal;
  font-size: 50px;
  color: #999;
  display: block;
  font-family: Bebas;
  line-height: 60px;
}
.list-article ul li .child_news_time_wrap > h5:after {
  display: block;
  content: '';
  margin: 5px auto;
  height: 1px;
  width: 50%;
  max-width: 66px;
  background: #dfdfdf;
}
.list-article ul li .child_news_time_wrap > h6 {
  font-size: 16px;
}
.list-article ul li .child_news_words {
  margin-right: 58px;
  margin-left: 160px;
  position: relative;
  border-left: 1px solid #ededed;
  padding: 2% 3%;
}
.list-article ul li .child_news_words > h4 {
  font-size: 20px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-article ul li .child_news_words > p {
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 52px;
  margin: 2% 0 0 0;
  color: #666666;
  font-size: 14px;
  line-height: 28px;
}
.list-article ul li .child_news_more {
  position: absolute;
  right: 0;
  top: 0;
  width: 58px;
  height: 100%;
  border-left: 2px solid #fff;
  vertical-align: middle;
}
.list-article ul li .child_news_more i {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #5e5757;
  font-size: 47px;
}
.list-img {
  padding: 50px 0;
}
.list-img .pro_0_list {
  overflow: hidden;
  padding-bottom: 10px;
}
.list-img .pro_0_list ul {
  margin: 0 -20px 30px;
}
.list-img .pro_0_list ul li {
  position: relative;
  width: 33.3333%;
  margin-bottom: 20px;
  padding: 0 20px;
  min-height: auto;
  float: left;
  overflow: hidden;
}
.list-img .pro_0_list ul li a.img {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 67%;
  overflow: hidden;
  background-color: #FBFBFB;
}
.list-img .pro_0_list ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-img .pro_0_list ul li img,
.list-img .pro_0_list ul li a.jia,
.list-img .pro_0_list ul li i.bor2::after {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.list-img .pro_0_list ul li .title {
  position: relative;
  padding: 28px 15px;
  background-color: #f8f8f8;
}
.list-img .pro_0_list ul li .title span {
  font-family: DolceVita;
  font-size: 14px;
  color: #cccccc;
}
.list-img .pro_0_list ul li .title h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-img .pro_0_list ul li .title h5 a {
  color: #666;
}
.list-img .pro_0_list ul li .title p {
  color: #7d7d7d;
  font-family: DolceVita;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-img .pro_0_list ul li a.jia {
  opacity: 0;
  position: absolute;
  top: 28px;
  right: 23px;
  display: block;
  width: 12px;
  height: 12px;
  z-index: 10;
  color: #cf1a23;
}
.list-img .pro_0_list ul li i.bor2 {
  display: block;
  margin-top: 20px;
  height: 2px;
  background-color: #e5e5e5;
}
.list-img .pro_0_list ul li i.bor2::after {
  content: '';
  display: block;
  width: 10%;
  height: 100%;
  background-color: #cf1a23;
}
.list-img .pro_0_list ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.list-img .pro_0_list ul li:hover a.jia {
  opacity: 1;
}
.list-img .pro_0_list ul li:hover i.bor2::after {
  width: 100%;
}
.list-case .pro_0_list ul li {
  margin-bottom: 30px;
}
.list-case .pro_0_list ul li .title {
  background-color: transparent;
  padding: 15px 0 0;
  text-align: center;
}
.list-news-img {
  padding: 50px 0;
}
.list-news-img .news_0_list {
  background: #fff;
}
.list-news-img .news_0_list ul {
  margin-bottom: 30px;
}
.list-news-img .news_0_list ul li {
  position: relative;
  padding: 25px 0;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
}
.list-news-img .news_0_list ul li .img {
  position: relative;
  width: 33%;
  margin-right: 2%;
}
.list-news-img .news_0_list ul li .img .Ispic {
  padding-top: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.list-news-img .news_0_list ul li .img .Ispic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.list-news-img .news_0_list ul li .img .date {
  line-height: 30px;
  position: absolute;
  text-align: center;
  width: 80px;
  height: 80px;
  right: 0;
  top: 50%;
  margin-top: -40px;
  z-index: 2;
  background: #d50212;
  color: #fff;
  font-size: 14px;
}
.list-news-img .news_0_list ul li .img .date b {
  display: block;
  font-size: 32px;
  padding-top: 12px;
}
.list-news-img .news_0_list ul li h5 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-news-img .news_0_list ul li h5 i {
  width: 30px;
  height: 25px;
  border-bottom: 1px solid #d50212;
  display: block;
  margin-bottom: 26px;
}
.list-news-img .news_0_list ul li p {
  padding-top: 5px;
  line-height: 22px;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.list-news-img .news_0_list ul li .More {
  display: inline-block;
  margin-top: 41px;
  text-align: center;
  font-size: 14px;
  color: #d50212;
  width: 150px;
  line-height: 46px;
  background: #eee;
}
.list-news-img .news_0_list ul li .More i {
  font-family: "宋体";
  font-style: normal;
}
.list-news-img .news_0_list ul li:hover {
  background: #f8f8f8;
}
.list-news-img .news_0_list ul li:hover .img .Ispic img {
  transform: scale(1.1);
}
.list-news-img .news_0_list ul li:hover .More {
  background: #d50212;
  color: #fff;
}
.list-booking {
  padding: 50px 0;
}
.list-booking .booking_0_list {
  background: #fff;
}
.list-booking .booking_0_list ul .item-cell {
  position: relative;
  width: 31.3333%;
  margin-right: 3%;
  float: left;
  margin-bottom: 30px;
}
.list-booking .booking_0_list ul .item-cell:nth-child(3n) {
  margin-right: 0;
}
.list-booking .booking_0_list ul .item-cell .item-pic {
  position: relative;
  width: 40%;
  float: left;
  margin-right: 5%;
  padding-bottom: 55%;
}
.list-booking .booking_0_list ul .item-cell .item-pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.list-booking .booking_0_list ul .item-cell .item-cnt {
  width: 55%;
  float: left;
}
.list-booking .booking_0_list ul .item-cell .item-tit {
  padding: 5% 0 5px 0;
}
.list-booking .booking_0_list ul .item-cell .item-tit a {
  color: #222222;
  font-size: 20px;
}
.list-booking .booking_0_list ul .item-cell .item-date {
  font-size: 14px;
  color: #888888;
}
.list-booking .booking_0_list ul .item-cell .item-desc {
  position: absolute;
  left: 45%;
  bottom: 2%;
}
.list-booking .booking_0_list ul .item-cell .item-desc a {
  height: 25px;
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
}
.list-booking .booking_0_list ul .item-cell .item-desc a.view-1 {
  background: url(../img/ico_1.png) 0 center no-repeat;
  padding-left: 24px;
}
.list-talent {
  padding: 60px 0;
}
.list-talent .list-talent1 {
  margin-bottom: 60px;
}
.list-talent .list-talent1 .fl {
  width: 42%;
}
.list-talent .list-talent1 .fl img {
  display: block;
  width: 100%;
  max-width: 490px;
}
.list-talent .list-talent1 .con {
  padding-top: 50px;
  margin-left: 46%;
}
.list-talent .list-talent1 h2 {
  font-size: 30px;
  color: #cf1a23;
  text-transform: uppercase;
  font-weight: normal;
  font-family: barlow;
  line-height: 1;
}
.list-talent .list-talent1 h1 {
  font-size: 24px;
  line-height: 60px;
}
.list-talent .list-talent1 p {
  font-size: 15px;
  color: #666666;
  line-height: 26px;
  margin-bottom: 40px;
}
.list-talent .list-talent1 a {
  display: block;
  width: 150px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  border-radius: 23px;
  background-color: #f3642c;
}
.list-talent .cat-tit {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}
.list-talent .cat-tit h2 {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
}
.list-talent .cat-tit p {
  font-size: 30px;
  color: #f6f6f6;
  font-family: barlow;
  line-height: 40px;
  text-transform: uppercase;
}
.list-talent .talent-list dl {
  margin-bottom: 10px;
}
.list-talent .talent-list dl dt {
  line-height: 100px;
  background-color: #fafafa;
}
.list-talent .talent-list dl dt h2 {
  width: 33%;
  display: inline-block;
  color: #cf1a23;
  font-size: 20px;
  padding-left: 5%;
}
.list-talent .talent-list dl dt span {
  color: #888888;
}
.list-talent .talent-list dl dt .btn {
  width: 50px;
  text-align: center;
  float: right;
  font-size: 26px;
  margin-right: 5%;
  cursor: pointer;
}
.list-talent .talent-list dl dt .btn::before {
  display: block;
  content: '+';
}
.list-talent .talent-list dl dt.open .btn::before {
  content: '-';
}
.list-talent .talent-list dl dd {
  display: none;
  padding: 40px 0;
}
.list-talent .talent-list dl dd .ddbox > div {
  float: left;
  width: 50%;
}
.list-talent .talent-list dl dd .ddbox > div h3 {
  font-weight: normal;
  font-size: 18px;
  color: #f3642c;
  line-height: 1;
  margin-bottom: 20px;
}
.list-talent .talent-list dl dd .ddbox > div div {
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
}
.list-talent .talent-list dl dd .fl {
  padding-left: 5%;
  padding-right: 2.5%;
}
.list-talent .talent-list dl dd .fr {
  padding-left: 2.5%;
  padding-right: 5%;
}
.list-talent .talent-list dl dd .treat {
  padding: 0 5%;
  color: #e20e27;
}
.jobmess {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 560px;
  padding: 2%;
  transform: translate(-50%, -50%) scale(0);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.jobmess.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
}
.jobmess .close {
  position: absolute;
  right: 2%;
  top: 2%;
  font-size: 20px;
  cursor: pointer;
}
.jobmess h1 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #e20e27;
  line-height: 2.6;
}
.jobmess p {
  margin-bottom: 10px;
}
.jobmess .uploadfile {
  height: auto;
  line-height: inherit;
  width: calc(100% - 110px);
}
.jobmess .upload-btn {
  background-color: #fb4d61;
  height: auto;
  line-height: inherit;
}
.jobmess .upload-btn:hover {
  background-color: #e20e27;
}
.jobmess .edl-submit {
  border-color: #e20e27;
  background: linear-gradient(#fb4d61, #e20e27);
}
#page {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#page .pageinfo {
  margin-right: 3px;
  color: #808080;
  font-size: 14px;
  padding: 4px 10px;
  border: 1px solid #aaa;
  display: none;
}
#page .pageinfo strong {
  font-weight: normal;
  margin: 0 3px;
}
#page a {
  border: 1px solid #f97786;
  background: #fff;
  color: #808080;
  padding: 4px 10px;
  margin-left: 5px;
  transition: all 0.2s;
}
#page a:hover,
#page .curpage {
  background: #cf1a23;
  color: #fff;
  text-decoration: none;
  border: 1px solid #cf1a23;
}
#page .nopage {
  cursor: not-allowed;
}
#page .nopage:hover {
  background: #fff;
  color: #808080;
  border: 1px solid #aaa;
}
.pgejump {
  display: none;
}
.pgejump input {
  width: 30px;
  line-height: 32px;
  height: 32px;
  border: 0;
  text-align: center;
  border: 1px solid #ccc;
}
.pgejump #jump_btn_page {
  display: inline-block;
  line-height: 30px;
  height: 34px;
}
.content {
  padding: 50px 0;
}
.content .box {
  padding: 0 30px;
  background-color: #fff;
}
.content .detail-title {
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.content .detail-title h1 {
  font-size: 26px;
  line-height: 40px;
  padding-top: 45px;
  color: #191919;
}
.content .detail-title .d-t {
  padding: 5px 0;
  color: #969696;
}
.content .detail-title span.d {
  padding-right: 13px;
}
.content .detail-content {
  padding: 15px 15px 30px;
  line-height: 22px;
  border: 1px solid #f0f0f0;
  border-width: 1px 0;
}
.content .detail-content img {
  max-width: 100% !important;
  height: auto !important;
  margin: auto;
}
.content .detail-content video {
  max-width: 100% !important;
  height: auto !important;
  width: 800px;
}
.content .preNext {
  position: relative;
  line-height: 25px;
  padding-bottom: 30px;
}
.content .preNext span {
  display: block;
  width: 70%;
  border-bottom: 1px dotted #d9d9d9;
  padding: 15px 0;
}
.content .preNext span a {
  width: auto;
  height: 25px;
  display: inline-block;
}
.content .preNext span.return {
  position: absolute;
  right: 0;
  top: 50px;
  border-bottom: none;
  width: auto;
  padding: 0;
}
.content .preNext span.return a {
  color: #b30506;
  font-size: 16px;
  padding-right: 30px;
  background: url(../img/prenext.png) no-repeat right -75px;
}
.content .preNext span,
.content .preNext span a {
  color: #999;
}
.page .detail-title {
  margin-bottom: 20px;
}
.page .detail-title h1 {
  padding-top: 0;
}
@media screen and (max-width: 1680px) {
  .header .logo {
    margin-left: 100px;
  }
  .header .tel {
    padding-right: 13px;
  }
  .header .nav ul li {
    width: 90px;
  }
  .header .search {
    width: 100px;
  }
}
@media screen and (max-width: 1480px) {
  .header .logo {
    margin-left: 30px;
  }
  .header .logo img {
    width: 360px;
  }
}
@media screen and (max-width: 1300px) {
  body {
    padding-top: 54px;
  }
  .container {
    width: 1024px;
  }
  .header {
    height: 54px;
  }
  .header .logo {
    margin-left: 10px;
    padding-top: 7px;
  }
  .header .logo img {
    width: 300px;
  }
  .header .tel {
    display: none;
  }
  .header .nav ul li {
    width: 80px;
  }
  .header .search {
    width: 80px;
    height: 54px;
  }
  .header .search div {
    width: 300px;
    padding: 10px 0 0 20px;
  }
  .footer .foot .navf {
    display: none;
  }
  .nybanner {
    height: 390px;
  }
  .nybanner .column {
    top: 95px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    width: 992px;
  }
  .list-img .pro_0_list ul li a.img {
    height: 210px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
    padding-top: 45px;
  }
  .container {
    width: 768px;
  }
  .header {
    height: 45px;
  }
  .header .logo {
    padding-top: 4px;
  }
  .header .logo img {
    width: auto;
    height: 38px;
  }
  .header .nav {
    display: none;
  }
  .header .search {
    margin-right: 45px;
    width: 38px;
    height: 45px;
  }
  .header .search i {
    color: #3f3f3f;
    background-color: transparent;
    font-size: 22px;
  }
  .header .search div {
    width: 66vw;
  }
  .header .search form {
    position: absolute;
    height: 50px;
  }
  .header .search form input {
    height: 26px;
    line-height: 26px;
    text-indent: 10px;
  }
  .header .search form.show {
    top: 105%;
  }
  .header .icon {
    top: 50%;
  }
  .header .icon,
  .header .icon:before,
  .header .icon:after {
    left: 0;
    position: absolute;
    background-color: #4e4f4f;
    transition-duration: 0.5s;
    height: 3px;
    width: 100%;
  }
  .header .icon:before {
    width: 120%;
    top: -10px;
    content: "";
  }
  .header .icon:after {
    width: 120%;
    top: 10px;
    content: "";
  }
  .header .a_txt {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000;
  }
  .header .a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0b0d19;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
  .header .a_txt .div2 {
    position: absolute;
    width: 20%;
    left: 0px;
    top: 5%;
    z-index: 100;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .header .a_txt .div3 {
    position: absolute;
    width: 80%;
    right: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    z-index: 100;
    right: -80%;
    overflow-y: auto;
  }
  .header .a_txt .div3 ul {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10%;
  }
  .header .a_txt .div3 ul li {
    border-bottom: 1px solid #232530;
  }
  .header .a_txt .div3 ul li a {
    display: block;
    height: 50px;
    color: #fff;
    line-height: 50px;
    padding-left: 5%;
    font-size: 16px;
  }
  .header .a_txt .div3 ul li .a_js2 {
    background: url(../img/plus.png) 95% center no-repeat;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  .header .a_txt .div3 ul li .a_js2_on {
    background: url(../img/reduce.jpg) 95% center no-repeat;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  .header .a_txt .div3 ul li .a_txt2 {
    display: none;
  }
  .header .a_txt .div3 ul li .a_txt2 a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .header .menu {
    display: block;
    width: 24px;
    position: relative;
    transition-duration: 1s;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 999;
    cursor: pointer;
  }
  .header .menu .icon {
    transition-duration: 0.5s;
    transition-delay: 0.5s;
  }
  .header .menu .icon:after {
    transition: transform 0.5s, top 0.5s 0.5s;
  }
  .header .menu .icon:before {
    transition: transform 0.5s, top 0.5s 0.5s;
  }
  .header .menu.open .icon {
    transition-duration: 0.1s;
    transition-delay: 0.5s;
    background: transparent;
  }
  .header .menu.open .icon:before {
    transition: top 0.5s, transform 0.5s 0.5s;
    top: 0px;
    transform: rotateZ(-45deg);
  }
  .header .menu.open .icon:after {
    transition: top 0.4s, transform 0.5s 0.5s;
    top: 0px;
    transform: rotateZ(45deg);
  }
  .footer .bottom span.a {
    float: none;
    display: inline-block;
  }
  .side {
    top: auto;
    right: 2%;
    bottom: 5%;
    margin-top: 0;
    width: 40px;
  }
  .side li {
    width: 40px;
    height: 40px;
    display: none;
  }
  .side li i {
    margin-top: 8px;
  }
  .nybanner {
    height: 2.6rem;
  }
  .nybanner .column {
    top: 0.78rem;
    width: 2rem;
    height: 1.5rem;
  }
  .nybanner .column h2 {
    font-size: 0.32rem;
    padding-top: 0.46rem;
    line-height: 0.32rem;
    text-indent: 0.37rem;
  }
  .nybanner .column p {
    font-size: 0.16rem;
  }
  .nybanner .column p i {
    margin-right: 0.1rem;
    margin-left: 0.37rem;
  }
  .nav-location {
    line-height: 50px;
  }
  .nav-location .container {
    flex-direction: column-reverse;
  }
  .nynav ul li a {
    padding: 0 0.2rem;
  }
  .nynav ul li a::after {
    display: none;
  }
  .nynav ul li.active a {
    color: #cf1a23;
  }
  .location {
    margin: 0 -0.2rem;
    padding: 0 0.2rem;
    background-color: #f8f8f8;
  }
  .sub_nav {
    margin-top: 0.16rem;
    overflow-x: auto;
  }
  .sub_nav ul {
    width: max-content;
  }
  .sub_nav li {
    line-height: 38px;
  }
  .list-about {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .list-about .aboutcon .pic {
    float: none;
    margin-left: 0;
    margin-bottom: 5%;
    text-align: center;
  }
  .list-about .aboutcon .tit {
    margin-bottom: 0.3rem;
  }
  .list-about .aboutcon .tit .cn {
    font-size: 18px;
    text-align: center;
  }
  .list-about .aboutcon .tit .en {
    text-align: center;
    margin-top: 0.15rem;
  }
  .list-about .aboutcon p {
    line-height: 30px;
  }
  .list-contact {
    padding: 0.5rem 0;
  }
  .list-contact .box .contact {
    width: 100%;
    position: static;
  }
  .list-contact .box .contact a {
    margin-top: 0.3rem;
    width: 100%;
    line-height: 0.8rem;
    text-align: center;
    color: #fff;
    background-color: #cf1a23;
  }
  .list-article,
  .list-news-img,
  .list-img,
  .list-booking {
    padding: 0.5rem 0;
  }
  .list-article ul li .child_news_time {
    width: 100px;
  }
  .list-article ul li .child_news_time_wrap > h5 {
    font-size: 40px;
    line-height: 30px;
  }
  .list-article ul li .child_news_time_wrap > h6 {
    font-size: 14px;
  }
  .list-article ul li .child_news_words {
    margin-right: 30px;
    margin-left: 100px;
  }
  .list-article ul li .child_news_words > h4 {
    font-size: 16px;
  }
  .list-article ul li .child_news_words > p {
    line-height: 24px;
    height: 48px;
  }
  .list-article ul li .child_news_more {
    width: 30px;
  }
  .list-article ul li .child_news_more i {
    font-size: 24px;
  }
  .list-news-img .news_0_list ul li p {
    line-height: 24px;
  }
  .list-news-img .news_0_list ul li .img .Ispic {
    padding-top: 185px;
  }
  .list-news-img .news_0_list ul li h5 {
    font-size: 16px;
  }
  .list-news-img .news_0_list ul li h5 i {
    height: 12px;
    margin-bottom: 10px;
  }
  .list-news-img .news_0_list ul li .More {
    width: 120px;
    line-height: 35px;
  }
  .list-img .pro_0_list ul li {
    width: 50%;
  }
  .list-img .pro_0_list ul li a.img {
    height: 240px;
  }
  .list-case .pro_0_list ul li {
    margin-bottom: 0.3rem;
  }
  .list-talent {
    padding: 0.5rem 0;
  }
  .list-talent .list-talent1 {
    margin-bottom: 0.5rem;
  }
  .list-talent .list-talent1 .fl {
    display: none;
  }
  .list-talent .list-talent1 .con {
    margin-left: 0;
    padding-top: 0;
  }
  .list-talent .list-talent1 h2 {
    font-size: 0.3rem;
  }
  .list-talent .list-talent1 h1 {
    font-size: 0.28rem;
    line-height: 0.6rem;
  }
  .list-talent .list-talent1 p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0.4rem;
  }
  .list-talent .talent-list dl dt {
    line-height: 1rem;
  }
  .list-talent .talent-list dl dt h2 {
    width: 33%;
    font-size: 18px;
    padding-left: 2%;
    font-weight: normal;
  }
  .list-talent .talent-list dl dt .btn {
    width: 1rem;
    font-size: 0.5rem;
    margin-right: 0;
  }
  .list-talent .talent-list dl dd {
    padding: 0.4rem 0;
  }
  .list-talent .talent-list dl dd .ddbox > div {
    float: none;
    width: auto;
    padding: 0;
  }
  .list-talent .talent-list dl dd .ddbox > div h3 {
    font-size: 16px;
    margin-bottom: 0.2rem;
  }
  .list-talent .talent-list dl dd .ddbox > div div {
    font-size: 13px;
    line-height: 22px;
  }
  .content {
    padding: 0.5rem 0;
  }
  .content .box {
    padding: 0;
  }
  .content .sector_content {
    padding-top: 0.2rem;
  }
  .content .detail-title h1 {
    padding-top: 0.1rem;
    font-size: 0.3rem;
    line-height: 1.6;
  }
  .content .detail-content {
    margin-top: 0.2rem !important;
    margin-bottom: 0.3rem !important;
    padding: 0.15rem 0.15rem 0.3rem;
  }
  .content .detail-content * {
    font-size: 0.28rem !important;
    line-height: 1.8 !important;
  }
  .content.lawyer .box {
    padding-top: 0.02rem;
  }
  .content.lawyer .detail-thumb {
    float: none;
    padding: 0 0.15rem;
    min-width: 280px;
    margin: 0 auto;
  }
  .content.lawyer .detail-content {
    margin-left: 0;
    margin-top: 0 !important;
    font-size: 16px;
  }
  .content.lawyer .detail-content .title {
    text-align: center;
  }
  .page .detail-title {
    margin-bottom: 0.2rem;
  }
  .page .detail-title h1 {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .NewsList .imgbox {
    padding-top: 120px;
  }
  .NewsList .info {
    padding-top: 5px;
  }
  .NewsList .tit {
    font-size: 15px;
  }
  .NewsList .tit i {
    height: 5px;
    margin-bottom: 5px;
  }
  .NewsList .More {
    margin-top: 5px;
    width: 88px;
    line-height: 30px;
  }
  .NewsList .date {
    line-height: 20px;
    width: 50px;
    font-size: 12px;
    bottom: 0;
    top: auto;
    height: 50px;
    margin-top: -25px;
  }
  .NewsList .date b {
    font-size: 18px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 790px) {
  .container {
    width: 100%;
    padding: 0 0.2rem;
  }
  .footer {
    padding-top: 0.4rem;
  }
  .footer .foot {
    position: relative;
    padding-bottom: 0.4rem;
  }
  .footer .foot .logof {
    display: none;
  }
  .footer .foot .m_tel {
    display: block;
    float: left;
  }
  .footer .foot .m_tel li + li {
    margin-top: 0.4rem;
  }
  .footer .foot .m_tel li a {
    display: flex;
    align-items: center;
  }
  .footer .foot .m_tel li i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.39rem;
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.2rem;
    color: #fff;
    border-radius: 50%;
    background-color: #cf1a23;
    box-shadow: 0 0 20px rgba(167, 4, 4, 0.3);
  }
  .footer .foot .m_tel li h2 {
    font-size: 0.4rem;
    font-family: DolceVita;
    color: #fff;
    font-weight: normal;
    line-height: 0.5rem;
  }
  .footer .foot .m_tel li h3 {
    font-size: 0.28rem;
    color: #fff;
    font-weight: normal;
    line-height: 0.5rem;
  }
  .footer .foot .m_tel li p {
    font-size: 0.24rem;
    line-height: 1;
    color: #7d7d7d;
  }
  .footer .foot .code {
    position: absolute;
    right: 0;
    padding-top: 0;
    top: -0.1rem;
  }
  .footer .foot .code li {
    padding-left: 0.3rem;
  }
  .footer .foot .code li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.3rem;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 1.05;
  }
  .footer .foot .code li img {
    width: 1.2rem;
    border-radius: 0.06rem;
  }
  .footer .foot .code li:first-child {
    display: none;
  }
  .footer .bottom {
    padding: 0.2rem 0;
  }
  .list-news-img .news_0_list {
    padding: 0 0 0.3rem;
  }
  .list-news-img .news_0_list ul li {
    padding: 10px 0;
  }
  .list-news-img .news_0_list ul li .img .Ispic {
    padding-top: 120px;
  }
  .list-news-img .news_0_list ul li .img .date {
    line-height: 20px;
    width: auto;
    padding: 0 6px;
    font-size: 12px;
    bottom: 0;
    top: auto;
    height: 50px;
    margin-top: -25px;
  }
  .list-news-img .news_0_list ul li .img .date b {
    font-size: 18px;
    padding-top: 5px;
  }
  .list-news-img .news_0_list ul li h5 {
    font-size: 15px;
  }
  .list-news-img .news_0_list ul li h5 i {
    height: 5px;
    margin-bottom: 5px;
  }
  .list-news-img .news_0_list ul li .More {
    margin-top: 5px;
    width: 88px;
    line-height: 30px;
  }
  .list-img .pro_0_list ul {
    margin: 0 0 0.3rem;
  }
  .list-img .pro_0_list ul li {
    width: 100%;
    padding: 0;
  }
  .list-img .pro_0_list ul li a.img {
    height: 65vw;
  }
  .list-img .pro_0_list ul li .title {
    padding: 0.15rem;
  }
  .list-img .pro_0_list ul li .title h5 {
    font-size: 16px;
  }
  .list-booking .booking_0_list ul .item-cell {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .list-contact .box .contact {
    height: auto;
    padding: 20px;
  }
  .list-contact .box .contact ul {
    padding: 10px 0;
    border-bottom: 0;
  }
  .list-contact .box .contact ul li {
    line-height: 30px;
  }
  .list-contact .box .contact ul li i {
    font-size: 18px;
    line-height: 30px;
    margin-right: 0.1rem;
  }
  .list-contact .box .mapbox .Map {
    height: 300px;
  }
  .page_mess {
    padding: 0.5rem 0;
    height: auto;
  }
  .page_mess .box {
    padding-top: 0.3rem;
    font-size: 14px;
  }
  .page_mess .box .li2 {
    margin-bottom: 0.2rem;
  }
  .page_mess .box .li2 input {
    height: 0.6rem;
    text-indent: 0.3rem;
  }
  .page_mess .box .li2 input:nth-child(1),
  .page_mess .box .li2 input:nth-child(2),
  .page_mess .box .li2 input:nth-child(3),
  .page_mess .box .li2 input:nth-child(4) {
    width: 49%;
    margin-left: 0;
  }
  .page_mess .box .li2 input:nth-child(1),
  .page_mess .box .li2 input:nth-child(2) {
    margin-bottom: 0.2rem;
  }
  .page_mess .box .li2 input:nth-child(2),
  .page_mess .box .li2 input:nth-child(4) {
    margin-left: 2%;
  }
  .page_mess .box .li1 {
    margin-bottom: 0.2rem;
  }
  .page_mess .box .li1 textarea {
    padding: 0.15rem 0.3rem;
  }
  .page_mess .box .li3 .fl input,
  .page_mess .box .li3 .fl img,
  .page_mess .box .li3 .fr input {
    width: 1.5rem;
    height: 0.6rem !important;
  }
  .page_mess .box .li3 .fl input {
    text-indent: 0.15rem;
  }
  .page_mess .box .li3 .fr input {
    font-size: 12px;
  }
  .page_mess .box .li3 .fl img {
    margin-left: 0.2rem;
  }
  #page {
    font-size: 0.14rem;
    line-height: 0.3rem;
  }
  #page a {
    padding: 0.04rem 0.1rem;
    margin-left: 0.05rem;
  }
}
@media screen and (max-width: 480px) {
  .nybanner .column {
    display: none;
  }
  .list-article ul li .child_news_time {
    width: 80px;
  }
  .list-article ul li .child_news_time_wrap > h5 {
    font-size: 30px;
  }
  .list-article ul li .child_news_time_wrap > h6 {
    font-size: 12px;
  }
  .list-article ul li .child_news_words {
    margin-right: 0;
    margin-left: 80px;
  }
  .list-article ul li .child_news_words > h4 {
    font-size: 15px;
  }
  .list-article ul li .child_news_words > p {
    line-height: 20px;
    height: 40px;
  }
  .list-article ul li .child_news_more {
    display: none;
  }
  .content .preNext span {
    width: auto;
    padding: 6px 0;
  }
  .content .preNext span.return {
    position: relative;
    top: 0;
    margin-top: 10px;
    float: right;
  }
}
@media screen and (max-width: 375px) {
  .header .logo img {
    width: 220px;
  }
}
