@charset "utf-8";
/*全局控制*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 32px;
  font-family: Arial, 'Microsoft Yahei', "微软雅黑";
  -webkit-text-size-adjust: none;
}
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: Arial, 'Microsoft Yahei', "微软雅黑";
}
img {
  border: 0;
}
ul, li {
  list-style-type: none;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #014fa2
}
.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;
}
@font-face {
  font-family: impact;
  src: url(../font/IMPACT_0.eot), url(../font/IMPACT_0.svg), url(../font/IMPACT_0.ttf), url(../font/IMPACT_0.woff), url(../font/IMPACT_0.woff2);
}
.mainbox {
  width: 88%;
  left: 6%;
  right: 6%;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  padding: 40px;
  box-sizing: border-box;
}
.mainbox_0 {
  width: 88%;
  left: 6%;
  right: 6%;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  padding: 40px;
  box-sizing: border-box;
}
.mainbox_f {
  width: 88%;
  left: 6%;
  right: 6%;
  position: relative;
}
.hsbg {
  width: 100%;
  height: 869px;
  background: url(../images/qyln.jpg) center center no-repeat;
}
.hsbg-news {
  width: 100%;
  height: 869px;
  background: #f9f9f9;
}
.nymapbox {
  width: 100%;
}
.nymainbox {
  width: 88%;
  left: 6%;
  right: 6%;
  position: relative;
  padding: 60px 0;
  box-sizing: border-box;
}
.sytopbg {
  position: fixed;
  top: 0;
  z-index: 99999;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.sytop {
  width: 88%;
  margin: 0 auto;
  height: 70px;
}
.logo {
  float: left;
  width:300px;
  height: 50px;
  padding: 10px 0;
}
.topright {
  float: left;
  width: calc(100% - 400px);
}
.top-tell{display: block;float:left;margin-left: 3%;}
.top-tell span{color:#fff;font-size: 14px;}
.top-tell p{color:#fff;font-size: 24px;font-weight:bold;}
.topicon {
  float: left;
  position: relative;
  top: 20px;
}
.topicon a {
  color: #fff;
  display: inline-block;
  margin: 0 8px;
  width: 28px;
  height: 30px;
  float: left;
  position: relative;
  text-align: center;
}
.topicon a:hover {
  color: #fff;
}
.topsearch {
  position: absolute;
  right: 0;
  top: 45px;
  z-index: 9;
  width: 0;
  height: 24px;
  overflow: hidden;
  display: inline-block;
  transition: all 0.3s ease;
}
.topsearch.on {
  width: 136px;
}
.topiconmenu {
  color: #fff;
  font-size: 24px;
}
.topiconmenu i {
  font-size: 26px;
}
.topiconmenu span {
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  top: 5px;
}
.topiconmenu span:nth-child(2) {
  top: 15px;
}
.topiconmenu span:last-child {
  top: 25px;
}
.topiconmenu.on span {
  top: 15px;
}
.topiconmenu.on span:nth-child(2) {
  opacity: 0;
}
.topiconmenu.on span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.topiconmenu.on span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.topiconsearch {
  color: #fff;
  font-size: 24px;
}
.topiconsearch i {
  font-size: 20px;
}
.topsearch_key {
  width: 96px;
  color: #fff;
  font-size: 14px;
  height: 24px;
  box-sizing: border-box;
  border: 1px #fff solid;
  background: none;
  display: inline-block;
  float: left;
}
.topsearch_sub {
  width: 40px;
  height: 24px;
  background: #fff;
  color: #333;
  border: none;
  display: inline-block;
  float: left;
}
.symenuping {
  float: left;
  width: calc(100% - 300px);
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.symenuping > ul > li {
  float: left;
  position: relative;
  width: 12.4%;
  height: 70px;
  line-height: 70px;
}
.symenuping > ul > li:after {
  content: "";
  width: 0;
  height: 2px;
  background: #008f53;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: 0;
  transition: all 0.3s ease;
}
.symenuping > ul > li > a {
  color: #fff;
  display: block;
  height: 70px;
  line-height: 70px;
}
.symenuping > ul > li:hover {
  background: rgba(0, 0, 0, 0.4);
}
.symenuping > ul > li:hover:after {
  width: 50px;
  margin-left: -25px;
}
.symenuping > ul > li .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999
}
.symenuping > ul > li .submenu {
  padding: 0px;
  width: 100%;
  height: auto;
  padding: 0
}
.symenuping > ul > li .submenu li {
  float: none;
  padding: 0;
  height: 45px;
  line-height: 45px;
  background: none;
}
.symenuping > ul > li .submenu li:hover {
  background: rgba(0, 0, 0, 0.5);
}
.symenuping > ul > li .submenu li a {
  float: none;
  padding: 0;
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
}
.symenuping > ul > li .submenu li a:hover {
  background: none;
}
.nymenuping {
  float: left;
  width: calc(100% - 300px);
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.nymenuping > ul > li {
  float: left;
  position: relative;
  width: 12.4%;
  height: 60px;
  line-height: 60px;
}
.nymenuping > ul > li:after {
  content: "";
  width: 0;
  height: 2px;
  background: #008f53;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: 0;
  transition: all 0.3s ease;
}
.nymenuping > ul > li > a {
  color: #fff;
  display: block;
  height: 60px;
  line-height: 60px;
}
.nymenuping > ul > li:hover {
  background: rgba(0, 0, 0, 0.4);
}
.nymenuping > ul > li:hover:after {
  width: 50px;
  margin-left: -25px;
}
.nymenuping > ul > li .nysubmenu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999
}
.nymenuping > ul > li .nysubmenu {
  padding: 0px;
  width: 100%;
  height: auto;
  padding: 0
}
.nymenuping > ul > li .nysubmenu li {
  float: none;
  padding: 0;
  height: 40px;
  line-height: 40px;
  background: none;
}
.nymenuping > ul > li .nysubmenu li:hover {
  background: rgba(0, 0, 0, 0.5);
}
.nymenuping > ul > li .nysubmenu li a {
  float: none;
  padding: 0;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}
.nymenuping > ul > li .nysubmenu li a:hover {
  background: none;
}
.symenu {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  padding-top: 120px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #1c1a1b;
}
.symenu.on {
  width: 400px;
}
.symenu li {
  display: block;
  line-height: 50px;
  border-bottom: 1px #232122 solid;
  padding-left: 60px;
  transition: all 0.2s ease;
}
.symenu li a {
  display: block;
  font-size: 16px;
  line-height: 50px;
  color: #ccc;
}
.symenu li:hover {
  color: #fff;
  border-left: 3px #008f53 solid;
}
.symenu li:hover a {
  color: #fff;
}
.sybg01_1 {
  background: url("../images/sybg01_1.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
}
.sybg01_1 .slide_text h3{}
.sybg01_1:hover .slide_text h3{	-webkit-animation: fade-in-top 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-top 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;}

/* ----------------------------------------------
 * Generated by Animista on 2024-5-14 8:52:54
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.sybg01_1 .slide_text p{}
.sybg01_1:hover .slide_text p
{-webkit-animation: slide-in-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;}
/* ----------------------------------------------
 * Generated by Animista on 2024-5-14 8:49:46
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.sybg01_2 {
  background: url(../images/sybg01_2.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
}
.sybg01_3 {
  background: url(../images/sybg01_3.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
}
.sybg01_4 {
  background: url(../images/sybg01_4.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
}
.sybg01_3 .slide_text, .sybg01_4 .slide_text {
  position: absolute;
  width: 88%;
  left: 6%;
  right: 6%;
  top: 30%;
  text-shadow: -10px 10px 12px rgba(0, 0, 0, 0.2)
}
.sybg01_3:hover .slide_text 
{	-webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;}
/* ----------------------------------------------
 * Generated by Animista on 2024-5-14 9:8:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.sybg01_2 .slide_text{  position: absolute;
  width: 100%;
  left: 6%;
  right: 0%;
  top: 30%;}
.sybg01_1 .slide_text p{
  position: absolute;
  width: 100%;
  top: 40%;
  text-shadow: -10px 10px 12px rgba(0, 0, 0, 0.2);
	text-align: center;
	 
}
.sybg01_1 .slide_text h3{

  position: absolute;
  width: 88%;
  left: 45%;
  right: 6%;
  top: 0%;
  text-shadow: -10px 10px 12px rgba(0, 0, 0, 0.2)
	

}
.sybg01_1 .slide_text h3 {
  color: #fff;
  font-size: 60px;
  line-height: 150px;
}
.sybg01_1 .slide_text p {
  font-size: 30px;
  color: #fff;
  line-height: 60px;
}
.sybg01_1 .slide_text p b {
  font-size: 48px;
  color: #fff;
  font-family: impact;
  margin-right: 10px;
  font-weight: normal;
}
.sybg01_1 .slide_text p span {
  font-size: 30px;
  color: #fff;
  margin-right: 40px;
}

.sybg01_2 .slide_text{}
.sybg01_2:hover .slide_text{	-webkit-animation: fade-in-left 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-left 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;}
/* ----------------------------------------------
 * Generated by Animista on 2024-5-14 9:8:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.sybg01_2 .slide_text h3 {
  color: #fff;
  font-size: 60px;
  line-height: 100px;
}
.sybg01_2 .slide_text p {
  font-size: 30px;
  color: #fff;
  line-height: 60px;
  margin-bottom: 20px;
}
.sybg01_2 .slide_text img {
/*  max-width: 100%;*/
}
.sybg01_3 .slide_text {
  top: 32%;
  text-align: center;
}
.sybg01_3 .slide_text h3 {
  color: #fff;
  font-size: 72px;
  line-height: 140px;
}
.sybg01_3 .slide_text p {
  font-size: 48px;
  color: #fff;
  line-height: 60px;
  font-family: "微软雅黑 Light";
}
.sybg01_3 .slide_text span {
  font-size: 30px;
  font-family: "微软雅黑 Light";
  color: #fff;
  line-height: 30px;
}
.sybg01_4 .slide_text {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/sybg01_4_1.png) center center no-repeat;
  text-align: center;
}
.sybg01_4 .slide_text h3 {
  color: #fff;
  font-size: 60px;
  text-align: center;
  line-height: 140px;
}
.sybg01_4 .slide_text p {
  font-size: 42px;
  color: #fff;
  line-height: 60px;
  font-family: "微软雅黑 Light";
}
.sybg01_4 .slide_text span {
  font-size: 30px;
  font-family: "微软雅黑 Light";
  color: #fff;
  line-height: 30px;
}
.sybg02 {
  background: url(../images/sybg02.jpg) center top no-repeat;
  background-size: cover
}
.sybg03 {
  background: url(../images/sybg03.jpg) center top no-repeat;
  background-size: cover
}
.sybg04 {
  background: url(../images/sybg04.jpg) center top no-repeat;
  background-size: cover
}
.sybg05 {
  background: url(../images/sybg05.jpg) center top no-repeat;
  background-size: cover
}
.sybg06 {
  background: url(../images/sybg06.jpg) center top no-repeat;
  background-size: cover
}
.sybg07 {
  background: url(../images/sybg07.jpg) center top no-repeat;
  background-size: cover
}
.sytitle {
  text-align: center;
  margin-bottom: 30px;
}
.sytitle h3 {
  font-size: 36px;
  color: #fff;
  line-height: 50px;
  position: relative;
  width: 580px;
  margin: 0 auto;
}
.sytitle h3:before {
  content: "";
  width: 80px;
  height: 1px;
  position: absolute;
  left: -80px;
  top: 25px;
  background: #fff;
}
.sytitle h3:after {
  content: "";
  width: 80px;
  height: 1px;
  position: absolute;
  right: -80px;
  top: 25px;
  background: #fff;
}
.sytitle p {
  font-size: 16px;
  color: #fff;
  line-height: 50px;
}
.sypro_nav {
  width: 100%;
}
.sypro_nav ul li {
  float: left;
  height: 160px;
  width: 20%;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.sypro_nav ul li:before {
  content: "";
  width: 0;
  height: 100%;
  background: #008f53;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  z-index: 1
}
.sypro_nav ul li:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #005dad;
  position: absolute;
  right: 0;
  top: 0;
}
.sypro_nav ul li h3 {
  width: 100%;
  height: 110px;
  text-align: center;
  line-height: 110px;
}
.sypro_nav ul li h3 i {
  display: inline-block;
  position: relative;
  top: 30px;
  z-index: 9999;
  overflow: hidden;
  height: 60px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.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(2, 124, 73, 0.8);
  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: #008f53;
}
.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;
}
.syabout_left {
  float: left;
  width: 45%;
  box-sizing: border-box;
  padding: 10px 0 10px 40px;
}
.syabout_left .syabout_title {}
.syabout_left .syabout_title span {
  font-size: 36px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.1);
  font-weight: bold;
  line-height: 50px;
}
.syabout_left .syabout_title h3 {
  font-size: 30px;
  position: relative;
  color: #fff;
  line-height: 50px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.syabout_left .syabout_title h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  background: #008f53;
}
.syabout_left .syabout_text {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  margin-bottom: 30px;
  text-align: justify
}
.syabout_left .syabout_a {
  display: block;
  width: 150px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  background: #008f53;
  transition: all 0.3s ease;
}
.syabout_left .syabout_a:hover {
  background: #005dad
}
.syabout_right {
  float: right;
  width: 51%;
  box-sizing: border-box;
  padding: 40px 0 40px 40px;
  background: url(../images/syaboutimg.jpg) left center no-repeat;
}
.syhxys {
  width: 88%;
  left: 6%;
  right: 6%;
  position: relative;
}
.syhxys ul li {
  float: left;
  margin: 0 12px;
  width: calc(20% - 24px);
  height: 305px;
  text-align: center;
  box-sizing: border-box;
  padding: 50px 20px;
  background: #fff;
  transition: all 0.3s ease;
}
.syhxys ul li i {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
  font-size: 48px;
  color: #008f53;
  line-height: 50px;
  transition: all 0.3s ease;
}
.syhxys ul li i.syhxys_01 {
  background-image: url(../images/syhxys_01.png)
}
.syhxys ul li i.syhxys_02 {
  background-image: url(../images/syhxys_02.png)
}
.syhxys ul li i.syhxys_03 {
  background-image: url(../images/syhxys_03.png)
}
.syhxys ul li i.syhxys_04 {
  background-image: url(../images/syhxys_04.png)
}
.syhxys ul li i.syhxys_05 {
  background-image: url(../images/syhxys_05.png)
}
.syhxys ul li h3 {
  font-weight: normal;
  color: #333;
  font-size: 24px;
  line-height: 80px;
}
.syhxys ul li p {
  font-size: 16px;
  color: #aaa;
  line-height: 32px;
}
.syhxys ul li:hover {
  background: #008f53;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.3);
}
.syhxys ul li:hover i {
  background-position: center bottom;
  color: #fff;
}
.syhxys ul li:hover h3 {
  color: #fff;
}
.syhxys ul li:hover p {
  color: #fff;
}
.sykhjz {
  width: 88%;
  left: 6%;
  right: 6%;
  position: relative;
}
.sykhjz ul li {
  float: left;
  margin: 0 12px 24px;
  width: calc(20% - 24px);
  text-align: center;
}
.sykhjz ul li img {
  width: 100%;
}
.synews {
  width: 88%;
  left: 6%;
  right: 6%;
  position: relative;
}
.synews ul li {
  float: left;
  margin: 0 20px 24px;
  width: calc(25% - 40px);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.synews ul li h3 {
  width: 100%;
  padding: 0;
  padding-bottom: calc(200% / 3);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}
.synews ul li h3 a {}
.synews ul li h3 span {
  position: absolute;
  background: #008f53;
  display: inline-block;
  line-height: 0;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  left: 0;
  top: 0;
  color: #fff;
}
.synews ul li h3 span b {
  font-size: 30px;
  line-height: 40px;
}
.synews ul li h3 span i {
  font-size: 14px;
  font-style: normal;
  line-height: 12px;
  font-weight: normal;
}
.synews ul li .text {
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
  /*	height:200px;*/
}
.synews ul li .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.synews ul li .text p a {
  color: #333;
  font-size: 16px;
  line-height: 36px;
}
.synews ul li .text span {
  color: #aaa;
  font-size: 14px;
  line-height: 24px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background-color: #fff !important;
}
.fp-slidesNav.bottom {
  bottom: 80px !important;
}
.footrightnav {
  position: fixed;
  right: 3%;
  bottom: 10%;
  width: 40px;
  z-index: 9999
}
.footrightnav ul li {
  width: 40px;
  height: 40px;
  border: 1px rgba(255, 255, 255, 0.3) solid;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 10px;
  position: relative;
}
.footrightnav ul li a {
  display: block;
  text-align: center;
  line-height: 38px;
  color: #fff;
}
.footrightnav ul li a i {
  font-size: 20px;
}
.footrightnav ul li .footrightnav_pf {
  width: 0;
  position: absolute;
  top: 0;
  right: 41px;
  color: #fff;
  overflow: hidden;
  text-align: center;
  background: #005dad;
  transition: all 0.3s ease;
}
.footrightnav ul li:hover .footrightnav_pf {
  width: auto;
  padding: 10px;
  min-width: 120px;
}
.nyfootrightnav {
  position: fixed;
  right: 3%;
  bottom: 10%;
  width: 40px;
  z-index: 9999
}
.nyfootrightnav ul li {
  width: 40px;
  height: 40px;
  border: 1px rgba(0, 93, 173, 0.3) solid;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 10px;
  position: relative;
}
.nyfootrightnav ul li a {
  display: block;
  text-align: center;
  line-height: 38px;
  color: #005dad;
}
.nyfootrightnav ul li a i {
  font-size: 20px;
}
.nyfootrightnav ul li .footrightnav_pf {
  width: 0;
  position: absolute;
  top: 0;
  right: 41px;
  color: #fff;
  overflow: hidden;
  text-align: center;
  background: #005dad;
  transition: all 0.3s ease;
}
.nyfootrightnav ul li:hover .footrightnav_pf {
  width: auto;
  padding: 10px;
  min-width: 110px;
}
.syfoot {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.syfoot_left {
  float: left;
  line-height: 60px;
  color: #fff;
  font-size: 14px;
}
.syfoot_left i {
  font-size: 14px;
  color: #48a02f
}
.syfoot_right {
  float: right;
  line-height: 60px;
}
.syfoot a {
  color: #fff;
  font-size: 14px;
  margin: 0 3px;
}
.nyfoot {
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 1);
}
.nyfoot_left {
  float: left;
  line-height: 60px;
  color: #fff;
}
.nyfoot_right {
  float: right;
  line-height: 60px;
}
.nyfoot a {
  color: #fff;
  font-size: 14px;
  margin: 0 3px;
}
.nyaboutbanner {
  width: 100%;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  display: table;
  table-layout: fixed;
}
.nyaboutbanner .nybannertext {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.nyaboutbanner .nybannertext h3 {
  color: #fff;
  font-size: 40px;
  line-height: 70px;
}
.nyaboutbanner .nybannertext p {
  color: #fff;
  font-size: 18px;
}
.nyaboutbannervr {
  width: 100%;
  height: 750px;
  position: relative;
}
.nyaboutbannervr::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100px;
  z-index: 2
}
.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: #005dad;
  height: 60px;
}
.nytopbg.hover .nytop {
  top: 0;
}
.nytop .logo {
  padding-top: 0;
}
.nytop .topright {}
.nytop .topicon {
  top: 15px;
}
.nytitle {
  text-align: center;
  font-size: 30px;
  color: #333;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 20px;
}
.nyaboutleft {
  float: right;
  width: 380px;
}
.nyaboutleft .nyaboutleft_title {
  text-align: left;
}
.nyaboutleft .nyaboutleft_title h3 {
  font-size: 30px;
  color: #333;
  position: relative;
  margin-bottom: 50px;
}
.nyaboutleft .nyaboutleft_title h3 span {
  font-family: "微软雅黑 Light";
  font-weight: normal;
  color: #888;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 30px;
}
.nyaboutleft .nyaboutleft_title h3:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #005dad;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.nyaboutleft .nyaboutleft_title h4 {
  margin-bottom: 25px;
}
.nyaboutleft .nyaboutleft_title h5 {
  width: 380px;
  height: 260px;
}
.nyaboutright {
  float: left;
  width: calc(100% - 450px)
}
.nyaboutright h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}
.nyaboutright h4 {
  font-size: 20px;
  color: #005dad;
  margin-bottom: 10px;
}
.nyaboutright p {
  font-size: 16px;
  color: #888;
  line-height: 32px;
  text-align: justify
}
.nyabouttext h3 {
  font-size: 20px;
  color: #333;
  line-height: 50px;
}
.nyabouttext p {
  color: #333;
  font-size: 16px;
  line-height: 36px;
}
.nyabouttext p:hover {
  color: #aaa;
}
.nyabouttext_img {
  margin: 0 auto;
  width: 1300px;
  position: absolute;
}
.nyabouttext_right {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.nyabouttext_qyln {
  position: relative;
  text-align: left;
  top: 80px;
}
.nyabouttext_qyln h3 {
  font-size: 30px;
  color: #fff;
  padding-left: 90px;
}
.nyabouttext_qyln h3:hover {
  color: #eee;
}
.nyabouttext_qyln p {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  padding-bottom: 70px;
  padding-left: 90px;
}
.nyabouttext_qyln p:hover {
  color: #eee;
}
.qyln01 {
  transition: all 0.8s linear 0s;
}
.qyln02 {
  transition: all 0.8s linear 0s;
}
.qyln03 {
  transition: all 0.8s linear 0s;
}
.qyln04 {
  transition: all 0.8s linear 0s;
}
.qyln01 img {
  width: 75px;
  height: 75px;
  display: block;
  float: left;
  position: absolute;
  -webkit-transition: 0.6s;
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  -moz-transition: -moz-transform 0.6s ease-out;
}
.qyln02 img {
  width: 75px;
  height: 75px;
  display: block;
  float: left;
  position: absolute;
  -webkit-transition: 0.6s;
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  -moz-transition: -moz-transform 0.6s ease-out;
}
.qyln03 img {
  width: 75px;
  height: 75px;
  display: block;
  float: left;
  position: absolute;
  -webkit-transition: 0.6s;
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  -moz-transition: -moz-transform 0.6s ease-out;
}
.qyln04 img {
  width: 75px;
  height: 75px;
  display: block;
  float: left;
  position: absolute;
  -webkit-transition: 0.6s;
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  -moz-transition: -moz-transform 0.6s ease-out;
}
.qyln01:hover img {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
}
.qyln02:hover img {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
}
.qyln03:hover img {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
}
.qyln04:hover img {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
}
.nyaboutppgs {
  width: 100%;
  position: relative;
  background: url(../images/nyaboutppgs.jpg) center center;
  no-repeat
}
.nyaboutppgs h3 {
  font-size: 24px;
  color: #333;
  line-height: 50px;
  float: left;
  writing-mode: vertical-lr;
  margin-right: 15px;
}
.nyaboutppgs h3 span {
  font-size: 18px;
  font-family: "微软雅黑 Light";
  font-weight: normal;
  color: #888;
  margin-top: 10px;
}
.nyaboutppgs h4 {
  font-size: 20px;
  color: #005dad;
  margin-bottom: 10px;
  float: left;
  writing-mode: vertical-lr;
  margin-right: 15px;
}
.nyaboutppgs p {
  color: #666;
  font-size: 16px;
  line-height: 40px;
  writing-mode: vertical-lr;
  float: left;
  margin-right: 30px;
}
.nyaboutppgs p:hover {
  color: #666;
}
.nyaboutppyy {
  width: 100%;
  position: relative;
}
.nyaboutppyy h3 {
  font-size: 24px;
  color: #333;
  line-height: 50px;
}
.nyaboutppyy h3 span {
  font-size: 18px;
  font-family: "微软雅黑 Light";
  font-weight: normal;
  color: #888;
  margin-left: 10px;
}
.nyaboutppyy p {
  color: #888;
  font-size: 16px;
  line-height: 32px;
  position: absolute;
  padding: 8px 16px;
  background: #f2f4f8;
  border-radius: 8px;
}
.nyaboutppyy p:hover {
  color: #666;
}
.nyaboutppyy p.yuyi01 {
  left: 355px;
  top: 101px;
}
.nyaboutppyy p.yuyi02 {
  left: 400px;
  top: 219px;
}
.nyaboutppyy p.yuyi03 {
  left: 355px;
  top: 324px;
}
.nyaboutbsqs {
  width: 100%;
  position: relative;
}
.nyaboutbsqs h3 {
  font-size: 24px;
  color: #333;
  line-height: 50px;
}
.nyaboutbsqs h3 span {
  font-size: 18px;
  font-family: "微软雅黑 Light";
  font-weight: normal;
  color: #888;
  margin-left: 10px;
}
.nyaboutbsqs p {
  color: #888;
  font-size: 16px;
  line-height: 32px;
  position: absolute;
  padding: 8px 16px;
  background: #f2f4f8;
  border-radius: 8px;
}
.nyaboutbsqs p:hover {
  color: #666;
}
.nyaboutbsqs p.yuyi01 {
  left: 330px;
  top: 100px;
}
.nyaboutbsqs p.yuyi02 {
  left: 400px;
  top: 184px;
}
.nyaboutbsqs p.yuyi03 {
  left: 400px;
  top: 280px;
}
.nyaboutbsqs p.yuyi04 {
  left: 330px;
  top: 365px;
  max-width: 1200px;
}
.nyabouttextdsz {
  width: 88%;
  left: 6%;
  right: 6%;
  position: relative;
  padding: 60px 0;
  box-sizing: border-box;
}
.nyabouttextdsz img {
  float: left;
  width: 400px;
  height: 600px;
}
.dsz-cont {
  float: right;
  width: calc(100% - 450px)
}
.dsz-title {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.dsz-title b {
  color: #005dad
}
.dsz-title span {
  color: #005dad;
  margin-left: 10px;
}
.dsz-cont h3 {
  font-size: 20px;
  color: #005dad;
  line-height: 50px;
  margin: 10px 0;
}
.dsz-cont p {
  font-size: 16px;
  color: #aaa;
  line-height: 36px;
}
.dsz-cont p:hover {
  color: #333;
}
.shzr-cont {
  width: 100%;
}
.shzr-cont h3 {
  font-size: 20px;
  color: #333;
  line-height: 50px;
}
.shzr-cont h4 {
  font-size: 18px;
  color: #005dad;
  line-height: 40px;
}
.shzr-cont p {
  font-size: 16px;
  color: #aaa;
  line-height: 36px;
  margin-bottom: 20px;
}
.shzr-cont p:hover {
  color: #333;
}
.nyfzlc {
  width: 88%;
  left: 6%;
  right: 6%;
  position: relative;
  padding: 60px 0;
  box-sizing: border-box;
}
.nyfzlc .nyabouttitle h3 {
  color: #333;
  font-size: 36px;
}
.nyfzlc-l {
  float: left;
  width: 340px;
}
.nyfzlc-l ul {}
.nyfzlc-l ul li {
  width: 260px;
  cursor: pointer;
  height: 80px;
  padding: 20px 30px;
  line-height: 40px;
  background: #f8f8f8;
  border-bottom: 1px #fff solid;
  text-align: right;
  color: #333;
  transition: all 0.5s ease;
}
.nyfzlc-l ul li h3 {
  font-weight: normal;
  font-size: 20px;
  color: #aaa;
}
.nyfzlc-l ul li p {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.nyfzlc-l ul li.active {
  background: #005dad;
  color: #fff;
}
.nyfzlc-l ul li.active h3 {
  color: #fff
}
.nyfzlc-l ul li.active p {
  color: #fff;
}
.nyfzlc-r {
  width: calc(100% - 400px);
  float: right;
  border-left: 1px solid #e6e6e6;
}
.nyfzlc-r ul {
  display: none;
}
.nyfzlc-r ul.active {
  display: block;
}
.nyfzlc-r ul li {
  margin-bottom: 40px;
  position: relative;
  border: 7px solid #e7e7e7;
  margin-left: 60px;
}
.nyfzlc-r ul li .oc {
  position: absolute;
  left: -76px;
  top: 38px;
}
.nyfzlc-r ul li .os {
  position: absolute;
  left: -36px;
  top: 33px;
}
.nyfzlc-r ul li .mask_ {
  margin: 40px 40px;
}
.nyfzlc-r ul li .mask_ .title {
  font-size: 30px;
  color: #005dad;
  text-align: left;
  margin-bottom: 10px;
}
.nyfzlc-r ul li .mask_ .p {
  font-size: 16px;
  color: #5a5a5a;
  line-height: 36px;
}
.nyfzlc-r ul li .mask_ .bg_img {
  margin-top: 35px;
}
.nyfzlc-r ul li.li_ .bg_img {
  display: none;
}
.nyfzlc-r 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 ul li .mask_ .bg_img .img_title span {
  display: block;
  padding: 0px 10px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.nyqyry {
  width: 88%;
  left: 6%;
  right: 6%;
  position: relative;
  padding: 60px 0;
  box-sizing: border-box;
}
.nyhzhb_title {
  text-align: center;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  margin: 0 auto 40px;
}
.nyhzhb_title span {
  color: #d61419
}
.nyhzhb_list {
  width: 1350px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 320px;
}
.nyhzhb_list ul {
  height: 260px;
}
.nyhzhb_list ul li {
  float: left;
  text-align: center;
  font-size: 18px;
  background: #fff;
  box-sizing: border-box;
  border: 1px #ddd solid;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px;
}
.nyhzhb_list .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 5px;
  width: 100%;
  z-index: 999;
}
.nyhzhb_list .swiper-pagination-bullet {
  display: inline-block;
  width: 6px;
  height: 6px;
  opacity: 1;
  border-radius: 10px;
  background: #111;
  margin: 0 3px;
  cursor: pointer;
  transition: width 0.3s ease-in-out;
}
.nyhzhb_list .swiper-pagination-bullet-active {
  background: #d61419;
  width: 12px;
}
.nypro_nav {
  width: 100%;
}
.nypro_nav ul li {
  float: left;
  height: 160px;
  width: 20%;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.nypro_nav ul li:before {
  content: "";
  width: 0;
  height: 100%;
  background: #0f5eb2;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  z-index: 1
}
.nypro_nav ul li:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 0;
}
.nypro_nav ul li h3 {
  width: 100%;
  height: 110px;
  text-align: center;
  line-height: 110px;
}
.nypro_nav ul li h3 i {
  display: inline-block;
  position: relative;
  top: 30px;
  z-index: 9999;
  overflow: hidden;
  height: 60px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.nypro_nav ul li h3 i.pro_nav01 {
  background-image: url(../images/pro_nav01.png)
}
.nypro_nav ul li h3 i.pro_nav02 {
  background-image: url(../images/pro_nav02.png)
}
.nypro_nav ul li h3 i.pro_nav03 {
  background-image: url(../images/pro_nav03.png)
}
.nypro_nav ul li h3 i.pro_nav04 {
  background-image: url(../images/pro_nav04.png)
}
.nypro_nav ul li h3 i.pro_nav05 {
  background-image: url(../images/pro_nav05.png)
}
.nypro_nav ul li h3 i.pro_nav06 {
  background-image: url(../images/pro_nav06.png)
}
.nypro_nav ul li h4 {
  height: 50px;
  line-height: 50px;
}
.nypro_nav ul li h4 a {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  display: block;
  position: relative;
  z-index: 9999;
}
.nypro_nav ul li:hover:before {
  width: 100%;
}
.nypro_nav ul li:hover h3 i {
  background-position: center bottom
}
.nypro_nav ul li:hover h4 a {
  color: #fff;
}
.nypro_nav ul li.on:before {
  width: 100%;
}
.nypro_nav ul li.on h3 i {
  background-position: center bottom
}
.nypro_nav ul li.on h4 a {
  color: #fff;
}
.nypro_list {
  width: 100%;
  padding-top: 30px;
}
.nypro_list .nypro_list_con {
  display: none;
  width: 100%;
}
.nypro_list .nypro_list_con li {
  float: left;
  width: 23%;
  margin-right: 2.6%;
  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_nav ul li:after:nth-child(4n) {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.nypro_list .nypro_list_con li h3 {
  width: 100%;
  padding: 0;
  padding-bottom: calc(300% / 4);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}
.nypro_list .nypro_list_con li h3 a {
  display: block;
  width: 100%;
  line-height: 0
}
.nypro_list .nypro_list_con li p {
  background: #f2f4f8;
  height: 60px;
  line-height: 60px;
  color: #333;
  transition: all 0.3s ease;
}
.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 .text {
  position: absolute;
  top: calc(45px - 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;
}
.nypro_list .nypro_list_con li .text a {
  color: #fff;
  font-size: 14px;
  padding: 0 40px;
  line-height: 30px;
  display: table-cell;
  vertical-align: middle;
}
.nypro_list .nypro_list_con li:hover p {
  background: #008f53;
}
.nypro_list .nypro_list_con li:hover p a {
  color: #fff;
}
.nypro_list .nypro_list_con li:hover .text {
  top: 0;
}
.nypro_list .nypro_list_con.on {
  display: block;
}
/*分页样式*/
.pagination {
  clear: both;
  margin: 10px 0;
  text-align: right;
}
.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: #005dad;
  border: 1px solid #005dad;
  color: #ffffff;
  border-left: none;
}
.nypro-item {
  width: 100%;
  height: 580px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.nypro-item-l {
  float: left;
  width: 700px;
  border: 1px #ddd solid;
  padding: 10px;
}
/*图片小图预览列表*/
.spec-preview {
  width: 470px;
  height: 470px;
  float: left;
}
.spec-scroll {
  margin-top: 5px;
  width: 130px;
  height: 520px;
  float: left;
  margin-right: 20px;
}
.spec-scroll .prev {
  margin-right: 4px;
  background-image: url(../images/nypro-prev.png);
  margin-bottom: 20px
}
.spec-scroll .next {
  background-image: url(../images/nypro-next.png);
  margin-top: 20px
}
.spec-scroll .prev, .spec-scroll .next {
  display: block;
  text-align: center;
  width: 130px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  line-height: 54px;
  cursor: pointer;
  text-decoration: none;
}
.spec-scroll .items {
  position: relative;
  width: 130px;
  height: 416px;
  overflow: hidden;
}
.spec-scroll .items ul {
  position: absolute;
  width: 130px;
  height: 416px;
}
.spec-scroll .items ul li {
  width: 130px;
  text-align: center;
}
.spec-scroll .items ul li img {
  border: 2px solid #eee;
  width: 126px;
  height: 126px;
}
.spec-scroll .items ul li img:hover {
  border: 2px solid #005dad
}
.nypro-item-r {
  float: right;
  width: calc(100% - 650px);
  padding: 10px 0 0 0;
  position: relative;
  z-index: 9;
}
.nypro-item-r h1 {
  font-size: 30px;
  color: #333;
  margin-bottom: 20px;
}
.nypro-item-r p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.nypro-item-r p.nypro-item-rc {
  height: 120px;
  color: #888;
  background: #f4f6fa;
  padding: 15px 10px;
  box-sizing: border-box;
}
.nypro-item-r p.nypro-item-rc b {
  color: #333;
  font-weight: normal;
}
.nypro-item-r h3 {
  font-size: 16px;
  color: #333;
  margin: 5px 0;
  line-height: 32px;
  font-weight: normal;
}
.nypro-item-r ul {
  width: 100%;
  height: 56px;
  line-height: 56px;
  margin-top: 10px;
  transition: all 0.5s ease;
}
.nypro-item-r ul li {
  float: left;
  margin-right: 40px;
}
.nypro-item-r ul li:after {}
.nypro-item-r ul li a {
  display: block;
  height: 56px;
  /*  text-align: center;*/
  color: #fff;
  font-size: 18px;
  line-height: 56px;
  z-index: 9;
  position: relative;
  border-radius: 4px;
}
.nypro-item-r ul li a i {
  font-size: 24px;
  margin-right: 10px;
}
.nypro-item-r ul li.nypro-item-r-zx {
  background: #005dad;
}
.nypro-item-r ul li.nypro-item-r-zx a {
  color: #fff;
}
.nypro-item-r ul li.nypro-item-r-zx:after {
  background: #008f53
}
.nypro-item-r ul li:hover:after {
  width: 200px;
  border-radius: 4px;
}
.nypro-item-r h4 {
  font-size: 18px;
  color: #333;
  /*  margin: 10px auto;*/
  line-height: 36px;
}
.nypro-item-r h4 span {
  font-size: 16px;
  color: #005dad;
}
.nypro-xqdetail {
  position: relative;
  width: 88%;
  left: 6%;
  right: 6%;
}
#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: #005dad;
}
.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;
}
.nycase_list {
  width: 100%;
}
.nycase_list .nycase_list_con {
  width: 100%;
}
.nycase_list .nycase_list_con li {
  float: left;
  width: 19%;
  margin-right: 1.25%;
  border: 1px #ddd solid;
  box-sizing: border-box;
  margin-bottom: 2%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.nycase_list .nycase_list_con li:nth-child(5n) {
  margin-right: 0
}
.nycase_list .nycase_list_con li h3 {
  width: 100%;
}
.nycase_list .nycase_list_con li h3 a {
  display: block;
  width: 100%;
  line-height: 0;
  text-align: center;
}
.nycase_list .nycase_list_con li h3 a img {
  max-width: 100%;
}
.nycase_list .nycase_list_con li p {
  background: #f2f4f8;
  height: 45px;
  line-height: 45px;
  color: #333;
  text-align: center;
  transition: all 0.3s ease;
}
.nycase_list .nycase_list_con li p a {
  font-size: 14px;
  color: #333;
  line-height: 45px;
  padding: 0 10px;
}
.nycase_list .nycase_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;
}
.nycase_list .nycase_list_con li .text a {
  color: #fff;
  font-size: 14px;
  padding: 0 40px;
  line-height: 30px;
  display: table-cell;
  vertical-align: middle;
}
.nycase_list .nycase_list_con li:hover p {
  background: #0f5eb2;
}
.nycase_list .nycase_list_con li:hover p a {
  color: #fff;
}
.nycase_list .nycase_list_con li:hover .text {
  top: 0;
}
.nycase_list .nycase_list_con.on {
  display: block;
}
.nyqytk_list {
  width: 100%;
}
.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: 14px;
  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: #008f53;
}
.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;
}
.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: 230px;
  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: 230px;
  background: #005dad;
  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: 115px;
  height: 1px;
  width: 50px;
  z-index: 5;
}
.newslist ul li h5 b {
  display: block;
  font-size: 50px;
  margin-top: 60px;
  color: #005dad;
  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: 170px;
  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 #005dad;
  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: 230px;
  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: 307px;
  height: 230px;
  position: relative;
  z-index: 3
}
.newslist ul li h4:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 307px;
  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%;
  max-height: 100%;
  position: relative;
  z-index: 5;
}
.newslist ul li.active h5:before {
  width: calc(5.8vw + 250px);
}
.newslist ul li.active h5 b {
  color: #fff;
}
.newslist ul li.active h5 i {
  color: #fff;
}
.newslist ul li.active h5:after {
  background: #005dad;
  z-index: 3
}
.newslist ul li.active h4:after {
  width: calc(5.9vw);
}
.newslist ul li.active h3:before {
  position: absolute;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #005dad;
  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: #005dad
}
.nynewsshow-l {
  float: left;
  width: calc(100% - 450px);
  background: #fff;
  padding: 60px;
  box-sizing: border-box;
}
.nynewsshow-l h1.title {
  font-size: 30px;
  line-height: 50px;
  padding-bottom: 10px;
  border-bottom: 1px #eee solid;
}
.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;
}
.nynewsshow-xgxw {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px #ddd solid;
}
.nynewsshow-xgxw ul li {
  float: left;
  width: 46%;
  line-height: 50px;
  position: relative;
  margin-right: 4%;
  border-bottom: 1px #eee solid;
  transition: all 0.8s ease;
}
.nynewsshow-xgxw ul li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #005dad;
  transition: all 0.8s ease;
}
.nynewsshow-xgxw ul li a {
  line-height: 50px;
  font-size: 14px;
  color: #666;
  transition: all 0.5s ease;
}
.nynewsshow-xgxw ul li a span {
  float: right;
  font-size: 14px;
  color: #888;
}
.nynewsshow-xgxw ul li:hover:after {
  width: 100%;
}
.nynewsshow-xgxw ul li:hover a {
  color: #005dad
}
.nynewsshow-r {
  float: right;
  width: 400px;
}
.nynewspreNext {}
.nynewspreNext ul li {
  background: #fff;
  padding: 30px;
  font-size: 18px;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-weight: bold;
}
.nynewspreNext ul li a {
  font-weight: normal;
  font-size: 14px;
  color: #666;
}
.nynewspreNext ul li span {
  font-weight: normal;
  font-size: 14px;
  color: #666;
}
.share_box {
  background: #fff;
  padding: 30px;
  font-size: 18px;
  box-sizing: border-box;
}
.share_box_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.nycontact {
  width: 1350px;
  margin: 0 auto;
}
.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: #005dad;
  color: #fff;
  border: 1px #005dad 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-message {
  float: left;
  width: 760px;
}
.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: #005dad;
  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: #005dad;
  color: #fff;
  border: 1px #005dad solid;
}
.servicetext {
  font-size: 16px;
  line-height: 35px;
  color: #666;
}
.servicetext .mode {
  width: 100%;
}
.servicebox {
  width: 1200px;
  height: 280px;
  background: url(../images/servicebox.jpg) left top no-repeat;
}
.servicebox a {
  display: block;
  width: 600px;
  float: left;
  height: 280px;
}
.servicelist {
  width: 1200px;
  margin: 0 auto;
}
.servicelist ul {}
.servicelist ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.servicelist ul li h3 {}
.servicelist ul li p {
  font-size: 16px;
}
.servicetext .mode dl {
  width: 48%;
  margin-right: 1.3%;
  float: left;
  border-radius: 10px;
  height: 81px;
  background: #f5f5f5;
  padding: 25px 0;
  margin-bottom: 20px;
}
.servicetext .mode dl:first-child {
  margin-left: 0;
}
.servicetext .mode dd {
  float: left;
  margin: 0 15px 0 20px;
}
.servicetext .mode dt {
  float: left;
  /*  width: 290px;*/
}
.servicetext .mode dt h4 {
  font-size: 24px;
  color: #333;
  font-weight: normal;
}
.servicetext .mode dt p {
  font-size: 16px;
  padding: 0;
  color: #333;
}
.servicetext .mode dt p.tel {
  font-weight: 800;
  font-size: 24px;
  color: #005dad
}
.pro_mes {
  padding: 30px 0;
  box-sizing: border-box;
  background: #fff;
}
.khtitle {}
.khtitle h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.khtitle p {
  font-size: 18px;
  color: #333;
  line-height: 35px;
}
.khtitle p span {
  color: #005dad
}
.liuyan {
  width: 100%;
}
.liuyan h3 {
  font-size: 20px;
  color: #333;
  margin-top: 30px;
}
.liuyan table {
  width: 100%;
}
.liuyan table td {
  font-size: 18px;
  padding: 20px 0 0;
  line-height: 40px;
}
.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: #005dad;
  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: 280px;
  height: 40px;
  box-sizing: border-box;
  border: 1px #aaa solid;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  padding-left: 10px;
}
.formtext1 {
  width: 98%;
  box-sizing: border-box;
  height: 40px;
  border: 1px #aaa solid;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  padding-left: 10px;
}
.formtext2 {
  width: 97.5%;
  height: 130px;
  border: 1px #aaa solid;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  padding: 10px;
}
.bitian {
  background: url(../images/bitian.png) right center no-repeat;
}
.fstext {
  font-size: 16px;
  color: #666;
  margin-left: 20px;
  line-height: 40px;
}
.icon-name-yzm {
  float: left;
  width: 120px;
  margin-top: 0;
}
.icon-name-yzm-img {
  float: left;
  margin-top: 4px;
  margin-left: 4px;
}
.nynewsnav {
  width: 100%;
  height: 60px;
  border-bottom: 1px #ddd solid;
  position: relative;
  z-index: 9;
}
.loc {
  line-height: 60px;
  color: #666;
  padding-left: 60px;
  background: url(../images/loc.jpg) left center no-repeat;
  font-size: 12px;
  height: 60px;
}
.loc ul li {
  width: 130px;
  float: left;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.loc ul li:before {
  content: " ";
  background: #005dad;
  z-index: 1;
  position: absolute;
  left: 0;
  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: #666;
  font-size: 16px;
  display: block;
  width: 130px;
  position: relative;
  z-index: 999
}
.loc ul li > a:hover {
  color: #fff
}
.loc ul li dl {
  opacity: 0;
  position: absolute;
  background: #fff;
  transition: all 0.5s ease;
  border: 1px #eee solid;
  border-bottom: none;
}
.loc ul li dl dd {
  border-bottom: 1px #eee solid;
  position: relative;
}
.loc ul li dl dd:after {
  content: " ";
  background: #005dad;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 50px;
  transition: all 0.5s ease;
}
.loc ul li dl dd a {
  display: block;
  width: 130px;
  line-height: 50px;
  font-size: 16px;
  position: relative;
  z-index: 9;
  transition: all 0.5s ease;
}
.loc ul li:hover {
  overflow: inherit
}
.loc ul li:hover:before {
  width: 130px;
}
.loc ul li:hover dl {
  opacity: 1;
  display: block;
}
.loc ul li dl dd:hover a {
  color: #fff;
}
.loc ul li dl dd:hover:after {
  width: 130px;
}
.nyshzr {
  width: 100%;
  height: 650px;
  background: url(../images/nyshzrbg.jpg) center center no-repeat;
}
.nyshzr_text {
  float: right;
  width: 50%;
  text-align: right;
  margin-top: 90px;
  margin-bottom: 30px;
}
.nyshzr_text h3 {
  font-size: 30px;
  color: #333;
  line-height: 50px;
}
.nyshzr_text p {
  font-size: 16px;
  color: #666;
}
.nyshzr_box {
  float: right;
  width: 690px;
}
.nyshzr_box .nyshzr_box1 {
  width: 431px;
  height: 330px;
  float: left;
  box-sizing: border-box;
  padding: 50px;
}
.nyshzr_box .nyshzr_box1 h3 {
  font-size: 24px;
  color: #fff;
}
.nyshzr_box .nyshzr_box1 p {
  font-size: 14px;
  color: #fff;
}
.nyshzr_box .nyshzr_box2 {
  width: 245px;
  float: right;
}
.nyshzr_box .nyshzr_box2 ul li {
  width: 245px;
  height: 160px;
  margin-bottom: 10px;
  text-align: center;
  display: table;
}
.nyshzr_box .nyshzr_box2 ul li a {
  display: table-cell;
  vertical-align: middle;
}
.nyshzr_box .nyshzr_box2 ul li h3 {
  font-size: 24px;
  color: #fff;
}
.nyshzr_box .nyshzr_box2 ul li p {
  font-size: 14px;
  color: #fff;
}
.nyshzr_box .nyshzr_box2 ul li.nyshzr_box3 h3 {
  font-size: 24px;
  color: #333;
}
.nyshzr_box .nyshzr_box2 ul li.nyshzr_box3 p {
  font-size: 14px;
  color: #666;
}
.syabout_box {
  width: 100%;
  background: #f9f9f9;
  padding: 80px 0;
  position: relative;
}
.syabout {
  width: calc(100% - 200px);
  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: 760px;
}
.syabout_r {
  float: right;
  width: calc(50% - 200px);
  margin-right: 100px;
  position: relative;
  min-height: 450px;
}
.syabout_r h3 {
  font-size: 60px;
  color: #0f5eb2;
  text-transform: uppercase;
  line-height: 80px;
}
.syabout_r:hover h3{
	-webkit-animation: focus-in-expand-fwd 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

	animation: focus-in-expand-fwd 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;}
.syabout_r:hover h4{
	-webkit-animation: focus-in-expand-fwd 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

	animation: focus-in-expand-fwd 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;}
.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;
}
.syabout_r_a {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
	-webkit-transition: 1s;
	width:200px;
	height: 55px;
	line-height: 55px;background: #0f5eb2;
	display: block;
	text-align: center;
	border-radius:3px;
}
.syabout_r_a:hover{background: #008f53;color: #fff;}


.syabout_list {
  width: calc(100% - 200px);
  margin: 0 auto;
  min-width: 1300px;
  height: 30px;
  box-sizing: border-box;
  position: relative;
}
.syabout_list ul {
  width: 100%;
  padding: 65px;
  background: #0f5eb2;
  height: 230px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: -115px;
  z-index: 9;
  box-shadow: 0px 2px 10px 1px rgba(50, 50, 50, 0.3);
}
.syabout_list li {
  float: left;
  width: 25%;
}
.syabout_list li:hover{
	-webkit-animation: focus-in-expand-fwd 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

	animation: focus-in-expand-fwd 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;}
/* ----------------------------------------------

 * Generated by Animista on 2022-1-14 17:29:54

 * Licensed under FreeBSD License.

 * See http://animista.net/license for more info. 

 * w: http://animista.net, t: @cssanimista

 * ---------------------------------------------- */



/**

 * ----------------------------------------

 * animation focus-in-expand-fwd

 * ----------------------------------------

 */

@-webkit-keyframes focus-in-expand-fwd {

 0% {

 letter-spacing: -0.5em;

 -webkit-transform: translateZ(-800px);

 transform: translateZ(-800px);

 -webkit-filter: blur(12px);

 filter: blur(12px);

 opacity: 0;

}

 100% {

 -webkit-transform: translateZ(0);

 transform: translateZ(0);

 -webkit-filter: blur(0);

 filter: blur(0);

 opacity: 1;

}

}

@keyframes focus-in-expand-fwd {

 0% {

 letter-spacing: -0.5em;

 -webkit-transform: translateZ(-800px);

 transform: translateZ(-800px);

 -webkit-filter: blur(12px);

 filter: blur(12px);

 opacity: 0;

}

 100% {

 -webkit-transform: translateZ(0);

 transform: translateZ(0);

 -webkit-filter: blur(0);

 filter: blur(0);

 opacity: 1;

}

}

.syabout_list li h3 {
  float: left;
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  padding-top: 10px;
  font-family: Arial
}
.syabout_list li h4 {
  float: left;
  margin-left: 10px;
  font-weight: normal;
}
.syabout_list li h4 b {
  font-size: 24px;
  color: #fff;
  display: block;
  font-weight: normal;
}
.syabout_list li h4 span {
  font-size: 18px;
  color: #fff;
}
/* 第八屏 */
.sysix_tit {
  margin: 0 auto;
  display: table;
  margin-bottom: 3%;
  margin-top: 4%;
}
.sysix_tit img {
  float: left;
  margin-right: 20px;
}
.sysix_tit p {
  float: left;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  margin-top: 23px;
}
.sysix_tit p i {
  display: block;
  height: 6px;
  margin: 0 auto;
  margin-top: -8px;
}
.sysix_tit p span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  /*	letter-spacing: 5px;*/
  margin-top: 15px;
  line-height: 18px;
}
.sysix_tit2 {
  margin: 0 auto;
  display: table;
  margin-bottom: 3%;
  margin-top: 4%;
}
.sysix_tit2 img {
  float: left;
  margin-right: 20px;
}
.sysix_tit2 p {
  float: left;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-top: 23px;
}
.sysix_tit2 p i {
  display: block;
  height: 6px;
  margin: 0 auto;
  margin-top: -8px;
}
.sysix_tit2 p span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 5px;
  margin-top: 15px;
  line-height: 18px;
  color: #fff;
}
.sysix_cen {
  width: 1300px;
  margin: 0 auto;
  height: 246px;
  margin-bottom: 60px;
}
.sysix_cen ul {
  margin: 45px 0;
  display: table;
  width: 100%;
}
.sysix_cen ul li {
  float: left;
  width: 33.2%;
  text-align: center;
  border-right: 1px solid #bababa;
}
.sysix_cen ul li:last-child {
  border-right: 0px solid #bababa;
}
.sysix_cen ul li a {}
.sysix_cen ul li img {
  transition: all 0.3s linear 0s;
}
.sysix_cen ul li:hover img {
  transform: rotateY(180deg);
}
.sysix_cen ul li:hover span {}
.sysix_cen ul li span {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  /*	display: block;*/
  line-height: 30px;
}
.sysix_cen ul li p {
  font-size: 20px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}
