<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  font-family: Microsoft YaHei;
}
.overflow1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear {
  clear: both;
}
.text-primary {
  color: #14997E;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.fz16 {
  font-size: 16px;
}
.fwb {
  font-weight: bold;
}
h3,
h4 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.wrap {
  margin: 0 auto;
  width: 1200px;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.clear {
  clear: both;
}
.header {
  position: relative;
  box-sizing: border-box;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 4px 43px 0px rgba(236, 236, 236, 0.35);
}
.top {
  background: #fff;
}
.top .welcome {
  height: 30px;
  background: #F2F2F2;
  line-height: 30px;
  font-size: 12px;
  color: #333333;
}
.top .top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
.top .top-content .right {
  display: flex;
}
.top .top-content .right .tel {
  font-size: 20px;
  font-weight: bold;
  color: #C70006;
}
.top .top-content .right .tel .iconfont {
  font-size: 30px;
  color: #C70006;
  font-weight: 400;
}
.top .top-content .right .search {
  display: flex;
  margin-left: 26px;
}
.top .top-content .right .search input {
  width: 200px;
  height: 40px;
  border: 1px solid #C70006;
  outline: none;
  padding-left: 20px;
  box-sizing: border-box;
}
.top .top-content .right .search .btn {
  width: 80px;
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  background: #C70006;
  border: 1px solid #C70006;
  color: #fff;
}
.top .nav {
  display: flex;
  height: 62px;
  background: #C70006;
}
.top .navBar {
  display: flex;
  height: 62px;
}
.top .navBar li {
  width: 172px;
  height: 62px;
  position: relative;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.top .navBar li.on {
  height: 70px;
  top: -8px;
  border-right: none;
}
.top .navBar li.on::before {
  content: '';
  display: block;
  width: 0px;
  border-left: 0 solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #940004;
  position: absolute;
  top: 0px;
  right: -4px;
}
.top .navBar li.on .tit {
  height: 70px;
  background: #EE0007;
  font-weight: 700;
}
.top .navBar li:hover {
  height: 70px;
  top: -8px;
  border-right: none;
  position: relative;
  left: -1px;
}
.top .navBar li:hover::before {
  content: '';
  display: block;
  width: 0px;
  border-left: 0 solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #940004;
  position: absolute;
  top: -70px;
  right: -4px;
}
.top .navBar li:hover .tit {
  height: 70px;
  background: #EE0007;
  font-weight: 700;
}
.top .navBar li:hover .sub {
  display: block;
}
.top .navBar li:hover::before {
  height: 100%;
}
.top .navBar .tit {
  font-size: 16px;
  height: 62px;
  line-height: 62px;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .navBar .sub {
  position: absolute;
  left: 50%;
  width: 171px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: none;
  transform: translateX(-50%);
}
.top .navBar .sub a {
  background: #fff;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #F3F5F8;
  border: none;
}
.top .navBar .sub a:hover {
  background: #C70006;
  font-weight: 700;
  color: #fff;
}
.com-tit {
  text-align: center;
}
.com-tit p:nth-of-type(1) {
  font-size: 34px;
  color: #333333;
}
.com-tit p:nth-of-type(1) span:nth-child(2) {
  color: #C70006;
}
.com-tit p:nth-of-type(2) {
  font-size: 18px;
  color: #000000;
  margin-top: 5px;
}
.service {
  margin-top: 60px;
}
.service .list {
  margin-top: 36px;
}
.service .list ul {
  display: flex;
  flex-wrap: wrap;
}
.service .list ul li {
  width: 390px;
  margin-top: 20px;
  margin-right: 15px;
}
.service .list ul li:hover .img {
  transform: scale(1.1);
}
.service .list ul li:hover .text {
  background: #C70006;
}
.service .list ul li:hover .text p {
  color: #fff !important;
}
.service .list ul li:nth-child(3n) {
  margin-right: 0;
}
.service .list ul li .img-wrap {
  width: 390px;
  height: 239px;
  overflow: hidden;
}
.service .list ul li .img-wrap .img {
  width: 390px;
  height: 239px;
}
.service .list ul li .text {
  width: 100%;
  height: 94px;
  padding: 0 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FAFAFA;
}
.service .list ul li .text p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.service .list ul li .text p:nth-child(2) {
  font-size: 16px;
  color: #999999;
  margin-top: 5px;
}
.about {
  margin-top: 65px;
  position: relative;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.about .left {
  width: 605px;
}
.about .left p:nth-child(1) {
  font-size: 34px;
  color: #C70006;
}
.about .left p:nth-child(2) {
  font-size: 16px;
  color: #999999;
}
.about .left p:nth-child(3) {
  font-size: 16px;
  color: #333333;
  margin-top: 26px;
  line-height: 38px;
}
.about .left .more {
  width: 126px;
  height: 36px;
  line-height: 36px;
  background: #C70006;
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}
.about .left .more .iconfont {
  margin-left: 10px;
}
.about .left .more a {
  color: #FFFFFF;
}
.about .right {
  width: 562px;
  height: 346px;
}
.about .right .img {
  width: 100%;
  height: 100%;
}
.mid-banner {
  background: #C70006;
  height: 140px;
  position: relative;
}
.mid-banner img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 140px;
}
.mid-banner .text {
  height: 100%;
  display: flex;
  align-items: center;
}
.mid-banner .text .des p:nth-child(1) {
  height: 32px;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
}
.mid-banner .text .des p:nth-child(2) {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 37px;
  opacity: 0.59;
  margin-top: 5px;
  font-weight: 200;
}
.mid-banner .text .tel {
  margin-left: 50px;
  font-size: 28px;
  font-weight: bold;
  color: #FFC001;
}
.register {
  margin-top: 50px;
}
.register .register-list {
  margin-top: 55px;
}
.register .register-list &gt; ul {
  display: flex;
}
.register .register-list &gt; ul li {
  width: 377px;
  margin-right: 34px;
  position: relative;
}
.register .register-list &gt; ul li p.tit {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 30px;
}
.register .register-list &gt; ul li:nth-child(3) {
  margin-right: 0;
}
.register .register-list &gt; ul li .img {
  width: 100%;
  height: 223px;
  position: absolute;
  top: 0;
}
.register .register-list &gt; ul li .content {
  width: 346px;
  background: #FFFFFF;
  box-shadow: 0px 10px 46px 0px rgba(230, 230, 230, 0.68);
  z-index: 100;
  position: relative;
  top: 92px;
  left: 16px;
  padding-top: 1px;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.register .register-list &gt; ul li .content ul {
  margin-top: 40px;
}
.register .register-list &gt; ul li .content ul li {
  padding: 0 20px;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.register .register-list &gt; ul li .content ul li &gt; div:nth-child(1) {
  width: 62px;
  height: 62px;
  background: rgba(249, 106, 9, 0.09);
  border: 4px solid #F96A09;
  border-radius: 50%;
  font-size: 18px;
  color: #F96A09;
  line-height: 62px;
  text-align: center;
  font-weight: 600;
}
.register .register-list &gt; ul li .content ul li &gt; div:nth-child(2) {
  margin-left: 15px;
}
.register .register-list &gt; ul li .content ul li &gt; div:nth-child(2) p:nth-child(1) {
  font-size: 18px;
  color: #111111;
  font-weight: 700;
}
.register .register-list &gt; ul li .content ul li &gt; div:nth-child(2) p:nth-child(2) {
  font-size: 16px;
  color: #999999;
  margin-top: 3px;
}
.register .register-list &gt; ul li .content .details {
  width: 305px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #C70006;
  margin: 0 auto;
  margin-top: 35px;
}
.register .register-list &gt; ul li .content .details a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.answer {
  width: 100%;
  height: 622px;
  margin-top: 150px;
  background: #C70006 url('../images/index_40.png') no-repeat center / cover;
  padding-top: 50px;
  box-sizing: border-box;
}
.answer .com-tit p {
  color: #fff !important;
}
.answer .com-tit p span {
  color: #fff !important;
}
.answer .com-tit p:nth-child(2) {
  font-weight: 300;
  opacity: 0.74;
  margin-top: 3px;
}
.answer .cont {
  margin-top: 50px;
  display: flex;
}
.answer .cont .li {
  display: flex;
  width: 582px;
}
.answer .cont .li:nth-child(2) {
  margin-left: 35px;
}
.answer .cont .li .left .tit {
  height: 50px;
  background: rgba(225, 225, 225, 0.57);
  font-size: 22px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  display: inline-block;
  min-width: 187px;
  box-sizing: border-box;
  padding: 0 20px;
}
.answer .cont .li .left .list li {
  display: flex;
  justify-content: space-between;
  width: 582px;
  cursor: pointer;
}
.answer .cont .li .left .list li .ans {
  display: block;
  height: 47px;
  background: rgba(225, 225, 225, 0.1);
  font-size: 16px;
  color: #FFFFFF;
  padding: 0 15px;
  margin-top: 20px;
  line-height: 47px;
  max-width: 410px;
  box-sizing: border-box;
}
.answer .cont .li .left .list li .ans:hover {
  font-weight: 700;
}
.answer .cont .li .left .list li a {
  width: 140px;
  height: 47px;
  background: #FFFFFF;
  line-height: 47px;
  font-size: 18px;
  color: #232120;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.answer .cont .li .left .list li a:hover {
  font-weight: 700;
}
.answer .cont .li .left .list li a .iconfont {
  color: #EE0007;
  font-size: 30px;
  margin-right: 5px;
}
.answer .cont .li .right {
  margin-top: 70px;
}
.new {
  margin-top: 64px;
  margin-bottom: 80px;
}
.new .cont {
  margin-top: 55px;
}
.new .left {
  position: relative;
  width: 500px;
  height: 371px;
}
.new .left .bd li {
  position: relative;
}
.new .left .bd .img-wrap {
  width: 500px;
  height: 371px;
}
.new .left .bd .img-wrap:hover {
  overflow: hidden;
}
.new .left .bd .img-wrap:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.new .left .bd .img-wrap .img {
  width: 100%;
  height: 100%;
}
.new .left .bd .text {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  padding-left: 13px;
  box-sizing: border-box;
}
.new .left .bd .text span {
  display: block;
  width: 400px;
}
.new .left .hd {
  position: absolute;
  bottom: 19px;
  right: 19px;
}
.new .left .hd ul {
  display: flex;
}
.new .left .hd ul li {
  width: 9px;
  height: 9px;
  background: #E3E3E3;
  border-radius: 50%;
  margin-right: 8px;
}
.new .left .hd ul li.on {
  background: #FFFFFF;
}
.new .right {
  margin-left: 40px;
}
.new .right li {
  margin-top: 30px;
}
.new .right li:nth-child(1) {
  margin-top: 0;
}
.new .right a {
  display: flex;
}
.new .right a:hover .cont-box p:nth-child(1) {
  color: #C70006;
}
.new .right a:hover .date {
  background: #C70006;
}
.new .right a:hover .date p {
  color: #fff !important;
}
.new .right a .date {
  width: 106px;
  height: 103.5px;
  background: #F3F3F3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.new .right a .date p:nth-child(1) {
  font-size: 38px;
  color: #666666;
}
.new .right a .date p:nth-child(2) {
  font-size: 16px;
  color: #999999;
}
.new .right a .cont-box {
  width: 539px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
}
.new .right a .cont-box p:nth-child(1) {
  width: 100%;
  font-size: 16px;
  color: #333333;
}
.new .right a .cont-box p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-top: 10px;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
  display: block;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #b5b5b5;
}
.banner .hd li.on {
  background: #14997E;
  width: 50rpx;
}
.common-left {
  width: 238px;
  background: #FFFFFF;
  box-shadow: 0px 10px 62px 0px rgba(230, 230, 230, 0.92);
  box-sizing: border-box;
  float: left;
}
.common-left .tit {
  font-size: 22px;
  color: #333333;
  height: 87px;
  line-height: 87px;
  font-weight: 700;
  border-bottom: 1px solid #F5F5F5;
  padding-left: 25px;
  display: flex;
  align-items: center;
}
.common-left .tit .iconfont {
  font-size: 26px;
  margin-right: 9px;
  font-weight: 400;
}
.common-left .nav-list .p-li {
  line-height: 65px;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #F5F5F5;
}
.common-left .nav-list .p-li:hover &gt; a,
.common-left .nav-list .p-li.on &gt; a {
  color: #fff;
  background: #C70006;
}
.common-left .nav-list .p-li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #333333;
  padding-left: 25px;
  box-sizing: border-box;
}
.common-left .nav-list .p-li .iconfont {
  font-size: 20px;
  margin-right: 14px;
  font-weight: 700;
}
.common-left .nav-list .p-li .sub li {
  border-bottom: 1px solid #F5F5F5;
}
nt .common-left .nav-list .p-li .sub li:hover a {
  color: #C70006;
}
.common-left .nav-list .p-li .sub li a {
  font-size: 16px;
  color: #666666;
  padding-left: 40px;
}
.common-right {
  margin-left: 40px;
  width: 922px;
  float: left;
}
.common-right .top {
  height: 40px;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #f5f5f5f5;
  line-height: 35px;
}
.ny-com-nav {
  font-size: 14px;
  color: #333333;
  height: 72px;
  line-height: 72px;
  border-bottom: 1px dashed #EEEEEE;
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}
.ny-com-nav a {
  margin: 0 5px;
}
.ny-com-nav .line {
  width: 9px;
  height: 17px;
  background: #333333;
  display: block;
  margin-right: 12px;
}
.ny-product {
  margin-top: 65px;
  margin-bottom: 80px;
}
.ny-product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .list ul li {
  width: 292px;
  margin-right: 22px;
  margin-top: 26px;
}
.ny-product .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-product .list ul li:hover .text {
  background: #C70006;
}
.ny-product .list ul li:hover .text p {
  color: #fff !important;
}
.ny-product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product .list ul li .img-wrap {
  width: 292px;
  height: 179px;
  overflow: hidden;
}
.ny-product .list ul li .img-wrap .img {
  width: 100%;
  height: 100%;
}
.ny-product .list ul li .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 68px;
  background: #FAFAFA;
}
.ny-product .list ul li .text p {
  padding: 0 20px;
  box-sizing: border-box;
}
.ny-product .list ul li .text p:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
}
.ny-product .list ul li .text p:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.ny-new {
  margin-bottom: 80px;
  margin-top: 65px;
}
.ny-new .new-list {
  margin-top: 15px;
}
.ny-new .new-list ul li {
  padding: 30px 0;
  border-bottom: 1px dashed #F5F5F5;
}
.ny-new .new-list ul li:hover .text p:nth-child(1) {
  color: #C70006;
}
.ny-new .new-list ul li:hover .img-wrap {
  overflow: hidden;
}
.ny-new .new-list ul li:hover .img-wrap .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-new .new-list ul li a {
  display: flex;
}
.ny-new .new-list ul li a .img-wrap {
  width: 195px;
  height: 145px;
}
.ny-new .new-list ul li a .img-wrap .img {
  width: 100%;
  height: 100%;
}
.ny-new .new-list ul li a .text {
  width: 710px;
  margin-left: 17px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ny-new .new-list ul li a .text p:nth-child(1) {
  font-size: 16px;
  color: #333333;
}
.ny-new .new-list ul li a .text p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: 15px;
  text-align: justify;
}
.ny-new .new-list ul li a .text p:nth-child(3) {
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
}
.footer {
  background: #222222;
  box-sizing: border-box;
  padding-bottom: 25px;
}
.footer .link {
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #46464631;
}
.footer .link .tit {
  font-size: 18px;
  color: #FFFFFF;
}
.footer .link a {
  font-size: 14px;
  color: #D9D9D9;
  margin-right: 20px;
}
.footer .cont {
  display: flex;
  justify-content: space-between;
}
.footer .cont .left {
  margin-top: 78px;
}
.footer .middle {
  margin-top: 45px;
}
.footer .middle .f-tit {
  font-size: 14px;
  color: #CCCCCC;
  line-height: 32px;
}
.footer .middle .f-tit span {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.footer .f-nav .tit {
  font-size: 18px;
  color: #fff;
  margin-top: 45px;
}
.footer .f-nav .nav-list {
  margin-top: 16px;
  display: flex;
  width: 183px;
  justify-content: space-between;
}
.footer .f-nav .nav-list ul {
  display: flex;
  font-size: 14px;
  color: #EEEEEE;
  flex-direction: column;
  line-height: 37px;
}
.footer .f-nav .nav-list ul li a {
  color: #eee;
}
.footer .ewm {
  margin-top: 63px;
  text-align: center;
}
.footer .ewm .text {
  color: #fff;
  font-size: 14px;
}
.footer .ewm img {
  width: 128px;
  height: 128px;
}
.copy-right {
  width: 100%;
  background: #111111;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  height: 58px;
  line-height: 58px;
  text-align: center;
}
.copy-right a {
  color: #fff;
}
.ny-news {
  margin-top: 35px;
  margin-bottom: 80px;
}
.ny-news .common-title {
  margin-bottom: 10px;
}
.ny-news .common-right .list &gt; ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  padding: 30px 30px 30px 0px;
  box-sizing: border-box;
  border-top: 1px solid #EEEEEE;
  position: relative;
  z-index: 0;
}
.ny-news .common-right .list &gt; ul li:nth-last-child(1) {
  border-top: 1px solid #EEEEEE;
}
.ny-news .common-right .list &gt; ul li:nth-child(1) {
  border-top: none;
}
.ny-news .common-right .list &gt; ul li:hover {
  box-shadow: 0px 11px 32px 0px rgba(196, 196, 196, 0.35);
  padding-left: 30px;
  margin-top: -1px;
  position: relative;
  z-index: 100000000000000000000000000;
  border: none;
}
.ny-news .common-right .list &gt; ul li:hover + li {
  border-top: none;
}
.ny-news .common-right .list &gt; ul li:hover .btn {
  background: #FF6731;
  color: #fff !important;
}
.ny-news .common-right .list &gt; ul li:hover .tit {
  color: #FF6731 !important;
}
.ny-news .common-right .list &gt; ul li .img-box {
  width: 242px;
  height: 158px;
  position: relative;
  overflow: hidden;
}
.ny-news .common-right .list &gt; ul li .img-box img {
  position: absolute;
  top: 50%;
  width: auto;
  min-height: 100%;
  transform: translateY(-50%);
  max-width: 100%;
}
.ny-news .common-right .list &gt; ul li a {
  display: flex;
}
.ny-news .common-right .list &gt; ul li .text {
  margin-left: 16px;
  width: 77%;
}
.ny-news .common-right .list &gt; ul li .text &gt; div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  color: #666666;
  line-height: 26px;
}
.ny-news .common-right .list &gt; ul li .text &gt; div:nth-child(1) .tit {
  width: 403px;
}
.ny-news .common-right .list &gt; ul li .text &gt; div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.ny-news .common-right .list &gt; ul li .text &gt; div:nth-child(2) .dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.ny-news .common-right .list &gt; ul li .text &gt; div:nth-child(3) {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.ny-page {
  margin-top: 65px;
  margin-bottom: 80px;
}
.ny-page .content {
  margin-top: 45px;
}
.ny-contact {
  margin-top: 65px;
  margin-bottom: 80px;
  display: block;
}
.ny-contact .common-right {
  background: url('../images/contact_03.png') no-repeat 2px 0px;
  margin-left: 0;
  padding-left: 40px;
}
.ny-contact .top-cont {
  font-size: 16px;
  color: #333333;
  line-height: 35px;
  margin-top: 45px;
}
.ny-contact .top-cont .tit {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-top: 15px;
}
.ny-contact .map {
  margin-top: 56px;
}
.message {
  padding: 30px 20px;
  box-sizing: border-box;
  margin-top: 55px;
  box-shadow: 9px 5px 62px 0px rgba(242, 242, 242, 0.78);
}
.message h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.message .input {
  display: flex;
  margin-top: 15px;
}
.message .input &gt; div {
  width: calc(33% - 14px);
}
.message .input &gt; div input {
  height: 100%;
  border: none;
  outline: none;
  background: #F6F6F6;
  margin-top: 14px;
  width: 100%;
  height: 40px;
  background: #F7F7F7;
  padding-left: 40px;
  box-sizing: border-box;
}
.message .input &gt; div:nth-child(1),
.message .input &gt; div:nth-child(2) {
  margin-right: 30px;
}
.message .input &gt; div span {
  display: block;
  font-size: 14px;
  color: #666666;
}
.message .input &gt; div span i {
  color: #FF6731;
  margin-left: 3px;
}
.message .text-area {
  margin-top: 15px;
  width: 100%;
  box-sizing: border-box;
}
.message .text-area span {
  display: block;
  font-size: 14px;
  color: #666666;
}
.message .text-area textarea {
  width: 100%;
  height: 105px;
  background: #F6F6F6;
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
}
.message .btn-group {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}
.message .btn {
  width: 98px;
  height: 32px;
  background: #DA1205;
  line-height: 32px;
  color: #fff;
  text-align: center;
}
.message .reset {
  width: 98px;
  height: 32px;
  background: #D6D6D6;
  line-height: 32px;
  color: #fff;
  text-align: center;
  margin-left: 20px;
}
.message-btn {
  width: 224px;
  height: 57px;
  background: #FF6731;
  border-radius: 10px;
  opacity: 1;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.ny-tit {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.ny-title {
  height: 50px;
  border-bottom: 1px solid #eeeeee;
  color: #282828;
  font-size: 12px;
  justify-content: space-between;
  margin: 20px auto;
}
.ny-title span {
  color: #14997E;
  display: inline;
}
.ny-about {
  margin-bottom: 80px;
}
.ny-about .cont {
  margin-top: 45px;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 80px;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  padding-bottom: 60px;
  margin-top: 30px;
}
.detail .title {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  margin-top: 10px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #FF6731;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0px 0;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
  color: #242422;
  font-size: 14px;
}
.paging li a {
  background: #F9F9F9;
}
.paging li.active a {
  background: #C70006 !important;
  color: #fff;
}
.paging li a:hover {
  background: #C70006;
  border-color: #1346BA;
  color: #fff;
}
.paging li.next {
  transform: rotate(180deg);
  font-weight: 700;
}
.paging li.next span {
  font-size: 20px;
  margin-left: 0px;
}
.paging li.prev {
  font-weight: 700;
}
.paging li.prev span {
  font-size: 20px;
  margin-left: 0px;
}
.crumbs {
  height: 58px;
  border-bottom: 1px solid #f2f2f2;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
  font-family: "å¾®è½¯é›…é»‘";
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
  font-family: "å¾®è½¯é›…é»‘";
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
  font-family: "å¾®è½¯é›…é»‘";
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
  font-family: "å¾®è½¯é›…é»‘";
}
@media screen and (max-width: 1500px) {
  .about .case {
    padding-left: 8%;
  }
}
@media screen and (max-width: 1680px) {
  .new .right ul li p:nth-child(1) span:nth-child(1) {
    width: 72%;
  }
  .cases .list .bd ul li {
    width: 280px!important;
  }
}
</pre></body></html>