
/* banner star*/
.indban{width: 100%;position: relative;}
.indban-img{width: 100%;position: relative;}
.indban-img img{width: 100%;min-height: 540px;object-fit: cover;}
.indban .swiper-pagination{bottom: 70px;z-index: 2;}
.indban .swiper-pagination-bullet {border-radius: 8px;background: #65bbb2;opacity: .3;transition: all .4s ease;}
.indban .swiper-pagination-bullet-active {opacity: 1;width: 28px;background: #65bbb2;}
.indban-wd{position: absolute;z-index: 2;top: 50%;left: 50%;transform: translate(-50%,-50%);width: auto;margin-left: -348px;}
.indban-wd .contain{width: auto;}
.indban-wd-font{width: 600px;color: #fff;}
.indban-wd-link{width: 100%;font-size: 0;margin-top: 28px;user-select: none;}
.indban-wd h2{font-size: 42px;font-weight: 700;margin-bottom: 14px;}
.indban-wd h3{font-size: 32px;font-weight: 300;margin-bottom: 14px;}
.indban-wd p{font-size: 16px;line-height: 30px;}
.indban-wd-link a{display: inline-block;width: 140px;height: 48px;line-height: 48px;border-radius: 5px;
    overflow: hidden;font-size: 16px;text-align: center;margin-right: 10px;position: relative;color: #333;}
.indban-wd-link a:last-child{margin-right: 0;color: #fff;}
.indban-wd-link a span{position: relative;z-index: 2;}
.indban-wd-link a:first-child{background:linear-gradient(135deg,#fff,#ddd);}
.indban-wd-link a:last-child{border: 1px solid #fff;}
.indban-wd-link a:hover{background: linear-gradient(35deg,#ddd,#fff);color: #333;}
.indban-wd h2, .indban-wd p,.indban-wd h3, .indban-wd-link{opacity: 0;}
.swiper-slide-active .indban-wd h2{animation: indbanLeft 1s ease both .4s;}
.swiper-slide-active .indban-wd h3{animation: indbanLeft 1s ease both .6s;}
.swiper-slide-active .indban-wd p{animation: indbanLeft 1s ease both .7s;}
.swiper-slide-active .indban-wd-link{animation: indbanOpacity 1s ease both .9s;}
@keyframes indbanLeft{0%{opacity: 0;transform: translateX(140px);}100%{opacity: 1;transform: translateX(0);}}
@keyframes indbanOpacity{0%{opacity: 0;transform: translateX(80px);}100%{opacity: 1;transform: translateX(0);}}
.indban-img-pro{position: absolute;top: 0;left: 0;z-index: 1;opacity: 0;transform: translateY(-60px);transition: all 1s ease .5s;}
.swiper-slide-active .indban-img-pro{transform: translateY(0);opacity: 1;}
/* banner end*/



#main {
  overflow: hidden;
}
/* 首页产品 */
#main .product-main {
  margin: 40px 0 22px;
  overflow: hidden;
}
#main .product-main .pro-sider .pro-sider-ul {
  height: 413px;
  overflow: auto;
}
#main .product-main .pro-main-rig {
  width: 900px;
  float: right;
}
#main .product-main .pro-main-rig .pr-title {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  font-size: 18px;
  color: #0058b1;
  font-weight: bold;
  margin-bottom: 15px;
}
#main .product-main .pro-main-rig .pr-title a {
  font-weight: normal;
  display: block;
  float: right;
  font-size: 14px;
  color: #0058b1;
}
#main .product-main .pro-main-rig .pr-title a:hover {
  text-decoration: underline;
}
#main .product-main .pro-main-rig .pr-list {
  overflow: hidden;
}
#main .product-main .pro-main-rig .pr-list ul {
  margin: 0 -12px;
}
#main .product-main .pro-main-rig .pr-list ul li {
  float: left;
  width: 280px;
  height: 260px;
  border: 2px solid #fff;
  margin: 0 12px 18px;
}
#main .product-main .pro-main-rig .pr-list ul li a {
  display: block;
}
#main .product-main .pro-main-rig .pr-list ul li .pro-img {
  width: 278px;
  height: 210px;
  font-size: 0;
  text-align: center;
  line-height: 210px;
  background: #f5f5f5;
  border:1px solid #e5e5e5;
  border-bottom:none;
}
#main .product-main .pro-main-rig .pr-list ul li .pro-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .product-main .pro-main-rig .pr-list ul li .title {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #595959;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border:1px solid #e5e5e5;
  border-top:none;
}
#main .product-main .pro-main-rig .pr-list ul li .title h3{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .product-main .pro-main-rig .pr-list ul li:hover{
  /* background: #ff9000;
  color: #fff; */
  border-color:#ff9000;
}
#main .product-main .pro-main-rig .pr-list ul li:hover .title{
  border:none;
}
#main .company-main {
  padding: 50px 0 60px;
  background: #f2f2f2;
  overflow: hidden;
}
#main .company-main .warpper {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 2px 1px rgba(102, 102, 102, 0.1);
}
#main .company-main .com-main-left,
#main .company-main .com-main-rig {
  position: relative;
  float: left;
  height: 490px;
  overflow: hidden;
}
#main .company-main .com-main-left {
  padding: 0 47px 0 30px;
  width: 523px;
}
#main .company-main .com-main-left .title {
  margin: 35px 0 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
#main .company-main .com-main-left .title h3 {
  font-size: 22px;
  color: #0058b1;
  font-weight: bold;
  margin-bottom: 4px;
}
#main .company-main .com-main-left .title em {
  font-size: 16px;
  color: #d1d1d1;
}
#main .company-main .com-main-left .com-content {
  overflow: hidden;
  font-size: 14px;
  color: #595959;
  line-height: 24px;
  height: 216px;
}
#main .company-main .com-main-left .com-content img {
  max-width: 100%;
}
#main .company-main .com-main-left .com-btn {
  margin-top: 35px;
  float: left;
  overflow: hidden;
  border: 1px solid #ff9000;
}
#main .company-main .com-main-left .com-btn a {
  display: block;
  width: 145px;
  float: left;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #595959;
}
#main .company-main .com-main-left .com-btn a.active {
  background: #ff9000;
  color: #fff;
}
#main .company-main .com-main-rig {
  width: 600px;
}
#main .company-main .com-main-rig .company-img {
  position: relative;
  width: 570px;
  height: 420px;
  font-size: 0;
  text-align: center;
  line-height: 420px;
  margin-top: 35px;
  z-index: 1;
}
#main .company-main .com-main-rig .company-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .company-main .com-main-rig::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  width: 450px;
  background: #0058b1;
}
#main .news-main {
  background: #fff;
  overflow: hidden;
  padding: 50px 0 40px;
}
#main .news-main .news-content {
  float: left;
  width: 600px;
}
#main .news-main .news-content .news-title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
#main .news-main .news-content .news-title a {
  font-weight: normal;
  float: right;
  font-size: 14px;
  color: #0058b1;
}
#main .news-main .news-content .news-title a:hover {
  text-decoration: underline;
}
#main .news-main .news-content .news-show {
  overflow: hidden;
  height: 140px;
  margin-bottom: 25px;
}
#main .news-main .news-content .news-show .show-box {
  width: 160px;
  float: left;
  text-align: center;
  line-height: 140px;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  background: #0058b1;
}
#main .news-main .news-content .news-show .show-img {
  float: left;
  width: 440px;
  height: 140px;
  font-size: 0;
  text-align: center;
  line-height: 140px;
}
#main .news-main .news-content .news-show .show-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .news-main .news-content .news-show-one {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ededed;
}
#main .news-main .news-content .news-show-one .title {
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

