@charset "utf-8";
/*默认参数*/ :root {
  --primary-color: #fb5015;
  --secondary-color: #f7a82b;
  --background-color: #f4f4f4;
  --background-jianbain: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  --font-color-base: #333;
  --font-color-text: #666;
  --font-color-dec: #aaa;
  --font-size-base: 16px;
  --font-size-blg: 72px;
  --font-size-lg: 48px;
  --font-size-md: 36px;
  --font-size-sm: 24px;
  --font-size-ms: 18px;
  --font-size-xs: 14px;
  --font-size-mi: 12px;
  --border-radius: 6px;
  --line-height-text: 1.75;
}
/*全局控制*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 32px;
  font-family: 'Barlow', "微软雅黑";
  -webkit-text-size-adjust: none;
  color: #e9e9ea;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, p {
  margin: 0;
  padding: 0;
}
input, select, textarea {
  font-size: 16px;
  line-height: 16px;
  font-family: 'Barlow', "微软雅黑";
}
img {
  border: 0;
}
ul, li {
  list-style-type: none;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #fb5015
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.dis {
  display: block;
}
.undis {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
.fnb {
  font-weight: 200;
  margin-left: -1px;
}
.hr_1, .hr_10 {
  font-size: 1px;
  line-height: 1px;
  clear: both;
  background: #ddd;
}
.hr_1 {
  height: 1px;
}
.hr_10 {
  height: 10px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  outline: none;
}
table {
  border-color: #aaa;
  border-spacing: 0;
  border: 1px;
  border-collapse: collapse;
}
.mainbox {
  width: calc(100% - 300px);
  max-width: 1600px;
  max-width: 1720px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
}
.mainbox1 {
  width: calc(100% - 300px);
  max-width: 1600px;
  max-width: 1620px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
}
.nymainbox {
  width: calc(100% - 200px);
  max-width: 1620px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
}
.hsbj {
  width: 100%;
  background: #f4f4f4;
  padding: 60px 0;
}
.hsbg {
  width: 100%;
  background: #f8f8f8;
}
.qianhui {
  width: 100%;
  background: #f8f8f8;
  padding: 60px 0;
}
.topright {
  float: right;
}
.toptel {
  float: right;
  padding-left: 25px;
  margin-top: 12px;
  margin-left: 20px;
  line-height: 26px;
  background: url(../images/toprighttel.png) left center no-repeat;
  position: relative;
  z-index: 999;
}
.toptel span {
  font-size: 14px;
  color: #fff;
}
.toptel h3 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.hd_search {
  position: relative;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  float: left;
}
.hd_search .hd_search_form {
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  overflow: hidden;
  border: 1px #eee solid;
  transition: all .5s ease;
  border-radius: 24px;
}
.hd_search_btn {
  width: 26px;
  height: 26px;
  float: right;
  padding: 0;
  display: block;
  cursor: pointer;
  border: none;
  color: #5c5c5c;
}
.hd_search_box {
  line-height: 26px;
  font-size: 14px;
  width: 0;
  height: 26px;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 2;
  margin: 0;
  border: none;
  transition: all .5s ease;
}
.hd_search:hover .hd_search_form {
  width: 200px;
}
.hd_search:hover .hd_search_box {
  width: 160px;
}
.hd_search .topfadz {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #fff url(../images/topsearch.png) center center no-repeat;
}
.topsearch {
  position: absolute;
  left: 150px;
  top: -30px;
  z-index: 9;
  width: 0;
  height: 110px;
  overflow: hidden;
  display: inline-block;
  transition: all 0.3s ease;
}
.topsearch.on {
  width: 102px;
}
.cpld {
  min-width: 750px;
}
.cpld ul li {
  width: 160px;
  float: left;
  margin-right: 10px;
  border: 1px #eee solid;
  border-radius: 3px;
  padding: 20px;
  height: 240px;
}
.cpld ul li h4 {
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  color: #fff;
  width: 100%;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #cc0000;
  text-align: center;
  margin: 30px auto;
  border-radius: 100%;
}
.cpld ul li p {
  font-size: 15px;
  color: #333;
  line-height: 30px;
  width: 100% !important;
  text-align: center;
}
.sybgsp {
  height: 820px;
}
.yuyan {
  float: right;
  margin-left: 20px;
  height: 90px;
  line-height: 90px;
  position: relative;
}
.yuyan h3 {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
.yuyan h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  background: #aaa url(../images/language_icon_2.gif) no-repeat center center;
  background-size: cover;
  margin-right: 6px;
  margin-top: -3px
}
.yuyan ul {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  z-index: 999;
  text-align: center;
  overflow: hidden;
  height: 0;
  transition: all .5s ease;
}
.yuyan ul li {
  line-height: 50px;
  font-size: 14px;
  color: #666;
  border-bottom: 1px #eee solid;
  position: relative;
  transition: all .5s ease;
  z-index: 999;
}
.yuyan ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  margin-left: 0;
  width: 0;
  height: 2px;
  background: #fb5015;
  transition: all .5s ease;
}
.yuyan ul li:hover:after {
  width: 60px;
  margin-left: -30px;
}
.yuyan:hover ul {
  display: block;
  height: 100px;
}
/*导航*/
.tyd-menu01-header_top {
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: all .5s ease;
  background: linear-gradient(90deg, rgba(247, 168, 43, 0.8), rgba(251, 80, 21, 0.8));
  height: 95px;
}
.tyd-menu01-header_top.on {
  background: rgba(255, 255, 255, 1);
}
.tyd-menu01-header_top.on:hover {
  background: rgba(255, 255, 255, 1);
}
.tyd-menu01-logo {
  width: 100px;
  padding: 25px 0;
}
.tyd-menu01-logo a img.logocaise {
  display: none;
}
.tyd-menu01-header_top.on img.logobaise {
  display: none;
}
.tyd-menu01-header_top.on img.logocaise {
  display: block;
}
/*顶部导航*/
.tyd-menu01-symenuping {
  width: calc(100% - 300px);
  height: 80px;
}
.tyd-menu01-symenuping > ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 80px;
}
.tyd-menu01-symenuping > ul > li {
  padding: 0 25px;
}
.tyd-menu01-symenuping > ul > li > a {
  color: #fff;
  line-height: 80px;
}
.tyd-menu01-symenuping .tyd-menu01-submenu {
  position: absolute;
  left: 0 !important;
  right: 0;
  top: 80px !important;
  width: 100% !important;
  background: #f4f4f4;
  height: 80px;
  display: none;
  text-align: center;
}
.tyd-menu01-symenuping .tyd-menu01-submenu.tyd-menu01-subcp {
  height: auto;
  padding: 40px 0;
}
.tyd-menu01-symenuping .tyd-menu01-submenu li {
  display: inline-block;
  padding: 0 3%;
}
.tyd-menu01-symenuping .tyd-menu01-submenu li * {
  transition: all 0.8s ease;
}
.tyd-menu01-symenuping .tyd-menu01-submenu li a {
  line-height: 80px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  color: #666;
}
.tyd-menu01-symenuping .tyd-menu01-submenu.tyd-menu01-subcp li a {
  line-height: 40px;
}
.tyd-menu01-symenuping .tyd-menu01-submenu.tyd-menu01-subcp li a i {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.tyd-menu01-symenuping .tyd-menu01-submenu.tyd-menu01-subcp li:hover a i {
  background-position: 0 -60px;
}
.tyd-menu01-symenuping .tyd-menu01-submenu li:hover a {
  color: #fb5015;
}
.tyd-menu01-header_top.on .tyd-menu01-symenuping > ul > li > a {
  color: #333;
}
@media(max-width:1600px) {
  .tyd-menu01-symenuping > ul > li {
    padding: 0 15px;
  }
}
@media(max-width:1400px) {
  .tyd-menu01-header_top {
    padding: 0 60px;
  }
  .tyd-menu01-symenuping > ul > li {
    padding: 0 10px;
  }
}
@media(max-width:768px) {
  .tyd-menu01-header_top {
    padding: 0 20px;
  }
  .tyd-menu01-logo {
    padding: 20px 0;
  }
}
/*语言和搜索*/
.tyd-menu01-topright {
  display: flex;
  align-items: center;
  justify-content: end;
}
.tyd-menu01-yuyan {
  height: 80px;
  line-height: 80px;
  position: relative;
}
.tyd-menu01-yuyan h3 {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
.tyd-menu01-yuyan h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  background: #aaa url(https://www.jzzdq.cn/templates/mobile/images/language_icon_2.gif) no-repeat center center;
  background-size: cover;
  margin-right: 6px;
  margin-top: -3px;
}
.tyd-menu01-yuyan h3 a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.tyd-menu01-header_top.on .tyd-menu01-yuyan h3 a {
  color: #333;
}
.tyd-menu01-yuyan ul {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  z-index: 999;
  text-align: center;
  overflow: hidden;
  height: 0;
  transition: all .5s ease;
}
.tyd-menu01-yuyan ul li {
  line-height: 50px;
  font-size: 14px;
  color: #666;
  border-bottom: 1px #eee solid;
  position: relative;
  transition: all .5s ease;
  z-index: 999;
}
.tyd-menu01-yuyan ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  margin-left: 0;
  width: 0;
  height: 2px;
  background: #007dd4;
  transition: all .5s ease;
}
.tyd-menu01-yuyan ul li:hover:after {
  width: 60px;
  margin-left: -30px;
}
.tyd-menu01-yuyan:hover ul {
  display: block;
  height: 100px;
}
.tyd-menu01-search {
  width: 40px;
}
.tyd-menu01-search * {
  transition: all 0.8s ease;
}
.tyd-menu01-searcha {
  display: block;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background: url("../images/hd_search_btn1.png") center center no-repeat;
  background-size: 40px;
}
.tyd-menu01-searchform {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  height: 0;
  overflow: hidden;
  background: #fff;
}
.tyd-menu01-searchform.active {
  height: 300px;
}
.tyd-menu01-searchform form {
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  border-bottom: 1px #ddd solid;
}
.tyd-menu01-searchform form .tyd-menu01-searchbox {
  height: 50px;
  line-height: 50px;
  flex: 1;
  border: none;
}
.tyd-menu01-searchform form .tyd-menu01-searchbtn {
  width: 50px;
  height: 50px;
  background: url("../images/hd_search_btn.png") center center no-repeat;
  border: none;
  cursor: pointer;
}
.tyd-menu01-searchc {
  display: block;
  height: 50px;
  width: 50px;
  cursor: pointer;
  background: url("../images/close.png") center center no-repeat;
  position: absolute;
  right: 20%;
  top: 20%;
}
.tyd-menu01-mmenubox {
  display: none;
}
@media(max-width:1300px) {
  .tyd-menu01-mmenubox {
    display: block;
  }
  .tyd-menu01-symenuping {
    display: none;
  }
  .tyd-menu01-yuyan {
    height: 70px;
    line-height: 70px;
  }
}
.tyd-menu01-mmenubtn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.tyd-menu01-mmenubtn::after, .tyd-menu01-mmenubtn::before {
  content: ""
}
.tyd-menu01-mmenubtn span, .tyd-menu01-mmenubtn::after, .tyd-menu01-mmenubtn::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  background: #aaa;
  transition: all .36s
}
.tyd-menu01-mmenubtn::before {
  margin-top: -8px
}
.tyd-menu01-mmenubtn::after {
  margin-top: 8px
}
.tyd-menu01-mmenubtn.on span {
  opacity: 0
}
.tyd-menu01-mmenubtn.on::after, .tyd-menu01-mmenubtn.on::before {
  margin-top: 0
}
.tyd-menu01-mmenubtn.on::before {
  transform: translateY(-50%) rotate(45deg)
}
.tyd-menu01-mmenubtn.on::after {
  transform: translateY(-50%) rotate(-45deg)
}
.tyd-menu01-mmenu {
  position: fixed;
  left: 0;
  top: 70px;
  z-index: 9999;
  width: 100%;
  height: calc(100% - 70px);
  padding: 0 20px 20px;
  box-sizing: border-box;
  background: #fff;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  transform: translateX(100%);
  transition: all .5s cubic-bezier(.55, .085, .68, .53);
}
.tyd-menu01-mmenu.on {
  transform: translateX(0);
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}
.tyd-menu01-scroll {
  margin-right: -15px;
  padding-right: 15px;
  overflow: scroll;
  flex-grow: 1;
}
.tyd-menu01-lisbox {
  position: relative;
  border-bottom: 1px solid rgba(85, 85, 85, 0.6);
}
.tyd-menu01-nav a {
  vertical-align: middle;
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  padding: 10px 0;
  display: inline-block;
  max-width: calc(100% - 40px);
}
.tyd-menu01-icon {
  display: none;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}