.sysix_foot {
  position: absolute;
  bottom: 0;
  height: 38px;
  width: 100%;
  background: url(../images/sysix_bg.jpg) center no-repeat;
}
.sysix_foot dl {
  width: 1300px;
  margin: 0 auto;
}
.sysix_foot dl dt {
  text-align: center;
  margin-top: -80px;
}
.sysix_foot dl dt p {
  margin-top: 30px;
}
.sysix_foot dl dt p a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 0 35px;
}
.sysix_foot dl dd {}
.sysix_foot dl dd p {
  text-align: center;
  font-size: 16px;
  opacity: 0.6;
  color: #fff;
  line-height: 38px;
}
.sysix_foot dl dd a {
  color: #fff;
}
.sysix_cen ul li p em {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}
.sybg08 {
  background: url(../images/sybg08.jpg) center no-repeat;
  background-size: cover
}
.content {
  padding: 20px 40px 60px 40px;
  background: #fff;
  border-radius: 6px;
}
.content p {
  color: #555;
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
}
.content p strong {
  font-weight: bold;
}
/* 产品详情 */
.proinfo {
  width: 100%;
  height: 350px;
}
.photo {
  width: 100%;
}
.photo h3 {
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
}
.photo h3 a {
  color: #333;
  font-weight: normal;
  font-size: 28px;
}
.photo_img {
  width: 600px;
  margin: 0 auto;
  margin-top: 20px;
  border: 10px #fff solid;
}
.proinfo_img {
  float: left;
  width: 360px;
  border: 1px #f5f5f5 solid;
  height: 360px;
}
.nypro-item {
  width: 100%;
  height: 650px;
  padding: 50px 0;
  box-sizing: border-box;
  margin: 0 auto;
  border-bottom: 5px #0157ce solid;
  position: relative;
}
.nypro-item:after {
  content: " ";
  position: absolute;
  width: calc(50vw - 70px);
  height: 645px;
  background: #f8f8f8;
  right: 0;
  top: 0;
  z-index: 1
}
.nypro-item-l {
  float: left;
  width: 48%;
	overflow: hidden;
}
/*图片放大镜样式*/
.jqzoom {
  border: none;
  position: relative;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
  display: block;
  width: 700px;
  height: 532px;
}
.jqzoom img {
  max-width: 100%;
  max-height: 100%;
}
.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 350px;
  height: 350px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}