#main .news-main .news-content .news-show-one .title a {
  display: block;
  float: left;
  color: #323232;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-show-one .title a h4{
  font-weight: bold !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-show-one .title a:hover {
  color: #0058b1;
}
#main .news-main .news-content .news-show-one .title span {
  float: right;
  color: #808080;
}
#main .news-main .news-content .news-show-one .title span em {
  color: #d9d9d9;
  margin: 0 5px;
}
#main .news-main .news-content .news-show-one .news-p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
#main .news-main .news-content .news-list {
  overflow: hidden;
}
#main .news-main .news-content .news-list ul {
  margin: 0 -20px;
}
#main .news-main .news-content .news-list ul li {
  float: left;
  width: 280px;
  margin: 0 20px;
  font-size: 14px;
  line-height: 30px;
}
#main .news-main .news-content .news-list ul li a {
  position: relative;
  padding-left: 10px;
  display: block;
  color: #808080;
}
#main .news-main .news-content .news-list ul li a h4{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-list ul li a::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 2px;
  background: #555555;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
#main .news-main .news-content .news-list ul li a:hover {
  color: #0058b1;
}
#main .news-main .online-main {
  width: 480px;
  float: right;
}
#main .news-main .online-main .title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
#main .news-main .online-main .online-form {
  overflow: hidden;
}
#main .news-main .online-main .online-form input {
  float: left;
  display: block;
  width: 460px;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ededed;
  margin-bottom: 13px;
  font-size: 14px;
  color: #323232;
}
#main .news-main .online-main .online-form input.code {
  width: 300px;
}
#main .news-main .online-main .online-form a {
  display: block;
}
#main .news-main .online-main .online-form a.code {
  float: right;
  height: 42px;
  max-width: 130px;
  line-height: 42px;
  font-size: 0;
  text-align: center;
}
#main .news-main .online-main .online-form a.code img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .news-main .online-main .online-form textarea {
  display: block;
  float: left;
  font-size: 14px;
  color: #323232;
  width: 460px;
  border: 1px solid #ededed;
  height: 120px;
  line-height: 30px;
  padding: 5px 9px;
  margin-bottom: 26px;
}
#main .news-main .online-main .online-form .btn-box {
  float: left;
  width: 100%;
  overflow: hidden;
}
#main .news-main .online-main .online-form .btn-box a.btn {
  display: block;
  width: 265px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: #ff9000;
  color: #fff;
  margin: 0 auto;
}
#main .news-main .online-main .online-form .btn-box a.btn:hover {
  background: #0058b1;
}
.link-cover {
  overflow: hidden;
  padding: 30px 0 20px;
  border-top: 1px solid #e6e6e6;
}
.link-cover .title {
  float: left;
  width: 80px;
  height: 35px;
  background: url(../images/link-icon.png) no-repeat left center;
}
.link-cover .link-list {
  float: left;
  width: 1000px;
  height: 35px;
  overflow: hidden;
}
.link-cover .link-list a {
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0 22px;
  font-size: 14px;
  color: #808080;
}
.link-cover .link-list a img{
  display: block;
  height: 25px;
  margin:5px 0 0;
  width: auto;
}
.link-cover .link-list a:hover {
  color: #ff9000;
}
.link-cover .link-list em {
  display: block;
  float: left;
  font-size: 14px;
  color: #e6e6e6;
  line-height: 35px;
}
.link-cover .link-list.active {
  height: auto;
}
.link-cover .link-more {
  cursor: pointer;
  float: right;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 35px;
  height: 35px;
  padding-right: 20px;
  background: url(../images/down-arr.png) no-repeat right center;
}
.link-cover .link-more.on {
  background: url(../images/up-arr.png) no-repeat right center;
}