.tyd-menu01-icon::after, .tyd-menu01-icon::before {
  content: "";
  position: absolute;
  background: #003087;
  transition: all .36s;
  width: 2px;
}
.tyd-menu01-icon::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
}
.tyd-menu01-icon::after {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.tyd-menu01-icon.on::after {
  transform: translateX(-50%) rotate(90deg);
}
.tyd-menu01-nav li:not(.tyd-menu01-haschild) > .tyd-menu01-lisbox > a {
  display: block;
  max-width: 100%;
}
.tyd-menu01-nav li:not(.tyd-menu01-haschild) > .tyd-menu01-lisbox .tyd-menu01-icon {
  display: none;
}
.tyd-menu01-haschild .tyd-menu01-icon {
  display: block;
}
.tyd-menu01-nav ul {
  padding: 0 15px;
  display: none;
}
.tyd-menu01-lisbox {
  position: relative;
  border-bottom: 1px solid rgba(85, 85, 85, 0.6);
}
.five {
  overflow: hidden;
  padding: 70px 0;
}
.five01 {
  margin-top: 50px;
  width: 21%;
  -webkit-transition: transform .3s;
  transition: transform .3s;
  margin: 0 2%;
}
.five01 dl {
  width: 100%;
}
.five01 dl dt {
  width: 100%;
  line-height: 0;
}
.five01 dl dt img {
  max-width: 100%;
  display: block;
}
.five01 dl dd {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}
.five01 dl dd em {
  background: #c00;
  display: block;
  width: 86px;
  height: 86px;
  margin: -35px auto 0;
  border-radius: 50%;
  overflow: hidden;
  padding: 13px;
  box-sizing: border-box;
}
.five01.five_right dl dd em {
  background: #f7c000
}
.five01 dl dd em img {
  width: 60px;
  height: 60px;
}
.five01 dl dd h5 {
  font-size: 18px;
  color: #333;
  padding: 8px 0 0;
}
.five_m {
  width: 185px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(31, 51, 154, 0.9);
  text-align: center;
  padding: 0 25px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  transition: height .5s;
  -moz-transition: height .5s; /* Firefox 4 */
  -webkit-transition: height .5s; /* Safari and Chrome */
  -o-transition: height .5s; /* Opera */
}
.five_m p {
  padding: 60px 0 0;
  line-height: 30px;
  height: 150px;
  overflow: hidden;
}
.five01:hover .five_m, .five01.cur .five_m {
  height: 304px;
}
.five01:hover, .five01.cur {
  -webkit-transform: translate(0, -40px);
  transform: translate(0, -40px);
}
.five_left dl dt, .five_left dl dt img, .five_left .five_m {
  border-radius: 20px 0;
}
.five_right dl dt, .five_right dl dt img, .five_right .five_m {
  border-radius: 0 20px;
}
.five .nobor {
  margin-right: 0;
}
.sygcfwt {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.sygcfwt ul {
  width: 9999px;
  white-space: nowrap;
  overflow: hidden;
}
.sygcfwt ul:nth-child(1) {
  -webkit-animation: 120s rowleft linear infinite normal;
  animation: 120s rowleft linear infinite normal;
}
.sygcfwt ul:nth-child(2) {
  -webkit-animation: 160s rowleft linear infinite normal;
  animation: 160s rowleft linear infinite normal;
}
.sygcfwt ul:nth-child(3) {
  -webkit-animation: 140s rowleft linear infinite normal;
  animation: 140s rowleft linear infinite normal;
}
.sygcfwt ul li {
  float: left;
  height: 200px;
  opacity: 0.3;
  transition: all .5s ease;
}
.sygcfwt ul li img {
  height: 100%;
}
.sygcfwt ul li:hover {
  opacity: 1;
}
.sygcfwt ul li:nth-child(even) {
  left: 100%;
}
.sygcfwt ul:nth-child(even) {
  -webkit-animation: 160s rowleft linear infinite normal;
  animation: 160s rowleft linear infinite normal;
}
@keyframes rowleft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
}
/*标题*/
section {
  /*  opacity: 0;*/
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
section.show {
  opacity: 1;
  transform: translateY(0);
}
.section-title {
  font-size: 2.4rem;
  margin-bottom: 50px;
  position: relative;
  color: #333;
  text-align: center;
}
.section-title h3 {
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: 600;
  height: 55px;
}
.section-title span {
  height: 9px;
  width: 51px;
  background: url("../images/titbj.png") no-repeat center top;
  display: block;
  margin: 0 auto;
}
.section-title p {
  font-size: 16px;
	line-height: 2.8em;
	color:#666;
}
.section-title em {
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -75%);
  text-transform: uppercase;
  font-size: 100px;
  font-weight: bold;
  background: #fbf1ea;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 60px;
  height: 110px;
  font-style: normal;
}
.syabout_box {
  width: 100%;
  background: #f9f9f9;
  padding: 80px 0;
  position: relative;
}
.syabout {
  width: calc(100% - 200px);
  max-width: 1720px;
  min-height: 610px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.syabout_l {
  float: left;
  width: 50%;
  background: url(../images/syaboutimg.jpg) center center no-repeat;
  background-size: cover;
  height: 600px;
}
.syabout_r {
  float: right;
  width: calc(50% - 200px);
  margin-right: 100px;
  position: relative;
  min-height: 450px;
}
.syabout_r h3 {
  font-size: 60px;
  color: #fb5015;
  text-transform: uppercase;
  line-height: 80px;
}
.syabout_r h4 {
  font-size: 30px;
  color: #333;
}
.syabout_r p {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  text-align: justify
}
.syabout_r p:hover {
  color: #666;
}
.syabout_r_a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px 10px 30px;
  border-radius: 50px;
  background: linear-gradient(90deg, rgba(247, 168, 43, 1), rgba(251, 80, 21, 1));
}
.syabout_list {
  width: calc(100% - 200px);
  max-width: 1720px;
  margin: 0 auto;
  min-width: 1300px;
  height: 30px;
  box-sizing: border-box;
  position: relative;
  top: -80px;
  height: 150px;
  background: linear-gradient(90deg, rgba(247, 168, 43, 1), rgba(251, 80, 21, 1));
  box-sizing: border-box;
  box-shadow: 0px 2px 10px 1px rgba(50, 50, 50, 0.3);
  border-radius: 80px;
  height: 150px;
}
.syabout_list ul {
  width: 90%;
  padding: 40px;
  margin: 0 auto;
  z-index: 9;
	box-sizing:border-box;
}
.syabout_list li {
  float: left;
  width: 19%;
  margin-left: 6%;
}
.syabout_list li h3 {
  float: left;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  font-family: Arial
}
.syabout_list li h3 img{width:50px;margin-right: 6px;}
.syabout_list li h4 {
font-weight:normal; position: relative; margin-bottom: 5px; height: 34px;
}
.syabout_list li h4 b {
font-size:40px; color:#fff; display:block; font-weight:bold; float: left;
}
.syabout_list li span {
font-size:18px; color:#fff;padding-left:4px;
}
.syabout_list li h4 em {
width: 80%;color:#fff;font-size:16px;line-height:40px;padding-bottom:40px;font-style:normal;
}
.sypro {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 0 90px 0;
  background: #f8f8f8;
}
.syyoushi_title2_a:before {
  content: "";
  background: rgba(251, 80, 21, 0.2);
  position: absolute;
  left: calc((100% - 430px)/2);
  top: 330px;
  z-index: 1;
  width: 430px;
  height: 430px;
  -webkit-animation: warn 2s linear 0.4s infinite;
  -moz-animation: warn 2s linear 0.4s infinite;
  animation: warn 3s linear 0.4s infinite;
  border-radius: 50%;
  border: 1px rgba(251, 80, 21, 1.0) solid;
}
@keyframes warn {
  0% {
    transform: scale(0.5);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1.4);
    opacity: 0.1;
  }
}
@-webkit-keyframes warn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  25% {
    transform: scale(1);
    opacity: 0.1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  75% {
    transform: scale(1.3);
    opacity: 0.1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
.sypro_title {
  width: calc(100% - 200px);
  max-width: 1720px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
  height: 110px;
}
.sypro_title p {
  float: left;
}
.sypro_title span {
  font-size: 36px;
  color: #333333;
  text-transform: uppercase;
  line-height: 48px;
  font-weight: normal;
  float: left;
}
.sypro_title i {
  font-size: 30px;
  color: #fb5015;
  margin-right: 50px;
  line-height: 48px;
  font-weight: normal;
  font-style: normal;
  padding-left: 20px;
}
.sypro_title ul {
  float: right;
}
.sypro_title ul li {
  float: left;
  margin-left: 12px;
  position: relative;
  line-height: 48px;
  text-align: center;
  width: 138px;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
}
.sypro_title ul li:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: 0;
  background: #333333
}
.sypro_title ul li a {
  font-size: 16px;
  color: #333;
}
.sypro_title ul li:hover {
  background: #fb5015;
}
.sypro_title ul li:hover a {
  color: #fff;
}
.sypro_list {
  width: calc(100% - 200px);
  max-width: 1720px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
  position: relative;
}
.sypro_list ul {
  width: 100%;
}
.sypro_list ul li {
  float: left;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin-right: 20px;
  width: calc(25% - 20px);
  transition: all 0.2s ease;
  margin-top: 10px;
}
.sypro_list ul li h3 {
  width: 100%;
  padding: 0;
  height: auto;
  padding-bottom: 100%;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sypro_list ul li h3 a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.2s ease;
}
.sypro_list ul li p {
  left: 0;
  right: 0;
  z-index: 5;
  height: 58px;
  line-height: 10px;
  transition: all 0.2s ease;
  text-align: center;
  line-height: 58px;
}
.sypro_list ul li p a {
  color: #333;
  font-size: 16px;
  display: block;
  font-family: 'Barlow', "微软雅黑";
}
.sypro_list ul li:hover p {
  color: #fb5015;
}
.sypro_list ul li:hover p a {
  color: #fb5015;
}
.sypro_list ul li:hover {
  margin-top: 0;
}
.sypro_list ul li h4 {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 5;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}
.sypro_list ul li h4 span {
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.6)
}
.mr_frUl {
  width: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.mr_frBtnL {
  margin: 0;
  cursor: pointer;
  background: #fb5015;
  position: absolute; /* top:-90px; */ right: 51%;
  width: 30px;
  height: 30px;
  z-index: 9;
  border-radius: 4px;
  transition: all .3s;
  margin-top: 30px;
}
.mr_frBtnR {
  margin: 0;
  cursor: pointer;
  background: #fb5015;
  position: absolute; /* top: 0px; */ right: 48%;
  width: 30px;
  height: 30px;
  z-index: 9;
  border-radius: 4px;
  transition: all .3s;
  margin-top: 30px;
}
.mr_frBtnbg {
  background: #fb5015 !important;
}
.syyoushi {
  background: #eee;
  padding: 80px 0;
  position: relative;
  z-index: 10;
}
.syyoushi_title {
  width: calc(100% - 200px);
  max-width: 1720px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
}
.syyoushi_title1a {
  width: 450px;
  height: 450px;
  margin: 0 auto;
  padding-top: 170px;
  box-sizing: border-box;
  border: 6px solid rgba(251, 80, 21, 0.2);
  border-radius: 250px;
}
.syyoushi_title1a img {
  top: -56%;
  position: relative;
}
.syyoushi_title h3 {
  font-size: 36px;
  color: #fb5015;
  text-transform: uppercase;
  line-height: 50px;
  font-weight: normal
}
.syyoushi_title h4 {
  font-size: 30px;
  color: #333;
  float: left;
  margin-right: 50px;
  line-height: 40px;
  font-weight: normal
}
.syyoushi_list {
  width: calc(100% - 200px);
  max-width: 1720px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
}
.syyoushi_list ul {
  width: 100%
}
.syyoushi_list ul li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  text-align: center;
  height: 500px;
  background: #f5f6f7;
  position: relative;
  padding: 70px 20px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  box-shadow: 0px 2px 10px 1px rgba(50, 50, 50, 0.1);
}
.syyoushi_list ul li h4 {
  font-size: 50px;
  color: #aaa;
  margin-bottom: 50px;
}
.syyoushi_list ul li h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  line-height: 60px;
  font-weight: normal
}
.syyoushi_list ul li p {
  font-size: 16px;
  color: #888;
  margin-bottom: 35px;
}
.syyoushi_list ul li i {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 80px;
  width: 100px;
  height: 100px;
  background: #aaa;
  display: inline-block;
}
.syyoushi_list ul li:hover {
  box-shadow: 0px 2px 10px 1px rgba(50, 50, 50, 0.3);
}
.syyoushi_list ul li:hover i {
  background: #fb5015;
}
.syyoushi_list ul li:hover p {
  color: #ddd;
}
.syyoushi_list ul li:hover h3 {
  color: #fff;
}
.syyoushi_list ul li:hover h4 {
  color: #ddd;
}
.syyoushi_list ul li:hover {
  background: url(../images/jz1.jpg) no-repeat center;
}
.syyoushi_list ul li:nth-child(2):hover {
  background: url(../images/jz2.jpg) no-repeat center;
}
.syyoushi_list ul li:nth-child(3):hover {
  background: url(../images/jz3.jpg) no-repeat center;
}
.syyoushi_list ul li:nth-child(4):hover {
  background: url(../images/jz4.jpg) no-repeat center;
}
.baxiangfuwu {
  width: calc(100% - 300px);
  max-width: 1620px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
}
.baxiangfuwu-l {
  float: left;
  width: 28%;
}
.baxiangfuwu-l ul li {
  padding: 0 0 0 80px;
  cursor: pointer;
  position: relative;
  color: #333;
  line-height: 100px;
  height: 100px;
  font-size: 18px;
  transition: all 0.5s ease;
  background: #ddd;
  margin-bottom: 10px;
}
.baxiangfuwu-l ul li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0px;
  width: 0;
  height: 100px;
  background: #e60012;
  transition: all 0.5s ease;
}
.baxiangfuwu-l ul li.on {
  font-size: 19px;
  color: #cc0000;
  background: #eee;
}
.baxiangfuwu-l ul li.on:before {
  width: 5px;
}
.baxiangfuwu-l ul li span {
  font-size: 18px;
  transition: all 0.5s ease;
  margin-right: 50px;
  font-family: "微软雅黑 light";
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  float: right;
}
.baxiangfuwu-r {
  float: left;
  width: 72%;
  position: relative;
}
.baxiangfuwu-l ul li.on span {
  color: #e60012;
}
.baxiangfuwu-r ul li {
  opacity: 0;
  z-index: 1;
  position: absolute;
  transition: all 0.5s ease;
  width: 100%;
}
.baxiangfuwu-r ul li.on {
  opacity: 1;
  z-index: 9;
}
.baxiangfuwu-r ul li .baxiangfuwu-rl {
  background: rgba(0, 0, 0, 0.5);
  width: 500px;
  height: 320px;
  box-sizing: border-box;
  padding: 40px;
  position: relative;
  z-index: 9;
}
.baxiangfuwu-r ul li .baxiangfuwu-rl h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
  padding-left: 15px;
  line-height: 35px;
  width: 150px;
  background: #cc0000;
  border-radius: 15px;
}
.baxiangfuwu-r ul li .baxiangfuwu-rl h4 {
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  font-weight: normal;
}
.baxiangfuwu-r ul li .baxiangfuwu-rl p {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
}
.baxiangfuwu-r ul li .baxiangfuwu-rb {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.baxiangfuwu-r ul li .baxiangfuwu-rb img {
  position: absolute;
  left: 0;
  height: 320px;
  transition: all 0.5s ease;
}
.baxiangfuwu-r ul li.on .baxiangfuwu-rb img {
  left: 0;
}
.zzyygd {
  margin-top: 20px;
}
.zzyygd a {
  width: 100%;
  display: block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: #555;
  border: 1px #555 solid;
  margin: 0 auto;
  text-align: center;
}
.sypro1 {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 10;
  height: 947px;
}
.syyoushi_title1 {
  width: 100%;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
  position: absolute;
  z-index: 999;
  top: 330px;
}
.syyoushi_title1 h3 {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  line-height: 48px;
  font-weight: normal;
}
.syyoushi_title1 h4 {
  font-size: 30px;
  color: #fff;
  line-height: 48px;
  font-weight: normal;
}
.syyoushi_title2 {
  width: 100%;
  min-width: 1300px;
  box-sizing: border-box;
  position: absolute;
  z-index: 999;
  /* 绝对定位元素水平居中核心：left:50% + 向左偏移自身50% */
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  top: 9.5%;
}
.syyoushi_title2 h4 {
  color: #fff;
  font-size: 28px;
  font-family: '宋体', "微软雅黑";
  letter-spacing: 7px;
  margin-top: 90px;
  /* 可选：确保h4自身也无额外偏移，继承父级text-align:center */
  text-align: inherit;
}
/*品牌故事*/
.nyaboutculture {
  width: 100%;
  padding: 140px 0;
  background: url(../images/nyaboutculturebg.jpg) left bottom no-repeat;
}
.nyaboutculturen {
  width: 1500px;
  margin: 0 auto;
  padding: 0 100px;
  box-sizing: border-box;
}
.nyaboutculturentitle {
  margin-bottom: 30px;
  position: relative;
}
.nyaboutculturentitle h3 {
  font-size: 38px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 2;
  font-weight: 600;
}
.nyaboutculturentitle span {
  font-family: "Microsoft Yahei light", "PingFang SC light";
  text-transform: uppercase;
  font-size: 150px;
  color: rgba(255, 255, 255, 0.1);
}
.nyaboutculturentitle p {
  font-size: 16px;
  color: #fff;
  color: #fff;
  line-height: 2em;
}
.nyaboutculturen h3 {
  font-size: 40px;
  color: #fff;
  bottom: 20px;
  font-weight: 600;
}
.nyaboutculturen p {
  font-size: 16px;
  color: #fff;
  color: #fff;
  line-height: 2.5em;
}
/* 企业文化 */
.ny_conter { /* background: #f9f9f9; */
}
.ny_conter ul {
  min-width: 1300px;
  margin: 0 auto;
  display: table;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  max-width: 1600px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.ny_conter ul li {
  width: 24.5%;
  background: url(../images/ab2_bj.jpg)no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 2;
  border: 1px solid #fff1d6;
  height: 320px;
  box-sizing: border-box;
  padding: 4.5vw 3.125vw 4vw 3.125vw;
}
.ny_conter ul li p {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 1.51vw;

  transition: all 0.1s;
  color: #333333;
}
.ny_conter ul li span {
  line-height: 32px;
  height: 64px;
  color: #777777;
  transition: all 0.1s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 1vw;
  font-size: 16px;
}
.ny_conter ul li img { /*width: 3.8vw;*/
}
.ny_conter ul li:nth-child(3n) {
  margin-right: 0;
}
.ny_conter ul li:nth-child(1) span {
  margin-top: -5px;
}
.ny_conter ul li:hover {
  background: linear-gradient(90deg, rgba(247, 168, 43, 1), rgba(251, 80, 21, 1));
}
.ny_conter ul li:hover p {
  color: #fff;
}
.ny_conter ul li:hover span {
  color: #fff;
}
.ny_conter ul li .img2 {
  display: none;
}
.ny_conter ul li:hover .img1 {
  display: none;
}
.ny_conter ul li:hover .img2 {
  display: block;
}
/*标题*/
section {
  /*  opacity: 0;*/
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
section.show {
  opacity: 1;
  transform: translateY(0);
}
.section-title-w {
  font-size: 2.4rem;
  margin-bottom: 50px;
  position: relative;
  color: #333;
  text-align: center;
}
.section-title-w h3 {
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: 600;
  color: #fff;
  height: 55px;
}
.section-title-w span {
  height: 9px;
  width: 51px;
  background: url("../images/titbj.png") no-repeat center top;
  display: block;
  margin: 0 auto;
}
.section-title-w p {
  font-size: 16px;
  color: #fff;
  line-height: 3.5em;
}
.section-title-w em {
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -75%);
  text-transform: uppercase;
  font-size: 100px;
  font-weight: bold;
  background: #fbf1ea;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 60px;
  height: 110px;
  font-style: normal;
  opacity: 0.06;
}
.section-title-p {
  width: 200px;
  float: left;
}
.section-title-p h3 {
  font-size: 2.4rem;
  text-align: left;
  position: relative;
  z-index: 2;
  font-weight: 600;
  color: #333;
  height: 55px;
}
.section-title-p em {
  position: absolute;
  z-index: 1;
  left: 0;
  transform: translate(0, -75%);
  text-transform: uppercase;
  font-size: 90px;
  font-weight: bold;
  background: #fbf1ea;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 85px;
  height: 110px;
  font-style: normal;
}
.sycpyySwiper {
  position: absolute !important;
  z-index: 9;
  left: 0;
  right: 0;
  top: 175px;
  height: 125px; /* background:rgba(0, 0, 0, 0.7); */ width: 600px;
  margin: 0 auto;
}
.sycpyySwiper p {
  position: absolute;
  z-index: 9;
  width: 600px;
  margin-left: 0%;
  left: calc((100% - 600px)/2);
  top: 50px;
  height: 600px;
  /* background: url(../images/quan1.png) no-repeat; */
  background-size: cover;
  animation: zhuan0 7s infinite linear .65s;
  border-radius: 50%;
  background-size: 100%;
}
@keyframes zhuan0 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.sycpyySwiper ul { /* background-image: url(../images/quan0.png); */ height: 600px;
  position: absolute;
  width: 600px;
  border: 3px solid rgba(251, 80, 21, 0.2);
  border-radius: 350px;
  top: 60%;
}
.sycpyySwiper ul * {
  transition: all 0.5s ease;
}
.sycpyySwiper ul li {
  float: left;
  text-align: center;
  position: absolute;
}
.sycpyySwiper ul li div {
  height: 60px;
  width: 60px;
  background-color: #f7a82b;
  border-radius: 50%;
  overflow: hidden;
}
.sycpyySwiper ul li div img {}
.sycpyySwiper ul li h3 {
  font-size: 16px;
  color: #fff;
  margin: 10px;
  position: absolute;
  left: -64px;
  white-space: nowrap;
  top: 0;
  font-weight: normal;
}
.sycpyySwiper ul li p {
  opacity: 0.3;
  font-size: 12px;
}
.sycpyySwiper ul li.on h3 {
  display: block;
}
.sycpyySwiper ul li.on div {
  background-color: #fb5015;
}
.sycpyy02 h3 {
/*  left: -50px !important;*/
}
.sycpyy03 h3 {
  left: -50px !important;
}
.sycpyy05 h3 {
  left: 60px !important;
}
.sycpyy06 h3 {
  left: 60px !important;
}
.sycpyy07 h3 {
  left: 60px !important;
}
.sycpyy08 h3 {
  left: 60px !important;
}
.sycpyySwiper2 .swiper-wrapper {
  line-height: 0;
}
.sycpyySwiper2 .swiper-slide img { /* max-width:100%; */ line-height: 0;
}
.sycpyySwiper2 .swiper-slide .sycpyytext {
  position: absolute;
  top: 35%;
  left: 7%;
  text-align: left;
  line-height: 70px;
  height: 150px;
}
.sycpyySwiper2 .swiper-slide .sycpyytext h4 {
  width: 77px;
  height: 63px;
  background: url(../images/sycpyytexth4icon.png) top left no-repeat;
  margin-bottom: 15px;
}
.sycpyySwiper2 .swiper-slide .sycpyytext h3 {
  font-size: 36px;
  color: #ffff;
  margin-bottom: 50px;
}
.sycpyySwiper2 .swiper-slide .sycpyytext p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  padding: 0 30px;
  height: 50px;
  border-radius: 10px;
  border: 1px #fff solid;
  line-height: 50px;
  margin-right: 50px;
  float: left;
}
.sycpyySwiper2 .swiper-slide .sycpyytext a {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border: 1px #fff solid;
  text-align: center;
  font-size: 16px;
  color: #fff;
  float: none;
  position: absolute;
  bottom: 0px;
}
.sycpyy01 {
  left: 25%;
  top: 0%;
}
.sycpyy02 {
  left: 0%;
  top: 25%;
}
.sycpyy03 {
  left: 0%;
  bottom: 25%;
}
.sycpyy04 {
  right: 67%;
  bottom: 0%;
}
.sycpyy05 {
  /* right: 2%; */
  /* bottom: 21%; */
  right: 23%;
  bottom: 0%;
}
.sycpyy06 {
  right: 0%;
  bottom: 25%;
}
.sycpyy07 {
  right: 0%;
  top: 25%;
}
.sycpyy08 {
  right: 25%;
  top: 0%;
}
/*首页业务*/
.sytwo_fl {
  width: 100%;
}
.sypro_nav ul li h3 i.pro_nav01 {
  background-image: url(../images/pro_nav01.png)
}
.sypro_nav ul li h3 i.pro_nav02 {
  background-image: url(../images/pro_nav02.png)
}
.sypro_nav ul li h3 i.pro_nav03 {
  background-image: url(../images/pro_nav03.png)
}
.sypro_nav ul li h3 i.pro_nav04 {
  background-image: url(../images/pro_nav04.png)
}
.sypro_nav ul li h3 i.pro_nav05 {
  background-image: url(../images/pro_nav05.png)
}
.sypro_nav ul li h3 i.pro_nav06 {
  background-image: url(../images/pro_nav06.png)
}
.sypro_nav ul li h4 {
  height: 50px;
  line-height: 50px;
}
.sypro_nav ul li h4 a {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  display: block;
  position: relative;
  z-index: 9999;
}
.sypro_nav ul li:hover:before {
  width: 100%;
}
.sypro_nav ul li:hover h3 i {
  background-position: center bottom
}
.sypro_nav ul li:hover h4 a {
  color: #fff;
}
.sypro_nav ul li.on:before {
  width: 100%;
}
.sypro_nav ul li.on h3 i {
  background-position: center bottom
}
.sypro_nav ul li.on h4 a {
  color: #fff;
}
.sypro_list {
  width: 100%;
  padding-top: 30px;
}
.sypro_list .sypro_list_con {
  display: none;
  width: 100%;
}
.sypro_list .sypro_list_con li {
  float: left;
  width: 32%;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.sypro_list .sypro_list_con li:nth-child(3) {
  margin-right: 0
}
.sypro_list .sypro_list_con li h3 {
  width: 100%;
  padding: 0;
  padding-bottom: calc(300% / 4);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}
.sypro_list .sypro_list_con li h3 a {
  display: block;
  width: 100%;
  line-height: 0
}
.sypro_list .sypro_list_con li p {
  background: #fff;
  height: 60px;
  line-height: 60px;
  color: #333;
  transition: all 0.3s ease;
  text-align: center;
}
.sypro_list .sypro_list_con li p a {
  font-size: 16px;
  color: #333;
  line-height: 60px;
  padding: 0 30px;
}
.sypro_list .sypro_list_con li .text {
  position: absolute;
  top: calc(60px - 100%);
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: all 0.3s ease;
  display: table;
}
.sypro_list .sypro_list_con li .text a {
  color: #fff;
  font-size: 14px;
  padding: 0 40px;
  line-height: 30px;
  display: table-cell;
  vertical-align: middle;
}
.sypro_list .sypro_list_con li:hover p {
  background: #d81313;
}
.sypro_list .sypro_list_con li:hover p a {
  color: #fff;
}
.sypro_list .sypro_list_con li:hover .text {
  top: 0;
}
.sypro_list .sypro_list_con.on {
  display: block;
}
.sybg02 {
  background: url(../images/probg.jpg) center no-repeat;
  width: 100%;
  height: 980px;
  /*  padding-top: 280px;*/
}
/*实力*/
.index_help .lp_top {
  margin-top: 60px;
}
.index_help .lp_top .txt {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
}
.index_help .lp_top .txt br {
  display: none;
}
.index_help .lp_top .toggle {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.index_help .lp_top .toggle > div {
  margin: 0 auto;
  font-size: 18px;
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.index_help .lp_top .toggle > div .li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333;
  transition: .6s;
  cursor: pointer;
  background: #fff;
  width: 23.5%;
  height: 100px;
  box-sizing: border-box;
}
.index_help .lp_top .toggle > div .li em {
  width: 3.2rem;
  height: 2rem;
  display: block;
  line-height: 0;
  overflow: hidden;
  margin: 0 auto 5px auto;
  border-radius: 50%;
  /*  border: #fdf6e9 0.1rem solid;*/
}
.index_help .lp_top .toggle > div .li img {
  filter: brightness(0.5);
  transition: .4s;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: block;
}
/ .index_help .lp_top .toggle > div .li span {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.index_help .lp_top .toggle > div .li + .li {
  margin-left: 0;
}
.index_help .lp_bot {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
.index_help .lp_bot .swiper .swiper-slide {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.index_help .lp_bot .swiper .swiper-slide .bk {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.index_help .lp_bot .swiper .swiper-slide .bk img {
  transition: 0.6s;
  width: 100%;
  transform: translateY(1px);
  display: block;
  margin: 0 auto;
}
.index_help .lp_bot .swiper .swiper-slide .post {
  transition: 0.6s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*  padding: 80px;*/
  box-sizing: border-box;
}
.index_help .lp_bot .swiper .swiper-slide .post > div {
  margin: 0 auto;
  width: 80%;
  text-align: left;
}
.index_help .lp_bot .swiper .swiper-slide .post > div .content1 {
  color: #fff;
}
.index_help .lp_bot .swiper .swiper-slide .post > div .content1 .txt {
  margin-bottom: 26px;
  font-size: 32px;
  text-align: left;
}
.index_help .lp_bot .swiper .swiper-slide .post > div .content1 .desc p {
  height: calc(30px * 1);
  line-height: 30px;
  font-size: 18px;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
}
.index_help .lp_bot .swiper .swiper-slide .post > div .content2 {
  margin-top: 60px;
}
.index_help .lp_bot .swiper .swiper-slide:hover .bk img {
  transform: scale(1.05);
}
.index_help .lp_bot .swiper .swiper-slide:hover .pu_link .a {
  color: #15549b;
}
.index_help .lp_bot .swiper .swiper-slide:hover .pu_link .a::before {
  width: calc(100% + 2px);
  margin-left: -1px;
  left: 0;
  right: auto;
}
.index_help .lp_bot .swiper .swiper-slide-active .post {
  opacity: 1;
}
/* 激活状态按钮样式 */
.index_help .lp_top .toggle > div .li.active {
  background: linear-gradient(90deg, rgba(247, 168, 43, 1), rgba(251, 80, 21, 1));
  color: #fff;
}
.index_help .lp_top .toggle > div .li.active img {
  filter: brightness(1);
}
@media screen and (min-width:1300px) and (max-width:1600px) {
  .index_help .lp_bot .swiper .swiper-slide .post > div {
    width: 60%;
  }
  .index_help .lp_bot .swiper .swiper-slide .post {
    padding: 40px 80px 80px 80px;
    line-height: 80px;
  }
}
.syyxfw {
  width: calc(100% - 200px);
  max-width: 1720px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
  background: #fff;
  padding: 80px 0;
}
.syyxfw_l {
  float: left;
  position: relative;
  width: calc(100% - 660px);
}
.syyxfw_map {
  position: relative;
  z-index: 1;
  width: 100%;
}
.syyxfw_map img {
  max-width: 100%;
}
.syyxfw_r {
  float: right;
  width: 520px;
  padding-top: 150px;
  padding-right: 120px;
}
.syyxfw_r_title {}
.syyxfw_r_title h3 {
  font-size: 36px;
  color: #fb5015;
  text-transform: uppercase;
  line-height: 50px;
}
.syyxfw_r_title h4 {
  font-size: 30px;
  color: #333;
  line-height: 40px;
  margin-bottom: 50px;
}
.syyxfw_r p {
  font-size: 18px;
  color: #888;
  margin-bottom: 50px;
}
.syyxfw_r a {
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fb5015;
  color: #fff;
  border-radius: 4px;
}
.synews {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.synews_title {
  width: calc(100% - 200px);
  max-width: 1720px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box
}
.synews_title h3 {
  font-size: 36px;
  color: #fb5015;
  text-transform: uppercase;
  line-height: 50px;
  font-weight: normal;
}
.synews_title h4 {
  font-size: 30px;
  color: #333;
  line-height: 40px;
  font-weight: normal;
}
.synewslist {
  width: calc(100% - 200px);
  max-width: 1720px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
}
.synewshot {
  width: 30%;
  height: 516px;
  position: relative;
  float: left;
  box-sizing: border-box;
  background: #fff;
  margin-right: 1.7%;
}
.synewshot h4 {
  width: 100%;
  height: 340px;
  margin-bottom: 20px;
}
.synewshot h4 img {
  width: 100%;
  height: 100%;
}
.synewshot h4 i {
  height: 349px;
  width: 100%;
  display: block;
}
.synews_shot dd:nth-child(1) i {
  background: url(../images/synews_shot1.jpg) center no-repeat;
}
.synews_shot dd:nth-child(2) i {
  background: url(../images/synews_shot2.jpg) center no-repeat;
}
.synewshot h3 {
  font-size: 20px;
  color: #333;
  line-height: 60px;
  margin-bottom: 20px;
  font-weight: normal;
  padding: 0 40px;
  padding-top: 8px;
}
.synewshot h3 a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.synewshot p {
  font-size: 18px;
  color: #888;
  line-height: 20px;
  margin-top: 20p;
}
.synewshot .synews_a {
  font-size: 24px;
  color: #333;
  transition: all 0.3s ease;
  position: absolute;
  left: 40px;
  bottom: 15px;
}
.synewshot:hover .synews_a {
  color: #fb5015;
  margin-left: 10px;
}
.synews_list {
  width: 36.6%;
  float: right;
}
.synews_list ul {
  width: 100%;
  height: 220px;
}
.synews_list ul li {
  background: #fff;
  padding: 30px 42px;
  margin-bottom: 15px;
  box-sizing: border-box;
  border-top: 1px #eee solid;
  position: relative;
  height: 162px;
  border-radius: 8px;
}
.synews_list ul li h3 {
  display: table;
  width: 100%;
}
.synews_list ul li h3 a {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 40px;
  float: left;
  background: url(../images/new-scn.svg);
background-repeat: no-repeat;
  background-position: left center; /* 背景图垂直居中，更美观 */
  background-size: 24px 24px; /* 核心：设置背景图宽24px、高24px，可根据需求调整 */
  padding-left: 33px;
  width: 65%;
}
.synews_list ul li h3 i {
  float: right;
  font-size: 16px;
  color: #666666;
  font-weight: normal;
  font-style: normal;
}
.synews_list ul li p {
  font-size: 14px;
  color: #aaa;
  line-height: 40px; /* height:60px; */ overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.synews_list ul li .synews_a {
  font-size: 24px;
  color: #333;
  transition: all 0.3s ease;
  position: absolute;
  left: 40px;
  bottom: 16px;
}
.synews_list ul li:hover .synews_a {
  color: #fb5015;
  margin-left: 10px;
}
.synews_shot {}
.dszyl {
  width: 100%;
  height: 340px;
  padding: 80px 0;
  background: #ccc;
  box-sizing: border-box;
}
.dszyl_box {
  width: calc(100% - 200px);
  max-width: 1720px;
  margin: 0 auto;
  min-width: 1300px;
}
.dszyl_box h3 {
  font-size: 30px;
  color: #333;
  position: relative;
  padding-bottom: 70px;
}
.dszyl_box h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 60px;
  height: 3px;
  background: #fb5015;
}
.dszyl_box p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
/* 动画效果 */
@-webkit-keyframes load {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.jdallist {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.jdallist ul {
  width: 100%;
}
.jdallist ul li {
  float: left;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 10px 20px;
  width: calc(25% - 20px);
}
.jdallist ul li h3 {
  width: 100%;
  padding: 0;
  height: auto;
  padding-bottom: calc(300% / 4);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.jdallist ul li h3 a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.jdallist ul li h3 a img {
  max-width: 100%;
  max-height: 100%;
}
.jdallist ul li p {
  background: -moz-linear-gradient(300deg, #9c070d, #fb5015);
  background: -webkit-linear-gradient(300deg, #9c070d, #fb5015);
  background: -o-linear-gradient(300deg, #9c070d, #fb5015);
  background: -ms-linear-gradient(300deg, #9c070d, #fb5015);
  background: linear-gradient(300deg, #9c070d, #fb5015);
  height: 60px;
  text-align: center;
  line-height: 60px;
  transition: all 0.3s ease;
  margin-top: 0;
}
.jdallist ul li p a {
  font-size: 16px;
  color: #fff;
}
.jdallist ul li:hover p {
  height: 70px;
  line-height: 70px;
  margin-top: -10px;
}
.jdallist_hot {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.jdallist_hot ul {
  width: 100%;
}
.jdallist_hot ul li {
  float: left;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 10px;
  width: 100%;
  background: #f8f8f8;
}
.jdallist_hot ul li h3 {
  width: 500px;
  padding: 0;
  height: 400px;
  float: left;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.jdallist_hot ul li h3 a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.jdallist_hot ul li h3 a img {
  max-width: 100%;
  max-height: 100%;
}
.jdallist_hot ul li div {
  float: left;
  width: calc(100% - 540px);
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  height: 400px;
}
.jdallist_hot ul li div h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: ellipsis
}
.jdallist_hot ul li div p {
  font-size: 14px;
  color: #aaa;
  line-height: 32px;
}
.jdallist_hot ul li div a.nyjdal_r_a {
  font-size: 14px;
  background: #c00;
  color: #fff;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  width: 100px;
  height: 35px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  transition: all 0.3s ease;
}
.jdallist_hot ul li:hover div a.nyjdal_r_a {
  background: #f7c000;
}
.nyznsl_listlb {
  width: 100%;
  box-sizing: border-box;
}
.nyznsl_listlb ul li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 30px;
  border: 1px #eee solid;
}
.nyznsl_listlb ul li h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.nyznsl_listlb ul li p {
  font-size: 14px;
  color: #888;
}
.nyznsl_listlb ul li a.nyznsl_listlb_a {
  display: inline-block;
  margin-top: 10px;
  color: #c00;
  font-size: 14px;
  text-transform: uppercase;
}
.footer {
  width: 100%;
  padding-top: 50px;
  background: #222;
  height: 400px;
  box-sizing: border-box;
}
.footer ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: calc(100% - 200px);
  max-width: 1720px;
  margin: 0 auto;
  min-width: 1300px;
}
.footer ul li {
  flex: 1;
}
.footer ul li h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: normal;
}
.footer ul li h3 em {
  display: block;
  width: 26px;
  height: 4px;
  background: #fb5015;
  border-radius: 2px;
  margin-top: 10px;
}
.footer ul li a {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 38px;
}
.footer ul li.footnavend {
  flex: 2.8;
}
.footer ul li.footnavend h3 {
  margin-bottom: 35px;
}
.footer ul li.footnavend p {
  color: #999;
  display: block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 20px; /* padding-left: 30px; */ background-repeat: no-repeat;
  background-position: left center;
  font-family: "微软雅黑";
}
.footer ul li.footnavend p.footcontel {
  background-image: url(../images/footcontel.png);
}
.footer ul li.footnavend p.footconemail {
  background-image: url(../images/footconemail.png);
}
.footer ul li.footnavend p.footconadd {
  background-image: url(../images/footconadd.png);
}
.footer ul li.footnavend p i {
  font-size: 20px;
  font-style: normal;
  font-family: 'Barlow', "微软雅黑";
}
.footnavend dl dd {
  cursor: pointer;
  float: left;
  margin-right: 8px;
  position: relative;
}
.footnavend dl dd div {
  height: 0;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transition: all .3s ease;
  overflow: hidden;
  border-radius: 10px;
}
.footnavend dl dd div img {
  max-width: 100%;
}
.footnavend dl dd:hover div {
  width: 120px;
  height: 120px;
  margin-left: -60px;
}
.footnavend dl dd i {
  display: inline-block;
  width: 30px;
  height: 40px;
  margin-right: 3px;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
}
.footnavend dl dd i.topcontentzmt01 {
  background-image: url(../images/topcontentzmt01.png)
}
.footnavend dl dd i.topcontentzmt02 {
  background-image: url(../images/topcontentzmt02.png)
}
.footnavend dl dd i.topcontentzmt03 {
  background-image: url(../images/topcontentzmt03.png)
}
.footnavend dl dd span {
  color: #ddd;
  font-size: 12px;
  line-height: 40px;
}
.footnavend dl dd:last-child {
  margin-right: 0;
}
.footer ul li.footnavend_ewm {
  flex: 2.5;
  float: right;
  padding-top: 50px;
}
.footer ul li.footnavend_ewm p {
  float: right;
}
.footer ul li.footnavend_ewm p img {
  border-radius: 6px;
}
.footer ul li.footnavend_ewm p span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.footer ul li.footnavend_ewm p::nth-child(2) {}
.dibuyoulian {
  line-height: 50px;
  width: calc(100% - 200px);
  max-width: 1720px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
  padding: 10px 0;
  font-size: 14px;
  color: #ddd
}
.dibuyoulian a {
  font-size: 14px;
  color: #ddd;
}
.copyright {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: left;
  background: #fb5015;
  font-size: 14px
}
.copyright a {
  color: #fff;
}
.copyrightnav {
  float: right;
  line-height: 60px;
}
.copyrightnav a {
  color: #fff;
}
.banner {
  height: auto;
  overflow: hidden;
  width: 100%;
}
.bannerimg1 {
  height: 850px;
  width: 100%;
  background: url(../images/banner1.jpg) center top no-repeat;
  position: relative;
}
.bannerimg1_l {
  height: 850px;
  float: left;
  width: calc(100% - 700px);
  max-width: 760px;
}
.bannerimg1_l h3 {
  font-size: 48px;
  color: #fff;
  line-height: 60px;
  margin-top: 200px;
  margin-bottom: 20px;
}
.bannerimg1_l p {
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 50px;
}
.bannerimg1_l h4 {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 20px;
}
.bannerimg1_l span {
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}
.bannerimg1_l ul {
  width: 100%;
}
.bannerimg1_l ul li {
  float: left;
  width: calc(20% - 12px);
  margin-right: 10px;
}
.bannerimg1_l ul li img {
  max-width: 100%;
}
.bannerimg1_l a {
  margin-top: 40px;
  clear: left;
  display: inline-block;
  background: #fb5015;
  border-radius: 4px;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.bannerimg1_r {
  height: 850px;
  float: right;
  width: 635px;
  background: url(../images/banner1_1.png) 130px top no-repeat;
  position: relative;
}
.bannerimg1_r img {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -221px;
}
.bannerimg2 {
  height: 850px;
  width: 100%;
  background: url(../images/banner2.jpg) center top no-repeat;
  position: relative;
  overflow: hidden;
}
.bannerimg2 h3 {
  font-size: 48px;
  color: #333;
  padding-top: 125px;
  text-align: center;
  line-height: 80px;
}
.bannerimg2 p {
  font-size: 24px;
  color: #666;
  text-align: center;
  line-height: 40px;
  margin-bottom: 40px;
}
.bannerimg2 ul {
  width: 750px;
  margin: 0 auto;
}
.bannerimg2 ul li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.bannerimg2 dl {
  width: 1000px;
  margin: 0 auto;
}
.bannerimg2 dl dd {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 20px;
  position: relative;
}
.bannerimg2 dl dd a {
  position: relative;
}
.bannerimg3 {
  height: 850px;
  width: 100%;
  background: url(../images/banner3.jpg) center top no-repeat;
  position: relative;
}
.bannerimg3 h3 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  margin-bottom: 100px;
}
.bannerimg3 p {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  padding-top: 225px;
}
.bannerimg3 dl {
  width: 100%;
  margin: 0 auto;
}
.bannerimg3 dl dd {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 20px;
  position: relative;
}
.bannerimg3 dl dd a {
  position: relative;
}
.nyjjfacontent {
  width: calc(100% - 200px);
  max-width: 1720px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
}
.nyjjfa_title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #333;
  line-height: 60px;
}
.nyjjfa_text {
  width: calc(100% - 700px);
}
.nyjjfa_img {
  width: 650px;
}
.nyjjfa_img img {
  width: 650px;
}
.nyjjfa_h3 {
  font-size: 24px;
  color: #333;
  padding-top: 60px;
  font-weight: bold;
  margin-bottom: 20px;
}
.nyjjfa_h3 b {
  color: #f00;
}
.nyjjfa_h3 span {
  text-transform: uppercase;
  color: #fb5015;
  margin-left: 10px;
}
.nyjjfa_p {
  font-size: 16px;
  color: #999;
  line-height: 36px;
  text-align: justify
}
.nyjjfa_heng {
  width: 100%;
  height: 650px;
  box-sizing: border-box;
  padding: 80px 0;
  background: #fff url(../images/nyjjfa_heng.jpg) center center no-repeat;
  text-align: center;
}
.nyjjfa_heng .cpxqldy_title {
  text-align: center;
  color: #fff;
  line-height: 60px;
  font-size: 30px;
  margin-bottom: 300px;
}
.cpxqldy_title p {
  font-size: 16px;
  color: #666;
  line-height: 2em;
	
}
.cpxqldy_title span {
  font-weight: bold;
	font-size: 40px;
	line-height: 2em
		
}
.nyjjfa_heng h3 {
  font-size: 24px;
  color: #fff;
  line-height: 60px;
}
.nyjjfa_heng h4 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 10px;
  background: -moz-linear-gradient(300deg, #9c070d, #fb5015);
  background: -webkit-linear-gradient(300deg, #9c070d, #fb5015);
  background: -o-linear-gradient(300deg, #9c070d, #fb5015);
  background: -ms-linear-gradient(300deg, #9c070d, #fb5015);
  background: linear-gradient(300deg, #9c070d, #fb5015);
}
.nyjjfa_heng p {
  font-size: 16px;
  color: #fff;
  line-height: 36px;
}
.nyjjfa_hengtext {
  width: 1000px;
  margin: 0 auto;
}
.nyjjfa_hengtext p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.nyjjfa_list {
  width: 100%;
  padding: 40px 0;
  height: 100px;
}
.nyjjfa_list ul li {
  float: left;
  text-align: center;
  width: 160px;
}
.nyjjfa_list ul li h3 img {
  width: 60px;
}
.nyjjfa_list ul li p {
  font-size: 16px;
  color: #333;
}
.nycpfllist {
  width: 300px;
  margin: 0 auto;
  float: left;
  background: #fb5015;
  box-sizing: border-box;
  padding: 30px 30px 70px 30px;
}
.nycpfl_title {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.nycpfl_title h3 {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  line-height: 30px;
}
.nycpfl_title h4 {
  font-size: 30px;
  color: #fff;
  line-height: 40px;
}
.nycpfllist > ul {
  width: 100%;
  background: #f6f6f6;
  padding: 10px;
  box-sizing: border-box;
}
.nycpfllist > ul > li {
  width: 100%;
  background: #fff;
  transition: all 0.5s ease;
  padding: 10px 0;
  box-sizing: border-box;
  position: relative;
}
.nycpfllist > ul > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  height: 1px;
  width: 160px;
  background: #eee;
  display: inline-block;
  z-index: 1;
}
.nycpfllist > ul > li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  height: 2px;
  width: 0;
  background: #fb5015;
  display: inline-block;
  z-index: 2;
  transition: all 0.5s ease;
}
.nycpfllist ul > li:hover:before {
  width: 160px;
}
.nycpfllist > ul > li > a {
  display: block;
  padding: 10px 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  font-size: 16px;
  color: #333;
}
.nycpfllist > ul > li:hover > a {
  color: #fb5015;
}
.nycpfllist > ul > li > ul {
  background: #fff;
}
.nycpfllist > ul > li > ul > li {
  line-height: 40px;
}
.nycpfllist > ul > li > ul > li a {
  font-size: 14px;
  padding: 10px 40px;
  display: block;
  box-sizing: border-box;
  color: #888;
  line-height: 1.2
}
.nycpfllist > ul > li > ul > li:Hover > a {
  color: #fb5015
}
.nycpfl_tel {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0 0;
}
.nycpfl_tel h3 a {
  font-size: 16px;
  color: #fff;
  font-weight: normal
}
.nycpfl_tel p {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
.nycpfl_tel h4 {
  width: 100%;
  height: 314px;
  background: url(../images/kefu.png) center bottom no-repeat;
}
.nyaboutrongyu {
  width: calc(100% - 200px);
  max-width: 1720px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
}
.nypro-tltj {
  width: 100%;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 1600px;
  box-sizing: border-box;
  padding: 50px 0 0;
}
.nypro-tltj ul li {
  float: left;
  width: 29.33%;
  margin: 0 2% 3%;
  -moz-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.28);
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.28);
}
.nypro-tltj ul li h3 {
  width: 100%;
  padding: 0;
  border: 10px #f2f4f8 solid;
  border-bottom: 0;
  padding-bottom: calc(300% / 4);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
  transition: all 0.1s ease;
}
.nypro-tltj ul li h3 a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.nypro-tltj ul li .text {
  text-align: center;
  height: 60px;
  line-height: 60px;
  background: #f2f4f8
}
.nypro-tltj ul li .text a {
  font-size: 16px;
  color: #333;
  line-height: 60px;
  display: block;
  transition: all 0.5s ease;
}
.nypro-tltj ul li:hover h3 {
  border: 10px #fb5015 solid;
  border-bottom: 0;
  background-size: 105% 105%;
}
.nypro-tltj ul li:hover .text {
  background: #fb5015
}
.nypro-tltj ul li:hover .text a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.cpxqldy_title {
  text-align: center;
  color: #333;
  line-height: 60px;
  font-size: 30px;
  font-weight: normal;
}
.cpxqldy_heng {
  width: 100%;
  height: 650px;
  box-sizing: border-box;
  padding: 80px 0;
  background: #fff url(../images/cpxqldy_heng.jpg) center center no-repeat;
  text-align: center;
}
.cpxqldy_heng .cpxqldy_title {
  text-align: center;
  color: #fff;
  line-height: 60px;
  font-size: 30px;
  margin-bottom: 300px;
}
.cpxqldy_heng h3 {
  font-size: 24px;
  color: #fff;
  line-height: 60px;
}
.cpxqldy_heng h4 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 10px;
  background: -moz-linear-gradient(300deg, #9c070d, #fb5015);
  background: -webkit-linear-gradient(300deg, #9c070d, #fb5015);
  background: -o-linear-gradient(300deg, #9c070d, #fb5015);
  background: -ms-linear-gradient(300deg, #9c070d, #fb5015);
  background: linear-gradient(300deg, #9c070d, #fb5015);
}
.cpxqldy_heng p {
  font-size: 16px;
  color: #fff;
  line-height: 36px;
}
.cpxqldy_list {
  width: calc(100% - 200px);
  max-width: 1720px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
}
.cpxqldy_list ul li {
  width: 23%;
  margin: 0 1%;
  float: left;
  height: 295px;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 30px;
  background: #f6f6f6;
  position: relative;
}
.cpxqldy_list ul li h4 {
  position: relative;
  z-index: 9;
}
.cpxqldy_list ul li h3 {
  font-size: 18px;
  color: #333;
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
}
.cpxqldy_list ul li p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  position: relative;
  z-index: 9;
}
.cpxqldy_list ul li:before {
  content: "";
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  position: absolute;
  z-index: 2;
  background: #fff;
}
.cpxqldy_list ul li:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease;
  background: -moz-linear-gradient(#9c070d, #fb5015);
  background: -webkit-linear-gradient(#9c070d, #fb5015);
  background: -o-linear-gradient(#9c070d, #fb5015);
  background: -ms-linear-gradient(#9c070d, #fb5015);
  background: linear-gradient(#9c070d, #fb5015);
}
.cpxqldy_list ul li:hover:after {
  height: 100%;
}
.nypro_list {
  color: #333;
}
.nypro_list .nypro_list_con {
  display: none;
  width: 100%;
}
.nypro_list .nypro_list_con li {
  float: left;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.nypro_list .nypro_list_con li:nth-child(4n) {
  margin-right: 0
}
.nypro_list .nypro_list_con li h3 {
  width: 100%;
  padding: 0;
  padding-bottom: 100%;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: all 0.3s ease;
}
.nypro_list .nypro_list_con li h3 a {
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.nypro_list .nypro_list_con li p {
  height: 60px;
  line-height: 60px;
  color: #333;
}
.nypro_list .nypro_list_con li p a {
  font-size: 16px;
  color: #333;
  line-height: 60px;
  padding: 0 30px;
}
.nypro_list .nypro_list_con li:hover h3 {
  transform: scale(1.06);
  transition: all 0.3s ease;
}
.nypro_list .nypro_list_con li p i {
  margin-right: 7px;
  float: right;
  display: block;
  width: 27px;
  height: 27px;
  cursor: pointer;
  background: url("../images/products-06.jpg") no-repeat center;
  margin-top: 15px;
}
.nypro_list .nypro_list_con.on {
  display: block;
}
.nycpbt {
  /* border-left:solid 4px #fb5015; */
  margin-bottom: 46px;
  /* padding-left:10px; */
  line-height: 20px;
  font-size: 18px;
  color: #000;
}
.nycpbt ul {
  display: table;
  width: 100%;
}
.nycpbt ul li {
  float: left;
  margin-left: 12px;
  position: relative;
  line-height: 42px;
  text-align: center;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  padding: 0.5% 4.9%;
  margin-bottom: 15px;
}
.nycpbt ul li a {
  font-size: 16px;
  color: #555;
  display: block;
}
.nycpbt ul li:hover {
  background: #fb5015;
}
.nycpbt ul li:hover a {
  color: #fff;
}
.nydszzc {
  width: calc(100% - 200px);
  max-width: 1720px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
}
.nydszzc_text {
  float: left;
  width: calc(100% - 450px);
}
.nydszzc_text h3 {
  font-size: 24px;
  color: #333;
  margin: 20px 0 40px;
}
.nydszzc_text p {
  font-size: 16px;
  color: #888;
  line-height: 36px;
  text-align: justify;
  margin: 8px 0;
  text-indent: 2em
}
.nydszzc_text p:hover {
  color: #666;
}
.nydszzc_img {
  float: right;
  width: 400px;
}
.nyaboutwenhua {
  width: 100%;
  padding: 60px 0 100px 0;
  background: url(../images/nyaboutwenhua.jpg) center no-repeat;
}
.nyaboutwenhua_img {
  float: right;
  margin-left: 50px;
}
.nyaboutwenhua h3 {
  font-size: 18px;
  color: #333;
  line-height: 50px;
  margin-top: 25px;
}
.nyaboutwenhua p {
  color: #888;
  font-size: 16px;
  line-height: 36px;
}
.nyaboutwenhua p:hover {
  color: #666;
}
.nyaboutwenhualist {
  box-sizing: border-box;
  width: calc(100% - 300px);
  max-width: 1620px;
  margin: 0 auto;
  min-width: 1300px;
}
.nyaboutwenhualist ul li {
  width: 32.33%;
  float: left;
  height: 290px;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 30px;
  background: #f5f6f7;
  position: relative;
  box-sizing: border-box;
}
.nyaboutwenhualist ul li h4 {
  position: relative;
  z-index: 9;
  width: 80px;
  height: 80px;
  border: 1px #eee solid;
  margin: 0 auto;
  border-radius: 50px;
}
.nyaboutwenhualist ul li h4 img {
  display: block;
  margin: 0 auto;
  padding-top: 20px;
}
.nyaboutwenhualist ul li h3 {
  font-size: 20px;
  color: #333;
  position: relative;
  z-index: 9;
  margin-bottom: 20px;
  font-weight: normal;
}
.nyaboutwenhualist ul li p {
  font-size: 15px;
  color: #666;
  line-height: 30px;
  position: relative;
  z-index: 9;
}
.nyaboutwenhualist ul li:before {
  content: "";
  left: 5px;
  right: 5px;
  bottom: 5px;
  top: 5px;
  position: absolute;
  z-index: 2;
  background: #f5f6f7;
}
.nyaboutwenhualist ul li:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease;
  background: linear-gradient(90deg, rgba(247, 168, 43, 1), rgba(251, 80, 21, 1));
}
.nyaboutwenhualist ul li:hover:after {
  height: 100%;
}
.nyaboutwenhualist ul li:nth-child(2) {
  margin: 0 1%;
}
.nyaboutwenhualist2 {
  box-sizing: border-box;
  width: calc(100% - 300px);
  max-width: 1620px;
  margin: 0 auto;
  min-width: 1300px;
}
.nyaboutwenhualist2 ul li {
  width: 24%;
  float: left;
  height: 365px;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 30px;
  background: #f5f6f7;
  position: relative;
  box-sizing: border-box;
}
.nyaboutwenhualist2 ul li h4 {
  position: relative;
  z-index: 9;
  width: 80px;
  height: 80px;
  border: 1px #eee solid;
  margin: 0 auto;
  border-radius: 50px;
}
.nyaboutwenhualist2 ul li h4 img {
  display: block;
  margin: 0 auto;
  padding-top: 15px;
}
.nyaboutwenhualist2 ul li h3 {
  font-size: 20px;
  color: #333;
  position: relative;
  z-index: 9;
  margin-bottom: 20px;
  font-weight: normal;
}
.nyaboutwenhualist2 ul li p {
  font-size: 15px;
  color: #666;
  line-height: 30px;
  position: relative;
  z-index: 9;
}
.nyaboutwenhualist2 ul li:before {
  content: "";
  left: 5px;
  right: 5px;
  bottom: 5px;
  top: 5px;
  position: absolute;
  z-index: 2;
  background: #f5f6f7;
}
.nyaboutwenhualist2 ul li:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease;
  background: linear-gradient(90deg, rgba(247, 168, 43, 1), rgba(251, 80, 21, 1));
}
.nyaboutwenhualist2 ul li:hover:after {
  height: 100%;
}
.nyaboutwenhualist2 ul li:nth-child(2n) {
  margin: 0 1%;
}
.nyrclnlist {
  width: calc(100% - 200px);
  max-width: 1720px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
}
.nyrclnlist ul li {
  width: 23%;
  margin: 0 1%;
  float: left;
  height: 295px;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 30px;
  background: #f2f2f2;
  position: relative;
}
.nyrclnlist ul li h4 {
  position: relative;
  z-index: 9;
}
.nyrclnlist ul li h3 {
  font-size: 20px;
  color: #333;
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
}
.nyrclnlist ul li p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  position: relative;
  z-index: 9;
}
.nyrclnlist ul li:before {
  content: "";
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  position: absolute;
  z-index: 2;
  background: #fff;
}
.nyrclnlist ul li:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease;
  background: -moz-linear-gradient(#9c070d, #fb5015);
  background: -webkit-linear-gradient(#9c070d, #fb5015);
  background: -o-linear-gradient(#9c070d, #fb5015);
  background: -ms-linear-gradient(#9c070d, #fb5015);
  background: linear-gradient(#9c070d, #fb5015);
}
.nyrclnlist ul li:hover:after {
  height: 100%;
}
.nyqyslbk ul {
  width: 100%;
}
.nyqyslbk ul li {
  width: 30%;
  margin-right: 5%;
  float: left;
  height: 650px;
}
.nyqysl {
  display: none
}
.nyqyslbk ul li:hover .nyqysl {
  display: block;
}
.nyqyslbk ul li:hover .sutnr {
  display: none;
}
.nyqyslbk ul li:nth-child(3) {
  margin-right: 0px;
}
.nyqyslbk ul li:nth-child(1) {
  background: url("../images/sl.jpg") no-repeat center;
}
.nyqyslbk ul li:nth-child(2) {
  background: url("../images/sl2.jpg") no-repeat center;
}
.nyqyslbk ul li:nth-child(3) {
  background: url("../images/sl3.jpg") no-repeat center;
}
.sutnr {
  padding: 100px 50px
}
.sutnr h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 70px;
  margin-bottom: 30px;
  color: #fff
}
.sutnr p {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 50px;
}
.sutnr p b {
  display: block;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
}
.nyqysl {
  padding: 100px 50px
}
.nyqysl h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 70px;
  margin-bottom: 30px;
  color: #fff
}
.nyqysl p {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
}
.nyqyslbk ul li:hover {
  background-size: 110%;
  transition: all 0.5s ease;
}
.nygcfw {
  width: 100%;
}
.nygcfw_r {
  float: right;
}
.nyfwln_title {
  text-align: center;
  font-size: 30px;
  color: #333;
  line-height: 60px;
  font-weight: bold;
}
.nyfwln_text {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  margin: 0 0 20px;
  text-align: center;
}
.nyfwlnlist {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.nyfwlnlist ul li {
  width: 25%;
  padding: 0 30px;
  float: left;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.nyfwlnlist ul li h4 {
  position: relative;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
}
.nyfwlnlist ul li h3 {
  font-size: 24px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 30px;
  width: calc(100% - 60px);
  line-height: 250px;
  text-align: center;
  z-index: 9;
  transition: all 0.3s ease;
  border-radius: 10px;
  overflow: hidden;
}
.nyfwlnlist ul li h4:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  transition: all 0.3s ease;
}
.nyfwlnlist ul li:hover h4:before {
  background: rgba(192, 0, 0, 0.5);
  height: 60px;
}
.nyfwlnlist ul li:hover h3 {
  line-height: 60px;
  font-size: 18px;
}
@keyframes whirl {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.nygcfwnlist ul {
  text-align: center;
  position: relative;
}
.nygcfwnlist ul li {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}
.nygcfwnlist ul li i {
  width: 260px;
  height: 229px;
  margin: 0 auto 30px;
  display: inline-block;
}
.nygcfwnlist ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  background: #ddd;
  position: absolute;
  z-index: 11;
  left: 50%;
  top: 306px;
  margin-left: -4px;
  border-radius: 50%;
}
.nygcfwnlist ul li:after {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px #ddd solid;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 302px;
  margin-left: -8px;
  border-radius: 50%;
}
.nygcfwnlist ul:after {
  content: "";
  height: 1px;
  width: 75%;
  position: absolute;
  left: 12.5%;
  top: 310px;
  background: #ddd;
}
.nyshzr_title {
  font-size: 24px;
  font-weight: bold;
  color: #fb5015;
  line-height: 60px;
}
.nyaboutshiming {
  width: 90%;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 1600px;
  box-sizing: border-box;
  position: relative;
}
.nyaboutshiming:before {
  content: "";
  background: url(../images/nyaboutshimingico01.png) left top no-repeat;
  width: 200px;
  height: 210px;
  position: absolute;
  left: 20%;
  bottom: 10%;
  z-index: 1
}
.nyaboutshiming:after {
  content: "";
  background: url(../images/nyaboutshimingico02.png) left top no-repeat;
  width: 487px;
  height: 493px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}
.nyaboutshiming ul li {
  width: 33.33%;
  height: 300px;
  padding: 80px 0 0 80px;
  float: left;
  border-bottom: 1px #eee solid;
  border-right: 1px #eee solid;
  box-sizing: border-box;
  position: relative;
  z-index: 9
}
.nyaboutshiming ul li.nyaboutshimingtitle {
  width: calc(100% - 33.33%);
  background: url(../images/nyaboutshimingico03.png) 45px 66px no-repeat;
  padding: 158px 0 0 270px
}
.nyaboutshiming ul li.nyaboutshimingtitle h4 {
  font-size: 30px;
  color: #333;
}
.nyaboutshiming ul li:nth-child(2) {
  border-right: none;
}
.nyaboutshiming ul li:nth-child(5) {
  border-right: none;
}
.nyaboutshiming ul li:nth-child(8) {
  border-right: none;
}
.nyaboutshiming ul li:nth-child(9) {
  border-bottom: none;
}
.nyaboutshiming ul li:nth-child(10) {
  border-bottom: none;
}
.nyaboutshiming ul li:nth-child(11) {
  border-bottom: none;
  border-right: none;
}
.nyaboutshiming ul li span {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-family: 'Barlow';
}
.nyaboutshiming ul li h3 {
  font-size: 30px;
  color: #fb5015;
  text-transform: uppercase;
  line-height: 50px
}
.nyaboutshiming ul li p {
  font-size: 18px;
  color: #888;
}
.nyznsl {
  width: 100%;
  background: #f5f5f5;
  padding: 70px 0px;
  height: 500px;
}
.nyznsl ul {
  width: calc(100% - 200px);
  max-width: 1720px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
}
.nyznsl_title {
  text-align: center;
  border-bottom: 1px #eee solid;
  font-size: 30px;
  color: #cc0000;
  line-height: 60px;
}
.nyznsl_text {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  margin: 20px 0;
  text-align: center;
}
.nyznsl_list {
  width: 100%;
}
.nyznsl_list img {
  max-width: 100%;
}
.nyznsl_list ul li {
  float: left;
  width: 23%;
  margin: 0 1% 1%;
}
.nyznsl_list ul li img {
  max-width: 100%;
}
.nyznsl_list ul li p {
  font-size: 14px;
  color: #666;
  text-align: center;
}
.nyznsl_list5 {
  width: 100%;
}
.nyznsl_list5 ul li {
  float: left;
  width: 19%;
  margin: 0 0.5% 1%;
  text-align: center;
  box-sizing: border-box;
  border: 1px #eee solid;
}
.nyznsl_list5 ul li img {
  max-width: 100%;
}
.nyznsl_list5 ul li p {
  font-size: 14px;
  color: #666;
  text-align: center;
}
.nyznsl_list6 {
  width: 100%;
}
.nyznsl_list6 ul li {
  float: left;
  width: 14.66%;
  margin: 0 1% 1%;
}
.nyznsl_list6 ul li img {
  max-width: 100%;
}
.nyznsl_list6 ul li p {
  font-size: 14px;
  color: #666;
  text-align: center;
}
.nycxy_list {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.nycxy_list ul li {
  width: 50%;
  padding: 0 30px;
  float: left;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.nycxy_list ul li h4 {
  position: relative;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
}
.nycxy_list ul li h3 {
  font-size: 24px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 30px;
  width: calc(100% - 60px);
  line-height: 400px;
  text-align: center;
  z-index: 9;
  transition: all 0.3s ease;
  border-radius: 10px;
  overflow: hidden;
}
.nycxy_list ul li h4:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  transition: all 0.3s ease;
}
.nycxy_list ul li:hover h4:before {
  background: rgba(192, 0, 0, 0.5);
  height: 60px;
}
.nycxy_list ul li:hover h3 {
  line-height: 60px;
  font-size: 18px;
}
.nyqytk_list {
  width: 100%;
  overflow: hidden;
}
.nyqytk_list_title {
  font-size: 30px;
  color: #333;
  text-align: center;
  line-height: 60px;
  margin-bottom: 20px;
}
.nyqytk_list .nyqytk_list_con {
  width: 100%;
}
.nyqytk_list .nyqytk_list_con li {
  float: left;
  width: 23%;
  margin-right: 2.6%;
  border: 1px #ddd solid;
  box-sizing: border-box;
  margin-bottom: 2%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.nyqytk_list .nyqytk_list_con li:nth-child(4n) {
  margin-right: 0
}
.nyqytk_list .nyqytk_list_con li h3 {
  width: 100%;
  height: 200px;
}
.nyqytk_list .nyqytk_list_con li h3 a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
  text-align: center;
}
.nyqytk_list .nyqytk_list_con li h3 a img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block
}
.nyqytk_list .nyqytk_list_con li p {
  background: #f2f4f8;
  height: 45px;
  line-height: 45px;
  color: #333;
  text-align: center;
  transition: all 0.3s ease;
}
.nyqytk_list .nyqytk_list_con li p a {
  font-size: 16px;
  color: #333;
  line-height: 45px;
  padding: 0 10px;
}
.nyqytk_list .nyqytk_list_con li .text {
  position: absolute;
  top: calc(60px - 100%);
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  z-index: 999;
  background: rgba(75, 159, 48, 0.8);
  overflow: hidden;
  transition: all 0.3s ease;
  display: table;
}
.nyqytk_list .nyqytk_list_con li .text a {
  color: #fff;
  font-size: 14px;
  padding: 0 40px;
  line-height: 30px;
  display: table-cell;
  vertical-align: middle;
}
.nyqytk_list .nyqytk_list_con li:hover p {
  background: #fb5015;
}
.nyqytk_list .nyqytk_list_con li:hover p a{
  color: #fff;
}
.nyqytk_list .nyqytk_list_con li:hover .text {
  top: 0;
}
.nyqytk_list .nycase_list_con.on {
  display: block;
}
.nyaboutrongyu_a {
  width: 260px;
  height: 45px;
  border-radius: 4px;
  background: -moz-linear-gradient(#9c070d, #fb5015);
  background: -webkit-linear-gradient(90deg, #9c070d, #fb5015);
  background: -o-linear-gradient(90deg, #9c070d, #fb5015);
  background: -ms-linear-gradient(90deg, #9c070d, #fb5015);
  background: linear-gradient(90deg, #9c070d, #fb5015);
  margin: 0 auto;
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  transition: all 0.3s ease;
}
.nyaboutrongyu_a:hover {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
}
.khpj {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 20px;
  background: #f6f6f6;
  padding: 40px;
  color: #666;
  line-height: 30px;
}
.map {
  background: url(../images/map.jpg) center top 106px no-repeat;
  height: 852px;
  position: relative;
}
.map .con {
  position: relative;
  width: 1000px;
  height: 757px;
  margin: auto;
}
.map .con .more {
  bottom: 0;
  position: absolute;
  left: -60px;
  bottom: 70px;
}
.com1 {
  position: absolute;
  top: -107px;
  left: 185px;
  z-index: 10;
  width: 383px;
  height: 225px;
}
.add1 {
  position: absolute;
  top: 230px;
  left: 348px;
  z-index: 9;
}
.com2 {
  position: absolute;
  top: -67px;
  left: 178px;
  z-index: 10;
  width: 383px;
  height: 225px;
}
.add2 {
  position: absolute;
  top: 270px;
  left: 339px;
  z-index: 9;
}
.com3 {
  position: absolute;
  top: -67px;
  left: 225px;
  z-index: 10;
  width: 383px;
  height: 225px;
}
.add3 {
  position: absolute;
  top: 270px;
  left: 387px;
  z-index: 9;
}
.com4 {
  position: absolute;
  top: -37px;
  left: 194px;
  z-index: 10;
  width: 383px;
  height: 225px;
}
.add4 {
  position: absolute;
  top: 300px;
  left: 357px;
  z-index: 9;
}
.com2, .com3, .com4 {
  display: none;
}
.nyfwbz {
  width: calc(100% - 300px);
  max-width: 1620px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
}
.nyfwbz_title {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 40px;
}
.nyfwbzlist {
  width: 100%
}
.nyfwbzlist ul li {
  width: 100%;
  clear: both;
}
.nyfwbzlist ul li img {
  max-width: 100%;
}
.nyfwbzlist ul li .nyfwbz_l {
  width: 50%;
  float: left;
}
.nyfwbzlist ul li .nyfwbz_r {
  width: 50%;
  float: right;
}
.nyfwbzlist ul li div {
  text-align: justify;
}
.nyfwbzlist ul li div h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 40px;
  font-weight: normal;
  padding-left: 20px;
}
.nyfwbzlist ul li div h4 {
  font-size: 16px;
  font-weight: normal;
  color: #fb5015;
  margin-bottom: 10px;
}
.nyfwbzlist ul li div p {
  font-size: 15px;
  color: #888;
  line-height: 36px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.cxcg {
  width: calc(100% - 300px);
  max-width: 1620px;
  margin: 0 auto;
  min-width: 1300px;
}
.cxcg_title h3 {
  position: relative;
  font-size: 36px;
  color: #cc0000;
}
.cxcg_title h3 span {
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: 1;
  font-size: 50px;
  color: rgba(0, 0, 0, 0.1);
  font-family: "Microsoft Yahei light", "PingFang SC light";
  font-weight: normal;
  text-transform: uppercase;
}
.cxcg_title h3 b {
  font-weight: normal;
  font-size: 30px;
}
.cxcg_title p {
  font-size: 24px;
  color: #666;
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: normal;
}
.cxcg_title h4 {
  font-size: 16px;
  color: #666;
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: normal;
}
#cxgc {
  width: 100%;
  padding: 0px;
  background: #f5f6f7;
}
.cxgc {
  width: calc(100% - 300px);
  max-width: 1620px;
  margin: 0 auto;
  min-width: 1300px;
}
.cxgc ul {
  position: relative;
  height: 600px;
}
.cxgc ul li {
  margin-bottom: 30px;
  width: 27%;
  float: left;
  background: #FFF;
  margin-right: 3%;
  padding: 2%;
  position: relative;
}
.cxgc ul li b {}
.cxgc ul li:nth-child(3) {
  margin-right: 0px;
}
.sdnrzs {
  position: absolute;
  top: 70px;
  left: 0px;
  width: 100%;
}
.sdnrzs h3 {
  font-size: 24px !important;
  font-weight: normal;
  display: block;
  text-align: center;
  line-height: 70px;
  color: #fff !important;
  display: block;
  margin-bottom: 20px;
}
.sdnrzs p {
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  padding: 20px 0;
}
.sdnrzs p b {
  float: left;
  padding: 0 40px;
  line-height: 30px;
  border-radius: 10px;
  border: 1px #eee solid;
  margin-right: 10px;
  margin-bottom: 30px;
}
.sdnrzs p:nth-last-child(1) {
  border-bottom: none;
}
.cxgc_title {
  height: 600px;
}
.cxgc_title h3 {
  position: relative;
  font-size: 36px;
  color: #cc0000;
}
.cxgc_title h3 b {
  position: absolute;
  top: 100px;
}
.cxgc_title h3 span {
  position: absolute;
  left: 0;
  z-index: 1;
  font-size: 50px;
  color: rgba(0, 0, 0, 0.1);
  font-family: "Microsoft Yahei light", "PingFang SC light";
  font-weight: normal;
  text-transform: uppercase;
}
.cxgc_title ul li img {
  width: 100%;
  transition: all 0.6s;
}
.cxgc_title ul li:hover img {
  transform: scale(1.1);
}
.cxjjff {
  margin-top: 200PX;
}
.cxjjff ul {
  top: 0px;
  overflow: hidden;
  height: auto;
}
.cxjjff ul li {
  width: 25%;
  float: left;
  background: #fff;
  position: relative;
  padding: 3%;
  margin-top: 35px;
  height: auto;
}
.cxjjff ul li b {
  width: 70px;
  height: 70px;
  background: #cc0000;
  border-radius: 70px;
  line-height: 70px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -35px;
}
.cxjjff ul li img {
  width: 100%;
  margin: 20px 0px;
}
.cxjjff ul li h3 {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  background: #cc0000;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
  margin-top: 30px;
}
.cxjjff ul li h3 img {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 25%;
  top: 5px;
  margin: 0px;
}
.cxjjff ul li p {
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  color: #333;
  line-height: 50px;
}
.solution-list {
  width: calc(100% - 300px);
  max-width: 1620px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
}
.solution-list ul {
  width: 100%;
}
.solution-list ul li {
  width: 23%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 20px;
  position: relative;
}
.solution-list ul li a {
  display: block;
}
.solution-list ul li a .img {
  width: 100%;
  position: relative;
  max-height: 480px;
}
.solution-list ul li a .img img {
  width: 100%;
  height: 100%;
}
.cpyywz {
  padding: 15px;
  position: absolute;
  height: 380px;
  top: 20px;
  left: 30px;
  width: 85%;
}
.cpyywz h3 {
  font-weight: normal;
  font-size: 17px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 20px;
}
.cpyywz p {
  text-align: center;
  font-size: 13px;
  color: #fff;
  margin-bottom: 20px;
  width: 100px;
  height: 35px;
  border-radius: 10px;
  border: 1px #fff solid;
  border-radius: 20px;
  line-height: 35px;
  margin-right: 13px;
  float: left;
}
.cpyywz span {
  font-size: 16px;
  color: #fff;
  text-align: left;
  position: absolute;
  bottom: 35px;
  left: 0px;
  font-weight: normal;
}
.cpyywz p1 {
  text-align: center;
  font-size: 13px;
  color: #fff;
  margin-bottom: 30px;
  width: 110px;
  height: 35px;
  border-radius: 10px;
  border: 1px #fff solid;
  border-radius: 20px;
  line-height: 35px;
  margin-right: 13px;
  float: left;
}
.fwnlt {
  width: 100%;
  background: url(../images/fwln.jpg) no-repeat center;
  height: 260px;
}
.fwnlt h3 {
  text-align: center;
  line-height: 40px;
  color: #cc0000;
  padding-top: 80px;
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: normal;
}
.fwnlt p {
  line-height: 30px;
  color: #333;
  text-align: center;
}
.shfw1 {
  width: 100%;
  background: url(../images/shfw.jpg) no-repeat center;
  height: 400px;
}
.shfw1 h3 {
  width: calc(100% - 300px);
  max-width: 1620px;
  margin: 0 auto;
  min-width: 1300px;
  font-size: 24px;
  color: #cc0000;
  padding-top: 80px;
  line-height: 100px;
  font-weight: normal;
}
.shfw1 p {
  width: calc(100% - 300px);
  max-width: 1620px;
  margin: 0 auto;
  min-width: 1300px;
  font-size: 20px;
  color: #333;
  line-height: 50px;
  padding: 30px 0px;
}
.shfw1 p span {
  font-size: 15px;
  color: #666;
  line-height: 30px;
  padding-top: 30px;
  display: block;
}
.solution-list ul li:nth-child(4n) {
  margin-right: 0px;
}
.nyfzlc {
  width: calc(100% - 200px);
  max-width: 1720px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
}
.nyfzlc-l {
  width: 100%;
}
.nyfzlc-l ul {
  width: calc(100% - 400px);
  float: right;
}
.nyfzlc-l ul li {
  width: 32%;
  margin-right: 1%;
  border-radius: 10px;
  float: left;
  cursor: pointer;
  height: 100px;
  box-sizing: border-box;
  padding: 20px 30px;
  background: #f8f8f8;
  border-bottom: 1px #fff solid;
  text-align: center;
  color: #333;
  transition: all 0.5s ease;
}
.nyfzlc-l ul li h3 {
  font-weight: normal;
  font-size: 18px;
  color: #aaa;
}
.nyfzlc-l ul li p {
  font-size: 24px;
  color: #333;
}
.nyfzlc-l ul li.active {
  background: #fb5015;
  color: #fff;
}
.nyfzlc-l ul li.active h3 {
  color: #fff
}
.nyfzlc-l ul li.active p {
  color: #fff;
}
.nyfzlc-r {
  width: 100%;
  float: right;
}
.nyfzlc-r div.tab_c {
  display: none;
}
.nyfzlc-r div.tab_c.active {
  display: block;
}
.nyfzlc-r div.tab_c .tab_c_title {
  font-size: 18px;
  color: #333;
  line-height: 100px;
  font-weight: normal;
  padding-left: 60px;
}
.nyfzlc-r div.tab_c .tab_c_title b {
  color: #fb5015;
  margin-right: 10px;
  font-weight: normal;
}
.nyfzlc-r div.tab_c .tab_c_img {
  float: left;
  width: 350px;
  text-align: center;
  position: relative;
  top: -100px;
}
.nyfzlc-r div.tab_c .tab_c_img p {
  font-size: 18px;
}
.nyfzlc-r div.tab_c .tab_c_ul {
  float: right;
  width: calc(100% - 400px);
  border-left: 1px solid #e6e6e6;
  padding-top: 50px;
}
.nyfzlc-r div.tab_c ul {
  padding-top: 40px;
}
.nyfzlc-r div.tab_c ul li {
  margin-bottom: 80px;
  position: relative;
  margin-left: 60px;
  padding-bottom: 80px;
  padding-left: 40px;
}
.nyfzlc-r div.tab_c ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  position: absolute;
  bottom: 0;
  left: -60px;
}
.nyfzlc-r div.tab_c ul li .oc {
  position: absolute;
  left: -69px;
  top: 6px;
}
.nyfzlc-r div.tab_c ul li .os {
  position: absolute;
  left: -53px;
  top: 19px;
  height: 2px;
  width: 60px;
  background: #e7e7e7;
}
.nyfzlc-r div.tab_c ul li .mask_ {}
.nyfzlc-r div.tab_c ul li .mask_ .title {
  font-size: 36px;
  font-weight: 400;
  color: #c00;
  text-align: left;
  margin-bottom: 10px;
}
.nyfzlc-r div.tab_c ul li .mask_ .p {
  font-size: 15px;
  color: #888;
  line-height: 36px;
}
.nyfzlc-r div.tab_c ul li .mask_ .bg_img {
  margin-top: 35px;
}
.nyfzlc-r div.tab_c ul li.li_ .bg_img {
  display: none;
}
.nyfzlc-r div.tab_c ul li .mask_ .bg_img .img_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: url(../img/blue.6.png) repeat;
}
.nyfzlc-r div.tab_c ul li .mask_ .bg_img .img_title span {
  display: block;
  padding: 0px 10px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.servicetext {
  font-size: 16px;
  line-height: 35px;
  color: #666;
}
.servicetext .mode {
  width: 100%;
}
.servicebox {
  width: calc(100% - 200px);
  max-width: 1720px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
  height: 280px;
  background: url(../images/servicebox.jpg) left top no-repeat;
}
.servicebox a {
  display: block;
  width: 600px;
  float: left;
  height: 280px;
}
.servicetext .mode dl {
  width: 49%;
  margin-right: 1.3%;
  float: left;
  border-radius: 10px;
  height: 81px;
  background: #f5f5f5;
  padding: 25px 0;
}
.servicetext .mode dl:first-child {
  margin-left: 0;
}

.servicetext .mode dl:last-child {
  margin-right: 0;
}
.servicetext .mode dd {
  float: left;
  margin: 0 15px 0 20px;
}
.servicetext .mode dt {
  float: left;
}
.servicetext .mode dt h4 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
}
.servicetext .mode dt p {
  font-size: 16px;
  padding: 0;
  color: #333;
}
.servicetext .mode dt p.tel {
  font-weight: 600;
  font-size: 24px;
  color: #fb5015
}
.nytopbg {
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  position: fixed;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.nytop {
  position: relative;
  top: 20px;
  width: 88%;
  left: 6%;
  right: 6%;
  height: 60px;
  z-index: 99999;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.nytopbg.hover {
  background: #fb5015;
  height: 60px;
}
.nytopbg.hover .nytop {
  top: 0;
}
.nytop .logo {
  padding-top: 0;
}
.nytop .topright {}
.nytop .topicon {
  top: 15px;
}
.nycplist {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
}
.nycplist ul li {
  float: left;
  width: 27.33%;
  margin: 0 3% 3%;
}
.nycplist ul li h3 {
  width: 100%;
  padding: 0;
  border: 10px #fff solid;
  -moz-box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.28);
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.28);
  padding-bottom: calc(300% / 4);
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-size: cover;
  position: relative;
  transition: all 0.5s ease;
}
.nycplist ul li h3 a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.nycplist ul li .text {
  text-align: center;
  padding-top: 30px;
}
.nycplist ul li .text a {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-weight: 700;
  display: block;
  transition: all 0.5s ease;
}
.nycplist ul li .text a.nycplist_pp {
  font-size: 14px;
  color: #fb5015;
}
.nycplist ul li:hover h3 {
  border: 10px #fb5015 solid;
}
.nycplist ul li:hover .text a {
  color: #fb5015;
  font-size: 20px;
}
.nycplist ul li:hover .text a.nycplist_pp {
  font-size: 16px;
  color: #333;
}
/*分页样式*/
.pagination {
  clear: both;
  margin: 10px 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.pagination li a {
  display: block;
  padding: 4px 16px;
  background-color: #fff;
  border: 1px solid #eee;
  font-size: 16px;
  transition: all 0.3s ease;
}
.pagination li + li a {
  border-left: none;
}
.pagination li.active a, .pagination li a:hover {
  background-color: #fb5015;
  border: 1px solid #fb5015;
  color: #ffffff;
  border-left: none;
}
.nypro-item {
  width: 100%;
  height: 750px;
  padding: 60px 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  border-bottom: 3px #eee solid;
}
.nypro-item-l {
  float: left;
  width: 750px;
}
.spec-preview {
  width: 600px;
  height: 600px;
  float: left;
}
/*图片放大镜样式*/
.jqzoom {
/*  border: 1px #ddd solid;*/
  padding: 10px;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
  width: 600px;
  height: 600px;
  text-align: center;
}
.jqzoom img {
  max-width: 100%;
  max-height: 100%;
}
.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px !important;
  left: 0px;
  width: 350px;
  height: 350px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}
.jqZoomPup {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: 100px;
  z-index: 10;
  visibility: hidden;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #ffffff /*url(../images/zoom.png) 50% center no-repeat*/ ;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}
/*图片小图预览列表*/
.spec-scroll {
  float: left;
  width: 94px;
  height: 600px;
  margin-right: 10px;
}
.spec-scroll .prev {
  background-image: url(../images/nypro-prev.png);
  margin-bottom: 10px;
}
.spec-scroll .next {
  background-image: url(../images/nypro-next.png);
}
.spec-scroll .prev, .spec-scroll .next {
  display: block;
  text-align: center;
  width: 94px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  text-decoration: none;
}
.spec-scroll .items {
  position: relative;
  width: 94px;
  height: 520px;
  overflow: hidden;
}
.spec-scroll .items ul {
  position: absolute;
  width: 520px;
  height: 94px;
}
.spec-scroll .items ul li {
  width: 94px;
  text-align: center;
  margin-right: 5px;
}
.spec-scroll .items ul li img {
  border: 2px solid #eee;
  width: 90px;
  height: 90px;
}
.spec-scroll .items ul li img:hover {
  border: 2px solid #fb5015;
}
.nypro-item-table {
  width: 520px;
  padding-top: 50px;
  position: relative;
}
.nypro-item-table table {
  margin: 0 auto;
  text-align: center;
  width: 510px;
}
.nypro-item-table table th {
  background: #f8f8f8;
  font-size: 14px;
  width: 170px;
  color: #333;
  height: 40px;
  border: 1px #eee solid;
}
.nypro-item-table table td {
  font-size: 14px;
  width: 170px;
  height: 40px;
  color: #666;
  border: 1px #eee solid;
}
.nyprovideo {
  position: absolute;
  left: 0;
  top: -20px;
}
.nyprovideo_a {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/nyprovideo_a.png) left top no-repeat
}
.nypro-item-r {
  float: right;
  width: calc(100% - 780px);
}
.nypro-item-r h1 {
  font-size: 30px;
  color: #333;
  margin-bottom: 60px;
  font-weight: normal;
}
.nypro-item-r p {
  font-size: 15px;
  color: #666;
  line-height: 35px;
  width: 80%;
  height: 250px;
  background: #f6f6f6;
  border-radius: 8px;
}
.nypro-item-r p.nypro-item-rc {
  height: 120px;
  background: #f6f7fa;
  border: 1px #e9ecf2 solid;
}
.nypro-item-r p span {
  float: right;
  display: block;
  width: 33.3%;
  text-align: center;
  margin-top: 50px;
}
.nypro-item-r p span i {
  display: block;
  line-height: 20px;
  text-align: center;
  font-size: 15px;
  font-style: normal;
}
.nypro-item-r p span img {
  /* float: right; */
  /* display: block; */
}
.nypro-item-r h3 {
  font-size: 18px;
  color: #fb5015;
  margin: 5px 0;
  line-height: 32px;
  font-weight: normal;
}
.nypro-item-r h5 {
  font-size: 18px;
}
.nypro-item-r ul {
  width: 100%;
  height: 50px;
  line-height: 40px;
  margin-top: 30px;
  transition: all 0.5s ease;
}
.nypro-item-r ul li {
  float: left;
  margin-right: 40px;
  width: 150px;
  background: #222;
  position: relative;
}
.nypro-item-r ul li:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 40px;
  background: #000;
  transition: all 0.5s ease;
  z-index: 1
}
.nypro-item-r ul li a {
  display: block;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  z-index: 9;
  position: relative;
}
.nypro-item-r ul li.nypro-item-r-zx {
  background: linear-gradient(90deg, rgba(247, 168, 43, 1), rgba(251, 80, 21, 1));
}
.nypro-item-r ul li.nypro-item-r-zx a {
  color: #fff;
}
.nypro-item-r ul li.nypro-item-r-zx:after {
  background: linear-gradient(90deg, rgba(247, 168, 43, 1), rgba(251, 80, 21, 1));
}
.nypro-item-r ul li:hover:after {
  width: 150px;
}
.nypro-item-r h4 {
  font-size: 18px;
  color: #333;
  margin: 50px auto 20px;
  line-height: 50px;
  font-weight: normal;
}
.nypro-item-r h4 span {
  font-size: 26px;
  color: #fb5015
}
.nypro-item-r h4 em {}
.nypro-item-r h4 img {
  width: 30px;
  float: left;
  padding-top: 10px;
}
.nypro-item-r h4 i {
  font-style: normal;
  line-height: 50px;
  display: block;
  float: left;
  padding-left: 10px;
  color: #fb5015;
  font-size: 16px;
}
.nypro-item-r .nypro-item-r-table {
  width: 100%;
  text-align: left;
}
.nypro-item-r .nypro-item-r-table tr {
  height: 60px;
  color: #666;
  line-height: 60px;
  font-size: 14px;
}
.nypro-item-r .nypro-item-r-table tr td {
  font-weight: normal;
  box-sizing: border-box;
  text-align: justify;
}
.nypro-item-r .nypro-item-r-table tr td:nth-child(1) {
  width: 188px;
  text-align: center;
}
.nypro-item-r .nypro-item-r-table tr td:nth-child(2) {
  width: calc(100% - 188px);
  padding-right: 28px;
  box-sizing: border-box;
}
.nypro-item-r .nypro-item-r-table tr:nth-child(2n+1) {
  background: #F2F2F2;
}
.nypro-item-r .nypro-item-r-table tr:last-child {
  border-bottom: 1px #c5c5c5 solid solid;
  line-height: 30px;
}
.nypro-item-r .nypro-item-r-table tr:last-child td:nth-child(2) {
  padding: 10px 28px 10px 0 !important;
}
.nypro-item-r .nypro-item-r-table tr:hover {
  background: #fb5015;
  color: #ffffff;
}
.nypro-cpjs {
  width: calc(100% - 200px);
  max-width: 1720px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
  padding: 80px 0;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  position: relative;
  min-height: 1100px;
}
.nypro-cpjs h3 {
  color: #333;
  font-size: 30px;
  margin: 0 0 40px;
  position: relative;
  padding-left: 20px;
  font-weight: normal;
}
.nypro-cpjs h3:before {
  content: " ";
  width: 8px;
  height: 25px;
  position: absolute;
  top: 7px;
  left: 0px;
  background: #fb5015;
  border-radius: 4px;
}
.nypro-cpjs p {
  font-size: 16px;
  color: #666;
  line-height: 36px; /* width: 60%; */
}
.nypro-xqgcal {
  width: 100%;
  padding: 80px 0;
  background: url(../images/nypro-xqgcal.jpg) center center no-repeat
}
.nypro-xqgcal h3 {
  color: #fff;
  font-size: 30px;
  margin: 0 0 40px;
}
.nypro-xqgcal h3 span {
  font-size: 18px;
  font-weight: normal;
  margin-left: 10px;
}
.nypro-xqgcal ul {
  width: 100%;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
}
.nypro-xqgcal ul li {
  float: left;
  width: 23%;
  margin: 0 2% 0 0;
  background: #fff;
  position: relative;
}
.nypro-xqgcal ul li h4 {
  width: 100%;
  padding: 0;
  padding-bottom: calc(300% / 4);
  border: 1px #eee solid;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  position: relative;
  z-index: 2;
}
.nypro-xqgcal ul li h4 a {
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.nypro-xqgcal ul li p {
  font-size: 18px;
  color: #333;
  height: 100px;
  box-sizing: border-box;
  padding-left: 25px;
  line-height: 120px;
  position: relative;
  z-index: 2;
}
.nypro-xqgcal ul li p:before {
  content: " ";
  background: #fb5015;
  width: 50px;
  height: 3px;
  position: absolute;
  left: 25px;
  top: 30px;
}
.nypro-xqgcal ul li h5 {
  padding: 50px 25px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  background: #fb5015;
  width: 100%;
  height: 450px;
  transition: all 0.5s ease;
}
.nypro-xqgcal ul li h5 a {
  display: block;
  width: 100%;
  height: 450px;
}
.nypro-xqgcal ul li h5 b {
  display: block;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
.nypro-xqgcal ul li h5 span {
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
.nypro-xqgcal ul li:hover h4 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.nypro-xqgcal ul li:hover h5 {
  z-index: 9;
  opacity: 1;
}
.message {
  width: calc(100% - 200px);
  max-width: 1720px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 80px 0;
}
.message h2 {
  margin: 40px auto;
}
.message .left {
  width: calc(100% - 550px);
  float: left;
}
.message .left dd {
  width: 100%;
  background: url("../images/kf2.png") left center no-repeat;
  box-sizing: border-box;
  padding-left: 75px;
  margin-bottom: 15px;
}
.message .left dd span {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}
.message .left dt input {
  width: 48%;
  height: 50px;
  border: 1px solid #cdcdcd;
  margin: 13px 2% 13px 0;
  background: none;
  float: left;
  font-size: 14px;
  text-indent: 10px;
  box-sizing: border-box;
}
.message .left dt input.icon-message {
  background: url("../images/icon-message.png") right 5px center no-repeat;
  background-size: 25px;
}
.message .left dt input.icon-address {
  background: url("../images/icon-address.png") right 5px center no-repeat;
  background-size: 25px;
}
.message .left dt input.icon-name-yzm {
  float: left;
  width: 120px;
  margin-top: 0;
}
.message .left dt .icon-name-yzm-img {
  float: left;
  margin-top: 8px;
}
.message .left dt textarea {
  width: 98%;
  height: 70px;
  border: 1px solid #cdcdcd;
  background: none;
  font-size: 14px;
  padding: 10px 0 0 10px;
  margin: 15px 0;
  box-sizing: border-box;
}
.message .left dt input.button {
  width: 185px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  text-indent: 0;
  font-size: 18px;
  cursor: pointer;
  background: #fb5015;
  border: none;
  transition: all 0.5s ease;
  color: #fff;
  margin-top: 0;
  margin-left: 10px;
  float: left;
}
.message .right {
  width: 500px;
  float: right;
  overflow: hidden;
}
.message .left dt input.button:hover {
  background: #628cc3;
}
.message .right dd {
  width: 100%;
  background: url("../images/phone3.png") left 45px center no-repeat #9c070d;
  padding: 40px 0 40px 140px;
  box-sizing: border-box
}
.message .right dd span a {
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  line-height: 46px;
  font-family: Impact;
}
.message .right dd p {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 10px;
}
.message .right dt {
  width: 100%;
  background: #fb5015;
  padding: 25px 30px;
  box-sizing: border-box
}
.message .right dt p a {
  font-size: 16px;
  color: #fff;
  display: block;
  padding: 10px 0 15px 30px;
  background: url("../images/icons.png") left center no-repeat;
}
.message .right dt .address a {
  background-position: 0 -49px;
}
.message .right dt .url a {
  background-position: -2px -102px;
}
.message .right dt .mailbox a {
  background-position: -4px -162px;
}
.message .right dt .tel a {
  background-position: 2px 15px;
}
.message .right dt .btn {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}
.message .right dt .btn a {
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border: 1px solid #fff;
  padding: 0;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  background: none;
}
.message .right dt .btn a:hover {
  background: rgba(255, 255, 255, 0.2)
}
.nyanli-item-l {
  float: left;
  width: 800px;
  height: 400px;
}
.nyanli-item-l img {
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.nyanli-item-r {
  float: right;
  width: calc(100% - 850px)
}
.nyanli-item-r h1 {
  font-size: 24px;
  color: #333;
  line-height: 50px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.nyanli-item-r .nyalms {
  padding: 20px;
  color: #fff;
  line-height: 30px;
  border-radius: 10px;
  background: -moz-linear-gradient(300deg, #9c070d, #fb5015);
  background: -webkit-linear-gradient(300deg, #9c070d, #fb5015);
  background: -o-linear-gradient(300deg, #9c070d, #fb5015);
  background: -ms-linear-gradient(300deg, #9c070d, #fb5015);
  background: linear-gradient(300deg, #9c070d, #fb5015);
}
#nyprocpys {
  font-size: 24px;
  color: #333;
  line-height: 50px;
  margin: 0 0 20px;
  position: relative;
  padding-left: 15px;
}
#nyprocpys:before {
  content: " ";
  width: 3px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 0px;
  background: #fb5015;
}
.nypinkongtixi {
  width: 90%;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 1600px;
  box-sizing: border-box;
}
.nypinkongtixi ul li {
  width: 1350px;
  height: 400px;
}
.nypinkongtixi ul li .nypinkong_l {
  width: 675px;
  float: left;
  height: 400px;
}
.nypinkongtixi ul li .nypinkong_r {
  width: 675px;
  float: right;
  height: 400px;
}
.nypinkongtixi ul li div {
  text-align: justify;
}
.nypinkongtixi ul li div h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
.nypinkongtixi ul li div p {
  font-size: 16px;
  color: #888;
  line-height: 36px;
  margin-bottom: 10px;
}
.nypro-xqdetail {
  position: relative;
  width: 100%;
}
#nyprocpjs {
  font-size: 24px;
  color: #333;
  line-height: 50px;
  margin: 40px 0 20px;
  position: relative;
  padding-left: 15px;
}
#nyprocpjs:before {
  content: " ";
  width: 3px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 0px;
  background: #fb5015;
}
#nyprotltj {
  font-size: 24px;
  color: #333;
  line-height: 50px;
  margin: 30px 0 20px;
  position: relative;
  padding-left: 15px;
}
#nyprotltj:before {
  content: " ";
  width: 3px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 0px;
  background: #fb5015;
}
#nyprofwzc {
  font-size: 24px;
  color: #333;
  line-height: 50px;
  margin: 20px 0 20px;
  position: relative;
  padding-left: 15px;
}
#nyprofwzc:before {
  content: " ";
  width: 3px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 0px;
  background: #fb5015;
}
.nypro-xqnav {
  width: 100%;
  border-bottom: 1px #eee solid;
  height: 100px;
}
.nypro-xqnav h3 {
  float: left;
  line-height: 100px;
  font-size: 30px;
  color: #333;
}
.nypro-xqnav ul {
  float: right;
}
.nypro-xqnav ul li {
  float: left;
  margin-left: 50px;
  line-height: 100px;
}
.nypro-xqnav ul li a {
  font-size: 18px;
  display: block;
  line-height: 100px;
  height: 100px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.nypro-xqnav ul li a:after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 25px;
  width: 0;
  height: 2px;
  background: #fb5015;
  transition: all 0.5s ease;
}
.nypro-xqnav ul li.active a {
  color: #fb5015;
}
.nypro-xqnav ul li.active a:after {
  width: 50px;
  margin-left: -25px;
}
.nypro-xqnav ul li a:hover {
  color: #fb5015;
}
.nypro-xqnav ul li a:hover:after {
  width: 50px;
  margin-left: -25px;
}
.nypro-xqdetailc {
  width: 100%;
}
.nypro-xqdetailc.active {
  display: block;
}
.nypro-xqdetailc p {
  line-height: 30px;
  font-size: 16px;
  color: #666;
  padding: 8px 0;
}
.nycpxqtitle {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px #ddd solid;
  padding: 10px 0;
  color: #333;
}
.nycpxqtitle span {
  font-size: 16px;
  color: #aaa;
  font-weight: normal;
}
.nyxgcp {
  width: 100%;
  height: 610px;
  padding-top: 60px;
  box-sizing: border-box;
  background: url(../images/sycp.jpg) center center no-repeat;
}
.newslist {
  width: 100%;
}
.newslist ul {
  position: relative;
}
.newslist ul:after {
  content: " ";
  background: #eee;
  position: absolute;
  top: 0;
  left: 200px;
  height: 100%;
  width: 1px;
  z-index: 1;
}
.newslist ul li {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.newslist ul li h5 {
  float: left;
  width: 200px;
  padding: 30px 50px 0 0;
  margin-right: 40px;
  height: 170px;
  text-align: center;
  position: relative;
  z-index: 4
}
.newslist ul li h5:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 50px;
  width: 0;
  height: 200px;
  background: #fb5015;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  z-index: 1;
}
.newslist ul li h5:after {
  content: " ";
  background: #eee;
  position: absolute;
  right: 0;
  top: 100px;
  height: 1px;
  width: 50px;
  z-index: 5;
}
.newslist ul li h5 b {
  display: block;
  font-size: 50px;
  margin-top: 40px;
  color: #fb5015;
  position: relative;
  z-index: 3
}
.newslist ul li h5 i {
  font-size: 16px;
  line-height: 40px;
  color: #333;
  font-weight: normal;
  font-style: normal;
  position: relative;
  z-index: 3
}
.newslist ul li h3 {
  background: #fafafa;
  float: left;
  width: calc(100% - 697px);
  height: 140px;
  padding: 30px 50px;
  position: relative;
  z-index: 3
}
.newslist ul li h3:before {
  content: " ";
  position: absolute;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 0 solid #fb5015;
  left: -120px;
  top: 50%;
  margin-top: -15px;
  z-index: 3;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.newslist ul li h3:after {
  content: " ";
  background: #fafafa;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 90px;
  height: 200px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.newslist ul li h3 a {
  font-size: 22px;
  line-height: 50px;
  color: #333;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  position: relative;
  z-index: 3
}
.newslist ul li h3 p {
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  color: #888;
  position: relative;
  z-index: 3
}
.newslist ul li h4 {
  background: #fafafa;
  float: right;
  width: 200px;
  height: 200px;
  position: relative;
  z-index: 3
}
.newslist ul li h4:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 200px;
  width: 0;
  height: 230px;
  background: #fafafa;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  z-index: 1;
}
.newslist ul li h4 img {
  max-width: 100%;
  height: 200px;
  position: relative;
  z-index: 5;
}
.newslist ul li.active h5:before {
  width: 200px;
}
.newslist ul li.active h5 b {
  color: #fff;
}
.newslist ul li.active h5 i {
  color: #fff;
}
.newslist ul li.active h5:after {
  background: #fb5015;
  z-index: 3
}
.newslist ul li.active h3:before {
  position: absolute;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fb5015;
  left: -90px;
  top: 50%;
  margin-top: -15px;
  z-index: 3;
}
.newslist ul li.active h3:after {
  left: -90px;
}
.newslist ul li.active h3 a {
  color: #fb5015
}
.nynewsshow-l {
  width: 100%;
  background: #fff;
  padding: 60px 0;
  box-sizing: border-box;
}
.nynewsshow-l h1.title {
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  padding-bottom: 10px;
  border-bottom: 1px #eee solid;
  color: #333;
}
.nynewsshow-l h1.title .info {
  font-size: 14px;
  color: #666;
  line-height: 40px;
  font-weight: normal;
}
.nynewsshow-l h1.title .info small {
  font-size: 14px;
}
.textarea {
  color: #666;
  line-height: 36px;
}
.textarea p {
  margin: 10px 0;
}
.textarea img {
  max-width: 100%;
}
.anli_left {
  float: left;
  width: 600px;
}
.anli_right {
  float: right;
  width: calc(100% - 640px);
}
.anli_right h3 {
  color: #c00;
}
.nynewsshow-xgxw {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px #ddd solid;
}
.nynewsshow-xgxw ul li {
  float: left;
  width: 48%;
  line-height: 50px;
  position: relative;
  margin-right: 4%;
  border-bottom: 1px #eee solid;
  transition: all 0.8s ease;
}
.nynewsshow-xgxw ul li:nth-child(2n) {
  margin-right: 0
}
.nynewsshow-xgxw ul li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fb5015;
  transition: all 0.8s ease;
}
.nynewsshow-xgxw ul li a {
  line-height: 50px;
  font-size: 16px;
  color: #666;
  transition: all 0.5s ease;
}
.nynewsshow-xgxw ul li a span {
  float: right;
  font-size: 16px;
  color: #888;
}
.nynewsshow-xgxw ul li:hover:after {
  width: 100%;
}
.nynewsshow-xgxw ul li:hover a {
  color: #fb5015
}
.nynewsshow-r {
  width: 100%;
}
.nynewspreNext {
  width: 60%;
}
.nynewspreNext ul li {
  background: #f8f8f8;
  padding: 30px;
  float: left;
  width: 48%;
  margin-right: 4%;
  font-size: 18px;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333;
}
.nynewspreNext ul li:nth-child(2) {
  margin-right: 0
}
.nynewspreNext ul li a {
  font-weight: normal;
  font-size: 16px;
  color: #666;
}
.nynewspreNext ul li a:hover {
  color: #fb5015
}
.nynewspreNext ul li span {
  font-weight: normal;
  font-size: 16px;
  color: #666;
}
.share_box {
  background: #f8f8f8;
  padding: 30px;
  font-size: 18px;
  box-sizing: border-box;
}
.share_box_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
.nycontact {
  width: 90%;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 1600px;
  box-sizing: border-box;
}
.nycontact-pro-cont {
  float: left;
  width: 520px;
  height: 520px;
  background: #fb5015;
  padding: 50px 60px;
  box-sizing: border-box;
}
.nycontact-pro-cont h3 {
  color: #fff;
  font-size: 24px;
  line-height: 50px;
}
.nycontact-pro-cont p {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}
.nycontact-pro-cont p a {
  color: #fff;
}
.nycontact-message {
  float: right;
  width: calc(100% - 570px);
  padding: 40px 0;
}
.nycontact-message h3 {
  font-size: 24px;
  line-height: 40px;
}
.nycontact-message h3 i {
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px
}
.nycontact-message h3 span {
  color: #888;
  font-size: 16px;
  margin-left: 10px;
  font-weight: normal;
}
.form-group {
  padding: 10px 0;
  min-height: 40px;
  color: #666;
}
.form-control {
  float: left;
  width: calc(50% - 20px);
  border: 1px #ddd solid;
  height: 40px;
  line-height: 40px;
  color: #666;
  margin-right: 20px;
  padding: 0 15px;
  box-sizing: border-box;
}
.marginr0 {
  margin-right: 0 !important
}
.form-control-c {
  width: calc(100% - 20px);
  height: 130px;
  border: 1px #ddd solid;
  padding: 10px 15px;
  box-sizing: border-box;
}
.form-sub {
  width: 200px;
  height: 40px;
  background: #fb5015;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border: none;
  font-size: 16px;
  margin-right: 15px;
}
.nycontact_nav {
  width: 800px;
  margin: 0 auto;
  height: 60px;
}
.nycontact_nav ul li {
  float: left;
  width: 400px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  background: #fff;
  color: #333;
  border: 1px #ddd solid;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.nycontact_nav ul li.active {
  background: #fb5015;
  color: #fff;
  border: 1px #fb5015 solid;
}
.nycontactc {
  width: 1350px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  height: 600px;
}
.nycontact-cont {
  opacity: 0;
  z-index: 1;
  width: 1310px;
  height: 600px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.nycontact-cont.active {
  opacity: 1;
  z-index: 9;
}
.nycontact-tel {
  float: right;
  width: 400px;
  padding-left: 75px;
  border-left: 1px #ddd solid;
  height: 560px;
}
.nycontact-tel p {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  margin-top: 40px;
}
.nycontact-tel h3 {
  margin-bottom: 40px;
  font-size: 36px;
  color: #fb5015;
  line-height: 60px;
}
.nycontact-tel h4 {
  font-weight: normal;
}
.nycontact-tel h4 a {
  width: 160px;
  float: left;
  margin: 0 20px 20px 0;
  display: block;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px #ddd solid;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.nycontact-tel h4 a:hover {
  background: #fb5015;
  color: #fff;
  border: 1px #fb5015 solid;
}
.pro_mes {
  padding: 30px 0;
  box-sizing: border-box;
  background: #fff;
}
.khtitle {}
.khtitle h3 {
  font-size: 24px;
  font-weight: normal;
  color: #333;
  margin-bottom: 20px;
}
.khtitle p {
  font-size: 18px;
  color: #333;
  line-height: 35px;
}
.khtitle p span {
  color: #fb5015
}
.fstext {
  font-size: 16px;
  color: #666;
  margin-left: 20px;
  line-height: 40px;
}
@keyframes whirl {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.nynewsnav {
  width: 90%;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 1600px;
  height: 60px;
  border-bottom: 1px #ddd solid;
  position: relative;
  z-index: 9;
}
.loc {
  line-height: 60px;
  color: #333;
  font-size: 12px;
  height: 60px;
  text-align: center;
}
.loc ul li {
  width: 130px;
  position: relative;
  text-align: center;
  display: inline-block;
}
.loc ul li:before {
  content: " ";
  background: #1b1b1b;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 60px;
  transition: all 0.3s ease;
}
.loc ul li:after {
  content: " ";
  background: #ddd;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 20px;
  width: 1px;
  height: 20px;
}
.loc ul li > a {
  line-height: 60px;
  color: #333;
  font-size: 18px;
  display: block;
  width: 130px;
  position: relative;
  z-index: 999
}
.loc ul li > a:hover {
  color: #fff
}
.loc ul li:hover {}
.loc ul li:hover:before {
  width: 130px;
  left: 0;
}
.loc ul li:hover dl {
  opacity: 1;
  display: block;
}
.loc ul li:last-child:after {
  display: none;
}
.nyzngs {
  width: 100%;
}
.nyzngs p {
  text-indent: 2em;
  text-align: justify;
  line-height: 36px;
}
.nyzngs h3 {
  font-size: 24px;
  text-indent: 1.3em;
  line-height: 50px;
}
.nyzngs h4 {
  font-size: 18px;
  text-indent: 1.8em;
  line-height: 50px;
}
.gszp1 {
  width: 100%;
}
.gszp1 li {
  float: left;
  width: 33.33%;
  text-align: center;
}
.gszp1 li img {
  max-width: 100%;
}
.gszp2 {
  width: 100%;
}
.gszp2 li img {
  max-width: 100%;
}
.gszp3 {
  width: 100%;
}
.gszp3 li {
  float: left;
  width: auto;
  max-width: 50%;
  padding: 0 2%;
  text-align: center;
}
.gszp3 li img {
  max-width: 100%;
  height: 500px;
}
/*Top按钮*/
*html {
  background-image: url(about:blank);
  background-attachment: fixed;
} /*解决IE6下滚动抖动的问题*/
.tbox {
  width: 50px;
  float: right;
  position: fixed;
  z-index: 999999;
  right: 10px;
  bottom: 15px;
  _position: absolute;
  _bottom: auto;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
  _margin-bottom: 15px;
  display: none;
} /*解决IE6下不兼容 position:fixed 的问题*/
.tbox #gotop {
  width: 50px;
  height: 50px;
  background: url(../images/icon.png) no-repeat 0 0;
  display: block;
}
.nypro-cpfl {
  width: 420px;
  padding: 40px;
  background: #f6f6f6;
  box-sizing: border-box;
  position: absolute;
  top: 70px;
  right: 0px;
}
.nypro-cpfl-title {
  font-size: 26px;
  color: #333; /* font-weight: bold; */ margin-bottom: 30px;
}
.nypro-cpfl ul li {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  transition: all .3s ease;
  border-radius: 6px;
  padding: 10px 0;
}
.nypro-cpfl ul li a {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  height: 180px;
}
.nypro-cpfl ul li a h3 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  line-height: 145px;
}
.nypro-cpfl ul li a img {
  width: 50%;
  float: left;
  border-radius: 6px;
}
.nypro-cpfl ul li a p {
  float: right;
  width: 45%;
  padding-top: 10px;
  margin-bottom: 15px;
}
.nypro-cpfl ul li a span {
  font-size: 14px;
  color: #fb5015;
  display: block;
  padding-top: 30px;
}
.nypro-cpfl ul li i {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 19px;
  height: 10px;
  transition: all .3s ease;
  display: inline-block;
}
.sy_tit {
  margin-bottom: 30px;
}
.sy_tit span {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  line-height: 48px;
  font-weight: normal;
}
.sy_tit p {
  font-size: 30px;
  color: #fff;
  margin-right: 50px;
  line-height: 48px;
  font-weight: normal;
  font-style: normal;
}
.sy_tit i {
  width: 34px;
  height: 10px;
  display: block;
  float: left;
  border-radius: 5px;
  background: #fb5015;
  margin-top: 21px;
  margin-right: 17px;
}
.sy_tit1 {
  padding-top: 90px;
}
.sy_tit1 p {}
.sy_tit1 span {
  font-size: 36px;
  color: #333333;
  text-transform: uppercase;
  line-height: 48px;
  font-weight: normal;
  float: left;
}
.sy_tit1 i {
  font-size: 30px;
  color: #fb5015;
  margin-right: 50px;
  line-height: 48px;
  font-weight: normal;
  font-style: normal;
  padding-left: 20px;
}
/*首页简介*/
.syabout_box {
  width: 100%;
  background: #f9f9f9;
  padding:80px 0 20px 0;
  position: relative;
  height: 860px;
}
.syabout {
  width: calc(100% - 200px);
  min-height: 610px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.syabout_r {
  float: right;
  width: calc(50% - 200px);
  margin-right: 100px;
  position: relative;
  min-height: 450px;
}
.syabout_r h3 {
  font-size: 60px;
  color: #fb5015;
  text-transform: uppercase;
  line-height: 80px;
}
.syabout_r h4 {
  font-size: 30px;
  color: #333;
}
.syabout_r p {
  font-size: 16px;
  color: #888;
  line-height: 36px;
  text-align: justify
}
.syabout_r p:hover {
  color: #666;
}
#demo1p {
  list-style: none outside none;
  padding: 0 10px 0 10px;
  overflow: hidden;
  margin-top: 600px;
}
#indemo1p {
  float: left;
  width: 800%;
}
#demo1p1 {
  float: left;
}
#demo1p2 {
  float: left;
}
.pro_list44 {
  PADDING-BOTTOM: 0px;
  PADDING-LEFT: 0px;
  PADDING-RIGHT: 0px;
  PADDING-TOP: 0px
}
.pro_list44 H2 {
  BORDER: #d0d0d0 1px solid;
  MARGIN: 0px auto;
  WIDTH: 180px;
  HEIGHT: 180px;
}
.pro_list44 H2 A {
  TEXT-ALIGN: center;
  WIDTH: 180px;
  DISPLAY: block;
  FONT-FAMILY: Arial;
  HEIGHT: 180px;
  FONT-SIZE: 104px;
  VERTICAL-ALIGN: middle
}
.pro_list44 H2 IMG {
  VERTICAL-ALIGN: middle
}
.sy-xswl_c {
  float: left;
  margin-right: 14px;
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #dbdbdb;
}
.sy-xswl_c a {
  display: block;
  height: 60px;
}
.ny_hzal_a {
  width: calc(100% - 300px);
  max-width: 1620px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
  display: table;
}
.ny_hzal_a p {
  float: left;
  width: calc(20% - 1px);
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
  text-align: center;
  padding: 20px 0;
}
.ny_hzal_a img {}
.ny_hzal_a p:nth-child(5) {
  border-right: 0;
}
.ny_hzal_a p:nth-child(6) {
  border-bottom: 0;
}
.ny_hzal_a p:nth-child(7) {
  border-bottom: 0;
}
.ny_hzal_a p:nth-child(8) {
  border-bottom: 0;
}
.ny_hzal_a p:nth-child(9) {
  border-bottom: 0;
}
.ny_hzal_a p:nth-child(10) {
  border-bottom: 0;
}
.ny_hzal_b {
  background: url(../images/ny_hzal_a.jpg) center no-repeat;
  width: 100%;
  height: 1005px;
  margin-top: 60px;
}
.ny_hzal_b p {
  text-align: center;
  color: #333;
  line-height: 60px;
  font-size: 30px;
  font-weight: normal;
  padding-top: 60px;
}
.ny_hzal_b span {
  line-height: 40px;
  font-size: 16px;
  color: #666;
  text-align: center;
  display: block;
}
.zzfuwu_a {
  height: 500px;
  background: url(../images/zzfuwu_a.jpg) center no-repeat;
  padding-top: 40px;
  box-sizing: border-box;
  width: calc(100% - 300px);
  max-width: 1620px;
  margin: 0 auto;
  min-width: 1300px;
}
.zzfuwu_a ul {
  width: 100%; /* margin: 0 auto; */ display: table; /* max-width: 1600px; */ /* min-width: 1350px; */ padding-top: 20px;
}
.zzfuwu_a ul li {
  flex: 1;
  transform: scale(0.85);
  background-color: #e9e9ea;
  color: #666;
  transition: all 0.5s ease;
  box-sizing: border-box;
  padding: 40px 40px 0;
  float: left;
  width: 33.3%; /* border: 1px solid #dfdada; */
}
.zzfuwu_a ul li h6 {
  font-size: 24px;
  font-weight: normal;
  color: #333;
  text-align: center;
}
.zzfuwu_a ul li i {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  overflow: hidden;
  padding-right: 10px;
}
.zzfuwu_a ul li i img {}
.zzfuwu_a ul li p {
  text-align: center;
  display: flex;
  height: 220px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}
.zzfuwu_a ul li p span {
  display: block;
  font-size: 20px;
  line-height: 50px;
}
.zzfuwu_a ul .on {
  transform: scale(1);
   background: linear-gradient(90deg, rgba(247, 168, 43, 1), rgba(251, 80, 21, 1));
  color: #fff;
  box-shadow: 0 0 0.2rem rgb(0 0 0 / 30%);
}
.zzfuwu_a ul .on i img {
  margin-top: -30px
}
.zzfuwu_a ul .on h6 {
  color: #fff;
}
.ny_conter {
  padding-bottom: 90px;
  padding-top: 30px;
}
.ny_conter ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  width: calc(100% - 300px);
  max-width: 1620px;
  margin: 0 auto;
  min-width: 1300px;
  margin-top: 40px;
}
.ny_conter ul li {
  width: 33.33%;
  background: url(../images/ab2_bj.jpg)no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 2;
  border: 1px solid #fff1d6;
  height: 400px;
  box-sizing: border-box;
  padding: 40px 3.125vw 80px 3.125vw;
}
.ny_conter ul li p {
  font-size: 20px;
  line-height: 38px;
  margin-bottom: 30px;

  transition: all 0.1s;
  color: #333333;
}
.ny_conter ul li span {
  line-height: 32px;
  height: 94px;
  color: #666;
  transition: all 0.1s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 18px;
  font-size: 15px;
}
.ny_conter ul li h4 {
  width: 80px;
  height: 80px;
  border: 1px #eee solid;
  border-radius: 50px;
}
.ny_conter ul li img {
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}
.ny_conter ul li:nth-child(3n) {
  margin-right: 0;
}
.ny_conter ul li:nth-child(1) span {
  margin-top: -5px;
}
.ny_conter ul li:hover {
  background: linear-gradient(90deg, rgba(247, 168, 43, 1), rgba(251, 80, 21, 1));
}
.ny_conter ul li:hover p {
  color: #fff;
}
.ny_conter ul li:hover span {
  color: #fff;
}
.ny_conter ul li .img2 {
  display: none;
}
.ny_conter ul li:hover .img1 {
  display: none;
}
.ny_conter ul li:hover .img2 {
  display: block;
}
.hsbg {
  width: 100%;

}
.nyfwzc {
  box-sizing: border-box;
  width: calc(100% - 300px);
  max-width: 1620px;
  margin: 0 auto;
  min-width: 1300px;
}
.nyfwzc-list4 {
  width: 100%;
  box-sizing: border-box;
}
.nyfwzc-list4 ul li {
  width: 24%;
  margin: 0 0.5% 2%;
  float: left;
  height: 380px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 0 40px;
  background: #fff;
  position: relative;
}
.nyfwzc-list4 ul li h4 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 36px;
  color: #fb5015;
  width: 100px;
  height: 100px;
  border: 1px #eee solid;
  margin: 30px auto;
  border-radius: 50px;
  line-height: 100px;
  margin-top: 60px;
  z-index: 999;
}
.nyfwzc-list4 ul li h3 {
  font-size: 20px;
  color: #333;
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
  margin-top: 25px;
  font-weight: 600;
}
.nyfwzc-list4 ul li p {
  padding: 0 8px;
  font-size: 15px;
  color: #666;
  line-height: 32px;
  position: relative;
  z-index: 9;
}
.nyfwzc-list4 ul li:nth-child(5) {
  width: 32.3%;
}
.nyfwzc-list4 ul li:nth-child(6) {
  width: 32.3%;
}
.nyfwzc-list4 ul li:nth-child(7) {
  width: 32.3%;
}
.nyfwzc-list4 ul li:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 0;
  height: 0;
  background: linear-gradient(90deg, rgba(247, 168, 43, 1), rgba(251, 80, 21, 1));
  transition: all .5s ease;
}
.nyfwzc-list4 ul li:hover:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.nyfwzc-list4 ul li:hover h3 {
  color: #fff;
}
.nyfwzc-list4 ul li:hover p {
  color: #fff;
}
.nyfwzc-list4 ul li:hover h4 {
  color: #fff;
  border: 1px #fff solid;
}
.nyfwzc-list4 ul li:hover strong {
  color: #fff;
}
.nyfwzc-list4 ul li h3 strong {
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
.nypro-cpjs_a {
  width: 60%;
}
.nyaboutjianjie_a {
  background: #fb5015;
  box-sizing: border-box;
  height: 176px;
}
.nyaboutjianjie_a ul {
  padding: 50px 0px 50px 0;
  width: calc(100% - 300px);
  max-width: 1620px;
  margin: 0 auto;
  min-width: 1300px;
  box-sizing: border-box;
  display: table;
}
.nyaboutjianjie_a li {
  float: left;
  width: 25%;
  margin: 0 auto; /* margin: 0 8%; */ /* padding: 0 8.1%; */
}
.nyaboutjianjie_a li span {
  display: block;
  font-weight: normal;
  position: relative;
  margin-bottom: 10px;
  height: 34px;
}
.nyaboutjianjie_a li span b {
  font-size: 50px;
  color: #fff;
  display: block;
  font-weight: normal;
  float: left;
}
.nyaboutjianjie_a li span i {
  font-size: 18px;
  color: #fff;
}
.nyaboutjianjie_a li em {
  font-style: normal;
}
.nyaboutjianjie_a li p {
  display: table;
  margin: 0 auto;
}
.nyaboutqywh {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 100px;
}
.nyaboutqyzz {
  background: url(../images/nyaboutqywh.jpg) center no-repeat;
  padding-top: 60px; /* padding-bottom: 100px; */
}
.nyaboutqyzz_a {
  width: calc(100% - 300px);
  max-width: 1620px;
  margin: 0 auto;
  min-width: 1300px; /* padding-top: 60px; */ padding-bottom: 100px;
}
.ejdh11 {
  width: 1300px;
  margin: 0 auto;
}
.ejdh11 ul li a::after {
  margin-top: 5px;
  content: ' ';
  display: block;
  height: 2px;
  background: #b40001;
  transition: all .3s ease;
  transform: scale(0);
  height: 1px;
}
.ejdh11 ul li a:hover::after {
  transform: scale(1);
}
.ejdh1 {
  width: 100%;
  position: absolute;
  z-index: 9999;
  margin-top: 70px;
  display: none !important;
  left: 0;
  position: fixed;
}
.ejdh1 ul {
  margin-left: 590px;
  width: 130px;
  text-align: center;
  background: #f6f6f6;
  padding: 10px 0;
  border-radius: 0 0 10px 10px;
}
.ejdh1 ul li {}
.ejdh1 ul li a {
  font-size: 14px;
  line-height: 40px;
  opacity: .8;
  transition: all .3s;
  position: relative;
  display: inline-block;
}
.ejdh2 {
  width: 100%;
  position: absolute;
  z-index: 9999;
  margin-top: 70px;
  display: none !important;
  left: 0;
  position: fixed;
}
.ejdh2 ul {
  margin-left: 1040px;
  width: 130px;
  text-align: center;
  background: #f6f6f6;
  padding: 10px 0;
  border-radius: 0 0 10px 10px;
}
.ejdh2 ul li {}
.ejdh2 ul li a {
  font-size: 14px;
  line-height: 40px;
  opacity: .8;
  transition: all .3s;
  position: relative;
  display: inline-block;
}
.erfl_a {
  width: 130px;
  text-align: center;
  background: #f6f6f6;
  padding: 10px 0;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 70px !important;
  left: auto !important;
  margin-left: -35px;
}
.erfl_a li {
  font-size: 14px;
  line-height: 40px;
  opacity: .8;
  transition: all .3s;
  width: 100%;
}
.erfl_a li a {
  display: block;
}
.erfl_a li a::after {
  margin-top: 5px;
  content: ' ';
  display: block;
  height: 2px;
  background: #b40001;
  transition: all .3s ease;
  transform: scale(0);
  height: 1px;
}
.erfl_a li a:hover::after {
  transform: scale(1);
}
.erfl_a2 {
  width: 130px;
  text-align: center;
  background: #f6f6f6;
  padding: 10px 0;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 70px !important;
  left: auto !important;
  margin-left: -35px;
}
.erfl_a2 li {
  font-size: 14px;
  line-height: 40px;
  opacity: .8;
  transition: all .3s;
  width: 100%;
}
.erfl_a2 li a {
  display: block;
}
.erfl_a2 li a::after {
  margin-top: 5px;
  content: ' ';
  display: block;
  height: 2px;
  background: #b40001;
  transition: all .3s ease;
  transform: scale(0);
  height: 1px;
}
.erfl_a2 li a:hover::after {
  transform: scale(1);
}
.right_bar {
  position: fixed;
  top: calc(90px + 10vh);
  right: 0;
  width: 50px;
  height: 203px;
  z-index: 10;
  display: none;
}
.right_bar li {
  width: 62px;
  height: 50px;
  z-index: 20;
}
.right_bar li.rtbar_li1, .right_bar li.rtbar_li4 {
  position: absolute;
  left: 0;
}
.right_bar li.rtbar_li1 {
  top: 0;
  width: 172px;
}
.right_bar li.rtbar_li2 {
  position: absolute;
  top: 102px;
  left: 0;
}
.right_bar li.rtbar_li3 {
  position: absolute;
  top: 51px;
  left: 0;
}
.right_bar li.rtbar_li4 {
  top: 153px;
}
.right_bar li.rtbar_li5 {
  top: 204px;
}
.rtbar_li4 {
  position: absolute;
  top: 102px;
  left: 0;
}
.rtbar_li5 {
  position: absolute;
  top: 153px;
  left: 0;
}
.right_bar li a {
  display: block;
  color: #FFF;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background-color: #39424b;
  opacity: 0.8;
  border-radius: 6px;
}
.right_bar li a img {
  display: block;
  float: left;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 12px 12px 14px 14px;
}
.right_bar li a:hover {
  background-color: #fb5015;
  opacity: 1;
}
.rtbar_shwx {
  display: none;
  position: absolute;
  top: -65px;
  left: -130px;
  padding-bottom: 9px;
}
.rtbar_shwx img {
  padding: 5px;
  background-color: #FFF;
}
/*内页二级导航*/
.nynav {
  width: 100%;
  padding: 0 100px;
  box-sizing: border-box;
  height: 200px;
  background: #fff;
}
.nynav ul {
  display: flex;
  justify-content: space-around;
  align-items: center; /* height:100%;*/ min-width: 1300px;
  max-width: 1500px;
}
.nynav ul li {
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: left;
}
.nynav ul li * {
  transition: all 0.5s ease;
}
.nynav ul li i {
  display: block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  opacity: 0.2
}
.nynav ul li h3 { /* margin-bottom:10px;*/ font-weight: normal;
  font-size: var(--font-size-ms);
  color: var(--font-color-text);
}
.nynav ul li p {
  font-size: var(--font-size-mi);
  color: var(--font-color-dec);
  margin-bottom: 10px;
}
.nynav ul li span {
  display: block;
  width: 0;
  height: 3px;
  background: var(--background-jianbain);
}
.nynav ul li.on i {
  opacity: 1;
}
.nynav ul li.on h3 {
  font-size: var(--font-size-sm);
  color: var(--primary-color);
  font-weight: bold;
}
.nynav ul li.on span {
  width: 45px;
}
.nynav ul li:hover i {
  opacity: 1;
}
.nynav ul li:hover h3 {
  color: var(--primary-color);
  font-weight: bold;
}
.nynav ul li:hover span {
  width: 45px;
}
/*内页关于我们页面*/
.nyabout {
  width: 100%;
  padding: 110px 0;
  background: url(../images/nyabouttextbg.jpg) left bottom no-repeat;
}
.nyabouttitle {
  margin-bottom: 25px;
}
.nyabouttitle h4 {
  font-size: var(--font-size-ms);
  color: var(--font-color-text);
  font-weight: normal;
  margin-bottom: 20px;
}
.nyabouttitle h4 b {
  font-size: var(--font-size-sm);
  color: var(--primary-color);
}
.nyabouttitle h3 {
  font-size: var(--font-size-sm);
  color: var(--primary-color);
}
.nyabouttext {
  margin-bottom: 60px;
  font-size: var(--font-size-base);
  color: var(--font-color-text);
  height: 300px;
/*  overflow-y: scroll;*/
  width: 820px;
  padding-right: 30px;
  text-align: justify;
}
.nyabouttext p {
  text-indent: 2em;
  font-size: var(--font-size-base);
  line-height: 2;
  color: var(--font-color-text);
}
.nyabouttext::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.nyabouttext::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}
.nyabouttext::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}
.nyaboutshuzilist {
  display: flex;
  flex-direction: row;
}
.nyaboutshuzilist li {
  padding: 0 80px 0 0;
  align-items: center;
  color: var(--font-color-base);
}
.nyaboutshuzilist li p {
  font-size: var(--font-size-base);
  color: var(--font-color-dec);
  margin-top: 10px;
}
.nyaboutshuzilist li h3 {
  display: flex;
}
.nyaboutshuzilist li h3 div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.nyaboutshuzilist li h3 div span {
  font-size: var(--font-size-xs);
  color: var(--font-color-text);
  font-weight: normal;
}
.nyaboutshuzilist li h3 div i {
  font-size: var(--font-size-sm);
  font-family: Arial black;
  color: var(--primary-color);
  font-style: normal;
}
.nyaboutshuzilist li h3 b {
  font-size: var(--font-size-lg);
  color: var(--font-color-base);
  font-family: Arial black;
}
/*内页样式*/
.nybanner {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.nybanner .nybannertext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.nybanner .nybannertext h3 {
  font-size: var(--font-size-md);
  color: #fff;
  margin-bottom: 20px;
}
.nybanner .nybannertext p {
  font-size: var(--font-size-base);
  color: #fff;
  margin-bottom: 40px;
}
.nybanner .nybannertext a {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: var(--font-size-xs);
  margin-bottom: 40px;
}
.nybanner .nybannertext a img {
  margin-bottom: 10px;
}
.nyaboutloc {
  font-size: var(--font-size-base);
  color: #fff;
}
.nyaboutloc a {
  font-size: var(--font-size-base);
  color: #fff;
}
/*创新页面01*/
.center {
  box-sizing: border-box;
  width: calc(100% - 300px);
  max-width: 1620px;
  margin: 0 auto;
  min-width: 1300px;
  background: #f8f8f8;
  height: 1500px;
  display: block;
}
.adv_m {
  height: 400px;
  width: 800px;
}
.adv_m img {
  height: 400px;
  width: 800px;
}
.adv_bg { /* height: 1940px; */ background: #f6f6f6;
  box-sizing: border-box;
  padding-top: 1px;
}
.adv_w {
  width: 600px;
  height: 400px;
  position: relative;
}
.adv_m01 {
  background: url(../images/ys1.jpg)no-repeat left
}
.jgsl01 {
  background: url(../images/ys1.jpg)no-repeat left;
  width: 100%;
  margin-bottom: 40px;
}
.jgsl02 {
  background: url(../images/ys2.jpg)no-repeat right;
  width: 100%;
  margin-bottom: 40px;
}
.jgsl03 {
  background: url(../images/ys3.jpg)no-repeat left;
  width: 100%;
  margin-bottom: 40px;
}
.jgsl04 {
  background: url(../images/ys4.jpg)no-repeat right;
  width: 100%;
}
.nob {
  position: absolute;
  top: 120px;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  left: -83px;
  background: url(../images/ysbg1.png)no-repeat center;
}
.adv_w2 .nob, .adv_w4 .nob {
  left: 617px;
}
.adv_ww p {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  padding-top: 90px;
}
.adv_ww p b {
  color: #333; /* font-weight: BOLD; */ font-size: 30px;
}
.adv_ww span {
  color: #999;
  display: block;
  padding-bottom: 10px;
}
.adv_ww t {
  display: block;
  padding-left: 26px;
  background: url(../images/ysbg2.jpg)no-repeat 4px 26px;
}
.adv_ww em {
  display: block;
  line-height: 36px;
  padding-top: 15px;
  font-size: 16px;
  font-style: normal;
  color: #666;
}
.adv_ww i {
  font-size: 20px;
  color: #0351a1;
  font-weight: bold;
  font-style: normal;
}
.jszcfw_b {
  margin-bottom: 100px;
  margin-top: 20px;
}
.jszcfw_b ul {
  width: 1300px;
  margin: 0 auto;
  display: table;
}
.jszcfw_b ul li {
  float: left;
  width: 250px;
  text-align: center;
  margin: 0 5px;
}
.jszcfw_b ul li p {
  line-height: 50px;
  background: #b40001;
  color: #fff;
  font-size: 17px;
  font-weight: BOLD;
}
.jszcfw_b ul li span {
  font-size: 16px;
  background: #f6f6f6;
  display: block;
  line-height: 60px;
}
.jszc {
  margin-top: 30px;
  margin-bottom: 70px;
}
/*创新02*/
.nyfwzx {
  width: 100%;
  padding: 100px 0;
}
.nyfwzx_title {
  text-align: center;
  margin-bottom: 25px;
}
.nyfwzx_title h3 {
  font-size: var(--font-size-md);
  font-weight: normal;
  color: var(--font-color-base);
  position: relative;
  margin-bottom: 40px;
}
.nyfwzx_title h3:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 100px;
  height: 6px;
  margin-left: -50px;
  border-radius: 3px;
  background: var(--background-jianbain);
}
.nyfwzx_title p {
  font-size: var(--font-size-ms);
  color: var(--font-color-dec);
  margin-bottom: 30px;
  line-height: var(--line-height-text);
}
.nyfwzx_title h4 {
  margin: 0 auto;
  border-radius: 25px;
  width: 480px;
  height: 50px;
  line-height: 50px;
  background: var(--background-jianbain);
  color: #fff;
  font-size: var(--font-size-sm);
  font-weight: normal;
}
.nyfwzx_list {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.nyfwzx_list_item {
  width: 500px;
  height: 620px;
  margin: 0 10px;
  border-radius: 6px;
  overflow: hidden;
  background: #f8f8f8 url(../images/nyfwzx_list_itembg.png) right bottom no-repeat;
}
.nyfwzx_list_item:nth-child(1) {
  margin-left: 0;
}
.nyfwzx_list_item:nth-child(3) {
  margin-right: 0;
}
.nyfwzx_list_item h4 {
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
}
.nyfwzx_list_item h3 {
  font-size: 24px;
  color: #fb5015;
  margin: 40px 0 10px;
  padding-left: 20px;
}
.nyfwzx_list_item span {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  padding-left: 20px;
}
.nyfwzx_list_item p {
  font-size: 15px;
  color: #666;
  line-height: 2.4em;
  padding: 10px 15px;
}
/* 未来计划 */
.jrcd {

  padding-top: 100px;
  padding-bottom: 120px;
}

.rcln {
  width: 100%;
  background: url(../images/rcln.jpg) no-repeat center;
  max-width: 1480px;
  border-radius: 20px;
  overflow: hidden;
  margin: 50px auto 0px auto;
/*  padding: 0 50px 30px 50px;*/
	height:450px;
}

.rcln h3 {
  padding: 100px 0px 50px 0px;
  font-size: 2rem;
  color: #fff;
  font-weight: normal;
}

.rcln p {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 100px;
}
.pro_mes{ padding:30px 0; box-sizing: border-box; background: #fff; display: flex; justify-content: space-between;}
.pro_mes_l{ width:49%; }
.pro_mes_r{ width:48%; background-position:center; background-size:cover; background-repeat:no-repeat; }
.pro_mes_r img{ max-width:100%; }
.khtitle{}
.khtitle h3{ font-size:var(--font-size-sm); font-weight:bold; color:var(--font-color-base); margin-bottom:20px;}
.khtitle p{ font-size:var(--font-size-xs); color:var(--font-color-dec); line-height:var(--line-height-text);}
.khtitle p span{ color:#f00}

.liuyan{ width:100%;}
.liuyan h3{ font-size:20px; color:var(--font-color-base); margin-top:30px;}
.liuyan table{ width:100%;}
.liuyan table td{ font-size:18px; padding:20px 0 0;padding-right:10px;}
.liuyan table td span{ color:#e20f1f;padding: 0 7px;}
.form-group p{ line-height:32px; padding-left:10px; position:relative;}
.form-group p:before{ content:""; width:2px; height:10px; left:0; top:10px; background:#0042ad; position:absolute;}
.form-control4{ float:left; width:365px; border-radius:3px; background:#f6f7fa; border:1px #e9ecf2 solid; height:40px; line-height:40px; color:#666; margin-right:20px; padding:0 15px; box-sizing:border-box;}
.form-control3{ float:left; width:235px; border-radius:3px; background:#f6f7fa; border:1px #e9ecf2 solid; height:40px; line-height:40px; color:#666; margin-right:20px; padding:0 15px; box-sizing:border-box;}
.form-control-c3{ width:750px; height:130px; background:#f6f7fa; border:1px #e9ecf2 solid; padding:5px 15px; box-sizing:border-box;}
.form-control-c4{ width:750px; height:80px; background:#f6f7fa; border:1px #e9ecf2 solid; padding:5px 15px; box-sizing:border-box;}

.formtext{ width:120px; height:30px; box-sizing:border-box; border:1px #aaa solid; line-height:40px; font-size:var(--font-size-xs); color:var(--font-color-base); padding-left:10px; float: left;} 
.formtext1{ width:100%; box-sizing:border-box; height:40px; border:1px #aaa solid; line-height:40px; font-size:var(--font-size-xs); color:var(--font-color-base); padding-left:10px;} 
.formtext2{ width:96.9%; height:130px; border:1px #aaa solid; line-height:30px; font-size:var(--font-size-xs); color:var(--font-color-base); padding:10px;}
.bitian{ background:url(../images/bitian.png) right center no-repeat;}
.fstext{ font-size:var(--font-size-xs); color:var(--font-color-text); margin-left:20px; line-height:40px;}