.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  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-preview {
  width: 700px;
  height: 532px;
  float: right;
}
.spec-scroll {
  margin-top: 5px;
  width: 130px;
  height: 520px;
  padding-top: 30px;
  float: left;
  margin-right: 20px;
}
.spec-scroll .prev {
  margin-right: 4px;
  background-image: url(../images/nypro-prev.png);
  margin-bottom: 20px
}
.spec-scroll .next {
  background-image: url(../images/nypro-next.png);
  margin-top: 20px
}
.spec-scroll .prev, .spec-scroll .next {
  display: block;
  text-align: center;
  width: 130px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  line-height: 54px;
  cursor: pointer;
  text-decoration: none;
}
.spec-scroll .items {
  position: relative;
  width: 130px;
  height: 323px;
  overflow: hidden;
}
.spec-scroll .items ul {
  position: absolute;
  width: 130px;
  height: 555px;
}
.spec-scroll .items ul li {
  width: 130px;
  text-align: center;
}
.spec-scroll .items ul li img {
  border: 2px solid #eee;
  width: 126px;
  height: 96px;
}
.spec-scroll .items ul li img:hover {
  border: 2px solid #0157ce;
}
.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: 42%;
  padding: 50px 0 0 0;
  position: relative;
  z-index: 9;
}
.nypro-item-r h1 {
  font-size: 30px;
  color: #333;
  margin-bottom: 20px;
}
.nypro-item-r h1 a {
  color: #0157ce;
  font-size: 16px;
  margin-left: 10px;
  padding-left: 20px;
  font-weight: normal;
  background: url(../images/nyprovideo_a.png) left center no-repeat;
  background-size: 15px 15px;
}
.nypro-item-r p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.nypro-item-r h3 {
  font-size: 16px;
  color: #333;
  margin: 5px 0;
  line-height: 32px;
  position: relative;
  padding-left: 2px;
}
.nypro-item-r h3:before {
  content: " ";
  width: 3px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 0px;
  background: #0157ce;
}
.nypro-item-r ul {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
}
.nypro-item-r ul li {
  float: left;
  margin-right: 40px;
}
.nypro-item-r ul li a {
  display: block;
  height: 50px;
  color: #666;
  font-size: 16px;
}
.nypro-item-r ul li a i {
  display: inline-block;
  float: left;
  width: 20px;
  height: 50px;
  margin-right: 8px;
  background-position: -20px center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.nypro-item-r ul li a:hover i {
  background-position: 0 center
}
.nypro-item-r ul li a i.nypro-icon01 {
  background-image: url(../images/nypro-icon01.png)
}
.nypro-item-r ul li a i.nypro-icon02 {
  background-image: url(../images/nypro-icon02.png)
}
.nypro-item-r ul li a i.nypro-icon03 {
  background-image: url(../images/nypro-icon03.png)
}
.nypro-item-r h4 {
  width: 200px;
  height: 50px;
  margin-top: 10px;
  line-height: 50px;
  text-align: center;
  background: #0157ce;
  color: #fff;
  position: relative;
}
.nypro-item-r h4 a {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.nypro-item-r h4:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 50px;
  background: #fff;
  color: #fff;
  transition: all 0.3s ease;
}
.nypro-item-r h4 span {
  position: relative;
  z-index: 9;
  color: #fff;
  transition: all 0.3s ease;
}
.nypro-item-r h4:hover:after {
  width: 200px;
}
.nypro-item-r h4:hover span {
  color: #0157ce;
}
.nypro-xqnav {
  width: 88%;
  margin: 0 auto;
  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: 30px;
  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: #0157ce;
  transition: all 0.5s ease;
}
.nypro-xqnav ul li.active a {
  color: #0157ce;
}
.nypro-xqnav ul li.active a:after {
  width: 50px;
  margin-left: -25px;
}
.nypro-xqnav ul li a:hover {
  color: #0157ce;
}
.nypro-xqnav ul li a:hover:after {
  width: 50px;
  margin-left: -25px;
}
.nypro-xqdetail {}
.nypro-xqdetail h3 {
  font-size: 24px;
  color: #333;
  line-height: 50px;
  margin: 30px 0 20px;
  position: relative;
  padding-left: 15px;
}
.nypro-xqdetail h3:before {
  content: " ";
  width: 3px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 0px;
  background: #0157ce;
}
.nypro-xqdetail div {
  font-size: 16px;
  line-height: 35px;
  color: #666;
}
.nypro-xqgcal {
  width: 100%;
  height: 560px;
  padding: 30px 0;
  margin: 50px 0;
  background: url(../images/nypro-xqgcal.jpg) center center no-repeat
}
.nypro-xqgcal h3 {
  color: #fff;
}
.nypro-xqgcal h3 span {
  font-size: 18px;
  font-weight: normal;
  margin-left: 10px;
}
.nypro-xqgcal ul {}
.nypro-xqgcal ul li {
  float: left;
  width: 400px;
  margin: 0 75px 0 0;
  height: 400px;
  background: #fff;
  position: relative;
}
.nypro-xqgcal ul li h4 {
  width: 400px;
  height: 300px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.nypro-xqgcal ul li h4 img {
  max-width: 100%;
  height: 100%;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.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: #0157ce;
  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: #0157ce;
  width: 100%;
  height: 400px;
  transition: all 0.5s ease;
}
.nypro-xqgcal ul li h5 b {
  display: block;
  color: #fff;
  font-size: 20px;
}
.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;
}
.nypro-tltj {
  width: 100%;
  height: 320px;
  margin: 0 auto;
}
.nypro-tltj dl {
  width: 100%;
  position: relative;
	height:320px;
	overflow: hidden;
}
.nypro-tltj dl dd {
  float: left;
  width: 23.9%;
  margin-right: 15px;
  height: 320px;
  box-sizing: border-box;
  padding: 30px 10px;
  border: 1px #eee solid;
  transition: all 0.5s ease;
	overflow: hidden;
}
.nypro-tltj dl dd:nth-child(4) {
  margin-right: 0;
}
.nypro-tltj dl dd h4 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.nypro-tltj dl dd h4 b {
  display: block;
  font-family: Impact;
  font-size: 20px;
  font-weight: normal
}
.nypro-tltj dl dd h6 a img {
  max-width: 100%;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.nypro-tltj dl dd h6 {
  font-size: 14px;
  width: 240px;
  height: 180px;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  overflow: hidden;
  margin: 0 auto;
}
.nypro-tltj dl dd > p {
  color: #fff;
  text-align: center;
  position: relative;
  margin-top: 10px;
}
.nypro-tltj dl dd > p a.nyproduct-list-lj {
  position: relative;
  z-index: 9;
  color: #666;
  border: 1px #eee solid;
  font-size: 14px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  transition: all 0.5s ease;
}
.nypro-tltj dl dd > p:after {
  content: " ";
  background: #0157ce;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 42px;
  transition: all 0.5s ease;
}
.nypro-tltj dl dd:hover {
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.1);
}
.nypro-tltj dl dd:hover h6 a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.nypro-tltj dl dd:hover > p a.nyproduct-list-lj {
  color: #fff;
}
.nypro-tltj dl dd:hover > p:after {
  width: 100%;
}
.nypro-tltj dl dd h5 {
  height: 76px;
  box-sizing: border-box;
  margin: 10px 0 15px;
}
.nypro-tltj dl dd h5 p {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-align: left;
}
.nypro-tltj dl dd h5 p i {
  display: inline-block;
  margin-top: 5px;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}
.nypro-tltj dl dd h5 p span {
  color: #0157ce
}
.inquiry label {
  float: left;
  line-height: 30px;
}
.form-control1 {
  float: left;
  width: 75%;
  border: 1px #ddd solid;
  height: 30px;
  line-height: 30px;
}
.form-control2 {
  float: left;
  width: 87.5%;
  border: 1px #ddd solid;
  height: 100px;
  line-height: 30px;
}
.form-control3 {
  float: left;
  width: 100px;
  border: 1px #ddd solid;
  height: 30px;
  line-height: 30px;
}
.form-sub1 {
  width: 80px;
  height: 30px;
  color: #fff;
  background: #C30D23;
  border: none;
}
/* 留言 */
.content01 {
  padding: 10px 10px 20px 10px;
}
.form-group-a {
  /*	width: 100%;*/
  margin: 20px 8px;
  border: 1px #ccc solid;
  clear: left;
  box-sizing: border-box;
}
.form-group-b {
  float: left;
  /*	padding-left: 340px;
*/
}
.form-group-c {
  float: left;
  width: 300px;
  margin-left: 20px;
}
.form-group-b img {
  height: 42px;
}
.form-group {
  margin: 20px 8px;
  border: 1px #ccc solid;
  height: 40px;
  float: left;
  width: 32%;
}
.form-group label {
  float: left;
  font-size: 16px;
}
.form-control {
  float: left;
  border: none;
  /* height: 30px; */
  line-height: 40px;
  border-radius: 6px;
  padding-left: 10px;
  width: 405px;
}
.form-control-c {
  /* line-height: 30px; */
  border-radius: 6px;
  border: none;
  padding: 10px;
  height: 120px;
  width: 1260px;
}
button.form-sub {
  width: 100%;
  margin: 0 auto;
  clear: both;
  font-size: 16px;
  font-family: "微软雅黑", "宋体", arial;
}
.form-sub {
  height: 42px;
  color: #fff;
  background: #0157ce;
  border: none;
}
.form-control-y {
  float: left;
  width: 140px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  width: 150px;
  border: 1px #ccc solid;
}
/* 产品轮播 */

.hot_rx {

	background: #262d3f;

	height: 1130px;

	padding-top: 60px;

}

.E {

	background: url(../images/case_t.png) top center no-repeat;

	height: 160px;

	padding-bottom: 10px;

}

.box {

	width: 88%;

	margin: 0 auto;

	position: relative;

	overflow: hidden;

	_height: 100%;

}

.hotproduct {

	margin: 15px 0 20px 0;

}

.top_14 {

	list-style: none outside none;

	display: inline;

}

.top_14 li {

	float: left;/* height: 265px; *//*	overflow: hidden;

	padding-right: 8px;

	padding-top: 8px;

	text-align: center;

	width: 285px;

	background: #fff;

	margin-right: 20px;

	padding-left: 8px;*/

}

.top_14 h3 {/* height: 217px; */

	margin: 0 auto;

}

.top_14 h3 a {

	padding: 1px;

	display: table-cell;

}

.top_14 h3 img {

	vertical-align: middle;

}

.top_14 li p {

}

.top_14 li p .a1 {

	font-size: 18px;

	display: block;

	line-height: 38px;

}

.top_14 li p .a1:hover {

	color: #262d3f;

}
#demo6p {

	width: 100%;

	height: 330px;

	overflow: hidden;

	position: relative;

}

