@charset "utf-8";
/* css reset */
*,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
br,
hr,
table,
tr,
td,
dl,
dt,
dd,
form {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
  line-height: 20px;
}
img {
  border: none;
  outline: none;
  display: block;
}
a {
  text-decoration: none;
}
em {
  font-style: normal;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  outline: none;
  font: inherit;
}
body {
  font-size: 12px;
  font-family: "microsoft yahei", airal;
  color: #7b7b7b;
  background: #f6f6f6;
  min-width: 1280px;
}
/*header*/
.header {
  width: 100%;
  height: 228px;
}
.header .h-top {
  width: 1280px;
  height: 116px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .h-top .name {
  float: left;
  font-size: 30px;
  color: #0084ff;
  font-weight: bold;
}
.header .h-top .name img {
  height: 32px;
  margin-left: 40px;
}
.header .h-top .tel{
}
.header .h-top .tel .text{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  color: #89a9b7;
  line-height: 1;
}
.header .h-top .tel .text img{
  margin-left: 10px;
  width: 16px;
}
.header .h-top .tel .phone{
  font-size: 22px;
  color: #255a88;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1;
}
.header .h-top .share {
  float: right;
  height: 30px;
  margin-top: 43px;
}
.header .h-top .share a {
  float: left;
  display: block;
  height: 30px;
  width: 30px;
  margin-left: 11px;
  border-radius: 50%;
  overflow: hidden;
}
.header .h-top .share i {
  display: block;
  width: 100%;
  height: 100%;
}
.header .h-top .share i.icon-in {
  background: url(../images/icon-in1.png) no-repeat;
}
.header .h-top .share i.icon-f {
  background: url(../images/icon-f1.png) no-repeat;
}
.header .h-top .share i.icon-g {
  background: url(../images/icon-g1.png) no-repeat;
}
.header .h-top .share i.icon-t {
  background: url(../images/icon-t1.png) no-repeat;
}
/*.header .h-top .share i.icon-in:hover{background:url(../images/icon-in-hover.png) no-repeat;}*/
.header .h-top .share i.icon-f:hover {
  background: url(../images/icon-f-hover.png) no-repeat;
}
.header .h-top .share i.icon-g:hover {
  background: url(../images/icon-g-hover.png) no-repeat;
}
.header .h-top .share i.icon-t:hover {
  background: url(../images/icon-t-hover.png) no-repeat;
}
.header .nav {
  width: 100%;
  position: relative;
  z-index: 99;
}
.header .nav.active {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header .nav .cont {
  width: 1200px;
  height: 112px;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  padding-right: 50px;
}
.header .nav.active .logo2 {
  display: block;
}
.header .nav .logo2 {
  width: 60px;
  flex-shrink: 0;
  margin-right: 60px;
  display: none;
}
.header .nav .logo2 img{
  max-width: 100%;
}
.header .nav ul {
  display: flex;
  min-width: 0;
  flex-grow: 1;
}
.header .nav li {
  display: inline-block;
  position: relative;
  margin: 0 25px;
}
.header .nav li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.header .nav .search {
  background: #eaf1f4;
  height: 38px;
  border-radius: 19px;
  overflow: hidden;
  flex-shrink: 0;
  transition: all .4s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .nav .search form{display:flex;align-items: center;padding:0 4px;}
.header .nav .search .text:active,
.header .nav .search .text:focus,
.header .nav .search:hover .text{width: 266px;opacity:1;visibility: visible;padding-left: 15px;transition-delay: 0s}
.header .nav .search .text {
  display: block;
  height: 38px;
  background: none;
  border: none;
  font-size: 12px;
  color: #333;
  transition: all .4s;
  transition-delay: 2s;
  width: 0;
  visibility: hidden;
  opacity: 0;
}
.header .nav .search input::-moz-placeholder {
  color: #aac3ce;
}
.header .nav .search input:-ms-input-placeholder {
  color: #aac3ce;
}
.header .nav .search input::-webkit-input-placeholder {
  color: #aac3ce;
}
.header .nav .search .btn {
  display: block;
  width: 30px;
  height: 38px;
  border: none;
  cursor: pointer;
  background: url(../images/icon-search.png) no-repeat center;
  flex-shrink: 0;
}
.header .nav li > a.active{
  color: #0084ff;
}
.header .nav li > a {
  font-size: 15px;
  color: #255a88;
  font-weight: bold;
  display: inline-block;
  height: 112px;
  line-height: 112px;
  position: relative;
}
.header .nav li > a:before {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  top: 0;
  height: 3px;
  background: #0084ff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .nav li > a.active:before {
  right: 0;
  width: 100%;
}
.header .nav li:hover a {
  color: #0084ff;
}
.header .nav li:hover a:before {
  right: 0;
  width: 100%;
}
.header .nav li .hide {
  position: absolute;
  left: 0;
  top: 112px;
  padding: 14px 28px;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  display: none;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.header .nav li .hide a {
  line-height: 38px;
  height: 38px;
  display: block;
  white-space: nowrap;
  font-size: 14px;
  color: #000;
}
.header .nav li .hide a:hover {
  color: #d27108;
}
/*banner*/
.banner {
  width: 100%;
  position: relative;
}
.banner .white-box {
  width: 1280px;
  padding: 40px;
  padding-top: 112px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  margin: auto;
  margin-top: -112px;
}
.banner .swiper-container {
  width: 100%;
  height: 516px;
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 28px;
  width: 100%;
}
.banner .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #759fc3;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.banner .swiper-active-switch {
  background: #fff;
  width: 40px;
}
.banner .info ul {
  text-align: center;
}
.banner .info li {
  height: 50px;
  border-left: 1px solid #e9e9e9;
  padding: 0 50px;
  display: inline-block;
  line-height: 1;
  text-align: left;
  margin-top: 40px;
}
.banner .info li:first-child {
  border-left: none;
}
.banner .info li h3 {
  font-size: 38px;
  color: #6a6a6a;
  margin-top: -3px;
}
.banner .info li h3 sup {
  font-size: 14px;
  padding-left: 10px;
  color: #c9c9c9;
}
.banner .info li p {
  font-size: 12px;
  margin-top: 3px;
  color: #c9c9c9;
}
.banner:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: -116px;
  height: 667px;
  background: url(../images/new-img01.jpg) no-repeat center top;
  background-size: cover;
  z-index: -1;
}
/*public title*/
.item-title {
  text-align: center;
  width: 1280px;
  margin: auto;
  padding: 50px 0;
}
.item-title h2 {
  font-size: 36px;
  color: #3e3e3e;
  margin-bottom: 8px;
}
.item-title p {
  color: #9f9f9f;
}
.item-title i {
  display: block;
  width: 53px;
  height: 9px;
  background: url(../images/title-bg.png) no-repeat center;
  margin: auto;
  margin-top: 14px;
}
/*home product*/
.product-home {
  width: 1280px;
  margin: auto;
  overflow: hidden;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 40px;
}
.proscroll {
  position: relative;
  width: 1280px;
  height: 320px;
}
.proscroll .box {
  overflow: hidden;
  position: relative;
  width: 1312px;
  height: 300px;
  margin-left: -16px;
}
.proscroll .list {
  overflow: hidden;
  height: 300px;
  width: 9999px;
}
.proscroll .list li {
  float: left;
  width: 328px;
  height: 258px;
  padding: 0 16px;
}
.proscroll .list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.proscroll .list li img {
  width: 100%;
  height: 210px;
}
.proscroll .list li .title {
  margin: 0 20px;
  height: 48px;
  border-top: 1px solid #f2f2f2;
  position: relative;
}
.proscroll .list li .title:before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #0084ff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.proscroll .list li .title p {
  line-height: 48px;
  font-size: 14px;
  color: #9f9f9f;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.proscroll .list li a:hover p {
  color: #0084ff;
}
.proscroll .list li a:hover .title:before {
  width: 100%;
  left: 0;
}
.proscroll .prev,
.proscroll .next {
  position: absolute;
  width: 30px;
  height: 20px;
  cursor: pointer;
  bottom: 0;
}
.proscroll .next {
  right: 50%;
  margin-right: -30px;
  background: url(../images/arrow-right.png) no-repeat center;
}
.proscroll .prev {
  left: 50%;
  margin-left: -30px;
  background: url(../images/arrow-left.png) no-repeat center;
}
.proscroll .next:hover {
  background: url(../images/arrow-right-hover.png) no-repeat center;
}
.proscroll .prev:hover {
  background: url(../images/arrow-left-hover.png) no-repeat center;
}
/*home news*/
.news-home {
  width: 100%;
  background: #f1f1f1;
  margin: auto;
  overflow: hidden;
  padding-bottom: 40px;
}
.newsscroll {
  position: relative;
  width: 1344px;
  height: 440px;
  margin: auto;
}
.newsscroll .box {
  overflow: hidden;
  position: relative;
  width: 1233px;
  height: 440px;
  margin: auto;
}
.newsscroll .list {
  overflow: hidden;
  height: 440px;
  width: 9999px;
}
.newsscroll .list li {
  float: left;
  width: 411px;
  height: 400px;
  padding: 0 20px;
}
.newsscroll .list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.newsscroll .list li img {
  width: 100%;
  height: 200px;
  border-radius: 10px 10px 0 0;
}
.newsscroll .list li .text {
  height: 200px;
  background: #fff;
  position: relative;
  padding: 20px 30px;
}
.newsscroll .list li h3 {
  font-size: 15px;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  margin-bottom: 15px;
  color: #000;
}
.newsscroll .list li p {
  font-size: 13px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  color: #6f6f6f;
  margin-bottom: 13px;
}
.newsscroll .list li span {
  display: block;
  font-size: 12px;
  color: #cecdcd;
}
.newsscroll .list li a:hover h3 {
  color: #0084ff;
}
.newsscroll .list li a:hover img {
  opacity: 0.9;
}
.newsscroll .prev,
.newsscroll .next {
  position: absolute;
  width: 32px;
  height: 56px;
  cursor: pointer;
  bottom: 50%;
}
.newsscroll .next {
  right: 0px;
  background: url(../images/icon-arrow-right.png) no-repeat center;
}
.newsscroll .prev {
  left: 0px;
  background: url(../images/icon-arrow-left.png) no-repeat center;
}
.newsscroll .prev:hover,
.newsscroll .next:hover {
  opacity: 0.9;
}
/*about*/
.about-home {
  width: 1280px;
  padding: 0 40px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.about-home .pic {
  width: 400px;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
  float: left;
}
.about-home .pic img {
  width: 100%;
  height: 100%;
}
.about-home .text {
  width: 755px;
  height: 190px;
  float: left;
  margin-left: 45px;
  position: relative;
  overflow: hidden;
}
.about-home .text h4 {
  font-size: 18px;
  color: #3e3e3e;
  line-height: 1;
  margin-bottom: 10px;
}
.about-home .text p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 18px;
  line-height: 26px;
}
.about-home .more {
  position: absolute;
  left: 485px;
  bottom: 0;
}
.about-home .more a {
  display: inline-block;
  padding: 0 20px;
  height: 44px;
  line-height: 40px;
  border: 2px solid #759fc3;
  color: #759fc3;
  font-weight: bold;
  border-radius: 22px;
}
.about-home .more a i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/icon-more.png) no-repeat center;
  margin-left: 6px;
}
.about-home .more a:hover {
  background: #759fc3;
  color: #fff;
}
.about-home .more a:hover i {
  background: url(../images/icon-more-hover.png) no-repeat center;
}
/*footer*/
.footer {
  width: 100%;
  background: url(../images/foot-bg.jpg) no-repeat center top #2c6494;
  box-shadow: 0 0 25px rgba(37, 90, 136, 0.7);
  margin-top: 60px;
  background-size: cover;
}
.footer .f-top {
  width: 1280px;
  height: 168px;
  margin: auto;
  padding-top: 40px;
}
.footer .f-top h3 {
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.footer .f-top h3 i {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -40px;
  top: 0;
}
.footer .f-contact {
  width: 490px;
  padding-left: 40px;
  float: left;
}
.footer .f-contact h3 i {
  background: url(../images/icon-tel.png) no-repeat center left;
}
.footer .f-contact .tel {
  color: #bddffc;
}
.footer .f-contact .tel b {
  font-size: 22px;
  padding-right: 5px;
}
.footer .f-contact p {
  color: #759fc3;
}
.footer .f-product {
  width: 450px;
  padding-left: 40px;
  float: left;
}
.footer .f-product h3 i {
  background: url(../images/icon-product.png) no-repeat center left;
}
.footer .f-product ul {
  overflow: hidden;
}
.footer .f-product li {
  float: left;
  width: 33%;
  line-height: 24px;
}
.footer .f-product li:nth-of-type(3n+2) {
  width: 33%;
}
.footer .f-product li a {
  color: #759fc3;
}
.footer .f-product li a:hover {
  color: #bddffc;
  text-decoration: underline;
}
.footer .f-copyright {
  width: 340px;
  float: left;
}
.footer .f-copyright .share {
  float: right;
  height: 40px;
  padding: 5px 0;
}
.footer .f-copyright .share a {
  float: left;
  display: block;
  height: 30px;
  width: 30px;
  margin-left: 11px;
  border-radius: 50%;
  position: relative;
}
.footer .f-copyright .share .qr{
  width: 110px;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 22;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
  border: 4px solid #598dba;
  border-radius: 8px;
  padding: 4px;
  background: #fff;
  transform: translateY(-10px);
}
.footer .f-copyright .share .qr:after{
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url('../images/qr-icon.png') no-repeat center;
  background-size: 100%;
  position: absolute;
  bottom: -16px;
  right: -4px;
}
.footer .f-copyright .share .qr img{
  max-width: 100%;
}
.footer .f-copyright .share .icon{
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 100%;
}
.footer .f-copyright .share .icon:hover{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  
}
.footer .f-copyright .share .icon img{
  max-width: 100%;
}
.footer .f-copyright .share .qr-name{
  font-size: 14px;
  text-align: center;
  color: #333;
  line-height: 1;
  padding: 5px 0 0;
}
.footer .f-copyright .share a:hover .qr{
  opacity: 1;
  visibility: visible;
}
.footer .f-copyright .share i {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .f-copyright .share i.icon-home {
  background: url(../images/icon-home.png) no-repeat;
}
.footer .f-copyright .share i.icon-tb {
  background: url(../images/icon-tb.png) no-repeat;
}
.footer .f-copyright .share i.icon-home:hover {
  background: url(../images/icon-home-hover.png) no-repeat;
}
.footer .f-copyright .share i.icon-tb:hover {
  background: url(../images/icon-tb-hover.png) no-repeat;
}
.footer .f-copyright p {
  clear: both;
  text-align: right;
  line-height: 24px;
  color: #759fc3;
}
.footer .f-copyright p a {
  color: #8dc4e1;
  text-decoration: none;
}
.footer .links {
  width: 100%;
  padding: 20px 0;
  background: #2c6494;
}
.footer .links div {
  width: 1280px;
  margin: auto;
  color: #bddffc;
  font-weight: bold;
}
.footer .links div a {
  display: inline-block;
  color: #759fc3;
  height: 12px;
  line-height: 12px;
  padding: 0 8px;
  border-right: 1px solid #3a74a6;
  font-weight: normal;
}
.footer .links div a:hover {
  color: #bddffc;
}
.footer .fixed {
  width: 58px;
  position: fixed;
  left: 50%;
  margin-left: 663px;
  bottom: 180px;
  z-index: 99;
}
.footer .fixed a {
  display: block;
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  margin-bottom: 12px;
  position: relative;
}
.footer .fixed i {
  display: block;
  width: 58px;
  height: 58px;
}
.footer .fixed .icon-top {
  display: none;
}
.footer .fixed .icon-wx i {
  background: url(../images/icon-wx.png) no-repeat center;
}
.footer .fixed .icon-top i {
  background: url(../images/icon-top.png) no-repeat center;
}
.footer .fixed .pic {
  padding: 15px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: -140px;
  top: 50%;
  margin-top: -63px;
  display: none;
}
.footer .fixed .pic::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 5px transparent solid;
  border-left: 10px solid rgba(0, 0, 0.8);
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -5px;
}
.footer .fixed .pic img {
  width: 96px;
  height: 96px;
}
.footer .fixed a:hover {
  background: rgba(0, 0, 0, 0.7);
}
.footer .fixed a:hover .pic {
  display: block;
}
/*内页banner*/
.wrapperbox {
  width: 100%;
  position: relative;
}
.wrapperbox .white-box {
  width: 1280px;
  padding: 40px;
  padding-top: 112px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  margin: auto;
  margin-top: -112px;
}
.banner-neiye .pic {
  position: relative;
}
.banner-neiye img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.banner-neiye p {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  position: absolute;
  left: 55px;
  top: 50%;
  margin-top: -14px;
}
.wrapperbox:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: -116px;
  height: 320px;
  background: #d9e4e9;
  z-index: -1;
}
/*about*/
.about-us {
  width: 100%;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding-top: 80px;
}
.about-us .left-body{
  flex-shrink: 0;
  width: 46%;
  margin-right: 8%;
}
.about-us .left-body .body1{
  position: relative;
}
.about-us .left-body .body1 .text{
  position: absolute;
  top: 50px;right: 40px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.4;
  text-align: right;
}
.about-us .left-body .body1 .bg-image{}
.about-us .left-body .body2{
  width: 277px;
  margin-right: 0;
  margin-left: auto;
  margin-top: -224px;
  position: relative;
  z-index: 2;
}
.about-us .left-body .body2 .image{}
.about-us .left-body .body2 .more-btn{
  font-size: 14px;
  margin-top: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 0;
  margin-left: auto;
  color: #bababa;
  cursor: pointer;
  transition: all .4s;
}
.about-us .left-body .body2 .more-btn:hover{color: #0084ff;}
.about-us .left-body .body2 .more-btn:hover .icon:before{background-color: #0084ff;}
.about-us .left-body .body2 .more-btn:hover .icon:after{border-color: #0084ff;}
.about-us .left-body .body2 .more-btn:hover .icon:before{
  width: 20px;
}
.about-us .left-body .body2 .more-btn .icon{position: relative;margin-left: 10px;}
.about-us .left-body .body2 .more-btn .icon:before,
.about-us .left-body .body2 .more-btn .icon:after{content: "";display: block;transition: all .4s;}
.about-us .left-body .body2 .more-btn .icon:before{
  
  width: 10px;
  height: 2px;background-color: #bababa;}
.about-us .left-body .body2 .more-btn .icon:after{width: 8px;height: 8px;border-top: 2px solid #bababa;border-right: 2px solid #bababa;position: absolute;right: 0;top: 50%;transform: translateY(-50%) rotate(45deg);}
.about-us .cont{
  width: 46%;
}
.about-us .small-pic {
  width: 400px;
  position: absolute;
  left: 0;
  top: 0;
}
.about-us .small-pic .swiper-container {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
}
.about-us .small-pic .swiper-slide img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.about-us .small-pic .arrow-left,
.about-us .small-pic .arrow-right {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background-size: 100% 100%;
  cursor: pointer;
  opacity: 1;
}
.about-us .small-pic .arrow-left {
  left: 5px;
  background-image: url(../images/about-left.png);
}
.about-us .small-pic .arrow-right {
  right: 5px;
  background-image: url(../images/about-right.png);
}
.about-us .small-pic .arrow-left:hover {
  opacity: 0.9;
}
.about-us .small-pic .arrow-right:hover {
  opacity: 0.9;
}
.about-us .small-pic .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 10px;
  width: 100%;
}
.about-us .small-pic .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.about-us .small-pic .swiper-active-switch {
  background: #eb7f09;
}
.about-us .small-pic .more {
  padding-top: 16px;
}
.about-us .small-pic .more a {
  color: #3e3e3e;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #3E3E3E;
}
.about-us .small-pic .more a:hover {
  color: #eb7f09;
  border-bottom: 1px solid #eb7f09;
}
.about-us .big-pic {
  position: fixed;
  left: -100%;
  right: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.about-us .big-pic .box {
  width: 1000px;
  height: 650px;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  top: 50%;
  margin-top: -325px;
  background: #000;
}
.about-us .big-pic .box .close-btn {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 35px;
  top: 22px;
  background: url(../images/close-btn.png) no-repeat center;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about-us .big-pic .box .close-btn:hover {
  -wekit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about-us .big-pic .swiper-container {
  width: 100%;
  height: 650px;
  overflow: hidden;
}
.about-us .big-pic .swiper-slide img {
  width: 800px;
  height: 500px;
  margin: 75px auto;
}
.about-us .big-pic .arrow-left,
.about-us .big-pic .arrow-right {
  width: 100px;
  height: 500px;
  position: absolute;
  top: 75px;
  margin-top: 0;
  cursor: pointer;
  opacity: 1;
}
.about-us .big-pic .arrow-left {
  left: 0;
  background: url(../images/about-left.png) no-repeat center #000;
}
.about-us .big-pic .arrow-right {
  right: 0;
  background: url(../images/about-right.png) no-repeat center #000;
}
.about-us .big-pic .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 30px;
  width: 100%;
}
.about-us .big-pic .swiper-pagination-switch {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #759fc3;
  margin: 0 7px;
  cursor: pointer;
  transition: all 0.3s;
}
.about-us .big-pic .swiper-active-switch {
  background: #eb7f09;
}
.about-us .cont .title {
  font-size: 28px;
  color: #3e3e3e;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  font-weight: bold;
  margin-bottom: 60px;
}
.about-us .cont .tuwen{
  font-size: 14px;
  color: #000;
  line-height: 2.4;
  padding-bottom: 100px;
}
.about-us .cont .tuwen h2{
  font-size: 26px;
  color: #000;
  font-weight: 200;
  line-height: 1.2;
  margin-bottom: 40px;
}
.about-us .cont .tuwen img {
  max-width: 100%;
}
/*about-环境*/
.aboutpic {
  width: 1136px;
  padding-left: 915px;
  height: 750px;
  position: relative;
  overflow: hidden;
  margin: auto;
  margin-top: 20px;
}
.aboutpic .big-pic {
  width: 895px;
  height: 600px;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}
.aboutpic .big-pic ul {
  position: absolute;
  left: 0;
  top: 0;
}
.aboutpic .big-pic ul li {
  width: 895px;
  height: 600px;
  position: relative;
}
.aboutpic .big-pic ul li img {
  width: 100%;
  height: 100%;
  display: block;
}
.aboutpic .big-pic ul li p {
  position: absolute;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding-left: 20px;
  height: 90px;
  padding-top: 30px;
  line-height: 60px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9));
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.aboutpic .big-prev,
.aboutpic .big-next {
  width: 62px;
  height: 62px;
  position: absolute;
  top: 50%;
  margin-top: -31px;
  cursor: pointer;
  opacity: 0.8;
}
.aboutpic .big-prev {
  background: url(../images/about-left.png) no-repeat center;
  left: 10px;
}
.aboutpic .big-next {
  background: url(../images/about-right.png) no-repeat center;
  right: 10px;
}
.aboutpic .big-prev:hover,
.aboutpic .big-next:hover {
  opacity: 1;
}
.aboutpic .min {
  width: 100%;
  padding: 0 40px;
  height: 120px;
  padding-top: 26px;
  border-top: 1px solid #ddd;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.aboutpic .small-pic {
  width: 1050px;
  height: 86px;
  overflow: hidden;
  position: relative;
  margin: auto;
}
.aboutpic .small-pic ul {
  position: absolute;
  left: 0;
  top: 0;
}
.aboutpic .small-pic ul li {
  width: 138px;
  height: 86px;
  margin: 0 6px;
  position: relative;
}
.aboutpic .small-pic ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 5px solid #d27108;
  display: none;
}
.aboutpic .small-pic ul li img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.aboutpic .small-pic ul li.on:before {
  display: block;
}
.aboutpic .small-prev,
.aboutpic .small-next {
  width: 36px;
  height: 86px;
  cursor: pointer;
  position: absolute;
  top: 26px;
}
.aboutpic .small-prev {
  left: 0px;
  background: url(../images/about-prev.png) no-repeat center #fff;
}
.aboutpic .small-next {
  right: 0px;
  background: url(../images/about-next.png) no-repeat center #fff;
}
.aboutpic .small-prev:hover {
  background: url(../images/about-prev-hover.png) no-repeat center #fff;
}
.aboutpic .small-next:hover {
  background: url(../images/about-next-hover.png) no-repeat center #fff;
}
.aboutpic .intro {
  border: 3px solid #d2d2d2;
  height: 600px;
  padding: 15px;
  overflow-y: auto;
  color: #7b7b7b;
  font-size: 12px;
}
.aboutpic .intro img {
  margin: 20px auto;
  max-width: 50%;
}
.aboutpic .intro p {
  line-height: 22px;
  margin-bottom: 22px;
}
/*product-list*/
.prolist {
  width: 1280px;
  margin: auto;
  margin-top: 40px;
}
.prolist .tab-btn {
  padding-bottom: 20px;
}
.prolist .tab-btn a {
  display: inline-block;
  padding: 0 23px;
  line-height: 50px;
  margin-right: 8px;
  margin-top:10px;
  font-size: 14px;
  color: #3e3e3e;
}
.prolist .tab-btn a.active {
  background: #fff;
  color: #0084ff;
  font-weight: bold;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.prolist .tab-btn a:hover {
  background: #fff;
  color: #0084ff;
  font-weight: bold;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.prolist .tab-title {
  font-size: 28px;
  color: #3e3e3e;
  line-height: 1;
  padding-bottom: 16px;
  border-bottom: 1px solid #e9e9e9;
  font-weight: bold;
  margin-bottom: 10px;
}
.prolist .tab-list {
  padding-top: 20px;
}
.prolist .list {
  display: none;
}
.prolist .list:first-child {
  display: block;
}
.prolist .list li {
  float: left;
  width: 296px;
  height: 258px;
  margin-left: 32px;
  margin-bottom: 32px;
}
.prolist .list li:nth-of-type(4n+1) {
  margin-left: 0;
}
.prolist .list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.prolist .list li img {
  width: 100%;
  height: 210px;
}
.prolist .list li .title {
  margin: 0 10px;
  height: 48px;
  border-top: 1px solid #f2f2f2;
  position: relative;
}
.prolist .list li .title:before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #0084ff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.prolist .list li .title p {
  line-height: 48px;
  font-size: 14px;
  color: #9f9f9f;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.prolist .list li a:hover p {
  color: #0084ff;
}
.prolist .list li a:hover .title:before {
  width: 100%;
  left: 0;
}

.prolist2{width:100%;margin:auto;margin-top:40px;}
.prolist2 .tab-btn{padding-bottom:40px;}
.prolist2 .tab-btn a{display:inline-block;padding:0 25px;line-height:50px;margin-left:3px;font-size:14px;color:#3e3e3e;}
.prolist2 .tab-btn a.active{background:#fff;color:#0084ff;font-weight:bold;border-radius:25px;box-shadow:0 0 10px rgba(0,0,0,0.1);}
.prolist2 .tab-btn a:hover{background:#fff;color:#0084ff;font-weight:bold;border-radius:25px;box-shadow:0 0 10px rgba(0,0,0,0.1);}
.prolist2 .tab-title{font-size:28px;color:#3e3e3e;line-height:1;padding-bottom:16px;border-bottom:1px solid #e9e9e9;font-weight:bold;margin-bottom:10px;}
.prolist2 .tab-list{padding-top:20px;}
.prolist2 .list{display:none;}
.prolist2 .list:first-child{display:block;}
.prolist2 .list li{float:left;width:306px;height:258px;margin-left:38px;margin-bottom:32px;}
.prolist2 .list li:nth-of-type(3n+1){margin-left:0;}
.prolist2 .list li a{display:block;width:100%;height:100%;position:relative;background:#fff;border-radius:0 0 10px 10px;overflow:hidden;box-shadow:0 0 15px rgba(0,0,0,0.1);}
.prolist2 .list li img{width:100%;height:210px;}
.prolist2 .list li .title{margin:0 20px;height:48px;border-top:1px solid #f2f2f2;position:relative;}
.prolist2 .list li .title:before{content:'';display:block;width:0;height:1px;background:#0084ff;position:absolute;top:0;left:50%;-webkit-transition:all 0.3s;transition:all 0.3s;}
.prolist2 .list li .title p{line-height:18px;font-size:14px;color:#9f9f9f;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; text-align:center}
.prolist2 .list li a:hover p{color:#0084ff;}
.prolist2 .list li a:hover .title:before{width:100%;left:0;}


.prolist3{width:100%;margin:auto;margin-top:40px;}
.prolist3 .tab-btn{padding-bottom:40px;}
.prolist3 .tab-btn a{display:inline-block;padding:0 25px;line-height:50px;margin-left:3px;font-size:14px;color:#3e3e3e;}
.prolist3 .tab-btn a.active{background:#fff;color:#0084ff;font-weight:bold;border-radius:25px;box-shadow:0 0 10px rgba(0,0,0,0.1);}
.prolist3 .tab-btn a:hover{background:#fff;color:#0084ff;font-weight:bold;border-radius:25px;box-shadow:0 0 10px rgba(0,0,0,0.1);}
.prolist3 .tab-title{font-size:28px;color:#3e3e3e;line-height:1;padding-bottom:16px;border-bottom:1px solid #e9e9e9;font-weight:bold;margin-bottom:10px;}
.prolist3 .tab-list{padding-top:20px;}
.prolist3 .list{display:none;}
.prolist3 .list:first-child{display:block;}
.prolist3 .list li{float:left;width:277px;height:260px;margin-left:30px;margin-bottom:32px;}
.prolist3 .list li:nth-of-type(4n+1){margin-left:0;}
.prolist3 .list li a{display:block;width:100%;height:100%;position:relative;background:#fff;border-radius:0 0 10px 10px;overflow:hidden;box-shadow:0 0 15px rgba(0,0,0,0.1);}
.prolist3 .list li img{width:100%;height:210px;}
.prolist3 .list li .title{margin:0 20px;height:48px;border-top:1px solid #f2f2f2;position:relative;}
.prolist3 .list li .title:before{content:'';display:block;width:0;height:1px;background:#0084ff;position:absolute;top:0;left:50%;-webkit-transition:all 0.3s;transition:all 0.3s;}
.prolist3 .list li .title p{line-height:48px;font-size:14px;color:#9f9f9f;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; text-align:center}
.prolist3 .list li a:hover p{color:#0084ff;}
.prolist3 .list li a:hover .title:before{width:100%;left:0;}

.fanye {
  text-align: center;
  padding-top: 20px;
  clear: both;
}
.fanye a {
  display: inline-block;
  width: 144px;
  height: 52px;
  background: #d9e4e9;
  border-radius: 8px;
  position: relative;
  margin: 0 15px;
}
.fanye a i {
  display: block;
  width: 22px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fanye .prev i {
  background: url(../images/fanye-prev.png) no-repeat;
  left: 50%;
  margin-left: -11px;
}
.fanye .next i {
  background: url(../images/fanye-next.png) no-repeat;
  right: 50%;
  margin-right: -11px;
}
.fanye a:hover {
  background: #d27108;
}
.fanye a.prev:hover i {
  left: 22px;
}
.fanye a.next:hover i {
  right: 22px;
}
/*product-detail*/
.prodetail:after{
  content: "";
  display: table;
  clear: both;
}
.prodetail {
  width: 1200px;
  padding: 0 100px;
  padding-top: 40px;
  border-top: 1px solid #E9E9E9;
}
.prodetail .position {
  color: #9f9f9f;
  padding-bottom: 20px;
}
.prodetail .position a {
  color: #7b7b7b;
}
.prodetail .position a:hover {
  text-decoration: underline;
}
.prodetail .leftcont {
  width: 440px;
  float: left;
  position: sticky;
  top: 140px;
  left: 0;
}
.prodetail .leftcont .videobox {
  width: 440px;
  height: 330px;
  position: relative;
  border: 1px solid #e9e9e9;
}
.prodetail .leftcont .videobox:after{
  content:"";
  display:block;
  background:url("../images/zoom-icon.png") no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  pointer-events: none;
}
.prodetail .leftcont .videobox .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  z-index: 2;
}
.prodetail .leftcont .videobox .pic img {
  width: 100%;
  height: 100%;cursor: pointer;
}
.prodetail .leftcont .videobox .pic i.icon-play {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/icon-play.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  cursor: pointer;
  z-index: 2;
}
.prodetail .leftcont .videobox video {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}
.prodetail .leftcont .more {
  padding-top: 0px;cursor: pointer;
}
.prodetail .leftcont .more a {
  color: #3e3e3e;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #3E3E3E;
}
.prodetail .leftcont .more a:hover {
  color: #eb7f09;
  border-bottom: 1px solid #eb7f09;
}
.prodetail .leftcont .info,
.prodetail .rightcont .info {
  background: #f6f6f6;
  margin-top: 26px;
  padding: 20px;
}
.prodetail .leftcont .info .title,
.prodetail .rightcont .info .title {
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
  line-height: 1;
  font-size: 14px;
  color: #0084ff;
}
.prodetail .leftcont .info .text,
.prodetail .rightcont .info .text {
  position: relative;
  padding-left: 72px;
  margin-top: 15px;
  min-height: 50px;
}
.prodetail .leftcont .info .text P,
.prodetail .rightcont .info .text P {
  line-height: 19px;
  margin-top: 10px;
}
.prodetail .leftcont .info .text i.icon-info,
.prodetail .rightcont .info .text i.icon-info {
  display: block;
  width: 72px;
  height: 43px;
  background: url(../images/icon-info.png) no-repeat left center;
  position: absolute;
  left: 0;
  top: 5px;
}
.prodetail .leftcont .info .text p,
.prodetail .rightcont .info .text p {
  color: #afafaf;
  line-height: 20px;
}
.prodetail .rightcont {
  width: 490px;
  float: right;
}
.prodetail .rightcont .title {
  font-size: 28px;
  color: #0084ff;
  line-height: 1;
  padding-bottom: 26px;
  border-bottom: 1px solid #e9e9e9;
  font-weight: bold;
  margin-bottom: 20px;
}
.prodetail .rightcont .tuwen img {
  max-width: 100%;
}
.prodetail .rightcont .tuwen p {
  line-height: 2;
  font-size: 13px;
  line-height: 26px;
}
.prodetail .rightcont .tuwen p strong {
  color: #255a88;
}
.prodetail .rightcont_1 {
  width: 100%;
  float: right;
}
.prodetail .rightcont_1 .title {
  font-size: 28px;
  color: #0084ff;
  line-height: 1;
  padding-bottom: 26px;
  border-bottom: 1px solid #e9e9e9;
  font-weight: bold;
  margin-bottom: 20px;
}

.prodetail .rightcont_1 .title h3 {
  font-size: 28px;
  color: #0084ff;
  font-weight: bold;
  line-height: 32px;
}
.prodetail .rightcont_1 .title p {
  color: #9f9f9f;
  padding-top: 10px;font-size: 12px;
}

.prodetail .rightcont_1 .tuwen a{
  color: inherit;
  text-decoration: underline;
}
.prodetail .rightcont_1 .tuwen a:hover{
  color: #0084ff;
}
.prodetail .rightcont_1 .tuwen img {
  max-width: 100%;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 5px;
}
.prodetail .rightcont_1 .tuwen p {
  line-height: 2;
  font-size: 13px;
  line-height: 22px;
}
/* .prodetail .rightcont_1 .tuwen p strong {
  color: #255a88;
} */
 .big-pic2 {
  position: fixed;
  left: -100%;
  right: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
 .big-pic2 .box {
  width: 1000px;
  height: 650px;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  top: 50%;
  margin-top: -325px;
  background: #000;
}
 .big-pic2 .box .close-btn {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 35px;
  top: 22px;
  background: url(../images/close-btn.png) no-repeat center;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
 .big-pic2 .box .close-btn:hover {
  -wekit-transform: rotate(180deg);
  transform: rotate(180deg);
}
 .big-pic2 .swiper-container {
  width: 100%;
  height: 650px;
  overflow: hidden;
}
 .big-pic2 .swiper-slide img {
  width: 800px;
  height: 500px;
  margin: 75px auto;
}
 .big-pic2 .arrow-left,
 .big-pic2 .arrow-right {
  width: 100px;
  height: 500px;
  position: absolute;
  top: 75px;
  margin-top: 0;
  cursor: pointer;
  opacity: 1;
}
 .big-pic2 .arrow-left {
  left: 0;
  background: url(../images/about-left.png) no-repeat center #000;
}
 .big-pic2 .arrow-right {
  right: 0;
  background: url(../images/about-right.png) no-repeat center #000;
}
 .big-pic2 .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 30px;
  width: 100%;
}
 .big-pic2 .swiper-pagination-switch {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #759fc3;
  margin: 0 7px;
  cursor: pointer;
  transition: all 0.3s;
}
 .big-pic2 .swiper-active-switch {
  background: #eb7f09;
}
/*newslist*/
.newslist {
  width: 1200px;
  padding: 0 100px;
  padding-top: 40px;
  border-top: 1px solid #E9E9E9;
  overflow: hidden;
}
.newslist ul {
  width: 860px;
  margin: auto;
}
.newslist li {
  position: relative;
  padding-left: 89px;
  margin-bottom: 40px;
}
.newslist li a {
  display: block;
}
.newslist li .date {
  width: 69px;
  height: 69px;
  background: #e4ecf0;
  border-radius: 8px;
  color: #759fc3;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.newslist li .date em {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  padding-top: 8px;
}
.newslist li .title {
  font-size: 22px;
  color: #9f9f9f;
  line-height: 28px;
  font-weight: bold;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.newslist li p {
  color: #9F9F9F;
  line-height: 20px;
}
.newslist li a:hover .date {
  background: #f6ece1;
  color: #d27108;
}
.newslist li a:hover .title {
  color: #0084ff;
}
.newslist li a:hover p {
  color: #6b6b6b;
}
.prolist .list .fanye {
  text-align: center;
  padding-top: 20px;
  clear: both;
}
.prolist .list .fanye a {
  display: inline-block;
  width: 144px;
  height: 52px;
  background: #d9e4e9;
  border-radius: 8px;
  position: relative;
  margin: 0 15px;
}
.prolist .list .fanye a i {
  display: block;
  width: 22px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.prolist .list .fanye .prev i {
  background: url(../images/fanye-prev.png) no-repeat;
  left: 50%;
  margin-left: -11px;
}
.prolist .list .fanye .next i {
  background: url(../images/fanye-next.png) no-repeat;
  right: 50%;
  margin-right: -11px;
}
.prolist .list .fanye a:hover {
  background: #d27108;
}
.prolist .list .fanye a.prev:hover i {
  left: 22px;
}
.prolist .list .fanye a.next:hover i {
  right: 22px;
}
/*newsdetail*/
.newsdetail {
  width: 1200px;
  padding: 0 100px;
  padding-top: 40px;
  border-top: 1px solid #E9E9E9;
  overflow: hidden;
}
.newsdetail .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
}
.newsdetail .title h3 {
  font-size: 28px;
  color: #0084ff;
  font-weight: bold;
  line-height: 32px;
}
.newsdetail .title p {
  color: #9f9f9f;
  padding-top: 10px;
}
.newsdetail .tuwen {
  padding-top: 20px;
}
.newsdetail .tuwen p {
  line-height: 20px;
  font-size: 13px;
}
.newsdetail .tuwen img {
  max-width: 100%;
  margin: 10px auto;
}
/*qustion*/
.qustion {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
}
.qustion .item-title {
  width: 128px;
  height: 410px;
  background: url(../images/qustion-title.png) no-repeat center top;
  float: left;
}
.qustion .list {
  width: 1022px;
  float: left;
}
.qustion .list ul {
  overflow: hidden;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 20px;
}
.qustion .list li .wen {
  padding: 30px 12px;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  border-top: 1px solid #E9E9E9;
  color: #9ab4bf;
}
.qustion .list li .wen p {
  padding-left: 15px;
  background: url(../images/icon-sj.png) no-repeat center left;
  font-size: 14px;
  line-height: 20px;
}
.qustion .list li .wen i {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 5px;
  background: url(../images/icon-arrow1.png) no-repeat center;
}
.qustion .list li .wen.active {
  background: #f5f9fb;
  color: #38668f;
  font-weight: bold;
}
.qustion .list li .wen.active i {
  background: url(../images/icon-arrow2.png) no-repeat center;
}
.qustion .list li .wen:hover {
  color: #38668f;
}
.qustion .list li .da {
  padding: 30px;
  color: #0084ff;
  line-height: 16px;
  display: none;
}
/*联系*/
.contact {
  padding-top: 40px;
  overflow: hidden;
}
.contact .map {
  width: 446px;
  height: 744px;
  border-radius: 10px;
  border: 2px solid #d9e4e9;
  float: left;
  overflow: hidden;
}
.contact .map img {
  width: 100%;
  height: 100%;
}
.contact .info {
  width: 620px;
  float: right;
  padding-top: 90px;
}
.contact .info .title {
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
  line-height: 1;
  font-size: 28px;
  color: #3E3E3E;
  margin-bottom: 60px;
}
.contact .info img{
  display: inline;
}
.contact .info h3 {
  font-size: 18px;
  color: #0084ff;
  padding-bottom: 10px;
}
.contact .info li {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-top: 30px;
  padding-left: 60px;
}
.contact .info li em {
  color: #0084ff;
  font-weight: bold;
}
.contact .info li a {
  color: #666;
}
.contact .info li a:hover {
  text-decoration: underline;
}
/* 图片统一动画 */
.mxw-image {
  overflow: hidden;
}
.mxw-image img {
  transition: transform 0.8s;
  width: 100%;
}
.mxw-image:hover img {
  transform: scale(1.1);
}
/* ==================== 通用布局 start ==================== */
@media screen and (min-width: 1100px) {
  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .u-row-2 > .u-col {
    width: 48%;
  }
  .u-row-2 > .u-col:nth-child(2n) {
    margin-left: 4%;
  }
  .u-row-2 > .u-col:nth-child(2) ~ .u-col {
    margin-top: 4%;
  }
  .u-row-3 > .u-col {
    width: 32%;
  }
  .u-row-3 > .u-col:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .u-row-3 > .u-col:nth-child(3) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-4 > .u-col {
    width: 23.5%;
    margin-right: 2%;
  }
  .u-row-4 > .u-col:nth-child(4n) {
    margin-right: 0%;
  }
  .u-row-4 > .u-col:nth-child(4) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-5 > .u-col {
    width: 18%;
    margin-right: 2%;
  }
  .u-row-5 > .u-col:nth-child(5n) {
    margin-right: 0%;
  }
  .u-row-5 > .u-col:nth-child(5) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-6 > .u-col {
    width: 15%;
    margin-right: 2%;
  }
  .u-row-6 > .u-col:nth-child(6n) {
    margin-right: 0%;
  }
  .u-row-6 > .u-col:nth-child(6) ~ .u-col {
    margin-top: 2%;
  }
}
@media screen and (max-width: 1100px) {
  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .u-row-2 .u-col {
    width: 100%;
  }
  .u-row-2 .u-col:nth-child(1) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-3 > .u-col,
  .u-row-4 > .u-col,
  .u-row-5 > .u-col,
  .u-row-6 > .u-col {
    width: 48%;
  }
  .u-row-3 > .u-col:nth-child(2n),
  .u-row-4 > .u-col:nth-child(2n),
  .u-row-5 > .u-col:nth-child(2n),
  .u-row-6 > .u-col:nth-child(2n) {
    margin-left: 4%;
  }
  .u-row-3 > .u-col:nth-child(2) ~ .u-col,
  .u-row-4 > .u-col:nth-child(2) ~ .u-col,
  .u-row-5 > .u-col:nth-child(2) ~ .u-col,
  .u-row-6 > .u-col:nth-child(2) ~ .u-col {
    margin-top: 4%;
  }
}
/* ==================== 通用布局 end ==================== */
/* ==================== 通用文本行数限制 start ==================== */
.u-line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.u-line-2 {
  -webkit-line-clamp: 2;
}
.u-line-3 {
  -webkit-line-clamp: 3;
}
.u-line-4 {
  -webkit-line-clamp: 4;
}
.u-line-5 {
  -webkit-line-clamp: 5;
}
.u-line-6 {
  -webkit-line-clamp: 6;
}
.u-line-2,
.u-line-3,
.u-line-4,
.u-line-5,
.u-line-6 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* ==================== 通用文本行数限制 end ==================== */
/* ==================== 首页 - 轮播图 Start ====================*/
.banner-swiper {
  position: relative;
}
.banner-swiper .swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  cursor: pointer;
}
.banner-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: #759fc3;
  margin-left: 5px;
  margin-right: 5px;
  transition: all 0.4s;
}
.banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  width: 40px;
}
/* ==================== 首页 - 轮播图 End ====================*/
/* ==================== 首页 - 通用边距 Start ====================*/
.mxw-box {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
/* ==================== 首页 - 通用边距 End ====================*/
/* ==================== 首页 - 通用标题 Start ====================*/
.index-title {
  text-align: left;
  font-weight: bold;
}
.index-title .text1 {
  font-size: 44px;
  line-height: 1;
  color: #e8e8e8;
  margin-bottom: 15px;
}
.index-title .text2 {
  font-size: 18px;
  color: #0084ff;
  line-height: 1.2;
}
/* ==================== 首页 - 通用标题 End ====================*/
/* ==================== 首页 - 产品中心 Start ====================*/
.index-product .top-head {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index-product .category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.index-product .category .cate-item {
  font-size: 15px;
  color: #6a6a6a;
  min-width: 114px;
  padding: 15px 10px;
  border-radius: 100px;
  transition: background-color 0.4s, color 0.4s, box-shadow 0.4s;
  text-align: center;
  margin-right: 10px;
}
.index-product .category .cate-item:last-child {
  margin-right: 0;
}
.index-product .category .cate-item.active,
.index-product .category .cate-item:hover {
  background-color: #fff;
  color: #0084ff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
.index-product .btn-group {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.index-product .btn-group .swiper-btn-prev,
.index-product .btn-group .swiper-btn-next {
  background: url(../images/new-img04.png) no-repeat center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.index-product .btn-group .swiper-btn-prev.swiper-button-disabled,
.index-product .btn-group .swiper-btn-next.swiper-button-disabled {
  opacity: 0.23;
}
.index-product .btn-group .swiper-btn-prev {
  transform: rotateY(180deg);
  margin-right: 20px;
}
.index-product .item {
  display: block;
  box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.04);
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  transition: box-shadow 0.4s;
}
.index-product .item:hover {
  box-shadow: 0px 0px 25px 0px rgba(4, 0, 0, 0.1);
}
.index-product .item:hover .name {
  color: #0084ff;
}
.index-product .item:hover .name:before {
  width: 100%;
}
.index-product .item .image {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-product .item .image img {
  max-width: inherit;
  height: 100%;
  width: auto;
}
.index-product .item .name {
  width: 100%;
  padding: 15px 0;
  font-size: 14px;
  color: #9f9f9f;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  transition: color 0.4s;
  text-align:center;
}
.index-product .item .name:before,
.index-product .item .name:after {
  content: "";
  display: block;
  background-color: #f2f2f2;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.index-product .item .name:before {
  width: 0;
  z-index: 2;
  background-color: #0084ff;
  transition: width 0.4s;
}
.index-product .index-cases {
  background-color: #fff;
  border-radius: 4px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.04);
}
.index-product .index-cases .title {
  padding: 10px 30px 10px 38px;
  font-size: 15px;
  color: #0084ff;
  border-right: 1px solid #e2e2e2;
  font-weight: bold;
  flex-shrink: 0;
}
.index-product .index-cases .index-cases-swiper {
  min-width: 0;
  flex-grow: 1;
  height: 20px;
}
.index-product .index-cases .index-cases-swiper .swiper-slide {
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}
.index-product .index-cases .index-cases-swiper .cases-item {
  font-size: 14px;
  color: #6a6a6a;
}
.index-product .index-cases .index-cases-swiper .cases-item:hover {
  color: #0084ff;
}
.index-product .index-product-swiper {
  margin: 0 -30px;
}
.index-product .index-product-swiper .swiper-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.index-product .index-product-swiper .swiper-slide {
  background-color: #f6f6f6;
  padding: 0 30px;
  box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  .index-product {
    padding-bottom: 50px;
    padding-top: 80px;
  }
}
/* ==================== 首页 - 产品中心 End ====================*/
/* ==================== 首页 - 板块二 Start ====================*/
.index-section2 {
  background: url(../images/new-img02.jpg) no-repeat center;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-size: cover;
}
.index-section2 > .mxw-box {
  width: 100%;
}
.index-section2 .info h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.index-section2 .info h2 {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}
.index-section2 .info .more-btn {
  margin-top: 40px;
  width: 140px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  background-color: #0084ff;
  display: block;
  color: #fff;
  transition: transform 0.4s;
}
@media screen and (min-width: 1100px) {
  .index-section2 {
    padding-top: 80px;
  }
  .index-section2 .more-btn:hover {
    transform: translateX(10px);
  }
}
/* ==================== 首页 - 板块二 End ====================*/
/* ==================== 首页 - 新闻资讯 Start ====================*/
.index-section3 {
  padding: 90px 0;
  background-color: #f3f3f3;
}
.index-section3 .top-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.index-section3 .top-head .more-btn {
  font-size: 14px;
  color: #bababa;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  transition: color 0.4s;
}
.index-section3 .top-head .more-btn:hover {
  color: #0084ff;
}
.index-section3 .top-head .more-btn:hover .icon:before {
  width: 20px;
  background-color: #0084ff;
}
.index-section3 .top-head .more-btn:hover .icon:after {
  border-color: #0084ff;
}
.index-section3 .top-head .more-btn .icon {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.index-section3 .top-head .more-btn .icon:before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #bababa;
  transition: all 0.4s;
}
.index-section3 .top-head .more-btn .icon:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 2px solid #bababa;
  border-right: 2px solid #bababa;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: -2px;
  transition: all 0.4s;
}
.index-section3 .card-box {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.index-section3 .card {
  width: 49%;
  margin-right: 2%;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding: 25px 40px;
  display: flex;
  align-items: center;
  transition: box-shadow 0.4s;
}
.index-section3 .card.card-item:hover {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.index-section3 .card.card-item:hover .item .date {
  background-color: #0084ff;
}
.index-section3 .card.card-item:hover .item .date .year,
.index-section3 .card.card-item:hover .item .date .day {
  color: #fff;
}
.index-section3 .card.card-item:hover .item .desc {
  color: #000;
}
.index-section3 .card.card-item:hover .item .desc:before {
  width: 100%;
}
.index-section3 .card.card-item:hover .item .title {
  color: #0084ff;
}
.index-section3 .card.card-item:hover .item .more-btn {
  color: #0084ff;
}
.index-section3 .card.card-item:hover .item .more-btn:before,
.index-section3 .card.card-item:hover .item .more-btn:after {
  opacity: 1;
  visibility: visible;
}
.index-section3 .card:nth-child(2) ~ .card {
  margin-top: 30px;
}
.index-section3 .card:nth-child(2n) {
  margin-right: 0;
}
.index-section3 .card .list {
  width: 100%;
}
.index-section3 .card .list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}
.index-section3 .card .list-item:last-child {
  margin-bottom: 0;
}
.index-section3 .card .list-item:hover:before {
  background-color: #0084ff;
}
.index-section3 .card .list-item:hover .title {
  color: #0084ff;
}
.index-section3 .card .list-item:hover .time {
  color: #0084ff;
}
.index-section3 .card .list-item:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #6a6a6a;
  border-radius: 100%;
  margin-right: 10px;
  flex-shrink: 0;
  transition: background-color 0.4s;
}
.index-section3 .card .list-item .title {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 1.2;
  margin-right: 20px;
  transition: color 0.4s;
  min-width: 0;
  flex-grow: 1;
}
.index-section3 .card .list-item .time {
  flex-shrink: 0;
  font-size: 14px;
  color: #acacac;
  transition: color 0.4s;
}
.index-section3 .card .item {
  width: 100%;
  display: flex;
  align-items: start;
}
.index-section3 .card .item .date {
  background-color: #eee;
  border-radius: 10px;
  text-align: center;
  width: 90px;
  height: 90px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  margin-right: 30px;
  flex-shrink: 0;
  transition: background-color 0.4s;
}
.index-section3 .card .item .day {
  font-size: 47px;
  line-height: 1;
  font-weight: bold;
  color: #b3b3b3;
  transition: color 0.4s;
}
.index-section3 .card .item .year {
  margin-top: 5px;
  font-size: 14px;
  color: #b3b3b3;
  line-height: 1.2;
  transition: color 0.4s;
}
.index-section3 .card .item .info {
  min-width: 0;
  flex-grow: 1;
}
.index-section3 .card .item .title {
  font-size: 16px;
  color: #6a6a6a;
  line-height: 1.2;
  width: 100%;
  font-weight: bold;
}
.index-section3 .card .item .desc {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 2.2;
  text-align: justify;
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
}
.index-section3 .card .item .desc::after,
.index-section3 .card .item .desc::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #0084ff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.index-section3 .card .item .desc::after {
  width: 100%;
  background-color: #e4e4e4;
}
.index-section3 .card .item .desc:before {
  z-index: 2;
}
.index-section3 .card .item .more-btn {
  display: block;
  font-size: 14px;
  color: #bababa;
  line-height: 1.2;
  margin-top: 25px;
  position: relative;
}
.index-section3 .card .item .more-btn:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #0084ff;
  transition: all 0.4s;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.index-section3 .card .item .more-btn:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0084ff;
  border-right: 2px solid #0084ff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
/* ==================== 首页 - 新闻资讯 End ====================*/
/* ==================== 首页 - 关于我们 Start ====================*/
.index-section4 {
  background: url(../images/new-img04.jpg) no-repeat right bottom #fff;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 190px;
  margin-bottom: -60px;
}
.index-section4 .index-title {
  margin-bottom: 110px;
}
.index-section4 .body {
  padding-left: 210px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index-section4 .info {
  width: 680px;
  flex-shrink: 0;
}
.index-section4 .info .desc {
  font-size: 15px;
  color: #6a6a6a;
  line-height: 2;
  text-align: justify;
}
.index-section4 .info .more-btn {
  width: 102px;
  height: 44px;
  border: 2px solid;
  display: block;
  font-size: 14px;
  color: #bababa;
  line-height: 40px;
  margin-top: 25px;
  position: relative;
  padding: 0 15px;
  font-weight: bold;
  transition: all 0.4s;
  border-radius: 100px;
}
.index-section4 .info .more-btn:hover {
  width: 132px;
  background-color: #0084ff;
  color: #fff;
  padding: 0 25px;
  border-color: #0084ff;
}
.index-section4 .info .more-btn:hover:before {
  background-color: #fff;
  width: 20px;
}
.index-section4 .info .more-btn:hover:after {
  border-color: #fff;
}
.index-section4 .info .more-btn:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #bababa;
  transition: all 0.4s;
  right: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index-section4 .info .more-btn:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #bababa;
  border-right: 2px solid #bababa;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.4s;
}
.index-section4 .right-swiper {
  width: 300px;
  flex-shrink: 0;
}
.index-section4 .right-swiper h3 {
  font-size: 16px;
  color: #0084ff;
  margin-bottom: 15px;
}
.index-section4 .right-swiper .swiper-slide {
  overflow: hidden;
}
.index-section4 .right-swiper .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  cursor: pointer;
}
.index-section4 .right-swiper .image img {
  max-width: inherit;
  height: 100%;
}
.index-section4 .btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
  cursor: pointer;
  outline: none;
}
.index-section4 .swiper-btn-prev,
.index-section4 .swiper-btn-next {
  background: url(../images/new-img04.png) no-repeat center;
  width: 20px;
  height: 20px;
  opacity: 0.2;
  transition: all 0.4s;
}
.index-section4 .swiper-btn-prev:hover,
.index-section4 .swiper-btn-next:hover {
  opacity: 1;
}
.index-section4 .swiper-btn-prev {
  transform: rotateY(180deg);
  margin-right: 20px;
}
/* ==================== 首页 - 关于我们 End ====================*/
/* ==================== 内页 - FAQ Start ====================*/
.ny-faq{}
.ny-faq .faq-item{
  padding: 70px;
  padding-left: 50px;
}
.ny-faq .first-title{
  font-size: 34px;
  color: #3e3e3e;
  font-weight: bold;
  margin-bottom: 30px;
}
.ny-faq .itembox{
  padding-left: 100px;
}
.ny-faq .item{}
.ny-faq .item.active .title{
  color: #0084ff;
}
.ny-faq .item.active .icon:before{
  background-color: #e09319;
  width: 13px;
}
.ny-faq .item.active .icon:after{
  display: none;
}
.ny-faq .item .title{
  padding-right: 30px;
  font-size: 18px;
  color: #363636;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D7D8D9;
  transition: all .4s;
  position: relative;
  cursor: pointer;
}
.ny-faq .item .title:after{
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #e09319;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all .5s;
}
.ny-faq .item .title:hover:after{
  width: 100%;
}
.ny-faq .item .title:hover .icon::before,
.ny-faq .item .title:hover .icon::after{
  background-color: #e09319;
}
.ny-faq .item .text{}
.ny-faq .item .icon{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.ny-faq .item .icon:before,
.ny-faq .item .icon:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #aebbce;
  transition: all .4s;
}
.ny-faq .item .icon:before{
  width: 100%;
  height: 3px;
}
.ny-faq .item .icon:after{
  width: 3px;
  height: 100%;
}
.ny-faq .item .desc{
  padding: 25px 0;
  font-size: 15px;
  color: #7b7b7b;
  line-height: 2;
  display: none;
}
/* ==================== 内页 - FAQ End ====================*/