
input,
textarea {
  border-radius: 0;
}
input,
textarea,
select {
  -webkit-appearance: none;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
select::-ms-expand {
  display: none;
}
a {
  transition: all 400ms ease;
}
@font-face {
  font-family: "DIN-Medium";
  src: url("../fonts/din-medium.woff2") format("woff2"), url("../fonts/din-medium.woff") format("woff"), url("../fonts/din-medium.ttf") format("truetype"), url("../fonts/din-medium.eot") format("embedded-opentype"), url("../fonts/din-medium.svg") format("svg");
}
@font-face {
  font-family: "my2";
  src: url("../fonts/helveticaltstd-roman.woff2") format("woff2"), url("../fonts/helveticaltstd-roman.woff") format("woff"), url("../fonts/helveticaltstd-roman.ttf") format("truetype"), url("../fonts/helveticaltstd-roman.eot") format("embedded-opentype"), url("../fonts/helveticaltstd-roman.svg") format("svg");
}
@font-face {
  font-family: myFont;
  src: url(../fonts/ruizizhenyantimianfeishangyong-2.ttf);
}
@font-face {
  font-family: wy;
  src: url(../fonts/字由文艺黑.ttf);
}
@keyframes slideInDown2 {
  from {
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown2 {
  -webkit-animation-name: slideInDown2;
  animation-name: slideInDown2;
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes mymove4 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove4 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mymove {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 1450px) {
  .container {
    width: 100%;
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

.header .logo {
  width: 25%;
  float: left;
  z-index: 2;
  padding-left: 155px;
  margin-top: 5px;
  position: relative;
  display: inline-block;
}
.header .logo img {
  max-height: 130px;
}
.header .nav {
  float: right;
  padding-left:  20px;
  width: 56%;
}

.header .nav>ul{
  display: flex;
  justify-content: center;
}

.header .nav li {
  float: left;
  font-size: 20px;
  padding: 0 10px;
  color: #333;
  position: relative;
  transition: all 334ms ease;
  line-height: 150px;
  font-weight: bold;
  letter-spacing: -1px;
}
.header .nav li > a {
  overflow: hidden;
  display: block;
  color: #333;
  position: relative;
  
}
 .header .nav li > a:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  opacity: 0;
  position: absolute;
  transform: translateY(-30px);
  transition: all 700ms ease;
  /*background: url(../images/nav2.png) no-repeat top center;*/
}
.header .nav li:nth-child(2) > a:before {
  /*background: url(../images/nav2-1.png) no-repeat top center;*/
}
.header .nav li:nth-child(3) > a:before {
  /*background: url(../images/nav2-2.png) no-repeat top center;*/
}
.header .nav li:nth-child(4) > a:before {
  /*background: url(../images/nav2-3.png) no-repeat top center;*/
}
.header .nav li:nth-child(5) > a:before {
  /*background: url(../images/nav2-4.png) no-repeat top center;*/
}
.header .nav li:nth-child(6) > a:before {
  /*background: url(../images/nav2-5.png) no-repeat top center;*/
}
.header .nav li:nth-child(7) > a:before {
  /*background: url(../images/nav2-6.png) no-repeat top center;*/
}
.header .nav li:nth-child(8) > a:before {
  /*background: url(../images/nav2-7.png) no-repeat top center;*/
}
/* .header .nav li:hover {
  background:url(../images/nav_2.png) center  no-repeat;

} */

.header .nav li .subnav {
  top: 140px;
  left: 50%;
  width: 150px;
  z-index: 99;
  display: none;
  padding: 20px 10px;
  margin-left: -70px;
  position: absolute;
  background: #fed000;
  font-size:16px;
}
.header .nav li .subnav a {
  color: #fff;
  display: block;
  line-height: 24px;
  margin-top: 10px;
  text-align: center;
  overflow:hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.header .nav li .subnav a:hover {
  text-shadow: 0 0 1px #fff;
}
.header .nav li:hover > a:before,
.header .nav .active > a:before {
  opacity: 1;
  transform: translateY(0);
}
.header .tel {
  width: 15%;
  color: #333333;
  float: right;
  font-size: 18px;
  line-height: 53px;
  font-family: arial;
  padding: 50px 35px 0 0;
  display: inline-block;
}
.header .tel img {
  margin-right: 10px;
}
.header .search {
  float: right;
  margin-top: 70px;
  margin-right: 40px;
  z-index: 9;
  display: inline-block;
  position: relative;
}
.header .search:after {
  content: "";
  width: 1px;
  height: 20px;
  right: -20px;
  top: 0;
  position: absolute;
  background: #d0d0d0;
}
.header .menu {
  right: 15px;
  top: 12px;
  opacity: 0;
  position: absolute;
}
@media (max-width: 1850px) {
  .header .nav li {
    padding: 0 10px;
    line-height: 150px;
    font-size:17px;
  }
}

/****2026.1.6 苗****/
@media (max-width: 1583px) {
  .header .logo {
    padding-left:2%;
    width:20%;
  }
  .header .nav{
      width:63%;
      padding-left:0;
  }
  .header .nav li {
    padding: 0 10px;
    line-height: 150px;
    font-size:17px;
  }
  .header .nav li > a:before {
    top: 5px;
  }
  .header .nav li .subnav {
    top: 90px;
  }
  .header .search {
    margin-top: 65px;
    margin-right:2%;
  }
  .header .tel {
    width:13%;
    padding-top: 50px;
    padding-right:0;
  }
}


@media (max-width: 1380px) {
  .header .logo {
    padding-left:2%;
    width:20%;
  }
  .header .nav{
      width:63%;
      padding-left:0;
  }
  .header .nav li {
    padding: 0 10px;
    line-height: 150px;
    font-size:16px;
  }
  .header .nav li > a:before {
    top: 5px;
  }
  .header .nav li .subnav {
    top: 90px;
  }
  .header .search {
    margin-top: 65px;
    margin-right:2%;
  }
  .header .tel {
    width:13%;
    padding-top: 50px;
    padding-right:0;
  }
}

/********/

@media (max-width: 1200px) {
  .header {
    height: auto;
  }
  .header .logo img {
    max-height:80px;
  }
  .header .logo {
    padding-left: 20px;
    /*新加*/
    max-width:280px;
  }
  .header .nav{
      max-width:55%;
  }
  .header .nav li {
    padding: 0 10px;
    line-height: 150px;
    font-size:17px;
  }
  .header .nav li > a:before {
    top: 5px;
  }
  .header .nav li .subnav {
    top: 90px;
  }
  .header .search {
    margin-top: 65px;
  }
  .header .tel {
    padding-top: 50px;
  }
}
@media (max-width: 1200px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 100;
    height: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  }
  .header .tel {
    display: none;
  }
  .header .search {
    display: none;
  }

  .header .logo img {
    max-height: 50px;
  }
  .header .logo .txt {
    display: none;
  }
  .header .nav {
    display: none;
  }
  .header .menu {
    opacity: 1;
  }
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 199;
  height: auto;
  position: fixed;
  background: #fff;
  animation: 1s dong;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.fixed .logo {
  margin-top: 40px !important;
}
.fixed .logo img{
	max-height:80px;
}
.fixed .nav li {
  line-height: 150px;
}
.fixed .nav li > a:before {
  top: -10px;
}
.fixed .nav li .subnav {
  top: 90px;
}
.fixed .search {
  margin-top: ;
}
.fixed .tel {
  padding-top: ;
}
.fixed .nav li > a:before {
  /*background: url(../images/nav3.png) no-repeat center !important;*/
}
.fixed .nav li:nth-child(2) > a:before {
  /*background: url(../images/nav3-1.png) no-repeat center !important;*/
}
.fixed .nav li:nth-child(3) > a:before {
  /*background: url(../images/nav3-2.png) no-repeat center !important;*/
}
.fixed .nav li:nth-child(4) > a:before {
  /*background: url(../images/nav3-3.png) no-repeat center !important;*/
}
.fixed .nav li:nth-child(5) > a:before {
  /*background: url(../images/nav3-4.png) no-repeat center !important;*/
}
.fixed .nav li:nth-child(6) > a:before {
  /*background: url(../images/nav3-5.png) no-repeat center !important;*/
}
.fixed .nav li:nth-child(7) > a:before {
  /*background: url(../images/nav3-6.png) no-repeat center !important;*/
}
.fixed .nav li:nth-child(8) > a:before {
  /*background: url(../images/nav3-7.png) no-repeat center !important;*/
}
.fixed .nav li > a {
  font-size: ;
}
.phone-nav .box::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}
.phone-nav .box::-webkit-scrollbar-thumb {
  background: #000;
  width: 2px;
}
.phone-nav .box::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.phone-nav {
  top: 0;
  z-index: 1999;
  position: fixed;
  right: -150%;
  width: 70%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.phone-nav .close {
  position: absolute;
  z-index: 99;
  top: 40px;
  right: 20px;
}
.phone-nav .close img {
  max-height: 40px;
}
.phone-nav .box {
  height: 100%;
  overflow-y: auto;
  padding: 0px 20px 0 20px;
  -webkit-overflow-scrolling: touch;
  background: url(../images/bg-2.png) no-repeat bottom center #ffffff;
}
.phone-nav .list-menu {
  padding-top: 100px;
  background: url(../images/pbg.png) no-repeat top center rgba(255, 255, 255, 0.5);
}
.phone-nav .list-menu li {
  font-size: 18px;
  position: relative;
  line-height: 30px;
  border-bottom: solid 1px rgba(179, 179, 179, 0.3);
}
.phone-nav .list-menu li a {
  padding: 15px 20px;
  display: block;
  position: relative;
  color: #000;
}
.phone-nav .list-menu li a span {
  z-index: 9;
  display: inline-block;
  position: relative;
}
.phone-nav .list-menu li i {
  position: absolute;
  right: 0;
  top: 14px;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 30px;
  display: block;
  font-style: inherit;
  cursor: pointer;
}
.phone-nav .list-menu li i:after {
  content: "+";
  color: #666;
  font-size: 28px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  font-family: arial;
}
.phone-nav .list-menu .submenu {
  display: none;
  padding-bottom: 20px;
}
.phone-nav .list-menu .submenu a {
  color: #555;
  font-size: 16px;
  padding: 0px 0px 0 20px;
}
.banner {
  text-align: center;
}
.banner .pic {
  text-align: center;
}
.banner .pic img {
  display: inline-block;
}
.banner .slick-dots {
  bottom: 24px;
}
.banner .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
}
.banner .slick-dots li.slick-active button {
  background: #d70203;
  width: 14px;
}
@media (max-width: 1370px) {
  .header .nav li {
    padding: 0 10px;
    line-height: 150px;
    font-size:15px;
  }
.header .tel {
font-size:16px;
}
.footer .last p {
  font-size:15px !important;
}
.footer .last span {
  font-size:15px !important;
}
}
@media (max-width: 1200px) {
  .banner {
    margin-top: 60px;
    display: none;
  }
  .banner .slick-prev,
  .banner .slick-next {
    opacity: 0;
  }
  .banner .slick-dots {
    opacity: 1;
  }
}
.ph-bannerbox {
  margin-top: 60px;
  display: none;
}
.ph-bannerbox .slick-dots {
  bottom: 24px;
}
.ph-bannerbox .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
}
.ph-bannerbox .slick-dots li.slick-active button {
  background: #d70203;
  width: 14px;
}
@media (max-width: 1000px) {
  .ph-bannerbox {
    display: block;
  }
}
.index-more {
  padding-top: 30px;
}
.index-more a {
  color: #fff;
  max-width: 164px;
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  background: #fed000;
}
.index-more a img {
  margin: 10px 0 0 10px;
}
.index-more a:hover {
  background: #b2935b;
}
.index-about {
  color: #333;
  font-size: 18px;
  margin: 130px 0;
  overflow: hidden;
  position: relative;
  line-height: 34px;
}
.index-about .container {
  position: relative;
}
.index-about .leftbox {
  width: 46%;
  float: left;
}
.index-about .leftbox .item {
  z-index: 2;
  position: relative;
}
.index-about .leftbox .t1 {
  color: #000;
  font-weight: lighter;
}
.index-about .leftbox .t2 {
  font-size: 42px;
  line-height: 50px;
  color: #fed000;
}
.index-about .leftbox .t3 {
  font-size: 20px;
  color: #564321;
  margin-top: 10px;
}
.index-about .leftbox .t4 {
  width: 85%;
  margin-top: 40px;
  padding-bottom: 60px;
}
.index-about .leftbox .tu {
  top: -10px;
  left: 80px;
  position: absolute;
}
.index-about .rightbox {
  width: 54%;
  float: right;
  position: relative;
}
.index-about .rightbox .pic {

  position: absolute;
}
.index-about .rightbox .text {
  margin-top: 510px;
}
.index-about .rightbox .btn {
  top: 50%;
  left: 50%;
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -50%);
}
.index-about .rightbox .btn i {
  z-index: 1;
  position: relative;
  font-style: normal;
}
.index-about .rightbox .btn:before {
  top: -20px;
  left: -20px;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  animation: 1.5s mymove linear infinite;
}
.index-about .rightbox .btn:after {
  top: -45px;
  left: -45px;
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.6);
  animation: 2s mymove linear infinite;
}
.index-about .rightbox .btn img {
  max-height: 61px;
}
@media (max-width: 1450px) {
  .index-about .leftbox .t2 {
    font-size: 30px;
    line-height: 40px;
  }
  .index-about .rightbox {
    width: 48%;
  }
  .index-about .rightbox .text {
    margin-top: 500px;
  }
}
@media (max-width: 1000px) {
  .index-about {
    margin: 50px 0;
    line-height: 28px;
    font-size: 16px;
  }
  .index-about .leftbox,
  .index-about .rightbox {
    width: 100%;
    float: none;
  }
  .index-about .leftbox .t2 {
    font-size: 22px;
  }
  .index-about .leftbox .t4 {
    width: 100%;
    padding-bottom: 50px;
  }
  .index-about .leftbox img {
    width: 100%;
  }
  .index-about .rightbox .pic {
    
  }
  .index-about .rightbox .text {
    margin-top: 30px;
  }
}
.index-brand {
  height: 725px;
  padding: 0 0 90px 0;
  background: url(../images/bg.jpg) no-repeat top center;
}
.index-brand li {
  width: 50%;
  float: left;
  height: 243px;
  margin-top: 90px;
  font-size: 18px;
}
.index-brand li a {
  color: #fff;
  display: block;
}
.index-brand li .txtbox {
  width: 60%;
  float: left;
  padding-top: 55px;
  writing-mode: tb-rl;
  text-align: left;
}
.index-brand li .tit {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 3px;
}
.index-brand li .txt {
  height: 150px;
  line-height: 40px;
  letter-spacing: 3px;
  margin-right: 20px;
}
.index-brand li .more {
  height: 100px;
  background: #fff;
  font-size: 16px;
  color: #333;
  margin-right: 35px;
  letter-spacing: 5px;
  padding-top: 10px;
  line-height: 30px;
  border-radius: 10px;
}
.index-brand li .pic {
  float: right;
  width: 32.4%;
  position: relative;
  border-radius: 100%;
}
.index-brand li .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.index-brand li .pic img {
  border-radius: 100%;
}
.index-brand li:nth-child(2) .txt,
.index-brand li:nth-child(3) .txt {
  height: 170px;
}

@media (max-width: 1000px) {
  .index-brand {
    padding: 50px;
    height: auto;
  }
  .index-brand li:first-child {
    margin-top: 0;
  }
  .index-brand li {
    font-size: 15px;
    margin-top: 40px;
    height: auto;
    width: 100%;
    float: none;
  }
  .index-brand li .txtbox {
    width: 100%;
    float: none;
    padding-top: 0;
    writing-mode: inherit;
  }
  .index-brand li .tit {
    font-size: 20px;
  }
  .index-brand li .txt {
    margin: 10px 0 20px 0;
    line-height: 24px;
    height: auto!important;
    letter-spacing: 0;
    margin-right: 0;
  }
  .index-brand li .pic {
    display: none;
  }
  .index-brand li .more {
    height: 30px;
    width: 100px;
    font-size: 14px;
    margin-right: 0;
    line-height: 30px;
    text-align: center;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .index-brand {
    padding: 50px 20px;
  }
.index-about .rightbox .pic{
    position: initial;
}
.index-about .rightbox .text {
margin-top:0 !important;
}
.rightbox {
margin-top:30px;
}
}
.index-jm {
  padding: 130px 0;
  position: relative;
  background: #fbf8f4;
}
.index-jm .list {
  width: 65.5%;
  float: left;
}
.index-jm .list ul {
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -15px;
}
.index-jm .list li {
  width: 50%;
  float: left;
  color: #333;
  font-size: 16px;
  padding: 15px 25px;
}
.index-jm .list li .item {
  height: 126px;
  padding: 20px;
  background: #fff;
  position: relative;
  padding-left: 60px;
  transition: all 334ms ease;
  border: solid 1px #dcdcdc;
}
.index-jm .list li .item .icon {
  top: 20px;
  left: 15px;
  position: absolute;
}
.index-jm .list li .item .imgh {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.index-jm .list li .item .tit {
  font-size: 20px;
  color: #fed000;
  font-weight: 700;
  margin-bottom: 10px;
}
.index-jm .list li:hover .item {
  border-color: #fed000;
  background: #fed000;
}
.index-jm .list li:hover .img {
  opacity: 0;
}
.index-jm .list li:hover .imgh {
  opacity: 1;
}
.index-jm .list li:hover .tit,
.index-jm .list li:hover .txt {
  color: #fff;
}
.index-jm .pic {
  right: 0;
  top: 130px;
  position: absolute;
}
@media(max-width:1601px){
    .index-jm .list li{
        width:44%;
    }
}
@media (max-width: 1450px) {
  .index-jm .list {
    width: 60%;
  }
  .index-jm .list ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .index-jm .list li {
    padding: 10px;
    font-size: 14px;
    width:50%;
  }
  .index-jm .list li .item {
    padding-left: 70px;
    height: 113px;
  }
  .index-jm .list li .item .tit {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .index-jm .list li .item .txt {
    line-height: 20px;
  }
  .index-jm .pic {
    width: 40%;
  }
}
@media (max-width: 1000px) {
  .index-jm {
    padding: 60px 0;
  }
  .index-jm .list {
    width: 100%;
    float: none;
  }
  .index-jm .pic {
    display: none;
  }
}
@media (max-width: 640px) {
  .index-jm .list li {
    width: 100%;
    float: none;
  }
}
.index-title {
  color: #333;
  text-align: center;
  position: relative;
}
.index-title .cn {
  z-index: 2;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  position: relative;
  color: #fed000;
  font-family: wy;
}
.index-title .txt {
  font-size: 20px;
  color: #564321;
  z-index: 2;
  position: relative;
}
.index-title .en {
  top: 50%;
  width: 100%;
  z-index: 1;
  color: #f5f4ef;
  font-size: 148px;
  line-height: 150px;
  font-weight: 700;
  position: absolute;
  transform: translateY(-50%);
  text-transform: uppercase;
}
.index-title .en-2 {
  color: #000;
  z-index: 2;
  text-align: center;
  font-weight: lighter;
  font-size: 18px;
  position: relative;
}
@media (max-width: 1200px) {
  .index-title .en {
    display: none;
  }
  .index-title .cn {
    font-size: 24px;
    line-height: 40px;
  }
  .index-title .txt {
    font-size: 14px;
    color: #999;
    margin-top: 0;
    line-height: 20px;
  }
}
.index-product {
  overflow: hidden;
  padding: 90px 0 30px 0;
}
.index-product .sider-menu {
  margin-top: 60px;
  /*padding: 0 240px;*/
}
.index-product .sider-menu span {
  margin: 0 20px;
  color: #333;
  font-size: 20px;
  display: block;
  height: 45px;
  cursor: pointer;
  line-height: 43px;
  text-align: center;
  border: solid 1px #bfbfbf;
}
.index-product .sider-menu .slick-current span {
  color: #fff;
  background: #fed000;
  border-color: #fed000;
}
.index-product .sider-content {
  margin-top: 70px;
}
.index-product .sider-content dt {
  width: 50%;
  float: left;
}
.index-product .sider-content dd {
  width: 50%;
  float: left;
  color: #333;
  font-size: 18px;
  padding-top: 140px;
  padding-left: 70px;
  line-height: 36px;
}
.index-product .sider-content dd img {
  margin-left: 10px;
  display: inline-block;
}
.index-product .sider-content .font25 {
  font-size: 25px;
}
.index-product .sider-content .font30 {
  font-size: 30px;
  margin: 5px 0 40px 0;
  color: #fed000;
}
.index-product .sider-content .pronr{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index-product .sider-content .index-more {
  margin-top: 30px;
}
@media (max-width: 1450px) {
  .index-product .sider-menu {
    padding: 0 100px;
  }
  .index-product .sider-content dd {
    padding-top: 80px;
  }
}
@media (max-width: 1000px) {
  .index-product .sider-menu {
    padding: 0 10px;
    margin-top: 20px;
  }
  .index-product .sider-menu span {
    margin: 0 5px;
  }
  .index-product .sider-content {
    margin-top: 30px;
  }
  .index-product .sider-content dt,
  .index-product .sider-content dd {
    width: 100%;
    float: none;
    font-size: 16px;
    line-height: 28px;
    padding: 0px 10px;
  }
  .index-product .sider-content dt {
    padding: 0;
  }
  .index-product .index-more {
    padding-top: 0;
  }
}
.index-mendian {
  overflow: hidden;
  background: #fbf8f4;
}
.index-mendian .leftpic {
  width: 32%;
  float: left;
}
.index-mendian .index-title {
  text-align: left;
}
.index-mendian .index-title .en {
  padding-left: 100px;
  color: #f4efe7;
}
.index-mendian .index-title .en-2 {
  text-align: left;
}
.index-mendian .rightlist {
  width: 68%;
  float: right;
  margin-top: 120px;
  padding-left: 80px;
}
.index-mendian .rightlist .text {
  color: #333333;
  font-size: 18px;
  margin: 50px 0;
  line-height: 36px;
}
.index-mendian .rightlist .scroll-2 {
  margin-left: -20px;
}
.index-mendian .rightlist .item {
  margin: 0 20px;
  padding-bottom: 50px;
  position: relative;
}
.index-mendian .rightlist .item .tit {
  width: 240px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 2;
  text-align: center;
  transform: translateX(-50%);
  background: #fed000;
  overflow:hidden;
}
.index-mendian .rightlist .item .pic {
  overflow: hidden;
  position: relative;
}
.index-mendian .rightlist .item .pic img {
  transform-origin: top center;
  transition: all 700ms ease;
}
.index-mendian .rightlist .item .pic:before {
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
  background: rgba(0, 0, 0, 0.1);
}
.index-mendian .rightlist .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 143%;
}
.index-mendian .rightlist .item:hover .pic:before {
  opacity: 1;
}
.index-mendian .rightlist .item:hover .pic img {
  transform: scale(1.05);
}
.index-mendian .rightlist .slick-prev,
.index-mendian .rightlist .slick-next {
  width: 60px;
  height: 60px;
  border: 0;
  margin-top: -30px;
}
.index-mendian .rightlist .slick-prev {
  left: -120px;
  background: url(../images/prev.png) no-repeat center center #fed000;
}
.index-mendian .rightlist .slick-prev:hover {
  background-color: #b2935b;
}
.index-mendian .rightlist .slick-next {
  left: -60px;
  right: auto;
  background: url(../images/next-h.png) no-repeat center center #dedee0;
}
.index-mendian .rightlist .slick-next:hover {
  background-color: #ccc;
}
@media (max-width: 1450px) {
  .index-mendian .rightlist {
    margin-top: 80px;
  }
  .index-mendian .rightlist .text {
    margin: 30px 0;
  }
  .index-mendian .rightlist .scroll-2 {
    margin-left: -10px;
  }
  .index-mendian .rightlist .item {
    margin: 0 10px;
  }
}
@media (max-width: 1000px) {
  .index-mendian .leftpic {
    display: none;
    float: none;
  }
  .index-mendian .rightlist {
    width: 100%;
    float: none;
    padding: 0 20px;
  }
  .index-mendian .rightlist .slick-prev {
    left: auto;
  }
  .index-mendian .rightlist .slick-next {
    right: 0;
    left: auto;
  }
  .index-mendian .rightlist .item .tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    left: auto;
    bottom: auto;
    position: relative;
    transform: translateX(0);
  }
  .index-mendian .rightlist .text {
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0;
  }
  .index-mendian .rightlist .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #ddd;
  }
  .index-mendian .rightlist .slick-dots li.slick-active button {
    background: #fed000;
  }
}
.index-new-box {
  padding: 80px 0;
}
.index-new-box .leftbox {
  width: 49%;
  float: left;
  min-height: 500px;
}
.index-new-box .leftbox .item .top .picbox {
  position: relative;
}
.index-new-box .leftbox .item .top .picbox:hover .pic img {
  transform: scale(1.05);
}
.index-new-box .leftbox .item .top .infobox {
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 10px;
  z-index: 1;
  position: absolute;
}
.index-new-box .leftbox .item .top .bk {
  height: 152px;
  border: solid 1px rgba(255, 255, 255, 0.7);
}
.index-new-box .leftbox .item .top .bg {
  height: 116px;
  margin: 20px;
  padding: 9px;
  position: relative;
  background: rgba(196, 162, 100, 0.37);
}
.index-new-box .leftbox .item .top .bk-two {
  height: 98px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: solid 1px rgba(255, 255, 255, 0.4);
}
.index-new-box .leftbox .item .top .bk-two span {
  display: block;
}
.index-new-box .leftbox .item .top .bk-two span:first-child {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 5px;
}
.index-new-box .leftbox .item .top .more {
  width: 50px;
  height: 15px;
  right: -14px;
  bottom: 23px;
  line-height: 12px;
  text-align: center;
  position: absolute;
  vertical-align: middle;
  background: #fed000;
}
.index-new-box .leftbox .item .top .more img {
  vertical-align: middle;
}
.index-new-box .leftbox .item .top .pic {
  overflow: hidden;
  position: relative;
}
.index-new-box .leftbox .item .top .pic:after {
  content: "";
  display: block;
  padding-bottom: 24.5%;
}
.index-new-box .leftbox .item .top .pic img {
  transition: all 700ms ease;
}
.index-new-box .leftbox .item .top .txtbox {
  font-size: 16px;
  padding: 25px;
  background: #fcfcfc;
}
.index-new-box .leftbox .item .top .txtbox:hover .tit {
  color: #fed000;
}
.index-new-box .leftbox .item .top .tit {
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #333;
  font-weight: 700;
}
.index-new-box .leftbox .item .top .tit span {
  float: right;
  font-size: 14px;
  padding-left: 40px;
  display: inline-block;
  font-family: arial;
  font-weight: normal;
}
.index-new-box .leftbox .item .top .tit em {
  width: 55px;
  height: 33px;
  color: #fff;
  margin-right: 10px;
  line-height: 33px;
  font-style: normal;
  text-align: center;
  display: inline-block;
  background: #b73533;
}
.index-new-box .leftbox .item .top .txt {
  margin-top: 25px;
  height: 24px;
  overflow: hidden;
}
.index-new-box .leftbox .item .bottom li {
/*overflow: hidden;*/
  /* height: 63px; */
  line-height: 40px;
  background: #f7f7f7;
  padding: 0 25px;
  
}
.index-new-box .leftbox .item .bottom li a {
  color: #333;
  font-size: 13px;
}
.index-new-box .leftbox .item .bottom li span {
  float: right;
  font-size: 14px;
  padding-left: 40px;
  display: inline-block;
  font-family: arial;
  font-weight: normal;
}
.index-new-box .leftbox .item .bottom li:hover a {
  color: #fed000;
}
.index-new-box .leftbox .f-r .top .bk {
  border: 0;
}
.index-new-box .rightbox {
  width: 47%;
  float: right;
  overflow: hidden;
  position: relative;
}
.index-new-box .rightbox .pic {
  width: 51.5%;
  float: left;
  padding: 12px;
  border: solid 1px #dcdcdc;
}
.index-new-box .rightbox .txtbox {
/*  width: 48.5%;
  float: right; */
  color: #000000;
  line-height: 28px;
  font-size: 16px;
  padding-left: 40px;
  text-align: justify;
}
.index-new-box .rightbox .txtbox p:first-child {
  margin-bottom: 15px;
}
.index-new-box .rightbox .txtbox .item {
  min-height: 320px;
}
.index-new-box .rightbox .honor .title {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.index-new-box .rightbox .scroll-3 {
  padding: 10px;
  border: solid 1px #dcdcdc;
}
.index-new-box .rightbox .scroll-3 span {
  display: block;
  position: relative;
}
.index-new-box .rightbox .scroll-3 span:after {
  content: "";
  display: block;
  padding-bottom: 63%;
}
.index-new-box .rightbox .scroll-3 .slick-prev,
.index-new-box .rightbox .scroll-3 .slick-next {
  width: 40px;
  height: 40px;
  border: 0;
  top: -40px;
  margin-top: auto;
}
.index-new-box .rightbox .scroll-3 .slick-prev {
  left: auto;
  right: 41px;
  background: url(../images/prev-1.png) no-repeat center center #fed000;
}
.index-new-box .rightbox .scroll-3 .slick-prev:hover {
  background-color: #ac2a30;
}
.index-new-box .rightbox .scroll-3 .slick-next {
  right: 0;
  background: url(../images/next-1.png) no-repeat center center #fed000;
}
.index-new-box .rightbox .scroll-3 .slick-next:hover {
  background-color: #ac2a30;
}

/*****2026.1.15 苗****/
.index-new-box .leftbox .item .pblineBox{display:flex;justify-content:space-between;margin-top:3rem}
.index-new-box .leftbox .item .pblineBox li{display:inline-block;flex:1;border-right:1px solid #e6e8ec;text-align:center;background:#fff}
.index-new-box .leftbox .item .pblineBox li:last-child{border-right:none}
.index-new-box .leftbox .item .pblineBox li b{font-size:2.25rem;color:#deb97b}
.index-new-box .leftbox .item .pblineBox li p{font-size:1.18rem;margin-top:1.15rem}
.contactForm{margin:2.5rem 0}
.contactForm ul{display: flex;justify-content:space-between;margin:1rem auto;background:#fafafa;padding:2rem 0;border-radius:.5rem}
.contactForm ul li{display:flex;padding:.25rem 0;width:50%;margin-top:1rem;margin-left:2%;align-items:center}
.contactForm ul li img{margin-right:.5rem}
.contactForm ul li input{border:1px solid #dcdfe6;outline:none;line-height:2.25rem;border-radius:.25rem;flex:1;padding-left:5px;font-size:1rem}

.contactForm ul li:last-child{width:18%;margin-right:2%;}
.contactForm ul li:last-child input{background:green;color:#fff}
.contactForm h3{text-align:center;color:#fed000;font-size:2.25rem;font-family:wy}
/****************/

@media (max-width: 1450px) {
  .index-new-box .leftbox {
    width: 45%;
  }
  .index-new-box .rightbox {
    width: 53%;
  }
  .index-new-box .rightbox .txtbox {
    font-size: 14px;
    line-height: 24px;
  }
  .index-new-box .rightbox .txtbox .item {
    min-height: 300px;
  }
}
@media (max-width: 1000px) {
  .index-new-box {
    padding: 40px 0;
  }
  .index-new-box .leftbox {
    width: 100%;
    /* float: none;
    min-height: auto;
    margin-bottom: 30px; */
  }
  .index-new-box .leftbox .item .top .infobox {
    display: none;
  }
  .index-new-box .leftbox .item .bottom li {
    height: auto;
    /* line-height: 50px; */
    padding: 0 10px;
  }
  .index-new-box .leftbox .item .bottom li a {
    font-size: 14px;
  }
  .index-new-box .rightbox {
    width: 100%;
    /*float: none;*/
  }
  .index-new-box .rightbox .pic {
    display: none;
  }
  .index-new-box .rightbox .txtbox {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .index-new-box .rightbox .txtbox .item {
    min-height: auto;
    margin-bottom: 40px;
  }
}
.footer {
  color: #333;
  padding-top: 60px;
  background: #f2f2f2;
}
.footer a {
  color: #333;
 
  margin-top: 10px;
}
.footer2 a {
  color: #333;
  display: block;
  margin-top: 10px;
}
.footer a:hover {
  color: #fed000;
  text-decoration: underline;
}
.footer h3 {
  font-size: 17px;
}
.footer ul {
  padding-bottom: 25px;
}
.footer ul li {
  float: left;
  width: 16.666%;
  position: relative;
  padding-right:6.2%;
}
.footer ul li:before {
  top: 50px;
  right: 70px;
  content: "";
  width: 1px;
  height: 140px;
  position: absolute;
  background: #e7e7e7;
}
.footer ul .weixin {
  width: 13%;
  padding-right: 40px;
  text-align: center;
}
.footer ul .weixin img {
  margin-bottom: 5px;
}
.footer ul .weixin:before {
  display: none;
}
.footer .last {
  width: 20%;
  text-align: right;
}
.footer .last:before {
  display: none;
}
.footer .last .tel {
  position: relative;
  padding-right: 60px;
}
.footer .last .tel img {
  right: 0;
  top: 0;
  border-radius: 100%;
  background: #fed000;
  position: absolute;
}
.footer .last .tel p:nth-child(2) {
  font-size: 22px;
  font-family: arial;
  font-weight: 700;
}
.footer .last .add,
.footer .last .email {
  font-size: 15px;
  margin-top: 15px;
  padding-right: 60px;
  position: relative;
}
.footer .last .add img,
.footer .last .email img {
  right: 0;
  top: 3px;
  position: absolute;
}
.footer .last .add a:hover,
.footer .last .email a:hover {
  color: #fed000;
}
.footer .last .share {
  margin-top: 15px;
  text-align: center;
}
.footer .last .share a {
  margin: 0 3px;
  display: inline-block;
}
.footer .last .share a img {
  transition: all 500ms ease;
  border-radius: 100%;
  background: #333333;
}
.footer .last .share a:hover img {
  background: #fed000;
}
.footer .copy {
  padding: 20px 0;
  text-align: center;
  border-top: solid 1px #e7e7e7;
}
.footer .copy span {
  padding: 0 40px;
  display: inline-block;
}
@media (max-width: 1000px) {
  .footer a {
    margin-top: 0;
  }
  .footer ul li {
    display: none;
  }
  .footer ul .weixin {
    width: 100%;
    float: none;
    display: block;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .footer ul .last {
    width: 100%;
    display: block;
    float: none;
    padding: 0;
    text-align: center;
  }
  .footer ul .last .tel,
  .footer ul .last .add,
  .footer ul .last .email {
    padding-right: 0;
  }
  .footer ul .last .tel img,
  .footer ul .last .add img,
  .footer ul .last .email img {
    display: none;
  }
  .footer ul .last .email {
    padding-top: 0;
    margin-top: 0;
  }
  .footer ul .share {
    display: none;
  }
}
.inside-banner {
  text-align: center;
}
@media (max-width: 640px) {
  .inside-banner {
    margin-top: 60px;
  }
 .index-new-box .leftbox .item .pblineBox li b{font-size:2rem}
.index-new-box .leftbox .item .pblineBox li p{font-size:1rem}


.contactForm ul{display: block;}
.contactForm ul li{display:flex;padding:.25rem 0;width:96%;margin-top:1rem;margin-left:2%}
.contactForm ul li input{border:1px solid #dcdfe6;outline:none;line-height:2.25rem;border-radius:.25rem;width:100%;padding-left:5px;font-size:1rem}

.contactForm ul li:last-child{width:96%;margin-right:2%}
}

















.inside-box {
  height: 48px;
  line-height: 47px;
  overflow: hidden;
  background: #f7f8f9;
  border-bottom: solid 1px #eee;
}
.inside-menu {
  width: 60%;
  float: left;
}
.inside-menu li {
  float: left;
  max-width: 156px;
  width: 100%;
  font-size: 48px;
  line-height: 47px;
  margin-right: 1px;
  text-align: center;
}
.inside-menu li a {
  display: block;
  color: #666;
  font-size: 18px;
}
.inside-menu li:hover,
.inside-menu .active {
  background: #fed000;
}
.inside-menu li:hover a,
.inside-menu .active a {
  color: #fff;
}
@media (max-width: 1000px) {
  .inside-menu {
    display: none;
  }
}
.inside-current {
  width: 40%;
  float: right;
  text-align: right;
}
.inside-current img {
  margin: 14px 5px 0 0;
}
@media (max-width: 1000px) {
  .inside-current {
    width: 100%;
    float: none;
    text-align: left;
  }
}
.inside-title .en {
  top: 5px;
  margin-top: auto;
  font-size: 50px;
  letter-spacing: 7px;
  font-weight: 700;
  line-height: 50px;
}
.inside-title .txt {
  margin-top: 10px;
}
.inside-news {
  margin: 80px 0;
}
.inside-news ul {
  margin-top: 70px;
}
.inside-news li {
  margin-top: 20px;
  padding: 30px 60px;
  padding-right: 30px;
  border: solid 1px #d9d8d8;
}
.inside-news li .time {
  width: 11%;
  float: left;
}
.inside-news li .time span {
  display: block;
}
.inside-news li .date {
  color: #595757;
  font-size: 25px;
  font-family: arial;
  line-height: 30px;
  font-weight: lighter;
  font-family: "HelveticaLTStd-Roman";
}
.inside-news li .icon {
  color: #d8d8d8;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  color: #858585;
  font-family: "宋体";
  margin-top: 45px;
  border: solid 1px #d8d8d8;
}
.inside-news li .txtbox {
  width: 61%;
  float: left;
  padding-left: 60px;
}
.inside-news li .txtbox .tit {
  margin-top: 2px;
  font-size: 18px;
  color: #333;
  height: 24px;
  font-weight: 700;
  overflow: hidden;
}
.inside-news li .txtbox .txt {
  color: #949494;
  font-size: 16px;
  height: 48px;
  overflow: hidden;
  margin-top: 40px;
}
.inside-news li .pic {
  width: 18%;
  float: right;
  position: relative;
}
.inside-news li .pic:after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.inside-news li:hover {
  background: #fed000;
  border-color: #fed000;
}
.inside-news li:hover .date {
  color: #fff;
}
.inside-news li:hover .icon {
  color: #fff;
  border: solid 1px #fff;
}
.inside-news li:hover .txtbox .tit,
.inside-news li:hover .txtbox .txt {
  color: #fff;
}
@media (max-width: 1000px) {
  .inside-news {
    margin: 40px 0;
  }
  .inside-news ul {
    margin-top: 0;
  }
  .inside-news li {
    padding: 15px;
  }
  .inside-news li .icon {
    margin: 15px 0;
  }
  .inside-news li .date {
    font-size: 20px;
  }
  .inside-news li .pic {
    display: none;
  }
  .inside-news li .time {
    width: 100%;
    float: none;
  }
  .inside-news li .txtbox {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  .inside-news li .txtbox .txt {
    margin-top: 10px;
  }
}
.inisde-page {
  font-size: 0;
  color: #999;
  padding: 70px 0 0 0;
  text-align: center;
  font-family: arial;
}
.inisde-page em {
  font-style: normal;
  font-size: 18px;
}
.inisde-page a,
.inisde-page span {
  color: #656565;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  min-width: 40px;
  line-height: 40px;
  height: 40px;

  margin: 0 3px;
  padding: 0 5px;
  background: #e9e9e9;
  border: solid 1px #e9e9e9;
  vertical-align: middle;
}
.inisde-page a.cur,
.inisde-page span.cur,
.inisde-page a:hover,
.inisde-page span:hover {
  background-color: #fed000;
  color: #fff;
  border-color: #fed000;
}
.inisde-page .prev,
.inisde-page .next {
  padding: 0 20px;
  background: none;
  border: 0;
  color: #444;
  font-size: 15px;
}
.inisde-page .prev {
  background: url(../images/prev-4.png) no-repeat left center;
}
.inisde-page .prev:hover {
  color: #fed000;
  border-radius: 0;
  background-color: #fff;
}
.inisde-page .next {
  background: url(../images/next-4.png) no-repeat right center;
}
.inisde-page .next:hover {
  color: #fed000;
  border-radius: 0;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .inisde-page {
    padding-top: 40px;
  }
  .inisde-page a,
  .inisde-page span {
    margin: 0 1px;
    width: 24px;
    min-width: auto;
    height: 24px;
    font-size: 14px;
    line-height: 20px;
  }
  .inisde-page .prev {
    width: auto;
    padding-left: 14px;
  }
  .inisde-page .next {
    width: auto;
    padding-right: 14px;
  }
}
.inside-job {
  padding: 90px 0;
}
@media (max-width: 1000px) {
  .inside-job {
    padding: 40px 0;
  }
}
.inside-job .job1 {
  overflow: hidden;
  padding: 80px 0;
}
.inside-job .job1 ul {
  margin: 0 -95px;
}
.inside-job .job1 ul li {
  float: left;
  width: 25%;
  padding: 0 95px;
  position: relative;
}
.inside-job .job1 ul li .text {
  padding-top: 20px;
}
.inside-job .job1 ul li .text .bt {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  margin-bottom: 6px;
}
.inside-job .job1 ul li .text .jsh {
  font-size: 15px;
  line-height: 27px;
}
.inside-job .job1 ul li img {
  transition: all 700ms ease;
}
.inside-job .job1 ul li:hover img {
  transform: rotateY(-180deg);
}
@media (max-width: 1440px) {
  .inside-job .job1 {
    padding: 40px 0;
  }
  .inside-job .job1 ul {
    margin: 0;
  }
  .inside-job .job1 ul li {
    padding: 0 20px;
  }
  .inside-job .job1 ul li .text .bt {
    font-size: 16px;
  }
  .inside-job .job1 ul li .text .jsh {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 640px) {
  .inside-job .job1 ul li {
    width: 50%;
    text-align: center;
    padding: 15px;
  }
}
.inside-job .nr dl dt {
  display: block;
}
.inside-job .nr dl dt span {
  display: block;
  float: left;
  text-align: left;
  width: 12%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-size: 16px;
}
.inside-job .nr dl dt .name {
  width: 22%;
  padding-right: 20px;
  padding-left: 60px;
}
.inside-job .nr dl dt .time {
  width: 24%;
  margin-right: 2%;
  text-align: center;
}
.inside-job .nr dl dt .people {
  width: 16%;
  margin-right: 6%;
  text-align: center;
}
.inside-job .nr dl dt .bumen {
  width: 8%;
  text-align: center;
  margin-right: 7%;
  padding-left: 14px;
}
.inside-job .nr dl dt .date {
  width: 15%;
  text-align: center;
}
.inside-job .nr dl .list0 {
  height: 45px;
  line-height: 45px;
  background: #fed000;
  margin-bottom: 3px;
}
.inside-job .nr dl .list0 span {
  color: #fff;
  font-size: 15px;
}
.inside-job .nr dl .list_dt {
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  transition: width 2s;
  font-size: 16px;
  color: #333;
  border-bottom: 2px solid #f9f9f9;
}
.inside-job .nr dl .list_dt .subnav {
  display: block;
}
.inside-job .nr .list_dt {
  color: #575757;
  cursor: pointer;
  position: relative;
  background: #f7f8f9;
  margin-top: 10px;
}
.inside-job .nr #open {
  background: #f7f8f9;
  border-bottom: 0;
}
.inside-job .nr .list_dd {
  display: none;
}
.inside-job .nr .jobsub {
  background: #fff;
  border-top: 0;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
  padding: 8px 47px 41px 60px;
}
.inside-job .nr .jobsub .bt {
  font-size: 20px;
  text-align: left;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}
.inside-job .button {
  color: #fff;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  border-radius: 30px;
  background: #fed000;
  float:left;
}
.inside-job .button img {
  margin: 9px 0 0 5px;
}
.inside-job .button:hover {
  font-weight: 700;
}
@media (max-width: 1000px) {
  .inside-job .nr dl .list0 span {
    padding: 0 10px;
  }
  .inside-job .nr dl dt .name {
    padding: 0;
  }
  .inside-job .nr dl dt .bumen,
  .inside-job .nr dl dt .people {
    margin-right: 0;
  }
  .inside-job .nr dl dt span {
    text-align: center;
    padding: 0 5px!important;
    margin: 0!important;
    font-size: 14px!important;
    margin-right: 0!important;
    width: 25%!important;
  }
  .inside-job .nr dl dt span:nth-child(4) {
    display: none;
  }
  .inside-job .nr .jobsub {
    padding: 20px 10px;
    font-size: 14px;
    line-height: 24px;
  }
}
.inside-honor {
  padding: 70px 0 20px 0;
  overflow: hidden;
  position: relative;
}
.inside-honor:after {
  height: 80px;
  bottom: 0px;
  left: 0;
  width: 100%;
  content: "";
  background: #fff;
  position: absolute;
}
.inside-honor ul {
  width: 122%;
  padding-top: 80px;
}
.inside-honor ul li {
  width: 33.333%;
  float: left;
  position: relative;
  padding-bottom: 60px;
  padding-left: 18px;
  border-left: solid 1px #d6d6d6;
}
.inside-honor ul li:before {
  top: 12px;
  left: -8px;
  content: "";
  width: 27px;
  height: 16px;
  position: absolute;
  background: url(../images/zhengshu-19.jpg) no-repeat top center;
}
.inside-honor ul li .box {
  max-width: 255px;
  width: 100%;
}
.inside-honor ul li .box .tit {
  height: 40px;
  color: #333;
  font-size: 16px;
  padding: 0 12px;
  margin-bottom: 10px;
  line-height: 38px;
  background: #fafafa;
  transition: all 334ms ease;
  border: solid 1px #efefef;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow:hidden;
}
.inside-honor ul li .box .pic {
  padding: 15px;
  background: #fafafa;
  text-align: center;
  transition: all 334ms ease;
  border: solid 1px #ededed;
}
.inside-honor ul li:hover .box .pic {
  border-color: #fed000;
}
.inside-honor ul li:nth-child(1):after,
.inside-honor ul li:nth-child(2):after,
.inside-honor ul li:nth-child(3):after {
  top: 0;
  left: -10px;
  content: "";
  width: 27px;
  height: 12px;
  background: #fff;
  position: absolute;
}
@media (max-width: 1000px) {
  .inside-honor {
    padding: 40px 0;
  }
  .inside-honor ul {
    width: 100%;
    padding-top: 40px;
  }
  .inside-honor ul li {
    width: 50%;
    border: 0;
    padding-bottom: 30px;
  }
}
.inside-contact {
  padding: 80px 0 0 0;
}
.inside-contact .bg {
  margin-top: 140px;
  min-height: 180px;
  position: relative;
  font-size: 18px;
  padding-left: 260px;
  padding-top: 50px;
  background: url(../images/cot-bg.jpg) repeat top center;
}
.inside-contact .bg .ren {
  top: -80px;
  left: 80px;
  position: absolute;
}
.inside-contact .bg .font30 {
  font-size: 30px;
  line-height: 40px;
  color: #fed000;
  font-weight: 700;
  margin-bottom: 20px;
}
.inside-contact .box-1 {
  padding-top: 100px;
}
.inside-contact .box-1 .leftitem {
  width:42%;
  float: left;
  color: #333;
  font-size: 16px;
}
.inside-contact .box-1 .leftitem p {
  padding: 20px 0;
  border-bottom: dashed 1px #ddd;
}
.inside-contact .box-1 .leftitem p:first-child {
  line-height: 43px;
  vertical-align: top;
}
.inside-contact .box-1 .leftitem p:first-child img {
  margin-top: 15px;
}
.inside-contact .box-1 .leftitem img {
  margin-right: 30px;
}
.inside-contact .box-1 .leftitem a {
  color: #fed000;
  font-size: 43px;
  font-weight: 700;
  font-style: italic;
}
.inside-contact .box-1 .rightitem {
  width: 50%;
  float: right;
  overflow: hidden;
}
.inside-contact .box-1 .rightitem ul {
  margin: 0 -15px;
}
.inside-contact .box-1 .rightitem li {
  padding-bottom: 30px;
}
.inside-contact .box-1 .rightitem li p {
  width: 50%;
  float: left;
  padding: 0 15px;
  position: relative;
}
.inside-contact .box-1 .rightitem li p label {
  top: 20px;
  left: 40px;
  color: #e50d1e;
  font-size: 16px;
  position: absolute;
}
.inside-contact .box-1 .rightitem li p input,
.inside-contact .box-1 .rightitem li p textarea {
  height: 56px;
  line-height: 56px;
  background: #f3f3f3;
  border-radius: 5px;
  width: 100%;
  border: 0;
  font-size: 16px;
  color: #333;
  border: solid 1px #f3f3f3;
  font-family: "微软雅黑";
  padding: 10px 20px 10px 50px;
}
.inside-contact .box-1 .rightitem li p textarea {
  resize: none;
  height: 170px;
}
.inside-contact .box-1 .rightitem li p input:focus,
.inside-contact .box-1 .rightitem li p textarea:focus {
  border-color: #fed000;
}
.inside-contact .box-1 .rightitem .button {
  text-align: center;
}
.inside-contact .box-1 .rightitem .button a {
  width: 128px;
  height: 40px;
  color: #333;
  font-size: 16px;
  display: inline-block;
  line-height: 38px;
  border-radius: 5px;
  border: solid 1px #b5b5b5;
}
.inside-contact .box-1 .rightitem .button a:hover {
  color: #fff;
  border-color: #fed000;
  background: #fed000;
}
.inside-contact .map {
  width: 100%;
  margin-top: 50px;
}
.inside-contact #allmap {
  height: 500px;
  width: 100%;
}
@media (max-width: 1000px) {
  .inside-contact {
    padding-top: 40px;
  }
  .inside-contact .map {
    display: none;
  }
  .inside-contact .bg {
    padding-top: 30px;
    font-size: 16px;
    padding-bottom: 30px;
    padding-left: 150px;
  }
  .inside-contact .bg .ren {
    left: 20px;
  }
  .inside-contact .bg .font30 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .inside-contact .box-1 {
    padding-top: 40px;
  }
  .inside-contact .box-1 .leftitem {
    width: 100%;
    float: none;
    font-size: 14px;
  }
  .inside-contact .box-1 .leftitem a {
    font-size: 16px;
  }
  .inside-contact .box-1 .leftitem p:first-child {
    line-height: 24px;
  }
  .inside-contact .box-1 .leftitem p:first-child img {
    margin-top: 0;
  }
  .inside-contact .box-1 .rightitem {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .inside-contact .box-1 .rightitem li {
    padding-bottom: 0;
  }
  .inside-contact .box-1 .rightitem li p {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .inside-contact .box-1 .rightitem li p label {
    left: 30px;
  }
  .inside-contact .box-1 .rightitem li p input,
  .inside-contact .box-1 .rightitem li p textarea {
    padding-left: 20px;
  }
}
.inside-product {
  padding: 80px 0;
}
.inside-product .promenu {
  padding: 0 250px;
  margin-top: 70px;
}
.inside-product .promenu span {
  color: #333;
  margin: 0 20px;
  display: block;
  height: 45px;
  font-size: 20px;
  line-height: 43px;
  text-align: center;
  border: solid 1px #bfbfbf;
}
.inside-product .promenu span a {
  display: block;
}
.inside-product .promenu .active {
  color: #fff;
  background: #fed000;
  border-color: #fed000;
}
.inside-product .promenu .active a {
  color: #fff;
}
.inside-product .promenu .slick-prev,
.inside-product .promenu .slick-next {
  border-radius: 100%;
  border: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
.inside-product .promenu .slick-prev {
  right: 90px;
  left: auto;
  background: url(../images/prev-1.png) no-repeat center center #fed000;
}
.inside-product .promenu .slick-next {
  background: url(../images/next-1.png) no-repeat center center #fed000;
}
.inside-product .prolist {
  padding-top: 70px;
}
.inside-product .prolist li {
  width: 33.333%;
  float: left;
  padding: 15px;
}
.inside-product .prolist li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.inside-product .prolist li .pic {
  position: relative;
}
.inside-product .prolist li .pic:before {
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 700ms ease;
  background: rgba(196, 162, 100, 0.7);
}
.inside-product .prolist li .pic:after {
  content: "";
  display: block;
  padding-bottom: 76%;
}
.inside-product .prolist li .txtbox {
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 2;
  color: #fff;
  opacity: 0;
  transform: translateY(-50%);
}
.inside-product .prolist li .tit {
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-weight: 700;
  opacity: 0;
  transition: all 500ms ease;
}
.inside-product .prolist li .more {
  margin-top: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  position: relative;
}
.inside-product .prolist li .more:before {
  content: "";
  width: 0px;
  height: 1px;
  top: 0px;
  left: 35%;
  background: #fff;
  position: absolute;
  transition: all 500ms ease;
}
.inside-product .prolist li .more:after {
  content: "";
  width: 0px;
  height: 1px;
  bottom: 0px;
  right: 30%;
  background: #fff;
  position: absolute;
  transition: all 500ms ease;
}
.inside-product .prolist li:hover .txtbox,
.inside-product .prolist li:hover .tit {
  opacity: 1;
}
.inside-product .prolist li:hover .pic:before {
  opacity: 1;
}
.inside-product .prolist li:hover .more:before,
.inside-product .prolist li:hover .more:after {
  width: 80px;
}
.inside-product .prolist-2 {
  overflow: hidden;
}
.inside-product .prolist-2 ul {
  margin: 0 -25px;
  margin-top: -20px;
}
.inside-product .prolist-2 li {
  float: left;
  padding: 0 25px;
  /*width: 33.3333%;*/
  width:50%;
  margin-top: 80px;
}
.inside-product .prolist-2 li .pic {
  position: relative;
}
.inside-product .prolist-2 li .pic:after {
  content: "";
  display: block;
  /*padding-bottom: 144%;*/
  padding-bottom: 52%;
}
.inside-product .prolist-2 li .pic img {
  transition: all 700ms ease;
}
.inside-product .prolist-2 li .tit {
  width: 280px;
  height: 60px;
  color: #333;
  font-size: 19px;
  line-height: 58px;
  text-align: center;
  margin: 0 auto;
  margin-top: -30px;
  background: #fff;
  position: relative;
  border: solid 1px #dcdcdc;
  overflow:hidden;
}
.inside-product .prolist-2 li:hover .tit {
  color: #fff;
  border-color: #fed000;
  background: #fed000;
}
.inside-product .prolist-2 li:hover .pic img {
  opacity: 0.9;
}
@media (max-width: 1440px) {
  .inside-product .promenu span {
    margin: 0 10px;
  }
}
@media (max-width: 1000px) {
  .inside-product {
    padding: 50px 0;
  }
  .inside-product .promenu {
    padding: 0 0px;
    margin-top: 30px;
  }
  .inside-product .prolist {
    padding-top: 30px;
  }
  .inside-product .prolist ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .inside-product .prolist li {
    padding: 5px;
  }
}
@media (max-width: 640px) {
  .inside-product .promenu {
    padding: 0 40px;
  }
  .inside-product .promenu .slick-prev {
    left: 0;
    right: auto;
    margin-top: -15px;
  }
  .inside-product .promenu .slick-next {
    right: 0;
  }
  .inside-product .promenu .slick-prev,
  .inside-product .promenu .slick-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .inside-product .prolist-2 ul {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 0;
  }
  .inside-product .prolist-2 li {
    margin-top: 20px;
    width: 50%;
    padding: 0 5px;
  }
  .inside-product .prolist-2 li .tit {
    font-size: 16px;
    width: 100%;
    height: 50px;
    line-height: 48px;
  }
}
@media (max-width: 420px) {
  .inside-product .prolist li {
    width: 100%;
    float: none;
  }
}
.inside-proshow {
  padding: 80px 0;
  font-size: 16px;
}
.inside-proshow h1 {
  color: #333;
  font-size: 30px;
  text-align: center;
  padding-bottom: 60px;
  line-height: 40px;
}
.inside-proshow .item {
  margin-top: 70px;
  padding-left: 35px;
}
.inside-proshow .info {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  background: #f7f8f9;
  text-align: center;
  margin-bottom: 40px;
}
.inside-proshow .info span {
  padding: 0 30px;
  display: inline-block;
}

.inside-proshow .news_showcon{
	max-width:1000px;
	margin:0 auto;
}

.inside-proshow .tag {
  width: 50%;
  float: left;
  font-size: 16px;
}
.inside-proshow .tag span {
  color: #c51723;
  font-size: 16px;
  font-weight: 700;
}
.inside-proshow .share {
  width: 50%;
  float: right;
  text-align: right;
}
.inside-proshow .share a {
  margin-left: 10px;
  display: inline-block;
}
.inside-proshow .bt {
  font-size: 16px;
  color: #fff;
  padding-left: 15px;
  line-height: 32px;
  background: url(../images/bt.png) no-repeat top left;
}
.inside-proshow .box-2 {
  margin-top: 60px;
  padding: 60px 0;
  background: #f7f7f7;
}
.inside-proshow .box-2 .inside-product {
  padding-top: 50px;
  padding-bottom: 0;
}
.inside-proshow .box-2 .inside-product .prolist {
  padding-top: 0;
}
.inside-proshow .box-2 .inside-product .prolist ul {
  margin: 0 -15px;
}
.inside-proshow .box-2 .inside-product .prolist-2 li {
  margin-top: 30px;
}
.inside-proshow .box-3 {
  overflow: hidden;
  padding-top: 60px;
}
.inside-proshow .box-3 ul {
  margin: 0 -50px;
  padding-top: 30px;
}
.inside-proshow .box-3 ul li {
  width: 50%;
  float: left;
  height: 40px;
  padding: 0 50px;
  line-height: 40px;
  overflow: hidden;
  font-size: 16px;
}
.inside-proshow .box-3 ul li a {
  color: #333;
  padding-left: 15px;
  position: relative;
}
.inside-proshow .box-3 ul li a:before {
  content: "";
  top: 6px;
  left: 0px;
  position: absolute;
  border-left: solid 5px #666;
  border-top: solid 3px transparent;
  border-bottom: solid 3px transparent;
}
.inside-proshow .box-3 ul li span {
  float: right;
  padding-left: 50px;
  font-family: arial;
}
.inside-proshow .box-3 ul li:hover a {
  color: #fed000;
}
.inside-proshow .box-3 ul li:hover a:before {
  border-left: solid 5px #fed000;
}
@media (max-width: 1000px) {
  .inside-proshow {
    padding: 50px 0;
  }
  .inside-proshow h1 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 30px;
  }
  .inside-proshow .item {
    margin-top: 30px;
    padding-left: 0;
  }
  .inside-proshow .tag {
    width: 100%;
    float: none;
  }
  .inside-proshow .share {
    width: 100%;
    float: none;
    text-align: left;
  }
  .inside-proshow .inside-page-news ul {
    height: auto;
  }
  .inside-proshow .inside-page-news li {
    width: 100%;
    float: none;
  }
  .inside-proshow .inside-page-news .fanhui {
    top: auto;
    left: auto;
    display: none;
    margin-left: auto;
    position: relative;
  }
  .inside-proshow .box-2 {
    margin-top: 30px;
    padding: 30px 0;
  }
  .inside-proshow .box-2 .inside-product {
    padding-top: 30px;
  }
  .inside-proshow .box-3 {
    padding-top: 30px;
  }
  .inside-proshow .box-3 ul li {
    width: 100%;
    float: none;
  }
}
.inside-newsshow .box-3 {
  padding: 60px 0;
  margin-top: 60px;
}
.inside-newsshow .box-2 {
  padding: 0;
}
.inside-page-news {
  margin-top: 20px;
  position: relative;
}
.inside-page-news ul {
  height: 48px;
  line-height: 48px;
  background: #eee;
  position: relative;
}
.inside-page-news li {
  width: 43%;
  float: left;
  font-size: 16px;
  height: 48px;
  color: #333;
  padding: 0 30px;
  overflow: hidden;
}
.inside-page-news li a {
  color: #333;
  transition: all 0s;
}
.inside-page-news li img {
  margin-top: 14px;
}
.inside-page-news li:last-child {
  float: right;
}
.inside-page-news li:last-child img {
  float: right;
}
.inside-page-news li:hover {
  color: #fff;
  background: #fed000;
}
.inside-page-news li:hover a {
  color: #fff;
}
.inside-page-news .fanhui {
  top: 0;
  left: 50%;
  width: 200px;
  color: #333;
  font-size: 16px;
  text-align: center;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  vertical-align: top;
  line-height: 48px;
  margin-left: -100px;
  position: absolute;
}
.inside-page-news .fanhui:before {
  content: "";
  width: 23px;
  height: 18px;
  vertical-align: top;
  margin: 15px 10px 0 0;
  background: url(../images/fh.png) center left no-repeat;
  display: inline-block;
}
.inside-page-news .fanhui:hover {
  color: #fff;
  background: #fed000;
}
.cn-1 {
  font-family: wy;
  color: #fed000;
  font-size: 51px;
  line-height: 100px;
  text-align: center;
}
.cn-1 span {
  font-size: 100px;
}
@media (max-width: 1000px) {
  .cn-1 {
    font-size: 24px;
    line-height: 30px;
  }
  .cn-1 span {
    font-size: 30px;
  }
}
.en-2 {
  text-align: center;
  font-size: 23px;
  font-family: my2;
  color: #666;
  margin-top: -10px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .en-2 {
    font-size: 14px;
    margin-top: 0;
  }
}
.inside-zsjm {
  padding-top: 80px;
}
.inside-zsjm .index-jm {
  background: #fcfbf8;
  margin-top: 70px;
  padding: 90px 0;
}
.inside-zsjm .index-jm .pic {
  top: 90px;
}
.inside-zsjm .jmys {
  padding: 100px 0;
  overflow: hidden;
}
.inside-zsjm .jmys ul {
  margin: 0 -15px;
  margin-top: 70px;
}
.inside-zsjm .jmys li {
  padding: 15px;
  width: 50%;
  float: left;
}
.inside-zsjm .jmys li .item {
  padding: 20px;
  min-height: 264px;
  overflow: hidden;
  position: relative;
  background: #fffefd;
  border: solid 1px #e8e8e8;
}
.inside-zsjm .jmys li .pic {
  width: 34%;
  float: left;
  position: relative;
}
.inside-zsjm .jmys li .pic img {
  border-radius: 100%;
  border: solid 10px rgba(216, 190, 129, 0.29);
}
.inside-zsjm .jmys li .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-zsjm .jmys li .txtbox {
  width: 66%;
  float: left;
  padding: 30px;
  padding-top: 40px;
}
.inside-zsjm .jmys li .tit {
  font-size: 20px;
  color: #fed000;
  font-weight: 700;
}
.inside-zsjm .jmys li .txt {
  margin-top: 20px;
  font-size: 16px;
  color: #595757;
  line-height: 30px;
}
.inside-zsjm .jmys li:hover .item {
  background: #fed000;
}
.inside-zsjm .jmys li:hover .tit,
.inside-zsjm .jmys li:hover .txt {
  color: #fff;
}
.inside-zsjm .jmys li:hover .pic img {
  border-color: #d9c5a1;
}
.inside-zsjm .hzlc {
  background: #fcfbf8;
  padding: 80px 0 90px 0;
}

.inside-zsjm .hzlc ul.ph-process{display:none;}

.inside-zsjm .hzlc li {
  width: 25%;
  float: left;
  padding: 50px 0;
  text-align: center;
}
.inside-zsjm .hzlc li .icon {
  text-align: center;
  position: relative;
}
.inside-zsjm .hzlc li .ico-h {
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  position: absolute;
}
.inside-zsjm .hzlc li .num {
  width: 21px;
  height: 21px;
  margin: 0 auto;
  text-align: center;
  line-height: 19px;
  border-radius: 100%;
  margin-top: 10px;
  border: solid 1px #838181;
}
.inside-zsjm .hzlc li .tit {
  font-size: 20px;
  margin-top: 10px;
}
.inside-zsjm .hzlc li:hover .ico {
  opacity: 0;
}
.inside-zsjm .hzlc li:hover .ico-h {
  opacity: 1;
}
.inside-zsjm .hzlc li:hover .num {
  color: #fed000;
  border-color: #fed000;
}
.inside-zsjm .hzlc li:hover .tit,
.inside-zsjm .hzlc li:hover .txt {
  color: #fed000;
}
.inside-zsjm .button {
  margin-top: 30px;
  text-align: center;
}
.inside-zsjm .button a {
  color: #fff;
  width: 140px;
  height: 37px;
  line-height: 37px;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
  text-align: center;
  background: #fed000;
}
.inside-zsjm .button a:hover {
  background: #d8b26e;
}
.inside-zsjm .index-jingcai {
  padding: 80px 0 130px 0;
  overflow: hidden;
}
.inside-zsjm .index-jingcai .list {
  margin-top: 15px;
  margin: 0 -5px;
}
.inside-zsjm .index-jingcai .list ul {
  margin-top: 50px;
}
.inside-zsjm .index-jingcai .list li:first-child {
  border-left: 0;
}
.inside-zsjm .index-jingcai .list .active {
  width: 48.3%;
}
.inside-zsjm .index-jingcai .list .active .box .pic:before {
  opacity: 0;
}
.inside-zsjm .index-jingcai .list .active .box .pic:after {
  background: #fff;
}
.inside-zsjm .index-jingcai .list li {
  float: left;
  width: 17.2%;
  padding: 0 5px;
  cursor: pointer;
  transition: all 0.5s ease;
  border-left: solid 3px #fbfbfb;
}
.inside-zsjm .index-jingcai .list li .box {
  overflow: hidden;
  border-radius: 5px;
}
.inside-zsjm .index-jingcai .list li .box img {
  max-width: none;
}
.inside-zsjm .index-jingcai .list li .box .item {
  position: relative;
}
.inside-zsjm .index-jingcai .list li .box .pic {
  float: left;
  position: relative;
}
.inside-zsjm .index-jingcai .list li .box .pic:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 334ms ease;
  background: rgba(0, 0, 0, 0.3);
}
.inside-zsjm .index-jingcai .list li .box .pic:after {
  bottom: 50px;
  left: 60px;
  content: ">";
  width: 30px;
  height: 30px;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  position: absolute;
  text-align: center;
  font-family: 宋体;
}
.inside-zsjm .index-jingcai .list li .box .pic img {
  border-radius: 5px;
}
.inside-zsjm .index-jingcai .list li .box .txtbox {
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  height: 100%;
  color: #fff;
  padding: 0 60px;
  position: absolute;
}
.inside-zsjm .index-jingcai .list li .box .t1 {
  font-size: 50px;
  line-height: 60px;
  margin-top: 50px;
  font-family: "DIN-Medium";
}
.inside-zsjm .index-jingcai .list li .box .t2 {
  font-size: 20px;
  font-family: "DIN-Medium";
}
.inside-zsjm .index-jingcai .list li .box .tit {
  font-size: 20px;
  font-weight: 700;
  height: 48px;
  top: 0%;
  left: 0;
  width: 100%;
  padding: 0 60px;
  margin-top: 250px;
  position: absolute;
}
@media (max-width: 1200px) {
  .inside-zsjm .index-jingcai {
    display: none;
  }
}
@media (max-width: 1200px) {
  .inside-zsjm .index-jingcai {
    display: none;
  }
}
@media (max-width: 700px) {
  .header .logo {
    margin-top:5px !important;
    width:auto !important;
  }
}
.inside-zsjm .box-3 {
  padding-bottom: 120px;
}
.inside-zsjm .box-3 .cn-1,
.inside-zsjm .box-3 .en-2 {
  text-align: left;
}
.inside-zsjm .box-3 .leftitem {
  width: 40%;
  float: left;
}
.inside-zsjm .box-3 .leftitem .tu {
  margin: 30px 0 0 30px;
}
.inside-zsjm .box-3 .rightitem {
  width: 55%;
  float: right;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  background: #ae894f;
}
.inside-zsjm .box-3 .rightitem th {
  line-height: 80px;
  font-size: 33px;
}
.inside-zsjm .box-3 .rightitem tr,
.inside-zsjm .box-3 .rightitem td {
  padding: 60px 30px;
}
.inside-zsjm .box-3 .rightitem td {
  width: 50%;
}
.inside-zsjm .box-4 {
  padding-bottom: 100px;
}
.inside-zsjm .box-4 .tu {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 1000px) {
  .inside-zsjm {
    padding-top: 40px;
  }
  .inside-zsjm .index-jm {
    margin-top: 30px;
    padding: 40px 0;
  }
  .inside-zsjm .jmys {
    padding: 40px 0;
  }
  .inside-zsjm .jmys ul {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .inside-zsjm .jmys li {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .inside-zsjm .jmys li .item {
    padding: 30px;
    min-height: auto;
  }
  .inside-zsjm .jmys li .pic {
    display: none;
  }
  .inside-zsjm .jmys li .txtbox {
    width: 100%;
    float: none;
    padding: 0px;
  }
  .inside-zsjm .hzlc {
    padding: 40px 0;
  }
  
  .inside-zsjm .hzlc ul.pc-process {
    display:none;
  }
  
  .inside-zsjm .hzlc ul.ph-process {
    display:block;
  }
  
  .inside-zsjm .hzlc li {
    width: 33.333%;
  }
  .inside-zsjm .hzlc li .tit {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .inside-zsjm .hzlc li {
    width: 50%;
    height: 170px;
    padding: 20px 0;
  }
  .inside-zsjm .hzlc li .txt {
    display: none;
  }
  .inside-zsjm .box-3 {
    padding: 40px 0;
  }
  .inside-zsjm .box-3 .leftitem {
    width: 100%;
    float: none;
  }
  .inside-zsjm .box-3 .leftitem .tu {
    margin-left: 0;
    margin-top: 0;
  }
  .inside-zsjm .box-3 .leftitem .tu img {
    max-height: 80px;
  }
  .inside-zsjm .box-3 .rightitem {
    width: 100%;
    float: none;
    font-size: 14px;
    line-height: 20px;
  }
  .inside-zsjm .box-3 .rightitem th {
    font-size: 18px;
    line-height: 40px;
  }
  .inside-zsjm .box-3 .rightitem td {
    padding: 15px;
  }
  .inside-zsjm .box-4 {
    padding-bottom: 50px;
  }
  .inside-zsjm .box-4 .tu {
    margin-top: 20px;
  }
}
.inside-about {
  padding: 80px 0;
  font-size: 18px;
  line-height: 30px;
}
.inside-about .cn-1,
.inside-about .en-2 {
  text-align: left;
}
.inside-about .box-1 {
  color: #333;
  margin-top: 70px;
  min-height: 444px;
  position: relative;
}
.inside-about .box-1 .leftitem {
  width: 38%;
  float: left;
  padding-top: 40px;
}
.inside-about .box-1 .leftitem .text {
  margin-top: 30px;
}
.inside-about .box-1 .tu {
  width: 56%;
  right: 0;
  top: 0;
  position: absolute;
}
.inside-about .box-1 .tu:before {
  content: "";
  width: 105px;
  height: 1px;
  top: 90px;
  left: -80px;
  z-index: 2;
  position: absolute;
  /*background: #fed000;*/
}
.inside-about .box-2 {
  padding: 70px 0;
  min-height: 860px;
  position: relative;
  background: url(../images/ab-bg.jpg) repeat-y top center;
}
.inside-about .box-2 .tu {
  width: 55%;
  top: 70px;
  left: 0;
  float: left;
  position: absolute;
}
.inside-about .box-2 .txtbox {
  width: 38%;
  float: right;
  color: #fff;
  padding-top: 120px;
}
.inside-about .box-2 .txtbox .cn-1,
.inside-about .box-2 .txtbox .en-2 {
  color: #fff;
}
.inside-about .box-2 .txtbox .text {
  padding-top: 70px;
}
.inside-about .box-4 .cn-1 {
  color: #333;
}
.inside-about .box-4 .cn-1 span {
  font-size: 51px;
  color: #fed000;
}
.inside-about .box-4 li:hover {
  background: #f8f8f8;
}
.inside-about .box-4 li {
  background: #fbf8f4;
}
.inside-about .box-4 li .txtbox {
  width: 50%;
  float: left;
  padding: 60px;
  padding-top: 80px;
}
.inside-about .box-4 li .txtbox .text {
  margin-top: 50px;
}
.inside-about .box-4 li .pic {
  width: 50%;
  float: left;
  position: relative;
}
.inside-about .box-4 li .pic:before {
  content: "";
  width: 140px;
  height: 1px;
  top: 120px;
  left: -80px;
  z-index: 2;
  position: absolute;
  /*background: #fed000;*/
}
.inside-about .box-4 .tab .pic {
  float: right;
}
.inside-about .box-4 .tab .pic:before {
  left: auto;
  right: -50px;
  top: 150px;
}
.inside-about .box-4 .tab .txtbox {
  float: right;
}
@media (max-width: 780px) {
  .inside-about {
    padding: 40px 0;
    font-size: 16px;
    line-height: 26px;
  }
  .inside-about .box-1 {
    margin-top: 0;
    padding-bottom: 40px;
    min-height: auto;
  }
  .inside-about .box-1 .leftitem {
    width: 100%;
    float: none;
  }
  .inside-about .box-1 .leftitem .text {
    margin-top: 30px;
  }
  .inside-about .box-1 .tu {
    top: auto;
    right: auto;
    float: right;
    width: 100%;
    margin-top: 20px;
    position: relative;
  }
  .inside-about .box-1 .tu:before {
    display: none;
  }
  .inside-about .box-2 {
    padding: 20px 0;
    min-height: auto;
    padding-bottom: 40px;
    background: #fed000;
  }
  .inside-about .box-2 .tu {
    top: auto;
    left: auto;
    width: 100%;
    float: none;
    position: relative;
  }
  .inside-about .box-2 .txtbox {
    width: 100%;
    float: none;
    padding-top: 40px;
  }
  .inside-about .box-2 .txtbox .text {
    padding-top: 30px;
  }
  .inside-about .box-4 .cn-1 span {
    font-size: 24px;
  }
  .inside-about .box-4 li .txtbox {
    padding: 30px;
    width: 100%;
    float: none;
  }
  .inside-about .box-4 li .txtbox .text {
    margin-top: 20px;
  }
  .inside-about .box-4 li .pic {
    width: 100%;
    float: none;
  }
  .inside-about .box-4 li .pic:after,
  .inside-about .box-4 li .pic:before {
    display: none !important;
  }
}
.transparency {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.transparency.transparency-visible {
  opacity: 1;
  visibility: visible;
}
#searchPopup {
  position: absolute;
  z-index: 999;
  top: 140px;
  left: 0;
  width: 100%;
  height: 70px;
  opacity: 0;
  visibility: hidden;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  transition: opacity .3s, visibility .3s;
}
#searchPopup > .container {
  position: relative;
  padding-right: 50px;
}
#searchPopup.searchPopup-visible {
  opacity: 1;
  visibility: visible;
  animation: slideInDown .3s;
}
#searchPopup.searchPopup-visible .close {
  transform: translateY(0) scale(1);
}
#searchPopup .btn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  background: url(../images/search-3.png) no-repeat center;
}
#searchPopup .close {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transition: transform .3s;
  transform: translateY(0) scale(1);
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  background: url(../images/cloase.png) no-repeat center;
}
#searchPopup input[type="search"] {
  height: 55px;
  line-height: 55px;
  border: none;
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}
#searchPopup input[type="search"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#searchPopup input[type="search"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#searchPopup input[type="search"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#searchPopup input[type="search"]:focus {
  color: #fff;
}
#searchPopup input[type="search"]::-webkit-search-cancel-button {
  display: none;
}



/*首页视频样式*/
.videoLayer {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    margin: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.videoPopup {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
}

.videoBox {
    color: #fff;
    position: fixed;
    width: 60%;
    height: 66%;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    margin: auto;
    opacity: 0;
    transition: all .5s;
}

    .videoBox .close {
        width: 50px;
        height: 50px;
        position: absolute;
        right: -30px;
        top: -20px;
    }

        .videoBox .close img {
            padding: 10px;
            max-width: 100%;
            max-height: 100%;
            background: #fff;
            border-radius: 100%;
        }

    .videoBox.fadeIn {
        top: 0;
        opacity: 1;
        z-index: 9999;
    }

    .videoBox .nr {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 99999;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

@media screen and (max-width: 1023px) {
    .videoBox {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

        .videoBox .close {
            width: 25px;
            height: 25px;
            right: 0;
            top: -25px;
        }
}

@media screen and (max-width: 767px) {
    .videoBox {
        height: 50%;
    }
}



/*荣誉资质*/
.inside-honor .container ul li .box .pic span {
    display: block;
    width: 231px;
    height: 277px;
    position: relative;
    max-width:100%;
}

/*放大缩小*/
.zoom-element {
  transition: transform 0.3s ease;
}
.zoom-element:hover {
  transform: scale(1.05); 
}