#indemo6p {

	float: left;

	width: 800%;

}

#demo6p6 {

	float: left;

}

#demo6p7 {

	float: left;

}
.qrny_about dl dd {

	width: 49%;

	float: right;

	padding-right: 60px;

	line-height: 40px;

	padding-top: 173px;

	background: #fff;

	padding: 60px 40px 0px 40px;

	box-shadow: 2px 2px 10px #eee;

	margin-top: 80px;

	height: 580px;

}

.qrny_about dl dd em {

	font-size: 34px;

	font-weight: bold;

	color: #0157ce;

	font-style: normal;

}

.qrny_about dl dd img {

	padding-top: 20px;

}

.qrny_about dl dd span {

	font-size: 24px;

	color: #333;

	display: block;

	line-height: 40px;

}

.qrny_about dl dd p {

	font-size: 16px;

	color: #666666;

	padding-top: 30px;

	line-height: 32px;

}

.qrny_about_a {

	background: url(../images/qrny_about_a.jpg) center no-repeat;

	height: 516px;

	width: 100%;

}

.qrny_about_a dl {

	width: 88%;

	margin: 0 auto;

	text-align: center;

	padding-top: 110px;

}

.qrny_about_a dl dt {

	line-height: 50px;

	padding-bottom: 60px;

}