.footer{background:#e7e7e7;margin:0 auto;width:100%;}
.qf_footer{padding: 42px 0;}
.qf_footer a{color: #101010;}
.footer_l{float: left;width: 298px;padding-top: 50px;}
.footer_l img{max-width: 100%;}
.footer_m{width:650px;float: left;}
.footer_m h3{font-size: 28px;color: #f0f0f0;line-height: 54px;font-weight: bold;margin-bottom: 15px;width: 461px;background: #65bbb2;text-align: center;}
.footer_m p{font-size: 18px;color: #101010;margin: 0;line-height: 33px;}
.footer_m p a{color: #101010;}
.footer_r{float: right;width: 350px;padding-top: 25px;}
.footer_r p{font-size: 16px;color: #272727;line-height: 55px;float: left;width: 137px;margin-left: 20px;text-align: center;}
.footer_r img{max-width: 100%;}

.footer .foot-nav{border-bottom: 1px solid #d5d5d5;}
.footer .foot-nav .foot-nav-list {
  overflow: hidden;
}
.footer .foot-nav .foot-nav-list ul li {
  float: left;
  width: 162px;
  text-align: center;
  line-height:68px;position: relative;
}
.footer .foot-nav .foot-nav-list ul li a {
  font-size: 18px;
  color: #3d3d3d;
}
.footer .foot-nav .foot-nav-list ul li::after{
  position: absolute;
  content: '';
  right: -1px;
  top:50%;
  width:0;
  margin-top:-6px;
  height: 10px;
  border-left:1px solid #aeaeae;
}
.footer .foot-nav .foot-nav-list ul li:last-child::after{border: 0;}
.footer .foot-nav .foot-nav-list ul li a:hover,
.footer .foot-nav .foot-nav-list ul li.active a {
  color: #a31e31;
}

.qrcode_sider{width: 100%;margin: 0 auto;padding: 20px 0;text-align: center;}
.qrcode_sider img{max-width: 70%;}
.pro-sider {
  float: left;
  width: 100%;
}
.pro-sider .in-title {
  line-height: 30px;
  overflow: hidden;
  border-bottom: 4px solid #f1f1f1;
  padding-bottom: 12px;
}
.pro-sider .in-title h3 {
  line-height: 30px;
  font-size: 18px;font-weight: bold;
  color: #444;
  padding-left: 18px;
  background: url(../images/jtt.png) no-repeat left center;
}
.pro-sider .in-title h3 font{display: block;font-weight: 500;}
.pro-sider .in-title em {
  font-size: 13px;
  color: #728dbc;
}
.pro-sider .pro-sider-ul1 {
  border-top: none;
  overflow: hidden;
  padding: 15px 0px;
}
.pro-sider .pro-sider-ul1 .ul-li {background: url(../images/sider-bg-01.png) no-repeat left center;padding-left: 15px;}
.pro-sider .pro-sider-ul1 .ul-li a {
  position: relative;
  line-height: 33px;
  font-size: 14px;
  color: #797979;
  display: block;
  padding: 7px 0;
  border-bottom: #d2d2d2 1px dashed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul1 .ul-li a h2{
  overflow: hidden;font-size: 14px;
  line-height: 33px;
  color: #666;
  width: 201px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul1 .ul-li span{display: block;line-height: 22px;}
.pro-sider .pro-sider-ul1 .ul-li a div.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #e4e4e4 url(../images/sider-bg-02.png) no-repeat center;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}
.pro-sider .pro-sider-ul1 .ul-li:hover a h2,
.pro-sider .pro-sider-ul1 .ul-li.active a h2{
  color: #720000;
}
.pro-sider .pro-sider-ul1 .ul-li:hover div.icon,
.pro-sider .pro-sider-ul1 .ul-li.active div.icon {
  background: #f0951e url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul1 .ul-li:last-child a {
  border-bottom: none;
}


.pro-sider .pro-sider-ul {
  border-top: none;
  overflow: hidden;
  padding:20px 0px;
}
.pro-sider .pro-sider-ul .ul-li {}
.pro-sider .pro-sider-ul .ul-li a {
  position: relative;
  line-height: 48px;
  font-size: 14px;
  color: #797979;
  display: block;
  background: #f5f5f5;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding:0 15px;
}
.pro-sider .pro-sider-ul .ul-li:hover a{background: #e78923;color: #fff;}
.pro-sider .pro-sider-ul .ul-li span{display: block;line-height: 22px;}
.pro-sider .pro-sider-ul .ul-li a div.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #e4e4e4 url(../images/sider-bg-02.png) no-repeat center;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover a h2,
.pro-sider .pro-sider-ul .ul-li.active a h2{
  color: #cc9c66;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
  background: #cc9c66 url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
  border-bottom: none;
}
.pro-sider .pro-sider-tel {
  overflow: hidden;
  min-height: 100px;
  padding-bottom:20px;
  line-height: 1;
  font-size: 24px;
  color: #fff;
  border-top: none;
  padding-left: 62px;
  background: url(../images/sider-tel.png) no-repeat 14px center #2e2e2e;
}
.pro-sider .pro-sider-tel span {
  display: block;
  margin: 30px 0 8px;
  line-height: 22px;
  font-size: 15px;
  color: #fff;
}
.pro-sider .pro-sider-tel em {
  font-weight: bold;
  line-height: 22px;
}


.sider-contact .pro-sider-tel {
  overflow: hidden;
  min-height: 100px;
  padding-bottom:20px;
  line-height: 1;
  font-size: 24px;
  color: #666;
  border-top: none;
  padding-left: 62px;
  background: url(../images/sider-tel.png) no-repeat 14px center #f3f3f3;
}
.sider-contact .pro-sider-tel span {
  display: block;
  margin: 30px 0 8px;
  line-height: 22px;
  font-size: 15px;
  color: #666;
}
.sider-contact .pro-sider-tel em {
  font-weight: bold;
  line-height: 22px;
}
.qrcode-sider{background: #f3f3f3;padding: 30px 50px 0 50px;text-align: center;color: #666;line-height: 30px;font-size: 16px;}
.qrcode-sider img{max-width: 100%;margin-bottom: 10px;}


.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}
/*# sourceMappingURL=./index.css.map */
.swiper-pagination-bullet-active{
    background: #eee;
}


/* 后加 */

.xk_pro_category{margin: 20px 0 30px 0;}
.xk_pro_category ul li {
    line-height: 36px;
    color: #666;
    font-size: 15px;
    float: left;
    margin-right: 8px;
}
.xk_pro_category ul li a {display: block;padding: 0 28px;border-radius:3px;color: #666;}
.xk_pro_category ul li a.cur {background: #d9935f;color: #fff;}
.xk_pro_category ul li:hover a{background: #d9935f;color: #fff;}

.home_product{padding: 60px 0;width: 100%;}
.home_pro_category{margin:40px 0 0 0;background: #1240b8;padding: 0 18px;font-size: 18px;color: #fff;font-weight: bold;}
.home_pro_category a{line-height:59px;font-size: 18px;display: inline-block;color: #fff;font-weight: bold;
  background: url(../images/g_list.png) no-repeat left center;padding-left: 22px;margin-left: 20px;}
  .home_pro_category a.pro_more{float: right;background: none;padding:0;margin:0;}
.home_pro_category a:hover{color: #ffba00;}
.home_pro_content{margin-top: 30px;}
.home_pro_content ul{margin: 0 -15px;}
.home_pro_content ul li{text-align:center;position:relative;background: #f3f3f3;padding:5px 5px 0 5px;float: left;width:292px;margin:0 15px 28px 15px;}
.home_pro_content ul li a{display: block;color: #1e1e1e;}
.home_pro_content ul li a.package_img{overflow: hidden;height: 292px;position: relative;}
.home_pro_content ul li a.package_img img{}
.home_pro_content ul li p{line-height: 55px;color: #1e1e1e;font-size: 18px;}
.home_pro_content ul li:hover p a{color: #e78923;}
.home_pro_content ul li:hover{
    box-shadow: 18px 18px 30px #ddd, -18px -18px 30px #ddd;
}


a.home_more{margin: 50px auto 0;width: 142px;line-height: 33px;text-align: center;color: #282828;
  font-size: 18px;display: block;border-radius: 25px;border: 2px solid #292929;}
a.home_more:hover{background: #292929;color: #fff;}
.home_pro_content ul li:hover .pro_main{
  box-shadow: 1px 8px 20px rgb(0 0 0 / 15%);
}


.wjdh-link {
    display: block;
    width: 55px;
    height: 55px;
    background-image: url(../images/link.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.item-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
    transform: rotateX(180deg) scale(0.2, 0.2);
    transition: all ease-out .5s;
}

.home_pro_content ul li:hover .item-mask {
    opacity: 1;
    -webkit-transform: rotateX(0deg) scale(1, 1);
    transform: rotateX(0deg) scale(1, 1);
    transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
    background: rgba(0, 0, 0, 0.3);
}
.item-mask .item-link-icon {
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 22px;
    line-height: 55px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -29px;
    margin-top: -29px;
}

.home_advantage{
    padding: 78px 0 0 0;
    width: 100%;
    height: 1160px;
    background: url(../images/bg2.jpg) no-repeat top center;
    background-repeat: repeat !important;
    background-position: 50% 0%;
    background-attachment: fixed;
    position: relative;
    background-size: cover !important;
    min-width: 1300px;
}
.home_advantage .home_title h2,.home_advantage .home_title p{color: #fff;}
.home_advantage_c{margin-top: 58px;}
.advantage_c_up{margin-bottom: 45px;}
.advantage_up_l{float: left;width: 610px;}
.advantage_up_l ul li{margin-bottom: 40px;}
.advantage_up_l ul li .qf_num{width: 74px;text-align: center;float: left;height: 94px;}
.advantage_up_l ul li .qf_adv{float: right;width: 515px;}
.advantage_up_l ul li .qf_adv span{font-size: 28px;color: #fff;display: block;line-height: 36px;font-weight: 500;margin-bottom: 8px;}
.advantage_up_l ul li .qf_adv div{margin-top: 10px;}
.advantage_up_l ul li p{font-size: 18px;color: #fff;margin: 0px;line-height: 35px;margin-bottom:0px;}
.advantage_up_r{float: right;width:652px;}

.advantage_c_down{}
.advantage_down_l{float: left;width: 652px;}
.advantage_down_r{float: right;width: 605px;}
.advantage_down_r ul li{margin-bottom: 55px;}
.advantage_down_r ul li .qf_num{width: 74px;text-align: center;float: left;height: 94px;}
.advantage_down_r ul li .qf_adv{float: right;width: 510px;}
.advantage_down_r ul li .qf_adv span{font-size: 28px;color: #fff;display: block;line-height: 36px;font-weight: 500;margin-bottom: 8px;}
.advantage_down_r ul li .qf_adv div{margin-top: 10px;}
.advantage_down_r ul li p{font-size: 18px;color: #fff;margin: 0px;line-height: 35px;margin-bottom:0px;}

.home_about{width: 100%;padding:60px 0;}
.home_about_c{background: url(../images/bg1.png) no-repeat center 10px;margin-top: 33px;min-width: 1300px;min-height: 566px;position: relative;}
.home_about_r {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    overflow: hidden;
    display: block;
    height: 544px;
}
.home_about_r img{/* max-width: 100%; */}
.home_about_l{float: left;width: 575px;padding-top: 95px;}
.home_about_l h2{font-size:27px;color: #464646;line-height: 38px;font-weight: 500;}
.home_about_l span{display: block;font-size: 18px;color: #7b0000;line-height: 30px;}
.home_about_l p{font-size: 15px;color: #121212;line-height: 36px;margin: 15px 0;}
.home_about_l a{display: block;font-size: 16px;color: #720000;line-height: 26px;}

.brand_advantages{
    background: url(../images/bg2.jpg) no-repeat top center;
    width: 100%;
    height: 770px;
    text-align: center;
    padding:77px 0 0px 0;
    background-repeat: repeat !important;
    background-position: 50% 0%;
    background-attachment: fixed;
    position: relative;
    background-size: cover !important;
    min-width: 1300px;
}
.brand_advantages .home_title h2,.brand_advantages .home_title p{color: #fff;}
.brand_advantages_c{margin-top: 88px;}
.brand_advantages_c ul{margin: 0 -18px;}
.brand_advantages_c ul li{float: left;width: 296px;text-align: center;margin: 0 18px;background: #fff;position: relative;}
.brand_advantages_c ul li a{display: block;overflow: hidden;}
.brand_advantages_c ul li div{
    padding: 20px 10px;
    height: 94px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom:-134px;
    background: #fff;
}
.brand_advantages_c ul li h3{font-size: 24px;color: #171717;line-height: 33px;font-weight: 500;margin-bottom: 5px;}
.brand_advantages_c ul li p{font-size: 18px;color: #1d1d1d;line-height: 28px;min-height: 56px;overflow: hidden;}
.brand_advantages_c ul li:hover div{height: 150px;}


.home_news{padding:66px 0 88px 0;}
.news_content{margin-top: 30px;}
.hasMoreTab{}
.hasMoreTab .hd{ line-height:43px; }
.hasMoreTab .hd ul{ z-index:5; overflow:hidden; zoom:1;text-align: center;}
.hasMoreTab .hd li{display:inline-block;cursor:pointer;line-height:43px;width: 132px;text-align: center;background: #d8d8d8;font-size: 20px;color: #242424;margin: 0 5px;}
.hasMoreTab .hd li.on{background: #6f6f6f;color: #fff;}
.hasMoreTab .bd{position:relative;margin-top: 30px;}
.news_left{float: left;width: 636px;}
.news_left_up{width: 100%;}
.news_left_up ul li{}
.news_left_up ul li .wy_news_img{
    overflow: hidden;
    width: 254px;
    float: left;
    height: 209px;
}
.news_left_up ul li a.qf_imga{
    width: 254px;
    height: 209px;
    display: block;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}
.news_left_up ul li .news_left_up_text{float: right;width: 352px;}
.news_left_up ul li h2{font-size: 20px;color: #2f2f2d;line-height: 33px;font-weight: bold;}
.news_left_up ul li p{color: #434343;font-size: 16px;line-height: 28px;margin: 10px 0;}
.news_left_up ul li h2:hover{color: #720000;}
.news_left_up ul li span{display: block;color: #434343;line-height: 30px;font-size: 16px;}
.news_left_down{width: 100%;}
.news_left_down ul li{margin-top: 30px;}
.news_left_down ul li .wy_news_img{
    overflow: hidden;
    width: 97px;
    float: left;
    height: 90px;
}
.news_left_down ul li a.qf_imga{
    width: 97px;
    height: 90px;
    display: block;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}
.news_left_down ul li .news_left_down_text{float: right;width:515px;}
.news_left_down ul li h2{font-size: 20px;color: #2f2f2d;line-height: 33px;font-weight: 500;}
.news_left_down ul li p{color: #737373;font-size: 16px;line-height: 28px;}
.news_left_down ul li h2:hover{color: #720000;}

.news_right{width:636px;float: right;}
.news_right ul li{margin-bottom: 30px;}
.news_right ul li .wy_news_img{
    overflow: hidden;
    width: 97px;
    float: left;
    height: 90px;
}
.news_right ul li a.qf_imga{
    width: 97px;
    height: 90px;
    display: block;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}
.news_right ul li .news_left_down_text{float: right;width:515px;}
.news_right ul li h2{font-size: 20px;color: #2f2f2d;line-height: 33px;font-weight: 500;}
.news_right ul li p{color: #737373;font-size: 16px;line-height: 28px;}
.news_right ul li h2:hover{color: #720000;}


.professional_planning{background: #f3f3f3;padding: 45px 0 70px 0;}
.planning_title{text-align: center;}
.planning_title h2{color: #333;font-size: 32px;font-weight: 100;line-height: 50px;}
.professional_planning_c{margin-top: 40px;}
.professional_planning_c ul{margin: 0 -10px;}
.professional_planning_c li {
    overflow: hidden;text-align: center;
    zoom: 1;width: 293px;margin: 0 6px;background: #797979;
    float: left;height: 280px;
}
.professional_planning_c .pics {display: block;
    padding-bottom: 17px;padding-top: 40px;
}
.professional_planning_c .pics img{margin: 0 auto;}
.professional_planning_c .pic-title {
    margin-top: 5px;margin-bottom: 10px;font-size: 20px;color: #fff;
}
.professional_planning_c .pic-intro p {
    margin: 0 10px;color: #fff;line-height: 30px;
}

.nyy_contact{width: 100%;padding: 50px 0;text-align: center;background: #fff}
.nyy_contact h2{font-size: 24px;font-weight: 100;color: #1b1b1b;line-height: 40px;}
.nyy_contact p{line-height: 24px;color: #666666;margin-bottom: 8px;}
.nyy_contact p font{font-size: 20px;}
.nyy_contact a{display: block; background-color: rgb(221, 153, 93);border-radius: 5px;width: 200px;line-height: 55px;margin: 33px auto 0;color: #fff;font-size: 16px;border: rgb(209,146,50) 1px solid;}
.nyy_contact a:hover{background: none;color: #333;}


.home_photo{padding: 0px 0 65px 0;}
.home_photo_content{margin-top: 36px;}
.home_photo_content .swiper-container{padding-bottom:56px;}
.home_photo_content ul li{}
.home_photo_content .wy_news_img{
    overflow: hidden;
    width: 100%;
    height: 227px;
}
.home_photo_content ul li a.qf_imga{
    width: 100%;
    height: 227px;
    display: block;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}
.home_photo_content .swiper-slide{text-align: center;position: relative;}
.home_photo_content .swiper-button-next,.home_photo_content .swiper-button-prev{
    transition: opacity .5s;
    -moz-transition: opacity .5s ;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    top: 45%;
}
.home_photo_content .swiper-pagination-bullet-active{background: #f98b15;}
.home_photo_content .swiper-pagination{}

.ny_about-us{}
.ny_about-us-c{margin-top: 30px;}
.ny_about-us-text{font-size: 16px;color: #666666;line-height: 38px;padding-bottom: 40px;}
.ny_about-us-text p{font-size: 16px;color: #666666;line-height: 38px;}

.main_about{padding: 50px 0;}
.main_about_c{margin-top: 36px;}
.main_about_c p{
    font-size: 16px;
    color: #595959;
    line-height: 33px;
    margin-bottom: 8px;
}

.home_contact_txt{float: left;width: 480px;padding-top:22px;}
.contact_title{text-align: left;}
.contact_title h3{color: #fff;font-size: 37px;line-height: 50px;}
.contact_title span{display: block;width: 56px;height: 2px;background: #fff;margin: 15px 0 22px 0;}
.home_contact_txt p{font-size: 18px;color: #fff;line-height: 42px;}
.home_contact_txt a{color: #fff;}

.sub-navigation{width: 100%;background: #555;}
.sub-navigation ul li{float: left;width: 25%;text-align: center;line-height: 60px;font-size: 16px;color: #999;cursor: pointer;}
.sub-navigation ul li.active, .sub-navigation ul li:hover {background: #a94141;color: #ffffff;}

.sub-navigation-news{width: 100%;background: #555;}
.sub-navigation-news ul li{float: left;width: 25%;text-align: center;line-height: 60px;}
.sub-navigation-news ul li a{display: block;font-size: 16px;color: #999;}
.sub-navigation-news ul li.active_div a, .sub-navigation-news ul li:hover a{background: #a94141;color: #ffffff;}

.sub-navigation-goods{width: 100%;background: #555;margin-bottom: 38px;}
.sub-navigation-goods ul li{float: left;width: 20%;text-align: center;line-height: 60px;}
.sub-navigation-goods ul li a{display: block;font-size: 16px;color: #999;}
.sub-navigation-goods ul li.active_div a, .sub-navigation-goods ul li:hover a{background: #a94141;color: #ffffff;}

.navigation-about{background: #f3f3f3;padding: 80px 0;}
.navigation-about-content{margin-top: 40px;padding: 38px 18px;background: #eaeaea;}
.navigation-about-content p{font-size: 16px;line-height: 40px;color: #666;}

.navigation-culture{padding: 80px 0;}
.navigation-culture .warpper{background: url(../images/mt.jpg) no-repeat center center;height: 604px;}
.navigation-culture-left{float: right;width:420px;background: rgba(255,255,255,.9);padding:30px 40px;margin:30px;}
.navigation-title {padding: 0 0 20px;}
.navigation-title h2{color: #333333;font-size: 32px;}
.navigation-title span {width: 40px;height: 2px;background: #a41e32;margin: 10px 0;display: inline-block;}
.navigation-title p{font-size: 20px;text-transform: uppercase;}
.navigation-culture-text{font-size: 16px;line-height: 30px;color: #666;}

.workshop{padding: 50px 0 90px 0;background: #fff;}
.workshop_c{margin-top: 40px;}
.workshop_c .swiper-container{padding-bottom: 70px;}
.workshop_c .swiper-slide{text-align: center;position: relative;background: #f3f3f3;padding: 8px;box-sizing: border-box;}
.workshop_c .swiper-slide a.package_img{overflow: hidden;display: block;height: 330px;}
.workshop_c .swiper-slide a.package_img img{}
.workshop_c .pro_content_text{display: none;}
.workshop_c .pro_content_text p{line-height:58px;font-size: 18px;}
.workshop_c .pro_content_text p a{color: #232323;}
.workshop_c .swiper-pagination-bullet{width: 20px;height: 20px;background: #ddd;}


.boxes {
    position: relative;
    padding: 100px 0;
    background: #fff;
}
.bName {
    text-align: center;
    color: #cc9c66;
    font-size: 28px;
    font-family: 'SemiBold';
    margin-bottom: 30px;
}
.commonBtn {
    width: 342px;
    height: auto;
    border: 2px solid #cc9c66;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    color: #cc9c66;
    cursor: pointer;
    display: block;
    font-size: 24px;
    -webkit-transition: all .5s;
    position: relative;
}

.brand-advantages{padding: 72px 0;background: #f8f8f8;margin: 45px 0 0 0;}
.brand-advantages-c{margin-top: 36px;}
.brand-advantages-c ul{margin:0 -15px;}
.brand-advantages-c ul li{float: left;width: 363px;padding: 50px 25px 75px 25px;background: #fff;margin:0 15px;text-align: center;}
.brand-advantages-c ul li .iconx{line-height: 120px;}
.brand-advantages-c ul li h2{font-size: 24px;font-family: 'SemiBold';line-height: 60px;}
.brand-advantages-c ul li span{display: block;background: #cc9c66;width: 30px;height: 2px;margin:5px auto 20px;}
.brand-advantages-c ul li p{color: #3e3e3e;line-height: 30px;}
.brand-advantages-c ul li:hover{
    -webkit-transform: translate3d(0,-12px,0);
    -moz-transform: translate3d(0,-12px,0);
    transform: translate3d(0,-12px,0);
}
/* 资讯start */
.template-news-list{padding: 0px 0 20px 0;}
.template-news-list ul{margin:0 -25px;}
.template-news-list ul li{float: left;width:450px;}
.template-news-list ul li a{display: block;padding: 30px 25px;}
.template-news-list ul li .news-list-img{width: 100%;height: 268px;overflow: hidden;}
.template-news-list ul li .news-list-box{padding: 15px 0px;}
.template-news-list ul li .news-list-box h4{line-height: 45px;font-size: 16px;color: #222222;}
.template-news-list ul li .news-list-box span{color: #999;line-height: 36px;display: block;}
.template-news-list ul li .news-list-box p{color: #999;line-height: 26px;display: block;}
.template-news-list ul li .news-list-box .kmore{background: url(../images/more.png) no-repeat left center;height: 30px;margin-top: 20px;}
.template-news-list ul li:hover a{
    box-shadow: 0 10px 36px rgb(0 0 0 / 13%);
    background: #fff;
    z-index: 10;
}

.template-news-list1{padding: 20px 0;}
.template-news-list1 ul{margin: 0 -12px;}
.template-news-list1 ul li{float: left;width:307px;box-shadow: 0 1px 8px #ddd;margin: 0 12px 25px 12px;text-align: center;}
.template-news-list1 ul li a{display: block;}
.template-news-list1 ul li .news-list-img{width: 100%;height: 260px;overflow: hidden;}
.template-news-list1 ul li .news-list-box{padding: 10px 15px;}
.template-news-list1 ul li .news-list-box h4{line-height: 45px;font-size: 16px;color: #222222;}
.template-news-list1 ul li .news-list-box span{color: #666;line-height: 26px;display: block;}
.template-news-list1 ul li .news-list-box p{color: #666;line-height: 24px;display: block;}
/* 资讯end */
.ny_contact{padding:20px 0 30px 0;}
.ny_contact ul{margin:0 -8px;}
.ny_contact ul li{width: 253px;padding:50px 30px 60px 30px;text-align: center;float:left;margin: 0 8px;height: 100px;background: #f8f8f8;}
.ny_contact ul li .icon{font-size: 32px;}
.ny_contact ul li h2{font-size:18px;font-weight: 100;color: #333;}
.ny_contact ul li p{font-size: 16px;}
.ny_contact ul li a{color:#333;}
.ny_contact ul li:hover{
    -webkit-transform: translate3d(0,-12px,0);
    -moz-transform: translate3d(0,-12px,0);
    transform: translate3d(0,-12px,0);
    box-shadow:  18px 18px 30px rgb(0 0 0 / 10%), -18px -18px 30px rgb(255 255 255);
}

.up_category{text-align: center;margin: 25px 0 35px 0;overflow: hidden;}
.up_category ul{text-align: center;}
.up_category ul a{color: #fff;display:block;background:#2e73ff;font-size: 16px;line-height:42px;
    width:182px;float: left;margin-right: 10px;}
.up_category ul a:hover{background: #f1b746;}

.up_category ul a.CurrentMenu{background: #f1b746;}

h2.all_title{font-size: 28px;line-height: 45px;font-weight: bold;color: #61a24a;}

.home_title{text-align: center;}
.home_title h2{font-size: 36px;line-height: 50px;font-weight: 500;color: #070707;}
.home_title span{display: block;height: 2px;width: 58px;margin: 10px auto;background: #7b0000;}
.home_title p{font-size: 18px;line-height: 30px;color: #959595;}

.page_brand{width: 100%;text-align: center;min-width: 1300px;}
.page_brand img{max-width: 100%;}

.ny-banner{
    background: url(../images/contact-banner-bg.jpg) no-repeat center center;
    height: 400px;
    width: 100%;
}
.about-banner{
    background: url(../images/about-banner.jpg) no-repeat center center;
    width: 100%;
    height: 630px;
    background-repeat: repeat !important;
    background-position: 50% 0%;
    background-attachment: fixed;
    position: relative;
    background-size: cover !important;
    min-width: 1300px;
}
.news-banner{
    background: url(../images/news-banner.jpg) no-repeat center center;
    width: 100%;
    height: 630px;
    background-repeat: repeat !important;
    background-position: 50% 0%;
    background-attachment: fixed;
    position: relative;
    background-size: cover !important;
    min-width: 1300px;
}
.terminal-banner{
    background: url(../images/terminal-banner.jpg) no-repeat center center;
    width: 100%;
    height: 700px;
    min-width: 1300px;
}

.ny_advantage{padding: 60px 0;width: 100%;background: #ffffff;}
.ny_advantage .home_title h2{color: #333;}
.ny_advantage_c{margin-top: 30px;}
.ny_advantage_c ul{margin: 0 -15px;}
.ny_advantage_c ul li{float: left;width:242px;margin: 0 15px;padding: 30px;text-align: center;overflow: hidden;
    background:#f1f1f3;position: relative;min-height: 265px;}
    .ny_advantage_c ul li .advantage_img{font-size:36px;color: #c21212;font-weight: bold;line-height: 50px;}
.ny_advantage_c ul li h2{color: #222222;font-size: 24px;line-height: 36px;margin: 10px 0;}
.ny_advantage_c ul li p{font-size: 14px;color: #222222;margin: 0px;line-height: 24px;text-align: left;
}
.advantage_txt{min-height: 96px;}
.ny_advantage_c ul li:before{background: #c21212;position: absolute;top: 0;bottom: 0;width: 100%;left: 0;right: 0;height: 100%;
content: " ";z-index: -1;
transform: translateY(82px);
    transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.ny_advantage_c ul li:hover:before{transform: translateY(0px);}
.ny_advantage_c ul li:hover{
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
.ny_advantage_c ul li:hover h2,.ny_advantage_c ul li:hover p,.ny_advantage_c ul li:hover .advantage_img{color: #fff;}
.ny_advantage_tel{width: 508px;border-radius: 25px;line-height: 50px;background: #323232;color: #fff;text-align: center;margin:36px auto 0}
.ny_advantage_tel font{font-size: 28px;vertical-align: sub;}
.ny_advantage_tel i{padding-right: 8px;font-size: 20px;display: inline-block;}


.info-related-products{padding: 25px 0;}
.related-products-title{border-bottom: 3px solid #ededed;font-size: 20px;line-height: 45px;margin-bottom:25px;padding-bottom:10px;color: #013596;font-weight: bold;}
.related-products-title font{color: #666;font-size: 16px;padding-left: 5px;font-weight: 300;}
.info-related-products ul{margin: 0 -10px;}
.info-related-products ul li{float: left;width: 310px;margin: 0 10px;text-align: center;}
.info-related-products ul li a{display: block;overflow: hidden;border: 1px solid #f3f3f3;}
.info-related-products ul li .wy_newsimg{height: 310px;}
.info-related-products ul li img{max-width: 100%;}
.info-related-products ul li p{line-height: 55px;color: #666;font-size: 16px;}


.our-adcantages{
  background:url(../images/advantages_bg.jpg) no-repeat top center;
  padding-top: 55px;
}
.our-adcantages .home_title h2{color: #fff;}
.our-adcantages-c{margin-top: 55px;}
.adcantages-left{float: left;width: 336px;}
.adcantages-left p{font-size: 20px;color: #fff;line-height: 30px;}
.adcantages-left h2{font-size: 36px;color: #fff;font-weight: bold;line-height: 60px;}
.adcantages-left span{display: block;width: 80px;height: 7px;background: #fff;margin:10px 0 20px 0;}
.adcantages-left div.tags{font-size: 18px;color: #fff;line-height: 42px;}
.adcantages-left div.qrcode{width: 185px;font-size: 18px;color: #908a8a;line-height: 42px;margin-top: 36px;text-align: center;}
.adcantages-left div.qrcode img{max-width: 100%;}
.adcantages-right{float: right;width: 862px;background: #fff;
  border: 5px solid #e9e9e9;min-height: 365px;padding: 30px 30px;}
.adcantages-right p{font-size: 16px;color: #666;line-height: 36px;margin-bottom: 8px;}

.search_pagenation{text-align: center;margin: 30px 0;}
.search_pagenation a{display: inline-block;width: 80px;height: 35px;font-size: 14px;background: #db1430;color: #fff;line-height: 35px;margin:0 5px;}
.search_pagenation .noothers {display: none;}


.nycontact_content{padding:36px 0;}
.nycontact_content_l{width:640px;float: left;}
.nycontact_content_r{width: 592px;float: right;}
.forms-warp {
    padding: 40px;
    background: #fff;
    box-shadow: 0px 0 40px #d4d4d4;
}
.forms-warp h3 {
    font-size: 28px;
    margin-bottom: 20px;
}
.forms-warp > div {
    margin-bottom: 12px;
}
.nycontact_content_r label {
    display: block;
    margin:5px 0;
    color: #777777;
}
.nycontact_content_r input, .nycontact_content_r select, .nycontact_content_r textarea {
    height: 43px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    width: 489px;
    padding: 0 10px;margin: 0;
}
.nycontact_content_r .description textarea {
    height: 92px;width: 489px;
    padding-top: 5px;
}
.nycontact_content_r .code .code-img {
    display: inline-block;
}
.nycontact_content_r .code .code-img input{
  float: left;width: 200px;margin-right: 20px;
}
.nycontact_content_r .code .code-img .verify{float: left;width: 155px;}
.nycontact_content_r .code .code-img .verify img{vertical-align: sub;max-height:43px;}
.nycontact_content_r .code .code-bth {
    text-align: center;
    color: #fff;
    margin-top: 15px;
}
.nycontact_content_r .code .code-bth a {
    background:#65bbb2;display: block;
    border: 0;color: #fff;width: 100%;
    border-radius: 5px;
    height: 43px;
    line-height: 43px;font-size: 18px;
}


#questions{}
#questions li h5 .UI-ask,#questions li h5 .UI-bubble{position:absolute;left:0px;top:9px;}
#questions li{padding:0 0px 10px 0px;vertical-align:bottom;}
#questions li h5{position:relative;color:#222;font-size:16px;cursor:pointer;line-height:40px;height:40px;overflow:hidden;padding:0 0 0 26px;margin-bottom: 10px;}
#questions li .foldContent{padding:15px 26px;line-height:30px;background:#fdfdfd;color:#666;}
#questions .UI-bubble{display:inline-block;width:23px;height:23px;overflow:hidden;background:url(../images/sicons.png) 0px 0px no-repeat;}
#questions .UI-ask{display:inline-block;width:23px;height:23px;overflow:hidden;background:url(../images/sicons.png) -25px 0px no-repeat;}

.span_advantages{padding: 60px 0;background: url(../images/bg3.jpg) no-repeat top center;min-width: 1300px;}
.span_advantages_c{margin-top: 50px;position: relative;}
.span_advantages_c ul{}
.span_advantages_c ul li{background: url(../images/advantages_bg.png) repeat-x center center;height: 536px;position: relative;}
.span_advantages_c ul li.even .advantages_text{float: left;width: 552px;margin-top: 145px;padding-left: 60px;}
.span_advantages_c ul li.odd .advantages_text{float: right;width: 545px;margin-top: 142px;padding-left: 60px;}
.span_advantages_c ul li .advantages_text h3{font-size: 24px;color: #0a0909;line-height: 30px;}
.span_advantages_c ul li .advantages_text h4{font-size: 30px;color: #161616;line-height: 36px;margin: 15px 0;}
.span_advantages_c ul li .advantages_text p{font-size: 18px;color: #000000;line-height: 30px;}
.span_advantages_c ul li .advantages_text a{display: block;width: 126px;line-height: 36px;border-radius: 25px;text-align: center;background: #c7c7c7;font-size: 16px;color: #010101;margin-top:50px;}
.span_advantages_c ul li .advantages_text a:hover{background: #720000;color: #fff;}
.span_advantages_c ul li.even .advantages_img{
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    overflow: hidden;
    display: block;
    height: 536px;
}
.span_advantages_c ul li.odd .advantages_img{
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    overflow: hidden;
    display: block;
    height: 536px;
}
.span_advantages_c ul li:nth-child(1) .advantages_text{background: url(../images/ab01.png) no-repeat left 50px;}
.span_advantages_c ul li:nth-child(2) .advantages_text{background: url(../images/ab02.png) no-repeat left 50px;}
.span_advantages_c ul li:nth-child(3) .advantages_text{background: url(../images/ab03.png) no-repeat left 50px;}
.span_advantages_c ul li:nth-child(4) .advantages_text{background: url(../images/ab04.png) no-repeat left 50px;}


.span_experience{
    padding: 77px 0 0 0;
    width: 100%;
    height: 780px;
    background: url(../images/bg6.jpg) no-repeat top center;
    background-repeat: repeat !important;
    background-position: 50% 0%;
    background-attachment: fixed;
    position: relative;
    background-size: cover !important;
    min-width: 1300px;
}
.span_title{text-align: center;}
.span_title h2{font-size: 48px;color: #ffffff;line-height: 66px;font-weight: bold;}
.span_title span{background: #a31e31;display: block;margin: 8px auto;width: 131px;height: 7px;}
.span_title p{font-size: 39px;color: #797676;line-height: 50px;}
.pc-banner{margin-top: 65px;}
.pc-banner .swiper-wrapper{padding: 36px 0;}
.pc-banner .swiper-slide {
  -webkit-transition: transform 1.0s;
  -moz-transition: transform 1.0s;
  -ms-transition: transform 1.0s;
  -o-transition: transform 1.0s;
  -webkit-transform: scale(0.85);
  /* margin: 1px; */
  transform: scale(0.85);
}
.pc-banner .swiper-slide-active,.pc-banner .swiper-slide-duplicate-active {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 1002;
}
.pc-banner .none-effect {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.pc-banner .swiper-slide a {
  background: #fff;
  display: block;
  position: relative;
}
.pc-banner .swiper-slide-active a:after {
  background: none;
}
.pc-banner .swiper-slide img {
  width: 100%;
  display: block;
  height: 100%;
  border: none;
}
.pc-banner .swiper-pagination {
  position: relative;
  margin-bottom: 30px;
}
.pc-banner .swiper-pagination-bullet {
  background: #00a0e9;
  margin-left: 4px;
  margin-right: 4px;
  width: 17px;
  height: 17px;
  opacity: 1;
  margin-bottom: 4px;
}
.pc-banner .swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  background: #FFF;
  margin-bottom: 0;
}
.pc-banner .button {
  width: 100%;
  margin: 0 auto;
  top: -290px;
  position: relative;
  z-index: 1002;
}
.pc-banner .button div:hover {
  background-color: #333;
  opacity: 0.8;
  cursor: pointer;
}
.pc-banner .swiper-button-prev {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #000000 center 50%/50% 50% no-repeat;
  opacity: 0.5;
  background-size: 15px;
  cursor: pointer;
}
.pc-banner .swiper-button-next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #000000 center 50%/50% 50% no-repeat;
  opacity: 0.5;
  background-size: 15px;
  cursor: pointer;
}

.span_alliance_support{
    width: 100%;
    padding:100px 0 60px 0;
    background: url(../images/bg7.jpg) no-repeat top center;
    background-repeat: repeat !important;
    background-position: 50% 0%;
    background-attachment: fixed;
    position: relative;
    background-size: cover !important;
}
.span_alliance_support_c{margin-top: 80px;}
.span_alliance_support_c ul{margin: 0 -8px;}
.span_alliance_support_c ul li{width:281px;padding: 15px;
  margin: 0 8px;border: 2px solid #7b7b7b;float: left;border-radius: 3px;background: rgba(42,42,42,.5);margin-bottom: 60px;}
.span_alliance_support_c ul li:nth-child(4n){margin-right: 0;}
.span_alliance_support_c ul li h3{font-size: 26px;color:#fefefe;line-height: 46px;border-radius: 25px;width: 80%;margin: 0 auto;background: #a31e31;margin-top: -41px;margin-bottom: 25px;text-align: center;}
.span_alliance_support_c ul li p{font-size: 20px;color: #ffffff;line-height: 36px;height: 108px;overflow: hidden;}
.span_alliance_support_c ul li.mllist{border: 0;}
.risk{text-align: center;font-size: 14px;color: #8c8c8c;line-height: 30px;margin-top: 45px;}





.page_ad1{width: 100%;padding: 60px 0;text-align: center;background: #0c0c0e;}
.page_ad1 img{max-width: 100%;}
.fuxi_join{
    padding:90px 0;
    background: url(../images/bg9.jpg) no-repeat top center;
    background-repeat: repeat !important;
    background-position: 50% 0%;
    background-attachment: fixed;
    position: relative;
    background-size: cover !important;
}
.fuxi_join_l{width: 390px;float: left;}
.fuxi_join_l h2{font-size: 45px;color: #ffffff;line-height: 60px;font-weight: 300;}
.fuxi_join_l span{display: block;background: #e61a17;width: 43px;height: 3px;margin: 15px 0 30px 0;}
.fuxi_join_l p{font-size: 14px;color: #ababab;line-height: 24px;}
.fuxi_join_l h3{color: #acacae;font-size: 30px;line-height: 45px;font-weight: 300;margin-top: 25px;}

.fuxi_join_r{width: 872px;float: right;}
.fuxi_join_r ul li {margin-left: 80px;float: left;padding-top: 58px;position: relative;}
.fuxi_join_r ul li h6 {width: 100%;}
.fuxi_join_r ul li h6 span {font-size: 60px;color: #fff;font-weight: bold;font-family: Arial;}
.fuxi_join_r ul li h6 em {font-size: 22px;color: #fff;font-style: normal;}
.fuxi_join_r ul li h1 {width: 100%;font-weight: 300;font-size: 20px;line-height: 30px;color: #acacac;}

.span_brand{
    padding:55px 0 150px 0;
    background: url(../images/bg8.jpg) no-repeat top center;
    background-repeat: repeat !important;
    position: relative;
    background-size: cover !important;
}
.span_brand .span_title p{color: #fff;}
.span_brand .span_title span{background: #ee7a1f;}
.span_brand .container_brand{margin-top: 150px;}
.span_brand .container_brand img{max-width: 100%;}

.span_ad1{width: 100%;background: #0c0c07;}
.span_ad1 img{max-width: 100%;}
.span_ten_advantages{
    width: 100%;
    padding:75px 0;
    background: url(../images/bg5.jpg) no-repeat bottom center #0c0c07;
}
.span_ten_advantages_c{float: right;width:800px;margin-top: 60px;}
.span_ten_advantages_c ul li{background: #282828;margin-right: 10px;margin-bottom: 10px;width: 230px;float: left;padding:15px;}
.span_ten_advantages_c ul li:nth-child(2n){background: #7b7979;}
.span_ten_advantages_c ul li:nth-child(3n){margin-right: 0;}
.span_ten_advantages_c ul li h3{color: #fff;font-size: 28px;line-height: 40px;margin-bottom: 5px;}
.span_ten_advantages_c ul li p{color: #575757;font-size: 18px;margin: 0;line-height: 30px;height: 90px;overflow: hidden;}
.span_ten_advantages_c ul li:nth-child(2n) p{color: #989696;}

.span_style{padding: 80px 0;background: #0c0c0e;}
.span_style_c{margin-top: 50px;}
.span_style .swiper-slide div{overflow: hidden;}
.span_style .swiper-slide p{font-size: 16px;color: #959595;line-height: 28px;text-align: left;}
.span_style .swiper-slide h3{display: block;color: #fff;line-height:50px;font-size: 24px;margin-top: 5px;text-align: left;}
.span_style .swiper-slide h3 font{font-size: 18px;font-weight: 300;}
.span_style .swiper-slide img{max-width: 100%;}
.span_style .swiper-button-next,.span_style .swiper-button-prev{top: 35%;}



.page-main{}
.page-main-even{margin-top: 1px;}
.page-main-even ul{}
.page-main-even ul li{float: left;width: 50%;height: 500px;position: relative;}
.page-main-even ul li:nth-child(1){background: #414548;}
.page-main-even ul li:nth-child(2){background: #6b6b6b;}
.page-main-even ul li:nth-child(1):after{content: '';border-right: 1px solid #fff;position: absolute;top: 0;right: 0;height: 100%;}
.page-main-even-box {display: flex;align-items: center;text-align: center;width: 100%;height: 100%;}
.page-main-even-boxc{width: 100%;}
.page-main-even ul li .page-tu {display: inline-block;}
.page-main-even ul li .page-tu img{display: inline-block;height: 400px;transition: all 0.4s ease;}
.page-main-even ul li .page-wen {display: inline-block;color: #ffffff;text-align: left;margin: 0 0 0 5vw;}
.page-main-even ul li .page-wen h2{font-size: 32px;}
.page-main-even ul li .page-wen span {width: 42px;height: 2px;background: #a41e32;margin: 20px 0;display: block;}
.page-main-even ul li .page-wen p{font-size: 20px;opacity: 0.8;}
.page-main-even ul li .page-wen a {display: block;width: 126px;line-height: 36px;border-radius: 25px;text-align: center;background: #c7c7c7;font-size: 16px;color: #010101;margin: 50px 0;}

.page-main-odd{margin-top: 1px;margin-bottom: 1px;}
.page-main-odd ul{}
.page-main-odd ul li{width: 100%;height: 500px;background: #1a1f24;}
.page-main-odd-box {display: flex;align-items: center;text-align: center;width: 100%;height: 100%;}
.page-main-odd-boxc{width: 100%;}
.page-main-odd ul li .page-tu {display: inline-block;}
.page-main-odd ul li .page-tu img {display: inline-block;height: 400px;transition: all 0.4s ease;}
.page-main-odd ul li .page-wen {display: inline-block;color: #ffffff;text-align: left;margin: 0 0 0 5vw;}
.page-main-odd ul li .page-wen h2{font-size: 32px;}
.page-main-odd ul li .page-wen span {width: 42px;height: 2px;background: #a41e32;margin: 20px 0;display: block;}
.page-main-odd ul li .page-wen p{font-size: 20px;opacity: 0.8;}
.page-main-odd ul li .page-wen a {display: block;width: 126px;line-height: 36px;border-radius: 25px;text-align: center;background: #c7c7c7;font-size: 16px;color: #010101;margin-top: 50px;}

.workshop_hj{background: url(../images/bg001.jpg) no-repeat top center;min-width: 1300px;}
.home_text{font-size: 20px;color: #333;line-height: 36px;}
.home_start{background: url(../images/bg002.jpg) no-repeat top center;min-width: 1300px;padding:200px 0 80px 0;}
.home_start_left{float: left;width: 800px;font-size: 20px;color: #333;line-height: 36px;}
.home_start_right{float: right;width:416px;}

.home_one{background: url(../images/bg003.jpg) no-repeat top center;
font-size: 20px;color: #333;line-height: 36px;
  min-width: 1300px;padding:200px 0 80px 0;}