.qrny_about_a dl dt p {

	font-size: 36px;

	color: #fff;

	font-weight: bold;

}

.qrny_about_a dl dt span {

	font-size: 20px;

	color: #fff;

}

.qrny_about_a dl dd {

	float: left;

	width: 19%;
	margin-right: 1%;

	border-radius: 6px;

	height: 200px;

	background: #fff;

	padding: 30px;

	box-sizing: border-box;

}

.qrny_about_a dl dd:nth-last-child(1) {

	margin-right: 0;

}

.qrny_about_a dl dd img {

/*	float: left;*/

	padding-right: 20px;

	padding-left: 20px;

	transition: all 0.6s;

}

.qrny_about_a dl dd:hover img {

	-webkit-animation: flip-in-ver-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

	animation: flip-in-ver-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

}



/* ----------------------------------------------

 * Generated by Animista on 2022-1-15 14:49:41

 * Licensed under FreeBSD License.

 * See http://animista.net/license for more info. 

 * w: http://animista.net, t: @cssanimista

 * ---------------------------------------------- */



/**

 * ----------------------------------------

 * animation flip-in-ver-right

 * ----------------------------------------

 */

@-webkit-keyframes flip-in-ver-right {

 0% {

 -webkit-transform: rotateY(-80deg);

 transform: rotateY(-80deg);

 opacity: 0;

}

 100% {

 -webkit-transform: rotateY(0);

 transform: rotateY(0);

 opacity: 1;

}

}

@keyframes flip-in-ver-right {

 0% {

 -webkit-transform: rotateY(-80deg);

 transform: rotateY(-80deg);

 opacity: 0;

}

 100% {

 -webkit-transform: rotateY(0);

 transform: rotateY(0);

 opacity: 1;

}

}

.qrny_about_a dl dd p {



	font-size: 24px;

	color: #333;

	font-weight: bold;

/*	text-align: left;*/

	line-height: 40px;

}

.qrny_about_a dl dd span {

	display: block;

	font-size: 12px;

	color: #333;

	opacity: 0.5;

	font-weight: normal;

	line-height: 12px;

}

.qrny_about_a dl dd:hover {

	margin-top: -10px;

	transition: all 0.6s;

}
.qrny_about_b {

	width: 88%;

	margin: 0 auto;

	margin-bottom: 80px;

	margin-top: 40px;

}

.qrny_about_b ul {

}

.qrny_about_b ul li {

	float: left;

	border: 1px solid #f9f9f9;

	margin-right: 26px;

	background: #fff;

}

.qrny_about_b ul li span {

	display: block;

	height: 297px;

}

.qrny_about_b ul li span a {

}

.qrny_about_b ul li p {

	height: 50px;

	display: block;

	line-height: 50px;

	transition: all 0.5s ease;
	background: #f9f9f9;

}

.qrny_about_b ul li:hover p {

	background: #0157ce;

}

.qrny_about_b ul li p a {

	text-align: center;

	font-size: 18px;

	display: block;

}

.qrny_about_b ul li:hover p a {

	font-weight: bold;

	color: #fff;

}
#demo1p {

	width: 100%;/* height: 190px; */

	overflow: hidden;/* position: relative; */

	margin: 0 auto;

}

#indemo1p {

	float: left;

	width: 980%;

}

#demo1p1 {

	float: left;

	word-break: break-all;

}

#demo1p2 {

	float: left;

}
